@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20250428 → 0.0.20250502

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 +63 -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: 20250428
12
+ // Revision: 20250502
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1375,6 +1375,10 @@ declare namespace gapi.client {
1375
1375
  /** The latest label statistics for the queried issue model. Includes results on both training data and data labeled after deployment. */
1376
1376
  currentStats?: GoogleCloudContactcenterinsightsV1IssueModelLabelStats;
1377
1377
  }
1378
+ interface GoogleCloudContactcenterinsightsV1CalculateStatsRequest {
1379
+ /** A filter to reduce results to a specific subset. This field is useful for getting statistics about conversations with specific properties. */
1380
+ filter?: string;
1381
+ }
1378
1382
  interface GoogleCloudContactcenterinsightsV1CalculateStatsResponse {
1379
1383
  /** The average duration of all conversations. The average is calculated using only conversations that have a time duration. */
1380
1384
  averageDuration?: string;
@@ -4320,6 +4324,64 @@ declare namespace gapi.client {
4320
4324
  feedbackLabels: FeedbackLabelsResource;
4321
4325
  }
4322
4326
  interface ConversationsResource {
4327
+ /** Gets conversation statistics. */
4328
+ calculateStats(request: {
4329
+ /** V1 error format. */
4330
+ '$.xgafv'?: string;
4331
+ /** OAuth access token. */
4332
+ access_token?: string;
4333
+ /** Data format for response. */
4334
+ alt?: string;
4335
+ /** JSONP */
4336
+ callback?: string;
4337
+ /** Selector specifying which fields to include in a partial response. */
4338
+ fields?: string;
4339
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
4340
+ key?: string;
4341
+ /** Required. The location of the conversations. */
4342
+ location: string;
4343
+ /** OAuth 2.0 token for the current user. */
4344
+ oauth_token?: string;
4345
+ /** Returns response with indentations and line breaks. */
4346
+ prettyPrint?: boolean;
4347
+ /** 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. */
4348
+ quotaUser?: string;
4349
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4350
+ upload_protocol?: string;
4351
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4352
+ uploadType?: string;
4353
+ /** Request body */
4354
+ resource: GoogleCloudContactcenterinsightsV1CalculateStatsRequest;
4355
+ }): Request<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>;
4356
+ calculateStats(
4357
+ request: {
4358
+ /** V1 error format. */
4359
+ '$.xgafv'?: string;
4360
+ /** OAuth access token. */
4361
+ access_token?: string;
4362
+ /** Data format for response. */
4363
+ alt?: string;
4364
+ /** JSONP */
4365
+ callback?: string;
4366
+ /** Selector specifying which fields to include in a partial response. */
4367
+ fields?: string;
4368
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
4369
+ key?: string;
4370
+ /** Required. The location of the conversations. */
4371
+ location: string;
4372
+ /** OAuth 2.0 token for the current user. */
4373
+ oauth_token?: string;
4374
+ /** Returns response with indentations and line breaks. */
4375
+ prettyPrint?: boolean;
4376
+ /** 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. */
4377
+ quotaUser?: string;
4378
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4379
+ upload_protocol?: string;
4380
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4381
+ uploadType?: string;
4382
+ },
4383
+ body: GoogleCloudContactcenterinsightsV1CalculateStatsRequest,
4384
+ ): Request<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>;
4323
4385
  /** Deletes a conversation. */
4324
4386
  delete(request?: {
4325
4387
  /** V1 error format. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.contactcenterinsights-v1",
3
- "version": "0.0.20250428",
3
+ "version": "0.0.20250502",
4
4
  "description": "TypeScript typings for Contact Center AI Insights API v1",
5
5
  "repository": {
6
6
  "type": "git",