@looker/sdk 22.4.0 → 22.8.0

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.
@@ -372,6 +372,7 @@ export interface IDashboard {
372
372
  edit_uri?: Url | null;
373
373
  favorite_count?: number | null;
374
374
  filters_bar_collapsed?: boolean;
375
+ filters_location_top?: boolean;
375
376
  last_accessed_at?: Date | null;
376
377
  last_viewed_at?: Date | null;
377
378
  updated_at?: Date | null;
@@ -2723,6 +2724,7 @@ export interface IWriteDashboard {
2723
2724
  crossfilter_enabled?: boolean;
2724
2725
  deleted?: boolean;
2725
2726
  filters_bar_collapsed?: boolean;
2727
+ filters_location_top?: boolean;
2726
2728
  load_configuration?: string | null;
2727
2729
  lookml_link_id?: string | null;
2728
2730
  show_filters_bar?: boolean;