@wix/auto_sdk_packages_packages 1.0.30 → 1.0.31

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.
@@ -764,9 +764,7 @@ async function typedQueryPackages(query) {
764
764
  }
765
765
  }
766
766
  var utils = {
767
- query: {
768
- ...(0, import_query_builder_utils.createQueryUtils)()
769
- }
767
+ query: /* @__PURE__ */ (0, import_query_builder_utils.createQueryUtils)()
770
768
  };
771
769
  async function assignProductInstanceToSite2(identifiers, options) {
772
770
  const { httpClient, sideEffects } = arguments[2];
@@ -1013,7 +1011,7 @@ function updatePackageExternalId3(httpClient) {
1013
1011
  var import_rest_modules3 = require("@wix/sdk-runtime/rest-modules");
1014
1012
  var import_query_method_router = require("@wix/sdk-runtime/query-method-router");
1015
1013
  function customQueryPackages(httpClient) {
1016
- const router = (0, import_query_method_router.createQueryOverloadRouter)({
1014
+ const router = /* @__PURE__ */ (0, import_query_method_router.createQueryOverloadRouter)({
1017
1015
  builderQueryFunction: () => queryPackages3(httpClient)(),
1018
1016
  typedQueryFunction: (query) => typedQueryPackages2(httpClient)(query),
1019
1017
  hasOptionsParameter: false