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.
@@ -279,6 +279,7 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
279
279
  /**
280
280
  *
281
281
  * @summary Get all doctor affiliations.
282
+ * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
282
283
  * @param {string} [hospitalId]
283
284
  * @param {string} [hospitalName]
284
285
  * @param {string} [doctorId]
@@ -296,12 +297,12 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
296
297
  * @param {*} [options] Override http request option.
297
298
  * @throws {RequiredError}
298
299
  */
299
- apiV2DoctoraffiliationsGet: function (hospitalId_1, hospitalName_1, doctorId_1, doctorName_1, doctorSlug_1, specialtyId_1, marketingType_1, countryId_1, exceptDoctorId_1, appointmentEnabled_1, languageCode_1, page_1, limit_1, lastRetrieved_1) {
300
+ apiV2DoctoraffiliationsGet: function (xCloudhospitalPlatform_1, hospitalId_1, hospitalName_1, doctorId_1, doctorName_1, doctorSlug_1, specialtyId_1, marketingType_1, countryId_1, exceptDoctorId_1, appointmentEnabled_1, languageCode_1, page_1, limit_1, lastRetrieved_1) {
300
301
  var args_1 = [];
301
- for (var _i = 14; _i < arguments.length; _i++) {
302
- args_1[_i - 14] = arguments[_i];
302
+ for (var _i = 15; _i < arguments.length; _i++) {
303
+ args_1[_i - 15] = arguments[_i];
303
304
  }
304
- return __awaiter(_this, __spreadArray([hospitalId_1, hospitalName_1, doctorId_1, doctorName_1, doctorSlug_1, specialtyId_1, marketingType_1, countryId_1, exceptDoctorId_1, appointmentEnabled_1, languageCode_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, appointmentEnabled, languageCode, page, limit, lastRetrieved, options) {
305
+ return __awaiter(_this, __spreadArray([xCloudhospitalPlatform_1, hospitalId_1, hospitalName_1, doctorId_1, doctorName_1, doctorSlug_1, specialtyId_1, marketingType_1, countryId_1, exceptDoctorId_1, appointmentEnabled_1, languageCode_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (xCloudhospitalPlatform, hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, appointmentEnabled, languageCode, page, limit, lastRetrieved, options) {
305
306
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
306
307
  if (options === void 0) { options = {}; }
307
308
  return __generator(this, function (_a) {
@@ -357,6 +358,9 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
357
358
  lastRetrieved.toISOString() :
358
359
  lastRetrieved;
359
360
  }
361
+ if (xCloudhospitalPlatform != null) {
362
+ localVarHeaderParameter['x-cloudhospital-platform'] = String(xCloudhospitalPlatform);
363
+ }
360
364
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
361
365
  headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
362
366
  localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -371,16 +375,17 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
371
375
  *
372
376
  * @summary Get doctor affiliation.
373
377
  * @param {string} id
378
+ * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
374
379
  * @param {string} [languageCode]
375
380
  * @param {*} [options] Override http request option.
376
381
  * @throws {RequiredError}
377
382
  */
378
- apiV2DoctoraffiliationsIdGet: function (id_1, languageCode_1) {
383
+ apiV2DoctoraffiliationsIdGet: function (id_1, xCloudhospitalPlatform_1, languageCode_1) {
379
384
  var args_1 = [];
380
- for (var _i = 2; _i < arguments.length; _i++) {
381
- args_1[_i - 2] = arguments[_i];
385
+ for (var _i = 3; _i < arguments.length; _i++) {
386
+ args_1[_i - 3] = arguments[_i];
382
387
  }
383
- return __awaiter(_this, __spreadArray([id_1, languageCode_1], args_1, true), void 0, function (id, languageCode, options) {
388
+ return __awaiter(_this, __spreadArray([id_1, xCloudhospitalPlatform_1, languageCode_1], args_1, true), void 0, function (id, xCloudhospitalPlatform, languageCode, options) {
384
389
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
385
390
  if (options === void 0) { options = {}; }
386
391
  return __generator(this, function (_a) {
@@ -398,6 +403,9 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
398
403
  if (languageCode !== undefined) {
399
404
  localVarQueryParameter['languageCode'] = languageCode;
400
405
  }
406
+ if (xCloudhospitalPlatform != null) {
407
+ localVarHeaderParameter['x-cloudhospital-platform'] = String(xCloudhospitalPlatform);
408
+ }
401
409
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
402
410
  headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
403
411
  localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -412,17 +420,18 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
412
420
  *
413
421
  * @summary Get doctorAffiliation by slug
414
422
  * @param {string} slug
423
+ * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
415
424
  * @param {string} [languageCode]
416
425
  * @param {string} [hospitalId]
417
426
  * @param {*} [options] Override http request option.
418
427
  * @throws {RequiredError}
419
428
  */
420
- apiV2DoctoraffiliationsSlugGet: function (slug_1, languageCode_1, hospitalId_1) {
429
+ apiV2DoctoraffiliationsSlugGet: function (slug_1, xCloudhospitalPlatform_1, languageCode_1, hospitalId_1) {
421
430
  var args_1 = [];
422
- for (var _i = 3; _i < arguments.length; _i++) {
423
- args_1[_i - 3] = arguments[_i];
431
+ for (var _i = 4; _i < arguments.length; _i++) {
432
+ args_1[_i - 4] = arguments[_i];
424
433
  }
425
- return __awaiter(_this, __spreadArray([slug_1, languageCode_1, hospitalId_1], args_1, true), void 0, function (slug, languageCode, hospitalId, options) {
434
+ return __awaiter(_this, __spreadArray([slug_1, xCloudhospitalPlatform_1, languageCode_1, hospitalId_1], args_1, true), void 0, function (slug, xCloudhospitalPlatform, languageCode, hospitalId, options) {
426
435
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
427
436
  if (options === void 0) { options = {}; }
428
437
  return __generator(this, function (_a) {
@@ -443,6 +452,9 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
443
452
  if (hospitalId !== undefined) {
444
453
  localVarQueryParameter['hospitalId'] = hospitalId;
445
454
  }
455
+ if (xCloudhospitalPlatform != null) {
456
+ localVarHeaderParameter['x-cloudhospital-platform'] = String(xCloudhospitalPlatform);
457
+ }
446
458
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
447
459
  headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
448
460
  localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -539,6 +551,7 @@ var DoctorAffiliationsApiFp = function (configuration) {
539
551
  /**
540
552
  *
541
553
  * @summary Get all doctor affiliations.
554
+ * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
542
555
  * @param {string} [hospitalId]
543
556
  * @param {string} [hospitalName]
544
557
  * @param {string} [doctorId]
@@ -556,12 +569,12 @@ var DoctorAffiliationsApiFp = function (configuration) {
556
569
  * @param {*} [options] Override http request option.
557
570
  * @throws {RequiredError}
558
571
  */
559
- apiV2DoctoraffiliationsGet: function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, appointmentEnabled, languageCode, page, limit, lastRetrieved, options) {
572
+ apiV2DoctoraffiliationsGet: function (xCloudhospitalPlatform, hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, appointmentEnabled, languageCode, page, limit, lastRetrieved, options) {
560
573
  return __awaiter(this, void 0, void 0, function () {
561
574
  var localVarAxiosArgs;
562
575
  return __generator(this, function (_a) {
563
576
  switch (_a.label) {
564
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, appointmentEnabled, languageCode, page, limit, lastRetrieved, options)];
577
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DoctoraffiliationsGet(xCloudhospitalPlatform, hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, appointmentEnabled, languageCode, page, limit, lastRetrieved, options)];
565
578
  case 1:
566
579
  localVarAxiosArgs = _a.sent();
567
580
  return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -573,16 +586,17 @@ var DoctorAffiliationsApiFp = function (configuration) {
573
586
  *
574
587
  * @summary Get doctor affiliation.
575
588
  * @param {string} id
589
+ * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
576
590
  * @param {string} [languageCode]
577
591
  * @param {*} [options] Override http request option.
578
592
  * @throws {RequiredError}
579
593
  */
580
- apiV2DoctoraffiliationsIdGet: function (id, languageCode, options) {
594
+ apiV2DoctoraffiliationsIdGet: function (id, xCloudhospitalPlatform, languageCode, options) {
581
595
  return __awaiter(this, void 0, void 0, function () {
582
596
  var localVarAxiosArgs;
583
597
  return __generator(this, function (_a) {
584
598
  switch (_a.label) {
585
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DoctoraffiliationsIdGet(id, languageCode, options)];
599
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DoctoraffiliationsIdGet(id, xCloudhospitalPlatform, languageCode, options)];
586
600
  case 1:
587
601
  localVarAxiosArgs = _a.sent();
588
602
  return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -594,17 +608,18 @@ var DoctorAffiliationsApiFp = function (configuration) {
594
608
  *
595
609
  * @summary Get doctorAffiliation by slug
596
610
  * @param {string} slug
611
+ * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
597
612
  * @param {string} [languageCode]
598
613
  * @param {string} [hospitalId]
599
614
  * @param {*} [options] Override http request option.
600
615
  * @throws {RequiredError}
601
616
  */
602
- apiV2DoctoraffiliationsSlugGet: function (slug, languageCode, hospitalId, options) {
617
+ apiV2DoctoraffiliationsSlugGet: function (slug, xCloudhospitalPlatform, languageCode, hospitalId, options) {
603
618
  return __awaiter(this, void 0, void 0, function () {
604
619
  var localVarAxiosArgs;
605
620
  return __generator(this, function (_a) {
606
621
  switch (_a.label) {
607
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DoctoraffiliationsSlugGet(slug, languageCode, hospitalId, options)];
622
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DoctoraffiliationsSlugGet(slug, xCloudhospitalPlatform, languageCode, hospitalId, options)];
608
623
  case 1:
609
624
  localVarAxiosArgs = _a.sent();
610
625
  return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -668,6 +683,7 @@ var DoctorAffiliationsApiFactory = function (configuration, basePath, axios) {
668
683
  /**
669
684
  *
670
685
  * @summary Get all doctor affiliations.
686
+ * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
671
687
  * @param {string} [hospitalId]
672
688
  * @param {string} [hospitalName]
673
689
  * @param {string} [doctorId]
@@ -685,31 +701,33 @@ var DoctorAffiliationsApiFactory = function (configuration, basePath, axios) {
685
701
  * @param {*} [options] Override http request option.
686
702
  * @throws {RequiredError}
687
703
  */
688
- apiV2DoctoraffiliationsGet: function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, appointmentEnabled, languageCode, page, limit, lastRetrieved, options) {
689
- return localVarFp.apiV2DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, appointmentEnabled, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
704
+ apiV2DoctoraffiliationsGet: function (xCloudhospitalPlatform, hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, appointmentEnabled, languageCode, page, limit, lastRetrieved, options) {
705
+ return localVarFp.apiV2DoctoraffiliationsGet(xCloudhospitalPlatform, hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, appointmentEnabled, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
690
706
  },
691
707
  /**
692
708
  *
693
709
  * @summary Get doctor affiliation.
694
710
  * @param {string} id
711
+ * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
695
712
  * @param {string} [languageCode]
696
713
  * @param {*} [options] Override http request option.
697
714
  * @throws {RequiredError}
698
715
  */
699
- apiV2DoctoraffiliationsIdGet: function (id, languageCode, options) {
700
- return localVarFp.apiV2DoctoraffiliationsIdGet(id, languageCode, options).then(function (request) { return request(axios, basePath); });
716
+ apiV2DoctoraffiliationsIdGet: function (id, xCloudhospitalPlatform, languageCode, options) {
717
+ return localVarFp.apiV2DoctoraffiliationsIdGet(id, xCloudhospitalPlatform, languageCode, options).then(function (request) { return request(axios, basePath); });
701
718
  },
702
719
  /**
703
720
  *
704
721
  * @summary Get doctorAffiliation by slug
705
722
  * @param {string} slug
723
+ * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
706
724
  * @param {string} [languageCode]
707
725
  * @param {string} [hospitalId]
708
726
  * @param {*} [options] Override http request option.
709
727
  * @throws {RequiredError}
710
728
  */
711
- apiV2DoctoraffiliationsSlugGet: function (slug, languageCode, hospitalId, options) {
712
- return localVarFp.apiV2DoctoraffiliationsSlugGet(slug, languageCode, hospitalId, options).then(function (request) { return request(axios, basePath); });
729
+ apiV2DoctoraffiliationsSlugGet: function (slug, xCloudhospitalPlatform, languageCode, hospitalId, options) {
730
+ return localVarFp.apiV2DoctoraffiliationsSlugGet(slug, xCloudhospitalPlatform, languageCode, hospitalId, options).then(function (request) { return request(axios, basePath); });
713
731
  },
714
732
  };
715
733
  };
@@ -772,7 +790,7 @@ var DoctorAffiliationsApi = /** @class */ (function (_super) {
772
790
  DoctorAffiliationsApi.prototype.apiV2DoctoraffiliationsGet = function (requestParameters, options) {
773
791
  var _this = this;
774
792
  if (requestParameters === void 0) { requestParameters = {}; }
775
- return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsGet(requestParameters.hospitalId, requestParameters.hospitalName, requestParameters.doctorId, requestParameters.doctorName, requestParameters.doctorSlug, requestParameters.specialtyId, requestParameters.marketingType, requestParameters.countryId, requestParameters.exceptDoctorId, requestParameters.appointmentEnabled, requestParameters.languageCode, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
793
+ return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsGet(requestParameters.xCloudhospitalPlatform, requestParameters.hospitalId, requestParameters.hospitalName, requestParameters.doctorId, requestParameters.doctorName, requestParameters.doctorSlug, requestParameters.specialtyId, requestParameters.marketingType, requestParameters.countryId, requestParameters.exceptDoctorId, requestParameters.appointmentEnabled, requestParameters.languageCode, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
776
794
  };
777
795
  /**
778
796
  *
@@ -784,7 +802,7 @@ var DoctorAffiliationsApi = /** @class */ (function (_super) {
784
802
  */
785
803
  DoctorAffiliationsApi.prototype.apiV2DoctoraffiliationsIdGet = function (requestParameters, options) {
786
804
  var _this = this;
787
- return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsIdGet(requestParameters.id, requestParameters.languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
805
+ return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsIdGet(requestParameters.id, requestParameters.xCloudhospitalPlatform, requestParameters.languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
788
806
  };
789
807
  /**
790
808
  *
@@ -796,7 +814,7 @@ var DoctorAffiliationsApi = /** @class */ (function (_super) {
796
814
  */
797
815
  DoctorAffiliationsApi.prototype.apiV2DoctoraffiliationsSlugGet = function (requestParameters, options) {
798
816
  var _this = this;
799
- return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsSlugGet(requestParameters.slug, requestParameters.languageCode, requestParameters.hospitalId, options).then(function (request) { return request(_this.axios, _this.basePath); });
817
+ return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsSlugGet(requestParameters.slug, requestParameters.xCloudhospitalPlatform, requestParameters.languageCode, requestParameters.hospitalId, options).then(function (request) { return request(_this.axios, _this.basePath); });
800
818
  };
801
819
  return DoctorAffiliationsApi;
802
820
  }(base_1.BaseAPI));
@@ -86,14 +86,15 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
86
86
  apiV2DoctorsDoctorIdEducationsGet: (doctorId: string, doctorName?: string, educationId?: string, institution?: string, qualification?: string, graduationDate?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
87
87
  /**
88
88
  *
89
- * @summary
89
+ * @summary Get doctor
90
90
  * @param {string} doctorId
91
+ * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
91
92
  * @param {string} [languageCode]
92
93
  * @param {boolean} [returnDefaultValue]
93
94
  * @param {*} [options] Override http request option.
94
95
  * @throws {RequiredError}
95
96
  */
96
- apiV2DoctorsDoctorIdGet: (doctorId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
97
+ apiV2DoctorsDoctorIdGet: (doctorId: string, xCloudhospitalPlatform?: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
97
98
  /**
98
99
  *
99
100
  * @summary Get all DoctorLanguages.
@@ -188,6 +189,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
188
189
  /**
189
190
  *
190
191
  * @summary Get all Doctors.
192
+ * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
191
193
  * @param {string} [hospitalId]
192
194
  * @param {string} [hospitalName]
193
195
  * @param {Array<string>} [ids]
@@ -206,10 +208,11 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
206
208
  * @param {*} [options] Override http request option.
207
209
  * @throws {RequiredError}
208
210
  */
209
- apiV2DoctorsGet: (hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, languageCode?: string, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
211
+ apiV2DoctorsGet: (xCloudhospitalPlatform?: string, hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, languageCode?: string, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
210
212
  /**
211
213
  *
212
214
  * @summary Get all Doctors.
215
+ * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
213
216
  * @param {string} [hospitalId]
214
217
  * @param {string} [hospitalName]
215
218
  * @param {Array<string>} [ids]
@@ -228,7 +231,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
228
231
  * @param {*} [options] Override http request option.
229
232
  * @throws {RequiredError}
230
233
  */
231
- apiV2DoctorsSimpleGet: (hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, languageCode?: string, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
234
+ apiV2DoctorsSimpleGet: (xCloudhospitalPlatform?: string, hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, languageCode?: string, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
232
235
  };
233
236
  /**
234
237
  * DoctorsApi - functional programming interface
@@ -287,14 +290,15 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
287
290
  apiV2DoctorsDoctorIdEducationsGet(doctorId: string, doctorName?: string, educationId?: string, institution?: string, qualification?: string, graduationDate?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorEducationsModel>>;
288
291
  /**
289
292
  *
290
- * @summary
293
+ * @summary Get doctor
291
294
  * @param {string} doctorId
295
+ * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
292
296
  * @param {string} [languageCode]
293
297
  * @param {boolean} [returnDefaultValue]
294
298
  * @param {*} [options] Override http request option.
295
299
  * @throws {RequiredError}
296
300
  */
297
- apiV2DoctorsDoctorIdGet(doctorId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorModel>>;
301
+ apiV2DoctorsDoctorIdGet(doctorId: string, xCloudhospitalPlatform?: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorModel>>;
298
302
  /**
299
303
  *
300
304
  * @summary Get all DoctorLanguages.
@@ -389,6 +393,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
389
393
  /**
390
394
  *
391
395
  * @summary Get all Doctors.
396
+ * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
392
397
  * @param {string} [hospitalId]
393
398
  * @param {string} [hospitalName]
394
399
  * @param {Array<string>} [ids]
@@ -407,10 +412,11 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
407
412
  * @param {*} [options] Override http request option.
408
413
  * @throws {RequiredError}
409
414
  */
410
- apiV2DoctorsGet(hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, languageCode?: string, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorsModel>>;
415
+ apiV2DoctorsGet(xCloudhospitalPlatform?: string, hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, languageCode?: string, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorsModel>>;
411
416
  /**
412
417
  *
413
418
  * @summary Get all Doctors.
419
+ * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
414
420
  * @param {string} [hospitalId]
415
421
  * @param {string} [hospitalName]
416
422
  * @param {Array<string>} [ids]
@@ -429,7 +435,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
429
435
  * @param {*} [options] Override http request option.
430
436
  * @throws {RequiredError}
431
437
  */
432
- apiV2DoctorsSimpleGet(hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, languageCode?: string, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorsSimpleModel>>;
438
+ apiV2DoctorsSimpleGet(xCloudhospitalPlatform?: string, hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, languageCode?: string, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorsSimpleModel>>;
433
439
  };
434
440
  /**
435
441
  * DoctorsApi - factory interface
@@ -488,14 +494,15 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
488
494
  apiV2DoctorsDoctorIdEducationsGet(doctorId: string, doctorName?: string, educationId?: string, institution?: string, qualification?: string, graduationDate?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorEducationsModel>;
489
495
  /**
490
496
  *
491
- * @summary
497
+ * @summary Get doctor
492
498
  * @param {string} doctorId
499
+ * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
493
500
  * @param {string} [languageCode]
494
501
  * @param {boolean} [returnDefaultValue]
495
502
  * @param {*} [options] Override http request option.
496
503
  * @throws {RequiredError}
497
504
  */
498
- apiV2DoctorsDoctorIdGet(doctorId: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<DoctorModel>;
505
+ apiV2DoctorsDoctorIdGet(doctorId: string, xCloudhospitalPlatform?: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<DoctorModel>;
499
506
  /**
500
507
  *
501
508
  * @summary Get all DoctorLanguages.
@@ -590,6 +597,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
590
597
  /**
591
598
  *
592
599
  * @summary Get all Doctors.
600
+ * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
593
601
  * @param {string} [hospitalId]
594
602
  * @param {string} [hospitalName]
595
603
  * @param {Array<string>} [ids]
@@ -608,10 +616,11 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
608
616
  * @param {*} [options] Override http request option.
609
617
  * @throws {RequiredError}
610
618
  */
611
- apiV2DoctorsGet(hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, languageCode?: string, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorsModel>;
619
+ apiV2DoctorsGet(xCloudhospitalPlatform?: string, hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, languageCode?: string, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorsModel>;
612
620
  /**
613
621
  *
614
622
  * @summary Get all Doctors.
623
+ * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
615
624
  * @param {string} [hospitalId]
616
625
  * @param {string} [hospitalName]
617
626
  * @param {Array<string>} [ids]
@@ -630,7 +639,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
630
639
  * @param {*} [options] Override http request option.
631
640
  * @throws {RequiredError}
632
641
  */
633
- apiV2DoctorsSimpleGet(hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, languageCode?: string, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorsSimpleModel>;
642
+ apiV2DoctorsSimpleGet(xCloudhospitalPlatform?: string, hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, languageCode?: string, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorsSimpleModel>;
634
643
  };
635
644
  /**
636
645
  * Request parameters for apiV2DoctorsDoctorIdCertificatesCertificateIdGet operation in DoctorsApi.
@@ -804,6 +813,12 @@ export interface DoctorsApiApiV2DoctorsDoctorIdGetRequest {
804
813
  * @memberof DoctorsApiApiV2DoctorsDoctorIdGet
805
814
  */
806
815
  readonly doctorId: string;
816
+ /**
817
+ * Platform identifier from request header
818
+ * @type {string}
819
+ * @memberof DoctorsApiApiV2DoctorsDoctorIdGet
820
+ */
821
+ readonly xCloudhospitalPlatform?: string;
807
822
  /**
808
823
  *
809
824
  * @type {string}
@@ -1089,6 +1104,12 @@ export interface DoctorsApiApiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGetRequest
1089
1104
  * @interface DoctorsApiApiV2DoctorsGetRequest
1090
1105
  */
1091
1106
  export interface DoctorsApiApiV2DoctorsGetRequest {
1107
+ /**
1108
+ * Platform identifier from request header
1109
+ * @type {string}
1110
+ * @memberof DoctorsApiApiV2DoctorsGet
1111
+ */
1112
+ readonly xCloudhospitalPlatform?: string;
1092
1113
  /**
1093
1114
  *
1094
1115
  * @type {string}
@@ -1186,6 +1207,12 @@ export interface DoctorsApiApiV2DoctorsGetRequest {
1186
1207
  * @interface DoctorsApiApiV2DoctorsSimpleGetRequest
1187
1208
  */
1188
1209
  export interface DoctorsApiApiV2DoctorsSimpleGetRequest {
1210
+ /**
1211
+ * Platform identifier from request header
1212
+ * @type {string}
1213
+ * @memberof DoctorsApiApiV2DoctorsSimpleGet
1214
+ */
1215
+ readonly xCloudhospitalPlatform?: string;
1189
1216
  /**
1190
1217
  *
1191
1218
  * @type {string}
@@ -1322,7 +1349,7 @@ export declare class DoctorsApi extends BaseAPI {
1322
1349
  apiV2DoctorsDoctorIdEducationsGet(requestParameters: DoctorsApiApiV2DoctorsDoctorIdEducationsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationsModel, any>>;
1323
1350
  /**
1324
1351
  *
1325
- * @summary
1352
+ * @summary Get doctor
1326
1353
  * @param {DoctorsApiApiV2DoctorsDoctorIdGetRequest} requestParameters Request parameters.
1327
1354
  * @param {*} [options] Override http request option.
1328
1355
  * @throws {RequiredError}
@@ -1 +1 @@
1
- {"version":3,"file":"doctors-api.d.ts","sourceRoot":"","sources":["../../src/api/doctors-api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"doctors-api.d.ts","sourceRoot":"","sources":["../../src/api/doctors-api.ts"],"names":[],"mappings":"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"}