@malloydata/malloy 0.0.43-dev230616164521 → 0.0.43-dev230616201638
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.d.ts +1 -0
- package/dist/malloy.js +3 -0
- package/package.json +1 -1
package/dist/malloy.d.ts
CHANGED
|
@@ -500,6 +500,7 @@ export declare class Explore extends Entity {
|
|
|
500
500
|
get filters(): FilterExpression[];
|
|
501
501
|
get limit(): number | undefined;
|
|
502
502
|
get structDef(): StructDef;
|
|
503
|
+
get queryTimezone(): string | undefined;
|
|
503
504
|
toJSON(): SerializedExplore;
|
|
504
505
|
static fromJSON(main_explore: SerializedExplore): Explore;
|
|
505
506
|
}
|
package/dist/malloy.js
CHANGED