@looker/sdk 23.8.1 → 23.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.
@@ -106,6 +106,7 @@ var ResultFormat = function (ResultFormat) {
106
106
  ResultFormat["txt"] = "txt";
107
107
  ResultFormat["xlsx"] = "xlsx";
108
108
  ResultFormat["gsxml"] = "gsxml";
109
+ ResultFormat["sql"] = "sql";
109
110
  return ResultFormat;
110
111
  }({});
111
112
  exports.ResultFormat = ResultFormat;