@teamleader/focus-api-specification 1.46.0 → 1.81.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.46.0
6
+ version: 1.81.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -12139,6 +12139,10 @@ paths:
12139
12139
  - title: TypeAndId
12140
12140
  type: object
12141
12141
  properties: *ref_1
12142
+ delivery_date:
12143
+ type: string
12144
+ nullable: true
12145
+ example: '2025-12-08'
12142
12146
  description: ''
12143
12147
  - example:
12144
12148
  data:
@@ -12631,6 +12635,10 @@ paths:
12631
12635
  title: TypeAndId
12632
12636
  type: object
12633
12637
  properties: *ref_1
12638
+ delivery_date:
12639
+ type: string
12640
+ nullable: true
12641
+ example: '2025-12-08'
12634
12642
  deprecated: false
12635
12643
  /invoices.download:
12636
12644
  post:
@@ -14688,6 +14696,7 @@ paths:
14688
14696
  type: string
14689
14697
  enum:
14690
14698
  - email
14699
+ - peppol
14691
14700
  - postal_service
14692
14701
  example: email
14693
14702
  payment_method:
@@ -14858,6 +14867,7 @@ paths:
14858
14867
  type: string
14859
14868
  enum:
14860
14869
  - email
14870
+ - peppol
14861
14871
  - postal_service
14862
14872
  example: email
14863
14873
  required:
@@ -15024,6 +15034,7 @@ paths:
15024
15034
  type: string
15025
15035
  enum:
15026
15036
  - email
15037
+ - peppol
15027
15038
  - postal_service
15028
15039
  example: email
15029
15040
  required:
@@ -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.46.0
6
+ version: 1.81.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -22394,6 +22394,10 @@ components:
22394
22394
  nullable: true
22395
22395
  allOf:
22396
22396
  - $ref: '#/components/schemas/TypeAndId'
22397
+ delivery_date:
22398
+ type: string
22399
+ nullable: true
22400
+ example: '2025-12-08'
22397
22401
  description: ''
22398
22402
  invoices.inforequest:
22399
22403
  title: invoices.inforequest
@@ -22651,6 +22655,10 @@ components:
22651
22655
  example: '2016-02-05T16:44:33+00:00'
22652
22656
  document_template:
22653
22657
  $ref: '#/components/schemas/TypeAndId'
22658
+ delivery_date:
22659
+ type: string
22660
+ nullable: true
22661
+ example: '2025-12-08'
22654
22662
  InvoiceDownloadFormat:
22655
22663
  title: Format
22656
22664
  enum:
@@ -23646,6 +23654,7 @@ components:
23646
23654
  type: string
23647
23655
  enum:
23648
23656
  - email
23657
+ - peppol
23649
23658
  - postal_service
23650
23659
  example: email
23651
23660
  payment_method:
@@ -23740,6 +23749,7 @@ components:
23740
23749
  type: string
23741
23750
  enum:
23742
23751
  - email
23752
+ - peppol
23743
23753
  - postal_service
23744
23754
  example: email
23745
23755
  required:
@@ -23861,6 +23871,7 @@ components:
23861
23871
  type: string
23862
23872
  enum:
23863
23873
  - email
23874
+ - peppol
23864
23875
  - postal_service
23865
23876
  example: email
23866
23877
  required:
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added the `delivery_date` property on the `invoices.info` and `invoices.list` endpoints.
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added `peppol` as a possible `sending_methods` value on the `subscriptions.info`, `subscriptions.create` and `subscriptions.update` 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.46.0",
4
+ "version": "1.81.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"