arky-sdk 0.3.54 → 0.3.55

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
@@ -374,17 +374,6 @@ var createBusinessApi = (apiConfig) => {
374
374
  options
375
375
  );
376
376
  },
377
- async getRefundSummary(params, options) {
378
- return apiConfig.httpClient.get(
379
- `/v1/businesses/${params.id}/refund-summary`,
380
- {
381
- ...options,
382
- params: {
383
- entity: params.entity
384
- }
385
- }
386
- );
387
- },
388
377
  async processRefund(params, options) {
389
378
  const { id, ...payload } = params;
390
379
  return apiConfig.httpClient.post(