ch-api-client-typescript2 3.5.0 → 3.5.3

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
@@ -562,6 +562,12 @@ export interface ArticleItemModel {
562
562
  * @memberof ArticleItemModel
563
563
  */
564
564
  'slug'?: string | null;
565
+ /**
566
+ *
567
+ * @type {string}
568
+ * @memberof ArticleItemModel
569
+ */
570
+ 'description'?: string | null;
565
571
  /**
566
572
  *
567
573
  * @type {boolean}
@@ -659,6 +665,12 @@ export interface ArticleModel {
659
665
  * @memberof ArticleModel
660
666
  */
661
667
  'slug'?: string | null;
668
+ /**
669
+ *
670
+ * @type {string}
671
+ * @memberof ArticleModel
672
+ */
673
+ 'description'?: string | null;
662
674
  /**
663
675
  *
664
676
  * @type {boolean}
@@ -725,12 +737,6 @@ export interface ArticleModel {
725
737
  * @memberof ArticleModel
726
738
  */
727
739
  'auditableEntity'?: AuditableEntity;
728
- /**
729
- *
730
- * @type {string}
731
- * @memberof ArticleModel
732
- */
733
- 'description'?: string | null;
734
740
  /**
735
741
  *
736
742
  * @type {string}
@@ -2982,7 +2988,19 @@ export interface CreateServiceReviewCommand {
2982
2988
  * @type {string}
2983
2989
  * @memberof CreateServiceReviewCommand
2984
2990
  */
2985
- 'body'?: string | null;
2991
+ 'name'?: string | null;
2992
+ /**
2993
+ *
2994
+ * @type {string}
2995
+ * @memberof CreateServiceReviewCommand
2996
+ */
2997
+ 'description'?: string | null;
2998
+ /**
2999
+ *
3000
+ * @type {string}
3001
+ * @memberof CreateServiceReviewCommand
3002
+ */
3003
+ 'content'?: string | null;
2986
3004
  /**
2987
3005
  *
2988
3006
  * @type {boolean}
@@ -3032,6 +3050,12 @@ export interface DealItemModel {
3032
3050
  * @memberof DealItemModel
3033
3051
  */
3034
3052
  'slug'?: string | null;
3053
+ /**
3054
+ *
3055
+ * @type {string}
3056
+ * @memberof DealItemModel
3057
+ */
3058
+ 'description'?: string | null;
3035
3059
  /**
3036
3060
  *
3037
3061
  * @type {boolean}
@@ -3074,6 +3098,18 @@ export interface DealItemModel {
3074
3098
  * @memberof DealItemModel
3075
3099
  */
3076
3100
  'photoThumbnail'?: string | null;
3101
+ /**
3102
+ *
3103
+ * @type {number}
3104
+ * @memberof DealItemModel
3105
+ */
3106
+ 'lowestPrice'?: number;
3107
+ /**
3108
+ *
3109
+ * @type {number}
3110
+ * @memberof DealItemModel
3111
+ */
3112
+ 'dealServicesCount'?: number;
3077
3113
  /**
3078
3114
  *
3079
3115
  * @type {number}
@@ -3154,6 +3190,12 @@ export interface DealModel {
3154
3190
  * @memberof DealModel
3155
3191
  */
3156
3192
  'slug'?: string | null;
3193
+ /**
3194
+ *
3195
+ * @type {string}
3196
+ * @memberof DealModel
3197
+ */
3198
+ 'description'?: string | null;
3157
3199
  /**
3158
3200
  *
3159
3201
  * @type {boolean}
@@ -3201,19 +3243,25 @@ export interface DealModel {
3201
3243
  * @type {number}
3202
3244
  * @memberof DealModel
3203
3245
  */
3204
- 'order'?: number;
3246
+ 'lowestPrice'?: number;
3205
3247
  /**
3206
3248
  *
3207
- * @type {AuditableEntity}
3249
+ * @type {number}
3208
3250
  * @memberof DealModel
3209
3251
  */
3210
- 'auditableEntity'?: AuditableEntity;
3252
+ 'dealServicesCount'?: number;
3211
3253
  /**
3212
3254
  *
3213
- * @type {string}
3255
+ * @type {number}
3214
3256
  * @memberof DealModel
3215
3257
  */
3216
- 'description'?: string | null;
3258
+ 'order'?: number;
3259
+ /**
3260
+ *
3261
+ * @type {AuditableEntity}
3262
+ * @memberof DealModel
3263
+ */
3264
+ 'auditableEntity'?: AuditableEntity;
3217
3265
  /**
3218
3266
  *
3219
3267
  * @type {string}
@@ -3637,6 +3685,12 @@ export interface DoctorAffiliationItemModel {
3637
3685
  * @memberof DoctorAffiliationItemModel
3638
3686
  */
3639
3687
  'hospitalSlug'?: string | null;
3688
+ /**
3689
+ *
3690
+ * @type {string}
3691
+ * @memberof DoctorAffiliationItemModel
3692
+ */
3693
+ 'doctorId'?: string | null;
3640
3694
  /**
3641
3695
  *
3642
3696
  * @type {string}
@@ -3679,6 +3733,12 @@ export interface DoctorAffiliationItemModel {
3679
3733
  * @memberof DoctorAffiliationItemModel
3680
3734
  */
3681
3735
  'consultationFee'?: number | null;
3736
+ /**
3737
+ *
3738
+ * @type {string}
3739
+ * @memberof DoctorAffiliationItemModel
3740
+ */
3741
+ 'specialtiesSummerized'?: string | null;
3682
3742
  /**
3683
3743
  *
3684
3744
  * @type {number}
@@ -3722,6 +3782,12 @@ export interface DoctorAffiliationModel {
3722
3782
  * @memberof DoctorAffiliationModel
3723
3783
  */
3724
3784
  'hospitalSlug'?: string | null;
3785
+ /**
3786
+ *
3787
+ * @type {string}
3788
+ * @memberof DoctorAffiliationModel
3789
+ */
3790
+ 'doctorId'?: string | null;
3725
3791
  /**
3726
3792
  *
3727
3793
  * @type {string}
@@ -3764,6 +3830,12 @@ export interface DoctorAffiliationModel {
3764
3830
  * @memberof DoctorAffiliationModel
3765
3831
  */
3766
3832
  'consultationFee'?: number | null;
3833
+ /**
3834
+ *
3835
+ * @type {string}
3836
+ * @memberof DoctorAffiliationModel
3837
+ */
3838
+ 'specialtiesSummerized'?: string | null;
3767
3839
  /**
3768
3840
  *
3769
3841
  * @type {number}
@@ -5824,6 +5896,18 @@ export interface HospitalServiceItemModel {
5824
5896
  * @memberof HospitalServiceItemModel
5825
5897
  */
5826
5898
  'confirmed'?: boolean;
5899
+ /**
5900
+ *
5901
+ * @type {string}
5902
+ * @memberof HospitalServiceItemModel
5903
+ */
5904
+ 'hospitalSpecialtyName'?: string | null;
5905
+ /**
5906
+ *
5907
+ * @type {string}
5908
+ * @memberof HospitalServiceItemModel
5909
+ */
5910
+ 'hospitalSpecialtySlug'?: string | null;
5827
5911
  /**
5828
5912
  *
5829
5913
  * @type {number}
@@ -7900,55 +7984,55 @@ export interface ServiceReviewItemModel {
7900
7984
  * @type {string}
7901
7985
  * @memberof ServiceReviewItemModel
7902
7986
  */
7903
- 'serviceId'?: string;
7987
+ 'languageCode'?: string | null;
7904
7988
  /**
7905
7989
  *
7906
7990
  * @type {string}
7907
7991
  * @memberof ServiceReviewItemModel
7908
7992
  */
7909
- 'serviceName'?: string | null;
7993
+ 'name'?: string | null;
7910
7994
  /**
7911
7995
  *
7912
7996
  * @type {string}
7913
7997
  * @memberof ServiceReviewItemModel
7914
7998
  */
7915
- 'patientId'?: string | null;
7999
+ 'slug'?: string | null;
7916
8000
  /**
7917
8001
  *
7918
- * @type {string}
8002
+ * @type {boolean}
7919
8003
  * @memberof ServiceReviewItemModel
7920
8004
  */
7921
- 'patientName'?: string | null;
8005
+ 'confirmed'?: boolean;
7922
8006
  /**
7923
8007
  *
7924
- * @type {Gender}
8008
+ * @type {string}
7925
8009
  * @memberof ServiceReviewItemModel
7926
8010
  */
7927
- 'patientGender'?: Gender;
8011
+ 'serviceId'?: string;
7928
8012
  /**
7929
8013
  *
7930
8014
  * @type {string}
7931
8015
  * @memberof ServiceReviewItemModel
7932
8016
  */
7933
- 'patientPhoto'?: string | null;
8017
+ 'serviceName'?: string | null;
7934
8018
  /**
7935
8019
  *
7936
8020
  * @type {string}
7937
8021
  * @memberof ServiceReviewItemModel
7938
8022
  */
7939
- 'patientPhotoThumbnail'?: string | null;
8023
+ 'serviceSlug'?: string | null;
7940
8024
  /**
7941
8025
  *
7942
- * @type {Date}
8026
+ * @type {string}
7943
8027
  * @memberof ServiceReviewItemModel
7944
8028
  */
7945
- 'patientCreatedDate'?: Date | null;
8029
+ 'patientId'?: string | null;
7946
8030
  /**
7947
8031
  *
7948
8032
  * @type {string}
7949
8033
  * @memberof ServiceReviewItemModel
7950
8034
  */
7951
- 'body'?: string | null;
8035
+ 'patientName'?: string | null;
7952
8036
  /**
7953
8037
  *
7954
8038
  * @type {boolean}
@@ -7967,12 +8051,6 @@ export interface ServiceReviewItemModel {
7967
8051
  * @memberof ServiceReviewItemModel
7968
8052
  */
7969
8053
  'reviewType'?: ReviewType;
7970
- /**
7971
- *
7972
- * @type {boolean}
7973
- * @memberof ServiceReviewItemModel
7974
- */
7975
- 'confirmed'?: boolean;
7976
8054
  /**
7977
8055
  *
7978
8056
  * @type {Array<MediaModel>}
@@ -8003,55 +8081,55 @@ export interface ServiceReviewModel {
8003
8081
  * @type {string}
8004
8082
  * @memberof ServiceReviewModel
8005
8083
  */
8006
- 'serviceId'?: string;
8084
+ 'languageCode'?: string | null;
8007
8085
  /**
8008
8086
  *
8009
8087
  * @type {string}
8010
8088
  * @memberof ServiceReviewModel
8011
8089
  */
8012
- 'serviceName'?: string | null;
8090
+ 'name'?: string | null;
8013
8091
  /**
8014
8092
  *
8015
8093
  * @type {string}
8016
8094
  * @memberof ServiceReviewModel
8017
8095
  */
8018
- 'patientId'?: string | null;
8096
+ 'slug'?: string | null;
8019
8097
  /**
8020
8098
  *
8021
- * @type {string}
8099
+ * @type {boolean}
8022
8100
  * @memberof ServiceReviewModel
8023
8101
  */
8024
- 'patientName'?: string | null;
8102
+ 'confirmed'?: boolean;
8025
8103
  /**
8026
8104
  *
8027
- * @type {Gender}
8105
+ * @type {string}
8028
8106
  * @memberof ServiceReviewModel
8029
8107
  */
8030
- 'patientGender'?: Gender;
8108
+ 'serviceId'?: string;
8031
8109
  /**
8032
8110
  *
8033
8111
  * @type {string}
8034
8112
  * @memberof ServiceReviewModel
8035
8113
  */
8036
- 'patientPhoto'?: string | null;
8114
+ 'serviceName'?: string | null;
8037
8115
  /**
8038
8116
  *
8039
8117
  * @type {string}
8040
8118
  * @memberof ServiceReviewModel
8041
8119
  */
8042
- 'patientPhotoThumbnail'?: string | null;
8120
+ 'serviceSlug'?: string | null;
8043
8121
  /**
8044
8122
  *
8045
- * @type {Date}
8123
+ * @type {string}
8046
8124
  * @memberof ServiceReviewModel
8047
8125
  */
8048
- 'patientCreatedDate'?: Date | null;
8126
+ 'patientId'?: string | null;
8049
8127
  /**
8050
8128
  *
8051
8129
  * @type {string}
8052
8130
  * @memberof ServiceReviewModel
8053
8131
  */
8054
- 'body'?: string | null;
8132
+ 'patientName'?: string | null;
8055
8133
  /**
8056
8134
  *
8057
8135
  * @type {boolean}
@@ -8070,12 +8148,6 @@ export interface ServiceReviewModel {
8070
8148
  * @memberof ServiceReviewModel
8071
8149
  */
8072
8150
  'reviewType'?: ReviewType;
8073
- /**
8074
- *
8075
- * @type {boolean}
8076
- * @memberof ServiceReviewModel
8077
- */
8078
- 'confirmed'?: boolean;
8079
8151
  /**
8080
8152
  *
8081
8153
  * @type {Array<MediaModel>}
@@ -8088,6 +8160,24 @@ export interface ServiceReviewModel {
8088
8160
  * @memberof ServiceReviewModel
8089
8161
  */
8090
8162
  'auditableEntity'?: AuditableEntity;
8163
+ /**
8164
+ *
8165
+ * @type {string}
8166
+ * @memberof ServiceReviewModel
8167
+ */
8168
+ 'description'?: string | null;
8169
+ /**
8170
+ *
8171
+ * @type {string}
8172
+ * @memberof ServiceReviewModel
8173
+ */
8174
+ 'overview'?: string | null;
8175
+ /**
8176
+ *
8177
+ * @type {string}
8178
+ * @memberof ServiceReviewModel
8179
+ */
8180
+ 'content'?: string | null;
8091
8181
  }
8092
8182
  /**
8093
8183
  *
@@ -9142,25 +9232,43 @@ export interface UpdateServiceReviewCommand {
9142
9232
  * @type {string}
9143
9233
  * @memberof UpdateServiceReviewCommand
9144
9234
  */
9145
- 'body'?: string | null;
9235
+ 'name'?: string | null;
9146
9236
  /**
9147
9237
  *
9148
- * @type {boolean}
9238
+ * @type {string}
9149
9239
  * @memberof UpdateServiceReviewCommand
9150
9240
  */
9151
- 'recommended'?: boolean | null;
9241
+ 'slug'?: string | null;
9152
9242
  /**
9153
9243
  *
9154
- * @type {number}
9244
+ * @type {string}
9155
9245
  * @memberof UpdateServiceReviewCommand
9156
9246
  */
9157
- 'rate'?: number | null;
9247
+ 'description'?: string | null;
9248
+ /**
9249
+ *
9250
+ * @type {string}
9251
+ * @memberof UpdateServiceReviewCommand
9252
+ */
9253
+ 'content'?: string | null;
9158
9254
  /**
9159
9255
  *
9160
9256
  * @type {string}
9161
9257
  * @memberof UpdateServiceReviewCommand
9162
9258
  */
9163
9259
  'languageCode'?: string | null;
9260
+ /**
9261
+ *
9262
+ * @type {boolean}
9263
+ * @memberof UpdateServiceReviewCommand
9264
+ */
9265
+ 'recommended'?: boolean | null;
9266
+ /**
9267
+ *
9268
+ * @type {number}
9269
+ * @memberof UpdateServiceReviewCommand
9270
+ */
9271
+ 'rate'?: number | null;
9164
9272
  /**
9165
9273
  *
9166
9274
  * @type {boolean}
@@ -12311,9 +12419,12 @@ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Co
12311
12419
  * @summary Get all doctor affiliations.
12312
12420
  * @param {string} [hospitalId]
12313
12421
  * @param {string} [hospitalName]
12422
+ * @param {string} [specialtyId]
12314
12423
  * @param {string} [doctorId]
12315
12424
  * @param {string} [doctorName]
12316
12425
  * @param {string} [doctorSlug]
12426
+ * @param {string} [exceptDoctorId]
12427
+ * @param {boolean} [consultationEnabled]
12317
12428
  * @param {string} [languageCode]
12318
12429
  * @param {number} [page]
12319
12430
  * @param {number} [limit]
@@ -12321,7 +12432,7 @@ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Co
12321
12432
  * @param {*} [options] Override http request option.
12322
12433
  * @throws {RequiredError}
12323
12434
  */
12324
- apiV2DoctoraffiliationsGet: (hospitalId?: string | undefined, hospitalName?: string | undefined, doctorId?: string | undefined, doctorName?: string | undefined, doctorSlug?: string | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
12435
+ apiV2DoctoraffiliationsGet: (hospitalId?: string | undefined, hospitalName?: string | undefined, specialtyId?: string | undefined, doctorId?: string | undefined, doctorName?: string | undefined, doctorSlug?: string | undefined, exceptDoctorId?: string | undefined, consultationEnabled?: boolean | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
12325
12436
  /**
12326
12437
  *
12327
12438
  * @summary Get doctor affiliation.
@@ -12350,9 +12461,12 @@ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration | u
12350
12461
  * @summary Get all doctor affiliations.
12351
12462
  * @param {string} [hospitalId]
12352
12463
  * @param {string} [hospitalName]
12464
+ * @param {string} [specialtyId]
12353
12465
  * @param {string} [doctorId]
12354
12466
  * @param {string} [doctorName]
12355
12467
  * @param {string} [doctorSlug]
12468
+ * @param {string} [exceptDoctorId]
12469
+ * @param {boolean} [consultationEnabled]
12356
12470
  * @param {string} [languageCode]
12357
12471
  * @param {number} [page]
12358
12472
  * @param {number} [limit]
@@ -12360,7 +12474,7 @@ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration | u
12360
12474
  * @param {*} [options] Override http request option.
12361
12475
  * @throws {RequiredError}
12362
12476
  */
12363
- apiV2DoctoraffiliationsGet(hospitalId?: string | undefined, hospitalName?: string | undefined, doctorId?: string | undefined, doctorName?: string | undefined, doctorSlug?: string | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationsModel>>;
12477
+ apiV2DoctoraffiliationsGet(hospitalId?: string | undefined, hospitalName?: string | undefined, specialtyId?: string | undefined, doctorId?: string | undefined, doctorName?: string | undefined, doctorSlug?: string | undefined, exceptDoctorId?: string | undefined, consultationEnabled?: boolean | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationsModel>>;
12364
12478
  /**
12365
12479
  *
12366
12480
  * @summary Get doctor affiliation.
@@ -12389,9 +12503,12 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
12389
12503
  * @summary Get all doctor affiliations.
12390
12504
  * @param {string} [hospitalId]
12391
12505
  * @param {string} [hospitalName]
12506
+ * @param {string} [specialtyId]
12392
12507
  * @param {string} [doctorId]
12393
12508
  * @param {string} [doctorName]
12394
12509
  * @param {string} [doctorSlug]
12510
+ * @param {string} [exceptDoctorId]
12511
+ * @param {boolean} [consultationEnabled]
12395
12512
  * @param {string} [languageCode]
12396
12513
  * @param {number} [page]
12397
12514
  * @param {number} [limit]
@@ -12399,7 +12516,7 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
12399
12516
  * @param {*} [options] Override http request option.
12400
12517
  * @throws {RequiredError}
12401
12518
  */
12402
- apiV2DoctoraffiliationsGet(hospitalId?: string | undefined, hospitalName?: string | undefined, doctorId?: string | undefined, doctorName?: string | undefined, doctorSlug?: string | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorAffiliationsModel>;
12519
+ apiV2DoctoraffiliationsGet(hospitalId?: string | undefined, hospitalName?: string | undefined, specialtyId?: string | undefined, doctorId?: string | undefined, doctorName?: string | undefined, doctorSlug?: string | undefined, exceptDoctorId?: string | undefined, consultationEnabled?: boolean | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorAffiliationsModel>;
12403
12520
  /**
12404
12521
  *
12405
12522
  * @summary Get doctor affiliation.
@@ -12430,9 +12547,12 @@ export declare class DoctorAffiliationsApi extends BaseAPI {
12430
12547
  * @summary Get all doctor affiliations.
12431
12548
  * @param {string} [hospitalId]
12432
12549
  * @param {string} [hospitalName]
12550
+ * @param {string} [specialtyId]
12433
12551
  * @param {string} [doctorId]
12434
12552
  * @param {string} [doctorName]
12435
12553
  * @param {string} [doctorSlug]
12554
+ * @param {string} [exceptDoctorId]
12555
+ * @param {boolean} [consultationEnabled]
12436
12556
  * @param {string} [languageCode]
12437
12557
  * @param {number} [page]
12438
12558
  * @param {number} [limit]
@@ -12441,7 +12561,7 @@ export declare class DoctorAffiliationsApi extends BaseAPI {
12441
12561
  * @throws {RequiredError}
12442
12562
  * @memberof DoctorAffiliationsApi
12443
12563
  */
12444
- apiV2DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationsModel, any>>;
12564
+ apiV2DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, specialtyId?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, exceptDoctorId?: string, consultationEnabled?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationsModel, any>>;
12445
12565
  /**
12446
12566
  *
12447
12567
  * @summary Get doctor affiliation.
@@ -16533,6 +16653,7 @@ export declare const ServiceReviewsApiAxiosParamCreator: (configuration?: Config
16533
16653
  /**
16534
16654
  *
16535
16655
  * @summary Get all ServiceReviews.
16656
+ * @param {string} [id]
16536
16657
  * @param {string} [hospitalId]
16537
16658
  * @param {string} [serviceId]
16538
16659
  * @param {string} [serviceName]
@@ -16543,14 +16664,14 @@ export declare const ServiceReviewsApiAxiosParamCreator: (configuration?: Config
16543
16664
  * @param {number} [rate]
16544
16665
  * @param {ReviewType} [reviewType]
16545
16666
  * @param {string} [languageCode]
16546
- * @param {boolean} [returnDefaultValue]
16667
+ * @param {boolean} [showHidden]
16547
16668
  * @param {number} [page]
16548
16669
  * @param {number} [limit]
16549
16670
  * @param {Date} [lastRetrieved]
16550
16671
  * @param {*} [options] Override http request option.
16551
16672
  * @throws {RequiredError}
16552
16673
  */
16553
- apiV2ServicereviewsGet: (hospitalId?: string | undefined, serviceId?: string | undefined, serviceName?: string | undefined, patientId?: string | undefined, patientName?: string | undefined, gender?: Gender | undefined, recommended?: boolean | undefined, rate?: number | undefined, reviewType?: ReviewType | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
16674
+ apiV2ServicereviewsGet: (id?: string | undefined, hospitalId?: string | undefined, serviceId?: string | undefined, serviceName?: string | undefined, patientId?: string | undefined, patientName?: string | undefined, gender?: Gender | undefined, recommended?: boolean | undefined, rate?: number | undefined, reviewType?: ReviewType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
16554
16675
  /**
16555
16676
  *
16556
16677
  * @summary Create a ServiceReview.
@@ -16570,10 +16691,11 @@ export declare const ServiceReviewsApiAxiosParamCreator: (configuration?: Config
16570
16691
  /**
16571
16692
  *
16572
16693
  * @param {string} serviceReviewId
16694
+ * @param {string} [languageCode]
16573
16695
  * @param {*} [options] Override http request option.
16574
16696
  * @throws {RequiredError}
16575
16697
  */
16576
- apiV2ServicereviewsServiceReviewIdGet: (serviceReviewId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
16698
+ apiV2ServicereviewsServiceReviewIdGet: (serviceReviewId: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
16577
16699
  /**
16578
16700
  *
16579
16701
  * @summary Get all ServiceReviewMedias.
@@ -16642,6 +16764,7 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration | undef
16642
16764
  /**
16643
16765
  *
16644
16766
  * @summary Get all ServiceReviews.
16767
+ * @param {string} [id]
16645
16768
  * @param {string} [hospitalId]
16646
16769
  * @param {string} [serviceId]
16647
16770
  * @param {string} [serviceName]
@@ -16652,14 +16775,14 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration | undef
16652
16775
  * @param {number} [rate]
16653
16776
  * @param {ReviewType} [reviewType]
16654
16777
  * @param {string} [languageCode]
16655
- * @param {boolean} [returnDefaultValue]
16778
+ * @param {boolean} [showHidden]
16656
16779
  * @param {number} [page]
16657
16780
  * @param {number} [limit]
16658
16781
  * @param {Date} [lastRetrieved]
16659
16782
  * @param {*} [options] Override http request option.
16660
16783
  * @throws {RequiredError}
16661
16784
  */
16662
- apiV2ServicereviewsGet(hospitalId?: string | undefined, serviceId?: string | undefined, serviceName?: string | undefined, patientId?: string | undefined, patientName?: string | undefined, gender?: Gender | undefined, recommended?: boolean | undefined, rate?: number | undefined, reviewType?: ReviewType | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ServiceReviewsModel>>;
16785
+ apiV2ServicereviewsGet(id?: string | undefined, hospitalId?: string | undefined, serviceId?: string | undefined, serviceName?: string | undefined, patientId?: string | undefined, patientName?: string | undefined, gender?: Gender | undefined, recommended?: boolean | undefined, rate?: number | undefined, reviewType?: ReviewType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ServiceReviewsModel>>;
16663
16786
  /**
16664
16787
  *
16665
16788
  * @summary Create a ServiceReview.
@@ -16679,10 +16802,11 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration | undef
16679
16802
  /**
16680
16803
  *
16681
16804
  * @param {string} serviceReviewId
16805
+ * @param {string} [languageCode]
16682
16806
  * @param {*} [options] Override http request option.
16683
16807
  * @throws {RequiredError}
16684
16808
  */
16685
- apiV2ServicereviewsServiceReviewIdGet(serviceReviewId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ServiceReviewModel>>;
16809
+ apiV2ServicereviewsServiceReviewIdGet(serviceReviewId: string, languageCode?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ServiceReviewModel>>;
16686
16810
  /**
16687
16811
  *
16688
16812
  * @summary Get all ServiceReviewMedias.
@@ -16751,6 +16875,7 @@ export declare const ServiceReviewsApiFactory: (configuration?: Configuration |
16751
16875
  /**
16752
16876
  *
16753
16877
  * @summary Get all ServiceReviews.
16878
+ * @param {string} [id]
16754
16879
  * @param {string} [hospitalId]
16755
16880
  * @param {string} [serviceId]
16756
16881
  * @param {string} [serviceName]
@@ -16761,14 +16886,14 @@ export declare const ServiceReviewsApiFactory: (configuration?: Configuration |
16761
16886
  * @param {number} [rate]
16762
16887
  * @param {ReviewType} [reviewType]
16763
16888
  * @param {string} [languageCode]
16764
- * @param {boolean} [returnDefaultValue]
16889
+ * @param {boolean} [showHidden]
16765
16890
  * @param {number} [page]
16766
16891
  * @param {number} [limit]
16767
16892
  * @param {Date} [lastRetrieved]
16768
16893
  * @param {*} [options] Override http request option.
16769
16894
  * @throws {RequiredError}
16770
16895
  */
16771
- apiV2ServicereviewsGet(hospitalId?: string | undefined, serviceId?: string | undefined, serviceName?: string | undefined, patientId?: string | undefined, patientName?: string | undefined, gender?: Gender | undefined, recommended?: boolean | undefined, rate?: number | undefined, reviewType?: ReviewType | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<ServiceReviewsModel>;
16896
+ apiV2ServicereviewsGet(id?: string | undefined, hospitalId?: string | undefined, serviceId?: string | undefined, serviceName?: string | undefined, patientId?: string | undefined, patientName?: string | undefined, gender?: Gender | undefined, recommended?: boolean | undefined, rate?: number | undefined, reviewType?: ReviewType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<ServiceReviewsModel>;
16772
16897
  /**
16773
16898
  *
16774
16899
  * @summary Create a ServiceReview.
@@ -16788,10 +16913,11 @@ export declare const ServiceReviewsApiFactory: (configuration?: Configuration |
16788
16913
  /**
16789
16914
  *
16790
16915
  * @param {string} serviceReviewId
16916
+ * @param {string} [languageCode]
16791
16917
  * @param {*} [options] Override http request option.
16792
16918
  * @throws {RequiredError}
16793
16919
  */
16794
- apiV2ServicereviewsServiceReviewIdGet(serviceReviewId: string, options?: any): AxiosPromise<ServiceReviewModel>;
16920
+ apiV2ServicereviewsServiceReviewIdGet(serviceReviewId: string, languageCode?: string | undefined, options?: any): AxiosPromise<ServiceReviewModel>;
16795
16921
  /**
16796
16922
  *
16797
16923
  * @summary Get all ServiceReviewMedias.
@@ -16862,6 +16988,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
16862
16988
  /**
16863
16989
  *
16864
16990
  * @summary Get all ServiceReviews.
16991
+ * @param {string} [id]
16865
16992
  * @param {string} [hospitalId]
16866
16993
  * @param {string} [serviceId]
16867
16994
  * @param {string} [serviceName]
@@ -16872,7 +16999,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
16872
16999
  * @param {number} [rate]
16873
17000
  * @param {ReviewType} [reviewType]
16874
17001
  * @param {string} [languageCode]
16875
- * @param {boolean} [returnDefaultValue]
17002
+ * @param {boolean} [showHidden]
16876
17003
  * @param {number} [page]
16877
17004
  * @param {number} [limit]
16878
17005
  * @param {Date} [lastRetrieved]
@@ -16880,7 +17007,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
16880
17007
  * @throws {RequiredError}
16881
17008
  * @memberof ServiceReviewsApi
16882
17009
  */
16883
- apiV2ServicereviewsGet(hospitalId?: string, serviceId?: string, serviceName?: string, patientId?: string, patientName?: string, gender?: Gender, recommended?: boolean, rate?: number, reviewType?: ReviewType, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceReviewsModel, any>>;
17010
+ apiV2ServicereviewsGet(id?: string, hospitalId?: string, serviceId?: string, serviceName?: string, patientId?: string, patientName?: string, gender?: Gender, recommended?: boolean, rate?: number, reviewType?: ReviewType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceReviewsModel, any>>;
16884
17011
  /**
16885
17012
  *
16886
17013
  * @summary Create a ServiceReview.
@@ -16902,11 +17029,12 @@ export declare class ServiceReviewsApi extends BaseAPI {
16902
17029
  /**
16903
17030
  *
16904
17031
  * @param {string} serviceReviewId
17032
+ * @param {string} [languageCode]
16905
17033
  * @param {*} [options] Override http request option.
16906
17034
  * @throws {RequiredError}
16907
17035
  * @memberof ServiceReviewsApi
16908
17036
  */
16909
- apiV2ServicereviewsServiceReviewIdGet(serviceReviewId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceReviewModel, any>>;
17037
+ apiV2ServicereviewsServiceReviewIdGet(serviceReviewId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceReviewModel, any>>;
16910
17038
  /**
16911
17039
  *
16912
17040
  * @summary Get all ServiceReviewMedias.