jamespot-user-api 1.0.147 → 1.0.149

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 (104) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminLicenseApi.html +11 -11
  3. package/documentation/classes/AdminStoreApi.html +1 -1
  4. package/documentation/classes/AdminUtilsApi.html +1 -1
  5. package/documentation/classes/JApplicationApi.html +8 -8
  6. package/documentation/classes/JArticleApi.html +1 -1
  7. package/documentation/classes/JAssetReservation.html +1 -1
  8. package/documentation/classes/JAudienceApi.html +1 -1
  9. package/documentation/classes/JBaseApi.html +1 -1
  10. package/documentation/classes/JBookmarkApi.html +1 -1
  11. package/documentation/classes/JBusinessNetworkingApi.html +1 -1
  12. package/documentation/classes/JCommunityApi.html +1 -1
  13. package/documentation/classes/JDiapazoneApi.html +1 -1
  14. package/documentation/classes/JFaqApi.html +1 -1
  15. package/documentation/classes/JFileApi.html +5 -5
  16. package/documentation/classes/JFilebankApi.html +1 -1
  17. package/documentation/classes/JGlobalApi.html +1 -1
  18. package/documentation/classes/JGroupApi.html +9 -9
  19. package/documentation/classes/JIAApi.html +1 -1
  20. package/documentation/classes/JLandApi.html +1 -1
  21. package/documentation/classes/JMessengerApi.html +1 -1
  22. package/documentation/classes/JObjectApi.html +1 -1
  23. package/documentation/classes/JSearchApi.html +6 -6
  24. package/documentation/classes/JShareApi.html +1 -1
  25. package/documentation/classes/JSocialActionApi.html +1 -1
  26. package/documentation/classes/JTaxonomyApi.html +3 -3
  27. package/documentation/classes/JUserApi.html +7 -7
  28. package/documentation/classes/JWedocApi.html +1 -1
  29. package/documentation/classes/JWidgetApi.html +1 -1
  30. package/documentation/classes/JamespotUserApi.html +1 -1
  31. package/documentation/classes/Network.html +1 -1
  32. package/documentation/classes/TVDisplayApi.html +1 -1
  33. package/documentation/classes/WindowBrowser.html +1 -1
  34. package/documentation/enums/StudioApplicationStatus.html +1 -1
  35. package/documentation/index.html +1 -1
  36. package/documentation/interfaces/AccessRightObject.html +1 -1
  37. package/documentation/interfaces/AdminLicenseUser.html +1 -1
  38. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  39. package/documentation/interfaces/ApiWrapper.html +1 -1
  40. package/documentation/interfaces/BaseAutocomplete.html +1 -1
  41. package/documentation/interfaces/BaseMessage.html +1 -1
  42. package/documentation/interfaces/Category.html +1 -1
  43. package/documentation/interfaces/FileBankProps.html +1 -1
  44. package/documentation/interfaces/FolderProps.html +1 -1
  45. package/documentation/interfaces/ListFilterSpec.html +1 -1
  46. package/documentation/interfaces/OF.html +1 -1
  47. package/documentation/interfaces/ObjectListProps.html +1 -1
  48. package/documentation/interfaces/PagingResults.html +1 -1
  49. package/documentation/interfaces/RootFolderProps.html +1 -1
  50. package/documentation/interfaces/SearchCategoryModel.html +1 -1
  51. package/documentation/interfaces/SearchCategoryValue.html +1 -1
  52. package/documentation/interfaces/SearchConfig.html +1 -1
  53. package/documentation/interfaces/SearchFacetModel.html +1 -1
  54. package/documentation/interfaces/SearchFacetValueModel.html +1 -1
  55. package/documentation/interfaces/SearchQuery.html +1 -1
  56. package/documentation/interfaces/SearchQueryFilterModel.html +1 -1
  57. package/documentation/interfaces/SearchQueryOption.html +1 -1
  58. package/documentation/interfaces/SearchQueryResult.html +1 -1
  59. package/documentation/interfaces/SearchQuerySortModel.html +1 -1
  60. package/documentation/interfaces/SearchResultCatProps.html +1 -1
  61. package/documentation/interfaces/SearchResultPropsApp.html +1 -1
  62. package/documentation/interfaces/SearchResultPropsObject.html +1 -1
  63. package/documentation/interfaces/SpotProps.html +1 -1
  64. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  65. package/documentation/interfaces/WindowInterface.html +1 -1
  66. package/documentation/modules.html +12 -12
  67. package/lib/jamespot-user-api.js +1 -1
  68. package/lib/jamespot-user-api.js.map +1 -1
  69. package/lib/src/apis/article/article.mock.d.ts +20 -2
  70. package/lib/src/apis/bookmark/bookmark.d.ts +1 -1
  71. package/lib/src/apis/taxonomy/taxonomy.d.ts +7 -7
  72. package/lib/src/apis/taxonomy/taxonomy.mock.d.ts +7 -7
  73. package/lib/src/apis/taxonomy/types.d.ts +3 -81
  74. package/lib/src/types/faq.d.ts +3 -4
  75. package/lib/src/types/meeting.d.ts +13 -0
  76. package/lib/src/types/model.d.ts +1 -1
  77. package/lib/src/types/pollSurvey.d.ts +27 -0
  78. package/lib/src/types/quizz.d.ts +15 -0
  79. package/lib/src/types/search.d.ts +8 -2
  80. package/lib/src/types/socialEvent.d.ts +18 -0
  81. package/lib/src/types/support.d.ts +8 -0
  82. package/lib/src/types/surveyDate.d.ts +9 -0
  83. package/lib/src/types/utils.d.ts +6 -0
  84. package/lib/src/util/Test.d.ts +1 -1
  85. package/package.json +1 -1
  86. package/phpunitMock/articleGet-meeting-list.json +55 -0
  87. package/phpunitMock/articleGet-meeting-view.json +65 -0
  88. package/phpunitMock/articleGet-pollSurvey-list.json +62 -0
  89. package/phpunitMock/articleGet-pollSurvey-view.json +71 -0
  90. package/phpunitMock/articleGet-quizz-list.json +42 -0
  91. package/phpunitMock/articleGet-quizz-view.json +49 -0
  92. package/phpunitMock/articleGet-socialEvent-list.json +57 -0
  93. package/phpunitMock/articleGet-socialEvent-view.json +67 -0
  94. package/phpunitMock/articleGet-support-list.json +42 -0
  95. package/phpunitMock/articleGet-support-view.json +55 -0
  96. package/phpunitMock/articleGet-surveyDate-list.json +54 -0
  97. package/phpunitMock/articleGet-surveyDate-view.json +56 -0
  98. package/phpunitMock/autocompleteTaxonomy-default.json +2 -2
  99. package/phpunitMock/objectListTaxonomyConcept-default.json +20 -59
  100. package/phpunitMock/objectListTaxonomyHierarchyConcept-default.json +4 -3
  101. package/phpunitMock/taxonomyCreate-default.json +6 -35
  102. package/phpunitMock/taxonomyList-default.json +24 -247
  103. package/phpunitMock/tvDisplayGetConfigureChannel-dynamic.json +2 -0
  104. package/documentation/interfaces/Taxonomy.html +0 -1
@@ -0,0 +1,42 @@
1
+ {
2
+ "o": "article",
3
+ "f": "get",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "id": 28,
8
+ "mainType": "article",
9
+ "type": "quizz",
10
+ "uri": "quizz/28",
11
+ "dateCreation": "2024-01-29 08:44:36",
12
+ "dateModified": "2024-01-29 08:44:36",
13
+ "title": "quizz 1",
14
+ "_url": "/article/28",
15
+ "_right": {
16
+ "create": true,
17
+ "read": true,
18
+ "publish": false,
19
+ "administrate": true,
20
+ "update": true,
21
+ "delete": true,
22
+ "comment": true,
23
+ "member": true
24
+ },
25
+ "_user": {
26
+ "id": 4,
27
+ "mainType": "user",
28
+ "type": "user",
29
+ "uri": "user/4",
30
+ "dateCreation": "2019-07-09 15:48:26",
31
+ "dateModified": "2019-07-09 15:51:24",
32
+ "title": "Admin1",
33
+ "_url": "/user/4",
34
+ "level": 9
35
+ },
36
+ "_audience": [],
37
+ "quizzDescription": null,
38
+ "quizzClosingDate": null,
39
+ "dateStart": null,
40
+ "dateEnd": null
41
+ }
42
+ }
@@ -0,0 +1,49 @@
1
+ {
2
+ "o": "article",
3
+ "f": "get",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "id": 28,
8
+ "mainType": "article",
9
+ "type": "quizz",
10
+ "uri": "quizz/28",
11
+ "dateCreation": "2024-01-29 08:44:36",
12
+ "dateModified": "2024-01-29 08:44:36",
13
+ "title": "quizz 1",
14
+ "_url": "/article/28",
15
+ "_right": {
16
+ "create": true,
17
+ "read": true,
18
+ "publish": false,
19
+ "administrate": true,
20
+ "update": true,
21
+ "delete": true,
22
+ "comment": true,
23
+ "member": true
24
+ },
25
+ "_user": {
26
+ "id": 4,
27
+ "mainType": "user",
28
+ "type": "user",
29
+ "uri": "user/4",
30
+ "dateCreation": "2019-07-09 15:48:26",
31
+ "dateModified": "2019-07-09 15:51:24",
32
+ "title": "Admin1",
33
+ "_url": "/user/4",
34
+ "level": 9
35
+ },
36
+ "_audience": [],
37
+ "quizzDescription": null,
38
+ "quizzClosingDate": null,
39
+ "dateStart": null,
40
+ "dateEnd": null,
41
+ "processContext": null,
42
+ "quizzInvitation": null,
43
+ "quizzFormSpec": "",
44
+ "quizzRandom": null,
45
+ "quizzHideResponses": null,
46
+ "quizzStatus": null,
47
+ "quizzPublicationDate": null
48
+ }
49
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "o": "article",
3
+ "f": "get",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "id": 13,
8
+ "mainType": "article",
9
+ "type": "socialEvent",
10
+ "uri": "socialEvent/13",
11
+ "dateCreation": "2024-01-29 08:52:21",
12
+ "dateModified": "2024-01-29 08:52:21",
13
+ "title": "EVENT FOR TEST",
14
+ "_url": "/article/13",
15
+ "_right": {
16
+ "create": true,
17
+ "read": true,
18
+ "publish": false,
19
+ "administrate": true,
20
+ "update": true,
21
+ "delete": true,
22
+ "comment": true,
23
+ "member": true
24
+ },
25
+ "description": "<div class='content-html'></div>",
26
+ "_user": {
27
+ "id": 1,
28
+ "mainType": "user",
29
+ "type": "user",
30
+ "uri": "user/1",
31
+ "dateCreation": "2019-03-26 16:29:33",
32
+ "dateModified": "2019-07-19 09:39:23",
33
+ "title": "AdminJenkins",
34
+ "_url": "/user/1",
35
+ "level": 9
36
+ },
37
+ "_audience": [
38
+ {
39
+ "id": 1,
40
+ "mainType": "spot",
41
+ "type": "spot",
42
+ "uri": "spot/1",
43
+ "dateCreation": "2019-07-18 18:36:24",
44
+ "dateModified": "2024-01-29 08:52:21",
45
+ "title": "Groupe public",
46
+ "_url": "/group/1",
47
+ "privacy": 1,
48
+ "category": 1
49
+ }
50
+ ],
51
+ "place": "",
52
+ "address": "",
53
+ "dateStart": "2024-01-29 08:52:21",
54
+ "dateEnd": "2024-01-29 11:52:21",
55
+ "noGestion": null
56
+ }
57
+ }
@@ -0,0 +1,67 @@
1
+ {
2
+ "o": "article",
3
+ "f": "get",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "id": 61,
8
+ "mainType": "article",
9
+ "type": "socialEvent",
10
+ "uri": "socialEvent/61",
11
+ "dateCreation": "2024-04-05 16:38:02",
12
+ "dateModified": "2024-04-05 16:38:02",
13
+ "title": "EVENT FOR TEST",
14
+ "_url": "/article/61",
15
+ "_right": {
16
+ "create": true,
17
+ "read": true,
18
+ "publish": false,
19
+ "administrate": true,
20
+ "update": true,
21
+ "delete": true,
22
+ "comment": true,
23
+ "member": true
24
+ },
25
+ "description": "<div class='content-html'></div>",
26
+ "_user": {
27
+ "id": 1,
28
+ "mainType": "user",
29
+ "type": "user",
30
+ "uri": "user/1",
31
+ "dateCreation": "2019-03-26 16:29:33",
32
+ "dateModified": "2019-07-19 09:39:23",
33
+ "title": "AdminJenkins",
34
+ "_url": "/user/1",
35
+ "level": 9
36
+ },
37
+ "_audience": [
38
+ {
39
+ "id": 1,
40
+ "mainType": "spot",
41
+ "type": "spot",
42
+ "uri": "spot/1",
43
+ "dateCreation": "2019-07-18 18:36:24",
44
+ "dateModified": "2024-04-05 16:38:02",
45
+ "title": "Groupe public",
46
+ "_url": "/group/1",
47
+ "privacy": 1,
48
+ "category": 1
49
+ }
50
+ ],
51
+ "place": "",
52
+ "address": "",
53
+ "dateStart": "2024-04-05 16:38:02",
54
+ "dateEnd": "2024-04-05 19:38:02",
55
+ "noGestion": null,
56
+ "processContext": null,
57
+ "allDay": null,
58
+ "urlGestion": null,
59
+ "socialEventUseCeiling": null,
60
+ "socialEventCeiling": null,
61
+ "useQrcode": null,
62
+ "hideFromCalendar": null,
63
+ "textColor": "",
64
+ "bgColor": "",
65
+ "uiObjectLink": []
66
+ }
67
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "o": "article",
3
+ "f": "get",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "id": 35,
8
+ "mainType": "article",
9
+ "type": "support",
10
+ "uri": "support/35",
11
+ "dateCreation": "2024-01-29 09:37:48",
12
+ "dateModified": "2024-01-29 09:37:48",
13
+ "title": "support 1",
14
+ "_url": "/article/35",
15
+ "_right": {
16
+ "create": true,
17
+ "read": true,
18
+ "publish": false,
19
+ "administrate": true,
20
+ "update": true,
21
+ "delete": true,
22
+ "comment": true,
23
+ "member": true
24
+ },
25
+ "description": "<div class='content-html'></div>",
26
+ "_user": {
27
+ "id": 4,
28
+ "mainType": "user",
29
+ "type": "user",
30
+ "uri": "user/4",
31
+ "dateCreation": "2019-07-09 15:48:26",
32
+ "dateModified": "2019-07-09 15:51:24",
33
+ "title": "Admin1",
34
+ "_url": "/user/4",
35
+ "level": 9
36
+ },
37
+ "_audience": [],
38
+ "supportStatus": null,
39
+ "supportType": null,
40
+ "supportOwner": []
41
+ }
42
+ }
@@ -0,0 +1,55 @@
1
+ {
2
+ "o": "article",
3
+ "f": "get",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "id": 35,
8
+ "mainType": "article",
9
+ "type": "support",
10
+ "uri": "support/35",
11
+ "dateCreation": "2024-01-29 09:37:48",
12
+ "dateModified": "2024-01-29 09:37:48",
13
+ "title": "support 1",
14
+ "_url": "/article/35",
15
+ "_right": {
16
+ "create": true,
17
+ "read": true,
18
+ "publish": false,
19
+ "administrate": true,
20
+ "update": true,
21
+ "delete": true,
22
+ "comment": true,
23
+ "member": true
24
+ },
25
+ "description": "<div class='content-html'></div>",
26
+ "_user": {
27
+ "id": 4,
28
+ "mainType": "user",
29
+ "type": "user",
30
+ "uri": "user/4",
31
+ "dateCreation": "2019-07-09 15:48:26",
32
+ "dateModified": "2019-07-09 15:51:24",
33
+ "title": "Admin1",
34
+ "_url": "/user/4",
35
+ "level": 9
36
+ },
37
+ "_audience": [],
38
+ "supportStatus": 0,
39
+ "supportType": "functional",
40
+ "supportOwner": [
41
+ {
42
+ "id": 6,
43
+ "mainType": "user",
44
+ "type": "user",
45
+ "uri": "user/6",
46
+ "dateCreation": "2019-07-09 15:49:06",
47
+ "dateModified": "2019-07-09 15:51:35",
48
+ "title": "User1",
49
+ "_url": "/user/6",
50
+ "level": 5
51
+ }
52
+ ],
53
+ "processContext": null
54
+ }
55
+ }
@@ -0,0 +1,54 @@
1
+ {
2
+ "o": "article",
3
+ "f": "get",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "id": 39,
8
+ "mainType": "article",
9
+ "type": "surveyDate",
10
+ "uri": "surveyDate/39",
11
+ "dateCreation": "2024-01-29 09:45:03",
12
+ "dateModified": "2024-01-29 09:45:03",
13
+ "title": "SurveyDate Title",
14
+ "_url": "/article/39",
15
+ "_right": {
16
+ "create": true,
17
+ "read": true,
18
+ "publish": false,
19
+ "administrate": true,
20
+ "update": true,
21
+ "delete": true,
22
+ "comment": true,
23
+ "member": true
24
+ },
25
+ "description": "<div class='content-html'></div>",
26
+ "_user": {
27
+ "id": 4,
28
+ "mainType": "user",
29
+ "type": "user",
30
+ "uri": "user/4",
31
+ "dateCreation": "2019-07-09 15:48:26",
32
+ "dateModified": "2019-07-09 15:51:24",
33
+ "title": "Admin1",
34
+ "_url": "/user/4",
35
+ "level": 9
36
+ },
37
+ "_audience": [
38
+ {
39
+ "id": 4,
40
+ "mainType": "user",
41
+ "type": "user",
42
+ "uri": "user/4",
43
+ "dateCreation": "2019-07-09 15:48:26",
44
+ "dateModified": "2019-07-09 15:51:24",
45
+ "title": "Admin1",
46
+ "_url": "/user/4",
47
+ "level": 9
48
+ }
49
+ ],
50
+ "dates": ["2024-01-30 10:30:00", "2024-01-31 11:30:00"],
51
+ "dateStart": null,
52
+ "dateEnd": "2024-02-01 09:45:03"
53
+ }
54
+ }
@@ -0,0 +1,56 @@
1
+ {
2
+ "o": "article",
3
+ "f": "get",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "id": 39,
8
+ "mainType": "article",
9
+ "type": "surveyDate",
10
+ "uri": "surveyDate/39",
11
+ "dateCreation": "2024-01-29 09:45:03",
12
+ "dateModified": "2024-01-29 09:45:03",
13
+ "title": "SurveyDate Title",
14
+ "_url": "/article/39",
15
+ "_right": {
16
+ "create": true,
17
+ "read": true,
18
+ "publish": false,
19
+ "administrate": true,
20
+ "update": true,
21
+ "delete": true,
22
+ "comment": true,
23
+ "member": true
24
+ },
25
+ "description": "<div class='content-html'></div>",
26
+ "_user": {
27
+ "id": 4,
28
+ "mainType": "user",
29
+ "type": "user",
30
+ "uri": "user/4",
31
+ "dateCreation": "2019-07-09 15:48:26",
32
+ "dateModified": "2019-07-09 15:51:24",
33
+ "title": "Admin1",
34
+ "_url": "/user/4",
35
+ "level": 9
36
+ },
37
+ "_audience": [
38
+ {
39
+ "id": 4,
40
+ "mainType": "user",
41
+ "type": "user",
42
+ "uri": "user/4",
43
+ "dateCreation": "2019-07-09 15:48:26",
44
+ "dateModified": "2019-07-09 15:51:24",
45
+ "title": "Admin1",
46
+ "_url": "/user/4",
47
+ "level": 9
48
+ }
49
+ ],
50
+ "dates": ["2024-01-30 10:30:00", "2024-01-31 11:30:00"],
51
+ "dateStart": null,
52
+ "dateEnd": "2024-02-01 09:45:03",
53
+ "processContext": null,
54
+ "surveyObjectLink": []
55
+ }
56
+ }
@@ -5,8 +5,8 @@
5
5
  "messages": [],
6
6
  "result": [
7
7
  {
8
- "id": "tagConcept/9",
9
- "uri": "tagConcept/9",
8
+ "id": "tagConcept/8",
9
+ "uri": "tagConcept/8",
10
10
  "shortUri": "",
11
11
  "title": "autocomplete",
12
12
  "name": "autocomplete",
@@ -9,72 +9,33 @@
9
9
  "cnt": 2,
10
10
  "data": [
11
11
  {
12
- "id": 3,
13
- "type": "tagConcept",
12
+ "id": "tagConcept/2",
13
+ "uri": "tagConcept/2",
14
+ "shortUri": "",
14
15
  "title": "tag 1",
15
- "idTaxonomy": "8",
16
- "dateCreation": "29/05/2023 17:41:26",
17
- "terms": [],
18
- "_label": "tag 1",
19
- "_count": "0",
20
- "uri": "tagConcept/3",
16
+ "name": "tag 1",
21
17
  "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": "8",
38
- "dateCreation": "2023-05-29 17:41:26",
39
- "terms": null
40
- },
41
- "_timezone": { "dateCreation": "2023-05-29 17:41:26" },
42
- "_url": "/tagConcept/3"
18
+ "type": "tagConcept",
19
+ "label": "Tag",
20
+ "cssClass": "article",
21
+ "cssColor": "#76b9f2",
22
+ "class": "user-selector-spot"
43
23
  },
44
24
  {
45
- "id": 4,
46
- "type": "tagConcept",
25
+ "id": "tagConcept/3",
26
+ "uri": "tagConcept/3",
27
+ "shortUri": "",
47
28
  "title": "tag 2",
48
- "idTaxonomy": "8",
49
- "dateCreation": "29/05/2023 17:41:26",
50
- "terms": [],
51
- "_label": "tag 2",
52
- "_count": "0",
53
- "uri": "tagConcept/4",
29
+ "name": "tag 2",
54
30
  "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": "8",
71
- "dateCreation": "2023-05-29 17:41:26",
72
- "terms": null
73
- },
74
- "_timezone": { "dateCreation": "2023-05-29 17:41:26" },
75
- "_url": "/tagConcept/4"
31
+ "type": "tagConcept",
32
+ "label": "Tag",
33
+ "cssClass": "article",
34
+ "cssColor": "#76b9f2",
35
+ "class": "user-selector-spot"
76
36
  }
77
37
  ],
78
- "facets": null
38
+ "facets": null,
39
+ "idQuery": null
79
40
  }
80
41
  }
@@ -9,8 +9,8 @@
9
9
  "cnt": 1,
10
10
  "data": [
11
11
  {
12
- "id": "tagConcept/2",
13
- "uri": "tagConcept/2",
12
+ "id": "tagConcept/1",
13
+ "uri": "tagConcept/1",
14
14
  "shortUri": "",
15
15
  "title": "conceptTitle for taxonomyHookTest",
16
16
  "name": "conceptTitle for taxonomyHookTest",
@@ -22,6 +22,7 @@
22
22
  "class": "user-selector-spot"
23
23
  }
24
24
  ],
25
- "facets": null
25
+ "facets": null,
26
+ "idQuery": null
26
27
  }
27
28
  }
@@ -4,42 +4,13 @@
4
4
  "error": 0,
5
5
  "messages": [{ "code": 200, "msg": "Enregistrement r\u00e9ussi" }],
6
6
  "result": {
7
- "id": 8,
7
+ "id": 6,
8
+ "mainType": "taxonomy",
8
9
  "type": "taxonomyClose",
10
+ "uri": "taxonomyClose/6",
11
+ "dateCreation": "2024-04-04 11:08:25",
12
+ "dateModified": null,
9
13
  "title": "test",
10
- "dateCreation": "29/05/2023 17:41:24",
11
- "mainTypes": [],
12
- "types": null,
13
- "mandatory": null,
14
- "public": null,
15
- "wallFilter": null,
16
- "jamespot": "",
17
- "uri": "taxonomyClose/8",
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-05-29 17:41:24",
35
- "mainTypes": null,
36
- "types": null,
37
- "mandatory": null,
38
- "public": null,
39
- "wallFilter": null,
40
- "jamespot": null
41
- },
42
- "_timezone": { "dateCreation": "2023-05-29 17:41:24" },
43
- "_url": "/taxonomy/8"
14
+ "_url": "/taxonomy/6"
44
15
  }
45
16
  }