@velocitycareerlabs/common-schemas 1.25.0-dev-build.129b79772 → 1.25.0-dev-build.1e412cbf1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@velocitycareerlabs/common-schemas",
3
- "version": "1.25.0-dev-build.129b79772",
3
+ "version": "1.25.0-dev-build.1e412cbf1",
4
4
  "description": "Set of validation schemas",
5
5
  "repository": "https://github.com/velocitycareerlabs/packages",
6
6
  "main": "index.js",
@@ -9,5 +9,5 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "gitHead": "24e6e7df9f53c4a5511f50030af529fa1dbd24f3"
12
+ "gitHead": "a9e187237cc8fbe7565ca3bc554d4ea8f19c9f8f"
13
13
  }
@@ -29,10 +29,6 @@
29
29
  "id": {
30
30
  "type": "string",
31
31
  "description": "Just the id fragment, without the hash"
32
- },
33
- "keyTransfer": {
34
- "type": "string",
35
- "enum": ["Webhook"]
36
32
  }
37
33
  }
38
34
  },
@@ -43,4 +39,4 @@
43
39
  "id",
44
40
  "type"
45
41
  ]
46
- }
42
+ }
@@ -32,9 +32,6 @@
32
32
  "format": "uri"
33
33
  }
34
34
  },
35
- "secureMessagesUrl": {
36
- "type": "string"
37
- },
38
35
  "contactEmail": {
39
36
  "type": "string",
40
37
  "format": "email"
@@ -169,4 +166,4 @@
169
166
  "format": "uri"
170
167
  }
171
168
  }
172
- }
169
+ }
@@ -48,9 +48,6 @@
48
48
  ]
49
49
  }
50
50
  },
51
- "supportsSecureMessages": {
52
- "type": "boolean"
53
- },
54
51
  "createdAt": {
55
52
  "type": "string",
56
53
  "format": "date-time"