@portal-hq/web 3.7.0 → 3.8.0

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.
@@ -0,0 +1,4 @@
1
+ /**
2
+ * API response types shared between browser and iframe packages
3
+ */
4
+ export {};
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Common shared types used by both browser and iframe packages
3
+ */
4
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Shared types barrel export
3
+ *
4
+ * This module exports all shared types used by both browser and iframe packages
5
+ */
6
+ // Common types
7
+ export * from './common';
8
+ // API types
9
+ export * from './api';
10
+ // Third-party integration types
11
+ export * from './yieldxyz';
12
+ export * from './zero-x';
13
+ export * from './lifi';
14
+ export * from './hypernative';
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Li.Fi Types - Translated from portal-android Kotlin types
3
+ */
4
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};