@zubari/sdk 0.1.2 → 0.1.3

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 (37) hide show
  1. package/dist/TransactionService-CxwB1kpN.d.mts +205 -0
  2. package/dist/TransactionService-DdL6H6M-.d.ts +205 -0
  3. package/dist/{WalletManager-TiAdzqrn.d.ts → WalletManager-CYJNiww6.d.ts} +49 -132
  4. package/dist/{WalletManager-DJjdq89b.d.mts → WalletManager-Dmmcbtiw.d.mts} +49 -132
  5. package/dist/{index-BLuxEdLp.d.mts → index-DhluuR9H.d.mts} +1 -1
  6. package/dist/{index-BLuxEdLp.d.ts → index-DhluuR9H.d.ts} +1 -1
  7. package/dist/{index-DO3T2HVe.d.ts → index-OxzgPoRG.d.ts} +2 -2
  8. package/dist/{index-fXVD8_D0.d.mts → index-poGbMJzn.d.mts} +2 -2
  9. package/dist/index.d.mts +5 -6
  10. package/dist/index.d.ts +5 -6
  11. package/dist/index.js +3057 -2
  12. package/dist/index.js.map +1 -1
  13. package/dist/index.mjs +3055 -3
  14. package/dist/index.mjs.map +1 -1
  15. package/dist/protocols/index.d.mts +1 -1
  16. package/dist/protocols/index.d.ts +1 -1
  17. package/dist/react/index.d.mts +4 -5
  18. package/dist/react/index.d.ts +4 -5
  19. package/dist/react/index.js +2649 -3
  20. package/dist/react/index.js.map +1 -1
  21. package/dist/react/index.mjs +2649 -3
  22. package/dist/react/index.mjs.map +1 -1
  23. package/dist/services/index.d.mts +87 -3
  24. package/dist/services/index.d.ts +87 -3
  25. package/dist/services/index.js +3065 -2
  26. package/dist/services/index.js.map +1 -1
  27. package/dist/services/index.mjs +3062 -3
  28. package/dist/services/index.mjs.map +1 -1
  29. package/dist/wallet/index.d.mts +4 -5
  30. package/dist/wallet/index.d.ts +4 -5
  31. package/dist/wallet/index.js +2650 -2
  32. package/dist/wallet/index.js.map +1 -1
  33. package/dist/wallet/index.mjs +2650 -2
  34. package/dist/wallet/index.mjs.map +1 -1
  35. package/package.json +6 -1
  36. package/dist/SwapService-C0G8IXW2.d.mts +0 -35
  37. package/dist/SwapService-DZD0OJI_.d.ts +0 -35
@@ -153,4 +153,4 @@ declare class ZubariError extends Error {
153
153
  constructor(code: ZubariErrorCode, message: string, details?: unknown | undefined);
154
154
  }
155
155
 
156
- export { type Account as A, type EarningsBreakdown as E, type LazyMintVoucher as L, type NetworkType as N, type RevenueSplit as R, type SwapQuote as S, type TxResult as T, type ZubariWalletConfig as Z, type NetworkBalance as a, type TokenBalance as b, type SendParams as c, type NFTMetadata as d, type NFT as e, type ListingParams as f, type TipData as g, type TipResult as h, type TipStats as i, type SubscriptionPlan as j, type Subscription as k, type SwapParams as l, type ZubariErrorCode as m, ZubariError as n };
156
+ export { type Account as A, type EarningsBreakdown as E, type LazyMintVoucher as L, type NetworkType as N, type RevenueSplit as R, type SendParams as S, type TokenBalance as T, type ZubariWalletConfig as Z, type NetworkBalance as a, type TxResult as b, type NFTMetadata as c, type NFT as d, type ListingParams as e, type TipData as f, type TipResult as g, type TipStats as h, type SubscriptionPlan as i, type Subscription as j, type SwapQuote as k, type SwapParams as l, type ZubariErrorCode as m, ZubariError as n };
@@ -153,4 +153,4 @@ declare class ZubariError extends Error {
153
153
  constructor(code: ZubariErrorCode, message: string, details?: unknown | undefined);
154
154
  }
155
155
 
156
- export { type Account as A, type EarningsBreakdown as E, type LazyMintVoucher as L, type NetworkType as N, type RevenueSplit as R, type SwapQuote as S, type TxResult as T, type ZubariWalletConfig as Z, type NetworkBalance as a, type TokenBalance as b, type SendParams as c, type NFTMetadata as d, type NFT as e, type ListingParams as f, type TipData as g, type TipResult as h, type TipStats as i, type SubscriptionPlan as j, type Subscription as k, type SwapParams as l, type ZubariErrorCode as m, ZubariError as n };
156
+ export { type Account as A, type EarningsBreakdown as E, type LazyMintVoucher as L, type NetworkType as N, type RevenueSplit as R, type SendParams as S, type TokenBalance as T, type ZubariWalletConfig as Z, type NetworkBalance as a, type TxResult as b, type NFTMetadata as c, type NFT as d, type ListingParams as e, type TipData as f, type TipResult as g, type TipStats as h, type SubscriptionPlan as i, type Subscription as j, type SwapQuote as k, type SwapParams as l, type ZubariErrorCode as m, ZubariError as n };
@@ -1,5 +1,5 @@
1
- import { Z as ZubariWalletConfig, N as NetworkType, A as Account, a as NetworkBalance, c as SendParams, T as TxResult } from './index-BLuxEdLp.js';
2
- import './WalletManager-TiAdzqrn.js';
1
+ import { Z as ZubariWalletConfig, N as NetworkType, A as Account, a as NetworkBalance, S as SendParams, b as TxResult } from './index-DhluuR9H.js';
2
+ import './WalletManager-CYJNiww6.js';
3
3
 
4
4
  interface ContractAddresses {
5
5
  registry: string;
@@ -1,5 +1,5 @@
1
- import { Z as ZubariWalletConfig, N as NetworkType, A as Account, a as NetworkBalance, c as SendParams, T as TxResult } from './index-BLuxEdLp.mjs';
2
- import './WalletManager-DJjdq89b.mjs';
1
+ import { Z as ZubariWalletConfig, N as NetworkType, A as Account, a as NetworkBalance, S as SendParams, b as TxResult } from './index-DhluuR9H.mjs';
2
+ import './WalletManager-Dmmcbtiw.mjs';
3
3
 
4
4
  interface ContractAddresses {
5
5
  registry: string;
package/dist/index.d.mts CHANGED
@@ -1,12 +1,11 @@
1
- export { P as PLATFORM_CONFIG, a as ZUBARI_CONTRACTS, Z as ZubariWallet, g as getContractAddresses } from './index-fXVD8_D0.mjs';
2
- export { D as DERIVATION_PATHS, N as NETWORKS, T as TESTNET_NETWORKS, W as WalletManager, b as WalletManagerConfig, a as WalletState, g as getNetworkConfig } from './WalletManager-DJjdq89b.mjs';
1
+ export { P as PLATFORM_CONFIG, a as ZUBARI_CONTRACTS, Z as ZubariWallet, g as getContractAddresses } from './index-poGbMJzn.mjs';
2
+ export { D as DERIVATION_PATHS, N as NETWORKS, T as TESTNET_NETWORKS, W as WalletManager, b as WalletManagerConfig, a as WalletState, g as getNetworkConfig } from './WalletManager-Dmmcbtiw.mjs';
3
3
  export { M as MemoryStorageAdapter, S as SecureStorageAdapter, W as WebEncryptedStorageAdapter, c as createSecureStorage } from './SecureStorage-jO783AhC.mjs';
4
4
  export { ZubariNFTProtocol, ZubariPayoutsProtocol, ZubariSubscriptionProtocol, ZubariTipsProtocol } from './protocols/index.mjs';
5
- export { S as SwapService } from './SwapService-C0G8IXW2.mjs';
6
- export { A as Account, E as EarningsBreakdown, L as LazyMintVoucher, f as ListingParams, e as NFT, d as NFTMetadata, a as NetworkBalance, N as NetworkType, R as RevenueSplit, c as SendParams, k as Subscription, j as SubscriptionPlan, l as SwapParams, S as SwapQuote, g as TipData, h as TipResult, i as TipStats, b as TokenBalance, T as TxResult, n as ZubariError, m as ZubariErrorCode, Z as ZubariWalletConfig } from './index-BLuxEdLp.mjs';
5
+ export { F as FeeEstimate, S as SwapService, d as TransactionHistoryItem, a as TransactionParams, b as TransactionResult, T as TransactionService, e as TransactionServiceConfig, c as createTransactionService, g as getTransactionService } from './TransactionService-CxwB1kpN.mjs';
6
+ export { A as Account, E as EarningsBreakdown, L as LazyMintVoucher, e as ListingParams, d as NFT, c as NFTMetadata, a as NetworkBalance, N as NetworkType, R as RevenueSplit, S as SendParams, j as Subscription, i as SubscriptionPlan, l as SwapParams, k as SwapQuote, f as TipData, g as TipResult, h as TipStats, T as TokenBalance, b as TxResult, n as ZubariError, m as ZubariErrorCode, Z as ZubariWalletConfig } from './index-DhluuR9H.mjs';
7
7
  export { UseWalletManagerOptions, UseWalletManagerReturn, useWalletManager } from './react/index.mjs';
8
- import 'node_modules/viem/_types/actions/siwe/verifySiweMessage';
9
- import 'node_modules/viem/_types/utils/ccip';
8
+ import 'abitype';
10
9
  import 'viem';
11
10
  import 'ethers';
12
11
 
package/dist/index.d.ts CHANGED
@@ -1,12 +1,11 @@
1
- export { P as PLATFORM_CONFIG, a as ZUBARI_CONTRACTS, Z as ZubariWallet, g as getContractAddresses } from './index-DO3T2HVe.js';
2
- export { D as DERIVATION_PATHS, N as NETWORKS, T as TESTNET_NETWORKS, W as WalletManager, b as WalletManagerConfig, a as WalletState, g as getNetworkConfig } from './WalletManager-TiAdzqrn.js';
1
+ export { P as PLATFORM_CONFIG, a as ZUBARI_CONTRACTS, Z as ZubariWallet, g as getContractAddresses } from './index-OxzgPoRG.js';
2
+ export { D as DERIVATION_PATHS, N as NETWORKS, T as TESTNET_NETWORKS, W as WalletManager, b as WalletManagerConfig, a as WalletState, g as getNetworkConfig } from './WalletManager-CYJNiww6.js';
3
3
  export { M as MemoryStorageAdapter, S as SecureStorageAdapter, W as WebEncryptedStorageAdapter, c as createSecureStorage } from './SecureStorage-jO783AhC.js';
4
4
  export { ZubariNFTProtocol, ZubariPayoutsProtocol, ZubariSubscriptionProtocol, ZubariTipsProtocol } from './protocols/index.js';
5
- export { S as SwapService } from './SwapService-DZD0OJI_.js';
6
- export { A as Account, E as EarningsBreakdown, L as LazyMintVoucher, f as ListingParams, e as NFT, d as NFTMetadata, a as NetworkBalance, N as NetworkType, R as RevenueSplit, c as SendParams, k as Subscription, j as SubscriptionPlan, l as SwapParams, S as SwapQuote, g as TipData, h as TipResult, i as TipStats, b as TokenBalance, T as TxResult, n as ZubariError, m as ZubariErrorCode, Z as ZubariWalletConfig } from './index-BLuxEdLp.js';
5
+ export { F as FeeEstimate, S as SwapService, d as TransactionHistoryItem, a as TransactionParams, b as TransactionResult, T as TransactionService, e as TransactionServiceConfig, c as createTransactionService, g as getTransactionService } from './TransactionService-DdL6H6M-.js';
6
+ export { A as Account, E as EarningsBreakdown, L as LazyMintVoucher, e as ListingParams, d as NFT, c as NFTMetadata, a as NetworkBalance, N as NetworkType, R as RevenueSplit, S as SendParams, j as Subscription, i as SubscriptionPlan, l as SwapParams, k as SwapQuote, f as TipData, g as TipResult, h as TipStats, T as TokenBalance, b as TxResult, n as ZubariError, m as ZubariErrorCode, Z as ZubariWalletConfig } from './index-DhluuR9H.js';
7
7
  export { UseWalletManagerOptions, UseWalletManagerReturn, useWalletManager } from './react/index.js';
8
- import 'node_modules/viem/_types/actions/siwe/verifySiweMessage';
9
- import 'node_modules/viem/_types/utils/ccip';
8
+ import 'abitype';
10
9
  import 'viem';
11
10
  import 'ethers';
12
11