@wildix/wda-history-client 1.0.25 → 1.0.26
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-cjs/models/models_0.js +3 -3
- package/dist-es/models/models_0.js +3 -3
- package/dist-types/commands/GetCallCommand.d.ts +5 -5
- package/dist-types/commands/QueryConversationsCommand.d.ts +5 -5
- package/dist-types/commands/QueryUserCallsCommand.d.ts +5 -5
- package/dist-types/models/models_0.d.ts +4 -4
- package/package.json +1 -1
|
@@ -52,9 +52,9 @@ class CallNotFoundException extends WdaHistoryServiceException_1.WdaHistoryServi
|
|
|
52
52
|
}
|
|
53
53
|
exports.CallNotFoundException = CallNotFoundException;
|
|
54
54
|
exports.CallRecordOwner = {
|
|
55
|
-
CALLEE: "
|
|
56
|
-
CALLER: "
|
|
57
|
-
SYSTEM: "
|
|
55
|
+
CALLEE: "callee",
|
|
56
|
+
CALLER: "caller",
|
|
57
|
+
SYSTEM: "system",
|
|
58
58
|
};
|
|
59
59
|
exports.CallRecordPauseReason = {
|
|
60
60
|
HOLD: "hold",
|
|
@@ -46,9 +46,9 @@ export class CallNotFoundException extends __BaseException {
|
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
export const CallRecordOwner = {
|
|
49
|
-
CALLEE: "
|
|
50
|
-
CALLER: "
|
|
51
|
-
SYSTEM: "
|
|
49
|
+
CALLEE: "callee",
|
|
50
|
+
CALLER: "caller",
|
|
51
|
+
SYSTEM: "system",
|
|
52
52
|
};
|
|
53
53
|
export const CallRecordPauseReason = {
|
|
54
54
|
HOLD: "hold",
|
|
@@ -110,7 +110,7 @@ declare const GetCallCommand_base: {
|
|
|
110
110
|
* // fileName: "STRING_VALUE", // required
|
|
111
111
|
* // start: Number("long"), // required
|
|
112
112
|
* // end: Number("long"), // required
|
|
113
|
-
* // owner: "
|
|
113
|
+
* // owner: "callee" || "caller" || "system", // required
|
|
114
114
|
* // url: "STRING_VALUE", // required
|
|
115
115
|
* // pauses: [ // CallRecordPausesList // required
|
|
116
116
|
* // { // CallRecordPause
|
|
@@ -151,7 +151,7 @@ declare const GetCallCommand_base: {
|
|
|
151
151
|
* // fileName: "STRING_VALUE", // required
|
|
152
152
|
* // start: Number("long"), // required
|
|
153
153
|
* // end: Number("long"), // required
|
|
154
|
-
* // owner: "
|
|
154
|
+
* // owner: "callee" || "caller" || "system", // required
|
|
155
155
|
* // url: "STRING_VALUE", // required
|
|
156
156
|
* // pauses: [ // required
|
|
157
157
|
* // {
|
|
@@ -163,7 +163,7 @@ declare const GetCallCommand_base: {
|
|
|
163
163
|
* // },
|
|
164
164
|
* // fax: { // CallFlowFax
|
|
165
165
|
* // url: "STRING_VALUE", // required
|
|
166
|
-
* // status: "STRING_VALUE",
|
|
166
|
+
* // status: "STRING_VALUE",
|
|
167
167
|
* // destinations: [
|
|
168
168
|
* // {
|
|
169
169
|
* // phone: "STRING_VALUE",
|
|
@@ -176,12 +176,12 @@ declare const GetCallCommand_base: {
|
|
|
176
176
|
* // groupName: "STRING_VALUE",
|
|
177
177
|
* // },
|
|
178
178
|
* // ],
|
|
179
|
-
* // owner: "
|
|
179
|
+
* // owner: "callee" || "caller" || "system",
|
|
180
180
|
* // errorMsg: "STRING_VALUE",
|
|
181
181
|
* // },
|
|
182
182
|
* // voicemail: { // CallFlowVoicemail
|
|
183
183
|
* // url: "STRING_VALUE", // required
|
|
184
|
-
* // owner: "
|
|
184
|
+
* // owner: "callee" || "caller" || "system",
|
|
185
185
|
* // },
|
|
186
186
|
* // },
|
|
187
187
|
* // ],
|
|
@@ -119,7 +119,7 @@ declare const QueryConversationsCommand_base: {
|
|
|
119
119
|
* // fileName: "STRING_VALUE", // required
|
|
120
120
|
* // start: Number("long"), // required
|
|
121
121
|
* // end: Number("long"), // required
|
|
122
|
-
* // owner: "
|
|
122
|
+
* // owner: "callee" || "caller" || "system", // required
|
|
123
123
|
* // url: "STRING_VALUE", // required
|
|
124
124
|
* // pauses: [ // CallRecordPausesList // required
|
|
125
125
|
* // { // CallRecordPause
|
|
@@ -160,7 +160,7 @@ declare const QueryConversationsCommand_base: {
|
|
|
160
160
|
* // fileName: "STRING_VALUE", // required
|
|
161
161
|
* // start: Number("long"), // required
|
|
162
162
|
* // end: Number("long"), // required
|
|
163
|
-
* // owner: "
|
|
163
|
+
* // owner: "callee" || "caller" || "system", // required
|
|
164
164
|
* // url: "STRING_VALUE", // required
|
|
165
165
|
* // pauses: [ // required
|
|
166
166
|
* // {
|
|
@@ -172,7 +172,7 @@ declare const QueryConversationsCommand_base: {
|
|
|
172
172
|
* // },
|
|
173
173
|
* // fax: { // CallFlowFax
|
|
174
174
|
* // url: "STRING_VALUE", // required
|
|
175
|
-
* // status: "STRING_VALUE",
|
|
175
|
+
* // status: "STRING_VALUE",
|
|
176
176
|
* // destinations: [
|
|
177
177
|
* // {
|
|
178
178
|
* // phone: "STRING_VALUE",
|
|
@@ -185,12 +185,12 @@ declare const QueryConversationsCommand_base: {
|
|
|
185
185
|
* // groupName: "STRING_VALUE",
|
|
186
186
|
* // },
|
|
187
187
|
* // ],
|
|
188
|
-
* // owner: "
|
|
188
|
+
* // owner: "callee" || "caller" || "system",
|
|
189
189
|
* // errorMsg: "STRING_VALUE",
|
|
190
190
|
* // },
|
|
191
191
|
* // voicemail: { // CallFlowVoicemail
|
|
192
192
|
* // url: "STRING_VALUE", // required
|
|
193
|
-
* // owner: "
|
|
193
|
+
* // owner: "callee" || "caller" || "system",
|
|
194
194
|
* // },
|
|
195
195
|
* // },
|
|
196
196
|
* // ],
|
|
@@ -119,7 +119,7 @@ declare const QueryUserCallsCommand_base: {
|
|
|
119
119
|
* // fileName: "STRING_VALUE", // required
|
|
120
120
|
* // start: Number("long"), // required
|
|
121
121
|
* // end: Number("long"), // required
|
|
122
|
-
* // owner: "
|
|
122
|
+
* // owner: "callee" || "caller" || "system", // required
|
|
123
123
|
* // url: "STRING_VALUE", // required
|
|
124
124
|
* // pauses: [ // CallRecordPausesList // required
|
|
125
125
|
* // { // CallRecordPause
|
|
@@ -160,7 +160,7 @@ declare const QueryUserCallsCommand_base: {
|
|
|
160
160
|
* // fileName: "STRING_VALUE", // required
|
|
161
161
|
* // start: Number("long"), // required
|
|
162
162
|
* // end: Number("long"), // required
|
|
163
|
-
* // owner: "
|
|
163
|
+
* // owner: "callee" || "caller" || "system", // required
|
|
164
164
|
* // url: "STRING_VALUE", // required
|
|
165
165
|
* // pauses: [ // required
|
|
166
166
|
* // {
|
|
@@ -172,7 +172,7 @@ declare const QueryUserCallsCommand_base: {
|
|
|
172
172
|
* // },
|
|
173
173
|
* // fax: { // CallFlowFax
|
|
174
174
|
* // url: "STRING_VALUE", // required
|
|
175
|
-
* // status: "STRING_VALUE",
|
|
175
|
+
* // status: "STRING_VALUE",
|
|
176
176
|
* // destinations: [
|
|
177
177
|
* // {
|
|
178
178
|
* // phone: "STRING_VALUE",
|
|
@@ -185,12 +185,12 @@ declare const QueryUserCallsCommand_base: {
|
|
|
185
185
|
* // groupName: "STRING_VALUE",
|
|
186
186
|
* // },
|
|
187
187
|
* // ],
|
|
188
|
-
* // owner: "
|
|
188
|
+
* // owner: "callee" || "caller" || "system",
|
|
189
189
|
* // errorMsg: "STRING_VALUE",
|
|
190
190
|
* // },
|
|
191
191
|
* // voicemail: { // CallFlowVoicemail
|
|
192
192
|
* // url: "STRING_VALUE", // required
|
|
193
|
-
* // owner: "
|
|
193
|
+
* // owner: "callee" || "caller" || "system",
|
|
194
194
|
* // },
|
|
195
195
|
* // },
|
|
196
196
|
* // ],
|
|
@@ -77,9 +77,9 @@ export interface CallFlowAttachmentDestination {
|
|
|
77
77
|
* @enum
|
|
78
78
|
*/
|
|
79
79
|
export declare const CallRecordOwner: {
|
|
80
|
-
readonly CALLEE: "
|
|
81
|
-
readonly CALLER: "
|
|
82
|
-
readonly SYSTEM: "
|
|
80
|
+
readonly CALLEE: "callee";
|
|
81
|
+
readonly CALLER: "caller";
|
|
82
|
+
readonly SYSTEM: "system";
|
|
83
83
|
};
|
|
84
84
|
/**
|
|
85
85
|
* @public
|
|
@@ -90,7 +90,7 @@ export type CallRecordOwner = typeof CallRecordOwner[keyof typeof CallRecordOwne
|
|
|
90
90
|
*/
|
|
91
91
|
export interface CallFlowFax {
|
|
92
92
|
url: string;
|
|
93
|
-
status
|
|
93
|
+
status?: string;
|
|
94
94
|
destinations?: (CallFlowAttachmentDestination)[];
|
|
95
95
|
owner?: CallRecordOwner;
|
|
96
96
|
errorMsg?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/wda-history-client",
|
|
3
3
|
"description": "@wildix/wda-history-client client",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.26",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|