jamespot-user-api 1.0.106 → 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 (110) 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 +12 -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/community.d.ts +39 -2
  67. package/lib/src/apis/diapazone/diapazone.d.ts +6 -0
  68. package/lib/src/apis/diapazone/diapazone.mock.d.ts +3 -0
  69. package/lib/src/apis/diapazone/diapazone.test.d.ts +1 -0
  70. package/lib/src/apis/{group.d.ts → group/group.d.ts} +23 -13
  71. package/lib/src/apis/group/group.mock.d.ts +4 -0
  72. package/lib/src/apis/group/group.test.d.ts +1 -0
  73. package/lib/src/apis/group/group.types.d.ts +123 -0
  74. package/lib/src/apis/group/index.d.ts +2 -0
  75. package/lib/src/apis/index.d.ts +2 -2
  76. package/lib/src/apis/jamespotUserApi.d.ts +3 -3
  77. package/lib/src/apis/share/share.d.ts +1 -0
  78. package/lib/src/apis/wedoc/wedoc.d.ts +1 -1
  79. package/lib/src/apis/wedoc/wedoc.mock.d.ts +1 -0
  80. package/lib/src/index.d.ts +1 -3
  81. package/lib/src/types/assetReservation.d.ts +2 -2
  82. package/lib/src/types/autocomplete.d.ts +12 -0
  83. package/lib/src/types/diapazone.d.ts +12 -0
  84. package/lib/src/types/index.d.ts +1 -1
  85. package/lib/src/types/realtime.d.ts +37 -11
  86. package/lib/src/types/user.d.ts +1 -1
  87. package/lib/src/types/utils.d.ts +6 -1
  88. package/lib/src/types/wedoc.d.ts +2 -0
  89. package/lib/src/util/Test.d.ts +10 -1
  90. package/lib/src/util/index.d.ts +4 -0
  91. package/lib/src/util/object.d.ts +12 -0
  92. package/lib/src/util/object.test.d.ts +1 -0
  93. package/package.json +1 -1
  94. package/phpunitMock/articleCreate-animatedMeeting.json +41 -0
  95. package/phpunitMock/assetReservationBookByDate-default.json +76 -0
  96. package/phpunitMock/assetReservationCancelReservation-default.json +75 -0
  97. package/phpunitMock/assetReservationCreateReservation-default.json +75 -0
  98. package/phpunitMock/diapazoneCreateDiapazone.json +18 -0
  99. package/phpunitMock/objectListAssetReservationList-default.json +428 -0
  100. package/phpunitMock/objectListDiapazoneQueryList-default-raw-list.json +77 -0
  101. package/phpunitMock/onlyOfficeGetFile-get-file.json +2 -1
  102. package/phpunitMock/onlyOfficeGetFiles-get-files.json +2 -1
  103. package/phpunitMock/onlyOfficeGetObjectAccessHash-default.json +7 -0
  104. package/phpunitMock/spotGet-default.json +25 -0
  105. package/phpunitMock/spotGetProperties-default.json +78 -0
  106. package/pnpm-lock.yaml +12425 -0
  107. package/lib/src/apis/assetReservation.mock.d.ts +0 -3
  108. package/lib/src/apis/diapazone.d.ts +0 -24
  109. package/lib/src/types/group.d.ts +0 -58
  110. /package/lib/src/apis/{assetReservation.test.d.ts → assetReservation/assetReservation.test.d.ts} +0 -0
@@ -0,0 +1,76 @@
1
+ {
2
+ "o": "assetReservation",
3
+ "f": "bookByDate",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": [
7
+ {
8
+ "id": 71,
9
+ "mainType": "article",
10
+ "type": "bookableAsset",
11
+ "uri": "bookableAsset/71",
12
+ "dateCreation": "2023-06-26 11:56:56",
13
+ "dateModified": "2023-06-26 11:56:56",
14
+ "title": "test asset 1",
15
+ "_url": "/ng/app/assetReservation/asset/71",
16
+ "_right": {
17
+ "create": true,
18
+ "read": true,
19
+ "publish": true,
20
+ "administrate": true,
21
+ "update": true,
22
+ "delete": true,
23
+ "comment": false,
24
+ "member": true
25
+ },
26
+ "description": "<div class='content-html'></div>",
27
+ "_user": {
28
+ "id": 1,
29
+ "mainType": "user",
30
+ "type": "user",
31
+ "uri": "user/1",
32
+ "dateCreation": "2019-03-26 16:29:33",
33
+ "dateModified": "2019-07-19 09:39:23",
34
+ "title": "AdminJenkins",
35
+ "_url": "/user/1",
36
+ "level": 9
37
+ },
38
+ "_isColorDark": null,
39
+ "assetPlannerBackgroundColor": null
40
+ },
41
+ {
42
+ "id": 72,
43
+ "mainType": "article",
44
+ "type": "bookableAsset",
45
+ "uri": "bookableAsset/72",
46
+ "dateCreation": "2023-06-26 11:57:03",
47
+ "dateModified": "2023-06-26 11:57:03",
48
+ "title": "test asset 2",
49
+ "_url": "/ng/app/assetReservation/asset/72",
50
+ "_right": {
51
+ "create": true,
52
+ "read": true,
53
+ "publish": true,
54
+ "administrate": true,
55
+ "update": true,
56
+ "delete": true,
57
+ "comment": false,
58
+ "member": true
59
+ },
60
+ "description": "<div class='content-html'></div>",
61
+ "_user": {
62
+ "id": 1,
63
+ "mainType": "user",
64
+ "type": "user",
65
+ "uri": "user/1",
66
+ "dateCreation": "2019-03-26 16:29:33",
67
+ "dateModified": "2019-07-19 09:39:23",
68
+ "title": "AdminJenkins",
69
+ "_url": "/user/1",
70
+ "level": 9
71
+ },
72
+ "_isColorDark": null,
73
+ "assetPlannerBackgroundColor": null
74
+ }
75
+ ]
76
+ }
@@ -0,0 +1,75 @@
1
+ {
2
+ "o": "assetReservation",
3
+ "f": "cancelReservation",
4
+ "error": 0,
5
+ "messages": [{ "code": 200, "msg": "Enregistrement r\u00e9ussi" }],
6
+ "result": {
7
+ "id": 79,
8
+ "mainType": "article",
9
+ "type": "reservation",
10
+ "uri": "reservation/79",
11
+ "dateCreation": "2023-06-26 11:57:08",
12
+ "dateModified": "2023-06-26 11:57:08",
13
+ "title": "R\u00e9servation",
14
+ "_url": "/ng/app/assetReservation/asset/71",
15
+ "_right": {
16
+ "create": true,
17
+ "read": true,
18
+ "publish": true,
19
+ "administrate": true,
20
+ "update": true,
21
+ "delete": true,
22
+ "comment": false,
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
+ "dateStart": "2023-07-04 12:00",
38
+ "dateEnd": "2023-07-04 13:00",
39
+ "reservationCancelled": true,
40
+ "_asset": {
41
+ "id": 71,
42
+ "mainType": "article",
43
+ "type": "bookableAsset",
44
+ "uri": "bookableAsset/71",
45
+ "dateCreation": "2023-06-26 11:56:56",
46
+ "dateModified": "2023-06-26 11:56:56",
47
+ "title": "test asset 1",
48
+ "_url": "/ng/app/assetReservation/asset/71",
49
+ "_right": {
50
+ "create": true,
51
+ "read": true,
52
+ "publish": true,
53
+ "administrate": true,
54
+ "update": true,
55
+ "delete": true,
56
+ "comment": false,
57
+ "member": true
58
+ },
59
+ "description": "<div class='content-html'></div>",
60
+ "_user": {
61
+ "id": 1,
62
+ "mainType": "user",
63
+ "type": "user",
64
+ "uri": "user/1",
65
+ "dateCreation": "2019-03-26 16:29:33",
66
+ "dateModified": "2019-07-19 09:39:23",
67
+ "title": "AdminJenkins",
68
+ "_url": "/user/1",
69
+ "level": 9
70
+ },
71
+ "_isColorDark": null,
72
+ "assetPlannerBackgroundColor": null
73
+ }
74
+ }
75
+ }
@@ -0,0 +1,75 @@
1
+ {
2
+ "o": "assetReservation",
3
+ "f": "createReservation",
4
+ "error": 0,
5
+ "messages": [{ "code": 200, "msg": "Enregistrement r\u00e9ussi" }],
6
+ "result": {
7
+ "id": 74,
8
+ "mainType": "article",
9
+ "type": "reservation",
10
+ "uri": "reservation/74",
11
+ "dateCreation": "2023-06-26 11:57:04",
12
+ "dateModified": "2023-06-26 11:57:04",
13
+ "title": "R\u00e9servation",
14
+ "_url": "/ng/app/assetReservation/asset/71",
15
+ "_right": {
16
+ "create": true,
17
+ "read": true,
18
+ "publish": true,
19
+ "administrate": true,
20
+ "update": true,
21
+ "delete": true,
22
+ "comment": false,
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
+ "dateStart": "2023-07-03 08:00",
38
+ "dateEnd": "2023-07-03 09:00",
39
+ "reservationCancelled": false,
40
+ "_asset": {
41
+ "id": 71,
42
+ "mainType": "article",
43
+ "type": "bookableAsset",
44
+ "uri": "bookableAsset/71",
45
+ "dateCreation": "2023-06-26 11:56:56",
46
+ "dateModified": "2023-06-26 11:56:56",
47
+ "title": "test asset 1",
48
+ "_url": "/ng/app/assetReservation/asset/71",
49
+ "_right": {
50
+ "create": true,
51
+ "read": true,
52
+ "publish": true,
53
+ "administrate": true,
54
+ "update": true,
55
+ "delete": true,
56
+ "comment": false,
57
+ "member": true
58
+ },
59
+ "description": "<div class='content-html'></div>",
60
+ "_user": {
61
+ "id": 1,
62
+ "mainType": "user",
63
+ "type": "user",
64
+ "uri": "user/1",
65
+ "dateCreation": "2019-03-26 16:29:33",
66
+ "dateModified": "2019-07-19 09:39:23",
67
+ "title": "AdminJenkins",
68
+ "_url": "/user/1",
69
+ "level": 9
70
+ },
71
+ "_isColorDark": null,
72
+ "assetPlannerBackgroundColor": null
73
+ }
74
+ }
75
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "o": "article",
3
+ "f": "create",
4
+ "error": 0,
5
+ "messages": [{ "code": 200, "msg": "Enregistrement r\u00e9ussi" }],
6
+ "result": [
7
+ {
8
+ "id": 1,
9
+ "mainType": "article",
10
+ "type": "mpArticle",
11
+ "uri": "mpArticle/1",
12
+ "title": "Diapazone",
13
+ "_url": "/article/1",
14
+ "dateCreation": "2023-04-11 14:53:51",
15
+ "dateModified": "2023-04-11 14:53:51"
16
+ }
17
+ ]
18
+ }
@@ -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
+ }