@xoxno/types 1.0.71 → 1.0.72

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.
@@ -10,7 +10,7 @@ export declare class TraitInfo {
10
10
  traitOccurancePercentage: number;
11
11
  attributeRarityNormed: number;
12
12
  }
13
- interface ValueFp {
13
+ export declare class ValueFp {
14
14
  floorPrice?: number;
15
15
  onSaleCount?: number;
16
16
  usdValue?: number;
@@ -21,4 +21,3 @@ export type TraitCategory = ValueFp & {
21
21
  export interface CollectionTraitMap {
22
22
  [traitCategory: string]: TraitCategory;
23
23
  }
24
- export {};
@@ -1,6 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TraitInfo = void 0;
3
+ exports.ValueFp = exports.TraitInfo = void 0;
4
4
  class TraitInfo {
5
5
  }
6
6
  exports.TraitInfo = TraitInfo;
7
+ class ValueFp {
8
+ }
9
+ exports.ValueFp = ValueFp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.71",
3
+ "version": "1.0.72",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",