issues
search
trieb-work
/
zoho-ts
Zoho Inventory, Invoice and Books Typescript library with several predefined functions
Apache License 2.0
13
stars
5
forks
source link
Enhanced typings for SalesOrder
#21
Closed
klevytskyi
closed
1 year ago
klevytskyi
commented
1 year ago
What was done:
Added typing for
paid_status
missing in the SalesOrder interface. Was 'picked' in ListSalesOrder though.
Enhanced status type literals with 'paritially_' prefixes.
Added
onhold
,
draft
order statuses.
JannikZed
commented
1 year ago
thank you @klevytskyi
What was done:
paid_status
missing in the SalesOrder interface. Was 'picked' in ListSalesOrder though.onhold
,draft
order statuses.