@dopt/block-types
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -357,6 +357,9 @@ "use strict"; | ||
[ | ||
import_typebox9.Type.Literal("complete", { title: "Complete_Intent" }), | ||
import_typebox9.Type.Literal("exit", { title: "Exit_Intent" }), | ||
import_typebox9.Type.Literal("reset", { title: "Reset_Intent" }), | ||
import_typebox9.Type.Literal("start", { title: "Start_Intent" }) | ||
import_typebox9.Type.Literal("complete", { | ||
$id: "complete_intent_flow", | ||
title: "Complete_Intent" | ||
}), | ||
import_typebox9.Type.Literal("exit", { $id: "exit_intent", title: "Exit_Intent" }), | ||
import_typebox9.Type.Literal("reset", { $id: "reset_intent", title: "Reset_Intent" }), | ||
import_typebox9.Type.Literal("start", { $id: "start_intent", title: "Start_Intent" }) | ||
], | ||
@@ -367,6 +370,9 @@ { $id: "FlowIntent", title: "Flow_Intent" } | ||
[ | ||
import_typebox9.Type.Literal("complete", { title: "Complete_Intent" }), | ||
import_typebox9.Type.Literal("next", { title: "Next_Intent" }), | ||
import_typebox9.Type.Literal("prev", { title: "Prev_Intent" }), | ||
import_typebox9.Type.Literal("goTo", { title: "GoTo_Intent" }) | ||
import_typebox9.Type.Literal("complete", { | ||
$id: "complete_intent_block", | ||
title: "Complete_Intent" | ||
}), | ||
import_typebox9.Type.Literal("next", { $id: "next_intent", title: "Next_Intent" }), | ||
import_typebox9.Type.Literal("prev", { $id: "prev_intent", title: "Prev_Intent" }), | ||
import_typebox9.Type.Literal("goTo", { $id: "goTo_intent", title: "GoTo_Intent" }) | ||
], | ||
@@ -373,0 +379,0 @@ { $id: "BlockIntent", title: "Block_Intent" } |
{ | ||
"name": "@dopt/block-types", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Schema/Type definitions for objects surfaced through the Block API", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/dopt/odopt/tree/main/packages/%40dopt/block-types", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
88688
1520