@ikonai/sdk-react-ui 1.0.34 → 1.0.36
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/app/use-ikon-app.d.ts +5 -0
- package/index.js +1011 -1010
- package/package.json +1 -1
package/app/use-ikon-app.d.ts
CHANGED
|
@@ -70,6 +70,11 @@ export interface UseIkonAppOptions {
|
|
|
70
70
|
* When false, WebTransport types are excluded.
|
|
71
71
|
*/
|
|
72
72
|
webtransport?: boolean;
|
|
73
|
+
/**
|
|
74
|
+
* Force proxy or direct connection. When true, only proxy endpoint types are used.
|
|
75
|
+
* When false, proxy types are excluded.
|
|
76
|
+
*/
|
|
77
|
+
proxy?: boolean;
|
|
73
78
|
}
|
|
74
79
|
/**
|
|
75
80
|
* Result returned by the useIkonApp hook.
|