ch-admin-api-client-typescript 5.5.1 → 5.5.3
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/dash-board-api.d.ts +302 -13
- package/lib/api/dash-board-api.d.ts.map +1 -1
- package/lib/api/dash-board-api.js +488 -15
- package/lib/api/deals-api.d.ts +65 -0
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +96 -0
- package/lib/api/doctor-affiliations-api.d.ts +56 -0
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +90 -0
- package/lib/api/hospitals-api.d.ts +195 -0
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +288 -0
- package/lib/api/search-curations-api.d.ts +309 -0
- package/lib/api/search-curations-api.d.ts.map +1 -0
- package/lib/api/search-curations-api.js +579 -0
- package/lib/api.d.ts +1 -0
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +1 -0
- package/lib/models/booking-duration-statistics-model.d.ts +31 -0
- package/lib/models/booking-duration-statistics-model.d.ts.map +1 -0
- package/lib/models/booking-duration-statistics-model.js +15 -0
- package/lib/models/booking-statistics-model.d.ts +44 -0
- package/lib/models/booking-statistics-model.d.ts.map +1 -0
- package/lib/models/booking-statistics-model.js +15 -0
- package/lib/models/call-duration-statistics-model.d.ts +31 -0
- package/lib/models/call-duration-statistics-model.d.ts.map +1 -0
- package/lib/models/call-duration-statistics-model.js +15 -0
- package/lib/models/call-statistics-model.d.ts +38 -0
- package/lib/models/call-statistics-model.d.ts.map +1 -0
- package/lib/models/call-statistics-model.js +15 -0
- package/lib/models/consultation-duration-statisctics-model.d.ts +31 -0
- package/lib/models/consultation-duration-statisctics-model.d.ts.map +1 -0
- package/lib/models/consultation-duration-statisctics-model.js +15 -0
- package/lib/models/consultation-statistics-model.d.ts +44 -0
- package/lib/models/consultation-statistics-model.d.ts.map +1 -0
- package/lib/models/consultation-statistics-model.js +15 -0
- package/lib/models/create-hospital-contact-command.d.ts +0 -6
- package/lib/models/create-hospital-contact-command.d.ts.map +1 -1
- package/lib/models/dash-board-model.d.ts +15 -52
- package/lib/models/dash-board-model.d.ts.map +1 -1
- package/lib/models/delete-deal-package-appointment-timetable-overrides-command.d.ts +44 -0
- package/lib/models/delete-deal-package-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/delete-deal-package-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/delete-doctor-affiliation-appointment-timetable-overrides-command.d.ts +44 -0
- package/lib/models/delete-doctor-affiliation-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/delete-doctor-affiliation-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/delete-hospital-appointment-timetable-overrides-command.d.ts +44 -0
- package/lib/models/delete-hospital-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/delete-hospital-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/delete-hospital-specialty-appointment-timetable-overrides-command.d.ts +44 -0
- package/lib/models/delete-hospital-specialty-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/delete-hospital-specialty-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/delete-service-appointment-timetable-overrides-command.d.ts +44 -0
- package/lib/models/delete-service-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/delete-service-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/general-statistics-model.d.ts +43 -0
- package/lib/models/general-statistics-model.d.ts.map +1 -0
- package/lib/models/general-statistics-model.js +15 -0
- package/lib/models/hospital-contact-item-model.d.ts +0 -6
- package/lib/models/hospital-contact-item-model.d.ts.map +1 -1
- package/lib/models/hospital-contact-model.d.ts +0 -6
- package/lib/models/hospital-contact-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +17 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +17 -0
- package/lib/models/save-search-curations-command.d.ts +26 -0
- package/lib/models/save-search-curations-command.d.ts.map +1 -0
- package/lib/models/save-search-curations-command.js +15 -0
- package/lib/models/search-curation-item-input-model.d.ts +73 -0
- package/lib/models/search-curation-item-input-model.d.ts.map +1 -0
- package/lib/models/search-curation-item-input-model.js +15 -0
- package/lib/models/search-curation-item-model.d.ts +79 -0
- package/lib/models/search-curation-item-model.d.ts.map +1 -0
- package/lib/models/search-curation-item-model.js +15 -0
- package/lib/models/survey-form-duration-statistics-model.d.ts +31 -0
- package/lib/models/survey-form-duration-statistics-model.d.ts.map +1 -0
- package/lib/models/survey-form-duration-statistics-model.js +15 -0
- package/lib/models/survey-form-statistics-model.d.ts +38 -0
- package/lib/models/survey-form-statistics-model.d.ts.map +1 -0
- package/lib/models/survey-form-statistics-model.js +15 -0
- package/lib/models/update-hospital-contact-command.d.ts +2 -8
- package/lib/models/update-hospital-contact-command.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +18 -0
- package/src/api/dash-board-api.ts +556 -19
- package/src/api/deals-api.ts +113 -0
- package/src/api/doctor-affiliations-api.ts +100 -0
- package/src/api/hospitals-api.ts +339 -0
- package/src/api/search-curations-api.ts +539 -0
- package/src/api.ts +1 -0
- package/src/models/booking-duration-statistics-model.ts +36 -0
- package/src/models/booking-statistics-model.ts +51 -0
- package/src/models/call-duration-statistics-model.ts +36 -0
- package/src/models/call-statistics-model.ts +45 -0
- package/src/models/consultation-duration-statisctics-model.ts +36 -0
- package/src/models/consultation-statistics-model.ts +51 -0
- package/src/models/create-hospital-contact-command.ts +0 -6
- package/src/models/dash-board-model.ts +25 -52
- package/src/models/delete-deal-package-appointment-timetable-overrides-command.ts +51 -0
- package/src/models/delete-doctor-affiliation-appointment-timetable-overrides-command.ts +51 -0
- package/src/models/delete-hospital-appointment-timetable-overrides-command.ts +51 -0
- package/src/models/delete-hospital-specialty-appointment-timetable-overrides-command.ts +51 -0
- package/src/models/delete-service-appointment-timetable-overrides-command.ts +51 -0
- package/src/models/general-statistics-model.ts +48 -0
- package/src/models/hospital-contact-item-model.ts +0 -6
- package/src/models/hospital-contact-model.ts +0 -6
- package/src/models/index.ts +17 -0
- package/src/models/save-search-curations-command.ts +33 -0
- package/src/models/search-curation-item-input-model.ts +78 -0
- package/src/models/search-curation-item-model.ts +84 -0
- package/src/models/survey-form-duration-statistics-model.ts +36 -0
- package/src/models/survey-form-statistics-model.ts +45 -0
- package/src/models/update-hospital-contact-command.ts +2 -8
|
@@ -94,12 +94,13 @@ var DashBoardApiAxiosParamCreator = function (configuration) {
|
|
|
94
94
|
return {
|
|
95
95
|
/**
|
|
96
96
|
*
|
|
97
|
-
* @summary
|
|
97
|
+
* @summary Get booking statisticss data
|
|
98
98
|
* @param {Duration} duration
|
|
99
|
+
* @param {string} [hospitalId]
|
|
99
100
|
* @param {*} [options] Override http request option.
|
|
100
101
|
* @throws {RequiredError}
|
|
101
102
|
*/
|
|
102
|
-
|
|
103
|
+
apiV1DashboardBookingGet: function (duration, hospitalId, options) {
|
|
103
104
|
if (options === void 0) { options = {}; }
|
|
104
105
|
return __awaiter(_this, void 0, void 0, function () {
|
|
105
106
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -107,9 +108,8 @@ var DashBoardApiAxiosParamCreator = function (configuration) {
|
|
|
107
108
|
switch (_a.label) {
|
|
108
109
|
case 0:
|
|
109
110
|
// verify required parameter 'duration' is not null or undefined
|
|
110
|
-
(0, common_1.assertParamExists)('
|
|
111
|
-
localVarPath = "/api/v1/dashboard/
|
|
112
|
-
.replace("{".concat("duration", "}"), encodeURIComponent(String(duration)));
|
|
111
|
+
(0, common_1.assertParamExists)('apiV1DashboardBookingGet', 'duration', duration);
|
|
112
|
+
localVarPath = "/api/v1/dashboard/booking";
|
|
113
113
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
114
114
|
if (configuration) {
|
|
115
115
|
baseOptions = configuration.baseOptions;
|
|
@@ -124,6 +124,257 @@ var DashBoardApiAxiosParamCreator = function (configuration) {
|
|
|
124
124
|
// authentication oauth2 required
|
|
125
125
|
// oauth required
|
|
126
126
|
_a.sent();
|
|
127
|
+
if (duration !== undefined) {
|
|
128
|
+
localVarQueryParameter['Duration'] = duration;
|
|
129
|
+
}
|
|
130
|
+
if (hospitalId !== undefined) {
|
|
131
|
+
localVarQueryParameter['HospitalId'] = hospitalId;
|
|
132
|
+
}
|
|
133
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
134
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
135
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
136
|
+
return [2 /*return*/, {
|
|
137
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
138
|
+
options: localVarRequestOptions,
|
|
139
|
+
}];
|
|
140
|
+
}
|
|
141
|
+
});
|
|
142
|
+
});
|
|
143
|
+
},
|
|
144
|
+
/**
|
|
145
|
+
*
|
|
146
|
+
* @summary Get call statisticss data
|
|
147
|
+
* @param {Duration} duration
|
|
148
|
+
* @param {string} [hospitalId]
|
|
149
|
+
* @param {*} [options] Override http request option.
|
|
150
|
+
* @throws {RequiredError}
|
|
151
|
+
*/
|
|
152
|
+
apiV1DashboardCallGet: function (duration, hospitalId, options) {
|
|
153
|
+
if (options === void 0) { options = {}; }
|
|
154
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
155
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
156
|
+
return __generator(this, function (_a) {
|
|
157
|
+
switch (_a.label) {
|
|
158
|
+
case 0:
|
|
159
|
+
// verify required parameter 'duration' is not null or undefined
|
|
160
|
+
(0, common_1.assertParamExists)('apiV1DashboardCallGet', 'duration', duration);
|
|
161
|
+
localVarPath = "/api/v1/dashboard/call";
|
|
162
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
163
|
+
if (configuration) {
|
|
164
|
+
baseOptions = configuration.baseOptions;
|
|
165
|
+
}
|
|
166
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
167
|
+
localVarHeaderParameter = {};
|
|
168
|
+
localVarQueryParameter = {};
|
|
169
|
+
// authentication oauth2 required
|
|
170
|
+
// oauth required
|
|
171
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)];
|
|
172
|
+
case 1:
|
|
173
|
+
// authentication oauth2 required
|
|
174
|
+
// oauth required
|
|
175
|
+
_a.sent();
|
|
176
|
+
if (duration !== undefined) {
|
|
177
|
+
localVarQueryParameter['Duration'] = duration;
|
|
178
|
+
}
|
|
179
|
+
if (hospitalId !== undefined) {
|
|
180
|
+
localVarQueryParameter['HospitalId'] = hospitalId;
|
|
181
|
+
}
|
|
182
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
183
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
184
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
185
|
+
return [2 /*return*/, {
|
|
186
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
187
|
+
options: localVarRequestOptions,
|
|
188
|
+
}];
|
|
189
|
+
}
|
|
190
|
+
});
|
|
191
|
+
});
|
|
192
|
+
},
|
|
193
|
+
/**
|
|
194
|
+
*
|
|
195
|
+
* @summary Get consultation statisticss data
|
|
196
|
+
* @param {Duration} duration
|
|
197
|
+
* @param {string} [hospitalId]
|
|
198
|
+
* @param {*} [options] Override http request option.
|
|
199
|
+
* @throws {RequiredError}
|
|
200
|
+
*/
|
|
201
|
+
apiV1DashboardConsultationGet: function (duration, hospitalId, options) {
|
|
202
|
+
if (options === void 0) { options = {}; }
|
|
203
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
204
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
205
|
+
return __generator(this, function (_a) {
|
|
206
|
+
switch (_a.label) {
|
|
207
|
+
case 0:
|
|
208
|
+
// verify required parameter 'duration' is not null or undefined
|
|
209
|
+
(0, common_1.assertParamExists)('apiV1DashboardConsultationGet', 'duration', duration);
|
|
210
|
+
localVarPath = "/api/v1/dashboard/consultation";
|
|
211
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
212
|
+
if (configuration) {
|
|
213
|
+
baseOptions = configuration.baseOptions;
|
|
214
|
+
}
|
|
215
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
216
|
+
localVarHeaderParameter = {};
|
|
217
|
+
localVarQueryParameter = {};
|
|
218
|
+
// authentication oauth2 required
|
|
219
|
+
// oauth required
|
|
220
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)];
|
|
221
|
+
case 1:
|
|
222
|
+
// authentication oauth2 required
|
|
223
|
+
// oauth required
|
|
224
|
+
_a.sent();
|
|
225
|
+
if (duration !== undefined) {
|
|
226
|
+
localVarQueryParameter['Duration'] = duration;
|
|
227
|
+
}
|
|
228
|
+
if (hospitalId !== undefined) {
|
|
229
|
+
localVarQueryParameter['HospitalId'] = hospitalId;
|
|
230
|
+
}
|
|
231
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
232
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
233
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
234
|
+
return [2 /*return*/, {
|
|
235
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
236
|
+
options: localVarRequestOptions,
|
|
237
|
+
}];
|
|
238
|
+
}
|
|
239
|
+
});
|
|
240
|
+
});
|
|
241
|
+
},
|
|
242
|
+
/**
|
|
243
|
+
*
|
|
244
|
+
* @summary Get general statistics data
|
|
245
|
+
* @param {Duration} duration
|
|
246
|
+
* @param {string} [hospitalId]
|
|
247
|
+
* @param {*} [options] Override http request option.
|
|
248
|
+
* @throws {RequiredError}
|
|
249
|
+
*/
|
|
250
|
+
apiV1DashboardGeneralGet: function (duration, hospitalId, options) {
|
|
251
|
+
if (options === void 0) { options = {}; }
|
|
252
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
253
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
254
|
+
return __generator(this, function (_a) {
|
|
255
|
+
switch (_a.label) {
|
|
256
|
+
case 0:
|
|
257
|
+
// verify required parameter 'duration' is not null or undefined
|
|
258
|
+
(0, common_1.assertParamExists)('apiV1DashboardGeneralGet', 'duration', duration);
|
|
259
|
+
localVarPath = "/api/v1/dashboard/general";
|
|
260
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
261
|
+
if (configuration) {
|
|
262
|
+
baseOptions = configuration.baseOptions;
|
|
263
|
+
}
|
|
264
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
265
|
+
localVarHeaderParameter = {};
|
|
266
|
+
localVarQueryParameter = {};
|
|
267
|
+
// authentication oauth2 required
|
|
268
|
+
// oauth required
|
|
269
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)];
|
|
270
|
+
case 1:
|
|
271
|
+
// authentication oauth2 required
|
|
272
|
+
// oauth required
|
|
273
|
+
_a.sent();
|
|
274
|
+
if (duration !== undefined) {
|
|
275
|
+
localVarQueryParameter['Duration'] = duration;
|
|
276
|
+
}
|
|
277
|
+
if (hospitalId !== undefined) {
|
|
278
|
+
localVarQueryParameter['HospitalId'] = hospitalId;
|
|
279
|
+
}
|
|
280
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
281
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
282
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
283
|
+
return [2 /*return*/, {
|
|
284
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
285
|
+
options: localVarRequestOptions,
|
|
286
|
+
}];
|
|
287
|
+
}
|
|
288
|
+
});
|
|
289
|
+
});
|
|
290
|
+
},
|
|
291
|
+
/**
|
|
292
|
+
*
|
|
293
|
+
* @summary Get intergrated dashboard data
|
|
294
|
+
* @param {Duration} duration
|
|
295
|
+
* @param {string} [hospitalId]
|
|
296
|
+
* @param {*} [options] Override http request option.
|
|
297
|
+
* @throws {RequiredError}
|
|
298
|
+
*/
|
|
299
|
+
apiV1DashboardGet: function (duration, hospitalId, options) {
|
|
300
|
+
if (options === void 0) { options = {}; }
|
|
301
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
302
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
303
|
+
return __generator(this, function (_a) {
|
|
304
|
+
switch (_a.label) {
|
|
305
|
+
case 0:
|
|
306
|
+
// verify required parameter 'duration' is not null or undefined
|
|
307
|
+
(0, common_1.assertParamExists)('apiV1DashboardGet', 'duration', duration);
|
|
308
|
+
localVarPath = "/api/v1/dashboard";
|
|
309
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
310
|
+
if (configuration) {
|
|
311
|
+
baseOptions = configuration.baseOptions;
|
|
312
|
+
}
|
|
313
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
314
|
+
localVarHeaderParameter = {};
|
|
315
|
+
localVarQueryParameter = {};
|
|
316
|
+
// authentication oauth2 required
|
|
317
|
+
// oauth required
|
|
318
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)];
|
|
319
|
+
case 1:
|
|
320
|
+
// authentication oauth2 required
|
|
321
|
+
// oauth required
|
|
322
|
+
_a.sent();
|
|
323
|
+
if (duration !== undefined) {
|
|
324
|
+
localVarQueryParameter['Duration'] = duration;
|
|
325
|
+
}
|
|
326
|
+
if (hospitalId !== undefined) {
|
|
327
|
+
localVarQueryParameter['HospitalId'] = hospitalId;
|
|
328
|
+
}
|
|
329
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
330
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
331
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
332
|
+
return [2 /*return*/, {
|
|
333
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
334
|
+
options: localVarRequestOptions,
|
|
335
|
+
}];
|
|
336
|
+
}
|
|
337
|
+
});
|
|
338
|
+
});
|
|
339
|
+
},
|
|
340
|
+
/**
|
|
341
|
+
*
|
|
342
|
+
* @summary Get survey form statisticss data
|
|
343
|
+
* @param {Duration} duration
|
|
344
|
+
* @param {string} [hospitalId]
|
|
345
|
+
* @param {*} [options] Override http request option.
|
|
346
|
+
* @throws {RequiredError}
|
|
347
|
+
*/
|
|
348
|
+
apiV1DashboardSurveyformGet: function (duration, hospitalId, options) {
|
|
349
|
+
if (options === void 0) { options = {}; }
|
|
350
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
351
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
352
|
+
return __generator(this, function (_a) {
|
|
353
|
+
switch (_a.label) {
|
|
354
|
+
case 0:
|
|
355
|
+
// verify required parameter 'duration' is not null or undefined
|
|
356
|
+
(0, common_1.assertParamExists)('apiV1DashboardSurveyformGet', 'duration', duration);
|
|
357
|
+
localVarPath = "/api/v1/dashboard/surveyform";
|
|
358
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
359
|
+
if (configuration) {
|
|
360
|
+
baseOptions = configuration.baseOptions;
|
|
361
|
+
}
|
|
362
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
363
|
+
localVarHeaderParameter = {};
|
|
364
|
+
localVarQueryParameter = {};
|
|
365
|
+
// authentication oauth2 required
|
|
366
|
+
// oauth required
|
|
367
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)];
|
|
368
|
+
case 1:
|
|
369
|
+
// authentication oauth2 required
|
|
370
|
+
// oauth required
|
|
371
|
+
_a.sent();
|
|
372
|
+
if (duration !== undefined) {
|
|
373
|
+
localVarQueryParameter['Duration'] = duration;
|
|
374
|
+
}
|
|
375
|
+
if (hospitalId !== undefined) {
|
|
376
|
+
localVarQueryParameter['HospitalId'] = hospitalId;
|
|
377
|
+
}
|
|
127
378
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
128
379
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
129
380
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -147,17 +398,123 @@ var DashBoardApiFp = function (configuration) {
|
|
|
147
398
|
return {
|
|
148
399
|
/**
|
|
149
400
|
*
|
|
150
|
-
* @summary
|
|
401
|
+
* @summary Get booking statisticss data
|
|
402
|
+
* @param {Duration} duration
|
|
403
|
+
* @param {string} [hospitalId]
|
|
404
|
+
* @param {*} [options] Override http request option.
|
|
405
|
+
* @throws {RequiredError}
|
|
406
|
+
*/
|
|
407
|
+
apiV1DashboardBookingGet: function (duration, hospitalId, options) {
|
|
408
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
409
|
+
var localVarAxiosArgs;
|
|
410
|
+
return __generator(this, function (_a) {
|
|
411
|
+
switch (_a.label) {
|
|
412
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1DashboardBookingGet(duration, hospitalId, options)];
|
|
413
|
+
case 1:
|
|
414
|
+
localVarAxiosArgs = _a.sent();
|
|
415
|
+
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
416
|
+
}
|
|
417
|
+
});
|
|
418
|
+
});
|
|
419
|
+
},
|
|
420
|
+
/**
|
|
421
|
+
*
|
|
422
|
+
* @summary Get call statisticss data
|
|
151
423
|
* @param {Duration} duration
|
|
424
|
+
* @param {string} [hospitalId]
|
|
152
425
|
* @param {*} [options] Override http request option.
|
|
153
426
|
* @throws {RequiredError}
|
|
154
427
|
*/
|
|
155
|
-
|
|
428
|
+
apiV1DashboardCallGet: function (duration, hospitalId, options) {
|
|
156
429
|
return __awaiter(this, void 0, void 0, function () {
|
|
157
430
|
var localVarAxiosArgs;
|
|
158
431
|
return __generator(this, function (_a) {
|
|
159
432
|
switch (_a.label) {
|
|
160
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
433
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1DashboardCallGet(duration, hospitalId, options)];
|
|
434
|
+
case 1:
|
|
435
|
+
localVarAxiosArgs = _a.sent();
|
|
436
|
+
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
437
|
+
}
|
|
438
|
+
});
|
|
439
|
+
});
|
|
440
|
+
},
|
|
441
|
+
/**
|
|
442
|
+
*
|
|
443
|
+
* @summary Get consultation statisticss data
|
|
444
|
+
* @param {Duration} duration
|
|
445
|
+
* @param {string} [hospitalId]
|
|
446
|
+
* @param {*} [options] Override http request option.
|
|
447
|
+
* @throws {RequiredError}
|
|
448
|
+
*/
|
|
449
|
+
apiV1DashboardConsultationGet: function (duration, hospitalId, options) {
|
|
450
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
451
|
+
var localVarAxiosArgs;
|
|
452
|
+
return __generator(this, function (_a) {
|
|
453
|
+
switch (_a.label) {
|
|
454
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1DashboardConsultationGet(duration, hospitalId, options)];
|
|
455
|
+
case 1:
|
|
456
|
+
localVarAxiosArgs = _a.sent();
|
|
457
|
+
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
458
|
+
}
|
|
459
|
+
});
|
|
460
|
+
});
|
|
461
|
+
},
|
|
462
|
+
/**
|
|
463
|
+
*
|
|
464
|
+
* @summary Get general statistics data
|
|
465
|
+
* @param {Duration} duration
|
|
466
|
+
* @param {string} [hospitalId]
|
|
467
|
+
* @param {*} [options] Override http request option.
|
|
468
|
+
* @throws {RequiredError}
|
|
469
|
+
*/
|
|
470
|
+
apiV1DashboardGeneralGet: function (duration, hospitalId, options) {
|
|
471
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
472
|
+
var localVarAxiosArgs;
|
|
473
|
+
return __generator(this, function (_a) {
|
|
474
|
+
switch (_a.label) {
|
|
475
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1DashboardGeneralGet(duration, hospitalId, options)];
|
|
476
|
+
case 1:
|
|
477
|
+
localVarAxiosArgs = _a.sent();
|
|
478
|
+
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
479
|
+
}
|
|
480
|
+
});
|
|
481
|
+
});
|
|
482
|
+
},
|
|
483
|
+
/**
|
|
484
|
+
*
|
|
485
|
+
* @summary Get intergrated dashboard data
|
|
486
|
+
* @param {Duration} duration
|
|
487
|
+
* @param {string} [hospitalId]
|
|
488
|
+
* @param {*} [options] Override http request option.
|
|
489
|
+
* @throws {RequiredError}
|
|
490
|
+
*/
|
|
491
|
+
apiV1DashboardGet: function (duration, hospitalId, options) {
|
|
492
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
493
|
+
var localVarAxiosArgs;
|
|
494
|
+
return __generator(this, function (_a) {
|
|
495
|
+
switch (_a.label) {
|
|
496
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1DashboardGet(duration, hospitalId, options)];
|
|
497
|
+
case 1:
|
|
498
|
+
localVarAxiosArgs = _a.sent();
|
|
499
|
+
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
500
|
+
}
|
|
501
|
+
});
|
|
502
|
+
});
|
|
503
|
+
},
|
|
504
|
+
/**
|
|
505
|
+
*
|
|
506
|
+
* @summary Get survey form statisticss data
|
|
507
|
+
* @param {Duration} duration
|
|
508
|
+
* @param {string} [hospitalId]
|
|
509
|
+
* @param {*} [options] Override http request option.
|
|
510
|
+
* @throws {RequiredError}
|
|
511
|
+
*/
|
|
512
|
+
apiV1DashboardSurveyformGet: function (duration, hospitalId, options) {
|
|
513
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
514
|
+
var localVarAxiosArgs;
|
|
515
|
+
return __generator(this, function (_a) {
|
|
516
|
+
switch (_a.label) {
|
|
517
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1DashboardSurveyformGet(duration, hospitalId, options)];
|
|
161
518
|
case 1:
|
|
162
519
|
localVarAxiosArgs = _a.sent();
|
|
163
520
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -177,13 +534,69 @@ var DashBoardApiFactory = function (configuration, basePath, axios) {
|
|
|
177
534
|
return {
|
|
178
535
|
/**
|
|
179
536
|
*
|
|
180
|
-
* @summary
|
|
537
|
+
* @summary Get booking statisticss data
|
|
538
|
+
* @param {Duration} duration
|
|
539
|
+
* @param {string} [hospitalId]
|
|
540
|
+
* @param {*} [options] Override http request option.
|
|
541
|
+
* @throws {RequiredError}
|
|
542
|
+
*/
|
|
543
|
+
apiV1DashboardBookingGet: function (duration, hospitalId, options) {
|
|
544
|
+
return localVarFp.apiV1DashboardBookingGet(duration, hospitalId, options).then(function (request) { return request(axios, basePath); });
|
|
545
|
+
},
|
|
546
|
+
/**
|
|
547
|
+
*
|
|
548
|
+
* @summary Get call statisticss data
|
|
549
|
+
* @param {Duration} duration
|
|
550
|
+
* @param {string} [hospitalId]
|
|
551
|
+
* @param {*} [options] Override http request option.
|
|
552
|
+
* @throws {RequiredError}
|
|
553
|
+
*/
|
|
554
|
+
apiV1DashboardCallGet: function (duration, hospitalId, options) {
|
|
555
|
+
return localVarFp.apiV1DashboardCallGet(duration, hospitalId, options).then(function (request) { return request(axios, basePath); });
|
|
556
|
+
},
|
|
557
|
+
/**
|
|
558
|
+
*
|
|
559
|
+
* @summary Get consultation statisticss data
|
|
560
|
+
* @param {Duration} duration
|
|
561
|
+
* @param {string} [hospitalId]
|
|
562
|
+
* @param {*} [options] Override http request option.
|
|
563
|
+
* @throws {RequiredError}
|
|
564
|
+
*/
|
|
565
|
+
apiV1DashboardConsultationGet: function (duration, hospitalId, options) {
|
|
566
|
+
return localVarFp.apiV1DashboardConsultationGet(duration, hospitalId, options).then(function (request) { return request(axios, basePath); });
|
|
567
|
+
},
|
|
568
|
+
/**
|
|
569
|
+
*
|
|
570
|
+
* @summary Get general statistics data
|
|
571
|
+
* @param {Duration} duration
|
|
572
|
+
* @param {string} [hospitalId]
|
|
573
|
+
* @param {*} [options] Override http request option.
|
|
574
|
+
* @throws {RequiredError}
|
|
575
|
+
*/
|
|
576
|
+
apiV1DashboardGeneralGet: function (duration, hospitalId, options) {
|
|
577
|
+
return localVarFp.apiV1DashboardGeneralGet(duration, hospitalId, options).then(function (request) { return request(axios, basePath); });
|
|
578
|
+
},
|
|
579
|
+
/**
|
|
580
|
+
*
|
|
581
|
+
* @summary Get intergrated dashboard data
|
|
582
|
+
* @param {Duration} duration
|
|
583
|
+
* @param {string} [hospitalId]
|
|
584
|
+
* @param {*} [options] Override http request option.
|
|
585
|
+
* @throws {RequiredError}
|
|
586
|
+
*/
|
|
587
|
+
apiV1DashboardGet: function (duration, hospitalId, options) {
|
|
588
|
+
return localVarFp.apiV1DashboardGet(duration, hospitalId, options).then(function (request) { return request(axios, basePath); });
|
|
589
|
+
},
|
|
590
|
+
/**
|
|
591
|
+
*
|
|
592
|
+
* @summary Get survey form statisticss data
|
|
181
593
|
* @param {Duration} duration
|
|
594
|
+
* @param {string} [hospitalId]
|
|
182
595
|
* @param {*} [options] Override http request option.
|
|
183
596
|
* @throws {RequiredError}
|
|
184
597
|
*/
|
|
185
|
-
|
|
186
|
-
return localVarFp.
|
|
598
|
+
apiV1DashboardSurveyformGet: function (duration, hospitalId, options) {
|
|
599
|
+
return localVarFp.apiV1DashboardSurveyformGet(duration, hospitalId, options).then(function (request) { return request(axios, basePath); });
|
|
187
600
|
},
|
|
188
601
|
};
|
|
189
602
|
};
|
|
@@ -201,15 +614,75 @@ var DashBoardApi = /** @class */ (function (_super) {
|
|
|
201
614
|
}
|
|
202
615
|
/**
|
|
203
616
|
*
|
|
204
|
-
* @summary
|
|
205
|
-
* @param {
|
|
617
|
+
* @summary Get booking statisticss data
|
|
618
|
+
* @param {DashBoardApiApiV1DashboardBookingGetRequest} requestParameters Request parameters.
|
|
619
|
+
* @param {*} [options] Override http request option.
|
|
620
|
+
* @throws {RequiredError}
|
|
621
|
+
* @memberof DashBoardApi
|
|
622
|
+
*/
|
|
623
|
+
DashBoardApi.prototype.apiV1DashboardBookingGet = function (requestParameters, options) {
|
|
624
|
+
var _this = this;
|
|
625
|
+
return (0, exports.DashBoardApiFp)(this.configuration).apiV1DashboardBookingGet(requestParameters.duration, requestParameters.hospitalId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
626
|
+
};
|
|
627
|
+
/**
|
|
628
|
+
*
|
|
629
|
+
* @summary Get call statisticss data
|
|
630
|
+
* @param {DashBoardApiApiV1DashboardCallGetRequest} requestParameters Request parameters.
|
|
631
|
+
* @param {*} [options] Override http request option.
|
|
632
|
+
* @throws {RequiredError}
|
|
633
|
+
* @memberof DashBoardApi
|
|
634
|
+
*/
|
|
635
|
+
DashBoardApi.prototype.apiV1DashboardCallGet = function (requestParameters, options) {
|
|
636
|
+
var _this = this;
|
|
637
|
+
return (0, exports.DashBoardApiFp)(this.configuration).apiV1DashboardCallGet(requestParameters.duration, requestParameters.hospitalId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
638
|
+
};
|
|
639
|
+
/**
|
|
640
|
+
*
|
|
641
|
+
* @summary Get consultation statisticss data
|
|
642
|
+
* @param {DashBoardApiApiV1DashboardConsultationGetRequest} requestParameters Request parameters.
|
|
643
|
+
* @param {*} [options] Override http request option.
|
|
644
|
+
* @throws {RequiredError}
|
|
645
|
+
* @memberof DashBoardApi
|
|
646
|
+
*/
|
|
647
|
+
DashBoardApi.prototype.apiV1DashboardConsultationGet = function (requestParameters, options) {
|
|
648
|
+
var _this = this;
|
|
649
|
+
return (0, exports.DashBoardApiFp)(this.configuration).apiV1DashboardConsultationGet(requestParameters.duration, requestParameters.hospitalId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
650
|
+
};
|
|
651
|
+
/**
|
|
652
|
+
*
|
|
653
|
+
* @summary Get general statistics data
|
|
654
|
+
* @param {DashBoardApiApiV1DashboardGeneralGetRequest} requestParameters Request parameters.
|
|
655
|
+
* @param {*} [options] Override http request option.
|
|
656
|
+
* @throws {RequiredError}
|
|
657
|
+
* @memberof DashBoardApi
|
|
658
|
+
*/
|
|
659
|
+
DashBoardApi.prototype.apiV1DashboardGeneralGet = function (requestParameters, options) {
|
|
660
|
+
var _this = this;
|
|
661
|
+
return (0, exports.DashBoardApiFp)(this.configuration).apiV1DashboardGeneralGet(requestParameters.duration, requestParameters.hospitalId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
662
|
+
};
|
|
663
|
+
/**
|
|
664
|
+
*
|
|
665
|
+
* @summary Get intergrated dashboard data
|
|
666
|
+
* @param {DashBoardApiApiV1DashboardGetRequest} requestParameters Request parameters.
|
|
667
|
+
* @param {*} [options] Override http request option.
|
|
668
|
+
* @throws {RequiredError}
|
|
669
|
+
* @memberof DashBoardApi
|
|
670
|
+
*/
|
|
671
|
+
DashBoardApi.prototype.apiV1DashboardGet = function (requestParameters, options) {
|
|
672
|
+
var _this = this;
|
|
673
|
+
return (0, exports.DashBoardApiFp)(this.configuration).apiV1DashboardGet(requestParameters.duration, requestParameters.hospitalId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
674
|
+
};
|
|
675
|
+
/**
|
|
676
|
+
*
|
|
677
|
+
* @summary Get survey form statisticss data
|
|
678
|
+
* @param {DashBoardApiApiV1DashboardSurveyformGetRequest} requestParameters Request parameters.
|
|
206
679
|
* @param {*} [options] Override http request option.
|
|
207
680
|
* @throws {RequiredError}
|
|
208
681
|
* @memberof DashBoardApi
|
|
209
682
|
*/
|
|
210
|
-
DashBoardApi.prototype.
|
|
683
|
+
DashBoardApi.prototype.apiV1DashboardSurveyformGet = function (requestParameters, options) {
|
|
211
684
|
var _this = this;
|
|
212
|
-
return (0, exports.DashBoardApiFp)(this.configuration).
|
|
685
|
+
return (0, exports.DashBoardApiFp)(this.configuration).apiV1DashboardSurveyformGet(requestParameters.duration, requestParameters.hospitalId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
213
686
|
};
|
|
214
687
|
return DashBoardApi;
|
|
215
688
|
}(base_1.BaseAPI));
|
package/lib/api/deals-api.d.ts
CHANGED
|
@@ -27,6 +27,7 @@ import { DealServiceModel } from '../models';
|
|
|
27
27
|
import { DealServicesModel } from '../models';
|
|
28
28
|
import { DealsModel } from '../models';
|
|
29
29
|
import { DealsSimpleModel } from '../models';
|
|
30
|
+
import { DeleteDealPackageAppointmentTimetableOverridesCommand } from '../models';
|
|
30
31
|
import { MarketingType } from '../models';
|
|
31
32
|
import { SaveAppointmentTimetableOverridesResultModel } from '../models';
|
|
32
33
|
import { SaveDealPackageAppointmentTimetableOverridesCommand } from '../models';
|
|
@@ -91,6 +92,16 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
91
92
|
* @throws {RequiredError}
|
|
92
93
|
*/
|
|
93
94
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesGet: (dealId: string, packageId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @summary Delete DealPackage appointment timetable overrides
|
|
98
|
+
* @param {string} dealId
|
|
99
|
+
* @param {string} packageId
|
|
100
|
+
* @param {DeleteDealPackageAppointmentTimetableOverridesCommand} [deleteDealPackageAppointmentTimetableOverridesCommand]
|
|
101
|
+
* @param {*} [options] Override http request option.
|
|
102
|
+
* @throws {RequiredError}
|
|
103
|
+
*/
|
|
104
|
+
apiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPatch: (dealId: string, packageId: string, deleteDealPackageAppointmentTimetableOverridesCommand?: DeleteDealPackageAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
94
105
|
/**
|
|
95
106
|
*
|
|
96
107
|
* @summary Save DealPackage appointment timetable overrides
|
|
@@ -366,6 +377,16 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
366
377
|
* @throws {RequiredError}
|
|
367
378
|
*/
|
|
368
379
|
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>>;
|
|
380
|
+
/**
|
|
381
|
+
*
|
|
382
|
+
* @summary Delete DealPackage appointment timetable overrides
|
|
383
|
+
* @param {string} dealId
|
|
384
|
+
* @param {string} packageId
|
|
385
|
+
* @param {DeleteDealPackageAppointmentTimetableOverridesCommand} [deleteDealPackageAppointmentTimetableOverridesCommand]
|
|
386
|
+
* @param {*} [options] Override http request option.
|
|
387
|
+
* @throws {RequiredError}
|
|
388
|
+
*/
|
|
389
|
+
apiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPatch(dealId: string, packageId: string, deleteDealPackageAppointmentTimetableOverridesCommand?: DeleteDealPackageAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
369
390
|
/**
|
|
370
391
|
*
|
|
371
392
|
* @summary Save DealPackage appointment timetable overrides
|
|
@@ -641,6 +662,16 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
641
662
|
* @throws {RequiredError}
|
|
642
663
|
*/
|
|
643
664
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesGet(dealId: string, packageId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AppointmentTimetableOverridesModel>;
|
|
665
|
+
/**
|
|
666
|
+
*
|
|
667
|
+
* @summary Delete DealPackage appointment timetable overrides
|
|
668
|
+
* @param {string} dealId
|
|
669
|
+
* @param {string} packageId
|
|
670
|
+
* @param {DeleteDealPackageAppointmentTimetableOverridesCommand} [deleteDealPackageAppointmentTimetableOverridesCommand]
|
|
671
|
+
* @param {*} [options] Override http request option.
|
|
672
|
+
* @throws {RequiredError}
|
|
673
|
+
*/
|
|
674
|
+
apiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPatch(dealId: string, packageId: string, deleteDealPackageAppointmentTimetableOverridesCommand?: DeleteDealPackageAppointmentTimetableOverridesCommand, options?: any): AxiosPromise<boolean>;
|
|
644
675
|
/**
|
|
645
676
|
*
|
|
646
677
|
* @summary Save DealPackage appointment timetable overrides
|
|
@@ -1036,6 +1067,31 @@ export interface DealsApiApiV1DealsDealIdPackagesPackageIdAppointmenttimetableov
|
|
|
1036
1067
|
*/
|
|
1037
1068
|
readonly lastRetrieved?: Date;
|
|
1038
1069
|
}
|
|
1070
|
+
/**
|
|
1071
|
+
* Request parameters for apiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPatch operation in DealsApi.
|
|
1072
|
+
* @export
|
|
1073
|
+
* @interface DealsApiApiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPatchRequest
|
|
1074
|
+
*/
|
|
1075
|
+
export interface DealsApiApiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPatchRequest {
|
|
1076
|
+
/**
|
|
1077
|
+
*
|
|
1078
|
+
* @type {string}
|
|
1079
|
+
* @memberof DealsApiApiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPatch
|
|
1080
|
+
*/
|
|
1081
|
+
readonly dealId: string;
|
|
1082
|
+
/**
|
|
1083
|
+
*
|
|
1084
|
+
* @type {string}
|
|
1085
|
+
* @memberof DealsApiApiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPatch
|
|
1086
|
+
*/
|
|
1087
|
+
readonly packageId: string;
|
|
1088
|
+
/**
|
|
1089
|
+
*
|
|
1090
|
+
* @type {DeleteDealPackageAppointmentTimetableOverridesCommand}
|
|
1091
|
+
* @memberof DealsApiApiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPatch
|
|
1092
|
+
*/
|
|
1093
|
+
readonly deleteDealPackageAppointmentTimetableOverridesCommand?: DeleteDealPackageAppointmentTimetableOverridesCommand;
|
|
1094
|
+
}
|
|
1039
1095
|
/**
|
|
1040
1096
|
* Request parameters for apiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPost operation in DealsApi.
|
|
1041
1097
|
* @export
|
|
@@ -1745,6 +1801,15 @@ export declare class DealsApi extends BaseAPI {
|
|
|
1745
1801
|
* @memberof DealsApi
|
|
1746
1802
|
*/
|
|
1747
1803
|
apiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesGet(requestParameters: DealsApiApiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentTimetableOverridesModel, any>>;
|
|
1804
|
+
/**
|
|
1805
|
+
*
|
|
1806
|
+
* @summary Delete DealPackage appointment timetable overrides
|
|
1807
|
+
* @param {DealsApiApiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPatchRequest} requestParameters Request parameters.
|
|
1808
|
+
* @param {*} [options] Override http request option.
|
|
1809
|
+
* @throws {RequiredError}
|
|
1810
|
+
* @memberof DealsApi
|
|
1811
|
+
*/
|
|
1812
|
+
apiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPatch(requestParameters: DealsApiApiV1DealsDealIdPackagesPackageIdAppointmenttimetableoverridesPatchRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
1748
1813
|
/**
|
|
1749
1814
|
*
|
|
1750
1815
|
* @summary Save DealPackage appointment timetable overrides
|