@wix/auto_sdk_online-programs_sections 1.0.15 → 1.0.16
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 +1 -10
- package/build/cjs/index.typings.js +1 -3
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.js +22 -22
- 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 +1 -10
- package/build/es/index.typings.mjs +1 -3
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.mjs +22 -22
- 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 +103 -10
- package/build/internal/cjs/index.typings.js +1 -3
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +202 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.js +22 -22
- 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 +103 -10
- package/build/internal/es/index.typings.mjs +1 -3
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +202 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.mjs +22 -22
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +4 -4
package/build/cjs/index.js
CHANGED
|
@@ -1280,9 +1280,7 @@ async function typedQuerySections(query, options) {
|
|
|
1280
1280
|
}
|
|
1281
1281
|
}
|
|
1282
1282
|
var utils = {
|
|
1283
|
-
query:
|
|
1284
|
-
...(0, import_query_builder_utils.createQueryUtils)()
|
|
1285
|
-
}
|
|
1283
|
+
query: /* @__PURE__ */ (0, import_query_builder_utils.createQueryUtils)()
|
|
1286
1284
|
};
|
|
1287
1285
|
async function listSections2(programId, options) {
|
|
1288
1286
|
const { httpClient, sideEffects } = arguments[2];
|
|
@@ -1548,7 +1546,7 @@ function publishSection3(httpClient) {
|
|
|
1548
1546
|
var import_rest_modules3 = require("@wix/sdk-runtime/rest-modules");
|
|
1549
1547
|
var import_query_method_router = require("@wix/sdk-runtime/query-method-router");
|
|
1550
1548
|
function customQuerySections(httpClient) {
|
|
1551
|
-
const router = (0, import_query_method_router.createQueryOverloadRouter)({
|
|
1549
|
+
const router = /* @__PURE__ */ (0, import_query_method_router.createQueryOverloadRouter)({
|
|
1552
1550
|
builderQueryFunction: (options) => querySections3(httpClient)(options),
|
|
1553
1551
|
typedQueryFunction: (query, options) => typedQuerySections2(httpClient)(query, options),
|
|
1554
1552
|
hasOptionsParameter: true
|