ch-api-client-typescript2 2.6.1 → 2.6.6
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 +78 -92
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +84 -101
- package/package.json +1 -1
- package/src/api.ts +121 -115
package/lib/api.js
CHANGED
|
@@ -1036,7 +1036,6 @@ exports.ArticlesApiAxiosParamCreator = function (configuration) {
|
|
|
1036
1036
|
},
|
|
1037
1037
|
/**
|
|
1038
1038
|
*
|
|
1039
|
-
* @summary Get Article by slug.
|
|
1040
1039
|
* @param {string} slug
|
|
1041
1040
|
* @param {string} [languageCode]
|
|
1042
1041
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -1332,7 +1331,6 @@ exports.ArticlesApiFp = function (configuration) {
|
|
|
1332
1331
|
},
|
|
1333
1332
|
/**
|
|
1334
1333
|
*
|
|
1335
|
-
* @summary Get Article by slug.
|
|
1336
1334
|
* @param {string} slug
|
|
1337
1335
|
* @param {string} [languageCode]
|
|
1338
1336
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -1509,7 +1507,6 @@ exports.ArticlesApiFactory = function (configuration, basePath, axios) {
|
|
|
1509
1507
|
},
|
|
1510
1508
|
/**
|
|
1511
1509
|
*
|
|
1512
|
-
* @summary Get Article by slug.
|
|
1513
1510
|
* @param {string} slug
|
|
1514
1511
|
* @param {string} [languageCode]
|
|
1515
1512
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -1700,7 +1697,6 @@ var ArticlesApi = /** @class */ (function (_super) {
|
|
|
1700
1697
|
};
|
|
1701
1698
|
/**
|
|
1702
1699
|
*
|
|
1703
|
-
* @summary Get Article by slug.
|
|
1704
1700
|
* @param {string} slug
|
|
1705
1701
|
* @param {string} [languageCode]
|
|
1706
1702
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -4367,7 +4363,6 @@ exports.CountriesApiAxiosParamCreator = function (configuration) {
|
|
|
4367
4363
|
return {
|
|
4368
4364
|
/**
|
|
4369
4365
|
*
|
|
4370
|
-
* @summary Get country.
|
|
4371
4366
|
* @param {string} countryId
|
|
4372
4367
|
* @param {string} [languageCode]
|
|
4373
4368
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -4573,7 +4568,6 @@ exports.CountriesApiAxiosParamCreator = function (configuration) {
|
|
|
4573
4568
|
},
|
|
4574
4569
|
/**
|
|
4575
4570
|
*
|
|
4576
|
-
* @summary Get country by slug.
|
|
4577
4571
|
* @param {string} slug
|
|
4578
4572
|
* @param {string} [languageCode]
|
|
4579
4573
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -4623,7 +4617,6 @@ exports.CountriesApiFp = function (configuration) {
|
|
|
4623
4617
|
return {
|
|
4624
4618
|
/**
|
|
4625
4619
|
*
|
|
4626
|
-
* @summary Get country.
|
|
4627
4620
|
* @param {string} countryId
|
|
4628
4621
|
* @param {string} [languageCode]
|
|
4629
4622
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -4720,7 +4713,6 @@ exports.CountriesApiFp = function (configuration) {
|
|
|
4720
4713
|
},
|
|
4721
4714
|
/**
|
|
4722
4715
|
*
|
|
4723
|
-
* @summary Get country by slug.
|
|
4724
4716
|
* @param {string} slug
|
|
4725
4717
|
* @param {string} [languageCode]
|
|
4726
4718
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -4751,7 +4743,6 @@ exports.CountriesApiFactory = function (configuration, basePath, axios) {
|
|
|
4751
4743
|
return {
|
|
4752
4744
|
/**
|
|
4753
4745
|
*
|
|
4754
|
-
* @summary Get country.
|
|
4755
4746
|
* @param {string} countryId
|
|
4756
4747
|
* @param {string} [languageCode]
|
|
4757
4748
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -4808,7 +4799,6 @@ exports.CountriesApiFactory = function (configuration, basePath, axios) {
|
|
|
4808
4799
|
},
|
|
4809
4800
|
/**
|
|
4810
4801
|
*
|
|
4811
|
-
* @summary Get country by slug.
|
|
4812
4802
|
* @param {string} slug
|
|
4813
4803
|
* @param {string} [languageCode]
|
|
4814
4804
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -4833,7 +4823,6 @@ var CountriesApi = /** @class */ (function (_super) {
|
|
|
4833
4823
|
}
|
|
4834
4824
|
/**
|
|
4835
4825
|
*
|
|
4836
|
-
* @summary Get country.
|
|
4837
4826
|
* @param {string} countryId
|
|
4838
4827
|
* @param {string} [languageCode]
|
|
4839
4828
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -4898,7 +4887,6 @@ var CountriesApi = /** @class */ (function (_super) {
|
|
|
4898
4887
|
};
|
|
4899
4888
|
/**
|
|
4900
4889
|
*
|
|
4901
|
-
* @summary Get country by slug.
|
|
4902
4890
|
* @param {string} slug
|
|
4903
4891
|
* @param {string} [languageCode]
|
|
4904
4892
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -4924,10 +4912,12 @@ exports.DealsApiAxiosParamCreator = function (configuration) {
|
|
|
4924
4912
|
*
|
|
4925
4913
|
* @summary Get deal.
|
|
4926
4914
|
* @param {string} dealId
|
|
4915
|
+
* @param {string} [languageCode]
|
|
4916
|
+
* @param {boolean} [returnDefaultValue]
|
|
4927
4917
|
* @param {*} [options] Override http request option.
|
|
4928
4918
|
* @throws {RequiredError}
|
|
4929
4919
|
*/
|
|
4930
|
-
apiV2DealsDealIdGet: function (dealId, options) {
|
|
4920
|
+
apiV2DealsDealIdGet: function (dealId, languageCode, returnDefaultValue, options) {
|
|
4931
4921
|
if (options === void 0) { options = {}; }
|
|
4932
4922
|
return __awaiter(_this, void 0, void 0, function () {
|
|
4933
4923
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -4943,6 +4933,12 @@ exports.DealsApiAxiosParamCreator = function (configuration) {
|
|
|
4943
4933
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
4944
4934
|
localVarHeaderParameter = {};
|
|
4945
4935
|
localVarQueryParameter = {};
|
|
4936
|
+
if (languageCode !== undefined) {
|
|
4937
|
+
localVarQueryParameter['languageCode'] = languageCode;
|
|
4938
|
+
}
|
|
4939
|
+
if (returnDefaultValue !== undefined) {
|
|
4940
|
+
localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
|
|
4941
|
+
}
|
|
4946
4942
|
common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4947
4943
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4948
4944
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -5159,13 +5155,16 @@ exports.DealsApiAxiosParamCreator = function (configuration) {
|
|
|
5159
5155
|
* @param {string} [exceptHospitalId]
|
|
5160
5156
|
* @param {string} [exceptDealId]
|
|
5161
5157
|
* @param {Array<string>} [ids]
|
|
5158
|
+
* @param {string} [languageCode]
|
|
5159
|
+
* @param {boolean} [showHidden]
|
|
5160
|
+
* @param {boolean} [returnDefaultValue]
|
|
5162
5161
|
* @param {number} [page]
|
|
5163
5162
|
* @param {number} [limit]
|
|
5164
5163
|
* @param {Date} [lastRetrieved]
|
|
5165
5164
|
* @param {*} [options] Override http request option.
|
|
5166
5165
|
* @throws {RequiredError}
|
|
5167
5166
|
*/
|
|
5168
|
-
apiV2DealsGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, exceptHospitalId, exceptDealId, ids, page, limit, lastRetrieved, options) {
|
|
5167
|
+
apiV2DealsGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, exceptHospitalId, exceptDealId, ids, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
5169
5168
|
if (options === void 0) { options = {}; }
|
|
5170
5169
|
return __awaiter(_this, void 0, void 0, function () {
|
|
5171
5170
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -5211,6 +5210,15 @@ exports.DealsApiAxiosParamCreator = function (configuration) {
|
|
|
5211
5210
|
if (ids) {
|
|
5212
5211
|
localVarQueryParameter['Ids'] = ids;
|
|
5213
5212
|
}
|
|
5213
|
+
if (languageCode !== undefined) {
|
|
5214
|
+
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
5215
|
+
}
|
|
5216
|
+
if (showHidden !== undefined) {
|
|
5217
|
+
localVarQueryParameter['ShowHidden'] = showHidden;
|
|
5218
|
+
}
|
|
5219
|
+
if (returnDefaultValue !== undefined) {
|
|
5220
|
+
localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
|
|
5221
|
+
}
|
|
5214
5222
|
if (page !== undefined) {
|
|
5215
5223
|
localVarQueryParameter['page'] = page;
|
|
5216
5224
|
}
|
|
@@ -5236,10 +5244,12 @@ exports.DealsApiAxiosParamCreator = function (configuration) {
|
|
|
5236
5244
|
*
|
|
5237
5245
|
* @summary Get deal by slug.
|
|
5238
5246
|
* @param {string} slug
|
|
5247
|
+
* @param {string} [languageCode]
|
|
5248
|
+
* @param {boolean} [returnDefaultValue]
|
|
5239
5249
|
* @param {*} [options] Override http request option.
|
|
5240
5250
|
* @throws {RequiredError}
|
|
5241
5251
|
*/
|
|
5242
|
-
apiV2DealsSlugGet: function (slug, options) {
|
|
5252
|
+
apiV2DealsSlugGet: function (slug, languageCode, returnDefaultValue, options) {
|
|
5243
5253
|
if (options === void 0) { options = {}; }
|
|
5244
5254
|
return __awaiter(_this, void 0, void 0, function () {
|
|
5245
5255
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -5255,6 +5265,12 @@ exports.DealsApiAxiosParamCreator = function (configuration) {
|
|
|
5255
5265
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
5256
5266
|
localVarHeaderParameter = {};
|
|
5257
5267
|
localVarQueryParameter = {};
|
|
5268
|
+
if (languageCode !== undefined) {
|
|
5269
|
+
localVarQueryParameter['languageCode'] = languageCode;
|
|
5270
|
+
}
|
|
5271
|
+
if (returnDefaultValue !== undefined) {
|
|
5272
|
+
localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
|
|
5273
|
+
}
|
|
5258
5274
|
common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5259
5275
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5260
5276
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -5278,15 +5294,17 @@ exports.DealsApiFp = function (configuration) {
|
|
|
5278
5294
|
*
|
|
5279
5295
|
* @summary Get deal.
|
|
5280
5296
|
* @param {string} dealId
|
|
5297
|
+
* @param {string} [languageCode]
|
|
5298
|
+
* @param {boolean} [returnDefaultValue]
|
|
5281
5299
|
* @param {*} [options] Override http request option.
|
|
5282
5300
|
* @throws {RequiredError}
|
|
5283
5301
|
*/
|
|
5284
|
-
apiV2DealsDealIdGet: function (dealId, options) {
|
|
5302
|
+
apiV2DealsDealIdGet: function (dealId, languageCode, returnDefaultValue, options) {
|
|
5285
5303
|
return __awaiter(this, void 0, void 0, function () {
|
|
5286
5304
|
var localVarAxiosArgs;
|
|
5287
5305
|
return __generator(this, function (_a) {
|
|
5288
5306
|
switch (_a.label) {
|
|
5289
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DealsDealIdGet(dealId, options)];
|
|
5307
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DealsDealIdGet(dealId, languageCode, returnDefaultValue, options)];
|
|
5290
5308
|
case 1:
|
|
5291
5309
|
localVarAxiosArgs = _a.sent();
|
|
5292
5310
|
return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -5402,18 +5420,21 @@ exports.DealsApiFp = function (configuration) {
|
|
|
5402
5420
|
* @param {string} [exceptHospitalId]
|
|
5403
5421
|
* @param {string} [exceptDealId]
|
|
5404
5422
|
* @param {Array<string>} [ids]
|
|
5423
|
+
* @param {string} [languageCode]
|
|
5424
|
+
* @param {boolean} [showHidden]
|
|
5425
|
+
* @param {boolean} [returnDefaultValue]
|
|
5405
5426
|
* @param {number} [page]
|
|
5406
5427
|
* @param {number} [limit]
|
|
5407
5428
|
* @param {Date} [lastRetrieved]
|
|
5408
5429
|
* @param {*} [options] Override http request option.
|
|
5409
5430
|
* @throws {RequiredError}
|
|
5410
5431
|
*/
|
|
5411
|
-
apiV2DealsGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, exceptHospitalId, exceptDealId, ids, page, limit, lastRetrieved, options) {
|
|
5432
|
+
apiV2DealsGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, exceptHospitalId, exceptDealId, ids, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
5412
5433
|
return __awaiter(this, void 0, void 0, function () {
|
|
5413
5434
|
var localVarAxiosArgs;
|
|
5414
5435
|
return __generator(this, function (_a) {
|
|
5415
5436
|
switch (_a.label) {
|
|
5416
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DealsGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, exceptHospitalId, exceptDealId, ids, page, limit, lastRetrieved, options)];
|
|
5437
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DealsGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, exceptHospitalId, exceptDealId, ids, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
|
|
5417
5438
|
case 1:
|
|
5418
5439
|
localVarAxiosArgs = _a.sent();
|
|
5419
5440
|
return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -5425,15 +5446,17 @@ exports.DealsApiFp = function (configuration) {
|
|
|
5425
5446
|
*
|
|
5426
5447
|
* @summary Get deal by slug.
|
|
5427
5448
|
* @param {string} slug
|
|
5449
|
+
* @param {string} [languageCode]
|
|
5450
|
+
* @param {boolean} [returnDefaultValue]
|
|
5428
5451
|
* @param {*} [options] Override http request option.
|
|
5429
5452
|
* @throws {RequiredError}
|
|
5430
5453
|
*/
|
|
5431
|
-
apiV2DealsSlugGet: function (slug, options) {
|
|
5454
|
+
apiV2DealsSlugGet: function (slug, languageCode, returnDefaultValue, options) {
|
|
5432
5455
|
return __awaiter(this, void 0, void 0, function () {
|
|
5433
5456
|
var localVarAxiosArgs;
|
|
5434
5457
|
return __generator(this, function (_a) {
|
|
5435
5458
|
switch (_a.label) {
|
|
5436
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DealsSlugGet(slug, options)];
|
|
5459
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DealsSlugGet(slug, languageCode, returnDefaultValue, options)];
|
|
5437
5460
|
case 1:
|
|
5438
5461
|
localVarAxiosArgs = _a.sent();
|
|
5439
5462
|
return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -5454,11 +5477,13 @@ exports.DealsApiFactory = function (configuration, basePath, axios) {
|
|
|
5454
5477
|
*
|
|
5455
5478
|
* @summary Get deal.
|
|
5456
5479
|
* @param {string} dealId
|
|
5480
|
+
* @param {string} [languageCode]
|
|
5481
|
+
* @param {boolean} [returnDefaultValue]
|
|
5457
5482
|
* @param {*} [options] Override http request option.
|
|
5458
5483
|
* @throws {RequiredError}
|
|
5459
5484
|
*/
|
|
5460
|
-
apiV2DealsDealIdGet: function (dealId, options) {
|
|
5461
|
-
return localVarFp.apiV2DealsDealIdGet(dealId, options).then(function (request) { return request(axios, basePath); });
|
|
5485
|
+
apiV2DealsDealIdGet: function (dealId, languageCode, returnDefaultValue, options) {
|
|
5486
|
+
return localVarFp.apiV2DealsDealIdGet(dealId, languageCode, returnDefaultValue, options).then(function (request) { return request(axios, basePath); });
|
|
5462
5487
|
},
|
|
5463
5488
|
/**
|
|
5464
5489
|
*
|
|
@@ -5528,24 +5553,29 @@ exports.DealsApiFactory = function (configuration, basePath, axios) {
|
|
|
5528
5553
|
* @param {string} [exceptHospitalId]
|
|
5529
5554
|
* @param {string} [exceptDealId]
|
|
5530
5555
|
* @param {Array<string>} [ids]
|
|
5556
|
+
* @param {string} [languageCode]
|
|
5557
|
+
* @param {boolean} [showHidden]
|
|
5558
|
+
* @param {boolean} [returnDefaultValue]
|
|
5531
5559
|
* @param {number} [page]
|
|
5532
5560
|
* @param {number} [limit]
|
|
5533
5561
|
* @param {Date} [lastRetrieved]
|
|
5534
5562
|
* @param {*} [options] Override http request option.
|
|
5535
5563
|
* @throws {RequiredError}
|
|
5536
5564
|
*/
|
|
5537
|
-
apiV2DealsGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, exceptHospitalId, exceptDealId, ids, page, limit, lastRetrieved, options) {
|
|
5538
|
-
return localVarFp.apiV2DealsGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, exceptHospitalId, exceptDealId, ids, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
5565
|
+
apiV2DealsGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, exceptHospitalId, exceptDealId, ids, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
5566
|
+
return localVarFp.apiV2DealsGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, exceptHospitalId, exceptDealId, ids, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
5539
5567
|
},
|
|
5540
5568
|
/**
|
|
5541
5569
|
*
|
|
5542
5570
|
* @summary Get deal by slug.
|
|
5543
5571
|
* @param {string} slug
|
|
5572
|
+
* @param {string} [languageCode]
|
|
5573
|
+
* @param {boolean} [returnDefaultValue]
|
|
5544
5574
|
* @param {*} [options] Override http request option.
|
|
5545
5575
|
* @throws {RequiredError}
|
|
5546
5576
|
*/
|
|
5547
|
-
apiV2DealsSlugGet: function (slug, options) {
|
|
5548
|
-
return localVarFp.apiV2DealsSlugGet(slug, options).then(function (request) { return request(axios, basePath); });
|
|
5577
|
+
apiV2DealsSlugGet: function (slug, languageCode, returnDefaultValue, options) {
|
|
5578
|
+
return localVarFp.apiV2DealsSlugGet(slug, languageCode, returnDefaultValue, options).then(function (request) { return request(axios, basePath); });
|
|
5549
5579
|
},
|
|
5550
5580
|
};
|
|
5551
5581
|
};
|
|
@@ -5564,13 +5594,15 @@ var DealsApi = /** @class */ (function (_super) {
|
|
|
5564
5594
|
*
|
|
5565
5595
|
* @summary Get deal.
|
|
5566
5596
|
* @param {string} dealId
|
|
5597
|
+
* @param {string} [languageCode]
|
|
5598
|
+
* @param {boolean} [returnDefaultValue]
|
|
5567
5599
|
* @param {*} [options] Override http request option.
|
|
5568
5600
|
* @throws {RequiredError}
|
|
5569
5601
|
* @memberof DealsApi
|
|
5570
5602
|
*/
|
|
5571
|
-
DealsApi.prototype.apiV2DealsDealIdGet = function (dealId, options) {
|
|
5603
|
+
DealsApi.prototype.apiV2DealsDealIdGet = function (dealId, languageCode, returnDefaultValue, options) {
|
|
5572
5604
|
var _this = this;
|
|
5573
|
-
return exports.DealsApiFp(this.configuration).apiV2DealsDealIdGet(dealId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
5605
|
+
return exports.DealsApiFp(this.configuration).apiV2DealsDealIdGet(dealId, languageCode, returnDefaultValue, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
5574
5606
|
};
|
|
5575
5607
|
/**
|
|
5576
5608
|
*
|
|
@@ -5648,6 +5680,9 @@ var DealsApi = /** @class */ (function (_super) {
|
|
|
5648
5680
|
* @param {string} [exceptHospitalId]
|
|
5649
5681
|
* @param {string} [exceptDealId]
|
|
5650
5682
|
* @param {Array<string>} [ids]
|
|
5683
|
+
* @param {string} [languageCode]
|
|
5684
|
+
* @param {boolean} [showHidden]
|
|
5685
|
+
* @param {boolean} [returnDefaultValue]
|
|
5651
5686
|
* @param {number} [page]
|
|
5652
5687
|
* @param {number} [limit]
|
|
5653
5688
|
* @param {Date} [lastRetrieved]
|
|
@@ -5655,21 +5690,23 @@ var DealsApi = /** @class */ (function (_super) {
|
|
|
5655
5690
|
* @throws {RequiredError}
|
|
5656
5691
|
* @memberof DealsApi
|
|
5657
5692
|
*/
|
|
5658
|
-
DealsApi.prototype.apiV2DealsGet = function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, exceptHospitalId, exceptDealId, ids, page, limit, lastRetrieved, options) {
|
|
5693
|
+
DealsApi.prototype.apiV2DealsGet = function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, exceptHospitalId, exceptDealId, ids, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
5659
5694
|
var _this = this;
|
|
5660
|
-
return exports.DealsApiFp(this.configuration).apiV2DealsGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, exceptHospitalId, exceptDealId, ids, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
5695
|
+
return exports.DealsApiFp(this.configuration).apiV2DealsGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, exceptHospitalId, exceptDealId, ids, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
5661
5696
|
};
|
|
5662
5697
|
/**
|
|
5663
5698
|
*
|
|
5664
5699
|
* @summary Get deal by slug.
|
|
5665
5700
|
* @param {string} slug
|
|
5701
|
+
* @param {string} [languageCode]
|
|
5702
|
+
* @param {boolean} [returnDefaultValue]
|
|
5666
5703
|
* @param {*} [options] Override http request option.
|
|
5667
5704
|
* @throws {RequiredError}
|
|
5668
5705
|
* @memberof DealsApi
|
|
5669
5706
|
*/
|
|
5670
|
-
DealsApi.prototype.apiV2DealsSlugGet = function (slug, options) {
|
|
5707
|
+
DealsApi.prototype.apiV2DealsSlugGet = function (slug, languageCode, returnDefaultValue, options) {
|
|
5671
5708
|
var _this = this;
|
|
5672
|
-
return exports.DealsApiFp(this.configuration).apiV2DealsSlugGet(slug, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
5709
|
+
return exports.DealsApiFp(this.configuration).apiV2DealsSlugGet(slug, languageCode, returnDefaultValue, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
5673
5710
|
};
|
|
5674
5711
|
return DealsApi;
|
|
5675
5712
|
}(base_1.BaseAPI));
|
|
@@ -5985,7 +6022,6 @@ exports.DoctorsApiAxiosParamCreator = function (configuration) {
|
|
|
5985
6022
|
},
|
|
5986
6023
|
/**
|
|
5987
6024
|
*
|
|
5988
|
-
* @summary Get Doctor.
|
|
5989
6025
|
* @param {string} doctorId
|
|
5990
6026
|
* @param {string} [languageCode]
|
|
5991
6027
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -6397,7 +6433,6 @@ exports.DoctorsApiAxiosParamCreator = function (configuration) {
|
|
|
6397
6433
|
},
|
|
6398
6434
|
/**
|
|
6399
6435
|
*
|
|
6400
|
-
* @summary Get Doctor by slug.
|
|
6401
6436
|
* @param {string} slug
|
|
6402
6437
|
* @param {string} [languageCode]
|
|
6403
6438
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -6590,7 +6625,6 @@ exports.DoctorsApiFp = function (configuration) {
|
|
|
6590
6625
|
},
|
|
6591
6626
|
/**
|
|
6592
6627
|
*
|
|
6593
|
-
* @summary Get Doctor.
|
|
6594
6628
|
* @param {string} doctorId
|
|
6595
6629
|
* @param {string} [languageCode]
|
|
6596
6630
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -6784,7 +6818,6 @@ exports.DoctorsApiFp = function (configuration) {
|
|
|
6784
6818
|
},
|
|
6785
6819
|
/**
|
|
6786
6820
|
*
|
|
6787
|
-
* @summary Get Doctor by slug.
|
|
6788
6821
|
* @param {string} slug
|
|
6789
6822
|
* @param {string} [languageCode]
|
|
6790
6823
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -6898,7 +6931,6 @@ exports.DoctorsApiFactory = function (configuration, basePath, axios) {
|
|
|
6898
6931
|
},
|
|
6899
6932
|
/**
|
|
6900
6933
|
*
|
|
6901
|
-
* @summary Get Doctor.
|
|
6902
6934
|
* @param {string} doctorId
|
|
6903
6935
|
* @param {string} [languageCode]
|
|
6904
6936
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -7012,7 +7044,6 @@ exports.DoctorsApiFactory = function (configuration, basePath, axios) {
|
|
|
7012
7044
|
},
|
|
7013
7045
|
/**
|
|
7014
7046
|
*
|
|
7015
|
-
* @summary Get Doctor by slug.
|
|
7016
7047
|
* @param {string} slug
|
|
7017
7048
|
* @param {string} [languageCode]
|
|
7018
7049
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -7132,7 +7163,6 @@ var DoctorsApi = /** @class */ (function (_super) {
|
|
|
7132
7163
|
};
|
|
7133
7164
|
/**
|
|
7134
7165
|
*
|
|
7135
|
-
* @summary Get Doctor.
|
|
7136
7166
|
* @param {string} doctorId
|
|
7137
7167
|
* @param {string} [languageCode]
|
|
7138
7168
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -7262,7 +7292,6 @@ var DoctorsApi = /** @class */ (function (_super) {
|
|
|
7262
7292
|
};
|
|
7263
7293
|
/**
|
|
7264
7294
|
*
|
|
7265
|
-
* @summary Get Doctor by slug.
|
|
7266
7295
|
* @param {string} slug
|
|
7267
7296
|
* @param {string} [languageCode]
|
|
7268
7297
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -8748,7 +8777,6 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8748
8777
|
},
|
|
8749
8778
|
/**
|
|
8750
8779
|
*
|
|
8751
|
-
* @summary Get Hospital.
|
|
8752
8780
|
* @param {string} hospitalId
|
|
8753
8781
|
* @param {string} [languageCode]
|
|
8754
8782
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -9362,7 +9390,6 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9362
9390
|
},
|
|
9363
9391
|
/**
|
|
9364
9392
|
*
|
|
9365
|
-
* @summary Get Hospital by slug.
|
|
9366
9393
|
* @param {string} slug
|
|
9367
9394
|
* @param {string} [languageCode]
|
|
9368
9395
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -9640,7 +9667,6 @@ exports.HospitalsApiFp = function (configuration) {
|
|
|
9640
9667
|
},
|
|
9641
9668
|
/**
|
|
9642
9669
|
*
|
|
9643
|
-
* @summary Get Hospital.
|
|
9644
9670
|
* @param {string} hospitalId
|
|
9645
9671
|
* @param {string} [languageCode]
|
|
9646
9672
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -9907,7 +9933,6 @@ exports.HospitalsApiFp = function (configuration) {
|
|
|
9907
9933
|
},
|
|
9908
9934
|
/**
|
|
9909
9935
|
*
|
|
9910
|
-
* @summary Get Hospital by slug.
|
|
9911
9936
|
* @param {string} slug
|
|
9912
9937
|
* @param {string} [languageCode]
|
|
9913
9938
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -10076,7 +10101,6 @@ exports.HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
10076
10101
|
},
|
|
10077
10102
|
/**
|
|
10078
10103
|
*
|
|
10079
|
-
* @summary Get Hospital.
|
|
10080
10104
|
* @param {string} hospitalId
|
|
10081
10105
|
* @param {string} [languageCode]
|
|
10082
10106
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -10243,7 +10267,6 @@ exports.HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
10243
10267
|
},
|
|
10244
10268
|
/**
|
|
10245
10269
|
*
|
|
10246
|
-
* @summary Get Hospital by slug.
|
|
10247
10270
|
* @param {string} slug
|
|
10248
10271
|
* @param {string} [languageCode]
|
|
10249
10272
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -10424,7 +10447,6 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
10424
10447
|
};
|
|
10425
10448
|
/**
|
|
10426
10449
|
*
|
|
10427
|
-
* @summary Get Hospital.
|
|
10428
10450
|
* @param {string} hospitalId
|
|
10429
10451
|
* @param {string} [languageCode]
|
|
10430
10452
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -10611,7 +10633,6 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
10611
10633
|
};
|
|
10612
10634
|
/**
|
|
10613
10635
|
*
|
|
10614
|
-
* @summary Get Hospital by slug.
|
|
10615
10636
|
* @param {string} slug
|
|
10616
10637
|
* @param {string} [languageCode]
|
|
10617
10638
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -12944,7 +12965,6 @@ exports.ServicesApiAxiosParamCreator = function (configuration) {
|
|
|
12944
12965
|
},
|
|
12945
12966
|
/**
|
|
12946
12967
|
*
|
|
12947
|
-
* @summary Get HospitalService.
|
|
12948
12968
|
* @param {string} serviceId
|
|
12949
12969
|
* @param {string} [languageCode]
|
|
12950
12970
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -12985,7 +13005,6 @@ exports.ServicesApiAxiosParamCreator = function (configuration) {
|
|
|
12985
13005
|
},
|
|
12986
13006
|
/**
|
|
12987
13007
|
*
|
|
12988
|
-
* @summary Get HospitalService by slug.
|
|
12989
13008
|
* @param {string} slug
|
|
12990
13009
|
* @param {string} [languageCode]
|
|
12991
13010
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13073,7 +13092,6 @@ exports.ServicesApiFp = function (configuration) {
|
|
|
13073
13092
|
},
|
|
13074
13093
|
/**
|
|
13075
13094
|
*
|
|
13076
|
-
* @summary Get HospitalService.
|
|
13077
13095
|
* @param {string} serviceId
|
|
13078
13096
|
* @param {string} [languageCode]
|
|
13079
13097
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13095,7 +13113,6 @@ exports.ServicesApiFp = function (configuration) {
|
|
|
13095
13113
|
},
|
|
13096
13114
|
/**
|
|
13097
13115
|
*
|
|
13098
|
-
* @summary Get HospitalService by slug.
|
|
13099
13116
|
* @param {string} slug
|
|
13100
13117
|
* @param {string} [languageCode]
|
|
13101
13118
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13154,7 +13171,6 @@ exports.ServicesApiFactory = function (configuration, basePath, axios) {
|
|
|
13154
13171
|
},
|
|
13155
13172
|
/**
|
|
13156
13173
|
*
|
|
13157
|
-
* @summary Get HospitalService.
|
|
13158
13174
|
* @param {string} serviceId
|
|
13159
13175
|
* @param {string} [languageCode]
|
|
13160
13176
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13166,7 +13182,6 @@ exports.ServicesApiFactory = function (configuration, basePath, axios) {
|
|
|
13166
13182
|
},
|
|
13167
13183
|
/**
|
|
13168
13184
|
*
|
|
13169
|
-
* @summary Get HospitalService by slug.
|
|
13170
13185
|
* @param {string} slug
|
|
13171
13186
|
* @param {string} [languageCode]
|
|
13172
13187
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13221,7 +13236,6 @@ var ServicesApi = /** @class */ (function (_super) {
|
|
|
13221
13236
|
};
|
|
13222
13237
|
/**
|
|
13223
13238
|
*
|
|
13224
|
-
* @summary Get HospitalService.
|
|
13225
13239
|
* @param {string} serviceId
|
|
13226
13240
|
* @param {string} [languageCode]
|
|
13227
13241
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13235,7 +13249,6 @@ var ServicesApi = /** @class */ (function (_super) {
|
|
|
13235
13249
|
};
|
|
13236
13250
|
/**
|
|
13237
13251
|
*
|
|
13238
|
-
* @summary Get HospitalService by slug.
|
|
13239
13252
|
* @param {string} slug
|
|
13240
13253
|
* @param {string} [languageCode]
|
|
13241
13254
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13263,14 +13276,13 @@ exports.ServicesCategoriesApiAxiosParamCreator = function (configuration) {
|
|
|
13263
13276
|
* @param {string} [id]
|
|
13264
13277
|
* @param {string} [name]
|
|
13265
13278
|
* @param {string} [description]
|
|
13266
|
-
* @param {string} [languageCode]
|
|
13267
13279
|
* @param {number} [page]
|
|
13268
13280
|
* @param {number} [limit]
|
|
13269
13281
|
* @param {Date} [lastRetrieved]
|
|
13270
13282
|
* @param {*} [options] Override http request option.
|
|
13271
13283
|
* @throws {RequiredError}
|
|
13272
13284
|
*/
|
|
13273
|
-
apiV2ServicescategoriesGet: function (id, name, description,
|
|
13285
|
+
apiV2ServicescategoriesGet: function (id, name, description, page, limit, lastRetrieved, options) {
|
|
13274
13286
|
if (options === void 0) { options = {}; }
|
|
13275
13287
|
return __awaiter(_this, void 0, void 0, function () {
|
|
13276
13288
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -13292,9 +13304,6 @@ exports.ServicesCategoriesApiAxiosParamCreator = function (configuration) {
|
|
|
13292
13304
|
if (description !== undefined) {
|
|
13293
13305
|
localVarQueryParameter['Description'] = description;
|
|
13294
13306
|
}
|
|
13295
|
-
if (languageCode !== undefined) {
|
|
13296
|
-
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
13297
|
-
}
|
|
13298
13307
|
if (page !== undefined) {
|
|
13299
13308
|
localVarQueryParameter['page'] = page;
|
|
13300
13309
|
}
|
|
@@ -13320,11 +13329,10 @@ exports.ServicesCategoriesApiAxiosParamCreator = function (configuration) {
|
|
|
13320
13329
|
*
|
|
13321
13330
|
* @summary Get ServiceCategory.
|
|
13322
13331
|
* @param {string} serviceCategoryId
|
|
13323
|
-
* @param {string} [languageCode]
|
|
13324
13332
|
* @param {*} [options] Override http request option.
|
|
13325
13333
|
* @throws {RequiredError}
|
|
13326
13334
|
*/
|
|
13327
|
-
apiV2ServicescategoriesServiceCategoryIdGet: function (serviceCategoryId,
|
|
13335
|
+
apiV2ServicescategoriesServiceCategoryIdGet: function (serviceCategoryId, options) {
|
|
13328
13336
|
if (options === void 0) { options = {}; }
|
|
13329
13337
|
return __awaiter(_this, void 0, void 0, function () {
|
|
13330
13338
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -13340,9 +13348,6 @@ exports.ServicesCategoriesApiAxiosParamCreator = function (configuration) {
|
|
|
13340
13348
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
13341
13349
|
localVarHeaderParameter = {};
|
|
13342
13350
|
localVarQueryParameter = {};
|
|
13343
|
-
if (languageCode !== undefined) {
|
|
13344
|
-
localVarQueryParameter['languageCode'] = languageCode;
|
|
13345
|
-
}
|
|
13346
13351
|
common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
13347
13352
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
13348
13353
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -13368,19 +13373,18 @@ exports.ServicesCategoriesApiFp = function (configuration) {
|
|
|
13368
13373
|
* @param {string} [id]
|
|
13369
13374
|
* @param {string} [name]
|
|
13370
13375
|
* @param {string} [description]
|
|
13371
|
-
* @param {string} [languageCode]
|
|
13372
13376
|
* @param {number} [page]
|
|
13373
13377
|
* @param {number} [limit]
|
|
13374
13378
|
* @param {Date} [lastRetrieved]
|
|
13375
13379
|
* @param {*} [options] Override http request option.
|
|
13376
13380
|
* @throws {RequiredError}
|
|
13377
13381
|
*/
|
|
13378
|
-
apiV2ServicescategoriesGet: function (id, name, description,
|
|
13382
|
+
apiV2ServicescategoriesGet: function (id, name, description, page, limit, lastRetrieved, options) {
|
|
13379
13383
|
return __awaiter(this, void 0, void 0, function () {
|
|
13380
13384
|
var localVarAxiosArgs;
|
|
13381
13385
|
return __generator(this, function (_a) {
|
|
13382
13386
|
switch (_a.label) {
|
|
13383
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2ServicescategoriesGet(id, name, description,
|
|
13387
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2ServicescategoriesGet(id, name, description, page, limit, lastRetrieved, options)];
|
|
13384
13388
|
case 1:
|
|
13385
13389
|
localVarAxiosArgs = _a.sent();
|
|
13386
13390
|
return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -13392,16 +13396,15 @@ exports.ServicesCategoriesApiFp = function (configuration) {
|
|
|
13392
13396
|
*
|
|
13393
13397
|
* @summary Get ServiceCategory.
|
|
13394
13398
|
* @param {string} serviceCategoryId
|
|
13395
|
-
* @param {string} [languageCode]
|
|
13396
13399
|
* @param {*} [options] Override http request option.
|
|
13397
13400
|
* @throws {RequiredError}
|
|
13398
13401
|
*/
|
|
13399
|
-
apiV2ServicescategoriesServiceCategoryIdGet: function (serviceCategoryId,
|
|
13402
|
+
apiV2ServicescategoriesServiceCategoryIdGet: function (serviceCategoryId, options) {
|
|
13400
13403
|
return __awaiter(this, void 0, void 0, function () {
|
|
13401
13404
|
var localVarAxiosArgs;
|
|
13402
13405
|
return __generator(this, function (_a) {
|
|
13403
13406
|
switch (_a.label) {
|
|
13404
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2ServicescategoriesServiceCategoryIdGet(serviceCategoryId,
|
|
13407
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2ServicescategoriesServiceCategoryIdGet(serviceCategoryId, options)];
|
|
13405
13408
|
case 1:
|
|
13406
13409
|
localVarAxiosArgs = _a.sent();
|
|
13407
13410
|
return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -13424,26 +13427,24 @@ exports.ServicesCategoriesApiFactory = function (configuration, basePath, axios)
|
|
|
13424
13427
|
* @param {string} [id]
|
|
13425
13428
|
* @param {string} [name]
|
|
13426
13429
|
* @param {string} [description]
|
|
13427
|
-
* @param {string} [languageCode]
|
|
13428
13430
|
* @param {number} [page]
|
|
13429
13431
|
* @param {number} [limit]
|
|
13430
13432
|
* @param {Date} [lastRetrieved]
|
|
13431
13433
|
* @param {*} [options] Override http request option.
|
|
13432
13434
|
* @throws {RequiredError}
|
|
13433
13435
|
*/
|
|
13434
|
-
apiV2ServicescategoriesGet: function (id, name, description,
|
|
13435
|
-
return localVarFp.apiV2ServicescategoriesGet(id, name, description,
|
|
13436
|
+
apiV2ServicescategoriesGet: function (id, name, description, page, limit, lastRetrieved, options) {
|
|
13437
|
+
return localVarFp.apiV2ServicescategoriesGet(id, name, description, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
13436
13438
|
},
|
|
13437
13439
|
/**
|
|
13438
13440
|
*
|
|
13439
13441
|
* @summary Get ServiceCategory.
|
|
13440
13442
|
* @param {string} serviceCategoryId
|
|
13441
|
-
* @param {string} [languageCode]
|
|
13442
13443
|
* @param {*} [options] Override http request option.
|
|
13443
13444
|
* @throws {RequiredError}
|
|
13444
13445
|
*/
|
|
13445
|
-
apiV2ServicescategoriesServiceCategoryIdGet: function (serviceCategoryId,
|
|
13446
|
-
return localVarFp.apiV2ServicescategoriesServiceCategoryIdGet(serviceCategoryId,
|
|
13446
|
+
apiV2ServicescategoriesServiceCategoryIdGet: function (serviceCategoryId, options) {
|
|
13447
|
+
return localVarFp.apiV2ServicescategoriesServiceCategoryIdGet(serviceCategoryId, options).then(function (request) { return request(axios, basePath); });
|
|
13447
13448
|
},
|
|
13448
13449
|
};
|
|
13449
13450
|
};
|
|
@@ -13464,7 +13465,6 @@ var ServicesCategoriesApi = /** @class */ (function (_super) {
|
|
|
13464
13465
|
* @param {string} [id]
|
|
13465
13466
|
* @param {string} [name]
|
|
13466
13467
|
* @param {string} [description]
|
|
13467
|
-
* @param {string} [languageCode]
|
|
13468
13468
|
* @param {number} [page]
|
|
13469
13469
|
* @param {number} [limit]
|
|
13470
13470
|
* @param {Date} [lastRetrieved]
|
|
@@ -13472,22 +13472,21 @@ var ServicesCategoriesApi = /** @class */ (function (_super) {
|
|
|
13472
13472
|
* @throws {RequiredError}
|
|
13473
13473
|
* @memberof ServicesCategoriesApi
|
|
13474
13474
|
*/
|
|
13475
|
-
ServicesCategoriesApi.prototype.apiV2ServicescategoriesGet = function (id, name, description,
|
|
13475
|
+
ServicesCategoriesApi.prototype.apiV2ServicescategoriesGet = function (id, name, description, page, limit, lastRetrieved, options) {
|
|
13476
13476
|
var _this = this;
|
|
13477
|
-
return exports.ServicesCategoriesApiFp(this.configuration).apiV2ServicescategoriesGet(id, name, description,
|
|
13477
|
+
return exports.ServicesCategoriesApiFp(this.configuration).apiV2ServicescategoriesGet(id, name, description, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
13478
13478
|
};
|
|
13479
13479
|
/**
|
|
13480
13480
|
*
|
|
13481
13481
|
* @summary Get ServiceCategory.
|
|
13482
13482
|
* @param {string} serviceCategoryId
|
|
13483
|
-
* @param {string} [languageCode]
|
|
13484
13483
|
* @param {*} [options] Override http request option.
|
|
13485
13484
|
* @throws {RequiredError}
|
|
13486
13485
|
* @memberof ServicesCategoriesApi
|
|
13487
13486
|
*/
|
|
13488
|
-
ServicesCategoriesApi.prototype.apiV2ServicescategoriesServiceCategoryIdGet = function (serviceCategoryId,
|
|
13487
|
+
ServicesCategoriesApi.prototype.apiV2ServicescategoriesServiceCategoryIdGet = function (serviceCategoryId, options) {
|
|
13489
13488
|
var _this = this;
|
|
13490
|
-
return exports.ServicesCategoriesApiFp(this.configuration).apiV2ServicescategoriesServiceCategoryIdGet(serviceCategoryId,
|
|
13489
|
+
return exports.ServicesCategoriesApiFp(this.configuration).apiV2ServicescategoriesServiceCategoryIdGet(serviceCategoryId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
13491
13490
|
};
|
|
13492
13491
|
return ServicesCategoriesApi;
|
|
13493
13492
|
}(base_1.BaseAPI));
|
|
@@ -13582,7 +13581,6 @@ exports.SpecialtiesApiAxiosParamCreator = function (configuration) {
|
|
|
13582
13581
|
},
|
|
13583
13582
|
/**
|
|
13584
13583
|
*
|
|
13585
|
-
* @summary Get Specialty by slug.
|
|
13586
13584
|
* @param {string} slug
|
|
13587
13585
|
* @param {string} [languageCode]
|
|
13588
13586
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13623,7 +13621,6 @@ exports.SpecialtiesApiAxiosParamCreator = function (configuration) {
|
|
|
13623
13621
|
},
|
|
13624
13622
|
/**
|
|
13625
13623
|
*
|
|
13626
|
-
* @summary Get Specialty.
|
|
13627
13624
|
* @param {string} specialtyId
|
|
13628
13625
|
* @param {string} [languageCode]
|
|
13629
13626
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13796,7 +13793,6 @@ exports.SpecialtiesApiFp = function (configuration) {
|
|
|
13796
13793
|
},
|
|
13797
13794
|
/**
|
|
13798
13795
|
*
|
|
13799
|
-
* @summary Get Specialty by slug.
|
|
13800
13796
|
* @param {string} slug
|
|
13801
13797
|
* @param {string} [languageCode]
|
|
13802
13798
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13818,7 +13814,6 @@ exports.SpecialtiesApiFp = function (configuration) {
|
|
|
13818
13814
|
},
|
|
13819
13815
|
/**
|
|
13820
13816
|
*
|
|
13821
|
-
* @summary Get Specialty.
|
|
13822
13817
|
* @param {string} specialtyId
|
|
13823
13818
|
* @param {string} [languageCode]
|
|
13824
13819
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13916,7 +13911,6 @@ exports.SpecialtiesApiFactory = function (configuration, basePath, axios) {
|
|
|
13916
13911
|
},
|
|
13917
13912
|
/**
|
|
13918
13913
|
*
|
|
13919
|
-
* @summary Get Specialty by slug.
|
|
13920
13914
|
* @param {string} slug
|
|
13921
13915
|
* @param {string} [languageCode]
|
|
13922
13916
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13928,7 +13922,6 @@ exports.SpecialtiesApiFactory = function (configuration, basePath, axios) {
|
|
|
13928
13922
|
},
|
|
13929
13923
|
/**
|
|
13930
13924
|
*
|
|
13931
|
-
* @summary Get Specialty.
|
|
13932
13925
|
* @param {string} specialtyId
|
|
13933
13926
|
* @param {string} [languageCode]
|
|
13934
13927
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14002,7 +13995,6 @@ var SpecialtiesApi = /** @class */ (function (_super) {
|
|
|
14002
13995
|
};
|
|
14003
13996
|
/**
|
|
14004
13997
|
*
|
|
14005
|
-
* @summary Get Specialty by slug.
|
|
14006
13998
|
* @param {string} slug
|
|
14007
13999
|
* @param {string} [languageCode]
|
|
14008
14000
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14016,7 +14008,6 @@ var SpecialtiesApi = /** @class */ (function (_super) {
|
|
|
14016
14008
|
};
|
|
14017
14009
|
/**
|
|
14018
14010
|
*
|
|
14019
|
-
* @summary Get Specialty.
|
|
14020
14011
|
* @param {string} specialtyId
|
|
14021
14012
|
* @param {string} [languageCode]
|
|
14022
14013
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14240,7 +14231,6 @@ exports.SpecialtyTypesApiAxiosParamCreator = function (configuration) {
|
|
|
14240
14231
|
},
|
|
14241
14232
|
/**
|
|
14242
14233
|
*
|
|
14243
|
-
* @summary Get Department by slug.
|
|
14244
14234
|
* @param {string} slug
|
|
14245
14235
|
* @param {string} [languageCode]
|
|
14246
14236
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14281,7 +14271,6 @@ exports.SpecialtyTypesApiAxiosParamCreator = function (configuration) {
|
|
|
14281
14271
|
},
|
|
14282
14272
|
/**
|
|
14283
14273
|
*
|
|
14284
|
-
* @summary Get Department.
|
|
14285
14274
|
* @param {string} specialtyTypeId
|
|
14286
14275
|
* @param {string} [languageCode]
|
|
14287
14276
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14487,7 +14476,6 @@ exports.SpecialtyTypesApiFp = function (configuration) {
|
|
|
14487
14476
|
},
|
|
14488
14477
|
/**
|
|
14489
14478
|
*
|
|
14490
|
-
* @summary Get Department by slug.
|
|
14491
14479
|
* @param {string} slug
|
|
14492
14480
|
* @param {string} [languageCode]
|
|
14493
14481
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14509,7 +14497,6 @@ exports.SpecialtyTypesApiFp = function (configuration) {
|
|
|
14509
14497
|
},
|
|
14510
14498
|
/**
|
|
14511
14499
|
*
|
|
14512
|
-
* @summary Get Department.
|
|
14513
14500
|
* @param {string} specialtyTypeId
|
|
14514
14501
|
* @param {string} [languageCode]
|
|
14515
14502
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14630,7 +14617,6 @@ exports.SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
|
|
|
14630
14617
|
},
|
|
14631
14618
|
/**
|
|
14632
14619
|
*
|
|
14633
|
-
* @summary Get Department by slug.
|
|
14634
14620
|
* @param {string} slug
|
|
14635
14621
|
* @param {string} [languageCode]
|
|
14636
14622
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14642,7 +14628,6 @@ exports.SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
|
|
|
14642
14628
|
},
|
|
14643
14629
|
/**
|
|
14644
14630
|
*
|
|
14645
|
-
* @summary Get Department.
|
|
14646
14631
|
* @param {string} specialtyTypeId
|
|
14647
14632
|
* @param {string} [languageCode]
|
|
14648
14633
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14741,7 +14726,6 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
|
|
|
14741
14726
|
};
|
|
14742
14727
|
/**
|
|
14743
14728
|
*
|
|
14744
|
-
* @summary Get Department by slug.
|
|
14745
14729
|
* @param {string} slug
|
|
14746
14730
|
* @param {string} [languageCode]
|
|
14747
14731
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14755,7 +14739,6 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
|
|
|
14755
14739
|
};
|
|
14756
14740
|
/**
|
|
14757
14741
|
*
|
|
14758
|
-
* @summary Get Department.
|
|
14759
14742
|
* @param {string} specialtyTypeId
|
|
14760
14743
|
* @param {string} [languageCode]
|
|
14761
14744
|
* @param {boolean} [returnDefaultValue]
|