@looker/sdk 24.18.1 → 25.0.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.
@@ -1,2 +1,2 @@
1
- export declare const sdkVersion = "24.18";
1
+ export declare const sdkVersion = "25.0";
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 = '24.18';
7
+ var sdkVersion = exports.sdkVersion = '25.0';
8
8
  var environmentPrefix = exports.environmentPrefix = 'LOOKERSDK';
9
9
  //# sourceMappingURL=constants.js.map
@@ -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 = '24.18';\nexport const environmentPrefix = 'LOOKERSDK';\n"],"mappings":";;;;;;AA0BO,IAAMA,UAAU,GAAAC,OAAA,CAAAD,UAAA,GAAG,OAAO;AAC1B,IAAME,iBAAiB,GAAAD,OAAA,CAAAC,iBAAA,GAAG,WAAW"}
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.0';\nexport const environmentPrefix = 'LOOKERSDK';\n"],"mappings":";;;;;;AA0BO,IAAMA,UAAU,GAAAC,OAAA,CAAAD,UAAA,GAAG,MAAM;AACzB,IAAME,iBAAiB,GAAAD,OAAA,CAAAC,iBAAA,GAAG,WAAW"}
@@ -1602,9 +1602,11 @@ export var content_thumbnail = function () {
1602
1602
  };
1603
1603
  }();
1604
1604
  export var content_validation = function () {
1605
- var _ref166 = _asyncToGenerator(function* (sdk, fields, options) {
1605
+ var _ref166 = _asyncToGenerator(function* (sdk, request, options) {
1606
1606
  return sdk.get('/content_validation', {
1607
- fields
1607
+ fields: request.fields,
1608
+ project_names: request.project_names,
1609
+ space_ids: request.space_ids
1608
1610
  }, null, options);
1609
1611
  });
1610
1612
  return function content_validation(_x524, _x525, _x526) {
@@ -2699,7 +2701,10 @@ export var all_lookml_models = function () {
2699
2701
  return sdk.get('/lookml_models', {
2700
2702
  fields: request.fields,
2701
2703
  limit: request.limit,
2702
- offset: request.offset
2704
+ offset: request.offset,
2705
+ exclude_empty: request.exclude_empty,
2706
+ exclude_hidden: request.exclude_hidden,
2707
+ include_internal: request.include_internal
2703
2708
  }, null, options);
2704
2709
  });
2705
2710
  return function all_lookml_models(_x871, _x872, _x873) {