drizzle-cube 0.3.30 → 0.3.32

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.
@@ -2482,6 +2482,8 @@ export declare interface QueryPlan {
2482
2482
  joinCondition: SQL;
2483
2483
  /** Optional security SQL function to apply to junction table */
2484
2484
  securitySql?: (securityContext: SecurityContext) => SQL | SQL[];
2485
+ /** Source cube name for the belongsToMany relationship (needed for CTE rewriting) */
2486
+ sourceCubeName?: string;
2485
2487
  };
2486
2488
  }>;
2487
2489
  /** Combined field selections across all cubes (built by QueryBuilder) */