@xoxno/types 1.0.304 → 1.0.305

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.
@@ -69,7 +69,7 @@ export declare class Web3DataAssetPositionLeverage {
69
69
  value: number;
70
70
  }
71
71
  export declare class Web3DataAssetPositionPosition {
72
- coin: string;
72
+ symbol: string;
73
73
  entryPx: string;
74
74
  liquidationPx: string;
75
75
  marginUsed: string;
@@ -100,8 +100,8 @@ export declare class WebData3PerpResponse extends WebData3PerpEvent {
100
100
  perpDexStates: Web3DataPerpDexStates[];
101
101
  }
102
102
  export declare class SpotStateBalance {
103
- coin: string;
104
- token: number;
103
+ symbol: string;
104
+ token: string;
105
105
  total: string;
106
106
  hold: string;
107
107
  entryNtl: string;
@@ -217,7 +217,7 @@ exports.Web3DataAssetPositionPosition = Web3DataAssetPositionPosition;
217
217
  __decorate([
218
218
  (0, swagger_1.ApiProperty)(),
219
219
  __metadata("design:type", String)
220
- ], Web3DataAssetPositionPosition.prototype, "coin", void 0);
220
+ ], Web3DataAssetPositionPosition.prototype, "symbol", void 0);
221
221
  __decorate([
222
222
  (0, swagger_1.ApiProperty)(),
223
223
  __metadata("design:type", String)
@@ -316,10 +316,10 @@ exports.SpotStateBalance = SpotStateBalance;
316
316
  __decorate([
317
317
  (0, swagger_1.ApiProperty)(),
318
318
  __metadata("design:type", String)
319
- ], SpotStateBalance.prototype, "coin", void 0);
319
+ ], SpotStateBalance.prototype, "symbol", void 0);
320
320
  __decorate([
321
321
  (0, swagger_1.ApiProperty)(),
322
- __metadata("design:type", Number)
322
+ __metadata("design:type", String)
323
323
  ], SpotStateBalance.prototype, "token", void 0);
324
324
  __decorate([
325
325
  (0, swagger_1.ApiProperty)(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.304",
3
+ "version": "1.0.305",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {