@odda-studio/cms-models
Advanced tools
+2
-2
@@ -575,4 +575,4 @@ import { ColumnType } from './column-type'; | ||
| autoBuild?: { | ||
| forms?: boolean; | ||
| tables?: boolean; | ||
| forms?: boolean | string[][]; | ||
| tables?: boolean | string[]; | ||
| }; | ||
@@ -579,0 +579,0 @@ meta?: any; |
+2
-0
@@ -10,2 +10,3 @@ "use strict"; | ||
| 'setDefaultColumns', | ||
| 'autoBuild', | ||
| ]; | ||
@@ -38,2 +39,3 @@ const res = Object.assign({}, schema); | ||
| 'class', | ||
| 'pipe', | ||
| ]; | ||
@@ -40,0 +42,0 @@ keys.forEach((key) => delete res[key]); |
+2
-1
| { | ||
| "name": "@odda-studio/cms-models", | ||
| "version": "1.0.21", | ||
| "version": "1.0.22", | ||
| "description": "", | ||
@@ -10,2 +10,3 @@ "main": "index.js", | ||
| "test": "echo \"Error: no test specified\" && exit 1", | ||
| "export-schema": "ts-node export-schema.ts", | ||
| "build": "npm version patch && tsc && cp ./package.json ./dist/package.json && cp ./tsconfig.json ./dist/tsconfig.json && cd dist && npm publish --access public" | ||
@@ -12,0 +13,0 @@ }, |
43614
0.25%1041
0.19%