@teamleader/focus-api-specification 1.217.0 → 1.218.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.218.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -15543,7 +15543,7 @@ paths:
|
|
|
15543
15543
|
example: book
|
|
15544
15544
|
sending_methods:
|
|
15545
15545
|
type: array
|
|
15546
|
-
description: Only provided when action is "
|
|
15546
|
+
description: Only provided when action is "book_and_send".
|
|
15547
15547
|
items:
|
|
15548
15548
|
type: object
|
|
15549
15549
|
properties:
|
|
@@ -15738,7 +15738,7 @@ paths:
|
|
|
15738
15738
|
example: book_and_send
|
|
15739
15739
|
sending_methods:
|
|
15740
15740
|
type: array
|
|
15741
|
-
description: Only provided when action is "
|
|
15741
|
+
description: Only provided when action is "book_and_send". Method "email" is always required; when "peppol" is used, "email" acts as the fallback for when Peppol sending fails.
|
|
15742
15742
|
items:
|
|
15743
15743
|
type: object
|
|
15744
15744
|
properties:
|
|
@@ -15934,7 +15934,7 @@ paths:
|
|
|
15934
15934
|
example: book_and_send
|
|
15935
15935
|
sending_methods:
|
|
15936
15936
|
type: array
|
|
15937
|
-
description: Only provided when action is "
|
|
15937
|
+
description: Only provided when action is "book_and_send". Method "email" is always required; when "peppol" is used, "email" acts as the fallback for when Peppol sending fails.
|
|
15938
15938
|
items:
|
|
15939
15939
|
type: object
|
|
15940
15940
|
properties:
|
|
@@ -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.218.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -24768,7 +24768,7 @@ components:
|
|
|
24768
24768
|
example: book
|
|
24769
24769
|
sending_methods:
|
|
24770
24770
|
type: array
|
|
24771
|
-
description: Only provided when action is "
|
|
24771
|
+
description: Only provided when action is "book_and_send".
|
|
24772
24772
|
items:
|
|
24773
24773
|
type: object
|
|
24774
24774
|
properties:
|
|
@@ -24879,7 +24879,7 @@ components:
|
|
|
24879
24879
|
example: book_and_send
|
|
24880
24880
|
sending_methods:
|
|
24881
24881
|
type: array
|
|
24882
|
-
description: Only provided when action is "
|
|
24882
|
+
description: Only provided when action is "book_and_send". Method "email" is always required; when "peppol" is used, "email" acts as the fallback for when Peppol sending fails.
|
|
24883
24883
|
items:
|
|
24884
24884
|
type: object
|
|
24885
24885
|
properties:
|
|
@@ -25024,7 +25024,7 @@ components:
|
|
|
25024
25024
|
example: book_and_send
|
|
25025
25025
|
sending_methods:
|
|
25026
25026
|
type: array
|
|
25027
|
-
description: Only provided when action is "
|
|
25027
|
+
description: Only provided when action is "book_and_send". Method "email" is always required; when "peppol" is used, "email" acts as the fallback for when Peppol sending fails.
|
|
25028
25028
|
items:
|
|
25029
25029
|
type: object
|
|
25030
25030
|
properties:
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
---
|
|
2
|
+
category: addition
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
We clarified that `invoice_generation.sending_methods` on `subscriptions.create` and `subscriptions.update` must always include `email` when the action is `book_and_send`. When `peppol` is used, `email` acts as the fallback for when Peppol sending fails.
|
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.218.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"
|