@wix/auto_sdk_restaurants_menus 1.0.66 → 1.0.68

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.
@@ -932,7 +932,9 @@ async function typedQueryMenus(query) {
932
932
  }
933
933
  }
934
934
  var utils = {
935
- ...(0, import_query_builder_utils.createQueryUtils)()
935
+ query: {
936
+ ...(0, import_query_builder_utils.createQueryUtils)()
937
+ }
936
938
  };
937
939
  async function updateMenu2(_id, menu) {
938
940
  const { httpClient, sideEffects } = arguments[2];