fix(CLI Tool): #3591897 Canvas CLI sync fails for media and link props in global regions
Closes #3591897 (closed)
- returns
inputs_resolvedfor global regions from the API - updates global region CLI sync to use the
inputs_resolvedvalue
Testing instructions
- In Canvas UI configure a global region containing image and link props.
- Run
npx canvas pull. - Without modifying any files, run
npx canvas push. - Confirm the push succeeds without validation errors.
- Pull again and confirm no unexpected changes occur.
AI-Generated: Yes (Used AI coding agent to implement the fix).