@snowtop/ent 0.1.0-alpha107 → 0.1.0-alpha108

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-alpha107",
3
+ "version": "0.1.0-alpha108",
4
4
  "description": "snowtop ent framework",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -258,7 +258,7 @@ export declare enum ActionOperation {
258
258
  RemoveEdge = 32,
259
259
  EdgeGroup = 64
260
260
  }
261
- type actionFieldType = "ID" | "Boolean" | "Int" | "Float" | "String" | "Time" | "Object";
261
+ type actionFieldType = "ID" | "Boolean" | "Int" | "Float" | "String" | "Time" | "JSON" | "Object";
262
262
  type NullableListOptions = "contents" | "contentsAndList";
263
263
  export interface ActionField {
264
264
  name: string;