@maxim_mazurok/gapi.client.privateca-v1 0.0.20250120 → 0.0.20250205

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 +4 -4
  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: 20250120
12
+ // Revision: 20250205
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -156,7 +156,7 @@ declare namespace gapi.client {
156
156
  type?: string;
157
157
  /** Output only. The time at which this CertificateAuthority was last updated. */
158
158
  updateTime?: string;
159
- /** Optional. User-defined URLs for accessing content published by this CertificateAuthority, including the CA certificate and the PEM-encoded CRLs. The service does not publish content to these URLs. It is up to the user to mirror content to these URLs. */
159
+ /** Optional. User-defined URLs for CA certificate and CRLs. The service does not publish content to these URLs. It is up to the user to mirror content to these URLs. */
160
160
  userDefinedAccessUrls?: UserDefinedAccessUrls;
161
161
  }
162
162
  interface CertificateConfig {
@@ -621,9 +621,9 @@ declare namespace gapi.client {
621
621
  requestId?: string;
622
622
  }
623
623
  interface UserDefinedAccessUrls {
624
- /** Optional. A list of URLs where the issuer CA certificate may be downloaded, which appears in the "Authority Information Access" extension in the certificate. */
624
+ /** Optional. A list of URLs where the issuer CA certificate may be downloaded, which appears in the "Authority Information Access" extension in the certificate. If specified, the default GCS URLs will be omitted. */
625
625
  aiaIssuingCertificateUrls?: string[];
626
- /** Optional. A list of URLs where to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13 */
626
+ /** Optional. A list of URLs where to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13. If specified, the default GCS URLs will be omitted. */
627
627
  crlAccessUrls?: string[];
628
628
  }
629
629
  interface X509Extension {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.privateca-v1",
3
- "version": "0.0.20250120",
3
+ "version": "0.0.20250205",
4
4
  "description": "TypeScript typings for Certificate Authority API v1",
5
5
  "repository": {
6
6
  "type": "git",