@teamleader/focus-api-specification 1.152.0 → 1.153.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.153.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -32942,6 +32942,14 @@ paths:
|
|
|
32942
32942
|
type: array
|
|
32943
32943
|
items:
|
|
32944
32944
|
type: string
|
|
32945
|
+
project_ids:
|
|
32946
|
+
type: array
|
|
32947
|
+
items:
|
|
32948
|
+
type: string
|
|
32949
|
+
work_type_ids:
|
|
32950
|
+
type: array
|
|
32951
|
+
items:
|
|
32952
|
+
type: string
|
|
32945
32953
|
start_date:
|
|
32946
32954
|
type: string
|
|
32947
32955
|
example: '2024-01-11'
|
|
@@ -32991,6 +32999,8 @@ paths:
|
|
|
32991
32999
|
title: SourceType
|
|
32992
33000
|
enum: *ref_108
|
|
32993
33001
|
type: string
|
|
33002
|
+
term:
|
|
33003
|
+
type: string
|
|
32994
33004
|
page:
|
|
32995
33005
|
title: Page
|
|
32996
33006
|
type: object
|
|
@@ -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.153.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -32108,6 +32108,14 @@ components:
|
|
|
32108
32108
|
type: array
|
|
32109
32109
|
items:
|
|
32110
32110
|
type: string
|
|
32111
|
+
project_ids:
|
|
32112
|
+
type: array
|
|
32113
|
+
items:
|
|
32114
|
+
type: string
|
|
32115
|
+
work_type_ids:
|
|
32116
|
+
type: array
|
|
32117
|
+
items:
|
|
32118
|
+
type: string
|
|
32111
32119
|
start_date:
|
|
32112
32120
|
type: string
|
|
32113
32121
|
example: '2024-01-11'
|
|
@@ -32143,6 +32151,8 @@ components:
|
|
|
32143
32151
|
type: array
|
|
32144
32152
|
items:
|
|
32145
32153
|
$ref: '#/components/schemas/SourceType'
|
|
32154
|
+
term:
|
|
32155
|
+
type: string
|
|
32146
32156
|
page:
|
|
32147
32157
|
$ref: '#/components/schemas/Page'
|
|
32148
32158
|
reservations.list.response:
|
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.153.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"
|