All notable changes to this project will be documented in this file.
- Major versions are made in case of big changes that create notable breaking changes in one or more methods.
- Minor versions are made in case of notable changes, new methods added, or small breaking changes made to prevent subsequent problems upstream.
- Patch versions for all other small changes or fixes.
- Company: added vat_number field.
- IssuedDocument: removed show_paypal_button field.
- IssuedDocumentExtraData: removed show_sofort_button field.
- Filters: added not like and not contains filters.
- Company: added fic_plan and fic_license_expire fields.
- Get Company Plan Usage: added endpoint to get plan resources limits usage.
- Client - Supplier: added contry_iso field.
- Issued/Received Document: added locked field.
- Create Webhooks Subscription: added config.mapping field to receive webhooks data in the request body.
- Send EInvoice Dry Run: added the options.dry_run field to the Send EInvoice method for testing purposes.
- Create Entity: create Client/Supplier now returns a specific error about the reason of the conflict.
- Issued/Received Documents updated_at: updated_at field now is updated also when the document is set as paid from Fatture in Cloud web.
- Monthly quotas: monthly quotas are now incremented from 20k to 40k per month.
- Country iso: Canary Islands country iso is now IC so it does not interfere anymore with ES (Spain).
- Lists validations: Issued Documents, Received Documents and Receipts now are subjected to stronger validations regarding the items_list and payments_list fields.
- Dates validations: all fields that are supposed to contain a date can no more contain invalid values.
- Attachments: all attachments related urls are now temporary.
- Create Issued Document: added entity.id validations (if it does not exist a 422 error is returned).
- List Emails: added endpoint to list sent emails.
- Transform Issued Documents: added endpoint to transform issued documents.
- Join Issued Documents: added endpoint to join issued documents.
-
Issued Document: added created_at and updated_at fields.
-
Entity: added country_iso field.
-
Attachment urls are now temporary, every type of document and resource is effected.
- fixed invalid API request json body returned error.
- monthly private apps limits are now added up togheter for a maximum of 20000 calls per month per company, public apps limits remain unchanged at 20000 calls per month per company for each app.