@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/lib/src/models.d.ts
CHANGED
|
@@ -5990,7 +5990,7 @@ export declare class MerchantProfile {
|
|
|
5990
5990
|
* The AVS (Address Verification Service) rule to apply. Allowed values are
|
|
5991
5991
|
* 'allow_all', 'require_full_match', 'require_zip_match',
|
|
5992
5992
|
* 'require_address_match'. If avsRule is empty, then merchant follows partner
|
|
5993
|
-
* setting
|
|
5993
|
+
* setting.
|
|
5994
5994
|
*/
|
|
5995
5995
|
avsRule: string | null;
|
|
5996
5996
|
/**
|
|
@@ -6265,7 +6265,7 @@ export declare class MerchantProfileResponse {
|
|
|
6265
6265
|
* The AVS (Address Verification Service) rule to apply. Allowed values are
|
|
6266
6266
|
* 'allow_all', 'require_full_match', 'require_zip_match',
|
|
6267
6267
|
* 'require_address_match'. If avsRule is empty, then merchant follows partner
|
|
6268
|
-
* setting
|
|
6268
|
+
* setting.
|
|
6269
6269
|
*/
|
|
6270
6270
|
avsRule: string | null;
|
|
6271
6271
|
/**
|
package/lib/src/models.js
CHANGED
|
@@ -4889,7 +4889,7 @@ class MerchantProfile {
|
|
|
4889
4889
|
* The AVS (Address Verification Service) rule to apply. Allowed values are
|
|
4890
4890
|
* 'allow_all', 'require_full_match', 'require_zip_match',
|
|
4891
4891
|
* 'require_address_match'. If avsRule is empty, then merchant follows partner
|
|
4892
|
-
* setting
|
|
4892
|
+
* setting.
|
|
4893
4893
|
*/
|
|
4894
4894
|
this.avsRule = null;
|
|
4895
4895
|
/**
|
|
@@ -5230,7 +5230,7 @@ class MerchantProfileResponse {
|
|
|
5230
5230
|
* The AVS (Address Verification Service) rule to apply. Allowed values are
|
|
5231
5231
|
* 'allow_all', 'require_full_match', 'require_zip_match',
|
|
5232
5232
|
* 'require_address_match'. If avsRule is empty, then merchant follows partner
|
|
5233
|
-
* setting
|
|
5233
|
+
* setting.
|
|
5234
5234
|
*/
|
|
5235
5235
|
this.avsRule = null;
|
|
5236
5236
|
/**
|
package/package.json
CHANGED
package/src/models.ts
CHANGED
|
@@ -10128,7 +10128,7 @@ export class MerchantProfile {
|
|
|
10128
10128
|
* The AVS (Address Verification Service) rule to apply. Allowed values are
|
|
10129
10129
|
* 'allow_all', 'require_full_match', 'require_zip_match',
|
|
10130
10130
|
* 'require_address_match'. If avsRule is empty, then merchant follows partner
|
|
10131
|
-
* setting
|
|
10131
|
+
* setting.
|
|
10132
10132
|
*/
|
|
10133
10133
|
avsRule: string | null = null;
|
|
10134
10134
|
|
|
@@ -10599,7 +10599,7 @@ export class MerchantProfileResponse {
|
|
|
10599
10599
|
* The AVS (Address Verification Service) rule to apply. Allowed values are
|
|
10600
10600
|
* 'allow_all', 'require_full_match', 'require_zip_match',
|
|
10601
10601
|
* 'require_address_match'. If avsRule is empty, then merchant follows partner
|
|
10602
|
-
* setting
|
|
10602
|
+
* setting.
|
|
10603
10603
|
*/
|
|
10604
10604
|
avsRule: string | null = null;
|
|
10605
10605
|
|