jamespot-user-api 1.0.199 → 1.0.200
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 +14 -14
- 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/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 -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 +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/BookmarkType.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/ApiDefaultWrapper.html +1 -1
- package/documentation/interfaces/ApiWrapper.html +1 -1
- package/documentation/interfaces/BaseMessage.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/PagingResults.html +1 -1
- package/documentation/interfaces/RootFolderProps.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 +11 -11
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/src/apis/tvDisplay/tvDisplay.d.ts +24 -8
- package/lib/src/apis/widget/widget.d.ts +61 -21
- package/lib/src/apis/widget/widget.mock.d.ts +8 -2
- package/lib/src/types/article.d.ts +180 -60
- package/lib/src/types/asei.d.ts +18 -6
- package/lib/src/types/assetReservation.d.ts +78 -26
- package/lib/src/types/businessContact.d.ts +12 -4
- package/lib/src/types/comment.d.ts +18 -6
- package/lib/src/types/faq.d.ts +96 -32
- package/lib/src/types/jLand.d.ts +30 -10
- package/lib/src/types/mediaLibrary.d.ts +18 -6
- package/lib/src/types/meeting.d.ts +54 -18
- package/lib/src/types/pollSurvey.d.ts +54 -18
- package/lib/src/types/quizz.d.ts +54 -18
- package/lib/src/types/realtime.d.ts +22 -1
- package/lib/src/types/socialEvent.d.ts +54 -18
- package/lib/src/types/support.d.ts +54 -18
- package/lib/src/types/surveyDate.d.ts +54 -18
- package/lib/src/types/tvDisplay.d.ts +450 -150
- package/lib/src/types/widgets/common.d.ts +3 -2
- package/lib/src/types/widgets/default.d.ts +357 -95
- package/lib/src/types/widgets/ensure.d.ts +1 -1
- package/lib/src/types/widgets/widgetCheckList.d.ts +57 -5
- package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +4 -40
- package/lib/src/types/widgets/widgetPresence.d.ts +35 -0
- package/lib/src/types/widgets/widgetQuickSurvey.d.ts +275 -0
- package/lib/src/types/widgets.d.ts +342 -68
- package/lib/src/util/meeting.d.ts +6 -2
- package/lib/src/util/network.d.ts +1 -1
- package/lib/src/util/socialEvent.d.ts +6 -2
- package/lib/src/util/widget.d.ts +6 -3
- package/package.json +1 -1
- package/phpunitMock/widgetCheckListGetResponse-comment-index-0.json +18 -0
- package/phpunitMock/widgetCheckListGetResponse-comment-no-response.json +18 -0
- package/phpunitMock/widgetGetWidget-article-quick-survey.json +21 -0
- package/phpunitMock/widgetQuickSurveyAddEntry-article-quick-survey.json +1 -0
- package/phpunitMock/widgetQuickSurveyGetResponse-article-index-0.json +129 -0
- package/phpunitMock/widgetQuickSurveyGetResponse.json +67 -0
- package/phpunitMock/widgetSurveyGetResponse.json +67 -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.