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
package/lib/src/types/index.d.ts
CHANGED
package/lib/src/types/user.d.ts
CHANGED
package/lib/src/types/utils.d.ts
CHANGED
package/lib/src/util/Test.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { JamespotUserApi } from '../apis';
|
|
2
|
-
import { ApiDefaultWrapper, PagingResults, jArticleLittle, jObjectAutocomplete, jObjectList } from '../types';
|
|
2
|
+
import { ApiDefaultWrapper, PagingResults, jArticleLittle, jObjectAutocomplete, jObjectList, jUserList } from '../types';
|
|
3
3
|
import { Network } from './network';
|
|
4
4
|
export declare const network: Network;
|
|
5
5
|
export declare const jApi: JamespotUserApi;
|
|
@@ -26,4 +26,5 @@ export declare const validateObjectIsFormatLittle: <T extends {
|
|
|
26
26
|
_url: string;
|
|
27
27
|
}>(object: T) => boolean;
|
|
28
28
|
export declare const validateObjectIsFormatList: <T extends jObjectList = jObjectList>(object: T) => boolean;
|
|
29
|
+
export declare const validateUserIsFormatList: <T extends jUserList = jUserList>(object: T) => boolean;
|
|
29
30
|
export declare const validateObjectIsFormatAutocomplete: <T extends jObjectAutocomplete = jObjectAutocomplete>(object: T) => boolean;
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{ "o": "article", "f": "count", "error": 0, "messages": [], "result":
|
|
1
|
+
{ "o": "article", "f": "count", "error": 0, "messages": [], "result": 4 }
|
|
@@ -2,17 +2,20 @@
|
|
|
2
2
|
"o": "article",
|
|
3
3
|
"f": "create",
|
|
4
4
|
"error": 0,
|
|
5
|
-
"messages": [
|
|
5
|
+
"messages": [
|
|
6
|
+
{ "code": 200, "msg": "Enregistrement r\u00e9ussi" },
|
|
7
|
+
{ "code": 400, "msg": "Message non envoy\u00e9 (configuration Mail)." }
|
|
8
|
+
],
|
|
6
9
|
"result": [
|
|
7
10
|
{
|
|
8
|
-
"id":
|
|
11
|
+
"id": 167,
|
|
9
12
|
"mainType": "article",
|
|
10
13
|
"type": "mpArticle",
|
|
11
|
-
"uri": "mpArticle/
|
|
14
|
+
"uri": "mpArticle/167",
|
|
15
|
+
"dateCreation": "2023-05-29 17:37:14",
|
|
16
|
+
"dateModified": "2023-05-29 17:37:14",
|
|
12
17
|
"title": "Article for testArticleCreate",
|
|
13
|
-
"_url": "/article/
|
|
14
|
-
"dateCreation": "2023-04-11 14:53:51",
|
|
15
|
-
"dateModified": "2023-04-11 14:53:51"
|
|
18
|
+
"_url": "/article/167"
|
|
16
19
|
}
|
|
17
20
|
]
|
|
18
21
|
}
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
"mainType": "article",
|
|
9
9
|
"type": "mpArticle",
|
|
10
10
|
"uri": "mpArticle/2",
|
|
11
|
-
"title": "Article groupe public",
|
|
12
|
-
"_url": "/article/2",
|
|
13
11
|
"dateCreation": "2019-07-19 09:36:25",
|
|
14
12
|
"dateModified": "2019-07-19 09:36:25",
|
|
13
|
+
"title": "Article groupe public",
|
|
14
|
+
"_url": "/article/2",
|
|
15
15
|
"_right": {
|
|
16
16
|
"create": true,
|
|
17
17
|
"read": true,
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"mainType": "user",
|
|
29
29
|
"type": "user",
|
|
30
30
|
"uri": "user/1",
|
|
31
|
+
"dateCreation": "2019-03-26 16:29:33",
|
|
32
|
+
"dateModified": "2023-05-29 17:35:50",
|
|
31
33
|
"title": "AdminJenkins",
|
|
32
34
|
"_url": "/user/1",
|
|
33
|
-
"dateCreation": "2019-03-26 16:29:33",
|
|
34
|
-
"dateModified": "2019-07-19 09:39:23",
|
|
35
35
|
"level": 9
|
|
36
36
|
},
|
|
37
37
|
"_nbAttachedFiles": 0
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
"error": 0,
|
|
5
5
|
"messages": [{ "code": 200, "msg": "Enregistrement r\u00e9ussi" }],
|
|
6
6
|
"result": {
|
|
7
|
-
"id":
|
|
7
|
+
"id": 174,
|
|
8
8
|
"mainType": "article",
|
|
9
9
|
"type": "mpArticle",
|
|
10
|
-
"uri": "mpArticle/
|
|
10
|
+
"uri": "mpArticle/174",
|
|
11
|
+
"dateCreation": "2023-05-29 17:37:17",
|
|
12
|
+
"dateModified": "2023-05-29 17:37:17",
|
|
11
13
|
"title": "New Title for testArticleUpdate",
|
|
12
|
-
"_url": "/article/
|
|
13
|
-
"dateCreation": "2023-04-11 15:34:46",
|
|
14
|
-
"dateModified": "2023-04-11 15:34:46",
|
|
14
|
+
"_url": "/article/174",
|
|
15
15
|
"_right": {
|
|
16
16
|
"create": true,
|
|
17
17
|
"read": true,
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"mainType": "user",
|
|
29
29
|
"type": "user",
|
|
30
30
|
"uri": "user/4",
|
|
31
|
-
"title": "Admin1",
|
|
32
|
-
"_url": "/user/4",
|
|
33
31
|
"dateCreation": "2019-07-09 15:48:26",
|
|
34
32
|
"dateModified": "2019-07-09 15:51:24",
|
|
33
|
+
"title": "Admin1",
|
|
34
|
+
"_url": "/user/4",
|
|
35
35
|
"level": 9
|
|
36
36
|
},
|
|
37
37
|
"processContext": null
|
|
@@ -59,6 +59,48 @@
|
|
|
59
59
|
"cssClass": "group",
|
|
60
60
|
"cssColor": "#e34d55",
|
|
61
61
|
"class": "user-selector-spot"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"id": "spot/22",
|
|
65
|
+
"idspot": "22",
|
|
66
|
+
"uri": "spot/22",
|
|
67
|
+
"shortUri": "s22",
|
|
68
|
+
"title": "Groupe test A",
|
|
69
|
+
"name": "Groupe test A",
|
|
70
|
+
"mainType": "spot",
|
|
71
|
+
"type": "spot",
|
|
72
|
+
"label": "Groupe",
|
|
73
|
+
"cssClass": "group",
|
|
74
|
+
"cssColor": "#e34d55",
|
|
75
|
+
"class": "user-selector-spot"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"id": "spot/5",
|
|
79
|
+
"idspot": "5",
|
|
80
|
+
"uri": "spot/5",
|
|
81
|
+
"shortUri": "s5",
|
|
82
|
+
"title": "Spot 1 [updated]",
|
|
83
|
+
"name": "Spot 1 [updated]",
|
|
84
|
+
"mainType": "spot",
|
|
85
|
+
"type": "spot",
|
|
86
|
+
"label": "Groupe",
|
|
87
|
+
"cssClass": "group",
|
|
88
|
+
"cssColor": "#e34d55",
|
|
89
|
+
"class": "user-selector-spot"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"id": "spot/6",
|
|
93
|
+
"idspot": "6",
|
|
94
|
+
"uri": "spot/6",
|
|
95
|
+
"shortUri": "s6",
|
|
96
|
+
"title": "Spot 2 [updated]",
|
|
97
|
+
"name": "Spot 2 [updated]",
|
|
98
|
+
"mainType": "spot",
|
|
99
|
+
"type": "spot",
|
|
100
|
+
"label": "Groupe",
|
|
101
|
+
"cssClass": "group",
|
|
102
|
+
"cssColor": "#e34d55",
|
|
103
|
+
"class": "user-selector-spot"
|
|
62
104
|
}
|
|
63
105
|
]
|
|
64
106
|
}
|
|
@@ -1,15 +1,7 @@
|
|
|
1
|
-
{
|
|
2
|
-
"o": "licenseManager",
|
|
3
|
-
"f": "countLicensesNotAssigned",
|
|
4
|
-
"error": 0,
|
|
5
|
-
"messages": [],
|
|
6
|
-
"result": {
|
|
7
|
-
|
|
8
|
-
"JLO2": 0,
|
|
9
|
-
"JLO3": 0,
|
|
10
|
-
"JLO5": 0,
|
|
11
|
-
"JLMO2": 0,
|
|
12
|
-
"JLV3": 1,
|
|
13
|
-
"JLC3": 0
|
|
14
|
-
}
|
|
15
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"o": "licenseManager",
|
|
3
|
+
"f": "countLicensesNotAssigned",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": { "JLO1": 0, "JLO2": 0, "JLO3": 0, "JLO5": 0, "JLMO2": 0, "JLV3": 1, "JLC3": 0 }
|
|
7
|
+
}
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
{
|
|
2
|
-
"o": "licenseManager",
|
|
3
|
-
"f": "getLicensesAssigned",
|
|
4
|
-
"error": 0,
|
|
5
|
-
"messages": [],
|
|
6
|
-
"result": [
|
|
7
|
-
{
|
|
8
|
-
"id":
|
|
9
|
-
"kind": "capacity-JLO1",
|
|
10
|
-
"dateCreation": "2023-
|
|
11
|
-
"idFeature":
|
|
12
|
-
"uri": "jlandmap/
|
|
13
|
-
"contentId":
|
|
14
|
-
"contentType": "jlandmap",
|
|
15
|
-
"status": 0
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"id": 6,
|
|
19
|
-
"kind": "capacity-JLO3",
|
|
20
|
-
"dateCreation": "2023-
|
|
21
|
-
"idFeature":
|
|
22
|
-
"uri": "jlandmap/
|
|
23
|
-
"contentId":
|
|
24
|
-
"contentType": "jlandmap",
|
|
25
|
-
"status": 0
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"id": 7,
|
|
29
|
-
"kind": "capacity-JLO5",
|
|
30
|
-
"dateCreation": "2023-
|
|
31
|
-
"idFeature":
|
|
32
|
-
"uri": "jlandmap/
|
|
33
|
-
"contentId":
|
|
34
|
-
"contentType": "jlandmap",
|
|
35
|
-
"status": 0
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"id": 8,
|
|
39
|
-
"kind": "capacity-JLO5",
|
|
40
|
-
"dateCreation": "2023-
|
|
41
|
-
"idFeature":
|
|
42
|
-
"uri": "jlandmap/
|
|
43
|
-
"contentId":
|
|
44
|
-
"contentType": "jlandmap",
|
|
45
|
-
"status": 0
|
|
46
|
-
}
|
|
47
|
-
]
|
|
48
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"o": "licenseManager",
|
|
3
|
+
"f": "getLicensesAssigned",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": [
|
|
7
|
+
{
|
|
8
|
+
"id": 2,
|
|
9
|
+
"kind": "capacity-JLO1",
|
|
10
|
+
"dateCreation": "2023-05-29 17:37:33",
|
|
11
|
+
"idFeature": 5,
|
|
12
|
+
"uri": "jlandmap/190",
|
|
13
|
+
"contentId": 190,
|
|
14
|
+
"contentType": "jlandmap",
|
|
15
|
+
"status": 0
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"id": 6,
|
|
19
|
+
"kind": "capacity-JLO3",
|
|
20
|
+
"dateCreation": "2023-05-29 17:37:34",
|
|
21
|
+
"idFeature": 8,
|
|
22
|
+
"uri": "jlandmap/192",
|
|
23
|
+
"contentId": 192,
|
|
24
|
+
"contentType": "jlandmap",
|
|
25
|
+
"status": 0
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"id": 7,
|
|
29
|
+
"kind": "capacity-JLO5",
|
|
30
|
+
"dateCreation": "2023-05-29 17:37:34",
|
|
31
|
+
"idFeature": 9,
|
|
32
|
+
"uri": "jlandmap/193",
|
|
33
|
+
"contentId": 193,
|
|
34
|
+
"contentType": "jlandmap",
|
|
35
|
+
"status": 0
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": 8,
|
|
39
|
+
"kind": "capacity-JLO5",
|
|
40
|
+
"dateCreation": "2023-05-29 17:37:34",
|
|
41
|
+
"idFeature": 9,
|
|
42
|
+
"uri": "jlandmap/194",
|
|
43
|
+
"contentId": 194,
|
|
44
|
+
"contentType": "jlandmap",
|
|
45
|
+
"status": 0
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
}
|
|
@@ -3,113 +3,5 @@
|
|
|
3
3
|
"f": "jamespotArticleList",
|
|
4
4
|
"error": 0,
|
|
5
5
|
"messages": [],
|
|
6
|
-
"result": {
|
|
7
|
-
"limit": 50,
|
|
8
|
-
"page": 1,
|
|
9
|
-
"cnt": 10,
|
|
10
|
-
"data": [
|
|
11
|
-
{
|
|
12
|
-
"id": 36,
|
|
13
|
-
"mainType": "article",
|
|
14
|
-
"type": "OAuth2Application",
|
|
15
|
-
"uri": "OAuth2Application/36",
|
|
16
|
-
"title": "Jamespot OAuth App",
|
|
17
|
-
"_url": "/article/36",
|
|
18
|
-
"dateCreation": "2023-04-11 18:22:21",
|
|
19
|
-
"dateModified": "2023-04-11 18:05:15"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"id": 23,
|
|
23
|
-
"mainType": "article",
|
|
24
|
-
"type": "mpArticle",
|
|
25
|
-
"uri": "mpArticle/23",
|
|
26
|
-
"title": "Article for testObjectListArticleAudienceList",
|
|
27
|
-
"_url": "/article/23",
|
|
28
|
-
"dateCreation": "2023-04-11 17:58:40",
|
|
29
|
-
"dateModified": "2023-04-11 17:58:40"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"id": 20,
|
|
33
|
-
"mainType": "article",
|
|
34
|
-
"type": "mpArticle",
|
|
35
|
-
"uri": "mpArticle/20",
|
|
36
|
-
"title": "New Title for testArticleUpdate",
|
|
37
|
-
"_url": "/article/20",
|
|
38
|
-
"dateCreation": "2023-04-11 17:58:39",
|
|
39
|
-
"dateModified": "2023-04-11 17:58:39"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"id": 18,
|
|
43
|
-
"mainType": "article",
|
|
44
|
-
"type": "mpArticle",
|
|
45
|
-
"uri": "mpArticle/18",
|
|
46
|
-
"title": "title article link",
|
|
47
|
-
"_url": "/article/18",
|
|
48
|
-
"dateCreation": "2023-04-11 17:58:38",
|
|
49
|
-
"dateModified": "2023-04-11 17:58:38"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"id": 19,
|
|
53
|
-
"mainType": "article",
|
|
54
|
-
"type": "mpArticle",
|
|
55
|
-
"uri": "mpArticle/19",
|
|
56
|
-
"title": "title article link",
|
|
57
|
-
"_url": "/article/19",
|
|
58
|
-
"dateCreation": "2023-04-11 17:58:38",
|
|
59
|
-
"dateModified": "2023-04-11 17:58:38"
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"id": 16,
|
|
63
|
-
"mainType": "article",
|
|
64
|
-
"type": "mpArticle",
|
|
65
|
-
"uri": "mpArticle/16",
|
|
66
|
-
"title": "Article for testArticleGetComments",
|
|
67
|
-
"_url": "/article/16",
|
|
68
|
-
"dateCreation": "2023-04-11 17:58:37",
|
|
69
|
-
"dateModified": "2023-04-11 17:58:37"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"id": 17,
|
|
73
|
-
"mainType": "article",
|
|
74
|
-
"type": "mpArticle",
|
|
75
|
-
"uri": "mpArticle/17",
|
|
76
|
-
"title": "Article for testArticleUpdateComment",
|
|
77
|
-
"_url": "/article/17",
|
|
78
|
-
"dateCreation": "2023-04-11 17:58:37",
|
|
79
|
-
"dateModified": "2023-04-11 17:58:37"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"id": 15,
|
|
83
|
-
"mainType": "article",
|
|
84
|
-
"type": "mpArticle",
|
|
85
|
-
"uri": "mpArticle/15",
|
|
86
|
-
"title": "Article for testArticleAddComment",
|
|
87
|
-
"_url": "/article/15",
|
|
88
|
-
"dateCreation": "2023-04-11 17:58:36",
|
|
89
|
-
"dateModified": "2023-04-11 17:58:36"
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"id": 14,
|
|
93
|
-
"mainType": "article",
|
|
94
|
-
"type": "mpArticle",
|
|
95
|
-
"uri": "mpArticle/14",
|
|
96
|
-
"title": "title for testArticleGetPublic",
|
|
97
|
-
"_url": "/article/14",
|
|
98
|
-
"dateCreation": "2023-04-11 17:58:35",
|
|
99
|
-
"dateModified": "2023-04-11 17:58:35"
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"id": 2,
|
|
103
|
-
"mainType": "article",
|
|
104
|
-
"type": "mpArticle",
|
|
105
|
-
"uri": "mpArticle/2",
|
|
106
|
-
"title": "Article groupe public",
|
|
107
|
-
"_url": "/article/2",
|
|
108
|
-
"dateCreation": "2019-07-19 09:36:25",
|
|
109
|
-
"dateModified": "2019-07-19 09:36:25"
|
|
110
|
-
}
|
|
111
|
-
],
|
|
112
|
-
"facets": [],
|
|
113
|
-
"idQuery": 1681286231
|
|
114
|
-
}
|
|
6
|
+
"result": { "limit": 50, "page": 1, "cnt": 0, "data": [], "facets": [], "idQuery": 1685374420 }
|
|
115
7
|
}
|
|
@@ -3,15 +3,5 @@
|
|
|
3
3
|
"f": "UserMap",
|
|
4
4
|
"error": 0,
|
|
5
5
|
"messages": [],
|
|
6
|
-
"result": {
|
|
7
|
-
"limit": 50000,
|
|
8
|
-
"page": 1,
|
|
9
|
-
"cnt": 2,
|
|
10
|
-
"data": [
|
|
11
|
-
{ "idInType": 24, "lat": 48.721638, "lng": 2.465053 },
|
|
12
|
-
{ "idInType": 23, "lat": 48.85222, "lng": 2.426119 }
|
|
13
|
-
],
|
|
14
|
-
"facets": null,
|
|
15
|
-
"idQuery": 1681899943
|
|
16
|
-
}
|
|
6
|
+
"result": { "limit": 50000, "page": 1, "cnt": 0, "data": [], "facets": null, "idQuery": 1685374431 }
|
|
17
7
|
}
|
|
@@ -1,13 +1,7 @@
|
|
|
1
|
-
{
|
|
2
|
-
"o": "objectList",
|
|
3
|
-
"f": "MediaLibraryGetUnclassifiedFiles",
|
|
4
|
-
"error": 0,
|
|
5
|
-
"messages": [],
|
|
6
|
-
"result": {
|
|
7
|
-
|
|
8
|
-
"page": 1,
|
|
9
|
-
"cnt": 0,
|
|
10
|
-
"data": [],
|
|
11
|
-
"facets": null
|
|
12
|
-
}
|
|
13
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"o": "objectList",
|
|
3
|
+
"f": "MediaLibraryGetUnclassifiedFiles",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": { "limit": 0, "page": 1, "cnt": 0, "data": [], "facets": null }
|
|
7
|
+
}
|
|
@@ -9,15 +9,15 @@
|
|
|
9
9
|
"cnt": 2,
|
|
10
10
|
"data": [
|
|
11
11
|
{
|
|
12
|
-
"id":
|
|
12
|
+
"id": 3,
|
|
13
13
|
"type": "tagConcept",
|
|
14
14
|
"title": "tag 1",
|
|
15
|
-
"idTaxonomy": "
|
|
16
|
-
"dateCreation": "
|
|
15
|
+
"idTaxonomy": "8",
|
|
16
|
+
"dateCreation": "29/05/2023 17:41:26",
|
|
17
17
|
"terms": [],
|
|
18
18
|
"_label": "tag 1",
|
|
19
19
|
"_count": "0",
|
|
20
|
-
"uri": "tagConcept/
|
|
20
|
+
"uri": "tagConcept/3",
|
|
21
21
|
"mainType": "tagConcept",
|
|
22
22
|
"_cssColor": "#76b9f2",
|
|
23
23
|
"_cssClass": "article",
|
|
@@ -34,23 +34,23 @@
|
|
|
34
34
|
"_values": {
|
|
35
35
|
"type": "tagConcept",
|
|
36
36
|
"title": "tag 1",
|
|
37
|
-
"idTaxonomy": "
|
|
38
|
-
"dateCreation": "2023-
|
|
37
|
+
"idTaxonomy": "8",
|
|
38
|
+
"dateCreation": "2023-05-29 17:41:26",
|
|
39
39
|
"terms": null
|
|
40
40
|
},
|
|
41
|
-
"_timezone": { "dateCreation": "2023-
|
|
42
|
-
"_url": "/tagConcept/
|
|
41
|
+
"_timezone": { "dateCreation": "2023-05-29 17:41:26" },
|
|
42
|
+
"_url": "/tagConcept/3"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
-
"id":
|
|
45
|
+
"id": 4,
|
|
46
46
|
"type": "tagConcept",
|
|
47
47
|
"title": "tag 2",
|
|
48
|
-
"idTaxonomy": "
|
|
49
|
-
"dateCreation": "
|
|
48
|
+
"idTaxonomy": "8",
|
|
49
|
+
"dateCreation": "29/05/2023 17:41:26",
|
|
50
50
|
"terms": [],
|
|
51
51
|
"_label": "tag 2",
|
|
52
52
|
"_count": "0",
|
|
53
|
-
"uri": "tagConcept/
|
|
53
|
+
"uri": "tagConcept/4",
|
|
54
54
|
"mainType": "tagConcept",
|
|
55
55
|
"_cssColor": "#76b9f2",
|
|
56
56
|
"_cssClass": "article",
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
"_values": {
|
|
68
68
|
"type": "tagConcept",
|
|
69
69
|
"title": "tag 2",
|
|
70
|
-
"idTaxonomy": "
|
|
71
|
-
"dateCreation": "2023-
|
|
70
|
+
"idTaxonomy": "8",
|
|
71
|
+
"dateCreation": "2023-05-29 17:41:26",
|
|
72
72
|
"terms": null
|
|
73
73
|
},
|
|
74
|
-
"_timezone": { "dateCreation": "2023-
|
|
75
|
-
"_url": "/tagConcept/
|
|
74
|
+
"_timezone": { "dateCreation": "2023-05-29 17:41:26" },
|
|
75
|
+
"_url": "/tagConcept/4"
|
|
76
76
|
}
|
|
77
77
|
],
|
|
78
78
|
"facets": null
|
|
@@ -59,7 +59,8 @@
|
|
|
59
59
|
"value": "[* TO NOW/DAY-1YEAR]"
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
|
-
}
|
|
62
|
+
},
|
|
63
|
+
{ "field": "tag_4", "title": "languages", "facetType": "facet", "facetOptions": {} }
|
|
63
64
|
],
|
|
64
65
|
"mainType": "user",
|
|
65
66
|
"title": "Utilisateur",
|
|
@@ -68,7 +69,7 @@
|
|
|
68
69
|
{
|
|
69
70
|
"id": "spot",
|
|
70
71
|
"facets": [
|
|
71
|
-
{ "field": "type", "title": "Type", "facetType": "facet", "facetOptions": { "limit":
|
|
72
|
+
{ "field": "type", "title": "Type", "facetType": "facet", "facetOptions": { "limit": 27 } },
|
|
72
73
|
{
|
|
73
74
|
"field": "dateCreation",
|
|
74
75
|
"title": "Date",
|
|
@@ -103,7 +104,7 @@
|
|
|
103
104
|
"facets": [
|
|
104
105
|
{ "field": "__sec__", "title": "Audience", "facetType": "facet", "facetOptions": {} },
|
|
105
106
|
{ "field": "idUser", "title": "Auteur", "facetType": "facet", "facetOptions": {} },
|
|
106
|
-
{ "field": "type", "title": "Type", "facetType": "facet", "facetOptions": { "limit":
|
|
107
|
+
{ "field": "type", "title": "Type", "facetType": "facet", "facetOptions": { "limit": 27 } },
|
|
107
108
|
{ "field": "tags", "title": "Mots-cl\u00e9s", "facetType": "facet", "facetOptions": {} },
|
|
108
109
|
{
|
|
109
110
|
"field": "dateCreation",
|
|
@@ -53,6 +53,40 @@
|
|
|
53
53
|
"dateCreation": "2019-07-19 09:35:53",
|
|
54
54
|
"dateModified": "2019-07-19 09:35:53"
|
|
55
55
|
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"id": 22,
|
|
59
|
+
"type": "spot",
|
|
60
|
+
"uri": "spot/22",
|
|
61
|
+
"mainType": "spot",
|
|
62
|
+
"_cssColor": "#e34d55",
|
|
63
|
+
"_cssClass": "group",
|
|
64
|
+
"title": "Groupe test A",
|
|
65
|
+
"_url": "/group/22",
|
|
66
|
+
"_values": {
|
|
67
|
+
"privacy": 1,
|
|
68
|
+
"category": "1",
|
|
69
|
+
"dateCreation": "2023-05-29 17:37:03",
|
|
70
|
+
"dateModified": "2023-05-29 17:37:03"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"id": "article",
|
|
77
|
+
"title": "Contenu",
|
|
78
|
+
"showAll": true,
|
|
79
|
+
"results": [
|
|
80
|
+
{
|
|
81
|
+
"id": 6,
|
|
82
|
+
"type": "mpArticle",
|
|
83
|
+
"uri": "mpArticle/6",
|
|
84
|
+
"mainType": "article",
|
|
85
|
+
"_cssColor": "#529b60",
|
|
86
|
+
"_cssClass": "article",
|
|
87
|
+
"title": "Article groupe mod\u00e9r\u00e9",
|
|
88
|
+
"_url": "/article/6",
|
|
89
|
+
"_values": { "dateCreation": "2019-07-19 09:37:23", "dateModified": "2023-05-29 17:36:57" }
|
|
56
90
|
}
|
|
57
91
|
]
|
|
58
92
|
}
|