jamespot-user-api 1.0.121 → 1.0.123

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 (117) 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/JObjectApi.html +1 -0
  20. package/documentation/classes/JSearchApi.html +6 -6
  21. package/documentation/classes/JShareApi.html +1 -1
  22. package/documentation/classes/JTaxonomyApi.html +2 -2
  23. package/documentation/classes/JUserApi.html +4 -4
  24. package/documentation/classes/JWedocApi.html +1 -1
  25. package/documentation/classes/JamespotUserApi.html +1 -1
  26. package/documentation/classes/Network.html +1 -1
  27. package/documentation/classes/TVDisplayApi.html +1 -1
  28. package/documentation/classes/WindowBrowser.html +1 -1
  29. package/documentation/enums/StudioApplicationStatus.html +1 -1
  30. package/documentation/index.html +1 -1
  31. package/documentation/interfaces/AccessRightObject.html +1 -1
  32. package/documentation/interfaces/AdminLicenseUser.html +1 -1
  33. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  34. package/documentation/interfaces/ApiWrapper.html +1 -1
  35. package/documentation/interfaces/BaseAutocomplete.html +1 -1
  36. package/documentation/interfaces/BaseMessage.html +1 -1
  37. package/documentation/interfaces/Category.html +1 -1
  38. package/documentation/interfaces/FileBankProps.html +1 -1
  39. package/documentation/interfaces/FolderProps.html +1 -1
  40. package/documentation/interfaces/ListFilterSpec.html +1 -1
  41. package/documentation/interfaces/OF.html +1 -1
  42. package/documentation/interfaces/ObjectListProps.html +1 -1
  43. package/documentation/interfaces/PagingResults.html +1 -1
  44. package/documentation/interfaces/RootFolderProps.html +1 -1
  45. package/documentation/interfaces/SearchCategoryModel.html +1 -1
  46. package/documentation/interfaces/SearchCategoryValue.html +1 -1
  47. package/documentation/interfaces/SearchConfig.html +1 -1
  48. package/documentation/interfaces/SearchFacetModel.html +1 -1
  49. package/documentation/interfaces/SearchFacetValueModel.html +1 -1
  50. package/documentation/interfaces/SearchQuery.html +1 -1
  51. package/documentation/interfaces/SearchQueryFilterModel.html +1 -1
  52. package/documentation/interfaces/SearchQueryOption.html +1 -1
  53. package/documentation/interfaces/SearchQueryResult.html +1 -1
  54. package/documentation/interfaces/SearchQuerySortModel.html +1 -1
  55. package/documentation/interfaces/SearchResultCatProps.html +1 -1
  56. package/documentation/interfaces/SearchResultPropsApp.html +1 -1
  57. package/documentation/interfaces/SearchResultPropsObject.html +1 -1
  58. package/documentation/interfaces/SpotProps.html +1 -1
  59. package/documentation/interfaces/Taxonomy.html +1 -1
  60. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  61. package/documentation/interfaces/WindowInterface.html +1 -1
  62. package/documentation/modules.html +11 -11
  63. package/lib/jamespot-user-api.js +1 -1
  64. package/lib/jamespot-user-api.js.map +1 -1
  65. package/lib/src/apis/faq/faq.d.ts +11 -2
  66. package/lib/src/apis/faq/faq.mock.d.ts +29 -4
  67. package/lib/src/apis/file/file.d.ts +8 -1
  68. package/lib/src/apis/index.d.ts +1 -0
  69. package/lib/src/apis/jamespotUserApi.d.ts +2 -0
  70. package/lib/src/apis/object/object.d.ts +12 -0
  71. package/lib/src/apis/object/object.mock.d.ts +5 -0
  72. package/lib/src/apis/object/object.test.d.ts +1 -0
  73. package/lib/src/apis/share/share.d.ts +2 -11
  74. package/lib/src/apis/share/share.mock.d.ts +3 -7
  75. package/lib/src/apis/wedoc/wedoc.d.ts +5 -6
  76. package/lib/src/apis/wedoc/wedoc.mock.d.ts +4 -1
  77. package/lib/src/types/faq.d.ts +40 -3
  78. package/lib/src/types/group.d.ts +2 -0
  79. package/lib/src/types/share.d.ts +2 -1
  80. package/lib/src/types/utils.d.ts +3 -0
  81. package/lib/src/types/wedoc.d.ts +6 -1
  82. package/package.json +1 -1
  83. package/phpunitMock/articleCreate-faq-category.json +2 -2
  84. package/phpunitMock/articleCreate-faq-item.json +52 -0
  85. package/phpunitMock/articleDelete-faq-item.json +12 -0
  86. package/phpunitMock/articleGet-faq-category.json +9 -3
  87. package/phpunitMock/articleUpdate-faq-category.json +2 -2
  88. package/phpunitMock/articleUpdate-faq-item.json +50 -0
  89. package/phpunitMock/assetReservationBookByDate-default.json +2 -0
  90. package/phpunitMock/assetReservationCancelReservation-default.json +2 -0
  91. package/phpunitMock/assetReservationCreateReservation-default.json +2 -0
  92. package/phpunitMock/faqAddEntry-success.json +54 -0
  93. package/phpunitMock/faqAddTheme-success.json +17 -6
  94. package/phpunitMock/faqCheckItem-success.json +10 -8
  95. package/phpunitMock/faqDeleteTheme-success.json +22 -6
  96. package/phpunitMock/faqGetEntry-success.json +57 -0
  97. package/phpunitMock/faqMoveEntry-success.json +56 -0
  98. package/phpunitMock/objectGetAccess-default.json +1 -0
  99. package/phpunitMock/objectGetAccessHash-default.json +7 -0
  100. package/phpunitMock/objectGetObject-default.json +16 -0
  101. package/phpunitMock/objectListAssetReservationList-default.json +86 -73
  102. package/phpunitMock/objectListFaqQueryList-faq-success.json +10 -5
  103. package/phpunitMock/objectSetAccess-default.json +1 -0
  104. package/phpunitMock/onlyOfficeAskAccess-ask-read.json +1 -0
  105. package/phpunitMock/onlyOfficeGetAccessRequest-all-request.json +19 -0
  106. package/phpunitMock/onlyOfficeGetFile-get-file.json +13 -10
  107. package/phpunitMock/onlyOfficeGetFiles-get-files.json +17 -13
  108. package/phpunitMock/onlyOfficeSetAccessRequest-accept.json +1 -0
  109. package/phpunitMock/sharedContentObjectLinks-default.json +1 -0
  110. package/phpunitMock/sharedContentSetObjectAccessRule-default.json +1 -0
  111. package/phpunitMock/tvDisplayGetChannel-dynamic.json +1067 -2
  112. package/phpunitMock/tvDisplayGetChannel-slideshow.json +1 -0
  113. package/phpunitMock/tvDisplayGetConfigureChannel-dynamic.json +1067 -2
  114. package/phpunitMock/tvDisplayGetConfigureChannel-slideshow.json +1 -0
  115. package/phpunitMock/onlyOfficeGetObject-default.json +0 -26
  116. package/phpunitMock/onlyOfficeGetObjectAccess-default.json +0 -34
  117. package/phpunitMock/onlyOfficeSetObjectAccess-default.json +0 -1
@@ -9,14 +9,14 @@
9
9
  }
10
10
  ],
11
11
  "result": {
12
- "id": 85,
12
+ "id": 13,
13
13
  "mainType": "article",
14
14
  "type": "faq",
15
- "uri": "faq/85",
16
- "dateCreation": "2023-10-04 13:59:38",
17
- "dateModified": "2023-10-04 14:00:05",
15
+ "uri": "faq/13",
16
+ "dateCreation": "2023-10-11 15:33:49",
17
+ "dateModified": "2023-10-11 15:34:23",
18
18
  "title": "CATEGORY 1",
19
- "_url": "/ng/app/faq/c/85",
19
+ "_url": "/ng/app/faq/c/13",
20
20
  "_right": {
21
21
  "create": true,
22
22
  "read": true,
@@ -43,6 +43,17 @@
43
43
  "faqColor": "",
44
44
  "_audience": [],
45
45
  "tags": [],
46
- "isWeb": false
46
+ "isWeb": false,
47
+ "faqContent": [
48
+ {
49
+ "title": "FAQ THEME",
50
+ "items": ["faqItem/14"]
51
+ },
52
+ {
53
+ "title": "testFaqAddTheme",
54
+ "id": "6526a45fe9cef",
55
+ "items": []
56
+ }
57
+ ]
47
58
  }
48
59
  }
@@ -13,9 +13,9 @@
13
13
  "mainType": "article",
14
14
  "type": "faqItem",
15
15
  "uri": "faqItem/16",
16
- "dateCreation": "2023-09-20 11:03:39",
17
- "dateModified": "2023-09-20 11:03:39",
18
- "title": "ORPHAN ENTRY2",
16
+ "dateCreation": "2023-10-24 16:08:38",
17
+ "dateModified": "2023-10-24 16:08:38",
18
+ "title": "ORPHAN ENTRY2 QUERY",
19
19
  "_url": "/ng/app/faq/q/16",
20
20
  "_right": {
21
21
  "create": true,
@@ -39,7 +39,8 @@
39
39
  "_url": "/user/4",
40
40
  "level": 9
41
41
  },
42
- "_percent": 63.1578947368421,
42
+ "_audience": [],
43
+ "_percent": 77.41935483870968,
43
44
  "hierarchy": {
44
45
  "category": "CATEGORY 2",
45
46
  "theme": "FAQ THEME2"
@@ -50,8 +51,8 @@
50
51
  "mainType": "article",
51
52
  "type": "faqItem",
52
53
  "uri": "faqItem/18",
53
- "dateCreation": "2023-09-20 11:03:39",
54
- "dateModified": "2023-09-20 11:03:39",
54
+ "dateCreation": "2023-10-24 16:08:38",
55
+ "dateModified": "2023-10-24 16:08:38",
55
56
  "title": "ORPHAN ENTRY3",
56
57
  "_url": "/ng/app/faq/q/18",
57
58
  "_right": {
@@ -76,7 +77,8 @@
76
77
  "_url": "/user/4",
77
78
  "level": 9
78
79
  },
79
- "_percent": 63.1578947368421,
80
+ "_audience": [],
81
+ "_percent": 80,
80
82
  "hierarchy": {
81
83
  "category": "CATEGORY 3",
82
84
  "theme": "FAQ THEME3"
@@ -84,6 +86,6 @@
84
86
  }
85
87
  ],
86
88
  "facets": [],
87
- "idQuery": 1695200647
89
+ "idQuery": 1698156546
88
90
  }
89
91
  }
@@ -9,14 +9,14 @@
9
9
  }
10
10
  ],
11
11
  "result": {
12
- "id": 85,
12
+ "id": 13,
13
13
  "mainType": "article",
14
14
  "type": "faq",
15
- "uri": "faq/85",
16
- "dateCreation": "2023-10-04 13:59:38",
17
- "dateModified": "2023-10-04 14:00:05",
15
+ "uri": "faq/13",
16
+ "dateCreation": "2023-10-11 15:33:49",
17
+ "dateModified": "2023-10-11 15:34:24",
18
18
  "title": "CATEGORY 1",
19
- "_url": "/ng/app/faq/c/85",
19
+ "_url": "/ng/app/faq/c/13",
20
20
  "_right": {
21
21
  "create": true,
22
22
  "read": true,
@@ -43,6 +43,22 @@
43
43
  "faqColor": "",
44
44
  "_audience": [],
45
45
  "tags": [],
46
- "isWeb": false
46
+ "isWeb": false,
47
+ "faqContent": [
48
+ {
49
+ "title": "FAQ THEME",
50
+ "items": ["faqItem/14"]
51
+ },
52
+ {
53
+ "title": "testFaqAddTheme",
54
+ "id": "6526a45fe9cef",
55
+ "items": []
56
+ },
57
+ {
58
+ "title": "UPDATE",
59
+ "id": "6526a460052b7",
60
+ "items": []
61
+ }
62
+ ]
47
63
  }
48
64
  }
@@ -0,0 +1,57 @@
1
+ {
2
+ "o": "faq",
3
+ "f": "getEntry",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "id": 14,
8
+ "mainType": "article",
9
+ "type": "faqItem",
10
+ "uri": "faqItem/14",
11
+ "dateCreation": "2023-10-11 09:40:48",
12
+ "dateModified": "2023-10-11 09:40:48",
13
+ "title": "ORPHAN ENTRY",
14
+ "_url": "/ng/app/faq/q/14",
15
+ "_right": {
16
+ "create": true,
17
+ "read": true,
18
+ "publish": false,
19
+ "administrate": true,
20
+ "update": true,
21
+ "delete": true,
22
+ "comment": true,
23
+ "member": true
24
+ },
25
+ "description": "<div class='content-html'>ORPHAN ENTRY</div>",
26
+ "_user": {
27
+ "id": 4,
28
+ "mainType": "user",
29
+ "type": "user",
30
+ "uri": "user/4",
31
+ "dateCreation": "2019-07-09 15:48:26",
32
+ "dateModified": "2019-07-09 15:51:24",
33
+ "title": "Admin1",
34
+ "_url": "/user/4",
35
+ "level": 9
36
+ },
37
+ "_audience": [],
38
+ "processContext": null,
39
+ "faqResponse": "",
40
+ "uriCategory": [
41
+ {
42
+ "id": 13,
43
+ "mainType": "article",
44
+ "type": "faq",
45
+ "uri": "faq/13",
46
+ "dateCreation": "2023-10-11 09:40:47",
47
+ "dateModified": "2023-10-11 09:40:47",
48
+ "title": "CATEGORY 1",
49
+ "_url": "/ng/app/faq/c/13"
50
+ }
51
+ ],
52
+ "themeId": "",
53
+ "uiObjectLink": [],
54
+ "tags": [],
55
+ "_nbAttachedFiles": 0
56
+ }
57
+ }
@@ -0,0 +1,56 @@
1
+ {
2
+ "o": "faq",
3
+ "f": "moveEntry",
4
+ "error": 0,
5
+ "messages": [
6
+ {
7
+ "code": 200,
8
+ "msg": "Enregistrement r\u00e9ussi"
9
+ }
10
+ ],
11
+ "result": {
12
+ "target": {
13
+ "id": 15,
14
+ "mainType": "article",
15
+ "type": "faq",
16
+ "uri": "faq/15",
17
+ "dateCreation": "2023-10-17 11:03:11",
18
+ "dateModified": "2023-10-17 11:03:33",
19
+ "title": "CATEGORY 2",
20
+ "_url": "/ng/app/faq/c/15",
21
+ "_right": {
22
+ "create": true,
23
+ "read": true,
24
+ "publish": false,
25
+ "administrate": true,
26
+ "update": true,
27
+ "delete": true,
28
+ "comment": true,
29
+ "member": true
30
+ },
31
+ "description": "<div class='content-html'>description FAQ FOR TEST categorie 2</div>",
32
+ "_user": {
33
+ "id": 4,
34
+ "mainType": "user",
35
+ "type": "user",
36
+ "uri": "user/4",
37
+ "dateCreation": "2019-07-09 15:48:26",
38
+ "dateModified": "2019-07-09 15:51:24",
39
+ "title": "Admin1",
40
+ "_url": "/user/4",
41
+ "level": 9
42
+ },
43
+ "processContext": null,
44
+ "faqColor": "",
45
+ "_audience": [],
46
+ "tags": [],
47
+ "isWeb": true,
48
+ "faqContent": [
49
+ {
50
+ "title": "FAQ THEME2",
51
+ "items": ["faqItem/16", "faqItem/14"]
52
+ }
53
+ ]
54
+ }
55
+ }
56
+ }
@@ -0,0 +1 @@
1
+ { "o": "object", "f": "getAccess", "error": 0, "messages": [], "result": { "audience": [], "read": [], "write": [] } }
@@ -0,0 +1,7 @@
1
+ {
2
+ "o": "object",
3
+ "f": "getAccessHash",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": "d8bf955ead10e18aea77ad488452f84a9b57f1a53938abe45b0d78009c1b1846"
7
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "o": "object",
3
+ "f": "getObject",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "id": 26,
8
+ "mainType": "article",
9
+ "type": "mpSocialFile",
10
+ "uri": "mpSocialFile/26",
11
+ "dateCreation": "2023-10-24 15:20:24",
12
+ "dateModified": "2023-10-24 15:20:24",
13
+ "title": "My Article",
14
+ "_url": "/article/26"
15
+ }
16
+ }
@@ -9,14 +9,14 @@
9
9
  "cnt": 6,
10
10
  "data": [
11
11
  {
12
- "id": 74,
12
+ "id": 26,
13
13
  "mainType": "article",
14
14
  "type": "reservation",
15
- "uri": "reservation/74",
16
- "dateCreation": "2023-06-26 11:57:04",
17
- "dateModified": "2023-06-26 11:57:04",
15
+ "uri": "reservation/26",
16
+ "dateCreation": "2023-10-24 10:20:14",
17
+ "dateModified": "2023-10-24 10:20:14",
18
18
  "title": "R\u00e9servation",
19
- "_url": "/ng/app/assetReservation/asset/71",
19
+ "_url": "/ng/app/assetReservation/asset/23",
20
20
  "_right": {
21
21
  "create": true,
22
22
  "read": true,
@@ -39,18 +39,19 @@
39
39
  "_url": "/user/1",
40
40
  "level": 9
41
41
  },
42
- "dateStart": "2023-07-03 08:00",
43
- "dateEnd": "2023-07-03 09:00",
42
+ "_audience": [],
43
+ "dateStart": "2023-10-30 08:00",
44
+ "dateEnd": "2023-10-30 09:00",
44
45
  "reservationCancelled": false,
45
46
  "_asset": {
46
- "id": 71,
47
+ "id": 23,
47
48
  "mainType": "article",
48
49
  "type": "bookableAsset",
49
- "uri": "bookableAsset/71",
50
- "dateCreation": "2023-06-26 11:56:56",
51
- "dateModified": "2023-06-26 11:56:56",
50
+ "uri": "bookableAsset/23",
51
+ "dateCreation": "2023-10-24 10:20:14",
52
+ "dateModified": "2023-10-24 10:20:14",
52
53
  "title": "test asset 1",
53
- "_url": "/ng/app/assetReservation/asset/71",
54
+ "_url": "/ng/app/assetReservation/asset/23",
54
55
  "_right": {
55
56
  "create": true,
56
57
  "read": true,
@@ -73,19 +74,20 @@
73
74
  "_url": "/user/1",
74
75
  "level": 9
75
76
  },
77
+ "_audience": [],
76
78
  "_isColorDark": null,
77
79
  "assetPlannerBackgroundColor": null
78
80
  }
79
81
  },
80
82
  {
81
- "id": 75,
83
+ "id": 27,
82
84
  "mainType": "article",
83
85
  "type": "reservation",
84
- "uri": "reservation/75",
85
- "dateCreation": "2023-06-26 11:57:06",
86
- "dateModified": "2023-06-26 11:57:06",
86
+ "uri": "reservation/27",
87
+ "dateCreation": "2023-10-24 10:20:16",
88
+ "dateModified": "2023-10-24 10:20:16",
87
89
  "title": "R\u00e9servation",
88
- "_url": "/ng/app/assetReservation/asset/71",
90
+ "_url": "/ng/app/assetReservation/asset/23",
89
91
  "_right": {
90
92
  "create": true,
91
93
  "read": true,
@@ -108,18 +110,19 @@
108
110
  "_url": "/user/1",
109
111
  "level": 9
110
112
  },
111
- "dateStart": "2023-07-03 09:00",
112
- "dateEnd": "2023-07-03 10:00",
113
+ "_audience": [],
114
+ "dateStart": "2023-10-30 09:00",
115
+ "dateEnd": "2023-10-30 10:00",
113
116
  "reservationCancelled": false,
114
117
  "_asset": {
115
- "id": 71,
118
+ "id": 23,
116
119
  "mainType": "article",
117
120
  "type": "bookableAsset",
118
- "uri": "bookableAsset/71",
119
- "dateCreation": "2023-06-26 11:56:56",
120
- "dateModified": "2023-06-26 11:56:56",
121
+ "uri": "bookableAsset/23",
122
+ "dateCreation": "2023-10-24 10:20:14",
123
+ "dateModified": "2023-10-24 10:20:14",
121
124
  "title": "test asset 1",
122
- "_url": "/ng/app/assetReservation/asset/71",
125
+ "_url": "/ng/app/assetReservation/asset/23",
123
126
  "_right": {
124
127
  "create": true,
125
128
  "read": true,
@@ -142,19 +145,20 @@
142
145
  "_url": "/user/1",
143
146
  "level": 9
144
147
  },
148
+ "_audience": [],
145
149
  "_isColorDark": null,
146
150
  "assetPlannerBackgroundColor": null
147
151
  }
148
152
  },
149
153
  {
150
- "id": 76,
154
+ "id": 28,
151
155
  "mainType": "article",
152
156
  "type": "reservation",
153
- "uri": "reservation/76",
154
- "dateCreation": "2023-06-26 11:57:06",
155
- "dateModified": "2023-06-26 11:57:06",
157
+ "uri": "reservation/28",
158
+ "dateCreation": "2023-10-24 10:20:16",
159
+ "dateModified": "2023-10-24 10:20:16",
156
160
  "title": "R\u00e9servation",
157
- "_url": "/ng/app/assetReservation/asset/71",
161
+ "_url": "/ng/app/assetReservation/asset/23",
158
162
  "_right": {
159
163
  "create": true,
160
164
  "read": true,
@@ -177,18 +181,19 @@
177
181
  "_url": "/user/1",
178
182
  "level": 9
179
183
  },
180
- "dateStart": "2023-07-04 11:00",
181
- "dateEnd": "2023-07-04 12:00",
184
+ "_audience": [],
185
+ "dateStart": "2023-10-31 11:00",
186
+ "dateEnd": "2023-10-31 12:00",
182
187
  "reservationCancelled": false,
183
188
  "_asset": {
184
- "id": 71,
189
+ "id": 23,
185
190
  "mainType": "article",
186
191
  "type": "bookableAsset",
187
- "uri": "bookableAsset/71",
188
- "dateCreation": "2023-06-26 11:56:56",
189
- "dateModified": "2023-06-26 11:56:56",
192
+ "uri": "bookableAsset/23",
193
+ "dateCreation": "2023-10-24 10:20:14",
194
+ "dateModified": "2023-10-24 10:20:14",
190
195
  "title": "test asset 1",
191
- "_url": "/ng/app/assetReservation/asset/71",
196
+ "_url": "/ng/app/assetReservation/asset/23",
192
197
  "_right": {
193
198
  "create": true,
194
199
  "read": true,
@@ -211,19 +216,20 @@
211
216
  "_url": "/user/1",
212
217
  "level": 9
213
218
  },
219
+ "_audience": [],
214
220
  "_isColorDark": null,
215
221
  "assetPlannerBackgroundColor": null
216
222
  }
217
223
  },
218
224
  {
219
- "id": 77,
225
+ "id": 29,
220
226
  "mainType": "article",
221
227
  "type": "reservation",
222
- "uri": "reservation/77",
223
- "dateCreation": "2023-06-26 11:57:07",
224
- "dateModified": "2023-06-26 11:57:07",
228
+ "uri": "reservation/29",
229
+ "dateCreation": "2023-10-24 10:20:16",
230
+ "dateModified": "2023-10-24 10:20:16",
225
231
  "title": "R\u00e9servation",
226
- "_url": "/ng/app/assetReservation/asset/72",
232
+ "_url": "/ng/app/assetReservation/asset/24",
227
233
  "_right": {
228
234
  "create": true,
229
235
  "read": true,
@@ -246,18 +252,19 @@
246
252
  "_url": "/user/1",
247
253
  "level": 9
248
254
  },
249
- "dateStart": "2023-07-04 11:00",
250
- "dateEnd": "2023-07-04 12:00",
255
+ "_audience": [],
256
+ "dateStart": "2023-10-31 11:00",
257
+ "dateEnd": "2023-10-31 12:00",
251
258
  "reservationCancelled": false,
252
259
  "_asset": {
253
- "id": 72,
260
+ "id": 24,
254
261
  "mainType": "article",
255
262
  "type": "bookableAsset",
256
- "uri": "bookableAsset/72",
257
- "dateCreation": "2023-06-26 11:57:03",
258
- "dateModified": "2023-06-26 11:57:03",
263
+ "uri": "bookableAsset/24",
264
+ "dateCreation": "2023-10-24 10:20:14",
265
+ "dateModified": "2023-10-24 10:20:14",
259
266
  "title": "test asset 2",
260
- "_url": "/ng/app/assetReservation/asset/72",
267
+ "_url": "/ng/app/assetReservation/asset/24",
261
268
  "_right": {
262
269
  "create": true,
263
270
  "read": true,
@@ -280,19 +287,20 @@
280
287
  "_url": "/user/1",
281
288
  "level": 9
282
289
  },
290
+ "_audience": [],
283
291
  "_isColorDark": null,
284
292
  "assetPlannerBackgroundColor": null
285
293
  }
286
294
  },
287
295
  {
288
- "id": 78,
296
+ "id": 30,
289
297
  "mainType": "article",
290
298
  "type": "reservation",
291
- "uri": "reservation/78",
292
- "dateCreation": "2023-06-26 11:57:07",
293
- "dateModified": "2023-06-26 11:57:07",
299
+ "uri": "reservation/30",
300
+ "dateCreation": "2023-10-24 10:20:16",
301
+ "dateModified": "2023-10-24 10:20:16",
294
302
  "title": "R\u00e9servation",
295
- "_url": "/ng/app/assetReservation/asset/73",
303
+ "_url": "/ng/app/assetReservation/asset/25",
296
304
  "_right": {
297
305
  "create": true,
298
306
  "read": true,
@@ -315,18 +323,19 @@
315
323
  "_url": "/user/1",
316
324
  "level": 9
317
325
  },
318
- "dateStart": "2023-07-04 11:00",
319
- "dateEnd": "2023-07-04 12:00",
326
+ "_audience": [],
327
+ "dateStart": "2023-10-31 11:00",
328
+ "dateEnd": "2023-10-31 12:00",
320
329
  "reservationCancelled": false,
321
330
  "_asset": {
322
- "id": 73,
331
+ "id": 25,
323
332
  "mainType": "article",
324
333
  "type": "bookableAsset",
325
- "uri": "bookableAsset/73",
326
- "dateCreation": "2023-06-26 11:57:03",
327
- "dateModified": "2023-06-26 11:57:03",
334
+ "uri": "bookableAsset/25",
335
+ "dateCreation": "2023-10-24 10:20:14",
336
+ "dateModified": "2023-10-24 10:20:14",
328
337
  "title": "test asset 3",
329
- "_url": "/ng/app/assetReservation/asset/73",
338
+ "_url": "/ng/app/assetReservation/asset/25",
330
339
  "_right": {
331
340
  "create": true,
332
341
  "read": true,
@@ -349,19 +358,20 @@
349
358
  "_url": "/user/1",
350
359
  "level": 9
351
360
  },
361
+ "_audience": [],
352
362
  "_isColorDark": null,
353
363
  "assetPlannerBackgroundColor": null
354
364
  }
355
365
  },
356
366
  {
357
- "id": 80,
367
+ "id": 32,
358
368
  "mainType": "article",
359
369
  "type": "reservation",
360
- "uri": "reservation/80",
361
- "dateCreation": "2023-06-26 11:57:09",
362
- "dateModified": "2023-06-26 11:57:09",
370
+ "uri": "reservation/32",
371
+ "dateCreation": "2023-10-24 10:20:16",
372
+ "dateModified": "2023-10-24 10:20:16",
363
373
  "title": "R\u00e9servation",
364
- "_url": "/ng/app/assetReservation/asset/71",
374
+ "_url": "/ng/app/assetReservation/asset/23",
365
375
  "_right": {
366
376
  "create": true,
367
377
  "read": true,
@@ -384,18 +394,19 @@
384
394
  "_url": "/user/1",
385
395
  "level": 9
386
396
  },
387
- "dateStart": "2023-07-04 15:00",
388
- "dateEnd": "2023-07-04 16:00",
397
+ "_audience": [],
398
+ "dateStart": "2023-10-31 15:00",
399
+ "dateEnd": "2023-10-31 16:00",
389
400
  "reservationCancelled": false,
390
401
  "_asset": {
391
- "id": 71,
402
+ "id": 23,
392
403
  "mainType": "article",
393
404
  "type": "bookableAsset",
394
- "uri": "bookableAsset/71",
395
- "dateCreation": "2023-06-26 11:56:56",
396
- "dateModified": "2023-06-26 11:56:56",
405
+ "uri": "bookableAsset/23",
406
+ "dateCreation": "2023-10-24 10:20:14",
407
+ "dateModified": "2023-10-24 10:20:14",
397
408
  "title": "test asset 1",
398
- "_url": "/ng/app/assetReservation/asset/71",
409
+ "_url": "/ng/app/assetReservation/asset/23",
399
410
  "_right": {
400
411
  "create": true,
401
412
  "read": true,
@@ -418,11 +429,13 @@
418
429
  "_url": "/user/1",
419
430
  "level": 9
420
431
  },
432
+ "_audience": [],
421
433
  "_isColorDark": null,
422
434
  "assetPlannerBackgroundColor": null
423
435
  }
424
436
  }
425
437
  ],
426
- "facets": null
438
+ "facets": null,
439
+ "idQuery": null
427
440
  }
428
441
  }
@@ -41,7 +41,8 @@
41
41
  },
42
42
  "_extend": {
43
43
  "itemsCount": 0
44
- }
44
+ },
45
+ "_audience": []
45
46
  },
46
47
  {
47
48
  "id": 15,
@@ -76,7 +77,8 @@
76
77
  },
77
78
  "_extend": {
78
79
  "itemsCount": 1
79
- }
80
+ },
81
+ "_audience": []
80
82
  },
81
83
  {
82
84
  "id": 17,
@@ -111,7 +113,8 @@
111
113
  },
112
114
  "_extend": {
113
115
  "itemsCount": 1
114
- }
116
+ },
117
+ "_audience": []
115
118
  },
116
119
  {
117
120
  "id": 19,
@@ -147,7 +150,8 @@
147
150
  "faqColor": "#111111",
148
151
  "_extend": {
149
152
  "itemsCount": 0
150
- }
153
+ },
154
+ "_audience": []
151
155
  },
152
156
  {
153
157
  "id": 20,
@@ -183,7 +187,8 @@
183
187
  "faqColor": "#111111",
184
188
  "_extend": {
185
189
  "itemsCount": 0
186
- }
190
+ },
191
+ "_audience": []
187
192
  }
188
193
  ],
189
194
  "facets": null,