@xoxno/types 1.0.131 → 1.0.132
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare class UnreadMessageCountByChatIdDto {
|
|
1
|
+
export declare class UnreadMessageCountByChatIdDto {
|
|
2
2
|
unreadCount: number;
|
|
3
3
|
chatId: string;
|
|
4
4
|
}
|
|
@@ -7,4 +7,3 @@ export declare class GlobalConversationSummaryDto {
|
|
|
7
7
|
totalUnreadMessages: number;
|
|
8
8
|
unreadMessageCountByChatId: UnreadMessageCountByChatIdDto[];
|
|
9
9
|
}
|
|
10
|
-
export {};
|
|
@@ -9,10 +9,11 @@ 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.GlobalConversationSummaryDto = void 0;
|
|
12
|
+
exports.GlobalConversationSummaryDto = exports.UnreadMessageCountByChatIdDto = void 0;
|
|
13
13
|
const swagger_1 = require("@nestjs/swagger");
|
|
14
14
|
class UnreadMessageCountByChatIdDto {
|
|
15
15
|
}
|
|
16
|
+
exports.UnreadMessageCountByChatIdDto = UnreadMessageCountByChatIdDto;
|
|
16
17
|
__decorate([
|
|
17
18
|
(0, swagger_1.ApiProperty)({ example: 1 }),
|
|
18
19
|
__metadata("design:type", Number)
|
|
@@ -191,18 +191,6 @@ __decorate([
|
|
|
191
191
|
(0, swagger_1.ApiProperty)({ example: '3192259346380151572' }),
|
|
192
192
|
__metadata("design:type", String)
|
|
193
193
|
], OriginalDto.prototype, "minReturnAmountWithDecimal", void 0);
|
|
194
|
-
__decorate([
|
|
195
|
-
(0, swagger_1.ApiProperty)({ example: 'PADAWAN-a17f58' }),
|
|
196
|
-
__metadata("design:type", String)
|
|
197
|
-
], OriginalDto.prototype, "__from", void 0);
|
|
198
|
-
__decorate([
|
|
199
|
-
(0, swagger_1.ApiProperty)({ example: 'WEGLD-bd4d79' }),
|
|
200
|
-
__metadata("design:type", String)
|
|
201
|
-
], OriginalDto.prototype, "__to", void 0);
|
|
202
|
-
__decorate([
|
|
203
|
-
(0, swagger_1.ApiProperty)({ example: '7551218815102395559910.6223' }),
|
|
204
|
-
__metadata("design:type", String)
|
|
205
|
-
], OriginalDto.prototype, "__amount", void 0);
|
|
206
194
|
class FetchSwapRoutesResponseDto {
|
|
207
195
|
}
|
|
208
196
|
exports.FetchSwapRoutesResponseDto = FetchSwapRoutesResponseDto;
|