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
|
@@ -1 +1 @@
|
|
|
1
|
-
window.navigationData = "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"
|
|
1
|
+
window.navigationData = "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"
|