jamespot-user-api 1.0.99 → 1.0.101

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 (108) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminStoreApi.html +1 -1
  3. package/documentation/classes/JApplicationApi.html +14 -14
  4. package/documentation/classes/JArticleApi.html +1 -1
  5. package/documentation/classes/JAssetReservation.html +1 -1
  6. package/documentation/classes/JAudienceApi.html +1 -1
  7. package/documentation/classes/JBaseApi.html +1 -1
  8. package/documentation/classes/JBookmarkApi.html +1 -1
  9. package/documentation/classes/JCommunityApi.html +1 -1
  10. package/documentation/classes/JDiapazoneApi.html +1 -1
  11. package/documentation/classes/JFileApi.html +6 -6
  12. package/documentation/classes/JFilebankApi.html +1 -1
  13. package/documentation/classes/JGroupApi.html +9 -9
  14. package/documentation/classes/JLandApi.html +1 -1
  15. package/documentation/classes/JLicenseApi.html +7 -7
  16. package/documentation/classes/JMessengerApi.html +1 -1
  17. package/documentation/classes/JSearchApi.html +7 -7
  18. package/documentation/classes/JShareApi.html +1 -1
  19. package/documentation/classes/JTaxonomyApi.html +9 -0
  20. package/documentation/classes/JUserApi.html +4 -4
  21. package/documentation/classes/JWedocApi.html +1 -1
  22. package/documentation/classes/JamespotUserApi.html +1 -1
  23. package/documentation/classes/Network.html +1 -1
  24. package/documentation/classes/WindowBrowser.html +1 -1
  25. package/documentation/enums/StudioApplicationStatus.html +1 -1
  26. package/documentation/index.html +1 -1
  27. package/documentation/interfaces/AccessRightObject.html +1 -1
  28. package/documentation/interfaces/ApiDefaultWrapper.html +1 -0
  29. package/documentation/interfaces/ApiError.html +1 -1
  30. package/documentation/interfaces/ApiWrapper.html +1 -1
  31. package/documentation/interfaces/BaseAutocomplete.html +1 -1
  32. package/documentation/interfaces/BaseMessage.html +1 -1
  33. package/documentation/interfaces/Category.html +1 -1
  34. package/documentation/interfaces/FileBankProps.html +1 -1
  35. package/documentation/interfaces/FolderProps.html +1 -1
  36. package/documentation/interfaces/ListFilterSpec.html +1 -1
  37. package/documentation/interfaces/OF.html +1 -1
  38. package/documentation/interfaces/ObjectListProps.html +1 -1
  39. package/documentation/interfaces/PagingResults.html +1 -1
  40. package/documentation/interfaces/RootFolderProps.html +1 -1
  41. package/documentation/interfaces/SearchCategoryModel.html +1 -1
  42. package/documentation/interfaces/SearchCategoryValue.html +1 -1
  43. package/documentation/interfaces/SearchConfig.html +1 -1
  44. package/documentation/interfaces/SearchFacetModel.html +1 -1
  45. package/documentation/interfaces/SearchFacetValueModel.html +1 -1
  46. package/documentation/interfaces/SearchQuery.html +1 -1
  47. package/documentation/interfaces/SearchQueryFilterModel.html +1 -1
  48. package/documentation/interfaces/SearchQueryOption.html +1 -1
  49. package/documentation/interfaces/SearchQueryResult.html +1 -1
  50. package/documentation/interfaces/SearchQuerySortModel.html +1 -1
  51. package/documentation/interfaces/SearchResultCatProps.html +1 -1
  52. package/documentation/interfaces/SearchResultPropsApp.html +1 -1
  53. package/documentation/interfaces/SearchResultPropsObject.html +1 -1
  54. package/documentation/interfaces/SpotProps.html +1 -1
  55. package/documentation/interfaces/Taxonomy.html +1 -1
  56. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  57. package/documentation/interfaces/WindowInterface.html +1 -1
  58. package/documentation/modules.html +3 -3
  59. package/lib/jamespot-user-api.js +1 -1
  60. package/lib/jamespot-user-api.js.map +1 -1
  61. package/lib/src/apis/application/application.d.ts +6 -6
  62. package/lib/src/apis/article/article.d.ts +1 -0
  63. package/lib/src/apis/bookmark.d.ts +4 -7
  64. package/lib/src/apis/file.d.ts +6 -6
  65. package/lib/src/apis/filebank.d.ts +2 -3
  66. package/lib/src/apis/group.d.ts +7 -7
  67. package/lib/src/apis/index.d.ts +2 -2
  68. package/lib/src/apis/jamespotUserApi.d.ts +3 -3
  69. package/lib/src/apis/jland/jland.d.ts +1 -1
  70. package/lib/src/apis/mediaLibrary/mediaLibrary.d.ts +5 -0
  71. package/lib/src/apis/mediaLibrary/mediaLibrary.mock.d.ts +2 -0
  72. package/lib/src/apis/mediaLibrary/mediaLibrary.test.d.ts +1 -0
  73. package/lib/src/apis/taxonomy/index.d.ts +2 -0
  74. package/lib/src/apis/taxonomy/taxonomy.d.ts +21 -0
  75. package/lib/src/apis/taxonomy/taxonomy.mock.d.ts +8 -0
  76. package/lib/src/apis/taxonomy/taxonomy.test.d.ts +1 -0
  77. package/lib/src/apis/taxonomy/types.d.ts +115 -0
  78. package/lib/src/apis/{user.d.ts → user/user.d.ts} +18 -17
  79. package/lib/src/apis/user/user.mock.d.ts +9 -0
  80. package/lib/src/apis/user/user.test.d.ts +1 -0
  81. package/lib/src/types/autocomplete.d.ts +1 -0
  82. package/lib/src/types/index.d.ts +1 -1
  83. package/lib/src/types/mediaLibrary.d.ts +14 -0
  84. package/lib/src/types/model.d.ts +4 -2
  85. package/lib/src/types/user.d.ts +1 -0
  86. package/lib/src/types/utils.d.ts +13 -8
  87. package/lib/src/util/Test.d.ts +3 -2
  88. package/lib/src/util/network.d.ts +7 -7
  89. package/package.json +1 -1
  90. package/phpunitMock/autocompleteTaxonomy-default.json +21 -0
  91. package/phpunitMock/autocompleteUser-a.json +64 -0
  92. package/phpunitMock/objectListJamespotUserMap-default.json +17 -0
  93. package/phpunitMock/objectListJamespotUserQueryList-rawList.json +179 -0
  94. package/phpunitMock/objectListMediaLibraryGetUnclassifiedFiles-default.json +13 -0
  95. package/phpunitMock/objectListTaxonomyConcept-default.json +80 -0
  96. package/phpunitMock/objectListTaxonomyHierarchyConcept-default.json +27 -0
  97. package/phpunitMock/taxonomyCreate-default.json +45 -0
  98. package/phpunitMock/taxonomyList-default.json +203 -0
  99. package/phpunitMock/userAddContact-default.json +1 -0
  100. package/phpunitMock/userDirectoryConfiguration-default.json +34 -0
  101. package/phpunitMock/userGet-rawView.json +29 -0
  102. package/phpunitMock/userRemoveContact-default.json +1 -0
  103. package/documentation/classes/JConceptApi.html +0 -7
  104. package/lib/src/apis/concept.d.ts +0 -15
  105. package/lib/src/apis/taxonomy.d.ts +0 -9
  106. package/lib/src/types/concept.d.ts +0 -29
  107. package/lib/src/types/listWrapper.d.ts +0 -8
  108. package/lib/src/types/taxonomy.d.ts +0 -46
@@ -0,0 +1,64 @@
1
+ {
2
+ "o": "autocomplete",
3
+ "f": "user",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": [
7
+ {
8
+ "id": "user/4",
9
+ "uri": "user/4",
10
+ "shortUri": "u4",
11
+ "title": "Admin1",
12
+ "name": "Admin1",
13
+ "mainType": "user",
14
+ "type": "user",
15
+ "label": "Utilisateur",
16
+ "cssClass": "user",
17
+ "cssColor": "#a4acaf",
18
+ "class": "user-selector-user",
19
+ "Pseudo": "Admin1"
20
+ },
21
+ {
22
+ "id": "user/5",
23
+ "uri": "user/5",
24
+ "shortUri": "u5",
25
+ "title": "Admin2",
26
+ "name": "Admin2",
27
+ "mainType": "user",
28
+ "type": "user",
29
+ "label": "Utilisateur",
30
+ "cssClass": "user",
31
+ "cssColor": "#a4acaf",
32
+ "class": "user-selector-user",
33
+ "Pseudo": "Admin2"
34
+ },
35
+ {
36
+ "id": "user/1",
37
+ "uri": "user/1",
38
+ "shortUri": "u1",
39
+ "title": "AdminJenkins",
40
+ "name": "AdminJenkins",
41
+ "mainType": "user",
42
+ "type": "user",
43
+ "label": "Utilisateur",
44
+ "cssClass": "user",
45
+ "cssColor": "#a4acaf",
46
+ "class": "user-selector-user",
47
+ "Pseudo": "AdminJenkins"
48
+ },
49
+ {
50
+ "id": "user/2",
51
+ "uri": "user/2",
52
+ "shortUri": "u2",
53
+ "title": "Browser.Stack",
54
+ "name": "Browser.Stack",
55
+ "mainType": "user",
56
+ "type": "user",
57
+ "label": "Utilisateur",
58
+ "cssClass": "user",
59
+ "cssColor": "#a4acaf",
60
+ "class": "user-selector-user",
61
+ "Pseudo": "Browser.Stack"
62
+ }
63
+ ]
64
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "o": "ObjectListJamespot",
3
+ "f": "UserMap",
4
+ "error": 0,
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
+ }
17
+ }
@@ -0,0 +1,179 @@
1
+ {
2
+ "o": "objectList",
3
+ "f": "jamespotUserQueryList",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "limit": 50,
8
+ "page": 1,
9
+ "cnt": 11,
10
+ "data": [
11
+ {
12
+ "id": 1,
13
+ "mainType": "user",
14
+ "type": "user",
15
+ "uri": "user/1",
16
+ "dateCreation": "2019-03-26 16:29:33",
17
+ "dateModified": "2019-07-19 09:39:23",
18
+ "title": "AdminJenkins",
19
+ "_url": "/user/1",
20
+ "level": 9,
21
+ "firstname": "Admin",
22
+ "lastname": "Jenkins",
23
+ "company": "",
24
+ "mail": "admin.jenkins@jamespot.com"
25
+ },
26
+ {
27
+ "id": 2,
28
+ "mainType": "user",
29
+ "type": "user",
30
+ "uri": "user/2",
31
+ "dateCreation": "2019-04-01 15:59:41",
32
+ "dateModified": "2019-07-19 09:40:03",
33
+ "title": "Browser.Stack",
34
+ "_url": "/user/2",
35
+ "level": 9,
36
+ "firstname": "Browser",
37
+ "lastname": "Stack",
38
+ "company": "",
39
+ "mail": "browserstack@jamespot.com"
40
+ },
41
+ {
42
+ "id": 4,
43
+ "mainType": "user",
44
+ "type": "user",
45
+ "uri": "user/4",
46
+ "dateCreation": "2019-07-09 15:48:26",
47
+ "dateModified": "2023-04-13 14:54:05",
48
+ "title": "Admin1",
49
+ "_url": "/user/4",
50
+ "level": 9,
51
+ "firstname": "Un",
52
+ "lastname": "Admin",
53
+ "company": "Jamespot 0.17199300 1681390422",
54
+ "mail": "admin1@jamespot.com"
55
+ },
56
+ {
57
+ "id": 5,
58
+ "mainType": "user",
59
+ "type": "user",
60
+ "uri": "user/5",
61
+ "dateCreation": "2019-07-09 15:48:45",
62
+ "dateModified": "2023-04-13 14:53:47",
63
+ "title": "Admin2",
64
+ "_url": "/user/5",
65
+ "level": 9,
66
+ "firstname": "Deux",
67
+ "lastname": "Admin",
68
+ "company": "",
69
+ "mail": "admin2@jamespot.com"
70
+ },
71
+ {
72
+ "id": 6,
73
+ "mainType": "user",
74
+ "type": "user",
75
+ "uri": "user/6",
76
+ "dateCreation": "2019-07-09 15:49:06",
77
+ "dateModified": "2019-07-09 15:51:35",
78
+ "title": "User1",
79
+ "_url": "/user/6",
80
+ "level": 5,
81
+ "firstname": "Un",
82
+ "lastname": "User",
83
+ "company": "",
84
+ "mail": "user1@jamespot.com"
85
+ },
86
+ {
87
+ "id": 7,
88
+ "mainType": "user",
89
+ "type": "user",
90
+ "uri": "user/7",
91
+ "dateCreation": "2019-07-09 15:49:25",
92
+ "dateModified": "2019-07-09 15:51:50",
93
+ "title": "User2",
94
+ "_url": "/user/7",
95
+ "level": 5,
96
+ "firstname": "Deux",
97
+ "lastname": "User",
98
+ "company": "",
99
+ "mail": "user2@jamespot.com"
100
+ },
101
+ {
102
+ "id": 8,
103
+ "mainType": "user",
104
+ "type": "user",
105
+ "uri": "user/8",
106
+ "dateCreation": "2019-07-09 15:50:15",
107
+ "dateModified": "2019-07-09 15:52:00",
108
+ "title": "Limited1",
109
+ "_url": "/user/8",
110
+ "level": 3,
111
+ "firstname": "Un",
112
+ "lastname": "Limited",
113
+ "company": "",
114
+ "mail": "limited1@jamespot.com"
115
+ },
116
+ {
117
+ "id": 9,
118
+ "mainType": "user",
119
+ "type": "user",
120
+ "uri": "user/9",
121
+ "dateCreation": "2019-07-09 15:50:52",
122
+ "dateModified": "2019-07-09 15:52:09",
123
+ "title": "Limited2",
124
+ "_url": "/user/9",
125
+ "level": 3,
126
+ "firstname": "Deux",
127
+ "lastname": "Limited",
128
+ "company": "",
129
+ "mail": "limited2@jamespot.com"
130
+ },
131
+ {
132
+ "id": 10,
133
+ "mainType": "user",
134
+ "type": "user",
135
+ "uri": "user/10",
136
+ "dateCreation": "2019-07-09 15:54:22",
137
+ "dateModified": "2019-07-09 15:55:05",
138
+ "title": "InactiveAdmin1",
139
+ "_url": "/user/10",
140
+ "level": 9,
141
+ "firstname": "Un",
142
+ "lastname": "InactiveAdmin",
143
+ "company": "",
144
+ "mail": "inactiveAdmin1@jamespot.com"
145
+ },
146
+ {
147
+ "id": 11,
148
+ "mainType": "user",
149
+ "type": "user",
150
+ "uri": "user/11",
151
+ "dateCreation": "2019-07-09 15:54:59",
152
+ "dateModified": "2019-07-09 15:55:08",
153
+ "title": "InactiveUser1",
154
+ "_url": "/user/11",
155
+ "level": 5,
156
+ "firstname": "InactiveUser",
157
+ "lastname": "Un",
158
+ "company": "",
159
+ "mail": "inactiveUser1@jamespot.com"
160
+ },
161
+ {
162
+ "id": 12,
163
+ "mainType": "user",
164
+ "type": "user",
165
+ "uri": "user/12",
166
+ "dateCreation": "2019-07-09 15:55:29",
167
+ "dateModified": "2019-07-09 15:55:31",
168
+ "title": "InactiveLimited1",
169
+ "_url": "/user/12",
170
+ "level": 3,
171
+ "firstname": "InactiveLimited",
172
+ "lastname": "Un",
173
+ "company": "",
174
+ "mail": "inactiveLimited1@jamespot.com"
175
+ }
176
+ ],
177
+ "facets": null
178
+ }
179
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "o": "objectList",
3
+ "f": "MediaLibraryGetUnclassifiedFiles",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "limit": 0,
8
+ "page": 1,
9
+ "cnt": 0,
10
+ "data": [],
11
+ "facets": null
12
+ }
13
+ }
@@ -0,0 +1,80 @@
1
+ {
2
+ "o": "ObjectListTaxonomy",
3
+ "f": "Concept",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "limit": 50,
8
+ "page": 1,
9
+ "cnt": 2,
10
+ "data": [
11
+ {
12
+ "id": 2,
13
+ "type": "tagConcept",
14
+ "title": "tag 1",
15
+ "idTaxonomy": "5",
16
+ "dateCreation": "14/04/2023 15:27:56",
17
+ "terms": [],
18
+ "_label": "tag 1",
19
+ "_count": "0",
20
+ "uri": "tagConcept/2",
21
+ "mainType": "tagConcept",
22
+ "_cssColor": "#76b9f2",
23
+ "_cssClass": "article",
24
+ "_right": {
25
+ "create": true,
26
+ "read": true,
27
+ "publish": true,
28
+ "administrate": true,
29
+ "update": true,
30
+ "delete": true,
31
+ "comment": true,
32
+ "member": true
33
+ },
34
+ "_values": {
35
+ "type": "tagConcept",
36
+ "title": "tag 1",
37
+ "idTaxonomy": "5",
38
+ "dateCreation": "2023-04-14 15:27:56",
39
+ "terms": null
40
+ },
41
+ "_timezone": { "dateCreation": "2023-04-14 15:27:56" },
42
+ "_url": "/tagConcept/2"
43
+ },
44
+ {
45
+ "id": 3,
46
+ "type": "tagConcept",
47
+ "title": "tag 2",
48
+ "idTaxonomy": "5",
49
+ "dateCreation": "14/04/2023 15:27:56",
50
+ "terms": [],
51
+ "_label": "tag 2",
52
+ "_count": "0",
53
+ "uri": "tagConcept/3",
54
+ "mainType": "tagConcept",
55
+ "_cssColor": "#76b9f2",
56
+ "_cssClass": "article",
57
+ "_right": {
58
+ "create": true,
59
+ "read": true,
60
+ "publish": true,
61
+ "administrate": true,
62
+ "update": true,
63
+ "delete": true,
64
+ "comment": true,
65
+ "member": true
66
+ },
67
+ "_values": {
68
+ "type": "tagConcept",
69
+ "title": "tag 2",
70
+ "idTaxonomy": "5",
71
+ "dateCreation": "2023-04-14 15:27:56",
72
+ "terms": null
73
+ },
74
+ "_timezone": { "dateCreation": "2023-04-14 15:27:56" },
75
+ "_url": "/tagConcept/3"
76
+ }
77
+ ],
78
+ "facets": null
79
+ }
80
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "o": "ObjectListTaxonomy",
3
+ "f": "HierarchyConcept",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "limit": 1,
8
+ "page": 1,
9
+ "cnt": 1,
10
+ "data": [
11
+ {
12
+ "id": "tagConcept/102",
13
+ "uri": "tagConcept/102",
14
+ "shortUri": "",
15
+ "title": "conceptTitle for taxonomyHookTest",
16
+ "name": "conceptTitle for taxonomyHookTest",
17
+ "mainType": "tagConcept",
18
+ "type": "tagConcept",
19
+ "label": "Tag",
20
+ "cssClass": "article",
21
+ "cssColor": "#76b9f2",
22
+ "class": "user-selector-spot"
23
+ }
24
+ ],
25
+ "facets": null
26
+ }
27
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "o": "Taxonomy",
3
+ "f": "Create",
4
+ "error": 0,
5
+ "messages": [{ "code": 200, "msg": "Enregistrement r\u00e9ussi" }],
6
+ "result": {
7
+ "id": 5,
8
+ "type": "taxonomyClose",
9
+ "title": "test",
10
+ "dateCreation": "14/04/2023 15:27:53",
11
+ "mainTypes": [],
12
+ "types": null,
13
+ "mandatory": null,
14
+ "public": null,
15
+ "wallFilter": null,
16
+ "jamespot": "",
17
+ "uri": "taxonomyClose/5",
18
+ "mainType": "taxonomy",
19
+ "_cssColor": "#76b9f2",
20
+ "_cssClass": "article",
21
+ "_right": {
22
+ "create": true,
23
+ "read": true,
24
+ "publish": true,
25
+ "administrate": true,
26
+ "update": true,
27
+ "delete": true,
28
+ "comment": true,
29
+ "member": true
30
+ },
31
+ "_values": {
32
+ "type": "taxonomyClose",
33
+ "title": "test",
34
+ "dateCreation": "2023-04-14 15:27:53",
35
+ "mainTypes": null,
36
+ "types": null,
37
+ "mandatory": null,
38
+ "public": null,
39
+ "wallFilter": null,
40
+ "jamespot": null
41
+ },
42
+ "_timezone": { "dateCreation": "2023-04-14 15:27:53" },
43
+ "_url": "/taxonomy/5"
44
+ }
45
+ }
@@ -0,0 +1,203 @@
1
+ {
2
+ "o": "Taxonomy",
3
+ "f": "List",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": [
7
+ {
8
+ "id": 1,
9
+ "type": "taxonomyOpen",
10
+ "title": "Mots-cl\u00e9s",
11
+ "dateCreation": "26/03/2019 16:29:38",
12
+ "mainTypes": [],
13
+ "types": null,
14
+ "mandatory": null,
15
+ "public": null,
16
+ "wallFilter": null,
17
+ "jamespot": "1",
18
+ "uri": "taxonomyOpen/1",
19
+ "mainType": "taxonomy",
20
+ "_cssColor": "#76b9f2",
21
+ "_cssClass": "article",
22
+ "_right": {
23
+ "create": true,
24
+ "read": true,
25
+ "publish": true,
26
+ "administrate": true,
27
+ "update": true,
28
+ "delete": true,
29
+ "comment": true,
30
+ "member": true
31
+ },
32
+ "_values": {
33
+ "type": "taxonomyOpen",
34
+ "title": "TAG_Tags",
35
+ "dateCreation": "2019-03-26 16:29:38",
36
+ "mainTypes": null,
37
+ "types": null,
38
+ "mandatory": null,
39
+ "public": null,
40
+ "wallFilter": null,
41
+ "jamespot": "1"
42
+ },
43
+ "_timezone": { "dateCreation": "2019-03-26 16:29:38" },
44
+ "_url": "/taxonomy/1"
45
+ },
46
+ {
47
+ "id": 2,
48
+ "type": "taxonomyOpen",
49
+ "title": "Comp\u00e9tences",
50
+ "dateCreation": "26/03/2019 16:29:38",
51
+ "mainTypes": [],
52
+ "types": null,
53
+ "mandatory": null,
54
+ "public": null,
55
+ "wallFilter": null,
56
+ "jamespot": "",
57
+ "uri": "taxonomyOpen/2",
58
+ "mainType": "taxonomy",
59
+ "_cssColor": "#76b9f2",
60
+ "_cssClass": "article",
61
+ "_right": {
62
+ "create": true,
63
+ "read": true,
64
+ "publish": true,
65
+ "administrate": true,
66
+ "update": true,
67
+ "delete": true,
68
+ "comment": true,
69
+ "member": true
70
+ },
71
+ "_values": {
72
+ "type": "taxonomyOpen",
73
+ "title": "TAG_Skills",
74
+ "dateCreation": "2019-03-26 16:29:38",
75
+ "mainTypes": null,
76
+ "types": ["user"],
77
+ "mandatory": null,
78
+ "public": null,
79
+ "wallFilter": null,
80
+ "jamespot": null
81
+ },
82
+ "_timezone": { "dateCreation": "2019-03-26 16:29:38" },
83
+ "_url": "/taxonomy/2"
84
+ },
85
+ {
86
+ "id": 3,
87
+ "type": "taxonomyOpen",
88
+ "title": "Mots-cl\u00e9s FAQ",
89
+ "dateCreation": "14/04/2023 09:31:24",
90
+ "mainTypes": [],
91
+ "types": null,
92
+ "mandatory": null,
93
+ "public": null,
94
+ "wallFilter": null,
95
+ "jamespot": "1",
96
+ "uri": "taxonomyOpen/3",
97
+ "mainType": "taxonomy",
98
+ "_cssColor": "#76b9f2",
99
+ "_cssClass": "article",
100
+ "_right": {
101
+ "create": true,
102
+ "read": true,
103
+ "publish": true,
104
+ "administrate": true,
105
+ "update": true,
106
+ "delete": true,
107
+ "comment": true,
108
+ "member": true
109
+ },
110
+ "_values": {
111
+ "type": "taxonomyOpen",
112
+ "title": "FAQ_Custom_Taxonomy",
113
+ "dateCreation": "2023-04-14 09:31:24",
114
+ "mainTypes": null,
115
+ "types": ["faqItem"],
116
+ "mandatory": null,
117
+ "public": null,
118
+ "wallFilter": null,
119
+ "jamespot": "1"
120
+ },
121
+ "_timezone": { "dateCreation": "2023-04-14 09:31:24" },
122
+ "_url": "/taxonomy/3"
123
+ },
124
+ {
125
+ "id": 4,
126
+ "type": "taxonomyOpen",
127
+ "title": "taxonomyTitle for taxonomyHookTest",
128
+ "dateCreation": "14/04/2023 15:27:52",
129
+ "mainTypes": [],
130
+ "types": null,
131
+ "mandatory": null,
132
+ "public": null,
133
+ "wallFilter": null,
134
+ "jamespot": "",
135
+ "uri": "taxonomyOpen/4",
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": "taxonomyOpen",
151
+ "title": "taxonomyTitle for taxonomyHookTest",
152
+ "dateCreation": "2023-04-14 15:27:52",
153
+ "mainTypes": null,
154
+ "types": [],
155
+ "mandatory": null,
156
+ "public": null,
157
+ "wallFilter": null,
158
+ "jamespot": null
159
+ },
160
+ "_timezone": { "dateCreation": "2023-04-14 15:27:52" },
161
+ "_url": "/taxonomy/4"
162
+ },
163
+ {
164
+ "id": 5,
165
+ "type": "taxonomyClose",
166
+ "title": "test",
167
+ "dateCreation": "14/04/2023 15:27:53",
168
+ "mainTypes": [],
169
+ "types": null,
170
+ "mandatory": null,
171
+ "public": null,
172
+ "wallFilter": null,
173
+ "jamespot": "",
174
+ "uri": "taxonomyClose/5",
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": "test",
191
+ "dateCreation": "2023-04-14 15:27:53",
192
+ "mainTypes": null,
193
+ "types": null,
194
+ "mandatory": null,
195
+ "public": null,
196
+ "wallFilter": null,
197
+ "jamespot": null
198
+ },
199
+ "_timezone": { "dateCreation": "2023-04-14 15:27:53" },
200
+ "_url": "/taxonomy/5"
201
+ }
202
+ ]
203
+ }
@@ -0,0 +1 @@
1
+ { "o": "user", "f": "addContact", "error": 0, "messages": [] }
@@ -0,0 +1,34 @@
1
+ {
2
+ "o": "user",
3
+ "f": "directoryConfiguration",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "userDirectoryShow": "1",
8
+ "contactDirectoryShow": "1",
9
+ "businessContactShow": false,
10
+ "menu": "0",
11
+ "cardFields": ["firstname", "lastname", "company", "mail"],
12
+ "tableFields": ["title", "firstname", "lastname", "mail"],
13
+ "viewFields": [
14
+ "firstname",
15
+ "lastname",
16
+ "phoneNumber",
17
+ "mobileNumber",
18
+ "company",
19
+ "function",
20
+ "department",
21
+ "country",
22
+ "description",
23
+ "webSite",
24
+ "mail"
25
+ ],
26
+ "sort": "title",
27
+ "filters": [
28
+ { "name": "title", "type": "text" },
29
+ { "name": "firstname", "type": "text" },
30
+ { "name": "lastname", "type": "text" }
31
+ ],
32
+ "userGeoloc": true
33
+ }
34
+ }