File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 42
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-ef47bed4a4585d2bdb4308a8710d748625a33548279a7b5ba04bbea0a0bbe1b8.yml
33openapi_spec_hash : e64e91aa1603678f705d1ef4817f3304
4- config_hash : 3e8cbbe505aa1a6dd7a72728dbf8fd4a
4+ config_hash : 9f3ce6ee05ee57f8d3f0330a5d18be26
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ Methods:
1717
1818Types:
1919
20- - <code ><a href =" ./src/resources/files/files.ts " >AsyncBulkJobResponse</a ></code >
2120- <code ><a href =" ./src/resources/files/files.ts " >File</a ></code >
2221- <code ><a href =" ./src/resources/files/files.ts " >Folder</a ></code >
2322- <code ><a href =" ./src/resources/files/files.ts " >Metadata</a ></code >
@@ -102,6 +101,7 @@ Methods:
102101
103102Types:
104103
104+ - <code ><a href =" ./src/resources/folders/folders.ts " >AsyncBulkJobResponse</a ></code >
105105- <code ><a href =" ./src/resources/folders/folders.ts " >FolderCreateResponse</a ></code >
106106- <code ><a href =" ./src/resources/folders/folders.ts " >FolderDeleteResponse</a ></code >
107107- <code ><a href =" ./src/resources/folders/folders.ts " >FolderCopyResponse</a ></code >
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ import { Accounts } from './resources/accounts/accounts';
3838import { Beta } from './resources/beta/beta' ;
3939import { Cache } from './resources/cache/cache' ;
4040import {
41- AsyncBulkJobResponse ,
4241 File ,
4342 FileCopyParams ,
4443 FileCopyResponse ,
@@ -55,6 +54,7 @@ import {
5554 Metadata ,
5655} from './resources/files/files' ;
5756import {
57+ AsyncBulkJobResponse ,
5858 FolderCopyParams ,
5959 FolderCopyResponse ,
6060 FolderCreateParams ,
@@ -829,7 +829,6 @@ export declare namespace ImageKit {
829829
830830 export {
831831 Files as Files ,
832- type AsyncBulkJobResponse as AsyncBulkJobResponse ,
833832 type File as File ,
834833 type Folder as Folder ,
835834 type Metadata as Metadata ,
@@ -855,6 +854,7 @@ export declare namespace ImageKit {
855854
856855 export {
857856 Folders as Folders ,
857+ type AsyncBulkJobResponse as AsyncBulkJobResponse ,
858858 type FolderCreateResponse as FolderCreateResponse ,
859859 type FolderDeleteResponse as FolderDeleteResponse ,
860860 type FolderCopyResponse as FolderCopyResponse ,
Original file line number Diff line number Diff line change @@ -191,11 +191,6 @@ export class Files extends APIResource {
191191 }
192192}
193193
194- /**
195- * Job submitted successfully. A `jobId` will be returned.
196- */
197- export type AsyncBulkJobResponse = unknown ;
198-
199194/**
200195 * Object containing details of a file or file version.
201196 */
@@ -1429,7 +1424,6 @@ Files.Versions = Versions;
14291424
14301425export declare namespace Files {
14311426 export {
1432- type AsyncBulkJobResponse as AsyncBulkJobResponse ,
14331427 type File as File ,
14341428 type Folder as Folder ,
14351429 type Metadata as Metadata ,
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export {
1313} from './bulk' ;
1414export {
1515 Files ,
16- type AsyncBulkJobResponse ,
1716 type File ,
1817 type Folder ,
1918 type Metadata ,
Original file line number Diff line number Diff line change @@ -95,6 +95,11 @@ export class Folders extends APIResource {
9595 }
9696}
9797
98+ /**
99+ * Job submitted successfully. A `jobId` will be returned.
100+ */
101+ export type AsyncBulkJobResponse = unknown ;
102+
98103export interface FolderCreateResponse { }
99104
100105export interface FolderDeleteResponse { }
@@ -224,6 +229,7 @@ Folders.Job = Job;
224229
225230export declare namespace Folders {
226231 export {
232+ type AsyncBulkJobResponse as AsyncBulkJobResponse ,
227233 type FolderCreateResponse as FolderCreateResponse ,
228234 type FolderDeleteResponse as FolderDeleteResponse ,
229235 type FolderCopyResponse as FolderCopyResponse ,
Original file line number Diff line number Diff line change 22
33export {
44 Folders ,
5+ type AsyncBulkJobResponse ,
56 type FolderCreateResponse ,
67 type FolderDeleteResponse ,
78 type FolderCopyResponse ,
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ export {
1515} from './custom-metadata-fields' ;
1616export {
1717 Files ,
18- type AsyncBulkJobResponse ,
1918 type File ,
2019 type Folder ,
2120 type Metadata ,
@@ -32,6 +31,7 @@ export {
3231} from './files/files' ;
3332export {
3433 Folders ,
34+ type AsyncBulkJobResponse ,
3535 type FolderCreateResponse ,
3636 type FolderDeleteResponse ,
3737 type FolderCopyResponse ,
You can’t perform that action at this time.
0 commit comments