@drift-labs/jit-proxy 0.10.197 → 0.10.199

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.
@@ -189,6 +189,9 @@ export type JitProxy = {
189
189
  },
190
190
  {
191
191
  name: 'TryPostOnly';
192
+ },
193
+ {
194
+ name: 'Slide';
192
195
  }
193
196
  ];
194
197
  };
@@ -262,6 +265,16 @@ export type JitProxy = {
262
265
  code: 6007;
263
266
  name: 'UnprofitableArb';
264
267
  msg: 'UnprofitableArb';
268
+ },
269
+ {
270
+ code: 6008;
271
+ name: 'PositionLimitBreached';
272
+ msg: 'PositionLimitBreached';
273
+ },
274
+ {
275
+ code: 6009;
276
+ name: 'NoFill';
277
+ msg: 'NoFill';
265
278
  }
266
279
  ];
267
280
  };
@@ -193,6 +193,9 @@ exports.IDL = {
193
193
  {
194
194
  name: 'TryPostOnly',
195
195
  },
196
+ {
197
+ name: 'Slide',
198
+ },
196
199
  ],
197
200
  },
198
201
  },
@@ -266,5 +269,15 @@ exports.IDL = {
266
269
  name: 'UnprofitableArb',
267
270
  msg: 'UnprofitableArb',
268
271
  },
272
+ {
273
+ code: 6008,
274
+ name: 'PositionLimitBreached',
275
+ msg: 'PositionLimitBreached',
276
+ },
277
+ {
278
+ code: 6009,
279
+ name: 'NoFill',
280
+ msg: 'NoFill',
281
+ },
269
282
  ],
270
283
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/jit-proxy",
3
- "version": "0.10.197",
3
+ "version": "0.10.199",
4
4
  "scripts": {
5
5
  "clean": "rm -rf lib",
6
6
  "build": "yarn clean && tsc"
@@ -189,6 +189,9 @@ export type JitProxy = {
189
189
  },
190
190
  {
191
191
  name: 'TryPostOnly';
192
+ },
193
+ {
194
+ name: 'Slide';
192
195
  }
193
196
  ];
194
197
  };
@@ -262,6 +265,16 @@ export type JitProxy = {
262
265
  code: 6007;
263
266
  name: 'UnprofitableArb';
264
267
  msg: 'UnprofitableArb';
268
+ },
269
+ {
270
+ code: 6008;
271
+ name: 'PositionLimitBreached';
272
+ msg: 'PositionLimitBreached';
273
+ },
274
+ {
275
+ code: 6009;
276
+ name: 'NoFill';
277
+ msg: 'NoFill';
265
278
  }
266
279
  ];
267
280
  };
@@ -458,6 +471,9 @@ export const IDL: JitProxy = {
458
471
  {
459
472
  name: 'TryPostOnly',
460
473
  },
474
+ {
475
+ name: 'Slide',
476
+ },
461
477
  ],
462
478
  },
463
479
  },
@@ -531,5 +547,15 @@ export const IDL: JitProxy = {
531
547
  name: 'UnprofitableArb',
532
548
  msg: 'UnprofitableArb',
533
549
  },
550
+ {
551
+ code: 6008,
552
+ name: 'PositionLimitBreached',
553
+ msg: 'PositionLimitBreached',
554
+ },
555
+ {
556
+ code: 6009,
557
+ name: 'NoFill',
558
+ msg: 'NoFill',
559
+ },
534
560
  ],
535
561
  };