@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.
- package/dist/TransactionService-CxwB1kpN.d.mts +205 -0
- package/dist/TransactionService-DdL6H6M-.d.ts +205 -0
- package/dist/{WalletManager-TiAdzqrn.d.ts → WalletManager-CYJNiww6.d.ts} +49 -132
- package/dist/{WalletManager-DJjdq89b.d.mts → WalletManager-Dmmcbtiw.d.mts} +49 -132
- package/dist/{index-BLuxEdLp.d.mts → index-DhluuR9H.d.mts} +1 -1
- package/dist/{index-BLuxEdLp.d.ts → index-DhluuR9H.d.ts} +1 -1
- package/dist/{index-DO3T2HVe.d.ts → index-OxzgPoRG.d.ts} +2 -2
- package/dist/{index-fXVD8_D0.d.mts → index-poGbMJzn.d.mts} +2 -2
- package/dist/index.d.mts +5 -6
- package/dist/index.d.ts +5 -6
- package/dist/index.js +3057 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3055 -3
- package/dist/index.mjs.map +1 -1
- package/dist/protocols/index.d.mts +1 -1
- package/dist/protocols/index.d.ts +1 -1
- package/dist/react/index.d.mts +4 -5
- package/dist/react/index.d.ts +4 -5
- package/dist/react/index.js +2649 -3
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +2649 -3
- package/dist/react/index.mjs.map +1 -1
- package/dist/services/index.d.mts +87 -3
- package/dist/services/index.d.ts +87 -3
- package/dist/services/index.js +3065 -2
- package/dist/services/index.js.map +1 -1
- package/dist/services/index.mjs +3062 -3
- package/dist/services/index.mjs.map +1 -1
- package/dist/wallet/index.d.mts +4 -5
- package/dist/wallet/index.d.ts +4 -5
- package/dist/wallet/index.js +2650 -2
- package/dist/wallet/index.js.map +1 -1
- package/dist/wallet/index.mjs +2650 -2
- package/dist/wallet/index.mjs.map +1 -1
- package/package.json +6 -1
- package/dist/SwapService-C0G8IXW2.d.mts +0 -35
- 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
|
|
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
|
|
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,
|
|
2
|
-
import './WalletManager-
|
|
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,
|
|
2
|
-
import './WalletManager-
|
|
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-
|
|
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-
|
|
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 './
|
|
6
|
-
export { A as Account, E as EarningsBreakdown, L as LazyMintVoucher,
|
|
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 '
|
|
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-
|
|
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-
|
|
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 './
|
|
6
|
-
export { A as Account, E as EarningsBreakdown, L as LazyMintVoucher,
|
|
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 '
|
|
9
|
-
import 'node_modules/viem/_types/utils/ccip';
|
|
8
|
+
import 'abitype';
|
|
10
9
|
import 'viem';
|
|
11
10
|
import 'ethers';
|
|
12
11
|
|