@wix/auto_sdk_automations_automations-v-2 1.0.110 → 1.0.112

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.
@@ -1609,7 +1609,9 @@ async function typedQueryAutomations(query, options) {
1609
1609
  }
1610
1610
  }
1611
1611
  var utils = {
1612
- ...(0, import_query_builder_utils.createQueryUtils)()
1612
+ query: {
1613
+ ...(0, import_query_builder_utils.createQueryUtils)()
1614
+ }
1613
1615
  };
1614
1616
  async function getAggregatedUsageInfo2(options) {
1615
1617
  const { httpClient, sideEffects } = arguments[1];