@maxim_mazurok/gapi.client.certificatemanager-v1 0.0.20240317 → 0.0.20240417

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://certificatemanager.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20240317
12
+ // Revision: 20240417
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -313,7 +313,7 @@ declare namespace gapi.client {
313
313
  pemCertificate?: string;
314
314
  }
315
315
  interface TrustConfig {
316
- /** Optional. A certificate matching an allowlisted certificate is always considered valid as long as the certificate is parseable, proof of private key possession is established, and constraints on the certificates SAN field are met. */
316
+ /** Optional. A certificate matching an allowlisted certificate is always considered valid as long as the certificate is parseable, proof of private key possession is established, and constraints on the certificate's SAN field are met. */
317
317
  allowlistedCertificates?: AllowlistedCertificate[];
318
318
  /** Output only. The creation timestamp of a TrustConfig. */
319
319
  createTime?: string;
@@ -471,7 +471,7 @@ declare namespace gapi.client {
471
471
  key?: string;
472
472
  /** OAuth 2.0 token for the current user. */
473
473
  oauth_token?: string;
474
- /** A list of Certificate Config field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc". */
474
+ /** A list of Certificate Config field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix `" desc"`. */
475
475
  orderBy?: string;
476
476
  /** Maximum number of certificate configs to return per call. */
477
477
  pageSize?: number;
@@ -624,7 +624,7 @@ declare namespace gapi.client {
624
624
  key?: string;
625
625
  /** OAuth 2.0 token for the current user. */
626
626
  oauth_token?: string;
627
- /** A list of Certificate Map Entry field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc". */
627
+ /** A list of Certificate Map Entry field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix `" desc"`. */
628
628
  orderBy?: string;
629
629
  /** Maximum number of certificate map entries to return. The service may return fewer than this value. If unspecified, at most 50 certificate map entries will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. */
630
630
  pageSize?: number;
@@ -839,7 +839,7 @@ declare namespace gapi.client {
839
839
  key?: string;
840
840
  /** OAuth 2.0 token for the current user. */
841
841
  oauth_token?: string;
842
- /** A list of Certificate Map field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc". */
842
+ /** A list of Certificate Map field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix `" desc"`. */
843
843
  orderBy?: string;
844
844
  /** Maximum number of certificate maps to return per call. */
845
845
  pageSize?: number;
@@ -1055,7 +1055,7 @@ declare namespace gapi.client {
1055
1055
  key?: string;
1056
1056
  /** OAuth 2.0 token for the current user. */
1057
1057
  oauth_token?: string;
1058
- /** A list of Certificate field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc". */
1058
+ /** A list of Certificate field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix `" desc"`. */
1059
1059
  orderBy?: string;
1060
1060
  /** Maximum number of certificates to return per call. */
1061
1061
  pageSize?: number;
@@ -1270,7 +1270,7 @@ declare namespace gapi.client {
1270
1270
  key?: string;
1271
1271
  /** OAuth 2.0 token for the current user. */
1272
1272
  oauth_token?: string;
1273
- /** A list of Dns Authorization field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc". */
1273
+ /** A list of Dns Authorization field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix `" desc"`. */
1274
1274
  orderBy?: string;
1275
1275
  /** Maximum number of dns authorizations to return per call. */
1276
1276
  pageSize?: number;
@@ -1634,7 +1634,7 @@ declare namespace gapi.client {
1634
1634
  key?: string;
1635
1635
  /** OAuth 2.0 token for the current user. */
1636
1636
  oauth_token?: string;
1637
- /** A list of TrustConfig field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc". */
1637
+ /** A list of TrustConfig field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix `" desc"`. */
1638
1638
  orderBy?: string;
1639
1639
  /** Maximum number of TrustConfigs to return per call. */
1640
1640
  pageSize?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.certificatemanager-v1",
3
- "version": "0.0.20240317",
3
+ "version": "0.0.20240417",
4
4
  "description": "TypeScript typings for Certificate Manager API v1",
5
5
  "repository": {
6
6
  "type": "git",