@xoxno/types 1.0.284 → 1.0.285

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.
@@ -71,6 +71,6 @@ export declare class ActiveAssetsPerpResponse extends ActiveAssetsPerpEvent {
71
71
  tokens: PerpCoinExtendedSlim[];
72
72
  }
73
73
  export declare class PerpResponse {
74
- event: L2BookPerpResponse | TradesPerpResponse | ActiveSpotAssetPerpResponse | ActiveAssetPerpResponse;
74
+ event: L2BookPerpResponse | TradesPerpResponse | ActiveSpotAssetPerpResponse | ActiveAssetPerpResponse | ActiveSpotAssetsPerpResponse | ActiveAssetsPerpResponse;
75
75
  }
76
76
  export {};
@@ -202,12 +202,14 @@ __decorate([
202
202
  { $ref: (0, swagger_1.getSchemaPath)(TradesPerpResponse) },
203
203
  { $ref: (0, swagger_1.getSchemaPath)(ActiveSpotAssetPerpResponse) },
204
204
  { $ref: (0, swagger_1.getSchemaPath)(ActiveAssetPerpResponse) },
205
+ { $ref: (0, swagger_1.getSchemaPath)(ActiveSpotAssetsPerpResponse) },
206
+ { $ref: (0, swagger_1.getSchemaPath)(ActiveAssetsPerpResponse) },
205
207
  ],
206
208
  }),
207
209
  __metadata("design:type", Object)
208
210
  ], PerpResponse.prototype, "event", void 0);
209
211
  exports.PerpResponse = PerpResponse = __decorate([
210
- (0, swagger_1.ApiExtraModels)(L2BookPerpResponse, TradesPerpResponse, ActiveSpotAssetPerpResponse, ActiveAssetPerpResponse)
212
+ (0, swagger_1.ApiExtraModels)(L2BookPerpResponse, TradesPerpResponse, ActiveSpotAssetPerpResponse, ActiveAssetPerpResponse, ActiveSpotAssetsPerpResponse, ActiveAssetsPerpResponse)
211
213
  ], PerpResponse);
212
214
 
213
215
  exports.ActivePerpAssetCtxHydratedNest = ActivePerpAssetCtxHydrated;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.284",
3
+ "version": "1.0.285",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {