Skip to content

Commit af75b99

Browse files
committed
chore: be tests fix
1 parent 2bae76b commit af75b99

File tree

2 files changed

+518
-27
lines changed

2 files changed

+518
-27
lines changed

webapp/src/service/apiSchema.generated.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2436,7 +2436,9 @@ export interface components {
24362436
| "expect_no_conflict_failed"
24372437
| "suggestion_cant_be_plural"
24382438
| "suggestion_must_be_plural"
2439-
| "duplicate_suggestion";
2439+
| "duplicate_suggestion"
2440+
| "plan_migration_not_found"
2441+
| "plan_has_migrations";
24402442
params?: unknown[];
24412443
};
24422444
ExistenceEntityDescription: {
@@ -5503,7 +5505,9 @@ export interface components {
55035505
| "expect_no_conflict_failed"
55045506
| "suggestion_cant_be_plural"
55055507
| "suggestion_must_be_plural"
5506-
| "duplicate_suggestion";
5508+
| "duplicate_suggestion"
5509+
| "plan_migration_not_found"
5510+
| "plan_has_migrations";
55075511
params?: unknown[];
55085512
success: boolean;
55095513
};

0 commit comments

Comments
 (0)