@wix/auto_sdk_categories_categories 1.0.96 → 1.0.97
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-Dm6yZ9WO.d.ts → categories-v1-category-categories.universal-Cq6c_a_W.d.ts} +28 -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-Dm6yZ9WO.d.mts → categories-v1-category-categories.universal-Cq6c_a_W.d.mts} +28 -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-fjKn12zb.d.ts → categories-v1-category-categories.universal-Yy_iTsJb.d.ts} +28 -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-fjKn12zb.d.mts → categories-v1-category-categories.universal-Yy_iTsJb.d.mts} +28 -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
|
@@ -4085,6 +4085,8 @@ interface CategoryMovedEnvelope {
|
|
|
4085
4085
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
4086
4086
|
* @permissionScope Manage Stores
|
|
4087
4087
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
4088
|
+
* @permissionScope Read categories (PII)
|
|
4089
|
+
* @permissionScopeId SCOPE.CATEGORIES.CATEGORY_READ_LIMITED
|
|
4088
4090
|
* @permissionScope Read categories
|
|
4089
4091
|
* @permissionScopeId SCOPE.CATEGORIES.CATEGORY_READ
|
|
4090
4092
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
@@ -4101,6 +4103,8 @@ interface CategoryMovedEnvelope {
|
|
|
4101
4103
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
4102
4104
|
* @permissionScope Manage v3 catalog
|
|
4103
4105
|
* @permissionScopeId SCOPE.STORES.CATALOG_WRITE
|
|
4106
|
+
* @permissionScope Read v3 catalog (PII)
|
|
4107
|
+
* @permissionScopeId SCOPE.STORES.CATALOG_READ_LIMITED
|
|
4104
4108
|
* @permissionScope Manage Orders
|
|
4105
4109
|
* @permissionScopeId SCOPE.DC-STORES.MANAGE-ORDERS
|
|
4106
4110
|
* @permissionId CATEGORIES.CATEGORY_READ
|
|
@@ -4119,6 +4123,8 @@ interface CategoryCreatedEnvelope {
|
|
|
4119
4123
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
4120
4124
|
* @permissionScope Manage Stores
|
|
4121
4125
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
4126
|
+
* @permissionScope Read categories (PII)
|
|
4127
|
+
* @permissionScopeId SCOPE.CATEGORIES.CATEGORY_READ_LIMITED
|
|
4122
4128
|
* @permissionScope Read categories
|
|
4123
4129
|
* @permissionScopeId SCOPE.CATEGORIES.CATEGORY_READ
|
|
4124
4130
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
@@ -4135,6 +4141,8 @@ interface CategoryCreatedEnvelope {
|
|
|
4135
4141
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
4136
4142
|
* @permissionScope Manage v3 catalog
|
|
4137
4143
|
* @permissionScopeId SCOPE.STORES.CATALOG_WRITE
|
|
4144
|
+
* @permissionScope Read v3 catalog (PII)
|
|
4145
|
+
* @permissionScopeId SCOPE.STORES.CATALOG_READ_LIMITED
|
|
4138
4146
|
* @permissionScope Manage Orders
|
|
4139
4147
|
* @permissionScopeId SCOPE.DC-STORES.MANAGE-ORDERS
|
|
4140
4148
|
* @permissionId CATEGORIES.CATEGORY_READ
|
|
@@ -4152,6 +4160,8 @@ interface CategoryDeletedEnvelope {
|
|
|
4152
4160
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
4153
4161
|
* @permissionScope Manage Stores
|
|
4154
4162
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
4163
|
+
* @permissionScope Read categories (PII)
|
|
4164
|
+
* @permissionScopeId SCOPE.CATEGORIES.CATEGORY_READ_LIMITED
|
|
4155
4165
|
* @permissionScope Read categories
|
|
4156
4166
|
* @permissionScopeId SCOPE.CATEGORIES.CATEGORY_READ
|
|
4157
4167
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
@@ -4168,6 +4178,8 @@ interface CategoryDeletedEnvelope {
|
|
|
4168
4178
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
4169
4179
|
* @permissionScope Manage v3 catalog
|
|
4170
4180
|
* @permissionScopeId SCOPE.STORES.CATALOG_WRITE
|
|
4181
|
+
* @permissionScope Read v3 catalog (PII)
|
|
4182
|
+
* @permissionScopeId SCOPE.STORES.CATALOG_READ_LIMITED
|
|
4171
4183
|
* @permissionScope Manage Orders
|
|
4172
4184
|
* @permissionScopeId SCOPE.DC-STORES.MANAGE-ORDERS
|
|
4173
4185
|
* @permissionId CATEGORIES.CATEGORY_READ
|
|
@@ -4186,6 +4198,8 @@ interface CategoryItemAddedToCategoryEnvelope {
|
|
|
4186
4198
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
4187
4199
|
* @permissionScope Manage Stores
|
|
4188
4200
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
4201
|
+
* @permissionScope Read categories (PII)
|
|
4202
|
+
* @permissionScopeId SCOPE.CATEGORIES.CATEGORY_READ_LIMITED
|
|
4189
4203
|
* @permissionScope Read categories
|
|
4190
4204
|
* @permissionScopeId SCOPE.CATEGORIES.CATEGORY_READ
|
|
4191
4205
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
@@ -4202,6 +4216,8 @@ interface CategoryItemAddedToCategoryEnvelope {
|
|
|
4202
4216
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
4203
4217
|
* @permissionScope Manage v3 catalog
|
|
4204
4218
|
* @permissionScopeId SCOPE.STORES.CATALOG_WRITE
|
|
4219
|
+
* @permissionScope Read v3 catalog (PII)
|
|
4220
|
+
* @permissionScopeId SCOPE.STORES.CATALOG_READ_LIMITED
|
|
4205
4221
|
* @permissionScope Manage Orders
|
|
4206
4222
|
* @permissionScopeId SCOPE.DC-STORES.MANAGE-ORDERS
|
|
4207
4223
|
* @permissionId CATEGORIES.CATEGORY_READ
|
|
@@ -4220,6 +4236,8 @@ interface CategoryItemRemovedFromCategoryEnvelope {
|
|
|
4220
4236
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
4221
4237
|
* @permissionScope Manage Stores
|
|
4222
4238
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
4239
|
+
* @permissionScope Read categories (PII)
|
|
4240
|
+
* @permissionScopeId SCOPE.CATEGORIES.CATEGORY_READ_LIMITED
|
|
4223
4241
|
* @permissionScope Read categories
|
|
4224
4242
|
* @permissionScopeId SCOPE.CATEGORIES.CATEGORY_READ
|
|
4225
4243
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
@@ -4236,6 +4254,8 @@ interface CategoryItemRemovedFromCategoryEnvelope {
|
|
|
4236
4254
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
4237
4255
|
* @permissionScope Manage v3 catalog
|
|
4238
4256
|
* @permissionScopeId SCOPE.STORES.CATALOG_WRITE
|
|
4257
|
+
* @permissionScope Read v3 catalog (PII)
|
|
4258
|
+
* @permissionScopeId SCOPE.STORES.CATALOG_READ_LIMITED
|
|
4239
4259
|
* @permissionScope Manage Orders
|
|
4240
4260
|
* @permissionScopeId SCOPE.DC-STORES.MANAGE-ORDERS
|
|
4241
4261
|
* @permissionId CATEGORIES.CATEGORY_READ
|
|
@@ -4254,6 +4274,8 @@ interface CategoryItemsArrangedInCategoryEnvelope {
|
|
|
4254
4274
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
4255
4275
|
* @permissionScope Manage Stores
|
|
4256
4276
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
4277
|
+
* @permissionScope Read categories (PII)
|
|
4278
|
+
* @permissionScopeId SCOPE.CATEGORIES.CATEGORY_READ_LIMITED
|
|
4257
4279
|
* @permissionScope Read categories
|
|
4258
4280
|
* @permissionScopeId SCOPE.CATEGORIES.CATEGORY_READ
|
|
4259
4281
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
@@ -4270,6 +4292,8 @@ interface CategoryItemsArrangedInCategoryEnvelope {
|
|
|
4270
4292
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
4271
4293
|
* @permissionScope Manage v3 catalog
|
|
4272
4294
|
* @permissionScopeId SCOPE.STORES.CATALOG_WRITE
|
|
4295
|
+
* @permissionScope Read v3 catalog (PII)
|
|
4296
|
+
* @permissionScopeId SCOPE.STORES.CATALOG_READ_LIMITED
|
|
4273
4297
|
* @permissionScope Manage Orders
|
|
4274
4298
|
* @permissionScopeId SCOPE.DC-STORES.MANAGE-ORDERS
|
|
4275
4299
|
* @permissionId CATEGORIES.CATEGORY_READ
|
|
@@ -4290,6 +4314,8 @@ interface CategoryUpdatedEnvelope {
|
|
|
4290
4314
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
4291
4315
|
* @permissionScope Manage Stores
|
|
4292
4316
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
4317
|
+
* @permissionScope Read categories (PII)
|
|
4318
|
+
* @permissionScopeId SCOPE.CATEGORIES.CATEGORY_READ_LIMITED
|
|
4293
4319
|
* @permissionScope Read categories
|
|
4294
4320
|
* @permissionScopeId SCOPE.CATEGORIES.CATEGORY_READ
|
|
4295
4321
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
@@ -4306,6 +4332,8 @@ interface CategoryUpdatedEnvelope {
|
|
|
4306
4332
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
4307
4333
|
* @permissionScope Manage v3 catalog
|
|
4308
4334
|
* @permissionScopeId SCOPE.STORES.CATALOG_WRITE
|
|
4335
|
+
* @permissionScope Read v3 catalog (PII)
|
|
4336
|
+
* @permissionScopeId SCOPE.STORES.CATALOG_READ_LIMITED
|
|
4309
4337
|
* @permissionScope Manage Orders
|
|
4310
4338
|
* @permissionScopeId SCOPE.DC-STORES.MANAGE-ORDERS
|
|
4311
4339
|
* @permissionId CATEGORIES.CATEGORY_READ
|
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 { eF as AccountInfo, eI as AccountInfoMetadata, eA as ActionEvent, di as Aggregation, dw as AggregationData, dj as AggregationKindOneOf, dP as AggregationResults, dQ as AggregationResultsResultOneOf, dD as AggregationResultsScalarResult, aX as AggregationType, fB as AggregationTypeWithLiterals, aC as Alignment, fg as AlignmentWithLiterals, c6 as AnchorData, cM as App, cd as AppEmbedData, ce as AppEmbedDataAppDataOneOf, aE as AppType, fi as AppTypeWithLiterals, e0 as ApplicationError, ay as AspectRatio, fc as AspectRatioWithLiterals, cy as AudioData, bY as Background, bZ as BackgroundBackgroundOneOf, cE as BackgroundImage, au as BackgroundType, f8 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, fG as BulkSetItemCategoriesApplicationErrors, eN as BulkSetItemCategoriesOptions, ep as BulkSetItemCategoriesRequest, eq as BulkSetItemCategoriesResponse, e3 as BulkShowCategoriesRequest, dZ as BulkUpdateCategoriesRequest, cA as BulletedListData, bb as ButtonData, ab as ButtonDataType, eR as ButtonDataTypeWithLiterals, ch as ButtonStyles, cC as CaptionData, ck as CardStyles, eJ as CategoriesQueryResult, cR as CategoryMoved, eK as CategoryQuerySpec, eL as CategorySearchSpec, et as CategoryTreeNode, cu as CellStyle, bn as CodeBlockData, cq as CollapsibleListData, c7 as ColorData, bd as Colors, fH as CommonQueryWithEntityContext, fI as CommonSearchWithEntityContext, de as CompactCategory, dX as CountCategoriesRequest, cX as CreateCategoryRequest, cY as CreateCategoryResponse, ak as Crop, e_ 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, f9 as DecorationTypeWithLiterals, d2 as DeleteCategoryRequest, d3 as DeleteCategoryResponse, dR as DeprecatedSearchCategoriesWithOffsetRequest, dV as DeprecatedSearchCategoriesWithOffsetResponse, c2 as Design, aN as DesignTarget, fr as DesignTargetWithLiterals, cs as Dimensions, aG as Direction, fk as DirectionWithLiterals, bp as DividerData, ag as DividerDataAlignment, eW 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, fa as FontTypeWithLiterals, bF as GIF, bE as GIFData, am as GIFType, f0 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, fo as ImagePositionWithLiterals, ci as ImageStyles, ax as ImageStylesPosition, fb as ImageStylesPositionWithLiterals, dl as IncludeMissingValuesOptions, aF as InitialExpandedItems, fj as InitialExpandedItemsWithLiterals, aW as Interval, fA 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, eY as LayoutTypeWithLiterals, fh as LayoutWithLiterals, ae as LineStyle, eU 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, eM 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, f3 as MapTypeWithLiterals, bv as Media, c9 as MentionData, eC as MessageEnvelope, cG as Metadata, aT as MissingValues, fx as MissingValuesWithLiterals, aY as Mode, fC as ModeWithLiterals, dY as MoveCategoryRequest, el as MoveItemInCategoryRequest, a_ as MoveItemInCategoryRequestPosition, fE as MoveItemInCategoryRequestPositionWithLiterals, em as MoveItemInCategoryResponse, du as NestedAggregation, ds as NestedAggregationItem, dt as NestedAggregationItemKindOneOf, dz as NestedAggregationResults, dA as NestedAggregationResultsResultOneOf, aV as NestedAggregationType, fz 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, eO as NodeTypeWithLiterals, aI as NullValue, fm 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, eZ 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, fe as PlacementWithLiterals, cn as PlaybackOptions, be as PluginContainerData, aa as PluginContainerDataAlignment, eQ 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, f7 as PollLayoutDirectionWithLiterals, as as PollLayoutType, f6 as PollLayoutTypeWithLiterals, bU as PollSettings, aZ as Position, fD 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, fu as RequestedFieldsWithLiterals, az as Resizing, fd as ResizingWithLiterals, aM as ResponsivenessBehaviour, fq as ResponsivenessBehaviourWithLiterals, ex as RestoreInfo, dK as Results, cj as RibbonStyles, b7 as RichContent, dq as ScalarAggregation, dH as ScalarResult, aU as ScalarType, fy as ScalarTypeWithLiterals, aJ as Scaling, fn as ScalingWithLiterals, df as SearchCategoriesRequest, dv as SearchDetails, b3 as SeoSchema, en as SetArrangedItemsRequest, b6 as Settings, aO as SingleEntityOpsRequestedFields, fs as SingleEntityOpsRequestedFieldsWithLiterals, aS as SortDirection, fw as SortDirectionWithLiterals, aP as SortOrder, ft as SortOrderWithLiterals, aR as SortType, fv as SortTypeWithLiterals, d7 as Sorting, an as Source, f1 as SourceWithLiterals, bh as Spoiler, cb as SpoilerData, bj as Styles, bK as StylesBorder, ao as StylesPosition, f2 as StylesPositionWithLiterals, ct as TableCellData, cr as TableData, b5 as Tag, ac as Target, eS as TargetWithLiterals, ad as TextAlignment, eT as TextAlignmentWithLiterals, c3 as TextData, cI as TextNodeStyle, bo as TextStyle, bD as Thumbnails, al as ThumbnailsAlignment, e$ as ThumbnailsAlignmentWithLiterals, aB as Type, ff 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, fp as VerticalAlignmentAlignmentWithLiterals, fl as VerticalAlignmentWithLiterals, bx as Video, cm as VideoData, ah as ViewMode, eX as ViewModeWithLiterals, aq as ViewRole, f4 as ViewRoleWithLiterals, ar as VoteRole, f5 as VoteRoleWithLiterals, a$ as WebhookIdentityType, fF as WebhookIdentityTypeWithLiterals, af as Width, a9 as WidthType, eP as WidthTypeWithLiterals, eV as WidthWithLiterals } from './categories-v1-category-categories.universal-
|
|
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-Cq6c_a_W.js';
|
|
3
|
+
export { eF as AccountInfo, eI as AccountInfoMetadata, eA as ActionEvent, di as Aggregation, dw as AggregationData, dj as AggregationKindOneOf, dP as AggregationResults, dQ as AggregationResultsResultOneOf, dD as AggregationResultsScalarResult, aX as AggregationType, fB as AggregationTypeWithLiterals, aC as Alignment, fg as AlignmentWithLiterals, c6 as AnchorData, cM as App, cd as AppEmbedData, ce as AppEmbedDataAppDataOneOf, aE as AppType, fi as AppTypeWithLiterals, e0 as ApplicationError, ay as AspectRatio, fc as AspectRatioWithLiterals, cy as AudioData, bY as Background, bZ as BackgroundBackgroundOneOf, cE as BackgroundImage, au as BackgroundType, f8 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, fG as BulkSetItemCategoriesApplicationErrors, eN as BulkSetItemCategoriesOptions, ep as BulkSetItemCategoriesRequest, eq as BulkSetItemCategoriesResponse, e3 as BulkShowCategoriesRequest, dZ as BulkUpdateCategoriesRequest, cA as BulletedListData, bb as ButtonData, ab as ButtonDataType, eR as ButtonDataTypeWithLiterals, ch as ButtonStyles, cC as CaptionData, ck as CardStyles, eJ as CategoriesQueryResult, cR as CategoryMoved, eK as CategoryQuerySpec, eL as CategorySearchSpec, et as CategoryTreeNode, cu as CellStyle, bn as CodeBlockData, cq as CollapsibleListData, c7 as ColorData, bd as Colors, fH as CommonQueryWithEntityContext, fI as CommonSearchWithEntityContext, de as CompactCategory, dX as CountCategoriesRequest, cX as CreateCategoryRequest, cY as CreateCategoryResponse, ak as Crop, e_ 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, f9 as DecorationTypeWithLiterals, d2 as DeleteCategoryRequest, d3 as DeleteCategoryResponse, dR as DeprecatedSearchCategoriesWithOffsetRequest, dV as DeprecatedSearchCategoriesWithOffsetResponse, c2 as Design, aN as DesignTarget, fr as DesignTargetWithLiterals, cs as Dimensions, aG as Direction, fk as DirectionWithLiterals, bp as DividerData, ag as DividerDataAlignment, eW 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, fa as FontTypeWithLiterals, bF as GIF, bE as GIFData, am as GIFType, f0 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, fo as ImagePositionWithLiterals, ci as ImageStyles, ax as ImageStylesPosition, fb as ImageStylesPositionWithLiterals, dl as IncludeMissingValuesOptions, aF as InitialExpandedItems, fj as InitialExpandedItemsWithLiterals, aW as Interval, fA 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, eY as LayoutTypeWithLiterals, fh as LayoutWithLiterals, ae as LineStyle, eU 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, eM 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, f3 as MapTypeWithLiterals, bv as Media, c9 as MentionData, eC as MessageEnvelope, cG as Metadata, aT as MissingValues, fx as MissingValuesWithLiterals, aY as Mode, fC as ModeWithLiterals, dY as MoveCategoryRequest, el as MoveItemInCategoryRequest, a_ as MoveItemInCategoryRequestPosition, fE as MoveItemInCategoryRequestPositionWithLiterals, em as MoveItemInCategoryResponse, du as NestedAggregation, ds as NestedAggregationItem, dt as NestedAggregationItemKindOneOf, dz as NestedAggregationResults, dA as NestedAggregationResultsResultOneOf, aV as NestedAggregationType, fz 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, eO as NodeTypeWithLiterals, aI as NullValue, fm 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, eZ 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, fe as PlacementWithLiterals, cn as PlaybackOptions, be as PluginContainerData, aa as PluginContainerDataAlignment, eQ 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, f7 as PollLayoutDirectionWithLiterals, as as PollLayoutType, f6 as PollLayoutTypeWithLiterals, bU as PollSettings, aZ as Position, fD 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, fu as RequestedFieldsWithLiterals, az as Resizing, fd as ResizingWithLiterals, aM as ResponsivenessBehaviour, fq as ResponsivenessBehaviourWithLiterals, ex as RestoreInfo, dK as Results, cj as RibbonStyles, b7 as RichContent, dq as ScalarAggregation, dH as ScalarResult, aU as ScalarType, fy as ScalarTypeWithLiterals, aJ as Scaling, fn as ScalingWithLiterals, df as SearchCategoriesRequest, dv as SearchDetails, b3 as SeoSchema, en as SetArrangedItemsRequest, b6 as Settings, aO as SingleEntityOpsRequestedFields, fs as SingleEntityOpsRequestedFieldsWithLiterals, aS as SortDirection, fw as SortDirectionWithLiterals, aP as SortOrder, ft as SortOrderWithLiterals, aR as SortType, fv as SortTypeWithLiterals, d7 as Sorting, an as Source, f1 as SourceWithLiterals, bh as Spoiler, cb as SpoilerData, bj as Styles, bK as StylesBorder, ao as StylesPosition, f2 as StylesPositionWithLiterals, ct as TableCellData, cr as TableData, b5 as Tag, ac as Target, eS as TargetWithLiterals, ad as TextAlignment, eT as TextAlignmentWithLiterals, c3 as TextData, cI as TextNodeStyle, bo as TextStyle, bD as Thumbnails, al as ThumbnailsAlignment, e$ as ThumbnailsAlignmentWithLiterals, aB as Type, ff 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, fp as VerticalAlignmentAlignmentWithLiterals, fl as VerticalAlignmentWithLiterals, bx as Video, cm as VideoData, ah as ViewMode, eX as ViewModeWithLiterals, aq as ViewRole, f4 as ViewRoleWithLiterals, ar as VoteRole, f5 as VoteRoleWithLiterals, a$ as WebhookIdentityType, fF as WebhookIdentityTypeWithLiterals, af as Width, a9 as WidthType, eP as WidthTypeWithLiterals, eV as WidthWithLiterals } from './categories-v1-category-categories.universal-Cq6c_a_W.js';
|
|
4
4
|
|
|
5
5
|
declare function createCategory$1(httpClient: HttpClient): CreateCategorySignature;
|
|
6
6
|
interface CreateCategorySignature {
|