arky-sdk 0.3.39 → 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,6 +312,13 @@ var createBusinessApi = (apiConfig) => {
312
312
  params: { immediately: params.immediately || false }
313
313
  });
314
314
  },
315
+ async cancelScheduledDowngrade(params, options) {
316
+ return apiConfig.httpClient.post(
317
+ `/v1/businesses/${apiConfig.businessId}/subscription/cancel-downgrade`,
318
+ {},
319
+ options
320
+ );
321
+ },
315
322
  async createPortalSession(params, options) {
316
323
  return apiConfig.httpClient.post(
317
324
  `/v1/businesses/${apiConfig.businessId}/subscription/portal`,