ch-api-client-typescript2 3.3.6 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api.d.ts +346 -774
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +21 -77
- package/package.json +1 -1
- package/src/api.ts +332 -792
package/lib/api.js
CHANGED
|
@@ -10596,17 +10596,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10596
10596
|
* @param {string} [name]
|
|
10597
10597
|
* @param {string} [slug]
|
|
10598
10598
|
* @param {MarketingType} [marketingType]
|
|
10599
|
-
* @param {boolean} [returnDefaultValue]
|
|
10600
|
-
* @param {boolean} [includeServices]
|
|
10601
10599
|
* @param {string} [languageCode]
|
|
10602
|
-
* @param {boolean} [showHidden]
|
|
10603
10600
|
* @param {number} [page]
|
|
10604
10601
|
* @param {number} [limit]
|
|
10605
10602
|
* @param {Date} [lastRetrieved]
|
|
10606
10603
|
* @param {*} [options] Override http request option.
|
|
10607
10604
|
* @throws {RequiredError}
|
|
10608
10605
|
*/
|
|
10609
|
-
apiV2HospitalsHospitalIdSpecialtiesGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType,
|
|
10606
|
+
apiV2HospitalsHospitalIdSpecialtiesGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, page, limit, lastRetrieved, options) {
|
|
10610
10607
|
if (options === void 0) { options = {}; }
|
|
10611
10608
|
return __awaiter(_this, void 0, void 0, function () {
|
|
10612
10609
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -10646,18 +10643,9 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10646
10643
|
if (marketingType !== undefined) {
|
|
10647
10644
|
localVarQueryParameter['MarketingType'] = marketingType;
|
|
10648
10645
|
}
|
|
10649
|
-
if (returnDefaultValue !== undefined) {
|
|
10650
|
-
localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
|
|
10651
|
-
}
|
|
10652
|
-
if (includeServices !== undefined) {
|
|
10653
|
-
localVarQueryParameter['IncludeServices'] = includeServices;
|
|
10654
|
-
}
|
|
10655
10646
|
if (languageCode !== undefined) {
|
|
10656
10647
|
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
10657
10648
|
}
|
|
10658
|
-
if (showHidden !== undefined) {
|
|
10659
|
-
localVarQueryParameter['ShowHidden'] = showHidden;
|
|
10660
|
-
}
|
|
10661
10649
|
if (page !== undefined) {
|
|
10662
10650
|
localVarQueryParameter['page'] = page;
|
|
10663
10651
|
}
|
|
@@ -10791,17 +10779,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10791
10779
|
* @param {string} [name]
|
|
10792
10780
|
* @param {string} [slug]
|
|
10793
10781
|
* @param {MarketingType} [marketingType]
|
|
10794
|
-
* @param {boolean} [returnDefaultValue]
|
|
10795
|
-
* @param {boolean} [includeServices]
|
|
10796
10782
|
* @param {string} [languageCode]
|
|
10797
|
-
* @param {boolean} [showHidden]
|
|
10798
10783
|
* @param {number} [page]
|
|
10799
10784
|
* @param {number} [limit]
|
|
10800
10785
|
* @param {Date} [lastRetrieved]
|
|
10801
10786
|
* @param {*} [options] Override http request option.
|
|
10802
10787
|
* @throws {RequiredError}
|
|
10803
10788
|
*/
|
|
10804
|
-
apiV2HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType,
|
|
10789
|
+
apiV2HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, page, limit, lastRetrieved, options) {
|
|
10805
10790
|
if (options === void 0) { options = {}; }
|
|
10806
10791
|
return __awaiter(_this, void 0, void 0, function () {
|
|
10807
10792
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -10841,18 +10826,9 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10841
10826
|
if (marketingType !== undefined) {
|
|
10842
10827
|
localVarQueryParameter['MarketingType'] = marketingType;
|
|
10843
10828
|
}
|
|
10844
|
-
if (returnDefaultValue !== undefined) {
|
|
10845
|
-
localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
|
|
10846
|
-
}
|
|
10847
|
-
if (includeServices !== undefined) {
|
|
10848
|
-
localVarQueryParameter['IncludeServices'] = includeServices;
|
|
10849
|
-
}
|
|
10850
10829
|
if (languageCode !== undefined) {
|
|
10851
10830
|
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
10852
10831
|
}
|
|
10853
|
-
if (showHidden !== undefined) {
|
|
10854
|
-
localVarQueryParameter['ShowHidden'] = showHidden;
|
|
10855
|
-
}
|
|
10856
10832
|
if (page !== undefined) {
|
|
10857
10833
|
localVarQueryParameter['page'] = page;
|
|
10858
10834
|
}
|
|
@@ -10880,12 +10856,10 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10880
10856
|
* @param {string} hospitalId
|
|
10881
10857
|
* @param {string} slug
|
|
10882
10858
|
* @param {string} [languageCode]
|
|
10883
|
-
* @param {boolean} [returnDefaultValue]
|
|
10884
|
-
* @param {boolean} [includeServices]
|
|
10885
10859
|
* @param {*} [options] Override http request option.
|
|
10886
10860
|
* @throws {RequiredError}
|
|
10887
10861
|
*/
|
|
10888
|
-
apiV2HospitalsHospitalIdSpecialtiesSlugGet: function (hospitalId, slug, languageCode,
|
|
10862
|
+
apiV2HospitalsHospitalIdSpecialtiesSlugGet: function (hospitalId, slug, languageCode, options) {
|
|
10889
10863
|
if (options === void 0) { options = {}; }
|
|
10890
10864
|
return __awaiter(_this, void 0, void 0, function () {
|
|
10891
10865
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -10907,12 +10881,6 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10907
10881
|
if (languageCode !== undefined) {
|
|
10908
10882
|
localVarQueryParameter['languageCode'] = languageCode;
|
|
10909
10883
|
}
|
|
10910
|
-
if (returnDefaultValue !== undefined) {
|
|
10911
|
-
localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
|
|
10912
|
-
}
|
|
10913
|
-
if (includeServices !== undefined) {
|
|
10914
|
-
localVarQueryParameter['includeServices'] = includeServices;
|
|
10915
|
-
}
|
|
10916
10884
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
10917
10885
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
10918
10886
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -11818,22 +11786,19 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11818
11786
|
* @param {string} [name]
|
|
11819
11787
|
* @param {string} [slug]
|
|
11820
11788
|
* @param {MarketingType} [marketingType]
|
|
11821
|
-
* @param {boolean} [returnDefaultValue]
|
|
11822
|
-
* @param {boolean} [includeServices]
|
|
11823
11789
|
* @param {string} [languageCode]
|
|
11824
|
-
* @param {boolean} [showHidden]
|
|
11825
11790
|
* @param {number} [page]
|
|
11826
11791
|
* @param {number} [limit]
|
|
11827
11792
|
* @param {Date} [lastRetrieved]
|
|
11828
11793
|
* @param {*} [options] Override http request option.
|
|
11829
11794
|
* @throws {RequiredError}
|
|
11830
11795
|
*/
|
|
11831
|
-
apiV2HospitalsHospitalIdSpecialtiesGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType,
|
|
11796
|
+
apiV2HospitalsHospitalIdSpecialtiesGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, page, limit, lastRetrieved, options) {
|
|
11832
11797
|
return __awaiter(this, void 0, void 0, function () {
|
|
11833
11798
|
var localVarAxiosArgs;
|
|
11834
11799
|
return __generator(this, function (_a) {
|
|
11835
11800
|
switch (_a.label) {
|
|
11836
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType,
|
|
11801
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, page, limit, lastRetrieved, options)];
|
|
11837
11802
|
case 1:
|
|
11838
11803
|
localVarAxiosArgs = _a.sent();
|
|
11839
11804
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -11901,22 +11866,19 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11901
11866
|
* @param {string} [name]
|
|
11902
11867
|
* @param {string} [slug]
|
|
11903
11868
|
* @param {MarketingType} [marketingType]
|
|
11904
|
-
* @param {boolean} [returnDefaultValue]
|
|
11905
|
-
* @param {boolean} [includeServices]
|
|
11906
11869
|
* @param {string} [languageCode]
|
|
11907
|
-
* @param {boolean} [showHidden]
|
|
11908
11870
|
* @param {number} [page]
|
|
11909
11871
|
* @param {number} [limit]
|
|
11910
11872
|
* @param {Date} [lastRetrieved]
|
|
11911
11873
|
* @param {*} [options] Override http request option.
|
|
11912
11874
|
* @throws {RequiredError}
|
|
11913
11875
|
*/
|
|
11914
|
-
apiV2HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType,
|
|
11876
|
+
apiV2HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, page, limit, lastRetrieved, options) {
|
|
11915
11877
|
return __awaiter(this, void 0, void 0, function () {
|
|
11916
11878
|
var localVarAxiosArgs;
|
|
11917
11879
|
return __generator(this, function (_a) {
|
|
11918
11880
|
switch (_a.label) {
|
|
11919
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType,
|
|
11881
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, page, limit, lastRetrieved, options)];
|
|
11920
11882
|
case 1:
|
|
11921
11883
|
localVarAxiosArgs = _a.sent();
|
|
11922
11884
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -11930,17 +11892,15 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11930
11892
|
* @param {string} hospitalId
|
|
11931
11893
|
* @param {string} slug
|
|
11932
11894
|
* @param {string} [languageCode]
|
|
11933
|
-
* @param {boolean} [returnDefaultValue]
|
|
11934
|
-
* @param {boolean} [includeServices]
|
|
11935
11895
|
* @param {*} [options] Override http request option.
|
|
11936
11896
|
* @throws {RequiredError}
|
|
11937
11897
|
*/
|
|
11938
|
-
apiV2HospitalsHospitalIdSpecialtiesSlugGet: function (hospitalId, slug, languageCode,
|
|
11898
|
+
apiV2HospitalsHospitalIdSpecialtiesSlugGet: function (hospitalId, slug, languageCode, options) {
|
|
11939
11899
|
return __awaiter(this, void 0, void 0, function () {
|
|
11940
11900
|
var localVarAxiosArgs;
|
|
11941
11901
|
return __generator(this, function (_a) {
|
|
11942
11902
|
switch (_a.label) {
|
|
11943
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode,
|
|
11903
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode, options)];
|
|
11944
11904
|
case 1:
|
|
11945
11905
|
localVarAxiosArgs = _a.sent();
|
|
11946
11906
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -12405,18 +12365,15 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
12405
12365
|
* @param {string} [name]
|
|
12406
12366
|
* @param {string} [slug]
|
|
12407
12367
|
* @param {MarketingType} [marketingType]
|
|
12408
|
-
* @param {boolean} [returnDefaultValue]
|
|
12409
|
-
* @param {boolean} [includeServices]
|
|
12410
12368
|
* @param {string} [languageCode]
|
|
12411
|
-
* @param {boolean} [showHidden]
|
|
12412
12369
|
* @param {number} [page]
|
|
12413
12370
|
* @param {number} [limit]
|
|
12414
12371
|
* @param {Date} [lastRetrieved]
|
|
12415
12372
|
* @param {*} [options] Override http request option.
|
|
12416
12373
|
* @throws {RequiredError}
|
|
12417
12374
|
*/
|
|
12418
|
-
apiV2HospitalsHospitalIdSpecialtiesGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType,
|
|
12419
|
-
return localVarFp.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType,
|
|
12375
|
+
apiV2HospitalsHospitalIdSpecialtiesGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, page, limit, lastRetrieved, options) {
|
|
12376
|
+
return localVarFp.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
12420
12377
|
},
|
|
12421
12378
|
/**
|
|
12422
12379
|
*
|
|
@@ -12458,18 +12415,15 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
12458
12415
|
* @param {string} [name]
|
|
12459
12416
|
* @param {string} [slug]
|
|
12460
12417
|
* @param {MarketingType} [marketingType]
|
|
12461
|
-
* @param {boolean} [returnDefaultValue]
|
|
12462
|
-
* @param {boolean} [includeServices]
|
|
12463
12418
|
* @param {string} [languageCode]
|
|
12464
|
-
* @param {boolean} [showHidden]
|
|
12465
12419
|
* @param {number} [page]
|
|
12466
12420
|
* @param {number} [limit]
|
|
12467
12421
|
* @param {Date} [lastRetrieved]
|
|
12468
12422
|
* @param {*} [options] Override http request option.
|
|
12469
12423
|
* @throws {RequiredError}
|
|
12470
12424
|
*/
|
|
12471
|
-
apiV2HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType,
|
|
12472
|
-
return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType,
|
|
12425
|
+
apiV2HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, page, limit, lastRetrieved, options) {
|
|
12426
|
+
return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
12473
12427
|
},
|
|
12474
12428
|
/**
|
|
12475
12429
|
*
|
|
@@ -12477,13 +12431,11 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
12477
12431
|
* @param {string} hospitalId
|
|
12478
12432
|
* @param {string} slug
|
|
12479
12433
|
* @param {string} [languageCode]
|
|
12480
|
-
* @param {boolean} [returnDefaultValue]
|
|
12481
|
-
* @param {boolean} [includeServices]
|
|
12482
12434
|
* @param {*} [options] Override http request option.
|
|
12483
12435
|
* @throws {RequiredError}
|
|
12484
12436
|
*/
|
|
12485
|
-
apiV2HospitalsHospitalIdSpecialtiesSlugGet: function (hospitalId, slug, languageCode,
|
|
12486
|
-
return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode,
|
|
12437
|
+
apiV2HospitalsHospitalIdSpecialtiesSlugGet: function (hospitalId, slug, languageCode, options) {
|
|
12438
|
+
return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode, options).then(function (request) { return request(axios, basePath); });
|
|
12487
12439
|
},
|
|
12488
12440
|
/**
|
|
12489
12441
|
*
|
|
@@ -12884,10 +12836,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
12884
12836
|
* @param {string} [name]
|
|
12885
12837
|
* @param {string} [slug]
|
|
12886
12838
|
* @param {MarketingType} [marketingType]
|
|
12887
|
-
* @param {boolean} [returnDefaultValue]
|
|
12888
|
-
* @param {boolean} [includeServices]
|
|
12889
12839
|
* @param {string} [languageCode]
|
|
12890
|
-
* @param {boolean} [showHidden]
|
|
12891
12840
|
* @param {number} [page]
|
|
12892
12841
|
* @param {number} [limit]
|
|
12893
12842
|
* @param {Date} [lastRetrieved]
|
|
@@ -12895,9 +12844,9 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
12895
12844
|
* @throws {RequiredError}
|
|
12896
12845
|
* @memberof HospitalsApi
|
|
12897
12846
|
*/
|
|
12898
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesGet = function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType,
|
|
12847
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesGet = function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, page, limit, lastRetrieved, options) {
|
|
12899
12848
|
var _this = this;
|
|
12900
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType,
|
|
12849
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
12901
12850
|
};
|
|
12902
12851
|
/**
|
|
12903
12852
|
*
|
|
@@ -12943,10 +12892,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
12943
12892
|
* @param {string} [name]
|
|
12944
12893
|
* @param {string} [slug]
|
|
12945
12894
|
* @param {MarketingType} [marketingType]
|
|
12946
|
-
* @param {boolean} [returnDefaultValue]
|
|
12947
|
-
* @param {boolean} [includeServices]
|
|
12948
12895
|
* @param {string} [languageCode]
|
|
12949
|
-
* @param {boolean} [showHidden]
|
|
12950
12896
|
* @param {number} [page]
|
|
12951
12897
|
* @param {number} [limit]
|
|
12952
12898
|
* @param {Date} [lastRetrieved]
|
|
@@ -12954,9 +12900,9 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
12954
12900
|
* @throws {RequiredError}
|
|
12955
12901
|
* @memberof HospitalsApi
|
|
12956
12902
|
*/
|
|
12957
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSimpleGet = function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType,
|
|
12903
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSimpleGet = function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, page, limit, lastRetrieved, options) {
|
|
12958
12904
|
var _this = this;
|
|
12959
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType,
|
|
12905
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
12960
12906
|
};
|
|
12961
12907
|
/**
|
|
12962
12908
|
*
|
|
@@ -12964,15 +12910,13 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
12964
12910
|
* @param {string} hospitalId
|
|
12965
12911
|
* @param {string} slug
|
|
12966
12912
|
* @param {string} [languageCode]
|
|
12967
|
-
* @param {boolean} [returnDefaultValue]
|
|
12968
|
-
* @param {boolean} [includeServices]
|
|
12969
12913
|
* @param {*} [options] Override http request option.
|
|
12970
12914
|
* @throws {RequiredError}
|
|
12971
12915
|
* @memberof HospitalsApi
|
|
12972
12916
|
*/
|
|
12973
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSlugGet = function (hospitalId, slug, languageCode,
|
|
12917
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSlugGet = function (hospitalId, slug, languageCode, options) {
|
|
12974
12918
|
var _this = this;
|
|
12975
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode,
|
|
12919
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
12976
12920
|
};
|
|
12977
12921
|
/**
|
|
12978
12922
|
*
|