@teamleader/focus-api-specification 1.44.0 → 1.46.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.44.0
6
+ version: 1.46.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -12828,6 +12828,10 @@ paths:
12828
12828
  document_template_id:
12829
12829
  type: string
12830
12830
  example: 179e1564-493b-4305-8c54-a34fc80920fc
12831
+ delivery_date:
12832
+ type: string
12833
+ nullable: true
12834
+ example: '2025-12-08'
12831
12835
  required: true
12832
12836
  responses:
12833
12837
  '201':
@@ -12937,6 +12941,10 @@ paths:
12937
12941
  document_template_id:
12938
12942
  type: string
12939
12943
  example: 179e1564-493b-4305-8c54-a34fc80920fc
12944
+ delivery_date:
12945
+ type: string
12946
+ nullable: true
12947
+ example: '2025-12-08'
12940
12948
  required: true
12941
12949
  responses:
12942
12950
  '204':
@@ -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.44.0
6
+ version: 1.46.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -22785,6 +22785,10 @@ components:
22785
22785
  document_template_id:
22786
22786
  type: string
22787
22787
  example: 179e1564-493b-4305-8c54-a34fc80920fc
22788
+ delivery_date:
22789
+ type: string
22790
+ nullable: true
22791
+ example: '2025-12-08'
22788
22792
  invoices.draftresponse:
22789
22793
  title: invoices.draftresponse
22790
22794
  type: object
@@ -22845,6 +22849,10 @@ components:
22845
22849
  document_template_id:
22846
22850
  type: string
22847
22851
  example: 179e1564-493b-4305-8c54-a34fc80920fc
22852
+ delivery_date:
22853
+ type: string
22854
+ nullable: true
22855
+ example: '2025-12-08'
22848
22856
  invoices.updateBookedrequest:
22849
22857
  title: invoices.updateBookedrequest
22850
22858
  required:
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added `delivery_date` to `invoices.draft` and `invoices.update`.
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.44.0",
4
+ "version": "1.46.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"