Skip to content

Commit f0a09e0

Browse files
fix(contactcenterinsights): update the API
#### contactcenterinsights:v1 The following keys were changed: - schemas.GoogleCloudContactcenterinsightsV1AuthorizedView.properties.conversationFilter.description
1 parent c461c70 commit f0a09e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎discovery/contactcenterinsights-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5300,7 +5300,7 @@
53005300
}
53015301
}
53025302
},
5303-
"revision": "20250624",
5303+
"revision": "20250701",
53045304
"rootUrl": "https://contactcenterinsights.googleapis.com/",
53055305
"schemas": {
53065306
"GoogleCloudContactcenterinsightsV1Analysis": {
@@ -5755,7 +5755,7 @@
57555755
"id": "GoogleCloudContactcenterinsightsV1AuthorizedView",
57565756
"properties": {
57575757
"conversationFilter": {
5758-
"description": "A filter to reduce conversation results to a specific subset. The AuthorizedView's assigned permission (read/write) could be applied to the subset of conversations. If conversation_filter is empty, there is no restriction on the conversations that the AuthorizedView can access. Having *authorizedViews.get* access to the AuthorizedView means having the same read/write access to the Conversations (as well as metadata/annotations liked to the conversation) that this AuthorizedView has.",
5758+
"description": "A filter to reduce conversation results to a specific subset. The AuthorizedView's assigned permission (read/write) could be applied to the subset of conversations. If conversation_filter is empty, there is no restriction on the conversations that the AuthorizedView can access. Having *authorizedViews.get* access to the AuthorizedView means having the same read/write access to the Conversations (as well as metadata/annotations linked to the conversation) that this AuthorizedView has.",
57595759
"type": "string"
57605760
},
57615761
"createTime": {

‎src/apis/contactcenterinsights/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"webpack": "webpack"
2929
},
3030
"dependencies": {
31-
"googleapis-common": "^8.0.0"
31+
"googleapis-common": "^8.0.2-rc.0"
3232
},
3333
"devDependencies": {
3434
"@microsoft/api-documenter": "^7.8.10",

‎src/apis/contactcenterinsights/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2940,7 +2940,7 @@ export namespace contactcenterinsights_v1 {
29402940
*/
29412941
export interface Schema$GoogleCloudContactcenterinsightsV1AuthorizedView {
29422942
/**
2943-
* A filter to reduce conversation results to a specific subset. The AuthorizedView's assigned permission (read/write) could be applied to the subset of conversations. If conversation_filter is empty, there is no restriction on the conversations that the AuthorizedView can access. Having *authorizedViews.get* access to the AuthorizedView means having the same read/write access to the Conversations (as well as metadata/annotations liked to the conversation) that this AuthorizedView has.
2943+
* A filter to reduce conversation results to a specific subset. The AuthorizedView's assigned permission (read/write) could be applied to the subset of conversations. If conversation_filter is empty, there is no restriction on the conversations that the AuthorizedView can access. Having *authorizedViews.get* access to the AuthorizedView means having the same read/write access to the Conversations (as well as metadata/annotations linked to the conversation) that this AuthorizedView has.
29442944
*/
29452945
conversationFilter?: string | null;
29462946
/**

0 commit comments

Comments
 (0)