@looker/sdk 22.10.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.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,29 @@ 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.14.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.12.1...sdk-v22.14.0) (2022-09-21)
9
+
10
+
11
+ ### Features
12
+
13
+ * 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))
14
+
15
+ ### [22.12.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.10.1...sdk-v22.12.1) (2022-09-21)
16
+
17
+
18
+ ### Features
19
+
20
+ * generate SDKs for Looker 22.12 ([#1175](https://www.github.com/looker-open-source/sdk-codegen/issues/1175)) ([6f427a7](https://www.github.com/looker-open-source/sdk-codegen/commit/6f427a71dd30669afc901a47418decd59b977a7a))
21
+ * generate SDKs for Looker 22.14 ([#1176](https://www.github.com/looker-open-source/sdk-codegen/issues/1176)) ([328d3e5](https://www.github.com/looker-open-source/sdk-codegen/commit/328d3e5710fc80caf5691b8d3ea3d8b8db358ad6))
22
+ * regenerate Looker 22.12 SDKs ([#1177](https://www.github.com/looker-open-source/sdk-codegen/issues/1177)) ([b3a9b7b](https://www.github.com/looker-open-source/sdk-codegen/commit/b3a9b7bfff6366abce4802b819d19d00ee00cd60))
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * The following workspace dependencies were updated
28
+ * dependencies
29
+ * @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
30
+
8
31
  ### [22.10.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.10.0...sdk-v22.10.1) (2022-07-29)
9
32
 
10
33
 
@@ -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;