@teamleader/focus-api-specification 1.112.0 → 1.113.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.112.0
6
+ version: 1.113.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -28420,6 +28420,8 @@ paths:
28420
28420
  enum:
28421
28421
  - milestone
28422
28422
  - project
28423
+ - nextgenProject
28424
+ - nextgenProjectGroup
28423
28425
  sort:
28424
28426
  type: array
28425
28427
  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.112.0
6
+ version: 1.113.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -29707,6 +29707,8 @@ components:
29707
29707
  enum:
29708
29708
  - milestone
29709
29709
  - project
29710
+ - nextgenProject
29711
+ - nextgenProjectGroup
29710
29712
  sort:
29711
29713
  type: array
29712
29714
  items:
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added `nextgenProject` and `nextgenProjectGroup` to the `relates_to` filter on `timeTracking.list`.
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.112.0",
4
+ "version": "1.113.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"