@aws-sdk/client-payment-cryptography-data 3.928.0 → 3.930.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 +1282 -1477
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/PaymentCryptographyDataClient.js +2 -0
- package/dist-es/commands/DecryptDataCommand.js +3 -10
- package/dist-es/commands/EncryptDataCommand.js +3 -10
- package/dist-es/commands/GenerateCardValidationDataCommand.js +3 -10
- package/dist-es/commands/GenerateMacCommand.js +3 -10
- package/dist-es/commands/GenerateMacEmvPinChangeCommand.js +3 -10
- package/dist-es/commands/GeneratePinDataCommand.js +3 -10
- package/dist-es/commands/ReEncryptDataCommand.js +3 -10
- package/dist-es/commands/TranslateKeyMaterialCommand.js +3 -10
- package/dist-es/commands/TranslatePinDataCommand.js +3 -10
- package/dist-es/commands/VerifyAuthRequestCryptogramCommand.js +3 -10
- package/dist-es/commands/VerifyCardValidationDataCommand.js +3 -10
- package/dist-es/commands/VerifyMacCommand.js +3 -10
- package/dist-es/commands/VerifyPinDataCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -729
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1238 -0
- package/dist-types/PaymentCryptographyDataClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +68 -305
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +141 -0
- package/dist-types/ts3.4/PaymentCryptographyDataClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -235
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +147 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -570
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -119
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -161
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticOperationSchema,
|
|
5
|
+
StaticSimpleSchema,
|
|
6
|
+
StaticStructureSchema,
|
|
7
|
+
} from "@smithy/types";
|
|
8
|
+
export declare var ApplicationCryptogramType: StaticSimpleSchema;
|
|
9
|
+
export declare var AuthRequestCryptogramType: StaticSimpleSchema;
|
|
10
|
+
export declare var AuthResponseValueType: StaticSimpleSchema;
|
|
11
|
+
export declare var CardExpiryDateType: StaticSimpleSchema;
|
|
12
|
+
export declare var CipherTextType: StaticSimpleSchema;
|
|
13
|
+
export declare var CommandMessageDataType: StaticSimpleSchema;
|
|
14
|
+
export declare var DecimalizationTableType: StaticSimpleSchema;
|
|
15
|
+
export declare var EncryptedPinBlockType: StaticSimpleSchema;
|
|
16
|
+
export declare var HexEvenLengthBetween16And32: StaticSimpleSchema;
|
|
17
|
+
export declare var InitializationVectorType: StaticSimpleSchema;
|
|
18
|
+
export declare var KeyMaterial: StaticSimpleSchema;
|
|
19
|
+
export declare var MacOutputType: StaticSimpleSchema;
|
|
20
|
+
export declare var MacType: StaticSimpleSchema;
|
|
21
|
+
export declare var MessageDataType: StaticSimpleSchema;
|
|
22
|
+
export declare var PinBlockLengthEquals16: StaticSimpleSchema;
|
|
23
|
+
export declare var PinChangeMacOutputType: StaticSimpleSchema;
|
|
24
|
+
export declare var PinOffsetType: StaticSimpleSchema;
|
|
25
|
+
export declare var PinValidationDataType: StaticSimpleSchema;
|
|
26
|
+
export declare var PlainTextOutputType: StaticSimpleSchema;
|
|
27
|
+
export declare var PlainTextType: StaticSimpleSchema;
|
|
28
|
+
export declare var PrimaryAccountNumberType: StaticSimpleSchema;
|
|
29
|
+
export declare var ProprietaryAuthenticationDataType: StaticSimpleSchema;
|
|
30
|
+
export declare var ServiceCodeType: StaticSimpleSchema;
|
|
31
|
+
export declare var SessionDerivationDataType: StaticSimpleSchema;
|
|
32
|
+
export declare var Tr31WrappedKeyBlock: StaticSimpleSchema;
|
|
33
|
+
export declare var TrackDataType: StaticSimpleSchema;
|
|
34
|
+
export declare var TransactionDataType: StaticSimpleSchema;
|
|
35
|
+
export declare var ValidationDataType: StaticSimpleSchema;
|
|
36
|
+
export declare var VerificationValueType: StaticSimpleSchema;
|
|
37
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
38
|
+
export declare var AmexAttributes: StaticStructureSchema;
|
|
39
|
+
export declare var AmexCardSecurityCodeVersion1: StaticStructureSchema;
|
|
40
|
+
export declare var AmexCardSecurityCodeVersion2: StaticStructureSchema;
|
|
41
|
+
export declare var AsymmetricEncryptionAttributes: StaticStructureSchema;
|
|
42
|
+
export declare var CardHolderVerificationValue: StaticStructureSchema;
|
|
43
|
+
export declare var CardVerificationValue1: StaticStructureSchema;
|
|
44
|
+
export declare var CardVerificationValue2: StaticStructureSchema;
|
|
45
|
+
export declare var CryptogramVerificationArpcMethod1: StaticStructureSchema;
|
|
46
|
+
export declare var CryptogramVerificationArpcMethod2: StaticStructureSchema;
|
|
47
|
+
export declare var CurrentPinAttributes: StaticStructureSchema;
|
|
48
|
+
export declare var DecryptDataInput: StaticStructureSchema;
|
|
49
|
+
export declare var DecryptDataOutput: StaticStructureSchema;
|
|
50
|
+
export declare var DiscoverDynamicCardVerificationCode: StaticStructureSchema;
|
|
51
|
+
export declare var DukptAttributes: StaticStructureSchema;
|
|
52
|
+
export declare var DukptDerivationAttributes: StaticStructureSchema;
|
|
53
|
+
export declare var DukptEncryptionAttributes: StaticStructureSchema;
|
|
54
|
+
export declare var DynamicCardVerificationCode: StaticStructureSchema;
|
|
55
|
+
export declare var DynamicCardVerificationValue: StaticStructureSchema;
|
|
56
|
+
export declare var EcdhDerivationAttributes: StaticStructureSchema;
|
|
57
|
+
export declare var Emv2000Attributes: StaticStructureSchema;
|
|
58
|
+
export declare var EmvCommonAttributes: StaticStructureSchema;
|
|
59
|
+
export declare var EmvEncryptionAttributes: StaticStructureSchema;
|
|
60
|
+
export declare var EncryptDataInput: StaticStructureSchema;
|
|
61
|
+
export declare var EncryptDataOutput: StaticStructureSchema;
|
|
62
|
+
export declare var GenerateCardValidationDataInput: StaticStructureSchema;
|
|
63
|
+
export declare var GenerateCardValidationDataOutput: StaticStructureSchema;
|
|
64
|
+
export declare var GenerateMacEmvPinChangeInput: StaticStructureSchema;
|
|
65
|
+
export declare var GenerateMacEmvPinChangeOutput: StaticStructureSchema;
|
|
66
|
+
export declare var GenerateMacInput: StaticStructureSchema;
|
|
67
|
+
export declare var GenerateMacOutput: StaticStructureSchema;
|
|
68
|
+
export declare var GeneratePinDataInput: StaticStructureSchema;
|
|
69
|
+
export declare var GeneratePinDataOutput: StaticStructureSchema;
|
|
70
|
+
export declare var Ibm3624NaturalPin: StaticStructureSchema;
|
|
71
|
+
export declare var Ibm3624PinFromOffset: StaticStructureSchema;
|
|
72
|
+
export declare var Ibm3624PinOffset: StaticStructureSchema;
|
|
73
|
+
export declare var Ibm3624PinVerification: StaticStructureSchema;
|
|
74
|
+
export declare var Ibm3624RandomPin: StaticStructureSchema;
|
|
75
|
+
export declare var IncomingDiffieHellmanTr31KeyBlock: StaticStructureSchema;
|
|
76
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
77
|
+
export declare var MacAlgorithmDukpt: StaticStructureSchema;
|
|
78
|
+
export declare var MacAlgorithmEmv: StaticStructureSchema;
|
|
79
|
+
export declare var MasterCardAttributes: StaticStructureSchema;
|
|
80
|
+
export declare var OutgoingTr31KeyBlock: StaticStructureSchema;
|
|
81
|
+
export declare var ReEncryptDataInput: StaticStructureSchema;
|
|
82
|
+
export declare var ReEncryptDataOutput: StaticStructureSchema;
|
|
83
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
84
|
+
export declare var SessionKeyAmex: StaticStructureSchema;
|
|
85
|
+
export declare var SessionKeyEmv2000: StaticStructureSchema;
|
|
86
|
+
export declare var SessionKeyEmvCommon: StaticStructureSchema;
|
|
87
|
+
export declare var SessionKeyMastercard: StaticStructureSchema;
|
|
88
|
+
export declare var SessionKeyVisa: StaticStructureSchema;
|
|
89
|
+
export declare var SymmetricEncryptionAttributes: StaticStructureSchema;
|
|
90
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
91
|
+
export declare var TranslateKeyMaterialInput: StaticStructureSchema;
|
|
92
|
+
export declare var TranslateKeyMaterialOutput: StaticStructureSchema;
|
|
93
|
+
export declare var TranslatePinDataInput: StaticStructureSchema;
|
|
94
|
+
export declare var TranslatePinDataOutput: StaticStructureSchema;
|
|
95
|
+
export declare var TranslationPinDataIsoFormat034: StaticStructureSchema;
|
|
96
|
+
export declare var TranslationPinDataIsoFormat1: StaticStructureSchema;
|
|
97
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
98
|
+
export declare var ValidationExceptionField: StaticStructureSchema;
|
|
99
|
+
export declare var VerificationFailedException: StaticErrorSchema;
|
|
100
|
+
export declare var VerifyAuthRequestCryptogramInput: StaticStructureSchema;
|
|
101
|
+
export declare var VerifyAuthRequestCryptogramOutput: StaticStructureSchema;
|
|
102
|
+
export declare var VerifyCardValidationDataInput: StaticStructureSchema;
|
|
103
|
+
export declare var VerifyCardValidationDataOutput: StaticStructureSchema;
|
|
104
|
+
export declare var VerifyMacInput: StaticStructureSchema;
|
|
105
|
+
export declare var VerifyMacOutput: StaticStructureSchema;
|
|
106
|
+
export declare var VerifyPinDataInput: StaticStructureSchema;
|
|
107
|
+
export declare var VerifyPinDataOutput: StaticStructureSchema;
|
|
108
|
+
export declare var VisaAmexDerivationOutputs: StaticStructureSchema;
|
|
109
|
+
export declare var VisaAttributes: StaticStructureSchema;
|
|
110
|
+
export declare var VisaPin: StaticStructureSchema;
|
|
111
|
+
export declare var VisaPinVerification: StaticStructureSchema;
|
|
112
|
+
export declare var VisaPinVerificationValue: StaticStructureSchema;
|
|
113
|
+
export declare var WrappedKey: StaticStructureSchema;
|
|
114
|
+
export declare var WrappedWorkingKey: StaticStructureSchema;
|
|
115
|
+
export declare var __Unit: "unit";
|
|
116
|
+
export declare var PaymentCryptographyDataServiceException: StaticErrorSchema;
|
|
117
|
+
export declare var ValidationExceptionFieldList: StaticListSchema;
|
|
118
|
+
export declare var CardGenerationAttributes: StaticStructureSchema;
|
|
119
|
+
export declare var CardVerificationAttributes: StaticStructureSchema;
|
|
120
|
+
export declare var CryptogramAuthResponse: StaticStructureSchema;
|
|
121
|
+
export declare var DerivationMethodAttributes: StaticStructureSchema;
|
|
122
|
+
export declare var DiffieHellmanDerivationData: StaticStructureSchema;
|
|
123
|
+
export declare var EncryptionDecryptionAttributes: StaticStructureSchema;
|
|
124
|
+
export declare var IncomingKeyMaterial: StaticStructureSchema;
|
|
125
|
+
export declare var MacAttributes: StaticStructureSchema;
|
|
126
|
+
export declare var OutgoingKeyMaterial: StaticStructureSchema;
|
|
127
|
+
export declare var PinData: StaticStructureSchema;
|
|
128
|
+
export declare var PinGenerationAttributes: StaticStructureSchema;
|
|
129
|
+
export declare var PinVerificationAttributes: StaticStructureSchema;
|
|
130
|
+
export declare var ReEncryptionAttributes: StaticStructureSchema;
|
|
131
|
+
export declare var SessionKeyDerivation: StaticStructureSchema;
|
|
132
|
+
export declare var SessionKeyDerivationValue: StaticStructureSchema;
|
|
133
|
+
export declare var TranslationIsoFormats: StaticStructureSchema;
|
|
134
|
+
export declare var WrappedKeyMaterial: StaticStructureSchema;
|
|
135
|
+
export declare var DecryptData: StaticOperationSchema;
|
|
136
|
+
export declare var EncryptData: StaticOperationSchema;
|
|
137
|
+
export declare var GenerateCardValidationData: StaticOperationSchema;
|
|
138
|
+
export declare var GenerateMac: StaticOperationSchema;
|
|
139
|
+
export declare var GenerateMacEmvPinChange: StaticOperationSchema;
|
|
140
|
+
export declare var GeneratePinData: StaticOperationSchema;
|
|
141
|
+
export declare var ReEncryptData: StaticOperationSchema;
|
|
142
|
+
export declare var TranslateKeyMaterial: StaticOperationSchema;
|
|
143
|
+
export declare var TranslatePinData: StaticOperationSchema;
|
|
144
|
+
export declare var VerifyAuthRequestCryptogram: StaticOperationSchema;
|
|
145
|
+
export declare var VerifyCardValidationData: StaticOperationSchema;
|
|
146
|
+
export declare var VerifyMac: StaticOperationSchema;
|
|
147
|
+
export declare var VerifyPinData: StaticOperationSchema;
|
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.930.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,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.4.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.930.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.930.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.930.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
|
+
"@aws-sdk/types": "3.930.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.930.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
+
"@smithy/core": "^3.18.2",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
|
+
"@smithy/hash-node": "^4.2.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
48
|
+
"@smithy/types": "^4.9.0",
|
|
49
|
+
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
57
|
+
"@smithy/util-retry": "^4.2.5",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|