@teamleader/focus-api-specification 1.134.0 → 1.136.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.134.0
6
+ version: 1.136.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -10241,7 +10241,7 @@ paths:
10241
10241
  title: AddressResponse
10242
10242
  type: object
10243
10243
  properties: *ref_18
10244
- online_meeting_room:
10244
+ customer_meeting_room:
10245
10245
  type: object
10246
10246
  nullable: true
10247
10247
  allOf:
@@ -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.134.0
6
+ version: 1.136.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -21780,7 +21780,7 @@ components:
21780
21780
  - $ref: '#/components/schemas/TypeAndId'
21781
21781
  location:
21782
21782
  $ref: '#/components/schemas/MeetingsLocationResponse'
21783
- online_meeting_room:
21783
+ customer_meeting_room:
21784
21784
  type: object
21785
21785
  nullable: true
21786
21786
  allOf:
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We corrected the `meetings.info` documentation: the `online_meeting_room` property has been renamed to `customer_meeting_room` to match the actual API response.
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.134.0",
4
+ "version": "1.136.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"