@wix/auto_sdk_comments_comments 1.0.50 → 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.
@@ -3909,9 +3909,11 @@ type CommentQuery = {
3909
3909
  }[];
3910
3910
  };
3911
3911
  declare const utils: {
3912
- QueryBuilder: () => _wix_sdk_types.QueryBuilder<Comment, CommentQuerySpec, CommentQuery>;
3913
- Filter: _wix_sdk_types.FilterFactory<Comment, CommentQuerySpec>;
3914
- Sort: _wix_sdk_types.SortFactory<CommentQuerySpec>;
3912
+ query: {
3913
+ QueryBuilder: () => _wix_sdk_types.QueryBuilder<Comment, CommentQuerySpec, CommentQuery>;
3914
+ Filter: _wix_sdk_types.FilterFactory<Comment, CommentQuerySpec>;
3915
+ Sort: _wix_sdk_types.SortFactory<CommentQuerySpec>;
3916
+ };
3915
3917
  };
3916
3918
  /**
3917
3919
  * Sets `marked` to `TRUE` to mark a comment.
@@ -3693,7 +3693,9 @@ async function typedQueryComments(query, options) {
3693
3693
  }
3694
3694
  }
3695
3695
  var utils = {
3696
- ...(0, import_query_builder_utils.createQueryUtils)()
3696
+ query: {
3697
+ ...(0, import_query_builder_utils.createQueryUtils)()
3698
+ }
3697
3699
  };
3698
3700
  async function markComment2(commentId) {
3699
3701
  const { httpClient, sideEffects } = arguments[1];