@googleapis/sts 2.1.1 → 2.1.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ### [2.1.2](https://www.github.com/googleapis/google-api-nodejs-client/compare/sts-v2.1.1...sts-v2.1.2) (2021-11-25)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **sts:** update the API ([576ed9a](https://www.github.com/googleapis/google-api-nodejs-client/commit/576ed9aed1a7e26361debdcbc99e1e859a242441))
9
+
3
10
  ### [2.1.1](https://www.github.com/googleapis/google-api-nodejs-client/compare/sts-v2.1.0...sts-v2.1.1) (2021-10-28)
4
11
 
5
12
 
package/build/v1.d.ts CHANGED
@@ -372,7 +372,7 @@ export declare namespace sts_v1 {
372
372
  introspect(params: Params$Resource$V1$Introspect, callback: BodyResponseCallback<Schema$GoogleIdentityStsV1IntrospectTokenResponse>): void;
373
373
  introspect(callback: BodyResponseCallback<Schema$GoogleIdentityStsV1IntrospectTokenResponse>): void;
374
374
  /**
375
- * Exchanges a credential for a Google OAuth 2.0 access token. The token asserts an external identity within a workload identity pool, or it applies a Credential Access Boundary to a Google access token. When you call this method, do not send the `Authorization` HTTP header in the request. This method does not require the `Authorization` header, and using the header can cause the request to fail.
375
+ * Exchanges a credential for a Google OAuth 2.0 access token. The token asserts an external identity within an identity pool, or it applies a Credential Access Boundary to a Google access token. When you call this method, do not send the `Authorization` HTTP header in the request. This method does not require the `Authorization` header, and using the header can cause the request to fail.
376
376
  * @example
377
377
  * ```js
378
378
  * // Before running the sample:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/sts",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "sts",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1.ts CHANGED
@@ -508,7 +508,7 @@ export namespace sts_v1 {
508
508
  }
509
509
 
510
510
  /**
511
- * Exchanges a credential for a Google OAuth 2.0 access token. The token asserts an external identity within a workload identity pool, or it applies a Credential Access Boundary to a Google access token. When you call this method, do not send the `Authorization` HTTP header in the request. This method does not require the `Authorization` header, and using the header can cause the request to fail.
511
+ * Exchanges a credential for a Google OAuth 2.0 access token. The token asserts an external identity within an identity pool, or it applies a Credential Access Boundary to a Google access token. When you call this method, do not send the `Authorization` HTTP header in the request. This method does not require the `Authorization` header, and using the header can cause the request to fail.
512
512
  * @example
513
513
  * ```js
514
514
  * // Before running the sample: