@blockchyp/blockchyp-ts 2.30.5 → 2.30.6
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 +492 -101
- package/_bundles/blockchyp.js.map +1 -1
- package/_bundles/blockchyp.min.js +1 -1
- package/_bundles/blockchyp.min.js.LICENSE.txt +1 -1
- package/_bundles/blockchyp.min.js.map +1 -1
- package/lib/src/models.d.ts +18 -2
- package/lib/src/models.js +22 -2
- package/lib/src/models.js.map +1 -1
- package/package.json +1 -1
- package/src/models.ts +28 -0
package/lib/src/models.d.ts
CHANGED
|
@@ -6304,7 +6304,15 @@ export declare class MerchantProfile {
|
|
|
6304
6304
|
* Whether the merchant should bypass an auth with TSYS on Enrollment.
|
|
6305
6305
|
*/
|
|
6306
6306
|
bypassEnrollAuthEnabled: boolean | null;
|
|
6307
|
-
|
|
6307
|
+
/**
|
|
6308
|
+
* That the merchant follows the partner's service fee settings.
|
|
6309
|
+
*/
|
|
6310
|
+
followPartnerServiceFeeEnabled: boolean | null;
|
|
6311
|
+
/**
|
|
6312
|
+
* That the merchant is configured to apply a service fee.
|
|
6313
|
+
*/
|
|
6314
|
+
serviceFeeEnabled: boolean | null;
|
|
6315
|
+
constructor(timeout?: number | null, test?: boolean | null, merchantId?: string | null, bankMid?: string | null, companyName?: string | null, dbaName?: string | null, invoiceName?: string | null, contactName?: string | null, contactNumber?: string | null, locationName?: string | null, storeNumber?: string | null, partnerRef?: string | null, timeZone?: string | null, batchCloseTime?: string | null, terminalUpdateTime?: string | null, autoBatchClose?: boolean | null, disableBatchEmails?: boolean | null, pinEnabled?: boolean | null, cashBackEnabled?: boolean | null, storeAndForwardEnabled?: boolean | null, partialAuthEnabled?: boolean | null, splitBankAccountsEnabled?: boolean | null, storeAndForwardFloorLimit?: string | null, publicKey?: string | null, status?: string | null, cashDiscountEnabled?: boolean | null, surveyTimeout?: number | null, cooldownTimeout?: number | null, tipEnabled?: boolean | null, promptForTip?: boolean | null, tipDefaults?: string[] | null, cashbackPresets?: string[] | null, ebtEnabled?: boolean | null, freeRangeRefundsEnabled?: boolean | null, pinBypassEnabled?: boolean | null, giftCardsDisabled?: boolean | null, tcDisabled?: boolean | null, digitalSignaturesEnabled?: boolean | null, digitalSignatureReversal?: boolean | null, billingAddress?: Address | null, shippingAddress?: Address | null, visa?: boolean | null, masterCard?: boolean | null, amex?: boolean | null, discover?: boolean | null, jcb?: boolean | null, unionPay?: boolean | null, contactlessEmv?: boolean | null, manualEntryEnabled?: boolean | null, manualEntryPromptZip?: boolean | null, manualEntryPromptStreetNumber?: boolean | null, gatewayOnly?: boolean | null, bankAccounts?: BankAccount[] | null, passthroughSurchargeEnabled?: boolean | null, cvvVerificationEnabled?: boolean | null, cvvVerificationNEnabled?: boolean | null, cvvVerificationPEnabled?: boolean | null, cvvVerificationSEnabled?: boolean | null, cvvVerificationUEnabled?: boolean | null, followPartnerCvvSettings?: boolean | null, avsRule?: string | null, followPartnerAvsSettings?: boolean | null, accountUpdaterEnrolled?: boolean | null, bypassEnrollAuthEnabled?: boolean | null, followPartnerServiceFeeEnabled?: boolean | null, serviceFeeEnabled?: boolean | null);
|
|
6308
6316
|
}
|
|
6309
6317
|
/**
|
|
6310
6318
|
* Models a response for a single merchant profile.
|
|
@@ -6583,7 +6591,15 @@ export declare class MerchantProfileResponse {
|
|
|
6583
6591
|
* Whether the merchant should bypass an auth with TSYS on Enrollment.
|
|
6584
6592
|
*/
|
|
6585
6593
|
bypassEnrollAuthEnabled: boolean | null;
|
|
6586
|
-
|
|
6594
|
+
/**
|
|
6595
|
+
* That the merchant follows the partner's service fee settings.
|
|
6596
|
+
*/
|
|
6597
|
+
followPartnerServiceFeeEnabled: boolean | null;
|
|
6598
|
+
/**
|
|
6599
|
+
* That the merchant is configured to apply a service fee.
|
|
6600
|
+
*/
|
|
6601
|
+
serviceFeeEnabled: boolean | null;
|
|
6602
|
+
constructor(success?: boolean | null, error?: string | null, responseDescription?: string | null, test?: boolean | null, merchantId?: string | null, bankMid?: string | null, companyName?: string | null, dbaName?: string | null, invoiceName?: string | null, contactName?: string | null, contactNumber?: string | null, locationName?: string | null, storeNumber?: string | null, partnerRef?: string | null, timeZone?: string | null, batchCloseTime?: string | null, terminalUpdateTime?: string | null, autoBatchClose?: boolean | null, disableBatchEmails?: boolean | null, pinEnabled?: boolean | null, cashBackEnabled?: boolean | null, storeAndForwardEnabled?: boolean | null, partialAuthEnabled?: boolean | null, splitBankAccountsEnabled?: boolean | null, storeAndForwardFloorLimit?: string | null, publicKey?: string | null, status?: string | null, cashDiscountEnabled?: boolean | null, surveyTimeout?: number | null, cooldownTimeout?: number | null, tipEnabled?: boolean | null, promptForTip?: boolean | null, tipDefaults?: string[] | null, cashbackPresets?: string[] | null, ebtEnabled?: boolean | null, freeRangeRefundsEnabled?: boolean | null, pinBypassEnabled?: boolean | null, giftCardsDisabled?: boolean | null, tcDisabled?: boolean | null, digitalSignaturesEnabled?: boolean | null, digitalSignatureReversal?: boolean | null, billingAddress?: Address | null, shippingAddress?: Address | null, visa?: boolean | null, masterCard?: boolean | null, amex?: boolean | null, discover?: boolean | null, jcb?: boolean | null, unionPay?: boolean | null, contactlessEmv?: boolean | null, manualEntryEnabled?: boolean | null, manualEntryPromptZip?: boolean | null, manualEntryPromptStreetNumber?: boolean | null, gatewayOnly?: boolean | null, bankAccounts?: BankAccount[] | null, passthroughSurchargeEnabled?: boolean | null, cvvVerificationEnabled?: boolean | null, cvvVerificationNEnabled?: boolean | null, cvvVerificationPEnabled?: boolean | null, cvvVerificationSEnabled?: boolean | null, cvvVerificationUEnabled?: boolean | null, followPartnerCvvSettings?: boolean | null, avsRule?: string | null, followPartnerAvsSettings?: boolean | null, accountUpdaterEnrolled?: boolean | null, bypassEnrollAuthEnabled?: boolean | null, followPartnerServiceFeeEnabled?: boolean | null, serviceFeeEnabled?: boolean | null);
|
|
6587
6603
|
}
|
|
6588
6604
|
/**
|
|
6589
6605
|
* Models meta data about a merchant bank account.
|
package/lib/src/models.js
CHANGED
|
@@ -4812,7 +4812,7 @@ exports.Address = Address;
|
|
|
4812
4812
|
*/
|
|
4813
4813
|
class MerchantProfile {
|
|
4814
4814
|
// Constructor with default values for optional fields
|
|
4815
|
-
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) {
|
|
4815
|
+
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, followPartnerServiceFeeEnabled = null, serviceFeeEnabled = null) {
|
|
4816
4816
|
/**
|
|
4817
4817
|
* The request timeout in seconds.
|
|
4818
4818
|
*/
|
|
@@ -5078,6 +5078,14 @@ class MerchantProfile {
|
|
|
5078
5078
|
* Whether the merchant should bypass an auth with TSYS on Enrollment.
|
|
5079
5079
|
*/
|
|
5080
5080
|
this.bypassEnrollAuthEnabled = null;
|
|
5081
|
+
/**
|
|
5082
|
+
* That the merchant follows the partner's service fee settings.
|
|
5083
|
+
*/
|
|
5084
|
+
this.followPartnerServiceFeeEnabled = null;
|
|
5085
|
+
/**
|
|
5086
|
+
* That the merchant is configured to apply a service fee.
|
|
5087
|
+
*/
|
|
5088
|
+
this.serviceFeeEnabled = null;
|
|
5081
5089
|
this.timeout = timeout;
|
|
5082
5090
|
this.test = test;
|
|
5083
5091
|
this.merchantId = merchantId;
|
|
@@ -5142,6 +5150,8 @@ class MerchantProfile {
|
|
|
5142
5150
|
this.followPartnerAvsSettings = followPartnerAvsSettings;
|
|
5143
5151
|
this.accountUpdaterEnrolled = accountUpdaterEnrolled;
|
|
5144
5152
|
this.bypassEnrollAuthEnabled = bypassEnrollAuthEnabled;
|
|
5153
|
+
this.followPartnerServiceFeeEnabled = followPartnerServiceFeeEnabled;
|
|
5154
|
+
this.serviceFeeEnabled = serviceFeeEnabled;
|
|
5145
5155
|
}
|
|
5146
5156
|
}
|
|
5147
5157
|
exports.MerchantProfile = MerchantProfile;
|
|
@@ -5150,7 +5160,7 @@ exports.MerchantProfile = MerchantProfile;
|
|
|
5150
5160
|
*/
|
|
5151
5161
|
class MerchantProfileResponse {
|
|
5152
5162
|
// Constructor with default values for optional fields
|
|
5153
|
-
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) {
|
|
5163
|
+
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, followPartnerServiceFeeEnabled = null, serviceFeeEnabled = null) {
|
|
5154
5164
|
/**
|
|
5155
5165
|
* Whether or not the request succeeded.
|
|
5156
5166
|
*/
|
|
@@ -5424,6 +5434,14 @@ class MerchantProfileResponse {
|
|
|
5424
5434
|
* Whether the merchant should bypass an auth with TSYS on Enrollment.
|
|
5425
5435
|
*/
|
|
5426
5436
|
this.bypassEnrollAuthEnabled = null;
|
|
5437
|
+
/**
|
|
5438
|
+
* That the merchant follows the partner's service fee settings.
|
|
5439
|
+
*/
|
|
5440
|
+
this.followPartnerServiceFeeEnabled = null;
|
|
5441
|
+
/**
|
|
5442
|
+
* That the merchant is configured to apply a service fee.
|
|
5443
|
+
*/
|
|
5444
|
+
this.serviceFeeEnabled = null;
|
|
5427
5445
|
this.success = success;
|
|
5428
5446
|
this.error = error;
|
|
5429
5447
|
this.responseDescription = responseDescription;
|
|
@@ -5490,6 +5508,8 @@ class MerchantProfileResponse {
|
|
|
5490
5508
|
this.followPartnerAvsSettings = followPartnerAvsSettings;
|
|
5491
5509
|
this.accountUpdaterEnrolled = accountUpdaterEnrolled;
|
|
5492
5510
|
this.bypassEnrollAuthEnabled = bypassEnrollAuthEnabled;
|
|
5511
|
+
this.followPartnerServiceFeeEnabled = followPartnerServiceFeeEnabled;
|
|
5512
|
+
this.serviceFeeEnabled = serviceFeeEnabled;
|
|
5493
5513
|
}
|
|
5494
5514
|
}
|
|
5495
5515
|
exports.MerchantProfileResponse = MerchantProfileResponse;
|