@xoxno/types 1.0.122 → 1.0.124

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.
@@ -1,4 +1,4 @@
1
- import { TokenDataType } from '../../enums';
1
+ import { ActivityChain, TokenDataType } from '../../enums';
2
2
  declare class TokenDataDocBase {
3
3
  identifier: string;
4
4
  decimals: number;
@@ -6,6 +6,7 @@ declare class TokenDataDocBase {
6
6
  name: string;
7
7
  svgUrl: string;
8
8
  pngUrl: string;
9
+ chain: ActivityChain;
9
10
  constructor(props?: Partial<TokenDataDocBase>);
10
11
  }
11
12
  export declare class TokenDataDoc extends TokenDataDocBase {
@@ -14,6 +14,7 @@ const swagger_1 = require("@nestjs/swagger");
14
14
  const enums_1 = require("../../enums");
15
15
  class TokenDataDocBase {
16
16
  constructor(props) {
17
+ this.chain = enums_1.ActivityChain.MVX;
17
18
  Object.assign(this, props);
18
19
  }
19
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.122",
3
+ "version": "1.0.124",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {