ch-admin-api-client-typescript 5.2.9 → 5.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (202) hide show
  1. package/lib/api/vonage-accounts-api.d.ts +610 -0
  2. package/lib/api/vonage-accounts-api.d.ts.map +1 -0
  3. package/lib/api/vonage-accounts-api.js +1206 -0
  4. package/lib/api/vonage-applications-api.d.ts +283 -0
  5. package/lib/api/vonage-applications-api.d.ts.map +1 -0
  6. package/lib/api/vonage-applications-api.js +553 -0
  7. package/lib/api/vonage-numbers-api.d.ts +383 -0
  8. package/lib/api/vonage-numbers-api.d.ts.map +1 -0
  9. package/lib/api/vonage-numbers-api.js +622 -0
  10. package/lib/api.d.ts +3 -0
  11. package/lib/api.d.ts.map +1 -1
  12. package/lib/api.js +3 -0
  13. package/lib/models/account-settings-result.d.ts +49 -0
  14. package/lib/models/account-settings-result.d.ts.map +1 -0
  15. package/lib/models/account-settings-result.js +15 -0
  16. package/lib/models/application-capabilities.d.ts +61 -0
  17. package/lib/models/application-capabilities.d.ts.map +1 -0
  18. package/lib/models/application-capabilities.js +15 -0
  19. package/lib/models/application-list.d.ts +26 -0
  20. package/lib/models/application-list.d.ts.map +1 -0
  21. package/lib/models/application-list.js +15 -0
  22. package/lib/models/application-page.d.ts +50 -0
  23. package/lib/models/application-page.d.ts.map +1 -0
  24. package/lib/models/application-page.js +15 -0
  25. package/lib/models/application.d.ts +45 -0
  26. package/lib/models/application.d.ts.map +1 -0
  27. package/lib/models/application.js +15 -0
  28. package/lib/models/balance-transfers.d.ts +55 -0
  29. package/lib/models/balance-transfers.d.ts.map +1 -0
  30. package/lib/models/balance-transfers.js +15 -0
  31. package/lib/models/balance.d.ts +31 -0
  32. package/lib/models/balance.d.ts.map +1 -0
  33. package/lib/models/balance.js +15 -0
  34. package/lib/models/buy-number-command.d.ts +37 -0
  35. package/lib/models/buy-number-command.d.ts.map +1 -0
  36. package/lib/models/buy-number-command.js +15 -0
  37. package/lib/models/cancel-number-command.d.ts +37 -0
  38. package/lib/models/cancel-number-command.d.ts.map +1 -0
  39. package/lib/models/cancel-number-command.js +15 -0
  40. package/lib/models/create-application-command.d.ts +39 -0
  41. package/lib/models/create-application-command.d.ts.map +1 -0
  42. package/lib/models/create-application-command.js +15 -0
  43. package/lib/models/create-secret-command.d.ts +31 -0
  44. package/lib/models/create-secret-command.d.ts.map +1 -0
  45. package/lib/models/create-secret-command.js +15 -0
  46. package/lib/models/create-sub-account-command.d.ts +37 -0
  47. package/lib/models/create-sub-account-command.d.ts.map +1 -0
  48. package/lib/models/create-sub-account-command.js +15 -0
  49. package/lib/models/delete-application-command.d.ts +25 -0
  50. package/lib/models/delete-application-command.d.ts.map +1 -0
  51. package/lib/models/delete-application-command.js +15 -0
  52. package/lib/models/first.d.ts +25 -0
  53. package/lib/models/first.d.ts.map +1 -0
  54. package/lib/models/first.js +15 -0
  55. package/lib/models/get-transfer-balance-embeded.d.ts +26 -0
  56. package/lib/models/get-transfer-balance-embeded.d.ts.map +1 -0
  57. package/lib/models/get-transfer-balance-embeded.js +15 -0
  58. package/lib/models/get-transfer-balance-result.d.ts +33 -0
  59. package/lib/models/get-transfer-balance-result.d.ts.map +1 -0
  60. package/lib/models/get-transfer-balance-result.js +15 -0
  61. package/lib/models/hallinks.d.ts +50 -0
  62. package/lib/models/hallinks.d.ts.map +1 -0
  63. package/lib/models/hallinks.js +15 -0
  64. package/lib/models/index.d.ts +45 -0
  65. package/lib/models/index.d.ts.map +1 -1
  66. package/lib/models/index.js +45 -0
  67. package/lib/models/keys.d.ts +31 -0
  68. package/lib/models/keys.d.ts.map +1 -0
  69. package/lib/models/keys.js +15 -0
  70. package/lib/models/last.d.ts +25 -0
  71. package/lib/models/last.d.ts.map +1 -0
  72. package/lib/models/last.js +15 -0
  73. package/lib/models/link.d.ts +25 -0
  74. package/lib/models/link.d.ts.map +1 -0
  75. package/lib/models/link.js +15 -0
  76. package/lib/models/links.d.ts +40 -0
  77. package/lib/models/links.d.ts.map +1 -0
  78. package/lib/models/links.js +15 -0
  79. package/lib/models/meetings.d.ts +28 -0
  80. package/lib/models/meetings.d.ts.map +1 -0
  81. package/lib/models/meetings.js +15 -0
  82. package/lib/models/messages.d.ts +28 -0
  83. package/lib/models/messages.d.ts.map +1 -0
  84. package/lib/models/messages.js +15 -0
  85. package/lib/models/number-transaction-response.d.ts +31 -0
  86. package/lib/models/number-transaction-response.d.ts.map +1 -0
  87. package/lib/models/number-transaction-response.js +15 -0
  88. package/lib/models/number.d.ts +49 -0
  89. package/lib/models/number.d.ts.map +1 -0
  90. package/lib/models/number.js +15 -0
  91. package/lib/models/numbers-search-response.d.ts +32 -0
  92. package/lib/models/numbers-search-response.d.ts.map +1 -0
  93. package/lib/models/numbers-search-response.js +15 -0
  94. package/lib/models/primary-account.d.ts +55 -0
  95. package/lib/models/primary-account.d.ts.map +1 -0
  96. package/lib/models/primary-account.js +15 -0
  97. package/lib/models/retrieve-sub-accounts-embedded.d.ts +33 -0
  98. package/lib/models/retrieve-sub-accounts-embedded.d.ts.map +1 -0
  99. package/lib/models/retrieve-sub-accounts-embedded.js +15 -0
  100. package/lib/models/retrieve-sub-accounts-result.d.ts +45 -0
  101. package/lib/models/retrieve-sub-accounts-result.d.ts.map +1 -0
  102. package/lib/models/retrieve-sub-accounts-result.js +15 -0
  103. package/lib/models/rtc.d.ts +28 -0
  104. package/lib/models/rtc.d.ts.map +1 -0
  105. package/lib/models/rtc.js +15 -0
  106. package/lib/models/search-pattern.d.ts +23 -0
  107. package/lib/models/search-pattern.d.ts.map +1 -0
  108. package/lib/models/search-pattern.js +26 -0
  109. package/lib/models/secret-list.d.ts +26 -0
  110. package/lib/models/secret-list.d.ts.map +1 -0
  111. package/lib/models/secret-list.js +15 -0
  112. package/lib/models/secret.d.ts +38 -0
  113. package/lib/models/secret.d.ts.map +1 -0
  114. package/lib/models/secret.js +15 -0
  115. package/lib/models/secrets-request-result.d.ts +33 -0
  116. package/lib/models/secrets-request-result.d.ts.map +1 -0
  117. package/lib/models/secrets-request-result.js +15 -0
  118. package/lib/models/self.d.ts +25 -0
  119. package/lib/models/self.d.ts.map +1 -0
  120. package/lib/models/self.js +15 -0
  121. package/lib/models/sub-account.d.ts +73 -0
  122. package/lib/models/sub-account.d.ts.map +1 -0
  123. package/lib/models/sub-account.js +15 -0
  124. package/lib/models/transfer-balance-command.d.ts +37 -0
  125. package/lib/models/transfer-balance-command.d.ts.map +1 -0
  126. package/lib/models/transfer-balance-command.js +15 -0
  127. package/lib/models/transfer-balance-result.d.ts +68 -0
  128. package/lib/models/transfer-balance-result.d.ts.map +1 -0
  129. package/lib/models/transfer-balance-result.js +15 -0
  130. package/lib/models/update-account-command.d.ts +31 -0
  131. package/lib/models/update-account-command.d.ts.map +1 -0
  132. package/lib/models/update-account-command.js +15 -0
  133. package/lib/models/update-application-command.d.ts +45 -0
  134. package/lib/models/update-application-command.d.ts.map +1 -0
  135. package/lib/models/update-application-command.js +15 -0
  136. package/lib/models/update-number-command.d.ts +67 -0
  137. package/lib/models/update-number-command.d.ts.map +1 -0
  138. package/lib/models/update-number-command.js +15 -0
  139. package/lib/models/vbc.d.ts +28 -0
  140. package/lib/models/vbc.d.ts.map +1 -0
  141. package/lib/models/vbc.js +15 -0
  142. package/lib/models/video.d.ts +28 -0
  143. package/lib/models/video.d.ts.map +1 -0
  144. package/lib/models/video.js +15 -0
  145. package/lib/models/voice.d.ts +28 -0
  146. package/lib/models/voice.d.ts.map +1 -0
  147. package/lib/models/voice.js +15 -0
  148. package/lib/models/webhook.d.ts +31 -0
  149. package/lib/models/webhook.d.ts.map +1 -0
  150. package/lib/models/webhook.js +15 -0
  151. package/package.json +1 -1
  152. package/src/.openapi-generator/FILES +48 -0
  153. package/src/api/vonage-accounts-api.ts +1171 -0
  154. package/src/api/vonage-applications-api.ts +516 -0
  155. package/src/api/vonage-numbers-api.ts +675 -0
  156. package/src/api.ts +3 -0
  157. package/src/models/account-settings-result.ts +54 -0
  158. package/src/models/application-capabilities.ts +78 -0
  159. package/src/models/application-list.ts +33 -0
  160. package/src/models/application-page.ts +57 -0
  161. package/src/models/application.ts +54 -0
  162. package/src/models/balance-transfers.ts +60 -0
  163. package/src/models/balance.ts +36 -0
  164. package/src/models/buy-number-command.ts +42 -0
  165. package/src/models/cancel-number-command.ts +42 -0
  166. package/src/models/create-application-command.ts +48 -0
  167. package/src/models/create-secret-command.ts +36 -0
  168. package/src/models/create-sub-account-command.ts +42 -0
  169. package/src/models/delete-application-command.ts +30 -0
  170. package/src/models/first.ts +30 -0
  171. package/src/models/get-transfer-balance-embeded.ts +33 -0
  172. package/src/models/get-transfer-balance-result.ts +42 -0
  173. package/src/models/hallinks.ts +57 -0
  174. package/src/models/index.ts +45 -0
  175. package/src/models/keys.ts +36 -0
  176. package/src/models/last.ts +30 -0
  177. package/src/models/link.ts +30 -0
  178. package/src/models/links.ts +51 -0
  179. package/src/models/meetings.ts +33 -0
  180. package/src/models/messages.ts +33 -0
  181. package/src/models/number-transaction-response.ts +36 -0
  182. package/src/models/number.ts +54 -0
  183. package/src/models/numbers-search-response.ts +39 -0
  184. package/src/models/primary-account.ts +60 -0
  185. package/src/models/retrieve-sub-accounts-embedded.ts +42 -0
  186. package/src/models/retrieve-sub-accounts-result.ts +54 -0
  187. package/src/models/rtc.ts +33 -0
  188. package/src/models/search-pattern.ts +32 -0
  189. package/src/models/secret-list.ts +33 -0
  190. package/src/models/secret.ts +45 -0
  191. package/src/models/secrets-request-result.ts +42 -0
  192. package/src/models/self.ts +30 -0
  193. package/src/models/sub-account.ts +78 -0
  194. package/src/models/transfer-balance-command.ts +42 -0
  195. package/src/models/transfer-balance-result.ts +75 -0
  196. package/src/models/update-account-command.ts +36 -0
  197. package/src/models/update-application-command.ts +54 -0
  198. package/src/models/update-number-command.ts +72 -0
  199. package/src/models/vbc.ts +33 -0
  200. package/src/models/video.ts +33 -0
  201. package/src/models/voice.ts +33 -0
  202. package/src/models/webhook.ts +36 -0
@@ -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 AccountSettingsResult
16
+ */
17
+ export interface AccountSettingsResult {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof AccountSettingsResult
22
+ */
23
+ 'moCallbackUrl'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof AccountSettingsResult
28
+ */
29
+ 'drCallbackurl'?: string | null;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof AccountSettingsResult
34
+ */
35
+ 'maxOutboundRequest'?: number;
36
+ /**
37
+ *
38
+ * @type {number}
39
+ * @memberof AccountSettingsResult
40
+ */
41
+ 'maxInboundRequest'?: number;
42
+ /**
43
+ *
44
+ * @type {number}
45
+ * @memberof AccountSettingsResult
46
+ */
47
+ 'maxCallsPerSecond'?: number;
48
+ }
49
+ //# sourceMappingURL=account-settings-result.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account-settings-result.d.ts","sourceRoot":"","sources":["../../src/models/account-settings-result.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,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,61 @@
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 { Meetings } from './meetings';
13
+ import { Messages } from './messages';
14
+ import { Rtc } from './rtc';
15
+ import { Vbc } from './vbc';
16
+ import { Video } from './video';
17
+ import { Voice } from './voice';
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface ApplicationCapabilities
22
+ */
23
+ export interface ApplicationCapabilities {
24
+ /**
25
+ *
26
+ * @type {Voice}
27
+ * @memberof ApplicationCapabilities
28
+ */
29
+ 'voice'?: Voice;
30
+ /**
31
+ *
32
+ * @type {Rtc}
33
+ * @memberof ApplicationCapabilities
34
+ */
35
+ 'rtc'?: Rtc;
36
+ /**
37
+ *
38
+ * @type {Vbc}
39
+ * @memberof ApplicationCapabilities
40
+ */
41
+ 'vbc'?: Vbc;
42
+ /**
43
+ *
44
+ * @type {Meetings}
45
+ * @memberof ApplicationCapabilities
46
+ */
47
+ 'meetings'?: Meetings;
48
+ /**
49
+ *
50
+ * @type {Messages}
51
+ * @memberof ApplicationCapabilities
52
+ */
53
+ 'messages'?: Messages;
54
+ /**
55
+ *
56
+ * @type {Video}
57
+ * @memberof ApplicationCapabilities
58
+ */
59
+ 'video'?: Video;
60
+ }
61
+ //# sourceMappingURL=application-capabilities.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-capabilities.d.ts","sourceRoot":"","sources":["../../src/models/application-capabilities.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAG5B,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAG5B,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC;IAChB;;;;OAIG;IACH,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ;;;;OAIG;IACH,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ;;;;OAIG;IACH,UAAU,CAAC,EAAE,QAAQ,CAAC;IACtB;;;;OAIG;IACH,UAAU,CAAC,EAAE,QAAQ,CAAC;IACtB;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC;CACnB"}
@@ -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,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 { Application } from './application';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ApplicationList
17
+ */
18
+ export interface ApplicationList {
19
+ /**
20
+ *
21
+ * @type {Array<Application>}
22
+ * @memberof ApplicationList
23
+ */
24
+ 'applications'?: Array<Application> | null;
25
+ }
26
+ //# sourceMappingURL=application-list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-list.d.ts","sourceRoot":"","sources":["../../src/models/application-list.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC;CAC9C"}
@@ -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,50 @@
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 { ApplicationList } from './application-list';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ApplicationPage
17
+ */
18
+ export interface ApplicationPage {
19
+ /**
20
+ *
21
+ * @type {ApplicationList}
22
+ * @memberof ApplicationPage
23
+ */
24
+ 'embedded'?: ApplicationList;
25
+ /**
26
+ *
27
+ * @type {number}
28
+ * @memberof ApplicationPage
29
+ */
30
+ 'page'?: number | null;
31
+ /**
32
+ *
33
+ * @type {number}
34
+ * @memberof ApplicationPage
35
+ */
36
+ 'pageSize'?: number | null;
37
+ /**
38
+ *
39
+ * @type {number}
40
+ * @memberof ApplicationPage
41
+ */
42
+ 'totalItems'?: number | null;
43
+ /**
44
+ *
45
+ * @type {number}
46
+ * @memberof ApplicationPage
47
+ */
48
+ 'totalPages'?: number | null;
49
+ }
50
+ //# sourceMappingURL=application-page.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-page.d.ts","sourceRoot":"","sources":["../../src/models/application-page.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAErD;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,eAAe,CAAC;IAC7B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;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,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 Application
18
+ */
19
+ export interface Application {
20
+ /**
21
+ *
22
+ * @type {ApplicationCapabilities}
23
+ * @memberof Application
24
+ */
25
+ 'capabilities'?: ApplicationCapabilities;
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof Application
30
+ */
31
+ 'id'?: string | null;
32
+ /**
33
+ *
34
+ * @type {Keys}
35
+ * @memberof Application
36
+ */
37
+ 'keys'?: Keys;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof Application
42
+ */
43
+ 'name'?: string | null;
44
+ }
45
+ //# sourceMappingURL=application.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application.d.ts","sourceRoot":"","sources":["../../src/models/application.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,WAAW;IACxB;;;;OAIG;IACH,cAAc,CAAC,EAAE,uBAAuB,CAAC;IACzC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,MAAM,CAAC,EAAE,IAAI,CAAC;IACd;;;;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,55 @@
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 BalanceTransfers
16
+ */
17
+ export interface BalanceTransfers {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof BalanceTransfers
22
+ */
23
+ 'from'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof BalanceTransfers
28
+ */
29
+ 'to'?: string | null;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof BalanceTransfers
34
+ */
35
+ 'amount'?: number;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof BalanceTransfers
40
+ */
41
+ 'reference'?: string | null;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof BalanceTransfers
46
+ */
47
+ 'id'?: string | null;
48
+ /**
49
+ *
50
+ * @type {Date}
51
+ * @memberof BalanceTransfers
52
+ */
53
+ 'createdAt'?: Date;
54
+ }
55
+ //# sourceMappingURL=balance-transfers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"balance-transfers.d.ts","sourceRoot":"","sources":["../../src/models/balance-transfers.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;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,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;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 Balance
16
+ */
17
+ export interface Balance {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof Balance
22
+ */
23
+ 'value'?: number;
24
+ /**
25
+ *
26
+ * @type {boolean}
27
+ * @memberof Balance
28
+ */
29
+ 'autoReload'?: boolean;
30
+ }
31
+ //# sourceMappingURL=balance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"balance.d.ts","sourceRoot":"","sources":["../../src/models/balance.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,OAAO;IACpB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,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,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 BuyNumberCommand
16
+ */
17
+ export interface BuyNumberCommand {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof BuyNumberCommand
22
+ */
23
+ 'country'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof BuyNumberCommand
28
+ */
29
+ 'msisdn'?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof BuyNumberCommand
34
+ */
35
+ 'targetApiKey'?: string | null;
36
+ }
37
+ //# sourceMappingURL=buy-number-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"buy-number-command.d.ts","sourceRoot":"","sources":["../../src/models/buy-number-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAClC"}
@@ -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 CancelNumberCommand
16
+ */
17
+ export interface CancelNumberCommand {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof CancelNumberCommand
22
+ */
23
+ 'country'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof CancelNumberCommand
28
+ */
29
+ 'msisdn'?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof CancelNumberCommand
34
+ */
35
+ 'targetApiKey'?: string | null;
36
+ }
37
+ //# sourceMappingURL=cancel-number-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cancel-number-command.d.ts","sourceRoot":"","sources":["../../src/models/cancel-number-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAClC"}
@@ -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,39 @@
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 CreateApplicationCommand
18
+ */
19
+ export interface CreateApplicationCommand {
20
+ /**
21
+ *
22
+ * @type {string}
23
+ * @memberof CreateApplicationCommand
24
+ */
25
+ 'name'?: string | null;
26
+ /**
27
+ *
28
+ * @type {ApplicationCapabilities}
29
+ * @memberof CreateApplicationCommand
30
+ */
31
+ 'capabilities'?: ApplicationCapabilities;
32
+ /**
33
+ *
34
+ * @type {Keys}
35
+ * @memberof CreateApplicationCommand
36
+ */
37
+ 'keys'?: Keys;
38
+ }
39
+ //# sourceMappingURL=create-application-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-application-command.d.ts","sourceRoot":"","sources":["../../src/models/create-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,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 });
@@ -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 CreateSecretCommand
16
+ */
17
+ export interface CreateSecretCommand {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof CreateSecretCommand
22
+ */
23
+ 'apiKey'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof CreateSecretCommand
28
+ */
29
+ 'secret'?: string | null;
30
+ }
31
+ //# sourceMappingURL=create-secret-command.d.ts.map