@builder.io/ai-utils 0.5.19 → 0.5.20

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/codegen.d.ts +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/ai-utils",
3
- "version": "0.5.19",
3
+ "version": "0.5.20",
4
4
  "description": "Builder.io AI utils",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
package/src/codegen.d.ts CHANGED
@@ -726,7 +726,7 @@ export interface CheckBackupDataResultValid {
726
726
  }
727
727
  export interface CheckBackupDataResultInvalid {
728
728
  hasValidBackup: false;
729
- outcome: "valid" | "no-backup" | "hash-mismatch" | "error" | "not-completed" | "no-session-id" | "no-last-commit-hash" | "no-backup-file" | "empty-full-backup" | "no-vcpCodeGenEvent" | "no-after-commit" | "no-signed-url" | "no-git-branch-name";
729
+ outcome: "valid" | "no-backup" | "hash-mismatch" | "error" | "not-completed" | "no-session-id" | "no-last-commit-hash" | "no-backup-file" | "empty-full-backup" | "no-vcpCodeGenEvent" | "no-after-commit" | "no-signed-url" | "no-git-branch-name" | "branch-uninitialized";
730
730
  message: string;
731
731
  backup: BranchBackup | undefined;
732
732
  }
@@ -872,6 +872,7 @@ export interface LaunchServerStatus {
872
872
  startTime: number;
873
873
  machine?: MachineConfig;
874
874
  projectId?: string;
875
+ _attemptDryRunBackupOutcome?: string;
875
876
  }
876
877
  export interface FusionStatus {
877
878
  status: "ok";
@@ -889,6 +890,7 @@ export interface FusionStatus {
889
890
  projectId?: string;
890
891
  secondsActive?: number;
891
892
  backupDryRun?: string;
893
+ _attemptDryRunBackupOutcome?: string;
892
894
  }
893
895
  export interface FusionMetrics {
894
896
  counters: {