@teamleader/focus-api-specification 1.167.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.167.0
6
+ version: 1.169.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -750,6 +750,17 @@ paths:
750
750
  whitelabeling:
751
751
  type: boolean
752
752
  example: true
753
+ teams:
754
+ type: array
755
+ items:
756
+ allOf:
757
+ - title: TypeAndId
758
+ type: object
759
+ properties: *ref_1
760
+ - properties:
761
+ type:
762
+ type: string
763
+ example: team
753
764
  - example:
754
765
  data:
755
766
  id: cb8da52a-ce89-4bf6-8f7e-8ee6cb85e3b5
@@ -13191,6 +13202,10 @@ paths:
13191
13202
  purchase_order_number:
13192
13203
  type: string
13193
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.
13194
13209
  grouped_lines:
13195
13210
  type: array
13196
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.167.0
6
+ version: 1.169.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -17202,6 +17202,15 @@ components:
17202
17202
  example: Europe/Brussels
17203
17203
  preferences:
17204
17204
  $ref: '#/components/schemas/UserPreferences'
17205
+ teams:
17206
+ type: array
17207
+ items:
17208
+ allOf:
17209
+ - $ref: '#/components/schemas/TypeAndId'
17210
+ - properties:
17211
+ type:
17212
+ type: string
17213
+ example: team
17205
17214
  Page:
17206
17215
  title: Page
17207
17216
  type: object
@@ -23461,6 +23470,10 @@ components:
23461
23470
  purchase_order_number:
23462
23471
  type: string
23463
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.
23464
23477
  grouped_lines:
23465
23478
  type: array
23466
23479
  items:
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added the `teams` field to the `users.me` endpoint response.
@@ -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.167.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"