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.
- package/documentation/assets/search.js +1 -1
- package/documentation/classes/AdminLicenseApi.html +11 -11
- package/documentation/classes/AdminStoreApi.html +1 -1
- package/documentation/classes/AdminUtilsApi.html +1 -1
- package/documentation/classes/JApplicationApi.html +8 -8
- package/documentation/classes/JArticleApi.html +1 -1
- package/documentation/classes/JAssetReservation.html +1 -1
- package/documentation/classes/JAudienceApi.html +1 -1
- package/documentation/classes/JBaseApi.html +1 -1
- package/documentation/classes/JBookmarkApi.html +1 -1
- package/documentation/classes/JCommunityApi.html +1 -1
- package/documentation/classes/JDiapazoneApi.html +1 -1
- package/documentation/classes/JFaqApi.html +1 -1
- package/documentation/classes/JFileApi.html +6 -6
- package/documentation/classes/JFilebankApi.html +1 -1
- package/documentation/classes/JGroupApi.html +9 -9
- package/documentation/classes/JLandApi.html +1 -1
- package/documentation/classes/JMessengerApi.html +1 -1
- package/documentation/classes/JObjectApi.html +1 -0
- package/documentation/classes/JSearchApi.html +6 -6
- package/documentation/classes/JShareApi.html +1 -1
- package/documentation/classes/JTaxonomyApi.html +2 -2
- package/documentation/classes/JUserApi.html +4 -4
- package/documentation/classes/JWedocApi.html +1 -1
- package/documentation/classes/JamespotUserApi.html +1 -1
- package/documentation/classes/Network.html +1 -1
- package/documentation/classes/TVDisplayApi.html +1 -1
- package/documentation/classes/WindowBrowser.html +1 -1
- package/documentation/enums/StudioApplicationStatus.html +1 -1
- package/documentation/index.html +1 -1
- package/documentation/interfaces/AccessRightObject.html +1 -1
- package/documentation/interfaces/AdminLicenseUser.html +1 -1
- package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
- package/documentation/interfaces/ApiWrapper.html +1 -1
- package/documentation/interfaces/BaseAutocomplete.html +1 -1
- package/documentation/interfaces/BaseMessage.html +1 -1
- package/documentation/interfaces/Category.html +1 -1
- package/documentation/interfaces/FileBankProps.html +1 -1
- package/documentation/interfaces/FolderProps.html +1 -1
- package/documentation/interfaces/ListFilterSpec.html +1 -1
- package/documentation/interfaces/OF.html +1 -1
- package/documentation/interfaces/ObjectListProps.html +1 -1
- package/documentation/interfaces/PagingResults.html +1 -1
- package/documentation/interfaces/RootFolderProps.html +1 -1
- package/documentation/interfaces/SearchCategoryModel.html +1 -1
- package/documentation/interfaces/SearchCategoryValue.html +1 -1
- package/documentation/interfaces/SearchConfig.html +1 -1
- package/documentation/interfaces/SearchFacetModel.html +1 -1
- package/documentation/interfaces/SearchFacetValueModel.html +1 -1
- package/documentation/interfaces/SearchQuery.html +1 -1
- package/documentation/interfaces/SearchQueryFilterModel.html +1 -1
- package/documentation/interfaces/SearchQueryOption.html +1 -1
- package/documentation/interfaces/SearchQueryResult.html +1 -1
- package/documentation/interfaces/SearchQuerySortModel.html +1 -1
- package/documentation/interfaces/SearchResultCatProps.html +1 -1
- package/documentation/interfaces/SearchResultPropsApp.html +1 -1
- package/documentation/interfaces/SearchResultPropsObject.html +1 -1
- package/documentation/interfaces/SpotProps.html +1 -1
- package/documentation/interfaces/Taxonomy.html +1 -1
- package/documentation/interfaces/TaxonomyCreate.html +1 -1
- package/documentation/interfaces/WindowInterface.html +1 -1
- package/documentation/modules.html +11 -11
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/src/apis/faq/faq.d.ts +11 -2
- package/lib/src/apis/faq/faq.mock.d.ts +29 -4
- package/lib/src/apis/file/file.d.ts +8 -1
- package/lib/src/apis/index.d.ts +1 -0
- package/lib/src/apis/jamespotUserApi.d.ts +2 -0
- package/lib/src/apis/object/object.d.ts +12 -0
- package/lib/src/apis/object/object.mock.d.ts +5 -0
- package/lib/src/apis/object/object.test.d.ts +1 -0
- package/lib/src/apis/share/share.d.ts +2 -11
- package/lib/src/apis/share/share.mock.d.ts +3 -7
- package/lib/src/apis/wedoc/wedoc.d.ts +5 -6
- package/lib/src/apis/wedoc/wedoc.mock.d.ts +4 -1
- package/lib/src/types/faq.d.ts +40 -3
- package/lib/src/types/group.d.ts +2 -0
- package/lib/src/types/share.d.ts +2 -1
- package/lib/src/types/utils.d.ts +3 -0
- package/lib/src/types/wedoc.d.ts +6 -1
- package/package.json +1 -1
- package/phpunitMock/articleCreate-faq-category.json +2 -2
- package/phpunitMock/articleCreate-faq-item.json +52 -0
- package/phpunitMock/articleDelete-faq-item.json +12 -0
- package/phpunitMock/articleGet-faq-category.json +9 -3
- package/phpunitMock/articleUpdate-faq-category.json +2 -2
- package/phpunitMock/articleUpdate-faq-item.json +50 -0
- package/phpunitMock/assetReservationBookByDate-default.json +2 -0
- package/phpunitMock/assetReservationCancelReservation-default.json +2 -0
- package/phpunitMock/assetReservationCreateReservation-default.json +2 -0
- package/phpunitMock/faqAddEntry-success.json +54 -0
- package/phpunitMock/faqAddTheme-success.json +17 -6
- package/phpunitMock/faqCheckItem-success.json +10 -8
- package/phpunitMock/faqDeleteTheme-success.json +22 -6
- package/phpunitMock/faqGetEntry-success.json +57 -0
- package/phpunitMock/faqMoveEntry-success.json +56 -0
- package/phpunitMock/objectGetAccess-default.json +1 -0
- package/phpunitMock/objectGetAccessHash-default.json +7 -0
- package/phpunitMock/objectGetObject-default.json +16 -0
- package/phpunitMock/objectListAssetReservationList-default.json +86 -73
- package/phpunitMock/objectListFaqQueryList-faq-success.json +10 -5
- package/phpunitMock/objectSetAccess-default.json +1 -0
- package/phpunitMock/onlyOfficeAskAccess-ask-read.json +1 -0
- package/phpunitMock/onlyOfficeGetAccessRequest-all-request.json +19 -0
- package/phpunitMock/onlyOfficeGetFile-get-file.json +13 -10
- package/phpunitMock/onlyOfficeGetFiles-get-files.json +17 -13
- package/phpunitMock/onlyOfficeSetAccessRequest-accept.json +1 -0
- package/phpunitMock/sharedContentObjectLinks-default.json +1 -0
- package/phpunitMock/sharedContentSetObjectAccessRule-default.json +1 -0
- package/phpunitMock/tvDisplayGetChannel-dynamic.json +1067 -2
- package/phpunitMock/tvDisplayGetChannel-slideshow.json +1 -0
- package/phpunitMock/tvDisplayGetConfigureChannel-dynamic.json +1067 -2
- package/phpunitMock/tvDisplayGetConfigureChannel-slideshow.json +1 -0
- package/phpunitMock/onlyOfficeGetObject-default.json +0 -26
- package/phpunitMock/onlyOfficeGetObjectAccess-default.json +0 -34
- package/phpunitMock/onlyOfficeSetObjectAccess-default.json +0 -1
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
}
|
|
10
10
|
],
|
|
11
11
|
"result": {
|
|
12
|
-
"id":
|
|
12
|
+
"id": 13,
|
|
13
13
|
"mainType": "article",
|
|
14
14
|
"type": "faq",
|
|
15
|
-
"uri": "faq/
|
|
16
|
-
"dateCreation": "2023-10-
|
|
17
|
-
"dateModified": "2023-10-
|
|
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/
|
|
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-
|
|
17
|
-
"dateModified": "2023-
|
|
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
|
-
"
|
|
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-
|
|
54
|
-
"dateModified": "2023-
|
|
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
|
-
"
|
|
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":
|
|
89
|
+
"idQuery": 1698156546
|
|
88
90
|
}
|
|
89
91
|
}
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
}
|
|
10
10
|
],
|
|
11
11
|
"result": {
|
|
12
|
-
"id":
|
|
12
|
+
"id": 13,
|
|
13
13
|
"mainType": "article",
|
|
14
14
|
"type": "faq",
|
|
15
|
-
"uri": "faq/
|
|
16
|
-
"dateCreation": "2023-10-
|
|
17
|
-
"dateModified": "2023-10-
|
|
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/
|
|
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,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":
|
|
12
|
+
"id": 26,
|
|
13
13
|
"mainType": "article",
|
|
14
14
|
"type": "reservation",
|
|
15
|
-
"uri": "reservation/
|
|
16
|
-
"dateCreation": "2023-
|
|
17
|
-
"dateModified": "2023-
|
|
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/
|
|
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
|
-
"
|
|
43
|
-
"
|
|
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":
|
|
47
|
+
"id": 23,
|
|
47
48
|
"mainType": "article",
|
|
48
49
|
"type": "bookableAsset",
|
|
49
|
-
"uri": "bookableAsset/
|
|
50
|
-
"dateCreation": "2023-
|
|
51
|
-
"dateModified": "2023-
|
|
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/
|
|
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":
|
|
83
|
+
"id": 27,
|
|
82
84
|
"mainType": "article",
|
|
83
85
|
"type": "reservation",
|
|
84
|
-
"uri": "reservation/
|
|
85
|
-
"dateCreation": "2023-
|
|
86
|
-
"dateModified": "2023-
|
|
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/
|
|
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
|
-
"
|
|
112
|
-
"
|
|
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":
|
|
118
|
+
"id": 23,
|
|
116
119
|
"mainType": "article",
|
|
117
120
|
"type": "bookableAsset",
|
|
118
|
-
"uri": "bookableAsset/
|
|
119
|
-
"dateCreation": "2023-
|
|
120
|
-
"dateModified": "2023-
|
|
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/
|
|
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":
|
|
154
|
+
"id": 28,
|
|
151
155
|
"mainType": "article",
|
|
152
156
|
"type": "reservation",
|
|
153
|
-
"uri": "reservation/
|
|
154
|
-
"dateCreation": "2023-
|
|
155
|
-
"dateModified": "2023-
|
|
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/
|
|
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
|
-
"
|
|
181
|
-
"
|
|
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":
|
|
189
|
+
"id": 23,
|
|
185
190
|
"mainType": "article",
|
|
186
191
|
"type": "bookableAsset",
|
|
187
|
-
"uri": "bookableAsset/
|
|
188
|
-
"dateCreation": "2023-
|
|
189
|
-
"dateModified": "2023-
|
|
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/
|
|
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":
|
|
225
|
+
"id": 29,
|
|
220
226
|
"mainType": "article",
|
|
221
227
|
"type": "reservation",
|
|
222
|
-
"uri": "reservation/
|
|
223
|
-
"dateCreation": "2023-
|
|
224
|
-
"dateModified": "2023-
|
|
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/
|
|
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
|
-
"
|
|
250
|
-
"
|
|
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":
|
|
260
|
+
"id": 24,
|
|
254
261
|
"mainType": "article",
|
|
255
262
|
"type": "bookableAsset",
|
|
256
|
-
"uri": "bookableAsset/
|
|
257
|
-
"dateCreation": "2023-
|
|
258
|
-
"dateModified": "2023-
|
|
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/
|
|
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":
|
|
296
|
+
"id": 30,
|
|
289
297
|
"mainType": "article",
|
|
290
298
|
"type": "reservation",
|
|
291
|
-
"uri": "reservation/
|
|
292
|
-
"dateCreation": "2023-
|
|
293
|
-
"dateModified": "2023-
|
|
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/
|
|
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
|
-
"
|
|
319
|
-
"
|
|
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":
|
|
331
|
+
"id": 25,
|
|
323
332
|
"mainType": "article",
|
|
324
333
|
"type": "bookableAsset",
|
|
325
|
-
"uri": "bookableAsset/
|
|
326
|
-
"dateCreation": "2023-
|
|
327
|
-
"dateModified": "2023-
|
|
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/
|
|
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":
|
|
367
|
+
"id": 32,
|
|
358
368
|
"mainType": "article",
|
|
359
369
|
"type": "reservation",
|
|
360
|
-
"uri": "reservation/
|
|
361
|
-
"dateCreation": "2023-
|
|
362
|
-
"dateModified": "2023-
|
|
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/
|
|
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
|
-
"
|
|
388
|
-
"
|
|
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":
|
|
402
|
+
"id": 23,
|
|
392
403
|
"mainType": "article",
|
|
393
404
|
"type": "bookableAsset",
|
|
394
|
-
"uri": "bookableAsset/
|
|
395
|
-
"dateCreation": "2023-
|
|
396
|
-
"dateModified": "2023-
|
|
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/
|
|
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,
|