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/user.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ export declare const jUserLittleSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
31
31
|
}>;
|
|
32
32
|
dateCreation: z.ZodString;
|
|
33
33
|
dateModified: z.ZodString;
|
|
34
|
-
}>, "strip", z.
|
|
34
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>;
|
|
35
35
|
export type jUserList = jUserLittle & {
|
|
36
36
|
active: number;
|
|
37
37
|
};
|
|
@@ -213,7 +213,7 @@ export declare const jUserValuesSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
213
213
|
}>;
|
|
214
214
|
dateCreation: z.ZodString;
|
|
215
215
|
dateModified: z.ZodString;
|
|
216
|
-
}>, "strip", z.
|
|
216
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>, "many">>;
|
|
217
217
|
businessNetworkingUserToCompanySrc: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
218
218
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
219
219
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -232,7 +232,7 @@ export declare const jUserValuesSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
232
232
|
}>;
|
|
233
233
|
dateCreation: z.ZodString;
|
|
234
234
|
dateModified: z.ZodString;
|
|
235
|
-
}>, "strip", z.
|
|
235
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>, "many">>;
|
|
236
236
|
}>, "strip", z.ZodTypeAny, {
|
|
237
237
|
function: string;
|
|
238
238
|
title: string;
|
|
@@ -382,7 +382,7 @@ export declare const userValuesSchema: z.ZodObject<{
|
|
|
382
382
|
}>;
|
|
383
383
|
dateCreation: z.ZodString;
|
|
384
384
|
dateModified: z.ZodString;
|
|
385
|
-
}>, "strip", z.
|
|
385
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>, "many">>;
|
|
386
386
|
businessNetworkingUserToCompanySrc: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
387
387
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
388
388
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -401,7 +401,7 @@ export declare const userValuesSchema: z.ZodObject<{
|
|
|
401
401
|
}>;
|
|
402
402
|
dateCreation: z.ZodString;
|
|
403
403
|
dateModified: z.ZodString;
|
|
404
|
-
}>, "strip", z.
|
|
404
|
+
}>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>, "many">>;
|
|
405
405
|
}>, "strip", z.ZodTypeAny, {
|
|
406
406
|
function: string;
|
|
407
407
|
title: string;
|
package/lib/src/types/wedoc.d.ts
CHANGED
|
@@ -133,7 +133,7 @@ export declare const wedocFileTypeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
133
133
|
}>;
|
|
134
134
|
dateCreation: z.ZodString;
|
|
135
135
|
dateModified: z.ZodString;
|
|
136
|
-
}>, "strip", z.
|
|
136
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
137
137
|
}>, "strip", z.ZodTypeAny, {
|
|
138
138
|
type: string;
|
|
139
139
|
id: number;
|
|
@@ -356,7 +356,7 @@ export declare const wedocQueryResultsSchema: z.ZodObject<{
|
|
|
356
356
|
}>;
|
|
357
357
|
dateCreation: z.ZodString;
|
|
358
358
|
dateModified: z.ZodString;
|
|
359
|
-
}>, "strip", z.
|
|
359
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
360
360
|
}>, "strip", z.ZodTypeAny, {
|
|
361
361
|
type: string;
|
|
362
362
|
id: number;
|
|
@@ -87,7 +87,7 @@ export declare const widgetPresenceResponseSchema: z.ZodObject<{
|
|
|
87
87
|
}>;
|
|
88
88
|
dateCreation: z.ZodString;
|
|
89
89
|
dateModified: z.ZodString;
|
|
90
|
-
}>, "strip", z.
|
|
90
|
+
}>, "strip", z.ZodTypeAny, import("../user").jUserLittle, import("../user").jUserLittle>, "many">;
|
|
91
91
|
userUnavailableList: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
92
92
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
93
93
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -106,7 +106,7 @@ export declare const widgetPresenceResponseSchema: z.ZodObject<{
|
|
|
106
106
|
}>;
|
|
107
107
|
dateCreation: z.ZodString;
|
|
108
108
|
dateModified: z.ZodString;
|
|
109
|
-
}>, "strip", z.
|
|
109
|
+
}>, "strip", z.ZodTypeAny, import("../user").jUserLittle, import("../user").jUserLittle>, "many">;
|
|
110
110
|
userAvailableTotal: z.ZodNumber;
|
|
111
111
|
userUnavailableTotal: z.ZodNumber;
|
|
112
112
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -149,7 +149,7 @@ export declare const WidgetPresenceResponseUserListSchema: z.ZodObject<{
|
|
|
149
149
|
}>;
|
|
150
150
|
dateCreation: z.ZodString;
|
|
151
151
|
dateModified: z.ZodString;
|
|
152
|
-
}>, "strip", z.
|
|
152
|
+
}>, "strip", z.ZodTypeAny, import("../user").jUserLittle, import("../user").jUserLittle>, "many">;
|
|
153
153
|
cnt: z.ZodNumber;
|
|
154
154
|
page: z.ZodNumber;
|
|
155
155
|
limit: z.ZodNumber;
|
|
@@ -172,7 +172,7 @@ declare const ResponseSchema: z.ZodArray<z.ZodObject<{
|
|
|
172
172
|
}>;
|
|
173
173
|
dateCreation: z.ZodString;
|
|
174
174
|
dateModified: z.ZodString;
|
|
175
|
-
}>, "strip", z.
|
|
175
|
+
}>, "strip", z.ZodTypeAny, import("../user").jUserLittle, import("../user").jUserLittle>, "many">;
|
|
176
176
|
counter: z.ZodNumber;
|
|
177
177
|
}, "strip", z.ZodTypeAny, {
|
|
178
178
|
userList: import("../user").jUserLittle[];
|
|
@@ -204,7 +204,7 @@ export declare const WidgetQuickSurveyResponseSchema: z.ZodObject<{
|
|
|
204
204
|
}>;
|
|
205
205
|
dateCreation: z.ZodString;
|
|
206
206
|
dateModified: z.ZodString;
|
|
207
|
-
}>, "strip", z.
|
|
207
|
+
}>, "strip", z.ZodTypeAny, import("../user").jUserLittle, import("../user").jUserLittle>, "many">;
|
|
208
208
|
counter: z.ZodNumber;
|
|
209
209
|
}, "strip", z.ZodTypeAny, {
|
|
210
210
|
userList: import("../user").jUserLittle[];
|
|
@@ -251,7 +251,7 @@ export declare const WidgetQuickSurveyResponseUserListSchema: z.ZodObject<{
|
|
|
251
251
|
}>;
|
|
252
252
|
dateCreation: z.ZodString;
|
|
253
253
|
dateModified: z.ZodString;
|
|
254
|
-
}>, "strip", z.
|
|
254
|
+
}>, "strip", z.ZodTypeAny, import("../user").jUserLittle, import("../user").jUserLittle>, "many">;
|
|
255
255
|
cnt: z.ZodNumber;
|
|
256
256
|
page: z.ZodNumber;
|
|
257
257
|
limit: z.ZodNumber;
|
|
@@ -1916,7 +1916,7 @@ export declare const widgetCheckListContentArrForFrontSchema: z.ZodObject<{
|
|
|
1916
1916
|
}>;
|
|
1917
1917
|
dateCreation: z.ZodString;
|
|
1918
1918
|
dateModified: z.ZodString;
|
|
1919
|
-
}>, "strip", z.
|
|
1919
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>>;
|
|
1920
1920
|
}, "strip", z.ZodTypeAny, {
|
|
1921
1921
|
text: string;
|
|
1922
1922
|
value?: boolean | undefined;
|
|
@@ -1976,7 +1976,7 @@ export declare const widgetCheckListContentForFrontSchema: z.ZodObject<{
|
|
|
1976
1976
|
}>;
|
|
1977
1977
|
dateCreation: z.ZodString;
|
|
1978
1978
|
dateModified: z.ZodString;
|
|
1979
|
-
}>, "strip", z.
|
|
1979
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>>;
|
|
1980
1980
|
}, "strip", z.ZodTypeAny, {
|
|
1981
1981
|
text: string;
|
|
1982
1982
|
value?: boolean | undefined;
|
|
@@ -2069,7 +2069,7 @@ export declare const widgetArticleCheckListTypeForFrontSchema: z.ZodObject<{
|
|
|
2069
2069
|
}>;
|
|
2070
2070
|
dateCreation: z.ZodString;
|
|
2071
2071
|
dateModified: z.ZodString;
|
|
2072
|
-
}>, "strip", z.
|
|
2072
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>>;
|
|
2073
2073
|
}, "strip", z.ZodTypeAny, {
|
|
2074
2074
|
text: string;
|
|
2075
2075
|
value?: boolean | undefined;
|
|
@@ -2871,37 +2871,27 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2871
2871
|
}>>;
|
|
2872
2872
|
dateCreation: z.ZodOptional<z.ZodString>;
|
|
2873
2873
|
dateModified: z.ZodOptional<z.ZodString>;
|
|
2874
|
-
}, "strip", z.
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
uri
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
_url: z.ZodOptional<z.ZodString>;
|
|
2896
|
-
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
2897
|
-
readonly ADMIN: 9;
|
|
2898
|
-
readonly USER: 5;
|
|
2899
|
-
readonly EXTERNAL: 3;
|
|
2900
|
-
readonly GUEST: 0;
|
|
2901
|
-
}>>;
|
|
2902
|
-
dateCreation: z.ZodOptional<z.ZodString>;
|
|
2903
|
-
dateModified: z.ZodOptional<z.ZodString>;
|
|
2904
|
-
}, z.ZodUnion<[z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodString]>, "strip">>>;
|
|
2874
|
+
}, "strip", z.ZodTypeAny, {
|
|
2875
|
+
type?: string | undefined;
|
|
2876
|
+
id?: number | undefined;
|
|
2877
|
+
mainType?: string | undefined;
|
|
2878
|
+
uri?: string | undefined;
|
|
2879
|
+
dateCreation?: string | undefined;
|
|
2880
|
+
dateModified?: string | undefined;
|
|
2881
|
+
title?: string | undefined;
|
|
2882
|
+
_url?: string | undefined;
|
|
2883
|
+
level?: 0 | 3 | 5 | 9 | undefined;
|
|
2884
|
+
}, {
|
|
2885
|
+
type?: string | undefined;
|
|
2886
|
+
id?: number | undefined;
|
|
2887
|
+
mainType?: string | undefined;
|
|
2888
|
+
uri?: string | undefined;
|
|
2889
|
+
dateCreation?: string | undefined;
|
|
2890
|
+
dateModified?: string | undefined;
|
|
2891
|
+
title?: string | undefined;
|
|
2892
|
+
_url?: string | undefined;
|
|
2893
|
+
level?: 0 | 3 | 5 | 9 | undefined;
|
|
2894
|
+
}>>;
|
|
2905
2895
|
flushedWidgets: z.ZodArray<z.ZodString, "many">;
|
|
2906
2896
|
rtObjectStack: z.ZodArray<z.ZodObject<{
|
|
2907
2897
|
uniqid: z.ZodString;
|
|
@@ -3074,22 +3064,17 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
3074
3064
|
_url?: string | undefined;
|
|
3075
3065
|
}>;
|
|
3076
3066
|
widgetObjectRights: Record<string, import("./common").Rights>;
|
|
3077
|
-
widgetAuthor: Record<string,
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
uri
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
readonly GUEST: 0;
|
|
3089
|
-
}>>;
|
|
3090
|
-
dateCreation: z.ZodOptional<z.ZodString>;
|
|
3091
|
-
dateModified: z.ZodOptional<z.ZodString>;
|
|
3092
|
-
}, z.ZodUnion<[z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodString]>, "strip">>;
|
|
3067
|
+
widgetAuthor: Record<string, {
|
|
3068
|
+
type?: string | undefined;
|
|
3069
|
+
id?: number | undefined;
|
|
3070
|
+
mainType?: string | undefined;
|
|
3071
|
+
uri?: string | undefined;
|
|
3072
|
+
dateCreation?: string | undefined;
|
|
3073
|
+
dateModified?: string | undefined;
|
|
3074
|
+
title?: string | undefined;
|
|
3075
|
+
_url?: string | undefined;
|
|
3076
|
+
level?: 0 | 3 | 5 | 9 | undefined;
|
|
3077
|
+
}>;
|
|
3093
3078
|
flushedWidgets: string[];
|
|
3094
3079
|
rtObjectStack: {
|
|
3095
3080
|
object: import("./objectBase").jObjectBase & {
|
|
@@ -3247,22 +3232,17 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
3247
3232
|
_url?: string | undefined;
|
|
3248
3233
|
}>;
|
|
3249
3234
|
widgetObjectRights: Record<string, import("./common").Rights>;
|
|
3250
|
-
widgetAuthor: Record<string,
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
uri
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
readonly GUEST: 0;
|
|
3262
|
-
}>>;
|
|
3263
|
-
dateCreation: z.ZodOptional<z.ZodString>;
|
|
3264
|
-
dateModified: z.ZodOptional<z.ZodString>;
|
|
3265
|
-
}, z.ZodUnion<[z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodString]>, "strip">>;
|
|
3235
|
+
widgetAuthor: Record<string, {
|
|
3236
|
+
type?: string | undefined;
|
|
3237
|
+
id?: number | undefined;
|
|
3238
|
+
mainType?: string | undefined;
|
|
3239
|
+
uri?: string | undefined;
|
|
3240
|
+
dateCreation?: string | undefined;
|
|
3241
|
+
dateModified?: string | undefined;
|
|
3242
|
+
title?: string | undefined;
|
|
3243
|
+
_url?: string | undefined;
|
|
3244
|
+
level?: 0 | 3 | 5 | 9 | undefined;
|
|
3245
|
+
}>;
|
|
3266
3246
|
flushedWidgets: string[];
|
|
3267
3247
|
rtObjectStack: {
|
|
3268
3248
|
object: import("./objectBase").jObjectBase & {
|
|
@@ -3947,37 +3927,27 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3947
3927
|
}>>;
|
|
3948
3928
|
dateCreation: z.ZodOptional<z.ZodString>;
|
|
3949
3929
|
dateModified: z.ZodOptional<z.ZodString>;
|
|
3950
|
-
}, "strip", z.
|
|
3951
|
-
|
|
3952
|
-
|
|
3953
|
-
|
|
3954
|
-
uri
|
|
3955
|
-
|
|
3956
|
-
|
|
3957
|
-
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
_url: z.ZodOptional<z.ZodString>;
|
|
3972
|
-
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
3973
|
-
readonly ADMIN: 9;
|
|
3974
|
-
readonly USER: 5;
|
|
3975
|
-
readonly EXTERNAL: 3;
|
|
3976
|
-
readonly GUEST: 0;
|
|
3977
|
-
}>>;
|
|
3978
|
-
dateCreation: z.ZodOptional<z.ZodString>;
|
|
3979
|
-
dateModified: z.ZodOptional<z.ZodString>;
|
|
3980
|
-
}, z.ZodUnion<[z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodString]>, "strip">>>;
|
|
3930
|
+
}, "strip", z.ZodTypeAny, {
|
|
3931
|
+
type?: string | undefined;
|
|
3932
|
+
id?: number | undefined;
|
|
3933
|
+
mainType?: string | undefined;
|
|
3934
|
+
uri?: string | undefined;
|
|
3935
|
+
dateCreation?: string | undefined;
|
|
3936
|
+
dateModified?: string | undefined;
|
|
3937
|
+
title?: string | undefined;
|
|
3938
|
+
_url?: string | undefined;
|
|
3939
|
+
level?: 0 | 3 | 5 | 9 | undefined;
|
|
3940
|
+
}, {
|
|
3941
|
+
type?: string | undefined;
|
|
3942
|
+
id?: number | undefined;
|
|
3943
|
+
mainType?: string | undefined;
|
|
3944
|
+
uri?: string | undefined;
|
|
3945
|
+
dateCreation?: string | undefined;
|
|
3946
|
+
dateModified?: string | undefined;
|
|
3947
|
+
title?: string | undefined;
|
|
3948
|
+
_url?: string | undefined;
|
|
3949
|
+
level?: 0 | 3 | 5 | 9 | undefined;
|
|
3950
|
+
}>>;
|
|
3981
3951
|
flushedWidgets: z.ZodArray<z.ZodString, "many">;
|
|
3982
3952
|
rtObjectStack: z.ZodArray<z.ZodObject<{
|
|
3983
3953
|
uniqid: z.ZodString;
|
|
@@ -4150,22 +4120,17 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
4150
4120
|
_url?: string | undefined;
|
|
4151
4121
|
}>;
|
|
4152
4122
|
widgetObjectRights: Record<string, import("./common").Rights>;
|
|
4153
|
-
widgetAuthor: Record<string,
|
|
4154
|
-
|
|
4155
|
-
|
|
4156
|
-
|
|
4157
|
-
uri
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
readonly GUEST: 0;
|
|
4165
|
-
}>>;
|
|
4166
|
-
dateCreation: z.ZodOptional<z.ZodString>;
|
|
4167
|
-
dateModified: z.ZodOptional<z.ZodString>;
|
|
4168
|
-
}, z.ZodUnion<[z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodString]>, "strip">>;
|
|
4123
|
+
widgetAuthor: Record<string, {
|
|
4124
|
+
type?: string | undefined;
|
|
4125
|
+
id?: number | undefined;
|
|
4126
|
+
mainType?: string | undefined;
|
|
4127
|
+
uri?: string | undefined;
|
|
4128
|
+
dateCreation?: string | undefined;
|
|
4129
|
+
dateModified?: string | undefined;
|
|
4130
|
+
title?: string | undefined;
|
|
4131
|
+
_url?: string | undefined;
|
|
4132
|
+
level?: 0 | 3 | 5 | 9 | undefined;
|
|
4133
|
+
}>;
|
|
4169
4134
|
flushedWidgets: string[];
|
|
4170
4135
|
rtObjectStack: {
|
|
4171
4136
|
object: import("./objectBase").jObjectBase & {
|
|
@@ -4323,22 +4288,17 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
4323
4288
|
_url?: string | undefined;
|
|
4324
4289
|
}>;
|
|
4325
4290
|
widgetObjectRights: Record<string, import("./common").Rights>;
|
|
4326
|
-
widgetAuthor: Record<string,
|
|
4327
|
-
|
|
4328
|
-
|
|
4329
|
-
|
|
4330
|
-
uri
|
|
4331
|
-
|
|
4332
|
-
|
|
4333
|
-
|
|
4334
|
-
|
|
4335
|
-
|
|
4336
|
-
|
|
4337
|
-
readonly GUEST: 0;
|
|
4338
|
-
}>>;
|
|
4339
|
-
dateCreation: z.ZodOptional<z.ZodString>;
|
|
4340
|
-
dateModified: z.ZodOptional<z.ZodString>;
|
|
4341
|
-
}, z.ZodUnion<[z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodString]>, "strip">>;
|
|
4291
|
+
widgetAuthor: Record<string, {
|
|
4292
|
+
type?: string | undefined;
|
|
4293
|
+
id?: number | undefined;
|
|
4294
|
+
mainType?: string | undefined;
|
|
4295
|
+
uri?: string | undefined;
|
|
4296
|
+
dateCreation?: string | undefined;
|
|
4297
|
+
dateModified?: string | undefined;
|
|
4298
|
+
title?: string | undefined;
|
|
4299
|
+
_url?: string | undefined;
|
|
4300
|
+
level?: 0 | 3 | 5 | 9 | undefined;
|
|
4301
|
+
}>;
|
|
4342
4302
|
flushedWidgets: string[];
|
|
4343
4303
|
rtObjectStack: {
|
|
4344
4304
|
object: import("./objectBase").jObjectBase & {
|
|
@@ -4498,22 +4458,17 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
4498
4458
|
_url?: string | undefined;
|
|
4499
4459
|
}>;
|
|
4500
4460
|
widgetObjectRights: Record<string, import("./common").Rights>;
|
|
4501
|
-
widgetAuthor: Record<string,
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
|
|
4505
|
-
uri
|
|
4506
|
-
|
|
4507
|
-
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
readonly GUEST: 0;
|
|
4513
|
-
}>>;
|
|
4514
|
-
dateCreation: z.ZodOptional<z.ZodString>;
|
|
4515
|
-
dateModified: z.ZodOptional<z.ZodString>;
|
|
4516
|
-
}, z.ZodUnion<[z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodString]>, "strip">>;
|
|
4461
|
+
widgetAuthor: Record<string, {
|
|
4462
|
+
type?: string | undefined;
|
|
4463
|
+
id?: number | undefined;
|
|
4464
|
+
mainType?: string | undefined;
|
|
4465
|
+
uri?: string | undefined;
|
|
4466
|
+
dateCreation?: string | undefined;
|
|
4467
|
+
dateModified?: string | undefined;
|
|
4468
|
+
title?: string | undefined;
|
|
4469
|
+
_url?: string | undefined;
|
|
4470
|
+
level?: 0 | 3 | 5 | 9 | undefined;
|
|
4471
|
+
}>;
|
|
4517
4472
|
flushedWidgets: string[];
|
|
4518
4473
|
rtObjectStack: {
|
|
4519
4474
|
object: import("./objectBase").jObjectBase & {
|
|
@@ -4673,22 +4628,17 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
4673
4628
|
_url?: string | undefined;
|
|
4674
4629
|
}>;
|
|
4675
4630
|
widgetObjectRights: Record<string, import("./common").Rights>;
|
|
4676
|
-
widgetAuthor: Record<string,
|
|
4677
|
-
|
|
4678
|
-
|
|
4679
|
-
|
|
4680
|
-
uri
|
|
4681
|
-
|
|
4682
|
-
|
|
4683
|
-
|
|
4684
|
-
|
|
4685
|
-
|
|
4686
|
-
|
|
4687
|
-
readonly GUEST: 0;
|
|
4688
|
-
}>>;
|
|
4689
|
-
dateCreation: z.ZodOptional<z.ZodString>;
|
|
4690
|
-
dateModified: z.ZodOptional<z.ZodString>;
|
|
4691
|
-
}, z.ZodUnion<[z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodString]>, "strip">>;
|
|
4631
|
+
widgetAuthor: Record<string, {
|
|
4632
|
+
type?: string | undefined;
|
|
4633
|
+
id?: number | undefined;
|
|
4634
|
+
mainType?: string | undefined;
|
|
4635
|
+
uri?: string | undefined;
|
|
4636
|
+
dateCreation?: string | undefined;
|
|
4637
|
+
dateModified?: string | undefined;
|
|
4638
|
+
title?: string | undefined;
|
|
4639
|
+
_url?: string | undefined;
|
|
4640
|
+
level?: 0 | 3 | 5 | 9 | undefined;
|
|
4641
|
+
}>;
|
|
4692
4642
|
flushedWidgets: string[];
|
|
4693
4643
|
rtObjectStack: {
|
|
4694
4644
|
object: import("./objectBase").jObjectBase & {
|
|
@@ -4740,7 +4690,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4740
4690
|
}>;
|
|
4741
4691
|
dateCreation: z.ZodString;
|
|
4742
4692
|
dateModified: z.ZodString;
|
|
4743
|
-
}>, "strip", z.
|
|
4693
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
4744
4694
|
_right: z.ZodObject<{
|
|
4745
4695
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
4746
4696
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -4769,7 +4719,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4769
4719
|
}>;
|
|
4770
4720
|
dateCreation: z.ZodString;
|
|
4771
4721
|
dateModified: z.ZodString;
|
|
4772
|
-
}>, "strip", z.
|
|
4722
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
4773
4723
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
4774
4724
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4775
4725
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -4783,7 +4733,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4783
4733
|
dateCreation: z.ZodString;
|
|
4784
4734
|
dateModified: z.ZodString;
|
|
4785
4735
|
category: z.ZodNumber;
|
|
4786
|
-
privacy: z.
|
|
4736
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
4787
4737
|
}>, "strip", z.ZodTypeAny, {
|
|
4788
4738
|
type: string;
|
|
4789
4739
|
id: number;
|
|
@@ -4793,7 +4743,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4793
4743
|
dateModified: string;
|
|
4794
4744
|
title: string;
|
|
4795
4745
|
_url: string;
|
|
4796
|
-
privacy:
|
|
4746
|
+
privacy: import("./group").GroupPrivacy;
|
|
4797
4747
|
category: number;
|
|
4798
4748
|
}, {
|
|
4799
4749
|
type: string;
|
|
@@ -4804,7 +4754,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4804
4754
|
dateModified: string;
|
|
4805
4755
|
title: string;
|
|
4806
4756
|
_url: string;
|
|
4807
|
-
privacy:
|
|
4757
|
+
privacy: import("./group").GroupPrivacy;
|
|
4808
4758
|
category: number;
|
|
4809
4759
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
4810
4760
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
package/lib/src/util/group.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ export declare const ensureIsViewMeeting: (o: unknown) => o is {
|
|
|
26
26
|
dateModified: string;
|
|
27
27
|
title: string;
|
|
28
28
|
_url: string;
|
|
29
|
-
privacy:
|
|
29
|
+
privacy: import("..").GroupPrivacy;
|
|
30
30
|
category: number;
|
|
31
31
|
} | {
|
|
32
32
|
type: "folder" | "rootFolder";
|
|
@@ -141,7 +141,7 @@ export declare const ensureIsViewMeeting: (o: unknown) => o is {
|
|
|
141
141
|
dateModified: string;
|
|
142
142
|
title: string;
|
|
143
143
|
_url: string;
|
|
144
|
-
privacy:
|
|
144
|
+
privacy: import("..").GroupPrivacy;
|
|
145
145
|
category: number;
|
|
146
146
|
} | {
|
|
147
147
|
type: "folder" | "rootFolder";
|
|
@@ -26,7 +26,7 @@ export declare const ensureIsViewEvent: (o: unknown) => o is {
|
|
|
26
26
|
dateModified: string;
|
|
27
27
|
title: string;
|
|
28
28
|
_url: string;
|
|
29
|
-
privacy:
|
|
29
|
+
privacy: import("..").GroupPrivacy;
|
|
30
30
|
category: number;
|
|
31
31
|
} | {
|
|
32
32
|
type: "folder" | "rootFolder";
|
|
@@ -141,7 +141,7 @@ export declare const ensureIsViewEvent: (o: unknown) => o is {
|
|
|
141
141
|
dateModified: string;
|
|
142
142
|
title: string;
|
|
143
143
|
_url: string;
|
|
144
|
-
privacy:
|
|
144
|
+
privacy: import("..").GroupPrivacy;
|
|
145
145
|
category: number;
|
|
146
146
|
} | {
|
|
147
147
|
type: "folder" | "rootFolder";
|
package/package.json
CHANGED