jamespot-user-api 1.3.127 → 1.3.129
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 +1061 -1039
- package/dist/src/apis/article/article.mock.d.ts +1 -0
- package/dist/src/apis/wedoc/wedoc.d.ts +16 -8
- package/dist/src/apis/wedoc/wedoc.mock.d.ts +7 -0
- package/dist/src/types/article.d.ts +6 -3
- package/dist/src/types/extensions.d.ts +283 -7
- package/dist/src/types/wedoc.d.ts +5 -0
- package/dist/src/types/withExtensions.d.ts +16 -10
- 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 +25 -25
- 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 +10 -10
- package/documentation/classes/JCommunityApi.html +7 -7
- package/documentation/classes/JContentFactory.html +8 -8
- package/documentation/classes/JContentReportApi.html +7 -7
- package/documentation/classes/JDatasourceApi.html +13 -13
- package/documentation/classes/JDiapazoneApi.html +6 -6
- package/documentation/classes/JDriveApi.html +16 -16
- package/documentation/classes/JExternalAppApi.html +7 -7
- package/documentation/classes/JExtraBotApi.html +8 -8
- package/documentation/classes/JFaqApi.html +25 -25
- package/documentation/classes/JFileApi.html +17 -17
- package/documentation/classes/JFileIntegrity.html +14 -14
- package/documentation/classes/JFilebankApi.html +11 -11
- package/documentation/classes/JGlobalApi.html +11 -11
- package/documentation/classes/JGroupApi.html +22 -22
- package/documentation/classes/JIAApi.html +5 -5
- package/documentation/classes/JJamespotApi.html +5 -5
- package/documentation/classes/JLandApi.html +8 -8
- package/documentation/classes/JLuccaApi.html +5 -5
- package/documentation/classes/JModuleApi.html +6 -6
- package/documentation/classes/JObjectApi.html +11 -11
- package/documentation/classes/JOrgchartsApi.html +8 -8
- package/documentation/classes/JPollSurveyApi.html +5 -5
- package/documentation/classes/JPublishButtonApi.html +5 -5
- package/documentation/classes/JQuestionAnswerApi.html +6 -6
- package/documentation/classes/JSearchApi.html +12 -12
- package/documentation/classes/JShareApi.html +7 -7
- package/documentation/classes/JSurveyDateApi.html +7 -7
- package/documentation/classes/JTaxonomyApi.html +9 -9
- package/documentation/classes/JTeamWorkAiApi.html +7 -7
- package/documentation/classes/JUserApi.html +38 -38
- package/documentation/classes/JWedocApi.html +46 -29
- package/documentation/classes/JWidgetApi.html +19 -19
- package/documentation/classes/JamespotUserApi.html +64 -64
- package/documentation/classes/JitsiApi.html +5 -5
- package/documentation/classes/Network.html +18 -18
- package/documentation/classes/TVDisplayApi.html +7 -7
- 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 +47 -47
- package/documentation/functions/checkProperties.html +1 -1
- package/documentation/functions/combineFormat.html +3 -3
- 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/ensureWidgetLuccaAbsenceType.html +1 -1
- 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/ensureWidgetSeparatorType.html +1 -1
- package/documentation/functions/ensureWidgetSliderType.html +1 -1
- package/documentation/functions/ensureWidgetSurveyType.html +1 -1
- 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 +4 -4
- 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 +5 -5
- 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 +12 -12
- 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 +4 -4
- 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 +2 -2
- 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/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 +1 -1
- package/documentation/types/CombinedWidgetType.html +1 -1
- 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 +61 -0
- 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 +6 -6
- 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 +33 -0
- 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 +7 -7
- 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 +61 -0
- 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 +47 -47
- 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/WidgetLuccaAbsenceContent.html +2 -2
- package/documentation/types/WidgetLuccaAbsenceType.html +4 -4
- package/documentation/types/WidgetLuccaAbsenceUser.html +5 -5
- 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/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/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/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 +47 -47
- 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/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 +1 -1
- 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 +33 -0
- package/documentation/variables/commentsPreviewSchema.html +33 -0
- 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 +2 -2
- 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 +1 -1
- 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 +33 -0
- 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/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 +33 -0
- 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 +1 -1
- 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/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/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/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/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/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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"
|