@xoxno/types 1.0.220 → 1.0.221

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,7 +1,7 @@
1
1
  import { CollectionProfileDoc } from '../collection/profile';
2
- declare type ShortNftCollectionInfoDoc_base = Pick<CollectionProfileDoc, "description" | "profile" | "chain" | "followCount" | "holdersCount" | "name" | "isVisible" | "isVerified" | "banner" | "roles" | "customConfig" | "collectionSize">;
2
+ declare type ShortNftCollectionInfoDoc_base = Pick<CollectionProfileDoc, "description" | "profile" | "chain" | "followCount" | "holdersCount" | "name" | "isVisible" | "isVerified" | "banner" | "roles" | "customConfig" | "features" | "collectionSize">;
3
3
  export declare type ShortNftCollectionInfoDoc = ShortNftCollectionInfoDoc_base ;
4
- declare const ShortNftCollectionInfoDocNest_base: import("@nestjs/common").Type<Pick<CollectionProfileDoc, "description" | "profile" | "chain" | "followCount" | "holdersCount" | "name" | "isVisible" | "isVerified" | "banner" | "roles" | "customConfig" | "collectionSize">>;
4
+ declare const ShortNftCollectionInfoDocNest_base: import("@nestjs/common").Type<Pick<CollectionProfileDoc, "description" | "profile" | "chain" | "followCount" | "holdersCount" | "name" | "isVisible" | "isVerified" | "banner" | "roles" | "customConfig" | "features" | "collectionSize">>;
5
5
  export declare class ShortNftCollectionInfoDocNest extends ShortNftCollectionInfoDocNest_base {
6
6
  }
7
7
  export {};
@@ -17,6 +17,7 @@ class ShortNftCollectionInfoDoc extends (0, swagger_1.PickType)(profile_1.Collec
17
17
  'customConfig',
18
18
  'roles',
19
19
  'banner',
20
+ 'features',
20
21
  ]) {
21
22
  }
22
23
  exports.ShortNftCollectionInfoDoc = ShortNftCollectionInfoDoc;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.220",
3
+ "version": "1.0.221",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {