@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.
@@ -453,7 +453,7 @@ interface ApiSearchCollectionResult {
453
453
  interface ApiSearchCreatorResult {
454
454
  walletAddress: string;
455
455
  username: string | null;
456
- displayName: string | null;
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
- displayName: string | null;
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
- displayName: string | null;
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
- displayName: string | null;
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-DhcDmDVP.cjs';
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';
@@ -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-CtdateUS.js';
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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medialane/sdk",
3
- "version": "0.107.0",
3
+ "version": "0.108.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",