builder.io 1.11.18 → 1.11.19

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.
@@ -329,7 +329,7 @@ export declare class CodeGenSession {
329
329
  * @param filePath A file path that may include a workspace prefix
330
330
  * @returns The file content or null if the file doesn't exist
331
331
  */
332
- readFileSync(filePath: string): string | null;
332
+ readFileSync(filePath: string, skipAclCheck?: boolean): string | null;
333
333
  /**
334
334
  * Writes content to a file in the workspace
335
335
  * @param filePath A file path that may include a workspace prefix