@teamleader/focus-api-specification 1.104.0 → 1.106.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,17 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added new endpoints to manage payments associated to expense documents:
6
+ - `incomingCreditNote.listPayments`: Filter and list payments for an incoming credit note.
7
+ - `incomingCreditNote.registerPayment`: Register a payment to an incoming credit note.
8
+ - `incomingCreditNote.removePayment`: Remove a payment from an incoming credit note.
9
+ - `incomingCreditNote.updatePayment`: Update a payment from an incoming credit note.
10
+ - `incomingInvoice.listPayments`: Filter and list payments for an incoming invoice.
11
+ - `incomingInvoice.registerPayment`: Register a payment to an incoming invoice.
12
+ - `incomingInvoice.removePayment`: Remove a payment from an incoming invoice.
13
+ - `incomingInvoice.updatePayment`: Update a payment from an incoming invoice.
14
+ - `receipts.listPayments`: Filter and list payments for a receipt.
15
+ - `receipts.registerPayment`: Register a payment to a receipt.
16
+ - `receipts.removePayment`: Remove a payment from a receipt.
17
+ - `receipts.updatePayment`: Update a payment from a receipt.
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added the `payment_status`, `payment_amount` and `paid_at` parameters to the `expenses.list` endpoint response.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@teamleader/focus-api-specification",
3
3
  "description": "Teamleader Focus API Specification",
4
- "version": "1.104.0",
4
+ "version": "1.106.0",
5
5
  "author": "Teamleader <development@teamleader.eu> (https://www.teamleader.eu)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/teamleadercrm/focus-api-specification/issues"