@teamleader/focus-api-specification 1.28.0 → 1.30.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.
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ <!-- NOTE: This is the public readme in `README.md`. -->
2
+
1
3
  # Teamleader Focus API Specification
2
4
 
3
5
  This package contains the [OpenAPI](https://www.openapis.org/) specification for the [Teamleader Focus API](https://developer.focus.teamleader.eu/api).
@@ -10,4 +12,4 @@ From the [OpenAPI Specification](https://github.com/OAI/OpenAPI-Specification):
10
12
 
11
13
  ## Published documentation
12
14
 
13
- The latest API definition is published on developer.focus.teamleader.eu via a Dependabot PR in the [developer-portal-frontend repository](https://github.com/teamleadercrm/focus-service-developer-portal-frontend/pulls). The visual changes become available only after that PR has been merged & deployed. If the PR is delayed or not created, you can manually update by bumping the api-specification version in the developer-portal-frontend.
15
+ Our latest API definition is published on [developer.focus.teamleader.eu](https://developer.focus.teamleader.eu).
@@ -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.28.0
6
+ version: 1.30.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -27808,9 +27808,10 @@ paths:
27808
27808
  - company
27809
27809
  - contact
27810
27810
  - event
27811
- - todo
27812
27811
  - milestone
27812
+ - nextgenTask
27813
27813
  - ticket
27814
+ - todo
27814
27815
  invoiceable:
27815
27816
  type: boolean
27816
27817
  example: true
@@ -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.28.0
6
+ version: 1.30.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -28396,9 +28396,10 @@ components:
28396
28396
  - company
28397
28397
  - contact
28398
28398
  - event
28399
- - todo
28400
28399
  - milestone
28400
+ - nextgenTask
28401
28401
  - ticket
28402
+ - todo
28402
28403
  invoiceable:
28403
28404
  type: boolean
28404
28405
  example: true
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added `nextgenTask` to the available subject types on `timeTracking.add`.
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.28.0",
4
+ "version": "1.30.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"