@drift-labs/sdk 2.98.0-beta.6 → 2.98.0-beta.8

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/VERSION CHANGED
@@ -1 +1 @@
1
- 2.98.0-beta.6
1
+ 2.98.0-beta.8
@@ -643,6 +643,7 @@ export type SettlePnlRecord = {
643
643
  explanation: SettlePnlExplanation;
644
644
  };
645
645
  export type SwiftOrderRecord = {
646
+ ts: BN;
646
647
  user: PublicKey;
647
648
  hash: string;
648
649
  matchingOrderParams: OrderParams;
@@ -643,6 +643,7 @@ export type SettlePnlRecord = {
643
643
  explanation: SettlePnlExplanation;
644
644
  };
645
645
  export type SwiftOrderRecord = {
646
+ ts: BN;
646
647
  user: PublicKey;
647
648
  hash: string;
648
649
  matchingOrderParams: OrderParams;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.98.0-beta.6",
3
+ "version": "2.98.0-beta.8",
4
4
  "main": "lib/node/index.js",
5
5
  "types": "lib/node/index.d.ts",
6
6
  "browser": "./lib/browser/index.js",
package/src/types.ts CHANGED
@@ -542,6 +542,7 @@ export type SettlePnlRecord = {
542
542
  };
543
543
 
544
544
  export type SwiftOrderRecord = {
545
+ ts: BN;
545
546
  user: PublicKey;
546
547
  hash: string;
547
548
  matchingOrderParams: OrderParams;