@xoxno/types 1.0.415 → 1.0.416
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.
|
@@ -108,10 +108,6 @@ __decorate([
|
|
|
108
108
|
(0, swagger_1.ApiProperty)({ description: 'Whether the asset can be borrowed' }),
|
|
109
109
|
__metadata("design:type", Boolean)
|
|
110
110
|
], AssetConfigRawDto.prototype, "isBorrowable", void 0);
|
|
111
|
-
__decorate([
|
|
112
|
-
(0, swagger_1.ApiProperty)({ description: 'Whether the asset uses siloed borrowing' }),
|
|
113
|
-
__metadata("design:type", Boolean)
|
|
114
|
-
], AssetConfigRawDto.prototype, "isSiloedBorrowing", void 0);
|
|
115
111
|
__decorate([
|
|
116
112
|
(0, swagger_1.ApiProperty)({ description: 'Whether the asset can be flash-loaned' }),
|
|
117
113
|
__metadata("design:type", Boolean)
|