ch-admin-api-client-typescript 5.73.2 → 5.73.6
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/service-reviews-api.d.ts +24 -24
- package/lib/api/service-reviews-api.js +24 -24
- package/lib/api/whats-app-template-media-api.d.ts +39 -31
- package/lib/api/whats-app-template-media-api.d.ts.map +1 -1
- package/lib/api/whats-app-template-media-api.js +45 -35
- package/lib/models/index.d.ts +0 -1
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +0 -1
- package/package.json +1 -1
- package/lib/models/delete-whats-app-template-media-by-tag-command.d.ts +0 -31
- package/lib/models/delete-whats-app-template-media-by-tag-command.d.ts.map +0 -1
- package/lib/models/delete-whats-app-template-media-by-tag-command.js +0 -15
|
@@ -53,7 +53,7 @@ export declare const ServiceReviewsApiAxiosParamCreator: (configuration?: Config
|
|
|
53
53
|
apiV1ServicereviewsGet: (id?: string, serviceId?: string, serviceName?: string, hospitalId?: string, hospitalName?: 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>;
|
|
54
54
|
/**
|
|
55
55
|
*
|
|
56
|
-
* @summary Create a ServiceReview. (Auth policies:
|
|
56
|
+
* @summary Create a ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
57
57
|
* @param {CreateServiceReviewCommand} [createServiceReviewCommand]
|
|
58
58
|
* @param {*} [options] Override http request option.
|
|
59
59
|
* @throws {RequiredError}
|
|
@@ -61,7 +61,7 @@ export declare const ServiceReviewsApiAxiosParamCreator: (configuration?: Config
|
|
|
61
61
|
apiV1ServicereviewsPost: (createServiceReviewCommand?: CreateServiceReviewCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
|
-
* @summary Delete ServiceReview. (Auth policies:
|
|
64
|
+
* @summary Delete ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
65
65
|
* @param {string} serviceReviewId
|
|
66
66
|
* @param {string} [languageCode]
|
|
67
67
|
* @param {boolean} [isPermanent]
|
|
@@ -93,7 +93,7 @@ export declare const ServiceReviewsApiAxiosParamCreator: (configuration?: Config
|
|
|
93
93
|
apiV1ServicereviewsServiceReviewIdMediasGet: (serviceReviewId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
94
94
|
/**
|
|
95
95
|
*
|
|
96
|
-
* @summary Delete ServiceReviewMedia (Auth policies:
|
|
96
|
+
* @summary Delete ServiceReviewMedia (Auth policies: RequireDoctorOrContentManagerRole)
|
|
97
97
|
* @param {string} serviceReviewId
|
|
98
98
|
* @param {string} mediaId
|
|
99
99
|
* @param {*} [options] Override http request option.
|
|
@@ -111,7 +111,7 @@ export declare const ServiceReviewsApiAxiosParamCreator: (configuration?: Config
|
|
|
111
111
|
apiV1ServicereviewsServiceReviewIdMediasMediaIdGet: (serviceReviewId: string, mediaId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
112
112
|
/**
|
|
113
113
|
*
|
|
114
|
-
* @summary Update ServiceReviewMedia. (Auth policies:
|
|
114
|
+
* @summary Update ServiceReviewMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
115
115
|
* @param {string} serviceReviewId
|
|
116
116
|
* @param {string} mediaId
|
|
117
117
|
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
@@ -121,7 +121,7 @@ export declare const ServiceReviewsApiAxiosParamCreator: (configuration?: Config
|
|
|
121
121
|
apiV1ServicereviewsServiceReviewIdMediasMediaIdPut: (serviceReviewId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
122
122
|
/**
|
|
123
123
|
*
|
|
124
|
-
* @summary Create ServiceReviewMedia. (Auth policies:
|
|
124
|
+
* @summary Create ServiceReviewMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
125
125
|
* @param {string} serviceReviewId
|
|
126
126
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
127
127
|
* @param {*} [options] Override http request option.
|
|
@@ -130,7 +130,7 @@ export declare const ServiceReviewsApiAxiosParamCreator: (configuration?: Config
|
|
|
130
130
|
apiV1ServicereviewsServiceReviewIdMediasPost: (serviceReviewId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
131
131
|
/**
|
|
132
132
|
*
|
|
133
|
-
* @summary Update ServiceReview. (Auth policies:
|
|
133
|
+
* @summary Update ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
134
134
|
* @param {string} serviceReviewId
|
|
135
135
|
* @param {UpdateServiceReviewCommand} [updateServiceReviewCommand]
|
|
136
136
|
* @param {*} [options] Override http request option.
|
|
@@ -168,7 +168,7 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration) => {
|
|
|
168
168
|
apiV1ServicereviewsGet(id?: string, serviceId?: string, serviceName?: string, hospitalId?: string, hospitalName?: 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>>;
|
|
169
169
|
/**
|
|
170
170
|
*
|
|
171
|
-
* @summary Create a ServiceReview. (Auth policies:
|
|
171
|
+
* @summary Create a ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
172
172
|
* @param {CreateServiceReviewCommand} [createServiceReviewCommand]
|
|
173
173
|
* @param {*} [options] Override http request option.
|
|
174
174
|
* @throws {RequiredError}
|
|
@@ -176,7 +176,7 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration) => {
|
|
|
176
176
|
apiV1ServicereviewsPost(createServiceReviewCommand?: CreateServiceReviewCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceReviewModel>>;
|
|
177
177
|
/**
|
|
178
178
|
*
|
|
179
|
-
* @summary Delete ServiceReview. (Auth policies:
|
|
179
|
+
* @summary Delete ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
180
180
|
* @param {string} serviceReviewId
|
|
181
181
|
* @param {string} [languageCode]
|
|
182
182
|
* @param {boolean} [isPermanent]
|
|
@@ -208,7 +208,7 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration) => {
|
|
|
208
208
|
apiV1ServicereviewsServiceReviewIdMediasGet(serviceReviewId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediasModel>>;
|
|
209
209
|
/**
|
|
210
210
|
*
|
|
211
|
-
* @summary Delete ServiceReviewMedia (Auth policies:
|
|
211
|
+
* @summary Delete ServiceReviewMedia (Auth policies: RequireDoctorOrContentManagerRole)
|
|
212
212
|
* @param {string} serviceReviewId
|
|
213
213
|
* @param {string} mediaId
|
|
214
214
|
* @param {*} [options] Override http request option.
|
|
@@ -226,7 +226,7 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration) => {
|
|
|
226
226
|
apiV1ServicereviewsServiceReviewIdMediasMediaIdGet(serviceReviewId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
|
|
227
227
|
/**
|
|
228
228
|
*
|
|
229
|
-
* @summary Update ServiceReviewMedia. (Auth policies:
|
|
229
|
+
* @summary Update ServiceReviewMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
230
230
|
* @param {string} serviceReviewId
|
|
231
231
|
* @param {string} mediaId
|
|
232
232
|
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
@@ -236,7 +236,7 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration) => {
|
|
|
236
236
|
apiV1ServicereviewsServiceReviewIdMediasMediaIdPut(serviceReviewId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
|
|
237
237
|
/**
|
|
238
238
|
*
|
|
239
|
-
* @summary Create ServiceReviewMedia. (Auth policies:
|
|
239
|
+
* @summary Create ServiceReviewMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
240
240
|
* @param {string} serviceReviewId
|
|
241
241
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
242
242
|
* @param {*} [options] Override http request option.
|
|
@@ -245,7 +245,7 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration) => {
|
|
|
245
245
|
apiV1ServicereviewsServiceReviewIdMediasPost(serviceReviewId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
|
|
246
246
|
/**
|
|
247
247
|
*
|
|
248
|
-
* @summary Update ServiceReview. (Auth policies:
|
|
248
|
+
* @summary Update ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
249
249
|
* @param {string} serviceReviewId
|
|
250
250
|
* @param {UpdateServiceReviewCommand} [updateServiceReviewCommand]
|
|
251
251
|
* @param {*} [options] Override http request option.
|
|
@@ -283,7 +283,7 @@ export declare const ServiceReviewsApiFactory: (configuration?: Configuration, b
|
|
|
283
283
|
apiV1ServicereviewsGet(id?: string, serviceId?: string, serviceName?: string, hospitalId?: string, hospitalName?: 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>;
|
|
284
284
|
/**
|
|
285
285
|
*
|
|
286
|
-
* @summary Create a ServiceReview. (Auth policies:
|
|
286
|
+
* @summary Create a ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
287
287
|
* @param {CreateServiceReviewCommand} [createServiceReviewCommand]
|
|
288
288
|
* @param {*} [options] Override http request option.
|
|
289
289
|
* @throws {RequiredError}
|
|
@@ -291,7 +291,7 @@ export declare const ServiceReviewsApiFactory: (configuration?: Configuration, b
|
|
|
291
291
|
apiV1ServicereviewsPost(createServiceReviewCommand?: CreateServiceReviewCommand, options?: any): AxiosPromise<ServiceReviewModel>;
|
|
292
292
|
/**
|
|
293
293
|
*
|
|
294
|
-
* @summary Delete ServiceReview. (Auth policies:
|
|
294
|
+
* @summary Delete ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
295
295
|
* @param {string} serviceReviewId
|
|
296
296
|
* @param {string} [languageCode]
|
|
297
297
|
* @param {boolean} [isPermanent]
|
|
@@ -323,7 +323,7 @@ export declare const ServiceReviewsApiFactory: (configuration?: Configuration, b
|
|
|
323
323
|
apiV1ServicereviewsServiceReviewIdMediasGet(serviceReviewId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<MediasModel>;
|
|
324
324
|
/**
|
|
325
325
|
*
|
|
326
|
-
* @summary Delete ServiceReviewMedia (Auth policies:
|
|
326
|
+
* @summary Delete ServiceReviewMedia (Auth policies: RequireDoctorOrContentManagerRole)
|
|
327
327
|
* @param {string} serviceReviewId
|
|
328
328
|
* @param {string} mediaId
|
|
329
329
|
* @param {*} [options] Override http request option.
|
|
@@ -341,7 +341,7 @@ export declare const ServiceReviewsApiFactory: (configuration?: Configuration, b
|
|
|
341
341
|
apiV1ServicereviewsServiceReviewIdMediasMediaIdGet(serviceReviewId: string, mediaId: string, options?: any): AxiosPromise<MediaModel>;
|
|
342
342
|
/**
|
|
343
343
|
*
|
|
344
|
-
* @summary Update ServiceReviewMedia. (Auth policies:
|
|
344
|
+
* @summary Update ServiceReviewMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
345
345
|
* @param {string} serviceReviewId
|
|
346
346
|
* @param {string} mediaId
|
|
347
347
|
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
@@ -351,7 +351,7 @@ export declare const ServiceReviewsApiFactory: (configuration?: Configuration, b
|
|
|
351
351
|
apiV1ServicereviewsServiceReviewIdMediasMediaIdPut(serviceReviewId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: any): AxiosPromise<MediaModel>;
|
|
352
352
|
/**
|
|
353
353
|
*
|
|
354
|
-
* @summary Create ServiceReviewMedia. (Auth policies:
|
|
354
|
+
* @summary Create ServiceReviewMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
355
355
|
* @param {string} serviceReviewId
|
|
356
356
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
357
357
|
* @param {*} [options] Override http request option.
|
|
@@ -360,7 +360,7 @@ export declare const ServiceReviewsApiFactory: (configuration?: Configuration, b
|
|
|
360
360
|
apiV1ServicereviewsServiceReviewIdMediasPost(serviceReviewId: string, createMediaCommand?: CreateMediaCommand, options?: any): AxiosPromise<MediaModel>;
|
|
361
361
|
/**
|
|
362
362
|
*
|
|
363
|
-
* @summary Update ServiceReview. (Auth policies:
|
|
363
|
+
* @summary Update ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
364
364
|
* @param {string} serviceReviewId
|
|
365
365
|
* @param {UpdateServiceReviewCommand} [updateServiceReviewCommand]
|
|
366
366
|
* @param {*} [options] Override http request option.
|
|
@@ -690,7 +690,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
|
|
|
690
690
|
apiV1ServicereviewsGet(requestParameters?: ServiceReviewsApiApiV1ServicereviewsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceReviewsModel, any>>;
|
|
691
691
|
/**
|
|
692
692
|
*
|
|
693
|
-
* @summary Create a ServiceReview. (Auth policies:
|
|
693
|
+
* @summary Create a ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
694
694
|
* @param {ServiceReviewsApiApiV1ServicereviewsPostRequest} requestParameters Request parameters.
|
|
695
695
|
* @param {*} [options] Override http request option.
|
|
696
696
|
* @throws {RequiredError}
|
|
@@ -699,7 +699,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
|
|
|
699
699
|
apiV1ServicereviewsPost(requestParameters?: ServiceReviewsApiApiV1ServicereviewsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceReviewModel, any>>;
|
|
700
700
|
/**
|
|
701
701
|
*
|
|
702
|
-
* @summary Delete ServiceReview. (Auth policies:
|
|
702
|
+
* @summary Delete ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
703
703
|
* @param {ServiceReviewsApiApiV1ServicereviewsServiceReviewIdDeleteRequest} requestParameters Request parameters.
|
|
704
704
|
* @param {*} [options] Override http request option.
|
|
705
705
|
* @throws {RequiredError}
|
|
@@ -726,7 +726,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
|
|
|
726
726
|
apiV1ServicereviewsServiceReviewIdMediasGet(requestParameters: ServiceReviewsApiApiV1ServicereviewsServiceReviewIdMediasGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
|
|
727
727
|
/**
|
|
728
728
|
*
|
|
729
|
-
* @summary Delete ServiceReviewMedia (Auth policies:
|
|
729
|
+
* @summary Delete ServiceReviewMedia (Auth policies: RequireDoctorOrContentManagerRole)
|
|
730
730
|
* @param {ServiceReviewsApiApiV1ServicereviewsServiceReviewIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
|
|
731
731
|
* @param {*} [options] Override http request option.
|
|
732
732
|
* @throws {RequiredError}
|
|
@@ -744,7 +744,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
|
|
|
744
744
|
apiV1ServicereviewsServiceReviewIdMediasMediaIdGet(requestParameters: ServiceReviewsApiApiV1ServicereviewsServiceReviewIdMediasMediaIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
745
745
|
/**
|
|
746
746
|
*
|
|
747
|
-
* @summary Update ServiceReviewMedia. (Auth policies:
|
|
747
|
+
* @summary Update ServiceReviewMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
748
748
|
* @param {ServiceReviewsApiApiV1ServicereviewsServiceReviewIdMediasMediaIdPutRequest} requestParameters Request parameters.
|
|
749
749
|
* @param {*} [options] Override http request option.
|
|
750
750
|
* @throws {RequiredError}
|
|
@@ -753,7 +753,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
|
|
|
753
753
|
apiV1ServicereviewsServiceReviewIdMediasMediaIdPut(requestParameters: ServiceReviewsApiApiV1ServicereviewsServiceReviewIdMediasMediaIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
754
754
|
/**
|
|
755
755
|
*
|
|
756
|
-
* @summary Create ServiceReviewMedia. (Auth policies:
|
|
756
|
+
* @summary Create ServiceReviewMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
757
757
|
* @param {ServiceReviewsApiApiV1ServicereviewsServiceReviewIdMediasPostRequest} requestParameters Request parameters.
|
|
758
758
|
* @param {*} [options] Override http request option.
|
|
759
759
|
* @throws {RequiredError}
|
|
@@ -762,7 +762,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
|
|
|
762
762
|
apiV1ServicereviewsServiceReviewIdMediasPost(requestParameters: ServiceReviewsApiApiV1ServicereviewsServiceReviewIdMediasPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
763
763
|
/**
|
|
764
764
|
*
|
|
765
|
-
* @summary Update ServiceReview. (Auth policies:
|
|
765
|
+
* @summary Update ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
766
766
|
* @param {ServiceReviewsApiApiV1ServicereviewsServiceReviewIdPutRequest} requestParameters Request parameters.
|
|
767
767
|
* @param {*} [options] Override http request option.
|
|
768
768
|
* @throws {RequiredError}
|
|
@@ -212,7 +212,7 @@ var ServiceReviewsApiAxiosParamCreator = function (configuration) {
|
|
|
212
212
|
},
|
|
213
213
|
/**
|
|
214
214
|
*
|
|
215
|
-
* @summary Create a ServiceReview. (Auth policies:
|
|
215
|
+
* @summary Create a ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
216
216
|
* @param {CreateServiceReviewCommand} [createServiceReviewCommand]
|
|
217
217
|
* @param {*} [options] Override http request option.
|
|
218
218
|
* @throws {RequiredError}
|
|
@@ -258,7 +258,7 @@ var ServiceReviewsApiAxiosParamCreator = function (configuration) {
|
|
|
258
258
|
},
|
|
259
259
|
/**
|
|
260
260
|
*
|
|
261
|
-
* @summary Delete ServiceReview. (Auth policies:
|
|
261
|
+
* @summary Delete ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
262
262
|
* @param {string} serviceReviewId
|
|
263
263
|
* @param {string} [languageCode]
|
|
264
264
|
* @param {boolean} [isPermanent]
|
|
@@ -433,7 +433,7 @@ var ServiceReviewsApiAxiosParamCreator = function (configuration) {
|
|
|
433
433
|
},
|
|
434
434
|
/**
|
|
435
435
|
*
|
|
436
|
-
* @summary Delete ServiceReviewMedia (Auth policies:
|
|
436
|
+
* @summary Delete ServiceReviewMedia (Auth policies: RequireDoctorOrContentManagerRole)
|
|
437
437
|
* @param {string} serviceReviewId
|
|
438
438
|
* @param {string} mediaId
|
|
439
439
|
* @param {*} [options] Override http request option.
|
|
@@ -535,7 +535,7 @@ var ServiceReviewsApiAxiosParamCreator = function (configuration) {
|
|
|
535
535
|
},
|
|
536
536
|
/**
|
|
537
537
|
*
|
|
538
|
-
* @summary Update ServiceReviewMedia. (Auth policies:
|
|
538
|
+
* @summary Update ServiceReviewMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
539
539
|
* @param {string} serviceReviewId
|
|
540
540
|
* @param {string} mediaId
|
|
541
541
|
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
@@ -589,7 +589,7 @@ var ServiceReviewsApiAxiosParamCreator = function (configuration) {
|
|
|
589
589
|
},
|
|
590
590
|
/**
|
|
591
591
|
*
|
|
592
|
-
* @summary Create ServiceReviewMedia. (Auth policies:
|
|
592
|
+
* @summary Create ServiceReviewMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
593
593
|
* @param {string} serviceReviewId
|
|
594
594
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
595
595
|
* @param {*} [options] Override http request option.
|
|
@@ -639,7 +639,7 @@ var ServiceReviewsApiAxiosParamCreator = function (configuration) {
|
|
|
639
639
|
},
|
|
640
640
|
/**
|
|
641
641
|
*
|
|
642
|
-
* @summary Update ServiceReview. (Auth policies:
|
|
642
|
+
* @summary Update ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
643
643
|
* @param {string} serviceReviewId
|
|
644
644
|
* @param {UpdateServiceReviewCommand} [updateServiceReviewCommand]
|
|
645
645
|
* @param {*} [options] Override http request option.
|
|
@@ -734,7 +734,7 @@ var ServiceReviewsApiFp = function (configuration) {
|
|
|
734
734
|
},
|
|
735
735
|
/**
|
|
736
736
|
*
|
|
737
|
-
* @summary Create a ServiceReview. (Auth policies:
|
|
737
|
+
* @summary Create a ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
738
738
|
* @param {CreateServiceReviewCommand} [createServiceReviewCommand]
|
|
739
739
|
* @param {*} [options] Override http request option.
|
|
740
740
|
* @throws {RequiredError}
|
|
@@ -754,7 +754,7 @@ var ServiceReviewsApiFp = function (configuration) {
|
|
|
754
754
|
},
|
|
755
755
|
/**
|
|
756
756
|
*
|
|
757
|
-
* @summary Delete ServiceReview. (Auth policies:
|
|
757
|
+
* @summary Delete ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
758
758
|
* @param {string} serviceReviewId
|
|
759
759
|
* @param {string} [languageCode]
|
|
760
760
|
* @param {boolean} [isPermanent]
|
|
@@ -822,7 +822,7 @@ var ServiceReviewsApiFp = function (configuration) {
|
|
|
822
822
|
},
|
|
823
823
|
/**
|
|
824
824
|
*
|
|
825
|
-
* @summary Delete ServiceReviewMedia (Auth policies:
|
|
825
|
+
* @summary Delete ServiceReviewMedia (Auth policies: RequireDoctorOrContentManagerRole)
|
|
826
826
|
* @param {string} serviceReviewId
|
|
827
827
|
* @param {string} mediaId
|
|
828
828
|
* @param {*} [options] Override http request option.
|
|
@@ -864,7 +864,7 @@ var ServiceReviewsApiFp = function (configuration) {
|
|
|
864
864
|
},
|
|
865
865
|
/**
|
|
866
866
|
*
|
|
867
|
-
* @summary Update ServiceReviewMedia. (Auth policies:
|
|
867
|
+
* @summary Update ServiceReviewMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
868
868
|
* @param {string} serviceReviewId
|
|
869
869
|
* @param {string} mediaId
|
|
870
870
|
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
@@ -886,7 +886,7 @@ var ServiceReviewsApiFp = function (configuration) {
|
|
|
886
886
|
},
|
|
887
887
|
/**
|
|
888
888
|
*
|
|
889
|
-
* @summary Create ServiceReviewMedia. (Auth policies:
|
|
889
|
+
* @summary Create ServiceReviewMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
890
890
|
* @param {string} serviceReviewId
|
|
891
891
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
892
892
|
* @param {*} [options] Override http request option.
|
|
@@ -907,7 +907,7 @@ var ServiceReviewsApiFp = function (configuration) {
|
|
|
907
907
|
},
|
|
908
908
|
/**
|
|
909
909
|
*
|
|
910
|
-
* @summary Update ServiceReview. (Auth policies:
|
|
910
|
+
* @summary Update ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
911
911
|
* @param {string} serviceReviewId
|
|
912
912
|
* @param {UpdateServiceReviewCommand} [updateServiceReviewCommand]
|
|
913
913
|
* @param {*} [options] Override http request option.
|
|
@@ -963,7 +963,7 @@ var ServiceReviewsApiFactory = function (configuration, basePath, axios) {
|
|
|
963
963
|
},
|
|
964
964
|
/**
|
|
965
965
|
*
|
|
966
|
-
* @summary Create a ServiceReview. (Auth policies:
|
|
966
|
+
* @summary Create a ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
967
967
|
* @param {CreateServiceReviewCommand} [createServiceReviewCommand]
|
|
968
968
|
* @param {*} [options] Override http request option.
|
|
969
969
|
* @throws {RequiredError}
|
|
@@ -973,7 +973,7 @@ var ServiceReviewsApiFactory = function (configuration, basePath, axios) {
|
|
|
973
973
|
},
|
|
974
974
|
/**
|
|
975
975
|
*
|
|
976
|
-
* @summary Delete ServiceReview. (Auth policies:
|
|
976
|
+
* @summary Delete ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
977
977
|
* @param {string} serviceReviewId
|
|
978
978
|
* @param {string} [languageCode]
|
|
979
979
|
* @param {boolean} [isPermanent]
|
|
@@ -1011,7 +1011,7 @@ var ServiceReviewsApiFactory = function (configuration, basePath, axios) {
|
|
|
1011
1011
|
},
|
|
1012
1012
|
/**
|
|
1013
1013
|
*
|
|
1014
|
-
* @summary Delete ServiceReviewMedia (Auth policies:
|
|
1014
|
+
* @summary Delete ServiceReviewMedia (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1015
1015
|
* @param {string} serviceReviewId
|
|
1016
1016
|
* @param {string} mediaId
|
|
1017
1017
|
* @param {*} [options] Override http request option.
|
|
@@ -1033,7 +1033,7 @@ var ServiceReviewsApiFactory = function (configuration, basePath, axios) {
|
|
|
1033
1033
|
},
|
|
1034
1034
|
/**
|
|
1035
1035
|
*
|
|
1036
|
-
* @summary Update ServiceReviewMedia. (Auth policies:
|
|
1036
|
+
* @summary Update ServiceReviewMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1037
1037
|
* @param {string} serviceReviewId
|
|
1038
1038
|
* @param {string} mediaId
|
|
1039
1039
|
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
@@ -1045,7 +1045,7 @@ var ServiceReviewsApiFactory = function (configuration, basePath, axios) {
|
|
|
1045
1045
|
},
|
|
1046
1046
|
/**
|
|
1047
1047
|
*
|
|
1048
|
-
* @summary Create ServiceReviewMedia. (Auth policies:
|
|
1048
|
+
* @summary Create ServiceReviewMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1049
1049
|
* @param {string} serviceReviewId
|
|
1050
1050
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
1051
1051
|
* @param {*} [options] Override http request option.
|
|
@@ -1056,7 +1056,7 @@ var ServiceReviewsApiFactory = function (configuration, basePath, axios) {
|
|
|
1056
1056
|
},
|
|
1057
1057
|
/**
|
|
1058
1058
|
*
|
|
1059
|
-
* @summary Update ServiceReview. (Auth policies:
|
|
1059
|
+
* @summary Update ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1060
1060
|
* @param {string} serviceReviewId
|
|
1061
1061
|
* @param {UpdateServiceReviewCommand} [updateServiceReviewCommand]
|
|
1062
1062
|
* @param {*} [options] Override http request option.
|
|
@@ -1094,7 +1094,7 @@ var ServiceReviewsApi = /** @class */ (function (_super) {
|
|
|
1094
1094
|
};
|
|
1095
1095
|
/**
|
|
1096
1096
|
*
|
|
1097
|
-
* @summary Create a ServiceReview. (Auth policies:
|
|
1097
|
+
* @summary Create a ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1098
1098
|
* @param {ServiceReviewsApiApiV1ServicereviewsPostRequest} requestParameters Request parameters.
|
|
1099
1099
|
* @param {*} [options] Override http request option.
|
|
1100
1100
|
* @throws {RequiredError}
|
|
@@ -1107,7 +1107,7 @@ var ServiceReviewsApi = /** @class */ (function (_super) {
|
|
|
1107
1107
|
};
|
|
1108
1108
|
/**
|
|
1109
1109
|
*
|
|
1110
|
-
* @summary Delete ServiceReview. (Auth policies:
|
|
1110
|
+
* @summary Delete ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1111
1111
|
* @param {ServiceReviewsApiApiV1ServicereviewsServiceReviewIdDeleteRequest} requestParameters Request parameters.
|
|
1112
1112
|
* @param {*} [options] Override http request option.
|
|
1113
1113
|
* @throws {RequiredError}
|
|
@@ -1143,7 +1143,7 @@ var ServiceReviewsApi = /** @class */ (function (_super) {
|
|
|
1143
1143
|
};
|
|
1144
1144
|
/**
|
|
1145
1145
|
*
|
|
1146
|
-
* @summary Delete ServiceReviewMedia (Auth policies:
|
|
1146
|
+
* @summary Delete ServiceReviewMedia (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1147
1147
|
* @param {ServiceReviewsApiApiV1ServicereviewsServiceReviewIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
|
|
1148
1148
|
* @param {*} [options] Override http request option.
|
|
1149
1149
|
* @throws {RequiredError}
|
|
@@ -1167,7 +1167,7 @@ var ServiceReviewsApi = /** @class */ (function (_super) {
|
|
|
1167
1167
|
};
|
|
1168
1168
|
/**
|
|
1169
1169
|
*
|
|
1170
|
-
* @summary Update ServiceReviewMedia. (Auth policies:
|
|
1170
|
+
* @summary Update ServiceReviewMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1171
1171
|
* @param {ServiceReviewsApiApiV1ServicereviewsServiceReviewIdMediasMediaIdPutRequest} requestParameters Request parameters.
|
|
1172
1172
|
* @param {*} [options] Override http request option.
|
|
1173
1173
|
* @throws {RequiredError}
|
|
@@ -1179,7 +1179,7 @@ var ServiceReviewsApi = /** @class */ (function (_super) {
|
|
|
1179
1179
|
};
|
|
1180
1180
|
/**
|
|
1181
1181
|
*
|
|
1182
|
-
* @summary Create ServiceReviewMedia. (Auth policies:
|
|
1182
|
+
* @summary Create ServiceReviewMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1183
1183
|
* @param {ServiceReviewsApiApiV1ServicereviewsServiceReviewIdMediasPostRequest} requestParameters Request parameters.
|
|
1184
1184
|
* @param {*} [options] Override http request option.
|
|
1185
1185
|
* @throws {RequiredError}
|
|
@@ -1191,7 +1191,7 @@ var ServiceReviewsApi = /** @class */ (function (_super) {
|
|
|
1191
1191
|
};
|
|
1192
1192
|
/**
|
|
1193
1193
|
*
|
|
1194
|
-
* @summary Update ServiceReview. (Auth policies:
|
|
1194
|
+
* @summary Update ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1195
1195
|
* @param {ServiceReviewsApiApiV1ServicereviewsServiceReviewIdPutRequest} requestParameters Request parameters.
|
|
1196
1196
|
* @param {*} [options] Override http request option.
|
|
1197
1197
|
* @throws {RequiredError}
|
|
@@ -13,7 +13,6 @@ import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
|
13
13
|
import { Configuration } from '../configuration';
|
|
14
14
|
import { RequestArgs, BaseAPI } from '../base';
|
|
15
15
|
import { CreateWhatsAppTemplateMediaCommand } from '../models';
|
|
16
|
-
import { DeleteWhatsAppTemplateMediaByTagCommand } from '../models';
|
|
17
16
|
import { MetaMediaType } from '../models';
|
|
18
17
|
import { WhatsAppTemplateMediaModel } from '../models';
|
|
19
18
|
import { WhatsAppTemplateMediasModel } from '../models';
|
|
@@ -24,7 +23,7 @@ import { WhatsAppTemplateMediasModel } from '../models';
|
|
|
24
23
|
export declare const WhatsAppTemplateMediaApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
25
24
|
/**
|
|
26
25
|
*
|
|
27
|
-
* @summary Retrieves a paginated list of all WhatsApp template media (Auth policies:
|
|
26
|
+
* @summary Retrieves a paginated list of all WhatsApp template media (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
28
27
|
* @param {string} [id]
|
|
29
28
|
* @param {string} [templateId]
|
|
30
29
|
* @param {MetaMediaType} [metaMediaType]
|
|
@@ -37,7 +36,7 @@ export declare const WhatsAppTemplateMediaApiAxiosParamCreator: (configuration?:
|
|
|
37
36
|
apiV1WhatsapptemplatemediaGet: (id?: string, templateId?: string, metaMediaType?: MetaMediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
38
37
|
/**
|
|
39
38
|
*
|
|
40
|
-
* @summary Deletes a specific WhatsApp template media by its ID (Auth policies:
|
|
39
|
+
* @summary Deletes a specific WhatsApp template media by its ID (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
41
40
|
* @param {string} id The unique identifier of the template media to delete
|
|
42
41
|
* @param {*} [options] Override http request option.
|
|
43
42
|
* @throws {RequiredError}
|
|
@@ -45,7 +44,7 @@ export declare const WhatsAppTemplateMediaApiAxiosParamCreator: (configuration?:
|
|
|
45
44
|
apiV1WhatsapptemplatemediaIdDelete: (id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
46
45
|
/**
|
|
47
46
|
*
|
|
48
|
-
* @summary Retrieves a specific WhatsApp template media by its ID (Auth policies:
|
|
47
|
+
* @summary Retrieves a specific WhatsApp template media by its ID (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
49
48
|
* @param {string} id The unique identifier of the template media
|
|
50
49
|
* @param {*} [options] Override http request option.
|
|
51
50
|
* @throws {RequiredError}
|
|
@@ -53,7 +52,7 @@ export declare const WhatsAppTemplateMediaApiAxiosParamCreator: (configuration?:
|
|
|
53
52
|
apiV1WhatsapptemplatemediaIdGet: (id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
54
53
|
/**
|
|
55
54
|
*
|
|
56
|
-
* @summary Creates a new WhatsApp template media (Auth policies:
|
|
55
|
+
* @summary Creates a new WhatsApp template media (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
57
56
|
* @param {CreateWhatsAppTemplateMediaCommand} [createWhatsAppTemplateMediaCommand] The command containing template media creation details
|
|
58
57
|
* @param {*} [options] Override http request option.
|
|
59
58
|
* @throws {RequiredError}
|
|
@@ -61,12 +60,13 @@ export declare const WhatsAppTemplateMediaApiAxiosParamCreator: (configuration?:
|
|
|
61
60
|
apiV1WhatsapptemplatemediaPost: (createWhatsAppTemplateMediaCommand?: CreateWhatsAppTemplateMediaCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
62
61
|
/**
|
|
63
62
|
*
|
|
64
|
-
* @summary Deletes WhatsApp template media by matching tag key and value (Auth policies:
|
|
65
|
-
* @param {
|
|
63
|
+
* @summary Deletes WhatsApp template media by matching tag key and value (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
64
|
+
* @param {string} key
|
|
65
|
+
* @param {string} value
|
|
66
66
|
* @param {*} [options] Override http request option.
|
|
67
67
|
* @throws {RequiredError}
|
|
68
68
|
*/
|
|
69
|
-
apiV1WhatsapptemplatemediaTagsDelete: (
|
|
69
|
+
apiV1WhatsapptemplatemediaTagsDelete: (key: string, value: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
70
70
|
};
|
|
71
71
|
/**
|
|
72
72
|
* WhatsAppTemplateMediaApi - functional programming interface
|
|
@@ -75,7 +75,7 @@ export declare const WhatsAppTemplateMediaApiAxiosParamCreator: (configuration?:
|
|
|
75
75
|
export declare const WhatsAppTemplateMediaApiFp: (configuration?: Configuration) => {
|
|
76
76
|
/**
|
|
77
77
|
*
|
|
78
|
-
* @summary Retrieves a paginated list of all WhatsApp template media (Auth policies:
|
|
78
|
+
* @summary Retrieves a paginated list of all WhatsApp template media (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
79
79
|
* @param {string} [id]
|
|
80
80
|
* @param {string} [templateId]
|
|
81
81
|
* @param {MetaMediaType} [metaMediaType]
|
|
@@ -88,7 +88,7 @@ export declare const WhatsAppTemplateMediaApiFp: (configuration?: Configuration)
|
|
|
88
88
|
apiV1WhatsapptemplatemediaGet(id?: string, templateId?: string, metaMediaType?: MetaMediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WhatsAppTemplateMediasModel>>;
|
|
89
89
|
/**
|
|
90
90
|
*
|
|
91
|
-
* @summary Deletes a specific WhatsApp template media by its ID (Auth policies:
|
|
91
|
+
* @summary Deletes a specific WhatsApp template media by its ID (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
92
92
|
* @param {string} id The unique identifier of the template media to delete
|
|
93
93
|
* @param {*} [options] Override http request option.
|
|
94
94
|
* @throws {RequiredError}
|
|
@@ -96,7 +96,7 @@ export declare const WhatsAppTemplateMediaApiFp: (configuration?: Configuration)
|
|
|
96
96
|
apiV1WhatsapptemplatemediaIdDelete(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
97
97
|
/**
|
|
98
98
|
*
|
|
99
|
-
* @summary Retrieves a specific WhatsApp template media by its ID (Auth policies:
|
|
99
|
+
* @summary Retrieves a specific WhatsApp template media by its ID (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
100
100
|
* @param {string} id The unique identifier of the template media
|
|
101
101
|
* @param {*} [options] Override http request option.
|
|
102
102
|
* @throws {RequiredError}
|
|
@@ -104,7 +104,7 @@ export declare const WhatsAppTemplateMediaApiFp: (configuration?: Configuration)
|
|
|
104
104
|
apiV1WhatsapptemplatemediaIdGet(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WhatsAppTemplateMediaModel>>;
|
|
105
105
|
/**
|
|
106
106
|
*
|
|
107
|
-
* @summary Creates a new WhatsApp template media (Auth policies:
|
|
107
|
+
* @summary Creates a new WhatsApp template media (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
108
108
|
* @param {CreateWhatsAppTemplateMediaCommand} [createWhatsAppTemplateMediaCommand] The command containing template media creation details
|
|
109
109
|
* @param {*} [options] Override http request option.
|
|
110
110
|
* @throws {RequiredError}
|
|
@@ -112,12 +112,13 @@ export declare const WhatsAppTemplateMediaApiFp: (configuration?: Configuration)
|
|
|
112
112
|
apiV1WhatsapptemplatemediaPost(createWhatsAppTemplateMediaCommand?: CreateWhatsAppTemplateMediaCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WhatsAppTemplateMediaModel>>;
|
|
113
113
|
/**
|
|
114
114
|
*
|
|
115
|
-
* @summary Deletes WhatsApp template media by matching tag key and value (Auth policies:
|
|
116
|
-
* @param {
|
|
115
|
+
* @summary Deletes WhatsApp template media by matching tag key and value (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
116
|
+
* @param {string} key
|
|
117
|
+
* @param {string} value
|
|
117
118
|
* @param {*} [options] Override http request option.
|
|
118
119
|
* @throws {RequiredError}
|
|
119
120
|
*/
|
|
120
|
-
apiV1WhatsapptemplatemediaTagsDelete(
|
|
121
|
+
apiV1WhatsapptemplatemediaTagsDelete(key: string, value: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
121
122
|
};
|
|
122
123
|
/**
|
|
123
124
|
* WhatsAppTemplateMediaApi - factory interface
|
|
@@ -126,7 +127,7 @@ export declare const WhatsAppTemplateMediaApiFp: (configuration?: Configuration)
|
|
|
126
127
|
export declare const WhatsAppTemplateMediaApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
127
128
|
/**
|
|
128
129
|
*
|
|
129
|
-
* @summary Retrieves a paginated list of all WhatsApp template media (Auth policies:
|
|
130
|
+
* @summary Retrieves a paginated list of all WhatsApp template media (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
130
131
|
* @param {string} [id]
|
|
131
132
|
* @param {string} [templateId]
|
|
132
133
|
* @param {MetaMediaType} [metaMediaType]
|
|
@@ -139,7 +140,7 @@ export declare const WhatsAppTemplateMediaApiFactory: (configuration?: Configura
|
|
|
139
140
|
apiV1WhatsapptemplatemediaGet(id?: string, templateId?: string, metaMediaType?: MetaMediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<WhatsAppTemplateMediasModel>;
|
|
140
141
|
/**
|
|
141
142
|
*
|
|
142
|
-
* @summary Deletes a specific WhatsApp template media by its ID (Auth policies:
|
|
143
|
+
* @summary Deletes a specific WhatsApp template media by its ID (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
143
144
|
* @param {string} id The unique identifier of the template media to delete
|
|
144
145
|
* @param {*} [options] Override http request option.
|
|
145
146
|
* @throws {RequiredError}
|
|
@@ -147,7 +148,7 @@ export declare const WhatsAppTemplateMediaApiFactory: (configuration?: Configura
|
|
|
147
148
|
apiV1WhatsapptemplatemediaIdDelete(id: string, options?: any): AxiosPromise<boolean>;
|
|
148
149
|
/**
|
|
149
150
|
*
|
|
150
|
-
* @summary Retrieves a specific WhatsApp template media by its ID (Auth policies:
|
|
151
|
+
* @summary Retrieves a specific WhatsApp template media by its ID (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
151
152
|
* @param {string} id The unique identifier of the template media
|
|
152
153
|
* @param {*} [options] Override http request option.
|
|
153
154
|
* @throws {RequiredError}
|
|
@@ -155,7 +156,7 @@ export declare const WhatsAppTemplateMediaApiFactory: (configuration?: Configura
|
|
|
155
156
|
apiV1WhatsapptemplatemediaIdGet(id: string, options?: any): AxiosPromise<WhatsAppTemplateMediaModel>;
|
|
156
157
|
/**
|
|
157
158
|
*
|
|
158
|
-
* @summary Creates a new WhatsApp template media (Auth policies:
|
|
159
|
+
* @summary Creates a new WhatsApp template media (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
159
160
|
* @param {CreateWhatsAppTemplateMediaCommand} [createWhatsAppTemplateMediaCommand] The command containing template media creation details
|
|
160
161
|
* @param {*} [options] Override http request option.
|
|
161
162
|
* @throws {RequiredError}
|
|
@@ -163,12 +164,13 @@ export declare const WhatsAppTemplateMediaApiFactory: (configuration?: Configura
|
|
|
163
164
|
apiV1WhatsapptemplatemediaPost(createWhatsAppTemplateMediaCommand?: CreateWhatsAppTemplateMediaCommand, options?: any): AxiosPromise<WhatsAppTemplateMediaModel>;
|
|
164
165
|
/**
|
|
165
166
|
*
|
|
166
|
-
* @summary Deletes WhatsApp template media by matching tag key and value (Auth policies:
|
|
167
|
-
* @param {
|
|
167
|
+
* @summary Deletes WhatsApp template media by matching tag key and value (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
168
|
+
* @param {string} key
|
|
169
|
+
* @param {string} value
|
|
168
170
|
* @param {*} [options] Override http request option.
|
|
169
171
|
* @throws {RequiredError}
|
|
170
172
|
*/
|
|
171
|
-
apiV1WhatsapptemplatemediaTagsDelete(
|
|
173
|
+
apiV1WhatsapptemplatemediaTagsDelete(key: string, value: string, options?: any): AxiosPromise<boolean>;
|
|
172
174
|
};
|
|
173
175
|
/**
|
|
174
176
|
* Request parameters for apiV1WhatsapptemplatemediaGet operation in WhatsAppTemplateMediaApi.
|
|
@@ -259,11 +261,17 @@ export interface WhatsAppTemplateMediaApiApiV1WhatsapptemplatemediaPostRequest {
|
|
|
259
261
|
*/
|
|
260
262
|
export interface WhatsAppTemplateMediaApiApiV1WhatsapptemplatemediaTagsDeleteRequest {
|
|
261
263
|
/**
|
|
262
|
-
*
|
|
263
|
-
* @type {
|
|
264
|
+
*
|
|
265
|
+
* @type {string}
|
|
266
|
+
* @memberof WhatsAppTemplateMediaApiApiV1WhatsapptemplatemediaTagsDelete
|
|
267
|
+
*/
|
|
268
|
+
readonly key: string;
|
|
269
|
+
/**
|
|
270
|
+
*
|
|
271
|
+
* @type {string}
|
|
264
272
|
* @memberof WhatsAppTemplateMediaApiApiV1WhatsapptemplatemediaTagsDelete
|
|
265
273
|
*/
|
|
266
|
-
readonly
|
|
274
|
+
readonly value: string;
|
|
267
275
|
}
|
|
268
276
|
/**
|
|
269
277
|
* WhatsAppTemplateMediaApi - object-oriented interface
|
|
@@ -274,7 +282,7 @@ export interface WhatsAppTemplateMediaApiApiV1WhatsapptemplatemediaTagsDeleteReq
|
|
|
274
282
|
export declare class WhatsAppTemplateMediaApi extends BaseAPI {
|
|
275
283
|
/**
|
|
276
284
|
*
|
|
277
|
-
* @summary Retrieves a paginated list of all WhatsApp template media (Auth policies:
|
|
285
|
+
* @summary Retrieves a paginated list of all WhatsApp template media (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
278
286
|
* @param {WhatsAppTemplateMediaApiApiV1WhatsapptemplatemediaGetRequest} requestParameters Request parameters.
|
|
279
287
|
* @param {*} [options] Override http request option.
|
|
280
288
|
* @throws {RequiredError}
|
|
@@ -283,7 +291,7 @@ export declare class WhatsAppTemplateMediaApi extends BaseAPI {
|
|
|
283
291
|
apiV1WhatsapptemplatemediaGet(requestParameters?: WhatsAppTemplateMediaApiApiV1WhatsapptemplatemediaGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<WhatsAppTemplateMediasModel, any>>;
|
|
284
292
|
/**
|
|
285
293
|
*
|
|
286
|
-
* @summary Deletes a specific WhatsApp template media by its ID (Auth policies:
|
|
294
|
+
* @summary Deletes a specific WhatsApp template media by its ID (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
287
295
|
* @param {WhatsAppTemplateMediaApiApiV1WhatsapptemplatemediaIdDeleteRequest} requestParameters Request parameters.
|
|
288
296
|
* @param {*} [options] Override http request option.
|
|
289
297
|
* @throws {RequiredError}
|
|
@@ -292,7 +300,7 @@ export declare class WhatsAppTemplateMediaApi extends BaseAPI {
|
|
|
292
300
|
apiV1WhatsapptemplatemediaIdDelete(requestParameters: WhatsAppTemplateMediaApiApiV1WhatsapptemplatemediaIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
293
301
|
/**
|
|
294
302
|
*
|
|
295
|
-
* @summary Retrieves a specific WhatsApp template media by its ID (Auth policies:
|
|
303
|
+
* @summary Retrieves a specific WhatsApp template media by its ID (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
296
304
|
* @param {WhatsAppTemplateMediaApiApiV1WhatsapptemplatemediaIdGetRequest} requestParameters Request parameters.
|
|
297
305
|
* @param {*} [options] Override http request option.
|
|
298
306
|
* @throws {RequiredError}
|
|
@@ -301,7 +309,7 @@ export declare class WhatsAppTemplateMediaApi extends BaseAPI {
|
|
|
301
309
|
apiV1WhatsapptemplatemediaIdGet(requestParameters: WhatsAppTemplateMediaApiApiV1WhatsapptemplatemediaIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<WhatsAppTemplateMediaModel, any>>;
|
|
302
310
|
/**
|
|
303
311
|
*
|
|
304
|
-
* @summary Creates a new WhatsApp template media (Auth policies:
|
|
312
|
+
* @summary Creates a new WhatsApp template media (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
305
313
|
* @param {WhatsAppTemplateMediaApiApiV1WhatsapptemplatemediaPostRequest} requestParameters Request parameters.
|
|
306
314
|
* @param {*} [options] Override http request option.
|
|
307
315
|
* @throws {RequiredError}
|
|
@@ -310,12 +318,12 @@ export declare class WhatsAppTemplateMediaApi extends BaseAPI {
|
|
|
310
318
|
apiV1WhatsapptemplatemediaPost(requestParameters?: WhatsAppTemplateMediaApiApiV1WhatsapptemplatemediaPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<WhatsAppTemplateMediaModel, any>>;
|
|
311
319
|
/**
|
|
312
320
|
*
|
|
313
|
-
* @summary Deletes WhatsApp template media by matching tag key and value (Auth policies:
|
|
321
|
+
* @summary Deletes WhatsApp template media by matching tag key and value (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
314
322
|
* @param {WhatsAppTemplateMediaApiApiV1WhatsapptemplatemediaTagsDeleteRequest} requestParameters Request parameters.
|
|
315
323
|
* @param {*} [options] Override http request option.
|
|
316
324
|
* @throws {RequiredError}
|
|
317
325
|
* @memberof WhatsAppTemplateMediaApi
|
|
318
326
|
*/
|
|
319
|
-
apiV1WhatsapptemplatemediaTagsDelete(requestParameters
|
|
327
|
+
apiV1WhatsapptemplatemediaTagsDelete(requestParameters: WhatsAppTemplateMediaApiApiV1WhatsapptemplatemediaTagsDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
320
328
|
}
|
|
321
329
|
//# sourceMappingURL=whats-app-template-media-api.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"whats-app-template-media-api.d.ts","sourceRoot":"","sources":["../../src/api/whats-app-template-media-api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKjD,OAAO,EAAiC,WAAW,EAAE,OAAO,EAAiB,MAAM,SAAS,CAAC;AAE7F,OAAO,EAAE,kCAAkC,EAAE,MAAM,WAAW,CAAC;AAE/D,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"whats-app-template-media-api.d.ts","sourceRoot":"","sources":["../../src/api/whats-app-template-media-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -103,7 +103,7 @@ var WhatsAppTemplateMediaApiAxiosParamCreator = function (configuration) {
|
|
|
103
103
|
return {
|
|
104
104
|
/**
|
|
105
105
|
*
|
|
106
|
-
* @summary Retrieves a paginated list of all WhatsApp template media (Auth policies:
|
|
106
|
+
* @summary Retrieves a paginated list of all WhatsApp template media (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
107
107
|
* @param {string} [id]
|
|
108
108
|
* @param {string} [templateId]
|
|
109
109
|
* @param {MetaMediaType} [metaMediaType]
|
|
@@ -172,7 +172,7 @@ var WhatsAppTemplateMediaApiAxiosParamCreator = function (configuration) {
|
|
|
172
172
|
},
|
|
173
173
|
/**
|
|
174
174
|
*
|
|
175
|
-
* @summary Deletes a specific WhatsApp template media by its ID (Auth policies:
|
|
175
|
+
* @summary Deletes a specific WhatsApp template media by its ID (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
176
176
|
* @param {string} id The unique identifier of the template media to delete
|
|
177
177
|
* @param {*} [options] Override http request option.
|
|
178
178
|
* @throws {RequiredError}
|
|
@@ -219,7 +219,7 @@ var WhatsAppTemplateMediaApiAxiosParamCreator = function (configuration) {
|
|
|
219
219
|
},
|
|
220
220
|
/**
|
|
221
221
|
*
|
|
222
|
-
* @summary Retrieves a specific WhatsApp template media by its ID (Auth policies:
|
|
222
|
+
* @summary Retrieves a specific WhatsApp template media by its ID (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
223
223
|
* @param {string} id The unique identifier of the template media
|
|
224
224
|
* @param {*} [options] Override http request option.
|
|
225
225
|
* @throws {RequiredError}
|
|
@@ -266,7 +266,7 @@ var WhatsAppTemplateMediaApiAxiosParamCreator = function (configuration) {
|
|
|
266
266
|
},
|
|
267
267
|
/**
|
|
268
268
|
*
|
|
269
|
-
* @summary Creates a new WhatsApp template media (Auth policies:
|
|
269
|
+
* @summary Creates a new WhatsApp template media (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
270
270
|
* @param {CreateWhatsAppTemplateMediaCommand} [createWhatsAppTemplateMediaCommand] The command containing template media creation details
|
|
271
271
|
* @param {*} [options] Override http request option.
|
|
272
272
|
* @throws {RequiredError}
|
|
@@ -312,22 +312,27 @@ var WhatsAppTemplateMediaApiAxiosParamCreator = function (configuration) {
|
|
|
312
312
|
},
|
|
313
313
|
/**
|
|
314
314
|
*
|
|
315
|
-
* @summary Deletes WhatsApp template media by matching tag key and value (Auth policies:
|
|
316
|
-
* @param {
|
|
315
|
+
* @summary Deletes WhatsApp template media by matching tag key and value (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
316
|
+
* @param {string} key
|
|
317
|
+
* @param {string} value
|
|
317
318
|
* @param {*} [options] Override http request option.
|
|
318
319
|
* @throws {RequiredError}
|
|
319
320
|
*/
|
|
320
|
-
apiV1WhatsapptemplatemediaTagsDelete: function (
|
|
321
|
+
apiV1WhatsapptemplatemediaTagsDelete: function (key_1, value_1) {
|
|
321
322
|
var args_1 = [];
|
|
322
|
-
for (var _i =
|
|
323
|
-
args_1[_i -
|
|
323
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
324
|
+
args_1[_i - 2] = arguments[_i];
|
|
324
325
|
}
|
|
325
|
-
return __awaiter(_this, __spreadArray([
|
|
326
|
+
return __awaiter(_this, __spreadArray([key_1, value_1], args_1, true), void 0, function (key, value, options) {
|
|
326
327
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
327
328
|
if (options === void 0) { options = {}; }
|
|
328
329
|
return __generator(this, function (_a) {
|
|
329
330
|
switch (_a.label) {
|
|
330
331
|
case 0:
|
|
332
|
+
// verify required parameter 'key' is not null or undefined
|
|
333
|
+
(0, common_1.assertParamExists)('apiV1WhatsapptemplatemediaTagsDelete', 'key', key);
|
|
334
|
+
// verify required parameter 'value' is not null or undefined
|
|
335
|
+
(0, common_1.assertParamExists)('apiV1WhatsapptemplatemediaTagsDelete', 'value', value);
|
|
331
336
|
localVarPath = "/api/v1/whatsapptemplatemedia/tags";
|
|
332
337
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
333
338
|
if (configuration) {
|
|
@@ -343,11 +348,15 @@ var WhatsAppTemplateMediaApiAxiosParamCreator = function (configuration) {
|
|
|
343
348
|
// authentication oauth2 required
|
|
344
349
|
// oauth required
|
|
345
350
|
_a.sent();
|
|
346
|
-
|
|
351
|
+
if (key !== undefined) {
|
|
352
|
+
localVarQueryParameter['key'] = key;
|
|
353
|
+
}
|
|
354
|
+
if (value !== undefined) {
|
|
355
|
+
localVarQueryParameter['value'] = value;
|
|
356
|
+
}
|
|
347
357
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
348
358
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
349
359
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
350
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(deleteWhatsAppTemplateMediaByTagCommand, localVarRequestOptions, configuration);
|
|
351
360
|
return [2 /*return*/, {
|
|
352
361
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
353
362
|
options: localVarRequestOptions,
|
|
@@ -368,7 +377,7 @@ var WhatsAppTemplateMediaApiFp = function (configuration) {
|
|
|
368
377
|
return {
|
|
369
378
|
/**
|
|
370
379
|
*
|
|
371
|
-
* @summary Retrieves a paginated list of all WhatsApp template media (Auth policies:
|
|
380
|
+
* @summary Retrieves a paginated list of all WhatsApp template media (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
372
381
|
* @param {string} [id]
|
|
373
382
|
* @param {string} [templateId]
|
|
374
383
|
* @param {MetaMediaType} [metaMediaType]
|
|
@@ -393,7 +402,7 @@ var WhatsAppTemplateMediaApiFp = function (configuration) {
|
|
|
393
402
|
},
|
|
394
403
|
/**
|
|
395
404
|
*
|
|
396
|
-
* @summary Deletes a specific WhatsApp template media by its ID (Auth policies:
|
|
405
|
+
* @summary Deletes a specific WhatsApp template media by its ID (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
397
406
|
* @param {string} id The unique identifier of the template media to delete
|
|
398
407
|
* @param {*} [options] Override http request option.
|
|
399
408
|
* @throws {RequiredError}
|
|
@@ -413,7 +422,7 @@ var WhatsAppTemplateMediaApiFp = function (configuration) {
|
|
|
413
422
|
},
|
|
414
423
|
/**
|
|
415
424
|
*
|
|
416
|
-
* @summary Retrieves a specific WhatsApp template media by its ID (Auth policies:
|
|
425
|
+
* @summary Retrieves a specific WhatsApp template media by its ID (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
417
426
|
* @param {string} id The unique identifier of the template media
|
|
418
427
|
* @param {*} [options] Override http request option.
|
|
419
428
|
* @throws {RequiredError}
|
|
@@ -433,7 +442,7 @@ var WhatsAppTemplateMediaApiFp = function (configuration) {
|
|
|
433
442
|
},
|
|
434
443
|
/**
|
|
435
444
|
*
|
|
436
|
-
* @summary Creates a new WhatsApp template media (Auth policies:
|
|
445
|
+
* @summary Creates a new WhatsApp template media (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
437
446
|
* @param {CreateWhatsAppTemplateMediaCommand} [createWhatsAppTemplateMediaCommand] The command containing template media creation details
|
|
438
447
|
* @param {*} [options] Override http request option.
|
|
439
448
|
* @throws {RequiredError}
|
|
@@ -453,17 +462,18 @@ var WhatsAppTemplateMediaApiFp = function (configuration) {
|
|
|
453
462
|
},
|
|
454
463
|
/**
|
|
455
464
|
*
|
|
456
|
-
* @summary Deletes WhatsApp template media by matching tag key and value (Auth policies:
|
|
457
|
-
* @param {
|
|
465
|
+
* @summary Deletes WhatsApp template media by matching tag key and value (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
466
|
+
* @param {string} key
|
|
467
|
+
* @param {string} value
|
|
458
468
|
* @param {*} [options] Override http request option.
|
|
459
469
|
* @throws {RequiredError}
|
|
460
470
|
*/
|
|
461
|
-
apiV1WhatsapptemplatemediaTagsDelete: function (
|
|
471
|
+
apiV1WhatsapptemplatemediaTagsDelete: function (key, value, options) {
|
|
462
472
|
return __awaiter(this, void 0, void 0, function () {
|
|
463
473
|
var localVarAxiosArgs;
|
|
464
474
|
return __generator(this, function (_a) {
|
|
465
475
|
switch (_a.label) {
|
|
466
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1WhatsapptemplatemediaTagsDelete(
|
|
476
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1WhatsapptemplatemediaTagsDelete(key, value, options)];
|
|
467
477
|
case 1:
|
|
468
478
|
localVarAxiosArgs = _a.sent();
|
|
469
479
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -483,7 +493,7 @@ var WhatsAppTemplateMediaApiFactory = function (configuration, basePath, axios)
|
|
|
483
493
|
return {
|
|
484
494
|
/**
|
|
485
495
|
*
|
|
486
|
-
* @summary Retrieves a paginated list of all WhatsApp template media (Auth policies:
|
|
496
|
+
* @summary Retrieves a paginated list of all WhatsApp template media (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
487
497
|
* @param {string} [id]
|
|
488
498
|
* @param {string} [templateId]
|
|
489
499
|
* @param {MetaMediaType} [metaMediaType]
|
|
@@ -498,7 +508,7 @@ var WhatsAppTemplateMediaApiFactory = function (configuration, basePath, axios)
|
|
|
498
508
|
},
|
|
499
509
|
/**
|
|
500
510
|
*
|
|
501
|
-
* @summary Deletes a specific WhatsApp template media by its ID (Auth policies:
|
|
511
|
+
* @summary Deletes a specific WhatsApp template media by its ID (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
502
512
|
* @param {string} id The unique identifier of the template media to delete
|
|
503
513
|
* @param {*} [options] Override http request option.
|
|
504
514
|
* @throws {RequiredError}
|
|
@@ -508,7 +518,7 @@ var WhatsAppTemplateMediaApiFactory = function (configuration, basePath, axios)
|
|
|
508
518
|
},
|
|
509
519
|
/**
|
|
510
520
|
*
|
|
511
|
-
* @summary Retrieves a specific WhatsApp template media by its ID (Auth policies:
|
|
521
|
+
* @summary Retrieves a specific WhatsApp template media by its ID (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
512
522
|
* @param {string} id The unique identifier of the template media
|
|
513
523
|
* @param {*} [options] Override http request option.
|
|
514
524
|
* @throws {RequiredError}
|
|
@@ -518,7 +528,7 @@ var WhatsAppTemplateMediaApiFactory = function (configuration, basePath, axios)
|
|
|
518
528
|
},
|
|
519
529
|
/**
|
|
520
530
|
*
|
|
521
|
-
* @summary Creates a new WhatsApp template media (Auth policies:
|
|
531
|
+
* @summary Creates a new WhatsApp template media (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
522
532
|
* @param {CreateWhatsAppTemplateMediaCommand} [createWhatsAppTemplateMediaCommand] The command containing template media creation details
|
|
523
533
|
* @param {*} [options] Override http request option.
|
|
524
534
|
* @throws {RequiredError}
|
|
@@ -528,13 +538,14 @@ var WhatsAppTemplateMediaApiFactory = function (configuration, basePath, axios)
|
|
|
528
538
|
},
|
|
529
539
|
/**
|
|
530
540
|
*
|
|
531
|
-
* @summary Deletes WhatsApp template media by matching tag key and value (Auth policies:
|
|
532
|
-
* @param {
|
|
541
|
+
* @summary Deletes WhatsApp template media by matching tag key and value (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
542
|
+
* @param {string} key
|
|
543
|
+
* @param {string} value
|
|
533
544
|
* @param {*} [options] Override http request option.
|
|
534
545
|
* @throws {RequiredError}
|
|
535
546
|
*/
|
|
536
|
-
apiV1WhatsapptemplatemediaTagsDelete: function (
|
|
537
|
-
return localVarFp.apiV1WhatsapptemplatemediaTagsDelete(
|
|
547
|
+
apiV1WhatsapptemplatemediaTagsDelete: function (key, value, options) {
|
|
548
|
+
return localVarFp.apiV1WhatsapptemplatemediaTagsDelete(key, value, options).then(function (request) { return request(axios, basePath); });
|
|
538
549
|
},
|
|
539
550
|
};
|
|
540
551
|
};
|
|
@@ -552,7 +563,7 @@ var WhatsAppTemplateMediaApi = /** @class */ (function (_super) {
|
|
|
552
563
|
}
|
|
553
564
|
/**
|
|
554
565
|
*
|
|
555
|
-
* @summary Retrieves a paginated list of all WhatsApp template media (Auth policies:
|
|
566
|
+
* @summary Retrieves a paginated list of all WhatsApp template media (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
556
567
|
* @param {WhatsAppTemplateMediaApiApiV1WhatsapptemplatemediaGetRequest} requestParameters Request parameters.
|
|
557
568
|
* @param {*} [options] Override http request option.
|
|
558
569
|
* @throws {RequiredError}
|
|
@@ -565,7 +576,7 @@ var WhatsAppTemplateMediaApi = /** @class */ (function (_super) {
|
|
|
565
576
|
};
|
|
566
577
|
/**
|
|
567
578
|
*
|
|
568
|
-
* @summary Deletes a specific WhatsApp template media by its ID (Auth policies:
|
|
579
|
+
* @summary Deletes a specific WhatsApp template media by its ID (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
569
580
|
* @param {WhatsAppTemplateMediaApiApiV1WhatsapptemplatemediaIdDeleteRequest} requestParameters Request parameters.
|
|
570
581
|
* @param {*} [options] Override http request option.
|
|
571
582
|
* @throws {RequiredError}
|
|
@@ -577,7 +588,7 @@ var WhatsAppTemplateMediaApi = /** @class */ (function (_super) {
|
|
|
577
588
|
};
|
|
578
589
|
/**
|
|
579
590
|
*
|
|
580
|
-
* @summary Retrieves a specific WhatsApp template media by its ID (Auth policies:
|
|
591
|
+
* @summary Retrieves a specific WhatsApp template media by its ID (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
581
592
|
* @param {WhatsAppTemplateMediaApiApiV1WhatsapptemplatemediaIdGetRequest} requestParameters Request parameters.
|
|
582
593
|
* @param {*} [options] Override http request option.
|
|
583
594
|
* @throws {RequiredError}
|
|
@@ -589,7 +600,7 @@ var WhatsAppTemplateMediaApi = /** @class */ (function (_super) {
|
|
|
589
600
|
};
|
|
590
601
|
/**
|
|
591
602
|
*
|
|
592
|
-
* @summary Creates a new WhatsApp template media (Auth policies:
|
|
603
|
+
* @summary Creates a new WhatsApp template media (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
593
604
|
* @param {WhatsAppTemplateMediaApiApiV1WhatsapptemplatemediaPostRequest} requestParameters Request parameters.
|
|
594
605
|
* @param {*} [options] Override http request option.
|
|
595
606
|
* @throws {RequiredError}
|
|
@@ -602,7 +613,7 @@ var WhatsAppTemplateMediaApi = /** @class */ (function (_super) {
|
|
|
602
613
|
};
|
|
603
614
|
/**
|
|
604
615
|
*
|
|
605
|
-
* @summary Deletes WhatsApp template media by matching tag key and value (Auth policies:
|
|
616
|
+
* @summary Deletes WhatsApp template media by matching tag key and value (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
606
617
|
* @param {WhatsAppTemplateMediaApiApiV1WhatsapptemplatemediaTagsDeleteRequest} requestParameters Request parameters.
|
|
607
618
|
* @param {*} [options] Override http request option.
|
|
608
619
|
* @throws {RequiredError}
|
|
@@ -610,8 +621,7 @@ var WhatsAppTemplateMediaApi = /** @class */ (function (_super) {
|
|
|
610
621
|
*/
|
|
611
622
|
WhatsAppTemplateMediaApi.prototype.apiV1WhatsapptemplatemediaTagsDelete = function (requestParameters, options) {
|
|
612
623
|
var _this = this;
|
|
613
|
-
|
|
614
|
-
return (0, exports.WhatsAppTemplateMediaApiFp)(this.configuration).apiV1WhatsapptemplatemediaTagsDelete(requestParameters.deleteWhatsAppTemplateMediaByTagCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
624
|
+
return (0, exports.WhatsAppTemplateMediaApiFp)(this.configuration).apiV1WhatsapptemplatemediaTagsDelete(requestParameters.key, requestParameters.value, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
615
625
|
};
|
|
616
626
|
return WhatsAppTemplateMediaApi;
|
|
617
627
|
}(base_1.BaseAPI));
|
package/lib/models/index.d.ts
CHANGED
|
@@ -198,7 +198,6 @@ export * from './delete-doctor-affiliation-appointment-timetable-overrides-comma
|
|
|
198
198
|
export * from './delete-hospital-appointment-timetable-overrides-command';
|
|
199
199
|
export * from './delete-hospital-specialty-appointment-timetable-overrides-command';
|
|
200
200
|
export * from './delete-service-appointment-timetable-overrides-command';
|
|
201
|
-
export * from './delete-whats-app-template-media-by-tag-command';
|
|
202
201
|
export * from './deploy-status';
|
|
203
202
|
export * from './doctor-affiliation-item-model';
|
|
204
203
|
export * from './doctor-affiliation-model';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
|
package/lib/models/index.js
CHANGED
|
@@ -214,7 +214,6 @@ __exportStar(require("./delete-doctor-affiliation-appointment-timetable-override
|
|
|
214
214
|
__exportStar(require("./delete-hospital-appointment-timetable-overrides-command"), exports);
|
|
215
215
|
__exportStar(require("./delete-hospital-specialty-appointment-timetable-overrides-command"), exports);
|
|
216
216
|
__exportStar(require("./delete-service-appointment-timetable-overrides-command"), exports);
|
|
217
|
-
__exportStar(require("./delete-whats-app-template-media-by-tag-command"), exports);
|
|
218
217
|
__exportStar(require("./deploy-status"), exports);
|
|
219
218
|
__exportStar(require("./doctor-affiliation-item-model"), exports);
|
|
220
219
|
__exportStar(require("./doctor-affiliation-model"), exports);
|
package/package.json
CHANGED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CloudHospital Admin Api
|
|
3
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1
|
|
6
|
-
* Contact: developer@icloudhospital.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface DeleteWhatsAppTemplateMediaByTagCommand
|
|
16
|
-
*/
|
|
17
|
-
export interface DeleteWhatsAppTemplateMediaByTagCommand {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof DeleteWhatsAppTemplateMediaByTagCommand
|
|
22
|
-
*/
|
|
23
|
-
'key'?: string | null;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof DeleteWhatsAppTemplateMediaByTagCommand
|
|
28
|
-
*/
|
|
29
|
-
'value'?: string | null;
|
|
30
|
-
}
|
|
31
|
-
//# sourceMappingURL=delete-whats-app-template-media-by-tag-command.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"delete-whats-app-template-media-by-tag-command.d.ts","sourceRoot":"","sources":["../../src/models/delete-whats-app-template-media-by-tag-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,uCAAuC;IACpD;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* CloudHospital Admin Api
|
|
6
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1
|
|
9
|
-
* Contact: developer@icloudhospital.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|