jamespot-user-api 1.0.196 → 1.0.198
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/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/JCommunityApi.html +1 -1
- package/documentation/classes/JDatasourceApi.html +1 -1
- package/documentation/classes/JDiapazoneApi.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 +12 -12
- package/documentation/classes/JIAApi.html +1 -1
- package/documentation/classes/JLandApi.html +1 -1
- package/documentation/classes/JMessengerApi.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/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/StudioApplicationStatus.html +1 -1
- package/documentation/enums/WidgetsName.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 +1 -0
- package/lib/src/apis/faq/faq.mock.d.ts +13 -0
- package/lib/src/apis/filebank/filebank.mock.d.ts +1 -0
- package/lib/src/apis/jamespotUserApi.d.ts +2 -0
- package/lib/src/apis/visioConnect/visioConnect.d.ts +7 -0
- package/lib/src/apis/visioConnect/visioConnect.mock.d.ts +2 -0
- package/lib/src/apis/visioConnect/visioConnect.test.d.ts +1 -0
- package/lib/src/types/article.d.ts +3 -0
- package/lib/src/types/asei.d.ts +3 -0
- package/lib/src/types/visioConnect.d.ts +18 -0
- package/package.json +1 -1
- package/phpunitMock/articleCreate-faq-category.json +7 -6
- package/phpunitMock/articleCreate-faq-item.json +6 -5
- package/phpunitMock/articleGet-faq-category.json +8 -7
- package/phpunitMock/articleGet-meeting-view.json +9 -8
- package/phpunitMock/articleGet-pollSurvey-view.json +18 -10
- package/phpunitMock/articleGet-quizz-view.json +7 -6
- package/phpunitMock/articleGet-socialEvent-view.json +9 -8
- package/phpunitMock/articleGet-support-view.json +7 -6
- package/phpunitMock/articleGet-surveyDate-view.json +10 -9
- package/phpunitMock/articleGet-with-attachments.json +12 -11
- package/phpunitMock/articleUpdate-faq-category.json +7 -6
- package/phpunitMock/articleUpdate-faq-item.json +6 -5
- package/phpunitMock/articleUpdate-mpArticleView.json +15 -7
- package/phpunitMock/aseiSetStatus-default.json +18 -17
- package/phpunitMock/faqAddEntry-success.json +8 -7
- package/phpunitMock/faqAddTheme-success.json +13 -8
- package/phpunitMock/faqDeleteTheme-success.json +14 -9
- package/phpunitMock/faqGetEntry-success.json +11 -10
- package/phpunitMock/faqMoveEntry-success.json +8 -7
- package/phpunitMock/faqMoveTheme-success.json +15 -13
- package/phpunitMock/fileBankGetDocuments-success.json +22 -20
- package/phpunitMock/objectListJamespotArticleQueryList-aseiClearanceTicket-view.json +19 -18
- package/phpunitMock/studioGet-install-V2.json +167 -33
- package/phpunitMock/studioInstall-V2.json +167 -33
- package/phpunitMock/studioList-install-V2.json +1 -0
- package/phpunitMock/studioList-testUserApiList.json +1 -0
- package/phpunitMock/studioRestart-V2.json +167 -33
- package/phpunitMock/studioSuspend-V2.json +167 -33
- package/phpunitMock/visioConnectVideoRecordingDelete-default.json +1 -0
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
import { ApiWrapper, ExtendedFaqCategory, FaqAccess, FaqList, FaqView, FaqHookProperties, FaqItemList, FaqTaxonomy, PagingResults, ApiDefaultWrapper, FaqItemView } from '../../types';
|
|
2
2
|
export declare const faqCreateCategory: ApiWrapper<(FaqView & {
|
|
3
3
|
processContext: null;
|
|
4
|
+
_transientCtx: null;
|
|
4
5
|
})[]>;
|
|
5
6
|
export declare const faqGetCategory: ApiWrapper<FaqView & {
|
|
6
7
|
processContext: null;
|
|
8
|
+
_transientCtx: null;
|
|
7
9
|
}>;
|
|
8
10
|
export declare const faqUpdateCategory: ApiWrapper<FaqView & {
|
|
9
11
|
processContext: null;
|
|
12
|
+
_transientCtx: null;
|
|
10
13
|
}>;
|
|
11
14
|
export declare const faqDeleteCategory: ApiWrapper<boolean>;
|
|
12
15
|
export declare const faqGetTaxonomy: ApiWrapper<FaqTaxonomy>;
|
|
@@ -18,37 +21,47 @@ export declare const faqCheckItem: ApiWrapper<PagingResults<FaqItemList & {
|
|
|
18
21
|
}>>;
|
|
19
22
|
export declare const faqCreateTheme: ApiWrapper<FaqView & {
|
|
20
23
|
processContext: null;
|
|
24
|
+
_transientCtx: null;
|
|
21
25
|
}>;
|
|
22
26
|
export declare const faqDeleteTheme: ApiWrapper<FaqView & {
|
|
23
27
|
processContext: null;
|
|
28
|
+
_transientCtx: null;
|
|
24
29
|
}>;
|
|
25
30
|
export declare const faqUpdateTheme: ApiDefaultWrapper;
|
|
26
31
|
export declare const faqGetItem: ApiWrapper<FaqItemView & {
|
|
27
32
|
processContext: null;
|
|
33
|
+
_transientCtx: null;
|
|
28
34
|
}>;
|
|
29
35
|
export declare const faqAddEntry: ApiWrapper<FaqView & {
|
|
30
36
|
processContext: null;
|
|
37
|
+
_transientCtx: null;
|
|
31
38
|
}>;
|
|
32
39
|
export declare const faqDeleteEntry: ApiWrapper<boolean>;
|
|
33
40
|
export declare const faqCreateEntry: ApiWrapper<Array<FaqItemView & {
|
|
34
41
|
processContext: null;
|
|
42
|
+
_transientCtx: null;
|
|
35
43
|
}>>;
|
|
36
44
|
export declare const faqUpdateEntry: ApiWrapper<FaqItemView & {
|
|
37
45
|
processContext: null;
|
|
46
|
+
_transientCtx: null;
|
|
38
47
|
}>;
|
|
39
48
|
export declare const faqMoveEntry: ApiWrapper<{
|
|
40
49
|
source?: FaqView & {
|
|
41
50
|
processContext: null;
|
|
51
|
+
_transientCtx: null;
|
|
42
52
|
};
|
|
43
53
|
target: FaqView & {
|
|
44
54
|
processContext: null;
|
|
55
|
+
_transientCtx: null;
|
|
45
56
|
};
|
|
46
57
|
}>;
|
|
47
58
|
export declare const faqMoveTheme: ApiWrapper<{
|
|
48
59
|
source: FaqView & {
|
|
49
60
|
processContext: null;
|
|
61
|
+
_transientCtx: null;
|
|
50
62
|
};
|
|
51
63
|
target: FaqView & {
|
|
52
64
|
processContext: null;
|
|
65
|
+
_transientCtx: null;
|
|
53
66
|
};
|
|
54
67
|
}>;
|
|
@@ -8,6 +8,7 @@ export declare const filebankSearchContent: ApiPagingResults<jArticleLittle>;
|
|
|
8
8
|
export declare const filebankGetDocuments: ApiPagingResults<jArticleView & {
|
|
9
9
|
lastModifiedBy: null;
|
|
10
10
|
processContext: null;
|
|
11
|
+
_transientCtx: null;
|
|
11
12
|
_nbAttachedFiles: number;
|
|
12
13
|
}>;
|
|
13
14
|
export declare const filebankGetParents: ApiWrapper<jArticleLittle[]>;
|
|
@@ -35,6 +35,7 @@ import { JWidgetApi } from './widget/widget';
|
|
|
35
35
|
import { JMagicPadApi } from './magicPad/magicPad';
|
|
36
36
|
import { JBbbApi } from './bbb/bbb';
|
|
37
37
|
import { JQuestionAnswerApi } from './questionAnswer/questionAnswer';
|
|
38
|
+
import { JVisioConnectApi } from './visioConnect/visioConnect';
|
|
38
39
|
/**
|
|
39
40
|
* In browser usage, 'window' should be the window object.
|
|
40
41
|
* In server side usage, 'window' object given must implement the fetch method, used by the Apis.
|
|
@@ -82,6 +83,7 @@ export declare class JamespotUserApi {
|
|
|
82
83
|
taxonomy: JTaxonomyApi;
|
|
83
84
|
tvDisplay: TVDisplayApi;
|
|
84
85
|
user: JUserApi;
|
|
86
|
+
visioConnect: JVisioConnectApi;
|
|
85
87
|
wedoc: JWedocApi;
|
|
86
88
|
widget: JWidgetApi;
|
|
87
89
|
animations: JAnimationsApi;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1923,6 +1923,7 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
1923
1923
|
}>, "many">;
|
|
1924
1924
|
}>, {
|
|
1925
1925
|
processContext: z.ZodNull;
|
|
1926
|
+
_transientCtx: z.ZodNull;
|
|
1926
1927
|
uiObjectLink: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
1927
1928
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1928
1929
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -1989,6 +1990,7 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
1989
1990
|
path?: string | undefined;
|
|
1990
1991
|
}[];
|
|
1991
1992
|
processContext: null;
|
|
1993
|
+
_transientCtx: null;
|
|
1992
1994
|
description?: string | null | undefined;
|
|
1993
1995
|
image?: {
|
|
1994
1996
|
width: number;
|
|
@@ -2101,6 +2103,7 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
2101
2103
|
path?: string | undefined;
|
|
2102
2104
|
}[];
|
|
2103
2105
|
processContext: null;
|
|
2106
|
+
_transientCtx: null;
|
|
2104
2107
|
description?: string | null | undefined;
|
|
2105
2108
|
image?: {
|
|
2106
2109
|
width: number;
|
package/lib/src/types/asei.d.ts
CHANGED
|
@@ -444,6 +444,7 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
444
444
|
_url: z.ZodString;
|
|
445
445
|
}>, "strip", z.ZodTypeAny, import("./objectBase").jObjectLittle, import("./objectBase").jObjectLittle>, "many">;
|
|
446
446
|
processContext: z.ZodNull;
|
|
447
|
+
_transientCtx: z.ZodNull;
|
|
447
448
|
aseiClearanceTicketNatureOfDemand: z.ZodString;
|
|
448
449
|
aseiClearanceTicketInternetAccess: z.ZodString;
|
|
449
450
|
aseiClearanceTicketInternetAccessSpecify: z.ZodString;
|
|
@@ -552,6 +553,7 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
552
553
|
path?: string | undefined;
|
|
553
554
|
}[];
|
|
554
555
|
processContext: null;
|
|
556
|
+
_transientCtx: null;
|
|
555
557
|
aseiClearanceTicketValidator: import("./user").jUserLittle[];
|
|
556
558
|
aseiClearanceTicketHandler: import("./objectBase").jObjectLittle[];
|
|
557
559
|
aseiClearanceTicketApplicationManagers: import("./objectBase").jObjectLittle[];
|
|
@@ -702,6 +704,7 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
702
704
|
path?: string | undefined;
|
|
703
705
|
}[];
|
|
704
706
|
processContext: null;
|
|
707
|
+
_transientCtx: null;
|
|
705
708
|
aseiClearanceTicketValidator: import("./user").jUserLittle[];
|
|
706
709
|
aseiClearanceTicketHandler: import("./objectBase").jObjectLittle[];
|
|
707
710
|
aseiClearanceTicketApplicationManagers: import("./objectBase").jObjectLittle[];
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const videoRecordingSchema: z.ZodObject<{
|
|
3
|
+
createdAt: z.ZodString;
|
|
4
|
+
filename: z.ZodString;
|
|
5
|
+
isExpired: z.ZodBoolean;
|
|
6
|
+
url: z.ZodString;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
url: string;
|
|
9
|
+
filename: string;
|
|
10
|
+
createdAt: string;
|
|
11
|
+
isExpired: boolean;
|
|
12
|
+
}, {
|
|
13
|
+
url: string;
|
|
14
|
+
filename: string;
|
|
15
|
+
createdAt: string;
|
|
16
|
+
isExpired: boolean;
|
|
17
|
+
}>;
|
|
18
|
+
export type VideoRecording = z.infer<typeof videoRecordingSchema>;
|
package/package.json
CHANGED
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
],
|
|
11
11
|
"result": [
|
|
12
12
|
{
|
|
13
|
-
"id":
|
|
13
|
+
"id": 95,
|
|
14
14
|
"mainType": "article",
|
|
15
15
|
"type": "faq",
|
|
16
|
-
"uri": "faq/
|
|
17
|
-
"dateCreation": "
|
|
18
|
-
"dateModified": "
|
|
16
|
+
"uri": "faq/95",
|
|
17
|
+
"dateCreation": "2024-10-30 10:08:09",
|
|
18
|
+
"dateModified": "2024-10-30 10:08:09",
|
|
19
19
|
"title": "FAQ test",
|
|
20
|
-
"_url": "/ng/app/faq/c/
|
|
20
|
+
"_url": "/ng/app/faq/c/95",
|
|
21
21
|
"_right": {
|
|
22
22
|
"create": true,
|
|
23
23
|
"read": true,
|
|
@@ -40,9 +40,10 @@
|
|
|
40
40
|
"_url": "/user/4",
|
|
41
41
|
"level": 9
|
|
42
42
|
},
|
|
43
|
+
"_audience": [],
|
|
43
44
|
"faqColor": "#111111",
|
|
44
45
|
"processContext": null,
|
|
45
|
-
"
|
|
46
|
+
"_transientCtx": null,
|
|
46
47
|
"_attachedFiles": [],
|
|
47
48
|
"tags": [],
|
|
48
49
|
"isWeb": false
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
],
|
|
11
11
|
"result": [
|
|
12
12
|
{
|
|
13
|
-
"id":
|
|
13
|
+
"id": 99,
|
|
14
14
|
"mainType": "article",
|
|
15
15
|
"type": "faqItem",
|
|
16
|
-
"uri": "faqItem/
|
|
17
|
-
"dateCreation": "
|
|
18
|
-
"dateModified": "
|
|
16
|
+
"uri": "faqItem/99",
|
|
17
|
+
"dateCreation": "2024-10-30 10:08:19",
|
|
18
|
+
"dateModified": "2024-10-30 10:08:19",
|
|
19
19
|
"title": "TEST",
|
|
20
|
-
"_url": "/ng/app/faq/q/
|
|
20
|
+
"_url": "/ng/app/faq/q/99",
|
|
21
21
|
"_right": {
|
|
22
22
|
"create": true,
|
|
23
23
|
"read": true,
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"_audience": [],
|
|
44
44
|
"processContext": null,
|
|
45
|
+
"_transientCtx": null,
|
|
45
46
|
"faqResponse": "",
|
|
46
47
|
"uriCategory": [],
|
|
47
48
|
"themeId": "",
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
"error": 0,
|
|
5
5
|
"messages": [],
|
|
6
6
|
"result": {
|
|
7
|
-
"id":
|
|
7
|
+
"id": 89,
|
|
8
8
|
"mainType": "article",
|
|
9
9
|
"type": "faq",
|
|
10
|
-
"uri": "faq/
|
|
11
|
-
"dateCreation": "
|
|
12
|
-
"dateModified": "
|
|
10
|
+
"uri": "faq/89",
|
|
11
|
+
"dateCreation": "2024-10-30 10:07:53",
|
|
12
|
+
"dateModified": "2024-10-30 10:07:53",
|
|
13
13
|
"title": "CATEGORY 1",
|
|
14
|
-
"_url": "/ng/app/faq/c/
|
|
14
|
+
"_url": "/ng/app/faq/c/89",
|
|
15
15
|
"_right": {
|
|
16
16
|
"create": true,
|
|
17
17
|
"read": true,
|
|
@@ -34,16 +34,17 @@
|
|
|
34
34
|
"_url": "/user/4",
|
|
35
35
|
"level": 9
|
|
36
36
|
},
|
|
37
|
+
"_audience": [],
|
|
37
38
|
"processContext": null,
|
|
39
|
+
"_transientCtx": null,
|
|
38
40
|
"faqColor": "",
|
|
39
|
-
"_audience": [],
|
|
40
41
|
"_attachedFiles": [],
|
|
41
42
|
"tags": [],
|
|
42
43
|
"isWeb": false,
|
|
43
44
|
"faqContent": [
|
|
44
45
|
{
|
|
45
46
|
"title": "FAQ THEME",
|
|
46
|
-
"items": ["faqItem/
|
|
47
|
+
"items": ["faqItem/90"]
|
|
47
48
|
}
|
|
48
49
|
]
|
|
49
50
|
}
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
"error": 0,
|
|
5
5
|
"messages": [],
|
|
6
6
|
"result": {
|
|
7
|
-
"id":
|
|
7
|
+
"id": 241,
|
|
8
8
|
"mainType": "article",
|
|
9
9
|
"type": "meeting",
|
|
10
|
-
"uri": "meeting/
|
|
11
|
-
"dateCreation": "2024-
|
|
12
|
-
"dateModified": "2024-
|
|
13
|
-
"title": "Test meeting notifications (live -
|
|
14
|
-
"_url": "/article/
|
|
10
|
+
"uri": "meeting/241",
|
|
11
|
+
"dateCreation": "2024-10-30 10:10:10",
|
|
12
|
+
"dateModified": "2024-10-30 10:10:10",
|
|
13
|
+
"title": "Test meeting notifications (live - 1730279410)",
|
|
14
|
+
"_url": "/article/241",
|
|
15
15
|
"_right": {
|
|
16
16
|
"create": true,
|
|
17
17
|
"read": true,
|
|
@@ -48,10 +48,11 @@
|
|
|
48
48
|
],
|
|
49
49
|
"place": "",
|
|
50
50
|
"address": "",
|
|
51
|
-
"dateStart": "2024-
|
|
52
|
-
"dateEnd": "2024-
|
|
51
|
+
"dateStart": "2024-10-30 10:10:10",
|
|
52
|
+
"dateEnd": "2024-10-30 13:10:10",
|
|
53
53
|
"noGestion": false,
|
|
54
54
|
"processContext": null,
|
|
55
|
+
"_transientCtx": null,
|
|
55
56
|
"allDay": null,
|
|
56
57
|
"agenda": "",
|
|
57
58
|
"useQrcode": null,
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
"error": 0,
|
|
5
5
|
"messages": [],
|
|
6
6
|
"result": {
|
|
7
|
-
"id":
|
|
7
|
+
"id": 261,
|
|
8
8
|
"mainType": "article",
|
|
9
9
|
"type": "pollSurvey",
|
|
10
|
-
"uri": "pollSurvey/
|
|
11
|
-
"dateCreation": "2024-
|
|
12
|
-
"dateModified": "2024-
|
|
10
|
+
"uri": "pollSurvey/261",
|
|
11
|
+
"dateCreation": "2024-10-30 10:10:40",
|
|
12
|
+
"dateModified": "2024-10-30 10:10:40",
|
|
13
13
|
"title": "pending survey poll title",
|
|
14
|
-
"_url": "/article/
|
|
14
|
+
"_url": "/article/261",
|
|
15
15
|
"_right": {
|
|
16
16
|
"create": true,
|
|
17
17
|
"read": true,
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"type": "user",
|
|
30
30
|
"uri": "user/4",
|
|
31
31
|
"dateCreation": "2019-07-09 15:48:26",
|
|
32
|
-
"dateModified": "
|
|
32
|
+
"dateModified": "2024-10-30 10:09:18",
|
|
33
33
|
"title": "Admin1",
|
|
34
34
|
"_url": "/user/4",
|
|
35
35
|
"level": 9
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"type": "user",
|
|
42
42
|
"uri": "user/4",
|
|
43
43
|
"dateCreation": "2019-07-09 15:48:26",
|
|
44
|
-
"dateModified": "
|
|
44
|
+
"dateModified": "2024-10-30 10:09:18",
|
|
45
45
|
"title": "Admin1",
|
|
46
46
|
"_url": "/user/4",
|
|
47
47
|
"level": 9
|
|
@@ -51,14 +51,22 @@
|
|
|
51
51
|
"multipleResponse": 1,
|
|
52
52
|
"publicResults": null,
|
|
53
53
|
"pollProgression": {
|
|
54
|
-
"colors": {
|
|
54
|
+
"colors": {
|
|
55
|
+
"0-49": "#FFC670",
|
|
56
|
+
"50-99": "#71ABFF",
|
|
57
|
+
"100": "#50D0BC"
|
|
58
|
+
},
|
|
55
59
|
"maxRespondentsValue": 1,
|
|
56
60
|
"countRespondentsValue": 0
|
|
57
61
|
},
|
|
58
62
|
"pollResponseShowProgression": 0,
|
|
59
|
-
"dateEnd": "2024-
|
|
60
|
-
"status": {
|
|
63
|
+
"dateEnd": "2024-10-31 10:10:40",
|
|
64
|
+
"status": {
|
|
65
|
+
"name": "Se termine dans 1 jour(s)",
|
|
66
|
+
"value": 0
|
|
67
|
+
},
|
|
61
68
|
"processContext": null,
|
|
69
|
+
"_transientCtx": null,
|
|
62
70
|
"pollContent": null,
|
|
63
71
|
"pollLinks": null,
|
|
64
72
|
"pollForceClose": null,
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
"error": 0,
|
|
5
5
|
"messages": [],
|
|
6
6
|
"result": {
|
|
7
|
-
"id":
|
|
7
|
+
"id": 251,
|
|
8
8
|
"mainType": "article",
|
|
9
9
|
"type": "quizz",
|
|
10
|
-
"uri": "quizz/
|
|
11
|
-
"dateCreation": "2024-
|
|
12
|
-
"dateModified": "2024-
|
|
10
|
+
"uri": "quizz/251",
|
|
11
|
+
"dateCreation": "2024-10-30 10:10:27",
|
|
12
|
+
"dateModified": "2024-10-30 10:10:27",
|
|
13
13
|
"title": "quizz 1",
|
|
14
|
-
"_url": "/article/
|
|
14
|
+
"_url": "/article/251",
|
|
15
15
|
"_right": {
|
|
16
16
|
"create": true,
|
|
17
17
|
"read": true,
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"type": "user",
|
|
29
29
|
"uri": "user/4",
|
|
30
30
|
"dateCreation": "2019-07-09 15:48:26",
|
|
31
|
-
"dateModified": "
|
|
31
|
+
"dateModified": "2024-10-30 10:09:18",
|
|
32
32
|
"title": "Admin1",
|
|
33
33
|
"_url": "/user/4",
|
|
34
34
|
"level": 9
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"dateStart": null,
|
|
40
40
|
"dateEnd": null,
|
|
41
41
|
"processContext": null,
|
|
42
|
+
"_transientCtx": null,
|
|
42
43
|
"quizzInvitation": null,
|
|
43
44
|
"quizzFormSpec": "",
|
|
44
45
|
"quizzRandom": null,
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
"error": 0,
|
|
5
5
|
"messages": [],
|
|
6
6
|
"result": {
|
|
7
|
-
"id":
|
|
7
|
+
"id": 64,
|
|
8
8
|
"mainType": "article",
|
|
9
9
|
"type": "socialEvent",
|
|
10
|
-
"uri": "socialEvent/
|
|
11
|
-
"dateCreation": "2024-
|
|
12
|
-
"dateModified": "2024-
|
|
10
|
+
"uri": "socialEvent/64",
|
|
11
|
+
"dateCreation": "2024-10-30 10:07:25",
|
|
12
|
+
"dateModified": "2024-10-30 10:07:25",
|
|
13
13
|
"title": "EVENT FOR TEST",
|
|
14
|
-
"_url": "/article/
|
|
14
|
+
"_url": "/article/64",
|
|
15
15
|
"_right": {
|
|
16
16
|
"create": true,
|
|
17
17
|
"read": true,
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"type": "spot",
|
|
42
42
|
"uri": "spot/1",
|
|
43
43
|
"dateCreation": "2019-07-18 18:36:24",
|
|
44
|
-
"dateModified": "2024-
|
|
44
|
+
"dateModified": "2024-10-30 10:07:25",
|
|
45
45
|
"title": "Groupe public",
|
|
46
46
|
"_url": "/group/1",
|
|
47
47
|
"privacy": 1,
|
|
@@ -50,10 +50,11 @@
|
|
|
50
50
|
],
|
|
51
51
|
"place": "",
|
|
52
52
|
"address": "",
|
|
53
|
-
"dateStart": "2024-
|
|
54
|
-
"dateEnd": "2024-
|
|
53
|
+
"dateStart": "2024-10-30 10:07:25",
|
|
54
|
+
"dateEnd": "2024-10-30 13:07:25",
|
|
55
55
|
"noGestion": false,
|
|
56
56
|
"processContext": null,
|
|
57
|
+
"_transientCtx": null,
|
|
57
58
|
"allDay": null,
|
|
58
59
|
"socialEventUseCeiling": null,
|
|
59
60
|
"socialEventCeiling": null,
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
"error": 0,
|
|
5
5
|
"messages": [],
|
|
6
6
|
"result": {
|
|
7
|
-
"id":
|
|
7
|
+
"id": 255,
|
|
8
8
|
"mainType": "article",
|
|
9
9
|
"type": "support",
|
|
10
|
-
"uri": "support/
|
|
11
|
-
"dateCreation": "2024-
|
|
12
|
-
"dateModified": "2024-
|
|
10
|
+
"uri": "support/255",
|
|
11
|
+
"dateCreation": "2024-10-30 10:10:36",
|
|
12
|
+
"dateModified": "2024-10-30 10:10:36",
|
|
13
13
|
"title": "support 1",
|
|
14
|
-
"_url": "/article/
|
|
14
|
+
"_url": "/article/255",
|
|
15
15
|
"_right": {
|
|
16
16
|
"create": true,
|
|
17
17
|
"read": true,
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"type": "user",
|
|
30
30
|
"uri": "user/4",
|
|
31
31
|
"dateCreation": "2019-07-09 15:48:26",
|
|
32
|
-
"dateModified": "
|
|
32
|
+
"dateModified": "2024-10-30 10:09:18",
|
|
33
33
|
"title": "Admin1",
|
|
34
34
|
"_url": "/user/4",
|
|
35
35
|
"level": 9
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
}
|
|
52
52
|
],
|
|
53
53
|
"processContext": null,
|
|
54
|
+
"_transientCtx": null,
|
|
54
55
|
"_attachedFiles": []
|
|
55
56
|
}
|
|
56
57
|
}
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
"error": 0,
|
|
5
5
|
"messages": [],
|
|
6
6
|
"result": {
|
|
7
|
-
"id":
|
|
7
|
+
"id": 259,
|
|
8
8
|
"mainType": "article",
|
|
9
9
|
"type": "surveyDate",
|
|
10
|
-
"uri": "surveyDate/
|
|
11
|
-
"dateCreation": "2024-
|
|
12
|
-
"dateModified": "2024-
|
|
10
|
+
"uri": "surveyDate/259",
|
|
11
|
+
"dateCreation": "2024-10-30 10:10:38",
|
|
12
|
+
"dateModified": "2024-10-30 10:10:38",
|
|
13
13
|
"title": "SurveyDate Title",
|
|
14
|
-
"_url": "/article/
|
|
14
|
+
"_url": "/article/259",
|
|
15
15
|
"_right": {
|
|
16
16
|
"create": true,
|
|
17
17
|
"read": true,
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"type": "user",
|
|
30
30
|
"uri": "user/4",
|
|
31
31
|
"dateCreation": "2019-07-09 15:48:26",
|
|
32
|
-
"dateModified": "
|
|
32
|
+
"dateModified": "2024-10-30 10:09:18",
|
|
33
33
|
"title": "Admin1",
|
|
34
34
|
"_url": "/user/4",
|
|
35
35
|
"level": 9
|
|
@@ -41,16 +41,17 @@
|
|
|
41
41
|
"type": "user",
|
|
42
42
|
"uri": "user/4",
|
|
43
43
|
"dateCreation": "2019-07-09 15:48:26",
|
|
44
|
-
"dateModified": "
|
|
44
|
+
"dateModified": "2024-10-30 10:09:18",
|
|
45
45
|
"title": "Admin1",
|
|
46
46
|
"_url": "/user/4",
|
|
47
47
|
"level": 9
|
|
48
48
|
}
|
|
49
49
|
],
|
|
50
|
-
"dates": ["2024-
|
|
50
|
+
"dates": ["2024-10-31 10:30:00", "2024-11-01 11:30:00"],
|
|
51
51
|
"dateStart": null,
|
|
52
|
-
"dateEnd": "2024-02
|
|
52
|
+
"dateEnd": "2024-11-02 10:10:38",
|
|
53
53
|
"processContext": null,
|
|
54
|
+
"_transientCtx": null,
|
|
54
55
|
"surveyObjectLink": [],
|
|
55
56
|
"_attachedFiles": []
|
|
56
57
|
}
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
"error": 0,
|
|
5
5
|
"messages": [],
|
|
6
6
|
"result": {
|
|
7
|
-
"id":
|
|
7
|
+
"id": 321,
|
|
8
8
|
"mainType": "article",
|
|
9
9
|
"type": "mpArticle",
|
|
10
|
-
"uri": "mpArticle/
|
|
11
|
-
"dateCreation": "2024-
|
|
12
|
-
"dateModified": "2024-
|
|
10
|
+
"uri": "mpArticle/321",
|
|
11
|
+
"dateCreation": "2024-10-30 10:11:31",
|
|
12
|
+
"dateModified": "2024-10-30 10:11:31",
|
|
13
13
|
"title": "test",
|
|
14
|
-
"_url": "/article/
|
|
14
|
+
"_url": "/article/321",
|
|
15
15
|
"_right": {
|
|
16
16
|
"create": true,
|
|
17
17
|
"read": true,
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"type": "user",
|
|
30
30
|
"uri": "user/4",
|
|
31
31
|
"dateCreation": "2019-07-09 15:48:26",
|
|
32
|
-
"dateModified": "
|
|
32
|
+
"dateModified": "2024-10-30 10:09:18",
|
|
33
33
|
"title": "Admin1",
|
|
34
34
|
"_url": "/user/4",
|
|
35
35
|
"level": 9
|
|
@@ -37,18 +37,19 @@
|
|
|
37
37
|
"_audience": [],
|
|
38
38
|
"articleWidgets": [],
|
|
39
39
|
"processContext": null,
|
|
40
|
+
"_transientCtx": null,
|
|
40
41
|
"_attachedFiles": [
|
|
41
42
|
{
|
|
42
|
-
"id":
|
|
43
|
+
"id": 87,
|
|
43
44
|
"mainType": "fileArticle",
|
|
44
45
|
"type": "fileArticle",
|
|
45
|
-
"uri": "fileArticle/
|
|
46
|
-
"dateCreation": "2024-
|
|
47
|
-
"dateModified": "2024-
|
|
46
|
+
"uri": "fileArticle/87",
|
|
47
|
+
"dateCreation": "2024-10-30 10:11:31",
|
|
48
|
+
"dateModified": "2024-10-30 10:11:31",
|
|
48
49
|
"title": "books.png",
|
|
49
50
|
"size": 12394,
|
|
50
51
|
"mimetype": "image/png",
|
|
51
|
-
"_url": "/article/
|
|
52
|
+
"_url": "/article/321"
|
|
52
53
|
}
|
|
53
54
|
]
|
|
54
55
|
}
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
}
|
|
10
10
|
],
|
|
11
11
|
"result": {
|
|
12
|
-
"id":
|
|
12
|
+
"id": 96,
|
|
13
13
|
"mainType": "article",
|
|
14
14
|
"type": "faq",
|
|
15
|
-
"uri": "faq/
|
|
16
|
-
"dateCreation": "
|
|
17
|
-
"dateModified": "
|
|
15
|
+
"uri": "faq/96",
|
|
16
|
+
"dateCreation": "2024-10-30 10:08:09",
|
|
17
|
+
"dateModified": "2024-10-30 10:08:09",
|
|
18
18
|
"title": "New title",
|
|
19
|
-
"_url": "/ng/app/faq/c/
|
|
19
|
+
"_url": "/ng/app/faq/c/96",
|
|
20
20
|
"_right": {
|
|
21
21
|
"create": true,
|
|
22
22
|
"read": true,
|
|
@@ -39,10 +39,11 @@
|
|
|
39
39
|
"_url": "/user/4",
|
|
40
40
|
"level": 9
|
|
41
41
|
},
|
|
42
|
+
"_audience": [],
|
|
42
43
|
"faqColor": "#111111",
|
|
43
44
|
"processContext": null,
|
|
45
|
+
"_transientCtx": null,
|
|
44
46
|
"_attachedFiles": [],
|
|
45
|
-
"_audience": [],
|
|
46
47
|
"tags": [],
|
|
47
48
|
"isWeb": false
|
|
48
49
|
}
|