@googleapis/sts 8.0.0 → 9.1.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,44 @@
1
1
  # Changelog
2
2
 
3
+ ## [9.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/sts-v9.0.1...sts-v9.1.0) (2025-02-04)
4
+
5
+
6
+ ### Features
7
+
8
+ * **sts:** update the API ([4539f52](https://github.com/googleapis/google-api-nodejs-client/commit/4539f52105b568cc6a654cca736cae36e7ddf3ab))
9
+ * **sts:** update the API ([6e5182c](https://github.com/googleapis/google-api-nodejs-client/commit/6e5182cc6f93e9a509c94a92c5768a873828c811))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **sts:** update the API ([73354e6](https://github.com/googleapis/google-api-nodejs-client/commit/73354e622ae72c652557752e57c7bcc62adb09ad))
15
+
16
+ ## [9.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/sts-v9.0.0...sts-v9.0.1) (2024-10-30)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **sts:** update the API ([73354e6](https://github.com/googleapis/google-api-nodejs-client/commit/73354e622ae72c652557752e57c7bcc62adb09ad))
22
+
23
+ ## [9.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/sts-v8.0.0...sts-v9.0.0) (2024-08-16)
24
+
25
+
26
+ ### ⚠ BREAKING CHANGES
27
+
28
+ * This release has breaking changes.
29
+ * **sts:** This release has breaking changes.
30
+
31
+ ### Features
32
+
33
+ * 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))
34
+ * **sts:** update the API ([6e5182c](https://github.com/googleapis/google-api-nodejs-client/commit/6e5182cc6f93e9a509c94a92c5768a873828c811))
35
+ * **sts:** update the API ([9f4b7de](https://github.com/googleapis/google-api-nodejs-client/commit/9f4b7de7dbccee7440ecafcd10f869c8ff30c2ff))
36
+
37
+
38
+ ### Bug Fixes
39
+
40
+ * **sts:** update the API ([bce176a](https://github.com/googleapis/google-api-nodejs-client/commit/bce176a17c9e5ff821d2e6a058720f9f744e18b4))
41
+
3
42
  ## [8.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/sts-v7.1.0...sts-v8.0.0) (2024-08-16)
4
43
 
5
44
 
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. Can be `urn:ietf:params:oauth:token-type:access_token` or `urn:ietf:params:oauth:token-type:access_boundary_intermediate_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_intermediary_token`.
174
174
  */
175
175
  requestedTokenType?: string | null;
176
176
  /**
@@ -191,7 +191,7 @@ export declare namespace sts_v1 {
191
191
  */
192
192
  export interface Schema$GoogleIdentityStsV1ExchangeTokenResponse {
193
193
  /**
194
- * The access boundary session key. This key is used along with the access boundary intermediate token to generate Credential Access Boundary tokens at client side. This field is absent when the `requested_token_type` from the request is not `urn:ietf:params:oauth:token-type:access_boundary_intermediate_token`.
194
+ * The access boundary session key. This key is used along with the access boundary intermediary token to generate Credential Access Boundary tokens at client side. This field is absent when the `requested_token_type` from the request is not `urn:ietf:params:oauth:token-type:access_boundary_intermediary_token`.
195
195
  */
196
196
  access_boundary_session_key?: string | null;
197
197
  /**
@@ -199,7 +199,7 @@ export declare namespace sts_v1 {
199
199
  */
200
200
  access_token?: string | null;
201
201
  /**
202
- * The amount of time, in seconds, between the time when the access token was issued and the time when the access token will expire. This field is absent when the `subject_token` in the request is a Google-issued, short-lived access token. In this case, the access token has the same expiration time as the `subject_token`.
202
+ * The amount of time, in seconds, between the time when the access token was issued and the time when the access token will expire. This field is absent when the `subject_token` in the request is a a short-lived access token for a Cloud Identity or Google Workspace user account. In this case, the access token has the same expiration time as the `subject_token`.
203
203
  */
204
204
  expires_in?: number | null;
205
205
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/sts",
3
- "version": "8.0.0",
3
+ "version": "9.1.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. Can be `urn:ietf:params:oauth:token-type:access_token` or `urn:ietf:params:oauth:token-type:access_boundary_intermediate_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_intermediary_token`.
227
227
  */
228
228
  requestedTokenType?: string | null;
229
229
  /**
@@ -244,7 +244,7 @@ export namespace sts_v1 {
244
244
  */
245
245
  export interface Schema$GoogleIdentityStsV1ExchangeTokenResponse {
246
246
  /**
247
- * The access boundary session key. This key is used along with the access boundary intermediate token to generate Credential Access Boundary tokens at client side. This field is absent when the `requested_token_type` from the request is not `urn:ietf:params:oauth:token-type:access_boundary_intermediate_token`.
247
+ * The access boundary session key. This key is used along with the access boundary intermediary token to generate Credential Access Boundary tokens at client side. This field is absent when the `requested_token_type` from the request is not `urn:ietf:params:oauth:token-type:access_boundary_intermediary_token`.
248
248
  */
249
249
  access_boundary_session_key?: string | null;
250
250
  /**
@@ -252,7 +252,7 @@ export namespace sts_v1 {
252
252
  */
253
253
  access_token?: string | null;
254
254
  /**
255
- * The amount of time, in seconds, between the time when the access token was issued and the time when the access token will expire. This field is absent when the `subject_token` in the request is a Google-issued, short-lived access token. In this case, the access token has the same expiration time as the `subject_token`.
255
+ * The amount of time, in seconds, between the time when the access token was issued and the time when the access token will expire. This field is absent when the `subject_token` in the request is a a short-lived access token for a Cloud Identity or Google Workspace user account. In this case, the access token has the same expiration time as the `subject_token`.
256
256
  */
257
257
  expires_in?: number | null;
258
258
  /**