@maxim_mazurok/gapi.client.appengine-v1alpha 0.1.20251005 → 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.
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -55,7 +55,7 @@ declare namespace gapi.client {
|
|
|
55
55
|
name?: string;
|
|
56
56
|
}
|
|
57
57
|
interface CertificateRawData {
|
|
58
|
-
/** 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-----
|
|
58
|
+
/** 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 */
|
|
59
59
|
privateKey?: string;
|
|
60
60
|
/** 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----- */
|
|
61
61
|
publicCertificate?: string;
|