@xoxno/types 1.0.321 → 1.0.322

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.
@@ -38,6 +38,7 @@ export declare class UserOpenOrderEvent {
38
38
  export declare class UserFilledOrderEvent {
39
39
  type: PerpEnum.USER_FILLS;
40
40
  user: string;
41
+ aggregateByTime: boolean;
41
42
  }
42
43
  export declare class PerpEvent {
43
44
  event: L2BookPerpEvent | TradesPerpEvent | ActiveSpotAssetPerpEvent | ActiveAssetPerpEvent | ActiveSpotAssetsPerpEvent | ActiveAssetsPerpEvent | WebData3PerpEvent | SpotStatePerpEvent | UserOpenOrderEvent | UserFilledOrderEvent;
@@ -125,6 +125,10 @@ __decorate([
125
125
  (0, swagger_1.ApiProperty)(),
126
126
  __metadata("design:type", String)
127
127
  ], UserFilledOrderEvent.prototype, "user", void 0);
128
+ __decorate([
129
+ (0, swagger_1.ApiProperty)(),
130
+ __metadata("design:type", Boolean)
131
+ ], UserFilledOrderEvent.prototype, "aggregateByTime", void 0);
128
132
  let PerpEvent = class PerpEvent {
129
133
  };
130
134
  exports.PerpEvent = PerpEvent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.321",
3
+ "version": "1.0.322",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {