@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20240513 → 0.0.20240527
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.
- package/index.d.ts +3 -3
- 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:
|
|
12
|
+
// Revision: 20240527
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -2545,7 +2545,7 @@ declare namespace gapi.client {
|
|
|
2545
2545
|
prettyPrint?: boolean;
|
|
2546
2546
|
/** 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. */
|
|
2547
2547
|
quotaUser?: string;
|
|
2548
|
-
/** The list of fields to be updated. */
|
|
2548
|
+
/** The list of fields to be updated. All possible fields can be updated by passing `*`, or a subset of the following updateable fields can be provided: * `agent_id` * `language_code` * `labels` * `metadata` * `quality_metadata` * `call_metadata` * `start_time` * `expire_time` or `ttl` * `data_source.gcs_source.audio_uri` or `data_source.dialogflow_source.audio_uri` */
|
|
2549
2549
|
updateMask?: string;
|
|
2550
2550
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2551
2551
|
upload_protocol?: string;
|
|
@@ -2576,7 +2576,7 @@ declare namespace gapi.client {
|
|
|
2576
2576
|
prettyPrint?: boolean;
|
|
2577
2577
|
/** 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. */
|
|
2578
2578
|
quotaUser?: string;
|
|
2579
|
-
/** The list of fields to be updated. */
|
|
2579
|
+
/** The list of fields to be updated. All possible fields can be updated by passing `*`, or a subset of the following updateable fields can be provided: * `agent_id` * `language_code` * `labels` * `metadata` * `quality_metadata` * `call_metadata` * `start_time` * `expire_time` or `ttl` * `data_source.gcs_source.audio_uri` or `data_source.dialogflow_source.audio_uri` */
|
|
2580
2580
|
updateMask?: string;
|
|
2581
2581
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2582
2582
|
upload_protocol?: string;
|