@kohost/api-client 3.8.2 → 3.8.3

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.
@@ -93,6 +93,7 @@
93
93
  "ecobee",
94
94
  "epson",
95
95
  "geovision-rs",
96
+ "geovision-as-manager",
96
97
  "honeywell-vista",
97
98
  "igor",
98
99
  "inncom",
@@ -0,0 +1,40 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "vendor.json",
4
+ "title": "Vendor",
5
+ "type": "object",
6
+ "required": ["name", "lastName"],
7
+ "properties": {
8
+ "id": {
9
+ "$ref": "definitions.json#/definitions/id"
10
+ },
11
+ "type": {
12
+ "type": "string",
13
+ "default": "vendor",
14
+ "enum": ["vendor"]
15
+ },
16
+ "name": {
17
+ "type": "string"
18
+ },
19
+ "phone": {
20
+ "type": ["string", "null"],
21
+ "pattern": "^\\+[0-9]{1,14}$"
22
+ },
23
+ "email": {
24
+ "type": ["string", "null"],
25
+ "format": "email"
26
+ },
27
+ "address": {
28
+ "$ref": "definitions.json#/definitions/address"
29
+ },
30
+ "photo": {
31
+ "$ref": "mediaFile.json#"
32
+ },
33
+ "createdAt": {
34
+ "$ref": "definitions.json#/definitions/createdAt"
35
+ },
36
+ "updatedAt": {
37
+ "$ref": "definitions.json#/definitions/updatedAt"
38
+ }
39
+ }
40
+ }
@@ -7220,6 +7220,7 @@ var require_definitions = __commonJS({
7220
7220
  "ecobee",
7221
7221
  "epson",
7222
7222
  "geovision-rs",
7223
+ "geovision-as-manager",
7223
7224
  "honeywell-vista",
7224
7225
  "igor",
7225
7226
  "inncom",