@xoxno/types 1.0.149 → 1.0.151

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: never;
31
+ declare const selectFields: readonly ["token", "name", "supplyApy", "borrowApy", "decimals", "reserves", "supplyCap", "borrowCap", "supplyAmount", "supplyAmountScaled", "borrowAmountScaled", "ltv", "liquidationThreshold", "liquidationBonus", "liquidationFee", "siloed", "supplyIndex", "borrowIndex", "rewardsReserve", "maxDebtUsd", "debtCeiling", "isolated", "canBeCollateral", "timestamp", "canBeBorrowed", "canBorrowInIsolation", "extraApy", "flashLoanFee", "utilizationRate", "borrowAmount", "optimalUsageRate", "slopeRate1", "slopeRate2", "slopeRate3", "midUsageRate", "baseRate", "maxBorrowRate", "reserveFactor", "oraclePrice", "address", "flashLoan"];
32
32
  export declare class LendingAccountProfile extends LendingAccountProfileDoc {
33
33
  supplyAmount: string;
34
34
  borrowAmount: string;
@@ -13,7 +13,6 @@ exports.LendingAccountProfile = exports.LendingAccountProfileDoc = void 0;
13
13
  const swagger_1 = require("@nestjs/swagger");
14
14
  const lending_data_type_enum_1 = require("../../../enums/lending-data-type.enum");
15
15
  const lending_emode_category_profile_doc_1 = require("./lending-emode-category-profile.doc");
16
- const lending_market_profile_doc_1 = require("./lending-market-profile.doc");
17
16
  const lending_enum_1 = require("../../../enums/lending.enum");
18
17
  class LendingAccountProfileDoc {
19
18
  constructor(props) {
@@ -259,7 +258,7 @@ __decorate([
259
258
  __decorate([
260
259
  (0, swagger_1.ApiProperty)({
261
260
  description: 'Lending market partial profile',
262
- type: (0, swagger_1.PickType)(lending_market_profile_doc_1.LendingMarketProfile, selectFields),
261
+ // type: PickType(LendingMarketProfile, selectFields),
263
262
  }),
264
263
  __metadata("design:type", Object)
265
264
  ], LendingAccountProfile.prototype, "marketProfile", void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.149",
3
+ "version": "1.0.151",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {