@teamleader/focus-api-specification 1.130.0 → 1.132.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.132.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -2268,6 +2268,7 @@ paths:
|
|
|
2268
2268
|
- creditNote
|
|
2269
2269
|
- deal
|
|
2270
2270
|
- invoice
|
|
2271
|
+
- meeting
|
|
2271
2272
|
- nextgenProject
|
|
2272
2273
|
- product
|
|
2273
2274
|
- project
|
|
@@ -2385,6 +2386,7 @@ paths:
|
|
|
2385
2386
|
- creditNote
|
|
2386
2387
|
- deal
|
|
2387
2388
|
- invoice
|
|
2389
|
+
- meeting
|
|
2388
2390
|
- nextgenProject
|
|
2389
2391
|
- product
|
|
2390
2392
|
- quotation
|
|
@@ -9848,6 +9850,17 @@ paths:
|
|
|
9848
9850
|
created_at:
|
|
9849
9851
|
type: string
|
|
9850
9852
|
example: '2020-02-01T10:33:45+00:00'
|
|
9853
|
+
created_by:
|
|
9854
|
+
type: object
|
|
9855
|
+
nullable: true
|
|
9856
|
+
allOf:
|
|
9857
|
+
- title: TypeAndId
|
|
9858
|
+
type: object
|
|
9859
|
+
properties: *ref_1
|
|
9860
|
+
- properties:
|
|
9861
|
+
type:
|
|
9862
|
+
type: string
|
|
9863
|
+
example: user
|
|
9851
9864
|
scheduled_at:
|
|
9852
9865
|
type: string
|
|
9853
9866
|
example: '2020-02-04T16:44:33+00:00'
|
|
@@ -9972,6 +9985,9 @@ paths:
|
|
|
9972
9985
|
title: My meeting
|
|
9973
9986
|
description: My meeting description
|
|
9974
9987
|
created_at: '2020-02-01T10:33:45+00:00'
|
|
9988
|
+
creaded_by:
|
|
9989
|
+
type: user
|
|
9990
|
+
id: b5094b3f-bb7a-0391-b01b-e709773f3509
|
|
9975
9991
|
scheduled_at: '2020-02-04T16:44:33+00:00'
|
|
9976
9992
|
duration:
|
|
9977
9993
|
unit: min
|
|
@@ -10093,6 +10109,17 @@ paths:
|
|
|
10093
10109
|
created_at:
|
|
10094
10110
|
type: string
|
|
10095
10111
|
example: '2020-02-01T10:33:45+00:00'
|
|
10112
|
+
created_by:
|
|
10113
|
+
type: object
|
|
10114
|
+
nullable: true
|
|
10115
|
+
allOf:
|
|
10116
|
+
- title: TypeAndId
|
|
10117
|
+
type: object
|
|
10118
|
+
properties: *ref_1
|
|
10119
|
+
- properties:
|
|
10120
|
+
type:
|
|
10121
|
+
type: string
|
|
10122
|
+
example: user
|
|
10096
10123
|
scheduled_at:
|
|
10097
10124
|
type: string
|
|
10098
10125
|
example: '2020-02-04T16:44:33+00:00'
|
|
@@ -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.132.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -5009,6 +5009,9 @@ paths:
|
|
|
5009
5009
|
title: My meeting
|
|
5010
5010
|
description: My meeting description
|
|
5011
5011
|
created_at: '2020-02-01T10:33:45+00:00'
|
|
5012
|
+
creaded_by:
|
|
5013
|
+
type: user
|
|
5014
|
+
id: b5094b3f-bb7a-0391-b01b-e709773f3509
|
|
5012
5015
|
scheduled_at: '2020-02-04T16:44:33+00:00'
|
|
5013
5016
|
duration:
|
|
5014
5017
|
unit: min
|
|
@@ -17876,6 +17879,7 @@ components:
|
|
|
17876
17879
|
- creditNote
|
|
17877
17880
|
- deal
|
|
17878
17881
|
- invoice
|
|
17882
|
+
- meeting
|
|
17879
17883
|
- nextgenProject
|
|
17880
17884
|
- product
|
|
17881
17885
|
- project
|
|
@@ -17937,6 +17941,7 @@ components:
|
|
|
17937
17941
|
- creditNote
|
|
17938
17942
|
- deal
|
|
17939
17943
|
- invoice
|
|
17944
|
+
- meeting
|
|
17940
17945
|
- nextgenProject
|
|
17941
17946
|
- product
|
|
17942
17947
|
- quotation
|
|
@@ -21547,6 +21552,15 @@ components:
|
|
|
21547
21552
|
created_at:
|
|
21548
21553
|
type: string
|
|
21549
21554
|
example: '2020-02-01T10:33:45+00:00'
|
|
21555
|
+
created_by:
|
|
21556
|
+
type: object
|
|
21557
|
+
nullable: true
|
|
21558
|
+
allOf:
|
|
21559
|
+
- $ref: '#/components/schemas/TypeAndId'
|
|
21560
|
+
- properties:
|
|
21561
|
+
type:
|
|
21562
|
+
type: string
|
|
21563
|
+
example: user
|
|
21550
21564
|
scheduled_at:
|
|
21551
21565
|
type: string
|
|
21552
21566
|
example: '2020-02-04T16:44:33+00:00'
|
|
@@ -21690,6 +21704,15 @@ components:
|
|
|
21690
21704
|
created_at:
|
|
21691
21705
|
type: string
|
|
21692
21706
|
example: '2020-02-01T10:33:45+00:00'
|
|
21707
|
+
created_by:
|
|
21708
|
+
type: object
|
|
21709
|
+
nullable: true
|
|
21710
|
+
allOf:
|
|
21711
|
+
- $ref: '#/components/schemas/TypeAndId'
|
|
21712
|
+
- properties:
|
|
21713
|
+
type:
|
|
21714
|
+
type: string
|
|
21715
|
+
example: user
|
|
21693
21716
|
scheduled_at:
|
|
21694
21717
|
type: string
|
|
21695
21718
|
example: '2020-02-04T16:44:33+00:00'
|
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.132.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"
|