@teamleader/focus-api-specification 1.45.0 → 1.47.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.45.0
6
+ version: 1.47.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:
@@ -12828,6 +12836,10 @@ paths:
12828
12836
  document_template_id:
12829
12837
  type: string
12830
12838
  example: 179e1564-493b-4305-8c54-a34fc80920fc
12839
+ delivery_date:
12840
+ type: string
12841
+ nullable: true
12842
+ example: '2025-12-08'
12831
12843
  required: true
12832
12844
  responses:
12833
12845
  '201':
@@ -12937,6 +12949,10 @@ paths:
12937
12949
  document_template_id:
12938
12950
  type: string
12939
12951
  example: 179e1564-493b-4305-8c54-a34fc80920fc
12952
+ delivery_date:
12953
+ type: string
12954
+ nullable: true
12955
+ example: '2025-12-08'
12940
12956
  required: true
12941
12957
  responses:
12942
12958
  '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.45.0
6
+ version: 1.47.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:
@@ -22785,6 +22793,10 @@ components:
22785
22793
  document_template_id:
22786
22794
  type: string
22787
22795
  example: 179e1564-493b-4305-8c54-a34fc80920fc
22796
+ delivery_date:
22797
+ type: string
22798
+ nullable: true
22799
+ example: '2025-12-08'
22788
22800
  invoices.draftresponse:
22789
22801
  title: invoices.draftresponse
22790
22802
  type: object
@@ -22845,6 +22857,10 @@ components:
22845
22857
  document_template_id:
22846
22858
  type: string
22847
22859
  example: 179e1564-493b-4305-8c54-a34fc80920fc
22860
+ delivery_date:
22861
+ type: string
22862
+ nullable: true
22863
+ example: '2025-12-08'
22848
22864
  invoices.updateBookedrequest:
22849
22865
  title: invoices.updateBookedrequest
22850
22866
  required:
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added `delivery_date` to `invoices.draft` and `invoices.update`.
@@ -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.
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.45.0",
4
+ "version": "1.47.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"