@teamleader/focus-api-specification 1.129.0 → 1.131.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.129.0
6
+ version: 1.131.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -2268,6 +2268,7 @@ paths:
2268
2268
  - creditNote
2269
2269
  - deal
2270
2270
  - invoice
2271
+ - meeting
2271
2272
  - nextgenProject
2272
2273
  - product
2273
2274
  - project
@@ -2385,6 +2386,7 @@ paths:
2385
2386
  - creditNote
2386
2387
  - deal
2387
2388
  - invoice
2389
+ - meeting
2388
2390
  - nextgenProject
2389
2391
  - product
2390
2392
  - quotation
@@ -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.129.0
6
+ version: 1.131.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -17876,6 +17876,7 @@ components:
17876
17876
  - creditNote
17877
17877
  - deal
17878
17878
  - invoice
17879
+ - meeting
17879
17880
  - nextgenProject
17880
17881
  - product
17881
17882
  - project
@@ -17937,6 +17938,7 @@ components:
17937
17938
  - creditNote
17938
17939
  - deal
17939
17940
  - invoice
17941
+ - meeting
17940
17942
  - nextgenProject
17941
17943
  - product
17942
17944
  - quotation
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ Added `meeting` as a type to the `notes.list` response & to the `notes.create` request.
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.129.0",
4
+ "version": "1.131.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"