ch-api-client-typescript2 2.8.8 → 2.8.11

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.js CHANGED
@@ -10018,6 +10018,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
10018
10018
  * @param {string} [specialtyId]
10019
10019
  * @param {string} [specialtyName]
10020
10020
  * @param {string} [specialtyTypeId]
10021
+ * @param {string} [hospitalSpecialtySlug]
10021
10022
  * @param {string} [title]
10022
10023
  * @param {MarketingType} [marketingType]
10023
10024
  * @param {string} [languageCode]
@@ -10030,7 +10031,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
10030
10031
  * @param {*} [options] Override http request option.
10031
10032
  * @throws {RequiredError}
10032
10033
  */
10033
- apiV2HospitalsHospitalIdSpecialtiesGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
10034
+ apiV2HospitalsHospitalIdSpecialtiesGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
10034
10035
  if (options === void 0) { options = {}; }
10035
10036
  return __awaiter(_this, void 0, void 0, function () {
10036
10037
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -10061,6 +10062,9 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
10061
10062
  if (specialtyTypeId !== undefined) {
10062
10063
  localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
10063
10064
  }
10065
+ if (hospitalSpecialtySlug !== undefined) {
10066
+ localVarQueryParameter['HospitalSpecialtySlug'] = hospitalSpecialtySlug;
10067
+ }
10064
10068
  if (title !== undefined) {
10065
10069
  localVarQueryParameter['Title'] = title;
10066
10070
  }
@@ -10109,6 +10113,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
10109
10113
  * @param {string} [specialtyId]
10110
10114
  * @param {string} [specialtyName]
10111
10115
  * @param {string} [specialtyTypeId]
10116
+ * @param {string} [hospitalSpecialtySlug]
10112
10117
  * @param {string} [title]
10113
10118
  * @param {MarketingType} [marketingType]
10114
10119
  * @param {string} [languageCode]
@@ -10121,7 +10126,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
10121
10126
  * @param {*} [options] Override http request option.
10122
10127
  * @throws {RequiredError}
10123
10128
  */
10124
- apiV2HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
10129
+ apiV2HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
10125
10130
  if (options === void 0) { options = {}; }
10126
10131
  return __awaiter(_this, void 0, void 0, function () {
10127
10132
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -10152,6 +10157,9 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
10152
10157
  if (specialtyTypeId !== undefined) {
10153
10158
  localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
10154
10159
  }
10160
+ if (hospitalSpecialtySlug !== undefined) {
10161
+ localVarQueryParameter['HospitalSpecialtySlug'] = hospitalSpecialtySlug;
10162
+ }
10155
10163
  if (title !== undefined) {
10156
10164
  localVarQueryParameter['Title'] = title;
10157
10165
  }
@@ -10506,55 +10514,6 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
10506
10514
  });
10507
10515
  });
10508
10516
  },
10509
- /**
10510
- *
10511
- * @summary Get HospitalSpecialty by Specialty slug
10512
- * @param {string} hospitalId
10513
- * @param {string} specialtySlug
10514
- * @param {string} [languageCode]
10515
- * @param {boolean} [returnDefaultValue]
10516
- * @param {boolean} [includeServices]
10517
- * @param {*} [options] Override http request option.
10518
- * @throws {RequiredError}
10519
- */
10520
- apiV2HospitalsHospitalIdSpecialtiesSpecialtySlugGet: function (hospitalId, specialtySlug, languageCode, returnDefaultValue, includeServices, options) {
10521
- if (options === void 0) { options = {}; }
10522
- return __awaiter(_this, void 0, void 0, function () {
10523
- var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
10524
- return __generator(this, function (_a) {
10525
- // verify required parameter 'hospitalId' is not null or undefined
10526
- (0, common_1.assertParamExists)('apiV2HospitalsHospitalIdSpecialtiesSpecialtySlugGet', 'hospitalId', hospitalId);
10527
- // verify required parameter 'specialtySlug' is not null or undefined
10528
- (0, common_1.assertParamExists)('apiV2HospitalsHospitalIdSpecialtiesSpecialtySlugGet', 'specialtySlug', specialtySlug);
10529
- localVarPath = "/api/v2/hospitals/{hospitalId}/specialties/{specialtySlug}"
10530
- .replace("{".concat("hospitalId", "}"), encodeURIComponent(String(hospitalId)))
10531
- .replace("{".concat("specialtySlug", "}"), encodeURIComponent(String(specialtySlug)));
10532
- localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
10533
- if (configuration) {
10534
- baseOptions = configuration.baseOptions;
10535
- }
10536
- localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
10537
- localVarHeaderParameter = {};
10538
- localVarQueryParameter = {};
10539
- if (languageCode !== undefined) {
10540
- localVarQueryParameter['languageCode'] = languageCode;
10541
- }
10542
- if (returnDefaultValue !== undefined) {
10543
- localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
10544
- }
10545
- if (includeServices !== undefined) {
10546
- localVarQueryParameter['includeServices'] = includeServices;
10547
- }
10548
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
10549
- headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
10550
- localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
10551
- return [2 /*return*/, {
10552
- url: (0, common_1.toPathString)(localVarUrlObj),
10553
- options: localVarRequestOptions,
10554
- }];
10555
- });
10556
- });
10557
- },
10558
10517
  /**
10559
10518
  *
10560
10519
  * @summary Get all Hospitals.
@@ -11005,6 +10964,7 @@ var HospitalsApiFp = function (configuration) {
11005
10964
  * @param {string} [specialtyId]
11006
10965
  * @param {string} [specialtyName]
11007
10966
  * @param {string} [specialtyTypeId]
10967
+ * @param {string} [hospitalSpecialtySlug]
11008
10968
  * @param {string} [title]
11009
10969
  * @param {MarketingType} [marketingType]
11010
10970
  * @param {string} [languageCode]
@@ -11017,12 +10977,12 @@ var HospitalsApiFp = function (configuration) {
11017
10977
  * @param {*} [options] Override http request option.
11018
10978
  * @throws {RequiredError}
11019
10979
  */
11020
- apiV2HospitalsHospitalIdSpecialtiesGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
10980
+ apiV2HospitalsHospitalIdSpecialtiesGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
11021
10981
  return __awaiter(this, void 0, void 0, function () {
11022
10982
  var localVarAxiosArgs;
11023
10983
  return __generator(this, function (_a) {
11024
10984
  switch (_a.label) {
11025
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options)];
10985
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options)];
11026
10986
  case 1:
11027
10987
  localVarAxiosArgs = _a.sent();
11028
10988
  return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -11039,6 +10999,7 @@ var HospitalsApiFp = function (configuration) {
11039
10999
  * @param {string} [specialtyId]
11040
11000
  * @param {string} [specialtyName]
11041
11001
  * @param {string} [specialtyTypeId]
11002
+ * @param {string} [hospitalSpecialtySlug]
11042
11003
  * @param {string} [title]
11043
11004
  * @param {MarketingType} [marketingType]
11044
11005
  * @param {string} [languageCode]
@@ -11051,12 +11012,12 @@ var HospitalsApiFp = function (configuration) {
11051
11012
  * @param {*} [options] Override http request option.
11052
11013
  * @throws {RequiredError}
11053
11014
  */
11054
- apiV2HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
11015
+ apiV2HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
11055
11016
  return __awaiter(this, void 0, void 0, function () {
11056
11017
  var localVarAxiosArgs;
11057
11018
  return __generator(this, function (_a) {
11058
11019
  switch (_a.label) {
11059
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options)];
11020
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options)];
11060
11021
  case 1:
11061
11022
  localVarAxiosArgs = _a.sent();
11062
11023
  return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -11200,30 +11161,6 @@ var HospitalsApiFp = function (configuration) {
11200
11161
  });
11201
11162
  });
11202
11163
  },
11203
- /**
11204
- *
11205
- * @summary Get HospitalSpecialty by Specialty slug
11206
- * @param {string} hospitalId
11207
- * @param {string} specialtySlug
11208
- * @param {string} [languageCode]
11209
- * @param {boolean} [returnDefaultValue]
11210
- * @param {boolean} [includeServices]
11211
- * @param {*} [options] Override http request option.
11212
- * @throws {RequiredError}
11213
- */
11214
- apiV2HospitalsHospitalIdSpecialtiesSpecialtySlugGet: function (hospitalId, specialtySlug, languageCode, returnDefaultValue, includeServices, options) {
11215
- return __awaiter(this, void 0, void 0, function () {
11216
- var localVarAxiosArgs;
11217
- return __generator(this, function (_a) {
11218
- switch (_a.label) {
11219
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSpecialtySlugGet(hospitalId, specialtySlug, languageCode, returnDefaultValue, includeServices, options)];
11220
- case 1:
11221
- localVarAxiosArgs = _a.sent();
11222
- return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
11223
- }
11224
- });
11225
- });
11226
- },
11227
11164
  /**
11228
11165
  *
11229
11166
  * @summary Get all Hospitals.
@@ -11473,6 +11410,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
11473
11410
  * @param {string} [specialtyId]
11474
11411
  * @param {string} [specialtyName]
11475
11412
  * @param {string} [specialtyTypeId]
11413
+ * @param {string} [hospitalSpecialtySlug]
11476
11414
  * @param {string} [title]
11477
11415
  * @param {MarketingType} [marketingType]
11478
11416
  * @param {string} [languageCode]
@@ -11485,8 +11423,8 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
11485
11423
  * @param {*} [options] Override http request option.
11486
11424
  * @throws {RequiredError}
11487
11425
  */
11488
- apiV2HospitalsHospitalIdSpecialtiesGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
11489
- return localVarFp.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
11426
+ apiV2HospitalsHospitalIdSpecialtiesGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
11427
+ return localVarFp.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
11490
11428
  },
11491
11429
  /**
11492
11430
  *
@@ -11497,6 +11435,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
11497
11435
  * @param {string} [specialtyId]
11498
11436
  * @param {string} [specialtyName]
11499
11437
  * @param {string} [specialtyTypeId]
11438
+ * @param {string} [hospitalSpecialtySlug]
11500
11439
  * @param {string} [title]
11501
11440
  * @param {MarketingType} [marketingType]
11502
11441
  * @param {string} [languageCode]
@@ -11509,8 +11448,8 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
11509
11448
  * @param {*} [options] Override http request option.
11510
11449
  * @throws {RequiredError}
11511
11450
  */
11512
- apiV2HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
11513
- return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
11451
+ apiV2HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
11452
+ return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
11514
11453
  },
11515
11454
  /**
11516
11455
  *
@@ -11598,20 +11537,6 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
11598
11537
  apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet: function (hospitalId, specialtyId, serviceId, mediaId, options) {
11599
11538
  return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(hospitalId, specialtyId, serviceId, mediaId, options).then(function (request) { return request(axios, basePath); });
11600
11539
  },
11601
- /**
11602
- *
11603
- * @summary Get HospitalSpecialty by Specialty slug
11604
- * @param {string} hospitalId
11605
- * @param {string} specialtySlug
11606
- * @param {string} [languageCode]
11607
- * @param {boolean} [returnDefaultValue]
11608
- * @param {boolean} [includeServices]
11609
- * @param {*} [options] Override http request option.
11610
- * @throws {RequiredError}
11611
- */
11612
- apiV2HospitalsHospitalIdSpecialtiesSpecialtySlugGet: function (hospitalId, specialtySlug, languageCode, returnDefaultValue, includeServices, options) {
11613
- return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSpecialtySlugGet(hospitalId, specialtySlug, languageCode, returnDefaultValue, includeServices, options).then(function (request) { return request(axios, basePath); });
11614
- },
11615
11540
  /**
11616
11541
  *
11617
11542
  * @summary Get all Hospitals.
@@ -11869,6 +11794,7 @@ var HospitalsApi = /** @class */ (function (_super) {
11869
11794
  * @param {string} [specialtyId]
11870
11795
  * @param {string} [specialtyName]
11871
11796
  * @param {string} [specialtyTypeId]
11797
+ * @param {string} [hospitalSpecialtySlug]
11872
11798
  * @param {string} [title]
11873
11799
  * @param {MarketingType} [marketingType]
11874
11800
  * @param {string} [languageCode]
@@ -11882,9 +11808,9 @@ var HospitalsApi = /** @class */ (function (_super) {
11882
11808
  * @throws {RequiredError}
11883
11809
  * @memberof HospitalsApi
11884
11810
  */
11885
- HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesGet = function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
11811
+ HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesGet = function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
11886
11812
  var _this = this;
11887
- return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
11813
+ return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
11888
11814
  };
11889
11815
  /**
11890
11816
  *
@@ -11895,6 +11821,7 @@ var HospitalsApi = /** @class */ (function (_super) {
11895
11821
  * @param {string} [specialtyId]
11896
11822
  * @param {string} [specialtyName]
11897
11823
  * @param {string} [specialtyTypeId]
11824
+ * @param {string} [hospitalSpecialtySlug]
11898
11825
  * @param {string} [title]
11899
11826
  * @param {MarketingType} [marketingType]
11900
11827
  * @param {string} [languageCode]
@@ -11908,9 +11835,9 @@ var HospitalsApi = /** @class */ (function (_super) {
11908
11835
  * @throws {RequiredError}
11909
11836
  * @memberof HospitalsApi
11910
11837
  */
11911
- HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSimpleGet = function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
11838
+ HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSimpleGet = function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
11912
11839
  var _this = this;
11913
- return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
11840
+ return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
11914
11841
  };
11915
11842
  /**
11916
11843
  *
@@ -12008,22 +11935,6 @@ var HospitalsApi = /** @class */ (function (_super) {
12008
11935
  var _this = this;
12009
11936
  return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(hospitalId, specialtyId, serviceId, mediaId, options).then(function (request) { return request(_this.axios, _this.basePath); });
12010
11937
  };
12011
- /**
12012
- *
12013
- * @summary Get HospitalSpecialty by Specialty slug
12014
- * @param {string} hospitalId
12015
- * @param {string} specialtySlug
12016
- * @param {string} [languageCode]
12017
- * @param {boolean} [returnDefaultValue]
12018
- * @param {boolean} [includeServices]
12019
- * @param {*} [options] Override http request option.
12020
- * @throws {RequiredError}
12021
- * @memberof HospitalsApi
12022
- */
12023
- HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSpecialtySlugGet = function (hospitalId, specialtySlug, languageCode, returnDefaultValue, includeServices, options) {
12024
- var _this = this;
12025
- return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtySlugGet(hospitalId, specialtySlug, languageCode, returnDefaultValue, includeServices, options).then(function (request) { return request(_this.axios, _this.basePath); });
12026
- };
12027
11938
  /**
12028
11939
  *
12029
11940
  * @summary Get all Hospitals.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-api-client-typescript2",
3
- "version": "2.8.8",
3
+ "version": "2.8.11",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital",
5
5
  "main": "index.js",
6
6
  "scripts": {