ch-admin-api-client-typescript 2.7.8 → 2.7.9

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
@@ -4536,6 +4536,30 @@ export interface DealItemModel {
4536
4536
  * @memberof DealItemModel
4537
4537
  */
4538
4538
  'hospitalSlug'?: string | null;
4539
+ /**
4540
+ *
4541
+ * @type {string}
4542
+ * @memberof DealItemModel
4543
+ */
4544
+ 'hospitalLocationCountry'?: string | null;
4545
+ /**
4546
+ *
4547
+ * @type {string}
4548
+ * @memberof DealItemModel
4549
+ */
4550
+ 'hospitalLocationState'?: string | null;
4551
+ /**
4552
+ *
4553
+ * @type {boolean}
4554
+ * @memberof DealItemModel
4555
+ */
4556
+ 'hospitalConsultationEnabled'?: boolean;
4557
+ /**
4558
+ *
4559
+ * @type {number}
4560
+ * @memberof DealItemModel
4561
+ */
4562
+ 'serviceDuration'?: number;
4539
4563
  /**
4540
4564
  *
4541
4565
  * @type {MarketingType}
@@ -4639,6 +4663,30 @@ export interface DealModel {
4639
4663
  * @memberof DealModel
4640
4664
  */
4641
4665
  'hospitalSlug'?: string | null;
4666
+ /**
4667
+ *
4668
+ * @type {string}
4669
+ * @memberof DealModel
4670
+ */
4671
+ 'hospitalLocationCountry'?: string | null;
4672
+ /**
4673
+ *
4674
+ * @type {string}
4675
+ * @memberof DealModel
4676
+ */
4677
+ 'hospitalLocationState'?: string | null;
4678
+ /**
4679
+ *
4680
+ * @type {boolean}
4681
+ * @memberof DealModel
4682
+ */
4683
+ 'hospitalConsultationEnabled'?: boolean;
4684
+ /**
4685
+ *
4686
+ * @type {number}
4687
+ * @memberof DealModel
4688
+ */
4689
+ 'serviceDuration'?: number;
4642
4690
  /**
4643
4691
  *
4644
4692
  * @type {MarketingType}
@@ -5462,6 +5510,67 @@ export interface DoctorItemModel {
5462
5510
  */
5463
5511
  'confirmed'?: boolean;
5464
5512
  }
5513
+ /**
5514
+ *
5515
+ * @export
5516
+ * @interface DoctorItemSimpleModel
5517
+ */
5518
+ export interface DoctorItemSimpleModel {
5519
+ /**
5520
+ *
5521
+ * @type {string}
5522
+ * @memberof DoctorItemSimpleModel
5523
+ */
5524
+ 'id'?: string;
5525
+ /**
5526
+ *
5527
+ * @type {string}
5528
+ * @memberof DoctorItemSimpleModel
5529
+ */
5530
+ 'firstName'?: string | null;
5531
+ /**
5532
+ *
5533
+ * @type {string}
5534
+ * @memberof DoctorItemSimpleModel
5535
+ */
5536
+ 'lastName'?: string | null;
5537
+ /**
5538
+ *
5539
+ * @type {string}
5540
+ * @memberof DoctorItemSimpleModel
5541
+ */
5542
+ 'fullname'?: string | null;
5543
+ /**
5544
+ *
5545
+ * @type {string}
5546
+ * @memberof DoctorItemSimpleModel
5547
+ */
5548
+ 'slug'?: string | null;
5549
+ /**
5550
+ *
5551
+ * @type {string}
5552
+ * @memberof DoctorItemSimpleModel
5553
+ */
5554
+ 'hospitalId'?: string | null;
5555
+ /**
5556
+ *
5557
+ * @type {string}
5558
+ * @memberof DoctorItemSimpleModel
5559
+ */
5560
+ 'hospitalName'?: string | null;
5561
+ /**
5562
+ *
5563
+ * @type {string}
5564
+ * @memberof DoctorItemSimpleModel
5565
+ */
5566
+ 'overview'?: string | null;
5567
+ /**
5568
+ *
5569
+ * @type {boolean}
5570
+ * @memberof DoctorItemSimpleModel
5571
+ */
5572
+ 'confirmed'?: boolean;
5573
+ }
5465
5574
  /**
5466
5575
  *
5467
5576
  * @export
@@ -5841,6 +5950,25 @@ export interface DoctorsModel {
5841
5950
  */
5842
5951
  'metaData'?: PagedListMetaData;
5843
5952
  }
5953
+ /**
5954
+ *
5955
+ * @export
5956
+ * @interface DoctorsSimpleModel
5957
+ */
5958
+ export interface DoctorsSimpleModel {
5959
+ /**
5960
+ *
5961
+ * @type {Array<DoctorItemSimpleModel>}
5962
+ * @memberof DoctorsSimpleModel
5963
+ */
5964
+ 'items'?: Array<DoctorItemSimpleModel> | null;
5965
+ /**
5966
+ *
5967
+ * @type {PagedListMetaData}
5968
+ * @memberof DoctorsSimpleModel
5969
+ */
5970
+ 'metaData'?: PagedListMetaData;
5971
+ }
5844
5972
  /**
5845
5973
  *
5846
5974
  * @export
@@ -15921,6 +16049,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration |
15921
16049
  * @param {string} [hospitalName]
15922
16050
  * @param {string} [specialtyId]
15923
16051
  * @param {string} [specialtyTypeId]
16052
+ * @param {string} [serviceId]
15924
16053
  * @param {string} [exceptHospitalId]
15925
16054
  * @param {string} [exceptDealId]
15926
16055
  * @param {Array<string>} [ids]
@@ -15933,7 +16062,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration |
15933
16062
  * @param {*} [options] Override http request option.
15934
16063
  * @throws {RequiredError}
15935
16064
  */
15936
- apiV1DealsGet: (id?: string | undefined, name?: string | undefined, marketingType?: MarketingType | undefined, countryId?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, specialtyId?: string | undefined, specialtyTypeId?: string | undefined, exceptHospitalId?: string | undefined, exceptDealId?: string | undefined, ids?: string[] | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
16065
+ apiV1DealsGet: (id?: string | undefined, name?: string | undefined, marketingType?: MarketingType | undefined, countryId?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, specialtyId?: string | undefined, specialtyTypeId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, exceptDealId?: string | undefined, ids?: string[] | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
15937
16066
  /**
15938
16067
  *
15939
16068
  * @summary Create a deal.
@@ -16098,6 +16227,7 @@ export declare const DealsApiFp: (configuration?: Configuration | undefined) =>
16098
16227
  * @param {string} [hospitalName]
16099
16228
  * @param {string} [specialtyId]
16100
16229
  * @param {string} [specialtyTypeId]
16230
+ * @param {string} [serviceId]
16101
16231
  * @param {string} [exceptHospitalId]
16102
16232
  * @param {string} [exceptDealId]
16103
16233
  * @param {Array<string>} [ids]
@@ -16110,7 +16240,7 @@ export declare const DealsApiFp: (configuration?: Configuration | undefined) =>
16110
16240
  * @param {*} [options] Override http request option.
16111
16241
  * @throws {RequiredError}
16112
16242
  */
16113
- apiV1DealsGet(id?: string | undefined, name?: string | undefined, marketingType?: MarketingType | undefined, countryId?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, specialtyId?: string | undefined, specialtyTypeId?: string | undefined, exceptHospitalId?: string | undefined, exceptDealId?: string | undefined, ids?: string[] | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealsModel>>;
16243
+ apiV1DealsGet(id?: string | undefined, name?: string | undefined, marketingType?: MarketingType | undefined, countryId?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, specialtyId?: string | undefined, specialtyTypeId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, exceptDealId?: string | undefined, ids?: string[] | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealsModel>>;
16114
16244
  /**
16115
16245
  *
16116
16246
  * @summary Create a deal.
@@ -16275,6 +16405,7 @@ export declare const DealsApiFactory: (configuration?: Configuration | undefined
16275
16405
  * @param {string} [hospitalName]
16276
16406
  * @param {string} [specialtyId]
16277
16407
  * @param {string} [specialtyTypeId]
16408
+ * @param {string} [serviceId]
16278
16409
  * @param {string} [exceptHospitalId]
16279
16410
  * @param {string} [exceptDealId]
16280
16411
  * @param {Array<string>} [ids]
@@ -16287,7 +16418,7 @@ export declare const DealsApiFactory: (configuration?: Configuration | undefined
16287
16418
  * @param {*} [options] Override http request option.
16288
16419
  * @throws {RequiredError}
16289
16420
  */
16290
- apiV1DealsGet(id?: string | undefined, name?: string | undefined, marketingType?: MarketingType | undefined, countryId?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, specialtyId?: string | undefined, specialtyTypeId?: string | undefined, exceptHospitalId?: string | undefined, exceptDealId?: string | undefined, ids?: string[] | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DealsModel>;
16421
+ apiV1DealsGet(id?: string | undefined, name?: string | undefined, marketingType?: MarketingType | undefined, countryId?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, specialtyId?: string | undefined, specialtyTypeId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, exceptDealId?: string | undefined, ids?: string[] | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DealsModel>;
16291
16422
  /**
16292
16423
  *
16293
16424
  * @summary Create a deal.
@@ -16467,6 +16598,7 @@ export declare class DealsApi extends BaseAPI {
16467
16598
  * @param {string} [hospitalName]
16468
16599
  * @param {string} [specialtyId]
16469
16600
  * @param {string} [specialtyTypeId]
16601
+ * @param {string} [serviceId]
16470
16602
  * @param {string} [exceptHospitalId]
16471
16603
  * @param {string} [exceptDealId]
16472
16604
  * @param {Array<string>} [ids]
@@ -16480,7 +16612,7 @@ export declare class DealsApi extends BaseAPI {
16480
16612
  * @throws {RequiredError}
16481
16613
  * @memberof DealsApi
16482
16614
  */
16483
- apiV1DealsGet(id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyTypeId?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealsModel>>;
16615
+ apiV1DealsGet(id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyTypeId?: string, serviceId?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealsModel>>;
16484
16616
  /**
16485
16617
  *
16486
16618
  * @summary Create a deal.
@@ -16858,6 +16990,27 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
16858
16990
  * @throws {RequiredError}
16859
16991
  */
16860
16992
  apiV1DoctorsPost: (createDoctorCommand?: CreateDoctorCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
16993
+ /**
16994
+ *
16995
+ * @summary Get all Doctors.
16996
+ * @param {string} [hospitalId]
16997
+ * @param {string} [languageCode]
16998
+ * @param {boolean} [returnDefaultValue]
16999
+ * @param {Array<string>} [ids]
17000
+ * @param {string} [id]
17001
+ * @param {string} [fullname]
17002
+ * @param {string} [email]
17003
+ * @param {Gender} [gender]
17004
+ * @param {Date} [dateOfBirth]
17005
+ * @param {Date} [created]
17006
+ * @param {boolean} [showHidden]
17007
+ * @param {number} [page]
17008
+ * @param {number} [limit]
17009
+ * @param {Date} [lastRetrieved]
17010
+ * @param {*} [options] Override http request option.
17011
+ * @throws {RequiredError}
17012
+ */
17013
+ apiV1DoctorsSimpleGet: (hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
16861
17014
  /**
16862
17015
  *
16863
17016
  * @param {string} slug
@@ -17224,6 +17377,27 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
17224
17377
  * @throws {RequiredError}
17225
17378
  */
17226
17379
  apiV1DoctorsPost(createDoctorCommand?: CreateDoctorCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorModel>>;
17380
+ /**
17381
+ *
17382
+ * @summary Get all Doctors.
17383
+ * @param {string} [hospitalId]
17384
+ * @param {string} [languageCode]
17385
+ * @param {boolean} [returnDefaultValue]
17386
+ * @param {Array<string>} [ids]
17387
+ * @param {string} [id]
17388
+ * @param {string} [fullname]
17389
+ * @param {string} [email]
17390
+ * @param {Gender} [gender]
17391
+ * @param {Date} [dateOfBirth]
17392
+ * @param {Date} [created]
17393
+ * @param {boolean} [showHidden]
17394
+ * @param {number} [page]
17395
+ * @param {number} [limit]
17396
+ * @param {Date} [lastRetrieved]
17397
+ * @param {*} [options] Override http request option.
17398
+ * @throws {RequiredError}
17399
+ */
17400
+ apiV1DoctorsSimpleGet(hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorsSimpleModel>>;
17227
17401
  /**
17228
17402
  *
17229
17403
  * @param {string} slug
@@ -17590,6 +17764,27 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
17590
17764
  * @throws {RequiredError}
17591
17765
  */
17592
17766
  apiV1DoctorsPost(createDoctorCommand?: CreateDoctorCommand | undefined, options?: any): AxiosPromise<DoctorModel>;
17767
+ /**
17768
+ *
17769
+ * @summary Get all Doctors.
17770
+ * @param {string} [hospitalId]
17771
+ * @param {string} [languageCode]
17772
+ * @param {boolean} [returnDefaultValue]
17773
+ * @param {Array<string>} [ids]
17774
+ * @param {string} [id]
17775
+ * @param {string} [fullname]
17776
+ * @param {string} [email]
17777
+ * @param {Gender} [gender]
17778
+ * @param {Date} [dateOfBirth]
17779
+ * @param {Date} [created]
17780
+ * @param {boolean} [showHidden]
17781
+ * @param {number} [page]
17782
+ * @param {number} [limit]
17783
+ * @param {Date} [lastRetrieved]
17784
+ * @param {*} [options] Override http request option.
17785
+ * @throws {RequiredError}
17786
+ */
17787
+ apiV1DoctorsSimpleGet(hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorsSimpleModel>;
17593
17788
  /**
17594
17789
  *
17595
17790
  * @param {string} slug
@@ -17992,6 +18187,28 @@ export declare class DoctorsApi extends BaseAPI {
17992
18187
  * @memberof DoctorsApi
17993
18188
  */
17994
18189
  apiV1DoctorsPost(createDoctorCommand?: CreateDoctorCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorModel>>;
18190
+ /**
18191
+ *
18192
+ * @summary Get all Doctors.
18193
+ * @param {string} [hospitalId]
18194
+ * @param {string} [languageCode]
18195
+ * @param {boolean} [returnDefaultValue]
18196
+ * @param {Array<string>} [ids]
18197
+ * @param {string} [id]
18198
+ * @param {string} [fullname]
18199
+ * @param {string} [email]
18200
+ * @param {Gender} [gender]
18201
+ * @param {Date} [dateOfBirth]
18202
+ * @param {Date} [created]
18203
+ * @param {boolean} [showHidden]
18204
+ * @param {number} [page]
18205
+ * @param {number} [limit]
18206
+ * @param {Date} [lastRetrieved]
18207
+ * @param {*} [options] Override http request option.
18208
+ * @throws {RequiredError}
18209
+ * @memberof DoctorsApi
18210
+ */
18211
+ apiV1DoctorsSimpleGet(hospitalId?: string, languageCode?: string, returnDefaultValue?: boolean, ids?: Array<string>, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsSimpleModel>>;
17995
18212
  /**
17996
18213
  *
17997
18214
  * @param {string} slug
@@ -23609,6 +23826,7 @@ export declare const ServiceReviewsApiAxiosParamCreator: (configuration?: Config
23609
23826
  * @param {string} [serviceName]
23610
23827
  * @param {string} [patientId]
23611
23828
  * @param {string} [patientName]
23829
+ * @param {Gender} [gender]
23612
23830
  * @param {boolean} [recommended]
23613
23831
  * @param {number} [rate]
23614
23832
  * @param {ReviewType} [reviewType]
@@ -23618,7 +23836,7 @@ export declare const ServiceReviewsApiAxiosParamCreator: (configuration?: Config
23618
23836
  * @param {*} [options] Override http request option.
23619
23837
  * @throws {RequiredError}
23620
23838
  */
23621
- apiV1ServicereviewsGet: (serviceId?: string | undefined, serviceName?: string | undefined, patientId?: string | undefined, patientName?: string | undefined, recommended?: boolean | undefined, rate?: number | undefined, reviewType?: ReviewType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
23839
+ apiV1ServicereviewsGet: (serviceId?: string | undefined, serviceName?: string | undefined, patientId?: string | undefined, patientName?: string | undefined, gender?: Gender | undefined, recommended?: boolean | undefined, rate?: number | undefined, reviewType?: ReviewType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
23622
23840
  /**
23623
23841
  *
23624
23842
  * @summary Create a ServiceReview.
@@ -23714,6 +23932,7 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration | undef
23714
23932
  * @param {string} [serviceName]
23715
23933
  * @param {string} [patientId]
23716
23934
  * @param {string} [patientName]
23935
+ * @param {Gender} [gender]
23717
23936
  * @param {boolean} [recommended]
23718
23937
  * @param {number} [rate]
23719
23938
  * @param {ReviewType} [reviewType]
@@ -23723,7 +23942,7 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration | undef
23723
23942
  * @param {*} [options] Override http request option.
23724
23943
  * @throws {RequiredError}
23725
23944
  */
23726
- apiV1ServicereviewsGet(serviceId?: string | undefined, serviceName?: string | undefined, patientId?: string | undefined, patientName?: string | undefined, recommended?: boolean | undefined, rate?: number | undefined, reviewType?: ReviewType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ServiceReviewsModel>>;
23945
+ apiV1ServicereviewsGet(serviceId?: string | undefined, serviceName?: string | undefined, patientId?: string | undefined, patientName?: string | undefined, gender?: Gender | undefined, recommended?: boolean | undefined, rate?: number | undefined, reviewType?: ReviewType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ServiceReviewsModel>>;
23727
23946
  /**
23728
23947
  *
23729
23948
  * @summary Create a ServiceReview.
@@ -23819,6 +24038,7 @@ export declare const ServiceReviewsApiFactory: (configuration?: Configuration |
23819
24038
  * @param {string} [serviceName]
23820
24039
  * @param {string} [patientId]
23821
24040
  * @param {string} [patientName]
24041
+ * @param {Gender} [gender]
23822
24042
  * @param {boolean} [recommended]
23823
24043
  * @param {number} [rate]
23824
24044
  * @param {ReviewType} [reviewType]
@@ -23828,7 +24048,7 @@ export declare const ServiceReviewsApiFactory: (configuration?: Configuration |
23828
24048
  * @param {*} [options] Override http request option.
23829
24049
  * @throws {RequiredError}
23830
24050
  */
23831
- apiV1ServicereviewsGet(serviceId?: string | undefined, serviceName?: string | undefined, patientId?: string | undefined, patientName?: string | undefined, recommended?: boolean | undefined, rate?: number | undefined, reviewType?: ReviewType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<ServiceReviewsModel>;
24051
+ apiV1ServicereviewsGet(serviceId?: string | undefined, serviceName?: string | undefined, patientId?: string | undefined, patientName?: string | undefined, gender?: Gender | undefined, recommended?: boolean | undefined, rate?: number | undefined, reviewType?: ReviewType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<ServiceReviewsModel>;
23832
24052
  /**
23833
24053
  *
23834
24054
  * @summary Create a ServiceReview.
@@ -23926,6 +24146,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
23926
24146
  * @param {string} [serviceName]
23927
24147
  * @param {string} [patientId]
23928
24148
  * @param {string} [patientName]
24149
+ * @param {Gender} [gender]
23929
24150
  * @param {boolean} [recommended]
23930
24151
  * @param {number} [rate]
23931
24152
  * @param {ReviewType} [reviewType]
@@ -23936,7 +24157,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
23936
24157
  * @throws {RequiredError}
23937
24158
  * @memberof ServiceReviewsApi
23938
24159
  */
23939
- apiV1ServicereviewsGet(serviceId?: string, serviceName?: string, patientId?: string, patientName?: string, recommended?: boolean, rate?: number, reviewType?: ReviewType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceReviewsModel>>;
24160
+ apiV1ServicereviewsGet(serviceId?: string, serviceName?: string, patientId?: string, patientName?: string, gender?: Gender, recommended?: boolean, rate?: number, reviewType?: ReviewType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceReviewsModel>>;
23940
24161
  /**
23941
24162
  *
23942
24163
  * @summary Create a ServiceReview.