@teamleader/focus-api-specification 1.30.0 → 1.31.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.31.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -25896,7 +25896,6 @@ paths:
|
|
|
25896
25896
|
example: unit_price
|
|
25897
25897
|
quantity:
|
|
25898
25898
|
type: number
|
|
25899
|
-
description: Can only be provided if `billing_method` is `unit_price`
|
|
25900
25899
|
unit_price:
|
|
25901
25900
|
type: object
|
|
25902
25901
|
nullable: true
|
|
@@ -26097,7 +26096,6 @@ paths:
|
|
|
26097
26096
|
example: unit_price
|
|
26098
26097
|
quantity:
|
|
26099
26098
|
type: number
|
|
26100
|
-
description: Can only be provided if `billing_method` is `unit_price`
|
|
26101
26099
|
nullable: true
|
|
26102
26100
|
unit_price:
|
|
26103
26101
|
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.31.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -27470,7 +27470,6 @@ components:
|
|
|
27470
27470
|
example: unit_price
|
|
27471
27471
|
quantity:
|
|
27472
27472
|
type: number
|
|
27473
|
-
description: Can only be provided if `billing_method` is `unit_price`
|
|
27474
27473
|
unit_price:
|
|
27475
27474
|
type: object
|
|
27476
27475
|
nullable: true
|
|
@@ -27564,7 +27563,6 @@ components:
|
|
|
27564
27563
|
example: unit_price
|
|
27565
27564
|
quantity:
|
|
27566
27565
|
type: number
|
|
27567
|
-
description: Can only be provided if `billing_method` is `unit_price`
|
|
27568
27566
|
nullable: true
|
|
27569
27567
|
unit_price:
|
|
27570
27568
|
type: 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.31.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"
|