ch-admin-api-client-typescript 5.2.9 → 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/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-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/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/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/index.d.ts +45 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +45 -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/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-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 +48 -0
- 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-secret-command.ts +36 -0
- package/src/models/create-sub-account-command.ts +42 -0
- package/src/models/delete-application-command.ts +30 -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/index.ts +45 -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/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-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
|
@@ -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
|
+
|
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';
|
|
@@ -182,14 +195,18 @@ export * from './faq-tag-model';
|
|
|
182
195
|
export * from './faq-tags-model';
|
|
183
196
|
export * from './faqs-model';
|
|
184
197
|
export * from './feature-model';
|
|
198
|
+
export * from './first';
|
|
185
199
|
export * from './footer-navigation-item-model';
|
|
186
200
|
export * from './gender';
|
|
201
|
+
export * from './get-transfer-balance-embeded';
|
|
202
|
+
export * from './get-transfer-balance-result';
|
|
187
203
|
export * from './grade-item-model';
|
|
188
204
|
export * from './grade-model';
|
|
189
205
|
export * from './grade-targets';
|
|
190
206
|
export * from './grades-model';
|
|
191
207
|
export * from './group-channel';
|
|
192
208
|
export * from './group-channel-list';
|
|
209
|
+
export * from './hallinks';
|
|
193
210
|
export * from './header-navigation-item-model';
|
|
194
211
|
export * from './hospital-accreditation-item-model';
|
|
195
212
|
export * from './hospital-accreditation-model';
|
|
@@ -229,13 +246,17 @@ export * from './hospitals-simple-model';
|
|
|
229
246
|
export * from './http-status-code';
|
|
230
247
|
export * from './invite-send-bird-group-channel-command';
|
|
231
248
|
export * from './jtoken';
|
|
249
|
+
export * from './keys';
|
|
232
250
|
export * from './landing-item-model';
|
|
233
251
|
export * from './landing-model';
|
|
234
252
|
export * from './landings-model';
|
|
235
253
|
export * from './language-item-model';
|
|
236
254
|
export * from './language-model';
|
|
237
255
|
export * from './languages-model';
|
|
256
|
+
export * from './last';
|
|
238
257
|
export * from './leaved-group-channels-model';
|
|
258
|
+
export * from './link';
|
|
259
|
+
export * from './links';
|
|
239
260
|
export * from './localized-url-model';
|
|
240
261
|
export * from './location-model';
|
|
241
262
|
export * from './manager-affiliation-item-model';
|
|
@@ -248,6 +269,7 @@ export * from './marketing-type';
|
|
|
248
269
|
export * from './media-model';
|
|
249
270
|
export * from './media-type';
|
|
250
271
|
export * from './medias-model';
|
|
272
|
+
export * from './meetings';
|
|
251
273
|
export * from './member-model';
|
|
252
274
|
export * from './members-model';
|
|
253
275
|
export * from './membership-item-model';
|
|
@@ -255,11 +277,15 @@ export * from './membership-model';
|
|
|
255
277
|
export * from './memberships-model';
|
|
256
278
|
export * from './mention-type';
|
|
257
279
|
export * from './message-type';
|
|
280
|
+
export * from './messages';
|
|
258
281
|
export * from './metadata';
|
|
259
282
|
export * from './model-file';
|
|
260
283
|
export * from './notification-code';
|
|
261
284
|
export * from './notification-model';
|
|
262
285
|
export * from './notifications-model';
|
|
286
|
+
export * from './number';
|
|
287
|
+
export * from './number-transaction-response';
|
|
288
|
+
export * from './numbers-search-response';
|
|
263
289
|
export * from './paged-list-meta-data';
|
|
264
290
|
export * from './patient-item-model';
|
|
265
291
|
export * from './patient-model';
|
|
@@ -274,6 +300,7 @@ export * from './platform';
|
|
|
274
300
|
export * from './policies-model';
|
|
275
301
|
export * from './policy-item-model';
|
|
276
302
|
export * from './policy-model';
|
|
303
|
+
export * from './primary-account';
|
|
277
304
|
export * from './problem-details';
|
|
278
305
|
export * from './procedure';
|
|
279
306
|
export * from './recurring-interval';
|
|
@@ -282,7 +309,10 @@ export * from './reject-appointment-command';
|
|
|
282
309
|
export * from './reject-booking-command';
|
|
283
310
|
export * from './reject-consultation-command';
|
|
284
311
|
export * from './reject-reason';
|
|
312
|
+
export * from './retrieve-sub-accounts-embedded';
|
|
313
|
+
export * from './retrieve-sub-accounts-result';
|
|
285
314
|
export * from './review-type';
|
|
315
|
+
export * from './rtc';
|
|
286
316
|
export * from './save-appointment-timetable-override-model';
|
|
287
317
|
export * from './save-appointment-timetable-overrides-result-model';
|
|
288
318
|
export * from './save-deal-appointment-timetable-overrides-command';
|
|
@@ -298,10 +328,15 @@ export * from './save-hospital-consultation-timetable-overrides-command';
|
|
|
298
328
|
export * from './save-hospital-specialty-appointment-timetable-overrides-command';
|
|
299
329
|
export * from './save-service-appointment-timetable-overrides-command';
|
|
300
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';
|
|
301
335
|
export * from './secure-container-item-model';
|
|
302
336
|
export * from './secure-container-model';
|
|
303
337
|
export * from './secure-containers-model';
|
|
304
338
|
export * from './secure-file-model';
|
|
339
|
+
export * from './self';
|
|
305
340
|
export * from './send-bird-group-channel-member';
|
|
306
341
|
export * from './send-bird-group-channel-model';
|
|
307
342
|
export * from './send-bird-group-channelr-operator';
|
|
@@ -331,6 +366,7 @@ export * from './specialty-types-model';
|
|
|
331
366
|
export * from './specialty-types-simple-model';
|
|
332
367
|
export * from './string-filter-types';
|
|
333
368
|
export * from './string-string-ienumerable-key-value-pair';
|
|
369
|
+
export * from './sub-account';
|
|
334
370
|
export * from './subscription-model';
|
|
335
371
|
export * from './survey-form-element-input-model';
|
|
336
372
|
export * from './survey-form-element-model';
|
|
@@ -354,13 +390,17 @@ export * from './template-version-item-model';
|
|
|
354
390
|
export * from './template-version-model';
|
|
355
391
|
export * from './template-versions-model';
|
|
356
392
|
export * from './text-message';
|
|
393
|
+
export * from './transfer-balance-command';
|
|
394
|
+
export * from './transfer-balance-result';
|
|
357
395
|
export * from './translate-all-options';
|
|
358
396
|
export * from './translate-command';
|
|
359
397
|
export * from './translate-doctor-affiliation-command';
|
|
360
398
|
export * from './translate-hospital-command';
|
|
361
399
|
export * from './update-about-us-page-command';
|
|
400
|
+
export * from './update-account-command';
|
|
362
401
|
export * from './update-accreditation-command';
|
|
363
402
|
export * from './update-app-version-command';
|
|
403
|
+
export * from './update-application-command';
|
|
364
404
|
export * from './update-article-command';
|
|
365
405
|
export * from './update-article-contributor-command';
|
|
366
406
|
export * from './update-article-source-command';
|
|
@@ -396,6 +436,7 @@ export * from './update-landing-command';
|
|
|
396
436
|
export * from './update-language-command';
|
|
397
437
|
export * from './update-manager-command';
|
|
398
438
|
export * from './update-media-command';
|
|
439
|
+
export * from './update-number-command';
|
|
399
440
|
export * from './update-patient-command';
|
|
400
441
|
export * from './update-plan-command';
|
|
401
442
|
export * from './update-plan-hospital-command';
|
|
@@ -412,6 +453,10 @@ export * from './user-language-model';
|
|
|
412
453
|
export * from './user-location-model';
|
|
413
454
|
export * from './user-location-type';
|
|
414
455
|
export * from './user-model';
|
|
456
|
+
export * from './vbc';
|
|
457
|
+
export * from './video';
|
|
458
|
+
export * from './voice';
|
|
459
|
+
export * from './webhook';
|
|
415
460
|
export * from './working-day-item-model';
|
|
416
461
|
export * from './working-day-model';
|
|
417
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
|
+
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1
|
|
8
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { First } from './first';
|
|
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';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @export
|
|
29
|
+
* @interface Links
|
|
30
|
+
*/
|
|
31
|
+
export interface Links {
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Self}
|
|
35
|
+
* @memberof Links
|
|
36
|
+
*/
|
|
37
|
+
'self'?: Self;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {First}
|
|
41
|
+
* @memberof Links
|
|
42
|
+
*/
|
|
43
|
+
'first'?: First;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Last}
|
|
47
|
+
* @memberof Links
|
|
48
|
+
*/
|
|
49
|
+
'last'?: Last;
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -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 { Webhook } from './webhook';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface Meetings
|
|
24
|
+
*/
|
|
25
|
+
export interface Meetings {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {{ [key: string]: Webhook; }}
|
|
29
|
+
* @memberof Meetings
|
|
30
|
+
*/
|
|
31
|
+
'webhooks'?: { [key: string]: Webhook; } | null;
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -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 { Webhook } from './webhook';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface Messages
|
|
24
|
+
*/
|
|
25
|
+
export interface Messages {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {{ [key: string]: Webhook; }}
|
|
29
|
+
* @memberof Messages
|
|
30
|
+
*/
|
|
31
|
+
'webhooks'?: { [key: string]: Webhook; } | null;
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -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 NumberTransactionResponse
|
|
21
|
+
*/
|
|
22
|
+
export interface NumberTransactionResponse {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof NumberTransactionResponse
|
|
27
|
+
*/
|
|
28
|
+
'errorCode'?: string | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof NumberTransactionResponse
|
|
33
|
+
*/
|
|
34
|
+
'errorCodeLabel'?: string | null;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -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 Number
|
|
21
|
+
*/
|
|
22
|
+
export interface Number {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof Number
|
|
27
|
+
*/
|
|
28
|
+
'cost'?: string | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof Number
|
|
33
|
+
*/
|
|
34
|
+
'country'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {Array<string>}
|
|
38
|
+
* @memberof Number
|
|
39
|
+
*/
|
|
40
|
+
'features'?: Array<string> | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof Number
|
|
45
|
+
*/
|
|
46
|
+
'msisdn'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof Number
|
|
51
|
+
*/
|
|
52
|
+
'type'?: string | null;
|
|
53
|
+
}
|
|
54
|
+
|
|
@@ -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 { Number } from './number';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface NumbersSearchResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface NumbersSearchResponse {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof NumbersSearchResponse
|
|
30
|
+
*/
|
|
31
|
+
'count'?: number;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Array<Number>}
|
|
35
|
+
* @memberof NumbersSearchResponse
|
|
36
|
+
*/
|
|
37
|
+
'numbers'?: Array<Number> | null;
|
|
38
|
+
}
|
|
39
|
+
|