@delopay/sdk 0.48.0 → 0.49.0
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/dist/{chunk-SX46W7E4.js → chunk-ABYAZHZC.js} +2 -1
- package/dist/{chunk-SX46W7E4.js.map → chunk-ABYAZHZC.js.map} +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +1 -1
- package/dist/internal.cjs +1 -0
- package/dist/internal.cjs.map +1 -1
- package/dist/internal.js +1 -1
- package/package.json +1 -1
|
@@ -3222,6 +3222,7 @@ function buildConditions(when = {}, raw = []) {
|
|
|
3222
3222
|
if (when.connector != null) out.push(enumCondition("connector", when.connector));
|
|
3223
3223
|
if (when.currency != null) out.push(enumCondition("currency", when.currency));
|
|
3224
3224
|
if (when.cardNetwork != null) out.push(enumCondition("card_network", when.cardNetwork));
|
|
3225
|
+
if (when.billingCountry != null) out.push(enumCondition("billing_country", when.billingCountry));
|
|
3225
3226
|
if (when.amountEquals != null) out.push(numberCondition("amount", "equal", when.amountEquals));
|
|
3226
3227
|
if (when.amountGreaterThan != null) {
|
|
3227
3228
|
out.push(numberCondition("amount", "greater_than", when.amountGreaterThan));
|
|
@@ -4023,4 +4024,4 @@ export {
|
|
|
4023
4024
|
applyBrandingVariables,
|
|
4024
4025
|
shadowFor
|
|
4025
4026
|
};
|
|
4026
|
-
//# sourceMappingURL=chunk-
|
|
4027
|
+
//# sourceMappingURL=chunk-ABYAZHZC.js.map
|