@teamleader/focus-api-specification 1.201.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.201.0
6
+ version: 1.202.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -32531,6 +32531,10 @@ paths:
32531
32531
  type: array
32532
32532
  items:
32533
32533
  type: string
32534
+ page:
32535
+ title: Page
32536
+ type: object
32537
+ properties: *ref_6
32534
32538
  includes:
32535
32539
  type: string
32536
32540
  description: Comma-separated list of optional includes
@@ -32540,12 +32544,18 @@ paths:
32540
32544
  ids:
32541
32545
  - 31b9d864-da1d-060e-9811-f683896aeb11
32542
32546
  - 7c3c4edc-fd8d-0cc3-bd1e-9f3f9d7b7db2
32547
+ page:
32548
+ size: 20
32549
+ number: 1
32543
32550
  includes: custom_fields
32544
32551
  example:
32545
32552
  filter:
32546
32553
  ids:
32547
32554
  - 31b9d864-da1d-060e-9811-f683896aeb11
32548
32555
  - 7c3c4edc-fd8d-0cc3-bd1e-9f3f9d7b7db2
32556
+ page:
32557
+ size: 20
32558
+ number: 1
32549
32559
  includes: custom_fields
32550
32560
  required: false
32551
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.201.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:
@@ -32067,6 +32073,8 @@ components:
32067
32073
  type: array
32068
32074
  items:
32069
32075
  type: string
32076
+ page:
32077
+ $ref: '#/components/schemas/Page'
32070
32078
  includes:
32071
32079
  type: string
32072
32080
  description: Comma-separated list of optional includes
@@ -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.201.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"