jamespot-user-api 1.0.123 → 1.0.125
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 +5 -5
- 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 -1
- 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/admin/store.mock.d.ts +4 -0
- package/lib/src/apis/admin/store.test.d.ts +1 -0
- package/lib/src/apis/user/user.d.ts +1 -1
- package/lib/src/apis/wedoc/wedoc.mock.d.ts +0 -4
- package/lib/src/types/group.d.ts +5 -4
- package/lib/src/util/file.d.ts +1 -0
- package/lib/src/util/group.d.ts +2 -0
- package/lib/src/util/index.d.ts +1 -0
- package/package.json +1 -1
- package/phpunitMock/tvDisplayGetConfigureChannel-dynamic.json +35 -1057
- package/phpunitMock/diapazoneCreateDiapazone.json +0 -18
- package/phpunitMock/jLandAdminLogs-full.json +0 -98
- package/phpunitMock/onlyOfficeAskObjectAccess-ask-read.json +0 -1
- package/phpunitMock/onlyOfficeDuplicateFile-duplicate-file.json +0 -19
- package/phpunitMock/onlyOfficeGetObjectAccessHash-default.json +0 -7
- package/phpunitMock/onlyOfficeGetObjectAccessRequest-all-request.json +0 -19
- package/phpunitMock/onlyOfficeSetObjectAccessRequest-accept.json +0 -1
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"o": "article",
|
|
3
|
-
"f": "create",
|
|
4
|
-
"error": 0,
|
|
5
|
-
"messages": [{ "code": 200, "msg": "Enregistrement r\u00e9ussi" }],
|
|
6
|
-
"result": [
|
|
7
|
-
{
|
|
8
|
-
"id": 1,
|
|
9
|
-
"mainType": "article",
|
|
10
|
-
"type": "mpArticle",
|
|
11
|
-
"uri": "mpArticle/1",
|
|
12
|
-
"title": "Diapazone",
|
|
13
|
-
"_url": "/article/1",
|
|
14
|
-
"dateCreation": "2023-04-11 14:53:51",
|
|
15
|
-
"dateModified": "2023-04-11 14:53:51"
|
|
16
|
-
}
|
|
17
|
-
]
|
|
18
|
-
}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"o": "jLand",
|
|
3
|
-
"f": "adminLogs",
|
|
4
|
-
"error": 0,
|
|
5
|
-
"messages": [],
|
|
6
|
-
"result": [
|
|
7
|
-
{
|
|
8
|
-
"idLog": 155924,
|
|
9
|
-
"slug": "jday-2022.jamespot.pro",
|
|
10
|
-
"dateCreation": "2023-04-13T10:00:12.000Z",
|
|
11
|
-
"map": "170",
|
|
12
|
-
"mail": "cyril.barragan@jamespot.com",
|
|
13
|
-
"action": "access",
|
|
14
|
-
"mode": "controlled"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"idLog": 71508,
|
|
18
|
-
"slug": "jday-2022.jamespot.pro",
|
|
19
|
-
"dateCreation": "2022-10-13T13:12:30.000Z",
|
|
20
|
-
"map": "jpro/office",
|
|
21
|
-
"mail": "alain.garnier@jamespot.com",
|
|
22
|
-
"action": "access",
|
|
23
|
-
"mode": "controlled"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"idLog": 44612,
|
|
27
|
-
"slug": "jday-2022.jamespot.pro",
|
|
28
|
-
"dateCreation": "2022-08-23T15:57:10.000Z",
|
|
29
|
-
"map": "jpro/office",
|
|
30
|
-
"mail": "romaric.pighetti@jamespot.com",
|
|
31
|
-
"action": "access",
|
|
32
|
-
"mode": "controlled"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"idLog": 44611,
|
|
36
|
-
"slug": "jday-2022.jamespot.pro",
|
|
37
|
-
"dateCreation": "2022-08-23T15:56:31.000Z",
|
|
38
|
-
"map": "jpro/office",
|
|
39
|
-
"mail": "romaric.pighetti@jamespot.com",
|
|
40
|
-
"action": "access",
|
|
41
|
-
"mode": "controlled"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"idLog": 44610,
|
|
45
|
-
"slug": "jday-2022.jamespot.pro",
|
|
46
|
-
"dateCreation": "2022-08-23T15:56:30.000Z",
|
|
47
|
-
"map": "jpro/office",
|
|
48
|
-
"mail": "romaric.pighetti@jamespot.com",
|
|
49
|
-
"action": "access",
|
|
50
|
-
"mode": "controlled"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"idLog": 44609,
|
|
54
|
-
"slug": "jday-2022.jamespot.pro",
|
|
55
|
-
"dateCreation": "2022-08-23T15:56:29.000Z",
|
|
56
|
-
"map": "jpro/office",
|
|
57
|
-
"mail": "romaric.pighetti@jamespot.com",
|
|
58
|
-
"action": "access",
|
|
59
|
-
"mode": "controlled"
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"idLog": 44608,
|
|
63
|
-
"slug": "jday-2022.jamespot.pro",
|
|
64
|
-
"dateCreation": "2022-08-23T15:56:26.000Z",
|
|
65
|
-
"map": "jpro/office",
|
|
66
|
-
"mail": "romaric.pighetti@jamespot.com",
|
|
67
|
-
"action": "access",
|
|
68
|
-
"mode": "controlled"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"idLog": 36888,
|
|
72
|
-
"slug": "jday-2022.jamespot.pro",
|
|
73
|
-
"dateCreation": "2022-08-01T12:44:01.000Z",
|
|
74
|
-
"map": "jpro/office",
|
|
75
|
-
"mail": "romaric.pighetti@jamespot.com",
|
|
76
|
-
"action": "access",
|
|
77
|
-
"mode": "controlled"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"idLog": 36887,
|
|
81
|
-
"slug": "jday-2022.jamespot.pro",
|
|
82
|
-
"dateCreation": "2022-08-01T12:44:01.000Z",
|
|
83
|
-
"map": "jpro/office",
|
|
84
|
-
"mail": "romaric.pighetti@jamespot.com",
|
|
85
|
-
"action": "access",
|
|
86
|
-
"mode": "controlled"
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"idLog": 36886,
|
|
90
|
-
"slug": "jday-2022.jamespot.pro",
|
|
91
|
-
"dateCreation": "2022-08-01T12:43:59.000Z",
|
|
92
|
-
"map": "jpro/office",
|
|
93
|
-
"mail": "romaric.pighetti@jamespot.com",
|
|
94
|
-
"action": "access",
|
|
95
|
-
"mode": "controlled"
|
|
96
|
-
}
|
|
97
|
-
]
|
|
98
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{ "o": "onlyOffice", "f": "askObjectAccess", "error": 0, "messages": [], "result": true }
|
|
@@ -1,19 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"o": "onlyOffice",
|
|
3
|
-
"f": "getObjectAccessRequest",
|
|
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
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{ "o": "onlyOffice", "f": "setObjectAccessRequest", "error": 0, "messages": [], "result": [] }
|