@wix/auto_sdk_categories_categories 1.0.134 → 1.0.136

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-BsUH7stD.d.ts → categories-v1-category-categories.universal-BP-vuulL.d.ts} +18 -4
  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 +19 -5
  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-BsUH7stD.d.mts → categories-v1-category-categories.universal-BP-vuulL.d.mts} +18 -4
  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 +19 -5
  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-CKSDsl1O.d.ts → categories-v1-category-categories.universal-I-4Oj51m.d.ts} +18 -4
  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 +19 -5
  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-CKSDsl1O.d.mts → categories-v1-category-categories.universal-I-4Oj51m.d.mts} +18 -4
  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 +19 -5
  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
@@ -210,12 +210,19 @@ interface Tag {
210
210
  /** SEO tag inner content. For example, `<title> inner content </title>`. */
211
211
  children?: string;
212
212
  /**
213
- * Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages).
213
+ * Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages)
214
+ * i.e. an entry from the site's Advanced/Custom Tags list.
215
+ *
216
+ * This flag is scoped to that feature only. It is NOT an indicator of whether a standard tag
217
+ * (`title`, `description`, Open Graph, etc.) reflects a manually configured value versus a computed
218
+ * default/pattern — standard tags always resolve with `custom: false`, even when their content comes
219
+ * from a page's manually saved SEO title/description override. Don't use this field to verify whether
220
+ * a live page reflects a manual per-page SEO edit.
214
221
  *
215
222
  * Limitation: when `ResolveStaticPageSeoTags` is called without `seoData`, the per-page SEO data is read
216
223
  * only from the Vibe/Wix-managed-headless override store. That store holds nothing for classic Wix Editor
217
- * or Wix Studio pages, so custom tags saved on those pages are missing from the response entirely. For
218
- * those pages `false` therefore does not mean "not a custom tag" — it means this API could not tell.
224
+ * or Wix Studio pages, so even genuine Advanced/Custom Tags saved on those pages are missing from the
225
+ * response entirely — there, `false` means this API could not tell, not that no custom tag exists.
219
226
  * Pass `seoData` explicitly to resolve against a known set of tags.
220
227
  */
221
228
  custom?: boolean;
@@ -748,7 +755,7 @@ interface Animation {
748
755
  /**
749
756
  * POINTER carries its fields directly on the union member in the JTD wall, hence
750
757
  * flat fields here (ts-proto camelCase must equal the JTD property names). A future
751
- * SCROLL variant will contend for the `effect` JSON name resolve when it lands.
758
+ * kind that also needs an `effect` field would contend for this JSON name.
752
759
  */
753
760
  effect?: PointerEffect;
754
761
  /** How quickly the node settles toward the pointer, in milliseconds (POINTER). */
@@ -2573,6 +2580,13 @@ interface ShapeData {
2573
2580
  styles?: ShapeDataStyles;
2574
2581
  /** Node animation. */
2575
2582
  animation?: Animation;
2583
+ /** Link details for shapes that are links. */
2584
+ link?: Link;
2585
+ /**
2586
+ * Alternate text describing the link's purpose for accessibility. Applies only when `link` is set.
2587
+ * @maxLength 1000
2588
+ */
2589
+ altText?: string | null;
2576
2590
  }
2577
2591
  interface ShapeDataStyles {
2578
2592
  /**
@@ -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-BsUH7stD.js';
3
- export { fw as AccountInfo, fz as AccountInfoMetadata, fk as ActionEvent, e6 as Aggregation, ej as AggregationData, e7 as AggregationKindOneOf, eC as AggregationResults, eD as AggregationResultsResultOneOf, eq as AggregationResultsScalarResult, bi as AggregationType, gM as AggregationTypeWithLiterals, aO as Alignment, gg as AlignmentWithLiterals, cE as AnchorData, bN as Animation, dx as App, cM as AppEmbedData, cN as AppEmbedDataAppDataOneOf, aQ as AppType, gi as AppTypeWithLiterals, eP as ApplicationError, aK as AspectRatio, gc as AspectRatioWithLiterals, d5 as AudioData, de as Backdrop, a_ as BackdropType, gs as BackdropTypeWithLiterals, bD as Background, ct as BackgroundGradient, dk as BackgroundImage, ad as BackgroundType, fH as BackgroundTypeWithLiterals, dd as Banner, aZ as BannerPosition, gr as BannerPositionWithLiterals, fx as BaseEventMetadata, d8 as BlockquoteData, cO as BookingData, bB as Border, d2 as BorderColors, d3 as BorderWidths, bo as Breadcrumb, bn as BreadcrumbsInfo, eQ as BulkActionMetadata, eW as BulkAddItemToCategoriesRequest, fo as BulkAddItemsToCategoryForMigrationRequest, fp as BulkAddItemsToCategoryForMigrationResponse, eT as BulkAddItemsToCategoryRequest, eN as BulkCategoriesResult, fm as BulkCreateCategoriesForMigrationRequest, fn as BulkCreateCategoriesForMigrationResponse, eX as BulkItemToCategoriesResult, eU as BulkItemsToCategoryResult, eZ as BulkRemoveItemFromCategoriesRequest, eY as BulkRemoveItemsFromCategoryRequest, gR as BulkSetItemCategoriesApplicationErrors, fE as BulkSetItemCategoriesOptions, f9 as BulkSetItemCategoriesRequest, fa as BulkSetItemCategoriesResponse, eS as BulkShowCategoriesRequest, eM as BulkUpdateCategoriesRequest, d7 as BulletedListData, by as ButtonData, ah as ButtonDataType, fL as ButtonDataTypeWithLiterals, cQ as ButtonStyles, d9 as CaptionData, di as CardData, dj as CardDataBackground, b4 as CardDataBackgroundType, gy as CardDataBackgroundTypeWithLiterals, cT as CardStyles, aN as CardStylesType, gf as CardStylesTypeWithLiterals, fs as CatalogRollbackRequested, fA as CategoriesQueryResult, dE as CategoryMoved, fB as CategoryQuerySpec, fC as CategorySearchSpec, fd as CategoryTreeNode, d1 as CellStyle, dp as CheckboxListData, bT as CodeBlockData, cZ as CollapsibleListData, cF as ColorData, bC as Colors, b8 as ColumnSize, gC as ColumnSizeWithLiterals, gS as CommonQueryWithEntityContext, gT as CommonSearchWithEntityContext, e2 as CompactCategory, eK as CountCategoriesRequest, dK as CreateCategoryRequest, dL as CreateCategoryResponse, av as Crop, fZ as CropWithLiterals, dY as CursorPaging, d_ as CursorPagingMetadata, dV as CursorQuery, dW as CursorQueryPagingMethodOneOf, e4 as CursorSearch, e5 as CursorSearchPagingMethodOneOf, d$ as Cursors, dB as CustomTag, ee as DateHistogramAggregation, ey as DateHistogramResult, eA as DateHistogramResults, cC as Decoration, cD as DecorationDataOneOf, aG as DecorationType, g8 as DecorationTypeWithLiterals, dS as DeleteCategoryRequest, dT as DeleteCategoryResponse, eE as DeprecatedSearchCategoriesWithOffsetRequest, eI as DeprecatedSearchCategoriesWithOffsetResponse, cA as Design, b1 as DesignTarget, gv as DesignTargetWithLiterals, c$ as Dimensions, aS as Direction, gk as DirectionWithLiterals, bV as DividerData, ar as DividerDataAlignment, fV as DividerDataAlignmentWithLiterals, bW as DividerDataStyles, ds as DocumentStyle, fe as DomainEvent, ff as DomainEventBodyOneOf, dM as DuplicateHandleErrorData, cX as EmbedData, fl as Empty, fg as EntityCreatedEvent, fj as EntityDeletedEvent, fi as EntityUpdatedEvent, bO as EntranceAnimation, bP as EntranceEffect, ak as EntranceEffectType, fO as EntranceEffectTypeWithLiterals, cP as EventData, fy as EventMetadata, du as ExtendedFields, dA as File, bX as FileData, bY as FileSource, bZ as FileSourceDataOneOf, cK as FontFamilyData, cI as FontSizeData, aH as FontType, g9 as FontTypeWithLiterals, ca as GIF, c9 as GIFData, ax as GIFType, f$ as GIFTypeWithLiterals, b$ as GalleryData, c5 as GalleryOptions, c6 as GalleryOptionsLayout, f8 as GetArrangedItemsRequest, fb as GetCategoriesTreeRequest, fc as GetCategoriesTreeResponse, dP as GetCategoryBySlugRequest, dN as GetCategoryRequest, dO as GetCategoryResponse, bz as Gradient, ae as GradientType, fI as GradientTypeWithLiterals, ez as GroupByValueResults, cc as HTMLData, cd as HTMLDataDataOneOf, cb as HeadingData, bI as Height, fu as IdentificationData, fv as IdentificationDataIdOneOf, c1 as Image, ce as ImageData, ch as ImageDataCrop, cg as ImageDataStyles, aW as ImagePosition, b3 as ImagePositionPosition, gx as ImagePositionPositionWithLiterals, go as ImagePositionWithLiterals, aV as ImageScalingScaling, gn as ImageScalingScalingWithLiterals, cR as ImageStyles, aJ as ImageStylesPosition, gb as ImageStylesPositionWithLiterals, e9 as IncludeMissingValuesOptions, b6 as Indentation, gA as IndentationWithLiterals, aR as InitialExpandedItems, gj as InitialExpandedItemsWithLiterals, bh as Interval, gL as IntervalWithLiterals, dv as InvalidateCache, dw as InvalidateCacheGetByOneOf, c3 as Item, dF as ItemAddedToCategory, c4 as ItemDataOneOf, eO as ItemMetadata, eV as ItemReferenceMetadata, dH as ItemRemovedFromCategory, c7 as ItemStyle, dG as ItemsAddedToCategory, dJ as ItemsArrangedInCategory, dI as ItemsRemovedFromCategory, br as Keyword, aP as Layout, df as LayoutCellData, da as LayoutData, db as LayoutDataBackground, dc as LayoutDataBackgroundImage, aX as LayoutDataBackgroundType, gp as LayoutDataBackgroundTypeWithLiterals, at as LayoutType, fX as LayoutTypeWithLiterals, gh as LayoutWithLiterals, ao as LineCap, fS as LineCapWithLiterals, ap as LineStyle, fT as LineStyleWithLiterals, bK as Link, cG as LinkData, bL as LinkDataOneOf, ci as LinkPreviewData, cj as LinkPreviewDataStyles, f1 as ListCategoriesForItemRequest, f2 as ListCategoriesForItemsRequest, e0 as ListCompactCategoriesByIdsRequest, e1 as ListCompactCategoriesByIdsResponse, dq as ListItemNodeData, fD as ListItemsInCategoryOptionsPagingMethodOneOf, e_ as ListItemsInCategoryRequest, e$ as ListItemsInCategoryRequestPagingMethodOneOf, b5 as ListStyle, gz as ListStyleWithLiterals, f4 as ListTreesRequest, d4 as ListValue, bQ as LoopAnimation, bR as LoopEffect, al as LoopEffectType, fP as LoopEffectTypeWithLiterals, ck as MapData, f3 as MapItemToCategories, cl as MapSettings, aA as MapType, g2 as MapTypeWithLiterals, c0 as Media, cH as MentionData, ft as MessageEnvelope, dr as Metadata, be as MissingValues, gI as MissingValuesWithLiterals, bj as Mode, gN as ModeWithLiterals, eL as MoveCategoryRequest, f5 as MoveItemInCategoryRequest, bl as MoveItemInCategoryRequestPosition, gP as MoveItemInCategoryRequestPositionWithLiterals, f6 as MoveItemInCategoryResponse, eh as NestedAggregation, ef as NestedAggregationItem, eg as NestedAggregationItemKindOneOf, em as NestedAggregationResults, en as NestedAggregationResultsResultOneOf, bg as NestedAggregationType, gK as NestedAggregationTypeWithLiterals, ev as NestedResultValue, ew as NestedResultValueResultOneOf, eB as NestedResults, er as NestedValueAggregationResult, bv as Node, bw as NodeDataOneOf, bx as NodeStyle, ac as NodeType, fG as NodeTypeWithLiterals, aU as NullValue, gm as NullValueWithLiterals, cY as Oembed, eF as OffsetSearch, eG as OffsetSearchPagingMethodOneOf, cp as Option, cx as OptionDesign, cs as OptionLayout, d6 as OrderedListData, au as Orientation, fY as OrientationWithLiterals, aY as Origin, gq as OriginWithLiterals, b_ as PDFSettings, dy as Page, dC as Pages, eH as Paging, eJ as PagingMetadata, f0 as PagingMetadataV2, cm as ParagraphData, bp as ParentCategory, co as Permissions, aM as Placement, ge as PlacementWithLiterals, cW as PlaybackOptions, bE as PluginContainerData, ag as PluginContainerDataAlignment, fK as PluginContainerDataAlignmentWithLiterals, bF as PluginContainerDataWidth, bG as PluginContainerDataWidthDataOneOf, bS as PointerEffect, am as PointerEffectType, fQ as PointerEffectTypeWithLiterals, cy as Poll, cn as PollData, cz as PollDataLayout, cw as PollDesign, cu as PollDesignBackground, cv as PollDesignBackgroundBackgroundOneOf, aF as PollDesignBackgroundType, g7 as PollDesignBackgroundTypeWithLiterals, cr as PollLayout, aE as PollLayoutDirection, g6 as PollLayoutDirectionWithLiterals, aD as PollLayoutType, g5 as PollLayoutTypeWithLiterals, cq as PollSettings, bk as Position, gO as PositionWithLiterals, cU as PricingData, dU as QueryCategoriesRequest, dZ as QueryCategoriesResponse, ec as RangeAggregation, el as RangeAggregationResult, e8 as RangeBucket, et as RangeResult, ep as RangeResults, bM as Rel, bb as RequestedFields, gF as RequestedFieldsWithLiterals, aL as Resizing, gd as ResizingWithLiterals, b0 as ResponsivenessBehaviour, gu as ResponsivenessBehaviourWithLiterals, fh as RestoreInfo, ex as Results, cS as RibbonStyles, bu as RichContent, ed as ScalarAggregation, eu as ScalarResult, bf as ScalarType, gJ as ScalarTypeWithLiterals, b2 as Scaling, gw as ScalingWithLiterals, e3 as SearchCategoriesRequest, ei as SearchDetails, bq as SeoSchema, fq as SetArrangedItemsForMigrationRequest, fr as SetArrangedItemsForMigrationResponse, f7 as SetArrangedItemsRequest, bt as Settings, dg as ShapeData, dh as ShapeDataStyles, b9 as SingleEntityOpsRequestedFields, gD as SingleEntityOpsRequestedFieldsWithLiterals, cL as SketchData, dn as SmartBlockCellData, dm as SmartBlockData, b7 as SmartBlockDataType, gB as SmartBlockDataTypeWithLiterals, bd as SortDirection, gH as SortDirectionWithLiterals, ba as SortOrder, gE as SortOrderWithLiterals, bc as SortType, gG as SortTypeWithLiterals, dX as Sorting, ay as Source, g0 as SourceWithLiterals, bH as Spoiler, cJ as SpoilerData, bA as Stop, bJ as Styles, cf as StylesBorder, az as StylesPosition, g1 as StylesPositionWithLiterals, d0 as TableCellData, c_ as TableData, bs as Tag, ai as Target, fM as TargetWithLiterals, an as TextAlignment, fR as TextAlignmentWithLiterals, cB as TextData, dt as TextNodeStyle, bU as TextStyle, c8 as Thumbnails, aw as ThumbnailsAlignment, f_ as ThumbnailsAlignmentWithLiterals, dl as TocData, aj as Type, fN as TypeWithLiterals, dz as URI, dD as URIs, dQ as UpdateCategoryRequest, dR as UpdateCategoryResponse, eR as UpdateCategoryVisibilityRequest, ea as ValueAggregation, eb as ValueAggregationOptionsOneOf, ek as ValueAggregationResult, es as ValueResult, eo as ValueResults, aI as Variant, ga as VariantWithLiterals, aT as VerticalAlignment, a$ as VerticalAlignmentAlignment, gt as VerticalAlignmentAlignmentWithLiterals, gl as VerticalAlignmentWithLiterals, c2 as Video, cV as VideoData, as as ViewMode, fW as ViewModeWithLiterals, aB as ViewRole, g3 as ViewRoleWithLiterals, aC as VoteRole, g4 as VoteRoleWithLiterals, bm as WebhookIdentityType, gQ as WebhookIdentityTypeWithLiterals, aq as Width, af as WidthType, fJ as WidthTypeWithLiterals, fU as WidthWithLiterals, fF as utils } from './categories-v1-category-categories.universal-BsUH7stD.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-BP-vuulL.js';
3
+ export { fw as AccountInfo, fz as AccountInfoMetadata, fk as ActionEvent, e6 as Aggregation, ej as AggregationData, e7 as AggregationKindOneOf, eC as AggregationResults, eD as AggregationResultsResultOneOf, eq as AggregationResultsScalarResult, bi as AggregationType, gM as AggregationTypeWithLiterals, aO as Alignment, gg as AlignmentWithLiterals, cE as AnchorData, bN as Animation, dx as App, cM as AppEmbedData, cN as AppEmbedDataAppDataOneOf, aQ as AppType, gi as AppTypeWithLiterals, eP as ApplicationError, aK as AspectRatio, gc as AspectRatioWithLiterals, d5 as AudioData, de as Backdrop, a_ as BackdropType, gs as BackdropTypeWithLiterals, bD as Background, ct as BackgroundGradient, dk as BackgroundImage, ad as BackgroundType, fH as BackgroundTypeWithLiterals, dd as Banner, aZ as BannerPosition, gr as BannerPositionWithLiterals, fx as BaseEventMetadata, d8 as BlockquoteData, cO as BookingData, bB as Border, d2 as BorderColors, d3 as BorderWidths, bo as Breadcrumb, bn as BreadcrumbsInfo, eQ as BulkActionMetadata, eW as BulkAddItemToCategoriesRequest, fo as BulkAddItemsToCategoryForMigrationRequest, fp as BulkAddItemsToCategoryForMigrationResponse, eT as BulkAddItemsToCategoryRequest, eN as BulkCategoriesResult, fm as BulkCreateCategoriesForMigrationRequest, fn as BulkCreateCategoriesForMigrationResponse, eX as BulkItemToCategoriesResult, eU as BulkItemsToCategoryResult, eZ as BulkRemoveItemFromCategoriesRequest, eY as BulkRemoveItemsFromCategoryRequest, gR as BulkSetItemCategoriesApplicationErrors, fE as BulkSetItemCategoriesOptions, f9 as BulkSetItemCategoriesRequest, fa as BulkSetItemCategoriesResponse, eS as BulkShowCategoriesRequest, eM as BulkUpdateCategoriesRequest, d7 as BulletedListData, by as ButtonData, ah as ButtonDataType, fL as ButtonDataTypeWithLiterals, cQ as ButtonStyles, d9 as CaptionData, di as CardData, dj as CardDataBackground, b4 as CardDataBackgroundType, gy as CardDataBackgroundTypeWithLiterals, cT as CardStyles, aN as CardStylesType, gf as CardStylesTypeWithLiterals, fs as CatalogRollbackRequested, fA as CategoriesQueryResult, dE as CategoryMoved, fB as CategoryQuerySpec, fC as CategorySearchSpec, fd as CategoryTreeNode, d1 as CellStyle, dp as CheckboxListData, bT as CodeBlockData, cZ as CollapsibleListData, cF as ColorData, bC as Colors, b8 as ColumnSize, gC as ColumnSizeWithLiterals, gS as CommonQueryWithEntityContext, gT as CommonSearchWithEntityContext, e2 as CompactCategory, eK as CountCategoriesRequest, dK as CreateCategoryRequest, dL as CreateCategoryResponse, av as Crop, fZ as CropWithLiterals, dY as CursorPaging, d_ as CursorPagingMetadata, dV as CursorQuery, dW as CursorQueryPagingMethodOneOf, e4 as CursorSearch, e5 as CursorSearchPagingMethodOneOf, d$ as Cursors, dB as CustomTag, ee as DateHistogramAggregation, ey as DateHistogramResult, eA as DateHistogramResults, cC as Decoration, cD as DecorationDataOneOf, aG as DecorationType, g8 as DecorationTypeWithLiterals, dS as DeleteCategoryRequest, dT as DeleteCategoryResponse, eE as DeprecatedSearchCategoriesWithOffsetRequest, eI as DeprecatedSearchCategoriesWithOffsetResponse, cA as Design, b1 as DesignTarget, gv as DesignTargetWithLiterals, c$ as Dimensions, aS as Direction, gk as DirectionWithLiterals, bV as DividerData, ar as DividerDataAlignment, fV as DividerDataAlignmentWithLiterals, bW as DividerDataStyles, ds as DocumentStyle, fe as DomainEvent, ff as DomainEventBodyOneOf, dM as DuplicateHandleErrorData, cX as EmbedData, fl as Empty, fg as EntityCreatedEvent, fj as EntityDeletedEvent, fi as EntityUpdatedEvent, bO as EntranceAnimation, bP as EntranceEffect, ak as EntranceEffectType, fO as EntranceEffectTypeWithLiterals, cP as EventData, fy as EventMetadata, du as ExtendedFields, dA as File, bX as FileData, bY as FileSource, bZ as FileSourceDataOneOf, cK as FontFamilyData, cI as FontSizeData, aH as FontType, g9 as FontTypeWithLiterals, ca as GIF, c9 as GIFData, ax as GIFType, f$ as GIFTypeWithLiterals, b$ as GalleryData, c5 as GalleryOptions, c6 as GalleryOptionsLayout, f8 as GetArrangedItemsRequest, fb as GetCategoriesTreeRequest, fc as GetCategoriesTreeResponse, dP as GetCategoryBySlugRequest, dN as GetCategoryRequest, dO as GetCategoryResponse, bz as Gradient, ae as GradientType, fI as GradientTypeWithLiterals, ez as GroupByValueResults, cc as HTMLData, cd as HTMLDataDataOneOf, cb as HeadingData, bI as Height, fu as IdentificationData, fv as IdentificationDataIdOneOf, c1 as Image, ce as ImageData, ch as ImageDataCrop, cg as ImageDataStyles, aW as ImagePosition, b3 as ImagePositionPosition, gx as ImagePositionPositionWithLiterals, go as ImagePositionWithLiterals, aV as ImageScalingScaling, gn as ImageScalingScalingWithLiterals, cR as ImageStyles, aJ as ImageStylesPosition, gb as ImageStylesPositionWithLiterals, e9 as IncludeMissingValuesOptions, b6 as Indentation, gA as IndentationWithLiterals, aR as InitialExpandedItems, gj as InitialExpandedItemsWithLiterals, bh as Interval, gL as IntervalWithLiterals, dv as InvalidateCache, dw as InvalidateCacheGetByOneOf, c3 as Item, dF as ItemAddedToCategory, c4 as ItemDataOneOf, eO as ItemMetadata, eV as ItemReferenceMetadata, dH as ItemRemovedFromCategory, c7 as ItemStyle, dG as ItemsAddedToCategory, dJ as ItemsArrangedInCategory, dI as ItemsRemovedFromCategory, br as Keyword, aP as Layout, df as LayoutCellData, da as LayoutData, db as LayoutDataBackground, dc as LayoutDataBackgroundImage, aX as LayoutDataBackgroundType, gp as LayoutDataBackgroundTypeWithLiterals, at as LayoutType, fX as LayoutTypeWithLiterals, gh as LayoutWithLiterals, ao as LineCap, fS as LineCapWithLiterals, ap as LineStyle, fT as LineStyleWithLiterals, bK as Link, cG as LinkData, bL as LinkDataOneOf, ci as LinkPreviewData, cj as LinkPreviewDataStyles, f1 as ListCategoriesForItemRequest, f2 as ListCategoriesForItemsRequest, e0 as ListCompactCategoriesByIdsRequest, e1 as ListCompactCategoriesByIdsResponse, dq as ListItemNodeData, fD as ListItemsInCategoryOptionsPagingMethodOneOf, e_ as ListItemsInCategoryRequest, e$ as ListItemsInCategoryRequestPagingMethodOneOf, b5 as ListStyle, gz as ListStyleWithLiterals, f4 as ListTreesRequest, d4 as ListValue, bQ as LoopAnimation, bR as LoopEffect, al as LoopEffectType, fP as LoopEffectTypeWithLiterals, ck as MapData, f3 as MapItemToCategories, cl as MapSettings, aA as MapType, g2 as MapTypeWithLiterals, c0 as Media, cH as MentionData, ft as MessageEnvelope, dr as Metadata, be as MissingValues, gI as MissingValuesWithLiterals, bj as Mode, gN as ModeWithLiterals, eL as MoveCategoryRequest, f5 as MoveItemInCategoryRequest, bl as MoveItemInCategoryRequestPosition, gP as MoveItemInCategoryRequestPositionWithLiterals, f6 as MoveItemInCategoryResponse, eh as NestedAggregation, ef as NestedAggregationItem, eg as NestedAggregationItemKindOneOf, em as NestedAggregationResults, en as NestedAggregationResultsResultOneOf, bg as NestedAggregationType, gK as NestedAggregationTypeWithLiterals, ev as NestedResultValue, ew as NestedResultValueResultOneOf, eB as NestedResults, er as NestedValueAggregationResult, bv as Node, bw as NodeDataOneOf, bx as NodeStyle, ac as NodeType, fG as NodeTypeWithLiterals, aU as NullValue, gm as NullValueWithLiterals, cY as Oembed, eF as OffsetSearch, eG as OffsetSearchPagingMethodOneOf, cp as Option, cx as OptionDesign, cs as OptionLayout, d6 as OrderedListData, au as Orientation, fY as OrientationWithLiterals, aY as Origin, gq as OriginWithLiterals, b_ as PDFSettings, dy as Page, dC as Pages, eH as Paging, eJ as PagingMetadata, f0 as PagingMetadataV2, cm as ParagraphData, bp as ParentCategory, co as Permissions, aM as Placement, ge as PlacementWithLiterals, cW as PlaybackOptions, bE as PluginContainerData, ag as PluginContainerDataAlignment, fK as PluginContainerDataAlignmentWithLiterals, bF as PluginContainerDataWidth, bG as PluginContainerDataWidthDataOneOf, bS as PointerEffect, am as PointerEffectType, fQ as PointerEffectTypeWithLiterals, cy as Poll, cn as PollData, cz as PollDataLayout, cw as PollDesign, cu as PollDesignBackground, cv as PollDesignBackgroundBackgroundOneOf, aF as PollDesignBackgroundType, g7 as PollDesignBackgroundTypeWithLiterals, cr as PollLayout, aE as PollLayoutDirection, g6 as PollLayoutDirectionWithLiterals, aD as PollLayoutType, g5 as PollLayoutTypeWithLiterals, cq as PollSettings, bk as Position, gO as PositionWithLiterals, cU as PricingData, dU as QueryCategoriesRequest, dZ as QueryCategoriesResponse, ec as RangeAggregation, el as RangeAggregationResult, e8 as RangeBucket, et as RangeResult, ep as RangeResults, bM as Rel, bb as RequestedFields, gF as RequestedFieldsWithLiterals, aL as Resizing, gd as ResizingWithLiterals, b0 as ResponsivenessBehaviour, gu as ResponsivenessBehaviourWithLiterals, fh as RestoreInfo, ex as Results, cS as RibbonStyles, bu as RichContent, ed as ScalarAggregation, eu as ScalarResult, bf as ScalarType, gJ as ScalarTypeWithLiterals, b2 as Scaling, gw as ScalingWithLiterals, e3 as SearchCategoriesRequest, ei as SearchDetails, bq as SeoSchema, fq as SetArrangedItemsForMigrationRequest, fr as SetArrangedItemsForMigrationResponse, f7 as SetArrangedItemsRequest, bt as Settings, dg as ShapeData, dh as ShapeDataStyles, b9 as SingleEntityOpsRequestedFields, gD as SingleEntityOpsRequestedFieldsWithLiterals, cL as SketchData, dn as SmartBlockCellData, dm as SmartBlockData, b7 as SmartBlockDataType, gB as SmartBlockDataTypeWithLiterals, bd as SortDirection, gH as SortDirectionWithLiterals, ba as SortOrder, gE as SortOrderWithLiterals, bc as SortType, gG as SortTypeWithLiterals, dX as Sorting, ay as Source, g0 as SourceWithLiterals, bH as Spoiler, cJ as SpoilerData, bA as Stop, bJ as Styles, cf as StylesBorder, az as StylesPosition, g1 as StylesPositionWithLiterals, d0 as TableCellData, c_ as TableData, bs as Tag, ai as Target, fM as TargetWithLiterals, an as TextAlignment, fR as TextAlignmentWithLiterals, cB as TextData, dt as TextNodeStyle, bU as TextStyle, c8 as Thumbnails, aw as ThumbnailsAlignment, f_ as ThumbnailsAlignmentWithLiterals, dl as TocData, aj as Type, fN as TypeWithLiterals, dz as URI, dD as URIs, dQ as UpdateCategoryRequest, dR as UpdateCategoryResponse, eR as UpdateCategoryVisibilityRequest, ea as ValueAggregation, eb as ValueAggregationOptionsOneOf, ek as ValueAggregationResult, es as ValueResult, eo as ValueResults, aI as Variant, ga as VariantWithLiterals, aT as VerticalAlignment, a$ as VerticalAlignmentAlignment, gt as VerticalAlignmentAlignmentWithLiterals, gl as VerticalAlignmentWithLiterals, c2 as Video, cV as VideoData, as as ViewMode, fW as ViewModeWithLiterals, aB as ViewRole, g3 as ViewRoleWithLiterals, aC as VoteRole, g4 as VoteRoleWithLiterals, bm as WebhookIdentityType, gQ as WebhookIdentityTypeWithLiterals, aq as Width, af as WidthType, fJ as WidthTypeWithLiterals, fU as WidthWithLiterals, fF as utils } from './categories-v1-category-categories.universal-BP-vuulL.js';
4
4
 
5
5
  declare function createCategory$1(httpClient: HttpClient): CreateCategorySignature;
6
6
  interface CreateCategorySignature {