@teamleader/focus-api-specification 1.118.0 → 1.120.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.120.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -12369,6 +12369,13 @@ paths:
|
|
|
12369
12369
|
- title: TypeAndId
|
|
12370
12370
|
type: object
|
|
12371
12371
|
properties: *ref_1
|
|
12372
|
+
subscription:
|
|
12373
|
+
type: object
|
|
12374
|
+
nullable: true
|
|
12375
|
+
allOf:
|
|
12376
|
+
- title: TypeAndId
|
|
12377
|
+
type: object
|
|
12378
|
+
properties: *ref_1
|
|
12372
12379
|
delivery_date:
|
|
12373
12380
|
type: string
|
|
12374
12381
|
nullable: true
|
|
@@ -12446,6 +12453,9 @@ paths:
|
|
|
12446
12453
|
project:
|
|
12447
12454
|
type: project
|
|
12448
12455
|
id: 179e1564-493b-4305-8c54-a34fc80920fc
|
|
12456
|
+
subscription:
|
|
12457
|
+
type: subscription
|
|
12458
|
+
id: 8631bbbf-bead-4f6e-a2ab-58ec9bbd997a
|
|
12449
12459
|
example:
|
|
12450
12460
|
data:
|
|
12451
12461
|
- id: 2aa4a6a9-9ce8-4851-a9b3-26aea2ea14c4
|
|
@@ -12518,6 +12528,9 @@ paths:
|
|
|
12518
12528
|
project:
|
|
12519
12529
|
type: project
|
|
12520
12530
|
id: 179e1564-493b-4305-8c54-a34fc80920fc
|
|
12531
|
+
subscription:
|
|
12532
|
+
type: subscription
|
|
12533
|
+
id: 8631bbbf-bead-4f6e-a2ab-58ec9bbd997a
|
|
12521
12534
|
deprecated: false
|
|
12522
12535
|
/invoices.info:
|
|
12523
12536
|
post:
|
|
@@ -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.120.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -6128,6 +6128,9 @@ paths:
|
|
|
6128
6128
|
project:
|
|
6129
6129
|
type: project
|
|
6130
6130
|
id: 179e1564-493b-4305-8c54-a34fc80920fc
|
|
6131
|
+
subscription:
|
|
6132
|
+
type: subscription
|
|
6133
|
+
id: 8631bbbf-bead-4f6e-a2ab-58ec9bbd997a
|
|
6131
6134
|
example:
|
|
6132
6135
|
data:
|
|
6133
6136
|
- id: 2aa4a6a9-9ce8-4851-a9b3-26aea2ea14c4
|
|
@@ -6200,6 +6203,9 @@ paths:
|
|
|
6200
6203
|
project:
|
|
6201
6204
|
type: project
|
|
6202
6205
|
id: 179e1564-493b-4305-8c54-a34fc80920fc
|
|
6206
|
+
subscription:
|
|
6207
|
+
type: subscription
|
|
6208
|
+
id: 8631bbbf-bead-4f6e-a2ab-58ec9bbd997a
|
|
6203
6209
|
deprecated: false
|
|
6204
6210
|
/invoices.info:
|
|
6205
6211
|
post:
|
|
@@ -22852,6 +22858,11 @@ components:
|
|
|
22852
22858
|
nullable: true
|
|
22853
22859
|
allOf:
|
|
22854
22860
|
- $ref: '#/components/schemas/TypeAndId'
|
|
22861
|
+
subscription:
|
|
22862
|
+
type: object
|
|
22863
|
+
nullable: true
|
|
22864
|
+
allOf:
|
|
22865
|
+
- $ref: '#/components/schemas/TypeAndId'
|
|
22855
22866
|
delivery_date:
|
|
22856
22867
|
type: string
|
|
22857
22868
|
nullable: true
|
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.120.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"
|