@teamleader/focus-api-specification 1.131.0 → 1.132.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.131.0
6
+ version: 1.132.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -9850,6 +9850,17 @@ paths:
9850
9850
  created_at:
9851
9851
  type: string
9852
9852
  example: '2020-02-01T10:33:45+00:00'
9853
+ created_by:
9854
+ type: object
9855
+ nullable: true
9856
+ allOf:
9857
+ - title: TypeAndId
9858
+ type: object
9859
+ properties: *ref_1
9860
+ - properties:
9861
+ type:
9862
+ type: string
9863
+ example: user
9853
9864
  scheduled_at:
9854
9865
  type: string
9855
9866
  example: '2020-02-04T16:44:33+00:00'
@@ -9974,6 +9985,9 @@ paths:
9974
9985
  title: My meeting
9975
9986
  description: My meeting description
9976
9987
  created_at: '2020-02-01T10:33:45+00:00'
9988
+ creaded_by:
9989
+ type: user
9990
+ id: b5094b3f-bb7a-0391-b01b-e709773f3509
9977
9991
  scheduled_at: '2020-02-04T16:44:33+00:00'
9978
9992
  duration:
9979
9993
  unit: min
@@ -10095,6 +10109,17 @@ paths:
10095
10109
  created_at:
10096
10110
  type: string
10097
10111
  example: '2020-02-01T10:33:45+00:00'
10112
+ created_by:
10113
+ type: object
10114
+ nullable: true
10115
+ allOf:
10116
+ - title: TypeAndId
10117
+ type: object
10118
+ properties: *ref_1
10119
+ - properties:
10120
+ type:
10121
+ type: string
10122
+ example: user
10098
10123
  scheduled_at:
10099
10124
  type: string
10100
10125
  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.131.0
6
+ version: 1.132.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -5009,6 +5009,9 @@ paths:
5009
5009
  title: My meeting
5010
5010
  description: My meeting description
5011
5011
  created_at: '2020-02-01T10:33:45+00:00'
5012
+ creaded_by:
5013
+ type: user
5014
+ id: b5094b3f-bb7a-0391-b01b-e709773f3509
5012
5015
  scheduled_at: '2020-02-04T16:44:33+00:00'
5013
5016
  duration:
5014
5017
  unit: min
@@ -21549,6 +21552,15 @@ components:
21549
21552
  created_at:
21550
21553
  type: string
21551
21554
  example: '2020-02-01T10:33:45+00:00'
21555
+ created_by:
21556
+ type: object
21557
+ nullable: true
21558
+ allOf:
21559
+ - $ref: '#/components/schemas/TypeAndId'
21560
+ - properties:
21561
+ type:
21562
+ type: string
21563
+ example: user
21552
21564
  scheduled_at:
21553
21565
  type: string
21554
21566
  example: '2020-02-04T16:44:33+00:00'
@@ -21692,6 +21704,15 @@ components:
21692
21704
  created_at:
21693
21705
  type: string
21694
21706
  example: '2020-02-01T10:33:45+00:00'
21707
+ created_by:
21708
+ type: object
21709
+ nullable: true
21710
+ allOf:
21711
+ - $ref: '#/components/schemas/TypeAndId'
21712
+ - properties:
21713
+ type:
21714
+ type: string
21715
+ example: user
21695
21716
  scheduled_at:
21696
21717
  type: string
21697
21718
  example: '2020-02-04T16:44:33+00:00'
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added the `created_by` parameters to the `meetings.info` and `meetings.list` endpoints.
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.131.0",
4
+ "version": "1.132.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"