ch-admin-api-client-typescript 2.6.1 → 2.6.2

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
@@ -14789,7 +14789,6 @@ export declare const CountriesApiAxiosParamCreator: (configuration?: Configurati
14789
14789
  apiV1CountriesPost: (createCountryCommand?: CreateCountryCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
14790
14790
  /**
14791
14791
  *
14792
- * @summary Get country by slug.
14793
14792
  * @param {string} slug
14794
14793
  * @param {string} [languageCode]
14795
14794
  * @param {boolean} [returnDefaultValue]
@@ -14915,7 +14914,6 @@ export declare const CountriesApiFp: (configuration?: Configuration | undefined)
14915
14914
  apiV1CountriesPost(createCountryCommand?: CreateCountryCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<CountryModel>>;
14916
14915
  /**
14917
14916
  *
14918
- * @summary Get country by slug.
14919
14917
  * @param {string} slug
14920
14918
  * @param {string} [languageCode]
14921
14919
  * @param {boolean} [returnDefaultValue]
@@ -15041,7 +15039,6 @@ export declare const CountriesApiFactory: (configuration?: Configuration | undef
15041
15039
  apiV1CountriesPost(createCountryCommand?: CreateCountryCommand | undefined, options?: any): AxiosPromise<CountryModel>;
15042
15040
  /**
15043
15041
  *
15044
- * @summary Get country by slug.
15045
15042
  * @param {string} slug
15046
15043
  * @param {string} [languageCode]
15047
15044
  * @param {boolean} [returnDefaultValue]
@@ -15180,7 +15177,6 @@ export declare class CountriesApi extends BaseAPI {
15180
15177
  apiV1CountriesPost(createCountryCommand?: CreateCountryCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CountryModel>>;
15181
15178
  /**
15182
15179
  *
15183
- * @summary Get country by slug.
15184
15180
  * @param {string} slug
15185
15181
  * @param {string} [languageCode]
15186
15182
  * @param {boolean} [returnDefaultValue]
@@ -16075,7 +16071,6 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
16075
16071
  apiV1DoctorsDoctorIdEducationsPost: (doctorId: string, createDoctorEducationCommand?: CreateDoctorEducationCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
16076
16072
  /**
16077
16073
  *
16078
- * @summary Get Doctor.
16079
16074
  * @param {string} doctorId
16080
16075
  * @param {string} [languageCode]
16081
16076
  * @param {boolean} [returnDefaultValue]
@@ -16274,7 +16269,6 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
16274
16269
  apiV1DoctorsPost: (createDoctorCommand?: CreateDoctorCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
16275
16270
  /**
16276
16271
  *
16277
- * @summary Get Doctor by slug.
16278
16272
  * @param {string} slug
16279
16273
  * @param {string} [languageCode]
16280
16274
  * @param {boolean} [returnDefaultValue]
@@ -16442,7 +16436,6 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
16442
16436
  apiV1DoctorsDoctorIdEducationsPost(doctorId: string, createDoctorEducationCommand?: CreateDoctorEducationCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorEducationModel>>;
16443
16437
  /**
16444
16438
  *
16445
- * @summary Get Doctor.
16446
16439
  * @param {string} doctorId
16447
16440
  * @param {string} [languageCode]
16448
16441
  * @param {boolean} [returnDefaultValue]
@@ -16641,7 +16634,6 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
16641
16634
  apiV1DoctorsPost(createDoctorCommand?: CreateDoctorCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorModel>>;
16642
16635
  /**
16643
16636
  *
16644
- * @summary Get Doctor by slug.
16645
16637
  * @param {string} slug
16646
16638
  * @param {string} [languageCode]
16647
16639
  * @param {boolean} [returnDefaultValue]
@@ -16809,7 +16801,6 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
16809
16801
  apiV1DoctorsDoctorIdEducationsPost(doctorId: string, createDoctorEducationCommand?: CreateDoctorEducationCommand | undefined, options?: any): AxiosPromise<DoctorEducationModel>;
16810
16802
  /**
16811
16803
  *
16812
- * @summary Get Doctor.
16813
16804
  * @param {string} doctorId
16814
16805
  * @param {string} [languageCode]
16815
16806
  * @param {boolean} [returnDefaultValue]
@@ -17008,7 +16999,6 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
17008
16999
  apiV1DoctorsPost(createDoctorCommand?: CreateDoctorCommand | undefined, options?: any): AxiosPromise<DoctorModel>;
17009
17000
  /**
17010
17001
  *
17011
- * @summary Get Doctor by slug.
17012
17002
  * @param {string} slug
17013
17003
  * @param {string} [languageCode]
17014
17004
  * @param {boolean} [returnDefaultValue]
@@ -17193,7 +17183,6 @@ export declare class DoctorsApi extends BaseAPI {
17193
17183
  apiV1DoctorsDoctorIdEducationsPost(doctorId: string, createDoctorEducationCommand?: CreateDoctorEducationCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationModel>>;
17194
17184
  /**
17195
17185
  *
17196
- * @summary Get Doctor.
17197
17186
  * @param {string} doctorId
17198
17187
  * @param {string} [languageCode]
17199
17188
  * @param {boolean} [returnDefaultValue]
@@ -17411,7 +17400,6 @@ export declare class DoctorsApi extends BaseAPI {
17411
17400
  apiV1DoctorsPost(createDoctorCommand?: CreateDoctorCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorModel>>;
17412
17401
  /**
17413
17402
  *
17414
- * @summary Get Doctor by slug.
17415
17403
  * @param {string} slug
17416
17404
  * @param {string} [languageCode]
17417
17405
  * @param {boolean} [returnDefaultValue]
@@ -18837,7 +18825,6 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
18837
18825
  apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPost: (hospitalId: string, specialtyId: string, createHospitalServiceCommand?: CreateHospitalServiceCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
18838
18826
  /**
18839
18827
  *
18840
- * @summary Delete HospitalService
18841
18828
  * @param {string} hospitalId
18842
18829
  * @param {string} specialtyId
18843
18830
  * @param {string} serviceId
@@ -18847,7 +18834,6 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
18847
18834
  apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdDelete: (hospitalId: string, specialtyId: string, serviceId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
18848
18835
  /**
18849
18836
  *
18850
- * @summary Get HospitalService.
18851
18837
  * @param {string} hospitalId
18852
18838
  * @param {string} specialtyId
18853
18839
  * @param {string} serviceId
@@ -18962,7 +18948,6 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
18962
18948
  apiV1HospitalsSimpleGet: (hospitalId?: string | undefined, name?: string | undefined, description?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
18963
18949
  /**
18964
18950
  *
18965
- * @summary Get Hospital by slug.
18966
18951
  * @param {string} slug
18967
18952
  * @param {string} [languageCode]
18968
18953
  * @param {boolean} [returnDefaultValue]
@@ -19361,7 +19346,6 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
19361
19346
  apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPost(hospitalId: string, specialtyId: string, createHospitalServiceCommand?: CreateHospitalServiceCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalServiceModel>>;
19362
19347
  /**
19363
19348
  *
19364
- * @summary Delete HospitalService
19365
19349
  * @param {string} hospitalId
19366
19350
  * @param {string} specialtyId
19367
19351
  * @param {string} serviceId
@@ -19371,7 +19355,6 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
19371
19355
  apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdDelete(hospitalId: string, specialtyId: string, serviceId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
19372
19356
  /**
19373
19357
  *
19374
- * @summary Get HospitalService.
19375
19358
  * @param {string} hospitalId
19376
19359
  * @param {string} specialtyId
19377
19360
  * @param {string} serviceId
@@ -19486,7 +19469,6 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
19486
19469
  apiV1HospitalsSimpleGet(hospitalId?: string | undefined, name?: string | undefined, description?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: 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<HospitalsSimpleModel>>;
19487
19470
  /**
19488
19471
  *
19489
- * @summary Get Hospital by slug.
19490
19472
  * @param {string} slug
19491
19473
  * @param {string} [languageCode]
19492
19474
  * @param {boolean} [returnDefaultValue]
@@ -19885,7 +19867,6 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
19885
19867
  apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPost(hospitalId: string, specialtyId: string, createHospitalServiceCommand?: CreateHospitalServiceCommand | undefined, options?: any): AxiosPromise<HospitalServiceModel>;
19886
19868
  /**
19887
19869
  *
19888
- * @summary Delete HospitalService
19889
19870
  * @param {string} hospitalId
19890
19871
  * @param {string} specialtyId
19891
19872
  * @param {string} serviceId
@@ -19895,7 +19876,6 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
19895
19876
  apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdDelete(hospitalId: string, specialtyId: string, serviceId: string, options?: any): AxiosPromise<boolean>;
19896
19877
  /**
19897
19878
  *
19898
- * @summary Get HospitalService.
19899
19879
  * @param {string} hospitalId
19900
19880
  * @param {string} specialtyId
19901
19881
  * @param {string} serviceId
@@ -20010,7 +19990,6 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
20010
19990
  apiV1HospitalsSimpleGet(hospitalId?: string | undefined, name?: string | undefined, description?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalsSimpleModel>;
20011
19991
  /**
20012
19992
  *
20013
- * @summary Get Hospital by slug.
20014
19993
  * @param {string} slug
20015
19994
  * @param {string} [languageCode]
20016
19995
  * @param {boolean} [returnDefaultValue]
@@ -20445,7 +20424,6 @@ export declare class HospitalsApi extends BaseAPI {
20445
20424
  apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPost(hospitalId: string, specialtyId: string, createHospitalServiceCommand?: CreateHospitalServiceCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServiceModel>>;
20446
20425
  /**
20447
20426
  *
20448
- * @summary Delete HospitalService
20449
20427
  * @param {string} hospitalId
20450
20428
  * @param {string} specialtyId
20451
20429
  * @param {string} serviceId
@@ -20456,7 +20434,6 @@ export declare class HospitalsApi extends BaseAPI {
20456
20434
  apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdDelete(hospitalId: string, specialtyId: string, serviceId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
20457
20435
  /**
20458
20436
  *
20459
- * @summary Get HospitalService.
20460
20437
  * @param {string} hospitalId
20461
20438
  * @param {string} specialtyId
20462
20439
  * @param {string} serviceId
@@ -20580,7 +20557,6 @@ export declare class HospitalsApi extends BaseAPI {
20580
20557
  apiV1HospitalsSimpleGet(hospitalId?: string, name?: string, description?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, serviceId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsSimpleModel>>;
20581
20558
  /**
20582
20559
  *
20583
- * @summary Get Hospital by slug.
20584
20560
  * @param {string} slug
20585
20561
  * @param {string} [languageCode]
20586
20562
  * @param {boolean} [returnDefaultValue]
@@ -22335,7 +22311,6 @@ export declare const ServicesApiAxiosParamCreator: (configuration?: Configuratio
22335
22311
  apiV1ServicesGet: (hospitalId?: string | undefined, hospitalName?: string | undefined, hospitalSlug?: string | undefined, id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, serviceCategoryId?: string | undefined, marketingType?: MarketingType | undefined, procedure?: Procedure | undefined, created?: Date | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
22336
22312
  /**
22337
22313
  *
22338
- * @summary Get HospitalService.
22339
22314
  * @param {string} serviceId
22340
22315
  * @param {string} [languageCode]
22341
22316
  * @param {boolean} [returnDefaultValue]
@@ -22345,7 +22320,6 @@ export declare const ServicesApiAxiosParamCreator: (configuration?: Configuratio
22345
22320
  apiV1ServicesServiceIdGet: (serviceId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
22346
22321
  /**
22347
22322
  *
22348
- * @summary Get HospitalService by slug.
22349
22323
  * @param {string} slug
22350
22324
  * @param {string} [languageCode]
22351
22325
  * @param {boolean} [returnDefaultValue]
@@ -22387,7 +22361,6 @@ export declare const ServicesApiFp: (configuration?: Configuration | undefined)
22387
22361
  apiV1ServicesGet(hospitalId?: string | undefined, hospitalName?: string | undefined, hospitalSlug?: string | undefined, id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, serviceCategoryId?: string | undefined, marketingType?: MarketingType | undefined, procedure?: Procedure | undefined, created?: Date | 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<HospitalServicesModel>>;
22388
22362
  /**
22389
22363
  *
22390
- * @summary Get HospitalService.
22391
22364
  * @param {string} serviceId
22392
22365
  * @param {string} [languageCode]
22393
22366
  * @param {boolean} [returnDefaultValue]
@@ -22397,7 +22370,6 @@ export declare const ServicesApiFp: (configuration?: Configuration | undefined)
22397
22370
  apiV1ServicesServiceIdGet(serviceId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalServiceModel>>;
22398
22371
  /**
22399
22372
  *
22400
- * @summary Get HospitalService by slug.
22401
22373
  * @param {string} slug
22402
22374
  * @param {string} [languageCode]
22403
22375
  * @param {boolean} [returnDefaultValue]
@@ -22439,7 +22411,6 @@ export declare const ServicesApiFactory: (configuration?: Configuration | undefi
22439
22411
  apiV1ServicesGet(hospitalId?: string | undefined, hospitalName?: string | undefined, hospitalSlug?: string | undefined, id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, serviceCategoryId?: string | undefined, marketingType?: MarketingType | undefined, procedure?: Procedure | undefined, created?: Date | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalServicesModel>;
22440
22412
  /**
22441
22413
  *
22442
- * @summary Get HospitalService.
22443
22414
  * @param {string} serviceId
22444
22415
  * @param {string} [languageCode]
22445
22416
  * @param {boolean} [returnDefaultValue]
@@ -22449,7 +22420,6 @@ export declare const ServicesApiFactory: (configuration?: Configuration | undefi
22449
22420
  apiV1ServicesServiceIdGet(serviceId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: any): AxiosPromise<HospitalServiceModel>;
22450
22421
  /**
22451
22422
  *
22452
- * @summary Get HospitalService by slug.
22453
22423
  * @param {string} slug
22454
22424
  * @param {string} [languageCode]
22455
22425
  * @param {boolean} [returnDefaultValue]
@@ -22494,7 +22464,6 @@ export declare class ServicesApi extends BaseAPI {
22494
22464
  apiV1ServicesGet(hospitalId?: string, hospitalName?: string, hospitalSlug?: string, id?: string, name?: string, description?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceCategoryId?: string, marketingType?: MarketingType, procedure?: Procedure, created?: Date, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServicesModel>>;
22495
22465
  /**
22496
22466
  *
22497
- * @summary Get HospitalService.
22498
22467
  * @param {string} serviceId
22499
22468
  * @param {string} [languageCode]
22500
22469
  * @param {boolean} [returnDefaultValue]
@@ -22505,7 +22474,6 @@ export declare class ServicesApi extends BaseAPI {
22505
22474
  apiV1ServicesServiceIdGet(serviceId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServiceModel>>;
22506
22475
  /**
22507
22476
  *
22508
- * @summary Get HospitalService by slug.
22509
22477
  * @param {string} slug
22510
22478
  * @param {string} [languageCode]
22511
22479
  * @param {boolean} [returnDefaultValue]
@@ -22768,7 +22736,6 @@ export declare const SpecialtiesApiAxiosParamCreator: (configuration?: Configura
22768
22736
  apiV1SpecialtiesPost: (createSpecialtyCommand?: CreateSpecialtyCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
22769
22737
  /**
22770
22738
  *
22771
- * @summary Get Specialty by slug.
22772
22739
  * @param {string} slug
22773
22740
  * @param {string} [languageCode]
22774
22741
  * @param {boolean} [returnDefaultValue]
@@ -22888,7 +22855,6 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration | undefine
22888
22855
  apiV1SpecialtiesPost(createSpecialtyCommand?: CreateSpecialtyCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtyModel>>;
22889
22856
  /**
22890
22857
  *
22891
- * @summary Get Specialty by slug.
22892
22858
  * @param {string} slug
22893
22859
  * @param {string} [languageCode]
22894
22860
  * @param {boolean} [returnDefaultValue]
@@ -23008,7 +22974,6 @@ export declare const SpecialtiesApiFactory: (configuration?: Configuration | und
23008
22974
  apiV1SpecialtiesPost(createSpecialtyCommand?: CreateSpecialtyCommand | undefined, options?: any): AxiosPromise<SpecialtyModel>;
23009
22975
  /**
23010
22976
  *
23011
- * @summary Get Specialty by slug.
23012
22977
  * @param {string} slug
23013
22978
  * @param {string} [languageCode]
23014
22979
  * @param {boolean} [returnDefaultValue]
@@ -23132,7 +23097,6 @@ export declare class SpecialtiesApi extends BaseAPI {
23132
23097
  apiV1SpecialtiesPost(createSpecialtyCommand?: CreateSpecialtyCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyModel>>;
23133
23098
  /**
23134
23099
  *
23135
- * @summary Get Specialty by slug.
23136
23100
  * @param {string} slug
23137
23101
  * @param {string} [languageCode]
23138
23102
  * @param {boolean} [returnDefaultValue]
@@ -23282,7 +23246,6 @@ export declare const SpecialtyTypesApiAxiosParamCreator: (configuration?: Config
23282
23246
  apiV1SpecialtytypesSimpleGet: (id?: string | undefined, name?: string | undefined, description?: string | undefined, marketingType?: MarketingType | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, specialtyTypeCategoryId?: string | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
23283
23247
  /**
23284
23248
  *
23285
- * @summary Get Department by slug.
23286
23249
  * @param {string} slug
23287
23250
  * @param {string} [languageCode]
23288
23251
  * @param {boolean} [returnDefaultValue]
@@ -23300,7 +23263,6 @@ export declare const SpecialtyTypesApiAxiosParamCreator: (configuration?: Config
23300
23263
  apiV1SpecialtytypesSpecialtyTypeIdDelete: (specialtyTypeId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
23301
23264
  /**
23302
23265
  *
23303
- * @summary Get Department.
23304
23266
  * @param {string} specialtyTypeId
23305
23267
  * @param {string} [languageCode]
23306
23268
  * @param {boolean} [returnDefaultValue]
@@ -23423,7 +23385,6 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration | undef
23423
23385
  apiV1SpecialtytypesSimpleGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, marketingType?: MarketingType | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, specialtyTypeCategoryId?: 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<SpecialtyTypesSimpleModel>>;
23424
23386
  /**
23425
23387
  *
23426
- * @summary Get Department by slug.
23427
23388
  * @param {string} slug
23428
23389
  * @param {string} [languageCode]
23429
23390
  * @param {boolean} [returnDefaultValue]
@@ -23441,7 +23402,6 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration | undef
23441
23402
  apiV1SpecialtytypesSpecialtyTypeIdDelete(specialtyTypeId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
23442
23403
  /**
23443
23404
  *
23444
- * @summary Get Department.
23445
23405
  * @param {string} specialtyTypeId
23446
23406
  * @param {string} [languageCode]
23447
23407
  * @param {boolean} [returnDefaultValue]
@@ -23564,7 +23524,6 @@ export declare const SpecialtyTypesApiFactory: (configuration?: Configuration |
23564
23524
  apiV1SpecialtytypesSimpleGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, marketingType?: MarketingType | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, specialtyTypeCategoryId?: string | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<SpecialtyTypesSimpleModel>;
23565
23525
  /**
23566
23526
  *
23567
- * @summary Get Department by slug.
23568
23527
  * @param {string} slug
23569
23528
  * @param {string} [languageCode]
23570
23529
  * @param {boolean} [returnDefaultValue]
@@ -23582,7 +23541,6 @@ export declare const SpecialtyTypesApiFactory: (configuration?: Configuration |
23582
23541
  apiV1SpecialtytypesSpecialtyTypeIdDelete(specialtyTypeId: string, options?: any): AxiosPromise<boolean>;
23583
23542
  /**
23584
23543
  *
23585
- * @summary Get Department.
23586
23544
  * @param {string} specialtyTypeId
23587
23545
  * @param {string} [languageCode]
23588
23546
  * @param {boolean} [returnDefaultValue]
@@ -23710,7 +23668,6 @@ export declare class SpecialtyTypesApi extends BaseAPI {
23710
23668
  apiV1SpecialtytypesSimpleGet(id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, specialtyTypeCategoryId?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyTypesSimpleModel>>;
23711
23669
  /**
23712
23670
  *
23713
- * @summary Get Department by slug.
23714
23671
  * @param {string} slug
23715
23672
  * @param {string} [languageCode]
23716
23673
  * @param {boolean} [returnDefaultValue]
@@ -23730,7 +23687,6 @@ export declare class SpecialtyTypesApi extends BaseAPI {
23730
23687
  apiV1SpecialtytypesSpecialtyTypeIdDelete(specialtyTypeId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
23731
23688
  /**
23732
23689
  *
23733
- * @summary Get Department.
23734
23690
  * @param {string} specialtyTypeId
23735
23691
  * @param {string} [languageCode]
23736
23692
  * @param {boolean} [returnDefaultValue]