@silentswap/sdk 0.0.69 → 0.0.70
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/types/api.d.ts +4 -0
- package/package.json +1 -1
package/dist/types/api.d.ts
CHANGED
|
@@ -64,6 +64,10 @@ export type QuoteRequest = {
|
|
|
64
64
|
* Output specifications
|
|
65
65
|
*/
|
|
66
66
|
outputs: OrderOutputArg[];
|
|
67
|
+
/**
|
|
68
|
+
* Pro user ID for volume tracking (from ?pro= URL or localStorage silentswap:pro)
|
|
69
|
+
*/
|
|
70
|
+
pro?: string;
|
|
67
71
|
};
|
|
68
72
|
/**
|
|
69
73
|
* API response schema for /quote endpoint
|