@maxim_mazurok/gapi.client.containeranalysis-v1alpha1 0.1.20260220 → 0.1.20260313

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 +15 -1
  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://containeranalysis.googleapis.com/$discovery/rest?version=v1alpha1
12
- // Revision: 20260220
12
+ // Revision: 20260313
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -300,6 +300,8 @@ declare namespace gapi.client {
300
300
  npmPackages?: ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsNpmPackage[];
301
301
  /** A list of objects to be uploaded to Cloud Storage upon successful completion of all build steps. Files in the workspace matching specified paths globs will be uploaded to the specified Cloud Storage location using the builder service account's credentials. The location and generation of the uploaded objects will be stored in the Build resource's results field. If any objects fail to be pushed, the build is marked FAILURE. */
302
302
  objects?: ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsArtifactObjects;
303
+ /** Optional. A list of OCI images to be uploaded to Artifact Registry upon successful completion of all build steps. OCI images in the specified paths will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any images fail to be pushed, the build is marked FAILURE. */
304
+ oci?: ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsOci[];
303
305
  /** A list of Python packages to be uploaded to Artifact Registry upon successful completion of all build steps. The build service account credentials will be used to perform the upload. If any objects fail to be pushed, the build is marked FAILURE. */
304
306
  pythonPackages?: ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsPythonPackage[];
305
307
  }
@@ -345,6 +347,14 @@ declare namespace gapi.client {
345
347
  /** Artifact Registry repository, in the form "https://$REGION-npm.pkg.dev/$PROJECT/$REPOSITORY" Npm package in the workspace specified by path will be zipped and uploaded to Artifact Registry with this location as a prefix. */
346
348
  repository?: string;
347
349
  }
350
+ interface ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsOci {
351
+ /** Required. Path on the local file system where to find the container to upload. e.g. /workspace/my-image.tar */
352
+ file?: string;
353
+ /** Required. Registry path to upload the container to. e.g. us-east1-docker.pkg.dev/my-project/my-repo/my-image */
354
+ registryPath?: string;
355
+ /** Optional. Tags to apply to the uploaded image. e.g. latest, 1.0.0 */
356
+ tags?: string[];
357
+ }
348
358
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsPythonPackage {
349
359
  /** Path globs used to match files in the build's workspace. For Python/ Twine, this is usually `dist/*`, and sometimes additionally an `.asc` file. */
350
360
  paths?: string[];
@@ -522,6 +532,8 @@ declare namespace gapi.client {
522
532
  digest?: string;
523
533
  /** Name used to push the container image to Google Container Registry, as presented to `docker push`. */
524
534
  name?: string;
535
+ /** Output only. The OCI media type of the artifact. Non-OCI images, such as Docker images, will have an unspecified value. */
536
+ ociMediaType?: string;
525
537
  /** Output only. Stores timing information for pushing the specified image. */
526
538
  pushTiming?: ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan;
527
539
  }
@@ -986,6 +998,8 @@ declare namespace gapi.client {
986
998
  filePath?: string;
987
999
  /** Each package found in a file should have its own layer metadata (that is, information from the origin layer of the package). */
988
1000
  layerDetails?: LayerDetails;
1001
+ /** Line number in the file where the package is found. Optional field that only applies to source repository scanning. */
1002
+ lineNumber?: number;
989
1003
  }
990
1004
  interface FileNote {
991
1005
  /** Provide a unique identifier to match analysis information on each specific file in a package */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.containeranalysis-v1alpha1",
3
- "version": "0.1.20260220",
3
+ "version": "0.1.20260313",
4
4
  "description": "TypeScript typings for Container Analysis API v1alpha1",
5
5
  "repository": {
6
6
  "type": "git",