@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.
- package/build/cjs/index.js +2 -4
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +4 -12
- package/build/cjs/index.typings.js +1 -3
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/schemas.js +20 -20
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/index.mjs +2 -4
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +4 -12
- package/build/es/index.typings.mjs +1 -3
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/schemas.mjs +20 -20
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/index.js +2 -4
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +4 -12
- package/build/internal/cjs/index.typings.js +1 -3
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/schemas.js +20 -20
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/es/index.mjs +2 -4
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +4 -12
- package/build/internal/es/index.typings.mjs +1 -3
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/schemas.mjs +20 -20
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +3 -3
package/build/es/index.mjs
CHANGED
|
@@ -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
|