arky-sdk 0.9.12 → 0.9.13

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 { Y as AdminSession, ae as ApiConfig, A as AuthStateListener, r as AuthStorage, al as CreateAdminConfig, M as HttpClientConfig, b3 as createAdmin } from './admin-D8HiRDCl.cjs';
2
- import './api-D4lMmvF0.cjs';
3
- import './index-BS2x278C.cjs';
1
+ export { Y as AdminSession, ae as ApiConfig, A as AuthStateListener, r as AuthStorage, al as CreateAdminConfig, M as HttpClientConfig, b3 as createAdmin } from './admin-Q9MBFwCb.cjs';
2
+ import './api-DvsFdOaF.cjs';
3
+ import './index-BC06yiuv.cjs';
package/dist/admin.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export { Y as AdminSession, ae as ApiConfig, A as AuthStateListener, r as AuthStorage, al as CreateAdminConfig, M as HttpClientConfig, b3 as createAdmin } from './admin-Dnnv18wN.js';
2
- import './api-D4lMmvF0.js';
3
- import './index-Be8suRwP.js';
1
+ export { Y as AdminSession, ae as ApiConfig, A as AuthStateListener, r as AuthStorage, al as CreateAdminConfig, M as HttpClientConfig, b3 as createAdmin } from './admin-ZLXD4_en.js';
2
+ import './api-DvsFdOaF.js';
3
+ import './index-CQd9b_7n.js';
package/dist/admin.js CHANGED
@@ -2111,15 +2111,6 @@ var createWorkflowApi = (apiConfig) => {
2111
2111
  options
2112
2112
  );
2113
2113
  },
2114
- async connectWorkflowAccount(params, options) {
2115
- const { store_id, type, ...payload } = params;
2116
- const target_store_id = store_id || apiConfig.storeId;
2117
- return apiConfig.httpClient.post(
2118
- `/v1/stores/${target_store_id}/workflow-accounts/connect`,
2119
- { ...payload, type, store_id: target_store_id },
2120
- options
2121
- );
2122
- },
2123
2114
  async deleteWorkflowAccount(params, options) {
2124
2115
  const store_id = params.store_id || apiConfig.storeId;
2125
2116
  return apiConfig.httpClient.delete(
@@ -3029,7 +3020,6 @@ function createAdmin(config) {
3029
3020
  getExecution: workflowApi.getWorkflowExecution,
3030
3021
  listAccounts: workflowApi.getWorkflowAccounts,
3031
3022
  getAccountConnectUrl: workflowApi.getWorkflowAccountConnectUrl,
3032
- connectAccount: workflowApi.connectWorkflowAccount,
3033
3023
  deleteAccount: workflowApi.deleteWorkflowAccount
3034
3024
  };
3035
3025
  const formApi = createFormApi(apiConfig);