@teamleader/focus-api-specification 1.101.0 → 1.102.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.101.0
6
+ version: 1.102.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -9930,6 +9930,13 @@ paths:
9930
9930
  - title: TypeAndId
9931
9931
  type: object
9932
9932
  properties: *ref_1
9933
+ group:
9934
+ type: object
9935
+ nullable: true
9936
+ allOf:
9937
+ - title: TypeAndId
9938
+ type: object
9939
+ properties: *ref_1
9933
9940
  attendees:
9934
9941
  type: array
9935
9942
  items:
@@ -10154,6 +10161,13 @@ paths:
10154
10161
  - title: TypeAndId
10155
10162
  type: object
10156
10163
  properties: *ref_1
10164
+ group:
10165
+ type: object
10166
+ nullable: true
10167
+ allOf:
10168
+ - title: TypeAndId
10169
+ type: object
10170
+ properties: *ref_1
10157
10171
  deal:
10158
10172
  type: object
10159
10173
  nullable: 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.101.0
6
+ version: 1.102.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -21219,6 +21219,11 @@ components:
21219
21219
  nullable: true
21220
21220
  allOf:
21221
21221
  - $ref: '#/components/schemas/TypeAndId'
21222
+ group:
21223
+ type: object
21224
+ nullable: true
21225
+ allOf:
21226
+ - $ref: '#/components/schemas/TypeAndId'
21222
21227
  attendees:
21223
21228
  type: array
21224
21229
  items:
@@ -21357,6 +21362,11 @@ components:
21357
21362
  nullable: true
21358
21363
  allOf:
21359
21364
  - $ref: '#/components/schemas/TypeAndId'
21365
+ group:
21366
+ type: object
21367
+ nullable: true
21368
+ allOf:
21369
+ - $ref: '#/components/schemas/TypeAndId'
21360
21370
  deal:
21361
21371
  type: object
21362
21372
  nullable: true
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added `group` on `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.101.0",
4
+ "version": "1.102.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"