ch-admin-api-client-typescript 5.2.9 → 5.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api/hospitals-api.d.ts +148 -29
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +222 -34
- package/lib/api/vonage-accounts-api.d.ts +610 -0
- package/lib/api/vonage-accounts-api.d.ts.map +1 -0
- package/lib/api/vonage-accounts-api.js +1206 -0
- package/lib/api/vonage-applications-api.d.ts +283 -0
- package/lib/api/vonage-applications-api.d.ts.map +1 -0
- package/lib/api/vonage-applications-api.js +553 -0
- package/lib/api/vonage-numbers-api.d.ts +383 -0
- package/lib/api/vonage-numbers-api.d.ts.map +1 -0
- package/lib/api/vonage-numbers-api.js +622 -0
- package/lib/api/vonage-users-api.d.ts +109 -0
- package/lib/api/vonage-users-api.d.ts.map +1 -0
- package/lib/api/vonage-users-api.js +286 -0
- package/lib/api.d.ts +4 -0
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +4 -0
- package/lib/models/account-settings-result.d.ts +49 -0
- package/lib/models/account-settings-result.d.ts.map +1 -0
- package/lib/models/account-settings-result.js +15 -0
- package/lib/models/application-capabilities.d.ts +61 -0
- package/lib/models/application-capabilities.d.ts.map +1 -0
- package/lib/models/application-capabilities.js +15 -0
- package/lib/models/application-list.d.ts +26 -0
- package/lib/models/application-list.d.ts.map +1 -0
- package/lib/models/application-list.js +15 -0
- package/lib/models/application-page.d.ts +50 -0
- package/lib/models/application-page.d.ts.map +1 -0
- package/lib/models/application-page.js +15 -0
- package/lib/models/application.d.ts +45 -0
- package/lib/models/application.d.ts.map +1 -0
- package/lib/models/application.js +15 -0
- package/lib/models/balance-transfers.d.ts +55 -0
- package/lib/models/balance-transfers.d.ts.map +1 -0
- package/lib/models/balance-transfers.js +15 -0
- package/lib/models/balance.d.ts +31 -0
- package/lib/models/balance.d.ts.map +1 -0
- package/lib/models/balance.js +15 -0
- package/lib/models/buy-number-command.d.ts +37 -0
- package/lib/models/buy-number-command.d.ts.map +1 -0
- package/lib/models/buy-number-command.js +15 -0
- package/lib/models/cancel-number-command.d.ts +37 -0
- package/lib/models/cancel-number-command.d.ts.map +1 -0
- package/lib/models/cancel-number-command.js +15 -0
- package/lib/models/create-application-command.d.ts +39 -0
- package/lib/models/create-application-command.d.ts.map +1 -0
- package/lib/models/create-application-command.js +15 -0
- package/lib/models/create-secret-command.d.ts +31 -0
- package/lib/models/create-secret-command.d.ts.map +1 -0
- package/lib/models/create-secret-command.js +15 -0
- package/lib/models/create-sub-account-command.d.ts +37 -0
- package/lib/models/create-sub-account-command.d.ts.map +1 -0
- package/lib/models/create-sub-account-command.js +15 -0
- package/lib/models/delete-application-command.d.ts +25 -0
- package/lib/models/delete-application-command.d.ts.map +1 -0
- package/lib/models/delete-application-command.js +15 -0
- package/lib/models/first.d.ts +25 -0
- package/lib/models/first.d.ts.map +1 -0
- package/lib/models/first.js +15 -0
- package/lib/models/get-transfer-balance-embeded.d.ts +26 -0
- package/lib/models/get-transfer-balance-embeded.d.ts.map +1 -0
- package/lib/models/get-transfer-balance-embeded.js +15 -0
- package/lib/models/get-transfer-balance-result.d.ts +33 -0
- package/lib/models/get-transfer-balance-result.d.ts.map +1 -0
- package/lib/models/get-transfer-balance-result.js +15 -0
- package/lib/models/get-users-result-embedded.d.ts +26 -0
- package/lib/models/get-users-result-embedded.d.ts.map +1 -0
- package/lib/models/get-users-result-embedded.js +15 -0
- package/lib/models/get-users-result.d.ts +45 -0
- package/lib/models/get-users-result.d.ts.map +1 -0
- package/lib/models/get-users-result.js +15 -0
- package/lib/models/hallinks.d.ts +50 -0
- package/lib/models/hallinks.d.ts.map +1 -0
- package/lib/models/hallinks.js +15 -0
- package/lib/models/index.d.ts +48 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +48 -0
- package/lib/models/keys.d.ts +31 -0
- package/lib/models/keys.d.ts.map +1 -0
- package/lib/models/keys.js +15 -0
- package/lib/models/last.d.ts +25 -0
- package/lib/models/last.d.ts.map +1 -0
- package/lib/models/last.js +15 -0
- package/lib/models/link.d.ts +25 -0
- package/lib/models/link.d.ts.map +1 -0
- package/lib/models/link.js +15 -0
- package/lib/models/links.d.ts +40 -0
- package/lib/models/links.d.ts.map +1 -0
- package/lib/models/links.js +15 -0
- package/lib/models/meetings.d.ts +28 -0
- package/lib/models/meetings.d.ts.map +1 -0
- package/lib/models/meetings.js +15 -0
- package/lib/models/messages.d.ts +28 -0
- package/lib/models/messages.d.ts.map +1 -0
- package/lib/models/messages.js +15 -0
- package/lib/models/number-transaction-response.d.ts +31 -0
- package/lib/models/number-transaction-response.d.ts.map +1 -0
- package/lib/models/number-transaction-response.js +15 -0
- package/lib/models/number.d.ts +49 -0
- package/lib/models/number.d.ts.map +1 -0
- package/lib/models/number.js +15 -0
- package/lib/models/numbers-search-response.d.ts +32 -0
- package/lib/models/numbers-search-response.d.ts.map +1 -0
- package/lib/models/numbers-search-response.js +15 -0
- package/lib/models/primary-account.d.ts +55 -0
- package/lib/models/primary-account.d.ts.map +1 -0
- package/lib/models/primary-account.js +15 -0
- package/lib/models/retrieve-sub-accounts-embedded.d.ts +33 -0
- package/lib/models/retrieve-sub-accounts-embedded.d.ts.map +1 -0
- package/lib/models/retrieve-sub-accounts-embedded.js +15 -0
- package/lib/models/retrieve-sub-accounts-result.d.ts +45 -0
- package/lib/models/retrieve-sub-accounts-result.d.ts.map +1 -0
- package/lib/models/retrieve-sub-accounts-result.js +15 -0
- package/lib/models/rtc.d.ts +28 -0
- package/lib/models/rtc.d.ts.map +1 -0
- package/lib/models/rtc.js +15 -0
- package/lib/models/search-pattern.d.ts +23 -0
- package/lib/models/search-pattern.d.ts.map +1 -0
- package/lib/models/search-pattern.js +26 -0
- package/lib/models/secret-list.d.ts +26 -0
- package/lib/models/secret-list.d.ts.map +1 -0
- package/lib/models/secret-list.js +15 -0
- package/lib/models/secret.d.ts +38 -0
- package/lib/models/secret.d.ts.map +1 -0
- package/lib/models/secret.js +15 -0
- package/lib/models/secrets-request-result.d.ts +33 -0
- package/lib/models/secrets-request-result.d.ts.map +1 -0
- package/lib/models/secrets-request-result.js +15 -0
- package/lib/models/self.d.ts +25 -0
- package/lib/models/self.d.ts.map +1 -0
- package/lib/models/self.js +15 -0
- package/lib/models/sub-account.d.ts +73 -0
- package/lib/models/sub-account.d.ts.map +1 -0
- package/lib/models/sub-account.js +15 -0
- package/lib/models/transfer-balance-command.d.ts +37 -0
- package/lib/models/transfer-balance-command.d.ts.map +1 -0
- package/lib/models/transfer-balance-command.js +15 -0
- package/lib/models/transfer-balance-result.d.ts +68 -0
- package/lib/models/transfer-balance-result.d.ts.map +1 -0
- package/lib/models/transfer-balance-result.js +15 -0
- package/lib/models/update-account-command.d.ts +31 -0
- package/lib/models/update-account-command.d.ts.map +1 -0
- package/lib/models/update-account-command.js +15 -0
- package/lib/models/update-application-command.d.ts +45 -0
- package/lib/models/update-application-command.d.ts.map +1 -0
- package/lib/models/update-application-command.js +15 -0
- package/lib/models/update-number-command.d.ts +67 -0
- package/lib/models/update-number-command.d.ts.map +1 -0
- package/lib/models/update-number-command.js +15 -0
- package/lib/models/vbc.d.ts +28 -0
- package/lib/models/vbc.d.ts.map +1 -0
- package/lib/models/vbc.js +15 -0
- package/lib/models/video.d.ts +28 -0
- package/lib/models/video.d.ts.map +1 -0
- package/lib/models/video.js +15 -0
- package/lib/models/voice.d.ts +28 -0
- package/lib/models/voice.d.ts.map +1 -0
- package/lib/models/voice.js +15 -0
- package/lib/models/vonage-user.d.ts +44 -0
- package/lib/models/vonage-user.d.ts.map +1 -0
- package/lib/models/vonage-user.js +15 -0
- package/lib/models/webhook.d.ts +31 -0
- package/lib/models/webhook.d.ts.map +1 -0
- package/lib/models/webhook.js +15 -0
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +52 -0
- package/src/api/hospitals-api.ts +259 -47
- package/src/api/vonage-accounts-api.ts +1171 -0
- package/src/api/vonage-applications-api.ts +516 -0
- package/src/api/vonage-numbers-api.ts +675 -0
- package/src/api/vonage-users-api.ts +203 -0
- package/src/api.ts +4 -0
- package/src/models/account-settings-result.ts +54 -0
- package/src/models/application-capabilities.ts +78 -0
- package/src/models/application-list.ts +33 -0
- package/src/models/application-page.ts +57 -0
- package/src/models/application.ts +54 -0
- package/src/models/balance-transfers.ts +60 -0
- package/src/models/balance.ts +36 -0
- package/src/models/buy-number-command.ts +42 -0
- package/src/models/cancel-number-command.ts +42 -0
- package/src/models/create-application-command.ts +48 -0
- package/src/models/create-secret-command.ts +36 -0
- package/src/models/create-sub-account-command.ts +42 -0
- package/src/models/delete-application-command.ts +30 -0
- package/src/models/first.ts +30 -0
- package/src/models/get-transfer-balance-embeded.ts +33 -0
- package/src/models/get-transfer-balance-result.ts +42 -0
- package/src/models/get-users-result-embedded.ts +33 -0
- package/src/models/get-users-result.ts +54 -0
- package/src/models/hallinks.ts +57 -0
- package/src/models/index.ts +48 -0
- package/src/models/keys.ts +36 -0
- package/src/models/last.ts +30 -0
- package/src/models/link.ts +30 -0
- package/src/models/links.ts +51 -0
- package/src/models/meetings.ts +33 -0
- package/src/models/messages.ts +33 -0
- package/src/models/number-transaction-response.ts +36 -0
- package/src/models/number.ts +54 -0
- package/src/models/numbers-search-response.ts +39 -0
- package/src/models/primary-account.ts +60 -0
- package/src/models/retrieve-sub-accounts-embedded.ts +42 -0
- package/src/models/retrieve-sub-accounts-result.ts +54 -0
- package/src/models/rtc.ts +33 -0
- package/src/models/search-pattern.ts +32 -0
- package/src/models/secret-list.ts +33 -0
- package/src/models/secret.ts +45 -0
- package/src/models/secrets-request-result.ts +42 -0
- package/src/models/self.ts +30 -0
- package/src/models/sub-account.ts +78 -0
- package/src/models/transfer-balance-command.ts +42 -0
- package/src/models/transfer-balance-result.ts +75 -0
- package/src/models/update-account-command.ts +36 -0
- package/src/models/update-application-command.ts +54 -0
- package/src/models/update-number-command.ts +72 -0
- package/src/models/vbc.ts +33 -0
- package/src/models/video.ts +33 -0
- package/src/models/voice.ts +33 -0
- package/src/models/vonage-user.ts +51 -0
- package/src/models/webhook.ts +36 -0
|
@@ -0,0 +1,48 @@
|
|
|
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 { ApplicationCapabilities } from './application-capabilities';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { Keys } from './keys';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface CreateApplicationCommand
|
|
27
|
+
*/
|
|
28
|
+
export interface CreateApplicationCommand {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof CreateApplicationCommand
|
|
33
|
+
*/
|
|
34
|
+
'name'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {ApplicationCapabilities}
|
|
38
|
+
* @memberof CreateApplicationCommand
|
|
39
|
+
*/
|
|
40
|
+
'capabilities'?: ApplicationCapabilities;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {Keys}
|
|
44
|
+
* @memberof CreateApplicationCommand
|
|
45
|
+
*/
|
|
46
|
+
'keys'?: Keys;
|
|
47
|
+
}
|
|
48
|
+
|
|
@@ -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 CreateSecretCommand
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateSecretCommand {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof CreateSecretCommand
|
|
27
|
+
*/
|
|
28
|
+
'apiKey'?: string | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof CreateSecretCommand
|
|
33
|
+
*/
|
|
34
|
+
'secret'?: string | null;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -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 CreateSubAccountCommand
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateSubAccountCommand {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof CreateSubAccountCommand
|
|
27
|
+
*/
|
|
28
|
+
'name'?: string | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof CreateSubAccountCommand
|
|
33
|
+
*/
|
|
34
|
+
'secret'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {boolean}
|
|
38
|
+
* @memberof CreateSubAccountCommand
|
|
39
|
+
*/
|
|
40
|
+
'usePrimaryAccountBalance'?: 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 DeleteApplicationCommand
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteApplicationCommand {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof DeleteApplicationCommand
|
|
27
|
+
*/
|
|
28
|
+
'applicationId'?: 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 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,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 { VonageUser } from './vonage-user';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface GetUsersResultEmbedded
|
|
24
|
+
*/
|
|
25
|
+
export interface GetUsersResultEmbedded {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<VonageUser>}
|
|
29
|
+
* @memberof GetUsersResultEmbedded
|
|
30
|
+
*/
|
|
31
|
+
'users'?: Array<VonageUser> | null;
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1
|
|
8
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { GetUsersResultEmbedded } from './get-users-result-embedded';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { Links } from './links';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface GetUsersResult
|
|
27
|
+
*/
|
|
28
|
+
export interface GetUsersResult {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof GetUsersResult
|
|
33
|
+
*/
|
|
34
|
+
'pageSsize'?: number;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof GetUsersResult
|
|
39
|
+
*/
|
|
40
|
+
'cursor'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {GetUsersResultEmbedded}
|
|
44
|
+
* @memberof GetUsersResult
|
|
45
|
+
*/
|
|
46
|
+
'embedded'?: GetUsersResultEmbedded;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {Links}
|
|
50
|
+
* @memberof GetUsersResult
|
|
51
|
+
*/
|
|
52
|
+
'links'?: Links;
|
|
53
|
+
}
|
|
54
|
+
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1
|
|
8
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { Link } from './link';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface HALLinks
|
|
24
|
+
*/
|
|
25
|
+
export interface HALLinks {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Link}
|
|
29
|
+
* @memberof HALLinks
|
|
30
|
+
*/
|
|
31
|
+
'self'?: Link;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Link}
|
|
35
|
+
* @memberof HALLinks
|
|
36
|
+
*/
|
|
37
|
+
'next'?: Link;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Link}
|
|
41
|
+
* @memberof HALLinks
|
|
42
|
+
*/
|
|
43
|
+
'prev'?: Link;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Link}
|
|
47
|
+
* @memberof HALLinks
|
|
48
|
+
*/
|
|
49
|
+
'first'?: Link;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {Link}
|
|
53
|
+
* @memberof HALLinks
|
|
54
|
+
*/
|
|
55
|
+
'last'?: Link;
|
|
56
|
+
}
|
|
57
|
+
|
package/src/models/index.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from './about-us-page-item-model';
|
|
2
2
|
export * from './about-us-page-model';
|
|
3
3
|
export * from './about-us-pages-model';
|
|
4
|
+
export * from './account-settings-result';
|
|
4
5
|
export * from './accreditation-item-model';
|
|
5
6
|
export * from './accreditation-model';
|
|
6
7
|
export * from './accreditations-model';
|
|
@@ -8,6 +9,10 @@ export * from './admin-message-model';
|
|
|
8
9
|
export * from './app-version-item-model';
|
|
9
10
|
export * from './app-version-model';
|
|
10
11
|
export * from './app-versions-model';
|
|
12
|
+
export * from './application';
|
|
13
|
+
export * from './application-capabilities';
|
|
14
|
+
export * from './application-list';
|
|
15
|
+
export * from './application-page';
|
|
11
16
|
export * from './appointment-change-log-model';
|
|
12
17
|
export * from './appointment-item-model';
|
|
13
18
|
export * from './appointment-model';
|
|
@@ -35,6 +40,8 @@ export * from './article-tags-model';
|
|
|
35
40
|
export * from './articles-model';
|
|
36
41
|
export * from './auditable-entity';
|
|
37
42
|
export * from './auditable-entity-model';
|
|
43
|
+
export * from './balance';
|
|
44
|
+
export * from './balance-transfers';
|
|
38
45
|
export * from './batch-add-appointment-timetable-model';
|
|
39
46
|
export * from './batch-add-hospital-consultation-timetable-model';
|
|
40
47
|
export * from './batch-appointment-timetables-result-model';
|
|
@@ -53,12 +60,14 @@ export * from './booking-item-model';
|
|
|
53
60
|
export * from './booking-model';
|
|
54
61
|
export * from './booking-status';
|
|
55
62
|
export * from './bookings-model';
|
|
63
|
+
export * from './buy-number-command';
|
|
56
64
|
export * from './chadmin-item-model';
|
|
57
65
|
export * from './chadmin-model';
|
|
58
66
|
export * from './chadmins-model';
|
|
59
67
|
export * from './chmanager-item-model';
|
|
60
68
|
export * from './chmanager-model';
|
|
61
69
|
export * from './chmanagers-model';
|
|
70
|
+
export * from './cancel-number-command';
|
|
62
71
|
export * from './change-email-command';
|
|
63
72
|
export * from './chat-user-model';
|
|
64
73
|
export * from './chat-users-model';
|
|
@@ -83,6 +92,7 @@ export * from './country-model';
|
|
|
83
92
|
export * from './create-about-us-page-command';
|
|
84
93
|
export * from './create-accreditation-command';
|
|
85
94
|
export * from './create-app-version-command';
|
|
95
|
+
export * from './create-application-command';
|
|
86
96
|
export * from './create-article-command';
|
|
87
97
|
export * from './create-article-contributor-command';
|
|
88
98
|
export * from './create-article-source-command';
|
|
@@ -128,10 +138,12 @@ export * from './create-plan-command';
|
|
|
128
138
|
export * from './create-plan-hospital-command';
|
|
129
139
|
export * from './create-policy-command';
|
|
130
140
|
export * from './create-profile-command';
|
|
141
|
+
export * from './create-secret-command';
|
|
131
142
|
export * from './create-service-category-command';
|
|
132
143
|
export * from './create-service-review-command';
|
|
133
144
|
export * from './create-specialty-command';
|
|
134
145
|
export * from './create-specialty-type-command';
|
|
146
|
+
export * from './create-sub-account-command';
|
|
135
147
|
export * from './create-survey-form-command';
|
|
136
148
|
export * from './create-tag-command';
|
|
137
149
|
export * from './create-template-version-command';
|
|
@@ -148,6 +160,7 @@ export * from './deal-service-model';
|
|
|
148
160
|
export * from './deal-services-model';
|
|
149
161
|
export * from './deals-model';
|
|
150
162
|
export * from './deals-simple-model';
|
|
163
|
+
export * from './delete-application-command';
|
|
151
164
|
export * from './delete-hospital-consultation-timetable-override-command';
|
|
152
165
|
export * from './doctor-affiliation-item-model';
|
|
153
166
|
export * from './doctor-affiliation-model';
|
|
@@ -182,14 +195,20 @@ export * from './faq-tag-model';
|
|
|
182
195
|
export * from './faq-tags-model';
|
|
183
196
|
export * from './faqs-model';
|
|
184
197
|
export * from './feature-model';
|
|
198
|
+
export * from './first';
|
|
185
199
|
export * from './footer-navigation-item-model';
|
|
186
200
|
export * from './gender';
|
|
201
|
+
export * from './get-transfer-balance-embeded';
|
|
202
|
+
export * from './get-transfer-balance-result';
|
|
203
|
+
export * from './get-users-result';
|
|
204
|
+
export * from './get-users-result-embedded';
|
|
187
205
|
export * from './grade-item-model';
|
|
188
206
|
export * from './grade-model';
|
|
189
207
|
export * from './grade-targets';
|
|
190
208
|
export * from './grades-model';
|
|
191
209
|
export * from './group-channel';
|
|
192
210
|
export * from './group-channel-list';
|
|
211
|
+
export * from './hallinks';
|
|
193
212
|
export * from './header-navigation-item-model';
|
|
194
213
|
export * from './hospital-accreditation-item-model';
|
|
195
214
|
export * from './hospital-accreditation-model';
|
|
@@ -229,13 +248,17 @@ export * from './hospitals-simple-model';
|
|
|
229
248
|
export * from './http-status-code';
|
|
230
249
|
export * from './invite-send-bird-group-channel-command';
|
|
231
250
|
export * from './jtoken';
|
|
251
|
+
export * from './keys';
|
|
232
252
|
export * from './landing-item-model';
|
|
233
253
|
export * from './landing-model';
|
|
234
254
|
export * from './landings-model';
|
|
235
255
|
export * from './language-item-model';
|
|
236
256
|
export * from './language-model';
|
|
237
257
|
export * from './languages-model';
|
|
258
|
+
export * from './last';
|
|
238
259
|
export * from './leaved-group-channels-model';
|
|
260
|
+
export * from './link';
|
|
261
|
+
export * from './links';
|
|
239
262
|
export * from './localized-url-model';
|
|
240
263
|
export * from './location-model';
|
|
241
264
|
export * from './manager-affiliation-item-model';
|
|
@@ -248,6 +271,7 @@ export * from './marketing-type';
|
|
|
248
271
|
export * from './media-model';
|
|
249
272
|
export * from './media-type';
|
|
250
273
|
export * from './medias-model';
|
|
274
|
+
export * from './meetings';
|
|
251
275
|
export * from './member-model';
|
|
252
276
|
export * from './members-model';
|
|
253
277
|
export * from './membership-item-model';
|
|
@@ -255,11 +279,15 @@ export * from './membership-model';
|
|
|
255
279
|
export * from './memberships-model';
|
|
256
280
|
export * from './mention-type';
|
|
257
281
|
export * from './message-type';
|
|
282
|
+
export * from './messages';
|
|
258
283
|
export * from './metadata';
|
|
259
284
|
export * from './model-file';
|
|
260
285
|
export * from './notification-code';
|
|
261
286
|
export * from './notification-model';
|
|
262
287
|
export * from './notifications-model';
|
|
288
|
+
export * from './number';
|
|
289
|
+
export * from './number-transaction-response';
|
|
290
|
+
export * from './numbers-search-response';
|
|
263
291
|
export * from './paged-list-meta-data';
|
|
264
292
|
export * from './patient-item-model';
|
|
265
293
|
export * from './patient-model';
|
|
@@ -274,6 +302,7 @@ export * from './platform';
|
|
|
274
302
|
export * from './policies-model';
|
|
275
303
|
export * from './policy-item-model';
|
|
276
304
|
export * from './policy-model';
|
|
305
|
+
export * from './primary-account';
|
|
277
306
|
export * from './problem-details';
|
|
278
307
|
export * from './procedure';
|
|
279
308
|
export * from './recurring-interval';
|
|
@@ -282,7 +311,10 @@ export * from './reject-appointment-command';
|
|
|
282
311
|
export * from './reject-booking-command';
|
|
283
312
|
export * from './reject-consultation-command';
|
|
284
313
|
export * from './reject-reason';
|
|
314
|
+
export * from './retrieve-sub-accounts-embedded';
|
|
315
|
+
export * from './retrieve-sub-accounts-result';
|
|
285
316
|
export * from './review-type';
|
|
317
|
+
export * from './rtc';
|
|
286
318
|
export * from './save-appointment-timetable-override-model';
|
|
287
319
|
export * from './save-appointment-timetable-overrides-result-model';
|
|
288
320
|
export * from './save-deal-appointment-timetable-overrides-command';
|
|
@@ -298,10 +330,15 @@ export * from './save-hospital-consultation-timetable-overrides-command';
|
|
|
298
330
|
export * from './save-hospital-specialty-appointment-timetable-overrides-command';
|
|
299
331
|
export * from './save-service-appointment-timetable-overrides-command';
|
|
300
332
|
export * from './search-index-type';
|
|
333
|
+
export * from './search-pattern';
|
|
334
|
+
export * from './secret';
|
|
335
|
+
export * from './secret-list';
|
|
336
|
+
export * from './secrets-request-result';
|
|
301
337
|
export * from './secure-container-item-model';
|
|
302
338
|
export * from './secure-container-model';
|
|
303
339
|
export * from './secure-containers-model';
|
|
304
340
|
export * from './secure-file-model';
|
|
341
|
+
export * from './self';
|
|
305
342
|
export * from './send-bird-group-channel-member';
|
|
306
343
|
export * from './send-bird-group-channel-model';
|
|
307
344
|
export * from './send-bird-group-channelr-operator';
|
|
@@ -331,6 +368,7 @@ export * from './specialty-types-model';
|
|
|
331
368
|
export * from './specialty-types-simple-model';
|
|
332
369
|
export * from './string-filter-types';
|
|
333
370
|
export * from './string-string-ienumerable-key-value-pair';
|
|
371
|
+
export * from './sub-account';
|
|
334
372
|
export * from './subscription-model';
|
|
335
373
|
export * from './survey-form-element-input-model';
|
|
336
374
|
export * from './survey-form-element-model';
|
|
@@ -354,13 +392,17 @@ export * from './template-version-item-model';
|
|
|
354
392
|
export * from './template-version-model';
|
|
355
393
|
export * from './template-versions-model';
|
|
356
394
|
export * from './text-message';
|
|
395
|
+
export * from './transfer-balance-command';
|
|
396
|
+
export * from './transfer-balance-result';
|
|
357
397
|
export * from './translate-all-options';
|
|
358
398
|
export * from './translate-command';
|
|
359
399
|
export * from './translate-doctor-affiliation-command';
|
|
360
400
|
export * from './translate-hospital-command';
|
|
361
401
|
export * from './update-about-us-page-command';
|
|
402
|
+
export * from './update-account-command';
|
|
362
403
|
export * from './update-accreditation-command';
|
|
363
404
|
export * from './update-app-version-command';
|
|
405
|
+
export * from './update-application-command';
|
|
364
406
|
export * from './update-article-command';
|
|
365
407
|
export * from './update-article-contributor-command';
|
|
366
408
|
export * from './update-article-source-command';
|
|
@@ -396,6 +438,7 @@ export * from './update-landing-command';
|
|
|
396
438
|
export * from './update-language-command';
|
|
397
439
|
export * from './update-manager-command';
|
|
398
440
|
export * from './update-media-command';
|
|
441
|
+
export * from './update-number-command';
|
|
399
442
|
export * from './update-patient-command';
|
|
400
443
|
export * from './update-plan-command';
|
|
401
444
|
export * from './update-plan-hospital-command';
|
|
@@ -412,6 +455,11 @@ export * from './user-language-model';
|
|
|
412
455
|
export * from './user-location-model';
|
|
413
456
|
export * from './user-location-type';
|
|
414
457
|
export * from './user-model';
|
|
458
|
+
export * from './vbc';
|
|
459
|
+
export * from './video';
|
|
460
|
+
export * from './voice';
|
|
461
|
+
export * from './vonage-user';
|
|
462
|
+
export * from './webhook';
|
|
415
463
|
export * from './working-day-item-model';
|
|
416
464
|
export * from './working-day-model';
|
|
417
465
|
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
|
+
|