jamespot-user-api 1.0.167 → 1.0.169
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 +32 -12
- package/documentation/classes/AdminStoreApi.html +1 -1
- package/documentation/classes/AdminUtilsApi.html +2 -2
- 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/JBbbApi.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/JDatasourceApi.html +1 -0
- 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 +12 -12
- 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/Format.html +1 -1
- package/documentation/enums/GroupModerateStatus.html +1 -1
- package/documentation/enums/StudioApplicationStatus.html +1 -1
- package/documentation/enums/WidgetsName.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/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/WidgetType.html +1 -1
- package/documentation/interfaces/WindowInterface.html +1 -1
- package/documentation/modules.html +14 -8
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/src/apis/admin/license.d.ts +39 -4
- package/lib/src/apis/admin/licenses.mock.d.ts +6 -1
- package/lib/src/apis/admin/utils.d.ts +1 -1
- package/lib/src/apis/datasource/datasource.d.ts +44 -0
- package/lib/src/apis/datasource/datasource.mock.d.ts +15 -0
- package/lib/src/apis/datasource/datasource.test.d.ts +1 -0
- package/lib/src/apis/index.d.ts +1 -0
- package/lib/src/apis/jamespotUserApi.d.ts +4 -0
- package/lib/src/apis/magicPad/magicPad.d.ts +6 -0
- package/lib/src/apis/magicPad/magicPad.mock.d.ts +3 -0
- package/lib/src/apis/magicPad/magicPad.test.d.ts +1 -0
- package/lib/src/apis/user/user.d.ts +137 -60
- package/lib/src/types/adminLicence.d.ts +13 -3
- package/lib/src/types/adminUtils.d.ts +2 -0
- package/lib/src/types/article.d.ts +27846 -12466
- package/lib/src/types/hook.d.ts +91 -2
- package/lib/src/types/index.d.ts +1 -0
- package/lib/src/types/license.d.ts +223 -0
- package/lib/src/types/magicPad.d.ts +9 -0
- package/lib/src/types/search.d.ts +1 -3
- package/lib/src/types/utils.d.ts +11 -11
- package/lib/src/types/widgets.d.ts +15932 -4979
- package/lib/src/util/Test.d.ts +548 -240
- package/lib/src/util/taxonomy.d.ts +2 -2
- package/package.json +1 -1
- package/phpunitMock/accessibilityGetStatus-default.json +1 -1
- package/phpunitMock/licenseManagerAssignLicenseKind-default.json +7 -0
- package/phpunitMock/licenseManagerGetUsers-default.json +205 -0
- package/phpunitMock/licenseManagerGetUsersWithLicense-default.json +24 -0
- package/phpunitMock/licenseManagerStatistics-default.json +10 -0
- package/phpunitMock/licenseManagerUnassignLicenseKind-default.json +7 -0
- package/phpunitMock/licenseManagerUnassignUnusedLicenses-default.json +7 -0
- package/phpunitMock/magicPadGetThumbnailUrl-success.json +9 -0
- package/phpunitMock/widgetDatasourceCreate-doc.json +42 -0
- package/phpunitMock/widgetDatasourceCreate-studio.json +42 -0
- package/phpunitMock/widgetDatasourceGet-get-doc.json +17 -0
- package/phpunitMock/widgetDatasourceGet-get-studio.json +16 -0
- package/phpunitMock/widgetDatasourceGetModel-getModel-doc.json +14 -0
- package/phpunitMock/widgetDatasourceGetModel-getModel-studio.json +13 -0
- package/phpunitMock/widgetDatasourceGetObject-default.json +16 -0
- /package/lib/src/apis/admin/{licences.test.d.ts → licenses.test.d.ts} +0 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "widgetDatasource",
|
|
3
|
+
"f": "get",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": {
|
|
7
|
+
"type": "studio",
|
|
8
|
+
"count_result": 0,
|
|
9
|
+
"result_in_cache": false,
|
|
10
|
+
"model": [
|
|
11
|
+
{ "name": "description", "label": "Label", "type": "html" },
|
|
12
|
+
{ "name": "processContext", "label": "processContext", "type": "" }
|
|
13
|
+
],
|
|
14
|
+
"data": []
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "widgetDatasource",
|
|
3
|
+
"f": "getModel",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": {
|
|
7
|
+
"type": "doc",
|
|
8
|
+
"model": [
|
|
9
|
+
{ "name": "title", "label": "Titre", "type": "string" },
|
|
10
|
+
{ "name": "mimetype", "label": "Type", "type": "string" },
|
|
11
|
+
{ "name": "size", "label": "Taille", "type": "int" }
|
|
12
|
+
]
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "widgetDatasource",
|
|
3
|
+
"f": "getModel",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": {
|
|
7
|
+
"type": "studio",
|
|
8
|
+
"model": [
|
|
9
|
+
{ "name": "description", "label": "Label", "type": "html" },
|
|
10
|
+
{ "name": "processContext", "label": "processContext", "type": "" }
|
|
11
|
+
]
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "widget",
|
|
3
|
+
"f": "datasourceGetObject",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": {
|
|
7
|
+
"id": 85,
|
|
8
|
+
"mainType": "article",
|
|
9
|
+
"type": "rootFolder",
|
|
10
|
+
"uri": "rootFolder/85",
|
|
11
|
+
"dateCreation": "2024-07-01 15:58:50",
|
|
12
|
+
"dateModified": "2024-07-01 15:58:50",
|
|
13
|
+
"title": "My Spot",
|
|
14
|
+
"_url": "/ng/app/filebank/7/documents/"
|
|
15
|
+
}
|
|
16
|
+
}
|
|
File without changes
|