Skip to content

v0.2.5

Choose a tag to compare

@javrrr javrrr released this 30 Mar 14:01
· 23 commits to main since this release

Bug Fix

Fix two spec issues with DataObjectFieldInputRepresentation discovered during DMO PATCH testing.

  • Add dataType as required field with typed enum ("Boolean" | "Date" | "DateOnly" | "DateTime" | "Email" | "Number" | "Percent" | "Phone" | "Text" | "Url") — the API expects dataType, not type, for the field data type
  • Make type optional — the spec's field that the API ignores
  • Add isDynamicLookup as required boolean — omitting causes 500 on PATCH operations

Both are upstream spec issues.

Full Changelog: v0.2.4...v0.2.5