ch-admin-api-client-typescript 5.2.9 → 5.3.1
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/hospitals-api.d.ts +148 -29
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +222 -34
- 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/vonage-users-api.d.ts +109 -0
- package/lib/api/vonage-users-api.d.ts.map +1 -0
- package/lib/api/vonage-users-api.js +286 -0
- package/lib/api.d.ts +4 -0
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +4 -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/get-users-result-embedded.d.ts +26 -0
- package/lib/models/get-users-result-embedded.d.ts.map +1 -0
- package/lib/models/get-users-result-embedded.js +15 -0
- package/lib/models/get-users-result.d.ts +45 -0
- package/lib/models/get-users-result.d.ts.map +1 -0
- package/lib/models/get-users-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 +48 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +48 -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/vonage-user.d.ts +44 -0
- package/lib/models/vonage-user.d.ts.map +1 -0
- package/lib/models/vonage-user.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 +52 -0
- package/src/api/hospitals-api.ts +259 -47
- 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/vonage-users-api.ts +203 -0
- package/src/api.ts +4 -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/get-users-result-embedded.ts +33 -0
- package/src/models/get-users-result.ts +54 -0
- package/src/models/hallinks.ts +57 -0
- package/src/models/index.ts +48 -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/vonage-user.ts +51 -0
- package/src/models/webhook.ts +36 -0
package/lib/models/index.js
CHANGED
|
@@ -17,6 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./about-us-page-item-model"), exports);
|
|
18
18
|
__exportStar(require("./about-us-page-model"), exports);
|
|
19
19
|
__exportStar(require("./about-us-pages-model"), exports);
|
|
20
|
+
__exportStar(require("./account-settings-result"), exports);
|
|
20
21
|
__exportStar(require("./accreditation-item-model"), exports);
|
|
21
22
|
__exportStar(require("./accreditation-model"), exports);
|
|
22
23
|
__exportStar(require("./accreditations-model"), exports);
|
|
@@ -24,6 +25,10 @@ __exportStar(require("./admin-message-model"), exports);
|
|
|
24
25
|
__exportStar(require("./app-version-item-model"), exports);
|
|
25
26
|
__exportStar(require("./app-version-model"), exports);
|
|
26
27
|
__exportStar(require("./app-versions-model"), exports);
|
|
28
|
+
__exportStar(require("./application"), exports);
|
|
29
|
+
__exportStar(require("./application-capabilities"), exports);
|
|
30
|
+
__exportStar(require("./application-list"), exports);
|
|
31
|
+
__exportStar(require("./application-page"), exports);
|
|
27
32
|
__exportStar(require("./appointment-change-log-model"), exports);
|
|
28
33
|
__exportStar(require("./appointment-item-model"), exports);
|
|
29
34
|
__exportStar(require("./appointment-model"), exports);
|
|
@@ -51,6 +56,8 @@ __exportStar(require("./article-tags-model"), exports);
|
|
|
51
56
|
__exportStar(require("./articles-model"), exports);
|
|
52
57
|
__exportStar(require("./auditable-entity"), exports);
|
|
53
58
|
__exportStar(require("./auditable-entity-model"), exports);
|
|
59
|
+
__exportStar(require("./balance"), exports);
|
|
60
|
+
__exportStar(require("./balance-transfers"), exports);
|
|
54
61
|
__exportStar(require("./batch-add-appointment-timetable-model"), exports);
|
|
55
62
|
__exportStar(require("./batch-add-hospital-consultation-timetable-model"), exports);
|
|
56
63
|
__exportStar(require("./batch-appointment-timetables-result-model"), exports);
|
|
@@ -69,12 +76,14 @@ __exportStar(require("./booking-item-model"), exports);
|
|
|
69
76
|
__exportStar(require("./booking-model"), exports);
|
|
70
77
|
__exportStar(require("./booking-status"), exports);
|
|
71
78
|
__exportStar(require("./bookings-model"), exports);
|
|
79
|
+
__exportStar(require("./buy-number-command"), exports);
|
|
72
80
|
__exportStar(require("./chadmin-item-model"), exports);
|
|
73
81
|
__exportStar(require("./chadmin-model"), exports);
|
|
74
82
|
__exportStar(require("./chadmins-model"), exports);
|
|
75
83
|
__exportStar(require("./chmanager-item-model"), exports);
|
|
76
84
|
__exportStar(require("./chmanager-model"), exports);
|
|
77
85
|
__exportStar(require("./chmanagers-model"), exports);
|
|
86
|
+
__exportStar(require("./cancel-number-command"), exports);
|
|
78
87
|
__exportStar(require("./change-email-command"), exports);
|
|
79
88
|
__exportStar(require("./chat-user-model"), exports);
|
|
80
89
|
__exportStar(require("./chat-users-model"), exports);
|
|
@@ -99,6 +108,7 @@ __exportStar(require("./country-model"), exports);
|
|
|
99
108
|
__exportStar(require("./create-about-us-page-command"), exports);
|
|
100
109
|
__exportStar(require("./create-accreditation-command"), exports);
|
|
101
110
|
__exportStar(require("./create-app-version-command"), exports);
|
|
111
|
+
__exportStar(require("./create-application-command"), exports);
|
|
102
112
|
__exportStar(require("./create-article-command"), exports);
|
|
103
113
|
__exportStar(require("./create-article-contributor-command"), exports);
|
|
104
114
|
__exportStar(require("./create-article-source-command"), exports);
|
|
@@ -144,10 +154,12 @@ __exportStar(require("./create-plan-command"), exports);
|
|
|
144
154
|
__exportStar(require("./create-plan-hospital-command"), exports);
|
|
145
155
|
__exportStar(require("./create-policy-command"), exports);
|
|
146
156
|
__exportStar(require("./create-profile-command"), exports);
|
|
157
|
+
__exportStar(require("./create-secret-command"), exports);
|
|
147
158
|
__exportStar(require("./create-service-category-command"), exports);
|
|
148
159
|
__exportStar(require("./create-service-review-command"), exports);
|
|
149
160
|
__exportStar(require("./create-specialty-command"), exports);
|
|
150
161
|
__exportStar(require("./create-specialty-type-command"), exports);
|
|
162
|
+
__exportStar(require("./create-sub-account-command"), exports);
|
|
151
163
|
__exportStar(require("./create-survey-form-command"), exports);
|
|
152
164
|
__exportStar(require("./create-tag-command"), exports);
|
|
153
165
|
__exportStar(require("./create-template-version-command"), exports);
|
|
@@ -164,6 +176,7 @@ __exportStar(require("./deal-service-model"), exports);
|
|
|
164
176
|
__exportStar(require("./deal-services-model"), exports);
|
|
165
177
|
__exportStar(require("./deals-model"), exports);
|
|
166
178
|
__exportStar(require("./deals-simple-model"), exports);
|
|
179
|
+
__exportStar(require("./delete-application-command"), exports);
|
|
167
180
|
__exportStar(require("./delete-hospital-consultation-timetable-override-command"), exports);
|
|
168
181
|
__exportStar(require("./doctor-affiliation-item-model"), exports);
|
|
169
182
|
__exportStar(require("./doctor-affiliation-model"), exports);
|
|
@@ -198,14 +211,20 @@ __exportStar(require("./faq-tag-model"), exports);
|
|
|
198
211
|
__exportStar(require("./faq-tags-model"), exports);
|
|
199
212
|
__exportStar(require("./faqs-model"), exports);
|
|
200
213
|
__exportStar(require("./feature-model"), exports);
|
|
214
|
+
__exportStar(require("./first"), exports);
|
|
201
215
|
__exportStar(require("./footer-navigation-item-model"), exports);
|
|
202
216
|
__exportStar(require("./gender"), exports);
|
|
217
|
+
__exportStar(require("./get-transfer-balance-embeded"), exports);
|
|
218
|
+
__exportStar(require("./get-transfer-balance-result"), exports);
|
|
219
|
+
__exportStar(require("./get-users-result"), exports);
|
|
220
|
+
__exportStar(require("./get-users-result-embedded"), exports);
|
|
203
221
|
__exportStar(require("./grade-item-model"), exports);
|
|
204
222
|
__exportStar(require("./grade-model"), exports);
|
|
205
223
|
__exportStar(require("./grade-targets"), exports);
|
|
206
224
|
__exportStar(require("./grades-model"), exports);
|
|
207
225
|
__exportStar(require("./group-channel"), exports);
|
|
208
226
|
__exportStar(require("./group-channel-list"), exports);
|
|
227
|
+
__exportStar(require("./hallinks"), exports);
|
|
209
228
|
__exportStar(require("./header-navigation-item-model"), exports);
|
|
210
229
|
__exportStar(require("./hospital-accreditation-item-model"), exports);
|
|
211
230
|
__exportStar(require("./hospital-accreditation-model"), exports);
|
|
@@ -245,13 +264,17 @@ __exportStar(require("./hospitals-simple-model"), exports);
|
|
|
245
264
|
__exportStar(require("./http-status-code"), exports);
|
|
246
265
|
__exportStar(require("./invite-send-bird-group-channel-command"), exports);
|
|
247
266
|
__exportStar(require("./jtoken"), exports);
|
|
267
|
+
__exportStar(require("./keys"), exports);
|
|
248
268
|
__exportStar(require("./landing-item-model"), exports);
|
|
249
269
|
__exportStar(require("./landing-model"), exports);
|
|
250
270
|
__exportStar(require("./landings-model"), exports);
|
|
251
271
|
__exportStar(require("./language-item-model"), exports);
|
|
252
272
|
__exportStar(require("./language-model"), exports);
|
|
253
273
|
__exportStar(require("./languages-model"), exports);
|
|
274
|
+
__exportStar(require("./last"), exports);
|
|
254
275
|
__exportStar(require("./leaved-group-channels-model"), exports);
|
|
276
|
+
__exportStar(require("./link"), exports);
|
|
277
|
+
__exportStar(require("./links"), exports);
|
|
255
278
|
__exportStar(require("./localized-url-model"), exports);
|
|
256
279
|
__exportStar(require("./location-model"), exports);
|
|
257
280
|
__exportStar(require("./manager-affiliation-item-model"), exports);
|
|
@@ -264,6 +287,7 @@ __exportStar(require("./marketing-type"), exports);
|
|
|
264
287
|
__exportStar(require("./media-model"), exports);
|
|
265
288
|
__exportStar(require("./media-type"), exports);
|
|
266
289
|
__exportStar(require("./medias-model"), exports);
|
|
290
|
+
__exportStar(require("./meetings"), exports);
|
|
267
291
|
__exportStar(require("./member-model"), exports);
|
|
268
292
|
__exportStar(require("./members-model"), exports);
|
|
269
293
|
__exportStar(require("./membership-item-model"), exports);
|
|
@@ -271,11 +295,15 @@ __exportStar(require("./membership-model"), exports);
|
|
|
271
295
|
__exportStar(require("./memberships-model"), exports);
|
|
272
296
|
__exportStar(require("./mention-type"), exports);
|
|
273
297
|
__exportStar(require("./message-type"), exports);
|
|
298
|
+
__exportStar(require("./messages"), exports);
|
|
274
299
|
__exportStar(require("./metadata"), exports);
|
|
275
300
|
__exportStar(require("./model-file"), exports);
|
|
276
301
|
__exportStar(require("./notification-code"), exports);
|
|
277
302
|
__exportStar(require("./notification-model"), exports);
|
|
278
303
|
__exportStar(require("./notifications-model"), exports);
|
|
304
|
+
__exportStar(require("./number"), exports);
|
|
305
|
+
__exportStar(require("./number-transaction-response"), exports);
|
|
306
|
+
__exportStar(require("./numbers-search-response"), exports);
|
|
279
307
|
__exportStar(require("./paged-list-meta-data"), exports);
|
|
280
308
|
__exportStar(require("./patient-item-model"), exports);
|
|
281
309
|
__exportStar(require("./patient-model"), exports);
|
|
@@ -290,6 +318,7 @@ __exportStar(require("./platform"), exports);
|
|
|
290
318
|
__exportStar(require("./policies-model"), exports);
|
|
291
319
|
__exportStar(require("./policy-item-model"), exports);
|
|
292
320
|
__exportStar(require("./policy-model"), exports);
|
|
321
|
+
__exportStar(require("./primary-account"), exports);
|
|
293
322
|
__exportStar(require("./problem-details"), exports);
|
|
294
323
|
__exportStar(require("./procedure"), exports);
|
|
295
324
|
__exportStar(require("./recurring-interval"), exports);
|
|
@@ -298,7 +327,10 @@ __exportStar(require("./reject-appointment-command"), exports);
|
|
|
298
327
|
__exportStar(require("./reject-booking-command"), exports);
|
|
299
328
|
__exportStar(require("./reject-consultation-command"), exports);
|
|
300
329
|
__exportStar(require("./reject-reason"), exports);
|
|
330
|
+
__exportStar(require("./retrieve-sub-accounts-embedded"), exports);
|
|
331
|
+
__exportStar(require("./retrieve-sub-accounts-result"), exports);
|
|
301
332
|
__exportStar(require("./review-type"), exports);
|
|
333
|
+
__exportStar(require("./rtc"), exports);
|
|
302
334
|
__exportStar(require("./save-appointment-timetable-override-model"), exports);
|
|
303
335
|
__exportStar(require("./save-appointment-timetable-overrides-result-model"), exports);
|
|
304
336
|
__exportStar(require("./save-deal-appointment-timetable-overrides-command"), exports);
|
|
@@ -314,10 +346,15 @@ __exportStar(require("./save-hospital-consultation-timetable-overrides-command")
|
|
|
314
346
|
__exportStar(require("./save-hospital-specialty-appointment-timetable-overrides-command"), exports);
|
|
315
347
|
__exportStar(require("./save-service-appointment-timetable-overrides-command"), exports);
|
|
316
348
|
__exportStar(require("./search-index-type"), exports);
|
|
349
|
+
__exportStar(require("./search-pattern"), exports);
|
|
350
|
+
__exportStar(require("./secret"), exports);
|
|
351
|
+
__exportStar(require("./secret-list"), exports);
|
|
352
|
+
__exportStar(require("./secrets-request-result"), exports);
|
|
317
353
|
__exportStar(require("./secure-container-item-model"), exports);
|
|
318
354
|
__exportStar(require("./secure-container-model"), exports);
|
|
319
355
|
__exportStar(require("./secure-containers-model"), exports);
|
|
320
356
|
__exportStar(require("./secure-file-model"), exports);
|
|
357
|
+
__exportStar(require("./self"), exports);
|
|
321
358
|
__exportStar(require("./send-bird-group-channel-member"), exports);
|
|
322
359
|
__exportStar(require("./send-bird-group-channel-model"), exports);
|
|
323
360
|
__exportStar(require("./send-bird-group-channelr-operator"), exports);
|
|
@@ -347,6 +384,7 @@ __exportStar(require("./specialty-types-model"), exports);
|
|
|
347
384
|
__exportStar(require("./specialty-types-simple-model"), exports);
|
|
348
385
|
__exportStar(require("./string-filter-types"), exports);
|
|
349
386
|
__exportStar(require("./string-string-ienumerable-key-value-pair"), exports);
|
|
387
|
+
__exportStar(require("./sub-account"), exports);
|
|
350
388
|
__exportStar(require("./subscription-model"), exports);
|
|
351
389
|
__exportStar(require("./survey-form-element-input-model"), exports);
|
|
352
390
|
__exportStar(require("./survey-form-element-model"), exports);
|
|
@@ -370,13 +408,17 @@ __exportStar(require("./template-version-item-model"), exports);
|
|
|
370
408
|
__exportStar(require("./template-version-model"), exports);
|
|
371
409
|
__exportStar(require("./template-versions-model"), exports);
|
|
372
410
|
__exportStar(require("./text-message"), exports);
|
|
411
|
+
__exportStar(require("./transfer-balance-command"), exports);
|
|
412
|
+
__exportStar(require("./transfer-balance-result"), exports);
|
|
373
413
|
__exportStar(require("./translate-all-options"), exports);
|
|
374
414
|
__exportStar(require("./translate-command"), exports);
|
|
375
415
|
__exportStar(require("./translate-doctor-affiliation-command"), exports);
|
|
376
416
|
__exportStar(require("./translate-hospital-command"), exports);
|
|
377
417
|
__exportStar(require("./update-about-us-page-command"), exports);
|
|
418
|
+
__exportStar(require("./update-account-command"), exports);
|
|
378
419
|
__exportStar(require("./update-accreditation-command"), exports);
|
|
379
420
|
__exportStar(require("./update-app-version-command"), exports);
|
|
421
|
+
__exportStar(require("./update-application-command"), exports);
|
|
380
422
|
__exportStar(require("./update-article-command"), exports);
|
|
381
423
|
__exportStar(require("./update-article-contributor-command"), exports);
|
|
382
424
|
__exportStar(require("./update-article-source-command"), exports);
|
|
@@ -412,6 +454,7 @@ __exportStar(require("./update-landing-command"), exports);
|
|
|
412
454
|
__exportStar(require("./update-language-command"), exports);
|
|
413
455
|
__exportStar(require("./update-manager-command"), exports);
|
|
414
456
|
__exportStar(require("./update-media-command"), exports);
|
|
457
|
+
__exportStar(require("./update-number-command"), exports);
|
|
415
458
|
__exportStar(require("./update-patient-command"), exports);
|
|
416
459
|
__exportStar(require("./update-plan-command"), exports);
|
|
417
460
|
__exportStar(require("./update-plan-hospital-command"), exports);
|
|
@@ -428,6 +471,11 @@ __exportStar(require("./user-language-model"), exports);
|
|
|
428
471
|
__exportStar(require("./user-location-model"), exports);
|
|
429
472
|
__exportStar(require("./user-location-type"), exports);
|
|
430
473
|
__exportStar(require("./user-model"), exports);
|
|
474
|
+
__exportStar(require("./vbc"), exports);
|
|
475
|
+
__exportStar(require("./video"), exports);
|
|
476
|
+
__exportStar(require("./voice"), exports);
|
|
477
|
+
__exportStar(require("./vonage-user"), exports);
|
|
478
|
+
__exportStar(require("./webhook"), exports);
|
|
431
479
|
__exportStar(require("./working-day-item-model"), exports);
|
|
432
480
|
__exportStar(require("./working-day-model"), exports);
|
|
433
481
|
__exportStar(require("./working-days-model"), exports);
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
3
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface Keys
|
|
16
|
+
*/
|
|
17
|
+
export interface Keys {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Keys
|
|
22
|
+
*/
|
|
23
|
+
'publicKey'?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof Keys
|
|
28
|
+
*/
|
|
29
|
+
'privateKey'?: string | null;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=keys.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"keys.d.ts","sourceRoot":"","sources":["../../src/models/keys.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,IAAI;IACjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAChC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
6
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
3
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface Last
|
|
16
|
+
*/
|
|
17
|
+
export interface Last {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Last
|
|
22
|
+
*/
|
|
23
|
+
'href'?: string | null;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=last.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"last.d.ts","sourceRoot":"","sources":["../../src/models/last.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,IAAI;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
6
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
3
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface Link
|
|
16
|
+
*/
|
|
17
|
+
export interface Link {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Link
|
|
22
|
+
*/
|
|
23
|
+
'href'?: string | null;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=link.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link.d.ts","sourceRoot":"","sources":["../../src/models/link.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,IAAI;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
6
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
3
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { First } from './first';
|
|
13
|
+
import { Last } from './last';
|
|
14
|
+
import { Self } from './self';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface Links
|
|
19
|
+
*/
|
|
20
|
+
export interface Links {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {Self}
|
|
24
|
+
* @memberof Links
|
|
25
|
+
*/
|
|
26
|
+
'self'?: Self;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {First}
|
|
30
|
+
* @memberof Links
|
|
31
|
+
*/
|
|
32
|
+
'first'?: First;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {Last}
|
|
36
|
+
* @memberof Links
|
|
37
|
+
*/
|
|
38
|
+
'last'?: Last;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=links.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"links.d.ts","sourceRoot":"","sources":["../../src/models/links.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAG9B,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B;;;;GAIG;AACH,MAAM,WAAW,KAAK;IAClB;;;;OAIG;IACH,MAAM,CAAC,EAAE,IAAI,CAAC;IACd;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC;IAChB;;;;OAIG;IACH,MAAM,CAAC,EAAE,IAAI,CAAC;CACjB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
6
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
3
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { Webhook } from './webhook';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface Meetings
|
|
17
|
+
*/
|
|
18
|
+
export interface Meetings {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {{ [key: string]: Webhook; }}
|
|
22
|
+
* @memberof Meetings
|
|
23
|
+
*/
|
|
24
|
+
'webhooks'?: {
|
|
25
|
+
[key: string]: Webhook;
|
|
26
|
+
} | null;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=meetings.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meetings.d.ts","sourceRoot":"","sources":["../../src/models/meetings.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC;;;;GAIG;AACH,MAAM,WAAW,QAAQ;IACrB;;;;OAIG;IACH,UAAU,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;KAAE,GAAG,IAAI,CAAC;CACnD"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
6
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
3
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { Webhook } from './webhook';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface Messages
|
|
17
|
+
*/
|
|
18
|
+
export interface Messages {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {{ [key: string]: Webhook; }}
|
|
22
|
+
* @memberof Messages
|
|
23
|
+
*/
|
|
24
|
+
'webhooks'?: {
|
|
25
|
+
[key: string]: Webhook;
|
|
26
|
+
} | null;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=messages.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"messages.d.ts","sourceRoot":"","sources":["../../src/models/messages.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC;;;;GAIG;AACH,MAAM,WAAW,QAAQ;IACrB;;;;OAIG;IACH,UAAU,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;KAAE,GAAG,IAAI,CAAC;CACnD"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
6
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
3
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface NumberTransactionResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface NumberTransactionResponse {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof NumberTransactionResponse
|
|
22
|
+
*/
|
|
23
|
+
'errorCode'?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof NumberTransactionResponse
|
|
28
|
+
*/
|
|
29
|
+
'errorCodeLabel'?: string | null;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=number-transaction-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"number-transaction-response.d.ts","sourceRoot":"","sources":["../../src/models/number-transaction-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACpC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
6
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
3
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface Number
|
|
16
|
+
*/
|
|
17
|
+
export interface Number {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Number
|
|
22
|
+
*/
|
|
23
|
+
'cost'?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof Number
|
|
28
|
+
*/
|
|
29
|
+
'country'?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {Array<string>}
|
|
33
|
+
* @memberof Number
|
|
34
|
+
*/
|
|
35
|
+
'features'?: Array<string> | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof Number
|
|
40
|
+
*/
|
|
41
|
+
'msisdn'?: string | null;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof Number
|
|
46
|
+
*/
|
|
47
|
+
'type'?: string | null;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=number.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"number.d.ts","sourceRoot":"","sources":["../../src/models/number.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,MAAM;IACnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
6
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|