@malloydata/malloy 0.0.102-dev231114180859 → 0.0.102-dev231115025421
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.
- package/dist/malloy.js +1 -0
- package/dist/model/malloy_types.d.ts +1 -0
- package/package.json +1 -1
package/dist/malloy.js
CHANGED
|
@@ -670,6 +670,7 @@ export interface QueryResult extends CompiledQuery {
|
|
|
670
670
|
totalRows: number;
|
|
671
671
|
error?: string;
|
|
672
672
|
runStats?: QueryRunStats;
|
|
673
|
+
profilingUrl?: string;
|
|
673
674
|
}
|
|
674
675
|
export declare function isTurtleDef(def: FieldDef): def is TurtleDef;
|
|
675
676
|
export declare function isAtomicField(def: FieldDef): def is FieldAtomicDef;
|