Releases: matagaralph/zapi-inventory
Releases · matagaralph/zapi-inventory
v2.0.1
v2.0.0
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.,
markAsConfirmedandbulkConfirm) 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.
- Consolidate separate single-item and bulk-item methods (e.g.,
v1.1.0
v1.0.0
Initial package release.