@maxim_mazurok/gapi.client.ondemandscanning-v1 0.0.20250317 → 0.0.20250414
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 +3 -3
- 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://ondemandscanning.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250414
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -90,7 +90,7 @@ declare namespace gapi.client {
|
|
|
90
90
|
repository?: string;
|
|
91
91
|
}
|
|
92
92
|
interface BinarySourceInfo {
|
|
93
|
-
/** The binary package. This is significant when the source is different than the binary itself. Historically if they've differed, we've stored the name of the source and its version in the package/version fields, but we should also store the binary package info, as that's what's actually installed.
|
|
93
|
+
/** The binary package. This is significant when the source is different than the binary itself. Historically if they've differed, we've stored the name of the source and its version in the package/version fields, but we should also store the binary package info, as that's what's actually installed. */
|
|
94
94
|
binaryVersion?: PackageVersion;
|
|
95
95
|
/** The source package. Similar to the above, this is significant when the source is different than the binary itself. Since the top-level package/version fields are based on an if/else, we need a separate field for both binary and source if we want to know definitively where the data is coming from. */
|
|
96
96
|
sourceVersion?: PackageVersion;
|
|
@@ -565,7 +565,7 @@ declare namespace gapi.client {
|
|
|
565
565
|
package?: string;
|
|
566
566
|
/** The type of package: os, maven, go, etc. */
|
|
567
567
|
packageType?: string;
|
|
568
|
-
/** CVEs that this package is no longer vulnerable to
|
|
568
|
+
/** CVEs that this package is no longer vulnerable to */
|
|
569
569
|
patchedCve?: string[];
|
|
570
570
|
/** DEPRECATED */
|
|
571
571
|
sourceVersion?: PackageVersion;
|