jamespot-user-api 1.0.103 → 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.
Files changed (109) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminLicenseApi.html +58 -0
  3. package/documentation/classes/AdminStoreApi.html +1 -1
  4. package/documentation/classes/AdminUtilsApi.html +3 -0
  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/JCommunityApi.html +1 -1
  12. package/documentation/classes/JDiapazoneApi.html +1 -1
  13. package/documentation/classes/JFileApi.html +5 -5
  14. package/documentation/classes/JFilebankApi.html +1 -1
  15. package/documentation/classes/JGroupApi.html +7 -7
  16. package/documentation/classes/JLandApi.html +1 -1
  17. package/documentation/classes/JMessengerApi.html +1 -1
  18. package/documentation/classes/JSearchApi.html +6 -6
  19. package/documentation/classes/JShareApi.html +1 -1
  20. package/documentation/classes/JTaxonomyApi.html +2 -2
  21. package/documentation/classes/JUserApi.html +4 -4
  22. package/documentation/classes/JWedocApi.html +1 -1
  23. package/documentation/classes/JamespotUserApi.html +1 -1
  24. package/documentation/classes/Network.html +1 -1
  25. package/documentation/classes/WindowBrowser.html +1 -1
  26. package/documentation/enums/StudioApplicationStatus.html +1 -1
  27. package/documentation/index.html +1 -1
  28. package/documentation/interfaces/AccessRightObject.html +1 -1
  29. package/documentation/interfaces/AdminLicenseUser.html +1 -0
  30. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  31. package/documentation/interfaces/ApiError.html +1 -1
  32. package/documentation/interfaces/ApiWrapper.html +1 -1
  33. package/documentation/interfaces/BaseAutocomplete.html +1 -1
  34. package/documentation/interfaces/BaseMessage.html +1 -1
  35. package/documentation/interfaces/Category.html +1 -1
  36. package/documentation/interfaces/FileBankProps.html +1 -1
  37. package/documentation/interfaces/FolderProps.html +1 -1
  38. package/documentation/interfaces/ListFilterSpec.html +1 -1
  39. package/documentation/interfaces/OF.html +1 -1
  40. package/documentation/interfaces/ObjectListProps.html +1 -1
  41. package/documentation/interfaces/PagingResults.html +1 -1
  42. package/documentation/interfaces/RootFolderProps.html +1 -1
  43. package/documentation/interfaces/SearchCategoryModel.html +1 -1
  44. package/documentation/interfaces/SearchCategoryValue.html +1 -1
  45. package/documentation/interfaces/SearchConfig.html +1 -1
  46. package/documentation/interfaces/SearchFacetModel.html +1 -1
  47. package/documentation/interfaces/SearchFacetValueModel.html +1 -1
  48. package/documentation/interfaces/SearchQuery.html +1 -1
  49. package/documentation/interfaces/SearchQueryFilterModel.html +1 -1
  50. package/documentation/interfaces/SearchQueryOption.html +1 -1
  51. package/documentation/interfaces/SearchQueryResult.html +1 -1
  52. package/documentation/interfaces/SearchQuerySortModel.html +1 -1
  53. package/documentation/interfaces/SearchResultCatProps.html +1 -1
  54. package/documentation/interfaces/SearchResultPropsApp.html +1 -1
  55. package/documentation/interfaces/SearchResultPropsObject.html +1 -1
  56. package/documentation/interfaces/SpotProps.html +1 -1
  57. package/documentation/interfaces/Taxonomy.html +1 -1
  58. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  59. package/documentation/interfaces/WindowInterface.html +1 -1
  60. package/documentation/modules.html +6 -5
  61. package/lib/jamespot-user-api.js +1 -1
  62. package/lib/jamespot-user-api.js.map +1 -1
  63. package/lib/src/apis/admin/index.d.ts +3 -0
  64. package/lib/src/apis/admin/license.d.ts +74 -0
  65. package/lib/src/apis/{Licenses → admin}/licenses.mock.d.ts +3 -4
  66. package/lib/src/apis/{adminStore.d.ts → admin/store.d.ts} +2 -3
  67. package/lib/src/apis/admin/utils.d.ts +8 -0
  68. package/lib/src/apis/drive/drive.d.ts +20 -0
  69. package/lib/src/apis/drive/drive.mock.d.ts +4 -0
  70. package/lib/src/apis/index.d.ts +1 -2
  71. package/lib/src/apis/jamespotUserApi.d.ts +5 -3
  72. package/lib/src/apis/jland/jland.d.ts +2 -3
  73. package/lib/src/apis/user/user.d.ts +0 -1
  74. package/lib/src/types/adminLicence.d.ts +43 -0
  75. package/lib/src/types/adminUtils.d.ts +18 -0
  76. package/lib/src/types/drive.d.ts +27 -0
  77. package/lib/src/types/index.d.ts +3 -0
  78. package/lib/src/types/model.d.ts +3 -1
  79. package/lib/src/types/user.d.ts +5 -0
  80. package/lib/src/types/utils.d.ts +1 -1
  81. package/lib/src/util/Test.d.ts +3 -1
  82. package/package.json +1 -1
  83. package/phpunitMock/articleCount-mpArticle.json +1 -1
  84. package/phpunitMock/articleCreate-mpArticle-little.json +9 -6
  85. package/phpunitMock/articleGet-mpArticle-list.json +4 -4
  86. package/phpunitMock/articleUpdate-mpArticleView.json +7 -7
  87. package/phpunitMock/autocompleteAudience-u.json +42 -0
  88. package/phpunitMock/autocompleteTaxonomy-default.json +2 -2
  89. package/phpunitMock/licenseManagerAssignLicense-default.json +1 -7
  90. package/phpunitMock/licenseManagerCountLicensesNotAssigned-count.json +7 -15
  91. package/phpunitMock/licenseManagerGetLicensesAssigned-default.json +48 -48
  92. package/phpunitMock/licenseManagerUnassignLicense-default.json +1 -7
  93. package/phpunitMock/objectListJamespotArticleList-mpArticle-little.json +1 -109
  94. package/phpunitMock/objectListJamespotUserMap-default.json +1 -11
  95. package/phpunitMock/objectListJamespotUserQueryList-rawList.json +25 -14
  96. package/phpunitMock/objectListMediaLibraryGetUnclassifiedFiles-default.json +7 -13
  97. package/phpunitMock/objectListTaxonomyConcept-default.json +16 -16
  98. package/phpunitMock/objectListTaxonomyHierarchyConcept-default.json +2 -2
  99. package/phpunitMock/searchGetConfig-default.json +4 -3
  100. package/phpunitMock/searchProposition-gro.json +34 -0
  101. package/phpunitMock/searchQuery-admin.json +4 -3
  102. package/phpunitMock/supportConfiguration-configuration.json +51 -0
  103. package/phpunitMock/taxonomyCreate-default.json +6 -6
  104. package/phpunitMock/taxonomyList-default.json +95 -17
  105. package/phpunitMock/userDirectoryConfiguration-default.json +3 -1
  106. package/phpunitMock/userGet-rawView.json +5 -3
  107. package/documentation/classes/JLicenseApi.html +0 -18
  108. package/lib/src/apis/Licenses/licenses.d.ts +0 -44
  109. /package/lib/src/apis/{Licenses → admin}/licences.test.d.ts +0 -0
@@ -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
  }
@@ -21,7 +21,8 @@
21
21
  "firstname": "Admin",
22
22
  "lastname": "Jenkins",
23
23
  "company": "",
24
- "mail": "admin.jenkins@jamespot.com"
24
+ "mail": "admin.jenkins@jamespot.com",
25
+ "active": 1
25
26
  },
26
27
  {
27
28
  "id": 2,
@@ -36,7 +37,8 @@
36
37
  "firstname": "Browser",
37
38
  "lastname": "Stack",
38
39
  "company": "",
39
- "mail": "browserstack@jamespot.com"
40
+ "mail": "browserstack@jamespot.com",
41
+ "active": 1
40
42
  },
41
43
  {
42
44
  "id": 4,
@@ -44,14 +46,15 @@
44
46
  "type": "user",
45
47
  "uri": "user/4",
46
48
  "dateCreation": "2019-07-09 15:48:26",
47
- "dateModified": "2023-04-13 14:54:05",
49
+ "dateModified": "2019-07-09 15:51:24",
48
50
  "title": "Admin1",
49
51
  "_url": "/user/4",
50
52
  "level": 9,
51
53
  "firstname": "Un",
52
54
  "lastname": "Admin",
53
- "company": "Jamespot 0.17199300 1681390422",
54
- "mail": "admin1@jamespot.com"
55
+ "company": "",
56
+ "mail": "admin1@jamespot.com",
57
+ "active": 1
55
58
  },
56
59
  {
57
60
  "id": 5,
@@ -59,14 +62,15 @@
59
62
  "type": "user",
60
63
  "uri": "user/5",
61
64
  "dateCreation": "2019-07-09 15:48:45",
62
- "dateModified": "2023-04-13 14:53:47",
65
+ "dateModified": "2019-07-09 15:51:16",
63
66
  "title": "Admin2",
64
67
  "_url": "/user/5",
65
68
  "level": 9,
66
69
  "firstname": "Deux",
67
70
  "lastname": "Admin",
68
71
  "company": "",
69
- "mail": "admin2@jamespot.com"
72
+ "mail": "admin2@jamespot.com",
73
+ "active": 1
70
74
  },
71
75
  {
72
76
  "id": 6,
@@ -81,7 +85,8 @@
81
85
  "firstname": "Un",
82
86
  "lastname": "User",
83
87
  "company": "",
84
- "mail": "user1@jamespot.com"
88
+ "mail": "user1@jamespot.com",
89
+ "active": 1
85
90
  },
86
91
  {
87
92
  "id": 7,
@@ -96,7 +101,8 @@
96
101
  "firstname": "Deux",
97
102
  "lastname": "User",
98
103
  "company": "",
99
- "mail": "user2@jamespot.com"
104
+ "mail": "user2@jamespot.com",
105
+ "active": 1
100
106
  },
101
107
  {
102
108
  "id": 8,
@@ -111,7 +117,8 @@
111
117
  "firstname": "Un",
112
118
  "lastname": "Limited",
113
119
  "company": "",
114
- "mail": "limited1@jamespot.com"
120
+ "mail": "limited1@jamespot.com",
121
+ "active": 1
115
122
  },
116
123
  {
117
124
  "id": 9,
@@ -126,7 +133,8 @@
126
133
  "firstname": "Deux",
127
134
  "lastname": "Limited",
128
135
  "company": "",
129
- "mail": "limited2@jamespot.com"
136
+ "mail": "limited2@jamespot.com",
137
+ "active": 1
130
138
  },
131
139
  {
132
140
  "id": 10,
@@ -141,7 +149,8 @@
141
149
  "firstname": "Un",
142
150
  "lastname": "InactiveAdmin",
143
151
  "company": "",
144
- "mail": "inactiveAdmin1@jamespot.com"
152
+ "mail": "inactiveAdmin1@jamespot.com",
153
+ "active": 0
145
154
  },
146
155
  {
147
156
  "id": 11,
@@ -156,7 +165,8 @@
156
165
  "firstname": "InactiveUser",
157
166
  "lastname": "Un",
158
167
  "company": "",
159
- "mail": "inactiveUser1@jamespot.com"
168
+ "mail": "inactiveUser1@jamespot.com",
169
+ "active": 0
160
170
  },
161
171
  {
162
172
  "id": 12,
@@ -171,7 +181,8 @@
171
181
  "firstname": "InactiveLimited",
172
182
  "lastname": "Un",
173
183
  "company": "",
174
- "mail": "inactiveLimited1@jamespot.com"
184
+ "mail": "inactiveLimited1@jamespot.com",
185
+ "active": 0
175
186
  }
176
187
  ],
177
188
  "facets": null
@@ -1,13 +1,7 @@
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
- }
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": 2,
12
+ "id": 3,
13
13
  "type": "tagConcept",
14
14
  "title": "tag 1",
15
- "idTaxonomy": "5",
16
- "dateCreation": "14/04/2023 15:27:56",
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/2",
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": "5",
38
- "dateCreation": "2023-04-14 15:27:56",
37
+ "idTaxonomy": "8",
38
+ "dateCreation": "2023-05-29 17:41:26",
39
39
  "terms": null
40
40
  },
41
- "_timezone": { "dateCreation": "2023-04-14 15:27:56" },
42
- "_url": "/tagConcept/2"
41
+ "_timezone": { "dateCreation": "2023-05-29 17:41:26" },
42
+ "_url": "/tagConcept/3"
43
43
  },
44
44
  {
45
- "id": 3,
45
+ "id": 4,
46
46
  "type": "tagConcept",
47
47
  "title": "tag 2",
48
- "idTaxonomy": "5",
49
- "dateCreation": "14/04/2023 15:27:56",
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/3",
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": "5",
71
- "dateCreation": "2023-04-14 15:27:56",
70
+ "idTaxonomy": "8",
71
+ "dateCreation": "2023-05-29 17:41:26",
72
72
  "terms": null
73
73
  },
74
- "_timezone": { "dateCreation": "2023-04-14 15:27:56" },
75
- "_url": "/tagConcept/3"
74
+ "_timezone": { "dateCreation": "2023-05-29 17:41:26" },
75
+ "_url": "/tagConcept/4"
76
76
  }
77
77
  ],
78
78
  "facets": null
@@ -9,8 +9,8 @@
9
9
  "cnt": 1,
10
10
  "data": [
11
11
  {
12
- "id": "tagConcept/102",
13
- "uri": "tagConcept/102",
12
+ "id": "tagConcept/2",
13
+ "uri": "tagConcept/2",
14
14
  "shortUri": "",
15
15
  "title": "conceptTitle for taxonomyHookTest",
16
16
  "name": "conceptTitle for taxonomyHookTest",
@@ -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": 28 } },
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": 28 } },
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
  }
@@ -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": 5,
7
+ "id": 8,
8
8
  "type": "taxonomyClose",
9
9
  "title": "test",
10
- "dateCreation": "14/04/2023 15:27:53",
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/5",
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-04-14 15:27:53",
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-04-14 15:27:53" },
43
- "_url": "/taxonomy/5"
42
+ "_timezone": { "dateCreation": "2023-05-29 17:41:24" },
43
+ "_url": "/taxonomy/8"
44
44
  }
45
45
  }