@maxim_mazurok/gapi.client.privateca-v1 0.1.20250625 → 0.1.20250901

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 +8 -8
  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://privateca.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250625
12
+ // Revision: 20250901
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -80,6 +80,8 @@ declare namespace gapi.client {
80
80
  maxIssuerPathLength?: number;
81
81
  }
82
82
  interface CaPool {
83
+ /** Optional. When EncryptionSpec is provided, the Subject, SubjectAltNames, and the PEM-encoded certificate fields will be encrypted at rest. */
84
+ encryptionSpec?: EncryptionSpec;
83
85
  /** Optional. The IssuancePolicy to control how Certificates will be issued from this CaPool. */
84
86
  issuancePolicy?: IssuancePolicy;
85
87
  /** Optional. Labels with user-defined metadata. */
@@ -276,6 +278,10 @@ declare namespace gapi.client {
276
278
  /** Optional. An ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
277
279
  requestId?: string;
278
280
  }
281
+ interface EncryptionSpec {
282
+ /** The resource name for a Cloud KMS key in the format `projects/*‍/locations/*‍/keyRings/*‍/cryptoKeys/*`. */
283
+ cloudKmsKey?: string;
284
+ }
279
285
  interface Expr {
280
286
  /** Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. */
281
287
  description?: string;
@@ -512,12 +518,6 @@ declare namespace gapi.client {
512
518
  /** Optional. When true, publishes each CertificateAuthority's CRL and includes its URL in the "CRL Distribution Points" X.509 extension in all issued Certificates. If this is false, CRLs will not be published and the corresponding X.509 extension will not be written in issued certificates. CRLs will expire 7 days from their creation. However, we will rebuild daily. CRLs are also rebuilt shortly after a certificate is revoked. */
513
519
  publishCrl?: boolean;
514
520
  }
515
- interface ReconciliationOperationMetadata {
516
- /** DEPRECATED. Use exclusive_action instead. */
517
- deleteResource?: boolean;
518
- /** Excluisive action returned by the CLH. */
519
- exclusiveAction?: string;
520
- }
521
521
  interface RelativeDistinguishedName {
522
522
  /** Attributes describes the attribute value assertions in the RDN. */
523
523
  attributes?: AttributeTypeAndValue[];
@@ -2511,7 +2511,7 @@ declare namespace gapi.client {
2511
2511
  alt?: string;
2512
2512
  /** JSONP */
2513
2513
  callback?: string;
2514
- /** Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. */
2514
+ /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
2515
2515
  extraLocationTypes?: string | string[];
2516
2516
  /** Selector specifying which fields to include in a partial response. */
2517
2517
  fields?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.privateca-v1",
3
- "version": "0.1.20250625",
3
+ "version": "0.1.20250901",
4
4
  "description": "TypeScript typings for Certificate Authority API v1",
5
5
  "repository": {
6
6
  "type": "git",