ch-admin-api-client-typescript 3.2.7 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/api.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
  *
@@ -20552,25 +20955,25 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
20552
20955
  *
20553
20956
  * @summary Get all HospitalSpecialties.
20554
20957
  * @param {string} hospitalId
20555
- * @param {string} [hospitalName]
20556
- * @param {string} [hospitalSlug]
20557
20958
  * @param {string} [specialtyId]
20558
20959
  * @param {string} [specialtyName]
20559
20960
  * @param {string} [specialtyTypeId]
20560
- * @param {string} [hospitalSpecialtySlug]
20561
- * @param {string} [title]
20961
+ * @param {string} [specialtyTypeName]
20962
+ * @param {string} [hospitalSpecialtyId]
20963
+ * @param {string} [name]
20964
+ * @param {string} [slug]
20562
20965
  * @param {MarketingType} [marketingType]
20563
- * @param {string} [languageCode]
20564
- * @param {boolean} [showHidden]
20565
20966
  * @param {boolean} [returnDefaultValue]
20566
20967
  * @param {boolean} [includeServices]
20968
+ * @param {string} [languageCode]
20969
+ * @param {boolean} [showHidden]
20567
20970
  * @param {number} [page]
20568
20971
  * @param {number} [limit]
20569
20972
  * @param {Date} [lastRetrieved]
20570
20973
  * @param {*} [options] Override http request option.
20571
20974
  * @throws {RequiredError}
20572
20975
  */
20573
- apiV1HospitalsHospitalIdSpecialtiesGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
20976
+ apiV1HospitalsHospitalIdSpecialtiesGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options) {
20574
20977
  if (options === void 0) { options = {}; }
20575
20978
  return __awaiter(_this, void 0, void 0, function () {
20576
20979
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -20595,12 +20998,6 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
20595
20998
  // authentication oauth2 required
20596
20999
  // oauth required
20597
21000
  _a.sent();
20598
- if (hospitalName !== undefined) {
20599
- localVarQueryParameter['HospitalName'] = hospitalName;
20600
- }
20601
- if (hospitalSlug !== undefined) {
20602
- localVarQueryParameter['HospitalSlug'] = hospitalSlug;
20603
- }
20604
21001
  if (specialtyId !== undefined) {
20605
21002
  localVarQueryParameter['SpecialtyId'] = specialtyId;
20606
21003
  }
@@ -20610,20 +21007,20 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
20610
21007
  if (specialtyTypeId !== undefined) {
20611
21008
  localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
20612
21009
  }
20613
- if (hospitalSpecialtySlug !== undefined) {
20614
- localVarQueryParameter['HospitalSpecialtySlug'] = hospitalSpecialtySlug;
21010
+ if (specialtyTypeName !== undefined) {
21011
+ localVarQueryParameter['SpecialtyTypeName'] = specialtyTypeName;
20615
21012
  }
20616
- if (title !== undefined) {
20617
- localVarQueryParameter['Title'] = title;
21013
+ if (hospitalSpecialtyId !== undefined) {
21014
+ localVarQueryParameter['HospitalSpecialtyId'] = hospitalSpecialtyId;
20618
21015
  }
20619
- if (marketingType !== undefined) {
20620
- localVarQueryParameter['MarketingType'] = marketingType;
21016
+ if (name !== undefined) {
21017
+ localVarQueryParameter['Name'] = name;
20621
21018
  }
20622
- if (languageCode !== undefined) {
20623
- localVarQueryParameter['LanguageCode'] = languageCode;
21019
+ if (slug !== undefined) {
21020
+ localVarQueryParameter['Slug'] = slug;
20624
21021
  }
20625
- if (showHidden !== undefined) {
20626
- localVarQueryParameter['ShowHidden'] = showHidden;
21022
+ if (marketingType !== undefined) {
21023
+ localVarQueryParameter['MarketingType'] = marketingType;
20627
21024
  }
20628
21025
  if (returnDefaultValue !== undefined) {
20629
21026
  localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
@@ -20631,6 +21028,12 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
20631
21028
  if (includeServices !== undefined) {
20632
21029
  localVarQueryParameter['IncludeServices'] = includeServices;
20633
21030
  }
21031
+ if (languageCode !== undefined) {
21032
+ localVarQueryParameter['LanguageCode'] = languageCode;
21033
+ }
21034
+ if (showHidden !== undefined) {
21035
+ localVarQueryParameter['ShowHidden'] = showHidden;
21036
+ }
20634
21037
  if (page !== undefined) {
20635
21038
  localVarQueryParameter['page'] = page;
20636
21039
  }
@@ -20978,25 +21381,25 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
20978
21381
  *
20979
21382
  * @summary Get all HospitalSpecialties.
20980
21383
  * @param {string} hospitalId
20981
- * @param {string} [hospitalName]
20982
- * @param {string} [hospitalSlug]
20983
21384
  * @param {string} [specialtyId]
20984
21385
  * @param {string} [specialtyName]
20985
21386
  * @param {string} [specialtyTypeId]
20986
- * @param {string} [hospitalSpecialtySlug]
20987
- * @param {string} [title]
21387
+ * @param {string} [specialtyTypeName]
21388
+ * @param {string} [hospitalSpecialtyId]
21389
+ * @param {string} [name]
21390
+ * @param {string} [slug]
20988
21391
  * @param {MarketingType} [marketingType]
20989
- * @param {string} [languageCode]
20990
- * @param {boolean} [showHidden]
20991
21392
  * @param {boolean} [returnDefaultValue]
20992
21393
  * @param {boolean} [includeServices]
21394
+ * @param {string} [languageCode]
21395
+ * @param {boolean} [showHidden]
20993
21396
  * @param {number} [page]
20994
21397
  * @param {number} [limit]
20995
21398
  * @param {Date} [lastRetrieved]
20996
21399
  * @param {*} [options] Override http request option.
20997
21400
  * @throws {RequiredError}
20998
21401
  */
20999
- apiV1HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
21402
+ apiV1HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options) {
21000
21403
  if (options === void 0) { options = {}; }
21001
21404
  return __awaiter(_this, void 0, void 0, function () {
21002
21405
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -21021,12 +21424,6 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
21021
21424
  // authentication oauth2 required
21022
21425
  // oauth required
21023
21426
  _a.sent();
21024
- if (hospitalName !== undefined) {
21025
- localVarQueryParameter['HospitalName'] = hospitalName;
21026
- }
21027
- if (hospitalSlug !== undefined) {
21028
- localVarQueryParameter['HospitalSlug'] = hospitalSlug;
21029
- }
21030
21427
  if (specialtyId !== undefined) {
21031
21428
  localVarQueryParameter['SpecialtyId'] = specialtyId;
21032
21429
  }
@@ -21036,20 +21433,20 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
21036
21433
  if (specialtyTypeId !== undefined) {
21037
21434
  localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
21038
21435
  }
21039
- if (hospitalSpecialtySlug !== undefined) {
21040
- localVarQueryParameter['HospitalSpecialtySlug'] = hospitalSpecialtySlug;
21436
+ if (specialtyTypeName !== undefined) {
21437
+ localVarQueryParameter['SpecialtyTypeName'] = specialtyTypeName;
21041
21438
  }
21042
- if (title !== undefined) {
21043
- localVarQueryParameter['Title'] = title;
21439
+ if (hospitalSpecialtyId !== undefined) {
21440
+ localVarQueryParameter['HospitalSpecialtyId'] = hospitalSpecialtyId;
21044
21441
  }
21045
- if (marketingType !== undefined) {
21046
- localVarQueryParameter['MarketingType'] = marketingType;
21442
+ if (name !== undefined) {
21443
+ localVarQueryParameter['Name'] = name;
21047
21444
  }
21048
- if (languageCode !== undefined) {
21049
- localVarQueryParameter['LanguageCode'] = languageCode;
21445
+ if (slug !== undefined) {
21446
+ localVarQueryParameter['Slug'] = slug;
21050
21447
  }
21051
- if (showHidden !== undefined) {
21052
- localVarQueryParameter['ShowHidden'] = showHidden;
21448
+ if (marketingType !== undefined) {
21449
+ localVarQueryParameter['MarketingType'] = marketingType;
21053
21450
  }
21054
21451
  if (returnDefaultValue !== undefined) {
21055
21452
  localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
@@ -21057,6 +21454,12 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
21057
21454
  if (includeServices !== undefined) {
21058
21455
  localVarQueryParameter['IncludeServices'] = includeServices;
21059
21456
  }
21457
+ if (languageCode !== undefined) {
21458
+ localVarQueryParameter['LanguageCode'] = languageCode;
21459
+ }
21460
+ if (showHidden !== undefined) {
21461
+ localVarQueryParameter['ShowHidden'] = showHidden;
21462
+ }
21060
21463
  if (page !== undefined) {
21061
21464
  localVarQueryParameter['page'] = page;
21062
21465
  }
@@ -21079,6 +21482,65 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
21079
21482
  });
21080
21483
  });
21081
21484
  },
21485
+ /**
21486
+ *
21487
+ * @summary Get HospitalSpecialty by slug.
21488
+ * @param {string} hospitalId
21489
+ * @param {string} slug
21490
+ * @param {string} [languageCode]
21491
+ * @param {boolean} [returnDefaultValue]
21492
+ * @param {boolean} [includeServices]
21493
+ * @param {*} [options] Override http request option.
21494
+ * @throws {RequiredError}
21495
+ */
21496
+ apiV1HospitalsHospitalIdSpecialtiesSlugGet: function (hospitalId, slug, languageCode, returnDefaultValue, includeServices, options) {
21497
+ if (options === void 0) { options = {}; }
21498
+ return __awaiter(_this, void 0, void 0, function () {
21499
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
21500
+ return __generator(this, function (_a) {
21501
+ switch (_a.label) {
21502
+ case 0:
21503
+ // verify required parameter 'hospitalId' is not null or undefined
21504
+ common_1.assertParamExists('apiV1HospitalsHospitalIdSpecialtiesSlugGet', 'hospitalId', hospitalId);
21505
+ // verify required parameter 'slug' is not null or undefined
21506
+ common_1.assertParamExists('apiV1HospitalsHospitalIdSpecialtiesSlugGet', 'slug', slug);
21507
+ localVarPath = "/api/v1/hospitals/{hospitalId}/specialties/{slug}"
21508
+ .replace("{" + "hospitalId" + "}", encodeURIComponent(String(hospitalId)))
21509
+ .replace("{" + "slug" + "}", encodeURIComponent(String(slug)));
21510
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
21511
+ if (configuration) {
21512
+ baseOptions = configuration.baseOptions;
21513
+ }
21514
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
21515
+ localVarHeaderParameter = {};
21516
+ localVarQueryParameter = {};
21517
+ // authentication oauth2 required
21518
+ // oauth required
21519
+ return [4 /*yield*/, common_1.setOAuthToObject(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)];
21520
+ case 1:
21521
+ // authentication oauth2 required
21522
+ // oauth required
21523
+ _a.sent();
21524
+ if (languageCode !== undefined) {
21525
+ localVarQueryParameter['languageCode'] = languageCode;
21526
+ }
21527
+ if (returnDefaultValue !== undefined) {
21528
+ localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
21529
+ }
21530
+ if (includeServices !== undefined) {
21531
+ localVarQueryParameter['includeServices'] = includeServices;
21532
+ }
21533
+ common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
21534
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
21535
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
21536
+ return [2 /*return*/, {
21537
+ url: common_1.toPathString(localVarUrlObj),
21538
+ options: localVarRequestOptions,
21539
+ }];
21540
+ }
21541
+ });
21542
+ });
21543
+ },
21082
21544
  /**
21083
21545
  *
21084
21546
  * @summary Delete HospitalSpecialty.
@@ -21240,14 +21702,9 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
21240
21702
  * @summary Get all HospitalServices.
21241
21703
  * @param {string} hospitalId
21242
21704
  * @param {string} specialtyId
21243
- * @param {string} [hospitalName]
21244
- * @param {string} [hospitalSlug]
21245
21705
  * @param {string} [id]
21246
21706
  * @param {string} [name]
21247
- * @param {string} [description]
21248
- * @param {string} [specialtyName]
21249
- * @param {string} [specialtyTypeId]
21250
- * @param {string} [specialtyTypeName]
21707
+ * @param {string} [slug]
21251
21708
  * @param {string} [serviceCategoryId]
21252
21709
  * @param {MarketingType} [marketingType]
21253
21710
  * @param {Procedure} [procedure]
@@ -21260,7 +21717,7 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
21260
21717
  * @param {*} [options] Override http request option.
21261
21718
  * @throws {RequiredError}
21262
21719
  */
21263
- apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: function (hospitalId, specialtyId, hospitalName, hospitalSlug, id, name, description, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
21720
+ apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: function (hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
21264
21721
  if (options === void 0) { options = {}; }
21265
21722
  return __awaiter(_this, void 0, void 0, function () {
21266
21723
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -21288,29 +21745,14 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
21288
21745
  // authentication oauth2 required
21289
21746
  // oauth required
21290
21747
  _a.sent();
21291
- if (hospitalName !== undefined) {
21292
- localVarQueryParameter['HospitalName'] = hospitalName;
21293
- }
21294
- if (hospitalSlug !== undefined) {
21295
- localVarQueryParameter['HospitalSlug'] = hospitalSlug;
21296
- }
21297
21748
  if (id !== undefined) {
21298
21749
  localVarQueryParameter['Id'] = id;
21299
21750
  }
21300
21751
  if (name !== undefined) {
21301
21752
  localVarQueryParameter['Name'] = name;
21302
21753
  }
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;
21754
+ if (slug !== undefined) {
21755
+ localVarQueryParameter['Slug'] = slug;
21314
21756
  }
21315
21757
  if (serviceCategoryId !== undefined) {
21316
21758
  localVarQueryParameter['ServiceCategoryId'] = serviceCategoryId;
@@ -23097,30 +23539,30 @@ exports.HospitalsApiFp = function (configuration) {
23097
23539
  *
23098
23540
  * @summary Get all HospitalSpecialties.
23099
23541
  * @param {string} hospitalId
23100
- * @param {string} [hospitalName]
23101
- * @param {string} [hospitalSlug]
23102
23542
  * @param {string} [specialtyId]
23103
23543
  * @param {string} [specialtyName]
23104
23544
  * @param {string} [specialtyTypeId]
23105
- * @param {string} [hospitalSpecialtySlug]
23106
- * @param {string} [title]
23545
+ * @param {string} [specialtyTypeName]
23546
+ * @param {string} [hospitalSpecialtyId]
23547
+ * @param {string} [name]
23548
+ * @param {string} [slug]
23107
23549
  * @param {MarketingType} [marketingType]
23108
- * @param {string} [languageCode]
23109
- * @param {boolean} [showHidden]
23110
23550
  * @param {boolean} [returnDefaultValue]
23111
23551
  * @param {boolean} [includeServices]
23552
+ * @param {string} [languageCode]
23553
+ * @param {boolean} [showHidden]
23112
23554
  * @param {number} [page]
23113
23555
  * @param {number} [limit]
23114
23556
  * @param {Date} [lastRetrieved]
23115
23557
  * @param {*} [options] Override http request option.
23116
23558
  * @throws {RequiredError}
23117
23559
  */
23118
- apiV1HospitalsHospitalIdSpecialtiesGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
23560
+ apiV1HospitalsHospitalIdSpecialtiesGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options) {
23119
23561
  return __awaiter(this, void 0, void 0, function () {
23120
23562
  var localVarAxiosArgs;
23121
23563
  return __generator(this, function (_a) {
23122
23564
  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)];
23565
+ 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
23566
  case 1:
23125
23567
  localVarAxiosArgs = _a.sent();
23126
23568
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -23268,30 +23710,54 @@ exports.HospitalsApiFp = function (configuration) {
23268
23710
  *
23269
23711
  * @summary Get all HospitalSpecialties.
23270
23712
  * @param {string} hospitalId
23271
- * @param {string} [hospitalName]
23272
- * @param {string} [hospitalSlug]
23273
23713
  * @param {string} [specialtyId]
23274
23714
  * @param {string} [specialtyName]
23275
23715
  * @param {string} [specialtyTypeId]
23276
- * @param {string} [hospitalSpecialtySlug]
23277
- * @param {string} [title]
23716
+ * @param {string} [specialtyTypeName]
23717
+ * @param {string} [hospitalSpecialtyId]
23718
+ * @param {string} [name]
23719
+ * @param {string} [slug]
23278
23720
  * @param {MarketingType} [marketingType]
23279
- * @param {string} [languageCode]
23280
- * @param {boolean} [showHidden]
23281
23721
  * @param {boolean} [returnDefaultValue]
23282
23722
  * @param {boolean} [includeServices]
23723
+ * @param {string} [languageCode]
23724
+ * @param {boolean} [showHidden]
23283
23725
  * @param {number} [page]
23284
23726
  * @param {number} [limit]
23285
23727
  * @param {Date} [lastRetrieved]
23286
23728
  * @param {*} [options] Override http request option.
23287
23729
  * @throws {RequiredError}
23288
23730
  */
23289
- apiV1HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
23731
+ apiV1HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options) {
23732
+ return __awaiter(this, void 0, void 0, function () {
23733
+ var localVarAxiosArgs;
23734
+ return __generator(this, function (_a) {
23735
+ switch (_a.label) {
23736
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options)];
23737
+ case 1:
23738
+ localVarAxiosArgs = _a.sent();
23739
+ return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
23740
+ }
23741
+ });
23742
+ });
23743
+ },
23744
+ /**
23745
+ *
23746
+ * @summary Get HospitalSpecialty by slug.
23747
+ * @param {string} hospitalId
23748
+ * @param {string} slug
23749
+ * @param {string} [languageCode]
23750
+ * @param {boolean} [returnDefaultValue]
23751
+ * @param {boolean} [includeServices]
23752
+ * @param {*} [options] Override http request option.
23753
+ * @throws {RequiredError}
23754
+ */
23755
+ apiV1HospitalsHospitalIdSpecialtiesSlugGet: function (hospitalId, slug, languageCode, returnDefaultValue, includeServices, options) {
23290
23756
  return __awaiter(this, void 0, void 0, function () {
23291
23757
  var localVarAxiosArgs;
23292
23758
  return __generator(this, function (_a) {
23293
23759
  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)];
23760
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode, returnDefaultValue, includeServices, options)];
23295
23761
  case 1:
23296
23762
  localVarAxiosArgs = _a.sent();
23297
23763
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -23371,14 +23837,9 @@ exports.HospitalsApiFp = function (configuration) {
23371
23837
  * @summary Get all HospitalServices.
23372
23838
  * @param {string} hospitalId
23373
23839
  * @param {string} specialtyId
23374
- * @param {string} [hospitalName]
23375
- * @param {string} [hospitalSlug]
23376
23840
  * @param {string} [id]
23377
23841
  * @param {string} [name]
23378
- * @param {string} [description]
23379
- * @param {string} [specialtyName]
23380
- * @param {string} [specialtyTypeId]
23381
- * @param {string} [specialtyTypeName]
23842
+ * @param {string} [slug]
23382
23843
  * @param {string} [serviceCategoryId]
23383
23844
  * @param {MarketingType} [marketingType]
23384
23845
  * @param {Procedure} [procedure]
@@ -23391,12 +23852,12 @@ exports.HospitalsApiFp = function (configuration) {
23391
23852
  * @param {*} [options] Override http request option.
23392
23853
  * @throws {RequiredError}
23393
23854
  */
23394
- apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: function (hospitalId, specialtyId, hospitalName, hospitalSlug, id, name, description, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
23855
+ apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: function (hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
23395
23856
  return __awaiter(this, void 0, void 0, function () {
23396
23857
  var localVarAxiosArgs;
23397
23858
  return __generator(this, function (_a) {
23398
23859
  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)];
23860
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options)];
23400
23861
  case 1:
23401
23862
  localVarAxiosArgs = _a.sent();
23402
23863
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -24235,26 +24696,26 @@ exports.HospitalsApiFactory = function (configuration, basePath, axios) {
24235
24696
  *
24236
24697
  * @summary Get all HospitalSpecialties.
24237
24698
  * @param {string} hospitalId
24238
- * @param {string} [hospitalName]
24239
- * @param {string} [hospitalSlug]
24240
24699
  * @param {string} [specialtyId]
24241
24700
  * @param {string} [specialtyName]
24242
24701
  * @param {string} [specialtyTypeId]
24243
- * @param {string} [hospitalSpecialtySlug]
24244
- * @param {string} [title]
24702
+ * @param {string} [specialtyTypeName]
24703
+ * @param {string} [hospitalSpecialtyId]
24704
+ * @param {string} [name]
24705
+ * @param {string} [slug]
24245
24706
  * @param {MarketingType} [marketingType]
24246
- * @param {string} [languageCode]
24247
- * @param {boolean} [showHidden]
24248
24707
  * @param {boolean} [returnDefaultValue]
24249
24708
  * @param {boolean} [includeServices]
24709
+ * @param {string} [languageCode]
24710
+ * @param {boolean} [showHidden]
24250
24711
  * @param {number} [page]
24251
24712
  * @param {number} [limit]
24252
24713
  * @param {Date} [lastRetrieved]
24253
24714
  * @param {*} [options] Override http request option.
24254
24715
  * @throws {RequiredError}
24255
24716
  */
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); });
24717
+ apiV1HospitalsHospitalIdSpecialtiesGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options) {
24718
+ 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
24719
  },
24259
24720
  /**
24260
24721
  *
@@ -24336,26 +24797,40 @@ exports.HospitalsApiFactory = function (configuration, basePath, axios) {
24336
24797
  *
24337
24798
  * @summary Get all HospitalSpecialties.
24338
24799
  * @param {string} hospitalId
24339
- * @param {string} [hospitalName]
24340
- * @param {string} [hospitalSlug]
24341
24800
  * @param {string} [specialtyId]
24342
24801
  * @param {string} [specialtyName]
24343
24802
  * @param {string} [specialtyTypeId]
24344
- * @param {string} [hospitalSpecialtySlug]
24345
- * @param {string} [title]
24803
+ * @param {string} [specialtyTypeName]
24804
+ * @param {string} [hospitalSpecialtyId]
24805
+ * @param {string} [name]
24806
+ * @param {string} [slug]
24346
24807
  * @param {MarketingType} [marketingType]
24347
- * @param {string} [languageCode]
24348
- * @param {boolean} [showHidden]
24349
24808
  * @param {boolean} [returnDefaultValue]
24350
24809
  * @param {boolean} [includeServices]
24810
+ * @param {string} [languageCode]
24811
+ * @param {boolean} [showHidden]
24351
24812
  * @param {number} [page]
24352
24813
  * @param {number} [limit]
24353
24814
  * @param {Date} [lastRetrieved]
24354
24815
  * @param {*} [options] Override http request option.
24355
24816
  * @throws {RequiredError}
24356
24817
  */
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); });
24818
+ apiV1HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options) {
24819
+ 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); });
24820
+ },
24821
+ /**
24822
+ *
24823
+ * @summary Get HospitalSpecialty by slug.
24824
+ * @param {string} hospitalId
24825
+ * @param {string} slug
24826
+ * @param {string} [languageCode]
24827
+ * @param {boolean} [returnDefaultValue]
24828
+ * @param {boolean} [includeServices]
24829
+ * @param {*} [options] Override http request option.
24830
+ * @throws {RequiredError}
24831
+ */
24832
+ apiV1HospitalsHospitalIdSpecialtiesSlugGet: function (hospitalId, slug, languageCode, returnDefaultValue, includeServices, options) {
24833
+ return localVarFp.apiV1HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode, returnDefaultValue, includeServices, options).then(function (request) { return request(axios, basePath); });
24359
24834
  },
24360
24835
  /**
24361
24836
  *
@@ -24399,14 +24874,9 @@ exports.HospitalsApiFactory = function (configuration, basePath, axios) {
24399
24874
  * @summary Get all HospitalServices.
24400
24875
  * @param {string} hospitalId
24401
24876
  * @param {string} specialtyId
24402
- * @param {string} [hospitalName]
24403
- * @param {string} [hospitalSlug]
24404
24877
  * @param {string} [id]
24405
24878
  * @param {string} [name]
24406
- * @param {string} [description]
24407
- * @param {string} [specialtyName]
24408
- * @param {string} [specialtyTypeId]
24409
- * @param {string} [specialtyTypeName]
24879
+ * @param {string} [slug]
24410
24880
  * @param {string} [serviceCategoryId]
24411
24881
  * @param {MarketingType} [marketingType]
24412
24882
  * @param {Procedure} [procedure]
@@ -24419,8 +24889,8 @@ exports.HospitalsApiFactory = function (configuration, basePath, axios) {
24419
24889
  * @param {*} [options] Override http request option.
24420
24890
  * @throws {RequiredError}
24421
24891
  */
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); });
24892
+ apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: function (hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
24893
+ 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
24894
  },
24425
24895
  /**
24426
24896
  *
@@ -25153,18 +25623,18 @@ var HospitalsApi = /** @class */ (function (_super) {
25153
25623
  *
25154
25624
  * @summary Get all HospitalSpecialties.
25155
25625
  * @param {string} hospitalId
25156
- * @param {string} [hospitalName]
25157
- * @param {string} [hospitalSlug]
25158
25626
  * @param {string} [specialtyId]
25159
25627
  * @param {string} [specialtyName]
25160
25628
  * @param {string} [specialtyTypeId]
25161
- * @param {string} [hospitalSpecialtySlug]
25162
- * @param {string} [title]
25629
+ * @param {string} [specialtyTypeName]
25630
+ * @param {string} [hospitalSpecialtyId]
25631
+ * @param {string} [name]
25632
+ * @param {string} [slug]
25163
25633
  * @param {MarketingType} [marketingType]
25164
- * @param {string} [languageCode]
25165
- * @param {boolean} [showHidden]
25166
25634
  * @param {boolean} [returnDefaultValue]
25167
25635
  * @param {boolean} [includeServices]
25636
+ * @param {string} [languageCode]
25637
+ * @param {boolean} [showHidden]
25168
25638
  * @param {number} [page]
25169
25639
  * @param {number} [limit]
25170
25640
  * @param {Date} [lastRetrieved]
@@ -25172,9 +25642,9 @@ var HospitalsApi = /** @class */ (function (_super) {
25172
25642
  * @throws {RequiredError}
25173
25643
  * @memberof HospitalsApi
25174
25644
  */
25175
- HospitalsApi.prototype.apiV1HospitalsHospitalIdSpecialtiesGet = function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
25645
+ HospitalsApi.prototype.apiV1HospitalsHospitalIdSpecialtiesGet = function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options) {
25176
25646
  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); });
25647
+ 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
25648
  };
25179
25649
  /**
25180
25650
  *
@@ -25268,18 +25738,18 @@ var HospitalsApi = /** @class */ (function (_super) {
25268
25738
  *
25269
25739
  * @summary Get all HospitalSpecialties.
25270
25740
  * @param {string} hospitalId
25271
- * @param {string} [hospitalName]
25272
- * @param {string} [hospitalSlug]
25273
25741
  * @param {string} [specialtyId]
25274
25742
  * @param {string} [specialtyName]
25275
25743
  * @param {string} [specialtyTypeId]
25276
- * @param {string} [hospitalSpecialtySlug]
25277
- * @param {string} [title]
25744
+ * @param {string} [specialtyTypeName]
25745
+ * @param {string} [hospitalSpecialtyId]
25746
+ * @param {string} [name]
25747
+ * @param {string} [slug]
25278
25748
  * @param {MarketingType} [marketingType]
25279
- * @param {string} [languageCode]
25280
- * @param {boolean} [showHidden]
25281
25749
  * @param {boolean} [returnDefaultValue]
25282
25750
  * @param {boolean} [includeServices]
25751
+ * @param {string} [languageCode]
25752
+ * @param {boolean} [showHidden]
25283
25753
  * @param {number} [page]
25284
25754
  * @param {number} [limit]
25285
25755
  * @param {Date} [lastRetrieved]
@@ -25287,9 +25757,25 @@ var HospitalsApi = /** @class */ (function (_super) {
25287
25757
  * @throws {RequiredError}
25288
25758
  * @memberof HospitalsApi
25289
25759
  */
25290
- HospitalsApi.prototype.apiV1HospitalsHospitalIdSpecialtiesSimpleGet = function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
25760
+ HospitalsApi.prototype.apiV1HospitalsHospitalIdSpecialtiesSimpleGet = function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options) {
25291
25761
  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); });
25762
+ 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); });
25763
+ };
25764
+ /**
25765
+ *
25766
+ * @summary Get HospitalSpecialty by slug.
25767
+ * @param {string} hospitalId
25768
+ * @param {string} slug
25769
+ * @param {string} [languageCode]
25770
+ * @param {boolean} [returnDefaultValue]
25771
+ * @param {boolean} [includeServices]
25772
+ * @param {*} [options] Override http request option.
25773
+ * @throws {RequiredError}
25774
+ * @memberof HospitalsApi
25775
+ */
25776
+ HospitalsApi.prototype.apiV1HospitalsHospitalIdSpecialtiesSlugGet = function (hospitalId, slug, languageCode, returnDefaultValue, includeServices, options) {
25777
+ var _this = this;
25778
+ return exports.HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode, returnDefaultValue, includeServices, options).then(function (request) { return request(_this.axios, _this.basePath); });
25293
25779
  };
25294
25780
  /**
25295
25781
  *
@@ -25339,14 +25825,9 @@ var HospitalsApi = /** @class */ (function (_super) {
25339
25825
  * @summary Get all HospitalServices.
25340
25826
  * @param {string} hospitalId
25341
25827
  * @param {string} specialtyId
25342
- * @param {string} [hospitalName]
25343
- * @param {string} [hospitalSlug]
25344
25828
  * @param {string} [id]
25345
25829
  * @param {string} [name]
25346
- * @param {string} [description]
25347
- * @param {string} [specialtyName]
25348
- * @param {string} [specialtyTypeId]
25349
- * @param {string} [specialtyTypeName]
25830
+ * @param {string} [slug]
25350
25831
  * @param {string} [serviceCategoryId]
25351
25832
  * @param {MarketingType} [marketingType]
25352
25833
  * @param {Procedure} [procedure]
@@ -25360,9 +25841,9 @@ var HospitalsApi = /** @class */ (function (_super) {
25360
25841
  * @throws {RequiredError}
25361
25842
  * @memberof HospitalsApi
25362
25843
  */
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) {
25844
+ HospitalsApi.prototype.apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet = function (hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
25364
25845
  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); });
25846
+ 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
25847
  };
25367
25848
  /**
25368
25849
  *
@@ -31225,15 +31706,13 @@ exports.ServiceReviewsApiAxiosParamCreator = function (configuration) {
31225
31706
  * @param {boolean} [recommended]
31226
31707
  * @param {number} [rate]
31227
31708
  * @param {ReviewType} [reviewType]
31228
- * @param {string} [languageCode]
31229
- * @param {boolean} [returnDefaultValue]
31230
31709
  * @param {number} [page]
31231
31710
  * @param {number} [limit]
31232
31711
  * @param {Date} [lastRetrieved]
31233
31712
  * @param {*} [options] Override http request option.
31234
31713
  * @throws {RequiredError}
31235
31714
  */
31236
- apiV1ServicereviewsGet: function (serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
31715
+ apiV1ServicereviewsGet: function (serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, page, limit, lastRetrieved, options) {
31237
31716
  if (options === void 0) { options = {}; }
31238
31717
  return __awaiter(_this, void 0, void 0, function () {
31239
31718
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -31279,12 +31758,6 @@ exports.ServiceReviewsApiAxiosParamCreator = function (configuration) {
31279
31758
  if (reviewType !== undefined) {
31280
31759
  localVarQueryParameter['ReviewType'] = reviewType;
31281
31760
  }
31282
- if (languageCode !== undefined) {
31283
- localVarQueryParameter['LanguageCode'] = languageCode;
31284
- }
31285
- if (returnDefaultValue !== undefined) {
31286
- localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
31287
- }
31288
31761
  if (page !== undefined) {
31289
31762
  localVarQueryParameter['page'] = page;
31290
31763
  }
@@ -31395,12 +31868,10 @@ exports.ServiceReviewsApiAxiosParamCreator = function (configuration) {
31395
31868
  /**
31396
31869
  *
31397
31870
  * @param {string} serviceReviewId
31398
- * @param {string} [languageCode]
31399
- * @param {boolean} [returnDefaultValue]
31400
31871
  * @param {*} [options] Override http request option.
31401
31872
  * @throws {RequiredError}
31402
31873
  */
31403
- apiV1ServicereviewsServiceReviewIdGet: function (serviceReviewId, languageCode, returnDefaultValue, options) {
31874
+ apiV1ServicereviewsServiceReviewIdGet: function (serviceReviewId, options) {
31404
31875
  if (options === void 0) { options = {}; }
31405
31876
  return __awaiter(_this, void 0, void 0, function () {
31406
31877
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -31425,12 +31896,6 @@ exports.ServiceReviewsApiAxiosParamCreator = function (configuration) {
31425
31896
  // authentication oauth2 required
31426
31897
  // oauth required
31427
31898
  _a.sent();
31428
- if (languageCode !== undefined) {
31429
- localVarQueryParameter['languageCode'] = languageCode;
31430
- }
31431
- if (returnDefaultValue !== undefined) {
31432
- localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
31433
- }
31434
31899
  common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
31435
31900
  headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
31436
31901
  localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -31763,20 +32228,18 @@ exports.ServiceReviewsApiFp = function (configuration) {
31763
32228
  * @param {boolean} [recommended]
31764
32229
  * @param {number} [rate]
31765
32230
  * @param {ReviewType} [reviewType]
31766
- * @param {string} [languageCode]
31767
- * @param {boolean} [returnDefaultValue]
31768
32231
  * @param {number} [page]
31769
32232
  * @param {number} [limit]
31770
32233
  * @param {Date} [lastRetrieved]
31771
32234
  * @param {*} [options] Override http request option.
31772
32235
  * @throws {RequiredError}
31773
32236
  */
31774
- apiV1ServicereviewsGet: function (serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
32237
+ apiV1ServicereviewsGet: function (serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, page, limit, lastRetrieved, options) {
31775
32238
  return __awaiter(this, void 0, void 0, function () {
31776
32239
  var localVarAxiosArgs;
31777
32240
  return __generator(this, function (_a) {
31778
32241
  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)];
32242
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1ServicereviewsGet(serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, page, limit, lastRetrieved, options)];
31780
32243
  case 1:
31781
32244
  localVarAxiosArgs = _a.sent();
31782
32245
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -31827,17 +32290,15 @@ exports.ServiceReviewsApiFp = function (configuration) {
31827
32290
  /**
31828
32291
  *
31829
32292
  * @param {string} serviceReviewId
31830
- * @param {string} [languageCode]
31831
- * @param {boolean} [returnDefaultValue]
31832
32293
  * @param {*} [options] Override http request option.
31833
32294
  * @throws {RequiredError}
31834
32295
  */
31835
- apiV1ServicereviewsServiceReviewIdGet: function (serviceReviewId, languageCode, returnDefaultValue, options) {
32296
+ apiV1ServicereviewsServiceReviewIdGet: function (serviceReviewId, options) {
31836
32297
  return __awaiter(this, void 0, void 0, function () {
31837
32298
  var localVarAxiosArgs;
31838
32299
  return __generator(this, function (_a) {
31839
32300
  switch (_a.label) {
31840
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1ServicereviewsServiceReviewIdGet(serviceReviewId, languageCode, returnDefaultValue, options)];
32301
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1ServicereviewsServiceReviewIdGet(serviceReviewId, options)];
31841
32302
  case 1:
31842
32303
  localVarAxiosArgs = _a.sent();
31843
32304
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -31996,16 +32457,14 @@ exports.ServiceReviewsApiFactory = function (configuration, basePath, axios) {
31996
32457
  * @param {boolean} [recommended]
31997
32458
  * @param {number} [rate]
31998
32459
  * @param {ReviewType} [reviewType]
31999
- * @param {string} [languageCode]
32000
- * @param {boolean} [returnDefaultValue]
32001
32460
  * @param {number} [page]
32002
32461
  * @param {number} [limit]
32003
32462
  * @param {Date} [lastRetrieved]
32004
32463
  * @param {*} [options] Override http request option.
32005
32464
  * @throws {RequiredError}
32006
32465
  */
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); });
32466
+ apiV1ServicereviewsGet: function (serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, page, limit, lastRetrieved, options) {
32467
+ return localVarFp.apiV1ServicereviewsGet(serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
32009
32468
  },
32010
32469
  /**
32011
32470
  *
@@ -32030,13 +32489,11 @@ exports.ServiceReviewsApiFactory = function (configuration, basePath, axios) {
32030
32489
  /**
32031
32490
  *
32032
32491
  * @param {string} serviceReviewId
32033
- * @param {string} [languageCode]
32034
- * @param {boolean} [returnDefaultValue]
32035
32492
  * @param {*} [options] Override http request option.
32036
32493
  * @throws {RequiredError}
32037
32494
  */
32038
- apiV1ServicereviewsServiceReviewIdGet: function (serviceReviewId, languageCode, returnDefaultValue, options) {
32039
- return localVarFp.apiV1ServicereviewsServiceReviewIdGet(serviceReviewId, languageCode, returnDefaultValue, options).then(function (request) { return request(axios, basePath); });
32495
+ apiV1ServicereviewsServiceReviewIdGet: function (serviceReviewId, options) {
32496
+ return localVarFp.apiV1ServicereviewsServiceReviewIdGet(serviceReviewId, options).then(function (request) { return request(axios, basePath); });
32040
32497
  },
32041
32498
  /**
32042
32499
  *
@@ -32133,8 +32590,6 @@ var ServiceReviewsApi = /** @class */ (function (_super) {
32133
32590
  * @param {boolean} [recommended]
32134
32591
  * @param {number} [rate]
32135
32592
  * @param {ReviewType} [reviewType]
32136
- * @param {string} [languageCode]
32137
- * @param {boolean} [returnDefaultValue]
32138
32593
  * @param {number} [page]
32139
32594
  * @param {number} [limit]
32140
32595
  * @param {Date} [lastRetrieved]
@@ -32142,9 +32597,9 @@ var ServiceReviewsApi = /** @class */ (function (_super) {
32142
32597
  * @throws {RequiredError}
32143
32598
  * @memberof ServiceReviewsApi
32144
32599
  */
32145
- ServiceReviewsApi.prototype.apiV1ServicereviewsGet = function (serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
32600
+ ServiceReviewsApi.prototype.apiV1ServicereviewsGet = function (serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, page, limit, lastRetrieved, options) {
32146
32601
  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); });
32602
+ 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
32603
  };
32149
32604
  /**
32150
32605
  *
@@ -32173,15 +32628,13 @@ var ServiceReviewsApi = /** @class */ (function (_super) {
32173
32628
  /**
32174
32629
  *
32175
32630
  * @param {string} serviceReviewId
32176
- * @param {string} [languageCode]
32177
- * @param {boolean} [returnDefaultValue]
32178
32631
  * @param {*} [options] Override http request option.
32179
32632
  * @throws {RequiredError}
32180
32633
  * @memberof ServiceReviewsApi
32181
32634
  */
32182
- ServiceReviewsApi.prototype.apiV1ServicereviewsServiceReviewIdGet = function (serviceReviewId, languageCode, returnDefaultValue, options) {
32635
+ ServiceReviewsApi.prototype.apiV1ServicereviewsServiceReviewIdGet = function (serviceReviewId, options) {
32183
32636
  var _this = this;
32184
- return exports.ServiceReviewsApiFp(this.configuration).apiV1ServicereviewsServiceReviewIdGet(serviceReviewId, languageCode, returnDefaultValue, options).then(function (request) { return request(_this.axios, _this.basePath); });
32637
+ return exports.ServiceReviewsApiFp(this.configuration).apiV1ServicereviewsServiceReviewIdGet(serviceReviewId, options).then(function (request) { return request(_this.axios, _this.basePath); });
32185
32638
  };
32186
32639
  /**
32187
32640
  *
@@ -32279,12 +32732,12 @@ exports.ServicesApiAxiosParamCreator = function (configuration) {
32279
32732
  /**
32280
32733
  *
32281
32734
  * @summary Get all HospitalServices.
32735
+ * @param {string} [id]
32736
+ * @param {string} [name]
32737
+ * @param {string} [slug]
32282
32738
  * @param {string} [hospitalId]
32283
32739
  * @param {string} [hospitalName]
32284
32740
  * @param {string} [hospitalSlug]
32285
- * @param {string} [id]
32286
- * @param {string} [name]
32287
- * @param {string} [description]
32288
32741
  * @param {string} [specialtyId]
32289
32742
  * @param {string} [specialtyName]
32290
32743
  * @param {string} [specialtyTypeId]
@@ -32301,7 +32754,7 @@ exports.ServicesApiAxiosParamCreator = function (configuration) {
32301
32754
  * @param {*} [options] Override http request option.
32302
32755
  * @throws {RequiredError}
32303
32756
  */
32304
- apiV1ServicesGet: function (hospitalId, hospitalName, hospitalSlug, id, name, description, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
32757
+ apiV1ServicesGet: function (id, name, slug, hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
32305
32758
  if (options === void 0) { options = {}; }
32306
32759
  return __awaiter(_this, void 0, void 0, function () {
32307
32760
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -32323,6 +32776,15 @@ exports.ServicesApiAxiosParamCreator = function (configuration) {
32323
32776
  // authentication oauth2 required
32324
32777
  // oauth required
32325
32778
  _a.sent();
32779
+ if (id !== undefined) {
32780
+ localVarQueryParameter['Id'] = id;
32781
+ }
32782
+ if (name !== undefined) {
32783
+ localVarQueryParameter['Name'] = name;
32784
+ }
32785
+ if (slug !== undefined) {
32786
+ localVarQueryParameter['Slug'] = slug;
32787
+ }
32326
32788
  if (hospitalId !== undefined) {
32327
32789
  localVarQueryParameter['HospitalId'] = hospitalId;
32328
32790
  }
@@ -32332,15 +32794,6 @@ exports.ServicesApiAxiosParamCreator = function (configuration) {
32332
32794
  if (hospitalSlug !== undefined) {
32333
32795
  localVarQueryParameter['HospitalSlug'] = hospitalSlug;
32334
32796
  }
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
32797
  if (specialtyId !== undefined) {
32345
32798
  localVarQueryParameter['SpecialtyId'] = specialtyId;
32346
32799
  }
@@ -32507,12 +32960,12 @@ exports.ServicesApiFp = function (configuration) {
32507
32960
  /**
32508
32961
  *
32509
32962
  * @summary Get all HospitalServices.
32963
+ * @param {string} [id]
32964
+ * @param {string} [name]
32965
+ * @param {string} [slug]
32510
32966
  * @param {string} [hospitalId]
32511
32967
  * @param {string} [hospitalName]
32512
32968
  * @param {string} [hospitalSlug]
32513
- * @param {string} [id]
32514
- * @param {string} [name]
32515
- * @param {string} [description]
32516
32969
  * @param {string} [specialtyId]
32517
32970
  * @param {string} [specialtyName]
32518
32971
  * @param {string} [specialtyTypeId]
@@ -32529,12 +32982,12 @@ exports.ServicesApiFp = function (configuration) {
32529
32982
  * @param {*} [options] Override http request option.
32530
32983
  * @throws {RequiredError}
32531
32984
  */
32532
- apiV1ServicesGet: function (hospitalId, hospitalName, hospitalSlug, id, name, description, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
32985
+ apiV1ServicesGet: function (id, name, slug, hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
32533
32986
  return __awaiter(this, void 0, void 0, function () {
32534
32987
  var localVarAxiosArgs;
32535
32988
  return __generator(this, function (_a) {
32536
32989
  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)];
32990
+ 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
32991
  case 1:
32539
32992
  localVarAxiosArgs = _a.sent();
32540
32993
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -32596,12 +33049,12 @@ exports.ServicesApiFactory = function (configuration, basePath, axios) {
32596
33049
  /**
32597
33050
  *
32598
33051
  * @summary Get all HospitalServices.
33052
+ * @param {string} [id]
33053
+ * @param {string} [name]
33054
+ * @param {string} [slug]
32599
33055
  * @param {string} [hospitalId]
32600
33056
  * @param {string} [hospitalName]
32601
33057
  * @param {string} [hospitalSlug]
32602
- * @param {string} [id]
32603
- * @param {string} [name]
32604
- * @param {string} [description]
32605
33058
  * @param {string} [specialtyId]
32606
33059
  * @param {string} [specialtyName]
32607
33060
  * @param {string} [specialtyTypeId]
@@ -32618,8 +33071,8 @@ exports.ServicesApiFactory = function (configuration, basePath, axios) {
32618
33071
  * @param {*} [options] Override http request option.
32619
33072
  * @throws {RequiredError}
32620
33073
  */
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); });
33074
+ apiV1ServicesGet: function (id, name, slug, hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
33075
+ 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
33076
  },
32624
33077
  /**
32625
33078
  *
@@ -32659,12 +33112,12 @@ var ServicesApi = /** @class */ (function (_super) {
32659
33112
  /**
32660
33113
  *
32661
33114
  * @summary Get all HospitalServices.
33115
+ * @param {string} [id]
33116
+ * @param {string} [name]
33117
+ * @param {string} [slug]
32662
33118
  * @param {string} [hospitalId]
32663
33119
  * @param {string} [hospitalName]
32664
33120
  * @param {string} [hospitalSlug]
32665
- * @param {string} [id]
32666
- * @param {string} [name]
32667
- * @param {string} [description]
32668
33121
  * @param {string} [specialtyId]
32669
33122
  * @param {string} [specialtyName]
32670
33123
  * @param {string} [specialtyTypeId]
@@ -32682,9 +33135,9 @@ var ServicesApi = /** @class */ (function (_super) {
32682
33135
  * @throws {RequiredError}
32683
33136
  * @memberof ServicesApi
32684
33137
  */
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) {
33138
+ 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
33139
  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); });
33140
+ 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
33141
  };
32689
33142
  /**
32690
33143
  *
@@ -33230,6 +33683,7 @@ exports.SpecialtiesApiAxiosParamCreator = function (configuration) {
33230
33683
  * @param {Date} [created]
33231
33684
  * @param {string} [languageCode]
33232
33685
  * @param {Array<string>} [ids]
33686
+ * @param {boolean} [showHidden]
33233
33687
  * @param {boolean} [returnDefaultValue]
33234
33688
  * @param {number} [page]
33235
33689
  * @param {number} [limit]
@@ -33237,7 +33691,7 @@ exports.SpecialtiesApiAxiosParamCreator = function (configuration) {
33237
33691
  * @param {*} [options] Override http request option.
33238
33692
  * @throws {RequiredError}
33239
33693
  */
33240
- apiV1SpecialtiesGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options) {
33694
+ apiV1SpecialtiesGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
33241
33695
  if (options === void 0) { options = {}; }
33242
33696
  return __awaiter(_this, void 0, void 0, function () {
33243
33697
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -33285,6 +33739,9 @@ exports.SpecialtiesApiAxiosParamCreator = function (configuration) {
33285
33739
  if (ids) {
33286
33740
  localVarQueryParameter['Ids'] = ids;
33287
33741
  }
33742
+ if (showHidden !== undefined) {
33743
+ localVarQueryParameter['ShowHidden'] = showHidden;
33744
+ }
33288
33745
  if (returnDefaultValue !== undefined) {
33289
33746
  localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
33290
33747
  }
@@ -33363,6 +33820,7 @@ exports.SpecialtiesApiAxiosParamCreator = function (configuration) {
33363
33820
  * @param {Date} [created]
33364
33821
  * @param {string} [languageCode]
33365
33822
  * @param {Array<string>} [ids]
33823
+ * @param {boolean} [showHidden]
33366
33824
  * @param {boolean} [returnDefaultValue]
33367
33825
  * @param {number} [page]
33368
33826
  * @param {number} [limit]
@@ -33370,7 +33828,7 @@ exports.SpecialtiesApiAxiosParamCreator = function (configuration) {
33370
33828
  * @param {*} [options] Override http request option.
33371
33829
  * @throws {RequiredError}
33372
33830
  */
33373
- apiV1SpecialtiesSimpleGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options) {
33831
+ apiV1SpecialtiesSimpleGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
33374
33832
  if (options === void 0) { options = {}; }
33375
33833
  return __awaiter(_this, void 0, void 0, function () {
33376
33834
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -33418,6 +33876,9 @@ exports.SpecialtiesApiAxiosParamCreator = function (configuration) {
33418
33876
  if (ids) {
33419
33877
  localVarQueryParameter['Ids'] = ids;
33420
33878
  }
33879
+ if (showHidden !== undefined) {
33880
+ localVarQueryParameter['ShowHidden'] = showHidden;
33881
+ }
33421
33882
  if (returnDefaultValue !== undefined) {
33422
33883
  localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
33423
33884
  }
@@ -33908,6 +34369,7 @@ exports.SpecialtiesApiFp = function (configuration) {
33908
34369
  * @param {Date} [created]
33909
34370
  * @param {string} [languageCode]
33910
34371
  * @param {Array<string>} [ids]
34372
+ * @param {boolean} [showHidden]
33911
34373
  * @param {boolean} [returnDefaultValue]
33912
34374
  * @param {number} [page]
33913
34375
  * @param {number} [limit]
@@ -33915,12 +34377,12 @@ exports.SpecialtiesApiFp = function (configuration) {
33915
34377
  * @param {*} [options] Override http request option.
33916
34378
  * @throws {RequiredError}
33917
34379
  */
33918
- apiV1SpecialtiesGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options) {
34380
+ apiV1SpecialtiesGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
33919
34381
  return __awaiter(this, void 0, void 0, function () {
33920
34382
  var localVarAxiosArgs;
33921
34383
  return __generator(this, function (_a) {
33922
34384
  switch (_a.label) {
33923
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SpecialtiesGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options)];
34385
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SpecialtiesGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
33924
34386
  case 1:
33925
34387
  localVarAxiosArgs = _a.sent();
33926
34388
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -33959,6 +34421,7 @@ exports.SpecialtiesApiFp = function (configuration) {
33959
34421
  * @param {Date} [created]
33960
34422
  * @param {string} [languageCode]
33961
34423
  * @param {Array<string>} [ids]
34424
+ * @param {boolean} [showHidden]
33962
34425
  * @param {boolean} [returnDefaultValue]
33963
34426
  * @param {number} [page]
33964
34427
  * @param {number} [limit]
@@ -33966,12 +34429,12 @@ exports.SpecialtiesApiFp = function (configuration) {
33966
34429
  * @param {*} [options] Override http request option.
33967
34430
  * @throws {RequiredError}
33968
34431
  */
33969
- apiV1SpecialtiesSimpleGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options) {
34432
+ apiV1SpecialtiesSimpleGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
33970
34433
  return __awaiter(this, void 0, void 0, function () {
33971
34434
  var localVarAxiosArgs;
33972
34435
  return __generator(this, function (_a) {
33973
34436
  switch (_a.label) {
33974
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SpecialtiesSimpleGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options)];
34437
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SpecialtiesSimpleGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
33975
34438
  case 1:
33976
34439
  localVarAxiosArgs = _a.sent();
33977
34440
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -34193,6 +34656,7 @@ exports.SpecialtiesApiFactory = function (configuration, basePath, axios) {
34193
34656
  * @param {Date} [created]
34194
34657
  * @param {string} [languageCode]
34195
34658
  * @param {Array<string>} [ids]
34659
+ * @param {boolean} [showHidden]
34196
34660
  * @param {boolean} [returnDefaultValue]
34197
34661
  * @param {number} [page]
34198
34662
  * @param {number} [limit]
@@ -34200,8 +34664,8 @@ exports.SpecialtiesApiFactory = function (configuration, basePath, axios) {
34200
34664
  * @param {*} [options] Override http request option.
34201
34665
  * @throws {RequiredError}
34202
34666
  */
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); });
34667
+ apiV1SpecialtiesGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
34668
+ 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
34669
  },
34206
34670
  /**
34207
34671
  *
@@ -34224,6 +34688,7 @@ exports.SpecialtiesApiFactory = function (configuration, basePath, axios) {
34224
34688
  * @param {Date} [created]
34225
34689
  * @param {string} [languageCode]
34226
34690
  * @param {Array<string>} [ids]
34691
+ * @param {boolean} [showHidden]
34227
34692
  * @param {boolean} [returnDefaultValue]
34228
34693
  * @param {number} [page]
34229
34694
  * @param {number} [limit]
@@ -34231,8 +34696,8 @@ exports.SpecialtiesApiFactory = function (configuration, basePath, axios) {
34231
34696
  * @param {*} [options] Override http request option.
34232
34697
  * @throws {RequiredError}
34233
34698
  */
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); });
34699
+ apiV1SpecialtiesSimpleGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
34700
+ 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
34701
  },
34237
34702
  /**
34238
34703
  *
@@ -34362,6 +34827,7 @@ var SpecialtiesApi = /** @class */ (function (_super) {
34362
34827
  * @param {Date} [created]
34363
34828
  * @param {string} [languageCode]
34364
34829
  * @param {Array<string>} [ids]
34830
+ * @param {boolean} [showHidden]
34365
34831
  * @param {boolean} [returnDefaultValue]
34366
34832
  * @param {number} [page]
34367
34833
  * @param {number} [limit]
@@ -34370,9 +34836,9 @@ var SpecialtiesApi = /** @class */ (function (_super) {
34370
34836
  * @throws {RequiredError}
34371
34837
  * @memberof SpecialtiesApi
34372
34838
  */
34373
- SpecialtiesApi.prototype.apiV1SpecialtiesGet = function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options) {
34839
+ SpecialtiesApi.prototype.apiV1SpecialtiesGet = function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
34374
34840
  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); });
34841
+ 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
34842
  };
34377
34843
  /**
34378
34844
  *
@@ -34397,6 +34863,7 @@ var SpecialtiesApi = /** @class */ (function (_super) {
34397
34863
  * @param {Date} [created]
34398
34864
  * @param {string} [languageCode]
34399
34865
  * @param {Array<string>} [ids]
34866
+ * @param {boolean} [showHidden]
34400
34867
  * @param {boolean} [returnDefaultValue]
34401
34868
  * @param {number} [page]
34402
34869
  * @param {number} [limit]
@@ -34405,9 +34872,9 @@ var SpecialtiesApi = /** @class */ (function (_super) {
34405
34872
  * @throws {RequiredError}
34406
34873
  * @memberof SpecialtiesApi
34407
34874
  */
34408
- SpecialtiesApi.prototype.apiV1SpecialtiesSimpleGet = function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options) {
34875
+ SpecialtiesApi.prototype.apiV1SpecialtiesSimpleGet = function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
34409
34876
  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); });
34877
+ 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
34878
  };
34412
34879
  /**
34413
34880
  *
@@ -34550,9 +35017,10 @@ exports.SpecialtyTypesApiAxiosParamCreator = function (configuration) {
34550
35017
  * @param {MarketingType} [marketingType]
34551
35018
  * @param {string} [hospitalId]
34552
35019
  * @param {Date} [created]
34553
- * @param {string} [languageCode]
34554
35020
  * @param {Array<string>} [ids]
34555
35021
  * @param {string} [specialtyTypeCategoryId]
35022
+ * @param {string} [languageCode]
35023
+ * @param {boolean} [showHidden]
34556
35024
  * @param {boolean} [returnDefaultValue]
34557
35025
  * @param {number} [page]
34558
35026
  * @param {number} [limit]
@@ -34560,7 +35028,7 @@ exports.SpecialtyTypesApiAxiosParamCreator = function (configuration) {
34560
35028
  * @param {*} [options] Override http request option.
34561
35029
  * @throws {RequiredError}
34562
35030
  */
34563
- apiV1SpecialtytypesGet: function (id, name, description, marketingType, hospitalId, created, languageCode, ids, specialtyTypeCategoryId, returnDefaultValue, page, limit, lastRetrieved, options) {
35031
+ apiV1SpecialtytypesGet: function (id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
34564
35032
  if (options === void 0) { options = {}; }
34565
35033
  return __awaiter(_this, void 0, void 0, function () {
34566
35034
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -34602,15 +35070,18 @@ exports.SpecialtyTypesApiAxiosParamCreator = function (configuration) {
34602
35070
  created.toISOString() :
34603
35071
  created;
34604
35072
  }
34605
- if (languageCode !== undefined) {
34606
- localVarQueryParameter['LanguageCode'] = languageCode;
34607
- }
34608
35073
  if (ids) {
34609
35074
  localVarQueryParameter['Ids'] = ids;
34610
35075
  }
34611
35076
  if (specialtyTypeCategoryId !== undefined) {
34612
35077
  localVarQueryParameter['SpecialtyTypeCategoryId'] = specialtyTypeCategoryId;
34613
35078
  }
35079
+ if (languageCode !== undefined) {
35080
+ localVarQueryParameter['LanguageCode'] = languageCode;
35081
+ }
35082
+ if (showHidden !== undefined) {
35083
+ localVarQueryParameter['ShowHidden'] = showHidden;
35084
+ }
34614
35085
  if (returnDefaultValue !== undefined) {
34615
35086
  localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
34616
35087
  }
@@ -34687,9 +35158,10 @@ exports.SpecialtyTypesApiAxiosParamCreator = function (configuration) {
34687
35158
  * @param {MarketingType} [marketingType]
34688
35159
  * @param {string} [hospitalId]
34689
35160
  * @param {Date} [created]
34690
- * @param {string} [languageCode]
34691
35161
  * @param {Array<string>} [ids]
34692
35162
  * @param {string} [specialtyTypeCategoryId]
35163
+ * @param {string} [languageCode]
35164
+ * @param {boolean} [showHidden]
34693
35165
  * @param {boolean} [returnDefaultValue]
34694
35166
  * @param {number} [page]
34695
35167
  * @param {number} [limit]
@@ -34697,7 +35169,7 @@ exports.SpecialtyTypesApiAxiosParamCreator = function (configuration) {
34697
35169
  * @param {*} [options] Override http request option.
34698
35170
  * @throws {RequiredError}
34699
35171
  */
34700
- apiV1SpecialtytypesSimpleGet: function (id, name, description, marketingType, hospitalId, created, languageCode, ids, specialtyTypeCategoryId, returnDefaultValue, page, limit, lastRetrieved, options) {
35172
+ apiV1SpecialtytypesSimpleGet: function (id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
34701
35173
  if (options === void 0) { options = {}; }
34702
35174
  return __awaiter(_this, void 0, void 0, function () {
34703
35175
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -34739,15 +35211,18 @@ exports.SpecialtyTypesApiAxiosParamCreator = function (configuration) {
34739
35211
  created.toISOString() :
34740
35212
  created;
34741
35213
  }
34742
- if (languageCode !== undefined) {
34743
- localVarQueryParameter['LanguageCode'] = languageCode;
34744
- }
34745
35214
  if (ids) {
34746
35215
  localVarQueryParameter['Ids'] = ids;
34747
35216
  }
34748
35217
  if (specialtyTypeCategoryId !== undefined) {
34749
35218
  localVarQueryParameter['SpecialtyTypeCategoryId'] = specialtyTypeCategoryId;
34750
35219
  }
35220
+ if (languageCode !== undefined) {
35221
+ localVarQueryParameter['LanguageCode'] = languageCode;
35222
+ }
35223
+ if (showHidden !== undefined) {
35224
+ localVarQueryParameter['ShowHidden'] = showHidden;
35225
+ }
34751
35226
  if (returnDefaultValue !== undefined) {
34752
35227
  localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
34753
35228
  }
@@ -35235,9 +35710,10 @@ exports.SpecialtyTypesApiFp = function (configuration) {
35235
35710
  * @param {MarketingType} [marketingType]
35236
35711
  * @param {string} [hospitalId]
35237
35712
  * @param {Date} [created]
35238
- * @param {string} [languageCode]
35239
35713
  * @param {Array<string>} [ids]
35240
35714
  * @param {string} [specialtyTypeCategoryId]
35715
+ * @param {string} [languageCode]
35716
+ * @param {boolean} [showHidden]
35241
35717
  * @param {boolean} [returnDefaultValue]
35242
35718
  * @param {number} [page]
35243
35719
  * @param {number} [limit]
@@ -35245,12 +35721,12 @@ exports.SpecialtyTypesApiFp = function (configuration) {
35245
35721
  * @param {*} [options] Override http request option.
35246
35722
  * @throws {RequiredError}
35247
35723
  */
35248
- apiV1SpecialtytypesGet: function (id, name, description, marketingType, hospitalId, created, languageCode, ids, specialtyTypeCategoryId, returnDefaultValue, page, limit, lastRetrieved, options) {
35724
+ apiV1SpecialtytypesGet: function (id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
35249
35725
  return __awaiter(this, void 0, void 0, function () {
35250
35726
  var localVarAxiosArgs;
35251
35727
  return __generator(this, function (_a) {
35252
35728
  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)];
35729
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SpecialtytypesGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
35254
35730
  case 1:
35255
35731
  localVarAxiosArgs = _a.sent();
35256
35732
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -35287,9 +35763,10 @@ exports.SpecialtyTypesApiFp = function (configuration) {
35287
35763
  * @param {MarketingType} [marketingType]
35288
35764
  * @param {string} [hospitalId]
35289
35765
  * @param {Date} [created]
35290
- * @param {string} [languageCode]
35291
35766
  * @param {Array<string>} [ids]
35292
35767
  * @param {string} [specialtyTypeCategoryId]
35768
+ * @param {string} [languageCode]
35769
+ * @param {boolean} [showHidden]
35293
35770
  * @param {boolean} [returnDefaultValue]
35294
35771
  * @param {number} [page]
35295
35772
  * @param {number} [limit]
@@ -35297,12 +35774,12 @@ exports.SpecialtyTypesApiFp = function (configuration) {
35297
35774
  * @param {*} [options] Override http request option.
35298
35775
  * @throws {RequiredError}
35299
35776
  */
35300
- apiV1SpecialtytypesSimpleGet: function (id, name, description, marketingType, hospitalId, created, languageCode, ids, specialtyTypeCategoryId, returnDefaultValue, page, limit, lastRetrieved, options) {
35777
+ apiV1SpecialtytypesSimpleGet: function (id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
35301
35778
  return __awaiter(this, void 0, void 0, function () {
35302
35779
  var localVarAxiosArgs;
35303
35780
  return __generator(this, function (_a) {
35304
35781
  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)];
35782
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SpecialtytypesSimpleGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
35306
35783
  case 1:
35307
35784
  localVarAxiosArgs = _a.sent();
35308
35785
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -35521,9 +35998,10 @@ exports.SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
35521
35998
  * @param {MarketingType} [marketingType]
35522
35999
  * @param {string} [hospitalId]
35523
36000
  * @param {Date} [created]
35524
- * @param {string} [languageCode]
35525
36001
  * @param {Array<string>} [ids]
35526
36002
  * @param {string} [specialtyTypeCategoryId]
36003
+ * @param {string} [languageCode]
36004
+ * @param {boolean} [showHidden]
35527
36005
  * @param {boolean} [returnDefaultValue]
35528
36006
  * @param {number} [page]
35529
36007
  * @param {number} [limit]
@@ -35531,8 +36009,8 @@ exports.SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
35531
36009
  * @param {*} [options] Override http request option.
35532
36010
  * @throws {RequiredError}
35533
36011
  */
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); });
36012
+ apiV1SpecialtytypesGet: function (id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
36013
+ 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
36014
  },
35537
36015
  /**
35538
36016
  *
@@ -35553,9 +36031,10 @@ exports.SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
35553
36031
  * @param {MarketingType} [marketingType]
35554
36032
  * @param {string} [hospitalId]
35555
36033
  * @param {Date} [created]
35556
- * @param {string} [languageCode]
35557
36034
  * @param {Array<string>} [ids]
35558
36035
  * @param {string} [specialtyTypeCategoryId]
36036
+ * @param {string} [languageCode]
36037
+ * @param {boolean} [showHidden]
35559
36038
  * @param {boolean} [returnDefaultValue]
35560
36039
  * @param {number} [page]
35561
36040
  * @param {number} [limit]
@@ -35563,8 +36042,8 @@ exports.SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
35563
36042
  * @param {*} [options] Override http request option.
35564
36043
  * @throws {RequiredError}
35565
36044
  */
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); });
36045
+ apiV1SpecialtytypesSimpleGet: function (id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
36046
+ 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
36047
  },
35569
36048
  /**
35570
36049
  *
@@ -35691,9 +36170,10 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
35691
36170
  * @param {MarketingType} [marketingType]
35692
36171
  * @param {string} [hospitalId]
35693
36172
  * @param {Date} [created]
35694
- * @param {string} [languageCode]
35695
36173
  * @param {Array<string>} [ids]
35696
36174
  * @param {string} [specialtyTypeCategoryId]
36175
+ * @param {string} [languageCode]
36176
+ * @param {boolean} [showHidden]
35697
36177
  * @param {boolean} [returnDefaultValue]
35698
36178
  * @param {number} [page]
35699
36179
  * @param {number} [limit]
@@ -35702,9 +36182,9 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
35702
36182
  * @throws {RequiredError}
35703
36183
  * @memberof SpecialtyTypesApi
35704
36184
  */
35705
- SpecialtyTypesApi.prototype.apiV1SpecialtytypesGet = function (id, name, description, marketingType, hospitalId, created, languageCode, ids, specialtyTypeCategoryId, returnDefaultValue, page, limit, lastRetrieved, options) {
36185
+ SpecialtyTypesApi.prototype.apiV1SpecialtytypesGet = function (id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
35706
36186
  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); });
36187
+ 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
36188
  };
35709
36189
  /**
35710
36190
  *
@@ -35727,9 +36207,10 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
35727
36207
  * @param {MarketingType} [marketingType]
35728
36208
  * @param {string} [hospitalId]
35729
36209
  * @param {Date} [created]
35730
- * @param {string} [languageCode]
35731
36210
  * @param {Array<string>} [ids]
35732
36211
  * @param {string} [specialtyTypeCategoryId]
36212
+ * @param {string} [languageCode]
36213
+ * @param {boolean} [showHidden]
35733
36214
  * @param {boolean} [returnDefaultValue]
35734
36215
  * @param {number} [page]
35735
36216
  * @param {number} [limit]
@@ -35738,9 +36219,9 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
35738
36219
  * @throws {RequiredError}
35739
36220
  * @memberof SpecialtyTypesApi
35740
36221
  */
35741
- SpecialtyTypesApi.prototype.apiV1SpecialtytypesSimpleGet = function (id, name, description, marketingType, hospitalId, created, languageCode, ids, specialtyTypeCategoryId, returnDefaultValue, page, limit, lastRetrieved, options) {
36222
+ SpecialtyTypesApi.prototype.apiV1SpecialtytypesSimpleGet = function (id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
35742
36223
  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); });
36224
+ 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
36225
  };
35745
36226
  /**
35746
36227
  *