@maxim_mazurok/gapi.client.privateca-v1 0.0.20240918 → 0.0.20241002

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: 20240918
12
+ // Revision: 20241002
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -138,7 +138,7 @@ declare namespace gapi.client {
138
138
  labels?: {[P in string]: string};
139
139
  /** Required. Immutable. The desired lifetime of the CA certificate. Used to create the "not_before_time" and "not_after_time" fields inside an X.509 certificate. */
140
140
  lifetime?: string;
141
- /** Output only. The resource name for this CertificateAuthority in the format `projects/*‍/locations/*‍/caPools/*‍/certificateAuthorities/*`. */
141
+ /** Output only. Identifier. The resource name for this CertificateAuthority in the format `projects/*‍/locations/*‍/caPools/*‍/certificateAuthorities/*`. */
142
142
  name?: string;
143
143
  /** Output only. This CertificateAuthority's certificate chain, including the current CertificateAuthority's certificate. Ordered such that the root issuer is the final element (consistent with RFC 5246). For a self-signed CA, this will only list the current CertificateAuthority's certificate. */
144
144
  pemCaCertificates?: string[];
@@ -1238,7 +1238,7 @@ declare namespace gapi.client {
1238
1238
  fields?: string;
1239
1239
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1240
1240
  key?: string;
1241
- /** Output only. The resource name for this CertificateAuthority in the format `projects/*‍/locations/*‍/caPools/*‍/certificateAuthorities/*`. */
1241
+ /** Output only. Identifier. The resource name for this CertificateAuthority in the format `projects/*‍/locations/*‍/caPools/*‍/certificateAuthorities/*`. */
1242
1242
  name: string;
1243
1243
  /** OAuth 2.0 token for the current user. */
1244
1244
  oauth_token?: string;
@@ -1271,7 +1271,7 @@ declare namespace gapi.client {
1271
1271
  fields?: string;
1272
1272
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1273
1273
  key?: string;
1274
- /** Output only. The resource name for this CertificateAuthority in the format `projects/*‍/locations/*‍/caPools/*‍/certificateAuthorities/*`. */
1274
+ /** Output only. Identifier. The resource name for this CertificateAuthority in the format `projects/*‍/locations/*‍/caPools/*‍/certificateAuthorities/*`. */
1275
1275
  name: string;
1276
1276
  /** OAuth 2.0 token for the current user. */
1277
1277
  oauth_token?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.privateca-v1",
3
- "version": "0.0.20240918",
3
+ "version": "0.0.20241002",
4
4
  "description": "TypeScript typings for Certificate Authority API v1",
5
5
  "repository": {
6
6
  "type": "git",