@blockchyp/blockchyp-ts 2.24.3 → 2.24.4
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 +2 -2
- package/_bundles/blockchyp.js.map +1 -1
- package/_bundles/blockchyp.min.js.map +1 -1
- package/lib/src/models.d.ts +2 -2
- package/lib/src/models.js +2 -2
- package/package.json +1 -1
- package/src/models.ts +2 -2
package/_bundles/blockchyp.js
CHANGED
|
@@ -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
|
/**
|
|
@@ -64917,7 +64917,7 @@ class MerchantProfileResponse {
|
|
|
64917
64917
|
* The AVS (Address Verification Service) rule to apply. Allowed values are
|
|
64918
64918
|
* 'allow_all', 'require_full_match', 'require_zip_match',
|
|
64919
64919
|
* 'require_address_match'. If avsRule is empty, then merchant follows partner
|
|
64920
|
-
* setting
|
|
64920
|
+
* setting.
|
|
64921
64921
|
*/
|
|
64922
64922
|
this.avsRule = null;
|
|
64923
64923
|
/**
|