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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "o": "object", "f": "setAccess", "error": 0, "messages": [], "result": true }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "o": "onlyOffice", "f": "askAccess", "error": 0, "messages": [], "result": true }
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "onlyOffice",
|
|
3
|
+
"f": "getAccessRequest",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": [
|
|
7
|
+
{
|
|
8
|
+
"id": 4,
|
|
9
|
+
"mainType": "user",
|
|
10
|
+
"type": "user",
|
|
11
|
+
"uri": "user/4",
|
|
12
|
+
"dateCreation": "2019-07-09 15:48:26",
|
|
13
|
+
"dateModified": "2019-07-09 15:51:24",
|
|
14
|
+
"title": "Admin1",
|
|
15
|
+
"_url": "/user/4",
|
|
16
|
+
"level": 9
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
|
@@ -4,18 +4,19 @@
|
|
|
4
4
|
"error": 0,
|
|
5
5
|
"messages": [],
|
|
6
6
|
"result": {
|
|
7
|
-
"id":
|
|
7
|
+
"id": 174,
|
|
8
8
|
"title": "xlsx_document.xlsx",
|
|
9
9
|
"mimetype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
|
10
10
|
"type": "fileArticle",
|
|
11
11
|
"mainType": "fileArticle",
|
|
12
|
-
"uri": "fileArticle/
|
|
13
|
-
"dateModified": "2023-
|
|
14
|
-
"dateCreation": "2023-
|
|
12
|
+
"uri": "fileArticle/174",
|
|
13
|
+
"dateModified": "2023-10-20 09:44:55",
|
|
14
|
+
"dateCreation": "2023-10-20 09:44:55",
|
|
15
15
|
"_extend": {
|
|
16
|
-
"generalAccessRule": "
|
|
17
|
-
"
|
|
18
|
-
"
|
|
16
|
+
"generalAccessRule": "invitation",
|
|
17
|
+
"generalAccessHash": "",
|
|
18
|
+
"dateModified": "2023-10-20 09:44:55",
|
|
19
|
+
"dateCreation": "2023-10-20 09:44:55",
|
|
19
20
|
"fileInfo": {
|
|
20
21
|
"color": "#218273",
|
|
21
22
|
"description": "Tableur",
|
|
@@ -23,17 +24,19 @@
|
|
|
23
24
|
"icon": "icon-file-excel-o",
|
|
24
25
|
"label": "Tableur"
|
|
25
26
|
},
|
|
26
|
-
"parentFiles": [
|
|
27
|
+
"parentFiles": [174],
|
|
28
|
+
"parentId": "449",
|
|
29
|
+
"_url": "/article/449"
|
|
27
30
|
},
|
|
28
31
|
"_user": {
|
|
29
32
|
"id": 4,
|
|
30
33
|
"mainType": "user",
|
|
31
34
|
"type": "user",
|
|
32
35
|
"uri": "user/4",
|
|
36
|
+
"dateCreation": "2019-07-09 15:48:26",
|
|
37
|
+
"dateModified": "2023-10-20 09:12:34",
|
|
33
38
|
"title": "Admin1",
|
|
34
39
|
"_url": "/user/4",
|
|
35
|
-
"dateCreation": "2019-07-09 15:48:26",
|
|
36
|
-
"dateModified": "2023-04-14 14:29:47",
|
|
37
40
|
"level": 9
|
|
38
41
|
},
|
|
39
42
|
"_right": {
|
|
@@ -4,20 +4,24 @@
|
|
|
4
4
|
"error": 0,
|
|
5
5
|
"messages": [],
|
|
6
6
|
"result": {
|
|
7
|
+
"limit": 100,
|
|
8
|
+
"page": 1,
|
|
9
|
+
"cnt": 1,
|
|
7
10
|
"data": [
|
|
8
11
|
{
|
|
9
|
-
"id":
|
|
12
|
+
"id": 70,
|
|
10
13
|
"title": "xlsx_document.xlsx",
|
|
11
14
|
"mimetype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
|
12
15
|
"type": "fileArticle",
|
|
13
16
|
"mainType": "fileArticle",
|
|
14
|
-
"uri": "fileArticle/
|
|
15
|
-
"dateModified": "2023-
|
|
16
|
-
"dateCreation": "2023-
|
|
17
|
+
"uri": "fileArticle/70",
|
|
18
|
+
"dateModified": "2023-10-20 09:12:24",
|
|
19
|
+
"dateCreation": "2023-10-20 09:12:24",
|
|
17
20
|
"_extend": {
|
|
18
|
-
"generalAccessRule": "
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
+
"generalAccessRule": "invitation",
|
|
22
|
+
"generalAccessHash": "",
|
|
23
|
+
"dateModified": "2023-10-20 09:12:24",
|
|
24
|
+
"dateCreation": "2023-10-20 09:12:24",
|
|
21
25
|
"fileInfo": {
|
|
22
26
|
"color": "#218273",
|
|
23
27
|
"description": "Tableur",
|
|
@@ -25,17 +29,19 @@
|
|
|
25
29
|
"icon": "icon-file-excel-o",
|
|
26
30
|
"label": "Tableur"
|
|
27
31
|
},
|
|
28
|
-
"parentFiles": [
|
|
32
|
+
"parentFiles": [70],
|
|
33
|
+
"parentId": "242",
|
|
34
|
+
"_url": "/article/242"
|
|
29
35
|
},
|
|
30
36
|
"_user": {
|
|
31
37
|
"id": 4,
|
|
32
38
|
"mainType": "user",
|
|
33
39
|
"type": "user",
|
|
34
40
|
"uri": "user/4",
|
|
41
|
+
"dateCreation": "2019-07-09 15:48:26",
|
|
42
|
+
"dateModified": "2019-07-09 15:51:24",
|
|
35
43
|
"title": "Admin1",
|
|
36
44
|
"_url": "/user/4",
|
|
37
|
-
"dateCreation": "2019-07-09 15:48:26",
|
|
38
|
-
"dateModified": "2023-04-14 14:29:47",
|
|
39
45
|
"level": 9
|
|
40
46
|
},
|
|
41
47
|
"_right": {
|
|
@@ -51,9 +57,7 @@
|
|
|
51
57
|
"_audience": []
|
|
52
58
|
}
|
|
53
59
|
],
|
|
54
|
-
"limit": 100,
|
|
55
|
-
"page": 1,
|
|
56
60
|
"facets": [],
|
|
57
|
-
"
|
|
61
|
+
"idQuery": null
|
|
58
62
|
}
|
|
59
63
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "o": "onlyOffice", "f": "setAccessRequest", "error": 0, "messages": [], "result": [] }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "o": "shared", "f": "contentObjectLinks", "error": 0, "messages": [], "result": 0 }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "o": "shared", "f": "contentSetObjectAccessRule", "error": 0, "messages": [], "result": 1 }
|