ch-admin-api-client-typescript 3.5.3 → 3.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/api.js CHANGED
@@ -12122,6 +12122,7 @@ exports.DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
12122
12122
  * @param {string} [doctorId]
12123
12123
  * @param {string} [doctorName]
12124
12124
  * @param {string} [doctorSlug]
12125
+ * @param {string} [specialtyId]
12125
12126
  * @param {string} [languageCode]
12126
12127
  * @param {boolean} [showHidden]
12127
12128
  * @param {number} [page]
@@ -12130,7 +12131,7 @@ exports.DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
12130
12131
  * @param {*} [options] Override http request option.
12131
12132
  * @throws {RequiredError}
12132
12133
  */
12133
- apiV1DoctoraffiliationsGet: function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, languageCode, showHidden, page, limit, lastRetrieved, options) {
12134
+ apiV1DoctoraffiliationsGet: function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, languageCode, showHidden, page, limit, lastRetrieved, options) {
12134
12135
  if (options === void 0) { options = {}; }
12135
12136
  return __awaiter(_this, void 0, void 0, function () {
12136
12137
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -12167,6 +12168,9 @@ exports.DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
12167
12168
  if (doctorSlug !== undefined) {
12168
12169
  localVarQueryParameter['DoctorSlug'] = doctorSlug;
12169
12170
  }
12171
+ if (specialtyId !== undefined) {
12172
+ localVarQueryParameter['SpecialtyId'] = specialtyId;
12173
+ }
12170
12174
  if (languageCode !== undefined) {
12171
12175
  localVarQueryParameter['LanguageCode'] = languageCode;
12172
12176
  }
@@ -12389,6 +12393,7 @@ exports.DoctorAffiliationsApiFp = function (configuration) {
12389
12393
  * @param {string} [doctorId]
12390
12394
  * @param {string} [doctorName]
12391
12395
  * @param {string} [doctorSlug]
12396
+ * @param {string} [specialtyId]
12392
12397
  * @param {string} [languageCode]
12393
12398
  * @param {boolean} [showHidden]
12394
12399
  * @param {number} [page]
@@ -12397,12 +12402,12 @@ exports.DoctorAffiliationsApiFp = function (configuration) {
12397
12402
  * @param {*} [options] Override http request option.
12398
12403
  * @throws {RequiredError}
12399
12404
  */
12400
- apiV1DoctoraffiliationsGet: function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, languageCode, showHidden, page, limit, lastRetrieved, options) {
12405
+ apiV1DoctoraffiliationsGet: function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, languageCode, showHidden, page, limit, lastRetrieved, options) {
12401
12406
  return __awaiter(this, void 0, void 0, function () {
12402
12407
  var localVarAxiosArgs;
12403
12408
  return __generator(this, function (_a) {
12404
12409
  switch (_a.label) {
12405
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, languageCode, showHidden, page, limit, lastRetrieved, options)];
12410
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, languageCode, showHidden, page, limit, lastRetrieved, options)];
12406
12411
  case 1:
12407
12412
  localVarAxiosArgs = _a.sent();
12408
12413
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -12508,6 +12513,7 @@ exports.DoctorAffiliationsApiFactory = function (configuration, basePath, axios)
12508
12513
  * @param {string} [doctorId]
12509
12514
  * @param {string} [doctorName]
12510
12515
  * @param {string} [doctorSlug]
12516
+ * @param {string} [specialtyId]
12511
12517
  * @param {string} [languageCode]
12512
12518
  * @param {boolean} [showHidden]
12513
12519
  * @param {number} [page]
@@ -12516,8 +12522,8 @@ exports.DoctorAffiliationsApiFactory = function (configuration, basePath, axios)
12516
12522
  * @param {*} [options] Override http request option.
12517
12523
  * @throws {RequiredError}
12518
12524
  */
12519
- apiV1DoctoraffiliationsGet: function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, languageCode, showHidden, page, limit, lastRetrieved, options) {
12520
- return localVarFp.apiV1DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, languageCode, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
12525
+ apiV1DoctoraffiliationsGet: function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, languageCode, showHidden, page, limit, lastRetrieved, options) {
12526
+ return localVarFp.apiV1DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, languageCode, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
12521
12527
  },
12522
12528
  /**
12523
12529
  *
@@ -12581,6 +12587,7 @@ var DoctorAffiliationsApi = /** @class */ (function (_super) {
12581
12587
  * @param {string} [doctorId]
12582
12588
  * @param {string} [doctorName]
12583
12589
  * @param {string} [doctorSlug]
12590
+ * @param {string} [specialtyId]
12584
12591
  * @param {string} [languageCode]
12585
12592
  * @param {boolean} [showHidden]
12586
12593
  * @param {number} [page]
@@ -12590,9 +12597,9 @@ var DoctorAffiliationsApi = /** @class */ (function (_super) {
12590
12597
  * @throws {RequiredError}
12591
12598
  * @memberof DoctorAffiliationsApi
12592
12599
  */
12593
- DoctorAffiliationsApi.prototype.apiV1DoctoraffiliationsGet = function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, languageCode, showHidden, page, limit, lastRetrieved, options) {
12600
+ DoctorAffiliationsApi.prototype.apiV1DoctoraffiliationsGet = function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, languageCode, showHidden, page, limit, lastRetrieved, options) {
12594
12601
  var _this = this;
12595
- return exports.DoctorAffiliationsApiFp(this.configuration).apiV1DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, languageCode, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
12602
+ return exports.DoctorAffiliationsApiFp(this.configuration).apiV1DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, languageCode, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
12596
12603
  };
12597
12604
  /**
12598
12605
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "3.5.3",
3
+ "version": "3.5.6",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/api.ts CHANGED
@@ -2720,6 +2720,12 @@ export interface ContributorItemModel {
2720
2720
  * @memberof ContributorItemModel
2721
2721
  */
2722
2722
  'photoThumbnail'?: string | null;
2723
+ /**
2724
+ *
2725
+ * @type {string}
2726
+ * @memberof ContributorItemModel
2727
+ */
2728
+ 'website'?: string | null;
2723
2729
  /**
2724
2730
  *
2725
2731
  * @type {number}
@@ -2811,6 +2817,12 @@ export interface ContributorModel {
2811
2817
  * @memberof ContributorModel
2812
2818
  */
2813
2819
  'photoThumbnail'?: string | null;
2820
+ /**
2821
+ *
2822
+ * @type {string}
2823
+ * @memberof ContributorModel
2824
+ */
2825
+ 'website'?: string | null;
2814
2826
  /**
2815
2827
  *
2816
2828
  * @type {number}
@@ -2935,6 +2947,12 @@ export interface CountryItemModel {
2935
2947
  * @memberof CountryItemModel
2936
2948
  */
2937
2949
  'confirmed'?: boolean;
2950
+ /**
2951
+ *
2952
+ * @type {string}
2953
+ * @memberof CountryItemModel
2954
+ */
2955
+ 'logo'?: string | null;
2938
2956
  /**
2939
2957
  *
2940
2958
  * @type {AuditableEntity}
@@ -2978,6 +2996,12 @@ export interface CountryModel {
2978
2996
  * @memberof CountryModel
2979
2997
  */
2980
2998
  'confirmed'?: boolean;
2999
+ /**
3000
+ *
3001
+ * @type {string}
3002
+ * @memberof CountryModel
3003
+ */
3004
+ 'logo'?: string | null;
2981
3005
  /**
2982
3006
  *
2983
3007
  * @type {AuditableEntity}
@@ -3004,10 +3028,10 @@ export interface CountryModel {
3004
3028
  'content'?: string | null;
3005
3029
  /**
3006
3030
  *
3007
- * @type {string}
3031
+ * @type {Array<MediaModel>}
3008
3032
  * @memberof CountryModel
3009
3033
  */
3010
- 'logo'?: string | null;
3034
+ 'medias'?: Array<MediaModel> | null;
3011
3035
  }
3012
3036
  /**
3013
3037
  *
@@ -7567,6 +7591,12 @@ export interface HospitalItemModel {
7567
7591
  * @memberof HospitalItemModel
7568
7592
  */
7569
7593
  'languageCode'?: string | null;
7594
+ /**
7595
+ *
7596
+ * @type {string}
7597
+ * @memberof HospitalItemModel
7598
+ */
7599
+ 'countryName'?: string | null;
7570
7600
  /**
7571
7601
  *
7572
7602
  * @type {string}
@@ -7702,6 +7732,12 @@ export interface HospitalModel {
7702
7732
  * @memberof HospitalModel
7703
7733
  */
7704
7734
  'languageCode'?: string | null;
7735
+ /**
7736
+ *
7737
+ * @type {string}
7738
+ * @memberof HospitalModel
7739
+ */
7740
+ 'countryName'?: string | null;
7705
7741
  /**
7706
7742
  *
7707
7743
  * @type {string}
@@ -7889,6 +7925,36 @@ export interface HospitalServiceItemModel {
7889
7925
  * @memberof HospitalServiceItemModel
7890
7926
  */
7891
7927
  'confirmed'?: boolean;
7928
+ /**
7929
+ *
7930
+ * @type {string}
7931
+ * @memberof HospitalServiceItemModel
7932
+ */
7933
+ 'hospitalId'?: string;
7934
+ /**
7935
+ *
7936
+ * @type {string}
7937
+ * @memberof HospitalServiceItemModel
7938
+ */
7939
+ 'hospitalName'?: string | null;
7940
+ /**
7941
+ *
7942
+ * @type {string}
7943
+ * @memberof HospitalServiceItemModel
7944
+ */
7945
+ 'hospitalSlug'?: string | null;
7946
+ /**
7947
+ *
7948
+ * @type {string}
7949
+ * @memberof HospitalServiceItemModel
7950
+ */
7951
+ 'specialtyId'?: string;
7952
+ /**
7953
+ *
7954
+ * @type {string}
7955
+ * @memberof HospitalServiceItemModel
7956
+ */
7957
+ 'specialtyName'?: string | null;
7892
7958
  /**
7893
7959
  *
7894
7960
  * @type {number}
@@ -7952,76 +8018,76 @@ export interface HospitalServiceModel {
7952
8018
  'confirmed'?: boolean;
7953
8019
  /**
7954
8020
  *
7955
- * @type {number}
8021
+ * @type {string}
7956
8022
  * @memberof HospitalServiceModel
7957
8023
  */
7958
- 'order'?: number;
8024
+ 'hospitalId'?: string;
7959
8025
  /**
7960
8026
  *
7961
8027
  * @type {string}
7962
8028
  * @memberof HospitalServiceModel
7963
8029
  */
7964
- 'photo'?: string | null;
8030
+ 'hospitalName'?: string | null;
7965
8031
  /**
7966
8032
  *
7967
8033
  * @type {string}
7968
8034
  * @memberof HospitalServiceModel
7969
8035
  */
7970
- 'photoThumbnail'?: string | null;
8036
+ 'hospitalSlug'?: string | null;
7971
8037
  /**
7972
8038
  *
7973
- * @type {AuditableEntity}
8039
+ * @type {string}
7974
8040
  * @memberof HospitalServiceModel
7975
8041
  */
7976
- 'auditableEntity'?: AuditableEntity;
8042
+ 'specialtyId'?: string;
7977
8043
  /**
7978
8044
  *
7979
8045
  * @type {string}
7980
8046
  * @memberof HospitalServiceModel
7981
8047
  */
7982
- 'description'?: string | null;
8048
+ 'specialtyName'?: string | null;
7983
8049
  /**
7984
8050
  *
7985
- * @type {string}
8051
+ * @type {number}
7986
8052
  * @memberof HospitalServiceModel
7987
8053
  */
7988
- 'overview'?: string | null;
8054
+ 'order'?: number;
7989
8055
  /**
7990
8056
  *
7991
8057
  * @type {string}
7992
8058
  * @memberof HospitalServiceModel
7993
8059
  */
7994
- 'content'?: string | null;
8060
+ 'photo'?: string | null;
7995
8061
  /**
7996
8062
  *
7997
8063
  * @type {string}
7998
8064
  * @memberof HospitalServiceModel
7999
8065
  */
8000
- 'hospitalId'?: string;
8066
+ 'photoThumbnail'?: string | null;
8001
8067
  /**
8002
8068
  *
8003
- * @type {string}
8069
+ * @type {AuditableEntity}
8004
8070
  * @memberof HospitalServiceModel
8005
8071
  */
8006
- 'hospitalName'?: string | null;
8072
+ 'auditableEntity'?: AuditableEntity;
8007
8073
  /**
8008
8074
  *
8009
8075
  * @type {string}
8010
8076
  * @memberof HospitalServiceModel
8011
8077
  */
8012
- 'hospitalSlug'?: string | null;
8078
+ 'description'?: string | null;
8013
8079
  /**
8014
8080
  *
8015
8081
  * @type {string}
8016
8082
  * @memberof HospitalServiceModel
8017
8083
  */
8018
- 'specialtyId'?: string;
8084
+ 'overview'?: string | null;
8019
8085
  /**
8020
8086
  *
8021
8087
  * @type {string}
8022
8088
  * @memberof HospitalServiceModel
8023
8089
  */
8024
- 'specialtyName'?: string | null;
8090
+ 'content'?: string | null;
8025
8091
  /**
8026
8092
  *
8027
8093
  * @type {string}
@@ -8076,6 +8142,12 @@ export interface HospitalServiceModel {
8076
8142
  * @memberof HospitalServiceModel
8077
8143
  */
8078
8144
  'customStyle'?: string | null;
8145
+ /**
8146
+ *
8147
+ * @type {Array<LocalizedUrlModel>}
8148
+ * @memberof HospitalServiceModel
8149
+ */
8150
+ 'localizedUrls'?: Array<LocalizedUrlModel> | null;
8079
8151
  /**
8080
8152
  *
8081
8153
  * @type {Array<MediaModel>}
@@ -8274,6 +8346,30 @@ export interface HospitalSpecialtyItemModel {
8274
8346
  * @memberof HospitalSpecialtyItemModel
8275
8347
  */
8276
8348
  'specialtyId'?: string;
8349
+ /**
8350
+ *
8351
+ * @type {string}
8352
+ * @memberof HospitalSpecialtyItemModel
8353
+ */
8354
+ 'specialtyName'?: string | null;
8355
+ /**
8356
+ *
8357
+ * @type {string}
8358
+ * @memberof HospitalSpecialtyItemModel
8359
+ */
8360
+ 'specialtyTypeId'?: string;
8361
+ /**
8362
+ *
8363
+ * @type {string}
8364
+ * @memberof HospitalSpecialtyItemModel
8365
+ */
8366
+ 'specialtyTypeName'?: string | null;
8367
+ /**
8368
+ *
8369
+ * @type {MarketingType}
8370
+ * @memberof HospitalSpecialtyItemModel
8371
+ */
8372
+ 'marketingType'?: MarketingType;
8277
8373
  }
8278
8374
  /**
8279
8375
  *
@@ -8358,49 +8454,61 @@ export interface HospitalSpecialtyModel {
8358
8454
  * @type {string}
8359
8455
  * @memberof HospitalSpecialtyModel
8360
8456
  */
8361
- 'description'?: string | null;
8457
+ 'specialtyName'?: string | null;
8362
8458
  /**
8363
8459
  *
8364
8460
  * @type {string}
8365
8461
  * @memberof HospitalSpecialtyModel
8366
8462
  */
8367
- 'overview'?: string | null;
8463
+ 'specialtyTypeId'?: string;
8368
8464
  /**
8369
8465
  *
8370
8466
  * @type {string}
8371
8467
  * @memberof HospitalSpecialtyModel
8372
8468
  */
8373
- 'content'?: string | null;
8469
+ 'specialtyTypeName'?: string | null;
8470
+ /**
8471
+ *
8472
+ * @type {MarketingType}
8473
+ * @memberof HospitalSpecialtyModel
8474
+ */
8475
+ 'marketingType'?: MarketingType;
8374
8476
  /**
8375
8477
  *
8376
8478
  * @type {string}
8377
8479
  * @memberof HospitalSpecialtyModel
8378
8480
  */
8379
- 'hospitalId'?: string;
8481
+ 'description'?: string | null;
8380
8482
  /**
8381
8483
  *
8382
8484
  * @type {string}
8383
8485
  * @memberof HospitalSpecialtyModel
8384
8486
  */
8385
- 'hospitalName'?: string | null;
8487
+ 'overview'?: string | null;
8386
8488
  /**
8387
8489
  *
8388
8490
  * @type {string}
8389
8491
  * @memberof HospitalSpecialtyModel
8390
8492
  */
8391
- 'hospitalSlug'?: string | null;
8493
+ 'content'?: string | null;
8392
8494
  /**
8393
8495
  *
8394
8496
  * @type {string}
8395
8497
  * @memberof HospitalSpecialtyModel
8396
8498
  */
8397
- 'specialtyName'?: string | null;
8499
+ 'hospitalId'?: string;
8398
8500
  /**
8399
8501
  *
8400
8502
  * @type {string}
8401
8503
  * @memberof HospitalSpecialtyModel
8402
8504
  */
8403
- 'specialtyTypeId'?: string;
8505
+ 'hospitalName'?: string | null;
8506
+ /**
8507
+ *
8508
+ * @type {string}
8509
+ * @memberof HospitalSpecialtyModel
8510
+ */
8511
+ 'hospitalSlug'?: string | null;
8404
8512
  /**
8405
8513
  *
8406
8514
  * @type {string}
@@ -11999,6 +12107,12 @@ export interface UpdateDoctorAffiliationCommand {
11999
12107
  * @memberof UpdateDoctorAffiliationCommand
12000
12108
  */
12001
12109
  'description'?: string | null;
12110
+ /**
12111
+ *
12112
+ * @type {string}
12113
+ * @memberof UpdateDoctorAffiliationCommand
12114
+ */
12115
+ 'overview'?: string | null;
12002
12116
  /**
12003
12117
  *
12004
12118
  * @type {string}
@@ -24285,6 +24399,7 @@ export const DoctorAffiliationsApiAxiosParamCreator = function (configuration?:
24285
24399
  * @param {string} [doctorId]
24286
24400
  * @param {string} [doctorName]
24287
24401
  * @param {string} [doctorSlug]
24402
+ * @param {string} [specialtyId]
24288
24403
  * @param {string} [languageCode]
24289
24404
  * @param {boolean} [showHidden]
24290
24405
  * @param {number} [page]
@@ -24293,7 +24408,7 @@ export const DoctorAffiliationsApiAxiosParamCreator = function (configuration?:
24293
24408
  * @param {*} [options] Override http request option.
24294
24409
  * @throws {RequiredError}
24295
24410
  */
24296
- apiV1DoctoraffiliationsGet: async (hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
24411
+ apiV1DoctoraffiliationsGet: async (hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
24297
24412
  const localVarPath = `/api/v1/doctoraffiliations`;
24298
24413
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
24299
24414
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -24330,6 +24445,10 @@ export const DoctorAffiliationsApiAxiosParamCreator = function (configuration?:
24330
24445
  localVarQueryParameter['DoctorSlug'] = doctorSlug;
24331
24446
  }
24332
24447
 
24448
+ if (specialtyId !== undefined) {
24449
+ localVarQueryParameter['SpecialtyId'] = specialtyId;
24450
+ }
24451
+
24333
24452
  if (languageCode !== undefined) {
24334
24453
  localVarQueryParameter['LanguageCode'] = languageCode;
24335
24454
  }
@@ -24541,6 +24660,7 @@ export const DoctorAffiliationsApiFp = function(configuration?: Configuration) {
24541
24660
  * @param {string} [doctorId]
24542
24661
  * @param {string} [doctorName]
24543
24662
  * @param {string} [doctorSlug]
24663
+ * @param {string} [specialtyId]
24544
24664
  * @param {string} [languageCode]
24545
24665
  * @param {boolean} [showHidden]
24546
24666
  * @param {number} [page]
@@ -24549,8 +24669,8 @@ export const DoctorAffiliationsApiFp = function(configuration?: Configuration) {
24549
24669
  * @param {*} [options] Override http request option.
24550
24670
  * @throws {RequiredError}
24551
24671
  */
24552
- async apiV1DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorAffiliationsModel>> {
24553
- const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, languageCode, showHidden, page, limit, lastRetrieved, options);
24672
+ async apiV1DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorAffiliationsModel>> {
24673
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, languageCode, showHidden, page, limit, lastRetrieved, options);
24554
24674
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
24555
24675
  },
24556
24676
  /**
@@ -24616,6 +24736,7 @@ export const DoctorAffiliationsApiFactory = function (configuration?: Configurat
24616
24736
  * @param {string} [doctorId]
24617
24737
  * @param {string} [doctorName]
24618
24738
  * @param {string} [doctorSlug]
24739
+ * @param {string} [specialtyId]
24619
24740
  * @param {string} [languageCode]
24620
24741
  * @param {boolean} [showHidden]
24621
24742
  * @param {number} [page]
@@ -24624,8 +24745,8 @@ export const DoctorAffiliationsApiFactory = function (configuration?: Configurat
24624
24745
  * @param {*} [options] Override http request option.
24625
24746
  * @throws {RequiredError}
24626
24747
  */
24627
- apiV1DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorAffiliationsModel> {
24628
- return localVarFp.apiV1DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
24748
+ apiV1DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorAffiliationsModel> {
24749
+ return localVarFp.apiV1DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
24629
24750
  },
24630
24751
  /**
24631
24752
  *
@@ -24686,6 +24807,7 @@ export class DoctorAffiliationsApi extends BaseAPI {
24686
24807
  * @param {string} [doctorId]
24687
24808
  * @param {string} [doctorName]
24688
24809
  * @param {string} [doctorSlug]
24810
+ * @param {string} [specialtyId]
24689
24811
  * @param {string} [languageCode]
24690
24812
  * @param {boolean} [showHidden]
24691
24813
  * @param {number} [page]
@@ -24695,8 +24817,8 @@ export class DoctorAffiliationsApi extends BaseAPI {
24695
24817
  * @throws {RequiredError}
24696
24818
  * @memberof DoctorAffiliationsApi
24697
24819
  */
24698
- public apiV1DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
24699
- return DoctorAffiliationsApiFp(this.configuration).apiV1DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
24820
+ public apiV1DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
24821
+ return DoctorAffiliationsApiFp(this.configuration).apiV1DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
24700
24822
  }
24701
24823
 
24702
24824
  /**