@xoxno/types 1.0.135 → 1.0.136

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.
@@ -4,6 +4,7 @@ import { TokenDataType } from '../../../enums/token-data.enum';
4
4
  import { ShortNftCollectionInfoDoc } from '../short/short-nft-collection-info.doc';
5
5
  import { NftMetadata, NftMetadataHydrated } from './nft-metadata';
6
6
  import { NftSaleInfo, NftSaleInfoHydrated } from './nft-sale-info';
7
+ import { GlobalOfferDocHydrated } from '../collection/globalOffer';
7
8
  export declare class NFTEventData {
8
9
  eventId: string;
9
10
  ticketId: string;
@@ -75,4 +76,7 @@ export declare class NftDocHydrated extends NftDocBase {
75
76
  unboundEpoch?: number;
76
77
  extraProperties?: ExtraProperties;
77
78
  }
79
+ export declare class NftDocFull extends NftDocHydrated {
80
+ globalOffer?: GlobalOfferDocHydrated;
81
+ }
78
82
  export {};
@@ -9,7 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.NftDocHydrated = exports.ExtraProperties = exports.NftDoc = exports.NftMedia = exports.NFTEventData = void 0;
12
+ exports.NftDocFull = exports.NftDocHydrated = exports.ExtraProperties = exports.NftDoc = exports.NftMedia = exports.NFTEventData = void 0;
13
13
  const swagger_1 = require("@nestjs/swagger");
14
14
  const owner_dto_1 = require("../../../common/owner.dto");
15
15
  const common_enum_1 = require("../../../enums/common.enum");
@@ -457,3 +457,6 @@ __decorate([
457
457
  }),
458
458
  __metadata("design:type", ExtraProperties)
459
459
  ], NftDocHydrated.prototype, "extraProperties", void 0);
460
+ class NftDocFull extends NftDocHydrated {
461
+ }
462
+ exports.NftDocFull = NftDocFull;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.135",
3
+ "version": "1.0.136",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {