@medialane/sdk 0.60.0 → 0.62.0
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/evm/index.d.cts +1 -1
- package/dist/evm/index.d.ts +1 -1
- package/dist/{index-DfgwOqxs.d.ts → index-CsiUiS0q.d.ts} +297 -393
- package/dist/{index-Dgw8Wl8U.d.cts → index-CyZH_h8o.d.cts} +297 -393
- package/dist/index.cjs +658 -874
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +659 -875
- package/dist/index.js.map +1 -1
- package/dist/solana/index.d.cts +1 -1
- package/dist/solana/index.d.ts +1 -1
- package/dist/starknet/index.cjs +691 -899
- package/dist/starknet/index.cjs.map +1 -1
- package/dist/starknet/index.d.cts +3 -3
- package/dist/starknet/index.d.ts +3 -3
- package/dist/starknet/index.js +692 -900
- package/dist/starknet/index.js.map +1 -1
- package/dist/stellar/index.d.cts +1 -1
- package/dist/stellar/index.d.ts +1 -1
- package/dist/{types-Bx3ax9lW.d.cts → types-V6imkXvR.d.cts} +3 -20
- package/dist/{types-Bx3ax9lW.d.ts → types-V6imkXvR.d.ts} +3 -20
- package/package.json +2 -2
package/dist/evm/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TypedDataDomain, WalletClient, PublicClient } from 'viem';
|
|
2
|
-
import { V as VenueAdapter, C as Chain, R as RegisterOrderParams, A as AdapterTxResult, O as OrderRef, I as IssuanceAdapter,
|
|
2
|
+
import { V as VenueAdapter, C as Chain, R as RegisterOrderParams, A as AdapterTxResult, O as OrderRef, I as IssuanceAdapter, a as CreateCollectionInput, M as MintInput } from '../types-V6imkXvR.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* EIP-712 order typing for the Medialane EVM venues — byte-identical to the
|
package/dist/evm/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TypedDataDomain, WalletClient, PublicClient } from 'viem';
|
|
2
|
-
import { V as VenueAdapter, C as Chain, R as RegisterOrderParams, A as AdapterTxResult, O as OrderRef, I as IssuanceAdapter,
|
|
2
|
+
import { V as VenueAdapter, C as Chain, R as RegisterOrderParams, A as AdapterTxResult, O as OrderRef, I as IssuanceAdapter, a as CreateCollectionInput, M as MintInput } from '../types-V6imkXvR.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* EIP-712 order typing for the Medialane EVM venues — byte-identical to the
|