@opengeni/core 2.7.5-canary.7 → 2.8.0-canary.1

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
@@ -8790,6 +8790,7 @@ async function forkManagedHumanSession(deps, authorization, workspaceId, sourceS
8790
8790
  const forkInput = {
8791
8791
  sourceWorkspaceId: workspaceId,
8792
8792
  sourceSessionId,
8793
+ ...request.sourceEventId ? { sourceEventId: request.sourceEventId } : {},
8793
8794
  actorSubjectId: authorization.grant.subjectId,
8794
8795
  destinationWorkspaceId: workspaceId,
8795
8796
  destinationVisibility: request.visibility === "private" ? "user_private" : "workspace_shared",