@looker/sdk 23.2.0 → 23.6.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.
Files changed (48) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/lib/3.1/funcs.d.ts +1 -1
  3. package/lib/3.1/funcs.js +1 -0
  4. package/lib/3.1/funcs.js.map +1 -1
  5. package/lib/3.1/methods.d.ts +1 -1
  6. package/lib/3.1/methods.js +1 -0
  7. package/lib/3.1/methods.js.map +1 -1
  8. package/lib/3.1/methodsInterface.d.ts +1 -1
  9. package/lib/3.1/methodsInterface.js.map +1 -1
  10. package/lib/3.1/models.d.ts +3 -0
  11. package/lib/3.1/models.js.map +1 -1
  12. package/lib/3.1/streams.js +1 -0
  13. package/lib/3.1/streams.js.map +1 -1
  14. package/lib/4.0/funcs.d.ts +3 -4
  15. package/lib/4.0/funcs.js +996 -1004
  16. package/lib/4.0/funcs.js.map +1 -1
  17. package/lib/4.0/methods.d.ts +3 -4
  18. package/lib/4.0/methods.js +661 -666
  19. package/lib/4.0/methods.js.map +1 -1
  20. package/lib/4.0/methodsInterface.d.ts +3 -4
  21. package/lib/4.0/methodsInterface.js.map +1 -1
  22. package/lib/4.0/models.d.ts +3 -21
  23. package/lib/4.0/models.js.map +1 -1
  24. package/lib/4.0/streams.d.ts +2 -3
  25. package/lib/4.0/streams.js +661 -666
  26. package/lib/4.0/streams.js.map +1 -1
  27. package/lib/constants.d.ts +1 -1
  28. package/lib/constants.js +1 -1
  29. package/lib/constants.js.map +1 -1
  30. package/lib/esm/3.1/funcs.js +1 -0
  31. package/lib/esm/3.1/funcs.js.map +1 -1
  32. package/lib/esm/3.1/methods.js +1 -0
  33. package/lib/esm/3.1/methods.js.map +1 -1
  34. package/lib/esm/3.1/methodsInterface.js.map +1 -1
  35. package/lib/esm/3.1/models.js.map +1 -1
  36. package/lib/esm/3.1/streams.js +1 -0
  37. package/lib/esm/3.1/streams.js.map +1 -1
  38. package/lib/esm/4.0/funcs.js +996 -1004
  39. package/lib/esm/4.0/funcs.js.map +1 -1
  40. package/lib/esm/4.0/methods.js +661 -666
  41. package/lib/esm/4.0/methods.js.map +1 -1
  42. package/lib/esm/4.0/methodsInterface.js.map +1 -1
  43. package/lib/esm/4.0/models.js.map +1 -1
  44. package/lib/esm/4.0/streams.js +661 -666
  45. package/lib/esm/4.0/streams.js.map +1 -1
  46. package/lib/esm/constants.js +1 -1
  47. package/lib/esm/constants.js.map +1 -1
  48. package/package.json +2 -2
@@ -1,2 +1,2 @@
1
- export declare const sdkVersion = "23.2";
1
+ export declare const sdkVersion = "23.6";
2
2
  export declare const environmentPrefix = "LOOKERSDK";
package/lib/constants.js CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.sdkVersion = exports.environmentPrefix = void 0;
7
- var sdkVersion = '23.2';
7
+ var sdkVersion = '23.6';
8
8
  exports.sdkVersion = sdkVersion;
9
9
  var environmentPrefix = 'LOOKERSDK';
10
10
  exports.environmentPrefix = environmentPrefix;
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","names":["sdkVersion","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 = '23.2'\nexport const environmentPrefix = 'LOOKERSDK'\n"],"mappings":";;;;;;AA0BO,IAAMA,UAAU,GAAG,MAAM;AAAA;AACzB,IAAMC,iBAAiB,GAAG,WAAW;AAAA"}
1
+ {"version":3,"file":"constants.js","names":["sdkVersion","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 = '23.6'\nexport const environmentPrefix = 'LOOKERSDK'\n"],"mappings":";;;;;;AA0BO,IAAMA,UAAU,GAAG,MAAM;AAAA;AACzB,IAAMC,iBAAiB,GAAG,WAAW;AAAA"}
@@ -839,6 +839,7 @@ var content_thumbnail = function () {
839
839
  request.resource_id = (0, _sdkRtl.encodeParam)(request.resource_id);
840
840
  return sdk.get("/content_thumbnail/".concat(request.type, "/").concat(request.resource_id), {
841
841
  reload: request.reload,
842
+ theme: request.theme,
842
843
  format: request.format,
843
844
  width: request.width,
844
845
  height: request.height