jamespot-user-api 1.0.209 → 1.0.210
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/AdminLogApi.html +1 -1
- 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/JCalendarApi.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/JExternalAppApi.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 +14 -14
- package/documentation/classes/JIAApi.html +1 -1
- package/documentation/classes/JLandApi.html +1 -1
- package/documentation/classes/JModuleApi.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/JitsiApi.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/GroupPrivacy.html +1 -0
- 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/application/types.d.ts +9 -2
- package/lib/src/apis/group/group.d.ts +6 -6
- package/lib/src/apis/tvDisplay/tvDisplay.d.ts +10 -10
- package/lib/src/types/article.d.ts +60 -60
- package/lib/src/types/asei.d.ts +10 -10
- package/lib/src/types/assetReservation.d.ts +30 -30
- package/lib/src/types/bookmark.d.ts +12 -12
- package/lib/src/types/businessContact.d.ts +5 -5
- package/lib/src/types/calendar.d.ts +1 -1
- package/lib/src/types/comment.d.ts +2 -2
- package/lib/src/types/diapazone.d.ts +7 -7
- package/lib/src/types/faq.d.ts +37 -37
- package/lib/src/types/group.d.ts +24 -12
- package/lib/src/types/jLand.d.ts +12 -12
- package/lib/src/types/mediaLibrary.d.ts +5 -5
- package/lib/src/types/meeting.d.ts +22 -22
- package/lib/src/types/object.d.ts +5 -5
- package/lib/src/types/pollSurvey.d.ts +21 -21
- package/lib/src/types/quizz.d.ts +21 -21
- package/lib/src/types/share.d.ts +12 -12
- package/lib/src/types/socialEvent.d.ts +22 -22
- package/lib/src/types/support.d.ts +23 -23
- package/lib/src/types/surveyDate.d.ts +21 -21
- package/lib/src/types/tinymce.d.ts +12 -0
- package/lib/src/types/tvDisplay.d.ts +231 -231
- package/lib/src/types/user.d.ts +5 -5
- package/lib/src/types/wedoc.d.ts +2 -2
- package/lib/src/types/widgets/widgetPresence.d.ts +3 -3
- package/lib/src/types/widgets/widgetQuickSurvey.d.ts +3 -3
- package/lib/src/types/widgets.d.ts +116 -166
- package/lib/src/util/meeting.d.ts +2 -2
- package/lib/src/util/socialEvent.d.ts +2 -2
- package/package.json +1 -1
|
@@ -31,7 +31,7 @@ export declare const inferTVChannelCustomSchema: <T extends z.ZodType<"DYNAMIC"
|
|
|
31
31
|
}>;
|
|
32
32
|
dateCreation: z.ZodString;
|
|
33
33
|
dateModified: z.ZodString;
|
|
34
|
-
}>, "strip", z.
|
|
34
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
35
35
|
_right: z.ZodObject<{
|
|
36
36
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
37
37
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -60,7 +60,7 @@ export declare const inferTVChannelCustomSchema: <T extends z.ZodType<"DYNAMIC"
|
|
|
60
60
|
dateCreation: z.ZodString;
|
|
61
61
|
dateModified: z.ZodString;
|
|
62
62
|
category: z.ZodNumber;
|
|
63
|
-
privacy: z.
|
|
63
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
64
64
|
}>, "strip", z.ZodTypeAny, {
|
|
65
65
|
type: string;
|
|
66
66
|
id: number;
|
|
@@ -70,7 +70,7 @@ export declare const inferTVChannelCustomSchema: <T extends z.ZodType<"DYNAMIC"
|
|
|
70
70
|
dateModified: string;
|
|
71
71
|
title: string;
|
|
72
72
|
_url: string;
|
|
73
|
-
privacy:
|
|
73
|
+
privacy: import("./group").GroupPrivacy;
|
|
74
74
|
category: number;
|
|
75
75
|
}, {
|
|
76
76
|
type: string;
|
|
@@ -81,7 +81,7 @@ export declare const inferTVChannelCustomSchema: <T extends z.ZodType<"DYNAMIC"
|
|
|
81
81
|
dateModified: string;
|
|
82
82
|
title: string;
|
|
83
83
|
_url: string;
|
|
84
|
-
privacy:
|
|
84
|
+
privacy: import("./group").GroupPrivacy;
|
|
85
85
|
category: number;
|
|
86
86
|
}>>;
|
|
87
87
|
tvChannelConfig: z.ZodObject<{
|
|
@@ -158,7 +158,7 @@ export declare const inferTVChannelCustomSchema: <T extends z.ZodType<"DYNAMIC"
|
|
|
158
158
|
}>;
|
|
159
159
|
dateCreation: z.ZodString;
|
|
160
160
|
dateModified: z.ZodString;
|
|
161
|
-
}>, "strip", z.
|
|
161
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
162
162
|
_right: z.ZodObject<{
|
|
163
163
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
164
164
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -187,7 +187,7 @@ export declare const inferTVChannelCustomSchema: <T extends z.ZodType<"DYNAMIC"
|
|
|
187
187
|
dateCreation: z.ZodString;
|
|
188
188
|
dateModified: z.ZodString;
|
|
189
189
|
category: z.ZodNumber;
|
|
190
|
-
privacy: z.
|
|
190
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
191
191
|
}>, "strip", z.ZodTypeAny, {
|
|
192
192
|
type: string;
|
|
193
193
|
id: number;
|
|
@@ -197,7 +197,7 @@ export declare const inferTVChannelCustomSchema: <T extends z.ZodType<"DYNAMIC"
|
|
|
197
197
|
dateModified: string;
|
|
198
198
|
title: string;
|
|
199
199
|
_url: string;
|
|
200
|
-
privacy:
|
|
200
|
+
privacy: import("./group").GroupPrivacy;
|
|
201
201
|
category: number;
|
|
202
202
|
}, {
|
|
203
203
|
type: string;
|
|
@@ -208,7 +208,7 @@ export declare const inferTVChannelCustomSchema: <T extends z.ZodType<"DYNAMIC"
|
|
|
208
208
|
dateModified: string;
|
|
209
209
|
title: string;
|
|
210
210
|
_url: string;
|
|
211
|
-
privacy:
|
|
211
|
+
privacy: import("./group").GroupPrivacy;
|
|
212
212
|
category: number;
|
|
213
213
|
}>>;
|
|
214
214
|
tvChannelConfig: z.ZodObject<{
|
|
@@ -285,7 +285,7 @@ export declare const inferTVChannelCustomSchema: <T extends z.ZodType<"DYNAMIC"
|
|
|
285
285
|
}>;
|
|
286
286
|
dateCreation: z.ZodString;
|
|
287
287
|
dateModified: z.ZodString;
|
|
288
|
-
}>, "strip", z.
|
|
288
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
289
289
|
_right: z.ZodObject<{
|
|
290
290
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
291
291
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -314,7 +314,7 @@ export declare const inferTVChannelCustomSchema: <T extends z.ZodType<"DYNAMIC"
|
|
|
314
314
|
dateCreation: z.ZodString;
|
|
315
315
|
dateModified: z.ZodString;
|
|
316
316
|
category: z.ZodNumber;
|
|
317
|
-
privacy: z.
|
|
317
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
318
318
|
}>, "strip", z.ZodTypeAny, {
|
|
319
319
|
type: string;
|
|
320
320
|
id: number;
|
|
@@ -324,7 +324,7 @@ export declare const inferTVChannelCustomSchema: <T extends z.ZodType<"DYNAMIC"
|
|
|
324
324
|
dateModified: string;
|
|
325
325
|
title: string;
|
|
326
326
|
_url: string;
|
|
327
|
-
privacy:
|
|
327
|
+
privacy: import("./group").GroupPrivacy;
|
|
328
328
|
category: number;
|
|
329
329
|
}, {
|
|
330
330
|
type: string;
|
|
@@ -335,7 +335,7 @@ export declare const inferTVChannelCustomSchema: <T extends z.ZodType<"DYNAMIC"
|
|
|
335
335
|
dateModified: string;
|
|
336
336
|
title: string;
|
|
337
337
|
_url: string;
|
|
338
|
-
privacy:
|
|
338
|
+
privacy: import("./group").GroupPrivacy;
|
|
339
339
|
category: number;
|
|
340
340
|
}>>;
|
|
341
341
|
tvChannelConfig: z.ZodObject<{
|
|
@@ -412,7 +412,7 @@ export declare const inferTVChannelCustomSchema: <T extends z.ZodType<"DYNAMIC"
|
|
|
412
412
|
}>;
|
|
413
413
|
dateCreation: z.ZodString;
|
|
414
414
|
dateModified: z.ZodString;
|
|
415
|
-
}>, "strip", z.
|
|
415
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
416
416
|
_right: z.ZodObject<{
|
|
417
417
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
418
418
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -441,7 +441,7 @@ export declare const inferTVChannelCustomSchema: <T extends z.ZodType<"DYNAMIC"
|
|
|
441
441
|
dateCreation: z.ZodString;
|
|
442
442
|
dateModified: z.ZodString;
|
|
443
443
|
category: z.ZodNumber;
|
|
444
|
-
privacy: z.
|
|
444
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
445
445
|
}>, "strip", z.ZodTypeAny, {
|
|
446
446
|
type: string;
|
|
447
447
|
id: number;
|
|
@@ -451,7 +451,7 @@ export declare const inferTVChannelCustomSchema: <T extends z.ZodType<"DYNAMIC"
|
|
|
451
451
|
dateModified: string;
|
|
452
452
|
title: string;
|
|
453
453
|
_url: string;
|
|
454
|
-
privacy:
|
|
454
|
+
privacy: import("./group").GroupPrivacy;
|
|
455
455
|
category: number;
|
|
456
456
|
}, {
|
|
457
457
|
type: string;
|
|
@@ -462,7 +462,7 @@ export declare const inferTVChannelCustomSchema: <T extends z.ZodType<"DYNAMIC"
|
|
|
462
462
|
dateModified: string;
|
|
463
463
|
title: string;
|
|
464
464
|
_url: string;
|
|
465
|
-
privacy:
|
|
465
|
+
privacy: import("./group").GroupPrivacy;
|
|
466
466
|
category: number;
|
|
467
467
|
}>>;
|
|
468
468
|
tvChannelConfig: z.ZodObject<{
|
|
@@ -539,7 +539,7 @@ export declare const inferTVChannelCustomSchema: <T extends z.ZodType<"DYNAMIC"
|
|
|
539
539
|
}>;
|
|
540
540
|
dateCreation: z.ZodString;
|
|
541
541
|
dateModified: z.ZodString;
|
|
542
|
-
}>, "strip", z.
|
|
542
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
543
543
|
_right: z.ZodObject<{
|
|
544
544
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
545
545
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -568,7 +568,7 @@ export declare const inferTVChannelCustomSchema: <T extends z.ZodType<"DYNAMIC"
|
|
|
568
568
|
dateCreation: z.ZodString;
|
|
569
569
|
dateModified: z.ZodString;
|
|
570
570
|
category: z.ZodNumber;
|
|
571
|
-
privacy: z.
|
|
571
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
572
572
|
}>, "strip", z.ZodTypeAny, {
|
|
573
573
|
type: string;
|
|
574
574
|
id: number;
|
|
@@ -578,7 +578,7 @@ export declare const inferTVChannelCustomSchema: <T extends z.ZodType<"DYNAMIC"
|
|
|
578
578
|
dateModified: string;
|
|
579
579
|
title: string;
|
|
580
580
|
_url: string;
|
|
581
|
-
privacy:
|
|
581
|
+
privacy: import("./group").GroupPrivacy;
|
|
582
582
|
category: number;
|
|
583
583
|
}, {
|
|
584
584
|
type: string;
|
|
@@ -589,7 +589,7 @@ export declare const inferTVChannelCustomSchema: <T extends z.ZodType<"DYNAMIC"
|
|
|
589
589
|
dateModified: string;
|
|
590
590
|
title: string;
|
|
591
591
|
_url: string;
|
|
592
|
-
privacy:
|
|
592
|
+
privacy: import("./group").GroupPrivacy;
|
|
593
593
|
category: number;
|
|
594
594
|
}>>;
|
|
595
595
|
tvChannelConfig: z.ZodObject<{
|
|
@@ -668,7 +668,7 @@ export declare const tvChannelCustomListDynamicSchema: z.ZodObject<z.objectUtil.
|
|
|
668
668
|
}>;
|
|
669
669
|
dateCreation: z.ZodString;
|
|
670
670
|
dateModified: z.ZodString;
|
|
671
|
-
}>, "strip", z.
|
|
671
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
672
672
|
_right: z.ZodObject<{
|
|
673
673
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
674
674
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -697,7 +697,7 @@ export declare const tvChannelCustomListDynamicSchema: z.ZodObject<z.objectUtil.
|
|
|
697
697
|
dateCreation: z.ZodString;
|
|
698
698
|
dateModified: z.ZodString;
|
|
699
699
|
category: z.ZodNumber;
|
|
700
|
-
privacy: z.
|
|
700
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
701
701
|
}>, "strip", z.ZodTypeAny, {
|
|
702
702
|
type: string;
|
|
703
703
|
id: number;
|
|
@@ -707,7 +707,7 @@ export declare const tvChannelCustomListDynamicSchema: z.ZodObject<z.objectUtil.
|
|
|
707
707
|
dateModified: string;
|
|
708
708
|
title: string;
|
|
709
709
|
_url: string;
|
|
710
|
-
privacy:
|
|
710
|
+
privacy: import("./group").GroupPrivacy;
|
|
711
711
|
category: number;
|
|
712
712
|
}, {
|
|
713
713
|
type: string;
|
|
@@ -718,7 +718,7 @@ export declare const tvChannelCustomListDynamicSchema: z.ZodObject<z.objectUtil.
|
|
|
718
718
|
dateModified: string;
|
|
719
719
|
title: string;
|
|
720
720
|
_url: string;
|
|
721
|
-
privacy:
|
|
721
|
+
privacy: import("./group").GroupPrivacy;
|
|
722
722
|
category: number;
|
|
723
723
|
}>>;
|
|
724
724
|
tvChannelConfig: z.ZodObject<{
|
|
@@ -811,7 +811,7 @@ export declare const tvChannelCustomListDynamicSchema: z.ZodObject<z.objectUtil.
|
|
|
811
811
|
dateModified: string;
|
|
812
812
|
title: string;
|
|
813
813
|
_url: string;
|
|
814
|
-
privacy:
|
|
814
|
+
privacy: import("./group").GroupPrivacy;
|
|
815
815
|
category: number;
|
|
816
816
|
} | undefined;
|
|
817
817
|
}, {
|
|
@@ -858,7 +858,7 @@ export declare const tvChannelCustomListDynamicSchema: z.ZodObject<z.objectUtil.
|
|
|
858
858
|
dateModified: string;
|
|
859
859
|
title: string;
|
|
860
860
|
_url: string;
|
|
861
|
-
privacy:
|
|
861
|
+
privacy: import("./group").GroupPrivacy;
|
|
862
862
|
category: number;
|
|
863
863
|
} | undefined;
|
|
864
864
|
}>;
|
|
@@ -893,7 +893,7 @@ export declare const tvChannelCustomListSlideshowSchema: z.ZodObject<z.objectUti
|
|
|
893
893
|
}>;
|
|
894
894
|
dateCreation: z.ZodString;
|
|
895
895
|
dateModified: z.ZodString;
|
|
896
|
-
}>, "strip", z.
|
|
896
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
897
897
|
_right: z.ZodObject<{
|
|
898
898
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
899
899
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -922,7 +922,7 @@ export declare const tvChannelCustomListSlideshowSchema: z.ZodObject<z.objectUti
|
|
|
922
922
|
dateCreation: z.ZodString;
|
|
923
923
|
dateModified: z.ZodString;
|
|
924
924
|
category: z.ZodNumber;
|
|
925
|
-
privacy: z.
|
|
925
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
926
926
|
}>, "strip", z.ZodTypeAny, {
|
|
927
927
|
type: string;
|
|
928
928
|
id: number;
|
|
@@ -932,7 +932,7 @@ export declare const tvChannelCustomListSlideshowSchema: z.ZodObject<z.objectUti
|
|
|
932
932
|
dateModified: string;
|
|
933
933
|
title: string;
|
|
934
934
|
_url: string;
|
|
935
|
-
privacy:
|
|
935
|
+
privacy: import("./group").GroupPrivacy;
|
|
936
936
|
category: number;
|
|
937
937
|
}, {
|
|
938
938
|
type: string;
|
|
@@ -943,7 +943,7 @@ export declare const tvChannelCustomListSlideshowSchema: z.ZodObject<z.objectUti
|
|
|
943
943
|
dateModified: string;
|
|
944
944
|
title: string;
|
|
945
945
|
_url: string;
|
|
946
|
-
privacy:
|
|
946
|
+
privacy: import("./group").GroupPrivacy;
|
|
947
947
|
category: number;
|
|
948
948
|
}>>;
|
|
949
949
|
tvChannelConfig: z.ZodObject<{
|
|
@@ -1034,7 +1034,7 @@ export declare const tvChannelCustomListSlideshowSchema: z.ZodObject<z.objectUti
|
|
|
1034
1034
|
dateModified: string;
|
|
1035
1035
|
title: string;
|
|
1036
1036
|
_url: string;
|
|
1037
|
-
privacy:
|
|
1037
|
+
privacy: import("./group").GroupPrivacy;
|
|
1038
1038
|
category: number;
|
|
1039
1039
|
} | undefined;
|
|
1040
1040
|
}, {
|
|
@@ -1081,7 +1081,7 @@ export declare const tvChannelCustomListSlideshowSchema: z.ZodObject<z.objectUti
|
|
|
1081
1081
|
dateModified: string;
|
|
1082
1082
|
title: string;
|
|
1083
1083
|
_url: string;
|
|
1084
|
-
privacy:
|
|
1084
|
+
privacy: import("./group").GroupPrivacy;
|
|
1085
1085
|
category: number;
|
|
1086
1086
|
} | undefined;
|
|
1087
1087
|
}>;
|
|
@@ -1134,7 +1134,7 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
|
|
|
1134
1134
|
}>;
|
|
1135
1135
|
dateCreation: z.ZodString;
|
|
1136
1136
|
dateModified: z.ZodString;
|
|
1137
|
-
}>, "strip", z.
|
|
1137
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
1138
1138
|
_right: z.ZodObject<{
|
|
1139
1139
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
1140
1140
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -1163,7 +1163,7 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
|
|
|
1163
1163
|
}>;
|
|
1164
1164
|
dateCreation: z.ZodString;
|
|
1165
1165
|
dateModified: z.ZodString;
|
|
1166
|
-
}>, "strip", z.
|
|
1166
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1167
1167
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1168
1168
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1169
1169
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -1177,7 +1177,7 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
|
|
|
1177
1177
|
dateCreation: z.ZodString;
|
|
1178
1178
|
dateModified: z.ZodString;
|
|
1179
1179
|
category: z.ZodNumber;
|
|
1180
|
-
privacy: z.
|
|
1180
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
1181
1181
|
}>, "strip", z.ZodTypeAny, {
|
|
1182
1182
|
type: string;
|
|
1183
1183
|
id: number;
|
|
@@ -1187,7 +1187,7 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
|
|
|
1187
1187
|
dateModified: string;
|
|
1188
1188
|
title: string;
|
|
1189
1189
|
_url: string;
|
|
1190
|
-
privacy:
|
|
1190
|
+
privacy: import("./group").GroupPrivacy;
|
|
1191
1191
|
category: number;
|
|
1192
1192
|
}, {
|
|
1193
1193
|
type: string;
|
|
@@ -1198,7 +1198,7 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
|
|
|
1198
1198
|
dateModified: string;
|
|
1199
1199
|
title: string;
|
|
1200
1200
|
_url: string;
|
|
1201
|
-
privacy:
|
|
1201
|
+
privacy: import("./group").GroupPrivacy;
|
|
1202
1202
|
category: number;
|
|
1203
1203
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1204
1204
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -1486,7 +1486,7 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
|
|
|
1486
1486
|
}>;
|
|
1487
1487
|
dateCreation: z.ZodString;
|
|
1488
1488
|
dateModified: z.ZodString;
|
|
1489
|
-
}>, "strip", z.
|
|
1489
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
1490
1490
|
_right: z.ZodObject<{
|
|
1491
1491
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
1492
1492
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -1515,7 +1515,7 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
|
|
|
1515
1515
|
dateCreation: z.ZodString;
|
|
1516
1516
|
dateModified: z.ZodString;
|
|
1517
1517
|
category: z.ZodNumber;
|
|
1518
|
-
privacy: z.
|
|
1518
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
1519
1519
|
}>, "strip", z.ZodTypeAny, {
|
|
1520
1520
|
type: string;
|
|
1521
1521
|
id: number;
|
|
@@ -1525,7 +1525,7 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
|
|
|
1525
1525
|
dateModified: string;
|
|
1526
1526
|
title: string;
|
|
1527
1527
|
_url: string;
|
|
1528
|
-
privacy:
|
|
1528
|
+
privacy: import("./group").GroupPrivacy;
|
|
1529
1529
|
category: number;
|
|
1530
1530
|
}, {
|
|
1531
1531
|
type: string;
|
|
@@ -1536,7 +1536,7 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
|
|
|
1536
1536
|
dateModified: string;
|
|
1537
1537
|
title: string;
|
|
1538
1538
|
_url: string;
|
|
1539
|
-
privacy:
|
|
1539
|
+
privacy: import("./group").GroupPrivacy;
|
|
1540
1540
|
category: number;
|
|
1541
1541
|
}>>;
|
|
1542
1542
|
tvChannelConfig: z.ZodObject<{
|
|
@@ -1629,7 +1629,7 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
|
|
|
1629
1629
|
dateModified: string;
|
|
1630
1630
|
title: string;
|
|
1631
1631
|
_url: string;
|
|
1632
|
-
privacy:
|
|
1632
|
+
privacy: import("./group").GroupPrivacy;
|
|
1633
1633
|
category: number;
|
|
1634
1634
|
} | undefined;
|
|
1635
1635
|
}, {
|
|
@@ -1676,7 +1676,7 @@ export declare const tvChannelDynamicListSchema: z.ZodReadonly<z.ZodIntersection
|
|
|
1676
1676
|
dateModified: string;
|
|
1677
1677
|
title: string;
|
|
1678
1678
|
_url: string;
|
|
1679
|
-
privacy:
|
|
1679
|
+
privacy: import("./group").GroupPrivacy;
|
|
1680
1680
|
category: number;
|
|
1681
1681
|
} | undefined;
|
|
1682
1682
|
}>>>;
|
|
@@ -1714,7 +1714,7 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
|
|
|
1714
1714
|
}>;
|
|
1715
1715
|
dateCreation: z.ZodString;
|
|
1716
1716
|
dateModified: z.ZodString;
|
|
1717
|
-
}>, "strip", z.
|
|
1717
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
1718
1718
|
_right: z.ZodObject<{
|
|
1719
1719
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
1720
1720
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -1743,7 +1743,7 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
|
|
|
1743
1743
|
}>;
|
|
1744
1744
|
dateCreation: z.ZodString;
|
|
1745
1745
|
dateModified: z.ZodString;
|
|
1746
|
-
}>, "strip", z.
|
|
1746
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1747
1747
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1748
1748
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1749
1749
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -1757,7 +1757,7 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
|
|
|
1757
1757
|
dateCreation: z.ZodString;
|
|
1758
1758
|
dateModified: z.ZodString;
|
|
1759
1759
|
category: z.ZodNumber;
|
|
1760
|
-
privacy: z.
|
|
1760
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
1761
1761
|
}>, "strip", z.ZodTypeAny, {
|
|
1762
1762
|
type: string;
|
|
1763
1763
|
id: number;
|
|
@@ -1767,7 +1767,7 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
|
|
|
1767
1767
|
dateModified: string;
|
|
1768
1768
|
title: string;
|
|
1769
1769
|
_url: string;
|
|
1770
|
-
privacy:
|
|
1770
|
+
privacy: import("./group").GroupPrivacy;
|
|
1771
1771
|
category: number;
|
|
1772
1772
|
}, {
|
|
1773
1773
|
type: string;
|
|
@@ -1778,7 +1778,7 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
|
|
|
1778
1778
|
dateModified: string;
|
|
1779
1779
|
title: string;
|
|
1780
1780
|
_url: string;
|
|
1781
|
-
privacy:
|
|
1781
|
+
privacy: import("./group").GroupPrivacy;
|
|
1782
1782
|
category: number;
|
|
1783
1783
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1784
1784
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -2066,7 +2066,7 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
|
|
|
2066
2066
|
}>;
|
|
2067
2067
|
dateCreation: z.ZodString;
|
|
2068
2068
|
dateModified: z.ZodString;
|
|
2069
|
-
}>, "strip", z.
|
|
2069
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
2070
2070
|
_right: z.ZodObject<{
|
|
2071
2071
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2072
2072
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -2095,7 +2095,7 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
|
|
|
2095
2095
|
dateCreation: z.ZodString;
|
|
2096
2096
|
dateModified: z.ZodString;
|
|
2097
2097
|
category: z.ZodNumber;
|
|
2098
|
-
privacy: z.
|
|
2098
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
2099
2099
|
}>, "strip", z.ZodTypeAny, {
|
|
2100
2100
|
type: string;
|
|
2101
2101
|
id: number;
|
|
@@ -2105,7 +2105,7 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
|
|
|
2105
2105
|
dateModified: string;
|
|
2106
2106
|
title: string;
|
|
2107
2107
|
_url: string;
|
|
2108
|
-
privacy:
|
|
2108
|
+
privacy: import("./group").GroupPrivacy;
|
|
2109
2109
|
category: number;
|
|
2110
2110
|
}, {
|
|
2111
2111
|
type: string;
|
|
@@ -2116,7 +2116,7 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
|
|
|
2116
2116
|
dateModified: string;
|
|
2117
2117
|
title: string;
|
|
2118
2118
|
_url: string;
|
|
2119
|
-
privacy:
|
|
2119
|
+
privacy: import("./group").GroupPrivacy;
|
|
2120
2120
|
category: number;
|
|
2121
2121
|
}>>;
|
|
2122
2122
|
tvChannelConfig: z.ZodObject<{
|
|
@@ -2207,7 +2207,7 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
|
|
|
2207
2207
|
dateModified: string;
|
|
2208
2208
|
title: string;
|
|
2209
2209
|
_url: string;
|
|
2210
|
-
privacy:
|
|
2210
|
+
privacy: import("./group").GroupPrivacy;
|
|
2211
2211
|
category: number;
|
|
2212
2212
|
} | undefined;
|
|
2213
2213
|
}, {
|
|
@@ -2254,7 +2254,7 @@ export declare const tvChannelSlideshowListSchema: z.ZodReadonly<z.ZodIntersecti
|
|
|
2254
2254
|
dateModified: string;
|
|
2255
2255
|
title: string;
|
|
2256
2256
|
_url: string;
|
|
2257
|
-
privacy:
|
|
2257
|
+
privacy: import("./group").GroupPrivacy;
|
|
2258
2258
|
category: number;
|
|
2259
2259
|
} | undefined;
|
|
2260
2260
|
}>>>;
|
|
@@ -2292,7 +2292,7 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
|
|
|
2292
2292
|
}>;
|
|
2293
2293
|
dateCreation: z.ZodString;
|
|
2294
2294
|
dateModified: z.ZodString;
|
|
2295
|
-
}>, "strip", z.
|
|
2295
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
2296
2296
|
_right: z.ZodObject<{
|
|
2297
2297
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2298
2298
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -2321,7 +2321,7 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
|
|
|
2321
2321
|
}>;
|
|
2322
2322
|
dateCreation: z.ZodString;
|
|
2323
2323
|
dateModified: z.ZodString;
|
|
2324
|
-
}>, "strip", z.
|
|
2324
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
2325
2325
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
2326
2326
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
2327
2327
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -2335,7 +2335,7 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
|
|
|
2335
2335
|
dateCreation: z.ZodString;
|
|
2336
2336
|
dateModified: z.ZodString;
|
|
2337
2337
|
category: z.ZodNumber;
|
|
2338
|
-
privacy: z.
|
|
2338
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
2339
2339
|
}>, "strip", z.ZodTypeAny, {
|
|
2340
2340
|
type: string;
|
|
2341
2341
|
id: number;
|
|
@@ -2345,7 +2345,7 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
|
|
|
2345
2345
|
dateModified: string;
|
|
2346
2346
|
title: string;
|
|
2347
2347
|
_url: string;
|
|
2348
|
-
privacy:
|
|
2348
|
+
privacy: import("./group").GroupPrivacy;
|
|
2349
2349
|
category: number;
|
|
2350
2350
|
}, {
|
|
2351
2351
|
type: string;
|
|
@@ -2356,7 +2356,7 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
|
|
|
2356
2356
|
dateModified: string;
|
|
2357
2357
|
title: string;
|
|
2358
2358
|
_url: string;
|
|
2359
|
-
privacy:
|
|
2359
|
+
privacy: import("./group").GroupPrivacy;
|
|
2360
2360
|
category: number;
|
|
2361
2361
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
2362
2362
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -2644,7 +2644,7 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
|
|
|
2644
2644
|
}>;
|
|
2645
2645
|
dateCreation: z.ZodString;
|
|
2646
2646
|
dateModified: z.ZodString;
|
|
2647
|
-
}>, "strip", z.
|
|
2647
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
2648
2648
|
_right: z.ZodObject<{
|
|
2649
2649
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2650
2650
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -2673,7 +2673,7 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
|
|
|
2673
2673
|
dateCreation: z.ZodString;
|
|
2674
2674
|
dateModified: z.ZodString;
|
|
2675
2675
|
category: z.ZodNumber;
|
|
2676
|
-
privacy: z.
|
|
2676
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
2677
2677
|
}>, "strip", z.ZodTypeAny, {
|
|
2678
2678
|
type: string;
|
|
2679
2679
|
id: number;
|
|
@@ -2683,7 +2683,7 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
|
|
|
2683
2683
|
dateModified: string;
|
|
2684
2684
|
title: string;
|
|
2685
2685
|
_url: string;
|
|
2686
|
-
privacy:
|
|
2686
|
+
privacy: import("./group").GroupPrivacy;
|
|
2687
2687
|
category: number;
|
|
2688
2688
|
}, {
|
|
2689
2689
|
type: string;
|
|
@@ -2694,7 +2694,7 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
|
|
|
2694
2694
|
dateModified: string;
|
|
2695
2695
|
title: string;
|
|
2696
2696
|
_url: string;
|
|
2697
|
-
privacy:
|
|
2697
|
+
privacy: import("./group").GroupPrivacy;
|
|
2698
2698
|
category: number;
|
|
2699
2699
|
}>>;
|
|
2700
2700
|
tvChannelConfig: z.ZodObject<{
|
|
@@ -2787,7 +2787,7 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
|
|
|
2787
2787
|
dateModified: string;
|
|
2788
2788
|
title: string;
|
|
2789
2789
|
_url: string;
|
|
2790
|
-
privacy:
|
|
2790
|
+
privacy: import("./group").GroupPrivacy;
|
|
2791
2791
|
category: number;
|
|
2792
2792
|
} | undefined;
|
|
2793
2793
|
}, {
|
|
@@ -2834,7 +2834,7 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
|
|
|
2834
2834
|
dateModified: string;
|
|
2835
2835
|
title: string;
|
|
2836
2836
|
_url: string;
|
|
2837
|
-
privacy:
|
|
2837
|
+
privacy: import("./group").GroupPrivacy;
|
|
2838
2838
|
category: number;
|
|
2839
2839
|
} | undefined;
|
|
2840
2840
|
}>>>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -2867,7 +2867,7 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
|
|
|
2867
2867
|
}>;
|
|
2868
2868
|
dateCreation: z.ZodString;
|
|
2869
2869
|
dateModified: z.ZodString;
|
|
2870
|
-
}>, "strip", z.
|
|
2870
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
2871
2871
|
_right: z.ZodObject<{
|
|
2872
2872
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2873
2873
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -2896,7 +2896,7 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
|
|
|
2896
2896
|
dateCreation: z.ZodString;
|
|
2897
2897
|
dateModified: z.ZodString;
|
|
2898
2898
|
category: z.ZodNumber;
|
|
2899
|
-
privacy: z.
|
|
2899
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
2900
2900
|
}>, "strip", z.ZodTypeAny, {
|
|
2901
2901
|
type: string;
|
|
2902
2902
|
id: number;
|
|
@@ -2906,7 +2906,7 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
|
|
|
2906
2906
|
dateModified: string;
|
|
2907
2907
|
title: string;
|
|
2908
2908
|
_url: string;
|
|
2909
|
-
privacy:
|
|
2909
|
+
privacy: import("./group").GroupPrivacy;
|
|
2910
2910
|
category: number;
|
|
2911
2911
|
}, {
|
|
2912
2912
|
type: string;
|
|
@@ -2917,7 +2917,7 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
|
|
|
2917
2917
|
dateModified: string;
|
|
2918
2918
|
title: string;
|
|
2919
2919
|
_url: string;
|
|
2920
|
-
privacy:
|
|
2920
|
+
privacy: import("./group").GroupPrivacy;
|
|
2921
2921
|
category: number;
|
|
2922
2922
|
}>>;
|
|
2923
2923
|
tvChannelConfig: z.ZodObject<{
|
|
@@ -3008,7 +3008,7 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
|
|
|
3008
3008
|
dateModified: string;
|
|
3009
3009
|
title: string;
|
|
3010
3010
|
_url: string;
|
|
3011
|
-
privacy:
|
|
3011
|
+
privacy: import("./group").GroupPrivacy;
|
|
3012
3012
|
category: number;
|
|
3013
3013
|
} | undefined;
|
|
3014
3014
|
}, {
|
|
@@ -3055,7 +3055,7 @@ export declare const tvChannelCustomListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodI
|
|
|
3055
3055
|
dateModified: string;
|
|
3056
3056
|
title: string;
|
|
3057
3057
|
_url: string;
|
|
3058
|
-
privacy:
|
|
3058
|
+
privacy: import("./group").GroupPrivacy;
|
|
3059
3059
|
category: number;
|
|
3060
3060
|
} | undefined;
|
|
3061
3061
|
}>]>;
|
|
@@ -3093,7 +3093,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3093
3093
|
}>;
|
|
3094
3094
|
dateCreation: z.ZodString;
|
|
3095
3095
|
dateModified: z.ZodString;
|
|
3096
|
-
}>, "strip", z.
|
|
3096
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
3097
3097
|
_right: z.ZodObject<{
|
|
3098
3098
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
3099
3099
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -3122,7 +3122,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3122
3122
|
}>;
|
|
3123
3123
|
dateCreation: z.ZodString;
|
|
3124
3124
|
dateModified: z.ZodString;
|
|
3125
|
-
}>, "strip", z.
|
|
3125
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
3126
3126
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
3127
3127
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
3128
3128
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -3136,7 +3136,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3136
3136
|
dateCreation: z.ZodString;
|
|
3137
3137
|
dateModified: z.ZodString;
|
|
3138
3138
|
category: z.ZodNumber;
|
|
3139
|
-
privacy: z.
|
|
3139
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
3140
3140
|
}>, "strip", z.ZodTypeAny, {
|
|
3141
3141
|
type: string;
|
|
3142
3142
|
id: number;
|
|
@@ -3146,7 +3146,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3146
3146
|
dateModified: string;
|
|
3147
3147
|
title: string;
|
|
3148
3148
|
_url: string;
|
|
3149
|
-
privacy:
|
|
3149
|
+
privacy: import("./group").GroupPrivacy;
|
|
3150
3150
|
category: number;
|
|
3151
3151
|
}, {
|
|
3152
3152
|
type: string;
|
|
@@ -3157,7 +3157,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3157
3157
|
dateModified: string;
|
|
3158
3158
|
title: string;
|
|
3159
3159
|
_url: string;
|
|
3160
|
-
privacy:
|
|
3160
|
+
privacy: import("./group").GroupPrivacy;
|
|
3161
3161
|
category: number;
|
|
3162
3162
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
3163
3163
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -3445,7 +3445,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3445
3445
|
}>;
|
|
3446
3446
|
dateCreation: z.ZodString;
|
|
3447
3447
|
dateModified: z.ZodString;
|
|
3448
|
-
}>, "strip", z.
|
|
3448
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
3449
3449
|
_right: z.ZodObject<{
|
|
3450
3450
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
3451
3451
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -3474,7 +3474,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3474
3474
|
dateCreation: z.ZodString;
|
|
3475
3475
|
dateModified: z.ZodString;
|
|
3476
3476
|
category: z.ZodNumber;
|
|
3477
|
-
privacy: z.
|
|
3477
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
3478
3478
|
}>, "strip", z.ZodTypeAny, {
|
|
3479
3479
|
type: string;
|
|
3480
3480
|
id: number;
|
|
@@ -3484,7 +3484,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3484
3484
|
dateModified: string;
|
|
3485
3485
|
title: string;
|
|
3486
3486
|
_url: string;
|
|
3487
|
-
privacy:
|
|
3487
|
+
privacy: import("./group").GroupPrivacy;
|
|
3488
3488
|
category: number;
|
|
3489
3489
|
}, {
|
|
3490
3490
|
type: string;
|
|
@@ -3495,7 +3495,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3495
3495
|
dateModified: string;
|
|
3496
3496
|
title: string;
|
|
3497
3497
|
_url: string;
|
|
3498
|
-
privacy:
|
|
3498
|
+
privacy: import("./group").GroupPrivacy;
|
|
3499
3499
|
category: number;
|
|
3500
3500
|
}>>;
|
|
3501
3501
|
tvChannelConfig: z.ZodObject<{
|
|
@@ -3588,7 +3588,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3588
3588
|
dateModified: string;
|
|
3589
3589
|
title: string;
|
|
3590
3590
|
_url: string;
|
|
3591
|
-
privacy:
|
|
3591
|
+
privacy: import("./group").GroupPrivacy;
|
|
3592
3592
|
category: number;
|
|
3593
3593
|
} | undefined;
|
|
3594
3594
|
}, {
|
|
@@ -3635,7 +3635,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3635
3635
|
dateModified: string;
|
|
3636
3636
|
title: string;
|
|
3637
3637
|
_url: string;
|
|
3638
|
-
privacy:
|
|
3638
|
+
privacy: import("./group").GroupPrivacy;
|
|
3639
3639
|
category: number;
|
|
3640
3640
|
} | undefined;
|
|
3641
3641
|
}>>>, z.ZodReadonly<z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -3671,7 +3671,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3671
3671
|
}>;
|
|
3672
3672
|
dateCreation: z.ZodString;
|
|
3673
3673
|
dateModified: z.ZodString;
|
|
3674
|
-
}>, "strip", z.
|
|
3674
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
3675
3675
|
_right: z.ZodObject<{
|
|
3676
3676
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
3677
3677
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -3700,7 +3700,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3700
3700
|
}>;
|
|
3701
3701
|
dateCreation: z.ZodString;
|
|
3702
3702
|
dateModified: z.ZodString;
|
|
3703
|
-
}>, "strip", z.
|
|
3703
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
3704
3704
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
3705
3705
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
3706
3706
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -3714,7 +3714,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3714
3714
|
dateCreation: z.ZodString;
|
|
3715
3715
|
dateModified: z.ZodString;
|
|
3716
3716
|
category: z.ZodNumber;
|
|
3717
|
-
privacy: z.
|
|
3717
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
3718
3718
|
}>, "strip", z.ZodTypeAny, {
|
|
3719
3719
|
type: string;
|
|
3720
3720
|
id: number;
|
|
@@ -3724,7 +3724,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3724
3724
|
dateModified: string;
|
|
3725
3725
|
title: string;
|
|
3726
3726
|
_url: string;
|
|
3727
|
-
privacy:
|
|
3727
|
+
privacy: import("./group").GroupPrivacy;
|
|
3728
3728
|
category: number;
|
|
3729
3729
|
}, {
|
|
3730
3730
|
type: string;
|
|
@@ -3735,7 +3735,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
3735
3735
|
dateModified: string;
|
|
3736
3736
|
title: string;
|
|
3737
3737
|
_url: string;
|
|
3738
|
-
privacy:
|
|
3738
|
+
privacy: import("./group").GroupPrivacy;
|
|
3739
3739
|
category: number;
|
|
3740
3740
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
3741
3741
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -4023,7 +4023,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
4023
4023
|
}>;
|
|
4024
4024
|
dateCreation: z.ZodString;
|
|
4025
4025
|
dateModified: z.ZodString;
|
|
4026
|
-
}>, "strip", z.
|
|
4026
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
4027
4027
|
_right: z.ZodObject<{
|
|
4028
4028
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
4029
4029
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -4052,7 +4052,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
4052
4052
|
dateCreation: z.ZodString;
|
|
4053
4053
|
dateModified: z.ZodString;
|
|
4054
4054
|
category: z.ZodNumber;
|
|
4055
|
-
privacy: z.
|
|
4055
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
4056
4056
|
}>, "strip", z.ZodTypeAny, {
|
|
4057
4057
|
type: string;
|
|
4058
4058
|
id: number;
|
|
@@ -4062,7 +4062,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
4062
4062
|
dateModified: string;
|
|
4063
4063
|
title: string;
|
|
4064
4064
|
_url: string;
|
|
4065
|
-
privacy:
|
|
4065
|
+
privacy: import("./group").GroupPrivacy;
|
|
4066
4066
|
category: number;
|
|
4067
4067
|
}, {
|
|
4068
4068
|
type: string;
|
|
@@ -4073,7 +4073,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
4073
4073
|
dateModified: string;
|
|
4074
4074
|
title: string;
|
|
4075
4075
|
_url: string;
|
|
4076
|
-
privacy:
|
|
4076
|
+
privacy: import("./group").GroupPrivacy;
|
|
4077
4077
|
category: number;
|
|
4078
4078
|
}>>;
|
|
4079
4079
|
tvChannelConfig: z.ZodObject<{
|
|
@@ -4164,7 +4164,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
4164
4164
|
dateModified: string;
|
|
4165
4165
|
title: string;
|
|
4166
4166
|
_url: string;
|
|
4167
|
-
privacy:
|
|
4167
|
+
privacy: import("./group").GroupPrivacy;
|
|
4168
4168
|
category: number;
|
|
4169
4169
|
} | undefined;
|
|
4170
4170
|
}, {
|
|
@@ -4211,7 +4211,7 @@ export declare const tvChannelListSchema: z.ZodUnion<[z.ZodReadonly<z.ZodInterse
|
|
|
4211
4211
|
dateModified: string;
|
|
4212
4212
|
title: string;
|
|
4213
4213
|
_url: string;
|
|
4214
|
-
privacy:
|
|
4214
|
+
privacy: import("./group").GroupPrivacy;
|
|
4215
4215
|
category: number;
|
|
4216
4216
|
} | undefined;
|
|
4217
4217
|
}>>>]>;
|
|
@@ -4262,7 +4262,7 @@ export declare const tvChannelCreationSchema: z.ZodReadonly<z.ZodIntersection<z.
|
|
|
4262
4262
|
}>;
|
|
4263
4263
|
dateCreation: z.ZodString;
|
|
4264
4264
|
dateModified: z.ZodString;
|
|
4265
|
-
}>, "strip", z.
|
|
4265
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>>;
|
|
4266
4266
|
_right: z.ZodOptional<z.ZodObject<{
|
|
4267
4267
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
4268
4268
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -4289,7 +4289,7 @@ export declare const tvChannelCreationSchema: z.ZodReadonly<z.ZodIntersection<z.
|
|
|
4289
4289
|
dateCreation: z.ZodString;
|
|
4290
4290
|
dateModified: z.ZodString;
|
|
4291
4291
|
category: z.ZodNumber;
|
|
4292
|
-
privacy: z.
|
|
4292
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
4293
4293
|
}>, "strip", z.ZodTypeAny, {
|
|
4294
4294
|
type: string;
|
|
4295
4295
|
id: number;
|
|
@@ -4299,7 +4299,7 @@ export declare const tvChannelCreationSchema: z.ZodReadonly<z.ZodIntersection<z.
|
|
|
4299
4299
|
dateModified: string;
|
|
4300
4300
|
title: string;
|
|
4301
4301
|
_url: string;
|
|
4302
|
-
privacy:
|
|
4302
|
+
privacy: import("./group").GroupPrivacy;
|
|
4303
4303
|
category: number;
|
|
4304
4304
|
}, {
|
|
4305
4305
|
type: string;
|
|
@@ -4310,7 +4310,7 @@ export declare const tvChannelCreationSchema: z.ZodReadonly<z.ZodIntersection<z.
|
|
|
4310
4310
|
dateModified: string;
|
|
4311
4311
|
title: string;
|
|
4312
4312
|
_url: string;
|
|
4313
|
-
privacy:
|
|
4313
|
+
privacy: import("./group").GroupPrivacy;
|
|
4314
4314
|
category: number;
|
|
4315
4315
|
}>>>;
|
|
4316
4316
|
tvChannelConfig: z.ZodOptional<z.ZodObject<{
|
|
@@ -4382,7 +4382,7 @@ export declare const tvChannelCreationSchema: z.ZodReadonly<z.ZodIntersection<z.
|
|
|
4382
4382
|
dateModified: string;
|
|
4383
4383
|
title: string;
|
|
4384
4384
|
_url: string;
|
|
4385
|
-
privacy:
|
|
4385
|
+
privacy: import("./group").GroupPrivacy;
|
|
4386
4386
|
category: number;
|
|
4387
4387
|
} | undefined;
|
|
4388
4388
|
tvChannelConfig?: {
|
|
@@ -4421,7 +4421,7 @@ export declare const tvChannelCreationSchema: z.ZodReadonly<z.ZodIntersection<z.
|
|
|
4421
4421
|
dateModified: string;
|
|
4422
4422
|
title: string;
|
|
4423
4423
|
_url: string;
|
|
4424
|
-
privacy:
|
|
4424
|
+
privacy: import("./group").GroupPrivacy;
|
|
4425
4425
|
category: number;
|
|
4426
4426
|
} | undefined;
|
|
4427
4427
|
tvChannelConfig?: {
|
|
@@ -4464,7 +4464,7 @@ export declare const tvChannelCreationSchema: z.ZodReadonly<z.ZodIntersection<z.
|
|
|
4464
4464
|
}>;
|
|
4465
4465
|
dateCreation: z.ZodString;
|
|
4466
4466
|
dateModified: z.ZodString;
|
|
4467
|
-
}>, "strip", z.
|
|
4467
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>>;
|
|
4468
4468
|
_right: z.ZodOptional<z.ZodObject<{
|
|
4469
4469
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
4470
4470
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -4492,7 +4492,7 @@ export declare const tvChannelCreationSchema: z.ZodReadonly<z.ZodIntersection<z.
|
|
|
4492
4492
|
dateCreation: z.ZodString;
|
|
4493
4493
|
dateModified: z.ZodString;
|
|
4494
4494
|
category: z.ZodNumber;
|
|
4495
|
-
privacy: z.
|
|
4495
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
4496
4496
|
}>, "strip", z.ZodTypeAny, {
|
|
4497
4497
|
type: string;
|
|
4498
4498
|
id: number;
|
|
@@ -4502,7 +4502,7 @@ export declare const tvChannelCreationSchema: z.ZodReadonly<z.ZodIntersection<z.
|
|
|
4502
4502
|
dateModified: string;
|
|
4503
4503
|
title: string;
|
|
4504
4504
|
_url: string;
|
|
4505
|
-
privacy:
|
|
4505
|
+
privacy: import("./group").GroupPrivacy;
|
|
4506
4506
|
category: number;
|
|
4507
4507
|
}, {
|
|
4508
4508
|
type: string;
|
|
@@ -4513,7 +4513,7 @@ export declare const tvChannelCreationSchema: z.ZodReadonly<z.ZodIntersection<z.
|
|
|
4513
4513
|
dateModified: string;
|
|
4514
4514
|
title: string;
|
|
4515
4515
|
_url: string;
|
|
4516
|
-
privacy:
|
|
4516
|
+
privacy: import("./group").GroupPrivacy;
|
|
4517
4517
|
category: number;
|
|
4518
4518
|
}>>>;
|
|
4519
4519
|
tvChannelConfig: z.ZodOptional<z.ZodObject<{
|
|
@@ -4584,7 +4584,7 @@ export declare const tvChannelCreationSchema: z.ZodReadonly<z.ZodIntersection<z.
|
|
|
4584
4584
|
dateModified: string;
|
|
4585
4585
|
title: string;
|
|
4586
4586
|
_url: string;
|
|
4587
|
-
privacy:
|
|
4587
|
+
privacy: import("./group").GroupPrivacy;
|
|
4588
4588
|
category: number;
|
|
4589
4589
|
} | undefined;
|
|
4590
4590
|
tvChannelConfig?: {
|
|
@@ -4623,7 +4623,7 @@ export declare const tvChannelCreationSchema: z.ZodReadonly<z.ZodIntersection<z.
|
|
|
4623
4623
|
dateModified: string;
|
|
4624
4624
|
title: string;
|
|
4625
4625
|
_url: string;
|
|
4626
|
-
privacy:
|
|
4626
|
+
privacy: import("./group").GroupPrivacy;
|
|
4627
4627
|
category: number;
|
|
4628
4628
|
} | undefined;
|
|
4629
4629
|
tvChannelConfig?: {
|
|
@@ -4686,7 +4686,7 @@ export declare const tvChannelDynamicCommentSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
4686
4686
|
}>;
|
|
4687
4687
|
dateCreation: z.ZodString;
|
|
4688
4688
|
dateModified: z.ZodString;
|
|
4689
|
-
}>, "strip", z.
|
|
4689
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
4690
4690
|
}>, {
|
|
4691
4691
|
_right: z.ZodObject<{
|
|
4692
4692
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -5277,7 +5277,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
5277
5277
|
}>;
|
|
5278
5278
|
dateCreation: z.ZodString;
|
|
5279
5279
|
dateModified: z.ZodString;
|
|
5280
|
-
}>, "strip", z.
|
|
5280
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
5281
5281
|
_right: z.ZodObject<{
|
|
5282
5282
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
5283
5283
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -5306,7 +5306,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
5306
5306
|
}>;
|
|
5307
5307
|
dateCreation: z.ZodString;
|
|
5308
5308
|
dateModified: z.ZodString;
|
|
5309
|
-
}>, "strip", z.
|
|
5309
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
5310
5310
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
5311
5311
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
5312
5312
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -5320,7 +5320,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
5320
5320
|
dateCreation: z.ZodString;
|
|
5321
5321
|
dateModified: z.ZodString;
|
|
5322
5322
|
category: z.ZodNumber;
|
|
5323
|
-
privacy: z.
|
|
5323
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
5324
5324
|
}>, "strip", z.ZodTypeAny, {
|
|
5325
5325
|
type: string;
|
|
5326
5326
|
id: number;
|
|
@@ -5330,7 +5330,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
5330
5330
|
dateModified: string;
|
|
5331
5331
|
title: string;
|
|
5332
5332
|
_url: string;
|
|
5333
|
-
privacy:
|
|
5333
|
+
privacy: import("./group").GroupPrivacy;
|
|
5334
5334
|
category: number;
|
|
5335
5335
|
}, {
|
|
5336
5336
|
type: string;
|
|
@@ -5341,7 +5341,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
5341
5341
|
dateModified: string;
|
|
5342
5342
|
title: string;
|
|
5343
5343
|
_url: string;
|
|
5344
|
-
privacy:
|
|
5344
|
+
privacy: import("./group").GroupPrivacy;
|
|
5345
5345
|
category: number;
|
|
5346
5346
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
5347
5347
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -5632,7 +5632,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
5632
5632
|
}>;
|
|
5633
5633
|
dateCreation: z.ZodString;
|
|
5634
5634
|
dateModified: z.ZodString;
|
|
5635
|
-
}>, "strip", z.
|
|
5635
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
5636
5636
|
}>, {
|
|
5637
5637
|
_right: z.ZodObject<{
|
|
5638
5638
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -6438,7 +6438,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
6438
6438
|
dateModified: string;
|
|
6439
6439
|
title: string;
|
|
6440
6440
|
_url: string;
|
|
6441
|
-
privacy:
|
|
6441
|
+
privacy: import("./group").GroupPrivacy;
|
|
6442
6442
|
category: number;
|
|
6443
6443
|
} | {
|
|
6444
6444
|
type: "folder" | "rootFolder";
|
|
@@ -6648,7 +6648,7 @@ export declare const tvChannelDynamicArticleSchema: z.ZodReadonly<z.ZodObject<z.
|
|
|
6648
6648
|
dateModified: string;
|
|
6649
6649
|
title: string;
|
|
6650
6650
|
_url: string;
|
|
6651
|
-
privacy:
|
|
6651
|
+
privacy: import("./group").GroupPrivacy;
|
|
6652
6652
|
category: number;
|
|
6653
6653
|
} | {
|
|
6654
6654
|
type: "folder" | "rootFolder";
|
|
@@ -6921,7 +6921,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
6921
6921
|
}>;
|
|
6922
6922
|
dateCreation: z.ZodString;
|
|
6923
6923
|
dateModified: z.ZodString;
|
|
6924
|
-
}>, "strip", z.
|
|
6924
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
6925
6925
|
_right: z.ZodObject<{
|
|
6926
6926
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
6927
6927
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -6950,7 +6950,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
6950
6950
|
}>;
|
|
6951
6951
|
dateCreation: z.ZodString;
|
|
6952
6952
|
dateModified: z.ZodString;
|
|
6953
|
-
}>, "strip", z.
|
|
6953
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
6954
6954
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
6955
6955
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
6956
6956
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -6964,7 +6964,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
6964
6964
|
dateCreation: z.ZodString;
|
|
6965
6965
|
dateModified: z.ZodString;
|
|
6966
6966
|
category: z.ZodNumber;
|
|
6967
|
-
privacy: z.
|
|
6967
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
6968
6968
|
}>, "strip", z.ZodTypeAny, {
|
|
6969
6969
|
type: string;
|
|
6970
6970
|
id: number;
|
|
@@ -6974,7 +6974,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
6974
6974
|
dateModified: string;
|
|
6975
6975
|
title: string;
|
|
6976
6976
|
_url: string;
|
|
6977
|
-
privacy:
|
|
6977
|
+
privacy: import("./group").GroupPrivacy;
|
|
6978
6978
|
category: number;
|
|
6979
6979
|
}, {
|
|
6980
6980
|
type: string;
|
|
@@ -6985,7 +6985,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
6985
6985
|
dateModified: string;
|
|
6986
6986
|
title: string;
|
|
6987
6987
|
_url: string;
|
|
6988
|
-
privacy:
|
|
6988
|
+
privacy: import("./group").GroupPrivacy;
|
|
6989
6989
|
category: number;
|
|
6990
6990
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
6991
6991
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -7273,7 +7273,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
7273
7273
|
}>;
|
|
7274
7274
|
dateCreation: z.ZodString;
|
|
7275
7275
|
dateModified: z.ZodString;
|
|
7276
|
-
}>, "strip", z.
|
|
7276
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
7277
7277
|
_right: z.ZodObject<{
|
|
7278
7278
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
7279
7279
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -7302,7 +7302,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
7302
7302
|
dateCreation: z.ZodString;
|
|
7303
7303
|
dateModified: z.ZodString;
|
|
7304
7304
|
category: z.ZodNumber;
|
|
7305
|
-
privacy: z.
|
|
7305
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
7306
7306
|
}>, "strip", z.ZodTypeAny, {
|
|
7307
7307
|
type: string;
|
|
7308
7308
|
id: number;
|
|
@@ -7312,7 +7312,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
7312
7312
|
dateModified: string;
|
|
7313
7313
|
title: string;
|
|
7314
7314
|
_url: string;
|
|
7315
|
-
privacy:
|
|
7315
|
+
privacy: import("./group").GroupPrivacy;
|
|
7316
7316
|
category: number;
|
|
7317
7317
|
}, {
|
|
7318
7318
|
type: string;
|
|
@@ -7323,7 +7323,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
7323
7323
|
dateModified: string;
|
|
7324
7324
|
title: string;
|
|
7325
7325
|
_url: string;
|
|
7326
|
-
privacy:
|
|
7326
|
+
privacy: import("./group").GroupPrivacy;
|
|
7327
7327
|
category: number;
|
|
7328
7328
|
}>>;
|
|
7329
7329
|
tvChannelConfig: z.ZodObject<{
|
|
@@ -7416,7 +7416,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
7416
7416
|
dateModified: string;
|
|
7417
7417
|
title: string;
|
|
7418
7418
|
_url: string;
|
|
7419
|
-
privacy:
|
|
7419
|
+
privacy: import("./group").GroupPrivacy;
|
|
7420
7420
|
category: number;
|
|
7421
7421
|
} | undefined;
|
|
7422
7422
|
}, {
|
|
@@ -7463,7 +7463,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
7463
7463
|
dateModified: string;
|
|
7464
7464
|
title: string;
|
|
7465
7465
|
_url: string;
|
|
7466
|
-
privacy:
|
|
7466
|
+
privacy: import("./group").GroupPrivacy;
|
|
7467
7467
|
category: number;
|
|
7468
7468
|
} | undefined;
|
|
7469
7469
|
}>>>, z.ZodObject<{
|
|
@@ -7502,7 +7502,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
7502
7502
|
}>;
|
|
7503
7503
|
dateCreation: z.ZodString;
|
|
7504
7504
|
dateModified: z.ZodString;
|
|
7505
|
-
}>, "strip", z.
|
|
7505
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
7506
7506
|
_right: z.ZodObject<{
|
|
7507
7507
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
7508
7508
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -7531,7 +7531,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
7531
7531
|
}>;
|
|
7532
7532
|
dateCreation: z.ZodString;
|
|
7533
7533
|
dateModified: z.ZodString;
|
|
7534
|
-
}>, "strip", z.
|
|
7534
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
7535
7535
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
7536
7536
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
7537
7537
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -7545,7 +7545,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
7545
7545
|
dateCreation: z.ZodString;
|
|
7546
7546
|
dateModified: z.ZodString;
|
|
7547
7547
|
category: z.ZodNumber;
|
|
7548
|
-
privacy: z.
|
|
7548
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
7549
7549
|
}>, "strip", z.ZodTypeAny, {
|
|
7550
7550
|
type: string;
|
|
7551
7551
|
id: number;
|
|
@@ -7555,7 +7555,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
7555
7555
|
dateModified: string;
|
|
7556
7556
|
title: string;
|
|
7557
7557
|
_url: string;
|
|
7558
|
-
privacy:
|
|
7558
|
+
privacy: import("./group").GroupPrivacy;
|
|
7559
7559
|
category: number;
|
|
7560
7560
|
}, {
|
|
7561
7561
|
type: string;
|
|
@@ -7566,7 +7566,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
7566
7566
|
dateModified: string;
|
|
7567
7567
|
title: string;
|
|
7568
7568
|
_url: string;
|
|
7569
|
-
privacy:
|
|
7569
|
+
privacy: import("./group").GroupPrivacy;
|
|
7570
7570
|
category: number;
|
|
7571
7571
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
7572
7572
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -7857,7 +7857,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
7857
7857
|
}>;
|
|
7858
7858
|
dateCreation: z.ZodString;
|
|
7859
7859
|
dateModified: z.ZodString;
|
|
7860
|
-
}>, "strip", z.
|
|
7860
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
7861
7861
|
}>, {
|
|
7862
7862
|
_right: z.ZodObject<{
|
|
7863
7863
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -8663,7 +8663,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
8663
8663
|
dateModified: string;
|
|
8664
8664
|
title: string;
|
|
8665
8665
|
_url: string;
|
|
8666
|
-
privacy:
|
|
8666
|
+
privacy: import("./group").GroupPrivacy;
|
|
8667
8667
|
category: number;
|
|
8668
8668
|
} | {
|
|
8669
8669
|
type: "folder" | "rootFolder";
|
|
@@ -8873,7 +8873,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
8873
8873
|
dateModified: string;
|
|
8874
8874
|
title: string;
|
|
8875
8875
|
_url: string;
|
|
8876
|
-
privacy:
|
|
8876
|
+
privacy: import("./group").GroupPrivacy;
|
|
8877
8877
|
category: number;
|
|
8878
8878
|
} | {
|
|
8879
8879
|
type: "folder" | "rootFolder";
|
|
@@ -9086,7 +9086,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
9086
9086
|
dateModified: string;
|
|
9087
9087
|
title: string;
|
|
9088
9088
|
_url: string;
|
|
9089
|
-
privacy:
|
|
9089
|
+
privacy: import("./group").GroupPrivacy;
|
|
9090
9090
|
category: number;
|
|
9091
9091
|
} | {
|
|
9092
9092
|
type: "folder" | "rootFolder";
|
|
@@ -9299,7 +9299,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
9299
9299
|
dateModified: string;
|
|
9300
9300
|
title: string;
|
|
9301
9301
|
_url: string;
|
|
9302
|
-
privacy:
|
|
9302
|
+
privacy: import("./group").GroupPrivacy;
|
|
9303
9303
|
category: number;
|
|
9304
9304
|
} | {
|
|
9305
9305
|
type: "folder" | "rootFolder";
|
|
@@ -9514,7 +9514,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
9514
9514
|
dateModified: string;
|
|
9515
9515
|
title: string;
|
|
9516
9516
|
_url: string;
|
|
9517
|
-
privacy:
|
|
9517
|
+
privacy: import("./group").GroupPrivacy;
|
|
9518
9518
|
category: number;
|
|
9519
9519
|
} | {
|
|
9520
9520
|
type: "folder" | "rootFolder";
|
|
@@ -9729,7 +9729,7 @@ export declare const tvGetConfigureDynamicChannelResponse: z.ZodIntersection<z.Z
|
|
|
9729
9729
|
dateModified: string;
|
|
9730
9730
|
title: string;
|
|
9731
9731
|
_url: string;
|
|
9732
|
-
privacy:
|
|
9732
|
+
privacy: import("./group").GroupPrivacy;
|
|
9733
9733
|
category: number;
|
|
9734
9734
|
} | {
|
|
9735
9735
|
type: "folder" | "rootFolder";
|
|
@@ -9934,7 +9934,7 @@ export declare const ensureTVGetConfigureDynamicChannelResponse: (o: unknown) =>
|
|
|
9934
9934
|
dateModified: string;
|
|
9935
9935
|
title: string;
|
|
9936
9936
|
_url: string;
|
|
9937
|
-
privacy:
|
|
9937
|
+
privacy: import("./group").GroupPrivacy;
|
|
9938
9938
|
category: number;
|
|
9939
9939
|
} | {
|
|
9940
9940
|
type: "folder" | "rootFolder";
|
|
@@ -10048,7 +10048,7 @@ export declare const ensureTVGetConfigureDynamicChannelResponse: (o: unknown) =>
|
|
|
10048
10048
|
dateModified: string;
|
|
10049
10049
|
title: string;
|
|
10050
10050
|
_url: string;
|
|
10051
|
-
privacy:
|
|
10051
|
+
privacy: import("./group").GroupPrivacy;
|
|
10052
10052
|
category: number;
|
|
10053
10053
|
} | undefined;
|
|
10054
10054
|
}> & {
|
|
@@ -10082,7 +10082,7 @@ export declare const ensureTVGetConfigureDynamicChannelResponse: (o: unknown) =>
|
|
|
10082
10082
|
dateModified: string;
|
|
10083
10083
|
title: string;
|
|
10084
10084
|
_url: string;
|
|
10085
|
-
privacy:
|
|
10085
|
+
privacy: import("./group").GroupPrivacy;
|
|
10086
10086
|
category: number;
|
|
10087
10087
|
} | {
|
|
10088
10088
|
type: "folder" | "rootFolder";
|
|
@@ -10300,7 +10300,7 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
|
|
|
10300
10300
|
}>;
|
|
10301
10301
|
dateCreation: z.ZodString;
|
|
10302
10302
|
dateModified: z.ZodString;
|
|
10303
|
-
}>, "strip", z.
|
|
10303
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
10304
10304
|
_right: z.ZodObject<{
|
|
10305
10305
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
10306
10306
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -10329,7 +10329,7 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
|
|
|
10329
10329
|
}>;
|
|
10330
10330
|
dateCreation: z.ZodString;
|
|
10331
10331
|
dateModified: z.ZodString;
|
|
10332
|
-
}>, "strip", z.
|
|
10332
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
10333
10333
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
10334
10334
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
10335
10335
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -10343,7 +10343,7 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
|
|
|
10343
10343
|
dateCreation: z.ZodString;
|
|
10344
10344
|
dateModified: z.ZodString;
|
|
10345
10345
|
category: z.ZodNumber;
|
|
10346
|
-
privacy: z.
|
|
10346
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
10347
10347
|
}>, "strip", z.ZodTypeAny, {
|
|
10348
10348
|
type: string;
|
|
10349
10349
|
id: number;
|
|
@@ -10353,7 +10353,7 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
|
|
|
10353
10353
|
dateModified: string;
|
|
10354
10354
|
title: string;
|
|
10355
10355
|
_url: string;
|
|
10356
|
-
privacy:
|
|
10356
|
+
privacy: import("./group").GroupPrivacy;
|
|
10357
10357
|
category: number;
|
|
10358
10358
|
}, {
|
|
10359
10359
|
type: string;
|
|
@@ -10364,7 +10364,7 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
|
|
|
10364
10364
|
dateModified: string;
|
|
10365
10365
|
title: string;
|
|
10366
10366
|
_url: string;
|
|
10367
|
-
privacy:
|
|
10367
|
+
privacy: import("./group").GroupPrivacy;
|
|
10368
10368
|
category: number;
|
|
10369
10369
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
10370
10370
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -10652,7 +10652,7 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
|
|
|
10652
10652
|
}>;
|
|
10653
10653
|
dateCreation: z.ZodString;
|
|
10654
10654
|
dateModified: z.ZodString;
|
|
10655
|
-
}>, "strip", z.
|
|
10655
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
10656
10656
|
_right: z.ZodObject<{
|
|
10657
10657
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
10658
10658
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -10681,7 +10681,7 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
|
|
|
10681
10681
|
dateCreation: z.ZodString;
|
|
10682
10682
|
dateModified: z.ZodString;
|
|
10683
10683
|
category: z.ZodNumber;
|
|
10684
|
-
privacy: z.
|
|
10684
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
10685
10685
|
}>, "strip", z.ZodTypeAny, {
|
|
10686
10686
|
type: string;
|
|
10687
10687
|
id: number;
|
|
@@ -10691,7 +10691,7 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
|
|
|
10691
10691
|
dateModified: string;
|
|
10692
10692
|
title: string;
|
|
10693
10693
|
_url: string;
|
|
10694
|
-
privacy:
|
|
10694
|
+
privacy: import("./group").GroupPrivacy;
|
|
10695
10695
|
category: number;
|
|
10696
10696
|
}, {
|
|
10697
10697
|
type: string;
|
|
@@ -10702,7 +10702,7 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
|
|
|
10702
10702
|
dateModified: string;
|
|
10703
10703
|
title: string;
|
|
10704
10704
|
_url: string;
|
|
10705
|
-
privacy:
|
|
10705
|
+
privacy: import("./group").GroupPrivacy;
|
|
10706
10706
|
category: number;
|
|
10707
10707
|
}>>;
|
|
10708
10708
|
tvChannelConfig: z.ZodObject<{
|
|
@@ -10793,7 +10793,7 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
|
|
|
10793
10793
|
dateModified: string;
|
|
10794
10794
|
title: string;
|
|
10795
10795
|
_url: string;
|
|
10796
|
-
privacy:
|
|
10796
|
+
privacy: import("./group").GroupPrivacy;
|
|
10797
10797
|
category: number;
|
|
10798
10798
|
} | undefined;
|
|
10799
10799
|
}, {
|
|
@@ -10840,7 +10840,7 @@ export declare const tvGetConfigureSlideshowChannelResponse: z.ZodIntersection<z
|
|
|
10840
10840
|
dateModified: string;
|
|
10841
10841
|
title: string;
|
|
10842
10842
|
_url: string;
|
|
10843
|
-
privacy:
|
|
10843
|
+
privacy: import("./group").GroupPrivacy;
|
|
10844
10844
|
category: number;
|
|
10845
10845
|
} | undefined;
|
|
10846
10846
|
}>>>, z.ZodObject<{
|
|
@@ -10994,7 +10994,7 @@ export declare const ensureTVGetConfigureSlideshowChannelResponse: (o: unknown)
|
|
|
10994
10994
|
dateModified: string;
|
|
10995
10995
|
title: string;
|
|
10996
10996
|
_url: string;
|
|
10997
|
-
privacy:
|
|
10997
|
+
privacy: import("./group").GroupPrivacy;
|
|
10998
10998
|
category: number;
|
|
10999
10999
|
} | {
|
|
11000
11000
|
type: "folder" | "rootFolder";
|
|
@@ -11108,7 +11108,7 @@ export declare const ensureTVGetConfigureSlideshowChannelResponse: (o: unknown)
|
|
|
11108
11108
|
dateModified: string;
|
|
11109
11109
|
title: string;
|
|
11110
11110
|
_url: string;
|
|
11111
|
-
privacy:
|
|
11111
|
+
privacy: import("./group").GroupPrivacy;
|
|
11112
11112
|
category: number;
|
|
11113
11113
|
} | undefined;
|
|
11114
11114
|
}> & {
|
|
@@ -11164,7 +11164,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11164
11164
|
}>;
|
|
11165
11165
|
dateCreation: z.ZodString;
|
|
11166
11166
|
dateModified: z.ZodString;
|
|
11167
|
-
}>, "strip", z.
|
|
11167
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
11168
11168
|
_right: z.ZodObject<{
|
|
11169
11169
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
11170
11170
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -11193,7 +11193,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11193
11193
|
}>;
|
|
11194
11194
|
dateCreation: z.ZodString;
|
|
11195
11195
|
dateModified: z.ZodString;
|
|
11196
|
-
}>, "strip", z.
|
|
11196
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
11197
11197
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
11198
11198
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
11199
11199
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -11207,7 +11207,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11207
11207
|
dateCreation: z.ZodString;
|
|
11208
11208
|
dateModified: z.ZodString;
|
|
11209
11209
|
category: z.ZodNumber;
|
|
11210
|
-
privacy: z.
|
|
11210
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
11211
11211
|
}>, "strip", z.ZodTypeAny, {
|
|
11212
11212
|
type: string;
|
|
11213
11213
|
id: number;
|
|
@@ -11217,7 +11217,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11217
11217
|
dateModified: string;
|
|
11218
11218
|
title: string;
|
|
11219
11219
|
_url: string;
|
|
11220
|
-
privacy:
|
|
11220
|
+
privacy: import("./group").GroupPrivacy;
|
|
11221
11221
|
category: number;
|
|
11222
11222
|
}, {
|
|
11223
11223
|
type: string;
|
|
@@ -11228,7 +11228,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11228
11228
|
dateModified: string;
|
|
11229
11229
|
title: string;
|
|
11230
11230
|
_url: string;
|
|
11231
|
-
privacy:
|
|
11231
|
+
privacy: import("./group").GroupPrivacy;
|
|
11232
11232
|
category: number;
|
|
11233
11233
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
11234
11234
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -11516,7 +11516,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11516
11516
|
}>;
|
|
11517
11517
|
dateCreation: z.ZodString;
|
|
11518
11518
|
dateModified: z.ZodString;
|
|
11519
|
-
}>, "strip", z.
|
|
11519
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
11520
11520
|
_right: z.ZodObject<{
|
|
11521
11521
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
11522
11522
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -11545,7 +11545,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11545
11545
|
dateCreation: z.ZodString;
|
|
11546
11546
|
dateModified: z.ZodString;
|
|
11547
11547
|
category: z.ZodNumber;
|
|
11548
|
-
privacy: z.
|
|
11548
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
11549
11549
|
}>, "strip", z.ZodTypeAny, {
|
|
11550
11550
|
type: string;
|
|
11551
11551
|
id: number;
|
|
@@ -11555,7 +11555,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11555
11555
|
dateModified: string;
|
|
11556
11556
|
title: string;
|
|
11557
11557
|
_url: string;
|
|
11558
|
-
privacy:
|
|
11558
|
+
privacy: import("./group").GroupPrivacy;
|
|
11559
11559
|
category: number;
|
|
11560
11560
|
}, {
|
|
11561
11561
|
type: string;
|
|
@@ -11566,7 +11566,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11566
11566
|
dateModified: string;
|
|
11567
11567
|
title: string;
|
|
11568
11568
|
_url: string;
|
|
11569
|
-
privacy:
|
|
11569
|
+
privacy: import("./group").GroupPrivacy;
|
|
11570
11570
|
category: number;
|
|
11571
11571
|
}>>;
|
|
11572
11572
|
tvChannelConfig: z.ZodObject<{
|
|
@@ -11659,7 +11659,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11659
11659
|
dateModified: string;
|
|
11660
11660
|
title: string;
|
|
11661
11661
|
_url: string;
|
|
11662
|
-
privacy:
|
|
11662
|
+
privacy: import("./group").GroupPrivacy;
|
|
11663
11663
|
category: number;
|
|
11664
11664
|
} | undefined;
|
|
11665
11665
|
}, {
|
|
@@ -11706,7 +11706,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11706
11706
|
dateModified: string;
|
|
11707
11707
|
title: string;
|
|
11708
11708
|
_url: string;
|
|
11709
|
-
privacy:
|
|
11709
|
+
privacy: import("./group").GroupPrivacy;
|
|
11710
11710
|
category: number;
|
|
11711
11711
|
} | undefined;
|
|
11712
11712
|
}>>>, z.ZodObject<{
|
|
@@ -11745,7 +11745,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11745
11745
|
}>;
|
|
11746
11746
|
dateCreation: z.ZodString;
|
|
11747
11747
|
dateModified: z.ZodString;
|
|
11748
|
-
}>, "strip", z.
|
|
11748
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
11749
11749
|
_right: z.ZodObject<{
|
|
11750
11750
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
11751
11751
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -11774,7 +11774,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11774
11774
|
}>;
|
|
11775
11775
|
dateCreation: z.ZodString;
|
|
11776
11776
|
dateModified: z.ZodString;
|
|
11777
|
-
}>, "strip", z.
|
|
11777
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
11778
11778
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
11779
11779
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
11780
11780
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -11788,7 +11788,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11788
11788
|
dateCreation: z.ZodString;
|
|
11789
11789
|
dateModified: z.ZodString;
|
|
11790
11790
|
category: z.ZodNumber;
|
|
11791
|
-
privacy: z.
|
|
11791
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
11792
11792
|
}>, "strip", z.ZodTypeAny, {
|
|
11793
11793
|
type: string;
|
|
11794
11794
|
id: number;
|
|
@@ -11798,7 +11798,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11798
11798
|
dateModified: string;
|
|
11799
11799
|
title: string;
|
|
11800
11800
|
_url: string;
|
|
11801
|
-
privacy:
|
|
11801
|
+
privacy: import("./group").GroupPrivacy;
|
|
11802
11802
|
category: number;
|
|
11803
11803
|
}, {
|
|
11804
11804
|
type: string;
|
|
@@ -11809,7 +11809,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
11809
11809
|
dateModified: string;
|
|
11810
11810
|
title: string;
|
|
11811
11811
|
_url: string;
|
|
11812
|
-
privacy:
|
|
11812
|
+
privacy: import("./group").GroupPrivacy;
|
|
11813
11813
|
category: number;
|
|
11814
11814
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
11815
11815
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -12100,7 +12100,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
12100
12100
|
}>;
|
|
12101
12101
|
dateCreation: z.ZodString;
|
|
12102
12102
|
dateModified: z.ZodString;
|
|
12103
|
-
}>, "strip", z.
|
|
12103
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
12104
12104
|
}>, {
|
|
12105
12105
|
_right: z.ZodObject<{
|
|
12106
12106
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -12906,7 +12906,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
12906
12906
|
dateModified: string;
|
|
12907
12907
|
title: string;
|
|
12908
12908
|
_url: string;
|
|
12909
|
-
privacy:
|
|
12909
|
+
privacy: import("./group").GroupPrivacy;
|
|
12910
12910
|
category: number;
|
|
12911
12911
|
} | {
|
|
12912
12912
|
type: "folder" | "rootFolder";
|
|
@@ -13116,7 +13116,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
13116
13116
|
dateModified: string;
|
|
13117
13117
|
title: string;
|
|
13118
13118
|
_url: string;
|
|
13119
|
-
privacy:
|
|
13119
|
+
privacy: import("./group").GroupPrivacy;
|
|
13120
13120
|
category: number;
|
|
13121
13121
|
} | {
|
|
13122
13122
|
type: "folder" | "rootFolder";
|
|
@@ -13329,7 +13329,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
13329
13329
|
dateModified: string;
|
|
13330
13330
|
title: string;
|
|
13331
13331
|
_url: string;
|
|
13332
|
-
privacy:
|
|
13332
|
+
privacy: import("./group").GroupPrivacy;
|
|
13333
13333
|
category: number;
|
|
13334
13334
|
} | {
|
|
13335
13335
|
type: "folder" | "rootFolder";
|
|
@@ -13542,7 +13542,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
13542
13542
|
dateModified: string;
|
|
13543
13543
|
title: string;
|
|
13544
13544
|
_url: string;
|
|
13545
|
-
privacy:
|
|
13545
|
+
privacy: import("./group").GroupPrivacy;
|
|
13546
13546
|
category: number;
|
|
13547
13547
|
} | {
|
|
13548
13548
|
type: "folder" | "rootFolder";
|
|
@@ -13757,7 +13757,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
13757
13757
|
dateModified: string;
|
|
13758
13758
|
title: string;
|
|
13759
13759
|
_url: string;
|
|
13760
|
-
privacy:
|
|
13760
|
+
privacy: import("./group").GroupPrivacy;
|
|
13761
13761
|
category: number;
|
|
13762
13762
|
} | {
|
|
13763
13763
|
type: "folder" | "rootFolder";
|
|
@@ -13972,7 +13972,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
13972
13972
|
dateModified: string;
|
|
13973
13973
|
title: string;
|
|
13974
13974
|
_url: string;
|
|
13975
|
-
privacy:
|
|
13975
|
+
privacy: import("./group").GroupPrivacy;
|
|
13976
13976
|
category: number;
|
|
13977
13977
|
} | {
|
|
13978
13978
|
type: "folder" | "rootFolder";
|
|
@@ -14189,7 +14189,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
14189
14189
|
}>;
|
|
14190
14190
|
dateCreation: z.ZodString;
|
|
14191
14191
|
dateModified: z.ZodString;
|
|
14192
|
-
}>, "strip", z.
|
|
14192
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
14193
14193
|
_right: z.ZodObject<{
|
|
14194
14194
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
14195
14195
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -14218,7 +14218,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
14218
14218
|
}>;
|
|
14219
14219
|
dateCreation: z.ZodString;
|
|
14220
14220
|
dateModified: z.ZodString;
|
|
14221
|
-
}>, "strip", z.
|
|
14221
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
14222
14222
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
14223
14223
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
14224
14224
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -14232,7 +14232,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
14232
14232
|
dateCreation: z.ZodString;
|
|
14233
14233
|
dateModified: z.ZodString;
|
|
14234
14234
|
category: z.ZodNumber;
|
|
14235
|
-
privacy: z.
|
|
14235
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
14236
14236
|
}>, "strip", z.ZodTypeAny, {
|
|
14237
14237
|
type: string;
|
|
14238
14238
|
id: number;
|
|
@@ -14242,7 +14242,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
14242
14242
|
dateModified: string;
|
|
14243
14243
|
title: string;
|
|
14244
14244
|
_url: string;
|
|
14245
|
-
privacy:
|
|
14245
|
+
privacy: import("./group").GroupPrivacy;
|
|
14246
14246
|
category: number;
|
|
14247
14247
|
}, {
|
|
14248
14248
|
type: string;
|
|
@@ -14253,7 +14253,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
14253
14253
|
dateModified: string;
|
|
14254
14254
|
title: string;
|
|
14255
14255
|
_url: string;
|
|
14256
|
-
privacy:
|
|
14256
|
+
privacy: import("./group").GroupPrivacy;
|
|
14257
14257
|
category: number;
|
|
14258
14258
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
14259
14259
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -14541,7 +14541,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
14541
14541
|
}>;
|
|
14542
14542
|
dateCreation: z.ZodString;
|
|
14543
14543
|
dateModified: z.ZodString;
|
|
14544
|
-
}>, "strip", z.
|
|
14544
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
14545
14545
|
_right: z.ZodObject<{
|
|
14546
14546
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
14547
14547
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -14570,7 +14570,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
14570
14570
|
dateCreation: z.ZodString;
|
|
14571
14571
|
dateModified: z.ZodString;
|
|
14572
14572
|
category: z.ZodNumber;
|
|
14573
|
-
privacy: z.
|
|
14573
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
14574
14574
|
}>, "strip", z.ZodTypeAny, {
|
|
14575
14575
|
type: string;
|
|
14576
14576
|
id: number;
|
|
@@ -14580,7 +14580,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
14580
14580
|
dateModified: string;
|
|
14581
14581
|
title: string;
|
|
14582
14582
|
_url: string;
|
|
14583
|
-
privacy:
|
|
14583
|
+
privacy: import("./group").GroupPrivacy;
|
|
14584
14584
|
category: number;
|
|
14585
14585
|
}, {
|
|
14586
14586
|
type: string;
|
|
@@ -14591,7 +14591,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
14591
14591
|
dateModified: string;
|
|
14592
14592
|
title: string;
|
|
14593
14593
|
_url: string;
|
|
14594
|
-
privacy:
|
|
14594
|
+
privacy: import("./group").GroupPrivacy;
|
|
14595
14595
|
category: number;
|
|
14596
14596
|
}>>;
|
|
14597
14597
|
tvChannelConfig: z.ZodObject<{
|
|
@@ -14682,7 +14682,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
14682
14682
|
dateModified: string;
|
|
14683
14683
|
title: string;
|
|
14684
14684
|
_url: string;
|
|
14685
|
-
privacy:
|
|
14685
|
+
privacy: import("./group").GroupPrivacy;
|
|
14686
14686
|
category: number;
|
|
14687
14687
|
} | undefined;
|
|
14688
14688
|
}, {
|
|
@@ -14729,7 +14729,7 @@ export declare const tvGetConfigureChannelResponseSchema: z.ZodUnion<[z.ZodInter
|
|
|
14729
14729
|
dateModified: string;
|
|
14730
14730
|
title: string;
|
|
14731
14731
|
_url: string;
|
|
14732
|
-
privacy:
|
|
14732
|
+
privacy: import("./group").GroupPrivacy;
|
|
14733
14733
|
category: number;
|
|
14734
14734
|
} | undefined;
|
|
14735
14735
|
}>>>, z.ZodObject<{
|
|
@@ -14899,7 +14899,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
14899
14899
|
}>;
|
|
14900
14900
|
dateCreation: z.ZodString;
|
|
14901
14901
|
dateModified: z.ZodString;
|
|
14902
|
-
}>, "strip", z.
|
|
14902
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
14903
14903
|
_right: z.ZodObject<{
|
|
14904
14904
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
14905
14905
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -14928,7 +14928,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
14928
14928
|
}>;
|
|
14929
14929
|
dateCreation: z.ZodString;
|
|
14930
14930
|
dateModified: z.ZodString;
|
|
14931
|
-
}>, "strip", z.
|
|
14931
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
14932
14932
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
14933
14933
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
14934
14934
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -14942,7 +14942,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
14942
14942
|
dateCreation: z.ZodString;
|
|
14943
14943
|
dateModified: z.ZodString;
|
|
14944
14944
|
category: z.ZodNumber;
|
|
14945
|
-
privacy: z.
|
|
14945
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
14946
14946
|
}>, "strip", z.ZodTypeAny, {
|
|
14947
14947
|
type: string;
|
|
14948
14948
|
id: number;
|
|
@@ -14952,7 +14952,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
14952
14952
|
dateModified: string;
|
|
14953
14953
|
title: string;
|
|
14954
14954
|
_url: string;
|
|
14955
|
-
privacy:
|
|
14955
|
+
privacy: import("./group").GroupPrivacy;
|
|
14956
14956
|
category: number;
|
|
14957
14957
|
}, {
|
|
14958
14958
|
type: string;
|
|
@@ -14963,7 +14963,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
14963
14963
|
dateModified: string;
|
|
14964
14964
|
title: string;
|
|
14965
14965
|
_url: string;
|
|
14966
|
-
privacy:
|
|
14966
|
+
privacy: import("./group").GroupPrivacy;
|
|
14967
14967
|
category: number;
|
|
14968
14968
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
14969
14969
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -15251,7 +15251,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
15251
15251
|
}>;
|
|
15252
15252
|
dateCreation: z.ZodString;
|
|
15253
15253
|
dateModified: z.ZodString;
|
|
15254
|
-
}>, "strip", z.
|
|
15254
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
15255
15255
|
_right: z.ZodObject<{
|
|
15256
15256
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
15257
15257
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -15280,7 +15280,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
15280
15280
|
dateCreation: z.ZodString;
|
|
15281
15281
|
dateModified: z.ZodString;
|
|
15282
15282
|
category: z.ZodNumber;
|
|
15283
|
-
privacy: z.
|
|
15283
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
15284
15284
|
}>, "strip", z.ZodTypeAny, {
|
|
15285
15285
|
type: string;
|
|
15286
15286
|
id: number;
|
|
@@ -15290,7 +15290,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
15290
15290
|
dateModified: string;
|
|
15291
15291
|
title: string;
|
|
15292
15292
|
_url: string;
|
|
15293
|
-
privacy:
|
|
15293
|
+
privacy: import("./group").GroupPrivacy;
|
|
15294
15294
|
category: number;
|
|
15295
15295
|
}, {
|
|
15296
15296
|
type: string;
|
|
@@ -15301,7 +15301,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
15301
15301
|
dateModified: string;
|
|
15302
15302
|
title: string;
|
|
15303
15303
|
_url: string;
|
|
15304
|
-
privacy:
|
|
15304
|
+
privacy: import("./group").GroupPrivacy;
|
|
15305
15305
|
category: number;
|
|
15306
15306
|
}>>;
|
|
15307
15307
|
tvChannelConfig: z.ZodObject<{
|
|
@@ -15394,7 +15394,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
15394
15394
|
dateModified: string;
|
|
15395
15395
|
title: string;
|
|
15396
15396
|
_url: string;
|
|
15397
|
-
privacy:
|
|
15397
|
+
privacy: import("./group").GroupPrivacy;
|
|
15398
15398
|
category: number;
|
|
15399
15399
|
} | undefined;
|
|
15400
15400
|
}, {
|
|
@@ -15441,7 +15441,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
15441
15441
|
dateModified: string;
|
|
15442
15442
|
title: string;
|
|
15443
15443
|
_url: string;
|
|
15444
|
-
privacy:
|
|
15444
|
+
privacy: import("./group").GroupPrivacy;
|
|
15445
15445
|
category: number;
|
|
15446
15446
|
} | undefined;
|
|
15447
15447
|
}>>>, z.ZodObject<{
|
|
@@ -15480,7 +15480,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
15480
15480
|
}>;
|
|
15481
15481
|
dateCreation: z.ZodString;
|
|
15482
15482
|
dateModified: z.ZodString;
|
|
15483
|
-
}>, "strip", z.
|
|
15483
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
15484
15484
|
_right: z.ZodObject<{
|
|
15485
15485
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
15486
15486
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -15509,7 +15509,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
15509
15509
|
}>;
|
|
15510
15510
|
dateCreation: z.ZodString;
|
|
15511
15511
|
dateModified: z.ZodString;
|
|
15512
|
-
}>, "strip", z.
|
|
15512
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
15513
15513
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
15514
15514
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
15515
15515
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -15523,7 +15523,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
15523
15523
|
dateCreation: z.ZodString;
|
|
15524
15524
|
dateModified: z.ZodString;
|
|
15525
15525
|
category: z.ZodNumber;
|
|
15526
|
-
privacy: z.
|
|
15526
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
15527
15527
|
}>, "strip", z.ZodTypeAny, {
|
|
15528
15528
|
type: string;
|
|
15529
15529
|
id: number;
|
|
@@ -15533,7 +15533,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
15533
15533
|
dateModified: string;
|
|
15534
15534
|
title: string;
|
|
15535
15535
|
_url: string;
|
|
15536
|
-
privacy:
|
|
15536
|
+
privacy: import("./group").GroupPrivacy;
|
|
15537
15537
|
category: number;
|
|
15538
15538
|
}, {
|
|
15539
15539
|
type: string;
|
|
@@ -15544,7 +15544,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
15544
15544
|
dateModified: string;
|
|
15545
15545
|
title: string;
|
|
15546
15546
|
_url: string;
|
|
15547
|
-
privacy:
|
|
15547
|
+
privacy: import("./group").GroupPrivacy;
|
|
15548
15548
|
category: number;
|
|
15549
15549
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
15550
15550
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -15835,7 +15835,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
15835
15835
|
}>;
|
|
15836
15836
|
dateCreation: z.ZodString;
|
|
15837
15837
|
dateModified: z.ZodString;
|
|
15838
|
-
}>, "strip", z.
|
|
15838
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
15839
15839
|
}>, {
|
|
15840
15840
|
_right: z.ZodObject<{
|
|
15841
15841
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -16641,7 +16641,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
16641
16641
|
dateModified: string;
|
|
16642
16642
|
title: string;
|
|
16643
16643
|
_url: string;
|
|
16644
|
-
privacy:
|
|
16644
|
+
privacy: import("./group").GroupPrivacy;
|
|
16645
16645
|
category: number;
|
|
16646
16646
|
} | {
|
|
16647
16647
|
type: "folder" | "rootFolder";
|
|
@@ -16851,7 +16851,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
16851
16851
|
dateModified: string;
|
|
16852
16852
|
title: string;
|
|
16853
16853
|
_url: string;
|
|
16854
|
-
privacy:
|
|
16854
|
+
privacy: import("./group").GroupPrivacy;
|
|
16855
16855
|
category: number;
|
|
16856
16856
|
} | {
|
|
16857
16857
|
type: "folder" | "rootFolder";
|
|
@@ -17064,7 +17064,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
17064
17064
|
dateModified: string;
|
|
17065
17065
|
title: string;
|
|
17066
17066
|
_url: string;
|
|
17067
|
-
privacy:
|
|
17067
|
+
privacy: import("./group").GroupPrivacy;
|
|
17068
17068
|
category: number;
|
|
17069
17069
|
} | {
|
|
17070
17070
|
type: "folder" | "rootFolder";
|
|
@@ -17277,7 +17277,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
17277
17277
|
dateModified: string;
|
|
17278
17278
|
title: string;
|
|
17279
17279
|
_url: string;
|
|
17280
|
-
privacy:
|
|
17280
|
+
privacy: import("./group").GroupPrivacy;
|
|
17281
17281
|
category: number;
|
|
17282
17282
|
} | {
|
|
17283
17283
|
type: "folder" | "rootFolder";
|
|
@@ -17492,7 +17492,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
17492
17492
|
dateModified: string;
|
|
17493
17493
|
title: string;
|
|
17494
17494
|
_url: string;
|
|
17495
|
-
privacy:
|
|
17495
|
+
privacy: import("./group").GroupPrivacy;
|
|
17496
17496
|
category: number;
|
|
17497
17497
|
} | {
|
|
17498
17498
|
type: "folder" | "rootFolder";
|
|
@@ -17707,7 +17707,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
17707
17707
|
dateModified: string;
|
|
17708
17708
|
title: string;
|
|
17709
17709
|
_url: string;
|
|
17710
|
-
privacy:
|
|
17710
|
+
privacy: import("./group").GroupPrivacy;
|
|
17711
17711
|
category: number;
|
|
17712
17712
|
} | {
|
|
17713
17713
|
type: "folder" | "rootFolder";
|
|
@@ -17924,7 +17924,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
17924
17924
|
}>;
|
|
17925
17925
|
dateCreation: z.ZodString;
|
|
17926
17926
|
dateModified: z.ZodString;
|
|
17927
|
-
}>, "strip", z.
|
|
17927
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
17928
17928
|
_right: z.ZodObject<{
|
|
17929
17929
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
17930
17930
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -17953,7 +17953,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
17953
17953
|
}>;
|
|
17954
17954
|
dateCreation: z.ZodString;
|
|
17955
17955
|
dateModified: z.ZodString;
|
|
17956
|
-
}>, "strip", z.
|
|
17956
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
17957
17957
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
17958
17958
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
17959
17959
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -17967,7 +17967,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
17967
17967
|
dateCreation: z.ZodString;
|
|
17968
17968
|
dateModified: z.ZodString;
|
|
17969
17969
|
category: z.ZodNumber;
|
|
17970
|
-
privacy: z.
|
|
17970
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
17971
17971
|
}>, "strip", z.ZodTypeAny, {
|
|
17972
17972
|
type: string;
|
|
17973
17973
|
id: number;
|
|
@@ -17977,7 +17977,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
17977
17977
|
dateModified: string;
|
|
17978
17978
|
title: string;
|
|
17979
17979
|
_url: string;
|
|
17980
|
-
privacy:
|
|
17980
|
+
privacy: import("./group").GroupPrivacy;
|
|
17981
17981
|
category: number;
|
|
17982
17982
|
}, {
|
|
17983
17983
|
type: string;
|
|
@@ -17988,7 +17988,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
17988
17988
|
dateModified: string;
|
|
17989
17989
|
title: string;
|
|
17990
17990
|
_url: string;
|
|
17991
|
-
privacy:
|
|
17991
|
+
privacy: import("./group").GroupPrivacy;
|
|
17992
17992
|
category: number;
|
|
17993
17993
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
17994
17994
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -18276,7 +18276,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
18276
18276
|
}>;
|
|
18277
18277
|
dateCreation: z.ZodString;
|
|
18278
18278
|
dateModified: z.ZodString;
|
|
18279
|
-
}>, "strip", z.
|
|
18279
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
18280
18280
|
_right: z.ZodObject<{
|
|
18281
18281
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
18282
18282
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -18305,7 +18305,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
18305
18305
|
dateCreation: z.ZodString;
|
|
18306
18306
|
dateModified: z.ZodString;
|
|
18307
18307
|
category: z.ZodNumber;
|
|
18308
|
-
privacy: z.
|
|
18308
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
18309
18309
|
}>, "strip", z.ZodTypeAny, {
|
|
18310
18310
|
type: string;
|
|
18311
18311
|
id: number;
|
|
@@ -18315,7 +18315,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
18315
18315
|
dateModified: string;
|
|
18316
18316
|
title: string;
|
|
18317
18317
|
_url: string;
|
|
18318
|
-
privacy:
|
|
18318
|
+
privacy: import("./group").GroupPrivacy;
|
|
18319
18319
|
category: number;
|
|
18320
18320
|
}, {
|
|
18321
18321
|
type: string;
|
|
@@ -18326,7 +18326,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
18326
18326
|
dateModified: string;
|
|
18327
18327
|
title: string;
|
|
18328
18328
|
_url: string;
|
|
18329
|
-
privacy:
|
|
18329
|
+
privacy: import("./group").GroupPrivacy;
|
|
18330
18330
|
category: number;
|
|
18331
18331
|
}>>;
|
|
18332
18332
|
tvChannelConfig: z.ZodObject<{
|
|
@@ -18417,7 +18417,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
18417
18417
|
dateModified: string;
|
|
18418
18418
|
title: string;
|
|
18419
18419
|
_url: string;
|
|
18420
|
-
privacy:
|
|
18420
|
+
privacy: import("./group").GroupPrivacy;
|
|
18421
18421
|
category: number;
|
|
18422
18422
|
} | undefined;
|
|
18423
18423
|
}, {
|
|
@@ -18464,7 +18464,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
18464
18464
|
dateModified: string;
|
|
18465
18465
|
title: string;
|
|
18466
18466
|
_url: string;
|
|
18467
|
-
privacy:
|
|
18467
|
+
privacy: import("./group").GroupPrivacy;
|
|
18468
18468
|
category: number;
|
|
18469
18469
|
} | undefined;
|
|
18470
18470
|
}>>>, z.ZodObject<{
|
|
@@ -18619,7 +18619,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
18619
18619
|
dateModified: string;
|
|
18620
18620
|
title: string;
|
|
18621
18621
|
_url: string;
|
|
18622
|
-
privacy:
|
|
18622
|
+
privacy: import("./group").GroupPrivacy;
|
|
18623
18623
|
category: number;
|
|
18624
18624
|
} | {
|
|
18625
18625
|
type: "folder" | "rootFolder";
|
|
@@ -18733,7 +18733,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
18733
18733
|
dateModified: string;
|
|
18734
18734
|
title: string;
|
|
18735
18735
|
_url: string;
|
|
18736
|
-
privacy:
|
|
18736
|
+
privacy: import("./group").GroupPrivacy;
|
|
18737
18737
|
category: number;
|
|
18738
18738
|
} | undefined;
|
|
18739
18739
|
}> & {
|
|
@@ -18767,7 +18767,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
18767
18767
|
dateModified: string;
|
|
18768
18768
|
title: string;
|
|
18769
18769
|
_url: string;
|
|
18770
|
-
privacy:
|
|
18770
|
+
privacy: import("./group").GroupPrivacy;
|
|
18771
18771
|
category: number;
|
|
18772
18772
|
} | {
|
|
18773
18773
|
type: "folder" | "rootFolder";
|
|
@@ -18970,7 +18970,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
18970
18970
|
dateModified: string;
|
|
18971
18971
|
title: string;
|
|
18972
18972
|
_url: string;
|
|
18973
|
-
privacy:
|
|
18973
|
+
privacy: import("./group").GroupPrivacy;
|
|
18974
18974
|
category: number;
|
|
18975
18975
|
} | {
|
|
18976
18976
|
type: "folder" | "rootFolder";
|
|
@@ -19084,7 +19084,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
19084
19084
|
dateModified: string;
|
|
19085
19085
|
title: string;
|
|
19086
19086
|
_url: string;
|
|
19087
|
-
privacy:
|
|
19087
|
+
privacy: import("./group").GroupPrivacy;
|
|
19088
19088
|
category: number;
|
|
19089
19089
|
} | undefined;
|
|
19090
19090
|
}> & {
|
|
@@ -19128,7 +19128,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
19128
19128
|
dateModified: string;
|
|
19129
19129
|
title: string;
|
|
19130
19130
|
_url: string;
|
|
19131
|
-
privacy:
|
|
19131
|
+
privacy: import("./group").GroupPrivacy;
|
|
19132
19132
|
category: number;
|
|
19133
19133
|
} | {
|
|
19134
19134
|
type: "folder" | "rootFolder";
|
|
@@ -19242,7 +19242,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
19242
19242
|
dateModified: string;
|
|
19243
19243
|
title: string;
|
|
19244
19244
|
_url: string;
|
|
19245
|
-
privacy:
|
|
19245
|
+
privacy: import("./group").GroupPrivacy;
|
|
19246
19246
|
category: number;
|
|
19247
19247
|
} | undefined;
|
|
19248
19248
|
}> & {
|
|
@@ -19276,7 +19276,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
19276
19276
|
dateModified: string;
|
|
19277
19277
|
title: string;
|
|
19278
19278
|
_url: string;
|
|
19279
|
-
privacy:
|
|
19279
|
+
privacy: import("./group").GroupPrivacy;
|
|
19280
19280
|
category: number;
|
|
19281
19281
|
} | {
|
|
19282
19282
|
type: "folder" | "rootFolder";
|
|
@@ -19479,7 +19479,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
19479
19479
|
dateModified: string;
|
|
19480
19480
|
title: string;
|
|
19481
19481
|
_url: string;
|
|
19482
|
-
privacy:
|
|
19482
|
+
privacy: import("./group").GroupPrivacy;
|
|
19483
19483
|
category: number;
|
|
19484
19484
|
} | {
|
|
19485
19485
|
type: "folder" | "rootFolder";
|
|
@@ -19593,7 +19593,7 @@ export declare const tvGetChannelResponseSchema: z.ZodObject<{
|
|
|
19593
19593
|
dateModified: string;
|
|
19594
19594
|
title: string;
|
|
19595
19595
|
_url: string;
|
|
19596
|
-
privacy:
|
|
19596
|
+
privacy: import("./group").GroupPrivacy;
|
|
19597
19597
|
category: number;
|
|
19598
19598
|
} | undefined;
|
|
19599
19599
|
}> & {
|