jamespot-user-api 1.0.152 → 1.0.154
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/TaxonomyCreate.html +1 -1
- package/documentation/interfaces/WindowInterface.html +1 -1
- package/documentation/modules.html +10 -10
- package/lib/src/types/group.d.ts +1 -1
- package/lib/src/types/index.d.ts +9 -0
- package/lib/src/types/meeting.d.ts +1 -1
- package/lib/src/types/socialEvent.d.ts +2 -2
- package/package.json +1 -1
- package/phpunitMock/articleGet-meeting-list.json +11 -11
- package/phpunitMock/articleGet-meeting-view.json +7 -7
- package/phpunitMock/articleGet-socialEvent-list.json +6 -6
- package/phpunitMock/articleGet-socialEvent-view.json +6 -6
- package/phpunitMock/spotGetProperties-default.json +2 -2
package/lib/src/types/group.d.ts
CHANGED
|
@@ -52,7 +52,7 @@ export type GroupProperties = {
|
|
|
52
52
|
rss_access: '1' | '0';
|
|
53
53
|
rss_key: string;
|
|
54
54
|
fileSyncEnabled: '1' | '0';
|
|
55
|
-
fileBankQuota:
|
|
55
|
+
fileBankQuota: string;
|
|
56
56
|
fileSyncVersioningType: 'overwrite' | 'author-change';
|
|
57
57
|
_options: GroupPropertiesOptions;
|
|
58
58
|
_errors: [];
|
package/lib/src/types/index.d.ts
CHANGED
|
@@ -7,18 +7,27 @@ export * from './asei';
|
|
|
7
7
|
export * from './assetReservation';
|
|
8
8
|
export * from './autocomplete';
|
|
9
9
|
export * from './bookmark';
|
|
10
|
+
export * from './comment';
|
|
10
11
|
export * from './common';
|
|
11
12
|
export * from './diapazone';
|
|
12
13
|
export * from './drive';
|
|
13
14
|
export * from './faq';
|
|
14
15
|
export * from './file';
|
|
16
|
+
export * from './global';
|
|
17
|
+
export * from './group';
|
|
15
18
|
export * from './mediaLibrary';
|
|
19
|
+
export * from './meeting';
|
|
16
20
|
export * from './model';
|
|
17
21
|
export * from './network';
|
|
18
22
|
export * from './object';
|
|
23
|
+
export * from './pollSurvey';
|
|
24
|
+
export * from './quizz';
|
|
19
25
|
export * from './search';
|
|
20
26
|
export * from './share';
|
|
21
27
|
export * from './socialAction';
|
|
28
|
+
export * from './socialEvent';
|
|
29
|
+
export * from './support';
|
|
30
|
+
export * from './surveyDate';
|
|
22
31
|
export * from './tvDisplay';
|
|
23
32
|
export * from './tinymce';
|
|
24
33
|
export * from './user';
|
|
@@ -4,7 +4,7 @@ export type jSocialEventList = jArticleList & {
|
|
|
4
4
|
address: string;
|
|
5
5
|
dateStart: string;
|
|
6
6
|
dateEnd: string;
|
|
7
|
-
noGestion:
|
|
7
|
+
noGestion: boolean;
|
|
8
8
|
};
|
|
9
9
|
export type jSocialEventView = jArticleView & jSocialEventList & {
|
|
10
10
|
allDay: null;
|
|
@@ -14,5 +14,5 @@ export type jSocialEventView = jArticleView & jSocialEventList & {
|
|
|
14
14
|
socialEventUseCeiling: null;
|
|
15
15
|
socialEventCeiling: null;
|
|
16
16
|
hideFromCalendar: null;
|
|
17
|
-
urlGestion?: null;
|
|
17
|
+
urlGestion?: null | string;
|
|
18
18
|
};
|
package/package.json
CHANGED
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
"error": 0,
|
|
5
5
|
"messages": [],
|
|
6
6
|
"result": {
|
|
7
|
-
"id":
|
|
7
|
+
"id": 28,
|
|
8
8
|
"mainType": "article",
|
|
9
9
|
"type": "meeting",
|
|
10
|
-
"uri": "meeting/
|
|
11
|
-
"dateCreation": "2024-
|
|
12
|
-
"dateModified": "2024-
|
|
13
|
-
"title": "Test meeting notifications (live -
|
|
14
|
-
"_url": "/article/
|
|
10
|
+
"uri": "meeting/28",
|
|
11
|
+
"dateCreation": "2024-04-18 10:59:00",
|
|
12
|
+
"dateModified": "2024-04-18 10:59:00",
|
|
13
|
+
"title": "Test meeting notifications (live - 1713430739)",
|
|
14
|
+
"_url": "/article/28",
|
|
15
15
|
"_right": {
|
|
16
16
|
"create": true,
|
|
17
17
|
"read": true,
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"type": "user",
|
|
29
29
|
"uri": "user/1",
|
|
30
30
|
"dateCreation": "2019-03-26 16:29:33",
|
|
31
|
-
"dateModified": "
|
|
31
|
+
"dateModified": "2019-07-19 09:39:23",
|
|
32
32
|
"title": "AdminJenkins",
|
|
33
33
|
"_url": "/user/1",
|
|
34
34
|
"level": 9
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"type": "user",
|
|
41
41
|
"uri": "user/6",
|
|
42
42
|
"dateCreation": "2019-07-09 15:49:06",
|
|
43
|
-
"dateModified": "
|
|
43
|
+
"dateModified": "2019-07-09 15:51:35",
|
|
44
44
|
"title": "User1",
|
|
45
45
|
"_url": "/user/6",
|
|
46
46
|
"level": 5
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
],
|
|
49
49
|
"place": "",
|
|
50
50
|
"address": "",
|
|
51
|
-
"dateStart": "2024-
|
|
52
|
-
"dateEnd": "2024-
|
|
53
|
-
"noGestion":
|
|
51
|
+
"dateStart": "2024-04-18 10:58:59",
|
|
52
|
+
"dateEnd": "2024-04-18 13:58:59",
|
|
53
|
+
"noGestion": false
|
|
54
54
|
}
|
|
55
55
|
}
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"mainType": "article",
|
|
9
9
|
"type": "meeting",
|
|
10
10
|
"uri": "meeting/226",
|
|
11
|
-
"dateCreation": "2024-04-
|
|
12
|
-
"dateModified": "2024-04-
|
|
13
|
-
"title": "Test meeting notifications (live -
|
|
11
|
+
"dateCreation": "2024-04-19 09:53:56",
|
|
12
|
+
"dateModified": "2024-04-19 09:53:56",
|
|
13
|
+
"title": "Test meeting notifications (live - 1713513236)",
|
|
14
14
|
"_url": "/article/226",
|
|
15
15
|
"_right": {
|
|
16
16
|
"create": true,
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
"level": 5
|
|
47
47
|
}
|
|
48
48
|
],
|
|
49
|
-
"processContext": null,
|
|
50
49
|
"place": "",
|
|
51
50
|
"address": "",
|
|
52
|
-
"dateStart": "2024-04-
|
|
53
|
-
"dateEnd": "2024-04-
|
|
51
|
+
"dateStart": "2024-04-19 09:53:56",
|
|
52
|
+
"dateEnd": "2024-04-19 12:53:56",
|
|
53
|
+
"noGestion": false,
|
|
54
|
+
"processContext": null,
|
|
54
55
|
"allDay": null,
|
|
55
56
|
"agenda": "",
|
|
56
|
-
"noGestion": null,
|
|
57
57
|
"useQrcode": null,
|
|
58
58
|
"textColor": "",
|
|
59
59
|
"bgColor": "",
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"mainType": "article",
|
|
9
9
|
"type": "socialEvent",
|
|
10
10
|
"uri": "socialEvent/13",
|
|
11
|
-
"dateCreation": "2024-
|
|
12
|
-
"dateModified": "2024-
|
|
11
|
+
"dateCreation": "2024-04-18 10:29:36",
|
|
12
|
+
"dateModified": "2024-04-18 10:29:36",
|
|
13
13
|
"title": "EVENT FOR TEST",
|
|
14
14
|
"_url": "/article/13",
|
|
15
15
|
"_right": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"type": "spot",
|
|
42
42
|
"uri": "spot/1",
|
|
43
43
|
"dateCreation": "2019-07-18 18:36:24",
|
|
44
|
-
"dateModified": "2024-
|
|
44
|
+
"dateModified": "2024-04-18 10:29:36",
|
|
45
45
|
"title": "Groupe public",
|
|
46
46
|
"_url": "/group/1",
|
|
47
47
|
"privacy": 1,
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
],
|
|
51
51
|
"place": "",
|
|
52
52
|
"address": "",
|
|
53
|
-
"dateStart": "2024-
|
|
54
|
-
"dateEnd": "2024-
|
|
55
|
-
"noGestion":
|
|
53
|
+
"dateStart": "2024-04-18 10:29:36",
|
|
54
|
+
"dateEnd": "2024-04-18 13:29:36",
|
|
55
|
+
"noGestion": false
|
|
56
56
|
}
|
|
57
57
|
}
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"mainType": "article",
|
|
9
9
|
"type": "socialEvent",
|
|
10
10
|
"uri": "socialEvent/61",
|
|
11
|
-
"dateCreation": "2024-04-
|
|
12
|
-
"dateModified": "2024-04-
|
|
11
|
+
"dateCreation": "2024-04-19 09:52:06",
|
|
12
|
+
"dateModified": "2024-04-19 09:52:06",
|
|
13
13
|
"title": "EVENT FOR TEST",
|
|
14
14
|
"_url": "/article/61",
|
|
15
15
|
"_right": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"type": "spot",
|
|
42
42
|
"uri": "spot/1",
|
|
43
43
|
"dateCreation": "2019-07-18 18:36:24",
|
|
44
|
-
"dateModified": "2024-04-
|
|
44
|
+
"dateModified": "2024-04-19 09:52:06",
|
|
45
45
|
"title": "Groupe public",
|
|
46
46
|
"_url": "/group/1",
|
|
47
47
|
"privacy": 1,
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
],
|
|
51
51
|
"place": "",
|
|
52
52
|
"address": "",
|
|
53
|
-
"dateStart": "2024-04-
|
|
54
|
-
"dateEnd": "2024-04-
|
|
55
|
-
"noGestion":
|
|
53
|
+
"dateStart": "2024-04-19 09:52:06",
|
|
54
|
+
"dateEnd": "2024-04-19 12:52:06",
|
|
55
|
+
"noGestion": false,
|
|
56
56
|
"processContext": null,
|
|
57
57
|
"allDay": null,
|
|
58
58
|
"socialEventUseCeiling": null,
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"type": "user",
|
|
161
161
|
"uri": "user/4",
|
|
162
162
|
"dateCreation": "2019-07-09 15:48:26",
|
|
163
|
-
"dateModified": "
|
|
163
|
+
"dateModified": "2024-04-25 15:17:39",
|
|
164
164
|
"title": "Admin1",
|
|
165
165
|
"_url": "/user/4",
|
|
166
166
|
"level": 9
|
|
@@ -179,6 +179,6 @@
|
|
|
179
179
|
"widgets": [],
|
|
180
180
|
"fileSyncEnabled": "0",
|
|
181
181
|
"fileSyncVersioningType": "overwrite",
|
|
182
|
-
"fileBankQuota": ""
|
|
182
|
+
"fileBankQuota": "0"
|
|
183
183
|
}
|
|
184
184
|
}
|