@teamleader/focus-api-specification 1.197.0 → 1.199.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.197.0
6
+ version: 1.199.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -7822,6 +7822,10 @@ paths:
7822
7822
  enum:
7823
7823
  - open
7824
7824
  - pending_deletion
7825
+ term:
7826
+ type: string
7827
+ description: Searches in the pipeline name only
7828
+ example: Sales
7825
7829
  page:
7826
7830
  title: Page
7827
7831
  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.197.0
6
+ version: 1.199.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -20797,6 +20797,10 @@ components:
20797
20797
  enum:
20798
20798
  - open
20799
20799
  - pending_deletion
20800
+ term:
20801
+ type: string
20802
+ description: Searches in the pipeline name only
20803
+ example: Sales
20800
20804
  page:
20801
20805
  $ref: '#/components/schemas/Page'
20802
20806
  dealPipelines.list.response:
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added the `term` filter to the `dealPipelines.list` endpoint. It searches in the pipeline name.
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.197.0",
4
+ "version": "1.199.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"