@wix/auto_sdk_categories_categories 1.0.121 → 1.0.122
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/{categories-v1-category-categories.universal-XgCzn00i.d.ts → categories-v1-category-categories.universal-B8K4dTVY.d.ts} +2 -2
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +2 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{categories-v1-category-categories.universal-XgCzn00i.d.mts → categories-v1-category-categories.universal-B8K4dTVY.d.mts} +2 -2
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +2 -2
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{categories-v1-category-categories.universal-CfElgNur.d.ts → categories-v1-category-categories.universal-DpGXPwLu.d.ts} +2 -2
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +2 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{categories-v1-category-categories.universal-CfElgNur.d.mts → categories-v1-category-categories.universal-DpGXPwLu.d.mts} +2 -2
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +2 -2
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -4286,7 +4286,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
4286
4286
|
/** If present, indicates the action that triggered the event. */
|
|
4287
4287
|
originatedFrom?: string | null;
|
|
4288
4288
|
/**
|
|
4289
|
-
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01
|
|
4289
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at `16:00` and then again at `16:01`, the second update will always have a higher sequence number.
|
|
4290
4290
|
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
4291
4291
|
*/
|
|
4292
4292
|
entityEventSequence?: string | null;
|
|
@@ -4655,7 +4655,7 @@ interface EventMetadata extends BaseEventMetadata {
|
|
|
4655
4655
|
/** If present, indicates the action that triggered the event. */
|
|
4656
4656
|
originatedFrom?: string | null;
|
|
4657
4657
|
/**
|
|
4658
|
-
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01
|
|
4658
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at `16:00` and then again at `16:01`, the second update will always have a higher sequence number.
|
|
4659
4659
|
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
4660
4660
|
*/
|
|
4661
4661
|
entityEventSequence?: string | null;
|
package/build/cjs/index.d.ts
CHANGED
|
@@ -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, D as DeleteCategoryApplicationErrors, h as CategorySearch, S as SearchCategoriesOptions, i as SearchCategoriesResponse, j as CountCategoriesOptions, k as CountCategoriesResponse, M as MoveCategoryOptions, l as MoveCategoryResponse, m as MoveCategoryApplicationErrors, n as MaskedCategory, B as BulkUpdateCategoriesOptions, o as BulkUpdateCategoriesResponse, p as BulkUpdateCategoriesApplicationErrors, q as UpdateCategoryVisibilityOptions, r as UpdateCategoryVisibilityResponse, s as UpdateCategoryVisibilityApplicationErrors, t as BulkShowCategoriesOptions, u as BulkShowCategoriesResponse, I as ItemReference, v as BulkAddItemsToCategoryOptions, w as BulkAddItemsToCategoryResponse, x as BulkAddItemsToCategoryApplicationErrors, y as BulkAddItemToCategoriesOptions, z as BulkAddItemToCategoriesResponse, A as BulkAddItemToCategoriesApplicationErrors, E as BulkRemoveItemsFromCategoryOptions, F as BulkRemoveItemsFromCategoryResponse, H as BulkRemoveItemsFromCategoryApplicationErrors, J as BulkRemoveItemFromCategoriesOptions, K as BulkRemoveItemFromCategoriesResponse, L as BulkRemoveItemFromCategoriesApplicationErrors, N as ListItemsInCategoryOptions, O as ListItemsInCategoryResponse, P as ListCategoriesForItemOptions, Q as ListCategoriesForItemResponse, R as ListCategoriesForItemsOptions, V as ListCategoriesForItemsResponse, W as ListTreesResponse, X as SetArrangedItemsOptions, Y as SetArrangedItemsResponse, Z as SetArrangedItemsApplicationErrors, _ as GetArrangedItemsResponse, $ as CategoryMovedEnvelope, a0 as CategoryCreatedEnvelope, a1 as CategoryDeletedEnvelope, a2 as CategoryItemAddedToCategoryEnvelope, a3 as CategoryItemRemovedFromCategoryEnvelope, a4 as CategoryItemsArrangedInCategoryEnvelope, a5 as CategoryUpdatedEnvelope, a6 as CategoryQuery, a7 as QueryCategoriesOptions, a8 as typedQueryCategories, a9 as CategoriesQueryBuilder } from './categories-v1-category-categories.universal-
|
|
3
|
-
export { fk as AccountInfo, fn as AccountInfoMetadata, f8 as ActionEvent, dT as Aggregation, e4 as AggregationData, dU as AggregationKindOneOf, en as AggregationResults, eo as AggregationResultsResultOneOf, eb as AggregationResultsScalarResult, bb as AggregationType, gv as AggregationTypeWithLiterals, aH as Alignment, f$ as AlignmentWithLiterals, cp as AnchorData, dh as App, cx as AppEmbedData, cy as AppEmbedDataAppDataOneOf, aJ as AppType, g1 as AppTypeWithLiterals, eA as ApplicationError, aD as AspectRatio, fX as AspectRatioWithLiterals, cS as AudioData, c$ as Backdrop, aT as BackdropType, gb as BackdropTypeWithLiterals, bw as Background, ce as BackgroundGradient, d5 as BackgroundImage, ab as BackgroundType, fv as BackgroundTypeWithLiterals, cZ as Banner, aR as BannerPosition, g9 as BannerPositionWithLiterals, fl as BaseEventMetadata, cV as BlockquoteData, cz as BookingData, bu as Border, cP as BorderColors, cQ as BorderWidths, bh as Breadcrumb, bg as BreadcrumbsInfo, eB as BulkActionMetadata, eK as BulkAddItemToCategoriesRequest, fc as BulkAddItemsToCategoryForMigrationRequest, fd as BulkAddItemsToCategoryForMigrationResponse, eH as BulkAddItemsToCategoryRequest, ey as BulkCategoriesResult, fa as BulkCreateCategoriesForMigrationRequest, fb as BulkCreateCategoriesForMigrationResponse, eE as BulkDeleteCategoriesRequest, eF as BulkDeleteCategoriesResponse, eG as BulkDeleteCategoriesResponseBulkCategoriesResult, eL as BulkItemToCategoriesResult, eI as BulkItemsToCategoryResult, eN as BulkRemoveItemFromCategoriesRequest, eM as BulkRemoveItemsFromCategoryRequest, gA as BulkSetItemCategoriesApplicationErrors, fs as BulkSetItemCategoriesOptions, eZ as BulkSetItemCategoriesRequest, e_ as BulkSetItemCategoriesResponse, eD as BulkShowCategoriesRequest, ex as BulkUpdateCategoriesRequest, cU as BulletedListData, br as ButtonData, af as ButtonDataType, fz as ButtonDataTypeWithLiterals, cB as ButtonStyles, cW as CaptionData, d3 as CardData, d4 as CardDataBackground, aZ as CardDataBackgroundType, gh as CardDataBackgroundTypeWithLiterals, cE as CardStyles, fg as CatalogRollbackRequested, fo as CategoriesQueryResult, dp as CategoryMoved, fp as CategoryQuerySpec, fq as CategorySearchSpec, f1 as CategoryTreeNode, cO as CellStyle, d9 as CheckboxListData, bG as CodeBlockData, cK as CollapsibleListData, cq as ColorData, bv as Colors, b1 as ColumnSize, gl as ColumnSizeWithLiterals, gB as CommonQueryWithEntityContext, gC as CommonSearchWithEntityContext, dP as CompactCategory, ev as CountCategoriesRequest, dv as CreateCategoryRequest, dw as CreateCategoryResponse, ao as Crop, fI as CropWithLiterals, dJ as CursorPaging, dL as CursorPagingMetadata, dG as CursorQuery, dH as CursorQueryPagingMethodOneOf, dR as CursorSearch, dS as CursorSearchPagingMethodOneOf, dM as Cursors, dl as CustomTag, d$ as DateHistogramAggregation, ej as DateHistogramResult, el as DateHistogramResults, cn as Decoration, co as DecorationDataOneOf, az as DecorationType, fT as DecorationTypeWithLiterals, dD as DeleteCategoryRequest, dE as DeleteCategoryResponse, ep as DeprecatedSearchCategoriesWithOffsetRequest, et as DeprecatedSearchCategoriesWithOffsetResponse, cl as Design, aW as DesignTarget, ge as DesignTargetWithLiterals, cM as Dimensions, aL as Direction, g3 as DirectionWithLiterals, bI as DividerData, ak as DividerDataAlignment, fE as DividerDataAlignmentWithLiterals, dc as DocumentStyle, f2 as DomainEvent, f3 as DomainEventBodyOneOf, dx as DuplicateHandleErrorData, cI as EmbedData, f9 as Empty, f4 as EntityCreatedEvent, f7 as EntityDeletedEvent, f6 as EntityUpdatedEvent, cA as EventData, fm as EventMetadata, de as ExtendedFields, dk as File, bJ as FileData, bK as FileSource, bL as FileSourceDataOneOf, cv as FontFamilyData, ct as FontSizeData, aA as FontType, fU as FontTypeWithLiterals, bY as GIF, bX as GIFData, aq as GIFType, fK as GIFTypeWithLiterals, bN as GalleryData, bT as GalleryOptions, bU as GalleryOptionsLayout, eY as GetArrangedItemsRequest, e$ as GetCategoriesTreeRequest, f0 as GetCategoriesTreeResponse, dA as GetCategoryBySlugRequest, dy as GetCategoryRequest, dz as GetCategoryResponse, bs as Gradient, ac as GradientType, fw as GradientTypeWithLiterals, ek as GroupByValueResults, b_ as HTMLData, b$ as HTMLDataDataOneOf, bZ as HeadingData, bB as Height, fi as IdentificationData, fj as IdentificationDataIdOneOf, bP as Image, c0 as ImageData, c2 as ImageDataStyles, aP as ImagePosition, aY as ImagePositionPosition, gg as ImagePositionPositionWithLiterals, g7 as ImagePositionWithLiterals, aO as ImageScalingScaling, g6 as ImageScalingScalingWithLiterals, cC as ImageStyles, aC as ImageStylesPosition, fW as ImageStylesPositionWithLiterals, dW as IncludeMissingValuesOptions, a$ as Indentation, gj as IndentationWithLiterals, aK as InitialExpandedItems, g2 as InitialExpandedItemsWithLiterals, ba as Interval, gu as IntervalWithLiterals, df as InvalidateCache, dg as InvalidateCacheGetByOneOf, bR as Item, dq as ItemAddedToCategory, bS as ItemDataOneOf, ez as ItemMetadata, eJ as ItemReferenceMetadata, ds as ItemRemovedFromCategory, bV as ItemStyle, dr as ItemsAddedToCategory, du as ItemsArrangedInCategory, dt as ItemsRemovedFromCategory, bk as Keyword, aI as Layout, d0 as LayoutCellData, cX as LayoutData, c_ as LayoutDataBackground, cY as LayoutDataBackgroundImage, aS as LayoutDataBackgroundType, ga as LayoutDataBackgroundTypeWithLiterals, am as LayoutType, fG as LayoutTypeWithLiterals, g0 as LayoutWithLiterals, ai as LineStyle, fC as LineStyleWithLiterals, bD as Link, cr as LinkData, bE as LinkDataOneOf, c3 as LinkPreviewData, c4 as LinkPreviewDataStyles, eR as ListCategoriesForItemRequest, eS as ListCategoriesForItemsRequest, dN as ListCompactCategoriesByIdsRequest, dO as ListCompactCategoriesByIdsResponse, da as ListItemNodeData, fr as ListItemsInCategoryOptionsPagingMethodOneOf, eO as ListItemsInCategoryRequest, eP as ListItemsInCategoryRequestPagingMethodOneOf, a_ as ListStyle, gi as ListStyleWithLiterals, eU as ListTreesRequest, cR as ListValue, c5 as MapData, eT as MapItemToCategories, c6 as MapSettings, at as MapType, fN as MapTypeWithLiterals, bO as Media, cs as MentionData, fh as MessageEnvelope, db as Metadata, b7 as MissingValues, gr as MissingValuesWithLiterals, bc as Mode, gw as ModeWithLiterals, ew as MoveCategoryRequest, eV as MoveItemInCategoryRequest, be as MoveItemInCategoryRequestPosition, gy as MoveItemInCategoryRequestPositionWithLiterals, eW as MoveItemInCategoryResponse, e2 as NestedAggregation, e0 as NestedAggregationItem, e1 as NestedAggregationItemKindOneOf, e7 as NestedAggregationResults, e8 as NestedAggregationResultsResultOneOf, b9 as NestedAggregationType, gt as NestedAggregationTypeWithLiterals, eg as NestedResultValue, eh as NestedResultValueResultOneOf, em as NestedResults, ec as NestedValueAggregationResult, bo as Node, bp as NodeDataOneOf, bq as NodeStyle, aa as NodeType, fu as NodeTypeWithLiterals, aN as NullValue, g5 as NullValueWithLiterals, cJ as Oembed, eq as OffsetSearch, er as OffsetSearchPagingMethodOneOf, ca as Option, ci as OptionDesign, cd as OptionLayout, cT as OrderedListData, an as Orientation, fH as OrientationWithLiterals, aQ as Origin, g8 as OriginWithLiterals, bM as PDFSettings, di as Page, dm as Pages, es as Paging, eu as PagingMetadata, eQ as PagingMetadataV2, c7 as ParagraphData, bi as ParentCategory, c9 as Permissions, aF as Placement, fZ as PlacementWithLiterals, cH as PlaybackOptions, bx as PluginContainerData, ae as PluginContainerDataAlignment, fy as PluginContainerDataAlignmentWithLiterals, by as PluginContainerDataWidth, bz as PluginContainerDataWidthDataOneOf, cj as Poll, c8 as PollData, ck as PollDataLayout, ch as PollDesign, cf as PollDesignBackground, cg as PollDesignBackgroundBackgroundOneOf, ay as PollDesignBackgroundType, fS as PollDesignBackgroundTypeWithLiterals, cc as PollLayout, ax as PollLayoutDirection, fR as PollLayoutDirectionWithLiterals, aw as PollLayoutType, fQ as PollLayoutTypeWithLiterals, cb as PollSettings, bd as Position, gx as PositionWithLiterals, cF as PricingData, dF as QueryCategoriesRequest, dK as QueryCategoriesResponse, dZ as RangeAggregation, e6 as RangeAggregationResult, dV as RangeBucket, ee as RangeResult, ea as RangeResults, bF as Rel, b4 as RequestedFields, go as RequestedFieldsWithLiterals, aE as Resizing, fY as ResizingWithLiterals, aV as ResponsivenessBehaviour, gd as ResponsivenessBehaviourWithLiterals, f5 as RestoreInfo, ei as Results, cD as RibbonStyles, bn as RichContent, d_ as ScalarAggregation, ef as ScalarResult, b8 as ScalarType, gs as ScalarTypeWithLiterals, aX as Scaling, gf as ScalingWithLiterals, dQ as SearchCategoriesRequest, e3 as SearchDetails, bj as SeoSchema, fe as SetArrangedItemsForMigrationRequest, ff as SetArrangedItemsForMigrationResponse, eX as SetArrangedItemsRequest, bm as Settings, d1 as ShapeData, d2 as ShapeDataStyles, b2 as SingleEntityOpsRequestedFields, gm as SingleEntityOpsRequestedFieldsWithLiterals, cw as SketchData, d8 as SmartBlockCellData, d7 as SmartBlockData, b0 as SmartBlockDataType, gk as SmartBlockDataTypeWithLiterals, b6 as SortDirection, gq as SortDirectionWithLiterals, b3 as SortOrder, gn as SortOrderWithLiterals, b5 as SortType, gp as SortTypeWithLiterals, dI as Sorting, ar as Source, fL as SourceWithLiterals, bA as Spoiler, cu as SpoilerData, bt as Stop, bC as Styles, c1 as StylesBorder, as as StylesPosition, fM as StylesPositionWithLiterals, cN as TableCellData, cL as TableData, bl as Tag, ag as Target, fA as TargetWithLiterals, ah as TextAlignment, fB as TextAlignmentWithLiterals, cm as TextData, dd as TextNodeStyle, bH as TextStyle, bW as Thumbnails, ap as ThumbnailsAlignment, fJ as ThumbnailsAlignmentWithLiterals, d6 as TocData, aG as Type, f_ as TypeWithLiterals, dj as URI, dn as URIs, dB as UpdateCategoryRequest, dC as UpdateCategoryResponse, eC as UpdateCategoryVisibilityRequest, dX as ValueAggregation, dY as ValueAggregationOptionsOneOf, e5 as ValueAggregationResult, ed as ValueResult, e9 as ValueResults, aB as Variant, fV as VariantWithLiterals, aM as VerticalAlignment, aU as VerticalAlignmentAlignment, gc as VerticalAlignmentAlignmentWithLiterals, g4 as VerticalAlignmentWithLiterals, bQ as Video, cG as VideoData, al as ViewMode, fF as ViewModeWithLiterals, au as ViewRole, fO as ViewRoleWithLiterals, av as VoteRole, fP as VoteRoleWithLiterals, bf as WebhookIdentityType, gz as WebhookIdentityTypeWithLiterals, aj as Width, ad as WidthType, fx as WidthTypeWithLiterals, fD as WidthWithLiterals, ft as utils } from './categories-v1-category-categories.universal-XgCzn00i.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, D as DeleteCategoryApplicationErrors, h as CategorySearch, S as SearchCategoriesOptions, i as SearchCategoriesResponse, j as CountCategoriesOptions, k as CountCategoriesResponse, M as MoveCategoryOptions, l as MoveCategoryResponse, m as MoveCategoryApplicationErrors, n as MaskedCategory, B as BulkUpdateCategoriesOptions, o as BulkUpdateCategoriesResponse, p as BulkUpdateCategoriesApplicationErrors, q as UpdateCategoryVisibilityOptions, r as UpdateCategoryVisibilityResponse, s as UpdateCategoryVisibilityApplicationErrors, t as BulkShowCategoriesOptions, u as BulkShowCategoriesResponse, I as ItemReference, v as BulkAddItemsToCategoryOptions, w as BulkAddItemsToCategoryResponse, x as BulkAddItemsToCategoryApplicationErrors, y as BulkAddItemToCategoriesOptions, z as BulkAddItemToCategoriesResponse, A as BulkAddItemToCategoriesApplicationErrors, E as BulkRemoveItemsFromCategoryOptions, F as BulkRemoveItemsFromCategoryResponse, H as BulkRemoveItemsFromCategoryApplicationErrors, J as BulkRemoveItemFromCategoriesOptions, K as BulkRemoveItemFromCategoriesResponse, L as BulkRemoveItemFromCategoriesApplicationErrors, N as ListItemsInCategoryOptions, O as ListItemsInCategoryResponse, P as ListCategoriesForItemOptions, Q as ListCategoriesForItemResponse, R as ListCategoriesForItemsOptions, V as ListCategoriesForItemsResponse, W as ListTreesResponse, X as SetArrangedItemsOptions, Y as SetArrangedItemsResponse, Z as SetArrangedItemsApplicationErrors, _ as GetArrangedItemsResponse, $ as CategoryMovedEnvelope, a0 as CategoryCreatedEnvelope, a1 as CategoryDeletedEnvelope, a2 as CategoryItemAddedToCategoryEnvelope, a3 as CategoryItemRemovedFromCategoryEnvelope, a4 as CategoryItemsArrangedInCategoryEnvelope, a5 as CategoryUpdatedEnvelope, a6 as CategoryQuery, a7 as QueryCategoriesOptions, a8 as typedQueryCategories, a9 as CategoriesQueryBuilder } from './categories-v1-category-categories.universal-B8K4dTVY.js';
|
|
3
|
+
export { fk as AccountInfo, fn as AccountInfoMetadata, f8 as ActionEvent, dT as Aggregation, e4 as AggregationData, dU as AggregationKindOneOf, en as AggregationResults, eo as AggregationResultsResultOneOf, eb as AggregationResultsScalarResult, bb as AggregationType, gv as AggregationTypeWithLiterals, aH as Alignment, f$ as AlignmentWithLiterals, cp as AnchorData, dh as App, cx as AppEmbedData, cy as AppEmbedDataAppDataOneOf, aJ as AppType, g1 as AppTypeWithLiterals, eA as ApplicationError, aD as AspectRatio, fX as AspectRatioWithLiterals, cS as AudioData, c$ as Backdrop, aT as BackdropType, gb as BackdropTypeWithLiterals, bw as Background, ce as BackgroundGradient, d5 as BackgroundImage, ab as BackgroundType, fv as BackgroundTypeWithLiterals, cZ as Banner, aR as BannerPosition, g9 as BannerPositionWithLiterals, fl as BaseEventMetadata, cV as BlockquoteData, cz as BookingData, bu as Border, cP as BorderColors, cQ as BorderWidths, bh as Breadcrumb, bg as BreadcrumbsInfo, eB as BulkActionMetadata, eK as BulkAddItemToCategoriesRequest, fc as BulkAddItemsToCategoryForMigrationRequest, fd as BulkAddItemsToCategoryForMigrationResponse, eH as BulkAddItemsToCategoryRequest, ey as BulkCategoriesResult, fa as BulkCreateCategoriesForMigrationRequest, fb as BulkCreateCategoriesForMigrationResponse, eE as BulkDeleteCategoriesRequest, eF as BulkDeleteCategoriesResponse, eG as BulkDeleteCategoriesResponseBulkCategoriesResult, eL as BulkItemToCategoriesResult, eI as BulkItemsToCategoryResult, eN as BulkRemoveItemFromCategoriesRequest, eM as BulkRemoveItemsFromCategoryRequest, gA as BulkSetItemCategoriesApplicationErrors, fs as BulkSetItemCategoriesOptions, eZ as BulkSetItemCategoriesRequest, e_ as BulkSetItemCategoriesResponse, eD as BulkShowCategoriesRequest, ex as BulkUpdateCategoriesRequest, cU as BulletedListData, br as ButtonData, af as ButtonDataType, fz as ButtonDataTypeWithLiterals, cB as ButtonStyles, cW as CaptionData, d3 as CardData, d4 as CardDataBackground, aZ as CardDataBackgroundType, gh as CardDataBackgroundTypeWithLiterals, cE as CardStyles, fg as CatalogRollbackRequested, fo as CategoriesQueryResult, dp as CategoryMoved, fp as CategoryQuerySpec, fq as CategorySearchSpec, f1 as CategoryTreeNode, cO as CellStyle, d9 as CheckboxListData, bG as CodeBlockData, cK as CollapsibleListData, cq as ColorData, bv as Colors, b1 as ColumnSize, gl as ColumnSizeWithLiterals, gB as CommonQueryWithEntityContext, gC as CommonSearchWithEntityContext, dP as CompactCategory, ev as CountCategoriesRequest, dv as CreateCategoryRequest, dw as CreateCategoryResponse, ao as Crop, fI as CropWithLiterals, dJ as CursorPaging, dL as CursorPagingMetadata, dG as CursorQuery, dH as CursorQueryPagingMethodOneOf, dR as CursorSearch, dS as CursorSearchPagingMethodOneOf, dM as Cursors, dl as CustomTag, d$ as DateHistogramAggregation, ej as DateHistogramResult, el as DateHistogramResults, cn as Decoration, co as DecorationDataOneOf, az as DecorationType, fT as DecorationTypeWithLiterals, dD as DeleteCategoryRequest, dE as DeleteCategoryResponse, ep as DeprecatedSearchCategoriesWithOffsetRequest, et as DeprecatedSearchCategoriesWithOffsetResponse, cl as Design, aW as DesignTarget, ge as DesignTargetWithLiterals, cM as Dimensions, aL as Direction, g3 as DirectionWithLiterals, bI as DividerData, ak as DividerDataAlignment, fE as DividerDataAlignmentWithLiterals, dc as DocumentStyle, f2 as DomainEvent, f3 as DomainEventBodyOneOf, dx as DuplicateHandleErrorData, cI as EmbedData, f9 as Empty, f4 as EntityCreatedEvent, f7 as EntityDeletedEvent, f6 as EntityUpdatedEvent, cA as EventData, fm as EventMetadata, de as ExtendedFields, dk as File, bJ as FileData, bK as FileSource, bL as FileSourceDataOneOf, cv as FontFamilyData, ct as FontSizeData, aA as FontType, fU as FontTypeWithLiterals, bY as GIF, bX as GIFData, aq as GIFType, fK as GIFTypeWithLiterals, bN as GalleryData, bT as GalleryOptions, bU as GalleryOptionsLayout, eY as GetArrangedItemsRequest, e$ as GetCategoriesTreeRequest, f0 as GetCategoriesTreeResponse, dA as GetCategoryBySlugRequest, dy as GetCategoryRequest, dz as GetCategoryResponse, bs as Gradient, ac as GradientType, fw as GradientTypeWithLiterals, ek as GroupByValueResults, b_ as HTMLData, b$ as HTMLDataDataOneOf, bZ as HeadingData, bB as Height, fi as IdentificationData, fj as IdentificationDataIdOneOf, bP as Image, c0 as ImageData, c2 as ImageDataStyles, aP as ImagePosition, aY as ImagePositionPosition, gg as ImagePositionPositionWithLiterals, g7 as ImagePositionWithLiterals, aO as ImageScalingScaling, g6 as ImageScalingScalingWithLiterals, cC as ImageStyles, aC as ImageStylesPosition, fW as ImageStylesPositionWithLiterals, dW as IncludeMissingValuesOptions, a$ as Indentation, gj as IndentationWithLiterals, aK as InitialExpandedItems, g2 as InitialExpandedItemsWithLiterals, ba as Interval, gu as IntervalWithLiterals, df as InvalidateCache, dg as InvalidateCacheGetByOneOf, bR as Item, dq as ItemAddedToCategory, bS as ItemDataOneOf, ez as ItemMetadata, eJ as ItemReferenceMetadata, ds as ItemRemovedFromCategory, bV as ItemStyle, dr as ItemsAddedToCategory, du as ItemsArrangedInCategory, dt as ItemsRemovedFromCategory, bk as Keyword, aI as Layout, d0 as LayoutCellData, cX as LayoutData, c_ as LayoutDataBackground, cY as LayoutDataBackgroundImage, aS as LayoutDataBackgroundType, ga as LayoutDataBackgroundTypeWithLiterals, am as LayoutType, fG as LayoutTypeWithLiterals, g0 as LayoutWithLiterals, ai as LineStyle, fC as LineStyleWithLiterals, bD as Link, cr as LinkData, bE as LinkDataOneOf, c3 as LinkPreviewData, c4 as LinkPreviewDataStyles, eR as ListCategoriesForItemRequest, eS as ListCategoriesForItemsRequest, dN as ListCompactCategoriesByIdsRequest, dO as ListCompactCategoriesByIdsResponse, da as ListItemNodeData, fr as ListItemsInCategoryOptionsPagingMethodOneOf, eO as ListItemsInCategoryRequest, eP as ListItemsInCategoryRequestPagingMethodOneOf, a_ as ListStyle, gi as ListStyleWithLiterals, eU as ListTreesRequest, cR as ListValue, c5 as MapData, eT as MapItemToCategories, c6 as MapSettings, at as MapType, fN as MapTypeWithLiterals, bO as Media, cs as MentionData, fh as MessageEnvelope, db as Metadata, b7 as MissingValues, gr as MissingValuesWithLiterals, bc as Mode, gw as ModeWithLiterals, ew as MoveCategoryRequest, eV as MoveItemInCategoryRequest, be as MoveItemInCategoryRequestPosition, gy as MoveItemInCategoryRequestPositionWithLiterals, eW as MoveItemInCategoryResponse, e2 as NestedAggregation, e0 as NestedAggregationItem, e1 as NestedAggregationItemKindOneOf, e7 as NestedAggregationResults, e8 as NestedAggregationResultsResultOneOf, b9 as NestedAggregationType, gt as NestedAggregationTypeWithLiterals, eg as NestedResultValue, eh as NestedResultValueResultOneOf, em as NestedResults, ec as NestedValueAggregationResult, bo as Node, bp as NodeDataOneOf, bq as NodeStyle, aa as NodeType, fu as NodeTypeWithLiterals, aN as NullValue, g5 as NullValueWithLiterals, cJ as Oembed, eq as OffsetSearch, er as OffsetSearchPagingMethodOneOf, ca as Option, ci as OptionDesign, cd as OptionLayout, cT as OrderedListData, an as Orientation, fH as OrientationWithLiterals, aQ as Origin, g8 as OriginWithLiterals, bM as PDFSettings, di as Page, dm as Pages, es as Paging, eu as PagingMetadata, eQ as PagingMetadataV2, c7 as ParagraphData, bi as ParentCategory, c9 as Permissions, aF as Placement, fZ as PlacementWithLiterals, cH as PlaybackOptions, bx as PluginContainerData, ae as PluginContainerDataAlignment, fy as PluginContainerDataAlignmentWithLiterals, by as PluginContainerDataWidth, bz as PluginContainerDataWidthDataOneOf, cj as Poll, c8 as PollData, ck as PollDataLayout, ch as PollDesign, cf as PollDesignBackground, cg as PollDesignBackgroundBackgroundOneOf, ay as PollDesignBackgroundType, fS as PollDesignBackgroundTypeWithLiterals, cc as PollLayout, ax as PollLayoutDirection, fR as PollLayoutDirectionWithLiterals, aw as PollLayoutType, fQ as PollLayoutTypeWithLiterals, cb as PollSettings, bd as Position, gx as PositionWithLiterals, cF as PricingData, dF as QueryCategoriesRequest, dK as QueryCategoriesResponse, dZ as RangeAggregation, e6 as RangeAggregationResult, dV as RangeBucket, ee as RangeResult, ea as RangeResults, bF as Rel, b4 as RequestedFields, go as RequestedFieldsWithLiterals, aE as Resizing, fY as ResizingWithLiterals, aV as ResponsivenessBehaviour, gd as ResponsivenessBehaviourWithLiterals, f5 as RestoreInfo, ei as Results, cD as RibbonStyles, bn as RichContent, d_ as ScalarAggregation, ef as ScalarResult, b8 as ScalarType, gs as ScalarTypeWithLiterals, aX as Scaling, gf as ScalingWithLiterals, dQ as SearchCategoriesRequest, e3 as SearchDetails, bj as SeoSchema, fe as SetArrangedItemsForMigrationRequest, ff as SetArrangedItemsForMigrationResponse, eX as SetArrangedItemsRequest, bm as Settings, d1 as ShapeData, d2 as ShapeDataStyles, b2 as SingleEntityOpsRequestedFields, gm as SingleEntityOpsRequestedFieldsWithLiterals, cw as SketchData, d8 as SmartBlockCellData, d7 as SmartBlockData, b0 as SmartBlockDataType, gk as SmartBlockDataTypeWithLiterals, b6 as SortDirection, gq as SortDirectionWithLiterals, b3 as SortOrder, gn as SortOrderWithLiterals, b5 as SortType, gp as SortTypeWithLiterals, dI as Sorting, ar as Source, fL as SourceWithLiterals, bA as Spoiler, cu as SpoilerData, bt as Stop, bC as Styles, c1 as StylesBorder, as as StylesPosition, fM as StylesPositionWithLiterals, cN as TableCellData, cL as TableData, bl as Tag, ag as Target, fA as TargetWithLiterals, ah as TextAlignment, fB as TextAlignmentWithLiterals, cm as TextData, dd as TextNodeStyle, bH as TextStyle, bW as Thumbnails, ap as ThumbnailsAlignment, fJ as ThumbnailsAlignmentWithLiterals, d6 as TocData, aG as Type, f_ as TypeWithLiterals, dj as URI, dn as URIs, dB as UpdateCategoryRequest, dC as UpdateCategoryResponse, eC as UpdateCategoryVisibilityRequest, dX as ValueAggregation, dY as ValueAggregationOptionsOneOf, e5 as ValueAggregationResult, ed as ValueResult, e9 as ValueResults, aB as Variant, fV as VariantWithLiterals, aM as VerticalAlignment, aU as VerticalAlignmentAlignment, gc as VerticalAlignmentAlignmentWithLiterals, g4 as VerticalAlignmentWithLiterals, bQ as Video, cG as VideoData, al as ViewMode, fF as ViewModeWithLiterals, au as ViewRole, fO as ViewRoleWithLiterals, av as VoteRole, fP as VoteRoleWithLiterals, bf as WebhookIdentityType, gz as WebhookIdentityTypeWithLiterals, aj as Width, ad as WidthType, fx as WidthTypeWithLiterals, fD as WidthWithLiterals, ft as utils } from './categories-v1-category-categories.universal-B8K4dTVY.js';
|
|
4
4
|
|
|
5
5
|
declare function createCategory$1(httpClient: HttpClient): CreateCategorySignature;
|
|
6
6
|
interface CreateCategorySignature {
|