@wildix/wda-history-client 1.0.23 → 1.0.25

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.
@@ -105,44 +105,20 @@ declare const GetCallCommand_base: {
105
105
  * // recordings: [ // CallFlowRecordings
106
106
  * // "STRING_VALUE",
107
107
  * // ],
108
- * // recordingsData: [ // CallFlowAttachments
109
- * // { // CallFlowAttachment Union: only one key present
110
- * // recording: { // CallFlowRecording
111
- * // fileName: "STRING_VALUE", // required
112
- * // start: Number("long"), // required
113
- * // end: Number("long"), // required
114
- * // owner: "CALLEE" || "CALLER" || "SYSTEM", // required
115
- * // url: "STRING_VALUE", // required
116
- * // pauses: [ // CallRecordPausesList // required
117
- * // { // CallRecordPause
118
- * // start: Number("long"),
119
- * // end: Number("long"),
120
- * // reason: "pause" || "hold",
121
- * // },
122
- * // ],
123
- * // },
124
- * // fax: { // CallFlowFax
125
- * // url: "STRING_VALUE", // required
126
- * // status: "STRING_VALUE", // required
127
- * // destinations: [ // CallFlowAttachmentDestinationList
128
- * // { // CallFlowAttachmentDestination
129
- * // phone: "STRING_VALUE",
130
- * // name: "STRING_VALUE",
131
- * // email: "STRING_VALUE",
132
- * // userId: "STRING_VALUE",
133
- * // userExtension: "STRING_VALUE",
134
- * // userDepartment: "STRING_VALUE",
135
- * // groupId: "STRING_VALUE",
136
- * // groupName: "STRING_VALUE",
137
- * // },
138
- * // ],
139
- * // owner: "CALLEE" || "CALLER" || "SYSTEM",
140
- * // errorMsg: "STRING_VALUE",
141
- * // },
142
- * // voicemail: { // CallFlowVoicemail
143
- * // url: "STRING_VALUE", // required
144
- * // owner: "CALLEE" || "CALLER" || "SYSTEM",
145
- * // },
108
+ * // recordingsData: [ // CallFlowRecordingsData
109
+ * // { // CallFlowRecording
110
+ * // fileName: "STRING_VALUE", // required
111
+ * // start: Number("long"), // required
112
+ * // end: Number("long"), // required
113
+ * // owner: "CALLEE" || "CALLER" || "SYSTEM", // required
114
+ * // url: "STRING_VALUE", // required
115
+ * // pauses: [ // CallRecordPausesList // required
116
+ * // { // CallRecordPause
117
+ * // start: Number("long"),
118
+ * // end: Number("long"),
119
+ * // reason: "pause" || "hold",
120
+ * // },
121
+ * // ],
146
122
  * // },
147
123
  * // ],
148
124
  * // mergeWith: "STRING_VALUE",
@@ -157,8 +133,8 @@ declare const GetCallCommand_base: {
157
133
  * // transcriptionLanguage: "STRING_VALUE",
158
134
  * // attachment: "STRING_VALUE",
159
135
  * // attachmentType: "VOICEMAIL" || "FAX",
160
- * // attachmentDestinations: [
161
- * // {
136
+ * // attachmentDestinations: [ // CallFlowAttachmentDestinationList
137
+ * // { // CallFlowAttachmentDestination
162
138
  * // phone: "STRING_VALUE",
163
139
  * // name: "STRING_VALUE",
164
140
  * // email: "STRING_VALUE",
@@ -169,8 +145,8 @@ declare const GetCallCommand_base: {
169
145
  * // groupName: "STRING_VALUE",
170
146
  * // },
171
147
  * // ],
172
- * // attachments: [
173
- * // {// Union: only one key present
148
+ * // attachments: [ // CallFlowAttachments
149
+ * // { // CallFlowAttachment Union: only one key present
174
150
  * // recording: {
175
151
  * // fileName: "STRING_VALUE", // required
176
152
  * // start: Number("long"), // required
@@ -185,7 +161,7 @@ declare const GetCallCommand_base: {
185
161
  * // },
186
162
  * // ],
187
163
  * // },
188
- * // fax: {
164
+ * // fax: { // CallFlowFax
189
165
  * // url: "STRING_VALUE", // required
190
166
  * // status: "STRING_VALUE", // required
191
167
  * // destinations: [
@@ -203,7 +179,7 @@ declare const GetCallCommand_base: {
203
179
  * // owner: "CALLEE" || "CALLER" || "SYSTEM",
204
180
  * // errorMsg: "STRING_VALUE",
205
181
  * // },
206
- * // voicemail: {
182
+ * // voicemail: { // CallFlowVoicemail
207
183
  * // url: "STRING_VALUE", // required
208
184
  * // owner: "CALLEE" || "CALLER" || "SYSTEM",
209
185
  * // },
@@ -114,44 +114,20 @@ declare const QueryConversationsCommand_base: {
114
114
  * // recordings: [ // CallFlowRecordings
115
115
  * // "STRING_VALUE",
116
116
  * // ],
117
- * // recordingsData: [ // CallFlowAttachments
118
- * // { // CallFlowAttachment Union: only one key present
119
- * // recording: { // CallFlowRecording
120
- * // fileName: "STRING_VALUE", // required
121
- * // start: Number("long"), // required
122
- * // end: Number("long"), // required
123
- * // owner: "CALLEE" || "CALLER" || "SYSTEM", // required
124
- * // url: "STRING_VALUE", // required
125
- * // pauses: [ // CallRecordPausesList // required
126
- * // { // CallRecordPause
127
- * // start: Number("long"),
128
- * // end: Number("long"),
129
- * // reason: "pause" || "hold",
130
- * // },
131
- * // ],
132
- * // },
133
- * // fax: { // CallFlowFax
134
- * // url: "STRING_VALUE", // required
135
- * // status: "STRING_VALUE", // required
136
- * // destinations: [ // CallFlowAttachmentDestinationList
137
- * // { // CallFlowAttachmentDestination
138
- * // phone: "STRING_VALUE",
139
- * // name: "STRING_VALUE",
140
- * // email: "STRING_VALUE",
141
- * // userId: "STRING_VALUE",
142
- * // userExtension: "STRING_VALUE",
143
- * // userDepartment: "STRING_VALUE",
144
- * // groupId: "STRING_VALUE",
145
- * // groupName: "STRING_VALUE",
146
- * // },
147
- * // ],
148
- * // owner: "CALLEE" || "CALLER" || "SYSTEM",
149
- * // errorMsg: "STRING_VALUE",
150
- * // },
151
- * // voicemail: { // CallFlowVoicemail
152
- * // url: "STRING_VALUE", // required
153
- * // owner: "CALLEE" || "CALLER" || "SYSTEM",
154
- * // },
117
+ * // recordingsData: [ // CallFlowRecordingsData
118
+ * // { // CallFlowRecording
119
+ * // fileName: "STRING_VALUE", // required
120
+ * // start: Number("long"), // required
121
+ * // end: Number("long"), // required
122
+ * // owner: "CALLEE" || "CALLER" || "SYSTEM", // required
123
+ * // url: "STRING_VALUE", // required
124
+ * // pauses: [ // CallRecordPausesList // required
125
+ * // { // CallRecordPause
126
+ * // start: Number("long"),
127
+ * // end: Number("long"),
128
+ * // reason: "pause" || "hold",
129
+ * // },
130
+ * // ],
155
131
  * // },
156
132
  * // ],
157
133
  * // mergeWith: "STRING_VALUE",
@@ -166,8 +142,8 @@ declare const QueryConversationsCommand_base: {
166
142
  * // transcriptionLanguage: "STRING_VALUE",
167
143
  * // attachment: "STRING_VALUE",
168
144
  * // attachmentType: "VOICEMAIL" || "FAX",
169
- * // attachmentDestinations: [
170
- * // {
145
+ * // attachmentDestinations: [ // CallFlowAttachmentDestinationList
146
+ * // { // CallFlowAttachmentDestination
171
147
  * // phone: "STRING_VALUE",
172
148
  * // name: "STRING_VALUE",
173
149
  * // email: "STRING_VALUE",
@@ -178,8 +154,8 @@ declare const QueryConversationsCommand_base: {
178
154
  * // groupName: "STRING_VALUE",
179
155
  * // },
180
156
  * // ],
181
- * // attachments: [
182
- * // {// Union: only one key present
157
+ * // attachments: [ // CallFlowAttachments
158
+ * // { // CallFlowAttachment Union: only one key present
183
159
  * // recording: {
184
160
  * // fileName: "STRING_VALUE", // required
185
161
  * // start: Number("long"), // required
@@ -194,7 +170,7 @@ declare const QueryConversationsCommand_base: {
194
170
  * // },
195
171
  * // ],
196
172
  * // },
197
- * // fax: {
173
+ * // fax: { // CallFlowFax
198
174
  * // url: "STRING_VALUE", // required
199
175
  * // status: "STRING_VALUE", // required
200
176
  * // destinations: [
@@ -212,7 +188,7 @@ declare const QueryConversationsCommand_base: {
212
188
  * // owner: "CALLEE" || "CALLER" || "SYSTEM",
213
189
  * // errorMsg: "STRING_VALUE",
214
190
  * // },
215
- * // voicemail: {
191
+ * // voicemail: { // CallFlowVoicemail
216
192
  * // url: "STRING_VALUE", // required
217
193
  * // owner: "CALLEE" || "CALLER" || "SYSTEM",
218
194
  * // },
@@ -114,44 +114,20 @@ declare const QueryUserCallsCommand_base: {
114
114
  * // recordings: [ // CallFlowRecordings
115
115
  * // "STRING_VALUE",
116
116
  * // ],
117
- * // recordingsData: [ // CallFlowAttachments
118
- * // { // CallFlowAttachment Union: only one key present
119
- * // recording: { // CallFlowRecording
120
- * // fileName: "STRING_VALUE", // required
121
- * // start: Number("long"), // required
122
- * // end: Number("long"), // required
123
- * // owner: "CALLEE" || "CALLER" || "SYSTEM", // required
124
- * // url: "STRING_VALUE", // required
125
- * // pauses: [ // CallRecordPausesList // required
126
- * // { // CallRecordPause
127
- * // start: Number("long"),
128
- * // end: Number("long"),
129
- * // reason: "pause" || "hold",
130
- * // },
131
- * // ],
132
- * // },
133
- * // fax: { // CallFlowFax
134
- * // url: "STRING_VALUE", // required
135
- * // status: "STRING_VALUE", // required
136
- * // destinations: [ // CallFlowAttachmentDestinationList
137
- * // { // CallFlowAttachmentDestination
138
- * // phone: "STRING_VALUE",
139
- * // name: "STRING_VALUE",
140
- * // email: "STRING_VALUE",
141
- * // userId: "STRING_VALUE",
142
- * // userExtension: "STRING_VALUE",
143
- * // userDepartment: "STRING_VALUE",
144
- * // groupId: "STRING_VALUE",
145
- * // groupName: "STRING_VALUE",
146
- * // },
147
- * // ],
148
- * // owner: "CALLEE" || "CALLER" || "SYSTEM",
149
- * // errorMsg: "STRING_VALUE",
150
- * // },
151
- * // voicemail: { // CallFlowVoicemail
152
- * // url: "STRING_VALUE", // required
153
- * // owner: "CALLEE" || "CALLER" || "SYSTEM",
154
- * // },
117
+ * // recordingsData: [ // CallFlowRecordingsData
118
+ * // { // CallFlowRecording
119
+ * // fileName: "STRING_VALUE", // required
120
+ * // start: Number("long"), // required
121
+ * // end: Number("long"), // required
122
+ * // owner: "CALLEE" || "CALLER" || "SYSTEM", // required
123
+ * // url: "STRING_VALUE", // required
124
+ * // pauses: [ // CallRecordPausesList // required
125
+ * // { // CallRecordPause
126
+ * // start: Number("long"),
127
+ * // end: Number("long"),
128
+ * // reason: "pause" || "hold",
129
+ * // },
130
+ * // ],
155
131
  * // },
156
132
  * // ],
157
133
  * // mergeWith: "STRING_VALUE",
@@ -166,8 +142,8 @@ declare const QueryUserCallsCommand_base: {
166
142
  * // transcriptionLanguage: "STRING_VALUE",
167
143
  * // attachment: "STRING_VALUE",
168
144
  * // attachmentType: "VOICEMAIL" || "FAX",
169
- * // attachmentDestinations: [
170
- * // {
145
+ * // attachmentDestinations: [ // CallFlowAttachmentDestinationList
146
+ * // { // CallFlowAttachmentDestination
171
147
  * // phone: "STRING_VALUE",
172
148
  * // name: "STRING_VALUE",
173
149
  * // email: "STRING_VALUE",
@@ -178,8 +154,8 @@ declare const QueryUserCallsCommand_base: {
178
154
  * // groupName: "STRING_VALUE",
179
155
  * // },
180
156
  * // ],
181
- * // attachments: [
182
- * // {// Union: only one key present
157
+ * // attachments: [ // CallFlowAttachments
158
+ * // { // CallFlowAttachment Union: only one key present
183
159
  * // recording: {
184
160
  * // fileName: "STRING_VALUE", // required
185
161
  * // start: Number("long"), // required
@@ -194,7 +170,7 @@ declare const QueryUserCallsCommand_base: {
194
170
  * // },
195
171
  * // ],
196
172
  * // },
197
- * // fax: {
173
+ * // fax: { // CallFlowFax
198
174
  * // url: "STRING_VALUE", // required
199
175
  * // status: "STRING_VALUE", // required
200
176
  * // destinations: [
@@ -212,7 +188,7 @@ declare const QueryUserCallsCommand_base: {
212
188
  * // owner: "CALLEE" || "CALLER" || "SYSTEM",
213
189
  * // errorMsg: "STRING_VALUE",
214
190
  * // },
215
- * // voicemail: {
191
+ * // voicemail: { // CallFlowVoicemail
216
192
  * // url: "STRING_VALUE", // required
217
193
  * // owner: "CALLEE" || "CALLER" || "SYSTEM",
218
194
  * // },
@@ -340,7 +340,7 @@ export interface CallRecord {
340
340
  calleeMos?: string;
341
341
  xhoppersConfId?: string;
342
342
  recordings?: (string)[];
343
- recordingsData?: (CallFlowAttachment)[];
343
+ recordingsData?: (CallFlowRecording)[];
344
344
  mergeWith?: string;
345
345
  splitReason?: string;
346
346
  splitTransferType?: 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.23",
4
+ "version": "1.0.25",
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",