@wix/auto_sdk_categories_categories 1.0.124 → 1.0.126

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-D0UeT_GT.d.ts → categories-v1-category-categories.universal-DPJPSigO.d.ts} +3 -26
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +2 -2
  5. package/build/cjs/index.typings.js.map +1 -1
  6. package/build/cjs/meta.d.ts +3 -26
  7. package/build/cjs/meta.js.map +1 -1
  8. package/build/cjs/schemas.js +12 -12
  9. package/build/cjs/schemas.js.map +1 -1
  10. package/build/es/{categories-v1-category-categories.universal-D0UeT_GT.d.mts → categories-v1-category-categories.universal-DPJPSigO.d.mts} +3 -26
  11. package/build/es/index.d.mts +2 -2
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +2 -2
  14. package/build/es/index.typings.mjs.map +1 -1
  15. package/build/es/meta.d.mts +3 -26
  16. package/build/es/meta.mjs.map +1 -1
  17. package/build/es/schemas.mjs +12 -12
  18. package/build/es/schemas.mjs.map +1 -1
  19. package/build/internal/cjs/{categories-v1-category-categories.universal-f_-SZw_a.d.ts → categories-v1-category-categories.universal-Cd3V4gaM.d.ts} +3 -26
  20. package/build/internal/cjs/index.d.ts +2 -2
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +2 -2
  23. package/build/internal/cjs/index.typings.js.map +1 -1
  24. package/build/internal/cjs/meta.d.ts +3 -26
  25. package/build/internal/cjs/meta.js.map +1 -1
  26. package/build/internal/cjs/schemas.js +12 -12
  27. package/build/internal/cjs/schemas.js.map +1 -1
  28. package/build/internal/es/{categories-v1-category-categories.universal-f_-SZw_a.d.mts → categories-v1-category-categories.universal-Cd3V4gaM.d.mts} +3 -26
  29. package/build/internal/es/index.d.mts +2 -2
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +2 -2
  32. package/build/internal/es/index.typings.mjs.map +1 -1
  33. package/build/internal/es/meta.d.mts +3 -26
  34. package/build/internal/es/meta.mjs.map +1 -1
  35. package/build/internal/es/schemas.mjs +12 -12
  36. package/build/internal/es/schemas.mjs.map +1 -1
  37. package/package.json +2 -2
@@ -90,7 +90,7 @@ interface Category {
90
90
  * Category slug. A URL-friendly identifier used in the category page address.
91
91
  *
92
92
  * If not provided, the slug is autogenerated based on the category name.
93
- * @minLength 2
93
+ * @minLength 1
94
94
  * @maxLength 300
95
95
  */
96
96
  slug?: string | null;
@@ -3914,29 +3914,6 @@ interface BulkShowCategoriesResponse {
3914
3914
  /** Bulk action metadata. */
3915
3915
  bulkActionMetadata?: BulkActionMetadata;
3916
3916
  }
3917
- interface BulkDeleteCategoriesRequest {
3918
- /**
3919
- * IDs of categories to be deleted.
3920
- * @format GUID
3921
- * @minSize 1
3922
- * @maxSize 100
3923
- */
3924
- categoryIds?: string[];
3925
- }
3926
- interface BulkDeleteCategoriesResponse {
3927
- /**
3928
- * Categories deleted by bulk action.
3929
- * @minSize 1
3930
- * @maxSize 100
3931
- */
3932
- results?: BulkDeleteCategoriesResponseBulkCategoriesResult[];
3933
- /** Bulk action metadata. */
3934
- bulkActionMetadata?: BulkActionMetadata;
3935
- }
3936
- interface BulkDeleteCategoriesResponseBulkCategoriesResult {
3937
- /** Information about successful action or error for failure. */
3938
- itemMetadata?: ItemMetadata;
3939
- }
3940
3917
  interface BulkAddItemsToCategoryRequest {
3941
3918
  /**
3942
3919
  * Category ID.
@@ -5160,7 +5137,7 @@ interface UpdateCategory {
5160
5137
  * Category slug. A URL-friendly identifier used in the category page address.
5161
5138
  *
5162
5139
  * If not provided, the slug is autogenerated based on the category name.
5163
- * @minLength 2
5140
+ * @minLength 1
5164
5141
  * @maxLength 300
5165
5142
  */
5166
5143
  slug?: string | null;
@@ -6005,4 +5982,4 @@ interface BulkSetItemCategoriesOptions {
6005
5982
  treeReference: TreeReference;
6006
5983
  }
6007
5984
 
6008
- export { type SetArrangedItemsApplicationErrors as $, type BulkAddItemToCategoriesOptions as A, type BulkUpdateCategoriesOptions as B, type Category as C, type DeleteCategoryApplicationErrors as D, type BulkAddItemToCategoriesResponse as E, type BulkAddItemToCategoriesApplicationErrors as F, type GetCategoryOptions as G, type BulkRemoveItemsFromCategoryOptions as H, type ItemReference as I, type BulkRemoveItemsFromCategoryResponse as J, type BulkRemoveItemsFromCategoryApplicationErrors as K, type BulkRemoveItemFromCategoriesOptions as L, type MoveCategoryOptions as M, type BulkRemoveItemFromCategoriesResponse as N, type BulkRemoveItemFromCategoriesApplicationErrors as O, type ListItemsInCategoryOptions as P, type ListItemsInCategoryResponse as Q, type ListCategoriesForItemOptions as R, type SearchCategoriesOptions as S, type TreeReference as T, type UpdateCategory as U, type ListCategoriesForItemResponse as V, type ListCategoriesForItemsOptions as W, type ListCategoriesForItemsResponse as X, type ListTreesResponse as Y, type SetArrangedItemsOptions as Z, type SetArrangedItemsResponse as _, type CreateCategoryOptions as a, CardDataBackgroundType as a$, type GetArrangedItemsResponse as a0, type CategoryMovedEnvelope as a1, type CategoryCreatedEnvelope as a2, type CategoryDeletedEnvelope as a3, type CategoryItemAddedToCategoryEnvelope as a4, type CategoryItemRemovedFromCategoryEnvelope as a5, type CategoryItemsArrangedInCategoryEnvelope as a6, type CategoryUpdatedEnvelope as a7, type CategoryQuery as a8, type QueryCategoriesOptions as a9, PollDesignBackgroundType as aA, DecorationType as aB, FontType as aC, Variant as aD, ImageStylesPosition as aE, AspectRatio as aF, Resizing as aG, Placement as aH, Type as aI, Alignment as aJ, Layout as aK, AppType as aL, InitialExpandedItems as aM, Direction as aN, VerticalAlignment as aO, NullValue as aP, ImageScalingScaling as aQ, ImagePosition as aR, LayoutDataBackgroundType as aS, Origin as aT, BannerPosition as aU, BackdropType as aV, VerticalAlignmentAlignment as aW, ResponsivenessBehaviour as aX, DesignTarget as aY, Scaling as aZ, ImagePositionPosition as a_, typedQueryCategories as aa, type CategoriesQueryBuilder as ab, NodeType as ac, BackgroundType as ad, GradientType as ae, WidthType as af, PluginContainerDataAlignment as ag, ButtonDataType as ah, Target as ai, TextAlignment as aj, LineStyle as ak, Width as al, DividerDataAlignment as am, ViewMode as an, LayoutType as ao, Orientation as ap, Crop as aq, ThumbnailsAlignment as ar, GIFType as as, Source as at, StylesPosition as au, MapType as av, ViewRole as aw, VoteRole as ax, PollLayoutType as ay, PollLayoutDirection as az, type CreateCategoryApplicationErrors as b, type HeadingData as b$, ListStyle as b0, Indentation as b1, SmartBlockDataType as b2, ColumnSize as b3, SingleEntityOpsRequestedFields as b4, SortOrder as b5, RequestedFields as b6, SortType as b7, SortDirection as b8, MissingValues as b9, type PluginContainerDataWidth as bA, type PluginContainerDataWidthDataOneOf as bB, type Spoiler as bC, type Height as bD, type Styles as bE, type Link as bF, type LinkDataOneOf as bG, type Rel as bH, type CodeBlockData as bI, type TextStyle as bJ, type DividerData as bK, type FileData as bL, type FileSource as bM, type FileSourceDataOneOf as bN, type PDFSettings as bO, type GalleryData as bP, type Media as bQ, type Image as bR, type Video as bS, type Item as bT, type ItemDataOneOf as bU, type GalleryOptions as bV, type GalleryOptionsLayout as bW, type ItemStyle as bX, type Thumbnails as bY, type GIFData as bZ, type GIF as b_, ScalarType as ba, NestedAggregationType as bb, Interval as bc, AggregationType as bd, Mode as be, Position as bf, MoveItemInCategoryRequestPosition as bg, WebhookIdentityType as bh, type BreadcrumbsInfo as bi, type Breadcrumb as bj, type ParentCategory as bk, type SeoSchema as bl, type Keyword as bm, type Tag as bn, type Settings as bo, type RichContent as bp, type Node as bq, type NodeDataOneOf as br, type NodeStyle as bs, type ButtonData as bt, type Gradient as bu, type Stop as bv, type Border as bw, type Colors as bx, type Background as by, type PluginContainerData as bz, type CreateCategoryValidationErrors as c, type LayoutDataBackground as c$, type HTMLData as c0, type HTMLDataDataOneOf as c1, type ImageData as c2, type StylesBorder as c3, type ImageDataStyles as c4, type ImageDataCrop as c5, type LinkPreviewData as c6, type LinkPreviewDataStyles as c7, type MapData as c8, type MapSettings as c9, type AppEmbedData as cA, type AppEmbedDataAppDataOneOf as cB, type BookingData as cC, type EventData as cD, type ButtonStyles as cE, type ImageStyles as cF, type RibbonStyles as cG, type CardStyles as cH, type PricingData as cI, type VideoData as cJ, type PlaybackOptions as cK, type EmbedData as cL, type Oembed as cM, type CollapsibleListData as cN, type TableData as cO, type Dimensions as cP, type TableCellData as cQ, type CellStyle as cR, type BorderColors as cS, type BorderWidths as cT, type ListValue as cU, type AudioData as cV, type OrderedListData as cW, type BulletedListData as cX, type BlockquoteData as cY, type CaptionData as cZ, type LayoutData as c_, type ParagraphData as ca, type PollData as cb, type Permissions as cc, type Option as cd, type PollSettings as ce, type PollLayout as cf, type OptionLayout as cg, type BackgroundGradient as ch, type PollDesignBackground as ci, type PollDesignBackgroundBackgroundOneOf as cj, type PollDesign as ck, type OptionDesign as cl, type Poll as cm, type PollDataLayout as cn, type Design as co, type TextData as cp, type Decoration as cq, type DecorationDataOneOf as cr, type AnchorData as cs, type ColorData as ct, type LinkData as cu, type MentionData as cv, type FontSizeData as cw, type SpoilerData as cx, type FontFamilyData as cy, type SketchData as cz, type GetCategoryBySlugOptions as d, type ValueAggregationOptionsOneOf as d$, type LayoutDataBackgroundImage as d0, type Banner as d1, type Backdrop as d2, type LayoutCellData as d3, type ShapeData as d4, type ShapeDataStyles as d5, type CardData as d6, type CardDataBackground as d7, type BackgroundImage as d8, type TocData as d9, type DuplicateHandleErrorData as dA, type GetCategoryRequest as dB, type GetCategoryResponse as dC, type GetCategoryBySlugRequest as dD, type UpdateCategoryRequest as dE, type UpdateCategoryResponse as dF, type DeleteCategoryRequest as dG, type DeleteCategoryResponse as dH, type QueryCategoriesRequest as dI, type CursorQuery as dJ, type CursorQueryPagingMethodOneOf as dK, type Sorting as dL, type CursorPaging as dM, type QueryCategoriesResponse as dN, type CursorPagingMetadata as dO, type Cursors as dP, type ListCompactCategoriesByIdsRequest as dQ, type ListCompactCategoriesByIdsResponse as dR, type CompactCategory as dS, type SearchCategoriesRequest as dT, type CursorSearch as dU, type CursorSearchPagingMethodOneOf as dV, type Aggregation as dW, type AggregationKindOneOf as dX, type RangeBucket as dY, type IncludeMissingValuesOptions as dZ, type ValueAggregation as d_, type SmartBlockData as da, type SmartBlockCellData as db, type CheckboxListData as dc, type ListItemNodeData as dd, type Metadata as de, type DocumentStyle as df, type TextNodeStyle as dg, type ExtendedFields as dh, type InvalidateCache as di, type InvalidateCacheGetByOneOf as dj, type App as dk, type Page as dl, type URI as dm, type File as dn, type CustomTag as dp, type Pages as dq, type URIs as dr, type CategoryMoved as ds, type ItemAddedToCategory as dt, type ItemsAddedToCategory as du, type ItemRemovedFromCategory as dv, type ItemsRemovedFromCategory as dw, type ItemsArrangedInCategory as dx, type CreateCategoryRequest as dy, type CreateCategoryResponse as dz, type GetCategoryBySlugResponse as e, type GetArrangedItemsRequest as e$, type RangeAggregation as e0, type ScalarAggregation as e1, type DateHistogramAggregation as e2, type NestedAggregationItem as e3, type NestedAggregationItemKindOneOf as e4, type NestedAggregation as e5, type SearchDetails as e6, type AggregationData as e7, type ValueAggregationResult as e8, type RangeAggregationResult as e9, type BulkUpdateCategoriesRequest as eA, type BulkCategoriesResult as eB, type ItemMetadata as eC, type ApplicationError as eD, type BulkActionMetadata as eE, type UpdateCategoryVisibilityRequest as eF, type BulkShowCategoriesRequest as eG, type BulkDeleteCategoriesRequest as eH, type BulkDeleteCategoriesResponse as eI, type BulkDeleteCategoriesResponseBulkCategoriesResult as eJ, type BulkAddItemsToCategoryRequest as eK, type BulkItemsToCategoryResult as eL, type ItemReferenceMetadata as eM, type BulkAddItemToCategoriesRequest as eN, type BulkItemToCategoriesResult as eO, type BulkRemoveItemsFromCategoryRequest as eP, type BulkRemoveItemFromCategoriesRequest as eQ, type ListItemsInCategoryRequest as eR, type ListItemsInCategoryRequestPagingMethodOneOf as eS, type PagingMetadataV2 as eT, type ListCategoriesForItemRequest as eU, type ListCategoriesForItemsRequest as eV, type MapItemToCategories as eW, type ListTreesRequest as eX, type MoveItemInCategoryRequest as eY, type MoveItemInCategoryResponse as eZ, type SetArrangedItemsRequest as e_, type NestedAggregationResults as ea, type NestedAggregationResultsResultOneOf as eb, type ValueResults as ec, type RangeResults as ed, type AggregationResultsScalarResult as ee, type NestedValueAggregationResult as ef, type ValueResult as eg, type RangeResult as eh, type ScalarResult as ei, type NestedResultValue as ej, type NestedResultValueResultOneOf as ek, type Results as el, type DateHistogramResult as em, type GroupByValueResults as en, type DateHistogramResults as eo, type NestedResults as ep, type AggregationResults as eq, type AggregationResultsResultOneOf as er, type DeprecatedSearchCategoriesWithOffsetRequest as es, type OffsetSearch as et, type OffsetSearchPagingMethodOneOf as eu, type Paging as ev, type DeprecatedSearchCategoriesWithOffsetResponse as ew, type PagingMetadata as ex, type CountCategoriesRequest as ey, type MoveCategoryRequest as ez, type UpdateCategoryOptions as f, type ResizingWithLiterals as f$, type BulkSetItemCategoriesRequest as f0, type BulkSetItemCategoriesResponse as f1, type GetCategoriesTreeRequest as f2, type GetCategoriesTreeResponse as f3, type CategoryTreeNode as f4, type DomainEvent as f5, type DomainEventBodyOneOf as f6, type EntityCreatedEvent as f7, type RestoreInfo as f8, type EntityUpdatedEvent as f9, type WidthTypeWithLiterals as fA, type PluginContainerDataAlignmentWithLiterals as fB, type ButtonDataTypeWithLiterals as fC, type TargetWithLiterals as fD, type TextAlignmentWithLiterals as fE, type LineStyleWithLiterals as fF, type WidthWithLiterals as fG, type DividerDataAlignmentWithLiterals as fH, type ViewModeWithLiterals as fI, type LayoutTypeWithLiterals as fJ, type OrientationWithLiterals as fK, type CropWithLiterals as fL, type ThumbnailsAlignmentWithLiterals as fM, type GIFTypeWithLiterals as fN, type SourceWithLiterals as fO, type StylesPositionWithLiterals as fP, type MapTypeWithLiterals as fQ, type ViewRoleWithLiterals as fR, type VoteRoleWithLiterals as fS, type PollLayoutTypeWithLiterals as fT, type PollLayoutDirectionWithLiterals as fU, type PollDesignBackgroundTypeWithLiterals as fV, type DecorationTypeWithLiterals as fW, type FontTypeWithLiterals as fX, type VariantWithLiterals as fY, type ImageStylesPositionWithLiterals as fZ, type AspectRatioWithLiterals as f_, type EntityDeletedEvent as fa, type ActionEvent as fb, type Empty as fc, type BulkCreateCategoriesForMigrationRequest as fd, type BulkCreateCategoriesForMigrationResponse as fe, type BulkAddItemsToCategoryForMigrationRequest as ff, type BulkAddItemsToCategoryForMigrationResponse as fg, type SetArrangedItemsForMigrationRequest as fh, type SetArrangedItemsForMigrationResponse as fi, type CatalogRollbackRequested as fj, type MessageEnvelope as fk, type IdentificationData as fl, type IdentificationDataIdOneOf as fm, type AccountInfo as fn, type BaseEventMetadata as fo, type EventMetadata as fp, type AccountInfoMetadata as fq, type CategoriesQueryResult as fr, type CategoryQuerySpec as fs, type CategorySearchSpec as ft, type ListItemsInCategoryOptionsPagingMethodOneOf as fu, type BulkSetItemCategoriesOptions as fv, utils as fw, type NodeTypeWithLiterals as fx, type BackgroundTypeWithLiterals as fy, type GradientTypeWithLiterals as fz, type UpdateCategoryApplicationErrors as g, bulkRemoveItemFromCategories as g$, type PlacementWithLiterals as g0, type TypeWithLiterals as g1, type AlignmentWithLiterals as g2, type LayoutWithLiterals as g3, type AppTypeWithLiterals as g4, type InitialExpandedItemsWithLiterals as g5, type DirectionWithLiterals as g6, type VerticalAlignmentWithLiterals as g7, type NullValueWithLiterals as g8, type ImageScalingScalingWithLiterals as g9, type PositionWithLiterals as gA, type MoveItemInCategoryRequestPositionWithLiterals as gB, type WebhookIdentityTypeWithLiterals as gC, type BulkSetItemCategoriesApplicationErrors as gD, type CommonQueryWithEntityContext as gE, type CommonSearchWithEntityContext as gF, onCategoryMoved as gG, onCategoryCreated as gH, onCategoryDeleted as gI, onCategoryItemAddedToCategory as gJ, onCategoryItemRemovedFromCategory as gK, onCategoryItemsArrangedInCategory as gL, onCategoryUpdated as gM, createCategory as gN, getCategory as gO, getCategoryBySlug as gP, updateCategory as gQ, deleteCategory as gR, queryCategories as gS, countCategories as gT, moveCategory as gU, bulkUpdateCategories as gV, updateCategoryVisibility as gW, bulkShowCategories as gX, bulkAddItemsToCategory as gY, bulkAddItemToCategories as gZ, bulkRemoveItemsFromCategory as g_, type ImagePositionWithLiterals as ga, type LayoutDataBackgroundTypeWithLiterals as gb, type OriginWithLiterals as gc, type BannerPositionWithLiterals as gd, type BackdropTypeWithLiterals as ge, type VerticalAlignmentAlignmentWithLiterals as gf, type ResponsivenessBehaviourWithLiterals as gg, type DesignTargetWithLiterals as gh, type ScalingWithLiterals as gi, type ImagePositionPositionWithLiterals as gj, type CardDataBackgroundTypeWithLiterals as gk, type ListStyleWithLiterals as gl, type IndentationWithLiterals as gm, type SmartBlockDataTypeWithLiterals as gn, type ColumnSizeWithLiterals as go, type SingleEntityOpsRequestedFieldsWithLiterals as gp, type SortOrderWithLiterals as gq, type RequestedFieldsWithLiterals as gr, type SortTypeWithLiterals as gs, type SortDirectionWithLiterals as gt, type MissingValuesWithLiterals as gu, type ScalarTypeWithLiterals as gv, type NestedAggregationTypeWithLiterals as gw, type IntervalWithLiterals as gx, type AggregationTypeWithLiterals as gy, type ModeWithLiterals as gz, type UpdateCategoryValidationErrors as h, listItemsInCategory as h0, listCategoriesForItem as h1, listCategoriesForItems as h2, listTrees as h3, setArrangedItems as h4, getArrangedItems as h5, type CategorySearch as i, type SearchCategoriesResponse as j, type CountCategoriesOptions as k, type CountCategoriesResponse as l, type MoveCategoryResponse as m, type MoveCategoryApplicationErrors as n, type MaskedCategory as o, type BulkUpdateCategoriesResponse as p, type BulkUpdateCategoriesApplicationErrors as q, type BulkUpdateCategoriesValidationErrors as r, type UpdateCategoryVisibilityOptions as s, type UpdateCategoryVisibilityResponse as t, type UpdateCategoryVisibilityApplicationErrors as u, type BulkShowCategoriesOptions as v, type BulkShowCategoriesResponse as w, type BulkAddItemsToCategoryOptions as x, type BulkAddItemsToCategoryResponse as y, type BulkAddItemsToCategoryApplicationErrors as z };
5985
+ export { type SetArrangedItemsApplicationErrors as $, type BulkAddItemToCategoriesOptions as A, type BulkUpdateCategoriesOptions as B, type Category as C, type DeleteCategoryApplicationErrors as D, type BulkAddItemToCategoriesResponse as E, type BulkAddItemToCategoriesApplicationErrors as F, type GetCategoryOptions as G, type BulkRemoveItemsFromCategoryOptions as H, type ItemReference as I, type BulkRemoveItemsFromCategoryResponse as J, type BulkRemoveItemsFromCategoryApplicationErrors as K, type BulkRemoveItemFromCategoriesOptions as L, type MoveCategoryOptions as M, type BulkRemoveItemFromCategoriesResponse as N, type BulkRemoveItemFromCategoriesApplicationErrors as O, type ListItemsInCategoryOptions as P, type ListItemsInCategoryResponse as Q, type ListCategoriesForItemOptions as R, type SearchCategoriesOptions as S, type TreeReference as T, type UpdateCategory as U, type ListCategoriesForItemResponse as V, type ListCategoriesForItemsOptions as W, type ListCategoriesForItemsResponse as X, type ListTreesResponse as Y, type SetArrangedItemsOptions as Z, type SetArrangedItemsResponse as _, type CreateCategoryOptions as a, CardDataBackgroundType as a$, type GetArrangedItemsResponse as a0, type CategoryMovedEnvelope as a1, type CategoryCreatedEnvelope as a2, type CategoryDeletedEnvelope as a3, type CategoryItemAddedToCategoryEnvelope as a4, type CategoryItemRemovedFromCategoryEnvelope as a5, type CategoryItemsArrangedInCategoryEnvelope as a6, type CategoryUpdatedEnvelope as a7, type CategoryQuery as a8, type QueryCategoriesOptions as a9, PollDesignBackgroundType as aA, DecorationType as aB, FontType as aC, Variant as aD, ImageStylesPosition as aE, AspectRatio as aF, Resizing as aG, Placement as aH, Type as aI, Alignment as aJ, Layout as aK, AppType as aL, InitialExpandedItems as aM, Direction as aN, VerticalAlignment as aO, NullValue as aP, ImageScalingScaling as aQ, ImagePosition as aR, LayoutDataBackgroundType as aS, Origin as aT, BannerPosition as aU, BackdropType as aV, VerticalAlignmentAlignment as aW, ResponsivenessBehaviour as aX, DesignTarget as aY, Scaling as aZ, ImagePositionPosition as a_, typedQueryCategories as aa, type CategoriesQueryBuilder as ab, NodeType as ac, BackgroundType as ad, GradientType as ae, WidthType as af, PluginContainerDataAlignment as ag, ButtonDataType as ah, Target as ai, TextAlignment as aj, LineStyle as ak, Width as al, DividerDataAlignment as am, ViewMode as an, LayoutType as ao, Orientation as ap, Crop as aq, ThumbnailsAlignment as ar, GIFType as as, Source as at, StylesPosition as au, MapType as av, ViewRole as aw, VoteRole as ax, PollLayoutType as ay, PollLayoutDirection as az, type CreateCategoryApplicationErrors as b, type HeadingData as b$, ListStyle as b0, Indentation as b1, SmartBlockDataType as b2, ColumnSize as b3, SingleEntityOpsRequestedFields as b4, SortOrder as b5, RequestedFields as b6, SortType as b7, SortDirection as b8, MissingValues as b9, type PluginContainerDataWidth as bA, type PluginContainerDataWidthDataOneOf as bB, type Spoiler as bC, type Height as bD, type Styles as bE, type Link as bF, type LinkDataOneOf as bG, type Rel as bH, type CodeBlockData as bI, type TextStyle as bJ, type DividerData as bK, type FileData as bL, type FileSource as bM, type FileSourceDataOneOf as bN, type PDFSettings as bO, type GalleryData as bP, type Media as bQ, type Image as bR, type Video as bS, type Item as bT, type ItemDataOneOf as bU, type GalleryOptions as bV, type GalleryOptionsLayout as bW, type ItemStyle as bX, type Thumbnails as bY, type GIFData as bZ, type GIF as b_, ScalarType as ba, NestedAggregationType as bb, Interval as bc, AggregationType as bd, Mode as be, Position as bf, MoveItemInCategoryRequestPosition as bg, WebhookIdentityType as bh, type BreadcrumbsInfo as bi, type Breadcrumb as bj, type ParentCategory as bk, type SeoSchema as bl, type Keyword as bm, type Tag as bn, type Settings as bo, type RichContent as bp, type Node as bq, type NodeDataOneOf as br, type NodeStyle as bs, type ButtonData as bt, type Gradient as bu, type Stop as bv, type Border as bw, type Colors as bx, type Background as by, type PluginContainerData as bz, type CreateCategoryValidationErrors as c, type LayoutDataBackground as c$, type HTMLData as c0, type HTMLDataDataOneOf as c1, type ImageData as c2, type StylesBorder as c3, type ImageDataStyles as c4, type ImageDataCrop as c5, type LinkPreviewData as c6, type LinkPreviewDataStyles as c7, type MapData as c8, type MapSettings as c9, type AppEmbedData as cA, type AppEmbedDataAppDataOneOf as cB, type BookingData as cC, type EventData as cD, type ButtonStyles as cE, type ImageStyles as cF, type RibbonStyles as cG, type CardStyles as cH, type PricingData as cI, type VideoData as cJ, type PlaybackOptions as cK, type EmbedData as cL, type Oembed as cM, type CollapsibleListData as cN, type TableData as cO, type Dimensions as cP, type TableCellData as cQ, type CellStyle as cR, type BorderColors as cS, type BorderWidths as cT, type ListValue as cU, type AudioData as cV, type OrderedListData as cW, type BulletedListData as cX, type BlockquoteData as cY, type CaptionData as cZ, type LayoutData as c_, type ParagraphData as ca, type PollData as cb, type Permissions as cc, type Option as cd, type PollSettings as ce, type PollLayout as cf, type OptionLayout as cg, type BackgroundGradient as ch, type PollDesignBackground as ci, type PollDesignBackgroundBackgroundOneOf as cj, type PollDesign as ck, type OptionDesign as cl, type Poll as cm, type PollDataLayout as cn, type Design as co, type TextData as cp, type Decoration as cq, type DecorationDataOneOf as cr, type AnchorData as cs, type ColorData as ct, type LinkData as cu, type MentionData as cv, type FontSizeData as cw, type SpoilerData as cx, type FontFamilyData as cy, type SketchData as cz, type GetCategoryBySlugOptions as d, type ValueAggregationOptionsOneOf as d$, type LayoutDataBackgroundImage as d0, type Banner as d1, type Backdrop as d2, type LayoutCellData as d3, type ShapeData as d4, type ShapeDataStyles as d5, type CardData as d6, type CardDataBackground as d7, type BackgroundImage as d8, type TocData as d9, type DuplicateHandleErrorData as dA, type GetCategoryRequest as dB, type GetCategoryResponse as dC, type GetCategoryBySlugRequest as dD, type UpdateCategoryRequest as dE, type UpdateCategoryResponse as dF, type DeleteCategoryRequest as dG, type DeleteCategoryResponse as dH, type QueryCategoriesRequest as dI, type CursorQuery as dJ, type CursorQueryPagingMethodOneOf as dK, type Sorting as dL, type CursorPaging as dM, type QueryCategoriesResponse as dN, type CursorPagingMetadata as dO, type Cursors as dP, type ListCompactCategoriesByIdsRequest as dQ, type ListCompactCategoriesByIdsResponse as dR, type CompactCategory as dS, type SearchCategoriesRequest as dT, type CursorSearch as dU, type CursorSearchPagingMethodOneOf as dV, type Aggregation as dW, type AggregationKindOneOf as dX, type RangeBucket as dY, type IncludeMissingValuesOptions as dZ, type ValueAggregation as d_, type SmartBlockData as da, type SmartBlockCellData as db, type CheckboxListData as dc, type ListItemNodeData as dd, type Metadata as de, type DocumentStyle as df, type TextNodeStyle as dg, type ExtendedFields as dh, type InvalidateCache as di, type InvalidateCacheGetByOneOf as dj, type App as dk, type Page as dl, type URI as dm, type File as dn, type CustomTag as dp, type Pages as dq, type URIs as dr, type CategoryMoved as ds, type ItemAddedToCategory as dt, type ItemsAddedToCategory as du, type ItemRemovedFromCategory as dv, type ItemsRemovedFromCategory as dw, type ItemsArrangedInCategory as dx, type CreateCategoryRequest as dy, type CreateCategoryResponse as dz, type GetCategoryBySlugResponse as e, type GetCategoriesTreeRequest as e$, type RangeAggregation as e0, type ScalarAggregation as e1, type DateHistogramAggregation as e2, type NestedAggregationItem as e3, type NestedAggregationItemKindOneOf as e4, type NestedAggregation as e5, type SearchDetails as e6, type AggregationData as e7, type ValueAggregationResult as e8, type RangeAggregationResult as e9, type BulkUpdateCategoriesRequest as eA, type BulkCategoriesResult as eB, type ItemMetadata as eC, type ApplicationError as eD, type BulkActionMetadata as eE, type UpdateCategoryVisibilityRequest as eF, type BulkShowCategoriesRequest as eG, type BulkAddItemsToCategoryRequest as eH, type BulkItemsToCategoryResult as eI, type ItemReferenceMetadata as eJ, type BulkAddItemToCategoriesRequest as eK, type BulkItemToCategoriesResult as eL, type BulkRemoveItemsFromCategoryRequest as eM, type BulkRemoveItemFromCategoriesRequest as eN, type ListItemsInCategoryRequest as eO, type ListItemsInCategoryRequestPagingMethodOneOf as eP, type PagingMetadataV2 as eQ, type ListCategoriesForItemRequest as eR, type ListCategoriesForItemsRequest as eS, type MapItemToCategories as eT, type ListTreesRequest as eU, type MoveItemInCategoryRequest as eV, type MoveItemInCategoryResponse as eW, type SetArrangedItemsRequest as eX, type GetArrangedItemsRequest as eY, type BulkSetItemCategoriesRequest as eZ, type BulkSetItemCategoriesResponse as e_, type NestedAggregationResults as ea, type NestedAggregationResultsResultOneOf as eb, type ValueResults as ec, type RangeResults as ed, type AggregationResultsScalarResult as ee, type NestedValueAggregationResult as ef, type ValueResult as eg, type RangeResult as eh, type ScalarResult as ei, type NestedResultValue as ej, type NestedResultValueResultOneOf as ek, type Results as el, type DateHistogramResult as em, type GroupByValueResults as en, type DateHistogramResults as eo, type NestedResults as ep, type AggregationResults as eq, type AggregationResultsResultOneOf as er, type DeprecatedSearchCategoriesWithOffsetRequest as es, type OffsetSearch as et, type OffsetSearchPagingMethodOneOf as eu, type Paging as ev, type DeprecatedSearchCategoriesWithOffsetResponse as ew, type PagingMetadata as ex, type CountCategoriesRequest as ey, type MoveCategoryRequest as ez, type UpdateCategoryOptions as f, type AlignmentWithLiterals as f$, type GetCategoriesTreeResponse as f0, type CategoryTreeNode as f1, type DomainEvent as f2, type DomainEventBodyOneOf as f3, type EntityCreatedEvent as f4, type RestoreInfo as f5, type EntityUpdatedEvent as f6, type EntityDeletedEvent as f7, type ActionEvent as f8, type Empty as f9, type TargetWithLiterals as fA, type TextAlignmentWithLiterals as fB, type LineStyleWithLiterals as fC, type WidthWithLiterals as fD, type DividerDataAlignmentWithLiterals as fE, type ViewModeWithLiterals as fF, type LayoutTypeWithLiterals as fG, type OrientationWithLiterals as fH, type CropWithLiterals as fI, type ThumbnailsAlignmentWithLiterals as fJ, type GIFTypeWithLiterals as fK, type SourceWithLiterals as fL, type StylesPositionWithLiterals as fM, type MapTypeWithLiterals as fN, type ViewRoleWithLiterals as fO, type VoteRoleWithLiterals as fP, type PollLayoutTypeWithLiterals as fQ, type PollLayoutDirectionWithLiterals as fR, type PollDesignBackgroundTypeWithLiterals as fS, type DecorationTypeWithLiterals as fT, type FontTypeWithLiterals as fU, type VariantWithLiterals as fV, type ImageStylesPositionWithLiterals as fW, type AspectRatioWithLiterals as fX, type ResizingWithLiterals as fY, type PlacementWithLiterals as fZ, type TypeWithLiterals as f_, type BulkCreateCategoriesForMigrationRequest as fa, type BulkCreateCategoriesForMigrationResponse as fb, type BulkAddItemsToCategoryForMigrationRequest as fc, type BulkAddItemsToCategoryForMigrationResponse as fd, type SetArrangedItemsForMigrationRequest as fe, type SetArrangedItemsForMigrationResponse as ff, type CatalogRollbackRequested as fg, type MessageEnvelope as fh, type IdentificationData as fi, type IdentificationDataIdOneOf as fj, type AccountInfo as fk, type BaseEventMetadata as fl, type EventMetadata as fm, type AccountInfoMetadata as fn, type CategoriesQueryResult as fo, type CategoryQuerySpec as fp, type CategorySearchSpec as fq, type ListItemsInCategoryOptionsPagingMethodOneOf as fr, type BulkSetItemCategoriesOptions as fs, utils as ft, type NodeTypeWithLiterals as fu, type BackgroundTypeWithLiterals as fv, type GradientTypeWithLiterals as fw, type WidthTypeWithLiterals as fx, type PluginContainerDataAlignmentWithLiterals as fy, type ButtonDataTypeWithLiterals as fz, type UpdateCategoryApplicationErrors as g, listCategoriesForItems as g$, type LayoutWithLiterals as g0, type AppTypeWithLiterals as g1, type InitialExpandedItemsWithLiterals as g2, type DirectionWithLiterals as g3, type VerticalAlignmentWithLiterals as g4, type NullValueWithLiterals as g5, type ImageScalingScalingWithLiterals as g6, type ImagePositionWithLiterals as g7, type LayoutDataBackgroundTypeWithLiterals as g8, type OriginWithLiterals as g9, type BulkSetItemCategoriesApplicationErrors as gA, type CommonQueryWithEntityContext as gB, type CommonSearchWithEntityContext as gC, onCategoryMoved as gD, onCategoryCreated as gE, onCategoryDeleted as gF, onCategoryItemAddedToCategory as gG, onCategoryItemRemovedFromCategory as gH, onCategoryItemsArrangedInCategory as gI, onCategoryUpdated as gJ, createCategory as gK, getCategory as gL, getCategoryBySlug as gM, updateCategory as gN, deleteCategory as gO, queryCategories as gP, countCategories as gQ, moveCategory as gR, bulkUpdateCategories as gS, updateCategoryVisibility as gT, bulkShowCategories as gU, bulkAddItemsToCategory as gV, bulkAddItemToCategories as gW, bulkRemoveItemsFromCategory as gX, bulkRemoveItemFromCategories as gY, listItemsInCategory as gZ, listCategoriesForItem as g_, type BannerPositionWithLiterals as ga, type BackdropTypeWithLiterals as gb, type VerticalAlignmentAlignmentWithLiterals as gc, type ResponsivenessBehaviourWithLiterals as gd, type DesignTargetWithLiterals as ge, type ScalingWithLiterals as gf, type ImagePositionPositionWithLiterals as gg, type CardDataBackgroundTypeWithLiterals as gh, type ListStyleWithLiterals as gi, type IndentationWithLiterals as gj, type SmartBlockDataTypeWithLiterals as gk, type ColumnSizeWithLiterals as gl, type SingleEntityOpsRequestedFieldsWithLiterals as gm, type SortOrderWithLiterals as gn, type RequestedFieldsWithLiterals as go, type SortTypeWithLiterals as gp, type SortDirectionWithLiterals as gq, type MissingValuesWithLiterals as gr, type ScalarTypeWithLiterals as gs, type NestedAggregationTypeWithLiterals as gt, type IntervalWithLiterals as gu, type AggregationTypeWithLiterals as gv, type ModeWithLiterals as gw, type PositionWithLiterals as gx, type MoveItemInCategoryRequestPositionWithLiterals as gy, type WebhookIdentityTypeWithLiterals as gz, type UpdateCategoryValidationErrors as h, listTrees as h0, setArrangedItems as h1, getArrangedItems as h2, type CategorySearch as i, type SearchCategoriesResponse as j, type CountCategoriesOptions as k, type CountCategoriesResponse as l, type MoveCategoryResponse as m, type MoveCategoryApplicationErrors as n, type MaskedCategory as o, type BulkUpdateCategoriesResponse as p, type BulkUpdateCategoriesApplicationErrors as q, type BulkUpdateCategoriesValidationErrors as r, type UpdateCategoryVisibilityOptions as s, type UpdateCategoryVisibilityResponse as t, type UpdateCategoryVisibilityApplicationErrors as u, type BulkShowCategoriesOptions as v, type BulkShowCategoriesResponse as w, type BulkAddItemsToCategoryOptions as x, type BulkAddItemsToCategoryResponse as y, type BulkAddItemsToCategoryApplicationErrors as z };
@@ -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, d as GetCategoryBySlugOptions, e as GetCategoryBySlugResponse, U as UpdateCategory, f as UpdateCategoryOptions, g as UpdateCategoryApplicationErrors, h as UpdateCategoryValidationErrors, D as DeleteCategoryApplicationErrors, i as CategorySearch, S as SearchCategoriesOptions, j as SearchCategoriesResponse, k as CountCategoriesOptions, l as CountCategoriesResponse, M as MoveCategoryOptions, m as MoveCategoryResponse, n as MoveCategoryApplicationErrors, o as MaskedCategory, B as BulkUpdateCategoriesOptions, p as BulkUpdateCategoriesResponse, q as BulkUpdateCategoriesApplicationErrors, r as BulkUpdateCategoriesValidationErrors, s as UpdateCategoryVisibilityOptions, t as UpdateCategoryVisibilityResponse, u as UpdateCategoryVisibilityApplicationErrors, v as BulkShowCategoriesOptions, w as BulkShowCategoriesResponse, I as ItemReference, x as BulkAddItemsToCategoryOptions, y as BulkAddItemsToCategoryResponse, z as BulkAddItemsToCategoryApplicationErrors, A as BulkAddItemToCategoriesOptions, E as BulkAddItemToCategoriesResponse, F as BulkAddItemToCategoriesApplicationErrors, H as BulkRemoveItemsFromCategoryOptions, J as BulkRemoveItemsFromCategoryResponse, K as BulkRemoveItemsFromCategoryApplicationErrors, L as BulkRemoveItemFromCategoriesOptions, N as BulkRemoveItemFromCategoriesResponse, O as BulkRemoveItemFromCategoriesApplicationErrors, P as ListItemsInCategoryOptions, Q as ListItemsInCategoryResponse, R as ListCategoriesForItemOptions, V as ListCategoriesForItemResponse, W as ListCategoriesForItemsOptions, X as ListCategoriesForItemsResponse, Y as ListTreesResponse, Z as SetArrangedItemsOptions, _ as SetArrangedItemsResponse, $ as SetArrangedItemsApplicationErrors, a0 as GetArrangedItemsResponse, a1 as CategoryMovedEnvelope, a2 as CategoryCreatedEnvelope, a3 as CategoryDeletedEnvelope, a4 as CategoryItemAddedToCategoryEnvelope, a5 as CategoryItemRemovedFromCategoryEnvelope, a6 as CategoryItemsArrangedInCategoryEnvelope, a7 as CategoryUpdatedEnvelope, a8 as CategoryQuery, a9 as QueryCategoriesOptions, aa as typedQueryCategories, ab as CategoriesQueryBuilder } from './categories-v1-category-categories.universal-D0UeT_GT.js';
3
- export { fn as AccountInfo, fq as AccountInfoMetadata, fb as ActionEvent, dW as Aggregation, e7 as AggregationData, dX as AggregationKindOneOf, eq as AggregationResults, er as AggregationResultsResultOneOf, ee as AggregationResultsScalarResult, bd as AggregationType, gy as AggregationTypeWithLiterals, aJ as Alignment, g2 as AlignmentWithLiterals, cs as AnchorData, dk as App, cA as AppEmbedData, cB as AppEmbedDataAppDataOneOf, aL as AppType, g4 as AppTypeWithLiterals, eD as ApplicationError, aF as AspectRatio, f_ as AspectRatioWithLiterals, cV as AudioData, d2 as Backdrop, aV as BackdropType, ge as BackdropTypeWithLiterals, by as Background, ch as BackgroundGradient, d8 as BackgroundImage, ad as BackgroundType, fy as BackgroundTypeWithLiterals, d1 as Banner, aU as BannerPosition, gd as BannerPositionWithLiterals, fo as BaseEventMetadata, cY as BlockquoteData, cC as BookingData, bw as Border, cS as BorderColors, cT as BorderWidths, bj as Breadcrumb, bi as BreadcrumbsInfo, eE as BulkActionMetadata, eN as BulkAddItemToCategoriesRequest, ff as BulkAddItemsToCategoryForMigrationRequest, fg as BulkAddItemsToCategoryForMigrationResponse, eK as BulkAddItemsToCategoryRequest, eB as BulkCategoriesResult, fd as BulkCreateCategoriesForMigrationRequest, fe as BulkCreateCategoriesForMigrationResponse, eH as BulkDeleteCategoriesRequest, eI as BulkDeleteCategoriesResponse, eJ as BulkDeleteCategoriesResponseBulkCategoriesResult, eO as BulkItemToCategoriesResult, eL as BulkItemsToCategoryResult, eQ as BulkRemoveItemFromCategoriesRequest, eP as BulkRemoveItemsFromCategoryRequest, gD as BulkSetItemCategoriesApplicationErrors, fv as BulkSetItemCategoriesOptions, f0 as BulkSetItemCategoriesRequest, f1 as BulkSetItemCategoriesResponse, eG as BulkShowCategoriesRequest, eA as BulkUpdateCategoriesRequest, cX as BulletedListData, bt as ButtonData, ah as ButtonDataType, fC as ButtonDataTypeWithLiterals, cE as ButtonStyles, cZ as CaptionData, d6 as CardData, d7 as CardDataBackground, a$ as CardDataBackgroundType, gk as CardDataBackgroundTypeWithLiterals, cH as CardStyles, fj as CatalogRollbackRequested, fr as CategoriesQueryResult, ds as CategoryMoved, fs as CategoryQuerySpec, ft as CategorySearchSpec, f4 as CategoryTreeNode, cR as CellStyle, dc as CheckboxListData, bI as CodeBlockData, cN as CollapsibleListData, ct as ColorData, bx as Colors, b3 as ColumnSize, go as ColumnSizeWithLiterals, gE as CommonQueryWithEntityContext, gF as CommonSearchWithEntityContext, dS as CompactCategory, ey as CountCategoriesRequest, dy as CreateCategoryRequest, dz as CreateCategoryResponse, aq as Crop, fL as CropWithLiterals, dM as CursorPaging, dO as CursorPagingMetadata, dJ as CursorQuery, dK as CursorQueryPagingMethodOneOf, dU as CursorSearch, dV as CursorSearchPagingMethodOneOf, dP as Cursors, dp as CustomTag, e2 as DateHistogramAggregation, em as DateHistogramResult, eo as DateHistogramResults, cq as Decoration, cr as DecorationDataOneOf, aB as DecorationType, fW as DecorationTypeWithLiterals, dG as DeleteCategoryRequest, dH as DeleteCategoryResponse, es as DeprecatedSearchCategoriesWithOffsetRequest, ew as DeprecatedSearchCategoriesWithOffsetResponse, co as Design, aY as DesignTarget, gh as DesignTargetWithLiterals, cP as Dimensions, aN as Direction, g6 as DirectionWithLiterals, bK as DividerData, am as DividerDataAlignment, fH as DividerDataAlignmentWithLiterals, df as DocumentStyle, f5 as DomainEvent, f6 as DomainEventBodyOneOf, dA as DuplicateHandleErrorData, cL as EmbedData, fc as Empty, f7 as EntityCreatedEvent, fa as EntityDeletedEvent, f9 as EntityUpdatedEvent, cD as EventData, fp as EventMetadata, dh as ExtendedFields, dn as File, bL as FileData, bM as FileSource, bN as FileSourceDataOneOf, cy as FontFamilyData, cw as FontSizeData, aC as FontType, fX as FontTypeWithLiterals, b_ as GIF, bZ as GIFData, as as GIFType, fN as GIFTypeWithLiterals, bP as GalleryData, bV as GalleryOptions, bW as GalleryOptionsLayout, e$ as GetArrangedItemsRequest, f2 as GetCategoriesTreeRequest, f3 as GetCategoriesTreeResponse, dD as GetCategoryBySlugRequest, dB as GetCategoryRequest, dC as GetCategoryResponse, bu as Gradient, ae as GradientType, fz as GradientTypeWithLiterals, en as GroupByValueResults, c0 as HTMLData, c1 as HTMLDataDataOneOf, b$ as HeadingData, bD as Height, fl as IdentificationData, fm as IdentificationDataIdOneOf, bR as Image, c2 as ImageData, c5 as ImageDataCrop, c4 as ImageDataStyles, aR as ImagePosition, a_ as ImagePositionPosition, gj as ImagePositionPositionWithLiterals, ga as ImagePositionWithLiterals, aQ as ImageScalingScaling, g9 as ImageScalingScalingWithLiterals, cF as ImageStyles, aE as ImageStylesPosition, fZ as ImageStylesPositionWithLiterals, dZ as IncludeMissingValuesOptions, b1 as Indentation, gm as IndentationWithLiterals, aM as InitialExpandedItems, g5 as InitialExpandedItemsWithLiterals, bc as Interval, gx as IntervalWithLiterals, di as InvalidateCache, dj as InvalidateCacheGetByOneOf, bT as Item, dt as ItemAddedToCategory, bU as ItemDataOneOf, eC as ItemMetadata, eM as ItemReferenceMetadata, dv as ItemRemovedFromCategory, bX as ItemStyle, du as ItemsAddedToCategory, dx as ItemsArrangedInCategory, dw as ItemsRemovedFromCategory, bm as Keyword, aK as Layout, d3 as LayoutCellData, c_ as LayoutData, c$ as LayoutDataBackground, d0 as LayoutDataBackgroundImage, aS as LayoutDataBackgroundType, gb as LayoutDataBackgroundTypeWithLiterals, ao as LayoutType, fJ as LayoutTypeWithLiterals, g3 as LayoutWithLiterals, ak as LineStyle, fF as LineStyleWithLiterals, bF as Link, cu as LinkData, bG as LinkDataOneOf, c6 as LinkPreviewData, c7 as LinkPreviewDataStyles, eU as ListCategoriesForItemRequest, eV as ListCategoriesForItemsRequest, dQ as ListCompactCategoriesByIdsRequest, dR as ListCompactCategoriesByIdsResponse, dd as ListItemNodeData, fu as ListItemsInCategoryOptionsPagingMethodOneOf, eR as ListItemsInCategoryRequest, eS as ListItemsInCategoryRequestPagingMethodOneOf, b0 as ListStyle, gl as ListStyleWithLiterals, eX as ListTreesRequest, cU as ListValue, c8 as MapData, eW as MapItemToCategories, c9 as MapSettings, av as MapType, fQ as MapTypeWithLiterals, bQ as Media, cv as MentionData, fk as MessageEnvelope, de as Metadata, b9 as MissingValues, gu as MissingValuesWithLiterals, be as Mode, gz as ModeWithLiterals, ez as MoveCategoryRequest, eY as MoveItemInCategoryRequest, bg as MoveItemInCategoryRequestPosition, gB as MoveItemInCategoryRequestPositionWithLiterals, eZ as MoveItemInCategoryResponse, e5 as NestedAggregation, e3 as NestedAggregationItem, e4 as NestedAggregationItemKindOneOf, ea as NestedAggregationResults, eb as NestedAggregationResultsResultOneOf, bb as NestedAggregationType, gw as NestedAggregationTypeWithLiterals, ej as NestedResultValue, ek as NestedResultValueResultOneOf, ep as NestedResults, ef as NestedValueAggregationResult, bq as Node, br as NodeDataOneOf, bs as NodeStyle, ac as NodeType, fx as NodeTypeWithLiterals, aP as NullValue, g8 as NullValueWithLiterals, cM as Oembed, et as OffsetSearch, eu as OffsetSearchPagingMethodOneOf, cd as Option, cl as OptionDesign, cg as OptionLayout, cW as OrderedListData, ap as Orientation, fK as OrientationWithLiterals, aT as Origin, gc as OriginWithLiterals, bO as PDFSettings, dl as Page, dq as Pages, ev as Paging, ex as PagingMetadata, eT as PagingMetadataV2, ca as ParagraphData, bk as ParentCategory, cc as Permissions, aH as Placement, g0 as PlacementWithLiterals, cK as PlaybackOptions, bz as PluginContainerData, ag as PluginContainerDataAlignment, fB as PluginContainerDataAlignmentWithLiterals, bA as PluginContainerDataWidth, bB as PluginContainerDataWidthDataOneOf, cm as Poll, cb as PollData, cn as PollDataLayout, ck as PollDesign, ci as PollDesignBackground, cj as PollDesignBackgroundBackgroundOneOf, aA as PollDesignBackgroundType, fV as PollDesignBackgroundTypeWithLiterals, cf as PollLayout, az as PollLayoutDirection, fU as PollLayoutDirectionWithLiterals, ay as PollLayoutType, fT as PollLayoutTypeWithLiterals, ce as PollSettings, bf as Position, gA as PositionWithLiterals, cI as PricingData, dI as QueryCategoriesRequest, dN as QueryCategoriesResponse, e0 as RangeAggregation, e9 as RangeAggregationResult, dY as RangeBucket, eh as RangeResult, ed as RangeResults, bH as Rel, b6 as RequestedFields, gr as RequestedFieldsWithLiterals, aG as Resizing, f$ as ResizingWithLiterals, aX as ResponsivenessBehaviour, gg as ResponsivenessBehaviourWithLiterals, f8 as RestoreInfo, el as Results, cG as RibbonStyles, bp as RichContent, e1 as ScalarAggregation, ei as ScalarResult, ba as ScalarType, gv as ScalarTypeWithLiterals, aZ as Scaling, gi as ScalingWithLiterals, dT as SearchCategoriesRequest, e6 as SearchDetails, bl as SeoSchema, fh as SetArrangedItemsForMigrationRequest, fi as SetArrangedItemsForMigrationResponse, e_ as SetArrangedItemsRequest, bo as Settings, d4 as ShapeData, d5 as ShapeDataStyles, b4 as SingleEntityOpsRequestedFields, gp as SingleEntityOpsRequestedFieldsWithLiterals, cz as SketchData, db as SmartBlockCellData, da as SmartBlockData, b2 as SmartBlockDataType, gn as SmartBlockDataTypeWithLiterals, b8 as SortDirection, gt as SortDirectionWithLiterals, b5 as SortOrder, gq as SortOrderWithLiterals, b7 as SortType, gs as SortTypeWithLiterals, dL as Sorting, at as Source, fO as SourceWithLiterals, bC as Spoiler, cx as SpoilerData, bv as Stop, bE as Styles, c3 as StylesBorder, au as StylesPosition, fP as StylesPositionWithLiterals, cQ as TableCellData, cO as TableData, bn as Tag, ai as Target, fD as TargetWithLiterals, aj as TextAlignment, fE as TextAlignmentWithLiterals, cp as TextData, dg as TextNodeStyle, bJ as TextStyle, bY as Thumbnails, ar as ThumbnailsAlignment, fM as ThumbnailsAlignmentWithLiterals, d9 as TocData, aI as Type, g1 as TypeWithLiterals, dm as URI, dr as URIs, dE as UpdateCategoryRequest, dF as UpdateCategoryResponse, eF as UpdateCategoryVisibilityRequest, d_ as ValueAggregation, d$ as ValueAggregationOptionsOneOf, e8 as ValueAggregationResult, eg as ValueResult, ec as ValueResults, aD as Variant, fY as VariantWithLiterals, aO as VerticalAlignment, aW as VerticalAlignmentAlignment, gf as VerticalAlignmentAlignmentWithLiterals, g7 as VerticalAlignmentWithLiterals, bS as Video, cJ as VideoData, an as ViewMode, fI as ViewModeWithLiterals, aw as ViewRole, fR as ViewRoleWithLiterals, ax as VoteRole, fS as VoteRoleWithLiterals, bh as WebhookIdentityType, gC as WebhookIdentityTypeWithLiterals, al as Width, af as WidthType, fA as WidthTypeWithLiterals, fG as WidthWithLiterals, fw as utils } from './categories-v1-category-categories.universal-D0UeT_GT.js';
2
+ import { C as Category, a as CreateCategoryOptions, b as CreateCategoryApplicationErrors, c as CreateCategoryValidationErrors, T as TreeReference, G as GetCategoryOptions, d as GetCategoryBySlugOptions, e as GetCategoryBySlugResponse, U as UpdateCategory, f as UpdateCategoryOptions, g as UpdateCategoryApplicationErrors, h as UpdateCategoryValidationErrors, D as DeleteCategoryApplicationErrors, i as CategorySearch, S as SearchCategoriesOptions, j as SearchCategoriesResponse, k as CountCategoriesOptions, l as CountCategoriesResponse, M as MoveCategoryOptions, m as MoveCategoryResponse, n as MoveCategoryApplicationErrors, o as MaskedCategory, B as BulkUpdateCategoriesOptions, p as BulkUpdateCategoriesResponse, q as BulkUpdateCategoriesApplicationErrors, r as BulkUpdateCategoriesValidationErrors, s as UpdateCategoryVisibilityOptions, t as UpdateCategoryVisibilityResponse, u as UpdateCategoryVisibilityApplicationErrors, v as BulkShowCategoriesOptions, w as BulkShowCategoriesResponse, I as ItemReference, x as BulkAddItemsToCategoryOptions, y as BulkAddItemsToCategoryResponse, z as BulkAddItemsToCategoryApplicationErrors, A as BulkAddItemToCategoriesOptions, E as BulkAddItemToCategoriesResponse, F as BulkAddItemToCategoriesApplicationErrors, H as BulkRemoveItemsFromCategoryOptions, J as BulkRemoveItemsFromCategoryResponse, K as BulkRemoveItemsFromCategoryApplicationErrors, L as BulkRemoveItemFromCategoriesOptions, N as BulkRemoveItemFromCategoriesResponse, O as BulkRemoveItemFromCategoriesApplicationErrors, P as ListItemsInCategoryOptions, Q as ListItemsInCategoryResponse, R as ListCategoriesForItemOptions, V as ListCategoriesForItemResponse, W as ListCategoriesForItemsOptions, X as ListCategoriesForItemsResponse, Y as ListTreesResponse, Z as SetArrangedItemsOptions, _ as SetArrangedItemsResponse, $ as SetArrangedItemsApplicationErrors, a0 as GetArrangedItemsResponse, a1 as CategoryMovedEnvelope, a2 as CategoryCreatedEnvelope, a3 as CategoryDeletedEnvelope, a4 as CategoryItemAddedToCategoryEnvelope, a5 as CategoryItemRemovedFromCategoryEnvelope, a6 as CategoryItemsArrangedInCategoryEnvelope, a7 as CategoryUpdatedEnvelope, a8 as CategoryQuery, a9 as QueryCategoriesOptions, aa as typedQueryCategories, ab as CategoriesQueryBuilder } from './categories-v1-category-categories.universal-DPJPSigO.js';
3
+ export { fk as AccountInfo, fn as AccountInfoMetadata, f8 as ActionEvent, dW as Aggregation, e7 as AggregationData, dX as AggregationKindOneOf, eq as AggregationResults, er as AggregationResultsResultOneOf, ee as AggregationResultsScalarResult, bd as AggregationType, gv as AggregationTypeWithLiterals, aJ as Alignment, f$ as AlignmentWithLiterals, cs as AnchorData, dk as App, cA as AppEmbedData, cB as AppEmbedDataAppDataOneOf, aL as AppType, g1 as AppTypeWithLiterals, eD as ApplicationError, aF as AspectRatio, fX as AspectRatioWithLiterals, cV as AudioData, d2 as Backdrop, aV as BackdropType, gb as BackdropTypeWithLiterals, by as Background, ch as BackgroundGradient, d8 as BackgroundImage, ad as BackgroundType, fv as BackgroundTypeWithLiterals, d1 as Banner, aU as BannerPosition, ga as BannerPositionWithLiterals, fl as BaseEventMetadata, cY as BlockquoteData, cC as BookingData, bw as Border, cS as BorderColors, cT as BorderWidths, bj as Breadcrumb, bi as BreadcrumbsInfo, eE as BulkActionMetadata, eK as BulkAddItemToCategoriesRequest, fc as BulkAddItemsToCategoryForMigrationRequest, fd as BulkAddItemsToCategoryForMigrationResponse, eH as BulkAddItemsToCategoryRequest, eB as BulkCategoriesResult, fa as BulkCreateCategoriesForMigrationRequest, fb as BulkCreateCategoriesForMigrationResponse, eL as BulkItemToCategoriesResult, eI as BulkItemsToCategoryResult, eN as BulkRemoveItemFromCategoriesRequest, eM as BulkRemoveItemsFromCategoryRequest, gA as BulkSetItemCategoriesApplicationErrors, fs as BulkSetItemCategoriesOptions, eZ as BulkSetItemCategoriesRequest, e_ as BulkSetItemCategoriesResponse, eG as BulkShowCategoriesRequest, eA as BulkUpdateCategoriesRequest, cX as BulletedListData, bt as ButtonData, ah as ButtonDataType, fz as ButtonDataTypeWithLiterals, cE as ButtonStyles, cZ as CaptionData, d6 as CardData, d7 as CardDataBackground, a$ as CardDataBackgroundType, gh as CardDataBackgroundTypeWithLiterals, cH as CardStyles, fg as CatalogRollbackRequested, fo as CategoriesQueryResult, ds as CategoryMoved, fp as CategoryQuerySpec, fq as CategorySearchSpec, f1 as CategoryTreeNode, cR as CellStyle, dc as CheckboxListData, bI as CodeBlockData, cN as CollapsibleListData, ct as ColorData, bx as Colors, b3 as ColumnSize, gl as ColumnSizeWithLiterals, gB as CommonQueryWithEntityContext, gC as CommonSearchWithEntityContext, dS as CompactCategory, ey as CountCategoriesRequest, dy as CreateCategoryRequest, dz as CreateCategoryResponse, aq as Crop, fI as CropWithLiterals, dM as CursorPaging, dO as CursorPagingMetadata, dJ as CursorQuery, dK as CursorQueryPagingMethodOneOf, dU as CursorSearch, dV as CursorSearchPagingMethodOneOf, dP as Cursors, dp as CustomTag, e2 as DateHistogramAggregation, em as DateHistogramResult, eo as DateHistogramResults, cq as Decoration, cr as DecorationDataOneOf, aB as DecorationType, fT as DecorationTypeWithLiterals, dG as DeleteCategoryRequest, dH as DeleteCategoryResponse, es as DeprecatedSearchCategoriesWithOffsetRequest, ew as DeprecatedSearchCategoriesWithOffsetResponse, co as Design, aY as DesignTarget, ge as DesignTargetWithLiterals, cP as Dimensions, aN as Direction, g3 as DirectionWithLiterals, bK as DividerData, am as DividerDataAlignment, fE as DividerDataAlignmentWithLiterals, df as DocumentStyle, f2 as DomainEvent, f3 as DomainEventBodyOneOf, dA as DuplicateHandleErrorData, cL as EmbedData, f9 as Empty, f4 as EntityCreatedEvent, f7 as EntityDeletedEvent, f6 as EntityUpdatedEvent, cD as EventData, fm as EventMetadata, dh as ExtendedFields, dn as File, bL as FileData, bM as FileSource, bN as FileSourceDataOneOf, cy as FontFamilyData, cw as FontSizeData, aC as FontType, fU as FontTypeWithLiterals, b_ as GIF, bZ as GIFData, as as GIFType, fK as GIFTypeWithLiterals, bP as GalleryData, bV as GalleryOptions, bW as GalleryOptionsLayout, eY as GetArrangedItemsRequest, e$ as GetCategoriesTreeRequest, f0 as GetCategoriesTreeResponse, dD as GetCategoryBySlugRequest, dB as GetCategoryRequest, dC as GetCategoryResponse, bu as Gradient, ae as GradientType, fw as GradientTypeWithLiterals, en as GroupByValueResults, c0 as HTMLData, c1 as HTMLDataDataOneOf, b$ as HeadingData, bD as Height, fi as IdentificationData, fj as IdentificationDataIdOneOf, bR as Image, c2 as ImageData, c5 as ImageDataCrop, c4 as ImageDataStyles, aR as ImagePosition, a_ as ImagePositionPosition, gg as ImagePositionPositionWithLiterals, g7 as ImagePositionWithLiterals, aQ as ImageScalingScaling, g6 as ImageScalingScalingWithLiterals, cF as ImageStyles, aE as ImageStylesPosition, fW as ImageStylesPositionWithLiterals, dZ as IncludeMissingValuesOptions, b1 as Indentation, gj as IndentationWithLiterals, aM as InitialExpandedItems, g2 as InitialExpandedItemsWithLiterals, bc as Interval, gu as IntervalWithLiterals, di as InvalidateCache, dj as InvalidateCacheGetByOneOf, bT as Item, dt as ItemAddedToCategory, bU as ItemDataOneOf, eC as ItemMetadata, eJ as ItemReferenceMetadata, dv as ItemRemovedFromCategory, bX as ItemStyle, du as ItemsAddedToCategory, dx as ItemsArrangedInCategory, dw as ItemsRemovedFromCategory, bm as Keyword, aK as Layout, d3 as LayoutCellData, c_ as LayoutData, c$ as LayoutDataBackground, d0 as LayoutDataBackgroundImage, aS as LayoutDataBackgroundType, g8 as LayoutDataBackgroundTypeWithLiterals, ao as LayoutType, fG as LayoutTypeWithLiterals, g0 as LayoutWithLiterals, ak as LineStyle, fC as LineStyleWithLiterals, bF as Link, cu as LinkData, bG as LinkDataOneOf, c6 as LinkPreviewData, c7 as LinkPreviewDataStyles, eR as ListCategoriesForItemRequest, eS as ListCategoriesForItemsRequest, dQ as ListCompactCategoriesByIdsRequest, dR as ListCompactCategoriesByIdsResponse, dd as ListItemNodeData, fr as ListItemsInCategoryOptionsPagingMethodOneOf, eO as ListItemsInCategoryRequest, eP as ListItemsInCategoryRequestPagingMethodOneOf, b0 as ListStyle, gi as ListStyleWithLiterals, eU as ListTreesRequest, cU as ListValue, c8 as MapData, eT as MapItemToCategories, c9 as MapSettings, av as MapType, fN as MapTypeWithLiterals, bQ as Media, cv as MentionData, fh as MessageEnvelope, de as Metadata, b9 as MissingValues, gr as MissingValuesWithLiterals, be as Mode, gw as ModeWithLiterals, ez as MoveCategoryRequest, eV as MoveItemInCategoryRequest, bg as MoveItemInCategoryRequestPosition, gy as MoveItemInCategoryRequestPositionWithLiterals, eW as MoveItemInCategoryResponse, e5 as NestedAggregation, e3 as NestedAggregationItem, e4 as NestedAggregationItemKindOneOf, ea as NestedAggregationResults, eb as NestedAggregationResultsResultOneOf, bb as NestedAggregationType, gt as NestedAggregationTypeWithLiterals, ej as NestedResultValue, ek as NestedResultValueResultOneOf, ep as NestedResults, ef as NestedValueAggregationResult, bq as Node, br as NodeDataOneOf, bs as NodeStyle, ac as NodeType, fu as NodeTypeWithLiterals, aP as NullValue, g5 as NullValueWithLiterals, cM as Oembed, et as OffsetSearch, eu as OffsetSearchPagingMethodOneOf, cd as Option, cl as OptionDesign, cg as OptionLayout, cW as OrderedListData, ap as Orientation, fH as OrientationWithLiterals, aT as Origin, g9 as OriginWithLiterals, bO as PDFSettings, dl as Page, dq as Pages, ev as Paging, ex as PagingMetadata, eQ as PagingMetadataV2, ca as ParagraphData, bk as ParentCategory, cc as Permissions, aH as Placement, fZ as PlacementWithLiterals, cK as PlaybackOptions, bz as PluginContainerData, ag as PluginContainerDataAlignment, fy as PluginContainerDataAlignmentWithLiterals, bA as PluginContainerDataWidth, bB as PluginContainerDataWidthDataOneOf, cm as Poll, cb as PollData, cn as PollDataLayout, ck as PollDesign, ci as PollDesignBackground, cj as PollDesignBackgroundBackgroundOneOf, aA as PollDesignBackgroundType, fS as PollDesignBackgroundTypeWithLiterals, cf as PollLayout, az as PollLayoutDirection, fR as PollLayoutDirectionWithLiterals, ay as PollLayoutType, fQ as PollLayoutTypeWithLiterals, ce as PollSettings, bf as Position, gx as PositionWithLiterals, cI as PricingData, dI as QueryCategoriesRequest, dN as QueryCategoriesResponse, e0 as RangeAggregation, e9 as RangeAggregationResult, dY as RangeBucket, eh as RangeResult, ed as RangeResults, bH as Rel, b6 as RequestedFields, go as RequestedFieldsWithLiterals, aG as Resizing, fY as ResizingWithLiterals, aX as ResponsivenessBehaviour, gd as ResponsivenessBehaviourWithLiterals, f5 as RestoreInfo, el as Results, cG as RibbonStyles, bp as RichContent, e1 as ScalarAggregation, ei as ScalarResult, ba as ScalarType, gs as ScalarTypeWithLiterals, aZ as Scaling, gf as ScalingWithLiterals, dT as SearchCategoriesRequest, e6 as SearchDetails, bl as SeoSchema, fe as SetArrangedItemsForMigrationRequest, ff as SetArrangedItemsForMigrationResponse, eX as SetArrangedItemsRequest, bo as Settings, d4 as ShapeData, d5 as ShapeDataStyles, b4 as SingleEntityOpsRequestedFields, gm as SingleEntityOpsRequestedFieldsWithLiterals, cz as SketchData, db as SmartBlockCellData, da as SmartBlockData, b2 as SmartBlockDataType, gk as SmartBlockDataTypeWithLiterals, b8 as SortDirection, gq as SortDirectionWithLiterals, b5 as SortOrder, gn as SortOrderWithLiterals, b7 as SortType, gp as SortTypeWithLiterals, dL as Sorting, at as Source, fL as SourceWithLiterals, bC as Spoiler, cx as SpoilerData, bv as Stop, bE as Styles, c3 as StylesBorder, au as StylesPosition, fM as StylesPositionWithLiterals, cQ as TableCellData, cO as TableData, bn as Tag, ai as Target, fA as TargetWithLiterals, aj as TextAlignment, fB as TextAlignmentWithLiterals, cp as TextData, dg as TextNodeStyle, bJ as TextStyle, bY as Thumbnails, ar as ThumbnailsAlignment, fJ as ThumbnailsAlignmentWithLiterals, d9 as TocData, aI as Type, f_ as TypeWithLiterals, dm as URI, dr as URIs, dE as UpdateCategoryRequest, dF as UpdateCategoryResponse, eF as UpdateCategoryVisibilityRequest, d_ as ValueAggregation, d$ as ValueAggregationOptionsOneOf, e8 as ValueAggregationResult, eg as ValueResult, ec as ValueResults, aD as Variant, fV as VariantWithLiterals, aO as VerticalAlignment, aW as VerticalAlignmentAlignment, gc as VerticalAlignmentAlignmentWithLiterals, g4 as VerticalAlignmentWithLiterals, bS as Video, cJ as VideoData, an as ViewMode, fF as ViewModeWithLiterals, aw as ViewRole, fO as ViewRoleWithLiterals, ax as VoteRole, fP as VoteRoleWithLiterals, bh as WebhookIdentityType, gz as WebhookIdentityTypeWithLiterals, al as Width, af as WidthType, fx as WidthTypeWithLiterals, fD as WidthWithLiterals, ft as utils } from './categories-v1-category-categories.universal-DPJPSigO.js';
4
4
 
5
5
  declare function createCategory$1(httpClient: HttpClient): CreateCategorySignature;
6
6
  interface CreateCategorySignature {