@snowtop/ent 0.1.0-alpha109 → 0.1.0-alpha110

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": "@snowtop/ent",
3
- "version": "0.1.0-alpha109",
3
+ "version": "0.1.0-alpha110",
4
4
  "description": "snowtop ent framework",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -264,6 +264,7 @@ export interface ActionField {
264
264
  name: string;
265
265
  type: actionFieldType;
266
266
  nullable?: boolean | NullableListOptions;
267
+ optional?: boolean;
267
268
  list?: boolean;
268
269
  actionName?: string;
269
270
  excludedFields?: string[];