@teamleader/focus-api-specification 1.141.0 → 1.143.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.141.0
6
+ version: 1.143.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -6327,7 +6327,7 @@ paths:
6327
6327
  - 98b2863e-7b01-4232-82f5-ede1f0b9db24
6328
6328
  updated_since:
6329
6329
  type: string
6330
- description: This date is inclusive
6330
+ description: This is the last activity of the deal - this date is inclusive
6331
6331
  example: '2018-02-11T16:45:30+00:00'
6332
6332
  created_before:
6333
6333
  type: string
@@ -28702,6 +28702,7 @@ paths:
28702
28702
  - ticket
28703
28703
  - nextgenProject
28704
28704
  - nextgenProjectGroup
28705
+ - nextgenTask
28705
28706
  type: string
28706
28707
  description: Only included with request parameter `includes=relates_to`
28707
28708
  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.141.0
6
+ version: 1.143.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -19863,7 +19863,7 @@ components:
19863
19863
  - 98b2863e-7b01-4232-82f5-ede1f0b9db24
19864
19864
  updated_since:
19865
19865
  type: string
19866
- description: This date is inclusive
19866
+ description: This is the last activity of the deal - this date is inclusive
19867
19867
  example: '2018-02-11T16:45:30+00:00'
19868
19868
  created_before:
19869
19869
  type: string
@@ -29893,6 +29893,7 @@ components:
29893
29893
  - ticket
29894
29894
  - nextgenProject
29895
29895
  - nextgenProjectGroup
29896
+ - nextgenTask
29896
29897
  type: string
29897
29898
  timeTracking.listresponse:
29898
29899
  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.141.0",
4
+ "version": "1.143.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"