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
@@ -0,0 +1,26 @@
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 { Secret } from './secret';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface SecretList
17
+ */
18
+ export interface SecretList {
19
+ /**
20
+ *
21
+ * @type {Array<Secret>}
22
+ * @memberof SecretList
23
+ */
24
+ 'secrets'?: Array<Secret> | null;
25
+ }
26
+ //# sourceMappingURL=secret-list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"secret-list.d.ts","sourceRoot":"","sources":["../../src/models/secret-list.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;;;GAIG;AACH,MAAM,WAAW,UAAU;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,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,38 @@
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 { HALLinks } from './hallinks';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface Secret
17
+ */
18
+ export interface Secret {
19
+ /**
20
+ *
21
+ * @type {HALLinks}
22
+ * @memberof Secret
23
+ */
24
+ 'links'?: HALLinks;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof Secret
29
+ */
30
+ 'id'?: string | null;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof Secret
35
+ */
36
+ 'createdAt'?: string | null;
37
+ }
38
+ //# sourceMappingURL=secret.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"secret.d.ts","sourceRoot":"","sources":["../../src/models/secret.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC;;;;GAIG;AACH,MAAM,WAAW,MAAM;IACnB;;;;OAIG;IACH,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC/B"}
@@ -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,33 @@
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 { HALLinks } from './hallinks';
13
+ import { SecretList } from './secret-list';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface SecretsRequestResult
18
+ */
19
+ export interface SecretsRequestResult {
20
+ /**
21
+ *
22
+ * @type {HALLinks}
23
+ * @memberof SecretsRequestResult
24
+ */
25
+ 'links'?: HALLinks;
26
+ /**
27
+ *
28
+ * @type {SecretList}
29
+ * @memberof SecretsRequestResult
30
+ */
31
+ 'embedded'?: SecretList;
32
+ }
33
+ //# sourceMappingURL=secrets-request-result.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"secrets-request-result.d.ts","sourceRoot":"","sources":["../../src/models/secrets-request-result.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;CAC3B"}
@@ -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 Self
16
+ */
17
+ export interface Self {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof Self
22
+ */
23
+ 'href'?: string | null;
24
+ }
25
+ //# sourceMappingURL=self.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"self.d.ts","sourceRoot":"","sources":["../../src/models/self.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,24 @@
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
+ * @enum {string}
16
+ */
17
+ export declare const StringFilterTypes: {
18
+ readonly MatchesExactly: "MatchesExactly";
19
+ readonly StartsWith: "StartsWith";
20
+ readonly EndsWith: "EndsWith";
21
+ readonly Contains: "Contains";
22
+ };
23
+ export type StringFilterTypes = typeof StringFilterTypes[keyof typeof StringFilterTypes];
24
+ //# sourceMappingURL=string-filter-types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"string-filter-types.d.ts","sourceRoot":"","sources":["../../src/models/string-filter-types.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,iBAAiB;;;;;CAKpB,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,MAAM,OAAO,iBAAiB,CAAC,CAAC"}
@@ -0,0 +1,27 @@
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 });
16
+ exports.StringFilterTypes = void 0;
17
+ /**
18
+ *
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.StringFilterTypes = {
23
+ MatchesExactly: 'MatchesExactly',
24
+ StartsWith: 'StartsWith',
25
+ EndsWith: 'EndsWith',
26
+ Contains: 'Contains'
27
+ };
@@ -0,0 +1,73 @@
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 SubAccount
16
+ */
17
+ export interface SubAccount {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof SubAccount
22
+ */
23
+ 'apiKey'?: string | null;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof SubAccount
28
+ */
29
+ 'balance'?: number | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof SubAccount
34
+ */
35
+ 'createdAt'?: string | null;
36
+ /**
37
+ *
38
+ * @type {number}
39
+ * @memberof SubAccount
40
+ */
41
+ 'creditLimit'?: number | null;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof SubAccount
46
+ */
47
+ 'name'?: string | null;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof SubAccount
52
+ */
53
+ 'primaryAccountApiKey'?: string | null;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof SubAccount
58
+ */
59
+ 'secret'?: string | null;
60
+ /**
61
+ *
62
+ * @type {boolean}
63
+ * @memberof SubAccount
64
+ */
65
+ 'suspended'?: boolean;
66
+ /**
67
+ *
68
+ * @type {boolean}
69
+ * @memberof SubAccount
70
+ */
71
+ 'usePrimaryAccountBalance'?: boolean;
72
+ }
73
+ //# sourceMappingURL=sub-account.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sub-account.d.ts","sourceRoot":"","sources":["../../src/models/sub-account.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,UAAU;IACvB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,OAAO,CAAC;CACxC"}
@@ -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,37 @@
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 TransferBalanceCommand
16
+ */
17
+ export interface TransferBalanceCommand {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof TransferBalanceCommand
22
+ */
23
+ 'from'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof TransferBalanceCommand
28
+ */
29
+ 'to'?: string | null;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof TransferBalanceCommand
34
+ */
35
+ 'amount'?: number;
36
+ }
37
+ //# sourceMappingURL=transfer-balance-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transfer-balance-command.d.ts","sourceRoot":"","sources":["../../src/models/transfer-balance-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
@@ -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,68 @@
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 { Links } from './links';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface TransferBalanceResult
17
+ */
18
+ export interface TransferBalanceResult {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof TransferBalanceResult
23
+ */
24
+ 'masterAccountId'?: string | null;
25
+ /**
26
+ *
27
+ * @type {Links}
28
+ * @memberof TransferBalanceResult
29
+ */
30
+ 'links'?: Links;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof TransferBalanceResult
35
+ */
36
+ 'from'?: string | null;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof TransferBalanceResult
41
+ */
42
+ 'to'?: string | null;
43
+ /**
44
+ *
45
+ * @type {number}
46
+ * @memberof TransferBalanceResult
47
+ */
48
+ 'amount'?: number;
49
+ /**
50
+ *
51
+ * @type {any}
52
+ * @memberof TransferBalanceResult
53
+ */
54
+ 'reference'?: any | null;
55
+ /**
56
+ *
57
+ * @type {string}
58
+ * @memberof TransferBalanceResult
59
+ */
60
+ 'id'?: string | null;
61
+ /**
62
+ *
63
+ * @type {Date}
64
+ * @memberof TransferBalanceResult
65
+ */
66
+ 'createdAt'?: Date;
67
+ }
68
+ //# sourceMappingURL=transfer-balance-result.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transfer-balance-result.d.ts","sourceRoot":"","sources":["../../src/models/transfer-balance-result.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC;IAChB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,WAAW,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,WAAW,CAAC,EAAE,IAAI,CAAC;CACtB"}
@@ -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 UpdateAccountCommand
16
+ */
17
+ export interface UpdateAccountCommand {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof UpdateAccountCommand
22
+ */
23
+ 'moCallBackUrlrl'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof UpdateAccountCommand
28
+ */
29
+ 'drCallBackUrl'?: string | null;
30
+ }
31
+ //# sourceMappingURL=update-account-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-account-command.d.ts","sourceRoot":"","sources":["../../src/models/update-account-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACnC"}
@@ -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,45 @@
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 { ApplicationCapabilities } from './application-capabilities';
13
+ import { Keys } from './keys';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface UpdateApplicationCommand
18
+ */
19
+ export interface UpdateApplicationCommand {
20
+ /**
21
+ *
22
+ * @type {string}
23
+ * @memberof UpdateApplicationCommand
24
+ */
25
+ 'applicationId'?: string | null;
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof UpdateApplicationCommand
30
+ */
31
+ 'name'?: string | null;
32
+ /**
33
+ *
34
+ * @type {ApplicationCapabilities}
35
+ * @memberof UpdateApplicationCommand
36
+ */
37
+ 'capabilities'?: ApplicationCapabilities;
38
+ /**
39
+ *
40
+ * @type {Keys}
41
+ * @memberof UpdateApplicationCommand
42
+ */
43
+ 'keys'?: Keys;
44
+ }
45
+ //# sourceMappingURL=update-application-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-application-command.d.ts","sourceRoot":"","sources":["../../src/models/update-application-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AAGrE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,cAAc,CAAC,EAAE,uBAAuB,CAAC;IACzC;;;;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 });
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { AppointmentOptionModel } from './appointment-option-model';
13
+ import { FeatureModel } from './feature-model';
13
14
  import { MarketingType } from './marketing-type';
14
15
  /**
15
16
  *
@@ -83,5 +84,11 @@ export interface UpdateDealCommand {
83
84
  * @memberof UpdateDealCommand
84
85
  */
85
86
  'appointmentOption'?: AppointmentOptionModel;
87
+ /**
88
+ *
89
+ * @type {FeatureModel}
90
+ * @memberof UpdateDealCommand
91
+ */
92
+ 'feature'?: FeatureModel;
86
93
  }
87
94
  //# sourceMappingURL=update-deal-command.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"update-deal-command.d.ts","sourceRoot":"","sources":["../../src/models/update-deal-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,sBAAsB,CAAC;CAChD"}
1
+ {"version":3,"file":"update-deal-command.d.ts","sourceRoot":"","sources":["../../src/models/update-deal-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAG/C,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,sBAAsB,CAAC;IAC7C;;;;OAIG;IACH,SAAS,CAAC,EAAE,YAAY,CAAC;CAC5B"}