@nightlylabs/dex-sdk 0.0.19 → 0.0.20
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.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -322,8 +322,8 @@ interface OracleUpdates {
|
|
|
322
322
|
}
|
|
323
323
|
interface OrderbookUpdate {
|
|
324
324
|
market: string;
|
|
325
|
-
|
|
326
|
-
|
|
325
|
+
bidsUdpates: Record<string, string>;
|
|
326
|
+
asksUpdates: Record<string, string>;
|
|
327
327
|
}
|
|
328
328
|
interface Trade {
|
|
329
329
|
id: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -322,8 +322,8 @@ interface OracleUpdates {
|
|
|
322
322
|
}
|
|
323
323
|
interface OrderbookUpdate {
|
|
324
324
|
market: string;
|
|
325
|
-
|
|
326
|
-
|
|
325
|
+
bidsUdpates: Record<string, string>;
|
|
326
|
+
asksUpdates: Record<string, string>;
|
|
327
327
|
}
|
|
328
328
|
interface Trade {
|
|
329
329
|
id: string;
|