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