@medialane/sdk 0.78.0 → 0.80.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.
@@ -1,4 +1,4 @@
1
- import { aV as ResolvedConfig, a$ as TxResult, an as CreatePopCollectionParams, ab as ClaimConditions, aj as CreateDropParams, aq as CreateTicketParams, aI as MintTicketsParams, al as CreateMembershipParams, aH as MintMembershipsParams, ap as CreateSponsorshipOfferParams, aT as ProposeSponsorshipParams, i as ApiClient, aF as MedialaneConfig, aG as MedialaneErrorCode, aN as OrderDetails, aW as ResolvedFeeConfig } from '../services-gpLj6m2X.cjs';
1
+ import { aZ as ResolvedConfig, b4 as TxResult, ap as CreatePopCollectionParams, ac as ClaimConditions, al as CreateDropParams, as as CreateTicketParams, aM as MintTicketsParams, an as CreateMembershipParams, aL as MintMembershipsParams, ar as CreateSponsorshipOfferParams, aX as ProposeSponsorshipParams, j as ApiClient, aJ as MedialaneConfig, aK as MedialaneErrorCode, aR as OrderDetails, a_ as ResolvedFeeConfig } from '../services-1U8xO9JM.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-sIc3OCpo.cjs';
4
4
  import 'zod';
@@ -1,4 +1,4 @@
1
- import { aV as ResolvedConfig, a$ as TxResult, an as CreatePopCollectionParams, ab as ClaimConditions, aj as CreateDropParams, aq as CreateTicketParams, aI as MintTicketsParams, al as CreateMembershipParams, aH as MintMembershipsParams, ap as CreateSponsorshipOfferParams, aT as ProposeSponsorshipParams, i as ApiClient, aF as MedialaneConfig, aG as MedialaneErrorCode, aN as OrderDetails, aW as ResolvedFeeConfig } from '../services-L8rbm-gZ.js';
1
+ import { aZ as ResolvedConfig, b4 as TxResult, ap as CreatePopCollectionParams, ac as ClaimConditions, al as CreateDropParams, as as CreateTicketParams, aM as MintTicketsParams, an as CreateMembershipParams, aL as MintMembershipsParams, ar as CreateSponsorshipOfferParams, aX as ProposeSponsorshipParams, j as ApiClient, aJ as MedialaneConfig, aK as MedialaneErrorCode, aR as OrderDetails, a_ as ResolvedFeeConfig } from '../services-vRjBk3Zn.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-sIc3OCpo.js';
4
4
  import 'zod';
@@ -434,6 +434,9 @@ var ApiClient = class {
434
434
  createCancelIntent(params) {
435
435
  return this.post("/v1/intents/cancel", params);
436
436
  }
437
+ createCheckoutIntent(params) {
438
+ return this.post("/v1/intents/checkout", params);
439
+ }
437
440
  getIntent(id) {
438
441
  return this.get(`/v1/intents/${id}`);
439
442
  }
@@ -449,6 +452,9 @@ var ApiClient = class {
449
452
  createCollectionIntent(params) {
450
453
  return this.post("/v1/intents/create-collection", params);
451
454
  }
455
+ createTierIntent(params) {
456
+ return this.post("/v1/intents/create-tier", params);
457
+ }
452
458
  /**
453
459
  * Create a counter-offer intent. The seller proposes a new price in response
454
460
  * to a buyer's active bid. clerkToken is optional — the endpoint authenticates