File tree Expand file tree Collapse file tree 2 files changed +518
-27
lines changed Expand file tree Collapse file tree 2 files changed +518
-27
lines changed Original file line number Diff line number Diff line change @@ -2436,7 +2436,9 @@ export interface components {
2436
2436
| "expect_no_conflict_failed"
2437
2437
| "suggestion_cant_be_plural"
2438
2438
| "suggestion_must_be_plural"
2439
- | "duplicate_suggestion";
2439
+ | "duplicate_suggestion"
2440
+ | "plan_migration_not_found"
2441
+ | "plan_has_migrations";
2440
2442
params?: unknown[];
2441
2443
};
2442
2444
ExistenceEntityDescription: {
@@ -5503,7 +5505,9 @@ export interface components {
5503
5505
| "expect_no_conflict_failed"
5504
5506
| "suggestion_cant_be_plural"
5505
5507
| "suggestion_must_be_plural"
5506
- | "duplicate_suggestion";
5508
+ | "duplicate_suggestion"
5509
+ | "plan_migration_not_found"
5510
+ | "plan_has_migrations";
5507
5511
params?: unknown[];
5508
5512
success: boolean;
5509
5513
};
You can’t perform that action at this time.
0 commit comments