@teamleader/focus-api-specification 1.99.0 → 1.100.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.100.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -7478,10 +7478,12 @@ paths:
|
|
|
7478
7478
|
items:
|
|
7479
7479
|
type: string
|
|
7480
7480
|
status:
|
|
7481
|
-
type:
|
|
7482
|
-
|
|
7483
|
-
|
|
7484
|
-
|
|
7481
|
+
type: array
|
|
7482
|
+
items:
|
|
7483
|
+
type: string
|
|
7484
|
+
enum:
|
|
7485
|
+
- open
|
|
7486
|
+
- pending_deletion
|
|
7485
7487
|
page:
|
|
7486
7488
|
title: Page
|
|
7487
7489
|
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.100.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -20133,10 +20133,12 @@ components:
|
|
|
20133
20133
|
items:
|
|
20134
20134
|
type: string
|
|
20135
20135
|
status:
|
|
20136
|
-
type:
|
|
20137
|
-
|
|
20138
|
-
|
|
20139
|
-
|
|
20136
|
+
type: array
|
|
20137
|
+
items:
|
|
20138
|
+
type: string
|
|
20139
|
+
enum:
|
|
20140
|
+
- open
|
|
20141
|
+
- pending_deletion
|
|
20140
20142
|
page:
|
|
20141
20143
|
$ref: '#/components/schemas/Page'
|
|
20142
20144
|
dealPipelines.listresponse:
|
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.100.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"
|