@teamleader/focus-api-specification 1.47.0 → 1.82.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.47.0
6
+ version: 1.82.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -14696,6 +14696,7 @@ paths:
14696
14696
  type: string
14697
14697
  enum:
14698
14698
  - email
14699
+ - peppol
14699
14700
  - postal_service
14700
14701
  example: email
14701
14702
  payment_method:
@@ -14866,6 +14867,7 @@ paths:
14866
14867
  type: string
14867
14868
  enum:
14868
14869
  - email
14870
+ - peppol
14869
14871
  - postal_service
14870
14872
  example: email
14871
14873
  required:
@@ -15032,6 +15034,7 @@ paths:
15032
15034
  type: string
15033
15035
  enum:
15034
15036
  - email
15037
+ - peppol
15035
15038
  - postal_service
15036
15039
  example: email
15037
15040
  required:
@@ -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.47.0
6
+ version: 1.82.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -23654,6 +23654,7 @@ components:
23654
23654
  type: string
23655
23655
  enum:
23656
23656
  - email
23657
+ - peppol
23657
23658
  - postal_service
23658
23659
  example: email
23659
23660
  payment_method:
@@ -23748,6 +23749,7 @@ components:
23748
23749
  type: string
23749
23750
  enum:
23750
23751
  - email
23752
+ - peppol
23751
23753
  - postal_service
23752
23754
  example: email
23753
23755
  required:
@@ -23869,6 +23871,7 @@ components:
23869
23871
  type: string
23870
23872
  enum:
23871
23873
  - email
23874
+ - peppol
23872
23875
  - postal_service
23873
23876
  example: email
23874
23877
  required:
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added `peppol` as a possible `sending_methods` value on the `subscriptions.info`, `subscriptions.create` and `subscriptions.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.47.0",
4
+ "version": "1.82.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"