@cubekit-cloud/cubekit-sdk-js 1.0.51 → 1.0.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  import IStorageFile from './IStorageFile';
2
2
  import IStorageResponse from './IStorageResponse';
3
3
  export default interface IUploadFileResponse extends IStorageResponse {
4
- data: IStorageFile;
4
+ data: IStorageFile[];
5
5
  }
6
6
  //# sourceMappingURL=IUploadFileResponse.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IUploadFileResponse.d.ts","sourceRoot":"","sources":["../../../src/interfaces/Storage/IUploadFileResponse.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAElD,MAAM,CAAC,OAAO,WAAW,mBAAoB,SAAQ,gBAAgB;IACpE,IAAI,EAAE,YAAY,CAAC;CACnB"}
1
+ {"version":3,"file":"IUploadFileResponse.d.ts","sourceRoot":"","sources":["../../../src/interfaces/Storage/IUploadFileResponse.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAElD,MAAM,CAAC,OAAO,WAAW,mBAAoB,SAAQ,gBAAgB;IACpE,IAAI,EAAE,YAAY,EAAE,CAAC;CACrB"}
@@ -1,6 +1,6 @@
1
1
  import IStorageFile from './IStorageFile';
2
2
  import IStorageResponse from './IStorageResponse';
3
3
  export default interface IUploadFileResponse extends IStorageResponse {
4
- data: IStorageFile;
4
+ data: IStorageFile[];
5
5
  }
6
6
  //# sourceMappingURL=IUploadFileResponse.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IUploadFileResponse.d.ts","sourceRoot":"","sources":["../../../src/interfaces/Storage/IUploadFileResponse.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAElD,MAAM,CAAC,OAAO,WAAW,mBAAoB,SAAQ,gBAAgB;IACpE,IAAI,EAAE,YAAY,CAAC;CACnB"}
1
+ {"version":3,"file":"IUploadFileResponse.d.ts","sourceRoot":"","sources":["../../../src/interfaces/Storage/IUploadFileResponse.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAElD,MAAM,CAAC,OAAO,WAAW,mBAAoB,SAAQ,gBAAgB;IACpE,IAAI,EAAE,YAAY,EAAE,CAAC;CACrB"}
package/dist/index.d.ts CHANGED
@@ -263,7 +263,7 @@ interface IViewResponse extends IStorageResponse {
263
263
  }
264
264
 
265
265
  interface IUploadFileResponse extends IStorageResponse {
266
- data: IStorageFile;
266
+ data: IStorageFile[];
267
267
  }
268
268
 
269
269
  interface IMoveResponse extends IStorageResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubekit-cloud/cubekit-sdk-js",
3
- "version": "1.0.51",
3
+ "version": "1.0.52",
4
4
  "description": "@cubekit-cloud/cubekit-sdk-js - the library for working with auto generated API from cubekit.com",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/cjs/index.js",
@@ -2,5 +2,5 @@ import IStorageFile from './IStorageFile';
2
2
  import IStorageResponse from './IStorageResponse';
3
3
 
4
4
  export default interface IUploadFileResponse extends IStorageResponse {
5
- data: IStorageFile;
5
+ data: IStorageFile[];
6
6
  }