@blockchyp/blockchyp-ts 2.24.3 → 2.24.5

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.
@@ -64326,7 +64326,7 @@ exports.Address = Address;
64326
64326
  */
64327
64327
  class MerchantProfile {
64328
64328
  // Constructor with default values for optional fields
64329
- constructor(timeout = null, test = null, merchantId = null, bankMid = null, companyName = null, dbaName = null, invoiceName = null, contactName = null, contactNumber = null, locationName = null, storeNumber = null, partnerRef = null, timeZone = null, batchCloseTime = null, terminalUpdateTime = null, autoBatchClose = null, disableBatchEmails = null, pinEnabled = null, cashBackEnabled = null, storeAndForwardEnabled = null, partialAuthEnabled = null, splitBankAccountsEnabled = null, storeAndForwardFloorLimit = null, publicKey = null, status = null, cashDiscountEnabled = null, surveyTimeout = null, cooldownTimeout = null, tipEnabled = null, promptForTip = null, tipDefaults = null, cashbackPresets = null, ebtEnabled = null, freeRangeRefundsEnabled = null, pinBypassEnabled = null, giftCardsDisabled = null, tcDisabled = null, digitalSignaturesEnabled = null, digitalSignatureReversal = null, billingAddress = null, shippingAddress = null, visa = null, masterCard = null, amex = null, discover = null, jcb = null, unionPay = null, contactlessEmv = null, manualEntryEnabled = null, manualEntryPromptZip = null, manualEntryPromptStreetNumber = null, gatewayOnly = null, bankAccounts = null, passthroughSurchargeEnabled = null, cvvVerificationEnabled = null, cvvVerificationNEnabled = null, cvvVerificationPEnabled = null, cvvVerificationSEnabled = null, cvvVerificationUEnabled = null, followPartnerCvvSettings = null, avsRule = null, followPartnerAvsSettings = null, accountUpdaterEnrolled = null) {
64329
+ constructor(timeout = null, test = null, merchantId = null, bankMid = null, companyName = null, dbaName = null, invoiceName = null, contactName = null, contactNumber = null, locationName = null, storeNumber = null, partnerRef = null, timeZone = null, batchCloseTime = null, terminalUpdateTime = null, autoBatchClose = null, disableBatchEmails = null, pinEnabled = null, cashBackEnabled = null, storeAndForwardEnabled = null, partialAuthEnabled = null, splitBankAccountsEnabled = null, storeAndForwardFloorLimit = null, publicKey = null, status = null, cashDiscountEnabled = null, surveyTimeout = null, cooldownTimeout = null, tipEnabled = null, promptForTip = null, tipDefaults = null, cashbackPresets = null, ebtEnabled = null, freeRangeRefundsEnabled = null, pinBypassEnabled = null, giftCardsDisabled = null, tcDisabled = null, digitalSignaturesEnabled = null, digitalSignatureReversal = null, billingAddress = null, shippingAddress = null, visa = null, masterCard = null, amex = null, discover = null, jcb = null, unionPay = null, contactlessEmv = null, manualEntryEnabled = null, manualEntryPromptZip = null, manualEntryPromptStreetNumber = null, gatewayOnly = null, bankAccounts = null, passthroughSurchargeEnabled = null, cvvVerificationEnabled = null, cvvVerificationNEnabled = null, cvvVerificationPEnabled = null, cvvVerificationSEnabled = null, cvvVerificationUEnabled = null, followPartnerCvvSettings = null, avsRule = null, followPartnerAvsSettings = null, accountUpdaterEnrolled = null, bypassEnrollAuthEnabled = null) {
64330
64330
  /**
64331
64331
  * The request timeout in seconds.
64332
64332
  */
@@ -64576,7 +64576,7 @@ class MerchantProfile {
64576
64576
  * The AVS (Address Verification Service) rule to apply. Allowed values are
64577
64577
  * 'allow_all', 'require_full_match', 'require_zip_match',
64578
64578
  * 'require_address_match'. If avsRule is empty, then merchant follows partner
64579
- * setting
64579
+ * setting.
64580
64580
  */
64581
64581
  this.avsRule = null;
64582
64582
  /**
@@ -64588,6 +64588,10 @@ class MerchantProfile {
64588
64588
  * merchant's whose partner is enrolled will be processed by the account updater.
64589
64589
  */
64590
64590
  this.accountUpdaterEnrolled = null;
64591
+ /**
64592
+ * Whether the merchant should bypass an auth with TSYS on Enrollment.
64593
+ */
64594
+ this.bypassEnrollAuthEnabled = null;
64591
64595
  this.timeout = timeout;
64592
64596
  this.test = test;
64593
64597
  this.merchantId = merchantId;
@@ -64651,6 +64655,7 @@ class MerchantProfile {
64651
64655
  this.avsRule = avsRule;
64652
64656
  this.followPartnerAvsSettings = followPartnerAvsSettings;
64653
64657
  this.accountUpdaterEnrolled = accountUpdaterEnrolled;
64658
+ this.bypassEnrollAuthEnabled = bypassEnrollAuthEnabled;
64654
64659
  }
64655
64660
  }
64656
64661
  exports.MerchantProfile = MerchantProfile;
@@ -64659,7 +64664,7 @@ exports.MerchantProfile = MerchantProfile;
64659
64664
  */
64660
64665
  class MerchantProfileResponse {
64661
64666
  // Constructor with default values for optional fields
64662
- constructor(success = null, error = null, responseDescription = null, test = null, merchantId = null, bankMid = null, companyName = null, dbaName = null, invoiceName = null, contactName = null, contactNumber = null, locationName = null, storeNumber = null, partnerRef = null, timeZone = null, batchCloseTime = null, terminalUpdateTime = null, autoBatchClose = null, disableBatchEmails = null, pinEnabled = null, cashBackEnabled = null, storeAndForwardEnabled = null, partialAuthEnabled = null, splitBankAccountsEnabled = null, storeAndForwardFloorLimit = null, publicKey = null, status = null, cashDiscountEnabled = null, surveyTimeout = null, cooldownTimeout = null, tipEnabled = null, promptForTip = null, tipDefaults = null, cashbackPresets = null, ebtEnabled = null, freeRangeRefundsEnabled = null, pinBypassEnabled = null, giftCardsDisabled = null, tcDisabled = null, digitalSignaturesEnabled = null, digitalSignatureReversal = null, billingAddress = null, shippingAddress = null, visa = null, masterCard = null, amex = null, discover = null, jcb = null, unionPay = null, contactlessEmv = null, manualEntryEnabled = null, manualEntryPromptZip = null, manualEntryPromptStreetNumber = null, gatewayOnly = null, bankAccounts = null, passthroughSurchargeEnabled = null, cvvVerificationEnabled = null, cvvVerificationNEnabled = null, cvvVerificationPEnabled = null, cvvVerificationSEnabled = null, cvvVerificationUEnabled = null, followPartnerCvvSettings = null, avsRule = null, followPartnerAvsSettings = null, accountUpdaterEnrolled = null) {
64667
+ constructor(success = null, error = null, responseDescription = null, test = null, merchantId = null, bankMid = null, companyName = null, dbaName = null, invoiceName = null, contactName = null, contactNumber = null, locationName = null, storeNumber = null, partnerRef = null, timeZone = null, batchCloseTime = null, terminalUpdateTime = null, autoBatchClose = null, disableBatchEmails = null, pinEnabled = null, cashBackEnabled = null, storeAndForwardEnabled = null, partialAuthEnabled = null, splitBankAccountsEnabled = null, storeAndForwardFloorLimit = null, publicKey = null, status = null, cashDiscountEnabled = null, surveyTimeout = null, cooldownTimeout = null, tipEnabled = null, promptForTip = null, tipDefaults = null, cashbackPresets = null, ebtEnabled = null, freeRangeRefundsEnabled = null, pinBypassEnabled = null, giftCardsDisabled = null, tcDisabled = null, digitalSignaturesEnabled = null, digitalSignatureReversal = null, billingAddress = null, shippingAddress = null, visa = null, masterCard = null, amex = null, discover = null, jcb = null, unionPay = null, contactlessEmv = null, manualEntryEnabled = null, manualEntryPromptZip = null, manualEntryPromptStreetNumber = null, gatewayOnly = null, bankAccounts = null, passthroughSurchargeEnabled = null, cvvVerificationEnabled = null, cvvVerificationNEnabled = null, cvvVerificationPEnabled = null, cvvVerificationSEnabled = null, cvvVerificationUEnabled = null, followPartnerCvvSettings = null, avsRule = null, followPartnerAvsSettings = null, accountUpdaterEnrolled = null, bypassEnrollAuthEnabled = null) {
64663
64668
  /**
64664
64669
  * Whether or not the request succeeded.
64665
64670
  */
@@ -64917,7 +64922,7 @@ class MerchantProfileResponse {
64917
64922
  * The AVS (Address Verification Service) rule to apply. Allowed values are
64918
64923
  * 'allow_all', 'require_full_match', 'require_zip_match',
64919
64924
  * 'require_address_match'. If avsRule is empty, then merchant follows partner
64920
- * setting
64925
+ * setting.
64921
64926
  */
64922
64927
  this.avsRule = null;
64923
64928
  /**
@@ -64929,6 +64934,10 @@ class MerchantProfileResponse {
64929
64934
  * merchant's whose partner is enrolled will be processed by the account updater.
64930
64935
  */
64931
64936
  this.accountUpdaterEnrolled = null;
64937
+ /**
64938
+ * Whether the merchant should bypass an auth with TSYS on Enrollment.
64939
+ */
64940
+ this.bypassEnrollAuthEnabled = null;
64932
64941
  this.success = success;
64933
64942
  this.error = error;
64934
64943
  this.responseDescription = responseDescription;
@@ -64994,6 +65003,7 @@ class MerchantProfileResponse {
64994
65003
  this.avsRule = avsRule;
64995
65004
  this.followPartnerAvsSettings = followPartnerAvsSettings;
64996
65005
  this.accountUpdaterEnrolled = accountUpdaterEnrolled;
65006
+ this.bypassEnrollAuthEnabled = bypassEnrollAuthEnabled;
64997
65007
  }
64998
65008
  }
64999
65009
  exports.MerchantProfileResponse = MerchantProfileResponse;