@maxim_mazurok/gapi.client.securityposture-v1 0.0.20250721 → 0.0.20250819

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 +4 -4
  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://securityposture.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250721
12
+ // Revision: 20250819
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -117,7 +117,7 @@ declare namespace gapi.client {
117
117
  denyAll?: boolean;
118
118
  /** Whether to enforce the constraint. Valid only for boolean constraints. */
119
119
  enforce?: boolean;
120
- /** Optional. Required for managed constraints if parameters are defined. Passes parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: { "allowedLocations" : ["us-east1", "us-west1"], "allowAll" : true } */
120
+ /** Optional. Required for managed constraints if parameters are defined. Passes parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: ``` { "allowedLocations": ["us-east1", "us-west1"], "allowAll": true } ``` */
121
121
  parameters?: {[P in string]: any};
122
122
  /** Optional. The resource types policies can support, only used for managed constraints. Method type is `GOVERN_TAGS`. */
123
123
  resourceTypes?: ResourceTypes;
@@ -373,7 +373,7 @@ declare namespace gapi.client {
373
373
  resourceTypes?: string[];
374
374
  }
375
375
  interface ResourceTypes {
376
- /** Optional. The resource types we currently support. cloud/orgpolicy/customconstraintconfig/prod/resource_types.prototext */
376
+ /** Optional. The resource types we currently support. */
377
377
  included?: string[];
378
378
  }
379
379
  interface SecurityHealthAnalyticsCustomModule {
@@ -1320,7 +1320,7 @@ declare namespace gapi.client {
1320
1320
  alt?: string;
1321
1321
  /** JSONP */
1322
1322
  callback?: string;
1323
- /** Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. */
1323
+ /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
1324
1324
  extraLocationTypes?: string | string[];
1325
1325
  /** Selector specifying which fields to include in a partial response. */
1326
1326
  fields?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.securityposture-v1",
3
- "version": "0.0.20250721",
3
+ "version": "0.0.20250819",
4
4
  "description": "TypeScript typings for Security Posture API v1",
5
5
  "repository": {
6
6
  "type": "git",