@maxim_mazurok/gapi.client.beyondcorp-v1 0.0.20250716 → 0.0.20250723

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 +7 -7
  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: 20250716
12
+ // Revision: 20250723
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -455,9 +455,9 @@ declare namespace gapi.client {
455
455
  interface GoogleCloudBeyondcorpSecuritygatewaysV1Application {
456
456
  /** Output only. Timestamp when the resource was created. */
457
457
  createTime?: string;
458
- /** Optional. An arbitrary user-provided name for the Application resource. Cannot exceed 64 characters. */
458
+ /** Optional. An arbitrary user-provided name for the application resource. Cannot exceed 64 characters. */
459
459
  displayName?: string;
460
- /** Required. Endpoint matchers associated with an application. A combination of hostname and ports as endpoint matcher is used to match the application. Match conditions for OR logic. An array of match conditions to allow for multiple matching criteria. The rule is considered a match if one the conditions are met. The conditions can be one of the following combination (Hostname), (Hostname & Ports) EXAMPLES: Hostname - ("*.abc.com"), ("xyz.abc.com") Hostname and Ports - ("abc.com" and "22"), ("abc.com" and "22,33") etc */
460
+ /** Required. Endpoint matchers associated with an application. A combination of hostname and ports as endpoint matchers is used to match the application. Match conditions for OR logic. An array of match conditions to allow for multiple matching criteria. The rule is considered a match if one of the conditions is met. The conditions can be one of the following combinations (Hostname), (Hostname & Ports) EXAMPLES: Hostname - ("*.example.com"), ("xyz.example.com") Hostname and Ports - ("example.com" and "22"), ("example.com" and "22,33") etc */
461
461
  endpointMatchers?: GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher[];
462
462
  /** Identifier. Name of the resource. */
463
463
  name?: string;
@@ -2060,7 +2060,7 @@ declare namespace gapi.client {
2060
2060
  },
2061
2061
  body: GoogleCloudBeyondcorpSecuritygatewaysV1Application,
2062
2062
  ): Request<GoogleLongrunningOperation>;
2063
- /** Deletes a single Application. */
2063
+ /** Deletes a single application. */
2064
2064
  delete(request?: {
2065
2065
  /** V1 error format. */
2066
2066
  '$.xgafv'?: string;
@@ -2310,7 +2310,7 @@ declare namespace gapi.client {
2310
2310
  ): Request<GoogleIamV1TestIamPermissionsResponse>;
2311
2311
  }
2312
2312
  interface SecurityGatewaysResource {
2313
- /** Creates a new SecurityGateway in a given project and location. */
2313
+ /** Creates a new Security Gateway in a given project and location. */
2314
2314
  create(request: {
2315
2315
  /** V1 error format. */
2316
2316
  '$.xgafv'?: string;
@@ -2332,7 +2332,7 @@ declare namespace gapi.client {
2332
2332
  prettyPrint?: boolean;
2333
2333
  /** 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. */
2334
2334
  quotaUser?: string;
2335
- /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. */
2335
+ /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. */
2336
2336
  requestId?: string;
2337
2337
  /** Optional. User-settable SecurityGateway resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or letter. */
2338
2338
  securityGatewayId?: string;
@@ -2365,7 +2365,7 @@ declare namespace gapi.client {
2365
2365
  prettyPrint?: boolean;
2366
2366
  /** 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. */
2367
2367
  quotaUser?: string;
2368
- /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. */
2368
+ /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. */
2369
2369
  requestId?: string;
2370
2370
  /** Optional. User-settable SecurityGateway resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or letter. */
2371
2371
  securityGatewayId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.beyondcorp-v1",
3
- "version": "0.0.20250716",
3
+ "version": "0.0.20250723",
4
4
  "description": "TypeScript typings for BeyondCorp API v1",
5
5
  "repository": {
6
6
  "type": "git",