@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.
- package/dist/{WalletManager-Cdk81G55.d.mts → WalletManager-2jAcWdXE.d.mts} +1 -1
- package/dist/{WalletManager-CR1B7vN_.d.ts → WalletManager-CO-urS0z.d.ts} +1 -1
- package/dist/{index-BztGRtFG.d.ts → index-47yJyxgt.d.ts} +2 -2
- package/dist/{index-OooXWNfP.d.mts → index-CUX8jPBi.d.mts} +2 -2
- package/dist/{index-D9vwxETQ.d.ts → index-IPLQBUaD.d.mts} +1 -1
- package/dist/{index-D9vwxETQ.d.mts → index-IPLQBUaD.d.ts} +1 -1
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +889 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +889 -1
- package/dist/index.mjs.map +1 -1
- package/dist/protocols/index.d.mts +180 -3
- package/dist/protocols/index.d.ts +180 -3
- package/dist/react/index.d.mts +3 -3
- package/dist/react/index.d.ts +3 -3
- package/dist/services/index.d.mts +1 -1
- package/dist/services/index.d.ts +1 -1
- package/dist/wallet/index.d.mts +3 -3
- package/dist/wallet/index.d.ts +3 -3
- package/package.json +23 -7
- package/dist/PayoutsProtocol-BFrXok86.d.ts +0 -181
- package/dist/PayoutsProtocol-Q3wZHcaf.d.mts +0 -181
|
@@ -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-
|
|
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-
|
|
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,
|
|
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-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,
|
|
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-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
|
|
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
|
|
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-
|
|
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-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 {
|
|
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-
|
|
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-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 {
|
|
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';
|