jamespot-user-api 1.0.206 → 1.0.208

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.
Files changed (103) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminLicenseApi.html +14 -14
  3. package/documentation/classes/AdminLogApi.html +1 -0
  4. package/documentation/classes/AdminStoreApi.html +1 -1
  5. package/documentation/classes/AdminUtilsApi.html +1 -1
  6. package/documentation/classes/JApplicationApi.html +8 -8
  7. package/documentation/classes/JArticleApi.html +1 -1
  8. package/documentation/classes/JAssetReservation.html +1 -1
  9. package/documentation/classes/JAudienceApi.html +1 -1
  10. package/documentation/classes/JBaseApi.html +1 -1
  11. package/documentation/classes/JBbbApi.html +1 -1
  12. package/documentation/classes/JBookmarkApi.html +1 -1
  13. package/documentation/classes/JBusinessNetworkingApi.html +1 -1
  14. package/documentation/classes/JCalendarApi.html +1 -1
  15. package/documentation/classes/JCommunityApi.html +1 -1
  16. package/documentation/classes/JDatasourceApi.html +1 -1
  17. package/documentation/classes/JDiapazoneApi.html +1 -1
  18. package/documentation/classes/JExternalAppApi.html +1 -1
  19. package/documentation/classes/JFaqApi.html +1 -1
  20. package/documentation/classes/JFileApi.html +5 -5
  21. package/documentation/classes/JFilebankApi.html +1 -1
  22. package/documentation/classes/JGlobalApi.html +1 -1
  23. package/documentation/classes/JGroupApi.html +12 -12
  24. package/documentation/classes/JIAApi.html +1 -1
  25. package/documentation/classes/JLandApi.html +1 -1
  26. package/documentation/classes/JModuleApi.html +1 -1
  27. package/documentation/classes/JObjectApi.html +1 -1
  28. package/documentation/classes/JSearchApi.html +6 -6
  29. package/documentation/classes/JShareApi.html +1 -1
  30. package/documentation/classes/JSocialActionApi.html +1 -1
  31. package/documentation/classes/JTaxonomyApi.html +2 -2
  32. package/documentation/classes/JUserApi.html +7 -7
  33. package/documentation/classes/JWedocApi.html +1 -1
  34. package/documentation/classes/JWidgetApi.html +1 -1
  35. package/documentation/classes/JamespotUserApi.html +1 -1
  36. package/documentation/classes/JitsiApi.html +1 -1
  37. package/documentation/classes/Network.html +1 -1
  38. package/documentation/classes/TVDisplayApi.html +1 -1
  39. package/documentation/classes/WindowBrowser.html +1 -1
  40. package/documentation/enums/BookmarkType.html +1 -1
  41. package/documentation/enums/Format.html +1 -1
  42. package/documentation/enums/GroupModerateStatus.html +1 -1
  43. package/documentation/enums/StudioApplicationStatus.html +1 -1
  44. package/documentation/enums/WidgetsName.html +1 -1
  45. package/documentation/index.html +1 -1
  46. package/documentation/interfaces/AccessRightObject.html +1 -1
  47. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  48. package/documentation/interfaces/ApiWrapper.html +1 -1
  49. package/documentation/interfaces/BaseMessage.html +1 -1
  50. package/documentation/interfaces/FileBankProps.html +1 -1
  51. package/documentation/interfaces/FolderProps.html +1 -1
  52. package/documentation/interfaces/ListFilterSpec.html +1 -1
  53. package/documentation/interfaces/OF.html +1 -1
  54. package/documentation/interfaces/PagingResults.html +1 -1
  55. package/documentation/interfaces/RootFolderProps.html +1 -1
  56. package/documentation/interfaces/SpotProps.html +1 -1
  57. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  58. package/documentation/interfaces/WidgetType.html +1 -1
  59. package/documentation/interfaces/WindowInterface.html +1 -1
  60. package/documentation/modules.html +11 -11
  61. package/jest.config.ts +2 -2
  62. package/lib/jamespot-user-api.js +1 -1
  63. package/lib/jamespot-user-api.js.map +1 -1
  64. package/lib/src/apis/admin/index.d.ts +1 -0
  65. package/lib/src/apis/admin/logs.d.ts +29 -0
  66. package/lib/src/apis/admin/logs.mock.d.ts +4 -0
  67. package/lib/src/apis/admin/logs.test.d.ts +1 -0
  68. package/lib/src/apis/article/article.mock.d.ts +1 -0
  69. package/lib/src/apis/community/community.d.ts +9 -0
  70. package/lib/src/apis/community/community.mock.d.ts +5 -0
  71. package/lib/src/apis/community/community.test.d.ts +1 -0
  72. package/lib/src/apis/digitalDesk/digitalDesk.d.ts +8 -0
  73. package/lib/src/apis/digitalDesk/digitalDesk.mock.d.ts +3 -0
  74. package/lib/src/apis/digitalDesk/digitalDesk.test.d.ts +1 -0
  75. package/lib/src/apis/index.d.ts +1 -2
  76. package/lib/src/apis/jamespotUserApi.d.ts +6 -3
  77. package/lib/src/apis/{messenger.d.ts → messenger/messenger.d.ts} +10 -2
  78. package/lib/src/apis/messenger/messenger.mock.d.ts +113 -0
  79. package/lib/src/apis/messenger/messenger.test.d.ts +1 -0
  80. package/lib/src/apis/visioConnect/visioConnect.d.ts +14 -0
  81. package/lib/src/apis/visioConnect/visioConnect.mock.d.ts +3 -1
  82. package/lib/src/types/adminLog.d.ts +73 -0
  83. package/lib/src/types/digitalDesk.d.ts +5 -0
  84. package/lib/src/types/index.d.ts +3 -0
  85. package/lib/src/types/utils.d.ts +10 -0
  86. package/lib/src/types/visioConnect.d.ts +325 -0
  87. package/lib/src/util/Test.d.ts +5 -1
  88. package/lib/src/util/test.test.d.ts +1 -0
  89. package/package.json +1 -1
  90. package/phpunitMock/adminApps-success.json +12 -0
  91. package/phpunitMock/articlePermalink-success.json +16 -0
  92. package/phpunitMock/autocompleteCommunity-success.json +21 -0
  93. package/phpunitMock/communitySendRequest-success.json +7 -0
  94. package/phpunitMock/digitalDeskGetStatistics-default.json +7 -0
  95. package/phpunitMock/messengerGetDiscussion-success.json +102 -0
  96. package/phpunitMock/messengerNewMessage-success.json +51 -0
  97. package/phpunitMock/objectListAdminAdvancedLogsNavigation-default.json +7 -0
  98. package/phpunitMock/objectListAdminAdvancedLogsObjects-default.json +294 -0
  99. package/phpunitMock/objectListAdminAdvancedLogsSearch-default.json +150 -0
  100. package/phpunitMock/visioConnectStatistics-default.json +24 -0
  101. package/phpunitMock/visioConnectStatisticsRoomSessions-default.json +27 -0
  102. package/documentation/classes/JMessengerApi.html +0 -1
  103. package/lib/src/apis/community.d.ts +0 -12
@@ -16,3 +16,328 @@ export declare const videoRecordingSchema: z.ZodObject<{
16
16
  isExpired: boolean;
17
17
  }>;
18
18
  export type VideoRecording = z.infer<typeof videoRecordingSchema>;
19
+ export declare const visioConnectStatisticsRoomSchema: z.ZodObject<{
20
+ id: z.ZodNumber;
21
+ subject: z.ZodString;
22
+ createdAt: z.ZodString;
23
+ updatedAt: z.ZodString;
24
+ idArticle: z.ZodNumber;
25
+ idUser: z.ZodNumber;
26
+ user: z.ZodObject<{
27
+ id: z.ZodNumber;
28
+ uri: z.ZodString;
29
+ title: z.ZodString;
30
+ }, "strip", z.ZodTypeAny, {
31
+ id: number;
32
+ uri: string;
33
+ title: string;
34
+ }, {
35
+ id: number;
36
+ uri: string;
37
+ title: string;
38
+ }>;
39
+ stats: z.ZodObject<{
40
+ participantsNumber: z.ZodNumber;
41
+ totalDurationSeconds: z.ZodNumber;
42
+ visioSessionsNumber: z.ZodNumber;
43
+ }, "strip", z.ZodTypeAny, {
44
+ participantsNumber: number;
45
+ totalDurationSeconds: number;
46
+ visioSessionsNumber: number;
47
+ }, {
48
+ participantsNumber: number;
49
+ totalDurationSeconds: number;
50
+ visioSessionsNumber: number;
51
+ }>;
52
+ }, "strip", z.ZodTypeAny, {
53
+ id: number;
54
+ idUser: number;
55
+ user: {
56
+ id: number;
57
+ uri: string;
58
+ title: string;
59
+ };
60
+ stats: {
61
+ participantsNumber: number;
62
+ totalDurationSeconds: number;
63
+ visioSessionsNumber: number;
64
+ };
65
+ idArticle: number;
66
+ createdAt: string;
67
+ subject: string;
68
+ updatedAt: string;
69
+ }, {
70
+ id: number;
71
+ idUser: number;
72
+ user: {
73
+ id: number;
74
+ uri: string;
75
+ title: string;
76
+ };
77
+ stats: {
78
+ participantsNumber: number;
79
+ totalDurationSeconds: number;
80
+ visioSessionsNumber: number;
81
+ };
82
+ idArticle: number;
83
+ createdAt: string;
84
+ subject: string;
85
+ updatedAt: string;
86
+ }>;
87
+ export declare const visioConnectStatisticsSchema: z.ZodObject<{
88
+ rooms: z.ZodObject<{
89
+ totalItems: z.ZodNumber;
90
+ member: z.ZodArray<z.ZodObject<{
91
+ id: z.ZodNumber;
92
+ subject: z.ZodString;
93
+ createdAt: z.ZodString;
94
+ updatedAt: z.ZodString;
95
+ idArticle: z.ZodNumber;
96
+ idUser: z.ZodNumber;
97
+ user: z.ZodObject<{
98
+ id: z.ZodNumber;
99
+ uri: z.ZodString;
100
+ title: z.ZodString;
101
+ }, "strip", z.ZodTypeAny, {
102
+ id: number;
103
+ uri: string;
104
+ title: string;
105
+ }, {
106
+ id: number;
107
+ uri: string;
108
+ title: string;
109
+ }>;
110
+ stats: z.ZodObject<{
111
+ participantsNumber: z.ZodNumber;
112
+ totalDurationSeconds: z.ZodNumber;
113
+ visioSessionsNumber: z.ZodNumber;
114
+ }, "strip", z.ZodTypeAny, {
115
+ participantsNumber: number;
116
+ totalDurationSeconds: number;
117
+ visioSessionsNumber: number;
118
+ }, {
119
+ participantsNumber: number;
120
+ totalDurationSeconds: number;
121
+ visioSessionsNumber: number;
122
+ }>;
123
+ }, "strip", z.ZodTypeAny, {
124
+ id: number;
125
+ idUser: number;
126
+ user: {
127
+ id: number;
128
+ uri: string;
129
+ title: string;
130
+ };
131
+ stats: {
132
+ participantsNumber: number;
133
+ totalDurationSeconds: number;
134
+ visioSessionsNumber: number;
135
+ };
136
+ idArticle: number;
137
+ createdAt: string;
138
+ subject: string;
139
+ updatedAt: string;
140
+ }, {
141
+ id: number;
142
+ idUser: number;
143
+ user: {
144
+ id: number;
145
+ uri: string;
146
+ title: string;
147
+ };
148
+ stats: {
149
+ participantsNumber: number;
150
+ totalDurationSeconds: number;
151
+ visioSessionsNumber: number;
152
+ };
153
+ idArticle: number;
154
+ createdAt: string;
155
+ subject: string;
156
+ updatedAt: string;
157
+ }>, "many">;
158
+ }, "strip", z.ZodTypeAny, {
159
+ member: {
160
+ id: number;
161
+ idUser: number;
162
+ user: {
163
+ id: number;
164
+ uri: string;
165
+ title: string;
166
+ };
167
+ stats: {
168
+ participantsNumber: number;
169
+ totalDurationSeconds: number;
170
+ visioSessionsNumber: number;
171
+ };
172
+ idArticle: number;
173
+ createdAt: string;
174
+ subject: string;
175
+ updatedAt: string;
176
+ }[];
177
+ totalItems: number;
178
+ }, {
179
+ member: {
180
+ id: number;
181
+ idUser: number;
182
+ user: {
183
+ id: number;
184
+ uri: string;
185
+ title: string;
186
+ };
187
+ stats: {
188
+ participantsNumber: number;
189
+ totalDurationSeconds: number;
190
+ visioSessionsNumber: number;
191
+ };
192
+ idArticle: number;
193
+ createdAt: string;
194
+ subject: string;
195
+ updatedAt: string;
196
+ }[];
197
+ totalItems: number;
198
+ }>;
199
+ platform: z.ZodObject<{
200
+ sessionsNumber: z.ZodNumber;
201
+ durationAverage: z.ZodNumber;
202
+ durationMedian: z.ZodNumber;
203
+ participantsNumber: z.ZodNumber;
204
+ }, "strip", z.ZodTypeAny, {
205
+ participantsNumber: number;
206
+ sessionsNumber: number;
207
+ durationAverage: number;
208
+ durationMedian: number;
209
+ }, {
210
+ participantsNumber: number;
211
+ sessionsNumber: number;
212
+ durationAverage: number;
213
+ durationMedian: number;
214
+ }>;
215
+ }, "strip", z.ZodTypeAny, {
216
+ rooms: {
217
+ member: {
218
+ id: number;
219
+ idUser: number;
220
+ user: {
221
+ id: number;
222
+ uri: string;
223
+ title: string;
224
+ };
225
+ stats: {
226
+ participantsNumber: number;
227
+ totalDurationSeconds: number;
228
+ visioSessionsNumber: number;
229
+ };
230
+ idArticle: number;
231
+ createdAt: string;
232
+ subject: string;
233
+ updatedAt: string;
234
+ }[];
235
+ totalItems: number;
236
+ };
237
+ platform: {
238
+ participantsNumber: number;
239
+ sessionsNumber: number;
240
+ durationAverage: number;
241
+ durationMedian: number;
242
+ };
243
+ }, {
244
+ rooms: {
245
+ member: {
246
+ id: number;
247
+ idUser: number;
248
+ user: {
249
+ id: number;
250
+ uri: string;
251
+ title: string;
252
+ };
253
+ stats: {
254
+ participantsNumber: number;
255
+ totalDurationSeconds: number;
256
+ visioSessionsNumber: number;
257
+ };
258
+ idArticle: number;
259
+ createdAt: string;
260
+ subject: string;
261
+ updatedAt: string;
262
+ }[];
263
+ totalItems: number;
264
+ };
265
+ platform: {
266
+ participantsNumber: number;
267
+ sessionsNumber: number;
268
+ durationAverage: number;
269
+ durationMedian: number;
270
+ };
271
+ }>;
272
+ export type VisioConnectRoom = z.infer<typeof visioConnectStatisticsRoomSchema>;
273
+ export type VisioConnectStatistics = z.infer<typeof visioConnectStatisticsSchema>;
274
+ declare const visioConnectStatisticsRoomSessionSchema: z.ZodObject<{
275
+ id: z.ZodNumber;
276
+ room: z.ZodString;
277
+ duration: z.ZodNumber;
278
+ participantsNb: z.ZodNumber;
279
+ startedAt: z.ZodString;
280
+ endedAt: z.ZodString;
281
+ }, "strip", z.ZodTypeAny, {
282
+ id: number;
283
+ duration: number;
284
+ room: string;
285
+ participantsNb: number;
286
+ startedAt: string;
287
+ endedAt: string;
288
+ }, {
289
+ id: number;
290
+ duration: number;
291
+ room: string;
292
+ participantsNb: number;
293
+ startedAt: string;
294
+ endedAt: string;
295
+ }>;
296
+ export declare const visioConnectStatisticsRoomSessionsSchema: z.ZodObject<{
297
+ totalItems: z.ZodNumber;
298
+ member: z.ZodArray<z.ZodObject<{
299
+ id: z.ZodNumber;
300
+ room: z.ZodString;
301
+ duration: z.ZodNumber;
302
+ participantsNb: z.ZodNumber;
303
+ startedAt: z.ZodString;
304
+ endedAt: z.ZodString;
305
+ }, "strip", z.ZodTypeAny, {
306
+ id: number;
307
+ duration: number;
308
+ room: string;
309
+ participantsNb: number;
310
+ startedAt: string;
311
+ endedAt: string;
312
+ }, {
313
+ id: number;
314
+ duration: number;
315
+ room: string;
316
+ participantsNb: number;
317
+ startedAt: string;
318
+ endedAt: string;
319
+ }>, "many">;
320
+ }, "strip", z.ZodTypeAny, {
321
+ member: {
322
+ id: number;
323
+ duration: number;
324
+ room: string;
325
+ participantsNb: number;
326
+ startedAt: string;
327
+ endedAt: string;
328
+ }[];
329
+ totalItems: number;
330
+ }, {
331
+ member: {
332
+ id: number;
333
+ duration: number;
334
+ room: string;
335
+ participantsNb: number;
336
+ startedAt: string;
337
+ endedAt: string;
338
+ }[];
339
+ totalItems: number;
340
+ }>;
341
+ export type VisioConnectStatisticsRoomSession = z.infer<typeof visioConnectStatisticsRoomSessionSchema>;
342
+ export type VisioConnectStatisticsRoomSessions = z.infer<typeof visioConnectStatisticsRoomSessionsSchema>;
343
+ export {};
@@ -143,8 +143,12 @@ export declare const arrayRights: ({
143
143
  t: string;
144
144
  })[];
145
145
  export declare const fetchMock: <T>(data: T) => jest.Mock<Promise<FetchResponseType<T>>, []>;
146
+ export declare const fetchMockCSRF: <T>(data: T) => {
147
+ mock: jest.Mock<Promise<FetchResponseType<T>>, []>;
148
+ mockCSRF: jest.SpyInstance<Promise<import("../types").ApiWrapper<string, import("../types").BaseMessages>>, []>;
149
+ };
146
150
  export declare const validateJArticle: <T extends jArticleLittle>(received: T, expected: T, excludeFields?: string[]) => void;
147
- export declare const validateApiWrapper: <T extends ApiDefaultWrapper<import("../types").BaseMessages>>(res: T, o: string, f: string, error?: null) => void;
151
+ export declare const validateApiWrapper: <T extends ApiDefaultWrapper<import("../types").BaseMessages>>(res: T, o: string, f: string, error?: null | number) => void;
148
152
  export declare const validatePagingResults: <T>(res: PagingResults<T>) => void;
149
153
  export declare const validateObject: <T extends {
150
154
  [x: string]: any;
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-user-api",
3
- "version": "1.0.206",
3
+ "version": "1.0.208",
4
4
  "main": "lib/jamespot-user-api.js",
5
5
  "types": "lib/src/index.d.ts",
6
6
  "directories": {
@@ -227,6 +227,12 @@
227
227
  "idDiv": "admin-tab-advanced-registry",
228
228
  "label": "Param\u00e9trages",
229
229
  "icon": "icon-th"
230
+ },
231
+ {
232
+ "sref": "jAdmin.advanced.logs",
233
+ "idDiv": "admin-tab-advanced-logs",
234
+ "label": "Logs",
235
+ "icon": "icon-book"
230
236
  }
231
237
  ],
232
238
  "access": true
@@ -245,6 +251,12 @@
245
251
  "label": "Param\u00e9trages",
246
252
  "icon": "icon-terminal"
247
253
  },
254
+ {
255
+ "sref": "jAdmin.dev.logs",
256
+ "idDiv": "admin-tab-dev-logs",
257
+ "label": "ADMIN_logs",
258
+ "icon": "icon-book"
259
+ },
248
260
  {
249
261
  "sref": "jAdmin.dev.theme",
250
262
  "idDiv": "admin-dev-theme",
@@ -0,0 +1,16 @@
1
+ {
2
+ "o": "article",
3
+ "f": "permalink",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "id": 38,
8
+ "mainType": "article",
9
+ "type": "mpArticle",
10
+ "uri": "mpArticle/38",
11
+ "dateCreation": "2024-12-17 11:03:19",
12
+ "dateModified": "2024-12-17 11:03:19",
13
+ "title": "Article for permalink",
14
+ "_url": "/article/38"
15
+ }
16
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "o": "autocomplete",
3
+ "f": "community",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": [
7
+ {
8
+ "id": "communityPublic/22",
9
+ "uri": "communityPublic/22",
10
+ "shortUri": "ct22",
11
+ "title": "testAutocompleteCommunity",
12
+ "name": "testAutocompleteCommunity",
13
+ "mainType": "community",
14
+ "type": "communityPublic",
15
+ "label": "testAutocompleteCommunity",
16
+ "cssClass": "globe",
17
+ "cssColor": "#42ac9e",
18
+ "class": ""
19
+ }
20
+ ]
21
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "o": "community",
3
+ "f": "SendRequest",
4
+ "error": 0,
5
+ "messages": [{ "code": 200, "msg": "Votre demande de contact a \u00e9t\u00e9 envoy\u00e9e !" }],
6
+ "result": true
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "o": "digitalDesk",
3
+ "f": "getStatistics",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": { "decksCnt": 4, "decksUserCnt": 3, "decksUserAvg": 1.5 }
7
+ }
@@ -0,0 +1,102 @@
1
+ {
2
+ "o": "messenger",
3
+ "f": "getDiscussion",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "id": 83,
8
+ "type": "messengerGroup",
9
+ "mainType": "messengerDiscussion",
10
+ "_cssColor": "#76b9f2",
11
+ "_cssClass": "article",
12
+ "uri": "messengerGroup/83",
13
+ "_url": "/ng/app/messenger?idDiscussion=67618cada4305",
14
+ "idDiscussion": "67618cada4305",
15
+ "emoji": null,
16
+ "_audience": [
17
+ {
18
+ "id": 4,
19
+ "type": "user",
20
+ "mainType": "user",
21
+ "_cssColor": "#a4acaf",
22
+ "_cssClass": "user",
23
+ "uri": "user/4",
24
+ "title": "Admin1",
25
+ "_url": "/user/4",
26
+ "firstname": "Un",
27
+ "lastname": "Admin",
28
+ "company": "",
29
+ "mail": "<a href=\"mailto:admin1@jamespot.com\" class=\"\" >admin1@jamespot.com</a>",
30
+ "_values": {
31
+ "firstname": "Un",
32
+ "lastname": "Admin",
33
+ "company": "",
34
+ "mail": "admin1@jamespot.com",
35
+ "dateCreation": "2019-07-09 15:48:26",
36
+ "dateModified": "2019-07-09 15:51:24"
37
+ }
38
+ },
39
+ {
40
+ "id": 5,
41
+ "type": "user",
42
+ "mainType": "user",
43
+ "_cssColor": "#a4acaf",
44
+ "_cssClass": "user",
45
+ "uri": "user/5",
46
+ "title": "Admin2",
47
+ "_url": "/user/5",
48
+ "firstname": "Deux",
49
+ "lastname": "Admin",
50
+ "company": "",
51
+ "mail": "<a href=\"mailto:admin2@jamespot.com\" class=\"\" >admin2@jamespot.com</a>",
52
+ "_values": {
53
+ "firstname": "Deux",
54
+ "lastname": "Admin",
55
+ "company": "",
56
+ "mail": "admin2@jamespot.com",
57
+ "dateCreation": "2019-07-09 15:48:45",
58
+ "dateModified": "2019-07-09 15:51:16"
59
+ }
60
+ },
61
+ {
62
+ "id": 6,
63
+ "type": "user",
64
+ "mainType": "user",
65
+ "_cssColor": "#a4acaf",
66
+ "_cssClass": "user",
67
+ "uri": "user/6",
68
+ "title": "User1",
69
+ "_url": "/user/6",
70
+ "firstname": "Un",
71
+ "lastname": "User",
72
+ "company": "",
73
+ "mail": "<a href=\"mailto:user1@jamespot.com\" class=\"\" >user1@jamespot.com</a>",
74
+ "_values": {
75
+ "firstname": "Un",
76
+ "lastname": "User",
77
+ "company": "",
78
+ "mail": "user1@jamespot.com",
79
+ "dateCreation": "2019-07-09 15:49:06",
80
+ "dateModified": "2019-07-09 15:51:35"
81
+ }
82
+ }
83
+ ],
84
+ "_cntUnread": 0,
85
+ "_right": {
86
+ "create": true,
87
+ "read": true,
88
+ "publish": true,
89
+ "administrate": true,
90
+ "update": true,
91
+ "delete": true,
92
+ "comment": false,
93
+ "member": true
94
+ },
95
+ "messages": [],
96
+ "_reads": [],
97
+ "bubbleColor": "#4dbf96",
98
+ "title": null,
99
+ "image": null,
100
+ "_values": { "dateCreation": "2024-12-17 15:37:33", "dateModified": "2024-12-17 15:37:33" }
101
+ }
102
+ }
@@ -0,0 +1,51 @@
1
+ {
2
+ "o": "messenger",
3
+ "f": "newMessage",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "id": 61,
8
+ "type": "messengerMessage",
9
+ "uri": "messengerMessage/61",
10
+ "uriDiscussion": "messengerGroup/60",
11
+ "description": "msg for testMessengerNewMessage",
12
+ "preview": {},
13
+ "isTechnical": false,
14
+ "_url": "/messengerMessage/61",
15
+ "_right": {
16
+ "create": true,
17
+ "read": true,
18
+ "publish": true,
19
+ "administrate": true,
20
+ "update": true,
21
+ "delete": true,
22
+ "comment": true,
23
+ "member": true
24
+ },
25
+ "isArchive": 0,
26
+ "_user": {
27
+ "id": 4,
28
+ "type": "user",
29
+ "mainType": "user",
30
+ "_cssColor": "#a4acaf",
31
+ "_cssClass": "user",
32
+ "uri": "user/4",
33
+ "title": "Admin1",
34
+ "_url": "/user/4",
35
+ "firstname": "Un",
36
+ "lastname": "Admin",
37
+ "company": "",
38
+ "mail": "<a href=\"mailto:admin1@jamespot.com\" class=\"\" >admin1@jamespot.com</a>",
39
+ "_values": {
40
+ "firstname": "Un",
41
+ "lastname": "Admin",
42
+ "company": "",
43
+ "mail": "admin1@jamespot.com",
44
+ "dateCreation": "2019-07-09 15:48:26",
45
+ "dateModified": "2019-07-09 15:51:24"
46
+ }
47
+ },
48
+ "_values": { "dateCreation": "2024-12-17 15:37:32", "dateModified": "2024-12-17 15:37:32" },
49
+ "_idDiscussion": "67618cac12992"
50
+ }
51
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "o": "objectList",
3
+ "f": "AdminAdvancedLogsNavigation",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": { "limit": 30, "page": 1, "cnt": 0, "data": [], "facets": null, "idQuery": null }
7
+ }