arky-sdk 0.3.111 → 0.3.113

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
@@ -484,7 +484,8 @@ var createRoleApi = (apiConfig) => {
484
484
  {
485
485
  ...options,
486
486
  params: {
487
- action: params.action
487
+ action: params.action,
488
+ ids: params.ids
488
489
  }
489
490
  }
490
491
  );