@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20240916 → 0.0.20240925

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 +3 -3
  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: 20240916
12
+ // Revision: 20240925
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -2072,7 +2072,7 @@ declare namespace gapi.client {
2072
2072
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2073
2073
  uploadType?: string;
2074
2074
  }): Request<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>;
2075
- /** Creates a conversation. Does not support audio transcription or DLP redaction. Use `conversations.upload` instead. */
2075
+ /** Creates a conversation. Note that this method does not support audio transcription or redaction. Use `conversations.upload` instead. */
2076
2076
  create(request: {
2077
2077
  /** V1 error format. */
2078
2078
  '$.xgafv'?: string;
@@ -2270,7 +2270,7 @@ declare namespace gapi.client {
2270
2270
  oauth_token?: string;
2271
2271
  /** Optional. The attribute by which to order conversations in the response. If empty, conversations will be ordered by descending creation time. Supported values are one of the following: * create_time * customer_satisfaction_rating * duration * latest_analysis * start_time * turn_count The default sort order is ascending. To specify order, append `asc` or `desc` (`create_time desc`). For more details, see [Google AIPs Ordering](https://google.aip.dev/132#ordering). */
2272
2272
  orderBy?: string;
2273
- /** The maximum number of conversations to return in the response. A valid page size ranges from 0 to 1,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size. */
2273
+ /** The maximum number of conversations to return in the response. A valid page size ranges from 0 to 100,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size. */
2274
2274
  pageSize?: number;
2275
2275
  /** The value returned by the last `ListConversationsResponse`. This value indicates that this is a continuation of a prior `ListConversations` call and that the system should return the next page of data. */
2276
2276
  pageToken?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.contactcenterinsights-v1",
3
- "version": "0.0.20240916",
3
+ "version": "0.0.20240925",
4
4
  "description": "TypeScript typings for Contact Center AI Insights API v1",
5
5
  "repository": {
6
6
  "type": "git",