@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20250217 → 0.0.20250224

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: 20250217
12
+ // Revision: 20250224
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -113,6 +113,8 @@ declare namespace gapi.client {
113
113
  interface GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorSummarizationConfig {
114
114
  /** Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile} */
115
115
  conversationProfile?: string;
116
+ /** The resource name of the existing created generator. Format: projects//locations//generators/ */
117
+ generator?: string;
116
118
  /** Default summarization model to be used. */
117
119
  summarizationModel?: string;
118
120
  }
@@ -1181,6 +1183,8 @@ declare namespace gapi.client {
1181
1183
  interface GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfig {
1182
1184
  /** Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile} */
1183
1185
  conversationProfile?: string;
1186
+ /** The resource name of the existing created generator. Format: projects//locations//generators/ */
1187
+ generator?: string;
1184
1188
  /** Default summarization model to be used. */
1185
1189
  summarizationModel?: string;
1186
1190
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.contactcenterinsights-v1",
3
- "version": "0.0.20250217",
3
+ "version": "0.0.20250224",
4
4
  "description": "TypeScript typings for Contact Center AI Insights API v1",
5
5
  "repository": {
6
6
  "type": "git",