@teamleader/focus-api-specification 1.143.0 → 1.145.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.145.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -9789,6 +9789,10 @@ paths:
|
|
|
9789
9789
|
milestone_id:
|
|
9790
9790
|
type: string
|
|
9791
9791
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
9792
|
+
group_id:
|
|
9793
|
+
type: string
|
|
9794
|
+
description: filter by nextgen project group. Cannot be combined with `milestone_id`.
|
|
9795
|
+
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
9792
9796
|
term:
|
|
9793
9797
|
type: string
|
|
9794
9798
|
example: funny joke HR meeting
|
|
@@ -12858,15 +12862,14 @@ paths:
|
|
|
12858
12862
|
type: object
|
|
12859
12863
|
oneOf: &ref_68
|
|
12860
12864
|
- type: object
|
|
12861
|
-
title: With method & reference
|
|
12865
|
+
title: With method & optional reference
|
|
12862
12866
|
properties:
|
|
12863
12867
|
method:
|
|
12864
12868
|
type: string
|
|
12865
12869
|
enum:
|
|
12866
|
-
- sepa_direct_debit
|
|
12867
12870
|
- direct_debit
|
|
12868
12871
|
- credit_card
|
|
12869
|
-
example:
|
|
12872
|
+
example: credit_card
|
|
12870
12873
|
reference:
|
|
12871
12874
|
type: string
|
|
12872
12875
|
nullable: true
|
|
@@ -12883,6 +12886,19 @@ paths:
|
|
|
12883
12886
|
- bank_transfer
|
|
12884
12887
|
- payment_card
|
|
12885
12888
|
example: cash
|
|
12889
|
+
- type: object
|
|
12890
|
+
title: SEPA direct debit
|
|
12891
|
+
properties:
|
|
12892
|
+
method:
|
|
12893
|
+
type: string
|
|
12894
|
+
enum:
|
|
12895
|
+
- sepa_direct_debit
|
|
12896
|
+
example: sepa_direct_debit
|
|
12897
|
+
reference:
|
|
12898
|
+
type: string
|
|
12899
|
+
example: AB1234
|
|
12900
|
+
required:
|
|
12901
|
+
- reference
|
|
12886
12902
|
file:
|
|
12887
12903
|
type: object
|
|
12888
12904
|
nullable: true
|
|
@@ -13323,6 +13339,13 @@ paths:
|
|
|
13323
13339
|
type: string
|
|
13324
13340
|
nullable: true
|
|
13325
13341
|
example: Some comments about the invoice
|
|
13342
|
+
expected_payment_method:
|
|
13343
|
+
type: object
|
|
13344
|
+
nullable: true
|
|
13345
|
+
allOf:
|
|
13346
|
+
- title: ExpectedPaymentMethod
|
|
13347
|
+
type: object
|
|
13348
|
+
oneOf: *ref_68
|
|
13326
13349
|
custom_fields:
|
|
13327
13350
|
type: array
|
|
13328
13351
|
items:
|
|
@@ -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.145.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -21469,6 +21469,10 @@ components:
|
|
|
21469
21469
|
milestone_id:
|
|
21470
21470
|
type: string
|
|
21471
21471
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
21472
|
+
group_id:
|
|
21473
|
+
type: string
|
|
21474
|
+
description: filter by nextgen project group. Cannot be combined with `milestone_id`.
|
|
21475
|
+
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
21472
21476
|
term:
|
|
21473
21477
|
type: string
|
|
21474
21478
|
example: funny joke HR meeting
|
|
@@ -22984,15 +22988,14 @@ components:
|
|
|
22984
22988
|
type: object
|
|
22985
22989
|
oneOf:
|
|
22986
22990
|
- type: object
|
|
22987
|
-
title: With method & reference
|
|
22991
|
+
title: With method & optional reference
|
|
22988
22992
|
properties:
|
|
22989
22993
|
method:
|
|
22990
22994
|
type: string
|
|
22991
22995
|
enum:
|
|
22992
|
-
- sepa_direct_debit
|
|
22993
22996
|
- direct_debit
|
|
22994
22997
|
- credit_card
|
|
22995
|
-
example:
|
|
22998
|
+
example: credit_card
|
|
22996
22999
|
reference:
|
|
22997
23000
|
type: string
|
|
22998
23001
|
nullable: true
|
|
@@ -23009,6 +23012,19 @@ components:
|
|
|
23009
23012
|
- bank_transfer
|
|
23010
23013
|
- payment_card
|
|
23011
23014
|
example: cash
|
|
23015
|
+
- type: object
|
|
23016
|
+
title: SEPA direct debit
|
|
23017
|
+
properties:
|
|
23018
|
+
method:
|
|
23019
|
+
type: string
|
|
23020
|
+
enum:
|
|
23021
|
+
- sepa_direct_debit
|
|
23022
|
+
example: sepa_direct_debit
|
|
23023
|
+
reference:
|
|
23024
|
+
type: string
|
|
23025
|
+
example: AB1234
|
|
23026
|
+
required:
|
|
23027
|
+
- reference
|
|
23012
23028
|
PeppolStatus:
|
|
23013
23029
|
title: PeppolStatus
|
|
23014
23030
|
enum:
|
|
@@ -23427,6 +23443,11 @@ components:
|
|
|
23427
23443
|
type: string
|
|
23428
23444
|
nullable: true
|
|
23429
23445
|
example: Some comments about the invoice
|
|
23446
|
+
expected_payment_method:
|
|
23447
|
+
type: object
|
|
23448
|
+
nullable: true
|
|
23449
|
+
allOf:
|
|
23450
|
+
- $ref: '#/components/schemas/ExpectedPaymentMethod'
|
|
23430
23451
|
custom_fields:
|
|
23431
23452
|
type: array
|
|
23432
23453
|
items:
|
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.145.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"
|