@wix/auto_sdk_categories_categories 1.0.93 → 1.0.95

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 (29) hide show
  1. package/build/cjs/{categories-v1-category-categories.universal-CMQ7kWZL.d.ts → categories-v1-category-categories.universal-D-2VF-iH.d.ts} +30 -12
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +2 -2
  5. package/build/cjs/index.typings.js.map +1 -1
  6. package/build/cjs/meta.d.ts +3 -1
  7. package/build/cjs/meta.js.map +1 -1
  8. package/build/es/{categories-v1-category-categories.universal-CMQ7kWZL.d.mts → categories-v1-category-categories.universal-D-2VF-iH.d.mts} +30 -12
  9. package/build/es/index.d.mts +2 -2
  10. package/build/es/index.mjs.map +1 -1
  11. package/build/es/index.typings.d.mts +2 -2
  12. package/build/es/index.typings.mjs.map +1 -1
  13. package/build/es/meta.d.mts +3 -1
  14. package/build/es/meta.mjs.map +1 -1
  15. package/build/internal/cjs/{categories-v1-category-categories.universal-gIe9U1qU.d.ts → categories-v1-category-categories.universal-DMpfCOMZ.d.ts} +30 -12
  16. package/build/internal/cjs/index.d.ts +2 -2
  17. package/build/internal/cjs/index.js.map +1 -1
  18. package/build/internal/cjs/index.typings.d.ts +2 -2
  19. package/build/internal/cjs/index.typings.js.map +1 -1
  20. package/build/internal/cjs/meta.d.ts +3 -1
  21. package/build/internal/cjs/meta.js.map +1 -1
  22. package/build/internal/es/{categories-v1-category-categories.universal-gIe9U1qU.d.mts → categories-v1-category-categories.universal-DMpfCOMZ.d.mts} +30 -12
  23. package/build/internal/es/index.d.mts +2 -2
  24. package/build/internal/es/index.mjs.map +1 -1
  25. package/build/internal/es/index.typings.d.mts +2 -2
  26. package/build/internal/es/index.typings.mjs.map +1 -1
  27. package/build/internal/es/meta.d.mts +3 -1
  28. package/build/internal/es/meta.mjs.map +1 -1
  29. package/package.json +2 -2
@@ -3820,6 +3820,8 @@ interface MessageEnvelope {
3820
3820
  identity?: IdentificationData;
3821
3821
  /** Stringify payload. */
3822
3822
  data?: string;
3823
+ /** Details related to the account */
3824
+ accountInfo?: AccountInfo;
3823
3825
  }
3824
3826
  interface IdentificationData extends IdentificationDataIdOneOf {
3825
3827
  /**
@@ -4031,6 +4033,8 @@ interface BaseEventMetadata {
4031
4033
  eventType?: string;
4032
4034
  /** The identification type and identity data. */
4033
4035
  identity?: IdentificationData;
4036
+ /** Details related to the account */
4037
+ accountInfo?: AccountInfo;
4034
4038
  }
4035
4039
  interface EventMetadata extends BaseEventMetadata {
4036
4040
  /** Event ID. With this ID you can easily spot duplicated events and ignore them. */
@@ -4572,37 +4576,37 @@ interface CategoriesQueryBuilder {
4572
4576
  /** @param propertyName - Property whose value is compared with `value`.
4573
4577
  * @param value - Value to compare against.
4574
4578
  */
4575
- eq: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'visible' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4579
+ eq: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'visible' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'treeReference.appNamespace' | 'treeReference.treeKey' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4576
4580
  /** @param propertyName - Property whose value is compared with `value`.
4577
4581
  * @param value - Value to compare against.
4578
4582
  */
4579
- ne: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'visible' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4583
+ ne: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'visible' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'treeReference.appNamespace' | 'treeReference.treeKey' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4580
4584
  /** @param propertyName - Property whose value is compared with `value`.
4581
4585
  * @param value - Value to compare against.
4582
4586
  */
4583
- ge: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4587
+ ge: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'treeReference.appNamespace' | 'treeReference.treeKey' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4584
4588
  /** @param propertyName - Property whose value is compared with `value`.
4585
4589
  * @param value - Value to compare against.
4586
4590
  */
4587
- gt: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4591
+ gt: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'treeReference.appNamespace' | 'treeReference.treeKey' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4588
4592
  /** @param propertyName - Property whose value is compared with `value`.
4589
4593
  * @param value - Value to compare against.
4590
4594
  */
4591
- le: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4595
+ le: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'treeReference.appNamespace' | 'treeReference.treeKey' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4592
4596
  /** @param propertyName - Property whose value is compared with `value`.
4593
4597
  * @param value - Value to compare against.
4594
4598
  */
4595
- lt: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4599
+ lt: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'treeReference.appNamespace' | 'treeReference.treeKey' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4596
4600
  /** @param propertyName - Property whose value is compared with `string`.
4597
4601
  * @param string - String to compare against. Case-insensitive.
4598
4602
  */
4599
- startsWith: (propertyName: '_id' | 'name' | 'description' | 'parentCategory.id' | 'slug' | 'managingAppId', value: string) => CategoriesQueryBuilder;
4603
+ startsWith: (propertyName: '_id' | 'name' | 'parentCategory.id' | 'slug' | 'treeReference.appNamespace' | 'treeReference.treeKey' | 'managingAppId', value: string) => CategoriesQueryBuilder;
4600
4604
  /** @param propertyName - Property whose value is compared with `values`.
4601
4605
  * @param values - List of values to compare against.
4602
4606
  */
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;
4607
+ hasSome: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'visible' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'treeReference.appNamespace' | 'treeReference.treeKey' | 'managingAppId', value: any[]) => CategoriesQueryBuilder;
4608
+ in: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'visible' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'treeReference.appNamespace' | 'treeReference.treeKey' | 'managingAppId', value: any) => CategoriesQueryBuilder;
4609
+ exists: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name' | 'visible' | 'parentCategory.id' | 'parentCategory.index' | 'slug' | 'treeReference.appNamespace' | 'treeReference.treeKey' | 'managingAppId', value: boolean) => CategoriesQueryBuilder;
4606
4610
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
4607
4611
  ascending: (...propertyNames: Array<'_createdDate' | '_updatedDate' | 'name' | 'parentCategory.id' | 'parentCategory.index' | 'managingAppId'>) => CategoriesQueryBuilder;
4608
4612
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
@@ -4624,7 +4628,13 @@ interface CategoryQuerySpec extends QuerySpec {
4624
4628
  paging: 'cursor';
4625
4629
  wql: [
4626
4630
  {
4627
- fields: ['_id', 'description', 'slug', 'visible'];
4631
+ fields: [
4632
+ '_id',
4633
+ 'slug',
4634
+ 'treeReference.appNamespace',
4635
+ 'treeReference.treeKey',
4636
+ 'visible'
4637
+ ];
4628
4638
  operators: '*';
4629
4639
  sort: 'NONE';
4630
4640
  },
@@ -4717,13 +4727,21 @@ interface CategorySearchSpec extends SearchSpec {
4717
4727
  'parentCategory._id',
4718
4728
  'parentCategory.index',
4719
4729
  'slug',
4730
+ 'treeReference.appNamespace',
4731
+ 'treeReference.treeKey',
4720
4732
  'visible'
4721
4733
  ];
4722
4734
  paging: 'cursor';
4723
4735
  wql: [
4724
4736
  {
4725
4737
  operators: '*';
4726
- fields: ['_id', 'slug', 'visible'];
4738
+ fields: [
4739
+ '_id',
4740
+ 'slug',
4741
+ 'treeReference.appNamespace',
4742
+ 'treeReference.treeKey',
4743
+ 'visible'
4744
+ ];
4727
4745
  sort: 'NONE';
4728
4746
  },
4729
4747
  {
@@ -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-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';
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-D-2VF-iH.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-D-2VF-iH.js';
4
4
 
5
5
  declare function createCategory$1(httpClient: HttpClient): CreateCategorySignature;
6
6
  interface CreateCategorySignature {