@looker/sdk 25.8.0 → 25.10.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.
@@ -1828,6 +1828,7 @@ export interface ILookmlModelExploreField {
1828
1828
  suggest_explore?: string;
1829
1829
  suggestable?: boolean;
1830
1830
  suggestions?: string[] | null;
1831
+ synonyms?: string[] | null;
1831
1832
  tags?: string[];
1832
1833
  type?: string;
1833
1834
  user_attribute_filter_types?: UserAttributeFilterTypes[];
@@ -1864,6 +1865,7 @@ export interface ILookmlModelExploreFieldPeriodOverPeriodParams {
1864
1865
  based_on_time?: string;
1865
1866
  period?: Period;
1866
1867
  kind?: Kind;
1868
+ value_to_date?: boolean;
1867
1869
  }
1868
1870
  export interface ILookmlModelExploreFieldset {
1869
1871
  dimensions?: ILookmlModelExploreField[] | null;