Releases: fillout/api-client
Releases · fillout/api-client
v1.5.0
The tags field is now exposed when you fetch a single form! Uses the same type as when you get it in the list of forms.
{
"id": "nDyfNWYtMmus",
"name": "ClickUp debug",
"tags": [
"form"
],
"questions": [
{
"id": "sonP",
"name": "ClickUp Name",
"type": "ShortAnswer"
},
{
"id": "22eT",
"name": "Untitled Checkboxes field",
"type": "Checkboxes",
"options": [
{
"id": "cYVVjqdBm5WLwj3ADTCfUK",
"value": "this one",
"label": "this one"
},
{
"id": "mFQHW9Dzh6qccAKfHcHJdU",
"value": "or this one",
"label": "or this one"
}
]
}
],
"..."
}v1.4.0
- export types
- support cjs environments
v1.3.0
- added name and color to FilloutDecisionApproval type
- added form tags
v1.2.3
fix workflow
v1.2.2
1.2.2