@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.
- package/CHANGELOG.md +8 -1
- package/lib/3.1/models.d.ts +1 -0
- package/lib/3.1/models.js.map +1 -1
- package/lib/4.0/funcs.js +2 -1
- package/lib/4.0/funcs.js.map +1 -1
- package/lib/4.0/methods.js +2 -1
- package/lib/4.0/methods.js.map +1 -1
- package/lib/4.0/models.d.ts +2 -0
- package/lib/4.0/models.js.map +1 -1
- package/lib/4.0/streams.js +2 -1
- package/lib/4.0/streams.js.map +1 -1
- package/lib/constants.d.ts +1 -1
- package/lib/constants.js +1 -1
- package/lib/constants.js.map +1 -1
- package/lib/esm/3.1/models.js.map +1 -1
- package/lib/esm/4.0/funcs.js +2 -1
- package/lib/esm/4.0/funcs.js.map +1 -1
- package/lib/esm/4.0/methods.js +2 -1
- package/lib/esm/4.0/methods.js.map +1 -1
- package/lib/esm/4.0/models.js.map +1 -1
- package/lib/esm/4.0/streams.js +2 -1
- package/lib/esm/4.0/streams.js.map +1 -1
- package/lib/esm/constants.js +1 -1
- package/lib/esm/constants.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@ 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
|
+
|
|
8
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)
|
|
9
16
|
|
|
10
17
|
|
|
@@ -391,4 +398,4 @@ See the [README](README.md#streaming-api-responses) for more information.
|
|
|
391
398
|
|
|
392
399
|
### Added
|
|
393
400
|
|
|
394
|
-
- [Looker 7.16 bindings](https://github.com/looker-open-source/sdk-codegen/pull/348)
|
|
401
|
+
- [Looker 7.16 bindings](https://github.com/looker-open-source/sdk-codegen/pull/348)
|
package/lib/3.1/models.d.ts
CHANGED
|
@@ -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;
|