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 49 xero-node issues
Sort by recently updated
recently updated
newest added

I want to void an invoice, where is the function ! I am using this documentation : https://xeroapi.github.io/xero-node/accounting/index.html

**SDK you're using (please complete the following information):** - Version 4.32.0 **Describe the bug** `await xero.initialize()` hangs and never recovers. I tracked it down to the call to `got` inside...

![image](https://github.com/XeroAPI/xero-node/assets/67946312/feee02e0-48c6-489e-afb0-02f5ddac3500) const xero = new XeroClient({ clientId: xeroConfig.clientId, clientSecret: xeroConfig.clientSecret, redirectUris: [xeroConfig.redirectUris], scopes: xeroConfig.scopes.split(' '), // clockTolerance: 10 }); const tokenSet = await xero.apiCallback(req.url);

**SDK you're using (please complete the following information):** - Version 4.36.0 **Is your feature request related to a problem? Please describe.** All of the types for the Projects API are...

**SDK you're using (please complete the following information):** - Version 4.33.0 **Is your feature request related to a problem? Please describe.** New endpoints for managing connections have been released. https://developer.xero.com/documentation/guides/oauth2/tenants/#check-the-tenants-youre-authorised-to-access...

**SDK:** - Version 4.35.0 **Describe the bug** If you use the `ifModifiedSince` argument with the `xero.payrollAUApi.getLeaveApplicationsV2` method you'll get a 500 error back. **To Reproduce** Steps to reproduce the behavior:...

**SDK:** - Version 4.35.0 **Describe the bug** Looks like the provided type for the `LeavePeriodStatus` status is missing the recently added `REQUESTED` and `REJECTED` values: ```typescript export declare enum LeavePeriodStatus...

I'm trying to add employee details through an API and allocate timesheets for employees using UK payroll. However, I encountered a couple of issues that I need assistance with. **Case...

I have a requirement for creating invoices and paying users using the xero-node package. The invoices are seperate to the payments being made. As in, we create invoices to get...

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

Type: Dependencies