jamespot-user-api 1.0.186 → 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 (78) 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/interfaces/AccessRightObject.html +1 -1
  42. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  43. package/documentation/interfaces/ApiWrapper.html +1 -1
  44. package/documentation/interfaces/BaseMessage.html +1 -1
  45. package/documentation/interfaces/FileBankProps.html +1 -1
  46. package/documentation/interfaces/FolderProps.html +1 -1
  47. package/documentation/interfaces/ListFilterSpec.html +1 -1
  48. package/documentation/interfaces/OF.html +1 -1
  49. package/documentation/interfaces/PagingResults.html +1 -1
  50. package/documentation/interfaces/RootFolderProps.html +1 -1
  51. package/documentation/interfaces/SpotProps.html +1 -1
  52. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  53. package/documentation/interfaces/WidgetType.html +1 -1
  54. package/documentation/interfaces/WindowInterface.html +1 -1
  55. package/documentation/modules.html +11 -11
  56. package/lib/jamespot-user-api.js +1 -1
  57. package/lib/jamespot-user-api.js.map +1 -1
  58. package/lib/src/apis/tvDisplay/tvDisplay.d.ts +48 -8
  59. package/lib/src/types/article.d.ts +360 -60
  60. package/lib/src/types/asei.d.ts +36 -6
  61. package/lib/src/types/assetReservation.d.ts +156 -26
  62. package/lib/src/types/businessContact.d.ts +24 -4
  63. package/lib/src/types/comment.d.ts +36 -6
  64. package/lib/src/types/faq.d.ts +192 -32
  65. package/lib/src/types/jLand.d.ts +60 -10
  66. package/lib/src/types/mediaLibrary.d.ts +36 -6
  67. package/lib/src/types/meeting.d.ts +108 -18
  68. package/lib/src/types/pollSurvey.d.ts +108 -18
  69. package/lib/src/types/quizz.d.ts +108 -18
  70. package/lib/src/types/socialEvent.d.ts +108 -18
  71. package/lib/src/types/support.d.ts +108 -18
  72. package/lib/src/types/surveyDate.d.ts +108 -18
  73. package/lib/src/types/tvDisplay.d.ts +900 -150
  74. package/lib/src/types/widgets/default.d.ts +206 -24
  75. package/lib/src/types/widgets/widgetCheckList.d.ts +52 -10
  76. package/lib/src/types/widgets.d.ts +442 -68
  77. package/lib/src/util/widget.d.ts +6 -1
  78. package/package.json +1 -1
@@ -160,7 +160,12 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
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 faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
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 faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
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 faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
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;
@@ -401,7 +421,12 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
401
421
  layers?: string[] | undefined;
402
422
  } & import("./widgets").WidgetArticleSliderType) | ({
403
423
  layers?: string[] | undefined;
404
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
424
+ } & import("./widgets").WidgetType<{
425
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
426
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
427
+ css?: Record<string, string> | undefined;
428
+ edit?: boolean | undefined;
429
+ }>) | ({
405
430
  layers?: string[] | undefined;
406
431
  } & import("./widgets").WidgetDatasourceTableType) | ({
407
432
  layers?: string[] | undefined;
@@ -494,7 +519,12 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
494
519
  layers?: string[] | undefined;
495
520
  } & import("./widgets").WidgetArticleSliderType) | ({
496
521
  layers?: string[] | undefined;
497
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
522
+ } & import("./widgets").WidgetType<{
523
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
524
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
525
+ css?: Record<string, string> | undefined;
526
+ edit?: boolean | undefined;
527
+ }>) | ({
498
528
  layers?: string[] | undefined;
499
529
  } & import("./widgets").WidgetDatasourceTableType) | ({
500
530
  layers?: string[] | undefined;
@@ -688,7 +718,12 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
688
718
  layers?: string[] | undefined;
689
719
  } & import("./widgets").WidgetArticleSliderType) | ({
690
720
  layers?: string[] | undefined;
691
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
721
+ } & import("./widgets").WidgetType<{
722
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
723
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
724
+ css?: Record<string, string> | undefined;
725
+ edit?: boolean | undefined;
726
+ }>) | ({
692
727
  layers?: string[] | undefined;
693
728
  } & import("./widgets").WidgetDatasourceTableType) | ({
694
729
  layers?: string[] | undefined;
@@ -733,7 +768,12 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
733
768
  layers?: string[] | undefined;
734
769
  } & import("./widgets").WidgetArticleSliderType) | ({
735
770
  layers?: string[] | undefined;
736
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
771
+ } & import("./widgets").WidgetType<{
772
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
773
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
774
+ css?: Record<string, string> | undefined;
775
+ edit?: boolean | undefined;
776
+ }>) | ({
737
777
  layers?: string[] | undefined;
738
778
  } & import("./widgets").WidgetDatasourceTableType) | ({
739
779
  layers?: string[] | undefined;
@@ -779,7 +819,12 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
779
819
  layers?: string[] | undefined;
780
820
  } & import("./widgets").WidgetArticleSliderType) | ({
781
821
  layers?: string[] | undefined;
782
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
822
+ } & import("./widgets").WidgetType<{
823
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
824
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
825
+ css?: Record<string, string> | undefined;
826
+ edit?: boolean | undefined;
827
+ }>) | ({
783
828
  layers?: string[] | undefined;
784
829
  } & import("./widgets").WidgetDatasourceTableType) | ({
785
830
  layers?: string[] | undefined;
@@ -824,7 +869,12 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
824
869
  layers?: string[] | undefined;
825
870
  } & import("./widgets").WidgetArticleSliderType) | ({
826
871
  layers?: string[] | undefined;
827
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
872
+ } & import("./widgets").WidgetType<{
873
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
874
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
875
+ css?: Record<string, string> | undefined;
876
+ edit?: boolean | undefined;
877
+ }>) | ({
828
878
  layers?: string[] | undefined;
829
879
  } & import("./widgets").WidgetDatasourceTableType) | ({
830
880
  layers?: string[] | undefined;
@@ -971,7 +1021,12 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
971
1021
  layers?: string[] | undefined;
972
1022
  } & import("./widgets").WidgetArticleSliderType) | ({
973
1023
  layers?: string[] | undefined;
974
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1024
+ } & import("./widgets").WidgetType<{
1025
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1026
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1027
+ css?: Record<string, string> | undefined;
1028
+ edit?: boolean | undefined;
1029
+ }>) | ({
975
1030
  layers?: string[] | undefined;
976
1031
  } & import("./widgets").WidgetDatasourceTableType) | ({
977
1032
  layers?: string[] | undefined;
@@ -1076,7 +1131,12 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
1076
1131
  layers?: string[] | undefined;
1077
1132
  } & import("./widgets").WidgetArticleSliderType) | ({
1078
1133
  layers?: string[] | undefined;
1079
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1134
+ } & import("./widgets").WidgetType<{
1135
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1136
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1137
+ css?: Record<string, string> | undefined;
1138
+ edit?: boolean | undefined;
1139
+ }>) | ({
1080
1140
  layers?: string[] | undefined;
1081
1141
  } & import("./widgets").WidgetDatasourceTableType) | ({
1082
1142
  layers?: string[] | undefined;
@@ -1267,7 +1327,12 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
1267
1327
  layers?: string[] | undefined;
1268
1328
  } & import("./widgets").WidgetArticleSliderType) | ({
1269
1329
  layers?: string[] | undefined;
1270
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1330
+ } & import("./widgets").WidgetType<{
1331
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1332
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1333
+ css?: Record<string, string> | undefined;
1334
+ edit?: boolean | undefined;
1335
+ }>) | ({
1271
1336
  layers?: string[] | undefined;
1272
1337
  } & import("./widgets").WidgetDatasourceTableType) | ({
1273
1338
  layers?: string[] | undefined;
@@ -1312,7 +1377,12 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
1312
1377
  layers?: string[] | undefined;
1313
1378
  } & import("./widgets").WidgetArticleSliderType) | ({
1314
1379
  layers?: string[] | undefined;
1315
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1380
+ } & import("./widgets").WidgetType<{
1381
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1382
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1383
+ css?: Record<string, string> | undefined;
1384
+ edit?: boolean | undefined;
1385
+ }>) | ({
1316
1386
  layers?: string[] | undefined;
1317
1387
  } & import("./widgets").WidgetDatasourceTableType) | ({
1318
1388
  layers?: string[] | undefined;
@@ -1358,7 +1428,12 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
1358
1428
  layers?: string[] | undefined;
1359
1429
  } & import("./widgets").WidgetArticleSliderType) | ({
1360
1430
  layers?: string[] | undefined;
1361
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1431
+ } & import("./widgets").WidgetType<{
1432
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1433
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1434
+ css?: Record<string, string> | undefined;
1435
+ edit?: boolean | undefined;
1436
+ }>) | ({
1362
1437
  layers?: string[] | undefined;
1363
1438
  } & import("./widgets").WidgetDatasourceTableType) | ({
1364
1439
  layers?: string[] | undefined;
@@ -1403,7 +1478,12 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
1403
1478
  layers?: string[] | undefined;
1404
1479
  } & import("./widgets").WidgetArticleSliderType) | ({
1405
1480
  layers?: string[] | undefined;
1406
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1481
+ } & import("./widgets").WidgetType<{
1482
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1483
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1484
+ css?: Record<string, string> | undefined;
1485
+ edit?: boolean | undefined;
1486
+ }>) | ({
1407
1487
  layers?: string[] | undefined;
1408
1488
  } & import("./widgets").WidgetDatasourceTableType) | ({
1409
1489
  layers?: string[] | undefined;
@@ -1508,7 +1588,12 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
1508
1588
  layers?: string[] | undefined;
1509
1589
  } & import("./widgets").WidgetArticleSliderType) | ({
1510
1590
  layers?: string[] | undefined;
1511
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1591
+ } & import("./widgets").WidgetType<{
1592
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1593
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1594
+ css?: Record<string, string> | undefined;
1595
+ edit?: boolean | undefined;
1596
+ }>) | ({
1512
1597
  layers?: string[] | undefined;
1513
1598
  } & import("./widgets").WidgetDatasourceTableType) | ({
1514
1599
  layers?: string[] | undefined;
@@ -1601,7 +1686,12 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
1601
1686
  layers?: string[] | undefined;
1602
1687
  } & import("./widgets").WidgetArticleSliderType) | ({
1603
1688
  layers?: string[] | undefined;
1604
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1689
+ } & import("./widgets").WidgetType<{
1690
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1691
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1692
+ css?: Record<string, string> | undefined;
1693
+ edit?: boolean | undefined;
1694
+ }>) | ({
1605
1695
  layers?: string[] | undefined;
1606
1696
  } & import("./widgets").WidgetDatasourceTableType) | ({
1607
1697
  layers?: string[] | undefined;
@@ -1991,7 +2081,12 @@ export declare const inferExtendedFaqCategory: <T extends z.ZodType<{
1991
2081
  layers?: string[] | undefined;
1992
2082
  } & import("./widgets").WidgetArticleSliderType) | ({
1993
2083
  layers?: string[] | undefined;
1994
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2084
+ } & import("./widgets").WidgetType<{
2085
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
2086
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
2087
+ css?: Record<string, string> | undefined;
2088
+ edit?: boolean | undefined;
2089
+ }>) | ({
1995
2090
  layers?: string[] | undefined;
1996
2091
  } & import("./widgets").WidgetDatasourceTableType) | ({
1997
2092
  layers?: string[] | undefined;
@@ -2084,7 +2179,12 @@ export declare const inferExtendedFaqCategory: <T extends z.ZodType<{
2084
2179
  layers?: string[] | undefined;
2085
2180
  } & import("./widgets").WidgetArticleSliderType) | ({
2086
2181
  layers?: string[] | undefined;
2087
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2182
+ } & import("./widgets").WidgetType<{
2183
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
2184
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
2185
+ css?: Record<string, string> | undefined;
2186
+ edit?: boolean | undefined;
2187
+ }>) | ({
2088
2188
  layers?: string[] | undefined;
2089
2189
  } & import("./widgets").WidgetDatasourceTableType) | ({
2090
2190
  layers?: string[] | undefined;
@@ -2294,7 +2394,12 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
2294
2394
  layers?: string[] | undefined;
2295
2395
  } & import("./widgets").WidgetArticleSliderType) | ({
2296
2396
  layers?: string[] | undefined;
2297
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2397
+ } & import("./widgets").WidgetType<{
2398
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
2399
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
2400
+ css?: Record<string, string> | undefined;
2401
+ edit?: boolean | undefined;
2402
+ }>) | ({
2298
2403
  layers?: string[] | undefined;
2299
2404
  } & import("./widgets").WidgetDatasourceTableType) | ({
2300
2405
  layers?: string[] | undefined;
@@ -2339,7 +2444,12 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
2339
2444
  layers?: string[] | undefined;
2340
2445
  } & import("./widgets").WidgetArticleSliderType) | ({
2341
2446
  layers?: string[] | undefined;
2342
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2447
+ } & import("./widgets").WidgetType<{
2448
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
2449
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
2450
+ css?: Record<string, string> | undefined;
2451
+ edit?: boolean | undefined;
2452
+ }>) | ({
2343
2453
  layers?: string[] | undefined;
2344
2454
  } & import("./widgets").WidgetDatasourceTableType) | ({
2345
2455
  layers?: string[] | undefined;
@@ -2385,7 +2495,12 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
2385
2495
  layers?: string[] | undefined;
2386
2496
  } & import("./widgets").WidgetArticleSliderType) | ({
2387
2497
  layers?: string[] | undefined;
2388
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2498
+ } & import("./widgets").WidgetType<{
2499
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
2500
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
2501
+ css?: Record<string, string> | undefined;
2502
+ edit?: boolean | undefined;
2503
+ }>) | ({
2389
2504
  layers?: string[] | undefined;
2390
2505
  } & import("./widgets").WidgetDatasourceTableType) | ({
2391
2506
  layers?: string[] | undefined;
@@ -2430,7 +2545,12 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
2430
2545
  layers?: string[] | undefined;
2431
2546
  } & import("./widgets").WidgetArticleSliderType) | ({
2432
2547
  layers?: string[] | undefined;
2433
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2548
+ } & import("./widgets").WidgetType<{
2549
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
2550
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
2551
+ css?: Record<string, string> | undefined;
2552
+ edit?: boolean | undefined;
2553
+ }>) | ({
2434
2554
  layers?: string[] | undefined;
2435
2555
  } & import("./widgets").WidgetDatasourceTableType) | ({
2436
2556
  layers?: string[] | undefined;
@@ -2538,7 +2658,12 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
2538
2658
  layers?: string[] | undefined;
2539
2659
  } & import("./widgets").WidgetArticleSliderType) | ({
2540
2660
  layers?: string[] | undefined;
2541
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2661
+ } & import("./widgets").WidgetType<{
2662
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
2663
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
2664
+ css?: Record<string, string> | undefined;
2665
+ edit?: boolean | undefined;
2666
+ }>) | ({
2542
2667
  layers?: string[] | undefined;
2543
2668
  } & import("./widgets").WidgetDatasourceTableType) | ({
2544
2669
  layers?: string[] | undefined;
@@ -2634,7 +2759,12 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
2634
2759
  layers?: string[] | undefined;
2635
2760
  } & import("./widgets").WidgetArticleSliderType) | ({
2636
2761
  layers?: string[] | undefined;
2637
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2762
+ } & import("./widgets").WidgetType<{
2763
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
2764
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
2765
+ css?: Record<string, string> | undefined;
2766
+ edit?: boolean | undefined;
2767
+ }>) | ({
2638
2768
  layers?: string[] | undefined;
2639
2769
  } & import("./widgets").WidgetDatasourceTableType) | ({
2640
2770
  layers?: string[] | undefined;
@@ -2827,7 +2957,12 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
2827
2957
  layers?: string[] | undefined;
2828
2958
  } & import("./widgets").WidgetArticleSliderType) | ({
2829
2959
  layers?: string[] | undefined;
2830
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2960
+ } & import("./widgets").WidgetType<{
2961
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
2962
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
2963
+ css?: Record<string, string> | undefined;
2964
+ edit?: boolean | undefined;
2965
+ }>) | ({
2831
2966
  layers?: string[] | undefined;
2832
2967
  } & import("./widgets").WidgetDatasourceTableType) | ({
2833
2968
  layers?: string[] | undefined;
@@ -2872,7 +3007,12 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
2872
3007
  layers?: string[] | undefined;
2873
3008
  } & import("./widgets").WidgetArticleSliderType) | ({
2874
3009
  layers?: string[] | undefined;
2875
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
3010
+ } & import("./widgets").WidgetType<{
3011
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
3012
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
3013
+ css?: Record<string, string> | undefined;
3014
+ edit?: boolean | undefined;
3015
+ }>) | ({
2876
3016
  layers?: string[] | undefined;
2877
3017
  } & import("./widgets").WidgetDatasourceTableType) | ({
2878
3018
  layers?: string[] | undefined;
@@ -2918,7 +3058,12 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
2918
3058
  layers?: string[] | undefined;
2919
3059
  } & import("./widgets").WidgetArticleSliderType) | ({
2920
3060
  layers?: string[] | undefined;
2921
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
3061
+ } & import("./widgets").WidgetType<{
3062
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
3063
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
3064
+ css?: Record<string, string> | undefined;
3065
+ edit?: boolean | undefined;
3066
+ }>) | ({
2922
3067
  layers?: string[] | undefined;
2923
3068
  } & import("./widgets").WidgetDatasourceTableType) | ({
2924
3069
  layers?: string[] | undefined;
@@ -2963,7 +3108,12 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
2963
3108
  layers?: string[] | undefined;
2964
3109
  } & import("./widgets").WidgetArticleSliderType) | ({
2965
3110
  layers?: string[] | undefined;
2966
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
3111
+ } & import("./widgets").WidgetType<{
3112
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
3113
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
3114
+ css?: Record<string, string> | undefined;
3115
+ edit?: boolean | undefined;
3116
+ }>) | ({
2967
3117
  layers?: string[] | undefined;
2968
3118
  } & import("./widgets").WidgetDatasourceTableType) | ({
2969
3119
  layers?: string[] | undefined;
@@ -3182,7 +3332,12 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
3182
3332
  layers?: string[] | undefined;
3183
3333
  } & import("./widgets").WidgetArticleSliderType) | ({
3184
3334
  layers?: string[] | undefined;
3185
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
3335
+ } & import("./widgets").WidgetType<{
3336
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
3337
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
3338
+ css?: Record<string, string> | undefined;
3339
+ edit?: boolean | undefined;
3340
+ }>) | ({
3186
3341
  layers?: string[] | undefined;
3187
3342
  } & import("./widgets").WidgetDatasourceTableType) | ({
3188
3343
  layers?: string[] | undefined;
@@ -3305,7 +3460,12 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
3305
3460
  layers?: string[] | undefined;
3306
3461
  } & import("./widgets").WidgetArticleSliderType) | ({
3307
3462
  layers?: string[] | undefined;
3308
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
3463
+ } & import("./widgets").WidgetType<{
3464
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
3465
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
3466
+ css?: Record<string, string> | undefined;
3467
+ edit?: boolean | undefined;
3468
+ }>) | ({
3309
3469
  layers?: string[] | undefined;
3310
3470
  } & import("./widgets").WidgetDatasourceTableType) | ({
3311
3471
  layers?: string[] | undefined;
@@ -394,7 +394,12 @@ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectU
394
394
  layers?: string[] | undefined;
395
395
  } & import("./widgets").WidgetArticleSliderType) | ({
396
396
  layers?: string[] | undefined;
397
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
397
+ } & import("./widgets").WidgetType<{
398
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
399
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
400
+ css?: Record<string, string> | undefined;
401
+ edit?: boolean | undefined;
402
+ }>) | ({
398
403
  layers?: string[] | undefined;
399
404
  } & import("./widgets").WidgetDatasourceTableType) | ({
400
405
  layers?: string[] | undefined;
@@ -439,7 +444,12 @@ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectU
439
444
  layers?: string[] | undefined;
440
445
  } & import("./widgets").WidgetArticleSliderType) | ({
441
446
  layers?: string[] | undefined;
442
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
447
+ } & import("./widgets").WidgetType<{
448
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
449
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
450
+ css?: Record<string, string> | undefined;
451
+ edit?: boolean | undefined;
452
+ }>) | ({
443
453
  layers?: string[] | undefined;
444
454
  } & import("./widgets").WidgetDatasourceTableType) | ({
445
455
  layers?: string[] | undefined;
@@ -485,7 +495,12 @@ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectU
485
495
  layers?: string[] | undefined;
486
496
  } & import("./widgets").WidgetArticleSliderType) | ({
487
497
  layers?: string[] | undefined;
488
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
498
+ } & import("./widgets").WidgetType<{
499
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
500
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
501
+ css?: Record<string, string> | undefined;
502
+ edit?: boolean | undefined;
503
+ }>) | ({
489
504
  layers?: string[] | undefined;
490
505
  } & import("./widgets").WidgetDatasourceTableType) | ({
491
506
  layers?: string[] | undefined;
@@ -530,7 +545,12 @@ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectU
530
545
  layers?: string[] | undefined;
531
546
  } & import("./widgets").WidgetArticleSliderType) | ({
532
547
  layers?: string[] | undefined;
533
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
548
+ } & import("./widgets").WidgetType<{
549
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
550
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
551
+ css?: Record<string, string> | undefined;
552
+ edit?: boolean | undefined;
553
+ }>) | ({
534
554
  layers?: string[] | undefined;
535
555
  } & import("./widgets").WidgetDatasourceTableType) | ({
536
556
  layers?: string[] | undefined;
@@ -738,7 +758,12 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
738
758
  layers?: string[] | undefined;
739
759
  } & import("./widgets").WidgetArticleSliderType) | ({
740
760
  layers?: string[] | undefined;
741
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
761
+ } & import("./widgets").WidgetType<{
762
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
763
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
764
+ css?: Record<string, string> | undefined;
765
+ edit?: boolean | undefined;
766
+ }>) | ({
742
767
  layers?: string[] | undefined;
743
768
  } & import("./widgets").WidgetDatasourceTableType) | ({
744
769
  layers?: string[] | undefined;
@@ -783,7 +808,12 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
783
808
  layers?: string[] | undefined;
784
809
  } & import("./widgets").WidgetArticleSliderType) | ({
785
810
  layers?: string[] | undefined;
786
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
811
+ } & import("./widgets").WidgetType<{
812
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
813
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
814
+ css?: Record<string, string> | undefined;
815
+ edit?: boolean | undefined;
816
+ }>) | ({
787
817
  layers?: string[] | undefined;
788
818
  } & import("./widgets").WidgetDatasourceTableType) | ({
789
819
  layers?: string[] | undefined;
@@ -829,7 +859,12 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
829
859
  layers?: string[] | undefined;
830
860
  } & import("./widgets").WidgetArticleSliderType) | ({
831
861
  layers?: string[] | undefined;
832
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
862
+ } & import("./widgets").WidgetType<{
863
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
864
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
865
+ css?: Record<string, string> | undefined;
866
+ edit?: boolean | undefined;
867
+ }>) | ({
833
868
  layers?: string[] | undefined;
834
869
  } & import("./widgets").WidgetDatasourceTableType) | ({
835
870
  layers?: string[] | undefined;
@@ -874,7 +909,12 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
874
909
  layers?: string[] | undefined;
875
910
  } & import("./widgets").WidgetArticleSliderType) | ({
876
911
  layers?: string[] | undefined;
877
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
912
+ } & import("./widgets").WidgetType<{
913
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
914
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
915
+ css?: Record<string, string> | undefined;
916
+ edit?: boolean | undefined;
917
+ }>) | ({
878
918
  layers?: string[] | undefined;
879
919
  } & import("./widgets").WidgetDatasourceTableType) | ({
880
920
  layers?: string[] | undefined;
@@ -1021,7 +1061,12 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
1021
1061
  layers?: string[] | undefined;
1022
1062
  } & import("./widgets").WidgetArticleSliderType) | ({
1023
1063
  layers?: string[] | undefined;
1024
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1064
+ } & import("./widgets").WidgetType<{
1065
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1066
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1067
+ css?: Record<string, string> | undefined;
1068
+ edit?: boolean | undefined;
1069
+ }>) | ({
1025
1070
  layers?: string[] | undefined;
1026
1071
  } & import("./widgets").WidgetDatasourceTableType) | ({
1027
1072
  layers?: string[] | undefined;
@@ -1126,7 +1171,12 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
1126
1171
  layers?: string[] | undefined;
1127
1172
  } & import("./widgets").WidgetArticleSliderType) | ({
1128
1173
  layers?: string[] | undefined;
1129
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1174
+ } & import("./widgets").WidgetType<{
1175
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1176
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1177
+ css?: Record<string, string> | undefined;
1178
+ edit?: boolean | undefined;
1179
+ }>) | ({
1130
1180
  layers?: string[] | undefined;
1131
1181
  } & import("./widgets").WidgetDatasourceTableType) | ({
1132
1182
  layers?: string[] | undefined;