@drift-labs/jit-proxy 0.10.196 → 0.10.197

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