@aws-sdk/client-payment-cryptography-data 3.775.0 → 3.777.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-types/commands/DecryptDataCommand.d.ts +1 -0
- package/dist-types/commands/EncryptDataCommand.d.ts +1 -0
- package/dist-types/commands/GenerateCardValidationDataCommand.d.ts +1 -0
- package/dist-types/commands/GenerateMacCommand.d.ts +1 -0
- package/dist-types/commands/GenerateMacEmvPinChangeCommand.d.ts +1 -0
- package/dist-types/commands/GeneratePinDataCommand.d.ts +1 -0
- package/dist-types/commands/ReEncryptDataCommand.d.ts +1 -0
- package/dist-types/commands/TranslatePinDataCommand.d.ts +1 -0
- package/dist-types/commands/VerifyAuthRequestCryptogramCommand.d.ts +1 -0
- package/dist-types/commands/VerifyCardValidationDataCommand.d.ts +1 -0
- package/dist-types/commands/VerifyMacCommand.d.ts +1 -0
- package/dist-types/commands/VerifyPinDataCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -138,6 +138,7 @@ declare const DecryptDataCommand_base: {
|
|
|
138
138
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
139
139
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
140
140
|
*
|
|
141
|
+
*
|
|
141
142
|
* @public
|
|
142
143
|
*/
|
|
143
144
|
export declare class DecryptDataCommand extends DecryptDataCommand_base {
|
|
@@ -145,6 +145,7 @@ declare const EncryptDataCommand_base: {
|
|
|
145
145
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
146
146
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
147
147
|
*
|
|
148
|
+
*
|
|
148
149
|
* @public
|
|
149
150
|
*/
|
|
150
151
|
export declare class EncryptDataCommand extends EncryptDataCommand_base {
|
|
@@ -125,6 +125,7 @@ declare const GenerateCardValidationDataCommand_base: {
|
|
|
125
125
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
127
127
|
*
|
|
128
|
+
*
|
|
128
129
|
* @public
|
|
129
130
|
*/
|
|
130
131
|
export declare class GenerateCardValidationDataCommand extends GenerateCardValidationDataCommand_base {
|
|
@@ -116,6 +116,7 @@ declare const GenerateMacCommand_base: {
|
|
|
116
116
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
118
118
|
*
|
|
119
|
+
*
|
|
119
120
|
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class GenerateMacCommand extends GenerateMacCommand_base {
|
|
@@ -156,6 +156,7 @@ declare const GenerateMacEmvPinChangeCommand_base: {
|
|
|
156
156
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
157
157
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
158
158
|
*
|
|
159
|
+
*
|
|
159
160
|
* @public
|
|
160
161
|
*/
|
|
161
162
|
export declare class GenerateMacEmvPinChangeCommand extends GenerateMacEmvPinChangeCommand_base {
|
|
@@ -151,6 +151,7 @@ declare const GeneratePinDataCommand_base: {
|
|
|
151
151
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
152
152
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
153
153
|
*
|
|
154
|
+
*
|
|
154
155
|
* @public
|
|
155
156
|
*/
|
|
156
157
|
export declare class GeneratePinDataCommand extends GeneratePinDataCommand_base {
|
|
@@ -160,6 +160,7 @@ declare const ReEncryptDataCommand_base: {
|
|
|
160
160
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
161
161
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
162
162
|
*
|
|
163
|
+
*
|
|
163
164
|
* @public
|
|
164
165
|
*/
|
|
165
166
|
export declare class ReEncryptDataCommand extends ReEncryptDataCommand_base {
|
|
@@ -159,6 +159,7 @@ declare const TranslatePinDataCommand_base: {
|
|
|
159
159
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
160
160
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
161
161
|
*
|
|
162
|
+
*
|
|
162
163
|
* @public
|
|
163
164
|
*/
|
|
164
165
|
export declare class TranslatePinDataCommand extends TranslatePinDataCommand_base {
|
|
@@ -131,6 +131,7 @@ declare const VerifyAuthRequestCryptogramCommand_base: {
|
|
|
131
131
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
132
132
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
133
133
|
*
|
|
134
|
+
*
|
|
134
135
|
* @public
|
|
135
136
|
*/
|
|
136
137
|
export declare class VerifyAuthRequestCryptogramCommand extends VerifyAuthRequestCryptogramCommand_base {
|
|
@@ -137,6 +137,7 @@ declare const VerifyCardValidationDataCommand_base: {
|
|
|
137
137
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
138
138
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
139
139
|
*
|
|
140
|
+
*
|
|
140
141
|
* @public
|
|
141
142
|
*/
|
|
142
143
|
export declare class VerifyCardValidationDataCommand extends VerifyCardValidationDataCommand_base {
|
|
@@ -118,6 +118,7 @@ declare const VerifyMacCommand_base: {
|
|
|
118
118
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
119
119
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
120
120
|
*
|
|
121
|
+
*
|
|
121
122
|
* @public
|
|
122
123
|
*/
|
|
123
124
|
export declare class VerifyMacCommand extends VerifyMacCommand_base {
|
|
@@ -129,6 +129,7 @@ declare const VerifyPinDataCommand_base: {
|
|
|
129
129
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
130
130
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
131
131
|
*
|
|
132
|
+
*
|
|
132
133
|
* @public
|
|
133
134
|
*/
|
|
134
135
|
export declare class VerifyPinDataCommand extends VerifyPinDataCommand_base {
|
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.777.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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|