@maxim_mazurok/gapi.client.beyondcorp-v1 0.0.20250319 → 0.0.20250505

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 -36
  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://beyondcorp.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250319
12
+ // Revision: 20250505
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -633,10 +633,6 @@ declare namespace gapi.client {
633
633
  /** A list of locations that could not be reached. */
634
634
  unreachable?: string[];
635
635
  }
636
- interface ShouldThrottleResponse {
637
- /** Whether the port should be throttled */
638
- shouldThrottle?: boolean;
639
- }
640
636
  interface Tunnelv1ProtoTunnelerError {
641
637
  /** Original raw error */
642
638
  err?: string;
@@ -1903,37 +1899,6 @@ declare namespace gapi.client {
1903
1899
  },
1904
1900
  body: GoogleIamV1SetIamPolicyRequest,
1905
1901
  ): Request<GoogleIamV1Policy>;
1906
- /** Calls the Bouncer method ShouldThrottle to check if a request should be throttled. */
1907
- shouldThrottle(request?: {
1908
- /** V1 error format. */
1909
- '$.xgafv'?: string;
1910
- /** OAuth access token. */
1911
- access_token?: string;
1912
- /** Data format for response. */
1913
- alt?: string;
1914
- /** JSONP */
1915
- callback?: string;
1916
- /** Selector specifying which fields to include in a partial response. */
1917
- fields?: string;
1918
- /** 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. */
1919
- key?: string;
1920
- /** Required. Name of the resource */
1921
- name: string;
1922
- /** OAuth 2.0 token for the current user. */
1923
- oauth_token?: string;
1924
- /** Optional. The port that is being throttled */
1925
- port?: number;
1926
- /** Returns response with indentations and line breaks. */
1927
- prettyPrint?: boolean;
1928
- /** 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. */
1929
- quotaUser?: string;
1930
- /** Optional. The current throughput through the port (mbps) */
1931
- requestedAmount?: string;
1932
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1933
- upload_protocol?: string;
1934
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1935
- uploadType?: string;
1936
- }): Request<ShouldThrottleResponse>;
1937
1902
  /** 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. */
1938
1903
  testIamPermissions(
1939
1904
  request: {
@@ -2943,6 +2908,8 @@ declare namespace gapi.client {
2943
2908
  alt?: string;
2944
2909
  /** JSONP */
2945
2910
  callback?: string;
2911
+ /** Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. */
2912
+ extraLocationTypes?: string | string[];
2946
2913
  /** Selector specifying which fields to include in a partial response. */
2947
2914
  fields?: string;
2948
2915
  /** A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.beyondcorp-v1",
3
- "version": "0.0.20250319",
3
+ "version": "0.0.20250505",
4
4
  "description": "TypeScript typings for BeyondCorp API v1",
5
5
  "repository": {
6
6
  "type": "git",