@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20250311 → 0.0.20250326

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 +25 -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: 20250311
12
+ // Revision: 20250326
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -987,6 +987,11 @@ declare namespace gapi.client {
987
987
  /** The data points that make up the time series . */
988
988
  dataPoints?: GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPoint[];
989
989
  }
990
+ interface GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewMetadata {}
991
+ interface GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewResponse {
992
+ /** The summary text of the performance. */
993
+ summaryText?: string;
994
+ }
990
995
  interface GoogleCloudContactcenterinsightsV1alpha1RedactionConfig {
991
996
  /** The fully-qualified DLP deidentify template resource name. Format: `projects/{project}/deidentifyTemplates/{template}` */
992
997
  deidentifyTemplate?: string;
@@ -1324,6 +1329,8 @@ declare namespace gapi.client {
1324
1329
  maxDownloadCount?: number;
1325
1330
  /** Required. The parent resource for new feedback labels. */
1326
1331
  parent?: string;
1332
+ /** A sheets document destination. */
1333
+ sheetsDestination?: GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination;
1327
1334
  /** Optional. If set, a template for labeling conversations and scorecard questions will be created from the conversation_filter and the questions under the scorecard(s). The feedback label `filter` will be ignored. */
1328
1335
  templateQaScorecardId?: string[];
1329
1336
  }
@@ -1339,10 +1346,18 @@ declare namespace gapi.client {
1339
1346
  /** Optional. The number of records per file. Applicable for either format. */
1340
1347
  recordsPerFileCount?: string;
1341
1348
  }
1349
+ interface GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination {
1350
+ /** Optional. The title of the new sheet to write the feedback labels to. */
1351
+ sheetTitle?: string;
1352
+ /** Required. The Google Sheets document to write the feedback labels to. Retrieved from Google Sheets URI. E.g. `https://docs.google.com/spreadsheets/d/1234567890` The spreadsheet must be shared with the Insights P4SA. The spreadsheet ID written to will be returned as `file_names` in the BulkDownloadFeedbackLabelsMetadata. */
1353
+ spreadsheetUri?: string;
1354
+ }
1342
1355
  interface GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsResponse {}
1343
1356
  interface GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest {
1344
1357
  /** A cloud storage bucket source. */
1345
1358
  gcsSource?: GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestGcsSource;
1359
+ /** A sheets document source. */
1360
+ sheetsSource?: GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestSheetsSource;
1346
1361
  /** Optional. If set, upload will not happen and the labels will be validated. If not set, then default behavior will be to upload the labels after validation is complete. */
1347
1362
  validateOnly?: boolean;
1348
1363
  }
@@ -1352,6 +1367,10 @@ declare namespace gapi.client {
1352
1367
  /** Required. The Google Cloud Storage URI of the file to import. Format: `gs://bucket_name/object_name` */
1353
1368
  objectUri?: string;
1354
1369
  }
1370
+ interface GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestSheetsSource {
1371
+ /** Required. The Google Sheets document to write the feedback labels to. Retrieved from Google Sheets URI. E.g. `https://docs.google.com/spreadsheets/d/1234567890` The spreadsheet must be shared with the Insights P4SA. */
1372
+ spreadsheetUri?: string;
1373
+ }
1355
1374
  interface GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse {
1356
1375
  /** The latest label statistics for the queried issue model. Includes results on both training data and data labeled after deployment. */
1357
1376
  currentStats?: GoogleCloudContactcenterinsightsV1IssueModelLabelStats;
@@ -2356,6 +2375,11 @@ declare namespace gapi.client {
2356
2375
  /** The data points that make up the time series . */
2357
2376
  dataPoints?: GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPoint[];
2358
2377
  }
2378
+ interface GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewMetadata {}
2379
+ interface GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewResponse {
2380
+ /** The summary text of the performance. */
2381
+ summaryText?: string;
2382
+ }
2359
2383
  interface GoogleCloudContactcenterinsightsV1RedactionConfig {
2360
2384
  /** The fully-qualified DLP deidentify template resource name. Format: `projects/{project}/deidentifyTemplates/{template}` */
2361
2385
  deidentifyTemplate?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.contactcenterinsights-v1",
3
- "version": "0.0.20250311",
3
+ "version": "0.0.20250326",
4
4
  "description": "TypeScript typings for Contact Center AI Insights API v1",
5
5
  "repository": {
6
6
  "type": "git",