@xoxno/types 1.0.209 → 1.0.211

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.
@@ -6,5 +6,6 @@ export declare class LendingPositionStatus {
6
6
  borrowed: number;
7
7
  healthFactor: number;
8
8
  wallet: OwnerDto;
9
+ isEMode: boolean;
9
10
  constructor(props?: Partial<LendingPositionStatus>);
10
11
  }
@@ -60,3 +60,10 @@ __decorate([
60
60
  }),
61
61
  __metadata("design:type", owner_dto_1.OwnerDto)
62
62
  ], LendingPositionStatus.prototype, "wallet", void 0);
63
+ __decorate([
64
+ (0, swagger_1.ApiProperty)({
65
+ description: 'Wether the position is E-Mode or not',
66
+ example: false,
67
+ }),
68
+ __metadata("design:type", Boolean)
69
+ ], LendingPositionStatus.prototype, "isEMode", void 0);
@@ -14,6 +14,7 @@ export declare class LendingIndexesDto {
14
14
  aggregatorPriceEgld: string;
15
15
  aggregatorPriceEgldShort: number;
16
16
  aggregatorPriceUsd: string;
17
+ aggregatorPriceUsdShort: number;
17
18
  withinFirstTolerance: boolean;
18
19
  withinSecondTolerance: boolean;
19
20
  }
@@ -134,6 +134,14 @@ __decorate([
134
134
  }),
135
135
  __metadata("design:type", String)
136
136
  ], LendingIndexesDto.prototype, "aggregatorPriceUsd", void 0);
137
+ __decorate([
138
+ (0, swagger_1.ApiProperty)({
139
+ description: 'Aggregator price in USD as a number (may lose precision)',
140
+ example: 16.124645832563882,
141
+ type: Number,
142
+ }),
143
+ __metadata("design:type", Number)
144
+ ], LendingIndexesDto.prototype, "aggregatorPriceUsdShort", void 0);
137
145
  __decorate([
138
146
  (0, swagger_1.ApiProperty)({
139
147
  description: 'Within first tolerance',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.209",
3
+ "version": "1.0.211",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {