@teamleader/focus-api-specification 1.117.0 → 1.118.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.118.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -15233,9 +15233,11 @@ paths:
|
|
|
15233
15233
|
properties: *ref_20
|
|
15234
15234
|
project_id:
|
|
15235
15235
|
type: string
|
|
15236
|
+
nullable: true
|
|
15236
15237
|
example: cef01135-7e51-4f6f-a6eb-6e5e5a885ac8
|
|
15237
15238
|
deal_id:
|
|
15238
15239
|
type: string
|
|
15240
|
+
nullable: true
|
|
15239
15241
|
example: f6871b06-6513-4750-b5e6-ff3503b5a029
|
|
15240
15242
|
note:
|
|
15241
15243
|
type: string
|
|
@@ -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.118.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -24409,9 +24409,11 @@ components:
|
|
|
24409
24409
|
- $ref: '#/components/schemas/PaymentTerm'
|
|
24410
24410
|
project_id:
|
|
24411
24411
|
type: string
|
|
24412
|
+
nullable: true
|
|
24412
24413
|
example: cef01135-7e51-4f6f-a6eb-6e5e5a885ac8
|
|
24413
24414
|
deal_id:
|
|
24414
24415
|
type: string
|
|
24416
|
+
nullable: true
|
|
24415
24417
|
example: f6871b06-6513-4750-b5e6-ff3503b5a029
|
|
24416
24418
|
note:
|
|
24417
24419
|
type: string
|
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.118.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"
|