@xoxno/types 1.0.215 → 1.0.217
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.
|
@@ -60,6 +60,8 @@ class CollectionProfileDoc {
|
|
|
60
60
|
this.isVisible = true;
|
|
61
61
|
this.isVerified = false;
|
|
62
62
|
this.socials = new socials_1.SocialsDto();
|
|
63
|
+
this.profile = '';
|
|
64
|
+
this.banner = '';
|
|
63
65
|
this.statistics = new statistics_1.StatisticsDto({
|
|
64
66
|
other: new statistics_1.StatisticsOtherDto({
|
|
65
67
|
followCount: 0,
|
|
@@ -20,7 +20,6 @@ export declare class TokenDataDoc extends TokenDataDocBase {
|
|
|
20
20
|
}
|
|
21
21
|
export declare class TokenDataDocHydrated extends TokenDataDoc {
|
|
22
22
|
usdPrice: number;
|
|
23
|
-
isAshSupported: boolean;
|
|
24
23
|
}
|
|
25
24
|
export declare class SuiCoinObjectDto {
|
|
26
25
|
objectId: string;
|
|
@@ -30,7 +29,6 @@ export declare class SuiCoinObjectDto {
|
|
|
30
29
|
}
|
|
31
30
|
export declare class TokenDataDocWithBalance extends TokenDataDocBase {
|
|
32
31
|
usdPrice: number;
|
|
33
|
-
isAshSupported: boolean;
|
|
34
32
|
nonce: number;
|
|
35
33
|
balance: string;
|
|
36
34
|
shortBalance: number;
|
|
@@ -136,10 +136,6 @@ __decorate([
|
|
|
136
136
|
(0, swagger_1.ApiProperty)({ example: 12.160648172030305 }),
|
|
137
137
|
__metadata("design:type", Number)
|
|
138
138
|
], TokenDataDocHydrated.prototype, "usdPrice", void 0);
|
|
139
|
-
__decorate([
|
|
140
|
-
(0, swagger_1.ApiProperty)({ example: false }),
|
|
141
|
-
__metadata("design:type", Boolean)
|
|
142
|
-
], TokenDataDocHydrated.prototype, "isAshSupported", void 0);
|
|
143
139
|
class SuiCoinObjectDto {
|
|
144
140
|
}
|
|
145
141
|
exports.SuiCoinObjectDto = SuiCoinObjectDto;
|
|
@@ -178,10 +174,6 @@ __decorate([
|
|
|
178
174
|
(0, swagger_1.ApiProperty)({ example: 12.160648172030305 }),
|
|
179
175
|
__metadata("design:type", Number)
|
|
180
176
|
], TokenDataDocWithBalance.prototype, "usdPrice", void 0);
|
|
181
|
-
__decorate([
|
|
182
|
-
(0, swagger_1.ApiProperty)({ example: false }),
|
|
183
|
-
__metadata("design:type", Boolean)
|
|
184
|
-
], TokenDataDocWithBalance.prototype, "isAshSupported", void 0);
|
|
185
177
|
__decorate([
|
|
186
178
|
(0, swagger_1.ApiProperty)({ example: 0 }),
|
|
187
179
|
__metadata("design:type", Number)
|