@teamleader/focus-api-specification 1.46.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.46.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:
@@ -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.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:
@@ -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.46.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"