@formigio/fazemos-cli 0.10.33 → 0.10.34

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
@@ -2995,7 +2995,7 @@ function requireDraftStatus(template) {
2995
2995
  function findPhaseById(definition, phaseId) {
2996
2996
  return (definition?.phases || []).find((p) => p.id === phaseId);
2997
2997
  }
2998
- const VALID_STEP_TYPES = ['human', 'agent', 'script', 'gate'];
2998
+ const VALID_STEP_TYPES = ['human', 'agent', 'script', 'gate', 'human_approval'];
2999
2999
  // ── Templates ──────────────────────────────────────────────
3000
3000
  const templates = program.command('templates').alias('tpl').description('Pipeline template commands.\n\n' +
3001
3001
  ' Templates define multi-step workflows: template → phases → steps → I/O.\n' +