@wildix/wda-history-client 1.2.22 → 1.2.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.
- package/dist-types/commands/GetCallCommand.d.ts +2 -1
- package/dist-types/commands/GetConferenceCommand.d.ts +1 -1
- package/dist-types/commands/QueryConversationsCommand.d.ts +3 -2
- package/dist-types/commands/QueryUserCallsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCallCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +7 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/package.json +1 -1
|
@@ -100,10 +100,10 @@ declare const GetCallCommand_base: {
|
|
|
100
100
|
* // trunkDirection: "STRING_VALUE",
|
|
101
101
|
* // queueName: "STRING_VALUE",
|
|
102
102
|
* // queueId: "STRING_VALUE",
|
|
103
|
+
* // queuePosition: Number("int"),
|
|
103
104
|
* // tags: [ // CallFlowTags
|
|
104
105
|
* // "STRING_VALUE",
|
|
105
106
|
* // ],
|
|
106
|
-
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
107
107
|
* // flags: [ // CallFlowFlags
|
|
108
108
|
* // "STRING_VALUE",
|
|
109
109
|
* // ],
|
|
@@ -140,6 +140,7 @@ declare const GetCallCommand_base: {
|
|
|
140
140
|
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE",
|
|
141
141
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
142
142
|
* // transcriptionSeconds: Number("int"),
|
|
143
|
+
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
143
144
|
* // attachment: "STRING_VALUE",
|
|
144
145
|
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
145
146
|
* // attachmentDestinations: [ // CallFlowAttachmentDestinationList
|
|
@@ -85,9 +85,9 @@ declare const GetConferenceCommand_base: {
|
|
|
85
85
|
* // },
|
|
86
86
|
* // ],
|
|
87
87
|
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE", // required
|
|
88
|
-
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
89
88
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
90
89
|
* // transcriptionSeconds: Number("int"),
|
|
90
|
+
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
91
91
|
* // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
|
|
92
92
|
* // },
|
|
93
93
|
* // };
|
|
@@ -117,10 +117,10 @@ declare const QueryConversationsCommand_base: {
|
|
|
117
117
|
* // trunkDirection: "STRING_VALUE",
|
|
118
118
|
* // queueName: "STRING_VALUE",
|
|
119
119
|
* // queueId: "STRING_VALUE",
|
|
120
|
+
* // queuePosition: Number("int"),
|
|
120
121
|
* // tags: [ // CallFlowTags
|
|
121
122
|
* // "STRING_VALUE",
|
|
122
123
|
* // ],
|
|
123
|
-
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
124
124
|
* // flags: [ // CallFlowFlags
|
|
125
125
|
* // "STRING_VALUE",
|
|
126
126
|
* // ],
|
|
@@ -157,6 +157,7 @@ declare const QueryConversationsCommand_base: {
|
|
|
157
157
|
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE",
|
|
158
158
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
159
159
|
* // transcriptionSeconds: Number("int"),
|
|
160
|
+
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
160
161
|
* // attachment: "STRING_VALUE",
|
|
161
162
|
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
162
163
|
* // attachmentDestinations: [ // CallFlowAttachmentDestinationList
|
|
@@ -282,9 +283,9 @@ declare const QueryConversationsCommand_base: {
|
|
|
282
283
|
* // },
|
|
283
284
|
* // ],
|
|
284
285
|
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE", // required
|
|
285
|
-
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
286
286
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
287
287
|
* // transcriptionSeconds: Number("int"),
|
|
288
|
+
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
288
289
|
* // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
|
|
289
290
|
* // },
|
|
290
291
|
* // },
|
|
@@ -117,10 +117,10 @@ declare const QueryUserCallsCommand_base: {
|
|
|
117
117
|
* // trunkDirection: "STRING_VALUE",
|
|
118
118
|
* // queueName: "STRING_VALUE",
|
|
119
119
|
* // queueId: "STRING_VALUE",
|
|
120
|
+
* // queuePosition: Number("int"),
|
|
120
121
|
* // tags: [ // CallFlowTags
|
|
121
122
|
* // "STRING_VALUE",
|
|
122
123
|
* // ],
|
|
123
|
-
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
124
124
|
* // flags: [ // CallFlowFlags
|
|
125
125
|
* // "STRING_VALUE",
|
|
126
126
|
* // ],
|
|
@@ -157,6 +157,7 @@ declare const QueryUserCallsCommand_base: {
|
|
|
157
157
|
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE",
|
|
158
158
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
159
159
|
* // transcriptionSeconds: Number("int"),
|
|
160
|
+
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
160
161
|
* // attachment: "STRING_VALUE",
|
|
161
162
|
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
162
163
|
* // attachmentDestinations: [ // CallFlowAttachmentDestinationList
|
|
@@ -103,10 +103,10 @@ declare const UpdateCallCommand_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 UpdateCallCommand_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
|
|
@@ -564,8 +564,12 @@ export interface CallRecord {
|
|
|
564
564
|
trunkDirection?: string | undefined;
|
|
565
565
|
queueName?: string | undefined;
|
|
566
566
|
queueId?: string | undefined;
|
|
567
|
+
/**
|
|
568
|
+
* Position of the call in the queue (1-based). Updated from consume events and emitted on live progress and record flows.
|
|
569
|
+
* @public
|
|
570
|
+
*/
|
|
571
|
+
queuePosition?: number | undefined;
|
|
567
572
|
tags?: (string)[] | undefined;
|
|
568
|
-
annotationsStatus?: AnnotationsStatus | undefined;
|
|
569
573
|
flags?: (string)[] | undefined;
|
|
570
574
|
callerMos?: string | undefined;
|
|
571
575
|
calleeMos?: string | undefined;
|
|
@@ -595,6 +599,7 @@ export interface CallRecord {
|
|
|
595
599
|
transcriptionStatus?: CallFlowTranscriptionStatus | undefined;
|
|
596
600
|
transcriptionLanguage?: string | undefined;
|
|
597
601
|
transcriptionSeconds?: number | undefined;
|
|
602
|
+
annotationsStatus?: AnnotationsStatus | undefined;
|
|
598
603
|
/**
|
|
599
604
|
* Consider to use `attachments` instead.
|
|
600
605
|
*
|
|
@@ -1586,9 +1591,9 @@ export interface ConferenceRecord {
|
|
|
1586
1591
|
participants: (ConferenceAnalyticsRecordParticipant)[];
|
|
1587
1592
|
recordings?: (ConferenceRecording)[] | undefined;
|
|
1588
1593
|
transcriptionStatus: ConferenceTranscriptionStatus;
|
|
1589
|
-
annotationsStatus?: AnnotationsStatus | undefined;
|
|
1590
1594
|
transcriptionLanguage?: string | undefined;
|
|
1591
1595
|
transcriptionSeconds?: number | undefined;
|
|
1596
|
+
annotationsStatus?: AnnotationsStatus | undefined;
|
|
1592
1597
|
type: RecordType;
|
|
1593
1598
|
}
|
|
1594
1599
|
/**
|
|
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: WdaHistoryClientConfig) => {
|
|
|
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/
|
|
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: WdaHistoryClientConfig) => {
|
|
|
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/
|
|
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: WdaHistoryClientConfig) => {
|
|
|
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/
|
|
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-history-client",
|
|
3
3
|
"description": "@wildix/wda-history-client client",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.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",
|