jamespot-user-api 1.0.134 → 1.0.136
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/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/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/jest.config.ts +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/src/apis/application/types.d.ts +1 -1
- package/lib/src/apis/group/group.mock.d.ts +1 -1
- package/lib/src/types/tinymce.d.ts +1 -0
- package/package.json +1 -1
- package/phpunitMock/objectListJamespotSpotMembers-default.json +71 -0
- package/phpunitMock/spotGetSpotMembers-default.json +0 -42
|
@@ -7,7 +7,7 @@ export declare const groupCreate: ApiWrapper<GroupView>;
|
|
|
7
7
|
export declare const groupUpdate: ApiWrapper<GroupView>;
|
|
8
8
|
export declare const groupGetAvailableWidget: ApiWrapper<Record<string, GroupWidget>>;
|
|
9
9
|
export declare const groupGetCategories: ApiWrapper<Category[]>;
|
|
10
|
-
export declare const
|
|
10
|
+
export declare const groupObjectListJamespotSpotMembers: ApiPagingResults<GroupMemberLevel>;
|
|
11
11
|
export declare const groupResetNotification: ApiWrapper<{
|
|
12
12
|
members: number;
|
|
13
13
|
msg: string;
|
package/package.json
CHANGED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "objectListJamespot",
|
|
3
|
+
"f": "spotMembers",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": {
|
|
7
|
+
"limit": 50,
|
|
8
|
+
"page": 1,
|
|
9
|
+
"cnt": 4,
|
|
10
|
+
"data": [
|
|
11
|
+
{
|
|
12
|
+
"user": {
|
|
13
|
+
"id": 1,
|
|
14
|
+
"mainType": "user",
|
|
15
|
+
"type": "user",
|
|
16
|
+
"uri": "user/1",
|
|
17
|
+
"dateCreation": "2019-03-26 16:29:33",
|
|
18
|
+
"dateModified": "2019-07-19 09:39:23",
|
|
19
|
+
"title": "AdminJenkins",
|
|
20
|
+
"_url": "/user/1",
|
|
21
|
+
"level": 9
|
|
22
|
+
},
|
|
23
|
+
"level": 0
|
|
24
|
+
},
|
|
25
|
+
{
|
|
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
|
+
"level": 1
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"user": {
|
|
41
|
+
"id": 7,
|
|
42
|
+
"mainType": "user",
|
|
43
|
+
"type": "user",
|
|
44
|
+
"uri": "user/7",
|
|
45
|
+
"dateCreation": "2019-07-09 15:49:25",
|
|
46
|
+
"dateModified": "2019-07-09 15:51:50",
|
|
47
|
+
"title": "User2",
|
|
48
|
+
"_url": "/user/7",
|
|
49
|
+
"level": 5
|
|
50
|
+
},
|
|
51
|
+
"level": 2
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"user": {
|
|
55
|
+
"id": 6,
|
|
56
|
+
"mainType": "user",
|
|
57
|
+
"type": "user",
|
|
58
|
+
"uri": "user/6",
|
|
59
|
+
"dateCreation": "2019-07-09 15:49:06",
|
|
60
|
+
"dateModified": "2019-07-09 15:51:35",
|
|
61
|
+
"title": "User1",
|
|
62
|
+
"_url": "/user/6",
|
|
63
|
+
"level": 5
|
|
64
|
+
},
|
|
65
|
+
"level": 3
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"facets": null,
|
|
69
|
+
"idQuery": null
|
|
70
|
+
}
|
|
71
|
+
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"o": "spot",
|
|
3
|
-
"f": "getSpotMembers",
|
|
4
|
-
"error": 0,
|
|
5
|
-
"messages": [],
|
|
6
|
-
"result": {
|
|
7
|
-
"data": [
|
|
8
|
-
{
|
|
9
|
-
"level": "3",
|
|
10
|
-
"user": {
|
|
11
|
-
"id": 4,
|
|
12
|
-
"mainType": "user",
|
|
13
|
-
"type": "user",
|
|
14
|
-
"uri": "user/4",
|
|
15
|
-
"dateCreation": "2019-07-09 15:48:26",
|
|
16
|
-
"dateModified": "2019-07-09 15:51:24",
|
|
17
|
-
"title": "Admin1",
|
|
18
|
-
"_url": "/user/4",
|
|
19
|
-
"level": 9
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"level": "0",
|
|
24
|
-
"user": {
|
|
25
|
-
"id": 1,
|
|
26
|
-
"mainType": "user",
|
|
27
|
-
"type": "user",
|
|
28
|
-
"uri": "user/1",
|
|
29
|
-
"dateCreation": "2019-03-26 16:29:33",
|
|
30
|
-
"dateModified": "2019-07-19 09:39:23",
|
|
31
|
-
"title": "AdminJenkins",
|
|
32
|
-
"_url": "/user/1",
|
|
33
|
-
"level": 9
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
],
|
|
37
|
-
"cnt": 2,
|
|
38
|
-
"limit": 10,
|
|
39
|
-
"page": 1,
|
|
40
|
-
"facets": null
|
|
41
|
-
}
|
|
42
|
-
}
|