@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 +1 -1
- package/schema/schema.d.ts +1 -1
package/package.json
CHANGED
package/schema/schema.d.ts
CHANGED
|
@@ -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;
|