@wix/auto_sdk_editor-branches_branches 1.0.47 → 1.0.49

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.
@@ -658,7 +658,9 @@ async function typedQueryBranches(query) {
658
658
  }
659
659
  }
660
660
  var utils = {
661
- ...(0, import_query_builder_utils.createQueryUtils)()
661
+ query: {
662
+ ...(0, import_query_builder_utils.createQueryUtils)()
663
+ }
662
664
  };
663
665
  async function setDefaultBranch2(branchId) {
664
666
  const { httpClient, sideEffects } = arguments[1];