jamespot-user-api 1.0.208 → 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 +16 -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 +104 -6
- package/lib/src/apis/group/group.mock.d.ts +2 -1
- 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 +60 -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/group.d.ts +1 -0
- package/lib/src/util/meeting.d.ts +2 -2
- package/lib/src/util/socialEvent.d.ts +2 -2
- package/package.json +1 -1
- package/phpunitMock/spotGetWidgets-default.json +10 -0
|
@@ -64,7 +64,7 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
|
|
|
64
64
|
}>;
|
|
65
65
|
dateCreation: z.ZodString;
|
|
66
66
|
dateModified: z.ZodString;
|
|
67
|
-
}>, "strip", z.
|
|
67
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>;
|
|
68
68
|
_right: z.ZodObject<{
|
|
69
69
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
70
70
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -93,7 +93,7 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
|
|
|
93
93
|
}>;
|
|
94
94
|
dateCreation: z.ZodString;
|
|
95
95
|
dateModified: z.ZodString;
|
|
96
|
-
}>, "strip", z.
|
|
96
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
97
97
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
98
98
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
99
99
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -107,7 +107,7 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
|
|
|
107
107
|
dateCreation: z.ZodString;
|
|
108
108
|
dateModified: z.ZodString;
|
|
109
109
|
category: z.ZodNumber;
|
|
110
|
-
privacy: z.
|
|
110
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
111
111
|
}>, "strip", z.ZodTypeAny, {
|
|
112
112
|
type: string;
|
|
113
113
|
id: number;
|
|
@@ -117,7 +117,7 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
|
|
|
117
117
|
dateModified: string;
|
|
118
118
|
title: string;
|
|
119
119
|
_url: string;
|
|
120
|
-
privacy:
|
|
120
|
+
privacy: import("./group").GroupPrivacy;
|
|
121
121
|
category: number;
|
|
122
122
|
}, {
|
|
123
123
|
type: string;
|
|
@@ -128,7 +128,7 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
|
|
|
128
128
|
dateModified: string;
|
|
129
129
|
title: string;
|
|
130
130
|
_url: string;
|
|
131
|
-
privacy:
|
|
131
|
+
privacy: import("./group").GroupPrivacy;
|
|
132
132
|
category: number;
|
|
133
133
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
134
134
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -414,7 +414,7 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
|
|
|
414
414
|
dateModified: string;
|
|
415
415
|
title: string;
|
|
416
416
|
_url: string;
|
|
417
|
-
privacy:
|
|
417
|
+
privacy: import("./group").GroupPrivacy;
|
|
418
418
|
category: number;
|
|
419
419
|
} | {
|
|
420
420
|
type: "folder" | "rootFolder";
|
|
@@ -513,7 +513,7 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
|
|
|
513
513
|
dateModified: string;
|
|
514
514
|
title: string;
|
|
515
515
|
_url: string;
|
|
516
|
-
privacy:
|
|
516
|
+
privacy: import("./group").GroupPrivacy;
|
|
517
517
|
category: number;
|
|
518
518
|
} | {
|
|
519
519
|
type: "folder" | "rootFolder";
|
|
@@ -618,7 +618,7 @@ export declare const jArticleListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
618
618
|
}>;
|
|
619
619
|
dateCreation: z.ZodString;
|
|
620
620
|
dateModified: z.ZodString;
|
|
621
|
-
}>, "strip", z.
|
|
621
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>;
|
|
622
622
|
_right: z.ZodObject<{
|
|
623
623
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
624
624
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -647,7 +647,7 @@ export declare const jArticleListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
647
647
|
}>;
|
|
648
648
|
dateCreation: z.ZodString;
|
|
649
649
|
dateModified: z.ZodString;
|
|
650
|
-
}>, "strip", z.
|
|
650
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
651
651
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
652
652
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
653
653
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -661,7 +661,7 @@ export declare const jArticleListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
661
661
|
dateCreation: z.ZodString;
|
|
662
662
|
dateModified: z.ZodString;
|
|
663
663
|
category: z.ZodNumber;
|
|
664
|
-
privacy: z.
|
|
664
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
665
665
|
}>, "strip", z.ZodTypeAny, {
|
|
666
666
|
type: string;
|
|
667
667
|
id: number;
|
|
@@ -671,7 +671,7 @@ export declare const jArticleListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
671
671
|
dateModified: string;
|
|
672
672
|
title: string;
|
|
673
673
|
_url: string;
|
|
674
|
-
privacy:
|
|
674
|
+
privacy: import("./group").GroupPrivacy;
|
|
675
675
|
category: number;
|
|
676
676
|
}, {
|
|
677
677
|
type: string;
|
|
@@ -682,7 +682,7 @@ export declare const jArticleListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
682
682
|
dateModified: string;
|
|
683
683
|
title: string;
|
|
684
684
|
_url: string;
|
|
685
|
-
privacy:
|
|
685
|
+
privacy: import("./group").GroupPrivacy;
|
|
686
686
|
category: number;
|
|
687
687
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
688
688
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -974,7 +974,7 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
974
974
|
}>;
|
|
975
975
|
dateCreation: z.ZodString;
|
|
976
976
|
dateModified: z.ZodString;
|
|
977
|
-
}>, "strip", z.
|
|
977
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>;
|
|
978
978
|
_right: z.ZodObject<{
|
|
979
979
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
980
980
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -1003,7 +1003,7 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1003
1003
|
}>;
|
|
1004
1004
|
dateCreation: z.ZodString;
|
|
1005
1005
|
dateModified: z.ZodString;
|
|
1006
|
-
}>, "strip", z.
|
|
1006
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1007
1007
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1008
1008
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1009
1009
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -1017,7 +1017,7 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1017
1017
|
dateCreation: z.ZodString;
|
|
1018
1018
|
dateModified: z.ZodString;
|
|
1019
1019
|
category: z.ZodNumber;
|
|
1020
|
-
privacy: z.
|
|
1020
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
1021
1021
|
}>, "strip", z.ZodTypeAny, {
|
|
1022
1022
|
type: string;
|
|
1023
1023
|
id: number;
|
|
@@ -1027,7 +1027,7 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1027
1027
|
dateModified: string;
|
|
1028
1028
|
title: string;
|
|
1029
1029
|
_url: string;
|
|
1030
|
-
privacy:
|
|
1030
|
+
privacy: import("./group").GroupPrivacy;
|
|
1031
1031
|
category: number;
|
|
1032
1032
|
}, {
|
|
1033
1033
|
type: string;
|
|
@@ -1038,7 +1038,7 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1038
1038
|
dateModified: string;
|
|
1039
1039
|
title: string;
|
|
1040
1040
|
_url: string;
|
|
1041
|
-
privacy:
|
|
1041
|
+
privacy: import("./group").GroupPrivacy;
|
|
1042
1042
|
category: number;
|
|
1043
1043
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1044
1044
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -1366,7 +1366,7 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1366
1366
|
dateModified: string;
|
|
1367
1367
|
title: string;
|
|
1368
1368
|
_url: string;
|
|
1369
|
-
privacy:
|
|
1369
|
+
privacy: import("./group").GroupPrivacy;
|
|
1370
1370
|
category: number;
|
|
1371
1371
|
} | {
|
|
1372
1372
|
type: "folder" | "rootFolder";
|
|
@@ -1478,7 +1478,7 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1478
1478
|
dateModified: string;
|
|
1479
1479
|
title: string;
|
|
1480
1480
|
_url: string;
|
|
1481
|
-
privacy:
|
|
1481
|
+
privacy: import("./group").GroupPrivacy;
|
|
1482
1482
|
category: number;
|
|
1483
1483
|
} | {
|
|
1484
1484
|
type: "folder" | "rootFolder";
|
|
@@ -1597,7 +1597,7 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
1597
1597
|
}>;
|
|
1598
1598
|
dateCreation: z.ZodString;
|
|
1599
1599
|
dateModified: z.ZodString;
|
|
1600
|
-
}>, "strip", z.
|
|
1600
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>;
|
|
1601
1601
|
_right: z.ZodObject<{
|
|
1602
1602
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
1603
1603
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -1626,7 +1626,7 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
1626
1626
|
}>;
|
|
1627
1627
|
dateCreation: z.ZodString;
|
|
1628
1628
|
dateModified: z.ZodString;
|
|
1629
|
-
}>, "strip", z.
|
|
1629
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1630
1630
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1631
1631
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1632
1632
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -1640,7 +1640,7 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
1640
1640
|
dateCreation: z.ZodString;
|
|
1641
1641
|
dateModified: z.ZodString;
|
|
1642
1642
|
category: z.ZodNumber;
|
|
1643
|
-
privacy: z.
|
|
1643
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
1644
1644
|
}>, "strip", z.ZodTypeAny, {
|
|
1645
1645
|
type: string;
|
|
1646
1646
|
id: number;
|
|
@@ -1650,7 +1650,7 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
1650
1650
|
dateModified: string;
|
|
1651
1651
|
title: string;
|
|
1652
1652
|
_url: string;
|
|
1653
|
-
privacy:
|
|
1653
|
+
privacy: import("./group").GroupPrivacy;
|
|
1654
1654
|
category: number;
|
|
1655
1655
|
}, {
|
|
1656
1656
|
type: string;
|
|
@@ -1661,7 +1661,7 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
1661
1661
|
dateModified: string;
|
|
1662
1662
|
title: string;
|
|
1663
1663
|
_url: string;
|
|
1664
|
-
privacy:
|
|
1664
|
+
privacy: import("./group").GroupPrivacy;
|
|
1665
1665
|
category: number;
|
|
1666
1666
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1667
1667
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -2003,7 +2003,7 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
2003
2003
|
dateModified: string;
|
|
2004
2004
|
title: string;
|
|
2005
2005
|
_url: string;
|
|
2006
|
-
privacy:
|
|
2006
|
+
privacy: import("./group").GroupPrivacy;
|
|
2007
2007
|
category: number;
|
|
2008
2008
|
} | {
|
|
2009
2009
|
type: "folder" | "rootFolder";
|
|
@@ -2118,7 +2118,7 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
2118
2118
|
dateModified: string;
|
|
2119
2119
|
title: string;
|
|
2120
2120
|
_url: string;
|
|
2121
|
-
privacy:
|
|
2121
|
+
privacy: import("./group").GroupPrivacy;
|
|
2122
2122
|
category: number;
|
|
2123
2123
|
} | {
|
|
2124
2124
|
type: "folder" | "rootFolder";
|
|
@@ -2240,7 +2240,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
2240
2240
|
}>;
|
|
2241
2241
|
dateCreation: z.ZodString;
|
|
2242
2242
|
dateModified: z.ZodString;
|
|
2243
|
-
}>, "strip", z.
|
|
2243
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>;
|
|
2244
2244
|
_right: z.ZodObject<{
|
|
2245
2245
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2246
2246
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -2269,7 +2269,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
2269
2269
|
}>;
|
|
2270
2270
|
dateCreation: z.ZodString;
|
|
2271
2271
|
dateModified: z.ZodString;
|
|
2272
|
-
}>, "strip", z.
|
|
2272
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
2273
2273
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
2274
2274
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
2275
2275
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -2283,7 +2283,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
2283
2283
|
dateCreation: z.ZodString;
|
|
2284
2284
|
dateModified: z.ZodString;
|
|
2285
2285
|
category: z.ZodNumber;
|
|
2286
|
-
privacy: z.
|
|
2286
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
2287
2287
|
}>, "strip", z.ZodTypeAny, {
|
|
2288
2288
|
type: string;
|
|
2289
2289
|
id: number;
|
|
@@ -2293,7 +2293,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
2293
2293
|
dateModified: string;
|
|
2294
2294
|
title: string;
|
|
2295
2295
|
_url: string;
|
|
2296
|
-
privacy:
|
|
2296
|
+
privacy: import("./group").GroupPrivacy;
|
|
2297
2297
|
category: number;
|
|
2298
2298
|
}, {
|
|
2299
2299
|
type: string;
|
|
@@ -2304,7 +2304,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
2304
2304
|
dateModified: string;
|
|
2305
2305
|
title: string;
|
|
2306
2306
|
_url: string;
|
|
2307
|
-
privacy:
|
|
2307
|
+
privacy: import("./group").GroupPrivacy;
|
|
2308
2308
|
category: number;
|
|
2309
2309
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
2310
2310
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -2640,7 +2640,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
2640
2640
|
}>;
|
|
2641
2641
|
dateCreation: z.ZodString;
|
|
2642
2642
|
dateModified: z.ZodString;
|
|
2643
|
-
}>, "strip", z.
|
|
2643
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>;
|
|
2644
2644
|
_right: z.ZodObject<{
|
|
2645
2645
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2646
2646
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -2669,7 +2669,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
2669
2669
|
}>;
|
|
2670
2670
|
dateCreation: z.ZodString;
|
|
2671
2671
|
dateModified: z.ZodString;
|
|
2672
|
-
}>, "strip", z.
|
|
2672
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
2673
2673
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
2674
2674
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
2675
2675
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -2683,7 +2683,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
2683
2683
|
dateCreation: z.ZodString;
|
|
2684
2684
|
dateModified: z.ZodString;
|
|
2685
2685
|
category: z.ZodNumber;
|
|
2686
|
-
privacy: z.
|
|
2686
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
2687
2687
|
}>, "strip", z.ZodTypeAny, {
|
|
2688
2688
|
type: string;
|
|
2689
2689
|
id: number;
|
|
@@ -2693,7 +2693,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
2693
2693
|
dateModified: string;
|
|
2694
2694
|
title: string;
|
|
2695
2695
|
_url: string;
|
|
2696
|
-
privacy:
|
|
2696
|
+
privacy: import("./group").GroupPrivacy;
|
|
2697
2697
|
category: number;
|
|
2698
2698
|
}, {
|
|
2699
2699
|
type: string;
|
|
@@ -2704,7 +2704,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
2704
2704
|
dateModified: string;
|
|
2705
2705
|
title: string;
|
|
2706
2706
|
_url: string;
|
|
2707
|
-
privacy:
|
|
2707
|
+
privacy: import("./group").GroupPrivacy;
|
|
2708
2708
|
category: number;
|
|
2709
2709
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
2710
2710
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -3040,7 +3040,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
3040
3040
|
}>;
|
|
3041
3041
|
dateCreation: z.ZodString;
|
|
3042
3042
|
dateModified: z.ZodString;
|
|
3043
|
-
}>, "strip", z.
|
|
3043
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>;
|
|
3044
3044
|
_right: z.ZodObject<{
|
|
3045
3045
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
3046
3046
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -3069,7 +3069,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
3069
3069
|
}>;
|
|
3070
3070
|
dateCreation: z.ZodString;
|
|
3071
3071
|
dateModified: z.ZodString;
|
|
3072
|
-
}>, "strip", z.
|
|
3072
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
3073
3073
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
3074
3074
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
3075
3075
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -3083,7 +3083,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
3083
3083
|
dateCreation: z.ZodString;
|
|
3084
3084
|
dateModified: z.ZodString;
|
|
3085
3085
|
category: z.ZodNumber;
|
|
3086
|
-
privacy: z.
|
|
3086
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
3087
3087
|
}>, "strip", z.ZodTypeAny, {
|
|
3088
3088
|
type: string;
|
|
3089
3089
|
id: number;
|
|
@@ -3093,7 +3093,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
3093
3093
|
dateModified: string;
|
|
3094
3094
|
title: string;
|
|
3095
3095
|
_url: string;
|
|
3096
|
-
privacy:
|
|
3096
|
+
privacy: import("./group").GroupPrivacy;
|
|
3097
3097
|
category: number;
|
|
3098
3098
|
}, {
|
|
3099
3099
|
type: string;
|
|
@@ -3104,7 +3104,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
3104
3104
|
dateModified: string;
|
|
3105
3105
|
title: string;
|
|
3106
3106
|
_url: string;
|
|
3107
|
-
privacy:
|
|
3107
|
+
privacy: import("./group").GroupPrivacy;
|
|
3108
3108
|
category: number;
|
|
3109
3109
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
3110
3110
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -3440,7 +3440,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
3440
3440
|
}>;
|
|
3441
3441
|
dateCreation: z.ZodString;
|
|
3442
3442
|
dateModified: z.ZodString;
|
|
3443
|
-
}>, "strip", z.
|
|
3443
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>;
|
|
3444
3444
|
_right: z.ZodObject<{
|
|
3445
3445
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
3446
3446
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -3469,7 +3469,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
3469
3469
|
}>;
|
|
3470
3470
|
dateCreation: z.ZodString;
|
|
3471
3471
|
dateModified: z.ZodString;
|
|
3472
|
-
}>, "strip", z.
|
|
3472
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
3473
3473
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
3474
3474
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
3475
3475
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -3483,7 +3483,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
3483
3483
|
dateCreation: z.ZodString;
|
|
3484
3484
|
dateModified: z.ZodString;
|
|
3485
3485
|
category: z.ZodNumber;
|
|
3486
|
-
privacy: z.
|
|
3486
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
3487
3487
|
}>, "strip", z.ZodTypeAny, {
|
|
3488
3488
|
type: string;
|
|
3489
3489
|
id: number;
|
|
@@ -3493,7 +3493,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
3493
3493
|
dateModified: string;
|
|
3494
3494
|
title: string;
|
|
3495
3495
|
_url: string;
|
|
3496
|
-
privacy:
|
|
3496
|
+
privacy: import("./group").GroupPrivacy;
|
|
3497
3497
|
category: number;
|
|
3498
3498
|
}, {
|
|
3499
3499
|
type: string;
|
|
@@ -3504,7 +3504,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
3504
3504
|
dateModified: string;
|
|
3505
3505
|
title: string;
|
|
3506
3506
|
_url: string;
|
|
3507
|
-
privacy:
|
|
3507
|
+
privacy: import("./group").GroupPrivacy;
|
|
3508
3508
|
category: number;
|
|
3509
3509
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
3510
3510
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -3840,7 +3840,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
3840
3840
|
}>;
|
|
3841
3841
|
dateCreation: z.ZodString;
|
|
3842
3842
|
dateModified: z.ZodString;
|
|
3843
|
-
}>, "strip", z.
|
|
3843
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>;
|
|
3844
3844
|
_right: z.ZodObject<{
|
|
3845
3845
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
3846
3846
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -3869,7 +3869,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
3869
3869
|
}>;
|
|
3870
3870
|
dateCreation: z.ZodString;
|
|
3871
3871
|
dateModified: z.ZodString;
|
|
3872
|
-
}>, "strip", z.
|
|
3872
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
3873
3873
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
3874
3874
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
3875
3875
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -3883,7 +3883,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
3883
3883
|
dateCreation: z.ZodString;
|
|
3884
3884
|
dateModified: z.ZodString;
|
|
3885
3885
|
category: z.ZodNumber;
|
|
3886
|
-
privacy: z.
|
|
3886
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
3887
3887
|
}>, "strip", z.ZodTypeAny, {
|
|
3888
3888
|
type: string;
|
|
3889
3889
|
id: number;
|
|
@@ -3893,7 +3893,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
3893
3893
|
dateModified: string;
|
|
3894
3894
|
title: string;
|
|
3895
3895
|
_url: string;
|
|
3896
|
-
privacy:
|
|
3896
|
+
privacy: import("./group").GroupPrivacy;
|
|
3897
3897
|
category: number;
|
|
3898
3898
|
}, {
|
|
3899
3899
|
type: string;
|
|
@@ -3904,7 +3904,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
|
|
|
3904
3904
|
dateModified: string;
|
|
3905
3905
|
title: string;
|
|
3906
3906
|
_url: string;
|
|
3907
|
-
privacy:
|
|
3907
|
+
privacy: import("./group").GroupPrivacy;
|
|
3908
3908
|
category: number;
|
|
3909
3909
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
3910
3910
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -4325,8 +4325,8 @@ export declare const articleListConfigSchema: z.ZodObject<{
|
|
|
4325
4325
|
name: string;
|
|
4326
4326
|
}[] | undefined;
|
|
4327
4327
|
format?: "raw-little" | "raw-list" | "raw-view" | "user-api" | "mobile" | undefined;
|
|
4328
|
-
formatExtend?: ("bookmark" | "contact" | "licenses" | "quizFieldDefinitions" | "quizResponseRecord" | "search" | "socialEventRecord" | "surveyDateRecord")[] | undefined;
|
|
4329
4328
|
public?: boolean | undefined;
|
|
4329
|
+
formatExtend?: ("bookmark" | "contact" | "licenses" | "quizFieldDefinitions" | "quizResponseRecord" | "search" | "socialEventRecord" | "surveyDateRecord")[] | undefined;
|
|
4330
4330
|
}, {
|
|
4331
4331
|
type?: string | undefined;
|
|
4332
4332
|
filters?: {
|
|
@@ -4355,8 +4355,8 @@ export declare const articleListConfigSchema: z.ZodObject<{
|
|
|
4355
4355
|
name: string;
|
|
4356
4356
|
}[] | undefined;
|
|
4357
4357
|
format?: import("./utils").Format | undefined;
|
|
4358
|
-
formatExtend?: ("bookmark" | "contact" | "licenses" | "quizFieldDefinitions" | "quizResponseRecord" | "search" | "socialEventRecord" | "surveyDateRecord")[] | undefined;
|
|
4359
4358
|
public?: boolean | undefined;
|
|
4359
|
+
formatExtend?: ("bookmark" | "contact" | "licenses" | "quizFieldDefinitions" | "quizResponseRecord" | "search" | "socialEventRecord" | "surveyDateRecord")[] | undefined;
|
|
4360
4360
|
}>;
|
|
4361
4361
|
export type ArticleListConfig = z.infer<typeof articleListConfigSchema>;
|
|
4362
4362
|
export declare const articleGetConfigSchema: z.ZodObject<{
|
|
@@ -5181,7 +5181,7 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
5181
5181
|
}>;
|
|
5182
5182
|
dateCreation: z.ZodString;
|
|
5183
5183
|
dateModified: z.ZodString;
|
|
5184
|
-
}>, "strip", z.
|
|
5184
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>;
|
|
5185
5185
|
_right: z.ZodObject<{
|
|
5186
5186
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
5187
5187
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -5210,7 +5210,7 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
5210
5210
|
}>;
|
|
5211
5211
|
dateCreation: z.ZodString;
|
|
5212
5212
|
dateModified: z.ZodString;
|
|
5213
|
-
}>, "strip", z.
|
|
5213
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
5214
5214
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
5215
5215
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
5216
5216
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -5224,7 +5224,7 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
5224
5224
|
dateCreation: z.ZodString;
|
|
5225
5225
|
dateModified: z.ZodString;
|
|
5226
5226
|
category: z.ZodNumber;
|
|
5227
|
-
privacy: z.
|
|
5227
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
5228
5228
|
}>, "strip", z.ZodTypeAny, {
|
|
5229
5229
|
type: string;
|
|
5230
5230
|
id: number;
|
|
@@ -5234,7 +5234,7 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
5234
5234
|
dateModified: string;
|
|
5235
5235
|
title: string;
|
|
5236
5236
|
_url: string;
|
|
5237
|
-
privacy:
|
|
5237
|
+
privacy: import("./group").GroupPrivacy;
|
|
5238
5238
|
category: number;
|
|
5239
5239
|
}, {
|
|
5240
5240
|
type: string;
|
|
@@ -5245,7 +5245,7 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
5245
5245
|
dateModified: string;
|
|
5246
5246
|
title: string;
|
|
5247
5247
|
_url: string;
|
|
5248
|
-
privacy:
|
|
5248
|
+
privacy: import("./group").GroupPrivacy;
|
|
5249
5249
|
category: number;
|
|
5250
5250
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
5251
5251
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -5534,7 +5534,7 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
5534
5534
|
dateModified: string;
|
|
5535
5535
|
title: string;
|
|
5536
5536
|
_url: string;
|
|
5537
|
-
privacy:
|
|
5537
|
+
privacy: import("./group").GroupPrivacy;
|
|
5538
5538
|
category: number;
|
|
5539
5539
|
} | {
|
|
5540
5540
|
type: "folder" | "rootFolder";
|
|
@@ -5636,7 +5636,7 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
5636
5636
|
dateModified: string;
|
|
5637
5637
|
title: string;
|
|
5638
5638
|
_url: string;
|
|
5639
|
-
privacy:
|
|
5639
|
+
privacy: import("./group").GroupPrivacy;
|
|
5640
5640
|
category: number;
|
|
5641
5641
|
} | {
|
|
5642
5642
|
type: "folder" | "rootFolder";
|
package/lib/src/types/asei.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
34
34
|
}>;
|
|
35
35
|
dateCreation: z.ZodString;
|
|
36
36
|
dateModified: z.ZodString;
|
|
37
|
-
}>, "strip", z.
|
|
37
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
38
38
|
_right: z.ZodObject<{
|
|
39
39
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
40
40
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -63,7 +63,7 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
63
63
|
}>;
|
|
64
64
|
dateCreation: z.ZodString;
|
|
65
65
|
dateModified: z.ZodString;
|
|
66
|
-
}>, "strip", z.
|
|
66
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
67
67
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
68
68
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
69
69
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -77,7 +77,7 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
77
77
|
dateCreation: z.ZodString;
|
|
78
78
|
dateModified: z.ZodString;
|
|
79
79
|
category: z.ZodNumber;
|
|
80
|
-
privacy: z.
|
|
80
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
81
81
|
}>, "strip", z.ZodTypeAny, {
|
|
82
82
|
type: string;
|
|
83
83
|
id: number;
|
|
@@ -87,7 +87,7 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
87
87
|
dateModified: string;
|
|
88
88
|
title: string;
|
|
89
89
|
_url: string;
|
|
90
|
-
privacy:
|
|
90
|
+
privacy: import("./group").GroupPrivacy;
|
|
91
91
|
category: number;
|
|
92
92
|
}, {
|
|
93
93
|
type: string;
|
|
@@ -98,7 +98,7 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
98
98
|
dateModified: string;
|
|
99
99
|
title: string;
|
|
100
100
|
_url: string;
|
|
101
|
-
privacy:
|
|
101
|
+
privacy: import("./group").GroupPrivacy;
|
|
102
102
|
category: number;
|
|
103
103
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
104
104
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -417,7 +417,7 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
417
417
|
}>;
|
|
418
418
|
dateCreation: z.ZodString;
|
|
419
419
|
dateModified: z.ZodString;
|
|
420
|
-
}>, "strip", z.
|
|
420
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, "many">;
|
|
421
421
|
aseiClearanceTicketHandler: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
422
422
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
423
423
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -501,7 +501,7 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
501
501
|
}>;
|
|
502
502
|
dateCreation: z.ZodString;
|
|
503
503
|
dateModified: z.ZodString;
|
|
504
|
-
}>, "strip", z.
|
|
504
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, "many">;
|
|
505
505
|
aseiClearanceTicketTypeOfWorkContract: z.ZodString;
|
|
506
506
|
aseiClearanceTicketTypeOfWorkContractSpecify: z.ZodString;
|
|
507
507
|
aseiClearanceTicketPosition: z.ZodString;
|
|
@@ -534,7 +534,7 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
534
534
|
dateModified: string;
|
|
535
535
|
title: string;
|
|
536
536
|
_url: string;
|
|
537
|
-
privacy:
|
|
537
|
+
privacy: import("./group").GroupPrivacy;
|
|
538
538
|
category: number;
|
|
539
539
|
} | {
|
|
540
540
|
type: "folder" | "rootFolder";
|
|
@@ -687,7 +687,7 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
687
687
|
dateModified: string;
|
|
688
688
|
title: string;
|
|
689
689
|
_url: string;
|
|
690
|
-
privacy:
|
|
690
|
+
privacy: import("./group").GroupPrivacy;
|
|
691
691
|
category: number;
|
|
692
692
|
} | {
|
|
693
693
|
type: "folder" | "rootFolder";
|
|
@@ -856,7 +856,7 @@ export declare const aseiInstitutionSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
856
856
|
}>;
|
|
857
857
|
dateCreation: z.ZodString;
|
|
858
858
|
dateModified: z.ZodString;
|
|
859
|
-
}>, "strip", z.
|
|
859
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
860
860
|
aseiInstitutionValidator: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
861
861
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
862
862
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|