@googleapis/sts 2.1.5 → 2.1.6
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 +7 -0
- package/build/v1.d.ts +1 -1
- package/build/v1beta.d.ts +1 -1
- package/package.json +1 -1
- package/v1.ts +1 -1
- package/v1beta.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.1.6](https://github.com/googleapis/google-api-nodejs-client/compare/sts-v2.1.5...sts-v2.1.6) (2022-07-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **sts:** update the API ([45f39eb](https://github.com/googleapis/google-api-nodejs-client/commit/45f39eb5522a0520131880bd4c58663180e61dab))
|
|
9
|
+
|
|
3
10
|
## [2.1.5](https://github.com/googleapis/google-api-nodejs-client/compare/sts-v2.1.4...sts-v2.1.5) (2022-06-21)
|
|
4
11
|
|
|
5
12
|
|
package/build/v1.d.ts
CHANGED
|
@@ -170,7 +170,7 @@ export declare namespace sts_v1 {
|
|
|
170
170
|
*/
|
|
171
171
|
grantType?: string | null;
|
|
172
172
|
/**
|
|
173
|
-
* A set of features that Security Token Service supports, in addition to the standard OAuth 2.0 token exchange, formatted as a serialized JSON object of Options.
|
|
173
|
+
* A set of features that Security Token Service supports, in addition to the standard OAuth 2.0 token exchange, formatted as a serialized JSON object of Options. The size of the parameter value must not exceed 4096 characters.
|
|
174
174
|
*/
|
|
175
175
|
options?: string | null;
|
|
176
176
|
/**
|
package/build/v1beta.d.ts
CHANGED
|
@@ -153,7 +153,7 @@ export declare namespace sts_v1beta {
|
|
|
153
153
|
*/
|
|
154
154
|
grantType?: string | null;
|
|
155
155
|
/**
|
|
156
|
-
* A set of features that Security Token Service supports, in addition to the standard OAuth 2.0 token exchange, formatted as a serialized JSON object of Options.
|
|
156
|
+
* A set of features that Security Token Service supports, in addition to the standard OAuth 2.0 token exchange, formatted as a serialized JSON object of Options. The size of the parameter value must not exceed 4096 characters.
|
|
157
157
|
*/
|
|
158
158
|
options?: string | null;
|
|
159
159
|
/**
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -223,7 +223,7 @@ export namespace sts_v1 {
|
|
|
223
223
|
*/
|
|
224
224
|
grantType?: string | null;
|
|
225
225
|
/**
|
|
226
|
-
* A set of features that Security Token Service supports, in addition to the standard OAuth 2.0 token exchange, formatted as a serialized JSON object of Options.
|
|
226
|
+
* A set of features that Security Token Service supports, in addition to the standard OAuth 2.0 token exchange, formatted as a serialized JSON object of Options. The size of the parameter value must not exceed 4096 characters.
|
|
227
227
|
*/
|
|
228
228
|
options?: string | null;
|
|
229
229
|
/**
|
package/v1beta.ts
CHANGED
|
@@ -206,7 +206,7 @@ export namespace sts_v1beta {
|
|
|
206
206
|
*/
|
|
207
207
|
grantType?: string | null;
|
|
208
208
|
/**
|
|
209
|
-
* A set of features that Security Token Service supports, in addition to the standard OAuth 2.0 token exchange, formatted as a serialized JSON object of Options.
|
|
209
|
+
* A set of features that Security Token Service supports, in addition to the standard OAuth 2.0 token exchange, formatted as a serialized JSON object of Options. The size of the parameter value must not exceed 4096 characters.
|
|
210
210
|
*/
|
|
211
211
|
options?: string | null;
|
|
212
212
|
/**
|