@cubejs-client/core 1.3.83 → 1.3.84

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.
@@ -3211,6 +3211,7 @@ var CubeApi = /*#__PURE__*/function () {
3211
3211
  return this.loadMethod(function () {
3212
3212
  var request = _this10.request('cubesql', {
3213
3213
  query: sqlQuery,
3214
+ cache: options === null || options === void 0 ? void 0 : options.cache,
3214
3215
  method: 'POST',
3215
3216
  signal: options === null || options === void 0 ? void 0 : options.signal,
3216
3217
  fetchTimeout: options === null || options === void 0 ? void 0 : options.timeout
@@ -3276,7 +3277,8 @@ var CubeApi = /*#__PURE__*/function () {
3276
3277
  fetchTimeout: options === null || options === void 0 ? void 0 : options.timeout,
3277
3278
  baseRequestId: uuid.v4(),
3278
3279
  params: {
3279
- query: sqlQuery
3280
+ query: sqlQuery,
3281
+ cache: options === null || options === void 0 ? void 0 : options.cache
3280
3282
  }
3281
3283
  });
3282
3284
  decoder = new TextDecoder();