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
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"o": "onlyOffice",
|
|
3
|
-
"f": "getObject",
|
|
4
|
-
"error": 0,
|
|
5
|
-
"messages": [],
|
|
6
|
-
"result": {
|
|
7
|
-
"id": 101,
|
|
8
|
-
"type": "fileArticle",
|
|
9
|
-
"title": "ASK.xlsx",
|
|
10
|
-
"idUser": 4,
|
|
11
|
-
"uri": "fileArticle/101",
|
|
12
|
-
"generalAccessRule": "link",
|
|
13
|
-
"generalAccessHash": null,
|
|
14
|
-
"_right": {
|
|
15
|
-
"create": true,
|
|
16
|
-
"read": true,
|
|
17
|
-
"publish": false,
|
|
18
|
-
"administrate": true,
|
|
19
|
-
"update": true,
|
|
20
|
-
"delete": true,
|
|
21
|
-
"comment": true,
|
|
22
|
-
"member": true
|
|
23
|
-
},
|
|
24
|
-
"_audience": []
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"o": "onlyOffice",
|
|
3
|
-
"f": "getObjectAccess",
|
|
4
|
-
"error": 0,
|
|
5
|
-
"messages": [],
|
|
6
|
-
"result": {
|
|
7
|
-
"audience": [
|
|
8
|
-
{
|
|
9
|
-
"id": 6,
|
|
10
|
-
"mainType": "user",
|
|
11
|
-
"type": "user",
|
|
12
|
-
"uri": "user/6",
|
|
13
|
-
"dateCreation": "2019-07-09 15:49:06",
|
|
14
|
-
"dateModified": "2019-07-09 15:51:35",
|
|
15
|
-
"title": "User1",
|
|
16
|
-
"_url": "/user/6",
|
|
17
|
-
"level": 5
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"id": 7,
|
|
21
|
-
"mainType": "user",
|
|
22
|
-
"type": "user",
|
|
23
|
-
"uri": "user/7",
|
|
24
|
-
"dateCreation": "2019-07-09 15:49:25",
|
|
25
|
-
"dateModified": "2019-07-09 15:51:50",
|
|
26
|
-
"title": "User2",
|
|
27
|
-
"_url": "/user/7",
|
|
28
|
-
"level": 5
|
|
29
|
-
}
|
|
30
|
-
],
|
|
31
|
-
"read": ["user/6", "user/7"],
|
|
32
|
-
"write": ["user/6"]
|
|
33
|
-
}
|
|
34
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{ "o": "onlyOffice", "f": "setObjectAccess", "error": 0, "messages": [], "result": true }
|