@wildix/wda-stream-client 1.0.48 → 1.0.49

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.
@@ -122,7 +122,7 @@ declare const DescribeEventCommand_base: {
122
122
  * // time: Number("long"), // required
123
123
  * // company: "STRING_VALUE", // required
124
124
  * // licenses: [ // LicensesList // required
125
- * // "x-bees",
125
+ * // "x-bees" || "uc",
126
126
  * // ],
127
127
  * // event: "chat" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave", // required
128
128
  * // eventTrigger: "call.start" || "call.update" || "call.split" || "call.agents_start" || "call.agents_cancel" || "call.record_start" || "call.record_stop" || "call.transcription" || "call.attachment", // required
@@ -293,7 +293,7 @@ declare const DescribeEventCommand_base: {
293
293
  * // time: Number("long"), // required
294
294
  * // company: "STRING_VALUE", // required
295
295
  * // licenses: [ // required
296
- * // "x-bees",
296
+ * // "x-bees" || "uc",
297
297
  * // ],
298
298
  * // event: "chat" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave", // required
299
299
  * // flows: Number("int"), // required
@@ -304,7 +304,7 @@ declare const DescribeEventCommand_base: {
304
304
  * // time: Number("long"), // required
305
305
  * // company: "STRING_VALUE", // required
306
306
  * // licenses: [ // required
307
- * // "x-bees",
307
+ * // "x-bees" || "uc",
308
308
  * // ],
309
309
  * // event: "chat" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave", // required
310
310
  * // flows: Number("int"), // required
@@ -315,7 +315,7 @@ declare const DescribeEventCommand_base: {
315
315
  * // time: Number("long"), // required
316
316
  * // company: "STRING_VALUE", // required
317
317
  * // licenses: [ // required
318
- * // "x-bees",
318
+ * // "x-bees" || "uc",
319
319
  * // ],
320
320
  * // event: "chat" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave", // required
321
321
  * // flowIndex: Number("int"), // required
@@ -355,7 +355,7 @@ declare const DescribeEventCommand_base: {
355
355
  * // time: Number("long"), // required
356
356
  * // company: "STRING_VALUE", // required
357
357
  * // licenses: [ // required
358
- * // "x-bees",
358
+ * // "x-bees" || "uc",
359
359
  * // ],
360
360
  * // flows: [ // CallAnalyticsRecordEventFlowsList // required
361
361
  * // { // CallAnalyticsRecordEventFlow
@@ -2181,6 +2181,18 @@ declare const DescribeEventCommand_base: {
2181
2181
  * @throws {@link WdaStreamServiceException}
2182
2182
  * <p>Base exception class for all service exceptions from WdaStream service.</p>
2183
2183
  *
2184
+ *
2184
2185
  */
2185
2186
  export declare class DescribeEventCommand extends DescribeEventCommand_base {
2187
+ /** @internal type navigation helper, not in runtime. */
2188
+ protected static __types: {
2189
+ api: {
2190
+ input: DescribeEventInput;
2191
+ output: DescribeEventOutput;
2192
+ };
2193
+ sdk: {
2194
+ input: DescribeEventCommandInput;
2195
+ output: DescribeEventCommandOutput;
2196
+ };
2197
+ };
2186
2198
  }
@@ -61,7 +61,19 @@ declare const GetConferenceIdCommand_base: {
61
61
  * @throws {@link WdaStreamServiceException}
62
62
  * <p>Base exception class for all service exceptions from WdaStream service.</p>
63
63
  *
64
+ *
64
65
  * @public
65
66
  */
66
67
  export declare class GetConferenceIdCommand extends GetConferenceIdCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: GetConferenceIdInput;
72
+ output: GetConferenceIdOutput;
73
+ };
74
+ sdk: {
75
+ input: GetConferenceIdCommandInput;
76
+ output: GetConferenceIdCommandOutput;
77
+ };
78
+ };
67
79
  }
@@ -50,7 +50,7 @@ declare const GetConversationsCommand_base: {
50
50
  * // time: Number("long"), // required
51
51
  * // company: "STRING_VALUE", // required
52
52
  * // licenses: [ // LicensesList // required
53
- * // "x-bees",
53
+ * // "x-bees" || "uc",
54
54
  * // ],
55
55
  * // event: "chat" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave", // required
56
56
  * // eventTrigger: "call.start" || "call.update" || "call.split" || "call.agents_start" || "call.agents_cancel" || "call.record_start" || "call.record_stop" || "call.transcription" || "call.attachment", // required
@@ -345,7 +345,19 @@ declare const GetConversationsCommand_base: {
345
345
  * @throws {@link WdaStreamServiceException}
346
346
  * <p>Base exception class for all service exceptions from WdaStream service.</p>
347
347
  *
348
+ *
348
349
  * @public
349
350
  */
350
351
  export declare class GetConversationsCommand extends GetConversationsCommand_base {
352
+ /** @internal type navigation helper, not in runtime. */
353
+ protected static __types: {
354
+ api: {
355
+ input: GetConversationsInput;
356
+ output: GetConversationsOutput;
357
+ };
358
+ sdk: {
359
+ input: GetConversationsCommandInput;
360
+ output: GetConversationsCommandOutput;
361
+ };
362
+ };
351
363
  }
@@ -76,7 +76,19 @@ declare const QueryPresenceCommand_base: {
76
76
  * @throws {@link WdaStreamServiceException}
77
77
  * <p>Base exception class for all service exceptions from WdaStream service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class QueryPresenceCommand extends QueryPresenceCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: QueryPresenceInput;
87
+ output: QueryPresenceOutput;
88
+ };
89
+ sdk: {
90
+ input: QueryPresenceCommandInput;
91
+ output: QueryPresenceCommandOutput;
92
+ };
93
+ };
82
94
  }
@@ -78,7 +78,19 @@ declare const QueryPresencesCommand_base: {
78
78
  * @throws {@link WdaStreamServiceException}
79
79
  * <p>Base exception class for all service exceptions from WdaStream service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class QueryPresencesCommand extends QueryPresencesCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: QueryPresencesInput;
89
+ output: QueryPresencesOutput;
90
+ };
91
+ sdk: {
92
+ input: QueryPresencesCommandInput;
93
+ output: QueryPresencesCommandOutput;
94
+ };
95
+ };
84
96
  }
@@ -56,7 +56,19 @@ declare const UpdatePresenceLastSeenCommand_base: {
56
56
  * @throws {@link WdaStreamServiceException}
57
57
  * <p>Base exception class for all service exceptions from WdaStream service.</p>
58
58
  *
59
+ *
59
60
  * @public
60
61
  */
61
62
  export declare class UpdatePresenceLastSeenCommand extends UpdatePresenceLastSeenCommand_base {
63
+ /** @internal type navigation helper, not in runtime. */
64
+ protected static __types: {
65
+ api: {
66
+ input: UpdatePresenceLastSeenInput;
67
+ output: {};
68
+ };
69
+ sdk: {
70
+ input: UpdatePresenceLastSeenCommandInput;
71
+ output: UpdatePresenceLastSeenCommandOutput;
72
+ };
73
+ };
62
74
  }