@wix/auto_sdk_restaurants_sections 1.0.64 → 1.0.66

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.
@@ -969,7 +969,9 @@ async function typedQuerySections(query) {
969
969
  }
970
970
  }
971
971
  var utils = {
972
- ...(0, import_query_builder_utils.createQueryUtils)()
972
+ query: {
973
+ ...(0, import_query_builder_utils.createQueryUtils)()
974
+ }
973
975
  };
974
976
  async function updateSection2(_id, section) {
975
977
  const { httpClient, sideEffects } = arguments[2];