@coscine/api-client 2.3.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 +20 -162
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +19 -162
- package/dist/index.umd.js.map +1 -1
- package/dist/lib/Coscine.Api.Admin/api.js +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 -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 +2 -177
- 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 +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 +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/apis.js +18 -20
- package/dist/lib/apis.js.map +1 -1
- package/dist/lib/index.js +1 -2
- package/dist/lib/index.js.map +1 -1
- package/dist/types/Coscine.Api.Admin/api.d.ts +1 -1
- 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 -1
- 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 +1 -97
- 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 +1 -1
- 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 +1 -1
- 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 +1 -5
- package/dist/types/index.d.ts +2 -10
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Coscine.Api.Resources
|
|
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).
|
|
@@ -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":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;;;;;;;;;;;;;AAIH,kDAAiE;AACjE,yDAAyD;AACzD,aAAa;AACb,qCAA4N;AAC5N,aAAa;AACb,iCAA4F;AAke5F;;;GAGG;AACI,MAAM,0BAA0B,GAAG,UAAU,aAA6B;IAC7E,OAAO;QACH;;;;;;;;;WASG;QACH,YAAY,EAAE,CAAO,KAAc,EAAE,IAAc,EAAE,GAAa,EAAE,SAAyB,EAAE,UAAe,EAAE,EAAwB,EAAE;YACtI,MAAM,YAAY,GAAG,SAAS,CAAC;YAC/B,oFAAoF;YACpF,MAAM,cAAc,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE,uBAAc,CAAC,CAAC;YAC7D,IAAI,WAAW,CAAC;YAChB,IAAI,aAAa,EAAE;gBACf,WAAW,GAAG,aAAa,CAAC,WAAW,CAAC;aAC3C;YAED,MAAM,sBAAsB,iCAAK,MAAM,EAAE,KAAK,IAAK,WAAW,GAAK,OAAO,CAAC,CAAC;YAC5E,MAAM,uBAAuB,GAAG,EAAS,CAAC;YAC1C,MAAM,sBAAsB,GAAG,EAAS,CAAC;YAEzC,oCAAoC;YACpC,MAAM,IAAA,0BAAiB,EAAC,uBAAuB,EAAE,eAAe,EAAE,aAAa,CAAC,CAAA;YAEhF,IAAI,KAAK,KAAK,SAAS,EAAE;gBACrB,sBAAsB,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;aAC3C;YAED,IAAI,IAAI,KAAK,SAAS,EAAE;gBACpB,sBAAsB,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;aACzC;YAED,IAAI,GAAG,KAAK,SAAS,EAAE;gBACnB,sBAAsB,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;aACvC;YAED,IAAI,SAAS,EAAE;gBACX,sBAAsB,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;aACnD;YAID,IAAA,wBAAe,EAAC,cAAc,EAAE,sBAAsB,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;YACvE,IAAI,sBAAsB,GAAG,WAAW,IAAI,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;YAC3F,sBAAsB,CAAC,OAAO,iDAAO,uBAAuB,GAAK,sBAAsB,GAAK,OAAO,CAAC,OAAO,CAAC,CAAC;YAE7G,OAAO;gBACH,GAAG,EAAE,IAAA,qBAAY,EAAC,cAAc,CAAC;gBACjC,OAAO,EAAE,sBAAsB;aAClC,CAAC;QACN,CAAC,CAAA;KACJ,CAAA;AACL,CAAC,CAAC;AAxDW,QAAA,0BAA0B,8BAwDrC;AAEF;;;GAGG;AACI,MAAM,WAAW,GAAG,UAAS,aAA6B;IAC7D,MAAM,yBAAyB,GAAG,IAAA,kCAA0B,EAAC,aAAa,CAAC,CAAA;IAC3E,OAAO;QACH;;;;;;;;;WASG;QACG,YAAY,CAAC,KAAc,EAAE,IAAc,EAAE,GAAa,EAAE,SAAyB,EAAE,OAAa;;gBACtG,MAAM,iBAAiB,GAAG,MAAM,yBAAyB,CAAC,YAAY,CAAC,KAAK,EAAE,IAAI,EAAE,GAAG,EAAE,SAAS,EAAE,OAAO,CAAC,CAAC;gBAC7G,OAAO,IAAA,8BAAqB,EAAC,iBAAiB,EAAE,eAAW,EAAE,gBAAS,EAAE,aAAa,CAAC,CAAC;YAC3F,CAAC;SAAA;KACJ,CAAA;AACL,CAAC,CAAC;AAlBW,QAAA,WAAW,eAkBtB;AAEF;;;GAGG;AACI,MAAM,gBAAgB,GAAG,UAAU,aAA6B,EAAE,QAAiB,EAAE,KAAqB;IAC7G,MAAM,UAAU,GAAG,IAAA,mBAAW,EAAC,aAAa,CAAC,CAAA;IAC7C,OAAO;QACH;;;;;;;;;WASG;QACH,YAAY,CAAC,KAAc,EAAE,IAAc,EAAE,GAAa,EAAE,SAAyB,EAAE,OAAa;YAChG,OAAO,UAAU,CAAC,YAAY,CAAC,KAAK,EAAE,IAAI,EAAE,GAAG,EAAE,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC;QACrH,CAAC;KACJ,CAAC;AACN,CAAC,CAAC;AAjBW,QAAA,gBAAgB,oBAiB3B;AAEF;;;;;GAKG;AACH,MAAa,SAAU,SAAQ,cAAO;IAClC;;;;;;;;;;OAUG;IACI,YAAY,CAAC,KAAc,EAAE,IAAc,EAAE,GAAa,EAAE,SAAyB,EAAE,OAAa;QACvG,OAAO,IAAA,mBAAW,EAAC,IAAI,CAAC,aAAa,CAAC,CAAC,YAAY,CAAC,KAAK,EAAE,IAAI,EAAE,GAAG,EAAE,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC;IACpJ,CAAC;CACJ;AAfD,8BAeC"}
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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).
|
package/dist/lib/apis.js
CHANGED
|
@@ -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.
|
|
17
|
+
const api_14 = require("./Coscine.Api.Resources/api");
|
|
18
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;
|
|
@@ -51,9 +50,9 @@ function implementations(axios) {
|
|
|
51
50
|
return {
|
|
52
51
|
AdminApi: (0, api_1.AdminApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Admin', axios),
|
|
53
52
|
BlobApi: (0, api_2.BlobApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Blob', axios),
|
|
54
|
-
ContactChangeApi: (0,
|
|
53
|
+
ContactChangeApi: (0, api_20.ContactChangeApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.User', axios),
|
|
55
54
|
DisciplineApi: (0, api_6.DisciplineApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Project', axios),
|
|
56
|
-
LanguageApi: (0,
|
|
55
|
+
LanguageApi: (0, api_21.LanguageApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.User', axios),
|
|
57
56
|
LicenseApi: (0, api_7.LicenseApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Project', axios),
|
|
58
57
|
MetadataApi: (0, api_3.MetadataApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Metadata', axios),
|
|
59
58
|
NoticeApi: (0, api_4.NoticeApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Notices', axios),
|
|
@@ -61,19 +60,18 @@ function implementations(axios) {
|
|
|
61
60
|
ProjectApi: (0, api_8.ProjectApiFactory)(new configuration_1.Configuration({ 'accessToken': accessToken }), 'https://' + getHostName() + '/coscine/api/Coscine.Api.Project', axios),
|
|
62
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
|
-
ResourceApi: (0,
|
|
65
|
-
ResourceQuotaApi: (0,
|
|
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,iDAA0D;AAC1D,qEAAkE;AAClE,gDAAwD;AACxD,oDAAgE;AAChE,mDAA6D;AAC7D,wDAAwE;AACxE,mDAAiE;AACjE,mDAA8D;AAC9D,mDAA8D;AAC9D,mDAAmE;AACnE,oDAAkE;AAClE,oDAA2D;AAC3D,
|
|
1
|
+
{"version":3,"file":"apis.js","sourceRoot":"","sources":["../../src/apis.ts"],"names":[],"mappings":"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"}
|
package/dist/lib/index.js
CHANGED
|
@@ -3,7 +3,7 @@ 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);
|
|
@@ -24,7 +24,6 @@ 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,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,
|
|
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"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.Admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 3.0.0
|
|
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.Admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 3.0.0
|
|
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.Admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 3.0.0
|
|
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.Admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 3.0.0
|
|
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.Admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 3.0.0
|
|
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:
|
|
5
|
+
* The version of the OpenAPI document: 3.0.0
|
|
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:
|
|
5
|
+
* The version of the OpenAPI document: 3.0.0
|
|
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:
|
|
5
|
+
* The version of the OpenAPI document: 3.0.0
|
|
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:
|
|
5
|
+
* The version of the OpenAPI document: 3.0.0
|
|
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:
|
|
5
|
+
* The version of the OpenAPI document: 3.0.0
|
|
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.Project
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 4.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1687,102 +1687,6 @@ export declare class RoleApi extends BaseAPI {
|
|
|
1687
1687
|
*/
|
|
1688
1688
|
roleIndex(options?: any): Promise<import("axios").AxiosResponse<RoleObject[]>>;
|
|
1689
1689
|
}
|
|
1690
|
-
/**
|
|
1691
|
-
* SearchApi - axios parameter creator
|
|
1692
|
-
* @export
|
|
1693
|
-
*/
|
|
1694
|
-
export declare const SearchApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1695
|
-
/**
|
|
1696
|
-
*
|
|
1697
|
-
* @summary Returns results for the search word
|
|
1698
|
-
* @param {string} encodedSearchWord Encoded search word
|
|
1699
|
-
* @param {*} [options] Override http request option.
|
|
1700
|
-
* @throws {RequiredError}
|
|
1701
|
-
*/
|
|
1702
|
-
searchSearch: (encodedSearchWord: string, options?: any) => Promise<RequestArgs>;
|
|
1703
|
-
/**
|
|
1704
|
-
*
|
|
1705
|
-
* @summary Returns searched projects
|
|
1706
|
-
* @param {string} projectId Id of the project
|
|
1707
|
-
* @param {string} encodedSearchWord Encoded search word
|
|
1708
|
-
* @param {*} [options] Override http request option.
|
|
1709
|
-
* @throws {RequiredError}
|
|
1710
|
-
*/
|
|
1711
|
-
searchSearchProject: (projectId: string, encodedSearchWord: string, options?: any) => Promise<RequestArgs>;
|
|
1712
|
-
};
|
|
1713
|
-
/**
|
|
1714
|
-
* SearchApi - functional programming interface
|
|
1715
|
-
* @export
|
|
1716
|
-
*/
|
|
1717
|
-
export declare const SearchApiFp: (configuration?: Configuration) => {
|
|
1718
|
-
/**
|
|
1719
|
-
*
|
|
1720
|
-
* @summary Returns results for the search word
|
|
1721
|
-
* @param {string} encodedSearchWord Encoded search word
|
|
1722
|
-
* @param {*} [options] Override http request option.
|
|
1723
|
-
* @throws {RequiredError}
|
|
1724
|
-
*/
|
|
1725
|
-
searchSearch(encodedSearchWord: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
1726
|
-
/**
|
|
1727
|
-
*
|
|
1728
|
-
* @summary Returns searched projects
|
|
1729
|
-
* @param {string} projectId Id of the project
|
|
1730
|
-
* @param {string} encodedSearchWord Encoded search word
|
|
1731
|
-
* @param {*} [options] Override http request option.
|
|
1732
|
-
* @throws {RequiredError}
|
|
1733
|
-
*/
|
|
1734
|
-
searchSearchProject(projectId: string, encodedSearchWord: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
1735
|
-
};
|
|
1736
|
-
/**
|
|
1737
|
-
* SearchApi - factory interface
|
|
1738
|
-
* @export
|
|
1739
|
-
*/
|
|
1740
|
-
export declare const SearchApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1741
|
-
/**
|
|
1742
|
-
*
|
|
1743
|
-
* @summary Returns results for the search word
|
|
1744
|
-
* @param {string} encodedSearchWord Encoded search word
|
|
1745
|
-
* @param {*} [options] Override http request option.
|
|
1746
|
-
* @throws {RequiredError}
|
|
1747
|
-
*/
|
|
1748
|
-
searchSearch(encodedSearchWord: string, options?: any): AxiosPromise<any>;
|
|
1749
|
-
/**
|
|
1750
|
-
*
|
|
1751
|
-
* @summary Returns searched projects
|
|
1752
|
-
* @param {string} projectId Id of the project
|
|
1753
|
-
* @param {string} encodedSearchWord Encoded search word
|
|
1754
|
-
* @param {*} [options] Override http request option.
|
|
1755
|
-
* @throws {RequiredError}
|
|
1756
|
-
*/
|
|
1757
|
-
searchSearchProject(projectId: string, encodedSearchWord: string, options?: any): AxiosPromise<any>;
|
|
1758
|
-
};
|
|
1759
|
-
/**
|
|
1760
|
-
* SearchApi - object-oriented interface
|
|
1761
|
-
* @export
|
|
1762
|
-
* @class SearchApi
|
|
1763
|
-
* @extends {BaseAPI}
|
|
1764
|
-
*/
|
|
1765
|
-
export declare class SearchApi extends BaseAPI {
|
|
1766
|
-
/**
|
|
1767
|
-
*
|
|
1768
|
-
* @summary Returns results for the search word
|
|
1769
|
-
* @param {string} encodedSearchWord Encoded search word
|
|
1770
|
-
* @param {*} [options] Override http request option.
|
|
1771
|
-
* @throws {RequiredError}
|
|
1772
|
-
* @memberof SearchApi
|
|
1773
|
-
*/
|
|
1774
|
-
searchSearch(encodedSearchWord: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
1775
|
-
/**
|
|
1776
|
-
*
|
|
1777
|
-
* @summary Returns searched projects
|
|
1778
|
-
* @param {string} projectId Id of the project
|
|
1779
|
-
* @param {string} encodedSearchWord Encoded search word
|
|
1780
|
-
* @param {*} [options] Override http request option.
|
|
1781
|
-
* @throws {RequiredError}
|
|
1782
|
-
* @memberof SearchApi
|
|
1783
|
-
*/
|
|
1784
|
-
searchSearchProject(projectId: string, encodedSearchWord: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
1785
|
-
}
|
|
1786
1690
|
/**
|
|
1787
1691
|
* SubProjectApi - axios parameter creator
|
|
1788
1692
|
* @export
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.Project
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 4.0.0
|
|
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.Project
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 4.0.0
|
|
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.Project
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 4.0.0
|
|
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.Project
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 4.0.0
|
|
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.Resources
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 3.0.0
|
|
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.Resources
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 3.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|