@teamleader/focus-api-specification 1.138.0 → 1.140.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.138.0
6
+ version: 1.140.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -15940,8 +15940,8 @@ paths:
15940
15940
  type:
15941
15941
  type: string
15942
15942
  enum:
15943
- - incoming_invoice
15944
- - incoming_credit_note
15943
+ - incomingInvoice
15944
+ - incomingCreditNote
15945
15945
  - receipt
15946
15946
  email_address:
15947
15947
  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.138.0
6
+ version: 1.140.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -7563,8 +7563,8 @@ paths:
7563
7563
  type:
7564
7564
  type: string
7565
7565
  enum:
7566
- - incoming_invoice
7567
- - incoming_credit_note
7566
+ - incomingInvoice
7567
+ - incomingCreditNote
7568
7568
  - receipt
7569
7569
  email_address:
7570
7570
  type: string
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.138.0",
4
+ "version": "1.140.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"