@aws-sdk/client-payment-cryptography-data 3.496.0 → 3.501.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 (2) hide show
  1. package/dist-cjs/index.js +49 -48
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1809,76 +1809,77 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1809
1809
  // Annotate the CommonJS export names for ESM import in node:
1810
1810
 
1811
1811
  0 && (module.exports = {
1812
+ PaymentCryptographyDataServiceException,
1813
+ __Client,
1814
+ PaymentCryptographyDataClient,
1815
+ PaymentCryptographyData,
1816
+ $Command,
1817
+ DecryptDataCommand,
1818
+ EncryptDataCommand,
1819
+ GenerateCardValidationDataCommand,
1820
+ GenerateMacCommand,
1821
+ GeneratePinDataCommand,
1822
+ ReEncryptDataCommand,
1823
+ TranslatePinDataCommand,
1824
+ VerifyAuthRequestCryptogramCommand,
1825
+ VerifyCardValidationDataCommand,
1826
+ VerifyMacCommand,
1827
+ VerifyPinDataCommand,
1812
1828
  AccessDeniedException,
1829
+ PaddingType,
1813
1830
  CardGenerationAttributes,
1814
1831
  CardVerificationAttributes,
1815
1832
  CryptogramAuthResponse,
1816
- DecryptDataCommand,
1817
- DecryptDataInputFilterSensitiveLog,
1818
- DecryptDataOutputFilterSensitiveLog,
1819
1833
  DukptDerivationType,
1820
- DukptEncryptionAttributesFilterSensitiveLog,
1821
- DukptEncryptionMode,
1822
1834
  DukptKeyVariant,
1823
- EncryptDataCommand,
1824
- EncryptDataInputFilterSensitiveLog,
1825
- EncryptDataOutputFilterSensitiveLog,
1826
- EncryptionDecryptionAttributes,
1827
- EncryptionDecryptionAttributesFilterSensitiveLog,
1835
+ DukptEncryptionMode,
1828
1836
  EncryptionMode,
1829
- GenerateCardValidationDataCommand,
1830
- GenerateCardValidationDataInputFilterSensitiveLog,
1831
- GenerateMacCommand,
1832
- GenerateMacInputFilterSensitiveLog,
1833
- GeneratePinDataCommand,
1834
- GeneratePinDataInputFilterSensitiveLog,
1837
+ EncryptionDecryptionAttributes,
1835
1838
  InternalServerException,
1839
+ ResourceNotFoundException,
1840
+ ThrottlingException,
1841
+ ValidationException,
1836
1842
  MacAlgorithm,
1837
- MacAlgorithmEmvFilterSensitiveLog,
1838
- MacAttributes,
1839
- MacAttributesFilterSensitiveLog,
1840
1843
  MajorKeyDerivationMode,
1841
- PaddingType,
1842
- PaymentCryptographyData,
1843
- PaymentCryptographyDataClient,
1844
- PaymentCryptographyDataServiceException,
1844
+ SessionKeyDerivationMode,
1845
+ SessionKeyDerivationValue,
1846
+ MacAttributes,
1847
+ PinGenerationAttributes,
1845
1848
  PinBlockFormatForPinData,
1846
1849
  PinData,
1847
- PinGenerationAttributes,
1850
+ ReEncryptionAttributes,
1851
+ TranslationIsoFormats,
1852
+ VerificationFailedReason,
1853
+ VerificationFailedException,
1854
+ SessionKeyDerivation,
1848
1855
  PinVerificationAttributes,
1849
- ReEncryptDataCommand,
1856
+ DukptEncryptionAttributesFilterSensitiveLog,
1857
+ SymmetricEncryptionAttributesFilterSensitiveLog,
1858
+ EncryptionDecryptionAttributesFilterSensitiveLog,
1859
+ DecryptDataInputFilterSensitiveLog,
1860
+ DecryptDataOutputFilterSensitiveLog,
1861
+ EncryptDataInputFilterSensitiveLog,
1862
+ EncryptDataOutputFilterSensitiveLog,
1863
+ GenerateCardValidationDataInputFilterSensitiveLog,
1864
+ MacAlgorithmEmvFilterSensitiveLog,
1865
+ MacAttributesFilterSensitiveLog,
1866
+ GenerateMacInputFilterSensitiveLog,
1867
+ GeneratePinDataInputFilterSensitiveLog,
1868
+ ReEncryptionAttributesFilterSensitiveLog,
1850
1869
  ReEncryptDataInputFilterSensitiveLog,
1851
1870
  ReEncryptDataOutputFilterSensitiveLog,
1852
- ReEncryptionAttributes,
1853
- ReEncryptionAttributesFilterSensitiveLog,
1854
- ResourceNotFoundException,
1871
+ TranslationPinDataIsoFormat034FilterSensitiveLog,
1872
+ TranslationIsoFormatsFilterSensitiveLog,
1873
+ TranslatePinDataInputFilterSensitiveLog,
1855
1874
  SessionKeyAmexFilterSensitiveLog,
1856
- SessionKeyDerivation,
1857
- SessionKeyDerivationFilterSensitiveLog,
1858
- SessionKeyDerivationMode,
1859
- SessionKeyDerivationValue,
1860
1875
  SessionKeyEmv2000FilterSensitiveLog,
1861
1876
  SessionKeyEmvCommonFilterSensitiveLog,
1862
1877
  SessionKeyMastercardFilterSensitiveLog,
1863
1878
  SessionKeyVisaFilterSensitiveLog,
1864
- SymmetricEncryptionAttributesFilterSensitiveLog,
1865
- ThrottlingException,
1866
- TranslatePinDataCommand,
1867
- TranslatePinDataInputFilterSensitiveLog,
1868
- TranslationIsoFormats,
1869
- TranslationIsoFormatsFilterSensitiveLog,
1870
- TranslationPinDataIsoFormat034FilterSensitiveLog,
1871
- ValidationException,
1872
- VerificationFailedException,
1873
- VerificationFailedReason,
1874
- VerifyAuthRequestCryptogramCommand,
1879
+ SessionKeyDerivationFilterSensitiveLog,
1875
1880
  VerifyAuthRequestCryptogramInputFilterSensitiveLog,
1876
- VerifyCardValidationDataCommand,
1877
1881
  VerifyCardValidationDataInputFilterSensitiveLog,
1878
- VerifyMacCommand,
1879
1882
  VerifyMacInputFilterSensitiveLog,
1880
- VerifyPinDataCommand,
1881
- VerifyPinDataInputFilterSensitiveLog,
1882
- __Client
1883
+ VerifyPinDataInputFilterSensitiveLog
1883
1884
  });
1884
1885
 
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.496.0",
4
+ "version": "3.501.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,9 +20,9 @@
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-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",