@builder.io/ai-utils
Advanced tools
Comparing version
{ | ||
"name": "@builder.io/ai-utils", | ||
"version": "0.4.27", | ||
"version": "0.4.28", | ||
"description": "Builder.io AI utils", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -135,3 +135,3 @@ import type { LaunchServerStatus } from "./codegen"; | ||
} | ||
export type EnsureContainerErrorCode = "FLY_APP_CHECK_ERROR" | "FLY_CAPACITY_ERROR" | "FLY_VOLUME_CREATE_ERROR" | "FLY_VOLUME_FORK_ERROR" | "FLY_VOLUME_DELETE_RECENTLY_FORKED_ERROR" | "FLY_MACHINE_CREATE_ERROR" | "FLY_VOLUME_CHECK_ERROR" | "FLY_NON_MOUNTABLE_VOLUME_ERROR" | "ensure-checking-existing-machines" | "found-multiple-failed-machine" | "maximun-retries-machine-creation" | "git-auth-failed" | "unknown" | "project-bad-state" | "project-not-found" | "project-branch-not-found" | "project-repo-full-name-not-found" | "project-org-not-found" | "no-available-regions"; | ||
export type EnsureContainerErrorCode = "FLY_APP_CHECK_ERROR" | "FLY_CAPACITY_ERROR" | "FLY_VOLUME_CREATE_ERROR" | "FLY_VOLUME_FORK_ERROR" | "FLY_VOLUME_DELETE_RECENTLY_FORKED_ERROR" | "FLY_MACHINE_CREATE_ERROR" | "FLY_VOLUME_CHECK_ERROR" | "FLY_NON_MOUNTABLE_VOLUME_ERROR" | "ensure-checking-existing-machines" | "found-multiple-failed-machine" | "maximun-retries-machine-creation" | "git-auth-failed" | "unknown" | "project-bad-state" | "project-not-found" | "project-branch-not-found" | "project-repo-full-name-not-found" | "project-org-not-found" | "no-available-regions" | "machine-status-polling-failed"; | ||
export interface ErrorStateMessage extends BaseMessage { | ||
@@ -138,0 +138,0 @@ state: "error"; |
@@ -5,2 +5,3 @@ export interface AssistantSettings { | ||
theme?: "dark" | "light"; | ||
allowNoStyleInspiration?: boolean; | ||
} | ||
@@ -7,0 +8,0 @@ interface IframeSettings extends Partial<AssistantSettings> { |
55346
0.13%1823
0.05%