@medialane/sdk 0.118.0 → 0.118.1
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 +4 -1
- 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 +4 -1
- package/dist/index.js.map +1 -1
- package/dist/{services-BVGQSIjq.d.cts → services-B4ygB908.d.cts} +9 -4
- package/dist/{services-Bb_anNPX.d.ts → services-FKBetXcu.d.ts} +9 -4
- package/dist/starknet/index.cjs +4 -1
- package/dist/starknet/index.cjs.map +1 -1
- package/dist/starknet/index.d.cts +1 -1
- package/dist/starknet/index.d.ts +1 -1
- package/dist/starknet/index.js +4 -1
- package/dist/starknet/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -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-
|
|
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';
|
|
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';
|
package/dist/starknet/index.d.ts
CHANGED
|
@@ -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-
|
|
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';
|
|
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';
|
package/dist/starknet/index.js
CHANGED
|
@@ -591,7 +591,10 @@ var ApiClient = class {
|
|
|
591
591
|
});
|
|
592
592
|
}
|
|
593
593
|
registerBusinessProvisioning(params) {
|
|
594
|
-
return this.post(
|
|
594
|
+
return this.post(
|
|
595
|
+
"/v1/business/provisioning",
|
|
596
|
+
params
|
|
597
|
+
);
|
|
595
598
|
}
|
|
596
599
|
completeBusinessProvisioning(id) {
|
|
597
600
|
return this.post(`/v1/business/provisioning/${id}/complete`, {});
|