@medialane/sdk 0.84.0 → 0.85.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 +6 -0
- 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 +6 -0
- package/dist/index.js.map +1 -1
- package/dist/{services-CRWVGLDq.d.cts → services-IzFS_1ge.d.cts} +51 -3
- package/dist/{services-BggxMBlL.d.ts → services-L8GY_ETW.d.ts} +51 -3
- package/dist/starknet/index.cjs +7 -0
- package/dist/starknet/index.cjs.map +1 -1
- package/dist/starknet/index.d.cts +11 -2
- package/dist/starknet/index.d.ts +11 -2
- package/dist/starknet/index.js +7 -1
- package/dist/starknet/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -468,6 +468,12 @@ var ApiClient = class {
|
|
|
468
468
|
createTierIntent(params) {
|
|
469
469
|
return this.post("/v1/intents/create-tier", params);
|
|
470
470
|
}
|
|
471
|
+
createCoinIntent(params) {
|
|
472
|
+
return this.post("/v1/intents/create-coin", params);
|
|
473
|
+
}
|
|
474
|
+
launchCoinIntent(params) {
|
|
475
|
+
return this.post("/v1/intents/launch-coin", params);
|
|
476
|
+
}
|
|
471
477
|
createSponsorshipOfferIntent(params) {
|
|
472
478
|
return this.post("/v1/intents/sponsorship-offer", params);
|
|
473
479
|
}
|