@nowramp/sdk 0.1.70 → 0.1.72
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/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -523,6 +523,8 @@ interface OnrampSupported {
|
|
|
523
523
|
paymentMethods: SupportedPaymentMethod[];
|
|
524
524
|
/** Default gateway ID for this project (e.g., 'banxa') */
|
|
525
525
|
defaultGateway?: string | null;
|
|
526
|
+
/** Detected country code from GeoIP or query parameter (ISO alpha-2) */
|
|
527
|
+
detectedCountry?: string | null;
|
|
526
528
|
}
|
|
527
529
|
/**
|
|
528
530
|
* Quote fee breakdown
|