Skip to content

Commit fa8667e

Browse files
committed
chore(apps): regenerate API clients
1 parent f022e50 commit fa8667e

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

apps/libs/api-client-go/model_job_type.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/libs/api-client/src/docs/JobType.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ The type of the job
1212

1313
* `DESTROY_BOX` (value: `'DESTROY_BOX'`)
1414

15-
1615
* `EXPORT_BOX` (value: `'EXPORT_BOX'`)
1716

1817
* `IMPORT_BOX` (value: `'IMPORT_BOX'`)

apps/libs/api-client/src/models/job-type.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ export const JobType = {
3232
} as const;
3333

3434
export type JobType = typeof JobType[keyof typeof JobType];
35+
36+
37+

0 commit comments

Comments
 (0)