@dopt/block-types
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -357,17 +357,17 @@ "use strict"; | ||
[ | ||
import_typebox9.Type.Literal("complete"), | ||
import_typebox9.Type.Literal("exit"), | ||
import_typebox9.Type.Literal("reset"), | ||
import_typebox9.Type.Literal("start") | ||
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" }) | ||
], | ||
{ $id: "FlowIntent" } | ||
{ $id: "FlowIntent", title: "Flow_Intent" } | ||
); | ||
var BlockIntent = import_typebox9.Type.Union( | ||
[ | ||
import_typebox9.Type.Literal("complete"), | ||
import_typebox9.Type.Literal("next"), | ||
import_typebox9.Type.Literal("prev"), | ||
import_typebox9.Type.Literal("goTo") | ||
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" }) | ||
], | ||
{ $id: "BlockIntent" } | ||
{ $id: "BlockIntent", title: "Block_Intent" } | ||
); | ||
@@ -374,0 +374,0 @@ |
{ | ||
"name": "@dopt/block-types", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"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
88262