·
14 commits
to main
since this release
Minor Changes
- #89
24f63e2Thanks @keparlak! - Type the claim/package/catalog mutation surface (feedback #4 + #5).- Returns (#4):
catalog.approvePreMatch/rejectPreMatch/checkProductStatus
andclaims.accept/reject/preApprovalConfirm/createnow return a
MutationResult({ raw: unknown }) instead of bareunknown— the API response
is on.raw. (unknownalready forced a cast, so this is a one-line migration:
(x as T)→x.raw.) - Inputs (#5):
CreateClaimInput,ClaimActionInput,CreatePackagesInput,
SplitPackageInput,CancelLineItemInput,PackageStatusInput, and
ChangeCargoCompanyInputnow carry typed field hints intersected with
Record<string, unknown>, so common fields autocomplete while undocumented ones
still pass through (non-breaking).
- Returns (#4):
Patch Changes
- #91
e9a3332Thanks @keparlak! - Document the FBH stock-overwrite hazard (feedback #3):Listing.isFulfilledByHB
andlistings.uploadStocknow warn that pushing stock to a Hepsiburada-fulfilled
listing overwrites Hepsiburada's warehouse stock and can oversell — filter those
SKUs out of stock sync unless you mean to override. - Updated dependencies [
24f63e2]:- @lonca/core@0.7.0