@teamleader/focus-api-specification 1.25.0 → 1.26.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.
@@ -3,7 +3,7 @@ info:
3
3
  title: Teamleader API
4
4
  description: This is the documentation of the Teamleader Focus API. If you have any feedback, or are you missing functionality to support your use case? Let us know via [api@teamleader.eu](mailto:api@teamleader.eu).
5
5
  contact: {}
6
- version: 1.25.0
6
+ version: 1.26.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -30880,6 +30880,20 @@ paths:
30880
30880
  - deal.moved
30881
30881
  - deal.updated
30882
30882
  - deal.won
30883
+ - incomingCreditNote.added
30884
+ - incomingCreditNote.approved
30885
+ - incomingCreditNote.bookkeepingSubmissionFailed
30886
+ - incomingCreditNote.bookkeepingSubmissionSucceeded
30887
+ - incomingCreditNote.deleted
30888
+ - incomingCreditNote.refused
30889
+ - incomingCreditNote.updated
30890
+ - incomingInvoice.added
30891
+ - incomingInvoice.approved
30892
+ - incomingInvoice.bookkeepingSubmissionFailed
30893
+ - incomingInvoice.bookkeepingSubmissionSucceeded
30894
+ - incomingInvoice.deleted
30895
+ - incomingInvoice.refused
30896
+ - incomingInvoice.updated
30883
30897
  - invoice.booked
30884
30898
  - invoice.deleted
30885
30899
  - invoice.drafted
@@ -30907,6 +30921,13 @@ paths:
30907
30921
  - project.created
30908
30922
  - project.deleted
30909
30923
  - project.updated
30924
+ - receipt.added
30925
+ - receipt.approved
30926
+ - receipt.bookkeepingSubmissionFailed
30927
+ - receipt.bookkeepingSubmissionSucceeded
30928
+ - receipt.deleted
30929
+ - receipt.refused
30930
+ - receipt.updated
30910
30931
  - subscription.added
30911
30932
  - subscription.deactivated
30912
30933
  - subscription.deleted
@@ -3,7 +3,7 @@ info:
3
3
  title: Teamleader API
4
4
  description: This is the documentation of the Teamleader Focus API. If you have any feedback, or are you missing functionality to support your use case? Let us know via [api@teamleader.eu](mailto:api@teamleader.eu).
5
5
  contact: {}
6
- version: 1.25.0
6
+ version: 1.26.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -29876,6 +29876,20 @@ components:
29876
29876
  - deal.moved
29877
29877
  - deal.updated
29878
29878
  - deal.won
29879
+ - incomingCreditNote.added
29880
+ - incomingCreditNote.approved
29881
+ - incomingCreditNote.bookkeepingSubmissionFailed
29882
+ - incomingCreditNote.bookkeepingSubmissionSucceeded
29883
+ - incomingCreditNote.deleted
29884
+ - incomingCreditNote.refused
29885
+ - incomingCreditNote.updated
29886
+ - incomingInvoice.added
29887
+ - incomingInvoice.approved
29888
+ - incomingInvoice.bookkeepingSubmissionFailed
29889
+ - incomingInvoice.bookkeepingSubmissionSucceeded
29890
+ - incomingInvoice.deleted
29891
+ - incomingInvoice.refused
29892
+ - incomingInvoice.updated
29879
29893
  - invoice.booked
29880
29894
  - invoice.deleted
29881
29895
  - invoice.drafted
@@ -29903,6 +29917,13 @@ components:
29903
29917
  - project.created
29904
29918
  - project.deleted
29905
29919
  - project.updated
29920
+ - receipt.added
29921
+ - receipt.approved
29922
+ - receipt.bookkeepingSubmissionFailed
29923
+ - receipt.bookkeepingSubmissionSucceeded
29924
+ - receipt.deleted
29925
+ - receipt.refused
29926
+ - receipt.updated
29906
29927
  - subscription.added
29907
29928
  - subscription.deactivated
29908
29929
  - subscription.deleted
@@ -3,7 +3,3 @@ category: addition
3
3
  ---
4
4
 
5
5
  We added the `/expenses.list` endpoint.
6
- We added the `/bookkeepingSubmissions.list` endpoint.
7
- We added the `/incomingCreditNotes.{add, approve, delete, info, markAsPendingReview, refuse, sendToBookkeeping, update}` endpoints.
8
- We added the `/incomingInvoices.{add, approve, delete, info, markAsPendingReview, refuse, sendToBookkeeping, update}` endpoints.
9
- We added the `/receipts.{add, approve, delete, info, markAsPendingReview, refuse, sendToBookkeeping, update}` endpoints.
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added the `/bookkeepingSubmissions.list` endpoint.
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added the `/incomingCreditNotes.{add, approve, delete, info, markAsPendingReview, refuse, sendToBookkeeping, update}` endpoints.
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added the `/incomingInvoices.{add, approve, delete, info, markAsPendingReview, refuse, sendToBookkeeping, update}` endpoints.
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added the `/receipts.{add, approve, delete, info, markAsPendingReview, refuse, sendToBookkeeping, update}` endpoints.
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added `incomingCreditNote.added`, `incomingCreditNote.updated`, `incomingCreditNote.deleted`, `incomingCreditNote.approved`, `incomingCreditNote.refused`, `incomingCreditNote.bookkeepingSubmissionSucceeded`, and `incomingCreditNote.bookkeepingSubmissionFailed` to the available webhooks list.
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added `incomingInvoice.added`, `incomingInvoice.updated`, `incomingInvoice.deleted`, `incomingInvoice.approved`, `incomingInvoice.refused`, `incomingInvoice.bookkeepingSubmissionSucceeded`, and `incomingInvoice.bookkeepingSubmissionFailed` to the available webhooks list.
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added `receipt.added`, `receipt.updated`, `receipt.deleted`, `receipt.approved`, `receipt.refused`, `receipt.bookkeepingSubmissionSucceeded`, and `receipt.bookkeepingSubmissionFailed` to the available webhooks list.
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.25.0",
4
+ "version": "1.26.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"