jamespot-user-api 1.0.43 → 1.0.44
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/classes/JApplication.html +1 -1
- package/documentation/classes/JApplicationApi.html +8 -8
- package/documentation/classes/JArticleApi.html +1 -1
- package/documentation/classes/JAudienceApi.html +1 -1
- package/documentation/classes/JBaseApi.html +1 -1
- package/documentation/classes/JBaseObject.html +1 -1
- package/documentation/classes/JBookmark.html +1 -1
- package/documentation/classes/JBookmarkApi.html +1 -1
- package/documentation/classes/JCommunityApi.html +1 -1
- package/documentation/classes/JConcept.html +1 -1
- package/documentation/classes/JConceptApi.html +1 -1
- package/documentation/classes/JDiapazoneApi.html +1 -1
- package/documentation/classes/JFileApi.html +1 -1
- package/documentation/classes/JFilebankApi.html +1 -1
- package/documentation/classes/JGroupApi.html +1 -1
- package/documentation/classes/JLandApi.html +1 -1
- package/documentation/classes/JMessengerApi.html +1 -1
- package/documentation/classes/JSearchApi.html +6 -6
- package/documentation/classes/JUser.html +1 -1
- package/documentation/classes/JUserApi.html +3 -3
- package/documentation/classes/JWedocApi.html +1 -1
- package/documentation/classes/JamespotUserApi.html +1 -1
- package/documentation/classes/Network.html +1 -1
- package/documentation/enums/JApplicationStatus.html +1 -1
- package/documentation/interfaces/ApiError.html +1 -1
- package/documentation/interfaces/ApiWrapper.html +1 -1
- package/documentation/interfaces/AseiGroups.html +1 -1
- package/documentation/interfaces/AseiInstitution.html +1 -1
- package/documentation/interfaces/AseiRights.html +1 -1
- package/documentation/interfaces/AseiTicket.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/CreateGroup.html +1 -1
- package/documentation/interfaces/FileBankProps.html +1 -1
- package/documentation/interfaces/FileOption.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/Result.html +1 -1
- package/documentation/interfaces/RootFolderProps.html +1 -1
- package/documentation/interfaces/SearchCategoryModel.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/SearchResultProps.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/TmpApplication.html +1 -1
- package/documentation/interfaces/TmpUser.html +1 -1
- package/documentation/interfaces/UserModel.html +1 -1
- package/documentation/modules.html +1 -1
- package/package.json +1 -1
- package/src/apis/application.ts +0 -132
- package/src/apis/article.ts +0 -74
- package/src/apis/asei.ts +0 -73
- package/src/apis/audience.ts +0 -18
- package/src/apis/base.ts +0 -9
- package/src/apis/bookmark.ts +0 -110
- package/src/apis/community.ts +0 -20
- package/src/apis/concept.ts +0 -31
- package/src/apis/diapazone.ts +0 -65
- package/src/apis/file.ts +0 -14
- package/src/apis/filebank.ts +0 -50
- package/src/apis/group.ts +0 -48
- package/src/apis/index.ts +0 -17
- package/src/apis/jamespotUserApi.ts +0 -69
- package/src/apis/jland.ts +0 -51
- package/src/apis/messenger.ts +0 -25
- package/src/apis/search.ts +0 -85
- package/src/apis/taxonomy.ts +0 -30
- package/src/apis/user.ts +0 -53
- package/src/apis/wedoc.ts +0 -77
- package/src/classes/JApplication.ts +0 -55
- package/src/classes/JBaseObject.ts +0 -64
- package/src/classes/JBookmark.ts +0 -44
- package/src/classes/JConcept.ts +0 -3
- package/src/classes/JDiapazone.ts +0 -42
- package/src/classes/JFile.ts +0 -37
- package/src/classes/JUser.ts +0 -7
- package/src/classes/index.ts +0 -5
- package/src/index.ts +0 -21
- package/src/indexMock.ts +0 -17
- package/src/mock/data/autocomplete/audience/data.json +0 -191
- package/src/mock/data/autocomplete/community/data.json +0 -47
- package/src/mock/data/autocomplete/taxonomy/data.json +0 -35
- package/src/mock/data/autocomplete/user/data.json +0 -107
- package/src/mock/data/bookmarks/addBookmark/data.json +0 -54
- package/src/mock/data/bookmarks/addLink/data.json +0 -63
- package/src/mock/data/bookmarks/bookmarkList/data.json +0 -271
- package/src/mock/data/bookmarks/delete/data.json +0 -12
- package/src/mock/data/community/sendRequest/data.json +0 -12
- package/src/mock/data/file/create/data.json +0 -18
- package/src/mock/data/messenger/newMessage/data.json +0 -47
- package/src/mock/data/misc/tokenCSRF/data.json +0 -7
- package/src/mock/data/search/getConfig/data.json +0 -318
- package/src/mock/data/search/lastQueries/data.json +0 -7
- package/src/mock/data/search/proposition/data.json +0 -125
- package/src/mock/data/spot/create/data.json +0 -7
- package/src/mock/data/spot/get-available-widget/data.json +0 -56
- package/src/mock/data/spot/get-categories/data.json +0 -28
- package/src/mock/data/user/signIn/data.json +0 -197
- package/src/mock/windowMock.ts +0 -113
- package/src/types/asei.ts +0 -33
- package/src/types/autocomplete.ts +0 -17
- package/src/types/group.ts +0 -27
- package/src/types/index.ts +0 -7
- package/src/types/listWrapper.ts +0 -6
- package/src/types/search.ts +0 -105
- package/src/types/taxonomy.ts +0 -47
- package/src/types/user.ts +0 -14
- package/src/types/utils.ts +0 -66
- package/src/util/network.ts +0 -96
|
@@ -1,191 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"o": "audience",
|
|
3
|
-
"f": "autocomplete",
|
|
4
|
-
"filter": "name",
|
|
5
|
-
"error": 0,
|
|
6
|
-
"messages": [],
|
|
7
|
-
"result": [
|
|
8
|
-
{
|
|
9
|
-
"value": "user/8",
|
|
10
|
-
"uri": "user/8",
|
|
11
|
-
"shortUri": "u8",
|
|
12
|
-
"title": "Matthieu_Lluis",
|
|
13
|
-
"name": "Matthieu_Lluis",
|
|
14
|
-
"mainType": "user",
|
|
15
|
-
"type": "user",
|
|
16
|
-
"label": "Utilisateur",
|
|
17
|
-
"cssClass": "user",
|
|
18
|
-
"cssColor": "#a4acaf",
|
|
19
|
-
"class": "user-selector-user",
|
|
20
|
-
"Pseudo": "Matthieu_Lluis"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"value": "user/25",
|
|
24
|
-
"uri": "user/25",
|
|
25
|
-
"shortUri": "u25",
|
|
26
|
-
"title": "Maxime.Dupont",
|
|
27
|
-
"name": "Maxime.Dupont",
|
|
28
|
-
"mainType": "user",
|
|
29
|
-
"type": "user",
|
|
30
|
-
"label": "Utilisateur",
|
|
31
|
-
"cssClass": "user",
|
|
32
|
-
"cssColor": "#a4acaf",
|
|
33
|
-
"class": "user-selector-user",
|
|
34
|
-
"Pseudo": "Maxime.Dupont"
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"value": "user/23",
|
|
38
|
-
"uri": "user/23",
|
|
39
|
-
"shortUri": "u23",
|
|
40
|
-
"title": "Damien.Percereau",
|
|
41
|
-
"name": "Damien.Percereau",
|
|
42
|
-
"mainType": "user",
|
|
43
|
-
"type": "user",
|
|
44
|
-
"label": "Utilisateur",
|
|
45
|
-
"cssClass": "user",
|
|
46
|
-
"cssColor": "#a4acaf",
|
|
47
|
-
"class": "user-selector-user",
|
|
48
|
-
"Pseudo": "Damien.Percereau"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"value": "user/2",
|
|
52
|
-
"uri": "user/2",
|
|
53
|
-
"shortUri": "u2",
|
|
54
|
-
"title": "Samuel.Arzouan",
|
|
55
|
-
"name": "Samuel.Arzouan",
|
|
56
|
-
"mainType": "user",
|
|
57
|
-
"type": "user",
|
|
58
|
-
"label": "Utilisateur",
|
|
59
|
-
"cssClass": "user",
|
|
60
|
-
"cssColor": "#a4acaf",
|
|
61
|
-
"class": "user-selector-user",
|
|
62
|
-
"Pseudo": "Samuel.Arzouan"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"value": "user/20",
|
|
66
|
-
"uri": "user/20",
|
|
67
|
-
"shortUri": "u20",
|
|
68
|
-
"title": "Clémence_Fabre",
|
|
69
|
-
"name": "Clémence_Fabre",
|
|
70
|
-
"mainType": "user",
|
|
71
|
-
"type": "user",
|
|
72
|
-
"label": "Utilisateur",
|
|
73
|
-
"cssClass": "user",
|
|
74
|
-
"cssColor": "#a4acaf",
|
|
75
|
-
"class": "user-selector-user",
|
|
76
|
-
"Pseudo": "Clémence_Fabre"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"value": "user/11",
|
|
80
|
-
"uri": "user/11",
|
|
81
|
-
"shortUri": "u11",
|
|
82
|
-
"title": "Antony_Meunier",
|
|
83
|
-
"name": "Antony_Meunier",
|
|
84
|
-
"mainType": "user",
|
|
85
|
-
"type": "user",
|
|
86
|
-
"label": "Utilisateur",
|
|
87
|
-
"cssClass": "user",
|
|
88
|
-
"cssColor": "#a4acaf",
|
|
89
|
-
"class": "user-selector-user",
|
|
90
|
-
"Pseudo": "Antony_Meunier"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"value": "user/12",
|
|
94
|
-
"uri": "user/12",
|
|
95
|
-
"shortUri": "u12",
|
|
96
|
-
"title": "Guillaume_Poumadé",
|
|
97
|
-
"name": "Guillaume_Poumadé",
|
|
98
|
-
"mainType": "user",
|
|
99
|
-
"type": "user",
|
|
100
|
-
"label": "Utilisateur",
|
|
101
|
-
"cssClass": "user",
|
|
102
|
-
"cssColor": "#a4acaf",
|
|
103
|
-
"class": "user-selector-user",
|
|
104
|
-
"Pseudo": "Guillaume_Poumadé"
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"value": "user/27",
|
|
108
|
-
"uri": "user/27",
|
|
109
|
-
"shortUri": "u27",
|
|
110
|
-
"title": "Guillaume.Barreau",
|
|
111
|
-
"name": "Guillaume.Barreau",
|
|
112
|
-
"mainType": "user",
|
|
113
|
-
"type": "user",
|
|
114
|
-
"label": "Utilisateur",
|
|
115
|
-
"cssClass": "user",
|
|
116
|
-
"cssColor": "#a4acaf",
|
|
117
|
-
"class": "user-selector-user",
|
|
118
|
-
"Pseudo": "Guillaume.Barreau"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"value": "user/28",
|
|
122
|
-
"uri": "user/28",
|
|
123
|
-
"shortUri": "u28",
|
|
124
|
-
"title": "Guillaume.Barreau",
|
|
125
|
-
"name": "Guillaume.Barreau",
|
|
126
|
-
"mainType": "user",
|
|
127
|
-
"type": "user",
|
|
128
|
-
"label": "Utilisateur",
|
|
129
|
-
"cssClass": "user",
|
|
130
|
-
"cssColor": "#a4acaf",
|
|
131
|
-
"class": "user-selector-user",
|
|
132
|
-
"Pseudo": "Guillaume.Barreau"
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"value": "spot/6",
|
|
136
|
-
"valuespot": "6",
|
|
137
|
-
"uri": "spot/6",
|
|
138
|
-
"shortUri": "s6",
|
|
139
|
-
"title": "mon groupe",
|
|
140
|
-
"name": "mon groupe",
|
|
141
|
-
"mainType": "spot",
|
|
142
|
-
"type": "spot",
|
|
143
|
-
"label": "Groupe",
|
|
144
|
-
"cssClass": "group",
|
|
145
|
-
"cssColor": "#e34d55",
|
|
146
|
-
"class": "user-selector-spot"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"value": "spot/7",
|
|
150
|
-
"valuespot": "7",
|
|
151
|
-
"uri": "spot/7",
|
|
152
|
-
"shortUri": "s7",
|
|
153
|
-
"title": "Mon groupe test",
|
|
154
|
-
"name": "Mon groupe test",
|
|
155
|
-
"mainType": "spot",
|
|
156
|
-
"type": "spot",
|
|
157
|
-
"label": "Groupe",
|
|
158
|
-
"cssClass": "group",
|
|
159
|
-
"cssColor": "#e34d55",
|
|
160
|
-
"class": "user-selector-spot"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"value": "spot/3",
|
|
164
|
-
"valuespot": "3",
|
|
165
|
-
"uri": "spot/3",
|
|
166
|
-
"shortUri": "s3",
|
|
167
|
-
"title": "Mon nom de groupe",
|
|
168
|
-
"name": "Mon nom de groupe",
|
|
169
|
-
"mainType": "spot",
|
|
170
|
-
"type": "spot",
|
|
171
|
-
"label": "Groupe",
|
|
172
|
-
"cssClass": "group",
|
|
173
|
-
"cssColor": "#e34d55",
|
|
174
|
-
"class": "user-selector-spot"
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"value": "spot/23",
|
|
178
|
-
"valuespot": "23",
|
|
179
|
-
"uri": "spot/23",
|
|
180
|
-
"shortUri": "s23",
|
|
181
|
-
"title": "Mon super groupe",
|
|
182
|
-
"name": "Mon super groupe",
|
|
183
|
-
"mainType": "spot",
|
|
184
|
-
"type": "spot",
|
|
185
|
-
"label": "Groupe",
|
|
186
|
-
"cssClass": "group",
|
|
187
|
-
"cssColor": "#e34d55",
|
|
188
|
-
"class": "user-selector-spot"
|
|
189
|
-
}
|
|
190
|
-
]
|
|
191
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"o": "community",
|
|
3
|
-
"f": "autocompleteCommunity",
|
|
4
|
-
"error": 0,
|
|
5
|
-
"messages": [],
|
|
6
|
-
"result": [
|
|
7
|
-
{
|
|
8
|
-
"id": "communityPublic/12",
|
|
9
|
-
"uri": "communityPublic/12",
|
|
10
|
-
"shortUri": "ct12",
|
|
11
|
-
"title": "Communauté des astronautes",
|
|
12
|
-
"name": "Communauté des astronautes",
|
|
13
|
-
"mainType": "community",
|
|
14
|
-
"type": "communityPublic",
|
|
15
|
-
"label": "COMMUNITY_Public",
|
|
16
|
-
"cssClass": "globe",
|
|
17
|
-
"cssColor": "#42ac9e",
|
|
18
|
-
"class": ""
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"id": "communityPublic/13",
|
|
22
|
-
"uri": "communityPublic/13",
|
|
23
|
-
"shortUri": "ct13",
|
|
24
|
-
"title": "Communauté des vendeurs de rêves",
|
|
25
|
-
"name": "Communauté des vendeurs de rêves",
|
|
26
|
-
"mainType": "community",
|
|
27
|
-
"type": "communityPublic",
|
|
28
|
-
"label": "COMMUNITY_Public",
|
|
29
|
-
"cssClass": "globe",
|
|
30
|
-
"cssColor": "#42ac9e",
|
|
31
|
-
"class": ""
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"id": "communityPublic/14",
|
|
35
|
-
"uri": "communityPublic/14",
|
|
36
|
-
"shortUri": "ct14",
|
|
37
|
-
"title": "Communauté des vendeurs de paquerettes",
|
|
38
|
-
"name": "Communauté des vendeurs de paquerettes",
|
|
39
|
-
"mainType": "community",
|
|
40
|
-
"type": "communityPublic",
|
|
41
|
-
"label": "COMMUNITY_Public",
|
|
42
|
-
"cssClass": "globe",
|
|
43
|
-
"cssColor": "#42ac9e",
|
|
44
|
-
"class": ""
|
|
45
|
-
}
|
|
46
|
-
]
|
|
47
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"o": "taxonomy",
|
|
3
|
-
"f": "autocomplete",
|
|
4
|
-
"error": 0,
|
|
5
|
-
"filter": "name",
|
|
6
|
-
"messages": [],
|
|
7
|
-
"result": [
|
|
8
|
-
{
|
|
9
|
-
"id": "tagConcept/3",
|
|
10
|
-
"uri": "tagConcept/3",
|
|
11
|
-
"shortUri": null,
|
|
12
|
-
"title": "hello",
|
|
13
|
-
"name": "hello",
|
|
14
|
-
"mainType": "tagConcept",
|
|
15
|
-
"type": "tagConcept",
|
|
16
|
-
"label": "Tag",
|
|
17
|
-
"cssClass": "article",
|
|
18
|
-
"cssColor": "#76b9f2",
|
|
19
|
-
"class": "user-selector-spot"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"id": "tagConcept/2",
|
|
23
|
-
"uri": "tagConcept/2",
|
|
24
|
-
"shortUri": null,
|
|
25
|
-
"title": "salut",
|
|
26
|
-
"name": "salut",
|
|
27
|
-
"mainType": "tagConcept",
|
|
28
|
-
"type": "tagConcept",
|
|
29
|
-
"label": "Tag",
|
|
30
|
-
"cssClass": "article",
|
|
31
|
-
"cssColor": "#76b9f2",
|
|
32
|
-
"class": "user-selector-spot"
|
|
33
|
-
}
|
|
34
|
-
]
|
|
35
|
-
}
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"o": "user",
|
|
3
|
-
"f": "autocomplete",
|
|
4
|
-
"error": 0,
|
|
5
|
-
"filter": "name",
|
|
6
|
-
"messages": [],
|
|
7
|
-
"result": [
|
|
8
|
-
{
|
|
9
|
-
"id": "user/8",
|
|
10
|
-
"uri": "user/8",
|
|
11
|
-
"shortUri": "u8",
|
|
12
|
-
"title": "Matthieu_Lluis",
|
|
13
|
-
"name": "Matthieu_Lluis",
|
|
14
|
-
"mainType": "user",
|
|
15
|
-
"type": "user",
|
|
16
|
-
"label": "Utilisateur",
|
|
17
|
-
"cssClass": "user",
|
|
18
|
-
"cssColor": "#a4acaf",
|
|
19
|
-
"class": "user-selector-user",
|
|
20
|
-
"Pseudo": "Matthieu_Lluis"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"id": "user/25",
|
|
24
|
-
"uri": "user/25",
|
|
25
|
-
"shortUri": "u25",
|
|
26
|
-
"title": "Maxime.Dupont",
|
|
27
|
-
"name": "Maxime.Dupont",
|
|
28
|
-
"mainType": "user",
|
|
29
|
-
"type": "user",
|
|
30
|
-
"label": "Utilisateur",
|
|
31
|
-
"cssClass": "user",
|
|
32
|
-
"cssColor": "#a4acaf",
|
|
33
|
-
"class": "user-selector-user",
|
|
34
|
-
"Pseudo": "Maxime.Dupont"
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"id": "user/23",
|
|
38
|
-
"uri": "user/23",
|
|
39
|
-
"shortUri": "u23",
|
|
40
|
-
"title": "Damien.Percereau",
|
|
41
|
-
"name": "Damien.Percereau",
|
|
42
|
-
"mainType": "user",
|
|
43
|
-
"type": "user",
|
|
44
|
-
"label": "Utilisateur",
|
|
45
|
-
"cssClass": "user",
|
|
46
|
-
"cssColor": "#a4acaf",
|
|
47
|
-
"class": "user-selector-user",
|
|
48
|
-
"Pseudo": "Damien.Percereau"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"id": "user/2",
|
|
52
|
-
"uri": "user/2",
|
|
53
|
-
"shortUri": "u2",
|
|
54
|
-
"title": "Samuel.Arzouan",
|
|
55
|
-
"name": "Samuel.Arzouan",
|
|
56
|
-
"mainType": "user",
|
|
57
|
-
"type": "user",
|
|
58
|
-
"label": "Utilisateur",
|
|
59
|
-
"cssClass": "user",
|
|
60
|
-
"cssColor": "#a4acaf",
|
|
61
|
-
"class": "user-selector-user",
|
|
62
|
-
"Pseudo": "Samuel.Arzouan"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"id": "user/20",
|
|
66
|
-
"uri": "user/20",
|
|
67
|
-
"shortUri": "u20",
|
|
68
|
-
"title": "Clémence_Fabre",
|
|
69
|
-
"name": "Clémence_Fabre",
|
|
70
|
-
"mainType": "user",
|
|
71
|
-
"type": "user",
|
|
72
|
-
"label": "Utilisateur",
|
|
73
|
-
"cssClass": "user",
|
|
74
|
-
"cssColor": "#a4acaf",
|
|
75
|
-
"class": "user-selector-user",
|
|
76
|
-
"Pseudo": "Clémence_Fabre"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"id": "user/11",
|
|
80
|
-
"uri": "user/11",
|
|
81
|
-
"shortUri": "u11",
|
|
82
|
-
"title": "Antony_Meunier",
|
|
83
|
-
"name": "Antony_Meunier",
|
|
84
|
-
"mainType": "user",
|
|
85
|
-
"type": "user",
|
|
86
|
-
"label": "Utilisateur",
|
|
87
|
-
"cssClass": "user",
|
|
88
|
-
"cssColor": "#a4acaf",
|
|
89
|
-
"class": "user-selector-user",
|
|
90
|
-
"Pseudo": "Antony_Meunier"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"id": "user/12",
|
|
94
|
-
"uri": "user/12",
|
|
95
|
-
"shortUri": "u12",
|
|
96
|
-
"title": "Guillaume_Poumadé",
|
|
97
|
-
"name": "Guillaume_Poumadé",
|
|
98
|
-
"mainType": "user",
|
|
99
|
-
"type": "user",
|
|
100
|
-
"label": "Utilisateur",
|
|
101
|
-
"cssClass": "user",
|
|
102
|
-
"cssColor": "#a4acaf",
|
|
103
|
-
"class": "user-selector-user",
|
|
104
|
-
"Pseudo": "Guillaume_Poumadé"
|
|
105
|
-
}
|
|
106
|
-
]
|
|
107
|
-
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"o": "shortcuts",
|
|
3
|
-
"f": "add",
|
|
4
|
-
"error": 0,
|
|
5
|
-
"messages": [
|
|
6
|
-
{
|
|
7
|
-
"code": 200,
|
|
8
|
-
"msg": "Enregistrement réussi"
|
|
9
|
-
}
|
|
10
|
-
],
|
|
11
|
-
"result": {
|
|
12
|
-
"id": 47,
|
|
13
|
-
"type": "bookmarkLink",
|
|
14
|
-
"uri": "bookmarkLink/47",
|
|
15
|
-
"srcId": 1,
|
|
16
|
-
"srcType": "user",
|
|
17
|
-
"targetId": 0,
|
|
18
|
-
"targetType": null,
|
|
19
|
-
"mainType": "link",
|
|
20
|
-
"value": null,
|
|
21
|
-
"_cssColor": "#76b9f2",
|
|
22
|
-
"_cssClass": "star",
|
|
23
|
-
"_src": {
|
|
24
|
-
"id": 1,
|
|
25
|
-
"type": "user",
|
|
26
|
-
"mainType": "user",
|
|
27
|
-
"_cssColor": "#a4acaf",
|
|
28
|
-
"_cssClass": "user",
|
|
29
|
-
"uri": "user/1",
|
|
30
|
-
"title": "Maxime.Dupont",
|
|
31
|
-
"_url": "/user/1",
|
|
32
|
-
"firstname": "Maxime",
|
|
33
|
-
"lastname": "Dupont",
|
|
34
|
-
"company": "",
|
|
35
|
-
"mail": "<a href=\"mailto:maxime.dupont@jamespot.com\" class=\"\" >maxime.dupont@jamespot.com</a>",
|
|
36
|
-
"_values": {
|
|
37
|
-
"firstname": "Maxime",
|
|
38
|
-
"lastname": "Dupont",
|
|
39
|
-
"company": "",
|
|
40
|
-
"mail": "maxime.dupont@jamespot.com",
|
|
41
|
-
"dateCreation": "2021-07-12 10:56:16",
|
|
42
|
-
"dateModified": "2021-07-12 10:56:16"
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
"bookmarkOrder": -7,
|
|
46
|
-
"bookmarkLabel": "Test",
|
|
47
|
-
"bookmarkUrl": null,
|
|
48
|
-
"bookmarkMeta": "{ \"type\": \"shortcut:search:v1\", \"query\": \"AB\", \"mainType\": \"spot\" }",
|
|
49
|
-
"_values": {
|
|
50
|
-
"dateCreation": "2021-10-28 12:02:27",
|
|
51
|
-
"dateModified": "2021-10-28 12:02:27"
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"o": "custom",
|
|
3
|
-
"f": "actionAdd",
|
|
4
|
-
"error": 0,
|
|
5
|
-
"messages": [],
|
|
6
|
-
"result": {
|
|
7
|
-
"id": 40,
|
|
8
|
-
"type": "bookmarkLink",
|
|
9
|
-
"uri": "bookmarkLink/40",
|
|
10
|
-
"srcId": 1,
|
|
11
|
-
"srcType": "user",
|
|
12
|
-
"targetId": 6,
|
|
13
|
-
"targetType": "mpMedia",
|
|
14
|
-
"mainType": "link",
|
|
15
|
-
"value": null,
|
|
16
|
-
"_cssColor": "#76b9f2",
|
|
17
|
-
"_cssClass": "star",
|
|
18
|
-
"_src": {
|
|
19
|
-
"id": 1,
|
|
20
|
-
"type": "user",
|
|
21
|
-
"mainType": "user",
|
|
22
|
-
"_cssColor": "#a4acaf",
|
|
23
|
-
"_cssClass": "user",
|
|
24
|
-
"uri": "user/1",
|
|
25
|
-
"title": "Maxime.Dupont",
|
|
26
|
-
"_url": "/user/1",
|
|
27
|
-
"firstname": "Maxime",
|
|
28
|
-
"lastname": "Dupont",
|
|
29
|
-
"company": "",
|
|
30
|
-
"mail": "<a href=\"mailto:maxime.dupont@jamespot.com\" class=\"\" >maxime.dupont@jamespot.com</a>",
|
|
31
|
-
"_values": {
|
|
32
|
-
"firstname": "Maxime",
|
|
33
|
-
"lastname": "Dupont",
|
|
34
|
-
"company": "",
|
|
35
|
-
"mail": "maxime.dupont@jamespot.com",
|
|
36
|
-
"dateCreation": "2021-07-12 10:56:16",
|
|
37
|
-
"dateModified": "2021-07-12 10:56:16"
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
"_target": {
|
|
41
|
-
"id": 6,
|
|
42
|
-
"type": "mpMedia",
|
|
43
|
-
"uri": "mpMedia/6",
|
|
44
|
-
"mainType": "article",
|
|
45
|
-
"_cssColor": "#529b60",
|
|
46
|
-
"_cssClass": "article",
|
|
47
|
-
"title": "",
|
|
48
|
-
"_url": "/article/6",
|
|
49
|
-
"_values": {
|
|
50
|
-
"dateCreation": "2021-09-15 16:38:58",
|
|
51
|
-
"dateModified": "2021-09-15 16:38:58"
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
"bookmarkOrder": -1,
|
|
55
|
-
"bookmarkLabel": null,
|
|
56
|
-
"bookmarkUrl": null,
|
|
57
|
-
"bookmarkMeta": null,
|
|
58
|
-
"_values": {
|
|
59
|
-
"dateCreation": "2021-10-28 10:04:55",
|
|
60
|
-
"dateModified": "2021-10-28 10:04:55"
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|