@mondaydotcomorg/agent-toolkit 5.3.0 → 5.3.2
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 +8 -0
- package/dist/cjs/core/index.js +91 -81
- package/dist/cjs/core/index.js.map +1 -1
- package/dist/cjs/mcp/index.js +186 -176
- package/dist/cjs/mcp/index.js.map +1 -1
- package/dist/cjs/openai/index.js +91 -81
- package/dist/cjs/openai/index.js.map +1 -1
- package/dist/esm/core/index.js +91 -81
- package/dist/esm/core/index.js.map +1 -1
- package/dist/esm/mcp/index.js +186 -176
- package/dist/esm/mcp/index.js.map +1 -1
- package/dist/esm/openai/index.js +91 -81
- package/dist/esm/openai/index.js.map +1 -1
- package/package.json +1 -1
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
|