@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20231106 → 0.0.20231113
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 +9 -9
- package/package.json +1 -1
- 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:
|
|
12
|
+
// Revision: 20231113
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -215,16 +215,16 @@ declare namespace gapi.client {
|
|
|
215
215
|
GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsRequest;
|
|
216
216
|
}
|
|
217
217
|
interface GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsRequest {
|
|
218
|
-
/** Filter used to select the subset of conversations to
|
|
218
|
+
/** Filter used to select the subset of conversations to delete. */
|
|
219
219
|
filter?:
|
|
220
220
|
string;
|
|
221
221
|
/** If set to true, all of this conversation's analyses will also be deleted. Otherwise, the request will only succeed if the conversation has no analyses. */
|
|
222
222
|
force?:
|
|
223
223
|
boolean;
|
|
224
|
-
/** Maximum number of conversations to delete.
|
|
224
|
+
/** Maximum number of conversations to delete. */
|
|
225
225
|
maxDeleteCount?:
|
|
226
226
|
number;
|
|
227
|
-
/** Required. The parent resource to
|
|
227
|
+
/** Required. The parent resource to delete conversations from. Format: projects/{project}/locations/{location} */
|
|
228
228
|
parent?:
|
|
229
229
|
string;
|
|
230
230
|
}
|
|
@@ -1183,16 +1183,16 @@ declare namespace gapi.client {
|
|
|
1183
1183
|
GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest;
|
|
1184
1184
|
}
|
|
1185
1185
|
interface GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest {
|
|
1186
|
-
/** Filter used to select the subset of conversations to
|
|
1186
|
+
/** Filter used to select the subset of conversations to delete. */
|
|
1187
1187
|
filter?:
|
|
1188
1188
|
string;
|
|
1189
1189
|
/** If set to true, all of this conversation's analyses will also be deleted. Otherwise, the request will only succeed if the conversation has no analyses. */
|
|
1190
1190
|
force?:
|
|
1191
1191
|
boolean;
|
|
1192
|
-
/** Maximum number of conversations to delete.
|
|
1192
|
+
/** Maximum number of conversations to delete. */
|
|
1193
1193
|
maxDeleteCount?:
|
|
1194
1194
|
number;
|
|
1195
|
-
/** Required. The parent resource to
|
|
1195
|
+
/** Required. The parent resource to delete conversations from. Format: projects/{project}/locations/{location} */
|
|
1196
1196
|
parent?:
|
|
1197
1197
|
string;
|
|
1198
1198
|
}
|
|
@@ -2574,7 +2574,7 @@ declare namespace gapi.client {
|
|
|
2574
2574
|
/** OAuth 2.0 token for the current user. */
|
|
2575
2575
|
oauth_token?:
|
|
2576
2576
|
string;
|
|
2577
|
-
/** Required. The parent resource to
|
|
2577
|
+
/** Required. The parent resource to delete conversations from. Format: projects/{project}/locations/{location} */
|
|
2578
2578
|
parent:
|
|
2579
2579
|
string;
|
|
2580
2580
|
/** Returns response with indentations and line breaks. */
|
|
@@ -2615,7 +2615,7 @@ declare namespace gapi.client {
|
|
|
2615
2615
|
/** OAuth 2.0 token for the current user. */
|
|
2616
2616
|
oauth_token?:
|
|
2617
2617
|
string;
|
|
2618
|
-
/** Required. The parent resource to
|
|
2618
|
+
/** Required. The parent resource to delete conversations from. Format: projects/{project}/locations/{location} */
|
|
2619
2619
|
parent:
|
|
2620
2620
|
string;
|
|
2621
2621
|
/** Returns response with indentations and line breaks. */
|
package/package.json
CHANGED
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:
|
|
6
|
+
// Revision: 20231113
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|