@tryghost/admin-api-schema 2.10.0 → 2.12.1

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.
@@ -13,6 +13,10 @@
13
13
  "type": "string",
14
14
  "maxLength": 191
15
15
  },
16
+ "description": {
17
+ "type": "string",
18
+ "maxLength": 191
19
+ },
16
20
  "slug": {
17
21
  "type": ["string", "null"],
18
22
  "maxLength": 191
@@ -24,9 +28,16 @@
24
28
  "active": {
25
29
  "type": "boolean"
26
30
  },
31
+ "visibility": {
32
+ "type": "string",
33
+ "enum": ["public", "none"]
34
+ },
27
35
  "updated_at": {
28
36
  "strip": true
29
37
  },
38
+ "type": {
39
+ "strip": true
40
+ },
30
41
  "created_at": {
31
42
  "strip": true
32
43
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/admin-api-schema",
3
- "version": "2.10.0",
3
+ "version": "2.12.1",
4
4
  "repository": "https://github.com/TryGhost/SDK/tree/master/packages/admin-api-schema",
5
5
  "author": "Ghost Foundation",
6
6
  "license": "MIT",
@@ -24,8 +24,8 @@
24
24
  "sinon": "9.2.4"
25
25
  },
26
26
  "dependencies": {
27
- "@tryghost/errors": "^0.2.10",
27
+ "@tryghost/errors": "^1.0.0",
28
28
  "lodash": "^4.17.11"
29
29
  },
30
- "gitHead": "f8813610f5ba4eed4fbcbd025eddf78795fd8aab"
30
+ "gitHead": "e6e87b23a1f73d037a0dcd46d0069b7efd29663b"
31
31
  }