@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.
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://iam.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250222
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
- /** **Note:** This method is deprecated. Use the [signBlob](https://cloud.google.com/iam/help/rest-credentials/v1/projects.serviceAccounts/signBlob) method in the IAM Service Account Credentials API instead. If you currently use this method, see the [migration guide](https://cloud.google.com/iam/help/credentials/migrate-api) for instructions. Signs a blob using the system-managed private key for a ServiceAccount. */
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
- /** **Note:** This method is deprecated. Use the [signJwt](https://cloud.google.com/iam/help/rest-credentials/v1/projects.serviceAccounts/signJwt) method in the IAM Service Account Credentials API instead. If you currently use this method, see the [migration guide](https://cloud.google.com/iam/help/credentials/migrate-api) for instructions. Signs a JSON Web Token (JWT) using the system-managed private key for a ServiceAccount. */
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.iam-v1",
3
- "version": "0.0.20250222",
3
+ "version": "0.0.20250313",
4
4
  "description": "TypeScript typings for Identity and Access Management (IAM) API v1",
5
5
  "repository": {
6
6
  "type": "git",