- fix: export missing types from index.ts barrel
- re-export modules types
- feat: add batch methods, item transactions, contact address support, and getPageContext for pagination metadata
- feat: add address management to contact module (getAddress, addAddress, deleteAddress) (#1fd4c49)
- feat: add contact status management methods (markActive, markInactive) (#91f221a)
- feat: introduce invoice module for comprehensive invoicing capabilities (#4bd9264)
- fix: refine and improve internal API type definitions (#35aa8c8)
- fix: implement write lock to prevent concurrent save race conditions (#0192b4f, #459b175)
s
- Add package and shipmentorders modules