jamespot-user-api 1.0.197 → 1.0.199

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 (88) hide show
  1. package/documentation/classes/AdminLicenseApi.html +14 -14
  2. package/documentation/classes/AdminStoreApi.html +1 -1
  3. package/documentation/classes/AdminUtilsApi.html +1 -1
  4. package/documentation/classes/JApplicationApi.html +8 -8
  5. package/documentation/classes/JArticleApi.html +1 -1
  6. package/documentation/classes/JAssetReservation.html +1 -1
  7. package/documentation/classes/JAudienceApi.html +1 -1
  8. package/documentation/classes/JBaseApi.html +1 -1
  9. package/documentation/classes/JBbbApi.html +1 -1
  10. package/documentation/classes/JBookmarkApi.html +1 -1
  11. package/documentation/classes/JBusinessNetworkingApi.html +1 -1
  12. package/documentation/classes/JCommunityApi.html +1 -1
  13. package/documentation/classes/JDatasourceApi.html +1 -1
  14. package/documentation/classes/JDiapazoneApi.html +1 -1
  15. package/documentation/classes/JFaqApi.html +1 -1
  16. package/documentation/classes/JFileApi.html +5 -5
  17. package/documentation/classes/JFilebankApi.html +1 -1
  18. package/documentation/classes/JGlobalApi.html +1 -1
  19. package/documentation/classes/JGroupApi.html +12 -12
  20. package/documentation/classes/JIAApi.html +1 -1
  21. package/documentation/classes/JLandApi.html +1 -1
  22. package/documentation/classes/JMessengerApi.html +1 -1
  23. package/documentation/classes/JObjectApi.html +1 -1
  24. package/documentation/classes/JSearchApi.html +6 -6
  25. package/documentation/classes/JShareApi.html +1 -1
  26. package/documentation/classes/JSocialActionApi.html +1 -1
  27. package/documentation/classes/JTaxonomyApi.html +2 -2
  28. package/documentation/classes/JUserApi.html +7 -7
  29. package/documentation/classes/JWedocApi.html +1 -1
  30. package/documentation/classes/JWidgetApi.html +1 -1
  31. package/documentation/classes/JamespotUserApi.html +1 -1
  32. package/documentation/classes/Network.html +1 -1
  33. package/documentation/classes/TVDisplayApi.html +1 -1
  34. package/documentation/classes/WindowBrowser.html +1 -1
  35. package/documentation/enums/BookmarkType.html +1 -1
  36. package/documentation/enums/Format.html +1 -1
  37. package/documentation/enums/GroupModerateStatus.html +1 -1
  38. package/documentation/enums/StudioApplicationStatus.html +1 -1
  39. package/documentation/enums/WidgetsName.html +1 -1
  40. package/documentation/interfaces/AccessRightObject.html +1 -1
  41. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  42. package/documentation/interfaces/ApiWrapper.html +1 -1
  43. package/documentation/interfaces/BaseMessage.html +1 -1
  44. package/documentation/interfaces/FileBankProps.html +1 -1
  45. package/documentation/interfaces/FolderProps.html +1 -1
  46. package/documentation/interfaces/ListFilterSpec.html +1 -1
  47. package/documentation/interfaces/OF.html +1 -1
  48. package/documentation/interfaces/PagingResults.html +1 -1
  49. package/documentation/interfaces/RootFolderProps.html +1 -1
  50. package/documentation/interfaces/SpotProps.html +1 -1
  51. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  52. package/documentation/interfaces/WidgetType.html +1 -1
  53. package/documentation/interfaces/WindowInterface.html +1 -1
  54. package/documentation/modules.html +11 -11
  55. package/lib/jamespot-user-api.js +1 -1
  56. package/lib/jamespot-user-api.js.map +1 -1
  57. package/lib/src/apis/faq/faq.mock.d.ts +13 -0
  58. package/lib/src/apis/file/file.d.ts +1 -1
  59. package/lib/src/apis/filebank/filebank.mock.d.ts +1 -0
  60. package/lib/src/types/article.d.ts +3 -0
  61. package/lib/src/types/asei.d.ts +3 -0
  62. package/package.json +1 -1
  63. package/phpunitMock/articleCreate-faq-category.json +7 -6
  64. package/phpunitMock/articleCreate-faq-item.json +6 -5
  65. package/phpunitMock/articleGet-faq-category.json +8 -7
  66. package/phpunitMock/articleGet-meeting-view.json +9 -8
  67. package/phpunitMock/articleGet-pollSurvey-view.json +18 -10
  68. package/phpunitMock/articleGet-quizz-view.json +7 -6
  69. package/phpunitMock/articleGet-socialEvent-view.json +9 -8
  70. package/phpunitMock/articleGet-support-view.json +7 -6
  71. package/phpunitMock/articleGet-surveyDate-view.json +10 -9
  72. package/phpunitMock/articleGet-with-attachments.json +12 -11
  73. package/phpunitMock/articleUpdate-faq-category.json +7 -6
  74. package/phpunitMock/articleUpdate-faq-item.json +6 -5
  75. package/phpunitMock/articleUpdate-mpArticleView.json +15 -7
  76. package/phpunitMock/aseiSetStatus-default.json +18 -17
  77. package/phpunitMock/faqAddEntry-success.json +8 -7
  78. package/phpunitMock/faqAddTheme-success.json +13 -8
  79. package/phpunitMock/faqDeleteTheme-success.json +14 -9
  80. package/phpunitMock/faqGetEntry-success.json +11 -10
  81. package/phpunitMock/faqMoveEntry-success.json +8 -7
  82. package/phpunitMock/faqMoveTheme-success.json +15 -13
  83. package/phpunitMock/fileBankGetDocuments-success.json +22 -20
  84. package/phpunitMock/objectListJamespotArticleQueryList-aseiClearanceTicket-view.json +19 -18
  85. package/phpunitMock/studioGet-install-V2.json +166 -33
  86. package/phpunitMock/studioInstall-V2.json +166 -33
  87. package/phpunitMock/studioRestart-V2.json +166 -33
  88. package/phpunitMock/studioSuspend-V2.json +166 -33
@@ -2,16 +2,21 @@
2
2
  "o": "article",
3
3
  "f": "update",
4
4
  "error": 0,
5
- "messages": [{ "code": 200, "msg": "Enregistrement r\u00e9ussi" }],
5
+ "messages": [
6
+ {
7
+ "code": 200,
8
+ "msg": "Enregistrement r\u00e9ussi"
9
+ }
10
+ ],
6
11
  "result": {
7
- "id": 174,
12
+ "id": 303,
8
13
  "mainType": "article",
9
14
  "type": "mpArticle",
10
- "uri": "mpArticle/174",
11
- "dateCreation": "2023-05-29 17:37:17",
12
- "dateModified": "2023-05-29 17:37:17",
15
+ "uri": "mpArticle/303",
16
+ "dateCreation": "2024-10-30 10:11:27",
17
+ "dateModified": "2024-10-30 10:11:27",
13
18
  "title": "New Title for testArticleUpdate",
14
- "_url": "/article/174",
19
+ "_url": "/article/303",
15
20
  "_right": {
16
21
  "create": true,
17
22
  "read": true,
@@ -29,12 +34,15 @@
29
34
  "type": "user",
30
35
  "uri": "user/4",
31
36
  "dateCreation": "2019-07-09 15:48:26",
32
- "dateModified": "2019-07-09 15:51:24",
37
+ "dateModified": "2024-10-30 10:09:18",
33
38
  "title": "Admin1",
34
39
  "_url": "/user/4",
35
40
  "level": 9
36
41
  },
42
+ "_audience": [],
43
+ "articleWidgets": [],
37
44
  "processContext": null,
45
+ "_transientCtx": null,
38
46
  "_attachedFiles": []
39
47
  }
40
48
  }
@@ -4,14 +4,14 @@
4
4
  "error": 0,
5
5
  "messages": [],
6
6
  "result": {
7
- "id": 14,
7
+ "id": 494,
8
8
  "mainType": "article",
9
9
  "type": "aseiClearanceTicket",
10
- "uri": "aseiClearanceTicket/14",
11
- "dateCreation": "2024-01-25 10:00:28",
12
- "dateModified": "2024-01-25 10:00:27",
10
+ "uri": "aseiClearanceTicket/494",
11
+ "dateCreation": "2024-10-30 10:14:12",
12
+ "dateModified": "2024-10-30 10:14:12",
13
13
  "title": "Hab_Lastname_Firstname_Jamespot",
14
- "_url": "/article/14",
14
+ "_url": "/article/494",
15
15
  "_right": {
16
16
  "create": true,
17
17
  "read": true,
@@ -28,21 +28,21 @@
28
28
  "type": "user",
29
29
  "uri": "user/4",
30
30
  "dateCreation": "2019-07-09 15:48:26",
31
- "dateModified": "2019-07-09 15:51:24",
31
+ "dateModified": "2024-10-30 10:12:34",
32
32
  "title": "Admin1",
33
33
  "_url": "/user/4",
34
34
  "level": 9
35
35
  },
36
36
  "_audience": [
37
37
  {
38
- "id": 4,
38
+ "id": 38,
39
39
  "mainType": "spot",
40
40
  "type": "spot",
41
- "uri": "spot/4",
42
- "dateCreation": "2024-01-25 10:00:27",
43
- "dateModified": "2024-01-25 10:00:27",
41
+ "uri": "spot/38",
42
+ "dateCreation": "2024-10-30 10:14:12",
43
+ "dateModified": "2024-10-30 10:14:12",
44
44
  "title": "ASEI GROUP 1",
45
- "_url": "/group/4",
45
+ "_url": "/group/38",
46
46
  "privacy": 0,
47
47
  "category": 1
48
48
  }
@@ -54,7 +54,7 @@
54
54
  "type": "user",
55
55
  "uri": "user/4",
56
56
  "dateCreation": "2019-07-09 15:48:26",
57
- "dateModified": "2019-07-09 15:51:24",
57
+ "dateModified": "2024-10-30 10:12:34",
58
58
  "title": "Admin1",
59
59
  "_url": "/user/4",
60
60
  "level": 9
@@ -64,17 +64,18 @@
64
64
  "aseiClearanceTicketApplicationManagers": [],
65
65
  "aseiClearanceTicketInstitution": [
66
66
  {
67
- "id": 13,
67
+ "id": 493,
68
68
  "mainType": "article",
69
69
  "type": "aseiInstitution",
70
- "uri": "aseiInstitution/13",
71
- "dateCreation": "2024-01-25 10:00:27",
72
- "dateModified": "2024-01-25 10:00:27",
70
+ "uri": "aseiInstitution/493",
71
+ "dateCreation": "2024-10-30 10:14:12",
72
+ "dateModified": "2024-10-30 10:14:12",
73
73
  "title": "Jamespot",
74
- "_url": "/article/13"
74
+ "_url": "/article/493"
75
75
  }
76
76
  ],
77
77
  "processContext": null,
78
+ "_transientCtx": null,
78
79
  "aseiClearanceTicketNatureOfDemand": "0",
79
80
  "aseiClearanceTicketInternetAccess": "0",
80
81
  "aseiClearanceTicketInternetAccessSpecify": "",
@@ -9,14 +9,14 @@
9
9
  }
10
10
  ],
11
11
  "result": {
12
- "id": 13,
12
+ "id": 89,
13
13
  "mainType": "article",
14
14
  "type": "faq",
15
- "uri": "faq/13",
16
- "dateCreation": "2023-10-11 15:33:49",
17
- "dateModified": "2023-10-11 15:34:07",
15
+ "uri": "faq/89",
16
+ "dateCreation": "2024-10-30 10:07:53",
17
+ "dateModified": "2024-10-30 10:08:09",
18
18
  "title": "CATEGORY 1",
19
- "_url": "/ng/app/faq/c/13",
19
+ "_url": "/ng/app/faq/c/89",
20
20
  "_right": {
21
21
  "create": true,
22
22
  "read": true,
@@ -39,16 +39,17 @@
39
39
  "_url": "/user/4",
40
40
  "level": 9
41
41
  },
42
+ "_audience": [],
42
43
  "processContext": null,
44
+ "_transientCtx": null,
43
45
  "faqColor": "",
44
46
  "_attachedFiles": [],
45
- "_audience": [],
46
47
  "tags": [],
47
48
  "isWeb": false,
48
49
  "faqContent": [
49
50
  {
50
51
  "title": "FAQ THEME",
51
- "items": ["faqItem/14", "faqItem/14"]
52
+ "items": ["faqItem/90", "faqItem/90"]
52
53
  }
53
54
  ]
54
55
  }
@@ -9,14 +9,14 @@
9
9
  }
10
10
  ],
11
11
  "result": {
12
- "id": 13,
12
+ "id": 89,
13
13
  "mainType": "article",
14
14
  "type": "faq",
15
- "uri": "faq/13",
16
- "dateCreation": "2023-10-11 15:33:49",
17
- "dateModified": "2023-10-11 15:34:23",
15
+ "uri": "faq/89",
16
+ "dateCreation": "2024-10-30 10:07:53",
17
+ "dateModified": "2024-10-30 10:08:19",
18
18
  "title": "CATEGORY 1",
19
- "_url": "/ng/app/faq/c/13",
19
+ "_url": "/ng/app/faq/c/89",
20
20
  "_right": {
21
21
  "create": true,
22
22
  "read": true,
@@ -39,20 +39,25 @@
39
39
  "_url": "/user/4",
40
40
  "level": 9
41
41
  },
42
+ "_audience": [],
42
43
  "processContext": null,
44
+ "_transientCtx": null,
43
45
  "faqColor": "",
44
46
  "_attachedFiles": [],
45
- "_audience": [],
46
47
  "tags": [],
47
48
  "isWeb": false,
48
49
  "faqContent": [
49
50
  {
50
51
  "title": "FAQ THEME",
51
- "items": ["faqItem/14"]
52
+ "items": ["faqItem/90"]
53
+ },
54
+ {
55
+ "title": "TEST",
56
+ "items": ["faqItem/98"]
52
57
  },
53
58
  {
54
59
  "title": "testFaqAddTheme",
55
- "id": "6526a45fe9cef",
60
+ "id": "6721f78375214",
56
61
  "items": []
57
62
  }
58
63
  ]
@@ -9,14 +9,14 @@
9
9
  }
10
10
  ],
11
11
  "result": {
12
- "id": 13,
12
+ "id": 89,
13
13
  "mainType": "article",
14
14
  "type": "faq",
15
- "uri": "faq/13",
16
- "dateCreation": "2023-10-11 15:33:49",
17
- "dateModified": "2023-10-11 15:34:24",
15
+ "uri": "faq/89",
16
+ "dateCreation": "2024-10-30 10:07:53",
17
+ "dateModified": "2024-10-30 10:08:19",
18
18
  "title": "CATEGORY 1",
19
- "_url": "/ng/app/faq/c/13",
19
+ "_url": "/ng/app/faq/c/89",
20
20
  "_right": {
21
21
  "create": true,
22
22
  "read": true,
@@ -39,25 +39,30 @@
39
39
  "_url": "/user/4",
40
40
  "level": 9
41
41
  },
42
+ "_audience": [],
42
43
  "processContext": null,
44
+ "_transientCtx": null,
43
45
  "faqColor": "",
44
46
  "_attachedFiles": [],
45
- "_audience": [],
46
47
  "tags": [],
47
48
  "isWeb": false,
48
49
  "faqContent": [
49
50
  {
50
51
  "title": "FAQ THEME",
51
- "items": ["faqItem/14"]
52
+ "items": ["faqItem/90"]
53
+ },
54
+ {
55
+ "title": "TEST",
56
+ "items": ["faqItem/98"]
52
57
  },
53
58
  {
54
59
  "title": "testFaqAddTheme",
55
- "id": "6526a45fe9cef",
60
+ "id": "6721f78375214",
56
61
  "items": []
57
62
  },
58
63
  {
59
64
  "title": "UPDATE",
60
- "id": "6526a460052b7",
65
+ "id": "6721f783805d5",
61
66
  "items": []
62
67
  }
63
68
  ]
@@ -4,14 +4,14 @@
4
4
  "error": 0,
5
5
  "messages": [],
6
6
  "result": {
7
- "id": 14,
7
+ "id": 90,
8
8
  "mainType": "article",
9
9
  "type": "faqItem",
10
- "uri": "faqItem/14",
11
- "dateCreation": "2023-10-11 09:40:48",
12
- "dateModified": "2023-10-11 09:40:48",
10
+ "uri": "faqItem/90",
11
+ "dateCreation": "2024-10-30 10:07:53",
12
+ "dateModified": "2024-10-30 10:07:53",
13
13
  "title": "ORPHAN ENTRY",
14
- "_url": "/ng/app/faq/q/14",
14
+ "_url": "/ng/app/faq/q/90",
15
15
  "_right": {
16
16
  "create": true,
17
17
  "read": true,
@@ -36,17 +36,18 @@
36
36
  },
37
37
  "_audience": [],
38
38
  "processContext": null,
39
+ "_transientCtx": null,
39
40
  "faqResponse": "",
40
41
  "uriCategory": [
41
42
  {
42
- "id": 13,
43
+ "id": 89,
43
44
  "mainType": "article",
44
45
  "type": "faq",
45
- "uri": "faq/13",
46
- "dateCreation": "2023-10-11 09:40:47",
47
- "dateModified": "2023-10-11 09:40:47",
46
+ "uri": "faq/89",
47
+ "dateCreation": "2024-10-30 10:07:53",
48
+ "dateModified": "2024-10-30 10:07:53",
48
49
  "title": "CATEGORY 1",
49
- "_url": "/ng/app/faq/c/13"
50
+ "_url": "/ng/app/faq/c/89"
50
51
  }
51
52
  ],
52
53
  "themeId": "",
@@ -10,14 +10,14 @@
10
10
  ],
11
11
  "result": {
12
12
  "target": {
13
- "id": 15,
13
+ "id": 91,
14
14
  "mainType": "article",
15
15
  "type": "faq",
16
- "uri": "faq/15",
17
- "dateCreation": "2023-10-17 11:03:11",
18
- "dateModified": "2023-10-17 11:03:33",
16
+ "uri": "faq/91",
17
+ "dateCreation": "2024-10-30 10:07:53",
18
+ "dateModified": "2024-10-30 10:08:14",
19
19
  "title": "CATEGORY 2",
20
- "_url": "/ng/app/faq/c/15",
20
+ "_url": "/ng/app/faq/c/91",
21
21
  "_right": {
22
22
  "create": true,
23
23
  "read": true,
@@ -40,16 +40,17 @@
40
40
  "_url": "/user/4",
41
41
  "level": 9
42
42
  },
43
+ "_audience": [],
43
44
  "processContext": null,
45
+ "_transientCtx": null,
44
46
  "faqColor": "",
45
47
  "_attachedFiles": [],
46
- "_audience": [],
47
48
  "tags": [],
48
49
  "isWeb": true,
49
50
  "faqContent": [
50
51
  {
51
52
  "title": "FAQ THEME2",
52
- "items": ["faqItem/16", "faqItem/14"]
53
+ "items": ["faqItem/92", "faqItem/90"]
53
54
  }
54
55
  ]
55
56
  }
@@ -10,14 +10,14 @@
10
10
  ],
11
11
  "result": {
12
12
  "source": {
13
- "id": 15,
13
+ "id": 91,
14
14
  "mainType": "article",
15
15
  "type": "faq",
16
- "uri": "faq/15",
17
- "dateCreation": "2024-01-18 16:55:16",
18
- "dateModified": "2024-01-18 16:55:39",
16
+ "uri": "faq/91",
17
+ "dateCreation": "2024-10-30 10:07:53",
18
+ "dateModified": "2024-10-30 10:08:14",
19
19
  "title": "CATEGORY 2",
20
- "_url": "/ng/app/faq/c/15",
20
+ "_url": "/ng/app/faq/c/91",
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
  "faqColor": "",
46
47
  "_attachedFiles": [],
47
48
  "tags": [],
@@ -49,19 +50,19 @@
49
50
  "faqContent": [
50
51
  {
51
52
  "title": "FAQ THEME2",
52
- "items": ["faqItem/16", "faqItem/14"]
53
+ "items": ["faqItem/92", "faqItem/90"]
53
54
  }
54
55
  ]
55
56
  },
56
57
  "target": {
57
- "id": 13,
58
+ "id": 89,
58
59
  "mainType": "article",
59
60
  "type": "faq",
60
- "uri": "faq/13",
61
- "dateCreation": "2024-01-18 16:55:16",
62
- "dateModified": "2024-01-18 16:55:39",
61
+ "uri": "faq/89",
62
+ "dateCreation": "2024-10-30 10:07:53",
63
+ "dateModified": "2024-10-30 10:08:14",
63
64
  "title": "CATEGORY 1",
64
- "_url": "/ng/app/faq/c/13",
65
+ "_url": "/ng/app/faq/c/89",
65
66
  "_right": {
66
67
  "create": true,
67
68
  "read": true,
@@ -86,6 +87,7 @@
86
87
  },
87
88
  "_audience": [],
88
89
  "processContext": null,
90
+ "_transientCtx": null,
89
91
  "faqColor": "",
90
92
  "_attachedFiles": [],
91
93
  "tags": [],
@@ -93,11 +95,11 @@
93
95
  "faqContent": [
94
96
  {
95
97
  "title": "FAQ THEME",
96
- "items": ["faqItem/14", "faqItem/14"]
98
+ "items": ["faqItem/90", "faqItem/90"]
97
99
  },
98
100
  {
99
101
  "title": "TEST",
100
- "items": ["faqItem/22"]
102
+ "items": ["faqItem/98"]
101
103
  }
102
104
  ]
103
105
  }
@@ -6,14 +6,14 @@
6
6
  "result": {
7
7
  "data": [
8
8
  {
9
- "id": 541,
9
+ "id": 112,
10
10
  "mainType": "article",
11
11
  "type": "mpFileDrive",
12
- "uri": "mpFileDrive/541",
13
- "dateCreation": "2024-08-16 14:13:29",
14
- "dateModified": "2024-08-16 14:13:29",
12
+ "uri": "mpFileDrive/112",
13
+ "dateCreation": "2024-10-30 10:08:36",
14
+ "dateModified": "2024-10-30 10:08:36",
15
15
  "title": "mpFileDrive title",
16
- "_url": "/article/541",
16
+ "_url": "/article/112",
17
17
  "_right": {
18
18
  "create": true,
19
19
  "read": true,
@@ -38,30 +38,31 @@
38
38
  },
39
39
  "_audience": [
40
40
  {
41
- "id": 532,
41
+ "id": 103,
42
42
  "mainType": "article",
43
43
  "type": "folder",
44
- "uri": "folder/532",
45
- "dateCreation": "2024-08-16 14:13:28",
46
- "dateModified": "2024-08-16 14:13:28",
44
+ "uri": "folder/103",
45
+ "dateCreation": "2024-10-30 10:08:36",
46
+ "dateModified": "2024-10-30 10:08:36",
47
47
  "title": "folder1",
48
- "_url": "/ng/app/filebank/27/documents/532"
48
+ "_url": "/ng/app/filebank/4/documents/103"
49
49
  }
50
50
  ],
51
51
  "processContext": null,
52
+ "_transientCtx": null,
52
53
  "lastModifiedBy": null,
53
54
  "_attachedFiles": [],
54
55
  "_nbAttachedFiles": 0
55
56
  },
56
57
  {
57
- "id": 549,
58
+ "id": 124,
58
59
  "mainType": "article",
59
60
  "type": "mpFileDrive",
60
- "uri": "mpFileDrive/549",
61
- "dateCreation": "2024-08-16 14:13:29",
62
- "dateModified": "2024-08-16 14:13:29",
61
+ "uri": "mpFileDrive/124",
62
+ "dateCreation": "2024-10-30 10:08:40",
63
+ "dateModified": "2024-10-30 10:08:40",
63
64
  "title": "mpFileDrive title",
64
- "_url": "/article/549",
65
+ "_url": "/article/124",
65
66
  "_right": {
66
67
  "create": true,
67
68
  "read": true,
@@ -86,17 +87,18 @@
86
87
  },
87
88
  "_audience": [
88
89
  {
89
- "id": 532,
90
+ "id": 103,
90
91
  "mainType": "article",
91
92
  "type": "folder",
92
- "uri": "folder/532",
93
- "dateCreation": "2024-08-16 14:13:28",
94
- "dateModified": "2024-08-16 14:13:28",
93
+ "uri": "folder/103",
94
+ "dateCreation": "2024-10-30 10:08:36",
95
+ "dateModified": "2024-10-30 10:08:36",
95
96
  "title": "folder1",
96
- "_url": "/ng/app/filebank/27/documents/532"
97
+ "_url": "/ng/app/filebank/4/documents/103"
97
98
  }
98
99
  ],
99
100
  "processContext": null,
101
+ "_transientCtx": null,
100
102
  "lastModifiedBy": null,
101
103
  "_attachedFiles": [],
102
104
  "_nbAttachedFiles": 0
@@ -9,14 +9,14 @@
9
9
  "cnt": 1,
10
10
  "data": [
11
11
  {
12
- "id": 14,
12
+ "id": 494,
13
13
  "mainType": "article",
14
14
  "type": "aseiClearanceTicket",
15
- "uri": "aseiClearanceTicket/14",
16
- "dateCreation": "2024-01-25 10:00:28",
17
- "dateModified": "2024-01-25 10:00:27",
15
+ "uri": "aseiClearanceTicket/494",
16
+ "dateCreation": "2024-10-30 10:14:12",
17
+ "dateModified": "2024-10-30 10:14:12",
18
18
  "title": "Hab_Lastname_Firstname_Jamespot",
19
- "_url": "/article/14",
19
+ "_url": "/article/494",
20
20
  "_right": {
21
21
  "create": true,
22
22
  "read": true,
@@ -33,21 +33,21 @@
33
33
  "type": "user",
34
34
  "uri": "user/4",
35
35
  "dateCreation": "2019-07-09 15:48:26",
36
- "dateModified": "2019-07-09 15:51:24",
36
+ "dateModified": "2024-10-30 10:12:34",
37
37
  "title": "Admin1",
38
38
  "_url": "/user/4",
39
39
  "level": 9
40
40
  },
41
41
  "_audience": [
42
42
  {
43
- "id": 4,
43
+ "id": 38,
44
44
  "mainType": "spot",
45
45
  "type": "spot",
46
- "uri": "spot/4",
47
- "dateCreation": "2024-01-25 10:00:27",
48
- "dateModified": "2024-01-25 10:00:27",
46
+ "uri": "spot/38",
47
+ "dateCreation": "2024-10-30 10:14:12",
48
+ "dateModified": "2024-10-30 10:14:12",
49
49
  "title": "ASEI GROUP 1",
50
- "_url": "/group/4",
50
+ "_url": "/group/38",
51
51
  "privacy": 0,
52
52
  "category": 1
53
53
  },
@@ -57,7 +57,7 @@
57
57
  "type": "user",
58
58
  "uri": "user/4",
59
59
  "dateCreation": "2019-07-09 15:48:26",
60
- "dateModified": "2019-07-09 15:51:24",
60
+ "dateModified": "2024-10-30 10:12:34",
61
61
  "title": "Admin1",
62
62
  "_url": "/user/4",
63
63
  "level": 9
@@ -70,7 +70,7 @@
70
70
  "type": "user",
71
71
  "uri": "user/4",
72
72
  "dateCreation": "2019-07-09 15:48:26",
73
- "dateModified": "2019-07-09 15:51:24",
73
+ "dateModified": "2024-10-30 10:12:34",
74
74
  "title": "Admin1",
75
75
  "_url": "/user/4",
76
76
  "level": 9
@@ -80,17 +80,18 @@
80
80
  "aseiClearanceTicketApplicationManagers": [],
81
81
  "aseiClearanceTicketInstitution": [
82
82
  {
83
- "id": 13,
83
+ "id": 493,
84
84
  "mainType": "article",
85
85
  "type": "aseiInstitution",
86
- "uri": "aseiInstitution/13",
87
- "dateCreation": "2024-01-25 10:00:27",
88
- "dateModified": "2024-01-25 10:00:27",
86
+ "uri": "aseiInstitution/493",
87
+ "dateCreation": "2024-10-30 10:14:12",
88
+ "dateModified": "2024-10-30 10:14:12",
89
89
  "title": "Jamespot",
90
- "_url": "/article/13"
90
+ "_url": "/article/493"
91
91
  }
92
92
  ],
93
93
  "processContext": null,
94
+ "_transientCtx": null,
94
95
  "aseiClearanceTicketNatureOfDemand": "0",
95
96
  "aseiClearanceTicketInternetAccess": "0",
96
97
  "aseiClearanceTicketInternetAccessSpecify": "",