@wix/categories 1.0.24 → 1.0.26

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 (61) hide show
  1. package/build/cjs/context.d.ts +1 -1
  2. package/build/cjs/context.js +1 -1
  3. package/build/cjs/context.js.map +1 -1
  4. package/build/cjs/index.d.ts +1 -1
  5. package/build/cjs/index.js +1 -1
  6. package/build/cjs/index.js.map +1 -1
  7. package/build/cjs/meta.d.ts +1 -1
  8. package/build/cjs/meta.js +1 -1
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/context.d.ts +1 -1
  11. package/build/es/context.js +1 -1
  12. package/build/es/context.js.map +1 -1
  13. package/build/es/index.d.ts +1 -1
  14. package/build/es/index.js +1 -1
  15. package/build/es/index.js.map +1 -1
  16. package/build/es/meta.d.ts +1 -1
  17. package/build/es/meta.js +1 -1
  18. package/build/es/meta.js.map +1 -1
  19. package/package.json +11 -9
  20. package/build/cjs/index.typings.d.ts +0 -1
  21. package/build/cjs/index.typings.js +0 -28
  22. package/build/cjs/index.typings.js.map +0 -1
  23. package/build/cjs/src/categories-v1-category.context.d.ts +0 -20
  24. package/build/cjs/src/categories-v1-category.context.js +0 -203
  25. package/build/cjs/src/categories-v1-category.context.js.map +0 -1
  26. package/build/cjs/src/categories-v1-category.http.d.ts +0 -56
  27. package/build/cjs/src/categories-v1-category.http.js +0 -1029
  28. package/build/cjs/src/categories-v1-category.http.js.map +0 -1
  29. package/build/cjs/src/categories-v1-category.meta.d.ts +0 -50
  30. package/build/cjs/src/categories-v1-category.meta.js +0 -370
  31. package/build/cjs/src/categories-v1-category.meta.js.map +0 -1
  32. package/build/cjs/src/categories-v1-category.public.d.ts +0 -1454
  33. package/build/cjs/src/categories-v1-category.public.js +0 -164
  34. package/build/cjs/src/categories-v1-category.public.js.map +0 -1
  35. package/build/cjs/src/categories-v1-category.types.d.ts +0 -5763
  36. package/build/cjs/src/categories-v1-category.types.js +0 -402
  37. package/build/cjs/src/categories-v1-category.types.js.map +0 -1
  38. package/build/cjs/src/categories-v1-category.universal.d.ts +0 -6181
  39. package/build/cjs/src/categories-v1-category.universal.js +0 -1794
  40. package/build/cjs/src/categories-v1-category.universal.js.map +0 -1
  41. package/build/es/index.typings.d.ts +0 -1
  42. package/build/es/index.typings.js +0 -2
  43. package/build/es/index.typings.js.map +0 -1
  44. package/build/es/src/categories-v1-category.context.d.ts +0 -20
  45. package/build/es/src/categories-v1-category.context.js +0 -182
  46. package/build/es/src/categories-v1-category.context.js.map +0 -1
  47. package/build/es/src/categories-v1-category.http.d.ts +0 -56
  48. package/build/es/src/categories-v1-category.http.js +0 -1008
  49. package/build/es/src/categories-v1-category.http.js.map +0 -1
  50. package/build/es/src/categories-v1-category.meta.d.ts +0 -50
  51. package/build/es/src/categories-v1-category.meta.js +0 -326
  52. package/build/es/src/categories-v1-category.meta.js.map +0 -1
  53. package/build/es/src/categories-v1-category.public.d.ts +0 -1454
  54. package/build/es/src/categories-v1-category.public.js +0 -95
  55. package/build/es/src/categories-v1-category.public.js.map +0 -1
  56. package/build/es/src/categories-v1-category.types.d.ts +0 -5763
  57. package/build/es/src/categories-v1-category.types.js +0 -399
  58. package/build/es/src/categories-v1-category.types.js.map +0 -1
  59. package/build/es/src/categories-v1-category.universal.d.ts +0 -6181
  60. package/build/es/src/categories-v1-category.universal.js +0 -1749
  61. package/build/es/src/categories-v1-category.universal.js.map +0 -1
@@ -1,1454 +0,0 @@
1
- import { HttpClient } from '@wix/sdk-types';
2
- import { Category, TreeReference, UpdateCategory, MaskedCategory, ItemReference, BulkAddItemsToCategoryOptions, BulkAddItemToCategoriesOptions, BulkRemoveItemsFromCategoryOptions, BulkRemoveItemFromCategoriesOptions, ListCategoriesForItemOptions, BulkUpdateCategoriesOptions, CountCategoriesOptions, CreateCategoryOptions, GetCategoryOptions, ListItemsInCategoryOptions, MoveCategoryOptions, MoveItemInCategoryOptions, SearchCategoriesOptions, SetArrangedItemsOptions, UpdateCategoryOptions, UpdateCategoryVisibilityOptions } from './categories-v1-category.universal';
3
- export declare const __metadata: {
4
- PACKAGE_NAME: string;
5
- };
6
- export declare function createCategory(httpClient: HttpClient): (category: Category, options?: CreateCategoryOptions) => Promise<Category & {
7
- image: string;
8
- numberOfItems: number;
9
- breadcrumbs?: {
10
- values: {
11
- categoryId: string;
12
- categoryName: string;
13
- categorySlug: string;
14
- }[];
15
- } | undefined;
16
- richContentDescription?: {
17
- nodes: {
18
- buttonData?: {
19
- containerData?: {
20
- width?: {
21
- size: import("./categories-v1-category.universal").WidthType;
22
- } | undefined;
23
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
24
- } | undefined;
25
- type: import("./categories-v1-category.universal").Type;
26
- link?: {
27
- url: string;
28
- anchor: string;
29
- target: import("./categories-v1-category.universal").Target;
30
- } | undefined;
31
- } | undefined;
32
- codeBlockData?: {
33
- textStyle?: {
34
- textAlignment: import("./categories-v1-category.universal").TextAlignment;
35
- } | undefined;
36
- } | undefined;
37
- dividerData?: {
38
- containerData?: {
39
- width?: {
40
- size: import("./categories-v1-category.universal").WidthType;
41
- } | undefined;
42
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
43
- } | undefined;
44
- lineStyle: import("./categories-v1-category.universal").LineStyle;
45
- width: import("./categories-v1-category.universal").Width;
46
- alignment: import("./categories-v1-category.universal").Alignment;
47
- } | undefined;
48
- fileData?: {
49
- containerData?: {
50
- width?: {
51
- size: import("./categories-v1-category.universal").WidthType;
52
- } | undefined;
53
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
54
- } | undefined;
55
- pdfSettings?: {
56
- viewMode: import("./categories-v1-category.universal").ViewMode;
57
- } | undefined;
58
- } | undefined;
59
- galleryData?: {
60
- containerData?: {
61
- width?: {
62
- size: import("./categories-v1-category.universal").WidthType;
63
- } | undefined;
64
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
65
- } | undefined;
66
- items: {
67
- image?: {
68
- link?: {
69
- url: string;
70
- anchor: string;
71
- target: import("./categories-v1-category.universal").Target;
72
- } | undefined;
73
- } | undefined;
74
- }[];
75
- options?: {
76
- layout?: {
77
- type: import("./categories-v1-category.universal").LayoutType;
78
- orientation: import("./categories-v1-category.universal").Orientation;
79
- } | undefined;
80
- item?: {
81
- crop: import("./categories-v1-category.universal").Crop;
82
- } | undefined;
83
- thumbnails?: {
84
- placement: import("./categories-v1-category.universal").ThumbnailsAlignment;
85
- } | undefined;
86
- } | undefined;
87
- } | undefined;
88
- gifData?: {
89
- containerData?: {
90
- width?: {
91
- size: import("./categories-v1-category.universal").WidthType;
92
- } | undefined;
93
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
94
- } | undefined;
95
- height: number;
96
- width: number;
97
- } | undefined;
98
- headingData?: {
99
- level: number;
100
- textStyle?: {
101
- textAlignment: import("./categories-v1-category.universal").TextAlignment;
102
- } | undefined;
103
- } | undefined;
104
- htmlData?: {
105
- url: string;
106
- html: string;
107
- containerData?: {
108
- width?: {
109
- size: import("./categories-v1-category.universal").WidthType;
110
- } | undefined;
111
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
112
- } | undefined;
113
- source: import("./categories-v1-category.universal").Source;
114
- } | undefined;
115
- imageData?: {
116
- containerData?: {
117
- width?: {
118
- size: import("./categories-v1-category.universal").WidthType;
119
- } | undefined;
120
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
121
- } | undefined;
122
- link?: {
123
- url: string;
124
- anchor: string;
125
- target: import("./categories-v1-category.universal").Target;
126
- } | undefined;
127
- } | undefined;
128
- linkPreviewData?: {
129
- containerData?: {
130
- width?: {
131
- size: import("./categories-v1-category.universal").WidthType;
132
- } | undefined;
133
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
134
- } | undefined;
135
- link?: {
136
- url: string;
137
- anchor: string;
138
- target: import("./categories-v1-category.universal").Target;
139
- } | undefined;
140
- } | undefined;
141
- mapData?: {
142
- containerData?: {
143
- width?: {
144
- size: import("./categories-v1-category.universal").WidthType;
145
- } | undefined;
146
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
147
- } | undefined;
148
- mapSettings?: {
149
- mapType: import("./categories-v1-category.universal").MapType;
150
- } | undefined;
151
- } | undefined;
152
- paragraphData?: {
153
- textStyle?: {
154
- textAlignment: import("./categories-v1-category.universal").TextAlignment;
155
- } | undefined;
156
- } | undefined;
157
- pollData?: {
158
- containerData?: {
159
- width?: {
160
- size: import("./categories-v1-category.universal").WidthType;
161
- } | undefined;
162
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
163
- } | undefined;
164
- poll?: {
165
- options: import("./categories-v1-category.universal").Option[];
166
- settings?: {
167
- permissions?: {
168
- view: import("./categories-v1-category.universal").ViewRole;
169
- vote: import("./categories-v1-category.universal").VoteRole;
170
- } | undefined;
171
- } | undefined;
172
- } | undefined;
173
- layout?: {
174
- poll?: {
175
- type: import("./categories-v1-category.universal").PollLayoutType;
176
- direction: import("./categories-v1-category.universal").PollLayoutDirection;
177
- } | undefined;
178
- } | undefined;
179
- design?: {
180
- poll?: {
181
- background?: {
182
- type: import("./categories-v1-category.universal").BackgroundType;
183
- } | undefined;
184
- } | undefined;
185
- } | undefined;
186
- } | undefined;
187
- textData?: {
188
- text: string;
189
- decorations: {
190
- anchorData?: {
191
- anchor: string;
192
- } | undefined;
193
- linkData?: {
194
- link?: {
195
- url: string;
196
- anchor: string;
197
- target: import("./categories-v1-category.universal").Target;
198
- } | undefined;
199
- } | undefined;
200
- mentionData?: {
201
- name: string;
202
- slug: string;
203
- } | undefined;
204
- fontSizeData?: {
205
- unit: import("./categories-v1-category.universal").FontType;
206
- } | undefined;
207
- type: import("./categories-v1-category.universal").DecorationType;
208
- }[];
209
- } | undefined;
210
- appEmbedData?: {
211
- type: import("./categories-v1-category.universal").AppType;
212
- } | undefined;
213
- videoData?: {
214
- containerData?: {
215
- width?: {
216
- size: import("./categories-v1-category.universal").WidthType;
217
- } | undefined;
218
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
219
- } | undefined;
220
- } | undefined;
221
- embedData?: {
222
- containerData?: {
223
- width?: {
224
- size: import("./categories-v1-category.universal").WidthType;
225
- } | undefined;
226
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
227
- } | undefined;
228
- } | undefined;
229
- collapsibleListData?: {
230
- containerData?: {
231
- width?: {
232
- size: import("./categories-v1-category.universal").WidthType;
233
- } | undefined;
234
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
235
- } | undefined;
236
- initialExpandedItems: import("./categories-v1-category.universal").InitialExpandedItems;
237
- direction: import("./categories-v1-category.universal").Direction;
238
- } | undefined;
239
- tableData?: {
240
- containerData?: {
241
- width?: {
242
- size: import("./categories-v1-category.universal").WidthType;
243
- } | undefined;
244
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
245
- } | undefined;
246
- dimensions?: {
247
- colsWidthRatio: number[];
248
- rowsHeight: number[];
249
- colsMinWidth: number[];
250
- } | undefined;
251
- } | undefined;
252
- tableCellData?: {
253
- cellStyle?: {
254
- verticalAlignment: import("./categories-v1-category.universal").VerticalAlignment;
255
- } | undefined;
256
- } | undefined;
257
- audioData?: {
258
- containerData?: {
259
- width?: {
260
- size: import("./categories-v1-category.universal").WidthType;
261
- } | undefined;
262
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
263
- } | undefined;
264
- } | undefined;
265
- orderedListData?: {
266
- indentation: number;
267
- } | undefined;
268
- bulletedListData?: {
269
- indentation: number;
270
- } | undefined;
271
- blockquoteData?: {
272
- indentation: number;
273
- } | undefined;
274
- type: import("./categories-v1-category.universal").NodeType;
275
- _id: string;
276
- nodes: any[][];
277
- }[];
278
- metadata?: {
279
- version: number;
280
- } | undefined;
281
- documentStyle?: {
282
- headerOne?: {
283
- decorations: {
284
- anchorData?: {
285
- anchor: string;
286
- } | undefined;
287
- linkData?: {
288
- link?: {
289
- url: string;
290
- anchor: string;
291
- target: import("./categories-v1-category.universal").Target;
292
- } | undefined;
293
- } | undefined;
294
- mentionData?: {
295
- name: string;
296
- slug: string;
297
- } | undefined;
298
- fontSizeData?: {
299
- unit: import("./categories-v1-category.universal").FontType;
300
- } | undefined;
301
- type: import("./categories-v1-category.universal").DecorationType;
302
- }[];
303
- } | undefined;
304
- headerTwo?: {
305
- decorations: {
306
- anchorData?: {
307
- anchor: string;
308
- } | undefined;
309
- linkData?: {
310
- link?: {
311
- url: string;
312
- anchor: string;
313
- target: import("./categories-v1-category.universal").Target;
314
- } | undefined;
315
- } | undefined;
316
- mentionData?: {
317
- name: string;
318
- slug: string;
319
- } | undefined;
320
- fontSizeData?: {
321
- unit: import("./categories-v1-category.universal").FontType;
322
- } | undefined;
323
- type: import("./categories-v1-category.universal").DecorationType;
324
- }[];
325
- } | undefined;
326
- headerThree?: {
327
- decorations: {
328
- anchorData?: {
329
- anchor: string;
330
- } | undefined;
331
- linkData?: {
332
- link?: {
333
- url: string;
334
- anchor: string;
335
- target: import("./categories-v1-category.universal").Target;
336
- } | undefined;
337
- } | undefined;
338
- mentionData?: {
339
- name: string;
340
- slug: string;
341
- } | undefined;
342
- fontSizeData?: {
343
- unit: import("./categories-v1-category.universal").FontType;
344
- } | undefined;
345
- type: import("./categories-v1-category.universal").DecorationType;
346
- }[];
347
- } | undefined;
348
- headerFour?: {
349
- decorations: {
350
- anchorData?: {
351
- anchor: string;
352
- } | undefined;
353
- linkData?: {
354
- link?: {
355
- url: string;
356
- anchor: string;
357
- target: import("./categories-v1-category.universal").Target;
358
- } | undefined;
359
- } | undefined;
360
- mentionData?: {
361
- name: string;
362
- slug: string;
363
- } | undefined;
364
- fontSizeData?: {
365
- unit: import("./categories-v1-category.universal").FontType;
366
- } | undefined;
367
- type: import("./categories-v1-category.universal").DecorationType;
368
- }[];
369
- } | undefined;
370
- headerFive?: {
371
- decorations: {
372
- anchorData?: {
373
- anchor: string;
374
- } | undefined;
375
- linkData?: {
376
- link?: {
377
- url: string;
378
- anchor: string;
379
- target: import("./categories-v1-category.universal").Target;
380
- } | undefined;
381
- } | undefined;
382
- mentionData?: {
383
- name: string;
384
- slug: string;
385
- } | undefined;
386
- fontSizeData?: {
387
- unit: import("./categories-v1-category.universal").FontType;
388
- } | undefined;
389
- type: import("./categories-v1-category.universal").DecorationType;
390
- }[];
391
- } | undefined;
392
- headerSix?: {
393
- decorations: {
394
- anchorData?: {
395
- anchor: string;
396
- } | undefined;
397
- linkData?: {
398
- link?: {
399
- url: string;
400
- anchor: string;
401
- target: import("./categories-v1-category.universal").Target;
402
- } | undefined;
403
- } | undefined;
404
- mentionData?: {
405
- name: string;
406
- slug: string;
407
- } | undefined;
408
- fontSizeData?: {
409
- unit: import("./categories-v1-category.universal").FontType;
410
- } | undefined;
411
- type: import("./categories-v1-category.universal").DecorationType;
412
- }[];
413
- } | undefined;
414
- paragraph?: {
415
- decorations: {
416
- anchorData?: {
417
- anchor: string;
418
- } | undefined;
419
- linkData?: {
420
- link?: {
421
- url: string;
422
- anchor: string;
423
- target: import("./categories-v1-category.universal").Target;
424
- } | undefined;
425
- } | undefined;
426
- mentionData?: {
427
- name: string;
428
- slug: string;
429
- } | undefined;
430
- fontSizeData?: {
431
- unit: import("./categories-v1-category.universal").FontType;
432
- } | undefined;
433
- type: import("./categories-v1-category.universal").DecorationType;
434
- }[];
435
- } | undefined;
436
- blockquote?: {
437
- decorations: {
438
- anchorData?: {
439
- anchor: string;
440
- } | undefined;
441
- linkData?: {
442
- link?: {
443
- url: string;
444
- anchor: string;
445
- target: import("./categories-v1-category.universal").Target;
446
- } | undefined;
447
- } | undefined;
448
- mentionData?: {
449
- name: string;
450
- slug: string;
451
- } | undefined;
452
- fontSizeData?: {
453
- unit: import("./categories-v1-category.universal").FontType;
454
- } | undefined;
455
- type: import("./categories-v1-category.universal").DecorationType;
456
- }[];
457
- } | undefined;
458
- codeBlock?: {
459
- decorations: {
460
- anchorData?: {
461
- anchor: string;
462
- } | undefined;
463
- linkData?: {
464
- link?: {
465
- url: string;
466
- anchor: string;
467
- target: import("./categories-v1-category.universal").Target;
468
- } | undefined;
469
- } | undefined;
470
- mentionData?: {
471
- name: string;
472
- slug: string;
473
- } | undefined;
474
- fontSizeData?: {
475
- unit: import("./categories-v1-category.universal").FontType;
476
- } | undefined;
477
- type: import("./categories-v1-category.universal").DecorationType;
478
- }[];
479
- } | undefined;
480
- } | undefined;
481
- } | undefined;
482
- }>;
483
- export declare function getCategory(httpClient: HttpClient): (categoryId: string, treeReference: TreeReference, options?: GetCategoryOptions) => Promise<Category & {
484
- image: string;
485
- numberOfItems: number;
486
- breadcrumbs?: {
487
- values: {
488
- categoryId: string;
489
- categoryName: string;
490
- categorySlug: string;
491
- }[];
492
- } | undefined;
493
- richContentDescription?: {
494
- nodes: {
495
- buttonData?: {
496
- containerData?: {
497
- width?: {
498
- size: import("./categories-v1-category.universal").WidthType;
499
- } | undefined;
500
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
501
- } | undefined;
502
- type: import("./categories-v1-category.universal").Type;
503
- link?: {
504
- url: string;
505
- anchor: string;
506
- target: import("./categories-v1-category.universal").Target;
507
- } | undefined;
508
- } | undefined;
509
- codeBlockData?: {
510
- textStyle?: {
511
- textAlignment: import("./categories-v1-category.universal").TextAlignment;
512
- } | undefined;
513
- } | undefined;
514
- dividerData?: {
515
- containerData?: {
516
- width?: {
517
- size: import("./categories-v1-category.universal").WidthType;
518
- } | undefined;
519
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
520
- } | undefined;
521
- lineStyle: import("./categories-v1-category.universal").LineStyle;
522
- width: import("./categories-v1-category.universal").Width;
523
- alignment: import("./categories-v1-category.universal").Alignment;
524
- } | undefined;
525
- fileData?: {
526
- containerData?: {
527
- width?: {
528
- size: import("./categories-v1-category.universal").WidthType;
529
- } | undefined;
530
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
531
- } | undefined;
532
- pdfSettings?: {
533
- viewMode: import("./categories-v1-category.universal").ViewMode;
534
- } | undefined;
535
- } | undefined;
536
- galleryData?: {
537
- containerData?: {
538
- width?: {
539
- size: import("./categories-v1-category.universal").WidthType;
540
- } | undefined;
541
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
542
- } | undefined;
543
- items: {
544
- image?: {
545
- link?: {
546
- url: string;
547
- anchor: string;
548
- target: import("./categories-v1-category.universal").Target;
549
- } | undefined;
550
- } | undefined;
551
- }[];
552
- options?: {
553
- layout?: {
554
- type: import("./categories-v1-category.universal").LayoutType;
555
- orientation: import("./categories-v1-category.universal").Orientation;
556
- } | undefined;
557
- item?: {
558
- crop: import("./categories-v1-category.universal").Crop;
559
- } | undefined;
560
- thumbnails?: {
561
- placement: import("./categories-v1-category.universal").ThumbnailsAlignment;
562
- } | undefined;
563
- } | undefined;
564
- } | undefined;
565
- gifData?: {
566
- containerData?: {
567
- width?: {
568
- size: import("./categories-v1-category.universal").WidthType;
569
- } | undefined;
570
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
571
- } | undefined;
572
- height: number;
573
- width: number;
574
- } | undefined;
575
- headingData?: {
576
- level: number;
577
- textStyle?: {
578
- textAlignment: import("./categories-v1-category.universal").TextAlignment;
579
- } | undefined;
580
- } | undefined;
581
- htmlData?: {
582
- url: string;
583
- html: string;
584
- containerData?: {
585
- width?: {
586
- size: import("./categories-v1-category.universal").WidthType;
587
- } | undefined;
588
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
589
- } | undefined;
590
- source: import("./categories-v1-category.universal").Source;
591
- } | undefined;
592
- imageData?: {
593
- containerData?: {
594
- width?: {
595
- size: import("./categories-v1-category.universal").WidthType;
596
- } | undefined;
597
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
598
- } | undefined;
599
- link?: {
600
- url: string;
601
- anchor: string;
602
- target: import("./categories-v1-category.universal").Target;
603
- } | undefined;
604
- } | undefined;
605
- linkPreviewData?: {
606
- containerData?: {
607
- width?: {
608
- size: import("./categories-v1-category.universal").WidthType;
609
- } | undefined;
610
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
611
- } | undefined;
612
- link?: {
613
- url: string;
614
- anchor: string;
615
- target: import("./categories-v1-category.universal").Target;
616
- } | undefined;
617
- } | undefined;
618
- mapData?: {
619
- containerData?: {
620
- width?: {
621
- size: import("./categories-v1-category.universal").WidthType;
622
- } | undefined;
623
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
624
- } | undefined;
625
- mapSettings?: {
626
- mapType: import("./categories-v1-category.universal").MapType;
627
- } | undefined;
628
- } | undefined;
629
- paragraphData?: {
630
- textStyle?: {
631
- textAlignment: import("./categories-v1-category.universal").TextAlignment;
632
- } | undefined;
633
- } | undefined;
634
- pollData?: {
635
- containerData?: {
636
- width?: {
637
- size: import("./categories-v1-category.universal").WidthType;
638
- } | undefined;
639
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
640
- } | undefined;
641
- poll?: {
642
- options: import("./categories-v1-category.universal").Option[];
643
- settings?: {
644
- permissions?: {
645
- view: import("./categories-v1-category.universal").ViewRole;
646
- vote: import("./categories-v1-category.universal").VoteRole;
647
- } | undefined;
648
- } | undefined;
649
- } | undefined;
650
- layout?: {
651
- poll?: {
652
- type: import("./categories-v1-category.universal").PollLayoutType;
653
- direction: import("./categories-v1-category.universal").PollLayoutDirection;
654
- } | undefined;
655
- } | undefined;
656
- design?: {
657
- poll?: {
658
- background?: {
659
- type: import("./categories-v1-category.universal").BackgroundType;
660
- } | undefined;
661
- } | undefined;
662
- } | undefined;
663
- } | undefined;
664
- textData?: {
665
- text: string;
666
- decorations: {
667
- anchorData?: {
668
- anchor: string;
669
- } | undefined;
670
- linkData?: {
671
- link?: {
672
- url: string;
673
- anchor: string;
674
- target: import("./categories-v1-category.universal").Target;
675
- } | undefined;
676
- } | undefined;
677
- mentionData?: {
678
- name: string;
679
- slug: string;
680
- } | undefined;
681
- fontSizeData?: {
682
- unit: import("./categories-v1-category.universal").FontType;
683
- } | undefined;
684
- type: import("./categories-v1-category.universal").DecorationType;
685
- }[];
686
- } | undefined;
687
- appEmbedData?: {
688
- type: import("./categories-v1-category.universal").AppType;
689
- } | undefined;
690
- videoData?: {
691
- containerData?: {
692
- width?: {
693
- size: import("./categories-v1-category.universal").WidthType;
694
- } | undefined;
695
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
696
- } | undefined;
697
- } | undefined;
698
- embedData?: {
699
- containerData?: {
700
- width?: {
701
- size: import("./categories-v1-category.universal").WidthType;
702
- } | undefined;
703
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
704
- } | undefined;
705
- } | undefined;
706
- collapsibleListData?: {
707
- containerData?: {
708
- width?: {
709
- size: import("./categories-v1-category.universal").WidthType;
710
- } | undefined;
711
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
712
- } | undefined;
713
- initialExpandedItems: import("./categories-v1-category.universal").InitialExpandedItems;
714
- direction: import("./categories-v1-category.universal").Direction;
715
- } | undefined;
716
- tableData?: {
717
- containerData?: {
718
- width?: {
719
- size: import("./categories-v1-category.universal").WidthType;
720
- } | undefined;
721
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
722
- } | undefined;
723
- dimensions?: {
724
- colsWidthRatio: number[];
725
- rowsHeight: number[];
726
- colsMinWidth: number[];
727
- } | undefined;
728
- } | undefined;
729
- tableCellData?: {
730
- cellStyle?: {
731
- verticalAlignment: import("./categories-v1-category.universal").VerticalAlignment;
732
- } | undefined;
733
- } | undefined;
734
- audioData?: {
735
- containerData?: {
736
- width?: {
737
- size: import("./categories-v1-category.universal").WidthType;
738
- } | undefined;
739
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
740
- } | undefined;
741
- } | undefined;
742
- orderedListData?: {
743
- indentation: number;
744
- } | undefined;
745
- bulletedListData?: {
746
- indentation: number;
747
- } | undefined;
748
- blockquoteData?: {
749
- indentation: number;
750
- } | undefined;
751
- type: import("./categories-v1-category.universal").NodeType;
752
- _id: string;
753
- nodes: any[][];
754
- }[];
755
- metadata?: {
756
- version: number;
757
- } | undefined;
758
- documentStyle?: {
759
- headerOne?: {
760
- decorations: {
761
- anchorData?: {
762
- anchor: string;
763
- } | undefined;
764
- linkData?: {
765
- link?: {
766
- url: string;
767
- anchor: string;
768
- target: import("./categories-v1-category.universal").Target;
769
- } | undefined;
770
- } | undefined;
771
- mentionData?: {
772
- name: string;
773
- slug: string;
774
- } | undefined;
775
- fontSizeData?: {
776
- unit: import("./categories-v1-category.universal").FontType;
777
- } | undefined;
778
- type: import("./categories-v1-category.universal").DecorationType;
779
- }[];
780
- } | undefined;
781
- headerTwo?: {
782
- decorations: {
783
- anchorData?: {
784
- anchor: string;
785
- } | undefined;
786
- linkData?: {
787
- link?: {
788
- url: string;
789
- anchor: string;
790
- target: import("./categories-v1-category.universal").Target;
791
- } | undefined;
792
- } | undefined;
793
- mentionData?: {
794
- name: string;
795
- slug: string;
796
- } | undefined;
797
- fontSizeData?: {
798
- unit: import("./categories-v1-category.universal").FontType;
799
- } | undefined;
800
- type: import("./categories-v1-category.universal").DecorationType;
801
- }[];
802
- } | undefined;
803
- headerThree?: {
804
- decorations: {
805
- anchorData?: {
806
- anchor: string;
807
- } | undefined;
808
- linkData?: {
809
- link?: {
810
- url: string;
811
- anchor: string;
812
- target: import("./categories-v1-category.universal").Target;
813
- } | undefined;
814
- } | undefined;
815
- mentionData?: {
816
- name: string;
817
- slug: string;
818
- } | undefined;
819
- fontSizeData?: {
820
- unit: import("./categories-v1-category.universal").FontType;
821
- } | undefined;
822
- type: import("./categories-v1-category.universal").DecorationType;
823
- }[];
824
- } | undefined;
825
- headerFour?: {
826
- decorations: {
827
- anchorData?: {
828
- anchor: string;
829
- } | undefined;
830
- linkData?: {
831
- link?: {
832
- url: string;
833
- anchor: string;
834
- target: import("./categories-v1-category.universal").Target;
835
- } | undefined;
836
- } | undefined;
837
- mentionData?: {
838
- name: string;
839
- slug: string;
840
- } | undefined;
841
- fontSizeData?: {
842
- unit: import("./categories-v1-category.universal").FontType;
843
- } | undefined;
844
- type: import("./categories-v1-category.universal").DecorationType;
845
- }[];
846
- } | undefined;
847
- headerFive?: {
848
- decorations: {
849
- anchorData?: {
850
- anchor: string;
851
- } | undefined;
852
- linkData?: {
853
- link?: {
854
- url: string;
855
- anchor: string;
856
- target: import("./categories-v1-category.universal").Target;
857
- } | undefined;
858
- } | undefined;
859
- mentionData?: {
860
- name: string;
861
- slug: string;
862
- } | undefined;
863
- fontSizeData?: {
864
- unit: import("./categories-v1-category.universal").FontType;
865
- } | undefined;
866
- type: import("./categories-v1-category.universal").DecorationType;
867
- }[];
868
- } | undefined;
869
- headerSix?: {
870
- decorations: {
871
- anchorData?: {
872
- anchor: string;
873
- } | undefined;
874
- linkData?: {
875
- link?: {
876
- url: string;
877
- anchor: string;
878
- target: import("./categories-v1-category.universal").Target;
879
- } | undefined;
880
- } | undefined;
881
- mentionData?: {
882
- name: string;
883
- slug: string;
884
- } | undefined;
885
- fontSizeData?: {
886
- unit: import("./categories-v1-category.universal").FontType;
887
- } | undefined;
888
- type: import("./categories-v1-category.universal").DecorationType;
889
- }[];
890
- } | undefined;
891
- paragraph?: {
892
- decorations: {
893
- anchorData?: {
894
- anchor: string;
895
- } | undefined;
896
- linkData?: {
897
- link?: {
898
- url: string;
899
- anchor: string;
900
- target: import("./categories-v1-category.universal").Target;
901
- } | undefined;
902
- } | undefined;
903
- mentionData?: {
904
- name: string;
905
- slug: string;
906
- } | undefined;
907
- fontSizeData?: {
908
- unit: import("./categories-v1-category.universal").FontType;
909
- } | undefined;
910
- type: import("./categories-v1-category.universal").DecorationType;
911
- }[];
912
- } | undefined;
913
- blockquote?: {
914
- decorations: {
915
- anchorData?: {
916
- anchor: string;
917
- } | undefined;
918
- linkData?: {
919
- link?: {
920
- url: string;
921
- anchor: string;
922
- target: import("./categories-v1-category.universal").Target;
923
- } | undefined;
924
- } | undefined;
925
- mentionData?: {
926
- name: string;
927
- slug: string;
928
- } | undefined;
929
- fontSizeData?: {
930
- unit: import("./categories-v1-category.universal").FontType;
931
- } | undefined;
932
- type: import("./categories-v1-category.universal").DecorationType;
933
- }[];
934
- } | undefined;
935
- codeBlock?: {
936
- decorations: {
937
- anchorData?: {
938
- anchor: string;
939
- } | undefined;
940
- linkData?: {
941
- link?: {
942
- url: string;
943
- anchor: string;
944
- target: import("./categories-v1-category.universal").Target;
945
- } | undefined;
946
- } | undefined;
947
- mentionData?: {
948
- name: string;
949
- slug: string;
950
- } | undefined;
951
- fontSizeData?: {
952
- unit: import("./categories-v1-category.universal").FontType;
953
- } | undefined;
954
- type: import("./categories-v1-category.universal").DecorationType;
955
- }[];
956
- } | undefined;
957
- } | undefined;
958
- } | undefined;
959
- }>;
960
- export declare function updateCategory(httpClient: HttpClient): (_id: string | null, category: UpdateCategory, options?: UpdateCategoryOptions) => Promise<Category & {
961
- image: string;
962
- numberOfItems: number;
963
- breadcrumbs?: {
964
- values: {
965
- categoryId: string;
966
- categoryName: string;
967
- categorySlug: string;
968
- }[];
969
- } | undefined;
970
- richContentDescription?: {
971
- nodes: {
972
- buttonData?: {
973
- containerData?: {
974
- width?: {
975
- size: import("./categories-v1-category.universal").WidthType;
976
- } | undefined;
977
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
978
- } | undefined;
979
- type: import("./categories-v1-category.universal").Type;
980
- link?: {
981
- url: string;
982
- anchor: string;
983
- target: import("./categories-v1-category.universal").Target;
984
- } | undefined;
985
- } | undefined;
986
- codeBlockData?: {
987
- textStyle?: {
988
- textAlignment: import("./categories-v1-category.universal").TextAlignment;
989
- } | undefined;
990
- } | undefined;
991
- dividerData?: {
992
- containerData?: {
993
- width?: {
994
- size: import("./categories-v1-category.universal").WidthType;
995
- } | undefined;
996
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
997
- } | undefined;
998
- lineStyle: import("./categories-v1-category.universal").LineStyle;
999
- width: import("./categories-v1-category.universal").Width;
1000
- alignment: import("./categories-v1-category.universal").Alignment;
1001
- } | undefined;
1002
- fileData?: {
1003
- containerData?: {
1004
- width?: {
1005
- size: import("./categories-v1-category.universal").WidthType;
1006
- } | undefined;
1007
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
1008
- } | undefined;
1009
- pdfSettings?: {
1010
- viewMode: import("./categories-v1-category.universal").ViewMode;
1011
- } | undefined;
1012
- } | undefined;
1013
- galleryData?: {
1014
- containerData?: {
1015
- width?: {
1016
- size: import("./categories-v1-category.universal").WidthType;
1017
- } | undefined;
1018
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
1019
- } | undefined;
1020
- items: {
1021
- image?: {
1022
- link?: {
1023
- url: string;
1024
- anchor: string;
1025
- target: import("./categories-v1-category.universal").Target;
1026
- } | undefined;
1027
- } | undefined;
1028
- }[];
1029
- options?: {
1030
- layout?: {
1031
- type: import("./categories-v1-category.universal").LayoutType;
1032
- orientation: import("./categories-v1-category.universal").Orientation;
1033
- } | undefined;
1034
- item?: {
1035
- crop: import("./categories-v1-category.universal").Crop;
1036
- } | undefined;
1037
- thumbnails?: {
1038
- placement: import("./categories-v1-category.universal").ThumbnailsAlignment;
1039
- } | undefined;
1040
- } | undefined;
1041
- } | undefined;
1042
- gifData?: {
1043
- containerData?: {
1044
- width?: {
1045
- size: import("./categories-v1-category.universal").WidthType;
1046
- } | undefined;
1047
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
1048
- } | undefined;
1049
- height: number;
1050
- width: number;
1051
- } | undefined;
1052
- headingData?: {
1053
- level: number;
1054
- textStyle?: {
1055
- textAlignment: import("./categories-v1-category.universal").TextAlignment;
1056
- } | undefined;
1057
- } | undefined;
1058
- htmlData?: {
1059
- url: string;
1060
- html: string;
1061
- containerData?: {
1062
- width?: {
1063
- size: import("./categories-v1-category.universal").WidthType;
1064
- } | undefined;
1065
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
1066
- } | undefined;
1067
- source: import("./categories-v1-category.universal").Source;
1068
- } | undefined;
1069
- imageData?: {
1070
- containerData?: {
1071
- width?: {
1072
- size: import("./categories-v1-category.universal").WidthType;
1073
- } | undefined;
1074
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
1075
- } | undefined;
1076
- link?: {
1077
- url: string;
1078
- anchor: string;
1079
- target: import("./categories-v1-category.universal").Target;
1080
- } | undefined;
1081
- } | undefined;
1082
- linkPreviewData?: {
1083
- containerData?: {
1084
- width?: {
1085
- size: import("./categories-v1-category.universal").WidthType;
1086
- } | undefined;
1087
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
1088
- } | undefined;
1089
- link?: {
1090
- url: string;
1091
- anchor: string;
1092
- target: import("./categories-v1-category.universal").Target;
1093
- } | undefined;
1094
- } | undefined;
1095
- mapData?: {
1096
- containerData?: {
1097
- width?: {
1098
- size: import("./categories-v1-category.universal").WidthType;
1099
- } | undefined;
1100
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
1101
- } | undefined;
1102
- mapSettings?: {
1103
- mapType: import("./categories-v1-category.universal").MapType;
1104
- } | undefined;
1105
- } | undefined;
1106
- paragraphData?: {
1107
- textStyle?: {
1108
- textAlignment: import("./categories-v1-category.universal").TextAlignment;
1109
- } | undefined;
1110
- } | undefined;
1111
- pollData?: {
1112
- containerData?: {
1113
- width?: {
1114
- size: import("./categories-v1-category.universal").WidthType;
1115
- } | undefined;
1116
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
1117
- } | undefined;
1118
- poll?: {
1119
- options: import("./categories-v1-category.universal").Option[];
1120
- settings?: {
1121
- permissions?: {
1122
- view: import("./categories-v1-category.universal").ViewRole;
1123
- vote: import("./categories-v1-category.universal").VoteRole;
1124
- } | undefined;
1125
- } | undefined;
1126
- } | undefined;
1127
- layout?: {
1128
- poll?: {
1129
- type: import("./categories-v1-category.universal").PollLayoutType;
1130
- direction: import("./categories-v1-category.universal").PollLayoutDirection;
1131
- } | undefined;
1132
- } | undefined;
1133
- design?: {
1134
- poll?: {
1135
- background?: {
1136
- type: import("./categories-v1-category.universal").BackgroundType;
1137
- } | undefined;
1138
- } | undefined;
1139
- } | undefined;
1140
- } | undefined;
1141
- textData?: {
1142
- text: string;
1143
- decorations: {
1144
- anchorData?: {
1145
- anchor: string;
1146
- } | undefined;
1147
- linkData?: {
1148
- link?: {
1149
- url: string;
1150
- anchor: string;
1151
- target: import("./categories-v1-category.universal").Target;
1152
- } | undefined;
1153
- } | undefined;
1154
- mentionData?: {
1155
- name: string;
1156
- slug: string;
1157
- } | undefined;
1158
- fontSizeData?: {
1159
- unit: import("./categories-v1-category.universal").FontType;
1160
- } | undefined;
1161
- type: import("./categories-v1-category.universal").DecorationType;
1162
- }[];
1163
- } | undefined;
1164
- appEmbedData?: {
1165
- type: import("./categories-v1-category.universal").AppType;
1166
- } | undefined;
1167
- videoData?: {
1168
- containerData?: {
1169
- width?: {
1170
- size: import("./categories-v1-category.universal").WidthType;
1171
- } | undefined;
1172
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
1173
- } | undefined;
1174
- } | undefined;
1175
- embedData?: {
1176
- containerData?: {
1177
- width?: {
1178
- size: import("./categories-v1-category.universal").WidthType;
1179
- } | undefined;
1180
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
1181
- } | undefined;
1182
- } | undefined;
1183
- collapsibleListData?: {
1184
- containerData?: {
1185
- width?: {
1186
- size: import("./categories-v1-category.universal").WidthType;
1187
- } | undefined;
1188
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
1189
- } | undefined;
1190
- initialExpandedItems: import("./categories-v1-category.universal").InitialExpandedItems;
1191
- direction: import("./categories-v1-category.universal").Direction;
1192
- } | undefined;
1193
- tableData?: {
1194
- containerData?: {
1195
- width?: {
1196
- size: import("./categories-v1-category.universal").WidthType;
1197
- } | undefined;
1198
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
1199
- } | undefined;
1200
- dimensions?: {
1201
- colsWidthRatio: number[];
1202
- rowsHeight: number[];
1203
- colsMinWidth: number[];
1204
- } | undefined;
1205
- } | undefined;
1206
- tableCellData?: {
1207
- cellStyle?: {
1208
- verticalAlignment: import("./categories-v1-category.universal").VerticalAlignment;
1209
- } | undefined;
1210
- } | undefined;
1211
- audioData?: {
1212
- containerData?: {
1213
- width?: {
1214
- size: import("./categories-v1-category.universal").WidthType;
1215
- } | undefined;
1216
- alignment: import("./categories-v1-category.universal").PluginContainerDataAlignment;
1217
- } | undefined;
1218
- } | undefined;
1219
- orderedListData?: {
1220
- indentation: number;
1221
- } | undefined;
1222
- bulletedListData?: {
1223
- indentation: number;
1224
- } | undefined;
1225
- blockquoteData?: {
1226
- indentation: number;
1227
- } | undefined;
1228
- type: import("./categories-v1-category.universal").NodeType;
1229
- _id: string;
1230
- nodes: any[][];
1231
- }[];
1232
- metadata?: {
1233
- version: number;
1234
- } | undefined;
1235
- documentStyle?: {
1236
- headerOne?: {
1237
- decorations: {
1238
- anchorData?: {
1239
- anchor: string;
1240
- } | undefined;
1241
- linkData?: {
1242
- link?: {
1243
- url: string;
1244
- anchor: string;
1245
- target: import("./categories-v1-category.universal").Target;
1246
- } | undefined;
1247
- } | undefined;
1248
- mentionData?: {
1249
- name: string;
1250
- slug: string;
1251
- } | undefined;
1252
- fontSizeData?: {
1253
- unit: import("./categories-v1-category.universal").FontType;
1254
- } | undefined;
1255
- type: import("./categories-v1-category.universal").DecorationType;
1256
- }[];
1257
- } | undefined;
1258
- headerTwo?: {
1259
- decorations: {
1260
- anchorData?: {
1261
- anchor: string;
1262
- } | undefined;
1263
- linkData?: {
1264
- link?: {
1265
- url: string;
1266
- anchor: string;
1267
- target: import("./categories-v1-category.universal").Target;
1268
- } | undefined;
1269
- } | undefined;
1270
- mentionData?: {
1271
- name: string;
1272
- slug: string;
1273
- } | undefined;
1274
- fontSizeData?: {
1275
- unit: import("./categories-v1-category.universal").FontType;
1276
- } | undefined;
1277
- type: import("./categories-v1-category.universal").DecorationType;
1278
- }[];
1279
- } | undefined;
1280
- headerThree?: {
1281
- decorations: {
1282
- anchorData?: {
1283
- anchor: string;
1284
- } | undefined;
1285
- linkData?: {
1286
- link?: {
1287
- url: string;
1288
- anchor: string;
1289
- target: import("./categories-v1-category.universal").Target;
1290
- } | undefined;
1291
- } | undefined;
1292
- mentionData?: {
1293
- name: string;
1294
- slug: string;
1295
- } | undefined;
1296
- fontSizeData?: {
1297
- unit: import("./categories-v1-category.universal").FontType;
1298
- } | undefined;
1299
- type: import("./categories-v1-category.universal").DecorationType;
1300
- }[];
1301
- } | undefined;
1302
- headerFour?: {
1303
- decorations: {
1304
- anchorData?: {
1305
- anchor: string;
1306
- } | undefined;
1307
- linkData?: {
1308
- link?: {
1309
- url: string;
1310
- anchor: string;
1311
- target: import("./categories-v1-category.universal").Target;
1312
- } | undefined;
1313
- } | undefined;
1314
- mentionData?: {
1315
- name: string;
1316
- slug: string;
1317
- } | undefined;
1318
- fontSizeData?: {
1319
- unit: import("./categories-v1-category.universal").FontType;
1320
- } | undefined;
1321
- type: import("./categories-v1-category.universal").DecorationType;
1322
- }[];
1323
- } | undefined;
1324
- headerFive?: {
1325
- decorations: {
1326
- anchorData?: {
1327
- anchor: string;
1328
- } | undefined;
1329
- linkData?: {
1330
- link?: {
1331
- url: string;
1332
- anchor: string;
1333
- target: import("./categories-v1-category.universal").Target;
1334
- } | undefined;
1335
- } | undefined;
1336
- mentionData?: {
1337
- name: string;
1338
- slug: string;
1339
- } | undefined;
1340
- fontSizeData?: {
1341
- unit: import("./categories-v1-category.universal").FontType;
1342
- } | undefined;
1343
- type: import("./categories-v1-category.universal").DecorationType;
1344
- }[];
1345
- } | undefined;
1346
- headerSix?: {
1347
- decorations: {
1348
- anchorData?: {
1349
- anchor: string;
1350
- } | undefined;
1351
- linkData?: {
1352
- link?: {
1353
- url: string;
1354
- anchor: string;
1355
- target: import("./categories-v1-category.universal").Target;
1356
- } | undefined;
1357
- } | undefined;
1358
- mentionData?: {
1359
- name: string;
1360
- slug: string;
1361
- } | undefined;
1362
- fontSizeData?: {
1363
- unit: import("./categories-v1-category.universal").FontType;
1364
- } | undefined;
1365
- type: import("./categories-v1-category.universal").DecorationType;
1366
- }[];
1367
- } | undefined;
1368
- paragraph?: {
1369
- decorations: {
1370
- anchorData?: {
1371
- anchor: string;
1372
- } | undefined;
1373
- linkData?: {
1374
- link?: {
1375
- url: string;
1376
- anchor: string;
1377
- target: import("./categories-v1-category.universal").Target;
1378
- } | undefined;
1379
- } | undefined;
1380
- mentionData?: {
1381
- name: string;
1382
- slug: string;
1383
- } | undefined;
1384
- fontSizeData?: {
1385
- unit: import("./categories-v1-category.universal").FontType;
1386
- } | undefined;
1387
- type: import("./categories-v1-category.universal").DecorationType;
1388
- }[];
1389
- } | undefined;
1390
- blockquote?: {
1391
- decorations: {
1392
- anchorData?: {
1393
- anchor: string;
1394
- } | undefined;
1395
- linkData?: {
1396
- link?: {
1397
- url: string;
1398
- anchor: string;
1399
- target: import("./categories-v1-category.universal").Target;
1400
- } | undefined;
1401
- } | undefined;
1402
- mentionData?: {
1403
- name: string;
1404
- slug: string;
1405
- } | undefined;
1406
- fontSizeData?: {
1407
- unit: import("./categories-v1-category.universal").FontType;
1408
- } | undefined;
1409
- type: import("./categories-v1-category.universal").DecorationType;
1410
- }[];
1411
- } | undefined;
1412
- codeBlock?: {
1413
- decorations: {
1414
- anchorData?: {
1415
- anchor: string;
1416
- } | undefined;
1417
- linkData?: {
1418
- link?: {
1419
- url: string;
1420
- anchor: string;
1421
- target: import("./categories-v1-category.universal").Target;
1422
- } | undefined;
1423
- } | undefined;
1424
- mentionData?: {
1425
- name: string;
1426
- slug: string;
1427
- } | undefined;
1428
- fontSizeData?: {
1429
- unit: import("./categories-v1-category.universal").FontType;
1430
- } | undefined;
1431
- type: import("./categories-v1-category.universal").DecorationType;
1432
- }[];
1433
- } | undefined;
1434
- } | undefined;
1435
- } | undefined;
1436
- }>;
1437
- export declare function deleteCategory(httpClient: HttpClient): (categoryId: string, treeReference: TreeReference) => Promise<void>;
1438
- export declare function searchCategories(httpClient: HttpClient): (options?: SearchCategoriesOptions) => Promise<import("./categories-v1-category.universal").SearchCategoriesResponse & import("./categories-v1-category.universal").SearchCategoriesResponseNonNullableFields>;
1439
- export declare function countCategories(httpClient: HttpClient): (options?: CountCategoriesOptions) => Promise<import("./categories-v1-category.universal").CountCategoriesResponse & import("./categories-v1-category.universal").CountCategoriesResponseNonNullableFields>;
1440
- export declare function moveCategory(httpClient: HttpClient): (categoryId: string, treeReference: TreeReference, options?: MoveCategoryOptions) => Promise<import("./categories-v1-category.universal").MoveCategoryResponse & import("./categories-v1-category.universal").MoveCategoryResponseNonNullableFields>;
1441
- export declare function bulkUpdateCategories(httpClient: HttpClient): (categories: MaskedCategory[], options?: BulkUpdateCategoriesOptions) => Promise<import("./categories-v1-category.universal").BulkUpdateCategoriesResponse & import("./categories-v1-category.universal").BulkUpdateCategoriesResponseNonNullableFields>;
1442
- export declare function updateCategoryVisibility(httpClient: HttpClient): (categoryId: string, options?: UpdateCategoryVisibilityOptions) => Promise<import("./categories-v1-category.universal").UpdateCategoryVisibilityResponse & import("./categories-v1-category.universal").UpdateCategoryVisibilityResponseNonNullableFields>;
1443
- export declare function bulkAddItemsToCategory(httpClient: HttpClient): (categoryId: string, items: ItemReference[], options: BulkAddItemsToCategoryOptions) => Promise<import("./categories-v1-category.universal").BulkAddItemsToCategoryResponse & import("./categories-v1-category.universal").BulkAddItemsToCategoryResponseNonNullableFields>;
1444
- export declare function bulkAddItemToCategories(httpClient: HttpClient): (itemReference: ItemReference, options: BulkAddItemToCategoriesOptions) => Promise<import("./categories-v1-category.universal").BulkAddItemToCategoriesResponse & import("./categories-v1-category.universal").BulkAddItemToCategoriesResponseNonNullableFields>;
1445
- export declare function bulkRemoveItemsFromCategory(httpClient: HttpClient): (categoryId: string, items: ItemReference[], options: BulkRemoveItemsFromCategoryOptions) => Promise<import("./categories-v1-category.universal").BulkRemoveItemsFromCategoryResponse & import("./categories-v1-category.universal").BulkRemoveItemsFromCategoryResponseNonNullableFields>;
1446
- export declare function bulkRemoveItemFromCategories(httpClient: HttpClient): (itemReference: ItemReference, options: BulkRemoveItemFromCategoriesOptions) => Promise<import("./categories-v1-category.universal").BulkRemoveItemFromCategoriesResponse & import("./categories-v1-category.universal").BulkRemoveItemFromCategoriesResponseNonNullableFields>;
1447
- export declare function listItemsInCategory(httpClient: HttpClient): (categoryId: string, treeReference: TreeReference, options?: ListItemsInCategoryOptions) => Promise<import("./categories-v1-category.universal").ListItemsInCategoryResponse & import("./categories-v1-category.universal").ListItemsInCategoryResponseNonNullableFields>;
1448
- export declare function listCategoriesForItem(httpClient: HttpClient): (itemReference: ItemReference, options: ListCategoriesForItemOptions) => Promise<import("./categories-v1-category.universal").ListCategoriesForItemResponse & import("./categories-v1-category.universal").ListCategoriesForItemResponseNonNullableFields>;
1449
- export declare function moveItemInCategory(httpClient: HttpClient): (categoryId: string, treeReference: TreeReference, options?: MoveItemInCategoryOptions) => Promise<import("./categories-v1-category.universal").MoveItemInCategoryResponse & import("./categories-v1-category.universal").MoveItemInCategoryResponseNonNullableFields>;
1450
- export declare function setArrangedItems(httpClient: HttpClient): (categoryId: string, treeReference: TreeReference, options?: SetArrangedItemsOptions) => Promise<import("./categories-v1-category.universal").SetArrangedItemsResponse & import("./categories-v1-category.universal").SetArrangedItemsResponseNonNullableFields>;
1451
- export declare function getArrangedItems(httpClient: HttpClient): (categoryId: string, treeReference: TreeReference) => Promise<import("./categories-v1-category.universal").GetArrangedItemsResponse & import("./categories-v1-category.universal").GetArrangedItemsResponseNonNullableFields>;
1452
- export { NodeType, WidthType, PluginContainerDataAlignment, Type, Target, TextAlignment, LineStyle, Width, Alignment, ViewMode, LayoutType, Orientation, Crop, ThumbnailsAlignment, Source, MapType, ViewRole, VoteRole, PollLayoutType, PollLayoutDirection, BackgroundType, DecorationType, FontType, AppType, InitialExpandedItems, Direction, VerticalAlignment, NullValue, RequestedFields, SortOrder, SortType, SortDirection, MissingValues, ScalarType, NestedAggregationType, Interval, AggregationType, Mode, MoveCategoryRequestPosition, Position, } from './categories-v1-category.universal';
1453
- export { Category, BreadcrumbItemValues, BreadcrumbItem, ParentCategory, SeoSchema, Keyword, Tag, Settings, RichContent, Node, NodeDataOneOf, NodeStyle, ButtonData, Border, Colors, PluginContainerData, PluginContainerDataWidth, PluginContainerDataWidthDataOneOf, Spoiler, Height, Styles, Link, LinkDataOneOf, Rel, CodeBlockData, TextStyle, DividerData, FileData, FileSource, FileSourceDataOneOf, PDFSettings, GalleryData, Media, Image, Video, Item, ItemDataOneOf, GalleryOptions, Layout, ItemStyle, Thumbnails, GIFData, GIF, HeadingData, HTMLData, HTMLDataDataOneOf, ImageData, LinkPreviewData, MapData, MapSettings, ParagraphData, PollData, Permissions, Option, PollSettings, PollLayout, OptionLayout, Gradient, Background, BackgroundBackgroundOneOf, PollDesign, OptionDesign, Poll, PollDataLayout, Design, TextData, Decoration, DecorationDataOneOf, AnchorData, ColorData, LinkData, MentionData, FontSizeData, AppEmbedData, AppEmbedDataAppDataOneOf, BookingData, EventData, VideoData, PlaybackOptions, EmbedData, Oembed, CollapsibleListData, TableData, Dimensions, TableCellData, CellStyle, BorderColors, ListValue, AudioData, OrderedListData, BulletedListData, BlockquoteData, Metadata, DocumentStyle, TextNodeStyle, TreeReference, ExtendedFields, InvalidateCache, InvalidateCacheGetByOneOf, App, Page, URI, CreateCategoryRequest, CreateCategoryResponse, GetCategoryRequest, GetCategoryResponse, UpdateCategoryRequest, UpdateCategoryResponse, DeleteCategoryRequest, DeleteCategoryResponse, QueryCategoriesRequest, PlatformQueryV2, PlatformQueryV2PagingMethodOneOf, Sorting, PlatformPaging, CursorPaging, QueryCategoriesResponse, PlatformPagingMetadataV2, Cursors, ListCompactCategoriesByIdsRequest, ListCompactCategoriesByIdsResponse, CompactCategory, SearchCategoriesRequest, CursorSearch, CursorSearchPagingMethodOneOf, Aggregation, AggregationKindOneOf, RangeBucket, IncludeMissingValuesOptions, ValueAggregation, ValueAggregationOptionsOneOf, RangeAggregation, ScalarAggregation, DateHistogramAggregation, NestedAggregationItem, NestedAggregationItemKindOneOf, NestedAggregation, GroupByAggregation, GroupByAggregationKindOneOf, SearchDetails, SearchCategoriesResponse, CursorPagingMetadata, AggregationData, ValueAggregationResult, RangeAggregationResult, NestedAggregationResults, NestedAggregationResultsResultOneOf, ValueResults, RangeResults, ScalarResult, NestedValueAggregationResult, ValueResult, RangeResult, NestedResultsScalarResult, NestedResultValue, NestedResultValueResultOneOf, Results, DateHistogramResult, GroupByValueResults, DateHistogramResults, NestedResults, AggregationResults, AggregationResultsResultOneOf, DeprecatedSearchCategoriesWithOffsetRequest, PlatformOffsetSearch, PlatformOffsetSearchPagingMethodOneOf, DeprecatedSearchCategoriesWithOffsetResponse, PagingMetadata, CountCategoriesRequest, CountCategoriesResponse, MoveCategoryRequest, MoveCategoryResponse, CategoryMoved, BulkCreateCategoriesRequest, BulkCreateCategoriesResponse, BulkCategoriesResult, ItemMetadata, ApplicationError, BulkActionMetadata, BulkUpdateCategoriesRequest, MaskedCategory, BulkUpdateCategoriesResponse, UpdateCategoryVisibilityRequest, UpdateCategoryVisibilityResponse, BulkUpdateVisibilityRequest, BulkUpdateVisibilityResponse, BulkUpdateVisibilityByFilterRequest, BulkUpdateVisibilityByFilterResponse, BulkDeleteCategoriesRequest, BulkDeleteCategoriesResponse, BulkDeleteCategoriesByFilterRequest, BulkDeleteCategoriesByFilterResponse, BulkAddItemsToCategoryRequest, ItemReference, BulkAddItemsToCategoryResponse, BulkItemsToCategoryResult, ItemReferenceMetadata, ItemAddedToCategory, ItemsAddedToCategory, BulkAddItemToCategoriesRequest, BulkAddItemToCategoriesResponse, BulkItemToCategoriesResult, BulkRemoveItemsFromCategoryRequest, BulkRemoveItemsFromCategoryResponse, ItemRemovedFromCategory, ItemsRemovedFromCategory, BulkRemoveItemFromCategoriesRequest, BulkRemoveItemFromCategoriesResponse, ListItemsInCategoryRequest, ListItemsInCategoryRequestPagingMethodOneOf, ListItemsInCategoryResponse, ListCategoriesForItemRequest, ListCategoriesForItemResponse, MoveItemInCategoryRequest, MoveItemInCategoryResponse, ItemsArrangedInCategory, SetArrangedItemsRequest, SetArrangedItemsResponse, GetArrangedItemsRequest, GetArrangedItemsResponse, GetCategoriesTreeRequest, GetCategoriesTreeResponse, CategoryTreeNode, DomainEvent, DomainCreatedEvent, DomainDeletedEvent, DomainUpdatedEvent, DomainActionEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, Empty, CreateCategoryResponseNonNullableFields, GetCategoryResponseNonNullableFields, UpdateCategoryResponseNonNullableFields, SearchCategoriesResponseNonNullableFields, CountCategoriesResponseNonNullableFields, MoveCategoryResponseNonNullableFields, BulkUpdateCategoriesResponseNonNullableFields, UpdateCategoryVisibilityResponseNonNullableFields, BulkAddItemsToCategoryResponseNonNullableFields, BulkAddItemToCategoriesResponseNonNullableFields, BulkRemoveItemsFromCategoryResponseNonNullableFields, BulkRemoveItemFromCategoriesResponseNonNullableFields, ListItemsInCategoryResponseNonNullableFields, ListCategoriesForItemResponseNonNullableFields, MoveItemInCategoryResponseNonNullableFields, SetArrangedItemsResponseNonNullableFields, GetArrangedItemsResponseNonNullableFields, CreateCategoryOptions, GetCategoryOptions, UpdateCategory, UpdateCategoryOptions, SearchCategoriesOptions, CountCategoriesOptions, MoveCategoryOptions, BulkUpdateCategoriesOptions, UpdateCategoryVisibilityOptions, BulkAddItemsToCategoryOptions, BulkAddItemToCategoriesOptions, BulkRemoveItemsFromCategoryOptions, BulkRemoveItemFromCategoriesOptions, ListItemsInCategoryOptions, ListCategoriesForItemOptions, MoveItemInCategoryOptions, SetArrangedItemsOptions, } from './categories-v1-category.universal';
1454
- export { onCategoryCreated, onCategoryUpdated, onCategoryDeleted, onCategoryMoved, onCategoryItemAddedToCategory, onCategoryItemRemovedFromCategory, onCategoryItemsArrangedInCategory, } from './categories-v1-category.universal';