ch-admin-api-client-typescript 5.5.0 → 5.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api/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-api.d.ts +8 -8
- package/lib/api/search-api.d.ts.map +1 -1
- package/lib/api/search-api.js +5 -4
- 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-statistics-model.d.ts +44 -0
- package/lib/models/booking-statistics-model.d.ts.map +1 -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/deal-package-model.d.ts +0 -36
- package/lib/models/deal-package-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/doctor-affiliation-model.d.ts +0 -36
- package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
- package/lib/models/feature-detail-model.d.ts +2 -3
- package/lib/models/feature-detail-model.d.ts.map +1 -1
- 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/hospital-model.d.ts +0 -36
- package/lib/models/hospital-model.d.ts.map +1 -1
- package/lib/models/hospital-service-model.d.ts +0 -36
- package/lib/models/hospital-service-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-model.d.ts +0 -36
- package/lib/models/hospital-specialty-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +14 -2
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +14 -2
- 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 +14 -2
- 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-api.ts +10 -8
- 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/deal-package-model.ts +0 -36
- 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/doctor-affiliation-model.ts +0 -36
- package/src/models/feature-detail-model.ts +2 -5
- 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/hospital-model.ts +0 -36
- package/src/models/hospital-service-model.ts +0 -36
- package/src/models/hospital-specialty-model.ts +0 -36
- package/src/models/index.ts +14 -2
- 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
- package/lib/models/survey-form-simple-mapping-model.d.ts +0 -39
- package/lib/models/survey-form-simple-mapping-model.d.ts.map +0 -1
- package/lib/models/translation-simple-model.d.ts +0 -55
- package/lib/models/translation-simple-model.d.ts.map +0 -1
- package/src/models/survey-form-simple-mapping-model.ts +0 -48
- package/src/models/translation-simple-model.ts +0 -60
- /package/lib/models/{survey-form-simple-mapping-model.js → booking-duration-statistics-model.js} +0 -0
- /package/lib/models/{translation-simple-model.js → booking-statistics-model.js} +0 -0
package/src/api/hospitals-api.ts
CHANGED
|
@@ -61,6 +61,12 @@ import { CreatePolicyCommand } from '../models';
|
|
|
61
61
|
// @ts-ignore
|
|
62
62
|
import { DayOfWeek } from '../models';
|
|
63
63
|
// @ts-ignore
|
|
64
|
+
import { DeleteHospitalAppointmentTimetableOverridesCommand } from '../models';
|
|
65
|
+
// @ts-ignore
|
|
66
|
+
import { DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand } from '../models';
|
|
67
|
+
// @ts-ignore
|
|
68
|
+
import { DeleteServiceAppointmentTimetableOverridesCommand } from '../models';
|
|
69
|
+
// @ts-ignore
|
|
64
70
|
import { FooterNavigationItemModel } from '../models';
|
|
65
71
|
// @ts-ignore
|
|
66
72
|
import { HospitalAccreditationModel } from '../models';
|
|
@@ -558,6 +564,48 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
558
564
|
options: localVarRequestOptions,
|
|
559
565
|
};
|
|
560
566
|
},
|
|
567
|
+
/**
|
|
568
|
+
*
|
|
569
|
+
* @summary Delete Hospital appointment timetable overrides
|
|
570
|
+
* @param {string} hospitalId
|
|
571
|
+
* @param {DeleteHospitalAppointmentTimetableOverridesCommand} [deleteHospitalAppointmentTimetableOverridesCommand]
|
|
572
|
+
* @param {*} [options] Override http request option.
|
|
573
|
+
* @throws {RequiredError}
|
|
574
|
+
*/
|
|
575
|
+
apiV1HospitalsHospitalIdAppointmenttimetableoverridesPatch: async (hospitalId: string, deleteHospitalAppointmentTimetableOverridesCommand?: DeleteHospitalAppointmentTimetableOverridesCommand, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
576
|
+
// verify required parameter 'hospitalId' is not null or undefined
|
|
577
|
+
assertParamExists('apiV1HospitalsHospitalIdAppointmenttimetableoverridesPatch', 'hospitalId', hospitalId)
|
|
578
|
+
const localVarPath = `/api/v1/hospitals/{hospitalId}/appointmenttimetableoverrides`
|
|
579
|
+
.replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)));
|
|
580
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
581
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
582
|
+
let baseOptions;
|
|
583
|
+
if (configuration) {
|
|
584
|
+
baseOptions = configuration.baseOptions;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
const localVarRequestOptions = { method: 'PATCH', ...baseOptions, ...options};
|
|
588
|
+
const localVarHeaderParameter = {} as any;
|
|
589
|
+
const localVarQueryParameter = {} as any;
|
|
590
|
+
|
|
591
|
+
// authentication oauth2 required
|
|
592
|
+
// oauth required
|
|
593
|
+
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
598
|
+
|
|
599
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
600
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
601
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
602
|
+
localVarRequestOptions.data = serializeDataIfNeeded(deleteHospitalAppointmentTimetableOverridesCommand, localVarRequestOptions, configuration)
|
|
603
|
+
|
|
604
|
+
return {
|
|
605
|
+
url: toPathString(localVarUrlObj),
|
|
606
|
+
options: localVarRequestOptions,
|
|
607
|
+
};
|
|
608
|
+
},
|
|
561
609
|
/**
|
|
562
610
|
*
|
|
563
611
|
* @summary Save Hospital appointment timetable overrides
|
|
@@ -4144,6 +4192,52 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
4144
4192
|
options: localVarRequestOptions,
|
|
4145
4193
|
};
|
|
4146
4194
|
},
|
|
4195
|
+
/**
|
|
4196
|
+
*
|
|
4197
|
+
* @summary Delete HospitalSpecialty appointment timetable overrides
|
|
4198
|
+
* @param {string} hospitalId
|
|
4199
|
+
* @param {string} hospitalSpecialtyId
|
|
4200
|
+
* @param {DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand} [deleteHospitalSpecialtyAppointmentTimetableOverridesCommand]
|
|
4201
|
+
* @param {*} [options] Override http request option.
|
|
4202
|
+
* @throws {RequiredError}
|
|
4203
|
+
*/
|
|
4204
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatch: async (hospitalId: string, hospitalSpecialtyId: string, deleteHospitalSpecialtyAppointmentTimetableOverridesCommand?: DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
4205
|
+
// verify required parameter 'hospitalId' is not null or undefined
|
|
4206
|
+
assertParamExists('apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatch', 'hospitalId', hospitalId)
|
|
4207
|
+
// verify required parameter 'hospitalSpecialtyId' is not null or undefined
|
|
4208
|
+
assertParamExists('apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatch', 'hospitalSpecialtyId', hospitalSpecialtyId)
|
|
4209
|
+
const localVarPath = `/api/v1/hospitals/{hospitalId}/specialties/{hospitalSpecialtyId}/appointmenttimetableoverrides`
|
|
4210
|
+
.replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)))
|
|
4211
|
+
.replace(`{${"hospitalSpecialtyId"}}`, encodeURIComponent(String(hospitalSpecialtyId)));
|
|
4212
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4213
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4214
|
+
let baseOptions;
|
|
4215
|
+
if (configuration) {
|
|
4216
|
+
baseOptions = configuration.baseOptions;
|
|
4217
|
+
}
|
|
4218
|
+
|
|
4219
|
+
const localVarRequestOptions = { method: 'PATCH', ...baseOptions, ...options};
|
|
4220
|
+
const localVarHeaderParameter = {} as any;
|
|
4221
|
+
const localVarQueryParameter = {} as any;
|
|
4222
|
+
|
|
4223
|
+
// authentication oauth2 required
|
|
4224
|
+
// oauth required
|
|
4225
|
+
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)
|
|
4226
|
+
|
|
4227
|
+
|
|
4228
|
+
|
|
4229
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
4230
|
+
|
|
4231
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4232
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4233
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
4234
|
+
localVarRequestOptions.data = serializeDataIfNeeded(deleteHospitalSpecialtyAppointmentTimetableOverridesCommand, localVarRequestOptions, configuration)
|
|
4235
|
+
|
|
4236
|
+
return {
|
|
4237
|
+
url: toPathString(localVarUrlObj),
|
|
4238
|
+
options: localVarRequestOptions,
|
|
4239
|
+
};
|
|
4240
|
+
},
|
|
4147
4241
|
/**
|
|
4148
4242
|
*
|
|
4149
4243
|
* @summary Save HospitalSpecialty appointment timetable overrides
|
|
@@ -5187,6 +5281,56 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
5187
5281
|
options: localVarRequestOptions,
|
|
5188
5282
|
};
|
|
5189
5283
|
},
|
|
5284
|
+
/**
|
|
5285
|
+
*
|
|
5286
|
+
* @summary Delete Service appointment timetable overrides
|
|
5287
|
+
* @param {string} hospitalId
|
|
5288
|
+
* @param {string} specialtyId
|
|
5289
|
+
* @param {string} serviceId
|
|
5290
|
+
* @param {DeleteServiceAppointmentTimetableOverridesCommand} [deleteServiceAppointmentTimetableOverridesCommand]
|
|
5291
|
+
* @param {*} [options] Override http request option.
|
|
5292
|
+
* @throws {RequiredError}
|
|
5293
|
+
*/
|
|
5294
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatch: async (hospitalId: string, specialtyId: string, serviceId: string, deleteServiceAppointmentTimetableOverridesCommand?: DeleteServiceAppointmentTimetableOverridesCommand, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
5295
|
+
// verify required parameter 'hospitalId' is not null or undefined
|
|
5296
|
+
assertParamExists('apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatch', 'hospitalId', hospitalId)
|
|
5297
|
+
// verify required parameter 'specialtyId' is not null or undefined
|
|
5298
|
+
assertParamExists('apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatch', 'specialtyId', specialtyId)
|
|
5299
|
+
// verify required parameter 'serviceId' is not null or undefined
|
|
5300
|
+
assertParamExists('apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatch', 'serviceId', serviceId)
|
|
5301
|
+
const localVarPath = `/api/v1/hospitals/{hospitalId}/specialties/{specialtyId}/services/{serviceId}/appointmenttimetableoverrides`
|
|
5302
|
+
.replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)))
|
|
5303
|
+
.replace(`{${"specialtyId"}}`, encodeURIComponent(String(specialtyId)))
|
|
5304
|
+
.replace(`{${"serviceId"}}`, encodeURIComponent(String(serviceId)));
|
|
5305
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5306
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5307
|
+
let baseOptions;
|
|
5308
|
+
if (configuration) {
|
|
5309
|
+
baseOptions = configuration.baseOptions;
|
|
5310
|
+
}
|
|
5311
|
+
|
|
5312
|
+
const localVarRequestOptions = { method: 'PATCH', ...baseOptions, ...options};
|
|
5313
|
+
const localVarHeaderParameter = {} as any;
|
|
5314
|
+
const localVarQueryParameter = {} as any;
|
|
5315
|
+
|
|
5316
|
+
// authentication oauth2 required
|
|
5317
|
+
// oauth required
|
|
5318
|
+
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)
|
|
5319
|
+
|
|
5320
|
+
|
|
5321
|
+
|
|
5322
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5323
|
+
|
|
5324
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5325
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5326
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
5327
|
+
localVarRequestOptions.data = serializeDataIfNeeded(deleteServiceAppointmentTimetableOverridesCommand, localVarRequestOptions, configuration)
|
|
5328
|
+
|
|
5329
|
+
return {
|
|
5330
|
+
url: toPathString(localVarUrlObj),
|
|
5331
|
+
options: localVarRequestOptions,
|
|
5332
|
+
};
|
|
5333
|
+
},
|
|
5190
5334
|
/**
|
|
5191
5335
|
*
|
|
5192
5336
|
* @summary Save Service appointment timetable overrides
|
|
@@ -6527,6 +6671,18 @@ export const HospitalsApiFp = function(configuration?: Configuration) {
|
|
|
6527
6671
|
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1HospitalsHospitalIdAppointmenttimetableoverridesGet(hospitalId, includesPreviousItems, startDate, endDate, dayOfWeek, page, limit, lastRetrieved, options);
|
|
6528
6672
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
6529
6673
|
},
|
|
6674
|
+
/**
|
|
6675
|
+
*
|
|
6676
|
+
* @summary Delete Hospital appointment timetable overrides
|
|
6677
|
+
* @param {string} hospitalId
|
|
6678
|
+
* @param {DeleteHospitalAppointmentTimetableOverridesCommand} [deleteHospitalAppointmentTimetableOverridesCommand]
|
|
6679
|
+
* @param {*} [options] Override http request option.
|
|
6680
|
+
* @throws {RequiredError}
|
|
6681
|
+
*/
|
|
6682
|
+
async apiV1HospitalsHospitalIdAppointmenttimetableoverridesPatch(hospitalId: string, deleteHospitalAppointmentTimetableOverridesCommand?: DeleteHospitalAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
6683
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1HospitalsHospitalIdAppointmenttimetableoverridesPatch(hospitalId, deleteHospitalAppointmentTimetableOverridesCommand, options);
|
|
6684
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
6685
|
+
},
|
|
6530
6686
|
/**
|
|
6531
6687
|
*
|
|
6532
6688
|
* @summary Save Hospital appointment timetable overrides
|
|
@@ -7497,6 +7653,19 @@ export const HospitalsApiFp = function(configuration?: Configuration) {
|
|
|
7497
7653
|
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesGet(hospitalId, hospitalSpecialtyId, includesPreviousItems, startDate, endDate, dayOfWeek, page, limit, lastRetrieved, options);
|
|
7498
7654
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
7499
7655
|
},
|
|
7656
|
+
/**
|
|
7657
|
+
*
|
|
7658
|
+
* @summary Delete HospitalSpecialty appointment timetable overrides
|
|
7659
|
+
* @param {string} hospitalId
|
|
7660
|
+
* @param {string} hospitalSpecialtyId
|
|
7661
|
+
* @param {DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand} [deleteHospitalSpecialtyAppointmentTimetableOverridesCommand]
|
|
7662
|
+
* @param {*} [options] Override http request option.
|
|
7663
|
+
* @throws {RequiredError}
|
|
7664
|
+
*/
|
|
7665
|
+
async apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatch(hospitalId: string, hospitalSpecialtyId: string, deleteHospitalSpecialtyAppointmentTimetableOverridesCommand?: DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
7666
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatch(hospitalId, hospitalSpecialtyId, deleteHospitalSpecialtyAppointmentTimetableOverridesCommand, options);
|
|
7667
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
7668
|
+
},
|
|
7500
7669
|
/**
|
|
7501
7670
|
*
|
|
7502
7671
|
* @summary Save HospitalSpecialty appointment timetable overrides
|
|
@@ -7769,6 +7938,20 @@ export const HospitalsApiFp = function(configuration?: Configuration) {
|
|
|
7769
7938
|
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesGet(hospitalId, specialtyId, serviceId, includesPreviousItems, startDate, endDate, dayOfWeek, page, limit, lastRetrieved, options);
|
|
7770
7939
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
7771
7940
|
},
|
|
7941
|
+
/**
|
|
7942
|
+
*
|
|
7943
|
+
* @summary Delete Service appointment timetable overrides
|
|
7944
|
+
* @param {string} hospitalId
|
|
7945
|
+
* @param {string} specialtyId
|
|
7946
|
+
* @param {string} serviceId
|
|
7947
|
+
* @param {DeleteServiceAppointmentTimetableOverridesCommand} [deleteServiceAppointmentTimetableOverridesCommand]
|
|
7948
|
+
* @param {*} [options] Override http request option.
|
|
7949
|
+
* @throws {RequiredError}
|
|
7950
|
+
*/
|
|
7951
|
+
async apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatch(hospitalId: string, specialtyId: string, serviceId: string, deleteServiceAppointmentTimetableOverridesCommand?: DeleteServiceAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
7952
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatch(hospitalId, specialtyId, serviceId, deleteServiceAppointmentTimetableOverridesCommand, options);
|
|
7953
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
7954
|
+
},
|
|
7772
7955
|
/**
|
|
7773
7956
|
*
|
|
7774
7957
|
* @summary Save Service appointment timetable overrides
|
|
@@ -8199,6 +8382,17 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
|
|
|
8199
8382
|
apiV1HospitalsHospitalIdAppointmenttimetableoverridesGet(hospitalId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AppointmentTimetableOverridesModel> {
|
|
8200
8383
|
return localVarFp.apiV1HospitalsHospitalIdAppointmenttimetableoverridesGet(hospitalId, includesPreviousItems, startDate, endDate, dayOfWeek, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
8201
8384
|
},
|
|
8385
|
+
/**
|
|
8386
|
+
*
|
|
8387
|
+
* @summary Delete Hospital appointment timetable overrides
|
|
8388
|
+
* @param {string} hospitalId
|
|
8389
|
+
* @param {DeleteHospitalAppointmentTimetableOverridesCommand} [deleteHospitalAppointmentTimetableOverridesCommand]
|
|
8390
|
+
* @param {*} [options] Override http request option.
|
|
8391
|
+
* @throws {RequiredError}
|
|
8392
|
+
*/
|
|
8393
|
+
apiV1HospitalsHospitalIdAppointmenttimetableoverridesPatch(hospitalId: string, deleteHospitalAppointmentTimetableOverridesCommand?: DeleteHospitalAppointmentTimetableOverridesCommand, options?: any): AxiosPromise<boolean> {
|
|
8394
|
+
return localVarFp.apiV1HospitalsHospitalIdAppointmenttimetableoverridesPatch(hospitalId, deleteHospitalAppointmentTimetableOverridesCommand, options).then((request) => request(axios, basePath));
|
|
8395
|
+
},
|
|
8202
8396
|
/**
|
|
8203
8397
|
*
|
|
8204
8398
|
* @summary Save Hospital appointment timetable overrides
|
|
@@ -9097,6 +9291,18 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
|
|
|
9097
9291
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesGet(hospitalId: string, hospitalSpecialtyId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AppointmentTimetableOverridesModel> {
|
|
9098
9292
|
return localVarFp.apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesGet(hospitalId, hospitalSpecialtyId, includesPreviousItems, startDate, endDate, dayOfWeek, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
9099
9293
|
},
|
|
9294
|
+
/**
|
|
9295
|
+
*
|
|
9296
|
+
* @summary Delete HospitalSpecialty appointment timetable overrides
|
|
9297
|
+
* @param {string} hospitalId
|
|
9298
|
+
* @param {string} hospitalSpecialtyId
|
|
9299
|
+
* @param {DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand} [deleteHospitalSpecialtyAppointmentTimetableOverridesCommand]
|
|
9300
|
+
* @param {*} [options] Override http request option.
|
|
9301
|
+
* @throws {RequiredError}
|
|
9302
|
+
*/
|
|
9303
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatch(hospitalId: string, hospitalSpecialtyId: string, deleteHospitalSpecialtyAppointmentTimetableOverridesCommand?: DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand, options?: any): AxiosPromise<boolean> {
|
|
9304
|
+
return localVarFp.apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatch(hospitalId, hospitalSpecialtyId, deleteHospitalSpecialtyAppointmentTimetableOverridesCommand, options).then((request) => request(axios, basePath));
|
|
9305
|
+
},
|
|
9100
9306
|
/**
|
|
9101
9307
|
*
|
|
9102
9308
|
* @summary Save HospitalSpecialty appointment timetable overrides
|
|
@@ -9351,6 +9557,19 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
|
|
|
9351
9557
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesGet(hospitalId: string, specialtyId: string, serviceId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AppointmentTimetableOverridesModel> {
|
|
9352
9558
|
return localVarFp.apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesGet(hospitalId, specialtyId, serviceId, includesPreviousItems, startDate, endDate, dayOfWeek, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
9353
9559
|
},
|
|
9560
|
+
/**
|
|
9561
|
+
*
|
|
9562
|
+
* @summary Delete Service appointment timetable overrides
|
|
9563
|
+
* @param {string} hospitalId
|
|
9564
|
+
* @param {string} specialtyId
|
|
9565
|
+
* @param {string} serviceId
|
|
9566
|
+
* @param {DeleteServiceAppointmentTimetableOverridesCommand} [deleteServiceAppointmentTimetableOverridesCommand]
|
|
9567
|
+
* @param {*} [options] Override http request option.
|
|
9568
|
+
* @throws {RequiredError}
|
|
9569
|
+
*/
|
|
9570
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatch(hospitalId: string, specialtyId: string, serviceId: string, deleteServiceAppointmentTimetableOverridesCommand?: DeleteServiceAppointmentTimetableOverridesCommand, options?: any): AxiosPromise<boolean> {
|
|
9571
|
+
return localVarFp.apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatch(hospitalId, specialtyId, serviceId, deleteServiceAppointmentTimetableOverridesCommand, options).then((request) => request(axios, basePath));
|
|
9572
|
+
},
|
|
9354
9573
|
/**
|
|
9355
9574
|
*
|
|
9356
9575
|
* @summary Save Service appointment timetable overrides
|
|
@@ -9955,6 +10174,27 @@ export interface HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetableoverrid
|
|
|
9955
10174
|
readonly lastRetrieved?: Date
|
|
9956
10175
|
}
|
|
9957
10176
|
|
|
10177
|
+
/**
|
|
10178
|
+
* Request parameters for apiV1HospitalsHospitalIdAppointmenttimetableoverridesPatch operation in HospitalsApi.
|
|
10179
|
+
* @export
|
|
10180
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetableoverridesPatchRequest
|
|
10181
|
+
*/
|
|
10182
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetableoverridesPatchRequest {
|
|
10183
|
+
/**
|
|
10184
|
+
*
|
|
10185
|
+
* @type {string}
|
|
10186
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetableoverridesPatch
|
|
10187
|
+
*/
|
|
10188
|
+
readonly hospitalId: string
|
|
10189
|
+
|
|
10190
|
+
/**
|
|
10191
|
+
*
|
|
10192
|
+
* @type {DeleteHospitalAppointmentTimetableOverridesCommand}
|
|
10193
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetableoverridesPatch
|
|
10194
|
+
*/
|
|
10195
|
+
readonly deleteHospitalAppointmentTimetableOverridesCommand?: DeleteHospitalAppointmentTimetableOverridesCommand
|
|
10196
|
+
}
|
|
10197
|
+
|
|
9958
10198
|
/**
|
|
9959
10199
|
* Request parameters for apiV1HospitalsHospitalIdAppointmenttimetableoverridesPost operation in HospitalsApi.
|
|
9960
10200
|
* @export
|
|
@@ -12209,6 +12449,34 @@ export interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialt
|
|
|
12209
12449
|
readonly lastRetrieved?: Date
|
|
12210
12450
|
}
|
|
12211
12451
|
|
|
12452
|
+
/**
|
|
12453
|
+
* Request parameters for apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatch operation in HospitalsApi.
|
|
12454
|
+
* @export
|
|
12455
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatchRequest
|
|
12456
|
+
*/
|
|
12457
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatchRequest {
|
|
12458
|
+
/**
|
|
12459
|
+
*
|
|
12460
|
+
* @type {string}
|
|
12461
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatch
|
|
12462
|
+
*/
|
|
12463
|
+
readonly hospitalId: string
|
|
12464
|
+
|
|
12465
|
+
/**
|
|
12466
|
+
*
|
|
12467
|
+
* @type {string}
|
|
12468
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatch
|
|
12469
|
+
*/
|
|
12470
|
+
readonly hospitalSpecialtyId: string
|
|
12471
|
+
|
|
12472
|
+
/**
|
|
12473
|
+
*
|
|
12474
|
+
* @type {DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand}
|
|
12475
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatch
|
|
12476
|
+
*/
|
|
12477
|
+
readonly deleteHospitalSpecialtyAppointmentTimetableOverridesCommand?: DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand
|
|
12478
|
+
}
|
|
12479
|
+
|
|
12212
12480
|
/**
|
|
12213
12481
|
* Request parameters for apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPost operation in HospitalsApi.
|
|
12214
12482
|
* @export
|
|
@@ -12979,6 +13247,41 @@ export interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServi
|
|
|
12979
13247
|
readonly lastRetrieved?: Date
|
|
12980
13248
|
}
|
|
12981
13249
|
|
|
13250
|
+
/**
|
|
13251
|
+
* Request parameters for apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatch operation in HospitalsApi.
|
|
13252
|
+
* @export
|
|
13253
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatchRequest
|
|
13254
|
+
*/
|
|
13255
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatchRequest {
|
|
13256
|
+
/**
|
|
13257
|
+
*
|
|
13258
|
+
* @type {string}
|
|
13259
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatch
|
|
13260
|
+
*/
|
|
13261
|
+
readonly hospitalId: string
|
|
13262
|
+
|
|
13263
|
+
/**
|
|
13264
|
+
*
|
|
13265
|
+
* @type {string}
|
|
13266
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatch
|
|
13267
|
+
*/
|
|
13268
|
+
readonly specialtyId: string
|
|
13269
|
+
|
|
13270
|
+
/**
|
|
13271
|
+
*
|
|
13272
|
+
* @type {string}
|
|
13273
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatch
|
|
13274
|
+
*/
|
|
13275
|
+
readonly serviceId: string
|
|
13276
|
+
|
|
13277
|
+
/**
|
|
13278
|
+
*
|
|
13279
|
+
* @type {DeleteServiceAppointmentTimetableOverridesCommand}
|
|
13280
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatch
|
|
13281
|
+
*/
|
|
13282
|
+
readonly deleteServiceAppointmentTimetableOverridesCommand?: DeleteServiceAppointmentTimetableOverridesCommand
|
|
13283
|
+
}
|
|
13284
|
+
|
|
12982
13285
|
/**
|
|
12983
13286
|
* Request parameters for apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPost operation in HospitalsApi.
|
|
12984
13287
|
* @export
|
|
@@ -13919,6 +14222,18 @@ export class HospitalsApi extends BaseAPI {
|
|
|
13919
14222
|
return HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdAppointmenttimetableoverridesGet(requestParameters.hospitalId, requestParameters.includesPreviousItems, requestParameters.startDate, requestParameters.endDate, requestParameters.dayOfWeek, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
13920
14223
|
}
|
|
13921
14224
|
|
|
14225
|
+
/**
|
|
14226
|
+
*
|
|
14227
|
+
* @summary Delete Hospital appointment timetable overrides
|
|
14228
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetableoverridesPatchRequest} requestParameters Request parameters.
|
|
14229
|
+
* @param {*} [options] Override http request option.
|
|
14230
|
+
* @throws {RequiredError}
|
|
14231
|
+
* @memberof HospitalsApi
|
|
14232
|
+
*/
|
|
14233
|
+
public apiV1HospitalsHospitalIdAppointmenttimetableoverridesPatch(requestParameters: HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetableoverridesPatchRequest, options?: AxiosRequestConfig) {
|
|
14234
|
+
return HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdAppointmenttimetableoverridesPatch(requestParameters.hospitalId, requestParameters.deleteHospitalAppointmentTimetableOverridesCommand, options).then((request) => request(this.axios, this.basePath));
|
|
14235
|
+
}
|
|
14236
|
+
|
|
13922
14237
|
/**
|
|
13923
14238
|
*
|
|
13924
14239
|
* @summary Save Hospital appointment timetable overrides
|
|
@@ -14783,6 +15098,18 @@ export class HospitalsApi extends BaseAPI {
|
|
|
14783
15098
|
return HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesGet(requestParameters.hospitalId, requestParameters.hospitalSpecialtyId, requestParameters.includesPreviousItems, requestParameters.startDate, requestParameters.endDate, requestParameters.dayOfWeek, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
14784
15099
|
}
|
|
14785
15100
|
|
|
15101
|
+
/**
|
|
15102
|
+
*
|
|
15103
|
+
* @summary Delete HospitalSpecialty appointment timetable overrides
|
|
15104
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatchRequest} requestParameters Request parameters.
|
|
15105
|
+
* @param {*} [options] Override http request option.
|
|
15106
|
+
* @throws {RequiredError}
|
|
15107
|
+
* @memberof HospitalsApi
|
|
15108
|
+
*/
|
|
15109
|
+
public apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatch(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatchRequest, options?: AxiosRequestConfig) {
|
|
15110
|
+
return HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatch(requestParameters.hospitalId, requestParameters.hospitalSpecialtyId, requestParameters.deleteHospitalSpecialtyAppointmentTimetableOverridesCommand, options).then((request) => request(this.axios, this.basePath));
|
|
15111
|
+
}
|
|
15112
|
+
|
|
14786
15113
|
/**
|
|
14787
15114
|
*
|
|
14788
15115
|
* @summary Save HospitalSpecialty appointment timetable overrides
|
|
@@ -14999,6 +15326,18 @@ export class HospitalsApi extends BaseAPI {
|
|
|
14999
15326
|
return HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesGet(requestParameters.hospitalId, requestParameters.specialtyId, requestParameters.serviceId, requestParameters.includesPreviousItems, requestParameters.startDate, requestParameters.endDate, requestParameters.dayOfWeek, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
15000
15327
|
}
|
|
15001
15328
|
|
|
15329
|
+
/**
|
|
15330
|
+
*
|
|
15331
|
+
* @summary Delete Service appointment timetable overrides
|
|
15332
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatchRequest} requestParameters Request parameters.
|
|
15333
|
+
* @param {*} [options] Override http request option.
|
|
15334
|
+
* @throws {RequiredError}
|
|
15335
|
+
* @memberof HospitalsApi
|
|
15336
|
+
*/
|
|
15337
|
+
public apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatch(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatchRequest, options?: AxiosRequestConfig) {
|
|
15338
|
+
return HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatch(requestParameters.hospitalId, requestParameters.specialtyId, requestParameters.serviceId, requestParameters.deleteServiceAppointmentTimetableOverridesCommand, options).then((request) => request(this.axios, this.basePath));
|
|
15339
|
+
}
|
|
15340
|
+
|
|
15002
15341
|
/**
|
|
15003
15342
|
*
|
|
15004
15343
|
* @summary Save Service appointment timetable overrides
|
package/src/api/search-api.ts
CHANGED
|
@@ -31,11 +31,13 @@ export const SearchApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
33
|
* @summary Recreate Index
|
|
34
|
-
* @param {Array<SearchIndexType>}
|
|
34
|
+
* @param {Array<SearchIndexType>} selectedIndextypes
|
|
35
35
|
* @param {*} [options] Override http request option.
|
|
36
36
|
* @throws {RequiredError}
|
|
37
37
|
*/
|
|
38
|
-
apiV1SearchRecreatePost: async (selectedIndextypes
|
|
38
|
+
apiV1SearchRecreatePost: async (selectedIndextypes: Array<SearchIndexType>, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
39
|
+
// verify required parameter 'selectedIndextypes' is not null or undefined
|
|
40
|
+
assertParamExists('apiV1SearchRecreatePost', 'selectedIndextypes', selectedIndextypes)
|
|
39
41
|
const localVarPath = `/api/v1/search/recreate`;
|
|
40
42
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
41
43
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -80,11 +82,11 @@ export const SearchApiFp = function(configuration?: Configuration) {
|
|
|
80
82
|
/**
|
|
81
83
|
*
|
|
82
84
|
* @summary Recreate Index
|
|
83
|
-
* @param {Array<SearchIndexType>}
|
|
85
|
+
* @param {Array<SearchIndexType>} selectedIndextypes
|
|
84
86
|
* @param {*} [options] Override http request option.
|
|
85
87
|
* @throws {RequiredError}
|
|
86
88
|
*/
|
|
87
|
-
async apiV1SearchRecreatePost(selectedIndextypes
|
|
89
|
+
async apiV1SearchRecreatePost(selectedIndextypes: Array<SearchIndexType>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
88
90
|
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SearchRecreatePost(selectedIndextypes, options);
|
|
89
91
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
90
92
|
},
|
|
@@ -101,11 +103,11 @@ export const SearchApiFactory = function (configuration?: Configuration, basePat
|
|
|
101
103
|
/**
|
|
102
104
|
*
|
|
103
105
|
* @summary Recreate Index
|
|
104
|
-
* @param {Array<SearchIndexType>}
|
|
106
|
+
* @param {Array<SearchIndexType>} selectedIndextypes
|
|
105
107
|
* @param {*} [options] Override http request option.
|
|
106
108
|
* @throws {RequiredError}
|
|
107
109
|
*/
|
|
108
|
-
apiV1SearchRecreatePost(selectedIndextypes
|
|
110
|
+
apiV1SearchRecreatePost(selectedIndextypes: Array<SearchIndexType>, options?: any): AxiosPromise<string> {
|
|
109
111
|
return localVarFp.apiV1SearchRecreatePost(selectedIndextypes, options).then((request) => request(axios, basePath));
|
|
110
112
|
},
|
|
111
113
|
};
|
|
@@ -122,7 +124,7 @@ export interface SearchApiApiV1SearchRecreatePostRequest {
|
|
|
122
124
|
* @type {Array<SearchIndexType>}
|
|
123
125
|
* @memberof SearchApiApiV1SearchRecreatePost
|
|
124
126
|
*/
|
|
125
|
-
readonly selectedIndextypes
|
|
127
|
+
readonly selectedIndextypes: Array<SearchIndexType>
|
|
126
128
|
}
|
|
127
129
|
|
|
128
130
|
/**
|
|
@@ -140,7 +142,7 @@ export class SearchApi extends BaseAPI {
|
|
|
140
142
|
* @throws {RequiredError}
|
|
141
143
|
* @memberof SearchApi
|
|
142
144
|
*/
|
|
143
|
-
public apiV1SearchRecreatePost(requestParameters: SearchApiApiV1SearchRecreatePostRequest
|
|
145
|
+
public apiV1SearchRecreatePost(requestParameters: SearchApiApiV1SearchRecreatePostRequest, options?: AxiosRequestConfig) {
|
|
144
146
|
return SearchApiFp(this.configuration).apiV1SearchRecreatePost(requestParameters.selectedIndextypes, options).then((request) => request(this.axios, this.basePath));
|
|
145
147
|
}
|
|
146
148
|
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1
|
|
8
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface BookingDurationStatisticsModel
|
|
21
|
+
*/
|
|
22
|
+
export interface BookingDurationStatisticsModel {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {Date}
|
|
26
|
+
* @memberof BookingDurationStatisticsModel
|
|
27
|
+
*/
|
|
28
|
+
'key'?: Date;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof BookingDurationStatisticsModel
|
|
33
|
+
*/
|
|
34
|
+
'value'?: number;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1
|
|
8
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { BookingDurationStatisticsModel } from './booking-duration-statistics-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface BookingStatisticsModel
|
|
24
|
+
*/
|
|
25
|
+
export interface BookingStatisticsModel {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof BookingStatisticsModel
|
|
30
|
+
*/
|
|
31
|
+
'pendingApprovalCount'?: number;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof BookingStatisticsModel
|
|
36
|
+
*/
|
|
37
|
+
'finishedCount'?: number;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof BookingStatisticsModel
|
|
42
|
+
*/
|
|
43
|
+
'revenue'?: number;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Array<BookingDurationStatisticsModel>}
|
|
47
|
+
* @memberof BookingStatisticsModel
|
|
48
|
+
*/
|
|
49
|
+
'monthlyList'?: Array<BookingDurationStatisticsModel> | null;
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1
|
|
8
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface CallDurationStatisticsModel
|
|
21
|
+
*/
|
|
22
|
+
export interface CallDurationStatisticsModel {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {Date}
|
|
26
|
+
* @memberof CallDurationStatisticsModel
|
|
27
|
+
*/
|
|
28
|
+
'key'?: Date;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof CallDurationStatisticsModel
|
|
33
|
+
*/
|
|
34
|
+
'value'?: number;
|
|
35
|
+
}
|
|
36
|
+
|