@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20230904 → 0.0.20230919

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 (3) hide show
  1. package/index.d.ts +3 -3
  2. package/package.json +1 -1
  3. package/tests.ts +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: 20230904
12
+ // Revision: 20230919
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -654,7 +654,7 @@ declare namespace gapi.client {
654
654
  /** Configuration that applies to all conversations. */
655
655
  conversationConfig?:
656
656
  GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestConversationConfig;
657
- /** A cloud storage bucket source. */
657
+ /** A cloud storage bucket source. Note that any previously ingested objects from the source will be skipped to avoid duplication. */
658
658
  gcsSource?:
659
659
  GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource;
660
660
  /** Required. The parent resource for new conversations. */
@@ -1620,7 +1620,7 @@ declare namespace gapi.client {
1620
1620
  /** Configuration that applies to all conversations. */
1621
1621
  conversationConfig?:
1622
1622
  GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig;
1623
- /** A cloud storage bucket source. */
1623
+ /** A cloud storage bucket source. Note that any previously ingested objects from the source will be skipped to avoid duplication. */
1624
1624
  gcsSource?:
1625
1625
  GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource;
1626
1626
  /** Required. The parent resource for new conversations. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.contactcenterinsights-v1",
3
- "version": "0.0.20230904",
3
+ "version": "0.0.20230919",
4
4
  "description": "TypeScript typings for Contact Center AI Insights API v1",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20230904
6
+ // Revision: 20230919
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */