@teamleader/focus-api-specification 1.5.0 → 1.6.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.5.0
6
+ version: 1.6.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -9809,6 +9809,9 @@ paths:
9809
9809
  description:
9810
9810
  type: string
9811
9811
  example: My meeting description
9812
+ created_at:
9813
+ type: string
9814
+ example: '2020-02-01T10:33:45+00:00'
9812
9815
  scheduled_at:
9813
9816
  type: string
9814
9817
  example: '2020-02-04T16:44:33+00:00'
@@ -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.5.0
6
+ version: 1.6.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -18730,6 +18730,9 @@ components:
18730
18730
  description:
18731
18731
  type: string
18732
18732
  example: My meeting description
18733
+ created_at:
18734
+ type: string
18735
+ example: '2020-02-01T10:33:45+00:00'
18733
18736
  scheduled_at:
18734
18737
  type: string
18735
18738
  example: '2020-02-04T16:44:33+00:00'
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added `created_at` to the response of `meetings.info`.
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.5.0",
4
+ "version": "1.6.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"