@teamleader/focus-api-specification 1.109.0 → 1.111.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.111.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -31579,6 +31579,10 @@ paths:
|
|
|
31579
31579
|
type: string
|
|
31580
31580
|
example: '2016-02-04'
|
|
31581
31581
|
nullable: true
|
|
31582
|
+
order_number:
|
|
31583
|
+
type: number
|
|
31584
|
+
example: 32
|
|
31585
|
+
nullable: true
|
|
31582
31586
|
delivery_date:
|
|
31583
31587
|
type: string
|
|
31584
31588
|
example: '2016-10-14'
|
|
@@ -31829,6 +31833,10 @@ paths:
|
|
|
31829
31833
|
type: string
|
|
31830
31834
|
example: '2016-02-04'
|
|
31831
31835
|
nullable: true
|
|
31836
|
+
order_number:
|
|
31837
|
+
type: number
|
|
31838
|
+
example: 32
|
|
31839
|
+
nullable: true
|
|
31832
31840
|
delivery_date:
|
|
31833
31841
|
type: string
|
|
31834
31842
|
example: '2016-10-14'
|
|
@@ -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.111.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -31252,6 +31252,10 @@ components:
|
|
|
31252
31252
|
type: string
|
|
31253
31253
|
example: '2016-02-04'
|
|
31254
31254
|
nullable: true
|
|
31255
|
+
order_number:
|
|
31256
|
+
type: number
|
|
31257
|
+
example: 32
|
|
31258
|
+
nullable: true
|
|
31255
31259
|
delivery_date:
|
|
31256
31260
|
type: string
|
|
31257
31261
|
example: '2016-10-14'
|
|
@@ -31363,6 +31367,10 @@ components:
|
|
|
31363
31367
|
type: string
|
|
31364
31368
|
example: '2016-02-04'
|
|
31365
31369
|
nullable: true
|
|
31370
|
+
order_number:
|
|
31371
|
+
type: number
|
|
31372
|
+
example: 32
|
|
31373
|
+
nullable: true
|
|
31366
31374
|
delivery_date:
|
|
31367
31375
|
type: string
|
|
31368
31376
|
example: '2016-10-14'
|
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.111.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"
|