@teamleader/focus-api-specification 1.83.0 → 1.85.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.
|
|
6
|
+
version: 1.85.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -30089,7 +30089,7 @@ paths:
|
|
|
30089
30089
|
properties:
|
|
30090
30090
|
location:
|
|
30091
30091
|
type: string
|
|
30092
|
-
description: The temporary API endpoint (URL)
|
|
30092
|
+
description: The temporary API endpoint (URL) that should be used for sending a POST request to with the binary file contents (not form-data) to complete the file upload.
|
|
30093
30093
|
example: https://files.teamleader.eu/upload/66726166a
|
|
30094
30094
|
expires_at:
|
|
30095
30095
|
type: string
|
|
@@ -30958,6 +30958,8 @@ paths:
|
|
|
30958
30958
|
- contact.updated
|
|
30959
30959
|
- creditNote.booked
|
|
30960
30960
|
- creditNote.deleted
|
|
30961
|
+
- creditNote.peppolSubmissionFailed
|
|
30962
|
+
- creditNote.peppolSubmissionSucceeded
|
|
30961
30963
|
- creditNote.sent
|
|
30962
30964
|
- creditNote.updated
|
|
30963
30965
|
- deal.created
|
|
@@ -30985,6 +30987,8 @@ paths:
|
|
|
30985
30987
|
- invoice.drafted
|
|
30986
30988
|
- invoice.paymentRegistered
|
|
30987
30989
|
- invoice.paymentRemoved
|
|
30990
|
+
- invoice.peppolSubmissionFailed
|
|
30991
|
+
- invoice.peppolSubmissionSucceeded
|
|
30988
30992
|
- invoice.sent
|
|
30989
30993
|
- invoice.updated
|
|
30990
30994
|
- meeting.created
|
|
@@ -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.
|
|
6
|
+
version: 1.85.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -29949,7 +29949,7 @@ components:
|
|
|
29949
29949
|
properties:
|
|
29950
29950
|
location:
|
|
29951
29951
|
type: string
|
|
29952
|
-
description: The temporary API endpoint (URL)
|
|
29952
|
+
description: The temporary API endpoint (URL) that should be used for sending a POST request to with the binary file contents (not form-data) to complete the file upload.
|
|
29953
29953
|
example: https://files.teamleader.eu/upload/66726166a
|
|
29954
29954
|
expires_at:
|
|
29955
29955
|
type: string
|
|
@@ -30396,6 +30396,8 @@ components:
|
|
|
30396
30396
|
- contact.updated
|
|
30397
30397
|
- creditNote.booked
|
|
30398
30398
|
- creditNote.deleted
|
|
30399
|
+
- creditNote.peppolSubmissionFailed
|
|
30400
|
+
- creditNote.peppolSubmissionSucceeded
|
|
30399
30401
|
- creditNote.sent
|
|
30400
30402
|
- creditNote.updated
|
|
30401
30403
|
- deal.created
|
|
@@ -30423,6 +30425,8 @@ components:
|
|
|
30423
30425
|
- invoice.drafted
|
|
30424
30426
|
- invoice.paymentRegistered
|
|
30425
30427
|
- invoice.paymentRemoved
|
|
30428
|
+
- invoice.peppolSubmissionFailed
|
|
30429
|
+
- invoice.peppolSubmissionSucceeded
|
|
30426
30430
|
- invoice.sent
|
|
30427
30431
|
- invoice.updated
|
|
30428
30432
|
- meeting.created
|
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.
|
|
4
|
+
"version": "1.85.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"
|