arky-sdk 0.9.17 → 0.9.18

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/admin.d.cts CHANGED
@@ -1,3 +1,3 @@
1
- export { a3 as AdminSession, a0 as ApiConfig, A as AuthStateListener, a6 as CreateAdminConfig, a7 as createAdmin } from './admin-6xpHuyKc.cjs';
2
- export { am as AuthStorage, al as HttpClientConfig } from './api-DJrUdQ1C.cjs';
3
- import './inventory-DOwNF3D-.cjs';
1
+ export { a3 as AdminSession, a0 as ApiConfig, A as AuthStateListener, a6 as CreateAdminConfig, a7 as createAdmin } from './admin-CBgRGUCX.cjs';
2
+ export { am as AuthStorage, al as HttpClientConfig } from './api-CuqZQQGv.cjs';
3
+ import './inventory-DrVRUkE2.cjs';
package/dist/admin.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export { a3 as AdminSession, a0 as ApiConfig, A as AuthStateListener, a6 as CreateAdminConfig, a7 as createAdmin } from './admin-DVFAgnHm.js';
2
- export { am as AuthStorage, al as HttpClientConfig } from './api-DJrUdQ1C.js';
3
- import './inventory-GpWTZ2oe.js';
1
+ export { a3 as AdminSession, a0 as ApiConfig, A as AuthStateListener, a6 as CreateAdminConfig, a7 as createAdmin } from './admin-yoFJKZB8.js';
2
+ export { am as AuthStorage, al as HttpClientConfig } from './api-CuqZQQGv.js';
3
+ import './inventory-DNX8Vg-N.js';
package/dist/admin.js CHANGED
@@ -1104,14 +1104,6 @@ var createEshopApi = (apiConfig) => {
1104
1104
  }
1105
1105
  return response;
1106
1106
  },
1107
- async retryRefund(params, options) {
1108
- const target_store_id = params.store_id || apiConfig.storeId;
1109
- return apiConfig.httpClient.post(
1110
- `/v1/stores/${target_store_id}/orders/${params.order_id}/refunds/${params.refund_id}/retry`,
1111
- {},
1112
- options
1113
- );
1114
- },
1115
1107
  async getPayment(params, options) {
1116
1108
  const target_store_id = params.store_id || apiConfig.storeId;
1117
1109
  return apiConfig.httpClient.get(
@@ -3690,7 +3682,6 @@ function createAdmin(config) {
3690
3682
  createRefund: eshopApi.createRefund,
3691
3683
  getRefund: eshopApi.getRefund,
3692
3684
  getRefunds: eshopApi.getRefunds,
3693
- retryRefund: eshopApi.retryRefund,
3694
3685
  getPayment: eshopApi.getPayment,
3695
3686
  retryPaymentTransaction: eshopApi.retryPaymentTransaction,
3696
3687
  getPaymentTransactions: eshopApi.getPaymentTransactions,