@medialane/sdk 0.73.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.
- 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-DcmHyoGW.d.ts → services-B7h1qh97.d.ts} +4 -5
- package/dist/{services-2P-La7Ws.d.cts → services-CDpAVNqQ.d.cts} +4 -5
- package/dist/starknet/index.d.cts +1 -1
- package/dist/starknet/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -844,12 +844,11 @@ interface ApiCreatorProfile {
|
|
|
844
844
|
displayName: string | null;
|
|
845
845
|
bio: string | null;
|
|
846
846
|
avatarImage: string | null;
|
|
847
|
-
bannerImage: string | null;
|
|
848
847
|
/** Computed fallback used by the creator-list / creator-page endpoints
|
|
849
|
-
* ONLY when
|
|
850
|
-
*
|
|
851
|
-
*
|
|
852
|
-
*
|
|
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. */
|
|
853
852
|
collectionImage?: string | null;
|
|
854
853
|
websiteUrl: string | null;
|
|
855
854
|
twitterUrl: string | null;
|
|
@@ -844,12 +844,11 @@ interface ApiCreatorProfile {
|
|
|
844
844
|
displayName: string | null;
|
|
845
845
|
bio: string | null;
|
|
846
846
|
avatarImage: string | null;
|
|
847
|
-
bannerImage: string | null;
|
|
848
847
|
/** Computed fallback used by the creator-list / creator-page endpoints
|
|
849
|
-
* ONLY when
|
|
850
|
-
*
|
|
851
|
-
*
|
|
852
|
-
*
|
|
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. */
|
|
853
852
|
collectionImage?: string | null;
|
|
854
853
|
websiteUrl: string | null;
|
|
855
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-
|
|
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';
|
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-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';
|