jamespot-user-api 1.0.140 → 1.0.141
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 -0
- 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 -0
- 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/JSocialActionApi.html +1 -0
- package/documentation/classes/JTaxonomyApi.html +2 -2
- package/documentation/classes/JUserApi.html +6 -6
- 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/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/src/apis/article/article.d.ts +13 -32
- package/lib/src/apis/article/article.mock.d.ts +6 -1
- package/lib/src/apis/businessNetworking/businessNetworking.d.ts +5 -0
- package/lib/src/apis/businessNetworking/businessNetworking.mock.d.ts +2 -0
- package/lib/src/apis/businessNetworking/businessNetworking.test.d.ts +1 -0
- package/lib/src/apis/global/global.d.ts +6 -0
- package/lib/src/apis/global/global.mock.d.ts +2 -0
- package/lib/src/apis/global/global.test.d.ts +1 -0
- package/lib/src/apis/index.d.ts +3 -0
- package/lib/src/apis/jamespotUserApi.d.ts +8 -2
- package/lib/src/apis/jland/jland.d.ts +1 -1
- package/lib/src/apis/socialAction/socialAction.d.ts +8 -0
- package/lib/src/apis/socialAction/socialAction.mock.d.ts +4 -0
- package/lib/src/apis/socialAction/socialAction.test.d.ts +1 -0
- package/lib/src/apis/user/user.d.ts +2 -1
- package/lib/src/apis/user/user.mock.d.ts +2 -1
- package/lib/src/types/article.d.ts +56 -0
- package/lib/src/types/comment.d.ts +4 -0
- package/lib/src/types/faq.d.ts +3 -1
- package/lib/src/types/global.d.ts +19 -0
- package/lib/src/types/index.d.ts +2 -0
- package/lib/src/types/realtime.d.ts +10 -3
- package/lib/src/types/socialAction.d.ts +10 -0
- package/lib/src/types/tvDisplay.d.ts +2 -1
- package/lib/src/types/user.d.ts +6 -1
- package/lib/src/types/utils.d.ts +1 -1
- package/package.json +1 -1
- package/phpunitMock/activityLogLog-success.json +7 -0
- package/phpunitMock/articleAddComment-success.json +57 -0
- package/phpunitMock/articleGetComments-success.json +59 -0
- package/phpunitMock/articleUpdateComment-success.json +62 -0
- package/phpunitMock/businessNetworkingMarkerInfo-success.json +16 -0
- package/phpunitMock/commentDelete-success.json +11 -0
- package/phpunitMock/customActionAdd-success.json +18 -0
- package/phpunitMock/customActionGetUsers-success.json +24 -0
- package/phpunitMock/customActionRemove-success.json +7 -0
- package/phpunitMock/tvDisplayGetChannel-dynamic.json +214 -209
- package/phpunitMock/tvDisplayGetConfigureChannel-dynamic.json +206 -194
- package/phpunitMock/userGetFields-success.json +20 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.