Skip to content

Releases: rematocorp/external-api

v22.14.0

09 Apr 11:56
b52b537

Choose a tag to compare

New features

  • Task: endpoint to submit task custom field value. Custom field types available to update: number, textArea, boolean, date.

Changes

  • Task: list endpoint returns adminNotes visible only for admins.

v22.13.0

07 Apr 17:35
b52b537

Choose a tag to compare

New features

  • Task custom field(task requirement) addition endpoint. This creates custom field(requirement) for a task.
  • Task custom field(task requirement) updating endpoint. This updates custom field(requirement) for a task.
  • Task custom field(task requirement) deletion endpoint. This deletes task custom field(task requirement).

v22.12.0

01 Apr 11:59
b52b537

Choose a tag to compare

New features

Changes

  • Task: add/update/list endpoints return also user custom fields in responses.

v22.10.0

24 Mar 12:51
b52b537

Choose a tag to compare

New features

  • Task: add endpoint handles parentId and parentSequenceId to create child task.
  • Task: update endpoint handles sequenceId to make task update convenient with id that shown in ui.

Changes

  • Task: add/update/list endpoints return same TaskDto type object.

Bugfixes

  • Task: add/update endpoints do not return excessive properties as they are filtered by TaskDto from now.

v22.9.0

16 Mar 09:53
b52b537

Choose a tag to compare

New features

Changes

  • Crew User: Renamed externalId to additionalInfo in Crew user endpoints to better match terminology used in the Remato UI
  • Refactoring: Renamed various Data Transfer Object (DTO) files from *DTO.ts to *Dto.ts (e.g., BaseGetReportDto) to unify naming conventions across the external API

Bugfixes

  • DTOs: Fixed and unified various DTO definitions and typings across the Tools, Crew, Projects, and Tasks external APIs

v22.8.0

05 Mar 11:50
c0d2519

Choose a tag to compare

New features

Bugfixes

  • Projects: Fix /projects/update endpoint resetting field values if all existing values were not provided in input arguments.