jamespot-user-api 1.0.107 → 1.0.108

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 (98) hide show
  1. package/README-internal.md +14 -14
  2. package/documentation/assets/search.js +1 -1
  3. package/documentation/classes/AdminLicenseApi.html +11 -11
  4. package/documentation/classes/AdminStoreApi.html +1 -1
  5. package/documentation/classes/AdminUtilsApi.html +1 -1
  6. package/documentation/classes/JApplicationApi.html +8 -8
  7. package/documentation/classes/JArticleApi.html +1 -1
  8. package/documentation/classes/JAssetReservation.html +1 -1
  9. package/documentation/classes/JAudienceApi.html +1 -1
  10. package/documentation/classes/JBaseApi.html +1 -1
  11. package/documentation/classes/JBookmarkApi.html +1 -1
  12. package/documentation/classes/JCommunityApi.html +1 -1
  13. package/documentation/classes/JDiapazoneApi.html +1 -1
  14. package/documentation/classes/JFileApi.html +5 -5
  15. package/documentation/classes/JFilebankApi.html +1 -1
  16. package/documentation/classes/JGroupApi.html +8 -8
  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/WindowBrowser.html +1 -1
  27. package/documentation/enums/StudioApplicationStatus.html +1 -1
  28. package/documentation/index.html +1 -1
  29. package/documentation/interfaces/AccessRightObject.html +1 -1
  30. package/documentation/interfaces/AdminLicenseUser.html +1 -1
  31. package/documentation/interfaces/ApiDefaultWrapper.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 +19 -6
  61. package/lib/jamespot-user-api.js +1 -1
  62. package/lib/jamespot-user-api.js.map +1 -1
  63. package/lib/src/apis/{assetReservation.d.ts → assetReservation/assetReservation.d.ts} +3 -4
  64. package/lib/src/apis/assetReservation/assetReservation.mock.d.ts +6 -0
  65. package/lib/src/apis/base.d.ts +1 -1
  66. package/lib/src/apis/diapazone/diapazone.d.ts +6 -0
  67. package/lib/src/apis/diapazone/diapazone.mock.d.ts +3 -0
  68. package/lib/src/apis/diapazone/diapazone.test.d.ts +1 -0
  69. package/lib/src/apis/group/group.types.d.ts +1 -0
  70. package/lib/src/apis/index.d.ts +2 -2
  71. package/lib/src/apis/jamespotUserApi.d.ts +2 -2
  72. package/lib/src/apis/share/share.d.ts +1 -0
  73. package/lib/src/apis/wedoc/wedoc.d.ts +1 -1
  74. package/lib/src/apis/wedoc/wedoc.mock.d.ts +1 -0
  75. package/lib/src/types/assetReservation.d.ts +2 -2
  76. package/lib/src/types/diapazone.d.ts +12 -0
  77. package/lib/src/types/index.d.ts +1 -0
  78. package/lib/src/types/user.d.ts +1 -1
  79. package/lib/src/types/utils.d.ts +5 -0
  80. package/lib/src/types/wedoc.d.ts +2 -0
  81. package/lib/src/util/Test.d.ts +10 -1
  82. package/lib/src/util/object.d.ts +11 -0
  83. package/package.json +1 -1
  84. package/phpunitMock/articleCreate-animatedMeeting.json +41 -0
  85. package/phpunitMock/assetReservationBookByDate-default.json +76 -0
  86. package/phpunitMock/assetReservationCancelReservation-default.json +75 -0
  87. package/phpunitMock/assetReservationCreateReservation-default.json +75 -0
  88. package/phpunitMock/diapazoneCreateDiapazone.json +18 -0
  89. package/phpunitMock/objectListAssetReservationList-default.json +428 -0
  90. package/phpunitMock/objectListDiapazoneQueryList-default-raw-list.json +77 -0
  91. package/phpunitMock/onlyOfficeGetFile-get-file.json +2 -1
  92. package/phpunitMock/onlyOfficeGetFiles-get-files.json +2 -1
  93. package/phpunitMock/onlyOfficeGetObjectAccessHash-default.json +7 -0
  94. package/phpunitMock/spotGetProperties-default.json +1 -0
  95. package/pnpm-lock.yaml +12425 -0
  96. package/lib/src/apis/assetReservation.mock.d.ts +0 -3
  97. package/lib/src/apis/diapazone.d.ts +0 -24
  98. /package/lib/src/apis/{assetReservation.test.d.ts → assetReservation/assetReservation.test.d.ts} +0 -0
@@ -0,0 +1,428 @@
1
+ {
2
+ "o": "objectList",
3
+ "f": "assetReservationList",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "limit": 50,
8
+ "page": 1,
9
+ "cnt": 6,
10
+ "data": [
11
+ {
12
+ "id": 74,
13
+ "mainType": "article",
14
+ "type": "reservation",
15
+ "uri": "reservation/74",
16
+ "dateCreation": "2023-06-26 11:57:04",
17
+ "dateModified": "2023-06-26 11:57:04",
18
+ "title": "R\u00e9servation",
19
+ "_url": "/ng/app/assetReservation/asset/71",
20
+ "_right": {
21
+ "create": true,
22
+ "read": true,
23
+ "publish": true,
24
+ "administrate": true,
25
+ "update": true,
26
+ "delete": true,
27
+ "comment": false,
28
+ "member": true
29
+ },
30
+ "description": "<div class='content-html'></div>",
31
+ "_user": {
32
+ "id": 1,
33
+ "mainType": "user",
34
+ "type": "user",
35
+ "uri": "user/1",
36
+ "dateCreation": "2019-03-26 16:29:33",
37
+ "dateModified": "2019-07-19 09:39:23",
38
+ "title": "AdminJenkins",
39
+ "_url": "/user/1",
40
+ "level": 9
41
+ },
42
+ "dateStart": "2023-07-03 08:00",
43
+ "dateEnd": "2023-07-03 09:00",
44
+ "reservationCancelled": false,
45
+ "_asset": {
46
+ "id": 71,
47
+ "mainType": "article",
48
+ "type": "bookableAsset",
49
+ "uri": "bookableAsset/71",
50
+ "dateCreation": "2023-06-26 11:56:56",
51
+ "dateModified": "2023-06-26 11:56:56",
52
+ "title": "test asset 1",
53
+ "_url": "/ng/app/assetReservation/asset/71",
54
+ "_right": {
55
+ "create": true,
56
+ "read": true,
57
+ "publish": true,
58
+ "administrate": true,
59
+ "update": true,
60
+ "delete": true,
61
+ "comment": false,
62
+ "member": true
63
+ },
64
+ "description": "<div class='content-html'></div>",
65
+ "_user": {
66
+ "id": 1,
67
+ "mainType": "user",
68
+ "type": "user",
69
+ "uri": "user/1",
70
+ "dateCreation": "2019-03-26 16:29:33",
71
+ "dateModified": "2019-07-19 09:39:23",
72
+ "title": "AdminJenkins",
73
+ "_url": "/user/1",
74
+ "level": 9
75
+ },
76
+ "_isColorDark": null,
77
+ "assetPlannerBackgroundColor": null
78
+ }
79
+ },
80
+ {
81
+ "id": 75,
82
+ "mainType": "article",
83
+ "type": "reservation",
84
+ "uri": "reservation/75",
85
+ "dateCreation": "2023-06-26 11:57:06",
86
+ "dateModified": "2023-06-26 11:57:06",
87
+ "title": "R\u00e9servation",
88
+ "_url": "/ng/app/assetReservation/asset/71",
89
+ "_right": {
90
+ "create": true,
91
+ "read": true,
92
+ "publish": true,
93
+ "administrate": true,
94
+ "update": true,
95
+ "delete": true,
96
+ "comment": false,
97
+ "member": true
98
+ },
99
+ "description": "<div class='content-html'></div>",
100
+ "_user": {
101
+ "id": 1,
102
+ "mainType": "user",
103
+ "type": "user",
104
+ "uri": "user/1",
105
+ "dateCreation": "2019-03-26 16:29:33",
106
+ "dateModified": "2019-07-19 09:39:23",
107
+ "title": "AdminJenkins",
108
+ "_url": "/user/1",
109
+ "level": 9
110
+ },
111
+ "dateStart": "2023-07-03 09:00",
112
+ "dateEnd": "2023-07-03 10:00",
113
+ "reservationCancelled": false,
114
+ "_asset": {
115
+ "id": 71,
116
+ "mainType": "article",
117
+ "type": "bookableAsset",
118
+ "uri": "bookableAsset/71",
119
+ "dateCreation": "2023-06-26 11:56:56",
120
+ "dateModified": "2023-06-26 11:56:56",
121
+ "title": "test asset 1",
122
+ "_url": "/ng/app/assetReservation/asset/71",
123
+ "_right": {
124
+ "create": true,
125
+ "read": true,
126
+ "publish": true,
127
+ "administrate": true,
128
+ "update": true,
129
+ "delete": true,
130
+ "comment": false,
131
+ "member": true
132
+ },
133
+ "description": "<div class='content-html'></div>",
134
+ "_user": {
135
+ "id": 1,
136
+ "mainType": "user",
137
+ "type": "user",
138
+ "uri": "user/1",
139
+ "dateCreation": "2019-03-26 16:29:33",
140
+ "dateModified": "2019-07-19 09:39:23",
141
+ "title": "AdminJenkins",
142
+ "_url": "/user/1",
143
+ "level": 9
144
+ },
145
+ "_isColorDark": null,
146
+ "assetPlannerBackgroundColor": null
147
+ }
148
+ },
149
+ {
150
+ "id": 76,
151
+ "mainType": "article",
152
+ "type": "reservation",
153
+ "uri": "reservation/76",
154
+ "dateCreation": "2023-06-26 11:57:06",
155
+ "dateModified": "2023-06-26 11:57:06",
156
+ "title": "R\u00e9servation",
157
+ "_url": "/ng/app/assetReservation/asset/71",
158
+ "_right": {
159
+ "create": true,
160
+ "read": true,
161
+ "publish": true,
162
+ "administrate": true,
163
+ "update": true,
164
+ "delete": true,
165
+ "comment": false,
166
+ "member": true
167
+ },
168
+ "description": "<div class='content-html'></div>",
169
+ "_user": {
170
+ "id": 1,
171
+ "mainType": "user",
172
+ "type": "user",
173
+ "uri": "user/1",
174
+ "dateCreation": "2019-03-26 16:29:33",
175
+ "dateModified": "2019-07-19 09:39:23",
176
+ "title": "AdminJenkins",
177
+ "_url": "/user/1",
178
+ "level": 9
179
+ },
180
+ "dateStart": "2023-07-04 11:00",
181
+ "dateEnd": "2023-07-04 12:00",
182
+ "reservationCancelled": false,
183
+ "_asset": {
184
+ "id": 71,
185
+ "mainType": "article",
186
+ "type": "bookableAsset",
187
+ "uri": "bookableAsset/71",
188
+ "dateCreation": "2023-06-26 11:56:56",
189
+ "dateModified": "2023-06-26 11:56:56",
190
+ "title": "test asset 1",
191
+ "_url": "/ng/app/assetReservation/asset/71",
192
+ "_right": {
193
+ "create": true,
194
+ "read": true,
195
+ "publish": true,
196
+ "administrate": true,
197
+ "update": true,
198
+ "delete": true,
199
+ "comment": false,
200
+ "member": true
201
+ },
202
+ "description": "<div class='content-html'></div>",
203
+ "_user": {
204
+ "id": 1,
205
+ "mainType": "user",
206
+ "type": "user",
207
+ "uri": "user/1",
208
+ "dateCreation": "2019-03-26 16:29:33",
209
+ "dateModified": "2019-07-19 09:39:23",
210
+ "title": "AdminJenkins",
211
+ "_url": "/user/1",
212
+ "level": 9
213
+ },
214
+ "_isColorDark": null,
215
+ "assetPlannerBackgroundColor": null
216
+ }
217
+ },
218
+ {
219
+ "id": 77,
220
+ "mainType": "article",
221
+ "type": "reservation",
222
+ "uri": "reservation/77",
223
+ "dateCreation": "2023-06-26 11:57:07",
224
+ "dateModified": "2023-06-26 11:57:07",
225
+ "title": "R\u00e9servation",
226
+ "_url": "/ng/app/assetReservation/asset/72",
227
+ "_right": {
228
+ "create": true,
229
+ "read": true,
230
+ "publish": true,
231
+ "administrate": true,
232
+ "update": true,
233
+ "delete": true,
234
+ "comment": false,
235
+ "member": true
236
+ },
237
+ "description": "<div class='content-html'></div>",
238
+ "_user": {
239
+ "id": 1,
240
+ "mainType": "user",
241
+ "type": "user",
242
+ "uri": "user/1",
243
+ "dateCreation": "2019-03-26 16:29:33",
244
+ "dateModified": "2019-07-19 09:39:23",
245
+ "title": "AdminJenkins",
246
+ "_url": "/user/1",
247
+ "level": 9
248
+ },
249
+ "dateStart": "2023-07-04 11:00",
250
+ "dateEnd": "2023-07-04 12:00",
251
+ "reservationCancelled": false,
252
+ "_asset": {
253
+ "id": 72,
254
+ "mainType": "article",
255
+ "type": "bookableAsset",
256
+ "uri": "bookableAsset/72",
257
+ "dateCreation": "2023-06-26 11:57:03",
258
+ "dateModified": "2023-06-26 11:57:03",
259
+ "title": "test asset 2",
260
+ "_url": "/ng/app/assetReservation/asset/72",
261
+ "_right": {
262
+ "create": true,
263
+ "read": true,
264
+ "publish": true,
265
+ "administrate": true,
266
+ "update": true,
267
+ "delete": true,
268
+ "comment": false,
269
+ "member": true
270
+ },
271
+ "description": "<div class='content-html'></div>",
272
+ "_user": {
273
+ "id": 1,
274
+ "mainType": "user",
275
+ "type": "user",
276
+ "uri": "user/1",
277
+ "dateCreation": "2019-03-26 16:29:33",
278
+ "dateModified": "2019-07-19 09:39:23",
279
+ "title": "AdminJenkins",
280
+ "_url": "/user/1",
281
+ "level": 9
282
+ },
283
+ "_isColorDark": null,
284
+ "assetPlannerBackgroundColor": null
285
+ }
286
+ },
287
+ {
288
+ "id": 78,
289
+ "mainType": "article",
290
+ "type": "reservation",
291
+ "uri": "reservation/78",
292
+ "dateCreation": "2023-06-26 11:57:07",
293
+ "dateModified": "2023-06-26 11:57:07",
294
+ "title": "R\u00e9servation",
295
+ "_url": "/ng/app/assetReservation/asset/73",
296
+ "_right": {
297
+ "create": true,
298
+ "read": true,
299
+ "publish": true,
300
+ "administrate": true,
301
+ "update": true,
302
+ "delete": true,
303
+ "comment": false,
304
+ "member": true
305
+ },
306
+ "description": "<div class='content-html'></div>",
307
+ "_user": {
308
+ "id": 1,
309
+ "mainType": "user",
310
+ "type": "user",
311
+ "uri": "user/1",
312
+ "dateCreation": "2019-03-26 16:29:33",
313
+ "dateModified": "2019-07-19 09:39:23",
314
+ "title": "AdminJenkins",
315
+ "_url": "/user/1",
316
+ "level": 9
317
+ },
318
+ "dateStart": "2023-07-04 11:00",
319
+ "dateEnd": "2023-07-04 12:00",
320
+ "reservationCancelled": false,
321
+ "_asset": {
322
+ "id": 73,
323
+ "mainType": "article",
324
+ "type": "bookableAsset",
325
+ "uri": "bookableAsset/73",
326
+ "dateCreation": "2023-06-26 11:57:03",
327
+ "dateModified": "2023-06-26 11:57:03",
328
+ "title": "test asset 3",
329
+ "_url": "/ng/app/assetReservation/asset/73",
330
+ "_right": {
331
+ "create": true,
332
+ "read": true,
333
+ "publish": true,
334
+ "administrate": true,
335
+ "update": true,
336
+ "delete": true,
337
+ "comment": false,
338
+ "member": true
339
+ },
340
+ "description": "<div class='content-html'></div>",
341
+ "_user": {
342
+ "id": 1,
343
+ "mainType": "user",
344
+ "type": "user",
345
+ "uri": "user/1",
346
+ "dateCreation": "2019-03-26 16:29:33",
347
+ "dateModified": "2019-07-19 09:39:23",
348
+ "title": "AdminJenkins",
349
+ "_url": "/user/1",
350
+ "level": 9
351
+ },
352
+ "_isColorDark": null,
353
+ "assetPlannerBackgroundColor": null
354
+ }
355
+ },
356
+ {
357
+ "id": 80,
358
+ "mainType": "article",
359
+ "type": "reservation",
360
+ "uri": "reservation/80",
361
+ "dateCreation": "2023-06-26 11:57:09",
362
+ "dateModified": "2023-06-26 11:57:09",
363
+ "title": "R\u00e9servation",
364
+ "_url": "/ng/app/assetReservation/asset/71",
365
+ "_right": {
366
+ "create": true,
367
+ "read": true,
368
+ "publish": true,
369
+ "administrate": true,
370
+ "update": true,
371
+ "delete": true,
372
+ "comment": false,
373
+ "member": true
374
+ },
375
+ "description": "<div class='content-html'></div>",
376
+ "_user": {
377
+ "id": 1,
378
+ "mainType": "user",
379
+ "type": "user",
380
+ "uri": "user/1",
381
+ "dateCreation": "2019-03-26 16:29:33",
382
+ "dateModified": "2019-07-19 09:39:23",
383
+ "title": "AdminJenkins",
384
+ "_url": "/user/1",
385
+ "level": 9
386
+ },
387
+ "dateStart": "2023-07-04 15:00",
388
+ "dateEnd": "2023-07-04 16:00",
389
+ "reservationCancelled": false,
390
+ "_asset": {
391
+ "id": 71,
392
+ "mainType": "article",
393
+ "type": "bookableAsset",
394
+ "uri": "bookableAsset/71",
395
+ "dateCreation": "2023-06-26 11:56:56",
396
+ "dateModified": "2023-06-26 11:56:56",
397
+ "title": "test asset 1",
398
+ "_url": "/ng/app/assetReservation/asset/71",
399
+ "_right": {
400
+ "create": true,
401
+ "read": true,
402
+ "publish": true,
403
+ "administrate": true,
404
+ "update": true,
405
+ "delete": true,
406
+ "comment": false,
407
+ "member": true
408
+ },
409
+ "description": "<div class='content-html'></div>",
410
+ "_user": {
411
+ "id": 1,
412
+ "mainType": "user",
413
+ "type": "user",
414
+ "uri": "user/1",
415
+ "dateCreation": "2019-03-26 16:29:33",
416
+ "dateModified": "2019-07-19 09:39:23",
417
+ "title": "AdminJenkins",
418
+ "_url": "/user/1",
419
+ "level": 9
420
+ },
421
+ "_isColorDark": null,
422
+ "assetPlannerBackgroundColor": null
423
+ }
424
+ }
425
+ ],
426
+ "facets": null
427
+ }
428
+ }
@@ -0,0 +1,77 @@
1
+ {
2
+ "o": "ObjectList",
3
+ "f": "DiapazoneQueryList",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "limit": 50,
8
+ "page": 1,
9
+ "cnt": 1,
10
+ "data": [
11
+ {
12
+ "id": 35,
13
+ "mainType": "article",
14
+ "type": "animatedMeeting",
15
+ "uri": "animatedMeeting/35",
16
+ "dateCreation": "2023-06-23 14:28:33",
17
+ "dateModified": "2023-06-23 14:28:33",
18
+ "title": "Animated Meeting for test",
19
+ "_url": "/diapazone/35",
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
+ "_user": {
31
+ "id": 1,
32
+ "mainType": "user",
33
+ "type": "user",
34
+ "uri": "user/1",
35
+ "dateCreation": "2019-03-26 16:29:33",
36
+ "dateModified": "2019-07-19 09:39:23",
37
+ "title": "AdminJenkins",
38
+ "_url": "/user/1",
39
+ "level": 9
40
+ },
41
+ "animatedMeetingContent": {
42
+ "arr": [
43
+ { "title": "Animated Meeting for test", "color": "#7C90DE", "parts": 3600, "displayValue": 60 }
44
+ ],
45
+ "tabs": [],
46
+ "animations": [],
47
+ "visio": null,
48
+ "presence": {},
49
+ "status": {
50
+ "start": true,
51
+ "startDate": "2023-06-23 14:28:35",
52
+ "pause": false,
53
+ "stop": false,
54
+ "seconds": 0
55
+ }
56
+ },
57
+ "dateStart": "2023-06-23 14:28:33",
58
+ "_extend": { "status": "En cours", "statusValue": 2, "date": "Aujourd'hui de 14:28 \u00e0 15:28" },
59
+ "_audience": [
60
+ {
61
+ "id": 6,
62
+ "mainType": "user",
63
+ "type": "user",
64
+ "uri": "user/6",
65
+ "dateCreation": "2019-07-09 15:49:06",
66
+ "dateModified": "2019-07-09 15:51:35",
67
+ "title": "User1",
68
+ "_url": "/user/6",
69
+ "level": 5
70
+ }
71
+ ],
72
+ "_audienceLeft": 0
73
+ }
74
+ ],
75
+ "facets": null
76
+ }
77
+ }
@@ -22,7 +22,8 @@
22
22
  "extension": "xlsx",
23
23
  "icon": "icon-file-excel-o",
24
24
  "label": "Tableur"
25
- }
25
+ },
26
+ "parentFiles": [56]
26
27
  },
27
28
  "_user": {
28
29
  "id": 4,
@@ -24,7 +24,8 @@
24
24
  "extension": "xlsx",
25
25
  "icon": "icon-file-excel-o",
26
26
  "label": "Tableur"
27
- }
27
+ },
28
+ "parentFiles": [56]
28
29
  },
29
30
  "_user": {
30
31
  "id": 4,
@@ -0,0 +1,7 @@
1
+ {
2
+ "o": "OnlyOffice",
3
+ "f": "GetObjectAccessHash",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": "2b52420a9329a76dcedd914e960194726d37c99f8bd545d2f4a32671628bc952"
7
+ }
@@ -6,6 +6,7 @@
6
6
  "result": {
7
7
  "_options": {
8
8
  "custom_widgets": [],
9
+ "isArchive": 0,
9
10
  "edit_access": [
10
11
  { "value": "", "label": "Administrateur", "description": "SPOT_Edit_Access_Admin_Description" },
11
12
  {