xero-node icon indicating copy to clipboard operation
xero-node copied to clipboard

Xero Node SDK for OAuth 2.0 generated from XeroAPI/Xero-OpenAPI

Results 44 xero-node issues
Sort by recently updated
recently updated
newest added

Hello - first of all thanks for taking the time to create this SDK! I started using the SDK recently and I found a bug which can make it unusable...

Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.5. Release notes Sourced from got's releases. v11.8.5 Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc CVE-2022-33987 https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 Commits 5e17bb7 11.8.5 bce8ce7 Backport 861ccd9ac2237df762a9e2beed7edd88c60782dc 8ced192 Fix build 670eb04 11.8.4...

Type: Dependencies

I am using TypeScript and the `accountingApi.getReportProfitAndLoss` endpoint. The response from of this endpoint has some enum types. RowType being one of them, as seen below. https://github.com/XeroAPI/xero-node/blob/bfcaf1c3426c3387b19b3eee959fd4af17b83d8d/src/gen/model/accounting/reportRow.ts#L5 However, the actual...

**SDK you're using (please complete the following information):** - Version 4.19.0 **Is your feature request related to a problem? Please describe.** The [request](https://github.com/request/request) package was deprecated on **Feb 11th, 2020**,...

**SDK you're using (please complete the following information):** - Version 4.18.0 **Is your feature request related to a problem? Please describe.** The AU payroll `getEmployees()` method (and presumably the underlying...

**SDK you're using (please complete the following information):** -"xero-node": "^4.17.0" **Describe the bug** `accountingApi.getReportBankSummary` can't take Date parameters. **To Reproduce** Steps to reproduce the behavior: 1. use `xero.accountingApi.getReportBankSummary()` function 2....

Adding open base badge to the readme to collect ratings on the SDK. To be discussed with the DE team before merging.

Type: Documentation

**SDK you're using (please complete the following information):** - Version 4..11.0 **Is your feature request related to a problem? Please describe.** Attaching PDF to "emailInvoice" API endpoint. We have customers...

**SDK you're using (please complete the following information):** - Version: 4.9.1 **Describe the bug** The `Invoice` model in TypeScript is not matching the actual invoice entities returned by the SDK....

Due to the file size limit with `accountingApi.updateInvoiceAttachmentByFileName()` I am tyring to switch to using `filesApi.uploadFile()`. The example given in the documentation uses fs.createReadStream() to generate the body. This isn't...