@teamleader/focus-api-specification 1.105.0 → 1.106.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.105.0
6
+ version: 1.106.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -4888,7 +4888,7 @@ paths:
4888
4888
  sort:
4889
4889
  - field: name
4890
4890
  includes: custom_fields,price_list
4891
- required: true
4891
+ required: false
4892
4892
  responses:
4893
4893
  '200':
4894
4894
  description: ''
@@ -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.105.0
6
+ version: 1.106.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -2495,7 +2495,7 @@ paths:
2495
2495
  sort:
2496
2496
  - field: name
2497
2497
  includes: custom_fields,price_list
2498
- required: true
2498
+ required: false
2499
2499
  responses:
2500
2500
  '200':
2501
2501
  description: ''
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.105.0",
4
+ "version": "1.106.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"