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
@@ -1262,7 +1262,12 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
1262
1262
  layers?: string[] | undefined;
1263
1263
  } & import("./widgets").WidgetArticleSliderType) | ({
1264
1264
  layers?: string[] | undefined;
1265
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1265
+ } & import("./widgets").WidgetType<{
1266
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1267
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1268
+ css?: Record<string, string> | undefined;
1269
+ edit?: boolean | undefined;
1270
+ }>) | ({
1266
1271
  layers?: string[] | undefined;
1267
1272
  } & import("./widgets").WidgetDatasourceTableType) | ({
1268
1273
  layers?: string[] | undefined;
@@ -1307,7 +1312,12 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
1307
1312
  layers?: string[] | undefined;
1308
1313
  } & import("./widgets").WidgetArticleSliderType) | ({
1309
1314
  layers?: string[] | undefined;
1310
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1315
+ } & import("./widgets").WidgetType<{
1316
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1317
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1318
+ css?: Record<string, string> | undefined;
1319
+ edit?: boolean | undefined;
1320
+ }>) | ({
1311
1321
  layers?: string[] | undefined;
1312
1322
  } & import("./widgets").WidgetDatasourceTableType) | ({
1313
1323
  layers?: string[] | undefined;
@@ -1353,7 +1363,12 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
1353
1363
  layers?: string[] | undefined;
1354
1364
  } & import("./widgets").WidgetArticleSliderType) | ({
1355
1365
  layers?: string[] | undefined;
1356
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1366
+ } & import("./widgets").WidgetType<{
1367
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1368
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1369
+ css?: Record<string, string> | undefined;
1370
+ edit?: boolean | undefined;
1371
+ }>) | ({
1357
1372
  layers?: string[] | undefined;
1358
1373
  } & import("./widgets").WidgetDatasourceTableType) | ({
1359
1374
  layers?: string[] | undefined;
@@ -1398,7 +1413,12 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
1398
1413
  layers?: string[] | undefined;
1399
1414
  } & import("./widgets").WidgetArticleSliderType) | ({
1400
1415
  layers?: string[] | undefined;
1401
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1416
+ } & import("./widgets").WidgetType<{
1417
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1418
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1419
+ css?: Record<string, string> | undefined;
1420
+ edit?: boolean | undefined;
1421
+ }>) | ({
1402
1422
  layers?: string[] | undefined;
1403
1423
  } & import("./widgets").WidgetDatasourceTableType) | ({
1404
1424
  layers?: string[] | undefined;
@@ -1814,7 +1834,12 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
1814
1834
  layers?: string[] | undefined;
1815
1835
  } & import("./widgets").WidgetArticleSliderType) | ({
1816
1836
  layers?: string[] | undefined;
1817
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1837
+ } & import("./widgets").WidgetType<{
1838
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1839
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1840
+ css?: Record<string, string> | undefined;
1841
+ edit?: boolean | undefined;
1842
+ }>) | ({
1818
1843
  layers?: string[] | undefined;
1819
1844
  } & import("./widgets").WidgetDatasourceTableType) | ({
1820
1845
  layers?: string[] | undefined;
@@ -1859,7 +1884,12 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
1859
1884
  layers?: string[] | undefined;
1860
1885
  } & import("./widgets").WidgetArticleSliderType) | ({
1861
1886
  layers?: string[] | undefined;
1862
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1887
+ } & import("./widgets").WidgetType<{
1888
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1889
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1890
+ css?: Record<string, string> | undefined;
1891
+ edit?: boolean | undefined;
1892
+ }>) | ({
1863
1893
  layers?: string[] | undefined;
1864
1894
  } & import("./widgets").WidgetDatasourceTableType) | ({
1865
1895
  layers?: string[] | undefined;
@@ -1905,7 +1935,12 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
1905
1935
  layers?: string[] | undefined;
1906
1936
  } & import("./widgets").WidgetArticleSliderType) | ({
1907
1937
  layers?: string[] | undefined;
1908
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1938
+ } & import("./widgets").WidgetType<{
1939
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1940
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1941
+ css?: Record<string, string> | undefined;
1942
+ edit?: boolean | undefined;
1943
+ }>) | ({
1909
1944
  layers?: string[] | undefined;
1910
1945
  } & import("./widgets").WidgetDatasourceTableType) | ({
1911
1946
  layers?: string[] | undefined;
@@ -1950,7 +1985,12 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
1950
1985
  layers?: string[] | undefined;
1951
1986
  } & import("./widgets").WidgetArticleSliderType) | ({
1952
1987
  layers?: string[] | undefined;
1953
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1988
+ } & import("./widgets").WidgetType<{
1989
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
1990
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
1991
+ css?: Record<string, string> | undefined;
1992
+ edit?: boolean | undefined;
1993
+ }>) | ({
1954
1994
  layers?: string[] | undefined;
1955
1995
  } & import("./widgets").WidgetDatasourceTableType) | ({
1956
1996
  layers?: string[] | undefined;
@@ -2364,7 +2404,12 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
2364
2404
  layers?: string[] | undefined;
2365
2405
  } & import("./widgets").WidgetArticleSliderType) | ({
2366
2406
  layers?: string[] | undefined;
2367
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2407
+ } & import("./widgets").WidgetType<{
2408
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
2409
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
2410
+ css?: Record<string, string> | undefined;
2411
+ edit?: boolean | undefined;
2412
+ }>) | ({
2368
2413
  layers?: string[] | undefined;
2369
2414
  } & import("./widgets").WidgetDatasourceTableType) | ({
2370
2415
  layers?: string[] | undefined;
@@ -2409,7 +2454,12 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
2409
2454
  layers?: string[] | undefined;
2410
2455
  } & import("./widgets").WidgetArticleSliderType) | ({
2411
2456
  layers?: string[] | undefined;
2412
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2457
+ } & import("./widgets").WidgetType<{
2458
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
2459
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
2460
+ css?: Record<string, string> | undefined;
2461
+ edit?: boolean | undefined;
2462
+ }>) | ({
2413
2463
  layers?: string[] | undefined;
2414
2464
  } & import("./widgets").WidgetDatasourceTableType) | ({
2415
2465
  layers?: string[] | undefined;
@@ -2455,7 +2505,12 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
2455
2505
  layers?: string[] | undefined;
2456
2506
  } & import("./widgets").WidgetArticleSliderType) | ({
2457
2507
  layers?: string[] | undefined;
2458
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2508
+ } & import("./widgets").WidgetType<{
2509
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
2510
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
2511
+ css?: Record<string, string> | undefined;
2512
+ edit?: boolean | undefined;
2513
+ }>) | ({
2459
2514
  layers?: string[] | undefined;
2460
2515
  } & import("./widgets").WidgetDatasourceTableType) | ({
2461
2516
  layers?: string[] | undefined;
@@ -2500,7 +2555,12 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
2500
2555
  layers?: string[] | undefined;
2501
2556
  } & import("./widgets").WidgetArticleSliderType) | ({
2502
2557
  layers?: string[] | undefined;
2503
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2558
+ } & import("./widgets").WidgetType<{
2559
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
2560
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
2561
+ css?: Record<string, string> | undefined;
2562
+ edit?: boolean | undefined;
2563
+ }>) | ({
2504
2564
  layers?: string[] | undefined;
2505
2565
  } & import("./widgets").WidgetDatasourceTableType) | ({
2506
2566
  layers?: string[] | undefined;
@@ -3137,7 +3197,12 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3137
3197
  layers?: string[] | undefined;
3138
3198
  } & import("./widgets").WidgetArticleSliderType) | ({
3139
3199
  layers?: string[] | undefined;
3140
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
3200
+ } & import("./widgets").WidgetType<{
3201
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
3202
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
3203
+ css?: Record<string, string> | undefined;
3204
+ edit?: boolean | undefined;
3205
+ }>) | ({
3141
3206
  layers?: string[] | undefined;
3142
3207
  } & import("./widgets").WidgetDatasourceTableType) | ({
3143
3208
  layers?: string[] | undefined;
@@ -3182,7 +3247,12 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3182
3247
  layers?: string[] | undefined;
3183
3248
  } & import("./widgets").WidgetArticleSliderType) | ({
3184
3249
  layers?: string[] | undefined;
3185
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
3250
+ } & import("./widgets").WidgetType<{
3251
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
3252
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
3253
+ css?: Record<string, string> | undefined;
3254
+ edit?: boolean | undefined;
3255
+ }>) | ({
3186
3256
  layers?: string[] | undefined;
3187
3257
  } & import("./widgets").WidgetDatasourceTableType) | ({
3188
3258
  layers?: string[] | undefined;
@@ -3228,7 +3298,12 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3228
3298
  layers?: string[] | undefined;
3229
3299
  } & import("./widgets").WidgetArticleSliderType) | ({
3230
3300
  layers?: string[] | undefined;
3231
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
3301
+ } & import("./widgets").WidgetType<{
3302
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
3303
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
3304
+ css?: Record<string, string> | undefined;
3305
+ edit?: boolean | undefined;
3306
+ }>) | ({
3232
3307
  layers?: string[] | undefined;
3233
3308
  } & import("./widgets").WidgetDatasourceTableType) | ({
3234
3309
  layers?: string[] | undefined;
@@ -3273,7 +3348,12 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3273
3348
  layers?: string[] | undefined;
3274
3349
  } & import("./widgets").WidgetArticleSliderType) | ({
3275
3350
  layers?: string[] | undefined;
3276
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
3351
+ } & import("./widgets").WidgetType<{
3352
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
3353
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
3354
+ css?: Record<string, string> | undefined;
3355
+ edit?: boolean | undefined;
3356
+ }>) | ({
3277
3357
  layers?: string[] | undefined;
3278
3358
  } & import("./widgets").WidgetDatasourceTableType) | ({
3279
3359
  layers?: string[] | undefined;
@@ -3687,7 +3767,12 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3687
3767
  layers?: string[] | undefined;
3688
3768
  } & import("./widgets").WidgetArticleSliderType) | ({
3689
3769
  layers?: string[] | undefined;
3690
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
3770
+ } & import("./widgets").WidgetType<{
3771
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
3772
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
3773
+ css?: Record<string, string> | undefined;
3774
+ edit?: boolean | undefined;
3775
+ }>) | ({
3691
3776
  layers?: string[] | undefined;
3692
3777
  } & import("./widgets").WidgetDatasourceTableType) | ({
3693
3778
  layers?: string[] | undefined;
@@ -3732,7 +3817,12 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3732
3817
  layers?: string[] | undefined;
3733
3818
  } & import("./widgets").WidgetArticleSliderType) | ({
3734
3819
  layers?: string[] | undefined;
3735
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
3820
+ } & import("./widgets").WidgetType<{
3821
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
3822
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
3823
+ css?: Record<string, string> | undefined;
3824
+ edit?: boolean | undefined;
3825
+ }>) | ({
3736
3826
  layers?: string[] | undefined;
3737
3827
  } & import("./widgets").WidgetDatasourceTableType) | ({
3738
3828
  layers?: string[] | undefined;
@@ -3778,7 +3868,12 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3778
3868
  layers?: string[] | undefined;
3779
3869
  } & import("./widgets").WidgetArticleSliderType) | ({
3780
3870
  layers?: string[] | undefined;
3781
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
3871
+ } & import("./widgets").WidgetType<{
3872
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
3873
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
3874
+ css?: Record<string, string> | undefined;
3875
+ edit?: boolean | undefined;
3876
+ }>) | ({
3782
3877
  layers?: string[] | undefined;
3783
3878
  } & import("./widgets").WidgetDatasourceTableType) | ({
3784
3879
  layers?: string[] | undefined;
@@ -3823,7 +3918,12 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3823
3918
  layers?: string[] | undefined;
3824
3919
  } & import("./widgets").WidgetArticleSliderType) | ({
3825
3920
  layers?: string[] | undefined;
3826
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
3921
+ } & import("./widgets").WidgetType<{
3922
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
3923
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
3924
+ css?: Record<string, string> | undefined;
3925
+ edit?: boolean | undefined;
3926
+ }>) | ({
3827
3927
  layers?: string[] | undefined;
3828
3928
  } & import("./widgets").WidgetDatasourceTableType) | ({
3829
3929
  layers?: string[] | undefined;
@@ -4685,7 +4785,12 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
4685
4785
  layers?: string[] | undefined;
4686
4786
  } & import("./widgets").WidgetArticleSliderType) | ({
4687
4787
  layers?: string[] | undefined;
4688
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
4788
+ } & import("./widgets").WidgetType<{
4789
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
4790
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
4791
+ css?: Record<string, string> | undefined;
4792
+ edit?: boolean | undefined;
4793
+ }>) | ({
4689
4794
  layers?: string[] | undefined;
4690
4795
  } & import("./widgets").WidgetDatasourceTableType) | ({
4691
4796
  layers?: string[] | undefined;
@@ -4730,7 +4835,12 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
4730
4835
  layers?: string[] | undefined;
4731
4836
  } & import("./widgets").WidgetArticleSliderType) | ({
4732
4837
  layers?: string[] | undefined;
4733
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
4838
+ } & import("./widgets").WidgetType<{
4839
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
4840
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
4841
+ css?: Record<string, string> | undefined;
4842
+ edit?: boolean | undefined;
4843
+ }>) | ({
4734
4844
  layers?: string[] | undefined;
4735
4845
  } & import("./widgets").WidgetDatasourceTableType) | ({
4736
4846
  layers?: string[] | undefined;
@@ -4776,7 +4886,12 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
4776
4886
  layers?: string[] | undefined;
4777
4887
  } & import("./widgets").WidgetArticleSliderType) | ({
4778
4888
  layers?: string[] | undefined;
4779
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
4889
+ } & import("./widgets").WidgetType<{
4890
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
4891
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
4892
+ css?: Record<string, string> | undefined;
4893
+ edit?: boolean | undefined;
4894
+ }>) | ({
4780
4895
  layers?: string[] | undefined;
4781
4896
  } & import("./widgets").WidgetDatasourceTableType) | ({
4782
4897
  layers?: string[] | undefined;
@@ -4821,7 +4936,12 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
4821
4936
  layers?: string[] | undefined;
4822
4937
  } & import("./widgets").WidgetArticleSliderType) | ({
4823
4938
  layers?: string[] | undefined;
4824
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
4939
+ } & import("./widgets").WidgetType<{
4940
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
4941
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
4942
+ css?: Record<string, string> | undefined;
4943
+ edit?: boolean | undefined;
4944
+ }>) | ({
4825
4945
  layers?: string[] | undefined;
4826
4946
  } & import("./widgets").WidgetDatasourceTableType) | ({
4827
4947
  layers?: string[] | undefined;
@@ -4931,7 +5051,12 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
4931
5051
  layers?: string[] | undefined;
4932
5052
  } & import("./widgets").WidgetArticleSliderType) | ({
4933
5053
  layers?: string[] | undefined;
4934
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
5054
+ } & import("./widgets").WidgetType<{
5055
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
5056
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
5057
+ css?: Record<string, string> | undefined;
5058
+ edit?: boolean | undefined;
5059
+ }>) | ({
4935
5060
  layers?: string[] | undefined;
4936
5061
  } & import("./widgets").WidgetDatasourceTableType) | ({
4937
5062
  layers?: string[] | undefined;
@@ -5030,7 +5155,12 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
5030
5155
  layers?: string[] | undefined;
5031
5156
  } & import("./widgets").WidgetArticleSliderType) | ({
5032
5157
  layers?: string[] | undefined;
5033
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
5158
+ } & import("./widgets").WidgetType<{
5159
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
5160
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
5161
+ css?: Record<string, string> | undefined;
5162
+ edit?: boolean | undefined;
5163
+ }>) | ({
5034
5164
  layers?: string[] | undefined;
5035
5165
  } & import("./widgets").WidgetDatasourceTableType) | ({
5036
5166
  layers?: string[] | undefined;
@@ -5223,7 +5353,12 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5223
5353
  layers?: string[] | undefined;
5224
5354
  } & import("./widgets").WidgetArticleSliderType) | ({
5225
5355
  layers?: string[] | undefined;
5226
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
5356
+ } & import("./widgets").WidgetType<{
5357
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
5358
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
5359
+ css?: Record<string, string> | undefined;
5360
+ edit?: boolean | undefined;
5361
+ }>) | ({
5227
5362
  layers?: string[] | undefined;
5228
5363
  } & import("./widgets").WidgetDatasourceTableType) | ({
5229
5364
  layers?: string[] | undefined;
@@ -5268,7 +5403,12 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5268
5403
  layers?: string[] | undefined;
5269
5404
  } & import("./widgets").WidgetArticleSliderType) | ({
5270
5405
  layers?: string[] | undefined;
5271
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
5406
+ } & import("./widgets").WidgetType<{
5407
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
5408
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
5409
+ css?: Record<string, string> | undefined;
5410
+ edit?: boolean | undefined;
5411
+ }>) | ({
5272
5412
  layers?: string[] | undefined;
5273
5413
  } & import("./widgets").WidgetDatasourceTableType) | ({
5274
5414
  layers?: string[] | undefined;
@@ -5314,7 +5454,12 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5314
5454
  layers?: string[] | undefined;
5315
5455
  } & import("./widgets").WidgetArticleSliderType) | ({
5316
5456
  layers?: string[] | undefined;
5317
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
5457
+ } & import("./widgets").WidgetType<{
5458
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
5459
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
5460
+ css?: Record<string, string> | undefined;
5461
+ edit?: boolean | undefined;
5462
+ }>) | ({
5318
5463
  layers?: string[] | undefined;
5319
5464
  } & import("./widgets").WidgetDatasourceTableType) | ({
5320
5465
  layers?: string[] | undefined;
@@ -5359,7 +5504,12 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5359
5504
  layers?: string[] | undefined;
5360
5505
  } & import("./widgets").WidgetArticleSliderType) | ({
5361
5506
  layers?: string[] | undefined;
5362
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
5507
+ } & import("./widgets").WidgetType<{
5508
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
5509
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
5510
+ css?: Record<string, string> | undefined;
5511
+ edit?: boolean | undefined;
5512
+ }>) | ({
5363
5513
  layers?: string[] | undefined;
5364
5514
  } & import("./widgets").WidgetDatasourceTableType) | ({
5365
5515
  layers?: string[] | undefined;
@@ -5561,7 +5711,12 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5561
5711
  layers?: string[] | undefined;
5562
5712
  } & import("./widgets").WidgetArticleSliderType) | ({
5563
5713
  layers?: string[] | undefined;
5564
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
5714
+ } & import("./widgets").WidgetType<{
5715
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
5716
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
5717
+ css?: Record<string, string> | undefined;
5718
+ edit?: boolean | undefined;
5719
+ }>) | ({
5565
5720
  layers?: string[] | undefined;
5566
5721
  } & import("./widgets").WidgetDatasourceTableType) | ({
5567
5722
  layers?: string[] | undefined;
@@ -5606,7 +5761,12 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5606
5761
  layers?: string[] | undefined;
5607
5762
  } & import("./widgets").WidgetArticleSliderType) | ({
5608
5763
  layers?: string[] | undefined;
5609
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
5764
+ } & import("./widgets").WidgetType<{
5765
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
5766
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
5767
+ css?: Record<string, string> | undefined;
5768
+ edit?: boolean | undefined;
5769
+ }>) | ({
5610
5770
  layers?: string[] | undefined;
5611
5771
  } & import("./widgets").WidgetDatasourceTableType) | ({
5612
5772
  layers?: string[] | undefined;
@@ -5652,7 +5812,12 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5652
5812
  layers?: string[] | undefined;
5653
5813
  } & import("./widgets").WidgetArticleSliderType) | ({
5654
5814
  layers?: string[] | undefined;
5655
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
5815
+ } & import("./widgets").WidgetType<{
5816
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
5817
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
5818
+ css?: Record<string, string> | undefined;
5819
+ edit?: boolean | undefined;
5820
+ }>) | ({
5656
5821
  layers?: string[] | undefined;
5657
5822
  } & import("./widgets").WidgetDatasourceTableType) | ({
5658
5823
  layers?: string[] | undefined;
@@ -5697,7 +5862,12 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5697
5862
  layers?: string[] | undefined;
5698
5863
  } & import("./widgets").WidgetArticleSliderType) | ({
5699
5864
  layers?: string[] | undefined;
5700
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
5865
+ } & import("./widgets").WidgetType<{
5866
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
5867
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
5868
+ css?: Record<string, string> | undefined;
5869
+ edit?: boolean | undefined;
5870
+ }>) | ({
5701
5871
  layers?: string[] | undefined;
5702
5872
  } & import("./widgets").WidgetDatasourceTableType) | ({
5703
5873
  layers?: string[] | undefined;
@@ -5807,7 +5977,12 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5807
5977
  layers?: string[] | undefined;
5808
5978
  } & import("./widgets").WidgetArticleSliderType) | ({
5809
5979
  layers?: string[] | undefined;
5810
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
5980
+ } & import("./widgets").WidgetType<{
5981
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
5982
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
5983
+ css?: Record<string, string> | undefined;
5984
+ edit?: boolean | undefined;
5985
+ }>) | ({
5811
5986
  layers?: string[] | undefined;
5812
5987
  } & import("./widgets").WidgetDatasourceTableType) | ({
5813
5988
  layers?: string[] | undefined;
@@ -5906,7 +6081,12 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5906
6081
  layers?: string[] | undefined;
5907
6082
  } & import("./widgets").WidgetArticleSliderType) | ({
5908
6083
  layers?: string[] | undefined;
5909
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
6084
+ } & import("./widgets").WidgetType<{
6085
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
6086
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
6087
+ css?: Record<string, string> | undefined;
6088
+ edit?: boolean | undefined;
6089
+ }>) | ({
5910
6090
  layers?: string[] | undefined;
5911
6091
  } & import("./widgets").WidgetDatasourceTableType) | ({
5912
6092
  layers?: string[] | undefined;
@@ -6008,7 +6188,12 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6008
6188
  layers?: string[] | undefined;
6009
6189
  } & import("./widgets").WidgetArticleSliderType) | ({
6010
6190
  layers?: string[] | undefined;
6011
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
6191
+ } & import("./widgets").WidgetType<{
6192
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
6193
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
6194
+ css?: Record<string, string> | undefined;
6195
+ edit?: boolean | undefined;
6196
+ }>) | ({
6012
6197
  layers?: string[] | undefined;
6013
6198
  } & import("./widgets").WidgetDatasourceTableType) | ({
6014
6199
  layers?: string[] | undefined;
@@ -6111,7 +6296,12 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6111
6296
  layers?: string[] | undefined;
6112
6297
  } & import("./widgets").WidgetArticleSliderType) | ({
6113
6298
  layers?: string[] | undefined;
6114
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
6299
+ } & import("./widgets").WidgetType<{
6300
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
6301
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
6302
+ css?: Record<string, string> | undefined;
6303
+ edit?: boolean | undefined;
6304
+ }>) | ({
6115
6305
  layers?: string[] | undefined;
6116
6306
  } & import("./widgets").WidgetDatasourceTableType) | ({
6117
6307
  layers?: string[] | undefined;
@@ -6256,7 +6446,12 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6256
6446
  layers?: string[] | undefined;
6257
6447
  } & import("./widgets").WidgetArticleSliderType) | ({
6258
6448
  layers?: string[] | undefined;
6259
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
6449
+ } & import("./widgets").WidgetType<{
6450
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
6451
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
6452
+ css?: Record<string, string> | undefined;
6453
+ edit?: boolean | undefined;
6454
+ }>) | ({
6260
6455
  layers?: string[] | undefined;
6261
6456
  } & import("./widgets").WidgetDatasourceTableType) | ({
6262
6457
  layers?: string[] | undefined;
@@ -6310,7 +6505,12 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6310
6505
  layers?: string[] | undefined;
6311
6506
  } & import("./widgets").WidgetArticleSliderType) | ({
6312
6507
  layers?: string[] | undefined;
6313
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
6508
+ } & import("./widgets").WidgetType<{
6509
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
6510
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
6511
+ css?: Record<string, string> | undefined;
6512
+ edit?: boolean | undefined;
6513
+ }>) | ({
6314
6514
  layers?: string[] | undefined;
6315
6515
  } & import("./widgets").WidgetDatasourceTableType) | ({
6316
6516
  layers?: string[] | undefined;
@@ -6452,7 +6652,12 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6452
6652
  layers?: string[] | undefined;
6453
6653
  } & import("./widgets").WidgetArticleSliderType) | ({
6454
6654
  layers?: string[] | undefined;
6455
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
6655
+ } & import("./widgets").WidgetType<{
6656
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
6657
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
6658
+ css?: Record<string, string> | undefined;
6659
+ edit?: boolean | undefined;
6660
+ }>) | ({
6456
6661
  layers?: string[] | undefined;
6457
6662
  } & import("./widgets").WidgetDatasourceTableType) | ({
6458
6663
  layers?: string[] | undefined;
@@ -6506,7 +6711,12 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6506
6711
  layers?: string[] | undefined;
6507
6712
  } & import("./widgets").WidgetArticleSliderType) | ({
6508
6713
  layers?: string[] | undefined;
6509
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
6714
+ } & import("./widgets").WidgetType<{
6715
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
6716
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
6717
+ css?: Record<string, string> | undefined;
6718
+ edit?: boolean | undefined;
6719
+ }>) | ({
6510
6720
  layers?: string[] | undefined;
6511
6721
  } & import("./widgets").WidgetDatasourceTableType) | ({
6512
6722
  layers?: string[] | undefined;
@@ -6755,7 +6965,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
6755
6965
  layers?: string[] | undefined;
6756
6966
  } & import("./widgets").WidgetArticleSliderType) | ({
6757
6967
  layers?: string[] | undefined;
6758
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
6968
+ } & import("./widgets").WidgetType<{
6969
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
6970
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
6971
+ css?: Record<string, string> | undefined;
6972
+ edit?: boolean | undefined;
6973
+ }>) | ({
6759
6974
  layers?: string[] | undefined;
6760
6975
  } & import("./widgets").WidgetDatasourceTableType) | ({
6761
6976
  layers?: string[] | undefined;
@@ -6800,7 +7015,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
6800
7015
  layers?: string[] | undefined;
6801
7016
  } & import("./widgets").WidgetArticleSliderType) | ({
6802
7017
  layers?: string[] | undefined;
6803
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
7018
+ } & import("./widgets").WidgetType<{
7019
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
7020
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
7021
+ css?: Record<string, string> | undefined;
7022
+ edit?: boolean | undefined;
7023
+ }>) | ({
6804
7024
  layers?: string[] | undefined;
6805
7025
  } & import("./widgets").WidgetDatasourceTableType) | ({
6806
7026
  layers?: string[] | undefined;
@@ -6846,7 +7066,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
6846
7066
  layers?: string[] | undefined;
6847
7067
  } & import("./widgets").WidgetArticleSliderType) | ({
6848
7068
  layers?: string[] | undefined;
6849
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
7069
+ } & import("./widgets").WidgetType<{
7070
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
7071
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
7072
+ css?: Record<string, string> | undefined;
7073
+ edit?: boolean | undefined;
7074
+ }>) | ({
6850
7075
  layers?: string[] | undefined;
6851
7076
  } & import("./widgets").WidgetDatasourceTableType) | ({
6852
7077
  layers?: string[] | undefined;
@@ -6891,7 +7116,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
6891
7116
  layers?: string[] | undefined;
6892
7117
  } & import("./widgets").WidgetArticleSliderType) | ({
6893
7118
  layers?: string[] | undefined;
6894
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
7119
+ } & import("./widgets").WidgetType<{
7120
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
7121
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
7122
+ css?: Record<string, string> | undefined;
7123
+ edit?: boolean | undefined;
7124
+ }>) | ({
6895
7125
  layers?: string[] | undefined;
6896
7126
  } & import("./widgets").WidgetDatasourceTableType) | ({
6897
7127
  layers?: string[] | undefined;
@@ -7308,7 +7538,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7308
7538
  layers?: string[] | undefined;
7309
7539
  } & import("./widgets").WidgetArticleSliderType) | ({
7310
7540
  layers?: string[] | undefined;
7311
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
7541
+ } & import("./widgets").WidgetType<{
7542
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
7543
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
7544
+ css?: Record<string, string> | undefined;
7545
+ edit?: boolean | undefined;
7546
+ }>) | ({
7312
7547
  layers?: string[] | undefined;
7313
7548
  } & import("./widgets").WidgetDatasourceTableType) | ({
7314
7549
  layers?: string[] | undefined;
@@ -7353,7 +7588,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7353
7588
  layers?: string[] | undefined;
7354
7589
  } & import("./widgets").WidgetArticleSliderType) | ({
7355
7590
  layers?: string[] | undefined;
7356
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
7591
+ } & import("./widgets").WidgetType<{
7592
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
7593
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
7594
+ css?: Record<string, string> | undefined;
7595
+ edit?: boolean | undefined;
7596
+ }>) | ({
7357
7597
  layers?: string[] | undefined;
7358
7598
  } & import("./widgets").WidgetDatasourceTableType) | ({
7359
7599
  layers?: string[] | undefined;
@@ -7399,7 +7639,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7399
7639
  layers?: string[] | undefined;
7400
7640
  } & import("./widgets").WidgetArticleSliderType) | ({
7401
7641
  layers?: string[] | undefined;
7402
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
7642
+ } & import("./widgets").WidgetType<{
7643
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
7644
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
7645
+ css?: Record<string, string> | undefined;
7646
+ edit?: boolean | undefined;
7647
+ }>) | ({
7403
7648
  layers?: string[] | undefined;
7404
7649
  } & import("./widgets").WidgetDatasourceTableType) | ({
7405
7650
  layers?: string[] | undefined;
@@ -7444,7 +7689,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7444
7689
  layers?: string[] | undefined;
7445
7690
  } & import("./widgets").WidgetArticleSliderType) | ({
7446
7691
  layers?: string[] | undefined;
7447
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
7692
+ } & import("./widgets").WidgetType<{
7693
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
7694
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
7695
+ css?: Record<string, string> | undefined;
7696
+ edit?: boolean | undefined;
7697
+ }>) | ({
7448
7698
  layers?: string[] | undefined;
7449
7699
  } & import("./widgets").WidgetDatasourceTableType) | ({
7450
7700
  layers?: string[] | undefined;
@@ -7646,7 +7896,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7646
7896
  layers?: string[] | undefined;
7647
7897
  } & import("./widgets").WidgetArticleSliderType) | ({
7648
7898
  layers?: string[] | undefined;
7649
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
7899
+ } & import("./widgets").WidgetType<{
7900
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
7901
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
7902
+ css?: Record<string, string> | undefined;
7903
+ edit?: boolean | undefined;
7904
+ }>) | ({
7650
7905
  layers?: string[] | undefined;
7651
7906
  } & import("./widgets").WidgetDatasourceTableType) | ({
7652
7907
  layers?: string[] | undefined;
@@ -7691,7 +7946,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7691
7946
  layers?: string[] | undefined;
7692
7947
  } & import("./widgets").WidgetArticleSliderType) | ({
7693
7948
  layers?: string[] | undefined;
7694
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
7949
+ } & import("./widgets").WidgetType<{
7950
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
7951
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
7952
+ css?: Record<string, string> | undefined;
7953
+ edit?: boolean | undefined;
7954
+ }>) | ({
7695
7955
  layers?: string[] | undefined;
7696
7956
  } & import("./widgets").WidgetDatasourceTableType) | ({
7697
7957
  layers?: string[] | undefined;
@@ -7737,7 +7997,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7737
7997
  layers?: string[] | undefined;
7738
7998
  } & import("./widgets").WidgetArticleSliderType) | ({
7739
7999
  layers?: string[] | undefined;
7740
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
8000
+ } & import("./widgets").WidgetType<{
8001
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
8002
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
8003
+ css?: Record<string, string> | undefined;
8004
+ edit?: boolean | undefined;
8005
+ }>) | ({
7741
8006
  layers?: string[] | undefined;
7742
8007
  } & import("./widgets").WidgetDatasourceTableType) | ({
7743
8008
  layers?: string[] | undefined;
@@ -7782,7 +8047,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7782
8047
  layers?: string[] | undefined;
7783
8048
  } & import("./widgets").WidgetArticleSliderType) | ({
7784
8049
  layers?: string[] | undefined;
7785
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
8050
+ } & import("./widgets").WidgetType<{
8051
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
8052
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
8053
+ css?: Record<string, string> | undefined;
8054
+ edit?: boolean | undefined;
8055
+ }>) | ({
7786
8056
  layers?: string[] | undefined;
7787
8057
  } & import("./widgets").WidgetDatasourceTableType) | ({
7788
8058
  layers?: string[] | undefined;
@@ -7892,7 +8162,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7892
8162
  layers?: string[] | undefined;
7893
8163
  } & import("./widgets").WidgetArticleSliderType) | ({
7894
8164
  layers?: string[] | undefined;
7895
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
8165
+ } & import("./widgets").WidgetType<{
8166
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
8167
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
8168
+ css?: Record<string, string> | undefined;
8169
+ edit?: boolean | undefined;
8170
+ }>) | ({
7896
8171
  layers?: string[] | undefined;
7897
8172
  } & import("./widgets").WidgetDatasourceTableType) | ({
7898
8173
  layers?: string[] | undefined;
@@ -7991,7 +8266,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7991
8266
  layers?: string[] | undefined;
7992
8267
  } & import("./widgets").WidgetArticleSliderType) | ({
7993
8268
  layers?: string[] | undefined;
7994
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
8269
+ } & import("./widgets").WidgetType<{
8270
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
8271
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
8272
+ css?: Record<string, string> | undefined;
8273
+ edit?: boolean | undefined;
8274
+ }>) | ({
7995
8275
  layers?: string[] | undefined;
7996
8276
  } & import("./widgets").WidgetDatasourceTableType) | ({
7997
8277
  layers?: string[] | undefined;
@@ -8093,7 +8373,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8093
8373
  layers?: string[] | undefined;
8094
8374
  } & import("./widgets").WidgetArticleSliderType) | ({
8095
8375
  layers?: string[] | undefined;
8096
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
8376
+ } & import("./widgets").WidgetType<{
8377
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
8378
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
8379
+ css?: Record<string, string> | undefined;
8380
+ edit?: boolean | undefined;
8381
+ }>) | ({
8097
8382
  layers?: string[] | undefined;
8098
8383
  } & import("./widgets").WidgetDatasourceTableType) | ({
8099
8384
  layers?: string[] | undefined;
@@ -8196,7 +8481,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8196
8481
  layers?: string[] | undefined;
8197
8482
  } & import("./widgets").WidgetArticleSliderType) | ({
8198
8483
  layers?: string[] | undefined;
8199
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
8484
+ } & import("./widgets").WidgetType<{
8485
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
8486
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
8487
+ css?: Record<string, string> | undefined;
8488
+ edit?: boolean | undefined;
8489
+ }>) | ({
8200
8490
  layers?: string[] | undefined;
8201
8491
  } & import("./widgets").WidgetDatasourceTableType) | ({
8202
8492
  layers?: string[] | undefined;
@@ -8341,7 +8631,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8341
8631
  layers?: string[] | undefined;
8342
8632
  } & import("./widgets").WidgetArticleSliderType) | ({
8343
8633
  layers?: string[] | undefined;
8344
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
8634
+ } & import("./widgets").WidgetType<{
8635
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
8636
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
8637
+ css?: Record<string, string> | undefined;
8638
+ edit?: boolean | undefined;
8639
+ }>) | ({
8345
8640
  layers?: string[] | undefined;
8346
8641
  } & import("./widgets").WidgetDatasourceTableType) | ({
8347
8642
  layers?: string[] | undefined;
@@ -8395,7 +8690,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8395
8690
  layers?: string[] | undefined;
8396
8691
  } & import("./widgets").WidgetArticleSliderType) | ({
8397
8692
  layers?: string[] | undefined;
8398
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
8693
+ } & import("./widgets").WidgetType<{
8694
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
8695
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
8696
+ css?: Record<string, string> | undefined;
8697
+ edit?: boolean | undefined;
8698
+ }>) | ({
8399
8699
  layers?: string[] | undefined;
8400
8700
  } & import("./widgets").WidgetDatasourceTableType) | ({
8401
8701
  layers?: string[] | undefined;
@@ -8537,7 +8837,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8537
8837
  layers?: string[] | undefined;
8538
8838
  } & import("./widgets").WidgetArticleSliderType) | ({
8539
8839
  layers?: string[] | undefined;
8540
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
8840
+ } & import("./widgets").WidgetType<{
8841
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
8842
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
8843
+ css?: Record<string, string> | undefined;
8844
+ edit?: boolean | undefined;
8845
+ }>) | ({
8541
8846
  layers?: string[] | undefined;
8542
8847
  } & import("./widgets").WidgetDatasourceTableType) | ({
8543
8848
  layers?: string[] | undefined;
@@ -8591,7 +8896,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8591
8896
  layers?: string[] | undefined;
8592
8897
  } & import("./widgets").WidgetArticleSliderType) | ({
8593
8898
  layers?: string[] | undefined;
8594
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
8899
+ } & import("./widgets").WidgetType<{
8900
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
8901
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
8902
+ css?: Record<string, string> | undefined;
8903
+ edit?: boolean | undefined;
8904
+ }>) | ({
8595
8905
  layers?: string[] | undefined;
8596
8906
  } & import("./widgets").WidgetDatasourceTableType) | ({
8597
8907
  layers?: string[] | undefined;
@@ -8736,7 +9046,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8736
9046
  layers?: string[] | undefined;
8737
9047
  } & import("./widgets").WidgetArticleSliderType) | ({
8738
9048
  layers?: string[] | undefined;
8739
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
9049
+ } & import("./widgets").WidgetType<{
9050
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
9051
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
9052
+ css?: Record<string, string> | undefined;
9053
+ edit?: boolean | undefined;
9054
+ }>) | ({
8740
9055
  layers?: string[] | undefined;
8741
9056
  } & import("./widgets").WidgetDatasourceTableType) | ({
8742
9057
  layers?: string[] | undefined;
@@ -8790,7 +9105,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8790
9105
  layers?: string[] | undefined;
8791
9106
  } & import("./widgets").WidgetArticleSliderType) | ({
8792
9107
  layers?: string[] | undefined;
8793
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
9108
+ } & import("./widgets").WidgetType<{
9109
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
9110
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
9111
+ css?: Record<string, string> | undefined;
9112
+ edit?: boolean | undefined;
9113
+ }>) | ({
8794
9114
  layers?: string[] | undefined;
8795
9115
  } & import("./widgets").WidgetDatasourceTableType) | ({
8796
9116
  layers?: string[] | undefined;
@@ -8935,7 +9255,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8935
9255
  layers?: string[] | undefined;
8936
9256
  } & import("./widgets").WidgetArticleSliderType) | ({
8937
9257
  layers?: string[] | undefined;
8938
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
9258
+ } & import("./widgets").WidgetType<{
9259
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
9260
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
9261
+ css?: Record<string, string> | undefined;
9262
+ edit?: boolean | undefined;
9263
+ }>) | ({
8939
9264
  layers?: string[] | undefined;
8940
9265
  } & import("./widgets").WidgetDatasourceTableType) | ({
8941
9266
  layers?: string[] | undefined;
@@ -8989,7 +9314,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8989
9314
  layers?: string[] | undefined;
8990
9315
  } & import("./widgets").WidgetArticleSliderType) | ({
8991
9316
  layers?: string[] | undefined;
8992
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
9317
+ } & import("./widgets").WidgetType<{
9318
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
9319
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
9320
+ css?: Record<string, string> | undefined;
9321
+ edit?: boolean | undefined;
9322
+ }>) | ({
8993
9323
  layers?: string[] | undefined;
8994
9324
  } & import("./widgets").WidgetDatasourceTableType) | ({
8995
9325
  layers?: string[] | undefined;
@@ -9136,7 +9466,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
9136
9466
  layers?: string[] | undefined;
9137
9467
  } & import("./widgets").WidgetArticleSliderType) | ({
9138
9468
  layers?: string[] | undefined;
9139
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
9469
+ } & import("./widgets").WidgetType<{
9470
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
9471
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
9472
+ css?: Record<string, string> | undefined;
9473
+ edit?: boolean | undefined;
9474
+ }>) | ({
9140
9475
  layers?: string[] | undefined;
9141
9476
  } & import("./widgets").WidgetDatasourceTableType) | ({
9142
9477
  layers?: string[] | undefined;
@@ -9190,7 +9525,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
9190
9525
  layers?: string[] | undefined;
9191
9526
  } & import("./widgets").WidgetArticleSliderType) | ({
9192
9527
  layers?: string[] | undefined;
9193
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
9528
+ } & import("./widgets").WidgetType<{
9529
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
9530
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
9531
+ css?: Record<string, string> | undefined;
9532
+ edit?: boolean | undefined;
9533
+ }>) | ({
9194
9534
  layers?: string[] | undefined;
9195
9535
  } & import("./widgets").WidgetDatasourceTableType) | ({
9196
9536
  layers?: string[] | undefined;
@@ -9337,7 +9677,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
9337
9677
  layers?: string[] | undefined;
9338
9678
  } & import("./widgets").WidgetArticleSliderType) | ({
9339
9679
  layers?: string[] | undefined;
9340
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
9680
+ } & import("./widgets").WidgetType<{
9681
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
9682
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
9683
+ css?: Record<string, string> | undefined;
9684
+ edit?: boolean | undefined;
9685
+ }>) | ({
9341
9686
  layers?: string[] | undefined;
9342
9687
  } & import("./widgets").WidgetDatasourceTableType) | ({
9343
9688
  layers?: string[] | undefined;
@@ -9391,7 +9736,12 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
9391
9736
  layers?: string[] | undefined;
9392
9737
  } & import("./widgets").WidgetArticleSliderType) | ({
9393
9738
  layers?: string[] | undefined;
9394
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
9739
+ } & import("./widgets").WidgetType<{
9740
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
9741
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
9742
+ css?: Record<string, string> | undefined;
9743
+ edit?: boolean | undefined;
9744
+ }>) | ({
9395
9745
  layers?: string[] | undefined;
9396
9746
  } & import("./widgets").WidgetDatasourceTableType) | ({
9397
9747
  layers?: string[] | undefined;
@@ -9477,7 +9827,12 @@ export declare const ensureTVGetConfigureDynamicChannelResponse: (o: unknown) =>
9477
9827
  layers?: string[] | undefined;
9478
9828
  } & import("./widgets").WidgetArticleSliderType) | ({
9479
9829
  layers?: string[] | undefined;
9480
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
9830
+ } & import("./widgets").WidgetType<{
9831
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
9832
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
9833
+ css?: Record<string, string> | undefined;
9834
+ edit?: boolean | undefined;
9835
+ }>) | ({
9481
9836
  layers?: string[] | undefined;
9482
9837
  } & import("./widgets").WidgetDatasourceTableType) | ({
9483
9838
  layers?: string[] | undefined;
@@ -9669,7 +10024,12 @@ export declare const ensureTVGetConfigureDynamicChannelResponse: (o: unknown) =>
9669
10024
  layers?: string[] | undefined;
9670
10025
  } & import("./widgets").WidgetArticleSliderType) | ({
9671
10026
  layers?: string[] | undefined;
9672
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
10027
+ } & import("./widgets").WidgetType<{
10028
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
10029
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
10030
+ css?: Record<string, string> | undefined;
10031
+ edit?: boolean | undefined;
10032
+ }>) | ({
9673
10033
  layers?: string[] | undefined;
9674
10034
  } & import("./widgets").WidgetDatasourceTableType) | ({
9675
10035
  layers?: string[] | undefined;
@@ -9723,7 +10083,12 @@ export declare const ensureTVGetConfigureDynamicChannelResponse: (o: unknown) =>
9723
10083
  layers?: string[] | undefined;
9724
10084
  } & import("./widgets").WidgetArticleSliderType) | ({
9725
10085
  layers?: string[] | undefined;
9726
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
10086
+ } & import("./widgets").WidgetType<{
10087
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
10088
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
10089
+ css?: Record<string, string> | undefined;
10090
+ edit?: boolean | undefined;
10091
+ }>) | ({
9727
10092
  layers?: string[] | undefined;
9728
10093
  } & import("./widgets").WidgetDatasourceTableType) | ({
9729
10094
  layers?: string[] | undefined;
@@ -9917,7 +10282,12 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
9917
10282
  layers?: string[] | undefined;
9918
10283
  } & import("./widgets").WidgetArticleSliderType) | ({
9919
10284
  layers?: string[] | undefined;
9920
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
10285
+ } & import("./widgets").WidgetType<{
10286
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
10287
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
10288
+ css?: Record<string, string> | undefined;
10289
+ edit?: boolean | undefined;
10290
+ }>) | ({
9921
10291
  layers?: string[] | undefined;
9922
10292
  } & import("./widgets").WidgetDatasourceTableType) | ({
9923
10293
  layers?: string[] | undefined;
@@ -9962,7 +10332,12 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
9962
10332
  layers?: string[] | undefined;
9963
10333
  } & import("./widgets").WidgetArticleSliderType) | ({
9964
10334
  layers?: string[] | undefined;
9965
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
10335
+ } & import("./widgets").WidgetType<{
10336
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
10337
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
10338
+ css?: Record<string, string> | undefined;
10339
+ edit?: boolean | undefined;
10340
+ }>) | ({
9966
10341
  layers?: string[] | undefined;
9967
10342
  } & import("./widgets").WidgetDatasourceTableType) | ({
9968
10343
  layers?: string[] | undefined;
@@ -10008,7 +10383,12 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
10008
10383
  layers?: string[] | undefined;
10009
10384
  } & import("./widgets").WidgetArticleSliderType) | ({
10010
10385
  layers?: string[] | undefined;
10011
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
10386
+ } & import("./widgets").WidgetType<{
10387
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
10388
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
10389
+ css?: Record<string, string> | undefined;
10390
+ edit?: boolean | undefined;
10391
+ }>) | ({
10012
10392
  layers?: string[] | undefined;
10013
10393
  } & import("./widgets").WidgetDatasourceTableType) | ({
10014
10394
  layers?: string[] | undefined;
@@ -10053,7 +10433,12 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
10053
10433
  layers?: string[] | undefined;
10054
10434
  } & import("./widgets").WidgetArticleSliderType) | ({
10055
10435
  layers?: string[] | undefined;
10056
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
10436
+ } & import("./widgets").WidgetType<{
10437
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
10438
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
10439
+ css?: Record<string, string> | undefined;
10440
+ edit?: boolean | undefined;
10441
+ }>) | ({
10057
10442
  layers?: string[] | undefined;
10058
10443
  } & import("./widgets").WidgetDatasourceTableType) | ({
10059
10444
  layers?: string[] | undefined;
@@ -10488,7 +10873,12 @@ export declare const ensureTVGetConfigureSlideshowChannelResponse: (o: unknown)
10488
10873
  layers?: string[] | undefined;
10489
10874
  } & import("./widgets").WidgetArticleSliderType) | ({
10490
10875
  layers?: string[] | undefined;
10491
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
10876
+ } & import("./widgets").WidgetType<{
10877
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
10878
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
10879
+ css?: Record<string, string> | undefined;
10880
+ edit?: boolean | undefined;
10881
+ }>) | ({
10492
10882
  layers?: string[] | undefined;
10493
10883
  } & import("./widgets").WidgetDatasourceTableType) | ({
10494
10884
  layers?: string[] | undefined;
@@ -10746,7 +11136,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
10746
11136
  layers?: string[] | undefined;
10747
11137
  } & import("./widgets").WidgetArticleSliderType) | ({
10748
11138
  layers?: string[] | undefined;
10749
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
11139
+ } & import("./widgets").WidgetType<{
11140
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
11141
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
11142
+ css?: Record<string, string> | undefined;
11143
+ edit?: boolean | undefined;
11144
+ }>) | ({
10750
11145
  layers?: string[] | undefined;
10751
11146
  } & import("./widgets").WidgetDatasourceTableType) | ({
10752
11147
  layers?: string[] | undefined;
@@ -10791,7 +11186,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
10791
11186
  layers?: string[] | undefined;
10792
11187
  } & import("./widgets").WidgetArticleSliderType) | ({
10793
11188
  layers?: string[] | undefined;
10794
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
11189
+ } & import("./widgets").WidgetType<{
11190
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
11191
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
11192
+ css?: Record<string, string> | undefined;
11193
+ edit?: boolean | undefined;
11194
+ }>) | ({
10795
11195
  layers?: string[] | undefined;
10796
11196
  } & import("./widgets").WidgetDatasourceTableType) | ({
10797
11197
  layers?: string[] | undefined;
@@ -10837,7 +11237,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
10837
11237
  layers?: string[] | undefined;
10838
11238
  } & import("./widgets").WidgetArticleSliderType) | ({
10839
11239
  layers?: string[] | undefined;
10840
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
11240
+ } & import("./widgets").WidgetType<{
11241
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
11242
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
11243
+ css?: Record<string, string> | undefined;
11244
+ edit?: boolean | undefined;
11245
+ }>) | ({
10841
11246
  layers?: string[] | undefined;
10842
11247
  } & import("./widgets").WidgetDatasourceTableType) | ({
10843
11248
  layers?: string[] | undefined;
@@ -10882,7 +11287,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
10882
11287
  layers?: string[] | undefined;
10883
11288
  } & import("./widgets").WidgetArticleSliderType) | ({
10884
11289
  layers?: string[] | undefined;
10885
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
11290
+ } & import("./widgets").WidgetType<{
11291
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
11292
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
11293
+ css?: Record<string, string> | undefined;
11294
+ edit?: boolean | undefined;
11295
+ }>) | ({
10886
11296
  layers?: string[] | undefined;
10887
11297
  } & import("./widgets").WidgetDatasourceTableType) | ({
10888
11298
  layers?: string[] | undefined;
@@ -11299,7 +11709,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11299
11709
  layers?: string[] | undefined;
11300
11710
  } & import("./widgets").WidgetArticleSliderType) | ({
11301
11711
  layers?: string[] | undefined;
11302
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
11712
+ } & import("./widgets").WidgetType<{
11713
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
11714
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
11715
+ css?: Record<string, string> | undefined;
11716
+ edit?: boolean | undefined;
11717
+ }>) | ({
11303
11718
  layers?: string[] | undefined;
11304
11719
  } & import("./widgets").WidgetDatasourceTableType) | ({
11305
11720
  layers?: string[] | undefined;
@@ -11344,7 +11759,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11344
11759
  layers?: string[] | undefined;
11345
11760
  } & import("./widgets").WidgetArticleSliderType) | ({
11346
11761
  layers?: string[] | undefined;
11347
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
11762
+ } & import("./widgets").WidgetType<{
11763
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
11764
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
11765
+ css?: Record<string, string> | undefined;
11766
+ edit?: boolean | undefined;
11767
+ }>) | ({
11348
11768
  layers?: string[] | undefined;
11349
11769
  } & import("./widgets").WidgetDatasourceTableType) | ({
11350
11770
  layers?: string[] | undefined;
@@ -11390,7 +11810,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11390
11810
  layers?: string[] | undefined;
11391
11811
  } & import("./widgets").WidgetArticleSliderType) | ({
11392
11812
  layers?: string[] | undefined;
11393
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
11813
+ } & import("./widgets").WidgetType<{
11814
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
11815
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
11816
+ css?: Record<string, string> | undefined;
11817
+ edit?: boolean | undefined;
11818
+ }>) | ({
11394
11819
  layers?: string[] | undefined;
11395
11820
  } & import("./widgets").WidgetDatasourceTableType) | ({
11396
11821
  layers?: string[] | undefined;
@@ -11435,7 +11860,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11435
11860
  layers?: string[] | undefined;
11436
11861
  } & import("./widgets").WidgetArticleSliderType) | ({
11437
11862
  layers?: string[] | undefined;
11438
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
11863
+ } & import("./widgets").WidgetType<{
11864
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
11865
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
11866
+ css?: Record<string, string> | undefined;
11867
+ edit?: boolean | undefined;
11868
+ }>) | ({
11439
11869
  layers?: string[] | undefined;
11440
11870
  } & import("./widgets").WidgetDatasourceTableType) | ({
11441
11871
  layers?: string[] | undefined;
@@ -11637,7 +12067,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11637
12067
  layers?: string[] | undefined;
11638
12068
  } & import("./widgets").WidgetArticleSliderType) | ({
11639
12069
  layers?: string[] | undefined;
11640
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
12070
+ } & import("./widgets").WidgetType<{
12071
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
12072
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
12073
+ css?: Record<string, string> | undefined;
12074
+ edit?: boolean | undefined;
12075
+ }>) | ({
11641
12076
  layers?: string[] | undefined;
11642
12077
  } & import("./widgets").WidgetDatasourceTableType) | ({
11643
12078
  layers?: string[] | undefined;
@@ -11682,7 +12117,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11682
12117
  layers?: string[] | undefined;
11683
12118
  } & import("./widgets").WidgetArticleSliderType) | ({
11684
12119
  layers?: string[] | undefined;
11685
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
12120
+ } & import("./widgets").WidgetType<{
12121
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
12122
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
12123
+ css?: Record<string, string> | undefined;
12124
+ edit?: boolean | undefined;
12125
+ }>) | ({
11686
12126
  layers?: string[] | undefined;
11687
12127
  } & import("./widgets").WidgetDatasourceTableType) | ({
11688
12128
  layers?: string[] | undefined;
@@ -11728,7 +12168,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11728
12168
  layers?: string[] | undefined;
11729
12169
  } & import("./widgets").WidgetArticleSliderType) | ({
11730
12170
  layers?: string[] | undefined;
11731
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
12171
+ } & import("./widgets").WidgetType<{
12172
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
12173
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
12174
+ css?: Record<string, string> | undefined;
12175
+ edit?: boolean | undefined;
12176
+ }>) | ({
11732
12177
  layers?: string[] | undefined;
11733
12178
  } & import("./widgets").WidgetDatasourceTableType) | ({
11734
12179
  layers?: string[] | undefined;
@@ -11773,7 +12218,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11773
12218
  layers?: string[] | undefined;
11774
12219
  } & import("./widgets").WidgetArticleSliderType) | ({
11775
12220
  layers?: string[] | undefined;
11776
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
12221
+ } & import("./widgets").WidgetType<{
12222
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
12223
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
12224
+ css?: Record<string, string> | undefined;
12225
+ edit?: boolean | undefined;
12226
+ }>) | ({
11777
12227
  layers?: string[] | undefined;
11778
12228
  } & import("./widgets").WidgetDatasourceTableType) | ({
11779
12229
  layers?: string[] | undefined;
@@ -11883,7 +12333,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11883
12333
  layers?: string[] | undefined;
11884
12334
  } & import("./widgets").WidgetArticleSliderType) | ({
11885
12335
  layers?: string[] | undefined;
11886
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
12336
+ } & import("./widgets").WidgetType<{
12337
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
12338
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
12339
+ css?: Record<string, string> | undefined;
12340
+ edit?: boolean | undefined;
12341
+ }>) | ({
11887
12342
  layers?: string[] | undefined;
11888
12343
  } & import("./widgets").WidgetDatasourceTableType) | ({
11889
12344
  layers?: string[] | undefined;
@@ -11982,7 +12437,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11982
12437
  layers?: string[] | undefined;
11983
12438
  } & import("./widgets").WidgetArticleSliderType) | ({
11984
12439
  layers?: string[] | undefined;
11985
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
12440
+ } & import("./widgets").WidgetType<{
12441
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
12442
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
12443
+ css?: Record<string, string> | undefined;
12444
+ edit?: boolean | undefined;
12445
+ }>) | ({
11986
12446
  layers?: string[] | undefined;
11987
12447
  } & import("./widgets").WidgetDatasourceTableType) | ({
11988
12448
  layers?: string[] | undefined;
@@ -12084,7 +12544,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12084
12544
  layers?: string[] | undefined;
12085
12545
  } & import("./widgets").WidgetArticleSliderType) | ({
12086
12546
  layers?: string[] | undefined;
12087
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
12547
+ } & import("./widgets").WidgetType<{
12548
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
12549
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
12550
+ css?: Record<string, string> | undefined;
12551
+ edit?: boolean | undefined;
12552
+ }>) | ({
12088
12553
  layers?: string[] | undefined;
12089
12554
  } & import("./widgets").WidgetDatasourceTableType) | ({
12090
12555
  layers?: string[] | undefined;
@@ -12187,7 +12652,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12187
12652
  layers?: string[] | undefined;
12188
12653
  } & import("./widgets").WidgetArticleSliderType) | ({
12189
12654
  layers?: string[] | undefined;
12190
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
12655
+ } & import("./widgets").WidgetType<{
12656
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
12657
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
12658
+ css?: Record<string, string> | undefined;
12659
+ edit?: boolean | undefined;
12660
+ }>) | ({
12191
12661
  layers?: string[] | undefined;
12192
12662
  } & import("./widgets").WidgetDatasourceTableType) | ({
12193
12663
  layers?: string[] | undefined;
@@ -12332,7 +12802,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12332
12802
  layers?: string[] | undefined;
12333
12803
  } & import("./widgets").WidgetArticleSliderType) | ({
12334
12804
  layers?: string[] | undefined;
12335
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
12805
+ } & import("./widgets").WidgetType<{
12806
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
12807
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
12808
+ css?: Record<string, string> | undefined;
12809
+ edit?: boolean | undefined;
12810
+ }>) | ({
12336
12811
  layers?: string[] | undefined;
12337
12812
  } & import("./widgets").WidgetDatasourceTableType) | ({
12338
12813
  layers?: string[] | undefined;
@@ -12386,7 +12861,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12386
12861
  layers?: string[] | undefined;
12387
12862
  } & import("./widgets").WidgetArticleSliderType) | ({
12388
12863
  layers?: string[] | undefined;
12389
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
12864
+ } & import("./widgets").WidgetType<{
12865
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
12866
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
12867
+ css?: Record<string, string> | undefined;
12868
+ edit?: boolean | undefined;
12869
+ }>) | ({
12390
12870
  layers?: string[] | undefined;
12391
12871
  } & import("./widgets").WidgetDatasourceTableType) | ({
12392
12872
  layers?: string[] | undefined;
@@ -12528,7 +13008,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12528
13008
  layers?: string[] | undefined;
12529
13009
  } & import("./widgets").WidgetArticleSliderType) | ({
12530
13010
  layers?: string[] | undefined;
12531
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
13011
+ } & import("./widgets").WidgetType<{
13012
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
13013
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
13014
+ css?: Record<string, string> | undefined;
13015
+ edit?: boolean | undefined;
13016
+ }>) | ({
12532
13017
  layers?: string[] | undefined;
12533
13018
  } & import("./widgets").WidgetDatasourceTableType) | ({
12534
13019
  layers?: string[] | undefined;
@@ -12582,7 +13067,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12582
13067
  layers?: string[] | undefined;
12583
13068
  } & import("./widgets").WidgetArticleSliderType) | ({
12584
13069
  layers?: string[] | undefined;
12585
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
13070
+ } & import("./widgets").WidgetType<{
13071
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
13072
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
13073
+ css?: Record<string, string> | undefined;
13074
+ edit?: boolean | undefined;
13075
+ }>) | ({
12586
13076
  layers?: string[] | undefined;
12587
13077
  } & import("./widgets").WidgetDatasourceTableType) | ({
12588
13078
  layers?: string[] | undefined;
@@ -12727,7 +13217,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12727
13217
  layers?: string[] | undefined;
12728
13218
  } & import("./widgets").WidgetArticleSliderType) | ({
12729
13219
  layers?: string[] | undefined;
12730
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
13220
+ } & import("./widgets").WidgetType<{
13221
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
13222
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
13223
+ css?: Record<string, string> | undefined;
13224
+ edit?: boolean | undefined;
13225
+ }>) | ({
12731
13226
  layers?: string[] | undefined;
12732
13227
  } & import("./widgets").WidgetDatasourceTableType) | ({
12733
13228
  layers?: string[] | undefined;
@@ -12781,7 +13276,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12781
13276
  layers?: string[] | undefined;
12782
13277
  } & import("./widgets").WidgetArticleSliderType) | ({
12783
13278
  layers?: string[] | undefined;
12784
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
13279
+ } & import("./widgets").WidgetType<{
13280
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
13281
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
13282
+ css?: Record<string, string> | undefined;
13283
+ edit?: boolean | undefined;
13284
+ }>) | ({
12785
13285
  layers?: string[] | undefined;
12786
13286
  } & import("./widgets").WidgetDatasourceTableType) | ({
12787
13287
  layers?: string[] | undefined;
@@ -12926,7 +13426,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12926
13426
  layers?: string[] | undefined;
12927
13427
  } & import("./widgets").WidgetArticleSliderType) | ({
12928
13428
  layers?: string[] | undefined;
12929
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
13429
+ } & import("./widgets").WidgetType<{
13430
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
13431
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
13432
+ css?: Record<string, string> | undefined;
13433
+ edit?: boolean | undefined;
13434
+ }>) | ({
12930
13435
  layers?: string[] | undefined;
12931
13436
  } & import("./widgets").WidgetDatasourceTableType) | ({
12932
13437
  layers?: string[] | undefined;
@@ -12980,7 +13485,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12980
13485
  layers?: string[] | undefined;
12981
13486
  } & import("./widgets").WidgetArticleSliderType) | ({
12982
13487
  layers?: string[] | undefined;
12983
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
13488
+ } & import("./widgets").WidgetType<{
13489
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
13490
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
13491
+ css?: Record<string, string> | undefined;
13492
+ edit?: boolean | undefined;
13493
+ }>) | ({
12984
13494
  layers?: string[] | undefined;
12985
13495
  } & import("./widgets").WidgetDatasourceTableType) | ({
12986
13496
  layers?: string[] | undefined;
@@ -13127,7 +13637,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13127
13637
  layers?: string[] | undefined;
13128
13638
  } & import("./widgets").WidgetArticleSliderType) | ({
13129
13639
  layers?: string[] | undefined;
13130
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
13640
+ } & import("./widgets").WidgetType<{
13641
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
13642
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
13643
+ css?: Record<string, string> | undefined;
13644
+ edit?: boolean | undefined;
13645
+ }>) | ({
13131
13646
  layers?: string[] | undefined;
13132
13647
  } & import("./widgets").WidgetDatasourceTableType) | ({
13133
13648
  layers?: string[] | undefined;
@@ -13181,7 +13696,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13181
13696
  layers?: string[] | undefined;
13182
13697
  } & import("./widgets").WidgetArticleSliderType) | ({
13183
13698
  layers?: string[] | undefined;
13184
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
13699
+ } & import("./widgets").WidgetType<{
13700
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
13701
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
13702
+ css?: Record<string, string> | undefined;
13703
+ edit?: boolean | undefined;
13704
+ }>) | ({
13185
13705
  layers?: string[] | undefined;
13186
13706
  } & import("./widgets").WidgetDatasourceTableType) | ({
13187
13707
  layers?: string[] | undefined;
@@ -13328,7 +13848,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13328
13848
  layers?: string[] | undefined;
13329
13849
  } & import("./widgets").WidgetArticleSliderType) | ({
13330
13850
  layers?: string[] | undefined;
13331
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
13851
+ } & import("./widgets").WidgetType<{
13852
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
13853
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
13854
+ css?: Record<string, string> | undefined;
13855
+ edit?: boolean | undefined;
13856
+ }>) | ({
13332
13857
  layers?: string[] | undefined;
13333
13858
  } & import("./widgets").WidgetDatasourceTableType) | ({
13334
13859
  layers?: string[] | undefined;
@@ -13382,7 +13907,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13382
13907
  layers?: string[] | undefined;
13383
13908
  } & import("./widgets").WidgetArticleSliderType) | ({
13384
13909
  layers?: string[] | undefined;
13385
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
13910
+ } & import("./widgets").WidgetType<{
13911
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
13912
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
13913
+ css?: Record<string, string> | undefined;
13914
+ edit?: boolean | undefined;
13915
+ }>) | ({
13386
13916
  layers?: string[] | undefined;
13387
13917
  } & import("./widgets").WidgetDatasourceTableType) | ({
13388
13918
  layers?: string[] | undefined;
@@ -13575,7 +14105,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13575
14105
  layers?: string[] | undefined;
13576
14106
  } & import("./widgets").WidgetArticleSliderType) | ({
13577
14107
  layers?: string[] | undefined;
13578
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
14108
+ } & import("./widgets").WidgetType<{
14109
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
14110
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
14111
+ css?: Record<string, string> | undefined;
14112
+ edit?: boolean | undefined;
14113
+ }>) | ({
13579
14114
  layers?: string[] | undefined;
13580
14115
  } & import("./widgets").WidgetDatasourceTableType) | ({
13581
14116
  layers?: string[] | undefined;
@@ -13620,7 +14155,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13620
14155
  layers?: string[] | undefined;
13621
14156
  } & import("./widgets").WidgetArticleSliderType) | ({
13622
14157
  layers?: string[] | undefined;
13623
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
14158
+ } & import("./widgets").WidgetType<{
14159
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
14160
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
14161
+ css?: Record<string, string> | undefined;
14162
+ edit?: boolean | undefined;
14163
+ }>) | ({
13624
14164
  layers?: string[] | undefined;
13625
14165
  } & import("./widgets").WidgetDatasourceTableType) | ({
13626
14166
  layers?: string[] | undefined;
@@ -13666,7 +14206,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13666
14206
  layers?: string[] | undefined;
13667
14207
  } & import("./widgets").WidgetArticleSliderType) | ({
13668
14208
  layers?: string[] | undefined;
13669
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
14209
+ } & import("./widgets").WidgetType<{
14210
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
14211
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
14212
+ css?: Record<string, string> | undefined;
14213
+ edit?: boolean | undefined;
14214
+ }>) | ({
13670
14215
  layers?: string[] | undefined;
13671
14216
  } & import("./widgets").WidgetDatasourceTableType) | ({
13672
14217
  layers?: string[] | undefined;
@@ -13711,7 +14256,12 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13711
14256
  layers?: string[] | undefined;
13712
14257
  } & import("./widgets").WidgetArticleSliderType) | ({
13713
14258
  layers?: string[] | undefined;
13714
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
14259
+ } & import("./widgets").WidgetType<{
14260
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
14261
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
14262
+ css?: Record<string, string> | undefined;
14263
+ edit?: boolean | undefined;
14264
+ }>) | ({
13715
14265
  layers?: string[] | undefined;
13716
14266
  } & import("./widgets").WidgetDatasourceTableType) | ({
13717
14267
  layers?: string[] | undefined;
@@ -14257,7 +14807,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14257
14807
  layers?: string[] | undefined;
14258
14808
  } & import("./widgets").WidgetArticleSliderType) | ({
14259
14809
  layers?: string[] | undefined;
14260
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
14810
+ } & import("./widgets").WidgetType<{
14811
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
14812
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
14813
+ css?: Record<string, string> | undefined;
14814
+ edit?: boolean | undefined;
14815
+ }>) | ({
14261
14816
  layers?: string[] | undefined;
14262
14817
  } & import("./widgets").WidgetDatasourceTableType) | ({
14263
14818
  layers?: string[] | undefined;
@@ -14302,7 +14857,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14302
14857
  layers?: string[] | undefined;
14303
14858
  } & import("./widgets").WidgetArticleSliderType) | ({
14304
14859
  layers?: string[] | undefined;
14305
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
14860
+ } & import("./widgets").WidgetType<{
14861
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
14862
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
14863
+ css?: Record<string, string> | undefined;
14864
+ edit?: boolean | undefined;
14865
+ }>) | ({
14306
14866
  layers?: string[] | undefined;
14307
14867
  } & import("./widgets").WidgetDatasourceTableType) | ({
14308
14868
  layers?: string[] | undefined;
@@ -14348,7 +14908,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14348
14908
  layers?: string[] | undefined;
14349
14909
  } & import("./widgets").WidgetArticleSliderType) | ({
14350
14910
  layers?: string[] | undefined;
14351
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
14911
+ } & import("./widgets").WidgetType<{
14912
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
14913
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
14914
+ css?: Record<string, string> | undefined;
14915
+ edit?: boolean | undefined;
14916
+ }>) | ({
14352
14917
  layers?: string[] | undefined;
14353
14918
  } & import("./widgets").WidgetDatasourceTableType) | ({
14354
14919
  layers?: string[] | undefined;
@@ -14393,7 +14958,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14393
14958
  layers?: string[] | undefined;
14394
14959
  } & import("./widgets").WidgetArticleSliderType) | ({
14395
14960
  layers?: string[] | undefined;
14396
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
14961
+ } & import("./widgets").WidgetType<{
14962
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
14963
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
14964
+ css?: Record<string, string> | undefined;
14965
+ edit?: boolean | undefined;
14966
+ }>) | ({
14397
14967
  layers?: string[] | undefined;
14398
14968
  } & import("./widgets").WidgetDatasourceTableType) | ({
14399
14969
  layers?: string[] | undefined;
@@ -14810,7 +15380,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14810
15380
  layers?: string[] | undefined;
14811
15381
  } & import("./widgets").WidgetArticleSliderType) | ({
14812
15382
  layers?: string[] | undefined;
14813
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
15383
+ } & import("./widgets").WidgetType<{
15384
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
15385
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
15386
+ css?: Record<string, string> | undefined;
15387
+ edit?: boolean | undefined;
15388
+ }>) | ({
14814
15389
  layers?: string[] | undefined;
14815
15390
  } & import("./widgets").WidgetDatasourceTableType) | ({
14816
15391
  layers?: string[] | undefined;
@@ -14855,7 +15430,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14855
15430
  layers?: string[] | undefined;
14856
15431
  } & import("./widgets").WidgetArticleSliderType) | ({
14857
15432
  layers?: string[] | undefined;
14858
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
15433
+ } & import("./widgets").WidgetType<{
15434
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
15435
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
15436
+ css?: Record<string, string> | undefined;
15437
+ edit?: boolean | undefined;
15438
+ }>) | ({
14859
15439
  layers?: string[] | undefined;
14860
15440
  } & import("./widgets").WidgetDatasourceTableType) | ({
14861
15441
  layers?: string[] | undefined;
@@ -14901,7 +15481,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14901
15481
  layers?: string[] | undefined;
14902
15482
  } & import("./widgets").WidgetArticleSliderType) | ({
14903
15483
  layers?: string[] | undefined;
14904
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
15484
+ } & import("./widgets").WidgetType<{
15485
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
15486
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
15487
+ css?: Record<string, string> | undefined;
15488
+ edit?: boolean | undefined;
15489
+ }>) | ({
14905
15490
  layers?: string[] | undefined;
14906
15491
  } & import("./widgets").WidgetDatasourceTableType) | ({
14907
15492
  layers?: string[] | undefined;
@@ -14946,7 +15531,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14946
15531
  layers?: string[] | undefined;
14947
15532
  } & import("./widgets").WidgetArticleSliderType) | ({
14948
15533
  layers?: string[] | undefined;
14949
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
15534
+ } & import("./widgets").WidgetType<{
15535
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
15536
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
15537
+ css?: Record<string, string> | undefined;
15538
+ edit?: boolean | undefined;
15539
+ }>) | ({
14950
15540
  layers?: string[] | undefined;
14951
15541
  } & import("./widgets").WidgetDatasourceTableType) | ({
14952
15542
  layers?: string[] | undefined;
@@ -15148,7 +15738,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15148
15738
  layers?: string[] | undefined;
15149
15739
  } & import("./widgets").WidgetArticleSliderType) | ({
15150
15740
  layers?: string[] | undefined;
15151
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
15741
+ } & import("./widgets").WidgetType<{
15742
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
15743
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
15744
+ css?: Record<string, string> | undefined;
15745
+ edit?: boolean | undefined;
15746
+ }>) | ({
15152
15747
  layers?: string[] | undefined;
15153
15748
  } & import("./widgets").WidgetDatasourceTableType) | ({
15154
15749
  layers?: string[] | undefined;
@@ -15193,7 +15788,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15193
15788
  layers?: string[] | undefined;
15194
15789
  } & import("./widgets").WidgetArticleSliderType) | ({
15195
15790
  layers?: string[] | undefined;
15196
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
15791
+ } & import("./widgets").WidgetType<{
15792
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
15793
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
15794
+ css?: Record<string, string> | undefined;
15795
+ edit?: boolean | undefined;
15796
+ }>) | ({
15197
15797
  layers?: string[] | undefined;
15198
15798
  } & import("./widgets").WidgetDatasourceTableType) | ({
15199
15799
  layers?: string[] | undefined;
@@ -15239,7 +15839,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15239
15839
  layers?: string[] | undefined;
15240
15840
  } & import("./widgets").WidgetArticleSliderType) | ({
15241
15841
  layers?: string[] | undefined;
15242
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
15842
+ } & import("./widgets").WidgetType<{
15843
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
15844
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
15845
+ css?: Record<string, string> | undefined;
15846
+ edit?: boolean | undefined;
15847
+ }>) | ({
15243
15848
  layers?: string[] | undefined;
15244
15849
  } & import("./widgets").WidgetDatasourceTableType) | ({
15245
15850
  layers?: string[] | undefined;
@@ -15284,7 +15889,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15284
15889
  layers?: string[] | undefined;
15285
15890
  } & import("./widgets").WidgetArticleSliderType) | ({
15286
15891
  layers?: string[] | undefined;
15287
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
15892
+ } & import("./widgets").WidgetType<{
15893
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
15894
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
15895
+ css?: Record<string, string> | undefined;
15896
+ edit?: boolean | undefined;
15897
+ }>) | ({
15288
15898
  layers?: string[] | undefined;
15289
15899
  } & import("./widgets").WidgetDatasourceTableType) | ({
15290
15900
  layers?: string[] | undefined;
@@ -15394,7 +16004,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15394
16004
  layers?: string[] | undefined;
15395
16005
  } & import("./widgets").WidgetArticleSliderType) | ({
15396
16006
  layers?: string[] | undefined;
15397
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
16007
+ } & import("./widgets").WidgetType<{
16008
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
16009
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
16010
+ css?: Record<string, string> | undefined;
16011
+ edit?: boolean | undefined;
16012
+ }>) | ({
15398
16013
  layers?: string[] | undefined;
15399
16014
  } & import("./widgets").WidgetDatasourceTableType) | ({
15400
16015
  layers?: string[] | undefined;
@@ -15493,7 +16108,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15493
16108
  layers?: string[] | undefined;
15494
16109
  } & import("./widgets").WidgetArticleSliderType) | ({
15495
16110
  layers?: string[] | undefined;
15496
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
16111
+ } & import("./widgets").WidgetType<{
16112
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
16113
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
16114
+ css?: Record<string, string> | undefined;
16115
+ edit?: boolean | undefined;
16116
+ }>) | ({
15497
16117
  layers?: string[] | undefined;
15498
16118
  } & import("./widgets").WidgetDatasourceTableType) | ({
15499
16119
  layers?: string[] | undefined;
@@ -15595,7 +16215,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15595
16215
  layers?: string[] | undefined;
15596
16216
  } & import("./widgets").WidgetArticleSliderType) | ({
15597
16217
  layers?: string[] | undefined;
15598
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
16218
+ } & import("./widgets").WidgetType<{
16219
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
16220
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
16221
+ css?: Record<string, string> | undefined;
16222
+ edit?: boolean | undefined;
16223
+ }>) | ({
15599
16224
  layers?: string[] | undefined;
15600
16225
  } & import("./widgets").WidgetDatasourceTableType) | ({
15601
16226
  layers?: string[] | undefined;
@@ -15698,7 +16323,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15698
16323
  layers?: string[] | undefined;
15699
16324
  } & import("./widgets").WidgetArticleSliderType) | ({
15700
16325
  layers?: string[] | undefined;
15701
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
16326
+ } & import("./widgets").WidgetType<{
16327
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
16328
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
16329
+ css?: Record<string, string> | undefined;
16330
+ edit?: boolean | undefined;
16331
+ }>) | ({
15702
16332
  layers?: string[] | undefined;
15703
16333
  } & import("./widgets").WidgetDatasourceTableType) | ({
15704
16334
  layers?: string[] | undefined;
@@ -15843,7 +16473,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15843
16473
  layers?: string[] | undefined;
15844
16474
  } & import("./widgets").WidgetArticleSliderType) | ({
15845
16475
  layers?: string[] | undefined;
15846
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
16476
+ } & import("./widgets").WidgetType<{
16477
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
16478
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
16479
+ css?: Record<string, string> | undefined;
16480
+ edit?: boolean | undefined;
16481
+ }>) | ({
15847
16482
  layers?: string[] | undefined;
15848
16483
  } & import("./widgets").WidgetDatasourceTableType) | ({
15849
16484
  layers?: string[] | undefined;
@@ -15897,7 +16532,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15897
16532
  layers?: string[] | undefined;
15898
16533
  } & import("./widgets").WidgetArticleSliderType) | ({
15899
16534
  layers?: string[] | undefined;
15900
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
16535
+ } & import("./widgets").WidgetType<{
16536
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
16537
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
16538
+ css?: Record<string, string> | undefined;
16539
+ edit?: boolean | undefined;
16540
+ }>) | ({
15901
16541
  layers?: string[] | undefined;
15902
16542
  } & import("./widgets").WidgetDatasourceTableType) | ({
15903
16543
  layers?: string[] | undefined;
@@ -16039,7 +16679,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16039
16679
  layers?: string[] | undefined;
16040
16680
  } & import("./widgets").WidgetArticleSliderType) | ({
16041
16681
  layers?: string[] | undefined;
16042
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
16682
+ } & import("./widgets").WidgetType<{
16683
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
16684
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
16685
+ css?: Record<string, string> | undefined;
16686
+ edit?: boolean | undefined;
16687
+ }>) | ({
16043
16688
  layers?: string[] | undefined;
16044
16689
  } & import("./widgets").WidgetDatasourceTableType) | ({
16045
16690
  layers?: string[] | undefined;
@@ -16093,7 +16738,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16093
16738
  layers?: string[] | undefined;
16094
16739
  } & import("./widgets").WidgetArticleSliderType) | ({
16095
16740
  layers?: string[] | undefined;
16096
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
16741
+ } & import("./widgets").WidgetType<{
16742
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
16743
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
16744
+ css?: Record<string, string> | undefined;
16745
+ edit?: boolean | undefined;
16746
+ }>) | ({
16097
16747
  layers?: string[] | undefined;
16098
16748
  } & import("./widgets").WidgetDatasourceTableType) | ({
16099
16749
  layers?: string[] | undefined;
@@ -16238,7 +16888,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16238
16888
  layers?: string[] | undefined;
16239
16889
  } & import("./widgets").WidgetArticleSliderType) | ({
16240
16890
  layers?: string[] | undefined;
16241
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
16891
+ } & import("./widgets").WidgetType<{
16892
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
16893
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
16894
+ css?: Record<string, string> | undefined;
16895
+ edit?: boolean | undefined;
16896
+ }>) | ({
16242
16897
  layers?: string[] | undefined;
16243
16898
  } & import("./widgets").WidgetDatasourceTableType) | ({
16244
16899
  layers?: string[] | undefined;
@@ -16292,7 +16947,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16292
16947
  layers?: string[] | undefined;
16293
16948
  } & import("./widgets").WidgetArticleSliderType) | ({
16294
16949
  layers?: string[] | undefined;
16295
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
16950
+ } & import("./widgets").WidgetType<{
16951
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
16952
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
16953
+ css?: Record<string, string> | undefined;
16954
+ edit?: boolean | undefined;
16955
+ }>) | ({
16296
16956
  layers?: string[] | undefined;
16297
16957
  } & import("./widgets").WidgetDatasourceTableType) | ({
16298
16958
  layers?: string[] | undefined;
@@ -16437,7 +17097,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16437
17097
  layers?: string[] | undefined;
16438
17098
  } & import("./widgets").WidgetArticleSliderType) | ({
16439
17099
  layers?: string[] | undefined;
16440
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
17100
+ } & import("./widgets").WidgetType<{
17101
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
17102
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
17103
+ css?: Record<string, string> | undefined;
17104
+ edit?: boolean | undefined;
17105
+ }>) | ({
16441
17106
  layers?: string[] | undefined;
16442
17107
  } & import("./widgets").WidgetDatasourceTableType) | ({
16443
17108
  layers?: string[] | undefined;
@@ -16491,7 +17156,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16491
17156
  layers?: string[] | undefined;
16492
17157
  } & import("./widgets").WidgetArticleSliderType) | ({
16493
17158
  layers?: string[] | undefined;
16494
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
17159
+ } & import("./widgets").WidgetType<{
17160
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
17161
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
17162
+ css?: Record<string, string> | undefined;
17163
+ edit?: boolean | undefined;
17164
+ }>) | ({
16495
17165
  layers?: string[] | undefined;
16496
17166
  } & import("./widgets").WidgetDatasourceTableType) | ({
16497
17167
  layers?: string[] | undefined;
@@ -16638,7 +17308,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16638
17308
  layers?: string[] | undefined;
16639
17309
  } & import("./widgets").WidgetArticleSliderType) | ({
16640
17310
  layers?: string[] | undefined;
16641
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
17311
+ } & import("./widgets").WidgetType<{
17312
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
17313
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
17314
+ css?: Record<string, string> | undefined;
17315
+ edit?: boolean | undefined;
17316
+ }>) | ({
16642
17317
  layers?: string[] | undefined;
16643
17318
  } & import("./widgets").WidgetDatasourceTableType) | ({
16644
17319
  layers?: string[] | undefined;
@@ -16692,7 +17367,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16692
17367
  layers?: string[] | undefined;
16693
17368
  } & import("./widgets").WidgetArticleSliderType) | ({
16694
17369
  layers?: string[] | undefined;
16695
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
17370
+ } & import("./widgets").WidgetType<{
17371
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
17372
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
17373
+ css?: Record<string, string> | undefined;
17374
+ edit?: boolean | undefined;
17375
+ }>) | ({
16696
17376
  layers?: string[] | undefined;
16697
17377
  } & import("./widgets").WidgetDatasourceTableType) | ({
16698
17378
  layers?: string[] | undefined;
@@ -16839,7 +17519,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16839
17519
  layers?: string[] | undefined;
16840
17520
  } & import("./widgets").WidgetArticleSliderType) | ({
16841
17521
  layers?: string[] | undefined;
16842
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
17522
+ } & import("./widgets").WidgetType<{
17523
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
17524
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
17525
+ css?: Record<string, string> | undefined;
17526
+ edit?: boolean | undefined;
17527
+ }>) | ({
16843
17528
  layers?: string[] | undefined;
16844
17529
  } & import("./widgets").WidgetDatasourceTableType) | ({
16845
17530
  layers?: string[] | undefined;
@@ -16893,7 +17578,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16893
17578
  layers?: string[] | undefined;
16894
17579
  } & import("./widgets").WidgetArticleSliderType) | ({
16895
17580
  layers?: string[] | undefined;
16896
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
17581
+ } & import("./widgets").WidgetType<{
17582
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
17583
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
17584
+ css?: Record<string, string> | undefined;
17585
+ edit?: boolean | undefined;
17586
+ }>) | ({
16897
17587
  layers?: string[] | undefined;
16898
17588
  } & import("./widgets").WidgetDatasourceTableType) | ({
16899
17589
  layers?: string[] | undefined;
@@ -17086,7 +17776,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17086
17776
  layers?: string[] | undefined;
17087
17777
  } & import("./widgets").WidgetArticleSliderType) | ({
17088
17778
  layers?: string[] | undefined;
17089
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
17779
+ } & import("./widgets").WidgetType<{
17780
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
17781
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
17782
+ css?: Record<string, string> | undefined;
17783
+ edit?: boolean | undefined;
17784
+ }>) | ({
17090
17785
  layers?: string[] | undefined;
17091
17786
  } & import("./widgets").WidgetDatasourceTableType) | ({
17092
17787
  layers?: string[] | undefined;
@@ -17131,7 +17826,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17131
17826
  layers?: string[] | undefined;
17132
17827
  } & import("./widgets").WidgetArticleSliderType) | ({
17133
17828
  layers?: string[] | undefined;
17134
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
17829
+ } & import("./widgets").WidgetType<{
17830
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
17831
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
17832
+ css?: Record<string, string> | undefined;
17833
+ edit?: boolean | undefined;
17834
+ }>) | ({
17135
17835
  layers?: string[] | undefined;
17136
17836
  } & import("./widgets").WidgetDatasourceTableType) | ({
17137
17837
  layers?: string[] | undefined;
@@ -17177,7 +17877,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17177
17877
  layers?: string[] | undefined;
17178
17878
  } & import("./widgets").WidgetArticleSliderType) | ({
17179
17879
  layers?: string[] | undefined;
17180
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
17880
+ } & import("./widgets").WidgetType<{
17881
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
17882
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
17883
+ css?: Record<string, string> | undefined;
17884
+ edit?: boolean | undefined;
17885
+ }>) | ({
17181
17886
  layers?: string[] | undefined;
17182
17887
  } & import("./widgets").WidgetDatasourceTableType) | ({
17183
17888
  layers?: string[] | undefined;
@@ -17222,7 +17927,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17222
17927
  layers?: string[] | undefined;
17223
17928
  } & import("./widgets").WidgetArticleSliderType) | ({
17224
17929
  layers?: string[] | undefined;
17225
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
17930
+ } & import("./widgets").WidgetType<{
17931
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
17932
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
17933
+ css?: Record<string, string> | undefined;
17934
+ edit?: boolean | undefined;
17935
+ }>) | ({
17226
17936
  layers?: string[] | undefined;
17227
17937
  } & import("./widgets").WidgetDatasourceTableType) | ({
17228
17938
  layers?: string[] | undefined;
@@ -17658,7 +18368,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17658
18368
  layers?: string[] | undefined;
17659
18369
  } & import("./widgets").WidgetArticleSliderType) | ({
17660
18370
  layers?: string[] | undefined;
17661
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
18371
+ } & import("./widgets").WidgetType<{
18372
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
18373
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
18374
+ css?: Record<string, string> | undefined;
18375
+ edit?: boolean | undefined;
18376
+ }>) | ({
17662
18377
  layers?: string[] | undefined;
17663
18378
  } & import("./widgets").WidgetDatasourceTableType) | ({
17664
18379
  layers?: string[] | undefined;
@@ -17850,7 +18565,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17850
18565
  layers?: string[] | undefined;
17851
18566
  } & import("./widgets").WidgetArticleSliderType) | ({
17852
18567
  layers?: string[] | undefined;
17853
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
18568
+ } & import("./widgets").WidgetType<{
18569
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
18570
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
18571
+ css?: Record<string, string> | undefined;
18572
+ edit?: boolean | undefined;
18573
+ }>) | ({
17854
18574
  layers?: string[] | undefined;
17855
18575
  } & import("./widgets").WidgetDatasourceTableType) | ({
17856
18576
  layers?: string[] | undefined;
@@ -17904,7 +18624,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17904
18624
  layers?: string[] | undefined;
17905
18625
  } & import("./widgets").WidgetArticleSliderType) | ({
17906
18626
  layers?: string[] | undefined;
17907
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
18627
+ } & import("./widgets").WidgetType<{
18628
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
18629
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
18630
+ css?: Record<string, string> | undefined;
18631
+ edit?: boolean | undefined;
18632
+ }>) | ({
17908
18633
  layers?: string[] | undefined;
17909
18634
  } & import("./widgets").WidgetDatasourceTableType) | ({
17910
18635
  layers?: string[] | undefined;
@@ -17988,7 +18713,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17988
18713
  layers?: string[] | undefined;
17989
18714
  } & import("./widgets").WidgetArticleSliderType) | ({
17990
18715
  layers?: string[] | undefined;
17991
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
18716
+ } & import("./widgets").WidgetType<{
18717
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
18718
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
18719
+ css?: Record<string, string> | undefined;
18720
+ edit?: boolean | undefined;
18721
+ }>) | ({
17992
18722
  layers?: string[] | undefined;
17993
18723
  } & import("./widgets").WidgetDatasourceTableType) | ({
17994
18724
  layers?: string[] | undefined;
@@ -18139,7 +18869,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
18139
18869
  layers?: string[] | undefined;
18140
18870
  } & import("./widgets").WidgetArticleSliderType) | ({
18141
18871
  layers?: string[] | undefined;
18142
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
18872
+ } & import("./widgets").WidgetType<{
18873
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
18874
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
18875
+ css?: Record<string, string> | undefined;
18876
+ edit?: boolean | undefined;
18877
+ }>) | ({
18143
18878
  layers?: string[] | undefined;
18144
18879
  } & import("./widgets").WidgetDatasourceTableType) | ({
18145
18880
  layers?: string[] | undefined;
@@ -18331,7 +19066,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
18331
19066
  layers?: string[] | undefined;
18332
19067
  } & import("./widgets").WidgetArticleSliderType) | ({
18333
19068
  layers?: string[] | undefined;
18334
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
19069
+ } & import("./widgets").WidgetType<{
19070
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
19071
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
19072
+ css?: Record<string, string> | undefined;
19073
+ edit?: boolean | undefined;
19074
+ }>) | ({
18335
19075
  layers?: string[] | undefined;
18336
19076
  } & import("./widgets").WidgetDatasourceTableType) | ({
18337
19077
  layers?: string[] | undefined;
@@ -18385,7 +19125,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
18385
19125
  layers?: string[] | undefined;
18386
19126
  } & import("./widgets").WidgetArticleSliderType) | ({
18387
19127
  layers?: string[] | undefined;
18388
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
19128
+ } & import("./widgets").WidgetType<{
19129
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
19130
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
19131
+ css?: Record<string, string> | undefined;
19132
+ edit?: boolean | undefined;
19133
+ }>) | ({
18389
19134
  layers?: string[] | undefined;
18390
19135
  } & import("./widgets").WidgetDatasourceTableType) | ({
18391
19136
  layers?: string[] | undefined;
@@ -18469,7 +19214,12 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
18469
19214
  layers?: string[] | undefined;
18470
19215
  } & import("./widgets").WidgetArticleSliderType) | ({
18471
19216
  layers?: string[] | undefined;
18472
- } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
19217
+ } & import("./widgets").WidgetType<{
19218
+ widgets?: import("./widgets").WidgetBaseType[] | undefined;
19219
+ arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
19220
+ css?: Record<string, string> | undefined;
19221
+ edit?: boolean | undefined;
19222
+ }>) | ({
18473
19223
  layers?: string[] | undefined;
18474
19224
  } & import("./widgets").WidgetDatasourceTableType) | ({
18475
19225
  layers?: string[] | undefined;