ch-api-client-typescript2 3.4.9 → 3.5.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/src/api.ts CHANGED
@@ -3001,7 +3001,19 @@ export interface CreateServiceReviewCommand {
3001
3001
  * @type {string}
3002
3002
  * @memberof CreateServiceReviewCommand
3003
3003
  */
3004
- 'body'?: string | null;
3004
+ 'name'?: string | null;
3005
+ /**
3006
+ *
3007
+ * @type {string}
3008
+ * @memberof CreateServiceReviewCommand
3009
+ */
3010
+ 'description'?: string | null;
3011
+ /**
3012
+ *
3013
+ * @type {string}
3014
+ * @memberof CreateServiceReviewCommand
3015
+ */
3016
+ 'content'?: string | null;
3005
3017
  /**
3006
3018
  *
3007
3019
  * @type {boolean}
@@ -7938,55 +7950,55 @@ export interface ServiceReviewItemModel {
7938
7950
  * @type {string}
7939
7951
  * @memberof ServiceReviewItemModel
7940
7952
  */
7941
- 'serviceId'?: string;
7953
+ 'languageCode'?: string | null;
7942
7954
  /**
7943
7955
  *
7944
7956
  * @type {string}
7945
7957
  * @memberof ServiceReviewItemModel
7946
7958
  */
7947
- 'serviceName'?: string | null;
7959
+ 'name'?: string | null;
7948
7960
  /**
7949
7961
  *
7950
7962
  * @type {string}
7951
7963
  * @memberof ServiceReviewItemModel
7952
7964
  */
7953
- 'patientId'?: string | null;
7965
+ 'slug'?: string | null;
7954
7966
  /**
7955
7967
  *
7956
- * @type {string}
7968
+ * @type {boolean}
7957
7969
  * @memberof ServiceReviewItemModel
7958
7970
  */
7959
- 'patientName'?: string | null;
7971
+ 'confirmed'?: boolean;
7960
7972
  /**
7961
7973
  *
7962
- * @type {Gender}
7974
+ * @type {string}
7963
7975
  * @memberof ServiceReviewItemModel
7964
7976
  */
7965
- 'patientGender'?: Gender;
7977
+ 'serviceId'?: string;
7966
7978
  /**
7967
7979
  *
7968
7980
  * @type {string}
7969
7981
  * @memberof ServiceReviewItemModel
7970
7982
  */
7971
- 'patientPhoto'?: string | null;
7983
+ 'serviceName'?: string | null;
7972
7984
  /**
7973
7985
  *
7974
7986
  * @type {string}
7975
7987
  * @memberof ServiceReviewItemModel
7976
7988
  */
7977
- 'patientPhotoThumbnail'?: string | null;
7989
+ 'serviceSlug'?: string | null;
7978
7990
  /**
7979
7991
  *
7980
- * @type {Date}
7992
+ * @type {string}
7981
7993
  * @memberof ServiceReviewItemModel
7982
7994
  */
7983
- 'patientCreatedDate'?: Date | null;
7995
+ 'patientId'?: string | null;
7984
7996
  /**
7985
7997
  *
7986
7998
  * @type {string}
7987
7999
  * @memberof ServiceReviewItemModel
7988
8000
  */
7989
- 'body'?: string | null;
8001
+ 'patientName'?: string | null;
7990
8002
  /**
7991
8003
  *
7992
8004
  * @type {boolean}
@@ -8005,12 +8017,6 @@ export interface ServiceReviewItemModel {
8005
8017
  * @memberof ServiceReviewItemModel
8006
8018
  */
8007
8019
  'reviewType'?: ReviewType;
8008
- /**
8009
- *
8010
- * @type {boolean}
8011
- * @memberof ServiceReviewItemModel
8012
- */
8013
- 'confirmed'?: boolean;
8014
8020
  /**
8015
8021
  *
8016
8022
  * @type {Array<MediaModel>}
@@ -8041,55 +8047,55 @@ export interface ServiceReviewModel {
8041
8047
  * @type {string}
8042
8048
  * @memberof ServiceReviewModel
8043
8049
  */
8044
- 'serviceId'?: string;
8050
+ 'languageCode'?: string | null;
8045
8051
  /**
8046
8052
  *
8047
8053
  * @type {string}
8048
8054
  * @memberof ServiceReviewModel
8049
8055
  */
8050
- 'serviceName'?: string | null;
8056
+ 'name'?: string | null;
8051
8057
  /**
8052
8058
  *
8053
8059
  * @type {string}
8054
8060
  * @memberof ServiceReviewModel
8055
8061
  */
8056
- 'patientId'?: string | null;
8062
+ 'slug'?: string | null;
8057
8063
  /**
8058
8064
  *
8059
- * @type {string}
8065
+ * @type {boolean}
8060
8066
  * @memberof ServiceReviewModel
8061
8067
  */
8062
- 'patientName'?: string | null;
8068
+ 'confirmed'?: boolean;
8063
8069
  /**
8064
8070
  *
8065
- * @type {Gender}
8071
+ * @type {string}
8066
8072
  * @memberof ServiceReviewModel
8067
8073
  */
8068
- 'patientGender'?: Gender;
8074
+ 'serviceId'?: string;
8069
8075
  /**
8070
8076
  *
8071
8077
  * @type {string}
8072
8078
  * @memberof ServiceReviewModel
8073
8079
  */
8074
- 'patientPhoto'?: string | null;
8080
+ 'serviceName'?: string | null;
8075
8081
  /**
8076
8082
  *
8077
8083
  * @type {string}
8078
8084
  * @memberof ServiceReviewModel
8079
8085
  */
8080
- 'patientPhotoThumbnail'?: string | null;
8086
+ 'serviceSlug'?: string | null;
8081
8087
  /**
8082
8088
  *
8083
- * @type {Date}
8089
+ * @type {string}
8084
8090
  * @memberof ServiceReviewModel
8085
8091
  */
8086
- 'patientCreatedDate'?: Date | null;
8092
+ 'patientId'?: string | null;
8087
8093
  /**
8088
8094
  *
8089
8095
  * @type {string}
8090
8096
  * @memberof ServiceReviewModel
8091
8097
  */
8092
- 'body'?: string | null;
8098
+ 'patientName'?: string | null;
8093
8099
  /**
8094
8100
  *
8095
8101
  * @type {boolean}
@@ -8108,12 +8114,6 @@ export interface ServiceReviewModel {
8108
8114
  * @memberof ServiceReviewModel
8109
8115
  */
8110
8116
  'reviewType'?: ReviewType;
8111
- /**
8112
- *
8113
- * @type {boolean}
8114
- * @memberof ServiceReviewModel
8115
- */
8116
- 'confirmed'?: boolean;
8117
8117
  /**
8118
8118
  *
8119
8119
  * @type {Array<MediaModel>}
@@ -8126,6 +8126,24 @@ export interface ServiceReviewModel {
8126
8126
  * @memberof ServiceReviewModel
8127
8127
  */
8128
8128
  'auditableEntity'?: AuditableEntity;
8129
+ /**
8130
+ *
8131
+ * @type {string}
8132
+ * @memberof ServiceReviewModel
8133
+ */
8134
+ 'description'?: string | null;
8135
+ /**
8136
+ *
8137
+ * @type {string}
8138
+ * @memberof ServiceReviewModel
8139
+ */
8140
+ 'overview'?: string | null;
8141
+ /**
8142
+ *
8143
+ * @type {string}
8144
+ * @memberof ServiceReviewModel
8145
+ */
8146
+ 'content'?: string | null;
8129
8147
  }
8130
8148
  /**
8131
8149
  *
@@ -9184,25 +9202,43 @@ export interface UpdateServiceReviewCommand {
9184
9202
  * @type {string}
9185
9203
  * @memberof UpdateServiceReviewCommand
9186
9204
  */
9187
- 'body'?: string | null;
9205
+ 'name'?: string | null;
9188
9206
  /**
9189
9207
  *
9190
- * @type {boolean}
9208
+ * @type {string}
9191
9209
  * @memberof UpdateServiceReviewCommand
9192
9210
  */
9193
- 'recommended'?: boolean | null;
9211
+ 'slug'?: string | null;
9194
9212
  /**
9195
9213
  *
9196
- * @type {number}
9214
+ * @type {string}
9197
9215
  * @memberof UpdateServiceReviewCommand
9198
9216
  */
9199
- 'rate'?: number | null;
9217
+ 'description'?: string | null;
9218
+ /**
9219
+ *
9220
+ * @type {string}
9221
+ * @memberof UpdateServiceReviewCommand
9222
+ */
9223
+ 'content'?: string | null;
9200
9224
  /**
9201
9225
  *
9202
9226
  * @type {string}
9203
9227
  * @memberof UpdateServiceReviewCommand
9204
9228
  */
9205
9229
  'languageCode'?: string | null;
9230
+ /**
9231
+ *
9232
+ * @type {boolean}
9233
+ * @memberof UpdateServiceReviewCommand
9234
+ */
9235
+ 'recommended'?: boolean | null;
9236
+ /**
9237
+ *
9238
+ * @type {number}
9239
+ * @memberof UpdateServiceReviewCommand
9240
+ */
9241
+ 'rate'?: number | null;
9206
9242
  /**
9207
9243
  *
9208
9244
  * @type {boolean}
@@ -15561,7 +15597,7 @@ export const DoctorsApiAxiosParamCreator = function (configuration?: Configurati
15561
15597
  },
15562
15598
  /**
15563
15599
  *
15564
- * @summary Delete DoctorCertificate.
15600
+ * @summary Get All DoctorCertificate.
15565
15601
  * @param {string} doctorId
15566
15602
  * @param {string} [doctorName]
15567
15603
  * @param {string} [certificateId]
@@ -16455,7 +16491,7 @@ export const DoctorsApiFp = function(configuration?: Configuration) {
16455
16491
  },
16456
16492
  /**
16457
16493
  *
16458
- * @summary Delete DoctorCertificate.
16494
+ * @summary Get All DoctorCertificate.
16459
16495
  * @param {string} doctorId
16460
16496
  * @param {string} [doctorName]
16461
16497
  * @param {string} [certificateId]
@@ -16703,7 +16739,7 @@ export const DoctorsApiFactory = function (configuration?: Configuration, basePa
16703
16739
  },
16704
16740
  /**
16705
16741
  *
16706
- * @summary Delete DoctorCertificate.
16742
+ * @summary Get All DoctorCertificate.
16707
16743
  * @param {string} doctorId
16708
16744
  * @param {string} [doctorName]
16709
16745
  * @param {string} [certificateId]
@@ -16939,7 +16975,7 @@ export class DoctorsApi extends BaseAPI {
16939
16975
 
16940
16976
  /**
16941
16977
  *
16942
- * @summary Delete DoctorCertificate.
16978
+ * @summary Get All DoctorCertificate.
16943
16979
  * @param {string} doctorId
16944
16980
  * @param {string} [doctorName]
16945
16981
  * @param {string} [certificateId]
@@ -23734,7 +23770,7 @@ export const ServiceReviewsApiAxiosParamCreator = function (configuration?: Conf
23734
23770
  /**
23735
23771
  *
23736
23772
  * @summary Get all ServiceReviews.
23737
- * @param {string} [hospitalId]
23773
+ * @param {string} [id]
23738
23774
  * @param {string} [serviceId]
23739
23775
  * @param {string} [serviceName]
23740
23776
  * @param {string} [patientId]
@@ -23744,14 +23780,14 @@ export const ServiceReviewsApiAxiosParamCreator = function (configuration?: Conf
23744
23780
  * @param {number} [rate]
23745
23781
  * @param {ReviewType} [reviewType]
23746
23782
  * @param {string} [languageCode]
23747
- * @param {boolean} [returnDefaultValue]
23783
+ * @param {boolean} [showHidden]
23748
23784
  * @param {number} [page]
23749
23785
  * @param {number} [limit]
23750
23786
  * @param {Date} [lastRetrieved]
23751
23787
  * @param {*} [options] Override http request option.
23752
23788
  * @throws {RequiredError}
23753
23789
  */
23754
- apiV2ServicereviewsGet: async (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<RequestArgs> => {
23790
+ apiV2ServicereviewsGet: async (id?: 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<RequestArgs> => {
23755
23791
  const localVarPath = `/api/v2/servicereviews`;
23756
23792
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
23757
23793
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -23764,8 +23800,8 @@ export const ServiceReviewsApiAxiosParamCreator = function (configuration?: Conf
23764
23800
  const localVarHeaderParameter = {} as any;
23765
23801
  const localVarQueryParameter = {} as any;
23766
23802
 
23767
- if (hospitalId !== undefined) {
23768
- localVarQueryParameter['HospitalId'] = hospitalId;
23803
+ if (id !== undefined) {
23804
+ localVarQueryParameter['Id'] = id;
23769
23805
  }
23770
23806
 
23771
23807
  if (serviceId !== undefined) {
@@ -23804,8 +23840,8 @@ export const ServiceReviewsApiAxiosParamCreator = function (configuration?: Conf
23804
23840
  localVarQueryParameter['LanguageCode'] = languageCode;
23805
23841
  }
23806
23842
 
23807
- if (returnDefaultValue !== undefined) {
23808
- localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
23843
+ if (showHidden !== undefined) {
23844
+ localVarQueryParameter['ShowHidden'] = showHidden;
23809
23845
  }
23810
23846
 
23811
23847
  if (page !== undefined) {
@@ -23912,10 +23948,11 @@ export const ServiceReviewsApiAxiosParamCreator = function (configuration?: Conf
23912
23948
  /**
23913
23949
  *
23914
23950
  * @param {string} serviceReviewId
23951
+ * @param {string} [languageCode]
23915
23952
  * @param {*} [options] Override http request option.
23916
23953
  * @throws {RequiredError}
23917
23954
  */
23918
- apiV2ServicereviewsServiceReviewIdGet: async (serviceReviewId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
23955
+ apiV2ServicereviewsServiceReviewIdGet: async (serviceReviewId: string, languageCode?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
23919
23956
  // verify required parameter 'serviceReviewId' is not null or undefined
23920
23957
  assertParamExists('apiV2ServicereviewsServiceReviewIdGet', 'serviceReviewId', serviceReviewId)
23921
23958
  const localVarPath = `/api/v2/servicereviews/{serviceReviewId}`
@@ -23931,6 +23968,10 @@ export const ServiceReviewsApiAxiosParamCreator = function (configuration?: Conf
23931
23968
  const localVarHeaderParameter = {} as any;
23932
23969
  const localVarQueryParameter = {} as any;
23933
23970
 
23971
+ if (languageCode !== undefined) {
23972
+ localVarQueryParameter['languageCode'] = languageCode;
23973
+ }
23974
+
23934
23975
 
23935
23976
 
23936
23977
  setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -24226,7 +24267,7 @@ export const ServiceReviewsApiFp = function(configuration?: Configuration) {
24226
24267
  /**
24227
24268
  *
24228
24269
  * @summary Get all ServiceReviews.
24229
- * @param {string} [hospitalId]
24270
+ * @param {string} [id]
24230
24271
  * @param {string} [serviceId]
24231
24272
  * @param {string} [serviceName]
24232
24273
  * @param {string} [patientId]
@@ -24236,15 +24277,15 @@ export const ServiceReviewsApiFp = function(configuration?: Configuration) {
24236
24277
  * @param {number} [rate]
24237
24278
  * @param {ReviewType} [reviewType]
24238
24279
  * @param {string} [languageCode]
24239
- * @param {boolean} [returnDefaultValue]
24280
+ * @param {boolean} [showHidden]
24240
24281
  * @param {number} [page]
24241
24282
  * @param {number} [limit]
24242
24283
  * @param {Date} [lastRetrieved]
24243
24284
  * @param {*} [options] Override http request option.
24244
24285
  * @throws {RequiredError}
24245
24286
  */
24246
- async 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<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceReviewsModel>> {
24247
- const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2ServicereviewsGet(hospitalId, serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, returnDefaultValue, page, limit, lastRetrieved, options);
24287
+ async apiV2ServicereviewsGet(id?: 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<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceReviewsModel>> {
24288
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2ServicereviewsGet(id, serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, showHidden, page, limit, lastRetrieved, options);
24248
24289
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
24249
24290
  },
24250
24291
  /**
@@ -24272,11 +24313,12 @@ export const ServiceReviewsApiFp = function(configuration?: Configuration) {
24272
24313
  /**
24273
24314
  *
24274
24315
  * @param {string} serviceReviewId
24316
+ * @param {string} [languageCode]
24275
24317
  * @param {*} [options] Override http request option.
24276
24318
  * @throws {RequiredError}
24277
24319
  */
24278
- async apiV2ServicereviewsServiceReviewIdGet(serviceReviewId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceReviewModel>> {
24279
- const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2ServicereviewsServiceReviewIdGet(serviceReviewId, options);
24320
+ async apiV2ServicereviewsServiceReviewIdGet(serviceReviewId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceReviewModel>> {
24321
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2ServicereviewsServiceReviewIdGet(serviceReviewId, languageCode, options);
24280
24322
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
24281
24323
  },
24282
24324
  /**
@@ -24369,7 +24411,7 @@ export const ServiceReviewsApiFactory = function (configuration?: Configuration,
24369
24411
  /**
24370
24412
  *
24371
24413
  * @summary Get all ServiceReviews.
24372
- * @param {string} [hospitalId]
24414
+ * @param {string} [id]
24373
24415
  * @param {string} [serviceId]
24374
24416
  * @param {string} [serviceName]
24375
24417
  * @param {string} [patientId]
@@ -24379,15 +24421,15 @@ export const ServiceReviewsApiFactory = function (configuration?: Configuration,
24379
24421
  * @param {number} [rate]
24380
24422
  * @param {ReviewType} [reviewType]
24381
24423
  * @param {string} [languageCode]
24382
- * @param {boolean} [returnDefaultValue]
24424
+ * @param {boolean} [showHidden]
24383
24425
  * @param {number} [page]
24384
24426
  * @param {number} [limit]
24385
24427
  * @param {Date} [lastRetrieved]
24386
24428
  * @param {*} [options] Override http request option.
24387
24429
  * @throws {RequiredError}
24388
24430
  */
24389
- 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?: any): AxiosPromise<ServiceReviewsModel> {
24390
- return localVarFp.apiV2ServicereviewsGet(hospitalId, serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
24431
+ apiV2ServicereviewsGet(id?: 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?: any): AxiosPromise<ServiceReviewsModel> {
24432
+ return localVarFp.apiV2ServicereviewsGet(id, serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
24391
24433
  },
24392
24434
  /**
24393
24435
  *
@@ -24412,11 +24454,12 @@ export const ServiceReviewsApiFactory = function (configuration?: Configuration,
24412
24454
  /**
24413
24455
  *
24414
24456
  * @param {string} serviceReviewId
24457
+ * @param {string} [languageCode]
24415
24458
  * @param {*} [options] Override http request option.
24416
24459
  * @throws {RequiredError}
24417
24460
  */
24418
- apiV2ServicereviewsServiceReviewIdGet(serviceReviewId: string, options?: any): AxiosPromise<ServiceReviewModel> {
24419
- return localVarFp.apiV2ServicereviewsServiceReviewIdGet(serviceReviewId, options).then((request) => request(axios, basePath));
24461
+ apiV2ServicereviewsServiceReviewIdGet(serviceReviewId: string, languageCode?: string, options?: any): AxiosPromise<ServiceReviewModel> {
24462
+ return localVarFp.apiV2ServicereviewsServiceReviewIdGet(serviceReviewId, languageCode, options).then((request) => request(axios, basePath));
24420
24463
  },
24421
24464
  /**
24422
24465
  *
@@ -24502,7 +24545,7 @@ export class ServiceReviewsApi extends BaseAPI {
24502
24545
  /**
24503
24546
  *
24504
24547
  * @summary Get all ServiceReviews.
24505
- * @param {string} [hospitalId]
24548
+ * @param {string} [id]
24506
24549
  * @param {string} [serviceId]
24507
24550
  * @param {string} [serviceName]
24508
24551
  * @param {string} [patientId]
@@ -24512,7 +24555,7 @@ export class ServiceReviewsApi extends BaseAPI {
24512
24555
  * @param {number} [rate]
24513
24556
  * @param {ReviewType} [reviewType]
24514
24557
  * @param {string} [languageCode]
24515
- * @param {boolean} [returnDefaultValue]
24558
+ * @param {boolean} [showHidden]
24516
24559
  * @param {number} [page]
24517
24560
  * @param {number} [limit]
24518
24561
  * @param {Date} [lastRetrieved]
@@ -24520,8 +24563,8 @@ export class ServiceReviewsApi extends BaseAPI {
24520
24563
  * @throws {RequiredError}
24521
24564
  * @memberof ServiceReviewsApi
24522
24565
  */
24523
- public 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) {
24524
- return ServiceReviewsApiFp(this.configuration).apiV2ServicereviewsGet(hospitalId, serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
24566
+ public apiV2ServicereviewsGet(id?: 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) {
24567
+ return ServiceReviewsApiFp(this.configuration).apiV2ServicereviewsGet(id, serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
24525
24568
  }
24526
24569
 
24527
24570
  /**
@@ -24551,12 +24594,13 @@ export class ServiceReviewsApi extends BaseAPI {
24551
24594
  /**
24552
24595
  *
24553
24596
  * @param {string} serviceReviewId
24597
+ * @param {string} [languageCode]
24554
24598
  * @param {*} [options] Override http request option.
24555
24599
  * @throws {RequiredError}
24556
24600
  * @memberof ServiceReviewsApi
24557
24601
  */
24558
- public apiV2ServicereviewsServiceReviewIdGet(serviceReviewId: string, options?: AxiosRequestConfig) {
24559
- return ServiceReviewsApiFp(this.configuration).apiV2ServicereviewsServiceReviewIdGet(serviceReviewId, options).then((request) => request(this.axios, this.basePath));
24602
+ public apiV2ServicereviewsServiceReviewIdGet(serviceReviewId: string, languageCode?: string, options?: AxiosRequestConfig) {
24603
+ return ServiceReviewsApiFp(this.configuration).apiV2ServicereviewsServiceReviewIdGet(serviceReviewId, languageCode, options).then((request) => request(this.axios, this.basePath));
24560
24604
  }
24561
24605
 
24562
24606
  /**