@xoxno/types 1.0.75 → 1.0.76

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.
@@ -32,6 +32,6 @@ export declare class GlobalOfferDocHydrated extends GlobalOfferDocBase {
32
32
  owner: OwnerDto;
33
33
  floorPrice: number;
34
34
  floorPriceMargin: number;
35
- collectionInfo: CollectionProfileDoc;
35
+ collectionInfo: Partial<CollectionProfileDoc>;
36
36
  }
37
37
  export {};
@@ -24,8 +24,8 @@ export declare class NftActivityData {
24
24
  constructor(props: Partial<NftActivityData>);
25
25
  }
26
26
  export declare class NftActivityDataHydrated extends NftActivityData {
27
- nftInfo: NftDocHydrated;
28
- collectionInfo: CollectionProfileDoc;
27
+ nftInfo: Partial<NftDocHydrated>;
28
+ collectionInfo: Partial<CollectionProfileDoc>;
29
29
  }
30
30
  export interface NftMvxBuiltIn {
31
31
  collection: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",