jamespot-user-api 1.0.147 → 1.0.148
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/JBusinessNetworkingApi.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/JGlobalApi.html +1 -1
- package/documentation/classes/JGroupApi.html +9 -9
- package/documentation/classes/JIAApi.html +1 -1
- 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/JSocialActionApi.html +1 -1
- package/documentation/classes/JTaxonomyApi.html +2 -2
- package/documentation/classes/JUserApi.html +7 -7
- package/documentation/classes/JWedocApi.html +1 -1
- package/documentation/classes/JWidgetApi.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 +12 -12
- package/lib/src/apis/article/article.mock.d.ts +20 -2
- package/lib/src/apis/bookmark/bookmark.d.ts +1 -1
- package/lib/src/types/meeting.d.ts +12 -0
- package/lib/src/types/model.d.ts +1 -1
- package/lib/src/types/pollSurvey.d.ts +27 -0
- package/lib/src/types/quizz.d.ts +15 -0
- package/lib/src/types/socialEvent.d.ts +17 -0
- package/lib/src/types/support.d.ts +8 -0
- package/lib/src/types/surveyDate.d.ts +9 -0
- package/lib/src/types/utils.d.ts +6 -0
- package/lib/src/util/Test.d.ts +1 -1
- package/package.json +1 -1
- package/phpunitMock/articleGet-meeting-list.json +55 -0
- package/phpunitMock/articleGet-meeting-view.json +64 -0
- package/phpunitMock/articleGet-pollSurvey-list.json +62 -0
- package/phpunitMock/articleGet-pollSurvey-view.json +71 -0
- package/phpunitMock/articleGet-quizz-list.json +42 -0
- package/phpunitMock/articleGet-quizz-view.json +49 -0
- package/phpunitMock/articleGet-socialEvent-list.json +57 -0
- package/phpunitMock/articleGet-socialEvent-view.json +66 -0
- package/phpunitMock/articleGet-support-list.json +42 -0
- package/phpunitMock/articleGet-support-view.json +55 -0
- package/phpunitMock/articleGet-surveyDate-list.json +54 -0
- package/phpunitMock/articleGet-surveyDate-view.json +56 -0
- package/phpunitMock/tvDisplayGetConfigureChannel-dynamic.json +2 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "article",
|
|
3
|
+
"f": "get",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": {
|
|
7
|
+
"id": 35,
|
|
8
|
+
"mainType": "article",
|
|
9
|
+
"type": "support",
|
|
10
|
+
"uri": "support/35",
|
|
11
|
+
"dateCreation": "2024-01-29 09:37:48",
|
|
12
|
+
"dateModified": "2024-01-29 09:37:48",
|
|
13
|
+
"title": "support 1",
|
|
14
|
+
"_url": "/article/35",
|
|
15
|
+
"_right": {
|
|
16
|
+
"create": true,
|
|
17
|
+
"read": true,
|
|
18
|
+
"publish": false,
|
|
19
|
+
"administrate": true,
|
|
20
|
+
"update": true,
|
|
21
|
+
"delete": true,
|
|
22
|
+
"comment": true,
|
|
23
|
+
"member": true
|
|
24
|
+
},
|
|
25
|
+
"description": "<div class='content-html'></div>",
|
|
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
|
+
"_audience": [],
|
|
38
|
+
"supportStatus": null,
|
|
39
|
+
"supportType": null,
|
|
40
|
+
"supportOwner": []
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "article",
|
|
3
|
+
"f": "get",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": {
|
|
7
|
+
"id": 35,
|
|
8
|
+
"mainType": "article",
|
|
9
|
+
"type": "support",
|
|
10
|
+
"uri": "support/35",
|
|
11
|
+
"dateCreation": "2024-01-29 09:37:48",
|
|
12
|
+
"dateModified": "2024-01-29 09:37:48",
|
|
13
|
+
"title": "support 1",
|
|
14
|
+
"_url": "/article/35",
|
|
15
|
+
"_right": {
|
|
16
|
+
"create": true,
|
|
17
|
+
"read": true,
|
|
18
|
+
"publish": false,
|
|
19
|
+
"administrate": true,
|
|
20
|
+
"update": true,
|
|
21
|
+
"delete": true,
|
|
22
|
+
"comment": true,
|
|
23
|
+
"member": true
|
|
24
|
+
},
|
|
25
|
+
"description": "<div class='content-html'></div>",
|
|
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
|
+
"_audience": [],
|
|
38
|
+
"supportStatus": 0,
|
|
39
|
+
"supportType": "functional",
|
|
40
|
+
"supportOwner": [
|
|
41
|
+
{
|
|
42
|
+
"id": 6,
|
|
43
|
+
"mainType": "user",
|
|
44
|
+
"type": "user",
|
|
45
|
+
"uri": "user/6",
|
|
46
|
+
"dateCreation": "2019-07-09 15:49:06",
|
|
47
|
+
"dateModified": "2019-07-09 15:51:35",
|
|
48
|
+
"title": "User1",
|
|
49
|
+
"_url": "/user/6",
|
|
50
|
+
"level": 5
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"processContext": null
|
|
54
|
+
}
|
|
55
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "article",
|
|
3
|
+
"f": "get",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": {
|
|
7
|
+
"id": 39,
|
|
8
|
+
"mainType": "article",
|
|
9
|
+
"type": "surveyDate",
|
|
10
|
+
"uri": "surveyDate/39",
|
|
11
|
+
"dateCreation": "2024-01-29 09:45:03",
|
|
12
|
+
"dateModified": "2024-01-29 09:45:03",
|
|
13
|
+
"title": "SurveyDate Title",
|
|
14
|
+
"_url": "/article/39",
|
|
15
|
+
"_right": {
|
|
16
|
+
"create": true,
|
|
17
|
+
"read": true,
|
|
18
|
+
"publish": false,
|
|
19
|
+
"administrate": true,
|
|
20
|
+
"update": true,
|
|
21
|
+
"delete": true,
|
|
22
|
+
"comment": true,
|
|
23
|
+
"member": true
|
|
24
|
+
},
|
|
25
|
+
"description": "<div class='content-html'></div>",
|
|
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
|
+
"_audience": [
|
|
38
|
+
{
|
|
39
|
+
"id": 4,
|
|
40
|
+
"mainType": "user",
|
|
41
|
+
"type": "user",
|
|
42
|
+
"uri": "user/4",
|
|
43
|
+
"dateCreation": "2019-07-09 15:48:26",
|
|
44
|
+
"dateModified": "2019-07-09 15:51:24",
|
|
45
|
+
"title": "Admin1",
|
|
46
|
+
"_url": "/user/4",
|
|
47
|
+
"level": 9
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"dates": ["2024-01-30 10:30:00", "2024-01-31 11:30:00"],
|
|
51
|
+
"dateStart": null,
|
|
52
|
+
"dateEnd": "2024-02-01 09:45:03"
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "article",
|
|
3
|
+
"f": "get",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": {
|
|
7
|
+
"id": 39,
|
|
8
|
+
"mainType": "article",
|
|
9
|
+
"type": "surveyDate",
|
|
10
|
+
"uri": "surveyDate/39",
|
|
11
|
+
"dateCreation": "2024-01-29 09:45:03",
|
|
12
|
+
"dateModified": "2024-01-29 09:45:03",
|
|
13
|
+
"title": "SurveyDate Title",
|
|
14
|
+
"_url": "/article/39",
|
|
15
|
+
"_right": {
|
|
16
|
+
"create": true,
|
|
17
|
+
"read": true,
|
|
18
|
+
"publish": false,
|
|
19
|
+
"administrate": true,
|
|
20
|
+
"update": true,
|
|
21
|
+
"delete": true,
|
|
22
|
+
"comment": true,
|
|
23
|
+
"member": true
|
|
24
|
+
},
|
|
25
|
+
"description": "<div class='content-html'></div>",
|
|
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
|
+
"_audience": [
|
|
38
|
+
{
|
|
39
|
+
"id": 4,
|
|
40
|
+
"mainType": "user",
|
|
41
|
+
"type": "user",
|
|
42
|
+
"uri": "user/4",
|
|
43
|
+
"dateCreation": "2019-07-09 15:48:26",
|
|
44
|
+
"dateModified": "2019-07-09 15:51:24",
|
|
45
|
+
"title": "Admin1",
|
|
46
|
+
"_url": "/user/4",
|
|
47
|
+
"level": 9
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"dates": ["2024-01-30 10:30:00", "2024-01-31 11:30:00"],
|
|
51
|
+
"dateStart": null,
|
|
52
|
+
"dateEnd": "2024-02-01 09:45:03",
|
|
53
|
+
"processContext": null,
|
|
54
|
+
"surveyObjectLink": []
|
|
55
|
+
}
|
|
56
|
+
}
|
|
@@ -109,6 +109,7 @@
|
|
|
109
109
|
"category": 1
|
|
110
110
|
}
|
|
111
111
|
],
|
|
112
|
+
"articleWidgets": [],
|
|
112
113
|
"_extend": {
|
|
113
114
|
"descriptionSecure": "<div class=\"content-html\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</div>\n",
|
|
114
115
|
"imageSecureUrl": "http://jenkins-preprod.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoib3JpZ2luYWxcL21wQXJ0aWNsZVwvMjQ3LnBuZz9fPTE3MDk1NTkwNDUifQ.eR2Za4Udsl8YPshrDrJ3BHDDeZ4NJkzor8aAweZgtvg",
|
|
@@ -195,6 +196,7 @@
|
|
|
195
196
|
"category": 1
|
|
196
197
|
}
|
|
197
198
|
],
|
|
199
|
+
"articleWidgets": [],
|
|
198
200
|
"_extend": {
|
|
199
201
|
"descriptionSecure": "<div class=\"content-html\"></div>\n",
|
|
200
202
|
"comments": []
|