@xoxno/types 1.0.278 → 1.0.279

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.
@@ -5,6 +5,7 @@ export declare class PerpConfig {
5
5
  export declare class PerpSingleCoin {
6
6
  identifier: string;
7
7
  decimals: number;
8
+ symbol: string;
8
9
  }
9
10
  export declare class PerpBalance extends PerpSingleCoin {
10
11
  balance: string;
@@ -33,6 +33,10 @@ __decorate([
33
33
  (0, swagger_1.ApiProperty)(),
34
34
  __metadata("design:type", Number)
35
35
  ], PerpSingleCoin.prototype, "decimals", void 0);
36
+ __decorate([
37
+ (0, swagger_1.ApiProperty)(),
38
+ __metadata("design:type", String)
39
+ ], PerpSingleCoin.prototype, "symbol", void 0);
36
40
  class PerpBalance extends PerpSingleCoin {
37
41
  }
38
42
  exports.PerpBalance = PerpBalance;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.278",
3
+ "version": "1.0.279",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {