@l7mp/tivadar-ai-api-sdk 0.2.19 → 0.2.21
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/dist/api-client.d.ts +36 -1
- package/dist/api-client.js +13 -0
- package/dist/apis/AdminSIPApi.d.ts +16 -1
- package/dist/apis/AdminSIPApi.js +43 -0
- package/dist/apis/OrganizationsApi.d.ts +40 -1
- package/dist/apis/OrganizationsApi.js +117 -0
- package/dist/apis/ProfileApi.d.ts +53 -1
- package/dist/apis/ProfileApi.js +181 -0
- package/dist/esm/api-client.d.ts +36 -1
- package/dist/esm/api-client.js +13 -0
- package/dist/esm/apis/AdminSIPApi.d.ts +16 -1
- package/dist/esm/apis/AdminSIPApi.js +44 -1
- package/dist/esm/apis/OrganizationsApi.d.ts +40 -1
- package/dist/esm/apis/OrganizationsApi.js +118 -1
- package/dist/esm/apis/ProfileApi.d.ts +53 -1
- package/dist/esm/apis/ProfileApi.js +182 -1
- package/dist/esm/models/AccountDeletionBlocker.d.ts +44 -0
- package/dist/esm/models/AccountDeletionBlocker.js +51 -0
- package/dist/esm/models/AccountDeletionStatus.d.ts +50 -0
- package/dist/esm/models/AccountDeletionStatus.js +49 -0
- package/dist/esm/models/AdminSipReconcilePostRequest.d.ts +38 -0
- package/dist/esm/models/AdminSipReconcilePostRequest.js +43 -0
- package/dist/esm/models/Organization.d.ts +7 -0
- package/dist/esm/models/Organization.js +3 -0
- package/dist/esm/models/OrganizationDeletionBillingBlock.d.ts +44 -0
- package/dist/esm/models/OrganizationDeletionBillingBlock.js +51 -0
- package/dist/esm/models/OrganizationDeletionStatus.d.ts +56 -0
- package/dist/esm/models/OrganizationDeletionStatus.js +51 -0
- package/dist/esm/models/OrganizationsOrganizationIdDeletionPost409Response.d.ts +39 -0
- package/dist/esm/models/OrganizationsOrganizationIdDeletionPost409Response.js +44 -0
- package/dist/esm/models/OrganizationsOrganizationIdDeletionPost409ResponseError.d.ts +45 -0
- package/dist/esm/models/OrganizationsOrganizationIdDeletionPost409ResponseError.js +46 -0
- package/dist/esm/models/OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails.d.ts +33 -0
- package/dist/esm/models/OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails.js +42 -0
- package/dist/esm/models/Profile.d.ts +69 -0
- package/dist/esm/models/Profile.js +66 -0
- package/dist/esm/models/ProfileDeletionPost409Response.d.ts +39 -0
- package/dist/esm/models/ProfileDeletionPost409Response.js +44 -0
- package/dist/esm/models/ProfileDeletionPost409ResponseError.d.ts +45 -0
- package/dist/esm/models/ProfileDeletionPost409ResponseError.js +46 -0
- package/dist/esm/models/ProfileDeletionPost409ResponseErrorDetails.d.ts +33 -0
- package/dist/esm/models/ProfileDeletionPost409ResponseErrorDetails.js +42 -0
- package/dist/esm/models/ProfileDeletionPostRequest.d.ts +45 -0
- package/dist/esm/models/ProfileDeletionPostRequest.js +51 -0
- package/dist/esm/models/ProfileUpdate.d.ts +44 -0
- package/dist/esm/models/ProfileUpdate.js +45 -0
- package/dist/esm/models/SipReconciliationReport.d.ts +80 -0
- package/dist/esm/models/SipReconciliationReport.js +61 -0
- package/dist/esm/models/SipReconciliationReportDeleted.d.ts +44 -0
- package/dist/esm/models/SipReconciliationReportDeleted.js +45 -0
- package/dist/esm/models/SipReconciliationReportFailedInner.d.ts +53 -0
- package/dist/esm/models/SipReconciliationReportFailedInner.js +53 -0
- package/dist/esm/models/SipReconciliationReportMissingDispatchRulesInner.d.ts +44 -0
- package/dist/esm/models/SipReconciliationReportMissingDispatchRulesInner.js +45 -0
- package/dist/esm/models/SipReconciliationReportMissingTrunksInner.d.ts +44 -0
- package/dist/esm/models/SipReconciliationReportMissingTrunksInner.js +45 -0
- package/dist/esm/models/SipReconciliationReportOrphanDispatchRulesInner.d.ts +44 -0
- package/dist/esm/models/SipReconciliationReportOrphanDispatchRulesInner.js +45 -0
- package/dist/esm/models/SipReconciliationReportOrphanTrunksInner.d.ts +44 -0
- package/dist/esm/models/SipReconciliationReportOrphanTrunksInner.js +45 -0
- package/dist/esm/models/SubscriptionStatus.d.ts +6 -0
- package/dist/esm/models/SubscriptionStatus.js +2 -0
- package/dist/esm/models/index.d.ts +21 -0
- package/dist/esm/models/index.js +21 -0
- package/dist/models/AccountDeletionBlocker.d.ts +44 -0
- package/dist/models/AccountDeletionBlocker.js +58 -0
- package/dist/models/AccountDeletionStatus.d.ts +50 -0
- package/dist/models/AccountDeletionStatus.js +56 -0
- package/dist/models/AdminSipReconcilePostRequest.d.ts +38 -0
- package/dist/models/AdminSipReconcilePostRequest.js +50 -0
- package/dist/models/Organization.d.ts +7 -0
- package/dist/models/Organization.js +3 -0
- package/dist/models/OrganizationDeletionBillingBlock.d.ts +44 -0
- package/dist/models/OrganizationDeletionBillingBlock.js +58 -0
- package/dist/models/OrganizationDeletionStatus.d.ts +56 -0
- package/dist/models/OrganizationDeletionStatus.js +58 -0
- package/dist/models/OrganizationsOrganizationIdDeletionPost409Response.d.ts +39 -0
- package/dist/models/OrganizationsOrganizationIdDeletionPost409Response.js +51 -0
- package/dist/models/OrganizationsOrganizationIdDeletionPost409ResponseError.d.ts +45 -0
- package/dist/models/OrganizationsOrganizationIdDeletionPost409ResponseError.js +53 -0
- package/dist/models/OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails.d.ts +33 -0
- package/dist/models/OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails.js +49 -0
- package/dist/models/Profile.d.ts +69 -0
- package/dist/models/Profile.js +73 -0
- package/dist/models/ProfileDeletionPost409Response.d.ts +39 -0
- package/dist/models/ProfileDeletionPost409Response.js +51 -0
- package/dist/models/ProfileDeletionPost409ResponseError.d.ts +45 -0
- package/dist/models/ProfileDeletionPost409ResponseError.js +53 -0
- package/dist/models/ProfileDeletionPost409ResponseErrorDetails.d.ts +33 -0
- package/dist/models/ProfileDeletionPost409ResponseErrorDetails.js +49 -0
- package/dist/models/ProfileDeletionPostRequest.d.ts +45 -0
- package/dist/models/ProfileDeletionPostRequest.js +59 -0
- package/dist/models/ProfileUpdate.d.ts +44 -0
- package/dist/models/ProfileUpdate.js +52 -0
- package/dist/models/SipReconciliationReport.d.ts +80 -0
- package/dist/models/SipReconciliationReport.js +68 -0
- package/dist/models/SipReconciliationReportDeleted.d.ts +44 -0
- package/dist/models/SipReconciliationReportDeleted.js +52 -0
- package/dist/models/SipReconciliationReportFailedInner.d.ts +53 -0
- package/dist/models/SipReconciliationReportFailedInner.js +61 -0
- package/dist/models/SipReconciliationReportMissingDispatchRulesInner.d.ts +44 -0
- package/dist/models/SipReconciliationReportMissingDispatchRulesInner.js +52 -0
- package/dist/models/SipReconciliationReportMissingTrunksInner.d.ts +44 -0
- package/dist/models/SipReconciliationReportMissingTrunksInner.js +52 -0
- package/dist/models/SipReconciliationReportOrphanDispatchRulesInner.d.ts +44 -0
- package/dist/models/SipReconciliationReportOrphanDispatchRulesInner.js +52 -0
- package/dist/models/SipReconciliationReportOrphanTrunksInner.d.ts +44 -0
- package/dist/models/SipReconciliationReportOrphanTrunksInner.js +52 -0
- package/dist/models/SubscriptionStatus.d.ts +6 -0
- package/dist/models/SubscriptionStatus.js +2 -0
- package/dist/models/index.d.ts +21 -0
- package/dist/models/index.js +21 -0
- package/package.json +1 -1
- package/src/api-client.ts +47 -0
- package/src/apis/AdminSIPApi.ts +62 -0
- package/src/apis/OrganizationsApi.ts +159 -0
- package/src/apis/ProfileApi.ts +234 -0
- package/src/models/AccountDeletionBlocker.ts +84 -0
- package/src/models/AccountDeletionStatus.ts +90 -0
- package/src/models/AdminSipReconcilePostRequest.ts +73 -0
- package/src/models/Organization.ts +16 -0
- package/src/models/OrganizationDeletionBillingBlock.ts +84 -0
- package/src/models/OrganizationDeletionStatus.ts +98 -0
- package/src/models/OrganizationsOrganizationIdDeletionPost409Response.ts +81 -0
- package/src/models/OrganizationsOrganizationIdDeletionPost409ResponseError.ts +89 -0
- package/src/models/OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails.ts +73 -0
- package/src/models/Profile.ts +127 -0
- package/src/models/ProfileDeletionPost409Response.ts +81 -0
- package/src/models/ProfileDeletionPost409ResponseError.ts +89 -0
- package/src/models/ProfileDeletionPost409ResponseErrorDetails.ts +73 -0
- package/src/models/ProfileDeletionPostRequest.ts +84 -0
- package/src/models/ProfileUpdate.ts +81 -0
- package/src/models/SipReconciliationReport.ts +164 -0
- package/src/models/SipReconciliationReportDeleted.ts +81 -0
- package/src/models/SipReconciliationReportFailedInner.ts +93 -0
- package/src/models/SipReconciliationReportMissingDispatchRulesInner.ts +81 -0
- package/src/models/SipReconciliationReportMissingTrunksInner.ts +81 -0
- package/src/models/SipReconciliationReportOrphanDispatchRulesInner.ts +81 -0
- package/src/models/SipReconciliationReportOrphanTrunksInner.ts +81 -0
- package/src/models/SubscriptionStatus.ts +8 -0
- package/src/models/index.ts +21 -0
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tivadar AI Backend API
|
|
3
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
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 SipReconciliationReportOrphanTrunksInner
|
|
16
|
+
*/
|
|
17
|
+
export interface SipReconciliationReportOrphanTrunksInner {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SipReconciliationReportOrphanTrunksInner
|
|
22
|
+
*/
|
|
23
|
+
id?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SipReconciliationReportOrphanTrunksInner
|
|
28
|
+
*/
|
|
29
|
+
name?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {Array<string>}
|
|
33
|
+
* @memberof SipReconciliationReportOrphanTrunksInner
|
|
34
|
+
*/
|
|
35
|
+
numbers?: Array<string>;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the SipReconciliationReportOrphanTrunksInner interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfSipReconciliationReportOrphanTrunksInner(value: object): value is SipReconciliationReportOrphanTrunksInner;
|
|
41
|
+
export declare function SipReconciliationReportOrphanTrunksInnerFromJSON(json: any): SipReconciliationReportOrphanTrunksInner;
|
|
42
|
+
export declare function SipReconciliationReportOrphanTrunksInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): SipReconciliationReportOrphanTrunksInner;
|
|
43
|
+
export declare function SipReconciliationReportOrphanTrunksInnerToJSON(json: any): SipReconciliationReportOrphanTrunksInner;
|
|
44
|
+
export declare function SipReconciliationReportOrphanTrunksInnerToJSONTyped(value?: SipReconciliationReportOrphanTrunksInner | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Tivadar AI Backend API
|
|
5
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
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
|
+
* Check if a given object implements the SipReconciliationReportOrphanTrunksInner interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfSipReconciliationReportOrphanTrunksInner(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function SipReconciliationReportOrphanTrunksInnerFromJSON(json) {
|
|
21
|
+
return SipReconciliationReportOrphanTrunksInnerFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function SipReconciliationReportOrphanTrunksInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
29
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
30
|
+
'numbers': json['numbers'] == null ? undefined : json['numbers'],
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
export function SipReconciliationReportOrphanTrunksInnerToJSON(json) {
|
|
34
|
+
return SipReconciliationReportOrphanTrunksInnerToJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
export function SipReconciliationReportOrphanTrunksInnerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
+
if (value == null) {
|
|
38
|
+
return value;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'id': value['id'],
|
|
42
|
+
'name': value['name'],
|
|
43
|
+
'numbers': value['numbers'],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -29,6 +29,12 @@ export interface SubscriptionStatus {
|
|
|
29
29
|
* @memberof SubscriptionStatus
|
|
30
30
|
*/
|
|
31
31
|
organizationId?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Organization display name. Populated in admin subscription listings.
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof SubscriptionStatus
|
|
36
|
+
*/
|
|
37
|
+
organization_name?: string | null;
|
|
32
38
|
/**
|
|
33
39
|
*
|
|
34
40
|
* @type {string}
|
|
@@ -57,6 +57,7 @@ export function SubscriptionStatusFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
57
57
|
return {
|
|
58
58
|
'id': json['id'] == null ? undefined : json['id'],
|
|
59
59
|
'organizationId': json['organizationId'] == null ? undefined : json['organizationId'],
|
|
60
|
+
'organization_name': json['organization_name'] == null ? undefined : json['organization_name'],
|
|
60
61
|
'status': json['status'],
|
|
61
62
|
'isActive': json['isActive'],
|
|
62
63
|
'billingInterval': json['billingInterval'] == null ? undefined : json['billingInterval'],
|
|
@@ -83,6 +84,7 @@ export function SubscriptionStatusToJSONTyped(value, ignoreDiscriminator = false
|
|
|
83
84
|
return {
|
|
84
85
|
'id': value['id'],
|
|
85
86
|
'organizationId': value['organizationId'],
|
|
87
|
+
'organization_name': value['organization_name'],
|
|
86
88
|
'status': value['status'],
|
|
87
89
|
'isActive': value['isActive'],
|
|
88
90
|
'billingInterval': value['billingInterval'],
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export * from './AccountDeletionBlocker';
|
|
2
|
+
export * from './AccountDeletionStatus';
|
|
1
3
|
export * from './AdminDispatchRuleCreate';
|
|
2
4
|
export * from './AdminGrantMinutesRequest';
|
|
3
5
|
export * from './AdminPhoneNumberAssign';
|
|
@@ -5,6 +7,7 @@ export * from './AdminPhoneNumberDetail';
|
|
|
5
7
|
export * from './AdminPhoneNumberUpdate';
|
|
6
8
|
export * from './AdminPhoneNumbersListResponse';
|
|
7
9
|
export * from './AdminSetSubscriptionRequest';
|
|
10
|
+
export * from './AdminSipReconcilePostRequest';
|
|
8
11
|
export * from './AdminSipTrunkCreate';
|
|
9
12
|
export * from './AdminSipTrunkDetail';
|
|
10
13
|
export * from './AdminSipTrunksListResponse';
|
|
@@ -64,8 +67,13 @@ export * from './NotificationType';
|
|
|
64
67
|
export * from './NotificationUpdate';
|
|
65
68
|
export * from './Organization';
|
|
66
69
|
export * from './OrganizationCreate';
|
|
70
|
+
export * from './OrganizationDeletionBillingBlock';
|
|
71
|
+
export * from './OrganizationDeletionStatus';
|
|
67
72
|
export * from './OrganizationUpdate';
|
|
68
73
|
export * from './OrganizationsOrganizationIdConversationsGet200Response';
|
|
74
|
+
export * from './OrganizationsOrganizationIdDeletionPost409Response';
|
|
75
|
+
export * from './OrganizationsOrganizationIdDeletionPost409ResponseError';
|
|
76
|
+
export * from './OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails';
|
|
69
77
|
export * from './OrganizationsOrganizationIdEmbeddingProvidersGet200ResponseInner';
|
|
70
78
|
export * from './OrganizationsOrganizationIdLlmProvidersGet200ResponseInner';
|
|
71
79
|
export * from './OrganizationsOrganizationIdNotificationsGet200Response';
|
|
@@ -92,6 +100,12 @@ export * from './PlanCatalogEntry';
|
|
|
92
100
|
export * from './PlanCatalogEntryOverageInner';
|
|
93
101
|
export * from './PlanCatalogPrice';
|
|
94
102
|
export * from './ProcessOrdersResult';
|
|
103
|
+
export * from './Profile';
|
|
104
|
+
export * from './ProfileDeletionPost409Response';
|
|
105
|
+
export * from './ProfileDeletionPost409ResponseError';
|
|
106
|
+
export * from './ProfileDeletionPost409ResponseErrorDetails';
|
|
107
|
+
export * from './ProfileDeletionPostRequest';
|
|
108
|
+
export * from './ProfileUpdate';
|
|
95
109
|
export * from './RagConfig';
|
|
96
110
|
export * from './RagConfigCreate';
|
|
97
111
|
export * from './RagDocument';
|
|
@@ -100,6 +114,13 @@ export * from './RagDocumentChunkList';
|
|
|
100
114
|
export * from './RagDocumentList';
|
|
101
115
|
export * from './RecordingSignedUrl';
|
|
102
116
|
export * from './SandboxToken';
|
|
117
|
+
export * from './SipReconciliationReport';
|
|
118
|
+
export * from './SipReconciliationReportDeleted';
|
|
119
|
+
export * from './SipReconciliationReportFailedInner';
|
|
120
|
+
export * from './SipReconciliationReportMissingDispatchRulesInner';
|
|
121
|
+
export * from './SipReconciliationReportMissingTrunksInner';
|
|
122
|
+
export * from './SipReconciliationReportOrphanDispatchRulesInner';
|
|
123
|
+
export * from './SipReconciliationReportOrphanTrunksInner';
|
|
103
124
|
export * from './SipTrunk';
|
|
104
125
|
export * from './SipTrunkCreate';
|
|
105
126
|
export * from './SipTrunkWithAgent';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
+
export * from './AccountDeletionBlocker';
|
|
4
|
+
export * from './AccountDeletionStatus';
|
|
3
5
|
export * from './AdminDispatchRuleCreate';
|
|
4
6
|
export * from './AdminGrantMinutesRequest';
|
|
5
7
|
export * from './AdminPhoneNumberAssign';
|
|
@@ -7,6 +9,7 @@ export * from './AdminPhoneNumberDetail';
|
|
|
7
9
|
export * from './AdminPhoneNumberUpdate';
|
|
8
10
|
export * from './AdminPhoneNumbersListResponse';
|
|
9
11
|
export * from './AdminSetSubscriptionRequest';
|
|
12
|
+
export * from './AdminSipReconcilePostRequest';
|
|
10
13
|
export * from './AdminSipTrunkCreate';
|
|
11
14
|
export * from './AdminSipTrunkDetail';
|
|
12
15
|
export * from './AdminSipTrunksListResponse';
|
|
@@ -66,8 +69,13 @@ export * from './NotificationType';
|
|
|
66
69
|
export * from './NotificationUpdate';
|
|
67
70
|
export * from './Organization';
|
|
68
71
|
export * from './OrganizationCreate';
|
|
72
|
+
export * from './OrganizationDeletionBillingBlock';
|
|
73
|
+
export * from './OrganizationDeletionStatus';
|
|
69
74
|
export * from './OrganizationUpdate';
|
|
70
75
|
export * from './OrganizationsOrganizationIdConversationsGet200Response';
|
|
76
|
+
export * from './OrganizationsOrganizationIdDeletionPost409Response';
|
|
77
|
+
export * from './OrganizationsOrganizationIdDeletionPost409ResponseError';
|
|
78
|
+
export * from './OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails';
|
|
71
79
|
export * from './OrganizationsOrganizationIdEmbeddingProvidersGet200ResponseInner';
|
|
72
80
|
export * from './OrganizationsOrganizationIdLlmProvidersGet200ResponseInner';
|
|
73
81
|
export * from './OrganizationsOrganizationIdNotificationsGet200Response';
|
|
@@ -94,6 +102,12 @@ export * from './PlanCatalogEntry';
|
|
|
94
102
|
export * from './PlanCatalogEntryOverageInner';
|
|
95
103
|
export * from './PlanCatalogPrice';
|
|
96
104
|
export * from './ProcessOrdersResult';
|
|
105
|
+
export * from './Profile';
|
|
106
|
+
export * from './ProfileDeletionPost409Response';
|
|
107
|
+
export * from './ProfileDeletionPost409ResponseError';
|
|
108
|
+
export * from './ProfileDeletionPost409ResponseErrorDetails';
|
|
109
|
+
export * from './ProfileDeletionPostRequest';
|
|
110
|
+
export * from './ProfileUpdate';
|
|
97
111
|
export * from './RagConfig';
|
|
98
112
|
export * from './RagConfigCreate';
|
|
99
113
|
export * from './RagDocument';
|
|
@@ -102,6 +116,13 @@ export * from './RagDocumentChunkList';
|
|
|
102
116
|
export * from './RagDocumentList';
|
|
103
117
|
export * from './RecordingSignedUrl';
|
|
104
118
|
export * from './SandboxToken';
|
|
119
|
+
export * from './SipReconciliationReport';
|
|
120
|
+
export * from './SipReconciliationReportDeleted';
|
|
121
|
+
export * from './SipReconciliationReportFailedInner';
|
|
122
|
+
export * from './SipReconciliationReportMissingDispatchRulesInner';
|
|
123
|
+
export * from './SipReconciliationReportMissingTrunksInner';
|
|
124
|
+
export * from './SipReconciliationReportOrphanDispatchRulesInner';
|
|
125
|
+
export * from './SipReconciliationReportOrphanTrunksInner';
|
|
105
126
|
export * from './SipTrunk';
|
|
106
127
|
export * from './SipTrunkCreate';
|
|
107
128
|
export * from './SipTrunkWithAgent';
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tivadar AI Backend API
|
|
3
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
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
|
+
* An organization owned by the user that still has other members, preventing deletion.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface AccountDeletionBlocker
|
|
16
|
+
*/
|
|
17
|
+
export interface AccountDeletionBlocker {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AccountDeletionBlocker
|
|
22
|
+
*/
|
|
23
|
+
id: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof AccountDeletionBlocker
|
|
28
|
+
*/
|
|
29
|
+
name: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof AccountDeletionBlocker
|
|
34
|
+
*/
|
|
35
|
+
member_count: number;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the AccountDeletionBlocker interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfAccountDeletionBlocker(value: object): value is AccountDeletionBlocker;
|
|
41
|
+
export declare function AccountDeletionBlockerFromJSON(json: any): AccountDeletionBlocker;
|
|
42
|
+
export declare function AccountDeletionBlockerFromJSONTyped(json: any, ignoreDiscriminator: boolean): AccountDeletionBlocker;
|
|
43
|
+
export declare function AccountDeletionBlockerToJSON(json: any): AccountDeletionBlocker;
|
|
44
|
+
export declare function AccountDeletionBlockerToJSONTyped(value?: AccountDeletionBlocker | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Tivadar AI Backend API
|
|
6
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
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.instanceOfAccountDeletionBlocker = instanceOfAccountDeletionBlocker;
|
|
17
|
+
exports.AccountDeletionBlockerFromJSON = AccountDeletionBlockerFromJSON;
|
|
18
|
+
exports.AccountDeletionBlockerFromJSONTyped = AccountDeletionBlockerFromJSONTyped;
|
|
19
|
+
exports.AccountDeletionBlockerToJSON = AccountDeletionBlockerToJSON;
|
|
20
|
+
exports.AccountDeletionBlockerToJSONTyped = AccountDeletionBlockerToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the AccountDeletionBlocker interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfAccountDeletionBlocker(value) {
|
|
25
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('member_count' in value) || value['member_count'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
return true;
|
|
32
|
+
}
|
|
33
|
+
function AccountDeletionBlockerFromJSON(json) {
|
|
34
|
+
return AccountDeletionBlockerFromJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
function AccountDeletionBlockerFromJSONTyped(json, ignoreDiscriminator) {
|
|
37
|
+
if (json == null) {
|
|
38
|
+
return json;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'id': json['id'],
|
|
42
|
+
'name': json['name'],
|
|
43
|
+
'member_count': json['member_count'],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
function AccountDeletionBlockerToJSON(json) {
|
|
47
|
+
return AccountDeletionBlockerToJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
function AccountDeletionBlockerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
50
|
+
if (value == null) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'id': value['id'],
|
|
55
|
+
'name': value['name'],
|
|
56
|
+
'member_count': value['member_count'],
|
|
57
|
+
};
|
|
58
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tivadar AI Backend API
|
|
3
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
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 AccountDeletionStatus
|
|
16
|
+
*/
|
|
17
|
+
export interface AccountDeletionStatus {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof AccountDeletionStatus
|
|
22
|
+
*/
|
|
23
|
+
pending: boolean;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {Date}
|
|
27
|
+
* @memberof AccountDeletionStatus
|
|
28
|
+
*/
|
|
29
|
+
requested_at?: Date | null;
|
|
30
|
+
/**
|
|
31
|
+
* When the purge becomes eligible. Signing in before this cancels the deletion.
|
|
32
|
+
* @type {Date}
|
|
33
|
+
* @memberof AccountDeletionStatus
|
|
34
|
+
*/
|
|
35
|
+
scheduled_for?: Date | null;
|
|
36
|
+
/**
|
|
37
|
+
* Whole days left before the account becomes eligible for purging.
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof AccountDeletionStatus
|
|
40
|
+
*/
|
|
41
|
+
days_remaining?: number | null;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Check if a given object implements the AccountDeletionStatus interface.
|
|
45
|
+
*/
|
|
46
|
+
export declare function instanceOfAccountDeletionStatus(value: object): value is AccountDeletionStatus;
|
|
47
|
+
export declare function AccountDeletionStatusFromJSON(json: any): AccountDeletionStatus;
|
|
48
|
+
export declare function AccountDeletionStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): AccountDeletionStatus;
|
|
49
|
+
export declare function AccountDeletionStatusToJSON(json: any): AccountDeletionStatus;
|
|
50
|
+
export declare function AccountDeletionStatusToJSONTyped(value?: AccountDeletionStatus | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Tivadar AI Backend API
|
|
6
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
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.instanceOfAccountDeletionStatus = instanceOfAccountDeletionStatus;
|
|
17
|
+
exports.AccountDeletionStatusFromJSON = AccountDeletionStatusFromJSON;
|
|
18
|
+
exports.AccountDeletionStatusFromJSONTyped = AccountDeletionStatusFromJSONTyped;
|
|
19
|
+
exports.AccountDeletionStatusToJSON = AccountDeletionStatusToJSON;
|
|
20
|
+
exports.AccountDeletionStatusToJSONTyped = AccountDeletionStatusToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the AccountDeletionStatus interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfAccountDeletionStatus(value) {
|
|
25
|
+
if (!('pending' in value) || value['pending'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function AccountDeletionStatusFromJSON(json) {
|
|
30
|
+
return AccountDeletionStatusFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function AccountDeletionStatusFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'pending': json['pending'],
|
|
38
|
+
'requested_at': json['requested_at'] == null ? undefined : (new Date(json['requested_at'])),
|
|
39
|
+
'scheduled_for': json['scheduled_for'] == null ? undefined : (new Date(json['scheduled_for'])),
|
|
40
|
+
'days_remaining': json['days_remaining'] == null ? undefined : json['days_remaining'],
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function AccountDeletionStatusToJSON(json) {
|
|
44
|
+
return AccountDeletionStatusToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function AccountDeletionStatusToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'pending': value['pending'],
|
|
52
|
+
'requested_at': value['requested_at'] == null ? value['requested_at'] : value['requested_at'].toISOString(),
|
|
53
|
+
'scheduled_for': value['scheduled_for'] == null ? value['scheduled_for'] : value['scheduled_for'].toISOString(),
|
|
54
|
+
'days_remaining': value['days_remaining'],
|
|
55
|
+
};
|
|
56
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tivadar AI Backend API
|
|
3
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
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 AdminSipReconcilePostRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface AdminSipReconcilePostRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Delete the orphaned LiveKit resources instead of only reporting them. Also accepted as `?apply=true`.
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof AdminSipReconcilePostRequest
|
|
22
|
+
*/
|
|
23
|
+
apply?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Override the guard that refuses to apply when the database tracks no trunks at all (the signature of the wrong database).
|
|
26
|
+
* @type {boolean}
|
|
27
|
+
* @memberof AdminSipReconcilePostRequest
|
|
28
|
+
*/
|
|
29
|
+
force?: boolean;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the AdminSipReconcilePostRequest interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfAdminSipReconcilePostRequest(value: object): value is AdminSipReconcilePostRequest;
|
|
35
|
+
export declare function AdminSipReconcilePostRequestFromJSON(json: any): AdminSipReconcilePostRequest;
|
|
36
|
+
export declare function AdminSipReconcilePostRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AdminSipReconcilePostRequest;
|
|
37
|
+
export declare function AdminSipReconcilePostRequestToJSON(json: any): AdminSipReconcilePostRequest;
|
|
38
|
+
export declare function AdminSipReconcilePostRequestToJSONTyped(value?: AdminSipReconcilePostRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Tivadar AI Backend API
|
|
6
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
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.instanceOfAdminSipReconcilePostRequest = instanceOfAdminSipReconcilePostRequest;
|
|
17
|
+
exports.AdminSipReconcilePostRequestFromJSON = AdminSipReconcilePostRequestFromJSON;
|
|
18
|
+
exports.AdminSipReconcilePostRequestFromJSONTyped = AdminSipReconcilePostRequestFromJSONTyped;
|
|
19
|
+
exports.AdminSipReconcilePostRequestToJSON = AdminSipReconcilePostRequestToJSON;
|
|
20
|
+
exports.AdminSipReconcilePostRequestToJSONTyped = AdminSipReconcilePostRequestToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the AdminSipReconcilePostRequest interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfAdminSipReconcilePostRequest(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function AdminSipReconcilePostRequestFromJSON(json) {
|
|
28
|
+
return AdminSipReconcilePostRequestFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function AdminSipReconcilePostRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'apply': json['apply'] == null ? undefined : json['apply'],
|
|
36
|
+
'force': json['force'] == null ? undefined : json['force'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function AdminSipReconcilePostRequestToJSON(json) {
|
|
40
|
+
return AdminSipReconcilePostRequestToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function AdminSipReconcilePostRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'apply': value['apply'],
|
|
48
|
+
'force': value['force'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { OrganizationDeletionStatus } from './OrganizationDeletionStatus';
|
|
12
13
|
/**
|
|
13
14
|
*
|
|
14
15
|
* @export
|
|
@@ -45,6 +46,12 @@ export interface Organization {
|
|
|
45
46
|
* @memberof Organization
|
|
46
47
|
*/
|
|
47
48
|
created_at?: Date;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {OrganizationDeletionStatus}
|
|
52
|
+
* @memberof Organization
|
|
53
|
+
*/
|
|
54
|
+
deletion?: OrganizationDeletionStatus;
|
|
48
55
|
}
|
|
49
56
|
/**
|
|
50
57
|
* Check if a given object implements the Organization interface.
|
|
@@ -18,6 +18,7 @@ exports.OrganizationFromJSON = OrganizationFromJSON;
|
|
|
18
18
|
exports.OrganizationFromJSONTyped = OrganizationFromJSONTyped;
|
|
19
19
|
exports.OrganizationToJSON = OrganizationToJSON;
|
|
20
20
|
exports.OrganizationToJSONTyped = OrganizationToJSONTyped;
|
|
21
|
+
const OrganizationDeletionStatus_1 = require("./OrganizationDeletionStatus");
|
|
21
22
|
/**
|
|
22
23
|
* Check if a given object implements the Organization interface.
|
|
23
24
|
*/
|
|
@@ -39,6 +40,7 @@ function OrganizationFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
39
40
|
'owner_user_id': json['owner_user_id'] == null ? undefined : json['owner_user_id'],
|
|
40
41
|
'metadata': json['metadata'] == null ? undefined : json['metadata'],
|
|
41
42
|
'created_at': json['created_at'] == null ? undefined : (new Date(json['created_at'])),
|
|
43
|
+
'deletion': json['deletion'] == null ? undefined : (0, OrganizationDeletionStatus_1.OrganizationDeletionStatusFromJSON)(json['deletion']),
|
|
42
44
|
};
|
|
43
45
|
}
|
|
44
46
|
function OrganizationToJSON(json) {
|
|
@@ -54,5 +56,6 @@ function OrganizationToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
54
56
|
'owner_user_id': value['owner_user_id'],
|
|
55
57
|
'metadata': value['metadata'],
|
|
56
58
|
'created_at': value['created_at'] == null ? value['created_at'] : value['created_at'].toISOString(),
|
|
59
|
+
'deletion': (0, OrganizationDeletionStatus_1.OrganizationDeletionStatusToJSON)(value['deletion']),
|
|
57
60
|
};
|
|
58
61
|
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tivadar AI Backend API
|
|
3
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
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
|
+
* The still-open billing relationship preventing deletion.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface OrganizationDeletionBillingBlock
|
|
16
|
+
*/
|
|
17
|
+
export interface OrganizationDeletionBillingBlock {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof OrganizationDeletionBillingBlock
|
|
22
|
+
*/
|
|
23
|
+
status: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof OrganizationDeletionBillingBlock
|
|
28
|
+
*/
|
|
29
|
+
plan_slug: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {boolean}
|
|
33
|
+
* @memberof OrganizationDeletionBillingBlock
|
|
34
|
+
*/
|
|
35
|
+
cancel_at_period_end: boolean;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the OrganizationDeletionBillingBlock interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfOrganizationDeletionBillingBlock(value: object): value is OrganizationDeletionBillingBlock;
|
|
41
|
+
export declare function OrganizationDeletionBillingBlockFromJSON(json: any): OrganizationDeletionBillingBlock;
|
|
42
|
+
export declare function OrganizationDeletionBillingBlockFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationDeletionBillingBlock;
|
|
43
|
+
export declare function OrganizationDeletionBillingBlockToJSON(json: any): OrganizationDeletionBillingBlock;
|
|
44
|
+
export declare function OrganizationDeletionBillingBlockToJSONTyped(value?: OrganizationDeletionBillingBlock | null, ignoreDiscriminator?: boolean): any;
|