@medialane/sdk 0.72.0 → 0.73.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/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js.map +1 -1
- package/dist/{services-CGbMik_G.d.cts → services-2P-La7Ws.d.cts} +2 -0
- package/dist/{services-Byw4_DBm.d.ts → services-DcmHyoGW.d.ts} +2 -0
- package/dist/starknet/index.d.cts +1 -1
- package/dist/starknet/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -363,6 +363,8 @@ interface ApiTokenMetadata {
|
|
|
363
363
|
name: string | null;
|
|
364
364
|
description: string | null;
|
|
365
365
|
image: string | null;
|
|
366
|
+
/** data: or ipfs:// URI to a fully self-contained animated/interactive renderer (OpenSea-baseline `animation_url`). Null until indexed. */
|
|
367
|
+
animationUrl: string | null;
|
|
366
368
|
/** Parsed OpenSea-standard attributes array. Null when metadata hasn't been fetched. */
|
|
367
369
|
attributes: IpAttribute[] | null;
|
|
368
370
|
/** Short-circuit fields extracted from attributes by the indexer */
|
|
@@ -363,6 +363,8 @@ interface ApiTokenMetadata {
|
|
|
363
363
|
name: string | null;
|
|
364
364
|
description: string | null;
|
|
365
365
|
image: string | null;
|
|
366
|
+
/** data: or ipfs:// URI to a fully self-contained animated/interactive renderer (OpenSea-baseline `animation_url`). Null until indexed. */
|
|
367
|
+
animationUrl: string | null;
|
|
366
368
|
/** Parsed OpenSea-standard attributes array. Null when metadata hasn't been fetched. */
|
|
367
369
|
attributes: IpAttribute[] | null;
|
|
368
370
|
/** Short-circuit fields extracted from attributes by the indexer */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { aT as ResolvedConfig, aZ as TxResult, al as CreatePopCollectionParams, a9 as ClaimConditions, ah as CreateDropParams, ao as CreateTicketParams, aG as MintTicketsParams, aj as CreateMembershipParams, aF as MintMembershipsParams, an as CreateSponsorshipOfferParams, aR as ProposeSponsorshipParams, h as ApiClient, aD as MedialaneConfig, aE as MedialaneErrorCode, aL as OrderDetails, aU as ResolvedFeeConfig } from '../services-
|
|
1
|
+
import { aT as ResolvedConfig, aZ as TxResult, al as CreatePopCollectionParams, a9 as ClaimConditions, ah as CreateDropParams, ao as CreateTicketParams, aG as MintTicketsParams, aj as CreateMembershipParams, aF as MintMembershipsParams, an as CreateSponsorshipOfferParams, aR as ProposeSponsorshipParams, h as ApiClient, aD as MedialaneConfig, aE as MedialaneErrorCode, aL as OrderDetails, aU as ResolvedFeeConfig } from '../services-2P-La7Ws.cjs';
|
|
2
2
|
import { AccountInterface, Call, ProviderInterface, TypedData, constants } from 'starknet';
|
|
3
3
|
import { V as VenueAdapter, O as OrderRef, A as AdapterTxResult, R as RegisterOrderParams, j as VenueSigner } from '../types-Cdwb6lXp.cjs';
|
|
4
4
|
import 'zod';
|
package/dist/starknet/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { aT as ResolvedConfig, aZ as TxResult, al as CreatePopCollectionParams, a9 as ClaimConditions, ah as CreateDropParams, ao as CreateTicketParams, aG as MintTicketsParams, aj as CreateMembershipParams, aF as MintMembershipsParams, an as CreateSponsorshipOfferParams, aR as ProposeSponsorshipParams, h as ApiClient, aD as MedialaneConfig, aE as MedialaneErrorCode, aL as OrderDetails, aU as ResolvedFeeConfig } from '../services-
|
|
1
|
+
import { aT as ResolvedConfig, aZ as TxResult, al as CreatePopCollectionParams, a9 as ClaimConditions, ah as CreateDropParams, ao as CreateTicketParams, aG as MintTicketsParams, aj as CreateMembershipParams, aF as MintMembershipsParams, an as CreateSponsorshipOfferParams, aR as ProposeSponsorshipParams, h as ApiClient, aD as MedialaneConfig, aE as MedialaneErrorCode, aL as OrderDetails, aU as ResolvedFeeConfig } from '../services-DcmHyoGW.js';
|
|
2
2
|
import { AccountInterface, Call, ProviderInterface, TypedData, constants } from 'starknet';
|
|
3
3
|
import { V as VenueAdapter, O as OrderRef, A as AdapterTxResult, R as RegisterOrderParams, j as VenueSigner } from '../types-Cdwb6lXp.js';
|
|
4
4
|
import 'zod';
|