builder.io 1.9.21 → 1.9.22

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.
@@ -128,6 +128,7 @@ export declare class CodeGenSession {
128
128
  getSessionId(): string;
129
129
  getSpaceId(): string | undefined;
130
130
  revertToCommitHash(commitHash: string): Promise<void>;
131
+ resetToCommitHash(commitHash: string): Promise<void>;
131
132
  /**
132
133
  * Core function to restore the codebase to a state that matches a predicate.
133
134
  * This is the main function that handles both git-based and file-based restoration.