@mondaydotcomorg/agent-toolkit 5.3.0 → 5.3.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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.3.1
4
+
5
+ ### Workforms tools — return full option data from GraphQL queries
6
+
7
+ - Added `value`, `visible`, and `active` fields to the `QuestionOptionsFragment` GraphQL fragment
8
+ - `get_form`, `create_form_question`, and `update_form_question` now return complete option data
9
+ - Previously only `label` was returned, preventing safe updates on questions with existing submissions
10
+
3
11
  ## 5.1.1
4
12
 
5
13
  ### Workforms tools — options schema and description updates
@@ -589,6 +589,9 @@
589
589
  fragment QuestionOptions on FormQuestion {
590
590
  options {
591
591
  label
592
+ value
593
+ visible
594
+ active
592
595
  }
593
596
  }
594
597
  `,Lx=kw`