@aws-sdk/client-payment-cryptography-data 3.590.0 → 3.596.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 +0 -11
- package/dist-types/commands/DecryptDataCommand.d.ts +2 -1
- package/dist-types/commands/EncryptDataCommand.d.ts +2 -1
- package/dist-types/commands/GenerateCardValidationDataCommand.d.ts +2 -1
- package/dist-types/commands/GenerateMacCommand.d.ts +2 -1
- package/dist-types/commands/GeneratePinDataCommand.d.ts +2 -1
- package/dist-types/commands/ReEncryptDataCommand.d.ts +2 -1
- package/dist-types/commands/TranslatePinDataCommand.d.ts +2 -1
- package/dist-types/commands/VerifyAuthRequestCryptogramCommand.d.ts +2 -1
- package/dist-types/commands/VerifyCardValidationDataCommand.d.ts +2 -1
- package/dist-types/commands/VerifyMacCommand.d.ts +2 -1
- package/dist-types/commands/VerifyPinDataCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/PaymentCryptographyDataServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/DecryptDataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/EncryptDataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GenerateCardValidationDataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GeneratePinDataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ReEncryptDataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TranslatePinDataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/VerifyAuthRequestCryptogramCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/VerifyCardValidationDataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/VerifyPinDataCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/PaymentCryptographyDataServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -248,7 +248,6 @@ var PaymentCryptographyDataClient = _PaymentCryptographyDataClient;
|
|
|
248
248
|
|
|
249
249
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
250
250
|
|
|
251
|
-
var import_types = require("@smithy/types");
|
|
252
251
|
|
|
253
252
|
// src/models/models_0.ts
|
|
254
253
|
|
|
@@ -1336,7 +1335,6 @@ var DecryptDataCommand = _DecryptDataCommand;
|
|
|
1336
1335
|
|
|
1337
1336
|
|
|
1338
1337
|
|
|
1339
|
-
|
|
1340
1338
|
var _EncryptDataCommand = class _EncryptDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1341
1339
|
...commonParams
|
|
1342
1340
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1353,7 +1351,6 @@ var EncryptDataCommand = _EncryptDataCommand;
|
|
|
1353
1351
|
|
|
1354
1352
|
|
|
1355
1353
|
|
|
1356
|
-
|
|
1357
1354
|
var _GenerateCardValidationDataCommand = class _GenerateCardValidationDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1358
1355
|
...commonParams
|
|
1359
1356
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1370,7 +1367,6 @@ var GenerateCardValidationDataCommand = _GenerateCardValidationDataCommand;
|
|
|
1370
1367
|
|
|
1371
1368
|
|
|
1372
1369
|
|
|
1373
|
-
|
|
1374
1370
|
var _GenerateMacCommand = class _GenerateMacCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1375
1371
|
...commonParams
|
|
1376
1372
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1387,7 +1383,6 @@ var GenerateMacCommand = _GenerateMacCommand;
|
|
|
1387
1383
|
|
|
1388
1384
|
|
|
1389
1385
|
|
|
1390
|
-
|
|
1391
1386
|
var _GeneratePinDataCommand = class _GeneratePinDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1392
1387
|
...commonParams
|
|
1393
1388
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1404,7 +1399,6 @@ var GeneratePinDataCommand = _GeneratePinDataCommand;
|
|
|
1404
1399
|
|
|
1405
1400
|
|
|
1406
1401
|
|
|
1407
|
-
|
|
1408
1402
|
var _ReEncryptDataCommand = class _ReEncryptDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1409
1403
|
...commonParams
|
|
1410
1404
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1421,7 +1415,6 @@ var ReEncryptDataCommand = _ReEncryptDataCommand;
|
|
|
1421
1415
|
|
|
1422
1416
|
|
|
1423
1417
|
|
|
1424
|
-
|
|
1425
1418
|
var _TranslatePinDataCommand = class _TranslatePinDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1426
1419
|
...commonParams
|
|
1427
1420
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1438,7 +1431,6 @@ var TranslatePinDataCommand = _TranslatePinDataCommand;
|
|
|
1438
1431
|
|
|
1439
1432
|
|
|
1440
1433
|
|
|
1441
|
-
|
|
1442
1434
|
var _VerifyAuthRequestCryptogramCommand = class _VerifyAuthRequestCryptogramCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1443
1435
|
...commonParams
|
|
1444
1436
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1455,7 +1447,6 @@ var VerifyAuthRequestCryptogramCommand = _VerifyAuthRequestCryptogramCommand;
|
|
|
1455
1447
|
|
|
1456
1448
|
|
|
1457
1449
|
|
|
1458
|
-
|
|
1459
1450
|
var _VerifyCardValidationDataCommand = class _VerifyCardValidationDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1460
1451
|
...commonParams
|
|
1461
1452
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1472,7 +1463,6 @@ var VerifyCardValidationDataCommand = _VerifyCardValidationDataCommand;
|
|
|
1472
1463
|
|
|
1473
1464
|
|
|
1474
1465
|
|
|
1475
|
-
|
|
1476
1466
|
var _VerifyMacCommand = class _VerifyMacCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1477
1467
|
...commonParams
|
|
1478
1468
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1489,7 +1479,6 @@ var VerifyMacCommand = _VerifyMacCommand;
|
|
|
1489
1479
|
|
|
1490
1480
|
|
|
1491
1481
|
|
|
1492
|
-
|
|
1493
1482
|
var _VerifyPinDataCommand = class _VerifyPinDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1494
1483
|
...commonParams
|
|
1495
1484
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
export * from "./PaymentCryptographyDataClient";
|
|
8
8
|
export * from "./PaymentCryptographyData";
|
|
9
9
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
11
|
-
export { PaymentCryptographyDataExtensionConfiguration } from "./extensionConfiguration";
|
|
10
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
11
|
+
export type { PaymentCryptographyDataExtensionConfiguration } from "./extensionConfiguration";
|
|
12
12
|
export * from "./commands";
|
|
13
13
|
export * from "./models";
|
|
14
14
|
export { PaymentCryptographyDataServiceException } from "./models/PaymentCryptographyDataServiceException";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PaymentCryptographyDataClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DecryptDataCommandInput extends DecryptDataInput {}
|
|
11
12
|
export interface DecryptDataCommandOutput
|
|
12
13
|
extends DecryptDataOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PaymentCryptographyDataClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface EncryptDataCommandInput extends EncryptDataInput {}
|
|
11
12
|
export interface EncryptDataCommandOutput
|
|
12
13
|
extends EncryptDataOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PaymentCryptographyDataClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GenerateCardValidationDataCommandInput
|
|
14
15
|
extends GenerateCardValidationDataInput {}
|
|
15
16
|
export interface GenerateCardValidationDataCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PaymentCryptographyDataClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GenerateMacCommandInput extends GenerateMacInput {}
|
|
11
12
|
export interface GenerateMacCommandOutput
|
|
12
13
|
extends GenerateMacOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PaymentCryptographyDataClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GeneratePinDataCommandInput extends GeneratePinDataInput {}
|
|
14
15
|
export interface GeneratePinDataCommandOutput
|
|
15
16
|
extends GeneratePinDataOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PaymentCryptographyDataClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ReEncryptDataCommandInput extends ReEncryptDataInput {}
|
|
11
12
|
export interface ReEncryptDataCommandOutput
|
|
12
13
|
extends ReEncryptDataOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PaymentCryptographyDataClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface TranslatePinDataCommandInput extends TranslatePinDataInput {}
|
|
14
15
|
export interface TranslatePinDataCommandOutput
|
|
15
16
|
extends TranslatePinDataOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PaymentCryptographyDataClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface VerifyAuthRequestCryptogramCommandInput
|
|
14
15
|
extends VerifyAuthRequestCryptogramInput {}
|
|
15
16
|
export interface VerifyAuthRequestCryptogramCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PaymentCryptographyDataClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface VerifyCardValidationDataCommandInput
|
|
14
15
|
extends VerifyCardValidationDataInput {}
|
|
15
16
|
export interface VerifyCardValidationDataCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PaymentCryptographyDataClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface VerifyMacCommandInput extends VerifyMacInput {}
|
|
11
12
|
export interface VerifyMacCommandOutput
|
|
12
13
|
extends VerifyMacOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PaymentCryptographyDataClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface VerifyPinDataCommandInput extends VerifyPinDataInput {}
|
|
11
12
|
export interface VerifyPinDataCommandOutput
|
|
12
13
|
extends VerifyPinDataOutput,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class PaymentCryptographyDataServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.596.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": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|