@looker/sdk 22.16.0 → 22.20.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.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [22.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.18.0...sdk-v22.20.0) (2022-11-10)
9
+
10
+
11
+ ### Features
12
+
13
+ * generate SDKs for Looker 22.20 ([#1203](https://www.github.com/looker-open-source/sdk-codegen/issues/1203)) ([ba4595e](https://www.github.com/looker-open-source/sdk-codegen/commit/ba4595ee47895ec11ed1e1a74d87748285210d64))
14
+
15
+ ## [22.18.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.16.0...sdk-v22.18.0) (2022-10-17)
16
+
17
+
18
+ ### Features
19
+
20
+ * generate SDKs for Looker 22.18 ([#1191](https://www.github.com/looker-open-source/sdk-codegen/issues/1191)) ([6d487be](https://www.github.com/looker-open-source/sdk-codegen/commit/6d487be80e89bda6feea446130ad2c318eb61d43))
21
+
8
22
  ## [22.16.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.14.0...sdk-v22.16.0) (2022-09-21)
9
23
 
10
24
 
@@ -370,6 +370,7 @@ export interface IDashboard {
370
370
  deleted_at?: Date | null;
371
371
  deleter_id?: number | null;
372
372
  edit_uri?: Url | null;
373
+ enable_viz_full_screen?: boolean;
373
374
  favorite_count?: number | null;
374
375
  filters_bar_collapsed?: boolean;
375
376
  filters_location_top?: boolean;
@@ -888,6 +889,7 @@ export interface IIntegration {
888
889
  icon_url?: string | null;
889
890
  uses_oauth?: boolean | null;
890
891
  required_fields?: IIntegrationRequiredField[];
892
+ privacy_link?: string | null;
891
893
  delegate_oauth?: boolean | null;
892
894
  installed_delegate_oauth_targets?: number[];
893
895
  }
@@ -2510,6 +2512,8 @@ export interface IThemeSettings {
2510
2512
  warn_button_color?: string;
2511
2513
  tile_title_alignment?: string;
2512
2514
  tile_shadow?: boolean;
2515
+ show_last_updated_indicator?: boolean;
2516
+ show_reload_data_icon?: boolean;
2513
2517
  }
2514
2518
  export interface ITimezone {
2515
2519
  value?: string | null;
@@ -2753,6 +2757,7 @@ export interface IWriteDashboard {
2753
2757
  background_color?: string;
2754
2758
  crossfilter_enabled?: boolean;
2755
2759
  deleted?: boolean;
2760
+ enable_viz_full_screen?: boolean;
2756
2761
  filters_bar_collapsed?: boolean;
2757
2762
  filters_location_top?: boolean;
2758
2763
  load_configuration?: string | null;