jamespot-user-api 1.0.186 → 1.0.188

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 (87) 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 +13 -13
  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/group/group.d.ts +13 -1
  60. package/lib/src/apis/group/group.mock.d.ts +2 -1
  61. package/lib/src/apis/tvDisplay/tvDisplay.d.ts +48 -8
  62. package/lib/src/types/article.d.ts +360 -60
  63. package/lib/src/types/asei.d.ts +36 -6
  64. package/lib/src/types/assetReservation.d.ts +156 -26
  65. package/lib/src/types/businessContact.d.ts +24 -4
  66. package/lib/src/types/comment.d.ts +36 -6
  67. package/lib/src/types/faq.d.ts +192 -32
  68. package/lib/src/types/jLand.d.ts +60 -10
  69. package/lib/src/types/mediaLibrary.d.ts +36 -6
  70. package/lib/src/types/meeting.d.ts +108 -18
  71. package/lib/src/types/pollSurvey.d.ts +108 -18
  72. package/lib/src/types/quizz.d.ts +108 -18
  73. package/lib/src/types/socialEvent.d.ts +108 -18
  74. package/lib/src/types/support.d.ts +108 -18
  75. package/lib/src/types/surveyDate.d.ts +108 -18
  76. package/lib/src/types/tvDisplay.d.ts +900 -150
  77. package/lib/src/types/widgets/default.d.ts +206 -24
  78. package/lib/src/types/widgets/widgetCheckList.d.ts +52 -10
  79. package/lib/src/types/widgets.d.ts +442 -68
  80. package/lib/src/util/index.d.ts +2 -1
  81. package/lib/src/util/meeting.d.ts +222 -0
  82. package/lib/src/util/meeting.test.d.ts +1 -0
  83. package/lib/src/util/socialEvent.d.ts +222 -0
  84. package/lib/src/util/socialEvent.test.d.ts +1 -0
  85. package/lib/src/util/widget.d.ts +6 -1
  86. package/package.json +1 -1
  87. package/phpunitMock/objectListSpotArticles-default.json +156 -0
@@ -160,7 +160,12 @@ export declare const jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
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 jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
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 jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
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 jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
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;
@@ -397,7 +417,12 @@ export declare const jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
397
417
  layers?: string[] | undefined;
398
418
  } & import("./widgets").WidgetArticleSliderType) | ({
399
419
  layers?: string[] | undefined;
400
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
420
+ } & import("./widgets").WidgetType<{
421
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
422
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
423
+ css?: Record<string, string> | undefined;
424
+ edit?: boolean | undefined;
425
+ }>) | ({
401
426
  layers?: string[] | undefined;
402
427
  } & import("./widgets").WidgetDatasourceTableType) | ({
403
428
  layers?: string[] | undefined;
@@ -493,7 +518,12 @@ export declare const jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
493
518
  layers?: string[] | undefined;
494
519
  } & import("./widgets").WidgetArticleSliderType) | ({
495
520
  layers?: string[] | undefined;
496
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
521
+ } & import("./widgets").WidgetType<{
522
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
523
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
524
+ css?: Record<string, string> | undefined;
525
+ edit?: boolean | undefined;
526
+ }>) | ({
497
527
  layers?: string[] | undefined;
498
528
  } & import("./widgets").WidgetDatasourceTableType) | ({
499
529
  layers?: string[] | undefined;
@@ -686,7 +716,12 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
686
716
  layers?: string[] | undefined;
687
717
  } & import("./widgets").WidgetArticleSliderType) | ({
688
718
  layers?: string[] | undefined;
689
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
719
+ } & import("./widgets").WidgetType<{
720
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
721
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
722
+ css?: Record<string, string> | undefined;
723
+ edit?: boolean | undefined;
724
+ }>) | ({
690
725
  layers?: string[] | undefined;
691
726
  } & import("./widgets").WidgetDatasourceTableType) | ({
692
727
  layers?: string[] | undefined;
@@ -731,7 +766,12 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
731
766
  layers?: string[] | undefined;
732
767
  } & import("./widgets").WidgetArticleSliderType) | ({
733
768
  layers?: string[] | undefined;
734
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
769
+ } & import("./widgets").WidgetType<{
770
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
771
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
772
+ css?: Record<string, string> | undefined;
773
+ edit?: boolean | undefined;
774
+ }>) | ({
735
775
  layers?: string[] | undefined;
736
776
  } & import("./widgets").WidgetDatasourceTableType) | ({
737
777
  layers?: string[] | undefined;
@@ -777,7 +817,12 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
777
817
  layers?: string[] | undefined;
778
818
  } & import("./widgets").WidgetArticleSliderType) | ({
779
819
  layers?: string[] | undefined;
780
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
820
+ } & import("./widgets").WidgetType<{
821
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
822
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
823
+ css?: Record<string, string> | undefined;
824
+ edit?: boolean | undefined;
825
+ }>) | ({
781
826
  layers?: string[] | undefined;
782
827
  } & import("./widgets").WidgetDatasourceTableType) | ({
783
828
  layers?: string[] | undefined;
@@ -822,7 +867,12 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
822
867
  layers?: string[] | undefined;
823
868
  } & import("./widgets").WidgetArticleSliderType) | ({
824
869
  layers?: string[] | undefined;
825
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
870
+ } & import("./widgets").WidgetType<{
871
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
872
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
873
+ css?: Record<string, string> | undefined;
874
+ edit?: boolean | undefined;
875
+ }>) | ({
826
876
  layers?: string[] | undefined;
827
877
  } & import("./widgets").WidgetDatasourceTableType) | ({
828
878
  layers?: string[] | undefined;
@@ -969,7 +1019,12 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
969
1019
  layers?: string[] | undefined;
970
1020
  } & import("./widgets").WidgetArticleSliderType) | ({
971
1021
  layers?: string[] | undefined;
972
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1022
+ } & import("./widgets").WidgetType<{
1023
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1024
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1025
+ css?: Record<string, string> | undefined;
1026
+ edit?: boolean | undefined;
1027
+ }>) | ({
973
1028
  layers?: string[] | undefined;
974
1029
  } & import("./widgets").WidgetDatasourceTableType) | ({
975
1030
  layers?: string[] | undefined;
@@ -1074,7 +1129,12 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
1074
1129
  layers?: string[] | undefined;
1075
1130
  } & import("./widgets").WidgetArticleSliderType) | ({
1076
1131
  layers?: string[] | undefined;
1077
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1132
+ } & import("./widgets").WidgetType<{
1133
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1134
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1135
+ css?: Record<string, string> | undefined;
1136
+ edit?: boolean | undefined;
1137
+ }>) | ({
1078
1138
  layers?: string[] | undefined;
1079
1139
  } & import("./widgets").WidgetDatasourceTableType) | ({
1080
1140
  layers?: string[] | undefined;
@@ -1265,7 +1325,12 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
1265
1325
  layers?: string[] | undefined;
1266
1326
  } & import("./widgets").WidgetArticleSliderType) | ({
1267
1327
  layers?: string[] | undefined;
1268
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1328
+ } & import("./widgets").WidgetType<{
1329
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1330
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1331
+ css?: Record<string, string> | undefined;
1332
+ edit?: boolean | undefined;
1333
+ }>) | ({
1269
1334
  layers?: string[] | undefined;
1270
1335
  } & import("./widgets").WidgetDatasourceTableType) | ({
1271
1336
  layers?: string[] | undefined;
@@ -1310,7 +1375,12 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
1310
1375
  layers?: string[] | undefined;
1311
1376
  } & import("./widgets").WidgetArticleSliderType) | ({
1312
1377
  layers?: string[] | undefined;
1313
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1378
+ } & import("./widgets").WidgetType<{
1379
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1380
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1381
+ css?: Record<string, string> | undefined;
1382
+ edit?: boolean | undefined;
1383
+ }>) | ({
1314
1384
  layers?: string[] | undefined;
1315
1385
  } & import("./widgets").WidgetDatasourceTableType) | ({
1316
1386
  layers?: string[] | undefined;
@@ -1356,7 +1426,12 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
1356
1426
  layers?: string[] | undefined;
1357
1427
  } & import("./widgets").WidgetArticleSliderType) | ({
1358
1428
  layers?: string[] | undefined;
1359
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1429
+ } & import("./widgets").WidgetType<{
1430
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1431
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1432
+ css?: Record<string, string> | undefined;
1433
+ edit?: boolean | undefined;
1434
+ }>) | ({
1360
1435
  layers?: string[] | undefined;
1361
1436
  } & import("./widgets").WidgetDatasourceTableType) | ({
1362
1437
  layers?: string[] | undefined;
@@ -1401,7 +1476,12 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
1401
1476
  layers?: string[] | undefined;
1402
1477
  } & import("./widgets").WidgetArticleSliderType) | ({
1403
1478
  layers?: string[] | undefined;
1404
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1479
+ } & import("./widgets").WidgetType<{
1480
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1481
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1482
+ css?: Record<string, string> | undefined;
1483
+ edit?: boolean | undefined;
1484
+ }>) | ({
1405
1485
  layers?: string[] | undefined;
1406
1486
  } & import("./widgets").WidgetDatasourceTableType) | ({
1407
1487
  layers?: string[] | undefined;
@@ -1502,7 +1582,12 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
1502
1582
  layers?: string[] | undefined;
1503
1583
  } & import("./widgets").WidgetArticleSliderType) | ({
1504
1584
  layers?: string[] | undefined;
1505
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1585
+ } & import("./widgets").WidgetType<{
1586
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1587
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1588
+ css?: Record<string, string> | undefined;
1589
+ edit?: boolean | undefined;
1590
+ }>) | ({
1506
1591
  layers?: string[] | undefined;
1507
1592
  } & import("./widgets").WidgetDatasourceTableType) | ({
1508
1593
  layers?: string[] | undefined;
@@ -1598,7 +1683,12 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
1598
1683
  layers?: string[] | undefined;
1599
1684
  } & import("./widgets").WidgetArticleSliderType) | ({
1600
1685
  layers?: string[] | undefined;
1601
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1686
+ } & import("./widgets").WidgetType<{
1687
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1688
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1689
+ css?: Record<string, string> | undefined;
1690
+ edit?: boolean | undefined;
1691
+ }>) | ({
1602
1692
  layers?: string[] | undefined;
1603
1693
  } & import("./widgets").WidgetDatasourceTableType) | ({
1604
1694
  layers?: string[] | undefined;
@@ -160,7 +160,12 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
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 jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
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 jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
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 jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
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 jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
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 jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
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;