jamespot-user-api 1.0.182 → 1.0.184

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminLicenseApi.html +15 -15
  3. package/documentation/classes/AdminStoreApi.html +1 -1
  4. package/documentation/classes/AdminUtilsApi.html +1 -1
  5. package/documentation/classes/JApplicationApi.html +8 -8
  6. package/documentation/classes/JArticleApi.html +1 -1
  7. package/documentation/classes/JAssetReservation.html +1 -1
  8. package/documentation/classes/JAudienceApi.html +1 -1
  9. package/documentation/classes/JBaseApi.html +1 -1
  10. package/documentation/classes/JBbbApi.html +1 -1
  11. package/documentation/classes/JBookmarkApi.html +1 -1
  12. package/documentation/classes/JBusinessNetworkingApi.html +1 -1
  13. package/documentation/classes/JCommunityApi.html +1 -1
  14. package/documentation/classes/JDatasourceApi.html +1 -1
  15. package/documentation/classes/JDiapazoneApi.html +1 -1
  16. package/documentation/classes/JFaqApi.html +1 -1
  17. package/documentation/classes/JFileApi.html +5 -5
  18. package/documentation/classes/JFilebankApi.html +1 -1
  19. package/documentation/classes/JGlobalApi.html +1 -1
  20. package/documentation/classes/JGroupApi.html +12 -12
  21. package/documentation/classes/JIAApi.html +1 -1
  22. package/documentation/classes/JLandApi.html +1 -1
  23. package/documentation/classes/JMessengerApi.html +1 -1
  24. package/documentation/classes/JObjectApi.html +1 -1
  25. package/documentation/classes/JSearchApi.html +6 -6
  26. package/documentation/classes/JShareApi.html +1 -1
  27. package/documentation/classes/JSocialActionApi.html +1 -1
  28. package/documentation/classes/JTaxonomyApi.html +2 -2
  29. package/documentation/classes/JUserApi.html +7 -7
  30. package/documentation/classes/JWedocApi.html +1 -1
  31. package/documentation/classes/JWidgetApi.html +1 -1
  32. package/documentation/classes/JamespotUserApi.html +1 -1
  33. package/documentation/classes/Network.html +1 -1
  34. package/documentation/classes/TVDisplayApi.html +1 -1
  35. package/documentation/classes/WindowBrowser.html +1 -1
  36. package/documentation/enums/BookmarkType.html +1 -1
  37. package/documentation/enums/Format.html +1 -1
  38. package/documentation/enums/GroupModerateStatus.html +1 -0
  39. package/documentation/enums/StudioApplicationStatus.html +1 -1
  40. package/documentation/enums/WidgetsName.html +1 -1
  41. package/documentation/index.html +1 -1
  42. package/documentation/interfaces/AccessRightObject.html +1 -1
  43. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  44. package/documentation/interfaces/ApiWrapper.html +1 -1
  45. package/documentation/interfaces/BaseMessage.html +1 -1
  46. package/documentation/interfaces/FileBankProps.html +1 -1
  47. package/documentation/interfaces/FolderProps.html +1 -1
  48. package/documentation/interfaces/ListFilterSpec.html +1 -1
  49. package/documentation/interfaces/OF.html +1 -1
  50. package/documentation/interfaces/PagingResults.html +1 -1
  51. package/documentation/interfaces/RootFolderProps.html +1 -1
  52. package/documentation/interfaces/SpotProps.html +1 -1
  53. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  54. package/documentation/interfaces/WidgetType.html +1 -1
  55. package/documentation/interfaces/WindowInterface.html +1 -1
  56. package/documentation/modules.html +11 -11
  57. package/jest.config.ts +1 -1
  58. package/lib/jamespot-user-api.js +1 -1
  59. package/lib/jamespot-user-api.js.map +1 -1
  60. package/lib/src/apis/admin/license.d.ts +2 -2
  61. package/lib/src/apis/admin/licenses.mock.d.ts +6 -0
  62. package/lib/src/apis/admin/utils.mock.d.ts +2 -0
  63. package/lib/src/apis/admin/utils.test.d.ts +1 -0
  64. package/lib/src/apis/tvDisplay/tvDisplay.d.ts +32 -32
  65. package/lib/src/apis/widget/widget.d.ts +20 -3
  66. package/lib/src/apis/widget/widget.mock.d.ts +5 -1
  67. package/lib/src/types/article.d.ts +216 -216
  68. package/lib/src/types/asei.d.ts +22 -22
  69. package/lib/src/types/assetReservation.d.ts +96 -96
  70. package/lib/src/types/businessContact.d.ts +14 -14
  71. package/lib/src/types/comment.d.ts +22 -22
  72. package/lib/src/types/faq.d.ts +118 -118
  73. package/lib/src/types/group.d.ts +5 -6
  74. package/lib/src/types/hook.d.ts +6 -6
  75. package/lib/src/types/index.d.ts +1 -1
  76. package/lib/src/types/jLand.d.ts +36 -36
  77. package/lib/src/types/mediaLibrary.d.ts +22 -22
  78. package/lib/src/types/meeting.d.ts +66 -66
  79. package/lib/src/types/pollSurvey.d.ts +66 -66
  80. package/lib/src/types/quizz.d.ts +66 -66
  81. package/lib/src/types/realtime.d.ts +15 -3
  82. package/lib/src/types/socialEvent.d.ts +66 -66
  83. package/lib/src/types/support.d.ts +66 -66
  84. package/lib/src/types/surveyDate.d.ts +66 -66
  85. package/lib/src/types/tvDisplay.d.ts +560 -560
  86. package/lib/src/types/widgets/common.d.ts +5 -3
  87. package/lib/src/types/widgets/default.d.ts +149 -99
  88. package/lib/src/types/widgets/ensure.d.ts +58 -0
  89. package/lib/src/types/widgets/ensure.test.d.ts +1 -0
  90. package/lib/src/types/widgets/widgetDatasourceTable.d.ts +8 -8
  91. package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +8 -8
  92. package/lib/src/types/widgets/widgetPresence.d.ts +132 -0
  93. package/lib/src/types/widgets.d.ts +944 -288
  94. package/lib/src/util/group.d.ts +112 -0
  95. package/lib/src/util/widget.d.ts +6 -9
  96. package/package.json +6 -2
  97. package/phpunitMock/adminApps-success.json +270 -0
  98. package/phpunitMock/articleGet-with-widgets.json +2 -1
  99. package/phpunitMock/licenseManagerAssignPossiblesLicenses-success.json +7 -0
  100. package/phpunitMock/licenseManagerCountObjectsWithoutLicense-success.json +7 -0
  101. package/phpunitMock/licenseManagerGetAssignmentMode-success.json +7 -0
  102. package/phpunitMock/licenseManagerOptimizeLicenses-success.json +7 -0
  103. package/phpunitMock/licenseManagerSetAssignmentMode-success.json +7 -0
  104. package/phpunitMock/licenseManagerUserStatistics-success.json +11 -0
  105. package/phpunitMock/widgetPresenceCancel-default.json +1 -0
  106. package/phpunitMock/widgetPresenceGetResponse-available.json +25 -0
  107. package/phpunitMock/widgetPresenceGetResponse-unavailable.json +25 -0
  108. package/phpunitMock/widgetPresenceRespond-available.json +1 -0
  109. package/documentation/enums/_GroupModerateStatus.html +0 -1
  110. package/lib/src/types/widgets/widgetApi.d.ts +0 -24
  111. /package/lib/src/types/{adminLicence.d.ts → adminLicense.d.ts} +0 -0
@@ -1248,8 +1248,6 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
1248
1248
  title: z.ZodType<string, z.ZodTypeDef, string>;
1249
1249
  widget: z.ZodType<({
1250
1250
  layers?: string[] | undefined;
1251
- } & import("./widgets").WidgetApiType) | ({
1252
- layers?: string[] | undefined;
1253
1251
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1254
1252
  layers?: string[] | undefined;
1255
1253
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1273,7 +1271,7 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
1273
1271
  uniqid: string;
1274
1272
  content: {
1275
1273
  uri?: string | undefined;
1276
- limit?: number | undefined;
1274
+ limit?: number | boolean | undefined;
1277
1275
  tableColumnsData?: {
1278
1276
  name?: string | undefined;
1279
1277
  label?: string | undefined;
@@ -1291,9 +1289,9 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
1291
1289
  tableSizedColumns?: boolean | undefined;
1292
1290
  tableSizedColumnsWidth?: number | undefined;
1293
1291
  };
1294
- }), z.ZodTypeDef, ({
1292
+ }) | ({
1295
1293
  layers?: string[] | undefined;
1296
- } & import("./widgets").WidgetApiType) | ({
1294
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
1297
1295
  layers?: string[] | undefined;
1298
1296
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1299
1297
  layers?: string[] | undefined;
@@ -1318,7 +1316,7 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
1318
1316
  uniqid: string;
1319
1317
  content: {
1320
1318
  uri?: string | undefined;
1321
- limit?: number | undefined;
1319
+ limit?: number | boolean | undefined;
1322
1320
  tableColumnsData?: {
1323
1321
  name?: string | undefined;
1324
1322
  label?: string | undefined;
@@ -1336,11 +1334,11 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
1336
1334
  tableSizedColumns?: boolean | undefined;
1337
1335
  tableSizedColumnsWidth?: number | undefined;
1338
1336
  };
1339
- })>;
1337
+ }) | ({
1338
+ layers?: string[] | undefined;
1339
+ } & import("./widgets").WidgetPresenceType)>;
1340
1340
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
1341
1341
  layers?: string[] | undefined;
1342
- } & import("./widgets").WidgetApiType) | ({
1343
- layers?: string[] | undefined;
1344
1342
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1345
1343
  layers?: string[] | undefined;
1346
1344
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1364,7 +1362,7 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
1364
1362
  uniqid: string;
1365
1363
  content: {
1366
1364
  uri?: string | undefined;
1367
- limit?: number | undefined;
1365
+ limit?: number | boolean | undefined;
1368
1366
  tableColumnsData?: {
1369
1367
  name?: string | undefined;
1370
1368
  label?: string | undefined;
@@ -1382,9 +1380,9 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
1382
1380
  tableSizedColumns?: boolean | undefined;
1383
1381
  tableSizedColumnsWidth?: number | undefined;
1384
1382
  };
1385
- })>, import("./widgets").WidgetWrapperGeneric<({
1383
+ }) | ({
1386
1384
  layers?: string[] | undefined;
1387
- } & import("./widgets").WidgetApiType) | ({
1385
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
1388
1386
  layers?: string[] | undefined;
1389
1387
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1390
1388
  layers?: string[] | undefined;
@@ -1409,7 +1407,7 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
1409
1407
  uniqid: string;
1410
1408
  content: {
1411
1409
  uri?: string | undefined;
1412
- limit?: number | undefined;
1410
+ limit?: number | boolean | undefined;
1413
1411
  tableColumnsData?: {
1414
1412
  name?: string | undefined;
1415
1413
  label?: string | undefined;
@@ -1427,7 +1425,9 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
1427
1425
  tableSizedColumns?: boolean | undefined;
1428
1426
  tableSizedColumnsWidth?: number | undefined;
1429
1427
  };
1430
- })>>, "many">>;
1428
+ }) | ({
1429
+ layers?: string[] | undefined;
1430
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
1431
1431
  }>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1432
1432
  id: z.ZodType<number, z.ZodTypeDef, number>;
1433
1433
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -1800,8 +1800,6 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
1800
1800
  title: z.ZodType<string, z.ZodTypeDef, string>;
1801
1801
  widget: z.ZodType<({
1802
1802
  layers?: string[] | undefined;
1803
- } & import("./widgets").WidgetApiType) | ({
1804
- layers?: string[] | undefined;
1805
1803
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1806
1804
  layers?: string[] | undefined;
1807
1805
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1825,7 +1823,7 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
1825
1823
  uniqid: string;
1826
1824
  content: {
1827
1825
  uri?: string | undefined;
1828
- limit?: number | undefined;
1826
+ limit?: number | boolean | undefined;
1829
1827
  tableColumnsData?: {
1830
1828
  name?: string | undefined;
1831
1829
  label?: string | undefined;
@@ -1843,9 +1841,9 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
1843
1841
  tableSizedColumns?: boolean | undefined;
1844
1842
  tableSizedColumnsWidth?: number | undefined;
1845
1843
  };
1846
- }), z.ZodTypeDef, ({
1844
+ }) | ({
1847
1845
  layers?: string[] | undefined;
1848
- } & import("./widgets").WidgetApiType) | ({
1846
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
1849
1847
  layers?: string[] | undefined;
1850
1848
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1851
1849
  layers?: string[] | undefined;
@@ -1870,7 +1868,7 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
1870
1868
  uniqid: string;
1871
1869
  content: {
1872
1870
  uri?: string | undefined;
1873
- limit?: number | undefined;
1871
+ limit?: number | boolean | undefined;
1874
1872
  tableColumnsData?: {
1875
1873
  name?: string | undefined;
1876
1874
  label?: string | undefined;
@@ -1888,11 +1886,11 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
1888
1886
  tableSizedColumns?: boolean | undefined;
1889
1887
  tableSizedColumnsWidth?: number | undefined;
1890
1888
  };
1891
- })>;
1889
+ }) | ({
1890
+ layers?: string[] | undefined;
1891
+ } & import("./widgets").WidgetPresenceType)>;
1892
1892
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
1893
1893
  layers?: string[] | undefined;
1894
- } & import("./widgets").WidgetApiType) | ({
1895
- layers?: string[] | undefined;
1896
1894
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1897
1895
  layers?: string[] | undefined;
1898
1896
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1916,7 +1914,7 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
1916
1914
  uniqid: string;
1917
1915
  content: {
1918
1916
  uri?: string | undefined;
1919
- limit?: number | undefined;
1917
+ limit?: number | boolean | undefined;
1920
1918
  tableColumnsData?: {
1921
1919
  name?: string | undefined;
1922
1920
  label?: string | undefined;
@@ -1934,9 +1932,9 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
1934
1932
  tableSizedColumns?: boolean | undefined;
1935
1933
  tableSizedColumnsWidth?: number | undefined;
1936
1934
  };
1937
- })>, import("./widgets").WidgetWrapperGeneric<({
1935
+ }) | ({
1938
1936
  layers?: string[] | undefined;
1939
- } & import("./widgets").WidgetApiType) | ({
1937
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
1940
1938
  layers?: string[] | undefined;
1941
1939
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1942
1940
  layers?: string[] | undefined;
@@ -1961,7 +1959,7 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
1961
1959
  uniqid: string;
1962
1960
  content: {
1963
1961
  uri?: string | undefined;
1964
- limit?: number | undefined;
1962
+ limit?: number | boolean | undefined;
1965
1963
  tableColumnsData?: {
1966
1964
  name?: string | undefined;
1967
1965
  label?: string | undefined;
@@ -1979,7 +1977,9 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
1979
1977
  tableSizedColumns?: boolean | undefined;
1980
1978
  tableSizedColumnsWidth?: number | undefined;
1981
1979
  };
1982
- })>>, "many">>;
1980
+ }) | ({
1981
+ layers?: string[] | undefined;
1982
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
1983
1983
  }>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1984
1984
  id: z.ZodType<number, z.ZodTypeDef, number>;
1985
1985
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -2350,8 +2350,6 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
2350
2350
  title: z.ZodType<string, z.ZodTypeDef, string>;
2351
2351
  widget: z.ZodType<({
2352
2352
  layers?: string[] | undefined;
2353
- } & import("./widgets").WidgetApiType) | ({
2354
- layers?: string[] | undefined;
2355
2353
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2356
2354
  layers?: string[] | undefined;
2357
2355
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -2375,7 +2373,7 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
2375
2373
  uniqid: string;
2376
2374
  content: {
2377
2375
  uri?: string | undefined;
2378
- limit?: number | undefined;
2376
+ limit?: number | boolean | undefined;
2379
2377
  tableColumnsData?: {
2380
2378
  name?: string | undefined;
2381
2379
  label?: string | undefined;
@@ -2393,9 +2391,9 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
2393
2391
  tableSizedColumns?: boolean | undefined;
2394
2392
  tableSizedColumnsWidth?: number | undefined;
2395
2393
  };
2396
- }), z.ZodTypeDef, ({
2394
+ }) | ({
2397
2395
  layers?: string[] | undefined;
2398
- } & import("./widgets").WidgetApiType) | ({
2396
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
2399
2397
  layers?: string[] | undefined;
2400
2398
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2401
2399
  layers?: string[] | undefined;
@@ -2420,7 +2418,7 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
2420
2418
  uniqid: string;
2421
2419
  content: {
2422
2420
  uri?: string | undefined;
2423
- limit?: number | undefined;
2421
+ limit?: number | boolean | undefined;
2424
2422
  tableColumnsData?: {
2425
2423
  name?: string | undefined;
2426
2424
  label?: string | undefined;
@@ -2438,11 +2436,11 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
2438
2436
  tableSizedColumns?: boolean | undefined;
2439
2437
  tableSizedColumnsWidth?: number | undefined;
2440
2438
  };
2441
- })>;
2439
+ }) | ({
2440
+ layers?: string[] | undefined;
2441
+ } & import("./widgets").WidgetPresenceType)>;
2442
2442
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
2443
2443
  layers?: string[] | undefined;
2444
- } & import("./widgets").WidgetApiType) | ({
2445
- layers?: string[] | undefined;
2446
2444
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2447
2445
  layers?: string[] | undefined;
2448
2446
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -2466,7 +2464,7 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
2466
2464
  uniqid: string;
2467
2465
  content: {
2468
2466
  uri?: string | undefined;
2469
- limit?: number | undefined;
2467
+ limit?: number | boolean | undefined;
2470
2468
  tableColumnsData?: {
2471
2469
  name?: string | undefined;
2472
2470
  label?: string | undefined;
@@ -2484,9 +2482,9 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
2484
2482
  tableSizedColumns?: boolean | undefined;
2485
2483
  tableSizedColumnsWidth?: number | undefined;
2486
2484
  };
2487
- })>, import("./widgets").WidgetWrapperGeneric<({
2485
+ }) | ({
2488
2486
  layers?: string[] | undefined;
2489
- } & import("./widgets").WidgetApiType) | ({
2487
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
2490
2488
  layers?: string[] | undefined;
2491
2489
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2492
2490
  layers?: string[] | undefined;
@@ -2511,7 +2509,7 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
2511
2509
  uniqid: string;
2512
2510
  content: {
2513
2511
  uri?: string | undefined;
2514
- limit?: number | undefined;
2512
+ limit?: number | boolean | undefined;
2515
2513
  tableColumnsData?: {
2516
2514
  name?: string | undefined;
2517
2515
  label?: string | undefined;
@@ -2529,7 +2527,9 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
2529
2527
  tableSizedColumns?: boolean | undefined;
2530
2528
  tableSizedColumnsWidth?: number | undefined;
2531
2529
  };
2532
- })>>, "many">>;
2530
+ }) | ({
2531
+ layers?: string[] | undefined;
2532
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
2533
2533
  }>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
2534
2534
  id: z.ZodType<number, z.ZodTypeDef, number>;
2535
2535
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -3123,8 +3123,6 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3123
3123
  title: z.ZodType<string, z.ZodTypeDef, string>;
3124
3124
  widget: z.ZodType<({
3125
3125
  layers?: string[] | undefined;
3126
- } & import("./widgets").WidgetApiType) | ({
3127
- layers?: string[] | undefined;
3128
3126
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3129
3127
  layers?: string[] | undefined;
3130
3128
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -3148,7 +3146,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3148
3146
  uniqid: string;
3149
3147
  content: {
3150
3148
  uri?: string | undefined;
3151
- limit?: number | undefined;
3149
+ limit?: number | boolean | undefined;
3152
3150
  tableColumnsData?: {
3153
3151
  name?: string | undefined;
3154
3152
  label?: string | undefined;
@@ -3166,9 +3164,9 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3166
3164
  tableSizedColumns?: boolean | undefined;
3167
3165
  tableSizedColumnsWidth?: number | undefined;
3168
3166
  };
3169
- }), z.ZodTypeDef, ({
3167
+ }) | ({
3170
3168
  layers?: string[] | undefined;
3171
- } & import("./widgets").WidgetApiType) | ({
3169
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
3172
3170
  layers?: string[] | undefined;
3173
3171
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3174
3172
  layers?: string[] | undefined;
@@ -3193,7 +3191,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3193
3191
  uniqid: string;
3194
3192
  content: {
3195
3193
  uri?: string | undefined;
3196
- limit?: number | undefined;
3194
+ limit?: number | boolean | undefined;
3197
3195
  tableColumnsData?: {
3198
3196
  name?: string | undefined;
3199
3197
  label?: string | undefined;
@@ -3211,11 +3209,11 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3211
3209
  tableSizedColumns?: boolean | undefined;
3212
3210
  tableSizedColumnsWidth?: number | undefined;
3213
3211
  };
3214
- })>;
3212
+ }) | ({
3213
+ layers?: string[] | undefined;
3214
+ } & import("./widgets").WidgetPresenceType)>;
3215
3215
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
3216
3216
  layers?: string[] | undefined;
3217
- } & import("./widgets").WidgetApiType) | ({
3218
- layers?: string[] | undefined;
3219
3217
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3220
3218
  layers?: string[] | undefined;
3221
3219
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -3239,7 +3237,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3239
3237
  uniqid: string;
3240
3238
  content: {
3241
3239
  uri?: string | undefined;
3242
- limit?: number | undefined;
3240
+ limit?: number | boolean | undefined;
3243
3241
  tableColumnsData?: {
3244
3242
  name?: string | undefined;
3245
3243
  label?: string | undefined;
@@ -3257,9 +3255,9 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3257
3255
  tableSizedColumns?: boolean | undefined;
3258
3256
  tableSizedColumnsWidth?: number | undefined;
3259
3257
  };
3260
- })>, import("./widgets").WidgetWrapperGeneric<({
3258
+ }) | ({
3261
3259
  layers?: string[] | undefined;
3262
- } & import("./widgets").WidgetApiType) | ({
3260
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
3263
3261
  layers?: string[] | undefined;
3264
3262
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3265
3263
  layers?: string[] | undefined;
@@ -3284,7 +3282,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3284
3282
  uniqid: string;
3285
3283
  content: {
3286
3284
  uri?: string | undefined;
3287
- limit?: number | undefined;
3285
+ limit?: number | boolean | undefined;
3288
3286
  tableColumnsData?: {
3289
3287
  name?: string | undefined;
3290
3288
  label?: string | undefined;
@@ -3302,7 +3300,9 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3302
3300
  tableSizedColumns?: boolean | undefined;
3303
3301
  tableSizedColumnsWidth?: number | undefined;
3304
3302
  };
3305
- })>>, "many">>;
3303
+ }) | ({
3304
+ layers?: string[] | undefined;
3305
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
3306
3306
  }>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
3307
3307
  id: z.ZodType<number, z.ZodTypeDef, number>;
3308
3308
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -3673,8 +3673,6 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3673
3673
  title: z.ZodType<string, z.ZodTypeDef, string>;
3674
3674
  widget: z.ZodType<({
3675
3675
  layers?: string[] | undefined;
3676
- } & import("./widgets").WidgetApiType) | ({
3677
- layers?: string[] | undefined;
3678
3676
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3679
3677
  layers?: string[] | undefined;
3680
3678
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -3698,7 +3696,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3698
3696
  uniqid: string;
3699
3697
  content: {
3700
3698
  uri?: string | undefined;
3701
- limit?: number | undefined;
3699
+ limit?: number | boolean | undefined;
3702
3700
  tableColumnsData?: {
3703
3701
  name?: string | undefined;
3704
3702
  label?: string | undefined;
@@ -3716,9 +3714,9 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3716
3714
  tableSizedColumns?: boolean | undefined;
3717
3715
  tableSizedColumnsWidth?: number | undefined;
3718
3716
  };
3719
- }), z.ZodTypeDef, ({
3717
+ }) | ({
3720
3718
  layers?: string[] | undefined;
3721
- } & import("./widgets").WidgetApiType) | ({
3719
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
3722
3720
  layers?: string[] | undefined;
3723
3721
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3724
3722
  layers?: string[] | undefined;
@@ -3743,7 +3741,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3743
3741
  uniqid: string;
3744
3742
  content: {
3745
3743
  uri?: string | undefined;
3746
- limit?: number | undefined;
3744
+ limit?: number | boolean | undefined;
3747
3745
  tableColumnsData?: {
3748
3746
  name?: string | undefined;
3749
3747
  label?: string | undefined;
@@ -3761,11 +3759,11 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3761
3759
  tableSizedColumns?: boolean | undefined;
3762
3760
  tableSizedColumnsWidth?: number | undefined;
3763
3761
  };
3764
- })>;
3762
+ }) | ({
3763
+ layers?: string[] | undefined;
3764
+ } & import("./widgets").WidgetPresenceType)>;
3765
3765
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
3766
3766
  layers?: string[] | undefined;
3767
- } & import("./widgets").WidgetApiType) | ({
3768
- layers?: string[] | undefined;
3769
3767
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3770
3768
  layers?: string[] | undefined;
3771
3769
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -3789,7 +3787,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3789
3787
  uniqid: string;
3790
3788
  content: {
3791
3789
  uri?: string | undefined;
3792
- limit?: number | undefined;
3790
+ limit?: number | boolean | undefined;
3793
3791
  tableColumnsData?: {
3794
3792
  name?: string | undefined;
3795
3793
  label?: string | undefined;
@@ -3807,9 +3805,9 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3807
3805
  tableSizedColumns?: boolean | undefined;
3808
3806
  tableSizedColumnsWidth?: number | undefined;
3809
3807
  };
3810
- })>, import("./widgets").WidgetWrapperGeneric<({
3808
+ }) | ({
3811
3809
  layers?: string[] | undefined;
3812
- } & import("./widgets").WidgetApiType) | ({
3810
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
3813
3811
  layers?: string[] | undefined;
3814
3812
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3815
3813
  layers?: string[] | undefined;
@@ -3834,7 +3832,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3834
3832
  uniqid: string;
3835
3833
  content: {
3836
3834
  uri?: string | undefined;
3837
- limit?: number | undefined;
3835
+ limit?: number | boolean | undefined;
3838
3836
  tableColumnsData?: {
3839
3837
  name?: string | undefined;
3840
3838
  label?: string | undefined;
@@ -3852,7 +3850,9 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
3852
3850
  tableSizedColumns?: boolean | undefined;
3853
3851
  tableSizedColumnsWidth?: number | undefined;
3854
3852
  };
3855
- })>>, "many">>;
3853
+ }) | ({
3854
+ layers?: string[] | undefined;
3855
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
3856
3856
  }>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
3857
3857
  id: z.ZodType<number, z.ZodTypeDef, number>;
3858
3858
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -4671,8 +4671,6 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
4671
4671
  title: z.ZodType<string, z.ZodTypeDef, string>;
4672
4672
  widget: z.ZodType<({
4673
4673
  layers?: string[] | undefined;
4674
- } & import("./widgets").WidgetApiType) | ({
4675
- layers?: string[] | undefined;
4676
4674
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4677
4675
  layers?: string[] | undefined;
4678
4676
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -4696,7 +4694,7 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
4696
4694
  uniqid: string;
4697
4695
  content: {
4698
4696
  uri?: string | undefined;
4699
- limit?: number | undefined;
4697
+ limit?: number | boolean | undefined;
4700
4698
  tableColumnsData?: {
4701
4699
  name?: string | undefined;
4702
4700
  label?: string | undefined;
@@ -4714,9 +4712,9 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
4714
4712
  tableSizedColumns?: boolean | undefined;
4715
4713
  tableSizedColumnsWidth?: number | undefined;
4716
4714
  };
4717
- }), z.ZodTypeDef, ({
4715
+ }) | ({
4718
4716
  layers?: string[] | undefined;
4719
- } & import("./widgets").WidgetApiType) | ({
4717
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
4720
4718
  layers?: string[] | undefined;
4721
4719
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4722
4720
  layers?: string[] | undefined;
@@ -4741,7 +4739,7 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
4741
4739
  uniqid: string;
4742
4740
  content: {
4743
4741
  uri?: string | undefined;
4744
- limit?: number | undefined;
4742
+ limit?: number | boolean | undefined;
4745
4743
  tableColumnsData?: {
4746
4744
  name?: string | undefined;
4747
4745
  label?: string | undefined;
@@ -4759,11 +4757,11 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
4759
4757
  tableSizedColumns?: boolean | undefined;
4760
4758
  tableSizedColumnsWidth?: number | undefined;
4761
4759
  };
4762
- })>;
4760
+ }) | ({
4761
+ layers?: string[] | undefined;
4762
+ } & import("./widgets").WidgetPresenceType)>;
4763
4763
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
4764
4764
  layers?: string[] | undefined;
4765
- } & import("./widgets").WidgetApiType) | ({
4766
- layers?: string[] | undefined;
4767
4765
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4768
4766
  layers?: string[] | undefined;
4769
4767
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -4787,7 +4785,7 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
4787
4785
  uniqid: string;
4788
4786
  content: {
4789
4787
  uri?: string | undefined;
4790
- limit?: number | undefined;
4788
+ limit?: number | boolean | undefined;
4791
4789
  tableColumnsData?: {
4792
4790
  name?: string | undefined;
4793
4791
  label?: string | undefined;
@@ -4805,9 +4803,9 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
4805
4803
  tableSizedColumns?: boolean | undefined;
4806
4804
  tableSizedColumnsWidth?: number | undefined;
4807
4805
  };
4808
- })>, import("./widgets").WidgetWrapperGeneric<({
4806
+ }) | ({
4809
4807
  layers?: string[] | undefined;
4810
- } & import("./widgets").WidgetApiType) | ({
4808
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
4811
4809
  layers?: string[] | undefined;
4812
4810
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4813
4811
  layers?: string[] | undefined;
@@ -4832,7 +4830,7 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
4832
4830
  uniqid: string;
4833
4831
  content: {
4834
4832
  uri?: string | undefined;
4835
- limit?: number | undefined;
4833
+ limit?: number | boolean | undefined;
4836
4834
  tableColumnsData?: {
4837
4835
  name?: string | undefined;
4838
4836
  label?: string | undefined;
@@ -4850,7 +4848,9 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
4850
4848
  tableSizedColumns?: boolean | undefined;
4851
4849
  tableSizedColumnsWidth?: number | undefined;
4852
4850
  };
4853
- })>>, "many">>;
4851
+ }) | ({
4852
+ layers?: string[] | undefined;
4853
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
4854
4854
  }>, {
4855
4855
  _extend: z.ZodObject<{
4856
4856
  userImageSecureUrl: z.ZodString;
@@ -4917,8 +4917,6 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
4917
4917
  }> | undefined;
4918
4918
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
4919
4919
  layers?: string[] | undefined;
4920
- } & import("./widgets").WidgetApiType) | ({
4921
- layers?: string[] | undefined;
4922
4920
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4923
4921
  layers?: string[] | undefined;
4924
4922
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -4942,7 +4940,7 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
4942
4940
  uniqid: string;
4943
4941
  content: {
4944
4942
  uri?: string | undefined;
4945
- limit?: number | undefined;
4943
+ limit?: number | boolean | undefined;
4946
4944
  tableColumnsData?: {
4947
4945
  name?: string | undefined;
4948
4946
  label?: string | undefined;
@@ -4960,7 +4958,9 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
4960
4958
  tableSizedColumns?: boolean | undefined;
4961
4959
  tableSizedColumnsWidth?: number | undefined;
4962
4960
  };
4963
- })>[] | undefined;
4961
+ }) | ({
4962
+ layers?: string[] | undefined;
4963
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
4964
4964
  }, {
4965
4965
  type: string;
4966
4966
  id: number;
@@ -5016,8 +5016,6 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
5016
5016
  }> | undefined;
5017
5017
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
5018
5018
  layers?: string[] | undefined;
5019
- } & import("./widgets").WidgetApiType) | ({
5020
- layers?: string[] | undefined;
5021
5019
  } & import("./widgets").WidgetArticleAttachmentType) | ({
5022
5020
  layers?: string[] | undefined;
5023
5021
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -5041,7 +5039,7 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
5041
5039
  uniqid: string;
5042
5040
  content: {
5043
5041
  uri?: string | undefined;
5044
- limit?: number | undefined;
5042
+ limit?: number | boolean | undefined;
5045
5043
  tableColumnsData?: {
5046
5044
  name?: string | undefined;
5047
5045
  label?: string | undefined;
@@ -5059,7 +5057,9 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
5059
5057
  tableSizedColumns?: boolean | undefined;
5060
5058
  tableSizedColumnsWidth?: number | undefined;
5061
5059
  };
5062
- })>[] | undefined;
5060
+ }) | ({
5061
+ layers?: string[] | undefined;
5062
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
5063
5063
  }>>;
5064
5064
  export type TVChannelDynamicComment = z.infer<typeof tvChannelDynamicCommentSchema>;
5065
5065
  export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -5209,8 +5209,6 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5209
5209
  title: z.ZodType<string, z.ZodTypeDef, string>;
5210
5210
  widget: z.ZodType<({
5211
5211
  layers?: string[] | undefined;
5212
- } & import("./widgets").WidgetApiType) | ({
5213
- layers?: string[] | undefined;
5214
5212
  } & import("./widgets").WidgetArticleAttachmentType) | ({
5215
5213
  layers?: string[] | undefined;
5216
5214
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -5234,7 +5232,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5234
5232
  uniqid: string;
5235
5233
  content: {
5236
5234
  uri?: string | undefined;
5237
- limit?: number | undefined;
5235
+ limit?: number | boolean | undefined;
5238
5236
  tableColumnsData?: {
5239
5237
  name?: string | undefined;
5240
5238
  label?: string | undefined;
@@ -5252,9 +5250,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5252
5250
  tableSizedColumns?: boolean | undefined;
5253
5251
  tableSizedColumnsWidth?: number | undefined;
5254
5252
  };
5255
- }), z.ZodTypeDef, ({
5253
+ }) | ({
5256
5254
  layers?: string[] | undefined;
5257
- } & import("./widgets").WidgetApiType) | ({
5255
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
5258
5256
  layers?: string[] | undefined;
5259
5257
  } & import("./widgets").WidgetArticleAttachmentType) | ({
5260
5258
  layers?: string[] | undefined;
@@ -5279,7 +5277,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5279
5277
  uniqid: string;
5280
5278
  content: {
5281
5279
  uri?: string | undefined;
5282
- limit?: number | undefined;
5280
+ limit?: number | boolean | undefined;
5283
5281
  tableColumnsData?: {
5284
5282
  name?: string | undefined;
5285
5283
  label?: string | undefined;
@@ -5297,11 +5295,11 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5297
5295
  tableSizedColumns?: boolean | undefined;
5298
5296
  tableSizedColumnsWidth?: number | undefined;
5299
5297
  };
5300
- })>;
5298
+ }) | ({
5299
+ layers?: string[] | undefined;
5300
+ } & import("./widgets").WidgetPresenceType)>;
5301
5301
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
5302
5302
  layers?: string[] | undefined;
5303
- } & import("./widgets").WidgetApiType) | ({
5304
- layers?: string[] | undefined;
5305
5303
  } & import("./widgets").WidgetArticleAttachmentType) | ({
5306
5304
  layers?: string[] | undefined;
5307
5305
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -5325,7 +5323,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5325
5323
  uniqid: string;
5326
5324
  content: {
5327
5325
  uri?: string | undefined;
5328
- limit?: number | undefined;
5326
+ limit?: number | boolean | undefined;
5329
5327
  tableColumnsData?: {
5330
5328
  name?: string | undefined;
5331
5329
  label?: string | undefined;
@@ -5343,9 +5341,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5343
5341
  tableSizedColumns?: boolean | undefined;
5344
5342
  tableSizedColumnsWidth?: number | undefined;
5345
5343
  };
5346
- })>, import("./widgets").WidgetWrapperGeneric<({
5344
+ }) | ({
5347
5345
  layers?: string[] | undefined;
5348
- } & import("./widgets").WidgetApiType) | ({
5346
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
5349
5347
  layers?: string[] | undefined;
5350
5348
  } & import("./widgets").WidgetArticleAttachmentType) | ({
5351
5349
  layers?: string[] | undefined;
@@ -5370,7 +5368,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5370
5368
  uniqid: string;
5371
5369
  content: {
5372
5370
  uri?: string | undefined;
5373
- limit?: number | undefined;
5371
+ limit?: number | boolean | undefined;
5374
5372
  tableColumnsData?: {
5375
5373
  name?: string | undefined;
5376
5374
  label?: string | undefined;
@@ -5388,7 +5386,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5388
5386
  tableSizedColumns?: boolean | undefined;
5389
5387
  tableSizedColumnsWidth?: number | undefined;
5390
5388
  };
5391
- })>>, "many">>;
5389
+ }) | ({
5390
+ layers?: string[] | undefined;
5391
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
5392
5392
  }>, {
5393
5393
  _extend: z.ZodOptional<z.ZodObject<{
5394
5394
  imageSecureUrl: z.ZodOptional<z.ZodString>;
@@ -5547,8 +5547,6 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5547
5547
  title: z.ZodType<string, z.ZodTypeDef, string>;
5548
5548
  widget: z.ZodType<({
5549
5549
  layers?: string[] | undefined;
5550
- } & import("./widgets").WidgetApiType) | ({
5551
- layers?: string[] | undefined;
5552
5550
  } & import("./widgets").WidgetArticleAttachmentType) | ({
5553
5551
  layers?: string[] | undefined;
5554
5552
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -5572,7 +5570,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5572
5570
  uniqid: string;
5573
5571
  content: {
5574
5572
  uri?: string | undefined;
5575
- limit?: number | undefined;
5573
+ limit?: number | boolean | undefined;
5576
5574
  tableColumnsData?: {
5577
5575
  name?: string | undefined;
5578
5576
  label?: string | undefined;
@@ -5590,9 +5588,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5590
5588
  tableSizedColumns?: boolean | undefined;
5591
5589
  tableSizedColumnsWidth?: number | undefined;
5592
5590
  };
5593
- }), z.ZodTypeDef, ({
5591
+ }) | ({
5594
5592
  layers?: string[] | undefined;
5595
- } & import("./widgets").WidgetApiType) | ({
5593
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
5596
5594
  layers?: string[] | undefined;
5597
5595
  } & import("./widgets").WidgetArticleAttachmentType) | ({
5598
5596
  layers?: string[] | undefined;
@@ -5617,7 +5615,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5617
5615
  uniqid: string;
5618
5616
  content: {
5619
5617
  uri?: string | undefined;
5620
- limit?: number | undefined;
5618
+ limit?: number | boolean | undefined;
5621
5619
  tableColumnsData?: {
5622
5620
  name?: string | undefined;
5623
5621
  label?: string | undefined;
@@ -5635,11 +5633,11 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5635
5633
  tableSizedColumns?: boolean | undefined;
5636
5634
  tableSizedColumnsWidth?: number | undefined;
5637
5635
  };
5638
- })>;
5636
+ }) | ({
5637
+ layers?: string[] | undefined;
5638
+ } & import("./widgets").WidgetPresenceType)>;
5639
5639
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
5640
5640
  layers?: string[] | undefined;
5641
- } & import("./widgets").WidgetApiType) | ({
5642
- layers?: string[] | undefined;
5643
5641
  } & import("./widgets").WidgetArticleAttachmentType) | ({
5644
5642
  layers?: string[] | undefined;
5645
5643
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -5663,7 +5661,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5663
5661
  uniqid: string;
5664
5662
  content: {
5665
5663
  uri?: string | undefined;
5666
- limit?: number | undefined;
5664
+ limit?: number | boolean | undefined;
5667
5665
  tableColumnsData?: {
5668
5666
  name?: string | undefined;
5669
5667
  label?: string | undefined;
@@ -5681,9 +5679,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5681
5679
  tableSizedColumns?: boolean | undefined;
5682
5680
  tableSizedColumnsWidth?: number | undefined;
5683
5681
  };
5684
- })>, import("./widgets").WidgetWrapperGeneric<({
5682
+ }) | ({
5685
5683
  layers?: string[] | undefined;
5686
- } & import("./widgets").WidgetApiType) | ({
5684
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
5687
5685
  layers?: string[] | undefined;
5688
5686
  } & import("./widgets").WidgetArticleAttachmentType) | ({
5689
5687
  layers?: string[] | undefined;
@@ -5708,7 +5706,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5708
5706
  uniqid: string;
5709
5707
  content: {
5710
5708
  uri?: string | undefined;
5711
- limit?: number | undefined;
5709
+ limit?: number | boolean | undefined;
5712
5710
  tableColumnsData?: {
5713
5711
  name?: string | undefined;
5714
5712
  label?: string | undefined;
@@ -5726,7 +5724,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5726
5724
  tableSizedColumns?: boolean | undefined;
5727
5725
  tableSizedColumnsWidth?: number | undefined;
5728
5726
  };
5729
- })>>, "many">>;
5727
+ }) | ({
5728
+ layers?: string[] | undefined;
5729
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
5730
5730
  }>, {
5731
5731
  _extend: z.ZodObject<{
5732
5732
  userImageSecureUrl: z.ZodString;
@@ -5793,8 +5793,6 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5793
5793
  }> | undefined;
5794
5794
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
5795
5795
  layers?: string[] | undefined;
5796
- } & import("./widgets").WidgetApiType) | ({
5797
- layers?: string[] | undefined;
5798
5796
  } & import("./widgets").WidgetArticleAttachmentType) | ({
5799
5797
  layers?: string[] | undefined;
5800
5798
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -5818,7 +5816,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5818
5816
  uniqid: string;
5819
5817
  content: {
5820
5818
  uri?: string | undefined;
5821
- limit?: number | undefined;
5819
+ limit?: number | boolean | undefined;
5822
5820
  tableColumnsData?: {
5823
5821
  name?: string | undefined;
5824
5822
  label?: string | undefined;
@@ -5836,7 +5834,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5836
5834
  tableSizedColumns?: boolean | undefined;
5837
5835
  tableSizedColumnsWidth?: number | undefined;
5838
5836
  };
5839
- })>[] | undefined;
5837
+ }) | ({
5838
+ layers?: string[] | undefined;
5839
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
5840
5840
  }, {
5841
5841
  type: string;
5842
5842
  id: number;
@@ -5892,8 +5892,6 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5892
5892
  }> | undefined;
5893
5893
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
5894
5894
  layers?: string[] | undefined;
5895
- } & import("./widgets").WidgetApiType) | ({
5896
- layers?: string[] | undefined;
5897
5895
  } & import("./widgets").WidgetArticleAttachmentType) | ({
5898
5896
  layers?: string[] | undefined;
5899
5897
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -5917,7 +5915,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5917
5915
  uniqid: string;
5918
5916
  content: {
5919
5917
  uri?: string | undefined;
5920
- limit?: number | undefined;
5918
+ limit?: number | boolean | undefined;
5921
5919
  tableColumnsData?: {
5922
5920
  name?: string | undefined;
5923
5921
  label?: string | undefined;
@@ -5935,7 +5933,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5935
5933
  tableSizedColumns?: boolean | undefined;
5936
5934
  tableSizedColumnsWidth?: number | undefined;
5937
5935
  };
5938
- })>[] | undefined;
5936
+ }) | ({
5937
+ layers?: string[] | undefined;
5938
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
5939
5939
  }>>, "many">;
5940
5940
  }, "strip", z.ZodTypeAny, {
5941
5941
  descriptionSecure: string;
@@ -5994,8 +5994,6 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
5994
5994
  }> | undefined;
5995
5995
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
5996
5996
  layers?: string[] | undefined;
5997
- } & import("./widgets").WidgetApiType) | ({
5998
- layers?: string[] | undefined;
5999
5997
  } & import("./widgets").WidgetArticleAttachmentType) | ({
6000
5998
  layers?: string[] | undefined;
6001
5999
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -6019,7 +6017,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6019
6017
  uniqid: string;
6020
6018
  content: {
6021
6019
  uri?: string | undefined;
6022
- limit?: number | undefined;
6020
+ limit?: number | boolean | undefined;
6023
6021
  tableColumnsData?: {
6024
6022
  name?: string | undefined;
6025
6023
  label?: string | undefined;
@@ -6037,7 +6035,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6037
6035
  tableSizedColumns?: boolean | undefined;
6038
6036
  tableSizedColumnsWidth?: number | undefined;
6039
6037
  };
6040
- })>[] | undefined;
6038
+ }) | ({
6039
+ layers?: string[] | undefined;
6040
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
6041
6041
  }>[];
6042
6042
  imageSecureUrl?: string | undefined;
6043
6043
  }, {
@@ -6097,8 +6097,6 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6097
6097
  }> | undefined;
6098
6098
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
6099
6099
  layers?: string[] | undefined;
6100
- } & import("./widgets").WidgetApiType) | ({
6101
- layers?: string[] | undefined;
6102
6100
  } & import("./widgets").WidgetArticleAttachmentType) | ({
6103
6101
  layers?: string[] | undefined;
6104
6102
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -6122,7 +6120,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6122
6120
  uniqid: string;
6123
6121
  content: {
6124
6122
  uri?: string | undefined;
6125
- limit?: number | undefined;
6123
+ limit?: number | boolean | undefined;
6126
6124
  tableColumnsData?: {
6127
6125
  name?: string | undefined;
6128
6126
  label?: string | undefined;
@@ -6140,7 +6138,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6140
6138
  tableSizedColumns?: boolean | undefined;
6141
6139
  tableSizedColumnsWidth?: number | undefined;
6142
6140
  };
6143
- })>[] | undefined;
6141
+ }) | ({
6142
+ layers?: string[] | undefined;
6143
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
6144
6144
  }>[];
6145
6145
  imageSecureUrl?: string | undefined;
6146
6146
  }>>;
@@ -6242,8 +6242,6 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6242
6242
  }> | undefined;
6243
6243
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
6244
6244
  layers?: string[] | undefined;
6245
- } & import("./widgets").WidgetApiType) | ({
6246
- layers?: string[] | undefined;
6247
6245
  } & import("./widgets").WidgetArticleAttachmentType) | ({
6248
6246
  layers?: string[] | undefined;
6249
6247
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -6267,7 +6265,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6267
6265
  uniqid: string;
6268
6266
  content: {
6269
6267
  uri?: string | undefined;
6270
- limit?: number | undefined;
6268
+ limit?: number | boolean | undefined;
6271
6269
  tableColumnsData?: {
6272
6270
  name?: string | undefined;
6273
6271
  label?: string | undefined;
@@ -6285,7 +6283,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6285
6283
  tableSizedColumns?: boolean | undefined;
6286
6284
  tableSizedColumnsWidth?: number | undefined;
6287
6285
  };
6288
- })>[] | undefined;
6286
+ }) | ({
6287
+ layers?: string[] | undefined;
6288
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
6289
6289
  }>[];
6290
6290
  imageSecureUrl?: string | undefined;
6291
6291
  } | undefined;
@@ -6296,8 +6296,6 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6296
6296
  } | undefined;
6297
6297
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
6298
6298
  layers?: string[] | undefined;
6299
- } & import("./widgets").WidgetApiType) | ({
6300
- layers?: string[] | undefined;
6301
6299
  } & import("./widgets").WidgetArticleAttachmentType) | ({
6302
6300
  layers?: string[] | undefined;
6303
6301
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -6321,7 +6319,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6321
6319
  uniqid: string;
6322
6320
  content: {
6323
6321
  uri?: string | undefined;
6324
- limit?: number | undefined;
6322
+ limit?: number | boolean | undefined;
6325
6323
  tableColumnsData?: {
6326
6324
  name?: string | undefined;
6327
6325
  label?: string | undefined;
@@ -6339,7 +6337,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6339
6337
  tableSizedColumns?: boolean | undefined;
6340
6338
  tableSizedColumnsWidth?: number | undefined;
6341
6339
  };
6342
- })>[] | undefined;
6340
+ }) | ({
6341
+ layers?: string[] | undefined;
6342
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
6343
6343
  }, {
6344
6344
  type: string;
6345
6345
  id: number;
@@ -6438,8 +6438,6 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6438
6438
  }> | undefined;
6439
6439
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
6440
6440
  layers?: string[] | undefined;
6441
- } & import("./widgets").WidgetApiType) | ({
6442
- layers?: string[] | undefined;
6443
6441
  } & import("./widgets").WidgetArticleAttachmentType) | ({
6444
6442
  layers?: string[] | undefined;
6445
6443
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -6463,7 +6461,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6463
6461
  uniqid: string;
6464
6462
  content: {
6465
6463
  uri?: string | undefined;
6466
- limit?: number | undefined;
6464
+ limit?: number | boolean | undefined;
6467
6465
  tableColumnsData?: {
6468
6466
  name?: string | undefined;
6469
6467
  label?: string | undefined;
@@ -6481,7 +6479,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6481
6479
  tableSizedColumns?: boolean | undefined;
6482
6480
  tableSizedColumnsWidth?: number | undefined;
6483
6481
  };
6484
- })>[] | undefined;
6482
+ }) | ({
6483
+ layers?: string[] | undefined;
6484
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
6485
6485
  }>[];
6486
6486
  imageSecureUrl?: string | undefined;
6487
6487
  } | undefined;
@@ -6492,8 +6492,6 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6492
6492
  } | undefined;
6493
6493
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
6494
6494
  layers?: string[] | undefined;
6495
- } & import("./widgets").WidgetApiType) | ({
6496
- layers?: string[] | undefined;
6497
6495
  } & import("./widgets").WidgetArticleAttachmentType) | ({
6498
6496
  layers?: string[] | undefined;
6499
6497
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -6517,7 +6515,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6517
6515
  uniqid: string;
6518
6516
  content: {
6519
6517
  uri?: string | undefined;
6520
- limit?: number | undefined;
6518
+ limit?: number | boolean | undefined;
6521
6519
  tableColumnsData?: {
6522
6520
  name?: string | undefined;
6523
6521
  label?: string | undefined;
@@ -6535,7 +6533,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
6535
6533
  tableSizedColumns?: boolean | undefined;
6536
6534
  tableSizedColumnsWidth?: number | undefined;
6537
6535
  };
6538
- })>[] | undefined;
6536
+ }) | ({
6537
+ layers?: string[] | undefined;
6538
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
6539
6539
  }>>;
6540
6540
  export type TVChannelDynamicArticle = z.infer<typeof tvChannelDynamicArticleSchema>;
6541
6541
  export declare const tvChannelSlideshowFileSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -6741,8 +6741,6 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
6741
6741
  title: z.ZodType<string, z.ZodTypeDef, string>;
6742
6742
  widget: z.ZodType<({
6743
6743
  layers?: string[] | undefined;
6744
- } & import("./widgets").WidgetApiType) | ({
6745
- layers?: string[] | undefined;
6746
6744
  } & import("./widgets").WidgetArticleAttachmentType) | ({
6747
6745
  layers?: string[] | undefined;
6748
6746
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -6766,7 +6764,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
6766
6764
  uniqid: string;
6767
6765
  content: {
6768
6766
  uri?: string | undefined;
6769
- limit?: number | undefined;
6767
+ limit?: number | boolean | undefined;
6770
6768
  tableColumnsData?: {
6771
6769
  name?: string | undefined;
6772
6770
  label?: string | undefined;
@@ -6784,9 +6782,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
6784
6782
  tableSizedColumns?: boolean | undefined;
6785
6783
  tableSizedColumnsWidth?: number | undefined;
6786
6784
  };
6787
- }), z.ZodTypeDef, ({
6785
+ }) | ({
6788
6786
  layers?: string[] | undefined;
6789
- } & import("./widgets").WidgetApiType) | ({
6787
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
6790
6788
  layers?: string[] | undefined;
6791
6789
  } & import("./widgets").WidgetArticleAttachmentType) | ({
6792
6790
  layers?: string[] | undefined;
@@ -6811,7 +6809,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
6811
6809
  uniqid: string;
6812
6810
  content: {
6813
6811
  uri?: string | undefined;
6814
- limit?: number | undefined;
6812
+ limit?: number | boolean | undefined;
6815
6813
  tableColumnsData?: {
6816
6814
  name?: string | undefined;
6817
6815
  label?: string | undefined;
@@ -6829,11 +6827,11 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
6829
6827
  tableSizedColumns?: boolean | undefined;
6830
6828
  tableSizedColumnsWidth?: number | undefined;
6831
6829
  };
6832
- })>;
6830
+ }) | ({
6831
+ layers?: string[] | undefined;
6832
+ } & import("./widgets").WidgetPresenceType)>;
6833
6833
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
6834
6834
  layers?: string[] | undefined;
6835
- } & import("./widgets").WidgetApiType) | ({
6836
- layers?: string[] | undefined;
6837
6835
  } & import("./widgets").WidgetArticleAttachmentType) | ({
6838
6836
  layers?: string[] | undefined;
6839
6837
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -6857,7 +6855,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
6857
6855
  uniqid: string;
6858
6856
  content: {
6859
6857
  uri?: string | undefined;
6860
- limit?: number | undefined;
6858
+ limit?: number | boolean | undefined;
6861
6859
  tableColumnsData?: {
6862
6860
  name?: string | undefined;
6863
6861
  label?: string | undefined;
@@ -6875,9 +6873,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
6875
6873
  tableSizedColumns?: boolean | undefined;
6876
6874
  tableSizedColumnsWidth?: number | undefined;
6877
6875
  };
6878
- })>, import("./widgets").WidgetWrapperGeneric<({
6876
+ }) | ({
6879
6877
  layers?: string[] | undefined;
6880
- } & import("./widgets").WidgetApiType) | ({
6878
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
6881
6879
  layers?: string[] | undefined;
6882
6880
  } & import("./widgets").WidgetArticleAttachmentType) | ({
6883
6881
  layers?: string[] | undefined;
@@ -6902,7 +6900,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
6902
6900
  uniqid: string;
6903
6901
  content: {
6904
6902
  uri?: string | undefined;
6905
- limit?: number | undefined;
6903
+ limit?: number | boolean | undefined;
6906
6904
  tableColumnsData?: {
6907
6905
  name?: string | undefined;
6908
6906
  label?: string | undefined;
@@ -6920,7 +6918,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
6920
6918
  tableSizedColumns?: boolean | undefined;
6921
6919
  tableSizedColumnsWidth?: number | undefined;
6922
6920
  };
6923
- })>>, "many">>;
6921
+ }) | ({
6922
+ layers?: string[] | undefined;
6923
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
6924
6924
  }>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
6925
6925
  id: z.ZodType<number, z.ZodTypeDef, number>;
6926
6926
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -7294,8 +7294,6 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7294
7294
  title: z.ZodType<string, z.ZodTypeDef, string>;
7295
7295
  widget: z.ZodType<({
7296
7296
  layers?: string[] | undefined;
7297
- } & import("./widgets").WidgetApiType) | ({
7298
- layers?: string[] | undefined;
7299
7297
  } & import("./widgets").WidgetArticleAttachmentType) | ({
7300
7298
  layers?: string[] | undefined;
7301
7299
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -7319,7 +7317,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7319
7317
  uniqid: string;
7320
7318
  content: {
7321
7319
  uri?: string | undefined;
7322
- limit?: number | undefined;
7320
+ limit?: number | boolean | undefined;
7323
7321
  tableColumnsData?: {
7324
7322
  name?: string | undefined;
7325
7323
  label?: string | undefined;
@@ -7337,9 +7335,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7337
7335
  tableSizedColumns?: boolean | undefined;
7338
7336
  tableSizedColumnsWidth?: number | undefined;
7339
7337
  };
7340
- }), z.ZodTypeDef, ({
7338
+ }) | ({
7341
7339
  layers?: string[] | undefined;
7342
- } & import("./widgets").WidgetApiType) | ({
7340
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
7343
7341
  layers?: string[] | undefined;
7344
7342
  } & import("./widgets").WidgetArticleAttachmentType) | ({
7345
7343
  layers?: string[] | undefined;
@@ -7364,7 +7362,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7364
7362
  uniqid: string;
7365
7363
  content: {
7366
7364
  uri?: string | undefined;
7367
- limit?: number | undefined;
7365
+ limit?: number | boolean | undefined;
7368
7366
  tableColumnsData?: {
7369
7367
  name?: string | undefined;
7370
7368
  label?: string | undefined;
@@ -7382,11 +7380,11 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7382
7380
  tableSizedColumns?: boolean | undefined;
7383
7381
  tableSizedColumnsWidth?: number | undefined;
7384
7382
  };
7385
- })>;
7383
+ }) | ({
7384
+ layers?: string[] | undefined;
7385
+ } & import("./widgets").WidgetPresenceType)>;
7386
7386
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
7387
7387
  layers?: string[] | undefined;
7388
- } & import("./widgets").WidgetApiType) | ({
7389
- layers?: string[] | undefined;
7390
7388
  } & import("./widgets").WidgetArticleAttachmentType) | ({
7391
7389
  layers?: string[] | undefined;
7392
7390
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -7410,7 +7408,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7410
7408
  uniqid: string;
7411
7409
  content: {
7412
7410
  uri?: string | undefined;
7413
- limit?: number | undefined;
7411
+ limit?: number | boolean | undefined;
7414
7412
  tableColumnsData?: {
7415
7413
  name?: string | undefined;
7416
7414
  label?: string | undefined;
@@ -7428,9 +7426,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7428
7426
  tableSizedColumns?: boolean | undefined;
7429
7427
  tableSizedColumnsWidth?: number | undefined;
7430
7428
  };
7431
- })>, import("./widgets").WidgetWrapperGeneric<({
7429
+ }) | ({
7432
7430
  layers?: string[] | undefined;
7433
- } & import("./widgets").WidgetApiType) | ({
7431
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
7434
7432
  layers?: string[] | undefined;
7435
7433
  } & import("./widgets").WidgetArticleAttachmentType) | ({
7436
7434
  layers?: string[] | undefined;
@@ -7455,7 +7453,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7455
7453
  uniqid: string;
7456
7454
  content: {
7457
7455
  uri?: string | undefined;
7458
- limit?: number | undefined;
7456
+ limit?: number | boolean | undefined;
7459
7457
  tableColumnsData?: {
7460
7458
  name?: string | undefined;
7461
7459
  label?: string | undefined;
@@ -7473,7 +7471,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7473
7471
  tableSizedColumns?: boolean | undefined;
7474
7472
  tableSizedColumnsWidth?: number | undefined;
7475
7473
  };
7476
- })>>, "many">>;
7474
+ }) | ({
7475
+ layers?: string[] | undefined;
7476
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
7477
7477
  }>, {
7478
7478
  _extend: z.ZodOptional<z.ZodObject<{
7479
7479
  imageSecureUrl: z.ZodOptional<z.ZodString>;
@@ -7632,8 +7632,6 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7632
7632
  title: z.ZodType<string, z.ZodTypeDef, string>;
7633
7633
  widget: z.ZodType<({
7634
7634
  layers?: string[] | undefined;
7635
- } & import("./widgets").WidgetApiType) | ({
7636
- layers?: string[] | undefined;
7637
7635
  } & import("./widgets").WidgetArticleAttachmentType) | ({
7638
7636
  layers?: string[] | undefined;
7639
7637
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -7657,7 +7655,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7657
7655
  uniqid: string;
7658
7656
  content: {
7659
7657
  uri?: string | undefined;
7660
- limit?: number | undefined;
7658
+ limit?: number | boolean | undefined;
7661
7659
  tableColumnsData?: {
7662
7660
  name?: string | undefined;
7663
7661
  label?: string | undefined;
@@ -7675,9 +7673,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7675
7673
  tableSizedColumns?: boolean | undefined;
7676
7674
  tableSizedColumnsWidth?: number | undefined;
7677
7675
  };
7678
- }), z.ZodTypeDef, ({
7676
+ }) | ({
7679
7677
  layers?: string[] | undefined;
7680
- } & import("./widgets").WidgetApiType) | ({
7678
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
7681
7679
  layers?: string[] | undefined;
7682
7680
  } & import("./widgets").WidgetArticleAttachmentType) | ({
7683
7681
  layers?: string[] | undefined;
@@ -7702,7 +7700,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7702
7700
  uniqid: string;
7703
7701
  content: {
7704
7702
  uri?: string | undefined;
7705
- limit?: number | undefined;
7703
+ limit?: number | boolean | undefined;
7706
7704
  tableColumnsData?: {
7707
7705
  name?: string | undefined;
7708
7706
  label?: string | undefined;
@@ -7720,11 +7718,11 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7720
7718
  tableSizedColumns?: boolean | undefined;
7721
7719
  tableSizedColumnsWidth?: number | undefined;
7722
7720
  };
7723
- })>;
7721
+ }) | ({
7722
+ layers?: string[] | undefined;
7723
+ } & import("./widgets").WidgetPresenceType)>;
7724
7724
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
7725
7725
  layers?: string[] | undefined;
7726
- } & import("./widgets").WidgetApiType) | ({
7727
- layers?: string[] | undefined;
7728
7726
  } & import("./widgets").WidgetArticleAttachmentType) | ({
7729
7727
  layers?: string[] | undefined;
7730
7728
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -7748,7 +7746,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7748
7746
  uniqid: string;
7749
7747
  content: {
7750
7748
  uri?: string | undefined;
7751
- limit?: number | undefined;
7749
+ limit?: number | boolean | undefined;
7752
7750
  tableColumnsData?: {
7753
7751
  name?: string | undefined;
7754
7752
  label?: string | undefined;
@@ -7766,9 +7764,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7766
7764
  tableSizedColumns?: boolean | undefined;
7767
7765
  tableSizedColumnsWidth?: number | undefined;
7768
7766
  };
7769
- })>, import("./widgets").WidgetWrapperGeneric<({
7767
+ }) | ({
7770
7768
  layers?: string[] | undefined;
7771
- } & import("./widgets").WidgetApiType) | ({
7769
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
7772
7770
  layers?: string[] | undefined;
7773
7771
  } & import("./widgets").WidgetArticleAttachmentType) | ({
7774
7772
  layers?: string[] | undefined;
@@ -7793,7 +7791,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7793
7791
  uniqid: string;
7794
7792
  content: {
7795
7793
  uri?: string | undefined;
7796
- limit?: number | undefined;
7794
+ limit?: number | boolean | undefined;
7797
7795
  tableColumnsData?: {
7798
7796
  name?: string | undefined;
7799
7797
  label?: string | undefined;
@@ -7811,7 +7809,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7811
7809
  tableSizedColumns?: boolean | undefined;
7812
7810
  tableSizedColumnsWidth?: number | undefined;
7813
7811
  };
7814
- })>>, "many">>;
7812
+ }) | ({
7813
+ layers?: string[] | undefined;
7814
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
7815
7815
  }>, {
7816
7816
  _extend: z.ZodObject<{
7817
7817
  userImageSecureUrl: z.ZodString;
@@ -7878,8 +7878,6 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7878
7878
  }> | undefined;
7879
7879
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
7880
7880
  layers?: string[] | undefined;
7881
- } & import("./widgets").WidgetApiType) | ({
7882
- layers?: string[] | undefined;
7883
7881
  } & import("./widgets").WidgetArticleAttachmentType) | ({
7884
7882
  layers?: string[] | undefined;
7885
7883
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -7903,7 +7901,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7903
7901
  uniqid: string;
7904
7902
  content: {
7905
7903
  uri?: string | undefined;
7906
- limit?: number | undefined;
7904
+ limit?: number | boolean | undefined;
7907
7905
  tableColumnsData?: {
7908
7906
  name?: string | undefined;
7909
7907
  label?: string | undefined;
@@ -7921,7 +7919,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7921
7919
  tableSizedColumns?: boolean | undefined;
7922
7920
  tableSizedColumnsWidth?: number | undefined;
7923
7921
  };
7924
- })>[] | undefined;
7922
+ }) | ({
7923
+ layers?: string[] | undefined;
7924
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
7925
7925
  }, {
7926
7926
  type: string;
7927
7927
  id: number;
@@ -7977,8 +7977,6 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
7977
7977
  }> | undefined;
7978
7978
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
7979
7979
  layers?: string[] | undefined;
7980
- } & import("./widgets").WidgetApiType) | ({
7981
- layers?: string[] | undefined;
7982
7980
  } & import("./widgets").WidgetArticleAttachmentType) | ({
7983
7981
  layers?: string[] | undefined;
7984
7982
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -8002,7 +8000,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8002
8000
  uniqid: string;
8003
8001
  content: {
8004
8002
  uri?: string | undefined;
8005
- limit?: number | undefined;
8003
+ limit?: number | boolean | undefined;
8006
8004
  tableColumnsData?: {
8007
8005
  name?: string | undefined;
8008
8006
  label?: string | undefined;
@@ -8020,7 +8018,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8020
8018
  tableSizedColumns?: boolean | undefined;
8021
8019
  tableSizedColumnsWidth?: number | undefined;
8022
8020
  };
8023
- })>[] | undefined;
8021
+ }) | ({
8022
+ layers?: string[] | undefined;
8023
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
8024
8024
  }>>, "many">;
8025
8025
  }, "strip", z.ZodTypeAny, {
8026
8026
  descriptionSecure: string;
@@ -8079,8 +8079,6 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8079
8079
  }> | undefined;
8080
8080
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
8081
8081
  layers?: string[] | undefined;
8082
- } & import("./widgets").WidgetApiType) | ({
8083
- layers?: string[] | undefined;
8084
8082
  } & import("./widgets").WidgetArticleAttachmentType) | ({
8085
8083
  layers?: string[] | undefined;
8086
8084
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -8104,7 +8102,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8104
8102
  uniqid: string;
8105
8103
  content: {
8106
8104
  uri?: string | undefined;
8107
- limit?: number | undefined;
8105
+ limit?: number | boolean | undefined;
8108
8106
  tableColumnsData?: {
8109
8107
  name?: string | undefined;
8110
8108
  label?: string | undefined;
@@ -8122,7 +8120,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8122
8120
  tableSizedColumns?: boolean | undefined;
8123
8121
  tableSizedColumnsWidth?: number | undefined;
8124
8122
  };
8125
- })>[] | undefined;
8123
+ }) | ({
8124
+ layers?: string[] | undefined;
8125
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
8126
8126
  }>[];
8127
8127
  imageSecureUrl?: string | undefined;
8128
8128
  }, {
@@ -8182,8 +8182,6 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8182
8182
  }> | undefined;
8183
8183
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
8184
8184
  layers?: string[] | undefined;
8185
- } & import("./widgets").WidgetApiType) | ({
8186
- layers?: string[] | undefined;
8187
8185
  } & import("./widgets").WidgetArticleAttachmentType) | ({
8188
8186
  layers?: string[] | undefined;
8189
8187
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -8207,7 +8205,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8207
8205
  uniqid: string;
8208
8206
  content: {
8209
8207
  uri?: string | undefined;
8210
- limit?: number | undefined;
8208
+ limit?: number | boolean | undefined;
8211
8209
  tableColumnsData?: {
8212
8210
  name?: string | undefined;
8213
8211
  label?: string | undefined;
@@ -8225,7 +8223,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8225
8223
  tableSizedColumns?: boolean | undefined;
8226
8224
  tableSizedColumnsWidth?: number | undefined;
8227
8225
  };
8228
- })>[] | undefined;
8226
+ }) | ({
8227
+ layers?: string[] | undefined;
8228
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
8229
8229
  }>[];
8230
8230
  imageSecureUrl?: string | undefined;
8231
8231
  }>>;
@@ -8327,8 +8327,6 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8327
8327
  }> | undefined;
8328
8328
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
8329
8329
  layers?: string[] | undefined;
8330
- } & import("./widgets").WidgetApiType) | ({
8331
- layers?: string[] | undefined;
8332
8330
  } & import("./widgets").WidgetArticleAttachmentType) | ({
8333
8331
  layers?: string[] | undefined;
8334
8332
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -8352,7 +8350,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8352
8350
  uniqid: string;
8353
8351
  content: {
8354
8352
  uri?: string | undefined;
8355
- limit?: number | undefined;
8353
+ limit?: number | boolean | undefined;
8356
8354
  tableColumnsData?: {
8357
8355
  name?: string | undefined;
8358
8356
  label?: string | undefined;
@@ -8370,7 +8368,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8370
8368
  tableSizedColumns?: boolean | undefined;
8371
8369
  tableSizedColumnsWidth?: number | undefined;
8372
8370
  };
8373
- })>[] | undefined;
8371
+ }) | ({
8372
+ layers?: string[] | undefined;
8373
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
8374
8374
  }>[];
8375
8375
  imageSecureUrl?: string | undefined;
8376
8376
  } | undefined;
@@ -8381,8 +8381,6 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8381
8381
  } | undefined;
8382
8382
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
8383
8383
  layers?: string[] | undefined;
8384
- } & import("./widgets").WidgetApiType) | ({
8385
- layers?: string[] | undefined;
8386
8384
  } & import("./widgets").WidgetArticleAttachmentType) | ({
8387
8385
  layers?: string[] | undefined;
8388
8386
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -8406,7 +8404,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8406
8404
  uniqid: string;
8407
8405
  content: {
8408
8406
  uri?: string | undefined;
8409
- limit?: number | undefined;
8407
+ limit?: number | boolean | undefined;
8410
8408
  tableColumnsData?: {
8411
8409
  name?: string | undefined;
8412
8410
  label?: string | undefined;
@@ -8424,7 +8422,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8424
8422
  tableSizedColumns?: boolean | undefined;
8425
8423
  tableSizedColumnsWidth?: number | undefined;
8426
8424
  };
8427
- })>[] | undefined;
8425
+ }) | ({
8426
+ layers?: string[] | undefined;
8427
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
8428
8428
  }, {
8429
8429
  type: string;
8430
8430
  id: number;
@@ -8523,8 +8523,6 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8523
8523
  }> | undefined;
8524
8524
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
8525
8525
  layers?: string[] | undefined;
8526
- } & import("./widgets").WidgetApiType) | ({
8527
- layers?: string[] | undefined;
8528
8526
  } & import("./widgets").WidgetArticleAttachmentType) | ({
8529
8527
  layers?: string[] | undefined;
8530
8528
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -8548,7 +8546,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8548
8546
  uniqid: string;
8549
8547
  content: {
8550
8548
  uri?: string | undefined;
8551
- limit?: number | undefined;
8549
+ limit?: number | boolean | undefined;
8552
8550
  tableColumnsData?: {
8553
8551
  name?: string | undefined;
8554
8552
  label?: string | undefined;
@@ -8566,7 +8564,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8566
8564
  tableSizedColumns?: boolean | undefined;
8567
8565
  tableSizedColumnsWidth?: number | undefined;
8568
8566
  };
8569
- })>[] | undefined;
8567
+ }) | ({
8568
+ layers?: string[] | undefined;
8569
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
8570
8570
  }>[];
8571
8571
  imageSecureUrl?: string | undefined;
8572
8572
  } | undefined;
@@ -8577,8 +8577,6 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8577
8577
  } | undefined;
8578
8578
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
8579
8579
  layers?: string[] | undefined;
8580
- } & import("./widgets").WidgetApiType) | ({
8581
- layers?: string[] | undefined;
8582
8580
  } & import("./widgets").WidgetArticleAttachmentType) | ({
8583
8581
  layers?: string[] | undefined;
8584
8582
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -8602,7 +8600,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8602
8600
  uniqid: string;
8603
8601
  content: {
8604
8602
  uri?: string | undefined;
8605
- limit?: number | undefined;
8603
+ limit?: number | boolean | undefined;
8606
8604
  tableColumnsData?: {
8607
8605
  name?: string | undefined;
8608
8606
  label?: string | undefined;
@@ -8620,7 +8618,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8620
8618
  tableSizedColumns?: boolean | undefined;
8621
8619
  tableSizedColumnsWidth?: number | undefined;
8622
8620
  };
8623
- })>[] | undefined;
8621
+ }) | ({
8622
+ layers?: string[] | undefined;
8623
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
8624
8624
  }>>, "many">>;
8625
8625
  }, "strip", z.ZodTypeAny, {
8626
8626
  imageSecureUrl?: string | undefined;
@@ -8722,8 +8722,6 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8722
8722
  }> | undefined;
8723
8723
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
8724
8724
  layers?: string[] | undefined;
8725
- } & import("./widgets").WidgetApiType) | ({
8726
- layers?: string[] | undefined;
8727
8725
  } & import("./widgets").WidgetArticleAttachmentType) | ({
8728
8726
  layers?: string[] | undefined;
8729
8727
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -8747,7 +8745,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8747
8745
  uniqid: string;
8748
8746
  content: {
8749
8747
  uri?: string | undefined;
8750
- limit?: number | undefined;
8748
+ limit?: number | boolean | undefined;
8751
8749
  tableColumnsData?: {
8752
8750
  name?: string | undefined;
8753
8751
  label?: string | undefined;
@@ -8765,7 +8763,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8765
8763
  tableSizedColumns?: boolean | undefined;
8766
8764
  tableSizedColumnsWidth?: number | undefined;
8767
8765
  };
8768
- })>[] | undefined;
8766
+ }) | ({
8767
+ layers?: string[] | undefined;
8768
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
8769
8769
  }>[];
8770
8770
  imageSecureUrl?: string | undefined;
8771
8771
  } | undefined;
@@ -8776,8 +8776,6 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8776
8776
  } | undefined;
8777
8777
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
8778
8778
  layers?: string[] | undefined;
8779
- } & import("./widgets").WidgetApiType) | ({
8780
- layers?: string[] | undefined;
8781
8779
  } & import("./widgets").WidgetArticleAttachmentType) | ({
8782
8780
  layers?: string[] | undefined;
8783
8781
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -8801,7 +8799,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8801
8799
  uniqid: string;
8802
8800
  content: {
8803
8801
  uri?: string | undefined;
8804
- limit?: number | undefined;
8802
+ limit?: number | boolean | undefined;
8805
8803
  tableColumnsData?: {
8806
8804
  name?: string | undefined;
8807
8805
  label?: string | undefined;
@@ -8819,7 +8817,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8819
8817
  tableSizedColumns?: boolean | undefined;
8820
8818
  tableSizedColumnsWidth?: number | undefined;
8821
8819
  };
8822
- })>[] | undefined;
8820
+ }) | ({
8821
+ layers?: string[] | undefined;
8822
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
8823
8823
  }>[] | undefined;
8824
8824
  }, {
8825
8825
  imageSecureUrl?: string | undefined;
@@ -8921,8 +8921,6 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8921
8921
  }> | undefined;
8922
8922
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
8923
8923
  layers?: string[] | undefined;
8924
- } & import("./widgets").WidgetApiType) | ({
8925
- layers?: string[] | undefined;
8926
8924
  } & import("./widgets").WidgetArticleAttachmentType) | ({
8927
8925
  layers?: string[] | undefined;
8928
8926
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -8946,7 +8944,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8946
8944
  uniqid: string;
8947
8945
  content: {
8948
8946
  uri?: string | undefined;
8949
- limit?: number | undefined;
8947
+ limit?: number | boolean | undefined;
8950
8948
  tableColumnsData?: {
8951
8949
  name?: string | undefined;
8952
8950
  label?: string | undefined;
@@ -8964,7 +8962,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8964
8962
  tableSizedColumns?: boolean | undefined;
8965
8963
  tableSizedColumnsWidth?: number | undefined;
8966
8964
  };
8967
- })>[] | undefined;
8965
+ }) | ({
8966
+ layers?: string[] | undefined;
8967
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
8968
8968
  }>[];
8969
8969
  imageSecureUrl?: string | undefined;
8970
8970
  } | undefined;
@@ -8975,8 +8975,6 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
8975
8975
  } | undefined;
8976
8976
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
8977
8977
  layers?: string[] | undefined;
8978
- } & import("./widgets").WidgetApiType) | ({
8979
- layers?: string[] | undefined;
8980
8978
  } & import("./widgets").WidgetArticleAttachmentType) | ({
8981
8979
  layers?: string[] | undefined;
8982
8980
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -9000,7 +8998,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
9000
8998
  uniqid: string;
9001
8999
  content: {
9002
9000
  uri?: string | undefined;
9003
- limit?: number | undefined;
9001
+ limit?: number | boolean | undefined;
9004
9002
  tableColumnsData?: {
9005
9003
  name?: string | undefined;
9006
9004
  label?: string | undefined;
@@ -9018,7 +9016,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
9018
9016
  tableSizedColumns?: boolean | undefined;
9019
9017
  tableSizedColumnsWidth?: number | undefined;
9020
9018
  };
9021
- })>[] | undefined;
9019
+ }) | ({
9020
+ layers?: string[] | undefined;
9021
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
9022
9022
  }>[] | undefined;
9023
9023
  }>;
9024
9024
  }, "strip", z.ZodTypeAny, {
@@ -9122,8 +9122,6 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
9122
9122
  }> | undefined;
9123
9123
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
9124
9124
  layers?: string[] | undefined;
9125
- } & import("./widgets").WidgetApiType) | ({
9126
- layers?: string[] | undefined;
9127
9125
  } & import("./widgets").WidgetArticleAttachmentType) | ({
9128
9126
  layers?: string[] | undefined;
9129
9127
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -9147,7 +9145,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
9147
9145
  uniqid: string;
9148
9146
  content: {
9149
9147
  uri?: string | undefined;
9150
- limit?: number | undefined;
9148
+ limit?: number | boolean | undefined;
9151
9149
  tableColumnsData?: {
9152
9150
  name?: string | undefined;
9153
9151
  label?: string | undefined;
@@ -9165,7 +9163,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
9165
9163
  tableSizedColumns?: boolean | undefined;
9166
9164
  tableSizedColumnsWidth?: number | undefined;
9167
9165
  };
9168
- })>[] | undefined;
9166
+ }) | ({
9167
+ layers?: string[] | undefined;
9168
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
9169
9169
  }>[];
9170
9170
  imageSecureUrl?: string | undefined;
9171
9171
  } | undefined;
@@ -9176,8 +9176,6 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
9176
9176
  } | undefined;
9177
9177
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
9178
9178
  layers?: string[] | undefined;
9179
- } & import("./widgets").WidgetApiType) | ({
9180
- layers?: string[] | undefined;
9181
9179
  } & import("./widgets").WidgetArticleAttachmentType) | ({
9182
9180
  layers?: string[] | undefined;
9183
9181
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -9201,7 +9199,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
9201
9199
  uniqid: string;
9202
9200
  content: {
9203
9201
  uri?: string | undefined;
9204
- limit?: number | undefined;
9202
+ limit?: number | boolean | undefined;
9205
9203
  tableColumnsData?: {
9206
9204
  name?: string | undefined;
9207
9205
  label?: string | undefined;
@@ -9219,7 +9217,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
9219
9217
  tableSizedColumns?: boolean | undefined;
9220
9218
  tableSizedColumnsWidth?: number | undefined;
9221
9219
  };
9222
- })>[] | undefined;
9220
+ }) | ({
9221
+ layers?: string[] | undefined;
9222
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
9223
9223
  }>[] | undefined;
9224
9224
  };
9225
9225
  }, {
@@ -9323,8 +9323,6 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
9323
9323
  }> | undefined;
9324
9324
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
9325
9325
  layers?: string[] | undefined;
9326
- } & import("./widgets").WidgetApiType) | ({
9327
- layers?: string[] | undefined;
9328
9326
  } & import("./widgets").WidgetArticleAttachmentType) | ({
9329
9327
  layers?: string[] | undefined;
9330
9328
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -9348,7 +9346,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
9348
9346
  uniqid: string;
9349
9347
  content: {
9350
9348
  uri?: string | undefined;
9351
- limit?: number | undefined;
9349
+ limit?: number | boolean | undefined;
9352
9350
  tableColumnsData?: {
9353
9351
  name?: string | undefined;
9354
9352
  label?: string | undefined;
@@ -9366,7 +9364,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
9366
9364
  tableSizedColumns?: boolean | undefined;
9367
9365
  tableSizedColumnsWidth?: number | undefined;
9368
9366
  };
9369
- })>[] | undefined;
9367
+ }) | ({
9368
+ layers?: string[] | undefined;
9369
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
9370
9370
  }>[];
9371
9371
  imageSecureUrl?: string | undefined;
9372
9372
  } | undefined;
@@ -9377,8 +9377,6 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
9377
9377
  } | undefined;
9378
9378
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
9379
9379
  layers?: string[] | undefined;
9380
- } & import("./widgets").WidgetApiType) | ({
9381
- layers?: string[] | undefined;
9382
9380
  } & import("./widgets").WidgetArticleAttachmentType) | ({
9383
9381
  layers?: string[] | undefined;
9384
9382
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -9402,7 +9400,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
9402
9400
  uniqid: string;
9403
9401
  content: {
9404
9402
  uri?: string | undefined;
9405
- limit?: number | undefined;
9403
+ limit?: number | boolean | undefined;
9406
9404
  tableColumnsData?: {
9407
9405
  name?: string | undefined;
9408
9406
  label?: string | undefined;
@@ -9420,7 +9418,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
9420
9418
  tableSizedColumns?: boolean | undefined;
9421
9419
  tableSizedColumnsWidth?: number | undefined;
9422
9420
  };
9423
- })>[] | undefined;
9421
+ }) | ({
9422
+ layers?: string[] | undefined;
9423
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
9424
9424
  }>[] | undefined;
9425
9425
  };
9426
9426
  }>>;
@@ -9463,8 +9463,6 @@ export declare const ensureTVGetConfigureDynamicChannelResponse: (o: unknown) =>
9463
9463
  } | undefined;
9464
9464
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
9465
9465
  layers?: string[] | undefined;
9466
- } & import("./widgets").WidgetApiType) | ({
9467
- layers?: string[] | undefined;
9468
9466
  } & import("./widgets").WidgetArticleAttachmentType) | ({
9469
9467
  layers?: string[] | undefined;
9470
9468
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -9488,7 +9486,7 @@ export declare const ensureTVGetConfigureDynamicChannelResponse: (o: unknown) =>
9488
9486
  uniqid: string;
9489
9487
  content: {
9490
9488
  uri?: string | undefined;
9491
- limit?: number | undefined;
9489
+ limit?: number | boolean | undefined;
9492
9490
  tableColumnsData?: {
9493
9491
  name?: string | undefined;
9494
9492
  label?: string | undefined;
@@ -9506,7 +9504,9 @@ export declare const ensureTVGetConfigureDynamicChannelResponse: (o: unknown) =>
9506
9504
  tableSizedColumns?: boolean | undefined;
9507
9505
  tableSizedColumnsWidth?: number | undefined;
9508
9506
  };
9509
- })>[] | undefined;
9507
+ }) | ({
9508
+ layers?: string[] | undefined;
9509
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
9510
9510
  } & {
9511
9511
  type: string;
9512
9512
  id: number;
@@ -9655,8 +9655,6 @@ export declare const ensureTVGetConfigureDynamicChannelResponse: (o: unknown) =>
9655
9655
  }> | undefined;
9656
9656
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
9657
9657
  layers?: string[] | undefined;
9658
- } & import("./widgets").WidgetApiType) | ({
9659
- layers?: string[] | undefined;
9660
9658
  } & import("./widgets").WidgetArticleAttachmentType) | ({
9661
9659
  layers?: string[] | undefined;
9662
9660
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -9680,7 +9678,7 @@ export declare const ensureTVGetConfigureDynamicChannelResponse: (o: unknown) =>
9680
9678
  uniqid: string;
9681
9679
  content: {
9682
9680
  uri?: string | undefined;
9683
- limit?: number | undefined;
9681
+ limit?: number | boolean | undefined;
9684
9682
  tableColumnsData?: {
9685
9683
  name?: string | undefined;
9686
9684
  label?: string | undefined;
@@ -9698,7 +9696,9 @@ export declare const ensureTVGetConfigureDynamicChannelResponse: (o: unknown) =>
9698
9696
  tableSizedColumns?: boolean | undefined;
9699
9697
  tableSizedColumnsWidth?: number | undefined;
9700
9698
  };
9701
- })>[] | undefined;
9699
+ }) | ({
9700
+ layers?: string[] | undefined;
9701
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
9702
9702
  }>[];
9703
9703
  imageSecureUrl?: string | undefined;
9704
9704
  } | undefined;
@@ -9709,8 +9709,6 @@ export declare const ensureTVGetConfigureDynamicChannelResponse: (o: unknown) =>
9709
9709
  } | undefined;
9710
9710
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
9711
9711
  layers?: string[] | undefined;
9712
- } & import("./widgets").WidgetApiType) | ({
9713
- layers?: string[] | undefined;
9714
9712
  } & import("./widgets").WidgetArticleAttachmentType) | ({
9715
9713
  layers?: string[] | undefined;
9716
9714
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -9734,7 +9732,7 @@ export declare const ensureTVGetConfigureDynamicChannelResponse: (o: unknown) =>
9734
9732
  uniqid: string;
9735
9733
  content: {
9736
9734
  uri?: string | undefined;
9737
- limit?: number | undefined;
9735
+ limit?: number | boolean | undefined;
9738
9736
  tableColumnsData?: {
9739
9737
  name?: string | undefined;
9740
9738
  label?: string | undefined;
@@ -9752,7 +9750,9 @@ export declare const ensureTVGetConfigureDynamicChannelResponse: (o: unknown) =>
9752
9750
  tableSizedColumns?: boolean | undefined;
9753
9751
  tableSizedColumnsWidth?: number | undefined;
9754
9752
  };
9755
- })>[] | undefined;
9753
+ }) | ({
9754
+ layers?: string[] | undefined;
9755
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
9756
9756
  }>[] | undefined;
9757
9757
  };
9758
9758
  };
@@ -9903,8 +9903,6 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
9903
9903
  title: z.ZodType<string, z.ZodTypeDef, string>;
9904
9904
  widget: z.ZodType<({
9905
9905
  layers?: string[] | undefined;
9906
- } & import("./widgets").WidgetApiType) | ({
9907
- layers?: string[] | undefined;
9908
9906
  } & import("./widgets").WidgetArticleAttachmentType) | ({
9909
9907
  layers?: string[] | undefined;
9910
9908
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -9928,7 +9926,7 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
9928
9926
  uniqid: string;
9929
9927
  content: {
9930
9928
  uri?: string | undefined;
9931
- limit?: number | undefined;
9929
+ limit?: number | boolean | undefined;
9932
9930
  tableColumnsData?: {
9933
9931
  name?: string | undefined;
9934
9932
  label?: string | undefined;
@@ -9946,9 +9944,9 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
9946
9944
  tableSizedColumns?: boolean | undefined;
9947
9945
  tableSizedColumnsWidth?: number | undefined;
9948
9946
  };
9949
- }), z.ZodTypeDef, ({
9947
+ }) | ({
9950
9948
  layers?: string[] | undefined;
9951
- } & import("./widgets").WidgetApiType) | ({
9949
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
9952
9950
  layers?: string[] | undefined;
9953
9951
  } & import("./widgets").WidgetArticleAttachmentType) | ({
9954
9952
  layers?: string[] | undefined;
@@ -9973,7 +9971,7 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
9973
9971
  uniqid: string;
9974
9972
  content: {
9975
9973
  uri?: string | undefined;
9976
- limit?: number | undefined;
9974
+ limit?: number | boolean | undefined;
9977
9975
  tableColumnsData?: {
9978
9976
  name?: string | undefined;
9979
9977
  label?: string | undefined;
@@ -9991,11 +9989,11 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
9991
9989
  tableSizedColumns?: boolean | undefined;
9992
9990
  tableSizedColumnsWidth?: number | undefined;
9993
9991
  };
9994
- })>;
9992
+ }) | ({
9993
+ layers?: string[] | undefined;
9994
+ } & import("./widgets").WidgetPresenceType)>;
9995
9995
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
9996
9996
  layers?: string[] | undefined;
9997
- } & import("./widgets").WidgetApiType) | ({
9998
- layers?: string[] | undefined;
9999
9997
  } & import("./widgets").WidgetArticleAttachmentType) | ({
10000
9998
  layers?: string[] | undefined;
10001
9999
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -10019,7 +10017,7 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
10019
10017
  uniqid: string;
10020
10018
  content: {
10021
10019
  uri?: string | undefined;
10022
- limit?: number | undefined;
10020
+ limit?: number | boolean | undefined;
10023
10021
  tableColumnsData?: {
10024
10022
  name?: string | undefined;
10025
10023
  label?: string | undefined;
@@ -10037,9 +10035,9 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
10037
10035
  tableSizedColumns?: boolean | undefined;
10038
10036
  tableSizedColumnsWidth?: number | undefined;
10039
10037
  };
10040
- })>, import("./widgets").WidgetWrapperGeneric<({
10038
+ }) | ({
10041
10039
  layers?: string[] | undefined;
10042
- } & import("./widgets").WidgetApiType) | ({
10040
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
10043
10041
  layers?: string[] | undefined;
10044
10042
  } & import("./widgets").WidgetArticleAttachmentType) | ({
10045
10043
  layers?: string[] | undefined;
@@ -10064,7 +10062,7 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
10064
10062
  uniqid: string;
10065
10063
  content: {
10066
10064
  uri?: string | undefined;
10067
- limit?: number | undefined;
10065
+ limit?: number | boolean | undefined;
10068
10066
  tableColumnsData?: {
10069
10067
  name?: string | undefined;
10070
10068
  label?: string | undefined;
@@ -10082,7 +10080,9 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
10082
10080
  tableSizedColumns?: boolean | undefined;
10083
10081
  tableSizedColumnsWidth?: number | undefined;
10084
10082
  };
10085
- })>>, "many">>;
10083
+ }) | ({
10084
+ layers?: string[] | undefined;
10085
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
10086
10086
  }>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
10087
10087
  id: z.ZodType<number, z.ZodTypeDef, number>;
10088
10088
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -10474,8 +10474,6 @@ export declare const ensureTVGetConfigureSlideshowChannelResponse: (o: unknown)
10474
10474
  } | undefined;
10475
10475
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
10476
10476
  layers?: string[] | undefined;
10477
- } & import("./widgets").WidgetApiType) | ({
10478
- layers?: string[] | undefined;
10479
10477
  } & import("./widgets").WidgetArticleAttachmentType) | ({
10480
10478
  layers?: string[] | undefined;
10481
10479
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -10499,7 +10497,7 @@ export declare const ensureTVGetConfigureSlideshowChannelResponse: (o: unknown)
10499
10497
  uniqid: string;
10500
10498
  content: {
10501
10499
  uri?: string | undefined;
10502
- limit?: number | undefined;
10500
+ limit?: number | boolean | undefined;
10503
10501
  tableColumnsData?: {
10504
10502
  name?: string | undefined;
10505
10503
  label?: string | undefined;
@@ -10517,7 +10515,9 @@ export declare const ensureTVGetConfigureSlideshowChannelResponse: (o: unknown)
10517
10515
  tableSizedColumns?: boolean | undefined;
10518
10516
  tableSizedColumnsWidth?: number | undefined;
10519
10517
  };
10520
- })>[] | undefined;
10518
+ }) | ({
10519
+ layers?: string[] | undefined;
10520
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
10521
10521
  } & {
10522
10522
  type: string;
10523
10523
  id: number;
@@ -10732,8 +10732,6 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
10732
10732
  title: z.ZodType<string, z.ZodTypeDef, string>;
10733
10733
  widget: z.ZodType<({
10734
10734
  layers?: string[] | undefined;
10735
- } & import("./widgets").WidgetApiType) | ({
10736
- layers?: string[] | undefined;
10737
10735
  } & import("./widgets").WidgetArticleAttachmentType) | ({
10738
10736
  layers?: string[] | undefined;
10739
10737
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -10757,7 +10755,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
10757
10755
  uniqid: string;
10758
10756
  content: {
10759
10757
  uri?: string | undefined;
10760
- limit?: number | undefined;
10758
+ limit?: number | boolean | undefined;
10761
10759
  tableColumnsData?: {
10762
10760
  name?: string | undefined;
10763
10761
  label?: string | undefined;
@@ -10775,9 +10773,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
10775
10773
  tableSizedColumns?: boolean | undefined;
10776
10774
  tableSizedColumnsWidth?: number | undefined;
10777
10775
  };
10778
- }), z.ZodTypeDef, ({
10776
+ }) | ({
10779
10777
  layers?: string[] | undefined;
10780
- } & import("./widgets").WidgetApiType) | ({
10778
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
10781
10779
  layers?: string[] | undefined;
10782
10780
  } & import("./widgets").WidgetArticleAttachmentType) | ({
10783
10781
  layers?: string[] | undefined;
@@ -10802,7 +10800,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
10802
10800
  uniqid: string;
10803
10801
  content: {
10804
10802
  uri?: string | undefined;
10805
- limit?: number | undefined;
10803
+ limit?: number | boolean | undefined;
10806
10804
  tableColumnsData?: {
10807
10805
  name?: string | undefined;
10808
10806
  label?: string | undefined;
@@ -10820,11 +10818,11 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
10820
10818
  tableSizedColumns?: boolean | undefined;
10821
10819
  tableSizedColumnsWidth?: number | undefined;
10822
10820
  };
10823
- })>;
10821
+ }) | ({
10822
+ layers?: string[] | undefined;
10823
+ } & import("./widgets").WidgetPresenceType)>;
10824
10824
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
10825
10825
  layers?: string[] | undefined;
10826
- } & import("./widgets").WidgetApiType) | ({
10827
- layers?: string[] | undefined;
10828
10826
  } & import("./widgets").WidgetArticleAttachmentType) | ({
10829
10827
  layers?: string[] | undefined;
10830
10828
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -10848,7 +10846,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
10848
10846
  uniqid: string;
10849
10847
  content: {
10850
10848
  uri?: string | undefined;
10851
- limit?: number | undefined;
10849
+ limit?: number | boolean | undefined;
10852
10850
  tableColumnsData?: {
10853
10851
  name?: string | undefined;
10854
10852
  label?: string | undefined;
@@ -10866,9 +10864,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
10866
10864
  tableSizedColumns?: boolean | undefined;
10867
10865
  tableSizedColumnsWidth?: number | undefined;
10868
10866
  };
10869
- })>, import("./widgets").WidgetWrapperGeneric<({
10867
+ }) | ({
10870
10868
  layers?: string[] | undefined;
10871
- } & import("./widgets").WidgetApiType) | ({
10869
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
10872
10870
  layers?: string[] | undefined;
10873
10871
  } & import("./widgets").WidgetArticleAttachmentType) | ({
10874
10872
  layers?: string[] | undefined;
@@ -10893,7 +10891,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
10893
10891
  uniqid: string;
10894
10892
  content: {
10895
10893
  uri?: string | undefined;
10896
- limit?: number | undefined;
10894
+ limit?: number | boolean | undefined;
10897
10895
  tableColumnsData?: {
10898
10896
  name?: string | undefined;
10899
10897
  label?: string | undefined;
@@ -10911,7 +10909,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
10911
10909
  tableSizedColumns?: boolean | undefined;
10912
10910
  tableSizedColumnsWidth?: number | undefined;
10913
10911
  };
10914
- })>>, "many">>;
10912
+ }) | ({
10913
+ layers?: string[] | undefined;
10914
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
10915
10915
  }>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
10916
10916
  id: z.ZodType<number, z.ZodTypeDef, number>;
10917
10917
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -11285,8 +11285,6 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11285
11285
  title: z.ZodType<string, z.ZodTypeDef, string>;
11286
11286
  widget: z.ZodType<({
11287
11287
  layers?: string[] | undefined;
11288
- } & import("./widgets").WidgetApiType) | ({
11289
- layers?: string[] | undefined;
11290
11288
  } & import("./widgets").WidgetArticleAttachmentType) | ({
11291
11289
  layers?: string[] | undefined;
11292
11290
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -11310,7 +11308,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11310
11308
  uniqid: string;
11311
11309
  content: {
11312
11310
  uri?: string | undefined;
11313
- limit?: number | undefined;
11311
+ limit?: number | boolean | undefined;
11314
11312
  tableColumnsData?: {
11315
11313
  name?: string | undefined;
11316
11314
  label?: string | undefined;
@@ -11328,9 +11326,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11328
11326
  tableSizedColumns?: boolean | undefined;
11329
11327
  tableSizedColumnsWidth?: number | undefined;
11330
11328
  };
11331
- }), z.ZodTypeDef, ({
11329
+ }) | ({
11332
11330
  layers?: string[] | undefined;
11333
- } & import("./widgets").WidgetApiType) | ({
11331
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
11334
11332
  layers?: string[] | undefined;
11335
11333
  } & import("./widgets").WidgetArticleAttachmentType) | ({
11336
11334
  layers?: string[] | undefined;
@@ -11355,7 +11353,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11355
11353
  uniqid: string;
11356
11354
  content: {
11357
11355
  uri?: string | undefined;
11358
- limit?: number | undefined;
11356
+ limit?: number | boolean | undefined;
11359
11357
  tableColumnsData?: {
11360
11358
  name?: string | undefined;
11361
11359
  label?: string | undefined;
@@ -11373,11 +11371,11 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11373
11371
  tableSizedColumns?: boolean | undefined;
11374
11372
  tableSizedColumnsWidth?: number | undefined;
11375
11373
  };
11376
- })>;
11374
+ }) | ({
11375
+ layers?: string[] | undefined;
11376
+ } & import("./widgets").WidgetPresenceType)>;
11377
11377
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
11378
11378
  layers?: string[] | undefined;
11379
- } & import("./widgets").WidgetApiType) | ({
11380
- layers?: string[] | undefined;
11381
11379
  } & import("./widgets").WidgetArticleAttachmentType) | ({
11382
11380
  layers?: string[] | undefined;
11383
11381
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -11401,7 +11399,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11401
11399
  uniqid: string;
11402
11400
  content: {
11403
11401
  uri?: string | undefined;
11404
- limit?: number | undefined;
11402
+ limit?: number | boolean | undefined;
11405
11403
  tableColumnsData?: {
11406
11404
  name?: string | undefined;
11407
11405
  label?: string | undefined;
@@ -11419,9 +11417,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11419
11417
  tableSizedColumns?: boolean | undefined;
11420
11418
  tableSizedColumnsWidth?: number | undefined;
11421
11419
  };
11422
- })>, import("./widgets").WidgetWrapperGeneric<({
11420
+ }) | ({
11423
11421
  layers?: string[] | undefined;
11424
- } & import("./widgets").WidgetApiType) | ({
11422
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
11425
11423
  layers?: string[] | undefined;
11426
11424
  } & import("./widgets").WidgetArticleAttachmentType) | ({
11427
11425
  layers?: string[] | undefined;
@@ -11446,7 +11444,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11446
11444
  uniqid: string;
11447
11445
  content: {
11448
11446
  uri?: string | undefined;
11449
- limit?: number | undefined;
11447
+ limit?: number | boolean | undefined;
11450
11448
  tableColumnsData?: {
11451
11449
  name?: string | undefined;
11452
11450
  label?: string | undefined;
@@ -11464,7 +11462,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11464
11462
  tableSizedColumns?: boolean | undefined;
11465
11463
  tableSizedColumnsWidth?: number | undefined;
11466
11464
  };
11467
- })>>, "many">>;
11465
+ }) | ({
11466
+ layers?: string[] | undefined;
11467
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
11468
11468
  }>, {
11469
11469
  _extend: z.ZodOptional<z.ZodObject<{
11470
11470
  imageSecureUrl: z.ZodOptional<z.ZodString>;
@@ -11623,8 +11623,6 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11623
11623
  title: z.ZodType<string, z.ZodTypeDef, string>;
11624
11624
  widget: z.ZodType<({
11625
11625
  layers?: string[] | undefined;
11626
- } & import("./widgets").WidgetApiType) | ({
11627
- layers?: string[] | undefined;
11628
11626
  } & import("./widgets").WidgetArticleAttachmentType) | ({
11629
11627
  layers?: string[] | undefined;
11630
11628
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -11648,7 +11646,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11648
11646
  uniqid: string;
11649
11647
  content: {
11650
11648
  uri?: string | undefined;
11651
- limit?: number | undefined;
11649
+ limit?: number | boolean | undefined;
11652
11650
  tableColumnsData?: {
11653
11651
  name?: string | undefined;
11654
11652
  label?: string | undefined;
@@ -11666,9 +11664,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11666
11664
  tableSizedColumns?: boolean | undefined;
11667
11665
  tableSizedColumnsWidth?: number | undefined;
11668
11666
  };
11669
- }), z.ZodTypeDef, ({
11667
+ }) | ({
11670
11668
  layers?: string[] | undefined;
11671
- } & import("./widgets").WidgetApiType) | ({
11669
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
11672
11670
  layers?: string[] | undefined;
11673
11671
  } & import("./widgets").WidgetArticleAttachmentType) | ({
11674
11672
  layers?: string[] | undefined;
@@ -11693,7 +11691,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11693
11691
  uniqid: string;
11694
11692
  content: {
11695
11693
  uri?: string | undefined;
11696
- limit?: number | undefined;
11694
+ limit?: number | boolean | undefined;
11697
11695
  tableColumnsData?: {
11698
11696
  name?: string | undefined;
11699
11697
  label?: string | undefined;
@@ -11711,11 +11709,11 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11711
11709
  tableSizedColumns?: boolean | undefined;
11712
11710
  tableSizedColumnsWidth?: number | undefined;
11713
11711
  };
11714
- })>;
11712
+ }) | ({
11713
+ layers?: string[] | undefined;
11714
+ } & import("./widgets").WidgetPresenceType)>;
11715
11715
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
11716
11716
  layers?: string[] | undefined;
11717
- } & import("./widgets").WidgetApiType) | ({
11718
- layers?: string[] | undefined;
11719
11717
  } & import("./widgets").WidgetArticleAttachmentType) | ({
11720
11718
  layers?: string[] | undefined;
11721
11719
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -11739,7 +11737,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11739
11737
  uniqid: string;
11740
11738
  content: {
11741
11739
  uri?: string | undefined;
11742
- limit?: number | undefined;
11740
+ limit?: number | boolean | undefined;
11743
11741
  tableColumnsData?: {
11744
11742
  name?: string | undefined;
11745
11743
  label?: string | undefined;
@@ -11757,9 +11755,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11757
11755
  tableSizedColumns?: boolean | undefined;
11758
11756
  tableSizedColumnsWidth?: number | undefined;
11759
11757
  };
11760
- })>, import("./widgets").WidgetWrapperGeneric<({
11758
+ }) | ({
11761
11759
  layers?: string[] | undefined;
11762
- } & import("./widgets").WidgetApiType) | ({
11760
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
11763
11761
  layers?: string[] | undefined;
11764
11762
  } & import("./widgets").WidgetArticleAttachmentType) | ({
11765
11763
  layers?: string[] | undefined;
@@ -11784,7 +11782,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11784
11782
  uniqid: string;
11785
11783
  content: {
11786
11784
  uri?: string | undefined;
11787
- limit?: number | undefined;
11785
+ limit?: number | boolean | undefined;
11788
11786
  tableColumnsData?: {
11789
11787
  name?: string | undefined;
11790
11788
  label?: string | undefined;
@@ -11802,7 +11800,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11802
11800
  tableSizedColumns?: boolean | undefined;
11803
11801
  tableSizedColumnsWidth?: number | undefined;
11804
11802
  };
11805
- })>>, "many">>;
11803
+ }) | ({
11804
+ layers?: string[] | undefined;
11805
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
11806
11806
  }>, {
11807
11807
  _extend: z.ZodObject<{
11808
11808
  userImageSecureUrl: z.ZodString;
@@ -11869,8 +11869,6 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11869
11869
  }> | undefined;
11870
11870
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
11871
11871
  layers?: string[] | undefined;
11872
- } & import("./widgets").WidgetApiType) | ({
11873
- layers?: string[] | undefined;
11874
11872
  } & import("./widgets").WidgetArticleAttachmentType) | ({
11875
11873
  layers?: string[] | undefined;
11876
11874
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -11894,7 +11892,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11894
11892
  uniqid: string;
11895
11893
  content: {
11896
11894
  uri?: string | undefined;
11897
- limit?: number | undefined;
11895
+ limit?: number | boolean | undefined;
11898
11896
  tableColumnsData?: {
11899
11897
  name?: string | undefined;
11900
11898
  label?: string | undefined;
@@ -11912,7 +11910,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11912
11910
  tableSizedColumns?: boolean | undefined;
11913
11911
  tableSizedColumnsWidth?: number | undefined;
11914
11912
  };
11915
- })>[] | undefined;
11913
+ }) | ({
11914
+ layers?: string[] | undefined;
11915
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
11916
11916
  }, {
11917
11917
  type: string;
11918
11918
  id: number;
@@ -11968,8 +11968,6 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11968
11968
  }> | undefined;
11969
11969
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
11970
11970
  layers?: string[] | undefined;
11971
- } & import("./widgets").WidgetApiType) | ({
11972
- layers?: string[] | undefined;
11973
11971
  } & import("./widgets").WidgetArticleAttachmentType) | ({
11974
11972
  layers?: string[] | undefined;
11975
11973
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -11993,7 +11991,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
11993
11991
  uniqid: string;
11994
11992
  content: {
11995
11993
  uri?: string | undefined;
11996
- limit?: number | undefined;
11994
+ limit?: number | boolean | undefined;
11997
11995
  tableColumnsData?: {
11998
11996
  name?: string | undefined;
11999
11997
  label?: string | undefined;
@@ -12011,7 +12009,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12011
12009
  tableSizedColumns?: boolean | undefined;
12012
12010
  tableSizedColumnsWidth?: number | undefined;
12013
12011
  };
12014
- })>[] | undefined;
12012
+ }) | ({
12013
+ layers?: string[] | undefined;
12014
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
12015
12015
  }>>, "many">;
12016
12016
  }, "strip", z.ZodTypeAny, {
12017
12017
  descriptionSecure: string;
@@ -12070,8 +12070,6 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12070
12070
  }> | undefined;
12071
12071
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
12072
12072
  layers?: string[] | undefined;
12073
- } & import("./widgets").WidgetApiType) | ({
12074
- layers?: string[] | undefined;
12075
12073
  } & import("./widgets").WidgetArticleAttachmentType) | ({
12076
12074
  layers?: string[] | undefined;
12077
12075
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -12095,7 +12093,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12095
12093
  uniqid: string;
12096
12094
  content: {
12097
12095
  uri?: string | undefined;
12098
- limit?: number | undefined;
12096
+ limit?: number | boolean | undefined;
12099
12097
  tableColumnsData?: {
12100
12098
  name?: string | undefined;
12101
12099
  label?: string | undefined;
@@ -12113,7 +12111,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12113
12111
  tableSizedColumns?: boolean | undefined;
12114
12112
  tableSizedColumnsWidth?: number | undefined;
12115
12113
  };
12116
- })>[] | undefined;
12114
+ }) | ({
12115
+ layers?: string[] | undefined;
12116
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
12117
12117
  }>[];
12118
12118
  imageSecureUrl?: string | undefined;
12119
12119
  }, {
@@ -12173,8 +12173,6 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12173
12173
  }> | undefined;
12174
12174
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
12175
12175
  layers?: string[] | undefined;
12176
- } & import("./widgets").WidgetApiType) | ({
12177
- layers?: string[] | undefined;
12178
12176
  } & import("./widgets").WidgetArticleAttachmentType) | ({
12179
12177
  layers?: string[] | undefined;
12180
12178
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -12198,7 +12196,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12198
12196
  uniqid: string;
12199
12197
  content: {
12200
12198
  uri?: string | undefined;
12201
- limit?: number | undefined;
12199
+ limit?: number | boolean | undefined;
12202
12200
  tableColumnsData?: {
12203
12201
  name?: string | undefined;
12204
12202
  label?: string | undefined;
@@ -12216,7 +12214,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12216
12214
  tableSizedColumns?: boolean | undefined;
12217
12215
  tableSizedColumnsWidth?: number | undefined;
12218
12216
  };
12219
- })>[] | undefined;
12217
+ }) | ({
12218
+ layers?: string[] | undefined;
12219
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
12220
12220
  }>[];
12221
12221
  imageSecureUrl?: string | undefined;
12222
12222
  }>>;
@@ -12318,8 +12318,6 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12318
12318
  }> | undefined;
12319
12319
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
12320
12320
  layers?: string[] | undefined;
12321
- } & import("./widgets").WidgetApiType) | ({
12322
- layers?: string[] | undefined;
12323
12321
  } & import("./widgets").WidgetArticleAttachmentType) | ({
12324
12322
  layers?: string[] | undefined;
12325
12323
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -12343,7 +12341,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12343
12341
  uniqid: string;
12344
12342
  content: {
12345
12343
  uri?: string | undefined;
12346
- limit?: number | undefined;
12344
+ limit?: number | boolean | undefined;
12347
12345
  tableColumnsData?: {
12348
12346
  name?: string | undefined;
12349
12347
  label?: string | undefined;
@@ -12361,7 +12359,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12361
12359
  tableSizedColumns?: boolean | undefined;
12362
12360
  tableSizedColumnsWidth?: number | undefined;
12363
12361
  };
12364
- })>[] | undefined;
12362
+ }) | ({
12363
+ layers?: string[] | undefined;
12364
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
12365
12365
  }>[];
12366
12366
  imageSecureUrl?: string | undefined;
12367
12367
  } | undefined;
@@ -12372,8 +12372,6 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12372
12372
  } | undefined;
12373
12373
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
12374
12374
  layers?: string[] | undefined;
12375
- } & import("./widgets").WidgetApiType) | ({
12376
- layers?: string[] | undefined;
12377
12375
  } & import("./widgets").WidgetArticleAttachmentType) | ({
12378
12376
  layers?: string[] | undefined;
12379
12377
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -12397,7 +12395,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12397
12395
  uniqid: string;
12398
12396
  content: {
12399
12397
  uri?: string | undefined;
12400
- limit?: number | undefined;
12398
+ limit?: number | boolean | undefined;
12401
12399
  tableColumnsData?: {
12402
12400
  name?: string | undefined;
12403
12401
  label?: string | undefined;
@@ -12415,7 +12413,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12415
12413
  tableSizedColumns?: boolean | undefined;
12416
12414
  tableSizedColumnsWidth?: number | undefined;
12417
12415
  };
12418
- })>[] | undefined;
12416
+ }) | ({
12417
+ layers?: string[] | undefined;
12418
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
12419
12419
  }, {
12420
12420
  type: string;
12421
12421
  id: number;
@@ -12514,8 +12514,6 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12514
12514
  }> | undefined;
12515
12515
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
12516
12516
  layers?: string[] | undefined;
12517
- } & import("./widgets").WidgetApiType) | ({
12518
- layers?: string[] | undefined;
12519
12517
  } & import("./widgets").WidgetArticleAttachmentType) | ({
12520
12518
  layers?: string[] | undefined;
12521
12519
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -12539,7 +12537,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12539
12537
  uniqid: string;
12540
12538
  content: {
12541
12539
  uri?: string | undefined;
12542
- limit?: number | undefined;
12540
+ limit?: number | boolean | undefined;
12543
12541
  tableColumnsData?: {
12544
12542
  name?: string | undefined;
12545
12543
  label?: string | undefined;
@@ -12557,7 +12555,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12557
12555
  tableSizedColumns?: boolean | undefined;
12558
12556
  tableSizedColumnsWidth?: number | undefined;
12559
12557
  };
12560
- })>[] | undefined;
12558
+ }) | ({
12559
+ layers?: string[] | undefined;
12560
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
12561
12561
  }>[];
12562
12562
  imageSecureUrl?: string | undefined;
12563
12563
  } | undefined;
@@ -12568,8 +12568,6 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12568
12568
  } | undefined;
12569
12569
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
12570
12570
  layers?: string[] | undefined;
12571
- } & import("./widgets").WidgetApiType) | ({
12572
- layers?: string[] | undefined;
12573
12571
  } & import("./widgets").WidgetArticleAttachmentType) | ({
12574
12572
  layers?: string[] | undefined;
12575
12573
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -12593,7 +12591,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12593
12591
  uniqid: string;
12594
12592
  content: {
12595
12593
  uri?: string | undefined;
12596
- limit?: number | undefined;
12594
+ limit?: number | boolean | undefined;
12597
12595
  tableColumnsData?: {
12598
12596
  name?: string | undefined;
12599
12597
  label?: string | undefined;
@@ -12611,7 +12609,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12611
12609
  tableSizedColumns?: boolean | undefined;
12612
12610
  tableSizedColumnsWidth?: number | undefined;
12613
12611
  };
12614
- })>[] | undefined;
12612
+ }) | ({
12613
+ layers?: string[] | undefined;
12614
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
12615
12615
  }>>, "many">>;
12616
12616
  }, "strip", z.ZodTypeAny, {
12617
12617
  imageSecureUrl?: string | undefined;
@@ -12713,8 +12713,6 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12713
12713
  }> | undefined;
12714
12714
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
12715
12715
  layers?: string[] | undefined;
12716
- } & import("./widgets").WidgetApiType) | ({
12717
- layers?: string[] | undefined;
12718
12716
  } & import("./widgets").WidgetArticleAttachmentType) | ({
12719
12717
  layers?: string[] | undefined;
12720
12718
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -12738,7 +12736,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12738
12736
  uniqid: string;
12739
12737
  content: {
12740
12738
  uri?: string | undefined;
12741
- limit?: number | undefined;
12739
+ limit?: number | boolean | undefined;
12742
12740
  tableColumnsData?: {
12743
12741
  name?: string | undefined;
12744
12742
  label?: string | undefined;
@@ -12756,7 +12754,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12756
12754
  tableSizedColumns?: boolean | undefined;
12757
12755
  tableSizedColumnsWidth?: number | undefined;
12758
12756
  };
12759
- })>[] | undefined;
12757
+ }) | ({
12758
+ layers?: string[] | undefined;
12759
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
12760
12760
  }>[];
12761
12761
  imageSecureUrl?: string | undefined;
12762
12762
  } | undefined;
@@ -12767,8 +12767,6 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12767
12767
  } | undefined;
12768
12768
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
12769
12769
  layers?: string[] | undefined;
12770
- } & import("./widgets").WidgetApiType) | ({
12771
- layers?: string[] | undefined;
12772
12770
  } & import("./widgets").WidgetArticleAttachmentType) | ({
12773
12771
  layers?: string[] | undefined;
12774
12772
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -12792,7 +12790,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12792
12790
  uniqid: string;
12793
12791
  content: {
12794
12792
  uri?: string | undefined;
12795
- limit?: number | undefined;
12793
+ limit?: number | boolean | undefined;
12796
12794
  tableColumnsData?: {
12797
12795
  name?: string | undefined;
12798
12796
  label?: string | undefined;
@@ -12810,7 +12808,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12810
12808
  tableSizedColumns?: boolean | undefined;
12811
12809
  tableSizedColumnsWidth?: number | undefined;
12812
12810
  };
12813
- })>[] | undefined;
12811
+ }) | ({
12812
+ layers?: string[] | undefined;
12813
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
12814
12814
  }>[] | undefined;
12815
12815
  }, {
12816
12816
  imageSecureUrl?: string | undefined;
@@ -12912,8 +12912,6 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12912
12912
  }> | undefined;
12913
12913
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
12914
12914
  layers?: string[] | undefined;
12915
- } & import("./widgets").WidgetApiType) | ({
12916
- layers?: string[] | undefined;
12917
12915
  } & import("./widgets").WidgetArticleAttachmentType) | ({
12918
12916
  layers?: string[] | undefined;
12919
12917
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -12937,7 +12935,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12937
12935
  uniqid: string;
12938
12936
  content: {
12939
12937
  uri?: string | undefined;
12940
- limit?: number | undefined;
12938
+ limit?: number | boolean | undefined;
12941
12939
  tableColumnsData?: {
12942
12940
  name?: string | undefined;
12943
12941
  label?: string | undefined;
@@ -12955,7 +12953,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12955
12953
  tableSizedColumns?: boolean | undefined;
12956
12954
  tableSizedColumnsWidth?: number | undefined;
12957
12955
  };
12958
- })>[] | undefined;
12956
+ }) | ({
12957
+ layers?: string[] | undefined;
12958
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
12959
12959
  }>[];
12960
12960
  imageSecureUrl?: string | undefined;
12961
12961
  } | undefined;
@@ -12966,8 +12966,6 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12966
12966
  } | undefined;
12967
12967
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
12968
12968
  layers?: string[] | undefined;
12969
- } & import("./widgets").WidgetApiType) | ({
12970
- layers?: string[] | undefined;
12971
12969
  } & import("./widgets").WidgetArticleAttachmentType) | ({
12972
12970
  layers?: string[] | undefined;
12973
12971
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -12991,7 +12989,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
12991
12989
  uniqid: string;
12992
12990
  content: {
12993
12991
  uri?: string | undefined;
12994
- limit?: number | undefined;
12992
+ limit?: number | boolean | undefined;
12995
12993
  tableColumnsData?: {
12996
12994
  name?: string | undefined;
12997
12995
  label?: string | undefined;
@@ -13009,7 +13007,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13009
13007
  tableSizedColumns?: boolean | undefined;
13010
13008
  tableSizedColumnsWidth?: number | undefined;
13011
13009
  };
13012
- })>[] | undefined;
13010
+ }) | ({
13011
+ layers?: string[] | undefined;
13012
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
13013
13013
  }>[] | undefined;
13014
13014
  }>;
13015
13015
  }, "strip", z.ZodTypeAny, {
@@ -13113,8 +13113,6 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13113
13113
  }> | undefined;
13114
13114
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
13115
13115
  layers?: string[] | undefined;
13116
- } & import("./widgets").WidgetApiType) | ({
13117
- layers?: string[] | undefined;
13118
13116
  } & import("./widgets").WidgetArticleAttachmentType) | ({
13119
13117
  layers?: string[] | undefined;
13120
13118
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -13138,7 +13136,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13138
13136
  uniqid: string;
13139
13137
  content: {
13140
13138
  uri?: string | undefined;
13141
- limit?: number | undefined;
13139
+ limit?: number | boolean | undefined;
13142
13140
  tableColumnsData?: {
13143
13141
  name?: string | undefined;
13144
13142
  label?: string | undefined;
@@ -13156,7 +13154,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13156
13154
  tableSizedColumns?: boolean | undefined;
13157
13155
  tableSizedColumnsWidth?: number | undefined;
13158
13156
  };
13159
- })>[] | undefined;
13157
+ }) | ({
13158
+ layers?: string[] | undefined;
13159
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
13160
13160
  }>[];
13161
13161
  imageSecureUrl?: string | undefined;
13162
13162
  } | undefined;
@@ -13167,8 +13167,6 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13167
13167
  } | undefined;
13168
13168
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
13169
13169
  layers?: string[] | undefined;
13170
- } & import("./widgets").WidgetApiType) | ({
13171
- layers?: string[] | undefined;
13172
13170
  } & import("./widgets").WidgetArticleAttachmentType) | ({
13173
13171
  layers?: string[] | undefined;
13174
13172
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -13192,7 +13190,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13192
13190
  uniqid: string;
13193
13191
  content: {
13194
13192
  uri?: string | undefined;
13195
- limit?: number | undefined;
13193
+ limit?: number | boolean | undefined;
13196
13194
  tableColumnsData?: {
13197
13195
  name?: string | undefined;
13198
13196
  label?: string | undefined;
@@ -13210,7 +13208,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13210
13208
  tableSizedColumns?: boolean | undefined;
13211
13209
  tableSizedColumnsWidth?: number | undefined;
13212
13210
  };
13213
- })>[] | undefined;
13211
+ }) | ({
13212
+ layers?: string[] | undefined;
13213
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
13214
13214
  }>[] | undefined;
13215
13215
  };
13216
13216
  }, {
@@ -13314,8 +13314,6 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13314
13314
  }> | undefined;
13315
13315
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
13316
13316
  layers?: string[] | undefined;
13317
- } & import("./widgets").WidgetApiType) | ({
13318
- layers?: string[] | undefined;
13319
13317
  } & import("./widgets").WidgetArticleAttachmentType) | ({
13320
13318
  layers?: string[] | undefined;
13321
13319
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -13339,7 +13337,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13339
13337
  uniqid: string;
13340
13338
  content: {
13341
13339
  uri?: string | undefined;
13342
- limit?: number | undefined;
13340
+ limit?: number | boolean | undefined;
13343
13341
  tableColumnsData?: {
13344
13342
  name?: string | undefined;
13345
13343
  label?: string | undefined;
@@ -13357,7 +13355,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13357
13355
  tableSizedColumns?: boolean | undefined;
13358
13356
  tableSizedColumnsWidth?: number | undefined;
13359
13357
  };
13360
- })>[] | undefined;
13358
+ }) | ({
13359
+ layers?: string[] | undefined;
13360
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
13361
13361
  }>[];
13362
13362
  imageSecureUrl?: string | undefined;
13363
13363
  } | undefined;
@@ -13368,8 +13368,6 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13368
13368
  } | undefined;
13369
13369
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
13370
13370
  layers?: string[] | undefined;
13371
- } & import("./widgets").WidgetApiType) | ({
13372
- layers?: string[] | undefined;
13373
13371
  } & import("./widgets").WidgetArticleAttachmentType) | ({
13374
13372
  layers?: string[] | undefined;
13375
13373
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -13393,7 +13391,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13393
13391
  uniqid: string;
13394
13392
  content: {
13395
13393
  uri?: string | undefined;
13396
- limit?: number | undefined;
13394
+ limit?: number | boolean | undefined;
13397
13395
  tableColumnsData?: {
13398
13396
  name?: string | undefined;
13399
13397
  label?: string | undefined;
@@ -13411,7 +13409,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13411
13409
  tableSizedColumns?: boolean | undefined;
13412
13410
  tableSizedColumnsWidth?: number | undefined;
13413
13411
  };
13414
- })>[] | undefined;
13412
+ }) | ({
13413
+ layers?: string[] | undefined;
13414
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
13415
13415
  }>[] | undefined;
13416
13416
  };
13417
13417
  }>>, z.ZodIntersection<z.ZodReadonly<z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -13561,8 +13561,6 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13561
13561
  title: z.ZodType<string, z.ZodTypeDef, string>;
13562
13562
  widget: z.ZodType<({
13563
13563
  layers?: string[] | undefined;
13564
- } & import("./widgets").WidgetApiType) | ({
13565
- layers?: string[] | undefined;
13566
13564
  } & import("./widgets").WidgetArticleAttachmentType) | ({
13567
13565
  layers?: string[] | undefined;
13568
13566
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -13586,7 +13584,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13586
13584
  uniqid: string;
13587
13585
  content: {
13588
13586
  uri?: string | undefined;
13589
- limit?: number | undefined;
13587
+ limit?: number | boolean | undefined;
13590
13588
  tableColumnsData?: {
13591
13589
  name?: string | undefined;
13592
13590
  label?: string | undefined;
@@ -13604,9 +13602,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13604
13602
  tableSizedColumns?: boolean | undefined;
13605
13603
  tableSizedColumnsWidth?: number | undefined;
13606
13604
  };
13607
- }), z.ZodTypeDef, ({
13605
+ }) | ({
13608
13606
  layers?: string[] | undefined;
13609
- } & import("./widgets").WidgetApiType) | ({
13607
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
13610
13608
  layers?: string[] | undefined;
13611
13609
  } & import("./widgets").WidgetArticleAttachmentType) | ({
13612
13610
  layers?: string[] | undefined;
@@ -13631,7 +13629,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13631
13629
  uniqid: string;
13632
13630
  content: {
13633
13631
  uri?: string | undefined;
13634
- limit?: number | undefined;
13632
+ limit?: number | boolean | undefined;
13635
13633
  tableColumnsData?: {
13636
13634
  name?: string | undefined;
13637
13635
  label?: string | undefined;
@@ -13649,11 +13647,11 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13649
13647
  tableSizedColumns?: boolean | undefined;
13650
13648
  tableSizedColumnsWidth?: number | undefined;
13651
13649
  };
13652
- })>;
13650
+ }) | ({
13651
+ layers?: string[] | undefined;
13652
+ } & import("./widgets").WidgetPresenceType)>;
13653
13653
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
13654
13654
  layers?: string[] | undefined;
13655
- } & import("./widgets").WidgetApiType) | ({
13656
- layers?: string[] | undefined;
13657
13655
  } & import("./widgets").WidgetArticleAttachmentType) | ({
13658
13656
  layers?: string[] | undefined;
13659
13657
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -13677,7 +13675,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13677
13675
  uniqid: string;
13678
13676
  content: {
13679
13677
  uri?: string | undefined;
13680
- limit?: number | undefined;
13678
+ limit?: number | boolean | undefined;
13681
13679
  tableColumnsData?: {
13682
13680
  name?: string | undefined;
13683
13681
  label?: string | undefined;
@@ -13695,9 +13693,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13695
13693
  tableSizedColumns?: boolean | undefined;
13696
13694
  tableSizedColumnsWidth?: number | undefined;
13697
13695
  };
13698
- })>, import("./widgets").WidgetWrapperGeneric<({
13696
+ }) | ({
13699
13697
  layers?: string[] | undefined;
13700
- } & import("./widgets").WidgetApiType) | ({
13698
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
13701
13699
  layers?: string[] | undefined;
13702
13700
  } & import("./widgets").WidgetArticleAttachmentType) | ({
13703
13701
  layers?: string[] | undefined;
@@ -13722,7 +13720,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13722
13720
  uniqid: string;
13723
13721
  content: {
13724
13722
  uri?: string | undefined;
13725
- limit?: number | undefined;
13723
+ limit?: number | boolean | undefined;
13726
13724
  tableColumnsData?: {
13727
13725
  name?: string | undefined;
13728
13726
  label?: string | undefined;
@@ -13740,7 +13738,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
13740
13738
  tableSizedColumns?: boolean | undefined;
13741
13739
  tableSizedColumnsWidth?: number | undefined;
13742
13740
  };
13743
- })>>, "many">>;
13741
+ }) | ({
13742
+ layers?: string[] | undefined;
13743
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
13744
13744
  }>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
13745
13745
  id: z.ZodType<number, z.ZodTypeDef, number>;
13746
13746
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -14243,8 +14243,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14243
14243
  title: z.ZodType<string, z.ZodTypeDef, string>;
14244
14244
  widget: z.ZodType<({
14245
14245
  layers?: string[] | undefined;
14246
- } & import("./widgets").WidgetApiType) | ({
14247
- layers?: string[] | undefined;
14248
14246
  } & import("./widgets").WidgetArticleAttachmentType) | ({
14249
14247
  layers?: string[] | undefined;
14250
14248
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -14268,7 +14266,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14268
14266
  uniqid: string;
14269
14267
  content: {
14270
14268
  uri?: string | undefined;
14271
- limit?: number | undefined;
14269
+ limit?: number | boolean | undefined;
14272
14270
  tableColumnsData?: {
14273
14271
  name?: string | undefined;
14274
14272
  label?: string | undefined;
@@ -14286,9 +14284,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14286
14284
  tableSizedColumns?: boolean | undefined;
14287
14285
  tableSizedColumnsWidth?: number | undefined;
14288
14286
  };
14289
- }), z.ZodTypeDef, ({
14287
+ }) | ({
14290
14288
  layers?: string[] | undefined;
14291
- } & import("./widgets").WidgetApiType) | ({
14289
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
14292
14290
  layers?: string[] | undefined;
14293
14291
  } & import("./widgets").WidgetArticleAttachmentType) | ({
14294
14292
  layers?: string[] | undefined;
@@ -14313,7 +14311,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14313
14311
  uniqid: string;
14314
14312
  content: {
14315
14313
  uri?: string | undefined;
14316
- limit?: number | undefined;
14314
+ limit?: number | boolean | undefined;
14317
14315
  tableColumnsData?: {
14318
14316
  name?: string | undefined;
14319
14317
  label?: string | undefined;
@@ -14331,11 +14329,11 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14331
14329
  tableSizedColumns?: boolean | undefined;
14332
14330
  tableSizedColumnsWidth?: number | undefined;
14333
14331
  };
14334
- })>;
14332
+ }) | ({
14333
+ layers?: string[] | undefined;
14334
+ } & import("./widgets").WidgetPresenceType)>;
14335
14335
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
14336
14336
  layers?: string[] | undefined;
14337
- } & import("./widgets").WidgetApiType) | ({
14338
- layers?: string[] | undefined;
14339
14337
  } & import("./widgets").WidgetArticleAttachmentType) | ({
14340
14338
  layers?: string[] | undefined;
14341
14339
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -14359,7 +14357,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14359
14357
  uniqid: string;
14360
14358
  content: {
14361
14359
  uri?: string | undefined;
14362
- limit?: number | undefined;
14360
+ limit?: number | boolean | undefined;
14363
14361
  tableColumnsData?: {
14364
14362
  name?: string | undefined;
14365
14363
  label?: string | undefined;
@@ -14377,9 +14375,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14377
14375
  tableSizedColumns?: boolean | undefined;
14378
14376
  tableSizedColumnsWidth?: number | undefined;
14379
14377
  };
14380
- })>, import("./widgets").WidgetWrapperGeneric<({
14378
+ }) | ({
14381
14379
  layers?: string[] | undefined;
14382
- } & import("./widgets").WidgetApiType) | ({
14380
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
14383
14381
  layers?: string[] | undefined;
14384
14382
  } & import("./widgets").WidgetArticleAttachmentType) | ({
14385
14383
  layers?: string[] | undefined;
@@ -14404,7 +14402,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14404
14402
  uniqid: string;
14405
14403
  content: {
14406
14404
  uri?: string | undefined;
14407
- limit?: number | undefined;
14405
+ limit?: number | boolean | undefined;
14408
14406
  tableColumnsData?: {
14409
14407
  name?: string | undefined;
14410
14408
  label?: string | undefined;
@@ -14422,7 +14420,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14422
14420
  tableSizedColumns?: boolean | undefined;
14423
14421
  tableSizedColumnsWidth?: number | undefined;
14424
14422
  };
14425
- })>>, "many">>;
14423
+ }) | ({
14424
+ layers?: string[] | undefined;
14425
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
14426
14426
  }>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
14427
14427
  id: z.ZodType<number, z.ZodTypeDef, number>;
14428
14428
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -14796,8 +14796,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14796
14796
  title: z.ZodType<string, z.ZodTypeDef, string>;
14797
14797
  widget: z.ZodType<({
14798
14798
  layers?: string[] | undefined;
14799
- } & import("./widgets").WidgetApiType) | ({
14800
- layers?: string[] | undefined;
14801
14799
  } & import("./widgets").WidgetArticleAttachmentType) | ({
14802
14800
  layers?: string[] | undefined;
14803
14801
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -14821,7 +14819,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14821
14819
  uniqid: string;
14822
14820
  content: {
14823
14821
  uri?: string | undefined;
14824
- limit?: number | undefined;
14822
+ limit?: number | boolean | undefined;
14825
14823
  tableColumnsData?: {
14826
14824
  name?: string | undefined;
14827
14825
  label?: string | undefined;
@@ -14839,9 +14837,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14839
14837
  tableSizedColumns?: boolean | undefined;
14840
14838
  tableSizedColumnsWidth?: number | undefined;
14841
14839
  };
14842
- }), z.ZodTypeDef, ({
14840
+ }) | ({
14843
14841
  layers?: string[] | undefined;
14844
- } & import("./widgets").WidgetApiType) | ({
14842
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
14845
14843
  layers?: string[] | undefined;
14846
14844
  } & import("./widgets").WidgetArticleAttachmentType) | ({
14847
14845
  layers?: string[] | undefined;
@@ -14866,7 +14864,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14866
14864
  uniqid: string;
14867
14865
  content: {
14868
14866
  uri?: string | undefined;
14869
- limit?: number | undefined;
14867
+ limit?: number | boolean | undefined;
14870
14868
  tableColumnsData?: {
14871
14869
  name?: string | undefined;
14872
14870
  label?: string | undefined;
@@ -14884,11 +14882,11 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14884
14882
  tableSizedColumns?: boolean | undefined;
14885
14883
  tableSizedColumnsWidth?: number | undefined;
14886
14884
  };
14887
- })>;
14885
+ }) | ({
14886
+ layers?: string[] | undefined;
14887
+ } & import("./widgets").WidgetPresenceType)>;
14888
14888
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
14889
14889
  layers?: string[] | undefined;
14890
- } & import("./widgets").WidgetApiType) | ({
14891
- layers?: string[] | undefined;
14892
14890
  } & import("./widgets").WidgetArticleAttachmentType) | ({
14893
14891
  layers?: string[] | undefined;
14894
14892
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -14912,7 +14910,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14912
14910
  uniqid: string;
14913
14911
  content: {
14914
14912
  uri?: string | undefined;
14915
- limit?: number | undefined;
14913
+ limit?: number | boolean | undefined;
14916
14914
  tableColumnsData?: {
14917
14915
  name?: string | undefined;
14918
14916
  label?: string | undefined;
@@ -14930,9 +14928,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14930
14928
  tableSizedColumns?: boolean | undefined;
14931
14929
  tableSizedColumnsWidth?: number | undefined;
14932
14930
  };
14933
- })>, import("./widgets").WidgetWrapperGeneric<({
14931
+ }) | ({
14934
14932
  layers?: string[] | undefined;
14935
- } & import("./widgets").WidgetApiType) | ({
14933
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
14936
14934
  layers?: string[] | undefined;
14937
14935
  } & import("./widgets").WidgetArticleAttachmentType) | ({
14938
14936
  layers?: string[] | undefined;
@@ -14957,7 +14955,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14957
14955
  uniqid: string;
14958
14956
  content: {
14959
14957
  uri?: string | undefined;
14960
- limit?: number | undefined;
14958
+ limit?: number | boolean | undefined;
14961
14959
  tableColumnsData?: {
14962
14960
  name?: string | undefined;
14963
14961
  label?: string | undefined;
@@ -14975,7 +14973,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
14975
14973
  tableSizedColumns?: boolean | undefined;
14976
14974
  tableSizedColumnsWidth?: number | undefined;
14977
14975
  };
14978
- })>>, "many">>;
14976
+ }) | ({
14977
+ layers?: string[] | undefined;
14978
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
14979
14979
  }>, {
14980
14980
  _extend: z.ZodOptional<z.ZodObject<{
14981
14981
  imageSecureUrl: z.ZodOptional<z.ZodString>;
@@ -15134,8 +15134,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15134
15134
  title: z.ZodType<string, z.ZodTypeDef, string>;
15135
15135
  widget: z.ZodType<({
15136
15136
  layers?: string[] | undefined;
15137
- } & import("./widgets").WidgetApiType) | ({
15138
- layers?: string[] | undefined;
15139
15137
  } & import("./widgets").WidgetArticleAttachmentType) | ({
15140
15138
  layers?: string[] | undefined;
15141
15139
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -15159,7 +15157,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15159
15157
  uniqid: string;
15160
15158
  content: {
15161
15159
  uri?: string | undefined;
15162
- limit?: number | undefined;
15160
+ limit?: number | boolean | undefined;
15163
15161
  tableColumnsData?: {
15164
15162
  name?: string | undefined;
15165
15163
  label?: string | undefined;
@@ -15177,9 +15175,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15177
15175
  tableSizedColumns?: boolean | undefined;
15178
15176
  tableSizedColumnsWidth?: number | undefined;
15179
15177
  };
15180
- }), z.ZodTypeDef, ({
15178
+ }) | ({
15181
15179
  layers?: string[] | undefined;
15182
- } & import("./widgets").WidgetApiType) | ({
15180
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
15183
15181
  layers?: string[] | undefined;
15184
15182
  } & import("./widgets").WidgetArticleAttachmentType) | ({
15185
15183
  layers?: string[] | undefined;
@@ -15204,7 +15202,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15204
15202
  uniqid: string;
15205
15203
  content: {
15206
15204
  uri?: string | undefined;
15207
- limit?: number | undefined;
15205
+ limit?: number | boolean | undefined;
15208
15206
  tableColumnsData?: {
15209
15207
  name?: string | undefined;
15210
15208
  label?: string | undefined;
@@ -15222,11 +15220,11 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15222
15220
  tableSizedColumns?: boolean | undefined;
15223
15221
  tableSizedColumnsWidth?: number | undefined;
15224
15222
  };
15225
- })>;
15223
+ }) | ({
15224
+ layers?: string[] | undefined;
15225
+ } & import("./widgets").WidgetPresenceType)>;
15226
15226
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
15227
15227
  layers?: string[] | undefined;
15228
- } & import("./widgets").WidgetApiType) | ({
15229
- layers?: string[] | undefined;
15230
15228
  } & import("./widgets").WidgetArticleAttachmentType) | ({
15231
15229
  layers?: string[] | undefined;
15232
15230
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -15250,7 +15248,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15250
15248
  uniqid: string;
15251
15249
  content: {
15252
15250
  uri?: string | undefined;
15253
- limit?: number | undefined;
15251
+ limit?: number | boolean | undefined;
15254
15252
  tableColumnsData?: {
15255
15253
  name?: string | undefined;
15256
15254
  label?: string | undefined;
@@ -15268,9 +15266,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15268
15266
  tableSizedColumns?: boolean | undefined;
15269
15267
  tableSizedColumnsWidth?: number | undefined;
15270
15268
  };
15271
- })>, import("./widgets").WidgetWrapperGeneric<({
15269
+ }) | ({
15272
15270
  layers?: string[] | undefined;
15273
- } & import("./widgets").WidgetApiType) | ({
15271
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
15274
15272
  layers?: string[] | undefined;
15275
15273
  } & import("./widgets").WidgetArticleAttachmentType) | ({
15276
15274
  layers?: string[] | undefined;
@@ -15295,7 +15293,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15295
15293
  uniqid: string;
15296
15294
  content: {
15297
15295
  uri?: string | undefined;
15298
- limit?: number | undefined;
15296
+ limit?: number | boolean | undefined;
15299
15297
  tableColumnsData?: {
15300
15298
  name?: string | undefined;
15301
15299
  label?: string | undefined;
@@ -15313,7 +15311,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15313
15311
  tableSizedColumns?: boolean | undefined;
15314
15312
  tableSizedColumnsWidth?: number | undefined;
15315
15313
  };
15316
- })>>, "many">>;
15314
+ }) | ({
15315
+ layers?: string[] | undefined;
15316
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
15317
15317
  }>, {
15318
15318
  _extend: z.ZodObject<{
15319
15319
  userImageSecureUrl: z.ZodString;
@@ -15380,8 +15380,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15380
15380
  }> | undefined;
15381
15381
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
15382
15382
  layers?: string[] | undefined;
15383
- } & import("./widgets").WidgetApiType) | ({
15384
- layers?: string[] | undefined;
15385
15383
  } & import("./widgets").WidgetArticleAttachmentType) | ({
15386
15384
  layers?: string[] | undefined;
15387
15385
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -15405,7 +15403,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15405
15403
  uniqid: string;
15406
15404
  content: {
15407
15405
  uri?: string | undefined;
15408
- limit?: number | undefined;
15406
+ limit?: number | boolean | undefined;
15409
15407
  tableColumnsData?: {
15410
15408
  name?: string | undefined;
15411
15409
  label?: string | undefined;
@@ -15423,7 +15421,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15423
15421
  tableSizedColumns?: boolean | undefined;
15424
15422
  tableSizedColumnsWidth?: number | undefined;
15425
15423
  };
15426
- })>[] | undefined;
15424
+ }) | ({
15425
+ layers?: string[] | undefined;
15426
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
15427
15427
  }, {
15428
15428
  type: string;
15429
15429
  id: number;
@@ -15479,8 +15479,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15479
15479
  }> | undefined;
15480
15480
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
15481
15481
  layers?: string[] | undefined;
15482
- } & import("./widgets").WidgetApiType) | ({
15483
- layers?: string[] | undefined;
15484
15482
  } & import("./widgets").WidgetArticleAttachmentType) | ({
15485
15483
  layers?: string[] | undefined;
15486
15484
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -15504,7 +15502,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15504
15502
  uniqid: string;
15505
15503
  content: {
15506
15504
  uri?: string | undefined;
15507
- limit?: number | undefined;
15505
+ limit?: number | boolean | undefined;
15508
15506
  tableColumnsData?: {
15509
15507
  name?: string | undefined;
15510
15508
  label?: string | undefined;
@@ -15522,7 +15520,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15522
15520
  tableSizedColumns?: boolean | undefined;
15523
15521
  tableSizedColumnsWidth?: number | undefined;
15524
15522
  };
15525
- })>[] | undefined;
15523
+ }) | ({
15524
+ layers?: string[] | undefined;
15525
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
15526
15526
  }>>, "many">;
15527
15527
  }, "strip", z.ZodTypeAny, {
15528
15528
  descriptionSecure: string;
@@ -15581,8 +15581,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15581
15581
  }> | undefined;
15582
15582
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
15583
15583
  layers?: string[] | undefined;
15584
- } & import("./widgets").WidgetApiType) | ({
15585
- layers?: string[] | undefined;
15586
15584
  } & import("./widgets").WidgetArticleAttachmentType) | ({
15587
15585
  layers?: string[] | undefined;
15588
15586
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -15606,7 +15604,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15606
15604
  uniqid: string;
15607
15605
  content: {
15608
15606
  uri?: string | undefined;
15609
- limit?: number | undefined;
15607
+ limit?: number | boolean | undefined;
15610
15608
  tableColumnsData?: {
15611
15609
  name?: string | undefined;
15612
15610
  label?: string | undefined;
@@ -15624,7 +15622,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15624
15622
  tableSizedColumns?: boolean | undefined;
15625
15623
  tableSizedColumnsWidth?: number | undefined;
15626
15624
  };
15627
- })>[] | undefined;
15625
+ }) | ({
15626
+ layers?: string[] | undefined;
15627
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
15628
15628
  }>[];
15629
15629
  imageSecureUrl?: string | undefined;
15630
15630
  }, {
@@ -15684,8 +15684,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15684
15684
  }> | undefined;
15685
15685
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
15686
15686
  layers?: string[] | undefined;
15687
- } & import("./widgets").WidgetApiType) | ({
15688
- layers?: string[] | undefined;
15689
15687
  } & import("./widgets").WidgetArticleAttachmentType) | ({
15690
15688
  layers?: string[] | undefined;
15691
15689
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -15709,7 +15707,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15709
15707
  uniqid: string;
15710
15708
  content: {
15711
15709
  uri?: string | undefined;
15712
- limit?: number | undefined;
15710
+ limit?: number | boolean | undefined;
15713
15711
  tableColumnsData?: {
15714
15712
  name?: string | undefined;
15715
15713
  label?: string | undefined;
@@ -15727,7 +15725,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15727
15725
  tableSizedColumns?: boolean | undefined;
15728
15726
  tableSizedColumnsWidth?: number | undefined;
15729
15727
  };
15730
- })>[] | undefined;
15728
+ }) | ({
15729
+ layers?: string[] | undefined;
15730
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
15731
15731
  }>[];
15732
15732
  imageSecureUrl?: string | undefined;
15733
15733
  }>>;
@@ -15829,8 +15829,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15829
15829
  }> | undefined;
15830
15830
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
15831
15831
  layers?: string[] | undefined;
15832
- } & import("./widgets").WidgetApiType) | ({
15833
- layers?: string[] | undefined;
15834
15832
  } & import("./widgets").WidgetArticleAttachmentType) | ({
15835
15833
  layers?: string[] | undefined;
15836
15834
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -15854,7 +15852,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15854
15852
  uniqid: string;
15855
15853
  content: {
15856
15854
  uri?: string | undefined;
15857
- limit?: number | undefined;
15855
+ limit?: number | boolean | undefined;
15858
15856
  tableColumnsData?: {
15859
15857
  name?: string | undefined;
15860
15858
  label?: string | undefined;
@@ -15872,7 +15870,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15872
15870
  tableSizedColumns?: boolean | undefined;
15873
15871
  tableSizedColumnsWidth?: number | undefined;
15874
15872
  };
15875
- })>[] | undefined;
15873
+ }) | ({
15874
+ layers?: string[] | undefined;
15875
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
15876
15876
  }>[];
15877
15877
  imageSecureUrl?: string | undefined;
15878
15878
  } | undefined;
@@ -15883,8 +15883,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15883
15883
  } | undefined;
15884
15884
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
15885
15885
  layers?: string[] | undefined;
15886
- } & import("./widgets").WidgetApiType) | ({
15887
- layers?: string[] | undefined;
15888
15886
  } & import("./widgets").WidgetArticleAttachmentType) | ({
15889
15887
  layers?: string[] | undefined;
15890
15888
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -15908,7 +15906,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15908
15906
  uniqid: string;
15909
15907
  content: {
15910
15908
  uri?: string | undefined;
15911
- limit?: number | undefined;
15909
+ limit?: number | boolean | undefined;
15912
15910
  tableColumnsData?: {
15913
15911
  name?: string | undefined;
15914
15912
  label?: string | undefined;
@@ -15926,7 +15924,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
15926
15924
  tableSizedColumns?: boolean | undefined;
15927
15925
  tableSizedColumnsWidth?: number | undefined;
15928
15926
  };
15929
- })>[] | undefined;
15927
+ }) | ({
15928
+ layers?: string[] | undefined;
15929
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
15930
15930
  }, {
15931
15931
  type: string;
15932
15932
  id: number;
@@ -16025,8 +16025,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16025
16025
  }> | undefined;
16026
16026
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
16027
16027
  layers?: string[] | undefined;
16028
- } & import("./widgets").WidgetApiType) | ({
16029
- layers?: string[] | undefined;
16030
16028
  } & import("./widgets").WidgetArticleAttachmentType) | ({
16031
16029
  layers?: string[] | undefined;
16032
16030
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -16050,7 +16048,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16050
16048
  uniqid: string;
16051
16049
  content: {
16052
16050
  uri?: string | undefined;
16053
- limit?: number | undefined;
16051
+ limit?: number | boolean | undefined;
16054
16052
  tableColumnsData?: {
16055
16053
  name?: string | undefined;
16056
16054
  label?: string | undefined;
@@ -16068,7 +16066,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16068
16066
  tableSizedColumns?: boolean | undefined;
16069
16067
  tableSizedColumnsWidth?: number | undefined;
16070
16068
  };
16071
- })>[] | undefined;
16069
+ }) | ({
16070
+ layers?: string[] | undefined;
16071
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
16072
16072
  }>[];
16073
16073
  imageSecureUrl?: string | undefined;
16074
16074
  } | undefined;
@@ -16079,8 +16079,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16079
16079
  } | undefined;
16080
16080
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
16081
16081
  layers?: string[] | undefined;
16082
- } & import("./widgets").WidgetApiType) | ({
16083
- layers?: string[] | undefined;
16084
16082
  } & import("./widgets").WidgetArticleAttachmentType) | ({
16085
16083
  layers?: string[] | undefined;
16086
16084
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -16104,7 +16102,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16104
16102
  uniqid: string;
16105
16103
  content: {
16106
16104
  uri?: string | undefined;
16107
- limit?: number | undefined;
16105
+ limit?: number | boolean | undefined;
16108
16106
  tableColumnsData?: {
16109
16107
  name?: string | undefined;
16110
16108
  label?: string | undefined;
@@ -16122,7 +16120,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16122
16120
  tableSizedColumns?: boolean | undefined;
16123
16121
  tableSizedColumnsWidth?: number | undefined;
16124
16122
  };
16125
- })>[] | undefined;
16123
+ }) | ({
16124
+ layers?: string[] | undefined;
16125
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
16126
16126
  }>>, "many">>;
16127
16127
  }, "strip", z.ZodTypeAny, {
16128
16128
  imageSecureUrl?: string | undefined;
@@ -16224,8 +16224,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16224
16224
  }> | undefined;
16225
16225
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
16226
16226
  layers?: string[] | undefined;
16227
- } & import("./widgets").WidgetApiType) | ({
16228
- layers?: string[] | undefined;
16229
16227
  } & import("./widgets").WidgetArticleAttachmentType) | ({
16230
16228
  layers?: string[] | undefined;
16231
16229
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -16249,7 +16247,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16249
16247
  uniqid: string;
16250
16248
  content: {
16251
16249
  uri?: string | undefined;
16252
- limit?: number | undefined;
16250
+ limit?: number | boolean | undefined;
16253
16251
  tableColumnsData?: {
16254
16252
  name?: string | undefined;
16255
16253
  label?: string | undefined;
@@ -16267,7 +16265,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16267
16265
  tableSizedColumns?: boolean | undefined;
16268
16266
  tableSizedColumnsWidth?: number | undefined;
16269
16267
  };
16270
- })>[] | undefined;
16268
+ }) | ({
16269
+ layers?: string[] | undefined;
16270
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
16271
16271
  }>[];
16272
16272
  imageSecureUrl?: string | undefined;
16273
16273
  } | undefined;
@@ -16278,8 +16278,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16278
16278
  } | undefined;
16279
16279
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
16280
16280
  layers?: string[] | undefined;
16281
- } & import("./widgets").WidgetApiType) | ({
16282
- layers?: string[] | undefined;
16283
16281
  } & import("./widgets").WidgetArticleAttachmentType) | ({
16284
16282
  layers?: string[] | undefined;
16285
16283
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -16303,7 +16301,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16303
16301
  uniqid: string;
16304
16302
  content: {
16305
16303
  uri?: string | undefined;
16306
- limit?: number | undefined;
16304
+ limit?: number | boolean | undefined;
16307
16305
  tableColumnsData?: {
16308
16306
  name?: string | undefined;
16309
16307
  label?: string | undefined;
@@ -16321,7 +16319,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16321
16319
  tableSizedColumns?: boolean | undefined;
16322
16320
  tableSizedColumnsWidth?: number | undefined;
16323
16321
  };
16324
- })>[] | undefined;
16322
+ }) | ({
16323
+ layers?: string[] | undefined;
16324
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
16325
16325
  }>[] | undefined;
16326
16326
  }, {
16327
16327
  imageSecureUrl?: string | undefined;
@@ -16423,8 +16423,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16423
16423
  }> | undefined;
16424
16424
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
16425
16425
  layers?: string[] | undefined;
16426
- } & import("./widgets").WidgetApiType) | ({
16427
- layers?: string[] | undefined;
16428
16426
  } & import("./widgets").WidgetArticleAttachmentType) | ({
16429
16427
  layers?: string[] | undefined;
16430
16428
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -16448,7 +16446,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16448
16446
  uniqid: string;
16449
16447
  content: {
16450
16448
  uri?: string | undefined;
16451
- limit?: number | undefined;
16449
+ limit?: number | boolean | undefined;
16452
16450
  tableColumnsData?: {
16453
16451
  name?: string | undefined;
16454
16452
  label?: string | undefined;
@@ -16466,7 +16464,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16466
16464
  tableSizedColumns?: boolean | undefined;
16467
16465
  tableSizedColumnsWidth?: number | undefined;
16468
16466
  };
16469
- })>[] | undefined;
16467
+ }) | ({
16468
+ layers?: string[] | undefined;
16469
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
16470
16470
  }>[];
16471
16471
  imageSecureUrl?: string | undefined;
16472
16472
  } | undefined;
@@ -16477,8 +16477,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16477
16477
  } | undefined;
16478
16478
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
16479
16479
  layers?: string[] | undefined;
16480
- } & import("./widgets").WidgetApiType) | ({
16481
- layers?: string[] | undefined;
16482
16480
  } & import("./widgets").WidgetArticleAttachmentType) | ({
16483
16481
  layers?: string[] | undefined;
16484
16482
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -16502,7 +16500,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16502
16500
  uniqid: string;
16503
16501
  content: {
16504
16502
  uri?: string | undefined;
16505
- limit?: number | undefined;
16503
+ limit?: number | boolean | undefined;
16506
16504
  tableColumnsData?: {
16507
16505
  name?: string | undefined;
16508
16506
  label?: string | undefined;
@@ -16520,7 +16518,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16520
16518
  tableSizedColumns?: boolean | undefined;
16521
16519
  tableSizedColumnsWidth?: number | undefined;
16522
16520
  };
16523
- })>[] | undefined;
16521
+ }) | ({
16522
+ layers?: string[] | undefined;
16523
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
16524
16524
  }>[] | undefined;
16525
16525
  }>;
16526
16526
  }, "strip", z.ZodTypeAny, {
@@ -16624,8 +16624,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16624
16624
  }> | undefined;
16625
16625
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
16626
16626
  layers?: string[] | undefined;
16627
- } & import("./widgets").WidgetApiType) | ({
16628
- layers?: string[] | undefined;
16629
16627
  } & import("./widgets").WidgetArticleAttachmentType) | ({
16630
16628
  layers?: string[] | undefined;
16631
16629
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -16649,7 +16647,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16649
16647
  uniqid: string;
16650
16648
  content: {
16651
16649
  uri?: string | undefined;
16652
- limit?: number | undefined;
16650
+ limit?: number | boolean | undefined;
16653
16651
  tableColumnsData?: {
16654
16652
  name?: string | undefined;
16655
16653
  label?: string | undefined;
@@ -16667,7 +16665,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16667
16665
  tableSizedColumns?: boolean | undefined;
16668
16666
  tableSizedColumnsWidth?: number | undefined;
16669
16667
  };
16670
- })>[] | undefined;
16668
+ }) | ({
16669
+ layers?: string[] | undefined;
16670
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
16671
16671
  }>[];
16672
16672
  imageSecureUrl?: string | undefined;
16673
16673
  } | undefined;
@@ -16678,8 +16678,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16678
16678
  } | undefined;
16679
16679
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
16680
16680
  layers?: string[] | undefined;
16681
- } & import("./widgets").WidgetApiType) | ({
16682
- layers?: string[] | undefined;
16683
16681
  } & import("./widgets").WidgetArticleAttachmentType) | ({
16684
16682
  layers?: string[] | undefined;
16685
16683
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -16703,7 +16701,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16703
16701
  uniqid: string;
16704
16702
  content: {
16705
16703
  uri?: string | undefined;
16706
- limit?: number | undefined;
16704
+ limit?: number | boolean | undefined;
16707
16705
  tableColumnsData?: {
16708
16706
  name?: string | undefined;
16709
16707
  label?: string | undefined;
@@ -16721,7 +16719,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16721
16719
  tableSizedColumns?: boolean | undefined;
16722
16720
  tableSizedColumnsWidth?: number | undefined;
16723
16721
  };
16724
- })>[] | undefined;
16722
+ }) | ({
16723
+ layers?: string[] | undefined;
16724
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
16725
16725
  }>[] | undefined;
16726
16726
  };
16727
16727
  }, {
@@ -16825,8 +16825,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16825
16825
  }> | undefined;
16826
16826
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
16827
16827
  layers?: string[] | undefined;
16828
- } & import("./widgets").WidgetApiType) | ({
16829
- layers?: string[] | undefined;
16830
16828
  } & import("./widgets").WidgetArticleAttachmentType) | ({
16831
16829
  layers?: string[] | undefined;
16832
16830
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -16850,7 +16848,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16850
16848
  uniqid: string;
16851
16849
  content: {
16852
16850
  uri?: string | undefined;
16853
- limit?: number | undefined;
16851
+ limit?: number | boolean | undefined;
16854
16852
  tableColumnsData?: {
16855
16853
  name?: string | undefined;
16856
16854
  label?: string | undefined;
@@ -16868,7 +16866,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16868
16866
  tableSizedColumns?: boolean | undefined;
16869
16867
  tableSizedColumnsWidth?: number | undefined;
16870
16868
  };
16871
- })>[] | undefined;
16869
+ }) | ({
16870
+ layers?: string[] | undefined;
16871
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
16872
16872
  }>[];
16873
16873
  imageSecureUrl?: string | undefined;
16874
16874
  } | undefined;
@@ -16879,8 +16879,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16879
16879
  } | undefined;
16880
16880
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
16881
16881
  layers?: string[] | undefined;
16882
- } & import("./widgets").WidgetApiType) | ({
16883
- layers?: string[] | undefined;
16884
16882
  } & import("./widgets").WidgetArticleAttachmentType) | ({
16885
16883
  layers?: string[] | undefined;
16886
16884
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -16904,7 +16902,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16904
16902
  uniqid: string;
16905
16903
  content: {
16906
16904
  uri?: string | undefined;
16907
- limit?: number | undefined;
16905
+ limit?: number | boolean | undefined;
16908
16906
  tableColumnsData?: {
16909
16907
  name?: string | undefined;
16910
16908
  label?: string | undefined;
@@ -16922,7 +16920,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
16922
16920
  tableSizedColumns?: boolean | undefined;
16923
16921
  tableSizedColumnsWidth?: number | undefined;
16924
16922
  };
16925
- })>[] | undefined;
16923
+ }) | ({
16924
+ layers?: string[] | undefined;
16925
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
16926
16926
  }>[] | undefined;
16927
16927
  };
16928
16928
  }>>, z.ZodIntersection<z.ZodReadonly<z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -17072,8 +17072,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17072
17072
  title: z.ZodType<string, z.ZodTypeDef, string>;
17073
17073
  widget: z.ZodType<({
17074
17074
  layers?: string[] | undefined;
17075
- } & import("./widgets").WidgetApiType) | ({
17076
- layers?: string[] | undefined;
17077
17075
  } & import("./widgets").WidgetArticleAttachmentType) | ({
17078
17076
  layers?: string[] | undefined;
17079
17077
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -17097,7 +17095,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17097
17095
  uniqid: string;
17098
17096
  content: {
17099
17097
  uri?: string | undefined;
17100
- limit?: number | undefined;
17098
+ limit?: number | boolean | undefined;
17101
17099
  tableColumnsData?: {
17102
17100
  name?: string | undefined;
17103
17101
  label?: string | undefined;
@@ -17115,9 +17113,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17115
17113
  tableSizedColumns?: boolean | undefined;
17116
17114
  tableSizedColumnsWidth?: number | undefined;
17117
17115
  };
17118
- }), z.ZodTypeDef, ({
17116
+ }) | ({
17119
17117
  layers?: string[] | undefined;
17120
- } & import("./widgets").WidgetApiType) | ({
17118
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
17121
17119
  layers?: string[] | undefined;
17122
17120
  } & import("./widgets").WidgetArticleAttachmentType) | ({
17123
17121
  layers?: string[] | undefined;
@@ -17142,7 +17140,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17142
17140
  uniqid: string;
17143
17141
  content: {
17144
17142
  uri?: string | undefined;
17145
- limit?: number | undefined;
17143
+ limit?: number | boolean | undefined;
17146
17144
  tableColumnsData?: {
17147
17145
  name?: string | undefined;
17148
17146
  label?: string | undefined;
@@ -17160,11 +17158,11 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17160
17158
  tableSizedColumns?: boolean | undefined;
17161
17159
  tableSizedColumnsWidth?: number | undefined;
17162
17160
  };
17163
- })>;
17161
+ }) | ({
17162
+ layers?: string[] | undefined;
17163
+ } & import("./widgets").WidgetPresenceType)>;
17164
17164
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
17165
17165
  layers?: string[] | undefined;
17166
- } & import("./widgets").WidgetApiType) | ({
17167
- layers?: string[] | undefined;
17168
17166
  } & import("./widgets").WidgetArticleAttachmentType) | ({
17169
17167
  layers?: string[] | undefined;
17170
17168
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -17188,7 +17186,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17188
17186
  uniqid: string;
17189
17187
  content: {
17190
17188
  uri?: string | undefined;
17191
- limit?: number | undefined;
17189
+ limit?: number | boolean | undefined;
17192
17190
  tableColumnsData?: {
17193
17191
  name?: string | undefined;
17194
17192
  label?: string | undefined;
@@ -17206,9 +17204,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17206
17204
  tableSizedColumns?: boolean | undefined;
17207
17205
  tableSizedColumnsWidth?: number | undefined;
17208
17206
  };
17209
- })>, import("./widgets").WidgetWrapperGeneric<({
17207
+ }) | ({
17210
17208
  layers?: string[] | undefined;
17211
- } & import("./widgets").WidgetApiType) | ({
17209
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
17212
17210
  layers?: string[] | undefined;
17213
17211
  } & import("./widgets").WidgetArticleAttachmentType) | ({
17214
17212
  layers?: string[] | undefined;
@@ -17233,7 +17231,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17233
17231
  uniqid: string;
17234
17232
  content: {
17235
17233
  uri?: string | undefined;
17236
- limit?: number | undefined;
17234
+ limit?: number | boolean | undefined;
17237
17235
  tableColumnsData?: {
17238
17236
  name?: string | undefined;
17239
17237
  label?: string | undefined;
@@ -17251,7 +17249,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17251
17249
  tableSizedColumns?: boolean | undefined;
17252
17250
  tableSizedColumnsWidth?: number | undefined;
17253
17251
  };
17254
- })>>, "many">>;
17252
+ }) | ({
17253
+ layers?: string[] | undefined;
17254
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
17255
17255
  }>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
17256
17256
  id: z.ZodType<number, z.ZodTypeDef, number>;
17257
17257
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -17644,8 +17644,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17644
17644
  } | undefined;
17645
17645
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
17646
17646
  layers?: string[] | undefined;
17647
- } & import("./widgets").WidgetApiType) | ({
17648
- layers?: string[] | undefined;
17649
17647
  } & import("./widgets").WidgetArticleAttachmentType) | ({
17650
17648
  layers?: string[] | undefined;
17651
17649
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -17669,7 +17667,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17669
17667
  uniqid: string;
17670
17668
  content: {
17671
17669
  uri?: string | undefined;
17672
- limit?: number | undefined;
17670
+ limit?: number | boolean | undefined;
17673
17671
  tableColumnsData?: {
17674
17672
  name?: string | undefined;
17675
17673
  label?: string | undefined;
@@ -17687,7 +17685,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17687
17685
  tableSizedColumns?: boolean | undefined;
17688
17686
  tableSizedColumnsWidth?: number | undefined;
17689
17687
  };
17690
- })>[] | undefined;
17688
+ }) | ({
17689
+ layers?: string[] | undefined;
17690
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
17691
17691
  } & {
17692
17692
  type: string;
17693
17693
  id: number;
@@ -17836,8 +17836,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17836
17836
  }> | undefined;
17837
17837
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
17838
17838
  layers?: string[] | undefined;
17839
- } & import("./widgets").WidgetApiType) | ({
17840
- layers?: string[] | undefined;
17841
17839
  } & import("./widgets").WidgetArticleAttachmentType) | ({
17842
17840
  layers?: string[] | undefined;
17843
17841
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -17861,7 +17859,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17861
17859
  uniqid: string;
17862
17860
  content: {
17863
17861
  uri?: string | undefined;
17864
- limit?: number | undefined;
17862
+ limit?: number | boolean | undefined;
17865
17863
  tableColumnsData?: {
17866
17864
  name?: string | undefined;
17867
17865
  label?: string | undefined;
@@ -17879,7 +17877,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17879
17877
  tableSizedColumns?: boolean | undefined;
17880
17878
  tableSizedColumnsWidth?: number | undefined;
17881
17879
  };
17882
- })>[] | undefined;
17880
+ }) | ({
17881
+ layers?: string[] | undefined;
17882
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
17883
17883
  }>[];
17884
17884
  imageSecureUrl?: string | undefined;
17885
17885
  } | undefined;
@@ -17890,8 +17890,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17890
17890
  } | undefined;
17891
17891
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
17892
17892
  layers?: string[] | undefined;
17893
- } & import("./widgets").WidgetApiType) | ({
17894
- layers?: string[] | undefined;
17895
17893
  } & import("./widgets").WidgetArticleAttachmentType) | ({
17896
17894
  layers?: string[] | undefined;
17897
17895
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -17915,7 +17913,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17915
17913
  uniqid: string;
17916
17914
  content: {
17917
17915
  uri?: string | undefined;
17918
- limit?: number | undefined;
17916
+ limit?: number | boolean | undefined;
17919
17917
  tableColumnsData?: {
17920
17918
  name?: string | undefined;
17921
17919
  label?: string | undefined;
@@ -17933,7 +17931,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17933
17931
  tableSizedColumns?: boolean | undefined;
17934
17932
  tableSizedColumnsWidth?: number | undefined;
17935
17933
  };
17936
- })>[] | undefined;
17934
+ }) | ({
17935
+ layers?: string[] | undefined;
17936
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
17937
17937
  }>[] | undefined;
17938
17938
  };
17939
17939
  }) | (Readonly<import("./objectBase").jObjectBase & {
@@ -17974,8 +17974,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17974
17974
  } | undefined;
17975
17975
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
17976
17976
  layers?: string[] | undefined;
17977
- } & import("./widgets").WidgetApiType) | ({
17978
- layers?: string[] | undefined;
17979
17977
  } & import("./widgets").WidgetArticleAttachmentType) | ({
17980
17978
  layers?: string[] | undefined;
17981
17979
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -17999,7 +17997,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
17999
17997
  uniqid: string;
18000
17998
  content: {
18001
17999
  uri?: string | undefined;
18002
- limit?: number | undefined;
18000
+ limit?: number | boolean | undefined;
18003
18001
  tableColumnsData?: {
18004
18002
  name?: string | undefined;
18005
18003
  label?: string | undefined;
@@ -18017,7 +18015,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
18017
18015
  tableSizedColumns?: boolean | undefined;
18018
18016
  tableSizedColumnsWidth?: number | undefined;
18019
18017
  };
18020
- })>[] | undefined;
18018
+ }) | ({
18019
+ layers?: string[] | undefined;
18020
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
18021
18021
  } & {
18022
18022
  type: string;
18023
18023
  id: number;
@@ -18125,8 +18125,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
18125
18125
  } | undefined;
18126
18126
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
18127
18127
  layers?: string[] | undefined;
18128
- } & import("./widgets").WidgetApiType) | ({
18129
- layers?: string[] | undefined;
18130
18128
  } & import("./widgets").WidgetArticleAttachmentType) | ({
18131
18129
  layers?: string[] | undefined;
18132
18130
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -18150,7 +18148,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
18150
18148
  uniqid: string;
18151
18149
  content: {
18152
18150
  uri?: string | undefined;
18153
- limit?: number | undefined;
18151
+ limit?: number | boolean | undefined;
18154
18152
  tableColumnsData?: {
18155
18153
  name?: string | undefined;
18156
18154
  label?: string | undefined;
@@ -18168,7 +18166,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
18168
18166
  tableSizedColumns?: boolean | undefined;
18169
18167
  tableSizedColumnsWidth?: number | undefined;
18170
18168
  };
18171
- })>[] | undefined;
18169
+ }) | ({
18170
+ layers?: string[] | undefined;
18171
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
18172
18172
  } & {
18173
18173
  type: string;
18174
18174
  id: number;
@@ -18317,8 +18317,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
18317
18317
  }> | undefined;
18318
18318
  _widgets?: import("./widgets").WidgetWrapperGeneric<({
18319
18319
  layers?: string[] | undefined;
18320
- } & import("./widgets").WidgetApiType) | ({
18321
- layers?: string[] | undefined;
18322
18320
  } & import("./widgets").WidgetArticleAttachmentType) | ({
18323
18321
  layers?: string[] | undefined;
18324
18322
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -18342,7 +18340,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
18342
18340
  uniqid: string;
18343
18341
  content: {
18344
18342
  uri?: string | undefined;
18345
- limit?: number | undefined;
18343
+ limit?: number | boolean | undefined;
18346
18344
  tableColumnsData?: {
18347
18345
  name?: string | undefined;
18348
18346
  label?: string | undefined;
@@ -18360,7 +18358,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
18360
18358
  tableSizedColumns?: boolean | undefined;
18361
18359
  tableSizedColumnsWidth?: number | undefined;
18362
18360
  };
18363
- })>[] | undefined;
18361
+ }) | ({
18362
+ layers?: string[] | undefined;
18363
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
18364
18364
  }>[];
18365
18365
  imageSecureUrl?: string | undefined;
18366
18366
  } | undefined;
@@ -18371,8 +18371,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
18371
18371
  } | undefined;
18372
18372
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
18373
18373
  layers?: string[] | undefined;
18374
- } & import("./widgets").WidgetApiType) | ({
18375
- layers?: string[] | undefined;
18376
18374
  } & import("./widgets").WidgetArticleAttachmentType) | ({
18377
18375
  layers?: string[] | undefined;
18378
18376
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -18396,7 +18394,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
18396
18394
  uniqid: string;
18397
18395
  content: {
18398
18396
  uri?: string | undefined;
18399
- limit?: number | undefined;
18397
+ limit?: number | boolean | undefined;
18400
18398
  tableColumnsData?: {
18401
18399
  name?: string | undefined;
18402
18400
  label?: string | undefined;
@@ -18414,7 +18412,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
18414
18412
  tableSizedColumns?: boolean | undefined;
18415
18413
  tableSizedColumnsWidth?: number | undefined;
18416
18414
  };
18417
- })>[] | undefined;
18415
+ }) | ({
18416
+ layers?: string[] | undefined;
18417
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
18418
18418
  }>[] | undefined;
18419
18419
  };
18420
18420
  }) | (Readonly<import("./objectBase").jObjectBase & {
@@ -18455,8 +18455,6 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
18455
18455
  } | undefined;
18456
18456
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
18457
18457
  layers?: string[] | undefined;
18458
- } & import("./widgets").WidgetApiType) | ({
18459
- layers?: string[] | undefined;
18460
18458
  } & import("./widgets").WidgetArticleAttachmentType) | ({
18461
18459
  layers?: string[] | undefined;
18462
18460
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -18480,7 +18478,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
18480
18478
  uniqid: string;
18481
18479
  content: {
18482
18480
  uri?: string | undefined;
18483
- limit?: number | undefined;
18481
+ limit?: number | boolean | undefined;
18484
18482
  tableColumnsData?: {
18485
18483
  name?: string | undefined;
18486
18484
  label?: string | undefined;
@@ -18498,7 +18496,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
18498
18496
  tableSizedColumns?: boolean | undefined;
18499
18497
  tableSizedColumnsWidth?: number | undefined;
18500
18498
  };
18501
- })>[] | undefined;
18499
+ }) | ({
18500
+ layers?: string[] | undefined;
18501
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
18502
18502
  } & {
18503
18503
  type: string;
18504
18504
  id: number;