ch-admin-api-client-typescript 5.59.2 → 5.60.1
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/articles-api.d.ts +108 -108
- package/lib/api/articles-api.js +108 -108
- package/lib/api/call-histories-api.d.ts +8 -8
- package/lib/api/call-histories-api.js +8 -8
- package/lib/api/contributors-api.d.ts +12 -12
- package/lib/api/contributors-api.js +12 -12
- package/lib/api/curation-categories-api.d.ts +8 -8
- package/lib/api/curation-categories-api.js +8 -8
- package/lib/api/currencies-api.d.ts +8 -8
- package/lib/api/currencies-api.js +8 -8
- package/lib/api/dash-board-api.d.ts +20 -20
- package/lib/api/dash-board-api.js +20 -20
- package/lib/api/deals-api.d.ts +100 -100
- package/lib/api/deals-api.js +100 -100
- package/lib/api/faq-categories-api.d.ts +28 -28
- package/lib/api/faq-categories-api.js +28 -28
- package/lib/api/faqs-api.d.ts +64 -64
- package/lib/api/faqs-api.js +64 -64
- package/lib/api/form-templates-api.d.ts +4 -4
- package/lib/api/form-templates-api.js +4 -4
- package/lib/api/hospitals-api.d.ts +476 -476
- package/lib/api/hospitals-api.js +476 -476
- package/lib/api/services-api.d.ts +12 -12
- package/lib/api/services-api.js +12 -12
- package/lib/api/services-categories-api.d.ts +8 -8
- package/lib/api/services-categories-api.js +8 -8
- package/lib/api/survey-forms-api.d.ts +8 -8
- package/lib/api/survey-forms-api.js +8 -8
- package/lib/api/translation-api.d.ts +47 -0
- package/lib/api/translation-api.d.ts.map +1 -1
- package/lib/api/translation-api.js +90 -0
- package/lib/api/users-api.d.ts +92 -0
- package/lib/api/users-api.d.ts.map +1 -1
- package/lib/api/users-api.js +178 -0
- package/lib/models/general-user-item-model.d.ts +6 -0
- package/lib/models/general-user-item-model.d.ts.map +1 -1
- package/lib/models/general-user-model.d.ts +6 -0
- package/lib/models/general-user-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +1 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +1 -0
- package/lib/models/translation-persona-type.d.ts +23 -0
- package/lib/models/translation-persona-type.d.ts.map +1 -0
- package/lib/models/translation-persona-type.js +26 -0
- package/package.json +1 -1
package/lib/api/deals-api.d.ts
CHANGED
|
@@ -43,7 +43,7 @@ import { UpdateDealServiceCommand } from '../models';
|
|
|
43
43
|
export declare const DealsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
|
-
* @summary Delete deal. (Auth policies:
|
|
46
|
+
* @summary Delete deal. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
47
47
|
* @param {string} dealId
|
|
48
48
|
* @param {boolean} [isPermanent]
|
|
49
49
|
* @param {*} [options] Override http request option.
|
|
@@ -52,7 +52,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
52
52
|
apiV1DealsDealIdDelete: (dealId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
|
-
* @summary Get deal. (Auth policies:
|
|
55
|
+
* @summary Get deal. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
56
56
|
* @param {string} dealId
|
|
57
57
|
* @param {string} [languageCode]
|
|
58
58
|
* @param {*} [options] Override http request option.
|
|
@@ -61,7 +61,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
61
61
|
apiV1DealsDealIdGet: (dealId: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
|
-
* @summary Get all DealPackage. (Auth policies:
|
|
64
|
+
* @summary Get all DealPackage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
65
65
|
* @param {string} dealId
|
|
66
66
|
* @param {string} [relatedDealPackageId]
|
|
67
67
|
* @param {string} [dealName]
|
|
@@ -80,7 +80,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
80
80
|
apiV1DealsDealIdPackagesGet: (dealId: string, relatedDealPackageId?: string, dealName?: string, name?: string, countryId?: string, hospitalId?: string, hospitalName?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
81
81
|
/**
|
|
82
82
|
*
|
|
83
|
-
* @summary Get DealPackage appointment timetable overrides (Auth policies:
|
|
83
|
+
* @summary Get DealPackage appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
84
84
|
* @param {string} dealId
|
|
85
85
|
* @param {string} packageId
|
|
86
86
|
* @param {boolean} [includesPreviousItems]
|
|
@@ -96,7 +96,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
96
96
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesGet: (dealId: string, packageId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
97
97
|
/**
|
|
98
98
|
*
|
|
99
|
-
* @summary Delete DealPackage appointment timetable overrides (Auth policies:
|
|
99
|
+
* @summary Delete DealPackage appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
100
100
|
* @param {string} dealId
|
|
101
101
|
* @param {string} packageId
|
|
102
102
|
* @param {DeleteDealPackageAppointmentTimetableOverridesCommand} [deleteDealPackageAppointmentTimetableOverridesCommand]
|
|
@@ -106,7 +106,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
106
106
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPatch: (dealId: string, packageId: string, deleteDealPackageAppointmentTimetableOverridesCommand?: DeleteDealPackageAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
107
107
|
/**
|
|
108
108
|
*
|
|
109
|
-
* @summary Save DealPackage appointment timetable overrides (Auth policies:
|
|
109
|
+
* @summary Save DealPackage appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
110
110
|
* @param {string} dealId
|
|
111
111
|
* @param {string} packageId
|
|
112
112
|
* @param {SaveDealPackageAppointmentTimetableOverridesCommand} [saveDealPackageAppointmentTimetableOverridesCommand]
|
|
@@ -116,7 +116,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
116
116
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPost: (dealId: string, packageId: string, saveDealPackageAppointmentTimetableOverridesCommand?: SaveDealPackageAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
117
117
|
/**
|
|
118
118
|
*
|
|
119
|
-
* @summary Get DealPackage appointment timetables for application (Auth policies:
|
|
119
|
+
* @summary Get DealPackage appointment timetables for application (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
120
120
|
* @param {string} dealId
|
|
121
121
|
* @param {string} packageId
|
|
122
122
|
* @param {number} [year]
|
|
@@ -132,7 +132,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
132
132
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetablesApplicationGet: (dealId: string, packageId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, isOnline?: boolean, appointmentIdExcluded?: string, excludeUnavailableTimeSlots?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
133
133
|
/**
|
|
134
134
|
*
|
|
135
|
-
* @summary Add, update and delete DealPackage appointment timetable (Auth policies:
|
|
135
|
+
* @summary Add, update and delete DealPackage appointment timetable (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
136
136
|
* @param {string} dealId
|
|
137
137
|
* @param {string} packageId
|
|
138
138
|
* @param {BatchDealPackageAppointmentTimetablesCommand} [batchDealPackageAppointmentTimetablesCommand]
|
|
@@ -142,7 +142,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
142
142
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetablesBatchPost: (dealId: string, packageId: string, batchDealPackageAppointmentTimetablesCommand?: BatchDealPackageAppointmentTimetablesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
143
143
|
/**
|
|
144
144
|
*
|
|
145
|
-
* @summary Get DealPackage appointment timetables (Auth policies:
|
|
145
|
+
* @summary Get DealPackage appointment timetables (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
146
146
|
* @param {string} dealId
|
|
147
147
|
* @param {string} packageId
|
|
148
148
|
* @param {DayOfWeek} [dayOfWeek]
|
|
@@ -155,7 +155,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
155
155
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetablesGet: (dealId: string, packageId: string, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
156
156
|
/**
|
|
157
157
|
*
|
|
158
|
-
* @summary Delete DealPackage. (Auth policies:
|
|
158
|
+
* @summary Delete DealPackage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
159
159
|
* @param {string} dealId
|
|
160
160
|
* @param {string} packageId
|
|
161
161
|
* @param {boolean} [isPermanent]
|
|
@@ -165,7 +165,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
165
165
|
apiV1DealsDealIdPackagesPackageIdDelete: (dealId: string, packageId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
166
166
|
/**
|
|
167
167
|
*
|
|
168
|
-
* @summary Get DealPackage. (Auth policies:
|
|
168
|
+
* @summary Get DealPackage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
169
169
|
* @param {string} dealId
|
|
170
170
|
* @param {string} packageId
|
|
171
171
|
* @param {string} [languageCode]
|
|
@@ -175,7 +175,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
175
175
|
apiV1DealsDealIdPackagesPackageIdGet: (dealId: string, packageId: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
176
176
|
/**
|
|
177
177
|
*
|
|
178
|
-
* @summary Update DealPackage. (Auth policies:
|
|
178
|
+
* @summary Update DealPackage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
179
179
|
* @param {string} dealId
|
|
180
180
|
* @param {string} packageId
|
|
181
181
|
* @param {UpdateDealPackageCommand} [updateDealPackageCommand]
|
|
@@ -185,7 +185,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
185
185
|
apiV1DealsDealIdPackagesPackageIdPut: (dealId: string, packageId: string, updateDealPackageCommand?: UpdateDealPackageCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
186
186
|
/**
|
|
187
187
|
*
|
|
188
|
-
* @summary Create DealPackage. (Auth policies:
|
|
188
|
+
* @summary Create DealPackage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
189
189
|
* @param {string} dealId
|
|
190
190
|
* @param {CreateDealPackageCommand} [createDealPackageCommand]
|
|
191
191
|
* @param {*} [options] Override http request option.
|
|
@@ -194,7 +194,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
194
194
|
apiV1DealsDealIdPackagesPost: (dealId: string, createDealPackageCommand?: CreateDealPackageCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
195
195
|
/**
|
|
196
196
|
*
|
|
197
|
-
* @summary Update deal. (Auth policies:
|
|
197
|
+
* @summary Update deal. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
198
198
|
* @param {string} dealId
|
|
199
199
|
* @param {UpdateDealCommand} [updateDealCommand]
|
|
200
200
|
* @param {*} [options] Override http request option.
|
|
@@ -203,7 +203,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
203
203
|
apiV1DealsDealIdPut: (dealId: string, updateDealCommand?: UpdateDealCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
204
204
|
/**
|
|
205
205
|
*
|
|
206
|
-
* @summary Revalidate deal (Auth policies:
|
|
206
|
+
* @summary Revalidate deal (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
207
207
|
* @param {string} dealId
|
|
208
208
|
* @param {boolean} [includeCurrent]
|
|
209
209
|
* @param {*} [options] Override http request option.
|
|
@@ -212,7 +212,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
212
212
|
apiV1DealsDealIdRevalidatePost: (dealId: string, includeCurrent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
213
213
|
/**
|
|
214
214
|
*
|
|
215
|
-
* @summary Get all DealService. (Auth policies:
|
|
215
|
+
* @summary Get all DealService. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
216
216
|
* @param {string} dealId
|
|
217
217
|
* @param {string} [languageCode]
|
|
218
218
|
* @param {number} [page]
|
|
@@ -224,7 +224,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
224
224
|
apiV1DealsDealIdServicesGet: (dealId: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
225
225
|
/**
|
|
226
226
|
*
|
|
227
|
-
* @summary Create DealService. (Auth policies:
|
|
227
|
+
* @summary Create DealService. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
228
228
|
* @param {string} dealId
|
|
229
229
|
* @param {CreateDealServiceCommand} [createDealServiceCommand]
|
|
230
230
|
* @param {*} [options] Override http request option.
|
|
@@ -233,7 +233,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
233
233
|
apiV1DealsDealIdServicesPost: (dealId: string, createDealServiceCommand?: CreateDealServiceCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
234
234
|
/**
|
|
235
235
|
*
|
|
236
|
-
* @summary Delete DealService. (Auth policies:
|
|
236
|
+
* @summary Delete DealService. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
237
237
|
* @param {string} dealId
|
|
238
238
|
* @param {string} serviceId
|
|
239
239
|
* @param {*} [options] Override http request option.
|
|
@@ -242,7 +242,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
242
242
|
apiV1DealsDealIdServicesServiceIdDelete: (dealId: string, serviceId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
243
243
|
/**
|
|
244
244
|
*
|
|
245
|
-
* @summary Get DealService. (Auth policies:
|
|
245
|
+
* @summary Get DealService. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
246
246
|
* @param {string} dealId
|
|
247
247
|
* @param {string} serviceId
|
|
248
248
|
* @param {string} [languageCode]
|
|
@@ -252,7 +252,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
252
252
|
apiV1DealsDealIdServicesServiceIdGet: (dealId: string, serviceId: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
253
253
|
/**
|
|
254
254
|
*
|
|
255
|
-
* @summary Update DealService. (Auth policies:
|
|
255
|
+
* @summary Update DealService. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
256
256
|
* @param {string} dealId
|
|
257
257
|
* @param {string} serviceId
|
|
258
258
|
* @param {UpdateDealServiceCommand} [updateDealServiceCommand]
|
|
@@ -262,7 +262,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
262
262
|
apiV1DealsDealIdServicesServiceIdPut: (dealId: string, serviceId: string, updateDealServiceCommand?: UpdateDealServiceCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
263
263
|
/**
|
|
264
264
|
*
|
|
265
|
-
* @summary Translate deal (Auth policies:
|
|
265
|
+
* @summary Translate deal (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
266
266
|
* @param {string} dealId
|
|
267
267
|
* @param {TranslateDealCommand} [translateDealCommand]
|
|
268
268
|
* @param {*} [options] Override http request option.
|
|
@@ -271,7 +271,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
271
271
|
apiV1DealsDealIdTranslatePost: (dealId: string, translateDealCommand?: TranslateDealCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
272
272
|
/**
|
|
273
273
|
*
|
|
274
|
-
* @summary Get all deals. (Auth policies:
|
|
274
|
+
* @summary Get all deals. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
275
275
|
* @param {string} [id]
|
|
276
276
|
* @param {string} [name]
|
|
277
277
|
* @param {MarketingType} [marketingType]
|
|
@@ -300,7 +300,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
300
300
|
apiV1DealsGet: (id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceId?: string, serviceName?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, serviceDuration?: number, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
301
301
|
/**
|
|
302
302
|
*
|
|
303
|
-
* @summary Create a deal. (Auth policies:
|
|
303
|
+
* @summary Create a deal. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
304
304
|
* @param {CreateDealCommand} [createDealCommand]
|
|
305
305
|
* @param {*} [options] Override http request option.
|
|
306
306
|
* @throws {RequiredError}
|
|
@@ -308,7 +308,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
308
308
|
apiV1DealsPost: (createDealCommand?: CreateDealCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
309
309
|
/**
|
|
310
310
|
*
|
|
311
|
-
* @summary Get all deals. (Auth policies:
|
|
311
|
+
* @summary Get all deals. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
312
312
|
* @param {string} [id]
|
|
313
313
|
* @param {string} [name]
|
|
314
314
|
* @param {MarketingType} [marketingType]
|
|
@@ -337,7 +337,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
337
337
|
apiV1DealsSimpleGet: (id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceId?: string, serviceName?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, serviceDuration?: number, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
338
338
|
/**
|
|
339
339
|
*
|
|
340
|
-
* @summary Get deal by slug. (Auth policies:
|
|
340
|
+
* @summary Get deal by slug. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
341
341
|
* @param {string} slug
|
|
342
342
|
* @param {string} [languageCode]
|
|
343
343
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -353,7 +353,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
353
353
|
export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
354
354
|
/**
|
|
355
355
|
*
|
|
356
|
-
* @summary Delete deal. (Auth policies:
|
|
356
|
+
* @summary Delete deal. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
357
357
|
* @param {string} dealId
|
|
358
358
|
* @param {boolean} [isPermanent]
|
|
359
359
|
* @param {*} [options] Override http request option.
|
|
@@ -362,7 +362,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
362
362
|
apiV1DealsDealIdDelete(dealId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
363
363
|
/**
|
|
364
364
|
*
|
|
365
|
-
* @summary Get deal. (Auth policies:
|
|
365
|
+
* @summary Get deal. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
366
366
|
* @param {string} dealId
|
|
367
367
|
* @param {string} [languageCode]
|
|
368
368
|
* @param {*} [options] Override http request option.
|
|
@@ -371,7 +371,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
371
371
|
apiV1DealsDealIdGet(dealId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DealModel>>;
|
|
372
372
|
/**
|
|
373
373
|
*
|
|
374
|
-
* @summary Get all DealPackage. (Auth policies:
|
|
374
|
+
* @summary Get all DealPackage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
375
375
|
* @param {string} dealId
|
|
376
376
|
* @param {string} [relatedDealPackageId]
|
|
377
377
|
* @param {string} [dealName]
|
|
@@ -390,7 +390,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
390
390
|
apiV1DealsDealIdPackagesGet(dealId: string, relatedDealPackageId?: string, dealName?: string, name?: string, countryId?: string, hospitalId?: string, hospitalName?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DealPackagesModel>>;
|
|
391
391
|
/**
|
|
392
392
|
*
|
|
393
|
-
* @summary Get DealPackage appointment timetable overrides (Auth policies:
|
|
393
|
+
* @summary Get DealPackage appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
394
394
|
* @param {string} dealId
|
|
395
395
|
* @param {string} packageId
|
|
396
396
|
* @param {boolean} [includesPreviousItems]
|
|
@@ -406,7 +406,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
406
406
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesGet(dealId: string, packageId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AppointmentTimetableOverridesModel>>;
|
|
407
407
|
/**
|
|
408
408
|
*
|
|
409
|
-
* @summary Delete DealPackage appointment timetable overrides (Auth policies:
|
|
409
|
+
* @summary Delete DealPackage appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
410
410
|
* @param {string} dealId
|
|
411
411
|
* @param {string} packageId
|
|
412
412
|
* @param {DeleteDealPackageAppointmentTimetableOverridesCommand} [deleteDealPackageAppointmentTimetableOverridesCommand]
|
|
@@ -416,7 +416,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
416
416
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPatch(dealId: string, packageId: string, deleteDealPackageAppointmentTimetableOverridesCommand?: DeleteDealPackageAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
417
417
|
/**
|
|
418
418
|
*
|
|
419
|
-
* @summary Save DealPackage appointment timetable overrides (Auth policies:
|
|
419
|
+
* @summary Save DealPackage appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
420
420
|
* @param {string} dealId
|
|
421
421
|
* @param {string} packageId
|
|
422
422
|
* @param {SaveDealPackageAppointmentTimetableOverridesCommand} [saveDealPackageAppointmentTimetableOverridesCommand]
|
|
@@ -426,7 +426,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
426
426
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPost(dealId: string, packageId: string, saveDealPackageAppointmentTimetableOverridesCommand?: SaveDealPackageAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SaveAppointmentTimetableOverridesResultModel>>;
|
|
427
427
|
/**
|
|
428
428
|
*
|
|
429
|
-
* @summary Get DealPackage appointment timetables for application (Auth policies:
|
|
429
|
+
* @summary Get DealPackage appointment timetables for application (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
430
430
|
* @param {string} dealId
|
|
431
431
|
* @param {string} packageId
|
|
432
432
|
* @param {number} [year]
|
|
@@ -442,7 +442,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
442
442
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetablesApplicationGet(dealId: string, packageId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, isOnline?: boolean, appointmentIdExcluded?: string, excludeUnavailableTimeSlots?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAppointmentTimetablesResponseModel>>;
|
|
443
443
|
/**
|
|
444
444
|
*
|
|
445
|
-
* @summary Add, update and delete DealPackage appointment timetable (Auth policies:
|
|
445
|
+
* @summary Add, update and delete DealPackage appointment timetable (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
446
446
|
* @param {string} dealId
|
|
447
447
|
* @param {string} packageId
|
|
448
448
|
* @param {BatchDealPackageAppointmentTimetablesCommand} [batchDealPackageAppointmentTimetablesCommand]
|
|
@@ -452,7 +452,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
452
452
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetablesBatchPost(dealId: string, packageId: string, batchDealPackageAppointmentTimetablesCommand?: BatchDealPackageAppointmentTimetablesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BatchAppointmentTimetablesResultModel>>;
|
|
453
453
|
/**
|
|
454
454
|
*
|
|
455
|
-
* @summary Get DealPackage appointment timetables (Auth policies:
|
|
455
|
+
* @summary Get DealPackage appointment timetables (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
456
456
|
* @param {string} dealId
|
|
457
457
|
* @param {string} packageId
|
|
458
458
|
* @param {DayOfWeek} [dayOfWeek]
|
|
@@ -465,7 +465,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
465
465
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetablesGet(dealId: string, packageId: string, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AppointmentTimetablesModel>>;
|
|
466
466
|
/**
|
|
467
467
|
*
|
|
468
|
-
* @summary Delete DealPackage. (Auth policies:
|
|
468
|
+
* @summary Delete DealPackage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
469
469
|
* @param {string} dealId
|
|
470
470
|
* @param {string} packageId
|
|
471
471
|
* @param {boolean} [isPermanent]
|
|
@@ -475,7 +475,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
475
475
|
apiV1DealsDealIdPackagesPackageIdDelete(dealId: string, packageId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
476
476
|
/**
|
|
477
477
|
*
|
|
478
|
-
* @summary Get DealPackage. (Auth policies:
|
|
478
|
+
* @summary Get DealPackage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
479
479
|
* @param {string} dealId
|
|
480
480
|
* @param {string} packageId
|
|
481
481
|
* @param {string} [languageCode]
|
|
@@ -485,7 +485,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
485
485
|
apiV1DealsDealIdPackagesPackageIdGet(dealId: string, packageId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DealPackageModel>>;
|
|
486
486
|
/**
|
|
487
487
|
*
|
|
488
|
-
* @summary Update DealPackage. (Auth policies:
|
|
488
|
+
* @summary Update DealPackage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
489
489
|
* @param {string} dealId
|
|
490
490
|
* @param {string} packageId
|
|
491
491
|
* @param {UpdateDealPackageCommand} [updateDealPackageCommand]
|
|
@@ -495,7 +495,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
495
495
|
apiV1DealsDealIdPackagesPackageIdPut(dealId: string, packageId: string, updateDealPackageCommand?: UpdateDealPackageCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DealPackageModel>>;
|
|
496
496
|
/**
|
|
497
497
|
*
|
|
498
|
-
* @summary Create DealPackage. (Auth policies:
|
|
498
|
+
* @summary Create DealPackage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
499
499
|
* @param {string} dealId
|
|
500
500
|
* @param {CreateDealPackageCommand} [createDealPackageCommand]
|
|
501
501
|
* @param {*} [options] Override http request option.
|
|
@@ -504,7 +504,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
504
504
|
apiV1DealsDealIdPackagesPost(dealId: string, createDealPackageCommand?: CreateDealPackageCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DealPackageModel>>;
|
|
505
505
|
/**
|
|
506
506
|
*
|
|
507
|
-
* @summary Update deal. (Auth policies:
|
|
507
|
+
* @summary Update deal. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
508
508
|
* @param {string} dealId
|
|
509
509
|
* @param {UpdateDealCommand} [updateDealCommand]
|
|
510
510
|
* @param {*} [options] Override http request option.
|
|
@@ -513,7 +513,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
513
513
|
apiV1DealsDealIdPut(dealId: string, updateDealCommand?: UpdateDealCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DealModel>>;
|
|
514
514
|
/**
|
|
515
515
|
*
|
|
516
|
-
* @summary Revalidate deal (Auth policies:
|
|
516
|
+
* @summary Revalidate deal (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
517
517
|
* @param {string} dealId
|
|
518
518
|
* @param {boolean} [includeCurrent]
|
|
519
519
|
* @param {*} [options] Override http request option.
|
|
@@ -522,7 +522,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
522
522
|
apiV1DealsDealIdRevalidatePost(dealId: string, includeCurrent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
523
523
|
/**
|
|
524
524
|
*
|
|
525
|
-
* @summary Get all DealService. (Auth policies:
|
|
525
|
+
* @summary Get all DealService. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
526
526
|
* @param {string} dealId
|
|
527
527
|
* @param {string} [languageCode]
|
|
528
528
|
* @param {number} [page]
|
|
@@ -534,7 +534,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
534
534
|
apiV1DealsDealIdServicesGet(dealId: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DealServicesModel>>;
|
|
535
535
|
/**
|
|
536
536
|
*
|
|
537
|
-
* @summary Create DealService. (Auth policies:
|
|
537
|
+
* @summary Create DealService. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
538
538
|
* @param {string} dealId
|
|
539
539
|
* @param {CreateDealServiceCommand} [createDealServiceCommand]
|
|
540
540
|
* @param {*} [options] Override http request option.
|
|
@@ -543,7 +543,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
543
543
|
apiV1DealsDealIdServicesPost(dealId: string, createDealServiceCommand?: CreateDealServiceCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DealServiceModel>>;
|
|
544
544
|
/**
|
|
545
545
|
*
|
|
546
|
-
* @summary Delete DealService. (Auth policies:
|
|
546
|
+
* @summary Delete DealService. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
547
547
|
* @param {string} dealId
|
|
548
548
|
* @param {string} serviceId
|
|
549
549
|
* @param {*} [options] Override http request option.
|
|
@@ -552,7 +552,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
552
552
|
apiV1DealsDealIdServicesServiceIdDelete(dealId: string, serviceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
553
553
|
/**
|
|
554
554
|
*
|
|
555
|
-
* @summary Get DealService. (Auth policies:
|
|
555
|
+
* @summary Get DealService. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
556
556
|
* @param {string} dealId
|
|
557
557
|
* @param {string} serviceId
|
|
558
558
|
* @param {string} [languageCode]
|
|
@@ -562,7 +562,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
562
562
|
apiV1DealsDealIdServicesServiceIdGet(dealId: string, serviceId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DealServiceModel>>;
|
|
563
563
|
/**
|
|
564
564
|
*
|
|
565
|
-
* @summary Update DealService. (Auth policies:
|
|
565
|
+
* @summary Update DealService. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
566
566
|
* @param {string} dealId
|
|
567
567
|
* @param {string} serviceId
|
|
568
568
|
* @param {UpdateDealServiceCommand} [updateDealServiceCommand]
|
|
@@ -572,7 +572,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
572
572
|
apiV1DealsDealIdServicesServiceIdPut(dealId: string, serviceId: string, updateDealServiceCommand?: UpdateDealServiceCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DealServiceModel>>;
|
|
573
573
|
/**
|
|
574
574
|
*
|
|
575
|
-
* @summary Translate deal (Auth policies:
|
|
575
|
+
* @summary Translate deal (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
576
576
|
* @param {string} dealId
|
|
577
577
|
* @param {TranslateDealCommand} [translateDealCommand]
|
|
578
578
|
* @param {*} [options] Override http request option.
|
|
@@ -581,7 +581,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
581
581
|
apiV1DealsDealIdTranslatePost(dealId: string, translateDealCommand?: TranslateDealCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
582
582
|
/**
|
|
583
583
|
*
|
|
584
|
-
* @summary Get all deals. (Auth policies:
|
|
584
|
+
* @summary Get all deals. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
585
585
|
* @param {string} [id]
|
|
586
586
|
* @param {string} [name]
|
|
587
587
|
* @param {MarketingType} [marketingType]
|
|
@@ -610,7 +610,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
610
610
|
apiV1DealsGet(id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceId?: string, serviceName?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, serviceDuration?: number, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DealsModel>>;
|
|
611
611
|
/**
|
|
612
612
|
*
|
|
613
|
-
* @summary Create a deal. (Auth policies:
|
|
613
|
+
* @summary Create a deal. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
614
614
|
* @param {CreateDealCommand} [createDealCommand]
|
|
615
615
|
* @param {*} [options] Override http request option.
|
|
616
616
|
* @throws {RequiredError}
|
|
@@ -618,7 +618,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
618
618
|
apiV1DealsPost(createDealCommand?: CreateDealCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DealModel>>;
|
|
619
619
|
/**
|
|
620
620
|
*
|
|
621
|
-
* @summary Get all deals. (Auth policies:
|
|
621
|
+
* @summary Get all deals. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
622
622
|
* @param {string} [id]
|
|
623
623
|
* @param {string} [name]
|
|
624
624
|
* @param {MarketingType} [marketingType]
|
|
@@ -647,7 +647,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
647
647
|
apiV1DealsSimpleGet(id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceId?: string, serviceName?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, serviceDuration?: number, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DealsSimpleModel>>;
|
|
648
648
|
/**
|
|
649
649
|
*
|
|
650
|
-
* @summary Get deal by slug. (Auth policies:
|
|
650
|
+
* @summary Get deal by slug. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
651
651
|
* @param {string} slug
|
|
652
652
|
* @param {string} [languageCode]
|
|
653
653
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -663,7 +663,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
663
663
|
export declare const DealsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
664
664
|
/**
|
|
665
665
|
*
|
|
666
|
-
* @summary Delete deal. (Auth policies:
|
|
666
|
+
* @summary Delete deal. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
667
667
|
* @param {string} dealId
|
|
668
668
|
* @param {boolean} [isPermanent]
|
|
669
669
|
* @param {*} [options] Override http request option.
|
|
@@ -672,7 +672,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
672
672
|
apiV1DealsDealIdDelete(dealId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
673
673
|
/**
|
|
674
674
|
*
|
|
675
|
-
* @summary Get deal. (Auth policies:
|
|
675
|
+
* @summary Get deal. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
676
676
|
* @param {string} dealId
|
|
677
677
|
* @param {string} [languageCode]
|
|
678
678
|
* @param {*} [options] Override http request option.
|
|
@@ -681,7 +681,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
681
681
|
apiV1DealsDealIdGet(dealId: string, languageCode?: string, options?: any): AxiosPromise<DealModel>;
|
|
682
682
|
/**
|
|
683
683
|
*
|
|
684
|
-
* @summary Get all DealPackage. (Auth policies:
|
|
684
|
+
* @summary Get all DealPackage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
685
685
|
* @param {string} dealId
|
|
686
686
|
* @param {string} [relatedDealPackageId]
|
|
687
687
|
* @param {string} [dealName]
|
|
@@ -700,7 +700,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
700
700
|
apiV1DealsDealIdPackagesGet(dealId: string, relatedDealPackageId?: string, dealName?: string, name?: string, countryId?: string, hospitalId?: string, hospitalName?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DealPackagesModel>;
|
|
701
701
|
/**
|
|
702
702
|
*
|
|
703
|
-
* @summary Get DealPackage appointment timetable overrides (Auth policies:
|
|
703
|
+
* @summary Get DealPackage appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
704
704
|
* @param {string} dealId
|
|
705
705
|
* @param {string} packageId
|
|
706
706
|
* @param {boolean} [includesPreviousItems]
|
|
@@ -716,7 +716,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
716
716
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesGet(dealId: string, packageId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AppointmentTimetableOverridesModel>;
|
|
717
717
|
/**
|
|
718
718
|
*
|
|
719
|
-
* @summary Delete DealPackage appointment timetable overrides (Auth policies:
|
|
719
|
+
* @summary Delete DealPackage appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
720
720
|
* @param {string} dealId
|
|
721
721
|
* @param {string} packageId
|
|
722
722
|
* @param {DeleteDealPackageAppointmentTimetableOverridesCommand} [deleteDealPackageAppointmentTimetableOverridesCommand]
|
|
@@ -726,7 +726,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
726
726
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPatch(dealId: string, packageId: string, deleteDealPackageAppointmentTimetableOverridesCommand?: DeleteDealPackageAppointmentTimetableOverridesCommand, options?: any): AxiosPromise<boolean>;
|
|
727
727
|
/**
|
|
728
728
|
*
|
|
729
|
-
* @summary Save DealPackage appointment timetable overrides (Auth policies:
|
|
729
|
+
* @summary Save DealPackage appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
730
730
|
* @param {string} dealId
|
|
731
731
|
* @param {string} packageId
|
|
732
732
|
* @param {SaveDealPackageAppointmentTimetableOverridesCommand} [saveDealPackageAppointmentTimetableOverridesCommand]
|
|
@@ -736,7 +736,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
736
736
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPost(dealId: string, packageId: string, saveDealPackageAppointmentTimetableOverridesCommand?: SaveDealPackageAppointmentTimetableOverridesCommand, options?: any): AxiosPromise<SaveAppointmentTimetableOverridesResultModel>;
|
|
737
737
|
/**
|
|
738
738
|
*
|
|
739
|
-
* @summary Get DealPackage appointment timetables for application (Auth policies:
|
|
739
|
+
* @summary Get DealPackage appointment timetables for application (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
740
740
|
* @param {string} dealId
|
|
741
741
|
* @param {string} packageId
|
|
742
742
|
* @param {number} [year]
|
|
@@ -752,7 +752,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
752
752
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetablesApplicationGet(dealId: string, packageId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, isOnline?: boolean, appointmentIdExcluded?: string, excludeUnavailableTimeSlots?: boolean, options?: any): AxiosPromise<GetAppointmentTimetablesResponseModel>;
|
|
753
753
|
/**
|
|
754
754
|
*
|
|
755
|
-
* @summary Add, update and delete DealPackage appointment timetable (Auth policies:
|
|
755
|
+
* @summary Add, update and delete DealPackage appointment timetable (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
756
756
|
* @param {string} dealId
|
|
757
757
|
* @param {string} packageId
|
|
758
758
|
* @param {BatchDealPackageAppointmentTimetablesCommand} [batchDealPackageAppointmentTimetablesCommand]
|
|
@@ -762,7 +762,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
762
762
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetablesBatchPost(dealId: string, packageId: string, batchDealPackageAppointmentTimetablesCommand?: BatchDealPackageAppointmentTimetablesCommand, options?: any): AxiosPromise<BatchAppointmentTimetablesResultModel>;
|
|
763
763
|
/**
|
|
764
764
|
*
|
|
765
|
-
* @summary Get DealPackage appointment timetables (Auth policies:
|
|
765
|
+
* @summary Get DealPackage appointment timetables (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
766
766
|
* @param {string} dealId
|
|
767
767
|
* @param {string} packageId
|
|
768
768
|
* @param {DayOfWeek} [dayOfWeek]
|
|
@@ -775,7 +775,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
775
775
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetablesGet(dealId: string, packageId: string, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AppointmentTimetablesModel>;
|
|
776
776
|
/**
|
|
777
777
|
*
|
|
778
|
-
* @summary Delete DealPackage. (Auth policies:
|
|
778
|
+
* @summary Delete DealPackage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
779
779
|
* @param {string} dealId
|
|
780
780
|
* @param {string} packageId
|
|
781
781
|
* @param {boolean} [isPermanent]
|
|
@@ -785,7 +785,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
785
785
|
apiV1DealsDealIdPackagesPackageIdDelete(dealId: string, packageId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
786
786
|
/**
|
|
787
787
|
*
|
|
788
|
-
* @summary Get DealPackage. (Auth policies:
|
|
788
|
+
* @summary Get DealPackage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
789
789
|
* @param {string} dealId
|
|
790
790
|
* @param {string} packageId
|
|
791
791
|
* @param {string} [languageCode]
|
|
@@ -795,7 +795,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
795
795
|
apiV1DealsDealIdPackagesPackageIdGet(dealId: string, packageId: string, languageCode?: string, options?: any): AxiosPromise<DealPackageModel>;
|
|
796
796
|
/**
|
|
797
797
|
*
|
|
798
|
-
* @summary Update DealPackage. (Auth policies:
|
|
798
|
+
* @summary Update DealPackage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
799
799
|
* @param {string} dealId
|
|
800
800
|
* @param {string} packageId
|
|
801
801
|
* @param {UpdateDealPackageCommand} [updateDealPackageCommand]
|
|
@@ -805,7 +805,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
805
805
|
apiV1DealsDealIdPackagesPackageIdPut(dealId: string, packageId: string, updateDealPackageCommand?: UpdateDealPackageCommand, options?: any): AxiosPromise<DealPackageModel>;
|
|
806
806
|
/**
|
|
807
807
|
*
|
|
808
|
-
* @summary Create DealPackage. (Auth policies:
|
|
808
|
+
* @summary Create DealPackage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
809
809
|
* @param {string} dealId
|
|
810
810
|
* @param {CreateDealPackageCommand} [createDealPackageCommand]
|
|
811
811
|
* @param {*} [options] Override http request option.
|
|
@@ -814,7 +814,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
814
814
|
apiV1DealsDealIdPackagesPost(dealId: string, createDealPackageCommand?: CreateDealPackageCommand, options?: any): AxiosPromise<DealPackageModel>;
|
|
815
815
|
/**
|
|
816
816
|
*
|
|
817
|
-
* @summary Update deal. (Auth policies:
|
|
817
|
+
* @summary Update deal. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
818
818
|
* @param {string} dealId
|
|
819
819
|
* @param {UpdateDealCommand} [updateDealCommand]
|
|
820
820
|
* @param {*} [options] Override http request option.
|
|
@@ -823,7 +823,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
823
823
|
apiV1DealsDealIdPut(dealId: string, updateDealCommand?: UpdateDealCommand, options?: any): AxiosPromise<DealModel>;
|
|
824
824
|
/**
|
|
825
825
|
*
|
|
826
|
-
* @summary Revalidate deal (Auth policies:
|
|
826
|
+
* @summary Revalidate deal (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
827
827
|
* @param {string} dealId
|
|
828
828
|
* @param {boolean} [includeCurrent]
|
|
829
829
|
* @param {*} [options] Override http request option.
|
|
@@ -832,7 +832,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
832
832
|
apiV1DealsDealIdRevalidatePost(dealId: string, includeCurrent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
833
833
|
/**
|
|
834
834
|
*
|
|
835
|
-
* @summary Get all DealService. (Auth policies:
|
|
835
|
+
* @summary Get all DealService. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
836
836
|
* @param {string} dealId
|
|
837
837
|
* @param {string} [languageCode]
|
|
838
838
|
* @param {number} [page]
|
|
@@ -844,7 +844,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
844
844
|
apiV1DealsDealIdServicesGet(dealId: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DealServicesModel>;
|
|
845
845
|
/**
|
|
846
846
|
*
|
|
847
|
-
* @summary Create DealService. (Auth policies:
|
|
847
|
+
* @summary Create DealService. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
848
848
|
* @param {string} dealId
|
|
849
849
|
* @param {CreateDealServiceCommand} [createDealServiceCommand]
|
|
850
850
|
* @param {*} [options] Override http request option.
|
|
@@ -853,7 +853,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
853
853
|
apiV1DealsDealIdServicesPost(dealId: string, createDealServiceCommand?: CreateDealServiceCommand, options?: any): AxiosPromise<DealServiceModel>;
|
|
854
854
|
/**
|
|
855
855
|
*
|
|
856
|
-
* @summary Delete DealService. (Auth policies:
|
|
856
|
+
* @summary Delete DealService. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
857
857
|
* @param {string} dealId
|
|
858
858
|
* @param {string} serviceId
|
|
859
859
|
* @param {*} [options] Override http request option.
|
|
@@ -862,7 +862,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
862
862
|
apiV1DealsDealIdServicesServiceIdDelete(dealId: string, serviceId: string, options?: any): AxiosPromise<boolean>;
|
|
863
863
|
/**
|
|
864
864
|
*
|
|
865
|
-
* @summary Get DealService. (Auth policies:
|
|
865
|
+
* @summary Get DealService. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
866
866
|
* @param {string} dealId
|
|
867
867
|
* @param {string} serviceId
|
|
868
868
|
* @param {string} [languageCode]
|
|
@@ -872,7 +872,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
872
872
|
apiV1DealsDealIdServicesServiceIdGet(dealId: string, serviceId: string, languageCode?: string, options?: any): AxiosPromise<DealServiceModel>;
|
|
873
873
|
/**
|
|
874
874
|
*
|
|
875
|
-
* @summary Update DealService. (Auth policies:
|
|
875
|
+
* @summary Update DealService. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
876
876
|
* @param {string} dealId
|
|
877
877
|
* @param {string} serviceId
|
|
878
878
|
* @param {UpdateDealServiceCommand} [updateDealServiceCommand]
|
|
@@ -882,7 +882,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
882
882
|
apiV1DealsDealIdServicesServiceIdPut(dealId: string, serviceId: string, updateDealServiceCommand?: UpdateDealServiceCommand, options?: any): AxiosPromise<DealServiceModel>;
|
|
883
883
|
/**
|
|
884
884
|
*
|
|
885
|
-
* @summary Translate deal (Auth policies:
|
|
885
|
+
* @summary Translate deal (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
886
886
|
* @param {string} dealId
|
|
887
887
|
* @param {TranslateDealCommand} [translateDealCommand]
|
|
888
888
|
* @param {*} [options] Override http request option.
|
|
@@ -891,7 +891,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
891
891
|
apiV1DealsDealIdTranslatePost(dealId: string, translateDealCommand?: TranslateDealCommand, options?: any): AxiosPromise<boolean>;
|
|
892
892
|
/**
|
|
893
893
|
*
|
|
894
|
-
* @summary Get all deals. (Auth policies:
|
|
894
|
+
* @summary Get all deals. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
895
895
|
* @param {string} [id]
|
|
896
896
|
* @param {string} [name]
|
|
897
897
|
* @param {MarketingType} [marketingType]
|
|
@@ -920,7 +920,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
920
920
|
apiV1DealsGet(id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceId?: string, serviceName?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, serviceDuration?: number, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DealsModel>;
|
|
921
921
|
/**
|
|
922
922
|
*
|
|
923
|
-
* @summary Create a deal. (Auth policies:
|
|
923
|
+
* @summary Create a deal. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
924
924
|
* @param {CreateDealCommand} [createDealCommand]
|
|
925
925
|
* @param {*} [options] Override http request option.
|
|
926
926
|
* @throws {RequiredError}
|
|
@@ -928,7 +928,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
928
928
|
apiV1DealsPost(createDealCommand?: CreateDealCommand, options?: any): AxiosPromise<DealModel>;
|
|
929
929
|
/**
|
|
930
930
|
*
|
|
931
|
-
* @summary Get all deals. (Auth policies:
|
|
931
|
+
* @summary Get all deals. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
932
932
|
* @param {string} [id]
|
|
933
933
|
* @param {string} [name]
|
|
934
934
|
* @param {MarketingType} [marketingType]
|
|
@@ -957,7 +957,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
957
957
|
apiV1DealsSimpleGet(id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceId?: string, serviceName?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, serviceDuration?: number, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DealsSimpleModel>;
|
|
958
958
|
/**
|
|
959
959
|
*
|
|
960
|
-
* @summary Get deal by slug. (Auth policies:
|
|
960
|
+
* @summary Get deal by slug. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
961
961
|
* @param {string} slug
|
|
962
962
|
* @param {string} [languageCode]
|
|
963
963
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -1924,7 +1924,7 @@ export interface DealsApiApiV1DealsSlugGetRequest {
|
|
|
1924
1924
|
export declare class DealsApi extends BaseAPI {
|
|
1925
1925
|
/**
|
|
1926
1926
|
*
|
|
1927
|
-
* @summary Delete deal. (Auth policies:
|
|
1927
|
+
* @summary Delete deal. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
1928
1928
|
* @param {DealsApiApiV1DealsDealIdDeleteRequest} requestParameters Request parameters.
|
|
1929
1929
|
* @param {*} [options] Override http request option.
|
|
1930
1930
|
* @throws {RequiredError}
|
|
@@ -1933,7 +1933,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
1933
1933
|
apiV1DealsDealIdDelete(requestParameters: DealsApiApiV1DealsDealIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
1934
1934
|
/**
|
|
1935
1935
|
*
|
|
1936
|
-
* @summary Get deal. (Auth policies:
|
|
1936
|
+
* @summary Get deal. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
1937
1937
|
* @param {DealsApiApiV1DealsDealIdGetRequest} requestParameters Request parameters.
|
|
1938
1938
|
* @param {*} [options] Override http request option.
|
|
1939
1939
|
* @throws {RequiredError}
|
|
@@ -1942,7 +1942,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
1942
1942
|
apiV1DealsDealIdGet(requestParameters: DealsApiApiV1DealsDealIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealModel, any>>;
|
|
1943
1943
|
/**
|
|
1944
1944
|
*
|
|
1945
|
-
* @summary Get all DealPackage. (Auth policies:
|
|
1945
|
+
* @summary Get all DealPackage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
1946
1946
|
* @param {DealsApiApiV1DealsDealIdPackagesGetRequest} requestParameters Request parameters.
|
|
1947
1947
|
* @param {*} [options] Override http request option.
|
|
1948
1948
|
* @throws {RequiredError}
|
|
@@ -1951,7 +1951,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
1951
1951
|
apiV1DealsDealIdPackagesGet(requestParameters: DealsApiApiV1DealsDealIdPackagesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealPackagesModel, any>>;
|
|
1952
1952
|
/**
|
|
1953
1953
|
*
|
|
1954
|
-
* @summary Get DealPackage appointment timetable overrides (Auth policies:
|
|
1954
|
+
* @summary Get DealPackage appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
1955
1955
|
* @param {DealsApiApiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesGetRequest} requestParameters Request parameters.
|
|
1956
1956
|
* @param {*} [options] Override http request option.
|
|
1957
1957
|
* @throws {RequiredError}
|
|
@@ -1960,7 +1960,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
1960
1960
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesGet(requestParameters: DealsApiApiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentTimetableOverridesModel, any>>;
|
|
1961
1961
|
/**
|
|
1962
1962
|
*
|
|
1963
|
-
* @summary Delete DealPackage appointment timetable overrides (Auth policies:
|
|
1963
|
+
* @summary Delete DealPackage appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
1964
1964
|
* @param {DealsApiApiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPatchRequest} requestParameters Request parameters.
|
|
1965
1965
|
* @param {*} [options] Override http request option.
|
|
1966
1966
|
* @throws {RequiredError}
|
|
@@ -1969,7 +1969,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
1969
1969
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPatch(requestParameters: DealsApiApiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPatchRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
1970
1970
|
/**
|
|
1971
1971
|
*
|
|
1972
|
-
* @summary Save DealPackage appointment timetable overrides (Auth policies:
|
|
1972
|
+
* @summary Save DealPackage appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
1973
1973
|
* @param {DealsApiApiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPostRequest} requestParameters Request parameters.
|
|
1974
1974
|
* @param {*} [options] Override http request option.
|
|
1975
1975
|
* @throws {RequiredError}
|
|
@@ -1978,7 +1978,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
1978
1978
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPost(requestParameters: DealsApiApiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SaveAppointmentTimetableOverridesResultModel, any>>;
|
|
1979
1979
|
/**
|
|
1980
1980
|
*
|
|
1981
|
-
* @summary Get DealPackage appointment timetables for application (Auth policies:
|
|
1981
|
+
* @summary Get DealPackage appointment timetables for application (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
1982
1982
|
* @param {DealsApiApiV1DealsDealIdPackagesPackageIdAppointmenttimetablesApplicationGetRequest} requestParameters Request parameters.
|
|
1983
1983
|
* @param {*} [options] Override http request option.
|
|
1984
1984
|
* @throws {RequiredError}
|
|
@@ -1987,7 +1987,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
1987
1987
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetablesApplicationGet(requestParameters: DealsApiApiV1DealsDealIdPackagesPackageIdAppointmenttimetablesApplicationGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAppointmentTimetablesResponseModel, any>>;
|
|
1988
1988
|
/**
|
|
1989
1989
|
*
|
|
1990
|
-
* @summary Add, update and delete DealPackage appointment timetable (Auth policies:
|
|
1990
|
+
* @summary Add, update and delete DealPackage appointment timetable (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
1991
1991
|
* @param {DealsApiApiV1DealsDealIdPackagesPackageIdAppointmenttimetablesBatchPostRequest} requestParameters Request parameters.
|
|
1992
1992
|
* @param {*} [options] Override http request option.
|
|
1993
1993
|
* @throws {RequiredError}
|
|
@@ -1996,7 +1996,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
1996
1996
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetablesBatchPost(requestParameters: DealsApiApiV1DealsDealIdPackagesPackageIdAppointmenttimetablesBatchPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BatchAppointmentTimetablesResultModel, any>>;
|
|
1997
1997
|
/**
|
|
1998
1998
|
*
|
|
1999
|
-
* @summary Get DealPackage appointment timetables (Auth policies:
|
|
1999
|
+
* @summary Get DealPackage appointment timetables (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2000
2000
|
* @param {DealsApiApiV1DealsDealIdPackagesPackageIdAppointmenttimetablesGetRequest} requestParameters Request parameters.
|
|
2001
2001
|
* @param {*} [options] Override http request option.
|
|
2002
2002
|
* @throws {RequiredError}
|
|
@@ -2005,7 +2005,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
2005
2005
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetablesGet(requestParameters: DealsApiApiV1DealsDealIdPackagesPackageIdAppointmenttimetablesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentTimetablesModel, any>>;
|
|
2006
2006
|
/**
|
|
2007
2007
|
*
|
|
2008
|
-
* @summary Delete DealPackage. (Auth policies:
|
|
2008
|
+
* @summary Delete DealPackage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2009
2009
|
* @param {DealsApiApiV1DealsDealIdPackagesPackageIdDeleteRequest} requestParameters Request parameters.
|
|
2010
2010
|
* @param {*} [options] Override http request option.
|
|
2011
2011
|
* @throws {RequiredError}
|
|
@@ -2014,7 +2014,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
2014
2014
|
apiV1DealsDealIdPackagesPackageIdDelete(requestParameters: DealsApiApiV1DealsDealIdPackagesPackageIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
2015
2015
|
/**
|
|
2016
2016
|
*
|
|
2017
|
-
* @summary Get DealPackage. (Auth policies:
|
|
2017
|
+
* @summary Get DealPackage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2018
2018
|
* @param {DealsApiApiV1DealsDealIdPackagesPackageIdGetRequest} requestParameters Request parameters.
|
|
2019
2019
|
* @param {*} [options] Override http request option.
|
|
2020
2020
|
* @throws {RequiredError}
|
|
@@ -2023,7 +2023,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
2023
2023
|
apiV1DealsDealIdPackagesPackageIdGet(requestParameters: DealsApiApiV1DealsDealIdPackagesPackageIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealPackageModel, any>>;
|
|
2024
2024
|
/**
|
|
2025
2025
|
*
|
|
2026
|
-
* @summary Update DealPackage. (Auth policies:
|
|
2026
|
+
* @summary Update DealPackage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2027
2027
|
* @param {DealsApiApiV1DealsDealIdPackagesPackageIdPutRequest} requestParameters Request parameters.
|
|
2028
2028
|
* @param {*} [options] Override http request option.
|
|
2029
2029
|
* @throws {RequiredError}
|
|
@@ -2032,7 +2032,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
2032
2032
|
apiV1DealsDealIdPackagesPackageIdPut(requestParameters: DealsApiApiV1DealsDealIdPackagesPackageIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealPackageModel, any>>;
|
|
2033
2033
|
/**
|
|
2034
2034
|
*
|
|
2035
|
-
* @summary Create DealPackage. (Auth policies:
|
|
2035
|
+
* @summary Create DealPackage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2036
2036
|
* @param {DealsApiApiV1DealsDealIdPackagesPostRequest} requestParameters Request parameters.
|
|
2037
2037
|
* @param {*} [options] Override http request option.
|
|
2038
2038
|
* @throws {RequiredError}
|
|
@@ -2041,7 +2041,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
2041
2041
|
apiV1DealsDealIdPackagesPost(requestParameters: DealsApiApiV1DealsDealIdPackagesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealPackageModel, any>>;
|
|
2042
2042
|
/**
|
|
2043
2043
|
*
|
|
2044
|
-
* @summary Update deal. (Auth policies:
|
|
2044
|
+
* @summary Update deal. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2045
2045
|
* @param {DealsApiApiV1DealsDealIdPutRequest} requestParameters Request parameters.
|
|
2046
2046
|
* @param {*} [options] Override http request option.
|
|
2047
2047
|
* @throws {RequiredError}
|
|
@@ -2050,7 +2050,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
2050
2050
|
apiV1DealsDealIdPut(requestParameters: DealsApiApiV1DealsDealIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealModel, any>>;
|
|
2051
2051
|
/**
|
|
2052
2052
|
*
|
|
2053
|
-
* @summary Revalidate deal (Auth policies:
|
|
2053
|
+
* @summary Revalidate deal (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2054
2054
|
* @param {DealsApiApiV1DealsDealIdRevalidatePostRequest} requestParameters Request parameters.
|
|
2055
2055
|
* @param {*} [options] Override http request option.
|
|
2056
2056
|
* @throws {RequiredError}
|
|
@@ -2059,7 +2059,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
2059
2059
|
apiV1DealsDealIdRevalidatePost(requestParameters: DealsApiApiV1DealsDealIdRevalidatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
2060
2060
|
/**
|
|
2061
2061
|
*
|
|
2062
|
-
* @summary Get all DealService. (Auth policies:
|
|
2062
|
+
* @summary Get all DealService. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2063
2063
|
* @param {DealsApiApiV1DealsDealIdServicesGetRequest} requestParameters Request parameters.
|
|
2064
2064
|
* @param {*} [options] Override http request option.
|
|
2065
2065
|
* @throws {RequiredError}
|
|
@@ -2068,7 +2068,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
2068
2068
|
apiV1DealsDealIdServicesGet(requestParameters: DealsApiApiV1DealsDealIdServicesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealServicesModel, any>>;
|
|
2069
2069
|
/**
|
|
2070
2070
|
*
|
|
2071
|
-
* @summary Create DealService. (Auth policies:
|
|
2071
|
+
* @summary Create DealService. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2072
2072
|
* @param {DealsApiApiV1DealsDealIdServicesPostRequest} requestParameters Request parameters.
|
|
2073
2073
|
* @param {*} [options] Override http request option.
|
|
2074
2074
|
* @throws {RequiredError}
|
|
@@ -2077,7 +2077,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
2077
2077
|
apiV1DealsDealIdServicesPost(requestParameters: DealsApiApiV1DealsDealIdServicesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealServiceModel, any>>;
|
|
2078
2078
|
/**
|
|
2079
2079
|
*
|
|
2080
|
-
* @summary Delete DealService. (Auth policies:
|
|
2080
|
+
* @summary Delete DealService. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2081
2081
|
* @param {DealsApiApiV1DealsDealIdServicesServiceIdDeleteRequest} requestParameters Request parameters.
|
|
2082
2082
|
* @param {*} [options] Override http request option.
|
|
2083
2083
|
* @throws {RequiredError}
|
|
@@ -2086,7 +2086,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
2086
2086
|
apiV1DealsDealIdServicesServiceIdDelete(requestParameters: DealsApiApiV1DealsDealIdServicesServiceIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
2087
2087
|
/**
|
|
2088
2088
|
*
|
|
2089
|
-
* @summary Get DealService. (Auth policies:
|
|
2089
|
+
* @summary Get DealService. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2090
2090
|
* @param {DealsApiApiV1DealsDealIdServicesServiceIdGetRequest} requestParameters Request parameters.
|
|
2091
2091
|
* @param {*} [options] Override http request option.
|
|
2092
2092
|
* @throws {RequiredError}
|
|
@@ -2095,7 +2095,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
2095
2095
|
apiV1DealsDealIdServicesServiceIdGet(requestParameters: DealsApiApiV1DealsDealIdServicesServiceIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealServiceModel, any>>;
|
|
2096
2096
|
/**
|
|
2097
2097
|
*
|
|
2098
|
-
* @summary Update DealService. (Auth policies:
|
|
2098
|
+
* @summary Update DealService. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2099
2099
|
* @param {DealsApiApiV1DealsDealIdServicesServiceIdPutRequest} requestParameters Request parameters.
|
|
2100
2100
|
* @param {*} [options] Override http request option.
|
|
2101
2101
|
* @throws {RequiredError}
|
|
@@ -2104,7 +2104,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
2104
2104
|
apiV1DealsDealIdServicesServiceIdPut(requestParameters: DealsApiApiV1DealsDealIdServicesServiceIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealServiceModel, any>>;
|
|
2105
2105
|
/**
|
|
2106
2106
|
*
|
|
2107
|
-
* @summary Translate deal (Auth policies:
|
|
2107
|
+
* @summary Translate deal (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2108
2108
|
* @param {DealsApiApiV1DealsDealIdTranslatePostRequest} requestParameters Request parameters.
|
|
2109
2109
|
* @param {*} [options] Override http request option.
|
|
2110
2110
|
* @throws {RequiredError}
|
|
@@ -2113,7 +2113,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
2113
2113
|
apiV1DealsDealIdTranslatePost(requestParameters: DealsApiApiV1DealsDealIdTranslatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
2114
2114
|
/**
|
|
2115
2115
|
*
|
|
2116
|
-
* @summary Get all deals. (Auth policies:
|
|
2116
|
+
* @summary Get all deals. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2117
2117
|
* @param {DealsApiApiV1DealsGetRequest} requestParameters Request parameters.
|
|
2118
2118
|
* @param {*} [options] Override http request option.
|
|
2119
2119
|
* @throws {RequiredError}
|
|
@@ -2122,7 +2122,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
2122
2122
|
apiV1DealsGet(requestParameters?: DealsApiApiV1DealsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealsModel, any>>;
|
|
2123
2123
|
/**
|
|
2124
2124
|
*
|
|
2125
|
-
* @summary Create a deal. (Auth policies:
|
|
2125
|
+
* @summary Create a deal. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2126
2126
|
* @param {DealsApiApiV1DealsPostRequest} requestParameters Request parameters.
|
|
2127
2127
|
* @param {*} [options] Override http request option.
|
|
2128
2128
|
* @throws {RequiredError}
|
|
@@ -2131,7 +2131,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
2131
2131
|
apiV1DealsPost(requestParameters?: DealsApiApiV1DealsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealModel, any>>;
|
|
2132
2132
|
/**
|
|
2133
2133
|
*
|
|
2134
|
-
* @summary Get all deals. (Auth policies:
|
|
2134
|
+
* @summary Get all deals. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2135
2135
|
* @param {DealsApiApiV1DealsSimpleGetRequest} requestParameters Request parameters.
|
|
2136
2136
|
* @param {*} [options] Override http request option.
|
|
2137
2137
|
* @throws {RequiredError}
|
|
@@ -2140,7 +2140,7 @@ export declare class DealsApi extends BaseAPI {
|
|
|
2140
2140
|
apiV1DealsSimpleGet(requestParameters?: DealsApiApiV1DealsSimpleGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealsSimpleModel, any>>;
|
|
2141
2141
|
/**
|
|
2142
2142
|
*
|
|
2143
|
-
* @summary Get deal by slug. (Auth policies:
|
|
2143
|
+
* @summary Get deal by slug. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2144
2144
|
* @param {DealsApiApiV1DealsSlugGetRequest} requestParameters Request parameters.
|
|
2145
2145
|
* @param {*} [options] Override http request option.
|
|
2146
2146
|
* @throws {RequiredError}
|