@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.0.20241011 → 0.0.20241018

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 +1 -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://securitycenter.googleapis.com/$discovery/rest?version=v1beta2
12
- // Revision: 20241011
12
+ // Revision: 20241018
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -182,10 +182,6 @@ declare namespace gapi.client {
182
182
  /** The name of the Backup and DR storage pool that the backup and recovery appliance is storing data in. The storage pool could be of type Cloud, Primary, Snapshot, or OnVault. See the [Backup and DR documentation on storage pools](https://cloud.google.com/backup-disaster-recovery/docs/concepts/storage-pools). For example, `DiskPoolOne`. */
183
183
  storagePool?: string;
184
184
  }
185
- interface CelPolicySpec {
186
- /** The CEL policy to evaluate to produce findings. A finding is generated when the policy validation evaluates to false. */
187
- spec?: string;
188
- }
189
185
  interface CloudArmor {
190
186
  /** Information about potential Layer 7 DDoS attacks identified by [Google Cloud Armor Adaptive Protection](https://cloud.google.com/armor/docs/adaptive-protection-overview). */
191
187
  adaptiveProtection?: AdaptiveProtection;
@@ -630,8 +626,6 @@ declare namespace gapi.client {
630
626
  }
631
627
  interface GoogleCloudSecuritycenterV1BulkMuteFindingsResponse {}
632
628
  interface GoogleCloudSecuritycenterV1CustomConfig {
633
- /** The CEL policy spec attached to the custom module. */
634
- celPolicy?: CelPolicySpec;
635
629
  /** Custom output properties. */
636
630
  customOutput?: GoogleCloudSecuritycenterV1CustomOutputSpec;
637
631
  /** Text that describes the vulnerability or misconfiguration that the custom module detects. This explanation is returned with each finding instance to help investigators understand the detected issue. The text must be enclosed in quotation marks. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.securitycenter-v1beta2",
3
- "version": "0.0.20241011",
3
+ "version": "0.0.20241018",
4
4
  "description": "TypeScript typings for Security Command Center API v1beta2",
5
5
  "repository": {
6
6
  "type": "git",