vcomply-workflow-engine 3.3.3 → 3.3.4

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.
@@ -25405,6 +25405,7 @@ class WorkflowComplianceComponent {
25405
25405
  const rcDetailsArr = {
25406
25406
  parent_rc_ids: rc.parent_rc_ids,
25407
25407
  rc_id: rc.rc_id,
25408
+ child_rc_ids: rc?.item_child_ids,
25408
25409
  };
25409
25410
  return rcDetailsArr;
25410
25411
  }