@wildix/wda-insights-client 1.1.43 → 1.1.45

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.
@@ -279,10 +279,10 @@ declare const ListConversationsCommand_base: {
279
279
  * // trunkDirection: "STRING_VALUE",
280
280
  * // queueName: "STRING_VALUE",
281
281
  * // queueId: "STRING_VALUE",
282
+ * // queuePosition: Number("int"),
282
283
  * // tags: [ // CallFlowTags
283
284
  * // "STRING_VALUE",
284
285
  * // ],
285
- * // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
286
286
  * // flags: [ // CallFlowFlags
287
287
  * // "STRING_VALUE",
288
288
  * // ],
@@ -319,6 +319,7 @@ declare const ListConversationsCommand_base: {
319
319
  * // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE",
320
320
  * // transcriptionLanguage: "STRING_VALUE",
321
321
  * // transcriptionSeconds: Number("int"),
322
+ * // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
322
323
  * // attachment: "STRING_VALUE",
323
324
  * // attachmentType: "VOICEMAIL" || "FAX",
324
325
  * // attachmentDestinations: [ // CallFlowAttachmentDestinationList
@@ -444,9 +445,9 @@ declare const ListConversationsCommand_base: {
444
445
  * // },
445
446
  * // ],
446
447
  * // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE", // required
447
- * // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
448
448
  * // transcriptionLanguage: "STRING_VALUE",
449
449
  * // transcriptionSeconds: Number("int"),
450
+ * // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
450
451
  * // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
451
452
  * // },
452
453
  * // chat: { // ChatRecord
@@ -105,10 +105,10 @@ declare const ListPlaylistItemsCommand_base: {
105
105
  * // trunkDirection: "STRING_VALUE",
106
106
  * // queueName: "STRING_VALUE",
107
107
  * // queueId: "STRING_VALUE",
108
+ * // queuePosition: Number("int"),
108
109
  * // tags: [ // CallFlowTags
109
110
  * // "STRING_VALUE",
110
111
  * // ],
111
- * // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
112
112
  * // flags: [ // CallFlowFlags
113
113
  * // "STRING_VALUE",
114
114
  * // ],
@@ -145,6 +145,7 @@ declare const ListPlaylistItemsCommand_base: {
145
145
  * // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE",
146
146
  * // transcriptionLanguage: "STRING_VALUE",
147
147
  * // transcriptionSeconds: Number("int"),
148
+ * // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
148
149
  * // attachment: "STRING_VALUE",
149
150
  * // attachmentType: "VOICEMAIL" || "FAX",
150
151
  * // attachmentDestinations: [ // CallFlowAttachmentDestinationList
@@ -270,9 +271,9 @@ declare const ListPlaylistItemsCommand_base: {
270
271
  * // },
271
272
  * // ],
272
273
  * // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE", // required
273
- * // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
274
274
  * // transcriptionLanguage: "STRING_VALUE",
275
275
  * // transcriptionSeconds: Number("int"),
276
+ * // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
276
277
  * // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
277
278
  * // },
278
279
  * // chat: { // ChatRecord
@@ -103,10 +103,10 @@ declare const ListWatchHistoryCommand_base: {
103
103
  * // trunkDirection: "STRING_VALUE",
104
104
  * // queueName: "STRING_VALUE",
105
105
  * // queueId: "STRING_VALUE",
106
+ * // queuePosition: Number("int"),
106
107
  * // tags: [ // CallFlowTags
107
108
  * // "STRING_VALUE",
108
109
  * // ],
109
- * // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
110
110
  * // flags: [ // CallFlowFlags
111
111
  * // "STRING_VALUE",
112
112
  * // ],
@@ -143,6 +143,7 @@ declare const ListWatchHistoryCommand_base: {
143
143
  * // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE",
144
144
  * // transcriptionLanguage: "STRING_VALUE",
145
145
  * // transcriptionSeconds: Number("int"),
146
+ * // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
146
147
  * // attachment: "STRING_VALUE",
147
148
  * // attachmentType: "VOICEMAIL" || "FAX",
148
149
  * // attachmentDestinations: [ // CallFlowAttachmentDestinationList
@@ -268,9 +269,9 @@ declare const ListWatchHistoryCommand_base: {
268
269
  * // },
269
270
  * // ],
270
271
  * // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE", // required
271
- * // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
272
272
  * // transcriptionLanguage: "STRING_VALUE",
273
273
  * // transcriptionSeconds: Number("int"),
274
+ * // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
274
275
  * // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
275
276
  * // },
276
277
  * // chat: { // ChatRecord
@@ -403,8 +403,12 @@ export interface CallRecord {
403
403
  trunkDirection?: string | undefined;
404
404
  queueName?: string | undefined;
405
405
  queueId?: string | undefined;
406
+ /**
407
+ * Position of the call in the queue (1-based). Updated from consume events and emitted on live progress and record flows.
408
+ * @public
409
+ */
410
+ queuePosition?: number | undefined;
406
411
  tags?: (string)[] | undefined;
407
- annotationsStatus?: AnnotationsStatus | undefined;
408
412
  flags?: (string)[] | undefined;
409
413
  callerMos?: string | undefined;
410
414
  calleeMos?: string | undefined;
@@ -434,6 +438,7 @@ export interface CallRecord {
434
438
  transcriptionStatus?: CallFlowTranscriptionStatus | undefined;
435
439
  transcriptionLanguage?: string | undefined;
436
440
  transcriptionSeconds?: number | undefined;
441
+ annotationsStatus?: AnnotationsStatus | undefined;
437
442
  /**
438
443
  * Consider to use `attachments` instead.
439
444
  *
@@ -885,9 +890,9 @@ export interface ConferenceRecord {
885
890
  participants: (ConferenceAnalyticsRecordParticipant)[];
886
891
  recordings?: (ConferenceRecording)[] | undefined;
887
892
  transcriptionStatus: ConferenceTranscriptionStatus;
888
- annotationsStatus?: AnnotationsStatus | undefined;
889
893
  transcriptionLanguage?: string | undefined;
890
894
  transcriptionSeconds?: number | undefined;
895
+ annotationsStatus?: AnnotationsStatus | undefined;
891
896
  type: RecordType;
892
897
  }
893
898
  /**
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: WdaInsightsClientConfig) => {
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
11
11
  maxAttempts: number | import("@smithy/types").Provider<number>;
12
- requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
12
+ requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
13
13
  retryMode: string | import("@smithy/types").Provider<string>;
14
14
  sha256: import("@smithy/types").HashConstructor;
15
15
  streamCollector: import("@smithy/types").StreamCollector;
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: WdaInsightsClientConfig) => {
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
11
11
  maxAttempts: number | import("@smithy/types").Provider<number>;
12
- requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
12
+ requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
13
13
  retryMode: string | import("@smithy/types").Provider<string>;
14
14
  sha256: import("@smithy/types").HashConstructor;
15
15
  streamCollector: import("@smithy/types").StreamCollector;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: WdaInsightsClientConfig) => {
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  env?: "stage" | "stable" | "prod" | undefined;
9
9
  token: import("@wildix/smithy-utils").TokenProvider;
10
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
10
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
11
11
  cacheMiddleware?: boolean | undefined;
12
12
  protocol?: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").$ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | import("@smithy/types").$ClientProtocolCtor<any, any> | undefined;
13
13
  protocolSettings?: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wildix/wda-insights-client",
3
3
  "description": "@wildix/wda-insights-client client",
4
- "version": "1.1.43",
4
+ "version": "1.1.45",
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",