@looker/sdk 22.12.1 → 22.14.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.
@@ -768,6 +768,7 @@ export interface IDBConnection {
768
768
  jdbc_additional_params?: string | null;
769
769
  pool_timeout?: number | null;
770
770
  dialect_name?: string | null;
771
+ supports_data_studio_link?: boolean;
771
772
  created_at?: string | null;
772
773
  user_id?: string | null;
773
774
  example?: boolean;
@@ -2288,6 +2289,7 @@ export interface IRequestSearchBoards {
2288
2289
  offset?: number | null;
2289
2290
  limit?: number | null;
2290
2291
  filter_or?: boolean | null;
2292
+ permission?: string | null;
2291
2293
  }
2292
2294
  export interface IRequestSearchContentFavorites {
2293
2295
  id?: string | null;