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
package/lib/src/types/faq.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
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 faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
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 faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
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 faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
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 faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
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>;
|
|
@@ -395,7 +395,7 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
395
395
|
dateModified: string;
|
|
396
396
|
title: string;
|
|
397
397
|
_url: string;
|
|
398
|
-
privacy:
|
|
398
|
+
privacy: import("./group").GroupPrivacy;
|
|
399
399
|
category: number;
|
|
400
400
|
} | {
|
|
401
401
|
type: "folder" | "rootFolder";
|
|
@@ -495,7 +495,7 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
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";
|
|
@@ -602,7 +602,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
602
602
|
}>;
|
|
603
603
|
dateCreation: z.ZodString;
|
|
604
604
|
dateModified: z.ZodString;
|
|
605
|
-
}>, "strip", z.
|
|
605
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
606
606
|
_right: z.ZodObject<{
|
|
607
607
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
608
608
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -631,7 +631,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
631
631
|
}>;
|
|
632
632
|
dateCreation: z.ZodString;
|
|
633
633
|
dateModified: z.ZodString;
|
|
634
|
-
}>, "strip", z.
|
|
634
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
635
635
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
636
636
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
637
637
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -645,7 +645,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
645
645
|
dateCreation: z.ZodString;
|
|
646
646
|
dateModified: z.ZodString;
|
|
647
647
|
category: z.ZodNumber;
|
|
648
|
-
privacy: z.
|
|
648
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
649
649
|
}>, "strip", z.ZodTypeAny, {
|
|
650
650
|
type: string;
|
|
651
651
|
id: number;
|
|
@@ -655,7 +655,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
655
655
|
dateModified: string;
|
|
656
656
|
title: string;
|
|
657
657
|
_url: string;
|
|
658
|
-
privacy:
|
|
658
|
+
privacy: import("./group").GroupPrivacy;
|
|
659
659
|
category: number;
|
|
660
660
|
}, {
|
|
661
661
|
type: string;
|
|
@@ -666,7 +666,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
666
666
|
dateModified: string;
|
|
667
667
|
title: string;
|
|
668
668
|
_url: string;
|
|
669
|
-
privacy:
|
|
669
|
+
privacy: import("./group").GroupPrivacy;
|
|
670
670
|
category: number;
|
|
671
671
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
672
672
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -994,7 +994,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
994
994
|
dateModified: string;
|
|
995
995
|
title: string;
|
|
996
996
|
_url: string;
|
|
997
|
-
privacy:
|
|
997
|
+
privacy: import("./group").GroupPrivacy;
|
|
998
998
|
category: number;
|
|
999
999
|
} | {
|
|
1000
1000
|
type: "folder" | "rootFolder";
|
|
@@ -1106,7 +1106,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1106
1106
|
dateModified: string;
|
|
1107
1107
|
title: string;
|
|
1108
1108
|
_url: string;
|
|
1109
|
-
privacy:
|
|
1109
|
+
privacy: import("./group").GroupPrivacy;
|
|
1110
1110
|
category: number;
|
|
1111
1111
|
} | {
|
|
1112
1112
|
type: "folder" | "rootFolder";
|
|
@@ -1223,7 +1223,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1223
1223
|
}>;
|
|
1224
1224
|
dateCreation: z.ZodString;
|
|
1225
1225
|
dateModified: z.ZodString;
|
|
1226
|
-
}>, "strip", z.
|
|
1226
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
1227
1227
|
_right: z.ZodObject<{
|
|
1228
1228
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
1229
1229
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -1252,7 +1252,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1252
1252
|
}>;
|
|
1253
1253
|
dateCreation: z.ZodString;
|
|
1254
1254
|
dateModified: z.ZodString;
|
|
1255
|
-
}>, "strip", z.
|
|
1255
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1256
1256
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1257
1257
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1258
1258
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -1266,7 +1266,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1266
1266
|
dateCreation: z.ZodString;
|
|
1267
1267
|
dateModified: z.ZodString;
|
|
1268
1268
|
category: z.ZodNumber;
|
|
1269
|
-
privacy: z.
|
|
1269
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
1270
1270
|
}>, "strip", z.ZodTypeAny, {
|
|
1271
1271
|
type: string;
|
|
1272
1272
|
id: number;
|
|
@@ -1276,7 +1276,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1276
1276
|
dateModified: string;
|
|
1277
1277
|
title: string;
|
|
1278
1278
|
_url: string;
|
|
1279
|
-
privacy:
|
|
1279
|
+
privacy: import("./group").GroupPrivacy;
|
|
1280
1280
|
category: number;
|
|
1281
1281
|
}, {
|
|
1282
1282
|
type: string;
|
|
@@ -1287,7 +1287,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1287
1287
|
dateModified: string;
|
|
1288
1288
|
title: string;
|
|
1289
1289
|
_url: string;
|
|
1290
|
-
privacy:
|
|
1290
|
+
privacy: import("./group").GroupPrivacy;
|
|
1291
1291
|
category: number;
|
|
1292
1292
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1293
1293
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -1586,7 +1586,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1586
1586
|
dateModified: string;
|
|
1587
1587
|
title: string;
|
|
1588
1588
|
_url: string;
|
|
1589
|
-
privacy:
|
|
1589
|
+
privacy: import("./group").GroupPrivacy;
|
|
1590
1590
|
category: number;
|
|
1591
1591
|
} | {
|
|
1592
1592
|
type: "folder" | "rootFolder";
|
|
@@ -1686,7 +1686,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1686
1686
|
dateModified: string;
|
|
1687
1687
|
title: string;
|
|
1688
1688
|
_url: string;
|
|
1689
|
-
privacy:
|
|
1689
|
+
privacy: import("./group").GroupPrivacy;
|
|
1690
1690
|
category: number;
|
|
1691
1691
|
} | {
|
|
1692
1692
|
type: "folder" | "rootFolder";
|
|
@@ -2088,7 +2088,7 @@ export declare const inferExtendedFaqCategory: <T extends z.ZodType<{
|
|
|
2088
2088
|
dateModified: string;
|
|
2089
2089
|
title: string;
|
|
2090
2090
|
_url: string;
|
|
2091
|
-
privacy:
|
|
2091
|
+
privacy: import("./group").GroupPrivacy;
|
|
2092
2092
|
category: number;
|
|
2093
2093
|
} | {
|
|
2094
2094
|
type: "folder" | "rootFolder";
|
|
@@ -2188,7 +2188,7 @@ export declare const inferExtendedFaqCategory: <T extends z.ZodType<{
|
|
|
2188
2188
|
dateModified: string;
|
|
2189
2189
|
title: string;
|
|
2190
2190
|
_url: string;
|
|
2191
|
-
privacy:
|
|
2191
|
+
privacy: import("./group").GroupPrivacy;
|
|
2192
2192
|
category: number;
|
|
2193
2193
|
} | {
|
|
2194
2194
|
type: "folder" | "rootFolder";
|
|
@@ -2311,7 +2311,7 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2311
2311
|
}>;
|
|
2312
2312
|
dateCreation: z.ZodString;
|
|
2313
2313
|
dateModified: z.ZodString;
|
|
2314
|
-
}>, "strip", z.
|
|
2314
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
2315
2315
|
_right: z.ZodObject<{
|
|
2316
2316
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2317
2317
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -2340,7 +2340,7 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2340
2340
|
}>;
|
|
2341
2341
|
dateCreation: z.ZodString;
|
|
2342
2342
|
dateModified: z.ZodString;
|
|
2343
|
-
}>, "strip", z.
|
|
2343
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
2344
2344
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
2345
2345
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
2346
2346
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -2354,7 +2354,7 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2354
2354
|
dateCreation: z.ZodString;
|
|
2355
2355
|
dateModified: z.ZodString;
|
|
2356
2356
|
category: z.ZodNumber;
|
|
2357
|
-
privacy: z.
|
|
2357
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
2358
2358
|
}>, "strip", z.ZodTypeAny, {
|
|
2359
2359
|
type: string;
|
|
2360
2360
|
id: number;
|
|
@@ -2364,7 +2364,7 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2364
2364
|
dateModified: string;
|
|
2365
2365
|
title: string;
|
|
2366
2366
|
_url: string;
|
|
2367
|
-
privacy:
|
|
2367
|
+
privacy: import("./group").GroupPrivacy;
|
|
2368
2368
|
category: number;
|
|
2369
2369
|
}, {
|
|
2370
2370
|
type: string;
|
|
@@ -2375,7 +2375,7 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2375
2375
|
dateModified: string;
|
|
2376
2376
|
title: string;
|
|
2377
2377
|
_url: string;
|
|
2378
|
-
privacy:
|
|
2378
|
+
privacy: import("./group").GroupPrivacy;
|
|
2379
2379
|
category: number;
|
|
2380
2380
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
2381
2381
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -2673,7 +2673,7 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2673
2673
|
dateModified: string;
|
|
2674
2674
|
title: string;
|
|
2675
2675
|
_url: string;
|
|
2676
|
-
privacy:
|
|
2676
|
+
privacy: import("./group").GroupPrivacy;
|
|
2677
2677
|
category: number;
|
|
2678
2678
|
} | {
|
|
2679
2679
|
type: "folder" | "rootFolder";
|
|
@@ -2776,7 +2776,7 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2776
2776
|
dateModified: string;
|
|
2777
2777
|
title: string;
|
|
2778
2778
|
_url: string;
|
|
2779
|
-
privacy:
|
|
2779
|
+
privacy: import("./group").GroupPrivacy;
|
|
2780
2780
|
category: number;
|
|
2781
2781
|
} | {
|
|
2782
2782
|
type: "folder" | "rootFolder";
|
|
@@ -2886,7 +2886,7 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
2886
2886
|
}>;
|
|
2887
2887
|
dateCreation: z.ZodString;
|
|
2888
2888
|
dateModified: z.ZodString;
|
|
2889
|
-
}>, "strip", z.
|
|
2889
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
2890
2890
|
_right: z.ZodObject<{
|
|
2891
2891
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2892
2892
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -2915,7 +2915,7 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
2915
2915
|
}>;
|
|
2916
2916
|
dateCreation: z.ZodString;
|
|
2917
2917
|
dateModified: z.ZodString;
|
|
2918
|
-
}>, "strip", z.
|
|
2918
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
2919
2919
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
2920
2920
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
2921
2921
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -2929,7 +2929,7 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
2929
2929
|
dateCreation: z.ZodString;
|
|
2930
2930
|
dateModified: z.ZodString;
|
|
2931
2931
|
category: z.ZodNumber;
|
|
2932
|
-
privacy: z.
|
|
2932
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
2933
2933
|
}>, "strip", z.ZodTypeAny, {
|
|
2934
2934
|
type: string;
|
|
2935
2935
|
id: number;
|
|
@@ -2939,7 +2939,7 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
2939
2939
|
dateModified: string;
|
|
2940
2940
|
title: string;
|
|
2941
2941
|
_url: string;
|
|
2942
|
-
privacy:
|
|
2942
|
+
privacy: import("./group").GroupPrivacy;
|
|
2943
2943
|
category: number;
|
|
2944
2944
|
}, {
|
|
2945
2945
|
type: string;
|
|
@@ -2950,7 +2950,7 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
2950
2950
|
dateModified: string;
|
|
2951
2951
|
title: string;
|
|
2952
2952
|
_url: string;
|
|
2953
|
-
privacy:
|
|
2953
|
+
privacy: import("./group").GroupPrivacy;
|
|
2954
2954
|
category: number;
|
|
2955
2955
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
2956
2956
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -3347,7 +3347,7 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
3347
3347
|
dateModified: string;
|
|
3348
3348
|
title: string;
|
|
3349
3349
|
_url: string;
|
|
3350
|
-
privacy:
|
|
3350
|
+
privacy: import("./group").GroupPrivacy;
|
|
3351
3351
|
category: number;
|
|
3352
3352
|
} | {
|
|
3353
3353
|
type: "folder" | "rootFolder";
|
|
@@ -3477,7 +3477,7 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
3477
3477
|
dateModified: string;
|
|
3478
3478
|
title: string;
|
|
3479
3479
|
_url: string;
|
|
3480
|
-
privacy:
|
|
3480
|
+
privacy: import("./group").GroupPrivacy;
|
|
3481
3481
|
category: number;
|
|
3482
3482
|
} | {
|
|
3483
3483
|
type: "folder" | "rootFolder";
|
package/lib/src/types/group.d.ts
CHANGED
|
@@ -64,7 +64,7 @@ export declare const groupMemberLevelSchema: z.ZodObject<{
|
|
|
64
64
|
}>;
|
|
65
65
|
dateCreation: z.ZodString;
|
|
66
66
|
dateModified: z.ZodString;
|
|
67
|
-
}>, "strip", z.
|
|
67
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
68
68
|
}, "strip", z.ZodTypeAny, {
|
|
69
69
|
level: 0 | 2 | 1 | 3;
|
|
70
70
|
user: import("./objectBase").jObjectBase & {
|
|
@@ -130,6 +130,12 @@ export declare enum GroupModerateStatus {
|
|
|
130
130
|
SPOT_MODERATE_PENDING = 2
|
|
131
131
|
}
|
|
132
132
|
export declare const groupModerateStatusSchema: z.ZodNativeEnum<typeof GroupModerateStatus>;
|
|
133
|
+
export declare enum GroupPrivacy {
|
|
134
|
+
SPOT_PRIVATE = 0,
|
|
135
|
+
SPOT_PUBLIC = 1,
|
|
136
|
+
SPOT_MODERATE = 2
|
|
137
|
+
}
|
|
138
|
+
export declare const groupPrivacy: z.ZodNativeEnum<typeof GroupPrivacy>;
|
|
133
139
|
export declare const groupMemberSchema: z.ZodObject<{
|
|
134
140
|
userLevelSpot: z.ZodObject<{
|
|
135
141
|
RF_Constant_levelName: z.ZodString;
|
|
@@ -177,6 +183,7 @@ export declare const groupMemberSchema: z.ZodObject<{
|
|
|
177
183
|
member: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
178
184
|
}, "strip", z.ZodTypeAny, import("./common").Rights, import("./common").Rights>;
|
|
179
185
|
accessRequestStatus: z.ZodOptional<z.ZodNativeEnum<typeof GroupModerateStatus>>;
|
|
186
|
+
groupPrivacy: z.ZodNativeEnum<typeof GroupPrivacy>;
|
|
180
187
|
}, "strip", z.ZodTypeAny, {
|
|
181
188
|
userLevelSpot: {
|
|
182
189
|
RF_Constant_levelName: string;
|
|
@@ -192,6 +199,7 @@ export declare const groupMemberSchema: z.ZodObject<{
|
|
|
192
199
|
};
|
|
193
200
|
spotMinLevelToInvit: number;
|
|
194
201
|
userRights: import("./common").Rights;
|
|
202
|
+
groupPrivacy: GroupPrivacy;
|
|
195
203
|
accessRequestStatus?: GroupModerateStatus | undefined;
|
|
196
204
|
}, {
|
|
197
205
|
userLevelSpot: {
|
|
@@ -208,6 +216,7 @@ export declare const groupMemberSchema: z.ZodObject<{
|
|
|
208
216
|
};
|
|
209
217
|
spotMinLevelToInvit: number;
|
|
210
218
|
userRights: import("./common").Rights;
|
|
219
|
+
groupPrivacy: GroupPrivacy;
|
|
211
220
|
accessRequestStatus?: GroupModerateStatus | undefined;
|
|
212
221
|
}>;
|
|
213
222
|
export type UserLevelAndRight = z.infer<typeof groupMemberSchema>;
|
|
@@ -545,7 +554,7 @@ export declare const rssTypeSchema: z.ZodObject<{
|
|
|
545
554
|
}>;
|
|
546
555
|
dateCreation: z.ZodString;
|
|
547
556
|
dateModified: z.ZodString;
|
|
548
|
-
}>, "strip", z.
|
|
557
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>>;
|
|
549
558
|
date: z.ZodOptional<z.ZodString>;
|
|
550
559
|
error: z.ZodOptional<z.ZodString>;
|
|
551
560
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -594,7 +603,7 @@ export declare const groupPropertiesSchema: z.ZodObject<{
|
|
|
594
603
|
}>;
|
|
595
604
|
dateCreation: z.ZodString;
|
|
596
605
|
dateModified: z.ZodString;
|
|
597
|
-
}>, "strip", z.
|
|
606
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>>;
|
|
598
607
|
date: z.ZodOptional<z.ZodString>;
|
|
599
608
|
error: z.ZodOptional<z.ZodString>;
|
|
600
609
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1702,7 +1711,7 @@ export declare const jGroupLittleSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1702
1711
|
dateCreation: z.ZodString;
|
|
1703
1712
|
dateModified: z.ZodString;
|
|
1704
1713
|
category: z.ZodNumber;
|
|
1705
|
-
privacy: z.
|
|
1714
|
+
privacy: z.ZodNativeEnum<typeof GroupPrivacy>;
|
|
1706
1715
|
}>, "strip", z.ZodTypeAny, {
|
|
1707
1716
|
type: string;
|
|
1708
1717
|
id: number;
|
|
@@ -1712,7 +1721,7 @@ export declare const jGroupLittleSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1712
1721
|
dateModified: string;
|
|
1713
1722
|
title: string;
|
|
1714
1723
|
_url: string;
|
|
1715
|
-
privacy:
|
|
1724
|
+
privacy: GroupPrivacy;
|
|
1716
1725
|
category: number;
|
|
1717
1726
|
}, {
|
|
1718
1727
|
type: string;
|
|
@@ -1723,7 +1732,7 @@ export declare const jGroupLittleSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1723
1732
|
dateModified: string;
|
|
1724
1733
|
title: string;
|
|
1725
1734
|
_url: string;
|
|
1726
|
-
privacy:
|
|
1735
|
+
privacy: GroupPrivacy;
|
|
1727
1736
|
category: number;
|
|
1728
1737
|
}>;
|
|
1729
1738
|
export type jGroupLittle = z.infer<typeof jGroupLittleSchema>;
|
|
@@ -1741,7 +1750,7 @@ export declare const jGroupListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
1741
1750
|
dateCreation: z.ZodString;
|
|
1742
1751
|
dateModified: z.ZodString;
|
|
1743
1752
|
category: z.ZodNumber;
|
|
1744
|
-
privacy: z.
|
|
1753
|
+
privacy: z.ZodNativeEnum<typeof GroupPrivacy>;
|
|
1745
1754
|
}>, {
|
|
1746
1755
|
description: z.ZodString;
|
|
1747
1756
|
edito: z.ZodNullable<z.ZodString>;
|
|
@@ -1757,7 +1766,7 @@ export declare const jGroupListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
1757
1766
|
_url: string;
|
|
1758
1767
|
description: string;
|
|
1759
1768
|
language: string;
|
|
1760
|
-
privacy:
|
|
1769
|
+
privacy: GroupPrivacy;
|
|
1761
1770
|
edito: string | null;
|
|
1762
1771
|
category: number;
|
|
1763
1772
|
}, {
|
|
@@ -1771,7 +1780,7 @@ export declare const jGroupListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
1771
1780
|
_url: string;
|
|
1772
1781
|
description: string;
|
|
1773
1782
|
language: string;
|
|
1774
|
-
privacy:
|
|
1783
|
+
privacy: GroupPrivacy;
|
|
1775
1784
|
edito: string | null;
|
|
1776
1785
|
category: number;
|
|
1777
1786
|
}>;
|
|
@@ -1790,7 +1799,7 @@ export declare const jGroupViewSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
1790
1799
|
dateCreation: z.ZodString;
|
|
1791
1800
|
dateModified: z.ZodString;
|
|
1792
1801
|
category: z.ZodNumber;
|
|
1793
|
-
privacy: z.
|
|
1802
|
+
privacy: z.ZodNativeEnum<typeof GroupPrivacy>;
|
|
1794
1803
|
}>, {
|
|
1795
1804
|
description: z.ZodString;
|
|
1796
1805
|
edito: z.ZodNullable<z.ZodString>;
|
|
@@ -1823,7 +1832,7 @@ export declare const jGroupViewSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
1823
1832
|
_url: string;
|
|
1824
1833
|
description: string;
|
|
1825
1834
|
language: string;
|
|
1826
|
-
privacy:
|
|
1835
|
+
privacy: GroupPrivacy;
|
|
1827
1836
|
edito: string | null;
|
|
1828
1837
|
category: number;
|
|
1829
1838
|
image?: string | null | undefined;
|
|
@@ -1845,7 +1854,7 @@ export declare const jGroupViewSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
1845
1854
|
_url: string;
|
|
1846
1855
|
description: string;
|
|
1847
1856
|
language: string;
|
|
1848
|
-
privacy:
|
|
1857
|
+
privacy: GroupPrivacy;
|
|
1849
1858
|
edito: string | null;
|
|
1850
1859
|
category: number;
|
|
1851
1860
|
image?: string | null | undefined;
|
|
@@ -1884,6 +1893,7 @@ export declare const groupListConfigSchema: z.ZodObject<{
|
|
|
1884
1893
|
query: z.ZodOptional<z.ZodString>;
|
|
1885
1894
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
1886
1895
|
page: z.ZodOptional<z.ZodNumber>;
|
|
1896
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
1887
1897
|
orders: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1888
1898
|
name: z.ZodString;
|
|
1889
1899
|
sort: z.ZodUnion<[z.ZodLiteral<"ASC">, z.ZodLiteral<"DESC">]>;
|
|
@@ -1992,6 +2002,7 @@ export declare const groupListConfigSchema: z.ZodObject<{
|
|
|
1992
2002
|
name: string;
|
|
1993
2003
|
}[] | undefined;
|
|
1994
2004
|
format?: "raw-little" | "raw-list" | "raw-view" | "user-api" | "mobile" | undefined;
|
|
2005
|
+
public?: boolean | undefined;
|
|
1995
2006
|
}, {
|
|
1996
2007
|
type?: string | undefined;
|
|
1997
2008
|
filters?: {
|
|
@@ -2020,6 +2031,7 @@ export declare const groupListConfigSchema: z.ZodObject<{
|
|
|
2020
2031
|
name: string;
|
|
2021
2032
|
}[] | undefined;
|
|
2022
2033
|
format?: import("./utils").Format | undefined;
|
|
2034
|
+
public?: boolean | undefined;
|
|
2023
2035
|
}>;
|
|
2024
2036
|
export type GroupListConfig = z.infer<typeof groupListConfigSchema>;
|
|
2025
2037
|
export declare const validateIsFormatUserLevelSpot: (object: object) => object is {
|
package/lib/src/types/jLand.d.ts
CHANGED
|
@@ -266,7 +266,7 @@ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectU
|
|
|
266
266
|
}>;
|
|
267
267
|
dateCreation: z.ZodString;
|
|
268
268
|
dateModified: z.ZodString;
|
|
269
|
-
}>, "strip", z.
|
|
269
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
270
270
|
_right: z.ZodObject<{
|
|
271
271
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
272
272
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -295,7 +295,7 @@ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectU
|
|
|
295
295
|
}>;
|
|
296
296
|
dateCreation: z.ZodString;
|
|
297
297
|
dateModified: z.ZodString;
|
|
298
|
-
}>, "strip", z.
|
|
298
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
299
299
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
300
300
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
301
301
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -309,7 +309,7 @@ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectU
|
|
|
309
309
|
dateCreation: z.ZodString;
|
|
310
310
|
dateModified: z.ZodString;
|
|
311
311
|
category: z.ZodNumber;
|
|
312
|
-
privacy: z.
|
|
312
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
313
313
|
}>, "strip", z.ZodTypeAny, {
|
|
314
314
|
type: string;
|
|
315
315
|
id: number;
|
|
@@ -319,7 +319,7 @@ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectU
|
|
|
319
319
|
dateModified: string;
|
|
320
320
|
title: string;
|
|
321
321
|
_url: string;
|
|
322
|
-
privacy:
|
|
322
|
+
privacy: import("./group").GroupPrivacy;
|
|
323
323
|
category: number;
|
|
324
324
|
}, {
|
|
325
325
|
type: string;
|
|
@@ -330,7 +330,7 @@ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectU
|
|
|
330
330
|
dateModified: string;
|
|
331
331
|
title: string;
|
|
332
332
|
_url: string;
|
|
333
|
-
privacy:
|
|
333
|
+
privacy: import("./group").GroupPrivacy;
|
|
334
334
|
category: number;
|
|
335
335
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
336
336
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -638,7 +638,7 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
|
|
|
638
638
|
}>;
|
|
639
639
|
dateCreation: z.ZodString;
|
|
640
640
|
dateModified: z.ZodString;
|
|
641
|
-
}>, "strip", z.
|
|
641
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
642
642
|
_right: z.ZodObject<{
|
|
643
643
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
644
644
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -667,7 +667,7 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
|
|
|
667
667
|
}>;
|
|
668
668
|
dateCreation: z.ZodString;
|
|
669
669
|
dateModified: z.ZodString;
|
|
670
|
-
}>, "strip", z.
|
|
670
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
671
671
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
672
672
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
673
673
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -681,7 +681,7 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
|
|
|
681
681
|
dateCreation: z.ZodString;
|
|
682
682
|
dateModified: z.ZodString;
|
|
683
683
|
category: z.ZodNumber;
|
|
684
|
-
privacy: z.
|
|
684
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
685
685
|
}>, "strip", z.ZodTypeAny, {
|
|
686
686
|
type: string;
|
|
687
687
|
id: number;
|
|
@@ -691,7 +691,7 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
|
|
|
691
691
|
dateModified: string;
|
|
692
692
|
title: string;
|
|
693
693
|
_url: string;
|
|
694
|
-
privacy:
|
|
694
|
+
privacy: import("./group").GroupPrivacy;
|
|
695
695
|
category: number;
|
|
696
696
|
}, {
|
|
697
697
|
type: string;
|
|
@@ -702,7 +702,7 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
|
|
|
702
702
|
dateModified: string;
|
|
703
703
|
title: string;
|
|
704
704
|
_url: string;
|
|
705
|
-
privacy:
|
|
705
|
+
privacy: import("./group").GroupPrivacy;
|
|
706
706
|
category: number;
|
|
707
707
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
708
708
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -1030,7 +1030,7 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
|
|
|
1030
1030
|
dateModified: string;
|
|
1031
1031
|
title: string;
|
|
1032
1032
|
_url: string;
|
|
1033
|
-
privacy:
|
|
1033
|
+
privacy: import("./group").GroupPrivacy;
|
|
1034
1034
|
category: number;
|
|
1035
1035
|
} | {
|
|
1036
1036
|
type: "folder" | "rootFolder";
|
|
@@ -1142,7 +1142,7 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
|
|
|
1142
1142
|
dateModified: string;
|
|
1143
1143
|
title: string;
|
|
1144
1144
|
_url: string;
|
|
1145
|
-
privacy:
|
|
1145
|
+
privacy: import("./group").GroupPrivacy;
|
|
1146
1146
|
category: number;
|
|
1147
1147
|
} | {
|
|
1148
1148
|
type: "folder" | "rootFolder";
|
|
@@ -136,7 +136,7 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
136
136
|
}>;
|
|
137
137
|
dateCreation: z.ZodString;
|
|
138
138
|
dateModified: z.ZodString;
|
|
139
|
-
}>, "strip", z.
|
|
139
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
140
140
|
_right: z.ZodObject<{
|
|
141
141
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
142
142
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -165,7 +165,7 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
165
165
|
}>;
|
|
166
166
|
dateCreation: z.ZodString;
|
|
167
167
|
dateModified: z.ZodString;
|
|
168
|
-
}>, "strip", z.
|
|
168
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
169
169
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
170
170
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
171
171
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -179,7 +179,7 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
179
179
|
dateCreation: z.ZodString;
|
|
180
180
|
dateModified: z.ZodString;
|
|
181
181
|
category: z.ZodNumber;
|
|
182
|
-
privacy: z.
|
|
182
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
183
183
|
}>, "strip", z.ZodTypeAny, {
|
|
184
184
|
type: string;
|
|
185
185
|
id: number;
|
|
@@ -189,7 +189,7 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
189
189
|
dateModified: string;
|
|
190
190
|
title: string;
|
|
191
191
|
_url: string;
|
|
192
|
-
privacy:
|
|
192
|
+
privacy: import("./group").GroupPrivacy;
|
|
193
193
|
category: number;
|
|
194
194
|
}, {
|
|
195
195
|
type: string;
|
|
@@ -200,7 +200,7 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
200
200
|
dateModified: string;
|
|
201
201
|
title: string;
|
|
202
202
|
_url: string;
|
|
203
|
-
privacy:
|
|
203
|
+
privacy: import("./group").GroupPrivacy;
|
|
204
204
|
category: number;
|
|
205
205
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
206
206
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|