@teamleader/focus-api-specification 1.22.0 → 1.24.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.22.0
6
+ version: 1.24.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -6567,6 +6567,29 @@ paths:
6567
6567
  headers: {}
6568
6568
  content: {}
6569
6569
  deprecated: false
6570
+ /invoices.sendViaPeppol:
6571
+ post:
6572
+ tags:
6573
+ - invoices
6574
+ summary: invoices.sendViaPeppol
6575
+ description: Send an invoice via the Peppol network.
6576
+ operationId: invoices.sendViaPeppol
6577
+ parameters: []
6578
+ requestBody:
6579
+ content:
6580
+ application/json:
6581
+ schema:
6582
+ allOf:
6583
+ - $ref: '#/components/schemas/invoices.sendViaPeppol'
6584
+ - example:
6585
+ id: 018d5965-19fb-701a-af11-e80451931551
6586
+ example:
6587
+ id: 018d5965-19fb-701a-af11-e80451931551
6588
+ responses:
6589
+ '204':
6590
+ description: No Content
6591
+ headers: {}
6592
+ content: {}
6570
6593
  /creditNotes.list:
6571
6594
  post:
6572
6595
  tags:
@@ -22556,6 +22579,15 @@ components:
22556
22579
  items:
22557
22580
  type: string
22558
22581
  description: an array of file ids
22582
+ invoices.sendViaPeppol:
22583
+ title: invoices.sendViaPeppol
22584
+ required:
22585
+ - id
22586
+ type: object
22587
+ properties:
22588
+ id:
22589
+ type: string
22590
+ example: 018d5965-19fb-701a-af11-e80451931551
22559
22591
  creditNotes.listrequest:
22560
22592
  title: creditNotes.listrequest
22561
22593
  type: object
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added the `/invoices.sendViaPeppol` endpoint.
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.22.0",
4
+ "version": "1.24.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"