ch-admin-api-client-typescript 5.2.8 → 5.3.0
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/tags-api.d.ts +13 -3
- package/lib/api/tags-api.d.ts.map +1 -1
- package/lib/api/tags-api.js +12 -6
- package/lib/api/vonage-accounts-api.d.ts +610 -0
- package/lib/api/vonage-accounts-api.d.ts.map +1 -0
- package/lib/api/vonage-accounts-api.js +1206 -0
- package/lib/api/vonage-applications-api.d.ts +283 -0
- package/lib/api/vonage-applications-api.d.ts.map +1 -0
- package/lib/api/vonage-applications-api.js +553 -0
- package/lib/api/vonage-numbers-api.d.ts +383 -0
- package/lib/api/vonage-numbers-api.d.ts.map +1 -0
- package/lib/api/vonage-numbers-api.js +622 -0
- package/lib/api.d.ts +3 -0
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +3 -0
- package/lib/models/account-settings-result.d.ts +49 -0
- package/lib/models/account-settings-result.d.ts.map +1 -0
- package/lib/models/account-settings-result.js +15 -0
- package/lib/models/application-capabilities.d.ts +61 -0
- package/lib/models/application-capabilities.d.ts.map +1 -0
- package/lib/models/application-capabilities.js +15 -0
- package/lib/models/application-list.d.ts +26 -0
- package/lib/models/application-list.d.ts.map +1 -0
- package/lib/models/application-list.js +15 -0
- package/lib/models/application-page.d.ts +50 -0
- package/lib/models/application-page.d.ts.map +1 -0
- package/lib/models/application-page.js +15 -0
- package/lib/models/application.d.ts +45 -0
- package/lib/models/application.d.ts.map +1 -0
- package/lib/models/application.js +15 -0
- package/lib/models/balance-transfers.d.ts +55 -0
- package/lib/models/balance-transfers.d.ts.map +1 -0
- package/lib/models/balance-transfers.js +15 -0
- package/lib/models/balance.d.ts +31 -0
- package/lib/models/balance.d.ts.map +1 -0
- package/lib/models/balance.js +15 -0
- package/lib/models/buy-number-command.d.ts +37 -0
- package/lib/models/buy-number-command.d.ts.map +1 -0
- package/lib/models/buy-number-command.js +15 -0
- package/lib/models/cancel-number-command.d.ts +37 -0
- package/lib/models/cancel-number-command.d.ts.map +1 -0
- package/lib/models/cancel-number-command.js +15 -0
- package/lib/models/create-application-command.d.ts +39 -0
- package/lib/models/create-application-command.d.ts.map +1 -0
- package/lib/models/create-application-command.js +15 -0
- package/lib/models/create-deal-command.d.ts +7 -0
- package/lib/models/create-deal-command.d.ts.map +1 -1
- package/lib/models/create-doctor-affiliation-command.d.ts +7 -0
- package/lib/models/create-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/create-hospital-command.d.ts +7 -0
- package/lib/models/create-hospital-command.d.ts.map +1 -1
- package/lib/models/create-secret-command.d.ts +31 -0
- package/lib/models/create-secret-command.d.ts.map +1 -0
- package/lib/models/create-secret-command.js +15 -0
- package/lib/models/create-sub-account-command.d.ts +37 -0
- package/lib/models/create-sub-account-command.d.ts.map +1 -0
- package/lib/models/create-sub-account-command.js +15 -0
- package/lib/models/deal-item-model.d.ts +7 -0
- package/lib/models/deal-item-model.d.ts.map +1 -1
- package/lib/models/deal-model.d.ts +7 -0
- package/lib/models/deal-model.d.ts.map +1 -1
- package/lib/models/delete-application-command.d.ts +25 -0
- package/lib/models/delete-application-command.d.ts.map +1 -0
- package/lib/models/delete-application-command.js +15 -0
- package/lib/models/doctor-affiliation-item-model.d.ts +7 -0
- package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-model.d.ts +7 -0
- package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
- package/lib/models/feature-model.d.ts +37 -0
- package/lib/models/feature-model.d.ts.map +1 -0
- package/lib/models/feature-model.js +15 -0
- package/lib/models/first.d.ts +25 -0
- package/lib/models/first.d.ts.map +1 -0
- package/lib/models/first.js +15 -0
- package/lib/models/get-transfer-balance-embeded.d.ts +26 -0
- package/lib/models/get-transfer-balance-embeded.d.ts.map +1 -0
- package/lib/models/get-transfer-balance-embeded.js +15 -0
- package/lib/models/get-transfer-balance-result.d.ts +33 -0
- package/lib/models/get-transfer-balance-result.d.ts.map +1 -0
- package/lib/models/get-transfer-balance-result.js +15 -0
- package/lib/models/hallinks.d.ts +50 -0
- package/lib/models/hallinks.d.ts.map +1 -0
- package/lib/models/hallinks.js +15 -0
- package/lib/models/hospital-item-model.d.ts +7 -0
- package/lib/models/hospital-item-model.d.ts.map +1 -1
- package/lib/models/hospital-model.d.ts +7 -0
- package/lib/models/hospital-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +47 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +47 -0
- package/lib/models/keys.d.ts +31 -0
- package/lib/models/keys.d.ts.map +1 -0
- package/lib/models/keys.js +15 -0
- package/lib/models/last.d.ts +25 -0
- package/lib/models/last.d.ts.map +1 -0
- package/lib/models/last.js +15 -0
- package/lib/models/link.d.ts +25 -0
- package/lib/models/link.d.ts.map +1 -0
- package/lib/models/link.js +15 -0
- package/lib/models/links.d.ts +40 -0
- package/lib/models/links.d.ts.map +1 -0
- package/lib/models/links.js +15 -0
- package/lib/models/meetings.d.ts +28 -0
- package/lib/models/meetings.d.ts.map +1 -0
- package/lib/models/meetings.js +15 -0
- package/lib/models/messages.d.ts +28 -0
- package/lib/models/messages.d.ts.map +1 -0
- package/lib/models/messages.js +15 -0
- package/lib/models/number-transaction-response.d.ts +31 -0
- package/lib/models/number-transaction-response.d.ts.map +1 -0
- package/lib/models/number-transaction-response.js +15 -0
- package/lib/models/number.d.ts +49 -0
- package/lib/models/number.d.ts.map +1 -0
- package/lib/models/number.js +15 -0
- package/lib/models/numbers-search-response.d.ts +32 -0
- package/lib/models/numbers-search-response.d.ts.map +1 -0
- package/lib/models/numbers-search-response.js +15 -0
- package/lib/models/primary-account.d.ts +55 -0
- package/lib/models/primary-account.d.ts.map +1 -0
- package/lib/models/primary-account.js +15 -0
- package/lib/models/retrieve-sub-accounts-embedded.d.ts +33 -0
- package/lib/models/retrieve-sub-accounts-embedded.d.ts.map +1 -0
- package/lib/models/retrieve-sub-accounts-embedded.js +15 -0
- package/lib/models/retrieve-sub-accounts-result.d.ts +45 -0
- package/lib/models/retrieve-sub-accounts-result.d.ts.map +1 -0
- package/lib/models/retrieve-sub-accounts-result.js +15 -0
- package/lib/models/rtc.d.ts +28 -0
- package/lib/models/rtc.d.ts.map +1 -0
- package/lib/models/rtc.js +15 -0
- package/lib/models/search-pattern.d.ts +23 -0
- package/lib/models/search-pattern.d.ts.map +1 -0
- package/lib/models/search-pattern.js +26 -0
- package/lib/models/secret-list.d.ts +26 -0
- package/lib/models/secret-list.d.ts.map +1 -0
- package/lib/models/secret-list.js +15 -0
- package/lib/models/secret.d.ts +38 -0
- package/lib/models/secret.d.ts.map +1 -0
- package/lib/models/secret.js +15 -0
- package/lib/models/secrets-request-result.d.ts +33 -0
- package/lib/models/secrets-request-result.d.ts.map +1 -0
- package/lib/models/secrets-request-result.js +15 -0
- package/lib/models/self.d.ts +25 -0
- package/lib/models/self.d.ts.map +1 -0
- package/lib/models/self.js +15 -0
- package/lib/models/string-filter-types.d.ts +24 -0
- package/lib/models/string-filter-types.d.ts.map +1 -0
- package/lib/models/string-filter-types.js +27 -0
- package/lib/models/sub-account.d.ts +73 -0
- package/lib/models/sub-account.d.ts.map +1 -0
- package/lib/models/sub-account.js +15 -0
- package/lib/models/transfer-balance-command.d.ts +37 -0
- package/lib/models/transfer-balance-command.d.ts.map +1 -0
- package/lib/models/transfer-balance-command.js +15 -0
- package/lib/models/transfer-balance-result.d.ts +68 -0
- package/lib/models/transfer-balance-result.d.ts.map +1 -0
- package/lib/models/transfer-balance-result.js +15 -0
- package/lib/models/update-account-command.d.ts +31 -0
- package/lib/models/update-account-command.d.ts.map +1 -0
- package/lib/models/update-account-command.js +15 -0
- package/lib/models/update-application-command.d.ts +45 -0
- package/lib/models/update-application-command.d.ts.map +1 -0
- package/lib/models/update-application-command.js +15 -0
- package/lib/models/update-deal-command.d.ts +7 -0
- package/lib/models/update-deal-command.d.ts.map +1 -1
- package/lib/models/update-doctor-affiliation-command.d.ts +7 -0
- package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/update-hospital-command.d.ts +7 -0
- package/lib/models/update-hospital-command.d.ts.map +1 -1
- package/lib/models/update-number-command.d.ts +67 -0
- package/lib/models/update-number-command.d.ts.map +1 -0
- package/lib/models/update-number-command.js +15 -0
- package/lib/models/vbc.d.ts +28 -0
- package/lib/models/vbc.d.ts.map +1 -0
- package/lib/models/vbc.js +15 -0
- package/lib/models/video.d.ts +28 -0
- package/lib/models/video.d.ts.map +1 -0
- package/lib/models/video.js +15 -0
- package/lib/models/voice.d.ts +28 -0
- package/lib/models/voice.d.ts.map +1 -0
- package/lib/models/voice.js +15 -0
- package/lib/models/webhook.d.ts +31 -0
- package/lib/models/webhook.d.ts.map +1 -0
- package/lib/models/webhook.js +15 -0
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +50 -0
- package/src/api/tags-api.ts +22 -6
- package/src/api/vonage-accounts-api.ts +1171 -0
- package/src/api/vonage-applications-api.ts +516 -0
- package/src/api/vonage-numbers-api.ts +675 -0
- package/src/api.ts +3 -0
- package/src/models/account-settings-result.ts +54 -0
- package/src/models/application-capabilities.ts +78 -0
- package/src/models/application-list.ts +33 -0
- package/src/models/application-page.ts +57 -0
- package/src/models/application.ts +54 -0
- package/src/models/balance-transfers.ts +60 -0
- package/src/models/balance.ts +36 -0
- package/src/models/buy-number-command.ts +42 -0
- package/src/models/cancel-number-command.ts +42 -0
- package/src/models/create-application-command.ts +48 -0
- package/src/models/create-deal-command.ts +9 -0
- package/src/models/create-doctor-affiliation-command.ts +9 -0
- package/src/models/create-hospital-command.ts +9 -0
- package/src/models/create-secret-command.ts +36 -0
- package/src/models/create-sub-account-command.ts +42 -0
- package/src/models/deal-item-model.ts +9 -0
- package/src/models/deal-model.ts +9 -0
- package/src/models/delete-application-command.ts +30 -0
- package/src/models/doctor-affiliation-item-model.ts +9 -0
- package/src/models/doctor-affiliation-model.ts +9 -0
- package/src/models/feature-model.ts +42 -0
- package/src/models/first.ts +30 -0
- package/src/models/get-transfer-balance-embeded.ts +33 -0
- package/src/models/get-transfer-balance-result.ts +42 -0
- package/src/models/hallinks.ts +57 -0
- package/src/models/hospital-item-model.ts +9 -0
- package/src/models/hospital-model.ts +9 -0
- package/src/models/index.ts +47 -0
- package/src/models/keys.ts +36 -0
- package/src/models/last.ts +30 -0
- package/src/models/link.ts +30 -0
- package/src/models/links.ts +51 -0
- package/src/models/meetings.ts +33 -0
- package/src/models/messages.ts +33 -0
- package/src/models/number-transaction-response.ts +36 -0
- package/src/models/number.ts +54 -0
- package/src/models/numbers-search-response.ts +39 -0
- package/src/models/primary-account.ts +60 -0
- package/src/models/retrieve-sub-accounts-embedded.ts +42 -0
- package/src/models/retrieve-sub-accounts-result.ts +54 -0
- package/src/models/rtc.ts +33 -0
- package/src/models/search-pattern.ts +32 -0
- package/src/models/secret-list.ts +33 -0
- package/src/models/secret.ts +45 -0
- package/src/models/secrets-request-result.ts +42 -0
- package/src/models/self.ts +30 -0
- package/src/models/string-filter-types.ts +33 -0
- package/src/models/sub-account.ts +78 -0
- package/src/models/transfer-balance-command.ts +42 -0
- package/src/models/transfer-balance-result.ts +75 -0
- package/src/models/update-account-command.ts +36 -0
- package/src/models/update-application-command.ts +54 -0
- package/src/models/update-deal-command.ts +9 -0
- package/src/models/update-doctor-affiliation-command.ts +9 -0
- package/src/models/update-hospital-command.ts +9 -0
- package/src/models/update-number-command.ts +72 -0
- package/src/models/vbc.ts +33 -0
- package/src/models/video.ts +33 -0
- package/src/models/voice.ts +33 -0
- package/src/models/webhook.ts +36 -0
package/src/models/deal-model.ts
CHANGED
|
@@ -21,6 +21,9 @@ 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
|
|
24
27
|
import { MarketingType } from './marketing-type';
|
|
25
28
|
|
|
26
29
|
/**
|
|
@@ -119,6 +122,12 @@ export interface DealModel {
|
|
|
119
122
|
* @memberof DealModel
|
|
120
123
|
*/
|
|
121
124
|
'appointmentOption'?: AppointmentOptionModel;
|
|
125
|
+
/**
|
|
126
|
+
*
|
|
127
|
+
* @type {FeatureModel}
|
|
128
|
+
* @memberof DealModel
|
|
129
|
+
*/
|
|
130
|
+
'feature'?: FeatureModel;
|
|
122
131
|
/**
|
|
123
132
|
*
|
|
124
133
|
* @type {AuditableEntity}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 DeleteApplicationCommand
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteApplicationCommand {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof DeleteApplicationCommand
|
|
27
|
+
*/
|
|
28
|
+
'applicationId'?: string | null;
|
|
29
|
+
}
|
|
30
|
+
|
|
@@ -21,6 +21,9 @@ 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
|
|
24
27
|
import { MarketingType } from './marketing-type';
|
|
25
28
|
|
|
26
29
|
/**
|
|
@@ -131,6 +134,12 @@ export interface DoctorAffiliationItemModel {
|
|
|
131
134
|
* @memberof DoctorAffiliationItemModel
|
|
132
135
|
*/
|
|
133
136
|
'appointmentOption'?: AppointmentOptionModel;
|
|
137
|
+
/**
|
|
138
|
+
*
|
|
139
|
+
* @type {FeatureModel}
|
|
140
|
+
* @memberof DoctorAffiliationItemModel
|
|
141
|
+
*/
|
|
142
|
+
'feature'?: FeatureModel;
|
|
134
143
|
/**
|
|
135
144
|
*
|
|
136
145
|
* @type {AuditableEntity}
|
|
@@ -21,6 +21,9 @@ 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
|
|
24
27
|
import { MarketingType } from './marketing-type';
|
|
25
28
|
// May contain unused imports in some cases
|
|
26
29
|
// @ts-ignore
|
|
@@ -134,6 +137,12 @@ export interface DoctorAffiliationModel {
|
|
|
134
137
|
* @memberof DoctorAffiliationModel
|
|
135
138
|
*/
|
|
136
139
|
'appointmentOption'?: AppointmentOptionModel;
|
|
140
|
+
/**
|
|
141
|
+
*
|
|
142
|
+
* @type {FeatureModel}
|
|
143
|
+
* @memberof DoctorAffiliationModel
|
|
144
|
+
*/
|
|
145
|
+
'feature'?: FeatureModel;
|
|
137
146
|
/**
|
|
138
147
|
*
|
|
139
148
|
* @type {AuditableEntity}
|
|
@@ -0,0 +1,42 @@
|
|
|
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 FeatureModel
|
|
21
|
+
*/
|
|
22
|
+
export interface FeatureModel {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {boolean}
|
|
26
|
+
* @memberof FeatureModel
|
|
27
|
+
*/
|
|
28
|
+
'chatEnabled'?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {boolean}
|
|
32
|
+
* @memberof FeatureModel
|
|
33
|
+
*/
|
|
34
|
+
'callEnabled'?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {boolean}
|
|
38
|
+
* @memberof FeatureModel
|
|
39
|
+
*/
|
|
40
|
+
'enquiryFormEnabled'?: boolean;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
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 First
|
|
21
|
+
*/
|
|
22
|
+
export interface First {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof First
|
|
27
|
+
*/
|
|
28
|
+
'href'?: string | null;
|
|
29
|
+
}
|
|
30
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
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 { BalanceTransfers } from './balance-transfers';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface GetTransferBalanceEmbeded
|
|
24
|
+
*/
|
|
25
|
+
export interface GetTransferBalanceEmbeded {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<BalanceTransfers>}
|
|
29
|
+
* @memberof GetTransferBalanceEmbeded
|
|
30
|
+
*/
|
|
31
|
+
'balanceTransfers'?: Array<BalanceTransfers> | null;
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
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 { GetTransferBalanceEmbeded } from './get-transfer-balance-embeded';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { Links } from './links';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface GetTransferBalanceResult
|
|
27
|
+
*/
|
|
28
|
+
export interface GetTransferBalanceResult {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {Links}
|
|
32
|
+
* @memberof GetTransferBalanceResult
|
|
33
|
+
*/
|
|
34
|
+
'links'?: Links;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {GetTransferBalanceEmbeded}
|
|
38
|
+
* @memberof GetTransferBalanceResult
|
|
39
|
+
*/
|
|
40
|
+
'embedded'?: GetTransferBalanceEmbeded;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -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 { Link } from './link';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface HALLinks
|
|
24
|
+
*/
|
|
25
|
+
export interface HALLinks {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Link}
|
|
29
|
+
* @memberof HALLinks
|
|
30
|
+
*/
|
|
31
|
+
'self'?: Link;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Link}
|
|
35
|
+
* @memberof HALLinks
|
|
36
|
+
*/
|
|
37
|
+
'next'?: Link;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Link}
|
|
41
|
+
* @memberof HALLinks
|
|
42
|
+
*/
|
|
43
|
+
'prev'?: Link;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Link}
|
|
47
|
+
* @memberof HALLinks
|
|
48
|
+
*/
|
|
49
|
+
'first'?: Link;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {Link}
|
|
53
|
+
* @memberof HALLinks
|
|
54
|
+
*/
|
|
55
|
+
'last'?: Link;
|
|
56
|
+
}
|
|
57
|
+
|
|
@@ -21,6 +21,9 @@ 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
|
|
24
27
|
import { GradeModel } from './grade-model';
|
|
25
28
|
// May contain unused imports in some cases
|
|
26
29
|
// @ts-ignore
|
|
@@ -161,6 +164,12 @@ export interface HospitalItemModel {
|
|
|
161
164
|
* @memberof HospitalItemModel
|
|
162
165
|
*/
|
|
163
166
|
'grade'?: GradeModel;
|
|
167
|
+
/**
|
|
168
|
+
*
|
|
169
|
+
* @type {FeatureModel}
|
|
170
|
+
* @memberof HospitalItemModel
|
|
171
|
+
*/
|
|
172
|
+
'feature'?: FeatureModel;
|
|
164
173
|
/**
|
|
165
174
|
*
|
|
166
175
|
* @type {AuditableEntity}
|
|
@@ -21,6 +21,9 @@ 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
|
|
24
27
|
import { GradeModel } from './grade-model';
|
|
25
28
|
// May contain unused imports in some cases
|
|
26
29
|
// @ts-ignore
|
|
@@ -164,6 +167,12 @@ export interface HospitalModel {
|
|
|
164
167
|
* @memberof HospitalModel
|
|
165
168
|
*/
|
|
166
169
|
'grade'?: GradeModel;
|
|
170
|
+
/**
|
|
171
|
+
*
|
|
172
|
+
* @type {FeatureModel}
|
|
173
|
+
* @memberof HospitalModel
|
|
174
|
+
*/
|
|
175
|
+
'feature'?: FeatureModel;
|
|
167
176
|
/**
|
|
168
177
|
*
|
|
169
178
|
* @type {AuditableEntity}
|
package/src/models/index.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from './about-us-page-item-model';
|
|
2
2
|
export * from './about-us-page-model';
|
|
3
3
|
export * from './about-us-pages-model';
|
|
4
|
+
export * from './account-settings-result';
|
|
4
5
|
export * from './accreditation-item-model';
|
|
5
6
|
export * from './accreditation-model';
|
|
6
7
|
export * from './accreditations-model';
|
|
@@ -8,6 +9,10 @@ export * from './admin-message-model';
|
|
|
8
9
|
export * from './app-version-item-model';
|
|
9
10
|
export * from './app-version-model';
|
|
10
11
|
export * from './app-versions-model';
|
|
12
|
+
export * from './application';
|
|
13
|
+
export * from './application-capabilities';
|
|
14
|
+
export * from './application-list';
|
|
15
|
+
export * from './application-page';
|
|
11
16
|
export * from './appointment-change-log-model';
|
|
12
17
|
export * from './appointment-item-model';
|
|
13
18
|
export * from './appointment-model';
|
|
@@ -35,6 +40,8 @@ export * from './article-tags-model';
|
|
|
35
40
|
export * from './articles-model';
|
|
36
41
|
export * from './auditable-entity';
|
|
37
42
|
export * from './auditable-entity-model';
|
|
43
|
+
export * from './balance';
|
|
44
|
+
export * from './balance-transfers';
|
|
38
45
|
export * from './batch-add-appointment-timetable-model';
|
|
39
46
|
export * from './batch-add-hospital-consultation-timetable-model';
|
|
40
47
|
export * from './batch-appointment-timetables-result-model';
|
|
@@ -53,12 +60,14 @@ export * from './booking-item-model';
|
|
|
53
60
|
export * from './booking-model';
|
|
54
61
|
export * from './booking-status';
|
|
55
62
|
export * from './bookings-model';
|
|
63
|
+
export * from './buy-number-command';
|
|
56
64
|
export * from './chadmin-item-model';
|
|
57
65
|
export * from './chadmin-model';
|
|
58
66
|
export * from './chadmins-model';
|
|
59
67
|
export * from './chmanager-item-model';
|
|
60
68
|
export * from './chmanager-model';
|
|
61
69
|
export * from './chmanagers-model';
|
|
70
|
+
export * from './cancel-number-command';
|
|
62
71
|
export * from './change-email-command';
|
|
63
72
|
export * from './chat-user-model';
|
|
64
73
|
export * from './chat-users-model';
|
|
@@ -83,6 +92,7 @@ export * from './country-model';
|
|
|
83
92
|
export * from './create-about-us-page-command';
|
|
84
93
|
export * from './create-accreditation-command';
|
|
85
94
|
export * from './create-app-version-command';
|
|
95
|
+
export * from './create-application-command';
|
|
86
96
|
export * from './create-article-command';
|
|
87
97
|
export * from './create-article-contributor-command';
|
|
88
98
|
export * from './create-article-source-command';
|
|
@@ -128,10 +138,12 @@ export * from './create-plan-command';
|
|
|
128
138
|
export * from './create-plan-hospital-command';
|
|
129
139
|
export * from './create-policy-command';
|
|
130
140
|
export * from './create-profile-command';
|
|
141
|
+
export * from './create-secret-command';
|
|
131
142
|
export * from './create-service-category-command';
|
|
132
143
|
export * from './create-service-review-command';
|
|
133
144
|
export * from './create-specialty-command';
|
|
134
145
|
export * from './create-specialty-type-command';
|
|
146
|
+
export * from './create-sub-account-command';
|
|
135
147
|
export * from './create-survey-form-command';
|
|
136
148
|
export * from './create-tag-command';
|
|
137
149
|
export * from './create-template-version-command';
|
|
@@ -148,6 +160,7 @@ export * from './deal-service-model';
|
|
|
148
160
|
export * from './deal-services-model';
|
|
149
161
|
export * from './deals-model';
|
|
150
162
|
export * from './deals-simple-model';
|
|
163
|
+
export * from './delete-application-command';
|
|
151
164
|
export * from './delete-hospital-consultation-timetable-override-command';
|
|
152
165
|
export * from './doctor-affiliation-item-model';
|
|
153
166
|
export * from './doctor-affiliation-model';
|
|
@@ -181,14 +194,19 @@ export * from './faq-tag-item-model';
|
|
|
181
194
|
export * from './faq-tag-model';
|
|
182
195
|
export * from './faq-tags-model';
|
|
183
196
|
export * from './faqs-model';
|
|
197
|
+
export * from './feature-model';
|
|
198
|
+
export * from './first';
|
|
184
199
|
export * from './footer-navigation-item-model';
|
|
185
200
|
export * from './gender';
|
|
201
|
+
export * from './get-transfer-balance-embeded';
|
|
202
|
+
export * from './get-transfer-balance-result';
|
|
186
203
|
export * from './grade-item-model';
|
|
187
204
|
export * from './grade-model';
|
|
188
205
|
export * from './grade-targets';
|
|
189
206
|
export * from './grades-model';
|
|
190
207
|
export * from './group-channel';
|
|
191
208
|
export * from './group-channel-list';
|
|
209
|
+
export * from './hallinks';
|
|
192
210
|
export * from './header-navigation-item-model';
|
|
193
211
|
export * from './hospital-accreditation-item-model';
|
|
194
212
|
export * from './hospital-accreditation-model';
|
|
@@ -228,13 +246,17 @@ export * from './hospitals-simple-model';
|
|
|
228
246
|
export * from './http-status-code';
|
|
229
247
|
export * from './invite-send-bird-group-channel-command';
|
|
230
248
|
export * from './jtoken';
|
|
249
|
+
export * from './keys';
|
|
231
250
|
export * from './landing-item-model';
|
|
232
251
|
export * from './landing-model';
|
|
233
252
|
export * from './landings-model';
|
|
234
253
|
export * from './language-item-model';
|
|
235
254
|
export * from './language-model';
|
|
236
255
|
export * from './languages-model';
|
|
256
|
+
export * from './last';
|
|
237
257
|
export * from './leaved-group-channels-model';
|
|
258
|
+
export * from './link';
|
|
259
|
+
export * from './links';
|
|
238
260
|
export * from './localized-url-model';
|
|
239
261
|
export * from './location-model';
|
|
240
262
|
export * from './manager-affiliation-item-model';
|
|
@@ -247,6 +269,7 @@ export * from './marketing-type';
|
|
|
247
269
|
export * from './media-model';
|
|
248
270
|
export * from './media-type';
|
|
249
271
|
export * from './medias-model';
|
|
272
|
+
export * from './meetings';
|
|
250
273
|
export * from './member-model';
|
|
251
274
|
export * from './members-model';
|
|
252
275
|
export * from './membership-item-model';
|
|
@@ -254,11 +277,15 @@ export * from './membership-model';
|
|
|
254
277
|
export * from './memberships-model';
|
|
255
278
|
export * from './mention-type';
|
|
256
279
|
export * from './message-type';
|
|
280
|
+
export * from './messages';
|
|
257
281
|
export * from './metadata';
|
|
258
282
|
export * from './model-file';
|
|
259
283
|
export * from './notification-code';
|
|
260
284
|
export * from './notification-model';
|
|
261
285
|
export * from './notifications-model';
|
|
286
|
+
export * from './number';
|
|
287
|
+
export * from './number-transaction-response';
|
|
288
|
+
export * from './numbers-search-response';
|
|
262
289
|
export * from './paged-list-meta-data';
|
|
263
290
|
export * from './patient-item-model';
|
|
264
291
|
export * from './patient-model';
|
|
@@ -273,6 +300,7 @@ export * from './platform';
|
|
|
273
300
|
export * from './policies-model';
|
|
274
301
|
export * from './policy-item-model';
|
|
275
302
|
export * from './policy-model';
|
|
303
|
+
export * from './primary-account';
|
|
276
304
|
export * from './problem-details';
|
|
277
305
|
export * from './procedure';
|
|
278
306
|
export * from './recurring-interval';
|
|
@@ -281,7 +309,10 @@ export * from './reject-appointment-command';
|
|
|
281
309
|
export * from './reject-booking-command';
|
|
282
310
|
export * from './reject-consultation-command';
|
|
283
311
|
export * from './reject-reason';
|
|
312
|
+
export * from './retrieve-sub-accounts-embedded';
|
|
313
|
+
export * from './retrieve-sub-accounts-result';
|
|
284
314
|
export * from './review-type';
|
|
315
|
+
export * from './rtc';
|
|
285
316
|
export * from './save-appointment-timetable-override-model';
|
|
286
317
|
export * from './save-appointment-timetable-overrides-result-model';
|
|
287
318
|
export * from './save-deal-appointment-timetable-overrides-command';
|
|
@@ -297,10 +328,15 @@ export * from './save-hospital-consultation-timetable-overrides-command';
|
|
|
297
328
|
export * from './save-hospital-specialty-appointment-timetable-overrides-command';
|
|
298
329
|
export * from './save-service-appointment-timetable-overrides-command';
|
|
299
330
|
export * from './search-index-type';
|
|
331
|
+
export * from './search-pattern';
|
|
332
|
+
export * from './secret';
|
|
333
|
+
export * from './secret-list';
|
|
334
|
+
export * from './secrets-request-result';
|
|
300
335
|
export * from './secure-container-item-model';
|
|
301
336
|
export * from './secure-container-model';
|
|
302
337
|
export * from './secure-containers-model';
|
|
303
338
|
export * from './secure-file-model';
|
|
339
|
+
export * from './self';
|
|
304
340
|
export * from './send-bird-group-channel-member';
|
|
305
341
|
export * from './send-bird-group-channel-model';
|
|
306
342
|
export * from './send-bird-group-channelr-operator';
|
|
@@ -328,7 +364,9 @@ export * from './specialty-type-model';
|
|
|
328
364
|
export * from './specialty-type-simple-item-model';
|
|
329
365
|
export * from './specialty-types-model';
|
|
330
366
|
export * from './specialty-types-simple-model';
|
|
367
|
+
export * from './string-filter-types';
|
|
331
368
|
export * from './string-string-ienumerable-key-value-pair';
|
|
369
|
+
export * from './sub-account';
|
|
332
370
|
export * from './subscription-model';
|
|
333
371
|
export * from './survey-form-element-input-model';
|
|
334
372
|
export * from './survey-form-element-model';
|
|
@@ -352,13 +390,17 @@ export * from './template-version-item-model';
|
|
|
352
390
|
export * from './template-version-model';
|
|
353
391
|
export * from './template-versions-model';
|
|
354
392
|
export * from './text-message';
|
|
393
|
+
export * from './transfer-balance-command';
|
|
394
|
+
export * from './transfer-balance-result';
|
|
355
395
|
export * from './translate-all-options';
|
|
356
396
|
export * from './translate-command';
|
|
357
397
|
export * from './translate-doctor-affiliation-command';
|
|
358
398
|
export * from './translate-hospital-command';
|
|
359
399
|
export * from './update-about-us-page-command';
|
|
400
|
+
export * from './update-account-command';
|
|
360
401
|
export * from './update-accreditation-command';
|
|
361
402
|
export * from './update-app-version-command';
|
|
403
|
+
export * from './update-application-command';
|
|
362
404
|
export * from './update-article-command';
|
|
363
405
|
export * from './update-article-contributor-command';
|
|
364
406
|
export * from './update-article-source-command';
|
|
@@ -394,6 +436,7 @@ export * from './update-landing-command';
|
|
|
394
436
|
export * from './update-language-command';
|
|
395
437
|
export * from './update-manager-command';
|
|
396
438
|
export * from './update-media-command';
|
|
439
|
+
export * from './update-number-command';
|
|
397
440
|
export * from './update-patient-command';
|
|
398
441
|
export * from './update-plan-command';
|
|
399
442
|
export * from './update-plan-hospital-command';
|
|
@@ -410,6 +453,10 @@ export * from './user-language-model';
|
|
|
410
453
|
export * from './user-location-model';
|
|
411
454
|
export * from './user-location-type';
|
|
412
455
|
export * from './user-model';
|
|
456
|
+
export * from './vbc';
|
|
457
|
+
export * from './video';
|
|
458
|
+
export * from './voice';
|
|
459
|
+
export * from './webhook';
|
|
413
460
|
export * from './working-day-item-model';
|
|
414
461
|
export * from './working-day-model';
|
|
415
462
|
export * from './working-days-model';
|
|
@@ -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 Keys
|
|
21
|
+
*/
|
|
22
|
+
export interface Keys {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof Keys
|
|
27
|
+
*/
|
|
28
|
+
'publicKey'?: string | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof Keys
|
|
33
|
+
*/
|
|
34
|
+
'privateKey'?: string | null;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
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 Last
|
|
21
|
+
*/
|
|
22
|
+
export interface Last {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof Last
|
|
27
|
+
*/
|
|
28
|
+
'href'?: string | null;
|
|
29
|
+
}
|
|
30
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
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 Link
|
|
21
|
+
*/
|
|
22
|
+
export interface Link {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof Link
|
|
27
|
+
*/
|
|
28
|
+
'href'?: string | null;
|
|
29
|
+
}
|
|
30
|
+
|