@teamleader/focus-api-specification 1.90.0 → 1.92.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.90.0
6
+ version: 1.92.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -22547,6 +22547,25 @@ components:
22547
22547
  - bank_transfer
22548
22548
  - payment_card
22549
22549
  example: cash
22550
+ PeppolStatus:
22551
+ title: PeppolStatus
22552
+ enum:
22553
+ - sending
22554
+ - sending_failed
22555
+ - sent
22556
+ - application_acknowledged
22557
+ - application_accepted
22558
+ - application_rejected
22559
+ - receiver_acknowledged
22560
+ - receiver_accepted
22561
+ - receiver_rejected
22562
+ - receiver_is_processing
22563
+ - receiver_awaits_feedback
22564
+ - receiver_conditionally_accepted
22565
+ - receiver_paid
22566
+ type: string
22567
+ nullable: true
22568
+ example: sent
22550
22569
  invoices.inforesponse:
22551
22570
  title: invoices.inforesponse
22552
22571
  type: object
@@ -22709,6 +22728,10 @@ components:
22709
22728
  type: string
22710
22729
  nullable: true
22711
22730
  example: '2025-12-08'
22731
+ peppol_status:
22732
+ allOf:
22733
+ - $ref: '#/components/schemas/PeppolStatus'
22734
+ - example: sent
22712
22735
  InvoiceDownloadFormat:
22713
22736
  title: Format
22714
22737
  enum:
@@ -23393,6 +23416,10 @@ components:
23393
23416
  example: '2016-02-05T16:44:33+00:00'
23394
23417
  document_template:
23395
23418
  $ref: '#/components/schemas/TypeAndId'
23419
+ peppol_status:
23420
+ allOf:
23421
+ - $ref: '#/components/schemas/PeppolStatus'
23422
+ - example: sent
23396
23423
  description: ''
23397
23424
  CreditNoteDownloadFormat:
23398
23425
  title: Format
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added `peppol_status` on `invoices.info` and `creditNotes.info` endpoints.
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.90.0",
4
+ "version": "1.92.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"