autoql-fe-utils 1.0.49 → 1.0.51

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.
@@ -28758,7 +28758,7 @@
28758
28758
  }
28759
28759
  });
28760
28760
  const data = { ...dataAlert, id: void 0 };
28761
- const url2 = `${domain}/autoql/api/v1/data-alerts?key=${apiKey}`;
28761
+ const url2 = `${domain}/autoql/api/v1/data-alerts?validate=false&key=${apiKey}`;
28762
28762
  return axiosInstance.post(url2, data).catch((error) => {
28763
28763
  var _a;
28764
28764
  return Promise.reject((_a = error == null ? void 0 : error.response) == null ? void 0 : _a.data);