@xoxno/types 1.0.186 → 1.0.188

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", "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"];
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", "oracleProvider"];
32
32
  export declare class LendingAccountProfile extends LendingAccountProfileDoc {
33
33
  supplyAmount: string;
34
34
  borrowAmount: string;
@@ -231,6 +231,7 @@ const selectFields = [
231
231
  'oraclePrice',
232
232
  'address',
233
233
  'flashLoan',
234
+ 'oracleProvider',
234
235
  ];
235
236
  class LendingAccountProfile extends LendingAccountProfileDoc {
236
237
  }
@@ -129,6 +129,7 @@ class LendingMarketProfileFilter extends cosmos_db_generic_filter_1.CosmosDbGene
129
129
  'supplyAmountScaled',
130
130
  'borrowAmountScaled',
131
131
  'debtCeiling',
132
+ 'oracleProvider',
132
133
  ];
133
134
  }
134
135
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.186",
3
+ "version": "1.0.188",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {
@@ -43,9 +43,6 @@
43
43
  "url": "https://github.com/XOXNO/types/issues"
44
44
  },
45
45
  "homepage": "https://github.com/XOXNO/types#readme",
46
- "peerDependencies": {
47
- "@nestjs/swagger": ">=7.0.0"
48
- },
49
46
  "devDependencies": {
50
47
  "@nestjs/swagger": "^11.2.0",
51
48
  "@types/node": "^24.0.15",
@@ -59,9 +56,7 @@
59
56
  "rollup": "^4.45.1",
60
57
  "rollup-plugin-dts": "^6.2.1",
61
58
  "typescript": "^5.8.3",
62
- "typescript-eslint": "^8.38.0"
63
- },
64
- "dependencies": {
59
+ "typescript-eslint": "^8.38.0",
65
60
  "@azure/cosmos": "^4.5.0",
66
61
  "@multiversx/sdk-nestjs-common": "^6.0.0",
67
62
  "@nestjs/common": "^11.1.5",