@teamleader/focus-api-specification 1.33.0 → 1.35.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.35.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -4660,6 +4660,9 @@ paths:
4660
4660
  vat_number:
4661
4661
  type: string
4662
4662
  example: BE 0899.623.035
4663
+ national_identification_number:
4664
+ type: string
4665
+ example: '63326426'
4663
4666
  status:
4664
4667
  type: string
4665
4668
  enum:
@@ -4703,6 +4706,7 @@ paths:
4703
4706
  - expo
4704
4707
  - lead
4705
4708
  vat_number: BE 0899.623.035
4709
+ national_identification_number: '63326426'
4706
4710
  status: active
4707
4711
  page:
4708
4712
  size: 20
@@ -4724,6 +4728,7 @@ paths:
4724
4728
  - expo
4725
4729
  - lead
4726
4730
  vat_number: BE 0899.623.035
4731
+ national_identification_number: '63326426'
4727
4732
  status: active
4728
4733
  page:
4729
4734
  size: 20
@@ -8513,6 +8518,10 @@ paths:
8513
8518
  title: CurrencyExchangeRate
8514
8519
  type: object
8515
8520
  properties: *ref_34
8521
+ text:
8522
+ type: string
8523
+ description: Uses Markdown formatting
8524
+ example: Quotation text
8516
8525
  total:
8517
8526
  type: object
8518
8527
  properties:
@@ -8644,6 +8653,7 @@ paths:
8644
8653
  from: USD
8645
8654
  to: EUR
8646
8655
  rate: 1.1234
8656
+ text: Quotation text
8647
8657
  total:
8648
8658
  tax_exclusive:
8649
8659
  amount: 123.3
@@ -8729,6 +8739,7 @@ paths:
8729
8739
  from: USD
8730
8740
  to: EUR
8731
8741
  rate: 1.1234
8742
+ text: Quotation text
8732
8743
  total:
8733
8744
  tax_exclusive:
8734
8745
  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.35.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -2382,6 +2382,7 @@ paths:
2382
2382
  - expo
2383
2383
  - lead
2384
2384
  vat_number: BE 0899.623.035
2385
+ national_identification_number: '63326426'
2385
2386
  status: active
2386
2387
  page:
2387
2388
  size: 20
@@ -2403,6 +2404,7 @@ paths:
2403
2404
  - expo
2404
2405
  - lead
2405
2406
  vat_number: BE 0899.623.035
2407
+ national_identification_number: '63326426'
2406
2408
  status: active
2407
2409
  page:
2408
2410
  size: 20
@@ -4363,6 +4365,7 @@ paths:
4363
4365
  from: USD
4364
4366
  to: EUR
4365
4367
  rate: 1.1234
4368
+ text: Quotation text
4366
4369
  total:
4367
4370
  tax_exclusive:
4368
4371
  amount: 123.3
@@ -4448,6 +4451,7 @@ paths:
4448
4451
  from: USD
4449
4452
  to: EUR
4450
4453
  rate: 1.1234
4454
+ text: Quotation text
4451
4455
  total:
4452
4456
  tax_exclusive:
4453
4457
  amount: 123.3
@@ -18706,6 +18710,9 @@ components:
18706
18710
  vat_number:
18707
18711
  type: string
18708
18712
  example: BE 0899.623.035
18713
+ national_identification_number:
18714
+ type: string
18715
+ example: '63326426'
18709
18716
  status:
18710
18717
  type: string
18711
18718
  enum:
@@ -20535,6 +20542,10 @@ components:
20535
20542
  example: USD
20536
20543
  currency_exchange_rate:
20537
20544
  $ref: '#/components/schemas/CurrencyExchangeRate'
20545
+ text:
20546
+ type: string
20547
+ description: Uses Markdown formatting
20548
+ example: Quotation text
20538
20549
  total:
20539
20550
  type: object
20540
20551
  properties:
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added `text` to the response of `quotations.info`.
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added `national_identification_number` to the filters on `companies.list`.
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.35.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"