🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@odda-studio/cms-models

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@odda-studio/cms-models - npm Package Compare versions

Comparing version
1.0.19
to
1.0.20
+5
-0
model.d.ts

@@ -377,2 +377,3 @@ import { ColumnType } from './column-type';

requiredTrue?: boolean;
pipe?: string;
options?: Array<{

@@ -574,2 +575,6 @@ text: string;

setDefaultColumns?: boolean;
autoBuild?: {
forms?: boolean;
tables?: boolean;
};
meta?: any;

@@ -576,0 +581,0 @@ }

+1
-0

@@ -65,2 +65,3 @@ import { RelationType } from './model';

relationType?: RelationType;
pipe?: string;
}

@@ -67,0 +68,0 @@ export interface IFieldsGroup {

+1
-1
{
"name": "@odda-studio/cms-models",
"version": "1.0.19",
"version": "1.0.20",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",