@xoxno/types 1.0.56 → 1.0.57
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.
|
@@ -23,13 +23,11 @@ export declare class UserBlockPaginated extends CosmosPaginatedResponse<UserBloc
|
|
|
23
23
|
}
|
|
24
24
|
export declare class UserConversationPaginated extends CosmosPaginatedResponse<UserConversationDocHydrated> {
|
|
25
25
|
}
|
|
26
|
-
export declare class
|
|
26
|
+
export declare class ChatMessagePaginated extends CosmosPaginatedResponse<ChatMessageDocHydrated> {
|
|
27
27
|
receiver: OwnerDto;
|
|
28
28
|
}
|
|
29
29
|
export declare class NftActivityPagined extends CosmosPaginatedResponse<NftActivityDocHydrated> {
|
|
30
30
|
}
|
|
31
|
-
export declare class ChatMessagePaginated extends CosmosPaginatedResponse<ChatMessageDocHydrated> {
|
|
32
|
-
}
|
|
33
31
|
export declare class NftPaginated extends CosmosPaginatedResponse<NftHydrated> {
|
|
34
32
|
}
|
|
35
33
|
export declare class CollectionProfilePaginated extends CosmosPaginatedResponse<CollectionProfileDoc> {
|
|
@@ -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.
|
|
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;
|
|
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
|
}
|
|
@@ -17,15 +17,12 @@ exports.UserBlockPaginated = UserBlockPaginated;
|
|
|
17
17
|
class UserConversationPaginated extends cosmos_db_paginated_response_dto_1.CosmosPaginatedResponse {
|
|
18
18
|
}
|
|
19
19
|
exports.UserConversationPaginated = UserConversationPaginated;
|
|
20
|
-
class
|
|
20
|
+
class ChatMessagePaginated extends cosmos_db_paginated_response_dto_1.CosmosPaginatedResponse {
|
|
21
21
|
}
|
|
22
|
-
exports.
|
|
22
|
+
exports.ChatMessagePaginated = ChatMessagePaginated;
|
|
23
23
|
class NftActivityPagined extends cosmos_db_paginated_response_dto_1.CosmosPaginatedResponse {
|
|
24
24
|
}
|
|
25
25
|
exports.NftActivityPagined = NftActivityPagined;
|
|
26
|
-
class ChatMessagePaginated extends cosmos_db_paginated_response_dto_1.CosmosPaginatedResponse {
|
|
27
|
-
}
|
|
28
|
-
exports.ChatMessagePaginated = ChatMessagePaginated;
|
|
29
26
|
class NftPaginated extends cosmos_db_paginated_response_dto_1.CosmosPaginatedResponse {
|
|
30
27
|
}
|
|
31
28
|
exports.NftPaginated = NftPaginated;
|