Add missing methods covering Qualification API.
- Added support for new endpoints:
/skus/importCSV
and/categories
(example available in readme.md) - Added missing types in
PromotionsCreate
,ApplicableTo
,CustomerRequest
,ValidationsValidateVoucherParams
- Update axios from
0.21.4
to0.27.2
in SDK package - (BREAKING CHANGE) Interface
ValidationsValidateVoucherResponse
was replaced with type of Union of interfacesResponseValidateVoucherTrue | ResponseValidateVoucherFalse
(example of usage)