Skip to content

4.5.1

Compare
Choose a tag to compare
@SerKnight SerKnight released this 14 Apr 19:55
· 331 commits to master since this release
a203fc5

Refresh token without dependencies

Closes #396

  const tokenSet = getTokenSetFromUserId(user.id) // example function
  const newXeroClient = new XeroClient()
  const newTokenSet = await newXeroClient.refreshWithRefreshToken(xero_client_id, xero_client_secret, tokenSet.refresh_token)

Also released with OAS 2.0.9 https://github.com/XeroAPI/Xero-OpenAPI/releases/tag/2.0.9
add 2 missing ENUMs from EarningsType
ASSETS

change example response case for assetStatus
IDENTITY
Add tenantName to Get /connections object

And regenerated with openapi-generator version 4.3.0