@medialane/sdk 0.72.0 → 0.74.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.
@@ -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 */
@@ -842,12 +844,11 @@ interface ApiCreatorProfile {
842
844
  displayName: string | null;
843
845
  bio: string | null;
844
846
  avatarImage: string | null;
845
- bannerImage: string | null;
846
847
  /** Computed fallback used by the creator-list / creator-page endpoints
847
- * ONLY when both `avatarImage` and `bannerImage` are null: image of
848
- * any collection owned by this creator. Undefined on profile-detail
849
- * endpoints where this lookup isn't performed. UI may use this to
850
- * populate hero banners without an extra fetch. */
848
+ * ONLY when `avatarImage` is null: image of any collection owned by
849
+ * this creator. Undefined on profile-detail endpoints where this
850
+ * lookup isn't performed. UI may use this to populate hero banners
851
+ * without an extra fetch. */
851
852
  collectionImage?: string | null;
852
853
  websiteUrl: string | null;
853
854
  twitterUrl: string | null;
@@ -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 */
@@ -842,12 +844,11 @@ interface ApiCreatorProfile {
842
844
  displayName: string | null;
843
845
  bio: string | null;
844
846
  avatarImage: string | null;
845
- bannerImage: string | null;
846
847
  /** Computed fallback used by the creator-list / creator-page endpoints
847
- * ONLY when both `avatarImage` and `bannerImage` are null: image of
848
- * any collection owned by this creator. Undefined on profile-detail
849
- * endpoints where this lookup isn't performed. UI may use this to
850
- * populate hero banners without an extra fetch. */
848
+ * ONLY when `avatarImage` is null: image of any collection owned by
849
+ * this creator. Undefined on profile-detail endpoints where this
850
+ * lookup isn't performed. UI may use this to populate hero banners
851
+ * without an extra fetch. */
851
852
  collectionImage?: string | null;
852
853
  websiteUrl: string | null;
853
854
  twitterUrl: string | null;
@@ -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-CGbMik_G.cjs';
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-CDpAVNqQ.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';
@@ -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-Byw4_DBm.js';
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-B7h1qh97.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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medialane/sdk",
3
- "version": "0.72.0",
3
+ "version": "0.74.0",
4
4
  "description": "Framework-agnostic TypeScript SDK for Medialane.io — the IP marketplace on Starknet",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",