@wix/auto_sdk_categories_categories 1.0.92 → 1.0.93

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 (25) hide show
  1. package/build/cjs/{categories-v1-category-categories.universal-DnNky4wI.d.ts → categories-v1-category-categories.universal-CMQ7kWZL.d.ts} +12 -26
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +2 -2
  5. package/build/cjs/index.typings.js.map +1 -1
  6. package/build/cjs/meta.d.ts +1 -1
  7. package/build/es/{categories-v1-category-categories.universal-DnNky4wI.d.mts → categories-v1-category-categories.universal-CMQ7kWZL.d.mts} +12 -26
  8. package/build/es/index.d.mts +2 -2
  9. package/build/es/index.mjs.map +1 -1
  10. package/build/es/index.typings.d.mts +2 -2
  11. package/build/es/index.typings.mjs.map +1 -1
  12. package/build/es/meta.d.mts +1 -1
  13. package/build/internal/cjs/{categories-v1-category-categories.universal-D899aF2E.d.ts → categories-v1-category-categories.universal-gIe9U1qU.d.ts} +12 -26
  14. package/build/internal/cjs/index.d.ts +2 -2
  15. package/build/internal/cjs/index.js.map +1 -1
  16. package/build/internal/cjs/index.typings.d.ts +2 -2
  17. package/build/internal/cjs/index.typings.js.map +1 -1
  18. package/build/internal/cjs/meta.d.ts +1 -1
  19. package/build/internal/es/{categories-v1-category-categories.universal-D899aF2E.d.mts → categories-v1-category-categories.universal-gIe9U1qU.d.mts} +12 -26
  20. package/build/internal/es/index.d.mts +2 -2
  21. package/build/internal/es/index.mjs.map +1 -1
  22. package/build/internal/es/index.typings.d.mts +2 -2
  23. package/build/internal/es/index.typings.mjs.map +1 -1
  24. package/build/internal/es/meta.d.mts +1 -1
  25. package/package.json +2 -2
@@ -4572,37 +4572,37 @@ interface CategoriesQueryBuilder {
4572
4572
  /** @param propertyName - Property whose value is compared with `value`.
4573
4573
  * @param value - Value to compare against.
4574
4574
  */
4575
- eq: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'visible' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'treeReference.appNamespace' | 'treeReference.treeKey' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4575
+ eq: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'visible' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4576
4576
  /** @param propertyName - Property whose value is compared with `value`.
4577
4577
  * @param value - Value to compare against.
4578
4578
  */
4579
- ne: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'visible' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'treeReference.appNamespace' | 'treeReference.treeKey' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4579
+ ne: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'visible' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4580
4580
  /** @param propertyName - Property whose value is compared with `value`.
4581
4581
  * @param value - Value to compare against.
4582
4582
  */
4583
- ge: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'treeReference.appNamespace' | 'treeReference.treeKey' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4583
+ ge: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4584
4584
  /** @param propertyName - Property whose value is compared with `value`.
4585
4585
  * @param value - Value to compare against.
4586
4586
  */
4587
- gt: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'treeReference.appNamespace' | 'treeReference.treeKey' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4587
+ gt: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4588
4588
  /** @param propertyName - Property whose value is compared with `value`.
4589
4589
  * @param value - Value to compare against.
4590
4590
  */
4591
- le: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'treeReference.appNamespace' | 'treeReference.treeKey' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4591
+ le: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4592
4592
  /** @param propertyName - Property whose value is compared with `value`.
4593
4593
  * @param value - Value to compare against.
4594
4594
  */
4595
- lt: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'treeReference.appNamespace' | 'treeReference.treeKey' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4595
+ lt: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4596
4596
  /** @param propertyName - Property whose value is compared with `string`.
4597
4597
  * @param string - String to compare against. Case-insensitive.
4598
4598
  */
4599
- startsWith: (propertyName: '_id' | 'name' | 'parentCategory.id' | 'slug' | 'treeReference.appNamespace' | 'treeReference.treeKey' | 'managingAppId', value: string) => CategoriesQueryBuilder;
4599
+ startsWith: (propertyName: '_id' | 'name' | 'description' | 'parentCategory.id' | 'slug' | 'managingAppId', value: string) => CategoriesQueryBuilder;
4600
4600
  /** @param propertyName - Property whose value is compared with `values`.
4601
4601
  * @param values - List of values to compare against.
4602
4602
  */
4603
- hasSome: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'visible' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'treeReference.appNamespace' | 'treeReference.treeKey' | 'managingAppId', value: any[]) => CategoriesQueryBuilder;
4604
- in: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'visible' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'treeReference.appNamespace' | 'treeReference.treeKey' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4605
- exists: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'visible' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'treeReference.appNamespace' | 'treeReference.treeKey' | 'managingAppId', value: boolean) => CategoriesQueryBuilder;
4603
+ hasSome: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'visible' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'managingAppId', value: any[]) => CategoriesQueryBuilder;
4604
+ in: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'visible' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4605
+ exists: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'visible' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'managingAppId', value: boolean) => CategoriesQueryBuilder;
4606
4606
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
4607
4607
  ascending: (...propertyNames: Array<'_createdDate' | '_updatedDate' | 'name' | 'parentCategory.id' | 'parentCategory.index' | 'managingAppId'>) => CategoriesQueryBuilder;
4608
4608
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
@@ -4624,13 +4624,7 @@ interface CategoryQuerySpec extends QuerySpec {
4624
4624
  paging: 'cursor';
4625
4625
  wql: [
4626
4626
  {
4627
- fields: [
4628
- '_id',
4629
- 'slug',
4630
- 'treeReference.appNamespace',
4631
- 'treeReference.treeKey',
4632
- 'visible'
4633
- ];
4627
+ fields: ['_id', 'description', 'slug', 'visible'];
4634
4628
  operators: '*';
4635
4629
  sort: 'NONE';
4636
4630
  },
@@ -4723,21 +4717,13 @@ interface CategorySearchSpec extends SearchSpec {
4723
4717
  'parentCategory._id',
4724
4718
  'parentCategory.index',
4725
4719
  'slug',
4726
- 'treeReference.appNamespace',
4727
- 'treeReference.treeKey',
4728
4720
  'visible'
4729
4721
  ];
4730
4722
  paging: 'cursor';
4731
4723
  wql: [
4732
4724
  {
4733
4725
  operators: '*';
4734
- fields: [
4735
- '_id',
4736
- 'slug',
4737
- 'treeReference.appNamespace',
4738
- 'treeReference.treeKey',
4739
- 'visible'
4740
- ];
4726
+ fields: ['_id', 'slug', 'visible'];
4741
4727
  sort: 'NONE';
4742
4728
  },
4743
4729
  {
@@ -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-DnNky4wI.js';
3
- export { eF as AccountInfo, eA as ActionEvent, di as Aggregation, dw as AggregationData, dj as AggregationKindOneOf, dP as AggregationResults, dQ as AggregationResultsResultOneOf, dD as AggregationResultsScalarResult, aX as AggregationType, fA as AggregationTypeWithLiterals, aC as Alignment, ff as AlignmentWithLiterals, c6 as AnchorData, cM as App, cd as AppEmbedData, ce as AppEmbedDataAppDataOneOf, aE as AppType, fh as AppTypeWithLiterals, e0 as ApplicationError, ay as AspectRatio, fb as AspectRatioWithLiterals, cy as AudioData, bY as Background, bZ as BackgroundBackgroundOneOf, cE as BackgroundImage, au as BackgroundType, f7 as BackgroundTypeWithLiterals, eG as BaseEventMetadata, cB as BlockquoteData, cf as BookingData, bc as Border, cv as BorderColors, cw as BorderWidths, b1 as Breadcrumb, b0 as BreadcrumbsInfo, e1 as BulkActionMetadata, ea as BulkAddItemToCategoriesRequest, e7 as BulkAddItemsToCategoryRequest, d_ as BulkCategoriesResult, e4 as BulkDeleteCategoriesRequest, e5 as BulkDeleteCategoriesResponse, e6 as BulkDeleteCategoriesResponseBulkCategoriesResult, eb as BulkItemToCategoriesResult, e8 as BulkItemsToCategoryResult, ed as BulkRemoveItemFromCategoriesRequest, ec as BulkRemoveItemsFromCategoryRequest, fF as BulkSetItemCategoriesApplicationErrors, eM as BulkSetItemCategoriesOptions, ep as BulkSetItemCategoriesRequest, eq as BulkSetItemCategoriesResponse, e3 as BulkShowCategoriesRequest, dZ as BulkUpdateCategoriesRequest, cA as BulletedListData, bb as ButtonData, ab as ButtonDataType, eQ as ButtonDataTypeWithLiterals, ch as ButtonStyles, cC as CaptionData, ck as CardStyles, eI as CategoriesQueryResult, cR as CategoryMoved, eJ as CategoryQuerySpec, eK as CategorySearchSpec, et as CategoryTreeNode, cu as CellStyle, bn as CodeBlockData, cq as CollapsibleListData, c7 as ColorData, bd as Colors, fG as CommonQueryWithEntityContext, fH as CommonSearchWithEntityContext, de as CompactCategory, dX as CountCategoriesRequest, cX as CreateCategoryRequest, cY as CreateCategoryResponse, ak as Crop, eZ as CropWithLiterals, d8 as CursorPaging, da as CursorPagingMetadata, d5 as CursorQuery, d6 as CursorQueryPagingMethodOneOf, dg as CursorSearch, dh as CursorSearchPagingMethodOneOf, db as Cursors, cQ as CustomTag, dr as DateHistogramAggregation, dL as DateHistogramResult, dN as DateHistogramResults, c4 as Decoration, c5 as DecorationDataOneOf, av as DecorationType, f8 as DecorationTypeWithLiterals, d2 as DeleteCategoryRequest, d3 as DeleteCategoryResponse, dR as DeprecatedSearchCategoriesWithOffsetRequest, dV as DeprecatedSearchCategoriesWithOffsetResponse, c2 as Design, aN as DesignTarget, fq as DesignTargetWithLiterals, cs as Dimensions, aG as Direction, fj as DirectionWithLiterals, bp as DividerData, ag as DividerDataAlignment, eV as DividerDataAlignmentWithLiterals, cH as DocumentStyle, eu as DomainEvent, ev as DomainEventBodyOneOf, cZ as DuplicateHandleErrorData, co as EmbedData, eB as Empty, ew as EntityCreatedEvent, ez as EntityDeletedEvent, ey as EntityUpdatedEvent, cg as EventData, eH as EventMetadata, cJ as ExtendedFields, cP as File, bq as FileData, br as FileSource, bs as FileSourceDataOneOf, cc as FontFamilyData, ca as FontSizeData, aw as FontType, f9 as FontTypeWithLiterals, bF as GIF, bE as GIFData, am as GIFType, e$ as GIFTypeWithLiterals, bu as GalleryData, bA as GalleryOptions, bB as GalleryOptionsLayout, eo as GetArrangedItemsRequest, er as GetCategoriesTreeRequest, es as GetCategoriesTreeResponse, c_ as GetCategoryRequest, c$ as GetCategoryResponse, bX as Gradient, dM as GroupByValueResults, bH as HTMLData, bI as HTMLDataDataOneOf, bG as HeadingData, bi as Height, eD as IdentificationData, eE as IdentificationDataIdOneOf, bw as Image, bJ as ImageData, bL as ImageDataStyles, aK as ImagePosition, fn as ImagePositionWithLiterals, ci as ImageStyles, ax as ImageStylesPosition, fa as ImageStylesPositionWithLiterals, dl as IncludeMissingValuesOptions, aF as InitialExpandedItems, fi as InitialExpandedItemsWithLiterals, aW as Interval, fz as IntervalWithLiterals, cK as InvalidateCache, cL as InvalidateCacheGetByOneOf, by as Item, cS as ItemAddedToCategory, bz as ItemDataOneOf, d$ as ItemMetadata, e9 as ItemReferenceMetadata, cU as ItemRemovedFromCategory, bC as ItemStyle, cT as ItemsAddedToCategory, cW as ItemsArrangedInCategory, cV as ItemsRemovedFromCategory, b4 as Keyword, aD as Layout, cF as LayoutCellData, cD as LayoutData, ai as LayoutType, eX as LayoutTypeWithLiterals, fg as LayoutWithLiterals, ae as LineStyle, eT as LineStyleWithLiterals, bk as Link, c8 as LinkData, bl as LinkDataOneOf, bM as LinkPreviewData, bN as LinkPreviewDataStyles, eh as ListCategoriesForItemRequest, ei as ListCategoriesForItemsRequest, dc as ListCompactCategoriesByIdsRequest, dd as ListCompactCategoriesByIdsResponse, eL as ListItemsInCategoryOptionsPagingMethodOneOf, ee as ListItemsInCategoryRequest, ef as ListItemsInCategoryRequestPagingMethodOneOf, ek as ListTreesRequest, cx as ListValue, bO as MapData, ej as MapItemToCategories, bP as MapSettings, ap as MapType, f2 as MapTypeWithLiterals, bv as Media, c9 as MentionData, eC as MessageEnvelope, cG as Metadata, aT as MissingValues, fw as MissingValuesWithLiterals, aY as Mode, fB as ModeWithLiterals, dY as MoveCategoryRequest, el as MoveItemInCategoryRequest, a_ as MoveItemInCategoryRequestPosition, fD as MoveItemInCategoryRequestPositionWithLiterals, em as MoveItemInCategoryResponse, du as NestedAggregation, ds as NestedAggregationItem, dt as NestedAggregationItemKindOneOf, dz as NestedAggregationResults, dA as NestedAggregationResultsResultOneOf, aV as NestedAggregationType, fy as NestedAggregationTypeWithLiterals, dI as NestedResultValue, dJ as NestedResultValueResultOneOf, dO as NestedResults, dE as NestedValueAggregationResult, b8 as Node, b9 as NodeDataOneOf, ba as NodeStyle, a8 as NodeType, eN as NodeTypeWithLiterals, aI as NullValue, fl as NullValueWithLiterals, cp as Oembed, dS as OffsetSearch, dT as OffsetSearchPagingMethodOneOf, bT as Option, b$ as OptionDesign, bW as OptionLayout, cz as OrderedListData, aj as Orientation, eY as OrientationWithLiterals, bt as PDFSettings, cN as Page, dU as Paging, dW as PagingMetadata, eg as PagingMetadataV2, bQ as ParagraphData, b2 as ParentCategory, bS as Permissions, aA as Placement, fd as PlacementWithLiterals, cn as PlaybackOptions, be as PluginContainerData, aa as PluginContainerDataAlignment, eP as PluginContainerDataAlignmentWithLiterals, bf as PluginContainerDataWidth, bg as PluginContainerDataWidthDataOneOf, c0 as Poll, bR as PollData, c1 as PollDataLayout, b_ as PollDesign, bV as PollLayout, at as PollLayoutDirection, f6 as PollLayoutDirectionWithLiterals, as as PollLayoutType, f5 as PollLayoutTypeWithLiterals, bU as PollSettings, aZ as Position, fC as PositionWithLiterals, cl as PricingData, d4 as QueryCategoriesRequest, d9 as QueryCategoriesResponse, dp as RangeAggregation, dy as RangeAggregationResult, dk as RangeBucket, dG as RangeResult, dC as RangeResults, bm as Rel, aQ as RequestedFields, ft as RequestedFieldsWithLiterals, az as Resizing, fc as ResizingWithLiterals, aM as ResponsivenessBehaviour, fp as ResponsivenessBehaviourWithLiterals, ex as RestoreInfo, dK as Results, cj as RibbonStyles, b7 as RichContent, dq as ScalarAggregation, dH as ScalarResult, aU as ScalarType, fx as ScalarTypeWithLiterals, aJ as Scaling, fm as ScalingWithLiterals, df as SearchCategoriesRequest, dv as SearchDetails, b3 as SeoSchema, en as SetArrangedItemsRequest, b6 as Settings, aO as SingleEntityOpsRequestedFields, fr as SingleEntityOpsRequestedFieldsWithLiterals, aS as SortDirection, fv as SortDirectionWithLiterals, aP as SortOrder, fs as SortOrderWithLiterals, aR as SortType, fu as SortTypeWithLiterals, d7 as Sorting, an as Source, f0 as SourceWithLiterals, bh as Spoiler, cb as SpoilerData, bj as Styles, bK as StylesBorder, ao as StylesPosition, f1 as StylesPositionWithLiterals, ct as TableCellData, cr as TableData, b5 as Tag, ac as Target, eR as TargetWithLiterals, ad as TextAlignment, eS as TextAlignmentWithLiterals, c3 as TextData, cI as TextNodeStyle, bo as TextStyle, bD as Thumbnails, al as ThumbnailsAlignment, e_ as ThumbnailsAlignmentWithLiterals, aB as Type, fe as TypeWithLiterals, cO as URI, d0 as UpdateCategoryRequest, d1 as UpdateCategoryResponse, e2 as UpdateCategoryVisibilityRequest, dm as ValueAggregation, dn as ValueAggregationOptionsOneOf, dx as ValueAggregationResult, dF as ValueResult, dB as ValueResults, aH as VerticalAlignment, aL as VerticalAlignmentAlignment, fo as VerticalAlignmentAlignmentWithLiterals, fk as VerticalAlignmentWithLiterals, bx as Video, cm as VideoData, ah as ViewMode, eW as ViewModeWithLiterals, aq as ViewRole, f3 as ViewRoleWithLiterals, ar as VoteRole, f4 as VoteRoleWithLiterals, a$ as WebhookIdentityType, fE as WebhookIdentityTypeWithLiterals, af as Width, a9 as WidthType, eO as WidthTypeWithLiterals, eU as WidthWithLiterals } from './categories-v1-category-categories.universal-DnNky4wI.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-CMQ7kWZL.js';
3
+ export { eF as AccountInfo, eA as ActionEvent, di as Aggregation, dw as AggregationData, dj as AggregationKindOneOf, dP as AggregationResults, dQ as AggregationResultsResultOneOf, dD as AggregationResultsScalarResult, aX as AggregationType, fA as AggregationTypeWithLiterals, aC as Alignment, ff as AlignmentWithLiterals, c6 as AnchorData, cM as App, cd as AppEmbedData, ce as AppEmbedDataAppDataOneOf, aE as AppType, fh as AppTypeWithLiterals, e0 as ApplicationError, ay as AspectRatio, fb as AspectRatioWithLiterals, cy as AudioData, bY as Background, bZ as BackgroundBackgroundOneOf, cE as BackgroundImage, au as BackgroundType, f7 as BackgroundTypeWithLiterals, eG as BaseEventMetadata, cB as BlockquoteData, cf as BookingData, bc as Border, cv as BorderColors, cw as BorderWidths, b1 as Breadcrumb, b0 as BreadcrumbsInfo, e1 as BulkActionMetadata, ea as BulkAddItemToCategoriesRequest, e7 as BulkAddItemsToCategoryRequest, d_ as BulkCategoriesResult, e4 as BulkDeleteCategoriesRequest, e5 as BulkDeleteCategoriesResponse, e6 as BulkDeleteCategoriesResponseBulkCategoriesResult, eb as BulkItemToCategoriesResult, e8 as BulkItemsToCategoryResult, ed as BulkRemoveItemFromCategoriesRequest, ec as BulkRemoveItemsFromCategoryRequest, fF as BulkSetItemCategoriesApplicationErrors, eM as BulkSetItemCategoriesOptions, ep as BulkSetItemCategoriesRequest, eq as BulkSetItemCategoriesResponse, e3 as BulkShowCategoriesRequest, dZ as BulkUpdateCategoriesRequest, cA as BulletedListData, bb as ButtonData, ab as ButtonDataType, eQ as ButtonDataTypeWithLiterals, ch as ButtonStyles, cC as CaptionData, ck as CardStyles, eI as CategoriesQueryResult, cR as CategoryMoved, eJ as CategoryQuerySpec, eK as CategorySearchSpec, et as CategoryTreeNode, cu as CellStyle, bn as CodeBlockData, cq as CollapsibleListData, c7 as ColorData, bd as Colors, fG as CommonQueryWithEntityContext, fH as CommonSearchWithEntityContext, de as CompactCategory, dX as CountCategoriesRequest, cX as CreateCategoryRequest, cY as CreateCategoryResponse, ak as Crop, eZ as CropWithLiterals, d8 as CursorPaging, da as CursorPagingMetadata, d5 as CursorQuery, d6 as CursorQueryPagingMethodOneOf, dg as CursorSearch, dh as CursorSearchPagingMethodOneOf, db as Cursors, cQ as CustomTag, dr as DateHistogramAggregation, dL as DateHistogramResult, dN as DateHistogramResults, c4 as Decoration, c5 as DecorationDataOneOf, av as DecorationType, f8 as DecorationTypeWithLiterals, d2 as DeleteCategoryRequest, d3 as DeleteCategoryResponse, dR as DeprecatedSearchCategoriesWithOffsetRequest, dV as DeprecatedSearchCategoriesWithOffsetResponse, c2 as Design, aN as DesignTarget, fq as DesignTargetWithLiterals, cs as Dimensions, aG as Direction, fj as DirectionWithLiterals, bp as DividerData, ag as DividerDataAlignment, eV as DividerDataAlignmentWithLiterals, cH as DocumentStyle, eu as DomainEvent, ev as DomainEventBodyOneOf, cZ as DuplicateHandleErrorData, co as EmbedData, eB as Empty, ew as EntityCreatedEvent, ez as EntityDeletedEvent, ey as EntityUpdatedEvent, cg as EventData, eH as EventMetadata, cJ as ExtendedFields, cP as File, bq as FileData, br as FileSource, bs as FileSourceDataOneOf, cc as FontFamilyData, ca as FontSizeData, aw as FontType, f9 as FontTypeWithLiterals, bF as GIF, bE as GIFData, am as GIFType, e$ as GIFTypeWithLiterals, bu as GalleryData, bA as GalleryOptions, bB as GalleryOptionsLayout, eo as GetArrangedItemsRequest, er as GetCategoriesTreeRequest, es as GetCategoriesTreeResponse, c_ as GetCategoryRequest, c$ as GetCategoryResponse, bX as Gradient, dM as GroupByValueResults, bH as HTMLData, bI as HTMLDataDataOneOf, bG as HeadingData, bi as Height, eD as IdentificationData, eE as IdentificationDataIdOneOf, bw as Image, bJ as ImageData, bL as ImageDataStyles, aK as ImagePosition, fn as ImagePositionWithLiterals, ci as ImageStyles, ax as ImageStylesPosition, fa as ImageStylesPositionWithLiterals, dl as IncludeMissingValuesOptions, aF as InitialExpandedItems, fi as InitialExpandedItemsWithLiterals, aW as Interval, fz as IntervalWithLiterals, cK as InvalidateCache, cL as InvalidateCacheGetByOneOf, by as Item, cS as ItemAddedToCategory, bz as ItemDataOneOf, d$ as ItemMetadata, e9 as ItemReferenceMetadata, cU as ItemRemovedFromCategory, bC as ItemStyle, cT as ItemsAddedToCategory, cW as ItemsArrangedInCategory, cV as ItemsRemovedFromCategory, b4 as Keyword, aD as Layout, cF as LayoutCellData, cD as LayoutData, ai as LayoutType, eX as LayoutTypeWithLiterals, fg as LayoutWithLiterals, ae as LineStyle, eT as LineStyleWithLiterals, bk as Link, c8 as LinkData, bl as LinkDataOneOf, bM as LinkPreviewData, bN as LinkPreviewDataStyles, eh as ListCategoriesForItemRequest, ei as ListCategoriesForItemsRequest, dc as ListCompactCategoriesByIdsRequest, dd as ListCompactCategoriesByIdsResponse, eL as ListItemsInCategoryOptionsPagingMethodOneOf, ee as ListItemsInCategoryRequest, ef as ListItemsInCategoryRequestPagingMethodOneOf, ek as ListTreesRequest, cx as ListValue, bO as MapData, ej as MapItemToCategories, bP as MapSettings, ap as MapType, f2 as MapTypeWithLiterals, bv as Media, c9 as MentionData, eC as MessageEnvelope, cG as Metadata, aT as MissingValues, fw as MissingValuesWithLiterals, aY as Mode, fB as ModeWithLiterals, dY as MoveCategoryRequest, el as MoveItemInCategoryRequest, a_ as MoveItemInCategoryRequestPosition, fD as MoveItemInCategoryRequestPositionWithLiterals, em as MoveItemInCategoryResponse, du as NestedAggregation, ds as NestedAggregationItem, dt as NestedAggregationItemKindOneOf, dz as NestedAggregationResults, dA as NestedAggregationResultsResultOneOf, aV as NestedAggregationType, fy as NestedAggregationTypeWithLiterals, dI as NestedResultValue, dJ as NestedResultValueResultOneOf, dO as NestedResults, dE as NestedValueAggregationResult, b8 as Node, b9 as NodeDataOneOf, ba as NodeStyle, a8 as NodeType, eN as NodeTypeWithLiterals, aI as NullValue, fl as NullValueWithLiterals, cp as Oembed, dS as OffsetSearch, dT as OffsetSearchPagingMethodOneOf, bT as Option, b$ as OptionDesign, bW as OptionLayout, cz as OrderedListData, aj as Orientation, eY as OrientationWithLiterals, bt as PDFSettings, cN as Page, dU as Paging, dW as PagingMetadata, eg as PagingMetadataV2, bQ as ParagraphData, b2 as ParentCategory, bS as Permissions, aA as Placement, fd as PlacementWithLiterals, cn as PlaybackOptions, be as PluginContainerData, aa as PluginContainerDataAlignment, eP as PluginContainerDataAlignmentWithLiterals, bf as PluginContainerDataWidth, bg as PluginContainerDataWidthDataOneOf, c0 as Poll, bR as PollData, c1 as PollDataLayout, b_ as PollDesign, bV as PollLayout, at as PollLayoutDirection, f6 as PollLayoutDirectionWithLiterals, as as PollLayoutType, f5 as PollLayoutTypeWithLiterals, bU as PollSettings, aZ as Position, fC as PositionWithLiterals, cl as PricingData, d4 as QueryCategoriesRequest, d9 as QueryCategoriesResponse, dp as RangeAggregation, dy as RangeAggregationResult, dk as RangeBucket, dG as RangeResult, dC as RangeResults, bm as Rel, aQ as RequestedFields, ft as RequestedFieldsWithLiterals, az as Resizing, fc as ResizingWithLiterals, aM as ResponsivenessBehaviour, fp as ResponsivenessBehaviourWithLiterals, ex as RestoreInfo, dK as Results, cj as RibbonStyles, b7 as RichContent, dq as ScalarAggregation, dH as ScalarResult, aU as ScalarType, fx as ScalarTypeWithLiterals, aJ as Scaling, fm as ScalingWithLiterals, df as SearchCategoriesRequest, dv as SearchDetails, b3 as SeoSchema, en as SetArrangedItemsRequest, b6 as Settings, aO as SingleEntityOpsRequestedFields, fr as SingleEntityOpsRequestedFieldsWithLiterals, aS as SortDirection, fv as SortDirectionWithLiterals, aP as SortOrder, fs as SortOrderWithLiterals, aR as SortType, fu as SortTypeWithLiterals, d7 as Sorting, an as Source, f0 as SourceWithLiterals, bh as Spoiler, cb as SpoilerData, bj as Styles, bK as StylesBorder, ao as StylesPosition, f1 as StylesPositionWithLiterals, ct as TableCellData, cr as TableData, b5 as Tag, ac as Target, eR as TargetWithLiterals, ad as TextAlignment, eS as TextAlignmentWithLiterals, c3 as TextData, cI as TextNodeStyle, bo as TextStyle, bD as Thumbnails, al as ThumbnailsAlignment, e_ as ThumbnailsAlignmentWithLiterals, aB as Type, fe as TypeWithLiterals, cO as URI, d0 as UpdateCategoryRequest, d1 as UpdateCategoryResponse, e2 as UpdateCategoryVisibilityRequest, dm as ValueAggregation, dn as ValueAggregationOptionsOneOf, dx as ValueAggregationResult, dF as ValueResult, dB as ValueResults, aH as VerticalAlignment, aL as VerticalAlignmentAlignment, fo as VerticalAlignmentAlignmentWithLiterals, fk as VerticalAlignmentWithLiterals, bx as Video, cm as VideoData, ah as ViewMode, eW as ViewModeWithLiterals, aq as ViewRole, f3 as ViewRoleWithLiterals, ar as VoteRole, f4 as VoteRoleWithLiterals, a$ as WebhookIdentityType, fE as WebhookIdentityTypeWithLiterals, af as Width, a9 as WidthType, eO as WidthTypeWithLiterals, eU as WidthWithLiterals } from './categories-v1-category-categories.universal-CMQ7kWZL.js';
4
4
 
5
5
  declare function createCategory$1(httpClient: HttpClient): CreateCategorySignature;
6
6
  interface CreateCategorySignature {