@teamleader/focus-api-specification 1.10.0 → 1.11.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.11.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -43,10 +43,6 @@ tags:
|
|
|
43
43
|
- name: notes
|
|
44
44
|
description: Notes
|
|
45
45
|
x-displayName: Notes
|
|
46
|
-
- name: orders
|
|
47
|
-
description: |
|
|
48
|
-
***Required scopes:*** `orders`
|
|
49
|
-
x-displayName: Orders
|
|
50
46
|
- name: email_tracking
|
|
51
47
|
description: Email Tracking
|
|
52
48
|
x-displayName: Email Tracking
|
|
@@ -113,6 +109,10 @@ tags:
|
|
|
113
109
|
|
|
114
110
|
***Required scopes:*** `deals`
|
|
115
111
|
x-displayName: Quotations
|
|
112
|
+
- name: orders
|
|
113
|
+
description: |
|
|
114
|
+
***Required scopes:*** `orders`
|
|
115
|
+
x-displayName: Orders
|
|
116
116
|
- name: meetings
|
|
117
117
|
description: Meetings
|
|
118
118
|
x-displayName: Meetings
|
|
@@ -31215,8 +31215,8 @@ x-tagGroups:
|
|
|
31215
31215
|
- deal_pipelines
|
|
31216
31216
|
- deal_phases
|
|
31217
31217
|
- deal_sources
|
|
31218
|
-
- orders
|
|
31219
31218
|
- quotations
|
|
31219
|
+
- orders
|
|
31220
31220
|
- name: Calendar
|
|
31221
31221
|
tags:
|
|
31222
31222
|
- meetings
|
|
@@ -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.11.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -43,10 +43,6 @@ tags:
|
|
|
43
43
|
- name: notes
|
|
44
44
|
description: Notes
|
|
45
45
|
x-displayName: Notes
|
|
46
|
-
- name: orders
|
|
47
|
-
description: |
|
|
48
|
-
***Required scopes:*** `orders`
|
|
49
|
-
x-displayName: Orders
|
|
50
46
|
- name: email_tracking
|
|
51
47
|
description: Email Tracking
|
|
52
48
|
x-displayName: Email Tracking
|
|
@@ -113,6 +109,10 @@ tags:
|
|
|
113
109
|
|
|
114
110
|
***Required scopes:*** `deals`
|
|
115
111
|
x-displayName: Quotations
|
|
112
|
+
- name: orders
|
|
113
|
+
description: |
|
|
114
|
+
***Required scopes:*** `orders`
|
|
115
|
+
x-displayName: Orders
|
|
116
116
|
- name: meetings
|
|
117
117
|
description: Meetings
|
|
118
118
|
x-displayName: Meetings
|
|
@@ -28047,8 +28047,8 @@ x-tagGroups:
|
|
|
28047
28047
|
- deal_pipelines
|
|
28048
28048
|
- deal_phases
|
|
28049
28049
|
- deal_sources
|
|
28050
|
-
- orders
|
|
28051
28050
|
- quotations
|
|
28051
|
+
- orders
|
|
28052
28052
|
- name: Calendar
|
|
28053
28053
|
tags:
|
|
28054
28054
|
- meetings
|
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.11.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"
|