Skip to content

Commit bf9215a

Browse files
committed
chore: api schema updated
1 parent ac4e28c commit bf9215a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

webapp/src/service/apiSchema.generated.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2442,7 +2442,9 @@ export interface components {
24422442
| "suggestion_cant_be_plural"
24432443
| "suggestion_must_be_plural"
24442444
| "duplicate_suggestion"
2445-
| "unsupported_media_type";
2445+
| "unsupported_media_type"
2446+
| "plan_migration_not_found"
2447+
| "plan_has_migrations";
24462448
params?: unknown[];
24472449
};
24482450
ExistenceEntityDescription: {
@@ -5514,7 +5516,9 @@ export interface components {
55145516
| "suggestion_cant_be_plural"
55155517
| "suggestion_must_be_plural"
55165518
| "duplicate_suggestion"
5517-
| "unsupported_media_type";
5519+
| "unsupported_media_type"
5520+
| "plan_migration_not_found"
5521+
| "plan_has_migrations";
55185522
params?: unknown[];
55195523
success: boolean;
55205524
};

0 commit comments

Comments
 (0)