@aws-sdk/client-payment-cryptography-data 3.651.1 → 3.654.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.
Files changed (23) hide show
  1. package/dist-types/commands/DecryptDataCommand.d.ts +11 -0
  2. package/dist-types/commands/EncryptDataCommand.d.ts +11 -0
  3. package/dist-types/commands/GenerateCardValidationDataCommand.d.ts +11 -0
  4. package/dist-types/commands/GenerateMacCommand.d.ts +11 -0
  5. package/dist-types/commands/GeneratePinDataCommand.d.ts +11 -0
  6. package/dist-types/commands/ReEncryptDataCommand.d.ts +11 -0
  7. package/dist-types/commands/TranslatePinDataCommand.d.ts +11 -0
  8. package/dist-types/commands/VerifyAuthRequestCryptogramCommand.d.ts +11 -0
  9. package/dist-types/commands/VerifyCardValidationDataCommand.d.ts +11 -0
  10. package/dist-types/commands/VerifyMacCommand.d.ts +11 -0
  11. package/dist-types/commands/VerifyPinDataCommand.d.ts +11 -0
  12. package/dist-types/ts3.4/commands/DecryptDataCommand.d.ts +12 -1
  13. package/dist-types/ts3.4/commands/EncryptDataCommand.d.ts +12 -1
  14. package/dist-types/ts3.4/commands/GenerateCardValidationDataCommand.d.ts +12 -1
  15. package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +12 -1
  16. package/dist-types/ts3.4/commands/GeneratePinDataCommand.d.ts +12 -1
  17. package/dist-types/ts3.4/commands/ReEncryptDataCommand.d.ts +12 -1
  18. package/dist-types/ts3.4/commands/TranslatePinDataCommand.d.ts +12 -1
  19. package/dist-types/ts3.4/commands/VerifyAuthRequestCryptogramCommand.d.ts +12 -1
  20. package/dist-types/ts3.4/commands/VerifyCardValidationDataCommand.d.ts +12 -1
  21. package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +12 -1
  22. package/dist-types/ts3.4/commands/VerifyPinDataCommand.d.ts +12 -1
  23. package/package.json +35 -35
@@ -132,4 +132,15 @@ declare const DecryptDataCommand_base: {
132
132
  * @public
133
133
  */
134
134
  export declare class DecryptDataCommand extends DecryptDataCommand_base {
135
+ /** @internal type navigation helper, not in runtime. */
136
+ protected static __types: {
137
+ api: {
138
+ input: DecryptDataInput;
139
+ output: DecryptDataOutput;
140
+ };
141
+ sdk: {
142
+ input: DecryptDataCommandInput;
143
+ output: DecryptDataCommandOutput;
144
+ };
145
+ };
135
146
  }
@@ -138,4 +138,15 @@ declare const EncryptDataCommand_base: {
138
138
  * @public
139
139
  */
140
140
  export declare class EncryptDataCommand extends EncryptDataCommand_base {
141
+ /** @internal type navigation helper, not in runtime. */
142
+ protected static __types: {
143
+ api: {
144
+ input: EncryptDataInput;
145
+ output: EncryptDataOutput;
146
+ };
147
+ sdk: {
148
+ input: EncryptDataCommandInput;
149
+ output: EncryptDataCommandOutput;
150
+ };
151
+ };
141
152
  }
@@ -128,4 +128,15 @@ declare const GenerateCardValidationDataCommand_base: {
128
128
  * @public
129
129
  */
130
130
  export declare class GenerateCardValidationDataCommand extends GenerateCardValidationDataCommand_base {
131
+ /** @internal type navigation helper, not in runtime. */
132
+ protected static __types: {
133
+ api: {
134
+ input: GenerateCardValidationDataInput;
135
+ output: GenerateCardValidationDataOutput;
136
+ };
137
+ sdk: {
138
+ input: GenerateCardValidationDataCommandInput;
139
+ output: GenerateCardValidationDataCommandOutput;
140
+ };
141
+ };
131
142
  }
@@ -119,4 +119,15 @@ declare const GenerateMacCommand_base: {
119
119
  * @public
120
120
  */
121
121
  export declare class GenerateMacCommand extends GenerateMacCommand_base {
122
+ /** @internal type navigation helper, not in runtime. */
123
+ protected static __types: {
124
+ api: {
125
+ input: GenerateMacInput;
126
+ output: GenerateMacOutput;
127
+ };
128
+ sdk: {
129
+ input: GenerateMacCommandInput;
130
+ output: GenerateMacCommandOutput;
131
+ };
132
+ };
122
133
  }
@@ -139,4 +139,15 @@ declare const GeneratePinDataCommand_base: {
139
139
  * @public
140
140
  */
141
141
  export declare class GeneratePinDataCommand extends GeneratePinDataCommand_base {
142
+ /** @internal type navigation helper, not in runtime. */
143
+ protected static __types: {
144
+ api: {
145
+ input: GeneratePinDataInput;
146
+ output: GeneratePinDataOutput;
147
+ };
148
+ sdk: {
149
+ input: GeneratePinDataCommandInput;
150
+ output: GeneratePinDataCommandOutput;
151
+ };
152
+ };
142
153
  }
@@ -146,4 +146,15 @@ declare const ReEncryptDataCommand_base: {
146
146
  * @public
147
147
  */
148
148
  export declare class ReEncryptDataCommand extends ReEncryptDataCommand_base {
149
+ /** @internal type navigation helper, not in runtime. */
150
+ protected static __types: {
151
+ api: {
152
+ input: ReEncryptDataInput;
153
+ output: ReEncryptDataOutput;
154
+ };
155
+ sdk: {
156
+ input: ReEncryptDataCommandInput;
157
+ output: ReEncryptDataCommandOutput;
158
+ };
159
+ };
149
160
  }
@@ -143,4 +143,15 @@ declare const TranslatePinDataCommand_base: {
143
143
  * @public
144
144
  */
145
145
  export declare class TranslatePinDataCommand extends TranslatePinDataCommand_base {
146
+ /** @internal type navigation helper, not in runtime. */
147
+ protected static __types: {
148
+ api: {
149
+ input: TranslatePinDataInput;
150
+ output: TranslatePinDataOutput;
151
+ };
152
+ sdk: {
153
+ input: TranslatePinDataCommandInput;
154
+ output: TranslatePinDataCommandOutput;
155
+ };
156
+ };
146
157
  }
@@ -134,4 +134,15 @@ declare const VerifyAuthRequestCryptogramCommand_base: {
134
134
  * @public
135
135
  */
136
136
  export declare class VerifyAuthRequestCryptogramCommand extends VerifyAuthRequestCryptogramCommand_base {
137
+ /** @internal type navigation helper, not in runtime. */
138
+ protected static __types: {
139
+ api: {
140
+ input: VerifyAuthRequestCryptogramInput;
141
+ output: VerifyAuthRequestCryptogramOutput;
142
+ };
143
+ sdk: {
144
+ input: VerifyAuthRequestCryptogramCommandInput;
145
+ output: VerifyAuthRequestCryptogramCommandOutput;
146
+ };
147
+ };
137
148
  }
@@ -140,4 +140,15 @@ declare const VerifyCardValidationDataCommand_base: {
140
140
  * @public
141
141
  */
142
142
  export declare class VerifyCardValidationDataCommand extends VerifyCardValidationDataCommand_base {
143
+ /** @internal type navigation helper, not in runtime. */
144
+ protected static __types: {
145
+ api: {
146
+ input: VerifyCardValidationDataInput;
147
+ output: VerifyCardValidationDataOutput;
148
+ };
149
+ sdk: {
150
+ input: VerifyCardValidationDataCommandInput;
151
+ output: VerifyCardValidationDataCommandOutput;
152
+ };
153
+ };
143
154
  }
@@ -121,4 +121,15 @@ declare const VerifyMacCommand_base: {
121
121
  * @public
122
122
  */
123
123
  export declare class VerifyMacCommand extends VerifyMacCommand_base {
124
+ /** @internal type navigation helper, not in runtime. */
125
+ protected static __types: {
126
+ api: {
127
+ input: VerifyMacInput;
128
+ output: VerifyMacOutput;
129
+ };
130
+ sdk: {
131
+ input: VerifyMacCommandInput;
132
+ output: VerifyMacCommandOutput;
133
+ };
134
+ };
124
135
  }
@@ -118,4 +118,15 @@ declare const VerifyPinDataCommand_base: {
118
118
  * @public
119
119
  */
120
120
  export declare class VerifyPinDataCommand extends VerifyPinDataCommand_base {
121
+ /** @internal type navigation helper, not in runtime. */
122
+ protected static __types: {
123
+ api: {
124
+ input: VerifyPinDataInput;
125
+ output: VerifyPinDataOutput;
126
+ };
127
+ sdk: {
128
+ input: VerifyPinDataCommandInput;
129
+ output: VerifyPinDataCommandOutput;
130
+ };
131
+ };
121
132
  }
@@ -33,4 +33,15 @@ declare const DecryptDataCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DecryptDataCommand extends DecryptDataCommand_base {}
36
+ export declare class DecryptDataCommand extends DecryptDataCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DecryptDataInput;
40
+ output: DecryptDataOutput;
41
+ };
42
+ sdk: {
43
+ input: DecryptDataCommandInput;
44
+ output: DecryptDataCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const EncryptDataCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class EncryptDataCommand extends EncryptDataCommand_base {}
36
+ export declare class EncryptDataCommand extends EncryptDataCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: EncryptDataInput;
40
+ output: EncryptDataOutput;
41
+ };
42
+ sdk: {
43
+ input: EncryptDataCommandInput;
44
+ output: EncryptDataCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GenerateCardValidationDataCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GenerateCardValidationDataCommand extends GenerateCardValidationDataCommand_base {}
40
+ export declare class GenerateCardValidationDataCommand extends GenerateCardValidationDataCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GenerateCardValidationDataInput;
44
+ output: GenerateCardValidationDataOutput;
45
+ };
46
+ sdk: {
47
+ input: GenerateCardValidationDataCommandInput;
48
+ output: GenerateCardValidationDataCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GenerateMacCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GenerateMacCommand extends GenerateMacCommand_base {}
36
+ export declare class GenerateMacCommand extends GenerateMacCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GenerateMacInput;
40
+ output: GenerateMacOutput;
41
+ };
42
+ sdk: {
43
+ input: GenerateMacCommandInput;
44
+ output: GenerateMacCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const GeneratePinDataCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GeneratePinDataCommand extends GeneratePinDataCommand_base {}
39
+ export declare class GeneratePinDataCommand extends GeneratePinDataCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GeneratePinDataInput;
43
+ output: GeneratePinDataOutput;
44
+ };
45
+ sdk: {
46
+ input: GeneratePinDataCommandInput;
47
+ output: GeneratePinDataCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const ReEncryptDataCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ReEncryptDataCommand extends ReEncryptDataCommand_base {}
36
+ export declare class ReEncryptDataCommand extends ReEncryptDataCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ReEncryptDataInput;
40
+ output: ReEncryptDataOutput;
41
+ };
42
+ sdk: {
43
+ input: ReEncryptDataCommandInput;
44
+ output: ReEncryptDataCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const TranslatePinDataCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class TranslatePinDataCommand extends TranslatePinDataCommand_base {}
39
+ export declare class TranslatePinDataCommand extends TranslatePinDataCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: TranslatePinDataInput;
43
+ output: TranslatePinDataOutput;
44
+ };
45
+ sdk: {
46
+ input: TranslatePinDataCommandInput;
47
+ output: TranslatePinDataCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const VerifyAuthRequestCryptogramCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class VerifyAuthRequestCryptogramCommand extends VerifyAuthRequestCryptogramCommand_base {}
40
+ export declare class VerifyAuthRequestCryptogramCommand extends VerifyAuthRequestCryptogramCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: VerifyAuthRequestCryptogramInput;
44
+ output: VerifyAuthRequestCryptogramOutput;
45
+ };
46
+ sdk: {
47
+ input: VerifyAuthRequestCryptogramCommandInput;
48
+ output: VerifyAuthRequestCryptogramCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const VerifyCardValidationDataCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class VerifyCardValidationDataCommand extends VerifyCardValidationDataCommand_base {}
40
+ export declare class VerifyCardValidationDataCommand extends VerifyCardValidationDataCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: VerifyCardValidationDataInput;
44
+ output: VerifyCardValidationDataOutput;
45
+ };
46
+ sdk: {
47
+ input: VerifyCardValidationDataCommandInput;
48
+ output: VerifyCardValidationDataCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const VerifyMacCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class VerifyMacCommand extends VerifyMacCommand_base {}
36
+ export declare class VerifyMacCommand extends VerifyMacCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: VerifyMacInput;
40
+ output: VerifyMacOutput;
41
+ };
42
+ sdk: {
43
+ input: VerifyMacCommandInput;
44
+ output: VerifyMacCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const VerifyPinDataCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class VerifyPinDataCommand extends VerifyPinDataCommand_base {}
36
+ export declare class VerifyPinDataCommand extends VerifyPinDataCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: VerifyPinDataInput;
40
+ output: VerifyPinDataOutput;
41
+ };
42
+ sdk: {
43
+ input: VerifyPinDataCommandInput;
44
+ output: VerifyPinDataCommandOutput;
45
+ };
46
+ };
47
+ }
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.651.1",
4
+ "version": "3.654.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,43 +20,43 @@
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.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },