@looker/sdk 22.4.2 → 22.10.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 (43) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/lib/3.1/funcs.js +2 -2
  3. package/lib/3.1/funcs.js.map +1 -1
  4. package/lib/3.1/methods.js +2 -2
  5. package/lib/3.1/methods.js.map +1 -1
  6. package/lib/3.1/models.d.ts +4 -2
  7. package/lib/3.1/models.js.map +1 -1
  8. package/lib/3.1/streams.js +2 -2
  9. package/lib/3.1/streams.js.map +1 -1
  10. package/lib/4.0/funcs.d.ts +9 -1
  11. package/lib/4.0/funcs.js +1340 -1234
  12. package/lib/4.0/funcs.js.map +1 -1
  13. package/lib/4.0/methods.d.ts +9 -1
  14. package/lib/4.0/methods.js +894 -820
  15. package/lib/4.0/methods.js.map +1 -1
  16. package/lib/4.0/methodsInterface.d.ts +9 -1
  17. package/lib/4.0/models.d.ts +49 -2
  18. package/lib/4.0/models.js +9 -1
  19. package/lib/4.0/models.js.map +1 -1
  20. package/lib/4.0/streams.d.ts +9 -1
  21. package/lib/4.0/streams.js +894 -820
  22. package/lib/4.0/streams.js.map +1 -1
  23. package/lib/constants.d.ts +1 -1
  24. package/lib/constants.js +1 -1
  25. package/lib/constants.js.map +1 -1
  26. package/lib/esm/3.1/funcs.js +2 -2
  27. package/lib/esm/3.1/funcs.js.map +1 -1
  28. package/lib/esm/3.1/methods.js +2 -2
  29. package/lib/esm/3.1/methods.js.map +1 -1
  30. package/lib/esm/3.1/models.js.map +1 -1
  31. package/lib/esm/3.1/streams.js +2 -2
  32. package/lib/esm/3.1/streams.js.map +1 -1
  33. package/lib/esm/4.0/funcs.js +1311 -1229
  34. package/lib/esm/4.0/funcs.js.map +1 -1
  35. package/lib/esm/4.0/methods.js +894 -820
  36. package/lib/esm/4.0/methods.js.map +1 -1
  37. package/lib/esm/4.0/models.js +7 -0
  38. package/lib/esm/4.0/models.js.map +1 -1
  39. package/lib/esm/4.0/streams.js +894 -820
  40. package/lib/esm/4.0/streams.js.map +1 -1
  41. package/lib/esm/constants.js +1 -1
  42. package/lib/esm/constants.js.map +1 -1
  43. package/package.json +3 -3
@@ -1,2 +1,2 @@
1
- export declare const sdkVersion = "22.4";
1
+ export declare const sdkVersion = "22.10";
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.environmentPrefix = exports.sdkVersion = void 0;
7
- var sdkVersion = '22.4';
7
+ var sdkVersion = '22.10';
8
8
  exports.sdkVersion = sdkVersion;
9
9
  var environmentPrefix = 'LOOKERSDK';
10
10
  exports.environmentPrefix = environmentPrefix;
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/constants.ts"],"names":["sdkVersion","environmentPrefix"],"mappings":";;;;;;AA0BO,IAAMA,UAAU,GAAG,MAAnB;;AACA,IAAMC,iBAAiB,GAAG,WAA1B","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 = '22.4'\nexport const environmentPrefix = 'LOOKERSDK'\n"],"file":"constants.js"}
1
+ {"version":3,"sources":["../src/constants.ts"],"names":["sdkVersion","environmentPrefix"],"mappings":";;;;;;AA0BO,IAAMA,UAAU,GAAG,OAAnB;;AACA,IAAMC,iBAAiB,GAAG,WAA1B","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 = '22.10'\nexport const environmentPrefix = 'LOOKERSDK'\n"],"file":"constants.js"}
@@ -2482,14 +2482,14 @@ export var create_query_task = function () {
2482
2482
  apply_formatting: request.apply_formatting,
2483
2483
  apply_vis: request.apply_vis,
2484
2484
  cache: request.cache,
2485
- image_width: request.image_width,
2486
- image_height: request.image_height,
2487
2485
  generate_drill_links: request.generate_drill_links,
2488
2486
  force_production: request.force_production,
2489
2487
  cache_only: request.cache_only,
2490
2488
  path_prefix: request.path_prefix,
2491
2489
  rebuild_pdts: request.rebuild_pdts,
2492
2490
  server_table_calcs: request.server_table_calcs,
2491
+ image_width: request.image_width,
2492
+ image_height: request.image_height,
2493
2493
  fields: request.fields
2494
2494
  }, request.body, options);
2495
2495
  });