@aws-sdk/client-cognito-identity 3.637.0 → 3.649.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/dist-cjs/endpoint/endpointResolver.js +6 -2
- package/dist-cjs/index.js +64 -6
- package/dist-es/commands/GetCredentialsForIdentityCommand.js +2 -1
- package/dist-es/commands/GetIdCommand.js +2 -1
- package/dist-es/commands/GetOpenIdTokenCommand.js +2 -1
- package/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +2 -1
- package/dist-es/commands/UnlinkIdentityCommand.js +2 -1
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/dist-es/models/models_0.js +37 -0
- package/dist-types/models/models_0.d.ts +36 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +23 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +36 -36
|
@@ -4,11 +4,15 @@ exports.defaultEndpointResolver = void 0;
|
|
|
4
4
|
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
5
|
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
6
6
|
const ruleset_1 = require("./ruleset");
|
|
7
|
+
const cache = new util_endpoints_2.EndpointCache({
|
|
8
|
+
size: 50,
|
|
9
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
10
|
+
});
|
|
7
11
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
8
|
-
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
12
|
+
return cache.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
9
13
|
endpointParams: endpointParams,
|
|
10
14
|
logger: context.logger,
|
|
11
|
-
});
|
|
15
|
+
}));
|
|
12
16
|
};
|
|
13
17
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
18
|
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -27,6 +27,7 @@ __export(src_exports, {
|
|
|
27
27
|
CognitoIdentityServiceException: () => CognitoIdentityServiceException,
|
|
28
28
|
ConcurrentModificationException: () => ConcurrentModificationException,
|
|
29
29
|
CreateIdentityPoolCommand: () => CreateIdentityPoolCommand,
|
|
30
|
+
CredentialsFilterSensitiveLog: () => CredentialsFilterSensitiveLog,
|
|
30
31
|
DeleteIdentitiesCommand: () => DeleteIdentitiesCommand,
|
|
31
32
|
DeleteIdentityPoolCommand: () => DeleteIdentityPoolCommand,
|
|
32
33
|
DescribeIdentityCommand: () => DescribeIdentityCommand,
|
|
@@ -35,10 +36,17 @@ __export(src_exports, {
|
|
|
35
36
|
ErrorCode: () => ErrorCode,
|
|
36
37
|
ExternalServiceException: () => ExternalServiceException,
|
|
37
38
|
GetCredentialsForIdentityCommand: () => GetCredentialsForIdentityCommand,
|
|
39
|
+
GetCredentialsForIdentityInputFilterSensitiveLog: () => GetCredentialsForIdentityInputFilterSensitiveLog,
|
|
40
|
+
GetCredentialsForIdentityResponseFilterSensitiveLog: () => GetCredentialsForIdentityResponseFilterSensitiveLog,
|
|
38
41
|
GetIdCommand: () => GetIdCommand,
|
|
42
|
+
GetIdInputFilterSensitiveLog: () => GetIdInputFilterSensitiveLog,
|
|
39
43
|
GetIdentityPoolRolesCommand: () => GetIdentityPoolRolesCommand,
|
|
40
44
|
GetOpenIdTokenCommand: () => GetOpenIdTokenCommand,
|
|
41
45
|
GetOpenIdTokenForDeveloperIdentityCommand: () => GetOpenIdTokenForDeveloperIdentityCommand,
|
|
46
|
+
GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog: () => GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog,
|
|
47
|
+
GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog: () => GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog,
|
|
48
|
+
GetOpenIdTokenInputFilterSensitiveLog: () => GetOpenIdTokenInputFilterSensitiveLog,
|
|
49
|
+
GetOpenIdTokenResponseFilterSensitiveLog: () => GetOpenIdTokenResponseFilterSensitiveLog,
|
|
42
50
|
GetPrincipalTagAttributeMapCommand: () => GetPrincipalTagAttributeMapCommand,
|
|
43
51
|
InternalErrorException: () => InternalErrorException,
|
|
44
52
|
InvalidIdentityPoolConfigurationException: () => InvalidIdentityPoolConfigurationException,
|
|
@@ -60,6 +68,7 @@ __export(src_exports, {
|
|
|
60
68
|
TooManyRequestsException: () => TooManyRequestsException,
|
|
61
69
|
UnlinkDeveloperIdentityCommand: () => UnlinkDeveloperIdentityCommand,
|
|
62
70
|
UnlinkIdentityCommand: () => UnlinkIdentityCommand,
|
|
71
|
+
UnlinkIdentityInputFilterSensitiveLog: () => UnlinkIdentityInputFilterSensitiveLog,
|
|
63
72
|
UntagResourceCommand: () => UntagResourceCommand,
|
|
64
73
|
UpdateIdentityPoolCommand: () => UpdateIdentityPoolCommand,
|
|
65
74
|
__Client: () => import_smithy_client.Client,
|
|
@@ -232,6 +241,7 @@ __name(_CognitoIdentityServiceException, "CognitoIdentityServiceException");
|
|
|
232
241
|
var CognitoIdentityServiceException = _CognitoIdentityServiceException;
|
|
233
242
|
|
|
234
243
|
// src/models/models_0.ts
|
|
244
|
+
|
|
235
245
|
var AmbiguousRoleResolutionType = {
|
|
236
246
|
AUTHENTICATED_ROLE: "AuthenticatedRole",
|
|
237
247
|
DENY: "Deny"
|
|
@@ -437,6 +447,42 @@ var _ConcurrentModificationException = class _ConcurrentModificationException ex
|
|
|
437
447
|
};
|
|
438
448
|
__name(_ConcurrentModificationException, "ConcurrentModificationException");
|
|
439
449
|
var ConcurrentModificationException = _ConcurrentModificationException;
|
|
450
|
+
var GetCredentialsForIdentityInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
451
|
+
...obj,
|
|
452
|
+
...obj.Logins && { Logins: import_smithy_client.SENSITIVE_STRING }
|
|
453
|
+
}), "GetCredentialsForIdentityInputFilterSensitiveLog");
|
|
454
|
+
var CredentialsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
455
|
+
...obj,
|
|
456
|
+
...obj.SecretKey && { SecretKey: import_smithy_client.SENSITIVE_STRING }
|
|
457
|
+
}), "CredentialsFilterSensitiveLog");
|
|
458
|
+
var GetCredentialsForIdentityResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
459
|
+
...obj,
|
|
460
|
+
...obj.Credentials && { Credentials: CredentialsFilterSensitiveLog(obj.Credentials) }
|
|
461
|
+
}), "GetCredentialsForIdentityResponseFilterSensitiveLog");
|
|
462
|
+
var GetIdInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
463
|
+
...obj,
|
|
464
|
+
...obj.Logins && { Logins: import_smithy_client.SENSITIVE_STRING }
|
|
465
|
+
}), "GetIdInputFilterSensitiveLog");
|
|
466
|
+
var GetOpenIdTokenInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
467
|
+
...obj,
|
|
468
|
+
...obj.Logins && { Logins: import_smithy_client.SENSITIVE_STRING }
|
|
469
|
+
}), "GetOpenIdTokenInputFilterSensitiveLog");
|
|
470
|
+
var GetOpenIdTokenResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
471
|
+
...obj,
|
|
472
|
+
...obj.Token && { Token: import_smithy_client.SENSITIVE_STRING }
|
|
473
|
+
}), "GetOpenIdTokenResponseFilterSensitiveLog");
|
|
474
|
+
var GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
475
|
+
...obj,
|
|
476
|
+
...obj.Logins && { Logins: import_smithy_client.SENSITIVE_STRING }
|
|
477
|
+
}), "GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog");
|
|
478
|
+
var GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
479
|
+
...obj,
|
|
480
|
+
...obj.Token && { Token: import_smithy_client.SENSITIVE_STRING }
|
|
481
|
+
}), "GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog");
|
|
482
|
+
var UnlinkIdentityInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
483
|
+
...obj,
|
|
484
|
+
...obj.Logins && { Logins: import_smithy_client.SENSITIVE_STRING }
|
|
485
|
+
}), "UnlinkIdentityInputFilterSensitiveLog");
|
|
440
486
|
|
|
441
487
|
// src/protocols/Aws_json1_1.ts
|
|
442
488
|
var se_CreateIdentityPoolCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -1168,7 +1214,7 @@ var _GetCredentialsForIdentityCommand = class _GetCredentialsForIdentityCommand
|
|
|
1168
1214
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1169
1215
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1170
1216
|
];
|
|
1171
|
-
}).s("AWSCognitoIdentityService", "GetCredentialsForIdentity", {}).n("CognitoIdentityClient", "GetCredentialsForIdentityCommand").f(
|
|
1217
|
+
}).s("AWSCognitoIdentityService", "GetCredentialsForIdentity", {}).n("CognitoIdentityClient", "GetCredentialsForIdentityCommand").f(GetCredentialsForIdentityInputFilterSensitiveLog, GetCredentialsForIdentityResponseFilterSensitiveLog).ser(se_GetCredentialsForIdentityCommand).de(de_GetCredentialsForIdentityCommand).build() {
|
|
1172
1218
|
};
|
|
1173
1219
|
__name(_GetCredentialsForIdentityCommand, "GetCredentialsForIdentityCommand");
|
|
1174
1220
|
var GetCredentialsForIdentityCommand = _GetCredentialsForIdentityCommand;
|
|
@@ -1184,7 +1230,7 @@ var _GetIdCommand = class _GetIdCommand extends import_smithy_client.Command.cla
|
|
|
1184
1230
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1185
1231
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1186
1232
|
];
|
|
1187
|
-
}).s("AWSCognitoIdentityService", "GetId", {}).n("CognitoIdentityClient", "GetIdCommand").f(
|
|
1233
|
+
}).s("AWSCognitoIdentityService", "GetId", {}).n("CognitoIdentityClient", "GetIdCommand").f(GetIdInputFilterSensitiveLog, void 0).ser(se_GetIdCommand).de(de_GetIdCommand).build() {
|
|
1188
1234
|
};
|
|
1189
1235
|
__name(_GetIdCommand, "GetIdCommand");
|
|
1190
1236
|
var GetIdCommand = _GetIdCommand;
|
|
@@ -1216,7 +1262,7 @@ var _GetOpenIdTokenCommand = class _GetOpenIdTokenCommand extends import_smithy_
|
|
|
1216
1262
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1217
1263
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1218
1264
|
];
|
|
1219
|
-
}).s("AWSCognitoIdentityService", "GetOpenIdToken", {}).n("CognitoIdentityClient", "GetOpenIdTokenCommand").f(
|
|
1265
|
+
}).s("AWSCognitoIdentityService", "GetOpenIdToken", {}).n("CognitoIdentityClient", "GetOpenIdTokenCommand").f(GetOpenIdTokenInputFilterSensitiveLog, GetOpenIdTokenResponseFilterSensitiveLog).ser(se_GetOpenIdTokenCommand).de(de_GetOpenIdTokenCommand).build() {
|
|
1220
1266
|
};
|
|
1221
1267
|
__name(_GetOpenIdTokenCommand, "GetOpenIdTokenCommand");
|
|
1222
1268
|
var GetOpenIdTokenCommand = _GetOpenIdTokenCommand;
|
|
@@ -1232,7 +1278,10 @@ var _GetOpenIdTokenForDeveloperIdentityCommand = class _GetOpenIdTokenForDevelop
|
|
|
1232
1278
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1233
1279
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1234
1280
|
];
|
|
1235
|
-
}).s("AWSCognitoIdentityService", "GetOpenIdTokenForDeveloperIdentity", {}).n("CognitoIdentityClient", "GetOpenIdTokenForDeveloperIdentityCommand").f(
|
|
1281
|
+
}).s("AWSCognitoIdentityService", "GetOpenIdTokenForDeveloperIdentity", {}).n("CognitoIdentityClient", "GetOpenIdTokenForDeveloperIdentityCommand").f(
|
|
1282
|
+
GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog,
|
|
1283
|
+
GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog
|
|
1284
|
+
).ser(se_GetOpenIdTokenForDeveloperIdentityCommand).de(de_GetOpenIdTokenForDeveloperIdentityCommand).build() {
|
|
1236
1285
|
};
|
|
1237
1286
|
__name(_GetOpenIdTokenForDeveloperIdentityCommand, "GetOpenIdTokenForDeveloperIdentityCommand");
|
|
1238
1287
|
var GetOpenIdTokenForDeveloperIdentityCommand = _GetOpenIdTokenForDeveloperIdentityCommand;
|
|
@@ -1408,7 +1457,7 @@ var _UnlinkIdentityCommand = class _UnlinkIdentityCommand extends import_smithy_
|
|
|
1408
1457
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1409
1458
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1410
1459
|
];
|
|
1411
|
-
}).s("AWSCognitoIdentityService", "UnlinkIdentity", {}).n("CognitoIdentityClient", "UnlinkIdentityCommand").f(
|
|
1460
|
+
}).s("AWSCognitoIdentityService", "UnlinkIdentity", {}).n("CognitoIdentityClient", "UnlinkIdentityCommand").f(UnlinkIdentityInputFilterSensitiveLog, void 0).ser(se_UnlinkIdentityCommand).de(de_UnlinkIdentityCommand).build() {
|
|
1412
1461
|
};
|
|
1413
1462
|
__name(_UnlinkIdentityCommand, "UnlinkIdentityCommand");
|
|
1414
1463
|
var UnlinkIdentityCommand = _UnlinkIdentityCommand;
|
|
@@ -1526,6 +1575,15 @@ var paginateListIdentityPools = (0, import_core.createPaginator)(CognitoIdentity
|
|
|
1526
1575
|
MappingRuleMatchType,
|
|
1527
1576
|
RoleMappingType,
|
|
1528
1577
|
DeveloperUserAlreadyRegisteredException,
|
|
1529
|
-
ConcurrentModificationException
|
|
1578
|
+
ConcurrentModificationException,
|
|
1579
|
+
GetCredentialsForIdentityInputFilterSensitiveLog,
|
|
1580
|
+
CredentialsFilterSensitiveLog,
|
|
1581
|
+
GetCredentialsForIdentityResponseFilterSensitiveLog,
|
|
1582
|
+
GetIdInputFilterSensitiveLog,
|
|
1583
|
+
GetOpenIdTokenInputFilterSensitiveLog,
|
|
1584
|
+
GetOpenIdTokenResponseFilterSensitiveLog,
|
|
1585
|
+
GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog,
|
|
1586
|
+
GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog,
|
|
1587
|
+
UnlinkIdentityInputFilterSensitiveLog
|
|
1530
1588
|
});
|
|
1531
1589
|
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { GetCredentialsForIdentityInputFilterSensitiveLog, GetCredentialsForIdentityResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_GetCredentialsForIdentityCommand, se_GetCredentialsForIdentityCommand } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class GetCredentialsForIdentityCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class GetCredentialsForIdentityCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("AWSCognitoIdentityService", "GetCredentialsForIdentity", {})
|
|
19
20
|
.n("CognitoIdentityClient", "GetCredentialsForIdentityCommand")
|
|
20
|
-
.f(
|
|
21
|
+
.f(GetCredentialsForIdentityInputFilterSensitiveLog, GetCredentialsForIdentityResponseFilterSensitiveLog)
|
|
21
22
|
.ser(se_GetCredentialsForIdentityCommand)
|
|
22
23
|
.de(de_GetCredentialsForIdentityCommand)
|
|
23
24
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { GetIdInputFilterSensitiveLog } from "../models/models_0";
|
|
5
6
|
import { de_GetIdCommand, se_GetIdCommand } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class GetIdCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class GetIdCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("AWSCognitoIdentityService", "GetId", {})
|
|
19
20
|
.n("CognitoIdentityClient", "GetIdCommand")
|
|
20
|
-
.f(
|
|
21
|
+
.f(GetIdInputFilterSensitiveLog, void 0)
|
|
21
22
|
.ser(se_GetIdCommand)
|
|
22
23
|
.de(de_GetIdCommand)
|
|
23
24
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { GetOpenIdTokenInputFilterSensitiveLog, GetOpenIdTokenResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_GetOpenIdTokenCommand, se_GetOpenIdTokenCommand } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class GetOpenIdTokenCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class GetOpenIdTokenCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("AWSCognitoIdentityService", "GetOpenIdToken", {})
|
|
19
20
|
.n("CognitoIdentityClient", "GetOpenIdTokenCommand")
|
|
20
|
-
.f(
|
|
21
|
+
.f(GetOpenIdTokenInputFilterSensitiveLog, GetOpenIdTokenResponseFilterSensitiveLog)
|
|
21
22
|
.ser(se_GetOpenIdTokenCommand)
|
|
22
23
|
.de(de_GetOpenIdTokenCommand)
|
|
23
24
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog, GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_GetOpenIdTokenForDeveloperIdentityCommand, se_GetOpenIdTokenForDeveloperIdentityCommand, } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class GetOpenIdTokenForDeveloperIdentityCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class GetOpenIdTokenForDeveloperIdentityCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("AWSCognitoIdentityService", "GetOpenIdTokenForDeveloperIdentity", {})
|
|
19
20
|
.n("CognitoIdentityClient", "GetOpenIdTokenForDeveloperIdentityCommand")
|
|
20
|
-
.f(
|
|
21
|
+
.f(GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog, GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog)
|
|
21
22
|
.ser(se_GetOpenIdTokenForDeveloperIdentityCommand)
|
|
22
23
|
.de(de_GetOpenIdTokenForDeveloperIdentityCommand)
|
|
23
24
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { UnlinkIdentityInputFilterSensitiveLog } from "../models/models_0";
|
|
5
6
|
import { de_UnlinkIdentityCommand, se_UnlinkIdentityCommand } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class UnlinkIdentityCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class UnlinkIdentityCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("AWSCognitoIdentityService", "UnlinkIdentity", {})
|
|
19
20
|
.n("CognitoIdentityClient", "UnlinkIdentityCommand")
|
|
20
|
-
.f(
|
|
21
|
+
.f(UnlinkIdentityInputFilterSensitiveLog, void 0)
|
|
21
22
|
.ser(se_UnlinkIdentityCommand)
|
|
22
23
|
.de(de_UnlinkIdentityCommand)
|
|
23
24
|
.build() {
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
|
|
3
3
|
import { ruleSet } from "./ruleset";
|
|
4
|
+
const cache = new EndpointCache({
|
|
5
|
+
size: 50,
|
|
6
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
|
+
});
|
|
4
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
5
|
-
return resolveEndpoint(ruleSet, {
|
|
9
|
+
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
|
|
6
10
|
endpointParams: endpointParams,
|
|
7
11
|
logger: context.logger,
|
|
8
|
-
});
|
|
12
|
+
}));
|
|
9
13
|
};
|
|
10
14
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
1
2
|
import { CognitoIdentityServiceException as __BaseException } from "./CognitoIdentityServiceException";
|
|
2
3
|
export const AmbiguousRoleResolutionType = {
|
|
3
4
|
AUTHENTICATED_ROLE: "AuthenticatedRole",
|
|
@@ -149,3 +150,39 @@ export class ConcurrentModificationException extends __BaseException {
|
|
|
149
150
|
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
150
151
|
}
|
|
151
152
|
}
|
|
153
|
+
export const GetCredentialsForIdentityInputFilterSensitiveLog = (obj) => ({
|
|
154
|
+
...obj,
|
|
155
|
+
...(obj.Logins && { Logins: SENSITIVE_STRING }),
|
|
156
|
+
});
|
|
157
|
+
export const CredentialsFilterSensitiveLog = (obj) => ({
|
|
158
|
+
...obj,
|
|
159
|
+
...(obj.SecretKey && { SecretKey: SENSITIVE_STRING }),
|
|
160
|
+
});
|
|
161
|
+
export const GetCredentialsForIdentityResponseFilterSensitiveLog = (obj) => ({
|
|
162
|
+
...obj,
|
|
163
|
+
...(obj.Credentials && { Credentials: CredentialsFilterSensitiveLog(obj.Credentials) }),
|
|
164
|
+
});
|
|
165
|
+
export const GetIdInputFilterSensitiveLog = (obj) => ({
|
|
166
|
+
...obj,
|
|
167
|
+
...(obj.Logins && { Logins: SENSITIVE_STRING }),
|
|
168
|
+
});
|
|
169
|
+
export const GetOpenIdTokenInputFilterSensitiveLog = (obj) => ({
|
|
170
|
+
...obj,
|
|
171
|
+
...(obj.Logins && { Logins: SENSITIVE_STRING }),
|
|
172
|
+
});
|
|
173
|
+
export const GetOpenIdTokenResponseFilterSensitiveLog = (obj) => ({
|
|
174
|
+
...obj,
|
|
175
|
+
...(obj.Token && { Token: SENSITIVE_STRING }),
|
|
176
|
+
});
|
|
177
|
+
export const GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog = (obj) => ({
|
|
178
|
+
...obj,
|
|
179
|
+
...(obj.Logins && { Logins: SENSITIVE_STRING }),
|
|
180
|
+
});
|
|
181
|
+
export const GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog = (obj) => ({
|
|
182
|
+
...obj,
|
|
183
|
+
...(obj.Token && { Token: SENSITIVE_STRING }),
|
|
184
|
+
});
|
|
185
|
+
export const UnlinkIdentityInputFilterSensitiveLog = (obj) => ({
|
|
186
|
+
...obj,
|
|
187
|
+
...(obj.Logins && { Logins: SENSITIVE_STRING }),
|
|
188
|
+
});
|
|
@@ -1214,3 +1214,39 @@ export interface UntagResourceInput {
|
|
|
1214
1214
|
*/
|
|
1215
1215
|
export interface UntagResourceResponse {
|
|
1216
1216
|
}
|
|
1217
|
+
/**
|
|
1218
|
+
* @internal
|
|
1219
|
+
*/
|
|
1220
|
+
export declare const GetCredentialsForIdentityInputFilterSensitiveLog: (obj: GetCredentialsForIdentityInput) => any;
|
|
1221
|
+
/**
|
|
1222
|
+
* @internal
|
|
1223
|
+
*/
|
|
1224
|
+
export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any;
|
|
1225
|
+
/**
|
|
1226
|
+
* @internal
|
|
1227
|
+
*/
|
|
1228
|
+
export declare const GetCredentialsForIdentityResponseFilterSensitiveLog: (obj: GetCredentialsForIdentityResponse) => any;
|
|
1229
|
+
/**
|
|
1230
|
+
* @internal
|
|
1231
|
+
*/
|
|
1232
|
+
export declare const GetIdInputFilterSensitiveLog: (obj: GetIdInput) => any;
|
|
1233
|
+
/**
|
|
1234
|
+
* @internal
|
|
1235
|
+
*/
|
|
1236
|
+
export declare const GetOpenIdTokenInputFilterSensitiveLog: (obj: GetOpenIdTokenInput) => any;
|
|
1237
|
+
/**
|
|
1238
|
+
* @internal
|
|
1239
|
+
*/
|
|
1240
|
+
export declare const GetOpenIdTokenResponseFilterSensitiveLog: (obj: GetOpenIdTokenResponse) => any;
|
|
1241
|
+
/**
|
|
1242
|
+
* @internal
|
|
1243
|
+
*/
|
|
1244
|
+
export declare const GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog: (obj: GetOpenIdTokenForDeveloperIdentityInput) => any;
|
|
1245
|
+
/**
|
|
1246
|
+
* @internal
|
|
1247
|
+
*/
|
|
1248
|
+
export declare const GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog: (obj: GetOpenIdTokenForDeveloperIdentityResponse) => any;
|
|
1249
|
+
/**
|
|
1250
|
+
* @internal
|
|
1251
|
+
*/
|
|
1252
|
+
export declare const UnlinkIdentityInputFilterSensitiveLog: (obj: UnlinkIdentityInput) => any;
|
|
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
|
|
|
18
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
19
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
apiVersion: string;
|
|
21
|
+
cacheMiddleware?: boolean | undefined;
|
|
21
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
23
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
24
|
base64Encoder: (_input: string | Uint8Array) => string;
|
|
@@ -34,6 +35,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
|
|
|
34
35
|
logger?: import("@smithy/types").Logger | undefined;
|
|
35
36
|
}) => import("@smithy/types").EndpointV2;
|
|
36
37
|
tls?: boolean | undefined;
|
|
38
|
+
serviceConfiguredEndpoint?: undefined;
|
|
37
39
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
|
|
38
40
|
schemeId: string;
|
|
39
41
|
identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
|
|
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
|
|
|
18
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
19
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
apiVersion: string;
|
|
21
|
+
cacheMiddleware?: boolean | undefined;
|
|
21
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
23
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
24
|
base64Encoder: (_input: string | Uint8Array) => string;
|
|
@@ -34,6 +35,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
|
|
|
34
35
|
logger?: import("@smithy/types").Logger | undefined;
|
|
35
36
|
}) => import("@smithy/types").EndpointV2;
|
|
36
37
|
tls?: boolean | undefined;
|
|
38
|
+
serviceConfiguredEndpoint?: undefined;
|
|
37
39
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
|
|
38
40
|
schemeId: string;
|
|
39
41
|
identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
|
|
@@ -7,6 +7,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
|
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
apiVersion: string;
|
|
10
|
+
cacheMiddleware?: boolean | undefined;
|
|
10
11
|
urlParser: import("@smithy/types").UrlParser;
|
|
11
12
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
13
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -33,6 +34,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
|
|
|
33
34
|
logger?: import("@smithy/types").Logger | undefined;
|
|
34
35
|
}) => import("@smithy/types").EndpointV2;
|
|
35
36
|
tls?: boolean | undefined;
|
|
37
|
+
serviceConfiguredEndpoint?: undefined;
|
|
36
38
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
|
|
37
39
|
schemeId: string;
|
|
38
40
|
identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
|
|
@@ -326,3 +326,26 @@ export interface UntagResourceInput {
|
|
|
326
326
|
TagKeys: string[] | undefined;
|
|
327
327
|
}
|
|
328
328
|
export interface UntagResourceResponse {}
|
|
329
|
+
export declare const GetCredentialsForIdentityInputFilterSensitiveLog: (
|
|
330
|
+
obj: GetCredentialsForIdentityInput
|
|
331
|
+
) => any;
|
|
332
|
+
export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any;
|
|
333
|
+
export declare const GetCredentialsForIdentityResponseFilterSensitiveLog: (
|
|
334
|
+
obj: GetCredentialsForIdentityResponse
|
|
335
|
+
) => any;
|
|
336
|
+
export declare const GetIdInputFilterSensitiveLog: (obj: GetIdInput) => any;
|
|
337
|
+
export declare const GetOpenIdTokenInputFilterSensitiveLog: (
|
|
338
|
+
obj: GetOpenIdTokenInput
|
|
339
|
+
) => any;
|
|
340
|
+
export declare const GetOpenIdTokenResponseFilterSensitiveLog: (
|
|
341
|
+
obj: GetOpenIdTokenResponse
|
|
342
|
+
) => any;
|
|
343
|
+
export declare const GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog: (
|
|
344
|
+
obj: GetOpenIdTokenForDeveloperIdentityInput
|
|
345
|
+
) => any;
|
|
346
|
+
export declare const GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog: (
|
|
347
|
+
obj: GetOpenIdTokenForDeveloperIdentityResponse
|
|
348
|
+
) => any;
|
|
349
|
+
export declare const UnlinkIdentityInputFilterSensitiveLog: (
|
|
350
|
+
obj: UnlinkIdentityInput
|
|
351
|
+
) => any;
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (
|
|
|
25
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
26
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
27
27
|
apiVersion: string;
|
|
28
|
+
cacheMiddleware?: boolean | undefined;
|
|
28
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
29
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
30
31
|
base64Encoder: (_input: string | Uint8Array) => string;
|
|
@@ -63,6 +64,7 @@ export declare const getRuntimeConfig: (
|
|
|
63
64
|
}
|
|
64
65
|
) => import("@smithy/types").EndpointV2;
|
|
65
66
|
tls?: boolean | undefined;
|
|
67
|
+
serviceConfiguredEndpoint?: undefined;
|
|
66
68
|
httpAuthSchemes:
|
|
67
69
|
| import("@smithy/types").HttpAuthScheme[]
|
|
68
70
|
| (
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (
|
|
|
29
29
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
30
30
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
31
31
|
apiVersion: string;
|
|
32
|
+
cacheMiddleware?: boolean | undefined;
|
|
32
33
|
urlParser: import("@smithy/types").UrlParser;
|
|
33
34
|
base64Decoder: import("@smithy/types").Decoder;
|
|
34
35
|
base64Encoder: (_input: string | Uint8Array) => string;
|
|
@@ -67,6 +68,7 @@ export declare const getRuntimeConfig: (
|
|
|
67
68
|
}
|
|
68
69
|
) => import("@smithy/types").EndpointV2;
|
|
69
70
|
tls?: boolean | undefined;
|
|
71
|
+
serviceConfiguredEndpoint?: undefined;
|
|
70
72
|
httpAuthSchemes:
|
|
71
73
|
| import("@smithy/types").HttpAuthScheme[]
|
|
72
74
|
| (
|
|
@@ -11,6 +11,7 @@ export declare const getRuntimeConfig: (
|
|
|
11
11
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
12
12
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
13
13
|
apiVersion: string;
|
|
14
|
+
cacheMiddleware?: boolean | undefined;
|
|
14
15
|
urlParser: import("@smithy/types").UrlParser;
|
|
15
16
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
16
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -57,6 +58,7 @@ export declare const getRuntimeConfig: (
|
|
|
57
58
|
}
|
|
58
59
|
) => import("@smithy/types").EndpointV2;
|
|
59
60
|
tls?: boolean | undefined;
|
|
61
|
+
serviceConfiguredEndpoint?: undefined;
|
|
60
62
|
httpAuthSchemes:
|
|
61
63
|
| import("@smithy/types").HttpAuthScheme[]
|
|
62
64
|
| (
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cognito-identity",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cognito Identity Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.649.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cognito-identity",
|
|
@@ -21,48 +21,48 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
25
|
-
"@aws-sdk/client-sts": "3.
|
|
26
|
-
"@aws-sdk/core": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
-
"@smithy/config-resolver": "^3.0.
|
|
38
|
-
"@smithy/core": "^2.4.
|
|
39
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
40
|
-
"@smithy/hash-node": "^3.0.
|
|
41
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
42
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
43
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
44
|
-
"@smithy/middleware-retry": "^3.0.
|
|
45
|
-
"@smithy/middleware-serde": "^3.0.
|
|
46
|
-
"@smithy/middleware-stack": "^3.0.
|
|
47
|
-
"@smithy/node-config-provider": "^3.1.
|
|
48
|
-
"@smithy/node-http-handler": "^3.
|
|
49
|
-
"@smithy/protocol-http": "^4.1.
|
|
50
|
-
"@smithy/smithy-client": "^3.
|
|
51
|
-
"@smithy/types": "^3.
|
|
52
|
-
"@smithy/url-parser": "^3.0.
|
|
24
|
+
"@aws-sdk/client-sso-oidc": "3.649.0",
|
|
25
|
+
"@aws-sdk/client-sts": "3.649.0",
|
|
26
|
+
"@aws-sdk/core": "3.649.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.649.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.649.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.649.0",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.649.0",
|
|
33
|
+
"@aws-sdk/types": "3.649.0",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.649.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.649.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.649.0",
|
|
37
|
+
"@smithy/config-resolver": "^3.0.6",
|
|
38
|
+
"@smithy/core": "^2.4.1",
|
|
39
|
+
"@smithy/fetch-http-handler": "^3.2.5",
|
|
40
|
+
"@smithy/hash-node": "^3.0.4",
|
|
41
|
+
"@smithy/invalid-dependency": "^3.0.4",
|
|
42
|
+
"@smithy/middleware-content-length": "^3.0.6",
|
|
43
|
+
"@smithy/middleware-endpoint": "^3.1.1",
|
|
44
|
+
"@smithy/middleware-retry": "^3.0.16",
|
|
45
|
+
"@smithy/middleware-serde": "^3.0.4",
|
|
46
|
+
"@smithy/middleware-stack": "^3.0.4",
|
|
47
|
+
"@smithy/node-config-provider": "^3.1.5",
|
|
48
|
+
"@smithy/node-http-handler": "^3.2.0",
|
|
49
|
+
"@smithy/protocol-http": "^4.1.1",
|
|
50
|
+
"@smithy/smithy-client": "^3.3.0",
|
|
51
|
+
"@smithy/types": "^3.4.0",
|
|
52
|
+
"@smithy/url-parser": "^3.0.4",
|
|
53
53
|
"@smithy/util-base64": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
58
|
-
"@smithy/util-endpoints": "^2.0
|
|
59
|
-
"@smithy/util-middleware": "^3.0.
|
|
60
|
-
"@smithy/util-retry": "^3.0.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^3.0.16",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^3.0.16",
|
|
58
|
+
"@smithy/util-endpoints": "^2.1.0",
|
|
59
|
+
"@smithy/util-middleware": "^3.0.4",
|
|
60
|
+
"@smithy/util-retry": "^3.0.4",
|
|
61
61
|
"@smithy/util-utf8": "^3.0.0",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@aws-sdk/client-iam": "3.
|
|
65
|
+
"@aws-sdk/client-iam": "3.649.0",
|
|
66
66
|
"@tsconfig/node16": "16.1.3",
|
|
67
67
|
"@types/chai": "^4.2.11",
|
|
68
68
|
"@types/mocha": "^8.0.4",
|