@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.0.20230815 → 0.0.20230907
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.
- package/index.d.ts +7 -4
- package/package.json +1 -1
- package/tests.ts +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:
|
|
12
|
+
// Revision: 20230907
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -368,6 +368,9 @@ declare namespace gapi.client {
|
|
|
368
368
|
/** If there are multiple targets, each target would get a complete copy of the "joined" source data. */
|
|
369
369
|
targets?:
|
|
370
370
|
ExfilResource[];
|
|
371
|
+
/** Total exfiltrated bytes processed for the entire job. */
|
|
372
|
+
totalExfiltratedBytes?:
|
|
373
|
+
string;
|
|
371
374
|
}
|
|
372
375
|
interface Expr {
|
|
373
376
|
/** Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. */
|
|
@@ -689,10 +692,10 @@ declare namespace gapi.client {
|
|
|
689
692
|
/** References primary/secondary etc assignees in the external system. */
|
|
690
693
|
assignees?:
|
|
691
694
|
string[];
|
|
692
|
-
/** The
|
|
695
|
+
/** The time when the case was last updated, as reported by the external system. */
|
|
693
696
|
externalSystemUpdateTime?:
|
|
694
697
|
string;
|
|
695
|
-
/**
|
|
698
|
+
/** The identifier that's used to track the finding's corresponding case in the external system. */
|
|
696
699
|
externalUid?:
|
|
697
700
|
string;
|
|
698
701
|
/**
|
|
@@ -701,7 +704,7 @@ declare namespace gapi.client {
|
|
|
701
704
|
*/
|
|
702
705
|
name?:
|
|
703
706
|
string;
|
|
704
|
-
/**
|
|
707
|
+
/** The most recent status of the finding's corresponding case, as reported by the external system. */
|
|
705
708
|
status?:
|
|
706
709
|
string;
|
|
707
710
|
}
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230907
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|