@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20250729 → 0.0.20250811

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 +148 -1
  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: 20250729
12
+ // Revision: 20250811
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -321,6 +321,8 @@ declare namespace gapi.client {
321
321
  agentInfo?: GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo[];
322
322
  /** An arbitrary integer value indicating the customer's satisfaction rating. */
323
323
  customerSatisfactionRating?: number;
324
+ /** Input only. The feedback labels associated with the conversation. */
325
+ feedbackLabels?: GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel[];
324
326
  /** An arbitrary string value specifying the menu path the customer took. */
325
327
  menuPath?: string;
326
328
  /** The amount of time the customer waited to connect with an agent. */
@@ -1676,6 +1678,8 @@ declare namespace gapi.client {
1676
1678
  agentInfo?: GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo[];
1677
1679
  /** An arbitrary integer value indicating the customer's satisfaction rating. */
1678
1680
  customerSatisfactionRating?: number;
1681
+ /** Input only. The feedback labels associated with the conversation. */
1682
+ feedbackLabels?: GoogleCloudContactcenterinsightsV1FeedbackLabel[];
1679
1683
  /** An arbitrary string value specifying the menu path the customer took. */
1680
1684
  menuPath?: string;
1681
1685
  /** The amount of time the customer waited to connect with an agent. */
@@ -2903,6 +2907,50 @@ declare namespace gapi.client {
2903
2907
  /** A filter to reduce conversation results to a specific subset. Refer to https://cloud.google.com/contact-center/insights/docs/filtering for details. */
2904
2908
  value?: string;
2905
2909
  }
2910
+ interface GoogleIamV1AuditConfig {
2911
+ /** The configuration for logging of each type of permission. */
2912
+ auditLogConfigs?: GoogleIamV1AuditLogConfig[];
2913
+ /** Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services. */
2914
+ service?: string;
2915
+ }
2916
+ interface GoogleIamV1AuditLogConfig {
2917
+ /** Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members. */
2918
+ exemptedMembers?: string[];
2919
+ /** The log type that this config enables. */
2920
+ logType?: string;
2921
+ }
2922
+ interface GoogleIamV1Binding {
2923
+ /** The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
2924
+ condition?: GoogleTypeExpr;
2925
+ /** Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`. */
2926
+ members?: string[];
2927
+ /** Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles). */
2928
+ role?: string;
2929
+ }
2930
+ interface GoogleIamV1Policy {
2931
+ /** Specifies cloud audit logging configuration for this policy. */
2932
+ auditConfigs?: GoogleIamV1AuditConfig[];
2933
+ /** Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`. */
2934
+ bindings?: GoogleIamV1Binding[];
2935
+ /** `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. */
2936
+ etag?: string;
2937
+ /** Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
2938
+ version?: number;
2939
+ }
2940
+ interface GoogleIamV1SetIamPolicyRequest {
2941
+ /** REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them. */
2942
+ policy?: GoogleIamV1Policy;
2943
+ /** OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: "bindings, etag"` */
2944
+ updateMask?: string;
2945
+ }
2946
+ interface GoogleIamV1TestIamPermissionsRequest {
2947
+ /** The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions). */
2948
+ permissions?: string[];
2949
+ }
2950
+ interface GoogleIamV1TestIamPermissionsResponse {
2951
+ /** A subset of `TestPermissionsRequest.permissions` that the caller is allowed. */
2952
+ permissions?: string[];
2953
+ }
2906
2954
  interface GoogleLongrunningListOperationsResponse {
2907
2955
  /** The standard List next-page token. */
2908
2956
  nextPageToken?: string;
@@ -2930,6 +2978,16 @@ declare namespace gapi.client {
2930
2978
  /** A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. */
2931
2979
  message?: string;
2932
2980
  }
2981
+ interface GoogleTypeExpr {
2982
+ /** Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. */
2983
+ description?: string;
2984
+ /** Textual representation of an expression in Common Expression Language syntax. */
2985
+ expression?: string;
2986
+ /** Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file. */
2987
+ location?: string;
2988
+ /** Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression. */
2989
+ title?: string;
2990
+ }
2933
2991
  interface GoogleTypeInterval {
2934
2992
  /** Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end. */
2935
2993
  endTime?: string;
@@ -4611,6 +4669,35 @@ declare namespace gapi.client {
4611
4669
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4612
4670
  uploadType?: string;
4613
4671
  }): Request<GoogleCloudContactcenterinsightsV1AuthorizedView>;
4672
+ /** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
4673
+ getIamPolicy(request?: {
4674
+ /** V1 error format. */
4675
+ '$.xgafv'?: string;
4676
+ /** OAuth access token. */
4677
+ access_token?: string;
4678
+ /** Data format for response. */
4679
+ alt?: string;
4680
+ /** JSONP */
4681
+ callback?: string;
4682
+ /** Selector specifying which fields to include in a partial response. */
4683
+ fields?: string;
4684
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
4685
+ key?: string;
4686
+ /** OAuth 2.0 token for the current user. */
4687
+ oauth_token?: string;
4688
+ /** Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
4689
+ 'options.requestedPolicyVersion'?: number;
4690
+ /** Returns response with indentations and line breaks. */
4691
+ prettyPrint?: boolean;
4692
+ /** 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. */
4693
+ quotaUser?: string;
4694
+ /** REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
4695
+ resource: string;
4696
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4697
+ upload_protocol?: string;
4698
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4699
+ uploadType?: string;
4700
+ }): Request<GoogleIamV1Policy>;
4614
4701
  /** List AuthorizedViewSets */
4615
4702
  list(request?: {
4616
4703
  /** V1 error format. */
@@ -4859,6 +4946,66 @@ declare namespace gapi.client {
4859
4946
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4860
4947
  uploadType?: string;
4861
4948
  }): Request<GoogleCloudContactcenterinsightsV1SearchAuthorizedViewsResponse>;
4949
+ /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
4950
+ setIamPolicy(
4951
+ request: {
4952
+ /** V1 error format. */
4953
+ '$.xgafv'?: string;
4954
+ /** OAuth access token. */
4955
+ access_token?: string;
4956
+ /** Data format for response. */
4957
+ alt?: string;
4958
+ /** JSONP */
4959
+ callback?: string;
4960
+ /** Selector specifying which fields to include in a partial response. */
4961
+ fields?: string;
4962
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
4963
+ key?: string;
4964
+ /** OAuth 2.0 token for the current user. */
4965
+ oauth_token?: string;
4966
+ /** Returns response with indentations and line breaks. */
4967
+ prettyPrint?: boolean;
4968
+ /** 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. */
4969
+ quotaUser?: string;
4970
+ /** REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
4971
+ resource: string;
4972
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4973
+ upload_protocol?: string;
4974
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4975
+ uploadType?: string;
4976
+ },
4977
+ body: GoogleIamV1SetIamPolicyRequest,
4978
+ ): Request<GoogleIamV1Policy>;
4979
+ /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
4980
+ testIamPermissions(
4981
+ request: {
4982
+ /** V1 error format. */
4983
+ '$.xgafv'?: string;
4984
+ /** OAuth access token. */
4985
+ access_token?: string;
4986
+ /** Data format for response. */
4987
+ alt?: string;
4988
+ /** JSONP */
4989
+ callback?: string;
4990
+ /** Selector specifying which fields to include in a partial response. */
4991
+ fields?: string;
4992
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
4993
+ key?: string;
4994
+ /** OAuth 2.0 token for the current user. */
4995
+ oauth_token?: string;
4996
+ /** Returns response with indentations and line breaks. */
4997
+ prettyPrint?: boolean;
4998
+ /** 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. */
4999
+ quotaUser?: string;
5000
+ /** REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
5001
+ resource: string;
5002
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
5003
+ upload_protocol?: string;
5004
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5005
+ uploadType?: string;
5006
+ },
5007
+ body: GoogleIamV1TestIamPermissionsRequest,
5008
+ ): Request<GoogleIamV1TestIamPermissionsResponse>;
4862
5009
  conversations: ConversationsResource;
4863
5010
  operations: OperationsResource;
4864
5011
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.contactcenterinsights-v1",
3
- "version": "0.0.20250729",
3
+ "version": "0.0.20250811",
4
4
  "description": "TypeScript typings for Contact Center AI Insights API v1",
5
5
  "repository": {
6
6
  "type": "git",