Skip to content

Commit

Permalink
unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Oct 14, 2024
1 parent 7ce2bd3 commit 63b65d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/generate/JobStatus.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export type JobStatus = "waiting" | "processing" | "completed" | "failed";
export type JobStatus = "waiting" | "processing" | "completed" | "failed" | "unknown";
2 changes: 1 addition & 1 deletion dist/generate/JobStatus.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/generate/JobStatus.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export type JobStatus = "waiting" | "processing" | "completed" | "failed";
export type JobStatus = "waiting" | "processing" | "completed" | "failed" | "unknown";

0 comments on commit 63b65d2

Please sign in to comment.