@xoxno/types 1.0.141 → 1.0.142

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", "siloed", "supplyIndex", "borrowIndex", "rewardsReserve", "maxDebtUsd", "debtCeiling", "isolated", "canBeCollateral", "timestamp", "canBeBorrowed", "canBorrowInIsolation", "extraApy", "flashLoanFee", "utilizationRate", "borrowAmount", "borrowAmountScaled", "supplyAmountScaled", "optimalUsageRate", "slopeRate1", "slopeRate2", "slopeRate3", "midUsageRate", "baseRate", "maxBorrowRate", "reserveFactor", "oraclePrice", "ltv", "liquidationBonus", "address", "liquidationFee", "liquidationThreshold", "eMode", "flashLoan"];
31
+ declare const selectFields: readonly ["token", "name", "supplyApy", "borrowApy", "decimals", "reserves", "supplyCap", "borrowCap", "supplyAmount", "siloed", "supplyIndex", "borrowIndex", "rewardsReserve", "maxDebtUsd", "debtCeiling", "isolated", "canBeCollateral", "timestamp", "canBeBorrowed", "canBorrowInIsolation", "extraApy", "flashLoanFee", "utilizationRate", "borrowAmount", "borrowAmountScaled", "supplyAmountScaled", "optimalUsageRate", "slopeRate1", "slopeRate2", "slopeRate3", "midUsageRate", "baseRate", "maxBorrowRate", "reserveFactor", "oraclePrice", "ltv", "liquidationBonus", "liquidationFee", "liquidationThreshold"];
32
32
  export declare class LendingAccountProfile extends LendingAccountProfileDoc {
33
33
  supplyAmount: string;
34
34
  borrowAmount: string;
@@ -227,11 +227,8 @@ const selectFields = [
227
227
  'oraclePrice',
228
228
  'ltv',
229
229
  'liquidationBonus',
230
- 'address',
231
230
  'liquidationFee',
232
231
  'liquidationThreshold',
233
- 'eMode',
234
- 'flashLoan',
235
232
  ];
236
233
  class LendingAccountProfile extends LendingAccountProfileDoc {
237
234
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.141",
3
+ "version": "1.0.142",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {