@heliofi/common-fe 0.2.329 → 0.2.331

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
@@ -105,6 +105,7 @@ declare enum BetaFeature {
105
105
  SWAP = "SWAP",
106
106
  MOONPAY_HEADLESS_FRAMES = "MOONPAY_HEADLESS_FRAMES",
107
107
  GLIDE_DEPOSITS = "GLIDE_DEPOSITS",
108
+ GLIDE_WITHDRAWALS = "GLIDE_WITHDRAWALS",
108
109
  CHECKOUT_V2 = "checkout_v2",
109
110
  TRON_ENERGY_RENTAL_DISABLED = "TRON_ENERGY_RENTAL_DISABLED",
110
111
  THEMES_V2 = "themesV2",
@@ -170,6 +171,7 @@ declare enum CurrencyFeature {
170
171
  USD_STABLE = "USD_STABLE",
171
172
  NATIVE_TOKEN = "NATIVE_TOKEN",
172
173
  SPONSORED_SOL_TO_EVM_SWAP = "SPONSORED_SOL_TO_EVM_SWAP",
174
+ DUST_CLEANUP_ELIGIBLE = "DUST_CLEANUP_ELIGIBLE",
173
175
  }
174
176
  //#endregion
175
177
  //#region ../common/src/domain/model/currency/entities/OrderingType.d.ts
package/dist/index.js CHANGED
@@ -129,6 +129,7 @@ let BetaFeature = /* @__PURE__ */ function(BetaFeature) {
129
129
  BetaFeature["SWAP"] = "SWAP";
130
130
  BetaFeature["MOONPAY_HEADLESS_FRAMES"] = "MOONPAY_HEADLESS_FRAMES";
131
131
  BetaFeature["GLIDE_DEPOSITS"] = "GLIDE_DEPOSITS";
132
+ BetaFeature["GLIDE_WITHDRAWALS"] = "GLIDE_WITHDRAWALS";
132
133
  BetaFeature["CHECKOUT_V2"] = "checkout_v2";
133
134
  BetaFeature["TRON_ENERGY_RENTAL_DISABLED"] = "TRON_ENERGY_RENTAL_DISABLED";
134
135
  BetaFeature["THEMES_V2"] = "themesV2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heliofi/common-fe",
3
- "version": "0.2.329",
3
+ "version": "0.2.331",
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",
@@ -30,5 +30,5 @@
30
30
  "peerDependencies": {
31
31
  "typescript": "5.*"
32
32
  },
33
- "gitHead": "5c2ade745e388197f076835370d049dc01c6c3e0"
33
+ "gitHead": "d76c757a3bedca1737889c99dc795c0182b41995"
34
34
  }