ch-admin-api-client-typescript 5.83.2 → 5.86.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.
|
@@ -34,6 +34,14 @@ export declare const DevSupportsApiAxiosParamCreator: (configuration?: Configura
|
|
|
34
34
|
* @throws {RequiredError}
|
|
35
35
|
*/
|
|
36
36
|
apiV1DevsupportsGeneratemissingfaviconsPost: (webAppIds?: Array<string>, dryRun?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @summary Generate sitemap blob items (Auth policies: RequireAdministratorRole)
|
|
40
|
+
* @param {boolean} [overwrite]
|
|
41
|
+
* @param {*} [options] Override http request option.
|
|
42
|
+
* @throws {RequiredError}
|
|
43
|
+
*/
|
|
44
|
+
apiV1DevsupportsGeneratesitemapbatchPost: (overwrite?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
37
45
|
/**
|
|
38
46
|
*
|
|
39
47
|
* @summary Update contentTextOnly values (Auth policies: RequireAdministratorRole)
|
|
@@ -64,6 +72,14 @@ export declare const DevSupportsApiFp: (configuration?: Configuration) => {
|
|
|
64
72
|
* @throws {RequiredError}
|
|
65
73
|
*/
|
|
66
74
|
apiV1DevsupportsGeneratemissingfaviconsPost(webAppIds?: Array<string>, dryRun?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
75
|
+
/**
|
|
76
|
+
*
|
|
77
|
+
* @summary Generate sitemap blob items (Auth policies: RequireAdministratorRole)
|
|
78
|
+
* @param {boolean} [overwrite]
|
|
79
|
+
* @param {*} [options] Override http request option.
|
|
80
|
+
* @throws {RequiredError}
|
|
81
|
+
*/
|
|
82
|
+
apiV1DevsupportsGeneratesitemapbatchPost(overwrite?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
67
83
|
/**
|
|
68
84
|
*
|
|
69
85
|
* @summary Update contentTextOnly values (Auth policies: RequireAdministratorRole)
|
|
@@ -94,6 +110,14 @@ export declare const DevSupportsApiFactory: (configuration?: Configuration, base
|
|
|
94
110
|
* @throws {RequiredError}
|
|
95
111
|
*/
|
|
96
112
|
apiV1DevsupportsGeneratemissingfaviconsPost(webAppIds?: Array<string>, dryRun?: boolean, options?: any): AxiosPromise<string>;
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
* @summary Generate sitemap blob items (Auth policies: RequireAdministratorRole)
|
|
116
|
+
* @param {boolean} [overwrite]
|
|
117
|
+
* @param {*} [options] Override http request option.
|
|
118
|
+
* @throws {RequiredError}
|
|
119
|
+
*/
|
|
120
|
+
apiV1DevsupportsGeneratesitemapbatchPost(overwrite?: boolean, options?: any): AxiosPromise<void>;
|
|
97
121
|
/**
|
|
98
122
|
*
|
|
99
123
|
* @summary Update contentTextOnly values (Auth policies: RequireAdministratorRole)
|
|
@@ -122,6 +146,19 @@ export interface DevSupportsApiApiV1DevsupportsGeneratemissingfaviconsPostReques
|
|
|
122
146
|
*/
|
|
123
147
|
readonly dryRun?: boolean;
|
|
124
148
|
}
|
|
149
|
+
/**
|
|
150
|
+
* Request parameters for apiV1DevsupportsGeneratesitemapbatchPost operation in DevSupportsApi.
|
|
151
|
+
* @export
|
|
152
|
+
* @interface DevSupportsApiApiV1DevsupportsGeneratesitemapbatchPostRequest
|
|
153
|
+
*/
|
|
154
|
+
export interface DevSupportsApiApiV1DevsupportsGeneratesitemapbatchPostRequest {
|
|
155
|
+
/**
|
|
156
|
+
*
|
|
157
|
+
* @type {boolean}
|
|
158
|
+
* @memberof DevSupportsApiApiV1DevsupportsGeneratesitemapbatchPost
|
|
159
|
+
*/
|
|
160
|
+
readonly overwrite?: boolean;
|
|
161
|
+
}
|
|
125
162
|
/**
|
|
126
163
|
* Request parameters for apiV1DevsupportsUpdatecontenttextonlyvaluesPost operation in DevSupportsApi.
|
|
127
164
|
* @export
|
|
@@ -159,6 +196,15 @@ export declare class DevSupportsApi extends BaseAPI {
|
|
|
159
196
|
* @memberof DevSupportsApi
|
|
160
197
|
*/
|
|
161
198
|
apiV1DevsupportsGeneratemissingfaviconsPost(requestParameters?: DevSupportsApiApiV1DevsupportsGeneratemissingfaviconsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
199
|
+
/**
|
|
200
|
+
*
|
|
201
|
+
* @summary Generate sitemap blob items (Auth policies: RequireAdministratorRole)
|
|
202
|
+
* @param {DevSupportsApiApiV1DevsupportsGeneratesitemapbatchPostRequest} requestParameters Request parameters.
|
|
203
|
+
* @param {*} [options] Override http request option.
|
|
204
|
+
* @throws {RequiredError}
|
|
205
|
+
* @memberof DevSupportsApi
|
|
206
|
+
*/
|
|
207
|
+
apiV1DevsupportsGeneratesitemapbatchPost(requestParameters?: DevSupportsApiApiV1DevsupportsGeneratesitemapbatchPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
162
208
|
/**
|
|
163
209
|
*
|
|
164
210
|
* @summary Update contentTextOnly values (Auth policies: RequireAdministratorRole)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dev-supports-api.d.ts","sourceRoot":"","sources":["../../src/api/dev-supports-api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKjD,OAAO,EAAiC,WAAW,EAAE,OAAO,EAAiB,MAAM,SAAS,CAAC;AAI7F,OAAO,EAAE,iCAAiC,EAAE,MAAM,WAAW,CAAC;AAC9D;;;GAGG;AACH,eAAO,MAAM,+BAA+B,mBAA6B,aAAa;IAE9E;;;;;OAKG;2DACyD,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;IA4B1G;;;;;;;OAOG;8DAC6D,KAAK,CAAC,MAAM,CAAC,WAAW,OAAO,YAAW,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;IAoCxJ;;;;;;OAMG;sEACqE,KAAK,CAAC,iCAAiC,CAAC,YAAW,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;CAiChL,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB,mBAA4B,aAAa;IAG9D;;;;;OAKG;yDACwD,kBAAkB,GAAG,OAAO,CAAC,CAAC,KAAK,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,YAAY,CAAC,MAAM,CAAC,CAAC;IAI3J;;;;;;;OAOG;4DAC2D,KAAK,CAAC,MAAM,CAAC,WAAW,OAAO,YAAY,kBAAkB,GAAG,OAAO,CAAC,CAAC,KAAK,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,YAAY,CAAC,MAAM,CAAC,CAAC;IAIzM;;;;;;OAMG;oEACmE,KAAK,CAAC,iCAAiC,CAAC,YAAY,kBAAkB,GAAG,OAAO,CAAC,CAAC,KAAK,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,YAAY,CAAC,MAAM,CAAC,CAAC;CAKjO,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,qBAAqB,mBAA6B,aAAa,aAAa,MAAM,UAAU,aAAa;IAG9G;;;;;OAKG;yDACkD,GAAG,GAAG,YAAY,CAAC,MAAM,CAAC;IAG/E;;;;;;;OAOG;4DACqD,KAAK,CAAC,MAAM,CAAC,WAAW,OAAO,YAAY,GAAG,GAAG,YAAY,CAAC,MAAM,CAAC;IAG7H;;;;;;OAMG;oEAC6D,KAAK,CAAC,iCAAiC,CAAC,YAAY,GAAG,GAAG,YAAY,CAAC,MAAM,CAAC;CAIrJ,CAAC;AAEF;;;;GAIG;AACH,MAAM,WAAW,gEAAgE;IAC7E;;;;OAIG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IAElC;;;;OAIG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,OAAO,CAAA;CAC5B;AAED;;;;GAIG;AACH,MAAM,WAAW,oEAAoE;IACjF;;;;OAIG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,KAAK,CAAC,iCAAiC,CAAC,CAAA;CACpE;AAED;;;;;GAKG;AACH,qBAAa,cAAe,SAAQ,OAAO;IACvC;;;;;;OAMG;IACI,0CAA0C,CAAC,OAAO,CAAC,EAAE,kBAAkB;IAI9E;;;;;;;OAOG;IACI,2CAA2C,CAAC,iBAAiB,GAAE,gEAAqE,EAAE,OAAO,CAAC,EAAE,kBAAkB;IAIzK;;;;;;;OAOG;IACI,+CAA+C,CAAC,iBAAiB,GAAE,oEAAyE,EAAE,OAAO,CAAC,EAAE,kBAAkB;CAGpL"}
|
|
1
|
+
{"version":3,"file":"dev-supports-api.d.ts","sourceRoot":"","sources":["../../src/api/dev-supports-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -195,6 +195,53 @@ var DevSupportsApiAxiosParamCreator = function (configuration) {
|
|
|
195
195
|
});
|
|
196
196
|
});
|
|
197
197
|
},
|
|
198
|
+
/**
|
|
199
|
+
*
|
|
200
|
+
* @summary Generate sitemap blob items (Auth policies: RequireAdministratorRole)
|
|
201
|
+
* @param {boolean} [overwrite]
|
|
202
|
+
* @param {*} [options] Override http request option.
|
|
203
|
+
* @throws {RequiredError}
|
|
204
|
+
*/
|
|
205
|
+
apiV1DevsupportsGeneratesitemapbatchPost: function (overwrite_1) {
|
|
206
|
+
var args_1 = [];
|
|
207
|
+
for (var _i = 1; _i < arguments.length; _i++) {
|
|
208
|
+
args_1[_i - 1] = arguments[_i];
|
|
209
|
+
}
|
|
210
|
+
return __awaiter(_this, __spreadArray([overwrite_1], args_1, true), void 0, function (overwrite, options) {
|
|
211
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
212
|
+
if (options === void 0) { options = {}; }
|
|
213
|
+
return __generator(this, function (_a) {
|
|
214
|
+
switch (_a.label) {
|
|
215
|
+
case 0:
|
|
216
|
+
localVarPath = "/api/v1/devsupports/generatesitemapbatch";
|
|
217
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
218
|
+
if (configuration) {
|
|
219
|
+
baseOptions = configuration.baseOptions;
|
|
220
|
+
}
|
|
221
|
+
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
222
|
+
localVarHeaderParameter = {};
|
|
223
|
+
localVarQueryParameter = {};
|
|
224
|
+
// authentication oauth2 required
|
|
225
|
+
// oauth required
|
|
226
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)];
|
|
227
|
+
case 1:
|
|
228
|
+
// authentication oauth2 required
|
|
229
|
+
// oauth required
|
|
230
|
+
_a.sent();
|
|
231
|
+
if (overwrite !== undefined) {
|
|
232
|
+
localVarQueryParameter['overwrite'] = overwrite;
|
|
233
|
+
}
|
|
234
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
235
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
236
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
237
|
+
return [2 /*return*/, {
|
|
238
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
239
|
+
options: localVarRequestOptions,
|
|
240
|
+
}];
|
|
241
|
+
}
|
|
242
|
+
});
|
|
243
|
+
});
|
|
244
|
+
},
|
|
198
245
|
/**
|
|
199
246
|
*
|
|
200
247
|
* @summary Update contentTextOnly values (Auth policies: RequireAdministratorRole)
|
|
@@ -292,6 +339,26 @@ var DevSupportsApiFp = function (configuration) {
|
|
|
292
339
|
});
|
|
293
340
|
});
|
|
294
341
|
},
|
|
342
|
+
/**
|
|
343
|
+
*
|
|
344
|
+
* @summary Generate sitemap blob items (Auth policies: RequireAdministratorRole)
|
|
345
|
+
* @param {boolean} [overwrite]
|
|
346
|
+
* @param {*} [options] Override http request option.
|
|
347
|
+
* @throws {RequiredError}
|
|
348
|
+
*/
|
|
349
|
+
apiV1DevsupportsGeneratesitemapbatchPost: function (overwrite, options) {
|
|
350
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
351
|
+
var localVarAxiosArgs;
|
|
352
|
+
return __generator(this, function (_a) {
|
|
353
|
+
switch (_a.label) {
|
|
354
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1DevsupportsGeneratesitemapbatchPost(overwrite, options)];
|
|
355
|
+
case 1:
|
|
356
|
+
localVarAxiosArgs = _a.sent();
|
|
357
|
+
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
358
|
+
}
|
|
359
|
+
});
|
|
360
|
+
});
|
|
361
|
+
},
|
|
295
362
|
/**
|
|
296
363
|
*
|
|
297
364
|
* @summary Update contentTextOnly values (Auth policies: RequireAdministratorRole)
|
|
@@ -342,6 +409,16 @@ var DevSupportsApiFactory = function (configuration, basePath, axios) {
|
|
|
342
409
|
apiV1DevsupportsGeneratemissingfaviconsPost: function (webAppIds, dryRun, options) {
|
|
343
410
|
return localVarFp.apiV1DevsupportsGeneratemissingfaviconsPost(webAppIds, dryRun, options).then(function (request) { return request(axios, basePath); });
|
|
344
411
|
},
|
|
412
|
+
/**
|
|
413
|
+
*
|
|
414
|
+
* @summary Generate sitemap blob items (Auth policies: RequireAdministratorRole)
|
|
415
|
+
* @param {boolean} [overwrite]
|
|
416
|
+
* @param {*} [options] Override http request option.
|
|
417
|
+
* @throws {RequiredError}
|
|
418
|
+
*/
|
|
419
|
+
apiV1DevsupportsGeneratesitemapbatchPost: function (overwrite, options) {
|
|
420
|
+
return localVarFp.apiV1DevsupportsGeneratesitemapbatchPost(overwrite, options).then(function (request) { return request(axios, basePath); });
|
|
421
|
+
},
|
|
345
422
|
/**
|
|
346
423
|
*
|
|
347
424
|
* @summary Update contentTextOnly values (Auth policies: RequireAdministratorRole)
|
|
@@ -390,6 +467,19 @@ var DevSupportsApi = /** @class */ (function (_super) {
|
|
|
390
467
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
391
468
|
return (0, exports.DevSupportsApiFp)(this.configuration).apiV1DevsupportsGeneratemissingfaviconsPost(requestParameters.webAppIds, requestParameters.dryRun, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
392
469
|
};
|
|
470
|
+
/**
|
|
471
|
+
*
|
|
472
|
+
* @summary Generate sitemap blob items (Auth policies: RequireAdministratorRole)
|
|
473
|
+
* @param {DevSupportsApiApiV1DevsupportsGeneratesitemapbatchPostRequest} requestParameters Request parameters.
|
|
474
|
+
* @param {*} [options] Override http request option.
|
|
475
|
+
* @throws {RequiredError}
|
|
476
|
+
* @memberof DevSupportsApi
|
|
477
|
+
*/
|
|
478
|
+
DevSupportsApi.prototype.apiV1DevsupportsGeneratesitemapbatchPost = function (requestParameters, options) {
|
|
479
|
+
var _this = this;
|
|
480
|
+
if (requestParameters === void 0) { requestParameters = {}; }
|
|
481
|
+
return (0, exports.DevSupportsApiFp)(this.configuration).apiV1DevsupportsGeneratesitemapbatchPost(requestParameters.overwrite, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
482
|
+
};
|
|
393
483
|
/**
|
|
394
484
|
*
|
|
395
485
|
* @summary Update contentTextOnly values (Auth policies: RequireAdministratorRole)
|