@xoxno/types 1.0.58 → 1.0.59

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.
@@ -26,7 +26,7 @@ export declare class UserConversationPaginated extends CosmosPaginatedResponse<U
26
26
  export declare class ChatMessagePaginated extends CosmosPaginatedResponse<ChatMessageDocHydrated> {
27
27
  receiver: OwnerDto;
28
28
  }
29
- export declare class NftActivityPagined extends CosmosPaginatedResponse<NftActivityDocHydrated> {
29
+ export declare class NftActivityPaginated extends CosmosPaginatedResponse<NftActivityDocHydrated> {
30
30
  }
31
31
  export declare class NftPaginated extends CosmosPaginatedResponse<NftHydrated> {
32
32
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NftOfferPaginated = exports.CollectionStatsPaginated = exports.GlobalOfferPaginated = exports.CollectionMintProfilePaginated = exports.CollectionProfilePaginated = exports.NftPaginated = exports.NftActivityPagined = exports.ChatMessagePaginated = exports.UserConversationPaginated = exports.UserBlockPaginated = exports.GlobalSearchResourcesPaginated = exports.EventReferralPaginated = exports.EventReferralConfigPaginated = void 0;
3
+ exports.NftOfferPaginated = exports.CollectionStatsPaginated = exports.GlobalOfferPaginated = exports.CollectionMintProfilePaginated = exports.CollectionProfilePaginated = exports.NftPaginated = exports.NftActivityPaginated = exports.ChatMessagePaginated = exports.UserConversationPaginated = exports.UserBlockPaginated = exports.GlobalSearchResourcesPaginated = exports.EventReferralPaginated = exports.EventReferralConfigPaginated = void 0;
4
4
  const cosmos_db_paginated_response_dto_1 = require("./cosmos-db-paginated-response.dto");
5
5
  class EventReferralConfigPaginated extends cosmos_db_paginated_response_dto_1.CosmosPaginatedResponse {
6
6
  }
@@ -20,9 +20,9 @@ exports.UserConversationPaginated = UserConversationPaginated;
20
20
  class ChatMessagePaginated extends cosmos_db_paginated_response_dto_1.CosmosPaginatedResponse {
21
21
  }
22
22
  exports.ChatMessagePaginated = ChatMessagePaginated;
23
- class NftActivityPagined extends cosmos_db_paginated_response_dto_1.CosmosPaginatedResponse {
23
+ class NftActivityPaginated extends cosmos_db_paginated_response_dto_1.CosmosPaginatedResponse {
24
24
  }
25
- exports.NftActivityPagined = NftActivityPagined;
25
+ exports.NftActivityPaginated = NftActivityPaginated;
26
26
  class NftPaginated extends cosmos_db_paginated_response_dto_1.CosmosPaginatedResponse {
27
27
  }
28
28
  exports.NftPaginated = NftPaginated;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",