jamespot-user-api 1.0.140 → 1.0.142
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 +11 -11
- 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/JBookmarkApi.html +1 -1
- package/documentation/classes/JBusinessNetworkingApi.html +1 -0
- package/documentation/classes/JCommunityApi.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 -0
- package/documentation/classes/JGroupApi.html +9 -9
- 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 -0
- package/documentation/classes/JTaxonomyApi.html +2 -2
- package/documentation/classes/JUserApi.html +6 -6
- package/documentation/classes/JWedocApi.html +1 -1
- package/documentation/classes/JWidgetApi.html +1 -0
- 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/StudioApplicationStatus.html +1 -1
- package/documentation/index.html +1 -1
- package/documentation/interfaces/AccessRightObject.html +1 -1
- package/documentation/interfaces/AdminLicenseUser.html +1 -1
- package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
- package/documentation/interfaces/ApiWrapper.html +1 -1
- package/documentation/interfaces/BaseAutocomplete.html +1 -1
- package/documentation/interfaces/BaseMessage.html +1 -1
- package/documentation/interfaces/Category.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/ObjectListProps.html +1 -1
- package/documentation/interfaces/PagingResults.html +1 -1
- package/documentation/interfaces/RootFolderProps.html +1 -1
- package/documentation/interfaces/SearchCategoryModel.html +1 -1
- package/documentation/interfaces/SearchCategoryValue.html +1 -1
- package/documentation/interfaces/SearchConfig.html +1 -1
- package/documentation/interfaces/SearchFacetModel.html +1 -1
- package/documentation/interfaces/SearchFacetValueModel.html +1 -1
- package/documentation/interfaces/SearchQuery.html +1 -1
- package/documentation/interfaces/SearchQueryFilterModel.html +1 -1
- package/documentation/interfaces/SearchQueryOption.html +1 -1
- package/documentation/interfaces/SearchQueryResult.html +1 -1
- package/documentation/interfaces/SearchQuerySortModel.html +1 -1
- package/documentation/interfaces/SearchResultCatProps.html +1 -1
- package/documentation/interfaces/SearchResultPropsApp.html +1 -1
- package/documentation/interfaces/SearchResultPropsObject.html +1 -1
- package/documentation/interfaces/SpotProps.html +1 -1
- package/documentation/interfaces/Taxonomy.html +1 -1
- package/documentation/interfaces/TaxonomyCreate.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/article/article.d.ts +13 -32
- package/lib/src/apis/article/article.mock.d.ts +6 -1
- package/lib/src/apis/businessNetworking/businessNetworking.d.ts +5 -0
- package/lib/src/apis/businessNetworking/businessNetworking.mock.d.ts +2 -0
- package/lib/src/apis/businessNetworking/businessNetworking.test.d.ts +1 -0
- package/lib/src/apis/global/global.d.ts +6 -0
- package/lib/src/apis/global/global.mock.d.ts +2 -0
- package/lib/src/apis/global/global.test.d.ts +1 -0
- package/lib/src/apis/index.d.ts +4 -0
- package/lib/src/apis/jamespotUserApi.d.ts +10 -2
- package/lib/src/apis/jland/jland.d.ts +1 -1
- package/lib/src/apis/socialAction/socialAction.d.ts +8 -0
- package/lib/src/apis/socialAction/socialAction.mock.d.ts +4 -0
- package/lib/src/apis/socialAction/socialAction.test.d.ts +1 -0
- package/lib/src/apis/user/user.d.ts +2 -1
- package/lib/src/apis/user/user.mock.d.ts +2 -1
- package/lib/src/apis/widget/widget.d.ts +5 -0
- package/lib/src/apis/widget/widget.mock.d.ts +2 -0
- package/lib/src/apis/widget/widget.test.d.ts +1 -0
- package/lib/src/types/article.d.ts +56 -0
- package/lib/src/types/comment.d.ts +4 -0
- package/lib/src/types/faq.d.ts +3 -1
- package/lib/src/types/global.d.ts +19 -0
- package/lib/src/types/index.d.ts +2 -0
- package/lib/src/types/realtime.d.ts +10 -3
- package/lib/src/types/socialAction.d.ts +10 -0
- package/lib/src/types/tinymce.d.ts +2 -0
- package/lib/src/types/tvDisplay.d.ts +2 -1
- package/lib/src/types/user.d.ts +6 -1
- package/lib/src/types/utils.d.ts +1 -1
- package/package.json +1 -1
- package/phpunitMock/activityLogLog-success.json +7 -0
- package/phpunitMock/articleAddComment-success.json +57 -0
- package/phpunitMock/articleGetComments-success.json +59 -0
- package/phpunitMock/articleUpdateComment-success.json +62 -0
- package/phpunitMock/businessNetworkingMarkerInfo-success.json +16 -0
- package/phpunitMock/commentDelete-success.json +11 -0
- package/phpunitMock/customActionAdd-success.json +18 -0
- package/phpunitMock/customActionGetUsers-success.json +24 -0
- package/phpunitMock/customActionRemove-success.json +7 -0
- package/phpunitMock/tvDisplayGetChannel-dynamic.json +214 -209
- package/phpunitMock/tvDisplayGetConfigureChannel-dynamic.json +206 -194
- package/phpunitMock/userGetFields-success.json +20 -0
- package/phpunitMock/widgetResponseUserList-raw-little.json +19 -0
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "article",
|
|
3
|
+
"f": "updateComment",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [
|
|
6
|
+
{
|
|
7
|
+
"code": 200,
|
|
8
|
+
"msg": "Enregistrement r\u00e9ussi"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"result": {
|
|
12
|
+
"id": 24,
|
|
13
|
+
"mainType": "comment",
|
|
14
|
+
"type": "comment",
|
|
15
|
+
"uri": "comment/24",
|
|
16
|
+
"dateCreation": "2024-03-04 14:31:49",
|
|
17
|
+
"dateModified": null,
|
|
18
|
+
"description": "<div class='content-html'>New comment for UpdateComment</div>",
|
|
19
|
+
"_user": {
|
|
20
|
+
"id": 4,
|
|
21
|
+
"mainType": "user",
|
|
22
|
+
"type": "user",
|
|
23
|
+
"uri": "user/4",
|
|
24
|
+
"dateCreation": "2019-07-09 15:48:26",
|
|
25
|
+
"dateModified": "2024-03-04 14:28:48",
|
|
26
|
+
"title": "Admin1",
|
|
27
|
+
"_url": "/user/4",
|
|
28
|
+
"level": 9
|
|
29
|
+
},
|
|
30
|
+
"_right": {
|
|
31
|
+
"create": true,
|
|
32
|
+
"read": true,
|
|
33
|
+
"publish": true,
|
|
34
|
+
"administrate": true,
|
|
35
|
+
"update": true,
|
|
36
|
+
"delete": true,
|
|
37
|
+
"comment": true,
|
|
38
|
+
"member": true
|
|
39
|
+
},
|
|
40
|
+
"_actions": {
|
|
41
|
+
"sociallike": {
|
|
42
|
+
"type": "custom",
|
|
43
|
+
"class": "fs-thumbs-up",
|
|
44
|
+
"cssClass": "comment",
|
|
45
|
+
"cssColor": "#76b9f2",
|
|
46
|
+
"isActive": false,
|
|
47
|
+
"label": "J'aime",
|
|
48
|
+
"struct": {
|
|
49
|
+
"action": "custom-action",
|
|
50
|
+
"do": "add",
|
|
51
|
+
"type": "sociallike",
|
|
52
|
+
"targetId": 24,
|
|
53
|
+
"targetType": "comment"
|
|
54
|
+
},
|
|
55
|
+
"stats": {
|
|
56
|
+
"total": 0
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"_attachedFiles": []
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "businessNetworking",
|
|
3
|
+
"f": "markerInfo",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": {
|
|
7
|
+
"id": 13,
|
|
8
|
+
"mainType": "article",
|
|
9
|
+
"type": "businessNetworking",
|
|
10
|
+
"uri": "businessNetworking/13",
|
|
11
|
+
"dateCreation": "2024-02-23 11:37:45",
|
|
12
|
+
"dateModified": "2024-02-23 11:37:45",
|
|
13
|
+
"title": "business 1",
|
|
14
|
+
"_url": "/article/13"
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "customAction",
|
|
3
|
+
"f": "add",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": {
|
|
7
|
+
"id": 35,
|
|
8
|
+
"mainType": "link",
|
|
9
|
+
"type": "sociallike",
|
|
10
|
+
"uri": "sociallike/35",
|
|
11
|
+
"dateCreation": "2024-02-23 11:15:06",
|
|
12
|
+
"dateModified": "2024-02-23 11:15:06",
|
|
13
|
+
"srcId": 4,
|
|
14
|
+
"srcType": "user",
|
|
15
|
+
"targetId": 2,
|
|
16
|
+
"targetType": "mpArticle"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "customAction",
|
|
3
|
+
"f": "getUsers",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": [
|
|
7
|
+
{
|
|
8
|
+
"id": 4,
|
|
9
|
+
"mainType": "user",
|
|
10
|
+
"type": "user",
|
|
11
|
+
"uri": "user/4",
|
|
12
|
+
"dateCreation": "2019-07-09 15:48:26",
|
|
13
|
+
"dateModified": "2019-07-09 15:51:24",
|
|
14
|
+
"title": "Admin1",
|
|
15
|
+
"_url": "/user/4",
|
|
16
|
+
"level": 9,
|
|
17
|
+
"firstname": "Un",
|
|
18
|
+
"lastname": "Admin",
|
|
19
|
+
"company": "",
|
|
20
|
+
"mail": "admin1@jamespot.com",
|
|
21
|
+
"active": 1
|
|
22
|
+
}
|
|
23
|
+
]
|
|
24
|
+
}
|
|
@@ -1,209 +1,214 @@
|
|
|
1
|
-
{
|
|
2
|
-
"o": "tvDisplay",
|
|
3
|
-
"f": "getChannel",
|
|
4
|
-
"error": 0,
|
|
5
|
-
"messages": [],
|
|
6
|
-
"result": {
|
|
7
|
-
"interval": 60,
|
|
8
|
-
"channel": {
|
|
9
|
-
"id":
|
|
10
|
-
"mainType": "article",
|
|
11
|
-
"type": "tvDisplayChannel",
|
|
12
|
-
"uri": "tvDisplayChannel/
|
|
13
|
-
"dateCreation": "2024-
|
|
14
|
-
"dateModified": "2024-
|
|
15
|
-
"title": "TV Channel dynamic",
|
|
16
|
-
"_url": "/ng/rr/tv-display",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
},
|
|
38
|
-
"image": {
|
|
39
|
-
"width": 702,
|
|
40
|
-
"height": 583
|
|
41
|
-
},
|
|
42
|
-
"_audience": [],
|
|
43
|
-
"tvChannelType": "DYNAMIC",
|
|
44
|
-
"tvChannelBackgroundColor": "#FF0000",
|
|
45
|
-
"tvChannelNumImages": 0,
|
|
46
|
-
"tvChannelGroupTarget": {
|
|
47
|
-
"id": 1,
|
|
48
|
-
"mainType": "spot",
|
|
49
|
-
"type": "spot",
|
|
50
|
-
"uri": "spot/1",
|
|
51
|
-
"dateCreation": "2019-07-18 18:36:24",
|
|
52
|
-
"dateModified": "2024-
|
|
53
|
-
"title": "Groupe public",
|
|
54
|
-
"_url": "/group/1",
|
|
55
|
-
"privacy": 1,
|
|
56
|
-
"category":
|
|
57
|
-
},
|
|
58
|
-
"tvChannelConfig": {
|
|
59
|
-
"contents": [],
|
|
60
|
-
"key": "
|
|
61
|
-
},
|
|
62
|
-
"_extend": {
|
|
63
|
-
"imageSecureUrl": "http://
|
|
64
|
-
"articles": [
|
|
65
|
-
{
|
|
66
|
-
"id":
|
|
67
|
-
"mainType": "article",
|
|
68
|
-
"type": "mpArticle",
|
|
69
|
-
"uri": "mpArticle/
|
|
70
|
-
"dateCreation": "2024-
|
|
71
|
-
"dateModified": "2024-
|
|
72
|
-
"title": "a-2",
|
|
73
|
-
"_url": "/article/
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
"image": {
|
|
97
|
-
"width": 702,
|
|
98
|
-
"height": 583
|
|
99
|
-
},
|
|
100
|
-
"_audience": [
|
|
101
|
-
{
|
|
102
|
-
"id": 1,
|
|
103
|
-
"mainType": "spot",
|
|
104
|
-
"type": "spot",
|
|
105
|
-
"uri": "spot/1",
|
|
106
|
-
"dateCreation": "2019-07-18 18:36:24",
|
|
107
|
-
"dateModified": "2024-
|
|
108
|
-
"title": "Groupe public",
|
|
109
|
-
"_url": "/group/1",
|
|
110
|
-
"privacy": 1,
|
|
111
|
-
"category":
|
|
112
|
-
}
|
|
113
|
-
],
|
|
114
|
-
"_extend": {
|
|
115
|
-
"descriptionSecure": "<div class=\"content-html\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</div>\n",
|
|
116
|
-
"imageSecureUrl": "http://
|
|
117
|
-
"comments": [
|
|
118
|
-
{
|
|
119
|
-
"id":
|
|
120
|
-
"mainType": "comment",
|
|
121
|
-
"type": "comment",
|
|
122
|
-
"uri": "comment/
|
|
123
|
-
"dateCreation": "2024-
|
|
124
|
-
"dateModified": null,
|
|
125
|
-
"description": "<div class='content-html'>Phasellus sodales augue vitae sapien tempus tristique.</div>",
|
|
126
|
-
"_user": {
|
|
127
|
-
"id": 4,
|
|
128
|
-
"mainType": "user",
|
|
129
|
-
"type": "user",
|
|
130
|
-
"uri": "user/4",
|
|
131
|
-
"dateCreation": "2019-07-09 15:48:26",
|
|
132
|
-
"dateModified": "2019-07-09 15:51:24",
|
|
133
|
-
"title": "Admin1",
|
|
134
|
-
"_url": "/user/4",
|
|
135
|
-
"level": 9
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
"
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
"
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
"
|
|
171
|
-
"
|
|
172
|
-
"
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
"
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
"
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
-
"
|
|
197
|
-
"
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"o": "tvDisplay",
|
|
3
|
+
"f": "getChannel",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": {
|
|
7
|
+
"interval": 60,
|
|
8
|
+
"channel": {
|
|
9
|
+
"id": 13,
|
|
10
|
+
"mainType": "article",
|
|
11
|
+
"type": "tvDisplayChannel",
|
|
12
|
+
"uri": "tvDisplayChannel/13",
|
|
13
|
+
"dateCreation": "2024-02-23 17:10:09",
|
|
14
|
+
"dateModified": "2024-02-23 17:10:09",
|
|
15
|
+
"title": "TV Channel dynamic",
|
|
16
|
+
"_url": "/ng/rr/tv-display",
|
|
17
|
+
"_user": {
|
|
18
|
+
"id": 4,
|
|
19
|
+
"mainType": "user",
|
|
20
|
+
"type": "user",
|
|
21
|
+
"uri": "user/4",
|
|
22
|
+
"dateCreation": "2019-07-09 15:48:26",
|
|
23
|
+
"dateModified": "2019-07-09 15:51:24",
|
|
24
|
+
"title": "Admin1",
|
|
25
|
+
"_url": "/user/4",
|
|
26
|
+
"level": 9
|
|
27
|
+
},
|
|
28
|
+
"_right": {
|
|
29
|
+
"create": true,
|
|
30
|
+
"read": true,
|
|
31
|
+
"publish": true,
|
|
32
|
+
"administrate": true,
|
|
33
|
+
"update": true,
|
|
34
|
+
"delete": true,
|
|
35
|
+
"comment": false,
|
|
36
|
+
"member": true
|
|
37
|
+
},
|
|
38
|
+
"image": {
|
|
39
|
+
"width": 702,
|
|
40
|
+
"height": 583
|
|
41
|
+
},
|
|
42
|
+
"_audience": [],
|
|
43
|
+
"tvChannelType": "DYNAMIC",
|
|
44
|
+
"tvChannelBackgroundColor": "#FF0000",
|
|
45
|
+
"tvChannelNumImages": 0,
|
|
46
|
+
"tvChannelGroupTarget": {
|
|
47
|
+
"id": 1,
|
|
48
|
+
"mainType": "spot",
|
|
49
|
+
"type": "spot",
|
|
50
|
+
"uri": "spot/1",
|
|
51
|
+
"dateCreation": "2019-07-18 18:36:24",
|
|
52
|
+
"dateModified": "2024-02-23 17:10:10",
|
|
53
|
+
"title": "Groupe public",
|
|
54
|
+
"_url": "/group/1",
|
|
55
|
+
"privacy": 1,
|
|
56
|
+
"category": 1
|
|
57
|
+
},
|
|
58
|
+
"tvChannelConfig": {
|
|
59
|
+
"contents": [],
|
|
60
|
+
"key": "65d8c36172ee7"
|
|
61
|
+
},
|
|
62
|
+
"_extend": {
|
|
63
|
+
"imageSecureUrl": "http://jenkins-preprod.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoib3JpZ2luYWxcL3R2RGlzcGxheUNoYW5uZWxcLzEzLnBuZyJ9.bdwkCJ0SNdg80ljeu60yYyiJZCJiWNbi4VKm_SmrI1Y",
|
|
64
|
+
"articles": [
|
|
65
|
+
{
|
|
66
|
+
"id": 14,
|
|
67
|
+
"mainType": "article",
|
|
68
|
+
"type": "mpArticle",
|
|
69
|
+
"uri": "mpArticle/14",
|
|
70
|
+
"dateCreation": "2024-02-23 17:10:09",
|
|
71
|
+
"dateModified": "2024-02-23 17:10:10",
|
|
72
|
+
"title": "a-2",
|
|
73
|
+
"_url": "/article/14",
|
|
74
|
+
"_user": {
|
|
75
|
+
"id": 4,
|
|
76
|
+
"mainType": "user",
|
|
77
|
+
"type": "user",
|
|
78
|
+
"uri": "user/4",
|
|
79
|
+
"dateCreation": "2019-07-09 15:48:26",
|
|
80
|
+
"dateModified": "2019-07-09 15:51:24",
|
|
81
|
+
"title": "Admin1",
|
|
82
|
+
"_url": "/user/4",
|
|
83
|
+
"level": 9
|
|
84
|
+
},
|
|
85
|
+
"_right": {
|
|
86
|
+
"create": true,
|
|
87
|
+
"read": true,
|
|
88
|
+
"publish": false,
|
|
89
|
+
"administrate": true,
|
|
90
|
+
"update": true,
|
|
91
|
+
"delete": true,
|
|
92
|
+
"comment": true,
|
|
93
|
+
"member": true
|
|
94
|
+
},
|
|
95
|
+
"description": "<div class='content-html'>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</div>",
|
|
96
|
+
"image": {
|
|
97
|
+
"width": 702,
|
|
98
|
+
"height": 583
|
|
99
|
+
},
|
|
100
|
+
"_audience": [
|
|
101
|
+
{
|
|
102
|
+
"id": 1,
|
|
103
|
+
"mainType": "spot",
|
|
104
|
+
"type": "spot",
|
|
105
|
+
"uri": "spot/1",
|
|
106
|
+
"dateCreation": "2019-07-18 18:36:24",
|
|
107
|
+
"dateModified": "2024-02-23 17:10:10",
|
|
108
|
+
"title": "Groupe public",
|
|
109
|
+
"_url": "/group/1",
|
|
110
|
+
"privacy": 1,
|
|
111
|
+
"category": 1
|
|
112
|
+
}
|
|
113
|
+
],
|
|
114
|
+
"_extend": {
|
|
115
|
+
"descriptionSecure": "<div class=\"content-html\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</div>\n",
|
|
116
|
+
"imageSecureUrl": "http://jenkins-preprod.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoib3JpZ2luYWxcL21wQXJ0aWNsZVwvMTQucG5nP189MTcwODcwNDYxMCJ9.N4WW0EKFEVwYSSgpJODke6XqXG1kaZNO66hL5JZhJ4o",
|
|
117
|
+
"comments": [
|
|
118
|
+
{
|
|
119
|
+
"id": 1,
|
|
120
|
+
"mainType": "comment",
|
|
121
|
+
"type": "comment",
|
|
122
|
+
"uri": "comment/1",
|
|
123
|
+
"dateCreation": "2024-02-23 17:10:10",
|
|
124
|
+
"dateModified": null,
|
|
125
|
+
"description": "<div class='content-html'>Phasellus sodales augue vitae sapien tempus tristique.</div>",
|
|
126
|
+
"_user": {
|
|
127
|
+
"id": 4,
|
|
128
|
+
"mainType": "user",
|
|
129
|
+
"type": "user",
|
|
130
|
+
"uri": "user/4",
|
|
131
|
+
"dateCreation": "2019-07-09 15:48:26",
|
|
132
|
+
"dateModified": "2019-07-09 15:51:24",
|
|
133
|
+
"title": "Admin1",
|
|
134
|
+
"_url": "/user/4",
|
|
135
|
+
"level": 9,
|
|
136
|
+
"firstname": "Un",
|
|
137
|
+
"lastname": "Admin",
|
|
138
|
+
"company": "",
|
|
139
|
+
"mail": "admin1@jamespot.com",
|
|
140
|
+
"active": 1
|
|
141
|
+
},
|
|
142
|
+
"_right": {
|
|
143
|
+
"create": true,
|
|
144
|
+
"read": true,
|
|
145
|
+
"publish": true,
|
|
146
|
+
"administrate": true,
|
|
147
|
+
"update": true,
|
|
148
|
+
"delete": true,
|
|
149
|
+
"comment": true,
|
|
150
|
+
"member": true
|
|
151
|
+
},
|
|
152
|
+
"_extend": {
|
|
153
|
+
"userImageSecureUrl": "http://jenkins-preprod.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoiNTAweDUwMFwvdXNlclwvNC5wbmc_Xz0xNTYyNjgwMjg0In0.903ztErqev5yT72udVgRNf53P7M_MZDxgVF_tKgpCdY",
|
|
154
|
+
"descriptionSecure": "<div class=\"content-html\">Phasellus sodales augue vitae sapien tempus tristique.</div>\n"
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
]
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"id": 2,
|
|
162
|
+
"mainType": "article",
|
|
163
|
+
"type": "mpArticle",
|
|
164
|
+
"uri": "mpArticle/2",
|
|
165
|
+
"dateCreation": "2019-07-19 09:36:25",
|
|
166
|
+
"dateModified": "2019-07-19 09:36:25",
|
|
167
|
+
"title": "Article groupe public",
|
|
168
|
+
"_url": "/article/2",
|
|
169
|
+
"_user": {
|
|
170
|
+
"id": 1,
|
|
171
|
+
"mainType": "user",
|
|
172
|
+
"type": "user",
|
|
173
|
+
"uri": "user/1",
|
|
174
|
+
"dateCreation": "2019-03-26 16:29:33",
|
|
175
|
+
"dateModified": "2019-07-19 09:39:23",
|
|
176
|
+
"title": "AdminJenkins",
|
|
177
|
+
"_url": "/user/1",
|
|
178
|
+
"level": 9
|
|
179
|
+
},
|
|
180
|
+
"_right": {
|
|
181
|
+
"create": true,
|
|
182
|
+
"read": true,
|
|
183
|
+
"publish": false,
|
|
184
|
+
"administrate": true,
|
|
185
|
+
"update": true,
|
|
186
|
+
"delete": true,
|
|
187
|
+
"comment": false,
|
|
188
|
+
"member": true
|
|
189
|
+
},
|
|
190
|
+
"description": "<div class='content-html'></div>",
|
|
191
|
+
"_audience": [
|
|
192
|
+
{
|
|
193
|
+
"id": 1,
|
|
194
|
+
"mainType": "spot",
|
|
195
|
+
"type": "spot",
|
|
196
|
+
"uri": "spot/1",
|
|
197
|
+
"dateCreation": "2019-07-18 18:36:24",
|
|
198
|
+
"dateModified": "2024-02-23 17:10:10",
|
|
199
|
+
"title": "Groupe public",
|
|
200
|
+
"_url": "/group/1",
|
|
201
|
+
"privacy": 1,
|
|
202
|
+
"category": 1
|
|
203
|
+
}
|
|
204
|
+
],
|
|
205
|
+
"_extend": {
|
|
206
|
+
"descriptionSecure": "<div class=\"content-html\"></div>\n",
|
|
207
|
+
"comments": []
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
]
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
}
|