@xoxno/types 1.0.208 → 1.0.209

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.
@@ -28,7 +28,7 @@ export declare class LendingAccountProfileDoc {
28
28
  _ts: number;
29
29
  constructor(props?: Partial<LendingAccountProfileDoc>);
30
30
  }
31
- declare const selectFields: readonly ["token", "name", "supplyApy", "borrowApy", "decimals", "reserves", "supplyCap", "borrowCap", "supplyAmount", "supplyAmountScaled", "borrowAmountScaled", "ltv", "liquidationThreshold", "liquidationBonus", "liquidationFee", "siloed", "rewardsReserve", "maxDebtUsd", "debtCeiling", "isolated", "canBeCollateral", "timestamp", "canBeBorrowed", "canBorrowInIsolation", "extraApy", "flashLoanFee", "utilizationRate", "borrowAmount", "optimalUsageRate", "slopeRate1", "slopeRate2", "slopeRate3", "midUsageRate", "baseRate", "maxBorrowRate", "reserveFactor", "oraclePrice", "address", "flashLoan", "oracleProvider", "indexes"];
31
+ declare const selectFields: readonly ["token", "name", "supplyApy", "borrowApy", "decimals", "reserves", "supplyCap", "borrowCap", "supplyAmount", "supplyAmountScaled", "borrowAmountScaled", "ltv", "liquidationThreshold", "liquidationBonus", "liquidationFee", "siloed", "rewardsReserve", "maxDebtUsd", "debtCeiling", "isolated", "canBeCollateral", "timestamp", "canBeBorrowed", "canBorrowInIsolation", "extraApy", "flashLoanFee", "utilizationRate", "borrowAmount", "optimalUsageRate", "slopeRate1", "slopeRate2", "slopeRate3", "midUsageRate", "baseRate", "maxBorrowRate", "reserveFactor", "address", "flashLoan", "oracleProvider", "indexes"];
32
32
  export declare class LendingAccountProfile extends LendingAccountProfileDoc {
33
33
  supplyAmount: string;
34
34
  borrowAmount: string;
@@ -219,7 +219,6 @@ const selectFields = [
219
219
  'baseRate',
220
220
  'maxBorrowRate',
221
221
  'reserveFactor',
222
- 'oraclePrice',
223
222
  'address',
224
223
  'flashLoan',
225
224
  'oracleProvider',
@@ -68,7 +68,6 @@ export declare class MarketExtraApy {
68
68
  }
69
69
  export declare class LendingMarketProfile extends LendingMarketProfileDoc {
70
70
  eModeCategoryProfiles: LendingEModeCategoryProfileDoc[];
71
- oraclePrice: string;
72
71
  participants: LendingMarketParticipants;
73
72
  extraApy?: MarketExtraApy;
74
73
  indexes: LendingIndexesDto;
@@ -369,10 +369,6 @@ __decorate([
369
369
  }),
370
370
  __metadata("design:type", Array)
371
371
  ], LendingMarketProfile.prototype, "eModeCategoryProfiles", void 0);
372
- __decorate([
373
- (0, swagger_1.ApiProperty)({ description: 'Oracle price', example: '100' }),
374
- __metadata("design:type", String)
375
- ], LendingMarketProfile.prototype, "oraclePrice", void 0);
376
372
  __decorate([
377
373
  (0, swagger_1.ApiProperty)({
378
374
  description: 'Participants in the lending market',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.208",
3
+ "version": "1.0.209",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {