@wix/auto_sdk_packages_packages 1.0.18 → 1.0.20

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.
@@ -381,6 +381,7 @@ function updatePackageExternalId(payload) {
381
381
 
382
382
  // src/premium-reseller-v1-packages-packages.universal.ts
383
383
  import { transformPaths as transformPaths2 } from "@wix/sdk-runtime/transformations/transform-paths";
384
+ import { createQueryUtils } from "@wix/sdk-runtime/query-builder-utils";
384
385
  var FailureReasonCode = /* @__PURE__ */ ((FailureReasonCode2) => {
385
386
  FailureReasonCode2["UNKNOWN"] = "UNKNOWN";
386
387
  FailureReasonCode2["DELIVERY_TIMEOUT"] = "DELIVERY_TIMEOUT";
@@ -690,6 +691,11 @@ async function typedQueryPackages(query) {
690
691
  throw transformedError;
691
692
  }
692
693
  }
694
+ var utils = {
695
+ query: {
696
+ ...createQueryUtils()
697
+ }
698
+ };
693
699
  async function assignProductInstanceToSite2(identifiers, options) {
694
700
  const { httpClient, sideEffects } = arguments[2];
695
701
  const payload = renameKeysFromSDKRequestToRESTRequest({
@@ -983,6 +989,7 @@ export {
983
989
  getPackage4 as getPackage,
984
990
  queryPackages4 as queryPackages,
985
991
  unassignProductInstanceFromSite4 as unassignProductInstanceFromSite,
986
- updatePackageExternalId4 as updatePackageExternalId
992
+ updatePackageExternalId4 as updatePackageExternalId,
993
+ utils
987
994
  };
988
995
  //# sourceMappingURL=index.mjs.map