@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20250521 → 0.0.20250526

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 (2) hide show
  1. package/index.d.ts +5 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://contactcenterinsights.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250521
12
+ // Revision: 20250526
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -289,6 +289,8 @@ declare namespace gapi.client {
289
289
  dialogflowSource?: GoogleCloudContactcenterinsightsV1alpha1DialogflowSource;
290
290
  /** A Cloud Storage location specification for the audio and transcript. */
291
291
  gcsSource?: GoogleCloudContactcenterinsightsV1alpha1GcsSource;
292
+ /** Cloud Storage URI that points to a file that contains the conversation metadata. */
293
+ metadataUri?: string;
292
294
  }
293
295
  interface GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment {
294
296
  /** The channel of the audio that the data applies to. */
@@ -1598,6 +1600,8 @@ declare namespace gapi.client {
1598
1600
  dialogflowSource?: GoogleCloudContactcenterinsightsV1DialogflowSource;
1599
1601
  /** A Cloud Storage location specification for the audio and transcript. */
1600
1602
  gcsSource?: GoogleCloudContactcenterinsightsV1GcsSource;
1603
+ /** Cloud Storage URI that points to a file that contains the conversation metadata. */
1604
+ metadataUri?: string;
1601
1605
  }
1602
1606
  interface GoogleCloudContactcenterinsightsV1ConversationLevelSentiment {
1603
1607
  /** The channel of the audio that the data applies to. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.contactcenterinsights-v1",
3
- "version": "0.0.20250521",
3
+ "version": "0.0.20250526",
4
4
  "description": "TypeScript typings for Contact Center AI Insights API v1",
5
5
  "repository": {
6
6
  "type": "git",