@heliofi/common-fe 0.2.301 → 0.2.303

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -428,6 +428,8 @@ declare class PreparedWithdrawalSummaryDto {
428
428
  destinationAmountMinUsd?: string;
429
429
  maxSlippageBps: number;
430
430
  estimatedPriceImpact?: number;
431
+ routerAddresses?: string[];
432
+ bridgeIds?: string[];
431
433
  bridgeFee: WithdrawalQuoteFeeEntity;
432
434
  applicationFee: WithdrawalQuoteFeeEntity;
433
435
  protocolFee: WithdrawalQuoteFeeEntity;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heliofi/common-fe",
3
- "version": "0.2.301",
3
+ "version": "0.2.303",
4
4
  "private": false,
5
5
  "description": "Zero-dependency, frontend-safe shared enums (and, later, DTO type shapes) for Helio consumers. No class-validator / reflect-metadata / heavy blockchain deps.",
6
6
  "license": "ISC",
@@ -29,5 +29,5 @@
29
29
  "peerDependencies": {
30
30
  "typescript": "5.*"
31
31
  },
32
- "gitHead": "3687c6d8104838b7180a74bdee3e7561c604c8b3"
32
+ "gitHead": "98ab01ebcba854d09654dcb86532e2d4196f7420"
33
33
  }