ch-api-client-typescript2 5.79.15 → 5.79.16
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/articles-api.d.ts +36 -9
- package/lib/api/articles-api.d.ts.map +1 -1
- package/lib/api/articles-api.js +45 -27
- package/lib/api/deals-api.d.ts +39 -30
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +52 -46
- package/lib/api/doctor-affiliations-api.d.ts +36 -9
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +45 -27
- package/lib/api/doctors-api.d.ts +40 -13
- package/lib/api/doctors-api.d.ts.map +1 -1
- package/lib/api/doctors-api.js +49 -31
- package/lib/api/hospitals-api.d.ts +96 -29
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +115 -69
- package/lib/api/service-reviews-api.d.ts +12 -3
- package/lib/api/service-reviews-api.d.ts.map +1 -1
- package/lib/api/service-reviews-api.js +15 -9
- package/lib/api/services-api.d.ts +36 -9
- package/lib/api/services-api.d.ts.map +1 -1
- package/lib/api/services-api.js +45 -27
- package/lib/api/specialties-api.d.ts +24 -6
- package/lib/api/specialties-api.d.ts.map +1 -1
- package/lib/api/specialties-api.js +30 -18
- package/lib/api/specialty-types-api.d.ts +28 -10
- package/lib/api/specialty-types-api.d.ts.map +1 -1
- package/lib/api/specialty-types-api.js +34 -22
- package/package.json +1 -1
|
@@ -38,6 +38,7 @@ export declare const SpecialtyTypesApiAxiosParamCreator: (configuration?: Config
|
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @summary Get all Departments.
|
|
41
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
41
42
|
* @param {string} [id]
|
|
42
43
|
* @param {string} [name]
|
|
43
44
|
* @param {string} [description]
|
|
@@ -55,10 +56,11 @@ export declare const SpecialtyTypesApiAxiosParamCreator: (configuration?: Config
|
|
|
55
56
|
* @param {*} [options] Override http request option.
|
|
56
57
|
* @throws {RequiredError}
|
|
57
58
|
*/
|
|
58
|
-
apiV2SpecialtytypesGet: (id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
59
|
+
apiV2SpecialtytypesGet: (xCloudhospitalPlatform?: string, id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
59
60
|
/**
|
|
60
61
|
*
|
|
61
|
-
* @summary Get all
|
|
62
|
+
* @summary Get all Departments.
|
|
63
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
62
64
|
* @param {string} [id]
|
|
63
65
|
* @param {string} [name]
|
|
64
66
|
* @param {string} [description]
|
|
@@ -76,7 +78,7 @@ export declare const SpecialtyTypesApiAxiosParamCreator: (configuration?: Config
|
|
|
76
78
|
* @param {*} [options] Override http request option.
|
|
77
79
|
* @throws {RequiredError}
|
|
78
80
|
*/
|
|
79
|
-
apiV2SpecialtytypesSimpleGet: (id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
81
|
+
apiV2SpecialtytypesSimpleGet: (xCloudhospitalPlatform?: string, id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
80
82
|
/**
|
|
81
83
|
*
|
|
82
84
|
* @summary Get specialtyType by slug
|
|
@@ -138,6 +140,7 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration) => {
|
|
|
138
140
|
/**
|
|
139
141
|
*
|
|
140
142
|
* @summary Get all Departments.
|
|
143
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
141
144
|
* @param {string} [id]
|
|
142
145
|
* @param {string} [name]
|
|
143
146
|
* @param {string} [description]
|
|
@@ -155,10 +158,11 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration) => {
|
|
|
155
158
|
* @param {*} [options] Override http request option.
|
|
156
159
|
* @throws {RequiredError}
|
|
157
160
|
*/
|
|
158
|
-
apiV2SpecialtytypesGet(id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtyTypesModel>>;
|
|
161
|
+
apiV2SpecialtytypesGet(xCloudhospitalPlatform?: string, id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtyTypesModel>>;
|
|
159
162
|
/**
|
|
160
163
|
*
|
|
161
|
-
* @summary Get all
|
|
164
|
+
* @summary Get all Departments.
|
|
165
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
162
166
|
* @param {string} [id]
|
|
163
167
|
* @param {string} [name]
|
|
164
168
|
* @param {string} [description]
|
|
@@ -176,7 +180,7 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration) => {
|
|
|
176
180
|
* @param {*} [options] Override http request option.
|
|
177
181
|
* @throws {RequiredError}
|
|
178
182
|
*/
|
|
179
|
-
apiV2SpecialtytypesSimpleGet(id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtyTypesSimpleModel>>;
|
|
183
|
+
apiV2SpecialtytypesSimpleGet(xCloudhospitalPlatform?: string, id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtyTypesSimpleModel>>;
|
|
180
184
|
/**
|
|
181
185
|
*
|
|
182
186
|
* @summary Get specialtyType by slug
|
|
@@ -238,6 +242,7 @@ export declare const SpecialtyTypesApiFactory: (configuration?: Configuration, b
|
|
|
238
242
|
/**
|
|
239
243
|
*
|
|
240
244
|
* @summary Get all Departments.
|
|
245
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
241
246
|
* @param {string} [id]
|
|
242
247
|
* @param {string} [name]
|
|
243
248
|
* @param {string} [description]
|
|
@@ -255,10 +260,11 @@ export declare const SpecialtyTypesApiFactory: (configuration?: Configuration, b
|
|
|
255
260
|
* @param {*} [options] Override http request option.
|
|
256
261
|
* @throws {RequiredError}
|
|
257
262
|
*/
|
|
258
|
-
apiV2SpecialtytypesGet(id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<SpecialtyTypesModel>;
|
|
263
|
+
apiV2SpecialtytypesGet(xCloudhospitalPlatform?: string, id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<SpecialtyTypesModel>;
|
|
259
264
|
/**
|
|
260
265
|
*
|
|
261
|
-
* @summary Get all
|
|
266
|
+
* @summary Get all Departments.
|
|
267
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
262
268
|
* @param {string} [id]
|
|
263
269
|
* @param {string} [name]
|
|
264
270
|
* @param {string} [description]
|
|
@@ -276,7 +282,7 @@ export declare const SpecialtyTypesApiFactory: (configuration?: Configuration, b
|
|
|
276
282
|
* @param {*} [options] Override http request option.
|
|
277
283
|
* @throws {RequiredError}
|
|
278
284
|
*/
|
|
279
|
-
apiV2SpecialtytypesSimpleGet(id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<SpecialtyTypesSimpleModel>;
|
|
285
|
+
apiV2SpecialtytypesSimpleGet(xCloudhospitalPlatform?: string, id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<SpecialtyTypesSimpleModel>;
|
|
280
286
|
/**
|
|
281
287
|
*
|
|
282
288
|
* @summary Get specialtyType by slug
|
|
@@ -340,6 +346,12 @@ export interface SpecialtyTypesApiApiV2SpecialtytypesCurationsPostRequest {
|
|
|
340
346
|
* @interface SpecialtyTypesApiApiV2SpecialtytypesGetRequest
|
|
341
347
|
*/
|
|
342
348
|
export interface SpecialtyTypesApiApiV2SpecialtytypesGetRequest {
|
|
349
|
+
/**
|
|
350
|
+
* Platform identifier from request header
|
|
351
|
+
* @type {string}
|
|
352
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
353
|
+
*/
|
|
354
|
+
readonly xCloudhospitalPlatform?: string;
|
|
343
355
|
/**
|
|
344
356
|
*
|
|
345
357
|
* @type {string}
|
|
@@ -431,6 +443,12 @@ export interface SpecialtyTypesApiApiV2SpecialtytypesGetRequest {
|
|
|
431
443
|
* @interface SpecialtyTypesApiApiV2SpecialtytypesSimpleGetRequest
|
|
432
444
|
*/
|
|
433
445
|
export interface SpecialtyTypesApiApiV2SpecialtytypesSimpleGetRequest {
|
|
446
|
+
/**
|
|
447
|
+
* Platform identifier from request header
|
|
448
|
+
* @type {string}
|
|
449
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
450
|
+
*/
|
|
451
|
+
readonly xCloudhospitalPlatform?: string;
|
|
434
452
|
/**
|
|
435
453
|
*
|
|
436
454
|
* @type {string}
|
|
@@ -662,7 +680,7 @@ export declare class SpecialtyTypesApi extends BaseAPI {
|
|
|
662
680
|
apiV2SpecialtytypesGet(requestParameters?: SpecialtyTypesApiApiV2SpecialtytypesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyTypesModel, any>>;
|
|
663
681
|
/**
|
|
664
682
|
*
|
|
665
|
-
* @summary Get all
|
|
683
|
+
* @summary Get all Departments.
|
|
666
684
|
* @param {SpecialtyTypesApiApiV2SpecialtytypesSimpleGetRequest} requestParameters Request parameters.
|
|
667
685
|
* @param {*} [options] Override http request option.
|
|
668
686
|
* @throws {RequiredError}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"specialty-types-api.d.ts","sourceRoot":"","sources":["../../src/api/specialty-types-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,aAAa,EAAE,MAAM,WAAW,CAAC;AAE1C,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEtC,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAIxC,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAE/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAEhD,OAAO,EAAE,yBAAyB,EAAE,MAAM,WAAW,CAAC;AAEtD,OAAO,EAAE,4CAA4C,EAAE,MAAM,WAAW,CAAC;AAEzE,OAAO,EAAE,4BAA4B,EAAE,MAAM,WAAW,CAAC;AACzD;;;GAGG;AACH,eAAO,MAAM,kCAAkC,mBAA6B,aAAa;IAEjF;;;;;;;OAOG;sFACqF,4CAA4C,YAAW,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;IA2B7L
|
|
1
|
+
{"version":3,"file":"specialty-types-api.d.ts","sourceRoot":"","sources":["../../src/api/specialty-types-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -141,6 +141,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
|
|
|
141
141
|
/**
|
|
142
142
|
*
|
|
143
143
|
* @summary Get all Departments.
|
|
144
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
144
145
|
* @param {string} [id]
|
|
145
146
|
* @param {string} [name]
|
|
146
147
|
* @param {string} [description]
|
|
@@ -158,12 +159,12 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
|
|
|
158
159
|
* @param {*} [options] Override http request option.
|
|
159
160
|
* @throws {RequiredError}
|
|
160
161
|
*/
|
|
161
|
-
apiV2SpecialtytypesGet: function (id_1, name_1, description_1, marketingType_1, hospitalId_1, created_1, ids_1, specialtyTypeCategoryId_1, languageCode_1, showHidden_1, returnDefaultValue_1, page_1, limit_1, lastRetrieved_1) {
|
|
162
|
+
apiV2SpecialtytypesGet: function (xCloudhospitalPlatform_1, id_1, name_1, description_1, marketingType_1, hospitalId_1, created_1, ids_1, specialtyTypeCategoryId_1, languageCode_1, showHidden_1, returnDefaultValue_1, page_1, limit_1, lastRetrieved_1) {
|
|
162
163
|
var args_1 = [];
|
|
163
|
-
for (var _i =
|
|
164
|
-
args_1[_i -
|
|
164
|
+
for (var _i = 15; _i < arguments.length; _i++) {
|
|
165
|
+
args_1[_i - 15] = arguments[_i];
|
|
165
166
|
}
|
|
166
|
-
return __awaiter(_this, __spreadArray([id_1, name_1, description_1, marketingType_1, hospitalId_1, created_1, ids_1, specialtyTypeCategoryId_1, languageCode_1, showHidden_1, returnDefaultValue_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
167
|
+
return __awaiter(_this, __spreadArray([xCloudhospitalPlatform_1, id_1, name_1, description_1, marketingType_1, hospitalId_1, created_1, ids_1, specialtyTypeCategoryId_1, languageCode_1, showHidden_1, returnDefaultValue_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (xCloudhospitalPlatform, id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
167
168
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
168
169
|
if (options === void 0) { options = {}; }
|
|
169
170
|
return __generator(this, function (_a) {
|
|
@@ -221,6 +222,9 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
|
|
|
221
222
|
lastRetrieved.toISOString() :
|
|
222
223
|
lastRetrieved;
|
|
223
224
|
}
|
|
225
|
+
if (xCloudhospitalPlatform != null) {
|
|
226
|
+
localVarHeaderParameter['x-cloudhospital-platform'] = String(xCloudhospitalPlatform);
|
|
227
|
+
}
|
|
224
228
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
225
229
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
226
230
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -233,7 +237,8 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
|
|
|
233
237
|
},
|
|
234
238
|
/**
|
|
235
239
|
*
|
|
236
|
-
* @summary Get all
|
|
240
|
+
* @summary Get all Departments.
|
|
241
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
237
242
|
* @param {string} [id]
|
|
238
243
|
* @param {string} [name]
|
|
239
244
|
* @param {string} [description]
|
|
@@ -251,12 +256,12 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
|
|
|
251
256
|
* @param {*} [options] Override http request option.
|
|
252
257
|
* @throws {RequiredError}
|
|
253
258
|
*/
|
|
254
|
-
apiV2SpecialtytypesSimpleGet: function (id_1, name_1, description_1, marketingType_1, hospitalId_1, created_1, ids_1, specialtyTypeCategoryId_1, languageCode_1, showHidden_1, returnDefaultValue_1, page_1, limit_1, lastRetrieved_1) {
|
|
259
|
+
apiV2SpecialtytypesSimpleGet: function (xCloudhospitalPlatform_1, id_1, name_1, description_1, marketingType_1, hospitalId_1, created_1, ids_1, specialtyTypeCategoryId_1, languageCode_1, showHidden_1, returnDefaultValue_1, page_1, limit_1, lastRetrieved_1) {
|
|
255
260
|
var args_1 = [];
|
|
256
|
-
for (var _i =
|
|
257
|
-
args_1[_i -
|
|
261
|
+
for (var _i = 15; _i < arguments.length; _i++) {
|
|
262
|
+
args_1[_i - 15] = arguments[_i];
|
|
258
263
|
}
|
|
259
|
-
return __awaiter(_this, __spreadArray([id_1, name_1, description_1, marketingType_1, hospitalId_1, created_1, ids_1, specialtyTypeCategoryId_1, languageCode_1, showHidden_1, returnDefaultValue_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
264
|
+
return __awaiter(_this, __spreadArray([xCloudhospitalPlatform_1, id_1, name_1, description_1, marketingType_1, hospitalId_1, created_1, ids_1, specialtyTypeCategoryId_1, languageCode_1, showHidden_1, returnDefaultValue_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (xCloudhospitalPlatform, id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
260
265
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
261
266
|
if (options === void 0) { options = {}; }
|
|
262
267
|
return __generator(this, function (_a) {
|
|
@@ -314,6 +319,9 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
|
|
|
314
319
|
lastRetrieved.toISOString() :
|
|
315
320
|
lastRetrieved;
|
|
316
321
|
}
|
|
322
|
+
if (xCloudhospitalPlatform != null) {
|
|
323
|
+
localVarHeaderParameter['x-cloudhospital-platform'] = String(xCloudhospitalPlatform);
|
|
324
|
+
}
|
|
317
325
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
318
326
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
319
327
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -552,6 +560,7 @@ var SpecialtyTypesApiFp = function (configuration) {
|
|
|
552
560
|
/**
|
|
553
561
|
*
|
|
554
562
|
* @summary Get all Departments.
|
|
563
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
555
564
|
* @param {string} [id]
|
|
556
565
|
* @param {string} [name]
|
|
557
566
|
* @param {string} [description]
|
|
@@ -569,12 +578,12 @@ var SpecialtyTypesApiFp = function (configuration) {
|
|
|
569
578
|
* @param {*} [options] Override http request option.
|
|
570
579
|
* @throws {RequiredError}
|
|
571
580
|
*/
|
|
572
|
-
apiV2SpecialtytypesGet: function (id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
581
|
+
apiV2SpecialtytypesGet: function (xCloudhospitalPlatform, id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
573
582
|
return __awaiter(this, void 0, void 0, function () {
|
|
574
583
|
var localVarAxiosArgs;
|
|
575
584
|
return __generator(this, function (_a) {
|
|
576
585
|
switch (_a.label) {
|
|
577
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2SpecialtytypesGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
|
|
586
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2SpecialtytypesGet(xCloudhospitalPlatform, id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
|
|
578
587
|
case 1:
|
|
579
588
|
localVarAxiosArgs = _a.sent();
|
|
580
589
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -584,7 +593,8 @@ var SpecialtyTypesApiFp = function (configuration) {
|
|
|
584
593
|
},
|
|
585
594
|
/**
|
|
586
595
|
*
|
|
587
|
-
* @summary Get all
|
|
596
|
+
* @summary Get all Departments.
|
|
597
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
588
598
|
* @param {string} [id]
|
|
589
599
|
* @param {string} [name]
|
|
590
600
|
* @param {string} [description]
|
|
@@ -602,12 +612,12 @@ var SpecialtyTypesApiFp = function (configuration) {
|
|
|
602
612
|
* @param {*} [options] Override http request option.
|
|
603
613
|
* @throws {RequiredError}
|
|
604
614
|
*/
|
|
605
|
-
apiV2SpecialtytypesSimpleGet: function (id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
615
|
+
apiV2SpecialtytypesSimpleGet: function (xCloudhospitalPlatform, id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
606
616
|
return __awaiter(this, void 0, void 0, function () {
|
|
607
617
|
var localVarAxiosArgs;
|
|
608
618
|
return __generator(this, function (_a) {
|
|
609
619
|
switch (_a.label) {
|
|
610
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2SpecialtytypesSimpleGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
|
|
620
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2SpecialtytypesSimpleGet(xCloudhospitalPlatform, id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
|
|
611
621
|
case 1:
|
|
612
622
|
localVarAxiosArgs = _a.sent();
|
|
613
623
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -730,6 +740,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
|
|
|
730
740
|
/**
|
|
731
741
|
*
|
|
732
742
|
* @summary Get all Departments.
|
|
743
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
733
744
|
* @param {string} [id]
|
|
734
745
|
* @param {string} [name]
|
|
735
746
|
* @param {string} [description]
|
|
@@ -747,12 +758,13 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
|
|
|
747
758
|
* @param {*} [options] Override http request option.
|
|
748
759
|
* @throws {RequiredError}
|
|
749
760
|
*/
|
|
750
|
-
apiV2SpecialtytypesGet: function (id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
751
|
-
return localVarFp.apiV2SpecialtytypesGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
761
|
+
apiV2SpecialtytypesGet: function (xCloudhospitalPlatform, id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
762
|
+
return localVarFp.apiV2SpecialtytypesGet(xCloudhospitalPlatform, id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
752
763
|
},
|
|
753
764
|
/**
|
|
754
765
|
*
|
|
755
|
-
* @summary Get all
|
|
766
|
+
* @summary Get all Departments.
|
|
767
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
756
768
|
* @param {string} [id]
|
|
757
769
|
* @param {string} [name]
|
|
758
770
|
* @param {string} [description]
|
|
@@ -770,8 +782,8 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
|
|
|
770
782
|
* @param {*} [options] Override http request option.
|
|
771
783
|
* @throws {RequiredError}
|
|
772
784
|
*/
|
|
773
|
-
apiV2SpecialtytypesSimpleGet: function (id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
774
|
-
return localVarFp.apiV2SpecialtytypesSimpleGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
785
|
+
apiV2SpecialtytypesSimpleGet: function (xCloudhospitalPlatform, id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
786
|
+
return localVarFp.apiV2SpecialtytypesSimpleGet(xCloudhospitalPlatform, id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
775
787
|
},
|
|
776
788
|
/**
|
|
777
789
|
*
|
|
@@ -863,11 +875,11 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
|
|
|
863
875
|
SpecialtyTypesApi.prototype.apiV2SpecialtytypesGet = function (requestParameters, options) {
|
|
864
876
|
var _this = this;
|
|
865
877
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
866
|
-
return (0, exports.SpecialtyTypesApiFp)(this.configuration).apiV2SpecialtytypesGet(requestParameters.id, requestParameters.name, requestParameters.description, requestParameters.marketingType, requestParameters.hospitalId, requestParameters.created, requestParameters.ids, requestParameters.specialtyTypeCategoryId, requestParameters.languageCode, requestParameters.showHidden, requestParameters.returnDefaultValue, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
878
|
+
return (0, exports.SpecialtyTypesApiFp)(this.configuration).apiV2SpecialtytypesGet(requestParameters.xCloudhospitalPlatform, requestParameters.id, requestParameters.name, requestParameters.description, requestParameters.marketingType, requestParameters.hospitalId, requestParameters.created, requestParameters.ids, requestParameters.specialtyTypeCategoryId, requestParameters.languageCode, requestParameters.showHidden, requestParameters.returnDefaultValue, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
867
879
|
};
|
|
868
880
|
/**
|
|
869
881
|
*
|
|
870
|
-
* @summary Get all
|
|
882
|
+
* @summary Get all Departments.
|
|
871
883
|
* @param {SpecialtyTypesApiApiV2SpecialtytypesSimpleGetRequest} requestParameters Request parameters.
|
|
872
884
|
* @param {*} [options] Override http request option.
|
|
873
885
|
* @throws {RequiredError}
|
|
@@ -876,7 +888,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
|
|
|
876
888
|
SpecialtyTypesApi.prototype.apiV2SpecialtytypesSimpleGet = function (requestParameters, options) {
|
|
877
889
|
var _this = this;
|
|
878
890
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
879
|
-
return (0, exports.SpecialtyTypesApiFp)(this.configuration).apiV2SpecialtytypesSimpleGet(requestParameters.id, requestParameters.name, requestParameters.description, requestParameters.marketingType, requestParameters.hospitalId, requestParameters.created, requestParameters.ids, requestParameters.specialtyTypeCategoryId, requestParameters.languageCode, requestParameters.showHidden, requestParameters.returnDefaultValue, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
891
|
+
return (0, exports.SpecialtyTypesApiFp)(this.configuration).apiV2SpecialtytypesSimpleGet(requestParameters.xCloudhospitalPlatform, requestParameters.id, requestParameters.name, requestParameters.description, requestParameters.marketingType, requestParameters.hospitalId, requestParameters.created, requestParameters.ids, requestParameters.specialtyTypeCategoryId, requestParameters.languageCode, requestParameters.showHidden, requestParameters.returnDefaultValue, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
880
892
|
};
|
|
881
893
|
/**
|
|
882
894
|
*
|