jamespot-user-api 1.0.104 → 1.0.106

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 (136) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminLicenseApi.html +12 -12
  3. package/documentation/classes/AdminStoreApi.html +1 -1
  4. package/documentation/classes/AdminUtilsApi.html +2 -2
  5. package/documentation/classes/JApplicationApi.html +9 -9
  6. package/documentation/classes/JArticleApi.html +1 -1
  7. package/documentation/classes/JAssetReservation.html +1 -1
  8. package/documentation/classes/JAudienceApi.html +2 -2
  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/JFileApi.html +6 -6
  14. package/documentation/classes/JFilebankApi.html +1 -1
  15. package/documentation/classes/JGroupApi.html +8 -8
  16. package/documentation/classes/JLandApi.html +1 -1
  17. package/documentation/classes/JMessengerApi.html +1 -1
  18. package/documentation/classes/JSearchApi.html +7 -7
  19. package/documentation/classes/JShareApi.html +1 -1
  20. package/documentation/classes/JTaxonomyApi.html +3 -3
  21. package/documentation/classes/JUserApi.html +4 -4
  22. package/documentation/classes/JWedocApi.html +1 -1
  23. package/documentation/classes/JamespotUserApi.html +1 -1
  24. package/documentation/classes/Network.html +1 -1
  25. package/documentation/classes/WindowBrowser.html +1 -1
  26. package/documentation/enums/StudioApplicationStatus.html +1 -1
  27. package/documentation/index.html +1 -1
  28. package/documentation/interfaces/AccessRightObject.html +1 -1
  29. package/documentation/interfaces/AdminLicenseUser.html +1 -1
  30. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  31. package/documentation/interfaces/ApiWrapper.html +1 -1
  32. package/documentation/interfaces/BaseAutocomplete.html +1 -1
  33. package/documentation/interfaces/BaseMessage.html +1 -1
  34. package/documentation/interfaces/Category.html +1 -1
  35. package/documentation/interfaces/FileBankProps.html +1 -1
  36. package/documentation/interfaces/FolderProps.html +1 -1
  37. package/documentation/interfaces/ListFilterSpec.html +1 -1
  38. package/documentation/interfaces/OF.html +1 -1
  39. package/documentation/interfaces/ObjectListProps.html +1 -1
  40. package/documentation/interfaces/PagingResults.html +1 -1
  41. package/documentation/interfaces/RootFolderProps.html +1 -1
  42. package/documentation/interfaces/SearchCategoryModel.html +1 -1
  43. package/documentation/interfaces/SearchCategoryValue.html +1 -1
  44. package/documentation/interfaces/SearchConfig.html +1 -1
  45. package/documentation/interfaces/SearchFacetModel.html +1 -1
  46. package/documentation/interfaces/SearchFacetValueModel.html +1 -1
  47. package/documentation/interfaces/SearchQuery.html +1 -1
  48. package/documentation/interfaces/SearchQueryFilterModel.html +1 -1
  49. package/documentation/interfaces/SearchQueryOption.html +1 -1
  50. package/documentation/interfaces/SearchQueryResult.html +1 -1
  51. package/documentation/interfaces/SearchQuerySortModel.html +1 -1
  52. package/documentation/interfaces/SearchResultCatProps.html +1 -1
  53. package/documentation/interfaces/SearchResultPropsApp.html +1 -1
  54. package/documentation/interfaces/SearchResultPropsObject.html +1 -1
  55. package/documentation/interfaces/SpotProps.html +1 -1
  56. package/documentation/interfaces/Taxonomy.html +1 -1
  57. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  58. package/documentation/interfaces/WindowInterface.html +1 -1
  59. package/documentation/modules.html +6 -6
  60. package/lib/jamespot-user-api.js +1 -1
  61. package/lib/jamespot-user-api.js.map +1 -1
  62. package/lib/src/apis/base.d.ts +3 -1
  63. package/lib/src/apis/{bookmark.d.ts → bookmark/bookmark.d.ts} +7 -7
  64. package/lib/src/apis/bookmark/bookmark.mock.d.ts +8 -0
  65. package/lib/src/apis/bookmark/bookmark.test.d.ts +1 -0
  66. package/lib/src/apis/drive/drive.d.ts +20 -0
  67. package/lib/src/apis/drive/drive.mock.d.ts +4 -0
  68. package/lib/src/apis/index.d.ts +4 -3
  69. package/lib/src/apis/jamespotUserApi.d.ts +5 -3
  70. package/lib/src/apis/share/share.d.ts +14 -0
  71. package/lib/src/apis/share/share.mock.d.ts +7 -0
  72. package/lib/src/apis/share/share.test.d.ts +1 -0
  73. package/lib/src/apis/wedoc/wedoc.d.ts +17 -0
  74. package/lib/src/apis/wedoc/wedoc.mock.d.ts +14 -0
  75. package/lib/src/apis/wedoc/wedoc.test.d.ts +1 -0
  76. package/lib/src/types/bookmark.d.ts +2 -1
  77. package/lib/src/types/drive.d.ts +27 -0
  78. package/lib/src/types/index.d.ts +1 -0
  79. package/lib/src/types/share.d.ts +7 -17
  80. package/lib/src/types/user.d.ts +1 -0
  81. package/lib/src/types/utils.d.ts +1 -9
  82. package/lib/src/types/wedoc.d.ts +6 -21
  83. package/lib/src/util/Test.d.ts +11 -5
  84. package/lib/src/util/ensure.d.ts +3 -0
  85. package/lib/src/util/network.d.ts +14 -5
  86. package/lib/src/util/network.mock.d.ts +2 -1
  87. package/lib/src/util/network.test.d.ts +1 -0
  88. package/lib/src/window/Window.d.ts +5 -4
  89. package/lib/src/window/WindowBrowser.d.ts +2 -2
  90. package/lib/src/window/WindowBrowser.test.d.ts +1 -0
  91. package/package.json +1 -1
  92. package/phpunitMock/articleCount-mpArticle.json +1 -1
  93. package/phpunitMock/articleCreate-mpArticle-little.json +9 -6
  94. package/phpunitMock/articleGet-mpArticle-list.json +4 -4
  95. package/phpunitMock/articleUpdate-mpArticleView.json +7 -7
  96. package/phpunitMock/autocompleteAudience-u.json +42 -0
  97. package/phpunitMock/autocompleteTaxonomy-default.json +2 -2
  98. package/phpunitMock/bookmarksAdd-url.json +35 -0
  99. package/phpunitMock/bookmarksDelete-spot1Article.json +7 -0
  100. package/phpunitMock/bookmarksMove-spot1Article.json +7 -0
  101. package/phpunitMock/bookmarksRename-spot1Article.json +7 -0
  102. package/phpunitMock/customActionAdd-bookmarkSpot1Article.json +45 -0
  103. package/phpunitMock/licenseManagerAssignLicense-default.json +1 -7
  104. package/phpunitMock/licenseManagerCountLicensesNotAssigned-count.json +7 -15
  105. package/phpunitMock/licenseManagerGetLicensesAssigned-default.json +48 -48
  106. package/phpunitMock/licenseManagerUnassignLicense-default.json +1 -7
  107. package/phpunitMock/objectList-bookmarksList.json +92 -0
  108. package/phpunitMock/objectListJamespotArticleList-mpArticle-little.json +1 -109
  109. package/phpunitMock/objectListJamespotUserMap-default.json +1 -11
  110. package/phpunitMock/objectListMediaLibraryGetUnclassifiedFiles-default.json +7 -13
  111. package/phpunitMock/objectListTaxonomyConcept-default.json +16 -16
  112. package/phpunitMock/objectListTaxonomyHierarchyConcept-default.json +2 -2
  113. package/phpunitMock/onlyOfficeAskObjectAccess-ask-read.json +1 -0
  114. package/phpunitMock/onlyOfficeCreateFile-create-file.json +19 -0
  115. package/phpunitMock/onlyOfficeDeleteFile-delete-file.json +1 -0
  116. package/phpunitMock/onlyOfficeDuplicateFile-duplicate-file.json +19 -0
  117. package/phpunitMock/onlyOfficeGetFile-get-file.json +50 -0
  118. package/phpunitMock/onlyOfficeGetFiles-get-files.json +58 -0
  119. package/phpunitMock/onlyOfficeGetObject-default.json +26 -0
  120. package/phpunitMock/onlyOfficeGetObjectAccess-default.json +34 -0
  121. package/phpunitMock/onlyOfficeGetObjectAccessRequest-all-request.json +19 -0
  122. package/phpunitMock/onlyOfficeGetTemplates-get-templates.json +29 -0
  123. package/phpunitMock/onlyOfficeSetObjectAccess-default.json +1 -0
  124. package/phpunitMock/onlyOfficeSetObjectAccessRequest-accept.json +1 -0
  125. package/phpunitMock/onlyOfficeUpdateFile-update-file.json +1 -0
  126. package/phpunitMock/searchGetConfig-default.json +4 -3
  127. package/phpunitMock/searchProposition-gro.json +34 -0
  128. package/phpunitMock/searchQuery-admin.json +4 -3
  129. package/phpunitMock/supportConfiguration-configuration.json +51 -0
  130. package/phpunitMock/taxonomyCreate-default.json +6 -6
  131. package/phpunitMock/taxonomyList-default.json +95 -17
  132. package/phpunitMock/userDirectoryConfiguration-default.json +3 -1
  133. package/phpunitMock/userGet-rawView.json +5 -3
  134. package/documentation/interfaces/ApiError.html +0 -1
  135. package/lib/src/apis/share.d.ts +0 -17
  136. package/lib/src/apis/wedoc.d.ts +0 -26
@@ -0,0 +1,7 @@
1
+ {
2
+ "o": "bookmarks",
3
+ "f": "rename",
4
+ "error": 0,
5
+ "messages": [{ "code": 200, "msg": "Enregistrement r\u00e9ussi" }],
6
+ "result": null
7
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "o": "custom",
3
+ "f": "actionAdd",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "id": 31,
8
+ "mainType": "link",
9
+ "type": "bookmarkLink",
10
+ "uri": "bookmarkLink/31",
11
+ "dateCreation": "2023-06-09 16:18:47",
12
+ "dateModified": "2023-06-09 16:18:47",
13
+ "srcId": 1,
14
+ "srcType": "user",
15
+ "targetId": 2,
16
+ "targetType": "mpArticle",
17
+ "value": null,
18
+ "_src": {
19
+ "id": 1,
20
+ "mainType": "user",
21
+ "type": "user",
22
+ "uri": "user/1",
23
+ "dateCreation": "2019-03-26 16:29:33",
24
+ "dateModified": "2019-07-19 09:39:23",
25
+ "title": "AdminJenkins",
26
+ "_url": "/user/1",
27
+ "level": 9
28
+ },
29
+ "_target": {
30
+ "id": 2,
31
+ "mainType": "article",
32
+ "type": "mpArticle",
33
+ "uri": "mpArticle/2",
34
+ "dateCreation": "2019-07-19 09:36:25",
35
+ "dateModified": "2019-07-19 09:36:25",
36
+ "title": "Article groupe public",
37
+ "_url": "/article/2"
38
+ },
39
+ "bookmarkOrder": -1,
40
+ "bookmarkLabel": "Article groupe public",
41
+ "bookmarkUrl": "",
42
+ "bookmarkMeta": null,
43
+ "url": "http://jenkins-preprod.jamespot.pro/index.php?action=article&idArticle=2"
44
+ }
45
+ }
@@ -1,7 +1 @@
1
- {
2
- "o": "licenseManager",
3
- "f": "assignLicense",
4
- "error": 0,
5
- "messages": [],
6
- "result": false
7
- }
1
+ { "o": "licenseManager", "f": "assignLicense", "error": 0, "messages": [], "result": false }
@@ -1,15 +1,7 @@
1
- {
2
- "o": "licenseManager",
3
- "f": "countLicensesNotAssigned",
4
- "error": 0,
5
- "messages": [],
6
- "result": {
7
- "JLO1": 0,
8
- "JLO2": 0,
9
- "JLO3": 0,
10
- "JLO5": 0,
11
- "JLMO2": 0,
12
- "JLV3": 1,
13
- "JLC3": 0
14
- }
15
- }
1
+ {
2
+ "o": "licenseManager",
3
+ "f": "countLicensesNotAssigned",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": { "JLO1": 0, "JLO2": 0, "JLO3": 0, "JLO5": 0, "JLMO2": 0, "JLV3": 1, "JLC3": 0 }
7
+ }
@@ -1,48 +1,48 @@
1
- {
2
- "o": "licenseManager",
3
- "f": "getLicensesAssigned",
4
- "error": 0,
5
- "messages": [],
6
- "result": [
7
- {
8
- "id": 4,
9
- "kind": "capacity-JLO1",
10
- "dateCreation": "2023-04-13 16:02:53",
11
- "idFeature": 7,
12
- "uri": "jlandmap/16",
13
- "contentId": 16,
14
- "contentType": "jlandmap",
15
- "status": 0
16
- },
17
- {
18
- "id": 6,
19
- "kind": "capacity-JLO3",
20
- "dateCreation": "2023-04-13 16:02:54",
21
- "idFeature": 9,
22
- "uri": "jlandmap/18",
23
- "contentId": 18,
24
- "contentType": "jlandmap",
25
- "status": 0
26
- },
27
- {
28
- "id": 7,
29
- "kind": "capacity-JLO5",
30
- "dateCreation": "2023-04-13 16:02:54",
31
- "idFeature": 10,
32
- "uri": "jlandmap/19",
33
- "contentId": 19,
34
- "contentType": "jlandmap",
35
- "status": 0
36
- },
37
- {
38
- "id": 8,
39
- "kind": "capacity-JLO5",
40
- "dateCreation": "2023-04-13 16:02:54",
41
- "idFeature": 10,
42
- "uri": "jlandmap/20",
43
- "contentId": 20,
44
- "contentType": "jlandmap",
45
- "status": 0
46
- }
47
- ]
48
- }
1
+ {
2
+ "o": "licenseManager",
3
+ "f": "getLicensesAssigned",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": [
7
+ {
8
+ "id": 2,
9
+ "kind": "capacity-JLO1",
10
+ "dateCreation": "2023-05-29 17:37:33",
11
+ "idFeature": 5,
12
+ "uri": "jlandmap/190",
13
+ "contentId": 190,
14
+ "contentType": "jlandmap",
15
+ "status": 0
16
+ },
17
+ {
18
+ "id": 6,
19
+ "kind": "capacity-JLO3",
20
+ "dateCreation": "2023-05-29 17:37:34",
21
+ "idFeature": 8,
22
+ "uri": "jlandmap/192",
23
+ "contentId": 192,
24
+ "contentType": "jlandmap",
25
+ "status": 0
26
+ },
27
+ {
28
+ "id": 7,
29
+ "kind": "capacity-JLO5",
30
+ "dateCreation": "2023-05-29 17:37:34",
31
+ "idFeature": 9,
32
+ "uri": "jlandmap/193",
33
+ "contentId": 193,
34
+ "contentType": "jlandmap",
35
+ "status": 0
36
+ },
37
+ {
38
+ "id": 8,
39
+ "kind": "capacity-JLO5",
40
+ "dateCreation": "2023-05-29 17:37:34",
41
+ "idFeature": 9,
42
+ "uri": "jlandmap/194",
43
+ "contentId": 194,
44
+ "contentType": "jlandmap",
45
+ "status": 0
46
+ }
47
+ ]
48
+ }
@@ -1,7 +1 @@
1
- {
2
- "o": "licenseManager",
3
- "f": "unassignLicense",
4
- "error": 0,
5
- "messages": [],
6
- "result": false
7
- }
1
+ { "o": "licenseManager", "f": "unassignLicense", "error": 0, "messages": [], "result": false }
@@ -0,0 +1,92 @@
1
+ {
2
+ "o": "object",
3
+ "f": "list",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "limit": 10,
8
+ "page": 1,
9
+ "cnt": 2,
10
+ "data": [
11
+ {
12
+ "id": 34,
13
+ "mainType": "link",
14
+ "type": "bookmarkLink",
15
+ "uri": "bookmarkLink/34",
16
+ "dateCreation": "2023-06-09 16:26:22",
17
+ "dateModified": "2023-06-09 16:26:22",
18
+ "srcId": 1,
19
+ "srcType": "user",
20
+ "targetId": 4,
21
+ "targetType": "mpArticle",
22
+ "value": null,
23
+ "_src": {
24
+ "id": 1,
25
+ "mainType": "user",
26
+ "type": "user",
27
+ "uri": "user/1",
28
+ "dateCreation": "2019-03-26 16:29:33",
29
+ "dateModified": "2019-07-19 09:39:23",
30
+ "title": "AdminJenkins",
31
+ "_url": "/user/1",
32
+ "level": 9
33
+ },
34
+ "_target": {
35
+ "id": 4,
36
+ "mainType": "article",
37
+ "type": "mpArticle",
38
+ "uri": "mpArticle/4",
39
+ "dateCreation": "2019-07-19 09:36:48",
40
+ "dateModified": "2019-07-19 09:36:48",
41
+ "title": "Article groupe priv\u00e9",
42
+ "_url": "/article/4"
43
+ },
44
+ "bookmarkOrder": -3,
45
+ "bookmarkLabel": "Article groupe priv\u00e9",
46
+ "bookmarkUrl": "",
47
+ "bookmarkMeta": null,
48
+ "url": "http://jenkins-preprod.jamespot.pro/index.php?action=article&idArticle=4"
49
+ },
50
+ {
51
+ "id": 33,
52
+ "mainType": "link",
53
+ "type": "bookmarkLink",
54
+ "uri": "bookmarkLink/33",
55
+ "dateCreation": "2023-06-09 16:26:22",
56
+ "dateModified": "2023-06-09 16:26:22",
57
+ "srcId": 1,
58
+ "srcType": "user",
59
+ "targetId": 2,
60
+ "targetType": "mpArticle",
61
+ "value": null,
62
+ "_src": {
63
+ "id": 1,
64
+ "mainType": "user",
65
+ "type": "user",
66
+ "uri": "user/1",
67
+ "dateCreation": "2019-03-26 16:29:33",
68
+ "dateModified": "2019-07-19 09:39:23",
69
+ "title": "AdminJenkins",
70
+ "_url": "/user/1",
71
+ "level": 9
72
+ },
73
+ "_target": {
74
+ "id": 2,
75
+ "mainType": "article",
76
+ "type": "mpArticle",
77
+ "uri": "mpArticle/2",
78
+ "dateCreation": "2019-07-19 09:36:25",
79
+ "dateModified": "2019-07-19 09:36:25",
80
+ "title": "Article groupe public",
81
+ "_url": "/article/2"
82
+ },
83
+ "bookmarkOrder": -2,
84
+ "bookmarkLabel": "Article groupe public",
85
+ "bookmarkUrl": "",
86
+ "bookmarkMeta": null,
87
+ "url": "http://jenkins-preprod.jamespot.pro/index.php?action=article&idArticle=2"
88
+ }
89
+ ],
90
+ "facets": null
91
+ }
92
+ }
@@ -3,113 +3,5 @@
3
3
  "f": "jamespotArticleList",
4
4
  "error": 0,
5
5
  "messages": [],
6
- "result": {
7
- "limit": 50,
8
- "page": 1,
9
- "cnt": 10,
10
- "data": [
11
- {
12
- "id": 36,
13
- "mainType": "article",
14
- "type": "OAuth2Application",
15
- "uri": "OAuth2Application/36",
16
- "title": "Jamespot OAuth App",
17
- "_url": "/article/36",
18
- "dateCreation": "2023-04-11 18:22:21",
19
- "dateModified": "2023-04-11 18:05:15"
20
- },
21
- {
22
- "id": 23,
23
- "mainType": "article",
24
- "type": "mpArticle",
25
- "uri": "mpArticle/23",
26
- "title": "Article for testObjectListArticleAudienceList",
27
- "_url": "/article/23",
28
- "dateCreation": "2023-04-11 17:58:40",
29
- "dateModified": "2023-04-11 17:58:40"
30
- },
31
- {
32
- "id": 20,
33
- "mainType": "article",
34
- "type": "mpArticle",
35
- "uri": "mpArticle/20",
36
- "title": "New Title for testArticleUpdate",
37
- "_url": "/article/20",
38
- "dateCreation": "2023-04-11 17:58:39",
39
- "dateModified": "2023-04-11 17:58:39"
40
- },
41
- {
42
- "id": 18,
43
- "mainType": "article",
44
- "type": "mpArticle",
45
- "uri": "mpArticle/18",
46
- "title": "title article link",
47
- "_url": "/article/18",
48
- "dateCreation": "2023-04-11 17:58:38",
49
- "dateModified": "2023-04-11 17:58:38"
50
- },
51
- {
52
- "id": 19,
53
- "mainType": "article",
54
- "type": "mpArticle",
55
- "uri": "mpArticle/19",
56
- "title": "title article link",
57
- "_url": "/article/19",
58
- "dateCreation": "2023-04-11 17:58:38",
59
- "dateModified": "2023-04-11 17:58:38"
60
- },
61
- {
62
- "id": 16,
63
- "mainType": "article",
64
- "type": "mpArticle",
65
- "uri": "mpArticle/16",
66
- "title": "Article for testArticleGetComments",
67
- "_url": "/article/16",
68
- "dateCreation": "2023-04-11 17:58:37",
69
- "dateModified": "2023-04-11 17:58:37"
70
- },
71
- {
72
- "id": 17,
73
- "mainType": "article",
74
- "type": "mpArticle",
75
- "uri": "mpArticle/17",
76
- "title": "Article for testArticleUpdateComment",
77
- "_url": "/article/17",
78
- "dateCreation": "2023-04-11 17:58:37",
79
- "dateModified": "2023-04-11 17:58:37"
80
- },
81
- {
82
- "id": 15,
83
- "mainType": "article",
84
- "type": "mpArticle",
85
- "uri": "mpArticle/15",
86
- "title": "Article for testArticleAddComment",
87
- "_url": "/article/15",
88
- "dateCreation": "2023-04-11 17:58:36",
89
- "dateModified": "2023-04-11 17:58:36"
90
- },
91
- {
92
- "id": 14,
93
- "mainType": "article",
94
- "type": "mpArticle",
95
- "uri": "mpArticle/14",
96
- "title": "title for testArticleGetPublic",
97
- "_url": "/article/14",
98
- "dateCreation": "2023-04-11 17:58:35",
99
- "dateModified": "2023-04-11 17:58:35"
100
- },
101
- {
102
- "id": 2,
103
- "mainType": "article",
104
- "type": "mpArticle",
105
- "uri": "mpArticle/2",
106
- "title": "Article groupe public",
107
- "_url": "/article/2",
108
- "dateCreation": "2019-07-19 09:36:25",
109
- "dateModified": "2019-07-19 09:36:25"
110
- }
111
- ],
112
- "facets": [],
113
- "idQuery": 1681286231
114
- }
6
+ "result": { "limit": 50, "page": 1, "cnt": 0, "data": [], "facets": [], "idQuery": 1685374420 }
115
7
  }
@@ -3,15 +3,5 @@
3
3
  "f": "UserMap",
4
4
  "error": 0,
5
5
  "messages": [],
6
- "result": {
7
- "limit": 50000,
8
- "page": 1,
9
- "cnt": 2,
10
- "data": [
11
- { "idInType": 24, "lat": 48.721638, "lng": 2.465053 },
12
- { "idInType": 23, "lat": 48.85222, "lng": 2.426119 }
13
- ],
14
- "facets": null,
15
- "idQuery": 1681899943
16
- }
6
+ "result": { "limit": 50000, "page": 1, "cnt": 0, "data": [], "facets": null, "idQuery": 1685374431 }
17
7
  }
@@ -1,13 +1,7 @@
1
- {
2
- "o": "objectList",
3
- "f": "MediaLibraryGetUnclassifiedFiles",
4
- "error": 0,
5
- "messages": [],
6
- "result": {
7
- "limit": 0,
8
- "page": 1,
9
- "cnt": 0,
10
- "data": [],
11
- "facets": null
12
- }
13
- }
1
+ {
2
+ "o": "objectList",
3
+ "f": "MediaLibraryGetUnclassifiedFiles",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": { "limit": 0, "page": 1, "cnt": 0, "data": [], "facets": null }
7
+ }
@@ -9,15 +9,15 @@
9
9
  "cnt": 2,
10
10
  "data": [
11
11
  {
12
- "id": 2,
12
+ "id": 3,
13
13
  "type": "tagConcept",
14
14
  "title": "tag 1",
15
- "idTaxonomy": "5",
16
- "dateCreation": "14/04/2023 15:27:56",
15
+ "idTaxonomy": "8",
16
+ "dateCreation": "29/05/2023 17:41:26",
17
17
  "terms": [],
18
18
  "_label": "tag 1",
19
19
  "_count": "0",
20
- "uri": "tagConcept/2",
20
+ "uri": "tagConcept/3",
21
21
  "mainType": "tagConcept",
22
22
  "_cssColor": "#76b9f2",
23
23
  "_cssClass": "article",
@@ -34,23 +34,23 @@
34
34
  "_values": {
35
35
  "type": "tagConcept",
36
36
  "title": "tag 1",
37
- "idTaxonomy": "5",
38
- "dateCreation": "2023-04-14 15:27:56",
37
+ "idTaxonomy": "8",
38
+ "dateCreation": "2023-05-29 17:41:26",
39
39
  "terms": null
40
40
  },
41
- "_timezone": { "dateCreation": "2023-04-14 15:27:56" },
42
- "_url": "/tagConcept/2"
41
+ "_timezone": { "dateCreation": "2023-05-29 17:41:26" },
42
+ "_url": "/tagConcept/3"
43
43
  },
44
44
  {
45
- "id": 3,
45
+ "id": 4,
46
46
  "type": "tagConcept",
47
47
  "title": "tag 2",
48
- "idTaxonomy": "5",
49
- "dateCreation": "14/04/2023 15:27:56",
48
+ "idTaxonomy": "8",
49
+ "dateCreation": "29/05/2023 17:41:26",
50
50
  "terms": [],
51
51
  "_label": "tag 2",
52
52
  "_count": "0",
53
- "uri": "tagConcept/3",
53
+ "uri": "tagConcept/4",
54
54
  "mainType": "tagConcept",
55
55
  "_cssColor": "#76b9f2",
56
56
  "_cssClass": "article",
@@ -67,12 +67,12 @@
67
67
  "_values": {
68
68
  "type": "tagConcept",
69
69
  "title": "tag 2",
70
- "idTaxonomy": "5",
71
- "dateCreation": "2023-04-14 15:27:56",
70
+ "idTaxonomy": "8",
71
+ "dateCreation": "2023-05-29 17:41:26",
72
72
  "terms": null
73
73
  },
74
- "_timezone": { "dateCreation": "2023-04-14 15:27:56" },
75
- "_url": "/tagConcept/3"
74
+ "_timezone": { "dateCreation": "2023-05-29 17:41:26" },
75
+ "_url": "/tagConcept/4"
76
76
  }
77
77
  ],
78
78
  "facets": null
@@ -9,8 +9,8 @@
9
9
  "cnt": 1,
10
10
  "data": [
11
11
  {
12
- "id": "tagConcept/102",
13
- "uri": "tagConcept/102",
12
+ "id": "tagConcept/2",
13
+ "uri": "tagConcept/2",
14
14
  "shortUri": "",
15
15
  "title": "conceptTitle for taxonomyHookTest",
16
16
  "name": "conceptTitle for taxonomyHookTest",
@@ -0,0 +1 @@
1
+ { "o": "onlyOffice", "f": "askObjectAccess", "error": 0, "messages": [], "result": true }
@@ -0,0 +1,19 @@
1
+ {
2
+ "o": "onlyOffice",
3
+ "f": "createFile",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "idFile": 58,
8
+ "article": {
9
+ "id": 314,
10
+ "mainType": "article",
11
+ "type": "mpSocialFile",
12
+ "uri": "mpSocialFile/314",
13
+ "title": "xlsx_document",
14
+ "_url": "/article/314",
15
+ "dateCreation": "2023-04-14 14:52:36",
16
+ "dateModified": "2023-04-14 14:52:36"
17
+ }
18
+ }
19
+ }
@@ -0,0 +1 @@
1
+ { "o": "onlyOffice", "f": "deleteFile", "error": 0, "messages": [], "result": true }
@@ -0,0 +1,19 @@
1
+ {
2
+ "o": "onlyOffice",
3
+ "f": "duplicateFile",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "idFile": 163,
8
+ "article": {
9
+ "id": 91,
10
+ "mainType": "article",
11
+ "type": "mpSocialFile",
12
+ "uri": "mpSocialFile/91",
13
+ "title": "DUPLICATED",
14
+ "_url": "/article/91",
15
+ "dateCreation": "2023-04-14 15:54:17",
16
+ "dateModified": "2023-04-14 15:54:17"
17
+ }
18
+ }
19
+ }
@@ -0,0 +1,50 @@
1
+ {
2
+ "o": "onlyOffice",
3
+ "f": "getFile",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "id": 56,
8
+ "title": "xlsx_document.xlsx",
9
+ "mimetype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
10
+ "type": "fileArticle",
11
+ "mainType": "fileArticle",
12
+ "uri": "fileArticle/56",
13
+ "dateModified": "2023-04-14 14:39:17",
14
+ "dateCreation": "2023-04-14 14:39:17",
15
+ "_extend": {
16
+ "generalAccessRule": "link",
17
+ "dateModified": "2023-04-14 14:39:17",
18
+ "dateCreation": "2023-04-14 14:39:17",
19
+ "fileInfo": {
20
+ "color": "#218273",
21
+ "description": "Tableur",
22
+ "extension": "xlsx",
23
+ "icon": "icon-file-excel-o",
24
+ "label": "Tableur"
25
+ }
26
+ },
27
+ "_user": {
28
+ "id": 4,
29
+ "mainType": "user",
30
+ "type": "user",
31
+ "uri": "user/4",
32
+ "title": "Admin1",
33
+ "_url": "/user/4",
34
+ "dateCreation": "2019-07-09 15:48:26",
35
+ "dateModified": "2023-04-14 14:29:47",
36
+ "level": 9
37
+ },
38
+ "_right": {
39
+ "create": true,
40
+ "read": true,
41
+ "publish": false,
42
+ "administrate": true,
43
+ "update": true,
44
+ "delete": true,
45
+ "comment": true,
46
+ "member": true
47
+ },
48
+ "_audience": []
49
+ }
50
+ }