File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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 };
You can’t perform that action at this time.
0 commit comments