ultracart_rest_api_v2_typescript 4.0.212 → 4.0.214
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/.openapi-generator/FILES +1 -0
- package/README.md +4 -2
- package/dist/apis/ConversationApi.d.ts +28 -1
- package/dist/apis/ConversationApi.js +59 -0
- package/dist/models/AutoOrder.d.ts +13 -0
- package/dist/models/AutoOrder.js +6 -1
- package/dist/models/ConversationPbxAudioUsageResponse.d.ts +69 -0
- package/dist/models/ConversationPbxAudioUsageResponse.js +60 -0
- package/dist/models/index.d.ts +1 -0
- package/dist/models/index.js +1 -0
- package/package.json +1 -1
- package/src/apis/ConversationApi.ts +64 -0
- package/src/models/AutoOrder.ts +18 -1
- package/src/models/ConversationPbxAudioUsageResponse.ts +141 -0
- package/src/models/index.ts +1 -0
package/.openapi-generator/FILES
CHANGED
|
@@ -201,6 +201,7 @@ src/models/ConversationPbxAudio.ts
|
|
|
201
201
|
src/models/ConversationPbxAudioResponse.ts
|
|
202
202
|
src/models/ConversationPbxAudioUploadUrl.ts
|
|
203
203
|
src/models/ConversationPbxAudioUploadUrlResponse.ts
|
|
204
|
+
src/models/ConversationPbxAudioUsageResponse.ts
|
|
204
205
|
src/models/ConversationPbxAudiosResponse.ts
|
|
205
206
|
src/models/ConversationPbxCustomerSnapshotRequest.ts
|
|
206
207
|
src/models/ConversationPbxCustomerSnapshotResponse.ts
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## ultracart_rest_api_v2_typescript@4.0.
|
|
1
|
+
## ultracart_rest_api_v2_typescript@4.0.214
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install ultracart_rest_api_v2_typescript@4.0.
|
|
39
|
+
npm install ultracart_rest_api_v2_typescript@4.0.214 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -54,6 +54,8 @@ Not every change is committed to every SDK.
|
|
|
54
54
|
|
|
55
55
|
| Version | Date | Comments |
|
|
56
56
|
| --: | :-: | --- |
|
|
57
|
+
| 4.0.214 | 05/02/2024 | conversation - new method to load pbx audio usage |
|
|
58
|
+
| 4.0.213 | 05/02/2024 | autoorder - fields to record merge association and tstamp |
|
|
57
59
|
| 4.0.212 | 05/01/2024 | getConversationPbxAudioUploadUrl - fix the response obj def |
|
|
58
60
|
| 4.0.211 | 04/24/2024 | esp - add fields for external generation on email |
|
|
59
61
|
| 4.0.210 | 04/04/2024 | AutoOrder.calculated_next_shipment_dts |
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import { ConversationAgentAuthResponse, ConversationAgentProfile, ConversationAgentProfileResponse, ConversationAutocompleteRequest, ConversationAutocompleteResponse, ConversationCannedMessage, ConversationCannedMessageResponse, ConversationCannedMessagesResponse, ConversationCannedMessagesSearch, ConversationDepartment, ConversationDepartmentMembersResponse, ConversationDepartmentResponse, ConversationDepartmentsResponse, ConversationEngagement, ConversationEngagementResponse, ConversationEngagementsResponse, ConversationJoinRequest, ConversationLocationsResponse, ConversationMessagesResponse, ConversationMultimediaUploadUrlResponse, ConversationPbxAgent, ConversationPbxAgentResponse, ConversationPbxAgentsResponse, ConversationPbxAudio, ConversationPbxAudioResponse, ConversationPbxAudioUploadUrlResponse, ConversationPbxAudiosResponse, ConversationPbxCustomerSnapshotRequest, ConversationPbxCustomerSnapshotResponse, ConversationPbxMenu, ConversationPbxMenuResponse, ConversationPbxMenusResponse, ConversationPbxPhoneNumber, ConversationPbxPhoneNumberResponse, ConversationPbxPhoneNumbersResponse, ConversationPbxQueue, ConversationPbxQueueResponse, ConversationPbxQueuesResponse, ConversationPbxTimeBased, ConversationPbxTimeBasedResponse, ConversationPbxTimeBasedsResponse, ConversationPbxTimeRange, ConversationPbxTimeRangeResponse, ConversationPbxTimeRangesResponse, ConversationPbxVoicemailMailbox, ConversationPbxVoicemailMailboxResponse, ConversationPbxVoicemailMailboxesResponse, ConversationPbxVoicemailMessageResponse, ConversationPbxVoicemailMessageSummariesResponse, ConversationPermissionsResponse, ConversationResponse, ConversationSearchRequest, ConversationSearchResponse, ConversationStartRequest, ConversationStartResponse, ConversationWebchatContext, ConversationWebchatQueueStatusUpdateRequest, ConversationWebchatQueueStatusesResponse, ConversationsResponse } from '../models';
|
|
13
|
+
import { ConversationAgentAuthResponse, ConversationAgentProfile, ConversationAgentProfileResponse, ConversationAutocompleteRequest, ConversationAutocompleteResponse, ConversationCannedMessage, ConversationCannedMessageResponse, ConversationCannedMessagesResponse, ConversationCannedMessagesSearch, ConversationDepartment, ConversationDepartmentMembersResponse, ConversationDepartmentResponse, ConversationDepartmentsResponse, ConversationEngagement, ConversationEngagementResponse, ConversationEngagementsResponse, ConversationJoinRequest, ConversationLocationsResponse, ConversationMessagesResponse, ConversationMultimediaUploadUrlResponse, ConversationPbxAgent, ConversationPbxAgentResponse, ConversationPbxAgentsResponse, ConversationPbxAudio, ConversationPbxAudioResponse, ConversationPbxAudioUploadUrlResponse, ConversationPbxAudioUsageResponse, ConversationPbxAudiosResponse, ConversationPbxCustomerSnapshotRequest, ConversationPbxCustomerSnapshotResponse, ConversationPbxMenu, ConversationPbxMenuResponse, ConversationPbxMenusResponse, ConversationPbxPhoneNumber, ConversationPbxPhoneNumberResponse, ConversationPbxPhoneNumbersResponse, ConversationPbxQueue, ConversationPbxQueueResponse, ConversationPbxQueuesResponse, ConversationPbxTimeBased, ConversationPbxTimeBasedResponse, ConversationPbxTimeBasedsResponse, ConversationPbxTimeRange, ConversationPbxTimeRangeResponse, ConversationPbxTimeRangesResponse, ConversationPbxVoicemailMailbox, ConversationPbxVoicemailMailboxResponse, ConversationPbxVoicemailMailboxesResponse, ConversationPbxVoicemailMessageResponse, ConversationPbxVoicemailMessageSummariesResponse, ConversationPermissionsResponse, ConversationResponse, ConversationSearchRequest, ConversationSearchResponse, ConversationStartRequest, ConversationStartResponse, ConversationWebchatContext, ConversationWebchatQueueStatusUpdateRequest, ConversationWebchatQueueStatusesResponse, ConversationsResponse } from '../models';
|
|
14
14
|
export interface DeleteConversationCannedMessageRequest {
|
|
15
15
|
conversationCannedMessageOid: number;
|
|
16
16
|
}
|
|
@@ -96,6 +96,9 @@ export interface GetPbxAgentVoicemailRequest {
|
|
|
96
96
|
export interface GetPbxAudioRequest {
|
|
97
97
|
conversationPbxAudioUuid: string;
|
|
98
98
|
}
|
|
99
|
+
export interface GetPbxAudioUsageRequest {
|
|
100
|
+
conversationPbxAudioUuid: string;
|
|
101
|
+
}
|
|
99
102
|
export interface GetPbxMenuRequest {
|
|
100
103
|
conversationPbxMenuUuid: string;
|
|
101
104
|
}
|
|
@@ -768,6 +771,20 @@ export interface ConversationApiInterface {
|
|
|
768
771
|
* Get pbx audio
|
|
769
772
|
*/
|
|
770
773
|
getPbxAudio(requestParameters: GetPbxAudioRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ConversationPbxAudioResponse>;
|
|
774
|
+
/**
|
|
775
|
+
* Retrieve a pbx audio usage
|
|
776
|
+
* @summary Get pbx audio usage
|
|
777
|
+
* @param {string} conversationPbxAudioUuid
|
|
778
|
+
* @param {*} [options] Override http request option.
|
|
779
|
+
* @throws {RequiredError}
|
|
780
|
+
* @memberof ConversationApiInterface
|
|
781
|
+
*/
|
|
782
|
+
getPbxAudioUsageRaw(requestParameters: GetPbxAudioUsageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ConversationPbxAudioUsageResponse>>;
|
|
783
|
+
/**
|
|
784
|
+
* Retrieve a pbx audio usage
|
|
785
|
+
* Get pbx audio usage
|
|
786
|
+
*/
|
|
787
|
+
getPbxAudioUsage(requestParameters: GetPbxAudioUsageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ConversationPbxAudioUsageResponse>;
|
|
771
788
|
/**
|
|
772
789
|
* Retrieve pbx audios
|
|
773
790
|
* @summary Get pbx audios
|
|
@@ -1833,6 +1850,16 @@ export declare class ConversationApi extends runtime.BaseAPI implements Conversa
|
|
|
1833
1850
|
* Get pbx audio
|
|
1834
1851
|
*/
|
|
1835
1852
|
getPbxAudio(requestParameters: GetPbxAudioRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ConversationPbxAudioResponse>;
|
|
1853
|
+
/**
|
|
1854
|
+
* Retrieve a pbx audio usage
|
|
1855
|
+
* Get pbx audio usage
|
|
1856
|
+
*/
|
|
1857
|
+
getPbxAudioUsageRaw(requestParameters: GetPbxAudioUsageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ConversationPbxAudioUsageResponse>>;
|
|
1858
|
+
/**
|
|
1859
|
+
* Retrieve a pbx audio usage
|
|
1860
|
+
* Get pbx audio usage
|
|
1861
|
+
*/
|
|
1862
|
+
getPbxAudioUsage(requestParameters: GetPbxAudioUsageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ConversationPbxAudioUsageResponse>;
|
|
1836
1863
|
/**
|
|
1837
1864
|
* Retrieve pbx audios
|
|
1838
1865
|
* Get pbx audios
|
|
@@ -2297,6 +2297,65 @@ var ConversationApi = /** @class */ (function (_super) {
|
|
|
2297
2297
|
});
|
|
2298
2298
|
});
|
|
2299
2299
|
};
|
|
2300
|
+
/**
|
|
2301
|
+
* Retrieve a pbx audio usage
|
|
2302
|
+
* Get pbx audio usage
|
|
2303
|
+
*/
|
|
2304
|
+
ConversationApi.prototype.getPbxAudioUsageRaw = function (requestParameters, initOverrides) {
|
|
2305
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
2306
|
+
var queryParameters, headerParameters, _a, _b, response;
|
|
2307
|
+
return __generator(this, function (_c) {
|
|
2308
|
+
switch (_c.label) {
|
|
2309
|
+
case 0:
|
|
2310
|
+
if (requestParameters.conversationPbxAudioUuid === null || requestParameters.conversationPbxAudioUuid === undefined) {
|
|
2311
|
+
throw new runtime.RequiredError('conversationPbxAudioUuid', 'Required parameter requestParameters.conversationPbxAudioUuid was null or undefined when calling getPbxAudioUsage.');
|
|
2312
|
+
}
|
|
2313
|
+
queryParameters = {};
|
|
2314
|
+
headerParameters = {};
|
|
2315
|
+
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
|
|
2316
|
+
// oauth required
|
|
2317
|
+
_a = headerParameters;
|
|
2318
|
+
_b = "Authorization";
|
|
2319
|
+
return [4 /*yield*/, this.configuration.accessToken("ultraCartOauth", ["conversation_read"])];
|
|
2320
|
+
case 1:
|
|
2321
|
+
// oauth required
|
|
2322
|
+
_a[_b] = _c.sent();
|
|
2323
|
+
_c.label = 2;
|
|
2324
|
+
case 2:
|
|
2325
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
2326
|
+
headerParameters["x-ultracart-simple-key"] = this.configuration.apiKey("x-ultracart-simple-key"); // ultraCartSimpleApiKey authentication
|
|
2327
|
+
}
|
|
2328
|
+
return [4 /*yield*/, this.request({
|
|
2329
|
+
path: "/conversation/pbx/audio/{conversationPbxAudioUuid}/usage".replace("{".concat("conversationPbxAudioUuid", "}"), encodeURIComponent(String(requestParameters.conversationPbxAudioUuid))),
|
|
2330
|
+
method: 'GET',
|
|
2331
|
+
headers: headerParameters,
|
|
2332
|
+
query: queryParameters,
|
|
2333
|
+
}, initOverrides)];
|
|
2334
|
+
case 3:
|
|
2335
|
+
response = _c.sent();
|
|
2336
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, models_1.ConversationPbxAudioUsageResponseFromJSON)(jsonValue); })];
|
|
2337
|
+
}
|
|
2338
|
+
});
|
|
2339
|
+
});
|
|
2340
|
+
};
|
|
2341
|
+
/**
|
|
2342
|
+
* Retrieve a pbx audio usage
|
|
2343
|
+
* Get pbx audio usage
|
|
2344
|
+
*/
|
|
2345
|
+
ConversationApi.prototype.getPbxAudioUsage = function (requestParameters, initOverrides) {
|
|
2346
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
2347
|
+
var response;
|
|
2348
|
+
return __generator(this, function (_a) {
|
|
2349
|
+
switch (_a.label) {
|
|
2350
|
+
case 0: return [4 /*yield*/, this.getPbxAudioUsageRaw(requestParameters, initOverrides)];
|
|
2351
|
+
case 1:
|
|
2352
|
+
response = _a.sent();
|
|
2353
|
+
return [4 /*yield*/, response.value()];
|
|
2354
|
+
case 2: return [2 /*return*/, _a.sent()];
|
|
2355
|
+
}
|
|
2356
|
+
});
|
|
2357
|
+
});
|
|
2358
|
+
};
|
|
2300
2359
|
/**
|
|
2301
2360
|
* Retrieve pbx audios
|
|
2302
2361
|
* Get pbx audios
|
|
@@ -128,6 +128,18 @@ export interface AutoOrder {
|
|
|
128
128
|
* @memberof AutoOrder
|
|
129
129
|
*/
|
|
130
130
|
merchant_id?: string;
|
|
131
|
+
/**
|
|
132
|
+
* The date/time the auto order was merged into another auto order
|
|
133
|
+
* @type {string}
|
|
134
|
+
* @memberof AutoOrder
|
|
135
|
+
*/
|
|
136
|
+
merged_dts?: string;
|
|
137
|
+
/**
|
|
138
|
+
* The auto order that this auto order was merged into
|
|
139
|
+
* @type {number}
|
|
140
|
+
* @memberof AutoOrder
|
|
141
|
+
*/
|
|
142
|
+
merged_into_auto_order_oid?: number;
|
|
131
143
|
/**
|
|
132
144
|
* The next time that the auto order will be attempted for processing
|
|
133
145
|
* @type {string}
|
|
@@ -178,6 +190,7 @@ export declare const AutoOrderStatusEnum: {
|
|
|
178
190
|
readonly Active: "active";
|
|
179
191
|
readonly Canceled: "canceled";
|
|
180
192
|
readonly Disabled: "disabled";
|
|
193
|
+
readonly Merged: "merged";
|
|
181
194
|
};
|
|
182
195
|
export type AutoOrderStatusEnum = typeof AutoOrderStatusEnum[keyof typeof AutoOrderStatusEnum];
|
|
183
196
|
export declare function AutoOrderFromJSON(json: any): AutoOrder;
|
package/dist/models/AutoOrder.js
CHANGED
|
@@ -26,7 +26,8 @@ var Order_1 = require("./Order");
|
|
|
26
26
|
exports.AutoOrderStatusEnum = {
|
|
27
27
|
Active: 'active',
|
|
28
28
|
Canceled: 'canceled',
|
|
29
|
-
Disabled: 'disabled'
|
|
29
|
+
Disabled: 'disabled',
|
|
30
|
+
Merged: 'merged'
|
|
30
31
|
};
|
|
31
32
|
function AutoOrderFromJSON(json) {
|
|
32
33
|
return AutoOrderFromJSONTyped(json, false);
|
|
@@ -55,6 +56,8 @@ function AutoOrderFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
55
56
|
'logs': !(0, runtime_1.exists)(json, 'logs') ? undefined : (json['logs'].map(AutoOrderLog_1.AutoOrderLogFromJSON)),
|
|
56
57
|
'management': !(0, runtime_1.exists)(json, 'management') ? undefined : (0, AutoOrderManagement_1.AutoOrderManagementFromJSON)(json['management']),
|
|
57
58
|
'merchant_id': !(0, runtime_1.exists)(json, 'merchant_id') ? undefined : json['merchant_id'],
|
|
59
|
+
'merged_dts': !(0, runtime_1.exists)(json, 'merged_dts') ? undefined : json['merged_dts'],
|
|
60
|
+
'merged_into_auto_order_oid': !(0, runtime_1.exists)(json, 'merged_into_auto_order_oid') ? undefined : json['merged_into_auto_order_oid'],
|
|
58
61
|
'next_attempt': !(0, runtime_1.exists)(json, 'next_attempt') ? undefined : json['next_attempt'],
|
|
59
62
|
'original_order': !(0, runtime_1.exists)(json, 'original_order') ? undefined : (0, Order_1.OrderFromJSON)(json['original_order']),
|
|
60
63
|
'original_order_id': !(0, runtime_1.exists)(json, 'original_order_id') ? undefined : json['original_order_id'],
|
|
@@ -91,6 +94,8 @@ function AutoOrderToJSON(value) {
|
|
|
91
94
|
'logs': value.logs === undefined ? undefined : (value.logs.map(AutoOrderLog_1.AutoOrderLogToJSON)),
|
|
92
95
|
'management': (0, AutoOrderManagement_1.AutoOrderManagementToJSON)(value.management),
|
|
93
96
|
'merchant_id': value.merchant_id,
|
|
97
|
+
'merged_dts': value.merged_dts,
|
|
98
|
+
'merged_into_auto_order_oid': value.merged_into_auto_order_oid,
|
|
94
99
|
'next_attempt': value.next_attempt,
|
|
95
100
|
'original_order': (0, Order_1.OrderToJSON)(value.original_order),
|
|
96
101
|
'original_order_id': value.original_order_id,
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UltraCart Rest API V2
|
|
3
|
+
* UltraCart REST API Version 2
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
|
+
* Contact: support@ultracart.com
|
|
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 { ConversationPbxMenu } from './ConversationPbxMenu';
|
|
13
|
+
import { ConversationPbxQueue } from './ConversationPbxQueue';
|
|
14
|
+
import { ConversationPbxVoicemailMailbox } from './ConversationPbxVoicemailMailbox';
|
|
15
|
+
import { ModelError } from './ModelError';
|
|
16
|
+
import { ResponseMetadata } from './ResponseMetadata';
|
|
17
|
+
import { Warning } from './Warning';
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface ConversationPbxAudioUsageResponse
|
|
22
|
+
*/
|
|
23
|
+
export interface ConversationPbxAudioUsageResponse {
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {ModelError}
|
|
27
|
+
* @memberof ConversationPbxAudioUsageResponse
|
|
28
|
+
*/
|
|
29
|
+
error?: ModelError;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {Array<ConversationPbxMenu>}
|
|
33
|
+
* @memberof ConversationPbxAudioUsageResponse
|
|
34
|
+
*/
|
|
35
|
+
menus?: Array<ConversationPbxMenu>;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {ResponseMetadata}
|
|
39
|
+
* @memberof ConversationPbxAudioUsageResponse
|
|
40
|
+
*/
|
|
41
|
+
metadata?: ResponseMetadata;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {Array<ConversationPbxQueue>}
|
|
45
|
+
* @memberof ConversationPbxAudioUsageResponse
|
|
46
|
+
*/
|
|
47
|
+
queues?: Array<ConversationPbxQueue>;
|
|
48
|
+
/**
|
|
49
|
+
* Indicates if API call was successful
|
|
50
|
+
* @type {boolean}
|
|
51
|
+
* @memberof ConversationPbxAudioUsageResponse
|
|
52
|
+
*/
|
|
53
|
+
success?: boolean;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {Array<ConversationPbxVoicemailMailbox>}
|
|
57
|
+
* @memberof ConversationPbxAudioUsageResponse
|
|
58
|
+
*/
|
|
59
|
+
voicemail_mailboxes?: Array<ConversationPbxVoicemailMailbox>;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {Warning}
|
|
63
|
+
* @memberof ConversationPbxAudioUsageResponse
|
|
64
|
+
*/
|
|
65
|
+
warning?: Warning;
|
|
66
|
+
}
|
|
67
|
+
export declare function ConversationPbxAudioUsageResponseFromJSON(json: any): ConversationPbxAudioUsageResponse;
|
|
68
|
+
export declare function ConversationPbxAudioUsageResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConversationPbxAudioUsageResponse;
|
|
69
|
+
export declare function ConversationPbxAudioUsageResponseToJSON(value?: ConversationPbxAudioUsageResponse | null): any;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* UltraCart Rest API V2
|
|
6
|
+
* UltraCart REST API Version 2
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
|
+
* Contact: support@ultracart.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ConversationPbxAudioUsageResponseToJSON = exports.ConversationPbxAudioUsageResponseFromJSONTyped = exports.ConversationPbxAudioUsageResponseFromJSON = void 0;
|
|
17
|
+
var runtime_1 = require("../runtime");
|
|
18
|
+
var ConversationPbxMenu_1 = require("./ConversationPbxMenu");
|
|
19
|
+
var ConversationPbxQueue_1 = require("./ConversationPbxQueue");
|
|
20
|
+
var ConversationPbxVoicemailMailbox_1 = require("./ConversationPbxVoicemailMailbox");
|
|
21
|
+
var ModelError_1 = require("./ModelError");
|
|
22
|
+
var ResponseMetadata_1 = require("./ResponseMetadata");
|
|
23
|
+
var Warning_1 = require("./Warning");
|
|
24
|
+
function ConversationPbxAudioUsageResponseFromJSON(json) {
|
|
25
|
+
return ConversationPbxAudioUsageResponseFromJSONTyped(json, false);
|
|
26
|
+
}
|
|
27
|
+
exports.ConversationPbxAudioUsageResponseFromJSON = ConversationPbxAudioUsageResponseFromJSON;
|
|
28
|
+
function ConversationPbxAudioUsageResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
+
if ((json === undefined) || (json === null)) {
|
|
30
|
+
return json;
|
|
31
|
+
}
|
|
32
|
+
return {
|
|
33
|
+
'error': !(0, runtime_1.exists)(json, 'error') ? undefined : (0, ModelError_1.ModelErrorFromJSON)(json['error']),
|
|
34
|
+
'menus': !(0, runtime_1.exists)(json, 'menus') ? undefined : (json['menus'].map(ConversationPbxMenu_1.ConversationPbxMenuFromJSON)),
|
|
35
|
+
'metadata': !(0, runtime_1.exists)(json, 'metadata') ? undefined : (0, ResponseMetadata_1.ResponseMetadataFromJSON)(json['metadata']),
|
|
36
|
+
'queues': !(0, runtime_1.exists)(json, 'queues') ? undefined : (json['queues'].map(ConversationPbxQueue_1.ConversationPbxQueueFromJSON)),
|
|
37
|
+
'success': !(0, runtime_1.exists)(json, 'success') ? undefined : json['success'],
|
|
38
|
+
'voicemail_mailboxes': !(0, runtime_1.exists)(json, 'voicemail_mailboxes') ? undefined : (json['voicemail_mailboxes'].map(ConversationPbxVoicemailMailbox_1.ConversationPbxVoicemailMailboxFromJSON)),
|
|
39
|
+
'warning': !(0, runtime_1.exists)(json, 'warning') ? undefined : (0, Warning_1.WarningFromJSON)(json['warning']),
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
exports.ConversationPbxAudioUsageResponseFromJSONTyped = ConversationPbxAudioUsageResponseFromJSONTyped;
|
|
43
|
+
function ConversationPbxAudioUsageResponseToJSON(value) {
|
|
44
|
+
if (value === undefined) {
|
|
45
|
+
return undefined;
|
|
46
|
+
}
|
|
47
|
+
if (value === null) {
|
|
48
|
+
return null;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'error': (0, ModelError_1.ModelErrorToJSON)(value.error),
|
|
52
|
+
'menus': value.menus === undefined ? undefined : (value.menus.map(ConversationPbxMenu_1.ConversationPbxMenuToJSON)),
|
|
53
|
+
'metadata': (0, ResponseMetadata_1.ResponseMetadataToJSON)(value.metadata),
|
|
54
|
+
'queues': value.queues === undefined ? undefined : (value.queues.map(ConversationPbxQueue_1.ConversationPbxQueueToJSON)),
|
|
55
|
+
'success': value.success,
|
|
56
|
+
'voicemail_mailboxes': value.voicemail_mailboxes === undefined ? undefined : (value.voicemail_mailboxes.map(ConversationPbxVoicemailMailbox_1.ConversationPbxVoicemailMailboxToJSON)),
|
|
57
|
+
'warning': (0, Warning_1.WarningToJSON)(value.warning),
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
exports.ConversationPbxAudioUsageResponseToJSON = ConversationPbxAudioUsageResponseToJSON;
|
package/dist/models/index.d.ts
CHANGED
|
@@ -174,6 +174,7 @@ export * from './ConversationPbxAudio';
|
|
|
174
174
|
export * from './ConversationPbxAudioResponse';
|
|
175
175
|
export * from './ConversationPbxAudioUploadUrl';
|
|
176
176
|
export * from './ConversationPbxAudioUploadUrlResponse';
|
|
177
|
+
export * from './ConversationPbxAudioUsageResponse';
|
|
177
178
|
export * from './ConversationPbxAudiosResponse';
|
|
178
179
|
export * from './ConversationPbxCustomerSnapshotRequest';
|
|
179
180
|
export * from './ConversationPbxCustomerSnapshotResponse';
|
package/dist/models/index.js
CHANGED
|
@@ -192,6 +192,7 @@ __exportStar(require("./ConversationPbxAudio"), exports);
|
|
|
192
192
|
__exportStar(require("./ConversationPbxAudioResponse"), exports);
|
|
193
193
|
__exportStar(require("./ConversationPbxAudioUploadUrl"), exports);
|
|
194
194
|
__exportStar(require("./ConversationPbxAudioUploadUrlResponse"), exports);
|
|
195
|
+
__exportStar(require("./ConversationPbxAudioUsageResponse"), exports);
|
|
195
196
|
__exportStar(require("./ConversationPbxAudiosResponse"), exports);
|
|
196
197
|
__exportStar(require("./ConversationPbxCustomerSnapshotRequest"), exports);
|
|
197
198
|
__exportStar(require("./ConversationPbxCustomerSnapshotResponse"), exports);
|
package/package.json
CHANGED
|
@@ -93,6 +93,9 @@ import {
|
|
|
93
93
|
ConversationPbxAudioUploadUrlResponse,
|
|
94
94
|
ConversationPbxAudioUploadUrlResponseFromJSON,
|
|
95
95
|
ConversationPbxAudioUploadUrlResponseToJSON,
|
|
96
|
+
ConversationPbxAudioUsageResponse,
|
|
97
|
+
ConversationPbxAudioUsageResponseFromJSON,
|
|
98
|
+
ConversationPbxAudioUsageResponseToJSON,
|
|
96
99
|
ConversationPbxAudiosResponse,
|
|
97
100
|
ConversationPbxAudiosResponseFromJSON,
|
|
98
101
|
ConversationPbxAudiosResponseToJSON,
|
|
@@ -308,6 +311,10 @@ export interface GetPbxAudioRequest {
|
|
|
308
311
|
conversationPbxAudioUuid: string;
|
|
309
312
|
}
|
|
310
313
|
|
|
314
|
+
export interface GetPbxAudioUsageRequest {
|
|
315
|
+
conversationPbxAudioUuid: string;
|
|
316
|
+
}
|
|
317
|
+
|
|
311
318
|
export interface GetPbxMenuRequest {
|
|
312
319
|
conversationPbxMenuUuid: string;
|
|
313
320
|
}
|
|
@@ -1097,6 +1104,22 @@ export interface ConversationApiInterface {
|
|
|
1097
1104
|
*/
|
|
1098
1105
|
getPbxAudio(requestParameters: GetPbxAudioRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ConversationPbxAudioResponse>;
|
|
1099
1106
|
|
|
1107
|
+
/**
|
|
1108
|
+
* Retrieve a pbx audio usage
|
|
1109
|
+
* @summary Get pbx audio usage
|
|
1110
|
+
* @param {string} conversationPbxAudioUuid
|
|
1111
|
+
* @param {*} [options] Override http request option.
|
|
1112
|
+
* @throws {RequiredError}
|
|
1113
|
+
* @memberof ConversationApiInterface
|
|
1114
|
+
*/
|
|
1115
|
+
getPbxAudioUsageRaw(requestParameters: GetPbxAudioUsageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ConversationPbxAudioUsageResponse>>;
|
|
1116
|
+
|
|
1117
|
+
/**
|
|
1118
|
+
* Retrieve a pbx audio usage
|
|
1119
|
+
* Get pbx audio usage
|
|
1120
|
+
*/
|
|
1121
|
+
getPbxAudioUsage(requestParameters: GetPbxAudioUsageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ConversationPbxAudioUsageResponse>;
|
|
1122
|
+
|
|
1100
1123
|
/**
|
|
1101
1124
|
* Retrieve pbx audios
|
|
1102
1125
|
* @summary Get pbx audios
|
|
@@ -3421,6 +3444,47 @@ export class ConversationApi extends runtime.BaseAPI implements ConversationApiI
|
|
|
3421
3444
|
return await response.value();
|
|
3422
3445
|
}
|
|
3423
3446
|
|
|
3447
|
+
/**
|
|
3448
|
+
* Retrieve a pbx audio usage
|
|
3449
|
+
* Get pbx audio usage
|
|
3450
|
+
*/
|
|
3451
|
+
async getPbxAudioUsageRaw(requestParameters: GetPbxAudioUsageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ConversationPbxAudioUsageResponse>> {
|
|
3452
|
+
if (requestParameters.conversationPbxAudioUuid === null || requestParameters.conversationPbxAudioUuid === undefined) {
|
|
3453
|
+
throw new runtime.RequiredError('conversationPbxAudioUuid','Required parameter requestParameters.conversationPbxAudioUuid was null or undefined when calling getPbxAudioUsage.');
|
|
3454
|
+
}
|
|
3455
|
+
|
|
3456
|
+
const queryParameters: any = {};
|
|
3457
|
+
|
|
3458
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
3459
|
+
|
|
3460
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
3461
|
+
// oauth required
|
|
3462
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("ultraCartOauth", ["conversation_read"]);
|
|
3463
|
+
}
|
|
3464
|
+
|
|
3465
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
3466
|
+
headerParameters["x-ultracart-simple-key"] = this.configuration.apiKey("x-ultracart-simple-key"); // ultraCartSimpleApiKey authentication
|
|
3467
|
+
}
|
|
3468
|
+
|
|
3469
|
+
const response = await this.request({
|
|
3470
|
+
path: `/conversation/pbx/audio/{conversationPbxAudioUuid}/usage`.replace(`{${"conversationPbxAudioUuid"}}`, encodeURIComponent(String(requestParameters.conversationPbxAudioUuid))),
|
|
3471
|
+
method: 'GET',
|
|
3472
|
+
headers: headerParameters,
|
|
3473
|
+
query: queryParameters,
|
|
3474
|
+
}, initOverrides);
|
|
3475
|
+
|
|
3476
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ConversationPbxAudioUsageResponseFromJSON(jsonValue));
|
|
3477
|
+
}
|
|
3478
|
+
|
|
3479
|
+
/**
|
|
3480
|
+
* Retrieve a pbx audio usage
|
|
3481
|
+
* Get pbx audio usage
|
|
3482
|
+
*/
|
|
3483
|
+
async getPbxAudioUsage(requestParameters: GetPbxAudioUsageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ConversationPbxAudioUsageResponse> {
|
|
3484
|
+
const response = await this.getPbxAudioUsageRaw(requestParameters, initOverrides);
|
|
3485
|
+
return await response.value();
|
|
3486
|
+
}
|
|
3487
|
+
|
|
3424
3488
|
/**
|
|
3425
3489
|
* Retrieve pbx audios
|
|
3426
3490
|
* Get pbx audios
|
package/src/models/AutoOrder.ts
CHANGED
|
@@ -158,6 +158,18 @@ export interface AutoOrder {
|
|
|
158
158
|
* @memberof AutoOrder
|
|
159
159
|
*/
|
|
160
160
|
merchant_id?: string;
|
|
161
|
+
/**
|
|
162
|
+
* The date/time the auto order was merged into another auto order
|
|
163
|
+
* @type {string}
|
|
164
|
+
* @memberof AutoOrder
|
|
165
|
+
*/
|
|
166
|
+
merged_dts?: string;
|
|
167
|
+
/**
|
|
168
|
+
* The auto order that this auto order was merged into
|
|
169
|
+
* @type {number}
|
|
170
|
+
* @memberof AutoOrder
|
|
171
|
+
*/
|
|
172
|
+
merged_into_auto_order_oid?: number;
|
|
161
173
|
/**
|
|
162
174
|
* The next time that the auto order will be attempted for processing
|
|
163
175
|
* @type {string}
|
|
@@ -209,7 +221,8 @@ export interface AutoOrder {
|
|
|
209
221
|
export const AutoOrderStatusEnum = {
|
|
210
222
|
Active: 'active',
|
|
211
223
|
Canceled: 'canceled',
|
|
212
|
-
Disabled: 'disabled'
|
|
224
|
+
Disabled: 'disabled',
|
|
225
|
+
Merged: 'merged'
|
|
213
226
|
} as const;
|
|
214
227
|
export type AutoOrderStatusEnum = typeof AutoOrderStatusEnum[keyof typeof AutoOrderStatusEnum];
|
|
215
228
|
|
|
@@ -242,6 +255,8 @@ export function AutoOrderFromJSONTyped(json: any, ignoreDiscriminator: boolean):
|
|
|
242
255
|
'logs': !exists(json, 'logs') ? undefined : ((json['logs'] as Array<any>).map(AutoOrderLogFromJSON)),
|
|
243
256
|
'management': !exists(json, 'management') ? undefined : AutoOrderManagementFromJSON(json['management']),
|
|
244
257
|
'merchant_id': !exists(json, 'merchant_id') ? undefined : json['merchant_id'],
|
|
258
|
+
'merged_dts': !exists(json, 'merged_dts') ? undefined : json['merged_dts'],
|
|
259
|
+
'merged_into_auto_order_oid': !exists(json, 'merged_into_auto_order_oid') ? undefined : json['merged_into_auto_order_oid'],
|
|
245
260
|
'next_attempt': !exists(json, 'next_attempt') ? undefined : json['next_attempt'],
|
|
246
261
|
'original_order': !exists(json, 'original_order') ? undefined : OrderFromJSON(json['original_order']),
|
|
247
262
|
'original_order_id': !exists(json, 'original_order_id') ? undefined : json['original_order_id'],
|
|
@@ -279,6 +294,8 @@ export function AutoOrderToJSON(value?: AutoOrder | null): any {
|
|
|
279
294
|
'logs': value.logs === undefined ? undefined : ((value.logs as Array<any>).map(AutoOrderLogToJSON)),
|
|
280
295
|
'management': AutoOrderManagementToJSON(value.management),
|
|
281
296
|
'merchant_id': value.merchant_id,
|
|
297
|
+
'merged_dts': value.merged_dts,
|
|
298
|
+
'merged_into_auto_order_oid': value.merged_into_auto_order_oid,
|
|
282
299
|
'next_attempt': value.next_attempt,
|
|
283
300
|
'original_order': OrderToJSON(value.original_order),
|
|
284
301
|
'original_order_id': value.original_order_id,
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* UltraCart Rest API V2
|
|
5
|
+
* UltraCart REST API Version 2
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2.0.0
|
|
8
|
+
* Contact: support@ultracart.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import {
|
|
17
|
+
ConversationPbxMenu,
|
|
18
|
+
ConversationPbxMenuFromJSON,
|
|
19
|
+
ConversationPbxMenuFromJSONTyped,
|
|
20
|
+
ConversationPbxMenuToJSON,
|
|
21
|
+
} from './ConversationPbxMenu';
|
|
22
|
+
import {
|
|
23
|
+
ConversationPbxQueue,
|
|
24
|
+
ConversationPbxQueueFromJSON,
|
|
25
|
+
ConversationPbxQueueFromJSONTyped,
|
|
26
|
+
ConversationPbxQueueToJSON,
|
|
27
|
+
} from './ConversationPbxQueue';
|
|
28
|
+
import {
|
|
29
|
+
ConversationPbxVoicemailMailbox,
|
|
30
|
+
ConversationPbxVoicemailMailboxFromJSON,
|
|
31
|
+
ConversationPbxVoicemailMailboxFromJSONTyped,
|
|
32
|
+
ConversationPbxVoicemailMailboxToJSON,
|
|
33
|
+
} from './ConversationPbxVoicemailMailbox';
|
|
34
|
+
import {
|
|
35
|
+
ModelError,
|
|
36
|
+
ModelErrorFromJSON,
|
|
37
|
+
ModelErrorFromJSONTyped,
|
|
38
|
+
ModelErrorToJSON,
|
|
39
|
+
} from './ModelError';
|
|
40
|
+
import {
|
|
41
|
+
ResponseMetadata,
|
|
42
|
+
ResponseMetadataFromJSON,
|
|
43
|
+
ResponseMetadataFromJSONTyped,
|
|
44
|
+
ResponseMetadataToJSON,
|
|
45
|
+
} from './ResponseMetadata';
|
|
46
|
+
import {
|
|
47
|
+
Warning,
|
|
48
|
+
WarningFromJSON,
|
|
49
|
+
WarningFromJSONTyped,
|
|
50
|
+
WarningToJSON,
|
|
51
|
+
} from './Warning';
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @export
|
|
56
|
+
* @interface ConversationPbxAudioUsageResponse
|
|
57
|
+
*/
|
|
58
|
+
export interface ConversationPbxAudioUsageResponse {
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {ModelError}
|
|
62
|
+
* @memberof ConversationPbxAudioUsageResponse
|
|
63
|
+
*/
|
|
64
|
+
error?: ModelError;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {Array<ConversationPbxMenu>}
|
|
68
|
+
* @memberof ConversationPbxAudioUsageResponse
|
|
69
|
+
*/
|
|
70
|
+
menus?: Array<ConversationPbxMenu>;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {ResponseMetadata}
|
|
74
|
+
* @memberof ConversationPbxAudioUsageResponse
|
|
75
|
+
*/
|
|
76
|
+
metadata?: ResponseMetadata;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {Array<ConversationPbxQueue>}
|
|
80
|
+
* @memberof ConversationPbxAudioUsageResponse
|
|
81
|
+
*/
|
|
82
|
+
queues?: Array<ConversationPbxQueue>;
|
|
83
|
+
/**
|
|
84
|
+
* Indicates if API call was successful
|
|
85
|
+
* @type {boolean}
|
|
86
|
+
* @memberof ConversationPbxAudioUsageResponse
|
|
87
|
+
*/
|
|
88
|
+
success?: boolean;
|
|
89
|
+
/**
|
|
90
|
+
*
|
|
91
|
+
* @type {Array<ConversationPbxVoicemailMailbox>}
|
|
92
|
+
* @memberof ConversationPbxAudioUsageResponse
|
|
93
|
+
*/
|
|
94
|
+
voicemail_mailboxes?: Array<ConversationPbxVoicemailMailbox>;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {Warning}
|
|
98
|
+
* @memberof ConversationPbxAudioUsageResponse
|
|
99
|
+
*/
|
|
100
|
+
warning?: Warning;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
export function ConversationPbxAudioUsageResponseFromJSON(json: any): ConversationPbxAudioUsageResponse {
|
|
104
|
+
return ConversationPbxAudioUsageResponseFromJSONTyped(json, false);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
export function ConversationPbxAudioUsageResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConversationPbxAudioUsageResponse {
|
|
108
|
+
if ((json === undefined) || (json === null)) {
|
|
109
|
+
return json;
|
|
110
|
+
}
|
|
111
|
+
return {
|
|
112
|
+
|
|
113
|
+
'error': !exists(json, 'error') ? undefined : ModelErrorFromJSON(json['error']),
|
|
114
|
+
'menus': !exists(json, 'menus') ? undefined : ((json['menus'] as Array<any>).map(ConversationPbxMenuFromJSON)),
|
|
115
|
+
'metadata': !exists(json, 'metadata') ? undefined : ResponseMetadataFromJSON(json['metadata']),
|
|
116
|
+
'queues': !exists(json, 'queues') ? undefined : ((json['queues'] as Array<any>).map(ConversationPbxQueueFromJSON)),
|
|
117
|
+
'success': !exists(json, 'success') ? undefined : json['success'],
|
|
118
|
+
'voicemail_mailboxes': !exists(json, 'voicemail_mailboxes') ? undefined : ((json['voicemail_mailboxes'] as Array<any>).map(ConversationPbxVoicemailMailboxFromJSON)),
|
|
119
|
+
'warning': !exists(json, 'warning') ? undefined : WarningFromJSON(json['warning']),
|
|
120
|
+
};
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
export function ConversationPbxAudioUsageResponseToJSON(value?: ConversationPbxAudioUsageResponse | null): any {
|
|
124
|
+
if (value === undefined) {
|
|
125
|
+
return undefined;
|
|
126
|
+
}
|
|
127
|
+
if (value === null) {
|
|
128
|
+
return null;
|
|
129
|
+
}
|
|
130
|
+
return {
|
|
131
|
+
|
|
132
|
+
'error': ModelErrorToJSON(value.error),
|
|
133
|
+
'menus': value.menus === undefined ? undefined : ((value.menus as Array<any>).map(ConversationPbxMenuToJSON)),
|
|
134
|
+
'metadata': ResponseMetadataToJSON(value.metadata),
|
|
135
|
+
'queues': value.queues === undefined ? undefined : ((value.queues as Array<any>).map(ConversationPbxQueueToJSON)),
|
|
136
|
+
'success': value.success,
|
|
137
|
+
'voicemail_mailboxes': value.voicemail_mailboxes === undefined ? undefined : ((value.voicemail_mailboxes as Array<any>).map(ConversationPbxVoicemailMailboxToJSON)),
|
|
138
|
+
'warning': WarningToJSON(value.warning),
|
|
139
|
+
};
|
|
140
|
+
}
|
|
141
|
+
|
package/src/models/index.ts
CHANGED
|
@@ -176,6 +176,7 @@ export * from './ConversationPbxAudio';
|
|
|
176
176
|
export * from './ConversationPbxAudioResponse';
|
|
177
177
|
export * from './ConversationPbxAudioUploadUrl';
|
|
178
178
|
export * from './ConversationPbxAudioUploadUrlResponse';
|
|
179
|
+
export * from './ConversationPbxAudioUsageResponse';
|
|
179
180
|
export * from './ConversationPbxAudiosResponse';
|
|
180
181
|
export * from './ConversationPbxCustomerSnapshotRequest';
|
|
181
182
|
export * from './ConversationPbxCustomerSnapshotResponse';
|