ch-admin-api-client-typescript 5.14.27 → 5.16.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 +16 -81
- package/lib/api/dash-board-api.d.ts.map +1 -1
- package/lib/api/dash-board-api.js +14 -113
- package/lib/api/hospital-branches-api.d.ts +402 -0
- package/lib/api/hospital-branches-api.d.ts.map +1 -0
- package/lib/api/{bookings-api.js → hospital-branches-api.js} +190 -346
- package/lib/api/hospital-groups-api.d.ts +402 -0
- package/lib/api/hospital-groups-api.d.ts.map +1 -0
- package/lib/api/{hospitals-consultation-timetables-api.js → hospital-groups-api.js} +197 -200
- package/lib/api/hospitals-api.d.ts +30 -30
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +26 -26
- package/lib/api.d.ts +2 -4
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +2 -4
- package/lib/models/{booking-duration-statistics-model.d.ts → appointment-duration-statisctics-model.d.ts} +5 -5
- package/lib/models/appointment-duration-statisctics-model.d.ts.map +1 -0
- package/lib/models/{booking-statistics-model.d.ts → appointment-statistics-model.d.ts} +10 -10
- package/lib/models/appointment-statistics-model.d.ts.map +1 -0
- package/lib/models/create-hospital-branch-command.d.ts +73 -0
- package/lib/models/create-hospital-branch-command.d.ts.map +1 -0
- package/lib/models/create-hospital-group-command.d.ts +67 -0
- package/lib/models/create-hospital-group-command.d.ts.map +1 -0
- package/lib/models/dash-board-model.d.ts +9 -16
- package/lib/models/dash-board-model.d.ts.map +1 -1
- package/lib/models/hospital-branch-item-model.d.ts +80 -0
- package/lib/models/hospital-branch-item-model.d.ts.map +1 -0
- package/lib/models/hospital-branch-model.d.ts +98 -0
- package/lib/models/hospital-branch-model.d.ts.map +1 -0
- package/lib/models/{bookings-model.d.ts → hospital-branches-model.d.ts} +8 -8
- package/lib/models/hospital-branches-model.d.ts.map +1 -0
- package/lib/models/hospital-group-item-model.d.ts +62 -0
- package/lib/models/hospital-group-item-model.d.ts.map +1 -0
- package/lib/models/hospital-group-model.d.ts +80 -0
- package/lib/models/hospital-group-model.d.ts.map +1 -0
- package/lib/models/{consultations-model.d.ts → hospital-groups-model.d.ts} +8 -8
- package/lib/models/hospital-groups-model.d.ts.map +1 -0
- package/lib/models/index.d.ts +12 -34
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +12 -34
- package/lib/models/update-doctor-affiliation-command.d.ts +0 -12
- package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/update-hospital-branch-command.d.ts +61 -0
- package/lib/models/update-hospital-branch-command.d.ts.map +1 -0
- package/lib/models/update-hospital-group-command.d.ts +67 -0
- package/lib/models/update-hospital-group-command.d.ts.map +1 -0
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +14 -38
- package/src/api/dash-board-api.ts +21 -139
- package/src/api/hospital-branches-api.ts +706 -0
- package/src/api/hospital-groups-api.ts +706 -0
- package/src/api/hospitals-api.ts +49 -49
- package/src/api.ts +2 -4
- package/src/models/{booking-duration-statistics-model.ts → appointment-duration-statisctics-model.ts} +4 -4
- package/src/models/{booking-statistics-model.ts → appointment-statistics-model.ts} +9 -9
- package/src/models/create-hospital-branch-command.ts +78 -0
- package/src/models/create-hospital-group-command.ts +72 -0
- package/src/models/dash-board-model.ts +9 -18
- package/src/models/hospital-branch-item-model.ts +87 -0
- package/src/models/hospital-branch-model.ts +105 -0
- package/src/models/{bookings-model.ts → hospital-branches-model.ts} +7 -7
- package/src/models/{hospital-consultation-timetable-override-model.ts → hospital-group-item-model.ts} +22 -16
- package/src/models/hospital-group-model.ts +87 -0
- package/src/models/{consultations-model.ts → hospital-groups-model.ts} +7 -7
- package/src/models/index.ts +12 -34
- package/src/models/update-doctor-affiliation-command.ts +0 -12
- package/src/models/update-hospital-branch-command.ts +66 -0
- package/src/models/update-hospital-group-command.ts +72 -0
- package/lib/api/bookings-api.d.ts +0 -558
- package/lib/api/bookings-api.d.ts.map +0 -1
- package/lib/api/consultations-api.d.ts +0 -586
- package/lib/api/consultations-api.d.ts.map +0 -1
- package/lib/api/consultations-api.js +0 -871
- package/lib/api/hospitals-consultation-timetable-overrides-api.d.ts +0 -321
- package/lib/api/hospitals-consultation-timetable-overrides-api.d.ts.map +0 -1
- package/lib/api/hospitals-consultation-timetable-overrides-api.js +0 -535
- package/lib/api/hospitals-consultation-timetables-api.d.ts +0 -414
- package/lib/api/hospitals-consultation-timetables-api.d.ts.map +0 -1
- package/lib/models/approve-booking-command.d.ts +0 -31
- package/lib/models/approve-booking-command.d.ts.map +0 -1
- package/lib/models/approve-consultation-command.d.ts +0 -31
- package/lib/models/approve-consultation-command.d.ts.map +0 -1
- package/lib/models/batch-add-hospital-consultation-timetable-model.d.ts +0 -38
- package/lib/models/batch-add-hospital-consultation-timetable-model.d.ts.map +0 -1
- package/lib/models/batch-hospital-consultation-timetable-result-model.d.ts +0 -38
- package/lib/models/batch-hospital-consultation-timetable-result-model.d.ts.map +0 -1
- package/lib/models/batch-hospital-consultation-timetables-command.d.ts +0 -39
- package/lib/models/batch-hospital-consultation-timetables-command.d.ts.map +0 -1
- package/lib/models/batch-update-hospital-consultation-timetable-model.d.ts +0 -44
- package/lib/models/batch-update-hospital-consultation-timetable-model.d.ts.map +0 -1
- package/lib/models/booking-change-log-model.d.ts +0 -44
- package/lib/models/booking-change-log-model.d.ts.map +0 -1
- package/lib/models/booking-duration-statistics-model.d.ts.map +0 -1
- package/lib/models/booking-item-model.d.ts +0 -245
- package/lib/models/booking-item-model.d.ts.map +0 -1
- package/lib/models/booking-model.d.ts +0 -252
- package/lib/models/booking-model.d.ts.map +0 -1
- package/lib/models/booking-statistics-model.d.ts.map +0 -1
- package/lib/models/booking-status.d.ts +0 -27
- package/lib/models/booking-status.d.ts.map +0 -1
- package/lib/models/booking-status.js +0 -30
- package/lib/models/bookings-model.d.ts.map +0 -1
- package/lib/models/consultation-change-log-model.d.ts +0 -44
- package/lib/models/consultation-change-log-model.d.ts.map +0 -1
- package/lib/models/consultation-change-log-model.js +0 -15
- package/lib/models/consultation-duration-statisctics-model.d.ts +0 -31
- package/lib/models/consultation-duration-statisctics-model.d.ts.map +0 -1
- package/lib/models/consultation-duration-statisctics-model.js +0 -15
- package/lib/models/consultation-item-model.d.ts +0 -275
- package/lib/models/consultation-item-model.d.ts.map +0 -1
- package/lib/models/consultation-item-model.js +0 -15
- package/lib/models/consultation-model.d.ts +0 -282
- package/lib/models/consultation-model.d.ts.map +0 -1
- package/lib/models/consultation-model.js +0 -15
- package/lib/models/consultation-statistics-model.d.ts +0 -44
- package/lib/models/consultation-statistics-model.d.ts.map +0 -1
- package/lib/models/consultation-statistics-model.js +0 -15
- package/lib/models/consultation-status.d.ts +0 -27
- package/lib/models/consultation-status.d.ts.map +0 -1
- package/lib/models/consultation-status.js +0 -30
- package/lib/models/consultation-type.d.ts +0 -23
- package/lib/models/consultation-type.d.ts.map +0 -1
- package/lib/models/consultation-type.js +0 -26
- package/lib/models/consultations-model.d.ts.map +0 -1
- package/lib/models/consultations-model.js +0 -15
- package/lib/models/create-hospital-consultation-timetable-command.d.ts +0 -38
- package/lib/models/create-hospital-consultation-timetable-command.d.ts.map +0 -1
- package/lib/models/create-hospital-consultation-timetable-command.js +0 -15
- package/lib/models/delete-hospital-consultation-timetable-override-command.d.ts +0 -44
- package/lib/models/delete-hospital-consultation-timetable-override-command.d.ts.map +0 -1
- package/lib/models/delete-hospital-consultation-timetable-override-command.js +0 -15
- package/lib/models/hospital-consultation-timetable-item-model.d.ts +0 -44
- package/lib/models/hospital-consultation-timetable-item-model.d.ts.map +0 -1
- package/lib/models/hospital-consultation-timetable-item-model.js +0 -15
- package/lib/models/hospital-consultation-timetable-model.d.ts +0 -44
- package/lib/models/hospital-consultation-timetable-model.d.ts.map +0 -1
- package/lib/models/hospital-consultation-timetable-model.js +0 -15
- package/lib/models/hospital-consultation-timetable-override-item-model.d.ts +0 -56
- package/lib/models/hospital-consultation-timetable-override-item-model.d.ts.map +0 -1
- package/lib/models/hospital-consultation-timetable-override-item-model.js +0 -15
- package/lib/models/hospital-consultation-timetable-override-model.d.ts +0 -56
- package/lib/models/hospital-consultation-timetable-override-model.d.ts.map +0 -1
- package/lib/models/hospital-consultation-timetable-override-model.js +0 -15
- package/lib/models/hospital-consultation-timetable-overrides-model.d.ts +0 -33
- package/lib/models/hospital-consultation-timetable-overrides-model.d.ts.map +0 -1
- package/lib/models/hospital-consultation-timetable-overrides-model.js +0 -15
- package/lib/models/hospital-consultation-timetables-model.d.ts +0 -33
- package/lib/models/hospital-consultation-timetables-model.d.ts.map +0 -1
- package/lib/models/hospital-consultation-timetables-model.js +0 -15
- package/lib/models/reject-booking-command.d.ts +0 -32
- package/lib/models/reject-booking-command.d.ts.map +0 -1
- package/lib/models/reject-booking-command.js +0 -15
- package/lib/models/reject-consultation-command.d.ts +0 -32
- package/lib/models/reject-consultation-command.d.ts.map +0 -1
- package/lib/models/reject-consultation-command.js +0 -15
- package/lib/models/save-hospital-consultation-timetable-override-model.d.ts +0 -43
- package/lib/models/save-hospital-consultation-timetable-override-model.d.ts.map +0 -1
- package/lib/models/save-hospital-consultation-timetable-override-model.js +0 -15
- package/lib/models/save-hospital-consultation-timetable-overrides-command.d.ts +0 -26
- package/lib/models/save-hospital-consultation-timetable-overrides-command.d.ts.map +0 -1
- package/lib/models/save-hospital-consultation-timetable-overrides-command.js +0 -15
- package/lib/models/update-hospital-consultation-timetable-command.d.ts +0 -38
- package/lib/models/update-hospital-consultation-timetable-command.d.ts.map +0 -1
- package/lib/models/update-hospital-consultation-timetable-command.js +0 -15
- package/src/api/bookings-api.ts +0 -962
- package/src/api/consultations-api.ts +0 -1006
- package/src/api/hospitals-consultation-timetable-overrides-api.ts +0 -553
- package/src/api/hospitals-consultation-timetables-api.ts +0 -718
- package/src/models/approve-booking-command.ts +0 -36
- package/src/models/approve-consultation-command.ts +0 -36
- package/src/models/batch-add-hospital-consultation-timetable-model.ts +0 -45
- package/src/models/batch-hospital-consultation-timetable-result-model.ts +0 -45
- package/src/models/batch-hospital-consultation-timetables-command.ts +0 -48
- package/src/models/batch-update-hospital-consultation-timetable-model.ts +0 -51
- package/src/models/booking-change-log-model.ts +0 -51
- package/src/models/booking-item-model.ts +0 -258
- package/src/models/booking-model.ts +0 -267
- package/src/models/booking-status.ts +0 -36
- package/src/models/consultation-change-log-model.ts +0 -51
- package/src/models/consultation-duration-statisctics-model.ts +0 -36
- package/src/models/consultation-item-model.ts +0 -288
- package/src/models/consultation-model.ts +0 -297
- package/src/models/consultation-statistics-model.ts +0 -51
- package/src/models/consultation-status.ts +0 -36
- package/src/models/consultation-type.ts +0 -32
- package/src/models/create-hospital-consultation-timetable-command.ts +0 -45
- package/src/models/delete-hospital-consultation-timetable-override-command.ts +0 -51
- package/src/models/hospital-consultation-timetable-item-model.ts +0 -51
- package/src/models/hospital-consultation-timetable-model.ts +0 -51
- package/src/models/hospital-consultation-timetable-override-item-model.ts +0 -63
- package/src/models/hospital-consultation-timetable-overrides-model.ts +0 -42
- package/src/models/hospital-consultation-timetables-model.ts +0 -42
- package/src/models/reject-booking-command.ts +0 -39
- package/src/models/reject-consultation-command.ts +0 -39
- package/src/models/save-hospital-consultation-timetable-override-model.ts +0 -48
- package/src/models/save-hospital-consultation-timetable-overrides-command.ts +0 -33
- package/src/models/update-hospital-consultation-timetable-command.ts +0 -45
- /package/lib/models/{approve-booking-command.js → appointment-duration-statisctics-model.js} +0 -0
- /package/lib/models/{approve-consultation-command.js → appointment-statistics-model.js} +0 -0
- /package/lib/models/{batch-add-hospital-consultation-timetable-model.js → create-hospital-branch-command.js} +0 -0
- /package/lib/models/{batch-hospital-consultation-timetable-result-model.js → create-hospital-group-command.js} +0 -0
- /package/lib/models/{batch-hospital-consultation-timetables-command.js → hospital-branch-item-model.js} +0 -0
- /package/lib/models/{batch-update-hospital-consultation-timetable-model.js → hospital-branch-model.js} +0 -0
- /package/lib/models/{booking-change-log-model.js → hospital-branches-model.js} +0 -0
- /package/lib/models/{booking-duration-statistics-model.js → hospital-group-item-model.js} +0 -0
- /package/lib/models/{booking-item-model.js → hospital-group-model.js} +0 -0
- /package/lib/models/{booking-model.js → hospital-groups-model.js} +0 -0
- /package/lib/models/{booking-statistics-model.js → update-hospital-branch-command.js} +0 -0
- /package/lib/models/{bookings-model.js → update-hospital-group-command.js} +0 -0
|
@@ -0,0 +1,105 @@
|
|
|
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 { AuditableEntityModel } from './auditable-entity-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface HospitalBranchModel
|
|
24
|
+
*/
|
|
25
|
+
export interface HospitalBranchModel {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof HospitalBranchModel
|
|
30
|
+
*/
|
|
31
|
+
'id'?: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof HospitalBranchModel
|
|
36
|
+
*/
|
|
37
|
+
'languageCode'?: string | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof HospitalBranchModel
|
|
42
|
+
*/
|
|
43
|
+
'hospitalGroupId'?: string;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof HospitalBranchModel
|
|
48
|
+
*/
|
|
49
|
+
'hospitalId'?: string;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof HospitalBranchModel
|
|
54
|
+
*/
|
|
55
|
+
'order'?: number;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof HospitalBranchModel
|
|
60
|
+
*/
|
|
61
|
+
'name'?: string | null;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {boolean}
|
|
65
|
+
* @memberof HospitalBranchModel
|
|
66
|
+
*/
|
|
67
|
+
'isConfirmed'?: boolean;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {AuditableEntityModel}
|
|
71
|
+
* @memberof HospitalBranchModel
|
|
72
|
+
*/
|
|
73
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof HospitalBranchModel
|
|
78
|
+
*/
|
|
79
|
+
'hospitalGroupName'?: string | null;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof HospitalBranchModel
|
|
84
|
+
*/
|
|
85
|
+
'hospitalName'?: string | null;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof HospitalBranchModel
|
|
90
|
+
*/
|
|
91
|
+
'desciption'?: string | null;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {string}
|
|
95
|
+
* @memberof HospitalBranchModel
|
|
96
|
+
*/
|
|
97
|
+
'overview'?: string | null;
|
|
98
|
+
/**
|
|
99
|
+
*
|
|
100
|
+
* @type {string}
|
|
101
|
+
* @memberof HospitalBranchModel
|
|
102
|
+
*/
|
|
103
|
+
'content'?: string | null;
|
|
104
|
+
}
|
|
105
|
+
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
|
-
import {
|
|
18
|
+
import { HospitalBranchItemModel } from './hospital-branch-item-model';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
21
|
import { PagedListMetaData } from './paged-list-meta-data';
|
|
@@ -23,19 +23,19 @@ import { PagedListMetaData } from './paged-list-meta-data';
|
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
25
25
|
* @export
|
|
26
|
-
* @interface
|
|
26
|
+
* @interface HospitalBranchesModel
|
|
27
27
|
*/
|
|
28
|
-
export interface
|
|
28
|
+
export interface HospitalBranchesModel {
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
|
-
* @type {Array<
|
|
32
|
-
* @memberof
|
|
31
|
+
* @type {Array<HospitalBranchItemModel>}
|
|
32
|
+
* @memberof HospitalBranchesModel
|
|
33
33
|
*/
|
|
34
|
-
'items'?: Array<
|
|
34
|
+
'items'?: Array<HospitalBranchItemModel> | null;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
37
|
* @type {PagedListMetaData}
|
|
38
|
-
* @memberof
|
|
38
|
+
* @memberof HospitalBranchesModel
|
|
39
39
|
*/
|
|
40
40
|
'metaData'?: PagedListMetaData;
|
|
41
41
|
}
|
|
@@ -15,49 +15,55 @@
|
|
|
15
15
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
|
-
import {
|
|
18
|
+
import { AuditableEntityModel } from './auditable-entity-model';
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
22
|
* @export
|
|
23
|
-
* @interface
|
|
23
|
+
* @interface HospitalGroupItemModel
|
|
24
24
|
*/
|
|
25
|
-
export interface
|
|
25
|
+
export interface HospitalGroupItemModel {
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* @type {string}
|
|
29
|
-
* @memberof
|
|
29
|
+
* @memberof HospitalGroupItemModel
|
|
30
30
|
*/
|
|
31
31
|
'id'?: string;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
35
|
-
* @memberof
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof HospitalGroupItemModel
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'logo'?: string | null;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
|
-
* @type {
|
|
41
|
-
* @memberof
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof HospitalGroupItemModel
|
|
42
42
|
*/
|
|
43
|
-
'
|
|
43
|
+
'primaryHospitalId'?: string;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {string}
|
|
47
|
-
* @memberof
|
|
47
|
+
* @memberof HospitalGroupItemModel
|
|
48
48
|
*/
|
|
49
|
-
'
|
|
49
|
+
'languageCode'?: string | null;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
52
|
* @type {string}
|
|
53
|
-
* @memberof
|
|
53
|
+
* @memberof HospitalGroupItemModel
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'name'?: string | null;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {boolean}
|
|
59
|
-
* @memberof
|
|
59
|
+
* @memberof HospitalGroupItemModel
|
|
60
|
+
*/
|
|
61
|
+
'isConfirmed'?: boolean;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {AuditableEntityModel}
|
|
65
|
+
* @memberof HospitalGroupItemModel
|
|
60
66
|
*/
|
|
61
|
-
'
|
|
67
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
62
68
|
}
|
|
63
69
|
|
|
@@ -0,0 +1,87 @@
|
|
|
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 { AuditableEntityModel } from './auditable-entity-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface HospitalGroupModel
|
|
24
|
+
*/
|
|
25
|
+
export interface HospitalGroupModel {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof HospitalGroupModel
|
|
30
|
+
*/
|
|
31
|
+
'id'?: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof HospitalGroupModel
|
|
36
|
+
*/
|
|
37
|
+
'logo'?: string | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof HospitalGroupModel
|
|
42
|
+
*/
|
|
43
|
+
'primaryHospitalId'?: string;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof HospitalGroupModel
|
|
48
|
+
*/
|
|
49
|
+
'languageCode'?: string | null;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof HospitalGroupModel
|
|
54
|
+
*/
|
|
55
|
+
'name'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {boolean}
|
|
59
|
+
* @memberof HospitalGroupModel
|
|
60
|
+
*/
|
|
61
|
+
'isConfirmed'?: boolean;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {AuditableEntityModel}
|
|
65
|
+
* @memberof HospitalGroupModel
|
|
66
|
+
*/
|
|
67
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof HospitalGroupModel
|
|
72
|
+
*/
|
|
73
|
+
'description'?: string | null;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof HospitalGroupModel
|
|
78
|
+
*/
|
|
79
|
+
'overview'?: string | null;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof HospitalGroupModel
|
|
84
|
+
*/
|
|
85
|
+
'content'?: string | null;
|
|
86
|
+
}
|
|
87
|
+
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
|
-
import {
|
|
18
|
+
import { HospitalGroupItemModel } from './hospital-group-item-model';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
21
|
import { PagedListMetaData } from './paged-list-meta-data';
|
|
@@ -23,19 +23,19 @@ import { PagedListMetaData } from './paged-list-meta-data';
|
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
25
25
|
* @export
|
|
26
|
-
* @interface
|
|
26
|
+
* @interface HospitalGroupsModel
|
|
27
27
|
*/
|
|
28
|
-
export interface
|
|
28
|
+
export interface HospitalGroupsModel {
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
|
-
* @type {Array<
|
|
32
|
-
* @memberof
|
|
31
|
+
* @type {Array<HospitalGroupItemModel>}
|
|
32
|
+
* @memberof HospitalGroupsModel
|
|
33
33
|
*/
|
|
34
|
-
'items'?: Array<
|
|
34
|
+
'items'?: Array<HospitalGroupItemModel> | null;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
37
|
* @type {PagedListMetaData}
|
|
38
|
-
* @memberof
|
|
38
|
+
* @memberof HospitalGroupsModel
|
|
39
39
|
*/
|
|
40
40
|
'metaData'?: PagedListMetaData;
|
|
41
41
|
}
|
package/src/models/index.ts
CHANGED
|
@@ -14,10 +14,12 @@ export * from './application-capabilities';
|
|
|
14
14
|
export * from './application-list';
|
|
15
15
|
export * from './application-page';
|
|
16
16
|
export * from './appointment-change-log-model';
|
|
17
|
+
export * from './appointment-duration-statisctics-model';
|
|
17
18
|
export * from './appointment-item-model';
|
|
18
19
|
export * from './appointment-model';
|
|
19
20
|
export * from './appointment-option-input-model';
|
|
20
21
|
export * from './appointment-option-model';
|
|
22
|
+
export * from './appointment-statistics-model';
|
|
21
23
|
export * from './appointment-status';
|
|
22
24
|
export * from './appointment-timetable-model';
|
|
23
25
|
export * from './appointment-timetable-override-model';
|
|
@@ -26,8 +28,6 @@ export * from './appointment-timetables-model';
|
|
|
26
28
|
export * from './appointment-type';
|
|
27
29
|
export * from './appointments-model';
|
|
28
30
|
export * from './approve-appointment-command';
|
|
29
|
-
export * from './approve-booking-command';
|
|
30
|
-
export * from './approve-consultation-command';
|
|
31
31
|
export * from './article-contributor-item-model';
|
|
32
32
|
export * from './article-contributor-model';
|
|
33
33
|
export * from './article-contributors-model';
|
|
@@ -48,24 +48,13 @@ export * from './bank-account-info-model';
|
|
|
48
48
|
export * from './bank-account-infos-model';
|
|
49
49
|
export * from './bank-transfer-payment-model';
|
|
50
50
|
export * from './batch-add-appointment-timetable-model';
|
|
51
|
-
export * from './batch-add-hospital-consultation-timetable-model';
|
|
52
51
|
export * from './batch-appointment-timetables-result-model';
|
|
53
52
|
export * from './batch-deal-package-appointment-timetables-command';
|
|
54
53
|
export * from './batch-doctor-affiliation-appointment-timetables-command';
|
|
55
54
|
export * from './batch-hospital-appointment-timetables-command';
|
|
56
|
-
export * from './batch-hospital-consultation-timetable-result-model';
|
|
57
|
-
export * from './batch-hospital-consultation-timetables-command';
|
|
58
55
|
export * from './batch-hospital-specialty-appointment-timetables-command';
|
|
59
56
|
export * from './batch-service-appointment-timetables-command';
|
|
60
57
|
export * from './batch-update-appointment-timetable-model';
|
|
61
|
-
export * from './batch-update-hospital-consultation-timetable-model';
|
|
62
|
-
export * from './booking-change-log-model';
|
|
63
|
-
export * from './booking-duration-statistics-model';
|
|
64
|
-
export * from './booking-item-model';
|
|
65
|
-
export * from './booking-model';
|
|
66
|
-
export * from './booking-statistics-model';
|
|
67
|
-
export * from './booking-status';
|
|
68
|
-
export * from './bookings-model';
|
|
69
58
|
export * from './buy-number-command';
|
|
70
59
|
export * from './chadmin-item-model';
|
|
71
60
|
export * from './chadmin-model';
|
|
@@ -88,14 +77,6 @@ export * from './chat-users-model';
|
|
|
88
77
|
export * from './check-notifications-command';
|
|
89
78
|
export * from './communication-user-token-model';
|
|
90
79
|
export * from './confirm-email-command';
|
|
91
|
-
export * from './consultation-change-log-model';
|
|
92
|
-
export * from './consultation-duration-statisctics-model';
|
|
93
|
-
export * from './consultation-item-model';
|
|
94
|
-
export * from './consultation-model';
|
|
95
|
-
export * from './consultation-statistics-model';
|
|
96
|
-
export * from './consultation-status';
|
|
97
|
-
export * from './consultation-type';
|
|
98
|
-
export * from './consultations-model';
|
|
99
80
|
export * from './contribution-type';
|
|
100
81
|
export * from './contributor-item-model';
|
|
101
82
|
export * from './contributor-model';
|
|
@@ -135,11 +116,12 @@ export * from './create-faq-tag-command';
|
|
|
135
116
|
export * from './create-grade-command';
|
|
136
117
|
export * from './create-hospital-accreditation-command';
|
|
137
118
|
export * from './create-hospital-bank-account-info-command';
|
|
119
|
+
export * from './create-hospital-branch-command';
|
|
138
120
|
export * from './create-hospital-command';
|
|
139
|
-
export * from './create-hospital-consultation-timetable-command';
|
|
140
121
|
export * from './create-hospital-contact-command';
|
|
141
122
|
export * from './create-hospital-equipment-command';
|
|
142
123
|
export * from './create-hospital-evaluation-command';
|
|
124
|
+
export * from './create-hospital-group-command';
|
|
143
125
|
export * from './create-hospital-language-command';
|
|
144
126
|
export * from './create-hospital-payment-method-command';
|
|
145
127
|
export * from './create-hospital-service-command';
|
|
@@ -186,7 +168,6 @@ export * from './delete-application-command';
|
|
|
186
168
|
export * from './delete-deal-package-appointment-timetable-overrides-command';
|
|
187
169
|
export * from './delete-doctor-affiliation-appointment-timetable-overrides-command';
|
|
188
170
|
export * from './delete-hospital-appointment-timetable-overrides-command';
|
|
189
|
-
export * from './delete-hospital-consultation-timetable-override-command';
|
|
190
171
|
export * from './delete-hospital-specialty-appointment-timetable-overrides-command';
|
|
191
172
|
export * from './delete-service-appointment-timetable-overrides-command';
|
|
192
173
|
export * from './deploy-status';
|
|
@@ -242,13 +223,10 @@ export * from './header-navigation-item-model';
|
|
|
242
223
|
export * from './hospital-accreditation-item-model';
|
|
243
224
|
export * from './hospital-accreditation-model';
|
|
244
225
|
export * from './hospital-accreditations-model';
|
|
226
|
+
export * from './hospital-branch-item-model';
|
|
227
|
+
export * from './hospital-branch-model';
|
|
228
|
+
export * from './hospital-branches-model';
|
|
245
229
|
export * from './hospital-consultation-option-model';
|
|
246
|
-
export * from './hospital-consultation-timetable-item-model';
|
|
247
|
-
export * from './hospital-consultation-timetable-model';
|
|
248
|
-
export * from './hospital-consultation-timetable-override-item-model';
|
|
249
|
-
export * from './hospital-consultation-timetable-override-model';
|
|
250
|
-
export * from './hospital-consultation-timetable-overrides-model';
|
|
251
|
-
export * from './hospital-consultation-timetables-model';
|
|
252
230
|
export * from './hospital-contact-item-model';
|
|
253
231
|
export * from './hospital-contact-model';
|
|
254
232
|
export * from './hospital-contacts-model';
|
|
@@ -258,6 +236,9 @@ export * from './hospital-equipments-model';
|
|
|
258
236
|
export * from './hospital-evaluation-item-model';
|
|
259
237
|
export * from './hospital-evaluation-model';
|
|
260
238
|
export * from './hospital-evaluations-model';
|
|
239
|
+
export * from './hospital-group-item-model';
|
|
240
|
+
export * from './hospital-group-model';
|
|
241
|
+
export * from './hospital-groups-model';
|
|
261
242
|
export * from './hospital-item-model';
|
|
262
243
|
export * from './hospital-language-item-model';
|
|
263
244
|
export * from './hospital-languages-model';
|
|
@@ -346,8 +327,6 @@ export * from './procedure';
|
|
|
346
327
|
export * from './recurring-interval';
|
|
347
328
|
export * from './refund-policy';
|
|
348
329
|
export * from './reject-appointment-command';
|
|
349
|
-
export * from './reject-booking-command';
|
|
350
|
-
export * from './reject-consultation-command';
|
|
351
330
|
export * from './reject-reason';
|
|
352
331
|
export * from './retrieve-sub-accounts-embedded';
|
|
353
332
|
export * from './retrieve-sub-accounts-result';
|
|
@@ -362,8 +341,6 @@ export * from './save-footer-navigations-command';
|
|
|
362
341
|
export * from './save-header-navigation-item-model';
|
|
363
342
|
export * from './save-header-navigations-command';
|
|
364
343
|
export * from './save-hospital-appointment-timetable-overrides-command';
|
|
365
|
-
export * from './save-hospital-consultation-timetable-override-model';
|
|
366
|
-
export * from './save-hospital-consultation-timetable-overrides-command';
|
|
367
344
|
export * from './save-hospital-specialty-appointment-timetable-overrides-command';
|
|
368
345
|
export * from './save-search-curations-command';
|
|
369
346
|
export * from './save-service-appointment-timetable-overrides-command';
|
|
@@ -485,10 +462,11 @@ export * from './update-faq-category-command';
|
|
|
485
462
|
export * from './update-faq-command';
|
|
486
463
|
export * from './update-grade-command';
|
|
487
464
|
export * from './update-hospital-bank-account-info-command';
|
|
465
|
+
export * from './update-hospital-branch-command';
|
|
488
466
|
export * from './update-hospital-command';
|
|
489
|
-
export * from './update-hospital-consultation-timetable-command';
|
|
490
467
|
export * from './update-hospital-contact-command';
|
|
491
468
|
export * from './update-hospital-equipment-command';
|
|
469
|
+
export * from './update-hospital-group-command';
|
|
492
470
|
export * from './update-hospital-language-command';
|
|
493
471
|
export * from './update-hospital-payment-method-command';
|
|
494
472
|
export * from './update-hospital-service-command';
|
|
@@ -101,18 +101,6 @@ export interface UpdateDoctorAffiliationCommand {
|
|
|
101
101
|
* @memberof UpdateDoctorAffiliationCommand
|
|
102
102
|
*/
|
|
103
103
|
'backgroundThumbnail'?: string | null;
|
|
104
|
-
/**
|
|
105
|
-
*
|
|
106
|
-
* @type {boolean}
|
|
107
|
-
* @memberof UpdateDoctorAffiliationCommand
|
|
108
|
-
*/
|
|
109
|
-
'consultationEnabled'?: boolean | null;
|
|
110
|
-
/**
|
|
111
|
-
*
|
|
112
|
-
* @type {number}
|
|
113
|
-
* @memberof UpdateDoctorAffiliationCommand
|
|
114
|
-
*/
|
|
115
|
-
'consultationFee'?: number | null;
|
|
116
104
|
/**
|
|
117
105
|
*
|
|
118
106
|
* @type {boolean}
|
|
@@ -0,0 +1,66 @@
|
|
|
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 UpdateHospitalBranchCommand
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateHospitalBranchCommand {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof UpdateHospitalBranchCommand
|
|
27
|
+
*/
|
|
28
|
+
'languageCode'?: string | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof UpdateHospitalBranchCommand
|
|
33
|
+
*/
|
|
34
|
+
'name'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof UpdateHospitalBranchCommand
|
|
39
|
+
*/
|
|
40
|
+
'description'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof UpdateHospitalBranchCommand
|
|
45
|
+
*/
|
|
46
|
+
'overview'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof UpdateHospitalBranchCommand
|
|
51
|
+
*/
|
|
52
|
+
'content'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {boolean}
|
|
56
|
+
* @memberof UpdateHospitalBranchCommand
|
|
57
|
+
*/
|
|
58
|
+
'isConfirmed'?: boolean;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof UpdateHospitalBranchCommand
|
|
63
|
+
*/
|
|
64
|
+
'order'?: number | null;
|
|
65
|
+
}
|
|
66
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
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 UpdateHospitalGroupCommand
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateHospitalGroupCommand {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof UpdateHospitalGroupCommand
|
|
27
|
+
*/
|
|
28
|
+
'languageCode'?: string | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof UpdateHospitalGroupCommand
|
|
33
|
+
*/
|
|
34
|
+
'name'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof UpdateHospitalGroupCommand
|
|
39
|
+
*/
|
|
40
|
+
'description'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof UpdateHospitalGroupCommand
|
|
45
|
+
*/
|
|
46
|
+
'overview'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof UpdateHospitalGroupCommand
|
|
51
|
+
*/
|
|
52
|
+
'content'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {boolean}
|
|
56
|
+
* @memberof UpdateHospitalGroupCommand
|
|
57
|
+
*/
|
|
58
|
+
'isConfirmed'?: boolean;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof UpdateHospitalGroupCommand
|
|
63
|
+
*/
|
|
64
|
+
'logo'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof UpdateHospitalGroupCommand
|
|
69
|
+
*/
|
|
70
|
+
'primaryHospitalId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|