Skip to content

Releases: matagaralph/zapi-inventory

v2.0.1

18 Dec 10:00
6362ec0

Choose a tag to compare

Patch Changes

  • eb83f25: use correct resource name

v2.0.0

16 Dec 22:18
7a099ff

Choose a tag to compare

Major Changes

  • e4612c4: - This release introduces a major cleanup of API types. Response schemas that previously only contained generic success messages are now correctly interpreted as 'void' returns, and their types are no longer generated.
    • Consolidate separate single-item and bulk-item methods (e.g., markAsConfirmed and bulkConfirm) into a single, overloaded method that handles both scenarios based on the input array length. This simplifies the SDK's API surface and reduces redundancy.
    • All future bug fixes and features will be released exclusively under the v2.x track.

v1.1.0

15 Dec 23:51
43b4b38

Choose a tag to compare

Minor Changes

  • 29944f8: - Enforce required types in Zoho SDK to enable destructuring
  • Sync billing_address and shipping_address schemas with Zoho Inventory API properties

v1.0.0

06 Dec 12:21

Choose a tag to compare

Initial package release.