@teamleader/focus-api-specification 1.142.0 → 1.144.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.
|
|
6
|
+
version: 1.144.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -9789,6 +9789,10 @@ paths:
|
|
|
9789
9789
|
milestone_id:
|
|
9790
9790
|
type: string
|
|
9791
9791
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
9792
|
+
group_id:
|
|
9793
|
+
type: string
|
|
9794
|
+
description: filter by nextgen project group. Cannot be combined with `milestone_id`.
|
|
9795
|
+
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
9792
9796
|
term:
|
|
9793
9797
|
type: string
|
|
9794
9798
|
example: funny joke HR meeting
|
|
@@ -28702,6 +28706,7 @@ paths:
|
|
|
28702
28706
|
- ticket
|
|
28703
28707
|
- nextgenProject
|
|
28704
28708
|
- nextgenProjectGroup
|
|
28709
|
+
- nextgenTask
|
|
28705
28710
|
type: string
|
|
28706
28711
|
description: Only included with request parameter `includes=relates_to`
|
|
28707
28712
|
hourly_rate:
|
|
@@ -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.
|
|
6
|
+
version: 1.144.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -21469,6 +21469,10 @@ components:
|
|
|
21469
21469
|
milestone_id:
|
|
21470
21470
|
type: string
|
|
21471
21471
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
21472
|
+
group_id:
|
|
21473
|
+
type: string
|
|
21474
|
+
description: filter by nextgen project group. Cannot be combined with `milestone_id`.
|
|
21475
|
+
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
21472
21476
|
term:
|
|
21473
21477
|
type: string
|
|
21474
21478
|
example: funny joke HR meeting
|
|
@@ -29893,6 +29897,7 @@ components:
|
|
|
29893
29897
|
- ticket
|
|
29894
29898
|
- nextgenProject
|
|
29895
29899
|
- nextgenProjectGroup
|
|
29900
|
+
- nextgenTask
|
|
29896
29901
|
type: string
|
|
29897
29902
|
timeTracking.listresponse:
|
|
29898
29903
|
title: timeTracking.listresponse
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
---
|
|
2
|
+
category: addition
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
We added `nextgenTask` to the available `relates_to` types on `timeTracking.info` and `timeTracking.list`. For accounts with access to nextgen projects, the legacy `project` entry is no longer included in `relates_to` when a `nextgenProject` entry is present.
|
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.
|
|
4
|
+
"version": "1.144.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"
|