@looker/sdk 0.3.0-alpha.679 → 0.3.0-alpha.849
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 +506 -0
- package/README.md +44 -180
- package/lib/3.1/funcs.d.ts +358 -0
- package/lib/3.1/funcs.js +4025 -0
- package/lib/3.1/funcs.js.map +1 -0
- package/lib/3.1/methods.d.ts +363 -0
- package/lib/3.1/methods.js +2965 -0
- package/lib/3.1/methods.js.map +1 -0
- package/lib/3.1/methodsInterface.d.ts +359 -0
- package/lib/3.1/methodsInterface.js +2 -0
- package/lib/3.1/methodsInterface.js.map +1 -0
- package/lib/3.1/models.d.ts +3263 -0
- package/lib/3.1/models.js +159 -0
- package/lib/3.1/models.js.map +1 -0
- package/lib/3.1/streams.d.ts +363 -0
- package/lib/3.1/streams.js +2965 -0
- package/lib/3.1/streams.js.map +1 -0
- package/lib/4.0/funcs.d.ts +433 -0
- package/lib/4.0/funcs.js +5012 -0
- package/lib/4.0/funcs.js.map +1 -0
- package/lib/4.0/methods.d.ts +438 -0
- package/lib/4.0/methods.js +3726 -0
- package/lib/4.0/methods.js.map +1 -0
- package/lib/4.0/methodsInterface.d.ts +434 -0
- package/lib/4.0/methodsInterface.js +2 -0
- package/lib/4.0/methodsInterface.js.map +1 -0
- package/lib/4.0/models.d.ts +3972 -0
- package/lib/4.0/models.js +194 -0
- package/lib/4.0/models.js.map +1 -0
- package/lib/4.0/streams.d.ts +438 -0
- package/lib/4.0/streams.js +3726 -0
- package/lib/4.0/streams.js.map +1 -0
- package/lib/browserSdk.d.ts +8 -0
- package/lib/browserSdk.js +31 -0
- package/lib/browserSdk.js.map +1 -0
- package/lib/constants.d.ts +2 -0
- package/lib/constants.js +11 -0
- package/lib/constants.js.map +1 -0
- package/lib/esm/3.1/funcs.js +4025 -0
- package/lib/esm/3.1/funcs.js.map +1 -0
- package/lib/esm/3.1/methods.js +2965 -0
- package/lib/esm/3.1/methods.js.map +1 -0
- package/lib/esm/3.1/methodsInterface.js +2 -0
- package/lib/esm/3.1/methodsInterface.js.map +1 -0
- package/lib/esm/3.1/models.js +159 -0
- package/lib/esm/3.1/models.js.map +1 -0
- package/lib/esm/3.1/streams.js +2965 -0
- package/lib/esm/3.1/streams.js.map +1 -0
- package/lib/esm/4.0/funcs.js +5012 -0
- package/lib/esm/4.0/funcs.js.map +1 -0
- package/lib/esm/4.0/methods.js +3726 -0
- package/lib/esm/4.0/methods.js.map +1 -0
- package/lib/esm/4.0/methodsInterface.js +2 -0
- package/lib/esm/4.0/methodsInterface.js.map +1 -0
- package/lib/esm/4.0/models.js +194 -0
- package/lib/esm/4.0/models.js.map +1 -0
- package/lib/esm/4.0/streams.js +3726 -0
- package/lib/esm/4.0/streams.js.map +1 -0
- package/lib/esm/browserSdk.js +31 -0
- package/lib/esm/browserSdk.js.map +1 -0
- package/lib/esm/constants.js +11 -0
- package/lib/esm/constants.js.map +1 -0
- package/lib/esm/extensionSdk.js +17 -0
- package/lib/esm/extensionSdk.js.map +1 -0
- package/lib/esm/index.js +142 -0
- package/lib/esm/index.js.map +1 -0
- package/lib/extensionSdk.d.ts +4 -0
- package/lib/extensionSdk.js +17 -0
- package/lib/extensionSdk.js.map +1 -0
- package/lib/index.d.ts +17 -0
- package/lib/index.js +142 -0
- package/lib/index.js.map +1 -0
- package/package.json +18 -24
- package/dist/browser.d.ts +0 -21
- package/dist/browser.js +0 -59
- package/dist/index.d.ts +0 -25
- package/dist/index.js +0 -59
- package/dist/node.d.ts +0 -17
- package/dist/node.js +0 -59
- package/dist/rtl/apiMethods.d.ts +0 -84
- package/dist/rtl/apiMethods.js +0 -254
- package/dist/rtl/apiSettings.d.ts +0 -71
- package/dist/rtl/apiSettings.js +0 -125
- package/dist/rtl/authSession.d.ts +0 -105
- package/dist/rtl/authSession.js +0 -131
- package/dist/rtl/authToken.d.ts +0 -12
- package/dist/rtl/authToken.js +0 -75
- package/dist/rtl/baseTransport.d.ts +0 -51
- package/dist/rtl/baseTransport.js +0 -54
- package/dist/rtl/browserSdk.d.ts +0 -28
- package/dist/rtl/browserSdk.js +0 -76
- package/dist/rtl/browserServices.d.ts +0 -10
- package/dist/rtl/browserServices.js +0 -39
- package/dist/rtl/browserSession.d.ts +0 -29
- package/dist/rtl/browserSession.js +0 -139
- package/dist/rtl/browserTransport.d.ts +0 -17
- package/dist/rtl/browserTransport.js +0 -330
- package/dist/rtl/constants.d.ts +0 -54
- package/dist/rtl/constants.js +0 -88
- package/dist/rtl/corsSession.d.ts +0 -39
- package/dist/rtl/corsSession.js +0 -166
- package/dist/rtl/cryptoHash.d.ts +0 -4
- package/dist/rtl/cryptoHash.js +0 -25
- package/dist/rtl/delimArray.d.ts +0 -12
- package/dist/rtl/delimArray.js +0 -63
- package/dist/rtl/extensionSdk.d.ts +0 -19
- package/dist/rtl/extensionSdk.js +0 -55
- package/dist/rtl/extensionSession.d.ts +0 -16
- package/dist/rtl/extensionSession.js +0 -109
- package/dist/rtl/extensionTransport.d.ts +0 -10
- package/dist/rtl/extensionTransport.js +0 -92
- package/dist/rtl/mocks.d.ts +0 -5
- package/dist/rtl/mocks.js +0 -37
- package/dist/rtl/nodeSdk.d.ts +0 -33
- package/dist/rtl/nodeSdk.js +0 -72
- package/dist/rtl/nodeServices.d.ts +0 -10
- package/dist/rtl/nodeServices.js +0 -39
- package/dist/rtl/nodeSession.d.ts +0 -49
- package/dist/rtl/nodeSession.js +0 -327
- package/dist/rtl/nodeSettings.d.ts +0 -67
- package/dist/rtl/nodeSettings.js +0 -219
- package/dist/rtl/nodeTransport.d.ts +0 -37
- package/dist/rtl/nodeTransport.js +0 -363
- package/dist/rtl/oauthSession.d.ts +0 -37
- package/dist/rtl/oauthSession.js +0 -236
- package/dist/rtl/platformServices.d.ts +0 -8
- package/dist/rtl/platformServices.js +0 -25
- package/dist/rtl/proxySession.d.ts +0 -32
- package/dist/rtl/proxySession.js +0 -127
- package/dist/rtl/transport.d.ts +0 -297
- package/dist/rtl/transport.js +0 -319
- package/dist/sdk/3.1/methods.d.ts +0 -5531
- package/dist/sdk/3.1/methods.js +0 -8096
- package/dist/sdk/3.1/models.d.ts +0 -10079
- package/dist/sdk/3.1/models.js +0 -3
- package/dist/sdk/3.1/streams.d.ts +0 -5530
- package/dist/sdk/3.1/streams.js +0 -8092
- package/dist/sdk/4.0/methods.d.ts +0 -5367
- package/dist/sdk/4.0/methods.js +0 -7817
- package/dist/sdk/4.0/models.d.ts +0 -9655
- package/dist/sdk/4.0/models.js +0 -3
- package/dist/sdk/4.0/streams.d.ts +0 -5366
- package/dist/sdk/4.0/streams.js +0 -7813
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,506 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [23.12.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.10.0...sdk-v23.12.0) (2023-07-17)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* generate SDKs for Looker 23.12 ([#1335](https://github.com/looker-open-source/sdk-codegen/issues/1335)) ([fba4161](https://github.com/looker-open-source/sdk-codegen/commit/fba4161497fe4688508e2e3a7ba476fc2d4ea11d))
|
|
14
|
+
|
|
15
|
+
## [23.10.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.8.1...sdk-v23.10.0) (2023-06-15)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* generate SDKs for Looker 23.10 ([#1326](https://github.com/looker-open-source/sdk-codegen/issues/1326)) ([121b90e](https://github.com/looker-open-source/sdk-codegen/commit/121b90e9258a49de51e2332f6f2b639b96956c36))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Dependencies
|
|
24
|
+
|
|
25
|
+
* The following workspace dependencies were updated
|
|
26
|
+
* dependencies
|
|
27
|
+
* @looker/sdk-rtl bumped from ^21.6.0 to ^21.6.1
|
|
28
|
+
|
|
29
|
+
## [23.8.1](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.8.0...sdk-v23.8.1) (2023-05-11)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Miscellaneous Chores
|
|
33
|
+
|
|
34
|
+
* **sdk:** Synchronize undefined versions
|
|
35
|
+
|
|
36
|
+
## [23.8.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.6.0...sdk-v23.8.0) (2023-05-11)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
* generate SDKs for Looker 23.8 ([#1311](https://github.com/looker-open-source/sdk-codegen/issues/1311)) ([e0b6597](https://github.com/looker-open-source/sdk-codegen/commit/e0b65973c3827b1c701fe8941d0f010ad7603354))
|
|
42
|
+
|
|
43
|
+
## [23.6.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.4.0...sdk-v23.6.0) (2023-04-11)
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### Features
|
|
47
|
+
|
|
48
|
+
* generate SDKs for Looker 23.6 ([#1293](https://github.com/looker-open-source/sdk-codegen/issues/1293)) ([dab9e0a](https://github.com/looker-open-source/sdk-codegen/commit/dab9e0a745ca7c099db13e258a0eea8c6b7b6e24))
|
|
49
|
+
|
|
50
|
+
## [23.4.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.2.0...sdk-v23.4.0) (2023-03-31)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Features
|
|
54
|
+
|
|
55
|
+
* generate SDKs for Looker 23.4 ([#1290](https://github.com/looker-open-source/sdk-codegen/issues/1290)) ([d7cd650](https://github.com/looker-open-source/sdk-codegen/commit/d7cd65054369a5eb93235a2d9b85b0f553bd1306))
|
|
56
|
+
|
|
57
|
+
## [23.2.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.0.0...sdk-v23.2.0) (2023-03-01)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### Features
|
|
61
|
+
|
|
62
|
+
* generate SDKs for Looker 23.2 ([#1257](https://github.com/looker-open-source/sdk-codegen/issues/1257)) ([75346bc](https://github.com/looker-open-source/sdk-codegen/commit/75346bc0cc03224661a2986a44f5d670f872def4))
|
|
63
|
+
|
|
64
|
+
## [23.0.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v22.20.1...sdk-v23.0.0) (2023-02-22)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
### Features
|
|
68
|
+
|
|
69
|
+
* generate SDKs for Looker 23.0 ([#1237](https://github.com/looker-open-source/sdk-codegen/issues/1237)) ([2ade858](https://github.com/looker-open-source/sdk-codegen/commit/2ade85815c43383169263659f5dddd783c062c09))
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
### Miscellaneous Chores
|
|
73
|
+
|
|
74
|
+
* Update sdk Readme and kickoff Release 23.0.0 ([#1247](https://github.com/looker-open-source/sdk-codegen/issues/1247)) ([4a8ef9d](https://github.com/looker-open-source/sdk-codegen/commit/4a8ef9dad45de28d222b35229fadd985aec06bfc))
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Dependencies
|
|
78
|
+
|
|
79
|
+
* The following workspace dependencies were updated
|
|
80
|
+
* dependencies
|
|
81
|
+
* @looker/sdk-rtl bumped from ^21.5.0 to ^21.6.0
|
|
82
|
+
|
|
83
|
+
### [22.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.20.0...sdk-v22.20.1) (2022-12-09)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Dependencies
|
|
87
|
+
|
|
88
|
+
* The following workspace dependencies were updated
|
|
89
|
+
* dependencies
|
|
90
|
+
* @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
|
|
91
|
+
|
|
92
|
+
## [22.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.18.0...sdk-v22.20.0) (2022-11-10)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
### Features
|
|
96
|
+
|
|
97
|
+
* generate SDKs for Looker 22.20 ([#1203](https://www.github.com/looker-open-source/sdk-codegen/issues/1203)) ([ba4595e](https://www.github.com/looker-open-source/sdk-codegen/commit/ba4595ee47895ec11ed1e1a74d87748285210d64))
|
|
98
|
+
|
|
99
|
+
## [22.18.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.16.0...sdk-v22.18.0) (2022-10-17)
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
### Features
|
|
103
|
+
|
|
104
|
+
* generate SDKs for Looker 22.18 ([#1191](https://www.github.com/looker-open-source/sdk-codegen/issues/1191)) ([6d487be](https://www.github.com/looker-open-source/sdk-codegen/commit/6d487be80e89bda6feea446130ad2c318eb61d43))
|
|
105
|
+
|
|
106
|
+
## [22.16.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.14.0...sdk-v22.16.0) (2022-09-21)
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
### Features
|
|
110
|
+
|
|
111
|
+
* 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))
|
|
112
|
+
|
|
113
|
+
## [22.14.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.12.1...sdk-v22.14.0) (2022-09-21)
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
### Features
|
|
117
|
+
|
|
118
|
+
* 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))
|
|
119
|
+
|
|
120
|
+
### [22.12.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.10.1...sdk-v22.12.1) (2022-09-21)
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
### Features
|
|
124
|
+
|
|
125
|
+
* 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))
|
|
126
|
+
* 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))
|
|
127
|
+
* 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))
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
### Dependencies
|
|
131
|
+
|
|
132
|
+
* The following workspace dependencies were updated
|
|
133
|
+
* dependencies
|
|
134
|
+
* @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
|
|
135
|
+
|
|
136
|
+
### [22.10.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.10.0...sdk-v22.10.1) (2022-07-29)
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
### Features
|
|
140
|
+
|
|
141
|
+
* keep SDK request interfaces distinct ([#1125](https://www.github.com/looker-open-source/sdk-codegen/issues/1125)) ([50e925c](https://www.github.com/looker-open-source/sdk-codegen/commit/50e925c90eb3c5ffefc8e8535131471e2f2d0334))
|
|
142
|
+
|
|
143
|
+
## [22.10.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.8.0...sdk-v22.10.0) (2022-07-14)
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
### Features
|
|
147
|
+
|
|
148
|
+
* generate SDKs for Looker 22.10 ([#1115](https://www.github.com/looker-open-source/sdk-codegen/issues/1115)) ([2156fff](https://www.github.com/looker-open-source/sdk-codegen/commit/2156ffff2e041fceb38554bbf5a743ec6e3a2c97))
|
|
149
|
+
|
|
150
|
+
## [22.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.6.0...sdk-v22.8.0) (2022-07-13)
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
### Features
|
|
154
|
+
|
|
155
|
+
* generate 22.8 SDKs ([#1114](https://www.github.com/looker-open-source/sdk-codegen/issues/1114)) ([c771395](https://www.github.com/looker-open-source/sdk-codegen/commit/c771395e37940df581d10fb95b62382e20b1600c))
|
|
156
|
+
|
|
157
|
+
## [22.6.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.4.2...sdk-v22.6.0) (2022-07-07)
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
### Features
|
|
161
|
+
|
|
162
|
+
* generate SDK 22.6 ([#1102](https://www.github.com/looker-open-source/sdk-codegen/issues/1102)) ([2162860](https://www.github.com/looker-open-source/sdk-codegen/commit/2162860f0bf292bce0a79f8115f7c9fc5628057f))
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
### Dependencies
|
|
166
|
+
|
|
167
|
+
* The following workspace dependencies were updated
|
|
168
|
+
* dependencies
|
|
169
|
+
* @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
|
|
170
|
+
|
|
171
|
+
### [22.4.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.4.1...sdk-v22.4.2) (2022-04-07)
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
### Dependencies
|
|
175
|
+
|
|
176
|
+
* The following workspace dependencies were updated
|
|
177
|
+
* dependencies
|
|
178
|
+
* @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
|
|
179
|
+
|
|
180
|
+
## [22.4.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.2.0...sdk-v22.4.0) (2022-03-24)
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
### Features
|
|
184
|
+
|
|
185
|
+
* Looker 22.4 API updates ([#1024](https://www.github.com/looker-open-source/sdk-codegen/issues/1024)) ([19bdd61](https://www.github.com/looker-open-source/sdk-codegen/commit/19bdd612366a44bb74d793544df0f9d4babfb099))
|
|
186
|
+
|
|
187
|
+
## [22.2.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.0.0...sdk-v22.2.0) (2022-02-18)
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
### Features
|
|
191
|
+
|
|
192
|
+
* SDK for Looker 22_2 ([#966](https://www.github.com/looker-open-source/sdk-codegen/issues/966)) ([3ba5420](https://www.github.com/looker-open-source/sdk-codegen/commit/3ba5420c75d602692c1c8aa806648e2c2dd73cac))
|
|
193
|
+
|
|
194
|
+
## [22.0.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.20.1...sdk-v22.0.0) (2022-02-14)
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
### ⚠ BREAKING CHANGES
|
|
198
|
+
|
|
199
|
+
* SDK support for 22.0
|
|
200
|
+
|
|
201
|
+
### Features
|
|
202
|
+
|
|
203
|
+
* SDK build for 22.0. ([#959](https://www.github.com/looker-open-source/sdk-codegen/issues/959)) ([de651b3](https://www.github.com/looker-open-source/sdk-codegen/commit/de651b373978fd3689429c0cbdb364a2820fe211))
|
|
204
|
+
* SDK support for 22.0 ([5f9930c](https://www.github.com/looker-open-source/sdk-codegen/commit/5f9930c0b0f7bde59f0b9b47f882ae1f3ff9e490))
|
|
205
|
+
|
|
206
|
+
### [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.20.0...sdk-v21.20.1) (2022-01-27)
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
### Features
|
|
210
|
+
|
|
211
|
+
* 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))
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
### Bug Fixes
|
|
215
|
+
|
|
216
|
+
* 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))
|
|
217
|
+
|
|
218
|
+
## [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.20.0...sdk-v21.20.1) (2021-12-20)
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
### Features
|
|
222
|
+
|
|
223
|
+
* 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))
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
### Bug Fixes
|
|
227
|
+
|
|
228
|
+
* 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))
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
### Dependencies
|
|
232
|
+
|
|
233
|
+
* The following workspace dependencies were updated
|
|
234
|
+
* dependencies
|
|
235
|
+
* @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.1
|
|
236
|
+
|
|
237
|
+
## [21.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.18.1...sdk-v21.20.0) (2021-11-10)
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
### Features
|
|
241
|
+
|
|
242
|
+
* create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f))
|
|
243
|
+
* Looker 21.20 bindings ([#899](https://www.github.com/looker-open-source/sdk-codegen/issues/899)) ([304d0d0](https://www.github.com/looker-open-source/sdk-codegen/commit/304d0d0688349efad0499d37609605e14df7e97d))
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
### Dependencies
|
|
247
|
+
|
|
248
|
+
* The following workspace dependencies were updated
|
|
249
|
+
* dependencies
|
|
250
|
+
* @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0
|
|
251
|
+
|
|
252
|
+
### [21.18.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.18.0...sdk-v21.18.1) (2021-10-27)
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
### Dependencies
|
|
256
|
+
|
|
257
|
+
* The following workspace dependencies were updated
|
|
258
|
+
* dependencies
|
|
259
|
+
* @looker/sdk-rtl bumped from ^21.1.0 to ^21.1.1
|
|
260
|
+
|
|
261
|
+
## [21.18.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.16.0...sdk-v21.18.0) (2021-10-24)
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
### Features
|
|
265
|
+
|
|
266
|
+
* Looker 21.18 bindings ([#865](https://www.github.com/looker-open-source/sdk-codegen/issues/865)) ([fa98888](https://www.github.com/looker-open-source/sdk-codegen/commit/fa988886c2d88290044d2818de7f549ca28b49bc))
|
|
267
|
+
|
|
268
|
+
## [21.16.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.14.0...sdk-v21.16.0) (2021-10-19)
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
### Features
|
|
272
|
+
|
|
273
|
+
* 21.16 release ([#859](https://www.github.com/looker-open-source/sdk-codegen/issues/859)) ([0b4385c](https://www.github.com/looker-open-source/sdk-codegen/commit/0b4385c83c5225acf0a9b0c76f9e890600a449af))
|
|
274
|
+
* closest path match for API Explorer ([#811](https://www.github.com/looker-open-source/sdk-codegen/issues/811)) ([45fd26f](https://www.github.com/looker-open-source/sdk-codegen/commit/45fd26fb0f325fa90edfec72f835ed3a79b9afeb))
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
### Bug Fixes
|
|
278
|
+
|
|
279
|
+
* intrinsic type params are not Partial<T> ([#819](https://www.github.com/looker-open-source/sdk-codegen/issues/819)) ([4b31490](https://www.github.com/looker-open-source/sdk-codegen/commit/4b31490f7ce5c9593854e56518245c5399ea9548))
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
### Dependencies
|
|
283
|
+
|
|
284
|
+
* The following workspace dependencies were updated
|
|
285
|
+
* dependencies
|
|
286
|
+
* @looker/sdk-rtl bumped from ^21.0.20 to ^21.1.0
|
|
287
|
+
|
|
288
|
+
## [21.14.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.12.0...sdk-v21.14.0) (2021-09-01)
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
### Features
|
|
292
|
+
|
|
293
|
+
* Looker 21.14 release ([#807](https://www.github.com/looker-open-source/sdk-codegen/issues/807)) ([99db26d](https://www.github.com/looker-open-source/sdk-codegen/commit/99db26dcd812135d775e61e495c98a66057c6f54))
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Dependencies
|
|
297
|
+
|
|
298
|
+
* The following workspace dependencies were updated
|
|
299
|
+
* dependencies
|
|
300
|
+
* @looker/sdk-rtl bumped from ^21.0.19 to ^21.0.20
|
|
301
|
+
|
|
302
|
+
## [21.12.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.10.2...sdk-v21.12.0) (2021-08-06)
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
### Features
|
|
306
|
+
|
|
307
|
+
* Looker 21.12 bindings ([#782](https://www.github.com/looker-open-source/sdk-codegen/issues/782)) ([a00b908](https://www.github.com/looker-open-source/sdk-codegen/commit/a00b908e6fee79250c4c1ffb1b1e8915d58dd633))
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
### Bug Fixes
|
|
311
|
+
|
|
312
|
+
* documentation refs and notes for Typescript SDK and more ([#783](https://www.github.com/looker-open-source/sdk-codegen/issues/783)) ([b2487ea](https://www.github.com/looker-open-source/sdk-codegen/commit/b2487ea4a113ce17a080ccab9b4c4139813e8810))
|
|
313
|
+
|
|
314
|
+
### [21.10.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.10.1...sdk-v21.10.2) (2021-07-30)
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
### Bug Fixes
|
|
318
|
+
|
|
319
|
+
* improved writeable type support ([#766](https://www.github.com/looker-open-source/sdk-codegen/issues/766)) ([be91bd8](https://www.github.com/looker-open-source/sdk-codegen/commit/be91bd8e772f9a64c47486b317f1ac1f6ef14327))
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
### Dependencies
|
|
323
|
+
|
|
324
|
+
* The following workspace dependencies were updated
|
|
325
|
+
* dependencies
|
|
326
|
+
* @looker/sdk-rtl bumped from ^21.0.18 to ^21.0.19
|
|
327
|
+
|
|
328
|
+
### [21.10.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.10.0...sdk-v21.10.1) (2021-07-09)
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
### Dependencies
|
|
332
|
+
|
|
333
|
+
* The following workspace dependencies were updated
|
|
334
|
+
* dependencies
|
|
335
|
+
* @looker/sdk-rtl bumped from ^21.0.17 to ^21.0.18
|
|
336
|
+
|
|
337
|
+
## [21.10.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.8.3...sdk-v21.10.0) (2021-07-08)
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
### Features
|
|
341
|
+
|
|
342
|
+
* Looker 21.10 bindings ([#737](https://www.github.com/looker-open-source/sdk-codegen/issues/737)) ([6b3895d](https://www.github.com/looker-open-source/sdk-codegen/commit/6b3895d35e138df9ff84286b7658434292617aa8))
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
### Dependencies
|
|
346
|
+
|
|
347
|
+
* The following workspace dependencies were updated
|
|
348
|
+
* dependencies
|
|
349
|
+
* @looker/sdk-rtl bumped from ^21.0.16 to ^21.0.17
|
|
350
|
+
|
|
351
|
+
### [21.8.3](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.8.2...sdk-v21.8.3) (2021-07-02)
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
### Dependencies
|
|
355
|
+
|
|
356
|
+
* The following workspace dependencies were updated
|
|
357
|
+
* dependencies
|
|
358
|
+
* @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16
|
|
359
|
+
|
|
360
|
+
### [21.8.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.8.1...sdk-v21.8.2) (2021-07-01)
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
### Dependencies
|
|
364
|
+
|
|
365
|
+
* The following workspace dependencies were updated
|
|
366
|
+
* dependencies
|
|
367
|
+
* @looker/sdk-rtl bumped from ^21.0.14 to ^21.0.15
|
|
368
|
+
|
|
369
|
+
### [21.8.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.8.0...sdk-v21.8.1) (2021-06-30)
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
### Dependencies
|
|
373
|
+
|
|
374
|
+
* The following workspace dependencies were updated
|
|
375
|
+
* dependencies
|
|
376
|
+
* @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14
|
|
377
|
+
|
|
378
|
+
## [21.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.6.1...sdk-v21.8.0) (2021-06-17)
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
### Features
|
|
382
|
+
|
|
383
|
+
* Looker 21.8 bindings ([#705](https://www.github.com/looker-open-source/sdk-codegen/issues/705)) ([032d0f8](https://www.github.com/looker-open-source/sdk-codegen/commit/032d0f80e30356aaa9f3b3f987b315203f896a61))
|
|
384
|
+
|
|
385
|
+
### [21.6.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.6.0...sdk-v21.6.1) (2021-06-16)
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
### Bug Fixes
|
|
389
|
+
|
|
390
|
+
* export funcs for TS SDK ([#693](https://www.github.com/looker-open-source/sdk-codegen/issues/693)) ([eec853e](https://www.github.com/looker-open-source/sdk-codegen/commit/eec853e87d35e4908d3416d6f3b1d98209ab22f5))
|
|
391
|
+
|
|
392
|
+
## [21.6.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.4.3...sdk-v21.6.0) (2021-05-05)
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
### Features
|
|
396
|
+
|
|
397
|
+
* update SDKs to Looker 21.6 ([#666](https://www.github.com/looker-open-source/sdk-codegen/issues/666)) ([b2b6b79](https://www.github.com/looker-open-source/sdk-codegen/commit/b2b6b793e38d05d0fcb6236505fb581778d12094))
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
### Bug Fixes
|
|
401
|
+
|
|
402
|
+
* improve TS SDK imports/exports ([#657](https://www.github.com/looker-open-source/sdk-codegen/issues/657)) ([4c2ec6e](https://www.github.com/looker-open-source/sdk-codegen/commit/4c2ec6ea390bb27d123c333f6d559749efa33830))
|
|
403
|
+
* use "TypeScript" and "JavaScript" everywhere ([#644](https://www.github.com/looker-open-source/sdk-codegen/issues/644)) ([c15031c](https://www.github.com/looker-open-source/sdk-codegen/commit/c15031cee189556adbd9e18641e7c992e86e3611))
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
### Dependencies
|
|
407
|
+
|
|
408
|
+
* The following workspace dependencies were updated
|
|
409
|
+
* dependencies
|
|
410
|
+
* @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13
|
|
411
|
+
|
|
412
|
+
### [21.4.3](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.4.2...sdk-v21.4.3) (2021-04-27)
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
### Bug Fixes
|
|
416
|
+
|
|
417
|
+
* added a missing "import type" statement to the TS SDK ([#632](https://www.github.com/looker-open-source/sdk-codegen/issues/632)) ([59c0f3d](https://www.github.com/looker-open-source/sdk-codegen/commit/59c0f3d418ca557c65e5690435ee2eca96c5231d))
|
|
418
|
+
|
|
419
|
+
### [21.4.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.4.1...sdk-v21.4.2) (2021-04-26)
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
### Bug Fixes
|
|
423
|
+
|
|
424
|
+
* use "import type" in the TypeScript SDK ([#623](https://www.github.com/looker-open-source/sdk-codegen/issues/623)) ([c7b5bf8](https://www.github.com/looker-open-source/sdk-codegen/commit/c7b5bf8135db37256b8b119240f1c5a6103dde63))
|
|
425
|
+
|
|
426
|
+
### [21.4.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.4.0...sdk-v21.4.1) (2021-04-15)
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
### Features
|
|
430
|
+
|
|
431
|
+
* TypeScript SDK tree-shaking support ([#580](https://www.github.com/looker-open-source/sdk-codegen/issues/580)) ([8b7f2f0](https://www.github.com/looker-open-source/sdk-codegen/commit/8b7f2f00ab1a765a04bd460a1ca88e9b7bd66a98))
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
### Dependencies
|
|
435
|
+
|
|
436
|
+
* The following workspace dependencies were updated
|
|
437
|
+
* dependencies
|
|
438
|
+
* @looker/sdk-rtl bumped from ^21.0.11 to ^21.0.12
|
|
439
|
+
|
|
440
|
+
## [21.4.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.0.10...sdk-v21.4.0) (2021-04-02)
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
### Features
|
|
444
|
+
|
|
445
|
+
* Added --versions option to the code generator ([#514](https://www.github.com/looker-open-source/sdk-codegen/issues/514)) ([ee6f3e8](https://www.github.com/looker-open-source/sdk-codegen/commit/ee6f3e8f55e300df1a75c9be89b47f067bc08dee))
|
|
446
|
+
* Looker 21.4 bindings ([#529](https://www.github.com/looker-open-source/sdk-codegen/issues/529)) ([4ecaec9](https://www.github.com/looker-open-source/sdk-codegen/commit/4ecaec93d991b9d82fd3a9ce584ee6ae8810341f))
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
### Bug Fixes
|
|
450
|
+
|
|
451
|
+
* TypeScript SDK generator import logic ([#547](https://www.github.com/looker-open-source/sdk-codegen/issues/547)) ([c5aa033](https://www.github.com/looker-open-source/sdk-codegen/commit/c5aa033c749a2db8a0f98d5b8f49dc287fad06a2))
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
### Dependencies
|
|
455
|
+
|
|
456
|
+
* The following workspace dependencies were updated
|
|
457
|
+
* dependencies
|
|
458
|
+
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
|
|
459
|
+
|
|
460
|
+
## [21.0.8]
|
|
461
|
+
|
|
462
|
+
- Published latest SDK
|
|
463
|
+
|
|
464
|
+
## [21.0.4]
|
|
465
|
+
|
|
466
|
+
- **BREAKING CHANGE**: Functionality dependent on node has been moved to a separate package, `@looker/sdk-node`. When upgrading the SDK in a node project you must add this new package as a dependency.
|
|
467
|
+
- **BREAKING CHANGE**: The `NodeSettingsIniFile` constructor has changed and now expects an enviroment prefix as the first parameter. If you are not using environment variables, set the prefix to an empty string.
|
|
468
|
+
|
|
469
|
+
## [21.0.0]
|
|
470
|
+
|
|
471
|
+
- Updated dependencies for security issues
|
|
472
|
+
- Updated package version to match Looker 21.0 version
|
|
473
|
+
|
|
474
|
+
## [7.20.0]
|
|
475
|
+
|
|
476
|
+
- **BREAKING CHANGE**: The internally constructed `stream` property of the SDK object has been removed. Instead, use:
|
|
477
|
+
|
|
478
|
+
```ts
|
|
479
|
+
import { Looker40SDKStream } from '@looker/sdk'
|
|
480
|
+
|
|
481
|
+
const sdkStream = new Looker40SDKStream(sdk.authSession)
|
|
482
|
+
```
|
|
483
|
+
|
|
484
|
+
See the [README](README.md#streaming-api-responses) for more information.
|
|
485
|
+
|
|
486
|
+
- ApiMethods no longer has apiVersion as a constructor parameter to clean up use in other factories such as the Extension SDK.
|
|
487
|
+
This shouldn't affect consumers of the SDK-level declarations.
|
|
488
|
+
- SDK objects now have a static `ApiVersion` that reports the version of the API being used by that sdk
|
|
489
|
+
- Modified the packaging method of the TS SDKs to support better tree-shaking
|
|
490
|
+
|
|
491
|
+
## [0.3.7-beta.5]
|
|
492
|
+
|
|
493
|
+
- Moved sdk versioning constants out of the runtime into the sdk package
|
|
494
|
+
- [Looker 7.20 bindings](https://github.com/looker-open-source/sdk-codegen/pull/383)
|
|
495
|
+
|
|
496
|
+
## [0.3.7-beta.3]
|
|
497
|
+
|
|
498
|
+
### Added
|
|
499
|
+
|
|
500
|
+
- [Looker 7.18 bindings](https://github.com/looker-open-source/sdk-codegen/pull/350)
|
|
501
|
+
|
|
502
|
+
## [0.3.7-beta.2]
|
|
503
|
+
|
|
504
|
+
### Added
|
|
505
|
+
|
|
506
|
+
- [Looker 7.16 bindings](https://github.com/looker-open-source/sdk-codegen/pull/348)
|