@wix/auto_sdk_categories_categories 1.0.117 → 1.0.118
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-B3v_Opfd.d.ts → categories-v1-category-categories.universal-qBO935iu.d.ts} +14 -0
- 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 +1 -1
- package/build/es/{categories-v1-category-categories.universal-B3v_Opfd.d.mts → categories-v1-category-categories.universal-qBO935iu.d.mts} +14 -0
- 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 +1 -1
- package/build/internal/cjs/{categories-v1-category-categories.universal-B8tqONPG.d.ts → categories-v1-category-categories.universal-DLDT6XAD.d.ts} +14 -0
- 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 +1 -1
- package/build/internal/es/{categories-v1-category-categories.universal-B8tqONPG.d.mts → categories-v1-category-categories.universal-DLDT6XAD.d.mts} +14 -0
- 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 +1 -1
- package/package.json +2 -2
|
@@ -4650,6 +4650,8 @@ interface CategoryMovedEnvelope {
|
|
|
4650
4650
|
* Triggered when a category is moved to a different position or parent category.
|
|
4651
4651
|
* @permissionScope Manage Stores - all permissions
|
|
4652
4652
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
4653
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
4654
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
4653
4655
|
* @permissionScope Manage Stores
|
|
4654
4656
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
4655
4657
|
* @permissionScope Read categories (PII)
|
|
@@ -4688,6 +4690,8 @@ interface CategoryCreatedEnvelope {
|
|
|
4688
4690
|
* Triggered when a category is created.
|
|
4689
4691
|
* @permissionScope Manage Stores - all permissions
|
|
4690
4692
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
4693
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
4694
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
4691
4695
|
* @permissionScope Manage Stores
|
|
4692
4696
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
4693
4697
|
* @permissionScope Read categories (PII)
|
|
@@ -4725,6 +4729,8 @@ interface CategoryDeletedEnvelope {
|
|
|
4725
4729
|
* Triggered when a category is deleted.
|
|
4726
4730
|
* @permissionScope Manage Stores - all permissions
|
|
4727
4731
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
4732
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
4733
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
4728
4734
|
* @permissionScope Manage Stores
|
|
4729
4735
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
4730
4736
|
* @permissionScope Read categories (PII)
|
|
@@ -4763,6 +4769,8 @@ interface CategoryItemAddedToCategoryEnvelope {
|
|
|
4763
4769
|
* Triggered when an item is added to a category.
|
|
4764
4770
|
* @permissionScope Manage Stores - all permissions
|
|
4765
4771
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
4772
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
4773
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
4766
4774
|
* @permissionScope Manage Stores
|
|
4767
4775
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
4768
4776
|
* @permissionScope Read categories (PII)
|
|
@@ -4801,6 +4809,8 @@ interface CategoryItemRemovedFromCategoryEnvelope {
|
|
|
4801
4809
|
* Triggered when an item is removed from a category.
|
|
4802
4810
|
* @permissionScope Manage Stores - all permissions
|
|
4803
4811
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
4812
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
4813
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
4804
4814
|
* @permissionScope Manage Stores
|
|
4805
4815
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
4806
4816
|
* @permissionScope Read categories (PII)
|
|
@@ -4839,6 +4849,8 @@ interface CategoryItemsArrangedInCategoryEnvelope {
|
|
|
4839
4849
|
* Triggered when items are rearranged within a category.
|
|
4840
4850
|
* @permissionScope Manage Stores - all permissions
|
|
4841
4851
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
4852
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
4853
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
4842
4854
|
* @permissionScope Manage Stores
|
|
4843
4855
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
4844
4856
|
* @permissionScope Read categories (PII)
|
|
@@ -4879,6 +4891,8 @@ interface CategoryUpdatedEnvelope {
|
|
|
4879
4891
|
* Triggered when a category is updated.
|
|
4880
4892
|
* @permissionScope Manage Stores - all permissions
|
|
4881
4893
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
4894
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
4895
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
4882
4896
|
* @permissionScope Manage Stores
|
|
4883
4897
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
4884
4898
|
* @permissionScope Read categories (PII)
|
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, U as UpdateCategory, d as UpdateCategoryOptions, e as UpdateCategoryApplicationErrors, D as DeleteCategoryApplicationErrors, f as CategorySearch, S as SearchCategoriesOptions, g as SearchCategoriesResponse, h as CountCategoriesOptions, i as CountCategoriesResponse, M as MoveCategoryOptions, j as MoveCategoryResponse, k as MoveCategoryApplicationErrors, l as MaskedCategory, B as BulkUpdateCategoriesOptions, m as BulkUpdateCategoriesResponse, n as BulkUpdateCategoriesApplicationErrors, o as UpdateCategoryVisibilityOptions, p as UpdateCategoryVisibilityResponse, q as UpdateCategoryVisibilityApplicationErrors, r as BulkShowCategoriesOptions, s as BulkShowCategoriesResponse, I as ItemReference, t as BulkAddItemsToCategoryOptions, u as BulkAddItemsToCategoryResponse, v as BulkAddItemsToCategoryApplicationErrors, w as BulkAddItemToCategoriesOptions, x as BulkAddItemToCategoriesResponse, y as BulkAddItemToCategoriesApplicationErrors, z as BulkRemoveItemsFromCategoryOptions, A as BulkRemoveItemsFromCategoryResponse, E as BulkRemoveItemsFromCategoryApplicationErrors, F as BulkRemoveItemFromCategoriesOptions, H as BulkRemoveItemFromCategoriesResponse, J as BulkRemoveItemFromCategoriesApplicationErrors, L as ListItemsInCategoryOptions, K as ListItemsInCategoryResponse, N as ListCategoriesForItemOptions, O as ListCategoriesForItemResponse, P as ListCategoriesForItemsOptions, Q as ListCategoriesForItemsResponse, R as ListTreesResponse, V as SetArrangedItemsOptions, W as SetArrangedItemsResponse, X as SetArrangedItemsApplicationErrors, Y as GetArrangedItemsResponse, Z as CategoryMovedEnvelope, _ as CategoryCreatedEnvelope, $ as CategoryDeletedEnvelope, a0 as CategoryItemAddedToCategoryEnvelope, a1 as CategoryItemRemovedFromCategoryEnvelope, a2 as CategoryItemsArrangedInCategoryEnvelope, a3 as CategoryUpdatedEnvelope, a4 as CategoryQuery, a5 as QueryCategoriesOptions, a6 as typedQueryCategories, a7 as CategoriesQueryBuilder } from './categories-v1-category-categories.universal-
|
|
3
|
-
export { fh as AccountInfo, fk as AccountInfoMetadata, f5 as ActionEvent, dQ as Aggregation, e1 as AggregationData, dR as AggregationKindOneOf, ek as AggregationResults, el as AggregationResultsResultOneOf, e8 as AggregationResultsScalarResult, b8 as AggregationType, gs as AggregationTypeWithLiterals, aE as Alignment, fY as AlignmentWithLiterals, cm as AnchorData, dd as App, ct as AppEmbedData, cu as AppEmbedDataAppDataOneOf, aG as AppType, f_ as AppTypeWithLiterals, ex as ApplicationError, aA as AspectRatio, fU as AspectRatioWithLiterals, cO as AudioData, cX as Backdrop, aQ as BackdropType, g8 as BackdropTypeWithLiterals, bt as Background, cb as BackgroundGradient, d1 as BackgroundImage, a9 as BackgroundType, ft as BackgroundTypeWithLiterals, cV as Banner, aO as BannerPosition, g6 as BannerPositionWithLiterals, fi as BaseEventMetadata, cR as BlockquoteData, cv as BookingData, br as Border, cL as BorderColors, cM as BorderWidths, be as Breadcrumb, bd as BreadcrumbsInfo, ey as BulkActionMetadata, eH as BulkAddItemToCategoriesRequest, f9 as BulkAddItemsToCategoryForMigrationRequest, fa as BulkAddItemsToCategoryForMigrationResponse, eE as BulkAddItemsToCategoryRequest, ev as BulkCategoriesResult, f7 as BulkCreateCategoriesForMigrationRequest, f8 as BulkCreateCategoriesForMigrationResponse, eB as BulkDeleteCategoriesRequest, eC as BulkDeleteCategoriesResponse, eD as BulkDeleteCategoriesResponseBulkCategoriesResult, eI as BulkItemToCategoriesResult, eF as BulkItemsToCategoryResult, eK as BulkRemoveItemFromCategoriesRequest, eJ as BulkRemoveItemsFromCategoryRequest, gx as BulkSetItemCategoriesApplicationErrors, fq as BulkSetItemCategoriesOptions, eW as BulkSetItemCategoriesRequest, eX as BulkSetItemCategoriesResponse, eA as BulkShowCategoriesRequest, eu as BulkUpdateCategoriesRequest, cQ as BulletedListData, bo as ButtonData, ad as ButtonDataType, fx as ButtonDataTypeWithLiterals, cx as ButtonStyles, cS as CaptionData, c$ as CardData, d0 as CardDataBackground, aW as CardDataBackgroundType, ge as CardDataBackgroundTypeWithLiterals, cA as CardStyles, fd as CatalogRollbackRequested, fm as CategoriesQueryResult, dk as CategoryMoved, fn as CategoryQuerySpec, fo as CategorySearchSpec, e_ as CategoryTreeNode, cK as CellStyle, d5 as CheckboxListData, bD as CodeBlockData, cG as CollapsibleListData, cn as ColorData, bs as Colors, a_ as ColumnSize, gi as ColumnSizeWithLiterals, gy as CommonQueryWithEntityContext, gz as CommonSearchWithEntityContext, dM as CompactCategory, es as CountCategoriesRequest, dr as CreateCategoryRequest, ds as CreateCategoryResponse, am as Crop, fG as CropWithLiterals, dG as CursorPaging, dI as CursorPagingMetadata, dD as CursorQuery, dE as CursorQueryPagingMethodOneOf, dO as CursorSearch, dP as CursorSearchPagingMethodOneOf, dJ as Cursors, dh as CustomTag, dY as DateHistogramAggregation, eg as DateHistogramResult, ei as DateHistogramResults, ck as Decoration, cl as DecorationDataOneOf, ax as DecorationType, fR as DecorationTypeWithLiterals, dA as DeleteCategoryRequest, dB as DeleteCategoryResponse, em as DeprecatedSearchCategoriesWithOffsetRequest, eq as DeprecatedSearchCategoriesWithOffsetResponse, ci as Design, aT as DesignTarget, gb as DesignTargetWithLiterals, cI as Dimensions, aI as Direction, g0 as DirectionWithLiterals, bF as DividerData, ai as DividerDataAlignment, fC as DividerDataAlignmentWithLiterals, d8 as DocumentStyle, e$ as DomainEvent, f0 as DomainEventBodyOneOf, dt as DuplicateHandleErrorData, cE as EmbedData, f6 as Empty, f1 as EntityCreatedEvent, f4 as EntityDeletedEvent, f3 as EntityUpdatedEvent, cw as EventData, fj as EventMetadata, da as ExtendedFields, dg as File, bG as FileData, bH as FileSource, bI as FileSourceDataOneOf, cs as FontFamilyData, cq as FontSizeData, ay as FontType, fS as FontTypeWithLiterals, bV as GIF, bU as GIFData, ao as GIFType, fI as GIFTypeWithLiterals, bK as GalleryData, bQ as GalleryOptions, bR as GalleryOptionsLayout, eV as GetArrangedItemsRequest, eY as GetCategoriesTreeRequest, eZ as GetCategoriesTreeResponse, fl as GetCategoryBySlugOptions, dw as GetCategoryBySlugRequest, dx as GetCategoryBySlugResponse, du as GetCategoryRequest, dv as GetCategoryResponse, bp as Gradient, aa as GradientType, fu as GradientTypeWithLiterals, eh as GroupByValueResults, bX as HTMLData, bY as HTMLDataDataOneOf, bW as HeadingData, by as Height, ff as IdentificationData, fg as IdentificationDataIdOneOf, bM as Image, bZ as ImageData, b$ as ImageDataStyles, aM as ImagePosition, aV as ImagePositionPosition, gd as ImagePositionPositionWithLiterals, g4 as ImagePositionWithLiterals, aL as ImageScalingScaling, g3 as ImageScalingScalingWithLiterals, cy as ImageStyles, az as ImageStylesPosition, fT as ImageStylesPositionWithLiterals, dT as IncludeMissingValuesOptions, aY as Indentation, gg as IndentationWithLiterals, aH as InitialExpandedItems, f$ as InitialExpandedItemsWithLiterals, b7 as Interval, gr as IntervalWithLiterals, db as InvalidateCache, dc as InvalidateCacheGetByOneOf, bO as Item, dl as ItemAddedToCategory, bP as ItemDataOneOf, ew as ItemMetadata, eG as ItemReferenceMetadata, dn as ItemRemovedFromCategory, bS as ItemStyle, dm as ItemsAddedToCategory, dq as ItemsArrangedInCategory, dp as ItemsRemovedFromCategory, bh as Keyword, aF as Layout, cY as LayoutCellData, cT as LayoutData, cW as LayoutDataBackground, cU as LayoutDataBackgroundImage, aP as LayoutDataBackgroundType, g7 as LayoutDataBackgroundTypeWithLiterals, ak as LayoutType, fE as LayoutTypeWithLiterals, fZ as LayoutWithLiterals, ag as LineStyle, fA as LineStyleWithLiterals, bA as Link, co as LinkData, bB as LinkDataOneOf, c0 as LinkPreviewData, c1 as LinkPreviewDataStyles, eO as ListCategoriesForItemRequest, eP as ListCategoriesForItemsRequest, dK as ListCompactCategoriesByIdsRequest, dL as ListCompactCategoriesByIdsResponse, d6 as ListItemNodeData, fp as ListItemsInCategoryOptionsPagingMethodOneOf, eL as ListItemsInCategoryRequest, eM as ListItemsInCategoryRequestPagingMethodOneOf, aX as ListStyle, gf as ListStyleWithLiterals, eR as ListTreesRequest, cN as ListValue, c2 as MapData, eQ as MapItemToCategories, c3 as MapSettings, ar as MapType, fL as MapTypeWithLiterals, bL as Media, cp as MentionData, fe as MessageEnvelope, d7 as Metadata, b4 as MissingValues, go as MissingValuesWithLiterals, b9 as Mode, gt as ModeWithLiterals, et as MoveCategoryRequest, eS as MoveItemInCategoryRequest, bb as MoveItemInCategoryRequestPosition, gv as MoveItemInCategoryRequestPositionWithLiterals, eT as MoveItemInCategoryResponse, d$ as NestedAggregation, dZ as NestedAggregationItem, d_ as NestedAggregationItemKindOneOf, e4 as NestedAggregationResults, e5 as NestedAggregationResultsResultOneOf, b6 as NestedAggregationType, gq as NestedAggregationTypeWithLiterals, ed as NestedResultValue, ee as NestedResultValueResultOneOf, ej as NestedResults, e9 as NestedValueAggregationResult, bl as Node, bm as NodeDataOneOf, bn as NodeStyle, a8 as NodeType, fs as NodeTypeWithLiterals, aK as NullValue, g2 as NullValueWithLiterals, cF as Oembed, en as OffsetSearch, eo as OffsetSearchPagingMethodOneOf, c7 as Option, cf as OptionDesign, ca as OptionLayout, cP as OrderedListData, al as Orientation, fF as OrientationWithLiterals, aN as Origin, g5 as OriginWithLiterals, bJ as PDFSettings, de as Page, di as Pages, ep as Paging, er as PagingMetadata, eN as PagingMetadataV2, c4 as ParagraphData, bf as ParentCategory, c6 as Permissions, aC as Placement, fW as PlacementWithLiterals, cD as PlaybackOptions, bu as PluginContainerData, ac as PluginContainerDataAlignment, fw as PluginContainerDataAlignmentWithLiterals, bv as PluginContainerDataWidth, bw as PluginContainerDataWidthDataOneOf, cg as Poll, c5 as PollData, ch as PollDataLayout, ce as PollDesign, cc as PollDesignBackground, cd as PollDesignBackgroundBackgroundOneOf, aw as PollDesignBackgroundType, fQ as PollDesignBackgroundTypeWithLiterals, c9 as PollLayout, av as PollLayoutDirection, fP as PollLayoutDirectionWithLiterals, au as PollLayoutType, fO as PollLayoutTypeWithLiterals, c8 as PollSettings, ba as Position, gu as PositionWithLiterals, cB as PricingData, dC as QueryCategoriesRequest, dH as QueryCategoriesResponse, dW as RangeAggregation, e3 as RangeAggregationResult, dS as RangeBucket, eb as RangeResult, e7 as RangeResults, bC as Rel, b1 as RequestedFields, gl as RequestedFieldsWithLiterals, aB as Resizing, fV as ResizingWithLiterals, aS as ResponsivenessBehaviour, ga as ResponsivenessBehaviourWithLiterals, f2 as RestoreInfo, ef as Results, cz as RibbonStyles, bk as RichContent, dX as ScalarAggregation, ec as ScalarResult, b5 as ScalarType, gp as ScalarTypeWithLiterals, aU as Scaling, gc as ScalingWithLiterals, dN as SearchCategoriesRequest, e0 as SearchDetails, bg as SeoSchema, fb as SetArrangedItemsForMigrationRequest, fc as SetArrangedItemsForMigrationResponse, eU as SetArrangedItemsRequest, bj as Settings, cZ as ShapeData, c_ as ShapeDataStyles, a$ as SingleEntityOpsRequestedFields, gj as SingleEntityOpsRequestedFieldsWithLiterals, d4 as SmartBlockCellData, d3 as SmartBlockData, aZ as SmartBlockDataType, gh as SmartBlockDataTypeWithLiterals, b3 as SortDirection, gn as SortDirectionWithLiterals, b0 as SortOrder, gk as SortOrderWithLiterals, b2 as SortType, gm as SortTypeWithLiterals, dF as Sorting, ap as Source, fJ as SourceWithLiterals, bx as Spoiler, cr as SpoilerData, bq as Stop, bz as Styles, b_ as StylesBorder, aq as StylesPosition, fK as StylesPositionWithLiterals, cJ as TableCellData, cH as TableData, bi as Tag, ae as Target, fy as TargetWithLiterals, af as TextAlignment, fz as TextAlignmentWithLiterals, cj as TextData, d9 as TextNodeStyle, bE as TextStyle, bT as Thumbnails, an as ThumbnailsAlignment, fH as ThumbnailsAlignmentWithLiterals, d2 as TocData, aD as Type, fX as TypeWithLiterals, df as URI, dj as URIs, dy as UpdateCategoryRequest, dz as UpdateCategoryResponse, ez as UpdateCategoryVisibilityRequest, dU as ValueAggregation, dV as ValueAggregationOptionsOneOf, e2 as ValueAggregationResult, ea as ValueResult, e6 as ValueResults, aJ as VerticalAlignment, aR as VerticalAlignmentAlignment, g9 as VerticalAlignmentAlignmentWithLiterals, g1 as VerticalAlignmentWithLiterals, bN as Video, cC as VideoData, aj as ViewMode, fD as ViewModeWithLiterals, as as ViewRole, fM as ViewRoleWithLiterals, at as VoteRole, fN as VoteRoleWithLiterals, bc as WebhookIdentityType, gw as WebhookIdentityTypeWithLiterals, ah as Width, ab as WidthType, fv as WidthTypeWithLiterals, fB as WidthWithLiterals, fr as utils } from './categories-v1-category-categories.universal-B3v_Opfd.js';
|
|
2
|
+
import { C as Category, a as CreateCategoryOptions, b as CreateCategoryApplicationErrors, c as CreateCategoryValidationErrors, T as TreeReference, G as GetCategoryOptions, U as UpdateCategory, d as UpdateCategoryOptions, e as UpdateCategoryApplicationErrors, D as DeleteCategoryApplicationErrors, f as CategorySearch, S as SearchCategoriesOptions, g as SearchCategoriesResponse, h as CountCategoriesOptions, i as CountCategoriesResponse, M as MoveCategoryOptions, j as MoveCategoryResponse, k as MoveCategoryApplicationErrors, l as MaskedCategory, B as BulkUpdateCategoriesOptions, m as BulkUpdateCategoriesResponse, n as BulkUpdateCategoriesApplicationErrors, o as UpdateCategoryVisibilityOptions, p as UpdateCategoryVisibilityResponse, q as UpdateCategoryVisibilityApplicationErrors, r as BulkShowCategoriesOptions, s as BulkShowCategoriesResponse, I as ItemReference, t as BulkAddItemsToCategoryOptions, u as BulkAddItemsToCategoryResponse, v as BulkAddItemsToCategoryApplicationErrors, w as BulkAddItemToCategoriesOptions, x as BulkAddItemToCategoriesResponse, y as BulkAddItemToCategoriesApplicationErrors, z as BulkRemoveItemsFromCategoryOptions, A as BulkRemoveItemsFromCategoryResponse, E as BulkRemoveItemsFromCategoryApplicationErrors, F as BulkRemoveItemFromCategoriesOptions, H as BulkRemoveItemFromCategoriesResponse, J as BulkRemoveItemFromCategoriesApplicationErrors, L as ListItemsInCategoryOptions, K as ListItemsInCategoryResponse, N as ListCategoriesForItemOptions, O as ListCategoriesForItemResponse, P as ListCategoriesForItemsOptions, Q as ListCategoriesForItemsResponse, R as ListTreesResponse, V as SetArrangedItemsOptions, W as SetArrangedItemsResponse, X as SetArrangedItemsApplicationErrors, Y as GetArrangedItemsResponse, Z as CategoryMovedEnvelope, _ as CategoryCreatedEnvelope, $ as CategoryDeletedEnvelope, a0 as CategoryItemAddedToCategoryEnvelope, a1 as CategoryItemRemovedFromCategoryEnvelope, a2 as CategoryItemsArrangedInCategoryEnvelope, a3 as CategoryUpdatedEnvelope, a4 as CategoryQuery, a5 as QueryCategoriesOptions, a6 as typedQueryCategories, a7 as CategoriesQueryBuilder } from './categories-v1-category-categories.universal-qBO935iu.js';
|
|
3
|
+
export { fh as AccountInfo, fk as AccountInfoMetadata, f5 as ActionEvent, dQ as Aggregation, e1 as AggregationData, dR as AggregationKindOneOf, ek as AggregationResults, el as AggregationResultsResultOneOf, e8 as AggregationResultsScalarResult, b8 as AggregationType, gs as AggregationTypeWithLiterals, aE as Alignment, fY as AlignmentWithLiterals, cm as AnchorData, dd as App, ct as AppEmbedData, cu as AppEmbedDataAppDataOneOf, aG as AppType, f_ as AppTypeWithLiterals, ex as ApplicationError, aA as AspectRatio, fU as AspectRatioWithLiterals, cO as AudioData, cX as Backdrop, aQ as BackdropType, g8 as BackdropTypeWithLiterals, bt as Background, cb as BackgroundGradient, d1 as BackgroundImage, a9 as BackgroundType, ft as BackgroundTypeWithLiterals, cV as Banner, aO as BannerPosition, g6 as BannerPositionWithLiterals, fi as BaseEventMetadata, cR as BlockquoteData, cv as BookingData, br as Border, cL as BorderColors, cM as BorderWidths, be as Breadcrumb, bd as BreadcrumbsInfo, ey as BulkActionMetadata, eH as BulkAddItemToCategoriesRequest, f9 as BulkAddItemsToCategoryForMigrationRequest, fa as BulkAddItemsToCategoryForMigrationResponse, eE as BulkAddItemsToCategoryRequest, ev as BulkCategoriesResult, f7 as BulkCreateCategoriesForMigrationRequest, f8 as BulkCreateCategoriesForMigrationResponse, eB as BulkDeleteCategoriesRequest, eC as BulkDeleteCategoriesResponse, eD as BulkDeleteCategoriesResponseBulkCategoriesResult, eI as BulkItemToCategoriesResult, eF as BulkItemsToCategoryResult, eK as BulkRemoveItemFromCategoriesRequest, eJ as BulkRemoveItemsFromCategoryRequest, gx as BulkSetItemCategoriesApplicationErrors, fq as BulkSetItemCategoriesOptions, eW as BulkSetItemCategoriesRequest, eX as BulkSetItemCategoriesResponse, eA as BulkShowCategoriesRequest, eu as BulkUpdateCategoriesRequest, cQ as BulletedListData, bo as ButtonData, ad as ButtonDataType, fx as ButtonDataTypeWithLiterals, cx as ButtonStyles, cS as CaptionData, c$ as CardData, d0 as CardDataBackground, aW as CardDataBackgroundType, ge as CardDataBackgroundTypeWithLiterals, cA as CardStyles, fd as CatalogRollbackRequested, fm as CategoriesQueryResult, dk as CategoryMoved, fn as CategoryQuerySpec, fo as CategorySearchSpec, e_ as CategoryTreeNode, cK as CellStyle, d5 as CheckboxListData, bD as CodeBlockData, cG as CollapsibleListData, cn as ColorData, bs as Colors, a_ as ColumnSize, gi as ColumnSizeWithLiterals, gy as CommonQueryWithEntityContext, gz as CommonSearchWithEntityContext, dM as CompactCategory, es as CountCategoriesRequest, dr as CreateCategoryRequest, ds as CreateCategoryResponse, am as Crop, fG as CropWithLiterals, dG as CursorPaging, dI as CursorPagingMetadata, dD as CursorQuery, dE as CursorQueryPagingMethodOneOf, dO as CursorSearch, dP as CursorSearchPagingMethodOneOf, dJ as Cursors, dh as CustomTag, dY as DateHistogramAggregation, eg as DateHistogramResult, ei as DateHistogramResults, ck as Decoration, cl as DecorationDataOneOf, ax as DecorationType, fR as DecorationTypeWithLiterals, dA as DeleteCategoryRequest, dB as DeleteCategoryResponse, em as DeprecatedSearchCategoriesWithOffsetRequest, eq as DeprecatedSearchCategoriesWithOffsetResponse, ci as Design, aT as DesignTarget, gb as DesignTargetWithLiterals, cI as Dimensions, aI as Direction, g0 as DirectionWithLiterals, bF as DividerData, ai as DividerDataAlignment, fC as DividerDataAlignmentWithLiterals, d8 as DocumentStyle, e$ as DomainEvent, f0 as DomainEventBodyOneOf, dt as DuplicateHandleErrorData, cE as EmbedData, f6 as Empty, f1 as EntityCreatedEvent, f4 as EntityDeletedEvent, f3 as EntityUpdatedEvent, cw as EventData, fj as EventMetadata, da as ExtendedFields, dg as File, bG as FileData, bH as FileSource, bI as FileSourceDataOneOf, cs as FontFamilyData, cq as FontSizeData, ay as FontType, fS as FontTypeWithLiterals, bV as GIF, bU as GIFData, ao as GIFType, fI as GIFTypeWithLiterals, bK as GalleryData, bQ as GalleryOptions, bR as GalleryOptionsLayout, eV as GetArrangedItemsRequest, eY as GetCategoriesTreeRequest, eZ as GetCategoriesTreeResponse, fl as GetCategoryBySlugOptions, dw as GetCategoryBySlugRequest, dx as GetCategoryBySlugResponse, du as GetCategoryRequest, dv as GetCategoryResponse, bp as Gradient, aa as GradientType, fu as GradientTypeWithLiterals, eh as GroupByValueResults, bX as HTMLData, bY as HTMLDataDataOneOf, bW as HeadingData, by as Height, ff as IdentificationData, fg as IdentificationDataIdOneOf, bM as Image, bZ as ImageData, b$ as ImageDataStyles, aM as ImagePosition, aV as ImagePositionPosition, gd as ImagePositionPositionWithLiterals, g4 as ImagePositionWithLiterals, aL as ImageScalingScaling, g3 as ImageScalingScalingWithLiterals, cy as ImageStyles, az as ImageStylesPosition, fT as ImageStylesPositionWithLiterals, dT as IncludeMissingValuesOptions, aY as Indentation, gg as IndentationWithLiterals, aH as InitialExpandedItems, f$ as InitialExpandedItemsWithLiterals, b7 as Interval, gr as IntervalWithLiterals, db as InvalidateCache, dc as InvalidateCacheGetByOneOf, bO as Item, dl as ItemAddedToCategory, bP as ItemDataOneOf, ew as ItemMetadata, eG as ItemReferenceMetadata, dn as ItemRemovedFromCategory, bS as ItemStyle, dm as ItemsAddedToCategory, dq as ItemsArrangedInCategory, dp as ItemsRemovedFromCategory, bh as Keyword, aF as Layout, cY as LayoutCellData, cT as LayoutData, cW as LayoutDataBackground, cU as LayoutDataBackgroundImage, aP as LayoutDataBackgroundType, g7 as LayoutDataBackgroundTypeWithLiterals, ak as LayoutType, fE as LayoutTypeWithLiterals, fZ as LayoutWithLiterals, ag as LineStyle, fA as LineStyleWithLiterals, bA as Link, co as LinkData, bB as LinkDataOneOf, c0 as LinkPreviewData, c1 as LinkPreviewDataStyles, eO as ListCategoriesForItemRequest, eP as ListCategoriesForItemsRequest, dK as ListCompactCategoriesByIdsRequest, dL as ListCompactCategoriesByIdsResponse, d6 as ListItemNodeData, fp as ListItemsInCategoryOptionsPagingMethodOneOf, eL as ListItemsInCategoryRequest, eM as ListItemsInCategoryRequestPagingMethodOneOf, aX as ListStyle, gf as ListStyleWithLiterals, eR as ListTreesRequest, cN as ListValue, c2 as MapData, eQ as MapItemToCategories, c3 as MapSettings, ar as MapType, fL as MapTypeWithLiterals, bL as Media, cp as MentionData, fe as MessageEnvelope, d7 as Metadata, b4 as MissingValues, go as MissingValuesWithLiterals, b9 as Mode, gt as ModeWithLiterals, et as MoveCategoryRequest, eS as MoveItemInCategoryRequest, bb as MoveItemInCategoryRequestPosition, gv as MoveItemInCategoryRequestPositionWithLiterals, eT as MoveItemInCategoryResponse, d$ as NestedAggregation, dZ as NestedAggregationItem, d_ as NestedAggregationItemKindOneOf, e4 as NestedAggregationResults, e5 as NestedAggregationResultsResultOneOf, b6 as NestedAggregationType, gq as NestedAggregationTypeWithLiterals, ed as NestedResultValue, ee as NestedResultValueResultOneOf, ej as NestedResults, e9 as NestedValueAggregationResult, bl as Node, bm as NodeDataOneOf, bn as NodeStyle, a8 as NodeType, fs as NodeTypeWithLiterals, aK as NullValue, g2 as NullValueWithLiterals, cF as Oembed, en as OffsetSearch, eo as OffsetSearchPagingMethodOneOf, c7 as Option, cf as OptionDesign, ca as OptionLayout, cP as OrderedListData, al as Orientation, fF as OrientationWithLiterals, aN as Origin, g5 as OriginWithLiterals, bJ as PDFSettings, de as Page, di as Pages, ep as Paging, er as PagingMetadata, eN as PagingMetadataV2, c4 as ParagraphData, bf as ParentCategory, c6 as Permissions, aC as Placement, fW as PlacementWithLiterals, cD as PlaybackOptions, bu as PluginContainerData, ac as PluginContainerDataAlignment, fw as PluginContainerDataAlignmentWithLiterals, bv as PluginContainerDataWidth, bw as PluginContainerDataWidthDataOneOf, cg as Poll, c5 as PollData, ch as PollDataLayout, ce as PollDesign, cc as PollDesignBackground, cd as PollDesignBackgroundBackgroundOneOf, aw as PollDesignBackgroundType, fQ as PollDesignBackgroundTypeWithLiterals, c9 as PollLayout, av as PollLayoutDirection, fP as PollLayoutDirectionWithLiterals, au as PollLayoutType, fO as PollLayoutTypeWithLiterals, c8 as PollSettings, ba as Position, gu as PositionWithLiterals, cB as PricingData, dC as QueryCategoriesRequest, dH as QueryCategoriesResponse, dW as RangeAggregation, e3 as RangeAggregationResult, dS as RangeBucket, eb as RangeResult, e7 as RangeResults, bC as Rel, b1 as RequestedFields, gl as RequestedFieldsWithLiterals, aB as Resizing, fV as ResizingWithLiterals, aS as ResponsivenessBehaviour, ga as ResponsivenessBehaviourWithLiterals, f2 as RestoreInfo, ef as Results, cz as RibbonStyles, bk as RichContent, dX as ScalarAggregation, ec as ScalarResult, b5 as ScalarType, gp as ScalarTypeWithLiterals, aU as Scaling, gc as ScalingWithLiterals, dN as SearchCategoriesRequest, e0 as SearchDetails, bg as SeoSchema, fb as SetArrangedItemsForMigrationRequest, fc as SetArrangedItemsForMigrationResponse, eU as SetArrangedItemsRequest, bj as Settings, cZ as ShapeData, c_ as ShapeDataStyles, a$ as SingleEntityOpsRequestedFields, gj as SingleEntityOpsRequestedFieldsWithLiterals, d4 as SmartBlockCellData, d3 as SmartBlockData, aZ as SmartBlockDataType, gh as SmartBlockDataTypeWithLiterals, b3 as SortDirection, gn as SortDirectionWithLiterals, b0 as SortOrder, gk as SortOrderWithLiterals, b2 as SortType, gm as SortTypeWithLiterals, dF as Sorting, ap as Source, fJ as SourceWithLiterals, bx as Spoiler, cr as SpoilerData, bq as Stop, bz as Styles, b_ as StylesBorder, aq as StylesPosition, fK as StylesPositionWithLiterals, cJ as TableCellData, cH as TableData, bi as Tag, ae as Target, fy as TargetWithLiterals, af as TextAlignment, fz as TextAlignmentWithLiterals, cj as TextData, d9 as TextNodeStyle, bE as TextStyle, bT as Thumbnails, an as ThumbnailsAlignment, fH as ThumbnailsAlignmentWithLiterals, d2 as TocData, aD as Type, fX as TypeWithLiterals, df as URI, dj as URIs, dy as UpdateCategoryRequest, dz as UpdateCategoryResponse, ez as UpdateCategoryVisibilityRequest, dU as ValueAggregation, dV as ValueAggregationOptionsOneOf, e2 as ValueAggregationResult, ea as ValueResult, e6 as ValueResults, aJ as VerticalAlignment, aR as VerticalAlignmentAlignment, g9 as VerticalAlignmentAlignmentWithLiterals, g1 as VerticalAlignmentWithLiterals, bN as Video, cC as VideoData, aj as ViewMode, fD as ViewModeWithLiterals, as as ViewRole, fM as ViewRoleWithLiterals, at as VoteRole, fN as VoteRoleWithLiterals, bc as WebhookIdentityType, gw as WebhookIdentityTypeWithLiterals, ah as Width, ab as WidthType, fv as WidthTypeWithLiterals, fB as WidthWithLiterals, fr as utils } from './categories-v1-category-categories.universal-qBO935iu.js';
|
|
4
4
|
|
|
5
5
|
declare function createCategory$1(httpClient: HttpClient): CreateCategorySignature;
|
|
6
6
|
interface CreateCategorySignature {
|