There was an error while loading. Please reload this page.
1 parent ac4e28c commit bf9215aCopy full SHA for bf9215a
1 file changed
webapp/src/service/apiSchema.generated.ts
@@ -2442,7 +2442,9 @@ export interface components {
2442
| "suggestion_cant_be_plural"
2443
| "suggestion_must_be_plural"
2444
| "duplicate_suggestion"
2445
- | "unsupported_media_type";
+ | "unsupported_media_type"
2446
+ | "plan_migration_not_found"
2447
+ | "plan_has_migrations";
2448
params?: unknown[];
2449
};
2450
ExistenceEntityDescription: {
@@ -5514,7 +5516,9 @@ export interface components {
5514
5516
5515
5517
5518
5519
5520
5521
5522
5523
success: boolean;
5524
0 commit comments