arky-sdk 0.3.38 → 0.3.40

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
@@ -312,10 +312,10 @@ var createBusinessApi = (apiConfig) => {
312
312
  params: { immediately: params.immediately || false }
313
313
  });
314
314
  },
315
- async reactivateSubscription(params, options) {
315
+ async cancelScheduledDowngrade(params, options) {
316
316
  return apiConfig.httpClient.post(
317
- `/v1/businesses/${apiConfig.businessId}/subscription/reactivate`,
318
- params,
317
+ `/v1/businesses/${apiConfig.businessId}/subscription/cancel-downgrade`,
318
+ {},
319
319
  options
320
320
  );
321
321
  },