@ronin/compiler 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +14264 -2
- package/dist/index.js +4 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -404,7 +404,10 @@ var SYSTEM_SCHEMAS = [
|
|
404
404
|
{ slug: "idPrefix", type: "string" },
|
405
405
|
{ slug: "identifiers", type: "group" },
|
406
406
|
{ slug: "identifiers.title", type: "string" },
|
407
|
-
{ slug: "identifiers.slug", type: "string" }
|
407
|
+
{ slug: "identifiers.slug", type: "string" },
|
408
|
+
{ slug: "fields", type: "json" },
|
409
|
+
{ slug: "indexes", type: "json" },
|
410
|
+
{ slug: "triggers", type: "json" }
|
408
411
|
]
|
409
412
|
},
|
410
413
|
{
|