@googleapis/sts 6.0.0 → 7.0.0

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,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [7.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/sts-v6.0.0...sts-v7.0.0) (2024-05-10)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * This release has breaking changes.
9
+
10
+ ### Features
11
+
12
+ * run the generator ([#3484](https://github.com/googleapis/google-api-nodejs-client/issues/3484)) ([99b6c8d](https://github.com/googleapis/google-api-nodejs-client/commit/99b6c8de5beb8447d177048a64a977ee39ee5ee6))
13
+
3
14
  ## [6.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/sts-v5.0.0...sts-v6.0.0) (2024-05-07)
4
15
 
5
16
 
package/build/v1.d.ts CHANGED
@@ -170,7 +170,7 @@ export declare namespace sts_v1 {
170
170
  */
171
171
  options?: string | null;
172
172
  /**
173
- * Required. An identifier for the type of requested security token. Must be `urn:ietf:params:oauth:token-type:access_token`.
173
+ * Required. An identifier for the type of requested security token. Can be `urn:ietf:params:oauth:token-type:access_token` or `urn:ietf:params:oauth:token-type:access_boundary_intermediate_token`.
174
174
  */
175
175
  requestedTokenType?: string | null;
176
176
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/sts",
3
- "version": "6.0.0",
3
+ "version": "7.0.0",
4
4
  "description": "sts",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1.ts CHANGED
@@ -223,7 +223,7 @@ export namespace sts_v1 {
223
223
  */
224
224
  options?: string | null;
225
225
  /**
226
- * Required. An identifier for the type of requested security token. Must be `urn:ietf:params:oauth:token-type:access_token`.
226
+ * Required. An identifier for the type of requested security token. Can be `urn:ietf:params:oauth:token-type:access_token` or `urn:ietf:params:oauth:token-type:access_boundary_intermediate_token`.
227
227
  */
228
228
  requestedTokenType?: string | null;
229
229
  /**