@blockchyp/blockchyp-ts 2.24.4 → 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.
- package/_bundles/blockchyp.js +12 -2
- package/_bundles/blockchyp.js.map +1 -1
- package/_bundles/blockchyp.min.js +1 -1
- package/_bundles/blockchyp.min.js.map +1 -1
- package/lib/src/models.d.ts +10 -2
- package/lib/src/models.js +12 -2
- package/lib/src/models.js.map +1 -1
- package/package.json +1 -1
- package/src/models.ts +14 -0
package/_bundles/blockchyp.js
CHANGED
|
@@ -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
|
*/
|
|
@@ -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
|
*/
|
|
@@ -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;
|