@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
|
+
* 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,51 @@
|
|
|
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 AccountDeletionBlocker interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfAccountDeletionBlocker(value) {
|
|
18
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('member_count' in value) || value['member_count'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
export function AccountDeletionBlockerFromJSON(json) {
|
|
27
|
+
return AccountDeletionBlockerFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
export function AccountDeletionBlockerFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
+
if (json == null) {
|
|
31
|
+
return json;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'id': json['id'],
|
|
35
|
+
'name': json['name'],
|
|
36
|
+
'member_count': json['member_count'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
export function AccountDeletionBlockerToJSON(json) {
|
|
40
|
+
return AccountDeletionBlockerToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
export function AccountDeletionBlockerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'id': value['id'],
|
|
48
|
+
'name': value['name'],
|
|
49
|
+
'member_count': value['member_count'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -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,49 @@
|
|
|
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 AccountDeletionStatus interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfAccountDeletionStatus(value) {
|
|
18
|
+
if (!('pending' in value) || value['pending'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
return true;
|
|
21
|
+
}
|
|
22
|
+
export function AccountDeletionStatusFromJSON(json) {
|
|
23
|
+
return AccountDeletionStatusFromJSONTyped(json, false);
|
|
24
|
+
}
|
|
25
|
+
export function AccountDeletionStatusFromJSONTyped(json, ignoreDiscriminator) {
|
|
26
|
+
if (json == null) {
|
|
27
|
+
return json;
|
|
28
|
+
}
|
|
29
|
+
return {
|
|
30
|
+
'pending': json['pending'],
|
|
31
|
+
'requested_at': json['requested_at'] == null ? undefined : (new Date(json['requested_at'])),
|
|
32
|
+
'scheduled_for': json['scheduled_for'] == null ? undefined : (new Date(json['scheduled_for'])),
|
|
33
|
+
'days_remaining': json['days_remaining'] == null ? undefined : json['days_remaining'],
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
export function AccountDeletionStatusToJSON(json) {
|
|
37
|
+
return AccountDeletionStatusToJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
export function AccountDeletionStatusToJSONTyped(value, ignoreDiscriminator = false) {
|
|
40
|
+
if (value == null) {
|
|
41
|
+
return value;
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
'pending': value['pending'],
|
|
45
|
+
'requested_at': value['requested_at'] == null ? value['requested_at'] : value['requested_at'].toISOString(),
|
|
46
|
+
'scheduled_for': value['scheduled_for'] == null ? value['scheduled_for'] : value['scheduled_for'].toISOString(),
|
|
47
|
+
'days_remaining': value['days_remaining'],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
@@ -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,43 @@
|
|
|
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 AdminSipReconcilePostRequest interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfAdminSipReconcilePostRequest(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function AdminSipReconcilePostRequestFromJSON(json) {
|
|
21
|
+
return AdminSipReconcilePostRequestFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function AdminSipReconcilePostRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'apply': json['apply'] == null ? undefined : json['apply'],
|
|
29
|
+
'force': json['force'] == null ? undefined : json['force'],
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
export function AdminSipReconcilePostRequestToJSON(json) {
|
|
33
|
+
return AdminSipReconcilePostRequestToJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
export function AdminSipReconcilePostRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
36
|
+
if (value == null) {
|
|
37
|
+
return value;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'apply': value['apply'],
|
|
41
|
+
'force': value['force'],
|
|
42
|
+
};
|
|
43
|
+
}
|
|
@@ -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.
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
+
import { OrganizationDeletionStatusFromJSON, OrganizationDeletionStatusToJSON, } from './OrganizationDeletionStatus';
|
|
14
15
|
/**
|
|
15
16
|
* Check if a given object implements the Organization interface.
|
|
16
17
|
*/
|
|
@@ -32,6 +33,7 @@ export function OrganizationFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
32
33
|
'owner_user_id': json['owner_user_id'] == null ? undefined : json['owner_user_id'],
|
|
33
34
|
'metadata': json['metadata'] == null ? undefined : json['metadata'],
|
|
34
35
|
'created_at': json['created_at'] == null ? undefined : (new Date(json['created_at'])),
|
|
36
|
+
'deletion': json['deletion'] == null ? undefined : OrganizationDeletionStatusFromJSON(json['deletion']),
|
|
35
37
|
};
|
|
36
38
|
}
|
|
37
39
|
export function OrganizationToJSON(json) {
|
|
@@ -47,5 +49,6 @@ export function OrganizationToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
47
49
|
'owner_user_id': value['owner_user_id'],
|
|
48
50
|
'metadata': value['metadata'],
|
|
49
51
|
'created_at': value['created_at'] == null ? value['created_at'] : value['created_at'].toISOString(),
|
|
52
|
+
'deletion': OrganizationDeletionStatusToJSON(value['deletion']),
|
|
50
53
|
};
|
|
51
54
|
}
|
|
@@ -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;
|
|
@@ -0,0 +1,51 @@
|
|
|
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 OrganizationDeletionBillingBlock interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfOrganizationDeletionBillingBlock(value) {
|
|
18
|
+
if (!('status' in value) || value['status'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('plan_slug' in value) || value['plan_slug'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('cancel_at_period_end' in value) || value['cancel_at_period_end'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
export function OrganizationDeletionBillingBlockFromJSON(json) {
|
|
27
|
+
return OrganizationDeletionBillingBlockFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
export function OrganizationDeletionBillingBlockFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
+
if (json == null) {
|
|
31
|
+
return json;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'status': json['status'],
|
|
35
|
+
'plan_slug': json['plan_slug'],
|
|
36
|
+
'cancel_at_period_end': json['cancel_at_period_end'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
export function OrganizationDeletionBillingBlockToJSON(json) {
|
|
40
|
+
return OrganizationDeletionBillingBlockToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
export function OrganizationDeletionBillingBlockToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'status': value['status'],
|
|
48
|
+
'plan_slug': value['plan_slug'],
|
|
49
|
+
'cancel_at_period_end': value['cancel_at_period_end'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
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 OrganizationDeletionStatus
|
|
16
|
+
*/
|
|
17
|
+
export interface OrganizationDeletionStatus {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof OrganizationDeletionStatus
|
|
22
|
+
*/
|
|
23
|
+
pending: boolean;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {Date}
|
|
27
|
+
* @memberof OrganizationDeletionStatus
|
|
28
|
+
*/
|
|
29
|
+
requested_at?: Date | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof OrganizationDeletionStatus
|
|
34
|
+
*/
|
|
35
|
+
requested_by?: string | null;
|
|
36
|
+
/**
|
|
37
|
+
* When the purge becomes eligible. Must be cancelled manually before then.
|
|
38
|
+
* @type {Date}
|
|
39
|
+
* @memberof OrganizationDeletionStatus
|
|
40
|
+
*/
|
|
41
|
+
scheduled_for?: Date | null;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof OrganizationDeletionStatus
|
|
46
|
+
*/
|
|
47
|
+
days_remaining?: number | null;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Check if a given object implements the OrganizationDeletionStatus interface.
|
|
51
|
+
*/
|
|
52
|
+
export declare function instanceOfOrganizationDeletionStatus(value: object): value is OrganizationDeletionStatus;
|
|
53
|
+
export declare function OrganizationDeletionStatusFromJSON(json: any): OrganizationDeletionStatus;
|
|
54
|
+
export declare function OrganizationDeletionStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationDeletionStatus;
|
|
55
|
+
export declare function OrganizationDeletionStatusToJSON(json: any): OrganizationDeletionStatus;
|
|
56
|
+
export declare function OrganizationDeletionStatusToJSONTyped(value?: OrganizationDeletionStatus | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,51 @@
|
|
|
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 OrganizationDeletionStatus interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfOrganizationDeletionStatus(value) {
|
|
18
|
+
if (!('pending' in value) || value['pending'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
return true;
|
|
21
|
+
}
|
|
22
|
+
export function OrganizationDeletionStatusFromJSON(json) {
|
|
23
|
+
return OrganizationDeletionStatusFromJSONTyped(json, false);
|
|
24
|
+
}
|
|
25
|
+
export function OrganizationDeletionStatusFromJSONTyped(json, ignoreDiscriminator) {
|
|
26
|
+
if (json == null) {
|
|
27
|
+
return json;
|
|
28
|
+
}
|
|
29
|
+
return {
|
|
30
|
+
'pending': json['pending'],
|
|
31
|
+
'requested_at': json['requested_at'] == null ? undefined : (new Date(json['requested_at'])),
|
|
32
|
+
'requested_by': json['requested_by'] == null ? undefined : json['requested_by'],
|
|
33
|
+
'scheduled_for': json['scheduled_for'] == null ? undefined : (new Date(json['scheduled_for'])),
|
|
34
|
+
'days_remaining': json['days_remaining'] == null ? undefined : json['days_remaining'],
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
export function OrganizationDeletionStatusToJSON(json) {
|
|
38
|
+
return OrganizationDeletionStatusToJSONTyped(json, false);
|
|
39
|
+
}
|
|
40
|
+
export function OrganizationDeletionStatusToJSONTyped(value, ignoreDiscriminator = false) {
|
|
41
|
+
if (value == null) {
|
|
42
|
+
return value;
|
|
43
|
+
}
|
|
44
|
+
return {
|
|
45
|
+
'pending': value['pending'],
|
|
46
|
+
'requested_at': value['requested_at'] == null ? value['requested_at'] : value['requested_at'].toISOString(),
|
|
47
|
+
'requested_by': value['requested_by'],
|
|
48
|
+
'scheduled_for': value['scheduled_for'] == null ? value['scheduled_for'] : value['scheduled_for'].toISOString(),
|
|
49
|
+
'days_remaining': value['days_remaining'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
import type { OrganizationsOrganizationIdDeletionPost409ResponseError } from './OrganizationsOrganizationIdDeletionPost409ResponseError';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface OrganizationsOrganizationIdDeletionPost409Response
|
|
17
|
+
*/
|
|
18
|
+
export interface OrganizationsOrganizationIdDeletionPost409Response {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {boolean}
|
|
22
|
+
* @memberof OrganizationsOrganizationIdDeletionPost409Response
|
|
23
|
+
*/
|
|
24
|
+
success?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {OrganizationsOrganizationIdDeletionPost409ResponseError}
|
|
28
|
+
* @memberof OrganizationsOrganizationIdDeletionPost409Response
|
|
29
|
+
*/
|
|
30
|
+
error?: OrganizationsOrganizationIdDeletionPost409ResponseError;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the OrganizationsOrganizationIdDeletionPost409Response interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfOrganizationsOrganizationIdDeletionPost409Response(value: object): value is OrganizationsOrganizationIdDeletionPost409Response;
|
|
36
|
+
export declare function OrganizationsOrganizationIdDeletionPost409ResponseFromJSON(json: any): OrganizationsOrganizationIdDeletionPost409Response;
|
|
37
|
+
export declare function OrganizationsOrganizationIdDeletionPost409ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationsOrganizationIdDeletionPost409Response;
|
|
38
|
+
export declare function OrganizationsOrganizationIdDeletionPost409ResponseToJSON(json: any): OrganizationsOrganizationIdDeletionPost409Response;
|
|
39
|
+
export declare function OrganizationsOrganizationIdDeletionPost409ResponseToJSONTyped(value?: OrganizationsOrganizationIdDeletionPost409Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
import { OrganizationsOrganizationIdDeletionPost409ResponseErrorFromJSON, OrganizationsOrganizationIdDeletionPost409ResponseErrorToJSON, } from './OrganizationsOrganizationIdDeletionPost409ResponseError';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the OrganizationsOrganizationIdDeletionPost409Response interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfOrganizationsOrganizationIdDeletionPost409Response(value) {
|
|
19
|
+
return true;
|
|
20
|
+
}
|
|
21
|
+
export function OrganizationsOrganizationIdDeletionPost409ResponseFromJSON(json) {
|
|
22
|
+
return OrganizationsOrganizationIdDeletionPost409ResponseFromJSONTyped(json, false);
|
|
23
|
+
}
|
|
24
|
+
export function OrganizationsOrganizationIdDeletionPost409ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
25
|
+
if (json == null) {
|
|
26
|
+
return json;
|
|
27
|
+
}
|
|
28
|
+
return {
|
|
29
|
+
'success': json['success'] == null ? undefined : json['success'],
|
|
30
|
+
'error': json['error'] == null ? undefined : OrganizationsOrganizationIdDeletionPost409ResponseErrorFromJSON(json['error']),
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
export function OrganizationsOrganizationIdDeletionPost409ResponseToJSON(json) {
|
|
34
|
+
return OrganizationsOrganizationIdDeletionPost409ResponseToJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
export function OrganizationsOrganizationIdDeletionPost409ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
+
if (value == null) {
|
|
38
|
+
return value;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'success': value['success'],
|
|
42
|
+
'error': OrganizationsOrganizationIdDeletionPost409ResponseErrorToJSON(value['error']),
|
|
43
|
+
};
|
|
44
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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
|
+
import type { OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails } from './OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface OrganizationsOrganizationIdDeletionPost409ResponseError
|
|
17
|
+
*/
|
|
18
|
+
export interface OrganizationsOrganizationIdDeletionPost409ResponseError {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof OrganizationsOrganizationIdDeletionPost409ResponseError
|
|
23
|
+
*/
|
|
24
|
+
code?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof OrganizationsOrganizationIdDeletionPost409ResponseError
|
|
29
|
+
*/
|
|
30
|
+
message?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails}
|
|
34
|
+
* @memberof OrganizationsOrganizationIdDeletionPost409ResponseError
|
|
35
|
+
*/
|
|
36
|
+
details?: OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the OrganizationsOrganizationIdDeletionPost409ResponseError interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfOrganizationsOrganizationIdDeletionPost409ResponseError(value: object): value is OrganizationsOrganizationIdDeletionPost409ResponseError;
|
|
42
|
+
export declare function OrganizationsOrganizationIdDeletionPost409ResponseErrorFromJSON(json: any): OrganizationsOrganizationIdDeletionPost409ResponseError;
|
|
43
|
+
export declare function OrganizationsOrganizationIdDeletionPost409ResponseErrorFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationsOrganizationIdDeletionPost409ResponseError;
|
|
44
|
+
export declare function OrganizationsOrganizationIdDeletionPost409ResponseErrorToJSON(json: any): OrganizationsOrganizationIdDeletionPost409ResponseError;
|
|
45
|
+
export declare function OrganizationsOrganizationIdDeletionPost409ResponseErrorToJSONTyped(value?: OrganizationsOrganizationIdDeletionPost409ResponseError | null, ignoreDiscriminator?: boolean): any;
|