@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.
- package/dist/cjs/types/interfaces/Storage/IUploadFileResponse.d.ts +1 -1
- package/dist/cjs/types/interfaces/Storage/IUploadFileResponse.d.ts.map +1 -1
- package/dist/esm/types/interfaces/Storage/IUploadFileResponse.d.ts +1 -1
- package/dist/esm/types/interfaces/Storage/IUploadFileResponse.d.ts.map +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/interfaces/Storage/IUploadFileResponse.ts +1 -1
|
@@ -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;
|
|
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;
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cubekit-cloud/cubekit-sdk-js",
|
|
3
|
-
"version": "1.0.
|
|
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",
|