@teamleader/focus-api-specification 1.33.0 → 1.34.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.33.0
6
+ version: 1.34.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -8513,6 +8513,10 @@ paths:
8513
8513
  title: CurrencyExchangeRate
8514
8514
  type: object
8515
8515
  properties: *ref_34
8516
+ text:
8517
+ type: string
8518
+ description: Uses Markdown formatting
8519
+ example: Quotation text
8516
8520
  total:
8517
8521
  type: object
8518
8522
  properties:
@@ -8644,6 +8648,7 @@ paths:
8644
8648
  from: USD
8645
8649
  to: EUR
8646
8650
  rate: 1.1234
8651
+ text: Quotation text
8647
8652
  total:
8648
8653
  tax_exclusive:
8649
8654
  amount: 123.3
@@ -8729,6 +8734,7 @@ paths:
8729
8734
  from: USD
8730
8735
  to: EUR
8731
8736
  rate: 1.1234
8737
+ text: Quotation text
8732
8738
  total:
8733
8739
  tax_exclusive:
8734
8740
  amount: 123.3
@@ -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.33.0
6
+ version: 1.34.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -4363,6 +4363,7 @@ paths:
4363
4363
  from: USD
4364
4364
  to: EUR
4365
4365
  rate: 1.1234
4366
+ text: Quotation text
4366
4367
  total:
4367
4368
  tax_exclusive:
4368
4369
  amount: 123.3
@@ -4448,6 +4449,7 @@ paths:
4448
4449
  from: USD
4449
4450
  to: EUR
4450
4451
  rate: 1.1234
4452
+ text: Quotation text
4451
4453
  total:
4452
4454
  tax_exclusive:
4453
4455
  amount: 123.3
@@ -20535,6 +20537,10 @@ components:
20535
20537
  example: USD
20536
20538
  currency_exchange_rate:
20537
20539
  $ref: '#/components/schemas/CurrencyExchangeRate'
20540
+ text:
20541
+ type: string
20542
+ description: Uses Markdown formatting
20543
+ example: Quotation text
20538
20544
  total:
20539
20545
  type: object
20540
20546
  properties:
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added `text` to the response of `quotations.info`.
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.33.0",
4
+ "version": "1.34.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"