@coscine/api-client 1.1.0 → 1.1.1
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/index.js +70 -70
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +70 -70
- package/dist/index.umd.js.map +1 -1
- package/dist/lib/Coscine.Api.Blob/api.js +52 -52
- package/dist/lib/Coscine.Api.Blob/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Blob/base.js +1 -1
- package/dist/lib/Coscine.Api.Blob/common.js +1 -1
- package/dist/lib/Coscine.Api.Blob/configuration.js +1 -1
- package/dist/lib/Coscine.Api.Blob/index.js +1 -1
- package/dist/lib/Coscine.Api.Tree/api.js +35 -35
- package/dist/lib/Coscine.Api.Tree/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Tree/base.js +1 -1
- package/dist/lib/Coscine.Api.Tree/common.js +1 -1
- package/dist/lib/Coscine.Api.Tree/configuration.js +1 -1
- package/dist/lib/Coscine.Api.Tree/index.js +1 -1
- package/dist/types/Coscine.Api.Blob/api.d.ts +25 -25
- package/dist/types/Coscine.Api.Blob/base.d.ts +1 -1
- package/dist/types/Coscine.Api.Blob/common.d.ts +1 -1
- package/dist/types/Coscine.Api.Blob/configuration.d.ts +1 -1
- package/dist/types/Coscine.Api.Blob/index.d.ts +1 -1
- package/dist/types/Coscine.Api.Tree/api.d.ts +17 -17
- package/dist/types/Coscine.Api.Tree/base.d.ts +1 -1
- package/dist/types/Coscine.Api.Tree/common.d.ts +1 -1
- package/dist/types/Coscine.Api.Tree/configuration.d.ts +1 -1
- package/dist/types/Coscine.Api.Tree/index.d.ts +1 -1
- package/dist/types/apis.d.ts +5 -5
- package/dist/types/index.d.ts +10 -10
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.Blob
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.
|
|
5
|
+
* The version of the OpenAPI document: 2.5.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -21,20 +21,20 @@ export declare const BlobApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
21
21
|
*
|
|
22
22
|
* @summary This method deletes a given file
|
|
23
23
|
* @param {string} resourceId Id of the resource
|
|
24
|
-
* @param {string} path Path to the file
|
|
24
|
+
* @param {string} [path] Path to the file
|
|
25
25
|
* @param {*} [options] Override http request option.
|
|
26
26
|
* @throws {RequiredError}
|
|
27
27
|
*/
|
|
28
|
-
|
|
28
|
+
blobDeleteFileWithParameter: (resourceId: string, path?: string, options?: any) => Promise<RequestArgs>;
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
31
|
* @summary This method checks if the given file exists and returns it
|
|
32
32
|
* @param {string} resourceId Id of the resource
|
|
33
|
-
* @param {string} path Path to the file
|
|
33
|
+
* @param {string} [path] Path to the file
|
|
34
34
|
* @param {*} [options] Override http request option.
|
|
35
35
|
* @throws {RequiredError}
|
|
36
36
|
*/
|
|
37
|
-
|
|
37
|
+
blobGetFileWithParameter: (resourceId: string, path?: string, options?: any) => Promise<RequestArgs>;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @summary This method returns the amount of allocated space for the given resource
|
|
@@ -55,12 +55,12 @@ export declare const BlobApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
55
55
|
*
|
|
56
56
|
* @summary This method uploads a given File
|
|
57
57
|
* @param {string} resourceId Id of the resource
|
|
58
|
-
* @param {string} path Path to the file
|
|
58
|
+
* @param {string} [path] Path to the file
|
|
59
59
|
* @param {Array<any>} [files]
|
|
60
60
|
* @param {*} [options] Override http request option.
|
|
61
61
|
* @throws {RequiredError}
|
|
62
62
|
*/
|
|
63
|
-
|
|
63
|
+
blobUploadFileWithParameter: (resourceId: string, path?: string, files?: Array<any>, options?: any) => Promise<RequestArgs>;
|
|
64
64
|
};
|
|
65
65
|
/**
|
|
66
66
|
* BlobApi - functional programming interface
|
|
@@ -71,20 +71,20 @@ export declare const BlobApiFp: (configuration?: Configuration) => {
|
|
|
71
71
|
*
|
|
72
72
|
* @summary This method deletes a given file
|
|
73
73
|
* @param {string} resourceId Id of the resource
|
|
74
|
-
* @param {string} path Path to the file
|
|
74
|
+
* @param {string} [path] Path to the file
|
|
75
75
|
* @param {*} [options] Override http request option.
|
|
76
76
|
* @throws {RequiredError}
|
|
77
77
|
*/
|
|
78
|
-
|
|
78
|
+
blobDeleteFileWithParameter(resourceId: string, path?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
79
79
|
/**
|
|
80
80
|
*
|
|
81
81
|
* @summary This method checks if the given file exists and returns it
|
|
82
82
|
* @param {string} resourceId Id of the resource
|
|
83
|
-
* @param {string} path Path to the file
|
|
83
|
+
* @param {string} [path] Path to the file
|
|
84
84
|
* @param {*} [options] Override http request option.
|
|
85
85
|
* @throws {RequiredError}
|
|
86
86
|
*/
|
|
87
|
-
|
|
87
|
+
blobGetFileWithParameter(resourceId: string, path?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
88
88
|
/**
|
|
89
89
|
*
|
|
90
90
|
* @summary This method returns the amount of allocated space for the given resource
|
|
@@ -105,12 +105,12 @@ export declare const BlobApiFp: (configuration?: Configuration) => {
|
|
|
105
105
|
*
|
|
106
106
|
* @summary This method uploads a given File
|
|
107
107
|
* @param {string} resourceId Id of the resource
|
|
108
|
-
* @param {string} path Path to the file
|
|
108
|
+
* @param {string} [path] Path to the file
|
|
109
109
|
* @param {Array<any>} [files]
|
|
110
110
|
* @param {*} [options] Override http request option.
|
|
111
111
|
* @throws {RequiredError}
|
|
112
112
|
*/
|
|
113
|
-
|
|
113
|
+
blobUploadFileWithParameter(resourceId: string, path?: string, files?: Array<any>, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
114
114
|
};
|
|
115
115
|
/**
|
|
116
116
|
* BlobApi - factory interface
|
|
@@ -121,20 +121,20 @@ export declare const BlobApiFactory: (configuration?: Configuration, basePath?:
|
|
|
121
121
|
*
|
|
122
122
|
* @summary This method deletes a given file
|
|
123
123
|
* @param {string} resourceId Id of the resource
|
|
124
|
-
* @param {string} path Path to the file
|
|
124
|
+
* @param {string} [path] Path to the file
|
|
125
125
|
* @param {*} [options] Override http request option.
|
|
126
126
|
* @throws {RequiredError}
|
|
127
127
|
*/
|
|
128
|
-
|
|
128
|
+
blobDeleteFileWithParameter(resourceId: string, path?: string, options?: any): AxiosPromise<any>;
|
|
129
129
|
/**
|
|
130
130
|
*
|
|
131
131
|
* @summary This method checks if the given file exists and returns it
|
|
132
132
|
* @param {string} resourceId Id of the resource
|
|
133
|
-
* @param {string} path Path to the file
|
|
133
|
+
* @param {string} [path] Path to the file
|
|
134
134
|
* @param {*} [options] Override http request option.
|
|
135
135
|
* @throws {RequiredError}
|
|
136
136
|
*/
|
|
137
|
-
|
|
137
|
+
blobGetFileWithParameter(resourceId: string, path?: string, options?: any): AxiosPromise<any>;
|
|
138
138
|
/**
|
|
139
139
|
*
|
|
140
140
|
* @summary This method returns the amount of allocated space for the given resource
|
|
@@ -155,12 +155,12 @@ export declare const BlobApiFactory: (configuration?: Configuration, basePath?:
|
|
|
155
155
|
*
|
|
156
156
|
* @summary This method uploads a given File
|
|
157
157
|
* @param {string} resourceId Id of the resource
|
|
158
|
-
* @param {string} path Path to the file
|
|
158
|
+
* @param {string} [path] Path to the file
|
|
159
159
|
* @param {Array<any>} [files]
|
|
160
160
|
* @param {*} [options] Override http request option.
|
|
161
161
|
* @throws {RequiredError}
|
|
162
162
|
*/
|
|
163
|
-
|
|
163
|
+
blobUploadFileWithParameter(resourceId: string, path?: string, files?: Array<any>, options?: any): AxiosPromise<any>;
|
|
164
164
|
};
|
|
165
165
|
/**
|
|
166
166
|
* BlobApi - object-oriented interface
|
|
@@ -173,22 +173,22 @@ export declare class BlobApi extends BaseAPI {
|
|
|
173
173
|
*
|
|
174
174
|
* @summary This method deletes a given file
|
|
175
175
|
* @param {string} resourceId Id of the resource
|
|
176
|
-
* @param {string} path Path to the file
|
|
176
|
+
* @param {string} [path] Path to the file
|
|
177
177
|
* @param {*} [options] Override http request option.
|
|
178
178
|
* @throws {RequiredError}
|
|
179
179
|
* @memberof BlobApi
|
|
180
180
|
*/
|
|
181
|
-
|
|
181
|
+
blobDeleteFileWithParameter(resourceId: string, path?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
182
182
|
/**
|
|
183
183
|
*
|
|
184
184
|
* @summary This method checks if the given file exists and returns it
|
|
185
185
|
* @param {string} resourceId Id of the resource
|
|
186
|
-
* @param {string} path Path to the file
|
|
186
|
+
* @param {string} [path] Path to the file
|
|
187
187
|
* @param {*} [options] Override http request option.
|
|
188
188
|
* @throws {RequiredError}
|
|
189
189
|
* @memberof BlobApi
|
|
190
190
|
*/
|
|
191
|
-
|
|
191
|
+
blobGetFileWithParameter(resourceId: string, path?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
192
192
|
/**
|
|
193
193
|
*
|
|
194
194
|
* @summary This method returns the amount of allocated space for the given resource
|
|
@@ -211,11 +211,11 @@ export declare class BlobApi extends BaseAPI {
|
|
|
211
211
|
*
|
|
212
212
|
* @summary This method uploads a given File
|
|
213
213
|
* @param {string} resourceId Id of the resource
|
|
214
|
-
* @param {string} path Path to the file
|
|
214
|
+
* @param {string} [path] Path to the file
|
|
215
215
|
* @param {Array<any>} [files]
|
|
216
216
|
* @param {*} [options] Override http request option.
|
|
217
217
|
* @throws {RequiredError}
|
|
218
218
|
* @memberof BlobApi
|
|
219
219
|
*/
|
|
220
|
-
|
|
220
|
+
blobUploadFileWithParameter(resourceId: string, path?: string, files?: Array<any>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
221
221
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.Blob
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.
|
|
5
|
+
* The version of the OpenAPI document: 2.5.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.Blob
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.
|
|
5
|
+
* The version of the OpenAPI document: 2.5.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.Blob
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.
|
|
5
|
+
* The version of the OpenAPI document: 2.5.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.Blob
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.
|
|
5
|
+
* The version of the OpenAPI document: 2.5.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.Tree
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.4.
|
|
5
|
+
* The version of the OpenAPI document: 2.4.3
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -21,20 +21,20 @@ export declare const TreeApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
21
21
|
*
|
|
22
22
|
* @summary This method retrieves the metadata
|
|
23
23
|
* @param {string} resourceId Id of a resource
|
|
24
|
-
* @param {string} path Path to the file
|
|
24
|
+
* @param {string} [path] Path to the file
|
|
25
25
|
* @param {*} [options] Override http request option.
|
|
26
26
|
* @throws {RequiredError}
|
|
27
27
|
*/
|
|
28
|
-
|
|
28
|
+
treeGetMetadataWithParameter: (resourceId: string, path?: string, options?: any) => Promise<RequestArgs>;
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
31
|
* @summary This method stores the metadata of the file
|
|
32
32
|
* @param {string} resourceId Id of the resource
|
|
33
|
-
* @param {string} path Path to the file
|
|
33
|
+
* @param {string} [path] Path to the file
|
|
34
34
|
* @param {*} [options] Override http request option.
|
|
35
35
|
* @throws {RequiredError}
|
|
36
36
|
*/
|
|
37
|
-
|
|
37
|
+
treeStoreMetadataForFileWithParameter: (resourceId: string, path?: string, options?: any) => Promise<RequestArgs>;
|
|
38
38
|
};
|
|
39
39
|
/**
|
|
40
40
|
* TreeApi - functional programming interface
|
|
@@ -45,20 +45,20 @@ export declare const TreeApiFp: (configuration?: Configuration) => {
|
|
|
45
45
|
*
|
|
46
46
|
* @summary This method retrieves the metadata
|
|
47
47
|
* @param {string} resourceId Id of a resource
|
|
48
|
-
* @param {string} path Path to the file
|
|
48
|
+
* @param {string} [path] Path to the file
|
|
49
49
|
* @param {*} [options] Override http request option.
|
|
50
50
|
* @throws {RequiredError}
|
|
51
51
|
*/
|
|
52
|
-
|
|
52
|
+
treeGetMetadataWithParameter(resourceId: string, path?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
55
|
* @summary This method stores the metadata of the file
|
|
56
56
|
* @param {string} resourceId Id of the resource
|
|
57
|
-
* @param {string} path Path to the file
|
|
57
|
+
* @param {string} [path] Path to the file
|
|
58
58
|
* @param {*} [options] Override http request option.
|
|
59
59
|
* @throws {RequiredError}
|
|
60
60
|
*/
|
|
61
|
-
|
|
61
|
+
treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
62
62
|
};
|
|
63
63
|
/**
|
|
64
64
|
* TreeApi - factory interface
|
|
@@ -69,20 +69,20 @@ export declare const TreeApiFactory: (configuration?: Configuration, basePath?:
|
|
|
69
69
|
*
|
|
70
70
|
* @summary This method retrieves the metadata
|
|
71
71
|
* @param {string} resourceId Id of a resource
|
|
72
|
-
* @param {string} path Path to the file
|
|
72
|
+
* @param {string} [path] Path to the file
|
|
73
73
|
* @param {*} [options] Override http request option.
|
|
74
74
|
* @throws {RequiredError}
|
|
75
75
|
*/
|
|
76
|
-
|
|
76
|
+
treeGetMetadataWithParameter(resourceId: string, path?: string, options?: any): AxiosPromise<any>;
|
|
77
77
|
/**
|
|
78
78
|
*
|
|
79
79
|
* @summary This method stores the metadata of the file
|
|
80
80
|
* @param {string} resourceId Id of the resource
|
|
81
|
-
* @param {string} path Path to the file
|
|
81
|
+
* @param {string} [path] Path to the file
|
|
82
82
|
* @param {*} [options] Override http request option.
|
|
83
83
|
* @throws {RequiredError}
|
|
84
84
|
*/
|
|
85
|
-
|
|
85
|
+
treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, options?: any): AxiosPromise<any>;
|
|
86
86
|
};
|
|
87
87
|
/**
|
|
88
88
|
* TreeApi - object-oriented interface
|
|
@@ -95,20 +95,20 @@ export declare class TreeApi extends BaseAPI {
|
|
|
95
95
|
*
|
|
96
96
|
* @summary This method retrieves the metadata
|
|
97
97
|
* @param {string} resourceId Id of a resource
|
|
98
|
-
* @param {string} path Path to the file
|
|
98
|
+
* @param {string} [path] Path to the file
|
|
99
99
|
* @param {*} [options] Override http request option.
|
|
100
100
|
* @throws {RequiredError}
|
|
101
101
|
* @memberof TreeApi
|
|
102
102
|
*/
|
|
103
|
-
|
|
103
|
+
treeGetMetadataWithParameter(resourceId: string, path?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
104
104
|
/**
|
|
105
105
|
*
|
|
106
106
|
* @summary This method stores the metadata of the file
|
|
107
107
|
* @param {string} resourceId Id of the resource
|
|
108
|
-
* @param {string} path Path to the file
|
|
108
|
+
* @param {string} [path] Path to the file
|
|
109
109
|
* @param {*} [options] Override http request option.
|
|
110
110
|
* @throws {RequiredError}
|
|
111
111
|
* @memberof TreeApi
|
|
112
112
|
*/
|
|
113
|
-
|
|
113
|
+
treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
114
114
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.Tree
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.4.
|
|
5
|
+
* The version of the OpenAPI document: 2.4.3
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.Tree
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.4.
|
|
5
|
+
* The version of the OpenAPI document: 2.4.3
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.Tree
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.4.
|
|
5
|
+
* The version of the OpenAPI document: 2.4.3
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.Tree
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.4.
|
|
5
|
+
* The version of the OpenAPI document: 2.4.3
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/types/apis.d.ts
CHANGED
|
@@ -13,11 +13,11 @@ declare function implementations(axios?: AxiosInstance): {
|
|
|
13
13
|
adminUpdateQuota(updateQuotaParameterObject: import("./Coscine.Api.Admin/api").UpdateQuotaParameterObject, options?: any): import("axios").AxiosPromise<any>;
|
|
14
14
|
};
|
|
15
15
|
BlobApi: {
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
blobDeleteFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
|
|
17
|
+
blobGetFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
|
|
18
18
|
blobGetQuota(resourceId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
19
19
|
blobIsResourceValid(body: any, options?: any): import("axios").AxiosPromise<any>;
|
|
20
|
-
|
|
20
|
+
blobUploadFileWithParameter(resourceId: string, path?: string, files?: any[], options?: any): import("axios").AxiosPromise<any>;
|
|
21
21
|
};
|
|
22
22
|
ContactChangeApi: {
|
|
23
23
|
contactChangeChangeContactEmail(body: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.User/api").ContactChangeObject>;
|
|
@@ -123,8 +123,8 @@ declare function implementations(axios?: AxiosInstance): {
|
|
|
123
123
|
tOSGetCurrentTOSVersion(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.User/api").Tos>;
|
|
124
124
|
};
|
|
125
125
|
TreeApi: {
|
|
126
|
-
|
|
127
|
-
|
|
126
|
+
treeGetMetadataWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
|
|
127
|
+
treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
|
|
128
128
|
};
|
|
129
129
|
UserApi: {
|
|
130
130
|
userGetUser(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.User/api").UserObject>;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -12,11 +12,11 @@ declare const apis: {
|
|
|
12
12
|
adminUpdateQuota(updateQuotaParameterObject: import("./Coscine.Api.Admin").UpdateQuotaParameterObject, options?: any): import("axios").AxiosPromise<any>;
|
|
13
13
|
};
|
|
14
14
|
BlobApi: {
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
blobDeleteFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
|
|
16
|
+
blobGetFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
|
|
17
17
|
blobGetQuota(resourceId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
18
18
|
blobIsResourceValid(body: any, options?: any): import("axios").AxiosPromise<any>;
|
|
19
|
-
|
|
19
|
+
blobUploadFileWithParameter(resourceId: string, path?: string, files?: any[], options?: any): import("axios").AxiosPromise<any>;
|
|
20
20
|
};
|
|
21
21
|
ContactChangeApi: {
|
|
22
22
|
contactChangeChangeContactEmail(body: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.User").ContactChangeObject>;
|
|
@@ -122,8 +122,8 @@ declare const apis: {
|
|
|
122
122
|
tOSGetCurrentTOSVersion(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.User").Tos>;
|
|
123
123
|
};
|
|
124
124
|
TreeApi: {
|
|
125
|
-
|
|
126
|
-
|
|
125
|
+
treeGetMetadataWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
|
|
126
|
+
treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
|
|
127
127
|
};
|
|
128
128
|
UserApi: {
|
|
129
129
|
userGetUser(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.User").UserObject>;
|
|
@@ -148,11 +148,11 @@ export declare const AdminApi: {
|
|
|
148
148
|
adminUpdateQuota(updateQuotaParameterObject: import("./Coscine.Api.Admin").UpdateQuotaParameterObject, options?: any): import("axios").AxiosPromise<any>;
|
|
149
149
|
};
|
|
150
150
|
export declare const BlobApi: {
|
|
151
|
-
|
|
152
|
-
|
|
151
|
+
blobDeleteFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
|
|
152
|
+
blobGetFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
|
|
153
153
|
blobGetQuota(resourceId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
154
154
|
blobIsResourceValid(body: any, options?: any): import("axios").AxiosPromise<any>;
|
|
155
|
-
|
|
155
|
+
blobUploadFileWithParameter(resourceId: string, path?: string, files?: any[], options?: any): import("axios").AxiosPromise<any>;
|
|
156
156
|
};
|
|
157
157
|
export declare const ContactChangeApi: {
|
|
158
158
|
contactChangeChangeContactEmail(body: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.User").ContactChangeObject>;
|
|
@@ -258,8 +258,8 @@ export declare const TOSApi: {
|
|
|
258
258
|
tOSGetCurrentTOSVersion(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.User").Tos>;
|
|
259
259
|
};
|
|
260
260
|
export declare const TreeApi: {
|
|
261
|
-
|
|
262
|
-
|
|
261
|
+
treeGetMetadataWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
|
|
262
|
+
treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
|
|
263
263
|
};
|
|
264
264
|
export declare const UserApi: {
|
|
265
265
|
userGetUser(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.User").UserObject>;
|