@xoxno/types 1.0.320 → 1.0.321

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.
@@ -136,7 +136,7 @@ export declare class UserFilledOrder extends PerpCommonTrade {
136
136
  closedPnl: string;
137
137
  crossed: boolean;
138
138
  dir: PerpOrderDirection;
139
- oid: number;
139
+ oid: string;
140
140
  startPosition: string;
141
141
  fee: string;
142
142
  feeToken: string;
@@ -430,7 +430,7 @@ __decorate([
430
430
  ], UserFilledOrder.prototype, "dir", void 0);
431
431
  __decorate([
432
432
  (0, swagger_1.ApiProperty)(),
433
- __metadata("design:type", Number)
433
+ __metadata("design:type", String)
434
434
  ], UserFilledOrder.prototype, "oid", void 0);
435
435
  __decorate([
436
436
  (0, swagger_1.ApiProperty)(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.320",
3
+ "version": "1.0.321",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {