@looker/sdk 21.20.0 → 21.20.1
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 +32 -1
- package/lib/3.1/models.d.ts +1663 -1663
- package/lib/3.1/models.js.map +1 -1
- package/lib/4.0/models.d.ts +1830 -1830
- package/lib/4.0/models.js.map +1 -1
- package/lib/esm/3.1/models.js.map +1 -1
- package/lib/esm/4.0/models.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,37 @@ 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
|
+
### [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.20.0...sdk-v21.20.1) (2022-01-27)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* add http method to IRawResponse ([#925](https://www.github.com/looker-open-source/sdk-codegen/issues/925)) ([25cef47](https://www.github.com/looker-open-source/sdk-codegen/commit/25cef47fa61a5f15565560b48f5e0c45a0cd9b44))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* enum naming and registration ([#918](https://www.github.com/looker-open-source/sdk-codegen/issues/918)) ([9d4a6cb](https://www.github.com/looker-open-source/sdk-codegen/commit/9d4a6cbfac5defad3a35389e2d46947d2135d349))
|
|
19
|
+
|
|
20
|
+
## [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.20.0...sdk-v21.20.1) (2021-12-20)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* add http method to IRawResponse ([#925](https://www.github.com/looker-open-source/sdk-codegen/issues/925)) ([25cef47](https://www.github.com/looker-open-source/sdk-codegen/commit/25cef47fa61a5f15565560b48f5e0c45a0cd9b44))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* enum naming and registration ([#918](https://www.github.com/looker-open-source/sdk-codegen/issues/918)) ([9d4a6cb](https://www.github.com/looker-open-source/sdk-codegen/commit/9d4a6cbfac5defad3a35389e2d46947d2135d349))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Dependencies
|
|
34
|
+
|
|
35
|
+
* The following workspace dependencies were updated
|
|
36
|
+
* dependencies
|
|
37
|
+
* @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.1
|
|
38
|
+
|
|
8
39
|
## [21.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.18.1...sdk-v21.20.0) (2021-11-10)
|
|
9
40
|
|
|
10
41
|
|
|
@@ -274,4 +305,4 @@ See the [README](README.md#streaming-api-responses) for more information.
|
|
|
274
305
|
|
|
275
306
|
### Added
|
|
276
307
|
|
|
277
|
-
- [Looker 7.16 bindings](https://github.com/looker-open-source/sdk-codegen/pull/348)
|
|
308
|
+
- [Looker 7.16 bindings](https://github.com/looker-open-source/sdk-codegen/pull/348)
|