ch-admin-api-client-typescript 2.8.10 → 2.8.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/api.d.ts CHANGED
@@ -7358,6 +7358,12 @@ export interface HospitalServiceItemModel {
7358
7358
  * @memberof HospitalServiceItemModel
7359
7359
  */
7360
7360
  'hospitalName'?: string | null;
7361
+ /**
7362
+ *
7363
+ * @type {string}
7364
+ * @memberof HospitalServiceItemModel
7365
+ */
7366
+ 'hospitalSlug'?: string | null;
7361
7367
  /**
7362
7368
  *
7363
7369
  * @type {string}
@@ -7515,6 +7521,12 @@ export interface HospitalServiceModel {
7515
7521
  * @memberof HospitalServiceModel
7516
7522
  */
7517
7523
  'hospitalName'?: string | null;
7524
+ /**
7525
+ *
7526
+ * @type {string}
7527
+ * @memberof HospitalServiceModel
7528
+ */
7529
+ 'hospitalSlug'?: string | null;
7518
7530
  /**
7519
7531
  *
7520
7532
  * @type {string}
@@ -15424,10 +15436,11 @@ export declare const ContributorsApiAxiosParamCreator: (configuration?: Configur
15424
15436
  * @summary Get Contributor.
15425
15437
  * @param {string} contributorId
15426
15438
  * @param {string} [languageCode]
15439
+ * @param {boolean} [returnDefaultValue]
15427
15440
  * @param {*} [options] Override http request option.
15428
15441
  * @throws {RequiredError}
15429
15442
  */
15430
- apiV1ContributorsContributorIdGet: (contributorId: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
15443
+ apiV1ContributorsContributorIdGet: (contributorId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
15431
15444
  /**
15432
15445
  *
15433
15446
  * @summary Get all ContributorHandles.
@@ -15499,15 +15512,16 @@ export declare const ContributorsApiAxiosParamCreator: (configuration?: Configur
15499
15512
  * @param {string} [website]
15500
15513
  * @param {string} [hospitalId]
15501
15514
  * @param {boolean} [interviewerOnly]
15502
- * @param {string} [languageCode]
15503
15515
  * @param {boolean} [showHidden]
15516
+ * @param {string} [languageCode]
15517
+ * @param {boolean} [returnDefaultValue]
15504
15518
  * @param {number} [page]
15505
15519
  * @param {number} [limit]
15506
15520
  * @param {Date} [lastRetrieved]
15507
15521
  * @param {*} [options] Override http request option.
15508
15522
  * @throws {RequiredError}
15509
15523
  */
15510
- apiV1ContributorsGet: (id?: string | undefined, name?: string | undefined, email?: string | undefined, description?: string | undefined, website?: string | undefined, hospitalId?: string | undefined, interviewerOnly?: boolean | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
15524
+ apiV1ContributorsGet: (id?: string | undefined, name?: string | undefined, email?: string | undefined, description?: string | undefined, website?: string | undefined, hospitalId?: string | undefined, interviewerOnly?: boolean | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
15511
15525
  /**
15512
15526
  *
15513
15527
  * @summary Create a Contributor.
@@ -15521,10 +15535,11 @@ export declare const ContributorsApiAxiosParamCreator: (configuration?: Configur
15521
15535
  * @summary Get Contributor by slug.
15522
15536
  * @param {string} slug
15523
15537
  * @param {string} [languageCode]
15538
+ * @param {boolean} [returnDefaultValue]
15524
15539
  * @param {*} [options] Override http request option.
15525
15540
  * @throws {RequiredError}
15526
15541
  */
15527
- apiV1ContributorsSlugGet: (slug: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
15542
+ apiV1ContributorsSlugGet: (slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
15528
15543
  };
15529
15544
  /**
15530
15545
  * ContributorsApi - functional programming interface
@@ -15544,10 +15559,11 @@ export declare const ContributorsApiFp: (configuration?: Configuration | undefin
15544
15559
  * @summary Get Contributor.
15545
15560
  * @param {string} contributorId
15546
15561
  * @param {string} [languageCode]
15562
+ * @param {boolean} [returnDefaultValue]
15547
15563
  * @param {*} [options] Override http request option.
15548
15564
  * @throws {RequiredError}
15549
15565
  */
15550
- apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorModel>>;
15566
+ apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorModel>>;
15551
15567
  /**
15552
15568
  *
15553
15569
  * @summary Get all ContributorHandles.
@@ -15619,15 +15635,16 @@ export declare const ContributorsApiFp: (configuration?: Configuration | undefin
15619
15635
  * @param {string} [website]
15620
15636
  * @param {string} [hospitalId]
15621
15637
  * @param {boolean} [interviewerOnly]
15622
- * @param {string} [languageCode]
15623
15638
  * @param {boolean} [showHidden]
15639
+ * @param {string} [languageCode]
15640
+ * @param {boolean} [returnDefaultValue]
15624
15641
  * @param {number} [page]
15625
15642
  * @param {number} [limit]
15626
15643
  * @param {Date} [lastRetrieved]
15627
15644
  * @param {*} [options] Override http request option.
15628
15645
  * @throws {RequiredError}
15629
15646
  */
15630
- apiV1ContributorsGet(id?: string | undefined, name?: string | undefined, email?: string | undefined, description?: string | undefined, website?: string | undefined, hospitalId?: string | undefined, interviewerOnly?: boolean | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorsModel>>;
15647
+ apiV1ContributorsGet(id?: string | undefined, name?: string | undefined, email?: string | undefined, description?: string | undefined, website?: string | undefined, hospitalId?: string | undefined, interviewerOnly?: boolean | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorsModel>>;
15631
15648
  /**
15632
15649
  *
15633
15650
  * @summary Create a Contributor.
@@ -15641,10 +15658,11 @@ export declare const ContributorsApiFp: (configuration?: Configuration | undefin
15641
15658
  * @summary Get Contributor by slug.
15642
15659
  * @param {string} slug
15643
15660
  * @param {string} [languageCode]
15661
+ * @param {boolean} [returnDefaultValue]
15644
15662
  * @param {*} [options] Override http request option.
15645
15663
  * @throws {RequiredError}
15646
15664
  */
15647
- apiV1ContributorsSlugGet(slug: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorModel>>;
15665
+ apiV1ContributorsSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorModel>>;
15648
15666
  };
15649
15667
  /**
15650
15668
  * ContributorsApi - factory interface
@@ -15664,10 +15682,11 @@ export declare const ContributorsApiFactory: (configuration?: Configuration | un
15664
15682
  * @summary Get Contributor.
15665
15683
  * @param {string} contributorId
15666
15684
  * @param {string} [languageCode]
15685
+ * @param {boolean} [returnDefaultValue]
15667
15686
  * @param {*} [options] Override http request option.
15668
15687
  * @throws {RequiredError}
15669
15688
  */
15670
- apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string | undefined, options?: any): AxiosPromise<ContributorModel>;
15689
+ apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: any): AxiosPromise<ContributorModel>;
15671
15690
  /**
15672
15691
  *
15673
15692
  * @summary Get all ContributorHandles.
@@ -15739,15 +15758,16 @@ export declare const ContributorsApiFactory: (configuration?: Configuration | un
15739
15758
  * @param {string} [website]
15740
15759
  * @param {string} [hospitalId]
15741
15760
  * @param {boolean} [interviewerOnly]
15742
- * @param {string} [languageCode]
15743
15761
  * @param {boolean} [showHidden]
15762
+ * @param {string} [languageCode]
15763
+ * @param {boolean} [returnDefaultValue]
15744
15764
  * @param {number} [page]
15745
15765
  * @param {number} [limit]
15746
15766
  * @param {Date} [lastRetrieved]
15747
15767
  * @param {*} [options] Override http request option.
15748
15768
  * @throws {RequiredError}
15749
15769
  */
15750
- apiV1ContributorsGet(id?: string | undefined, name?: string | undefined, email?: string | undefined, description?: string | undefined, website?: string | undefined, hospitalId?: string | undefined, interviewerOnly?: boolean | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<ContributorsModel>;
15770
+ apiV1ContributorsGet(id?: string | undefined, name?: string | undefined, email?: string | undefined, description?: string | undefined, website?: string | undefined, hospitalId?: string | undefined, interviewerOnly?: boolean | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<ContributorsModel>;
15751
15771
  /**
15752
15772
  *
15753
15773
  * @summary Create a Contributor.
@@ -15761,10 +15781,11 @@ export declare const ContributorsApiFactory: (configuration?: Configuration | un
15761
15781
  * @summary Get Contributor by slug.
15762
15782
  * @param {string} slug
15763
15783
  * @param {string} [languageCode]
15784
+ * @param {boolean} [returnDefaultValue]
15764
15785
  * @param {*} [options] Override http request option.
15765
15786
  * @throws {RequiredError}
15766
15787
  */
15767
- apiV1ContributorsSlugGet(slug: string, languageCode?: string | undefined, options?: any): AxiosPromise<ContributorModel>;
15788
+ apiV1ContributorsSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: any): AxiosPromise<ContributorModel>;
15768
15789
  };
15769
15790
  /**
15770
15791
  * ContributorsApi - object-oriented interface
@@ -15787,11 +15808,12 @@ export declare class ContributorsApi extends BaseAPI {
15787
15808
  * @summary Get Contributor.
15788
15809
  * @param {string} contributorId
15789
15810
  * @param {string} [languageCode]
15811
+ * @param {boolean} [returnDefaultValue]
15790
15812
  * @param {*} [options] Override http request option.
15791
15813
  * @throws {RequiredError}
15792
15814
  * @memberof ContributorsApi
15793
15815
  */
15794
- apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel>>;
15816
+ apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel>>;
15795
15817
  /**
15796
15818
  *
15797
15819
  * @summary Get all ContributorHandles.
@@ -15869,8 +15891,9 @@ export declare class ContributorsApi extends BaseAPI {
15869
15891
  * @param {string} [website]
15870
15892
  * @param {string} [hospitalId]
15871
15893
  * @param {boolean} [interviewerOnly]
15872
- * @param {string} [languageCode]
15873
15894
  * @param {boolean} [showHidden]
15895
+ * @param {string} [languageCode]
15896
+ * @param {boolean} [returnDefaultValue]
15874
15897
  * @param {number} [page]
15875
15898
  * @param {number} [limit]
15876
15899
  * @param {Date} [lastRetrieved]
@@ -15878,7 +15901,7 @@ export declare class ContributorsApi extends BaseAPI {
15878
15901
  * @throws {RequiredError}
15879
15902
  * @memberof ContributorsApi
15880
15903
  */
15881
- apiV1ContributorsGet(id?: string, name?: string, email?: string, description?: string, website?: string, hospitalId?: string, interviewerOnly?: boolean, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorsModel>>;
15904
+ apiV1ContributorsGet(id?: string, name?: string, email?: string, description?: string, website?: string, hospitalId?: string, interviewerOnly?: boolean, showHidden?: boolean, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorsModel>>;
15882
15905
  /**
15883
15906
  *
15884
15907
  * @summary Create a Contributor.
@@ -15893,11 +15916,12 @@ export declare class ContributorsApi extends BaseAPI {
15893
15916
  * @summary Get Contributor by slug.
15894
15917
  * @param {string} slug
15895
15918
  * @param {string} [languageCode]
15919
+ * @param {boolean} [returnDefaultValue]
15896
15920
  * @param {*} [options] Override http request option.
15897
15921
  * @throws {RequiredError}
15898
15922
  * @memberof ContributorsApi
15899
15923
  */
15900
- apiV1ContributorsSlugGet(slug: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel>>;
15924
+ apiV1ContributorsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel>>;
15901
15925
  }
15902
15926
  /**
15903
15927
  * CountriesApi - axios parameter creator
@@ -20246,6 +20270,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
20246
20270
  * @param {string} [specialtyId]
20247
20271
  * @param {string} [specialtyName]
20248
20272
  * @param {string} [specialtyTypeId]
20273
+ * @param {string} [hospitalSpecialtySlug]
20249
20274
  * @param {string} [title]
20250
20275
  * @param {MarketingType} [marketingType]
20251
20276
  * @param {string} [languageCode]
@@ -20258,7 +20283,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
20258
20283
  * @param {*} [options] Override http request option.
20259
20284
  * @throws {RequiredError}
20260
20285
  */
20261
- apiV1HospitalsHospitalIdSpecialtiesGet: (hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
20286
+ apiV1HospitalsHospitalIdSpecialtiesGet: (hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, hospitalSpecialtySlug?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
20262
20287
  /**
20263
20288
  *
20264
20289
  * @summary Create HospitalSpecialty.
@@ -20277,6 +20302,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
20277
20302
  * @param {string} [specialtyId]
20278
20303
  * @param {string} [specialtyName]
20279
20304
  * @param {string} [specialtyTypeId]
20305
+ * @param {string} [hospitalSpecialtySlug]
20280
20306
  * @param {string} [title]
20281
20307
  * @param {MarketingType} [marketingType]
20282
20308
  * @param {string} [languageCode]
@@ -20289,7 +20315,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
20289
20315
  * @param {*} [options] Override http request option.
20290
20316
  * @throws {RequiredError}
20291
20317
  */
20292
- apiV1HospitalsHospitalIdSpecialtiesSimpleGet: (hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
20318
+ apiV1HospitalsHospitalIdSpecialtiesSimpleGet: (hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, hospitalSpecialtySlug?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
20293
20319
  /**
20294
20320
  *
20295
20321
  * @summary Delete HospitalSpecialty.
@@ -20804,6 +20830,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
20804
20830
  * @param {string} [specialtyId]
20805
20831
  * @param {string} [specialtyName]
20806
20832
  * @param {string} [specialtyTypeId]
20833
+ * @param {string} [hospitalSpecialtySlug]
20807
20834
  * @param {string} [title]
20808
20835
  * @param {MarketingType} [marketingType]
20809
20836
  * @param {string} [languageCode]
@@ -20816,7 +20843,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
20816
20843
  * @param {*} [options] Override http request option.
20817
20844
  * @throws {RequiredError}
20818
20845
  */
20819
- apiV1HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesModel>>;
20846
+ apiV1HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, hospitalSpecialtySlug?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesModel>>;
20820
20847
  /**
20821
20848
  *
20822
20849
  * @summary Create HospitalSpecialty.
@@ -20835,6 +20862,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
20835
20862
  * @param {string} [specialtyId]
20836
20863
  * @param {string} [specialtyName]
20837
20864
  * @param {string} [specialtyTypeId]
20865
+ * @param {string} [hospitalSpecialtySlug]
20838
20866
  * @param {string} [title]
20839
20867
  * @param {MarketingType} [marketingType]
20840
20868
  * @param {string} [languageCode]
@@ -20847,7 +20875,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
20847
20875
  * @param {*} [options] Override http request option.
20848
20876
  * @throws {RequiredError}
20849
20877
  */
20850
- apiV1HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesSimpleModel>>;
20878
+ apiV1HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, hospitalSpecialtySlug?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesSimpleModel>>;
20851
20879
  /**
20852
20880
  *
20853
20881
  * @summary Delete HospitalSpecialty.
@@ -21362,6 +21390,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
21362
21390
  * @param {string} [specialtyId]
21363
21391
  * @param {string} [specialtyName]
21364
21392
  * @param {string} [specialtyTypeId]
21393
+ * @param {string} [hospitalSpecialtySlug]
21365
21394
  * @param {string} [title]
21366
21395
  * @param {MarketingType} [marketingType]
21367
21396
  * @param {string} [languageCode]
@@ -21374,7 +21403,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
21374
21403
  * @param {*} [options] Override http request option.
21375
21404
  * @throws {RequiredError}
21376
21405
  */
21377
- apiV1HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalSpecialtiesModel>;
21406
+ apiV1HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, hospitalSpecialtySlug?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalSpecialtiesModel>;
21378
21407
  /**
21379
21408
  *
21380
21409
  * @summary Create HospitalSpecialty.
@@ -21393,6 +21422,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
21393
21422
  * @param {string} [specialtyId]
21394
21423
  * @param {string} [specialtyName]
21395
21424
  * @param {string} [specialtyTypeId]
21425
+ * @param {string} [hospitalSpecialtySlug]
21396
21426
  * @param {string} [title]
21397
21427
  * @param {MarketingType} [marketingType]
21398
21428
  * @param {string} [languageCode]
@@ -21405,7 +21435,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
21405
21435
  * @param {*} [options] Override http request option.
21406
21436
  * @throws {RequiredError}
21407
21437
  */
21408
- apiV1HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalSpecialtiesSimpleModel>;
21438
+ apiV1HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, hospitalSpecialtySlug?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalSpecialtiesSimpleModel>;
21409
21439
  /**
21410
21440
  *
21411
21441
  * @summary Delete HospitalSpecialty.
@@ -21950,6 +21980,7 @@ export declare class HospitalsApi extends BaseAPI {
21950
21980
  * @param {string} [specialtyId]
21951
21981
  * @param {string} [specialtyName]
21952
21982
  * @param {string} [specialtyTypeId]
21983
+ * @param {string} [hospitalSpecialtySlug]
21953
21984
  * @param {string} [title]
21954
21985
  * @param {MarketingType} [marketingType]
21955
21986
  * @param {string} [languageCode]
@@ -21963,7 +21994,7 @@ export declare class HospitalsApi extends BaseAPI {
21963
21994
  * @throws {RequiredError}
21964
21995
  * @memberof HospitalsApi
21965
21996
  */
21966
- apiV1HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, title?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, includeServices?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesModel>>;
21997
+ apiV1HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, hospitalSpecialtySlug?: string, title?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, includeServices?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesModel>>;
21967
21998
  /**
21968
21999
  *
21969
22000
  * @summary Create HospitalSpecialty.
@@ -21983,6 +22014,7 @@ export declare class HospitalsApi extends BaseAPI {
21983
22014
  * @param {string} [specialtyId]
21984
22015
  * @param {string} [specialtyName]
21985
22016
  * @param {string} [specialtyTypeId]
22017
+ * @param {string} [hospitalSpecialtySlug]
21986
22018
  * @param {string} [title]
21987
22019
  * @param {MarketingType} [marketingType]
21988
22020
  * @param {string} [languageCode]
@@ -21996,7 +22028,7 @@ export declare class HospitalsApi extends BaseAPI {
21996
22028
  * @throws {RequiredError}
21997
22029
  * @memberof HospitalsApi
21998
22030
  */
21999
- apiV1HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, title?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, includeServices?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesSimpleModel>>;
22031
+ apiV1HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, hospitalSpecialtySlug?: string, title?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, includeServices?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesSimpleModel>>;
22000
22032
  /**
22001
22033
  *
22002
22034
  * @summary Delete HospitalSpecialty.