@xoxno/sdk-js 0.1.45-alpha → 0.1.46-alpha

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 { CollectionStatisticsProfile, MetadataAttribute } from './collection';
1
+ import { MetadataAttribute } from './collection';
2
2
  export interface NFTAttribute extends MetadataAttribute {
3
3
  occurance: number;
4
4
  frequency: number;
@@ -107,7 +107,8 @@ export interface CollectionInfo {
107
107
  profile: string;
108
108
  collectionSize: number;
109
109
  description?: string;
110
- statistics: CollectionStatisticsProfile;
110
+ followCount?: number;
111
+ holdersCount?: number;
111
112
  }
112
113
  export interface Owner {
113
114
  username: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "0.1.45-alpha",
3
+ "version": "0.1.46-alpha",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",