@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.
@@ -3612,7 +3612,9 @@ async function typedQueryComments(query, options) {
3612
3612
  }
3613
3613
  }
3614
3614
  var utils = {
3615
- ...createQueryUtils()
3615
+ query: {
3616
+ ...createQueryUtils()
3617
+ }
3616
3618
  };
3617
3619
  async function markComment2(commentId) {
3618
3620
  const { httpClient, sideEffects } = arguments[1];