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
|
@@ -32,7 +32,7 @@ export declare const jMeetingListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
32
32
|
}>;
|
|
33
33
|
dateCreation: z.ZodString;
|
|
34
34
|
dateModified: z.ZodString;
|
|
35
|
-
}>, "strip", z.
|
|
35
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
36
36
|
_right: z.ZodObject<{
|
|
37
37
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
38
38
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -61,7 +61,7 @@ export declare const jMeetingListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
61
61
|
}>;
|
|
62
62
|
dateCreation: z.ZodString;
|
|
63
63
|
dateModified: z.ZodString;
|
|
64
|
-
}>, "strip", z.
|
|
64
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
65
65
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
66
66
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
67
67
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -75,7 +75,7 @@ export declare const jMeetingListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
75
75
|
dateCreation: z.ZodString;
|
|
76
76
|
dateModified: z.ZodString;
|
|
77
77
|
category: z.ZodNumber;
|
|
78
|
-
privacy: z.
|
|
78
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
79
79
|
}>, "strip", z.ZodTypeAny, {
|
|
80
80
|
type: string;
|
|
81
81
|
id: number;
|
|
@@ -85,7 +85,7 @@ export declare const jMeetingListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
85
85
|
dateModified: string;
|
|
86
86
|
title: string;
|
|
87
87
|
_url: string;
|
|
88
|
-
privacy:
|
|
88
|
+
privacy: import("./group").GroupPrivacy;
|
|
89
89
|
category: number;
|
|
90
90
|
}, {
|
|
91
91
|
type: string;
|
|
@@ -96,7 +96,7 @@ export declare const jMeetingListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
96
96
|
dateModified: string;
|
|
97
97
|
title: string;
|
|
98
98
|
_url: string;
|
|
99
|
-
privacy:
|
|
99
|
+
privacy: import("./group").GroupPrivacy;
|
|
100
100
|
category: number;
|
|
101
101
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
102
102
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -391,7 +391,7 @@ export declare const jMeetingListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
391
391
|
dateModified: string;
|
|
392
392
|
title: string;
|
|
393
393
|
_url: string;
|
|
394
|
-
privacy:
|
|
394
|
+
privacy: import("./group").GroupPrivacy;
|
|
395
395
|
category: number;
|
|
396
396
|
} | {
|
|
397
397
|
type: "folder" | "rootFolder";
|
|
@@ -495,7 +495,7 @@ export declare const jMeetingListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
495
495
|
dateModified: string;
|
|
496
496
|
title: string;
|
|
497
497
|
_url: string;
|
|
498
|
-
privacy:
|
|
498
|
+
privacy: import("./group").GroupPrivacy;
|
|
499
499
|
category: number;
|
|
500
500
|
} | {
|
|
501
501
|
type: "folder" | "rootFolder";
|
|
@@ -601,7 +601,7 @@ export declare const ensureIsMeetingList: (o: unknown) => o is {
|
|
|
601
601
|
dateModified: string;
|
|
602
602
|
title: string;
|
|
603
603
|
_url: string;
|
|
604
|
-
privacy:
|
|
604
|
+
privacy: import("./group").GroupPrivacy;
|
|
605
605
|
category: number;
|
|
606
606
|
} | {
|
|
607
607
|
type: "folder" | "rootFolder";
|
|
@@ -708,7 +708,7 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
708
708
|
}>;
|
|
709
709
|
dateCreation: z.ZodString;
|
|
710
710
|
dateModified: z.ZodString;
|
|
711
|
-
}>, "strip", z.
|
|
711
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
712
712
|
_right: z.ZodObject<{
|
|
713
713
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
714
714
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -737,7 +737,7 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
737
737
|
}>;
|
|
738
738
|
dateCreation: z.ZodString;
|
|
739
739
|
dateModified: z.ZodString;
|
|
740
|
-
}>, "strip", z.
|
|
740
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
741
741
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
742
742
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
743
743
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -751,7 +751,7 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
751
751
|
dateCreation: z.ZodString;
|
|
752
752
|
dateModified: z.ZodString;
|
|
753
753
|
category: z.ZodNumber;
|
|
754
|
-
privacy: z.
|
|
754
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
755
755
|
}>, "strip", z.ZodTypeAny, {
|
|
756
756
|
type: string;
|
|
757
757
|
id: number;
|
|
@@ -761,7 +761,7 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
761
761
|
dateModified: string;
|
|
762
762
|
title: string;
|
|
763
763
|
_url: string;
|
|
764
|
-
privacy:
|
|
764
|
+
privacy: import("./group").GroupPrivacy;
|
|
765
765
|
category: number;
|
|
766
766
|
}, {
|
|
767
767
|
type: string;
|
|
@@ -772,7 +772,7 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
772
772
|
dateModified: string;
|
|
773
773
|
title: string;
|
|
774
774
|
_url: string;
|
|
775
|
-
privacy:
|
|
775
|
+
privacy: import("./group").GroupPrivacy;
|
|
776
776
|
category: number;
|
|
777
777
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
778
778
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -1100,7 +1100,7 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1100
1100
|
dateModified: string;
|
|
1101
1101
|
title: string;
|
|
1102
1102
|
_url: string;
|
|
1103
|
-
privacy:
|
|
1103
|
+
privacy: import("./group").GroupPrivacy;
|
|
1104
1104
|
category: number;
|
|
1105
1105
|
} | {
|
|
1106
1106
|
type: "folder" | "rootFolder";
|
|
@@ -1212,7 +1212,7 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1212
1212
|
dateModified: string;
|
|
1213
1213
|
title: string;
|
|
1214
1214
|
_url: string;
|
|
1215
|
-
privacy:
|
|
1215
|
+
privacy: import("./group").GroupPrivacy;
|
|
1216
1216
|
category: number;
|
|
1217
1217
|
} | {
|
|
1218
1218
|
type: "folder" | "rootFolder";
|
|
@@ -1329,7 +1329,7 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1329
1329
|
}>;
|
|
1330
1330
|
dateCreation: z.ZodString;
|
|
1331
1331
|
dateModified: z.ZodString;
|
|
1332
|
-
}>, "strip", z.
|
|
1332
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
1333
1333
|
_right: z.ZodObject<{
|
|
1334
1334
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
1335
1335
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -1358,7 +1358,7 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1358
1358
|
}>;
|
|
1359
1359
|
dateCreation: z.ZodString;
|
|
1360
1360
|
dateModified: z.ZodString;
|
|
1361
|
-
}>, "strip", z.
|
|
1361
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1362
1362
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1363
1363
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1364
1364
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -1372,7 +1372,7 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1372
1372
|
dateCreation: z.ZodString;
|
|
1373
1373
|
dateModified: z.ZodString;
|
|
1374
1374
|
category: z.ZodNumber;
|
|
1375
|
-
privacy: z.
|
|
1375
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
1376
1376
|
}>, "strip", z.ZodTypeAny, {
|
|
1377
1377
|
type: string;
|
|
1378
1378
|
id: number;
|
|
@@ -1382,7 +1382,7 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1382
1382
|
dateModified: string;
|
|
1383
1383
|
title: string;
|
|
1384
1384
|
_url: string;
|
|
1385
|
-
privacy:
|
|
1385
|
+
privacy: import("./group").GroupPrivacy;
|
|
1386
1386
|
category: number;
|
|
1387
1387
|
}, {
|
|
1388
1388
|
type: string;
|
|
@@ -1393,7 +1393,7 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1393
1393
|
dateModified: string;
|
|
1394
1394
|
title: string;
|
|
1395
1395
|
_url: string;
|
|
1396
|
-
privacy:
|
|
1396
|
+
privacy: import("./group").GroupPrivacy;
|
|
1397
1397
|
category: number;
|
|
1398
1398
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1399
1399
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -1688,7 +1688,7 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1688
1688
|
dateModified: string;
|
|
1689
1689
|
title: string;
|
|
1690
1690
|
_url: string;
|
|
1691
|
-
privacy:
|
|
1691
|
+
privacy: import("./group").GroupPrivacy;
|
|
1692
1692
|
category: number;
|
|
1693
1693
|
} | {
|
|
1694
1694
|
type: "folder" | "rootFolder";
|
|
@@ -1792,7 +1792,7 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1792
1792
|
dateModified: string;
|
|
1793
1793
|
title: string;
|
|
1794
1794
|
_url: string;
|
|
1795
|
-
privacy:
|
|
1795
|
+
privacy: import("./group").GroupPrivacy;
|
|
1796
1796
|
category: number;
|
|
1797
1797
|
} | {
|
|
1798
1798
|
type: "folder" | "rootFolder";
|
|
@@ -37,7 +37,7 @@ export declare const jObjectListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
37
37
|
}>;
|
|
38
38
|
dateCreation: z.ZodString;
|
|
39
39
|
dateModified: z.ZodString;
|
|
40
|
-
}>, "strip", z.
|
|
40
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>;
|
|
41
41
|
_right: z.ZodObject<{
|
|
42
42
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
43
43
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -103,7 +103,7 @@ export declare const audienceSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
103
103
|
}>;
|
|
104
104
|
dateCreation: z.ZodString;
|
|
105
105
|
dateModified: z.ZodString;
|
|
106
|
-
}>, "strip", z.
|
|
106
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
107
107
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
108
108
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
109
109
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -117,7 +117,7 @@ export declare const audienceSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
117
117
|
dateCreation: z.ZodString;
|
|
118
118
|
dateModified: z.ZodString;
|
|
119
119
|
category: z.ZodNumber;
|
|
120
|
-
privacy: z.
|
|
120
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
121
121
|
}>, "strip", z.ZodTypeAny, {
|
|
122
122
|
type: string;
|
|
123
123
|
id: number;
|
|
@@ -127,7 +127,7 @@ export declare const audienceSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
127
127
|
dateModified: string;
|
|
128
128
|
title: string;
|
|
129
129
|
_url: string;
|
|
130
|
-
privacy:
|
|
130
|
+
privacy: import("./group").GroupPrivacy;
|
|
131
131
|
category: number;
|
|
132
132
|
}, {
|
|
133
133
|
type: string;
|
|
@@ -138,7 +138,7 @@ export declare const audienceSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
138
138
|
dateModified: string;
|
|
139
139
|
title: string;
|
|
140
140
|
_url: string;
|
|
141
|
-
privacy:
|
|
141
|
+
privacy: import("./group").GroupPrivacy;
|
|
142
142
|
category: number;
|
|
143
143
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
144
144
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -32,7 +32,7 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
32
32
|
}>;
|
|
33
33
|
dateCreation: z.ZodString;
|
|
34
34
|
dateModified: z.ZodString;
|
|
35
|
-
}>, "strip", z.
|
|
35
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
36
36
|
_right: z.ZodObject<{
|
|
37
37
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
38
38
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -61,7 +61,7 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
61
61
|
}>;
|
|
62
62
|
dateCreation: z.ZodString;
|
|
63
63
|
dateModified: z.ZodString;
|
|
64
|
-
}>, "strip", z.
|
|
64
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
65
65
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
66
66
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
67
67
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -75,7 +75,7 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
75
75
|
dateCreation: z.ZodString;
|
|
76
76
|
dateModified: z.ZodString;
|
|
77
77
|
category: z.ZodNumber;
|
|
78
|
-
privacy: z.
|
|
78
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
79
79
|
}>, "strip", z.ZodTypeAny, {
|
|
80
80
|
type: string;
|
|
81
81
|
id: number;
|
|
@@ -85,7 +85,7 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
85
85
|
dateModified: string;
|
|
86
86
|
title: string;
|
|
87
87
|
_url: string;
|
|
88
|
-
privacy:
|
|
88
|
+
privacy: import("./group").GroupPrivacy;
|
|
89
89
|
category: number;
|
|
90
90
|
}, {
|
|
91
91
|
type: string;
|
|
@@ -96,7 +96,7 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
96
96
|
dateModified: string;
|
|
97
97
|
title: string;
|
|
98
98
|
_url: string;
|
|
99
|
-
privacy:
|
|
99
|
+
privacy: import("./group").GroupPrivacy;
|
|
100
100
|
category: number;
|
|
101
101
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
102
102
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -416,7 +416,7 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
416
416
|
dateModified: string;
|
|
417
417
|
title: string;
|
|
418
418
|
_url: string;
|
|
419
|
-
privacy:
|
|
419
|
+
privacy: import("./group").GroupPrivacy;
|
|
420
420
|
category: number;
|
|
421
421
|
} | {
|
|
422
422
|
type: "folder" | "rootFolder";
|
|
@@ -529,7 +529,7 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
529
529
|
dateModified: string;
|
|
530
530
|
title: string;
|
|
531
531
|
_url: string;
|
|
532
|
-
privacy:
|
|
532
|
+
privacy: import("./group").GroupPrivacy;
|
|
533
533
|
category: number;
|
|
534
534
|
} | {
|
|
535
535
|
type: "folder" | "rootFolder";
|
|
@@ -644,7 +644,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
644
644
|
}>;
|
|
645
645
|
dateCreation: z.ZodString;
|
|
646
646
|
dateModified: z.ZodString;
|
|
647
|
-
}>, "strip", z.
|
|
647
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
648
648
|
_right: z.ZodObject<{
|
|
649
649
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
650
650
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -673,7 +673,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
673
673
|
}>;
|
|
674
674
|
dateCreation: z.ZodString;
|
|
675
675
|
dateModified: z.ZodString;
|
|
676
|
-
}>, "strip", z.
|
|
676
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
677
677
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
678
678
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
679
679
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -687,7 +687,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
687
687
|
dateCreation: z.ZodString;
|
|
688
688
|
dateModified: z.ZodString;
|
|
689
689
|
category: z.ZodNumber;
|
|
690
|
-
privacy: z.
|
|
690
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
691
691
|
}>, "strip", z.ZodTypeAny, {
|
|
692
692
|
type: string;
|
|
693
693
|
id: number;
|
|
@@ -697,7 +697,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
697
697
|
dateModified: string;
|
|
698
698
|
title: string;
|
|
699
699
|
_url: string;
|
|
700
|
-
privacy:
|
|
700
|
+
privacy: import("./group").GroupPrivacy;
|
|
701
701
|
category: number;
|
|
702
702
|
}, {
|
|
703
703
|
type: string;
|
|
@@ -708,7 +708,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
708
708
|
dateModified: string;
|
|
709
709
|
title: string;
|
|
710
710
|
_url: string;
|
|
711
|
-
privacy:
|
|
711
|
+
privacy: import("./group").GroupPrivacy;
|
|
712
712
|
category: number;
|
|
713
713
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
714
714
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -1036,7 +1036,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1036
1036
|
dateModified: string;
|
|
1037
1037
|
title: string;
|
|
1038
1038
|
_url: string;
|
|
1039
|
-
privacy:
|
|
1039
|
+
privacy: import("./group").GroupPrivacy;
|
|
1040
1040
|
category: number;
|
|
1041
1041
|
} | {
|
|
1042
1042
|
type: "folder" | "rootFolder";
|
|
@@ -1148,7 +1148,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1148
1148
|
dateModified: string;
|
|
1149
1149
|
title: string;
|
|
1150
1150
|
_url: string;
|
|
1151
|
-
privacy:
|
|
1151
|
+
privacy: import("./group").GroupPrivacy;
|
|
1152
1152
|
category: number;
|
|
1153
1153
|
} | {
|
|
1154
1154
|
type: "folder" | "rootFolder";
|
|
@@ -1265,7 +1265,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1265
1265
|
}>;
|
|
1266
1266
|
dateCreation: z.ZodString;
|
|
1267
1267
|
dateModified: z.ZodString;
|
|
1268
|
-
}>, "strip", z.
|
|
1268
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
1269
1269
|
_right: z.ZodObject<{
|
|
1270
1270
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
1271
1271
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -1294,7 +1294,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1294
1294
|
}>;
|
|
1295
1295
|
dateCreation: z.ZodString;
|
|
1296
1296
|
dateModified: z.ZodString;
|
|
1297
|
-
}>, "strip", z.
|
|
1297
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1298
1298
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1299
1299
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1300
1300
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -1308,7 +1308,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1308
1308
|
dateCreation: z.ZodString;
|
|
1309
1309
|
dateModified: z.ZodString;
|
|
1310
1310
|
category: z.ZodNumber;
|
|
1311
|
-
privacy: z.
|
|
1311
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
1312
1312
|
}>, "strip", z.ZodTypeAny, {
|
|
1313
1313
|
type: string;
|
|
1314
1314
|
id: number;
|
|
@@ -1318,7 +1318,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1318
1318
|
dateModified: string;
|
|
1319
1319
|
title: string;
|
|
1320
1320
|
_url: string;
|
|
1321
|
-
privacy:
|
|
1321
|
+
privacy: import("./group").GroupPrivacy;
|
|
1322
1322
|
category: number;
|
|
1323
1323
|
}, {
|
|
1324
1324
|
type: string;
|
|
@@ -1329,7 +1329,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1329
1329
|
dateModified: string;
|
|
1330
1330
|
title: string;
|
|
1331
1331
|
_url: string;
|
|
1332
|
-
privacy:
|
|
1332
|
+
privacy: import("./group").GroupPrivacy;
|
|
1333
1333
|
category: number;
|
|
1334
1334
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1335
1335
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -1649,7 +1649,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1649
1649
|
dateModified: string;
|
|
1650
1650
|
title: string;
|
|
1651
1651
|
_url: string;
|
|
1652
|
-
privacy:
|
|
1652
|
+
privacy: import("./group").GroupPrivacy;
|
|
1653
1653
|
category: number;
|
|
1654
1654
|
} | {
|
|
1655
1655
|
type: "folder" | "rootFolder";
|
|
@@ -1762,7 +1762,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1762
1762
|
dateModified: string;
|
|
1763
1763
|
title: string;
|
|
1764
1764
|
_url: string;
|
|
1765
|
-
privacy:
|
|
1765
|
+
privacy: import("./group").GroupPrivacy;
|
|
1766
1766
|
category: number;
|
|
1767
1767
|
} | {
|
|
1768
1768
|
type: "folder" | "rootFolder";
|
package/lib/src/types/quizz.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ export declare const jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
32
32
|
}>;
|
|
33
33
|
dateCreation: z.ZodString;
|
|
34
34
|
dateModified: z.ZodString;
|
|
35
|
-
}>, "strip", z.
|
|
35
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
36
36
|
_right: z.ZodObject<{
|
|
37
37
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
38
38
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -61,7 +61,7 @@ export declare const jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
61
61
|
}>;
|
|
62
62
|
dateCreation: z.ZodString;
|
|
63
63
|
dateModified: z.ZodString;
|
|
64
|
-
}>, "strip", z.
|
|
64
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
65
65
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
66
66
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
67
67
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -75,7 +75,7 @@ export declare const jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
75
75
|
dateCreation: z.ZodString;
|
|
76
76
|
dateModified: z.ZodString;
|
|
77
77
|
category: z.ZodNumber;
|
|
78
|
-
privacy: z.
|
|
78
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
79
79
|
}>, "strip", z.ZodTypeAny, {
|
|
80
80
|
type: string;
|
|
81
81
|
id: number;
|
|
@@ -85,7 +85,7 @@ export declare const jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
85
85
|
dateModified: string;
|
|
86
86
|
title: string;
|
|
87
87
|
_url: string;
|
|
88
|
-
privacy:
|
|
88
|
+
privacy: import("./group").GroupPrivacy;
|
|
89
89
|
category: number;
|
|
90
90
|
}, {
|
|
91
91
|
type: string;
|
|
@@ -96,7 +96,7 @@ export declare const jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
96
96
|
dateModified: string;
|
|
97
97
|
title: string;
|
|
98
98
|
_url: string;
|
|
99
|
-
privacy:
|
|
99
|
+
privacy: import("./group").GroupPrivacy;
|
|
100
100
|
category: number;
|
|
101
101
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
102
102
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -389,7 +389,7 @@ export declare const jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
389
389
|
dateModified: string;
|
|
390
390
|
title: string;
|
|
391
391
|
_url: string;
|
|
392
|
-
privacy:
|
|
392
|
+
privacy: import("./group").GroupPrivacy;
|
|
393
393
|
category: number;
|
|
394
394
|
} | {
|
|
395
395
|
type: "folder" | "rootFolder";
|
|
@@ -492,7 +492,7 @@ export declare const jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
492
492
|
dateModified: string;
|
|
493
493
|
title: string;
|
|
494
494
|
_url: string;
|
|
495
|
-
privacy:
|
|
495
|
+
privacy: import("./group").GroupPrivacy;
|
|
496
496
|
category: number;
|
|
497
497
|
} | {
|
|
498
498
|
type: "folder" | "rootFolder";
|
|
@@ -600,7 +600,7 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
600
600
|
}>;
|
|
601
601
|
dateCreation: z.ZodString;
|
|
602
602
|
dateModified: z.ZodString;
|
|
603
|
-
}>, "strip", z.
|
|
603
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
604
604
|
_right: z.ZodObject<{
|
|
605
605
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
606
606
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -629,7 +629,7 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
629
629
|
}>;
|
|
630
630
|
dateCreation: z.ZodString;
|
|
631
631
|
dateModified: z.ZodString;
|
|
632
|
-
}>, "strip", z.
|
|
632
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
633
633
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
634
634
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
635
635
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -643,7 +643,7 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
643
643
|
dateCreation: z.ZodString;
|
|
644
644
|
dateModified: z.ZodString;
|
|
645
645
|
category: z.ZodNumber;
|
|
646
|
-
privacy: z.
|
|
646
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
647
647
|
}>, "strip", z.ZodTypeAny, {
|
|
648
648
|
type: string;
|
|
649
649
|
id: number;
|
|
@@ -653,7 +653,7 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
653
653
|
dateModified: string;
|
|
654
654
|
title: string;
|
|
655
655
|
_url: string;
|
|
656
|
-
privacy:
|
|
656
|
+
privacy: import("./group").GroupPrivacy;
|
|
657
657
|
category: number;
|
|
658
658
|
}, {
|
|
659
659
|
type: string;
|
|
@@ -664,7 +664,7 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
664
664
|
dateModified: string;
|
|
665
665
|
title: string;
|
|
666
666
|
_url: string;
|
|
667
|
-
privacy:
|
|
667
|
+
privacy: import("./group").GroupPrivacy;
|
|
668
668
|
category: number;
|
|
669
669
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
670
670
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -992,7 +992,7 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
992
992
|
dateModified: string;
|
|
993
993
|
title: string;
|
|
994
994
|
_url: string;
|
|
995
|
-
privacy:
|
|
995
|
+
privacy: import("./group").GroupPrivacy;
|
|
996
996
|
category: number;
|
|
997
997
|
} | {
|
|
998
998
|
type: "folder" | "rootFolder";
|
|
@@ -1104,7 +1104,7 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
1104
1104
|
dateModified: string;
|
|
1105
1105
|
title: string;
|
|
1106
1106
|
_url: string;
|
|
1107
|
-
privacy:
|
|
1107
|
+
privacy: import("./group").GroupPrivacy;
|
|
1108
1108
|
category: number;
|
|
1109
1109
|
} | {
|
|
1110
1110
|
type: "folder" | "rootFolder";
|
|
@@ -1221,7 +1221,7 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
1221
1221
|
}>;
|
|
1222
1222
|
dateCreation: z.ZodString;
|
|
1223
1223
|
dateModified: z.ZodString;
|
|
1224
|
-
}>, "strip", z.
|
|
1224
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
1225
1225
|
_right: z.ZodObject<{
|
|
1226
1226
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
1227
1227
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -1250,7 +1250,7 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
1250
1250
|
}>;
|
|
1251
1251
|
dateCreation: z.ZodString;
|
|
1252
1252
|
dateModified: z.ZodString;
|
|
1253
|
-
}>, "strip", z.
|
|
1253
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1254
1254
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1255
1255
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1256
1256
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -1264,7 +1264,7 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
1264
1264
|
dateCreation: z.ZodString;
|
|
1265
1265
|
dateModified: z.ZodString;
|
|
1266
1266
|
category: z.ZodNumber;
|
|
1267
|
-
privacy: z.
|
|
1267
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
1268
1268
|
}>, "strip", z.ZodTypeAny, {
|
|
1269
1269
|
type: string;
|
|
1270
1270
|
id: number;
|
|
@@ -1274,7 +1274,7 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
1274
1274
|
dateModified: string;
|
|
1275
1275
|
title: string;
|
|
1276
1276
|
_url: string;
|
|
1277
|
-
privacy:
|
|
1277
|
+
privacy: import("./group").GroupPrivacy;
|
|
1278
1278
|
category: number;
|
|
1279
1279
|
}, {
|
|
1280
1280
|
type: string;
|
|
@@ -1285,7 +1285,7 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
1285
1285
|
dateModified: string;
|
|
1286
1286
|
title: string;
|
|
1287
1287
|
_url: string;
|
|
1288
|
-
privacy:
|
|
1288
|
+
privacy: import("./group").GroupPrivacy;
|
|
1289
1289
|
category: number;
|
|
1290
1290
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1291
1291
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -1578,7 +1578,7 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
1578
1578
|
dateModified: string;
|
|
1579
1579
|
title: string;
|
|
1580
1580
|
_url: string;
|
|
1581
|
-
privacy:
|
|
1581
|
+
privacy: import("./group").GroupPrivacy;
|
|
1582
1582
|
category: number;
|
|
1583
1583
|
} | {
|
|
1584
1584
|
type: "folder" | "rootFolder";
|
|
@@ -1681,7 +1681,7 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
1681
1681
|
dateModified: string;
|
|
1682
1682
|
title: string;
|
|
1683
1683
|
_url: string;
|
|
1684
|
-
privacy:
|
|
1684
|
+
privacy: import("./group").GroupPrivacy;
|
|
1685
1685
|
category: number;
|
|
1686
1686
|
} | {
|
|
1687
1687
|
type: "folder" | "rootFolder";
|