File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : 90f5a16140d721a24bffafbc30abaf35
Original file line number Diff line number Diff 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
4645export declare namespace Job {
You can’t perform that action at this time.
0 commit comments