@teamleader/focus-api-specification 1.200.0 → 1.202.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.200.0
6
+ version: 1.202.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -8566,6 +8566,10 @@ paths:
8566
8566
  type: array
8567
8567
  items:
8568
8568
  type: string
8569
+ term:
8570
+ type: string
8571
+ description: Searches in the deal source name only
8572
+ example: Website
8569
8573
  page:
8570
8574
  title: Page
8571
8575
  type: object
@@ -32527,6 +32531,10 @@ paths:
32527
32531
  type: array
32528
32532
  items:
32529
32533
  type: string
32534
+ page:
32535
+ title: Page
32536
+ type: object
32537
+ properties: *ref_6
32530
32538
  includes:
32531
32539
  type: string
32532
32540
  description: Comma-separated list of optional includes
@@ -32536,12 +32544,18 @@ paths:
32536
32544
  ids:
32537
32545
  - 31b9d864-da1d-060e-9811-f683896aeb11
32538
32546
  - 7c3c4edc-fd8d-0cc3-bd1e-9f3f9d7b7db2
32547
+ page:
32548
+ size: 20
32549
+ number: 1
32539
32550
  includes: custom_fields
32540
32551
  example:
32541
32552
  filter:
32542
32553
  ids:
32543
32554
  - 31b9d864-da1d-060e-9811-f683896aeb11
32544
32555
  - 7c3c4edc-fd8d-0cc3-bd1e-9f3f9d7b7db2
32556
+ page:
32557
+ size: 20
32558
+ number: 1
32545
32559
  includes: custom_fields
32546
32560
  required: false
32547
32561
  responses:
@@ -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.200.0
6
+ version: 1.202.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -16357,12 +16357,18 @@ paths:
16357
16357
  ids:
16358
16358
  - 31b9d864-da1d-060e-9811-f683896aeb11
16359
16359
  - 7c3c4edc-fd8d-0cc3-bd1e-9f3f9d7b7db2
16360
+ page:
16361
+ size: 20
16362
+ number: 1
16360
16363
  includes: custom_fields
16361
16364
  example:
16362
16365
  filter:
16363
16366
  ids:
16364
16367
  - 31b9d864-da1d-060e-9811-f683896aeb11
16365
16368
  - 7c3c4edc-fd8d-0cc3-bd1e-9f3f9d7b7db2
16369
+ page:
16370
+ size: 20
16371
+ number: 1
16366
16372
  includes: custom_fields
16367
16373
  required: false
16368
16374
  responses:
@@ -21102,6 +21108,10 @@ components:
21102
21108
  type: array
21103
21109
  items:
21104
21110
  type: string
21111
+ term:
21112
+ type: string
21113
+ description: Searches in the deal source name only
21114
+ example: Website
21105
21115
  page:
21106
21116
  $ref: '#/components/schemas/Page'
21107
21117
  sort:
@@ -32063,6 +32073,8 @@ components:
32063
32073
  type: array
32064
32074
  items:
32065
32075
  type: string
32076
+ page:
32077
+ $ref: '#/components/schemas/Page'
32066
32078
  includes:
32067
32079
  type: string
32068
32080
  description: Comma-separated list of optional includes
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added the `term` filter to the `dealSources.list` endpoint. It searches in the deal source name.
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added the `page` parameter to `orders.list`.
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.200.0",
4
+ "version": "1.202.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"