arky-sdk 0.3.113 → 0.3.115

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
@@ -377,14 +377,6 @@ var createBusinessApi = (apiConfig) => {
377
377
  }
378
378
  });
379
379
  },
380
- async setProviderSchedule(params, options) {
381
- const { id, ...payload } = params;
382
- return apiConfig.httpClient.put(
383
- `/v1/businesses/${id}/schedules`,
384
- payload,
385
- options
386
- );
387
- },
388
380
  async processRefund(params, options) {
389
381
  const { id, ...payload } = params;
390
382
  return apiConfig.httpClient.post(