@zubari/sdk 0.1.27 → 0.1.29

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.
@@ -3,7 +3,7 @@ import * as node_modules_viem__types_utils_ccip from 'node_modules/viem/_types/u
3
3
  import * as viem from 'viem';
4
4
  import { HDNodeWallet } from 'ethers';
5
5
  import { S as SecureStorageAdapter } from './SecureStorage-jO783AhC.mjs';
6
- import { N as NetworkType } from './index-D9vwxETQ.mjs';
6
+ import { N as NetworkType } from './index-IPLQBUaD.mjs';
7
7
 
8
8
  interface NetworkConfig {
9
9
  name: string;
@@ -3,7 +3,7 @@ import * as node_modules_viem__types_utils_ccip from 'node_modules/viem/_types/u
3
3
  import * as viem from 'viem';
4
4
  import { HDNodeWallet } from 'ethers';
5
5
  import { S as SecureStorageAdapter } from './SecureStorage-jO783AhC.js';
6
- import { N as NetworkType } from './index-D9vwxETQ.js';
6
+ import { N as NetworkType } from './index-IPLQBUaD.js';
7
7
 
8
8
  interface NetworkConfig {
9
9
  name: string;
@@ -1,5 +1,5 @@
1
- import { Z as ZubariWalletConfig, N as NetworkType, A as Account, b as NetworkBalance, S as SendParams, T as TxResult } from './index-D9vwxETQ.js';
2
- import './WalletManager-CR1B7vN_.js';
1
+ import { Z as ZubariWalletConfig, N as NetworkType, A as Account, a as NetworkBalance, S as SendParams, b as TxResult } from './index-IPLQBUaD.js';
2
+ import './WalletManager-CO-urS0z.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, b as NetworkBalance, S as SendParams, T as TxResult } from './index-D9vwxETQ.mjs';
2
- import './WalletManager-Cdk81G55.mjs';
1
+ import { Z as ZubariWalletConfig, N as NetworkType, A as Account, a as NetworkBalance, S as SendParams, b as TxResult } from './index-IPLQBUaD.mjs';
2
+ import './WalletManager-2jAcWdXE.mjs';
3
3
 
4
4
  interface ContractAddresses {
5
5
  registry: string;
@@ -169,4 +169,4 @@ declare class ZubariError extends Error {
169
169
  constructor(code: ZubariErrorCode, message: string, details?: unknown | undefined);
170
170
  }
171
171
 
172
- export { type Account as A, type BuyParams as B, type EarningsBreakdown as E, type ListingParams as L, type NetworkType as N, type RevenueSplit as R, type SendParams as S, type TxResult as T, type ZubariWalletConfig as Z, type Listing as a, type NetworkBalance as b, type TokenBalance as c, type NFTMetadata as d, type LazyMintVoucher as e, type NFT as f, type TipData as g, type TipResult as h, type TipStats as i, type SubscriptionPlan as j, type Subscription as k, type SwapQuote as l, type SwapParams as m, type ZubariErrorCode as n, ZubariError as o };
172
+ export { type Account as A, type BuyParams as B, 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 Listing as f, type TipData as g, type TipResult as h, type TipStats as i, type SubscriptionPlan as j, type Subscription as k, type SwapQuote as l, type SwapParams as m, type ZubariErrorCode as n, ZubariError as o };
@@ -169,4 +169,4 @@ declare class ZubariError extends Error {
169
169
  constructor(code: ZubariErrorCode, message: string, details?: unknown | undefined);
170
170
  }
171
171
 
172
- export { type Account as A, type BuyParams as B, type EarningsBreakdown as E, type ListingParams as L, type NetworkType as N, type RevenueSplit as R, type SendParams as S, type TxResult as T, type ZubariWalletConfig as Z, type Listing as a, type NetworkBalance as b, type TokenBalance as c, type NFTMetadata as d, type LazyMintVoucher as e, type NFT as f, type TipData as g, type TipResult as h, type TipStats as i, type SubscriptionPlan as j, type Subscription as k, type SwapQuote as l, type SwapParams as m, type ZubariErrorCode as n, ZubariError as o };
172
+ export { type Account as A, type BuyParams as B, 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 Listing as f, type TipData as g, type TipResult as h, type TipStats as i, type SubscriptionPlan as j, type Subscription as k, type SwapQuote as l, type SwapParams as m, type ZubariErrorCode as n, ZubariError as o };
package/dist/index.d.mts CHANGED
@@ -1,9 +1,9 @@
1
- export { P as PLATFORM_CONFIG, a as ZUBARI_CONTRACTS, Z as ZubariWallet, g as getContractAddresses } from './index-OooXWNfP.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-Cdk81G55.mjs';
1
+ export { P as PLATFORM_CONFIG, a as ZUBARI_CONTRACTS, Z as ZubariWallet, g as getContractAddresses } from './index-CUX8jPBi.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-2jAcWdXE.mjs';
3
3
  export { M as MemoryStorageAdapter, S as SecureStorageAdapter, W as WebEncryptedStorageAdapter, c as createSecureStorage } from './SecureStorage-jO783AhC.mjs';
4
- export { Z as ZubariNFTProtocol, c as ZubariPayoutsProtocol, b as ZubariSubscriptionProtocol, a as ZubariTipsProtocol } from './PayoutsProtocol-Q3wZHcaf.mjs';
5
- export { A as Account, E as EarningsBreakdown, e as LazyMintVoucher, L as ListingParams, f as NFT, d as NFTMetadata, b as NetworkBalance, N as NetworkType, R as RevenueSplit, S as SendParams, k as Subscription, j as SubscriptionPlan, m as SwapParams, l as SwapQuote, g as TipData, h as TipResult, i as TipStats, c as TokenBalance, T as TxResult, o as ZubariError, n as ZubariErrorCode, Z as ZubariWalletConfig } from './index-D9vwxETQ.mjs';
4
+ export { ZubariMarketProtocol, ZubariNFTProtocol, ZubariPayoutsProtocol, ZubariSubscriptionProtocol, ZubariTipsProtocol } from './protocols/index.mjs';
6
5
  export { BrowserAddressDerivation, ChainAddress, ChainBalance, FeeEstimate, FeeRates, MultiChainAddresses, SupportedChain, SwapService, TransactionHistoryItem, TransactionParams, TransactionResult, TransactionService, TransactionServiceConfig, WdkApiClient, ZubariWdkService, ZubariWdkServiceConfig, createTransactionService, createZubariWdkService, getTransactionService, getWdkApiClient, getZubariWdkService, isBrowser } from './services/index.mjs';
6
+ export { A as Account, B as BuyParams, E as EarningsBreakdown, L as LazyMintVoucher, f as Listing, e as ListingParams, d as NFT, c as NFTMetadata, a as NetworkBalance, N as NetworkType, R as RevenueSplit, S as SendParams, k as Subscription, j as SubscriptionPlan, m as SwapParams, l as SwapQuote, g as TipData, h as TipResult, i as TipStats, T as TokenBalance, b as TxResult, o as ZubariError, n as ZubariErrorCode, Z as ZubariWalletConfig } from './index-IPLQBUaD.mjs';
7
7
  export { FeeEstimateResult, SendTransactionResult, UseWalletManagerOptions, UseWalletManagerReturn, useWalletManager } from './react/index.mjs';
8
8
  import 'node_modules/viem/_types/actions/siwe/verifySiweMessage';
9
9
  import 'node_modules/viem/_types/utils/ccip';
package/dist/index.d.ts CHANGED
@@ -1,9 +1,9 @@
1
- export { P as PLATFORM_CONFIG, a as ZUBARI_CONTRACTS, Z as ZubariWallet, g as getContractAddresses } from './index-BztGRtFG.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-CR1B7vN_.js';
1
+ export { P as PLATFORM_CONFIG, a as ZUBARI_CONTRACTS, Z as ZubariWallet, g as getContractAddresses } from './index-47yJyxgt.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-CO-urS0z.js';
3
3
  export { M as MemoryStorageAdapter, S as SecureStorageAdapter, W as WebEncryptedStorageAdapter, c as createSecureStorage } from './SecureStorage-jO783AhC.js';
4
- export { Z as ZubariNFTProtocol, c as ZubariPayoutsProtocol, b as ZubariSubscriptionProtocol, a as ZubariTipsProtocol } from './PayoutsProtocol-BFrXok86.js';
5
- export { A as Account, E as EarningsBreakdown, e as LazyMintVoucher, L as ListingParams, f as NFT, d as NFTMetadata, b as NetworkBalance, N as NetworkType, R as RevenueSplit, S as SendParams, k as Subscription, j as SubscriptionPlan, m as SwapParams, l as SwapQuote, g as TipData, h as TipResult, i as TipStats, c as TokenBalance, T as TxResult, o as ZubariError, n as ZubariErrorCode, Z as ZubariWalletConfig } from './index-D9vwxETQ.js';
4
+ export { ZubariMarketProtocol, ZubariNFTProtocol, ZubariPayoutsProtocol, ZubariSubscriptionProtocol, ZubariTipsProtocol } from './protocols/index.js';
6
5
  export { BrowserAddressDerivation, ChainAddress, ChainBalance, FeeEstimate, FeeRates, MultiChainAddresses, SupportedChain, SwapService, TransactionHistoryItem, TransactionParams, TransactionResult, TransactionService, TransactionServiceConfig, WdkApiClient, ZubariWdkService, ZubariWdkServiceConfig, createTransactionService, createZubariWdkService, getTransactionService, getWdkApiClient, getZubariWdkService, isBrowser } from './services/index.js';
6
+ export { A as Account, B as BuyParams, E as EarningsBreakdown, L as LazyMintVoucher, f as Listing, e as ListingParams, d as NFT, c as NFTMetadata, a as NetworkBalance, N as NetworkType, R as RevenueSplit, S as SendParams, k as Subscription, j as SubscriptionPlan, m as SwapParams, l as SwapQuote, g as TipData, h as TipResult, i as TipStats, T as TokenBalance, b as TxResult, o as ZubariError, n as ZubariErrorCode, Z as ZubariWalletConfig } from './index-IPLQBUaD.js';
7
7
  export { FeeEstimateResult, SendTransactionResult, UseWalletManagerOptions, UseWalletManagerReturn, useWalletManager } from './react/index.js';
8
8
  import 'node_modules/viem/_types/actions/siwe/verifySiweMessage';
9
9
  import 'node_modules/viem/_types/utils/ccip';