@wildix/wda-history-client 1.2.22 → 1.2.24

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.
Files changed (35) hide show
  1. package/dist-cjs/WdaHistory.js +0 -6
  2. package/dist-cjs/commands/index.js +0 -3
  3. package/dist-cjs/models/models_0.js +13 -80
  4. package/dist-cjs/protocols/Aws_restJson1.js +1 -222
  5. package/dist-es/WdaHistory.js +0 -6
  6. package/dist-es/commands/index.js +0 -3
  7. package/dist-es/models/models_0.js +12 -75
  8. package/dist-es/protocols/Aws_restJson1.js +2 -217
  9. package/dist-types/WdaHistory.d.ts +0 -21
  10. package/dist-types/WdaHistoryClient.d.ts +2 -5
  11. package/dist-types/commands/GetCallCommand.d.ts +2 -2
  12. package/dist-types/commands/GetCallTranscriptionCommand.d.ts +1 -1
  13. package/dist-types/commands/GetChatCommand.d.ts +1 -2
  14. package/dist-types/commands/GetChatTranscriptionCommand.d.ts +1 -1
  15. package/dist-types/commands/GetConferenceCommand.d.ts +1 -2
  16. package/dist-types/commands/GetConferenceTranscriptionCommand.d.ts +1 -1
  17. package/dist-types/commands/QueryConversationsCommand.d.ts +3 -4
  18. package/dist-types/commands/QueryUserCallsCommand.d.ts +2 -2
  19. package/dist-types/commands/UpdateCallCommand.d.ts +2 -2
  20. package/dist-types/commands/index.d.ts +0 -3
  21. package/dist-types/models/models_0.d.ts +33 -289
  22. package/dist-types/protocols/Aws_restJson1.d.ts +0 -27
  23. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  24. package/dist-types/runtimeConfig.d.ts +1 -1
  25. package/dist-types/runtimeConfig.native.d.ts +1 -1
  26. package/package.json +1 -1
  27. package/dist-cjs/commands/GetCallAnnotationsCommand.js +0 -21
  28. package/dist-cjs/commands/GetChatAnnotationsCommand.js +0 -21
  29. package/dist-cjs/commands/GetConferenceAnnotationsCommand.js +0 -21
  30. package/dist-es/commands/GetCallAnnotationsCommand.js +0 -17
  31. package/dist-es/commands/GetChatAnnotationsCommand.js +0 -17
  32. package/dist-es/commands/GetConferenceAnnotationsCommand.js +0 -17
  33. package/dist-types/commands/GetCallAnnotationsCommand.d.ts +0 -115
  34. package/dist-types/commands/GetChatAnnotationsCommand.d.ts +0 -108
  35. package/dist-types/commands/GetConferenceAnnotationsCommand.d.ts +0 -107
@@ -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
  * // ],
@@ -236,7 +236,7 @@ declare const QueryUserCallsCommand_base: {
236
236
  * // licenses: [ // LicensesList // required
237
237
  * // "x-bees" || "uc",
238
238
  * // ],
239
- * // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
239
+ * // type: "call" || "call_transcription" || "conference" || "conference_transcription" || "chat" || "chat_transcription", // required
240
240
  * // },
241
241
  * // ],
242
242
  * // };
@@ -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
  * // ],
@@ -222,7 +222,7 @@ declare const UpdateCallCommand_base: {
222
222
  * // licenses: [ // LicensesList // required
223
223
  * // "x-bees" || "uc",
224
224
  * // ],
225
- * // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
225
+ * // type: "call" || "call_transcription" || "conference" || "conference_transcription" || "chat" || "chat_transcription", // required
226
226
  * // },
227
227
  * // };
228
228
  *
@@ -1,13 +1,10 @@
1
1
  export * from "./GetCallCommand";
2
- export * from "./GetCallAnnotationsCommand";
3
2
  export * from "./GetCallTranscriptionCommand";
4
3
  export * from "./GetCallTranscriptionTextCommand";
5
4
  export * from "./GetChatCommand";
6
- export * from "./GetChatAnnotationsCommand";
7
5
  export * from "./GetChatTranscriptionCommand";
8
6
  export * from "./GetChatTranscriptionTextCommand";
9
7
  export * from "./GetConferenceCommand";
10
- export * from "./GetConferenceAnnotationsCommand";
11
8
  export * from "./GetConferenceTranscriptionCommand";
12
9
  export * from "./GetConferenceTranscriptionTextCommand";
13
10
  export * from "./QueryConversationsCommand";
@@ -1,6 +1,5 @@
1
1
  import { WdaHistoryServiceException as __BaseException } from "./WdaHistoryServiceException";
2
2
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
3
- import { DocumentType as __DocumentType } from "@smithy/types";
4
3
  /**
5
4
  * @public
6
5
  */
@@ -63,184 +62,6 @@ export interface TemplateWithParameters {
63
62
  name: string;
64
63
  parameters?: (TemplateParameter)[] | undefined;
65
64
  }
66
- /**
67
- * @public
68
- */
69
- export declare class CallAnnotationsNotFoundException extends __BaseException {
70
- readonly name: "CallAnnotationsNotFoundException";
71
- readonly $fault: "client";
72
- /**
73
- * @internal
74
- */
75
- constructor(opts: __ExceptionOptionType<CallAnnotationsNotFoundException, __BaseException>);
76
- }
77
- /**
78
- * Tool result captured for an annotation. Runtime services enforce serialized payload size limits.
79
- * @public
80
- */
81
- export interface AnnotationResultValue {
82
- value: __DocumentType;
83
- }
84
- /**
85
- * Capability variable values captured for an annotation. Runtime services enforce serialized payload size limits.
86
- * @public
87
- */
88
- export interface AnnotationVariablesValue {
89
- value: __DocumentType;
90
- }
91
- /**
92
- * @public
93
- */
94
- export type AnnotationPayload = AnnotationPayload.ResultMember | AnnotationPayload.TagMember | AnnotationPayload.TextMember | AnnotationPayload.VariablesMember | AnnotationPayload.$UnknownMember;
95
- /**
96
- * @public
97
- */
98
- export declare namespace AnnotationPayload {
99
- interface TagMember {
100
- tag: string;
101
- text?: never;
102
- variables?: never;
103
- result?: never;
104
- $unknown?: never;
105
- }
106
- interface TextMember {
107
- tag?: never;
108
- text: string;
109
- variables?: never;
110
- result?: never;
111
- $unknown?: never;
112
- }
113
- /**
114
- * Capability variable values captured for an annotation. Runtime services enforce serialized payload size limits.
115
- * @public
116
- */
117
- interface VariablesMember {
118
- tag?: never;
119
- text?: never;
120
- variables: AnnotationVariablesValue;
121
- result?: never;
122
- $unknown?: never;
123
- }
124
- /**
125
- * Tool result captured for an annotation. Runtime services enforce serialized payload size limits.
126
- * @public
127
- */
128
- interface ResultMember {
129
- tag?: never;
130
- text?: never;
131
- variables?: never;
132
- result: AnnotationResultValue;
133
- $unknown?: never;
134
- }
135
- /**
136
- * @public
137
- */
138
- interface $UnknownMember {
139
- tag?: never;
140
- text?: never;
141
- variables?: never;
142
- result?: never;
143
- $unknown: [string, any];
144
- }
145
- interface Visitor<T> {
146
- tag: (value: string) => T;
147
- text: (value: string) => T;
148
- variables: (value: AnnotationVariablesValue) => T;
149
- result: (value: AnnotationResultValue) => T;
150
- _: (name: string, value: any) => T;
151
- }
152
- const visit: <T>(value: AnnotationPayload, visitor: Visitor<T>) => T;
153
- }
154
- /**
155
- * @public
156
- * @enum
157
- */
158
- export declare const AnnotationSourceType: {
159
- readonly CHATBOT: "chatbot";
160
- readonly SYSTEM: "system";
161
- readonly USER: "user";
162
- readonly VOICEBOT: "voicebot";
163
- };
164
- /**
165
- * @public
166
- */
167
- export type AnnotationSourceType = typeof AnnotationSourceType[keyof typeof AnnotationSourceType];
168
- /**
169
- * Producer of an annotation. Generic identifiers allow callers to attach context such as tool id/name, user id/name, etc., without constraining the source type to a fixed shape.
170
- * @public
171
- */
172
- export interface AnnotationSource {
173
- type: AnnotationSourceType;
174
- /**
175
- * Stable identifier of the producer (e.g. tool id, user id).
176
- * @public
177
- */
178
- id?: string | undefined;
179
- /**
180
- * Human-readable name of the producer (e.g. tool name, user display name).
181
- * @public
182
- */
183
- name?: string | undefined;
184
- }
185
- /**
186
- * @public
187
- */
188
- export interface Annotation {
189
- id: string;
190
- time: number;
191
- payload: AnnotationPayload;
192
- /**
193
- * Producer of an annotation. Generic identifiers allow callers to attach context such as tool id/name, user id/name, etc., without constraining the source type to a fixed shape.
194
- * @public
195
- */
196
- source: AnnotationSource;
197
- }
198
- /**
199
- * @public
200
- * @enum
201
- */
202
- export declare const License: {
203
- readonly UC: "uc";
204
- readonly XBEES: "x-bees";
205
- };
206
- /**
207
- * @public
208
- */
209
- export type License = typeof License[keyof typeof License];
210
- /**
211
- * @public
212
- * @enum
213
- */
214
- export declare const RecordType: {
215
- readonly CALL: "call";
216
- readonly CALL_ANNOTATIONS: "call_annotations";
217
- readonly CALL_TRANSCRIPTION: "call_transcription";
218
- readonly CHAT: "chat";
219
- readonly CHAT_ANNOTATIONS: "chat_annotations";
220
- readonly CHAT_TRANSCRIPTION: "chat_transcription";
221
- readonly CONFERENCE: "conference";
222
- readonly CONFERENCE_ANNOTATIONS: "conference_annotations";
223
- readonly CONFERENCE_TRANSCRIPTION: "conference_transcription";
224
- };
225
- /**
226
- * @public
227
- */
228
- export type RecordType = typeof RecordType[keyof typeof RecordType];
229
- /**
230
- * @public
231
- */
232
- export interface CallAnnotationsRecord {
233
- id: string;
234
- pbx: string;
235
- time: number;
236
- company: string;
237
- licenses: (License)[];
238
- type: RecordType;
239
- flowIndex: number;
240
- flowStartTime: number;
241
- callStartTime: number;
242
- annotations: (Annotation)[];
243
- }
244
65
  /**
245
66
  * @public
246
67
  */
@@ -252,18 +73,6 @@ export declare class CallNotFoundException extends __BaseException {
252
73
  */
253
74
  constructor(opts: __ExceptionOptionType<CallNotFoundException, __BaseException>);
254
75
  }
255
- /**
256
- * @public
257
- * @enum
258
- */
259
- export declare const AnnotationsStatus: {
260
- readonly AVAILABLE: "AVAILABLE";
261
- readonly UNAVAILABLE: "UNAVAILABLE";
262
- };
263
- /**
264
- * @public
265
- */
266
- export type AnnotationsStatus = typeof AnnotationsStatus[keyof typeof AnnotationsStatus];
267
76
  /**
268
77
  * @public
269
78
  */
@@ -497,6 +306,18 @@ export interface CallParticipant {
497
306
  */
498
307
  location?: string | undefined;
499
308
  }
309
+ /**
310
+ * @public
311
+ * @enum
312
+ */
313
+ export declare const License: {
314
+ readonly UC: "uc";
315
+ readonly XBEES: "x-bees";
316
+ };
317
+ /**
318
+ * @public
319
+ */
320
+ export type License = typeof License[keyof typeof License];
500
321
  /**
501
322
  * @public
502
323
  */
@@ -517,6 +338,22 @@ export declare const CallFlowTranscriptionStatus: {
517
338
  * @public
518
339
  */
519
340
  export type CallFlowTranscriptionStatus = typeof CallFlowTranscriptionStatus[keyof typeof CallFlowTranscriptionStatus];
341
+ /**
342
+ * @public
343
+ * @enum
344
+ */
345
+ export declare const RecordType: {
346
+ readonly CALL: "call";
347
+ readonly CALL_TRANSCRIPTION: "call_transcription";
348
+ readonly CHAT: "chat";
349
+ readonly CHAT_TRANSCRIPTION: "chat_transcription";
350
+ readonly CONFERENCE: "conference";
351
+ readonly CONFERENCE_TRANSCRIPTION: "conference_transcription";
352
+ };
353
+ /**
354
+ * @public
355
+ */
356
+ export type RecordType = typeof RecordType[keyof typeof RecordType];
520
357
  /**
521
358
  * @public
522
359
  */
@@ -564,8 +401,12 @@ export interface CallRecord {
564
401
  trunkDirection?: string | undefined;
565
402
  queueName?: string | undefined;
566
403
  queueId?: string | undefined;
404
+ /**
405
+ * Position of the call in the queue (1-based). Updated from consume events and emitted on live progress and record flows.
406
+ * @public
407
+ */
408
+ queuePosition?: number | undefined;
567
409
  tags?: (string)[] | undefined;
568
- annotationsStatus?: AnnotationsStatus | undefined;
569
410
  flags?: (string)[] | undefined;
570
411
  callerMos?: string | undefined;
571
412
  calleeMos?: string | undefined;
@@ -781,36 +622,6 @@ export interface CallTranscriptionRecord {
781
622
  callStartTime: number;
782
623
  chunks: (CallTranscriptionChunk)[];
783
624
  }
784
- /**
785
- * @public
786
- */
787
- export declare class ChatAnnotationsNotFoundException extends __BaseException {
788
- readonly name: "ChatAnnotationsNotFoundException";
789
- readonly $fault: "client";
790
- /**
791
- * @internal
792
- */
793
- constructor(opts: __ExceptionOptionType<ChatAnnotationsNotFoundException, __BaseException>);
794
- }
795
- /**
796
- * @public
797
- */
798
- export interface ChatAnnotationsRecord {
799
- /**
800
- * A unique chat channel identifier, distinguish each chat channel across different types.
801
- * @public
802
- */
803
- id?: string | undefined;
804
- /**
805
- * A unique identifier that distinguishes each chat session within a channel.
806
- * @public
807
- */
808
- chatId?: string | undefined;
809
- time: number;
810
- company: string;
811
- type: RecordType;
812
- annotations: (Annotation)[];
813
- }
814
625
  /**
815
626
  * @public
816
627
  */
@@ -1113,7 +924,6 @@ export interface ChatRecord {
1113
924
  channel: Channel;
1114
925
  status?: ChatStatus | undefined;
1115
926
  participants: (ChatParticipant)[];
1116
- annotationsStatus?: AnnotationsStatus | undefined;
1117
927
  type: RecordType;
1118
928
  }
1119
929
  /**
@@ -1427,27 +1237,6 @@ export interface ChatTranscriptionRecord {
1427
1237
  type: RecordType;
1428
1238
  messages: (Message)[];
1429
1239
  }
1430
- /**
1431
- * @public
1432
- */
1433
- export declare class ConferenceAnnotationsNotFoundException extends __BaseException {
1434
- readonly name: "ConferenceAnnotationsNotFoundException";
1435
- readonly $fault: "client";
1436
- /**
1437
- * @internal
1438
- */
1439
- constructor(opts: __ExceptionOptionType<ConferenceAnnotationsNotFoundException, __BaseException>);
1440
- }
1441
- /**
1442
- * @public
1443
- */
1444
- export interface ConferenceAnnotationsRecord {
1445
- id: string;
1446
- time: number;
1447
- company: string;
1448
- type: RecordType;
1449
- annotations: (Annotation)[];
1450
- }
1451
1240
  /**
1452
1241
  * @public
1453
1242
  */
@@ -1586,7 +1375,6 @@ export interface ConferenceRecord {
1586
1375
  participants: (ConferenceAnalyticsRecordParticipant)[];
1587
1376
  recordings?: (ConferenceRecording)[] | undefined;
1588
1377
  transcriptionStatus: ConferenceTranscriptionStatus;
1589
- annotationsStatus?: AnnotationsStatus | undefined;
1590
1378
  transcriptionLanguage?: string | undefined;
1591
1379
  transcriptionSeconds?: number | undefined;
1592
1380
  type: RecordType;
@@ -1765,20 +1553,6 @@ export interface GetCallInput {
1765
1553
  export interface GetCallOutput {
1766
1554
  call: CallRecord;
1767
1555
  }
1768
- /**
1769
- * @public
1770
- */
1771
- export interface GetCallAnnotationsInput {
1772
- company?: string | undefined;
1773
- callId: string;
1774
- flowIndex: number;
1775
- }
1776
- /**
1777
- * @public
1778
- */
1779
- export interface GetCallAnnotationsOutput {
1780
- annotations: CallAnnotationsRecord;
1781
- }
1782
1556
  /**
1783
1557
  * @public
1784
1558
  */
@@ -1841,23 +1615,6 @@ export interface GetChatInput {
1841
1615
  export interface GetChatOutput {
1842
1616
  chat: ChatRecord;
1843
1617
  }
1844
- /**
1845
- * @public
1846
- */
1847
- export interface GetChatAnnotationsInput {
1848
- company?: string | undefined;
1849
- /**
1850
- * A unique identifier that distinguishes each chat session within a channel.
1851
- * @public
1852
- */
1853
- chatId: string;
1854
- }
1855
- /**
1856
- * @public
1857
- */
1858
- export interface GetChatAnnotationsOutput {
1859
- annotations: ChatAnnotationsRecord;
1860
- }
1861
1618
  /**
1862
1619
  * @public
1863
1620
  */
@@ -1907,19 +1664,6 @@ export interface GetConferenceInput {
1907
1664
  export interface GetConferenceOutput {
1908
1665
  conference: ConferenceRecord;
1909
1666
  }
1910
- /**
1911
- * @public
1912
- */
1913
- export interface GetConferenceAnnotationsInput {
1914
- company?: string | undefined;
1915
- conferenceId: string;
1916
- }
1917
- /**
1918
- * @public
1919
- */
1920
- export interface GetConferenceAnnotationsOutput {
1921
- annotations: ConferenceAnnotationsRecord;
1922
- }
1923
1667
  /**
1924
1668
  * @public
1925
1669
  */
@@ -1,12 +1,9 @@
1
- import { GetCallAnnotationsCommandInput, GetCallAnnotationsCommandOutput } from "../commands/GetCallAnnotationsCommand";
2
1
  import { GetCallCommandInput, GetCallCommandOutput } from "../commands/GetCallCommand";
3
2
  import { GetCallTranscriptionCommandInput, GetCallTranscriptionCommandOutput } from "../commands/GetCallTranscriptionCommand";
4
3
  import { GetCallTranscriptionTextCommandInput, GetCallTranscriptionTextCommandOutput } from "../commands/GetCallTranscriptionTextCommand";
5
- import { GetChatAnnotationsCommandInput, GetChatAnnotationsCommandOutput } from "../commands/GetChatAnnotationsCommand";
6
4
  import { GetChatCommandInput, GetChatCommandOutput } from "../commands/GetChatCommand";
7
5
  import { GetChatTranscriptionCommandInput, GetChatTranscriptionCommandOutput } from "../commands/GetChatTranscriptionCommand";
8
6
  import { GetChatTranscriptionTextCommandInput, GetChatTranscriptionTextCommandOutput } from "../commands/GetChatTranscriptionTextCommand";
9
- import { GetConferenceAnnotationsCommandInput, GetConferenceAnnotationsCommandOutput } from "../commands/GetConferenceAnnotationsCommand";
10
7
  import { GetConferenceCommandInput, GetConferenceCommandOutput } from "../commands/GetConferenceCommand";
11
8
  import { GetConferenceTranscriptionCommandInput, GetConferenceTranscriptionCommandOutput } from "../commands/GetConferenceTranscriptionCommand";
12
9
  import { GetConferenceTranscriptionTextCommandInput, GetConferenceTranscriptionTextCommandOutput } from "../commands/GetConferenceTranscriptionTextCommand";
@@ -19,10 +16,6 @@ import { SerdeContext as __SerdeContext } from "@smithy/types";
19
16
  * serializeAws_restJson1GetCallCommand
20
17
  */
21
18
  export declare const se_GetCallCommand: (input: GetCallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
22
- /**
23
- * serializeAws_restJson1GetCallAnnotationsCommand
24
- */
25
- export declare const se_GetCallAnnotationsCommand: (input: GetCallAnnotationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
19
  /**
27
20
  * serializeAws_restJson1GetCallTranscriptionCommand
28
21
  */
@@ -35,10 +28,6 @@ export declare const se_GetCallTranscriptionTextCommand: (input: GetCallTranscri
35
28
  * serializeAws_restJson1GetChatCommand
36
29
  */
37
30
  export declare const se_GetChatCommand: (input: GetChatCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- /**
39
- * serializeAws_restJson1GetChatAnnotationsCommand
40
- */
41
- export declare const se_GetChatAnnotationsCommand: (input: GetChatAnnotationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
31
  /**
43
32
  * serializeAws_restJson1GetChatTranscriptionCommand
44
33
  */
@@ -51,10 +40,6 @@ export declare const se_GetChatTranscriptionTextCommand: (input: GetChatTranscri
51
40
  * serializeAws_restJson1GetConferenceCommand
52
41
  */
53
42
  export declare const se_GetConferenceCommand: (input: GetConferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_restJson1GetConferenceAnnotationsCommand
56
- */
57
- export declare const se_GetConferenceAnnotationsCommand: (input: GetConferenceAnnotationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
43
  /**
59
44
  * serializeAws_restJson1GetConferenceTranscriptionCommand
60
45
  */
@@ -79,10 +64,6 @@ export declare const se_UpdateCallCommand: (input: UpdateCallCommandInput, conte
79
64
  * deserializeAws_restJson1GetCallCommand
80
65
  */
81
66
  export declare const de_GetCallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCallCommandOutput>;
82
- /**
83
- * deserializeAws_restJson1GetCallAnnotationsCommand
84
- */
85
- export declare const de_GetCallAnnotationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCallAnnotationsCommandOutput>;
86
67
  /**
87
68
  * deserializeAws_restJson1GetCallTranscriptionCommand
88
69
  */
@@ -95,10 +76,6 @@ export declare const de_GetCallTranscriptionTextCommand: (output: __HttpResponse
95
76
  * deserializeAws_restJson1GetChatCommand
96
77
  */
97
78
  export declare const de_GetChatCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChatCommandOutput>;
98
- /**
99
- * deserializeAws_restJson1GetChatAnnotationsCommand
100
- */
101
- export declare const de_GetChatAnnotationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChatAnnotationsCommandOutput>;
102
79
  /**
103
80
  * deserializeAws_restJson1GetChatTranscriptionCommand
104
81
  */
@@ -111,10 +88,6 @@ export declare const de_GetChatTranscriptionTextCommand: (output: __HttpResponse
111
88
  * deserializeAws_restJson1GetConferenceCommand
112
89
  */
113
90
  export declare const de_GetConferenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConferenceCommandOutput>;
114
- /**
115
- * deserializeAws_restJson1GetConferenceAnnotationsCommand
116
- */
117
- export declare const de_GetConferenceAnnotationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConferenceAnnotationsCommandOutput>;
118
91
  /**
119
92
  * deserializeAws_restJson1GetConferenceTranscriptionCommand
120
93
  */
@@ -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/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: 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/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: 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/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-history-client",
3
3
  "description": "@wildix/wda-history-client client",
4
- "version": "1.2.22",
4
+ "version": "1.2.24",
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",
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCallAnnotationsCommand = exports.$Command = void 0;
4
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- class GetCallAnnotationsCommand extends smithy_client_1.Command.classBuilder()
9
- .m(function (Command, cs, config, o) {
10
- return [
11
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
- ];
13
- })
14
- .s("WdaHistory", "GetCallAnnotations", {})
15
- .n("WdaHistoryClient", "GetCallAnnotationsCommand")
16
- .f(void 0, void 0)
17
- .ser(Aws_restJson1_1.se_GetCallAnnotationsCommand)
18
- .de(Aws_restJson1_1.de_GetCallAnnotationsCommand)
19
- .build() {
20
- }
21
- exports.GetCallAnnotationsCommand = GetCallAnnotationsCommand;
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetChatAnnotationsCommand = exports.$Command = void 0;
4
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- class GetChatAnnotationsCommand extends smithy_client_1.Command.classBuilder()
9
- .m(function (Command, cs, config, o) {
10
- return [
11
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
- ];
13
- })
14
- .s("WdaHistory", "GetChatAnnotations", {})
15
- .n("WdaHistoryClient", "GetChatAnnotationsCommand")
16
- .f(void 0, void 0)
17
- .ser(Aws_restJson1_1.se_GetChatAnnotationsCommand)
18
- .de(Aws_restJson1_1.de_GetChatAnnotationsCommand)
19
- .build() {
20
- }
21
- exports.GetChatAnnotationsCommand = GetChatAnnotationsCommand;
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetConferenceAnnotationsCommand = exports.$Command = void 0;
4
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- class GetConferenceAnnotationsCommand extends smithy_client_1.Command.classBuilder()
9
- .m(function (Command, cs, config, o) {
10
- return [
11
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
- ];
13
- })
14
- .s("WdaHistory", "GetConferenceAnnotations", {})
15
- .n("WdaHistoryClient", "GetConferenceAnnotationsCommand")
16
- .f(void 0, void 0)
17
- .ser(Aws_restJson1_1.se_GetConferenceAnnotationsCommand)
18
- .de(Aws_restJson1_1.de_GetConferenceAnnotationsCommand)
19
- .build() {
20
- }
21
- exports.GetConferenceAnnotationsCommand = GetConferenceAnnotationsCommand;
@@ -1,17 +0,0 @@
1
- import { de_GetCallAnnotationsCommand, se_GetCallAnnotationsCommand, } from "../protocols/Aws_restJson1";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- export { $Command };
5
- export class GetCallAnnotationsCommand extends $Command.classBuilder()
6
- .m(function (Command, cs, config, o) {
7
- return [
8
- getSerdePlugin(config, this.serialize, this.deserialize),
9
- ];
10
- })
11
- .s("WdaHistory", "GetCallAnnotations", {})
12
- .n("WdaHistoryClient", "GetCallAnnotationsCommand")
13
- .f(void 0, void 0)
14
- .ser(se_GetCallAnnotationsCommand)
15
- .de(de_GetCallAnnotationsCommand)
16
- .build() {
17
- }