@nowramp/sdk 0.1.82 → 0.1.83
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
|
@@ -615,6 +615,8 @@ interface QuotesResponse {
|
|
|
615
615
|
cheapestFees: Quote | null;
|
|
616
616
|
/** Gateways that couldn't quote */
|
|
617
617
|
unavailableGateways: UnavailableGateway[];
|
|
618
|
+
/** Server-resolved preferred gateway for reason ranking (absent on older backends) */
|
|
619
|
+
preferredGatewayId?: string | null;
|
|
618
620
|
}
|
|
619
621
|
/**
|
|
620
622
|
* Parameters for getting supported configuration
|