@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.
@@ -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-SX46W7E4.js.map
4027
+ //# sourceMappingURL=chunk-ABYAZHZC.js.map