@sanity/workflow-engine-test 0.4.1 → 0.5.0

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
@@ -5097,6 +5097,7 @@ function createEngineWrappers(scope, access, clock) {
5097
5097
  deployDefinitions: (args) => workflowEngine.workflow.deployDefinitions({ ...scope, ...args }),
5098
5098
  startInstance: (args) => workflowEngine.workflow.startInstance(withAccess(args)),
5099
5099
  fireAction: (args) => workflowEngine.workflow.fireAction(withAccess(args)),
5100
+ editState: (args) => workflowEngine.workflow.editState(withAccess(args)),
5100
5101
  completeEffect: (args) => workflowEngine.workflow.completeEffect(withAccess(args)),
5101
5102
  tick: (args) => workflowEngine.workflow.tick(withAccess(args)),
5102
5103
  evaluate: (args) => workflowEngine.workflow.evaluate(withAccess(args)),