@wix/auto_sdk_categories_categories 1.0.103 → 1.0.105

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.
Files changed (37) hide show
  1. package/build/cjs/{categories-v1-category-categories.universal-CeusNKQS.d.ts → categories-v1-category-categories.universal-Yxug6jLC.d.ts} +17 -3
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js +7 -1
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/cjs/index.typings.d.ts +2 -2
  6. package/build/cjs/index.typings.js +7 -1
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +6 -1
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/{categories-v1-category-categories.universal-CeusNKQS.d.mts → categories-v1-category-categories.universal-Yxug6jLC.d.mts} +17 -3
  11. package/build/es/index.d.mts +2 -2
  12. package/build/es/index.mjs +7 -1
  13. package/build/es/index.mjs.map +1 -1
  14. package/build/es/index.typings.d.mts +2 -2
  15. package/build/es/index.typings.mjs +7 -1
  16. package/build/es/index.typings.mjs.map +1 -1
  17. package/build/es/meta.d.mts +6 -1
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/{categories-v1-category-categories.universal-DnJjSmaR.d.ts → categories-v1-category-categories.universal-Du32EiPP.d.ts} +17 -3
  20. package/build/internal/cjs/index.d.ts +2 -2
  21. package/build/internal/cjs/index.js +7 -1
  22. package/build/internal/cjs/index.js.map +1 -1
  23. package/build/internal/cjs/index.typings.d.ts +2 -2
  24. package/build/internal/cjs/index.typings.js +7 -1
  25. package/build/internal/cjs/index.typings.js.map +1 -1
  26. package/build/internal/cjs/meta.d.ts +6 -1
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/{categories-v1-category-categories.universal-DnJjSmaR.d.mts → categories-v1-category-categories.universal-Du32EiPP.d.mts} +17 -3
  29. package/build/internal/es/index.d.mts +2 -2
  30. package/build/internal/es/index.mjs +7 -1
  31. package/build/internal/es/index.mjs.map +1 -1
  32. package/build/internal/es/index.typings.d.mts +2 -2
  33. package/build/internal/es/index.typings.mjs +7 -1
  34. package/build/internal/es/index.typings.mjs.map +1 -1
  35. package/build/internal/es/meta.d.mts +6 -1
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +2 -2
@@ -3895,6 +3895,11 @@ interface BulkCreateCategoriesForMigrationRequest {
3895
3895
  treeReference?: TreeReference;
3896
3896
  /** Whether to return the created categories in the response. */
3897
3897
  returnEntity?: boolean;
3898
+ /**
3899
+ * Fields to include in the response.
3900
+ * @maxSize 100
3901
+ */
3902
+ fields?: SingleEntityOpsRequestedFieldsWithLiterals[];
3898
3903
  }
3899
3904
  interface BulkCreateCategoriesForMigrationResponse {
3900
3905
  /** Results of the bulk operation. */
@@ -4845,9 +4850,18 @@ type CategoryQuery = {
4845
4850
  }[];
4846
4851
  };
4847
4852
  declare const utils: {
4848
- QueryBuilder: () => _wix_sdk_types.QueryBuilder<Category, CategoryQuerySpec, CategoryQuery>;
4849
- Filter: _wix_sdk_types.FilterFactory<Category, CategoryQuerySpec>;
4850
- Sort: _wix_sdk_types.SortFactory<CategoryQuerySpec>;
4853
+ query: {
4854
+ QueryBuilder: () => _wix_sdk_types.QueryBuilder<Category, CategoryQuerySpec, CategoryQuery>;
4855
+ Filter: _wix_sdk_types.FilterFactory<Category, CategoryQuerySpec>;
4856
+ Sort: _wix_sdk_types.SortFactory<CategoryQuerySpec>;
4857
+ };
4858
+ search: {
4859
+ SearchBuilder: () => _wix_sdk_types.SearchBuilder<Category, CategorySearchSpec, CategorySearch>;
4860
+ Filter: _wix_sdk_types.FilterFactory<Category, CategorySearchSpec>;
4861
+ Sort: _wix_sdk_types.SortFactory<CategorySearchSpec>;
4862
+ SearchParams: _wix_sdk_types.SearchParamsFactory<CategorySearchSpec>;
4863
+ Aggregation: _wix_sdk_types.AggregationFactory<CategorySearchSpec>;
4864
+ };
4851
4865
  };
4852
4866
  interface SearchCategoriesOptions {
4853
4867
  /**
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
- import { C as Category, a as CreateCategoryOptions, b as CreateCategoryApplicationErrors, c as CreateCategoryValidationErrors, T as TreeReference, G as GetCategoryOptions, U as UpdateCategory, d as UpdateCategoryOptions, e as UpdateCategoryApplicationErrors, D as DeleteCategoryApplicationErrors, f as CategorySearch, S as SearchCategoriesOptions, g as SearchCategoriesResponse, h as CountCategoriesOptions, i as CountCategoriesResponse, M as MoveCategoryOptions, j as MoveCategoryResponse, k as MoveCategoryApplicationErrors, l as MaskedCategory, B as BulkUpdateCategoriesOptions, m as BulkUpdateCategoriesResponse, n as BulkUpdateCategoriesApplicationErrors, o as UpdateCategoryVisibilityOptions, p as UpdateCategoryVisibilityResponse, q as UpdateCategoryVisibilityApplicationErrors, r as BulkShowCategoriesOptions, s as BulkShowCategoriesResponse, I as ItemReference, t as BulkAddItemsToCategoryOptions, u as BulkAddItemsToCategoryResponse, v as BulkAddItemsToCategoryApplicationErrors, w as BulkAddItemToCategoriesOptions, x as BulkAddItemToCategoriesResponse, y as BulkAddItemToCategoriesApplicationErrors, z as BulkRemoveItemsFromCategoryOptions, A as BulkRemoveItemsFromCategoryResponse, E as BulkRemoveItemsFromCategoryApplicationErrors, F as BulkRemoveItemFromCategoriesOptions, H as BulkRemoveItemFromCategoriesResponse, J as BulkRemoveItemFromCategoriesApplicationErrors, L as ListItemsInCategoryOptions, K as ListItemsInCategoryResponse, N as ListCategoriesForItemOptions, O as ListCategoriesForItemResponse, P as ListCategoriesForItemsOptions, Q as ListCategoriesForItemsResponse, R as ListTreesResponse, V as SetArrangedItemsOptions, W as SetArrangedItemsResponse, X as SetArrangedItemsApplicationErrors, Y as GetArrangedItemsResponse, Z as CategoryMovedEnvelope, _ as CategoryCreatedEnvelope, $ as CategoryDeletedEnvelope, a0 as CategoryItemAddedToCategoryEnvelope, a1 as CategoryItemRemovedFromCategoryEnvelope, a2 as CategoryItemsArrangedInCategoryEnvelope, a3 as CategoryUpdatedEnvelope, a4 as CategoryQuery, a5 as QueryCategoriesOptions, a6 as typedQueryCategories, a7 as CategoriesQueryBuilder } from './categories-v1-category-categories.universal-CeusNKQS.js';
3
- export { eP as AccountInfo, eS as AccountInfoMetadata, eG as ActionEvent, dp as Aggregation, dC as AggregationData, dq as AggregationKindOneOf, dV as AggregationResults, dW as AggregationResultsResultOneOf, dJ as AggregationResultsScalarResult, aY as AggregationType, fN as AggregationTypeWithLiterals, aC as Alignment, fr as AlignmentWithLiterals, c7 as AnchorData, cQ as App, ce as AppEmbedData, cf as AppEmbedDataAppDataOneOf, aE as AppType, ft as AppTypeWithLiterals, e6 as ApplicationError, ay as AspectRatio, fn as AspectRatioWithLiterals, cz as AudioData, bZ as Background, b_ as BackgroundBackgroundOneOf, cF as BackgroundImage, au as BackgroundType, fj as BackgroundTypeWithLiterals, cG as Banner, eQ as BaseEventMetadata, cC as BlockquoteData, cg as BookingData, bd as Border, cw as BorderColors, cx as BorderWidths, b2 as Breadcrumb, b1 as BreadcrumbsInfo, e7 as BulkActionMetadata, eg as BulkAddItemToCategoriesRequest, eK as BulkAddItemsToCategoryForMigrationRequest, eL as BulkAddItemsToCategoryForMigrationResponse, ed as BulkAddItemsToCategoryRequest, e4 as BulkCategoriesResult, eI as BulkCreateCategoriesForMigrationRequest, eJ as BulkCreateCategoriesForMigrationResponse, ea as BulkDeleteCategoriesRequest, eb as BulkDeleteCategoriesResponse, ec as BulkDeleteCategoriesResponseBulkCategoriesResult, eh as BulkItemToCategoriesResult, ee as BulkItemsToCategoryResult, ej as BulkRemoveItemFromCategoriesRequest, ei as BulkRemoveItemsFromCategoryRequest, fS as BulkSetItemCategoriesApplicationErrors, eX as BulkSetItemCategoriesOptions, ev as BulkSetItemCategoriesRequest, ew as BulkSetItemCategoriesResponse, e9 as BulkShowCategoriesRequest, e3 as BulkUpdateCategoriesRequest, cB as BulletedListData, bc as ButtonData, ab as ButtonDataType, f0 as ButtonDataTypeWithLiterals, ci as ButtonStyles, cD as CaptionData, cl as CardStyles, eT as CategoriesQueryResult, cX as CategoryMoved, eU as CategoryQuerySpec, eV as CategorySearchSpec, ez as CategoryTreeNode, cv as CellStyle, bo as CodeBlockData, cr as CollapsibleListData, c8 as ColorData, be as Colors, fT as CommonQueryWithEntityContext, fU as CommonSearchWithEntityContext, dk as CompactCategory, e1 as CountCategoriesRequest, d1 as CreateCategoryRequest, d2 as CreateCategoryResponse, ak as Crop, f9 as CropWithLiterals, de as CursorPaging, dg as CursorPagingMetadata, db as CursorQuery, dc as CursorQueryPagingMethodOneOf, dm as CursorSearch, dn as CursorSearchPagingMethodOneOf, dh as Cursors, cU as CustomTag, dx as DateHistogramAggregation, dR as DateHistogramResult, dT as DateHistogramResults, c5 as Decoration, c6 as DecorationDataOneOf, av as DecorationType, fk as DecorationTypeWithLiterals, d8 as DeleteCategoryRequest, d9 as DeleteCategoryResponse, dX as DeprecatedSearchCategoriesWithOffsetRequest, d$ as DeprecatedSearchCategoriesWithOffsetResponse, c3 as Design, aO as DesignTarget, fD as DesignTargetWithLiterals, ct as Dimensions, aG as Direction, fv as DirectionWithLiterals, bq as DividerData, ag as DividerDataAlignment, f5 as DividerDataAlignmentWithLiterals, cL as DocumentStyle, eA as DomainEvent, eB as DomainEventBodyOneOf, d3 as DuplicateHandleErrorData, cp as EmbedData, eH as Empty, eC as EntityCreatedEvent, eF as EntityDeletedEvent, eE as EntityUpdatedEvent, ch as EventData, eR as EventMetadata, cN as ExtendedFields, cT as File, br as FileData, bs as FileSource, bt as FileSourceDataOneOf, cd as FontFamilyData, cb as FontSizeData, aw as FontType, fl as FontTypeWithLiterals, bG as GIF, bF as GIFData, am as GIFType, fb as GIFTypeWithLiterals, bv as GalleryData, bB as GalleryOptions, bC as GalleryOptionsLayout, eu as GetArrangedItemsRequest, ex as GetCategoriesTreeRequest, ey as GetCategoriesTreeResponse, d4 as GetCategoryRequest, d5 as GetCategoryResponse, bY as Gradient, dS as GroupByValueResults, bI as HTMLData, bJ as HTMLDataDataOneOf, bH as HeadingData, bj as Height, eN as IdentificationData, eO as IdentificationDataIdOneOf, bx as Image, bK as ImageData, bM as ImageDataStyles, aK as ImagePosition, fz as ImagePositionWithLiterals, cj as ImageStyles, ax as ImageStylesPosition, fm as ImageStylesPositionWithLiterals, ds as IncludeMissingValuesOptions, aF as InitialExpandedItems, fu as InitialExpandedItemsWithLiterals, aX as Interval, fM as IntervalWithLiterals, cO as InvalidateCache, cP as InvalidateCacheGetByOneOf, bz as Item, cY as ItemAddedToCategory, bA as ItemDataOneOf, e5 as ItemMetadata, ef as ItemReferenceMetadata, c_ as ItemRemovedFromCategory, bD as ItemStyle, cZ as ItemsAddedToCategory, d0 as ItemsArrangedInCategory, c$ as ItemsRemovedFromCategory, b5 as Keyword, aD as Layout, cH as LayoutCellData, cE as LayoutData, ai as LayoutType, f7 as LayoutTypeWithLiterals, fs as LayoutWithLiterals, ae as LineStyle, f3 as LineStyleWithLiterals, bl as Link, c9 as LinkData, bm as LinkDataOneOf, bN as LinkPreviewData, bO as LinkPreviewDataStyles, en as ListCategoriesForItemRequest, eo as ListCategoriesForItemsRequest, di as ListCompactCategoriesByIdsRequest, dj as ListCompactCategoriesByIdsResponse, eW as ListItemsInCategoryOptionsPagingMethodOneOf, ek as ListItemsInCategoryRequest, el as ListItemsInCategoryRequestPagingMethodOneOf, eq as ListTreesRequest, cy as ListValue, bP as MapData, ep as MapItemToCategories, bQ as MapSettings, ap as MapType, fe as MapTypeWithLiterals, bw as Media, ca as MentionData, eM as MessageEnvelope, cK as Metadata, aU as MissingValues, fJ as MissingValuesWithLiterals, aZ as Mode, fO as ModeWithLiterals, e2 as MoveCategoryRequest, er as MoveItemInCategoryRequest, a$ as MoveItemInCategoryRequestPosition, fQ as MoveItemInCategoryRequestPositionWithLiterals, es as MoveItemInCategoryResponse, dA as NestedAggregation, dy as NestedAggregationItem, dz as NestedAggregationItemKindOneOf, dF as NestedAggregationResults, dG as NestedAggregationResultsResultOneOf, aW as NestedAggregationType, fL as NestedAggregationTypeWithLiterals, dO as NestedResultValue, dP as NestedResultValueResultOneOf, dU as NestedResults, dK as NestedValueAggregationResult, b9 as Node, ba as NodeDataOneOf, bb as NodeStyle, a8 as NodeType, eZ as NodeTypeWithLiterals, aI as NullValue, fx as NullValueWithLiterals, cq as Oembed, dY as OffsetSearch, dZ as OffsetSearchPagingMethodOneOf, bU as Option, c0 as OptionDesign, bX as OptionLayout, cA as OrderedListData, aj as Orientation, f8 as OrientationWithLiterals, aL as Origin, fA as OriginWithLiterals, bu as PDFSettings, cR as Page, cV as Pages, d_ as Paging, e0 as PagingMetadata, em as PagingMetadataV2, bR as ParagraphData, b3 as ParentCategory, bT as Permissions, aA as Placement, fp as PlacementWithLiterals, co as PlaybackOptions, bf as PluginContainerData, aa as PluginContainerDataAlignment, e$ as PluginContainerDataAlignmentWithLiterals, bg as PluginContainerDataWidth, bh as PluginContainerDataWidthDataOneOf, c1 as Poll, bS as PollData, c2 as PollDataLayout, b$ as PollDesign, bW as PollLayout, at as PollLayoutDirection, fi as PollLayoutDirectionWithLiterals, as as PollLayoutType, fh as PollLayoutTypeWithLiterals, bV as PollSettings, a_ as Position, fP as PositionWithLiterals, cm as PricingData, da as QueryCategoriesRequest, df as QueryCategoriesResponse, dv as RangeAggregation, dE as RangeAggregationResult, dr as RangeBucket, dM as RangeResult, dI as RangeResults, bn as Rel, aR as RequestedFields, fG as RequestedFieldsWithLiterals, az as Resizing, fo as ResizingWithLiterals, aN as ResponsivenessBehaviour, fC as ResponsivenessBehaviourWithLiterals, eD as RestoreInfo, dQ as Results, ck as RibbonStyles, b8 as RichContent, dw as ScalarAggregation, dN as ScalarResult, aV as ScalarType, fK as ScalarTypeWithLiterals, aJ as Scaling, fy as ScalingWithLiterals, dl as SearchCategoriesRequest, dB as SearchDetails, b4 as SeoSchema, et as SetArrangedItemsRequest, b7 as Settings, cI as ShapeData, cJ as ShapeDataStyles, aP as SingleEntityOpsRequestedFields, fE as SingleEntityOpsRequestedFieldsWithLiterals, aT as SortDirection, fI as SortDirectionWithLiterals, aQ as SortOrder, fF as SortOrderWithLiterals, aS as SortType, fH as SortTypeWithLiterals, dd as Sorting, an as Source, fc as SourceWithLiterals, bi as Spoiler, cc as SpoilerData, bk as Styles, bL as StylesBorder, ao as StylesPosition, fd as StylesPositionWithLiterals, cu as TableCellData, cs as TableData, b6 as Tag, ac as Target, f1 as TargetWithLiterals, ad as TextAlignment, f2 as TextAlignmentWithLiterals, c4 as TextData, cM as TextNodeStyle, bp as TextStyle, bE as Thumbnails, al as ThumbnailsAlignment, fa as ThumbnailsAlignmentWithLiterals, aB as Type, fq as TypeWithLiterals, cS as URI, cW as URIs, d6 as UpdateCategoryRequest, d7 as UpdateCategoryResponse, e8 as UpdateCategoryVisibilityRequest, dt as ValueAggregation, du as ValueAggregationOptionsOneOf, dD as ValueAggregationResult, dL as ValueResult, dH as ValueResults, aH as VerticalAlignment, aM as VerticalAlignmentAlignment, fB as VerticalAlignmentAlignmentWithLiterals, fw as VerticalAlignmentWithLiterals, by as Video, cn as VideoData, ah as ViewMode, f6 as ViewModeWithLiterals, aq as ViewRole, ff as ViewRoleWithLiterals, ar as VoteRole, fg as VoteRoleWithLiterals, b0 as WebhookIdentityType, fR as WebhookIdentityTypeWithLiterals, af as Width, a9 as WidthType, e_ as WidthTypeWithLiterals, f4 as WidthWithLiterals, eY as utils } from './categories-v1-category-categories.universal-CeusNKQS.js';
2
+ import { C as Category, a as CreateCategoryOptions, b as CreateCategoryApplicationErrors, c as CreateCategoryValidationErrors, T as TreeReference, G as GetCategoryOptions, U as UpdateCategory, d as UpdateCategoryOptions, e as UpdateCategoryApplicationErrors, D as DeleteCategoryApplicationErrors, f as CategorySearch, S as SearchCategoriesOptions, g as SearchCategoriesResponse, h as CountCategoriesOptions, i as CountCategoriesResponse, M as MoveCategoryOptions, j as MoveCategoryResponse, k as MoveCategoryApplicationErrors, l as MaskedCategory, B as BulkUpdateCategoriesOptions, m as BulkUpdateCategoriesResponse, n as BulkUpdateCategoriesApplicationErrors, o as UpdateCategoryVisibilityOptions, p as UpdateCategoryVisibilityResponse, q as UpdateCategoryVisibilityApplicationErrors, r as BulkShowCategoriesOptions, s as BulkShowCategoriesResponse, I as ItemReference, t as BulkAddItemsToCategoryOptions, u as BulkAddItemsToCategoryResponse, v as BulkAddItemsToCategoryApplicationErrors, w as BulkAddItemToCategoriesOptions, x as BulkAddItemToCategoriesResponse, y as BulkAddItemToCategoriesApplicationErrors, z as BulkRemoveItemsFromCategoryOptions, A as BulkRemoveItemsFromCategoryResponse, E as BulkRemoveItemsFromCategoryApplicationErrors, F as BulkRemoveItemFromCategoriesOptions, H as BulkRemoveItemFromCategoriesResponse, J as BulkRemoveItemFromCategoriesApplicationErrors, L as ListItemsInCategoryOptions, K as ListItemsInCategoryResponse, N as ListCategoriesForItemOptions, O as ListCategoriesForItemResponse, P as ListCategoriesForItemsOptions, Q as ListCategoriesForItemsResponse, R as ListTreesResponse, V as SetArrangedItemsOptions, W as SetArrangedItemsResponse, X as SetArrangedItemsApplicationErrors, Y as GetArrangedItemsResponse, Z as CategoryMovedEnvelope, _ as CategoryCreatedEnvelope, $ as CategoryDeletedEnvelope, a0 as CategoryItemAddedToCategoryEnvelope, a1 as CategoryItemRemovedFromCategoryEnvelope, a2 as CategoryItemsArrangedInCategoryEnvelope, a3 as CategoryUpdatedEnvelope, a4 as CategoryQuery, a5 as QueryCategoriesOptions, a6 as typedQueryCategories, a7 as CategoriesQueryBuilder } from './categories-v1-category-categories.universal-Yxug6jLC.js';
3
+ export { eP as AccountInfo, eS as AccountInfoMetadata, eG as ActionEvent, dp as Aggregation, dC as AggregationData, dq as AggregationKindOneOf, dV as AggregationResults, dW as AggregationResultsResultOneOf, dJ as AggregationResultsScalarResult, aY as AggregationType, fN as AggregationTypeWithLiterals, aC as Alignment, fr as AlignmentWithLiterals, c7 as AnchorData, cQ as App, ce as AppEmbedData, cf as AppEmbedDataAppDataOneOf, aE as AppType, ft as AppTypeWithLiterals, e6 as ApplicationError, ay as AspectRatio, fn as AspectRatioWithLiterals, cz as AudioData, bZ as Background, b_ as BackgroundBackgroundOneOf, cF as BackgroundImage, au as BackgroundType, fj as BackgroundTypeWithLiterals, cG as Banner, eQ as BaseEventMetadata, cC as BlockquoteData, cg as BookingData, bd as Border, cw as BorderColors, cx as BorderWidths, b2 as Breadcrumb, b1 as BreadcrumbsInfo, e7 as BulkActionMetadata, eg as BulkAddItemToCategoriesRequest, eK as BulkAddItemsToCategoryForMigrationRequest, eL as BulkAddItemsToCategoryForMigrationResponse, ed as BulkAddItemsToCategoryRequest, e4 as BulkCategoriesResult, eI as BulkCreateCategoriesForMigrationRequest, eJ as BulkCreateCategoriesForMigrationResponse, ea as BulkDeleteCategoriesRequest, eb as BulkDeleteCategoriesResponse, ec as BulkDeleteCategoriesResponseBulkCategoriesResult, eh as BulkItemToCategoriesResult, ee as BulkItemsToCategoryResult, ej as BulkRemoveItemFromCategoriesRequest, ei as BulkRemoveItemsFromCategoryRequest, fS as BulkSetItemCategoriesApplicationErrors, eX as BulkSetItemCategoriesOptions, ev as BulkSetItemCategoriesRequest, ew as BulkSetItemCategoriesResponse, e9 as BulkShowCategoriesRequest, e3 as BulkUpdateCategoriesRequest, cB as BulletedListData, bc as ButtonData, ab as ButtonDataType, f0 as ButtonDataTypeWithLiterals, ci as ButtonStyles, cD as CaptionData, cl as CardStyles, eT as CategoriesQueryResult, cX as CategoryMoved, eU as CategoryQuerySpec, eV as CategorySearchSpec, ez as CategoryTreeNode, cv as CellStyle, bo as CodeBlockData, cr as CollapsibleListData, c8 as ColorData, be as Colors, fT as CommonQueryWithEntityContext, fU as CommonSearchWithEntityContext, dk as CompactCategory, e1 as CountCategoriesRequest, d1 as CreateCategoryRequest, d2 as CreateCategoryResponse, ak as Crop, f9 as CropWithLiterals, de as CursorPaging, dg as CursorPagingMetadata, db as CursorQuery, dc as CursorQueryPagingMethodOneOf, dm as CursorSearch, dn as CursorSearchPagingMethodOneOf, dh as Cursors, cU as CustomTag, dx as DateHistogramAggregation, dR as DateHistogramResult, dT as DateHistogramResults, c5 as Decoration, c6 as DecorationDataOneOf, av as DecorationType, fk as DecorationTypeWithLiterals, d8 as DeleteCategoryRequest, d9 as DeleteCategoryResponse, dX as DeprecatedSearchCategoriesWithOffsetRequest, d$ as DeprecatedSearchCategoriesWithOffsetResponse, c3 as Design, aO as DesignTarget, fD as DesignTargetWithLiterals, ct as Dimensions, aG as Direction, fv as DirectionWithLiterals, bq as DividerData, ag as DividerDataAlignment, f5 as DividerDataAlignmentWithLiterals, cL as DocumentStyle, eA as DomainEvent, eB as DomainEventBodyOneOf, d3 as DuplicateHandleErrorData, cp as EmbedData, eH as Empty, eC as EntityCreatedEvent, eF as EntityDeletedEvent, eE as EntityUpdatedEvent, ch as EventData, eR as EventMetadata, cN as ExtendedFields, cT as File, br as FileData, bs as FileSource, bt as FileSourceDataOneOf, cd as FontFamilyData, cb as FontSizeData, aw as FontType, fl as FontTypeWithLiterals, bG as GIF, bF as GIFData, am as GIFType, fb as GIFTypeWithLiterals, bv as GalleryData, bB as GalleryOptions, bC as GalleryOptionsLayout, eu as GetArrangedItemsRequest, ex as GetCategoriesTreeRequest, ey as GetCategoriesTreeResponse, d4 as GetCategoryRequest, d5 as GetCategoryResponse, bY as Gradient, dS as GroupByValueResults, bI as HTMLData, bJ as HTMLDataDataOneOf, bH as HeadingData, bj as Height, eN as IdentificationData, eO as IdentificationDataIdOneOf, bx as Image, bK as ImageData, bM as ImageDataStyles, aK as ImagePosition, fz as ImagePositionWithLiterals, cj as ImageStyles, ax as ImageStylesPosition, fm as ImageStylesPositionWithLiterals, ds as IncludeMissingValuesOptions, aF as InitialExpandedItems, fu as InitialExpandedItemsWithLiterals, aX as Interval, fM as IntervalWithLiterals, cO as InvalidateCache, cP as InvalidateCacheGetByOneOf, bz as Item, cY as ItemAddedToCategory, bA as ItemDataOneOf, e5 as ItemMetadata, ef as ItemReferenceMetadata, c_ as ItemRemovedFromCategory, bD as ItemStyle, cZ as ItemsAddedToCategory, d0 as ItemsArrangedInCategory, c$ as ItemsRemovedFromCategory, b5 as Keyword, aD as Layout, cH as LayoutCellData, cE as LayoutData, ai as LayoutType, f7 as LayoutTypeWithLiterals, fs as LayoutWithLiterals, ae as LineStyle, f3 as LineStyleWithLiterals, bl as Link, c9 as LinkData, bm as LinkDataOneOf, bN as LinkPreviewData, bO as LinkPreviewDataStyles, en as ListCategoriesForItemRequest, eo as ListCategoriesForItemsRequest, di as ListCompactCategoriesByIdsRequest, dj as ListCompactCategoriesByIdsResponse, eW as ListItemsInCategoryOptionsPagingMethodOneOf, ek as ListItemsInCategoryRequest, el as ListItemsInCategoryRequestPagingMethodOneOf, eq as ListTreesRequest, cy as ListValue, bP as MapData, ep as MapItemToCategories, bQ as MapSettings, ap as MapType, fe as MapTypeWithLiterals, bw as Media, ca as MentionData, eM as MessageEnvelope, cK as Metadata, aU as MissingValues, fJ as MissingValuesWithLiterals, aZ as Mode, fO as ModeWithLiterals, e2 as MoveCategoryRequest, er as MoveItemInCategoryRequest, a$ as MoveItemInCategoryRequestPosition, fQ as MoveItemInCategoryRequestPositionWithLiterals, es as MoveItemInCategoryResponse, dA as NestedAggregation, dy as NestedAggregationItem, dz as NestedAggregationItemKindOneOf, dF as NestedAggregationResults, dG as NestedAggregationResultsResultOneOf, aW as NestedAggregationType, fL as NestedAggregationTypeWithLiterals, dO as NestedResultValue, dP as NestedResultValueResultOneOf, dU as NestedResults, dK as NestedValueAggregationResult, b9 as Node, ba as NodeDataOneOf, bb as NodeStyle, a8 as NodeType, eZ as NodeTypeWithLiterals, aI as NullValue, fx as NullValueWithLiterals, cq as Oembed, dY as OffsetSearch, dZ as OffsetSearchPagingMethodOneOf, bU as Option, c0 as OptionDesign, bX as OptionLayout, cA as OrderedListData, aj as Orientation, f8 as OrientationWithLiterals, aL as Origin, fA as OriginWithLiterals, bu as PDFSettings, cR as Page, cV as Pages, d_ as Paging, e0 as PagingMetadata, em as PagingMetadataV2, bR as ParagraphData, b3 as ParentCategory, bT as Permissions, aA as Placement, fp as PlacementWithLiterals, co as PlaybackOptions, bf as PluginContainerData, aa as PluginContainerDataAlignment, e$ as PluginContainerDataAlignmentWithLiterals, bg as PluginContainerDataWidth, bh as PluginContainerDataWidthDataOneOf, c1 as Poll, bS as PollData, c2 as PollDataLayout, b$ as PollDesign, bW as PollLayout, at as PollLayoutDirection, fi as PollLayoutDirectionWithLiterals, as as PollLayoutType, fh as PollLayoutTypeWithLiterals, bV as PollSettings, a_ as Position, fP as PositionWithLiterals, cm as PricingData, da as QueryCategoriesRequest, df as QueryCategoriesResponse, dv as RangeAggregation, dE as RangeAggregationResult, dr as RangeBucket, dM as RangeResult, dI as RangeResults, bn as Rel, aR as RequestedFields, fG as RequestedFieldsWithLiterals, az as Resizing, fo as ResizingWithLiterals, aN as ResponsivenessBehaviour, fC as ResponsivenessBehaviourWithLiterals, eD as RestoreInfo, dQ as Results, ck as RibbonStyles, b8 as RichContent, dw as ScalarAggregation, dN as ScalarResult, aV as ScalarType, fK as ScalarTypeWithLiterals, aJ as Scaling, fy as ScalingWithLiterals, dl as SearchCategoriesRequest, dB as SearchDetails, b4 as SeoSchema, et as SetArrangedItemsRequest, b7 as Settings, cI as ShapeData, cJ as ShapeDataStyles, aP as SingleEntityOpsRequestedFields, fE as SingleEntityOpsRequestedFieldsWithLiterals, aT as SortDirection, fI as SortDirectionWithLiterals, aQ as SortOrder, fF as SortOrderWithLiterals, aS as SortType, fH as SortTypeWithLiterals, dd as Sorting, an as Source, fc as SourceWithLiterals, bi as Spoiler, cc as SpoilerData, bk as Styles, bL as StylesBorder, ao as StylesPosition, fd as StylesPositionWithLiterals, cu as TableCellData, cs as TableData, b6 as Tag, ac as Target, f1 as TargetWithLiterals, ad as TextAlignment, f2 as TextAlignmentWithLiterals, c4 as TextData, cM as TextNodeStyle, bp as TextStyle, bE as Thumbnails, al as ThumbnailsAlignment, fa as ThumbnailsAlignmentWithLiterals, aB as Type, fq as TypeWithLiterals, cS as URI, cW as URIs, d6 as UpdateCategoryRequest, d7 as UpdateCategoryResponse, e8 as UpdateCategoryVisibilityRequest, dt as ValueAggregation, du as ValueAggregationOptionsOneOf, dD as ValueAggregationResult, dL as ValueResult, dH as ValueResults, aH as VerticalAlignment, aM as VerticalAlignmentAlignment, fB as VerticalAlignmentAlignmentWithLiterals, fw as VerticalAlignmentWithLiterals, by as Video, cn as VideoData, ah as ViewMode, f6 as ViewModeWithLiterals, aq as ViewRole, ff as ViewRoleWithLiterals, ar as VoteRole, fg as VoteRoleWithLiterals, b0 as WebhookIdentityType, fR as WebhookIdentityTypeWithLiterals, af as Width, a9 as WidthType, e_ as WidthTypeWithLiterals, f4 as WidthWithLiterals, eY as utils } from './categories-v1-category-categories.universal-Yxug6jLC.js';
4
4
 
5
5
  declare function createCategory$1(httpClient: HttpClient): CreateCategorySignature;
6
6
  interface CreateCategorySignature {
@@ -1550,6 +1550,7 @@ var import_image = require("@wix/sdk-runtime/transformations/image");
1550
1550
  var import_image2 = require("@wix/sdk-runtime/transformations/image");
1551
1551
  var import_transform_paths2 = require("@wix/sdk-runtime/transformations/transform-paths");
1552
1552
  var import_query_builder_utils = require("@wix/sdk-runtime/query-builder-utils");
1553
+ var import_search_builder_utils = require("@wix/sdk-runtime/search-builder-utils");
1553
1554
  var NodeType = /* @__PURE__ */ ((NodeType2) => {
1554
1555
  NodeType2["PARAGRAPH"] = "PARAGRAPH";
1555
1556
  NodeType2["TEXT"] = "TEXT";
@@ -2203,7 +2204,12 @@ async function typedQueryCategories(query, options) {
2203
2204
  }
2204
2205
  }
2205
2206
  var utils = {
2206
- ...(0, import_query_builder_utils.createQueryUtils)()
2207
+ query: {
2208
+ ...(0, import_query_builder_utils.createQueryUtils)()
2209
+ },
2210
+ search: {
2211
+ ...(0, import_search_builder_utils.createSearchUtils)()
2212
+ }
2207
2213
  };
2208
2214
  async function searchCategories2(search, options) {
2209
2215
  const { httpClient, sideEffects } = arguments[2];