ch-admin-api-client-typescript 5.91.14 → 5.91.28
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/lib/api/accreditations-api.d.ts +10 -9
- package/lib/api/accreditations-api.d.ts.map +1 -1
- package/lib/api/accreditations-api.js +13 -13
- package/lib/api/hospitals-api.d.ts +65 -0
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +100 -0
- package/lib/api/patient-review-consent-documents-api.d.ts +440 -0
- package/lib/api/patient-review-consent-documents-api.d.ts.map +1 -0
- package/lib/api/patient-review-consent-documents-api.js +812 -0
- package/lib/api/patient-review-form-settings-api.d.ts +460 -0
- package/lib/api/patient-review-form-settings-api.d.ts.map +1 -0
- package/lib/api/patient-review-form-settings-api.js +824 -0
- package/lib/api/patient-reviews-api.d.ts +753 -0
- package/lib/api/patient-reviews-api.d.ts.map +1 -0
- package/lib/api/patient-reviews-api.js +1310 -0
- package/lib/api.d.ts +3 -0
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +3 -0
- package/lib/models/accreditation-item-model.d.ts +7 -0
- package/lib/models/accreditation-item-model.d.ts.map +1 -1
- package/lib/models/accreditation-model.d.ts +7 -0
- package/lib/models/accreditation-model.d.ts.map +1 -1
- package/lib/models/accreditation-type.d.ts +22 -0
- package/lib/models/accreditation-type.d.ts.map +1 -0
- package/lib/models/accreditation-type.js +25 -0
- package/lib/models/accreditation-verification-file-model.d.ts +49 -0
- package/lib/models/accreditation-verification-file-model.d.ts.map +1 -0
- package/lib/models/accreditation-verification-file-model.js +15 -0
- package/lib/models/create-accreditation-command.d.ts +7 -0
- package/lib/models/create-accreditation-command.d.ts.map +1 -1
- package/lib/models/create-hospital-accreditation-command.d.ts +32 -0
- package/lib/models/create-hospital-accreditation-command.d.ts.map +1 -1
- package/lib/models/create-patient-review-consent-document-command.d.ts +79 -0
- package/lib/models/create-patient-review-consent-document-command.d.ts.map +1 -0
- package/lib/models/create-patient-review-consent-document-command.js +15 -0
- package/lib/models/create-patient-review-form-setting-command.d.ts +81 -0
- package/lib/models/create-patient-review-form-setting-command.d.ts.map +1 -0
- package/lib/models/create-patient-review-form-setting-command.js +15 -0
- package/lib/models/form-result-item-model.d.ts +7 -0
- package/lib/models/form-result-item-model.d.ts.map +1 -1
- package/lib/models/form-result-model.d.ts +7 -0
- package/lib/models/form-result-model.d.ts.map +1 -1
- package/lib/models/hospital-accreditation-item-model.d.ts +32 -0
- package/lib/models/hospital-accreditation-item-model.d.ts.map +1 -1
- package/lib/models/hospital-accreditation-model.d.ts +32 -0
- package/lib/models/hospital-accreditation-model.d.ts.map +1 -1
- package/lib/models/hospital-item-model.d.ts +7 -0
- package/lib/models/hospital-item-model.d.ts.map +1 -1
- package/lib/models/hospital-model.d.ts +6 -6
- package/lib/models/hospital-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +39 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +39 -0
- package/lib/models/patch-patient-review-input-model.d.ts +50 -0
- package/lib/models/patch-patient-review-input-model.d.ts.map +1 -0
- package/lib/models/patch-patient-review-input-model.js +15 -0
- package/lib/models/patient-review-activity-action.d.ts +29 -0
- package/lib/models/patient-review-activity-action.d.ts.map +1 -0
- package/lib/models/patient-review-activity-action.js +32 -0
- package/lib/models/patient-review-activity-log-model.d.ts +69 -0
- package/lib/models/patient-review-activity-log-model.d.ts.map +1 -0
- package/lib/models/patient-review-activity-log-model.js +15 -0
- package/lib/models/patient-review-before-and-after-photo-model.d.ts +61 -0
- package/lib/models/patient-review-before-and-after-photo-model.d.ts.map +1 -0
- package/lib/models/patient-review-before-and-after-photo-model.js +15 -0
- package/lib/models/patient-review-before-and-after-public-photo-model.d.ts +73 -0
- package/lib/models/patient-review-before-and-after-public-photo-model.d.ts.map +1 -0
- package/lib/models/patient-review-before-and-after-public-photo-model.js +15 -0
- package/lib/models/patient-review-consent-document-item-model.d.ts +74 -0
- package/lib/models/patient-review-consent-document-item-model.d.ts.map +1 -0
- package/lib/models/patient-review-consent-document-item-model.js +15 -0
- package/lib/models/patient-review-consent-document-model.d.ts +92 -0
- package/lib/models/patient-review-consent-document-model.d.ts.map +1 -0
- package/lib/models/patient-review-consent-document-model.js +15 -0
- package/lib/models/patient-review-consent-documents-model.d.ts +33 -0
- package/lib/models/patient-review-consent-documents-model.d.ts.map +1 -0
- package/lib/models/patient-review-consent-documents-model.js +15 -0
- package/lib/models/patient-review-content-verification-input-model.d.ts +31 -0
- package/lib/models/patient-review-content-verification-input-model.d.ts.map +1 -0
- package/lib/models/patient-review-content-verification-input-model.js +15 -0
- package/lib/models/patient-review-detail-model.d.ts +44 -0
- package/lib/models/patient-review-detail-model.d.ts.map +1 -0
- package/lib/models/patient-review-detail-model.js +15 -0
- package/lib/models/patient-review-form-setting-detail-input-model.d.ts +67 -0
- package/lib/models/patient-review-form-setting-detail-input-model.d.ts.map +1 -0
- package/lib/models/patient-review-form-setting-detail-input-model.js +15 -0
- package/lib/models/patient-review-form-setting-detail-model.d.ts +79 -0
- package/lib/models/patient-review-form-setting-detail-model.d.ts.map +1 -0
- package/lib/models/patient-review-form-setting-detail-model.js +15 -0
- package/lib/models/patient-review-form-setting-item-model.d.ts +87 -0
- package/lib/models/patient-review-form-setting-item-model.d.ts.map +1 -0
- package/lib/models/patient-review-form-setting-item-model.js +15 -0
- package/lib/models/patient-review-form-setting-model.d.ts +94 -0
- package/lib/models/patient-review-form-setting-model.d.ts.map +1 -0
- package/lib/models/patient-review-form-setting-model.js +15 -0
- package/lib/models/patient-review-form-settings-model.d.ts +33 -0
- package/lib/models/patient-review-form-settings-model.d.ts.map +1 -0
- package/lib/models/patient-review-form-settings-model.js +15 -0
- package/lib/models/patient-review-general-photo-model.d.ts +49 -0
- package/lib/models/patient-review-general-photo-model.d.ts.map +1 -0
- package/lib/models/patient-review-general-photo-model.js +15 -0
- package/lib/models/patient-review-general-public-photo-model.d.ts +61 -0
- package/lib/models/patient-review-general-public-photo-model.d.ts.map +1 -0
- package/lib/models/patient-review-general-public-photo-model.js +15 -0
- package/lib/models/patient-review-item-model.d.ts +166 -0
- package/lib/models/patient-review-item-model.d.ts.map +1 -0
- package/lib/models/patient-review-item-model.js +15 -0
- package/lib/models/patient-review-model.d.ts +318 -0
- package/lib/models/patient-review-model.d.ts.map +1 -0
- package/lib/models/patient-review-model.js +15 -0
- package/lib/models/patient-review-platform.d.ts +23 -0
- package/lib/models/patient-review-platform.d.ts.map +1 -0
- package/lib/models/patient-review-platform.js +26 -0
- package/lib/models/patient-review-public-before-after-image-input-model.d.ts +61 -0
- package/lib/models/patient-review-public-before-after-image-input-model.d.ts.map +1 -0
- package/lib/models/patient-review-public-before-after-image-input-model.js +15 -0
- package/lib/models/patient-review-public-general-image-input-model.d.ts +49 -0
- package/lib/models/patient-review-public-general-image-input-model.d.ts.map +1 -0
- package/lib/models/patient-review-public-general-image-input-model.js +15 -0
- package/lib/models/patient-review-public-photo-patch-input-model.d.ts +33 -0
- package/lib/models/patient-review-public-photo-patch-input-model.d.ts.map +1 -0
- package/lib/models/patient-review-public-photo-patch-input-model.js +15 -0
- package/lib/models/patient-review-status.d.ts +23 -0
- package/lib/models/patient-review-status.d.ts.map +1 -0
- package/lib/models/patient-review-status.js +26 -0
- package/lib/models/patient-review-translation-model.d.ts +55 -0
- package/lib/models/patient-review-translation-model.d.ts.map +1 -0
- package/lib/models/patient-review-translation-model.js +15 -0
- package/lib/models/patient-review-verification-document-model.d.ts +37 -0
- package/lib/models/patient-review-verification-document-model.d.ts.map +1 -0
- package/lib/models/patient-review-verification-document-model.js +15 -0
- package/lib/models/patient-reviews-model.d.ts +33 -0
- package/lib/models/patient-reviews-model.d.ts.map +1 -0
- package/lib/models/patient-reviews-model.js +15 -0
- package/lib/models/survey-result-item-model.d.ts +13 -0
- package/lib/models/survey-result-item-model.d.ts.map +1 -1
- package/lib/models/survey-result-model.d.ts +13 -0
- package/lib/models/survey-result-model.d.ts.map +1 -1
- package/lib/models/translate-patient-review-consent-document-command.d.ts +55 -0
- package/lib/models/translate-patient-review-consent-document-command.d.ts.map +1 -0
- package/lib/models/translate-patient-review-consent-document-command.js +15 -0
- package/lib/models/translate-patient-review-form-setting-command.d.ts +44 -0
- package/lib/models/translate-patient-review-form-setting-command.d.ts.map +1 -0
- package/lib/models/translate-patient-review-form-setting-command.js +15 -0
- package/lib/models/translation-model.d.ts +103 -0
- package/lib/models/translation-model.d.ts.map +1 -0
- package/lib/models/translation-model.js +15 -0
- package/lib/models/update-accreditation-command.d.ts +7 -0
- package/lib/models/update-accreditation-command.d.ts.map +1 -1
- package/lib/models/update-hospital-accreditation-command.d.ts +51 -0
- package/lib/models/update-hospital-accreditation-command.d.ts.map +1 -0
- package/lib/models/update-hospital-accreditation-command.js +15 -0
- package/lib/models/update-patient-review-consent-document-command.d.ts +79 -0
- package/lib/models/update-patient-review-consent-document-command.d.ts.map +1 -0
- package/lib/models/update-patient-review-consent-document-command.js +15 -0
- package/lib/models/update-patient-review-form-setting-command.d.ts +81 -0
- package/lib/models/update-patient-review-form-setting-command.d.ts.map +1 -0
- package/lib/models/update-patient-review-form-setting-command.js +15 -0
- package/lib/models/update-patient-review-status-command.d.ts +38 -0
- package/lib/models/update-patient-review-status-command.d.ts.map +1 -0
- package/lib/models/update-patient-review-status-command.js +15 -0
- package/lib/models/verify-patient-review-content-command.d.ts +38 -0
- package/lib/models/verify-patient-review-content-command.d.ts.map +1 -0
- package/lib/models/verify-patient-review-content-command.js +15 -0
- package/package.json +1 -1
|
@@ -13,6 +13,7 @@ import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
|
13
13
|
import { Configuration } from '../configuration';
|
|
14
14
|
import { RequestArgs, BaseAPI } from '../base';
|
|
15
15
|
import { AccreditationModel } from '../models';
|
|
16
|
+
import { AccreditationType } from '../models';
|
|
16
17
|
import { AccreditationsModel } from '../models';
|
|
17
18
|
import { CreateAccreditationCommand } from '../models';
|
|
18
19
|
import { UpdateAccreditationCommand } from '../models';
|
|
@@ -50,15 +51,15 @@ export declare const AccreditationsApiAxiosParamCreator: (configuration?: Config
|
|
|
50
51
|
*
|
|
51
52
|
* @summary Get all Accreditations. (Auth policies: RequireLocalManagerRole)
|
|
52
53
|
* @param {string} [name]
|
|
53
|
-
* @param {string} [logo]
|
|
54
54
|
* @param {string} [country]
|
|
55
|
+
* @param {AccreditationType} [accreditationType]
|
|
55
56
|
* @param {number} [page]
|
|
56
57
|
* @param {number} [limit]
|
|
57
58
|
* @param {Date} [lastRetrieved]
|
|
58
59
|
* @param {*} [options] Override http request option.
|
|
59
60
|
* @throws {RequiredError}
|
|
60
61
|
*/
|
|
61
|
-
apiV1AccreditationsGet: (name?: string,
|
|
62
|
+
apiV1AccreditationsGet: (name?: string, country?: string, accreditationType?: AccreditationType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
62
63
|
/**
|
|
63
64
|
*
|
|
64
65
|
* @summary Create a Accreditation. (Auth policies: RequireManagerRole)
|
|
@@ -102,15 +103,15 @@ export declare const AccreditationsApiFp: (configuration?: Configuration) => {
|
|
|
102
103
|
*
|
|
103
104
|
* @summary Get all Accreditations. (Auth policies: RequireLocalManagerRole)
|
|
104
105
|
* @param {string} [name]
|
|
105
|
-
* @param {string} [logo]
|
|
106
106
|
* @param {string} [country]
|
|
107
|
+
* @param {AccreditationType} [accreditationType]
|
|
107
108
|
* @param {number} [page]
|
|
108
109
|
* @param {number} [limit]
|
|
109
110
|
* @param {Date} [lastRetrieved]
|
|
110
111
|
* @param {*} [options] Override http request option.
|
|
111
112
|
* @throws {RequiredError}
|
|
112
113
|
*/
|
|
113
|
-
apiV1AccreditationsGet(name?: string,
|
|
114
|
+
apiV1AccreditationsGet(name?: string, country?: string, accreditationType?: AccreditationType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccreditationsModel>>;
|
|
114
115
|
/**
|
|
115
116
|
*
|
|
116
117
|
* @summary Create a Accreditation. (Auth policies: RequireManagerRole)
|
|
@@ -154,15 +155,15 @@ export declare const AccreditationsApiFactory: (configuration?: Configuration, b
|
|
|
154
155
|
*
|
|
155
156
|
* @summary Get all Accreditations. (Auth policies: RequireLocalManagerRole)
|
|
156
157
|
* @param {string} [name]
|
|
157
|
-
* @param {string} [logo]
|
|
158
158
|
* @param {string} [country]
|
|
159
|
+
* @param {AccreditationType} [accreditationType]
|
|
159
160
|
* @param {number} [page]
|
|
160
161
|
* @param {number} [limit]
|
|
161
162
|
* @param {Date} [lastRetrieved]
|
|
162
163
|
* @param {*} [options] Override http request option.
|
|
163
164
|
* @throws {RequiredError}
|
|
164
165
|
*/
|
|
165
|
-
apiV1AccreditationsGet(name?: string,
|
|
166
|
+
apiV1AccreditationsGet(name?: string, country?: string, accreditationType?: AccreditationType, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AccreditationsModel>;
|
|
166
167
|
/**
|
|
167
168
|
*
|
|
168
169
|
* @summary Create a Accreditation. (Auth policies: RequireManagerRole)
|
|
@@ -234,13 +235,13 @@ export interface AccreditationsApiApiV1AccreditationsGetRequest {
|
|
|
234
235
|
* @type {string}
|
|
235
236
|
* @memberof AccreditationsApiApiV1AccreditationsGet
|
|
236
237
|
*/
|
|
237
|
-
readonly
|
|
238
|
+
readonly country?: string;
|
|
238
239
|
/**
|
|
239
240
|
*
|
|
240
|
-
* @type {
|
|
241
|
+
* @type {AccreditationType}
|
|
241
242
|
* @memberof AccreditationsApiApiV1AccreditationsGet
|
|
242
243
|
*/
|
|
243
|
-
readonly
|
|
244
|
+
readonly accreditationType?: AccreditationType;
|
|
244
245
|
/**
|
|
245
246
|
*
|
|
246
247
|
* @type {number}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accreditations-api.d.ts","sourceRoot":"","sources":["../../src/api/accreditations-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;AAE7F,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAE/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAEhD,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAC;AAIvD,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAC;AACvD;;;GAGG;AACH,eAAO,MAAM,kCAAkC,mBAA6B,aAAa;IAEjF;;;;;;OAMG;gEAC+D,MAAM,YAAW,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;IA+BjI;;;;;;OAMG;6DAC4D,MAAM,YAAW,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;IA+B9H;;;;;;;OAOG;6DAC4D,MAAM,+BAA+B,0BAA0B,YAAW,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;IAkCvL;;;;;;;;;;;OAWG;oCACmC,MAAM,
|
|
1
|
+
{"version":3,"file":"accreditations-api.d.ts","sourceRoot":"","sources":["../../src/api/accreditations-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -249,20 +249,20 @@ var AccreditationsApiAxiosParamCreator = function (configuration) {
|
|
|
249
249
|
*
|
|
250
250
|
* @summary Get all Accreditations. (Auth policies: RequireLocalManagerRole)
|
|
251
251
|
* @param {string} [name]
|
|
252
|
-
* @param {string} [logo]
|
|
253
252
|
* @param {string} [country]
|
|
253
|
+
* @param {AccreditationType} [accreditationType]
|
|
254
254
|
* @param {number} [page]
|
|
255
255
|
* @param {number} [limit]
|
|
256
256
|
* @param {Date} [lastRetrieved]
|
|
257
257
|
* @param {*} [options] Override http request option.
|
|
258
258
|
* @throws {RequiredError}
|
|
259
259
|
*/
|
|
260
|
-
apiV1AccreditationsGet: function (name_1,
|
|
260
|
+
apiV1AccreditationsGet: function (name_1, country_1, accreditationType_1, page_1, limit_1, lastRetrieved_1) {
|
|
261
261
|
var args_1 = [];
|
|
262
262
|
for (var _i = 6; _i < arguments.length; _i++) {
|
|
263
263
|
args_1[_i - 6] = arguments[_i];
|
|
264
264
|
}
|
|
265
|
-
return __awaiter(_this, __spreadArray([name_1,
|
|
265
|
+
return __awaiter(_this, __spreadArray([name_1, country_1, accreditationType_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (name, country, accreditationType, page, limit, lastRetrieved, options) {
|
|
266
266
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
267
267
|
if (options === void 0) { options = {}; }
|
|
268
268
|
return __generator(this, function (_a) {
|
|
@@ -286,12 +286,12 @@ var AccreditationsApiAxiosParamCreator = function (configuration) {
|
|
|
286
286
|
if (name !== undefined) {
|
|
287
287
|
localVarQueryParameter['name'] = name;
|
|
288
288
|
}
|
|
289
|
-
if (logo !== undefined) {
|
|
290
|
-
localVarQueryParameter['logo'] = logo;
|
|
291
|
-
}
|
|
292
289
|
if (country !== undefined) {
|
|
293
290
|
localVarQueryParameter['country'] = country;
|
|
294
291
|
}
|
|
292
|
+
if (accreditationType !== undefined) {
|
|
293
|
+
localVarQueryParameter['accreditationType'] = accreditationType;
|
|
294
|
+
}
|
|
295
295
|
if (page !== undefined) {
|
|
296
296
|
localVarQueryParameter['page'] = page;
|
|
297
297
|
}
|
|
@@ -435,20 +435,20 @@ var AccreditationsApiFp = function (configuration) {
|
|
|
435
435
|
*
|
|
436
436
|
* @summary Get all Accreditations. (Auth policies: RequireLocalManagerRole)
|
|
437
437
|
* @param {string} [name]
|
|
438
|
-
* @param {string} [logo]
|
|
439
438
|
* @param {string} [country]
|
|
439
|
+
* @param {AccreditationType} [accreditationType]
|
|
440
440
|
* @param {number} [page]
|
|
441
441
|
* @param {number} [limit]
|
|
442
442
|
* @param {Date} [lastRetrieved]
|
|
443
443
|
* @param {*} [options] Override http request option.
|
|
444
444
|
* @throws {RequiredError}
|
|
445
445
|
*/
|
|
446
|
-
apiV1AccreditationsGet: function (name,
|
|
446
|
+
apiV1AccreditationsGet: function (name, country, accreditationType, page, limit, lastRetrieved, options) {
|
|
447
447
|
return __awaiter(this, void 0, void 0, function () {
|
|
448
448
|
var localVarAxiosArgs;
|
|
449
449
|
return __generator(this, function (_a) {
|
|
450
450
|
switch (_a.label) {
|
|
451
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1AccreditationsGet(name,
|
|
451
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1AccreditationsGet(name, country, accreditationType, page, limit, lastRetrieved, options)];
|
|
452
452
|
case 1:
|
|
453
453
|
localVarAxiosArgs = _a.sent();
|
|
454
454
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -521,16 +521,16 @@ var AccreditationsApiFactory = function (configuration, basePath, axios) {
|
|
|
521
521
|
*
|
|
522
522
|
* @summary Get all Accreditations. (Auth policies: RequireLocalManagerRole)
|
|
523
523
|
* @param {string} [name]
|
|
524
|
-
* @param {string} [logo]
|
|
525
524
|
* @param {string} [country]
|
|
525
|
+
* @param {AccreditationType} [accreditationType]
|
|
526
526
|
* @param {number} [page]
|
|
527
527
|
* @param {number} [limit]
|
|
528
528
|
* @param {Date} [lastRetrieved]
|
|
529
529
|
* @param {*} [options] Override http request option.
|
|
530
530
|
* @throws {RequiredError}
|
|
531
531
|
*/
|
|
532
|
-
apiV1AccreditationsGet: function (name,
|
|
533
|
-
return localVarFp.apiV1AccreditationsGet(name,
|
|
532
|
+
apiV1AccreditationsGet: function (name, country, accreditationType, page, limit, lastRetrieved, options) {
|
|
533
|
+
return localVarFp.apiV1AccreditationsGet(name, country, accreditationType, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
534
534
|
},
|
|
535
535
|
/**
|
|
536
536
|
*
|
|
@@ -603,7 +603,7 @@ var AccreditationsApi = /** @class */ (function (_super) {
|
|
|
603
603
|
AccreditationsApi.prototype.apiV1AccreditationsGet = function (requestParameters, options) {
|
|
604
604
|
var _this = this;
|
|
605
605
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
606
|
-
return (0, exports.AccreditationsApiFp)(this.configuration).apiV1AccreditationsGet(requestParameters.name, requestParameters.
|
|
606
|
+
return (0, exports.AccreditationsApiFp)(this.configuration).apiV1AccreditationsGet(requestParameters.name, requestParameters.country, requestParameters.accreditationType, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
607
607
|
};
|
|
608
608
|
/**
|
|
609
609
|
*
|
|
@@ -122,6 +122,7 @@ import { TranslateLandingCommand } from '../models';
|
|
|
122
122
|
import { TranslatePageCommand } from '../models';
|
|
123
123
|
import { TranslatePageSectionCommand } from '../models';
|
|
124
124
|
import { TranslationBatchResultModel } from '../models';
|
|
125
|
+
import { UpdateHospitalAccreditationCommand } from '../models';
|
|
125
126
|
import { UpdateHospitalBankAccountInfoCommand } from '../models';
|
|
126
127
|
import { UpdateHospitalCommand } from '../models';
|
|
127
128
|
import { UpdateHospitalContactCommand } from '../models';
|
|
@@ -193,6 +194,16 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
193
194
|
* @throws {RequiredError}
|
|
194
195
|
*/
|
|
195
196
|
apiV1HospitalsHospitalIdAccreditationsAccreditationIdGet: (hospitalId: string, accreditationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
197
|
+
/**
|
|
198
|
+
*
|
|
199
|
+
* @summary Update HospitalAccreditation. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
200
|
+
* @param {string} hospitalId
|
|
201
|
+
* @param {string} accreditationId
|
|
202
|
+
* @param {UpdateHospitalAccreditationCommand} [updateHospitalAccreditationCommand]
|
|
203
|
+
* @param {*} [options] Override http request option.
|
|
204
|
+
* @throws {RequiredError}
|
|
205
|
+
*/
|
|
206
|
+
apiV1HospitalsHospitalIdAccreditationsAccreditationIdPut: (hospitalId: string, accreditationId: string, updateHospitalAccreditationCommand?: UpdateHospitalAccreditationCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
196
207
|
/**
|
|
197
208
|
*
|
|
198
209
|
* @summary Get all HospitalAccreditations. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
@@ -2275,6 +2286,16 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2275
2286
|
* @throws {RequiredError}
|
|
2276
2287
|
*/
|
|
2277
2288
|
apiV1HospitalsHospitalIdAccreditationsAccreditationIdGet(hospitalId: string, accreditationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalAccreditationModel>>;
|
|
2289
|
+
/**
|
|
2290
|
+
*
|
|
2291
|
+
* @summary Update HospitalAccreditation. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2292
|
+
* @param {string} hospitalId
|
|
2293
|
+
* @param {string} accreditationId
|
|
2294
|
+
* @param {UpdateHospitalAccreditationCommand} [updateHospitalAccreditationCommand]
|
|
2295
|
+
* @param {*} [options] Override http request option.
|
|
2296
|
+
* @throws {RequiredError}
|
|
2297
|
+
*/
|
|
2298
|
+
apiV1HospitalsHospitalIdAccreditationsAccreditationIdPut(hospitalId: string, accreditationId: string, updateHospitalAccreditationCommand?: UpdateHospitalAccreditationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalAccreditationModel>>;
|
|
2278
2299
|
/**
|
|
2279
2300
|
*
|
|
2280
2301
|
* @summary Get all HospitalAccreditations. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
@@ -4357,6 +4378,16 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4357
4378
|
* @throws {RequiredError}
|
|
4358
4379
|
*/
|
|
4359
4380
|
apiV1HospitalsHospitalIdAccreditationsAccreditationIdGet(hospitalId: string, accreditationId: string, options?: any): AxiosPromise<HospitalAccreditationModel>;
|
|
4381
|
+
/**
|
|
4382
|
+
*
|
|
4383
|
+
* @summary Update HospitalAccreditation. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
4384
|
+
* @param {string} hospitalId
|
|
4385
|
+
* @param {string} accreditationId
|
|
4386
|
+
* @param {UpdateHospitalAccreditationCommand} [updateHospitalAccreditationCommand]
|
|
4387
|
+
* @param {*} [options] Override http request option.
|
|
4388
|
+
* @throws {RequiredError}
|
|
4389
|
+
*/
|
|
4390
|
+
apiV1HospitalsHospitalIdAccreditationsAccreditationIdPut(hospitalId: string, accreditationId: string, updateHospitalAccreditationCommand?: UpdateHospitalAccreditationCommand, options?: any): AxiosPromise<HospitalAccreditationModel>;
|
|
4360
4391
|
/**
|
|
4361
4392
|
*
|
|
4362
4393
|
* @summary Get all HospitalAccreditations. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
@@ -6534,6 +6565,31 @@ export interface HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditation
|
|
|
6534
6565
|
*/
|
|
6535
6566
|
readonly accreditationId: string;
|
|
6536
6567
|
}
|
|
6568
|
+
/**
|
|
6569
|
+
* Request parameters for apiV1HospitalsHospitalIdAccreditationsAccreditationIdPut operation in HospitalsApi.
|
|
6570
|
+
* @export
|
|
6571
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditationIdPutRequest
|
|
6572
|
+
*/
|
|
6573
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditationIdPutRequest {
|
|
6574
|
+
/**
|
|
6575
|
+
*
|
|
6576
|
+
* @type {string}
|
|
6577
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditationIdPut
|
|
6578
|
+
*/
|
|
6579
|
+
readonly hospitalId: string;
|
|
6580
|
+
/**
|
|
6581
|
+
*
|
|
6582
|
+
* @type {string}
|
|
6583
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditationIdPut
|
|
6584
|
+
*/
|
|
6585
|
+
readonly accreditationId: string;
|
|
6586
|
+
/**
|
|
6587
|
+
*
|
|
6588
|
+
* @type {UpdateHospitalAccreditationCommand}
|
|
6589
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditationIdPut
|
|
6590
|
+
*/
|
|
6591
|
+
readonly updateHospitalAccreditationCommand?: UpdateHospitalAccreditationCommand;
|
|
6592
|
+
}
|
|
6537
6593
|
/**
|
|
6538
6594
|
* Request parameters for apiV1HospitalsHospitalIdAccreditationsGet operation in HospitalsApi.
|
|
6539
6595
|
* @export
|
|
@@ -12198,6 +12254,15 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12198
12254
|
* @memberof HospitalsApi
|
|
12199
12255
|
*/
|
|
12200
12256
|
apiV1HospitalsHospitalIdAccreditationsAccreditationIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditationIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalAccreditationModel, any>>;
|
|
12257
|
+
/**
|
|
12258
|
+
*
|
|
12259
|
+
* @summary Update HospitalAccreditation. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
12260
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditationIdPutRequest} requestParameters Request parameters.
|
|
12261
|
+
* @param {*} [options] Override http request option.
|
|
12262
|
+
* @throws {RequiredError}
|
|
12263
|
+
* @memberof HospitalsApi
|
|
12264
|
+
*/
|
|
12265
|
+
apiV1HospitalsHospitalIdAccreditationsAccreditationIdPut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditationIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalAccreditationModel, any>>;
|
|
12201
12266
|
/**
|
|
12202
12267
|
*
|
|
12203
12268
|
* @summary Get all HospitalAccreditations. (Auth policies: RequireLocalManagerOrContentManagerRole)
|