@acorex/connectivity 20.7.4 → 20.7.6

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/mock/index.d.ts CHANGED
@@ -2482,6 +2482,14 @@ declare class AXCWorkflowEngine implements AXPWorkflowEngine {
2482
2482
  * @param activityDef - Activity definition (optional, for title)
2483
2483
  */
2484
2484
  private createWorkItemFromBookmark;
2485
+ /**
2486
+ * Update work items entity reference after entity is created.
2487
+ */
2488
+ private updateWorkItemsEntityRef;
2489
+ /**
2490
+ * Update work item assignee from entity data (e.g., employee.manager.userId for leave requests).
2491
+ */
2492
+ private updateWorkItemAssigneeFromEntity;
2485
2493
  /**
2486
2494
  * Consume (mark as consumed) a bookmark for a workflow instance.
2487
2495
  *
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@acorex/connectivity",
3
- "version": "20.7.4",
3
+ "version": "20.7.6",
4
4
  "peerDependencies": {
5
- "@acorex/modules": "20.7.4"
5
+ "@acorex/modules": "20.7.6"
6
6
  },
7
7
  "sideEffects": false,
8
8
  "module": "fesm2022/acorex-connectivity.mjs",