jamespot-user-api 1.0.132 → 1.0.134
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 +10 -10
- 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/jest.config.ts +6 -0
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/jest.config.d.ts +6 -0
- package/lib/jest.config.vm.d.ts +6 -0
- package/lib/src/apis/assetReservation/assetReservation.d.ts +2 -2
- package/lib/src/apis/assetReservation/assetReservation.mock.d.ts +3 -1
- package/lib/src/apis/faq/faq.d.ts +5 -1
- package/lib/src/apis/faq/faq.mock.d.ts +8 -0
- package/lib/src/apis/group/group.d.ts +6 -3
- package/lib/src/apis/group/group.mock.d.ts +11 -2
- package/lib/src/apis/taxonomy/taxonomy.mock.d.ts +1 -0
- package/lib/src/types/faq.d.ts +5 -0
- package/lib/src/types/group.d.ts +17 -4
- package/lib/src/util/ensure.test.d.ts +1 -0
- package/lib/src/util/string.test.d.ts +2 -0
- package/package.json +1 -1
- package/phpunitMock/assetReservationGetReservations-default.json +221 -0
- package/phpunitMock/faqMoveTheme-success.json +103 -0
- package/phpunitMock/objectListAssetReservationList-default.json +75 -75
- package/phpunitMock/spotCreate-default.json +24 -0
- package/phpunitMock/spotGetAvailableWidget-default.json +24 -0
- package/phpunitMock/spotGetCategories-default.json +10 -0
- package/phpunitMock/spotGetProperties-default.json +100 -182
- package/phpunitMock/spotGetSpotMembers-default.json +42 -0
- package/phpunitMock/spotResetNotifications-default.json +7 -0
- package/phpunitMock/spotUpdate-default.json +24 -0
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "spot",
|
|
3
|
+
"f": "update",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": {
|
|
7
|
+
"id": 5,
|
|
8
|
+
"mainType": "spot",
|
|
9
|
+
"type": "spot",
|
|
10
|
+
"uri": "spot/5",
|
|
11
|
+
"dateCreation": "2024-01-09 12:15:40",
|
|
12
|
+
"dateModified": "2024-01-09 12:15:40",
|
|
13
|
+
"title": "title SPOT update",
|
|
14
|
+
"_url": "/group/5",
|
|
15
|
+
"privacy": 0,
|
|
16
|
+
"category": "1",
|
|
17
|
+
"description": "Description for spot update",
|
|
18
|
+
"edito": null,
|
|
19
|
+
"language": "fr",
|
|
20
|
+
"image": null,
|
|
21
|
+
"spotBanner": [],
|
|
22
|
+
"useTeaser": null
|
|
23
|
+
}
|
|
24
|
+
}
|