@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,81 @@
|
|
|
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
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface SipReconciliationReportMissingTrunksInner
|
|
20
|
+
*/
|
|
21
|
+
export interface SipReconciliationReportMissingTrunksInner {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof SipReconciliationReportMissingTrunksInner
|
|
26
|
+
*/
|
|
27
|
+
id?: string;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof SipReconciliationReportMissingTrunksInner
|
|
32
|
+
*/
|
|
33
|
+
number?: string;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof SipReconciliationReportMissingTrunksInner
|
|
38
|
+
*/
|
|
39
|
+
organization_id?: string;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Check if a given object implements the SipReconciliationReportMissingTrunksInner interface.
|
|
44
|
+
*/
|
|
45
|
+
export function instanceOfSipReconciliationReportMissingTrunksInner(value: object): value is SipReconciliationReportMissingTrunksInner {
|
|
46
|
+
return true;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export function SipReconciliationReportMissingTrunksInnerFromJSON(json: any): SipReconciliationReportMissingTrunksInner {
|
|
50
|
+
return SipReconciliationReportMissingTrunksInnerFromJSONTyped(json, false);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export function SipReconciliationReportMissingTrunksInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): SipReconciliationReportMissingTrunksInner {
|
|
54
|
+
if (json == null) {
|
|
55
|
+
return json;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
|
|
59
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
60
|
+
'number': json['number'] == null ? undefined : json['number'],
|
|
61
|
+
'organization_id': json['organization_id'] == null ? undefined : json['organization_id'],
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export function SipReconciliationReportMissingTrunksInnerToJSON(json: any): SipReconciliationReportMissingTrunksInner {
|
|
66
|
+
return SipReconciliationReportMissingTrunksInnerToJSONTyped(json, false);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export function SipReconciliationReportMissingTrunksInnerToJSONTyped(value?: SipReconciliationReportMissingTrunksInner | null, ignoreDiscriminator: boolean = false): any {
|
|
70
|
+
if (value == null) {
|
|
71
|
+
return value;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
return {
|
|
75
|
+
|
|
76
|
+
'id': value['id'],
|
|
77
|
+
'number': value['number'],
|
|
78
|
+
'organization_id': value['organization_id'],
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
|
|
@@ -0,0 +1,81 @@
|
|
|
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
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface SipReconciliationReportOrphanDispatchRulesInner
|
|
20
|
+
*/
|
|
21
|
+
export interface SipReconciliationReportOrphanDispatchRulesInner {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof SipReconciliationReportOrphanDispatchRulesInner
|
|
26
|
+
*/
|
|
27
|
+
id?: string;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof SipReconciliationReportOrphanDispatchRulesInner
|
|
32
|
+
*/
|
|
33
|
+
name?: string;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {Array<string>}
|
|
37
|
+
* @memberof SipReconciliationReportOrphanDispatchRulesInner
|
|
38
|
+
*/
|
|
39
|
+
trunk_ids?: Array<string>;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Check if a given object implements the SipReconciliationReportOrphanDispatchRulesInner interface.
|
|
44
|
+
*/
|
|
45
|
+
export function instanceOfSipReconciliationReportOrphanDispatchRulesInner(value: object): value is SipReconciliationReportOrphanDispatchRulesInner {
|
|
46
|
+
return true;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export function SipReconciliationReportOrphanDispatchRulesInnerFromJSON(json: any): SipReconciliationReportOrphanDispatchRulesInner {
|
|
50
|
+
return SipReconciliationReportOrphanDispatchRulesInnerFromJSONTyped(json, false);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export function SipReconciliationReportOrphanDispatchRulesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): SipReconciliationReportOrphanDispatchRulesInner {
|
|
54
|
+
if (json == null) {
|
|
55
|
+
return json;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
|
|
59
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
60
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
61
|
+
'trunk_ids': json['trunk_ids'] == null ? undefined : json['trunk_ids'],
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export function SipReconciliationReportOrphanDispatchRulesInnerToJSON(json: any): SipReconciliationReportOrphanDispatchRulesInner {
|
|
66
|
+
return SipReconciliationReportOrphanDispatchRulesInnerToJSONTyped(json, false);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export function SipReconciliationReportOrphanDispatchRulesInnerToJSONTyped(value?: SipReconciliationReportOrphanDispatchRulesInner | null, ignoreDiscriminator: boolean = false): any {
|
|
70
|
+
if (value == null) {
|
|
71
|
+
return value;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
return {
|
|
75
|
+
|
|
76
|
+
'id': value['id'],
|
|
77
|
+
'name': value['name'],
|
|
78
|
+
'trunk_ids': value['trunk_ids'],
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
|
|
@@ -0,0 +1,81 @@
|
|
|
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
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface SipReconciliationReportOrphanTrunksInner
|
|
20
|
+
*/
|
|
21
|
+
export interface SipReconciliationReportOrphanTrunksInner {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof SipReconciliationReportOrphanTrunksInner
|
|
26
|
+
*/
|
|
27
|
+
id?: string;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof SipReconciliationReportOrphanTrunksInner
|
|
32
|
+
*/
|
|
33
|
+
name?: string;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {Array<string>}
|
|
37
|
+
* @memberof SipReconciliationReportOrphanTrunksInner
|
|
38
|
+
*/
|
|
39
|
+
numbers?: Array<string>;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Check if a given object implements the SipReconciliationReportOrphanTrunksInner interface.
|
|
44
|
+
*/
|
|
45
|
+
export function instanceOfSipReconciliationReportOrphanTrunksInner(value: object): value is SipReconciliationReportOrphanTrunksInner {
|
|
46
|
+
return true;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export function SipReconciliationReportOrphanTrunksInnerFromJSON(json: any): SipReconciliationReportOrphanTrunksInner {
|
|
50
|
+
return SipReconciliationReportOrphanTrunksInnerFromJSONTyped(json, false);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export function SipReconciliationReportOrphanTrunksInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): SipReconciliationReportOrphanTrunksInner {
|
|
54
|
+
if (json == null) {
|
|
55
|
+
return json;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
|
|
59
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
60
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
61
|
+
'numbers': json['numbers'] == null ? undefined : json['numbers'],
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export function SipReconciliationReportOrphanTrunksInnerToJSON(json: any): SipReconciliationReportOrphanTrunksInner {
|
|
66
|
+
return SipReconciliationReportOrphanTrunksInnerToJSONTyped(json, false);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export function SipReconciliationReportOrphanTrunksInnerToJSONTyped(value?: SipReconciliationReportOrphanTrunksInner | null, ignoreDiscriminator: boolean = false): any {
|
|
70
|
+
if (value == null) {
|
|
71
|
+
return value;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
return {
|
|
75
|
+
|
|
76
|
+
'id': value['id'],
|
|
77
|
+
'name': value['name'],
|
|
78
|
+
'numbers': value['numbers'],
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
|
|
@@ -46,6 +46,12 @@ export interface SubscriptionStatus {
|
|
|
46
46
|
* @memberof SubscriptionStatus
|
|
47
47
|
*/
|
|
48
48
|
organizationId?: string;
|
|
49
|
+
/**
|
|
50
|
+
* Organization display name. Populated in admin subscription listings.
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof SubscriptionStatus
|
|
53
|
+
*/
|
|
54
|
+
organization_name?: string | null;
|
|
49
55
|
/**
|
|
50
56
|
*
|
|
51
57
|
* @type {string}
|
|
@@ -181,6 +187,7 @@ export function SubscriptionStatusFromJSONTyped(json: any, ignoreDiscriminator:
|
|
|
181
187
|
|
|
182
188
|
'id': json['id'] == null ? undefined : json['id'],
|
|
183
189
|
'organizationId': json['organizationId'] == null ? undefined : json['organizationId'],
|
|
190
|
+
'organization_name': json['organization_name'] == null ? undefined : json['organization_name'],
|
|
184
191
|
'status': json['status'],
|
|
185
192
|
'isActive': json['isActive'],
|
|
186
193
|
'billingInterval': json['billingInterval'] == null ? undefined : json['billingInterval'],
|
|
@@ -211,6 +218,7 @@ export function SubscriptionStatusToJSONTyped(value?: SubscriptionStatus | null,
|
|
|
211
218
|
|
|
212
219
|
'id': value['id'],
|
|
213
220
|
'organizationId': value['organizationId'],
|
|
221
|
+
'organization_name': value['organization_name'],
|
|
214
222
|
'status': value['status'],
|
|
215
223
|
'isActive': value['isActive'],
|
|
216
224
|
'billingInterval': value['billingInterval'],
|
package/src/models/index.ts
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';
|