@wix/auto_sdk_forms_form-spam-submission-reports 1.0.26 → 1.0.28

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.
@@ -510,6 +510,7 @@ var ErrorType = /* @__PURE__ */ ((ErrorType2) => {
510
510
  ErrorType2["DECIMAL_POINT_ERROR"] = "DECIMAL_POINT_ERROR";
511
511
  ErrorType2["INCOMPLETE_DATE_ERROR"] = "INCOMPLETE_DATE_ERROR";
512
512
  ErrorType2["INVALID_VALUE_FOR_PATTERN_ERROR"] = "INVALID_VALUE_FOR_PATTERN_ERROR";
513
+ ErrorType2["INVALID_DEFAULT_VALUE_ERROR"] = "INVALID_DEFAULT_VALUE_ERROR";
513
514
  return ErrorType2;
514
515
  })(ErrorType || {});
515
516
  var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
@@ -885,7 +886,9 @@ async function typedQueryFormSpamSubmissionReportsByNamespace(query) {
885
886
  }
886
887
  }
887
888
  var utils = {
888
- ...(0, import_query_builder_utils.createQueryUtils)()
889
+ query: {
890
+ ...(0, import_query_builder_utils.createQueryUtils)()
891
+ }
889
892
  };
890
893
  async function countFormSpamSubmissionReports2(formIds, namespace) {
891
894
  const { httpClient, sideEffects } = arguments[2];