@coscine/api-client 2.1.0 → 2.4.0
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 +2011 -2771
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +2012 -2773
- package/dist/index.umd.js.map +1 -1
- package/dist/lib/Coscine.Api.Admin/api.js +51 -23
- package/dist/lib/Coscine.Api.Admin/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Admin/base.js +1 -1
- package/dist/lib/Coscine.Api.Admin/common.js +1 -1
- package/dist/lib/Coscine.Api.Admin/configuration.js +1 -1
- package/dist/lib/Coscine.Api.Admin/index.js +1 -1
- package/dist/lib/Coscine.Api.Blob/api.js +1 -66
- 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.Project/api.js +350 -537
- package/dist/lib/Coscine.Api.Project/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Project/base.js +1 -1
- package/dist/lib/Coscine.Api.Project/common.js +1 -1
- package/dist/lib/Coscine.Api.Project/configuration.js +1 -1
- package/dist/lib/Coscine.Api.Project/index.js +1 -1
- package/dist/lib/Coscine.Api.Resources/api.js +232 -42
- package/dist/lib/Coscine.Api.Resources/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Resources/base.js +1 -1
- package/dist/lib/Coscine.Api.Resources/common.js +1 -1
- package/dist/lib/Coscine.Api.Resources/configuration.js +1 -1
- package/dist/lib/Coscine.Api.Resources/index.js +1 -1
- package/dist/lib/Coscine.Api.Search/api.js +29 -29
- package/dist/lib/Coscine.Api.Search/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Tree/api.js +29 -15
- 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/lib/Coscine.Api.User/api.js +1 -1
- package/dist/lib/Coscine.Api.User/base.js +1 -1
- package/dist/lib/Coscine.Api.User/common.js +1 -1
- package/dist/lib/Coscine.Api.User/configuration.js +1 -1
- package/dist/lib/Coscine.Api.User/index.js +1 -1
- package/dist/lib/apis.js +35 -37
- package/dist/lib/apis.js.map +1 -1
- package/dist/lib/index.js +3 -4
- package/dist/lib/index.js.map +1 -1
- package/dist/types/Coscine.Api.Admin/api.d.ts +100 -66
- package/dist/types/Coscine.Api.Admin/base.d.ts +1 -1
- package/dist/types/Coscine.Api.Admin/common.d.ts +1 -1
- package/dist/types/Coscine.Api.Admin/configuration.d.ts +1 -1
- package/dist/types/Coscine.Api.Admin/index.d.ts +1 -1
- package/dist/types/Coscine.Api.Blob/api.d.ts +1 -34
- 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.Project/api.d.ts +312 -328
- package/dist/types/Coscine.Api.Project/base.d.ts +1 -1
- package/dist/types/Coscine.Api.Project/common.d.ts +1 -1
- package/dist/types/Coscine.Api.Project/configuration.d.ts +1 -1
- package/dist/types/Coscine.Api.Project/index.d.ts +1 -1
- package/dist/types/Coscine.Api.Resources/api.d.ts +237 -41
- package/dist/types/Coscine.Api.Resources/base.d.ts +1 -1
- package/dist/types/Coscine.Api.Resources/common.d.ts +1 -1
- package/dist/types/Coscine.Api.Resources/configuration.d.ts +1 -1
- package/dist/types/Coscine.Api.Resources/index.d.ts +1 -1
- package/dist/types/Coscine.Api.Search/api.d.ts +478 -24
- package/dist/types/Coscine.Api.Tree/api.d.ts +17 -9
- 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/Coscine.Api.User/api.d.ts +1 -1
- package/dist/types/Coscine.Api.User/base.d.ts +1 -1
- package/dist/types/Coscine.Api.User/common.d.ts +1 -1
- package/dist/types/Coscine.Api.User/configuration.d.ts +1 -1
- package/dist/types/Coscine.Api.User/index.d.ts +1 -1
- package/dist/types/apis.d.ts +15 -28
- package/dist/types/index.d.ts +30 -56
- package/package.json +2 -2
- package/dist/lib/Coscine.Api.Quota/api.js +0 -283
- package/dist/lib/Coscine.Api.Quota/api.js.map +0 -1
- package/dist/lib/Coscine.Api.Quota/base.js +0 -65
- package/dist/lib/Coscine.Api.Quota/base.js.map +0 -1
- package/dist/lib/Coscine.Api.Quota/common.js +0 -153
- package/dist/lib/Coscine.Api.Quota/common.js.map +0 -1
- package/dist/lib/Coscine.Api.Quota/configuration.js +0 -43
- package/dist/lib/Coscine.Api.Quota/configuration.js.map +0 -1
- package/dist/lib/Coscine.Api.Quota/index.js +0 -28
- package/dist/lib/Coscine.Api.Quota/index.js.map +0 -1
- package/dist/types/Coscine.Api.Quota/api.d.ts +0 -197
- package/dist/types/Coscine.Api.Quota/base.d.ts +0 -55
- package/dist/types/Coscine.Api.Quota/common.d.ts +0 -65
- package/dist/types/Coscine.Api.Quota/configuration.d.ts +0 -83
- package/dist/types/Coscine.Api.Quota/index.d.ts +0 -13
|
@@ -25,7 +25,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
25
25
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26
26
|
};
|
|
27
27
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
-
exports.
|
|
28
|
+
exports.SearchApi = exports.SearchApiFactory = exports.SearchApiFp = exports.SearchApiAxiosParamCreator = void 0;
|
|
29
29
|
const axios_1 = __importDefault(require("axios"));
|
|
30
30
|
// Some imports not used depending on template conditions
|
|
31
31
|
// @ts-ignore
|
|
@@ -33,14 +33,14 @@ const common_1 = require("./common");
|
|
|
33
33
|
// @ts-ignore
|
|
34
34
|
const base_1 = require("./base");
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* SearchApi - axios parameter creator
|
|
37
37
|
* @export
|
|
38
38
|
*/
|
|
39
|
-
const
|
|
39
|
+
const SearchApiAxiosParamCreator = function (configuration) {
|
|
40
40
|
return {
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
|
-
* @summary Search
|
|
43
|
+
* @summary Search
|
|
44
44
|
* @param {string} [query] Elasticsearch query
|
|
45
45
|
* @param {boolean} [user] Specify user or only public metadata records could be found
|
|
46
46
|
* @param {boolean} [adv] Set true for advanced Elasticsearch search syntax
|
|
@@ -48,8 +48,8 @@ const SemanticSearchApiAxiosParamCreator = function (configuration) {
|
|
|
48
48
|
* @param {*} [options] Override http request option.
|
|
49
49
|
* @throws {RequiredError}
|
|
50
50
|
*/
|
|
51
|
-
|
|
52
|
-
const localVarPath = `/
|
|
51
|
+
searchSearch: (query, user, adv, languages, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
52
|
+
const localVarPath = `/Search`;
|
|
53
53
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
54
54
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
55
55
|
let baseOptions;
|
|
@@ -83,17 +83,17 @@ const SemanticSearchApiAxiosParamCreator = function (configuration) {
|
|
|
83
83
|
}),
|
|
84
84
|
};
|
|
85
85
|
};
|
|
86
|
-
exports.
|
|
86
|
+
exports.SearchApiAxiosParamCreator = SearchApiAxiosParamCreator;
|
|
87
87
|
/**
|
|
88
|
-
*
|
|
88
|
+
* SearchApi - functional programming interface
|
|
89
89
|
* @export
|
|
90
90
|
*/
|
|
91
|
-
const
|
|
92
|
-
const localVarAxiosParamCreator = (0, exports.
|
|
91
|
+
const SearchApiFp = function (configuration) {
|
|
92
|
+
const localVarAxiosParamCreator = (0, exports.SearchApiAxiosParamCreator)(configuration);
|
|
93
93
|
return {
|
|
94
94
|
/**
|
|
95
95
|
*
|
|
96
|
-
* @summary Search
|
|
96
|
+
* @summary Search
|
|
97
97
|
* @param {string} [query] Elasticsearch query
|
|
98
98
|
* @param {boolean} [user] Specify user or only public metadata records could be found
|
|
99
99
|
* @param {boolean} [adv] Set true for advanced Elasticsearch search syntax
|
|
@@ -101,25 +101,25 @@ const SemanticSearchApiFp = function (configuration) {
|
|
|
101
101
|
* @param {*} [options] Override http request option.
|
|
102
102
|
* @throws {RequiredError}
|
|
103
103
|
*/
|
|
104
|
-
|
|
104
|
+
searchSearch(query, user, adv, languages, options) {
|
|
105
105
|
return __awaiter(this, void 0, void 0, function* () {
|
|
106
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
106
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.searchSearch(query, user, adv, languages, options);
|
|
107
107
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
108
108
|
});
|
|
109
109
|
},
|
|
110
110
|
};
|
|
111
111
|
};
|
|
112
|
-
exports.
|
|
112
|
+
exports.SearchApiFp = SearchApiFp;
|
|
113
113
|
/**
|
|
114
|
-
*
|
|
114
|
+
* SearchApi - factory interface
|
|
115
115
|
* @export
|
|
116
116
|
*/
|
|
117
|
-
const
|
|
118
|
-
const localVarFp = (0, exports.
|
|
117
|
+
const SearchApiFactory = function (configuration, basePath, axios) {
|
|
118
|
+
const localVarFp = (0, exports.SearchApiFp)(configuration);
|
|
119
119
|
return {
|
|
120
120
|
/**
|
|
121
121
|
*
|
|
122
|
-
* @summary Search
|
|
122
|
+
* @summary Search
|
|
123
123
|
* @param {string} [query] Elasticsearch query
|
|
124
124
|
* @param {boolean} [user] Specify user or only public metadata records could be found
|
|
125
125
|
* @param {boolean} [adv] Set true for advanced Elasticsearch search syntax
|
|
@@ -127,33 +127,33 @@ const SemanticSearchApiFactory = function (configuration, basePath, axios) {
|
|
|
127
127
|
* @param {*} [options] Override http request option.
|
|
128
128
|
* @throws {RequiredError}
|
|
129
129
|
*/
|
|
130
|
-
|
|
131
|
-
return localVarFp.
|
|
130
|
+
searchSearch(query, user, adv, languages, options) {
|
|
131
|
+
return localVarFp.searchSearch(query, user, adv, languages, options).then((request) => request(axios, basePath));
|
|
132
132
|
},
|
|
133
133
|
};
|
|
134
134
|
};
|
|
135
|
-
exports.
|
|
135
|
+
exports.SearchApiFactory = SearchApiFactory;
|
|
136
136
|
/**
|
|
137
|
-
*
|
|
137
|
+
* SearchApi - object-oriented interface
|
|
138
138
|
* @export
|
|
139
|
-
* @class
|
|
139
|
+
* @class SearchApi
|
|
140
140
|
* @extends {BaseAPI}
|
|
141
141
|
*/
|
|
142
|
-
class
|
|
142
|
+
class SearchApi extends base_1.BaseAPI {
|
|
143
143
|
/**
|
|
144
144
|
*
|
|
145
|
-
* @summary Search
|
|
145
|
+
* @summary Search
|
|
146
146
|
* @param {string} [query] Elasticsearch query
|
|
147
147
|
* @param {boolean} [user] Specify user or only public metadata records could be found
|
|
148
148
|
* @param {boolean} [adv] Set true for advanced Elasticsearch search syntax
|
|
149
149
|
* @param {Array<string>} [languages] Set the used languages
|
|
150
150
|
* @param {*} [options] Override http request option.
|
|
151
151
|
* @throws {RequiredError}
|
|
152
|
-
* @memberof
|
|
152
|
+
* @memberof SearchApi
|
|
153
153
|
*/
|
|
154
|
-
|
|
155
|
-
return (0, exports.
|
|
154
|
+
searchSearch(query, user, adv, languages, options) {
|
|
155
|
+
return (0, exports.SearchApiFp)(this.configuration).searchSearch(query, user, adv, languages, options).then((request) => request(this.axios, this.basePath));
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
|
-
exports.
|
|
158
|
+
exports.SearchApi = SearchApi;
|
|
159
159
|
//# sourceMappingURL=api.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.js","sourceRoot":"","sources":["../../../src/Coscine.Api.Search/api.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;;;;;;;;;;;;;AAIH,kDAAiE;AACjE,yDAAyD;AACzD,aAAa;AACb,qCAA4N;AAC5N,aAAa;AACb,iCAA4F;
|
|
1
|
+
{"version":3,"file":"api.js","sourceRoot":"","sources":["../../../src/Coscine.Api.Search/api.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Coscine.Api.Tree
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 2.
|
|
8
|
+
* The version of the OpenAPI document: 2.8.3
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -43,10 +43,11 @@ const TreeApiAxiosParamCreator = function (configuration) {
|
|
|
43
43
|
* @summary This method retrieves the metadata
|
|
44
44
|
* @param {string} resourceId Id of a resource
|
|
45
45
|
* @param {string} [path] Path to the file
|
|
46
|
+
* @param {string} [mimeType] Requested MimeType of the metadata
|
|
46
47
|
* @param {*} [options] Override http request option.
|
|
47
48
|
* @throws {RequiredError}
|
|
48
49
|
*/
|
|
49
|
-
treeGetMetadataWithParameter: (resourceId, path, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
50
|
+
treeGetMetadataWithParameter: (resourceId, path, mimeType, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
50
51
|
// verify required parameter 'resourceId' is not null or undefined
|
|
51
52
|
(0, common_1.assertParamExists)('treeGetMetadataWithParameter', 'resourceId', resourceId);
|
|
52
53
|
const localVarPath = `/Tree/{resourceId}`
|
|
@@ -65,6 +66,9 @@ const TreeApiAxiosParamCreator = function (configuration) {
|
|
|
65
66
|
if (path !== undefined) {
|
|
66
67
|
localVarQueryParameter['path'] = path;
|
|
67
68
|
}
|
|
69
|
+
if (mimeType !== undefined) {
|
|
70
|
+
localVarQueryParameter['mimeType'] = mimeType;
|
|
71
|
+
}
|
|
68
72
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
|
|
69
73
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
70
74
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -78,10 +82,11 @@ const TreeApiAxiosParamCreator = function (configuration) {
|
|
|
78
82
|
* @summary This method stores the metadata of the file
|
|
79
83
|
* @param {string} resourceId Id of the resource
|
|
80
84
|
* @param {string} [path] Path to the file
|
|
85
|
+
* @param {string} [mimeType] Requested MimeType of the metadata
|
|
81
86
|
* @param {*} [options] Override http request option.
|
|
82
87
|
* @throws {RequiredError}
|
|
83
88
|
*/
|
|
84
|
-
treeStoreMetadataForFileWithParameter: (resourceId, path, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
89
|
+
treeStoreMetadataForFileWithParameter: (resourceId, path, mimeType, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
85
90
|
// verify required parameter 'resourceId' is not null or undefined
|
|
86
91
|
(0, common_1.assertParamExists)('treeStoreMetadataForFileWithParameter', 'resourceId', resourceId);
|
|
87
92
|
const localVarPath = `/Tree/{resourceId}`
|
|
@@ -100,6 +105,9 @@ const TreeApiAxiosParamCreator = function (configuration) {
|
|
|
100
105
|
if (path !== undefined) {
|
|
101
106
|
localVarQueryParameter['path'] = path;
|
|
102
107
|
}
|
|
108
|
+
if (mimeType !== undefined) {
|
|
109
|
+
localVarQueryParameter['mimeType'] = mimeType;
|
|
110
|
+
}
|
|
103
111
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
|
|
104
112
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
105
113
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -123,12 +131,13 @@ const TreeApiFp = function (configuration) {
|
|
|
123
131
|
* @summary This method retrieves the metadata
|
|
124
132
|
* @param {string} resourceId Id of a resource
|
|
125
133
|
* @param {string} [path] Path to the file
|
|
134
|
+
* @param {string} [mimeType] Requested MimeType of the metadata
|
|
126
135
|
* @param {*} [options] Override http request option.
|
|
127
136
|
* @throws {RequiredError}
|
|
128
137
|
*/
|
|
129
|
-
treeGetMetadataWithParameter(resourceId, path, options) {
|
|
138
|
+
treeGetMetadataWithParameter(resourceId, path, mimeType, options) {
|
|
130
139
|
return __awaiter(this, void 0, void 0, function* () {
|
|
131
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.treeGetMetadataWithParameter(resourceId, path, options);
|
|
140
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.treeGetMetadataWithParameter(resourceId, path, mimeType, options);
|
|
132
141
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
133
142
|
});
|
|
134
143
|
},
|
|
@@ -137,12 +146,13 @@ const TreeApiFp = function (configuration) {
|
|
|
137
146
|
* @summary This method stores the metadata of the file
|
|
138
147
|
* @param {string} resourceId Id of the resource
|
|
139
148
|
* @param {string} [path] Path to the file
|
|
149
|
+
* @param {string} [mimeType] Requested MimeType of the metadata
|
|
140
150
|
* @param {*} [options] Override http request option.
|
|
141
151
|
* @throws {RequiredError}
|
|
142
152
|
*/
|
|
143
|
-
treeStoreMetadataForFileWithParameter(resourceId, path, options) {
|
|
153
|
+
treeStoreMetadataForFileWithParameter(resourceId, path, mimeType, options) {
|
|
144
154
|
return __awaiter(this, void 0, void 0, function* () {
|
|
145
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.treeStoreMetadataForFileWithParameter(resourceId, path, options);
|
|
155
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.treeStoreMetadataForFileWithParameter(resourceId, path, mimeType, options);
|
|
146
156
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
147
157
|
});
|
|
148
158
|
},
|
|
@@ -161,22 +171,24 @@ const TreeApiFactory = function (configuration, basePath, axios) {
|
|
|
161
171
|
* @summary This method retrieves the metadata
|
|
162
172
|
* @param {string} resourceId Id of a resource
|
|
163
173
|
* @param {string} [path] Path to the file
|
|
174
|
+
* @param {string} [mimeType] Requested MimeType of the metadata
|
|
164
175
|
* @param {*} [options] Override http request option.
|
|
165
176
|
* @throws {RequiredError}
|
|
166
177
|
*/
|
|
167
|
-
treeGetMetadataWithParameter(resourceId, path, options) {
|
|
168
|
-
return localVarFp.treeGetMetadataWithParameter(resourceId, path, options).then((request) => request(axios, basePath));
|
|
178
|
+
treeGetMetadataWithParameter(resourceId, path, mimeType, options) {
|
|
179
|
+
return localVarFp.treeGetMetadataWithParameter(resourceId, path, mimeType, options).then((request) => request(axios, basePath));
|
|
169
180
|
},
|
|
170
181
|
/**
|
|
171
182
|
*
|
|
172
183
|
* @summary This method stores the metadata of the file
|
|
173
184
|
* @param {string} resourceId Id of the resource
|
|
174
185
|
* @param {string} [path] Path to the file
|
|
186
|
+
* @param {string} [mimeType] Requested MimeType of the metadata
|
|
175
187
|
* @param {*} [options] Override http request option.
|
|
176
188
|
* @throws {RequiredError}
|
|
177
189
|
*/
|
|
178
|
-
treeStoreMetadataForFileWithParameter(resourceId, path, options) {
|
|
179
|
-
return localVarFp.treeStoreMetadataForFileWithParameter(resourceId, path, options).then((request) => request(axios, basePath));
|
|
190
|
+
treeStoreMetadataForFileWithParameter(resourceId, path, mimeType, options) {
|
|
191
|
+
return localVarFp.treeStoreMetadataForFileWithParameter(resourceId, path, mimeType, options).then((request) => request(axios, basePath));
|
|
180
192
|
},
|
|
181
193
|
};
|
|
182
194
|
};
|
|
@@ -193,24 +205,26 @@ class TreeApi extends base_1.BaseAPI {
|
|
|
193
205
|
* @summary This method retrieves the metadata
|
|
194
206
|
* @param {string} resourceId Id of a resource
|
|
195
207
|
* @param {string} [path] Path to the file
|
|
208
|
+
* @param {string} [mimeType] Requested MimeType of the metadata
|
|
196
209
|
* @param {*} [options] Override http request option.
|
|
197
210
|
* @throws {RequiredError}
|
|
198
211
|
* @memberof TreeApi
|
|
199
212
|
*/
|
|
200
|
-
treeGetMetadataWithParameter(resourceId, path, options) {
|
|
201
|
-
return (0, exports.TreeApiFp)(this.configuration).treeGetMetadataWithParameter(resourceId, path, options).then((request) => request(this.axios, this.basePath));
|
|
213
|
+
treeGetMetadataWithParameter(resourceId, path, mimeType, options) {
|
|
214
|
+
return (0, exports.TreeApiFp)(this.configuration).treeGetMetadataWithParameter(resourceId, path, mimeType, options).then((request) => request(this.axios, this.basePath));
|
|
202
215
|
}
|
|
203
216
|
/**
|
|
204
217
|
*
|
|
205
218
|
* @summary This method stores the metadata of the file
|
|
206
219
|
* @param {string} resourceId Id of the resource
|
|
207
220
|
* @param {string} [path] Path to the file
|
|
221
|
+
* @param {string} [mimeType] Requested MimeType of the metadata
|
|
208
222
|
* @param {*} [options] Override http request option.
|
|
209
223
|
* @throws {RequiredError}
|
|
210
224
|
* @memberof TreeApi
|
|
211
225
|
*/
|
|
212
|
-
treeStoreMetadataForFileWithParameter(resourceId, path, options) {
|
|
213
|
-
return (0, exports.TreeApiFp)(this.configuration).treeStoreMetadataForFileWithParameter(resourceId, path, options).then((request) => request(this.axios, this.basePath));
|
|
226
|
+
treeStoreMetadataForFileWithParameter(resourceId, path, mimeType, options) {
|
|
227
|
+
return (0, exports.TreeApiFp)(this.configuration).treeStoreMetadataForFileWithParameter(resourceId, path, mimeType, options).then((request) => request(this.axios, this.basePath));
|
|
214
228
|
}
|
|
215
229
|
}
|
|
216
230
|
exports.TreeApi = TreeApi;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.js","sourceRoot":"","sources":["../../../src/Coscine.Api.Tree/api.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;;;;;;;;;;;;;AAIH,kDAAiE;AACjE,yDAAyD;AACzD,aAAa;AACb,qCAA4N;AAC5N,aAAa;AACb,iCAA4F;AAG5F;;;GAGG;AACI,MAAM,wBAAwB,GAAG,UAAU,aAA6B;IAC3E,OAAO;QACH
|
|
1
|
+
{"version":3,"file":"api.js","sourceRoot":"","sources":["../../../src/Coscine.Api.Tree/api.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Coscine.Api.Tree
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 2.
|
|
8
|
+
* The version of the OpenAPI document: 2.8.3
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Coscine.Api.Tree
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 2.
|
|
8
|
+
* The version of the OpenAPI document: 2.8.3
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Coscine.Api.Tree
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 2.
|
|
8
|
+
* The version of the OpenAPI document: 2.8.3
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Coscine.Api.Tree
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 2.
|
|
8
|
+
* The version of the OpenAPI document: 2.8.3
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Coscine.Api.User
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 3.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Coscine.Api.User
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 3.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Coscine.Api.User
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 3.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Coscine.Api.User
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 3.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Coscine.Api.User
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 3.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/lib/apis.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const api_1 = require("./Coscine.Api.
|
|
4
|
-
const configuration_1 = require("./Coscine.Api.
|
|
5
|
-
const api_2 = require("./Coscine.Api.
|
|
6
|
-
const api_3 = require("./Coscine.Api.
|
|
7
|
-
const api_4 = require("./Coscine.Api.
|
|
8
|
-
const api_5 = require("./Coscine.Api.
|
|
9
|
-
const api_6 = require("./Coscine.Api.
|
|
3
|
+
const api_1 = require("./Coscine.Api.Admin/api");
|
|
4
|
+
const configuration_1 = require("./Coscine.Api.Admin/configuration");
|
|
5
|
+
const api_2 = require("./Coscine.Api.Blob/api");
|
|
6
|
+
const api_3 = require("./Coscine.Api.Metadata/api");
|
|
7
|
+
const api_4 = require("./Coscine.Api.Notices/api");
|
|
8
|
+
const api_5 = require("./Coscine.Api.Organization/api");
|
|
9
|
+
const api_6 = require("./Coscine.Api.Project/api");
|
|
10
10
|
const api_7 = require("./Coscine.Api.Project/api");
|
|
11
11
|
const api_8 = require("./Coscine.Api.Project/api");
|
|
12
12
|
const api_9 = require("./Coscine.Api.Project/api");
|
|
@@ -14,18 +14,17 @@ const api_10 = require("./Coscine.Api.Project/api");
|
|
|
14
14
|
const api_11 = require("./Coscine.Api.Project/api");
|
|
15
15
|
const api_12 = require("./Coscine.Api.Project/api");
|
|
16
16
|
const api_13 = require("./Coscine.Api.Project/api");
|
|
17
|
-
const api_14 = require("./Coscine.Api.
|
|
18
|
-
const api_15 = require("./Coscine.Api.
|
|
17
|
+
const api_14 = require("./Coscine.Api.Resources/api");
|
|
18
|
+
const api_15 = require("./Coscine.Api.Resources/api");
|
|
19
19
|
const api_16 = require("./Coscine.Api.Resources/api");
|
|
20
|
-
const api_17 = require("./Coscine.Api.
|
|
21
|
-
const api_18 = require("./Coscine.Api.
|
|
22
|
-
const api_19 = require("./Coscine.Api.
|
|
23
|
-
const api_20 = require("./Coscine.Api.
|
|
20
|
+
const api_17 = require("./Coscine.Api.Search/api");
|
|
21
|
+
const api_18 = require("./Coscine.Api.Token/api");
|
|
22
|
+
const api_19 = require("./Coscine.Api.Tree/api");
|
|
23
|
+
const api_20 = require("./Coscine.Api.User/api");
|
|
24
24
|
const api_21 = require("./Coscine.Api.User/api");
|
|
25
25
|
const api_22 = require("./Coscine.Api.User/api");
|
|
26
26
|
const api_23 = require("./Coscine.Api.User/api");
|
|
27
27
|
const api_24 = require("./Coscine.Api.User/api");
|
|
28
|
-
const api_25 = require("./Coscine.Api.User/api");
|
|
29
28
|
let accessToken = '';
|
|
30
29
|
if (typeof coscine !== 'undefined' && typeof coscine.authorization !== 'undefined') {
|
|
31
30
|
accessToken = 'Bearer ' + coscine.authorization.bearer;
|
|
@@ -49,31 +48,30 @@ const getHostName = () => {
|
|
|
49
48
|
};
|
|
50
49
|
function implementations(axios) {
|
|
51
50
|
return {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
51
|
+
AdminApi: (0, api_1.AdminApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Admin', axios),
|
|
52
|
+
BlobApi: (0, api_2.BlobApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Blob', axios),
|
|
53
|
+
ContactChangeApi: (0, api_20.ContactChangeApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.User', axios),
|
|
54
|
+
DisciplineApi: (0, api_6.DisciplineApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Project', axios),
|
|
55
|
+
LanguageApi: (0, api_21.LanguageApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.User', axios),
|
|
56
|
+
LicenseApi: (0, api_7.LicenseApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Project', axios),
|
|
57
|
+
MetadataApi: (0, api_3.MetadataApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Metadata', axios),
|
|
58
|
+
NoticeApi: (0, api_4.NoticeApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Notices', axios),
|
|
59
|
+
OrganizationApi: (0, api_5.OrganizationApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Organization', axios),
|
|
60
|
+
ProjectApi: (0, api_8.ProjectApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Project', axios),
|
|
61
|
+
ProjectQuotaApi: (0, api_9.ProjectQuotaApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Project', axios),
|
|
63
62
|
ProjectRoleApi: (0, api_10.ProjectRoleApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Project', axios),
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
ResourceTypeApi: (0,
|
|
63
|
+
ResourceApi: (0, api_14.ResourceApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Resources', axios),
|
|
64
|
+
ResourceQuotaApi: (0, api_15.ResourceQuotaApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Resources', axios),
|
|
65
|
+
ResourceTypeApi: (0, api_16.ResourceTypeApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Resources', axios),
|
|
67
66
|
RoleApi: (0, api_11.RoleApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Project', axios),
|
|
68
|
-
SearchApi: (0,
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
VisibilityApi: (0, api_14.VisibilityApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Project', axios)
|
|
67
|
+
SearchApi: (0, api_17.SearchApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Search', axios),
|
|
68
|
+
SubProjectApi: (0, api_12.SubProjectApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Project', axios),
|
|
69
|
+
TitleApi: (0, api_23.TitleApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.User', axios),
|
|
70
|
+
TokenApi: (0, api_18.TokenApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Token', axios),
|
|
71
|
+
TOSApi: (0, api_22.TOSApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.User', axios),
|
|
72
|
+
TreeApi: (0, api_19.TreeApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Tree', axios),
|
|
73
|
+
UserApi: (0, api_24.UserApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.User', axios),
|
|
74
|
+
VisibilityApi: (0, api_13.VisibilityApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Project', axios)
|
|
77
75
|
};
|
|
78
76
|
}
|
|
79
77
|
;
|
package/dist/lib/apis.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apis.js","sourceRoot":"","sources":["../../src/apis.ts"],"names":[],"mappings":";;AAEA,
|
|
1
|
+
{"version":3,"file":"apis.js","sourceRoot":"","sources":["../../src/apis.ts"],"names":[],"mappings":"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"}
|
package/dist/lib/index.js
CHANGED
|
@@ -3,11 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.VisibilityApi = exports.UserApi = exports.TreeApi = exports.TOSApi = exports.TokenApi = exports.TitleApi = exports.SubProjectApi = exports.
|
|
6
|
+
exports.VisibilityApi = exports.UserApi = exports.TreeApi = exports.TOSApi = exports.TokenApi = exports.TitleApi = exports.SubProjectApi = exports.SearchApi = exports.RoleApi = exports.ResourceTypeApi = exports.ResourceQuotaApi = exports.ResourceApi = exports.ProjectRoleApi = exports.ProjectQuotaApi = exports.ProjectApi = exports.OrganizationApi = exports.NoticeApi = exports.MetadataApi = exports.LicenseApi = exports.LanguageApi = exports.DisciplineApi = exports.ContactChangeApi = exports.BlobApi = exports.AdminApi = void 0;
|
|
7
7
|
const apis_1 = __importDefault(require("./apis"));
|
|
8
8
|
const axios_basic_1 = __importDefault(require("./axios-basic"));
|
|
9
9
|
const apis = (0, apis_1.default)(axios_basic_1.default);
|
|
10
|
-
exports.ActivatedFeaturesApi = apis.ActivatedFeaturesApi;
|
|
11
10
|
exports.AdminApi = apis.AdminApi;
|
|
12
11
|
exports.BlobApi = apis.BlobApi;
|
|
13
12
|
exports.ContactChangeApi = apis.ContactChangeApi;
|
|
@@ -18,13 +17,13 @@ exports.MetadataApi = apis.MetadataApi;
|
|
|
18
17
|
exports.NoticeApi = apis.NoticeApi;
|
|
19
18
|
exports.OrganizationApi = apis.OrganizationApi;
|
|
20
19
|
exports.ProjectApi = apis.ProjectApi;
|
|
20
|
+
exports.ProjectQuotaApi = apis.ProjectQuotaApi;
|
|
21
21
|
exports.ProjectRoleApi = apis.ProjectRoleApi;
|
|
22
|
-
exports.QuotaApi = apis.QuotaApi;
|
|
23
22
|
exports.ResourceApi = apis.ResourceApi;
|
|
23
|
+
exports.ResourceQuotaApi = apis.ResourceQuotaApi;
|
|
24
24
|
exports.ResourceTypeApi = apis.ResourceTypeApi;
|
|
25
25
|
exports.RoleApi = apis.RoleApi;
|
|
26
26
|
exports.SearchApi = apis.SearchApi;
|
|
27
|
-
exports.SemanticSearchApi = apis.SemanticSearchApi;
|
|
28
27
|
exports.SubProjectApi = apis.SubProjectApi;
|
|
29
28
|
exports.TitleApi = apis.TitleApi;
|
|
30
29
|
exports.TokenApi = apis.TokenApi;
|
package/dist/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,kDAAqC;AACrC,gEAAqC;AAErC,MAAM,IAAI,GAAG,IAAA,cAAe,EAAC,qBAAQ,CAAC,CAAC;AAE1B,QAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,kDAAqC;AACrC,gEAAqC;AAErC,MAAM,IAAI,GAAG,IAAA,cAAe,EAAC,qBAAQ,CAAC,CAAC;AAE1B,QAAA,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC;AACzB,QAAA,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;AACvB,QAAA,gBAAgB,GAAG,IAAI,CAAC,gBAAgB,CAAC;AACzC,QAAA,aAAa,GAAG,IAAI,CAAC,aAAa,CAAC;AACnC,QAAA,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC;AAC/B,QAAA,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC;AAC7B,QAAA,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC;AAC/B,QAAA,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC;AAC3B,QAAA,eAAe,GAAG,IAAI,CAAC,eAAe,CAAC;AACvC,QAAA,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC;AAC7B,QAAA,eAAe,GAAG,IAAI,CAAC,eAAe,CAAC;AACvC,QAAA,cAAc,GAAG,IAAI,CAAC,cAAc,CAAC;AACrC,QAAA,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC;AAC/B,QAAA,gBAAgB,GAAG,IAAI,CAAC,gBAAgB,CAAC;AACzC,QAAA,eAAe,GAAG,IAAI,CAAC,eAAe,CAAC;AACvC,QAAA,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;AACvB,QAAA,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC;AAC3B,QAAA,aAAa,GAAG,IAAI,CAAC,aAAa,CAAC;AACnC,QAAA,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC;AACzB,QAAA,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC;AACzB,QAAA,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;AACrB,QAAA,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;AACvB,QAAA,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;AACvB,QAAA,aAAa,GAAG,IAAI,CAAC,aAAa,CAAC;AAEhD,kBAAe,IAAI,CAAC"}
|