jamespot-user-api 1.0.182 → 1.0.184

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 (111) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminLicenseApi.html +15 -15
  3. package/documentation/classes/AdminStoreApi.html +1 -1
  4. package/documentation/classes/AdminUtilsApi.html +1 -1
  5. package/documentation/classes/JApplicationApi.html +8 -8
  6. package/documentation/classes/JArticleApi.html +1 -1
  7. package/documentation/classes/JAssetReservation.html +1 -1
  8. package/documentation/classes/JAudienceApi.html +1 -1
  9. package/documentation/classes/JBaseApi.html +1 -1
  10. package/documentation/classes/JBbbApi.html +1 -1
  11. package/documentation/classes/JBookmarkApi.html +1 -1
  12. package/documentation/classes/JBusinessNetworkingApi.html +1 -1
  13. package/documentation/classes/JCommunityApi.html +1 -1
  14. package/documentation/classes/JDatasourceApi.html +1 -1
  15. package/documentation/classes/JDiapazoneApi.html +1 -1
  16. package/documentation/classes/JFaqApi.html +1 -1
  17. package/documentation/classes/JFileApi.html +5 -5
  18. package/documentation/classes/JFilebankApi.html +1 -1
  19. package/documentation/classes/JGlobalApi.html +1 -1
  20. package/documentation/classes/JGroupApi.html +12 -12
  21. package/documentation/classes/JIAApi.html +1 -1
  22. package/documentation/classes/JLandApi.html +1 -1
  23. package/documentation/classes/JMessengerApi.html +1 -1
  24. package/documentation/classes/JObjectApi.html +1 -1
  25. package/documentation/classes/JSearchApi.html +6 -6
  26. package/documentation/classes/JShareApi.html +1 -1
  27. package/documentation/classes/JSocialActionApi.html +1 -1
  28. package/documentation/classes/JTaxonomyApi.html +2 -2
  29. package/documentation/classes/JUserApi.html +7 -7
  30. package/documentation/classes/JWedocApi.html +1 -1
  31. package/documentation/classes/JWidgetApi.html +1 -1
  32. package/documentation/classes/JamespotUserApi.html +1 -1
  33. package/documentation/classes/Network.html +1 -1
  34. package/documentation/classes/TVDisplayApi.html +1 -1
  35. package/documentation/classes/WindowBrowser.html +1 -1
  36. package/documentation/enums/BookmarkType.html +1 -1
  37. package/documentation/enums/Format.html +1 -1
  38. package/documentation/enums/GroupModerateStatus.html +1 -0
  39. package/documentation/enums/StudioApplicationStatus.html +1 -1
  40. package/documentation/enums/WidgetsName.html +1 -1
  41. package/documentation/index.html +1 -1
  42. package/documentation/interfaces/AccessRightObject.html +1 -1
  43. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  44. package/documentation/interfaces/ApiWrapper.html +1 -1
  45. package/documentation/interfaces/BaseMessage.html +1 -1
  46. package/documentation/interfaces/FileBankProps.html +1 -1
  47. package/documentation/interfaces/FolderProps.html +1 -1
  48. package/documentation/interfaces/ListFilterSpec.html +1 -1
  49. package/documentation/interfaces/OF.html +1 -1
  50. package/documentation/interfaces/PagingResults.html +1 -1
  51. package/documentation/interfaces/RootFolderProps.html +1 -1
  52. package/documentation/interfaces/SpotProps.html +1 -1
  53. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  54. package/documentation/interfaces/WidgetType.html +1 -1
  55. package/documentation/interfaces/WindowInterface.html +1 -1
  56. package/documentation/modules.html +11 -11
  57. package/jest.config.ts +1 -1
  58. package/lib/jamespot-user-api.js +1 -1
  59. package/lib/jamespot-user-api.js.map +1 -1
  60. package/lib/src/apis/admin/license.d.ts +2 -2
  61. package/lib/src/apis/admin/licenses.mock.d.ts +6 -0
  62. package/lib/src/apis/admin/utils.mock.d.ts +2 -0
  63. package/lib/src/apis/admin/utils.test.d.ts +1 -0
  64. package/lib/src/apis/tvDisplay/tvDisplay.d.ts +32 -32
  65. package/lib/src/apis/widget/widget.d.ts +20 -3
  66. package/lib/src/apis/widget/widget.mock.d.ts +5 -1
  67. package/lib/src/types/article.d.ts +216 -216
  68. package/lib/src/types/asei.d.ts +22 -22
  69. package/lib/src/types/assetReservation.d.ts +96 -96
  70. package/lib/src/types/businessContact.d.ts +14 -14
  71. package/lib/src/types/comment.d.ts +22 -22
  72. package/lib/src/types/faq.d.ts +118 -118
  73. package/lib/src/types/group.d.ts +5 -6
  74. package/lib/src/types/hook.d.ts +6 -6
  75. package/lib/src/types/index.d.ts +1 -1
  76. package/lib/src/types/jLand.d.ts +36 -36
  77. package/lib/src/types/mediaLibrary.d.ts +22 -22
  78. package/lib/src/types/meeting.d.ts +66 -66
  79. package/lib/src/types/pollSurvey.d.ts +66 -66
  80. package/lib/src/types/quizz.d.ts +66 -66
  81. package/lib/src/types/realtime.d.ts +15 -3
  82. package/lib/src/types/socialEvent.d.ts +66 -66
  83. package/lib/src/types/support.d.ts +66 -66
  84. package/lib/src/types/surveyDate.d.ts +66 -66
  85. package/lib/src/types/tvDisplay.d.ts +560 -560
  86. package/lib/src/types/widgets/common.d.ts +5 -3
  87. package/lib/src/types/widgets/default.d.ts +149 -99
  88. package/lib/src/types/widgets/ensure.d.ts +58 -0
  89. package/lib/src/types/widgets/ensure.test.d.ts +1 -0
  90. package/lib/src/types/widgets/widgetDatasourceTable.d.ts +8 -8
  91. package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +8 -8
  92. package/lib/src/types/widgets/widgetPresence.d.ts +132 -0
  93. package/lib/src/types/widgets.d.ts +944 -288
  94. package/lib/src/util/group.d.ts +112 -0
  95. package/lib/src/util/widget.d.ts +6 -9
  96. package/package.json +6 -2
  97. package/phpunitMock/adminApps-success.json +270 -0
  98. package/phpunitMock/articleGet-with-widgets.json +2 -1
  99. package/phpunitMock/licenseManagerAssignPossiblesLicenses-success.json +7 -0
  100. package/phpunitMock/licenseManagerCountObjectsWithoutLicense-success.json +7 -0
  101. package/phpunitMock/licenseManagerGetAssignmentMode-success.json +7 -0
  102. package/phpunitMock/licenseManagerOptimizeLicenses-success.json +7 -0
  103. package/phpunitMock/licenseManagerSetAssignmentMode-success.json +7 -0
  104. package/phpunitMock/licenseManagerUserStatistics-success.json +11 -0
  105. package/phpunitMock/widgetPresenceCancel-default.json +1 -0
  106. package/phpunitMock/widgetPresenceGetResponse-available.json +25 -0
  107. package/phpunitMock/widgetPresenceGetResponse-unavailable.json +25 -0
  108. package/phpunitMock/widgetPresenceRespond-available.json +1 -0
  109. package/documentation/enums/_GroupModerateStatus.html +0 -1
  110. package/lib/src/types/widgets/widgetApi.d.ts +0 -24
  111. /package/lib/src/types/{adminLicence.d.ts → adminLicense.d.ts} +0 -0
@@ -6,16 +6,6 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodIntersection<z.Z
6
6
  layers?: string[] | undefined;
7
7
  }, {
8
8
  layers?: string[] | undefined;
9
- }>, z.ZodObject<{
10
- name: z.ZodType<WidgetsName.Api, z.ZodTypeDef, WidgetsName.Api>;
11
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
12
- content: z.ZodType<import("./widgetApi").WidgetApiContent, z.ZodTypeDef, import("./widgetApi").WidgetApiContent>;
13
- }, "strip", z.ZodTypeAny, import("./widgetApi").WidgetApiType, import("./widgetApi").WidgetApiType>>, z.ZodIntersection<z.ZodObject<{
14
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
15
- }, "strip", z.ZodTypeAny, {
16
- layers?: string[] | undefined;
17
- }, {
18
- layers?: string[] | undefined;
19
9
  }>, z.ZodObject<{
20
10
  name: z.ZodType<WidgetsName.ArticleAttachment, z.ZodTypeDef, WidgetsName.ArticleAttachment>;
21
11
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
@@ -141,7 +131,7 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodIntersection<z.Z
141
131
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
142
132
  content: z.ZodType<{
143
133
  uri?: string | undefined;
144
- limit?: number | undefined;
134
+ limit?: number | boolean | undefined;
145
135
  tableColumnsData?: {
146
136
  name?: string | undefined;
147
137
  label?: string | undefined;
@@ -160,7 +150,7 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodIntersection<z.Z
160
150
  tableSizedColumnsWidth?: number | undefined;
161
151
  }, z.ZodTypeDef, {
162
152
  uri?: string | undefined;
163
- limit?: number | undefined;
153
+ limit?: number | boolean | undefined;
164
154
  tableColumnsData?: {
165
155
  name?: string | undefined;
166
156
  label?: string | undefined;
@@ -188,7 +178,7 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodIntersection<z.Z
188
178
  name: z.ZodLiteral<WidgetsName.ExcelDatasourceTable>;
189
179
  uniqid: z.ZodString;
190
180
  content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
191
- limit: z.ZodOptional<z.ZodNumber>;
181
+ limit: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
192
182
  tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
193
183
  name: z.ZodOptional<z.ZodString>;
194
184
  isVisible: z.ZodOptional<z.ZodBoolean>;
@@ -225,7 +215,7 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodIntersection<z.Z
225
215
  uri: z.ZodOptional<z.ZodString>;
226
216
  }>, "strip", z.ZodTypeAny, {
227
217
  uri?: string | undefined;
228
- limit?: number | undefined;
218
+ limit?: number | boolean | undefined;
229
219
  tableColumnsData?: {
230
220
  name?: string | undefined;
231
221
  label?: string | undefined;
@@ -244,7 +234,7 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodIntersection<z.Z
244
234
  tableSizedColumnsWidth?: number | undefined;
245
235
  }, {
246
236
  uri?: string | undefined;
247
- limit?: number | undefined;
237
+ limit?: number | boolean | undefined;
248
238
  tableColumnsData?: {
249
239
  name?: string | undefined;
250
240
  label?: string | undefined;
@@ -267,7 +257,7 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodIntersection<z.Z
267
257
  uniqid: string;
268
258
  content: {
269
259
  uri?: string | undefined;
270
- limit?: number | undefined;
260
+ limit?: number | boolean | undefined;
271
261
  tableColumnsData?: {
272
262
  name?: string | undefined;
273
263
  label?: string | undefined;
@@ -290,7 +280,7 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodIntersection<z.Z
290
280
  uniqid: string;
291
281
  content: {
292
282
  uri?: string | undefined;
293
- limit?: number | undefined;
283
+ limit?: number | boolean | undefined;
294
284
  tableColumnsData?: {
295
285
  name?: string | undefined;
296
286
  label?: string | undefined;
@@ -308,7 +298,27 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodIntersection<z.Z
308
298
  tableSizedColumns?: boolean | undefined;
309
299
  tableSizedColumnsWidth?: number | undefined;
310
300
  };
311
- }>>]>;
301
+ }>>, z.ZodIntersection<z.ZodObject<{
302
+ layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
303
+ }, "strip", z.ZodTypeAny, {
304
+ layers?: string[] | undefined;
305
+ }, {
306
+ layers?: string[] | undefined;
307
+ }>, z.ZodObject<{
308
+ name: z.ZodType<WidgetsName.Presence, z.ZodTypeDef, WidgetsName.Presence>;
309
+ uniqid: z.ZodType<string, z.ZodTypeDef, string>;
310
+ content: z.ZodType<{
311
+ limit?: number | boolean | undefined;
312
+ limitValue?: number | undefined;
313
+ closing?: boolean | undefined;
314
+ isClosed?: boolean | undefined;
315
+ }, z.ZodTypeDef, {
316
+ limit?: number | boolean | undefined;
317
+ limitValue?: number | undefined;
318
+ closing?: boolean | undefined;
319
+ isClosed?: boolean | undefined;
320
+ }>;
321
+ }, "strip", z.ZodTypeAny, import("./widgetPresence").WidgetPresenceType, import("./widgetPresence").WidgetPresenceType>>]>;
312
322
  export type CombinedWidgetType = z.infer<typeof combinedWidgetTypeSchema>;
313
323
  export type WidgetWrapperGeneric<T = CombinedWidgetType> = {
314
324
  title: string;
@@ -318,8 +328,6 @@ export declare const widgetWrapperPropsSchema: z.ZodObject<{
318
328
  title: z.ZodType<string, z.ZodTypeDef, string>;
319
329
  widget: z.ZodType<({
320
330
  layers?: string[] | undefined;
321
- } & import("./widgetApi").WidgetApiType) | ({
322
- layers?: string[] | undefined;
323
331
  } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
324
332
  layers?: string[] | undefined;
325
333
  } & import("./widgetArticleButton").WidgetArticleButtonType) | ({
@@ -343,7 +351,7 @@ export declare const widgetWrapperPropsSchema: z.ZodObject<{
343
351
  uniqid: string;
344
352
  content: {
345
353
  uri?: string | undefined;
346
- limit?: number | undefined;
354
+ limit?: number | boolean | undefined;
347
355
  tableColumnsData?: {
348
356
  name?: string | undefined;
349
357
  label?: string | undefined;
@@ -361,9 +369,9 @@ export declare const widgetWrapperPropsSchema: z.ZodObject<{
361
369
  tableSizedColumns?: boolean | undefined;
362
370
  tableSizedColumnsWidth?: number | undefined;
363
371
  };
364
- }), z.ZodTypeDef, ({
372
+ }) | ({
365
373
  layers?: string[] | undefined;
366
- } & import("./widgetApi").WidgetApiType) | ({
374
+ } & import("./widgetPresence").WidgetPresenceType), z.ZodTypeDef, ({
367
375
  layers?: string[] | undefined;
368
376
  } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
369
377
  layers?: string[] | undefined;
@@ -388,7 +396,7 @@ export declare const widgetWrapperPropsSchema: z.ZodObject<{
388
396
  uniqid: string;
389
397
  content: {
390
398
  uri?: string | undefined;
391
- limit?: number | undefined;
399
+ limit?: number | boolean | undefined;
392
400
  tableColumnsData?: {
393
401
  name?: string | undefined;
394
402
  label?: string | undefined;
@@ -406,11 +414,11 @@ export declare const widgetWrapperPropsSchema: z.ZodObject<{
406
414
  tableSizedColumns?: boolean | undefined;
407
415
  tableSizedColumnsWidth?: number | undefined;
408
416
  };
409
- })>;
417
+ }) | ({
418
+ layers?: string[] | undefined;
419
+ } & import("./widgetPresence").WidgetPresenceType)>;
410
420
  }, "strip", z.ZodTypeAny, WidgetWrapperGeneric<({
411
421
  layers?: string[] | undefined;
412
- } & import("./widgetApi").WidgetApiType) | ({
413
- layers?: string[] | undefined;
414
422
  } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
415
423
  layers?: string[] | undefined;
416
424
  } & import("./widgetArticleButton").WidgetArticleButtonType) | ({
@@ -434,7 +442,7 @@ export declare const widgetWrapperPropsSchema: z.ZodObject<{
434
442
  uniqid: string;
435
443
  content: {
436
444
  uri?: string | undefined;
437
- limit?: number | undefined;
445
+ limit?: number | boolean | undefined;
438
446
  tableColumnsData?: {
439
447
  name?: string | undefined;
440
448
  label?: string | undefined;
@@ -452,9 +460,9 @@ export declare const widgetWrapperPropsSchema: z.ZodObject<{
452
460
  tableSizedColumns?: boolean | undefined;
453
461
  tableSizedColumnsWidth?: number | undefined;
454
462
  };
455
- })>, WidgetWrapperGeneric<({
463
+ }) | ({
456
464
  layers?: string[] | undefined;
457
- } & import("./widgetApi").WidgetApiType) | ({
465
+ } & import("./widgetPresence").WidgetPresenceType)>, WidgetWrapperGeneric<({
458
466
  layers?: string[] | undefined;
459
467
  } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
460
468
  layers?: string[] | undefined;
@@ -479,7 +487,7 @@ export declare const widgetWrapperPropsSchema: z.ZodObject<{
479
487
  uniqid: string;
480
488
  content: {
481
489
  uri?: string | undefined;
482
- limit?: number | undefined;
490
+ limit?: number | boolean | undefined;
483
491
  tableColumnsData?: {
484
492
  name?: string | undefined;
485
493
  label?: string | undefined;
@@ -497,15 +505,15 @@ export declare const widgetWrapperPropsSchema: z.ZodObject<{
497
505
  tableSizedColumns?: boolean | undefined;
498
506
  tableSizedColumnsWidth?: number | undefined;
499
507
  };
500
- })>>;
508
+ }) | ({
509
+ layers?: string[] | undefined;
510
+ } & import("./widgetPresence").WidgetPresenceType)>>;
501
511
  export type WidgetWrapperProps = z.infer<typeof widgetWrapperPropsSchema>;
502
512
  export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<{
503
513
  widgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
504
514
  title: z.ZodType<string, z.ZodTypeDef, string>;
505
515
  widget: z.ZodType<({
506
516
  layers?: string[] | undefined;
507
- } & import("./widgetApi").WidgetApiType) | ({
508
- layers?: string[] | undefined;
509
517
  } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
510
518
  layers?: string[] | undefined;
511
519
  } & import("./widgetArticleButton").WidgetArticleButtonType) | ({
@@ -529,7 +537,7 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
529
537
  uniqid: string;
530
538
  content: {
531
539
  uri?: string | undefined;
532
- limit?: number | undefined;
540
+ limit?: number | boolean | undefined;
533
541
  tableColumnsData?: {
534
542
  name?: string | undefined;
535
543
  label?: string | undefined;
@@ -547,9 +555,9 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
547
555
  tableSizedColumns?: boolean | undefined;
548
556
  tableSizedColumnsWidth?: number | undefined;
549
557
  };
550
- }), z.ZodTypeDef, ({
558
+ }) | ({
551
559
  layers?: string[] | undefined;
552
- } & import("./widgetApi").WidgetApiType) | ({
560
+ } & import("./widgetPresence").WidgetPresenceType), z.ZodTypeDef, ({
553
561
  layers?: string[] | undefined;
554
562
  } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
555
563
  layers?: string[] | undefined;
@@ -574,7 +582,7 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
574
582
  uniqid: string;
575
583
  content: {
576
584
  uri?: string | undefined;
577
- limit?: number | undefined;
585
+ limit?: number | boolean | undefined;
578
586
  tableColumnsData?: {
579
587
  name?: string | undefined;
580
588
  label?: string | undefined;
@@ -592,11 +600,11 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
592
600
  tableSizedColumns?: boolean | undefined;
593
601
  tableSizedColumnsWidth?: number | undefined;
594
602
  };
595
- })>;
603
+ }) | ({
604
+ layers?: string[] | undefined;
605
+ } & import("./widgetPresence").WidgetPresenceType)>;
596
606
  }, "strip", z.ZodTypeAny, WidgetWrapperGeneric<({
597
607
  layers?: string[] | undefined;
598
- } & import("./widgetApi").WidgetApiType) | ({
599
- layers?: string[] | undefined;
600
608
  } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
601
609
  layers?: string[] | undefined;
602
610
  } & import("./widgetArticleButton").WidgetArticleButtonType) | ({
@@ -620,7 +628,7 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
620
628
  uniqid: string;
621
629
  content: {
622
630
  uri?: string | undefined;
623
- limit?: number | undefined;
631
+ limit?: number | boolean | undefined;
624
632
  tableColumnsData?: {
625
633
  name?: string | undefined;
626
634
  label?: string | undefined;
@@ -638,9 +646,9 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
638
646
  tableSizedColumns?: boolean | undefined;
639
647
  tableSizedColumnsWidth?: number | undefined;
640
648
  };
641
- })>, WidgetWrapperGeneric<({
649
+ }) | ({
642
650
  layers?: string[] | undefined;
643
- } & import("./widgetApi").WidgetApiType) | ({
651
+ } & import("./widgetPresence").WidgetPresenceType)>, WidgetWrapperGeneric<({
644
652
  layers?: string[] | undefined;
645
653
  } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
646
654
  layers?: string[] | undefined;
@@ -665,7 +673,7 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
665
673
  uniqid: string;
666
674
  content: {
667
675
  uri?: string | undefined;
668
- limit?: number | undefined;
676
+ limit?: number | boolean | undefined;
669
677
  tableColumnsData?: {
670
678
  name?: string | undefined;
671
679
  label?: string | undefined;
@@ -683,12 +691,12 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
683
691
  tableSizedColumns?: boolean | undefined;
684
692
  tableSizedColumnsWidth?: number | undefined;
685
693
  };
686
- })>>, "many">>;
694
+ }) | ({
695
+ layers?: string[] | undefined;
696
+ } & import("./widgetPresence").WidgetPresenceType)>>, "many">>;
687
697
  }, "strip", z.ZodTypeAny, {
688
698
  widgets?: WidgetWrapperGeneric<({
689
699
  layers?: string[] | undefined;
690
- } & import("./widgetApi").WidgetApiType) | ({
691
- layers?: string[] | undefined;
692
700
  } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
693
701
  layers?: string[] | undefined;
694
702
  } & import("./widgetArticleButton").WidgetArticleButtonType) | ({
@@ -712,7 +720,7 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
712
720
  uniqid: string;
713
721
  content: {
714
722
  uri?: string | undefined;
715
- limit?: number | undefined;
723
+ limit?: number | boolean | undefined;
716
724
  tableColumnsData?: {
717
725
  name?: string | undefined;
718
726
  label?: string | undefined;
@@ -730,12 +738,12 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
730
738
  tableSizedColumns?: boolean | undefined;
731
739
  tableSizedColumnsWidth?: number | undefined;
732
740
  };
733
- })>[] | undefined;
741
+ }) | ({
742
+ layers?: string[] | undefined;
743
+ } & import("./widgetPresence").WidgetPresenceType)>[] | undefined;
734
744
  }, {
735
745
  widgets?: WidgetWrapperGeneric<({
736
746
  layers?: string[] | undefined;
737
- } & import("./widgetApi").WidgetApiType) | ({
738
- layers?: string[] | undefined;
739
747
  } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
740
748
  layers?: string[] | undefined;
741
749
  } & import("./widgetArticleButton").WidgetArticleButtonType) | ({
@@ -759,7 +767,7 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
759
767
  uniqid: string;
760
768
  content: {
761
769
  uri?: string | undefined;
762
- limit?: number | undefined;
770
+ limit?: number | boolean | undefined;
763
771
  tableColumnsData?: {
764
772
  name?: string | undefined;
765
773
  label?: string | undefined;
@@ -777,13 +785,10 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
777
785
  tableSizedColumns?: boolean | undefined;
778
786
  tableSizedColumnsWidth?: number | undefined;
779
787
  };
780
- })>[] | undefined;
788
+ }) | ({
789
+ layers?: string[] | undefined;
790
+ } & import("./widgetPresence").WidgetPresenceType)>[] | undefined;
781
791
  }>, z.ZodUnion<[z.ZodObject<{
782
- url: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
783
- keys: z.ZodOptionalType<z.ZodType<string[] | undefined, z.ZodTypeDef, string[] | undefined>>;
784
- order: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
785
- orderBy: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
786
- }, "strip", z.ZodTypeAny, import("./widgetApi").WidgetApiContent, import("./widgetApi").WidgetApiContent>, z.ZodObject<{
787
792
  files: z.ZodOptionalType<z.ZodType<{
788
793
  type: string;
789
794
  id: number;
@@ -986,7 +991,7 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
986
991
  css: z.ZodOptionalType<z.ZodType<Record<string, string> | undefined, z.ZodTypeDef, Record<string, string> | undefined>>;
987
992
  widgets: z.ZodOptionalType<z.ZodType<import("./common").WidgetBaseType[] | undefined, z.ZodTypeDef, import("./common").WidgetBaseType[] | undefined>>;
988
993
  }, "strip", z.ZodTypeAny, import("./widgetCheckList").WidgetCheckListContent, import("./widgetCheckList").WidgetCheckListContent>, z.ZodObject<z.objectUtil.extendShape<{
989
- limit: z.ZodOptional<z.ZodNumber>;
994
+ limit: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
990
995
  tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
991
996
  name: z.ZodOptional<z.ZodString>;
992
997
  isVisible: z.ZodOptional<z.ZodBoolean>;
@@ -1021,7 +1026,7 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
1021
1026
  uri: z.ZodOptional<z.ZodString>;
1022
1027
  }>, "strip", z.ZodTypeAny, {
1023
1028
  uri?: string | undefined;
1024
- limit?: number | undefined;
1029
+ limit?: number | boolean | undefined;
1025
1030
  tableColumnsData?: {
1026
1031
  name?: string | undefined;
1027
1032
  label?: string | undefined;
@@ -1040,7 +1045,7 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
1040
1045
  tableSizedColumnsWidth?: number | undefined;
1041
1046
  }, {
1042
1047
  uri?: string | undefined;
1043
- limit?: number | undefined;
1048
+ limit?: number | boolean | undefined;
1044
1049
  tableColumnsData?: {
1045
1050
  name?: string | undefined;
1046
1051
  label?: string | undefined;
@@ -1058,7 +1063,7 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
1058
1063
  tableSizedColumns?: boolean | undefined;
1059
1064
  tableSizedColumnsWidth?: number | undefined;
1060
1065
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1061
- limit: z.ZodOptional<z.ZodNumber>;
1066
+ limit: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
1062
1067
  tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
1063
1068
  name: z.ZodOptional<z.ZodString>;
1064
1069
  isVisible: z.ZodOptional<z.ZodBoolean>;
@@ -1095,7 +1100,7 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
1095
1100
  uri: z.ZodOptional<z.ZodString>;
1096
1101
  }>, "strip", z.ZodTypeAny, {
1097
1102
  uri?: string | undefined;
1098
- limit?: number | undefined;
1103
+ limit?: number | boolean | undefined;
1099
1104
  tableColumnsData?: {
1100
1105
  name?: string | undefined;
1101
1106
  label?: string | undefined;
@@ -1114,7 +1119,7 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
1114
1119
  tableSizedColumnsWidth?: number | undefined;
1115
1120
  }, {
1116
1121
  uri?: string | undefined;
1117
- limit?: number | undefined;
1122
+ limit?: number | boolean | undefined;
1118
1123
  tableColumnsData?: {
1119
1124
  name?: string | undefined;
1120
1125
  label?: string | undefined;
@@ -1131,6 +1136,21 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
1131
1136
  tableBorderRadius?: number | undefined;
1132
1137
  tableSizedColumns?: boolean | undefined;
1133
1138
  tableSizedColumnsWidth?: number | undefined;
1139
+ }>, z.ZodObject<{
1140
+ limit: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>;
1141
+ limitValue: z.ZodOptional<z.ZodNumber>;
1142
+ closing: z.ZodOptional<z.ZodBoolean>;
1143
+ isClosed: z.ZodOptional<z.ZodBoolean>;
1144
+ }, "strip", z.ZodTypeAny, {
1145
+ limit?: number | boolean | undefined;
1146
+ limitValue?: number | undefined;
1147
+ closing?: boolean | undefined;
1148
+ isClosed?: boolean | undefined;
1149
+ }, {
1150
+ limit?: number | boolean | undefined;
1151
+ limitValue?: number | undefined;
1152
+ closing?: boolean | undefined;
1153
+ isClosed?: boolean | undefined;
1134
1154
  }>]>>;
1135
1155
  export type CombinedWidgetContent = z.infer<typeof combinedWidgetContentSchema>;
1136
1156
  export declare const widgetTypeKeysSchema: z.ZodObject<{
@@ -1208,11 +1228,6 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
1208
1228
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1209
1229
  content: z.ZodType<import("./widgetArticleAttachment").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgetArticleAttachment").WidgetArticleAttachmentContent>;
1210
1230
  }, "strip", z.ZodTypeAny, import("./widgetArticleAttachment").WidgetArticleAttachmentType, import("./widgetArticleAttachment").WidgetArticleAttachmentType>;
1211
- "widget-api": z.ZodObject<{
1212
- name: z.ZodType<WidgetsName.Api, z.ZodTypeDef, WidgetsName.Api>;
1213
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1214
- content: z.ZodType<import("./widgetApi").WidgetApiContent, z.ZodTypeDef, import("./widgetApi").WidgetApiContent>;
1215
- }, "strip", z.ZodTypeAny, import("./widgetApi").WidgetApiType, import("./widgetApi").WidgetApiType>;
1216
1231
  "widget-article-slider": z.ZodObject<{
1217
1232
  name: z.ZodType<WidgetsName.ArticleSlider, z.ZodTypeDef, WidgetsName.ArticleSlider>;
1218
1233
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
@@ -1224,7 +1239,7 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
1224
1239
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1225
1240
  content: z.ZodType<{
1226
1241
  uri?: string | undefined;
1227
- limit?: number | undefined;
1242
+ limit?: number | boolean | undefined;
1228
1243
  tableColumnsData?: {
1229
1244
  name?: string | undefined;
1230
1245
  label?: string | undefined;
@@ -1243,7 +1258,7 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
1243
1258
  tableSizedColumnsWidth?: number | undefined;
1244
1259
  }, z.ZodTypeDef, {
1245
1260
  uri?: string | undefined;
1246
- limit?: number | undefined;
1261
+ limit?: number | boolean | undefined;
1247
1262
  tableColumnsData?: {
1248
1263
  name?: string | undefined;
1249
1264
  label?: string | undefined;
@@ -1266,7 +1281,7 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
1266
1281
  name: z.ZodLiteral<WidgetsName.ExcelDatasourceTable>;
1267
1282
  uniqid: z.ZodString;
1268
1283
  content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1269
- limit: z.ZodOptional<z.ZodNumber>;
1284
+ limit: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
1270
1285
  tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
1271
1286
  name: z.ZodOptional<z.ZodString>;
1272
1287
  isVisible: z.ZodOptional<z.ZodBoolean>;
@@ -1303,7 +1318,7 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
1303
1318
  uri: z.ZodOptional<z.ZodString>;
1304
1319
  }>, "strip", z.ZodTypeAny, {
1305
1320
  uri?: string | undefined;
1306
- limit?: number | undefined;
1321
+ limit?: number | boolean | undefined;
1307
1322
  tableColumnsData?: {
1308
1323
  name?: string | undefined;
1309
1324
  label?: string | undefined;
@@ -1322,7 +1337,7 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
1322
1337
  tableSizedColumnsWidth?: number | undefined;
1323
1338
  }, {
1324
1339
  uri?: string | undefined;
1325
- limit?: number | undefined;
1340
+ limit?: number | boolean | undefined;
1326
1341
  tableColumnsData?: {
1327
1342
  name?: string | undefined;
1328
1343
  label?: string | undefined;
@@ -1345,7 +1360,7 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
1345
1360
  uniqid: string;
1346
1361
  content: {
1347
1362
  uri?: string | undefined;
1348
- limit?: number | undefined;
1363
+ limit?: number | boolean | undefined;
1349
1364
  tableColumnsData?: {
1350
1365
  name?: string | undefined;
1351
1366
  label?: string | undefined;
@@ -1368,7 +1383,7 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
1368
1383
  uniqid: string;
1369
1384
  content: {
1370
1385
  uri?: string | undefined;
1371
- limit?: number | undefined;
1386
+ limit?: number | boolean | undefined;
1372
1387
  tableColumnsData?: {
1373
1388
  name?: string | undefined;
1374
1389
  label?: string | undefined;
@@ -1387,6 +1402,21 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
1387
1402
  tableSizedColumnsWidth?: number | undefined;
1388
1403
  };
1389
1404
  }>;
1405
+ "widget-presence": z.ZodObject<{
1406
+ name: z.ZodType<WidgetsName.Presence, z.ZodTypeDef, WidgetsName.Presence>;
1407
+ uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1408
+ content: z.ZodType<{
1409
+ limit?: number | boolean | undefined;
1410
+ limitValue?: number | undefined;
1411
+ closing?: boolean | undefined;
1412
+ isClosed?: boolean | undefined;
1413
+ }, z.ZodTypeDef, {
1414
+ limit?: number | boolean | undefined;
1415
+ limitValue?: number | undefined;
1416
+ closing?: boolean | undefined;
1417
+ isClosed?: boolean | undefined;
1418
+ }>;
1419
+ }, "strip", z.ZodTypeAny, import("./widgetPresence").WidgetPresenceType, import("./widgetPresence").WidgetPresenceType>;
1390
1420
  }, "strip", z.ZodTypeAny, {
1391
1421
  "widget-article-button": import("./widgetArticleButton").WidgetArticleButtonType;
1392
1422
  "widget-article-gallery": import("./widgetArticleGallery").WidgetArticleGalleryType;
@@ -1394,7 +1424,6 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
1394
1424
  "widget-article-text": import("./widgetArticleText").WidgetArticleTextType;
1395
1425
  "widget-article-image": import("./widgetArticleImage").WidgetArticleImageType;
1396
1426
  "widget-article-attachment": import("./widgetArticleAttachment").WidgetArticleAttachmentType;
1397
- "widget-api": import("./widgetApi").WidgetApiType;
1398
1427
  "widget-article-slider": import("./widgetArticleSlider").WidgetArticleSliderType;
1399
1428
  "widget-check-list": import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent>;
1400
1429
  "widget-datasource-table": import("./widgetDatasourceTable").WidgetDatasourceTableType;
@@ -1403,7 +1432,7 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
1403
1432
  uniqid: string;
1404
1433
  content: {
1405
1434
  uri?: string | undefined;
1406
- limit?: number | undefined;
1435
+ limit?: number | boolean | undefined;
1407
1436
  tableColumnsData?: {
1408
1437
  name?: string | undefined;
1409
1438
  label?: string | undefined;
@@ -1422,6 +1451,7 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
1422
1451
  tableSizedColumnsWidth?: number | undefined;
1423
1452
  };
1424
1453
  };
1454
+ "widget-presence": import("./widgetPresence").WidgetPresenceType;
1425
1455
  }, {
1426
1456
  "widget-article-button": import("./widgetArticleButton").WidgetArticleButtonType;
1427
1457
  "widget-article-gallery": import("./widgetArticleGallery").WidgetArticleGalleryType;
@@ -1429,7 +1459,6 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
1429
1459
  "widget-article-text": import("./widgetArticleText").WidgetArticleTextType;
1430
1460
  "widget-article-image": import("./widgetArticleImage").WidgetArticleImageType;
1431
1461
  "widget-article-attachment": import("./widgetArticleAttachment").WidgetArticleAttachmentType;
1432
- "widget-api": import("./widgetApi").WidgetApiType;
1433
1462
  "widget-article-slider": import("./widgetArticleSlider").WidgetArticleSliderType;
1434
1463
  "widget-check-list": import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent>;
1435
1464
  "widget-datasource-table": import("./widgetDatasourceTable").WidgetDatasourceTableType;
@@ -1438,7 +1467,7 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
1438
1467
  uniqid: string;
1439
1468
  content: {
1440
1469
  uri?: string | undefined;
1441
- limit?: number | undefined;
1470
+ limit?: number | boolean | undefined;
1442
1471
  tableColumnsData?: {
1443
1472
  name?: string | undefined;
1444
1473
  label?: string | undefined;
@@ -1457,6 +1486,7 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
1457
1486
  tableSizedColumnsWidth?: number | undefined;
1458
1487
  };
1459
1488
  };
1489
+ "widget-presence": import("./widgetPresence").WidgetPresenceType;
1460
1490
  }>;
1461
1491
  export type WidgetTypeKeys = z.infer<typeof widgetTypeKeysSchema>;
1462
1492
  export declare const widgetContentKeysSchema: z.ZodObject<{
@@ -1658,12 +1688,6 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
1658
1688
  }[] | undefined>>;
1659
1689
  fileDisplay: z.ZodOptionalType<z.ZodType<"list" | "gallery" | undefined, z.ZodTypeDef, "list" | "gallery" | undefined>>;
1660
1690
  }, "strip", z.ZodTypeAny, import("./widgetArticleAttachment").WidgetArticleAttachmentContent, import("./widgetArticleAttachment").WidgetArticleAttachmentContent>;
1661
- "widget-api": z.ZodObject<{
1662
- url: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
1663
- keys: z.ZodOptionalType<z.ZodType<string[] | undefined, z.ZodTypeDef, string[] | undefined>>;
1664
- order: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
1665
- orderBy: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
1666
- }, "strip", z.ZodTypeAny, import("./widgetApi").WidgetApiContent, import("./widgetApi").WidgetApiContent>;
1667
1691
  "widget-article-slider": z.ZodObject<{
1668
1692
  slides: z.ZodOptionalType<z.ZodType<import("./widgetArticleSlider").WidgetSlide[] | undefined, z.ZodTypeDef, import("./widgetArticleSlider").WidgetSlide[] | undefined>>;
1669
1693
  maxWidth: z.ZodOptionalType<z.ZodType<number | undefined, z.ZodTypeDef, number | undefined>>;
@@ -1677,7 +1701,7 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
1677
1701
  widgets: z.ZodOptionalType<z.ZodType<import("./common").WidgetBaseType[] | undefined, z.ZodTypeDef, import("./common").WidgetBaseType[] | undefined>>;
1678
1702
  }, "strip", z.ZodTypeAny, import("./widgetCheckList").WidgetCheckListContent, import("./widgetCheckList").WidgetCheckListContent>;
1679
1703
  "widget-datasource-table": z.ZodObject<z.objectUtil.extendShape<{
1680
- limit: z.ZodOptional<z.ZodNumber>;
1704
+ limit: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
1681
1705
  tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
1682
1706
  name: z.ZodOptional<z.ZodString>;
1683
1707
  isVisible: z.ZodOptional<z.ZodBoolean>;
@@ -1712,7 +1736,7 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
1712
1736
  uri: z.ZodOptional<z.ZodString>;
1713
1737
  }>, "strip", z.ZodTypeAny, {
1714
1738
  uri?: string | undefined;
1715
- limit?: number | undefined;
1739
+ limit?: number | boolean | undefined;
1716
1740
  tableColumnsData?: {
1717
1741
  name?: string | undefined;
1718
1742
  label?: string | undefined;
@@ -1731,7 +1755,7 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
1731
1755
  tableSizedColumnsWidth?: number | undefined;
1732
1756
  }, {
1733
1757
  uri?: string | undefined;
1734
- limit?: number | undefined;
1758
+ limit?: number | boolean | undefined;
1735
1759
  tableColumnsData?: {
1736
1760
  name?: string | undefined;
1737
1761
  label?: string | undefined;
@@ -1750,7 +1774,7 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
1750
1774
  tableSizedColumnsWidth?: number | undefined;
1751
1775
  }>;
1752
1776
  "widget-excel-datasource-table": z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1753
- limit: z.ZodOptional<z.ZodNumber>;
1777
+ limit: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
1754
1778
  tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
1755
1779
  name: z.ZodOptional<z.ZodString>;
1756
1780
  isVisible: z.ZodOptional<z.ZodBoolean>;
@@ -1787,7 +1811,7 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
1787
1811
  uri: z.ZodOptional<z.ZodString>;
1788
1812
  }>, "strip", z.ZodTypeAny, {
1789
1813
  uri?: string | undefined;
1790
- limit?: number | undefined;
1814
+ limit?: number | boolean | undefined;
1791
1815
  tableColumnsData?: {
1792
1816
  name?: string | undefined;
1793
1817
  label?: string | undefined;
@@ -1806,7 +1830,7 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
1806
1830
  tableSizedColumnsWidth?: number | undefined;
1807
1831
  }, {
1808
1832
  uri?: string | undefined;
1809
- limit?: number | undefined;
1833
+ limit?: number | boolean | undefined;
1810
1834
  tableColumnsData?: {
1811
1835
  name?: string | undefined;
1812
1836
  label?: string | undefined;
@@ -1824,6 +1848,22 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
1824
1848
  tableSizedColumns?: boolean | undefined;
1825
1849
  tableSizedColumnsWidth?: number | undefined;
1826
1850
  }>;
1851
+ "widget-presence": z.ZodObject<{
1852
+ limit: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>;
1853
+ limitValue: z.ZodOptional<z.ZodNumber>;
1854
+ closing: z.ZodOptional<z.ZodBoolean>;
1855
+ isClosed: z.ZodOptional<z.ZodBoolean>;
1856
+ }, "strip", z.ZodTypeAny, {
1857
+ limit?: number | boolean | undefined;
1858
+ limitValue?: number | undefined;
1859
+ closing?: boolean | undefined;
1860
+ isClosed?: boolean | undefined;
1861
+ }, {
1862
+ limit?: number | boolean | undefined;
1863
+ limitValue?: number | undefined;
1864
+ closing?: boolean | undefined;
1865
+ isClosed?: boolean | undefined;
1866
+ }>;
1827
1867
  }, "strip", z.ZodTypeAny, {
1828
1868
  "widget-article-button": {
1829
1869
  url?: string | undefined;
@@ -1853,12 +1893,11 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
1853
1893
  "widget-article-text": import("./widgetArticleText").WidgetArticleTextContent;
1854
1894
  "widget-article-image": import("./widgetArticleImage").WidgetArticleImageContent;
1855
1895
  "widget-article-attachment": import("./widgetArticleAttachment").WidgetArticleAttachmentContent;
1856
- "widget-api": import("./widgetApi").WidgetApiContent;
1857
1896
  "widget-article-slider": import("./widgetArticleSlider").WidgetArticleSliderContent;
1858
1897
  "widget-check-list": import("./widgetCheckList").WidgetCheckListContent;
1859
1898
  "widget-datasource-table": {
1860
1899
  uri?: string | undefined;
1861
- limit?: number | undefined;
1900
+ limit?: number | boolean | undefined;
1862
1901
  tableColumnsData?: {
1863
1902
  name?: string | undefined;
1864
1903
  label?: string | undefined;
@@ -1878,7 +1917,7 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
1878
1917
  };
1879
1918
  "widget-excel-datasource-table": {
1880
1919
  uri?: string | undefined;
1881
- limit?: number | undefined;
1920
+ limit?: number | boolean | undefined;
1882
1921
  tableColumnsData?: {
1883
1922
  name?: string | undefined;
1884
1923
  label?: string | undefined;
@@ -1896,6 +1935,12 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
1896
1935
  tableSizedColumns?: boolean | undefined;
1897
1936
  tableSizedColumnsWidth?: number | undefined;
1898
1937
  };
1938
+ "widget-presence": {
1939
+ limit?: number | boolean | undefined;
1940
+ limitValue?: number | undefined;
1941
+ closing?: boolean | undefined;
1942
+ isClosed?: boolean | undefined;
1943
+ };
1899
1944
  }, {
1900
1945
  "widget-article-button": {
1901
1946
  url?: string | undefined;
@@ -1925,12 +1970,11 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
1925
1970
  "widget-article-text": import("./widgetArticleText").WidgetArticleTextContent;
1926
1971
  "widget-article-image": import("./widgetArticleImage").WidgetArticleImageContent;
1927
1972
  "widget-article-attachment": import("./widgetArticleAttachment").WidgetArticleAttachmentContent;
1928
- "widget-api": import("./widgetApi").WidgetApiContent;
1929
1973
  "widget-article-slider": import("./widgetArticleSlider").WidgetArticleSliderContent;
1930
1974
  "widget-check-list": import("./widgetCheckList").WidgetCheckListContent;
1931
1975
  "widget-datasource-table": {
1932
1976
  uri?: string | undefined;
1933
- limit?: number | undefined;
1977
+ limit?: number | boolean | undefined;
1934
1978
  tableColumnsData?: {
1935
1979
  name?: string | undefined;
1936
1980
  label?: string | undefined;
@@ -1950,7 +1994,7 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
1950
1994
  };
1951
1995
  "widget-excel-datasource-table": {
1952
1996
  uri?: string | undefined;
1953
- limit?: number | undefined;
1997
+ limit?: number | boolean | undefined;
1954
1998
  tableColumnsData?: {
1955
1999
  name?: string | undefined;
1956
2000
  label?: string | undefined;
@@ -1968,6 +2012,12 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
1968
2012
  tableSizedColumns?: boolean | undefined;
1969
2013
  tableSizedColumnsWidth?: number | undefined;
1970
2014
  };
2015
+ "widget-presence": {
2016
+ limit?: number | boolean | undefined;
2017
+ limitValue?: number | undefined;
2018
+ closing?: boolean | undefined;
2019
+ isClosed?: boolean | undefined;
2020
+ };
1971
2021
  }>;
1972
2022
  export type WidgetContentKeys = z.infer<typeof widgetContentKeysSchema>;
1973
2023
  export declare const widgetStatePropsSchema: z.ZodObject<{