@teamleader/focus-api-specification 1.14.0 → 1.15.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.14.0
6
+ version: 1.15.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -6075,12 +6075,16 @@ paths:
6075
6075
  description: This date is inclusive
6076
6076
  example: '2018-02-11T16:45:30+00:00'
6077
6077
  status:
6078
- type: string
6079
- enum:
6080
- - open
6078
+ type: array
6079
+ items:
6080
+ type: string
6081
+ enum:
6082
+ - open
6083
+ - won
6084
+ - lost
6085
+ example:
6081
6086
  - won
6082
- - lost
6083
- example: won
6087
+ description: ''
6084
6088
  pipeline_ids:
6085
6089
  type: array
6086
6090
  items:
@@ -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.14.0
6
+ version: 1.15.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -17089,12 +17089,16 @@ components:
17089
17089
  description: This date is inclusive
17090
17090
  example: '2018-02-11T16:45:30+00:00'
17091
17091
  status:
17092
- type: string
17093
- enum:
17094
- - open
17092
+ type: array
17093
+ items:
17094
+ type: string
17095
+ enum:
17096
+ - open
17097
+ - won
17098
+ - lost
17099
+ example:
17095
17100
  - won
17096
- - lost
17097
- example: won
17101
+ description: ''
17098
17102
  pipeline_ids:
17099
17103
  type: array
17100
17104
  items:
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.14.0",
4
+ "version": "1.15.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"