Skip to content

v2.0.3

Choose a tag to compare

@JoernBerkefeld JoernBerkefeld released this 16 Jun 05:45
· 37 commits to main since this release

Features

  • Add explicit type fields to parameters across 38+ functions, covering rowset, row, object, and string|number compound types
  • Added type: 'rowset' to Row and RowCount first parameters for type-safe inference
  • Added type: 'object' to all apiObject parameters in InvokeCreate, InvokeDelete, InvokeExecute, InvokePerform, InvokeRetrieve, InvokeUpdate, and SetObjectProperty, plus options objects (createOptionsObject, deleteOptionsObject, updateOptions)
  • Added type: 'string|number' to CloudPagesURL.pageId to reflect its dual-type nature

Full Changelog: v2.0.2...v2.0.3