jamespot-user-api 1.3.129 → 1.3.131
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/dist/jamespot-user-api.cjs +1 -1
- package/dist/jamespot-user-api.js +3454 -3291
- package/dist/src/apis/calendar/calendar.d.ts +8 -7
- package/dist/src/apis/jamespotUserApi.d.ts +2 -0
- package/dist/src/apis/quizz/quizz.d.ts +12 -0
- package/dist/src/apis/quizz/quizz.mock.d.ts +3 -0
- package/dist/src/apis/widget/widget.mock.d.ts +12 -4
- package/dist/src/types/extensions.d.ts +2 -2
- package/dist/src/types/quizz.d.ts +22 -6
- package/dist/src/types/widgets/common.d.ts +7 -3
- package/dist/src/types/widgets/default.d.ts +73 -4
- package/dist/src/types/widgets/widgetList.d.ts +34 -0
- package/dist/src/types/widgets/widgetQuizz.d.ts +16 -0
- package/dist/src/types/widgets/widgetShortcuts.d.ts +10 -0
- package/dist/src/types/widgets/widgetTextMedium.d.ts +10 -0
- package/dist/src/types/widgets.d.ts +4 -0
- package/dist/src/util/widget.d.ts +13 -4
- package/documentation/assets/hierarchy.js +1 -1
- package/documentation/assets/navigation.js +1 -1
- package/documentation/assets/search.js +1 -1
- package/documentation/classes/AdminAdvancedApi.html +6 -6
- package/documentation/classes/AdminLicenseApi.html +23 -23
- package/documentation/classes/AdminLogApi.html +7 -7
- package/documentation/classes/AdminStoreApi.html +7 -7
- package/documentation/classes/AdminUtilsApi.html +5 -5
- package/documentation/classes/JApplicationApi.html +13 -13
- package/documentation/classes/JArticleApi.html +22 -22
- package/documentation/classes/JAssetReservation.html +10 -10
- package/documentation/classes/JAudienceApi.html +6 -6
- package/documentation/classes/JBaseApi.html +4 -4
- package/documentation/classes/JBbbApi.html +8 -8
- package/documentation/classes/JBookmarkApi.html +10 -10
- package/documentation/classes/JBusinessNetworkingApi.html +5 -5
- package/documentation/classes/JCalendarApi.html +13 -13
- package/documentation/classes/JCommunityApi.html +8 -8
- package/documentation/classes/JContentFactory.html +9 -9
- package/documentation/classes/JContentReportApi.html +8 -8
- package/documentation/classes/JDatasourceApi.html +14 -14
- package/documentation/classes/JDiapazoneApi.html +7 -7
- package/documentation/classes/JDriveApi.html +17 -17
- package/documentation/classes/JExternalAppApi.html +8 -8
- package/documentation/classes/JExtraBotApi.html +9 -9
- package/documentation/classes/JFaqApi.html +26 -26
- package/documentation/classes/JFileApi.html +18 -18
- package/documentation/classes/JFileIntegrity.html +9 -9
- package/documentation/classes/JFilebankApi.html +12 -12
- package/documentation/classes/JGlobalApi.html +12 -12
- package/documentation/classes/JGroupApi.html +23 -23
- package/documentation/classes/JIAApi.html +6 -6
- package/documentation/classes/JJamespotApi.html +6 -6
- package/documentation/classes/JLandApi.html +9 -9
- package/documentation/classes/JLuccaApi.html +6 -6
- package/documentation/classes/JModuleApi.html +7 -7
- package/documentation/classes/JObjectApi.html +12 -12
- package/documentation/classes/JOrgchartsApi.html +9 -9
- package/documentation/classes/JPollSurveyApi.html +6 -6
- package/documentation/classes/JPublishButtonApi.html +6 -6
- package/documentation/classes/JQuestionAnswerApi.html +7 -7
- package/documentation/classes/JSearchApi.html +11 -11
- package/documentation/classes/JShareApi.html +8 -8
- package/documentation/classes/JSurveyDateApi.html +8 -8
- package/documentation/classes/JTaxonomyApi.html +10 -10
- package/documentation/classes/JTeamWorkAiApi.html +8 -8
- package/documentation/classes/JUserApi.html +35 -35
- package/documentation/classes/JWedocApi.html +22 -22
- package/documentation/classes/JWidgetApi.html +19 -19
- package/documentation/classes/JamespotUserApi.html +71 -65
- package/documentation/classes/JitsiApi.html +6 -6
- package/documentation/classes/Network.html +18 -18
- package/documentation/classes/TVDisplayApi.html +8 -8
- package/documentation/classes/WindowBrowser.html +4 -4
- package/documentation/enums/ApiErrorCode.html +5 -5
- package/documentation/enums/BookmarkType.html +3 -3
- package/documentation/enums/ContentReportStatus.html +4 -4
- package/documentation/enums/Format.html +4 -4
- package/documentation/enums/GroupModerateStatus.html +4 -4
- package/documentation/enums/GroupPrivacy.html +4 -4
- package/documentation/enums/RecurrenceRule.html +8 -8
- package/documentation/enums/StudioApplicationStatus.html +5 -5
- package/documentation/enums/SurveyFieldName.html +12 -12
- package/documentation/enums/WidgetsName.html +72 -48
- package/documentation/functions/checkProperties.html +1 -1
- package/documentation/functions/combineFormat.html +1 -1
- package/documentation/functions/deepEqual.html +1 -1
- package/documentation/functions/ensureApplication.html +1 -1
- package/documentation/functions/ensureApplicationTabs.html +1 -1
- package/documentation/functions/ensureIsCalendarOldEvent.html +1 -1
- package/documentation/functions/ensureIsMeetingList.html +1 -1
- package/documentation/functions/ensureIsSocialEventList.html +1 -1
- package/documentation/functions/ensureIsSurveyData.html +1 -1
- package/documentation/functions/ensureIsTemplateFile.html +1 -1
- package/documentation/functions/ensureIsViewEvent.html +1 -1
- package/documentation/functions/ensureTVGetConfigureDynamicChannelResponse.html +1 -1
- package/documentation/functions/ensureTVGetConfigureSlideshowChannelResponse.html +1 -1
- package/documentation/functions/ensureWidgetAccessibilityType.html +1 -1
- package/documentation/functions/ensureWidgetApplicationType.html +1 -1
- package/documentation/functions/ensureWidgetArticleAttachmentType.html +1 -1
- package/documentation/functions/ensureWidgetArticleButtonType.html +1 -1
- package/documentation/functions/ensureWidgetArticleGalleryType.html +1 -1
- package/documentation/functions/ensureWidgetArticleImageType.html +1 -1
- package/documentation/functions/ensureWidgetArticleSliderType.html +1 -1
- package/documentation/functions/ensureWidgetArticleTextType.html +1 -1
- package/documentation/functions/ensureWidgetArticleTitleType.html +1 -1
- package/documentation/functions/ensureWidgetBirthdayType.html +1 -1
- package/documentation/functions/ensureWidgetButtonType.html +1 -1
- package/documentation/functions/ensureWidgetCalendarCalDavType.html +1 -1
- package/documentation/functions/ensureWidgetCalendarType.html +1 -1
- package/documentation/functions/ensureWidgetChartsType.html +1 -1
- package/documentation/functions/ensureWidgetCheckListType.html +1 -1
- package/documentation/functions/ensureWidgetColorType.html +1 -1
- package/documentation/functions/ensureWidgetContactCardDavType.html +1 -1
- package/documentation/functions/ensureWidgetContactType.html +1 -1
- package/documentation/functions/ensureWidgetContent.html +1 -1
- package/documentation/functions/ensureWidgetCountdownType.html +1 -1
- package/documentation/functions/ensureWidgetCoverType.html +1 -1
- package/documentation/functions/ensureWidgetDatasourceTableType.html +1 -1
- package/documentation/functions/ensureWidgetDefinitionProps.html +1 -1
- package/documentation/functions/ensureWidgetDocumentsType.html +1 -1
- package/documentation/functions/ensureWidgetEmailsImapType.html +1 -1
- package/documentation/functions/ensureWidgetEmbedType.html +1 -1
- package/documentation/functions/ensureWidgetExcelDatasourceTableType.html +1 -1
- package/documentation/functions/ensureWidgetExtensionType.html +1 -1
- package/documentation/functions/ensureWidgetFaqType.html +1 -1
- package/documentation/functions/ensureWidgetFileType.html +1 -1
- package/documentation/functions/ensureWidgetFlocklerType.html +1 -1
- package/documentation/functions/ensureWidgetImageType.html +1 -1
- package/documentation/functions/ensureWidgetListType.html +42 -0
- package/documentation/functions/ensureWidgetLuccaAbsenceType.html +1 -1
- package/documentation/functions/ensureWidgetMediumType.html +42 -0
- package/documentation/functions/ensureWidgetMeteoType.html +1 -1
- package/documentation/functions/ensureWidgetMyGroupType.html +1 -1
- package/documentation/functions/ensureWidgetNewsType.html +1 -1
- package/documentation/functions/ensureWidgetNewsflashType.html +1 -1
- package/documentation/functions/ensureWidgetObjectHasMinimumProperties.html +1 -1
- package/documentation/functions/ensureWidgetPresenceContent.html +1 -1
- package/documentation/functions/ensureWidgetPresenceResponse.html +1 -1
- package/documentation/functions/ensureWidgetPresenceResponsePayload.html +1 -1
- package/documentation/functions/ensureWidgetPresenceType.html +1 -1
- package/documentation/functions/ensureWidgetQuickSurveyType.html +1 -1
- package/documentation/functions/ensureWidgetQuizzType.html +42 -0
- package/documentation/functions/ensureWidgetSeparatorType.html +1 -1
- package/documentation/functions/ensureWidgetShortcutsType.html +42 -0
- package/documentation/functions/ensureWidgetSliderType.html +1 -1
- package/documentation/functions/ensureWidgetSurveyType.html +1 -1
- package/documentation/functions/ensureWidgetTextMediumType.html +42 -0
- package/documentation/functions/ensureWidgetTextType.html +1 -1
- package/documentation/functions/ensureWidgetType.html +1 -1
- package/documentation/functions/ensureWidgetUserProfileType.html +1 -1
- package/documentation/functions/ensureWidgetWelcomeType.html +1 -1
- package/documentation/functions/ensureWidgetWrapperProps.html +1 -1
- package/documentation/functions/ensureWidgetYoutubeType.html +1 -1
- package/documentation/functions/extractFlattenTaxonomiesFromObject.html +1 -1
- package/documentation/functions/extractTaxonomiesFromObject.html +1 -1
- package/documentation/functions/extractTaxonomiesFromObjectAndMapProperty.html +1 -1
- package/documentation/functions/extractTaxonomiesFromObjectAndMapUri.html +1 -1
- package/documentation/functions/formatImgUrl.html +1 -1
- package/documentation/functions/getArgs.html +1 -1
- package/documentation/functions/getExtensionFromName.html +1 -1
- package/documentation/functions/getFileExtensionFromMimetype.html +1 -1
- package/documentation/functions/getFileFamily.html +1 -1
- package/documentation/functions/getFileFamilyFromName.html +1 -1
- package/documentation/functions/getFormat.html +1 -1
- package/documentation/functions/getFrom.html +1 -1
- package/documentation/functions/getMimetypeFromExtension.html +1 -1
- package/documentation/functions/getMimetypeFromName.html +1 -1
- package/documentation/functions/getSize.html +1 -1
- package/documentation/functions/getTimestamp.html +1 -1
- package/documentation/functions/getUri.html +1 -1
- package/documentation/functions/getUrl.html +1 -1
- package/documentation/functions/inferBookmarkListSchema.html +1 -1
- package/documentation/functions/inferBookmarkRawListSchema.html +1 -1
- package/documentation/functions/inferMaybeWithToken.html +1 -1
- package/documentation/functions/inferSearchQueryResultSchema.html +1 -1
- package/documentation/functions/inferUserLicenseSchema.html +1 -1
- package/documentation/functions/isKnownArticle.html +1 -1
- package/documentation/functions/isKnownComment.html +1 -1
- package/documentation/functions/isSocialActionRate.html +1 -1
- package/documentation/functions/isSocialActionReport.html +1 -1
- package/documentation/functions/isSocialActionShare.html +1 -1
- package/documentation/functions/isSocialActionToggle.html +1 -1
- package/documentation/functions/isWidgetApplicationAppsItem.html +1 -1
- package/documentation/functions/isWidgetApplicationExtensionItem.html +1 -1
- package/documentation/functions/isWidgetApplicationImageItem.html +1 -1
- package/documentation/functions/isWidgetApplicationLinkItem.html +1 -1
- package/documentation/functions/objectTimestamp.html +1 -1
- package/documentation/functions/padStartTwoDigits.html +1 -1
- package/documentation/functions/prepareGroupForUpdate.html +1 -1
- package/documentation/functions/removeIfStartsWith.html +1 -1
- package/documentation/functions/replacePropertiesWithTypes.html +1 -1
- package/documentation/functions/resolveFileFamily.html +1 -1
- package/documentation/functions/resolveFileMimetype.html +1 -1
- package/documentation/functions/resolveFilePath.html +1 -1
- package/documentation/functions/resolveFileUrl.html +1 -1
- package/documentation/functions/resolveSurveyUri.html +1 -1
- package/documentation/functions/resolveWidgetByName.html +1 -1
- package/documentation/functions/resolveWidgetContent.html +1 -1
- package/documentation/functions/suffixIfDoesNotExist.html +1 -1
- package/documentation/functions/toBoolean.html +1 -1
- package/documentation/functions/validateIsFormatFileLittle.html +1 -1
- package/documentation/functions/validateIsFormatObjectList.html +1 -1
- package/documentation/functions/validateIsFormatObjectLittle.html +1 -1
- package/documentation/functions/validateIsFormatRights.html +1 -1
- package/documentation/functions/validateIsFormatSocialEvent.html +1 -1
- package/documentation/functions/validateIsFormatUserDirectoryConfiguration.html +1 -1
- package/documentation/functions/validateIsFormatUserLevelSpot.html +1 -1
- package/documentation/functions/validateIsFormatUserList.html +1 -1
- package/documentation/functions/validateIsFormatUserMapModel.html +1 -1
- package/documentation/functions/validateIsFormatUserView.html +1 -1
- package/documentation/functions/validateTemplateData.html +1 -1
- package/documentation/functions/withExtensionsSchema.html +1 -1
- package/documentation/functions/zCoerceBoolean.html +1 -1
- package/documentation/functions/zCoerceOptionalNumber.html +1 -1
- package/documentation/functions/zCoerceOptionalString.html +1 -1
- package/documentation/functions/zObject.html +1 -1
- package/documentation/functions/zPassThrough.html +1 -1
- package/documentation/functions/zSchema.html +1 -1
- package/documentation/hierarchy.html +39 -39
- package/documentation/interfaces/AccessRightObject.html +20 -20
- package/documentation/interfaces/ApiDefaultWrapper.html +7 -7
- package/documentation/interfaces/ApiError.html +2 -2
- package/documentation/interfaces/ApiWrapper.html +8 -8
- package/documentation/interfaces/BaseMessage.html +3 -3
- package/documentation/interfaces/FileBankProps.html +4 -4
- package/documentation/interfaces/FolderProps.html +13 -13
- package/documentation/interfaces/ListFilterSpec.html +5 -5
- package/documentation/interfaces/OF.html +3 -3
- package/documentation/interfaces/PagingResults.html +7 -7
- package/documentation/interfaces/RootFolderProps.html +7 -7
- package/documentation/interfaces/SpotProps.html +7 -7
- package/documentation/interfaces/TaxonomyCreate.html +5 -5
- package/documentation/interfaces/WidgetType.html +4 -4
- package/documentation/interfaces/WindowInterface.html +4 -4
- package/documentation/interfaces/apiOptions.html +2 -2
- package/documentation/modules.html +6 -6
- package/documentation/types/AbortApiError.html +1 -1
- package/documentation/types/AccessRequestStatusValues.html +1 -1
- package/documentation/types/ActionParams.html +4 -4
- package/documentation/types/ActionUpdateParamsSchema.html +1 -1
- package/documentation/types/ActionVerb.html +1 -1
- package/documentation/types/Activities.html +3 -3
- package/documentation/types/AddActionParams.html +1 -1
- package/documentation/types/AddCommentParams.html +8 -8
- package/documentation/types/AddFaqEntry.html +1 -1
- package/documentation/types/AdminAdvancedHook.html +1 -1
- package/documentation/types/AdminApp.html +9 -9
- package/documentation/types/AdminAppTab.html +8 -8
- package/documentation/types/AdminApps.html +1 -1
- package/documentation/types/AdminLicenseStats.html +4 -4
- package/documentation/types/AdminLicensesAssigned.html +9 -9
- package/documentation/types/AdminLicensesNotAssigned.html +1 -1
- package/documentation/types/AdminLogNavigation.html +9 -9
- package/documentation/types/AdminLogObject.html +9 -9
- package/documentation/types/AdminLogSearch.html +4 -4
- package/documentation/types/AllKeys.html +1 -1
- package/documentation/types/AllMessages.html +9 -9
- package/documentation/types/AnimatedMeetingHook.html +1 -1
- package/documentation/types/AnimationConfigurationType.html +7 -7
- package/documentation/types/AnimationStats.html +1 -1
- package/documentation/types/AnimationStatsRow.html +3 -3
- package/documentation/types/AnimationVariant.html +1 -1
- package/documentation/types/AnimationsHook.html +1 -1
- package/documentation/types/AnyRTHandlerFunction.html +1 -1
- package/documentation/types/AnyRTMessage.html +1 -1
- package/documentation/types/ApiPagingResults.html +1 -1
- package/documentation/types/ApiReturn.html +1 -1
- package/documentation/types/ApplicationDefault.html +1 -1
- package/documentation/types/ApplicationIframe.html +1 -1
- package/documentation/types/ApplicationIntranetHook.html +1 -1
- package/documentation/types/ApplicationLink.html +1 -1
- package/documentation/types/ApplicationTab.html +4 -4
- package/documentation/types/ApplicationType.html +1 -1
- package/documentation/types/ApplicationWithTabs.html +1 -1
- package/documentation/types/ArticleCreation.html +6 -6
- package/documentation/types/ArticleDisplayMode.html +1 -1
- package/documentation/types/ArticleFormatsExtension.html +1 -1
- package/documentation/types/ArticleGetConfig.html +3 -3
- package/documentation/types/ArticleListConfig.html +8 -8
- package/documentation/types/ArticleReturn.html +1 -1
- package/documentation/types/ArticleSaveAsDraftPayload.html +7 -7
- package/documentation/types/ArticleTranslationGet.html +3 -3
- package/documentation/types/ArticleTranslationLanguage.html +3 -3
- package/documentation/types/ArticleTranslationTranslate.html +9 -9
- package/documentation/types/ArticleWithExtensions.html +1 -1
- package/documentation/types/Articles.html +1 -1
- package/documentation/types/ArticlesList.html +1 -1
- package/documentation/types/ArticlesListExtensions.html +1 -1
- package/documentation/types/ArticlesLittle.html +1 -1
- package/documentation/types/ArticlesLittleExtensions.html +1 -1
- package/documentation/types/ArticlesView.html +1 -1
- package/documentation/types/ArticlesViewExtensions.html +1 -1
- package/documentation/types/AseiGroups.html +4 -4
- package/documentation/types/AseiInstitution.html +1 -1
- package/documentation/types/AseiRights.html +3 -3
- package/documentation/types/AseiTicket.html +1 -1
- package/documentation/types/AseiTicketStatus.html +1 -1
- package/documentation/types/AssetReservationConfiguration.html +8 -8
- package/documentation/types/AsyncJobState.html +1 -1
- package/documentation/types/AsyncJobStatus.html +7 -7
- package/documentation/types/Audience.html +1 -1
- package/documentation/types/AudienceAutocomplete.html +1 -1
- package/documentation/types/AutoCompleteList.html +11 -11
- package/documentation/types/AutocompleteHierarchy.html +10 -10
- package/documentation/types/AutocompleteLittle.html +1 -1
- package/documentation/types/BaseArticle.html +7 -7
- package/documentation/types/BaseAutocomplete.html +12 -12
- package/documentation/types/BaseMessages.html +1 -1
- package/documentation/types/BaseMessagesOne.html +1 -1
- package/documentation/types/BigBlueButtonHook.html +1 -1
- package/documentation/types/BookableAssetList.html +1 -1
- package/documentation/types/BookableAssetView.html +1 -1
- package/documentation/types/BookmarkCustom.html +1 -1
- package/documentation/types/BookmarkLink.html +4 -4
- package/documentation/types/BookmarkList.html +1 -1
- package/documentation/types/BookmarkRawList.html +1 -1
- package/documentation/types/BookmarkTypes.html +1 -1
- package/documentation/types/BusinessContact.html +14 -14
- package/documentation/types/CSSBackgroundPosition.html +1 -1
- package/documentation/types/CSSBackgroundSize.html +1 -1
- package/documentation/types/CSSTextAlignType.html +1 -1
- package/documentation/types/CalendarCombinedEventsList.html +1 -1
- package/documentation/types/CalendarEventList.html +1 -1
- package/documentation/types/CalendarEventView.html +1 -1
- package/documentation/types/CalendarEventWithExtensions.html +1 -1
- package/documentation/types/CalendarEventsExtension.html +1 -1
- package/documentation/types/CalendarHook.html +1 -1
- package/documentation/types/CalendarListEventsParamsProps.html +79 -0
- package/documentation/types/CalendarMember.html +4 -4
- package/documentation/types/CalendarOldEvent.html +1 -1
- package/documentation/types/CalendarTab.html +1 -1
- package/documentation/types/Category.html +4 -4
- package/documentation/types/ChartType.html +1 -1
- package/documentation/types/ChartsPieDatum.html +4 -4
- package/documentation/types/ChartsSerie.html +4 -4
- package/documentation/types/CombinedSurveyField.html +1 -1
- package/documentation/types/CombinedSurveyFieldType.html +1 -1
- package/documentation/types/CombinedWidgetContent.html +2 -2
- package/documentation/types/CombinedWidgetType.html +2 -2
- package/documentation/types/CommentFormatsExtension.html +1 -1
- package/documentation/types/CommentReturn.html +1 -1
- package/documentation/types/CommentWithExtensions.html +1 -1
- package/documentation/types/Comments.html +1 -1
- package/documentation/types/CommentsList.html +1 -1
- package/documentation/types/CommentsListExtensions.html +1 -1
- package/documentation/types/CommentsLittle.html +1 -1
- package/documentation/types/CommentsLittleExtensions.html +1 -1
- package/documentation/types/CommentsPreview.html +3 -3
- package/documentation/types/CommentsView.html +1 -1
- package/documentation/types/CommentsViewExtensions.html +1 -1
- package/documentation/types/Community.html +1 -1
- package/documentation/types/CommunityAutocomplete.html +1 -1
- package/documentation/types/Configuration.html +1 -1
- package/documentation/types/ContactEntry.html +1 -1
- package/documentation/types/ContactShowFields.html +1 -1
- package/documentation/types/ContentFactoryDefaultData.html +1 -1
- package/documentation/types/ContentFactoryHook.html +1 -1
- package/documentation/types/ContentFactorySurveyData.html +12 -12
- package/documentation/types/ContentFactoryTemplateFile.html +4 -4
- package/documentation/types/ContentReportList.html +1 -1
- package/documentation/types/CreateFaqCategory.html +1 -1
- package/documentation/types/CreateFaqEntry.html +1 -1
- package/documentation/types/CreateFaqTheme.html +1 -1
- package/documentation/types/CreateGroup.html +10 -10
- package/documentation/types/CreateReportParams.html +1 -1
- package/documentation/types/CreateRoomPayload.html +1 -1
- package/documentation/types/CustomActionObject.html +5 -5
- package/documentation/types/DatasourceArticleLittle.html +1 -1
- package/documentation/types/DatasourceDataTypeUrl.html +3 -3
- package/documentation/types/DatasourceModel.html +1 -1
- package/documentation/types/DatasourceResult.html +8 -8
- package/documentation/types/DatasourceResultSort.html +3 -3
- package/documentation/types/DatasourceResultSortOrder.html +1 -1
- package/documentation/types/DatasourceStudioLittle.html +7 -7
- package/documentation/types/DatasourceType.html +1 -1
- package/documentation/types/DateFormat.html +1 -1
- package/documentation/types/DavAddressBookContact.html +1 -1
- package/documentation/types/DavCalendarEvent.html +1 -1
- package/documentation/types/DeleteFaqTheme.html +1 -1
- package/documentation/types/DiapazoneExtraFields.html +1 -1
- package/documentation/types/DigitalDeskStatistics.html +4 -4
- package/documentation/types/DigitalWorkplaceHookSchema.html +1 -1
- package/documentation/types/DiscussionProperties.html +1 -1
- package/documentation/types/DiscussionProperty.html +3 -3
- package/documentation/types/DraftSerializedForm.html +1 -1
- package/documentation/types/Drive.html +1 -1
- package/documentation/types/DriveAccount.html +5 -5
- package/documentation/types/DriveGetAccount.html +2 -2
- package/documentation/types/DriveGetAccountParams.html +3 -3
- package/documentation/types/DriveGetDocumentParams.html +4 -4
- package/documentation/types/DriveGetGroupsParams.html +4 -4
- package/documentation/types/DriveGetTenantsParams.html +3 -3
- package/documentation/types/DriveHook.html +1 -1
- package/documentation/types/DriveItemType.html +6 -6
- package/documentation/types/DriveLogoutParams.html +3 -3
- package/documentation/types/DriveSetDefaultAccountParams.html +3 -3
- package/documentation/types/DriveTmpFile.html +7 -7
- package/documentation/types/DropboxDocumentEntity.html +1 -1
- package/documentation/types/DropboxDocumentParams.html +3 -3
- package/documentation/types/DropboxGetDocumentsParams.html +3 -3
- package/documentation/types/EditFaqCategory.html +1 -1
- package/documentation/types/EditFaqEntry.html +1 -1
- package/documentation/types/EditFaqTheme.html +1 -1
- package/documentation/types/EventMode.html +1 -1
- package/documentation/types/EventStatusFilter.html +1 -1
- package/documentation/types/ExclusifyUnion.html +1 -1
- package/documentation/types/ExtendedFaqCategory.html +1 -1
- package/documentation/types/ExternalAppHookSchema.html +1 -1
- package/documentation/types/ExternalAppType.html +13 -13
- package/documentation/types/ExtraBotHook.html +1 -1
- package/documentation/types/FAQHook.html +1 -1
- package/documentation/types/FacetMode.html +1 -1
- package/documentation/types/FaqAccess.html +1 -1
- package/documentation/types/FaqContentItem.html +1 -1
- package/documentation/types/FaqHookProperties.html +1 -1
- package/documentation/types/FaqItemExtra.html +3 -3
- package/documentation/types/FaqItemList.html +1 -1
- package/documentation/types/FaqItemView.html +1 -1
- package/documentation/types/FaqList.html +1 -1
- package/documentation/types/FaqTaxonomy.html +1 -1
- package/documentation/types/FaqView.html +1 -1
- package/documentation/types/FaqWidgetCategory.html +3 -3
- package/documentation/types/FaqWidgetCategoryItem.html +10 -10
- package/documentation/types/FaqWidgetItem.html +14 -14
- package/documentation/types/FaqWidgetItemUriCategory.html +7 -7
- package/documentation/types/FetchResponseType.html +2 -2
- package/documentation/types/FetchReturnType.html +1 -1
- package/documentation/types/FieldConfiguration.html +7 -7
- package/documentation/types/FileBankHook.html +1 -1
- package/documentation/types/FileCopyParams.html +4 -4
- package/documentation/types/FileCropConfig.html +7 -7
- package/documentation/types/FileFormatsExtension.html +1 -1
- package/documentation/types/FileIntegrityHook.html +1 -1
- package/documentation/types/FileMainType.html +1 -1
- package/documentation/types/FileReturn.html +1 -1
- package/documentation/types/FileSyncAdminSpot.html +1 -1
- package/documentation/types/FileSyncAdminSpotsProps.html +1 -1
- package/documentation/types/FileSyncFileBank.html +1 -1
- package/documentation/types/FileSyncUserQuota.html +1 -1
- package/documentation/types/FileWithExtensions.html +1 -1
- package/documentation/types/FilebankGetParentsParams.html +2 -2
- package/documentation/types/FilebankGetPathParams.html +3 -3
- package/documentation/types/FilebankPath.html +1 -1
- package/documentation/types/FilebankSearchContentParams.html +5 -5
- package/documentation/types/Filter.html +8 -8
- package/documentation/types/FilterValue.html +1 -1
- package/documentation/types/Filters.html +1 -1
- package/documentation/types/FlocklerHook.html +1 -1
- package/documentation/types/FolderShare.html +6 -6
- package/documentation/types/FolderShareConflict.html +4 -4
- package/documentation/types/FolderShareImpact.html +5 -5
- package/documentation/types/FolderShareLevel.html +1 -1
- package/documentation/types/FolderShareRecipientType.html +1 -1
- package/documentation/types/FormatArticles.html +1 -1
- package/documentation/types/FormatArticlesType.html +1 -1
- package/documentation/types/FormatComments.html +1 -1
- package/documentation/types/FormatCommentsType.html +1 -1
- package/documentation/types/FormatExtension.html +1 -1
- package/documentation/types/FormatLinks.html +1 -1
- package/documentation/types/FormatLinksType.html +1 -1
- package/documentation/types/FormatList.html +1 -1
- package/documentation/types/FormatType.html +1 -1
- package/documentation/types/Formats.html +7 -7
- package/documentation/types/GetCommentsParams.html +4 -4
- package/documentation/types/GetLicenseArticle.html +3 -3
- package/documentation/types/GetLicenseArticlesParams.html +7 -7
- package/documentation/types/GetLicenseKindUsersParams.html +6 -6
- package/documentation/types/GetPublicWebinarDataRequest.html +1 -1
- package/documentation/types/GetReportsParams.html +1 -1
- package/documentation/types/GetUnclassifiedFilesParams.html +1 -1
- package/documentation/types/Gif.html +3 -3
- package/documentation/types/GroupCategoriesConfiguration.html +2 -2
- package/documentation/types/GroupCustomWidget.html +8 -8
- package/documentation/types/GroupFormatsExtension.html +1 -1
- package/documentation/types/GroupListConfig.html +9 -9
- package/documentation/types/GroupMemberLevel.html +3 -3
- package/documentation/types/GroupProperties.html +27 -27
- package/documentation/types/GroupPropertiesOptions.html +13 -13
- package/documentation/types/GroupUserLevel.html +1 -1
- package/documentation/types/GroupWidget.html +7 -7
- package/documentation/types/GroupWidgetLittle.html +4 -4
- package/documentation/types/GroupWidgets.html +1 -1
- package/documentation/types/GroupWithExtensions.html +1 -1
- package/documentation/types/HeadingType.html +1 -1
- package/documentation/types/HookListType.html +1 -1
- package/documentation/types/ImageFormValue.html +5 -5
- package/documentation/types/ImageSize.html +3 -3
- package/documentation/types/ImapInboxMail.html +1 -1
- package/documentation/types/ImgUrlProps.html +1 -1
- package/documentation/types/InferSchemas.html +1 -1
- package/documentation/types/InheritedShare.html +8 -8
- package/documentation/types/JIACapabilities.html +1 -1
- package/documentation/types/JLandLog.html +8 -8
- package/documentation/types/JLandMapCreation.html +1 -1
- package/documentation/types/JLandMapFlavor.html +1 -1
- package/documentation/types/JLandMapKind.html +1 -1
- package/documentation/types/JLandMapList.html +1 -1
- package/documentation/types/JLandMapLittle.html +1 -1
- package/documentation/types/JLandMapView.html +1 -1
- package/documentation/types/JLandStat.html +3 -3
- package/documentation/types/JitsiHook.html +1 -1
- package/documentation/types/Join.html +1 -1
- package/documentation/types/Languages.html +1 -1
- package/documentation/types/License.html +9 -9
- package/documentation/types/LicenseHookListType.html +1 -1
- package/documentation/types/LicenseUserPriceUpdateSimulation.html +7 -7
- package/documentation/types/LinkConfigurationParams.html +3 -3
- package/documentation/types/LinkReturn.html +1 -1
- package/documentation/types/Links.html +1 -1
- package/documentation/types/ListOrder.html +3 -3
- package/documentation/types/ListQueryParameters.html +5 -5
- package/documentation/types/LuccaAbsenceHook.html +1 -1
- package/documentation/types/MSDocumentEntity.html +1 -1
- package/documentation/types/MSDocumentParams.html +7 -7
- package/documentation/types/MSGetDocumentsParams.html +3 -3
- package/documentation/types/MSGroupEntity.html +1 -1
- package/documentation/types/MSSiteEntity.html +1 -1
- package/documentation/types/MSTenantEntity.html +1 -1
- package/documentation/types/MSTenants.html +1 -1
- package/documentation/types/MSUnifiedEntity.html +1 -1
- package/documentation/types/MagicPadHook.html +1 -1
- package/documentation/types/MagicWandHook.html +1 -1
- package/documentation/types/MaybeWithAudience.html +2 -2
- package/documentation/types/MaybeWithParent.html +2 -2
- package/documentation/types/MaybeWithToken.html +1 -1
- package/documentation/types/MediaLibraryFileList.html +1 -1
- package/documentation/types/MediaLibraryFileLittle.html +1 -1
- package/documentation/types/MediaLibraryFilesStats.html +1 -1
- package/documentation/types/MediaLibraryFolderList.html +1 -1
- package/documentation/types/MediaLibraryFolderLittle.html +1 -1
- package/documentation/types/MediaLibraryFolderStats.html +1 -1
- package/documentation/types/MediaLibraryHook.html +1 -1
- package/documentation/types/MediaLibraryList.html +1 -1
- package/documentation/types/MediaLibraryStats.html +1 -1
- package/documentation/types/MeetingCreation.html +1 -1
- package/documentation/types/MeetingUpdate.html +1 -1
- package/documentation/types/Merge.html +1 -1
- package/documentation/types/MessengerDiscussions.html +1 -1
- package/documentation/types/MessengerHook.html +1 -1
- package/documentation/types/MessengerMessageRead.html +3 -3
- package/documentation/types/Metas.html +1 -1
- package/documentation/types/MetasExternal.html +15 -15
- package/documentation/types/MetasJamespot.html +4 -4
- package/documentation/types/MetasYoutube.html +9 -9
- package/documentation/types/MeteoLocation.html +3 -3
- package/documentation/types/MeteoSearchResult.html +1 -1
- package/documentation/types/Methods.html +1 -1
- package/documentation/types/MimetypesType.html +1 -1
- package/documentation/types/Model.html +8 -8
- package/documentation/types/ModuleConfiguration.html +7 -7
- package/documentation/types/ModuleConfigurationAction.html +5 -5
- package/documentation/types/ModuleConfigurationActionConfirmation.html +3 -3
- package/documentation/types/ModuleConfigurationActionType.html +1 -1
- package/documentation/types/ModuleConfigurationActions.html +1 -1
- package/documentation/types/ModuleConfigurationFields.html +1 -1
- package/documentation/types/ModuleRestrictionModeValues.html +1 -1
- package/documentation/types/MoveFaqEntry.html +1 -1
- package/documentation/types/MoveFaqTheme.html +1 -1
- package/documentation/types/MoveMediaLibraryFileParams.html +1 -1
- package/documentation/types/Namespaces.html +9 -9
- package/documentation/types/NetworkType.html +1 -1
- package/documentation/types/NewsArticleDisplayMode.html +1 -1
- package/documentation/types/NewsConcept.html +4 -4
- package/documentation/types/NewsHighlightOption.html +1 -1
- package/documentation/types/NewsOrder.html +1 -1
- package/documentation/types/NewsOrientation.html +1 -1
- package/documentation/types/NewsView.html +1 -1
- package/documentation/types/NewsflashGetResponse.html +3 -3
- package/documentation/types/NewsflashItem.html +11 -11
- package/documentation/types/NewsflashProperties.html +3 -3
- package/documentation/types/NewsflashSource.html +2 -2
- package/documentation/types/NewsflashSources.html +5 -5
- package/documentation/types/NewsflashView.html +1 -1
- package/documentation/types/NumberFormat.html +1 -1
- package/documentation/types/ObjectListProps.html +9 -9
- package/documentation/types/ObjectWithoutLicenseFilter.html +4 -4
- package/documentation/types/OfficeHook.html +1 -1
- package/documentation/types/OfficeProvider.html +1 -1
- package/documentation/types/OfficeProviderBaseUrls.html +1 -1
- package/documentation/types/OfficeSetConfigurationPayload.html +1 -1
- package/documentation/types/OfficeUserConfiguration.html +1 -1
- package/documentation/types/OnlyOfficeFile.html +1 -1
- package/documentation/types/OnlyOfficeFileInfo.html +6 -6
- package/documentation/types/OpeningType.html +1 -1
- package/documentation/types/OpeningTypeAnchor.html +2 -2
- package/documentation/types/OpeningTypeLink.html +3 -3
- package/documentation/types/OpeningTypePopup.html +3 -3
- package/documentation/types/Operators.html +1 -1
- package/documentation/types/Order.html +3 -3
- package/documentation/types/Orders.html +1 -1
- package/documentation/types/OrgChartConfiguration.html +1 -1
- package/documentation/types/OrgChartCreateForm.html +5 -5
- package/documentation/types/OrgChartLink.html +1 -1
- package/documentation/types/OrgChartUpdateMetasForm.html +1 -1
- package/documentation/types/Override.html +1 -1
- package/documentation/types/PartialUndefined.html +1 -1
- package/documentation/types/PollSurveyListParams.html +5 -5
- package/documentation/types/PollSurveyListResult.html +3 -3
- package/documentation/types/PollSurveyState.html +1 -1
- package/documentation/types/PollSurveyStatus.html +4 -4
- package/documentation/types/PreviewComment.html +1 -1
- package/documentation/types/PromiseApiPagingResults.html +1 -1
- package/documentation/types/PromiseApiWrapper.html +1 -1
- package/documentation/types/PublicWebinarData.html +1 -1
- package/documentation/types/PublicWebinarFullnameRequest.html +1 -1
- package/documentation/types/PublicWebinarUrl.html +1 -1
- package/documentation/types/PublishButtonConfiguration.html +7 -7
- package/documentation/types/PublishButtonConfigurationCustomSection.html +3 -3
- package/documentation/types/PublishButtonSections.html +1 -1
- package/documentation/types/QuestionAnswerSelectResponseParams.html +1 -1
- package/documentation/types/QuestionAnswerUnselectResponseParams.html +1 -1
- package/documentation/types/QuizFieldType.html +5 -5
- package/documentation/types/QuizResponse.html +3 -55
- package/documentation/types/QuizResponseDone.html +33 -0
- package/documentation/types/QuizResponsePending.html +33 -0
- package/documentation/types/QuizResponseRecord.html +33 -0
- package/documentation/types/RTMessage.html +3 -3
- package/documentation/types/RTMessageHandler.html +4 -4
- package/documentation/types/RTMessageObject.html +1 -1
- package/documentation/types/RTMessageTeamWorkDaySummaryUpdate.html +1 -1
- package/documentation/types/RTMessageTeamWorkTodoUpdate.html +1 -1
- package/documentation/types/RTMessageWsPresence.html +1 -1
- package/documentation/types/RTReceivedMessage.html +1 -1
- package/documentation/types/RTSurveyDateSubmit.html +1 -1
- package/documentation/types/Readable.html +1 -1
- package/documentation/types/RecurringEventCreation.html +21 -21
- package/documentation/types/RecurringEventUpdate.html +1 -1
- package/documentation/types/ReservationList.html +1 -1
- package/documentation/types/ResetNotificationConfiguration.html +6 -6
- package/documentation/types/Rights.html +13 -13
- package/documentation/types/RssType.html +7 -7
- package/documentation/types/SearchAdminConfig.html +1 -1
- package/documentation/types/SearchCategoryModel.html +10 -10
- package/documentation/types/SearchCategoryValue.html +3 -3
- package/documentation/types/SearchConfig.html +5 -5
- package/documentation/types/SearchFacetModel.html +8 -8
- package/documentation/types/SearchFacetValueModel.html +5 -5
- package/documentation/types/SearchFacetValues.html +4 -4
- package/documentation/types/SearchLastQuery.html +2 -2
- package/documentation/types/SearchQuery.html +12 -12
- package/documentation/types/SearchQueryFilterModel.html +5 -5
- package/documentation/types/SearchQueryOption.html +3 -3
- package/documentation/types/SearchQueryResult.html +1 -1
- package/documentation/types/SearchQuerySortModel.html +3 -3
- package/documentation/types/SearchResultCatProps.html +5 -5
- package/documentation/types/SearchResultProps.html +1 -1
- package/documentation/types/SearchResultPropsApp.html +10 -10
- package/documentation/types/SearchResultPropsObject.html +20 -20
- package/documentation/types/ShareAccessProps.html +5 -5
- package/documentation/types/ShareGeneralAccessRules.html +1 -1
- package/documentation/types/ShareOption.html +4 -4
- package/documentation/types/ShareOptionId.html +1 -1
- package/documentation/types/ShareOptionObject.html +6 -6
- package/documentation/types/SharedContentHook.html +1 -1
- package/documentation/types/SocialAction.html +1 -1
- package/documentation/types/SocialActionBase.html +5 -5
- package/documentation/types/SocialActionDeprecated.html +9 -9
- package/documentation/types/SocialActionRate.html +1 -1
- package/documentation/types/SocialActionReport.html +1 -1
- package/documentation/types/SocialActionShare.html +1 -1
- package/documentation/types/SocialActionStructDeprecated.html +6 -6
- package/documentation/types/SocialActionToggle.html +1 -1
- package/documentation/types/SocialEventCreation.html +1 -1
- package/documentation/types/SocialEventUpdate.html +1 -1
- package/documentation/types/SpotDiscussionKind.html +1 -1
- package/documentation/types/SpotRssFeed.html +1 -1
- package/documentation/types/StandardApiError.html +1 -1
- package/documentation/types/StoreFinalize.html +2 -2
- package/documentation/types/StoreItem.html +6 -6
- package/documentation/types/StudioAction.html +3 -3
- package/documentation/types/StudioAppListViewConfig.html +2 -2
- package/documentation/types/StudioAppViewsConfig.html +2 -2
- package/documentation/types/StudioApplication.html +1 -1
- package/documentation/types/StudioApplicationBase.html +36 -36
- package/documentation/types/StudioApplicationStatusEnumBased.html +1 -1
- package/documentation/types/StudioHook.html +1 -1
- package/documentation/types/StudioManifest.html +9 -9
- package/documentation/types/SurveyDateHook.html +1 -1
- package/documentation/types/SurveyDateResponses.html +1 -1
- package/documentation/types/SurveyDateUserResponse.html +3 -3
- package/documentation/types/SurveyDateUserResponses.html +1 -1
- package/documentation/types/SurveyDateUsersForDate.html +3 -3
- package/documentation/types/SurveyField.html +1 -1
- package/documentation/types/SurveyFieldKeys.html +1 -1
- package/documentation/types/SurveySection.html +4 -4
- package/documentation/types/TOrgChartNode.html +16 -16
- package/documentation/types/TVChannelCreatePayload.html +3 -3
- package/documentation/types/TVChannelCreation.html +1 -1
- package/documentation/types/TVChannelDynamicArticle.html +1 -1
- package/documentation/types/TVChannelDynamicComment.html +1 -1
- package/documentation/types/TVChannelDynamicList.html +1 -1
- package/documentation/types/TVChannelList.html +1 -1
- package/documentation/types/TVChannelLittle.html +1 -1
- package/documentation/types/TVChannelSlideshowList.html +1 -1
- package/documentation/types/TVGetChannelResponse.html +3 -3
- package/documentation/types/TVGetChannelSlideshowFile.html +1 -1
- package/documentation/types/TVGetConfigureChannelResponse.html +1 -1
- package/documentation/types/TVGetConfigureDynamicChannelResponse.html +1 -1
- package/documentation/types/TVGetConfigureSlideshowChannelResponse.html +1 -1
- package/documentation/types/TargetInfoHook.html +1 -1
- package/documentation/types/TeamWorkAiHook.html +1 -1
- package/documentation/types/TeamWorkAiTask.html +9 -9
- package/documentation/types/TeamWorkDaySummaryState.html +5 -5
- package/documentation/types/TeamWorkTodoState.html +6 -6
- package/documentation/types/TextEnhanceResponse.html +2 -2
- package/documentation/types/TinyMCECommonOptions.html +1 -1
- package/documentation/types/TinyMCEDynamicOptions.html +1 -1
- package/documentation/types/TinyMCEExtendedOptions.html +1 -1
- package/documentation/types/TvChannelType.html +1 -1
- package/documentation/types/TwoFactorAuthenticationDailyActivationStatistics.html +1 -1
- package/documentation/types/TwoFactorAuthenticationGenerateConfiguration.html +1 -1
- package/documentation/types/TwoFactorAuthenticationHook.html +1 -1
- package/documentation/types/TwoFactorAuthenticationStatistics.html +1 -1
- package/documentation/types/UpdateCommentParams.html +5 -5
- package/documentation/types/UpdateGroup.html +1 -1
- package/documentation/types/UpdateReportStatusParams.html +1 -1
- package/documentation/types/UploadConfig.html +5 -5
- package/documentation/types/UserAIProfile.html +2 -2
- package/documentation/types/UserBirthday.html +5 -5
- package/documentation/types/UserDirectoryConfiguration.html +12 -12
- package/documentation/types/UserDownload.html +5 -5
- package/documentation/types/UserField.html +3 -3
- package/documentation/types/UserFieldsConfigurationType.html +1 -1
- package/documentation/types/UserFieldsType.html +1 -1
- package/documentation/types/UserFormatsExtension.html +1 -1
- package/documentation/types/UserLevelAndRight.html +6 -6
- package/documentation/types/UserLevelSpot.html +11 -11
- package/documentation/types/UserLicense.html +1 -1
- package/documentation/types/UserList.html +1 -1
- package/documentation/types/UserMapModel.html +4 -4
- package/documentation/types/UserNotificationsConfiguration.html +5 -5
- package/documentation/types/UserRead.html +5 -5
- package/documentation/types/UserResponseStatus.html +1 -1
- package/documentation/types/UserSpotCategories.html +4 -4
- package/documentation/types/UserValues.html +3 -3
- package/documentation/types/UserWithExtensions.html +1 -1
- package/documentation/types/Users.html +1 -1
- package/documentation/types/ValueLabel.html +3 -3
- package/documentation/types/ValueOf.html +1 -1
- package/documentation/types/VariantSizeType.html +1 -1
- package/documentation/types/VariantType.html +1 -1
- package/documentation/types/VideoRecording.html +1 -1
- package/documentation/types/VisioConnectHook.html +1 -1
- package/documentation/types/VisioConnectRoom.html +1 -1
- package/documentation/types/VisioConnectStatistics.html +1 -1
- package/documentation/types/VisioConnectStatisticsRoomSession.html +1 -1
- package/documentation/types/VisioConnectStatisticsRoomSessions.html +1 -1
- package/documentation/types/WallFilter.html +4 -4
- package/documentation/types/WallFiltersResponse.html +3 -3
- package/documentation/types/WallHook.html +1 -1
- package/documentation/types/WeDocHook.html +1 -1
- package/documentation/types/WedocEmptyType.html +1 -1
- package/documentation/types/WedocFileAudienceType.html +1 -1
- package/documentation/types/WedocFileType.html +1 -1
- package/documentation/types/WedocFolderList.html +1 -1
- package/documentation/types/WedocQueryResults.html +1 -1
- package/documentation/types/WedocQueryType.html +1 -1
- package/documentation/types/WedocShareRecipient.html +3 -3
- package/documentation/types/WedocTemplate.html +1 -1
- package/documentation/types/Widget.html +1 -1
- package/documentation/types/WidgetAccessibilityContent.html +4 -4
- package/documentation/types/WidgetAccessibilityType.html +4 -4
- package/documentation/types/WidgetApplicationAppsItem.html +8 -8
- package/documentation/types/WidgetApplicationContent.html +6 -6
- package/documentation/types/WidgetApplicationCss.html +2 -2
- package/documentation/types/WidgetApplicationExtensionItem.html +8 -8
- package/documentation/types/WidgetApplicationImageItem.html +10 -10
- package/documentation/types/WidgetApplicationItem.html +1 -1
- package/documentation/types/WidgetApplicationLinkItem.html +12 -12
- package/documentation/types/WidgetApplicationSize.html +1 -1
- package/documentation/types/WidgetApplicationType.html +4 -4
- package/documentation/types/WidgetApplicationView.html +1 -1
- package/documentation/types/WidgetArticleAttachmentContent.html +3 -3
- package/documentation/types/WidgetArticleAttachmentType.html +4 -4
- package/documentation/types/WidgetArticleButtonContent.html +1 -1
- package/documentation/types/WidgetArticleButtonType.html +4 -4
- package/documentation/types/WidgetArticleGalleryContent.html +4 -4
- package/documentation/types/WidgetArticleGalleryType.html +4 -4
- package/documentation/types/WidgetArticleImageContent.html +3 -3
- package/documentation/types/WidgetArticleImageType.html +4 -4
- package/documentation/types/WidgetArticleSliderContent.html +8 -8
- package/documentation/types/WidgetArticleSliderType.html +4 -4
- package/documentation/types/WidgetArticleTextContent.html +6 -6
- package/documentation/types/WidgetArticleTextType.html +4 -4
- package/documentation/types/WidgetArticleTitleContent.html +7 -7
- package/documentation/types/WidgetArticleTitleType.html +4 -4
- package/documentation/types/WidgetAudience.html +3 -3
- package/documentation/types/WidgetBaseType.html +3 -3
- package/documentation/types/WidgetBirthdayContent.html +3 -3
- package/documentation/types/WidgetBirthdayCss.html +5 -5
- package/documentation/types/WidgetBirthdayType.html +4 -4
- package/documentation/types/WidgetButtonAction.html +2 -2
- package/documentation/types/WidgetButtonActionGroup.html +5 -5
- package/documentation/types/WidgetButtonActionType.html +1 -1
- package/documentation/types/WidgetButtonContent.html +16 -16
- package/documentation/types/WidgetButtonIconFontSize.html +2 -2
- package/documentation/types/WidgetButtonIconPadding.html +2 -2
- package/documentation/types/WidgetButtonIconPosition.html +1 -1
- package/documentation/types/WidgetButtonPosition.html +1 -1
- package/documentation/types/WidgetButtonProps.html +10 -10
- package/documentation/types/WidgetButtonSize.html +1 -1
- package/documentation/types/WidgetButtonStyle.html +10 -10
- package/documentation/types/WidgetButtonType.html +4 -4
- package/documentation/types/WidgetCalendarCalDavContent.html +4 -4
- package/documentation/types/WidgetCalendarCalDavType.html +4 -4
- package/documentation/types/WidgetCalendarContent.html +3 -3
- package/documentation/types/WidgetCalendarType.html +4 -4
- package/documentation/types/WidgetChartsContent.html +10 -10
- package/documentation/types/WidgetChartsType.html +4 -4
- package/documentation/types/WidgetCheckListContent.html +5 -5
- package/documentation/types/WidgetCheckListContentArr.html +7 -7
- package/documentation/types/WidgetCheckListContentArrForFront.html +8 -8
- package/documentation/types/WidgetCheckListContentForFront.html +3 -3
- package/documentation/types/WidgetCheckListType.html +4 -4
- package/documentation/types/WidgetCheckListTypeForFront.html +5 -5
- package/documentation/types/WidgetCheckbox.html +4 -4
- package/documentation/types/WidgetColor.html +3 -3
- package/documentation/types/WidgetColorContent.html +2 -2
- package/documentation/types/WidgetColorType.html +4 -4
- package/documentation/types/WidgetCombinationAlignItems.html +1 -1
- package/documentation/types/WidgetCombinationContent.html +6 -6
- package/documentation/types/WidgetCombinationContentRow.html +19 -19
- package/documentation/types/WidgetCombinationContentRowWidget.html +6 -6
- package/documentation/types/WidgetCombinationDirection.html +1 -1
- package/documentation/types/WidgetCombinationJustifyContent.html +1 -1
- package/documentation/types/WidgetCombinationType.html +4 -4
- package/documentation/types/WidgetContactCardDavContent.html +4 -4
- package/documentation/types/WidgetContactCardDavType.html +4 -4
- package/documentation/types/WidgetContactContent.html +4 -4
- package/documentation/types/WidgetContactCss.html +6 -6
- package/documentation/types/WidgetContactType.html +4 -4
- package/documentation/types/WidgetContentKeys.html +73 -49
- package/documentation/types/WidgetContext.html +1 -1
- package/documentation/types/WidgetCountdownContent.html +8 -8
- package/documentation/types/WidgetCountdownType.html +4 -4
- package/documentation/types/WidgetCoverContent.html +10 -10
- package/documentation/types/WidgetCoverSlide.html +10 -10
- package/documentation/types/WidgetCoverType.html +4 -4
- package/documentation/types/WidgetDatasourceTableContent.html +1 -1
- package/documentation/types/WidgetDatasourceTableType.html +4 -4
- package/documentation/types/WidgetDatasourceValues.html +1 -1
- package/documentation/types/WidgetDate.html +3 -3
- package/documentation/types/WidgetDatePicker.html +2 -2
- package/documentation/types/WidgetDatetime.html +2 -2
- package/documentation/types/WidgetDefaultProps.html +8 -8
- package/documentation/types/WidgetDefinitionProps.html +8 -8
- package/documentation/types/WidgetDisplayMode.html +1 -1
- package/documentation/types/WidgetDocumentsContent.html +10 -10
- package/documentation/types/WidgetDocumentsType.html +4 -4
- package/documentation/types/WidgetEditorActions.html +4 -4
- package/documentation/types/WidgetEditorErrorActions.html +2 -2
- package/documentation/types/WidgetEmail.html +2 -2
- package/documentation/types/WidgetEmailsImapContent.html +4 -4
- package/documentation/types/WidgetEmailsImapType.html +4 -4
- package/documentation/types/WidgetEmbed.html +2 -2
- package/documentation/types/WidgetEmbedContent.html +2 -2
- package/documentation/types/WidgetEmbedType.html +4 -4
- package/documentation/types/WidgetExcelDatasourceTableContent.html +1 -1
- package/documentation/types/WidgetExcelDatasourceTableType.html +4 -4
- package/documentation/types/WidgetExtensionContent.html +2 -2
- package/documentation/types/WidgetExtensionType.html +4 -4
- package/documentation/types/WidgetFaqContent.html +6 -6
- package/documentation/types/WidgetFaqType.html +4 -4
- package/documentation/types/WidgetFile.html +2 -2
- package/documentation/types/WidgetFileContent.html +9 -9
- package/documentation/types/WidgetFileStoredEntry.html +2 -2
- package/documentation/types/WidgetFileType.html +4 -4
- package/documentation/types/WidgetFlocklerContent.html +2 -2
- package/documentation/types/WidgetFlocklerType.html +4 -4
- package/documentation/types/WidgetFunctions.html +1 -1
- package/documentation/types/WidgetHook.html +1 -1
- package/documentation/types/WidgetIframeVideo.html +2 -2
- package/documentation/types/WidgetImage.html +3 -3
- package/documentation/types/WidgetImageContent.html +22 -22
- package/documentation/types/WidgetImageType.html +4 -4
- package/documentation/types/WidgetKeys.html +1 -1
- package/documentation/types/WidgetLayer.html +7 -7
- package/documentation/types/WidgetLegacyMixedBoolean.html +1 -1
- package/documentation/types/WidgetLink.html +2 -2
- package/documentation/types/WidgetListContent.html +79 -0
- package/documentation/types/WidgetListContentArr.html +85 -0
- package/documentation/types/WidgetListContentArrPopupWidget.html +61 -0
- package/documentation/types/WidgetListOrientation.html +33 -0
- package/documentation/types/WidgetListType.html +67 -0
- package/documentation/types/WidgetLuccaAbsenceContent.html +2 -2
- package/documentation/types/WidgetLuccaAbsenceType.html +4 -4
- package/documentation/types/WidgetLuccaAbsenceUser.html +5 -5
- package/documentation/types/WidgetMediumType.html +36 -0
- package/documentation/types/WidgetMeteoContent.html +3 -3
- package/documentation/types/WidgetMeteoType.html +4 -4
- package/documentation/types/WidgetModalProps.html +3 -3
- package/documentation/types/WidgetMultiattribute.html +2 -2
- package/documentation/types/WidgetMyGroupContent.html +2 -2
- package/documentation/types/WidgetMyGroupType.html +4 -4
- package/documentation/types/WidgetNewsContent.html +26 -26
- package/documentation/types/WidgetNewsType.html +4 -4
- package/documentation/types/WidgetNewsflashContent.html +8 -8
- package/documentation/types/WidgetNewsflashType.html +4 -4
- package/documentation/types/WidgetNumber.html +2 -2
- package/documentation/types/WidgetOrientedlinks.html +3 -3
- package/documentation/types/WidgetPlace.html +3 -3
- package/documentation/types/WidgetPresenceContent.html +5 -5
- package/documentation/types/WidgetPresenceRespondPayload.html +5 -5
- package/documentation/types/WidgetPresenceResponse.html +6 -6
- package/documentation/types/WidgetPresenceResponseUserList.html +5 -5
- package/documentation/types/WidgetPresenceType.html +4 -4
- package/documentation/types/WidgetQuickSurveyContent.html +12 -12
- package/documentation/types/WidgetQuickSurveyContentArr.html +6 -6
- package/documentation/types/WidgetQuickSurveyResponse.html +5 -5
- package/documentation/types/WidgetQuickSurveyResponseUserList.html +5 -5
- package/documentation/types/WidgetQuickSurveyResponses.html +1 -1
- package/documentation/types/WidgetQuickSurveyType.html +4 -4
- package/documentation/types/WidgetQuizzContent.html +55 -0
- package/documentation/types/WidgetQuizzType.html +67 -0
- package/documentation/types/WidgetRadio.html +3 -3
- package/documentation/types/WidgetRefUser.html +2 -2
- package/documentation/types/WidgetRtObject.html +4 -4
- package/documentation/types/WidgetSelect.html +4 -4
- package/documentation/types/WidgetSelectionBackgroundProps.html +9 -9
- package/documentation/types/WidgetSelectionProps.html +2 -2
- package/documentation/types/WidgetSeparatorAlign.html +1 -1
- package/documentation/types/WidgetSeparatorContent.html +5 -5
- package/documentation/types/WidgetSeparatorOrientation.html +1 -1
- package/documentation/types/WidgetSeparatorType.html +4 -4
- package/documentation/types/WidgetShortcutsContent.html +33 -0
- package/documentation/types/WidgetShortcutsType.html +67 -0
- package/documentation/types/WidgetSlide.html +8 -8
- package/documentation/types/WidgetSliderContent.html +9 -9
- package/documentation/types/WidgetSliderType.html +4 -4
- package/documentation/types/WidgetStateProps.html +10 -10
- package/documentation/types/WidgetStyles.html +1 -1
- package/documentation/types/WidgetSurveyContent.html +3 -3
- package/documentation/types/WidgetSurveyType.html +4 -4
- package/documentation/types/WidgetSyncContentContent.html +3 -3
- package/documentation/types/WidgetSyncContentType.html +4 -4
- package/documentation/types/WidgetTableColumn.html +6 -6
- package/documentation/types/WidgetTableColumnData.html +8 -8
- package/documentation/types/WidgetTableColumnTypes.html +1 -1
- package/documentation/types/WidgetTableColumnWidgetDate.html +2 -2
- package/documentation/types/WidgetTableColumnWidgetDefault.html +1 -1
- package/documentation/types/WidgetTableColumnWidgetSelect.html +3 -3
- package/documentation/types/WidgetTableColumnWidgetSelectOption.html +3 -3
- package/documentation/types/WidgetTableColumnWidgetText.html +2 -2
- package/documentation/types/WidgetTableColumnWidgets.html +1 -1
- package/documentation/types/WidgetTableColumnsData.html +1 -1
- package/documentation/types/WidgetTableContent.html +11 -11
- package/documentation/types/WidgetTaxonomy.html +3 -3
- package/documentation/types/WidgetTel.html +2 -2
- package/documentation/types/WidgetText.html +2 -2
- package/documentation/types/WidgetTextContent.html +4 -4
- package/documentation/types/WidgetTextMediumContent.html +33 -0
- package/documentation/types/WidgetTextMediumType.html +67 -0
- package/documentation/types/WidgetTextType.html +4 -4
- package/documentation/types/WidgetTextarea.html +3 -3
- package/documentation/types/WidgetToggle.html +2 -2
- package/documentation/types/WidgetTransient.html +2 -2
- package/documentation/types/WidgetTypeKeys.html +73 -49
- package/documentation/types/WidgetUri.html +3 -3
- package/documentation/types/WidgetUrl.html +3 -3
- package/documentation/types/WidgetUserProfileContent.html +4 -4
- package/documentation/types/WidgetUserProfileType.html +4 -4
- package/documentation/types/WidgetVector.html +3 -3
- package/documentation/types/WidgetWelcomeContent.html +6 -6
- package/documentation/types/WidgetWelcomeType.html +4 -4
- package/documentation/types/WidgetWidgetBase.html +67 -0
- package/documentation/types/WidgetWrapperGeneric.html +4 -4
- package/documentation/types/WidgetWrapperLevel.html +1 -1
- package/documentation/types/WidgetWrapperProps.html +1 -1
- package/documentation/types/WidgetYoutubeContent.html +2 -2
- package/documentation/types/WidgetYoutubeType.html +4 -4
- package/documentation/types/WidgetsRootState.html +2 -2
- package/documentation/types/WidgetsState.html +22 -22
- package/documentation/types/WidgetsValue.html +1 -1
- package/documentation/types/WithExtensions.html +1 -1
- package/documentation/types/WithPartialExtensions.html +1 -1
- package/documentation/types/ZodShape.html +1 -1
- package/documentation/types/fileExtensionTypes.html +1 -1
- package/documentation/types/fileFamilyTypes.html +1 -1
- package/documentation/types/internalDraftView.html +1 -1
- package/documentation/types/jArticleList.html +1 -1
- package/documentation/types/jArticleLittle.html +1 -1
- package/documentation/types/jArticleView.html +1 -1
- package/documentation/types/jArticleWidgetList.html +1 -1
- package/documentation/types/jArticleWidgetLittle.html +1 -1
- package/documentation/types/jArticleWidgetView.html +1 -1
- package/documentation/types/jBusinessContactList.html +1 -1
- package/documentation/types/jBusinessContactLittle.html +1 -1
- package/documentation/types/jCommentList.html +1 -1
- package/documentation/types/jCommentLittle.html +1 -1
- package/documentation/types/jContentFactoryTemplateList.html +1 -1
- package/documentation/types/jContentFactoryTemplateView.html +1 -1
- package/documentation/types/jDatasourceArticleList.html +1 -1
- package/documentation/types/jDatasourceExcel.html +5 -5
- package/documentation/types/jDiapazoneList.html +1 -1
- package/documentation/types/jDiapazoneListWithExtras.html +1 -1
- package/documentation/types/jDiapazoneView.html +1 -1
- package/documentation/types/jExtraBotView.html +1 -1
- package/documentation/types/jFileList.html +1 -1
- package/documentation/types/jFileLittle.html +1 -1
- package/documentation/types/jFileLittleCrop.html +1 -1
- package/documentation/types/jFileRendition.html +5 -5
- package/documentation/types/jFolderList.html +1 -1
- package/documentation/types/jFolderLittle.html +1 -1
- package/documentation/types/jGroupList.html +1 -1
- package/documentation/types/jGroupLittle.html +1 -1
- package/documentation/types/jGroupView.html +1 -1
- package/documentation/types/jHref.html +3 -3
- package/documentation/types/jInternalDraftList.html +1 -1
- package/documentation/types/jInternalDraftView.html +1 -1
- package/documentation/types/jLinkList.html +1 -1
- package/documentation/types/jLinkLittle.html +1 -1
- package/documentation/types/jMeetingList.html +1 -1
- package/documentation/types/jMeetingView.html +1 -1
- package/documentation/types/jMessengerDiscussionGroupList.html +1 -1
- package/documentation/types/jMessengerDiscussionGroupLittle.html +1 -1
- package/documentation/types/jMessengerDiscussionUserList.html +1 -1
- package/documentation/types/jMessengerDiscussionUserLittle.html +1 -1
- package/documentation/types/jMessengerMessageLittle.html +1 -1
- package/documentation/types/jNetworkLittle.html +1 -1
- package/documentation/types/jObjectAutocomplete.html +1 -1
- package/documentation/types/jObjectBase.html +7 -7
- package/documentation/types/jObjectList.html +1 -1
- package/documentation/types/jObjectLittle.html +1 -1
- package/documentation/types/jOrgChartList.html +1 -1
- package/documentation/types/jOrgChartView.html +1 -1
- package/documentation/types/jPermanentRoomList.html +1 -1
- package/documentation/types/jPollSurveyList.html +1 -1
- package/documentation/types/jPollSurveyLittle.html +1 -1
- package/documentation/types/jPollSurveyView.html +1 -1
- package/documentation/types/jQuarantineList.html +1 -1
- package/documentation/types/jQuarantineLittle.html +1 -1
- package/documentation/types/jQuizzList.html +1 -1
- package/documentation/types/jQuizzView.html +2 -2
- package/documentation/types/jRecurringEventList.html +1 -1
- package/documentation/types/jRecurringEventLittle.html +1 -1
- package/documentation/types/jRecurringEventOccurrenceList.html +1 -1
- package/documentation/types/jRecurringEventOccurrenceListFalsy.html +1 -1
- package/documentation/types/jRecurringEventOccurrenceListTruthy.html +1 -1
- package/documentation/types/jRecurringEventOccurrenceLittle.html +1 -1
- package/documentation/types/jRecurringEventOccurrenceLittleFalsy.html +1 -1
- package/documentation/types/jRecurringEventOccurrenceLittleTruthy.html +1 -1
- package/documentation/types/jRecurringEventOccurrenceView.html +1 -1
- package/documentation/types/jRecurringEventOccurrenceViewFalsy.html +1 -1
- package/documentation/types/jRecurringEventOccurrenceViewTruthy.html +1 -1
- package/documentation/types/jRecurringEventView.html +1 -1
- package/documentation/types/jSocialEventList.html +1 -1
- package/documentation/types/jSocialEventLittle.html +1 -1
- package/documentation/types/jSocialEventView.html +1 -1
- package/documentation/types/jSocialRateLinkList.html +1 -1
- package/documentation/types/jSpotAutocomplete.html +1 -1
- package/documentation/types/jSupportList.html +1 -1
- package/documentation/types/jSupportView.html +1 -1
- package/documentation/types/jSurveyDateList.html +1 -1
- package/documentation/types/jSurveyDateView.html +1 -1
- package/documentation/types/jTaxonomyLittle.html +1 -1
- package/documentation/types/jUserAutocomplete.html +1 -1
- package/documentation/types/jUserList.html +1 -1
- package/documentation/types/jUserLittle.html +1 -1
- package/documentation/types/jUserValues.html +1 -1
- package/documentation/types/jUserView.html +1 -1
- package/documentation/types/socialEventRecord.html +6 -6
- package/documentation/types/visioConnectRooms.html +1 -1
- package/documentation/types/widgetCombinationTemplate.html +6 -6
- package/documentation/variables/ACCESS_REQUEST_ACCEPT.html +1 -1
- package/documentation/variables/ACCESS_REQUEST_DENY.html +1 -1
- package/documentation/variables/AsyncJobStateSchema.html +1 -1
- package/documentation/variables/AsyncJobStatusSchema.html +1 -1
- package/documentation/variables/CreateRoomPayloadSchema.html +1 -1
- package/documentation/variables/DateFormatSchema.html +1 -1
- package/documentation/variables/DiapazoneExtraFieldsSchema.html +1 -1
- package/documentation/variables/FREQUENCY_DAILY.html +1 -1
- package/documentation/variables/FREQUENCY_GROUP.html +1 -1
- package/documentation/variables/FREQUENCY_INHERIT.html +1 -1
- package/documentation/variables/FREQUENCY_NEVER.html +1 -1
- package/documentation/variables/FREQUENCY_NOW.html +1 -1
- package/documentation/variables/FREQUENCY_WEEKLY.html +1 -1
- package/documentation/variables/ImapConnection.html +1 -1
- package/documentation/variables/JLandMapCreationSchema.html +1 -1
- package/documentation/variables/LanguagesList.html +1 -1
- package/documentation/variables/LanguagesSchema.html +1 -1
- package/documentation/variables/LicenseUserPriceUpdateSimulationSchema.html +1 -1
- package/documentation/variables/NumberFormatSchema.html +1 -1
- package/documentation/variables/OfficeProviderSchema.html +1 -1
- package/documentation/variables/OrgChartConfigSchema.html +1 -1
- package/documentation/variables/OrgChartConfigurationSchema.html +1 -1
- package/documentation/variables/OrgChartLinkSchema.html +1 -1
- package/documentation/variables/OrgChartNodeSchema.html +1 -1
- package/documentation/variables/OrgChartUpdateMetasFormSchema.html +1 -1
- package/documentation/variables/PublishButtonConfigurationCustomSectionSchema.html +1 -1
- package/documentation/variables/PublishButtonConfigurationSchema.html +1 -1
- package/documentation/variables/PublishButtonSectionEntrySchema.html +1 -1
- package/documentation/variables/PublishButtonSectionSchema.html +1 -1
- package/documentation/variables/PublishButtonSectionsSchema.html +1 -1
- package/documentation/variables/TVChannelCustomSchema.html +1 -1
- package/documentation/variables/TeamWorkAiTaskSchema.html +1 -1
- package/documentation/variables/TeamWorkDaySummaryStateSchema.html +1 -1
- package/documentation/variables/TeamWorkTodoStateSchema.html +1 -1
- package/documentation/variables/TwoFactorAuthenticationDailyActivationStatisticsSchema.html +1 -1
- package/documentation/variables/TwoFactorAuthenticationGenerateConfigurationSchema.html +1 -1
- package/documentation/variables/TwoFactorAuthenticationStatisticsSchema.html +1 -1
- package/documentation/variables/UserAIProfileSchema.html +1 -1
- package/documentation/variables/UserBirthdaySchema.html +1 -1
- package/documentation/variables/UserLevel.html +1 -1
- package/documentation/variables/UserNotificationsConfigurationSchema.html +1 -1
- package/documentation/variables/UserVariant.html +1 -1
- package/documentation/variables/WIDGET_LEVEL_1.html +1 -1
- package/documentation/variables/WIDGET_LEVEL_2.html +1 -1
- package/documentation/variables/WIDGET_LEVEL_3.html +1 -1
- package/documentation/variables/WIDGET_LEVEL_4.html +1 -1
- package/documentation/variables/WRITE_RIGHT_ADMIN.html +1 -1
- package/documentation/variables/WRITE_RIGHT_ALL.html +1 -1
- package/documentation/variables/WRITE_RIGHT_CUSTOM.html +1 -1
- package/documentation/variables/WRITE_RIGHT_PUBLIC.html +1 -1
- package/documentation/variables/WidgetPresenceResponseUserListSchema.html +1 -1
- package/documentation/variables/WidgetQuickSurveyContentArrSchema.html +1 -1
- package/documentation/variables/WidgetQuickSurveyResponseSchema.html +1 -1
- package/documentation/variables/WidgetQuickSurveyResponseUserListSchema.html +1 -1
- package/documentation/variables/accessRequestStatusValuesSchema.html +1 -1
- package/documentation/variables/actionParamsSchema.html +1 -1
- package/documentation/variables/actionVerbSchema.html +1 -1
- package/documentation/variables/addCommentParamsSchema.html +1 -1
- package/documentation/variables/addFaqEntrySchema.html +1 -1
- package/documentation/variables/adminAppSchema.html +1 -1
- package/documentation/variables/adminAppTabSchema.html +1 -1
- package/documentation/variables/adminAppsSchema.html +1 -1
- package/documentation/variables/adminLicenseStatsSchema.html +1 -1
- package/documentation/variables/adminLicensesAssignedSchema.html +1 -1
- package/documentation/variables/adminLicensesNotAssignedSchema.html +1 -1
- package/documentation/variables/adminLogNavigationSchema.html +1 -1
- package/documentation/variables/adminLogObjectSchema.html +1 -1
- package/documentation/variables/adminLogSearchSchema.html +1 -1
- package/documentation/variables/animationConfigurationTypeSchema.html +1 -1
- package/documentation/variables/animationStatsRowSchema.html +1 -1
- package/documentation/variables/animationStatsSchema.html +1 -1
- package/documentation/variables/animationVariantSchema.html +1 -1
- package/documentation/variables/api.html +1 -1
- package/documentation/variables/applicationActionBaseSchema.html +1 -1
- package/documentation/variables/applicationBaseSchema.html +1 -1
- package/documentation/variables/applicationDefaultSchema.html +1 -1
- package/documentation/variables/applicationExtraPropertiesSchema.html +1 -1
- package/documentation/variables/applicationIframeSchema.html +1 -1
- package/documentation/variables/applicationIntranetHookSchema.html +1 -1
- package/documentation/variables/applicationLinkSchema.html +1 -1
- package/documentation/variables/applicationSchema.html +1 -1
- package/documentation/variables/applicationTabSchema.html +1 -1
- package/documentation/variables/applicationWithTabsSchema.html +1 -1
- package/documentation/variables/articleCreationSchema.html +1 -1
- package/documentation/variables/articleDisplayModeSchema.html +1 -1
- package/documentation/variables/articleGetConfigSchema.html +1 -1
- package/documentation/variables/articleListConfigSchema.html +1 -1
- package/documentation/variables/articleTranslationGetSchema.html +1 -1
- package/documentation/variables/articleTranslationLanguageSchema.html +1 -1
- package/documentation/variables/articleTranslationTranslateSchema.html +1 -1
- package/documentation/variables/aseiGroupsSchema.html +1 -1
- package/documentation/variables/aseiRightsSchema.html +1 -1
- package/documentation/variables/aseiTicketStatusSchema.html +1 -1
- package/documentation/variables/assetReservationConfigurationSchema.html +1 -1
- package/documentation/variables/audienceAutocompleteSchema.html +1 -1
- package/documentation/variables/audienceSchema.html +1 -1
- package/documentation/variables/autocompleteLittleSchema.html +1 -1
- package/documentation/variables/baseArticleSchema.html +1 -1
- package/documentation/variables/baseAutocompleteSchema.html +1 -1
- package/documentation/variables/bbbRoomSettingsShape.html +1 -1
- package/documentation/variables/bookmarkCustomSchema.html +1 -1
- package/documentation/variables/bookmarkLinkSchema.html +1 -1
- package/documentation/variables/bookmarkTypesSchema.html +1 -1
- package/documentation/variables/businessContactSchema.html +1 -1
- package/documentation/variables/calendarEventListSchema.html +1 -1
- package/documentation/variables/calendarEventViewSchema.html +1 -1
- package/documentation/variables/calendarEventsExtension.html +1 -1
- package/documentation/variables/calendarMemberLittleSchema.html +1 -1
- package/documentation/variables/calendarOldEventSchema.html +1 -1
- package/documentation/variables/calendarTabSchema.html +1 -1
- package/documentation/variables/categorySchema.html +1 -1
- package/documentation/variables/chartTypeSchema.html +1 -1
- package/documentation/variables/chartsPieDatumSchema.html +1 -1
- package/documentation/variables/chartsSerieSchema.html +1 -1
- package/documentation/variables/combinedContentFactoryDataSchema.html +1 -1
- package/documentation/variables/combinedSurveyFieldOptionsSchema.html +1 -1
- package/documentation/variables/combinedSurveyFieldSchema.html +1 -1
- package/documentation/variables/combinedSurveyFieldTypeSchema.html +1 -1
- package/documentation/variables/combinedWidgetContentSchema.html +1 -1
- package/documentation/variables/combinedWidgetTypeSchema.html +1 -1
- package/documentation/variables/commentWithActionsSchema.html +1 -1
- package/documentation/variables/commentsPreviewSchema.html +1 -1
- package/documentation/variables/communitySchema.html +1 -1
- package/documentation/variables/contactEntrySchema.html +1 -1
- package/documentation/variables/contactShowFieldsSchema.html +1 -1
- package/documentation/variables/contentFactoryDefaultDataSchema.html +1 -1
- package/documentation/variables/contentFactorySurveyDataSchema.html +1 -1
- package/documentation/variables/contentFactoryTypes.html +1 -1
- package/documentation/variables/createFaqCategorySchema.html +1 -1
- package/documentation/variables/createFaqEntrySchema.html +1 -1
- package/documentation/variables/createFaqThemeSchema.html +1 -1
- package/documentation/variables/createGroupSchema.html +1 -1
- package/documentation/variables/createReportParamsSchema.html +1 -1
- package/documentation/variables/cssBackgroundPositionSchema.html +1 -1
- package/documentation/variables/cssBackgroundSizeSchema.html +1 -1
- package/documentation/variables/cssTextAlignTypeSchema.html +1 -1
- package/documentation/variables/davAddressBookContactSchema.html +1 -1
- package/documentation/variables/davCalendarEventSchema.html +1 -1
- package/documentation/variables/default.html +1 -1
- package/documentation/variables/deleteFaqThemeSchema.html +1 -1
- package/documentation/variables/discussionPropertiesSchema.html +1 -1
- package/documentation/variables/discussionPropertySchema.html +1 -1
- package/documentation/variables/driveAccountSchema.html +1 -1
- package/documentation/variables/driveGetAccountParamsSchema.html +1 -1
- package/documentation/variables/driveGetAccountSchema.html +1 -1
- package/documentation/variables/driveGetDocumentParamsSchema.html +1 -1
- package/documentation/variables/driveGetGroupsParamsSchema.html +1 -1
- package/documentation/variables/driveGetTenantsParamsSchema.html +1 -1
- package/documentation/variables/driveItemTypeSchema.html +1 -1
- package/documentation/variables/driveLogoutParamsSchema.html +1 -1
- package/documentation/variables/driveSetDefaultAccountParamsSchema.html +1 -1
- package/documentation/variables/driveTmpFileSchema.html +1 -1
- package/documentation/variables/dropboxDocumentEntitySchema.html +1 -1
- package/documentation/variables/dropboxDocumentParamsSchema.html +1 -1
- package/documentation/variables/dropboxGetDocumentsParamsSchema.html +1 -1
- package/documentation/variables/editFaqCategorySchema.html +1 -1
- package/documentation/variables/editFaqEntrySchema.html +1 -1
- package/documentation/variables/editFaqThemeSchema.html +1 -1
- package/documentation/variables/eventModeSchema.html +1 -1
- package/documentation/variables/eventStatusFilterSchema.html +1 -1
- package/documentation/variables/extendSchema.html +1 -1
- package/documentation/variables/extensions.html +1 -1
- package/documentation/variables/facetModeSchema.html +1 -1
- package/documentation/variables/faqAccessSchema.html +1 -1
- package/documentation/variables/faqContentItemSchema.html +1 -1
- package/documentation/variables/faqHookPropertiesSchema.html +1 -1
- package/documentation/variables/faqTaxonomySchema.html +1 -1
- package/documentation/variables/faqWidgetCategoryItemSchema.html +1 -1
- package/documentation/variables/faqWidgetCategorySchema.html +1 -1
- package/documentation/variables/faqWidgetItemSchema.html +1 -1
- package/documentation/variables/faqWidgetItemUriCategorySchema.html +1 -1
- package/documentation/variables/fileCropConfigSchema.html +1 -1
- package/documentation/variables/fileMainTypeSchema.html +1 -1
- package/documentation/variables/fileSyncAdminSpotSchema.html +1 -1
- package/documentation/variables/fileSyncAdminSpotsPropsSchema.html +1 -1
- package/documentation/variables/fileSyncFileBankSchema.html +1 -1
- package/documentation/variables/fileSyncUserQuotaSchema.html +1 -1
- package/documentation/variables/filterSchema.html +1 -1
- package/documentation/variables/filterValueSchema.html +1 -1
- package/documentation/variables/filtersSchema.html +1 -1
- package/documentation/variables/folderShareConflictSchema.html +1 -1
- package/documentation/variables/folderShareImpactSchema.html +1 -1
- package/documentation/variables/folderShareLevelSchema.html +1 -1
- package/documentation/variables/folderShareRecipientTypeSchema.html +1 -1
- package/documentation/variables/folderShareSchema.html +1 -1
- package/documentation/variables/formatExtensionSchema.html +1 -1
- package/documentation/variables/formatListSchema.html +1 -1
- package/documentation/variables/formats.html +1 -1
- package/documentation/variables/getCommentsParamsSchema.html +1 -1
- package/documentation/variables/getLicenseArticlesParamsSchema.html +1 -1
- package/documentation/variables/getLicenseKindUsersParamsSchema.html +1 -1
- package/documentation/variables/getReportsParamsSchema.html +1 -1
- package/documentation/variables/getUnclassifiedFilesParamsSchema.html +1 -1
- package/documentation/variables/gifSchema.html +1 -1
- package/documentation/variables/groupCategoriesConfigurationSchema.html +1 -1
- package/documentation/variables/groupCustomWidgetSchema.html +1 -1
- package/documentation/variables/groupListConfigSchema.html +1 -1
- package/documentation/variables/groupMemberLevelSchema.html +1 -1
- package/documentation/variables/groupMemberSchema.html +1 -1
- package/documentation/variables/groupModerateStatusSchema.html +1 -1
- package/documentation/variables/groupPrivacy.html +1 -1
- package/documentation/variables/groupPropertiesOptionsSchema.html +1 -1
- package/documentation/variables/groupPropertiesSchema.html +1 -1
- package/documentation/variables/groupUserLevelSchema.html +1 -1
- package/documentation/variables/groupWidgetLittleSchema.html +1 -1
- package/documentation/variables/groupWidgetSchema.html +1 -1
- package/documentation/variables/groupWidgetsSchema.html +1 -1
- package/documentation/variables/headingTypeSchema.html +1 -1
- package/documentation/variables/hookListTypeSchema.html +1 -1
- package/documentation/variables/imageFormValueSchema.html +1 -1
- package/documentation/variables/imageSizeSchema.html +1 -1
- package/documentation/variables/imapInboxMailSchema.html +1 -1
- package/documentation/variables/inheritedShareSchema.html +1 -1
- package/documentation/variables/jArticleListSchema.html +1 -1
- package/documentation/variables/jArticleListShapeTmp.html +1 -1
- package/documentation/variables/jArticleLittleSchema.html +1 -1
- package/documentation/variables/jArticleViewSchema.html +1 -1
- package/documentation/variables/jArticleWidgetListSchema.html +1 -1
- package/documentation/variables/jArticleWidgetLittleSchema.html +1 -1
- package/documentation/variables/jArticleWidgetViewSchema.html +1 -1
- package/documentation/variables/jAseiInstitutionViewSchema.html +1 -1
- package/documentation/variables/jAseiTicketViewSchema.html +1 -1
- package/documentation/variables/jBookableAssetListSchema.html +1 -1
- package/documentation/variables/jBookableAssetViewSchema.html +1 -1
- package/documentation/variables/jBusinessContactListSchema.html +1 -1
- package/documentation/variables/jBusinessContactLittleSchema.html +1 -1
- package/documentation/variables/jCommentListSchema.html +1 -1
- package/documentation/variables/jCommentLittleSchema.html +1 -1
- package/documentation/variables/jContentFactoryDefaultTemplateViewSchema.html +1 -1
- package/documentation/variables/jContentFactorySurveyTemplateViewSchema.html +1 -1
- package/documentation/variables/jContentFactoryTemplateListSchema.html +1 -1
- package/documentation/variables/jContentFactoryTemplateViewSchema.html +1 -1
- package/documentation/variables/jContentReportListSchema.html +1 -1
- package/documentation/variables/jDiapazoneListSchema.html +1 -1
- package/documentation/variables/jDiapazoneViewSchema.html +1 -1
- package/documentation/variables/jEnsure.html +1 -1
- package/documentation/variables/jExtraBotViewSchema.html +1 -1
- package/documentation/variables/jFaqItemListSchema.html +1 -1
- package/documentation/variables/jFaqItemViewSchema.html +1 -1
- package/documentation/variables/jFaqListSchema.html +1 -1
- package/documentation/variables/jFaqViewSchema.html +1 -1
- package/documentation/variables/jFileListSchema.html +1 -1
- package/documentation/variables/jFileLittleCropSchema.html +1 -1
- package/documentation/variables/jFileLittleSchema.html +1 -1
- package/documentation/variables/jFileRenditionSchema.html +1 -1
- package/documentation/variables/jFolderListSchema.html +1 -1
- package/documentation/variables/jFolderLittleSchema.html +1 -1
- package/documentation/variables/jGroupListSchema.html +1 -1
- package/documentation/variables/jGroupLittleSchema.html +1 -1
- package/documentation/variables/jGroupViewSchema.html +1 -1
- package/documentation/variables/jHrefSchema.html +1 -1
- package/documentation/variables/jIACapabilitiesSchema.html +1 -1
- package/documentation/variables/jInternalDraftListSchema.html +1 -1
- package/documentation/variables/jInternalDraftViewSchema.html +1 -1
- package/documentation/variables/jLandLogSchema.html +1 -1
- package/documentation/variables/jLandMapFlavorSchema.html +1 -1
- package/documentation/variables/jLandMapKindSchema.html +1 -1
- package/documentation/variables/jLandMapListSchema.html +1 -1
- package/documentation/variables/jLandMapLittleSchema.html +1 -1
- package/documentation/variables/jLandMapViewSchema.html +1 -1
- package/documentation/variables/jLandStatSchema.html +1 -1
- package/documentation/variables/jLinkListSchema.html +1 -1
- package/documentation/variables/jLinkLittleSchema.html +1 -1
- package/documentation/variables/jMediaLibraryFileListSchema.html +1 -1
- package/documentation/variables/jMediaLibraryFileLittleSchema.html +1 -1
- package/documentation/variables/jMediaLibraryFolderListSchema.html +1 -1
- package/documentation/variables/jMediaLibraryFolderLittleSchema.html +1 -1
- package/documentation/variables/jMeetingListSchema.html +1 -1
- package/documentation/variables/jMeetingViewSchema.html +1 -1
- package/documentation/variables/jMessengerDiscussionGroupListSchema.html +1 -1
- package/documentation/variables/jMessengerDiscussionGroupLittleSchema.html +1 -1
- package/documentation/variables/jMessengerDiscussionUserListSchema.html +1 -1
- package/documentation/variables/jMessengerDiscussionUserLittleSchema.html +1 -1
- package/documentation/variables/jMessengerMessageLittleSchema.html +1 -1
- package/documentation/variables/jNetworkLittleSchema.html +1 -1
- package/documentation/variables/jObjectAutocompleteSchema.html +1 -1
- package/documentation/variables/jObjectBaseSchema.html +1 -1
- package/documentation/variables/jObjectListSchema.html +1 -1
- package/documentation/variables/jObjectLittleSchema.html +1 -1
- package/documentation/variables/jOrgChartListSchema.html +1 -1
- package/documentation/variables/jOrgChartViewSchema.html +1 -1
- package/documentation/variables/jPermanentRoomListSchema.html +1 -1
- package/documentation/variables/jPollSurveyListSchema.html +1 -1
- package/documentation/variables/jPollSurveyLittleSchema.html +1 -1
- package/documentation/variables/jPollSurveyViewSchema.html +1 -1
- package/documentation/variables/jQuarantineListSchema.html +1 -1
- package/documentation/variables/jQuarantineLittleSchema.html +1 -1
- package/documentation/variables/jQuizzListSchema.html +1 -1
- package/documentation/variables/jQuizzListShapeTmp.html +1 -1
- package/documentation/variables/jQuizzViewSchema.html +2 -2
- package/documentation/variables/jRecurringEventListSchema.html +1 -1
- package/documentation/variables/jRecurringEventLittleSchema.html +1 -1
- package/documentation/variables/jRecurringEventOccurrenceListFalsySchema.html +1 -1
- package/documentation/variables/jRecurringEventOccurrenceListSchema.html +1 -1
- package/documentation/variables/jRecurringEventOccurrenceListTruthySchema.html +1 -1
- package/documentation/variables/jRecurringEventOccurrenceLittleFalsySchema.html +1 -1
- package/documentation/variables/jRecurringEventOccurrenceLittleSchema.html +1 -1
- package/documentation/variables/jRecurringEventOccurrenceLittleTruthySchema.html +1 -1
- package/documentation/variables/jRecurringEventOccurrenceViewFalsySchema.html +1 -1
- package/documentation/variables/jRecurringEventOccurrenceViewSchema.html +1 -1
- package/documentation/variables/jRecurringEventOccurrenceViewTruthySchema.html +1 -1
- package/documentation/variables/jRecurringEventViewSchema.html +1 -1
- package/documentation/variables/jReservationListSchema.html +1 -1
- package/documentation/variables/jSocialEventListSchema.html +1 -1
- package/documentation/variables/jSocialEventLittleSchema.html +1 -1
- package/documentation/variables/jSocialEventViewSchema.html +1 -1
- package/documentation/variables/jSocialRateLinkListSchema.html +1 -1
- package/documentation/variables/jSpotAutocompleteSchema.html +1 -1
- package/documentation/variables/jSpotAutocompleteShape.html +1 -1
- package/documentation/variables/jSupportListSchema.html +1 -1
- package/documentation/variables/jSupportViewSchema.html +1 -1
- package/documentation/variables/jSupportViewShapeTmp.html +1 -1
- package/documentation/variables/jSurveyDateListSchema.html +1 -1
- package/documentation/variables/jSurveyDateViewSchema.html +1 -1
- package/documentation/variables/jTvChannelDynamicListSchema.html +1 -1
- package/documentation/variables/jTvChannelListSchema.html +1 -1
- package/documentation/variables/jTvChannelLittleSchema.html +1 -1
- package/documentation/variables/jTvChannelSlideshowListSchema.html +1 -1
- package/documentation/variables/jUserAutocompleteSchema.html +1 -1
- package/documentation/variables/jUserListSchema.html +1 -1
- package/documentation/variables/jUserLittleSchema.html +1 -1
- package/documentation/variables/jUserValuesSchema.html +1 -1
- package/documentation/variables/jUserViewSchema.html +1 -1
- package/documentation/variables/licenseSchema.html +1 -1
- package/documentation/variables/mediaLibraryFilesStatsSchema.html +1 -1
- package/documentation/variables/mediaLibraryFolderStatsSchema.html +1 -1
- package/documentation/variables/mediaLibraryListSchema.html +1 -1
- package/documentation/variables/mediaLibraryStatsSchema.html +1 -1
- package/documentation/variables/meetingActionSchema.html +1 -1
- package/documentation/variables/meetingCreationSchema.html +1 -1
- package/documentation/variables/meetingUpdateSchema.html +1 -1
- package/documentation/variables/metasExternalSchema.html +1 -1
- package/documentation/variables/metasJamespotSchema.html +1 -1
- package/documentation/variables/metasSchema.html +1 -1
- package/documentation/variables/metasYoutubeSchema.html +1 -1
- package/documentation/variables/meteoLocationSchema.html +1 -1
- package/documentation/variables/meteoSearchResultSchema.html +1 -1
- package/documentation/variables/methodSchema.html +1 -1
- package/documentation/variables/mimetypeToExt.html +1 -1
- package/documentation/variables/mimetypes.html +1 -1
- package/documentation/variables/moduleRestrictionMode.html +1 -1
- package/documentation/variables/moveFaqEntrySchema.html +1 -1
- package/documentation/variables/moveFaqThemeSchema.html +1 -1
- package/documentation/variables/moveMediaLibraryFileParamsSchema.html +1 -1
- package/documentation/variables/msDocumentEntitySchema.html +1 -1
- package/documentation/variables/msDocumentParamsSchema.html +1 -1
- package/documentation/variables/msGetDocumentsParamsSchema.html +1 -1
- package/documentation/variables/msGroupEntitySchema.html +1 -1
- package/documentation/variables/msSiteEntitySchema.html +1 -1
- package/documentation/variables/msTenantEntitySchema.html +1 -1
- package/documentation/variables/msTenantsSchema.html +1 -1
- package/documentation/variables/msUnifiedEntitySchema.html +1 -1
- package/documentation/variables/network.html +1 -1
- package/documentation/variables/networkTypeSchema.html +1 -1
- package/documentation/variables/newsConceptSchema.html +1 -1
- package/documentation/variables/newsflashGetResponseSchema.html +1 -1
- package/documentation/variables/newsflashItemSchema.html +1 -1
- package/documentation/variables/newsflashPropertiesSchema.html +1 -1
- package/documentation/variables/newsflashSourceSchema.html +1 -1
- package/documentation/variables/newsflashSourcesSchema.html +1 -1
- package/documentation/variables/objectListPropsSchema.html +1 -1
- package/documentation/variables/objectWithoutLicenseFilterSchema.html +1 -1
- package/documentation/variables/officeProviderBaseUrlsSchema.html +1 -1
- package/documentation/variables/officeSetConfigurationPayloadSchema.html +1 -1
- package/documentation/variables/officeUserConfigurationSchema.html +1 -1
- package/documentation/variables/onlyOfficeFileSchema.html +1 -1
- package/documentation/variables/onyOfficeFileInfoSchema.html +1 -1
- package/documentation/variables/openingTypeAnchorSchema.html +1 -1
- package/documentation/variables/openingTypeLinkSchema.html +1 -1
- package/documentation/variables/openingTypePopupSchema.html +1 -1
- package/documentation/variables/openingTypeSchema.html +1 -1
- package/documentation/variables/operatorSchema.html +1 -1
- package/documentation/variables/orderSchema.html +1 -1
- package/documentation/variables/ordersSchema.html +1 -1
- package/documentation/variables/pollSurveyStatusSchema.html +1 -1
- package/documentation/variables/previewCommentSchema.html +1 -1
- package/documentation/variables/publicWebinarData.html +1 -1
- package/documentation/variables/publicWebinarFullnameRequestSchema.html +1 -1
- package/documentation/variables/publicWebinarGetDateRequestSchema.html +1 -1
- package/documentation/variables/publicWebinarUrlSchema.html +1 -1
- package/documentation/variables/questionAnswerSelectResponseParamsSchema.html +1 -1
- package/documentation/variables/questionAnswerUnselectResponseParamsSchema.html +1 -1
- package/documentation/variables/quizFieldSchema.html +1 -1
- package/documentation/variables/quizResponseRecordSchema.html +33 -0
- package/documentation/variables/quizResponseSchema.html +1 -1
- package/documentation/variables/recurrenceRuleSchema.html +1 -1
- package/documentation/variables/recurringEventCreationSchema.html +1 -1
- package/documentation/variables/recurringEventUpdateSchema.html +1 -1
- package/documentation/variables/resetNotificationConfigurationSchema.html +1 -1
- package/documentation/variables/rightsSchema.html +1 -1
- package/documentation/variables/rssTypeSchema.html +1 -1
- package/documentation/variables/searchCategoryModelSchema.html +1 -1
- package/documentation/variables/searchCategoryValueSchema.html +1 -1
- package/documentation/variables/searchConfigSchema.html +1 -1
- package/documentation/variables/searchFacetModelSchema.html +1 -1
- package/documentation/variables/searchFacetValueModelSchema.html +1 -1
- package/documentation/variables/searchFacetValuesSchema.html +1 -1
- package/documentation/variables/searchLastQuerySchema.html +1 -1
- package/documentation/variables/searchQueryFilterModelSchema.html +1 -1
- package/documentation/variables/searchQueryOptionSchema.html +1 -1
- package/documentation/variables/searchQuerySchema.html +1 -1
- package/documentation/variables/searchQuerySortModelSchema.html +1 -1
- package/documentation/variables/searchResultCatPropsSchema.html +1 -1
- package/documentation/variables/searchResultPropsAppSchema.html +1 -1
- package/documentation/variables/searchResultPropsObjectSchema.html +1 -1
- package/documentation/variables/searchResultPropsSchema.html +1 -1
- package/documentation/variables/shareAccessPropsSchema.html +1 -1
- package/documentation/variables/shareGeneralAccessRulesSchema.html +1 -1
- package/documentation/variables/shareOptionObjectSchema.html +1 -1
- package/documentation/variables/shareOptionSchema.html +1 -1
- package/documentation/variables/socialActionRateSchema.html +1 -1
- package/documentation/variables/socialActionReportSchema.html +1 -1
- package/documentation/variables/socialActionSchema.html +1 -1
- package/documentation/variables/socialActionSchema_deprecated.html +1 -1
- package/documentation/variables/socialActionShareSchema.html +1 -1
- package/documentation/variables/socialActionStructSchema_deprecated.html +1 -1
- package/documentation/variables/socialActionToggleSchema.html +1 -1
- package/documentation/variables/socialEventActionSchema.html +1 -1
- package/documentation/variables/socialEventCreationSchema.html +1 -1
- package/documentation/variables/socialEventUpdateSchema.html +1 -1
- package/documentation/variables/spotDiscussionKindSchema.html +1 -1
- package/documentation/variables/storeFinalizeSchema.html +1 -1
- package/documentation/variables/storeItemSchema.html +1 -1
- package/documentation/variables/surveyDateResponsesSchema.html +1 -1
- package/documentation/variables/surveyDateUsersForDateSchema.html +1 -1
- package/documentation/variables/surveyDateUsersResponseSchema.html +1 -1
- package/documentation/variables/surveyDateUsersResponsesSchema.html +1 -1
- package/documentation/variables/surveyDateUtils.html +1 -1
- package/documentation/variables/surveyFieldBaseSchema.html +1 -1
- package/documentation/variables/surveyFieldBinaryDataSchema.html +1 -1
- package/documentation/variables/surveyFieldBinarySchema.html +1 -1
- package/documentation/variables/surveyFieldCheckDataSchema.html +1 -1
- package/documentation/variables/surveyFieldCheckSchema.html +1 -1
- package/documentation/variables/surveyFieldFileUploadDataSchema.html +1 -1
- package/documentation/variables/surveyFieldFileUploadSchema.html +1 -1
- package/documentation/variables/surveyFieldGridCheckDataSchema.html +1 -1
- package/documentation/variables/surveyFieldGridCheckSchema.html +1 -1
- package/documentation/variables/surveyFieldGridRadioDataSchema.html +1 -1
- package/documentation/variables/surveyFieldGridRadioSchema.html +1 -1
- package/documentation/variables/surveyFieldKeysSchema.html +1 -1
- package/documentation/variables/surveyFieldOptionCheckSchema.html +1 -1
- package/documentation/variables/surveyFieldOptionFileUploadSchema.html +1 -1
- package/documentation/variables/surveyFieldOptionGridCheckSchema.html +1 -1
- package/documentation/variables/surveyFieldOptionGridRadioSchema.html +1 -1
- package/documentation/variables/surveyFieldOptionRateSchema.html +1 -1
- package/documentation/variables/surveyFieldOptionScaleSchema.html +1 -1
- package/documentation/variables/surveyFieldOptionTextSchema.html +1 -1
- package/documentation/variables/surveyFieldOptionTextareaSchema.html +1 -1
- package/documentation/variables/surveyFieldRadioDataSchema.html +1 -1
- package/documentation/variables/surveyFieldRadioSchema.html +1 -1
- package/documentation/variables/surveyFieldRateDataSchema.html +1 -1
- package/documentation/variables/surveyFieldRateSchema.html +1 -1
- package/documentation/variables/surveyFieldScaleDataSchema.html +1 -1
- package/documentation/variables/surveyFieldScaleSchema.html +1 -1
- package/documentation/variables/surveyFieldSelectDataSchema.html +1 -1
- package/documentation/variables/surveyFieldSelectSchema.html +1 -1
- package/documentation/variables/surveyFieldTextDataSchema.html +1 -1
- package/documentation/variables/surveyFieldTextSchema.html +1 -1
- package/documentation/variables/surveyFieldTextareaDataSchema.html +1 -1
- package/documentation/variables/surveyFieldTextareaSchema.html +1 -1
- package/documentation/variables/surveySectionSchema.html +1 -1
- package/documentation/variables/textEnhanceResponseSchema.html +1 -1
- package/documentation/variables/tinyMCECommonOptionsSchema.html +1 -1
- package/documentation/variables/tinyMCEDynamicOptionsSchema.html +1 -1
- package/documentation/variables/tinymceExtendedOptionsSchema.html +1 -1
- package/documentation/variables/tvChannelCreatePayloadSchema.html +1 -1
- package/documentation/variables/tvChannelCreationSchema.html +1 -1
- package/documentation/variables/tvChannelDynamicArticleSchema.html +1 -1
- package/documentation/variables/tvChannelDynamicCommentSchema.html +1 -1
- package/documentation/variables/tvChannelSlideshowFileSchema.html +1 -1
- package/documentation/variables/tvChannelTypeSchema.html +1 -1
- package/documentation/variables/tvGetChannelResponseSchema.html +1 -1
- package/documentation/variables/tvGetConfigureDynamicChannelResponse.html +1 -1
- package/documentation/variables/tvGetConfigureSlideshowChannelResponse.html +1 -1
- package/documentation/variables/updateCommentParamsSchema.html +1 -1
- package/documentation/variables/updateGroupSchema.html +1 -1
- package/documentation/variables/updateReportStatusParamsSchema.html +1 -1
- package/documentation/variables/uploadConfigSchema.html +1 -1
- package/documentation/variables/userDefaultFieldsTypeSchema.html +1 -1
- package/documentation/variables/userDirectoryConfigurationSchema.html +1 -1
- package/documentation/variables/userDownloadSchema.html +1 -1
- package/documentation/variables/userFieldSchema.html +1 -1
- package/documentation/variables/userFieldsConfigurationTypeSchema.html +1 -1
- package/documentation/variables/userFieldsSchema.html +1 -1
- package/documentation/variables/userLevelSpotSchema.html +1 -1
- package/documentation/variables/userMapModelSchema.html +1 -1
- package/documentation/variables/userReadSchema.html +1 -1
- package/documentation/variables/userResponseStatusSchema.html +1 -1
- package/documentation/variables/userSpotCategoriesSchema.html +1 -1
- package/documentation/variables/userValuesSchema.html +1 -1
- package/documentation/variables/valueLabelSchema.html +1 -1
- package/documentation/variables/variantSizeTypeSchema.html +1 -1
- package/documentation/variables/variantTypeSchema.html +1 -1
- package/documentation/variables/videoRecordingSchema.html +1 -1
- package/documentation/variables/visioConnectStatisticsRoomSchema.html +1 -1
- package/documentation/variables/visioConnectStatisticsRoomSessionsSchema.html +1 -1
- package/documentation/variables/visioConnectStatisticsSchema.html +1 -1
- package/documentation/variables/wallFilterSchema.html +1 -1
- package/documentation/variables/weDocTemplateSchema-1.html +1 -1
- package/documentation/variables/wedocEmptyTypeSchema.html +1 -1
- package/documentation/variables/wedocFileAudienceTypeSchema.html +1 -1
- package/documentation/variables/wedocFolderListSchema.html +1 -1
- package/documentation/variables/wedocQueryResultsSchema.html +1 -1
- package/documentation/variables/wedocQueryTypeSchema.html +1 -1
- package/documentation/variables/wedocShareRecipientSchema.html +1 -1
- package/documentation/variables/wedocTemplateSchema.html +1 -1
- package/documentation/variables/widgetAccessibilityContentSchema.html +1 -1
- package/documentation/variables/widgetAccessibilityTypeSchema.html +1 -1
- package/documentation/variables/widgetActiveValueSchema.html +1 -1
- package/documentation/variables/widgetApplicationAppsItemSchema.html +1 -1
- package/documentation/variables/widgetApplicationContentSchema.html +1 -1
- package/documentation/variables/widgetApplicationCssSchema.html +1 -1
- package/documentation/variables/widgetApplicationExtensionItemSchema.html +1 -1
- package/documentation/variables/widgetApplicationImageItemSchema.html +1 -1
- package/documentation/variables/widgetApplicationItemSchema.html +1 -1
- package/documentation/variables/widgetApplicationLinkItemSchema.html +1 -1
- package/documentation/variables/widgetApplicationSizeSchema.html +1 -1
- package/documentation/variables/widgetApplicationTypeSchema.html +1 -1
- package/documentation/variables/widgetApplicationViewSchema.html +1 -1
- package/documentation/variables/widgetArticleAttachmentContentSchema.html +1 -1
- package/documentation/variables/widgetArticleAttachmentTypeSchema.html +1 -1
- package/documentation/variables/widgetArticleButtonContentSchema.html +1 -1
- package/documentation/variables/widgetArticleButtonTypeSchema.html +1 -1
- package/documentation/variables/widgetArticleCheckListTypeForFrontSchema.html +1 -1
- package/documentation/variables/widgetArticleGalleryContentSchema.html +1 -1
- package/documentation/variables/widgetArticleGalleryTypeSchema.html +1 -1
- package/documentation/variables/widgetArticleImageContentSchema.html +1 -1
- package/documentation/variables/widgetArticleImageTypeSchema.html +1 -1
- package/documentation/variables/widgetArticleSliderContentSchema.html +1 -1
- package/documentation/variables/widgetArticleSliderTypeSchema.html +1 -1
- package/documentation/variables/widgetArticleTextContentSchema.html +1 -1
- package/documentation/variables/widgetArticleTextTypeSchema.html +1 -1
- package/documentation/variables/widgetArticleTitleContentSchema.html +1 -1
- package/documentation/variables/widgetArticleTitleTypeSchema.html +1 -1
- package/documentation/variables/widgetAudienceSchema.html +1 -1
- package/documentation/variables/widgetBaseSchema.html +2 -2
- package/documentation/variables/widgetBirthdayContentSchema.html +1 -1
- package/documentation/variables/widgetBirthdayCssSchema.html +1 -1
- package/documentation/variables/widgetBirthdayTypeSchema.html +1 -1
- package/documentation/variables/widgetButtonActionGroupSchema.html +1 -1
- package/documentation/variables/widgetButtonActionSchema.html +1 -1
- package/documentation/variables/widgetButtonActionTypeSchema.html +1 -1
- package/documentation/variables/widgetButtonContentSchema.html +1 -1
- package/documentation/variables/widgetButtonIconFontSizeSchema.html +1 -1
- package/documentation/variables/widgetButtonIconPaddingSchema.html +1 -1
- package/documentation/variables/widgetButtonIconPositionSchema.html +1 -1
- package/documentation/variables/widgetButtonPositionSchema.html +1 -1
- package/documentation/variables/widgetButtonPropsSchema.html +1 -1
- package/documentation/variables/widgetButtonSizeSchema.html +1 -1
- package/documentation/variables/widgetButtonStyleSchema.html +1 -1
- package/documentation/variables/widgetButtonTypeSchema.html +1 -1
- package/documentation/variables/widgetCalendarCalDavContentSchema.html +1 -1
- package/documentation/variables/widgetCalendarCalDavTypeSchema.html +1 -1
- package/documentation/variables/widgetCalendarContentSchema.html +1 -1
- package/documentation/variables/widgetCalendarTypeSchema.html +1 -1
- package/documentation/variables/widgetChartsContentSchema.html +1 -1
- package/documentation/variables/widgetChartsTypeSchema.html +1 -1
- package/documentation/variables/widgetCheckListContentArrForFrontSchema.html +1 -1
- package/documentation/variables/widgetCheckListContentArrSchema.html +1 -1
- package/documentation/variables/widgetCheckListContentForFrontSchema.html +1 -1
- package/documentation/variables/widgetCheckListContentSchema.html +1 -1
- package/documentation/variables/widgetCheckListTypeSchema.html +1 -1
- package/documentation/variables/widgetCheckboxSchema.html +1 -1
- package/documentation/variables/widgetColorContentSchema.html +1 -1
- package/documentation/variables/widgetColorSchema.html +1 -1
- package/documentation/variables/widgetColorTypeSchema.html +1 -1
- package/documentation/variables/widgetCombinationAlignItemsSchema.html +1 -1
- package/documentation/variables/widgetCombinationContentRowSchema.html +1 -1
- package/documentation/variables/widgetCombinationContentRowWidgetSchema.html +1 -1
- package/documentation/variables/widgetCombinationContentSchema.html +1 -1
- package/documentation/variables/widgetCombinationDirectionSchema.html +1 -1
- package/documentation/variables/widgetCombinationJustifyContentSchema.html +1 -1
- package/documentation/variables/widgetCombinationTemplateSchema.html +1 -1
- package/documentation/variables/widgetCombinationTypeSchema.html +1 -1
- package/documentation/variables/widgetContactCardDavContentSchema.html +1 -1
- package/documentation/variables/widgetContactCardDavTypeSchema.html +1 -1
- package/documentation/variables/widgetContactContentSchema.html +1 -1
- package/documentation/variables/widgetContactCssSchema.html +1 -1
- package/documentation/variables/widgetContactTypeSchema.html +1 -1
- package/documentation/variables/widgetContentBaseSchema.html +1 -1
- package/documentation/variables/widgetContentKeysSchema.html +1 -1
- package/documentation/variables/widgetContextSchema.html +1 -1
- package/documentation/variables/widgetCountdownContentSchema.html +1 -1
- package/documentation/variables/widgetCountdownTypeSchema.html +1 -1
- package/documentation/variables/widgetCoverContentSchema.html +1 -1
- package/documentation/variables/widgetCoverSlideSchema.html +1 -1
- package/documentation/variables/widgetCoverTypeSchema.html +1 -1
- package/documentation/variables/widgetDatasourceTableContentSchema.html +1 -1
- package/documentation/variables/widgetDatasourceTableTypeSchema.html +1 -1
- package/documentation/variables/widgetDatePickerSchema.html +1 -1
- package/documentation/variables/widgetDatePickerValueSchema.html +1 -1
- package/documentation/variables/widgetDateSchema.html +1 -1
- package/documentation/variables/widgetDateValueSchema.html +1 -1
- package/documentation/variables/widgetDatetimeSchema.html +1 -1
- package/documentation/variables/widgetDatetimeValueSchema.html +1 -1
- package/documentation/variables/widgetDefaultProps.html +1 -1
- package/documentation/variables/widgetDefinitionPropsSchema.html +1 -1
- package/documentation/variables/widgetDisplayModeSchema.html +1 -1
- package/documentation/variables/widgetDocumentsContentSchema.html +1 -1
- package/documentation/variables/widgetDocumentsTypeSchema.html +1 -1
- package/documentation/variables/widgetEmailSchema.html +1 -1
- package/documentation/variables/widgetEmailValueSchema.html +1 -1
- package/documentation/variables/widgetEmailsImapContentSchema.html +1 -1
- package/documentation/variables/widgetEmailsImapTypeSchema.html +1 -1
- package/documentation/variables/widgetEmbedContentSchema.html +1 -1
- package/documentation/variables/widgetEmbedSchema.html +1 -1
- package/documentation/variables/widgetEmbedTypeSchema.html +1 -1
- package/documentation/variables/widgetExcelDatasourceTableContentSchema.html +1 -1
- package/documentation/variables/widgetExcelDatasourceTableTypeSchema.html +1 -1
- package/documentation/variables/widgetExtensionContentSchema.html +1 -1
- package/documentation/variables/widgetExtensionTypeSchema.html +1 -1
- package/documentation/variables/widgetFaqContentSchema.html +1 -1
- package/documentation/variables/widgetFaqTypeSchema.html +1 -1
- package/documentation/variables/widgetFileContentSchema.html +1 -1
- package/documentation/variables/widgetFileSchema.html +1 -1
- package/documentation/variables/widgetFileTypeSchema.html +1 -1
- package/documentation/variables/widgetFlocklerContentSchema.html +1 -1
- package/documentation/variables/widgetFlocklerTypeSchema.html +1 -1
- package/documentation/variables/widgetIframeVideoSchema.html +1 -1
- package/documentation/variables/widgetImageContentSchema.html +1 -1
- package/documentation/variables/widgetImageSchema.html +1 -1
- package/documentation/variables/widgetImageTypeSchema.html +1 -1
- package/documentation/variables/widgetKeysSchema.html +1 -1
- package/documentation/variables/widgetLayerSchema.html +1 -1
- package/documentation/variables/widgetLegacyMixedBooleanSchema.html +1 -1
- package/documentation/variables/widgetLinkSchema.html +1 -1
- package/documentation/variables/widgetListContentArrPopupWidgetSchema.html +33 -0
- package/documentation/variables/widgetListContentArrSchema.html +33 -0
- package/documentation/variables/widgetListContentSchema.html +33 -0
- package/documentation/variables/widgetListOrientationSchema.html +33 -0
- package/documentation/variables/widgetListTypeSchema.html +33 -0
- package/documentation/variables/widgetLuccaAbsenceContentSchema.html +1 -1
- package/documentation/variables/widgetLuccaAbsenceTypeSchema.html +1 -1
- package/documentation/variables/widgetLuccaAbsenceUserSchema.html +1 -1
- package/documentation/variables/widgetMeteoContentSchema.html +1 -1
- package/documentation/variables/widgetMeteoTypeSchema.html +1 -1
- package/documentation/variables/widgetMultiattributeSchema.html +1 -1
- package/documentation/variables/widgetMyGroupContentSchema.html +1 -1
- package/documentation/variables/widgetMyGroupTypeSchema.html +1 -1
- package/documentation/variables/widgetNewsContentSchema.html +1 -1
- package/documentation/variables/widgetNewsTypeSchema.html +1 -1
- package/documentation/variables/widgetNewsflashContentSchema.html +1 -1
- package/documentation/variables/widgetNewsflashTypeSchema.html +1 -1
- package/documentation/variables/widgetNumberSchema.html +1 -1
- package/documentation/variables/widgetNumberValueSchema.html +1 -1
- package/documentation/variables/widgetOrientedlinksSchema.html +1 -1
- package/documentation/variables/widgetPlaceSchema.html +1 -1
- package/documentation/variables/widgetPresenceContentSchema.html +1 -1
- package/documentation/variables/widgetPresenceRespondPayloadSchema.html +1 -1
- package/documentation/variables/widgetPresenceResponseSchema.html +1 -1
- package/documentation/variables/widgetPresenceTypeSchema.html +1 -1
- package/documentation/variables/widgetQuickSurveyContentSchema.html +1 -1
- package/documentation/variables/widgetQuickSurveyTypeSchema.html +1 -1
- package/documentation/variables/widgetQuizzContentSchema.html +33 -0
- package/documentation/variables/widgetQuizzTypeSchema.html +33 -0
- package/documentation/variables/widgetRadioSchema.html +1 -1
- package/documentation/variables/widgetRefUserSchema.html +1 -1
- package/documentation/variables/widgetRtObjectSchema.html +1 -1
- package/documentation/variables/widgetSchema.html +1 -1
- package/documentation/variables/widgetSelectSchema.html +1 -1
- package/documentation/variables/widgetSelectionBackgroundPropsSchema.html +1 -1
- package/documentation/variables/widgetSelectionPropsSchema.html +1 -1
- package/documentation/variables/widgetSeparatorAlignSchema.html +1 -1
- package/documentation/variables/widgetSeparatorContentSchema.html +1 -1
- package/documentation/variables/widgetSeparatorOrientationSchema.html +1 -1
- package/documentation/variables/widgetSeparatorTypeSchema.html +1 -1
- package/documentation/variables/widgetShortcutsContentSchema.html +33 -0
- package/documentation/variables/widgetShortcutsTypeSchema.html +33 -0
- package/documentation/variables/widgetSlideSchema.html +1 -1
- package/documentation/variables/widgetSliderContentSchema.html +1 -1
- package/documentation/variables/widgetSliderTypeSchema.html +1 -1
- package/documentation/variables/widgetStatePropsSchema.html +1 -1
- package/documentation/variables/widgetStylesSchema.html +1 -1
- package/documentation/variables/widgetSurveyContentSchema.html +1 -1
- package/documentation/variables/widgetSurveyTypeSchema.html +1 -1
- package/documentation/variables/widgetSyncContentContentSchema.html +1 -1
- package/documentation/variables/widgetSyncContentTypeSchema.html +1 -1
- package/documentation/variables/widgetTableColumnDataSchema.html +1 -1
- package/documentation/variables/widgetTableColumnSchema.html +1 -1
- package/documentation/variables/widgetTableColumnTypesSchema.html +1 -1
- package/documentation/variables/widgetTableColumnWidgetDateSchema.html +1 -1
- package/documentation/variables/widgetTableColumnWidgetDefaultSchema.html +1 -1
- package/documentation/variables/widgetTableColumnWidgetSelectOptionSchema.html +1 -1
- package/documentation/variables/widgetTableColumnWidgetSelectSchema.html +1 -1
- package/documentation/variables/widgetTableColumnWidgetTextSchema.html +1 -1
- package/documentation/variables/widgetTableColumnWidgetsSchema.html +1 -1
- package/documentation/variables/widgetTableColumnsData.html +1 -1
- package/documentation/variables/widgetTableContentSchema.html +1 -1
- package/documentation/variables/widgetTaxonomySchema.html +1 -1
- package/documentation/variables/widgetTelSchema.html +1 -1
- package/documentation/variables/widgetTextContentSchema.html +1 -1
- package/documentation/variables/widgetTextMediumTypeSchema.html +33 -0
- package/documentation/variables/widgetTextSchema.html +1 -1
- package/documentation/variables/widgetTextTypeSchema.html +1 -1
- package/documentation/variables/widgetTextValueSchema.html +1 -1
- package/documentation/variables/widgetTextareaSchema.html +1 -1
- package/documentation/variables/widgetTextareaValueSchema.html +1 -1
- package/documentation/variables/widgetToggleSchema.html +1 -1
- package/documentation/variables/widgetTransientSchema.html +1 -1
- package/documentation/variables/widgetTypeKeysSchema.html +1 -1
- package/documentation/variables/widgetUriSchema.html +1 -1
- package/documentation/variables/widgetUrlSchema.html +1 -1
- package/documentation/variables/widgetUrlValueSchema.html +1 -1
- package/documentation/variables/widgetUserProfileContentSchema.html +1 -1
- package/documentation/variables/widgetUserProfileTypeSchema.html +1 -1
- package/documentation/variables/widgetVectorSchema.html +1 -1
- package/documentation/variables/widgetWelcomeContentSchema.html +1 -1
- package/documentation/variables/widgetWelcomeTypeSchema.html +1 -1
- package/documentation/variables/widgetWidgetBaseSchema.html +33 -0
- package/documentation/variables/widgetWrapperLevelSchema.html +1 -1
- package/documentation/variables/widgetWrapperPropsSchema.html +1 -1
- package/documentation/variables/widgetYoutubeContentSchema.html +1 -1
- package/documentation/variables/widgetYoutubeTypeSchema.html +1 -1
- package/documentation/variables/widgetsRootStateSchema.html +1 -1
- package/documentation/variables/widgetsStateSchema.html +1 -1
- package/documentation/variables/widgetsValueSchema.html +1 -1
- package/package.json +1 -1
|
@@ -4,6 +4,13 @@ import { ArticleReturn } from '../../types/formats';
|
|
|
4
4
|
import { SocialEventCreation } from '../../types/socialEvent';
|
|
5
5
|
import { ApiWrapper, Format, FormatList, FormatType, Orders, PromiseApiPagingResults, PromiseApiWrapper } from '../../types/utils';
|
|
6
6
|
import { ArticleFormatsExtension, CalendarEventWithExtensions } from '../../types/withExtensions';
|
|
7
|
+
export type CalendarListEventsParamsProps = {
|
|
8
|
+
dateStart: string;
|
|
9
|
+
dateEnd: string;
|
|
10
|
+
statuses?: EventStatusFilter[];
|
|
11
|
+
types?: string[];
|
|
12
|
+
idSpot?: number | undefined;
|
|
13
|
+
};
|
|
7
14
|
export declare class JCalendarApi extends JBaseApi {
|
|
8
15
|
getEvents(params: {
|
|
9
16
|
end?: string;
|
|
@@ -12,13 +19,7 @@ export declare class JCalendarApi extends JBaseApi {
|
|
|
12
19
|
idSpot?: number;
|
|
13
20
|
idArticle?: number;
|
|
14
21
|
}): Promise<ApiWrapper<CalendarOldEvent[]>>;
|
|
15
|
-
listEvents<T extends CalendarEventList = CalendarEventList>(params: {
|
|
16
|
-
dateStart: string;
|
|
17
|
-
dateEnd: string;
|
|
18
|
-
statuses?: EventStatusFilter[];
|
|
19
|
-
types?: string[];
|
|
20
|
-
spotId?: number;
|
|
21
|
-
}, options?: {
|
|
22
|
+
listEvents<T extends CalendarEventList = CalendarEventList>(params: CalendarListEventsParamsProps, options?: {
|
|
22
23
|
signal?: AbortSignal;
|
|
23
24
|
format?: FormatList;
|
|
24
25
|
}): Promise<ApiWrapper<CalendarEventWithExtensions<T, ['socialEventRecord', 'recurringEventRecord']>[]>>;
|
|
@@ -47,6 +47,7 @@ import { JOrgchartsApi } from './orgcharts/orgcharts';
|
|
|
47
47
|
import { JPollSurveyApi } from './pollSurvey/pollSurvey';
|
|
48
48
|
import { JPublishButtonApi } from './publishButton/publishButton';
|
|
49
49
|
import { JQuestionAnswerApi } from './questionAnswer/questionAnswer';
|
|
50
|
+
import { JQuizzApi } from './quizz/quizz';
|
|
50
51
|
import { JSearchApi } from './search/search';
|
|
51
52
|
import { JShareApi } from './share/share';
|
|
52
53
|
import { JSurveyDateApi } from './surveyDate/surveyDate';
|
|
@@ -115,6 +116,7 @@ export declare class JamespotUserApi {
|
|
|
115
116
|
onlyOffice: JOnlyOfficeApi;
|
|
116
117
|
pollSurvey: JPollSurveyApi;
|
|
117
118
|
questionAnswer: JQuestionAnswerApi;
|
|
119
|
+
quizz: JQuizzApi;
|
|
118
120
|
search: JSearchApi;
|
|
119
121
|
share: JShareApi;
|
|
120
122
|
surveyDate: JSurveyDateApi;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { QuizResponse } from '../../types/quizz';
|
|
2
|
+
import { PromiseApiWrapper } from '../../types/utils';
|
|
3
|
+
import { JBaseApi } from '../base';
|
|
4
|
+
export declare class JQuizzApi extends JBaseApi {
|
|
5
|
+
respond(payload: {
|
|
6
|
+
idQuizz: number;
|
|
7
|
+
answers: Record<string, string | string[]>;
|
|
8
|
+
startTime: number;
|
|
9
|
+
}, options?: {
|
|
10
|
+
signal?: AbortSignal;
|
|
11
|
+
}): PromiseApiWrapper<QuizResponse>;
|
|
12
|
+
}
|
|
@@ -6,29 +6,33 @@ import { WidgetAccessibilityType } from '../../types/widgets/widgetAccessibility
|
|
|
6
6
|
import { WidgetApplicationType } from '../../types/widgets/widgetApplication';
|
|
7
7
|
import { WidgetBirthdayType } from '../../types/widgets/widgetBirthday';
|
|
8
8
|
import { WidgetButtonType } from '../../types/widgets/widgetButton';
|
|
9
|
+
import { WidgetChartsType } from '../../types/widgets/widgetCharts';
|
|
9
10
|
import { WidgetCheckListType } from '../../types/widgets/widgetCheckList';
|
|
10
11
|
import { WidgetColorType } from '../../types/widgets/widgetColor';
|
|
11
|
-
import { WidgetCoverType } from '../../types/widgets/widgetCover';
|
|
12
12
|
import { WidgetContactType } from '../../types/widgets/widgetContact';
|
|
13
|
+
import { WidgetCoverType } from '../../types/widgets/widgetCover';
|
|
13
14
|
import { WidgetDocumentsType } from '../../types/widgets/widgetDocuments';
|
|
14
15
|
import { WidgetEmbedType } from '../../types/widgets/widgetEmbed';
|
|
15
16
|
import { WidgetExtensionType } from '../../types/widgets/widgetExtension';
|
|
16
|
-
import { WidgetFlocklerType } from '../../types/widgets/widgetFlockler';
|
|
17
17
|
import { WidgetFaqType } from '../../types/widgets/widgetFaq';
|
|
18
18
|
import { WidgetFileStoredEntry, WidgetFileType } from '../../types/widgets/widgetFile';
|
|
19
|
-
import {
|
|
19
|
+
import { WidgetFlocklerType } from '../../types/widgets/widgetFlockler';
|
|
20
20
|
import { WidgetImageType } from '../../types/widgets/widgetImage';
|
|
21
|
+
import { WidgetListType } from '../../types/widgets/widgetList';
|
|
21
22
|
import { WidgetLuccaAbsenceType } from '../../types/widgets/widgetLuccaAbsence';
|
|
22
|
-
import { WidgetChartsType } from '../../types/widgets/widgetCharts';
|
|
23
23
|
import { WidgetMeteoType } from '../../types/widgets/widgetMeteo';
|
|
24
24
|
import { WidgetMyGroupType } from '../../types/widgets/widgetMyGroup';
|
|
25
25
|
import { WidgetNewsType } from '../../types/widgets/widgetNews';
|
|
26
26
|
import { WidgetNewsflashType } from '../../types/widgets/widgetNewsflash';
|
|
27
27
|
import { WidgetPresenceResponse, WidgetPresenceResponseUserList } from '../../types/widgets/widgetPresence';
|
|
28
28
|
import { WidgetQuickSurveyResponse, WidgetQuickSurveyResponseUserList, WidgetQuickSurveyType } from '../../types/widgets/widgetQuickSurvey';
|
|
29
|
+
import { WidgetQuizzType } from '../../types/widgets/widgetQuizz';
|
|
29
30
|
import { WidgetSeparatorType } from '../../types/widgets/widgetSeparator';
|
|
31
|
+
import { WidgetShortcutsType } from '../../types/widgets/widgetShortcuts';
|
|
30
32
|
import { WidgetSliderType } from '../../types/widgets/widgetSlider';
|
|
33
|
+
import { WidgetSurveyType } from '../../types/widgets/widgetSurvey';
|
|
31
34
|
import { WidgetTextType } from '../../types/widgets/widgetText';
|
|
35
|
+
import { WidgetTextMediumType } from '../../types/widgets/widgetTextMedium';
|
|
32
36
|
import { WidgetUserProfileType } from '../../types/widgets/widgetUserProfile';
|
|
33
37
|
import { WidgetWelcomeType } from '../../types/widgets/widgetWelcome';
|
|
34
38
|
import { WidgetYoutubeType } from '../../types/widgets/widgetYoutube';
|
|
@@ -100,13 +104,17 @@ export declare const widgetNewsLegacy: {
|
|
|
100
104
|
};
|
|
101
105
|
};
|
|
102
106
|
export declare const widgetMyGroup: WidgetMyGroupType;
|
|
107
|
+
export declare const widgetShortcuts: WidgetShortcutsType;
|
|
103
108
|
export declare const widgetNewsflash: WidgetNewsflashType;
|
|
104
109
|
export declare const widgetButton: WidgetButtonType;
|
|
105
110
|
export declare const widgetApplication: WidgetApplicationType;
|
|
106
111
|
export declare const widgetText: WidgetTextType;
|
|
112
|
+
export declare const widgetTextMedium: WidgetTextMediumType;
|
|
107
113
|
export declare const widgetEmbed: WidgetEmbedType;
|
|
108
114
|
export declare const widgetFlockler: WidgetFlocklerType;
|
|
115
|
+
export declare const widgetQuizz: WidgetQuizzType;
|
|
109
116
|
export declare const widgetFaq: WidgetFaqType;
|
|
117
|
+
export declare const widgetList: WidgetListType;
|
|
110
118
|
export declare const widgetSurvey: WidgetSurveyType;
|
|
111
119
|
export declare const widgetYoutube: WidgetYoutubeType;
|
|
112
120
|
export declare const widgetDocuments: WidgetDocumentsType;
|
|
@@ -6,7 +6,7 @@ import { jFileLittle } from './file';
|
|
|
6
6
|
import { SocialAction, SocialActionDeprecated } from './global';
|
|
7
7
|
import { jMessengerDiscussionGroupList, jMessengerDiscussionGroupLittle, jMessengerDiscussionUserList } from './messengerDiscussion';
|
|
8
8
|
import { jFolderLittle } from './object';
|
|
9
|
-
import { QuizFieldType,
|
|
9
|
+
import { QuizFieldType, QuizResponseRecord } from './quizz';
|
|
10
10
|
import { jRecurringEventView } from './recurringEvent';
|
|
11
11
|
import { SurveyDateResponses, SurveyDateUserResponses } from './surveyDate';
|
|
12
12
|
import { jUserLittle } from './user';
|
|
@@ -319,7 +319,7 @@ type ExtendSchema = {
|
|
|
319
319
|
count: number;
|
|
320
320
|
} | undefined;
|
|
321
321
|
quizFieldDefinitions: Record<string, QuizFieldType>;
|
|
322
|
-
quizResponseRecord:
|
|
322
|
+
quizResponseRecord: QuizResponseRecord;
|
|
323
323
|
recurringEventRecord: jRecurringEventView;
|
|
324
324
|
socialEventRecord: socialEventRecord;
|
|
325
325
|
surveyDateRecord: {
|
|
@@ -303,8 +303,8 @@ export declare const jQuizzListSchema: z.ZodObject<{
|
|
|
303
303
|
export type jQuizzView = Merge<Merge<jArticleView, jQuizzList>, {
|
|
304
304
|
quizzInvitation?: null | undefined;
|
|
305
305
|
quizzFormSpec?: string | undefined;
|
|
306
|
-
quizzRandom: null;
|
|
307
|
-
quizzHideResponses: null;
|
|
306
|
+
quizzRandom: string | null;
|
|
307
|
+
quizzHideResponses: string | null;
|
|
308
308
|
quizzStatus?: null | undefined;
|
|
309
309
|
quizzPublicationDate?: string | null | undefined;
|
|
310
310
|
}>;
|
|
@@ -459,20 +459,36 @@ export declare const jQuizzViewSchema: z.ZodObject<{
|
|
|
459
459
|
} & {
|
|
460
460
|
quizzInvitation: z.ZodOptional<z.ZodNull>;
|
|
461
461
|
quizzFormSpec: z.ZodOptional<z.ZodString>;
|
|
462
|
-
quizzRandom: z.
|
|
463
|
-
quizzHideResponses: z.
|
|
462
|
+
quizzRandom: z.ZodNullable<z.ZodString>;
|
|
463
|
+
quizzHideResponses: z.ZodNullable<z.ZodString>;
|
|
464
464
|
quizzStatus: z.ZodOptional<z.ZodNull>;
|
|
465
465
|
quizzPublicationDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
466
466
|
}, "strip", z.ZodTypeAny, jQuizzView, jQuizzView>;
|
|
467
|
-
|
|
467
|
+
type QuizResponseCounts = {
|
|
468
468
|
countMembers: number;
|
|
469
469
|
countResponse: number;
|
|
470
|
+
};
|
|
471
|
+
export type QuizResponse = QuizResponseCounts & {
|
|
470
472
|
done: boolean;
|
|
471
473
|
score: number;
|
|
472
474
|
maxScore: number;
|
|
473
475
|
duration: number;
|
|
474
476
|
};
|
|
475
477
|
export declare const quizResponseSchema: z.ZodObject<import('..').ZodShape<QuizResponse>, "strip", z.ZodTypeAny, QuizResponse, QuizResponse>;
|
|
478
|
+
export type QuizResponsePending = QuizResponseCounts & {
|
|
479
|
+
done: false;
|
|
480
|
+
score?: undefined;
|
|
481
|
+
maxScore?: undefined;
|
|
482
|
+
duration?: undefined;
|
|
483
|
+
};
|
|
484
|
+
export type QuizResponseDone = QuizResponseCounts & {
|
|
485
|
+
done: true;
|
|
486
|
+
score: number;
|
|
487
|
+
maxScore: number;
|
|
488
|
+
duration: number;
|
|
489
|
+
};
|
|
490
|
+
export type QuizResponseRecord = QuizResponsePending | QuizResponseDone;
|
|
491
|
+
export declare const quizResponseRecordSchema: z.ZodDiscriminatedUnion<"done", [z.ZodObject<import('..').ZodShape<QuizResponsePending>, "strip", z.ZodTypeAny, QuizResponsePending, QuizResponsePending>, z.ZodObject<import('..').ZodShape<QuizResponseDone>, "strip", z.ZodTypeAny, QuizResponseDone, QuizResponseDone>]>;
|
|
476
492
|
type QuizFieldWidgetTypeOption = {
|
|
477
493
|
value: string;
|
|
478
494
|
label: string;
|
|
@@ -487,7 +503,7 @@ type QuizFieldWidget = {
|
|
|
487
503
|
fieldPicture?: string | undefined;
|
|
488
504
|
explanation?: string | undefined;
|
|
489
505
|
};
|
|
490
|
-
scoreMap: Record<string,
|
|
506
|
+
scoreMap: Record<string, number>;
|
|
491
507
|
type: string;
|
|
492
508
|
value: string;
|
|
493
509
|
};
|
|
@@ -40,20 +40,25 @@ export declare enum WidgetsName {
|
|
|
40
40
|
Newsflash = "widget-newsflash",
|
|
41
41
|
SyncContent = "widget-sync-content",
|
|
42
42
|
Text = "widget-text",
|
|
43
|
+
TextMedium = "widget-text-medium",
|
|
43
44
|
Embed = "widget-embed",
|
|
44
45
|
Youtube = "widget-youtube",
|
|
45
46
|
Flockler = "widget-flockler",
|
|
46
47
|
Faq = "widget-faq",
|
|
47
48
|
File = "widget-file",
|
|
48
|
-
|
|
49
|
+
Quizz = "widget-quizz",
|
|
50
|
+
List = "widget-list",
|
|
51
|
+
Survey = "widget-survey",
|
|
52
|
+
Shortcuts = "widget-shortcuts"
|
|
49
53
|
}
|
|
50
54
|
export declare const widgetKeysSchema: z.ZodNativeEnum<typeof WidgetsName>;
|
|
51
55
|
export type WidgetKeys = z.infer<typeof widgetKeysSchema>;
|
|
52
|
-
type WidgetWidgetBase = {
|
|
56
|
+
export type WidgetWidgetBase = {
|
|
53
57
|
name: WidgetKeys;
|
|
54
58
|
uniqid: string;
|
|
55
59
|
content?: unknown | undefined;
|
|
56
60
|
};
|
|
61
|
+
export declare const widgetWidgetBaseSchema: z.ZodObject<import('../..').ZodShape<WidgetWidgetBase>, "strip", z.ZodTypeAny, WidgetWidgetBase, WidgetWidgetBase>;
|
|
57
62
|
export interface WidgetType<T> {
|
|
58
63
|
name: WidgetKeys;
|
|
59
64
|
uniqid: string;
|
|
@@ -110,4 +115,3 @@ export type WidgetSelectionProps = {
|
|
|
110
115
|
backgroundImage: WidgetSelectionBackgroundProps;
|
|
111
116
|
};
|
|
112
117
|
export declare const widgetSelectionPropsSchema: z.ZodObject<import('../..').ZodShape<WidgetSelectionProps>, "strip", z.ZodTypeAny, WidgetSelectionProps, WidgetSelectionProps>;
|
|
113
|
-
export {};
|
|
@@ -32,6 +32,7 @@ import { WidgetFaqContent, WidgetFaqType } from './widgetFaq';
|
|
|
32
32
|
import { WidgetFileContent, WidgetFileType } from './widgetFile';
|
|
33
33
|
import { WidgetFlocklerContent, WidgetFlocklerType } from './widgetFlockler';
|
|
34
34
|
import { WidgetImageContent, WidgetImageType } from './widgetImage';
|
|
35
|
+
import { WidgetListContent, WidgetListType } from './widgetList';
|
|
35
36
|
import { WidgetLuccaAbsenceContent, WidgetLuccaAbsenceType } from './widgetLuccaAbsence';
|
|
36
37
|
import { WidgetMeteoContent, WidgetMeteoType } from './widgetMeteo';
|
|
37
38
|
import { WidgetMyGroupContent, WidgetMyGroupType } from './widgetMyGroup';
|
|
@@ -39,18 +40,21 @@ import { WidgetNewsContent, WidgetNewsType } from './widgetNews';
|
|
|
39
40
|
import { WidgetNewsflashContent, WidgetNewsflashType } from './widgetNewsflash';
|
|
40
41
|
import { WidgetPresenceContent, WidgetPresenceType } from './widgetPresence';
|
|
41
42
|
import { WidgetQuickSurveyContent, WidgetQuickSurveyType } from './widgetQuickSurvey';
|
|
43
|
+
import { WidgetQuizzContent, WidgetQuizzType } from './widgetQuizz';
|
|
42
44
|
import { WidgetSeparatorContent, WidgetSeparatorType } from './widgetSeparator';
|
|
45
|
+
import { WidgetShortcutsContent, WidgetShortcutsType } from './widgetShortcuts';
|
|
43
46
|
import { WidgetSliderContent, WidgetSliderType } from './widgetSlider';
|
|
44
47
|
import { WidgetSurveyContent, WidgetSurveyType } from './widgetSurvey';
|
|
45
48
|
import { WidgetSyncContentContent, WidgetSyncContentType } from './widgetSyncContent';
|
|
46
49
|
import { WidgetTextContent, WidgetTextType } from './widgetText';
|
|
50
|
+
import { WidgetTextMediumType } from './widgetTextMedium';
|
|
47
51
|
import { WidgetUserProfileContent, WidgetUserProfileType } from './widgetUserProfile';
|
|
48
52
|
import { WidgetWelcomeContent, WidgetWelcomeType } from './widgetWelcome';
|
|
49
53
|
import { WidgetYoutubeContent, WidgetYoutubeType } from './widgetYoutube';
|
|
50
54
|
type BaseWidget = {
|
|
51
55
|
layers?: string[] | undefined;
|
|
52
56
|
};
|
|
53
|
-
export type CombinedWidgetType = (BaseWidget & WidgetApplicationType) | (BaseWidget & WidgetArticleAttachmentType) | (BaseWidget & WidgetArticleButtonType) | (BaseWidget & WidgetButtonType) | (BaseWidget & WidgetArticleGalleryType) | (BaseWidget & WidgetArticleImageType) | (BaseWidget & WidgetArticleTitleType) | (BaseWidget & WidgetArticleTextType) | (BaseWidget & WidgetArticleSliderType) | (BaseWidget & WidgetCheckListType) | (BaseWidget & WidgetDatasourceTableType) | (BaseWidget & WidgetExcelDatasourceTableType) | (BaseWidget & WidgetDocumentsType) | (BaseWidget & WidgetPresenceType) | (BaseWidget & WidgetQuickSurveyType) | (BaseWidget & WidgetCalendarCalDavType) | (BaseWidget & WidgetContactCardDavType) | (BaseWidget & WidgetEmailsImapType) | (BaseWidget & WidgetLuccaAbsenceType) | (BaseWidget & WidgetUserProfileType) | (BaseWidget & WidgetSliderType) | (BaseWidget & WidgetWelcomeType) | (BaseWidget & WidgetAccessibilityType) | (BaseWidget & WidgetBirthdayType) | (BaseWidget & WidgetColorType) | (BaseWidget & WidgetSeparatorType) | (BaseWidget & WidgetCalendarType) | (BaseWidget & WidgetSyncContentType) | (BaseWidget & WidgetTextType) | (BaseWidget & WidgetCountdownType) | (BaseWidget & WidgetEmbedType) | (BaseWidget & WidgetFlocklerType) | (BaseWidget & WidgetFaqType) | (BaseWidget & WidgetFileType) | (BaseWidget & WidgetSurveyType) | (BaseWidget & WidgetCoverType) | (BaseWidget & WidgetChartsType) | (BaseWidget & WidgetMeteoType) | (BaseWidget & WidgetMyGroupType) | (BaseWidget & WidgetImageType) | (BaseWidget & WidgetContactType) | (BaseWidget & WidgetNewsType) | (BaseWidget & WidgetNewsflashType) | (BaseWidget & WidgetYoutubeType) | (BaseWidget & WidgetExtensionType) | (BaseWidget & WidgetCombinationType);
|
|
57
|
+
export type CombinedWidgetType = (BaseWidget & WidgetApplicationType) | (BaseWidget & WidgetArticleAttachmentType) | (BaseWidget & WidgetArticleButtonType) | (BaseWidget & WidgetButtonType) | (BaseWidget & WidgetArticleGalleryType) | (BaseWidget & WidgetArticleImageType) | (BaseWidget & WidgetArticleTitleType) | (BaseWidget & WidgetArticleTextType) | (BaseWidget & WidgetArticleSliderType) | (BaseWidget & WidgetCheckListType) | (BaseWidget & WidgetDatasourceTableType) | (BaseWidget & WidgetExcelDatasourceTableType) | (BaseWidget & WidgetDocumentsType) | (BaseWidget & WidgetPresenceType) | (BaseWidget & WidgetQuickSurveyType) | (BaseWidget & WidgetCalendarCalDavType) | (BaseWidget & WidgetContactCardDavType) | (BaseWidget & WidgetEmailsImapType) | (BaseWidget & WidgetLuccaAbsenceType) | (BaseWidget & WidgetUserProfileType) | (BaseWidget & WidgetSliderType) | (BaseWidget & WidgetWelcomeType) | (BaseWidget & WidgetAccessibilityType) | (BaseWidget & WidgetBirthdayType) | (BaseWidget & WidgetColorType) | (BaseWidget & WidgetSeparatorType) | (BaseWidget & WidgetCalendarType) | (BaseWidget & WidgetSyncContentType) | (BaseWidget & WidgetTextType) | (BaseWidget & WidgetTextMediumType) | (BaseWidget & WidgetCountdownType) | (BaseWidget & WidgetEmbedType) | (BaseWidget & WidgetFlocklerType) | (BaseWidget & WidgetFaqType) | (BaseWidget & WidgetListType) | (BaseWidget & WidgetFileType) | (BaseWidget & WidgetQuizzType) | (BaseWidget & WidgetSurveyType) | (BaseWidget & WidgetShortcutsType) | (BaseWidget & WidgetCoverType) | (BaseWidget & WidgetChartsType) | (BaseWidget & WidgetMeteoType) | (BaseWidget & WidgetMyGroupType) | (BaseWidget & WidgetImageType) | (BaseWidget & WidgetContactType) | (BaseWidget & WidgetNewsType) | (BaseWidget & WidgetNewsflashType) | (BaseWidget & WidgetYoutubeType) | (BaseWidget & WidgetExtensionType) | (BaseWidget & WidgetCombinationType);
|
|
54
58
|
export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
|
|
55
59
|
layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
56
60
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -291,6 +295,12 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodIntersection<z.Z
|
|
|
291
295
|
layers?: string[] | undefined;
|
|
292
296
|
}, {
|
|
293
297
|
layers?: string[] | undefined;
|
|
298
|
+
}>, z.ZodObject<import('../..').ZodShape<WidgetTextMediumType>, "strip", z.ZodTypeAny, WidgetTextMediumType, WidgetTextMediumType>>, z.ZodIntersection<z.ZodObject<{
|
|
299
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
300
|
+
}, "strip", z.ZodTypeAny, {
|
|
301
|
+
layers?: string[] | undefined;
|
|
302
|
+
}, {
|
|
303
|
+
layers?: string[] | undefined;
|
|
294
304
|
}>, z.ZodObject<import('../..').ZodShape<WidgetEmbedType>, "strip", z.ZodTypeAny, WidgetEmbedType, WidgetEmbedType>>, z.ZodIntersection<z.ZodObject<{
|
|
295
305
|
layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
296
306
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -309,18 +319,36 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodIntersection<z.Z
|
|
|
309
319
|
layers?: string[] | undefined;
|
|
310
320
|
}, {
|
|
311
321
|
layers?: string[] | undefined;
|
|
322
|
+
}>, z.ZodObject<import('../..').ZodShape<WidgetListType>, "strip", z.ZodTypeAny, WidgetListType, WidgetListType>>, z.ZodIntersection<z.ZodObject<{
|
|
323
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
324
|
+
}, "strip", z.ZodTypeAny, {
|
|
325
|
+
layers?: string[] | undefined;
|
|
326
|
+
}, {
|
|
327
|
+
layers?: string[] | undefined;
|
|
312
328
|
}>, z.ZodObject<import('../..').ZodShape<WidgetFileType>, "strip", z.ZodTypeAny, WidgetFileType, WidgetFileType>>, z.ZodIntersection<z.ZodObject<{
|
|
313
329
|
layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
314
330
|
}, "strip", z.ZodTypeAny, {
|
|
315
331
|
layers?: string[] | undefined;
|
|
316
332
|
}, {
|
|
317
333
|
layers?: string[] | undefined;
|
|
334
|
+
}>, z.ZodObject<import('../..').ZodShape<WidgetQuizzType>, "strip", z.ZodTypeAny, WidgetQuizzType, WidgetQuizzType>>, z.ZodIntersection<z.ZodObject<{
|
|
335
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
336
|
+
}, "strip", z.ZodTypeAny, {
|
|
337
|
+
layers?: string[] | undefined;
|
|
338
|
+
}, {
|
|
339
|
+
layers?: string[] | undefined;
|
|
318
340
|
}>, z.ZodObject<import('../..').ZodShape<WidgetSurveyType>, "strip", z.ZodTypeAny, WidgetSurveyType, WidgetSurveyType>>, z.ZodIntersection<z.ZodObject<{
|
|
319
341
|
layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
320
342
|
}, "strip", z.ZodTypeAny, {
|
|
321
343
|
layers?: string[] | undefined;
|
|
322
344
|
}, {
|
|
323
345
|
layers?: string[] | undefined;
|
|
346
|
+
}>, z.ZodObject<import('../..').ZodShape<WidgetShortcutsType>, "strip", z.ZodTypeAny, WidgetShortcutsType, WidgetShortcutsType>>, z.ZodIntersection<z.ZodObject<{
|
|
347
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
348
|
+
}, "strip", z.ZodTypeAny, {
|
|
349
|
+
layers?: string[] | undefined;
|
|
350
|
+
}, {
|
|
351
|
+
layers?: string[] | undefined;
|
|
324
352
|
}>, z.ZodObject<import('../..').ZodShape<WidgetYoutubeType>, "strip", z.ZodTypeAny, WidgetYoutubeType, WidgetYoutubeType>>, z.ZodIntersection<z.ZodObject<{
|
|
325
353
|
layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
326
354
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -328,6 +356,7 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodIntersection<z.Z
|
|
|
328
356
|
}, {
|
|
329
357
|
layers?: string[] | undefined;
|
|
330
358
|
}>, z.ZodObject<import('../..').ZodShape<WidgetCombinationType>, "strip", z.ZodTypeAny, WidgetCombinationType, WidgetCombinationType>>]>;
|
|
359
|
+
export type WidgetMediumType = WidgetTextMediumType;
|
|
331
360
|
export declare const WIDGET_LEVEL_1 = 1;
|
|
332
361
|
export declare const WIDGET_LEVEL_2 = 2;
|
|
333
362
|
export declare const WIDGET_LEVEL_3 = 3;
|
|
@@ -345,7 +374,7 @@ type WidgetContentBase = {
|
|
|
345
374
|
widgets?: WidgetWrapperProps[] | undefined;
|
|
346
375
|
};
|
|
347
376
|
export declare const widgetContentBaseSchema: z.ZodObject<import('../..').ZodShape<WidgetContentBase>, "strip", z.ZodTypeAny, WidgetContentBase, WidgetContentBase>;
|
|
348
|
-
export type CombinedWidgetContent = Merge<WidgetContentBase, WidgetApplicationContent> | Merge<WidgetContentBase, WidgetArticleAttachmentContent> | Merge<WidgetContentBase, WidgetArticleButtonContent> | Merge<WidgetContentBase, WidgetButtonContent> | Merge<WidgetContentBase, WidgetArticleGalleryContent> | Merge<WidgetContentBase, WidgetArticleImageContent> | Merge<WidgetContentBase, WidgetArticleTextContent> | Merge<WidgetContentBase, WidgetArticleTitleContent> | Merge<WidgetContentBase, WidgetCountdownContent> | Merge<WidgetContentBase, WidgetArticleSliderContent> | Merge<WidgetContentBase, WidgetCheckListContent> | Merge<WidgetContentBase, WidgetDatasourceTableContent> | Merge<WidgetContentBase, WidgetExcelDatasourceTableContent> | Merge<WidgetContentBase, WidgetDocumentsContent> | Merge<WidgetContentBase, WidgetPresenceContent> | Merge<WidgetContentBase, WidgetQuickSurveyContent> | Merge<WidgetContentBase, WidgetCalendarCalDavContent> | Merge<WidgetContentBase, WidgetContactCardDavContent> | Merge<WidgetContentBase, WidgetEmailsImapContent> | Merge<WidgetContentBase, WidgetLuccaAbsenceContent> | Merge<WidgetContentBase, WidgetUserProfileContent> | Merge<WidgetContentBase, WidgetAccessibilityContent> | Merge<WidgetContentBase, WidgetBirthdayContent> | Merge<WidgetContentBase, WidgetColorContent> | Merge<WidgetContentBase, WidgetSeparatorContent> | Merge<WidgetContentBase, WidgetCoverContent> | Merge<WidgetContentBase, WidgetChartsContent> | Merge<WidgetContentBase, WidgetMeteoContent> | Merge<WidgetContentBase, WidgetMyGroupContent> | Merge<WidgetContentBase, WidgetImageContent> | Merge<WidgetContentBase, WidgetContactContent> | Merge<WidgetContentBase, WidgetNewsContent> | Merge<WidgetContentBase, WidgetNewsflashContent> | Merge<WidgetContentBase, WidgetSliderContent> | Merge<WidgetContentBase, WidgetWelcomeContent> | Merge<WidgetContentBase, WidgetTextContent> | Merge<WidgetContentBase, WidgetEmbedContent> | Merge<WidgetContentBase, WidgetFlocklerContent> | Merge<WidgetContentBase, WidgetFaqContent> | Merge<WidgetContentBase, WidgetFileContent> | Merge<WidgetContentBase, WidgetSurveyContent> | Merge<WidgetContentBase, WidgetYoutubeContent> | Merge<WidgetContentBase, WidgetExtensionContent> | Merge<WidgetContentBase, WidgetCalendarContent> | Merge<WidgetContentBase, WidgetSyncContentContent> | Merge<WidgetContentBase, WidgetCombinationContent>;
|
|
377
|
+
export type CombinedWidgetContent = Merge<WidgetContentBase, WidgetApplicationContent> | Merge<WidgetContentBase, WidgetArticleAttachmentContent> | Merge<WidgetContentBase, WidgetArticleButtonContent> | Merge<WidgetContentBase, WidgetButtonContent> | Merge<WidgetContentBase, WidgetArticleGalleryContent> | Merge<WidgetContentBase, WidgetArticleImageContent> | Merge<WidgetContentBase, WidgetArticleTextContent> | Merge<WidgetContentBase, WidgetArticleTitleContent> | Merge<WidgetContentBase, WidgetCountdownContent> | Merge<WidgetContentBase, WidgetArticleSliderContent> | Merge<WidgetContentBase, WidgetCheckListContent> | Merge<WidgetContentBase, WidgetDatasourceTableContent> | Merge<WidgetContentBase, WidgetExcelDatasourceTableContent> | Merge<WidgetContentBase, WidgetDocumentsContent> | Merge<WidgetContentBase, WidgetPresenceContent> | Merge<WidgetContentBase, WidgetQuickSurveyContent> | Merge<WidgetContentBase, WidgetCalendarCalDavContent> | Merge<WidgetContentBase, WidgetContactCardDavContent> | Merge<WidgetContentBase, WidgetEmailsImapContent> | Merge<WidgetContentBase, WidgetLuccaAbsenceContent> | Merge<WidgetContentBase, WidgetUserProfileContent> | Merge<WidgetContentBase, WidgetAccessibilityContent> | Merge<WidgetContentBase, WidgetBirthdayContent> | Merge<WidgetContentBase, WidgetColorContent> | Merge<WidgetContentBase, WidgetSeparatorContent> | Merge<WidgetContentBase, WidgetCoverContent> | Merge<WidgetContentBase, WidgetChartsContent> | Merge<WidgetContentBase, WidgetMeteoContent> | Merge<WidgetContentBase, WidgetMyGroupContent> | Merge<WidgetContentBase, WidgetImageContent> | Merge<WidgetContentBase, WidgetContactContent> | Merge<WidgetContentBase, WidgetNewsContent> | Merge<WidgetContentBase, WidgetNewsflashContent> | Merge<WidgetContentBase, WidgetSliderContent> | Merge<WidgetContentBase, WidgetWelcomeContent> | Merge<WidgetContentBase, WidgetTextContent> | Merge<WidgetContentBase, WidgetEmbedContent> | Merge<WidgetContentBase, WidgetFlocklerContent> | Merge<WidgetContentBase, WidgetFaqContent> | Merge<WidgetContentBase, WidgetListContent> | Merge<WidgetContentBase, WidgetFileContent> | Merge<WidgetContentBase, WidgetQuizzContent> | Merge<WidgetContentBase, WidgetSurveyContent> | Merge<WidgetContentBase, WidgetShortcutsContent> | Merge<WidgetContentBase, WidgetYoutubeContent> | Merge<WidgetContentBase, WidgetExtensionContent> | Merge<WidgetContentBase, WidgetCalendarContent> | Merge<WidgetContentBase, WidgetSyncContentContent> | Merge<WidgetContentBase, WidgetCombinationContent>;
|
|
349
378
|
export declare const combinedWidgetContentSchema: z.ZodUnion<[z.ZodObject<import('../..').ZodShape<WidgetContentBase> & import('../..').ZodShape<WidgetApplicationContent>, "strip", z.ZodTypeAny, {
|
|
350
379
|
number?: number | undefined | undefined;
|
|
351
380
|
size?: 1 | 2 | undefined;
|
|
@@ -914,9 +943,9 @@ export declare const combinedWidgetContentSchema: z.ZodUnion<[z.ZodObject<import
|
|
|
914
943
|
view?: import('./widgetNews').NewsView | undefined;
|
|
915
944
|
selection?: string | undefined | undefined;
|
|
916
945
|
css?: Record<string, string | number> | undefined;
|
|
946
|
+
orientation?: import('./widgetNews').NewsOrientation | undefined;
|
|
917
947
|
display?: string | undefined | undefined;
|
|
918
948
|
selections?: string[] | undefined | undefined;
|
|
919
|
-
orientation?: import('./widgetNews').NewsOrientation | undefined;
|
|
920
949
|
listArticleDisplayMode?: import('./widgetNews').NewsArticleDisplayMode | undefined;
|
|
921
950
|
order?: import('./widgetNews').NewsOrder | undefined;
|
|
922
951
|
types?: string[] | undefined | undefined;
|
|
@@ -941,9 +970,9 @@ export declare const combinedWidgetContentSchema: z.ZodUnion<[z.ZodObject<import
|
|
|
941
970
|
view?: import('./widgetNews').NewsView | undefined;
|
|
942
971
|
selection?: string | undefined | undefined;
|
|
943
972
|
css?: Record<string, string | number> | undefined;
|
|
973
|
+
orientation?: import('./widgetNews').NewsOrientation | undefined;
|
|
944
974
|
display?: string | undefined | undefined;
|
|
945
975
|
selections?: string[] | undefined | undefined;
|
|
946
|
-
orientation?: import('./widgetNews').NewsOrientation | undefined;
|
|
947
976
|
listArticleDisplayMode?: import('./widgetNews').NewsArticleDisplayMode | undefined;
|
|
948
977
|
order?: import('./widgetNews').NewsOrder | undefined;
|
|
949
978
|
types?: string[] | undefined | undefined;
|
|
@@ -1038,6 +1067,20 @@ export declare const combinedWidgetContentSchema: z.ZodUnion<[z.ZodObject<import
|
|
|
1038
1067
|
hideCover?: boolean | undefined | undefined;
|
|
1039
1068
|
allowComment?: boolean | undefined | undefined;
|
|
1040
1069
|
openThemes?: string[] | undefined | undefined;
|
|
1070
|
+
}>, z.ZodObject<import('../..').ZodShape<WidgetContentBase> & import('../..').ZodShape<WidgetListContent>, "strip", z.ZodTypeAny, {
|
|
1071
|
+
widgets?: WidgetWrapperProps[] | undefined | undefined;
|
|
1072
|
+
view?: string | undefined | undefined;
|
|
1073
|
+
css?: Record<string, string | number> | undefined;
|
|
1074
|
+
arr?: import('./widgetList').WidgetListContentArr[] | undefined | undefined;
|
|
1075
|
+
iconSize?: string | undefined | undefined;
|
|
1076
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
1077
|
+
}, {
|
|
1078
|
+
widgets?: WidgetWrapperProps[] | undefined | undefined;
|
|
1079
|
+
view?: string | undefined | undefined;
|
|
1080
|
+
css?: Record<string, string | number> | undefined;
|
|
1081
|
+
arr?: import('./widgetList').WidgetListContentArr[] | undefined | undefined;
|
|
1082
|
+
iconSize?: string | undefined | undefined;
|
|
1083
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
1041
1084
|
}>, z.ZodObject<import('../..').ZodShape<WidgetContentBase> & import('../..').ZodShape<WidgetFileContent>, "strip", z.ZodTypeAny, {
|
|
1042
1085
|
widgets?: WidgetWrapperProps[] | undefined | undefined;
|
|
1043
1086
|
fontSize?: number | undefined | undefined;
|
|
@@ -1064,6 +1107,20 @@ export declare const combinedWidgetContentSchema: z.ZodUnion<[z.ZodObject<import
|
|
|
1064
1107
|
x: number;
|
|
1065
1108
|
y: number;
|
|
1066
1109
|
} | undefined | undefined;
|
|
1110
|
+
}>, z.ZodObject<import('../..').ZodShape<WidgetContentBase> & import('../..').ZodShape<WidgetQuizzContent>, "strip", z.ZodTypeAny, {
|
|
1111
|
+
object?: {
|
|
1112
|
+
id?: number | undefined;
|
|
1113
|
+
type?: string | undefined;
|
|
1114
|
+
uri?: string | undefined;
|
|
1115
|
+
} | undefined | undefined;
|
|
1116
|
+
widgets?: WidgetWrapperProps[] | undefined | undefined;
|
|
1117
|
+
}, {
|
|
1118
|
+
object?: {
|
|
1119
|
+
id?: number | undefined;
|
|
1120
|
+
type?: string | undefined;
|
|
1121
|
+
uri?: string | undefined;
|
|
1122
|
+
} | undefined | undefined;
|
|
1123
|
+
widgets?: WidgetWrapperProps[] | undefined | undefined;
|
|
1067
1124
|
}>, z.ZodObject<import('../..').ZodShape<WidgetContentBase> & import('../..').ZodShape<WidgetSurveyContent>, "strip", z.ZodTypeAny, {
|
|
1068
1125
|
uri?: string | undefined | undefined;
|
|
1069
1126
|
widgets?: WidgetWrapperProps[] | undefined | undefined;
|
|
@@ -1076,6 +1133,10 @@ export declare const combinedWidgetContentSchema: z.ZodUnion<[z.ZodObject<import
|
|
|
1076
1133
|
surveySelected?: {
|
|
1077
1134
|
uri: string;
|
|
1078
1135
|
}[] | undefined;
|
|
1136
|
+
}>, z.ZodObject<import('../..').ZodShape<WidgetContentBase> & import('../..').ZodShape<WidgetShortcutsContent>, "strip", z.ZodTypeAny, {
|
|
1137
|
+
widgets?: WidgetWrapperProps[] | undefined | undefined;
|
|
1138
|
+
}, {
|
|
1139
|
+
widgets?: WidgetWrapperProps[] | undefined | undefined;
|
|
1079
1140
|
}>, z.ZodObject<import('../..').ZodShape<WidgetContentBase> & import('../..').ZodShape<WidgetYoutubeContent>, "strip", z.ZodTypeAny, {
|
|
1080
1141
|
widgets?: WidgetWrapperProps[] | undefined | undefined;
|
|
1081
1142
|
sourceUrl?: string | undefined | undefined;
|
|
@@ -1137,11 +1198,15 @@ export type WidgetTypeKeys = {
|
|
|
1137
1198
|
[WidgetsName.Newsflash]: WidgetNewsflashType;
|
|
1138
1199
|
[WidgetsName.SyncContent]: WidgetSyncContentType;
|
|
1139
1200
|
[WidgetsName.Text]: WidgetTextType;
|
|
1201
|
+
[WidgetsName.TextMedium]: WidgetTextMediumType;
|
|
1140
1202
|
[WidgetsName.Embed]: WidgetEmbedType;
|
|
1141
1203
|
[WidgetsName.Flockler]: WidgetFlocklerType;
|
|
1142
1204
|
[WidgetsName.Faq]: WidgetFaqType;
|
|
1205
|
+
[WidgetsName.List]: WidgetListType;
|
|
1143
1206
|
[WidgetsName.File]: WidgetFileType;
|
|
1207
|
+
[WidgetsName.Quizz]: WidgetQuizzType;
|
|
1144
1208
|
[WidgetsName.Survey]: WidgetSurveyType;
|
|
1209
|
+
[WidgetsName.Shortcuts]: WidgetShortcutsType;
|
|
1145
1210
|
[WidgetsName.Youtube]: WidgetYoutubeType;
|
|
1146
1211
|
[WidgetsName.Combination]: WidgetCombinationType;
|
|
1147
1212
|
};
|
|
@@ -1186,11 +1251,15 @@ export type WidgetContentKeys = {
|
|
|
1186
1251
|
[WidgetsName.Newsflash]: WidgetNewsflashContent;
|
|
1187
1252
|
[WidgetsName.SyncContent]: WidgetSyncContentContent;
|
|
1188
1253
|
[WidgetsName.Text]: WidgetTextContent;
|
|
1254
|
+
[WidgetsName.TextMedium]: WidgetTextContent;
|
|
1189
1255
|
[WidgetsName.Embed]: WidgetEmbedContent;
|
|
1190
1256
|
[WidgetsName.Flockler]: WidgetFlocklerContent;
|
|
1191
1257
|
[WidgetsName.Faq]: WidgetFaqContent;
|
|
1258
|
+
[WidgetsName.List]: WidgetListContent;
|
|
1192
1259
|
[WidgetsName.File]: WidgetFileContent;
|
|
1260
|
+
[WidgetsName.Quizz]: WidgetQuizzContent;
|
|
1193
1261
|
[WidgetsName.Survey]: WidgetSurveyContent;
|
|
1262
|
+
[WidgetsName.Shortcuts]: WidgetShortcutsContent;
|
|
1194
1263
|
[WidgetsName.Youtube]: WidgetYoutubeContent;
|
|
1195
1264
|
[WidgetsName.Combination]: WidgetCombinationContent;
|
|
1196
1265
|
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { jHref } from '../utils';
|
|
3
|
+
import { OpeningType, WidgetsName } from './common';
|
|
4
|
+
import { CombinedWidgetType } from './default';
|
|
5
|
+
export declare const widgetListOrientationSchema: z.ZodEnum<["vertical", "horizontal"]>;
|
|
6
|
+
export type WidgetListOrientation = z.infer<typeof widgetListOrientationSchema>;
|
|
7
|
+
export type WidgetListContentArrPopupWidget = {
|
|
8
|
+
title?: string | undefined;
|
|
9
|
+
widget: CombinedWidgetType;
|
|
10
|
+
};
|
|
11
|
+
export declare const widgetListContentArrPopupWidgetSchema: z.ZodObject<import('../..').ZodShape<WidgetListContentArrPopupWidget>, "strip", z.ZodTypeAny, WidgetListContentArrPopupWidget, WidgetListContentArrPopupWidget>;
|
|
12
|
+
export type WidgetListContentArr = {
|
|
13
|
+
title: string;
|
|
14
|
+
icon?: string | undefined;
|
|
15
|
+
openingType?: OpeningType | undefined;
|
|
16
|
+
link?: jHref | undefined;
|
|
17
|
+
anchor?: string | undefined;
|
|
18
|
+
popupWidets?: WidgetListContentArrPopupWidget[] | undefined;
|
|
19
|
+
};
|
|
20
|
+
export declare const widgetListContentArrSchema: z.ZodObject<import('../..').ZodShape<WidgetListContentArr>, "strip", z.ZodTypeAny, WidgetListContentArr, WidgetListContentArr>;
|
|
21
|
+
export type WidgetListContent = {
|
|
22
|
+
arr?: WidgetListContentArr[] | undefined;
|
|
23
|
+
orientation?: WidgetListOrientation | undefined;
|
|
24
|
+
view?: string | undefined;
|
|
25
|
+
iconSize?: string | undefined;
|
|
26
|
+
css?: Record<string, string | number> | undefined;
|
|
27
|
+
};
|
|
28
|
+
export declare const widgetListContentSchema: z.ZodObject<import('../..').ZodShape<WidgetListContent>, "strip", z.ZodTypeAny, WidgetListContent, WidgetListContent>;
|
|
29
|
+
export type WidgetListType = {
|
|
30
|
+
name: WidgetsName.List;
|
|
31
|
+
uniqid: string;
|
|
32
|
+
content: WidgetListContent;
|
|
33
|
+
};
|
|
34
|
+
export declare const widgetListTypeSchema: z.ZodObject<import('../..').ZodShape<WidgetListType>, "strip", z.ZodTypeAny, WidgetListType, WidgetListType>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { WidgetsName } from './common';
|
|
3
|
+
export type WidgetQuizzContent = {
|
|
4
|
+
object?: {
|
|
5
|
+
id?: number | undefined;
|
|
6
|
+
type?: string | undefined;
|
|
7
|
+
uri?: string | undefined;
|
|
8
|
+
} | undefined;
|
|
9
|
+
};
|
|
10
|
+
export declare const widgetQuizzContentSchema: z.ZodObject<import('../..').ZodShape<WidgetQuizzContent>, "strip", z.ZodTypeAny, WidgetQuizzContent, WidgetQuizzContent>;
|
|
11
|
+
export type WidgetQuizzType = {
|
|
12
|
+
name: WidgetsName.Quizz;
|
|
13
|
+
uniqid: string;
|
|
14
|
+
content: WidgetQuizzContent;
|
|
15
|
+
};
|
|
16
|
+
export declare const widgetQuizzTypeSchema: z.ZodObject<import('../..').ZodShape<WidgetQuizzType>, "strip", z.ZodTypeAny, WidgetQuizzType, WidgetQuizzType>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { WidgetsName } from './common';
|
|
3
|
+
export type WidgetShortcutsContent = Record<never, never>;
|
|
4
|
+
export declare const widgetShortcutsContentSchema: z.ZodObject<import('../..').ZodShape<WidgetShortcutsContent>, "strip", z.ZodTypeAny, WidgetShortcutsContent, WidgetShortcutsContent>;
|
|
5
|
+
export type WidgetShortcutsType = {
|
|
6
|
+
name: WidgetsName.Shortcuts;
|
|
7
|
+
uniqid: string;
|
|
8
|
+
content: WidgetShortcutsContent;
|
|
9
|
+
};
|
|
10
|
+
export declare const widgetShortcutsTypeSchema: z.ZodObject<import('../..').ZodShape<WidgetShortcutsType>, "strip", z.ZodTypeAny, WidgetShortcutsType, WidgetShortcutsType>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { WidgetsName } from './common';
|
|
3
|
+
import { WidgetTextContent } from './widgetText';
|
|
4
|
+
export type WidgetTextMediumContent = WidgetTextContent;
|
|
5
|
+
export type WidgetTextMediumType = {
|
|
6
|
+
name: WidgetsName.TextMedium;
|
|
7
|
+
uniqid: string;
|
|
8
|
+
content: WidgetTextMediumContent;
|
|
9
|
+
};
|
|
10
|
+
export declare const widgetTextMediumTypeSchema: z.ZodObject<import('../..').ZodShape<WidgetTextMediumType>, "strip", z.ZodTypeAny, WidgetTextMediumType, WidgetTextMediumType>;
|
|
@@ -520,8 +520,10 @@ export * from './widgets/widgetExcelDatasourceTable';
|
|
|
520
520
|
export * from './widgets/widgetExtension';
|
|
521
521
|
export * from './widgets/widgetFaq';
|
|
522
522
|
export * from './widgets/widgetFile';
|
|
523
|
+
export * from './widgets/widgetQuizz';
|
|
523
524
|
export * from './widgets/widgetFlockler';
|
|
524
525
|
export * from './widgets/widgetImage';
|
|
526
|
+
export * from './widgets/widgetList';
|
|
525
527
|
export * from './widgets/widgetLuccaAbsence';
|
|
526
528
|
export * from './widgets/widgetMeteo';
|
|
527
529
|
export * from './widgets/widgetMyGroup';
|
|
@@ -530,10 +532,12 @@ export * from './widgets/widgetNewsflash';
|
|
|
530
532
|
export * from './widgets/widgetPresence';
|
|
531
533
|
export * from './widgets/widgetQuickSurvey';
|
|
532
534
|
export * from './widgets/widgetSeparator';
|
|
535
|
+
export * from './widgets/widgetShortcuts';
|
|
533
536
|
export * from './widgets/widgetSlider';
|
|
534
537
|
export * from './widgets/widgetSurvey';
|
|
535
538
|
export * from './widgets/widgetSyncContent';
|
|
536
539
|
export * from './widgets/widgetText';
|
|
540
|
+
export * from './widgets/widgetTextMedium';
|
|
537
541
|
export * from './widgets/widgetUserProfile';
|
|
538
542
|
export * from './widgets/widgetWelcome';
|
|
539
543
|
export * from './widgets/widgetYoutube';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WidgetWrapperProps } from '../types/widgets/default';
|
|
1
|
+
import { WidgetMediumType, WidgetWrapperProps } from '../types/widgets/default';
|
|
2
2
|
import { WidgetAccessibilityType } from '../types/widgets/widgetAccessibility';
|
|
3
3
|
import { WidgetApplicationType } from '../types/widgets/widgetApplication';
|
|
4
4
|
import { WidgetBirthdayType } from '../types/widgets/widgetBirthday';
|
|
@@ -12,20 +12,20 @@ import { WidgetArticleTitleType } from '../types/widgets/widgetArticleTitle';
|
|
|
12
12
|
import { WidgetButtonType } from '../types/widgets/widgetButton';
|
|
13
13
|
import { WidgetCalendarType } from '../types/widgets/widgetCalendar';
|
|
14
14
|
import { WidgetCalendarCalDavType } from '../types/widgets/widgetCalendarCalDav';
|
|
15
|
+
import { WidgetChartsType } from '../types/widgets/widgetCharts';
|
|
15
16
|
import { WidgetCheckListType } from '../types/widgets/widgetCheckList';
|
|
16
17
|
import { WidgetColorType } from '../types/widgets/widgetColor';
|
|
17
18
|
import { WidgetContactType } from '../types/widgets/widgetContact';
|
|
18
19
|
import { WidgetContactCardDavType } from '../types/widgets/widgetContactCardDav';
|
|
19
20
|
import { WidgetCountdownType } from '../types/widgets/widgetCountdown';
|
|
20
|
-
import { WidgetChartsType } from '../types/widgets/widgetCharts';
|
|
21
21
|
import { WidgetCoverType } from '../types/widgets/widgetCover';
|
|
22
|
-
import { WidgetImageType } from '../types/widgets/widgetImage';
|
|
23
22
|
import { WidgetDatasourceTableType } from '../types/widgets/widgetDatasourceTable';
|
|
24
23
|
import { WidgetDocumentsType } from '../types/widgets/widgetDocuments';
|
|
25
24
|
import { WidgetEmailsImapType } from '../types/widgets/widgetEmailsImap';
|
|
26
25
|
import { WidgetEmbedType } from '../types/widgets/widgetEmbed';
|
|
27
26
|
import { WidgetExcelDatasourceTableType } from '../types/widgets/widgetExcelDatasourceTable';
|
|
28
27
|
import { WidgetExtensionType } from '../types/widgets/widgetExtension';
|
|
28
|
+
import { WidgetImageType } from '../types/widgets/widgetImage';
|
|
29
29
|
import { WidgetLuccaAbsenceType } from '../types/widgets/widgetLuccaAbsence';
|
|
30
30
|
import { WidgetMeteoType } from '../types/widgets/widgetMeteo';
|
|
31
31
|
import { WidgetMyGroupType } from '../types/widgets/widgetMyGroup';
|
|
@@ -33,11 +33,15 @@ import { WidgetNewsType } from '../types/widgets/widgetNews';
|
|
|
33
33
|
import { WidgetNewsflashType } from '../types/widgets/widgetNewsflash';
|
|
34
34
|
import { WidgetQuickSurveyType } from '../types/widgets/widgetQuickSurvey';
|
|
35
35
|
import { WidgetSeparatorType } from '../types/widgets/widgetSeparator';
|
|
36
|
+
import { WidgetShortcutsType } from '../types/widgets/widgetShortcuts';
|
|
36
37
|
import { WidgetSliderType } from '../types/widgets/widgetSlider';
|
|
37
38
|
import { WidgetTextType } from '../types/widgets/widgetText';
|
|
38
|
-
import {
|
|
39
|
+
import { WidgetTextMediumType } from '../types/widgets/widgetTextMedium';
|
|
39
40
|
import { WidgetFaqType } from '../types/widgets/widgetFaq';
|
|
40
41
|
import { WidgetFileType } from '../types/widgets/widgetFile';
|
|
42
|
+
import { WidgetFlocklerType } from '../types/widgets/widgetFlockler';
|
|
43
|
+
import { WidgetListType } from '../types/widgets/widgetList';
|
|
44
|
+
import { WidgetQuizzType } from '../types/widgets/widgetQuizz';
|
|
41
45
|
import { WidgetSurveyType } from '../types/widgets/widgetSurvey';
|
|
42
46
|
import { WidgetUserProfileType } from '../types/widgets/widgetUserProfile';
|
|
43
47
|
import { WidgetWelcomeType } from '../types/widgets/widgetWelcome';
|
|
@@ -73,14 +77,19 @@ export declare const ensureWidgetCoverType: (widget: unknown) => widget is Widge
|
|
|
73
77
|
export declare const ensureWidgetChartsType: (widget: unknown) => widget is WidgetChartsType;
|
|
74
78
|
export declare const ensureWidgetMeteoType: (widget: unknown) => widget is WidgetMeteoType;
|
|
75
79
|
export declare const ensureWidgetMyGroupType: (widget: unknown) => widget is WidgetMyGroupType;
|
|
80
|
+
export declare const ensureWidgetShortcutsType: (widget: unknown) => widget is WidgetShortcutsType;
|
|
76
81
|
export declare const ensureWidgetImageType: (widget: unknown) => widget is WidgetImageType;
|
|
77
82
|
export declare const ensureWidgetNewsType: (widget: unknown) => widget is WidgetNewsType;
|
|
78
83
|
export declare const ensureWidgetNewsflashType: (widget: unknown) => widget is WidgetNewsflashType;
|
|
79
84
|
export declare const ensureWidgetTextType: (widget: unknown) => widget is WidgetTextType;
|
|
85
|
+
export declare const ensureWidgetQuizzType: (widget: unknown) => widget is WidgetQuizzType;
|
|
86
|
+
export declare const ensureWidgetTextMediumType: (widget: unknown) => widget is WidgetTextMediumType;
|
|
87
|
+
export declare const ensureWidgetMediumType: (widget: unknown) => widget is WidgetMediumType;
|
|
80
88
|
export declare const ensureWidgetEmbedType: (widget: unknown) => widget is WidgetEmbedType;
|
|
81
89
|
export declare const ensureWidgetFlocklerType: (widget: unknown) => widget is WidgetFlocklerType;
|
|
82
90
|
export declare const ensureWidgetFaqType: (widget: unknown) => widget is WidgetFaqType;
|
|
83
91
|
export declare const ensureWidgetFileType: (widget: unknown) => widget is WidgetFileType;
|
|
92
|
+
export declare const ensureWidgetListType: (widget: unknown) => widget is WidgetListType;
|
|
84
93
|
export declare const ensureWidgetSurveyType: (widget: unknown) => widget is WidgetSurveyType;
|
|
85
94
|
export declare const ensureWidgetSliderType: (widget: unknown) => widget is WidgetSliderType;
|
|
86
95
|
export declare const ensureWidgetDocumentsType: (widget: unknown) => widget is WidgetDocumentsType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
window.hierarchyData = "
|
|
1
|
+
window.hierarchyData = "eJyVmEt34yYUgP+L1kwrQCDkndN05mTOtNNOMs1iThZYIjGNDCqgZB4n/71HduzoOmku3Whhf7ofj8sV8KMI3qdYLL6IqmyIqiRhoqzEFSmCue5Nm6x3sVj8KPj0cHpjikWx7DbWLbs77VrTLQdbkOLWuq5YUKZIMYa+WBRtr2M08edj9qd12vQF2f1fLIoUuzfTy292PzyQgtbHqg+2NS6aHNMTmiGi4pnJ32RZtliGgT8btvPkQ1ZP9mCGpVLHls/J9jHHsgdxC6/mo/V+OQy9bfWUH4jnCMVNknJgCsm2PTZmMww31IoCQ4wmfTLRhLttK1/3HMG4TbEG2MbOGtfiHXriMhyVnDtONLpc9gwSmxTt2vZdMK5YfOGE1oRSQSjnhFaK8EoQSTmpFSWKNUQJRlRTTf9JQkVZESp5TagUglCpGkJr2RCq6PTgitCGTg9REtrUkjAqKsJ4KQnjUhFWlYywSlDChKgJk1N5kkIRJuuSsJoywmomCaunP2olCFO8JkxV00NOj6YkrJmQycFLxggvq5rwslaEU64I5zUnXEhxNY2iYGAUVyt0ELdIxvw0FYjs/e1Gh1s0/BOXVQdgEozROhPj7ybd+3BrHVbbXn4jQyxK0LtfdG9cpwOmm3EZEslrIPGbzehs+oZaZmCORgioccm49Fa3yYdviGiO5qhU84Lqkxl8SHivIJzzXZVAd6qTjn4MeCUCZIZIUSiyetDfvcM9MzBHwxXQBHuHKx6hjPANBeF//ZpMcLpfDgMmgWiOSpRHqqBPPJoDMy5HUoPq8Fb/g8XfIXjoqWyD0Bb/XD8yGcF5KY+Dr7RDS+eMy5FIdSw5c8ncBJteX/SAzBBVJfjEvOv9akqU1/tyoHIEAuxt3gU/ogm7hzLCCwGq8Hu9MXHAU3XGZUgk3M2cLbHwWyInsADTbFO0WOhHJid4DVbxB+2ww9GeyQheU5A3H8a21Wj0RygnPAMj/pvvRnwNH6gcAZzSj6u/TYtmzYHKESjw3f4Ybtq1Dgk7BQEwQ6PgLuQP3/fnY7gz6DYEkDmiCorGVW/j+mRMCT9xHcM5Ogl0f44mbg9sLt4bdCP3jM4RNmC1nBsd2jUmOlAZggam9PlaowfvA5QTHn6zd1N7qhPumJMZ5+6SgZV/ob965zdovs24HAnMtgujN5c+3C7R8gjIHFE9r8AXf53aOPQa682cy5BQuDP8HPEUfmQygvMaXE9cms63WPQ9lBFeSFDHLm13Y9BCeaBwwXTRN78uGuypudZjny6DHgYTDh4m5N5jXTLhWrfTrdEx/5/Gw0vwDkFUVF5t20ElbEd2A/LN2x1LCW6uLq3r/P3ZrHGv2Y7o/9tZJkqhrnatAFuPXdyT4O/jrMcvTC0Asdl9ePgXn6z0xA=="
|