Skip to content

v1.0.0

Choose a tag to compare

@matagaralph matagaralph released this 10 Sep 20:05
· 7 commits to main since this release

Added

  • Generate types directly from Zoho's official OpenAPI specs instead of hand-written types (56d8f33)
  • Typed query params, relaxed auto-numbered request fields (a2b6e0c)
  • Sales order list filters missing from Zoho's spec (1afa386)
  • Experimental getReportMetadata on the root SDK client (728c2df)
  • TSDoc description on every SDK resource class (0d4e1a4)

Fixed

  • Send file attachments as multipart bodies instead of query params, on invoices, credit notes, retainer invoices, tasks and move orders (b044228)
  • Type image and attachment endpoints properly instead of unknown (54f0aae)
  • Stop retrying non-retryable HTTP errors (9e3050b)
  • Return void from operations whose response is only an ack, breaking change (1e70b86)
  • Reduce typescript peerDependency from ^7 to ^5 to match what is installed (6688139)
  • Publish the SDK with its README and licence (8d68f26)

Changed

  • Shrink the published SDK's type declarations and package size (1654687, ac9ec85)