jamespot-user-api 1.0.199 → 1.0.200
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.
- package/documentation/assets/search.js +1 -1
- package/documentation/classes/AdminLicenseApi.html +14 -14
- package/documentation/classes/AdminStoreApi.html +1 -1
- package/documentation/classes/AdminUtilsApi.html +1 -1
- package/documentation/classes/JApplicationApi.html +8 -8
- package/documentation/classes/JArticleApi.html +1 -1
- package/documentation/classes/JAssetReservation.html +1 -1
- package/documentation/classes/JAudienceApi.html +1 -1
- package/documentation/classes/JBaseApi.html +1 -1
- package/documentation/classes/JBbbApi.html +1 -1
- package/documentation/classes/JBookmarkApi.html +1 -1
- package/documentation/classes/JBusinessNetworkingApi.html +1 -1
- package/documentation/classes/JCommunityApi.html +1 -1
- package/documentation/classes/JDatasourceApi.html +1 -1
- package/documentation/classes/JDiapazoneApi.html +1 -1
- package/documentation/classes/JFaqApi.html +1 -1
- package/documentation/classes/JFileApi.html +5 -5
- package/documentation/classes/JFilebankApi.html +1 -1
- package/documentation/classes/JGlobalApi.html +1 -1
- package/documentation/classes/JGroupApi.html +12 -12
- package/documentation/classes/JIAApi.html +1 -1
- package/documentation/classes/JLandApi.html +1 -1
- package/documentation/classes/JMessengerApi.html +1 -1
- package/documentation/classes/JObjectApi.html +1 -1
- package/documentation/classes/JSearchApi.html +6 -6
- package/documentation/classes/JShareApi.html +1 -1
- package/documentation/classes/JSocialActionApi.html +1 -1
- package/documentation/classes/JTaxonomyApi.html +2 -2
- package/documentation/classes/JUserApi.html +7 -7
- package/documentation/classes/JWedocApi.html +1 -1
- package/documentation/classes/JWidgetApi.html +1 -1
- package/documentation/classes/JamespotUserApi.html +1 -1
- package/documentation/classes/Network.html +1 -1
- package/documentation/classes/TVDisplayApi.html +1 -1
- package/documentation/classes/WindowBrowser.html +1 -1
- package/documentation/enums/BookmarkType.html +1 -1
- package/documentation/enums/Format.html +1 -1
- package/documentation/enums/GroupModerateStatus.html +1 -1
- package/documentation/enums/StudioApplicationStatus.html +1 -1
- package/documentation/enums/WidgetsName.html +1 -1
- package/documentation/index.html +1 -1
- package/documentation/interfaces/AccessRightObject.html +1 -1
- package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
- package/documentation/interfaces/ApiWrapper.html +1 -1
- package/documentation/interfaces/BaseMessage.html +1 -1
- package/documentation/interfaces/FileBankProps.html +1 -1
- package/documentation/interfaces/FolderProps.html +1 -1
- package/documentation/interfaces/ListFilterSpec.html +1 -1
- package/documentation/interfaces/OF.html +1 -1
- package/documentation/interfaces/PagingResults.html +1 -1
- package/documentation/interfaces/RootFolderProps.html +1 -1
- package/documentation/interfaces/SpotProps.html +1 -1
- package/documentation/interfaces/TaxonomyCreate.html +1 -1
- package/documentation/interfaces/WidgetType.html +1 -1
- package/documentation/interfaces/WindowInterface.html +1 -1
- package/documentation/modules.html +11 -11
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/src/apis/tvDisplay/tvDisplay.d.ts +24 -8
- package/lib/src/apis/widget/widget.d.ts +61 -21
- package/lib/src/apis/widget/widget.mock.d.ts +8 -2
- package/lib/src/types/article.d.ts +180 -60
- package/lib/src/types/asei.d.ts +18 -6
- package/lib/src/types/assetReservation.d.ts +78 -26
- package/lib/src/types/businessContact.d.ts +12 -4
- package/lib/src/types/comment.d.ts +18 -6
- package/lib/src/types/faq.d.ts +96 -32
- package/lib/src/types/jLand.d.ts +30 -10
- package/lib/src/types/mediaLibrary.d.ts +18 -6
- package/lib/src/types/meeting.d.ts +54 -18
- package/lib/src/types/pollSurvey.d.ts +54 -18
- package/lib/src/types/quizz.d.ts +54 -18
- package/lib/src/types/realtime.d.ts +22 -1
- package/lib/src/types/socialEvent.d.ts +54 -18
- package/lib/src/types/support.d.ts +54 -18
- package/lib/src/types/surveyDate.d.ts +54 -18
- package/lib/src/types/tvDisplay.d.ts +450 -150
- package/lib/src/types/widgets/common.d.ts +3 -2
- package/lib/src/types/widgets/default.d.ts +357 -95
- package/lib/src/types/widgets/ensure.d.ts +1 -1
- package/lib/src/types/widgets/widgetCheckList.d.ts +57 -5
- package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +4 -40
- package/lib/src/types/widgets/widgetPresence.d.ts +35 -0
- package/lib/src/types/widgets/widgetQuickSurvey.d.ts +275 -0
- package/lib/src/types/widgets.d.ts +342 -68
- package/lib/src/util/meeting.d.ts +6 -2
- package/lib/src/util/network.d.ts +1 -1
- package/lib/src/util/socialEvent.d.ts +6 -2
- package/lib/src/util/widget.d.ts +6 -3
- package/package.json +1 -1
- package/phpunitMock/widgetCheckListGetResponse-comment-index-0.json +18 -0
- package/phpunitMock/widgetCheckListGetResponse-comment-no-response.json +18 -0
- package/phpunitMock/widgetGetWidget-article-quick-survey.json +21 -0
- package/phpunitMock/widgetQuickSurveyAddEntry-article-quick-survey.json +1 -0
- package/phpunitMock/widgetQuickSurveyGetResponse-article-index-0.json +129 -0
- package/phpunitMock/widgetQuickSurveyGetResponse.json +67 -0
- package/phpunitMock/widgetSurveyGetResponse.json +67 -0
|
@@ -1296,7 +1296,9 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
|
|
|
1296
1296
|
};
|
|
1297
1297
|
}) | ({
|
|
1298
1298
|
layers?: string[] | undefined;
|
|
1299
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1299
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1300
|
+
layers?: string[] | undefined;
|
|
1301
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
1300
1302
|
layers?: string[] | undefined;
|
|
1301
1303
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1302
1304
|
layers?: string[] | undefined;
|
|
@@ -1346,7 +1348,9 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
|
|
|
1346
1348
|
};
|
|
1347
1349
|
}) | ({
|
|
1348
1350
|
layers?: string[] | undefined;
|
|
1349
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1351
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1352
|
+
layers?: string[] | undefined;
|
|
1353
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
1350
1354
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
1351
1355
|
layers?: string[] | undefined;
|
|
1352
1356
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -1397,7 +1401,9 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
|
|
|
1397
1401
|
};
|
|
1398
1402
|
}) | ({
|
|
1399
1403
|
layers?: string[] | undefined;
|
|
1400
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1404
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1405
|
+
layers?: string[] | undefined;
|
|
1406
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
1401
1407
|
layers?: string[] | undefined;
|
|
1402
1408
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1403
1409
|
layers?: string[] | undefined;
|
|
@@ -1447,7 +1453,9 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
|
|
|
1447
1453
|
};
|
|
1448
1454
|
}) | ({
|
|
1449
1455
|
layers?: string[] | undefined;
|
|
1450
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1456
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1457
|
+
layers?: string[] | undefined;
|
|
1458
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
1451
1459
|
}>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1452
1460
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1453
1461
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -1868,7 +1876,9 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
|
|
|
1868
1876
|
};
|
|
1869
1877
|
}) | ({
|
|
1870
1878
|
layers?: string[] | undefined;
|
|
1871
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1879
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1880
|
+
layers?: string[] | undefined;
|
|
1881
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
1872
1882
|
layers?: string[] | undefined;
|
|
1873
1883
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1874
1884
|
layers?: string[] | undefined;
|
|
@@ -1918,7 +1928,9 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
|
|
|
1918
1928
|
};
|
|
1919
1929
|
}) | ({
|
|
1920
1930
|
layers?: string[] | undefined;
|
|
1921
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1931
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1932
|
+
layers?: string[] | undefined;
|
|
1933
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
1922
1934
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
1923
1935
|
layers?: string[] | undefined;
|
|
1924
1936
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -1969,7 +1981,9 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
|
|
|
1969
1981
|
};
|
|
1970
1982
|
}) | ({
|
|
1971
1983
|
layers?: string[] | undefined;
|
|
1972
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1984
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1985
|
+
layers?: string[] | undefined;
|
|
1986
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
1973
1987
|
layers?: string[] | undefined;
|
|
1974
1988
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1975
1989
|
layers?: string[] | undefined;
|
|
@@ -2019,7 +2033,9 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
|
|
|
2019
2033
|
};
|
|
2020
2034
|
}) | ({
|
|
2021
2035
|
layers?: string[] | undefined;
|
|
2022
|
-
} & import("./widgets").WidgetPresenceType)
|
|
2036
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
2037
|
+
layers?: string[] | undefined;
|
|
2038
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
2023
2039
|
}>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
2024
2040
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
2025
2041
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -2438,7 +2454,9 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
|
|
|
2438
2454
|
};
|
|
2439
2455
|
}) | ({
|
|
2440
2456
|
layers?: string[] | undefined;
|
|
2441
|
-
} & import("./widgets").WidgetPresenceType)
|
|
2457
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
2458
|
+
layers?: string[] | undefined;
|
|
2459
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
2442
2460
|
layers?: string[] | undefined;
|
|
2443
2461
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
2444
2462
|
layers?: string[] | undefined;
|
|
@@ -2488,7 +2506,9 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
|
|
|
2488
2506
|
};
|
|
2489
2507
|
}) | ({
|
|
2490
2508
|
layers?: string[] | undefined;
|
|
2491
|
-
} & import("./widgets").WidgetPresenceType)
|
|
2509
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
2510
|
+
layers?: string[] | undefined;
|
|
2511
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
2492
2512
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
2493
2513
|
layers?: string[] | undefined;
|
|
2494
2514
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -2539,7 +2559,9 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
|
|
|
2539
2559
|
};
|
|
2540
2560
|
}) | ({
|
|
2541
2561
|
layers?: string[] | undefined;
|
|
2542
|
-
} & import("./widgets").WidgetPresenceType)
|
|
2562
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
2563
|
+
layers?: string[] | undefined;
|
|
2564
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
2543
2565
|
layers?: string[] | undefined;
|
|
2544
2566
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
2545
2567
|
layers?: string[] | undefined;
|
|
@@ -2589,7 +2611,9 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
|
|
|
2589
2611
|
};
|
|
2590
2612
|
}) | ({
|
|
2591
2613
|
layers?: string[] | undefined;
|
|
2592
|
-
} & import("./widgets").WidgetPresenceType)
|
|
2614
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
2615
|
+
layers?: string[] | undefined;
|
|
2616
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
2593
2617
|
}>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
2594
2618
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
2595
2619
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -3231,7 +3255,9 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3231
3255
|
};
|
|
3232
3256
|
}) | ({
|
|
3233
3257
|
layers?: string[] | undefined;
|
|
3234
|
-
} & import("./widgets").WidgetPresenceType)
|
|
3258
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
3259
|
+
layers?: string[] | undefined;
|
|
3260
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
3235
3261
|
layers?: string[] | undefined;
|
|
3236
3262
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
3237
3263
|
layers?: string[] | undefined;
|
|
@@ -3281,7 +3307,9 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3281
3307
|
};
|
|
3282
3308
|
}) | ({
|
|
3283
3309
|
layers?: string[] | undefined;
|
|
3284
|
-
} & import("./widgets").WidgetPresenceType)
|
|
3310
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
3311
|
+
layers?: string[] | undefined;
|
|
3312
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
3285
3313
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
3286
3314
|
layers?: string[] | undefined;
|
|
3287
3315
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -3332,7 +3360,9 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3332
3360
|
};
|
|
3333
3361
|
}) | ({
|
|
3334
3362
|
layers?: string[] | undefined;
|
|
3335
|
-
} & import("./widgets").WidgetPresenceType)
|
|
3363
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
3364
|
+
layers?: string[] | undefined;
|
|
3365
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
3336
3366
|
layers?: string[] | undefined;
|
|
3337
3367
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
3338
3368
|
layers?: string[] | undefined;
|
|
@@ -3382,7 +3412,9 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3382
3412
|
};
|
|
3383
3413
|
}) | ({
|
|
3384
3414
|
layers?: string[] | undefined;
|
|
3385
|
-
} & import("./widgets").WidgetPresenceType)
|
|
3415
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
3416
|
+
layers?: string[] | undefined;
|
|
3417
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
3386
3418
|
}>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
3387
3419
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
3388
3420
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -3801,7 +3833,9 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3801
3833
|
};
|
|
3802
3834
|
}) | ({
|
|
3803
3835
|
layers?: string[] | undefined;
|
|
3804
|
-
} & import("./widgets").WidgetPresenceType)
|
|
3836
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
3837
|
+
layers?: string[] | undefined;
|
|
3838
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
3805
3839
|
layers?: string[] | undefined;
|
|
3806
3840
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
3807
3841
|
layers?: string[] | undefined;
|
|
@@ -3851,7 +3885,9 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3851
3885
|
};
|
|
3852
3886
|
}) | ({
|
|
3853
3887
|
layers?: string[] | undefined;
|
|
3854
|
-
} & import("./widgets").WidgetPresenceType)
|
|
3888
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
3889
|
+
layers?: string[] | undefined;
|
|
3890
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
3855
3891
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
3856
3892
|
layers?: string[] | undefined;
|
|
3857
3893
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -3902,7 +3938,9 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3902
3938
|
};
|
|
3903
3939
|
}) | ({
|
|
3904
3940
|
layers?: string[] | undefined;
|
|
3905
|
-
} & import("./widgets").WidgetPresenceType)
|
|
3941
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
3942
|
+
layers?: string[] | undefined;
|
|
3943
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
3906
3944
|
layers?: string[] | undefined;
|
|
3907
3945
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
3908
3946
|
layers?: string[] | undefined;
|
|
@@ -3952,7 +3990,9 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3952
3990
|
};
|
|
3953
3991
|
}) | ({
|
|
3954
3992
|
layers?: string[] | undefined;
|
|
3955
|
-
} & import("./widgets").WidgetPresenceType)
|
|
3993
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
3994
|
+
layers?: string[] | undefined;
|
|
3995
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
3956
3996
|
}>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
3957
3997
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
3958
3998
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -4819,7 +4859,9 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
4819
4859
|
};
|
|
4820
4860
|
}) | ({
|
|
4821
4861
|
layers?: string[] | undefined;
|
|
4822
|
-
} & import("./widgets").WidgetPresenceType)
|
|
4862
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
4863
|
+
layers?: string[] | undefined;
|
|
4864
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
4823
4865
|
layers?: string[] | undefined;
|
|
4824
4866
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
4825
4867
|
layers?: string[] | undefined;
|
|
@@ -4869,7 +4911,9 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
4869
4911
|
};
|
|
4870
4912
|
}) | ({
|
|
4871
4913
|
layers?: string[] | undefined;
|
|
4872
|
-
} & import("./widgets").WidgetPresenceType)
|
|
4914
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
4915
|
+
layers?: string[] | undefined;
|
|
4916
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
4873
4917
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
4874
4918
|
layers?: string[] | undefined;
|
|
4875
4919
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -4920,7 +4964,9 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
4920
4964
|
};
|
|
4921
4965
|
}) | ({
|
|
4922
4966
|
layers?: string[] | undefined;
|
|
4923
|
-
} & import("./widgets").WidgetPresenceType)
|
|
4967
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
4968
|
+
layers?: string[] | undefined;
|
|
4969
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
4924
4970
|
layers?: string[] | undefined;
|
|
4925
4971
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
4926
4972
|
layers?: string[] | undefined;
|
|
@@ -4970,7 +5016,9 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
4970
5016
|
};
|
|
4971
5017
|
}) | ({
|
|
4972
5018
|
layers?: string[] | undefined;
|
|
4973
|
-
} & import("./widgets").WidgetPresenceType)
|
|
5019
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
5020
|
+
layers?: string[] | undefined;
|
|
5021
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
4974
5022
|
}>, {
|
|
4975
5023
|
_extend: z.ZodObject<{
|
|
4976
5024
|
userImageSecureUrl: z.ZodString;
|
|
@@ -5085,7 +5133,9 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
5085
5133
|
};
|
|
5086
5134
|
}) | ({
|
|
5087
5135
|
layers?: string[] | undefined;
|
|
5088
|
-
} & import("./widgets").WidgetPresenceType)
|
|
5136
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
5137
|
+
layers?: string[] | undefined;
|
|
5138
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
5089
5139
|
}, {
|
|
5090
5140
|
type: string;
|
|
5091
5141
|
id: number;
|
|
@@ -5189,7 +5239,9 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
5189
5239
|
};
|
|
5190
5240
|
}) | ({
|
|
5191
5241
|
layers?: string[] | undefined;
|
|
5192
|
-
} & import("./widgets").WidgetPresenceType)
|
|
5242
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
5243
|
+
layers?: string[] | undefined;
|
|
5244
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
5193
5245
|
}>>;
|
|
5194
5246
|
export type TVChannelDynamicComment = z.infer<typeof tvChannelDynamicCommentSchema>;
|
|
5195
5247
|
export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -5387,7 +5439,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
5387
5439
|
};
|
|
5388
5440
|
}) | ({
|
|
5389
5441
|
layers?: string[] | undefined;
|
|
5390
|
-
} & import("./widgets").WidgetPresenceType)
|
|
5442
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
5443
|
+
layers?: string[] | undefined;
|
|
5444
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
5391
5445
|
layers?: string[] | undefined;
|
|
5392
5446
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
5393
5447
|
layers?: string[] | undefined;
|
|
@@ -5437,7 +5491,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
5437
5491
|
};
|
|
5438
5492
|
}) | ({
|
|
5439
5493
|
layers?: string[] | undefined;
|
|
5440
|
-
} & import("./widgets").WidgetPresenceType)
|
|
5494
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
5495
|
+
layers?: string[] | undefined;
|
|
5496
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
5441
5497
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
5442
5498
|
layers?: string[] | undefined;
|
|
5443
5499
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -5488,7 +5544,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
5488
5544
|
};
|
|
5489
5545
|
}) | ({
|
|
5490
5546
|
layers?: string[] | undefined;
|
|
5491
|
-
} & import("./widgets").WidgetPresenceType)
|
|
5547
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
5548
|
+
layers?: string[] | undefined;
|
|
5549
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
5492
5550
|
layers?: string[] | undefined;
|
|
5493
5551
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
5494
5552
|
layers?: string[] | undefined;
|
|
@@ -5538,7 +5596,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
5538
5596
|
};
|
|
5539
5597
|
}) | ({
|
|
5540
5598
|
layers?: string[] | undefined;
|
|
5541
|
-
} & import("./widgets").WidgetPresenceType)
|
|
5599
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
5600
|
+
layers?: string[] | undefined;
|
|
5601
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
5542
5602
|
}>, {
|
|
5543
5603
|
_extend: z.ZodOptional<z.ZodObject<{
|
|
5544
5604
|
imageSecureUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -5745,7 +5805,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
5745
5805
|
};
|
|
5746
5806
|
}) | ({
|
|
5747
5807
|
layers?: string[] | undefined;
|
|
5748
|
-
} & import("./widgets").WidgetPresenceType)
|
|
5808
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
5809
|
+
layers?: string[] | undefined;
|
|
5810
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
5749
5811
|
layers?: string[] | undefined;
|
|
5750
5812
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
5751
5813
|
layers?: string[] | undefined;
|
|
@@ -5795,7 +5857,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
5795
5857
|
};
|
|
5796
5858
|
}) | ({
|
|
5797
5859
|
layers?: string[] | undefined;
|
|
5798
|
-
} & import("./widgets").WidgetPresenceType)
|
|
5860
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
5861
|
+
layers?: string[] | undefined;
|
|
5862
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
5799
5863
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
5800
5864
|
layers?: string[] | undefined;
|
|
5801
5865
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -5846,7 +5910,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
5846
5910
|
};
|
|
5847
5911
|
}) | ({
|
|
5848
5912
|
layers?: string[] | undefined;
|
|
5849
|
-
} & import("./widgets").WidgetPresenceType)
|
|
5913
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
5914
|
+
layers?: string[] | undefined;
|
|
5915
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
5850
5916
|
layers?: string[] | undefined;
|
|
5851
5917
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
5852
5918
|
layers?: string[] | undefined;
|
|
@@ -5896,7 +5962,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
5896
5962
|
};
|
|
5897
5963
|
}) | ({
|
|
5898
5964
|
layers?: string[] | undefined;
|
|
5899
|
-
} & import("./widgets").WidgetPresenceType)
|
|
5965
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
5966
|
+
layers?: string[] | undefined;
|
|
5967
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
5900
5968
|
}>, {
|
|
5901
5969
|
_extend: z.ZodObject<{
|
|
5902
5970
|
userImageSecureUrl: z.ZodString;
|
|
@@ -6011,7 +6079,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
6011
6079
|
};
|
|
6012
6080
|
}) | ({
|
|
6013
6081
|
layers?: string[] | undefined;
|
|
6014
|
-
} & import("./widgets").WidgetPresenceType)
|
|
6082
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
6083
|
+
layers?: string[] | undefined;
|
|
6084
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
6015
6085
|
}, {
|
|
6016
6086
|
type: string;
|
|
6017
6087
|
id: number;
|
|
@@ -6115,7 +6185,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
6115
6185
|
};
|
|
6116
6186
|
}) | ({
|
|
6117
6187
|
layers?: string[] | undefined;
|
|
6118
|
-
} & import("./widgets").WidgetPresenceType)
|
|
6188
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
6189
|
+
layers?: string[] | undefined;
|
|
6190
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
6119
6191
|
}>>, "many">;
|
|
6120
6192
|
}, "strip", z.ZodTypeAny, {
|
|
6121
6193
|
descriptionSecure: string;
|
|
@@ -6222,7 +6294,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
6222
6294
|
};
|
|
6223
6295
|
}) | ({
|
|
6224
6296
|
layers?: string[] | undefined;
|
|
6225
|
-
} & import("./widgets").WidgetPresenceType)
|
|
6297
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
6298
|
+
layers?: string[] | undefined;
|
|
6299
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
6226
6300
|
}>[];
|
|
6227
6301
|
imageSecureUrl?: string | undefined;
|
|
6228
6302
|
}, {
|
|
@@ -6330,7 +6404,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
6330
6404
|
};
|
|
6331
6405
|
}) | ({
|
|
6332
6406
|
layers?: string[] | undefined;
|
|
6333
|
-
} & import("./widgets").WidgetPresenceType)
|
|
6407
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
6408
|
+
layers?: string[] | undefined;
|
|
6409
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
6334
6410
|
}>[];
|
|
6335
6411
|
imageSecureUrl?: string | undefined;
|
|
6336
6412
|
}>>;
|
|
@@ -6480,7 +6556,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
6480
6556
|
};
|
|
6481
6557
|
}) | ({
|
|
6482
6558
|
layers?: string[] | undefined;
|
|
6483
|
-
} & import("./widgets").WidgetPresenceType)
|
|
6559
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
6560
|
+
layers?: string[] | undefined;
|
|
6561
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
6484
6562
|
}>[];
|
|
6485
6563
|
imageSecureUrl?: string | undefined;
|
|
6486
6564
|
} | undefined;
|
|
@@ -6539,7 +6617,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
6539
6617
|
};
|
|
6540
6618
|
}) | ({
|
|
6541
6619
|
layers?: string[] | undefined;
|
|
6542
|
-
} & import("./widgets").WidgetPresenceType)
|
|
6620
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
6621
|
+
layers?: string[] | undefined;
|
|
6622
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
6543
6623
|
}, {
|
|
6544
6624
|
type: string;
|
|
6545
6625
|
id: number;
|
|
@@ -6686,7 +6766,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
6686
6766
|
};
|
|
6687
6767
|
}) | ({
|
|
6688
6768
|
layers?: string[] | undefined;
|
|
6689
|
-
} & import("./widgets").WidgetPresenceType)
|
|
6769
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
6770
|
+
layers?: string[] | undefined;
|
|
6771
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
6690
6772
|
}>[];
|
|
6691
6773
|
imageSecureUrl?: string | undefined;
|
|
6692
6774
|
} | undefined;
|
|
@@ -6745,7 +6827,9 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
6745
6827
|
};
|
|
6746
6828
|
}) | ({
|
|
6747
6829
|
layers?: string[] | undefined;
|
|
6748
|
-
} & import("./widgets").WidgetPresenceType)
|
|
6830
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
6831
|
+
layers?: string[] | undefined;
|
|
6832
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
6749
6833
|
}>>;
|
|
6750
6834
|
export type TVChannelDynamicArticle = z.infer<typeof tvChannelDynamicArticleSchema>;
|
|
6751
6835
|
export declare const tvChannelSlideshowFileSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -6999,7 +7083,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
6999
7083
|
};
|
|
7000
7084
|
}) | ({
|
|
7001
7085
|
layers?: string[] | undefined;
|
|
7002
|
-
} & import("./widgets").WidgetPresenceType)
|
|
7086
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
7087
|
+
layers?: string[] | undefined;
|
|
7088
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
7003
7089
|
layers?: string[] | undefined;
|
|
7004
7090
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
7005
7091
|
layers?: string[] | undefined;
|
|
@@ -7049,7 +7135,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
7049
7135
|
};
|
|
7050
7136
|
}) | ({
|
|
7051
7137
|
layers?: string[] | undefined;
|
|
7052
|
-
} & import("./widgets").WidgetPresenceType)
|
|
7138
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
7139
|
+
layers?: string[] | undefined;
|
|
7140
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
7053
7141
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
7054
7142
|
layers?: string[] | undefined;
|
|
7055
7143
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -7100,7 +7188,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
7100
7188
|
};
|
|
7101
7189
|
}) | ({
|
|
7102
7190
|
layers?: string[] | undefined;
|
|
7103
|
-
} & import("./widgets").WidgetPresenceType)
|
|
7191
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
7192
|
+
layers?: string[] | undefined;
|
|
7193
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
7104
7194
|
layers?: string[] | undefined;
|
|
7105
7195
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
7106
7196
|
layers?: string[] | undefined;
|
|
@@ -7150,7 +7240,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
7150
7240
|
};
|
|
7151
7241
|
}) | ({
|
|
7152
7242
|
layers?: string[] | undefined;
|
|
7153
|
-
} & import("./widgets").WidgetPresenceType)
|
|
7243
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
7244
|
+
layers?: string[] | undefined;
|
|
7245
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
7154
7246
|
}>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
7155
7247
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
7156
7248
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -7572,7 +7664,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
7572
7664
|
};
|
|
7573
7665
|
}) | ({
|
|
7574
7666
|
layers?: string[] | undefined;
|
|
7575
|
-
} & import("./widgets").WidgetPresenceType)
|
|
7667
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
7668
|
+
layers?: string[] | undefined;
|
|
7669
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
7576
7670
|
layers?: string[] | undefined;
|
|
7577
7671
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
7578
7672
|
layers?: string[] | undefined;
|
|
@@ -7622,7 +7716,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
7622
7716
|
};
|
|
7623
7717
|
}) | ({
|
|
7624
7718
|
layers?: string[] | undefined;
|
|
7625
|
-
} & import("./widgets").WidgetPresenceType)
|
|
7719
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
7720
|
+
layers?: string[] | undefined;
|
|
7721
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
7626
7722
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
7627
7723
|
layers?: string[] | undefined;
|
|
7628
7724
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -7673,7 +7769,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
7673
7769
|
};
|
|
7674
7770
|
}) | ({
|
|
7675
7771
|
layers?: string[] | undefined;
|
|
7676
|
-
} & import("./widgets").WidgetPresenceType)
|
|
7772
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
7773
|
+
layers?: string[] | undefined;
|
|
7774
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
7677
7775
|
layers?: string[] | undefined;
|
|
7678
7776
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
7679
7777
|
layers?: string[] | undefined;
|
|
@@ -7723,7 +7821,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
7723
7821
|
};
|
|
7724
7822
|
}) | ({
|
|
7725
7823
|
layers?: string[] | undefined;
|
|
7726
|
-
} & import("./widgets").WidgetPresenceType)
|
|
7824
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
7825
|
+
layers?: string[] | undefined;
|
|
7826
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
7727
7827
|
}>, {
|
|
7728
7828
|
_extend: z.ZodOptional<z.ZodObject<{
|
|
7729
7829
|
imageSecureUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -7930,7 +8030,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
7930
8030
|
};
|
|
7931
8031
|
}) | ({
|
|
7932
8032
|
layers?: string[] | undefined;
|
|
7933
|
-
} & import("./widgets").WidgetPresenceType)
|
|
8033
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
8034
|
+
layers?: string[] | undefined;
|
|
8035
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
7934
8036
|
layers?: string[] | undefined;
|
|
7935
8037
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
7936
8038
|
layers?: string[] | undefined;
|
|
@@ -7980,7 +8082,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
7980
8082
|
};
|
|
7981
8083
|
}) | ({
|
|
7982
8084
|
layers?: string[] | undefined;
|
|
7983
|
-
} & import("./widgets").WidgetPresenceType)
|
|
8085
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
8086
|
+
layers?: string[] | undefined;
|
|
8087
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
7984
8088
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
7985
8089
|
layers?: string[] | undefined;
|
|
7986
8090
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -8031,7 +8135,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
8031
8135
|
};
|
|
8032
8136
|
}) | ({
|
|
8033
8137
|
layers?: string[] | undefined;
|
|
8034
|
-
} & import("./widgets").WidgetPresenceType)
|
|
8138
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
8139
|
+
layers?: string[] | undefined;
|
|
8140
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
8035
8141
|
layers?: string[] | undefined;
|
|
8036
8142
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
8037
8143
|
layers?: string[] | undefined;
|
|
@@ -8081,7 +8187,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
8081
8187
|
};
|
|
8082
8188
|
}) | ({
|
|
8083
8189
|
layers?: string[] | undefined;
|
|
8084
|
-
} & import("./widgets").WidgetPresenceType)
|
|
8190
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
8191
|
+
layers?: string[] | undefined;
|
|
8192
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
8085
8193
|
}>, {
|
|
8086
8194
|
_extend: z.ZodObject<{
|
|
8087
8195
|
userImageSecureUrl: z.ZodString;
|
|
@@ -8196,7 +8304,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
8196
8304
|
};
|
|
8197
8305
|
}) | ({
|
|
8198
8306
|
layers?: string[] | undefined;
|
|
8199
|
-
} & import("./widgets").WidgetPresenceType)
|
|
8307
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
8308
|
+
layers?: string[] | undefined;
|
|
8309
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
8200
8310
|
}, {
|
|
8201
8311
|
type: string;
|
|
8202
8312
|
id: number;
|
|
@@ -8300,7 +8410,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
8300
8410
|
};
|
|
8301
8411
|
}) | ({
|
|
8302
8412
|
layers?: string[] | undefined;
|
|
8303
|
-
} & import("./widgets").WidgetPresenceType)
|
|
8413
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
8414
|
+
layers?: string[] | undefined;
|
|
8415
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
8304
8416
|
}>>, "many">;
|
|
8305
8417
|
}, "strip", z.ZodTypeAny, {
|
|
8306
8418
|
descriptionSecure: string;
|
|
@@ -8407,7 +8519,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
8407
8519
|
};
|
|
8408
8520
|
}) | ({
|
|
8409
8521
|
layers?: string[] | undefined;
|
|
8410
|
-
} & import("./widgets").WidgetPresenceType)
|
|
8522
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
8523
|
+
layers?: string[] | undefined;
|
|
8524
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
8411
8525
|
}>[];
|
|
8412
8526
|
imageSecureUrl?: string | undefined;
|
|
8413
8527
|
}, {
|
|
@@ -8515,7 +8629,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
8515
8629
|
};
|
|
8516
8630
|
}) | ({
|
|
8517
8631
|
layers?: string[] | undefined;
|
|
8518
|
-
} & import("./widgets").WidgetPresenceType)
|
|
8632
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
8633
|
+
layers?: string[] | undefined;
|
|
8634
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
8519
8635
|
}>[];
|
|
8520
8636
|
imageSecureUrl?: string | undefined;
|
|
8521
8637
|
}>>;
|
|
@@ -8665,7 +8781,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
8665
8781
|
};
|
|
8666
8782
|
}) | ({
|
|
8667
8783
|
layers?: string[] | undefined;
|
|
8668
|
-
} & import("./widgets").WidgetPresenceType)
|
|
8784
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
8785
|
+
layers?: string[] | undefined;
|
|
8786
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
8669
8787
|
}>[];
|
|
8670
8788
|
imageSecureUrl?: string | undefined;
|
|
8671
8789
|
} | undefined;
|
|
@@ -8724,7 +8842,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
8724
8842
|
};
|
|
8725
8843
|
}) | ({
|
|
8726
8844
|
layers?: string[] | undefined;
|
|
8727
|
-
} & import("./widgets").WidgetPresenceType)
|
|
8845
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
8846
|
+
layers?: string[] | undefined;
|
|
8847
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
8728
8848
|
}, {
|
|
8729
8849
|
type: string;
|
|
8730
8850
|
id: number;
|
|
@@ -8871,7 +8991,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
8871
8991
|
};
|
|
8872
8992
|
}) | ({
|
|
8873
8993
|
layers?: string[] | undefined;
|
|
8874
|
-
} & import("./widgets").WidgetPresenceType)
|
|
8994
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
8995
|
+
layers?: string[] | undefined;
|
|
8996
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
8875
8997
|
}>[];
|
|
8876
8998
|
imageSecureUrl?: string | undefined;
|
|
8877
8999
|
} | undefined;
|
|
@@ -8930,7 +9052,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
8930
9052
|
};
|
|
8931
9053
|
}) | ({
|
|
8932
9054
|
layers?: string[] | undefined;
|
|
8933
|
-
} & import("./widgets").WidgetPresenceType)
|
|
9055
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
9056
|
+
layers?: string[] | undefined;
|
|
9057
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
8934
9058
|
}>>, "many">>;
|
|
8935
9059
|
}, "strip", z.ZodTypeAny, {
|
|
8936
9060
|
imageSecureUrl?: string | undefined;
|
|
@@ -9080,7 +9204,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
9080
9204
|
};
|
|
9081
9205
|
}) | ({
|
|
9082
9206
|
layers?: string[] | undefined;
|
|
9083
|
-
} & import("./widgets").WidgetPresenceType)
|
|
9207
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
9208
|
+
layers?: string[] | undefined;
|
|
9209
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
9084
9210
|
}>[];
|
|
9085
9211
|
imageSecureUrl?: string | undefined;
|
|
9086
9212
|
} | undefined;
|
|
@@ -9139,7 +9265,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
9139
9265
|
};
|
|
9140
9266
|
}) | ({
|
|
9141
9267
|
layers?: string[] | undefined;
|
|
9142
|
-
} & import("./widgets").WidgetPresenceType)
|
|
9268
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
9269
|
+
layers?: string[] | undefined;
|
|
9270
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
9143
9271
|
}>[] | undefined;
|
|
9144
9272
|
}, {
|
|
9145
9273
|
imageSecureUrl?: string | undefined;
|
|
@@ -9289,7 +9417,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
9289
9417
|
};
|
|
9290
9418
|
}) | ({
|
|
9291
9419
|
layers?: string[] | undefined;
|
|
9292
|
-
} & import("./widgets").WidgetPresenceType)
|
|
9420
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
9421
|
+
layers?: string[] | undefined;
|
|
9422
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
9293
9423
|
}>[];
|
|
9294
9424
|
imageSecureUrl?: string | undefined;
|
|
9295
9425
|
} | undefined;
|
|
@@ -9348,7 +9478,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
9348
9478
|
};
|
|
9349
9479
|
}) | ({
|
|
9350
9480
|
layers?: string[] | undefined;
|
|
9351
|
-
} & import("./widgets").WidgetPresenceType)
|
|
9481
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
9482
|
+
layers?: string[] | undefined;
|
|
9483
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
9352
9484
|
}>[] | undefined;
|
|
9353
9485
|
}>;
|
|
9354
9486
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -9500,7 +9632,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
9500
9632
|
};
|
|
9501
9633
|
}) | ({
|
|
9502
9634
|
layers?: string[] | undefined;
|
|
9503
|
-
} & import("./widgets").WidgetPresenceType)
|
|
9635
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
9636
|
+
layers?: string[] | undefined;
|
|
9637
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
9504
9638
|
}>[];
|
|
9505
9639
|
imageSecureUrl?: string | undefined;
|
|
9506
9640
|
} | undefined;
|
|
@@ -9559,7 +9693,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
9559
9693
|
};
|
|
9560
9694
|
}) | ({
|
|
9561
9695
|
layers?: string[] | undefined;
|
|
9562
|
-
} & import("./widgets").WidgetPresenceType)
|
|
9696
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
9697
|
+
layers?: string[] | undefined;
|
|
9698
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
9563
9699
|
}>[] | undefined;
|
|
9564
9700
|
};
|
|
9565
9701
|
}, {
|
|
@@ -9711,7 +9847,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
9711
9847
|
};
|
|
9712
9848
|
}) | ({
|
|
9713
9849
|
layers?: string[] | undefined;
|
|
9714
|
-
} & import("./widgets").WidgetPresenceType)
|
|
9850
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
9851
|
+
layers?: string[] | undefined;
|
|
9852
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
9715
9853
|
}>[];
|
|
9716
9854
|
imageSecureUrl?: string | undefined;
|
|
9717
9855
|
} | undefined;
|
|
@@ -9770,7 +9908,9 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
9770
9908
|
};
|
|
9771
9909
|
}) | ({
|
|
9772
9910
|
layers?: string[] | undefined;
|
|
9773
|
-
} & import("./widgets").WidgetPresenceType)
|
|
9911
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
9912
|
+
layers?: string[] | undefined;
|
|
9913
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
9774
9914
|
}>[] | undefined;
|
|
9775
9915
|
};
|
|
9776
9916
|
}>>;
|
|
@@ -9861,7 +10001,9 @@ export declare const ensureTVGetConfigureDynamicChannelResponse: (o: unknown) =>
|
|
|
9861
10001
|
};
|
|
9862
10002
|
}) | ({
|
|
9863
10003
|
layers?: string[] | undefined;
|
|
9864
|
-
} & import("./widgets").WidgetPresenceType)
|
|
10004
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
10005
|
+
layers?: string[] | undefined;
|
|
10006
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
9865
10007
|
} & {
|
|
9866
10008
|
type: string;
|
|
9867
10009
|
id: number;
|
|
@@ -10058,7 +10200,9 @@ export declare const ensureTVGetConfigureDynamicChannelResponse: (o: unknown) =>
|
|
|
10058
10200
|
};
|
|
10059
10201
|
}) | ({
|
|
10060
10202
|
layers?: string[] | undefined;
|
|
10061
|
-
} & import("./widgets").WidgetPresenceType)
|
|
10203
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
10204
|
+
layers?: string[] | undefined;
|
|
10205
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
10062
10206
|
}>[];
|
|
10063
10207
|
imageSecureUrl?: string | undefined;
|
|
10064
10208
|
} | undefined;
|
|
@@ -10117,7 +10261,9 @@ export declare const ensureTVGetConfigureDynamicChannelResponse: (o: unknown) =>
|
|
|
10117
10261
|
};
|
|
10118
10262
|
}) | ({
|
|
10119
10263
|
layers?: string[] | undefined;
|
|
10120
|
-
} & import("./widgets").WidgetPresenceType)
|
|
10264
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
10265
|
+
layers?: string[] | undefined;
|
|
10266
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
10121
10267
|
}>[] | undefined;
|
|
10122
10268
|
};
|
|
10123
10269
|
};
|
|
@@ -10316,7 +10462,9 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
|
|
|
10316
10462
|
};
|
|
10317
10463
|
}) | ({
|
|
10318
10464
|
layers?: string[] | undefined;
|
|
10319
|
-
} & import("./widgets").WidgetPresenceType)
|
|
10465
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
10466
|
+
layers?: string[] | undefined;
|
|
10467
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
10320
10468
|
layers?: string[] | undefined;
|
|
10321
10469
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
10322
10470
|
layers?: string[] | undefined;
|
|
@@ -10366,7 +10514,9 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
|
|
|
10366
10514
|
};
|
|
10367
10515
|
}) | ({
|
|
10368
10516
|
layers?: string[] | undefined;
|
|
10369
|
-
} & import("./widgets").WidgetPresenceType)
|
|
10517
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
10518
|
+
layers?: string[] | undefined;
|
|
10519
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
10370
10520
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
10371
10521
|
layers?: string[] | undefined;
|
|
10372
10522
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -10417,7 +10567,9 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
|
|
|
10417
10567
|
};
|
|
10418
10568
|
}) | ({
|
|
10419
10569
|
layers?: string[] | undefined;
|
|
10420
|
-
} & import("./widgets").WidgetPresenceType)
|
|
10570
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
10571
|
+
layers?: string[] | undefined;
|
|
10572
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
10421
10573
|
layers?: string[] | undefined;
|
|
10422
10574
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
10423
10575
|
layers?: string[] | undefined;
|
|
@@ -10467,7 +10619,9 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
|
|
|
10467
10619
|
};
|
|
10468
10620
|
}) | ({
|
|
10469
10621
|
layers?: string[] | undefined;
|
|
10470
|
-
} & import("./widgets").WidgetPresenceType)
|
|
10622
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
10623
|
+
layers?: string[] | undefined;
|
|
10624
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
10471
10625
|
}>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
10472
10626
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
10473
10627
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -10907,7 +11061,9 @@ export declare const ensureTVGetConfigureSlideshowChannelResponse: (o: unknown)
|
|
|
10907
11061
|
};
|
|
10908
11062
|
}) | ({
|
|
10909
11063
|
layers?: string[] | undefined;
|
|
10910
|
-
} & import("./widgets").WidgetPresenceType)
|
|
11064
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
11065
|
+
layers?: string[] | undefined;
|
|
11066
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
10911
11067
|
} & {
|
|
10912
11068
|
type: string;
|
|
10913
11069
|
id: number;
|
|
@@ -11170,7 +11326,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11170
11326
|
};
|
|
11171
11327
|
}) | ({
|
|
11172
11328
|
layers?: string[] | undefined;
|
|
11173
|
-
} & import("./widgets").WidgetPresenceType)
|
|
11329
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
11330
|
+
layers?: string[] | undefined;
|
|
11331
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
11174
11332
|
layers?: string[] | undefined;
|
|
11175
11333
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
11176
11334
|
layers?: string[] | undefined;
|
|
@@ -11220,7 +11378,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11220
11378
|
};
|
|
11221
11379
|
}) | ({
|
|
11222
11380
|
layers?: string[] | undefined;
|
|
11223
|
-
} & import("./widgets").WidgetPresenceType)
|
|
11381
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
11382
|
+
layers?: string[] | undefined;
|
|
11383
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
11224
11384
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
11225
11385
|
layers?: string[] | undefined;
|
|
11226
11386
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -11271,7 +11431,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11271
11431
|
};
|
|
11272
11432
|
}) | ({
|
|
11273
11433
|
layers?: string[] | undefined;
|
|
11274
|
-
} & import("./widgets").WidgetPresenceType)
|
|
11434
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
11435
|
+
layers?: string[] | undefined;
|
|
11436
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
11275
11437
|
layers?: string[] | undefined;
|
|
11276
11438
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
11277
11439
|
layers?: string[] | undefined;
|
|
@@ -11321,7 +11483,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11321
11483
|
};
|
|
11322
11484
|
}) | ({
|
|
11323
11485
|
layers?: string[] | undefined;
|
|
11324
|
-
} & import("./widgets").WidgetPresenceType)
|
|
11486
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
11487
|
+
layers?: string[] | undefined;
|
|
11488
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
11325
11489
|
}>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
11326
11490
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
11327
11491
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -11743,7 +11907,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11743
11907
|
};
|
|
11744
11908
|
}) | ({
|
|
11745
11909
|
layers?: string[] | undefined;
|
|
11746
|
-
} & import("./widgets").WidgetPresenceType)
|
|
11910
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
11911
|
+
layers?: string[] | undefined;
|
|
11912
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
11747
11913
|
layers?: string[] | undefined;
|
|
11748
11914
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
11749
11915
|
layers?: string[] | undefined;
|
|
@@ -11793,7 +11959,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11793
11959
|
};
|
|
11794
11960
|
}) | ({
|
|
11795
11961
|
layers?: string[] | undefined;
|
|
11796
|
-
} & import("./widgets").WidgetPresenceType)
|
|
11962
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
11963
|
+
layers?: string[] | undefined;
|
|
11964
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
11797
11965
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
11798
11966
|
layers?: string[] | undefined;
|
|
11799
11967
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -11844,7 +12012,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11844
12012
|
};
|
|
11845
12013
|
}) | ({
|
|
11846
12014
|
layers?: string[] | undefined;
|
|
11847
|
-
} & import("./widgets").WidgetPresenceType)
|
|
12015
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
12016
|
+
layers?: string[] | undefined;
|
|
12017
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
11848
12018
|
layers?: string[] | undefined;
|
|
11849
12019
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
11850
12020
|
layers?: string[] | undefined;
|
|
@@ -11894,7 +12064,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11894
12064
|
};
|
|
11895
12065
|
}) | ({
|
|
11896
12066
|
layers?: string[] | undefined;
|
|
11897
|
-
} & import("./widgets").WidgetPresenceType)
|
|
12067
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
12068
|
+
layers?: string[] | undefined;
|
|
12069
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
11898
12070
|
}>, {
|
|
11899
12071
|
_extend: z.ZodOptional<z.ZodObject<{
|
|
11900
12072
|
imageSecureUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -12101,7 +12273,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
12101
12273
|
};
|
|
12102
12274
|
}) | ({
|
|
12103
12275
|
layers?: string[] | undefined;
|
|
12104
|
-
} & import("./widgets").WidgetPresenceType)
|
|
12276
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
12277
|
+
layers?: string[] | undefined;
|
|
12278
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
12105
12279
|
layers?: string[] | undefined;
|
|
12106
12280
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
12107
12281
|
layers?: string[] | undefined;
|
|
@@ -12151,7 +12325,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
12151
12325
|
};
|
|
12152
12326
|
}) | ({
|
|
12153
12327
|
layers?: string[] | undefined;
|
|
12154
|
-
} & import("./widgets").WidgetPresenceType)
|
|
12328
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
12329
|
+
layers?: string[] | undefined;
|
|
12330
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
12155
12331
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
12156
12332
|
layers?: string[] | undefined;
|
|
12157
12333
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -12202,7 +12378,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
12202
12378
|
};
|
|
12203
12379
|
}) | ({
|
|
12204
12380
|
layers?: string[] | undefined;
|
|
12205
|
-
} & import("./widgets").WidgetPresenceType)
|
|
12381
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
12382
|
+
layers?: string[] | undefined;
|
|
12383
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
12206
12384
|
layers?: string[] | undefined;
|
|
12207
12385
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
12208
12386
|
layers?: string[] | undefined;
|
|
@@ -12252,7 +12430,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
12252
12430
|
};
|
|
12253
12431
|
}) | ({
|
|
12254
12432
|
layers?: string[] | undefined;
|
|
12255
|
-
} & import("./widgets").WidgetPresenceType)
|
|
12433
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
12434
|
+
layers?: string[] | undefined;
|
|
12435
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
12256
12436
|
}>, {
|
|
12257
12437
|
_extend: z.ZodObject<{
|
|
12258
12438
|
userImageSecureUrl: z.ZodString;
|
|
@@ -12367,7 +12547,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
12367
12547
|
};
|
|
12368
12548
|
}) | ({
|
|
12369
12549
|
layers?: string[] | undefined;
|
|
12370
|
-
} & import("./widgets").WidgetPresenceType)
|
|
12550
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
12551
|
+
layers?: string[] | undefined;
|
|
12552
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
12371
12553
|
}, {
|
|
12372
12554
|
type: string;
|
|
12373
12555
|
id: number;
|
|
@@ -12471,7 +12653,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
12471
12653
|
};
|
|
12472
12654
|
}) | ({
|
|
12473
12655
|
layers?: string[] | undefined;
|
|
12474
|
-
} & import("./widgets").WidgetPresenceType)
|
|
12656
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
12657
|
+
layers?: string[] | undefined;
|
|
12658
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
12475
12659
|
}>>, "many">;
|
|
12476
12660
|
}, "strip", z.ZodTypeAny, {
|
|
12477
12661
|
descriptionSecure: string;
|
|
@@ -12578,7 +12762,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
12578
12762
|
};
|
|
12579
12763
|
}) | ({
|
|
12580
12764
|
layers?: string[] | undefined;
|
|
12581
|
-
} & import("./widgets").WidgetPresenceType)
|
|
12765
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
12766
|
+
layers?: string[] | undefined;
|
|
12767
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
12582
12768
|
}>[];
|
|
12583
12769
|
imageSecureUrl?: string | undefined;
|
|
12584
12770
|
}, {
|
|
@@ -12686,7 +12872,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
12686
12872
|
};
|
|
12687
12873
|
}) | ({
|
|
12688
12874
|
layers?: string[] | undefined;
|
|
12689
|
-
} & import("./widgets").WidgetPresenceType)
|
|
12875
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
12876
|
+
layers?: string[] | undefined;
|
|
12877
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
12690
12878
|
}>[];
|
|
12691
12879
|
imageSecureUrl?: string | undefined;
|
|
12692
12880
|
}>>;
|
|
@@ -12836,7 +13024,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
12836
13024
|
};
|
|
12837
13025
|
}) | ({
|
|
12838
13026
|
layers?: string[] | undefined;
|
|
12839
|
-
} & import("./widgets").WidgetPresenceType)
|
|
13027
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
13028
|
+
layers?: string[] | undefined;
|
|
13029
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
12840
13030
|
}>[];
|
|
12841
13031
|
imageSecureUrl?: string | undefined;
|
|
12842
13032
|
} | undefined;
|
|
@@ -12895,7 +13085,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
12895
13085
|
};
|
|
12896
13086
|
}) | ({
|
|
12897
13087
|
layers?: string[] | undefined;
|
|
12898
|
-
} & import("./widgets").WidgetPresenceType)
|
|
13088
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
13089
|
+
layers?: string[] | undefined;
|
|
13090
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
12899
13091
|
}, {
|
|
12900
13092
|
type: string;
|
|
12901
13093
|
id: number;
|
|
@@ -13042,7 +13234,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
13042
13234
|
};
|
|
13043
13235
|
}) | ({
|
|
13044
13236
|
layers?: string[] | undefined;
|
|
13045
|
-
} & import("./widgets").WidgetPresenceType)
|
|
13237
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
13238
|
+
layers?: string[] | undefined;
|
|
13239
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
13046
13240
|
}>[];
|
|
13047
13241
|
imageSecureUrl?: string | undefined;
|
|
13048
13242
|
} | undefined;
|
|
@@ -13101,7 +13295,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
13101
13295
|
};
|
|
13102
13296
|
}) | ({
|
|
13103
13297
|
layers?: string[] | undefined;
|
|
13104
|
-
} & import("./widgets").WidgetPresenceType)
|
|
13298
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
13299
|
+
layers?: string[] | undefined;
|
|
13300
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
13105
13301
|
}>>, "many">>;
|
|
13106
13302
|
}, "strip", z.ZodTypeAny, {
|
|
13107
13303
|
imageSecureUrl?: string | undefined;
|
|
@@ -13251,7 +13447,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
13251
13447
|
};
|
|
13252
13448
|
}) | ({
|
|
13253
13449
|
layers?: string[] | undefined;
|
|
13254
|
-
} & import("./widgets").WidgetPresenceType)
|
|
13450
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
13451
|
+
layers?: string[] | undefined;
|
|
13452
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
13255
13453
|
}>[];
|
|
13256
13454
|
imageSecureUrl?: string | undefined;
|
|
13257
13455
|
} | undefined;
|
|
@@ -13310,7 +13508,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
13310
13508
|
};
|
|
13311
13509
|
}) | ({
|
|
13312
13510
|
layers?: string[] | undefined;
|
|
13313
|
-
} & import("./widgets").WidgetPresenceType)
|
|
13511
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
13512
|
+
layers?: string[] | undefined;
|
|
13513
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
13314
13514
|
}>[] | undefined;
|
|
13315
13515
|
}, {
|
|
13316
13516
|
imageSecureUrl?: string | undefined;
|
|
@@ -13460,7 +13660,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
13460
13660
|
};
|
|
13461
13661
|
}) | ({
|
|
13462
13662
|
layers?: string[] | undefined;
|
|
13463
|
-
} & import("./widgets").WidgetPresenceType)
|
|
13663
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
13664
|
+
layers?: string[] | undefined;
|
|
13665
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
13464
13666
|
}>[];
|
|
13465
13667
|
imageSecureUrl?: string | undefined;
|
|
13466
13668
|
} | undefined;
|
|
@@ -13519,7 +13721,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
13519
13721
|
};
|
|
13520
13722
|
}) | ({
|
|
13521
13723
|
layers?: string[] | undefined;
|
|
13522
|
-
} & import("./widgets").WidgetPresenceType)
|
|
13724
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
13725
|
+
layers?: string[] | undefined;
|
|
13726
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
13523
13727
|
}>[] | undefined;
|
|
13524
13728
|
}>;
|
|
13525
13729
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13671,7 +13875,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
13671
13875
|
};
|
|
13672
13876
|
}) | ({
|
|
13673
13877
|
layers?: string[] | undefined;
|
|
13674
|
-
} & import("./widgets").WidgetPresenceType)
|
|
13878
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
13879
|
+
layers?: string[] | undefined;
|
|
13880
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
13675
13881
|
}>[];
|
|
13676
13882
|
imageSecureUrl?: string | undefined;
|
|
13677
13883
|
} | undefined;
|
|
@@ -13730,7 +13936,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
13730
13936
|
};
|
|
13731
13937
|
}) | ({
|
|
13732
13938
|
layers?: string[] | undefined;
|
|
13733
|
-
} & import("./widgets").WidgetPresenceType)
|
|
13939
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
13940
|
+
layers?: string[] | undefined;
|
|
13941
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
13734
13942
|
}>[] | undefined;
|
|
13735
13943
|
};
|
|
13736
13944
|
}, {
|
|
@@ -13882,7 +14090,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
13882
14090
|
};
|
|
13883
14091
|
}) | ({
|
|
13884
14092
|
layers?: string[] | undefined;
|
|
13885
|
-
} & import("./widgets").WidgetPresenceType)
|
|
14093
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
14094
|
+
layers?: string[] | undefined;
|
|
14095
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
13886
14096
|
}>[];
|
|
13887
14097
|
imageSecureUrl?: string | undefined;
|
|
13888
14098
|
} | undefined;
|
|
@@ -13941,7 +14151,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
13941
14151
|
};
|
|
13942
14152
|
}) | ({
|
|
13943
14153
|
layers?: string[] | undefined;
|
|
13944
|
-
} & import("./widgets").WidgetPresenceType)
|
|
14154
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
14155
|
+
layers?: string[] | undefined;
|
|
14156
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
13945
14157
|
}>[] | undefined;
|
|
13946
14158
|
};
|
|
13947
14159
|
}>>, z.ZodIntersection<z.ZodReadonly<z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -14139,7 +14351,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
14139
14351
|
};
|
|
14140
14352
|
}) | ({
|
|
14141
14353
|
layers?: string[] | undefined;
|
|
14142
|
-
} & import("./widgets").WidgetPresenceType)
|
|
14354
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
14355
|
+
layers?: string[] | undefined;
|
|
14356
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
14143
14357
|
layers?: string[] | undefined;
|
|
14144
14358
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
14145
14359
|
layers?: string[] | undefined;
|
|
@@ -14189,7 +14403,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
14189
14403
|
};
|
|
14190
14404
|
}) | ({
|
|
14191
14405
|
layers?: string[] | undefined;
|
|
14192
|
-
} & import("./widgets").WidgetPresenceType)
|
|
14406
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
14407
|
+
layers?: string[] | undefined;
|
|
14408
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
14193
14409
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
14194
14410
|
layers?: string[] | undefined;
|
|
14195
14411
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -14240,7 +14456,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
14240
14456
|
};
|
|
14241
14457
|
}) | ({
|
|
14242
14458
|
layers?: string[] | undefined;
|
|
14243
|
-
} & import("./widgets").WidgetPresenceType)
|
|
14459
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
14460
|
+
layers?: string[] | undefined;
|
|
14461
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
14244
14462
|
layers?: string[] | undefined;
|
|
14245
14463
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
14246
14464
|
layers?: string[] | undefined;
|
|
@@ -14290,7 +14508,9 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
14290
14508
|
};
|
|
14291
14509
|
}) | ({
|
|
14292
14510
|
layers?: string[] | undefined;
|
|
14293
|
-
} & import("./widgets").WidgetPresenceType)
|
|
14511
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
14512
|
+
layers?: string[] | undefined;
|
|
14513
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
14294
14514
|
}>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
14295
14515
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
14296
14516
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -14841,7 +15061,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
14841
15061
|
};
|
|
14842
15062
|
}) | ({
|
|
14843
15063
|
layers?: string[] | undefined;
|
|
14844
|
-
} & import("./widgets").WidgetPresenceType)
|
|
15064
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
15065
|
+
layers?: string[] | undefined;
|
|
15066
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
14845
15067
|
layers?: string[] | undefined;
|
|
14846
15068
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
14847
15069
|
layers?: string[] | undefined;
|
|
@@ -14891,7 +15113,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
14891
15113
|
};
|
|
14892
15114
|
}) | ({
|
|
14893
15115
|
layers?: string[] | undefined;
|
|
14894
|
-
} & import("./widgets").WidgetPresenceType)
|
|
15116
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
15117
|
+
layers?: string[] | undefined;
|
|
15118
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
14895
15119
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
14896
15120
|
layers?: string[] | undefined;
|
|
14897
15121
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -14942,7 +15166,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
14942
15166
|
};
|
|
14943
15167
|
}) | ({
|
|
14944
15168
|
layers?: string[] | undefined;
|
|
14945
|
-
} & import("./widgets").WidgetPresenceType)
|
|
15169
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
15170
|
+
layers?: string[] | undefined;
|
|
15171
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
14946
15172
|
layers?: string[] | undefined;
|
|
14947
15173
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
14948
15174
|
layers?: string[] | undefined;
|
|
@@ -14992,7 +15218,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
14992
15218
|
};
|
|
14993
15219
|
}) | ({
|
|
14994
15220
|
layers?: string[] | undefined;
|
|
14995
|
-
} & import("./widgets").WidgetPresenceType)
|
|
15221
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
15222
|
+
layers?: string[] | undefined;
|
|
15223
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
14996
15224
|
}>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
14997
15225
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
14998
15226
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -15414,7 +15642,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
15414
15642
|
};
|
|
15415
15643
|
}) | ({
|
|
15416
15644
|
layers?: string[] | undefined;
|
|
15417
|
-
} & import("./widgets").WidgetPresenceType)
|
|
15645
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
15646
|
+
layers?: string[] | undefined;
|
|
15647
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
15418
15648
|
layers?: string[] | undefined;
|
|
15419
15649
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
15420
15650
|
layers?: string[] | undefined;
|
|
@@ -15464,7 +15694,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
15464
15694
|
};
|
|
15465
15695
|
}) | ({
|
|
15466
15696
|
layers?: string[] | undefined;
|
|
15467
|
-
} & import("./widgets").WidgetPresenceType)
|
|
15697
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
15698
|
+
layers?: string[] | undefined;
|
|
15699
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
15468
15700
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
15469
15701
|
layers?: string[] | undefined;
|
|
15470
15702
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -15515,7 +15747,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
15515
15747
|
};
|
|
15516
15748
|
}) | ({
|
|
15517
15749
|
layers?: string[] | undefined;
|
|
15518
|
-
} & import("./widgets").WidgetPresenceType)
|
|
15750
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
15751
|
+
layers?: string[] | undefined;
|
|
15752
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
15519
15753
|
layers?: string[] | undefined;
|
|
15520
15754
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
15521
15755
|
layers?: string[] | undefined;
|
|
@@ -15565,7 +15799,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
15565
15799
|
};
|
|
15566
15800
|
}) | ({
|
|
15567
15801
|
layers?: string[] | undefined;
|
|
15568
|
-
} & import("./widgets").WidgetPresenceType)
|
|
15802
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
15803
|
+
layers?: string[] | undefined;
|
|
15804
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
15569
15805
|
}>, {
|
|
15570
15806
|
_extend: z.ZodOptional<z.ZodObject<{
|
|
15571
15807
|
imageSecureUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -15772,7 +16008,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
15772
16008
|
};
|
|
15773
16009
|
}) | ({
|
|
15774
16010
|
layers?: string[] | undefined;
|
|
15775
|
-
} & import("./widgets").WidgetPresenceType)
|
|
16011
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
16012
|
+
layers?: string[] | undefined;
|
|
16013
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
15776
16014
|
layers?: string[] | undefined;
|
|
15777
16015
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
15778
16016
|
layers?: string[] | undefined;
|
|
@@ -15822,7 +16060,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
15822
16060
|
};
|
|
15823
16061
|
}) | ({
|
|
15824
16062
|
layers?: string[] | undefined;
|
|
15825
|
-
} & import("./widgets").WidgetPresenceType)
|
|
16063
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
16064
|
+
layers?: string[] | undefined;
|
|
16065
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
15826
16066
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
15827
16067
|
layers?: string[] | undefined;
|
|
15828
16068
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -15873,7 +16113,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
15873
16113
|
};
|
|
15874
16114
|
}) | ({
|
|
15875
16115
|
layers?: string[] | undefined;
|
|
15876
|
-
} & import("./widgets").WidgetPresenceType)
|
|
16116
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
16117
|
+
layers?: string[] | undefined;
|
|
16118
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
15877
16119
|
layers?: string[] | undefined;
|
|
15878
16120
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
15879
16121
|
layers?: string[] | undefined;
|
|
@@ -15923,7 +16165,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
15923
16165
|
};
|
|
15924
16166
|
}) | ({
|
|
15925
16167
|
layers?: string[] | undefined;
|
|
15926
|
-
} & import("./widgets").WidgetPresenceType)
|
|
16168
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
16169
|
+
layers?: string[] | undefined;
|
|
16170
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
15927
16171
|
}>, {
|
|
15928
16172
|
_extend: z.ZodObject<{
|
|
15929
16173
|
userImageSecureUrl: z.ZodString;
|
|
@@ -16038,7 +16282,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
16038
16282
|
};
|
|
16039
16283
|
}) | ({
|
|
16040
16284
|
layers?: string[] | undefined;
|
|
16041
|
-
} & import("./widgets").WidgetPresenceType)
|
|
16285
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
16286
|
+
layers?: string[] | undefined;
|
|
16287
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
16042
16288
|
}, {
|
|
16043
16289
|
type: string;
|
|
16044
16290
|
id: number;
|
|
@@ -16142,7 +16388,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
16142
16388
|
};
|
|
16143
16389
|
}) | ({
|
|
16144
16390
|
layers?: string[] | undefined;
|
|
16145
|
-
} & import("./widgets").WidgetPresenceType)
|
|
16391
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
16392
|
+
layers?: string[] | undefined;
|
|
16393
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
16146
16394
|
}>>, "many">;
|
|
16147
16395
|
}, "strip", z.ZodTypeAny, {
|
|
16148
16396
|
descriptionSecure: string;
|
|
@@ -16249,7 +16497,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
16249
16497
|
};
|
|
16250
16498
|
}) | ({
|
|
16251
16499
|
layers?: string[] | undefined;
|
|
16252
|
-
} & import("./widgets").WidgetPresenceType)
|
|
16500
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
16501
|
+
layers?: string[] | undefined;
|
|
16502
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
16253
16503
|
}>[];
|
|
16254
16504
|
imageSecureUrl?: string | undefined;
|
|
16255
16505
|
}, {
|
|
@@ -16357,7 +16607,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
16357
16607
|
};
|
|
16358
16608
|
}) | ({
|
|
16359
16609
|
layers?: string[] | undefined;
|
|
16360
|
-
} & import("./widgets").WidgetPresenceType)
|
|
16610
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
16611
|
+
layers?: string[] | undefined;
|
|
16612
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
16361
16613
|
}>[];
|
|
16362
16614
|
imageSecureUrl?: string | undefined;
|
|
16363
16615
|
}>>;
|
|
@@ -16507,7 +16759,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
16507
16759
|
};
|
|
16508
16760
|
}) | ({
|
|
16509
16761
|
layers?: string[] | undefined;
|
|
16510
|
-
} & import("./widgets").WidgetPresenceType)
|
|
16762
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
16763
|
+
layers?: string[] | undefined;
|
|
16764
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
16511
16765
|
}>[];
|
|
16512
16766
|
imageSecureUrl?: string | undefined;
|
|
16513
16767
|
} | undefined;
|
|
@@ -16566,7 +16820,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
16566
16820
|
};
|
|
16567
16821
|
}) | ({
|
|
16568
16822
|
layers?: string[] | undefined;
|
|
16569
|
-
} & import("./widgets").WidgetPresenceType)
|
|
16823
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
16824
|
+
layers?: string[] | undefined;
|
|
16825
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
16570
16826
|
}, {
|
|
16571
16827
|
type: string;
|
|
16572
16828
|
id: number;
|
|
@@ -16713,7 +16969,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
16713
16969
|
};
|
|
16714
16970
|
}) | ({
|
|
16715
16971
|
layers?: string[] | undefined;
|
|
16716
|
-
} & import("./widgets").WidgetPresenceType)
|
|
16972
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
16973
|
+
layers?: string[] | undefined;
|
|
16974
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
16717
16975
|
}>[];
|
|
16718
16976
|
imageSecureUrl?: string | undefined;
|
|
16719
16977
|
} | undefined;
|
|
@@ -16772,7 +17030,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
16772
17030
|
};
|
|
16773
17031
|
}) | ({
|
|
16774
17032
|
layers?: string[] | undefined;
|
|
16775
|
-
} & import("./widgets").WidgetPresenceType)
|
|
17033
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
17034
|
+
layers?: string[] | undefined;
|
|
17035
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
16776
17036
|
}>>, "many">>;
|
|
16777
17037
|
}, "strip", z.ZodTypeAny, {
|
|
16778
17038
|
imageSecureUrl?: string | undefined;
|
|
@@ -16922,7 +17182,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
16922
17182
|
};
|
|
16923
17183
|
}) | ({
|
|
16924
17184
|
layers?: string[] | undefined;
|
|
16925
|
-
} & import("./widgets").WidgetPresenceType)
|
|
17185
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
17186
|
+
layers?: string[] | undefined;
|
|
17187
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
16926
17188
|
}>[];
|
|
16927
17189
|
imageSecureUrl?: string | undefined;
|
|
16928
17190
|
} | undefined;
|
|
@@ -16981,7 +17243,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
16981
17243
|
};
|
|
16982
17244
|
}) | ({
|
|
16983
17245
|
layers?: string[] | undefined;
|
|
16984
|
-
} & import("./widgets").WidgetPresenceType)
|
|
17246
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
17247
|
+
layers?: string[] | undefined;
|
|
17248
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
16985
17249
|
}>[] | undefined;
|
|
16986
17250
|
}, {
|
|
16987
17251
|
imageSecureUrl?: string | undefined;
|
|
@@ -17131,7 +17395,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
17131
17395
|
};
|
|
17132
17396
|
}) | ({
|
|
17133
17397
|
layers?: string[] | undefined;
|
|
17134
|
-
} & import("./widgets").WidgetPresenceType)
|
|
17398
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
17399
|
+
layers?: string[] | undefined;
|
|
17400
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
17135
17401
|
}>[];
|
|
17136
17402
|
imageSecureUrl?: string | undefined;
|
|
17137
17403
|
} | undefined;
|
|
@@ -17190,7 +17456,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
17190
17456
|
};
|
|
17191
17457
|
}) | ({
|
|
17192
17458
|
layers?: string[] | undefined;
|
|
17193
|
-
} & import("./widgets").WidgetPresenceType)
|
|
17459
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
17460
|
+
layers?: string[] | undefined;
|
|
17461
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
17194
17462
|
}>[] | undefined;
|
|
17195
17463
|
}>;
|
|
17196
17464
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -17342,7 +17610,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
17342
17610
|
};
|
|
17343
17611
|
}) | ({
|
|
17344
17612
|
layers?: string[] | undefined;
|
|
17345
|
-
} & import("./widgets").WidgetPresenceType)
|
|
17613
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
17614
|
+
layers?: string[] | undefined;
|
|
17615
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
17346
17616
|
}>[];
|
|
17347
17617
|
imageSecureUrl?: string | undefined;
|
|
17348
17618
|
} | undefined;
|
|
@@ -17401,7 +17671,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
17401
17671
|
};
|
|
17402
17672
|
}) | ({
|
|
17403
17673
|
layers?: string[] | undefined;
|
|
17404
|
-
} & import("./widgets").WidgetPresenceType)
|
|
17674
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
17675
|
+
layers?: string[] | undefined;
|
|
17676
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
17405
17677
|
}>[] | undefined;
|
|
17406
17678
|
};
|
|
17407
17679
|
}, {
|
|
@@ -17553,7 +17825,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
17553
17825
|
};
|
|
17554
17826
|
}) | ({
|
|
17555
17827
|
layers?: string[] | undefined;
|
|
17556
|
-
} & import("./widgets").WidgetPresenceType)
|
|
17828
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
17829
|
+
layers?: string[] | undefined;
|
|
17830
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
17557
17831
|
}>[];
|
|
17558
17832
|
imageSecureUrl?: string | undefined;
|
|
17559
17833
|
} | undefined;
|
|
@@ -17612,7 +17886,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
17612
17886
|
};
|
|
17613
17887
|
}) | ({
|
|
17614
17888
|
layers?: string[] | undefined;
|
|
17615
|
-
} & import("./widgets").WidgetPresenceType)
|
|
17889
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
17890
|
+
layers?: string[] | undefined;
|
|
17891
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
17616
17892
|
}>[] | undefined;
|
|
17617
17893
|
};
|
|
17618
17894
|
}>>, z.ZodIntersection<z.ZodReadonly<z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -17810,7 +18086,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
17810
18086
|
};
|
|
17811
18087
|
}) | ({
|
|
17812
18088
|
layers?: string[] | undefined;
|
|
17813
|
-
} & import("./widgets").WidgetPresenceType)
|
|
18089
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
18090
|
+
layers?: string[] | undefined;
|
|
18091
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
17814
18092
|
layers?: string[] | undefined;
|
|
17815
18093
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
17816
18094
|
layers?: string[] | undefined;
|
|
@@ -17860,7 +18138,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
17860
18138
|
};
|
|
17861
18139
|
}) | ({
|
|
17862
18140
|
layers?: string[] | undefined;
|
|
17863
|
-
} & import("./widgets").WidgetPresenceType)
|
|
18141
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
18142
|
+
layers?: string[] | undefined;
|
|
18143
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
17864
18144
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
17865
18145
|
layers?: string[] | undefined;
|
|
17866
18146
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -17911,7 +18191,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
17911
18191
|
};
|
|
17912
18192
|
}) | ({
|
|
17913
18193
|
layers?: string[] | undefined;
|
|
17914
|
-
} & import("./widgets").WidgetPresenceType)
|
|
18194
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
18195
|
+
layers?: string[] | undefined;
|
|
18196
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
17915
18197
|
layers?: string[] | undefined;
|
|
17916
18198
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
17917
18199
|
layers?: string[] | undefined;
|
|
@@ -17961,7 +18243,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
17961
18243
|
};
|
|
17962
18244
|
}) | ({
|
|
17963
18245
|
layers?: string[] | undefined;
|
|
17964
|
-
} & import("./widgets").WidgetPresenceType)
|
|
18246
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
18247
|
+
layers?: string[] | undefined;
|
|
18248
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
17965
18249
|
}>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
17966
18250
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
17967
18251
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -18402,7 +18686,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
18402
18686
|
};
|
|
18403
18687
|
}) | ({
|
|
18404
18688
|
layers?: string[] | undefined;
|
|
18405
|
-
} & import("./widgets").WidgetPresenceType)
|
|
18689
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
18690
|
+
layers?: string[] | undefined;
|
|
18691
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
18406
18692
|
} & {
|
|
18407
18693
|
type: string;
|
|
18408
18694
|
id: number;
|
|
@@ -18599,7 +18885,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
18599
18885
|
};
|
|
18600
18886
|
}) | ({
|
|
18601
18887
|
layers?: string[] | undefined;
|
|
18602
|
-
} & import("./widgets").WidgetPresenceType)
|
|
18888
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
18889
|
+
layers?: string[] | undefined;
|
|
18890
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
18603
18891
|
}>[];
|
|
18604
18892
|
imageSecureUrl?: string | undefined;
|
|
18605
18893
|
} | undefined;
|
|
@@ -18658,7 +18946,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
18658
18946
|
};
|
|
18659
18947
|
}) | ({
|
|
18660
18948
|
layers?: string[] | undefined;
|
|
18661
|
-
} & import("./widgets").WidgetPresenceType)
|
|
18949
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
18950
|
+
layers?: string[] | undefined;
|
|
18951
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
18662
18952
|
}>[] | undefined;
|
|
18663
18953
|
};
|
|
18664
18954
|
}) | (Readonly<import("./objectBase").jObjectBase & {
|
|
@@ -18747,7 +19037,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
18747
19037
|
};
|
|
18748
19038
|
}) | ({
|
|
18749
19039
|
layers?: string[] | undefined;
|
|
18750
|
-
} & import("./widgets").WidgetPresenceType)
|
|
19040
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
19041
|
+
layers?: string[] | undefined;
|
|
19042
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
18751
19043
|
} & {
|
|
18752
19044
|
type: string;
|
|
18753
19045
|
id: number;
|
|
@@ -18903,7 +19195,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
18903
19195
|
};
|
|
18904
19196
|
}) | ({
|
|
18905
19197
|
layers?: string[] | undefined;
|
|
18906
|
-
} & import("./widgets").WidgetPresenceType)
|
|
19198
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
19199
|
+
layers?: string[] | undefined;
|
|
19200
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
18907
19201
|
} & {
|
|
18908
19202
|
type: string;
|
|
18909
19203
|
id: number;
|
|
@@ -19100,7 +19394,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
19100
19394
|
};
|
|
19101
19395
|
}) | ({
|
|
19102
19396
|
layers?: string[] | undefined;
|
|
19103
|
-
} & import("./widgets").WidgetPresenceType)
|
|
19397
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
19398
|
+
layers?: string[] | undefined;
|
|
19399
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
19104
19400
|
}>[];
|
|
19105
19401
|
imageSecureUrl?: string | undefined;
|
|
19106
19402
|
} | undefined;
|
|
@@ -19159,7 +19455,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
19159
19455
|
};
|
|
19160
19456
|
}) | ({
|
|
19161
19457
|
layers?: string[] | undefined;
|
|
19162
|
-
} & import("./widgets").WidgetPresenceType)
|
|
19458
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
19459
|
+
layers?: string[] | undefined;
|
|
19460
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
19163
19461
|
}>[] | undefined;
|
|
19164
19462
|
};
|
|
19165
19463
|
}) | (Readonly<import("./objectBase").jObjectBase & {
|
|
@@ -19248,7 +19546,9 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
19248
19546
|
};
|
|
19249
19547
|
}) | ({
|
|
19250
19548
|
layers?: string[] | undefined;
|
|
19251
|
-
} & import("./widgets").WidgetPresenceType)
|
|
19549
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
19550
|
+
layers?: string[] | undefined;
|
|
19551
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
19252
19552
|
} & {
|
|
19253
19553
|
type: string;
|
|
19254
19554
|
id: number;
|