@wix/auto_sdk_comments_comments 1.0.50 → 1.0.52

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.
@@ -3713,7 +3713,9 @@ async function typedQueryComments(query, options) {
3713
3713
  }
3714
3714
  }
3715
3715
  var utils = {
3716
- ...(0, import_query_builder_utils.createQueryUtils)()
3716
+ query: {
3717
+ ...(0, import_query_builder_utils.createQueryUtils)()
3718
+ }
3717
3719
  };
3718
3720
  async function markComment2(commentId) {
3719
3721
  const { httpClient, sideEffects } = arguments[1];