@wix/auto_sdk_events_categories 1.0.58 → 1.0.59

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.
@@ -1036,9 +1036,7 @@ async function typedQueryCategories(query, options) {
1036
1036
  }
1037
1037
  }
1038
1038
  var utils = {
1039
- query: {
1040
- ...(0, import_query_builder_utils.createQueryUtils)()
1041
- }
1039
+ query: /* @__PURE__ */ (0, import_query_builder_utils.createQueryUtils)()
1042
1040
  };
1043
1041
  async function assignEvents2(categoryId, eventId) {
1044
1042
  const { httpClient, sideEffects } = arguments[2];
@@ -1368,7 +1366,7 @@ function reorderCategoryEvents3(httpClient) {
1368
1366
  var import_rest_modules3 = require("@wix/sdk-runtime/rest-modules");
1369
1367
  var import_query_method_router = require("@wix/sdk-runtime/query-method-router");
1370
1368
  function customQueryCategories(httpClient) {
1371
- const router = (0, import_query_method_router.createQueryOverloadRouter)({
1369
+ const router = /* @__PURE__ */ (0, import_query_method_router.createQueryOverloadRouter)({
1372
1370
  builderQueryFunction: (options) => queryCategories3(httpClient)(options),
1373
1371
  typedQueryFunction: (query, options) => typedQueryCategories2(httpClient)(query, options),
1374
1372
  hasOptionsParameter: true