@builder.io/ai-utils
Advanced tools
Comparing version 0.0.53 to 0.0.54
@@ -101,3 +101,3 @@ import type { BuilderContent, BuilderElement } from "@builder.io/sdk"; | ||
} | ||
export type ContentUpdatePatch = ContentTsCodePatch | ContentInsertBeforePatch | ContentInsertAfterPatch | ContentPropsUpdatePatch | ContentSetChildrenPatch | ContentStyleUpdatePatch | ContentDeletePatch | ContentSetStorePatch | ContentSetMountPatch | ContentMovePatch | ContentMoveAfterPatch | ContentMoveBeforePatch; | ||
export type ContentUpdatePatch = ContentTsCodePatch | ContentInsertBeforePatch | ContentInsertAfterPatch | ContentPropsUpdatePatch | ContentSetChildrenPatch | ContentStyleUpdatePatch | ContentDeletePatch | ContentSetStorePatch | ContentSetMountPatch | ContentMovePatch | ContentMoveAfterPatch | ContentMoveBeforePatch | ContentSetTagNamePatch; | ||
export interface NodeData { | ||
@@ -131,2 +131,5 @@ /** | ||
} | ||
export interface ContentSetTagNamePatch extends ContentPatchBase { | ||
type: "set_tag_name"; | ||
} | ||
export interface ContentInsertBeforePatch extends ContentPatchBase { | ||
@@ -133,0 +136,0 @@ type: "insert_before"; |
{ | ||
"name": "@builder.io/ai-utils", | ||
"version": "0.0.53", | ||
"version": "0.0.54", | ||
"description": "Builder.io AI utils", | ||
@@ -5,0 +5,0 @@ "type": "module", |
25569
838