@looker/sdk 22.12.1 → 22.16.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.16.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.14.0...sdk-v22.16.0) (2022-09-21)
9
+
10
+
11
+ ### Features
12
+
13
+ * generate SDKs for Looker 22.16 ([#1181](https://www.github.com/looker-open-source/sdk-codegen/issues/1181)) ([cf8ecdf](https://www.github.com/looker-open-source/sdk-codegen/commit/cf8ecdf53761193b575590aec21963ccc388b15a))
14
+
15
+ ## [22.14.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.12.1...sdk-v22.14.0) (2022-09-21)
16
+
17
+
18
+ ### Features
19
+
20
+ * generate SDKs for Looker 22.14 round 2 ([#1178](https://www.github.com/looker-open-source/sdk-codegen/issues/1178)) ([944bd10](https://www.github.com/looker-open-source/sdk-codegen/commit/944bd10a4f11046e374ab7d87b1a2e2f4b344398))
21
+
8
22
  ### [22.12.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.10.1...sdk-v22.12.1) (2022-09-21)
9
23
 
10
24
 
@@ -391,4 +405,4 @@ See the [README](README.md#streaming-api-responses) for more information.
391
405
 
392
406
  ### Added
393
407
 
394
- - [Looker 7.16 bindings](https://github.com/looker-open-source/sdk-codegen/pull/348)
408
+ - [Looker 7.16 bindings](https://github.com/looker-open-source/sdk-codegen/pull/348)
@@ -575,6 +575,7 @@ export interface IDBConnection {
575
575
  jdbc_additional_params?: string | null;
576
576
  pool_timeout?: number | null;
577
577
  dialect_name?: string | null;
578
+ supports_data_studio_link?: boolean;
578
579
  created_at?: string | null;
579
580
  user_id?: string | null;
580
581
  example?: boolean;