@bendyline/gilde 0.1.43 → 0.1.44

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": "@bendyline/gilde",
3
- "version": "0.1.43",
3
+ "version": "0.1.44",
4
4
  "description": "The gilde catalog: model manifests, toolsets, craftbooks, roles, and project types for gezel.",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -286,6 +286,28 @@
286
286
  "type": "integer",
287
287
  "exclusiveMinimum": 0,
288
288
  "maximum": 9007199254740991
289
+ },
290
+ "draftModel": {
291
+ "type": "object",
292
+ "properties": {
293
+ "filename": {
294
+ "type": "string"
295
+ },
296
+ "sha256": {
297
+ "type": "string",
298
+ "pattern": "^[a-f0-9]{64}$"
299
+ },
300
+ "sizeBytes": {
301
+ "type": "integer",
302
+ "exclusiveMinimum": 0,
303
+ "maximum": 9007199254740991
304
+ }
305
+ },
306
+ "required": [
307
+ "filename",
308
+ "sha256",
309
+ "sizeBytes"
310
+ ]
289
311
  }
290
312
  },
291
313
  "required": [