@teamleader/focus-api-specification 1.212.0 → 1.213.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.212.0
6
+ version: 1.213.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -7344,6 +7344,7 @@ paths:
7344
7344
  estimated_value:
7345
7345
  type: object
7346
7346
  nullable: true
7347
+ description: The amount may be negative.
7347
7348
  allOf:
7348
7349
  - title: Money
7349
7350
  required: *ref_31
@@ -7502,6 +7503,7 @@ paths:
7502
7503
  estimated_value:
7503
7504
  type: object
7504
7505
  nullable: true
7506
+ description: The amount may be negative.
7505
7507
  allOf:
7506
7508
  - title: Money
7507
7509
  required: *ref_31
@@ -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.212.0
6
+ version: 1.213.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -20636,6 +20636,7 @@ components:
20636
20636
  estimated_value:
20637
20637
  type: object
20638
20638
  nullable: true
20639
+ description: The amount may be negative.
20639
20640
  allOf:
20640
20641
  - $ref: '#/components/schemas/Money'
20641
20642
  estimated_probability:
@@ -20696,6 +20697,7 @@ components:
20696
20697
  estimated_value:
20697
20698
  type: object
20698
20699
  nullable: true
20700
+ description: The amount may be negative.
20699
20701
  allOf:
20700
20702
  - $ref: '#/components/schemas/Money'
20701
20703
  estimated_probability:
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ The `estimated_value` amount on `deals.create` and `deals.update` may now be negative. A deal could already end up with a negative value through a negative quotation, so this lifts a restriction the two endpoints applied on their own.
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.212.0",
4
+ "version": "1.213.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"