@xoxno/types 1.0.454 → 1.0.455

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.
@@ -25,6 +25,8 @@ export declare class MarketParamsRawDto extends InterestRateModelDto {
25
25
  assetDecimals: number;
26
26
  supplyCap: string;
27
27
  borrowCap: string;
28
+ isFlashloanable: boolean;
29
+ flashloanFeeBps: number;
28
30
  }
29
31
  export declare class AssetConfigRawDto {
30
32
  loanToValueBps: number;
@@ -95,6 +95,14 @@ __decorate([
95
95
  }),
96
96
  __metadata("design:type", String)
97
97
  ], MarketParamsRawDto.prototype, "borrowCap", void 0);
98
+ __decorate([
99
+ (0, swagger_1.ApiProperty)({ description: 'Whether the asset can be flash-loaned' }),
100
+ __metadata("design:type", Boolean)
101
+ ], MarketParamsRawDto.prototype, "isFlashloanable", void 0);
102
+ __decorate([
103
+ (0, swagger_1.ApiProperty)({ type: 'integer', description: 'Flash-loan fee, bps' }),
104
+ __metadata("design:type", Number)
105
+ ], MarketParamsRawDto.prototype, "flashloanFeeBps", void 0);
98
106
  class AssetConfigRawDto {
99
107
  }
100
108
  exports.AssetConfigRawDto = AssetConfigRawDto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.454",
3
+ "version": "1.0.455",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {