@l7mp/tivadar-ai-api-sdk 0.2.10 → 0.2.12
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 +46 -4
- package/dist/api-client.js +33 -3
- package/dist/apis/AdminSubscriptionsApi.d.ts +82 -0
- package/dist/apis/AdminSubscriptionsApi.js +243 -0
- package/dist/apis/CallFlagsApi.d.ts +133 -0
- package/dist/apis/CallFlagsApi.js +376 -0
- package/dist/apis/SubscriptionApi.d.ts +54 -75
- package/dist/apis/SubscriptionApi.js +95 -114
- package/dist/apis/VoiceUsageApi.d.ts +31 -0
- package/dist/apis/VoiceUsageApi.js +73 -0
- package/dist/apis/index.d.ts +3 -0
- package/dist/apis/index.js +3 -0
- package/dist/esm/api-client.d.ts +46 -4
- package/dist/esm/api-client.js +33 -3
- package/dist/esm/apis/AdminSubscriptionsApi.d.ts +82 -0
- package/dist/esm/apis/AdminSubscriptionsApi.js +239 -0
- package/dist/esm/apis/CallFlagsApi.d.ts +133 -0
- package/dist/esm/apis/CallFlagsApi.js +372 -0
- package/dist/esm/apis/SubscriptionApi.d.ts +54 -75
- package/dist/esm/apis/SubscriptionApi.js +96 -115
- package/dist/esm/apis/VoiceUsageApi.d.ts +31 -0
- package/dist/esm/apis/VoiceUsageApi.js +69 -0
- package/dist/esm/apis/index.d.ts +3 -0
- package/dist/esm/apis/index.js +3 -0
- package/dist/esm/models/AdminGrantMinutesRequest.d.ts +38 -0
- package/dist/esm/models/AdminGrantMinutesRequest.js +45 -0
- package/dist/esm/models/AdminSetSubscriptionRequest.d.ts +86 -0
- package/dist/esm/models/AdminSetSubscriptionRequest.js +71 -0
- package/dist/esm/models/AdminSubscriptionsListResponse.d.ts +39 -0
- package/dist/esm/models/AdminSubscriptionsListResponse.js +48 -0
- package/dist/esm/models/BillingPortalRequest.d.ts +1 -1
- package/dist/esm/models/BillingPortalResponse.d.ts +1 -1
- package/dist/esm/models/Call.d.ts +7 -0
- package/dist/esm/models/Call.js +3 -0
- package/dist/esm/models/CallFlag.d.ts +110 -0
- package/dist/esm/models/CallFlag.js +89 -0
- package/dist/esm/models/CallFlagCreate.d.ts +48 -0
- package/dist/esm/models/CallFlagCreate.js +54 -0
- package/dist/esm/models/CallFlagResolve.d.ts +32 -0
- package/dist/esm/models/CallFlagResolve.js +41 -0
- package/dist/esm/models/CallFlagUpdate.d.ts +48 -0
- package/dist/esm/models/CallFlagUpdate.js +52 -0
- package/dist/esm/models/CallFlagWithCall.d.ts +117 -0
- package/dist/esm/models/CallFlagWithCall.js +92 -0
- package/dist/esm/models/CallFlagWithCallAllOfCall.d.ts +56 -0
- package/dist/esm/models/CallFlagWithCallAllOfCall.js +49 -0
- package/dist/esm/models/CancelSubscriptionRequest.d.ts +2 -2
- package/dist/esm/models/CheckoutSessionResponse.d.ts +2 -2
- package/dist/esm/models/CreateCheckoutSessionRequest.d.ts +21 -7
- package/dist/esm/models/CreateCheckoutSessionRequest.js +18 -5
- package/dist/esm/models/CurrentPeriodUsage.d.ts +59 -0
- package/dist/esm/models/CurrentPeriodUsage.js +62 -0
- package/dist/esm/models/LifecycleResponse.d.ts +50 -0
- package/dist/esm/models/LifecycleResponse.js +51 -0
- package/dist/esm/models/PauseSubscriptionRequest.d.ts +1 -1
- package/dist/esm/models/PlanCatalogEntry.d.ts +90 -0
- package/dist/esm/models/PlanCatalogEntry.js +73 -0
- package/dist/esm/models/PlanCatalogEntryOverageInner.d.ts +44 -0
- package/dist/esm/models/PlanCatalogEntryOverageInner.js +45 -0
- package/dist/esm/models/PlanCatalogPrice.d.ts +58 -0
- package/dist/esm/models/PlanCatalogPrice.js +60 -0
- package/dist/esm/models/SubscriptionPlanSummary.d.ts +83 -0
- package/dist/esm/models/SubscriptionPlanSummary.js +70 -0
- package/dist/esm/models/SubscriptionPlanSummaryOverageRate.d.ts +38 -0
- package/dist/esm/models/SubscriptionPlanSummaryOverageRate.js +43 -0
- package/dist/esm/models/SubscriptionStatus.d.ts +103 -10
- package/dist/esm/models/SubscriptionStatus.js +58 -9
- package/dist/esm/models/SubscriptionUsageSummary.d.ts +56 -0
- package/dist/esm/models/SubscriptionUsageSummary.js +57 -0
- package/dist/esm/models/UpdatePlanRequest.d.ts +13 -5
- package/dist/esm/models/UpdatePlanRequest.js +12 -3
- package/dist/esm/models/UsageBreakdownByAgent.d.ts +44 -0
- package/dist/esm/models/UsageBreakdownByAgent.js +49 -0
- package/dist/esm/models/UsageBreakdownByDay.d.ts +44 -0
- package/dist/esm/models/UsageBreakdownByDay.js +51 -0
- package/dist/esm/models/UsageHistoryResponse.d.ts +39 -0
- package/dist/esm/models/UsageHistoryResponse.js +48 -0
- package/dist/esm/models/UsageRecordDto.d.ts +80 -0
- package/dist/esm/models/UsageRecordDto.js +65 -0
- package/dist/esm/models/VoiceUsageReportRequest.d.ts +62 -0
- package/dist/esm/models/VoiceUsageReportRequest.js +57 -0
- package/dist/esm/models/VoiceUsageReportResponse.d.ts +51 -0
- package/dist/esm/models/VoiceUsageReportResponse.js +52 -0
- package/dist/esm/models/index.d.ts +23 -13
- package/dist/esm/models/index.js +23 -13
- package/dist/models/AdminGrantMinutesRequest.d.ts +38 -0
- package/dist/models/AdminGrantMinutesRequest.js +52 -0
- package/dist/models/AdminSetSubscriptionRequest.d.ts +86 -0
- package/dist/models/AdminSetSubscriptionRequest.js +79 -0
- package/dist/models/AdminSubscriptionsListResponse.d.ts +39 -0
- package/dist/models/AdminSubscriptionsListResponse.js +55 -0
- package/dist/models/BillingPortalRequest.d.ts +1 -1
- package/dist/models/BillingPortalResponse.d.ts +1 -1
- package/dist/models/Call.d.ts +7 -0
- package/dist/models/Call.js +3 -0
- package/dist/models/CallFlag.d.ts +110 -0
- package/dist/models/CallFlag.js +97 -0
- package/dist/models/CallFlagCreate.d.ts +48 -0
- package/dist/models/CallFlagCreate.js +62 -0
- package/dist/models/CallFlagResolve.d.ts +32 -0
- package/dist/models/CallFlagResolve.js +48 -0
- package/dist/models/CallFlagUpdate.d.ts +48 -0
- package/dist/models/CallFlagUpdate.js +60 -0
- package/dist/models/CallFlagWithCall.d.ts +117 -0
- package/dist/models/CallFlagWithCall.js +100 -0
- package/dist/models/CallFlagWithCallAllOfCall.d.ts +56 -0
- package/dist/models/CallFlagWithCallAllOfCall.js +56 -0
- package/dist/models/CancelSubscriptionRequest.d.ts +2 -2
- package/dist/models/CheckoutSessionResponse.d.ts +2 -2
- package/dist/models/CreateCheckoutSessionRequest.d.ts +21 -7
- package/dist/models/CreateCheckoutSessionRequest.js +19 -5
- package/dist/models/CurrentPeriodUsage.d.ts +59 -0
- package/dist/models/CurrentPeriodUsage.js +69 -0
- package/dist/models/LifecycleResponse.d.ts +50 -0
- package/dist/models/LifecycleResponse.js +58 -0
- package/dist/models/PauseSubscriptionRequest.d.ts +1 -1
- package/dist/models/PlanCatalogEntry.d.ts +90 -0
- package/dist/models/PlanCatalogEntry.js +80 -0
- package/dist/models/PlanCatalogEntryOverageInner.d.ts +44 -0
- package/dist/models/PlanCatalogEntryOverageInner.js +52 -0
- package/dist/models/PlanCatalogPrice.d.ts +58 -0
- package/dist/models/PlanCatalogPrice.js +68 -0
- package/dist/models/SubscriptionPlanSummary.d.ts +83 -0
- package/dist/models/SubscriptionPlanSummary.js +77 -0
- package/dist/models/SubscriptionPlanSummaryOverageRate.d.ts +38 -0
- package/dist/models/SubscriptionPlanSummaryOverageRate.js +50 -0
- package/dist/models/SubscriptionStatus.d.ts +103 -10
- package/dist/models/SubscriptionStatus.js +59 -9
- package/dist/models/SubscriptionUsageSummary.d.ts +56 -0
- package/dist/models/SubscriptionUsageSummary.js +64 -0
- package/dist/models/UpdatePlanRequest.d.ts +13 -5
- package/dist/models/UpdatePlanRequest.js +13 -3
- package/dist/models/UsageBreakdownByAgent.d.ts +44 -0
- package/dist/models/UsageBreakdownByAgent.js +56 -0
- package/dist/models/UsageBreakdownByDay.d.ts +44 -0
- package/dist/models/UsageBreakdownByDay.js +58 -0
- package/dist/models/UsageHistoryResponse.d.ts +39 -0
- package/dist/models/UsageHistoryResponse.js +55 -0
- package/dist/models/UsageRecordDto.d.ts +80 -0
- package/dist/models/UsageRecordDto.js +72 -0
- package/dist/models/VoiceUsageReportRequest.d.ts +62 -0
- package/dist/models/VoiceUsageReportRequest.js +64 -0
- package/dist/models/VoiceUsageReportResponse.d.ts +51 -0
- package/dist/models/VoiceUsageReportResponse.js +59 -0
- package/dist/models/index.d.ts +23 -13
- package/dist/models/index.js +23 -13
- package/package.json +1 -1
- package/src/api-client.ts +71 -6
- package/src/apis/AdminSubscriptionsApi.ts +331 -0
- package/src/apis/CallFlagsApi.ts +546 -0
- package/src/apis/SubscriptionApi.ts +130 -162
- package/src/apis/VoiceUsageApi.ts +86 -0
- package/src/apis/index.ts +3 -0
- package/src/models/AdminGrantMinutesRequest.ts +74 -0
- package/src/models/AdminSetSubscriptionRequest.ts +136 -0
- package/src/models/AdminSubscriptionsListResponse.ts +83 -0
- package/src/models/BillingPortalRequest.ts +1 -1
- package/src/models/BillingPortalResponse.ts +1 -1
- package/src/models/Call.ts +16 -0
- package/src/models/CallFlag.ts +173 -0
- package/src/models/CallFlagCreate.ts +87 -0
- package/src/models/CallFlagResolve.ts +65 -0
- package/src/models/CallFlagUpdate.ts +86 -0
- package/src/models/CallFlagWithCall.ts +189 -0
- package/src/models/CallFlagWithCallAllOfCall.ts +97 -0
- package/src/models/CancelSubscriptionRequest.ts +2 -2
- package/src/models/CheckoutSessionResponse.ts +2 -2
- package/src/models/CreateCheckoutSessionRequest.ts +33 -12
- package/src/models/CurrentPeriodUsage.ts +124 -0
- package/src/models/LifecycleResponse.ts +91 -0
- package/src/models/PauseSubscriptionRequest.ts +1 -1
- package/src/models/PlanCatalogEntry.ts +158 -0
- package/src/models/PlanCatalogEntryOverageInner.ts +81 -0
- package/src/models/PlanCatalogPrice.ts +103 -0
- package/src/models/SubscriptionPlanSummary.ts +143 -0
- package/src/models/SubscriptionPlanSummaryOverageRate.ts +73 -0
- package/src/models/SubscriptionStatus.ts +150 -32
- package/src/models/SubscriptionUsageSummary.ts +101 -0
- package/src/models/UpdatePlanRequest.ts +20 -8
- package/src/models/UsageBreakdownByAgent.ts +83 -0
- package/src/models/UsageBreakdownByDay.ts +84 -0
- package/src/models/UsageHistoryResponse.ts +83 -0
- package/src/models/UsageRecordDto.ts +133 -0
- package/src/models/VoiceUsageReportRequest.ts +108 -0
- package/src/models/VoiceUsageReportResponse.ts +99 -0
- package/src/models/index.ts +23 -13
|
@@ -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 UsageBreakdownByDay
|
|
16
|
+
*/
|
|
17
|
+
export interface UsageBreakdownByDay {
|
|
18
|
+
/**
|
|
19
|
+
* YYYY-MM-DD
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UsageBreakdownByDay
|
|
22
|
+
*/
|
|
23
|
+
day: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof UsageBreakdownByDay
|
|
28
|
+
*/
|
|
29
|
+
seconds: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof UsageBreakdownByDay
|
|
34
|
+
*/
|
|
35
|
+
overageMinutes: number;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the UsageBreakdownByDay interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfUsageBreakdownByDay(value: object): value is UsageBreakdownByDay;
|
|
41
|
+
export declare function UsageBreakdownByDayFromJSON(json: any): UsageBreakdownByDay;
|
|
42
|
+
export declare function UsageBreakdownByDayFromJSONTyped(json: any, ignoreDiscriminator: boolean): UsageBreakdownByDay;
|
|
43
|
+
export declare function UsageBreakdownByDayToJSON(json: any): UsageBreakdownByDay;
|
|
44
|
+
export declare function UsageBreakdownByDayToJSONTyped(value?: UsageBreakdownByDay | 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 UsageBreakdownByDay interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfUsageBreakdownByDay(value) {
|
|
18
|
+
if (!('day' in value) || value['day'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('seconds' in value) || value['seconds'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('overageMinutes' in value) || value['overageMinutes'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
export function UsageBreakdownByDayFromJSON(json) {
|
|
27
|
+
return UsageBreakdownByDayFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
export function UsageBreakdownByDayFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
+
if (json == null) {
|
|
31
|
+
return json;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'day': json['day'],
|
|
35
|
+
'seconds': json['seconds'],
|
|
36
|
+
'overageMinutes': json['overageMinutes'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
export function UsageBreakdownByDayToJSON(json) {
|
|
40
|
+
return UsageBreakdownByDayToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
export function UsageBreakdownByDayToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'day': value['day'],
|
|
48
|
+
'seconds': value['seconds'],
|
|
49
|
+
'overageMinutes': value['overageMinutes'],
|
|
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 { UsageRecordDto } from './UsageRecordDto';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UsageHistoryResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface UsageHistoryResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<UsageRecordDto>}
|
|
22
|
+
* @memberof UsageHistoryResponse
|
|
23
|
+
*/
|
|
24
|
+
items: Array<UsageRecordDto>;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof UsageHistoryResponse
|
|
29
|
+
*/
|
|
30
|
+
total: number;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the UsageHistoryResponse interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfUsageHistoryResponse(value: object): value is UsageHistoryResponse;
|
|
36
|
+
export declare function UsageHistoryResponseFromJSON(json: any): UsageHistoryResponse;
|
|
37
|
+
export declare function UsageHistoryResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): UsageHistoryResponse;
|
|
38
|
+
export declare function UsageHistoryResponseToJSON(json: any): UsageHistoryResponse;
|
|
39
|
+
export declare function UsageHistoryResponseToJSONTyped(value?: UsageHistoryResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,48 @@
|
|
|
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 { UsageRecordDtoFromJSON, UsageRecordDtoToJSON, } from './UsageRecordDto';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the UsageHistoryResponse interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfUsageHistoryResponse(value) {
|
|
19
|
+
if (!('items' in value) || value['items'] === undefined)
|
|
20
|
+
return false;
|
|
21
|
+
if (!('total' in value) || value['total'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
return true;
|
|
24
|
+
}
|
|
25
|
+
export function UsageHistoryResponseFromJSON(json) {
|
|
26
|
+
return UsageHistoryResponseFromJSONTyped(json, false);
|
|
27
|
+
}
|
|
28
|
+
export function UsageHistoryResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
+
if (json == null) {
|
|
30
|
+
return json;
|
|
31
|
+
}
|
|
32
|
+
return {
|
|
33
|
+
'items': (json['items'].map(UsageRecordDtoFromJSON)),
|
|
34
|
+
'total': json['total'],
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
export function UsageHistoryResponseToJSON(json) {
|
|
38
|
+
return UsageHistoryResponseToJSONTyped(json, false);
|
|
39
|
+
}
|
|
40
|
+
export function UsageHistoryResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
41
|
+
if (value == null) {
|
|
42
|
+
return value;
|
|
43
|
+
}
|
|
44
|
+
return {
|
|
45
|
+
'items': (value['items'].map(UsageRecordDtoToJSON)),
|
|
46
|
+
'total': value['total'],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
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 UsageRecordDto
|
|
16
|
+
*/
|
|
17
|
+
export interface UsageRecordDto {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UsageRecordDto
|
|
22
|
+
*/
|
|
23
|
+
id: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof UsageRecordDto
|
|
28
|
+
*/
|
|
29
|
+
voiceAgentId?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof UsageRecordDto
|
|
34
|
+
*/
|
|
35
|
+
callId?: string | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof UsageRecordDto
|
|
40
|
+
*/
|
|
41
|
+
seconds: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof UsageRecordDto
|
|
46
|
+
*/
|
|
47
|
+
overageMinutes?: number;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {Date}
|
|
51
|
+
* @memberof UsageRecordDto
|
|
52
|
+
*/
|
|
53
|
+
reportedToStripeAt?: Date | null;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof UsageRecordDto
|
|
58
|
+
*/
|
|
59
|
+
source: string;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof UsageRecordDto
|
|
64
|
+
*/
|
|
65
|
+
note?: string | null;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {Date}
|
|
69
|
+
* @memberof UsageRecordDto
|
|
70
|
+
*/
|
|
71
|
+
createdAt: Date;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Check if a given object implements the UsageRecordDto interface.
|
|
75
|
+
*/
|
|
76
|
+
export declare function instanceOfUsageRecordDto(value: object): value is UsageRecordDto;
|
|
77
|
+
export declare function UsageRecordDtoFromJSON(json: any): UsageRecordDto;
|
|
78
|
+
export declare function UsageRecordDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): UsageRecordDto;
|
|
79
|
+
export declare function UsageRecordDtoToJSON(json: any): UsageRecordDto;
|
|
80
|
+
export declare function UsageRecordDtoToJSONTyped(value?: UsageRecordDto | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,65 @@
|
|
|
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 UsageRecordDto interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfUsageRecordDto(value) {
|
|
18
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('seconds' in value) || value['seconds'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('source' in value) || value['source'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
if (!('createdAt' in value) || value['createdAt'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
export function UsageRecordDtoFromJSON(json) {
|
|
29
|
+
return UsageRecordDtoFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
export function UsageRecordDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'id': json['id'],
|
|
37
|
+
'voiceAgentId': json['voiceAgentId'] == null ? undefined : json['voiceAgentId'],
|
|
38
|
+
'callId': json['callId'] == null ? undefined : json['callId'],
|
|
39
|
+
'seconds': json['seconds'],
|
|
40
|
+
'overageMinutes': json['overageMinutes'] == null ? undefined : json['overageMinutes'],
|
|
41
|
+
'reportedToStripeAt': json['reportedToStripeAt'] == null ? undefined : (new Date(json['reportedToStripeAt'])),
|
|
42
|
+
'source': json['source'],
|
|
43
|
+
'note': json['note'] == null ? undefined : json['note'],
|
|
44
|
+
'createdAt': (new Date(json['createdAt'])),
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
export function UsageRecordDtoToJSON(json) {
|
|
48
|
+
return UsageRecordDtoToJSONTyped(json, false);
|
|
49
|
+
}
|
|
50
|
+
export function UsageRecordDtoToJSONTyped(value, ignoreDiscriminator = false) {
|
|
51
|
+
if (value == null) {
|
|
52
|
+
return value;
|
|
53
|
+
}
|
|
54
|
+
return {
|
|
55
|
+
'id': value['id'],
|
|
56
|
+
'voiceAgentId': value['voiceAgentId'],
|
|
57
|
+
'callId': value['callId'],
|
|
58
|
+
'seconds': value['seconds'],
|
|
59
|
+
'overageMinutes': value['overageMinutes'],
|
|
60
|
+
'reportedToStripeAt': value['reportedToStripeAt'] == null ? value['reportedToStripeAt'] : value['reportedToStripeAt'].toISOString(),
|
|
61
|
+
'source': value['source'],
|
|
62
|
+
'note': value['note'],
|
|
63
|
+
'createdAt': value['createdAt'].toISOString(),
|
|
64
|
+
};
|
|
65
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
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 VoiceUsageReportRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface VoiceUsageReportRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof VoiceUsageReportRequest
|
|
22
|
+
*/
|
|
23
|
+
organizationId: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof VoiceUsageReportRequest
|
|
28
|
+
*/
|
|
29
|
+
voiceAgentId?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof VoiceUsageReportRequest
|
|
34
|
+
*/
|
|
35
|
+
callId?: string | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof VoiceUsageReportRequest
|
|
40
|
+
*/
|
|
41
|
+
seconds: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof VoiceUsageReportRequest
|
|
46
|
+
*/
|
|
47
|
+
idempotencyKey: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof VoiceUsageReportRequest
|
|
52
|
+
*/
|
|
53
|
+
note?: string;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Check if a given object implements the VoiceUsageReportRequest interface.
|
|
57
|
+
*/
|
|
58
|
+
export declare function instanceOfVoiceUsageReportRequest(value: object): value is VoiceUsageReportRequest;
|
|
59
|
+
export declare function VoiceUsageReportRequestFromJSON(json: any): VoiceUsageReportRequest;
|
|
60
|
+
export declare function VoiceUsageReportRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): VoiceUsageReportRequest;
|
|
61
|
+
export declare function VoiceUsageReportRequestToJSON(json: any): VoiceUsageReportRequest;
|
|
62
|
+
export declare function VoiceUsageReportRequestToJSONTyped(value?: VoiceUsageReportRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,57 @@
|
|
|
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 VoiceUsageReportRequest interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfVoiceUsageReportRequest(value) {
|
|
18
|
+
if (!('organizationId' in value) || value['organizationId'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('seconds' in value) || value['seconds'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('idempotencyKey' in value) || value['idempotencyKey'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
export function VoiceUsageReportRequestFromJSON(json) {
|
|
27
|
+
return VoiceUsageReportRequestFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
export function VoiceUsageReportRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
+
if (json == null) {
|
|
31
|
+
return json;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'organizationId': json['organizationId'],
|
|
35
|
+
'voiceAgentId': json['voiceAgentId'] == null ? undefined : json['voiceAgentId'],
|
|
36
|
+
'callId': json['callId'] == null ? undefined : json['callId'],
|
|
37
|
+
'seconds': json['seconds'],
|
|
38
|
+
'idempotencyKey': json['idempotencyKey'],
|
|
39
|
+
'note': json['note'] == null ? undefined : json['note'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
export function VoiceUsageReportRequestToJSON(json) {
|
|
43
|
+
return VoiceUsageReportRequestToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
export function VoiceUsageReportRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'organizationId': value['organizationId'],
|
|
51
|
+
'voiceAgentId': value['voiceAgentId'],
|
|
52
|
+
'callId': value['callId'],
|
|
53
|
+
'seconds': value['seconds'],
|
|
54
|
+
'idempotencyKey': value['idempotencyKey'],
|
|
55
|
+
'note': value['note'],
|
|
56
|
+
};
|
|
57
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
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 { SubscriptionUsageSummary } from './SubscriptionUsageSummary';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface VoiceUsageReportResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface VoiceUsageReportResponse {
|
|
19
|
+
/**
|
|
20
|
+
* True for new records; false if idempotency key was already used.
|
|
21
|
+
* @type {boolean}
|
|
22
|
+
* @memberof VoiceUsageReportResponse
|
|
23
|
+
*/
|
|
24
|
+
recorded: boolean;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof VoiceUsageReportResponse
|
|
29
|
+
*/
|
|
30
|
+
usageRecordId?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {SubscriptionUsageSummary}
|
|
34
|
+
* @memberof VoiceUsageReportResponse
|
|
35
|
+
*/
|
|
36
|
+
usage: SubscriptionUsageSummary;
|
|
37
|
+
/**
|
|
38
|
+
* Minutes reported to Stripe as overage for this event.
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof VoiceUsageReportResponse
|
|
41
|
+
*/
|
|
42
|
+
overageReported?: number;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Check if a given object implements the VoiceUsageReportResponse interface.
|
|
46
|
+
*/
|
|
47
|
+
export declare function instanceOfVoiceUsageReportResponse(value: object): value is VoiceUsageReportResponse;
|
|
48
|
+
export declare function VoiceUsageReportResponseFromJSON(json: any): VoiceUsageReportResponse;
|
|
49
|
+
export declare function VoiceUsageReportResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): VoiceUsageReportResponse;
|
|
50
|
+
export declare function VoiceUsageReportResponseToJSON(json: any): VoiceUsageReportResponse;
|
|
51
|
+
export declare function VoiceUsageReportResponseToJSONTyped(value?: VoiceUsageReportResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,52 @@
|
|
|
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 { SubscriptionUsageSummaryFromJSON, SubscriptionUsageSummaryToJSON, } from './SubscriptionUsageSummary';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the VoiceUsageReportResponse interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfVoiceUsageReportResponse(value) {
|
|
19
|
+
if (!('recorded' in value) || value['recorded'] === undefined)
|
|
20
|
+
return false;
|
|
21
|
+
if (!('usage' in value) || value['usage'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
return true;
|
|
24
|
+
}
|
|
25
|
+
export function VoiceUsageReportResponseFromJSON(json) {
|
|
26
|
+
return VoiceUsageReportResponseFromJSONTyped(json, false);
|
|
27
|
+
}
|
|
28
|
+
export function VoiceUsageReportResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
+
if (json == null) {
|
|
30
|
+
return json;
|
|
31
|
+
}
|
|
32
|
+
return {
|
|
33
|
+
'recorded': json['recorded'],
|
|
34
|
+
'usageRecordId': json['usageRecordId'] == null ? undefined : json['usageRecordId'],
|
|
35
|
+
'usage': SubscriptionUsageSummaryFromJSON(json['usage']),
|
|
36
|
+
'overageReported': json['overageReported'] == null ? undefined : json['overageReported'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
export function VoiceUsageReportResponseToJSON(json) {
|
|
40
|
+
return VoiceUsageReportResponseToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
export function VoiceUsageReportResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'recorded': value['recorded'],
|
|
48
|
+
'usageRecordId': value['usageRecordId'],
|
|
49
|
+
'usage': SubscriptionUsageSummaryToJSON(value['usage']),
|
|
50
|
+
'overageReported': value['overageReported'],
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
export * from './AdminGrantMinutesRequest';
|
|
2
|
+
export * from './AdminSetSubscriptionRequest';
|
|
3
|
+
export * from './AdminSubscriptionsListResponse';
|
|
1
4
|
export * from './AgentTool';
|
|
2
5
|
export * from './AgentToolUpsert';
|
|
3
6
|
export * from './BillingPortalRequest';
|
|
@@ -14,17 +17,20 @@ export * from './CalendarMetadataBookingConstraints';
|
|
|
14
17
|
export * from './CalendarUpdate';
|
|
15
18
|
export * from './Call';
|
|
16
19
|
export * from './CallCreate';
|
|
20
|
+
export * from './CallFlag';
|
|
21
|
+
export * from './CallFlagCreate';
|
|
22
|
+
export * from './CallFlagResolve';
|
|
23
|
+
export * from './CallFlagUpdate';
|
|
24
|
+
export * from './CallFlagWithCall';
|
|
25
|
+
export * from './CallFlagWithCallAllOfCall';
|
|
17
26
|
export * from './CallUpdate';
|
|
18
27
|
export * from './CancelSubscriptionRequest';
|
|
19
|
-
export * from './CancelSubscriptionResponse';
|
|
20
28
|
export * from './ChatAgent';
|
|
21
29
|
export * from './ChatAgentCreate';
|
|
22
30
|
export * from './ChatAgentUpdate';
|
|
23
31
|
export * from './CheckoutSessionResponse';
|
|
24
32
|
export * from './CreateCheckoutSessionRequest';
|
|
25
|
-
export * from './
|
|
26
|
-
export * from './CreditTransaction';
|
|
27
|
-
export * from './CreditTransactionsResponse';
|
|
33
|
+
export * from './CurrentPeriodUsage';
|
|
28
34
|
export * from './DispatchRuleCreate';
|
|
29
35
|
export * from './HistoryConversation';
|
|
30
36
|
export * from './HistoryMessage';
|
|
@@ -32,6 +38,7 @@ export * from './HistorySummary';
|
|
|
32
38
|
export * from './InvitationAccept';
|
|
33
39
|
export * from './InvitationCreate';
|
|
34
40
|
export * from './InvitationResponse';
|
|
41
|
+
export * from './LifecycleResponse';
|
|
35
42
|
export * from './LlmAgent';
|
|
36
43
|
export * from './LlmAgentInput';
|
|
37
44
|
export * from './LlmAgentUpdateInput';
|
|
@@ -55,8 +62,6 @@ export * from './OrganizationsOrganizationIdSipDispatchRulesPost200Response';
|
|
|
55
62
|
export * from './OrganizationsOrganizationIdVoiceAgentsBasicGet200ResponseInner';
|
|
56
63
|
export * from './OrganizationsOrganizationIdVoiceAgentsVoiceAgentIdSandboxTokenPostRequest';
|
|
57
64
|
export * from './PauseSubscriptionRequest';
|
|
58
|
-
export * from './PauseSubscriptionResponse';
|
|
59
|
-
export * from './PauseSubscriptionResponsePauseCollection';
|
|
60
65
|
export * from './PhoneNumber';
|
|
61
66
|
export * from './PhoneNumberCreate';
|
|
62
67
|
export * from './Phonebook';
|
|
@@ -66,6 +71,9 @@ export * from './PhonebookEntryUpdate';
|
|
|
66
71
|
export * from './PhonebookImportResult';
|
|
67
72
|
export * from './PhonebookImportResultErrorsInner';
|
|
68
73
|
export * from './PhonebookUpdate';
|
|
74
|
+
export * from './PlanCatalogEntry';
|
|
75
|
+
export * from './PlanCatalogEntryOverageInner';
|
|
76
|
+
export * from './PlanCatalogPrice';
|
|
69
77
|
export * from './RagConfig';
|
|
70
78
|
export * from './RagConfigCreate';
|
|
71
79
|
export * from './RagDocument';
|
|
@@ -73,7 +81,6 @@ export * from './RagDocumentChunk';
|
|
|
73
81
|
export * from './RagDocumentChunkList';
|
|
74
82
|
export * from './RagDocumentList';
|
|
75
83
|
export * from './RecordingSignedUrl';
|
|
76
|
-
export * from './ResumeSubscriptionResponse';
|
|
77
84
|
export * from './SandboxToken';
|
|
78
85
|
export * from './SipTrunk';
|
|
79
86
|
export * from './SipTrunkCreate';
|
|
@@ -81,11 +88,10 @@ export * from './SipTrunkWithAgent';
|
|
|
81
88
|
export * from './SipTrunkWithAgentAllOfAgents';
|
|
82
89
|
export * from './SttProvider';
|
|
83
90
|
export * from './SttProviderModel';
|
|
84
|
-
export * from './
|
|
91
|
+
export * from './SubscriptionPlanSummary';
|
|
92
|
+
export * from './SubscriptionPlanSummaryOverageRate';
|
|
85
93
|
export * from './SubscriptionStatus';
|
|
86
|
-
export * from './
|
|
87
|
-
export * from './SubscriptionStatusService';
|
|
88
|
-
export * from './SubscriptionStatusSubscription';
|
|
94
|
+
export * from './SubscriptionUsageSummary';
|
|
89
95
|
export * from './Tool';
|
|
90
96
|
export * from './ToolConfig';
|
|
91
97
|
export * from './ToolCreate';
|
|
@@ -93,9 +99,11 @@ export * from './ToolUpdate';
|
|
|
93
99
|
export * from './TtsProvider';
|
|
94
100
|
export * from './TtsProviderModel';
|
|
95
101
|
export * from './TtsProviderVoice';
|
|
96
|
-
export * from './UnpauseSubscriptionResponse';
|
|
97
102
|
export * from './UpdatePlanRequest';
|
|
98
|
-
export * from './
|
|
103
|
+
export * from './UsageBreakdownByAgent';
|
|
104
|
+
export * from './UsageBreakdownByDay';
|
|
105
|
+
export * from './UsageHistoryResponse';
|
|
106
|
+
export * from './UsageRecordDto';
|
|
99
107
|
export * from './UserPreferences';
|
|
100
108
|
export * from './UserPreferencesUpdate';
|
|
101
109
|
export * from './VoiceAgent';
|
|
@@ -104,5 +112,7 @@ export * from './VoiceAgentMetadata';
|
|
|
104
112
|
export * from './VoiceAgentUpdate';
|
|
105
113
|
export * from './VoiceAgentWithSipTrunks';
|
|
106
114
|
export * from './VoiceAgentWithSipTrunksAllOfSipTrunks';
|
|
115
|
+
export * from './VoiceUsageReportRequest';
|
|
116
|
+
export * from './VoiceUsageReportResponse';
|
|
107
117
|
export * from './WidgetConfig';
|
|
108
118
|
export * from './WidgetPosition';
|