Skip to content

Releases: dbc-tech/actionstep

Add forceRefresh to token endpoint

22 Mar 04:46
Compare
Choose a tag to compare

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

20 Mar 00:57
Compare
Choose a tag to compare

All paged endpoints now support single items in the response, instead of array

Participants: Support single item responses

20 Mar 00:38
Compare
Choose a tag to compare

ActionStep returns a single object instead of an array of 1 elements requiring a different typed response. This fix supports participants only

Add Logger

15 Mar 06:44
Compare
Choose a tag to compare
  • Add Logger

Implement files (create) & stepmessages group

13 Mar 23:57
Compare
Choose a tag to compare
  • Add files upload endpoint
  • Add stepmessages endpoints
  • Refactor

Implement filenotes & tasks group

12 Mar 23:34
Compare
Choose a tag to compare
  • Add filenotes API endpoints
  • Add tasks API endpoints

dataCollectionRecordValues id should be a string

12 Mar 00:26
Compare
Choose a tag to compare
  • Fixed error in API spec for dataCollectionRecordValues update endpoint: id should be a string

Implement datacollectionrecords group

11 Mar 06:34
Compare
Choose a tag to compare
  • Add datacollectionrecords API endpoints
  • Add datacollectionrecordvalues API endpoints

Implement datacollections group

11 Mar 03:21
Compare
Choose a tag to compare
  • Add datacollections API endpoints
  • Allow filtering / inclusions on GET endpoints
  • Breaking: Removed page & pageSize and incorporated into filtering params

ActionStepClient type

11 Mar 00:55
Compare
Choose a tag to compare
  • ActionStepClient type