jamespot-user-api 1.0.118 → 1.0.120

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 (101) 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/JCommunityApi.html +1 -1
  12. package/documentation/classes/JDiapazoneApi.html +1 -1
  13. package/documentation/classes/JFaqApi.html +1 -1
  14. package/documentation/classes/JFileApi.html +6 -6
  15. package/documentation/classes/JFilebankApi.html +1 -1
  16. package/documentation/classes/JGroupApi.html +9 -9
  17. package/documentation/classes/JLandApi.html +1 -1
  18. package/documentation/classes/JMessengerApi.html +1 -1
  19. package/documentation/classes/JSearchApi.html +6 -6
  20. package/documentation/classes/JShareApi.html +1 -1
  21. package/documentation/classes/JTaxonomyApi.html +2 -2
  22. package/documentation/classes/JUserApi.html +4 -4
  23. package/documentation/classes/JWedocApi.html +1 -1
  24. package/documentation/classes/JamespotUserApi.html +1 -1
  25. package/documentation/classes/Network.html +1 -1
  26. package/documentation/classes/TVDisplayApi.html +1 -1
  27. package/documentation/classes/WindowBrowser.html +1 -1
  28. package/documentation/enums/StudioApplicationStatus.html +1 -1
  29. package/documentation/index.html +1 -1
  30. package/documentation/interfaces/AccessRightObject.html +1 -1
  31. package/documentation/interfaces/AdminLicenseUser.html +1 -1
  32. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  33. package/documentation/interfaces/ApiWrapper.html +1 -1
  34. package/documentation/interfaces/BaseAutocomplete.html +1 -1
  35. package/documentation/interfaces/BaseMessage.html +1 -1
  36. package/documentation/interfaces/Category.html +1 -1
  37. package/documentation/interfaces/FileBankProps.html +1 -1
  38. package/documentation/interfaces/FolderProps.html +1 -1
  39. package/documentation/interfaces/ListFilterSpec.html +1 -1
  40. package/documentation/interfaces/OF.html +1 -1
  41. package/documentation/interfaces/ObjectListProps.html +1 -1
  42. package/documentation/interfaces/PagingResults.html +1 -1
  43. package/documentation/interfaces/RootFolderProps.html +1 -1
  44. package/documentation/interfaces/SearchCategoryModel.html +1 -1
  45. package/documentation/interfaces/SearchCategoryValue.html +1 -1
  46. package/documentation/interfaces/SearchConfig.html +1 -1
  47. package/documentation/interfaces/SearchFacetModel.html +1 -1
  48. package/documentation/interfaces/SearchFacetValueModel.html +1 -1
  49. package/documentation/interfaces/SearchQuery.html +1 -1
  50. package/documentation/interfaces/SearchQueryFilterModel.html +1 -1
  51. package/documentation/interfaces/SearchQueryOption.html +1 -1
  52. package/documentation/interfaces/SearchQueryResult.html +1 -1
  53. package/documentation/interfaces/SearchQuerySortModel.html +1 -1
  54. package/documentation/interfaces/SearchResultCatProps.html +1 -1
  55. package/documentation/interfaces/SearchResultPropsApp.html +1 -1
  56. package/documentation/interfaces/SearchResultPropsObject.html +1 -1
  57. package/documentation/interfaces/SpotProps.html +1 -1
  58. package/documentation/interfaces/Taxonomy.html +1 -1
  59. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  60. package/documentation/interfaces/WindowInterface.html +1 -1
  61. package/documentation/modules.html +14 -9
  62. package/lib/jamespot-user-api.js +1 -1
  63. package/lib/jamespot-user-api.js.map +1 -1
  64. package/lib/src/apis/article/article.d.ts +3 -11
  65. package/lib/src/apis/article/article.mock.d.ts +3 -3
  66. package/lib/src/apis/faq/faq.d.ts +7 -4
  67. package/lib/src/apis/faq/faq.mock.d.ts +6 -1
  68. package/lib/src/apis/file/file.d.ts +68 -0
  69. package/lib/src/apis/file/file.mock.d.ts +8 -0
  70. package/lib/src/apis/file/file.test.d.ts +1 -0
  71. package/lib/src/apis/index.d.ts +1 -1
  72. package/lib/src/apis/jamespotUserApi.d.ts +1 -1
  73. package/lib/src/types/faq.d.ts +24 -3
  74. package/lib/src/types/file.d.ts +9 -20
  75. package/lib/src/types/mediaLibrary.d.ts +3 -7
  76. package/lib/src/types/utils.d.ts +1 -1
  77. package/lib/src/types/widgets.d.ts +9 -10
  78. package/lib/src/util/Test.d.ts +23 -0
  79. package/lib/src/util/file.d.ts +23 -7
  80. package/lib/src/util/file.mock.d.ts +312 -0
  81. package/lib/src/util/network.d.ts +16 -2
  82. package/package.json +1 -1
  83. package/phpunitMock/articleCreate-faq-category.json +3 -4
  84. package/phpunitMock/articleGet-faq-category.json +7 -9
  85. package/phpunitMock/articleGet-mpArticle-list.json +1 -2
  86. package/phpunitMock/articleGet-with-widgets.json +161 -0
  87. package/phpunitMock/articleGetAttachment-success.json +19 -18
  88. package/phpunitMock/articleUpdate-faq-category.json +3 -4
  89. package/phpunitMock/faqAccess-success.json +9 -0
  90. package/phpunitMock/faqCheckItem-success.json +89 -0
  91. package/phpunitMock/fileCreate-rawLittle.json +17 -0
  92. package/phpunitMock/fileDelete-default.json +1 -0
  93. package/phpunitMock/fileDeleteImage-default.json +1 -0
  94. package/phpunitMock/fileGet-default.json +17 -0
  95. package/phpunitMock/fileUpdate-rawLittle.json +18 -0
  96. package/phpunitMock/objectListFaqQueryList-faq-success.json +192 -0
  97. package/phpunitMock/tvDisplayGetChannel-dynamic.json +16 -16
  98. package/phpunitMock/tvDisplayGetChannel-slideshow.json +16 -14
  99. package/phpunitMock/tvDisplayGetConfigureChannel-dynamic.json +16 -16
  100. package/phpunitMock/tvDisplayGetConfigureChannel-slideshow.json +16 -14
  101. package/lib/src/apis/file.d.ts +0 -62
@@ -0,0 +1,89 @@
1
+ {
2
+ "o": "faq",
3
+ "f": "checkItem",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "limit": 300,
8
+ "page": 1,
9
+ "cnt": 2,
10
+ "data": [
11
+ {
12
+ "id": 16,
13
+ "mainType": "article",
14
+ "type": "faqItem",
15
+ "uri": "faqItem/16",
16
+ "dateCreation": "2023-09-20 11:03:39",
17
+ "dateModified": "2023-09-20 11:03:39",
18
+ "title": "ORPHAN ENTRY2",
19
+ "_url": "/ng/app/faq/q/16",
20
+ "_right": {
21
+ "create": true,
22
+ "read": true,
23
+ "publish": false,
24
+ "administrate": true,
25
+ "update": true,
26
+ "delete": true,
27
+ "comment": true,
28
+ "member": true
29
+ },
30
+ "description": "<div class='content-html'>ORPHAN ENTRY2</div>",
31
+ "_user": {
32
+ "id": 4,
33
+ "mainType": "user",
34
+ "type": "user",
35
+ "uri": "user/4",
36
+ "dateCreation": "2019-07-09 15:48:26",
37
+ "dateModified": "2019-07-09 15:51:24",
38
+ "title": "Admin1",
39
+ "_url": "/user/4",
40
+ "level": 9
41
+ },
42
+ "_percent": 63.1578947368421,
43
+ "hierarchy": {
44
+ "category": "CATEGORY 2",
45
+ "theme": "FAQ THEME2"
46
+ }
47
+ },
48
+ {
49
+ "id": 18,
50
+ "mainType": "article",
51
+ "type": "faqItem",
52
+ "uri": "faqItem/18",
53
+ "dateCreation": "2023-09-20 11:03:39",
54
+ "dateModified": "2023-09-20 11:03:39",
55
+ "title": "ORPHAN ENTRY3",
56
+ "_url": "/ng/app/faq/q/18",
57
+ "_right": {
58
+ "create": true,
59
+ "read": true,
60
+ "publish": false,
61
+ "administrate": true,
62
+ "update": true,
63
+ "delete": true,
64
+ "comment": true,
65
+ "member": true
66
+ },
67
+ "description": "<div class='content-html'>ORPHAN ENTRY3</div>",
68
+ "_user": {
69
+ "id": 4,
70
+ "mainType": "user",
71
+ "type": "user",
72
+ "uri": "user/4",
73
+ "dateCreation": "2019-07-09 15:48:26",
74
+ "dateModified": "2019-07-09 15:51:24",
75
+ "title": "Admin1",
76
+ "_url": "/user/4",
77
+ "level": 9
78
+ },
79
+ "_percent": 63.1578947368421,
80
+ "hierarchy": {
81
+ "category": "CATEGORY 3",
82
+ "theme": "FAQ THEME3"
83
+ }
84
+ }
85
+ ],
86
+ "facets": [],
87
+ "idQuery": 1695200647
88
+ }
89
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "o": "file",
3
+ "f": "create",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "id": 9,
8
+ "mainType": "file",
9
+ "type": "fileTmp",
10
+ "uri": "fileTmp/9",
11
+ "dateCreation": "2023-09-14 15:34:15",
12
+ "dateModified": "2023-09-14 15:34:15",
13
+ "title": "imgTest.jpg",
14
+ "mimetype": "image/jpeg",
15
+ "_url": "javascript:void(0);"
16
+ }
17
+ }
@@ -0,0 +1 @@
1
+ { "o": "file", "f": "delete", "error": 0, "messages": [], "result": true }
@@ -0,0 +1 @@
1
+ { "o": "file", "f": "deleteImage", "error": 0, "messages": [], "result": { "id": 29 } }
@@ -0,0 +1,17 @@
1
+ {
2
+ "o": "file",
3
+ "f": "get",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "id": 27,
8
+ "mainType": "file",
9
+ "type": "fileTmp",
10
+ "uri": "fileTmp/27",
11
+ "dateCreation": "2023-09-15 10:29:07",
12
+ "dateModified": "2023-09-15 10:29:06",
13
+ "title": "imgTest.jpg",
14
+ "mimetype": "image/jpeg",
15
+ "_url": "javascript:void(0);"
16
+ }
17
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "o": "file",
3
+ "f": "update",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "id": 8,
8
+ "mainType": "file",
9
+ "type": "fileTmp",
10
+ "uri": "fileTmp/8",
11
+ "dateCreation": "2023-09-14 14:12:30",
12
+ "dateModified": "2023-09-14 14:12:29",
13
+ "title": "imgTest.jpg",
14
+ "mimetype": "image/jpeg",
15
+ "_url": "javascript:void(0);",
16
+ "_extend": { "crop": { "x": 0, "y": 0, "w": 100, "h": 50, "rotation": 1 } }
17
+ }
18
+ }
@@ -0,0 +1,192 @@
1
+ {
2
+ "o": "objectList",
3
+ "f": "faqQueryList",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "limit": 100,
8
+ "page": 1,
9
+ "cnt": 5,
10
+ "data": [
11
+ {
12
+ "id": 13,
13
+ "mainType": "article",
14
+ "type": "faq",
15
+ "uri": "faq/13",
16
+ "dateCreation": "2023-09-27 11:25:39",
17
+ "dateModified": "2023-09-27 11:26:09",
18
+ "title": "CATEGORY 1",
19
+ "_url": "/ng/app/faq/c/13",
20
+ "_right": {
21
+ "create": true,
22
+ "read": true,
23
+ "publish": false,
24
+ "administrate": true,
25
+ "update": true,
26
+ "delete": true,
27
+ "comment": true,
28
+ "member": true
29
+ },
30
+ "description": "<div class='content-html'>description FAQ FOR TEST categorie 1</div>",
31
+ "_user": {
32
+ "id": 4,
33
+ "mainType": "user",
34
+ "type": "user",
35
+ "uri": "user/4",
36
+ "dateCreation": "2019-07-09 15:48:26",
37
+ "dateModified": "2019-07-09 15:51:24",
38
+ "title": "Admin1",
39
+ "_url": "/user/4",
40
+ "level": 9
41
+ },
42
+ "_extend": {
43
+ "itemsCount": 0
44
+ }
45
+ },
46
+ {
47
+ "id": 15,
48
+ "mainType": "article",
49
+ "type": "faq",
50
+ "uri": "faq/15",
51
+ "dateCreation": "2023-09-27 11:25:40",
52
+ "dateModified": "2023-09-27 11:26:02",
53
+ "title": "CATEGORY 2",
54
+ "_url": "/ng/app/faq/c/15",
55
+ "_right": {
56
+ "create": true,
57
+ "read": true,
58
+ "publish": false,
59
+ "administrate": true,
60
+ "update": true,
61
+ "delete": true,
62
+ "comment": true,
63
+ "member": true
64
+ },
65
+ "description": "<div class='content-html'>description FAQ FOR TEST categorie 2</div>",
66
+ "_user": {
67
+ "id": 4,
68
+ "mainType": "user",
69
+ "type": "user",
70
+ "uri": "user/4",
71
+ "dateCreation": "2019-07-09 15:48:26",
72
+ "dateModified": "2019-07-09 15:51:24",
73
+ "title": "Admin1",
74
+ "_url": "/user/4",
75
+ "level": 9
76
+ },
77
+ "_extend": {
78
+ "itemsCount": 1
79
+ }
80
+ },
81
+ {
82
+ "id": 17,
83
+ "mainType": "article",
84
+ "type": "faq",
85
+ "uri": "faq/17",
86
+ "dateCreation": "2023-09-27 11:25:40",
87
+ "dateModified": "2023-09-27 11:25:40",
88
+ "title": "CATEGORY 3",
89
+ "_url": "/ng/app/faq/c/17",
90
+ "_right": {
91
+ "create": true,
92
+ "read": true,
93
+ "publish": false,
94
+ "administrate": true,
95
+ "update": true,
96
+ "delete": true,
97
+ "comment": false,
98
+ "member": true
99
+ },
100
+ "description": "<div class='content-html'>description FAQ FOR TEST categorie 3</div>",
101
+ "_user": {
102
+ "id": 4,
103
+ "mainType": "user",
104
+ "type": "user",
105
+ "uri": "user/4",
106
+ "dateCreation": "2019-07-09 15:48:26",
107
+ "dateModified": "2019-07-09 15:51:24",
108
+ "title": "Admin1",
109
+ "_url": "/user/4",
110
+ "level": 9
111
+ },
112
+ "_extend": {
113
+ "itemsCount": 1
114
+ }
115
+ },
116
+ {
117
+ "id": 19,
118
+ "mainType": "article",
119
+ "type": "faq",
120
+ "uri": "faq/19",
121
+ "dateCreation": "2023-09-27 11:25:56",
122
+ "dateModified": "2023-09-27 11:25:56",
123
+ "title": "FAQ test",
124
+ "_url": "/ng/app/faq/c/19",
125
+ "_right": {
126
+ "create": true,
127
+ "read": true,
128
+ "publish": false,
129
+ "administrate": true,
130
+ "update": true,
131
+ "delete": true,
132
+ "comment": false,
133
+ "member": true
134
+ },
135
+ "description": "<div class='content-html'>FAQ Category description !</div>",
136
+ "_user": {
137
+ "id": 4,
138
+ "mainType": "user",
139
+ "type": "user",
140
+ "uri": "user/4",
141
+ "dateCreation": "2019-07-09 15:48:26",
142
+ "dateModified": "2019-07-09 15:51:24",
143
+ "title": "Admin1",
144
+ "_url": "/user/4",
145
+ "level": 9
146
+ },
147
+ "faqColor": "#111111",
148
+ "_extend": {
149
+ "itemsCount": 0
150
+ }
151
+ },
152
+ {
153
+ "id": 20,
154
+ "mainType": "article",
155
+ "type": "faq",
156
+ "uri": "faq/20",
157
+ "dateCreation": "2023-09-27 11:25:57",
158
+ "dateModified": "2023-09-27 11:25:57",
159
+ "title": "New title",
160
+ "_url": "/ng/app/faq/c/20",
161
+ "_right": {
162
+ "create": true,
163
+ "read": true,
164
+ "publish": false,
165
+ "administrate": true,
166
+ "update": true,
167
+ "delete": true,
168
+ "comment": false,
169
+ "member": true
170
+ },
171
+ "description": "<div class='content-html'>New description</div>",
172
+ "_user": {
173
+ "id": 4,
174
+ "mainType": "user",
175
+ "type": "user",
176
+ "uri": "user/4",
177
+ "dateCreation": "2019-07-09 15:48:26",
178
+ "dateModified": "2019-07-09 15:51:24",
179
+ "title": "Admin1",
180
+ "_url": "/user/4",
181
+ "level": 9
182
+ },
183
+ "faqColor": "#111111",
184
+ "_extend": {
185
+ "itemsCount": 0
186
+ }
187
+ }
188
+ ],
189
+ "facets": null,
190
+ "idQuery": null
191
+ }
192
+ }
@@ -6,12 +6,12 @@
6
6
  "result": {
7
7
  "interval": 60,
8
8
  "channel": {
9
- "id": 168,
9
+ "id": 147,
10
10
  "mainType": "article",
11
11
  "type": "tvDisplayChannel",
12
- "uri": "tvDisplayChannel/168",
13
- "dateCreation": "2023-07-31 11:12:03",
14
- "dateModified": "2023-07-31 11:12:03",
12
+ "uri": "tvDisplayChannel/147",
13
+ "dateCreation": "2023-09-15 09:57:22",
14
+ "dateModified": "2023-09-15 09:57:24",
15
15
  "title": "TV Channel dynamic",
16
16
  "_url": "/ng/rr/tv-display",
17
17
  "_right": {
@@ -44,25 +44,25 @@
44
44
  "type": "spot",
45
45
  "uri": "spot/1",
46
46
  "dateCreation": "2019-07-18 18:36:24",
47
- "dateModified": "2023-07-31 11:12:04",
47
+ "dateModified": "2023-09-15 09:57:24",
48
48
  "title": "Groupe public",
49
49
  "_url": "/group/1",
50
50
  "privacy": 1,
51
51
  "category": "1"
52
52
  },
53
- "tvChannelConfig": { "contents": [], "key": "64c77ae3d247e" },
53
+ "tvChannelConfig": { "contents": [], "key": "65040e622030f" },
54
54
  "_extend": {
55
- "imageSecureUrl": "http://jenkins-preprod.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoib3JpZ2luYWxcL3R2RGlzcGxheUNoYW5uZWxcLzE2OC5wbmcifQ.ZBwfoMazbEWGpKidSLYvIKHfgsRJUQ1QyOoOE5X_K-8",
55
+ "imageSecureUrl": "http://jenkins-preprod.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoib3JpZ2luYWxcL3R2RGlzcGxheUNoYW5uZWxcLzE0Ny5wbmcifQ.M_AZe2Im1tlWaFUZZZs0vSTFAIV4A5bEzGG0ErrY1l8",
56
56
  "articles": [
57
57
  {
58
- "id": 169,
58
+ "id": 148,
59
59
  "mainType": "article",
60
60
  "type": "mpArticle",
61
- "uri": "mpArticle/169",
62
- "dateCreation": "2023-07-31 11:12:04",
63
- "dateModified": "2023-07-31 11:12:04",
61
+ "uri": "mpArticle/148",
62
+ "dateCreation": "2023-09-15 09:57:24",
63
+ "dateModified": "2023-09-15 09:57:25",
64
64
  "title": "a-2",
65
- "_url": "/article/169",
65
+ "_url": "/article/148",
66
66
  "_right": {
67
67
  "create": true,
68
68
  "read": true,
@@ -87,14 +87,14 @@
87
87
  },
88
88
  "_extend": {
89
89
  "descriptionSecure": "<div class=\"content-html\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</div>\n",
90
- "imageSecureUrl": "http://jenkins-preprod.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoib3JpZ2luYWxcL21wQXJ0aWNsZVwvMTY5LnBuZyJ9.QmhlsUg2s41MxGDSQFt49NNQYWCaMCepRaNElYFTEA8",
90
+ "imageSecureUrl": "http://jenkins-preprod.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoib3JpZ2luYWxcL21wQXJ0aWNsZVwvMTQ4LnBuZyJ9.SyBEjpsFFbeL-GWT69yKgtL9v7af6KjOcNoQe8hKWOI",
91
91
  "comments": [
92
92
  {
93
- "id": 13,
93
+ "id": 12,
94
94
  "mainType": "comment",
95
95
  "type": "comment",
96
- "uri": "comment/13",
97
- "dateCreation": "2023-07-31 11:12:04",
96
+ "uri": "comment/12",
97
+ "dateCreation": "2023-09-15 09:57:26",
98
98
  "dateModified": null,
99
99
  "description": "<div class='content-html'>Phasellus sodales augue vitae sapien tempus tristique.</div>",
100
100
  "_user": {
@@ -6,12 +6,12 @@
6
6
  "result": {
7
7
  "interval": 60,
8
8
  "channel": {
9
- "id": 171,
9
+ "id": 150,
10
10
  "mainType": "article",
11
11
  "type": "tvDisplayChannel",
12
- "uri": "tvDisplayChannel/171",
13
- "dateCreation": "2023-07-31 11:12:04",
14
- "dateModified": "2023-07-31 11:12:04",
12
+ "uri": "tvDisplayChannel/150",
13
+ "dateCreation": "2023-09-15 09:57:26",
14
+ "dateModified": "2023-09-15 09:57:26",
15
15
  "title": "TV Channel slideshow",
16
16
  "_url": "/ng/rr/tv-display",
17
17
  "_right": {
@@ -44,39 +44,41 @@
44
44
  "type": "spot",
45
45
  "uri": "spot/1",
46
46
  "dateCreation": "2019-07-18 18:36:24",
47
- "dateModified": "2023-07-31 11:12:04",
47
+ "dateModified": "2023-09-15 09:57:24",
48
48
  "title": "Groupe public",
49
49
  "_url": "/group/1",
50
50
  "privacy": 1,
51
51
  "category": "1"
52
52
  },
53
- "tvChannelConfig": { "contents": [], "key": "64c77ae48a2d0" },
53
+ "tvChannelConfig": { "contents": [], "key": "65040e66b77be" },
54
54
  "_extend": {
55
55
  "attachments": [
56
56
  {
57
- "id": 22,
57
+ "id": 20,
58
58
  "mainType": "fileArticle",
59
59
  "type": "fileArticle",
60
- "uri": "fileArticle/22",
61
- "dateCreation": "2023-07-31 11:12:04",
60
+ "uri": "fileArticle/20",
61
+ "dateCreation": "2023-09-15 09:57:27",
62
62
  "dateModified": null,
63
63
  "title": "imgTest.jpg",
64
+ "mimetype": "image/jpeg",
64
65
  "_url": "/ng/rr/tv-display",
65
66
  "_extend": {
66
- "imageSecureUrl": "http://jenkins-preprod.jamespot.pro/mediasecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZEZpbGUiOiIyMiIsIm1lZGlhS2V5IjoiOGNiMDYwYjRhOWMzNTBhOWQzNGI1ODg0NzlkMjBjOWYifQ.nhy6AHgSUJ25GW_zvg3Ng8efxxErEOaHZIbAhK8qqZ0"
67
+ "imageSecureUrl": "http://jenkins-preprod.jamespot.pro/mediasecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZEZpbGUiOiIyMCIsIm1lZGlhS2V5IjoiOGNiMDYwYjRhOWMzNTBhOWQzNGI1ODg0NzlkMjBjOWYifQ.LvM19cWwGYEEjLxTeYxYe_6s-GEDonSGit3eDm5uEHY"
67
68
  }
68
69
  },
69
70
  {
70
- "id": 23,
71
+ "id": 21,
71
72
  "mainType": "fileArticle",
72
73
  "type": "fileArticle",
73
- "uri": "fileArticle/23",
74
- "dateCreation": "2023-07-31 11:12:04",
74
+ "uri": "fileArticle/21",
75
+ "dateCreation": "2023-09-15 09:57:27",
75
76
  "dateModified": null,
76
77
  "title": "imgTest.jpg",
78
+ "mimetype": "image/jpeg",
77
79
  "_url": "/ng/rr/tv-display",
78
80
  "_extend": {
79
- "imageSecureUrl": "http://jenkins-preprod.jamespot.pro/mediasecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZEZpbGUiOiIyMyIsIm1lZGlhS2V5IjoiOGNiMDYwYjRhOWMzNTBhOWQzNGI1ODg0NzlkMjBjOWYifQ.5UNtRkFJvc2hTkiJ7i7UFt-8WD-tTw0JFOZMQI9ROpo"
81
+ "imageSecureUrl": "http://jenkins-preprod.jamespot.pro/mediasecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZEZpbGUiOiIyMSIsIm1lZGlhS2V5IjoiOGNiMDYwYjRhOWMzNTBhOWQzNGI1ODg0NzlkMjBjOWYifQ.0ateeXcwyHrVzdcWyRZsH0Nun04OouZ8DmrBfMDc_f4"
80
82
  }
81
83
  }
82
84
  ]
@@ -4,12 +4,12 @@
4
4
  "error": 0,
5
5
  "messages": [],
6
6
  "result": {
7
- "id": 168,
7
+ "id": 147,
8
8
  "mainType": "article",
9
9
  "type": "tvDisplayChannel",
10
- "uri": "tvDisplayChannel/168",
11
- "dateCreation": "2023-07-31 11:12:03",
12
- "dateModified": "2023-07-31 11:12:03",
10
+ "uri": "tvDisplayChannel/147",
11
+ "dateCreation": "2023-09-15 09:57:22",
12
+ "dateModified": "2023-09-15 09:57:24",
13
13
  "title": "TV Channel dynamic",
14
14
  "_url": "/ng/rr/tv-display",
15
15
  "_right": {
@@ -42,25 +42,25 @@
42
42
  "type": "spot",
43
43
  "uri": "spot/1",
44
44
  "dateCreation": "2019-07-18 18:36:24",
45
- "dateModified": "2023-07-31 11:12:04",
45
+ "dateModified": "2023-09-15 09:57:24",
46
46
  "title": "Groupe public",
47
47
  "_url": "/group/1",
48
48
  "privacy": 1,
49
49
  "category": "1"
50
50
  },
51
- "tvChannelConfig": { "contents": [], "key": "64c77ae3d247e" },
51
+ "tvChannelConfig": { "contents": [], "key": "65040e622030f" },
52
52
  "_extend": {
53
- "imageSecureUrl": "http://jenkins-preprod.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoib3JpZ2luYWxcL3R2RGlzcGxheUNoYW5uZWxcLzE2OC5wbmcifQ.ZBwfoMazbEWGpKidSLYvIKHfgsRJUQ1QyOoOE5X_K-8",
53
+ "imageSecureUrl": "http://jenkins-preprod.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoib3JpZ2luYWxcL3R2RGlzcGxheUNoYW5uZWxcLzE0Ny5wbmcifQ.M_AZe2Im1tlWaFUZZZs0vSTFAIV4A5bEzGG0ErrY1l8",
54
54
  "articles": [
55
55
  {
56
- "id": 169,
56
+ "id": 148,
57
57
  "mainType": "article",
58
58
  "type": "mpArticle",
59
- "uri": "mpArticle/169",
60
- "dateCreation": "2023-07-31 11:12:04",
61
- "dateModified": "2023-07-31 11:12:04",
59
+ "uri": "mpArticle/148",
60
+ "dateCreation": "2023-09-15 09:57:24",
61
+ "dateModified": "2023-09-15 09:57:25",
62
62
  "title": "a-2",
63
- "_url": "/article/169",
63
+ "_url": "/article/148",
64
64
  "_right": {
65
65
  "create": true,
66
66
  "read": true,
@@ -85,14 +85,14 @@
85
85
  },
86
86
  "_extend": {
87
87
  "descriptionSecure": "<div class=\"content-html\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</div>\n",
88
- "imageSecureUrl": "http://jenkins-preprod.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoib3JpZ2luYWxcL21wQXJ0aWNsZVwvMTY5LnBuZyJ9.QmhlsUg2s41MxGDSQFt49NNQYWCaMCepRaNElYFTEA8",
88
+ "imageSecureUrl": "http://jenkins-preprod.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoib3JpZ2luYWxcL21wQXJ0aWNsZVwvMTQ4LnBuZyJ9.SyBEjpsFFbeL-GWT69yKgtL9v7af6KjOcNoQe8hKWOI",
89
89
  "comments": [
90
90
  {
91
- "id": 13,
91
+ "id": 12,
92
92
  "mainType": "comment",
93
93
  "type": "comment",
94
- "uri": "comment/13",
95
- "dateCreation": "2023-07-31 11:12:04",
94
+ "uri": "comment/12",
95
+ "dateCreation": "2023-09-15 09:57:26",
96
96
  "dateModified": null,
97
97
  "description": "<div class='content-html'>Phasellus sodales augue vitae sapien tempus tristique.</div>",
98
98
  "_user": {
@@ -4,12 +4,12 @@
4
4
  "error": 0,
5
5
  "messages": [],
6
6
  "result": {
7
- "id": 171,
7
+ "id": 150,
8
8
  "mainType": "article",
9
9
  "type": "tvDisplayChannel",
10
- "uri": "tvDisplayChannel/171",
11
- "dateCreation": "2023-07-31 11:12:04",
12
- "dateModified": "2023-07-31 11:12:04",
10
+ "uri": "tvDisplayChannel/150",
11
+ "dateCreation": "2023-09-15 09:57:26",
12
+ "dateModified": "2023-09-15 09:57:26",
13
13
  "title": "TV Channel slideshow",
14
14
  "_url": "/ng/rr/tv-display",
15
15
  "_right": {
@@ -42,39 +42,41 @@
42
42
  "type": "spot",
43
43
  "uri": "spot/1",
44
44
  "dateCreation": "2019-07-18 18:36:24",
45
- "dateModified": "2023-07-31 11:12:04",
45
+ "dateModified": "2023-09-15 09:57:24",
46
46
  "title": "Groupe public",
47
47
  "_url": "/group/1",
48
48
  "privacy": 1,
49
49
  "category": "1"
50
50
  },
51
- "tvChannelConfig": { "contents": [], "key": "64c77ae48a2d0" },
51
+ "tvChannelConfig": { "contents": [], "key": "65040e66b77be" },
52
52
  "_extend": {
53
53
  "attachments": [
54
54
  {
55
- "id": 22,
55
+ "id": 20,
56
56
  "mainType": "fileArticle",
57
57
  "type": "fileArticle",
58
- "uri": "fileArticle/22",
59
- "dateCreation": "2023-07-31 11:12:04",
58
+ "uri": "fileArticle/20",
59
+ "dateCreation": "2023-09-15 09:57:27",
60
60
  "dateModified": null,
61
61
  "title": "imgTest.jpg",
62
+ "mimetype": "image/jpeg",
62
63
  "_url": "/ng/rr/tv-display",
63
64
  "_extend": {
64
- "imageSecureUrl": "http://jenkins-preprod.jamespot.pro/mediasecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZEZpbGUiOiIyMiIsIm1lZGlhS2V5IjoiOGNiMDYwYjRhOWMzNTBhOWQzNGI1ODg0NzlkMjBjOWYifQ.nhy6AHgSUJ25GW_zvg3Ng8efxxErEOaHZIbAhK8qqZ0"
65
+ "imageSecureUrl": "http://jenkins-preprod.jamespot.pro/mediasecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZEZpbGUiOiIyMCIsIm1lZGlhS2V5IjoiOGNiMDYwYjRhOWMzNTBhOWQzNGI1ODg0NzlkMjBjOWYifQ.LvM19cWwGYEEjLxTeYxYe_6s-GEDonSGit3eDm5uEHY"
65
66
  }
66
67
  },
67
68
  {
68
- "id": 23,
69
+ "id": 21,
69
70
  "mainType": "fileArticle",
70
71
  "type": "fileArticle",
71
- "uri": "fileArticle/23",
72
- "dateCreation": "2023-07-31 11:12:04",
72
+ "uri": "fileArticle/21",
73
+ "dateCreation": "2023-09-15 09:57:27",
73
74
  "dateModified": null,
74
75
  "title": "imgTest.jpg",
76
+ "mimetype": "image/jpeg",
75
77
  "_url": "/ng/rr/tv-display",
76
78
  "_extend": {
77
- "imageSecureUrl": "http://jenkins-preprod.jamespot.pro/mediasecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZEZpbGUiOiIyMyIsIm1lZGlhS2V5IjoiOGNiMDYwYjRhOWMzNTBhOWQzNGI1ODg0NzlkMjBjOWYifQ.5UNtRkFJvc2hTkiJ7i7UFt-8WD-tTw0JFOZMQI9ROpo"
79
+ "imageSecureUrl": "http://jenkins-preprod.jamespot.pro/mediasecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZEZpbGUiOiIyMSIsIm1lZGlhS2V5IjoiOGNiMDYwYjRhOWMzNTBhOWQzNGI1ODg0NzlkMjBjOWYifQ.0ateeXcwyHrVzdcWyRZsH0Nun04OouZ8DmrBfMDc_f4"
78
80
  }
79
81
  }
80
82
  ]