- Add support for pagination in all list endpoints.
- Fix the
events
attribute on webhook entities as it is considered deprecated (replaced byenabled_events
)
- Add support for Send an invoice operation in the
Sales invoice
endpoint
- Add support for
Time entry
endpoint - Refactoring of the
Note
entity fromContactNote
to a genericNote
used in multiple entity types - Refactoring of endpoint namespaces after moving them within the solution
- Refactoring of fields with a price or discount value from
string
to adouble
through serialization - Improved deserialization of error messages
- Change various
Id
fields fromint
tostring
due to incorrect documentation - Updates of dependency versions
- Fix deserialization for id in CustomFieldAttribute entity.
- Fix deserialization for sales_invoice in
CustomFieldSource
enum.
- Fix deserialization for discount in
SalesInvoice
entity.
- Add support for
Financial account
endpoint. - Add support for
Financial statement
endpoint.
- Add support for
Projects
endpoint.
- Add support for
Webhooks
endpoint.
- Fix deserialization for percentage in
TaxRate
entity.
- Add support for
Products
endpoint.
- Add support for
Tax rates
endpoint. - Add support for
Ledger account
endpoint. - Add support for
Sales invoices
endpoint endpoint (limited operations). - Add support for
External sales invoices
endpoint (limited operations). - Change names (classes, enums, interfaces) and their namespaces.
- Fix race condition for configurations.
- Add public constructor with optional argument for HttpClient.
- Add support for
Payments
endpoint.
- Add support for
Verifications
endpoint.
- Add support for
Users
endpoint. - Add
Macross.Json.Extensions
dependency for enum conversions.
- Add support for
Workflows
endpoint.
- Fix access for
Document styles
endpoint.
- Add support for
Document styles
endpoint.
- Add support for
Custom fields
endpoint.
- Add support for
Contacts
endpoint. - Change namespaces of models and entities.
- Revise authenticator namespace (bugfix).
- Revise administration model object (bugfix).
- Add testing for the administrations endpoint.
- Improve paths for test response objects.
- Revise administration list object (bugfix).
- Add OAuth2 authentication client.
- Add client to interact with the API.
- Add support for
Administrations
endpoint.