@drift-labs/sdk 2.38.1-beta.7 → 2.38.1-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.38.1-beta.7
1
+ 2.38.1-beta.8
package/lib/types.d.ts CHANGED
@@ -242,6 +242,9 @@ export declare class OrderActionExplanation {
242
242
  static readonly ORDER_FILLED_WITH_SERUM: {
243
243
  orderFillWithSerum: {};
244
244
  };
245
+ static readonly ORDER_FILLED_WITH_PHOENIX: {
246
+ orderFillWithPhoenix: {};
247
+ };
245
248
  static readonly REDUCE_ONLY_ORDER_INCREASED_POSITION: {
246
249
  reduceOnlyOrderIncreasedPosition: {};
247
250
  };
package/lib/types.js CHANGED
@@ -156,6 +156,9 @@ OrderActionExplanation.RISK_INCREASING_ORDER = {
156
156
  OrderActionExplanation.ORDER_FILLED_WITH_SERUM = {
157
157
  orderFillWithSerum: {},
158
158
  };
159
+ OrderActionExplanation.ORDER_FILLED_WITH_PHOENIX = {
160
+ orderFillWithPhoenix: {},
161
+ };
159
162
  OrderActionExplanation.REDUCE_ONLY_ORDER_INCREASED_POSITION = {
160
163
  reduceOnlyOrderIncreasedPosition: {},
161
164
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.38.1-beta.7",
3
+ "version": "2.38.1-beta.8",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
package/src/types.ts CHANGED
@@ -155,6 +155,9 @@ export class OrderActionExplanation {
155
155
  static readonly ORDER_FILLED_WITH_SERUM = {
156
156
  orderFillWithSerum: {},
157
157
  };
158
+ static readonly ORDER_FILLED_WITH_PHOENIX = {
159
+ orderFillWithPhoenix: {},
160
+ };
158
161
  static readonly REDUCE_ONLY_ORDER_INCREASED_POSITION = {
159
162
  reduceOnlyOrderIncreasedPosition: {},
160
163
  };