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.
Files changed (250) hide show
  1. package/lib/api/tags-api.d.ts +13 -3
  2. package/lib/api/tags-api.d.ts.map +1 -1
  3. package/lib/api/tags-api.js +12 -6
  4. package/lib/api/vonage-accounts-api.d.ts +610 -0
  5. package/lib/api/vonage-accounts-api.d.ts.map +1 -0
  6. package/lib/api/vonage-accounts-api.js +1206 -0
  7. package/lib/api/vonage-applications-api.d.ts +283 -0
  8. package/lib/api/vonage-applications-api.d.ts.map +1 -0
  9. package/lib/api/vonage-applications-api.js +553 -0
  10. package/lib/api/vonage-numbers-api.d.ts +383 -0
  11. package/lib/api/vonage-numbers-api.d.ts.map +1 -0
  12. package/lib/api/vonage-numbers-api.js +622 -0
  13. package/lib/api.d.ts +3 -0
  14. package/lib/api.d.ts.map +1 -1
  15. package/lib/api.js +3 -0
  16. package/lib/models/account-settings-result.d.ts +49 -0
  17. package/lib/models/account-settings-result.d.ts.map +1 -0
  18. package/lib/models/account-settings-result.js +15 -0
  19. package/lib/models/application-capabilities.d.ts +61 -0
  20. package/lib/models/application-capabilities.d.ts.map +1 -0
  21. package/lib/models/application-capabilities.js +15 -0
  22. package/lib/models/application-list.d.ts +26 -0
  23. package/lib/models/application-list.d.ts.map +1 -0
  24. package/lib/models/application-list.js +15 -0
  25. package/lib/models/application-page.d.ts +50 -0
  26. package/lib/models/application-page.d.ts.map +1 -0
  27. package/lib/models/application-page.js +15 -0
  28. package/lib/models/application.d.ts +45 -0
  29. package/lib/models/application.d.ts.map +1 -0
  30. package/lib/models/application.js +15 -0
  31. package/lib/models/balance-transfers.d.ts +55 -0
  32. package/lib/models/balance-transfers.d.ts.map +1 -0
  33. package/lib/models/balance-transfers.js +15 -0
  34. package/lib/models/balance.d.ts +31 -0
  35. package/lib/models/balance.d.ts.map +1 -0
  36. package/lib/models/balance.js +15 -0
  37. package/lib/models/buy-number-command.d.ts +37 -0
  38. package/lib/models/buy-number-command.d.ts.map +1 -0
  39. package/lib/models/buy-number-command.js +15 -0
  40. package/lib/models/cancel-number-command.d.ts +37 -0
  41. package/lib/models/cancel-number-command.d.ts.map +1 -0
  42. package/lib/models/cancel-number-command.js +15 -0
  43. package/lib/models/create-application-command.d.ts +39 -0
  44. package/lib/models/create-application-command.d.ts.map +1 -0
  45. package/lib/models/create-application-command.js +15 -0
  46. package/lib/models/create-deal-command.d.ts +7 -0
  47. package/lib/models/create-deal-command.d.ts.map +1 -1
  48. package/lib/models/create-doctor-affiliation-command.d.ts +7 -0
  49. package/lib/models/create-doctor-affiliation-command.d.ts.map +1 -1
  50. package/lib/models/create-hospital-command.d.ts +7 -0
  51. package/lib/models/create-hospital-command.d.ts.map +1 -1
  52. package/lib/models/create-secret-command.d.ts +31 -0
  53. package/lib/models/create-secret-command.d.ts.map +1 -0
  54. package/lib/models/create-secret-command.js +15 -0
  55. package/lib/models/create-sub-account-command.d.ts +37 -0
  56. package/lib/models/create-sub-account-command.d.ts.map +1 -0
  57. package/lib/models/create-sub-account-command.js +15 -0
  58. package/lib/models/deal-item-model.d.ts +7 -0
  59. package/lib/models/deal-item-model.d.ts.map +1 -1
  60. package/lib/models/deal-model.d.ts +7 -0
  61. package/lib/models/deal-model.d.ts.map +1 -1
  62. package/lib/models/delete-application-command.d.ts +25 -0
  63. package/lib/models/delete-application-command.d.ts.map +1 -0
  64. package/lib/models/delete-application-command.js +15 -0
  65. package/lib/models/doctor-affiliation-item-model.d.ts +7 -0
  66. package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
  67. package/lib/models/doctor-affiliation-model.d.ts +7 -0
  68. package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
  69. package/lib/models/feature-model.d.ts +37 -0
  70. package/lib/models/feature-model.d.ts.map +1 -0
  71. package/lib/models/feature-model.js +15 -0
  72. package/lib/models/first.d.ts +25 -0
  73. package/lib/models/first.d.ts.map +1 -0
  74. package/lib/models/first.js +15 -0
  75. package/lib/models/get-transfer-balance-embeded.d.ts +26 -0
  76. package/lib/models/get-transfer-balance-embeded.d.ts.map +1 -0
  77. package/lib/models/get-transfer-balance-embeded.js +15 -0
  78. package/lib/models/get-transfer-balance-result.d.ts +33 -0
  79. package/lib/models/get-transfer-balance-result.d.ts.map +1 -0
  80. package/lib/models/get-transfer-balance-result.js +15 -0
  81. package/lib/models/hallinks.d.ts +50 -0
  82. package/lib/models/hallinks.d.ts.map +1 -0
  83. package/lib/models/hallinks.js +15 -0
  84. package/lib/models/hospital-item-model.d.ts +7 -0
  85. package/lib/models/hospital-item-model.d.ts.map +1 -1
  86. package/lib/models/hospital-model.d.ts +7 -0
  87. package/lib/models/hospital-model.d.ts.map +1 -1
  88. package/lib/models/index.d.ts +47 -0
  89. package/lib/models/index.d.ts.map +1 -1
  90. package/lib/models/index.js +47 -0
  91. package/lib/models/keys.d.ts +31 -0
  92. package/lib/models/keys.d.ts.map +1 -0
  93. package/lib/models/keys.js +15 -0
  94. package/lib/models/last.d.ts +25 -0
  95. package/lib/models/last.d.ts.map +1 -0
  96. package/lib/models/last.js +15 -0
  97. package/lib/models/link.d.ts +25 -0
  98. package/lib/models/link.d.ts.map +1 -0
  99. package/lib/models/link.js +15 -0
  100. package/lib/models/links.d.ts +40 -0
  101. package/lib/models/links.d.ts.map +1 -0
  102. package/lib/models/links.js +15 -0
  103. package/lib/models/meetings.d.ts +28 -0
  104. package/lib/models/meetings.d.ts.map +1 -0
  105. package/lib/models/meetings.js +15 -0
  106. package/lib/models/messages.d.ts +28 -0
  107. package/lib/models/messages.d.ts.map +1 -0
  108. package/lib/models/messages.js +15 -0
  109. package/lib/models/number-transaction-response.d.ts +31 -0
  110. package/lib/models/number-transaction-response.d.ts.map +1 -0
  111. package/lib/models/number-transaction-response.js +15 -0
  112. package/lib/models/number.d.ts +49 -0
  113. package/lib/models/number.d.ts.map +1 -0
  114. package/lib/models/number.js +15 -0
  115. package/lib/models/numbers-search-response.d.ts +32 -0
  116. package/lib/models/numbers-search-response.d.ts.map +1 -0
  117. package/lib/models/numbers-search-response.js +15 -0
  118. package/lib/models/primary-account.d.ts +55 -0
  119. package/lib/models/primary-account.d.ts.map +1 -0
  120. package/lib/models/primary-account.js +15 -0
  121. package/lib/models/retrieve-sub-accounts-embedded.d.ts +33 -0
  122. package/lib/models/retrieve-sub-accounts-embedded.d.ts.map +1 -0
  123. package/lib/models/retrieve-sub-accounts-embedded.js +15 -0
  124. package/lib/models/retrieve-sub-accounts-result.d.ts +45 -0
  125. package/lib/models/retrieve-sub-accounts-result.d.ts.map +1 -0
  126. package/lib/models/retrieve-sub-accounts-result.js +15 -0
  127. package/lib/models/rtc.d.ts +28 -0
  128. package/lib/models/rtc.d.ts.map +1 -0
  129. package/lib/models/rtc.js +15 -0
  130. package/lib/models/search-pattern.d.ts +23 -0
  131. package/lib/models/search-pattern.d.ts.map +1 -0
  132. package/lib/models/search-pattern.js +26 -0
  133. package/lib/models/secret-list.d.ts +26 -0
  134. package/lib/models/secret-list.d.ts.map +1 -0
  135. package/lib/models/secret-list.js +15 -0
  136. package/lib/models/secret.d.ts +38 -0
  137. package/lib/models/secret.d.ts.map +1 -0
  138. package/lib/models/secret.js +15 -0
  139. package/lib/models/secrets-request-result.d.ts +33 -0
  140. package/lib/models/secrets-request-result.d.ts.map +1 -0
  141. package/lib/models/secrets-request-result.js +15 -0
  142. package/lib/models/self.d.ts +25 -0
  143. package/lib/models/self.d.ts.map +1 -0
  144. package/lib/models/self.js +15 -0
  145. package/lib/models/string-filter-types.d.ts +24 -0
  146. package/lib/models/string-filter-types.d.ts.map +1 -0
  147. package/lib/models/string-filter-types.js +27 -0
  148. package/lib/models/sub-account.d.ts +73 -0
  149. package/lib/models/sub-account.d.ts.map +1 -0
  150. package/lib/models/sub-account.js +15 -0
  151. package/lib/models/transfer-balance-command.d.ts +37 -0
  152. package/lib/models/transfer-balance-command.d.ts.map +1 -0
  153. package/lib/models/transfer-balance-command.js +15 -0
  154. package/lib/models/transfer-balance-result.d.ts +68 -0
  155. package/lib/models/transfer-balance-result.d.ts.map +1 -0
  156. package/lib/models/transfer-balance-result.js +15 -0
  157. package/lib/models/update-account-command.d.ts +31 -0
  158. package/lib/models/update-account-command.d.ts.map +1 -0
  159. package/lib/models/update-account-command.js +15 -0
  160. package/lib/models/update-application-command.d.ts +45 -0
  161. package/lib/models/update-application-command.d.ts.map +1 -0
  162. package/lib/models/update-application-command.js +15 -0
  163. package/lib/models/update-deal-command.d.ts +7 -0
  164. package/lib/models/update-deal-command.d.ts.map +1 -1
  165. package/lib/models/update-doctor-affiliation-command.d.ts +7 -0
  166. package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
  167. package/lib/models/update-hospital-command.d.ts +7 -0
  168. package/lib/models/update-hospital-command.d.ts.map +1 -1
  169. package/lib/models/update-number-command.d.ts +67 -0
  170. package/lib/models/update-number-command.d.ts.map +1 -0
  171. package/lib/models/update-number-command.js +15 -0
  172. package/lib/models/vbc.d.ts +28 -0
  173. package/lib/models/vbc.d.ts.map +1 -0
  174. package/lib/models/vbc.js +15 -0
  175. package/lib/models/video.d.ts +28 -0
  176. package/lib/models/video.d.ts.map +1 -0
  177. package/lib/models/video.js +15 -0
  178. package/lib/models/voice.d.ts +28 -0
  179. package/lib/models/voice.d.ts.map +1 -0
  180. package/lib/models/voice.js +15 -0
  181. package/lib/models/webhook.d.ts +31 -0
  182. package/lib/models/webhook.d.ts.map +1 -0
  183. package/lib/models/webhook.js +15 -0
  184. package/package.json +1 -1
  185. package/src/.openapi-generator/FILES +50 -0
  186. package/src/api/tags-api.ts +22 -6
  187. package/src/api/vonage-accounts-api.ts +1171 -0
  188. package/src/api/vonage-applications-api.ts +516 -0
  189. package/src/api/vonage-numbers-api.ts +675 -0
  190. package/src/api.ts +3 -0
  191. package/src/models/account-settings-result.ts +54 -0
  192. package/src/models/application-capabilities.ts +78 -0
  193. package/src/models/application-list.ts +33 -0
  194. package/src/models/application-page.ts +57 -0
  195. package/src/models/application.ts +54 -0
  196. package/src/models/balance-transfers.ts +60 -0
  197. package/src/models/balance.ts +36 -0
  198. package/src/models/buy-number-command.ts +42 -0
  199. package/src/models/cancel-number-command.ts +42 -0
  200. package/src/models/create-application-command.ts +48 -0
  201. package/src/models/create-deal-command.ts +9 -0
  202. package/src/models/create-doctor-affiliation-command.ts +9 -0
  203. package/src/models/create-hospital-command.ts +9 -0
  204. package/src/models/create-secret-command.ts +36 -0
  205. package/src/models/create-sub-account-command.ts +42 -0
  206. package/src/models/deal-item-model.ts +9 -0
  207. package/src/models/deal-model.ts +9 -0
  208. package/src/models/delete-application-command.ts +30 -0
  209. package/src/models/doctor-affiliation-item-model.ts +9 -0
  210. package/src/models/doctor-affiliation-model.ts +9 -0
  211. package/src/models/feature-model.ts +42 -0
  212. package/src/models/first.ts +30 -0
  213. package/src/models/get-transfer-balance-embeded.ts +33 -0
  214. package/src/models/get-transfer-balance-result.ts +42 -0
  215. package/src/models/hallinks.ts +57 -0
  216. package/src/models/hospital-item-model.ts +9 -0
  217. package/src/models/hospital-model.ts +9 -0
  218. package/src/models/index.ts +47 -0
  219. package/src/models/keys.ts +36 -0
  220. package/src/models/last.ts +30 -0
  221. package/src/models/link.ts +30 -0
  222. package/src/models/links.ts +51 -0
  223. package/src/models/meetings.ts +33 -0
  224. package/src/models/messages.ts +33 -0
  225. package/src/models/number-transaction-response.ts +36 -0
  226. package/src/models/number.ts +54 -0
  227. package/src/models/numbers-search-response.ts +39 -0
  228. package/src/models/primary-account.ts +60 -0
  229. package/src/models/retrieve-sub-accounts-embedded.ts +42 -0
  230. package/src/models/retrieve-sub-accounts-result.ts +54 -0
  231. package/src/models/rtc.ts +33 -0
  232. package/src/models/search-pattern.ts +32 -0
  233. package/src/models/secret-list.ts +33 -0
  234. package/src/models/secret.ts +45 -0
  235. package/src/models/secrets-request-result.ts +42 -0
  236. package/src/models/self.ts +30 -0
  237. package/src/models/string-filter-types.ts +33 -0
  238. package/src/models/sub-account.ts +78 -0
  239. package/src/models/transfer-balance-command.ts +42 -0
  240. package/src/models/transfer-balance-result.ts +75 -0
  241. package/src/models/update-account-command.ts +36 -0
  242. package/src/models/update-application-command.ts +54 -0
  243. package/src/models/update-deal-command.ts +9 -0
  244. package/src/models/update-doctor-affiliation-command.ts +9 -0
  245. package/src/models/update-hospital-command.ts +9 -0
  246. package/src/models/update-number-command.ts +72 -0
  247. package/src/models/vbc.ts +33 -0
  248. package/src/models/video.ts +33 -0
  249. package/src/models/voice.ts +33 -0
  250. package/src/models/webhook.ts +36 -0
@@ -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}
@@ -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
+