@one_deploy/sdk 1.2.2 → 1.2.4

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 (42) hide show
  1. package/dist/{ForexPoolDataGenerator-qwWv6sCE.d.ts → ForexPoolDataGenerator-B3DCN6_i.d.ts} +1 -1
  2. package/dist/{ForexPoolDataGenerator-JxTPpJPz.d.mts → ForexPoolDataGenerator-DWVj6mGW.d.mts} +1 -1
  3. package/dist/{OneForexTradeHistory-BE4rJH5t.d.ts → OneForexTradeHistory-BMbwdkMm.d.ts} +1 -1
  4. package/dist/{OneForexTradeHistory-DbuHXRy0.d.mts → OneForexTradeHistory-DACfkJQF.d.mts} +1 -1
  5. package/dist/components/index.d.mts +2 -2
  6. package/dist/components/index.d.ts +2 -2
  7. package/dist/components/index.js.map +1 -1
  8. package/dist/components/index.mjs.map +1 -1
  9. package/dist/config/index.d.mts +1 -1
  10. package/dist/config/index.d.ts +1 -1
  11. package/dist/{console-Dvf-N9Gr.d.mts → console-BoAIxikK.d.mts} +21 -1
  12. package/dist/{console-Dvf-N9Gr.d.ts → console-BoAIxikK.d.ts} +21 -1
  13. package/dist/hooks/index.d.mts +2 -2
  14. package/dist/hooks/index.d.ts +2 -2
  15. package/dist/index.d.mts +4 -4
  16. package/dist/index.d.ts +4 -4
  17. package/dist/index.js +1 -1
  18. package/dist/index.js.map +1 -1
  19. package/dist/index.mjs +1 -1
  20. package/dist/index.mjs.map +1 -1
  21. package/dist/providers/index.d.mts +1 -1
  22. package/dist/providers/index.d.ts +1 -1
  23. package/dist/providers/index.js +1 -1
  24. package/dist/providers/index.js.map +1 -1
  25. package/dist/providers/index.mjs +1 -1
  26. package/dist/providers/index.mjs.map +1 -1
  27. package/dist/react-native.d.mts +4 -4
  28. package/dist/react-native.d.ts +4 -4
  29. package/dist/react-native.js +131 -0
  30. package/dist/react-native.js.map +1 -1
  31. package/dist/react-native.mjs +129 -1
  32. package/dist/react-native.mjs.map +1 -1
  33. package/dist/services/index.d.mts +2 -2
  34. package/dist/services/index.d.ts +2 -2
  35. package/dist/types/index.d.mts +1 -1
  36. package/dist/types/index.d.ts +1 -1
  37. package/dist/{useForexTrading-CA2DPQVf.d.ts → useForexTrading-BB4eUlHO.d.ts} +1 -1
  38. package/dist/{useForexTrading-I7nIQyog.d.mts → useForexTrading-xJwkxnhd.d.mts} +1 -1
  39. package/package.json +1 -1
  40. package/src/providers/OneProvider.tsx +1 -1
  41. package/src/providers/ThirdwebProvider.tsx +1 -1
  42. package/src/react-native.ts +16 -1
@@ -1,5 +1,5 @@
1
1
  import { TokenPrice } from './types/index.js';
2
- import { t as ForexLogEntry, m as ForexPoolTransaction, g as ForexCurrencyPair, i as ForexPoolType, n as ForexPoolDailySnapshot, r as ForexTradeRecord, l as ForexPoolTransactionType } from './console-Dvf-N9Gr.js';
2
+ import { t as ForexLogEntry, m as ForexPoolTransaction, g as ForexCurrencyPair, i as ForexPoolType, n as ForexPoolDailySnapshot, r as ForexTradeRecord, l as ForexPoolTransactionType } from './console-BoAIxikK.js';
3
3
 
4
4
  declare class PriceService {
5
5
  private cache;
@@ -1,5 +1,5 @@
1
1
  import { TokenPrice } from './types/index.mjs';
2
- import { t as ForexLogEntry, m as ForexPoolTransaction, g as ForexCurrencyPair, i as ForexPoolType, n as ForexPoolDailySnapshot, r as ForexTradeRecord, l as ForexPoolTransactionType } from './console-Dvf-N9Gr.mjs';
2
+ import { t as ForexLogEntry, m as ForexPoolTransaction, g as ForexCurrencyPair, i as ForexPoolType, n as ForexPoolDailySnapshot, r as ForexTradeRecord, l as ForexPoolTransactionType } from './console-BoAIxikK.mjs';
3
3
 
4
4
  declare class PriceService {
5
5
  private cache;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { ViewStyle, TextStyle } from 'react-native';
3
- import { j as ForexPool, t as ForexLogEntry, g as ForexCurrencyPair, r as ForexTradeRecord } from './console-Dvf-N9Gr.js';
3
+ import { j as ForexPool, t as ForexLogEntry, g as ForexCurrencyPair, r as ForexTradeRecord } from './console-BoAIxikK.js';
4
4
 
5
5
  /**
6
6
  * OneChainSelector - Multi-chain selection component for AI trading
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { ViewStyle, TextStyle } from 'react-native';
3
- import { j as ForexPool, t as ForexLogEntry, g as ForexCurrencyPair, r as ForexTradeRecord } from './console-Dvf-N9Gr.mjs';
3
+ import { j as ForexPool, t as ForexLogEntry, g as ForexCurrencyPair, r as ForexTradeRecord } from './console-BoAIxikK.mjs';
4
4
 
5
5
  /**
6
6
  * OneChainSelector - Multi-chain selection component for AI trading
@@ -3,9 +3,9 @@ import React from 'react';
3
3
  import { smartWallet } from 'thirdweb/wallets';
4
4
  import { PreparedTransaction } from 'thirdweb';
5
5
  import { Chain } from 'thirdweb/chains';
6
- export { C as CHAIN_CONFIG, D as DEFAULT_SHARE_RATES, O as OneChainSelector, i as OneChainSelectorProps, b as OneCycleSelector, k as OneCycleSelectorProps, e as OneForexCapitalSplit, n as OneForexCapitalSplitProps, f as OneForexConsoleView, o as OneForexConsoleViewProps, g as OneForexPairSelector, p as OneForexPairSelectorProps, d as OneForexPoolCard, m as OneForexPoolCardProps, h as OneForexTradeHistory, q as OneForexTradeHistoryProps, c as OnePairSelector, l as OnePairSelectorProps, a as OneTierSelector, j as OneTierSelectorProps, P as PAIR_ICONS, T as Tier } from '../OneForexTradeHistory-DbuHXRy0.mjs';
6
+ export { C as CHAIN_CONFIG, D as DEFAULT_SHARE_RATES, O as OneChainSelector, i as OneChainSelectorProps, b as OneCycleSelector, k as OneCycleSelectorProps, e as OneForexCapitalSplit, n as OneForexCapitalSplitProps, f as OneForexConsoleView, o as OneForexConsoleViewProps, g as OneForexPairSelector, p as OneForexPairSelectorProps, d as OneForexPoolCard, m as OneForexPoolCardProps, h as OneForexTradeHistory, q as OneForexTradeHistoryProps, c as OnePairSelector, l as OnePairSelectorProps, a as OneTierSelector, j as OneTierSelectorProps, P as PAIR_ICONS, T as Tier } from '../OneForexTradeHistory-DACfkJQF.mjs';
7
7
  import { ViewStyle } from 'react-native';
8
- import { N as CombinedLogEntry, a as BotLogEntry, t as ForexLogEntry, a1 as AIAgent, K as ConsoleMetrics, R as RiskStatus, c as BotState, D as AIPosition, G as AIDecision } from '../console-Dvf-N9Gr.mjs';
8
+ import { N as CombinedLogEntry, a as BotLogEntry, t as ForexLogEntry, a6 as AIAgent, K as ConsoleMetrics, R as RiskStatus, c as BotState, D as AIPosition, G as AIDecision } from '../console-BoAIxikK.mjs';
9
9
 
10
10
  interface OneConnectButtonProps {
11
11
  label?: string;
@@ -3,9 +3,9 @@ import React from 'react';
3
3
  import { smartWallet } from 'thirdweb/wallets';
4
4
  import { PreparedTransaction } from 'thirdweb';
5
5
  import { Chain } from 'thirdweb/chains';
6
- export { C as CHAIN_CONFIG, D as DEFAULT_SHARE_RATES, O as OneChainSelector, i as OneChainSelectorProps, b as OneCycleSelector, k as OneCycleSelectorProps, e as OneForexCapitalSplit, n as OneForexCapitalSplitProps, f as OneForexConsoleView, o as OneForexConsoleViewProps, g as OneForexPairSelector, p as OneForexPairSelectorProps, d as OneForexPoolCard, m as OneForexPoolCardProps, h as OneForexTradeHistory, q as OneForexTradeHistoryProps, c as OnePairSelector, l as OnePairSelectorProps, a as OneTierSelector, j as OneTierSelectorProps, P as PAIR_ICONS, T as Tier } from '../OneForexTradeHistory-BE4rJH5t.js';
6
+ export { C as CHAIN_CONFIG, D as DEFAULT_SHARE_RATES, O as OneChainSelector, i as OneChainSelectorProps, b as OneCycleSelector, k as OneCycleSelectorProps, e as OneForexCapitalSplit, n as OneForexCapitalSplitProps, f as OneForexConsoleView, o as OneForexConsoleViewProps, g as OneForexPairSelector, p as OneForexPairSelectorProps, d as OneForexPoolCard, m as OneForexPoolCardProps, h as OneForexTradeHistory, q as OneForexTradeHistoryProps, c as OnePairSelector, l as OnePairSelectorProps, a as OneTierSelector, j as OneTierSelectorProps, P as PAIR_ICONS, T as Tier } from '../OneForexTradeHistory-BMbwdkMm.js';
7
7
  import { ViewStyle } from 'react-native';
8
- import { N as CombinedLogEntry, a as BotLogEntry, t as ForexLogEntry, a1 as AIAgent, K as ConsoleMetrics, R as RiskStatus, c as BotState, D as AIPosition, G as AIDecision } from '../console-Dvf-N9Gr.js';
8
+ import { N as CombinedLogEntry, a as BotLogEntry, t as ForexLogEntry, a6 as AIAgent, K as ConsoleMetrics, R as RiskStatus, c as BotState, D as AIPosition, G as AIDecision } from '../console-BoAIxikK.js';
9
9
 
10
10
  interface OneConnectButtonProps {
11
11
  label?: string;