@medialane/sdk 0.118.1 → 0.118.2

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 { bg as ResolvedConfig, bo as TxResult, aC as CreatePopCollectionParams, an as ClaimConditions, ay as CreateDropParams, aH as CreateTicketParams, b1 as MintTicketsParams, aA as CreateMembershipParams, b0 as MintMembershipsParams, aF as CreateSponsorshipOfferParams, bd as ProposeSponsorshipParams, l as ApiClient, aZ as MedialaneConfig, a_ as MedialaneErrorCode, b6 as OrderDetails, R as ResolvedFeeConfig, D as ApiIntentCreated } from '../services-B4ygB908.cjs';
1
+ import { bg as ResolvedConfig, bo as TxResult, aC as CreatePopCollectionParams, an as ClaimConditions, ay as CreateDropParams, aH as CreateTicketParams, b1 as MintTicketsParams, aA as CreateMembershipParams, b0 as MintMembershipsParams, aF as CreateSponsorshipOfferParams, bd as ProposeSponsorshipParams, l as ApiClient, a_ as MedialaneConfig, a$ as MedialaneErrorCode, b6 as OrderDetails, R as ResolvedFeeConfig, F as ApiIntentCreated } from '../services-DNFeQEoF.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-CuSlc_YE.cjs';
4
4
  import 'zod';
@@ -1,4 +1,4 @@
1
- import { bg as ResolvedConfig, bo as TxResult, aC as CreatePopCollectionParams, an as ClaimConditions, ay as CreateDropParams, aH as CreateTicketParams, b1 as MintTicketsParams, aA as CreateMembershipParams, b0 as MintMembershipsParams, aF as CreateSponsorshipOfferParams, bd as ProposeSponsorshipParams, l as ApiClient, aZ as MedialaneConfig, a_ as MedialaneErrorCode, b6 as OrderDetails, R as ResolvedFeeConfig, D as ApiIntentCreated } from '../services-FKBetXcu.js';
1
+ import { bg as ResolvedConfig, bo as TxResult, aC as CreatePopCollectionParams, an as ClaimConditions, ay as CreateDropParams, aH as CreateTicketParams, b1 as MintTicketsParams, aA as CreateMembershipParams, b0 as MintMembershipsParams, aF as CreateSponsorshipOfferParams, bd as ProposeSponsorshipParams, l as ApiClient, a_ as MedialaneConfig, a$ as MedialaneErrorCode, b6 as OrderDetails, R as ResolvedFeeConfig, F as ApiIntentCreated } from '../services-B4wvnuIc.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-CuSlc_YE.js';
4
4
  import 'zod';
@@ -451,8 +451,8 @@ var ApiClient = class {
451
451
  createTierIntent(params) {
452
452
  return this.post("/v1/intents/create-tier", params);
453
453
  }
454
- mintCalls(params) {
455
- return this.post("/v1/business/issuance/mint-calls", params);
454
+ emitToRecipients(params) {
455
+ return this.post("/v1/business/issuance/emission", params);
456
456
  }
457
457
  createCoinIntent(params) {
458
458
  return this.post("/v1/intents/create-coin", params);