@heliofi/common-fe 0.2.303 → 0.2.305

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 +3 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -235,6 +235,9 @@ declare enum BetaFeature {
235
235
  MOONPAY_HEADLESS_FRAMES = "MOONPAY_HEADLESS_FRAMES",
236
236
  GLIDE_DEPOSITS = "GLIDE_DEPOSITS",
237
237
  CHECKOUT_V2 = "checkout_v2",
238
+ TRON_ENERGY_RENTAL = "TRON_ENERGY_RENTAL",
239
+ MOONPAY_WALLET_VERIFY = "MOONPAY_WALLET_VERIFY",
240
+ THEMES_V2 = "themesV2",
238
241
  }
239
242
  //#endregion
240
243
  //#region ../common/src/domain/model/currency/entities/Currency.entity.d.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heliofi/common-fe",
3
- "version": "0.2.303",
3
+ "version": "0.2.305",
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": "98ab01ebcba854d09654dcb86532e2d4196f7420"
32
+ "gitHead": "93cfef314ea933d7d218b2341b23a8354cd96872"
33
33
  }