@xoxno/types 1.0.168 → 1.0.169
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.
|
@@ -33,6 +33,15 @@ __decorate([
|
|
|
33
33
|
(0, class_validator_1.IsString)(),
|
|
34
34
|
__metadata("design:type", String)
|
|
35
35
|
], ArdaSwapResultDto.prototype, "amountIn", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, swagger_1.ApiProperty)({
|
|
38
|
+
description: 'The amount of input token in human-readable form (without decimals)',
|
|
39
|
+
example: '1.0',
|
|
40
|
+
}),
|
|
41
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
42
|
+
(0, class_validator_1.IsString)(),
|
|
43
|
+
__metadata("design:type", String)
|
|
44
|
+
], ArdaSwapResultDto.prototype, "amountInShort", void 0);
|
|
36
45
|
__decorate([
|
|
37
46
|
(0, swagger_1.ApiProperty)({
|
|
38
47
|
description: 'The output token identifier',
|
|
@@ -54,11 +63,11 @@ __decorate([
|
|
|
54
63
|
__decorate([
|
|
55
64
|
(0, swagger_1.ApiProperty)({
|
|
56
65
|
description: 'The amount of output token in human-readable form (without decimals)',
|
|
57
|
-
example: 1.0,
|
|
66
|
+
example: '1.0',
|
|
58
67
|
}),
|
|
59
68
|
(0, class_validator_1.IsNotEmpty)(),
|
|
60
|
-
(0, class_validator_1.
|
|
61
|
-
__metadata("design:type",
|
|
69
|
+
(0, class_validator_1.IsString)(),
|
|
70
|
+
__metadata("design:type", String)
|
|
62
71
|
], ArdaSwapResultDto.prototype, "amountOutShort", void 0);
|
|
63
72
|
__decorate([
|
|
64
73
|
(0, swagger_1.ApiProperty)({
|