@aws-sdk/client-payment-cryptography-data 3.649.0 → 3.650.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/index.js +11 -33
- package/dist-es/commands/DecryptDataCommand.js +1 -3
- package/dist-es/commands/EncryptDataCommand.js +1 -3
- package/dist-es/commands/GenerateCardValidationDataCommand.js +1 -3
- package/dist-es/commands/GenerateMacCommand.js +1 -3
- package/dist-es/commands/GeneratePinDataCommand.js +1 -3
- package/dist-es/commands/ReEncryptDataCommand.js +1 -3
- package/dist-es/commands/TranslatePinDataCommand.js +1 -3
- package/dist-es/commands/VerifyAuthRequestCryptogramCommand.js +1 -3
- package/dist-es/commands/VerifyCardValidationDataCommand.js +1 -3
- package/dist-es/commands/VerifyMacCommand.js +1 -3
- package/dist-es/commands/VerifyPinDataCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1593,9 +1593,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
1593
1593
|
}), "deserializeMetadata");
|
|
1594
1594
|
|
|
1595
1595
|
// src/commands/DecryptDataCommand.ts
|
|
1596
|
-
var _DecryptDataCommand = class _DecryptDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1597
|
-
...commonParams
|
|
1598
|
-
}).m(function(Command, cs, config, o) {
|
|
1596
|
+
var _DecryptDataCommand = class _DecryptDataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1599
1597
|
return [
|
|
1600
1598
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1601
1599
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1609,9 +1607,7 @@ var DecryptDataCommand = _DecryptDataCommand;
|
|
|
1609
1607
|
|
|
1610
1608
|
|
|
1611
1609
|
|
|
1612
|
-
var _EncryptDataCommand = class _EncryptDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1613
|
-
...commonParams
|
|
1614
|
-
}).m(function(Command, cs, config, o) {
|
|
1610
|
+
var _EncryptDataCommand = class _EncryptDataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1615
1611
|
return [
|
|
1616
1612
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1617
1613
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1625,9 +1621,7 @@ var EncryptDataCommand = _EncryptDataCommand;
|
|
|
1625
1621
|
|
|
1626
1622
|
|
|
1627
1623
|
|
|
1628
|
-
var _GenerateCardValidationDataCommand = class _GenerateCardValidationDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1629
|
-
...commonParams
|
|
1630
|
-
}).m(function(Command, cs, config, o) {
|
|
1624
|
+
var _GenerateCardValidationDataCommand = class _GenerateCardValidationDataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1631
1625
|
return [
|
|
1632
1626
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1633
1627
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1641,9 +1635,7 @@ var GenerateCardValidationDataCommand = _GenerateCardValidationDataCommand;
|
|
|
1641
1635
|
|
|
1642
1636
|
|
|
1643
1637
|
|
|
1644
|
-
var _GenerateMacCommand = class _GenerateMacCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1645
|
-
...commonParams
|
|
1646
|
-
}).m(function(Command, cs, config, o) {
|
|
1638
|
+
var _GenerateMacCommand = class _GenerateMacCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1647
1639
|
return [
|
|
1648
1640
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1649
1641
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1657,9 +1649,7 @@ var GenerateMacCommand = _GenerateMacCommand;
|
|
|
1657
1649
|
|
|
1658
1650
|
|
|
1659
1651
|
|
|
1660
|
-
var _GeneratePinDataCommand = class _GeneratePinDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1661
|
-
...commonParams
|
|
1662
|
-
}).m(function(Command, cs, config, o) {
|
|
1652
|
+
var _GeneratePinDataCommand = class _GeneratePinDataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1663
1653
|
return [
|
|
1664
1654
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1665
1655
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1673,9 +1663,7 @@ var GeneratePinDataCommand = _GeneratePinDataCommand;
|
|
|
1673
1663
|
|
|
1674
1664
|
|
|
1675
1665
|
|
|
1676
|
-
var _ReEncryptDataCommand = class _ReEncryptDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1677
|
-
...commonParams
|
|
1678
|
-
}).m(function(Command, cs, config, o) {
|
|
1666
|
+
var _ReEncryptDataCommand = class _ReEncryptDataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1679
1667
|
return [
|
|
1680
1668
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1681
1669
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1689,9 +1677,7 @@ var ReEncryptDataCommand = _ReEncryptDataCommand;
|
|
|
1689
1677
|
|
|
1690
1678
|
|
|
1691
1679
|
|
|
1692
|
-
var _TranslatePinDataCommand = class _TranslatePinDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1693
|
-
...commonParams
|
|
1694
|
-
}).m(function(Command, cs, config, o) {
|
|
1680
|
+
var _TranslatePinDataCommand = class _TranslatePinDataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1695
1681
|
return [
|
|
1696
1682
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1697
1683
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1705,9 +1691,7 @@ var TranslatePinDataCommand = _TranslatePinDataCommand;
|
|
|
1705
1691
|
|
|
1706
1692
|
|
|
1707
1693
|
|
|
1708
|
-
var _VerifyAuthRequestCryptogramCommand = class _VerifyAuthRequestCryptogramCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1709
|
-
...commonParams
|
|
1710
|
-
}).m(function(Command, cs, config, o) {
|
|
1694
|
+
var _VerifyAuthRequestCryptogramCommand = class _VerifyAuthRequestCryptogramCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1711
1695
|
return [
|
|
1712
1696
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1713
1697
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1721,9 +1705,7 @@ var VerifyAuthRequestCryptogramCommand = _VerifyAuthRequestCryptogramCommand;
|
|
|
1721
1705
|
|
|
1722
1706
|
|
|
1723
1707
|
|
|
1724
|
-
var _VerifyCardValidationDataCommand = class _VerifyCardValidationDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1725
|
-
...commonParams
|
|
1726
|
-
}).m(function(Command, cs, config, o) {
|
|
1708
|
+
var _VerifyCardValidationDataCommand = class _VerifyCardValidationDataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1727
1709
|
return [
|
|
1728
1710
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1729
1711
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1737,9 +1719,7 @@ var VerifyCardValidationDataCommand = _VerifyCardValidationDataCommand;
|
|
|
1737
1719
|
|
|
1738
1720
|
|
|
1739
1721
|
|
|
1740
|
-
var _VerifyMacCommand = class _VerifyMacCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1741
|
-
...commonParams
|
|
1742
|
-
}).m(function(Command, cs, config, o) {
|
|
1722
|
+
var _VerifyMacCommand = class _VerifyMacCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1743
1723
|
return [
|
|
1744
1724
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1745
1725
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1753,9 +1733,7 @@ var VerifyMacCommand = _VerifyMacCommand;
|
|
|
1753
1733
|
|
|
1754
1734
|
|
|
1755
1735
|
|
|
1756
|
-
var _VerifyPinDataCommand = class _VerifyPinDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1757
|
-
...commonParams
|
|
1758
|
-
}).m(function(Command, cs, config, o) {
|
|
1736
|
+
var _VerifyPinDataCommand = class _VerifyPinDataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1759
1737
|
return [
|
|
1760
1738
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1761
1739
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7,9 +7,7 @@ import { de_DecryptDataCommand, se_DecryptDataCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DecryptDataCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_EncryptDataCommand, se_EncryptDataCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class EncryptDataCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GenerateCardValidationDataCommand, se_GenerateCardValidationDataComm
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GenerateCardValidationDataCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GenerateMacCommand, se_GenerateMacCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GenerateMacCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GeneratePinDataCommand, se_GeneratePinDataCommand } from "../protoco
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GeneratePinDataCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ReEncryptDataCommand, se_ReEncryptDataCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ReEncryptDataCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_TranslatePinDataCommand, se_TranslatePinDataCommand } from "../proto
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class TranslatePinDataCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_VerifyAuthRequestCryptogramCommand, se_VerifyAuthRequestCryptogramCo
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class VerifyAuthRequestCryptogramCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_VerifyCardValidationDataCommand, se_VerifyCardValidationDataCommand
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class VerifyCardValidationDataCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_VerifyMacCommand, se_VerifyMacCommand } from "../protocols/Aws_restJ
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class VerifyMacCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_VerifyPinDataCommand, se_VerifyPinDataCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class VerifyPinDataCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-payment-cryptography-data",
|
|
3
3
|
"description": "AWS SDK for JavaScript Payment Cryptography Data Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.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-payment-cryptography-data",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|