@xoxno/types 1.0.412 → 1.0.413

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.
@@ -31,7 +31,7 @@ export declare class LendingAccountProfileDoc {
31
31
  _ts: number;
32
32
  constructor(props?: Partial<LendingAccountProfileDoc>);
33
33
  }
34
- 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", "maxUtilizationRay", "minCollatFloorUsdWad", "minDebtFloorUsdWad", "address", "flashLoan", "oracleProvider", "indexes", "chain"];
34
+ 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", "maxUtilizationRay", "address", "flashLoan", "oracleProvider", "indexes", "chain"];
35
35
  export declare class LendingAccountProfile extends LendingAccountProfileDoc {
36
36
  supplyAmount: string;
37
37
  borrowAmount: string;
@@ -237,8 +237,6 @@ const selectFields = [
237
237
  'maxBorrowRate',
238
238
  'reserveFactor',
239
239
  'maxUtilizationRay',
240
- 'minCollatFloorUsdWad',
241
- 'minDebtFloorUsdWad',
242
240
  'address',
243
241
  'flashLoan',
244
242
  'oracleProvider',
@@ -61,8 +61,6 @@ export declare class LendingMarketProfileDoc {
61
61
  _ts: number;
62
62
  marketStatus?: MarketStatus;
63
63
  maxUtilizationRay?: string;
64
- minCollatFloorUsdWad?: string;
65
- minDebtFloorUsdWad?: string;
66
64
  constructor(props?: Partial<LendingMarketProfileDoc>);
67
65
  }
68
66
  export declare class LendingMarketParticipants {
@@ -351,22 +351,6 @@ __decorate([
351
351
  }),
352
352
  __metadata("design:type", String)
353
353
  ], LendingMarketProfileDoc.prototype, "maxUtilizationRay", void 0);
354
- __decorate([
355
- (0, swagger_1.ApiProperty)({
356
- type: String,
357
- required: false,
358
- description: 'Minimum collateral floor, USD WAD (1e18) decimal string (Stellar). 0 = disabled.',
359
- }),
360
- __metadata("design:type", String)
361
- ], LendingMarketProfileDoc.prototype, "minCollatFloorUsdWad", void 0);
362
- __decorate([
363
- (0, swagger_1.ApiProperty)({
364
- type: String,
365
- required: false,
366
- description: 'Minimum debt floor, USD WAD (1e18) decimal string (Stellar). 0 = disabled.',
367
- }),
368
- __metadata("design:type", String)
369
- ], LendingMarketProfileDoc.prototype, "minDebtFloorUsdWad", void 0);
370
354
  exports.LendingMarketProfileDoc = LendingMarketProfileDoc = __decorate([
371
355
  (0, swagger_1.ApiExtraModels)(lending_oracle_1.LendingOracleUpdateStruct, lending_oracle_1.StellarLendingOracleUpdateStruct),
372
356
  __metadata("design:paramtypes", [Object])
@@ -39,8 +39,6 @@ export declare class AssetConfigRawDto {
39
39
  flashloanFeeBps: number;
40
40
  borrowCap: string;
41
41
  supplyCap: string;
42
- minCollatFloorUsdWad: string;
43
- minDebtFloorUsdWad: string;
44
42
  eModeCategories: number[];
45
43
  }
46
44
  export declare class PositionLimitsDto {
@@ -148,16 +148,6 @@ __decorate([
148
148
  }),
149
149
  __metadata("design:type", String)
150
150
  ], AssetConfigRawDto.prototype, "supplyCap", void 0);
151
- __decorate([
152
- (0, swagger_1.ApiProperty)({
153
- description: 'Minimum collateral floor, USD WAD decimal string',
154
- }),
155
- __metadata("design:type", String)
156
- ], AssetConfigRawDto.prototype, "minCollatFloorUsdWad", void 0);
157
- __decorate([
158
- (0, swagger_1.ApiProperty)({ description: 'Minimum debt floor, USD WAD decimal string' }),
159
- __metadata("design:type", String)
160
- ], AssetConfigRawDto.prototype, "minDebtFloorUsdWad", void 0);
161
151
  __decorate([
162
152
  (0, swagger_1.ApiProperty)({
163
153
  type: 'integer',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.412",
3
+ "version": "1.0.413",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {