@xoxno/types 1.0.320 → 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;
|
|
@@ -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",
|
|
433
|
+
__metadata("design:type", String)
|
|
434
434
|
], UserFilledOrder.prototype, "oid", void 0);
|
|
435
435
|
__decorate([
|
|
436
436
|
(0, swagger_1.ApiProperty)(),
|