@teamleader/focus-api-specification 1.39.0 → 1.40.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.39.0
6
+ version: 1.40.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -17277,6 +17277,10 @@ paths:
17277
17277
  updated_since:
17278
17278
  type: string
17279
17279
  example: '2019-02-05T16:44:33+00:00'
17280
+ page:
17281
+ title: Page
17282
+ type: object
17283
+ properties: *ref_6
17280
17284
  - example:
17281
17285
  filter:
17282
17286
  ids:
@@ -17284,6 +17288,9 @@ paths:
17284
17288
  - 722e1eb9-53d5-4b8c-9d17-154dcc65c610
17285
17289
  term: cookies
17286
17290
  updated_since: '2019-02-05T16:44:33+00:00'
17291
+ page:
17292
+ size: 20
17293
+ number: 1
17287
17294
  example:
17288
17295
  filter:
17289
17296
  ids:
@@ -17291,6 +17298,9 @@ paths:
17291
17298
  - 722e1eb9-53d5-4b8c-9d17-154dcc65c610
17292
17299
  term: cookies
17293
17300
  updated_since: '2019-02-05T16:44:33+00:00'
17301
+ page:
17302
+ size: 20
17303
+ number: 1
17294
17304
  required: true
17295
17305
  responses:
17296
17306
  '200':
@@ -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.39.0
6
+ version: 1.40.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -9120,6 +9120,9 @@ paths:
9120
9120
  - 722e1eb9-53d5-4b8c-9d17-154dcc65c610
9121
9121
  term: cookies
9122
9122
  updated_since: '2019-02-05T16:44:33+00:00'
9123
+ page:
9124
+ size: 20
9125
+ number: 1
9123
9126
  example:
9124
9127
  filter:
9125
9128
  ids:
@@ -9127,6 +9130,9 @@ paths:
9127
9130
  - 722e1eb9-53d5-4b8c-9d17-154dcc65c610
9128
9131
  term: cookies
9129
9132
  updated_since: '2019-02-05T16:44:33+00:00'
9133
+ page:
9134
+ size: 20
9135
+ number: 1
9130
9136
  required: true
9131
9137
  responses:
9132
9138
  '200':
@@ -24166,6 +24172,8 @@ components:
24166
24172
  updated_since:
24167
24173
  type: string
24168
24174
  example: '2019-02-05T16:44:33+00:00'
24175
+ page:
24176
+ $ref: '#/components/schemas/Page'
24169
24177
  Stock:
24170
24178
  title: Stock
24171
24179
  type: object
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.39.0",
4
+ "version": "1.40.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"