Skip to content

Releases: mathewmeconry/bexio

Taxes & Accounting

06 Jan 18:01
2ce0e78

Choose a tag to compare

What's Changed

Full Changelog: 3.4.0...3.5.0

Bills V4, OutgoingPayments & BankAccounts

29 Dec 17:42
99fc7ce

Choose a tag to compare

Deprecation

  • Deprecated old Bills implementation using the /2.0/kb_bill endpoint.
  • Deprecated old Payments implementation using the /2.0/kb_bill/${billId}/payment endpoint.

What's Changed

  • feat: Combines bills and their payments into one class => BillsV4
  • feat: implement bexio Bills V4 API endpoint by @mathewmeconry in #73
  • fix(bills): add BillStatusFilter enum and update list method documentation by @mathewmeconry in #74
  • feat: add deletePayment method by @mathewmeconry in #76
  • feat: implement OutgoingPayments and BankAccounts resources by @mathewmeconry in #75

Full Changelog: 3.3.0...3.4.0

Currencies & Payment Invoices

24 Dec 09:09
7fc6121

Choose a tag to compare

What's Changed

  • feat: add new search criteria and extend Invoice interface with additional fields by @mathewmeconry in #68
  • Feat: Adds support for currencies by @mathewmeconry in #69
  • feat: add Payment interface and methods for creating and retrieving payments in Invoices by @mathewmeconry in #70

Full Changelog: 3.2.1...3.3.0

Structured Addresses

01 Dec 12:44
7f9c008

Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.2.1

Invoice revert_issue & Updates

10 Nov 11:24
7ac7c37

Choose a tag to compare

Breaking change

This package now requires a node version of >=18.14.0!

What's Changed

New Contributors

Full Changelog: 3.1.1...3.2.0

Invoiced type patch (v3.1.1)

20 Dec 08:56
3f94668

Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.1.1

Invoices (v3.1.0)

15 Jun 10:25
a501622

Choose a tag to compare

What's changed

  • Thanks to @elias-summermatter we have now partial invoice support (#50)
  • Updates node dependencies to fix some security issues

Bexio API v3

20 Sep 23:22
3d9318d

Choose a tag to compare

What's changed

  • removes oauth2 flow (breaking change)
  • refactors constructor to work with tokens instead of oauth2 credentals (breaking change)
  • adds Items/Article endpoint
  • aligns version numbers to Bexio's API version number
  • removes fake login functionality (breaking change)

What is an API Token?

TLDR

It is another way of authentication against the new API. Makes life much easier and simpler.

For more information please read the official documentation. http://docs.bexio.com/#section/Authentication/API-Tokens

Where do I get a token?

Go here https://office.bexio.com/index.php/admin/apiTokens and login with your Bexio account

What permissions does this token have?

That's a tricky question...
According to the documentation the token inherits the permission of the user, who creates the token.
This is the official statement from Bexio in the documentation:

The scope of access of the token is determined by the scope of the super admin’s access that creates the token.

bexio v3 api

31 Aug 15:44
2821dd9

Choose a tag to compare

bexio v3 api Pre-release
Pre-release

What's changed

Breaking changes

  • removed oauth2 implementation

Linked issues

#22, #24

Fixes security issue

20 Feb 09:14
febfc13

Choose a tag to compare

Bump codecov from 3.6.1 to 3.6.5