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
|
@@ -32,7 +32,7 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
32
32
|
}>;
|
|
33
33
|
dateCreation: z.ZodString;
|
|
34
34
|
dateModified: z.ZodString;
|
|
35
|
-
}>, "strip", z.
|
|
35
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
36
36
|
_right: z.ZodObject<{
|
|
37
37
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
38
38
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -61,7 +61,7 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
61
61
|
}>;
|
|
62
62
|
dateCreation: z.ZodString;
|
|
63
63
|
dateModified: z.ZodString;
|
|
64
|
-
}>, "strip", z.
|
|
64
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
65
65
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
66
66
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
67
67
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -75,7 +75,7 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
75
75
|
dateCreation: z.ZodString;
|
|
76
76
|
dateModified: z.ZodString;
|
|
77
77
|
category: z.ZodNumber;
|
|
78
|
-
privacy: z.
|
|
78
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
79
79
|
}>, "strip", z.ZodTypeAny, {
|
|
80
80
|
type: string;
|
|
81
81
|
id: number;
|
|
@@ -85,7 +85,7 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
85
85
|
dateModified: string;
|
|
86
86
|
title: string;
|
|
87
87
|
_url: string;
|
|
88
|
-
privacy:
|
|
88
|
+
privacy: import("./group").GroupPrivacy;
|
|
89
89
|
category: number;
|
|
90
90
|
}, {
|
|
91
91
|
type: string;
|
|
@@ -96,7 +96,7 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
96
96
|
dateModified: string;
|
|
97
97
|
title: string;
|
|
98
98
|
_url: string;
|
|
99
|
-
privacy:
|
|
99
|
+
privacy: import("./group").GroupPrivacy;
|
|
100
100
|
category: number;
|
|
101
101
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
102
102
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -375,7 +375,7 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
375
375
|
}>;
|
|
376
376
|
dateCreation: z.ZodString;
|
|
377
377
|
dateModified: z.ZodString;
|
|
378
|
-
}>, "strip", z.
|
|
378
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, "many">;
|
|
379
379
|
}>, "strip", z.ZodTypeAny, {
|
|
380
380
|
type: string;
|
|
381
381
|
id: number;
|
|
@@ -404,7 +404,7 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
404
404
|
dateModified: string;
|
|
405
405
|
title: string;
|
|
406
406
|
_url: string;
|
|
407
|
-
privacy:
|
|
407
|
+
privacy: import("./group").GroupPrivacy;
|
|
408
408
|
category: number;
|
|
409
409
|
} | {
|
|
410
410
|
type: "folder" | "rootFolder";
|
|
@@ -506,7 +506,7 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
506
506
|
dateModified: string;
|
|
507
507
|
title: string;
|
|
508
508
|
_url: string;
|
|
509
|
-
privacy:
|
|
509
|
+
privacy: import("./group").GroupPrivacy;
|
|
510
510
|
category: number;
|
|
511
511
|
} | {
|
|
512
512
|
type: "folder" | "rootFolder";
|
|
@@ -615,7 +615,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
615
615
|
}>;
|
|
616
616
|
dateCreation: z.ZodString;
|
|
617
617
|
dateModified: z.ZodString;
|
|
618
|
-
}>, "strip", z.
|
|
618
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
619
619
|
_right: z.ZodObject<{
|
|
620
620
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
621
621
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -644,7 +644,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
644
644
|
}>;
|
|
645
645
|
dateCreation: z.ZodString;
|
|
646
646
|
dateModified: z.ZodString;
|
|
647
|
-
}>, "strip", z.
|
|
647
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
648
648
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
649
649
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
650
650
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -658,7 +658,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
658
658
|
dateCreation: z.ZodString;
|
|
659
659
|
dateModified: z.ZodString;
|
|
660
660
|
category: z.ZodNumber;
|
|
661
|
-
privacy: z.
|
|
661
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
662
662
|
}>, "strip", z.ZodTypeAny, {
|
|
663
663
|
type: string;
|
|
664
664
|
id: number;
|
|
@@ -668,7 +668,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
668
668
|
dateModified: string;
|
|
669
669
|
title: string;
|
|
670
670
|
_url: string;
|
|
671
|
-
privacy:
|
|
671
|
+
privacy: import("./group").GroupPrivacy;
|
|
672
672
|
category: number;
|
|
673
673
|
}, {
|
|
674
674
|
type: string;
|
|
@@ -679,7 +679,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
679
679
|
dateModified: string;
|
|
680
680
|
title: string;
|
|
681
681
|
_url: string;
|
|
682
|
-
privacy:
|
|
682
|
+
privacy: import("./group").GroupPrivacy;
|
|
683
683
|
category: number;
|
|
684
684
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
685
685
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -1007,7 +1007,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1007
1007
|
dateModified: string;
|
|
1008
1008
|
title: string;
|
|
1009
1009
|
_url: string;
|
|
1010
|
-
privacy:
|
|
1010
|
+
privacy: import("./group").GroupPrivacy;
|
|
1011
1011
|
category: number;
|
|
1012
1012
|
} | {
|
|
1013
1013
|
type: "folder" | "rootFolder";
|
|
@@ -1119,7 +1119,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1119
1119
|
dateModified: string;
|
|
1120
1120
|
title: string;
|
|
1121
1121
|
_url: string;
|
|
1122
|
-
privacy:
|
|
1122
|
+
privacy: import("./group").GroupPrivacy;
|
|
1123
1123
|
category: number;
|
|
1124
1124
|
} | {
|
|
1125
1125
|
type: "folder" | "rootFolder";
|
|
@@ -1236,7 +1236,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1236
1236
|
}>;
|
|
1237
1237
|
dateCreation: z.ZodString;
|
|
1238
1238
|
dateModified: z.ZodString;
|
|
1239
|
-
}>, "strip", z.
|
|
1239
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
1240
1240
|
_right: z.ZodObject<{
|
|
1241
1241
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
1242
1242
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -1265,7 +1265,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1265
1265
|
}>;
|
|
1266
1266
|
dateCreation: z.ZodString;
|
|
1267
1267
|
dateModified: z.ZodString;
|
|
1268
|
-
}>, "strip", z.
|
|
1268
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1269
1269
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1270
1270
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1271
1271
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -1279,7 +1279,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1279
1279
|
dateCreation: z.ZodString;
|
|
1280
1280
|
dateModified: z.ZodString;
|
|
1281
1281
|
category: z.ZodNumber;
|
|
1282
|
-
privacy: z.
|
|
1282
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
1283
1283
|
}>, "strip", z.ZodTypeAny, {
|
|
1284
1284
|
type: string;
|
|
1285
1285
|
id: number;
|
|
@@ -1289,7 +1289,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1289
1289
|
dateModified: string;
|
|
1290
1290
|
title: string;
|
|
1291
1291
|
_url: string;
|
|
1292
|
-
privacy:
|
|
1292
|
+
privacy: import("./group").GroupPrivacy;
|
|
1293
1293
|
category: number;
|
|
1294
1294
|
}, {
|
|
1295
1295
|
type: string;
|
|
@@ -1300,7 +1300,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1300
1300
|
dateModified: string;
|
|
1301
1301
|
title: string;
|
|
1302
1302
|
_url: string;
|
|
1303
|
-
privacy:
|
|
1303
|
+
privacy: import("./group").GroupPrivacy;
|
|
1304
1304
|
category: number;
|
|
1305
1305
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1306
1306
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -1579,7 +1579,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1579
1579
|
}>;
|
|
1580
1580
|
dateCreation: z.ZodString;
|
|
1581
1581
|
dateModified: z.ZodString;
|
|
1582
|
-
}>, "strip", z.
|
|
1582
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, "many">;
|
|
1583
1583
|
}>, "strip", z.ZodTypeAny, {
|
|
1584
1584
|
type: string;
|
|
1585
1585
|
id: number;
|
|
@@ -1608,7 +1608,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1608
1608
|
dateModified: string;
|
|
1609
1609
|
title: string;
|
|
1610
1610
|
_url: string;
|
|
1611
|
-
privacy:
|
|
1611
|
+
privacy: import("./group").GroupPrivacy;
|
|
1612
1612
|
category: number;
|
|
1613
1613
|
} | {
|
|
1614
1614
|
type: "folder" | "rootFolder";
|
|
@@ -1710,7 +1710,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1710
1710
|
dateModified: string;
|
|
1711
1711
|
title: string;
|
|
1712
1712
|
_url: string;
|
|
1713
|
-
privacy:
|
|
1713
|
+
privacy: import("./group").GroupPrivacy;
|
|
1714
1714
|
category: number;
|
|
1715
1715
|
} | {
|
|
1716
1716
|
type: "folder" | "rootFolder";
|
|
@@ -32,7 +32,7 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
32
32
|
}>;
|
|
33
33
|
dateCreation: z.ZodString;
|
|
34
34
|
dateModified: z.ZodString;
|
|
35
|
-
}>, "strip", z.
|
|
35
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
36
36
|
_right: z.ZodObject<{
|
|
37
37
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
38
38
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -61,7 +61,7 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
61
61
|
}>;
|
|
62
62
|
dateCreation: z.ZodString;
|
|
63
63
|
dateModified: z.ZodString;
|
|
64
|
-
}>, "strip", z.
|
|
64
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
65
65
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
66
66
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
67
67
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -75,7 +75,7 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
75
75
|
dateCreation: z.ZodString;
|
|
76
76
|
dateModified: z.ZodString;
|
|
77
77
|
category: z.ZodNumber;
|
|
78
|
-
privacy: z.
|
|
78
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
79
79
|
}>, "strip", z.ZodTypeAny, {
|
|
80
80
|
type: string;
|
|
81
81
|
id: number;
|
|
@@ -85,7 +85,7 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
85
85
|
dateModified: string;
|
|
86
86
|
title: string;
|
|
87
87
|
_url: string;
|
|
88
|
-
privacy:
|
|
88
|
+
privacy: import("./group").GroupPrivacy;
|
|
89
89
|
category: number;
|
|
90
90
|
}, {
|
|
91
91
|
type: string;
|
|
@@ -96,7 +96,7 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
96
96
|
dateModified: string;
|
|
97
97
|
title: string;
|
|
98
98
|
_url: string;
|
|
99
|
-
privacy:
|
|
99
|
+
privacy: import("./group").GroupPrivacy;
|
|
100
100
|
category: number;
|
|
101
101
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
102
102
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -388,7 +388,7 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
388
388
|
dateModified: string;
|
|
389
389
|
title: string;
|
|
390
390
|
_url: string;
|
|
391
|
-
privacy:
|
|
391
|
+
privacy: import("./group").GroupPrivacy;
|
|
392
392
|
category: number;
|
|
393
393
|
} | {
|
|
394
394
|
type: "folder" | "rootFolder";
|
|
@@ -490,7 +490,7 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
490
490
|
dateModified: string;
|
|
491
491
|
title: string;
|
|
492
492
|
_url: string;
|
|
493
|
-
privacy:
|
|
493
|
+
privacy: import("./group").GroupPrivacy;
|
|
494
494
|
category: number;
|
|
495
495
|
} | {
|
|
496
496
|
type: "folder" | "rootFolder";
|
|
@@ -597,7 +597,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
597
597
|
}>;
|
|
598
598
|
dateCreation: z.ZodString;
|
|
599
599
|
dateModified: z.ZodString;
|
|
600
|
-
}>, "strip", z.
|
|
600
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
601
601
|
_right: z.ZodObject<{
|
|
602
602
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
603
603
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -626,7 +626,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
626
626
|
}>;
|
|
627
627
|
dateCreation: z.ZodString;
|
|
628
628
|
dateModified: z.ZodString;
|
|
629
|
-
}>, "strip", z.
|
|
629
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
630
630
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
631
631
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
632
632
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -640,7 +640,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
640
640
|
dateCreation: z.ZodString;
|
|
641
641
|
dateModified: z.ZodString;
|
|
642
642
|
category: z.ZodNumber;
|
|
643
|
-
privacy: z.
|
|
643
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
644
644
|
}>, "strip", z.ZodTypeAny, {
|
|
645
645
|
type: string;
|
|
646
646
|
id: number;
|
|
@@ -650,7 +650,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
650
650
|
dateModified: string;
|
|
651
651
|
title: string;
|
|
652
652
|
_url: string;
|
|
653
|
-
privacy:
|
|
653
|
+
privacy: import("./group").GroupPrivacy;
|
|
654
654
|
category: number;
|
|
655
655
|
}, {
|
|
656
656
|
type: string;
|
|
@@ -661,7 +661,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
661
661
|
dateModified: string;
|
|
662
662
|
title: string;
|
|
663
663
|
_url: string;
|
|
664
|
-
privacy:
|
|
664
|
+
privacy: import("./group").GroupPrivacy;
|
|
665
665
|
category: number;
|
|
666
666
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
667
667
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -989,7 +989,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
989
989
|
dateModified: string;
|
|
990
990
|
title: string;
|
|
991
991
|
_url: string;
|
|
992
|
-
privacy:
|
|
992
|
+
privacy: import("./group").GroupPrivacy;
|
|
993
993
|
category: number;
|
|
994
994
|
} | {
|
|
995
995
|
type: "folder" | "rootFolder";
|
|
@@ -1101,7 +1101,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1101
1101
|
dateModified: string;
|
|
1102
1102
|
title: string;
|
|
1103
1103
|
_url: string;
|
|
1104
|
-
privacy:
|
|
1104
|
+
privacy: import("./group").GroupPrivacy;
|
|
1105
1105
|
category: number;
|
|
1106
1106
|
} | {
|
|
1107
1107
|
type: "folder" | "rootFolder";
|
|
@@ -1218,7 +1218,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1218
1218
|
}>;
|
|
1219
1219
|
dateCreation: z.ZodString;
|
|
1220
1220
|
dateModified: z.ZodString;
|
|
1221
|
-
}>, "strip", z.
|
|
1221
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
1222
1222
|
_right: z.ZodObject<{
|
|
1223
1223
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
1224
1224
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -1247,7 +1247,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1247
1247
|
}>;
|
|
1248
1248
|
dateCreation: z.ZodString;
|
|
1249
1249
|
dateModified: z.ZodString;
|
|
1250
|
-
}>, "strip", z.
|
|
1250
|
+
}>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1251
1251
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1252
1252
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1253
1253
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -1261,7 +1261,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1261
1261
|
dateCreation: z.ZodString;
|
|
1262
1262
|
dateModified: z.ZodString;
|
|
1263
1263
|
category: z.ZodNumber;
|
|
1264
|
-
privacy: z.
|
|
1264
|
+
privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
|
|
1265
1265
|
}>, "strip", z.ZodTypeAny, {
|
|
1266
1266
|
type: string;
|
|
1267
1267
|
id: number;
|
|
@@ -1271,7 +1271,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1271
1271
|
dateModified: string;
|
|
1272
1272
|
title: string;
|
|
1273
1273
|
_url: string;
|
|
1274
|
-
privacy:
|
|
1274
|
+
privacy: import("./group").GroupPrivacy;
|
|
1275
1275
|
category: number;
|
|
1276
1276
|
}, {
|
|
1277
1277
|
type: string;
|
|
@@ -1282,7 +1282,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1282
1282
|
dateModified: string;
|
|
1283
1283
|
title: string;
|
|
1284
1284
|
_url: string;
|
|
1285
|
-
privacy:
|
|
1285
|
+
privacy: import("./group").GroupPrivacy;
|
|
1286
1286
|
category: number;
|
|
1287
1287
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1288
1288
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -1574,7 +1574,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1574
1574
|
dateModified: string;
|
|
1575
1575
|
title: string;
|
|
1576
1576
|
_url: string;
|
|
1577
|
-
privacy:
|
|
1577
|
+
privacy: import("./group").GroupPrivacy;
|
|
1578
1578
|
category: number;
|
|
1579
1579
|
} | {
|
|
1580
1580
|
type: "folder" | "rootFolder";
|
|
@@ -1676,7 +1676,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1676
1676
|
dateModified: string;
|
|
1677
1677
|
title: string;
|
|
1678
1678
|
_url: string;
|
|
1679
|
-
privacy:
|
|
1679
|
+
privacy: import("./group").GroupPrivacy;
|
|
1680
1680
|
category: number;
|
|
1681
1681
|
} | {
|
|
1682
1682
|
type: "folder" | "rootFolder";
|
|
@@ -5,18 +5,24 @@ export declare const tinyMCEDynamicOptionsSchema: z.ZodObject<{
|
|
|
5
5
|
language: z.ZodString;
|
|
6
6
|
content_css: z.ZodString;
|
|
7
7
|
quickbars_selection_toolbar: z.ZodString;
|
|
8
|
+
sandbox_iframes: z.ZodOptional<z.ZodBoolean>;
|
|
9
|
+
sandbox_iframes_exclusions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
8
10
|
}, "strip", z.ZodTypeAny, {
|
|
9
11
|
language: string;
|
|
10
12
|
cache_suffix: string;
|
|
11
13
|
toolbar: string;
|
|
12
14
|
content_css: string;
|
|
13
15
|
quickbars_selection_toolbar: string;
|
|
16
|
+
sandbox_iframes?: boolean | undefined;
|
|
17
|
+
sandbox_iframes_exclusions?: string[] | undefined;
|
|
14
18
|
}, {
|
|
15
19
|
language: string;
|
|
16
20
|
cache_suffix: string;
|
|
17
21
|
toolbar: string;
|
|
18
22
|
content_css: string;
|
|
19
23
|
quickbars_selection_toolbar: string;
|
|
24
|
+
sandbox_iframes?: boolean | undefined;
|
|
25
|
+
sandbox_iframes_exclusions?: string[] | undefined;
|
|
20
26
|
}>;
|
|
21
27
|
export type TinyMCEDynamicOptions = z.infer<typeof tinyMCEDynamicOptionsSchema>;
|
|
22
28
|
export declare const tinyMCECommonOptionsSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -25,6 +31,8 @@ export declare const tinyMCECommonOptionsSchema: z.ZodObject<z.objectUtil.extend
|
|
|
25
31
|
language: z.ZodString;
|
|
26
32
|
content_css: z.ZodString;
|
|
27
33
|
quickbars_selection_toolbar: z.ZodString;
|
|
34
|
+
sandbox_iframes: z.ZodOptional<z.ZodBoolean>;
|
|
35
|
+
sandbox_iframes_exclusions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
28
36
|
}, {
|
|
29
37
|
plugins: z.ZodArray<z.ZodString, "many">;
|
|
30
38
|
text_patterns: z.ZodArray<z.ZodObject<{
|
|
@@ -90,6 +98,8 @@ export declare const tinyMCECommonOptionsSchema: z.ZodObject<z.objectUtil.extend
|
|
|
90
98
|
browser_spellcheck: boolean;
|
|
91
99
|
quickbars_insert_toolbar: boolean;
|
|
92
100
|
license_key: "gpl";
|
|
101
|
+
sandbox_iframes?: boolean | undefined;
|
|
102
|
+
sandbox_iframes_exclusions?: string[] | undefined;
|
|
93
103
|
}, {
|
|
94
104
|
height: number;
|
|
95
105
|
language: string;
|
|
@@ -120,6 +130,8 @@ export declare const tinyMCECommonOptionsSchema: z.ZodObject<z.objectUtil.extend
|
|
|
120
130
|
browser_spellcheck: boolean;
|
|
121
131
|
quickbars_insert_toolbar: boolean;
|
|
122
132
|
license_key: "gpl";
|
|
133
|
+
sandbox_iframes?: boolean | undefined;
|
|
134
|
+
sandbox_iframes_exclusions?: string[] | undefined;
|
|
123
135
|
}>;
|
|
124
136
|
export type TinyMCECommonOptions = z.infer<typeof tinyMCECommonOptionsSchema>;
|
|
125
137
|
export declare const tinymceExtendedOptionsSchema: z.ZodObject<{
|