@teamleader/focus-api-specification 1.202.0 → 1.203.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.202.0
6
+ version: 1.203.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -30188,6 +30188,13 @@ paths:
30188
30188
  items:
30189
30189
  type: string
30190
30190
  description: an array of project ids
30191
+ assignee_ids:
30192
+ type: array
30193
+ items:
30194
+ type: string
30195
+ nullable: true
30196
+ example: f29abf48-337d-44b4-aad4-585f5277a456
30197
+ description: Only lists tickets assigned to one of these users. Pass `null` as an entry to include tickets that are unassigned, e.g. `["f29abf48-337d-44b4-aad4-585f5277a456", null]`, or `[null]` for the unassigned ones only.
30191
30198
  exclude:
30192
30199
  type: object
30193
30200
  properties:
@@ -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.202.0
6
+ version: 1.203.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -30949,6 +30949,13 @@ components:
30949
30949
  items:
30950
30950
  type: string
30951
30951
  description: an array of project ids
30952
+ assignee_ids:
30953
+ type: array
30954
+ items:
30955
+ type: string
30956
+ nullable: true
30957
+ example: f29abf48-337d-44b4-aad4-585f5277a456
30958
+ description: Only lists tickets assigned to one of these users. Pass `null` as an entry to include tickets that are unassigned, e.g. `["f29abf48-337d-44b4-aad4-585f5277a456", null]`, or `[null]` for the unassigned ones only.
30952
30959
  exclude:
30953
30960
  type: object
30954
30961
  properties:
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added an `assignee_ids` filter to `tickets.list`. Pass an array of user ids to only get the tickets assigned to those users, and `null` as an entry to include the tickets that are unassigned.
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.202.0",
4
+ "version": "1.203.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"