builder.io 1.6.83 → 1.6.84

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.
@@ -147,6 +147,7 @@ export declare class CodeGenSession {
147
147
  undoLastUserMessage(dryRun?: boolean): Promise<string[] | null>;
148
148
  getLastCompletionId(): string | undefined;
149
149
  getCurrentState(): GenerateCompletionState;
150
+ getLastApplyResultsTurn(): CodegenTurn | undefined;
150
151
  getLastTurn(): CodegenTurn | undefined;
151
152
  getNextUrl(): string | undefined;
152
153
  getNextMessage(): {