ch-admin-api-client-typescript 3.2.4 → 3.3.1

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.
Files changed (5) hide show
  1. package/lib/api.d.ts +1415 -1336
  2. package/lib/api.d.ts.map +1 -1
  3. package/lib/api.js +906 -1297
  4. package/package.json +1 -1
  5. package/src/api.ts +1854 -2002
package/lib/api.js CHANGED
@@ -328,13 +328,7 @@ exports.AboutUsApiAxiosParamCreator = function (configuration) {
328
328
  * @param {string} [hospitalId]
329
329
  * @param {string} [hospitalName]
330
330
  * @param {string} [hospitalSlug]
331
- * @param {string} [overviewTitle]
332
- * @param {string} [normalizedOverviewTitle]
333
- * @param {string} [overview]
334
- * @param {string} [content]
335
- * @param {string} [customStyle]
336
- * @param {string} [background]
337
- * @param {string} [backgroundThumbnail]
331
+ * @param {string} [name]
338
332
  * @param {string} [languageCode]
339
333
  * @param {boolean} [returnDefaultValue]
340
334
  * @param {boolean} [confirmed]
@@ -344,7 +338,7 @@ exports.AboutUsApiAxiosParamCreator = function (configuration) {
344
338
  * @param {*} [options] Override http request option.
345
339
  * @throws {RequiredError}
346
340
  */
347
- apiV1AboutusGet: function (hospitalId, hospitalName, hospitalSlug, overviewTitle, normalizedOverviewTitle, overview, content, customStyle, background, backgroundThumbnail, languageCode, returnDefaultValue, confirmed, page, limit, lastRetrieved, options) {
341
+ apiV1AboutusGet: function (hospitalId, hospitalName, hospitalSlug, name, languageCode, returnDefaultValue, confirmed, page, limit, lastRetrieved, options) {
348
342
  if (options === void 0) { options = {}; }
349
343
  return __awaiter(_this, void 0, void 0, function () {
350
344
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -375,26 +369,8 @@ exports.AboutUsApiAxiosParamCreator = function (configuration) {
375
369
  if (hospitalSlug !== undefined) {
376
370
  localVarQueryParameter['HospitalSlug'] = hospitalSlug;
377
371
  }
378
- if (overviewTitle !== undefined) {
379
- localVarQueryParameter['OverviewTitle'] = overviewTitle;
380
- }
381
- if (normalizedOverviewTitle !== undefined) {
382
- localVarQueryParameter['NormalizedOverviewTitle'] = normalizedOverviewTitle;
383
- }
384
- if (overview !== undefined) {
385
- localVarQueryParameter['Overview'] = overview;
386
- }
387
- if (content !== undefined) {
388
- localVarQueryParameter['Content'] = content;
389
- }
390
- if (customStyle !== undefined) {
391
- localVarQueryParameter['CustomStyle'] = customStyle;
392
- }
393
- if (background !== undefined) {
394
- localVarQueryParameter['Background'] = background;
395
- }
396
- if (backgroundThumbnail !== undefined) {
397
- localVarQueryParameter['BackgroundThumbnail'] = backgroundThumbnail;
372
+ if (name !== undefined) {
373
+ localVarQueryParameter['Name'] = name;
398
374
  }
399
375
  if (languageCode !== undefined) {
400
376
  localVarQueryParameter['LanguageCode'] = languageCode;
@@ -674,13 +650,7 @@ exports.AboutUsApiFp = function (configuration) {
674
650
  * @param {string} [hospitalId]
675
651
  * @param {string} [hospitalName]
676
652
  * @param {string} [hospitalSlug]
677
- * @param {string} [overviewTitle]
678
- * @param {string} [normalizedOverviewTitle]
679
- * @param {string} [overview]
680
- * @param {string} [content]
681
- * @param {string} [customStyle]
682
- * @param {string} [background]
683
- * @param {string} [backgroundThumbnail]
653
+ * @param {string} [name]
684
654
  * @param {string} [languageCode]
685
655
  * @param {boolean} [returnDefaultValue]
686
656
  * @param {boolean} [confirmed]
@@ -690,12 +660,12 @@ exports.AboutUsApiFp = function (configuration) {
690
660
  * @param {*} [options] Override http request option.
691
661
  * @throws {RequiredError}
692
662
  */
693
- apiV1AboutusGet: function (hospitalId, hospitalName, hospitalSlug, overviewTitle, normalizedOverviewTitle, overview, content, customStyle, background, backgroundThumbnail, languageCode, returnDefaultValue, confirmed, page, limit, lastRetrieved, options) {
663
+ apiV1AboutusGet: function (hospitalId, hospitalName, hospitalSlug, name, languageCode, returnDefaultValue, confirmed, page, limit, lastRetrieved, options) {
694
664
  return __awaiter(this, void 0, void 0, function () {
695
665
  var localVarAxiosArgs;
696
666
  return __generator(this, function (_a) {
697
667
  switch (_a.label) {
698
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1AboutusGet(hospitalId, hospitalName, hospitalSlug, overviewTitle, normalizedOverviewTitle, overview, content, customStyle, background, backgroundThumbnail, languageCode, returnDefaultValue, confirmed, page, limit, lastRetrieved, options)];
668
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1AboutusGet(hospitalId, hospitalName, hospitalSlug, name, languageCode, returnDefaultValue, confirmed, page, limit, lastRetrieved, options)];
699
669
  case 1:
700
670
  localVarAxiosArgs = _a.sent();
701
671
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -822,13 +792,7 @@ exports.AboutUsApiFactory = function (configuration, basePath, axios) {
822
792
  * @param {string} [hospitalId]
823
793
  * @param {string} [hospitalName]
824
794
  * @param {string} [hospitalSlug]
825
- * @param {string} [overviewTitle]
826
- * @param {string} [normalizedOverviewTitle]
827
- * @param {string} [overview]
828
- * @param {string} [content]
829
- * @param {string} [customStyle]
830
- * @param {string} [background]
831
- * @param {string} [backgroundThumbnail]
795
+ * @param {string} [name]
832
796
  * @param {string} [languageCode]
833
797
  * @param {boolean} [returnDefaultValue]
834
798
  * @param {boolean} [confirmed]
@@ -838,8 +802,8 @@ exports.AboutUsApiFactory = function (configuration, basePath, axios) {
838
802
  * @param {*} [options] Override http request option.
839
803
  * @throws {RequiredError}
840
804
  */
841
- apiV1AboutusGet: function (hospitalId, hospitalName, hospitalSlug, overviewTitle, normalizedOverviewTitle, overview, content, customStyle, background, backgroundThumbnail, languageCode, returnDefaultValue, confirmed, page, limit, lastRetrieved, options) {
842
- return localVarFp.apiV1AboutusGet(hospitalId, hospitalName, hospitalSlug, overviewTitle, normalizedOverviewTitle, overview, content, customStyle, background, backgroundThumbnail, languageCode, returnDefaultValue, confirmed, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
805
+ apiV1AboutusGet: function (hospitalId, hospitalName, hospitalSlug, name, languageCode, returnDefaultValue, confirmed, page, limit, lastRetrieved, options) {
806
+ return localVarFp.apiV1AboutusGet(hospitalId, hospitalName, hospitalSlug, name, languageCode, returnDefaultValue, confirmed, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
843
807
  },
844
808
  /**
845
809
  *
@@ -914,13 +878,7 @@ var AboutUsApi = /** @class */ (function (_super) {
914
878
  * @param {string} [hospitalId]
915
879
  * @param {string} [hospitalName]
916
880
  * @param {string} [hospitalSlug]
917
- * @param {string} [overviewTitle]
918
- * @param {string} [normalizedOverviewTitle]
919
- * @param {string} [overview]
920
- * @param {string} [content]
921
- * @param {string} [customStyle]
922
- * @param {string} [background]
923
- * @param {string} [backgroundThumbnail]
881
+ * @param {string} [name]
924
882
  * @param {string} [languageCode]
925
883
  * @param {boolean} [returnDefaultValue]
926
884
  * @param {boolean} [confirmed]
@@ -931,9 +889,9 @@ var AboutUsApi = /** @class */ (function (_super) {
931
889
  * @throws {RequiredError}
932
890
  * @memberof AboutUsApi
933
891
  */
934
- AboutUsApi.prototype.apiV1AboutusGet = function (hospitalId, hospitalName, hospitalSlug, overviewTitle, normalizedOverviewTitle, overview, content, customStyle, background, backgroundThumbnail, languageCode, returnDefaultValue, confirmed, page, limit, lastRetrieved, options) {
892
+ AboutUsApi.prototype.apiV1AboutusGet = function (hospitalId, hospitalName, hospitalSlug, name, languageCode, returnDefaultValue, confirmed, page, limit, lastRetrieved, options) {
935
893
  var _this = this;
936
- return exports.AboutUsApiFp(this.configuration).apiV1AboutusGet(hospitalId, hospitalName, hospitalSlug, overviewTitle, normalizedOverviewTitle, overview, content, customStyle, background, backgroundThumbnail, languageCode, returnDefaultValue, confirmed, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
894
+ return exports.AboutUsApiFp(this.configuration).apiV1AboutusGet(hospitalId, hospitalName, hospitalSlug, name, languageCode, returnDefaultValue, confirmed, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
937
895
  };
938
896
  /**
939
897
  *
@@ -1669,16 +1627,17 @@ exports.ArticlesApiAxiosParamCreator = function (configuration) {
1669
1627
  * @param {string} [contributorId]
1670
1628
  * @param {string} [contributorName]
1671
1629
  * @param {string} [email]
1672
- * @param {string} [description]
1673
1630
  * @param {string} [website]
1674
1631
  * @param {ContributionType} [contributionType]
1632
+ * @param {string} [languageCode]
1633
+ * @param {boolean} [showHidden]
1675
1634
  * @param {number} [page]
1676
1635
  * @param {number} [limit]
1677
1636
  * @param {Date} [lastRetrieved]
1678
1637
  * @param {*} [options] Override http request option.
1679
1638
  * @throws {RequiredError}
1680
1639
  */
1681
- apiV1ArticlesArticleIdContributorsGet: function (articleId, articleName, contributorId, contributorName, email, description, website, contributionType, page, limit, lastRetrieved, options) {
1640
+ apiV1ArticlesArticleIdContributorsGet: function (articleId, articleName, contributorId, contributorName, email, website, contributionType, languageCode, showHidden, page, limit, lastRetrieved, options) {
1682
1641
  if (options === void 0) { options = {}; }
1683
1642
  return __awaiter(_this, void 0, void 0, function () {
1684
1643
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -1715,15 +1674,18 @@ exports.ArticlesApiAxiosParamCreator = function (configuration) {
1715
1674
  if (email !== undefined) {
1716
1675
  localVarQueryParameter['Email'] = email;
1717
1676
  }
1718
- if (description !== undefined) {
1719
- localVarQueryParameter['Description'] = description;
1720
- }
1721
1677
  if (website !== undefined) {
1722
1678
  localVarQueryParameter['Website'] = website;
1723
1679
  }
1724
1680
  if (contributionType !== undefined) {
1725
1681
  localVarQueryParameter['ContributionType'] = contributionType;
1726
1682
  }
1683
+ if (languageCode !== undefined) {
1684
+ localVarQueryParameter['LanguageCode'] = languageCode;
1685
+ }
1686
+ if (showHidden !== undefined) {
1687
+ localVarQueryParameter['ShowHidden'] = showHidden;
1688
+ }
1727
1689
  if (page !== undefined) {
1728
1690
  localVarQueryParameter['page'] = page;
1729
1691
  }
@@ -2642,7 +2604,7 @@ exports.ArticlesApiAxiosParamCreator = function (configuration) {
2642
2604
  *
2643
2605
  * @summary Get all Articles.
2644
2606
  * @param {string} [id]
2645
- * @param {string} [title]
2607
+ * @param {string} [name]
2646
2608
  * @param {string} [description]
2647
2609
  * @param {ArticleStatus} [status]
2648
2610
  * @param {MarketingType} [marketingType]
@@ -2664,7 +2626,7 @@ exports.ArticlesApiAxiosParamCreator = function (configuration) {
2664
2626
  * @param {*} [options] Override http request option.
2665
2627
  * @throws {RequiredError}
2666
2628
  */
2667
- apiV1ArticlesGet: function (id, title, description, status, marketingType, userId, userName, hospitalId, hospitalName, countryId, tag, exceptArticleId, exceptHospitalId, contributorId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
2629
+ apiV1ArticlesGet: function (id, name, description, status, marketingType, userId, userName, hospitalId, hospitalName, countryId, tag, exceptArticleId, exceptHospitalId, contributorId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
2668
2630
  if (options === void 0) { options = {}; }
2669
2631
  return __awaiter(_this, void 0, void 0, function () {
2670
2632
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -2689,8 +2651,8 @@ exports.ArticlesApiAxiosParamCreator = function (configuration) {
2689
2651
  if (id !== undefined) {
2690
2652
  localVarQueryParameter['Id'] = id;
2691
2653
  }
2692
- if (title !== undefined) {
2693
- localVarQueryParameter['Title'] = title;
2654
+ if (name !== undefined) {
2655
+ localVarQueryParameter['Name'] = name;
2694
2656
  }
2695
2657
  if (description !== undefined) {
2696
2658
  localVarQueryParameter['Description'] = description;
@@ -2933,21 +2895,22 @@ exports.ArticlesApiFp = function (configuration) {
2933
2895
  * @param {string} [contributorId]
2934
2896
  * @param {string} [contributorName]
2935
2897
  * @param {string} [email]
2936
- * @param {string} [description]
2937
2898
  * @param {string} [website]
2938
2899
  * @param {ContributionType} [contributionType]
2900
+ * @param {string} [languageCode]
2901
+ * @param {boolean} [showHidden]
2939
2902
  * @param {number} [page]
2940
2903
  * @param {number} [limit]
2941
2904
  * @param {Date} [lastRetrieved]
2942
2905
  * @param {*} [options] Override http request option.
2943
2906
  * @throws {RequiredError}
2944
2907
  */
2945
- apiV1ArticlesArticleIdContributorsGet: function (articleId, articleName, contributorId, contributorName, email, description, website, contributionType, page, limit, lastRetrieved, options) {
2908
+ apiV1ArticlesArticleIdContributorsGet: function (articleId, articleName, contributorId, contributorName, email, website, contributionType, languageCode, showHidden, page, limit, lastRetrieved, options) {
2946
2909
  return __awaiter(this, void 0, void 0, function () {
2947
2910
  var localVarAxiosArgs;
2948
2911
  return __generator(this, function (_a) {
2949
2912
  switch (_a.label) {
2950
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1ArticlesArticleIdContributorsGet(articleId, articleName, contributorId, contributorName, email, description, website, contributionType, page, limit, lastRetrieved, options)];
2913
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1ArticlesArticleIdContributorsGet(articleId, articleName, contributorId, contributorName, email, website, contributionType, languageCode, showHidden, page, limit, lastRetrieved, options)];
2951
2914
  case 1:
2952
2915
  localVarAxiosArgs = _a.sent();
2953
2916
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -3349,7 +3312,7 @@ exports.ArticlesApiFp = function (configuration) {
3349
3312
  *
3350
3313
  * @summary Get all Articles.
3351
3314
  * @param {string} [id]
3352
- * @param {string} [title]
3315
+ * @param {string} [name]
3353
3316
  * @param {string} [description]
3354
3317
  * @param {ArticleStatus} [status]
3355
3318
  * @param {MarketingType} [marketingType]
@@ -3371,12 +3334,12 @@ exports.ArticlesApiFp = function (configuration) {
3371
3334
  * @param {*} [options] Override http request option.
3372
3335
  * @throws {RequiredError}
3373
3336
  */
3374
- apiV1ArticlesGet: function (id, title, description, status, marketingType, userId, userName, hospitalId, hospitalName, countryId, tag, exceptArticleId, exceptHospitalId, contributorId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
3337
+ apiV1ArticlesGet: function (id, name, description, status, marketingType, userId, userName, hospitalId, hospitalName, countryId, tag, exceptArticleId, exceptHospitalId, contributorId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
3375
3338
  return __awaiter(this, void 0, void 0, function () {
3376
3339
  var localVarAxiosArgs;
3377
3340
  return __generator(this, function (_a) {
3378
3341
  switch (_a.label) {
3379
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1ArticlesGet(id, title, description, status, marketingType, userId, userName, hospitalId, hospitalName, countryId, tag, exceptArticleId, exceptHospitalId, contributorId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
3342
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1ArticlesGet(id, name, description, status, marketingType, userId, userName, hospitalId, hospitalName, countryId, tag, exceptArticleId, exceptHospitalId, contributorId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
3380
3343
  case 1:
3381
3344
  localVarAxiosArgs = _a.sent();
3382
3345
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -3477,17 +3440,18 @@ exports.ArticlesApiFactory = function (configuration, basePath, axios) {
3477
3440
  * @param {string} [contributorId]
3478
3441
  * @param {string} [contributorName]
3479
3442
  * @param {string} [email]
3480
- * @param {string} [description]
3481
3443
  * @param {string} [website]
3482
3444
  * @param {ContributionType} [contributionType]
3445
+ * @param {string} [languageCode]
3446
+ * @param {boolean} [showHidden]
3483
3447
  * @param {number} [page]
3484
3448
  * @param {number} [limit]
3485
3449
  * @param {Date} [lastRetrieved]
3486
3450
  * @param {*} [options] Override http request option.
3487
3451
  * @throws {RequiredError}
3488
3452
  */
3489
- apiV1ArticlesArticleIdContributorsGet: function (articleId, articleName, contributorId, contributorName, email, description, website, contributionType, page, limit, lastRetrieved, options) {
3490
- return localVarFp.apiV1ArticlesArticleIdContributorsGet(articleId, articleName, contributorId, contributorName, email, description, website, contributionType, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
3453
+ apiV1ArticlesArticleIdContributorsGet: function (articleId, articleName, contributorId, contributorName, email, website, contributionType, languageCode, showHidden, page, limit, lastRetrieved, options) {
3454
+ return localVarFp.apiV1ArticlesArticleIdContributorsGet(articleId, articleName, contributorId, contributorName, email, website, contributionType, languageCode, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
3491
3455
  },
3492
3456
  /**
3493
3457
  *
@@ -3703,7 +3667,7 @@ exports.ArticlesApiFactory = function (configuration, basePath, axios) {
3703
3667
  *
3704
3668
  * @summary Get all Articles.
3705
3669
  * @param {string} [id]
3706
- * @param {string} [title]
3670
+ * @param {string} [name]
3707
3671
  * @param {string} [description]
3708
3672
  * @param {ArticleStatus} [status]
3709
3673
  * @param {MarketingType} [marketingType]
@@ -3725,8 +3689,8 @@ exports.ArticlesApiFactory = function (configuration, basePath, axios) {
3725
3689
  * @param {*} [options] Override http request option.
3726
3690
  * @throws {RequiredError}
3727
3691
  */
3728
- apiV1ArticlesGet: function (id, title, description, status, marketingType, userId, userName, hospitalId, hospitalName, countryId, tag, exceptArticleId, exceptHospitalId, contributorId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
3729
- return localVarFp.apiV1ArticlesGet(id, title, description, status, marketingType, userId, userName, hospitalId, hospitalName, countryId, tag, exceptArticleId, exceptHospitalId, contributorId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
3692
+ apiV1ArticlesGet: function (id, name, description, status, marketingType, userId, userName, hospitalId, hospitalName, countryId, tag, exceptArticleId, exceptHospitalId, contributorId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
3693
+ return localVarFp.apiV1ArticlesGet(id, name, description, status, marketingType, userId, userName, hospitalId, hospitalName, countryId, tag, exceptArticleId, exceptHospitalId, contributorId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
3730
3694
  },
3731
3695
  /**
3732
3696
  *
@@ -3811,9 +3775,10 @@ var ArticlesApi = /** @class */ (function (_super) {
3811
3775
  * @param {string} [contributorId]
3812
3776
  * @param {string} [contributorName]
3813
3777
  * @param {string} [email]
3814
- * @param {string} [description]
3815
3778
  * @param {string} [website]
3816
3779
  * @param {ContributionType} [contributionType]
3780
+ * @param {string} [languageCode]
3781
+ * @param {boolean} [showHidden]
3817
3782
  * @param {number} [page]
3818
3783
  * @param {number} [limit]
3819
3784
  * @param {Date} [lastRetrieved]
@@ -3821,9 +3786,9 @@ var ArticlesApi = /** @class */ (function (_super) {
3821
3786
  * @throws {RequiredError}
3822
3787
  * @memberof ArticlesApi
3823
3788
  */
3824
- ArticlesApi.prototype.apiV1ArticlesArticleIdContributorsGet = function (articleId, articleName, contributorId, contributorName, email, description, website, contributionType, page, limit, lastRetrieved, options) {
3789
+ ArticlesApi.prototype.apiV1ArticlesArticleIdContributorsGet = function (articleId, articleName, contributorId, contributorName, email, website, contributionType, languageCode, showHidden, page, limit, lastRetrieved, options) {
3825
3790
  var _this = this;
3826
- return exports.ArticlesApiFp(this.configuration).apiV1ArticlesArticleIdContributorsGet(articleId, articleName, contributorId, contributorName, email, description, website, contributionType, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
3791
+ return exports.ArticlesApiFp(this.configuration).apiV1ArticlesArticleIdContributorsGet(articleId, articleName, contributorId, contributorName, email, website, contributionType, languageCode, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
3827
3792
  };
3828
3793
  /**
3829
3794
  *
@@ -4075,7 +4040,7 @@ var ArticlesApi = /** @class */ (function (_super) {
4075
4040
  *
4076
4041
  * @summary Get all Articles.
4077
4042
  * @param {string} [id]
4078
- * @param {string} [title]
4043
+ * @param {string} [name]
4079
4044
  * @param {string} [description]
4080
4045
  * @param {ArticleStatus} [status]
4081
4046
  * @param {MarketingType} [marketingType]
@@ -4098,9 +4063,9 @@ var ArticlesApi = /** @class */ (function (_super) {
4098
4063
  * @throws {RequiredError}
4099
4064
  * @memberof ArticlesApi
4100
4065
  */
4101
- ArticlesApi.prototype.apiV1ArticlesGet = function (id, title, description, status, marketingType, userId, userName, hospitalId, hospitalName, countryId, tag, exceptArticleId, exceptHospitalId, contributorId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
4066
+ ArticlesApi.prototype.apiV1ArticlesGet = function (id, name, description, status, marketingType, userId, userName, hospitalId, hospitalName, countryId, tag, exceptArticleId, exceptHospitalId, contributorId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
4102
4067
  var _this = this;
4103
- return exports.ArticlesApiFp(this.configuration).apiV1ArticlesGet(id, title, description, status, marketingType, userId, userName, hospitalId, hospitalName, countryId, tag, exceptArticleId, exceptHospitalId, contributorId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
4068
+ return exports.ArticlesApiFp(this.configuration).apiV1ArticlesGet(id, name, description, status, marketingType, userId, userName, hospitalId, hospitalName, countryId, tag, exceptArticleId, exceptHospitalId, contributorId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
4104
4069
  };
4105
4070
  /**
4106
4071
  *
@@ -7929,7 +7894,6 @@ exports.ContributorsApiAxiosParamCreator = function (configuration) {
7929
7894
  * @param {string} [id]
7930
7895
  * @param {string} [name]
7931
7896
  * @param {string} [email]
7932
- * @param {string} [description]
7933
7897
  * @param {string} [website]
7934
7898
  * @param {string} [hospitalId]
7935
7899
  * @param {boolean} [interviewerOnly]
@@ -7942,7 +7906,7 @@ exports.ContributorsApiAxiosParamCreator = function (configuration) {
7942
7906
  * @param {*} [options] Override http request option.
7943
7907
  * @throws {RequiredError}
7944
7908
  */
7945
- apiV1ContributorsGet: function (id, name, email, description, website, hospitalId, interviewerOnly, showHidden, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
7909
+ apiV1ContributorsGet: function (id, name, email, website, hospitalId, interviewerOnly, showHidden, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
7946
7910
  if (options === void 0) { options = {}; }
7947
7911
  return __awaiter(_this, void 0, void 0, function () {
7948
7912
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -7973,9 +7937,6 @@ exports.ContributorsApiAxiosParamCreator = function (configuration) {
7973
7937
  if (email !== undefined) {
7974
7938
  localVarQueryParameter['Email'] = email;
7975
7939
  }
7976
- if (description !== undefined) {
7977
- localVarQueryParameter['Description'] = description;
7978
- }
7979
7940
  if (website !== undefined) {
7980
7941
  localVarQueryParameter['Website'] = website;
7981
7942
  }
@@ -8299,7 +8260,6 @@ exports.ContributorsApiFp = function (configuration) {
8299
8260
  * @param {string} [id]
8300
8261
  * @param {string} [name]
8301
8262
  * @param {string} [email]
8302
- * @param {string} [description]
8303
8263
  * @param {string} [website]
8304
8264
  * @param {string} [hospitalId]
8305
8265
  * @param {boolean} [interviewerOnly]
@@ -8312,12 +8272,12 @@ exports.ContributorsApiFp = function (configuration) {
8312
8272
  * @param {*} [options] Override http request option.
8313
8273
  * @throws {RequiredError}
8314
8274
  */
8315
- apiV1ContributorsGet: function (id, name, email, description, website, hospitalId, interviewerOnly, showHidden, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
8275
+ apiV1ContributorsGet: function (id, name, email, website, hospitalId, interviewerOnly, showHidden, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
8316
8276
  return __awaiter(this, void 0, void 0, function () {
8317
8277
  var localVarAxiosArgs;
8318
8278
  return __generator(this, function (_a) {
8319
8279
  switch (_a.label) {
8320
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1ContributorsGet(id, name, email, description, website, hospitalId, interviewerOnly, showHidden, languageCode, returnDefaultValue, page, limit, lastRetrieved, options)];
8280
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1ContributorsGet(id, name, email, website, hospitalId, interviewerOnly, showHidden, languageCode, returnDefaultValue, page, limit, lastRetrieved, options)];
8321
8281
  case 1:
8322
8282
  localVarAxiosArgs = _a.sent();
8323
8283
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -8477,7 +8437,6 @@ exports.ContributorsApiFactory = function (configuration, basePath, axios) {
8477
8437
  * @param {string} [id]
8478
8438
  * @param {string} [name]
8479
8439
  * @param {string} [email]
8480
- * @param {string} [description]
8481
8440
  * @param {string} [website]
8482
8441
  * @param {string} [hospitalId]
8483
8442
  * @param {boolean} [interviewerOnly]
@@ -8490,8 +8449,8 @@ exports.ContributorsApiFactory = function (configuration, basePath, axios) {
8490
8449
  * @param {*} [options] Override http request option.
8491
8450
  * @throws {RequiredError}
8492
8451
  */
8493
- apiV1ContributorsGet: function (id, name, email, description, website, hospitalId, interviewerOnly, showHidden, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
8494
- return localVarFp.apiV1ContributorsGet(id, name, email, description, website, hospitalId, interviewerOnly, showHidden, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
8452
+ apiV1ContributorsGet: function (id, name, email, website, hospitalId, interviewerOnly, showHidden, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
8453
+ return localVarFp.apiV1ContributorsGet(id, name, email, website, hospitalId, interviewerOnly, showHidden, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
8495
8454
  },
8496
8455
  /**
8497
8456
  *
@@ -8645,7 +8604,6 @@ var ContributorsApi = /** @class */ (function (_super) {
8645
8604
  * @param {string} [id]
8646
8605
  * @param {string} [name]
8647
8606
  * @param {string} [email]
8648
- * @param {string} [description]
8649
8607
  * @param {string} [website]
8650
8608
  * @param {string} [hospitalId]
8651
8609
  * @param {boolean} [interviewerOnly]
@@ -8659,9 +8617,9 @@ var ContributorsApi = /** @class */ (function (_super) {
8659
8617
  * @throws {RequiredError}
8660
8618
  * @memberof ContributorsApi
8661
8619
  */
8662
- ContributorsApi.prototype.apiV1ContributorsGet = function (id, name, email, description, website, hospitalId, interviewerOnly, showHidden, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
8620
+ ContributorsApi.prototype.apiV1ContributorsGet = function (id, name, email, website, hospitalId, interviewerOnly, showHidden, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
8663
8621
  var _this = this;
8664
- return exports.ContributorsApiFp(this.configuration).apiV1ContributorsGet(id, name, email, description, website, hospitalId, interviewerOnly, showHidden, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
8622
+ return exports.ContributorsApiFp(this.configuration).apiV1ContributorsGet(id, name, email, website, hospitalId, interviewerOnly, showHidden, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
8665
8623
  };
8666
8624
  /**
8667
8625
  *
@@ -10720,8 +10678,11 @@ exports.DealsApiAxiosParamCreator = function (configuration) {
10720
10678
  * @param {string} [hospitalId]
10721
10679
  * @param {string} [hospitalName]
10722
10680
  * @param {string} [specialtyId]
10681
+ * @param {string} [specialtyName]
10723
10682
  * @param {string} [specialtyTypeId]
10683
+ * @param {string} [specialtyTypeName]
10724
10684
  * @param {string} [serviceId]
10685
+ * @param {string} [serviceName]
10725
10686
  * @param {string} [exceptHospitalId]
10726
10687
  * @param {string} [exceptDealId]
10727
10688
  * @param {Array<string>} [ids]
@@ -10735,7 +10696,7 @@ exports.DealsApiAxiosParamCreator = function (configuration) {
10735
10696
  * @param {*} [options] Override http request option.
10736
10697
  * @throws {RequiredError}
10737
10698
  */
10738
- apiV1DealsGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, serviceId, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
10699
+ apiV1DealsGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
10739
10700
  if (options === void 0) { options = {}; }
10740
10701
  return __awaiter(_this, void 0, void 0, function () {
10741
10702
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -10778,12 +10739,21 @@ exports.DealsApiAxiosParamCreator = function (configuration) {
10778
10739
  if (specialtyId !== undefined) {
10779
10740
  localVarQueryParameter['SpecialtyId'] = specialtyId;
10780
10741
  }
10742
+ if (specialtyName !== undefined) {
10743
+ localVarQueryParameter['SpecialtyName'] = specialtyName;
10744
+ }
10781
10745
  if (specialtyTypeId !== undefined) {
10782
10746
  localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
10783
10747
  }
10748
+ if (specialtyTypeName !== undefined) {
10749
+ localVarQueryParameter['SpecialtyTypeName'] = specialtyTypeName;
10750
+ }
10784
10751
  if (serviceId !== undefined) {
10785
10752
  localVarQueryParameter['ServiceId'] = serviceId;
10786
10753
  }
10754
+ if (serviceName !== undefined) {
10755
+ localVarQueryParameter['ServiceName'] = serviceName;
10756
+ }
10787
10757
  if (exceptHospitalId !== undefined) {
10788
10758
  localVarQueryParameter['ExceptHospitalId'] = exceptHospitalId;
10789
10759
  }
@@ -10879,8 +10849,11 @@ exports.DealsApiAxiosParamCreator = function (configuration) {
10879
10849
  * @param {string} [hospitalId]
10880
10850
  * @param {string} [hospitalName]
10881
10851
  * @param {string} [specialtyId]
10852
+ * @param {string} [specialtyName]
10882
10853
  * @param {string} [specialtyTypeId]
10854
+ * @param {string} [specialtyTypeName]
10883
10855
  * @param {string} [serviceId]
10856
+ * @param {string} [serviceName]
10884
10857
  * @param {string} [exceptHospitalId]
10885
10858
  * @param {string} [exceptDealId]
10886
10859
  * @param {Array<string>} [ids]
@@ -10894,7 +10867,7 @@ exports.DealsApiAxiosParamCreator = function (configuration) {
10894
10867
  * @param {*} [options] Override http request option.
10895
10868
  * @throws {RequiredError}
10896
10869
  */
10897
- apiV1DealsSimpleGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, serviceId, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
10870
+ apiV1DealsSimpleGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
10898
10871
  if (options === void 0) { options = {}; }
10899
10872
  return __awaiter(_this, void 0, void 0, function () {
10900
10873
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -10937,12 +10910,21 @@ exports.DealsApiAxiosParamCreator = function (configuration) {
10937
10910
  if (specialtyId !== undefined) {
10938
10911
  localVarQueryParameter['SpecialtyId'] = specialtyId;
10939
10912
  }
10913
+ if (specialtyName !== undefined) {
10914
+ localVarQueryParameter['SpecialtyName'] = specialtyName;
10915
+ }
10940
10916
  if (specialtyTypeId !== undefined) {
10941
10917
  localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
10942
10918
  }
10919
+ if (specialtyTypeName !== undefined) {
10920
+ localVarQueryParameter['SpecialtyTypeName'] = specialtyTypeName;
10921
+ }
10943
10922
  if (serviceId !== undefined) {
10944
10923
  localVarQueryParameter['ServiceId'] = serviceId;
10945
10924
  }
10925
+ if (serviceName !== undefined) {
10926
+ localVarQueryParameter['ServiceName'] = serviceName;
10927
+ }
10946
10928
  if (exceptHospitalId !== undefined) {
10947
10929
  localVarQueryParameter['ExceptHospitalId'] = exceptHospitalId;
10948
10930
  }
@@ -11341,8 +11323,11 @@ exports.DealsApiFp = function (configuration) {
11341
11323
  * @param {string} [hospitalId]
11342
11324
  * @param {string} [hospitalName]
11343
11325
  * @param {string} [specialtyId]
11326
+ * @param {string} [specialtyName]
11344
11327
  * @param {string} [specialtyTypeId]
11328
+ * @param {string} [specialtyTypeName]
11345
11329
  * @param {string} [serviceId]
11330
+ * @param {string} [serviceName]
11346
11331
  * @param {string} [exceptHospitalId]
11347
11332
  * @param {string} [exceptDealId]
11348
11333
  * @param {Array<string>} [ids]
@@ -11356,12 +11341,12 @@ exports.DealsApiFp = function (configuration) {
11356
11341
  * @param {*} [options] Override http request option.
11357
11342
  * @throws {RequiredError}
11358
11343
  */
11359
- apiV1DealsGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, serviceId, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
11344
+ apiV1DealsGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
11360
11345
  return __awaiter(this, void 0, void 0, function () {
11361
11346
  var localVarAxiosArgs;
11362
11347
  return __generator(this, function (_a) {
11363
11348
  switch (_a.label) {
11364
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1DealsGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, serviceId, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
11349
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1DealsGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
11365
11350
  case 1:
11366
11351
  localVarAxiosArgs = _a.sent();
11367
11352
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -11399,8 +11384,11 @@ exports.DealsApiFp = function (configuration) {
11399
11384
  * @param {string} [hospitalId]
11400
11385
  * @param {string} [hospitalName]
11401
11386
  * @param {string} [specialtyId]
11387
+ * @param {string} [specialtyName]
11402
11388
  * @param {string} [specialtyTypeId]
11389
+ * @param {string} [specialtyTypeName]
11403
11390
  * @param {string} [serviceId]
11391
+ * @param {string} [serviceName]
11404
11392
  * @param {string} [exceptHospitalId]
11405
11393
  * @param {string} [exceptDealId]
11406
11394
  * @param {Array<string>} [ids]
@@ -11414,12 +11402,12 @@ exports.DealsApiFp = function (configuration) {
11414
11402
  * @param {*} [options] Override http request option.
11415
11403
  * @throws {RequiredError}
11416
11404
  */
11417
- apiV1DealsSimpleGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, serviceId, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
11405
+ apiV1DealsSimpleGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
11418
11406
  return __awaiter(this, void 0, void 0, function () {
11419
11407
  var localVarAxiosArgs;
11420
11408
  return __generator(this, function (_a) {
11421
11409
  switch (_a.label) {
11422
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1DealsSimpleGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, serviceId, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
11410
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1DealsSimpleGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
11423
11411
  case 1:
11424
11412
  localVarAxiosArgs = _a.sent();
11425
11413
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -11623,8 +11611,11 @@ exports.DealsApiFactory = function (configuration, basePath, axios) {
11623
11611
  * @param {string} [hospitalId]
11624
11612
  * @param {string} [hospitalName]
11625
11613
  * @param {string} [specialtyId]
11614
+ * @param {string} [specialtyName]
11626
11615
  * @param {string} [specialtyTypeId]
11616
+ * @param {string} [specialtyTypeName]
11627
11617
  * @param {string} [serviceId]
11618
+ * @param {string} [serviceName]
11628
11619
  * @param {string} [exceptHospitalId]
11629
11620
  * @param {string} [exceptDealId]
11630
11621
  * @param {Array<string>} [ids]
@@ -11638,8 +11629,8 @@ exports.DealsApiFactory = function (configuration, basePath, axios) {
11638
11629
  * @param {*} [options] Override http request option.
11639
11630
  * @throws {RequiredError}
11640
11631
  */
11641
- apiV1DealsGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, serviceId, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
11642
- return localVarFp.apiV1DealsGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, serviceId, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
11632
+ apiV1DealsGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
11633
+ return localVarFp.apiV1DealsGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
11643
11634
  },
11644
11635
  /**
11645
11636
  *
@@ -11661,8 +11652,11 @@ exports.DealsApiFactory = function (configuration, basePath, axios) {
11661
11652
  * @param {string} [hospitalId]
11662
11653
  * @param {string} [hospitalName]
11663
11654
  * @param {string} [specialtyId]
11655
+ * @param {string} [specialtyName]
11664
11656
  * @param {string} [specialtyTypeId]
11657
+ * @param {string} [specialtyTypeName]
11665
11658
  * @param {string} [serviceId]
11659
+ * @param {string} [serviceName]
11666
11660
  * @param {string} [exceptHospitalId]
11667
11661
  * @param {string} [exceptDealId]
11668
11662
  * @param {Array<string>} [ids]
@@ -11676,8 +11670,8 @@ exports.DealsApiFactory = function (configuration, basePath, axios) {
11676
11670
  * @param {*} [options] Override http request option.
11677
11671
  * @throws {RequiredError}
11678
11672
  */
11679
- apiV1DealsSimpleGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, serviceId, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
11680
- return localVarFp.apiV1DealsSimpleGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, serviceId, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
11673
+ apiV1DealsSimpleGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
11674
+ return localVarFp.apiV1DealsSimpleGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
11681
11675
  },
11682
11676
  /**
11683
11677
  *
@@ -11895,8 +11889,11 @@ var DealsApi = /** @class */ (function (_super) {
11895
11889
  * @param {string} [hospitalId]
11896
11890
  * @param {string} [hospitalName]
11897
11891
  * @param {string} [specialtyId]
11892
+ * @param {string} [specialtyName]
11898
11893
  * @param {string} [specialtyTypeId]
11894
+ * @param {string} [specialtyTypeName]
11899
11895
  * @param {string} [serviceId]
11896
+ * @param {string} [serviceName]
11900
11897
  * @param {string} [exceptHospitalId]
11901
11898
  * @param {string} [exceptDealId]
11902
11899
  * @param {Array<string>} [ids]
@@ -11911,9 +11908,9 @@ var DealsApi = /** @class */ (function (_super) {
11911
11908
  * @throws {RequiredError}
11912
11909
  * @memberof DealsApi
11913
11910
  */
11914
- DealsApi.prototype.apiV1DealsGet = function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, serviceId, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
11911
+ DealsApi.prototype.apiV1DealsGet = function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
11915
11912
  var _this = this;
11916
- return exports.DealsApiFp(this.configuration).apiV1DealsGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, serviceId, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
11913
+ return exports.DealsApiFp(this.configuration).apiV1DealsGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
11917
11914
  };
11918
11915
  /**
11919
11916
  *
@@ -11937,8 +11934,11 @@ var DealsApi = /** @class */ (function (_super) {
11937
11934
  * @param {string} [hospitalId]
11938
11935
  * @param {string} [hospitalName]
11939
11936
  * @param {string} [specialtyId]
11937
+ * @param {string} [specialtyName]
11940
11938
  * @param {string} [specialtyTypeId]
11939
+ * @param {string} [specialtyTypeName]
11941
11940
  * @param {string} [serviceId]
11941
+ * @param {string} [serviceName]
11942
11942
  * @param {string} [exceptHospitalId]
11943
11943
  * @param {string} [exceptDealId]
11944
11944
  * @param {Array<string>} [ids]
@@ -11953,9 +11953,9 @@ var DealsApi = /** @class */ (function (_super) {
11953
11953
  * @throws {RequiredError}
11954
11954
  * @memberof DealsApi
11955
11955
  */
11956
- DealsApi.prototype.apiV1DealsSimpleGet = function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, serviceId, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
11956
+ DealsApi.prototype.apiV1DealsSimpleGet = function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
11957
11957
  var _this = this;
11958
- return exports.DealsApiFp(this.configuration).apiV1DealsSimpleGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyTypeId, serviceId, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
11958
+ return exports.DealsApiFp(this.configuration).apiV1DealsSimpleGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
11959
11959
  };
11960
11960
  /**
11961
11961
  *
@@ -13888,6 +13888,7 @@ exports.DoctorsApiAxiosParamCreator = function (configuration) {
13888
13888
  *
13889
13889
  * @summary Get all Doctors.
13890
13890
  * @param {string} [hospitalId]
13891
+ * @param {string} [hospitalName]
13891
13892
  * @param {string} [languageCode]
13892
13893
  * @param {boolean} [returnDefaultValue]
13893
13894
  * @param {Array<string>} [ids]
@@ -13906,7 +13907,7 @@ exports.DoctorsApiAxiosParamCreator = function (configuration) {
13906
13907
  * @param {*} [options] Override http request option.
13907
13908
  * @throws {RequiredError}
13908
13909
  */
13909
- apiV1DoctorsGet: function (hospitalId, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
13910
+ apiV1DoctorsGet: function (hospitalId, hospitalName, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
13910
13911
  if (options === void 0) { options = {}; }
13911
13912
  return __awaiter(_this, void 0, void 0, function () {
13912
13913
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -13931,6 +13932,9 @@ exports.DoctorsApiAxiosParamCreator = function (configuration) {
13931
13932
  if (hospitalId !== undefined) {
13932
13933
  localVarQueryParameter['HospitalId'] = hospitalId;
13933
13934
  }
13935
+ if (hospitalName !== undefined) {
13936
+ localVarQueryParameter['HospitalName'] = hospitalName;
13937
+ }
13934
13938
  if (languageCode !== undefined) {
13935
13939
  localVarQueryParameter['LanguageCode'] = languageCode;
13936
13940
  }
@@ -14039,6 +14043,7 @@ exports.DoctorsApiAxiosParamCreator = function (configuration) {
14039
14043
  *
14040
14044
  * @summary Get all Doctors.
14041
14045
  * @param {string} [hospitalId]
14046
+ * @param {string} [hospitalName]
14042
14047
  * @param {string} [languageCode]
14043
14048
  * @param {boolean} [returnDefaultValue]
14044
14049
  * @param {Array<string>} [ids]
@@ -14057,7 +14062,7 @@ exports.DoctorsApiAxiosParamCreator = function (configuration) {
14057
14062
  * @param {*} [options] Override http request option.
14058
14063
  * @throws {RequiredError}
14059
14064
  */
14060
- apiV1DoctorsSimpleGet: function (hospitalId, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
14065
+ apiV1DoctorsSimpleGet: function (hospitalId, hospitalName, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
14061
14066
  if (options === void 0) { options = {}; }
14062
14067
  return __awaiter(_this, void 0, void 0, function () {
14063
14068
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -14082,6 +14087,9 @@ exports.DoctorsApiAxiosParamCreator = function (configuration) {
14082
14087
  if (hospitalId !== undefined) {
14083
14088
  localVarQueryParameter['HospitalId'] = hospitalId;
14084
14089
  }
14090
+ if (hospitalName !== undefined) {
14091
+ localVarQueryParameter['HospitalName'] = hospitalName;
14092
+ }
14085
14093
  if (languageCode !== undefined) {
14086
14094
  localVarQueryParameter['LanguageCode'] = languageCode;
14087
14095
  }
@@ -15022,6 +15030,7 @@ exports.DoctorsApiFp = function (configuration) {
15022
15030
  *
15023
15031
  * @summary Get all Doctors.
15024
15032
  * @param {string} [hospitalId]
15033
+ * @param {string} [hospitalName]
15025
15034
  * @param {string} [languageCode]
15026
15035
  * @param {boolean} [returnDefaultValue]
15027
15036
  * @param {Array<string>} [ids]
@@ -15040,12 +15049,12 @@ exports.DoctorsApiFp = function (configuration) {
15040
15049
  * @param {*} [options] Override http request option.
15041
15050
  * @throws {RequiredError}
15042
15051
  */
15043
- apiV1DoctorsGet: function (hospitalId, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
15052
+ apiV1DoctorsGet: function (hospitalId, hospitalName, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
15044
15053
  return __awaiter(this, void 0, void 0, function () {
15045
15054
  var localVarAxiosArgs;
15046
15055
  return __generator(this, function (_a) {
15047
15056
  switch (_a.label) {
15048
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1DoctorsGet(hospitalId, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options)];
15057
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1DoctorsGet(hospitalId, hospitalName, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options)];
15049
15058
  case 1:
15050
15059
  localVarAxiosArgs = _a.sent();
15051
15060
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -15077,6 +15086,7 @@ exports.DoctorsApiFp = function (configuration) {
15077
15086
  *
15078
15087
  * @summary Get all Doctors.
15079
15088
  * @param {string} [hospitalId]
15089
+ * @param {string} [hospitalName]
15080
15090
  * @param {string} [languageCode]
15081
15091
  * @param {boolean} [returnDefaultValue]
15082
15092
  * @param {Array<string>} [ids]
@@ -15095,12 +15105,12 @@ exports.DoctorsApiFp = function (configuration) {
15095
15105
  * @param {*} [options] Override http request option.
15096
15106
  * @throws {RequiredError}
15097
15107
  */
15098
- apiV1DoctorsSimpleGet: function (hospitalId, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
15108
+ apiV1DoctorsSimpleGet: function (hospitalId, hospitalName, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
15099
15109
  return __awaiter(this, void 0, void 0, function () {
15100
15110
  var localVarAxiosArgs;
15101
15111
  return __generator(this, function (_a) {
15102
15112
  switch (_a.label) {
15103
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1DoctorsSimpleGet(hospitalId, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options)];
15113
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1DoctorsSimpleGet(hospitalId, hospitalName, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options)];
15104
15114
  case 1:
15105
15115
  localVarAxiosArgs = _a.sent();
15106
15116
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -15587,6 +15597,7 @@ exports.DoctorsApiFactory = function (configuration, basePath, axios) {
15587
15597
  *
15588
15598
  * @summary Get all Doctors.
15589
15599
  * @param {string} [hospitalId]
15600
+ * @param {string} [hospitalName]
15590
15601
  * @param {string} [languageCode]
15591
15602
  * @param {boolean} [returnDefaultValue]
15592
15603
  * @param {Array<string>} [ids]
@@ -15605,8 +15616,8 @@ exports.DoctorsApiFactory = function (configuration, basePath, axios) {
15605
15616
  * @param {*} [options] Override http request option.
15606
15617
  * @throws {RequiredError}
15607
15618
  */
15608
- apiV1DoctorsGet: function (hospitalId, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
15609
- return localVarFp.apiV1DoctorsGet(hospitalId, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
15619
+ apiV1DoctorsGet: function (hospitalId, hospitalName, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
15620
+ return localVarFp.apiV1DoctorsGet(hospitalId, hospitalName, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
15610
15621
  },
15611
15622
  /**
15612
15623
  *
@@ -15622,6 +15633,7 @@ exports.DoctorsApiFactory = function (configuration, basePath, axios) {
15622
15633
  *
15623
15634
  * @summary Get all Doctors.
15624
15635
  * @param {string} [hospitalId]
15636
+ * @param {string} [hospitalName]
15625
15637
  * @param {string} [languageCode]
15626
15638
  * @param {boolean} [returnDefaultValue]
15627
15639
  * @param {Array<string>} [ids]
@@ -15640,8 +15652,8 @@ exports.DoctorsApiFactory = function (configuration, basePath, axios) {
15640
15652
  * @param {*} [options] Override http request option.
15641
15653
  * @throws {RequiredError}
15642
15654
  */
15643
- apiV1DoctorsSimpleGet: function (hospitalId, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
15644
- return localVarFp.apiV1DoctorsSimpleGet(hospitalId, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
15655
+ apiV1DoctorsSimpleGet: function (hospitalId, hospitalName, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
15656
+ return localVarFp.apiV1DoctorsSimpleGet(hospitalId, hospitalName, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
15645
15657
  },
15646
15658
  /**
15647
15659
  *
@@ -16190,6 +16202,7 @@ var DoctorsApi = /** @class */ (function (_super) {
16190
16202
  *
16191
16203
  * @summary Get all Doctors.
16192
16204
  * @param {string} [hospitalId]
16205
+ * @param {string} [hospitalName]
16193
16206
  * @param {string} [languageCode]
16194
16207
  * @param {boolean} [returnDefaultValue]
16195
16208
  * @param {Array<string>} [ids]
@@ -16209,9 +16222,9 @@ var DoctorsApi = /** @class */ (function (_super) {
16209
16222
  * @throws {RequiredError}
16210
16223
  * @memberof DoctorsApi
16211
16224
  */
16212
- DoctorsApi.prototype.apiV1DoctorsGet = function (hospitalId, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
16225
+ DoctorsApi.prototype.apiV1DoctorsGet = function (hospitalId, hospitalName, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
16213
16226
  var _this = this;
16214
- return exports.DoctorsApiFp(this.configuration).apiV1DoctorsGet(hospitalId, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
16227
+ return exports.DoctorsApiFp(this.configuration).apiV1DoctorsGet(hospitalId, hospitalName, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
16215
16228
  };
16216
16229
  /**
16217
16230
  *
@@ -16229,6 +16242,7 @@ var DoctorsApi = /** @class */ (function (_super) {
16229
16242
  *
16230
16243
  * @summary Get all Doctors.
16231
16244
  * @param {string} [hospitalId]
16245
+ * @param {string} [hospitalName]
16232
16246
  * @param {string} [languageCode]
16233
16247
  * @param {boolean} [returnDefaultValue]
16234
16248
  * @param {Array<string>} [ids]
@@ -16248,9 +16262,9 @@ var DoctorsApi = /** @class */ (function (_super) {
16248
16262
  * @throws {RequiredError}
16249
16263
  * @memberof DoctorsApi
16250
16264
  */
16251
- DoctorsApi.prototype.apiV1DoctorsSimpleGet = function (hospitalId, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
16265
+ DoctorsApi.prototype.apiV1DoctorsSimpleGet = function (hospitalId, hospitalName, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
16252
16266
  var _this = this;
16253
- return exports.DoctorsApiFp(this.configuration).apiV1DoctorsSimpleGet(hospitalId, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
16267
+ return exports.DoctorsApiFp(this.configuration).apiV1DoctorsSimpleGet(hospitalId, hospitalName, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
16254
16268
  };
16255
16269
  /**
16256
16270
  *
@@ -17050,7 +17064,6 @@ exports.FaqCategoriesApiAxiosParamCreator = function (configuration) {
17050
17064
  * @param {string} [id]
17051
17065
  * @param {string} [parentId]
17052
17066
  * @param {string} [name]
17053
- * @param {string} [description]
17054
17067
  * @param {string} [hospitalId]
17055
17068
  * @param {string} [hospitalName]
17056
17069
  * @param {string} [languageCode]
@@ -17062,7 +17075,7 @@ exports.FaqCategoriesApiAxiosParamCreator = function (configuration) {
17062
17075
  * @param {*} [options] Override http request option.
17063
17076
  * @throws {RequiredError}
17064
17077
  */
17065
- apiV1FaqcategoriesGet: function (id, parentId, name, description, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
17078
+ apiV1FaqcategoriesGet: function (id, parentId, name, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
17066
17079
  if (options === void 0) { options = {}; }
17067
17080
  return __awaiter(_this, void 0, void 0, function () {
17068
17081
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -17093,9 +17106,6 @@ exports.FaqCategoriesApiAxiosParamCreator = function (configuration) {
17093
17106
  if (name !== undefined) {
17094
17107
  localVarQueryParameter['Name'] = name;
17095
17108
  }
17096
- if (description !== undefined) {
17097
- localVarQueryParameter['Description'] = description;
17098
- }
17099
17109
  if (hospitalId !== undefined) {
17100
17110
  localVarQueryParameter['HospitalId'] = hospitalId;
17101
17111
  }
@@ -17322,7 +17332,6 @@ exports.FaqCategoriesApiFp = function (configuration) {
17322
17332
  * @param {string} [id]
17323
17333
  * @param {string} [parentId]
17324
17334
  * @param {string} [name]
17325
- * @param {string} [description]
17326
17335
  * @param {string} [hospitalId]
17327
17336
  * @param {string} [hospitalName]
17328
17337
  * @param {string} [languageCode]
@@ -17334,12 +17343,12 @@ exports.FaqCategoriesApiFp = function (configuration) {
17334
17343
  * @param {*} [options] Override http request option.
17335
17344
  * @throws {RequiredError}
17336
17345
  */
17337
- apiV1FaqcategoriesGet: function (id, parentId, name, description, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
17346
+ apiV1FaqcategoriesGet: function (id, parentId, name, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
17338
17347
  return __awaiter(this, void 0, void 0, function () {
17339
17348
  var localVarAxiosArgs;
17340
17349
  return __generator(this, function (_a) {
17341
17350
  switch (_a.label) {
17342
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1FaqcategoriesGet(id, parentId, name, description, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
17351
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1FaqcategoriesGet(id, parentId, name, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
17343
17352
  case 1:
17344
17353
  localVarAxiosArgs = _a.sent();
17345
17354
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -17448,7 +17457,6 @@ exports.FaqCategoriesApiFactory = function (configuration, basePath, axios) {
17448
17457
  * @param {string} [id]
17449
17458
  * @param {string} [parentId]
17450
17459
  * @param {string} [name]
17451
- * @param {string} [description]
17452
17460
  * @param {string} [hospitalId]
17453
17461
  * @param {string} [hospitalName]
17454
17462
  * @param {string} [languageCode]
@@ -17460,8 +17468,8 @@ exports.FaqCategoriesApiFactory = function (configuration, basePath, axios) {
17460
17468
  * @param {*} [options] Override http request option.
17461
17469
  * @throws {RequiredError}
17462
17470
  */
17463
- apiV1FaqcategoriesGet: function (id, parentId, name, description, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
17464
- return localVarFp.apiV1FaqcategoriesGet(id, parentId, name, description, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
17471
+ apiV1FaqcategoriesGet: function (id, parentId, name, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
17472
+ return localVarFp.apiV1FaqcategoriesGet(id, parentId, name, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
17465
17473
  },
17466
17474
  /**
17467
17475
  *
@@ -17556,7 +17564,6 @@ var FaqCategoriesApi = /** @class */ (function (_super) {
17556
17564
  * @param {string} [id]
17557
17565
  * @param {string} [parentId]
17558
17566
  * @param {string} [name]
17559
- * @param {string} [description]
17560
17567
  * @param {string} [hospitalId]
17561
17568
  * @param {string} [hospitalName]
17562
17569
  * @param {string} [languageCode]
@@ -17569,9 +17576,9 @@ var FaqCategoriesApi = /** @class */ (function (_super) {
17569
17576
  * @throws {RequiredError}
17570
17577
  * @memberof FaqCategoriesApi
17571
17578
  */
17572
- FaqCategoriesApi.prototype.apiV1FaqcategoriesGet = function (id, parentId, name, description, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
17579
+ FaqCategoriesApi.prototype.apiV1FaqcategoriesGet = function (id, parentId, name, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
17573
17580
  var _this = this;
17574
- return exports.FaqCategoriesApiFp(this.configuration).apiV1FaqcategoriesGet(id, parentId, name, description, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
17581
+ return exports.FaqCategoriesApiFp(this.configuration).apiV1FaqcategoriesGet(id, parentId, name, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
17575
17582
  };
17576
17583
  /**
17577
17584
  *
@@ -18007,12 +18014,216 @@ exports.FaqsApiAxiosParamCreator = function (configuration) {
18007
18014
  });
18008
18015
  });
18009
18016
  },
18017
+ /**
18018
+ *
18019
+ * @summary GetAll FaqTags.
18020
+ * @param {string} faqId
18021
+ * @param {string} [tagId]
18022
+ * @param {number} [page]
18023
+ * @param {number} [limit]
18024
+ * @param {Date} [lastRetrieved]
18025
+ * @param {*} [options] Override http request option.
18026
+ * @throws {RequiredError}
18027
+ */
18028
+ apiV1FaqsFaqIdTagsGet: function (faqId, tagId, page, limit, lastRetrieved, options) {
18029
+ if (options === void 0) { options = {}; }
18030
+ return __awaiter(_this, void 0, void 0, function () {
18031
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
18032
+ return __generator(this, function (_a) {
18033
+ switch (_a.label) {
18034
+ case 0:
18035
+ // verify required parameter 'faqId' is not null or undefined
18036
+ common_1.assertParamExists('apiV1FaqsFaqIdTagsGet', 'faqId', faqId);
18037
+ localVarPath = "/api/v1/faqs/{faqId}/tags"
18038
+ .replace("{" + "faqId" + "}", encodeURIComponent(String(faqId)));
18039
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
18040
+ if (configuration) {
18041
+ baseOptions = configuration.baseOptions;
18042
+ }
18043
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
18044
+ localVarHeaderParameter = {};
18045
+ localVarQueryParameter = {};
18046
+ // authentication oauth2 required
18047
+ // oauth required
18048
+ return [4 /*yield*/, common_1.setOAuthToObject(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)];
18049
+ case 1:
18050
+ // authentication oauth2 required
18051
+ // oauth required
18052
+ _a.sent();
18053
+ if (tagId !== undefined) {
18054
+ localVarQueryParameter['TagId'] = tagId;
18055
+ }
18056
+ if (page !== undefined) {
18057
+ localVarQueryParameter['page'] = page;
18058
+ }
18059
+ if (limit !== undefined) {
18060
+ localVarQueryParameter['limit'] = limit;
18061
+ }
18062
+ if (lastRetrieved !== undefined) {
18063
+ localVarQueryParameter['lastRetrieved'] = (lastRetrieved instanceof Date) ?
18064
+ lastRetrieved.toISOString() :
18065
+ lastRetrieved;
18066
+ }
18067
+ common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
18068
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
18069
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
18070
+ return [2 /*return*/, {
18071
+ url: common_1.toPathString(localVarUrlObj),
18072
+ options: localVarRequestOptions,
18073
+ }];
18074
+ }
18075
+ });
18076
+ });
18077
+ },
18078
+ /**
18079
+ *
18080
+ * @summary Create FaqTag.
18081
+ * @param {string} faqId
18082
+ * @param {CreateFaqTagCommand} [createFaqTagCommand]
18083
+ * @param {*} [options] Override http request option.
18084
+ * @throws {RequiredError}
18085
+ */
18086
+ apiV1FaqsFaqIdTagsPost: function (faqId, createFaqTagCommand, options) {
18087
+ if (options === void 0) { options = {}; }
18088
+ return __awaiter(_this, void 0, void 0, function () {
18089
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
18090
+ return __generator(this, function (_a) {
18091
+ switch (_a.label) {
18092
+ case 0:
18093
+ // verify required parameter 'faqId' is not null or undefined
18094
+ common_1.assertParamExists('apiV1FaqsFaqIdTagsPost', 'faqId', faqId);
18095
+ localVarPath = "/api/v1/faqs/{faqId}/tags"
18096
+ .replace("{" + "faqId" + "}", encodeURIComponent(String(faqId)));
18097
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
18098
+ if (configuration) {
18099
+ baseOptions = configuration.baseOptions;
18100
+ }
18101
+ localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
18102
+ localVarHeaderParameter = {};
18103
+ localVarQueryParameter = {};
18104
+ // authentication oauth2 required
18105
+ // oauth required
18106
+ return [4 /*yield*/, common_1.setOAuthToObject(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)];
18107
+ case 1:
18108
+ // authentication oauth2 required
18109
+ // oauth required
18110
+ _a.sent();
18111
+ localVarHeaderParameter['Content-Type'] = 'application/json';
18112
+ common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
18113
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
18114
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
18115
+ localVarRequestOptions.data = common_1.serializeDataIfNeeded(createFaqTagCommand, localVarRequestOptions, configuration);
18116
+ return [2 /*return*/, {
18117
+ url: common_1.toPathString(localVarUrlObj),
18118
+ options: localVarRequestOptions,
18119
+ }];
18120
+ }
18121
+ });
18122
+ });
18123
+ },
18124
+ /**
18125
+ *
18126
+ * @summary Delete FaqTag.
18127
+ * @param {string} faqId
18128
+ * @param {string} tagId
18129
+ * @param {DeleteFaqTagCommand} [deleteFaqTagCommand]
18130
+ * @param {*} [options] Override http request option.
18131
+ * @throws {RequiredError}
18132
+ */
18133
+ apiV1FaqsFaqIdTagsTagIdDelete: function (faqId, tagId, deleteFaqTagCommand, options) {
18134
+ if (options === void 0) { options = {}; }
18135
+ return __awaiter(_this, void 0, void 0, function () {
18136
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
18137
+ return __generator(this, function (_a) {
18138
+ switch (_a.label) {
18139
+ case 0:
18140
+ // verify required parameter 'faqId' is not null or undefined
18141
+ common_1.assertParamExists('apiV1FaqsFaqIdTagsTagIdDelete', 'faqId', faqId);
18142
+ // verify required parameter 'tagId' is not null or undefined
18143
+ common_1.assertParamExists('apiV1FaqsFaqIdTagsTagIdDelete', 'tagId', tagId);
18144
+ localVarPath = "/api/v1/faqs/{faqId}/tags/{tagId}"
18145
+ .replace("{" + "faqId" + "}", encodeURIComponent(String(faqId)))
18146
+ .replace("{" + "tagId" + "}", encodeURIComponent(String(tagId)));
18147
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
18148
+ if (configuration) {
18149
+ baseOptions = configuration.baseOptions;
18150
+ }
18151
+ localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
18152
+ localVarHeaderParameter = {};
18153
+ localVarQueryParameter = {};
18154
+ // authentication oauth2 required
18155
+ // oauth required
18156
+ return [4 /*yield*/, common_1.setOAuthToObject(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)];
18157
+ case 1:
18158
+ // authentication oauth2 required
18159
+ // oauth required
18160
+ _a.sent();
18161
+ localVarHeaderParameter['Content-Type'] = 'application/json';
18162
+ common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
18163
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
18164
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
18165
+ localVarRequestOptions.data = common_1.serializeDataIfNeeded(deleteFaqTagCommand, localVarRequestOptions, configuration);
18166
+ return [2 /*return*/, {
18167
+ url: common_1.toPathString(localVarUrlObj),
18168
+ options: localVarRequestOptions,
18169
+ }];
18170
+ }
18171
+ });
18172
+ });
18173
+ },
18174
+ /**
18175
+ *
18176
+ * @summary Get FaqTag.
18177
+ * @param {string} faqId
18178
+ * @param {string} tagId
18179
+ * @param {*} [options] Override http request option.
18180
+ * @throws {RequiredError}
18181
+ */
18182
+ apiV1FaqsFaqIdTagsTagIdGet: function (faqId, tagId, options) {
18183
+ if (options === void 0) { options = {}; }
18184
+ return __awaiter(_this, void 0, void 0, function () {
18185
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
18186
+ return __generator(this, function (_a) {
18187
+ switch (_a.label) {
18188
+ case 0:
18189
+ // verify required parameter 'faqId' is not null or undefined
18190
+ common_1.assertParamExists('apiV1FaqsFaqIdTagsTagIdGet', 'faqId', faqId);
18191
+ // verify required parameter 'tagId' is not null or undefined
18192
+ common_1.assertParamExists('apiV1FaqsFaqIdTagsTagIdGet', 'tagId', tagId);
18193
+ localVarPath = "/api/v1/faqs/{faqId}/tags/{tagId}"
18194
+ .replace("{" + "faqId" + "}", encodeURIComponent(String(faqId)))
18195
+ .replace("{" + "tagId" + "}", encodeURIComponent(String(tagId)));
18196
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
18197
+ if (configuration) {
18198
+ baseOptions = configuration.baseOptions;
18199
+ }
18200
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
18201
+ localVarHeaderParameter = {};
18202
+ localVarQueryParameter = {};
18203
+ // authentication oauth2 required
18204
+ // oauth required
18205
+ return [4 /*yield*/, common_1.setOAuthToObject(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)];
18206
+ case 1:
18207
+ // authentication oauth2 required
18208
+ // oauth required
18209
+ _a.sent();
18210
+ common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
18211
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
18212
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
18213
+ return [2 /*return*/, {
18214
+ url: common_1.toPathString(localVarUrlObj),
18215
+ options: localVarRequestOptions,
18216
+ }];
18217
+ }
18218
+ });
18219
+ });
18220
+ },
18010
18221
  /**
18011
18222
  *
18012
18223
  * @summary Get all Faqs.
18013
18224
  * @param {string} [id]
18014
- * @param {string} [title]
18015
- * @param {string} [content]
18225
+ * @param {string} [name]
18226
+ * @param {string} [slug]
18016
18227
  * @param {string} [categoryId]
18017
18228
  * @param {string} [hospitalId]
18018
18229
  * @param {string} [hospitalName]
@@ -18025,7 +18236,7 @@ exports.FaqsApiAxiosParamCreator = function (configuration) {
18025
18236
  * @param {*} [options] Override http request option.
18026
18237
  * @throws {RequiredError}
18027
18238
  */
18028
- apiV1FaqsGet: function (id, title, content, categoryId, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
18239
+ apiV1FaqsGet: function (id, name, slug, categoryId, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
18029
18240
  if (options === void 0) { options = {}; }
18030
18241
  return __awaiter(_this, void 0, void 0, function () {
18031
18242
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -18050,11 +18261,11 @@ exports.FaqsApiAxiosParamCreator = function (configuration) {
18050
18261
  if (id !== undefined) {
18051
18262
  localVarQueryParameter['Id'] = id;
18052
18263
  }
18053
- if (title !== undefined) {
18054
- localVarQueryParameter['Title'] = title;
18264
+ if (name !== undefined) {
18265
+ localVarQueryParameter['Name'] = name;
18055
18266
  }
18056
- if (content !== undefined) {
18057
- localVarQueryParameter['Content'] = content;
18267
+ if (slug !== undefined) {
18268
+ localVarQueryParameter['Slug'] = slug;
18058
18269
  }
18059
18270
  if (categoryId !== undefined) {
18060
18271
  localVarQueryParameter['CategoryId'] = categoryId;
@@ -18368,12 +18579,100 @@ exports.FaqsApiFp = function (configuration) {
18368
18579
  });
18369
18580
  });
18370
18581
  },
18582
+ /**
18583
+ *
18584
+ * @summary GetAll FaqTags.
18585
+ * @param {string} faqId
18586
+ * @param {string} [tagId]
18587
+ * @param {number} [page]
18588
+ * @param {number} [limit]
18589
+ * @param {Date} [lastRetrieved]
18590
+ * @param {*} [options] Override http request option.
18591
+ * @throws {RequiredError}
18592
+ */
18593
+ apiV1FaqsFaqIdTagsGet: function (faqId, tagId, page, limit, lastRetrieved, options) {
18594
+ return __awaiter(this, void 0, void 0, function () {
18595
+ var localVarAxiosArgs;
18596
+ return __generator(this, function (_a) {
18597
+ switch (_a.label) {
18598
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1FaqsFaqIdTagsGet(faqId, tagId, page, limit, lastRetrieved, options)];
18599
+ case 1:
18600
+ localVarAxiosArgs = _a.sent();
18601
+ return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
18602
+ }
18603
+ });
18604
+ });
18605
+ },
18606
+ /**
18607
+ *
18608
+ * @summary Create FaqTag.
18609
+ * @param {string} faqId
18610
+ * @param {CreateFaqTagCommand} [createFaqTagCommand]
18611
+ * @param {*} [options] Override http request option.
18612
+ * @throws {RequiredError}
18613
+ */
18614
+ apiV1FaqsFaqIdTagsPost: function (faqId, createFaqTagCommand, options) {
18615
+ return __awaiter(this, void 0, void 0, function () {
18616
+ var localVarAxiosArgs;
18617
+ return __generator(this, function (_a) {
18618
+ switch (_a.label) {
18619
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1FaqsFaqIdTagsPost(faqId, createFaqTagCommand, options)];
18620
+ case 1:
18621
+ localVarAxiosArgs = _a.sent();
18622
+ return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
18623
+ }
18624
+ });
18625
+ });
18626
+ },
18627
+ /**
18628
+ *
18629
+ * @summary Delete FaqTag.
18630
+ * @param {string} faqId
18631
+ * @param {string} tagId
18632
+ * @param {DeleteFaqTagCommand} [deleteFaqTagCommand]
18633
+ * @param {*} [options] Override http request option.
18634
+ * @throws {RequiredError}
18635
+ */
18636
+ apiV1FaqsFaqIdTagsTagIdDelete: function (faqId, tagId, deleteFaqTagCommand, options) {
18637
+ return __awaiter(this, void 0, void 0, function () {
18638
+ var localVarAxiosArgs;
18639
+ return __generator(this, function (_a) {
18640
+ switch (_a.label) {
18641
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1FaqsFaqIdTagsTagIdDelete(faqId, tagId, deleteFaqTagCommand, options)];
18642
+ case 1:
18643
+ localVarAxiosArgs = _a.sent();
18644
+ return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
18645
+ }
18646
+ });
18647
+ });
18648
+ },
18649
+ /**
18650
+ *
18651
+ * @summary Get FaqTag.
18652
+ * @param {string} faqId
18653
+ * @param {string} tagId
18654
+ * @param {*} [options] Override http request option.
18655
+ * @throws {RequiredError}
18656
+ */
18657
+ apiV1FaqsFaqIdTagsTagIdGet: function (faqId, tagId, options) {
18658
+ return __awaiter(this, void 0, void 0, function () {
18659
+ var localVarAxiosArgs;
18660
+ return __generator(this, function (_a) {
18661
+ switch (_a.label) {
18662
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1FaqsFaqIdTagsTagIdGet(faqId, tagId, options)];
18663
+ case 1:
18664
+ localVarAxiosArgs = _a.sent();
18665
+ return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
18666
+ }
18667
+ });
18668
+ });
18669
+ },
18371
18670
  /**
18372
18671
  *
18373
18672
  * @summary Get all Faqs.
18374
18673
  * @param {string} [id]
18375
- * @param {string} [title]
18376
- * @param {string} [content]
18674
+ * @param {string} [name]
18675
+ * @param {string} [slug]
18377
18676
  * @param {string} [categoryId]
18378
18677
  * @param {string} [hospitalId]
18379
18678
  * @param {string} [hospitalName]
@@ -18386,12 +18685,12 @@ exports.FaqsApiFp = function (configuration) {
18386
18685
  * @param {*} [options] Override http request option.
18387
18686
  * @throws {RequiredError}
18388
18687
  */
18389
- apiV1FaqsGet: function (id, title, content, categoryId, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
18688
+ apiV1FaqsGet: function (id, name, slug, categoryId, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
18390
18689
  return __awaiter(this, void 0, void 0, function () {
18391
18690
  var localVarAxiosArgs;
18392
18691
  return __generator(this, function (_a) {
18393
18692
  switch (_a.label) {
18394
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1FaqsGet(id, title, content, categoryId, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
18693
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1FaqsGet(id, name, slug, categoryId, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
18395
18694
  case 1:
18396
18695
  localVarAxiosArgs = _a.sent();
18397
18696
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -18543,12 +18842,60 @@ exports.FaqsApiFactory = function (configuration, basePath, axios) {
18543
18842
  apiV1FaqsFaqIdPut: function (faqId, updateFaqCommand, options) {
18544
18843
  return localVarFp.apiV1FaqsFaqIdPut(faqId, updateFaqCommand, options).then(function (request) { return request(axios, basePath); });
18545
18844
  },
18845
+ /**
18846
+ *
18847
+ * @summary GetAll FaqTags.
18848
+ * @param {string} faqId
18849
+ * @param {string} [tagId]
18850
+ * @param {number} [page]
18851
+ * @param {number} [limit]
18852
+ * @param {Date} [lastRetrieved]
18853
+ * @param {*} [options] Override http request option.
18854
+ * @throws {RequiredError}
18855
+ */
18856
+ apiV1FaqsFaqIdTagsGet: function (faqId, tagId, page, limit, lastRetrieved, options) {
18857
+ return localVarFp.apiV1FaqsFaqIdTagsGet(faqId, tagId, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
18858
+ },
18859
+ /**
18860
+ *
18861
+ * @summary Create FaqTag.
18862
+ * @param {string} faqId
18863
+ * @param {CreateFaqTagCommand} [createFaqTagCommand]
18864
+ * @param {*} [options] Override http request option.
18865
+ * @throws {RequiredError}
18866
+ */
18867
+ apiV1FaqsFaqIdTagsPost: function (faqId, createFaqTagCommand, options) {
18868
+ return localVarFp.apiV1FaqsFaqIdTagsPost(faqId, createFaqTagCommand, options).then(function (request) { return request(axios, basePath); });
18869
+ },
18870
+ /**
18871
+ *
18872
+ * @summary Delete FaqTag.
18873
+ * @param {string} faqId
18874
+ * @param {string} tagId
18875
+ * @param {DeleteFaqTagCommand} [deleteFaqTagCommand]
18876
+ * @param {*} [options] Override http request option.
18877
+ * @throws {RequiredError}
18878
+ */
18879
+ apiV1FaqsFaqIdTagsTagIdDelete: function (faqId, tagId, deleteFaqTagCommand, options) {
18880
+ return localVarFp.apiV1FaqsFaqIdTagsTagIdDelete(faqId, tagId, deleteFaqTagCommand, options).then(function (request) { return request(axios, basePath); });
18881
+ },
18882
+ /**
18883
+ *
18884
+ * @summary Get FaqTag.
18885
+ * @param {string} faqId
18886
+ * @param {string} tagId
18887
+ * @param {*} [options] Override http request option.
18888
+ * @throws {RequiredError}
18889
+ */
18890
+ apiV1FaqsFaqIdTagsTagIdGet: function (faqId, tagId, options) {
18891
+ return localVarFp.apiV1FaqsFaqIdTagsTagIdGet(faqId, tagId, options).then(function (request) { return request(axios, basePath); });
18892
+ },
18546
18893
  /**
18547
18894
  *
18548
18895
  * @summary Get all Faqs.
18549
18896
  * @param {string} [id]
18550
- * @param {string} [title]
18551
- * @param {string} [content]
18897
+ * @param {string} [name]
18898
+ * @param {string} [slug]
18552
18899
  * @param {string} [categoryId]
18553
18900
  * @param {string} [hospitalId]
18554
18901
  * @param {string} [hospitalName]
@@ -18561,8 +18908,8 @@ exports.FaqsApiFactory = function (configuration, basePath, axios) {
18561
18908
  * @param {*} [options] Override http request option.
18562
18909
  * @throws {RequiredError}
18563
18910
  */
18564
- apiV1FaqsGet: function (id, title, content, categoryId, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
18565
- return localVarFp.apiV1FaqsGet(id, title, content, categoryId, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
18911
+ apiV1FaqsGet: function (id, name, slug, categoryId, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
18912
+ return localVarFp.apiV1FaqsGet(id, name, slug, categoryId, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
18566
18913
  },
18567
18914
  /**
18568
18915
  *
@@ -18708,12 +19055,68 @@ var FaqsApi = /** @class */ (function (_super) {
18708
19055
  var _this = this;
18709
19056
  return exports.FaqsApiFp(this.configuration).apiV1FaqsFaqIdPut(faqId, updateFaqCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
18710
19057
  };
19058
+ /**
19059
+ *
19060
+ * @summary GetAll FaqTags.
19061
+ * @param {string} faqId
19062
+ * @param {string} [tagId]
19063
+ * @param {number} [page]
19064
+ * @param {number} [limit]
19065
+ * @param {Date} [lastRetrieved]
19066
+ * @param {*} [options] Override http request option.
19067
+ * @throws {RequiredError}
19068
+ * @memberof FaqsApi
19069
+ */
19070
+ FaqsApi.prototype.apiV1FaqsFaqIdTagsGet = function (faqId, tagId, page, limit, lastRetrieved, options) {
19071
+ var _this = this;
19072
+ return exports.FaqsApiFp(this.configuration).apiV1FaqsFaqIdTagsGet(faqId, tagId, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
19073
+ };
19074
+ /**
19075
+ *
19076
+ * @summary Create FaqTag.
19077
+ * @param {string} faqId
19078
+ * @param {CreateFaqTagCommand} [createFaqTagCommand]
19079
+ * @param {*} [options] Override http request option.
19080
+ * @throws {RequiredError}
19081
+ * @memberof FaqsApi
19082
+ */
19083
+ FaqsApi.prototype.apiV1FaqsFaqIdTagsPost = function (faqId, createFaqTagCommand, options) {
19084
+ var _this = this;
19085
+ return exports.FaqsApiFp(this.configuration).apiV1FaqsFaqIdTagsPost(faqId, createFaqTagCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
19086
+ };
19087
+ /**
19088
+ *
19089
+ * @summary Delete FaqTag.
19090
+ * @param {string} faqId
19091
+ * @param {string} tagId
19092
+ * @param {DeleteFaqTagCommand} [deleteFaqTagCommand]
19093
+ * @param {*} [options] Override http request option.
19094
+ * @throws {RequiredError}
19095
+ * @memberof FaqsApi
19096
+ */
19097
+ FaqsApi.prototype.apiV1FaqsFaqIdTagsTagIdDelete = function (faqId, tagId, deleteFaqTagCommand, options) {
19098
+ var _this = this;
19099
+ return exports.FaqsApiFp(this.configuration).apiV1FaqsFaqIdTagsTagIdDelete(faqId, tagId, deleteFaqTagCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
19100
+ };
19101
+ /**
19102
+ *
19103
+ * @summary Get FaqTag.
19104
+ * @param {string} faqId
19105
+ * @param {string} tagId
19106
+ * @param {*} [options] Override http request option.
19107
+ * @throws {RequiredError}
19108
+ * @memberof FaqsApi
19109
+ */
19110
+ FaqsApi.prototype.apiV1FaqsFaqIdTagsTagIdGet = function (faqId, tagId, options) {
19111
+ var _this = this;
19112
+ return exports.FaqsApiFp(this.configuration).apiV1FaqsFaqIdTagsTagIdGet(faqId, tagId, options).then(function (request) { return request(_this.axios, _this.basePath); });
19113
+ };
18711
19114
  /**
18712
19115
  *
18713
19116
  * @summary Get all Faqs.
18714
19117
  * @param {string} [id]
18715
- * @param {string} [title]
18716
- * @param {string} [content]
19118
+ * @param {string} [name]
19119
+ * @param {string} [slug]
18717
19120
  * @param {string} [categoryId]
18718
19121
  * @param {string} [hospitalId]
18719
19122
  * @param {string} [hospitalName]
@@ -18727,9 +19130,9 @@ var FaqsApi = /** @class */ (function (_super) {
18727
19130
  * @throws {RequiredError}
18728
19131
  * @memberof FaqsApi
18729
19132
  */
18730
- FaqsApi.prototype.apiV1FaqsGet = function (id, title, content, categoryId, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
19133
+ FaqsApi.prototype.apiV1FaqsGet = function (id, name, slug, categoryId, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
18731
19134
  var _this = this;
18732
- return exports.FaqsApiFp(this.configuration).apiV1FaqsGet(id, title, content, categoryId, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
19135
+ return exports.FaqsApiFp(this.configuration).apiV1FaqsGet(id, name, slug, categoryId, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
18733
19136
  };
18734
19137
  /**
18735
19138
  *
@@ -18776,7 +19179,6 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
18776
19179
  * @param {MarketingType} [marketingType]
18777
19180
  * @param {string} [specialtyTypeId]
18778
19181
  * @param {string} [specialtyId]
18779
- * @param {string} [serviceId]
18780
19182
  * @param {string} [exceptHospitalId]
18781
19183
  * @param {boolean} [showHidden]
18782
19184
  * @param {string} [languageCode]
@@ -18789,7 +19191,7 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
18789
19191
  * @param {*} [options] Override http request option.
18790
19192
  * @throws {RequiredError}
18791
19193
  */
18792
- apiV1HospitalsGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, serviceId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options) {
19194
+ apiV1HospitalsGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options) {
18793
19195
  if (options === void 0) { options = {}; }
18794
19196
  return __awaiter(_this, void 0, void 0, function () {
18795
19197
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -18834,9 +19236,6 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
18834
19236
  if (specialtyId !== undefined) {
18835
19237
  localVarQueryParameter['SpecialtyId'] = specialtyId;
18836
19238
  }
18837
- if (serviceId !== undefined) {
18838
- localVarQueryParameter['ServiceId'] = serviceId;
18839
- }
18840
19239
  if (exceptHospitalId !== undefined) {
18841
19240
  localVarQueryParameter['ExceptHospitalId'] = exceptHospitalId;
18842
19241
  }
@@ -20552,25 +20951,25 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
20552
20951
  *
20553
20952
  * @summary Get all HospitalSpecialties.
20554
20953
  * @param {string} hospitalId
20555
- * @param {string} [hospitalName]
20556
- * @param {string} [hospitalSlug]
20557
20954
  * @param {string} [specialtyId]
20558
20955
  * @param {string} [specialtyName]
20559
20956
  * @param {string} [specialtyTypeId]
20560
- * @param {string} [hospitalSpecialtySlug]
20561
- * @param {string} [title]
20957
+ * @param {string} [specialtyTypeName]
20958
+ * @param {string} [hospitalSpecialtyId]
20959
+ * @param {string} [name]
20960
+ * @param {string} [slug]
20562
20961
  * @param {MarketingType} [marketingType]
20563
- * @param {string} [languageCode]
20564
- * @param {boolean} [showHidden]
20565
20962
  * @param {boolean} [returnDefaultValue]
20566
20963
  * @param {boolean} [includeServices]
20964
+ * @param {string} [languageCode]
20965
+ * @param {boolean} [showHidden]
20567
20966
  * @param {number} [page]
20568
20967
  * @param {number} [limit]
20569
20968
  * @param {Date} [lastRetrieved]
20570
20969
  * @param {*} [options] Override http request option.
20571
20970
  * @throws {RequiredError}
20572
20971
  */
20573
- apiV1HospitalsHospitalIdSpecialtiesGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
20972
+ apiV1HospitalsHospitalIdSpecialtiesGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options) {
20574
20973
  if (options === void 0) { options = {}; }
20575
20974
  return __awaiter(_this, void 0, void 0, function () {
20576
20975
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -20595,12 +20994,6 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
20595
20994
  // authentication oauth2 required
20596
20995
  // oauth required
20597
20996
  _a.sent();
20598
- if (hospitalName !== undefined) {
20599
- localVarQueryParameter['HospitalName'] = hospitalName;
20600
- }
20601
- if (hospitalSlug !== undefined) {
20602
- localVarQueryParameter['HospitalSlug'] = hospitalSlug;
20603
- }
20604
20997
  if (specialtyId !== undefined) {
20605
20998
  localVarQueryParameter['SpecialtyId'] = specialtyId;
20606
20999
  }
@@ -20610,20 +21003,20 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
20610
21003
  if (specialtyTypeId !== undefined) {
20611
21004
  localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
20612
21005
  }
20613
- if (hospitalSpecialtySlug !== undefined) {
20614
- localVarQueryParameter['HospitalSpecialtySlug'] = hospitalSpecialtySlug;
21006
+ if (specialtyTypeName !== undefined) {
21007
+ localVarQueryParameter['SpecialtyTypeName'] = specialtyTypeName;
20615
21008
  }
20616
- if (title !== undefined) {
20617
- localVarQueryParameter['Title'] = title;
21009
+ if (hospitalSpecialtyId !== undefined) {
21010
+ localVarQueryParameter['HospitalSpecialtyId'] = hospitalSpecialtyId;
20618
21011
  }
20619
- if (marketingType !== undefined) {
20620
- localVarQueryParameter['MarketingType'] = marketingType;
21012
+ if (name !== undefined) {
21013
+ localVarQueryParameter['Name'] = name;
20621
21014
  }
20622
- if (languageCode !== undefined) {
20623
- localVarQueryParameter['LanguageCode'] = languageCode;
21015
+ if (slug !== undefined) {
21016
+ localVarQueryParameter['Slug'] = slug;
20624
21017
  }
20625
- if (showHidden !== undefined) {
20626
- localVarQueryParameter['ShowHidden'] = showHidden;
21018
+ if (marketingType !== undefined) {
21019
+ localVarQueryParameter['MarketingType'] = marketingType;
20627
21020
  }
20628
21021
  if (returnDefaultValue !== undefined) {
20629
21022
  localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
@@ -20631,6 +21024,12 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
20631
21024
  if (includeServices !== undefined) {
20632
21025
  localVarQueryParameter['IncludeServices'] = includeServices;
20633
21026
  }
21027
+ if (languageCode !== undefined) {
21028
+ localVarQueryParameter['LanguageCode'] = languageCode;
21029
+ }
21030
+ if (showHidden !== undefined) {
21031
+ localVarQueryParameter['ShowHidden'] = showHidden;
21032
+ }
20634
21033
  if (page !== undefined) {
20635
21034
  localVarQueryParameter['page'] = page;
20636
21035
  }
@@ -20978,25 +21377,25 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
20978
21377
  *
20979
21378
  * @summary Get all HospitalSpecialties.
20980
21379
  * @param {string} hospitalId
20981
- * @param {string} [hospitalName]
20982
- * @param {string} [hospitalSlug]
20983
21380
  * @param {string} [specialtyId]
20984
21381
  * @param {string} [specialtyName]
20985
21382
  * @param {string} [specialtyTypeId]
20986
- * @param {string} [hospitalSpecialtySlug]
20987
- * @param {string} [title]
21383
+ * @param {string} [specialtyTypeName]
21384
+ * @param {string} [hospitalSpecialtyId]
21385
+ * @param {string} [name]
21386
+ * @param {string} [slug]
20988
21387
  * @param {MarketingType} [marketingType]
20989
- * @param {string} [languageCode]
20990
- * @param {boolean} [showHidden]
20991
21388
  * @param {boolean} [returnDefaultValue]
20992
21389
  * @param {boolean} [includeServices]
21390
+ * @param {string} [languageCode]
21391
+ * @param {boolean} [showHidden]
20993
21392
  * @param {number} [page]
20994
21393
  * @param {number} [limit]
20995
21394
  * @param {Date} [lastRetrieved]
20996
21395
  * @param {*} [options] Override http request option.
20997
21396
  * @throws {RequiredError}
20998
21397
  */
20999
- apiV1HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
21398
+ apiV1HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options) {
21000
21399
  if (options === void 0) { options = {}; }
21001
21400
  return __awaiter(_this, void 0, void 0, function () {
21002
21401
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -21021,12 +21420,6 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
21021
21420
  // authentication oauth2 required
21022
21421
  // oauth required
21023
21422
  _a.sent();
21024
- if (hospitalName !== undefined) {
21025
- localVarQueryParameter['HospitalName'] = hospitalName;
21026
- }
21027
- if (hospitalSlug !== undefined) {
21028
- localVarQueryParameter['HospitalSlug'] = hospitalSlug;
21029
- }
21030
21423
  if (specialtyId !== undefined) {
21031
21424
  localVarQueryParameter['SpecialtyId'] = specialtyId;
21032
21425
  }
@@ -21036,20 +21429,20 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
21036
21429
  if (specialtyTypeId !== undefined) {
21037
21430
  localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
21038
21431
  }
21039
- if (hospitalSpecialtySlug !== undefined) {
21040
- localVarQueryParameter['HospitalSpecialtySlug'] = hospitalSpecialtySlug;
21432
+ if (specialtyTypeName !== undefined) {
21433
+ localVarQueryParameter['SpecialtyTypeName'] = specialtyTypeName;
21041
21434
  }
21042
- if (title !== undefined) {
21043
- localVarQueryParameter['Title'] = title;
21435
+ if (hospitalSpecialtyId !== undefined) {
21436
+ localVarQueryParameter['HospitalSpecialtyId'] = hospitalSpecialtyId;
21044
21437
  }
21045
- if (marketingType !== undefined) {
21046
- localVarQueryParameter['MarketingType'] = marketingType;
21438
+ if (name !== undefined) {
21439
+ localVarQueryParameter['Name'] = name;
21047
21440
  }
21048
- if (languageCode !== undefined) {
21049
- localVarQueryParameter['LanguageCode'] = languageCode;
21441
+ if (slug !== undefined) {
21442
+ localVarQueryParameter['Slug'] = slug;
21050
21443
  }
21051
- if (showHidden !== undefined) {
21052
- localVarQueryParameter['ShowHidden'] = showHidden;
21444
+ if (marketingType !== undefined) {
21445
+ localVarQueryParameter['MarketingType'] = marketingType;
21053
21446
  }
21054
21447
  if (returnDefaultValue !== undefined) {
21055
21448
  localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
@@ -21057,6 +21450,12 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
21057
21450
  if (includeServices !== undefined) {
21058
21451
  localVarQueryParameter['IncludeServices'] = includeServices;
21059
21452
  }
21453
+ if (languageCode !== undefined) {
21454
+ localVarQueryParameter['LanguageCode'] = languageCode;
21455
+ }
21456
+ if (showHidden !== undefined) {
21457
+ localVarQueryParameter['ShowHidden'] = showHidden;
21458
+ }
21060
21459
  if (page !== undefined) {
21061
21460
  localVarQueryParameter['page'] = page;
21062
21461
  }
@@ -21079,6 +21478,65 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
21079
21478
  });
21080
21479
  });
21081
21480
  },
21481
+ /**
21482
+ *
21483
+ * @summary Get HospitalSpecialty by slug.
21484
+ * @param {string} hospitalId
21485
+ * @param {string} slug
21486
+ * @param {string} [languageCode]
21487
+ * @param {boolean} [returnDefaultValue]
21488
+ * @param {boolean} [includeServices]
21489
+ * @param {*} [options] Override http request option.
21490
+ * @throws {RequiredError}
21491
+ */
21492
+ apiV1HospitalsHospitalIdSpecialtiesSlugGet: function (hospitalId, slug, languageCode, returnDefaultValue, includeServices, options) {
21493
+ if (options === void 0) { options = {}; }
21494
+ return __awaiter(_this, void 0, void 0, function () {
21495
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
21496
+ return __generator(this, function (_a) {
21497
+ switch (_a.label) {
21498
+ case 0:
21499
+ // verify required parameter 'hospitalId' is not null or undefined
21500
+ common_1.assertParamExists('apiV1HospitalsHospitalIdSpecialtiesSlugGet', 'hospitalId', hospitalId);
21501
+ // verify required parameter 'slug' is not null or undefined
21502
+ common_1.assertParamExists('apiV1HospitalsHospitalIdSpecialtiesSlugGet', 'slug', slug);
21503
+ localVarPath = "/api/v1/hospitals/{hospitalId}/specialties/{slug}"
21504
+ .replace("{" + "hospitalId" + "}", encodeURIComponent(String(hospitalId)))
21505
+ .replace("{" + "slug" + "}", encodeURIComponent(String(slug)));
21506
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
21507
+ if (configuration) {
21508
+ baseOptions = configuration.baseOptions;
21509
+ }
21510
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
21511
+ localVarHeaderParameter = {};
21512
+ localVarQueryParameter = {};
21513
+ // authentication oauth2 required
21514
+ // oauth required
21515
+ return [4 /*yield*/, common_1.setOAuthToObject(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)];
21516
+ case 1:
21517
+ // authentication oauth2 required
21518
+ // oauth required
21519
+ _a.sent();
21520
+ if (languageCode !== undefined) {
21521
+ localVarQueryParameter['languageCode'] = languageCode;
21522
+ }
21523
+ if (returnDefaultValue !== undefined) {
21524
+ localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
21525
+ }
21526
+ if (includeServices !== undefined) {
21527
+ localVarQueryParameter['includeServices'] = includeServices;
21528
+ }
21529
+ common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
21530
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
21531
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
21532
+ return [2 /*return*/, {
21533
+ url: common_1.toPathString(localVarUrlObj),
21534
+ options: localVarRequestOptions,
21535
+ }];
21536
+ }
21537
+ });
21538
+ });
21539
+ },
21082
21540
  /**
21083
21541
  *
21084
21542
  * @summary Delete HospitalSpecialty.
@@ -21240,14 +21698,9 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
21240
21698
  * @summary Get all HospitalServices.
21241
21699
  * @param {string} hospitalId
21242
21700
  * @param {string} specialtyId
21243
- * @param {string} [hospitalName]
21244
- * @param {string} [hospitalSlug]
21245
21701
  * @param {string} [id]
21246
21702
  * @param {string} [name]
21247
- * @param {string} [description]
21248
- * @param {string} [specialtyName]
21249
- * @param {string} [specialtyTypeId]
21250
- * @param {string} [specialtyTypeName]
21703
+ * @param {string} [slug]
21251
21704
  * @param {string} [serviceCategoryId]
21252
21705
  * @param {MarketingType} [marketingType]
21253
21706
  * @param {Procedure} [procedure]
@@ -21260,7 +21713,7 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
21260
21713
  * @param {*} [options] Override http request option.
21261
21714
  * @throws {RequiredError}
21262
21715
  */
21263
- apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: function (hospitalId, specialtyId, hospitalName, hospitalSlug, id, name, description, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
21716
+ apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: function (hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
21264
21717
  if (options === void 0) { options = {}; }
21265
21718
  return __awaiter(_this, void 0, void 0, function () {
21266
21719
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -21288,29 +21741,14 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
21288
21741
  // authentication oauth2 required
21289
21742
  // oauth required
21290
21743
  _a.sent();
21291
- if (hospitalName !== undefined) {
21292
- localVarQueryParameter['HospitalName'] = hospitalName;
21293
- }
21294
- if (hospitalSlug !== undefined) {
21295
- localVarQueryParameter['HospitalSlug'] = hospitalSlug;
21296
- }
21297
21744
  if (id !== undefined) {
21298
21745
  localVarQueryParameter['Id'] = id;
21299
21746
  }
21300
21747
  if (name !== undefined) {
21301
21748
  localVarQueryParameter['Name'] = name;
21302
21749
  }
21303
- if (description !== undefined) {
21304
- localVarQueryParameter['Description'] = description;
21305
- }
21306
- if (specialtyName !== undefined) {
21307
- localVarQueryParameter['SpecialtyName'] = specialtyName;
21308
- }
21309
- if (specialtyTypeId !== undefined) {
21310
- localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
21311
- }
21312
- if (specialtyTypeName !== undefined) {
21313
- localVarQueryParameter['SpecialtyTypeName'] = specialtyTypeName;
21750
+ if (slug !== undefined) {
21751
+ localVarQueryParameter['Slug'] = slug;
21314
21752
  }
21315
21753
  if (serviceCategoryId !== undefined) {
21316
21754
  localVarQueryParameter['ServiceCategoryId'] = serviceCategoryId;
@@ -22184,7 +22622,6 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
22184
22622
  * @param {MarketingType} [marketingType]
22185
22623
  * @param {string} [specialtyTypeId]
22186
22624
  * @param {string} [specialtyId]
22187
- * @param {string} [serviceId]
22188
22625
  * @param {string} [exceptHospitalId]
22189
22626
  * @param {boolean} [showHidden]
22190
22627
  * @param {string} [languageCode]
@@ -22197,7 +22634,7 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
22197
22634
  * @param {*} [options] Override http request option.
22198
22635
  * @throws {RequiredError}
22199
22636
  */
22200
- apiV1HospitalsSimpleGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, serviceId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options) {
22637
+ apiV1HospitalsSimpleGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options) {
22201
22638
  if (options === void 0) { options = {}; }
22202
22639
  return __awaiter(_this, void 0, void 0, function () {
22203
22640
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -22242,9 +22679,6 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
22242
22679
  if (specialtyId !== undefined) {
22243
22680
  localVarQueryParameter['SpecialtyId'] = specialtyId;
22244
22681
  }
22245
- if (serviceId !== undefined) {
22246
- localVarQueryParameter['ServiceId'] = serviceId;
22247
- }
22248
22682
  if (exceptHospitalId !== undefined) {
22249
22683
  localVarQueryParameter['ExceptHospitalId'] = exceptHospitalId;
22250
22684
  }
@@ -22354,7 +22788,6 @@ exports.HospitalsApiFp = function (configuration) {
22354
22788
  * @param {MarketingType} [marketingType]
22355
22789
  * @param {string} [specialtyTypeId]
22356
22790
  * @param {string} [specialtyId]
22357
- * @param {string} [serviceId]
22358
22791
  * @param {string} [exceptHospitalId]
22359
22792
  * @param {boolean} [showHidden]
22360
22793
  * @param {string} [languageCode]
@@ -22367,12 +22800,12 @@ exports.HospitalsApiFp = function (configuration) {
22367
22800
  * @param {*} [options] Override http request option.
22368
22801
  * @throws {RequiredError}
22369
22802
  */
22370
- apiV1HospitalsGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, serviceId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options) {
22803
+ apiV1HospitalsGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options) {
22371
22804
  return __awaiter(this, void 0, void 0, function () {
22372
22805
  var localVarAxiosArgs;
22373
22806
  return __generator(this, function (_a) {
22374
22807
  switch (_a.label) {
22375
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1HospitalsGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, serviceId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options)];
22808
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1HospitalsGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options)];
22376
22809
  case 1:
22377
22810
  localVarAxiosArgs = _a.sent();
22378
22811
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -23097,30 +23530,30 @@ exports.HospitalsApiFp = function (configuration) {
23097
23530
  *
23098
23531
  * @summary Get all HospitalSpecialties.
23099
23532
  * @param {string} hospitalId
23100
- * @param {string} [hospitalName]
23101
- * @param {string} [hospitalSlug]
23102
23533
  * @param {string} [specialtyId]
23103
23534
  * @param {string} [specialtyName]
23104
23535
  * @param {string} [specialtyTypeId]
23105
- * @param {string} [hospitalSpecialtySlug]
23106
- * @param {string} [title]
23536
+ * @param {string} [specialtyTypeName]
23537
+ * @param {string} [hospitalSpecialtyId]
23538
+ * @param {string} [name]
23539
+ * @param {string} [slug]
23107
23540
  * @param {MarketingType} [marketingType]
23108
- * @param {string} [languageCode]
23109
- * @param {boolean} [showHidden]
23110
23541
  * @param {boolean} [returnDefaultValue]
23111
23542
  * @param {boolean} [includeServices]
23543
+ * @param {string} [languageCode]
23544
+ * @param {boolean} [showHidden]
23112
23545
  * @param {number} [page]
23113
23546
  * @param {number} [limit]
23114
23547
  * @param {Date} [lastRetrieved]
23115
23548
  * @param {*} [options] Override http request option.
23116
23549
  * @throws {RequiredError}
23117
23550
  */
23118
- apiV1HospitalsHospitalIdSpecialtiesGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
23551
+ apiV1HospitalsHospitalIdSpecialtiesGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options) {
23119
23552
  return __awaiter(this, void 0, void 0, function () {
23120
23553
  var localVarAxiosArgs;
23121
23554
  return __generator(this, function (_a) {
23122
23555
  switch (_a.label) {
23123
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1HospitalsHospitalIdSpecialtiesGet(hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options)];
23556
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options)];
23124
23557
  case 1:
23125
23558
  localVarAxiosArgs = _a.sent();
23126
23559
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -23268,30 +23701,54 @@ exports.HospitalsApiFp = function (configuration) {
23268
23701
  *
23269
23702
  * @summary Get all HospitalSpecialties.
23270
23703
  * @param {string} hospitalId
23271
- * @param {string} [hospitalName]
23272
- * @param {string} [hospitalSlug]
23273
23704
  * @param {string} [specialtyId]
23274
23705
  * @param {string} [specialtyName]
23275
23706
  * @param {string} [specialtyTypeId]
23276
- * @param {string} [hospitalSpecialtySlug]
23277
- * @param {string} [title]
23707
+ * @param {string} [specialtyTypeName]
23708
+ * @param {string} [hospitalSpecialtyId]
23709
+ * @param {string} [name]
23710
+ * @param {string} [slug]
23278
23711
  * @param {MarketingType} [marketingType]
23279
- * @param {string} [languageCode]
23280
- * @param {boolean} [showHidden]
23281
23712
  * @param {boolean} [returnDefaultValue]
23282
23713
  * @param {boolean} [includeServices]
23714
+ * @param {string} [languageCode]
23715
+ * @param {boolean} [showHidden]
23283
23716
  * @param {number} [page]
23284
23717
  * @param {number} [limit]
23285
23718
  * @param {Date} [lastRetrieved]
23286
23719
  * @param {*} [options] Override http request option.
23287
23720
  * @throws {RequiredError}
23288
23721
  */
23289
- apiV1HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
23722
+ apiV1HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options) {
23290
23723
  return __awaiter(this, void 0, void 0, function () {
23291
23724
  var localVarAxiosArgs;
23292
23725
  return __generator(this, function (_a) {
23293
23726
  switch (_a.label) {
23294
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options)];
23727
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options)];
23728
+ case 1:
23729
+ localVarAxiosArgs = _a.sent();
23730
+ return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
23731
+ }
23732
+ });
23733
+ });
23734
+ },
23735
+ /**
23736
+ *
23737
+ * @summary Get HospitalSpecialty by slug.
23738
+ * @param {string} hospitalId
23739
+ * @param {string} slug
23740
+ * @param {string} [languageCode]
23741
+ * @param {boolean} [returnDefaultValue]
23742
+ * @param {boolean} [includeServices]
23743
+ * @param {*} [options] Override http request option.
23744
+ * @throws {RequiredError}
23745
+ */
23746
+ apiV1HospitalsHospitalIdSpecialtiesSlugGet: function (hospitalId, slug, languageCode, returnDefaultValue, includeServices, options) {
23747
+ return __awaiter(this, void 0, void 0, function () {
23748
+ var localVarAxiosArgs;
23749
+ return __generator(this, function (_a) {
23750
+ switch (_a.label) {
23751
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode, returnDefaultValue, includeServices, options)];
23295
23752
  case 1:
23296
23753
  localVarAxiosArgs = _a.sent();
23297
23754
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -23371,14 +23828,9 @@ exports.HospitalsApiFp = function (configuration) {
23371
23828
  * @summary Get all HospitalServices.
23372
23829
  * @param {string} hospitalId
23373
23830
  * @param {string} specialtyId
23374
- * @param {string} [hospitalName]
23375
- * @param {string} [hospitalSlug]
23376
23831
  * @param {string} [id]
23377
23832
  * @param {string} [name]
23378
- * @param {string} [description]
23379
- * @param {string} [specialtyName]
23380
- * @param {string} [specialtyTypeId]
23381
- * @param {string} [specialtyTypeName]
23833
+ * @param {string} [slug]
23382
23834
  * @param {string} [serviceCategoryId]
23383
23835
  * @param {MarketingType} [marketingType]
23384
23836
  * @param {Procedure} [procedure]
@@ -23391,12 +23843,12 @@ exports.HospitalsApiFp = function (configuration) {
23391
23843
  * @param {*} [options] Override http request option.
23392
23844
  * @throws {RequiredError}
23393
23845
  */
23394
- apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: function (hospitalId, specialtyId, hospitalName, hospitalSlug, id, name, description, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
23846
+ apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: function (hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
23395
23847
  return __awaiter(this, void 0, void 0, function () {
23396
23848
  var localVarAxiosArgs;
23397
23849
  return __generator(this, function (_a) {
23398
23850
  switch (_a.label) {
23399
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId, specialtyId, hospitalName, hospitalSlug, id, name, description, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options)];
23851
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options)];
23400
23852
  case 1:
23401
23853
  localVarAxiosArgs = _a.sent();
23402
23854
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -23756,7 +24208,6 @@ exports.HospitalsApiFp = function (configuration) {
23756
24208
  * @param {MarketingType} [marketingType]
23757
24209
  * @param {string} [specialtyTypeId]
23758
24210
  * @param {string} [specialtyId]
23759
- * @param {string} [serviceId]
23760
24211
  * @param {string} [exceptHospitalId]
23761
24212
  * @param {boolean} [showHidden]
23762
24213
  * @param {string} [languageCode]
@@ -23769,12 +24220,12 @@ exports.HospitalsApiFp = function (configuration) {
23769
24220
  * @param {*} [options] Override http request option.
23770
24221
  * @throws {RequiredError}
23771
24222
  */
23772
- apiV1HospitalsSimpleGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, serviceId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options) {
24223
+ apiV1HospitalsSimpleGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options) {
23773
24224
  return __awaiter(this, void 0, void 0, function () {
23774
24225
  var localVarAxiosArgs;
23775
24226
  return __generator(this, function (_a) {
23776
24227
  switch (_a.label) {
23777
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1HospitalsSimpleGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, serviceId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options)];
24228
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1HospitalsSimpleGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options)];
23778
24229
  case 1:
23779
24230
  localVarAxiosArgs = _a.sent();
23780
24231
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -23822,7 +24273,6 @@ exports.HospitalsApiFactory = function (configuration, basePath, axios) {
23822
24273
  * @param {MarketingType} [marketingType]
23823
24274
  * @param {string} [specialtyTypeId]
23824
24275
  * @param {string} [specialtyId]
23825
- * @param {string} [serviceId]
23826
24276
  * @param {string} [exceptHospitalId]
23827
24277
  * @param {boolean} [showHidden]
23828
24278
  * @param {string} [languageCode]
@@ -23835,8 +24285,8 @@ exports.HospitalsApiFactory = function (configuration, basePath, axios) {
23835
24285
  * @param {*} [options] Override http request option.
23836
24286
  * @throws {RequiredError}
23837
24287
  */
23838
- apiV1HospitalsGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, serviceId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options) {
23839
- return localVarFp.apiV1HospitalsGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, serviceId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
24288
+ apiV1HospitalsGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options) {
24289
+ return localVarFp.apiV1HospitalsGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
23840
24290
  },
23841
24291
  /**
23842
24292
  *
@@ -24235,26 +24685,26 @@ exports.HospitalsApiFactory = function (configuration, basePath, axios) {
24235
24685
  *
24236
24686
  * @summary Get all HospitalSpecialties.
24237
24687
  * @param {string} hospitalId
24238
- * @param {string} [hospitalName]
24239
- * @param {string} [hospitalSlug]
24240
24688
  * @param {string} [specialtyId]
24241
24689
  * @param {string} [specialtyName]
24242
24690
  * @param {string} [specialtyTypeId]
24243
- * @param {string} [hospitalSpecialtySlug]
24244
- * @param {string} [title]
24691
+ * @param {string} [specialtyTypeName]
24692
+ * @param {string} [hospitalSpecialtyId]
24693
+ * @param {string} [name]
24694
+ * @param {string} [slug]
24245
24695
  * @param {MarketingType} [marketingType]
24246
- * @param {string} [languageCode]
24247
- * @param {boolean} [showHidden]
24248
24696
  * @param {boolean} [returnDefaultValue]
24249
24697
  * @param {boolean} [includeServices]
24698
+ * @param {string} [languageCode]
24699
+ * @param {boolean} [showHidden]
24250
24700
  * @param {number} [page]
24251
24701
  * @param {number} [limit]
24252
24702
  * @param {Date} [lastRetrieved]
24253
24703
  * @param {*} [options] Override http request option.
24254
24704
  * @throws {RequiredError}
24255
24705
  */
24256
- apiV1HospitalsHospitalIdSpecialtiesGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
24257
- return localVarFp.apiV1HospitalsHospitalIdSpecialtiesGet(hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
24706
+ apiV1HospitalsHospitalIdSpecialtiesGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options) {
24707
+ return localVarFp.apiV1HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
24258
24708
  },
24259
24709
  /**
24260
24710
  *
@@ -24336,26 +24786,40 @@ exports.HospitalsApiFactory = function (configuration, basePath, axios) {
24336
24786
  *
24337
24787
  * @summary Get all HospitalSpecialties.
24338
24788
  * @param {string} hospitalId
24339
- * @param {string} [hospitalName]
24340
- * @param {string} [hospitalSlug]
24341
24789
  * @param {string} [specialtyId]
24342
24790
  * @param {string} [specialtyName]
24343
24791
  * @param {string} [specialtyTypeId]
24344
- * @param {string} [hospitalSpecialtySlug]
24345
- * @param {string} [title]
24792
+ * @param {string} [specialtyTypeName]
24793
+ * @param {string} [hospitalSpecialtyId]
24794
+ * @param {string} [name]
24795
+ * @param {string} [slug]
24346
24796
  * @param {MarketingType} [marketingType]
24347
- * @param {string} [languageCode]
24348
- * @param {boolean} [showHidden]
24349
24797
  * @param {boolean} [returnDefaultValue]
24350
24798
  * @param {boolean} [includeServices]
24799
+ * @param {string} [languageCode]
24800
+ * @param {boolean} [showHidden]
24351
24801
  * @param {number} [page]
24352
24802
  * @param {number} [limit]
24353
24803
  * @param {Date} [lastRetrieved]
24354
24804
  * @param {*} [options] Override http request option.
24355
24805
  * @throws {RequiredError}
24356
24806
  */
24357
- apiV1HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
24358
- return localVarFp.apiV1HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
24807
+ apiV1HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options) {
24808
+ return localVarFp.apiV1HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
24809
+ },
24810
+ /**
24811
+ *
24812
+ * @summary Get HospitalSpecialty by slug.
24813
+ * @param {string} hospitalId
24814
+ * @param {string} slug
24815
+ * @param {string} [languageCode]
24816
+ * @param {boolean} [returnDefaultValue]
24817
+ * @param {boolean} [includeServices]
24818
+ * @param {*} [options] Override http request option.
24819
+ * @throws {RequiredError}
24820
+ */
24821
+ apiV1HospitalsHospitalIdSpecialtiesSlugGet: function (hospitalId, slug, languageCode, returnDefaultValue, includeServices, options) {
24822
+ return localVarFp.apiV1HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode, returnDefaultValue, includeServices, options).then(function (request) { return request(axios, basePath); });
24359
24823
  },
24360
24824
  /**
24361
24825
  *
@@ -24399,14 +24863,9 @@ exports.HospitalsApiFactory = function (configuration, basePath, axios) {
24399
24863
  * @summary Get all HospitalServices.
24400
24864
  * @param {string} hospitalId
24401
24865
  * @param {string} specialtyId
24402
- * @param {string} [hospitalName]
24403
- * @param {string} [hospitalSlug]
24404
24866
  * @param {string} [id]
24405
24867
  * @param {string} [name]
24406
- * @param {string} [description]
24407
- * @param {string} [specialtyName]
24408
- * @param {string} [specialtyTypeId]
24409
- * @param {string} [specialtyTypeName]
24868
+ * @param {string} [slug]
24410
24869
  * @param {string} [serviceCategoryId]
24411
24870
  * @param {MarketingType} [marketingType]
24412
24871
  * @param {Procedure} [procedure]
@@ -24419,8 +24878,8 @@ exports.HospitalsApiFactory = function (configuration, basePath, axios) {
24419
24878
  * @param {*} [options] Override http request option.
24420
24879
  * @throws {RequiredError}
24421
24880
  */
24422
- apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: function (hospitalId, specialtyId, hospitalName, hospitalSlug, id, name, description, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
24423
- return localVarFp.apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId, specialtyId, hospitalName, hospitalSlug, id, name, description, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
24881
+ apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: function (hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
24882
+ return localVarFp.apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
24424
24883
  },
24425
24884
  /**
24426
24885
  *
@@ -24624,7 +25083,6 @@ exports.HospitalsApiFactory = function (configuration, basePath, axios) {
24624
25083
  * @param {MarketingType} [marketingType]
24625
25084
  * @param {string} [specialtyTypeId]
24626
25085
  * @param {string} [specialtyId]
24627
- * @param {string} [serviceId]
24628
25086
  * @param {string} [exceptHospitalId]
24629
25087
  * @param {boolean} [showHidden]
24630
25088
  * @param {string} [languageCode]
@@ -24637,8 +25095,8 @@ exports.HospitalsApiFactory = function (configuration, basePath, axios) {
24637
25095
  * @param {*} [options] Override http request option.
24638
25096
  * @throws {RequiredError}
24639
25097
  */
24640
- apiV1HospitalsSimpleGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, serviceId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options) {
24641
- return localVarFp.apiV1HospitalsSimpleGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, serviceId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
25098
+ apiV1HospitalsSimpleGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options) {
25099
+ return localVarFp.apiV1HospitalsSimpleGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
24642
25100
  },
24643
25101
  /**
24644
25102
  *
@@ -24674,7 +25132,6 @@ var HospitalsApi = /** @class */ (function (_super) {
24674
25132
  * @param {MarketingType} [marketingType]
24675
25133
  * @param {string} [specialtyTypeId]
24676
25134
  * @param {string} [specialtyId]
24677
- * @param {string} [serviceId]
24678
25135
  * @param {string} [exceptHospitalId]
24679
25136
  * @param {boolean} [showHidden]
24680
25137
  * @param {string} [languageCode]
@@ -24688,9 +25145,9 @@ var HospitalsApi = /** @class */ (function (_super) {
24688
25145
  * @throws {RequiredError}
24689
25146
  * @memberof HospitalsApi
24690
25147
  */
24691
- HospitalsApi.prototype.apiV1HospitalsGet = function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, serviceId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options) {
25148
+ HospitalsApi.prototype.apiV1HospitalsGet = function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options) {
24692
25149
  var _this = this;
24693
- return exports.HospitalsApiFp(this.configuration).apiV1HospitalsGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, serviceId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
25150
+ return exports.HospitalsApiFp(this.configuration).apiV1HospitalsGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
24694
25151
  };
24695
25152
  /**
24696
25153
  *
@@ -25153,18 +25610,18 @@ var HospitalsApi = /** @class */ (function (_super) {
25153
25610
  *
25154
25611
  * @summary Get all HospitalSpecialties.
25155
25612
  * @param {string} hospitalId
25156
- * @param {string} [hospitalName]
25157
- * @param {string} [hospitalSlug]
25158
25613
  * @param {string} [specialtyId]
25159
25614
  * @param {string} [specialtyName]
25160
25615
  * @param {string} [specialtyTypeId]
25161
- * @param {string} [hospitalSpecialtySlug]
25162
- * @param {string} [title]
25616
+ * @param {string} [specialtyTypeName]
25617
+ * @param {string} [hospitalSpecialtyId]
25618
+ * @param {string} [name]
25619
+ * @param {string} [slug]
25163
25620
  * @param {MarketingType} [marketingType]
25164
- * @param {string} [languageCode]
25165
- * @param {boolean} [showHidden]
25166
25621
  * @param {boolean} [returnDefaultValue]
25167
25622
  * @param {boolean} [includeServices]
25623
+ * @param {string} [languageCode]
25624
+ * @param {boolean} [showHidden]
25168
25625
  * @param {number} [page]
25169
25626
  * @param {number} [limit]
25170
25627
  * @param {Date} [lastRetrieved]
@@ -25172,9 +25629,9 @@ var HospitalsApi = /** @class */ (function (_super) {
25172
25629
  * @throws {RequiredError}
25173
25630
  * @memberof HospitalsApi
25174
25631
  */
25175
- HospitalsApi.prototype.apiV1HospitalsHospitalIdSpecialtiesGet = function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
25632
+ HospitalsApi.prototype.apiV1HospitalsHospitalIdSpecialtiesGet = function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options) {
25176
25633
  var _this = this;
25177
- return exports.HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdSpecialtiesGet(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); });
25634
+ return exports.HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
25178
25635
  };
25179
25636
  /**
25180
25637
  *
@@ -25268,18 +25725,18 @@ var HospitalsApi = /** @class */ (function (_super) {
25268
25725
  *
25269
25726
  * @summary Get all HospitalSpecialties.
25270
25727
  * @param {string} hospitalId
25271
- * @param {string} [hospitalName]
25272
- * @param {string} [hospitalSlug]
25273
25728
  * @param {string} [specialtyId]
25274
25729
  * @param {string} [specialtyName]
25275
25730
  * @param {string} [specialtyTypeId]
25276
- * @param {string} [hospitalSpecialtySlug]
25277
- * @param {string} [title]
25731
+ * @param {string} [specialtyTypeName]
25732
+ * @param {string} [hospitalSpecialtyId]
25733
+ * @param {string} [name]
25734
+ * @param {string} [slug]
25278
25735
  * @param {MarketingType} [marketingType]
25279
- * @param {string} [languageCode]
25280
- * @param {boolean} [showHidden]
25281
25736
  * @param {boolean} [returnDefaultValue]
25282
25737
  * @param {boolean} [includeServices]
25738
+ * @param {string} [languageCode]
25739
+ * @param {boolean} [showHidden]
25283
25740
  * @param {number} [page]
25284
25741
  * @param {number} [limit]
25285
25742
  * @param {Date} [lastRetrieved]
@@ -25287,9 +25744,25 @@ var HospitalsApi = /** @class */ (function (_super) {
25287
25744
  * @throws {RequiredError}
25288
25745
  * @memberof HospitalsApi
25289
25746
  */
25290
- HospitalsApi.prototype.apiV1HospitalsHospitalIdSpecialtiesSimpleGet = function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
25747
+ HospitalsApi.prototype.apiV1HospitalsHospitalIdSpecialtiesSimpleGet = function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options) {
25291
25748
  var _this = this;
25292
- return exports.HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdSpecialtiesSimpleGet(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); });
25749
+ return exports.HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
25750
+ };
25751
+ /**
25752
+ *
25753
+ * @summary Get HospitalSpecialty by slug.
25754
+ * @param {string} hospitalId
25755
+ * @param {string} slug
25756
+ * @param {string} [languageCode]
25757
+ * @param {boolean} [returnDefaultValue]
25758
+ * @param {boolean} [includeServices]
25759
+ * @param {*} [options] Override http request option.
25760
+ * @throws {RequiredError}
25761
+ * @memberof HospitalsApi
25762
+ */
25763
+ HospitalsApi.prototype.apiV1HospitalsHospitalIdSpecialtiesSlugGet = function (hospitalId, slug, languageCode, returnDefaultValue, includeServices, options) {
25764
+ var _this = this;
25765
+ return exports.HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode, returnDefaultValue, includeServices, options).then(function (request) { return request(_this.axios, _this.basePath); });
25293
25766
  };
25294
25767
  /**
25295
25768
  *
@@ -25339,14 +25812,9 @@ var HospitalsApi = /** @class */ (function (_super) {
25339
25812
  * @summary Get all HospitalServices.
25340
25813
  * @param {string} hospitalId
25341
25814
  * @param {string} specialtyId
25342
- * @param {string} [hospitalName]
25343
- * @param {string} [hospitalSlug]
25344
25815
  * @param {string} [id]
25345
25816
  * @param {string} [name]
25346
- * @param {string} [description]
25347
- * @param {string} [specialtyName]
25348
- * @param {string} [specialtyTypeId]
25349
- * @param {string} [specialtyTypeName]
25817
+ * @param {string} [slug]
25350
25818
  * @param {string} [serviceCategoryId]
25351
25819
  * @param {MarketingType} [marketingType]
25352
25820
  * @param {Procedure} [procedure]
@@ -25360,9 +25828,9 @@ var HospitalsApi = /** @class */ (function (_super) {
25360
25828
  * @throws {RequiredError}
25361
25829
  * @memberof HospitalsApi
25362
25830
  */
25363
- HospitalsApi.prototype.apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet = function (hospitalId, specialtyId, hospitalName, hospitalSlug, id, name, description, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
25831
+ HospitalsApi.prototype.apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet = function (hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
25364
25832
  var _this = this;
25365
- return exports.HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId, specialtyId, hospitalName, hospitalSlug, id, name, description, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
25833
+ return exports.HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
25366
25834
  };
25367
25835
  /**
25368
25836
  *
@@ -25596,7 +26064,6 @@ var HospitalsApi = /** @class */ (function (_super) {
25596
26064
  * @param {MarketingType} [marketingType]
25597
26065
  * @param {string} [specialtyTypeId]
25598
26066
  * @param {string} [specialtyId]
25599
- * @param {string} [serviceId]
25600
26067
  * @param {string} [exceptHospitalId]
25601
26068
  * @param {boolean} [showHidden]
25602
26069
  * @param {string} [languageCode]
@@ -25610,9 +26077,9 @@ var HospitalsApi = /** @class */ (function (_super) {
25610
26077
  * @throws {RequiredError}
25611
26078
  * @memberof HospitalsApi
25612
26079
  */
25613
- HospitalsApi.prototype.apiV1HospitalsSimpleGet = function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, serviceId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options) {
26080
+ HospitalsApi.prototype.apiV1HospitalsSimpleGet = function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options) {
25614
26081
  var _this = this;
25615
- return exports.HospitalsApiFp(this.configuration).apiV1HospitalsSimpleGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, serviceId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
26082
+ return exports.HospitalsApiFp(this.configuration).apiV1HospitalsSimpleGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
25616
26083
  };
25617
26084
  /**
25618
26085
  *
@@ -29895,83 +30362,6 @@ exports.ProfilesApi = ProfilesApi;
29895
30362
  exports.SearchApiAxiosParamCreator = function (configuration) {
29896
30363
  var _this = this;
29897
30364
  return {
29898
- /**
29899
- *
29900
- * @summary Search deals using Azure Search Service
29901
- * @param {string} [searchTerm]
29902
- * @param {boolean} [countOnly]
29903
- * @param {string} [countryId]
29904
- * @param {string} [hospitalId]
29905
- * @param {MarketingType} [marketingType]
29906
- * @param {string} [languageCode]
29907
- * @param {number} [page]
29908
- * @param {number} [limit]
29909
- * @param {Date} [lastRetrieved]
29910
- * @param {*} [options] Override http request option.
29911
- * @throws {RequiredError}
29912
- */
29913
- apiV1SearchDealsGet: function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
29914
- if (options === void 0) { options = {}; }
29915
- return __awaiter(_this, void 0, void 0, function () {
29916
- var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
29917
- return __generator(this, function (_a) {
29918
- switch (_a.label) {
29919
- case 0:
29920
- localVarPath = "/api/v1/search/deals";
29921
- localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
29922
- if (configuration) {
29923
- baseOptions = configuration.baseOptions;
29924
- }
29925
- localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
29926
- localVarHeaderParameter = {};
29927
- localVarQueryParameter = {};
29928
- // authentication oauth2 required
29929
- // oauth required
29930
- return [4 /*yield*/, common_1.setOAuthToObject(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)];
29931
- case 1:
29932
- // authentication oauth2 required
29933
- // oauth required
29934
- _a.sent();
29935
- if (searchTerm !== undefined) {
29936
- localVarQueryParameter['SearchTerm'] = searchTerm;
29937
- }
29938
- if (countOnly !== undefined) {
29939
- localVarQueryParameter['CountOnly'] = countOnly;
29940
- }
29941
- if (countryId !== undefined) {
29942
- localVarQueryParameter['CountryId'] = countryId;
29943
- }
29944
- if (hospitalId !== undefined) {
29945
- localVarQueryParameter['HospitalId'] = hospitalId;
29946
- }
29947
- if (marketingType !== undefined) {
29948
- localVarQueryParameter['MarketingType'] = marketingType;
29949
- }
29950
- if (languageCode !== undefined) {
29951
- localVarQueryParameter['LanguageCode'] = languageCode;
29952
- }
29953
- if (page !== undefined) {
29954
- localVarQueryParameter['page'] = page;
29955
- }
29956
- if (limit !== undefined) {
29957
- localVarQueryParameter['limit'] = limit;
29958
- }
29959
- if (lastRetrieved !== undefined) {
29960
- localVarQueryParameter['lastRetrieved'] = (lastRetrieved instanceof Date) ?
29961
- lastRetrieved.toISOString() :
29962
- lastRetrieved;
29963
- }
29964
- common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
29965
- headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
29966
- localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
29967
- return [2 /*return*/, {
29968
- url: common_1.toPathString(localVarUrlObj),
29969
- options: localVarRequestOptions,
29970
- }];
29971
- }
29972
- });
29973
- });
29974
- },
29975
30365
  /**
29976
30366
  *
29977
30367
  * @summary Update or Re-create deals Azure Search Services Index
@@ -30014,83 +30404,6 @@ exports.SearchApiAxiosParamCreator = function (configuration) {
30014
30404
  });
30015
30405
  });
30016
30406
  },
30017
- /**
30018
- *
30019
- * @summary Search doctors using Azure Search Services
30020
- * @param {string} [searchTerm]
30021
- * @param {boolean} [countOnly]
30022
- * @param {string} [countryId]
30023
- * @param {string} [hospitalId]
30024
- * @param {MarketingType} [marketingType]
30025
- * @param {string} [languageCode]
30026
- * @param {number} [page]
30027
- * @param {number} [limit]
30028
- * @param {Date} [lastRetrieved]
30029
- * @param {*} [options] Override http request option.
30030
- * @throws {RequiredError}
30031
- */
30032
- apiV1SearchDoctorsGet: function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
30033
- if (options === void 0) { options = {}; }
30034
- return __awaiter(_this, void 0, void 0, function () {
30035
- var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
30036
- return __generator(this, function (_a) {
30037
- switch (_a.label) {
30038
- case 0:
30039
- localVarPath = "/api/v1/search/doctors";
30040
- localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
30041
- if (configuration) {
30042
- baseOptions = configuration.baseOptions;
30043
- }
30044
- localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
30045
- localVarHeaderParameter = {};
30046
- localVarQueryParameter = {};
30047
- // authentication oauth2 required
30048
- // oauth required
30049
- return [4 /*yield*/, common_1.setOAuthToObject(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)];
30050
- case 1:
30051
- // authentication oauth2 required
30052
- // oauth required
30053
- _a.sent();
30054
- if (searchTerm !== undefined) {
30055
- localVarQueryParameter['SearchTerm'] = searchTerm;
30056
- }
30057
- if (countOnly !== undefined) {
30058
- localVarQueryParameter['CountOnly'] = countOnly;
30059
- }
30060
- if (countryId !== undefined) {
30061
- localVarQueryParameter['CountryId'] = countryId;
30062
- }
30063
- if (hospitalId !== undefined) {
30064
- localVarQueryParameter['HospitalId'] = hospitalId;
30065
- }
30066
- if (marketingType !== undefined) {
30067
- localVarQueryParameter['MarketingType'] = marketingType;
30068
- }
30069
- if (languageCode !== undefined) {
30070
- localVarQueryParameter['LanguageCode'] = languageCode;
30071
- }
30072
- if (page !== undefined) {
30073
- localVarQueryParameter['page'] = page;
30074
- }
30075
- if (limit !== undefined) {
30076
- localVarQueryParameter['limit'] = limit;
30077
- }
30078
- if (lastRetrieved !== undefined) {
30079
- localVarQueryParameter['lastRetrieved'] = (lastRetrieved instanceof Date) ?
30080
- lastRetrieved.toISOString() :
30081
- lastRetrieved;
30082
- }
30083
- common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
30084
- headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
30085
- localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
30086
- return [2 /*return*/, {
30087
- url: common_1.toPathString(localVarUrlObj),
30088
- options: localVarRequestOptions,
30089
- }];
30090
- }
30091
- });
30092
- });
30093
- },
30094
30407
  /**
30095
30408
  *
30096
30409
  * @summary Update or Re-create doctors Azure Search Services Index
@@ -30133,160 +30446,6 @@ exports.SearchApiAxiosParamCreator = function (configuration) {
30133
30446
  });
30134
30447
  });
30135
30448
  },
30136
- /**
30137
- *
30138
- * @summary Get the number of items in each search index
30139
- * @param {string} [searchTerm]
30140
- * @param {boolean} [countOnly]
30141
- * @param {string} [countryId]
30142
- * @param {string} [hospitalId]
30143
- * @param {MarketingType} [marketingType]
30144
- * @param {string} [languageCode]
30145
- * @param {number} [page]
30146
- * @param {number} [limit]
30147
- * @param {Date} [lastRetrieved]
30148
- * @param {*} [options] Override http request option.
30149
- * @throws {RequiredError}
30150
- */
30151
- apiV1SearchGetcountGet: function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
30152
- if (options === void 0) { options = {}; }
30153
- return __awaiter(_this, void 0, void 0, function () {
30154
- var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
30155
- return __generator(this, function (_a) {
30156
- switch (_a.label) {
30157
- case 0:
30158
- localVarPath = "/api/v1/search/getcount";
30159
- localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
30160
- if (configuration) {
30161
- baseOptions = configuration.baseOptions;
30162
- }
30163
- localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
30164
- localVarHeaderParameter = {};
30165
- localVarQueryParameter = {};
30166
- // authentication oauth2 required
30167
- // oauth required
30168
- return [4 /*yield*/, common_1.setOAuthToObject(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)];
30169
- case 1:
30170
- // authentication oauth2 required
30171
- // oauth required
30172
- _a.sent();
30173
- if (searchTerm !== undefined) {
30174
- localVarQueryParameter['SearchTerm'] = searchTerm;
30175
- }
30176
- if (countOnly !== undefined) {
30177
- localVarQueryParameter['CountOnly'] = countOnly;
30178
- }
30179
- if (countryId !== undefined) {
30180
- localVarQueryParameter['CountryId'] = countryId;
30181
- }
30182
- if (hospitalId !== undefined) {
30183
- localVarQueryParameter['HospitalId'] = hospitalId;
30184
- }
30185
- if (marketingType !== undefined) {
30186
- localVarQueryParameter['MarketingType'] = marketingType;
30187
- }
30188
- if (languageCode !== undefined) {
30189
- localVarQueryParameter['LanguageCode'] = languageCode;
30190
- }
30191
- if (page !== undefined) {
30192
- localVarQueryParameter['page'] = page;
30193
- }
30194
- if (limit !== undefined) {
30195
- localVarQueryParameter['limit'] = limit;
30196
- }
30197
- if (lastRetrieved !== undefined) {
30198
- localVarQueryParameter['lastRetrieved'] = (lastRetrieved instanceof Date) ?
30199
- lastRetrieved.toISOString() :
30200
- lastRetrieved;
30201
- }
30202
- common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
30203
- headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
30204
- localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
30205
- return [2 /*return*/, {
30206
- url: common_1.toPathString(localVarUrlObj),
30207
- options: localVarRequestOptions,
30208
- }];
30209
- }
30210
- });
30211
- });
30212
- },
30213
- /**
30214
- *
30215
- * @summary Search hospitals using Azure Search Services
30216
- * @param {string} [searchTerm]
30217
- * @param {boolean} [countOnly]
30218
- * @param {string} [countryId]
30219
- * @param {string} [hospitalId]
30220
- * @param {MarketingType} [marketingType]
30221
- * @param {string} [languageCode]
30222
- * @param {number} [page]
30223
- * @param {number} [limit]
30224
- * @param {Date} [lastRetrieved]
30225
- * @param {*} [options] Override http request option.
30226
- * @throws {RequiredError}
30227
- */
30228
- apiV1SearchHospitalsGet: function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
30229
- if (options === void 0) { options = {}; }
30230
- return __awaiter(_this, void 0, void 0, function () {
30231
- var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
30232
- return __generator(this, function (_a) {
30233
- switch (_a.label) {
30234
- case 0:
30235
- localVarPath = "/api/v1/search/hospitals";
30236
- localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
30237
- if (configuration) {
30238
- baseOptions = configuration.baseOptions;
30239
- }
30240
- localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
30241
- localVarHeaderParameter = {};
30242
- localVarQueryParameter = {};
30243
- // authentication oauth2 required
30244
- // oauth required
30245
- return [4 /*yield*/, common_1.setOAuthToObject(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)];
30246
- case 1:
30247
- // authentication oauth2 required
30248
- // oauth required
30249
- _a.sent();
30250
- if (searchTerm !== undefined) {
30251
- localVarQueryParameter['SearchTerm'] = searchTerm;
30252
- }
30253
- if (countOnly !== undefined) {
30254
- localVarQueryParameter['CountOnly'] = countOnly;
30255
- }
30256
- if (countryId !== undefined) {
30257
- localVarQueryParameter['CountryId'] = countryId;
30258
- }
30259
- if (hospitalId !== undefined) {
30260
- localVarQueryParameter['HospitalId'] = hospitalId;
30261
- }
30262
- if (marketingType !== undefined) {
30263
- localVarQueryParameter['MarketingType'] = marketingType;
30264
- }
30265
- if (languageCode !== undefined) {
30266
- localVarQueryParameter['LanguageCode'] = languageCode;
30267
- }
30268
- if (page !== undefined) {
30269
- localVarQueryParameter['page'] = page;
30270
- }
30271
- if (limit !== undefined) {
30272
- localVarQueryParameter['limit'] = limit;
30273
- }
30274
- if (lastRetrieved !== undefined) {
30275
- localVarQueryParameter['lastRetrieved'] = (lastRetrieved instanceof Date) ?
30276
- lastRetrieved.toISOString() :
30277
- lastRetrieved;
30278
- }
30279
- common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
30280
- headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
30281
- localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
30282
- return [2 /*return*/, {
30283
- url: common_1.toPathString(localVarUrlObj),
30284
- options: localVarRequestOptions,
30285
- }];
30286
- }
30287
- });
30288
- });
30289
- },
30290
30449
  /**
30291
30450
  *
30292
30451
  * @summary Update or Re-create hospitals Azure Search Services Index
@@ -30329,83 +30488,6 @@ exports.SearchApiAxiosParamCreator = function (configuration) {
30329
30488
  });
30330
30489
  });
30331
30490
  },
30332
- /**
30333
- *
30334
- * @summary Search specialties using Azure Search Service
30335
- * @param {string} [searchTerm]
30336
- * @param {boolean} [countOnly]
30337
- * @param {string} [countryId]
30338
- * @param {string} [hospitalId]
30339
- * @param {MarketingType} [marketingType]
30340
- * @param {string} [languageCode]
30341
- * @param {number} [page]
30342
- * @param {number} [limit]
30343
- * @param {Date} [lastRetrieved]
30344
- * @param {*} [options] Override http request option.
30345
- * @throws {RequiredError}
30346
- */
30347
- apiV1SearchSpecialtiesGet: function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
30348
- if (options === void 0) { options = {}; }
30349
- return __awaiter(_this, void 0, void 0, function () {
30350
- var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
30351
- return __generator(this, function (_a) {
30352
- switch (_a.label) {
30353
- case 0:
30354
- localVarPath = "/api/v1/search/specialties";
30355
- localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
30356
- if (configuration) {
30357
- baseOptions = configuration.baseOptions;
30358
- }
30359
- localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
30360
- localVarHeaderParameter = {};
30361
- localVarQueryParameter = {};
30362
- // authentication oauth2 required
30363
- // oauth required
30364
- return [4 /*yield*/, common_1.setOAuthToObject(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)];
30365
- case 1:
30366
- // authentication oauth2 required
30367
- // oauth required
30368
- _a.sent();
30369
- if (searchTerm !== undefined) {
30370
- localVarQueryParameter['SearchTerm'] = searchTerm;
30371
- }
30372
- if (countOnly !== undefined) {
30373
- localVarQueryParameter['CountOnly'] = countOnly;
30374
- }
30375
- if (countryId !== undefined) {
30376
- localVarQueryParameter['CountryId'] = countryId;
30377
- }
30378
- if (hospitalId !== undefined) {
30379
- localVarQueryParameter['HospitalId'] = hospitalId;
30380
- }
30381
- if (marketingType !== undefined) {
30382
- localVarQueryParameter['MarketingType'] = marketingType;
30383
- }
30384
- if (languageCode !== undefined) {
30385
- localVarQueryParameter['LanguageCode'] = languageCode;
30386
- }
30387
- if (page !== undefined) {
30388
- localVarQueryParameter['page'] = page;
30389
- }
30390
- if (limit !== undefined) {
30391
- localVarQueryParameter['limit'] = limit;
30392
- }
30393
- if (lastRetrieved !== undefined) {
30394
- localVarQueryParameter['lastRetrieved'] = (lastRetrieved instanceof Date) ?
30395
- lastRetrieved.toISOString() :
30396
- lastRetrieved;
30397
- }
30398
- common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
30399
- headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
30400
- localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
30401
- return [2 /*return*/, {
30402
- url: common_1.toPathString(localVarUrlObj),
30403
- options: localVarRequestOptions,
30404
- }];
30405
- }
30406
- });
30407
- });
30408
- },
30409
30491
  /**
30410
30492
  *
30411
30493
  * @summary Update or Re-create specialties Azure Search Services Index
@@ -30448,83 +30530,6 @@ exports.SearchApiAxiosParamCreator = function (configuration) {
30448
30530
  });
30449
30531
  });
30450
30532
  },
30451
- /**
30452
- *
30453
- * @summary Search specialtyTypes using Azure Search Services
30454
- * @param {string} [searchTerm]
30455
- * @param {boolean} [countOnly]
30456
- * @param {string} [countryId]
30457
- * @param {string} [hospitalId]
30458
- * @param {MarketingType} [marketingType]
30459
- * @param {string} [languageCode]
30460
- * @param {number} [page]
30461
- * @param {number} [limit]
30462
- * @param {Date} [lastRetrieved]
30463
- * @param {*} [options] Override http request option.
30464
- * @throws {RequiredError}
30465
- */
30466
- apiV1SearchSpecialtytypesGet: function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
30467
- if (options === void 0) { options = {}; }
30468
- return __awaiter(_this, void 0, void 0, function () {
30469
- var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
30470
- return __generator(this, function (_a) {
30471
- switch (_a.label) {
30472
- case 0:
30473
- localVarPath = "/api/v1/search/specialtytypes";
30474
- localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
30475
- if (configuration) {
30476
- baseOptions = configuration.baseOptions;
30477
- }
30478
- localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
30479
- localVarHeaderParameter = {};
30480
- localVarQueryParameter = {};
30481
- // authentication oauth2 required
30482
- // oauth required
30483
- return [4 /*yield*/, common_1.setOAuthToObject(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)];
30484
- case 1:
30485
- // authentication oauth2 required
30486
- // oauth required
30487
- _a.sent();
30488
- if (searchTerm !== undefined) {
30489
- localVarQueryParameter['SearchTerm'] = searchTerm;
30490
- }
30491
- if (countOnly !== undefined) {
30492
- localVarQueryParameter['CountOnly'] = countOnly;
30493
- }
30494
- if (countryId !== undefined) {
30495
- localVarQueryParameter['CountryId'] = countryId;
30496
- }
30497
- if (hospitalId !== undefined) {
30498
- localVarQueryParameter['HospitalId'] = hospitalId;
30499
- }
30500
- if (marketingType !== undefined) {
30501
- localVarQueryParameter['MarketingType'] = marketingType;
30502
- }
30503
- if (languageCode !== undefined) {
30504
- localVarQueryParameter['LanguageCode'] = languageCode;
30505
- }
30506
- if (page !== undefined) {
30507
- localVarQueryParameter['page'] = page;
30508
- }
30509
- if (limit !== undefined) {
30510
- localVarQueryParameter['limit'] = limit;
30511
- }
30512
- if (lastRetrieved !== undefined) {
30513
- localVarQueryParameter['lastRetrieved'] = (lastRetrieved instanceof Date) ?
30514
- lastRetrieved.toISOString() :
30515
- lastRetrieved;
30516
- }
30517
- common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
30518
- headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
30519
- localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
30520
- return [2 /*return*/, {
30521
- url: common_1.toPathString(localVarUrlObj),
30522
- options: localVarRequestOptions,
30523
- }];
30524
- }
30525
- });
30526
- });
30527
- },
30528
30533
  /**
30529
30534
  *
30530
30535
  * @summary Update or Re-create specialtyTypes Azure Search Services Index
@@ -30576,34 +30581,6 @@ exports.SearchApiAxiosParamCreator = function (configuration) {
30576
30581
  exports.SearchApiFp = function (configuration) {
30577
30582
  var localVarAxiosParamCreator = exports.SearchApiAxiosParamCreator(configuration);
30578
30583
  return {
30579
- /**
30580
- *
30581
- * @summary Search deals using Azure Search Service
30582
- * @param {string} [searchTerm]
30583
- * @param {boolean} [countOnly]
30584
- * @param {string} [countryId]
30585
- * @param {string} [hospitalId]
30586
- * @param {MarketingType} [marketingType]
30587
- * @param {string} [languageCode]
30588
- * @param {number} [page]
30589
- * @param {number} [limit]
30590
- * @param {Date} [lastRetrieved]
30591
- * @param {*} [options] Override http request option.
30592
- * @throws {RequiredError}
30593
- */
30594
- apiV1SearchDealsGet: function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
30595
- return __awaiter(this, void 0, void 0, function () {
30596
- var localVarAxiosArgs;
30597
- return __generator(this, function (_a) {
30598
- switch (_a.label) {
30599
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SearchDealsGet(searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options)];
30600
- case 1:
30601
- localVarAxiosArgs = _a.sent();
30602
- return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
30603
- }
30604
- });
30605
- });
30606
- },
30607
30584
  /**
30608
30585
  *
30609
30586
  * @summary Update or Re-create deals Azure Search Services Index
@@ -30624,34 +30601,6 @@ exports.SearchApiFp = function (configuration) {
30624
30601
  });
30625
30602
  });
30626
30603
  },
30627
- /**
30628
- *
30629
- * @summary Search doctors using Azure Search Services
30630
- * @param {string} [searchTerm]
30631
- * @param {boolean} [countOnly]
30632
- * @param {string} [countryId]
30633
- * @param {string} [hospitalId]
30634
- * @param {MarketingType} [marketingType]
30635
- * @param {string} [languageCode]
30636
- * @param {number} [page]
30637
- * @param {number} [limit]
30638
- * @param {Date} [lastRetrieved]
30639
- * @param {*} [options] Override http request option.
30640
- * @throws {RequiredError}
30641
- */
30642
- apiV1SearchDoctorsGet: function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
30643
- return __awaiter(this, void 0, void 0, function () {
30644
- var localVarAxiosArgs;
30645
- return __generator(this, function (_a) {
30646
- switch (_a.label) {
30647
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SearchDoctorsGet(searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options)];
30648
- case 1:
30649
- localVarAxiosArgs = _a.sent();
30650
- return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
30651
- }
30652
- });
30653
- });
30654
- },
30655
30604
  /**
30656
30605
  *
30657
30606
  * @summary Update or Re-create doctors Azure Search Services Index
@@ -30672,62 +30621,6 @@ exports.SearchApiFp = function (configuration) {
30672
30621
  });
30673
30622
  });
30674
30623
  },
30675
- /**
30676
- *
30677
- * @summary Get the number of items in each search index
30678
- * @param {string} [searchTerm]
30679
- * @param {boolean} [countOnly]
30680
- * @param {string} [countryId]
30681
- * @param {string} [hospitalId]
30682
- * @param {MarketingType} [marketingType]
30683
- * @param {string} [languageCode]
30684
- * @param {number} [page]
30685
- * @param {number} [limit]
30686
- * @param {Date} [lastRetrieved]
30687
- * @param {*} [options] Override http request option.
30688
- * @throws {RequiredError}
30689
- */
30690
- apiV1SearchGetcountGet: function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
30691
- return __awaiter(this, void 0, void 0, function () {
30692
- var localVarAxiosArgs;
30693
- return __generator(this, function (_a) {
30694
- switch (_a.label) {
30695
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SearchGetcountGet(searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options)];
30696
- case 1:
30697
- localVarAxiosArgs = _a.sent();
30698
- return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
30699
- }
30700
- });
30701
- });
30702
- },
30703
- /**
30704
- *
30705
- * @summary Search hospitals using Azure Search Services
30706
- * @param {string} [searchTerm]
30707
- * @param {boolean} [countOnly]
30708
- * @param {string} [countryId]
30709
- * @param {string} [hospitalId]
30710
- * @param {MarketingType} [marketingType]
30711
- * @param {string} [languageCode]
30712
- * @param {number} [page]
30713
- * @param {number} [limit]
30714
- * @param {Date} [lastRetrieved]
30715
- * @param {*} [options] Override http request option.
30716
- * @throws {RequiredError}
30717
- */
30718
- apiV1SearchHospitalsGet: function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
30719
- return __awaiter(this, void 0, void 0, function () {
30720
- var localVarAxiosArgs;
30721
- return __generator(this, function (_a) {
30722
- switch (_a.label) {
30723
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SearchHospitalsGet(searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options)];
30724
- case 1:
30725
- localVarAxiosArgs = _a.sent();
30726
- return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
30727
- }
30728
- });
30729
- });
30730
- },
30731
30624
  /**
30732
30625
  *
30733
30626
  * @summary Update or Re-create hospitals Azure Search Services Index
@@ -30748,34 +30641,6 @@ exports.SearchApiFp = function (configuration) {
30748
30641
  });
30749
30642
  });
30750
30643
  },
30751
- /**
30752
- *
30753
- * @summary Search specialties using Azure Search Service
30754
- * @param {string} [searchTerm]
30755
- * @param {boolean} [countOnly]
30756
- * @param {string} [countryId]
30757
- * @param {string} [hospitalId]
30758
- * @param {MarketingType} [marketingType]
30759
- * @param {string} [languageCode]
30760
- * @param {number} [page]
30761
- * @param {number} [limit]
30762
- * @param {Date} [lastRetrieved]
30763
- * @param {*} [options] Override http request option.
30764
- * @throws {RequiredError}
30765
- */
30766
- apiV1SearchSpecialtiesGet: function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
30767
- return __awaiter(this, void 0, void 0, function () {
30768
- var localVarAxiosArgs;
30769
- return __generator(this, function (_a) {
30770
- switch (_a.label) {
30771
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SearchSpecialtiesGet(searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options)];
30772
- case 1:
30773
- localVarAxiosArgs = _a.sent();
30774
- return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
30775
- }
30776
- });
30777
- });
30778
- },
30779
30644
  /**
30780
30645
  *
30781
30646
  * @summary Update or Re-create specialties Azure Search Services Index
@@ -30796,34 +30661,6 @@ exports.SearchApiFp = function (configuration) {
30796
30661
  });
30797
30662
  });
30798
30663
  },
30799
- /**
30800
- *
30801
- * @summary Search specialtyTypes using Azure Search Services
30802
- * @param {string} [searchTerm]
30803
- * @param {boolean} [countOnly]
30804
- * @param {string} [countryId]
30805
- * @param {string} [hospitalId]
30806
- * @param {MarketingType} [marketingType]
30807
- * @param {string} [languageCode]
30808
- * @param {number} [page]
30809
- * @param {number} [limit]
30810
- * @param {Date} [lastRetrieved]
30811
- * @param {*} [options] Override http request option.
30812
- * @throws {RequiredError}
30813
- */
30814
- apiV1SearchSpecialtytypesGet: function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
30815
- return __awaiter(this, void 0, void 0, function () {
30816
- var localVarAxiosArgs;
30817
- return __generator(this, function (_a) {
30818
- switch (_a.label) {
30819
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SearchSpecialtytypesGet(searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options)];
30820
- case 1:
30821
- localVarAxiosArgs = _a.sent();
30822
- return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
30823
- }
30824
- });
30825
- });
30826
- },
30827
30664
  /**
30828
30665
  *
30829
30666
  * @summary Update or Re-create specialtyTypes Azure Search Services Index
@@ -30853,24 +30690,6 @@ exports.SearchApiFp = function (configuration) {
30853
30690
  exports.SearchApiFactory = function (configuration, basePath, axios) {
30854
30691
  var localVarFp = exports.SearchApiFp(configuration);
30855
30692
  return {
30856
- /**
30857
- *
30858
- * @summary Search deals using Azure Search Service
30859
- * @param {string} [searchTerm]
30860
- * @param {boolean} [countOnly]
30861
- * @param {string} [countryId]
30862
- * @param {string} [hospitalId]
30863
- * @param {MarketingType} [marketingType]
30864
- * @param {string} [languageCode]
30865
- * @param {number} [page]
30866
- * @param {number} [limit]
30867
- * @param {Date} [lastRetrieved]
30868
- * @param {*} [options] Override http request option.
30869
- * @throws {RequiredError}
30870
- */
30871
- apiV1SearchDealsGet: function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
30872
- return localVarFp.apiV1SearchDealsGet(searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
30873
- },
30874
30693
  /**
30875
30694
  *
30876
30695
  * @summary Update or Re-create deals Azure Search Services Index
@@ -30881,24 +30700,6 @@ exports.SearchApiFactory = function (configuration, basePath, axios) {
30881
30700
  apiV1SearchDealsPost: function (updateDealsSearchIndexCommand, options) {
30882
30701
  return localVarFp.apiV1SearchDealsPost(updateDealsSearchIndexCommand, options).then(function (request) { return request(axios, basePath); });
30883
30702
  },
30884
- /**
30885
- *
30886
- * @summary Search doctors using Azure Search Services
30887
- * @param {string} [searchTerm]
30888
- * @param {boolean} [countOnly]
30889
- * @param {string} [countryId]
30890
- * @param {string} [hospitalId]
30891
- * @param {MarketingType} [marketingType]
30892
- * @param {string} [languageCode]
30893
- * @param {number} [page]
30894
- * @param {number} [limit]
30895
- * @param {Date} [lastRetrieved]
30896
- * @param {*} [options] Override http request option.
30897
- * @throws {RequiredError}
30898
- */
30899
- apiV1SearchDoctorsGet: function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
30900
- return localVarFp.apiV1SearchDoctorsGet(searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
30901
- },
30902
30703
  /**
30903
30704
  *
30904
30705
  * @summary Update or Re-create doctors Azure Search Services Index
@@ -30909,42 +30710,6 @@ exports.SearchApiFactory = function (configuration, basePath, axios) {
30909
30710
  apiV1SearchDoctorsPost: function (updateDoctorsSearchIndexCommand, options) {
30910
30711
  return localVarFp.apiV1SearchDoctorsPost(updateDoctorsSearchIndexCommand, options).then(function (request) { return request(axios, basePath); });
30911
30712
  },
30912
- /**
30913
- *
30914
- * @summary Get the number of items in each search index
30915
- * @param {string} [searchTerm]
30916
- * @param {boolean} [countOnly]
30917
- * @param {string} [countryId]
30918
- * @param {string} [hospitalId]
30919
- * @param {MarketingType} [marketingType]
30920
- * @param {string} [languageCode]
30921
- * @param {number} [page]
30922
- * @param {number} [limit]
30923
- * @param {Date} [lastRetrieved]
30924
- * @param {*} [options] Override http request option.
30925
- * @throws {RequiredError}
30926
- */
30927
- apiV1SearchGetcountGet: function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
30928
- return localVarFp.apiV1SearchGetcountGet(searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
30929
- },
30930
- /**
30931
- *
30932
- * @summary Search hospitals using Azure Search Services
30933
- * @param {string} [searchTerm]
30934
- * @param {boolean} [countOnly]
30935
- * @param {string} [countryId]
30936
- * @param {string} [hospitalId]
30937
- * @param {MarketingType} [marketingType]
30938
- * @param {string} [languageCode]
30939
- * @param {number} [page]
30940
- * @param {number} [limit]
30941
- * @param {Date} [lastRetrieved]
30942
- * @param {*} [options] Override http request option.
30943
- * @throws {RequiredError}
30944
- */
30945
- apiV1SearchHospitalsGet: function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
30946
- return localVarFp.apiV1SearchHospitalsGet(searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
30947
- },
30948
30713
  /**
30949
30714
  *
30950
30715
  * @summary Update or Re-create hospitals Azure Search Services Index
@@ -30955,24 +30720,6 @@ exports.SearchApiFactory = function (configuration, basePath, axios) {
30955
30720
  apiV1SearchHospitalsPost: function (updateHospitalsSearchIndexCommand, options) {
30956
30721
  return localVarFp.apiV1SearchHospitalsPost(updateHospitalsSearchIndexCommand, options).then(function (request) { return request(axios, basePath); });
30957
30722
  },
30958
- /**
30959
- *
30960
- * @summary Search specialties using Azure Search Service
30961
- * @param {string} [searchTerm]
30962
- * @param {boolean} [countOnly]
30963
- * @param {string} [countryId]
30964
- * @param {string} [hospitalId]
30965
- * @param {MarketingType} [marketingType]
30966
- * @param {string} [languageCode]
30967
- * @param {number} [page]
30968
- * @param {number} [limit]
30969
- * @param {Date} [lastRetrieved]
30970
- * @param {*} [options] Override http request option.
30971
- * @throws {RequiredError}
30972
- */
30973
- apiV1SearchSpecialtiesGet: function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
30974
- return localVarFp.apiV1SearchSpecialtiesGet(searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
30975
- },
30976
30723
  /**
30977
30724
  *
30978
30725
  * @summary Update or Re-create specialties Azure Search Services Index
@@ -30983,24 +30730,6 @@ exports.SearchApiFactory = function (configuration, basePath, axios) {
30983
30730
  apiV1SearchSpecialtiesPost: function (updateSpecialtiesSearchIndexCommand, options) {
30984
30731
  return localVarFp.apiV1SearchSpecialtiesPost(updateSpecialtiesSearchIndexCommand, options).then(function (request) { return request(axios, basePath); });
30985
30732
  },
30986
- /**
30987
- *
30988
- * @summary Search specialtyTypes using Azure Search Services
30989
- * @param {string} [searchTerm]
30990
- * @param {boolean} [countOnly]
30991
- * @param {string} [countryId]
30992
- * @param {string} [hospitalId]
30993
- * @param {MarketingType} [marketingType]
30994
- * @param {string} [languageCode]
30995
- * @param {number} [page]
30996
- * @param {number} [limit]
30997
- * @param {Date} [lastRetrieved]
30998
- * @param {*} [options] Override http request option.
30999
- * @throws {RequiredError}
31000
- */
31001
- apiV1SearchSpecialtytypesGet: function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
31002
- return localVarFp.apiV1SearchSpecialtytypesGet(searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
31003
- },
31004
30733
  /**
31005
30734
  *
31006
30735
  * @summary Update or Re-create specialtyTypes Azure Search Services Index
@@ -31024,26 +30753,6 @@ var SearchApi = /** @class */ (function (_super) {
31024
30753
  function SearchApi() {
31025
30754
  return _super !== null && _super.apply(this, arguments) || this;
31026
30755
  }
31027
- /**
31028
- *
31029
- * @summary Search deals using Azure Search Service
31030
- * @param {string} [searchTerm]
31031
- * @param {boolean} [countOnly]
31032
- * @param {string} [countryId]
31033
- * @param {string} [hospitalId]
31034
- * @param {MarketingType} [marketingType]
31035
- * @param {string} [languageCode]
31036
- * @param {number} [page]
31037
- * @param {number} [limit]
31038
- * @param {Date} [lastRetrieved]
31039
- * @param {*} [options] Override http request option.
31040
- * @throws {RequiredError}
31041
- * @memberof SearchApi
31042
- */
31043
- SearchApi.prototype.apiV1SearchDealsGet = function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
31044
- var _this = this;
31045
- return exports.SearchApiFp(this.configuration).apiV1SearchDealsGet(searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
31046
- };
31047
30756
  /**
31048
30757
  *
31049
30758
  * @summary Update or Re-create deals Azure Search Services Index
@@ -31056,26 +30765,6 @@ var SearchApi = /** @class */ (function (_super) {
31056
30765
  var _this = this;
31057
30766
  return exports.SearchApiFp(this.configuration).apiV1SearchDealsPost(updateDealsSearchIndexCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
31058
30767
  };
31059
- /**
31060
- *
31061
- * @summary Search doctors using Azure Search Services
31062
- * @param {string} [searchTerm]
31063
- * @param {boolean} [countOnly]
31064
- * @param {string} [countryId]
31065
- * @param {string} [hospitalId]
31066
- * @param {MarketingType} [marketingType]
31067
- * @param {string} [languageCode]
31068
- * @param {number} [page]
31069
- * @param {number} [limit]
31070
- * @param {Date} [lastRetrieved]
31071
- * @param {*} [options] Override http request option.
31072
- * @throws {RequiredError}
31073
- * @memberof SearchApi
31074
- */
31075
- SearchApi.prototype.apiV1SearchDoctorsGet = function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
31076
- var _this = this;
31077
- return exports.SearchApiFp(this.configuration).apiV1SearchDoctorsGet(searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
31078
- };
31079
30768
  /**
31080
30769
  *
31081
30770
  * @summary Update or Re-create doctors Azure Search Services Index
@@ -31088,46 +30777,6 @@ var SearchApi = /** @class */ (function (_super) {
31088
30777
  var _this = this;
31089
30778
  return exports.SearchApiFp(this.configuration).apiV1SearchDoctorsPost(updateDoctorsSearchIndexCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
31090
30779
  };
31091
- /**
31092
- *
31093
- * @summary Get the number of items in each search index
31094
- * @param {string} [searchTerm]
31095
- * @param {boolean} [countOnly]
31096
- * @param {string} [countryId]
31097
- * @param {string} [hospitalId]
31098
- * @param {MarketingType} [marketingType]
31099
- * @param {string} [languageCode]
31100
- * @param {number} [page]
31101
- * @param {number} [limit]
31102
- * @param {Date} [lastRetrieved]
31103
- * @param {*} [options] Override http request option.
31104
- * @throws {RequiredError}
31105
- * @memberof SearchApi
31106
- */
31107
- SearchApi.prototype.apiV1SearchGetcountGet = function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
31108
- var _this = this;
31109
- return exports.SearchApiFp(this.configuration).apiV1SearchGetcountGet(searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
31110
- };
31111
- /**
31112
- *
31113
- * @summary Search hospitals using Azure Search Services
31114
- * @param {string} [searchTerm]
31115
- * @param {boolean} [countOnly]
31116
- * @param {string} [countryId]
31117
- * @param {string} [hospitalId]
31118
- * @param {MarketingType} [marketingType]
31119
- * @param {string} [languageCode]
31120
- * @param {number} [page]
31121
- * @param {number} [limit]
31122
- * @param {Date} [lastRetrieved]
31123
- * @param {*} [options] Override http request option.
31124
- * @throws {RequiredError}
31125
- * @memberof SearchApi
31126
- */
31127
- SearchApi.prototype.apiV1SearchHospitalsGet = function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
31128
- var _this = this;
31129
- return exports.SearchApiFp(this.configuration).apiV1SearchHospitalsGet(searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
31130
- };
31131
30780
  /**
31132
30781
  *
31133
30782
  * @summary Update or Re-create hospitals Azure Search Services Index
@@ -31140,26 +30789,6 @@ var SearchApi = /** @class */ (function (_super) {
31140
30789
  var _this = this;
31141
30790
  return exports.SearchApiFp(this.configuration).apiV1SearchHospitalsPost(updateHospitalsSearchIndexCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
31142
30791
  };
31143
- /**
31144
- *
31145
- * @summary Search specialties using Azure Search Service
31146
- * @param {string} [searchTerm]
31147
- * @param {boolean} [countOnly]
31148
- * @param {string} [countryId]
31149
- * @param {string} [hospitalId]
31150
- * @param {MarketingType} [marketingType]
31151
- * @param {string} [languageCode]
31152
- * @param {number} [page]
31153
- * @param {number} [limit]
31154
- * @param {Date} [lastRetrieved]
31155
- * @param {*} [options] Override http request option.
31156
- * @throws {RequiredError}
31157
- * @memberof SearchApi
31158
- */
31159
- SearchApi.prototype.apiV1SearchSpecialtiesGet = function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
31160
- var _this = this;
31161
- return exports.SearchApiFp(this.configuration).apiV1SearchSpecialtiesGet(searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
31162
- };
31163
30792
  /**
31164
30793
  *
31165
30794
  * @summary Update or Re-create specialties Azure Search Services Index
@@ -31172,26 +30801,6 @@ var SearchApi = /** @class */ (function (_super) {
31172
30801
  var _this = this;
31173
30802
  return exports.SearchApiFp(this.configuration).apiV1SearchSpecialtiesPost(updateSpecialtiesSearchIndexCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
31174
30803
  };
31175
- /**
31176
- *
31177
- * @summary Search specialtyTypes using Azure Search Services
31178
- * @param {string} [searchTerm]
31179
- * @param {boolean} [countOnly]
31180
- * @param {string} [countryId]
31181
- * @param {string} [hospitalId]
31182
- * @param {MarketingType} [marketingType]
31183
- * @param {string} [languageCode]
31184
- * @param {number} [page]
31185
- * @param {number} [limit]
31186
- * @param {Date} [lastRetrieved]
31187
- * @param {*} [options] Override http request option.
31188
- * @throws {RequiredError}
31189
- * @memberof SearchApi
31190
- */
31191
- SearchApi.prototype.apiV1SearchSpecialtytypesGet = function (searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options) {
31192
- var _this = this;
31193
- return exports.SearchApiFp(this.configuration).apiV1SearchSpecialtytypesGet(searchTerm, countOnly, countryId, hospitalId, marketingType, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
31194
- };
31195
30804
  /**
31196
30805
  *
31197
30806
  * @summary Update or Re-create specialtyTypes Azure Search Services Index
@@ -31225,15 +30834,13 @@ exports.ServiceReviewsApiAxiosParamCreator = function (configuration) {
31225
30834
  * @param {boolean} [recommended]
31226
30835
  * @param {number} [rate]
31227
30836
  * @param {ReviewType} [reviewType]
31228
- * @param {string} [languageCode]
31229
- * @param {boolean} [returnDefaultValue]
31230
30837
  * @param {number} [page]
31231
30838
  * @param {number} [limit]
31232
30839
  * @param {Date} [lastRetrieved]
31233
30840
  * @param {*} [options] Override http request option.
31234
30841
  * @throws {RequiredError}
31235
30842
  */
31236
- apiV1ServicereviewsGet: function (serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
30843
+ apiV1ServicereviewsGet: function (serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, page, limit, lastRetrieved, options) {
31237
30844
  if (options === void 0) { options = {}; }
31238
30845
  return __awaiter(_this, void 0, void 0, function () {
31239
30846
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -31279,12 +30886,6 @@ exports.ServiceReviewsApiAxiosParamCreator = function (configuration) {
31279
30886
  if (reviewType !== undefined) {
31280
30887
  localVarQueryParameter['ReviewType'] = reviewType;
31281
30888
  }
31282
- if (languageCode !== undefined) {
31283
- localVarQueryParameter['LanguageCode'] = languageCode;
31284
- }
31285
- if (returnDefaultValue !== undefined) {
31286
- localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
31287
- }
31288
30889
  if (page !== undefined) {
31289
30890
  localVarQueryParameter['page'] = page;
31290
30891
  }
@@ -31395,12 +30996,10 @@ exports.ServiceReviewsApiAxiosParamCreator = function (configuration) {
31395
30996
  /**
31396
30997
  *
31397
30998
  * @param {string} serviceReviewId
31398
- * @param {string} [languageCode]
31399
- * @param {boolean} [returnDefaultValue]
31400
30999
  * @param {*} [options] Override http request option.
31401
31000
  * @throws {RequiredError}
31402
31001
  */
31403
- apiV1ServicereviewsServiceReviewIdGet: function (serviceReviewId, languageCode, returnDefaultValue, options) {
31002
+ apiV1ServicereviewsServiceReviewIdGet: function (serviceReviewId, options) {
31404
31003
  if (options === void 0) { options = {}; }
31405
31004
  return __awaiter(_this, void 0, void 0, function () {
31406
31005
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -31425,12 +31024,6 @@ exports.ServiceReviewsApiAxiosParamCreator = function (configuration) {
31425
31024
  // authentication oauth2 required
31426
31025
  // oauth required
31427
31026
  _a.sent();
31428
- if (languageCode !== undefined) {
31429
- localVarQueryParameter['languageCode'] = languageCode;
31430
- }
31431
- if (returnDefaultValue !== undefined) {
31432
- localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
31433
- }
31434
31027
  common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
31435
31028
  headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
31436
31029
  localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -31763,20 +31356,18 @@ exports.ServiceReviewsApiFp = function (configuration) {
31763
31356
  * @param {boolean} [recommended]
31764
31357
  * @param {number} [rate]
31765
31358
  * @param {ReviewType} [reviewType]
31766
- * @param {string} [languageCode]
31767
- * @param {boolean} [returnDefaultValue]
31768
31359
  * @param {number} [page]
31769
31360
  * @param {number} [limit]
31770
31361
  * @param {Date} [lastRetrieved]
31771
31362
  * @param {*} [options] Override http request option.
31772
31363
  * @throws {RequiredError}
31773
31364
  */
31774
- apiV1ServicereviewsGet: function (serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
31365
+ apiV1ServicereviewsGet: function (serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, page, limit, lastRetrieved, options) {
31775
31366
  return __awaiter(this, void 0, void 0, function () {
31776
31367
  var localVarAxiosArgs;
31777
31368
  return __generator(this, function (_a) {
31778
31369
  switch (_a.label) {
31779
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1ServicereviewsGet(serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, returnDefaultValue, page, limit, lastRetrieved, options)];
31370
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1ServicereviewsGet(serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, page, limit, lastRetrieved, options)];
31780
31371
  case 1:
31781
31372
  localVarAxiosArgs = _a.sent();
31782
31373
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -31827,17 +31418,15 @@ exports.ServiceReviewsApiFp = function (configuration) {
31827
31418
  /**
31828
31419
  *
31829
31420
  * @param {string} serviceReviewId
31830
- * @param {string} [languageCode]
31831
- * @param {boolean} [returnDefaultValue]
31832
31421
  * @param {*} [options] Override http request option.
31833
31422
  * @throws {RequiredError}
31834
31423
  */
31835
- apiV1ServicereviewsServiceReviewIdGet: function (serviceReviewId, languageCode, returnDefaultValue, options) {
31424
+ apiV1ServicereviewsServiceReviewIdGet: function (serviceReviewId, options) {
31836
31425
  return __awaiter(this, void 0, void 0, function () {
31837
31426
  var localVarAxiosArgs;
31838
31427
  return __generator(this, function (_a) {
31839
31428
  switch (_a.label) {
31840
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1ServicereviewsServiceReviewIdGet(serviceReviewId, languageCode, returnDefaultValue, options)];
31429
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1ServicereviewsServiceReviewIdGet(serviceReviewId, options)];
31841
31430
  case 1:
31842
31431
  localVarAxiosArgs = _a.sent();
31843
31432
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -31996,16 +31585,14 @@ exports.ServiceReviewsApiFactory = function (configuration, basePath, axios) {
31996
31585
  * @param {boolean} [recommended]
31997
31586
  * @param {number} [rate]
31998
31587
  * @param {ReviewType} [reviewType]
31999
- * @param {string} [languageCode]
32000
- * @param {boolean} [returnDefaultValue]
32001
31588
  * @param {number} [page]
32002
31589
  * @param {number} [limit]
32003
31590
  * @param {Date} [lastRetrieved]
32004
31591
  * @param {*} [options] Override http request option.
32005
31592
  * @throws {RequiredError}
32006
31593
  */
32007
- apiV1ServicereviewsGet: function (serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
32008
- return localVarFp.apiV1ServicereviewsGet(serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
31594
+ apiV1ServicereviewsGet: function (serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, page, limit, lastRetrieved, options) {
31595
+ return localVarFp.apiV1ServicereviewsGet(serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
32009
31596
  },
32010
31597
  /**
32011
31598
  *
@@ -32030,13 +31617,11 @@ exports.ServiceReviewsApiFactory = function (configuration, basePath, axios) {
32030
31617
  /**
32031
31618
  *
32032
31619
  * @param {string} serviceReviewId
32033
- * @param {string} [languageCode]
32034
- * @param {boolean} [returnDefaultValue]
32035
31620
  * @param {*} [options] Override http request option.
32036
31621
  * @throws {RequiredError}
32037
31622
  */
32038
- apiV1ServicereviewsServiceReviewIdGet: function (serviceReviewId, languageCode, returnDefaultValue, options) {
32039
- return localVarFp.apiV1ServicereviewsServiceReviewIdGet(serviceReviewId, languageCode, returnDefaultValue, options).then(function (request) { return request(axios, basePath); });
31623
+ apiV1ServicereviewsServiceReviewIdGet: function (serviceReviewId, options) {
31624
+ return localVarFp.apiV1ServicereviewsServiceReviewIdGet(serviceReviewId, options).then(function (request) { return request(axios, basePath); });
32040
31625
  },
32041
31626
  /**
32042
31627
  *
@@ -32133,8 +31718,6 @@ var ServiceReviewsApi = /** @class */ (function (_super) {
32133
31718
  * @param {boolean} [recommended]
32134
31719
  * @param {number} [rate]
32135
31720
  * @param {ReviewType} [reviewType]
32136
- * @param {string} [languageCode]
32137
- * @param {boolean} [returnDefaultValue]
32138
31721
  * @param {number} [page]
32139
31722
  * @param {number} [limit]
32140
31723
  * @param {Date} [lastRetrieved]
@@ -32142,9 +31725,9 @@ var ServiceReviewsApi = /** @class */ (function (_super) {
32142
31725
  * @throws {RequiredError}
32143
31726
  * @memberof ServiceReviewsApi
32144
31727
  */
32145
- ServiceReviewsApi.prototype.apiV1ServicereviewsGet = function (serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
31728
+ ServiceReviewsApi.prototype.apiV1ServicereviewsGet = function (serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, page, limit, lastRetrieved, options) {
32146
31729
  var _this = this;
32147
- return exports.ServiceReviewsApiFp(this.configuration).apiV1ServicereviewsGet(serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
31730
+ return exports.ServiceReviewsApiFp(this.configuration).apiV1ServicereviewsGet(serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
32148
31731
  };
32149
31732
  /**
32150
31733
  *
@@ -32173,15 +31756,13 @@ var ServiceReviewsApi = /** @class */ (function (_super) {
32173
31756
  /**
32174
31757
  *
32175
31758
  * @param {string} serviceReviewId
32176
- * @param {string} [languageCode]
32177
- * @param {boolean} [returnDefaultValue]
32178
31759
  * @param {*} [options] Override http request option.
32179
31760
  * @throws {RequiredError}
32180
31761
  * @memberof ServiceReviewsApi
32181
31762
  */
32182
- ServiceReviewsApi.prototype.apiV1ServicereviewsServiceReviewIdGet = function (serviceReviewId, languageCode, returnDefaultValue, options) {
31763
+ ServiceReviewsApi.prototype.apiV1ServicereviewsServiceReviewIdGet = function (serviceReviewId, options) {
32183
31764
  var _this = this;
32184
- return exports.ServiceReviewsApiFp(this.configuration).apiV1ServicereviewsServiceReviewIdGet(serviceReviewId, languageCode, returnDefaultValue, options).then(function (request) { return request(_this.axios, _this.basePath); });
31765
+ return exports.ServiceReviewsApiFp(this.configuration).apiV1ServicereviewsServiceReviewIdGet(serviceReviewId, options).then(function (request) { return request(_this.axios, _this.basePath); });
32185
31766
  };
32186
31767
  /**
32187
31768
  *
@@ -32279,12 +31860,12 @@ exports.ServicesApiAxiosParamCreator = function (configuration) {
32279
31860
  /**
32280
31861
  *
32281
31862
  * @summary Get all HospitalServices.
31863
+ * @param {string} [id]
31864
+ * @param {string} [name]
31865
+ * @param {string} [slug]
32282
31866
  * @param {string} [hospitalId]
32283
31867
  * @param {string} [hospitalName]
32284
31868
  * @param {string} [hospitalSlug]
32285
- * @param {string} [id]
32286
- * @param {string} [name]
32287
- * @param {string} [description]
32288
31869
  * @param {string} [specialtyId]
32289
31870
  * @param {string} [specialtyName]
32290
31871
  * @param {string} [specialtyTypeId]
@@ -32301,7 +31882,7 @@ exports.ServicesApiAxiosParamCreator = function (configuration) {
32301
31882
  * @param {*} [options] Override http request option.
32302
31883
  * @throws {RequiredError}
32303
31884
  */
32304
- apiV1ServicesGet: function (hospitalId, hospitalName, hospitalSlug, id, name, description, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
31885
+ apiV1ServicesGet: function (id, name, slug, hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
32305
31886
  if (options === void 0) { options = {}; }
32306
31887
  return __awaiter(_this, void 0, void 0, function () {
32307
31888
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -32323,6 +31904,15 @@ exports.ServicesApiAxiosParamCreator = function (configuration) {
32323
31904
  // authentication oauth2 required
32324
31905
  // oauth required
32325
31906
  _a.sent();
31907
+ if (id !== undefined) {
31908
+ localVarQueryParameter['Id'] = id;
31909
+ }
31910
+ if (name !== undefined) {
31911
+ localVarQueryParameter['Name'] = name;
31912
+ }
31913
+ if (slug !== undefined) {
31914
+ localVarQueryParameter['Slug'] = slug;
31915
+ }
32326
31916
  if (hospitalId !== undefined) {
32327
31917
  localVarQueryParameter['HospitalId'] = hospitalId;
32328
31918
  }
@@ -32332,15 +31922,6 @@ exports.ServicesApiAxiosParamCreator = function (configuration) {
32332
31922
  if (hospitalSlug !== undefined) {
32333
31923
  localVarQueryParameter['HospitalSlug'] = hospitalSlug;
32334
31924
  }
32335
- if (id !== undefined) {
32336
- localVarQueryParameter['Id'] = id;
32337
- }
32338
- if (name !== undefined) {
32339
- localVarQueryParameter['Name'] = name;
32340
- }
32341
- if (description !== undefined) {
32342
- localVarQueryParameter['Description'] = description;
32343
- }
32344
31925
  if (specialtyId !== undefined) {
32345
31926
  localVarQueryParameter['SpecialtyId'] = specialtyId;
32346
31927
  }
@@ -32507,12 +32088,12 @@ exports.ServicesApiFp = function (configuration) {
32507
32088
  /**
32508
32089
  *
32509
32090
  * @summary Get all HospitalServices.
32091
+ * @param {string} [id]
32092
+ * @param {string} [name]
32093
+ * @param {string} [slug]
32510
32094
  * @param {string} [hospitalId]
32511
32095
  * @param {string} [hospitalName]
32512
32096
  * @param {string} [hospitalSlug]
32513
- * @param {string} [id]
32514
- * @param {string} [name]
32515
- * @param {string} [description]
32516
32097
  * @param {string} [specialtyId]
32517
32098
  * @param {string} [specialtyName]
32518
32099
  * @param {string} [specialtyTypeId]
@@ -32529,12 +32110,12 @@ exports.ServicesApiFp = function (configuration) {
32529
32110
  * @param {*} [options] Override http request option.
32530
32111
  * @throws {RequiredError}
32531
32112
  */
32532
- apiV1ServicesGet: function (hospitalId, hospitalName, hospitalSlug, id, name, description, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
32113
+ apiV1ServicesGet: function (id, name, slug, hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
32533
32114
  return __awaiter(this, void 0, void 0, function () {
32534
32115
  var localVarAxiosArgs;
32535
32116
  return __generator(this, function (_a) {
32536
32117
  switch (_a.label) {
32537
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1ServicesGet(hospitalId, hospitalName, hospitalSlug, id, name, description, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options)];
32118
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1ServicesGet(id, name, slug, hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options)];
32538
32119
  case 1:
32539
32120
  localVarAxiosArgs = _a.sent();
32540
32121
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -32596,12 +32177,12 @@ exports.ServicesApiFactory = function (configuration, basePath, axios) {
32596
32177
  /**
32597
32178
  *
32598
32179
  * @summary Get all HospitalServices.
32180
+ * @param {string} [id]
32181
+ * @param {string} [name]
32182
+ * @param {string} [slug]
32599
32183
  * @param {string} [hospitalId]
32600
32184
  * @param {string} [hospitalName]
32601
32185
  * @param {string} [hospitalSlug]
32602
- * @param {string} [id]
32603
- * @param {string} [name]
32604
- * @param {string} [description]
32605
32186
  * @param {string} [specialtyId]
32606
32187
  * @param {string} [specialtyName]
32607
32188
  * @param {string} [specialtyTypeId]
@@ -32618,8 +32199,8 @@ exports.ServicesApiFactory = function (configuration, basePath, axios) {
32618
32199
  * @param {*} [options] Override http request option.
32619
32200
  * @throws {RequiredError}
32620
32201
  */
32621
- apiV1ServicesGet: function (hospitalId, hospitalName, hospitalSlug, id, name, description, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
32622
- return localVarFp.apiV1ServicesGet(hospitalId, hospitalName, hospitalSlug, id, name, description, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
32202
+ apiV1ServicesGet: function (id, name, slug, hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
32203
+ return localVarFp.apiV1ServicesGet(id, name, slug, hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
32623
32204
  },
32624
32205
  /**
32625
32206
  *
@@ -32659,12 +32240,12 @@ var ServicesApi = /** @class */ (function (_super) {
32659
32240
  /**
32660
32241
  *
32661
32242
  * @summary Get all HospitalServices.
32243
+ * @param {string} [id]
32244
+ * @param {string} [name]
32245
+ * @param {string} [slug]
32662
32246
  * @param {string} [hospitalId]
32663
32247
  * @param {string} [hospitalName]
32664
32248
  * @param {string} [hospitalSlug]
32665
- * @param {string} [id]
32666
- * @param {string} [name]
32667
- * @param {string} [description]
32668
32249
  * @param {string} [specialtyId]
32669
32250
  * @param {string} [specialtyName]
32670
32251
  * @param {string} [specialtyTypeId]
@@ -32682,9 +32263,9 @@ var ServicesApi = /** @class */ (function (_super) {
32682
32263
  * @throws {RequiredError}
32683
32264
  * @memberof ServicesApi
32684
32265
  */
32685
- ServicesApi.prototype.apiV1ServicesGet = function (hospitalId, hospitalName, hospitalSlug, id, name, description, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
32266
+ ServicesApi.prototype.apiV1ServicesGet = function (id, name, slug, hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
32686
32267
  var _this = this;
32687
- return exports.ServicesApiFp(this.configuration).apiV1ServicesGet(hospitalId, hospitalName, hospitalSlug, id, name, description, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
32268
+ return exports.ServicesApiFp(this.configuration).apiV1ServicesGet(id, name, slug, hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
32688
32269
  };
32689
32270
  /**
32690
32271
  *
@@ -33230,6 +32811,7 @@ exports.SpecialtiesApiAxiosParamCreator = function (configuration) {
33230
32811
  * @param {Date} [created]
33231
32812
  * @param {string} [languageCode]
33232
32813
  * @param {Array<string>} [ids]
32814
+ * @param {boolean} [showHidden]
33233
32815
  * @param {boolean} [returnDefaultValue]
33234
32816
  * @param {number} [page]
33235
32817
  * @param {number} [limit]
@@ -33237,7 +32819,7 @@ exports.SpecialtiesApiAxiosParamCreator = function (configuration) {
33237
32819
  * @param {*} [options] Override http request option.
33238
32820
  * @throws {RequiredError}
33239
32821
  */
33240
- apiV1SpecialtiesGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options) {
32822
+ apiV1SpecialtiesGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
33241
32823
  if (options === void 0) { options = {}; }
33242
32824
  return __awaiter(_this, void 0, void 0, function () {
33243
32825
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -33285,6 +32867,9 @@ exports.SpecialtiesApiAxiosParamCreator = function (configuration) {
33285
32867
  if (ids) {
33286
32868
  localVarQueryParameter['Ids'] = ids;
33287
32869
  }
32870
+ if (showHidden !== undefined) {
32871
+ localVarQueryParameter['ShowHidden'] = showHidden;
32872
+ }
33288
32873
  if (returnDefaultValue !== undefined) {
33289
32874
  localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
33290
32875
  }
@@ -33363,6 +32948,7 @@ exports.SpecialtiesApiAxiosParamCreator = function (configuration) {
33363
32948
  * @param {Date} [created]
33364
32949
  * @param {string} [languageCode]
33365
32950
  * @param {Array<string>} [ids]
32951
+ * @param {boolean} [showHidden]
33366
32952
  * @param {boolean} [returnDefaultValue]
33367
32953
  * @param {number} [page]
33368
32954
  * @param {number} [limit]
@@ -33370,7 +32956,7 @@ exports.SpecialtiesApiAxiosParamCreator = function (configuration) {
33370
32956
  * @param {*} [options] Override http request option.
33371
32957
  * @throws {RequiredError}
33372
32958
  */
33373
- apiV1SpecialtiesSimpleGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options) {
32959
+ apiV1SpecialtiesSimpleGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
33374
32960
  if (options === void 0) { options = {}; }
33375
32961
  return __awaiter(_this, void 0, void 0, function () {
33376
32962
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -33418,6 +33004,9 @@ exports.SpecialtiesApiAxiosParamCreator = function (configuration) {
33418
33004
  if (ids) {
33419
33005
  localVarQueryParameter['Ids'] = ids;
33420
33006
  }
33007
+ if (showHidden !== undefined) {
33008
+ localVarQueryParameter['ShowHidden'] = showHidden;
33009
+ }
33421
33010
  if (returnDefaultValue !== undefined) {
33422
33011
  localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
33423
33012
  }
@@ -33908,6 +33497,7 @@ exports.SpecialtiesApiFp = function (configuration) {
33908
33497
  * @param {Date} [created]
33909
33498
  * @param {string} [languageCode]
33910
33499
  * @param {Array<string>} [ids]
33500
+ * @param {boolean} [showHidden]
33911
33501
  * @param {boolean} [returnDefaultValue]
33912
33502
  * @param {number} [page]
33913
33503
  * @param {number} [limit]
@@ -33915,12 +33505,12 @@ exports.SpecialtiesApiFp = function (configuration) {
33915
33505
  * @param {*} [options] Override http request option.
33916
33506
  * @throws {RequiredError}
33917
33507
  */
33918
- apiV1SpecialtiesGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options) {
33508
+ apiV1SpecialtiesGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
33919
33509
  return __awaiter(this, void 0, void 0, function () {
33920
33510
  var localVarAxiosArgs;
33921
33511
  return __generator(this, function (_a) {
33922
33512
  switch (_a.label) {
33923
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SpecialtiesGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options)];
33513
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SpecialtiesGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
33924
33514
  case 1:
33925
33515
  localVarAxiosArgs = _a.sent();
33926
33516
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -33959,6 +33549,7 @@ exports.SpecialtiesApiFp = function (configuration) {
33959
33549
  * @param {Date} [created]
33960
33550
  * @param {string} [languageCode]
33961
33551
  * @param {Array<string>} [ids]
33552
+ * @param {boolean} [showHidden]
33962
33553
  * @param {boolean} [returnDefaultValue]
33963
33554
  * @param {number} [page]
33964
33555
  * @param {number} [limit]
@@ -33966,12 +33557,12 @@ exports.SpecialtiesApiFp = function (configuration) {
33966
33557
  * @param {*} [options] Override http request option.
33967
33558
  * @throws {RequiredError}
33968
33559
  */
33969
- apiV1SpecialtiesSimpleGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options) {
33560
+ apiV1SpecialtiesSimpleGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
33970
33561
  return __awaiter(this, void 0, void 0, function () {
33971
33562
  var localVarAxiosArgs;
33972
33563
  return __generator(this, function (_a) {
33973
33564
  switch (_a.label) {
33974
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SpecialtiesSimpleGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options)];
33565
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SpecialtiesSimpleGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
33975
33566
  case 1:
33976
33567
  localVarAxiosArgs = _a.sent();
33977
33568
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -34193,6 +33784,7 @@ exports.SpecialtiesApiFactory = function (configuration, basePath, axios) {
34193
33784
  * @param {Date} [created]
34194
33785
  * @param {string} [languageCode]
34195
33786
  * @param {Array<string>} [ids]
33787
+ * @param {boolean} [showHidden]
34196
33788
  * @param {boolean} [returnDefaultValue]
34197
33789
  * @param {number} [page]
34198
33790
  * @param {number} [limit]
@@ -34200,8 +33792,8 @@ exports.SpecialtiesApiFactory = function (configuration, basePath, axios) {
34200
33792
  * @param {*} [options] Override http request option.
34201
33793
  * @throws {RequiredError}
34202
33794
  */
34203
- apiV1SpecialtiesGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options) {
34204
- return localVarFp.apiV1SpecialtiesGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
33795
+ apiV1SpecialtiesGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
33796
+ return localVarFp.apiV1SpecialtiesGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
34205
33797
  },
34206
33798
  /**
34207
33799
  *
@@ -34224,6 +33816,7 @@ exports.SpecialtiesApiFactory = function (configuration, basePath, axios) {
34224
33816
  * @param {Date} [created]
34225
33817
  * @param {string} [languageCode]
34226
33818
  * @param {Array<string>} [ids]
33819
+ * @param {boolean} [showHidden]
34227
33820
  * @param {boolean} [returnDefaultValue]
34228
33821
  * @param {number} [page]
34229
33822
  * @param {number} [limit]
@@ -34231,8 +33824,8 @@ exports.SpecialtiesApiFactory = function (configuration, basePath, axios) {
34231
33824
  * @param {*} [options] Override http request option.
34232
33825
  * @throws {RequiredError}
34233
33826
  */
34234
- apiV1SpecialtiesSimpleGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options) {
34235
- return localVarFp.apiV1SpecialtiesSimpleGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
33827
+ apiV1SpecialtiesSimpleGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
33828
+ return localVarFp.apiV1SpecialtiesSimpleGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
34236
33829
  },
34237
33830
  /**
34238
33831
  *
@@ -34362,6 +33955,7 @@ var SpecialtiesApi = /** @class */ (function (_super) {
34362
33955
  * @param {Date} [created]
34363
33956
  * @param {string} [languageCode]
34364
33957
  * @param {Array<string>} [ids]
33958
+ * @param {boolean} [showHidden]
34365
33959
  * @param {boolean} [returnDefaultValue]
34366
33960
  * @param {number} [page]
34367
33961
  * @param {number} [limit]
@@ -34370,9 +33964,9 @@ var SpecialtiesApi = /** @class */ (function (_super) {
34370
33964
  * @throws {RequiredError}
34371
33965
  * @memberof SpecialtiesApi
34372
33966
  */
34373
- SpecialtiesApi.prototype.apiV1SpecialtiesGet = function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options) {
33967
+ SpecialtiesApi.prototype.apiV1SpecialtiesGet = function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
34374
33968
  var _this = this;
34375
- return exports.SpecialtiesApiFp(this.configuration).apiV1SpecialtiesGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
33969
+ return exports.SpecialtiesApiFp(this.configuration).apiV1SpecialtiesGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
34376
33970
  };
34377
33971
  /**
34378
33972
  *
@@ -34397,6 +33991,7 @@ var SpecialtiesApi = /** @class */ (function (_super) {
34397
33991
  * @param {Date} [created]
34398
33992
  * @param {string} [languageCode]
34399
33993
  * @param {Array<string>} [ids]
33994
+ * @param {boolean} [showHidden]
34400
33995
  * @param {boolean} [returnDefaultValue]
34401
33996
  * @param {number} [page]
34402
33997
  * @param {number} [limit]
@@ -34405,9 +34000,9 @@ var SpecialtiesApi = /** @class */ (function (_super) {
34405
34000
  * @throws {RequiredError}
34406
34001
  * @memberof SpecialtiesApi
34407
34002
  */
34408
- SpecialtiesApi.prototype.apiV1SpecialtiesSimpleGet = function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options) {
34003
+ SpecialtiesApi.prototype.apiV1SpecialtiesSimpleGet = function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
34409
34004
  var _this = this;
34410
- return exports.SpecialtiesApiFp(this.configuration).apiV1SpecialtiesSimpleGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
34005
+ return exports.SpecialtiesApiFp(this.configuration).apiV1SpecialtiesSimpleGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
34411
34006
  };
34412
34007
  /**
34413
34008
  *
@@ -34550,9 +34145,10 @@ exports.SpecialtyTypesApiAxiosParamCreator = function (configuration) {
34550
34145
  * @param {MarketingType} [marketingType]
34551
34146
  * @param {string} [hospitalId]
34552
34147
  * @param {Date} [created]
34553
- * @param {string} [languageCode]
34554
34148
  * @param {Array<string>} [ids]
34555
34149
  * @param {string} [specialtyTypeCategoryId]
34150
+ * @param {string} [languageCode]
34151
+ * @param {boolean} [showHidden]
34556
34152
  * @param {boolean} [returnDefaultValue]
34557
34153
  * @param {number} [page]
34558
34154
  * @param {number} [limit]
@@ -34560,7 +34156,7 @@ exports.SpecialtyTypesApiAxiosParamCreator = function (configuration) {
34560
34156
  * @param {*} [options] Override http request option.
34561
34157
  * @throws {RequiredError}
34562
34158
  */
34563
- apiV1SpecialtytypesGet: function (id, name, description, marketingType, hospitalId, created, languageCode, ids, specialtyTypeCategoryId, returnDefaultValue, page, limit, lastRetrieved, options) {
34159
+ apiV1SpecialtytypesGet: function (id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
34564
34160
  if (options === void 0) { options = {}; }
34565
34161
  return __awaiter(_this, void 0, void 0, function () {
34566
34162
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -34602,15 +34198,18 @@ exports.SpecialtyTypesApiAxiosParamCreator = function (configuration) {
34602
34198
  created.toISOString() :
34603
34199
  created;
34604
34200
  }
34605
- if (languageCode !== undefined) {
34606
- localVarQueryParameter['LanguageCode'] = languageCode;
34607
- }
34608
34201
  if (ids) {
34609
34202
  localVarQueryParameter['Ids'] = ids;
34610
34203
  }
34611
34204
  if (specialtyTypeCategoryId !== undefined) {
34612
34205
  localVarQueryParameter['SpecialtyTypeCategoryId'] = specialtyTypeCategoryId;
34613
34206
  }
34207
+ if (languageCode !== undefined) {
34208
+ localVarQueryParameter['LanguageCode'] = languageCode;
34209
+ }
34210
+ if (showHidden !== undefined) {
34211
+ localVarQueryParameter['ShowHidden'] = showHidden;
34212
+ }
34614
34213
  if (returnDefaultValue !== undefined) {
34615
34214
  localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
34616
34215
  }
@@ -34687,9 +34286,10 @@ exports.SpecialtyTypesApiAxiosParamCreator = function (configuration) {
34687
34286
  * @param {MarketingType} [marketingType]
34688
34287
  * @param {string} [hospitalId]
34689
34288
  * @param {Date} [created]
34690
- * @param {string} [languageCode]
34691
34289
  * @param {Array<string>} [ids]
34692
34290
  * @param {string} [specialtyTypeCategoryId]
34291
+ * @param {string} [languageCode]
34292
+ * @param {boolean} [showHidden]
34693
34293
  * @param {boolean} [returnDefaultValue]
34694
34294
  * @param {number} [page]
34695
34295
  * @param {number} [limit]
@@ -34697,7 +34297,7 @@ exports.SpecialtyTypesApiAxiosParamCreator = function (configuration) {
34697
34297
  * @param {*} [options] Override http request option.
34698
34298
  * @throws {RequiredError}
34699
34299
  */
34700
- apiV1SpecialtytypesSimpleGet: function (id, name, description, marketingType, hospitalId, created, languageCode, ids, specialtyTypeCategoryId, returnDefaultValue, page, limit, lastRetrieved, options) {
34300
+ apiV1SpecialtytypesSimpleGet: function (id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
34701
34301
  if (options === void 0) { options = {}; }
34702
34302
  return __awaiter(_this, void 0, void 0, function () {
34703
34303
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -34739,15 +34339,18 @@ exports.SpecialtyTypesApiAxiosParamCreator = function (configuration) {
34739
34339
  created.toISOString() :
34740
34340
  created;
34741
34341
  }
34742
- if (languageCode !== undefined) {
34743
- localVarQueryParameter['LanguageCode'] = languageCode;
34744
- }
34745
34342
  if (ids) {
34746
34343
  localVarQueryParameter['Ids'] = ids;
34747
34344
  }
34748
34345
  if (specialtyTypeCategoryId !== undefined) {
34749
34346
  localVarQueryParameter['SpecialtyTypeCategoryId'] = specialtyTypeCategoryId;
34750
34347
  }
34348
+ if (languageCode !== undefined) {
34349
+ localVarQueryParameter['LanguageCode'] = languageCode;
34350
+ }
34351
+ if (showHidden !== undefined) {
34352
+ localVarQueryParameter['ShowHidden'] = showHidden;
34353
+ }
34751
34354
  if (returnDefaultValue !== undefined) {
34752
34355
  localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
34753
34356
  }
@@ -35235,9 +34838,10 @@ exports.SpecialtyTypesApiFp = function (configuration) {
35235
34838
  * @param {MarketingType} [marketingType]
35236
34839
  * @param {string} [hospitalId]
35237
34840
  * @param {Date} [created]
35238
- * @param {string} [languageCode]
35239
34841
  * @param {Array<string>} [ids]
35240
34842
  * @param {string} [specialtyTypeCategoryId]
34843
+ * @param {string} [languageCode]
34844
+ * @param {boolean} [showHidden]
35241
34845
  * @param {boolean} [returnDefaultValue]
35242
34846
  * @param {number} [page]
35243
34847
  * @param {number} [limit]
@@ -35245,12 +34849,12 @@ exports.SpecialtyTypesApiFp = function (configuration) {
35245
34849
  * @param {*} [options] Override http request option.
35246
34850
  * @throws {RequiredError}
35247
34851
  */
35248
- apiV1SpecialtytypesGet: function (id, name, description, marketingType, hospitalId, created, languageCode, ids, specialtyTypeCategoryId, returnDefaultValue, page, limit, lastRetrieved, options) {
34852
+ apiV1SpecialtytypesGet: function (id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
35249
34853
  return __awaiter(this, void 0, void 0, function () {
35250
34854
  var localVarAxiosArgs;
35251
34855
  return __generator(this, function (_a) {
35252
34856
  switch (_a.label) {
35253
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SpecialtytypesGet(id, name, description, marketingType, hospitalId, created, languageCode, ids, specialtyTypeCategoryId, returnDefaultValue, page, limit, lastRetrieved, options)];
34857
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SpecialtytypesGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
35254
34858
  case 1:
35255
34859
  localVarAxiosArgs = _a.sent();
35256
34860
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -35287,9 +34891,10 @@ exports.SpecialtyTypesApiFp = function (configuration) {
35287
34891
  * @param {MarketingType} [marketingType]
35288
34892
  * @param {string} [hospitalId]
35289
34893
  * @param {Date} [created]
35290
- * @param {string} [languageCode]
35291
34894
  * @param {Array<string>} [ids]
35292
34895
  * @param {string} [specialtyTypeCategoryId]
34896
+ * @param {string} [languageCode]
34897
+ * @param {boolean} [showHidden]
35293
34898
  * @param {boolean} [returnDefaultValue]
35294
34899
  * @param {number} [page]
35295
34900
  * @param {number} [limit]
@@ -35297,12 +34902,12 @@ exports.SpecialtyTypesApiFp = function (configuration) {
35297
34902
  * @param {*} [options] Override http request option.
35298
34903
  * @throws {RequiredError}
35299
34904
  */
35300
- apiV1SpecialtytypesSimpleGet: function (id, name, description, marketingType, hospitalId, created, languageCode, ids, specialtyTypeCategoryId, returnDefaultValue, page, limit, lastRetrieved, options) {
34905
+ apiV1SpecialtytypesSimpleGet: function (id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
35301
34906
  return __awaiter(this, void 0, void 0, function () {
35302
34907
  var localVarAxiosArgs;
35303
34908
  return __generator(this, function (_a) {
35304
34909
  switch (_a.label) {
35305
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SpecialtytypesSimpleGet(id, name, description, marketingType, hospitalId, created, languageCode, ids, specialtyTypeCategoryId, returnDefaultValue, page, limit, lastRetrieved, options)];
34910
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SpecialtytypesSimpleGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
35306
34911
  case 1:
35307
34912
  localVarAxiosArgs = _a.sent();
35308
34913
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -35521,9 +35126,10 @@ exports.SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
35521
35126
  * @param {MarketingType} [marketingType]
35522
35127
  * @param {string} [hospitalId]
35523
35128
  * @param {Date} [created]
35524
- * @param {string} [languageCode]
35525
35129
  * @param {Array<string>} [ids]
35526
35130
  * @param {string} [specialtyTypeCategoryId]
35131
+ * @param {string} [languageCode]
35132
+ * @param {boolean} [showHidden]
35527
35133
  * @param {boolean} [returnDefaultValue]
35528
35134
  * @param {number} [page]
35529
35135
  * @param {number} [limit]
@@ -35531,8 +35137,8 @@ exports.SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
35531
35137
  * @param {*} [options] Override http request option.
35532
35138
  * @throws {RequiredError}
35533
35139
  */
35534
- apiV1SpecialtytypesGet: function (id, name, description, marketingType, hospitalId, created, languageCode, ids, specialtyTypeCategoryId, returnDefaultValue, page, limit, lastRetrieved, options) {
35535
- return localVarFp.apiV1SpecialtytypesGet(id, name, description, marketingType, hospitalId, created, languageCode, ids, specialtyTypeCategoryId, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
35140
+ apiV1SpecialtytypesGet: function (id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
35141
+ return localVarFp.apiV1SpecialtytypesGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
35536
35142
  },
35537
35143
  /**
35538
35144
  *
@@ -35553,9 +35159,10 @@ exports.SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
35553
35159
  * @param {MarketingType} [marketingType]
35554
35160
  * @param {string} [hospitalId]
35555
35161
  * @param {Date} [created]
35556
- * @param {string} [languageCode]
35557
35162
  * @param {Array<string>} [ids]
35558
35163
  * @param {string} [specialtyTypeCategoryId]
35164
+ * @param {string} [languageCode]
35165
+ * @param {boolean} [showHidden]
35559
35166
  * @param {boolean} [returnDefaultValue]
35560
35167
  * @param {number} [page]
35561
35168
  * @param {number} [limit]
@@ -35563,8 +35170,8 @@ exports.SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
35563
35170
  * @param {*} [options] Override http request option.
35564
35171
  * @throws {RequiredError}
35565
35172
  */
35566
- apiV1SpecialtytypesSimpleGet: function (id, name, description, marketingType, hospitalId, created, languageCode, ids, specialtyTypeCategoryId, returnDefaultValue, page, limit, lastRetrieved, options) {
35567
- return localVarFp.apiV1SpecialtytypesSimpleGet(id, name, description, marketingType, hospitalId, created, languageCode, ids, specialtyTypeCategoryId, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
35173
+ apiV1SpecialtytypesSimpleGet: function (id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
35174
+ return localVarFp.apiV1SpecialtytypesSimpleGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
35568
35175
  },
35569
35176
  /**
35570
35177
  *
@@ -35691,9 +35298,10 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
35691
35298
  * @param {MarketingType} [marketingType]
35692
35299
  * @param {string} [hospitalId]
35693
35300
  * @param {Date} [created]
35694
- * @param {string} [languageCode]
35695
35301
  * @param {Array<string>} [ids]
35696
35302
  * @param {string} [specialtyTypeCategoryId]
35303
+ * @param {string} [languageCode]
35304
+ * @param {boolean} [showHidden]
35697
35305
  * @param {boolean} [returnDefaultValue]
35698
35306
  * @param {number} [page]
35699
35307
  * @param {number} [limit]
@@ -35702,9 +35310,9 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
35702
35310
  * @throws {RequiredError}
35703
35311
  * @memberof SpecialtyTypesApi
35704
35312
  */
35705
- SpecialtyTypesApi.prototype.apiV1SpecialtytypesGet = function (id, name, description, marketingType, hospitalId, created, languageCode, ids, specialtyTypeCategoryId, returnDefaultValue, page, limit, lastRetrieved, options) {
35313
+ SpecialtyTypesApi.prototype.apiV1SpecialtytypesGet = function (id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
35706
35314
  var _this = this;
35707
- return exports.SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesGet(id, name, description, marketingType, hospitalId, created, languageCode, ids, specialtyTypeCategoryId, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
35315
+ return exports.SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
35708
35316
  };
35709
35317
  /**
35710
35318
  *
@@ -35727,9 +35335,10 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
35727
35335
  * @param {MarketingType} [marketingType]
35728
35336
  * @param {string} [hospitalId]
35729
35337
  * @param {Date} [created]
35730
- * @param {string} [languageCode]
35731
35338
  * @param {Array<string>} [ids]
35732
35339
  * @param {string} [specialtyTypeCategoryId]
35340
+ * @param {string} [languageCode]
35341
+ * @param {boolean} [showHidden]
35733
35342
  * @param {boolean} [returnDefaultValue]
35734
35343
  * @param {number} [page]
35735
35344
  * @param {number} [limit]
@@ -35738,9 +35347,9 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
35738
35347
  * @throws {RequiredError}
35739
35348
  * @memberof SpecialtyTypesApi
35740
35349
  */
35741
- SpecialtyTypesApi.prototype.apiV1SpecialtytypesSimpleGet = function (id, name, description, marketingType, hospitalId, created, languageCode, ids, specialtyTypeCategoryId, returnDefaultValue, page, limit, lastRetrieved, options) {
35350
+ SpecialtyTypesApi.prototype.apiV1SpecialtytypesSimpleGet = function (id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
35742
35351
  var _this = this;
35743
- return exports.SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSimpleGet(id, name, description, marketingType, hospitalId, created, languageCode, ids, specialtyTypeCategoryId, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
35352
+ return exports.SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSimpleGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
35744
35353
  };
35745
35354
  /**
35746
35355
  *