@blockchyp/blockchyp-ts 2.30.5 → 2.30.7

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.
@@ -6304,7 +6304,23 @@ 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
- 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);
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
+ /**
6316
+ * That the merchant follows the partner's CVV cache settings.
6317
+ */
6318
+ followPartnerCvvCacheEnabled: boolean | null;
6319
+ /**
6320
+ * That the merchant is configured to apply a CVV cache.
6321
+ */
6322
+ cvvCacheEnabled: boolean | null;
6323
+ 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, followPartnerCvvCacheEnabled?: boolean | null, cvvCacheEnabled?: boolean | null);
6308
6324
  }
6309
6325
  /**
6310
6326
  * Models a response for a single merchant profile.
@@ -6583,7 +6599,23 @@ export declare class MerchantProfileResponse {
6583
6599
  * Whether the merchant should bypass an auth with TSYS on Enrollment.
6584
6600
  */
6585
6601
  bypassEnrollAuthEnabled: boolean | null;
6586
- 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);
6602
+ /**
6603
+ * That the merchant follows the partner's service fee settings.
6604
+ */
6605
+ followPartnerServiceFeeEnabled: boolean | null;
6606
+ /**
6607
+ * That the merchant is configured to apply a service fee.
6608
+ */
6609
+ serviceFeeEnabled: boolean | null;
6610
+ /**
6611
+ * That the merchant follows the partner's CVV cache settings.
6612
+ */
6613
+ followPartnerCvvCacheEnabled: boolean | null;
6614
+ /**
6615
+ * That the merchant is configured to apply a CVV cache.
6616
+ */
6617
+ cvvCacheEnabled: boolean | null;
6618
+ 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, followPartnerCvvCacheEnabled?: boolean | null, cvvCacheEnabled?: boolean | null);
6587
6619
  }
6588
6620
  /**
6589
6621
  * 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, followPartnerCvvCacheEnabled = null, cvvCacheEnabled = null) {
4816
4816
  /**
4817
4817
  * The request timeout in seconds.
4818
4818
  */
@@ -5078,6 +5078,22 @@ 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;
5089
+ /**
5090
+ * That the merchant follows the partner's CVV cache settings.
5091
+ */
5092
+ this.followPartnerCvvCacheEnabled = null;
5093
+ /**
5094
+ * That the merchant is configured to apply a CVV cache.
5095
+ */
5096
+ this.cvvCacheEnabled = null;
5081
5097
  this.timeout = timeout;
5082
5098
  this.test = test;
5083
5099
  this.merchantId = merchantId;
@@ -5142,6 +5158,10 @@ class MerchantProfile {
5142
5158
  this.followPartnerAvsSettings = followPartnerAvsSettings;
5143
5159
  this.accountUpdaterEnrolled = accountUpdaterEnrolled;
5144
5160
  this.bypassEnrollAuthEnabled = bypassEnrollAuthEnabled;
5161
+ this.followPartnerServiceFeeEnabled = followPartnerServiceFeeEnabled;
5162
+ this.serviceFeeEnabled = serviceFeeEnabled;
5163
+ this.followPartnerCvvCacheEnabled = followPartnerCvvCacheEnabled;
5164
+ this.cvvCacheEnabled = cvvCacheEnabled;
5145
5165
  }
5146
5166
  }
5147
5167
  exports.MerchantProfile = MerchantProfile;
@@ -5150,7 +5170,7 @@ exports.MerchantProfile = MerchantProfile;
5150
5170
  */
5151
5171
  class MerchantProfileResponse {
5152
5172
  // 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) {
5173
+ 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, followPartnerCvvCacheEnabled = null, cvvCacheEnabled = null) {
5154
5174
  /**
5155
5175
  * Whether or not the request succeeded.
5156
5176
  */
@@ -5424,6 +5444,22 @@ class MerchantProfileResponse {
5424
5444
  * Whether the merchant should bypass an auth with TSYS on Enrollment.
5425
5445
  */
5426
5446
  this.bypassEnrollAuthEnabled = null;
5447
+ /**
5448
+ * That the merchant follows the partner's service fee settings.
5449
+ */
5450
+ this.followPartnerServiceFeeEnabled = null;
5451
+ /**
5452
+ * That the merchant is configured to apply a service fee.
5453
+ */
5454
+ this.serviceFeeEnabled = null;
5455
+ /**
5456
+ * That the merchant follows the partner's CVV cache settings.
5457
+ */
5458
+ this.followPartnerCvvCacheEnabled = null;
5459
+ /**
5460
+ * That the merchant is configured to apply a CVV cache.
5461
+ */
5462
+ this.cvvCacheEnabled = null;
5427
5463
  this.success = success;
5428
5464
  this.error = error;
5429
5465
  this.responseDescription = responseDescription;
@@ -5490,6 +5526,10 @@ class MerchantProfileResponse {
5490
5526
  this.followPartnerAvsSettings = followPartnerAvsSettings;
5491
5527
  this.accountUpdaterEnrolled = accountUpdaterEnrolled;
5492
5528
  this.bypassEnrollAuthEnabled = bypassEnrollAuthEnabled;
5529
+ this.followPartnerServiceFeeEnabled = followPartnerServiceFeeEnabled;
5530
+ this.serviceFeeEnabled = serviceFeeEnabled;
5531
+ this.followPartnerCvvCacheEnabled = followPartnerCvvCacheEnabled;
5532
+ this.cvvCacheEnabled = cvvCacheEnabled;
5493
5533
  }
5494
5534
  }
5495
5535
  exports.MerchantProfileResponse = MerchantProfileResponse;