builder.io 1.10.7 → 1.10.8

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,7 +128,8 @@ export declare class CodeGenSession {
128
128
  setDebug(debug: boolean): void;
129
129
  getAllFiles(options?: {
130
130
  getDotFiles?: boolean;
131
- pattern?: string;
131
+ globbyPattern?: string;
132
+ includePattern?: string;
132
133
  }): Promise<string[]>;
133
134
  getSessionId(): string;
134
135
  getSpaceId(): string | undefined;