@xoxno/types 1.0.138 → 1.0.139

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.
@@ -2,11 +2,10 @@ import { CollectionMintProfileDoc } from '../../cosmos-db/documents/collection/m
2
2
  import { ShortCollectionInfoDoc } from '../../cosmos-db/documents/short/short-collection-info.doc';
3
3
  import { EventProfile } from '../../cosmos-db/documents/ticketing/event-profile.doc';
4
4
  import { CreatorProfileDoc } from '../../cosmos-db/documents/user/user-creator-profile.doc';
5
- declare class MintingListingDto extends CollectionMintProfileDoc {
5
+ export declare class MintingListingDto extends CollectionMintProfileDoc {
6
6
  collectionInfo: ShortCollectionInfoDoc;
7
7
  }
8
8
  export declare class CreatorDetailsDto extends CreatorProfileDoc {
9
9
  listing?: MintingListingDto[];
10
10
  events?: EventProfile[];
11
11
  }
12
- 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.CreatorDetailsDto = void 0;
12
+ exports.CreatorDetailsDto = exports.MintingListingDto = void 0;
13
13
  const swagger_1 = require("@nestjs/swagger");
14
14
  const mintProfile_1 = require("../../cosmos-db/documents/collection/mintProfile");
15
15
  const short_collection_info_doc_1 = require("../../cosmos-db/documents/short/short-collection-info.doc");
@@ -17,6 +17,7 @@ const event_profile_doc_1 = require("../../cosmos-db/documents/ticketing/event-p
17
17
  const user_creator_profile_doc_1 = require("../../cosmos-db/documents/user/user-creator-profile.doc");
18
18
  class MintingListingDto extends mintProfile_1.CollectionMintProfileDoc {
19
19
  }
20
+ exports.MintingListingDto = MintingListingDto;
20
21
  __decorate([
21
22
  (0, swagger_1.ApiProperty)({ type: () => short_collection_info_doc_1.ShortCollectionInfoDoc }),
22
23
  __metadata("design:type", short_collection_info_doc_1.ShortCollectionInfoDoc)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.138",
3
+ "version": "1.0.139",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {