ch-admin-api-client-typescript 5.4.5 → 5.4.7
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/deals-api.d.ts +0 -303
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +0 -424
- package/lib/api/survey-forms-api.d.ts +12 -3
- package/lib/api/survey-forms-api.d.ts.map +1 -1
- package/lib/api/survey-forms-api.js +12 -6
- package/lib/api/vonage-accounts-api.d.ts +220 -129
- package/lib/api/vonage-accounts-api.d.ts.map +1 -1
- package/lib/api/vonage-accounts-api.js +309 -178
- package/lib/api/vonage-applications-api.d.ts +12 -4
- package/lib/api/vonage-applications-api.d.ts.map +1 -1
- package/lib/api/vonage-applications-api.js +12 -4
- package/lib/api/vonage-numbers-api.d.ts +8 -4
- package/lib/api/vonage-numbers-api.d.ts.map +1 -1
- package/lib/api/vonage-numbers-api.js +8 -4
- package/lib/api/vonage-users-api.d.ts +95 -5
- package/lib/api/vonage-users-api.d.ts.map +1 -1
- package/lib/api/vonage-users-api.js +120 -7
- package/lib/models/appointment-type.d.ts +0 -1
- package/lib/models/appointment-type.d.ts.map +1 -1
- package/lib/models/appointment-type.js +0 -1
- package/lib/models/create-deal-command.d.ts +0 -20
- package/lib/models/create-deal-command.d.ts.map +1 -1
- package/lib/models/create-doctor-affiliation-command.d.ts +0 -13
- package/lib/models/create-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/create-hospital-command.d.ts +3 -9
- package/lib/models/create-hospital-command.d.ts.map +1 -1
- package/lib/models/deal-item-model.d.ts +0 -13
- package/lib/models/deal-item-model.d.ts.map +1 -1
- package/lib/models/deal-model.d.ts +0 -13
- package/lib/models/deal-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-item-model.d.ts +6 -19
- package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-model.d.ts +6 -19
- package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
- package/lib/models/hospital-domain-input-model.d.ts +50 -0
- package/lib/models/hospital-domain-input-model.d.ts.map +1 -0
- package/lib/models/hospital-domain-model.d.ts +50 -0
- package/lib/models/hospital-domain-model.d.ts.map +1 -0
- package/lib/models/hospital-feature-detail-input-model.d.ts +49 -0
- package/lib/models/hospital-feature-detail-input-model.d.ts.map +1 -0
- package/lib/models/hospital-feature-detail-model.d.ts +56 -0
- package/lib/models/hospital-feature-detail-model.d.ts.map +1 -0
- package/lib/models/hospital-feature-input-model.d.ts +32 -0
- package/lib/models/hospital-feature-input-model.d.ts.map +1 -0
- package/lib/models/{feature-model.d.ts → hospital-feature-model.d.ts} +10 -15
- package/lib/models/hospital-feature-model.d.ts.map +1 -0
- package/lib/models/hospital-item-model.d.ts +28 -4
- package/lib/models/hospital-item-model.d.ts.map +1 -1
- package/lib/models/hospital-model.d.ts +28 -4
- package/lib/models/hospital-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +12 -8
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +12 -8
- package/lib/models/links.d.ts +19 -9
- package/lib/models/links.d.ts.map +1 -1
- package/lib/models/{get-users-result-embedded.d.ts → list-users-result-embedded.d.ts} +4 -4
- package/lib/models/list-users-result-embedded.d.ts.map +1 -0
- package/lib/models/{get-users-result.d.ts → list-users-result.d.ts} +10 -10
- package/lib/models/list-users-result.d.ts.map +1 -0
- package/lib/models/notification-code.d.ts +2 -0
- package/lib/models/notification-code.d.ts.map +1 -1
- package/lib/models/notification-code.js +2 -0
- package/lib/models/survey-form-model.d.ts +6 -0
- package/lib/models/survey-form-model.d.ts.map +1 -1
- package/lib/models/survey-form-simple-mapping-model.d.ts +39 -0
- package/lib/models/survey-form-simple-mapping-model.d.ts.map +1 -0
- package/lib/models/survey-form-simple-mapping-model.js +15 -0
- package/lib/models/transfer-number-command.d.ts +43 -0
- package/lib/models/transfer-number-command.d.ts.map +1 -0
- package/lib/models/transfer-number-command.js +15 -0
- package/lib/models/transfer-number-result.d.ts +49 -0
- package/lib/models/transfer-number-result.d.ts.map +1 -0
- package/lib/models/transfer-number-result.js +15 -0
- package/lib/models/translation-simple-model.d.ts +55 -0
- package/lib/models/translation-simple-model.d.ts.map +1 -0
- package/lib/models/translation-simple-model.js +15 -0
- package/lib/models/update-deal-command.d.ts +0 -20
- package/lib/models/update-deal-command.d.ts.map +1 -1
- package/lib/models/update-doctor-affiliation-command.d.ts +0 -13
- package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/update-hospital-command.d.ts +3 -9
- package/lib/models/update-hospital-command.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +12 -8
- package/src/api/deals-api.ts +0 -532
- package/src/api/survey-forms-api.ts +20 -6
- package/src/api/vonage-accounts-api.ts +354 -227
- package/src/api/vonage-applications-api.ts +12 -4
- package/src/api/vonage-numbers-api.ts +8 -4
- package/src/api/vonage-users-api.ts +153 -8
- package/src/models/appointment-type.ts +0 -1
- package/src/models/create-deal-command.ts +0 -24
- package/src/models/create-doctor-affiliation-command.ts +0 -15
- package/src/models/create-hospital-command.ts +4 -10
- package/src/models/deal-item-model.ts +0 -15
- package/src/models/deal-model.ts +0 -15
- package/src/models/doctor-affiliation-item-model.ts +6 -21
- package/src/models/doctor-affiliation-model.ts +6 -21
- package/src/models/hospital-domain-input-model.ts +57 -0
- package/src/models/hospital-domain-model.ts +57 -0
- package/src/models/hospital-feature-detail-input-model.ts +54 -0
- package/src/models/hospital-feature-detail-model.ts +63 -0
- package/src/models/hospital-feature-input-model.ts +39 -0
- package/src/models/{save-deal-appointment-timetable-overrides-command.ts → hospital-feature-model.ts} +12 -6
- package/src/models/hospital-item-model.ts +30 -6
- package/src/models/hospital-model.ts +30 -6
- package/src/models/index.ts +12 -8
- package/src/models/links.ts +19 -13
- package/src/models/{get-users-result-embedded.ts → list-users-result-embedded.ts} +3 -3
- package/src/models/{get-users-result.ts → list-users-result.ts} +10 -10
- package/src/models/notification-code.ts +2 -0
- package/src/models/survey-form-model.ts +6 -0
- package/src/models/survey-form-simple-mapping-model.ts +48 -0
- package/src/models/{feature-model.ts → transfer-number-command.ts} +17 -11
- package/src/models/transfer-number-result.ts +54 -0
- package/src/models/translation-simple-model.ts +60 -0
- package/src/models/update-deal-command.ts +0 -24
- package/src/models/update-doctor-affiliation-command.ts +0 -15
- package/src/models/update-hospital-command.ts +4 -10
- package/lib/models/batch-deal-appointment-timetables-command.d.ts +0 -39
- package/lib/models/batch-deal-appointment-timetables-command.d.ts.map +0 -1
- package/lib/models/feature-model.d.ts.map +0 -1
- package/lib/models/first.d.ts +0 -25
- package/lib/models/first.d.ts.map +0 -1
- package/lib/models/get-users-result-embedded.d.ts.map +0 -1
- package/lib/models/get-users-result.d.ts.map +0 -1
- package/lib/models/last.d.ts +0 -25
- package/lib/models/last.d.ts.map +0 -1
- package/lib/models/save-deal-appointment-timetable-overrides-command.d.ts +0 -26
- package/lib/models/save-deal-appointment-timetable-overrides-command.d.ts.map +0 -1
- package/lib/models/self.d.ts +0 -25
- package/lib/models/self.d.ts.map +0 -1
- package/src/models/batch-deal-appointment-timetables-command.ts +0 -48
- package/src/models/first.ts +0 -30
- package/src/models/last.ts +0 -30
- package/src/models/self.ts +0 -30
- /package/lib/models/{batch-deal-appointment-timetables-command.js → hospital-domain-input-model.js} +0 -0
- /package/lib/models/{feature-model.js → hospital-domain-model.js} +0 -0
- /package/lib/models/{first.js → hospital-feature-detail-input-model.js} +0 -0
- /package/lib/models/{get-users-result-embedded.js → hospital-feature-detail-model.js} +0 -0
- /package/lib/models/{get-users-result.js → hospital-feature-input-model.js} +0 -0
- /package/lib/models/{last.js → hospital-feature-model.js} +0 -0
- /package/lib/models/{save-deal-appointment-timetable-overrides-command.js → list-users-result-embedded.js} +0 -0
- /package/lib/models/{self.js → list-users-result.js} +0 -0
|
@@ -21,9 +21,6 @@ import { AppointmentOptionModel } from './appointment-option-model';
|
|
|
21
21
|
import { AuditableEntity } from './auditable-entity';
|
|
22
22
|
// May contain unused imports in some cases
|
|
23
23
|
// @ts-ignore
|
|
24
|
-
import { FeatureModel } from './feature-model';
|
|
25
|
-
// May contain unused imports in some cases
|
|
26
|
-
// @ts-ignore
|
|
27
24
|
import { MarketingType } from './marketing-type';
|
|
28
25
|
// May contain unused imports in some cases
|
|
29
26
|
// @ts-ignore
|
|
@@ -41,6 +38,12 @@ export interface DoctorAffiliationModel {
|
|
|
41
38
|
* @memberof DoctorAffiliationModel
|
|
42
39
|
*/
|
|
43
40
|
'id'?: string;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof DoctorAffiliationModel
|
|
45
|
+
*/
|
|
46
|
+
'languageCode'?: string | null;
|
|
44
47
|
/**
|
|
45
48
|
*
|
|
46
49
|
* @type {string}
|
|
@@ -77,12 +80,6 @@ export interface DoctorAffiliationModel {
|
|
|
77
80
|
* @memberof DoctorAffiliationModel
|
|
78
81
|
*/
|
|
79
82
|
'doctorId'?: string;
|
|
80
|
-
/**
|
|
81
|
-
*
|
|
82
|
-
* @type {string}
|
|
83
|
-
* @memberof DoctorAffiliationModel
|
|
84
|
-
*/
|
|
85
|
-
'languageCode'?: string | null;
|
|
86
83
|
/**
|
|
87
84
|
*
|
|
88
85
|
* @type {string}
|
|
@@ -125,12 +122,6 @@ export interface DoctorAffiliationModel {
|
|
|
125
122
|
* @memberof DoctorAffiliationModel
|
|
126
123
|
*/
|
|
127
124
|
'consultationFee'?: number | null;
|
|
128
|
-
/**
|
|
129
|
-
*
|
|
130
|
-
* @type {string}
|
|
131
|
-
* @memberof DoctorAffiliationModel
|
|
132
|
-
*/
|
|
133
|
-
'formUrl'?: string | null;
|
|
134
125
|
/**
|
|
135
126
|
*
|
|
136
127
|
* @type {number}
|
|
@@ -143,12 +134,6 @@ export interface DoctorAffiliationModel {
|
|
|
143
134
|
* @memberof DoctorAffiliationModel
|
|
144
135
|
*/
|
|
145
136
|
'appointmentOption'?: AppointmentOptionModel;
|
|
146
|
-
/**
|
|
147
|
-
*
|
|
148
|
-
* @type {FeatureModel}
|
|
149
|
-
* @memberof DoctorAffiliationModel
|
|
150
|
-
*/
|
|
151
|
-
'feature'?: FeatureModel;
|
|
152
137
|
/**
|
|
153
138
|
*
|
|
154
139
|
* @type {AuditableEntity}
|
|
@@ -0,0 +1,57 @@
|
|
|
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 { HospitalFeatureDetailInputModel } from './hospital-feature-detail-input-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface HospitalDomainInputModel
|
|
24
|
+
*/
|
|
25
|
+
export interface HospitalDomainInputModel {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {HospitalFeatureDetailInputModel}
|
|
29
|
+
* @memberof HospitalDomainInputModel
|
|
30
|
+
*/
|
|
31
|
+
'hospital'?: HospitalFeatureDetailInputModel;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {HospitalFeatureDetailInputModel}
|
|
35
|
+
* @memberof HospitalDomainInputModel
|
|
36
|
+
*/
|
|
37
|
+
'doctor'?: HospitalFeatureDetailInputModel;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {HospitalFeatureDetailInputModel}
|
|
41
|
+
* @memberof HospitalDomainInputModel
|
|
42
|
+
*/
|
|
43
|
+
'deal'?: HospitalFeatureDetailInputModel;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {HospitalFeatureDetailInputModel}
|
|
47
|
+
* @memberof HospitalDomainInputModel
|
|
48
|
+
*/
|
|
49
|
+
'hospitalSpecialty'?: HospitalFeatureDetailInputModel;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {HospitalFeatureDetailInputModel}
|
|
53
|
+
* @memberof HospitalDomainInputModel
|
|
54
|
+
*/
|
|
55
|
+
'service'?: HospitalFeatureDetailInputModel;
|
|
56
|
+
}
|
|
57
|
+
|
|
@@ -0,0 +1,57 @@
|
|
|
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 { HospitalFeatureDetailModel } from './hospital-feature-detail-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface HospitalDomainModel
|
|
24
|
+
*/
|
|
25
|
+
export interface HospitalDomainModel {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {HospitalFeatureDetailModel}
|
|
29
|
+
* @memberof HospitalDomainModel
|
|
30
|
+
*/
|
|
31
|
+
'hospital'?: HospitalFeatureDetailModel;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {HospitalFeatureDetailModel}
|
|
35
|
+
* @memberof HospitalDomainModel
|
|
36
|
+
*/
|
|
37
|
+
'doctor'?: HospitalFeatureDetailModel;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {HospitalFeatureDetailModel}
|
|
41
|
+
* @memberof HospitalDomainModel
|
|
42
|
+
*/
|
|
43
|
+
'deal'?: HospitalFeatureDetailModel;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {HospitalFeatureDetailModel}
|
|
47
|
+
* @memberof HospitalDomainModel
|
|
48
|
+
*/
|
|
49
|
+
'hospitalSpecialty'?: HospitalFeatureDetailModel;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {HospitalFeatureDetailModel}
|
|
53
|
+
* @memberof HospitalDomainModel
|
|
54
|
+
*/
|
|
55
|
+
'service'?: HospitalFeatureDetailModel;
|
|
56
|
+
}
|
|
57
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
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 HospitalFeatureDetailInputModel
|
|
21
|
+
*/
|
|
22
|
+
export interface HospitalFeatureDetailInputModel {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {boolean}
|
|
26
|
+
* @memberof HospitalFeatureDetailInputModel
|
|
27
|
+
*/
|
|
28
|
+
'isEnabledAppointment'?: boolean | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {boolean}
|
|
32
|
+
* @memberof HospitalFeatureDetailInputModel
|
|
33
|
+
*/
|
|
34
|
+
'isEnabledChat'?: boolean | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {boolean}
|
|
38
|
+
* @memberof HospitalFeatureDetailInputModel
|
|
39
|
+
*/
|
|
40
|
+
'isEnabledCall'?: boolean | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {boolean}
|
|
44
|
+
* @memberof HospitalFeatureDetailInputModel
|
|
45
|
+
*/
|
|
46
|
+
'isEnabledForm'?: boolean | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof HospitalFeatureDetailInputModel
|
|
51
|
+
*/
|
|
52
|
+
'surveyFormId'?: string | null;
|
|
53
|
+
}
|
|
54
|
+
|
|
@@ -0,0 +1,63 @@
|
|
|
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 { SurveyFormSimpleMappingModel } from './survey-form-simple-mapping-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface HospitalFeatureDetailModel
|
|
24
|
+
*/
|
|
25
|
+
export interface HospitalFeatureDetailModel {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {boolean}
|
|
29
|
+
* @memberof HospitalFeatureDetailModel
|
|
30
|
+
*/
|
|
31
|
+
'isEnabledAppointment'?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {boolean}
|
|
35
|
+
* @memberof HospitalFeatureDetailModel
|
|
36
|
+
*/
|
|
37
|
+
'isEnabledChat'?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {boolean}
|
|
41
|
+
* @memberof HospitalFeatureDetailModel
|
|
42
|
+
*/
|
|
43
|
+
'isEnabledCall'?: boolean;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {boolean}
|
|
47
|
+
* @memberof HospitalFeatureDetailModel
|
|
48
|
+
*/
|
|
49
|
+
'isEnabledForm'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof HospitalFeatureDetailModel
|
|
54
|
+
*/
|
|
55
|
+
'surveyFormId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {SurveyFormSimpleMappingModel}
|
|
59
|
+
* @memberof HospitalFeatureDetailModel
|
|
60
|
+
*/
|
|
61
|
+
'surveyForm'?: SurveyFormSimpleMappingModel;
|
|
62
|
+
}
|
|
63
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
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 { HospitalDomainInputModel } from './hospital-domain-input-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface HospitalFeatureInputModel
|
|
24
|
+
*/
|
|
25
|
+
export interface HospitalFeatureInputModel {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {HospitalDomainInputModel}
|
|
29
|
+
* @memberof HospitalFeatureInputModel
|
|
30
|
+
*/
|
|
31
|
+
'ch'?: HospitalDomainInputModel;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {HospitalDomainInputModel}
|
|
35
|
+
* @memberof HospitalFeatureInputModel
|
|
36
|
+
*/
|
|
37
|
+
'saas'?: HospitalDomainInputModel;
|
|
38
|
+
}
|
|
39
|
+
|
|
@@ -15,19 +15,25 @@
|
|
|
15
15
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
|
-
import {
|
|
18
|
+
import { HospitalDomainModel } from './hospital-domain-model';
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
22
|
* @export
|
|
23
|
-
* @interface
|
|
23
|
+
* @interface HospitalFeatureModel
|
|
24
24
|
*/
|
|
25
|
-
export interface
|
|
25
|
+
export interface HospitalFeatureModel {
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {
|
|
29
|
-
* @memberof
|
|
28
|
+
* @type {HospitalDomainModel}
|
|
29
|
+
* @memberof HospitalFeatureModel
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'ch'?: HospitalDomainModel;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {HospitalDomainModel}
|
|
35
|
+
* @memberof HospitalFeatureModel
|
|
36
|
+
*/
|
|
37
|
+
'saas'?: HospitalDomainModel;
|
|
32
38
|
}
|
|
33
39
|
|
|
@@ -21,15 +21,15 @@ import { AppointmentOptionModel } from './appointment-option-model';
|
|
|
21
21
|
import { AuditableEntity } from './auditable-entity';
|
|
22
22
|
// May contain unused imports in some cases
|
|
23
23
|
// @ts-ignore
|
|
24
|
-
import { FeatureModel } from './feature-model';
|
|
25
|
-
// May contain unused imports in some cases
|
|
26
|
-
// @ts-ignore
|
|
27
24
|
import { GradeModel } from './grade-model';
|
|
28
25
|
// May contain unused imports in some cases
|
|
29
26
|
// @ts-ignore
|
|
30
27
|
import { HospitalConsultationOptionModel } from './hospital-consultation-option-model';
|
|
31
28
|
// May contain unused imports in some cases
|
|
32
29
|
// @ts-ignore
|
|
30
|
+
import { HospitalFeatureModel } from './hospital-feature-model';
|
|
31
|
+
// May contain unused imports in some cases
|
|
32
|
+
// @ts-ignore
|
|
33
33
|
import { LocationModel } from './location-model';
|
|
34
34
|
// May contain unused imports in some cases
|
|
35
35
|
// @ts-ignore
|
|
@@ -133,7 +133,31 @@ export interface HospitalItemModel {
|
|
|
133
133
|
* @type {string}
|
|
134
134
|
* @memberof HospitalItemModel
|
|
135
135
|
*/
|
|
136
|
-
'
|
|
136
|
+
'chSurveyFormId'?: string | null;
|
|
137
|
+
/**
|
|
138
|
+
*
|
|
139
|
+
* @type {string}
|
|
140
|
+
* @memberof HospitalItemModel
|
|
141
|
+
*/
|
|
142
|
+
'saasSurveyFormId'?: string | null;
|
|
143
|
+
/**
|
|
144
|
+
*
|
|
145
|
+
* @type {string}
|
|
146
|
+
* @memberof HospitalItemModel
|
|
147
|
+
*/
|
|
148
|
+
'formUrlForChLink'?: string | null;
|
|
149
|
+
/**
|
|
150
|
+
*
|
|
151
|
+
* @type {string}
|
|
152
|
+
* @memberof HospitalItemModel
|
|
153
|
+
*/
|
|
154
|
+
'formUrlForSaasLink'?: string | null;
|
|
155
|
+
/**
|
|
156
|
+
*
|
|
157
|
+
* @type {boolean}
|
|
158
|
+
* @memberof HospitalItemModel
|
|
159
|
+
*/
|
|
160
|
+
'isSurveyFormTranslated'?: boolean;
|
|
137
161
|
/**
|
|
138
162
|
*
|
|
139
163
|
* @type {string}
|
|
@@ -178,10 +202,10 @@ export interface HospitalItemModel {
|
|
|
178
202
|
'grade'?: GradeModel;
|
|
179
203
|
/**
|
|
180
204
|
*
|
|
181
|
-
* @type {
|
|
205
|
+
* @type {HospitalFeatureModel}
|
|
182
206
|
* @memberof HospitalItemModel
|
|
183
207
|
*/
|
|
184
|
-
'feature'?:
|
|
208
|
+
'feature'?: HospitalFeatureModel;
|
|
185
209
|
/**
|
|
186
210
|
*
|
|
187
211
|
* @type {AuditableEntity}
|
|
@@ -21,15 +21,15 @@ import { AppointmentOptionModel } from './appointment-option-model';
|
|
|
21
21
|
import { AuditableEntity } from './auditable-entity';
|
|
22
22
|
// May contain unused imports in some cases
|
|
23
23
|
// @ts-ignore
|
|
24
|
-
import { FeatureModel } from './feature-model';
|
|
25
|
-
// May contain unused imports in some cases
|
|
26
|
-
// @ts-ignore
|
|
27
24
|
import { GradeModel } from './grade-model';
|
|
28
25
|
// May contain unused imports in some cases
|
|
29
26
|
// @ts-ignore
|
|
30
27
|
import { HospitalConsultationOptionModel } from './hospital-consultation-option-model';
|
|
31
28
|
// May contain unused imports in some cases
|
|
32
29
|
// @ts-ignore
|
|
30
|
+
import { HospitalFeatureModel } from './hospital-feature-model';
|
|
31
|
+
// May contain unused imports in some cases
|
|
32
|
+
// @ts-ignore
|
|
33
33
|
import { HospitalLanguageItemModel } from './hospital-language-item-model';
|
|
34
34
|
// May contain unused imports in some cases
|
|
35
35
|
// @ts-ignore
|
|
@@ -136,7 +136,31 @@ export interface HospitalModel {
|
|
|
136
136
|
* @type {string}
|
|
137
137
|
* @memberof HospitalModel
|
|
138
138
|
*/
|
|
139
|
-
'
|
|
139
|
+
'chSurveyFormId'?: string | null;
|
|
140
|
+
/**
|
|
141
|
+
*
|
|
142
|
+
* @type {string}
|
|
143
|
+
* @memberof HospitalModel
|
|
144
|
+
*/
|
|
145
|
+
'saasSurveyFormId'?: string | null;
|
|
146
|
+
/**
|
|
147
|
+
*
|
|
148
|
+
* @type {string}
|
|
149
|
+
* @memberof HospitalModel
|
|
150
|
+
*/
|
|
151
|
+
'formUrlForChLink'?: string | null;
|
|
152
|
+
/**
|
|
153
|
+
*
|
|
154
|
+
* @type {string}
|
|
155
|
+
* @memberof HospitalModel
|
|
156
|
+
*/
|
|
157
|
+
'formUrlForSaasLink'?: string | null;
|
|
158
|
+
/**
|
|
159
|
+
*
|
|
160
|
+
* @type {boolean}
|
|
161
|
+
* @memberof HospitalModel
|
|
162
|
+
*/
|
|
163
|
+
'isSurveyFormTranslated'?: boolean;
|
|
140
164
|
/**
|
|
141
165
|
*
|
|
142
166
|
* @type {string}
|
|
@@ -181,10 +205,10 @@ export interface HospitalModel {
|
|
|
181
205
|
'grade'?: GradeModel;
|
|
182
206
|
/**
|
|
183
207
|
*
|
|
184
|
-
* @type {
|
|
208
|
+
* @type {HospitalFeatureModel}
|
|
185
209
|
* @memberof HospitalModel
|
|
186
210
|
*/
|
|
187
|
-
'feature'?:
|
|
211
|
+
'feature'?: HospitalFeatureModel;
|
|
188
212
|
/**
|
|
189
213
|
*
|
|
190
214
|
* @type {AuditableEntity}
|
package/src/models/index.ts
CHANGED
|
@@ -45,7 +45,6 @@ export * from './balance-transfers';
|
|
|
45
45
|
export * from './batch-add-appointment-timetable-model';
|
|
46
46
|
export * from './batch-add-hospital-consultation-timetable-model';
|
|
47
47
|
export * from './batch-appointment-timetables-result-model';
|
|
48
|
-
export * from './batch-deal-appointment-timetables-command';
|
|
49
48
|
export * from './batch-deal-package-appointment-timetables-command';
|
|
50
49
|
export * from './batch-doctor-affiliation-appointment-timetables-command';
|
|
51
50
|
export * from './batch-hospital-appointment-timetables-command';
|
|
@@ -198,14 +197,10 @@ export * from './faq-tag-item-model';
|
|
|
198
197
|
export * from './faq-tag-model';
|
|
199
198
|
export * from './faq-tags-model';
|
|
200
199
|
export * from './faqs-model';
|
|
201
|
-
export * from './feature-model';
|
|
202
|
-
export * from './first';
|
|
203
200
|
export * from './footer-navigation-item-model';
|
|
204
201
|
export * from './gender';
|
|
205
202
|
export * from './get-transfer-balance-embeded';
|
|
206
203
|
export * from './get-transfer-balance-result';
|
|
207
|
-
export * from './get-users-result';
|
|
208
|
-
export * from './get-users-result-embedded';
|
|
209
204
|
export * from './grade-item-model';
|
|
210
205
|
export * from './grade-model';
|
|
211
206
|
export * from './grade-targets';
|
|
@@ -227,12 +222,18 @@ export * from './hospital-consultation-timetables-model';
|
|
|
227
222
|
export * from './hospital-contact-item-model';
|
|
228
223
|
export * from './hospital-contact-model';
|
|
229
224
|
export * from './hospital-contacts-model';
|
|
225
|
+
export * from './hospital-domain-input-model';
|
|
226
|
+
export * from './hospital-domain-model';
|
|
230
227
|
export * from './hospital-equipment-item-model';
|
|
231
228
|
export * from './hospital-equipment-model';
|
|
232
229
|
export * from './hospital-equipments-model';
|
|
233
230
|
export * from './hospital-evaluation-item-model';
|
|
234
231
|
export * from './hospital-evaluation-model';
|
|
235
232
|
export * from './hospital-evaluations-model';
|
|
233
|
+
export * from './hospital-feature-detail-input-model';
|
|
234
|
+
export * from './hospital-feature-detail-model';
|
|
235
|
+
export * from './hospital-feature-input-model';
|
|
236
|
+
export * from './hospital-feature-model';
|
|
236
237
|
export * from './hospital-item-model';
|
|
237
238
|
export * from './hospital-language-item-model';
|
|
238
239
|
export * from './hospital-languages-model';
|
|
@@ -259,10 +260,11 @@ export * from './landings-model';
|
|
|
259
260
|
export * from './language-item-model';
|
|
260
261
|
export * from './language-model';
|
|
261
262
|
export * from './languages-model';
|
|
262
|
-
export * from './last';
|
|
263
263
|
export * from './leaved-group-channels-model';
|
|
264
264
|
export * from './link';
|
|
265
265
|
export * from './links';
|
|
266
|
+
export * from './list-users-result';
|
|
267
|
+
export * from './list-users-result-embedded';
|
|
266
268
|
export * from './localized-url-model';
|
|
267
269
|
export * from './location-model';
|
|
268
270
|
export * from './manager-affiliation-item-model';
|
|
@@ -322,7 +324,6 @@ export * from './review-type';
|
|
|
322
324
|
export * from './rtc';
|
|
323
325
|
export * from './save-appointment-timetable-override-model';
|
|
324
326
|
export * from './save-appointment-timetable-overrides-result-model';
|
|
325
|
-
export * from './save-deal-appointment-timetable-overrides-command';
|
|
326
327
|
export * from './save-deal-package-appointment-timetable-overrides-command';
|
|
327
328
|
export * from './save-doctor-affiliation-appointment-timetable-overrides-command';
|
|
328
329
|
export * from './save-footer-navigation-item-model';
|
|
@@ -343,7 +344,6 @@ export * from './secure-container-item-model';
|
|
|
343
344
|
export * from './secure-container-model';
|
|
344
345
|
export * from './secure-containers-model';
|
|
345
346
|
export * from './secure-file-model';
|
|
346
|
-
export * from './self';
|
|
347
347
|
export * from './send-bird-group-channel-member';
|
|
348
348
|
export * from './send-bird-group-channel-model';
|
|
349
349
|
export * from './send-bird-group-channelr-operator';
|
|
@@ -382,6 +382,7 @@ export * from './survey-form-element-option-model';
|
|
|
382
382
|
export * from './survey-form-element-types';
|
|
383
383
|
export * from './survey-form-item-model';
|
|
384
384
|
export * from './survey-form-model';
|
|
385
|
+
export * from './survey-form-simple-mapping-model';
|
|
385
386
|
export * from './survey-form-status';
|
|
386
387
|
export * from './survey-forms-model';
|
|
387
388
|
export * from './survey-result-element-model';
|
|
@@ -399,10 +400,13 @@ export * from './template-versions-model';
|
|
|
399
400
|
export * from './text-message';
|
|
400
401
|
export * from './transfer-balance-command';
|
|
401
402
|
export * from './transfer-balance-result';
|
|
403
|
+
export * from './transfer-number-command';
|
|
404
|
+
export * from './transfer-number-result';
|
|
402
405
|
export * from './translate-all-options';
|
|
403
406
|
export * from './translate-command';
|
|
404
407
|
export * from './translate-doctor-affiliation-command';
|
|
405
408
|
export * from './translate-hospital-command';
|
|
409
|
+
export * from './translation-simple-model';
|
|
406
410
|
export * from './update-about-us-page-command';
|
|
407
411
|
export * from './update-account-command';
|
|
408
412
|
export * from './update-accreditation-command';
|
package/src/models/links.ts
CHANGED
|
@@ -15,13 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
|
-
import {
|
|
19
|
-
// May contain unused imports in some cases
|
|
20
|
-
// @ts-ignore
|
|
21
|
-
import { Last } from './last';
|
|
22
|
-
// May contain unused imports in some cases
|
|
23
|
-
// @ts-ignore
|
|
24
|
-
import { Self } from './self';
|
|
18
|
+
import { Link } from './link';
|
|
25
19
|
|
|
26
20
|
/**
|
|
27
21
|
*
|
|
@@ -31,21 +25,33 @@ import { Self } from './self';
|
|
|
31
25
|
export interface Links {
|
|
32
26
|
/**
|
|
33
27
|
*
|
|
34
|
-
* @type {
|
|
28
|
+
* @type {Link}
|
|
29
|
+
* @memberof Links
|
|
30
|
+
*/
|
|
31
|
+
'first'?: Link;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Link}
|
|
35
|
+
* @memberof Links
|
|
36
|
+
*/
|
|
37
|
+
'last'?: Link;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Link}
|
|
35
41
|
* @memberof Links
|
|
36
42
|
*/
|
|
37
|
-
'self'?:
|
|
43
|
+
'self'?: Link;
|
|
38
44
|
/**
|
|
39
45
|
*
|
|
40
|
-
* @type {
|
|
46
|
+
* @type {Link}
|
|
41
47
|
* @memberof Links
|
|
42
48
|
*/
|
|
43
|
-
'
|
|
49
|
+
'next'?: Link;
|
|
44
50
|
/**
|
|
45
51
|
*
|
|
46
|
-
* @type {
|
|
52
|
+
* @type {Link}
|
|
47
53
|
* @memberof Links
|
|
48
54
|
*/
|
|
49
|
-
'
|
|
55
|
+
'prev'?: Link;
|
|
50
56
|
}
|
|
51
57
|
|
|
@@ -20,13 +20,13 @@ import { VonageUser } from './vonage-user';
|
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
22
|
* @export
|
|
23
|
-
* @interface
|
|
23
|
+
* @interface ListUsersResultEmbedded
|
|
24
24
|
*/
|
|
25
|
-
export interface
|
|
25
|
+
export interface ListUsersResultEmbedded {
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* @type {Array<VonageUser>}
|
|
29
|
-
* @memberof
|
|
29
|
+
* @memberof ListUsersResultEmbedded
|
|
30
30
|
*/
|
|
31
31
|
'users'?: Array<VonageUser> | null;
|
|
32
32
|
}
|