Skip to content

Commit c7fd291

Browse files
feat(api): manual updates
1 parent 9aa0e24 commit c7fd291

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 42
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-6fee8f335061dc7a308b9a2712dce5a1c16c81125f71e00dba3e4759a39d7bf0.yml
3-
openapi_spec_hash: 205e083e0ab6b49d5bc8a2e5b323610b
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-e9ae4f96eddf09567444c458e190ab6f96d0f1e1aa594793466c78791330ffde.yml
3+
openapi_spec_hash: 88836566c32f51ff2bf66404e8b8f40e
44
config_hash: 90f5a16140d721a24bffafbc30abaf35

src/resources/folders/job.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,14 @@ export interface JobGetResponse {
3232
purgeRequestId?: string;
3333

3434
/**
35-
* Status of the bulk job. Possible values - `Pending`, `Completed`.
35+
* Status of the bulk job.
3636
*/
37-
status?: string;
37+
status?: 'Pending' | 'Completed';
3838

3939
/**
40-
* Type of the bulk job. Possible values - `COPY_FOLDER`, `MOVE_FOLDER`,
41-
* `RENAME_FOLDER`.
40+
* Type of the bulk job.
4241
*/
43-
type?: string;
42+
type?: 'COPY_FOLDER' | 'MOVE_FOLDER' | 'RENAME_FOLDER';
4443
}
4544

4645
export declare namespace Job {

0 commit comments

Comments
 (0)