@teamleader/focus-api-specification 1.137.0 → 1.139.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.139.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -10233,7 +10233,7 @@ paths:
|
|
|
10233
10233
|
properties:
|
|
10234
10234
|
type:
|
|
10235
10235
|
type: string
|
|
10236
|
-
example:
|
|
10236
|
+
example: address
|
|
10237
10237
|
id:
|
|
10238
10238
|
type: string
|
|
10239
10239
|
example: 4191c526-5e26-0818-8e16-9523215b5081
|
|
@@ -10364,7 +10364,7 @@ paths:
|
|
|
10364
10364
|
properties:
|
|
10365
10365
|
type:
|
|
10366
10366
|
type: string
|
|
10367
|
-
example:
|
|
10367
|
+
example: address
|
|
10368
10368
|
address:
|
|
10369
10369
|
title: AddressRequest
|
|
10370
10370
|
required: *ref_56
|
|
@@ -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.139.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -21679,7 +21679,7 @@ components:
|
|
|
21679
21679
|
properties:
|
|
21680
21680
|
type:
|
|
21681
21681
|
type: string
|
|
21682
|
-
example:
|
|
21682
|
+
example: address
|
|
21683
21683
|
id:
|
|
21684
21684
|
type: string
|
|
21685
21685
|
example: 4191c526-5e26-0818-8e16-9523215b5081
|
|
@@ -21844,7 +21844,7 @@ components:
|
|
|
21844
21844
|
properties:
|
|
21845
21845
|
type:
|
|
21846
21846
|
type: string
|
|
21847
|
-
example:
|
|
21847
|
+
example: address
|
|
21848
21848
|
address:
|
|
21849
21849
|
$ref: '#/components/schemas/AddressRequest'
|
|
21850
21850
|
required:
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
---
|
|
2
|
+
category: addition
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
The `meetings.schedule` and `meetings.update` endpoints now document the `address` location type for inline addresses. The previously documented `customLocation` type has been replaced with `address`, which accepts an inline address object.
|
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.139.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"
|