ch-admin-api-client-typescript 2.7.1 → 2.7.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 +67 -73
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +117 -117
- package/package.json +1 -1
- package/src/api.ts +120 -126
package/package.json
CHANGED
package/src/api.ts
CHANGED
|
@@ -3865,18 +3865,6 @@ export interface CreateHospitalEquipmentCommand {
|
|
|
3865
3865
|
* @memberof CreateHospitalEquipmentCommand
|
|
3866
3866
|
*/
|
|
3867
3867
|
'description'?: string | null;
|
|
3868
|
-
/**
|
|
3869
|
-
*
|
|
3870
|
-
* @type {Array<MediaModel>}
|
|
3871
|
-
* @memberof CreateHospitalEquipmentCommand
|
|
3872
|
-
*/
|
|
3873
|
-
'medias'?: Array<MediaModel> | null;
|
|
3874
|
-
/**
|
|
3875
|
-
*
|
|
3876
|
-
* @type {AuditableEntity}
|
|
3877
|
-
* @memberof CreateHospitalEquipmentCommand
|
|
3878
|
-
*/
|
|
3879
|
-
'auditableEntity'?: AuditableEntity;
|
|
3880
3868
|
}
|
|
3881
3869
|
/**
|
|
3882
3870
|
*
|
|
@@ -4345,6 +4333,12 @@ export interface CreateServiceReviewCommand {
|
|
|
4345
4333
|
* @memberof CreateServiceReviewCommand
|
|
4346
4334
|
*/
|
|
4347
4335
|
'rate'?: number;
|
|
4336
|
+
/**
|
|
4337
|
+
*
|
|
4338
|
+
* @type {ReviewType}
|
|
4339
|
+
* @memberof CreateServiceReviewCommand
|
|
4340
|
+
*/
|
|
4341
|
+
'reviewType'?: ReviewType;
|
|
4348
4342
|
}
|
|
4349
4343
|
/**
|
|
4350
4344
|
*
|
|
@@ -9145,7 +9139,7 @@ export interface ServiceReviewItemModel {
|
|
|
9145
9139
|
* @type {string}
|
|
9146
9140
|
* @memberof ServiceReviewItemModel
|
|
9147
9141
|
*/
|
|
9148
|
-
'patientId'?: string;
|
|
9142
|
+
'patientId'?: string | null;
|
|
9149
9143
|
/**
|
|
9150
9144
|
*
|
|
9151
9145
|
* @type {string}
|
|
@@ -9212,7 +9206,7 @@ export interface ServiceReviewModel {
|
|
|
9212
9206
|
* @type {string}
|
|
9213
9207
|
* @memberof ServiceReviewModel
|
|
9214
9208
|
*/
|
|
9215
|
-
'patientId'?: string;
|
|
9209
|
+
'patientId'?: string | null;
|
|
9216
9210
|
/**
|
|
9217
9211
|
*
|
|
9218
9212
|
* @type {string}
|
|
@@ -34566,10 +34560,10 @@ export class ProfilesApi extends BaseAPI {
|
|
|
34566
34560
|
|
|
34567
34561
|
|
|
34568
34562
|
/**
|
|
34569
|
-
*
|
|
34563
|
+
* ServiceReviewsApi - axios parameter creator
|
|
34570
34564
|
* @export
|
|
34571
34565
|
*/
|
|
34572
|
-
export const
|
|
34566
|
+
export const ServiceReviewsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
34573
34567
|
return {
|
|
34574
34568
|
/**
|
|
34575
34569
|
*
|
|
@@ -34587,8 +34581,8 @@ export const ServiceReviewApiAxiosParamCreator = function (configuration?: Confi
|
|
|
34587
34581
|
* @param {*} [options] Override http request option.
|
|
34588
34582
|
* @throws {RequiredError}
|
|
34589
34583
|
*/
|
|
34590
|
-
|
|
34591
|
-
const localVarPath = `/api/v1/
|
|
34584
|
+
apiV1ServicereviewsGet: async (serviceId?: string, serviceName?: string, patientId?: string, patientName?: string, recommended?: boolean, rate?: number, reviewType?: ReviewType, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
34585
|
+
const localVarPath = `/api/v1/servicereviews`;
|
|
34592
34586
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
34593
34587
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
34594
34588
|
let baseOptions;
|
|
@@ -34664,8 +34658,8 @@ export const ServiceReviewApiAxiosParamCreator = function (configuration?: Confi
|
|
|
34664
34658
|
* @param {*} [options] Override http request option.
|
|
34665
34659
|
* @throws {RequiredError}
|
|
34666
34660
|
*/
|
|
34667
|
-
|
|
34668
|
-
const localVarPath = `/api/v1/
|
|
34661
|
+
apiV1ServicereviewsPost: async (createServiceReviewCommand?: CreateServiceReviewCommand, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
34662
|
+
const localVarPath = `/api/v1/servicereviews`;
|
|
34669
34663
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
34670
34664
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
34671
34665
|
let baseOptions;
|
|
@@ -34702,10 +34696,10 @@ export const ServiceReviewApiAxiosParamCreator = function (configuration?: Confi
|
|
|
34702
34696
|
* @param {*} [options] Override http request option.
|
|
34703
34697
|
* @throws {RequiredError}
|
|
34704
34698
|
*/
|
|
34705
|
-
|
|
34699
|
+
apiV1ServicereviewsServiceReviewIdDelete: async (serviceReviewId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
34706
34700
|
// verify required parameter 'serviceReviewId' is not null or undefined
|
|
34707
|
-
assertParamExists('
|
|
34708
|
-
const localVarPath = `/api/v1/
|
|
34701
|
+
assertParamExists('apiV1ServicereviewsServiceReviewIdDelete', 'serviceReviewId', serviceReviewId)
|
|
34702
|
+
const localVarPath = `/api/v1/servicereviews/{serviceReviewId}`
|
|
34709
34703
|
.replace(`{${"serviceReviewId"}}`, encodeURIComponent(String(serviceReviewId)));
|
|
34710
34704
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
34711
34705
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -34739,10 +34733,10 @@ export const ServiceReviewApiAxiosParamCreator = function (configuration?: Confi
|
|
|
34739
34733
|
* @param {*} [options] Override http request option.
|
|
34740
34734
|
* @throws {RequiredError}
|
|
34741
34735
|
*/
|
|
34742
|
-
|
|
34736
|
+
apiV1ServicereviewsServiceReviewIdGet: async (serviceReviewId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
34743
34737
|
// verify required parameter 'serviceReviewId' is not null or undefined
|
|
34744
|
-
assertParamExists('
|
|
34745
|
-
const localVarPath = `/api/v1/
|
|
34738
|
+
assertParamExists('apiV1ServicereviewsServiceReviewIdGet', 'serviceReviewId', serviceReviewId)
|
|
34739
|
+
const localVarPath = `/api/v1/servicereviews/{serviceReviewId}`
|
|
34746
34740
|
.replace(`{${"serviceReviewId"}}`, encodeURIComponent(String(serviceReviewId)));
|
|
34747
34741
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
34748
34742
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -34782,10 +34776,10 @@ export const ServiceReviewApiAxiosParamCreator = function (configuration?: Confi
|
|
|
34782
34776
|
* @param {*} [options] Override http request option.
|
|
34783
34777
|
* @throws {RequiredError}
|
|
34784
34778
|
*/
|
|
34785
|
-
|
|
34779
|
+
apiV1ServicereviewsServiceReviewIdMediasGet: async (serviceReviewId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
34786
34780
|
// verify required parameter 'serviceReviewId' is not null or undefined
|
|
34787
|
-
assertParamExists('
|
|
34788
|
-
const localVarPath = `/api/v1/
|
|
34781
|
+
assertParamExists('apiV1ServicereviewsServiceReviewIdMediasGet', 'serviceReviewId', serviceReviewId)
|
|
34782
|
+
const localVarPath = `/api/v1/servicereviews/{serviceReviewId}/medias`
|
|
34789
34783
|
.replace(`{${"serviceReviewId"}}`, encodeURIComponent(String(serviceReviewId)));
|
|
34790
34784
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
34791
34785
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -34843,12 +34837,12 @@ export const ServiceReviewApiAxiosParamCreator = function (configuration?: Confi
|
|
|
34843
34837
|
* @param {*} [options] Override http request option.
|
|
34844
34838
|
* @throws {RequiredError}
|
|
34845
34839
|
*/
|
|
34846
|
-
|
|
34840
|
+
apiV1ServicereviewsServiceReviewIdMediasMediaIdDelete: async (serviceReviewId: string, mediaId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
34847
34841
|
// verify required parameter 'serviceReviewId' is not null or undefined
|
|
34848
|
-
assertParamExists('
|
|
34842
|
+
assertParamExists('apiV1ServicereviewsServiceReviewIdMediasMediaIdDelete', 'serviceReviewId', serviceReviewId)
|
|
34849
34843
|
// verify required parameter 'mediaId' is not null or undefined
|
|
34850
|
-
assertParamExists('
|
|
34851
|
-
const localVarPath = `/api/v1/
|
|
34844
|
+
assertParamExists('apiV1ServicereviewsServiceReviewIdMediasMediaIdDelete', 'mediaId', mediaId)
|
|
34845
|
+
const localVarPath = `/api/v1/servicereviews/{serviceReviewId}/medias/{mediaId}`
|
|
34852
34846
|
.replace(`{${"serviceReviewId"}}`, encodeURIComponent(String(serviceReviewId)))
|
|
34853
34847
|
.replace(`{${"mediaId"}}`, encodeURIComponent(String(mediaId)));
|
|
34854
34848
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -34885,12 +34879,12 @@ export const ServiceReviewApiAxiosParamCreator = function (configuration?: Confi
|
|
|
34885
34879
|
* @param {*} [options] Override http request option.
|
|
34886
34880
|
* @throws {RequiredError}
|
|
34887
34881
|
*/
|
|
34888
|
-
|
|
34882
|
+
apiV1ServicereviewsServiceReviewIdMediasMediaIdGet: async (serviceReviewId: string, mediaId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
34889
34883
|
// verify required parameter 'serviceReviewId' is not null or undefined
|
|
34890
|
-
assertParamExists('
|
|
34884
|
+
assertParamExists('apiV1ServicereviewsServiceReviewIdMediasMediaIdGet', 'serviceReviewId', serviceReviewId)
|
|
34891
34885
|
// verify required parameter 'mediaId' is not null or undefined
|
|
34892
|
-
assertParamExists('
|
|
34893
|
-
const localVarPath = `/api/v1/
|
|
34886
|
+
assertParamExists('apiV1ServicereviewsServiceReviewIdMediasMediaIdGet', 'mediaId', mediaId)
|
|
34887
|
+
const localVarPath = `/api/v1/servicereviews/{serviceReviewId}/medias/{mediaId}`
|
|
34894
34888
|
.replace(`{${"serviceReviewId"}}`, encodeURIComponent(String(serviceReviewId)))
|
|
34895
34889
|
.replace(`{${"mediaId"}}`, encodeURIComponent(String(mediaId)));
|
|
34896
34890
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -34928,12 +34922,12 @@ export const ServiceReviewApiAxiosParamCreator = function (configuration?: Confi
|
|
|
34928
34922
|
* @param {*} [options] Override http request option.
|
|
34929
34923
|
* @throws {RequiredError}
|
|
34930
34924
|
*/
|
|
34931
|
-
|
|
34925
|
+
apiV1ServicereviewsServiceReviewIdMediasMediaIdPut: async (serviceReviewId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
34932
34926
|
// verify required parameter 'serviceReviewId' is not null or undefined
|
|
34933
|
-
assertParamExists('
|
|
34927
|
+
assertParamExists('apiV1ServicereviewsServiceReviewIdMediasMediaIdPut', 'serviceReviewId', serviceReviewId)
|
|
34934
34928
|
// verify required parameter 'mediaId' is not null or undefined
|
|
34935
|
-
assertParamExists('
|
|
34936
|
-
const localVarPath = `/api/v1/
|
|
34929
|
+
assertParamExists('apiV1ServicereviewsServiceReviewIdMediasMediaIdPut', 'mediaId', mediaId)
|
|
34930
|
+
const localVarPath = `/api/v1/servicereviews/{serviceReviewId}/medias/{mediaId}`
|
|
34937
34931
|
.replace(`{${"serviceReviewId"}}`, encodeURIComponent(String(serviceReviewId)))
|
|
34938
34932
|
.replace(`{${"mediaId"}}`, encodeURIComponent(String(mediaId)));
|
|
34939
34933
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -34973,10 +34967,10 @@ export const ServiceReviewApiAxiosParamCreator = function (configuration?: Confi
|
|
|
34973
34967
|
* @param {*} [options] Override http request option.
|
|
34974
34968
|
* @throws {RequiredError}
|
|
34975
34969
|
*/
|
|
34976
|
-
|
|
34970
|
+
apiV1ServicereviewsServiceReviewIdMediasPost: async (serviceReviewId: string, createMediaCommand?: CreateMediaCommand, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
34977
34971
|
// verify required parameter 'serviceReviewId' is not null or undefined
|
|
34978
|
-
assertParamExists('
|
|
34979
|
-
const localVarPath = `/api/v1/
|
|
34972
|
+
assertParamExists('apiV1ServicereviewsServiceReviewIdMediasPost', 'serviceReviewId', serviceReviewId)
|
|
34973
|
+
const localVarPath = `/api/v1/servicereviews/{serviceReviewId}/medias`
|
|
34980
34974
|
.replace(`{${"serviceReviewId"}}`, encodeURIComponent(String(serviceReviewId)));
|
|
34981
34975
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
34982
34976
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -35015,10 +35009,10 @@ export const ServiceReviewApiAxiosParamCreator = function (configuration?: Confi
|
|
|
35015
35009
|
* @param {*} [options] Override http request option.
|
|
35016
35010
|
* @throws {RequiredError}
|
|
35017
35011
|
*/
|
|
35018
|
-
|
|
35012
|
+
apiV1ServicereviewsServiceReviewIdPut: async (serviceReviewId: string, updateServiceReviewCommand?: UpdateServiceReviewCommand, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
35019
35013
|
// verify required parameter 'serviceReviewId' is not null or undefined
|
|
35020
|
-
assertParamExists('
|
|
35021
|
-
const localVarPath = `/api/v1/
|
|
35014
|
+
assertParamExists('apiV1ServicereviewsServiceReviewIdPut', 'serviceReviewId', serviceReviewId)
|
|
35015
|
+
const localVarPath = `/api/v1/servicereviews/{serviceReviewId}`
|
|
35022
35016
|
.replace(`{${"serviceReviewId"}}`, encodeURIComponent(String(serviceReviewId)));
|
|
35023
35017
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
35024
35018
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -35053,11 +35047,11 @@ export const ServiceReviewApiAxiosParamCreator = function (configuration?: Confi
|
|
|
35053
35047
|
};
|
|
35054
35048
|
|
|
35055
35049
|
/**
|
|
35056
|
-
*
|
|
35050
|
+
* ServiceReviewsApi - functional programming interface
|
|
35057
35051
|
* @export
|
|
35058
35052
|
*/
|
|
35059
|
-
export const
|
|
35060
|
-
const localVarAxiosParamCreator =
|
|
35053
|
+
export const ServiceReviewsApiFp = function(configuration?: Configuration) {
|
|
35054
|
+
const localVarAxiosParamCreator = ServiceReviewsApiAxiosParamCreator(configuration)
|
|
35061
35055
|
return {
|
|
35062
35056
|
/**
|
|
35063
35057
|
*
|
|
@@ -35075,8 +35069,8 @@ export const ServiceReviewApiFp = function(configuration?: Configuration) {
|
|
|
35075
35069
|
* @param {*} [options] Override http request option.
|
|
35076
35070
|
* @throws {RequiredError}
|
|
35077
35071
|
*/
|
|
35078
|
-
async
|
|
35079
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
35072
|
+
async apiV1ServicereviewsGet(serviceId?: string, serviceName?: string, patientId?: string, patientName?: string, recommended?: boolean, rate?: number, reviewType?: ReviewType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceReviewsModel>> {
|
|
35073
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1ServicereviewsGet(serviceId, serviceName, patientId, patientName, recommended, rate, reviewType, page, limit, lastRetrieved, options);
|
|
35080
35074
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
35081
35075
|
},
|
|
35082
35076
|
/**
|
|
@@ -35086,8 +35080,8 @@ export const ServiceReviewApiFp = function(configuration?: Configuration) {
|
|
|
35086
35080
|
* @param {*} [options] Override http request option.
|
|
35087
35081
|
* @throws {RequiredError}
|
|
35088
35082
|
*/
|
|
35089
|
-
async
|
|
35090
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
35083
|
+
async apiV1ServicereviewsPost(createServiceReviewCommand?: CreateServiceReviewCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceReviewModel>> {
|
|
35084
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1ServicereviewsPost(createServiceReviewCommand, options);
|
|
35091
35085
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
35092
35086
|
},
|
|
35093
35087
|
/**
|
|
@@ -35097,8 +35091,8 @@ export const ServiceReviewApiFp = function(configuration?: Configuration) {
|
|
|
35097
35091
|
* @param {*} [options] Override http request option.
|
|
35098
35092
|
* @throws {RequiredError}
|
|
35099
35093
|
*/
|
|
35100
|
-
async
|
|
35101
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
35094
|
+
async apiV1ServicereviewsServiceReviewIdDelete(serviceReviewId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
35095
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1ServicereviewsServiceReviewIdDelete(serviceReviewId, options);
|
|
35102
35096
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
35103
35097
|
},
|
|
35104
35098
|
/**
|
|
@@ -35107,8 +35101,8 @@ export const ServiceReviewApiFp = function(configuration?: Configuration) {
|
|
|
35107
35101
|
* @param {*} [options] Override http request option.
|
|
35108
35102
|
* @throws {RequiredError}
|
|
35109
35103
|
*/
|
|
35110
|
-
async
|
|
35111
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
35104
|
+
async apiV1ServicereviewsServiceReviewIdGet(serviceReviewId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceReviewModel>> {
|
|
35105
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1ServicereviewsServiceReviewIdGet(serviceReviewId, options);
|
|
35112
35106
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
35113
35107
|
},
|
|
35114
35108
|
/**
|
|
@@ -35123,8 +35117,8 @@ export const ServiceReviewApiFp = function(configuration?: Configuration) {
|
|
|
35123
35117
|
* @param {*} [options] Override http request option.
|
|
35124
35118
|
* @throws {RequiredError}
|
|
35125
35119
|
*/
|
|
35126
|
-
async
|
|
35127
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
35120
|
+
async apiV1ServicereviewsServiceReviewIdMediasGet(serviceReviewId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediasModel>> {
|
|
35121
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1ServicereviewsServiceReviewIdMediasGet(serviceReviewId, id, mediaType, page, limit, lastRetrieved, options);
|
|
35128
35122
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
35129
35123
|
},
|
|
35130
35124
|
/**
|
|
@@ -35135,8 +35129,8 @@ export const ServiceReviewApiFp = function(configuration?: Configuration) {
|
|
|
35135
35129
|
* @param {*} [options] Override http request option.
|
|
35136
35130
|
* @throws {RequiredError}
|
|
35137
35131
|
*/
|
|
35138
|
-
async
|
|
35139
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
35132
|
+
async apiV1ServicereviewsServiceReviewIdMediasMediaIdDelete(serviceReviewId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
35133
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1ServicereviewsServiceReviewIdMediasMediaIdDelete(serviceReviewId, mediaId, options);
|
|
35140
35134
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
35141
35135
|
},
|
|
35142
35136
|
/**
|
|
@@ -35147,8 +35141,8 @@ export const ServiceReviewApiFp = function(configuration?: Configuration) {
|
|
|
35147
35141
|
* @param {*} [options] Override http request option.
|
|
35148
35142
|
* @throws {RequiredError}
|
|
35149
35143
|
*/
|
|
35150
|
-
async
|
|
35151
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
35144
|
+
async apiV1ServicereviewsServiceReviewIdMediasMediaIdGet(serviceReviewId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>> {
|
|
35145
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1ServicereviewsServiceReviewIdMediasMediaIdGet(serviceReviewId, mediaId, options);
|
|
35152
35146
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
35153
35147
|
},
|
|
35154
35148
|
/**
|
|
@@ -35160,8 +35154,8 @@ export const ServiceReviewApiFp = function(configuration?: Configuration) {
|
|
|
35160
35154
|
* @param {*} [options] Override http request option.
|
|
35161
35155
|
* @throws {RequiredError}
|
|
35162
35156
|
*/
|
|
35163
|
-
async
|
|
35164
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
35157
|
+
async apiV1ServicereviewsServiceReviewIdMediasMediaIdPut(serviceReviewId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>> {
|
|
35158
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1ServicereviewsServiceReviewIdMediasMediaIdPut(serviceReviewId, mediaId, updateMediaCommand, options);
|
|
35165
35159
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
35166
35160
|
},
|
|
35167
35161
|
/**
|
|
@@ -35172,8 +35166,8 @@ export const ServiceReviewApiFp = function(configuration?: Configuration) {
|
|
|
35172
35166
|
* @param {*} [options] Override http request option.
|
|
35173
35167
|
* @throws {RequiredError}
|
|
35174
35168
|
*/
|
|
35175
|
-
async
|
|
35176
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
35169
|
+
async apiV1ServicereviewsServiceReviewIdMediasPost(serviceReviewId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>> {
|
|
35170
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1ServicereviewsServiceReviewIdMediasPost(serviceReviewId, createMediaCommand, options);
|
|
35177
35171
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
35178
35172
|
},
|
|
35179
35173
|
/**
|
|
@@ -35184,19 +35178,19 @@ export const ServiceReviewApiFp = function(configuration?: Configuration) {
|
|
|
35184
35178
|
* @param {*} [options] Override http request option.
|
|
35185
35179
|
* @throws {RequiredError}
|
|
35186
35180
|
*/
|
|
35187
|
-
async
|
|
35188
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
35181
|
+
async apiV1ServicereviewsServiceReviewIdPut(serviceReviewId: string, updateServiceReviewCommand?: UpdateServiceReviewCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceReviewModel>> {
|
|
35182
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1ServicereviewsServiceReviewIdPut(serviceReviewId, updateServiceReviewCommand, options);
|
|
35189
35183
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
35190
35184
|
},
|
|
35191
35185
|
}
|
|
35192
35186
|
};
|
|
35193
35187
|
|
|
35194
35188
|
/**
|
|
35195
|
-
*
|
|
35189
|
+
* ServiceReviewsApi - factory interface
|
|
35196
35190
|
* @export
|
|
35197
35191
|
*/
|
|
35198
|
-
export const
|
|
35199
|
-
const localVarFp =
|
|
35192
|
+
export const ServiceReviewsApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
35193
|
+
const localVarFp = ServiceReviewsApiFp(configuration)
|
|
35200
35194
|
return {
|
|
35201
35195
|
/**
|
|
35202
35196
|
*
|
|
@@ -35214,8 +35208,8 @@ export const ServiceReviewApiFactory = function (configuration?: Configuration,
|
|
|
35214
35208
|
* @param {*} [options] Override http request option.
|
|
35215
35209
|
* @throws {RequiredError}
|
|
35216
35210
|
*/
|
|
35217
|
-
|
|
35218
|
-
return localVarFp.
|
|
35211
|
+
apiV1ServicereviewsGet(serviceId?: string, serviceName?: string, patientId?: string, patientName?: string, recommended?: boolean, rate?: number, reviewType?: ReviewType, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<ServiceReviewsModel> {
|
|
35212
|
+
return localVarFp.apiV1ServicereviewsGet(serviceId, serviceName, patientId, patientName, recommended, rate, reviewType, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
35219
35213
|
},
|
|
35220
35214
|
/**
|
|
35221
35215
|
*
|
|
@@ -35224,8 +35218,8 @@ export const ServiceReviewApiFactory = function (configuration?: Configuration,
|
|
|
35224
35218
|
* @param {*} [options] Override http request option.
|
|
35225
35219
|
* @throws {RequiredError}
|
|
35226
35220
|
*/
|
|
35227
|
-
|
|
35228
|
-
return localVarFp.
|
|
35221
|
+
apiV1ServicereviewsPost(createServiceReviewCommand?: CreateServiceReviewCommand, options?: any): AxiosPromise<ServiceReviewModel> {
|
|
35222
|
+
return localVarFp.apiV1ServicereviewsPost(createServiceReviewCommand, options).then((request) => request(axios, basePath));
|
|
35229
35223
|
},
|
|
35230
35224
|
/**
|
|
35231
35225
|
*
|
|
@@ -35234,8 +35228,8 @@ export const ServiceReviewApiFactory = function (configuration?: Configuration,
|
|
|
35234
35228
|
* @param {*} [options] Override http request option.
|
|
35235
35229
|
* @throws {RequiredError}
|
|
35236
35230
|
*/
|
|
35237
|
-
|
|
35238
|
-
return localVarFp.
|
|
35231
|
+
apiV1ServicereviewsServiceReviewIdDelete(serviceReviewId: string, options?: any): AxiosPromise<boolean> {
|
|
35232
|
+
return localVarFp.apiV1ServicereviewsServiceReviewIdDelete(serviceReviewId, options).then((request) => request(axios, basePath));
|
|
35239
35233
|
},
|
|
35240
35234
|
/**
|
|
35241
35235
|
*
|
|
@@ -35243,8 +35237,8 @@ export const ServiceReviewApiFactory = function (configuration?: Configuration,
|
|
|
35243
35237
|
* @param {*} [options] Override http request option.
|
|
35244
35238
|
* @throws {RequiredError}
|
|
35245
35239
|
*/
|
|
35246
|
-
|
|
35247
|
-
return localVarFp.
|
|
35240
|
+
apiV1ServicereviewsServiceReviewIdGet(serviceReviewId: string, options?: any): AxiosPromise<ServiceReviewModel> {
|
|
35241
|
+
return localVarFp.apiV1ServicereviewsServiceReviewIdGet(serviceReviewId, options).then((request) => request(axios, basePath));
|
|
35248
35242
|
},
|
|
35249
35243
|
/**
|
|
35250
35244
|
*
|
|
@@ -35258,8 +35252,8 @@ export const ServiceReviewApiFactory = function (configuration?: Configuration,
|
|
|
35258
35252
|
* @param {*} [options] Override http request option.
|
|
35259
35253
|
* @throws {RequiredError}
|
|
35260
35254
|
*/
|
|
35261
|
-
|
|
35262
|
-
return localVarFp.
|
|
35255
|
+
apiV1ServicereviewsServiceReviewIdMediasGet(serviceReviewId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<MediasModel> {
|
|
35256
|
+
return localVarFp.apiV1ServicereviewsServiceReviewIdMediasGet(serviceReviewId, id, mediaType, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
35263
35257
|
},
|
|
35264
35258
|
/**
|
|
35265
35259
|
*
|
|
@@ -35269,8 +35263,8 @@ export const ServiceReviewApiFactory = function (configuration?: Configuration,
|
|
|
35269
35263
|
* @param {*} [options] Override http request option.
|
|
35270
35264
|
* @throws {RequiredError}
|
|
35271
35265
|
*/
|
|
35272
|
-
|
|
35273
|
-
return localVarFp.
|
|
35266
|
+
apiV1ServicereviewsServiceReviewIdMediasMediaIdDelete(serviceReviewId: string, mediaId: string, options?: any): AxiosPromise<boolean> {
|
|
35267
|
+
return localVarFp.apiV1ServicereviewsServiceReviewIdMediasMediaIdDelete(serviceReviewId, mediaId, options).then((request) => request(axios, basePath));
|
|
35274
35268
|
},
|
|
35275
35269
|
/**
|
|
35276
35270
|
*
|
|
@@ -35280,8 +35274,8 @@ export const ServiceReviewApiFactory = function (configuration?: Configuration,
|
|
|
35280
35274
|
* @param {*} [options] Override http request option.
|
|
35281
35275
|
* @throws {RequiredError}
|
|
35282
35276
|
*/
|
|
35283
|
-
|
|
35284
|
-
return localVarFp.
|
|
35277
|
+
apiV1ServicereviewsServiceReviewIdMediasMediaIdGet(serviceReviewId: string, mediaId: string, options?: any): AxiosPromise<MediaModel> {
|
|
35278
|
+
return localVarFp.apiV1ServicereviewsServiceReviewIdMediasMediaIdGet(serviceReviewId, mediaId, options).then((request) => request(axios, basePath));
|
|
35285
35279
|
},
|
|
35286
35280
|
/**
|
|
35287
35281
|
*
|
|
@@ -35292,8 +35286,8 @@ export const ServiceReviewApiFactory = function (configuration?: Configuration,
|
|
|
35292
35286
|
* @param {*} [options] Override http request option.
|
|
35293
35287
|
* @throws {RequiredError}
|
|
35294
35288
|
*/
|
|
35295
|
-
|
|
35296
|
-
return localVarFp.
|
|
35289
|
+
apiV1ServicereviewsServiceReviewIdMediasMediaIdPut(serviceReviewId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: any): AxiosPromise<MediaModel> {
|
|
35290
|
+
return localVarFp.apiV1ServicereviewsServiceReviewIdMediasMediaIdPut(serviceReviewId, mediaId, updateMediaCommand, options).then((request) => request(axios, basePath));
|
|
35297
35291
|
},
|
|
35298
35292
|
/**
|
|
35299
35293
|
*
|
|
@@ -35303,8 +35297,8 @@ export const ServiceReviewApiFactory = function (configuration?: Configuration,
|
|
|
35303
35297
|
* @param {*} [options] Override http request option.
|
|
35304
35298
|
* @throws {RequiredError}
|
|
35305
35299
|
*/
|
|
35306
|
-
|
|
35307
|
-
return localVarFp.
|
|
35300
|
+
apiV1ServicereviewsServiceReviewIdMediasPost(serviceReviewId: string, createMediaCommand?: CreateMediaCommand, options?: any): AxiosPromise<MediaModel> {
|
|
35301
|
+
return localVarFp.apiV1ServicereviewsServiceReviewIdMediasPost(serviceReviewId, createMediaCommand, options).then((request) => request(axios, basePath));
|
|
35308
35302
|
},
|
|
35309
35303
|
/**
|
|
35310
35304
|
*
|
|
@@ -35314,19 +35308,19 @@ export const ServiceReviewApiFactory = function (configuration?: Configuration,
|
|
|
35314
35308
|
* @param {*} [options] Override http request option.
|
|
35315
35309
|
* @throws {RequiredError}
|
|
35316
35310
|
*/
|
|
35317
|
-
|
|
35318
|
-
return localVarFp.
|
|
35311
|
+
apiV1ServicereviewsServiceReviewIdPut(serviceReviewId: string, updateServiceReviewCommand?: UpdateServiceReviewCommand, options?: any): AxiosPromise<ServiceReviewModel> {
|
|
35312
|
+
return localVarFp.apiV1ServicereviewsServiceReviewIdPut(serviceReviewId, updateServiceReviewCommand, options).then((request) => request(axios, basePath));
|
|
35319
35313
|
},
|
|
35320
35314
|
};
|
|
35321
35315
|
};
|
|
35322
35316
|
|
|
35323
35317
|
/**
|
|
35324
|
-
*
|
|
35318
|
+
* ServiceReviewsApi - object-oriented interface
|
|
35325
35319
|
* @export
|
|
35326
|
-
* @class
|
|
35320
|
+
* @class ServiceReviewsApi
|
|
35327
35321
|
* @extends {BaseAPI}
|
|
35328
35322
|
*/
|
|
35329
|
-
export class
|
|
35323
|
+
export class ServiceReviewsApi extends BaseAPI {
|
|
35330
35324
|
/**
|
|
35331
35325
|
*
|
|
35332
35326
|
* @summary Get all ServiceReviews.
|
|
@@ -35342,10 +35336,10 @@ export class ServiceReviewApi extends BaseAPI {
|
|
|
35342
35336
|
* @param {Date} [lastRetrieved]
|
|
35343
35337
|
* @param {*} [options] Override http request option.
|
|
35344
35338
|
* @throws {RequiredError}
|
|
35345
|
-
* @memberof
|
|
35339
|
+
* @memberof ServiceReviewsApi
|
|
35346
35340
|
*/
|
|
35347
|
-
public
|
|
35348
|
-
return
|
|
35341
|
+
public apiV1ServicereviewsGet(serviceId?: string, serviceName?: string, patientId?: string, patientName?: string, recommended?: boolean, rate?: number, reviewType?: ReviewType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
|
|
35342
|
+
return ServiceReviewsApiFp(this.configuration).apiV1ServicereviewsGet(serviceId, serviceName, patientId, patientName, recommended, rate, reviewType, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
35349
35343
|
}
|
|
35350
35344
|
|
|
35351
35345
|
/**
|
|
@@ -35354,10 +35348,10 @@ export class ServiceReviewApi extends BaseAPI {
|
|
|
35354
35348
|
* @param {CreateServiceReviewCommand} [createServiceReviewCommand]
|
|
35355
35349
|
* @param {*} [options] Override http request option.
|
|
35356
35350
|
* @throws {RequiredError}
|
|
35357
|
-
* @memberof
|
|
35351
|
+
* @memberof ServiceReviewsApi
|
|
35358
35352
|
*/
|
|
35359
|
-
public
|
|
35360
|
-
return
|
|
35353
|
+
public apiV1ServicereviewsPost(createServiceReviewCommand?: CreateServiceReviewCommand, options?: AxiosRequestConfig) {
|
|
35354
|
+
return ServiceReviewsApiFp(this.configuration).apiV1ServicereviewsPost(createServiceReviewCommand, options).then((request) => request(this.axios, this.basePath));
|
|
35361
35355
|
}
|
|
35362
35356
|
|
|
35363
35357
|
/**
|
|
@@ -35366,10 +35360,10 @@ export class ServiceReviewApi extends BaseAPI {
|
|
|
35366
35360
|
* @param {string} serviceReviewId
|
|
35367
35361
|
* @param {*} [options] Override http request option.
|
|
35368
35362
|
* @throws {RequiredError}
|
|
35369
|
-
* @memberof
|
|
35363
|
+
* @memberof ServiceReviewsApi
|
|
35370
35364
|
*/
|
|
35371
|
-
public
|
|
35372
|
-
return
|
|
35365
|
+
public apiV1ServicereviewsServiceReviewIdDelete(serviceReviewId: string, options?: AxiosRequestConfig) {
|
|
35366
|
+
return ServiceReviewsApiFp(this.configuration).apiV1ServicereviewsServiceReviewIdDelete(serviceReviewId, options).then((request) => request(this.axios, this.basePath));
|
|
35373
35367
|
}
|
|
35374
35368
|
|
|
35375
35369
|
/**
|
|
@@ -35377,10 +35371,10 @@ export class ServiceReviewApi extends BaseAPI {
|
|
|
35377
35371
|
* @param {string} serviceReviewId
|
|
35378
35372
|
* @param {*} [options] Override http request option.
|
|
35379
35373
|
* @throws {RequiredError}
|
|
35380
|
-
* @memberof
|
|
35374
|
+
* @memberof ServiceReviewsApi
|
|
35381
35375
|
*/
|
|
35382
|
-
public
|
|
35383
|
-
return
|
|
35376
|
+
public apiV1ServicereviewsServiceReviewIdGet(serviceReviewId: string, options?: AxiosRequestConfig) {
|
|
35377
|
+
return ServiceReviewsApiFp(this.configuration).apiV1ServicereviewsServiceReviewIdGet(serviceReviewId, options).then((request) => request(this.axios, this.basePath));
|
|
35384
35378
|
}
|
|
35385
35379
|
|
|
35386
35380
|
/**
|
|
@@ -35394,10 +35388,10 @@ export class ServiceReviewApi extends BaseAPI {
|
|
|
35394
35388
|
* @param {Date} [lastRetrieved]
|
|
35395
35389
|
* @param {*} [options] Override http request option.
|
|
35396
35390
|
* @throws {RequiredError}
|
|
35397
|
-
* @memberof
|
|
35391
|
+
* @memberof ServiceReviewsApi
|
|
35398
35392
|
*/
|
|
35399
|
-
public
|
|
35400
|
-
return
|
|
35393
|
+
public apiV1ServicereviewsServiceReviewIdMediasGet(serviceReviewId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
|
|
35394
|
+
return ServiceReviewsApiFp(this.configuration).apiV1ServicereviewsServiceReviewIdMediasGet(serviceReviewId, id, mediaType, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
35401
35395
|
}
|
|
35402
35396
|
|
|
35403
35397
|
/**
|
|
@@ -35407,10 +35401,10 @@ export class ServiceReviewApi extends BaseAPI {
|
|
|
35407
35401
|
* @param {string} mediaId
|
|
35408
35402
|
* @param {*} [options] Override http request option.
|
|
35409
35403
|
* @throws {RequiredError}
|
|
35410
|
-
* @memberof
|
|
35404
|
+
* @memberof ServiceReviewsApi
|
|
35411
35405
|
*/
|
|
35412
|
-
public
|
|
35413
|
-
return
|
|
35406
|
+
public apiV1ServicereviewsServiceReviewIdMediasMediaIdDelete(serviceReviewId: string, mediaId: string, options?: AxiosRequestConfig) {
|
|
35407
|
+
return ServiceReviewsApiFp(this.configuration).apiV1ServicereviewsServiceReviewIdMediasMediaIdDelete(serviceReviewId, mediaId, options).then((request) => request(this.axios, this.basePath));
|
|
35414
35408
|
}
|
|
35415
35409
|
|
|
35416
35410
|
/**
|
|
@@ -35420,10 +35414,10 @@ export class ServiceReviewApi extends BaseAPI {
|
|
|
35420
35414
|
* @param {string} mediaId
|
|
35421
35415
|
* @param {*} [options] Override http request option.
|
|
35422
35416
|
* @throws {RequiredError}
|
|
35423
|
-
* @memberof
|
|
35417
|
+
* @memberof ServiceReviewsApi
|
|
35424
35418
|
*/
|
|
35425
|
-
public
|
|
35426
|
-
return
|
|
35419
|
+
public apiV1ServicereviewsServiceReviewIdMediasMediaIdGet(serviceReviewId: string, mediaId: string, options?: AxiosRequestConfig) {
|
|
35420
|
+
return ServiceReviewsApiFp(this.configuration).apiV1ServicereviewsServiceReviewIdMediasMediaIdGet(serviceReviewId, mediaId, options).then((request) => request(this.axios, this.basePath));
|
|
35427
35421
|
}
|
|
35428
35422
|
|
|
35429
35423
|
/**
|
|
@@ -35434,10 +35428,10 @@ export class ServiceReviewApi extends BaseAPI {
|
|
|
35434
35428
|
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
35435
35429
|
* @param {*} [options] Override http request option.
|
|
35436
35430
|
* @throws {RequiredError}
|
|
35437
|
-
* @memberof
|
|
35431
|
+
* @memberof ServiceReviewsApi
|
|
35438
35432
|
*/
|
|
35439
|
-
public
|
|
35440
|
-
return
|
|
35433
|
+
public apiV1ServicereviewsServiceReviewIdMediasMediaIdPut(serviceReviewId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig) {
|
|
35434
|
+
return ServiceReviewsApiFp(this.configuration).apiV1ServicereviewsServiceReviewIdMediasMediaIdPut(serviceReviewId, mediaId, updateMediaCommand, options).then((request) => request(this.axios, this.basePath));
|
|
35441
35435
|
}
|
|
35442
35436
|
|
|
35443
35437
|
/**
|
|
@@ -35447,10 +35441,10 @@ export class ServiceReviewApi extends BaseAPI {
|
|
|
35447
35441
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
35448
35442
|
* @param {*} [options] Override http request option.
|
|
35449
35443
|
* @throws {RequiredError}
|
|
35450
|
-
* @memberof
|
|
35444
|
+
* @memberof ServiceReviewsApi
|
|
35451
35445
|
*/
|
|
35452
|
-
public
|
|
35453
|
-
return
|
|
35446
|
+
public apiV1ServicereviewsServiceReviewIdMediasPost(serviceReviewId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig) {
|
|
35447
|
+
return ServiceReviewsApiFp(this.configuration).apiV1ServicereviewsServiceReviewIdMediasPost(serviceReviewId, createMediaCommand, options).then((request) => request(this.axios, this.basePath));
|
|
35454
35448
|
}
|
|
35455
35449
|
|
|
35456
35450
|
/**
|
|
@@ -35460,10 +35454,10 @@ export class ServiceReviewApi extends BaseAPI {
|
|
|
35460
35454
|
* @param {UpdateServiceReviewCommand} [updateServiceReviewCommand]
|
|
35461
35455
|
* @param {*} [options] Override http request option.
|
|
35462
35456
|
* @throws {RequiredError}
|
|
35463
|
-
* @memberof
|
|
35457
|
+
* @memberof ServiceReviewsApi
|
|
35464
35458
|
*/
|
|
35465
|
-
public
|
|
35466
|
-
return
|
|
35459
|
+
public apiV1ServicereviewsServiceReviewIdPut(serviceReviewId: string, updateServiceReviewCommand?: UpdateServiceReviewCommand, options?: AxiosRequestConfig) {
|
|
35460
|
+
return ServiceReviewsApiFp(this.configuration).apiV1ServicereviewsServiceReviewIdPut(serviceReviewId, updateServiceReviewCommand, options).then((request) => request(this.axios, this.basePath));
|
|
35467
35461
|
}
|
|
35468
35462
|
}
|
|
35469
35463
|
|