@xoxno/types 1.0.96 → 1.0.97

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,9 +1,9 @@
1
1
  import { CollectionProfileDoc } from '../collection/profile';
2
- declare type ShortCollectionInfoDoc_base = Pick<CollectionProfileDoc, "description" | "name" | "profile" | "followCount" | "holdersCount" | "isVisible" | "isVerified" | "socials" | "banner" | "chain" | "owner" | "pinnedAtDrops" | "collectionSize">;
2
+ declare type ShortCollectionInfoDoc_base = Pick<CollectionProfileDoc, "description" | "name" | "profile" | "followCount" | "holdersCount" | "isVisible" | "isVerified" | "socials" | "banner" | "chain" | "owner" | "collectionSize">;
3
3
  export declare type ShortCollectionInfoDoc = ShortCollectionInfoDoc_base & {
4
4
  volume: number;
5
5
  };
6
- declare const ShortCollectionInfoDocNest_base: import("@nestjs/common").Type<Pick<CollectionProfileDoc, "description" | "name" | "profile" | "followCount" | "holdersCount" | "isVisible" | "isVerified" | "socials" | "banner" | "chain" | "owner" | "pinnedAtDrops" | "collectionSize">>;
6
+ declare const ShortCollectionInfoDocNest_base: import("@nestjs/common").Type<Pick<CollectionProfileDoc, "description" | "name" | "profile" | "followCount" | "holdersCount" | "isVisible" | "isVerified" | "socials" | "banner" | "chain" | "owner" | "collectionSize">>;
7
7
  export declare class ShortCollectionInfoDocNest extends ShortCollectionInfoDocNest_base {
8
8
  volume: number;
9
9
  }
@@ -19,10 +19,10 @@ class ShortCollectionInfoDoc extends (0, swagger_1.PickType)(profile_1.Collectio
19
19
  'profile',
20
20
  'description',
21
21
  'chain',
22
- 'pinnedAtDrops',
23
22
  'collectionSize',
24
23
  'followCount',
25
24
  'holdersCount',
25
+ //
26
26
  'owner',
27
27
  'banner',
28
28
  'socials',
@@ -1,7 +1,7 @@
1
1
  import { CollectionProfileDoc } from '../collection/profile';
2
- declare type ShortCollectionDoc_base = Pick<CollectionProfileDoc, "description" | "name" | "profile" | "followCount" | "holdersCount" | "isVisible" | "isVerified" | "chain" | "pinnedAtDrops" | "collectionSize">;
2
+ declare type ShortCollectionDoc_base = Pick<CollectionProfileDoc, "description" | "name" | "profile" | "followCount" | "holdersCount" | "isVisible" | "isVerified" | "chain" | "collectionSize">;
3
3
  export declare type ShortCollectionDoc = ShortCollectionDoc_base ;
4
- declare const ShortCollectionDocNest_base: import("@nestjs/common").Type<Pick<CollectionProfileDoc, "description" | "name" | "profile" | "followCount" | "holdersCount" | "isVisible" | "isVerified" | "chain" | "pinnedAtDrops" | "collectionSize">>;
4
+ declare const ShortCollectionDocNest_base: import("@nestjs/common").Type<Pick<CollectionProfileDoc, "description" | "name" | "profile" | "followCount" | "holdersCount" | "isVisible" | "isVerified" | "chain" | "collectionSize">>;
5
5
  export declare class ShortCollectionDocNest extends ShortCollectionDocNest_base {
6
6
  }
7
7
  export {};
@@ -10,7 +10,6 @@ class ShortCollectionDoc extends (0, swagger_1.PickType)(profile_1.CollectionPro
10
10
  'profile',
11
11
  'description',
12
12
  'chain',
13
- 'pinnedAtDrops',
14
13
  'collectionSize',
15
14
  'followCount',
16
15
  'holdersCount',
@@ -1,7 +1,7 @@
1
1
  import { CollectionProfileDoc } from '../collection/profile';
2
- declare type ShortNftCollectionInfoDoc_base = Pick<CollectionProfileDoc, "description" | "name" | "profile" | "followCount" | "holdersCount" | "isVisible" | "isVerified" | "banner" | "chain" | "roles" | "customConfig" | "collectionSize">;
2
+ declare type ShortNftCollectionInfoDoc_base = Pick<CollectionProfileDoc, "description" | "name" | "profile" | "followCount" | "holdersCount" | "isVisible" | "isVerified" | "chain" | "roles" | "customConfig" | "collectionSize">;
3
3
  export declare type ShortNftCollectionInfoDoc = ShortNftCollectionInfoDoc_base ;
4
- declare const ShortNftCollectionInfoDocNest_base: import("@nestjs/common").Type<Pick<CollectionProfileDoc, "description" | "name" | "profile" | "followCount" | "holdersCount" | "isVisible" | "isVerified" | "banner" | "chain" | "roles" | "customConfig" | "collectionSize">>;
4
+ declare const ShortNftCollectionInfoDocNest_base: import("@nestjs/common").Type<Pick<CollectionProfileDoc, "description" | "name" | "profile" | "followCount" | "holdersCount" | "isVisible" | "isVerified" | "chain" | "roles" | "customConfig" | "collectionSize">>;
5
5
  export declare class ShortNftCollectionInfoDocNest extends ShortNftCollectionInfoDocNest_base {
6
6
  }
7
7
  export {};
@@ -8,14 +8,14 @@ class ShortNftCollectionInfoDoc extends (0, swagger_1.PickType)(profile_1.Collec
8
8
  'isVerified',
9
9
  'isVisible',
10
10
  'profile',
11
- 'banner',
12
- 'collectionSize',
13
11
  'description',
14
- 'holdersCount',
12
+ 'chain',
13
+ 'collectionSize',
15
14
  'followCount',
15
+ 'holdersCount',
16
+ //
16
17
  'customConfig',
17
18
  'roles',
18
- 'chain',
19
19
  ]) {
20
20
  }
21
21
  exports.ShortNftCollectionInfoDoc = ShortNftCollectionInfoDoc;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.96",
3
+ "version": "1.0.97",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",