Releases: dbc-tech/actionstep
Releases · dbc-tech/actionstep
Add forceRefresh to token endpoint
Tokens are expiring randomly. As a workaround we're introducing a force refresh which ignores the token expiry date and just goes ahead and refreshes anyway
- Add optional argument
forceRefresh = true
to force the token refresh - Switch to Node 20
Support single item responses in all get endpoints
All paged endpoints now support single items in the response, instead of array
Participants: Support single item responses
ActionStep returns a single object instead of an array of 1 elements requiring a different typed response. This fix supports participants
only
Add Logger
- Add Logger
Implement files (create) & stepmessages group
- Add
files
upload endpoint - Add
stepmessages
endpoints - Refactor
Implement filenotes & tasks group
- Add
filenotes
API endpoints - Add
tasks
API endpoints
dataCollectionRecordValues id should be a string
- Fixed error in API spec for
dataCollectionRecordValues
update endpoint: id should be a string
Implement datacollectionrecords group
- Add
datacollectionrecords
API endpoints - Add
datacollectionrecordvalues
API endpoints
Implement datacollections group
- Add
datacollections
API endpoints - Allow filtering / inclusions on GET endpoints
- Breaking: Removed
page
&pageSize
and incorporated into filtering params
ActionStepClient type
- ActionStepClient type