@teamleader/focus-api-specification 1.168.0 → 1.169.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.168.0
6
+ version: 1.169.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -13202,6 +13202,10 @@ paths:
13202
13202
  purchase_order_number:
13203
13203
  type: string
13204
13204
  example: '000023'
13205
+ quotation_id:
13206
+ type: string
13207
+ example: 0be7d809-ff5d-4702-9dc1-2afa9de71a43
13208
+ description: Links the created invoice to the source quotation and its deal, marking the deal as won.
13205
13209
  grouped_lines:
13206
13210
  type: array
13207
13211
  items:
@@ -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.168.0
6
+ version: 1.169.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -23470,6 +23470,10 @@ components:
23470
23470
  purchase_order_number:
23471
23471
  type: string
23472
23472
  example: '000023'
23473
+ quotation_id:
23474
+ type: string
23475
+ example: 0be7d809-ff5d-4702-9dc1-2afa9de71a43
23476
+ description: Links the created invoice to the source quotation and its deal, marking the deal as won.
23473
23477
  grouped_lines:
23474
23478
  type: array
23475
23479
  items:
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added `quotation_id` to `invoices.draft`. Passing it links the created invoice to the source quotation and its deal, and marks the deal as won.
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.168.0",
4
+ "version": "1.169.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"