@teamleader/focus-api-specification 1.128.0 → 1.130.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.128.0
6
+ version: 1.130.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -10358,8 +10358,17 @@ paths:
10358
10358
  required:
10359
10359
  - type
10360
10360
  - address
10361
+ project_id:
10362
+ type: string
10363
+ description: Mutually exclusive with `milestone_id`.
10364
+ example: 49b403be-a32e-0901-9b1c-25214f9027c6
10365
+ group_id:
10366
+ type: string
10367
+ description: If omitted the meeting is not added to a group. Requires `project_id`. The group must belong to the specified project.
10368
+ example: 0185968b-2c9e-73fd-9ce1-a12c0979783b
10361
10369
  milestone_id:
10362
10370
  type: string
10371
+ description: Mutually exclusive with `project_id`.
10363
10372
  example: 32665afd-1818-0ed3-9e18-a603a3a21b95
10364
10373
  deal_id:
10365
10374
  type: string
@@ -10451,9 +10460,20 @@ paths:
10451
10460
  location:
10452
10461
  title: MeetingsLocationRequest
10453
10462
  oneOf: *ref_58
10463
+ project_id:
10464
+ type: string
10465
+ nullable: true
10466
+ description: Mutually exclusive with `milestone_id`. Required when `group_id` is provided.
10467
+ example: 49b403be-a32e-0901-9b1c-25214f9027c6
10468
+ group_id:
10469
+ type: string
10470
+ nullable: true
10471
+ description: Requires `project_id`. The group must belong to the specified project.
10472
+ example: 0185968b-2c9e-73fd-9ce1-a12c0979783b
10454
10473
  milestone_id:
10455
10474
  type: string
10456
10475
  nullable: true
10476
+ description: Mutually exclusive with `project_id`.
10457
10477
  example: 32665afd-1818-0ed3-9e18-a603a3a21b95
10458
10478
  deal_id:
10459
10479
  type: string
@@ -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.128.0
6
+ version: 1.130.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -21869,8 +21869,17 @@ components:
21869
21869
  $ref: '#/components/schemas/Customer'
21870
21870
  location:
21871
21871
  $ref: '#/components/schemas/MeetingsLocationRequest'
21872
+ project_id:
21873
+ type: string
21874
+ description: Mutually exclusive with `milestone_id`.
21875
+ example: 49b403be-a32e-0901-9b1c-25214f9027c6
21876
+ group_id:
21877
+ type: string
21878
+ description: If omitted the meeting is not added to a group. Requires `project_id`. The group must belong to the specified project.
21879
+ example: 0185968b-2c9e-73fd-9ce1-a12c0979783b
21872
21880
  milestone_id:
21873
21881
  type: string
21882
+ description: Mutually exclusive with `project_id`.
21874
21883
  example: 32665afd-1818-0ed3-9e18-a603a3a21b95
21875
21884
  deal_id:
21876
21885
  type: string
@@ -21923,9 +21932,20 @@ components:
21923
21932
  - $ref: '#/components/schemas/Customer'
21924
21933
  location:
21925
21934
  $ref: '#/components/schemas/MeetingsLocationRequest'
21935
+ project_id:
21936
+ type: string
21937
+ nullable: true
21938
+ description: Mutually exclusive with `milestone_id`. Required when `group_id` is provided.
21939
+ example: 49b403be-a32e-0901-9b1c-25214f9027c6
21940
+ group_id:
21941
+ type: string
21942
+ nullable: true
21943
+ description: Requires `project_id`. The group must belong to the specified project.
21944
+ example: 0185968b-2c9e-73fd-9ce1-a12c0979783b
21926
21945
  milestone_id:
21927
21946
  type: string
21928
21947
  nullable: true
21948
+ description: Mutually exclusive with `project_id`.
21929
21949
  example: 32665afd-1818-0ed3-9e18-a603a3a21b95
21930
21950
  deal_id:
21931
21951
  type: string
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added the `project_id` and `group_id` parameters to the `meetings.schedule` and `meetings.update` 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.128.0",
4
+ "version": "1.130.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"