ch-admin-api-client-typescript 5.73.0 → 5.73.4
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/call-histories-api.d.ts +63 -8
- package/lib/api/call-histories-api.d.ts.map +1 -1
- package/lib/api/call-histories-api.js +104 -8
- 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
|
@@ -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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"}
|