@maxim_mazurok/gapi.client.iam-v1 0.0.20250222 → 0.0.20250313
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 +3 -3
- 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://iam.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250313
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -4558,7 +4558,7 @@ declare namespace gapi.client {
|
|
|
4558
4558
|
},
|
|
4559
4559
|
body: SetIamPolicyRequest,
|
|
4560
4560
|
): Request<Policy>;
|
|
4561
|
-
/**
|
|
4561
|
+
/** Signs a blob using the system-managed private key for a ServiceAccount. */
|
|
4562
4562
|
signBlob(request: {
|
|
4563
4563
|
/** V1 error format. */
|
|
4564
4564
|
'$.xgafv'?: string;
|
|
@@ -4616,7 +4616,7 @@ declare namespace gapi.client {
|
|
|
4616
4616
|
},
|
|
4617
4617
|
body: SignBlobRequest,
|
|
4618
4618
|
): Request<SignBlobResponse>;
|
|
4619
|
-
/**
|
|
4619
|
+
/** Signs a JSON Web Token (JWT) using the system-managed private key for a ServiceAccount. */
|
|
4620
4620
|
signJwt(request: {
|
|
4621
4621
|
/** V1 error format. */
|
|
4622
4622
|
'$.xgafv'?: string;
|