@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.1.20250818 → 0.1.20250821

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 +7 -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: 20250818
12
+ // Revision: 20250821
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -2529,6 +2529,8 @@ declare namespace gapi.client {
2529
2529
  isDefault?: boolean;
2530
2530
  /** Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard} */
2531
2531
  name?: string;
2532
+ /** Output only. The source of the scorecard. */
2533
+ source?: string;
2532
2534
  /** Output only. The most recent time at which the scorecard was updated. */
2533
2535
  updateTime?: string;
2534
2536
  }
@@ -9253,6 +9255,8 @@ declare namespace gapi.client {
9253
9255
  parent: string;
9254
9256
  /** Returns response with indentations and line breaks. */
9255
9257
  prettyPrint?: boolean;
9258
+ /** Optional. The source of scorecards are based on how those Scorecards were created, e.g., a customer-defined scorecard, a predefined scorecard, etc. This field is used to retrieve Scorecards Revisions from Scorecards of one or more sources. */
9259
+ qaScorecardSources?: string | string[];
9256
9260
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
9257
9261
  quotaUser?: string;
9258
9262
  /** Upload protocol for media (e.g. "raw", "multipart"). */
@@ -9521,6 +9525,8 @@ declare namespace gapi.client {
9521
9525
  parent: string;
9522
9526
  /** Returns response with indentations and line breaks. */
9523
9527
  prettyPrint?: boolean;
9528
+ /** Optional. The source of scorecards are based on how those Scorecards were created, e.g., a customer-defined scorecard, a predefined scorecard, etc. This field is used to retrieve Scorecards of one or more sources. */
9529
+ qaScorecardSources?: string | string[];
9524
9530
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
9525
9531
  quotaUser?: string;
9526
9532
  /** Upload protocol for media (e.g. "raw", "multipart"). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.contactcenterinsights-v1",
3
- "version": "0.1.20250818",
3
+ "version": "0.1.20250821",
4
4
  "description": "TypeScript typings for Contact Center AI Insights API v1",
5
5
  "repository": {
6
6
  "type": "git",