@medialane/sdk 0.81.0 → 0.83.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 CHANGED
@@ -466,6 +466,33 @@ var ApiClient = class {
466
466
  createTierIntent(params) {
467
467
  return this.post("/v1/intents/create-tier", params);
468
468
  }
469
+ createSponsorshipOfferIntent(params) {
470
+ return this.post("/v1/intents/sponsorship-offer", params);
471
+ }
472
+ setSponsorshipOfferOpenIntent(params) {
473
+ return this.post("/v1/intents/sponsorship-offer-open", params);
474
+ }
475
+ placeSponsorshipBidIntent(params) {
476
+ return this.post("/v1/intents/sponsorship-bid", params);
477
+ }
478
+ retractSponsorshipBidIntent(params) {
479
+ return this.post("/v1/intents/sponsorship-bid-retract", params);
480
+ }
481
+ acceptSponsorshipBidIntent(params) {
482
+ return this.post("/v1/intents/sponsorship-bid-accept", params);
483
+ }
484
+ createSponsorshipProposalIntent(params) {
485
+ return this.post("/v1/intents/sponsorship-proposal", params);
486
+ }
487
+ withdrawSponsorshipProposalIntent(params) {
488
+ return this.post("/v1/intents/sponsorship-proposal-withdraw", params);
489
+ }
490
+ acceptSponsorshipProposalIntent(params) {
491
+ return this.post("/v1/intents/sponsorship-proposal-accept", params);
492
+ }
493
+ rejectSponsorshipProposalIntent(params) {
494
+ return this.post("/v1/intents/sponsorship-proposal-reject", params);
495
+ }
469
496
  /**
470
497
  * Create a counter-offer intent. The seller proposes a new price in response
471
498
  * to a buyer's active bid. clerkToken is optional — the endpoint authenticates