@cellaware/utils 9.1.1 → 9.1.2
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.
|
@@ -48,6 +48,8 @@ export interface BIDataSourceExternal {
|
|
|
48
48
|
calendars: any[];
|
|
49
49
|
/** Indicates if data is pre-loaded rather than loaded dynamically via a Data Engine. */
|
|
50
50
|
preload: boolean;
|
|
51
|
+
/** Our own internal representation of relationships. Having this makes things easier during query generation. */
|
|
52
|
+
biDataSourceRelationships: BIDataSourceRelationship[];
|
|
51
53
|
}
|
|
52
54
|
export interface BIDataSource {
|
|
53
55
|
dataSourceId: string;
|