@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.
@@ -712,9 +712,7 @@ async function typedQueryPackages(query) {
712
712
  }
713
713
  }
714
714
  var utils = {
715
- query: {
716
- ...createQueryUtils()
717
- }
715
+ query: /* @__PURE__ */ createQueryUtils()
718
716
  };
719
717
  async function assignProductInstanceToSite2(identifiers, options) {
720
718
  const { httpClient, sideEffects } = arguments[2];
@@ -961,7 +959,7 @@ function updatePackageExternalId3(httpClient) {
961
959
  import { createRESTModule } from "@wix/sdk-runtime/rest-modules";
962
960
  import { createQueryOverloadRouter } from "@wix/sdk-runtime/query-method-router";
963
961
  function customQueryPackages(httpClient) {
964
- const router = createQueryOverloadRouter({
962
+ const router = /* @__PURE__ */ createQueryOverloadRouter({
965
963
  builderQueryFunction: () => queryPackages3(httpClient)(),
966
964
  typedQueryFunction: (query) => typedQueryPackages2(httpClient)(query),
967
965
  hasOptionsParameter: false