@wildix/wda-stream-client 1.1.13 → 1.1.14

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.
@@ -2418,7 +2418,33 @@ declare const DescribeEventCommand_base: {
2418
2418
  * // participants: "<ChatParticipantsList>",
2419
2419
  * // type: "call" || "call_transcription" || "conference" || "conference_transcription" || "chat" || "chat_transcription", // required
2420
2420
  * // },
2421
- * // transcription: "STRING_VALUE", // required
2421
+ * // summary: {
2422
+ * // title: "STRING_VALUE",
2423
+ * // brief: "STRING_VALUE",
2424
+ * // json: {
2425
+ * // callBriefVeryShortTitle: "STRING_VALUE",
2426
+ * // callBrief: "STRING_VALUE",
2427
+ * // customerInsights: "<TranscriptionSummaryJsonArrayItem>",
2428
+ * // keyPoints: "<TranscriptionSummaryJsonArrayItem>",
2429
+ * // competitiveInformation: "<TranscriptionSummaryJsonArrayItem>",
2430
+ * // implementationTimeline: "<TranscriptionSummaryJsonArrayItem>",
2431
+ * // budget: "<TranscriptionSummaryJsonArrayItem>",
2432
+ * // customerResponse: "<TranscriptionSummaryJsonArrayItem>",
2433
+ * // salesProposals: "<TranscriptionSummaryJsonArrayItem>",
2434
+ * // actionItems: "<TranscriptionSummaryJsonArrayItem>",
2435
+ * // nextSteps: "<TranscriptionSummaryJsonArrayItem>",
2436
+ * // csat: {
2437
+ * // score: "STRING_VALUE",
2438
+ * // reason: "STRING_VALUE",
2439
+ * // },
2440
+ * // topics: "<TranscriptionSummaryJsonArrayItem>",
2441
+ * // review: "<TranscriptionSummaryJsonArrayItem>",
2442
+ * // progress: "<TranscriptionSummaryJsonArrayItem>",
2443
+ * // issues: "<TranscriptionSummaryJsonArrayItem>",
2444
+ * // decisions: "<TranscriptionSummaryJsonArrayItem>",
2445
+ * // tags: "<TranscriptionSummaryJsonArrayItem>",
2446
+ * // },
2447
+ * // },
2422
2448
  * // },
2423
2449
  * // },
2424
2450
  * // WebhookOutdatedCallStartEvent: { // WebhookOutdatedCallStartEvent
@@ -4437,7 +4437,7 @@ export interface WebhookChatManagerMissedEvent {
4437
4437
  */
4438
4438
  export interface WebhookChatSummaryCompletedEventData {
4439
4439
  chat: ChatRecord;
4440
- transcription: string;
4440
+ summary: TranscriptionSummary;
4441
4441
  }
4442
4442
  /**
4443
4443
  * @public
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wildix/wda-stream-client",
3
3
  "description": "@wildix/wda-stream-client client",
4
- "version": "1.1.13",
4
+ "version": "1.1.14",
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",