@teamleader/focus-api-specification 1.25.0 → 1.27.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.27.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -6952,6 +6952,29 @@ paths:
6952
6952
  location: https://cdn.teamleader.eu/file
6953
6953
  expires: '2018-02-05T16:44:33+00:00'
6954
6954
  deprecated: false
6955
+ /creditNotes.sendViaPeppol:
6956
+ post:
6957
+ tags:
6958
+ - credit_notes
6959
+ summary: creditNotes.sendViaPeppol
6960
+ description: Send a credit note via the Peppol network.
6961
+ operationId: creditNotes.sendViaPeppol
6962
+ parameters: []
6963
+ requestBody:
6964
+ content:
6965
+ application/json:
6966
+ schema:
6967
+ allOf:
6968
+ - $ref: '#/components/schemas/creditNotes.sendViaPeppol'
6969
+ - example:
6970
+ id: 018d5965-19fb-701a-af11-e80451931551
6971
+ example:
6972
+ id: 018d5965-19fb-701a-af11-e80451931551
6973
+ responses:
6974
+ '204':
6975
+ description: No Content
6976
+ headers: {}
6977
+ content: {}
6955
6978
  /subscriptions.list:
6956
6979
  post:
6957
6980
  tags:
@@ -22864,6 +22887,15 @@ components:
22864
22887
  properties:
22865
22888
  data:
22866
22889
  $ref: '#/components/schemas/Download'
22890
+ creditNotes.sendViaPeppol:
22891
+ title: creditNotes.sendViaPeppol
22892
+ required:
22893
+ - id
22894
+ type: object
22895
+ properties:
22896
+ id:
22897
+ type: string
22898
+ example: 018d5965-19fb-701a-af11-e80451931551
22867
22899
  subscriptions.listrequest:
22868
22900
  title: subscriptions.listrequest
22869
22901
  type: object
@@ -29876,6 +29908,20 @@ components:
29876
29908
  - deal.moved
29877
29909
  - deal.updated
29878
29910
  - deal.won
29911
+ - incomingCreditNote.added
29912
+ - incomingCreditNote.approved
29913
+ - incomingCreditNote.bookkeepingSubmissionFailed
29914
+ - incomingCreditNote.bookkeepingSubmissionSucceeded
29915
+ - incomingCreditNote.deleted
29916
+ - incomingCreditNote.refused
29917
+ - incomingCreditNote.updated
29918
+ - incomingInvoice.added
29919
+ - incomingInvoice.approved
29920
+ - incomingInvoice.bookkeepingSubmissionFailed
29921
+ - incomingInvoice.bookkeepingSubmissionSucceeded
29922
+ - incomingInvoice.deleted
29923
+ - incomingInvoice.refused
29924
+ - incomingInvoice.updated
29879
29925
  - invoice.booked
29880
29926
  - invoice.deleted
29881
29927
  - invoice.drafted
@@ -29903,6 +29949,13 @@ components:
29903
29949
  - project.created
29904
29950
  - project.deleted
29905
29951
  - project.updated
29952
+ - receipt.added
29953
+ - receipt.approved
29954
+ - receipt.bookkeepingSubmissionFailed
29955
+ - receipt.bookkeepingSubmissionSucceeded
29956
+ - receipt.deleted
29957
+ - receipt.refused
29958
+ - receipt.updated
29906
29959
  - subscription.added
29907
29960
  - subscription.deactivated
29908
29961
  - 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 the `/creditNotes.sendViaPeppol` endpoint.
@@ -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.27.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"