@heliofi/common-fe 0.2.311-alpha.1787140632 → 0.2.311

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.
package/dist/index.d.ts CHANGED
@@ -474,4 +474,4 @@ declare class SubmitWithdrawalDto {
474
474
  signedTx: string;
475
475
  }
476
476
  //#endregion
477
- export { type BaseBlockchain, type BaseCompany, BetaFeature, type Blockchain, type BlockchainEngine, BlockchainEngineType, BlockchainSymbol, BroadcastAck, DepositBlockchainSymbol, DepositSweepErrorType, GeneralNetwork, type HypercorePreparedTransaction, Platform, type PolymarketWalletPreparedTransaction, type PreparedTransaction, type PreparedWithdrawalDto, type PreparedWithdrawalEntity, type PreparedWithdrawalSummaryDto, type PreparedWithdrawalTypedDataDto, type PublicWithdrawalConfigEntity, type RawPreparedTransaction, SignedTransactionKind, type SlimCurrencyWithBlockchain, type SlimCurrencyWithPopulatedBlockchain, type SubmitWithdrawalDto, type SubmitWithdrawalEntity, TextColor, type Theme, type ThemeDesignTokens, ThemeMode, type ThemePalette, ThemeType, type UserOpPreparedTransaction, type WalletCurrencyBalance, type WithdrawalBalancesResponse, type WithdrawalCurrenciesExchangeRate, type WithdrawalCustomerSwapRoute, type WithdrawalCustomerSwapRoutesResponse, WithdrawalFeature, type WithdrawalMinSupportedVersions, type WithdrawalQuoteFeeEntity, WithdrawalState };
477
+ export { type BaseBlockchain, type BaseCompany, BetaFeature, type Blockchain, type BlockchainEngine, BlockchainEngineType, BlockchainSymbol, BroadcastAck, DepositSweepErrorType, GeneralNetwork, type HypercorePreparedTransaction, Platform, type PolymarketWalletPreparedTransaction, type PreparedTransaction, type PreparedWithdrawalDto, type PreparedWithdrawalEntity, type PreparedWithdrawalSummaryDto, type PreparedWithdrawalTypedDataDto, type PublicWithdrawalConfigEntity, type RawPreparedTransaction, SignedTransactionKind, type SlimCurrencyWithBlockchain, type SlimCurrencyWithPopulatedBlockchain, type SubmitWithdrawalDto, type SubmitWithdrawalEntity, TextColor, type Theme, type ThemeDesignTokens, ThemeMode, type ThemePalette, ThemeType, type UserOpPreparedTransaction, type WalletCurrencyBalance, type WithdrawalBalancesResponse, type WithdrawalCurrenciesExchangeRate, type WithdrawalCustomerSwapRoute, type WithdrawalCustomerSwapRoutesResponse, WithdrawalFeature, type WithdrawalMinSupportedVersions, type WithdrawalQuoteFeeEntity, WithdrawalState };
package/dist/index.js CHANGED
@@ -12,15 +12,6 @@ let BlockchainSymbol = /* @__PURE__ */ function(BlockchainSymbol) {
12
12
  BlockchainSymbol["TON"] = "TON";
13
13
  return BlockchainSymbol;
14
14
  }({});
15
- let DepositBlockchainSymbol = /* @__PURE__ */ function(DepositBlockchainSymbol) {
16
- DepositBlockchainSymbol["ABSTRACT"] = "ABSTRACT";
17
- DepositBlockchainSymbol["HYPERLIQUID"] = "HYPERLIQUID";
18
- DepositBlockchainSymbol["HYPERCORE"] = "HYPERCORE";
19
- DepositBlockchainSymbol["PLASMA"] = "PLASMA";
20
- DepositBlockchainSymbol["MEGAETH"] = "MEGAETH";
21
- DepositBlockchainSymbol["SEISMIC"] = "SEISMIC";
22
- return DepositBlockchainSymbol;
23
- }({});
24
15
  //#endregion
25
16
  //#region ../common/src/domain/model/blockchainEngine/constants/BlockchainEngineType.ts
26
17
  let BlockchainEngineType = /* @__PURE__ */ function(BlockchainEngineType) {
@@ -138,4 +129,4 @@ let DepositSweepErrorType = /* @__PURE__ */ function(DepositSweepErrorType) {
138
129
  return DepositSweepErrorType;
139
130
  }({});
140
131
  //#endregion
141
- export { BetaFeature, BlockchainEngineType, BlockchainSymbol, BroadcastAck, DepositBlockchainSymbol, DepositSweepErrorType, GeneralNetwork, Platform, SignedTransactionKind, TextColor, ThemeMode, ThemeType, WithdrawalFeature, WithdrawalState };
132
+ export { BetaFeature, BlockchainEngineType, BlockchainSymbol, BroadcastAck, DepositSweepErrorType, GeneralNetwork, Platform, SignedTransactionKind, TextColor, ThemeMode, ThemeType, WithdrawalFeature, WithdrawalState };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heliofi/common-fe",
3
- "version": "0.2.311-alpha.1787140632",
3
+ "version": "0.2.311",
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": "76f4fb2b52d3bb237c9d86a760e16c21561ed02d"
32
+ "gitHead": "ed48310100b04c69a391e33a94a4c0d983b6410b"
33
33
  }