jamespot-user-api 1.0.185 → 1.0.187

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 (84) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminLicenseApi.html +14 -14
  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 -1
  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/lib/jamespot-user-api.js +1 -1
  58. package/lib/jamespot-user-api.js.map +1 -1
  59. package/lib/src/apis/article/article.mock.d.ts +1 -0
  60. package/lib/src/apis/drive/drive.d.ts +17 -4
  61. package/lib/src/apis/drive/drive.mock.d.ts +5 -1
  62. package/lib/src/apis/tvDisplay/tvDisplay.d.ts +48 -8
  63. package/lib/src/types/article.d.ts +360 -60
  64. package/lib/src/types/asei.d.ts +36 -6
  65. package/lib/src/types/assetReservation.d.ts +156 -26
  66. package/lib/src/types/businessContact.d.ts +24 -4
  67. package/lib/src/types/comment.d.ts +36 -6
  68. package/lib/src/types/drive.d.ts +273 -10
  69. package/lib/src/types/faq.d.ts +192 -32
  70. package/lib/src/types/jLand.d.ts +60 -10
  71. package/lib/src/types/mediaLibrary.d.ts +36 -6
  72. package/lib/src/types/meeting.d.ts +108 -18
  73. package/lib/src/types/pollSurvey.d.ts +108 -18
  74. package/lib/src/types/quizz.d.ts +108 -18
  75. package/lib/src/types/socialEvent.d.ts +108 -18
  76. package/lib/src/types/support.d.ts +108 -18
  77. package/lib/src/types/surveyDate.d.ts +108 -18
  78. package/lib/src/types/tvDisplay.d.ts +900 -150
  79. package/lib/src/types/widgets/default.d.ts +206 -24
  80. package/lib/src/types/widgets/widgetCheckList.d.ts +52 -10
  81. package/lib/src/types/widgets.d.ts +442 -68
  82. package/lib/src/util/widget.d.ts +6 -1
  83. package/package.json +1 -1
  84. package/phpunitMock/articleGet-with-attachments.json +55 -0
@@ -264,7 +264,12 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
264
264
  layers?: string[] | undefined;
265
265
  } & import("./widgets").WidgetArticleSliderType) | ({
266
266
  layers?: string[] | undefined;
267
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
267
+ } & import("./widgets").WidgetType<{
268
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
269
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
270
+ css?: Record<string, string> | undefined;
271
+ edit?: boolean | undefined;
272
+ }>) | ({
268
273
  layers?: string[] | undefined;
269
274
  } & import("./widgets").WidgetDatasourceTableType) | ({
270
275
  layers?: string[] | undefined;
@@ -309,7 +314,12 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
309
314
  layers?: string[] | undefined;
310
315
  } & import("./widgets").WidgetArticleSliderType) | ({
311
316
  layers?: string[] | undefined;
312
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
317
+ } & import("./widgets").WidgetType<{
318
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
319
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
320
+ css?: Record<string, string> | undefined;
321
+ edit?: boolean | undefined;
322
+ }>) | ({
313
323
  layers?: string[] | undefined;
314
324
  } & import("./widgets").WidgetDatasourceTableType) | ({
315
325
  layers?: string[] | undefined;
@@ -355,7 +365,12 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
355
365
  layers?: string[] | undefined;
356
366
  } & import("./widgets").WidgetArticleSliderType) | ({
357
367
  layers?: string[] | undefined;
358
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
368
+ } & import("./widgets").WidgetType<{
369
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
370
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
371
+ css?: Record<string, string> | undefined;
372
+ edit?: boolean | undefined;
373
+ }>) | ({
359
374
  layers?: string[] | undefined;
360
375
  } & import("./widgets").WidgetDatasourceTableType) | ({
361
376
  layers?: string[] | undefined;
@@ -400,7 +415,12 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
400
415
  layers?: string[] | undefined;
401
416
  } & import("./widgets").WidgetArticleSliderType) | ({
402
417
  layers?: string[] | undefined;
403
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
418
+ } & import("./widgets").WidgetType<{
419
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
420
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
421
+ css?: Record<string, string> | undefined;
422
+ edit?: boolean | undefined;
423
+ }>) | ({
404
424
  layers?: string[] | undefined;
405
425
  } & import("./widgets").WidgetDatasourceTableType) | ({
406
426
  layers?: string[] | undefined;
@@ -688,7 +708,12 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
688
708
  layers?: string[] | undefined;
689
709
  } & import("./widgets").WidgetArticleSliderType) | ({
690
710
  layers?: string[] | undefined;
691
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
711
+ } & import("./widgets").WidgetType<{
712
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
713
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
714
+ css?: Record<string, string> | undefined;
715
+ edit?: boolean | undefined;
716
+ }>) | ({
692
717
  layers?: string[] | undefined;
693
718
  } & import("./widgets").WidgetDatasourceTableType) | ({
694
719
  layers?: string[] | undefined;
@@ -810,7 +835,12 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
810
835
  layers?: string[] | undefined;
811
836
  } & import("./widgets").WidgetArticleSliderType) | ({
812
837
  layers?: string[] | undefined;
813
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
838
+ } & import("./widgets").WidgetType<{
839
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
840
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
841
+ css?: Record<string, string> | undefined;
842
+ edit?: boolean | undefined;
843
+ }>) | ({
814
844
  layers?: string[] | undefined;
815
845
  } & import("./widgets").WidgetDatasourceTableType) | ({
816
846
  layers?: string[] | undefined;
@@ -160,7 +160,12 @@ export declare const jMeetingListSchema: z.ZodObject<z.objectUtil.extendShape<z.
160
160
  layers?: string[] | undefined;
161
161
  } & import("./widgets").WidgetArticleSliderType) | ({
162
162
  layers?: string[] | undefined;
163
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
163
+ } & import("./widgets").WidgetType<{
164
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
165
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
166
+ css?: Record<string, string> | undefined;
167
+ edit?: boolean | undefined;
168
+ }>) | ({
164
169
  layers?: string[] | undefined;
165
170
  } & import("./widgets").WidgetDatasourceTableType) | ({
166
171
  layers?: string[] | undefined;
@@ -205,7 +210,12 @@ export declare const jMeetingListSchema: z.ZodObject<z.objectUtil.extendShape<z.
205
210
  layers?: string[] | undefined;
206
211
  } & import("./widgets").WidgetArticleSliderType) | ({
207
212
  layers?: string[] | undefined;
208
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
213
+ } & import("./widgets").WidgetType<{
214
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
215
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
216
+ css?: Record<string, string> | undefined;
217
+ edit?: boolean | undefined;
218
+ }>) | ({
209
219
  layers?: string[] | undefined;
210
220
  } & import("./widgets").WidgetDatasourceTableType) | ({
211
221
  layers?: string[] | undefined;
@@ -251,7 +261,12 @@ export declare const jMeetingListSchema: z.ZodObject<z.objectUtil.extendShape<z.
251
261
  layers?: string[] | undefined;
252
262
  } & import("./widgets").WidgetArticleSliderType) | ({
253
263
  layers?: string[] | undefined;
254
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
264
+ } & import("./widgets").WidgetType<{
265
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
266
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
267
+ css?: Record<string, string> | undefined;
268
+ edit?: boolean | undefined;
269
+ }>) | ({
255
270
  layers?: string[] | undefined;
256
271
  } & import("./widgets").WidgetDatasourceTableType) | ({
257
272
  layers?: string[] | undefined;
@@ -296,7 +311,12 @@ export declare const jMeetingListSchema: z.ZodObject<z.objectUtil.extendShape<z.
296
311
  layers?: string[] | undefined;
297
312
  } & import("./widgets").WidgetArticleSliderType) | ({
298
313
  layers?: string[] | undefined;
299
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
314
+ } & import("./widgets").WidgetType<{
315
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
316
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
317
+ css?: Record<string, string> | undefined;
318
+ edit?: boolean | undefined;
319
+ }>) | ({
300
320
  layers?: string[] | undefined;
301
321
  } & import("./widgets").WidgetDatasourceTableType) | ({
302
322
  layers?: string[] | undefined;
@@ -399,7 +419,12 @@ export declare const jMeetingListSchema: z.ZodObject<z.objectUtil.extendShape<z.
399
419
  layers?: string[] | undefined;
400
420
  } & import("./widgets").WidgetArticleSliderType) | ({
401
421
  layers?: string[] | undefined;
402
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
422
+ } & import("./widgets").WidgetType<{
423
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
424
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
425
+ css?: Record<string, string> | undefined;
426
+ edit?: boolean | undefined;
427
+ }>) | ({
403
428
  layers?: string[] | undefined;
404
429
  } & import("./widgets").WidgetDatasourceTableType) | ({
405
430
  layers?: string[] | undefined;
@@ -496,7 +521,12 @@ export declare const jMeetingListSchema: z.ZodObject<z.objectUtil.extendShape<z.
496
521
  layers?: string[] | undefined;
497
522
  } & import("./widgets").WidgetArticleSliderType) | ({
498
523
  layers?: string[] | undefined;
499
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
524
+ } & import("./widgets").WidgetType<{
525
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
526
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
527
+ css?: Record<string, string> | undefined;
528
+ edit?: boolean | undefined;
529
+ }>) | ({
500
530
  layers?: string[] | undefined;
501
531
  } & import("./widgets").WidgetDatasourceTableType) | ({
502
532
  layers?: string[] | undefined;
@@ -689,7 +719,12 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
689
719
  layers?: string[] | undefined;
690
720
  } & import("./widgets").WidgetArticleSliderType) | ({
691
721
  layers?: string[] | undefined;
692
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
722
+ } & import("./widgets").WidgetType<{
723
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
724
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
725
+ css?: Record<string, string> | undefined;
726
+ edit?: boolean | undefined;
727
+ }>) | ({
693
728
  layers?: string[] | undefined;
694
729
  } & import("./widgets").WidgetDatasourceTableType) | ({
695
730
  layers?: string[] | undefined;
@@ -734,7 +769,12 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
734
769
  layers?: string[] | undefined;
735
770
  } & import("./widgets").WidgetArticleSliderType) | ({
736
771
  layers?: string[] | undefined;
737
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
772
+ } & import("./widgets").WidgetType<{
773
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
774
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
775
+ css?: Record<string, string> | undefined;
776
+ edit?: boolean | undefined;
777
+ }>) | ({
738
778
  layers?: string[] | undefined;
739
779
  } & import("./widgets").WidgetDatasourceTableType) | ({
740
780
  layers?: string[] | undefined;
@@ -780,7 +820,12 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
780
820
  layers?: string[] | undefined;
781
821
  } & import("./widgets").WidgetArticleSliderType) | ({
782
822
  layers?: string[] | undefined;
783
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
823
+ } & import("./widgets").WidgetType<{
824
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
825
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
826
+ css?: Record<string, string> | undefined;
827
+ edit?: boolean | undefined;
828
+ }>) | ({
784
829
  layers?: string[] | undefined;
785
830
  } & import("./widgets").WidgetDatasourceTableType) | ({
786
831
  layers?: string[] | undefined;
@@ -825,7 +870,12 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
825
870
  layers?: string[] | undefined;
826
871
  } & import("./widgets").WidgetArticleSliderType) | ({
827
872
  layers?: string[] | undefined;
828
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
873
+ } & import("./widgets").WidgetType<{
874
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
875
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
876
+ css?: Record<string, string> | undefined;
877
+ edit?: boolean | undefined;
878
+ }>) | ({
829
879
  layers?: string[] | undefined;
830
880
  } & import("./widgets").WidgetDatasourceTableType) | ({
831
881
  layers?: string[] | undefined;
@@ -972,7 +1022,12 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
972
1022
  layers?: string[] | undefined;
973
1023
  } & import("./widgets").WidgetArticleSliderType) | ({
974
1024
  layers?: string[] | undefined;
975
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1025
+ } & import("./widgets").WidgetType<{
1026
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1027
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1028
+ css?: Record<string, string> | undefined;
1029
+ edit?: boolean | undefined;
1030
+ }>) | ({
976
1031
  layers?: string[] | undefined;
977
1032
  } & import("./widgets").WidgetDatasourceTableType) | ({
978
1033
  layers?: string[] | undefined;
@@ -1077,7 +1132,12 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
1077
1132
  layers?: string[] | undefined;
1078
1133
  } & import("./widgets").WidgetArticleSliderType) | ({
1079
1134
  layers?: string[] | undefined;
1080
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1135
+ } & import("./widgets").WidgetType<{
1136
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1137
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1138
+ css?: Record<string, string> | undefined;
1139
+ edit?: boolean | undefined;
1140
+ }>) | ({
1081
1141
  layers?: string[] | undefined;
1082
1142
  } & import("./widgets").WidgetDatasourceTableType) | ({
1083
1143
  layers?: string[] | undefined;
@@ -1268,7 +1328,12 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
1268
1328
  layers?: string[] | undefined;
1269
1329
  } & import("./widgets").WidgetArticleSliderType) | ({
1270
1330
  layers?: string[] | undefined;
1271
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1331
+ } & import("./widgets").WidgetType<{
1332
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1333
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1334
+ css?: Record<string, string> | undefined;
1335
+ edit?: boolean | undefined;
1336
+ }>) | ({
1272
1337
  layers?: string[] | undefined;
1273
1338
  } & import("./widgets").WidgetDatasourceTableType) | ({
1274
1339
  layers?: string[] | undefined;
@@ -1313,7 +1378,12 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
1313
1378
  layers?: string[] | undefined;
1314
1379
  } & import("./widgets").WidgetArticleSliderType) | ({
1315
1380
  layers?: string[] | undefined;
1316
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1381
+ } & import("./widgets").WidgetType<{
1382
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1383
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1384
+ css?: Record<string, string> | undefined;
1385
+ edit?: boolean | undefined;
1386
+ }>) | ({
1317
1387
  layers?: string[] | undefined;
1318
1388
  } & import("./widgets").WidgetDatasourceTableType) | ({
1319
1389
  layers?: string[] | undefined;
@@ -1359,7 +1429,12 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
1359
1429
  layers?: string[] | undefined;
1360
1430
  } & import("./widgets").WidgetArticleSliderType) | ({
1361
1431
  layers?: string[] | undefined;
1362
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1432
+ } & import("./widgets").WidgetType<{
1433
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1434
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1435
+ css?: Record<string, string> | undefined;
1436
+ edit?: boolean | undefined;
1437
+ }>) | ({
1363
1438
  layers?: string[] | undefined;
1364
1439
  } & import("./widgets").WidgetDatasourceTableType) | ({
1365
1440
  layers?: string[] | undefined;
@@ -1404,7 +1479,12 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
1404
1479
  layers?: string[] | undefined;
1405
1480
  } & import("./widgets").WidgetArticleSliderType) | ({
1406
1481
  layers?: string[] | undefined;
1407
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1482
+ } & import("./widgets").WidgetType<{
1483
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1484
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1485
+ css?: Record<string, string> | undefined;
1486
+ edit?: boolean | undefined;
1487
+ }>) | ({
1408
1488
  layers?: string[] | undefined;
1409
1489
  } & import("./widgets").WidgetDatasourceTableType) | ({
1410
1490
  layers?: string[] | undefined;
@@ -1507,7 +1587,12 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
1507
1587
  layers?: string[] | undefined;
1508
1588
  } & import("./widgets").WidgetArticleSliderType) | ({
1509
1589
  layers?: string[] | undefined;
1510
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1590
+ } & import("./widgets").WidgetType<{
1591
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1592
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1593
+ css?: Record<string, string> | undefined;
1594
+ edit?: boolean | undefined;
1595
+ }>) | ({
1511
1596
  layers?: string[] | undefined;
1512
1597
  } & import("./widgets").WidgetDatasourceTableType) | ({
1513
1598
  layers?: string[] | undefined;
@@ -1604,7 +1689,12 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
1604
1689
  layers?: string[] | undefined;
1605
1690
  } & import("./widgets").WidgetArticleSliderType) | ({
1606
1691
  layers?: string[] | undefined;
1607
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1692
+ } & import("./widgets").WidgetType<{
1693
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1694
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1695
+ css?: Record<string, string> | undefined;
1696
+ edit?: boolean | undefined;
1697
+ }>) | ({
1608
1698
  layers?: string[] | undefined;
1609
1699
  } & import("./widgets").WidgetDatasourceTableType) | ({
1610
1700
  layers?: string[] | undefined;
@@ -160,7 +160,12 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
160
160
  layers?: string[] | undefined;
161
161
  } & import("./widgets").WidgetArticleSliderType) | ({
162
162
  layers?: string[] | undefined;
163
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
163
+ } & import("./widgets").WidgetType<{
164
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
165
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
166
+ css?: Record<string, string> | undefined;
167
+ edit?: boolean | undefined;
168
+ }>) | ({
164
169
  layers?: string[] | undefined;
165
170
  } & import("./widgets").WidgetDatasourceTableType) | ({
166
171
  layers?: string[] | undefined;
@@ -205,7 +210,12 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
205
210
  layers?: string[] | undefined;
206
211
  } & import("./widgets").WidgetArticleSliderType) | ({
207
212
  layers?: string[] | undefined;
208
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
213
+ } & import("./widgets").WidgetType<{
214
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
215
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
216
+ css?: Record<string, string> | undefined;
217
+ edit?: boolean | undefined;
218
+ }>) | ({
209
219
  layers?: string[] | undefined;
210
220
  } & import("./widgets").WidgetDatasourceTableType) | ({
211
221
  layers?: string[] | undefined;
@@ -251,7 +261,12 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
251
261
  layers?: string[] | undefined;
252
262
  } & import("./widgets").WidgetArticleSliderType) | ({
253
263
  layers?: string[] | undefined;
254
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
264
+ } & import("./widgets").WidgetType<{
265
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
266
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
267
+ css?: Record<string, string> | undefined;
268
+ edit?: boolean | undefined;
269
+ }>) | ({
255
270
  layers?: string[] | undefined;
256
271
  } & import("./widgets").WidgetDatasourceTableType) | ({
257
272
  layers?: string[] | undefined;
@@ -296,7 +311,12 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
296
311
  layers?: string[] | undefined;
297
312
  } & import("./widgets").WidgetArticleSliderType) | ({
298
313
  layers?: string[] | undefined;
299
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
314
+ } & import("./widgets").WidgetType<{
315
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
316
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
317
+ css?: Record<string, string> | undefined;
318
+ edit?: boolean | undefined;
319
+ }>) | ({
300
320
  layers?: string[] | undefined;
301
321
  } & import("./widgets").WidgetDatasourceTableType) | ({
302
322
  layers?: string[] | undefined;
@@ -431,7 +451,12 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
431
451
  layers?: string[] | undefined;
432
452
  } & import("./widgets").WidgetArticleSliderType) | ({
433
453
  layers?: string[] | undefined;
434
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
454
+ } & import("./widgets").WidgetType<{
455
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
456
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
457
+ css?: Record<string, string> | undefined;
458
+ edit?: boolean | undefined;
459
+ }>) | ({
435
460
  layers?: string[] | undefined;
436
461
  } & import("./widgets").WidgetDatasourceTableType) | ({
437
462
  layers?: string[] | undefined;
@@ -537,7 +562,12 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
537
562
  layers?: string[] | undefined;
538
563
  } & import("./widgets").WidgetArticleSliderType) | ({
539
564
  layers?: string[] | undefined;
540
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
565
+ } & import("./widgets").WidgetType<{
566
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
567
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
568
+ css?: Record<string, string> | undefined;
569
+ edit?: boolean | undefined;
570
+ }>) | ({
541
571
  layers?: string[] | undefined;
542
572
  } & import("./widgets").WidgetDatasourceTableType) | ({
543
573
  layers?: string[] | undefined;
@@ -730,7 +760,12 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
730
760
  layers?: string[] | undefined;
731
761
  } & import("./widgets").WidgetArticleSliderType) | ({
732
762
  layers?: string[] | undefined;
733
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
763
+ } & import("./widgets").WidgetType<{
764
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
765
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
766
+ css?: Record<string, string> | undefined;
767
+ edit?: boolean | undefined;
768
+ }>) | ({
734
769
  layers?: string[] | undefined;
735
770
  } & import("./widgets").WidgetDatasourceTableType) | ({
736
771
  layers?: string[] | undefined;
@@ -775,7 +810,12 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
775
810
  layers?: string[] | undefined;
776
811
  } & import("./widgets").WidgetArticleSliderType) | ({
777
812
  layers?: string[] | undefined;
778
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
813
+ } & import("./widgets").WidgetType<{
814
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
815
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
816
+ css?: Record<string, string> | undefined;
817
+ edit?: boolean | undefined;
818
+ }>) | ({
779
819
  layers?: string[] | undefined;
780
820
  } & import("./widgets").WidgetDatasourceTableType) | ({
781
821
  layers?: string[] | undefined;
@@ -821,7 +861,12 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
821
861
  layers?: string[] | undefined;
822
862
  } & import("./widgets").WidgetArticleSliderType) | ({
823
863
  layers?: string[] | undefined;
824
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
864
+ } & import("./widgets").WidgetType<{
865
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
866
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
867
+ css?: Record<string, string> | undefined;
868
+ edit?: boolean | undefined;
869
+ }>) | ({
825
870
  layers?: string[] | undefined;
826
871
  } & import("./widgets").WidgetDatasourceTableType) | ({
827
872
  layers?: string[] | undefined;
@@ -866,7 +911,12 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
866
911
  layers?: string[] | undefined;
867
912
  } & import("./widgets").WidgetArticleSliderType) | ({
868
913
  layers?: string[] | undefined;
869
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
914
+ } & import("./widgets").WidgetType<{
915
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
916
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
917
+ css?: Record<string, string> | undefined;
918
+ edit?: boolean | undefined;
919
+ }>) | ({
870
920
  layers?: string[] | undefined;
871
921
  } & import("./widgets").WidgetDatasourceTableType) | ({
872
922
  layers?: string[] | undefined;
@@ -1013,7 +1063,12 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1013
1063
  layers?: string[] | undefined;
1014
1064
  } & import("./widgets").WidgetArticleSliderType) | ({
1015
1065
  layers?: string[] | undefined;
1016
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1066
+ } & import("./widgets").WidgetType<{
1067
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1068
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1069
+ css?: Record<string, string> | undefined;
1070
+ edit?: boolean | undefined;
1071
+ }>) | ({
1017
1072
  layers?: string[] | undefined;
1018
1073
  } & import("./widgets").WidgetDatasourceTableType) | ({
1019
1074
  layers?: string[] | undefined;
@@ -1118,7 +1173,12 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1118
1173
  layers?: string[] | undefined;
1119
1174
  } & import("./widgets").WidgetArticleSliderType) | ({
1120
1175
  layers?: string[] | undefined;
1121
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1176
+ } & import("./widgets").WidgetType<{
1177
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1178
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1179
+ css?: Record<string, string> | undefined;
1180
+ edit?: boolean | undefined;
1181
+ }>) | ({
1122
1182
  layers?: string[] | undefined;
1123
1183
  } & import("./widgets").WidgetDatasourceTableType) | ({
1124
1184
  layers?: string[] | undefined;
@@ -1309,7 +1369,12 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1309
1369
  layers?: string[] | undefined;
1310
1370
  } & import("./widgets").WidgetArticleSliderType) | ({
1311
1371
  layers?: string[] | undefined;
1312
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1372
+ } & import("./widgets").WidgetType<{
1373
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1374
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1375
+ css?: Record<string, string> | undefined;
1376
+ edit?: boolean | undefined;
1377
+ }>) | ({
1313
1378
  layers?: string[] | undefined;
1314
1379
  } & import("./widgets").WidgetDatasourceTableType) | ({
1315
1380
  layers?: string[] | undefined;
@@ -1354,7 +1419,12 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1354
1419
  layers?: string[] | undefined;
1355
1420
  } & import("./widgets").WidgetArticleSliderType) | ({
1356
1421
  layers?: string[] | undefined;
1357
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1422
+ } & import("./widgets").WidgetType<{
1423
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1424
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1425
+ css?: Record<string, string> | undefined;
1426
+ edit?: boolean | undefined;
1427
+ }>) | ({
1358
1428
  layers?: string[] | undefined;
1359
1429
  } & import("./widgets").WidgetDatasourceTableType) | ({
1360
1430
  layers?: string[] | undefined;
@@ -1400,7 +1470,12 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1400
1470
  layers?: string[] | undefined;
1401
1471
  } & import("./widgets").WidgetArticleSliderType) | ({
1402
1472
  layers?: string[] | undefined;
1403
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1473
+ } & import("./widgets").WidgetType<{
1474
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1475
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1476
+ css?: Record<string, string> | undefined;
1477
+ edit?: boolean | undefined;
1478
+ }>) | ({
1404
1479
  layers?: string[] | undefined;
1405
1480
  } & import("./widgets").WidgetDatasourceTableType) | ({
1406
1481
  layers?: string[] | undefined;
@@ -1445,7 +1520,12 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1445
1520
  layers?: string[] | undefined;
1446
1521
  } & import("./widgets").WidgetArticleSliderType) | ({
1447
1522
  layers?: string[] | undefined;
1448
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1523
+ } & import("./widgets").WidgetType<{
1524
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1525
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1526
+ css?: Record<string, string> | undefined;
1527
+ edit?: boolean | undefined;
1528
+ }>) | ({
1449
1529
  layers?: string[] | undefined;
1450
1530
  } & import("./widgets").WidgetDatasourceTableType) | ({
1451
1531
  layers?: string[] | undefined;
@@ -1580,7 +1660,12 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1580
1660
  layers?: string[] | undefined;
1581
1661
  } & import("./widgets").WidgetArticleSliderType) | ({
1582
1662
  layers?: string[] | undefined;
1583
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1663
+ } & import("./widgets").WidgetType<{
1664
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1665
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1666
+ css?: Record<string, string> | undefined;
1667
+ edit?: boolean | undefined;
1668
+ }>) | ({
1584
1669
  layers?: string[] | undefined;
1585
1670
  } & import("./widgets").WidgetDatasourceTableType) | ({
1586
1671
  layers?: string[] | undefined;
@@ -1686,7 +1771,12 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1686
1771
  layers?: string[] | undefined;
1687
1772
  } & import("./widgets").WidgetArticleSliderType) | ({
1688
1773
  layers?: string[] | undefined;
1689
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1774
+ } & import("./widgets").WidgetType<{
1775
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1776
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1777
+ css?: Record<string, string> | undefined;
1778
+ edit?: boolean | undefined;
1779
+ }>) | ({
1690
1780
  layers?: string[] | undefined;
1691
1781
  } & import("./widgets").WidgetDatasourceTableType) | ({
1692
1782
  layers?: string[] | undefined;