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
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>;
|
|
@@ -225,12 +234,15 @@ export type ValueLabel = z.infer<typeof valueLabelSchema>;
|
|
|
225
234
|
export declare const groupWidgetLittleSchema: z.ZodObject<{
|
|
226
235
|
id: z.ZodString;
|
|
227
236
|
title: z.ZodString;
|
|
237
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
228
238
|
}, "strip", z.ZodTypeAny, {
|
|
229
239
|
id: string;
|
|
230
240
|
title: string;
|
|
241
|
+
enabled?: boolean | undefined;
|
|
231
242
|
}, {
|
|
232
243
|
id: string;
|
|
233
244
|
title: string;
|
|
245
|
+
enabled?: boolean | undefined;
|
|
234
246
|
}>;
|
|
235
247
|
export type GroupWidgetLittle = z.infer<typeof groupWidgetLittleSchema>;
|
|
236
248
|
export declare const groupCustomWidgetSchema: z.ZodObject<{
|
|
@@ -358,12 +370,15 @@ export declare const groupPropertiesOptionsSchema: z.ZodObject<{
|
|
|
358
370
|
widgets: z.ZodArray<z.ZodObject<{
|
|
359
371
|
id: z.ZodString;
|
|
360
372
|
title: z.ZodString;
|
|
373
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
361
374
|
}, "strip", z.ZodTypeAny, {
|
|
362
375
|
id: string;
|
|
363
376
|
title: string;
|
|
377
|
+
enabled?: boolean | undefined;
|
|
364
378
|
}, {
|
|
365
379
|
id: string;
|
|
366
380
|
title: string;
|
|
381
|
+
enabled?: boolean | undefined;
|
|
367
382
|
}>, "many">;
|
|
368
383
|
custom_widgets: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
369
384
|
idSpot: z.ZodString;
|
|
@@ -442,6 +457,7 @@ export declare const groupPropertiesOptionsSchema: z.ZodObject<{
|
|
|
442
457
|
widgets: {
|
|
443
458
|
id: string;
|
|
444
459
|
title: string;
|
|
460
|
+
enabled?: boolean | undefined;
|
|
445
461
|
}[];
|
|
446
462
|
custom_widgets: never[] | Record<string, {
|
|
447
463
|
type: string;
|
|
@@ -498,6 +514,7 @@ export declare const groupPropertiesOptionsSchema: z.ZodObject<{
|
|
|
498
514
|
widgets: {
|
|
499
515
|
id: string;
|
|
500
516
|
title: string;
|
|
517
|
+
enabled?: boolean | undefined;
|
|
501
518
|
}[];
|
|
502
519
|
custom_widgets: never[] | Record<string, {
|
|
503
520
|
type: string;
|
|
@@ -537,7 +554,7 @@ export declare const rssTypeSchema: z.ZodObject<{
|
|
|
537
554
|
}>;
|
|
538
555
|
dateCreation: z.ZodString;
|
|
539
556
|
dateModified: z.ZodString;
|
|
540
|
-
}>, "strip", z.
|
|
557
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>>;
|
|
541
558
|
date: z.ZodOptional<z.ZodString>;
|
|
542
559
|
error: z.ZodOptional<z.ZodString>;
|
|
543
560
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -586,7 +603,7 @@ export declare const groupPropertiesSchema: z.ZodObject<{
|
|
|
586
603
|
}>;
|
|
587
604
|
dateCreation: z.ZodString;
|
|
588
605
|
dateModified: z.ZodString;
|
|
589
|
-
}>, "strip", z.
|
|
606
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>>;
|
|
590
607
|
date: z.ZodOptional<z.ZodString>;
|
|
591
608
|
error: z.ZodOptional<z.ZodString>;
|
|
592
609
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -718,12 +735,15 @@ export declare const groupPropertiesSchema: z.ZodObject<{
|
|
|
718
735
|
widgets: z.ZodArray<z.ZodObject<{
|
|
719
736
|
id: z.ZodString;
|
|
720
737
|
title: z.ZodString;
|
|
738
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
721
739
|
}, "strip", z.ZodTypeAny, {
|
|
722
740
|
id: string;
|
|
723
741
|
title: string;
|
|
742
|
+
enabled?: boolean | undefined;
|
|
724
743
|
}, {
|
|
725
744
|
id: string;
|
|
726
745
|
title: string;
|
|
746
|
+
enabled?: boolean | undefined;
|
|
727
747
|
}>, "many">;
|
|
728
748
|
custom_widgets: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
729
749
|
idSpot: z.ZodString;
|
|
@@ -802,6 +822,7 @@ export declare const groupPropertiesSchema: z.ZodObject<{
|
|
|
802
822
|
widgets: {
|
|
803
823
|
id: string;
|
|
804
824
|
title: string;
|
|
825
|
+
enabled?: boolean | undefined;
|
|
805
826
|
}[];
|
|
806
827
|
custom_widgets: never[] | Record<string, {
|
|
807
828
|
type: string;
|
|
@@ -858,6 +879,7 @@ export declare const groupPropertiesSchema: z.ZodObject<{
|
|
|
858
879
|
widgets: {
|
|
859
880
|
id: string;
|
|
860
881
|
title: string;
|
|
882
|
+
enabled?: boolean | undefined;
|
|
861
883
|
}[];
|
|
862
884
|
custom_widgets: never[] | Record<string, {
|
|
863
885
|
type: string;
|
|
@@ -948,6 +970,7 @@ export declare const groupPropertiesSchema: z.ZodObject<{
|
|
|
948
970
|
widgets: {
|
|
949
971
|
id: string;
|
|
950
972
|
title: string;
|
|
973
|
+
enabled?: boolean | undefined;
|
|
951
974
|
}[];
|
|
952
975
|
custom_widgets: never[] | Record<string, {
|
|
953
976
|
type: string;
|
|
@@ -1038,6 +1061,7 @@ export declare const groupPropertiesSchema: z.ZodObject<{
|
|
|
1038
1061
|
widgets: {
|
|
1039
1062
|
id: string;
|
|
1040
1063
|
title: string;
|
|
1064
|
+
enabled?: boolean | undefined;
|
|
1041
1065
|
}[];
|
|
1042
1066
|
custom_widgets: never[] | Record<string, {
|
|
1043
1067
|
type: string;
|
|
@@ -1058,6 +1082,20 @@ export declare const groupPropertiesSchema: z.ZodObject<{
|
|
|
1058
1082
|
lastRssExecution?: Record<string, string> | undefined;
|
|
1059
1083
|
}>;
|
|
1060
1084
|
export type GroupProperties = z.infer<typeof groupPropertiesSchema>;
|
|
1085
|
+
export declare const groupWidgetsSchema: z.ZodArray<z.ZodObject<{
|
|
1086
|
+
id: z.ZodString;
|
|
1087
|
+
title: z.ZodString;
|
|
1088
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1089
|
+
}, "strip", z.ZodTypeAny, {
|
|
1090
|
+
id: string;
|
|
1091
|
+
title: string;
|
|
1092
|
+
enabled?: boolean | undefined;
|
|
1093
|
+
}, {
|
|
1094
|
+
id: string;
|
|
1095
|
+
title: string;
|
|
1096
|
+
enabled?: boolean | undefined;
|
|
1097
|
+
}>, "many">;
|
|
1098
|
+
export type GroupWidgets = z.infer<typeof groupWidgetsSchema>;
|
|
1061
1099
|
export declare const updateGroupSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
1062
1100
|
type: z.ZodString;
|
|
1063
1101
|
title: z.ZodString;
|
|
@@ -1207,12 +1245,15 @@ export declare const updateGroupSchema: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
1207
1245
|
widgets: z.ZodArray<z.ZodObject<{
|
|
1208
1246
|
id: z.ZodString;
|
|
1209
1247
|
title: z.ZodString;
|
|
1248
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1210
1249
|
}, "strip", z.ZodTypeAny, {
|
|
1211
1250
|
id: string;
|
|
1212
1251
|
title: string;
|
|
1252
|
+
enabled?: boolean | undefined;
|
|
1213
1253
|
}, {
|
|
1214
1254
|
id: string;
|
|
1215
1255
|
title: string;
|
|
1256
|
+
enabled?: boolean | undefined;
|
|
1216
1257
|
}>, "many">;
|
|
1217
1258
|
custom_widgets: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1218
1259
|
idSpot: z.ZodString;
|
|
@@ -1291,6 +1332,7 @@ export declare const updateGroupSchema: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
1291
1332
|
widgets: {
|
|
1292
1333
|
id: string;
|
|
1293
1334
|
title: string;
|
|
1335
|
+
enabled?: boolean | undefined;
|
|
1294
1336
|
}[];
|
|
1295
1337
|
custom_widgets: never[] | Record<string, {
|
|
1296
1338
|
type: string;
|
|
@@ -1347,6 +1389,7 @@ export declare const updateGroupSchema: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
1347
1389
|
widgets: {
|
|
1348
1390
|
id: string;
|
|
1349
1391
|
title: string;
|
|
1392
|
+
enabled?: boolean | undefined;
|
|
1350
1393
|
}[];
|
|
1351
1394
|
custom_widgets: never[] | Record<string, {
|
|
1352
1395
|
type: string;
|
|
@@ -1429,6 +1472,7 @@ export declare const updateGroupSchema: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
1429
1472
|
widgets: {
|
|
1430
1473
|
id: string;
|
|
1431
1474
|
title: string;
|
|
1475
|
+
enabled?: boolean | undefined;
|
|
1432
1476
|
}[];
|
|
1433
1477
|
custom_widgets: never[] | Record<string, {
|
|
1434
1478
|
type: string;
|
|
@@ -1511,6 +1555,7 @@ export declare const updateGroupSchema: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
1511
1555
|
widgets: {
|
|
1512
1556
|
id: string;
|
|
1513
1557
|
title: string;
|
|
1558
|
+
enabled?: boolean | undefined;
|
|
1514
1559
|
}[];
|
|
1515
1560
|
custom_widgets: never[] | Record<string, {
|
|
1516
1561
|
type: string;
|
|
@@ -1666,7 +1711,7 @@ export declare const jGroupLittleSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1666
1711
|
dateCreation: z.ZodString;
|
|
1667
1712
|
dateModified: z.ZodString;
|
|
1668
1713
|
category: z.ZodNumber;
|
|
1669
|
-
privacy: z.
|
|
1714
|
+
privacy: z.ZodNativeEnum<typeof GroupPrivacy>;
|
|
1670
1715
|
}>, "strip", z.ZodTypeAny, {
|
|
1671
1716
|
type: string;
|
|
1672
1717
|
id: number;
|
|
@@ -1676,7 +1721,7 @@ export declare const jGroupLittleSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1676
1721
|
dateModified: string;
|
|
1677
1722
|
title: string;
|
|
1678
1723
|
_url: string;
|
|
1679
|
-
privacy:
|
|
1724
|
+
privacy: GroupPrivacy;
|
|
1680
1725
|
category: number;
|
|
1681
1726
|
}, {
|
|
1682
1727
|
type: string;
|
|
@@ -1687,7 +1732,7 @@ export declare const jGroupLittleSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1687
1732
|
dateModified: string;
|
|
1688
1733
|
title: string;
|
|
1689
1734
|
_url: string;
|
|
1690
|
-
privacy:
|
|
1735
|
+
privacy: GroupPrivacy;
|
|
1691
1736
|
category: number;
|
|
1692
1737
|
}>;
|
|
1693
1738
|
export type jGroupLittle = z.infer<typeof jGroupLittleSchema>;
|
|
@@ -1705,7 +1750,7 @@ export declare const jGroupListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
1705
1750
|
dateCreation: z.ZodString;
|
|
1706
1751
|
dateModified: z.ZodString;
|
|
1707
1752
|
category: z.ZodNumber;
|
|
1708
|
-
privacy: z.
|
|
1753
|
+
privacy: z.ZodNativeEnum<typeof GroupPrivacy>;
|
|
1709
1754
|
}>, {
|
|
1710
1755
|
description: z.ZodString;
|
|
1711
1756
|
edito: z.ZodNullable<z.ZodString>;
|
|
@@ -1721,7 +1766,7 @@ export declare const jGroupListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
1721
1766
|
_url: string;
|
|
1722
1767
|
description: string;
|
|
1723
1768
|
language: string;
|
|
1724
|
-
privacy:
|
|
1769
|
+
privacy: GroupPrivacy;
|
|
1725
1770
|
edito: string | null;
|
|
1726
1771
|
category: number;
|
|
1727
1772
|
}, {
|
|
@@ -1735,7 +1780,7 @@ export declare const jGroupListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
1735
1780
|
_url: string;
|
|
1736
1781
|
description: string;
|
|
1737
1782
|
language: string;
|
|
1738
|
-
privacy:
|
|
1783
|
+
privacy: GroupPrivacy;
|
|
1739
1784
|
edito: string | null;
|
|
1740
1785
|
category: number;
|
|
1741
1786
|
}>;
|
|
@@ -1754,7 +1799,7 @@ export declare const jGroupViewSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
1754
1799
|
dateCreation: z.ZodString;
|
|
1755
1800
|
dateModified: z.ZodString;
|
|
1756
1801
|
category: z.ZodNumber;
|
|
1757
|
-
privacy: z.
|
|
1802
|
+
privacy: z.ZodNativeEnum<typeof GroupPrivacy>;
|
|
1758
1803
|
}>, {
|
|
1759
1804
|
description: z.ZodString;
|
|
1760
1805
|
edito: z.ZodNullable<z.ZodString>;
|
|
@@ -1787,7 +1832,7 @@ export declare const jGroupViewSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
1787
1832
|
_url: string;
|
|
1788
1833
|
description: string;
|
|
1789
1834
|
language: string;
|
|
1790
|
-
privacy:
|
|
1835
|
+
privacy: GroupPrivacy;
|
|
1791
1836
|
edito: string | null;
|
|
1792
1837
|
category: number;
|
|
1793
1838
|
image?: string | null | undefined;
|
|
@@ -1809,7 +1854,7 @@ export declare const jGroupViewSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
1809
1854
|
_url: string;
|
|
1810
1855
|
description: string;
|
|
1811
1856
|
language: string;
|
|
1812
|
-
privacy:
|
|
1857
|
+
privacy: GroupPrivacy;
|
|
1813
1858
|
edito: string | null;
|
|
1814
1859
|
category: number;
|
|
1815
1860
|
image?: string | null | undefined;
|
|
@@ -1848,6 +1893,7 @@ export declare const groupListConfigSchema: z.ZodObject<{
|
|
|
1848
1893
|
query: z.ZodOptional<z.ZodString>;
|
|
1849
1894
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
1850
1895
|
page: z.ZodOptional<z.ZodNumber>;
|
|
1896
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
1851
1897
|
orders: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1852
1898
|
name: z.ZodString;
|
|
1853
1899
|
sort: z.ZodUnion<[z.ZodLiteral<"ASC">, z.ZodLiteral<"DESC">]>;
|
|
@@ -1956,6 +2002,7 @@ export declare const groupListConfigSchema: z.ZodObject<{
|
|
|
1956
2002
|
name: string;
|
|
1957
2003
|
}[] | undefined;
|
|
1958
2004
|
format?: "raw-little" | "raw-list" | "raw-view" | "user-api" | "mobile" | undefined;
|
|
2005
|
+
public?: boolean | undefined;
|
|
1959
2006
|
}, {
|
|
1960
2007
|
type?: string | undefined;
|
|
1961
2008
|
filters?: {
|
|
@@ -1984,6 +2031,7 @@ export declare const groupListConfigSchema: z.ZodObject<{
|
|
|
1984
2031
|
name: string;
|
|
1985
2032
|
}[] | undefined;
|
|
1986
2033
|
format?: import("./utils").Format | undefined;
|
|
2034
|
+
public?: boolean | undefined;
|
|
1987
2035
|
}>;
|
|
1988
2036
|
export type GroupListConfig = z.infer<typeof groupListConfigSchema>;
|
|
1989
2037
|
export declare const validateIsFormatUserLevelSpot: (object: object) => object is {
|