@maxim_mazurok/gapi.client.appengine-v1 0.1.20250930 → 0.2.20251005

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 +3 -3
  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://appengine.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250930
12
+ // Revision: 20251005
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -143,7 +143,7 @@ declare namespace gapi.client {
143
143
  ingressRules?: FirewallRule[];
144
144
  }
145
145
  interface CertificateRawData {
146
- /** Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example: -----BEGIN RSA PRIVATE KEY----- -----END RSA PRIVATE KEY----- @InputOnly */
146
+ /** Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example: -----BEGIN RSA PRIVATE KEY----- -----END RSA PRIVATE KEY----- InputOnly */
147
147
  privateKey?: string;
148
148
  /** PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example: -----BEGIN CERTIFICATE----- -----END CERTIFICATE----- */
149
149
  publicCertificate?: string;
@@ -312,7 +312,7 @@ declare namespace gapi.client {
312
312
  enabled?: boolean;
313
313
  /** OAuth2 client ID to use for the authentication flow. */
314
314
  oauth2ClientId?: string;
315
- /** OAuth2 client secret to use for the authentication flow.For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha256 field.@InputOnly */
315
+ /** OAuth2 client secret to use for the authentication flow.For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha256 field.@InputOnly */
316
316
  oauth2ClientSecret?: string;
317
317
  /** Output only. Hex-encoded SHA-256 hash of the client secret.@OutputOnly */
318
318
  oauth2ClientSecretSha256?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.appengine-v1",
3
- "version": "0.1.20250930",
3
+ "version": "0.2.20251005",
4
4
  "description": "TypeScript typings for App Engine Admin API v1",
5
5
  "repository": {
6
6
  "type": "git",