@looker/sdk 26.2.0 → 26.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.
@@ -43,6 +43,11 @@ export var DeviceType = function (DeviceType) {
43
43
  DeviceType["ios"] = "ios";
44
44
  return DeviceType;
45
45
  }({});
46
+ export var Enhancements = function (Enhancements) {
47
+ Enhancements["NONE"] = "NONE";
48
+ Enhancements["STRATEGIC_NARRATIVE"] = "STRATEGIC_NARRATIVE";
49
+ return Enhancements;
50
+ }({});
46
51
  export var FillStyle = function (FillStyle) {
47
52
  FillStyle["enumeration"] = "enumeration";
48
53
  FillStyle["range"] = "range";