arky-sdk 0.3.114 → 0.3.116
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 +0 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js +0 -8
- package/dist/index.js.map +1 -1
- package/dist/types.cjs.map +1 -1
- package/dist/types.d.cts +70 -7
- package/dist/types.d.ts +70 -7
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
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(
|