@looker/sdk 25.0.0 → 25.2.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 +14 -0
- package/lib/4.0/funcs.js +4 -2
- package/lib/4.0/funcs.js.map +1 -1
- package/lib/4.0/methods.js +4 -2
- package/lib/4.0/methods.js.map +1 -1
- package/lib/4.0/methodsInterface.js.map +1 -1
- package/lib/4.0/models.d.ts +8 -1
- package/lib/4.0/models.js +1 -0
- package/lib/4.0/models.js.map +1 -1
- package/lib/4.0/streams.js +4 -2
- 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/4.0/funcs.js +4 -2
- package/lib/esm/4.0/funcs.js.map +1 -1
- package/lib/esm/4.0/methods.js +4 -2
- package/lib/esm/4.0/methods.js.map +1 -1
- package/lib/esm/4.0/methodsInterface.js.map +1 -1
- package/lib/esm/4.0/models.js +1 -0
- package/lib/esm/4.0/models.js.map +1 -1
- package/lib/esm/4.0/streams.js +4 -2
- 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/lib/constants.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const sdkVersion = "25.
|
|
1
|
+
export declare const sdkVersion = "25.2";
|
|
2
2
|
export declare const environmentPrefix = "LOOKERSDK";
|
package/lib/constants.js
CHANGED
|
@@ -4,6 +4,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.sdkVersion = exports.environmentPrefix = void 0;
|
|
7
|
-
var sdkVersion = exports.sdkVersion = '25.
|
|
7
|
+
var sdkVersion = exports.sdkVersion = '25.2';
|
|
8
8
|
var environmentPrefix = exports.environmentPrefix = 'LOOKERSDK';
|
|
9
9
|
//# sourceMappingURL=constants.js.map
|
package/lib/constants.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","names":["sdkVersion","exports","environmentPrefix"],"sources":["../src/constants.ts"],"sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\n\nexport const sdkVersion = '25.
|
|
1
|
+
{"version":3,"file":"constants.js","names":["sdkVersion","exports","environmentPrefix"],"sources":["../src/constants.ts"],"sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\n\nexport const sdkVersion = '25.2';\nexport const environmentPrefix = 'LOOKERSDK';\n"],"mappings":";;;;;;AA0BO,IAAMA,UAAU,GAAAC,OAAA,CAAAD,UAAA,GAAG,MAAM;AACzB,IAAME,iBAAiB,GAAAD,OAAA,CAAAC,iBAAA,GAAG,WAAW"}
|
package/lib/esm/4.0/funcs.js
CHANGED
|
@@ -3290,7 +3290,8 @@ export var run_query = function () {
|
|
|
3290
3290
|
path_prefix: request.path_prefix,
|
|
3291
3291
|
rebuild_pdts: request.rebuild_pdts,
|
|
3292
3292
|
server_table_calcs: request.server_table_calcs,
|
|
3293
|
-
source: request.source
|
|
3293
|
+
source: request.source,
|
|
3294
|
+
enable_oauth_error_response: request.enable_oauth_error_response
|
|
3294
3295
|
}, null, options);
|
|
3295
3296
|
});
|
|
3296
3297
|
return function run_query(_x1058, _x1059, _x1060) {
|
|
@@ -3312,7 +3313,8 @@ export var run_inline_query = function () {
|
|
|
3312
3313
|
cache_only: request.cache_only,
|
|
3313
3314
|
path_prefix: request.path_prefix,
|
|
3314
3315
|
rebuild_pdts: request.rebuild_pdts,
|
|
3315
|
-
server_table_calcs: request.server_table_calcs
|
|
3316
|
+
server_table_calcs: request.server_table_calcs,
|
|
3317
|
+
enable_oauth_error_response: request.enable_oauth_error_response
|
|
3316
3318
|
}, request.body, options);
|
|
3317
3319
|
});
|
|
3318
3320
|
return function run_inline_query(_x1061, _x1062, _x1063) {
|