@teamleader/focus-api-specification 1.34.0 → 1.36.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.36.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
|
|
@@ -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.36.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
|
|
@@ -18708,6 +18710,9 @@ components:
|
|
|
18708
18710
|
vat_number:
|
|
18709
18711
|
type: string
|
|
18710
18712
|
example: BE 0899.623.035
|
|
18713
|
+
national_identification_number:
|
|
18714
|
+
type: string
|
|
18715
|
+
example: '63326426'
|
|
18711
18716
|
status:
|
|
18712
18717
|
type: string
|
|
18713
18718
|
enum:
|
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.36.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"
|