@medialane/sdk 0.107.0 → 0.108.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-CtdateUS.d.ts → services-Dt23Y7HU.d.ts} +2 -2
- package/dist/{services-DhcDmDVP.d.cts → services-EPrTjAA4.d.cts} +2 -2
- package/dist/starknet/index.d.cts +1 -1
- package/dist/starknet/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -453,7 +453,7 @@ interface ApiSearchCollectionResult {
|
|
|
453
453
|
interface ApiSearchCreatorResult {
|
|
454
454
|
walletAddress: string;
|
|
455
455
|
username: string | null;
|
|
456
|
-
|
|
456
|
+
name: string | null;
|
|
457
457
|
bio: string | null;
|
|
458
458
|
avatarImage: string | null;
|
|
459
459
|
}
|
|
@@ -847,7 +847,7 @@ interface ApiCreatorProfile {
|
|
|
847
847
|
walletAddress: string;
|
|
848
848
|
chain: string;
|
|
849
849
|
username: string | null;
|
|
850
|
-
|
|
850
|
+
name: string | null;
|
|
851
851
|
bio: string | null;
|
|
852
852
|
avatarImage: string | null;
|
|
853
853
|
collectionImage?: string | null;
|
|
@@ -453,7 +453,7 @@ interface ApiSearchCollectionResult {
|
|
|
453
453
|
interface ApiSearchCreatorResult {
|
|
454
454
|
walletAddress: string;
|
|
455
455
|
username: string | null;
|
|
456
|
-
|
|
456
|
+
name: string | null;
|
|
457
457
|
bio: string | null;
|
|
458
458
|
avatarImage: string | null;
|
|
459
459
|
}
|
|
@@ -847,7 +847,7 @@ interface ApiCreatorProfile {
|
|
|
847
847
|
walletAddress: string;
|
|
848
848
|
chain: string;
|
|
849
849
|
username: string | null;
|
|
850
|
-
|
|
850
|
+
name: string | null;
|
|
851
851
|
bio: string | null;
|
|
852
852
|
avatarImage: string | null;
|
|
853
853
|
collectionImage?: string | null;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { bb as ResolvedConfig, bj as TxResult, ay as CreatePopCollectionParams, aj as ClaimConditions, au as CreateDropParams, aD as CreateTicketParams, aY as MintTicketsParams, aw as CreateMembershipParams, aX as MintMembershipsParams, aB as CreateSponsorshipOfferParams, b8 as ProposeSponsorshipParams, l as ApiClient, aV as MedialaneConfig, aW as MedialaneErrorCode, b1 as OrderDetails, R as ResolvedFeeConfig, C as ApiIntentCreated } from '../services-
|
|
1
|
+
import { bb as ResolvedConfig, bj as TxResult, ay as CreatePopCollectionParams, aj as ClaimConditions, au as CreateDropParams, aD as CreateTicketParams, aY as MintTicketsParams, aw as CreateMembershipParams, aX as MintMembershipsParams, aB as CreateSponsorshipOfferParams, b8 as ProposeSponsorshipParams, l as ApiClient, aV as MedialaneConfig, aW as MedialaneErrorCode, b1 as OrderDetails, R as ResolvedFeeConfig, C as ApiIntentCreated } from '../services-EPrTjAA4.cjs';
|
|
2
2
|
import { AccountInterface, Call, ProviderInterface, TypedData, constants, BigNumberish, DeployAccountContractPayload } from 'starknet';
|
|
3
3
|
import { V as VenueAdapter, O as OrderRef, A as AdapterTxResult, R as RegisterOrderParams, j as VenueSigner } from '../types-BzLfeLF9.cjs';
|
|
4
4
|
import 'zod';
|
package/dist/starknet/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { bb as ResolvedConfig, bj as TxResult, ay as CreatePopCollectionParams, aj as ClaimConditions, au as CreateDropParams, aD as CreateTicketParams, aY as MintTicketsParams, aw as CreateMembershipParams, aX as MintMembershipsParams, aB as CreateSponsorshipOfferParams, b8 as ProposeSponsorshipParams, l as ApiClient, aV as MedialaneConfig, aW as MedialaneErrorCode, b1 as OrderDetails, R as ResolvedFeeConfig, C as ApiIntentCreated } from '../services-
|
|
1
|
+
import { bb as ResolvedConfig, bj as TxResult, ay as CreatePopCollectionParams, aj as ClaimConditions, au as CreateDropParams, aD as CreateTicketParams, aY as MintTicketsParams, aw as CreateMembershipParams, aX as MintMembershipsParams, aB as CreateSponsorshipOfferParams, b8 as ProposeSponsorshipParams, l as ApiClient, aV as MedialaneConfig, aW as MedialaneErrorCode, b1 as OrderDetails, R as ResolvedFeeConfig, C as ApiIntentCreated } from '../services-Dt23Y7HU.js';
|
|
2
2
|
import { AccountInterface, Call, ProviderInterface, TypedData, constants, BigNumberish, DeployAccountContractPayload } from 'starknet';
|
|
3
3
|
import { V as VenueAdapter, O as OrderRef, A as AdapterTxResult, R as RegisterOrderParams, j as VenueSigner } from '../types-BzLfeLF9.js';
|
|
4
4
|
import 'zod';
|