@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 CHANGED
@@ -620,7 +620,10 @@ var ApiClient = class {
620
620
  });
621
621
  }
622
622
  registerBusinessProvisioning(params) {
623
- return this.post("/v1/business/provisioning", params);
623
+ return this.post(
624
+ "/v1/business/provisioning",
625
+ params
626
+ );
624
627
  }
625
628
  completeBusinessProvisioning(id) {
626
629
  return this.post(`/v1/business/provisioning/${id}/complete`, {});