@xoxno/types 1.0.87 → 1.0.88

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.
@@ -3,7 +3,7 @@ declare class TokenAssetsDto {
3
3
  pngUrl: string;
4
4
  svgUrl: string;
5
5
  }
6
- declare class TokenDto {
6
+ export declare class TokenDto {
7
7
  nonce: number;
8
8
  identifier: string;
9
9
  decimals: number;
@@ -9,7 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.UserTokenInventoryResponseDto = void 0;
12
+ exports.UserTokenInventoryResponseDto = exports.TokenDto = void 0;
13
13
  // DTO Type
14
14
  const swagger_1 = require("@nestjs/swagger");
15
15
  class TokenAssetsDto {
@@ -28,6 +28,7 @@ __decorate([
28
28
  ], TokenAssetsDto.prototype, "svgUrl", void 0);
29
29
  class TokenDto {
30
30
  }
31
+ exports.TokenDto = TokenDto;
31
32
  __decorate([
32
33
  (0, swagger_1.ApiProperty)({ example: 0 }),
33
34
  __metadata("design:type", Number)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.87",
3
+ "version": "1.0.88",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",