@xoxno/types 1.0.251 → 1.0.253

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.
@@ -23,6 +23,7 @@ export declare class LendingAccountProfileDoc {
23
23
  eModeCategory?: string;
24
24
  address: string;
25
25
  initialPaymentMultiplier?: InitialPaymentMultiplier;
26
+ isClassic?: boolean;
26
27
  id: string;
27
28
  pk: string;
28
29
  _ts: number;
@@ -161,6 +161,10 @@ __decorate([
161
161
  }),
162
162
  __metadata("design:type", InitialPaymentMultiplier)
163
163
  ], LendingAccountProfileDoc.prototype, "initialPaymentMultiplier", void 0);
164
+ __decorate([
165
+ (0, swagger_1.ApiProperty)(),
166
+ __metadata("design:type", Boolean)
167
+ ], LendingAccountProfileDoc.prototype, "isClassic", void 0);
164
168
  __decorate([
165
169
  (0, swagger_1.ApiProperty)({
166
170
  description: 'Cosmos DB document identifier',
@@ -14,6 +14,8 @@ export declare class LendingAccountSummary {
14
14
  liquidationCollateralInDollars: string;
15
15
  collateralInDollars: string;
16
16
  borrowedInDollars: string;
17
+ collateralInEgld: string;
18
+ borrowedInEgld: string;
17
19
  totalApy: string;
18
20
  healthFactor: string;
19
21
  }
@@ -69,6 +69,14 @@ __decorate([
69
69
  (0, swagger_1.ApiProperty)(),
70
70
  __metadata("design:type", String)
71
71
  ], LendingAccountSummary.prototype, "borrowedInDollars", void 0);
72
+ __decorate([
73
+ (0, swagger_1.ApiProperty)(),
74
+ __metadata("design:type", String)
75
+ ], LendingAccountSummary.prototype, "collateralInEgld", void 0);
76
+ __decorate([
77
+ (0, swagger_1.ApiProperty)(),
78
+ __metadata("design:type", String)
79
+ ], LendingAccountSummary.prototype, "borrowedInEgld", void 0);
72
80
  __decorate([
73
81
  (0, swagger_1.ApiProperty)(),
74
82
  __metadata("design:type", String)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.251",
3
+ "version": "1.0.253",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {