jamespot-user-api 1.0.104 → 1.0.105
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/JCommunityApi.html +1 -1
- package/documentation/classes/JDiapazoneApi.html +1 -1
- package/documentation/classes/JFileApi.html +5 -5
- package/documentation/classes/JFilebankApi.html +1 -1
- package/documentation/classes/JGroupApi.html +7 -7
- package/documentation/classes/JLandApi.html +1 -1
- package/documentation/classes/JMessengerApi.html +1 -1
- package/documentation/classes/JSearchApi.html +6 -6
- package/documentation/classes/JShareApi.html +1 -1
- package/documentation/classes/JTaxonomyApi.html +2 -2
- package/documentation/classes/JUserApi.html +4 -4
- package/documentation/classes/JWedocApi.html +1 -1
- package/documentation/classes/JamespotUserApi.html +1 -1
- package/documentation/classes/Network.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/ApiError.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 +6 -6
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/src/apis/drive/drive.d.ts +20 -0
- package/lib/src/apis/drive/drive.mock.d.ts +4 -0
- package/lib/src/apis/jamespotUserApi.d.ts +2 -0
- package/lib/src/types/drive.d.ts +27 -0
- package/lib/src/types/index.d.ts +1 -0
- package/lib/src/types/user.d.ts +1 -0
- package/lib/src/types/utils.d.ts +0 -1
- package/lib/src/util/Test.d.ts +2 -1
- package/package.json +1 -1
- package/phpunitMock/articleCount-mpArticle.json +1 -1
- package/phpunitMock/articleCreate-mpArticle-little.json +9 -6
- package/phpunitMock/articleGet-mpArticle-list.json +4 -4
- package/phpunitMock/articleUpdate-mpArticleView.json +7 -7
- package/phpunitMock/autocompleteAudience-u.json +42 -0
- package/phpunitMock/autocompleteTaxonomy-default.json +2 -2
- package/phpunitMock/licenseManagerAssignLicense-default.json +1 -7
- package/phpunitMock/licenseManagerCountLicensesNotAssigned-count.json +7 -15
- package/phpunitMock/licenseManagerGetLicensesAssigned-default.json +48 -48
- package/phpunitMock/licenseManagerUnassignLicense-default.json +1 -7
- package/phpunitMock/objectListJamespotArticleList-mpArticle-little.json +1 -109
- package/phpunitMock/objectListJamespotUserMap-default.json +1 -11
- package/phpunitMock/objectListMediaLibraryGetUnclassifiedFiles-default.json +7 -13
- package/phpunitMock/objectListTaxonomyConcept-default.json +16 -16
- package/phpunitMock/objectListTaxonomyHierarchyConcept-default.json +2 -2
- package/phpunitMock/searchGetConfig-default.json +4 -3
- package/phpunitMock/searchProposition-gro.json +34 -0
- package/phpunitMock/searchQuery-admin.json +4 -3
- package/phpunitMock/supportConfiguration-configuration.json +51 -0
- package/phpunitMock/taxonomyCreate-default.json +6 -6
- package/phpunitMock/taxonomyList-default.json +95 -17
- package/phpunitMock/userDirectoryConfiguration-default.json +3 -1
- package/phpunitMock/userGet-rawView.json +5 -3
|
@@ -12,15 +12,16 @@
|
|
|
12
12
|
"mainType": "user",
|
|
13
13
|
"type": "user",
|
|
14
14
|
"uri": "user/1",
|
|
15
|
+
"dateCreation": "2019-03-26 16:29:33",
|
|
16
|
+
"dateModified": "2023-05-29 17:37:38",
|
|
15
17
|
"title": "AdminJenkins",
|
|
16
18
|
"_url": "/user/1",
|
|
17
|
-
"dateCreation": "2019-03-26 16:29:33",
|
|
18
|
-
"dateModified": "2019-07-19 09:39:23",
|
|
19
19
|
"level": 9,
|
|
20
20
|
"firstname": "Admin",
|
|
21
21
|
"lastname": "Jenkins",
|
|
22
22
|
"company": "",
|
|
23
|
-
"mail": "admin.jenkins@jamespot.com"
|
|
23
|
+
"mail": "admin.jenkins@jamespot.com",
|
|
24
|
+
"active": 1
|
|
24
25
|
}
|
|
25
26
|
],
|
|
26
27
|
"categories": [
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "support",
|
|
3
|
+
"f": "configuration",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": {
|
|
7
|
+
"fieldStatus": {
|
|
8
|
+
"name": "supportStatus",
|
|
9
|
+
"widget": {
|
|
10
|
+
"type": "select",
|
|
11
|
+
"infos": [],
|
|
12
|
+
"params": {
|
|
13
|
+
"class": "w250p",
|
|
14
|
+
"explain": "1",
|
|
15
|
+
"explain-btn-style": "1",
|
|
16
|
+
"explain-btn-style-0": "background-color:#e3e3e3;color:#000000",
|
|
17
|
+
"explain-btn-style-100": "background-color:#3ec3ef;color:#ffffff",
|
|
18
|
+
"explain-btn-style-150": "background-color:#f89406;color:#ffffff",
|
|
19
|
+
"explain-btn-style-200": "background-color:#4dbf96;color:#ffffff",
|
|
20
|
+
"explain-btn-style-400": "background-color:#000;color:#ffffff"
|
|
21
|
+
},
|
|
22
|
+
"options": {
|
|
23
|
+
"0": "SUPPORT_In_Progress",
|
|
24
|
+
"100": "SUPPORT_In_Work",
|
|
25
|
+
"150": "SUPPORT_Pending_Information",
|
|
26
|
+
"200": "SUPPORT_Success",
|
|
27
|
+
"400": "SUPPORT_Close"
|
|
28
|
+
},
|
|
29
|
+
"typeFile": null,
|
|
30
|
+
"format": null,
|
|
31
|
+
"multiple": false
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"fieldType": {
|
|
35
|
+
"name": "supportType",
|
|
36
|
+
"widget": {
|
|
37
|
+
"type": "select",
|
|
38
|
+
"infos": [],
|
|
39
|
+
"params": [],
|
|
40
|
+
"options": {
|
|
41
|
+
"functional": "SUPPORT_Functional",
|
|
42
|
+
"problem": "SUPPORT_Problem",
|
|
43
|
+
"evolution": "SUPPORT_Evolution"
|
|
44
|
+
},
|
|
45
|
+
"typeFile": null,
|
|
46
|
+
"format": null,
|
|
47
|
+
"multiple": false
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
"error": 0,
|
|
5
5
|
"messages": [{ "code": 200, "msg": "Enregistrement r\u00e9ussi" }],
|
|
6
6
|
"result": {
|
|
7
|
-
"id":
|
|
7
|
+
"id": 8,
|
|
8
8
|
"type": "taxonomyClose",
|
|
9
9
|
"title": "test",
|
|
10
|
-
"dateCreation": "
|
|
10
|
+
"dateCreation": "29/05/2023 17:41:24",
|
|
11
11
|
"mainTypes": [],
|
|
12
12
|
"types": null,
|
|
13
13
|
"mandatory": null,
|
|
14
14
|
"public": null,
|
|
15
15
|
"wallFilter": null,
|
|
16
16
|
"jamespot": "",
|
|
17
|
-
"uri": "taxonomyClose/
|
|
17
|
+
"uri": "taxonomyClose/8",
|
|
18
18
|
"mainType": "taxonomy",
|
|
19
19
|
"_cssColor": "#76b9f2",
|
|
20
20
|
"_cssClass": "article",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"_values": {
|
|
32
32
|
"type": "taxonomyClose",
|
|
33
33
|
"title": "test",
|
|
34
|
-
"dateCreation": "2023-
|
|
34
|
+
"dateCreation": "2023-05-29 17:41:24",
|
|
35
35
|
"mainTypes": null,
|
|
36
36
|
"types": null,
|
|
37
37
|
"mandatory": null,
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"wallFilter": null,
|
|
40
40
|
"jamespot": null
|
|
41
41
|
},
|
|
42
|
-
"_timezone": { "dateCreation": "2023-
|
|
43
|
-
"_url": "/taxonomy/
|
|
42
|
+
"_timezone": { "dateCreation": "2023-05-29 17:41:24" },
|
|
43
|
+
"_url": "/taxonomy/8"
|
|
44
44
|
}
|
|
45
45
|
}
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"id": 3,
|
|
87
87
|
"type": "taxonomyOpen",
|
|
88
88
|
"title": "Mots-cl\u00e9s FAQ",
|
|
89
|
-
"dateCreation": "
|
|
89
|
+
"dateCreation": "29/05/2023 17:32:16",
|
|
90
90
|
"mainTypes": [],
|
|
91
91
|
"types": null,
|
|
92
92
|
"mandatory": null,
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"_values": {
|
|
111
111
|
"type": "taxonomyOpen",
|
|
112
112
|
"title": "FAQ_Custom_Taxonomy",
|
|
113
|
-
"dateCreation": "2023-
|
|
113
|
+
"dateCreation": "2023-05-29 17:32:16",
|
|
114
114
|
"mainTypes": null,
|
|
115
115
|
"types": ["faqItem"],
|
|
116
116
|
"mandatory": null,
|
|
@@ -118,21 +118,99 @@
|
|
|
118
118
|
"wallFilter": null,
|
|
119
119
|
"jamespot": "1"
|
|
120
120
|
},
|
|
121
|
-
"_timezone": { "dateCreation": "2023-
|
|
121
|
+
"_timezone": { "dateCreation": "2023-05-29 17:32:16" },
|
|
122
122
|
"_url": "/taxonomy/3"
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
|
-
"id":
|
|
125
|
+
"id": 5,
|
|
126
|
+
"type": "taxonomyClose",
|
|
127
|
+
"title": "Gestion des r\u00e9servations",
|
|
128
|
+
"dateCreation": "29/05/2023 17:38:54",
|
|
129
|
+
"mainTypes": [],
|
|
130
|
+
"types": null,
|
|
131
|
+
"mandatory": null,
|
|
132
|
+
"public": null,
|
|
133
|
+
"wallFilter": null,
|
|
134
|
+
"jamespot": "1",
|
|
135
|
+
"uri": "taxonomyClose/5",
|
|
136
|
+
"mainType": "taxonomy",
|
|
137
|
+
"_cssColor": "#76b9f2",
|
|
138
|
+
"_cssClass": "article",
|
|
139
|
+
"_right": {
|
|
140
|
+
"create": true,
|
|
141
|
+
"read": true,
|
|
142
|
+
"publish": true,
|
|
143
|
+
"administrate": true,
|
|
144
|
+
"update": true,
|
|
145
|
+
"delete": true,
|
|
146
|
+
"comment": true,
|
|
147
|
+
"member": true
|
|
148
|
+
},
|
|
149
|
+
"_values": {
|
|
150
|
+
"type": "taxonomyClose",
|
|
151
|
+
"title": "TAXONOMY_Asset_Reservation_Equipment",
|
|
152
|
+
"dateCreation": "2023-05-29 17:38:54",
|
|
153
|
+
"mainTypes": null,
|
|
154
|
+
"types": [],
|
|
155
|
+
"mandatory": null,
|
|
156
|
+
"public": null,
|
|
157
|
+
"wallFilter": null,
|
|
158
|
+
"jamespot": "1"
|
|
159
|
+
},
|
|
160
|
+
"_timezone": { "dateCreation": "2023-05-29 17:38:54" },
|
|
161
|
+
"_url": "/taxonomy/5"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"id": 6,
|
|
165
|
+
"type": "taxonomyClose",
|
|
166
|
+
"title": "Secteur",
|
|
167
|
+
"dateCreation": "29/05/2023 17:41:00",
|
|
168
|
+
"mainTypes": [],
|
|
169
|
+
"types": null,
|
|
170
|
+
"mandatory": null,
|
|
171
|
+
"public": null,
|
|
172
|
+
"wallFilter": null,
|
|
173
|
+
"jamespot": "1",
|
|
174
|
+
"uri": "taxonomyClose/6",
|
|
175
|
+
"mainType": "taxonomy",
|
|
176
|
+
"_cssColor": "#76b9f2",
|
|
177
|
+
"_cssClass": "article",
|
|
178
|
+
"_right": {
|
|
179
|
+
"create": true,
|
|
180
|
+
"read": true,
|
|
181
|
+
"publish": true,
|
|
182
|
+
"administrate": true,
|
|
183
|
+
"update": true,
|
|
184
|
+
"delete": true,
|
|
185
|
+
"comment": true,
|
|
186
|
+
"member": true
|
|
187
|
+
},
|
|
188
|
+
"_values": {
|
|
189
|
+
"type": "taxonomyClose",
|
|
190
|
+
"title": "TAXONOMY_businessNetworking_Business_Line",
|
|
191
|
+
"dateCreation": "2023-05-29 17:41:00",
|
|
192
|
+
"mainTypes": null,
|
|
193
|
+
"types": [],
|
|
194
|
+
"mandatory": null,
|
|
195
|
+
"public": null,
|
|
196
|
+
"wallFilter": null,
|
|
197
|
+
"jamespot": "1"
|
|
198
|
+
},
|
|
199
|
+
"_timezone": { "dateCreation": "2023-05-29 17:41:00" },
|
|
200
|
+
"_url": "/taxonomy/6"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"id": 7,
|
|
126
204
|
"type": "taxonomyOpen",
|
|
127
205
|
"title": "taxonomyTitle for taxonomyHookTest",
|
|
128
|
-
"dateCreation": "
|
|
206
|
+
"dateCreation": "29/05/2023 17:41:24",
|
|
129
207
|
"mainTypes": [],
|
|
130
208
|
"types": null,
|
|
131
209
|
"mandatory": null,
|
|
132
|
-
"public":
|
|
210
|
+
"public": "Oui",
|
|
133
211
|
"wallFilter": null,
|
|
134
212
|
"jamespot": "",
|
|
135
|
-
"uri": "taxonomyOpen/
|
|
213
|
+
"uri": "taxonomyOpen/7",
|
|
136
214
|
"mainType": "taxonomy",
|
|
137
215
|
"_cssColor": "#76b9f2",
|
|
138
216
|
"_cssClass": "article",
|
|
@@ -149,29 +227,29 @@
|
|
|
149
227
|
"_values": {
|
|
150
228
|
"type": "taxonomyOpen",
|
|
151
229
|
"title": "taxonomyTitle for taxonomyHookTest",
|
|
152
|
-
"dateCreation": "2023-
|
|
230
|
+
"dateCreation": "2023-05-29 17:41:24",
|
|
153
231
|
"mainTypes": null,
|
|
154
232
|
"types": [],
|
|
155
233
|
"mandatory": null,
|
|
156
|
-
"public":
|
|
234
|
+
"public": "1",
|
|
157
235
|
"wallFilter": null,
|
|
158
236
|
"jamespot": null
|
|
159
237
|
},
|
|
160
|
-
"_timezone": { "dateCreation": "2023-
|
|
161
|
-
"_url": "/taxonomy/
|
|
238
|
+
"_timezone": { "dateCreation": "2023-05-29 17:41:24" },
|
|
239
|
+
"_url": "/taxonomy/7"
|
|
162
240
|
},
|
|
163
241
|
{
|
|
164
|
-
"id":
|
|
242
|
+
"id": 8,
|
|
165
243
|
"type": "taxonomyClose",
|
|
166
244
|
"title": "test",
|
|
167
|
-
"dateCreation": "
|
|
245
|
+
"dateCreation": "29/05/2023 17:41:24",
|
|
168
246
|
"mainTypes": [],
|
|
169
247
|
"types": null,
|
|
170
248
|
"mandatory": null,
|
|
171
249
|
"public": null,
|
|
172
250
|
"wallFilter": null,
|
|
173
251
|
"jamespot": "",
|
|
174
|
-
"uri": "taxonomyClose/
|
|
252
|
+
"uri": "taxonomyClose/8",
|
|
175
253
|
"mainType": "taxonomy",
|
|
176
254
|
"_cssColor": "#76b9f2",
|
|
177
255
|
"_cssClass": "article",
|
|
@@ -188,7 +266,7 @@
|
|
|
188
266
|
"_values": {
|
|
189
267
|
"type": "taxonomyClose",
|
|
190
268
|
"title": "test",
|
|
191
|
-
"dateCreation": "2023-
|
|
269
|
+
"dateCreation": "2023-05-29 17:41:24",
|
|
192
270
|
"mainTypes": null,
|
|
193
271
|
"types": null,
|
|
194
272
|
"mandatory": null,
|
|
@@ -196,8 +274,8 @@
|
|
|
196
274
|
"wallFilter": null,
|
|
197
275
|
"jamespot": null
|
|
198
276
|
},
|
|
199
|
-
"_timezone": { "dateCreation": "2023-
|
|
200
|
-
"_url": "/taxonomy/
|
|
277
|
+
"_timezone": { "dateCreation": "2023-05-29 17:41:24" },
|
|
278
|
+
"_url": "/taxonomy/8"
|
|
201
279
|
}
|
|
202
280
|
]
|
|
203
281
|
}
|
|
@@ -19,6 +19,8 @@
|
|
|
19
19
|
"function",
|
|
20
20
|
"department",
|
|
21
21
|
"country",
|
|
22
|
+
"timeZone",
|
|
23
|
+
"language",
|
|
22
24
|
"description",
|
|
23
25
|
"webSite",
|
|
24
26
|
"mail"
|
|
@@ -29,6 +31,6 @@
|
|
|
29
31
|
{ "name": "firstname", "type": "text" },
|
|
30
32
|
{ "name": "lastname", "type": "text" }
|
|
31
33
|
],
|
|
32
|
-
"userGeoloc":
|
|
34
|
+
"userGeoloc": false
|
|
33
35
|
}
|
|
34
36
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"type": "user",
|
|
10
10
|
"uri": "user/6",
|
|
11
11
|
"dateCreation": "2019-07-09 15:49:06",
|
|
12
|
-
"dateModified": "
|
|
12
|
+
"dateModified": "2023-05-29 17:37:34",
|
|
13
13
|
"title": "User1",
|
|
14
14
|
"_url": "/user/6",
|
|
15
15
|
"level": 5,
|
|
@@ -17,13 +17,15 @@
|
|
|
17
17
|
"lastname": "User",
|
|
18
18
|
"company": "",
|
|
19
19
|
"mail": "user1@jamespot.com",
|
|
20
|
+
"active": 1,
|
|
20
21
|
"phoneNumber": "",
|
|
21
22
|
"mobileNumber": "",
|
|
22
23
|
"function": "",
|
|
23
24
|
"department": "",
|
|
24
25
|
"country": "",
|
|
26
|
+
"timeZone": "Europe/Paris",
|
|
27
|
+
"language": "fr",
|
|
25
28
|
"description": "",
|
|
26
|
-
"webSite": ""
|
|
27
|
-
"dateOfBirth": null
|
|
29
|
+
"webSite": ""
|
|
28
30
|
}
|
|
29
31
|
}
|