@maxim_mazurok/gapi.client.ondemandscanning-v1beta1 0.0.20250310 → 0.0.20250321

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 +3 -3
  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://ondemandscanning.googleapis.com/$discovery/rest?version=v1beta1
12
- // Revision: 20250310
12
+ // Revision: 20250321
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -88,7 +88,7 @@ declare namespace gapi.client {
88
88
  repository?: string;
89
89
  }
90
90
  interface BinarySourceInfo {
91
- /** 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. See b/175908657#comment15. */
91
+ /** 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. */
92
92
  binaryVersion?: PackageVersion;
93
93
  /** 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. */
94
94
  sourceVersion?: PackageVersion;
@@ -563,7 +563,7 @@ declare namespace gapi.client {
563
563
  package?: string;
564
564
  /** The type of package: os, maven, go, etc. */
565
565
  packageType?: string;
566
- /** CVEs that this package is no longer vulnerable to go/drydock-dd-custom-binary-scanning */
566
+ /** CVEs that this package is no longer vulnerable to */
567
567
  patchedCve?: string[];
568
568
  /** DEPRECATED */
569
569
  sourceVersion?: PackageVersion;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.ondemandscanning-v1beta1",
3
- "version": "0.0.20250310",
3
+ "version": "0.0.20250321",
4
4
  "description": "TypeScript typings for On-Demand Scanning API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",