Skip to content

Commit de6a5bf

Browse files
committed
chore: build action
1 parent 4e0e63c commit de6a5bf

File tree

4 files changed

+823
-1094
lines changed

4 files changed

+823
-1094
lines changed

action/dist/main/443.index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ var CreateTokenRequest$ = [
479479
0,
480480
[_cI, _cS, _gT, _dC, _co, _rT, _s, _rU, _cV],
481481
[0, [() => ClientSecret, 0], 0, 0, 0, [() => RefreshToken, 0], 64 | 0, 0, [() => CodeVerifier, 0]],
482+
3,
482483
];
483484
var CreateTokenResponse$ = [
484485
3,

action/dist/main/762.index.js

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ const _tO = "tokenOutput";
320320
const _tT = "tokenType";
321321
const n0 = "com.amazonaws.signin";
322322
var RefreshToken = [0, n0, _RT, 8, 0];
323-
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c }, [_e, _m], [0, 0]];
323+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c }, [_e, _m], [0, 0], 2];
324324
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
325325
var AccessToken$ = [
326326
3,
@@ -333,6 +333,7 @@ var AccessToken$ = [
333333
[0, { [_jN]: _sAK }],
334334
[0, { [_jN]: _sT }],
335335
],
336+
3,
336337
];
337338
var CreateOAuth2TokenRequest$ = [
338339
3,
@@ -341,6 +342,7 @@ var CreateOAuth2TokenRequest$ = [
341342
0,
342343
[_tI],
343344
[[() => CreateOAuth2TokenRequestBody$, 16]],
345+
1,
344346
];
345347
var CreateOAuth2TokenRequestBody$ = [
346348
3,
@@ -356,6 +358,7 @@ var CreateOAuth2TokenRequestBody$ = [
356358
[0, { [_jN]: _cV }],
357359
[() => RefreshToken, { [_jN]: _rT }],
358360
],
361+
2,
359362
];
360363
var CreateOAuth2TokenResponse$ = [
361364
3,
@@ -364,6 +367,7 @@ var CreateOAuth2TokenResponse$ = [
364367
0,
365368
[_tO],
366369
[[() => CreateOAuth2TokenResponseBody$, 16]],
370+
1,
367371
];
368372
var CreateOAuth2TokenResponseBody$ = [
369373
3,
@@ -378,12 +382,13 @@ var CreateOAuth2TokenResponseBody$ = [
378382
[() => RefreshToken, { [_jN]: _rT }],
379383
[0, { [_jN]: _iT }],
380384
],
385+
4,
381386
];
382-
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_e, _m], [0, 0]];
387+
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_e, _m], [0, 0], 2];
383388
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
384-
var TooManyRequestsError$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_e, _m], [0, 0]];
389+
var TooManyRequestsError$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_e, _m], [0, 0], 2];
385390
schema.TypeRegistry.for(n0).registerError(TooManyRequestsError$, TooManyRequestsError);
386-
var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_e, _m], [0, 0]];
391+
var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_e, _m], [0, 0], 2];
387392
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
388393
var SigninServiceException$ = [-3, _sm, "SigninServiceException", 0, [], []];
389394
schema.TypeRegistry.for(_sm).registerError(SigninServiceException$, SigninServiceException);

0 commit comments

Comments
 (0)