@maxim_mazurok/gapi.client.dialogflow-v2beta1 0.16.20251203 → 0.17.20251203

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 +3 -3
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -5565,7 +5565,7 @@ declare namespace gapi.client {
5565
5565
  nextPageToken?: string;
5566
5566
  /** A list of operations that matches the specified filter in the request. */
5567
5567
  operations?: GoogleLongrunningOperation[];
5568
- /** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations. */
5568
+ /** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations. */
5569
5569
  unreachable?: string[];
5570
5570
  }
5571
5571
  interface GoogleLongrunningOperation {
@@ -16149,7 +16149,7 @@ declare namespace gapi.client {
16149
16149
  prettyPrint?: boolean;
16150
16150
  /** 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. */
16151
16151
  quotaUser?: string;
16152
- /** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
16152
+ /** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
16153
16153
  returnPartialSuccess?: boolean;
16154
16154
  /** Upload protocol for media (e.g. "raw", "multipart"). */
16155
16155
  upload_protocol?: string;
@@ -17238,7 +17238,7 @@ declare namespace gapi.client {
17238
17238
  prettyPrint?: boolean;
17239
17239
  /** 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. */
17240
17240
  quotaUser?: string;
17241
- /** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
17241
+ /** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
17242
17242
  returnPartialSuccess?: boolean;
17243
17243
  /** Upload protocol for media (e.g. "raw", "multipart"). */
17244
17244
  upload_protocol?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dialogflow-v2beta1",
3
- "version": "0.16.20251203",
3
+ "version": "0.17.20251203",
4
4
  "description": "TypeScript typings for Dialogflow API v2beta1",
5
5
  "repository": {
6
6
  "type": "git",