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
|
@@ -35,17 +35,17 @@ class gs extends x {
|
|
|
35
35
|
});
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
|
-
const
|
|
39
|
-
function
|
|
38
|
+
const Oa = Array.isArray, Pa = Object.keys, ys = Object.prototype.hasOwnProperty;
|
|
39
|
+
function Ma(a, e, n) {
|
|
40
40
|
const o = n?.map((i) => i.split("."));
|
|
41
41
|
if (a === e) return !0;
|
|
42
42
|
if (a && e && typeof a == "object" && typeof e == "object") {
|
|
43
|
-
const i =
|
|
43
|
+
const i = Oa(a), l = Oa(e);
|
|
44
44
|
let u, m, v;
|
|
45
45
|
if (i && l) {
|
|
46
46
|
if (m = a.length, m !== e.length) return !1;
|
|
47
47
|
for (u = m; u-- !== 0; )
|
|
48
|
-
if (!
|
|
48
|
+
if (!Ma(a[u], e[u], n)) return !1;
|
|
49
49
|
return !0;
|
|
50
50
|
}
|
|
51
51
|
if (i !== l) return !1;
|
|
@@ -55,11 +55,11 @@ function Pa(a, e, n) {
|
|
|
55
55
|
const H = a instanceof RegExp, ye = e instanceof RegExp;
|
|
56
56
|
if (H !== ye) return !1;
|
|
57
57
|
if (H && ye) return a.toString() === e.toString();
|
|
58
|
-
const Se =
|
|
59
|
-
(ee) => !o?.some((
|
|
58
|
+
const Se = Pa(a).filter(
|
|
59
|
+
(ee) => !o?.some((Pe) => Pe.length === 1 && Pe[0] === ee)
|
|
60
60
|
);
|
|
61
|
-
if (m = Se.length, m !==
|
|
62
|
-
(ee) => !o?.some((
|
|
61
|
+
if (m = Se.length, m !== Pa(e).filter(
|
|
62
|
+
(ee) => !o?.some((Pe) => Pe.length === 1 && Pe[0] === ee)
|
|
63
63
|
).length)
|
|
64
64
|
return !1;
|
|
65
65
|
for (u = m; u-- !== 0; ) {
|
|
@@ -67,7 +67,7 @@ function Pa(a, e, n) {
|
|
|
67
67
|
if (ee && !ys.call(e, ee)) return !1;
|
|
68
68
|
}
|
|
69
69
|
for (u = m; u-- !== 0; )
|
|
70
|
-
if (v = Se[u], !(v === "_owner" && a.$$typeof) && !
|
|
70
|
+
if (v = Se[u], !(v === "_owner" && a.$$typeof) && !Ma(
|
|
71
71
|
a[v],
|
|
72
72
|
e[v],
|
|
73
73
|
o?.filter((ee) => ee.length > 1 && ee[0] === v).map((ee) => ee.splice(1).join("."))
|
|
@@ -77,15 +77,15 @@ function Pa(a, e, n) {
|
|
|
77
77
|
}
|
|
78
78
|
return a !== a && e !== e;
|
|
79
79
|
}
|
|
80
|
-
function
|
|
80
|
+
function Ua(a, e) {
|
|
81
81
|
if (Array.isArray(a))
|
|
82
|
-
return a.map((n) =>
|
|
82
|
+
return a.map((n) => Ua(n, e));
|
|
83
83
|
if (typeof a == "object" && a !== null) {
|
|
84
84
|
let n = {};
|
|
85
85
|
return Object.keys(a).forEach((o) => {
|
|
86
86
|
n = {
|
|
87
87
|
...n,
|
|
88
|
-
[o]: o && e.includes(o) ? typeof a[o] :
|
|
88
|
+
[o]: o && e.includes(o) ? typeof a[o] : Ua(a[o], e)
|
|
89
89
|
};
|
|
90
90
|
}), n;
|
|
91
91
|
} else
|
|
@@ -502,14 +502,14 @@ var M;
|
|
|
502
502
|
}
|
|
503
503
|
a.joinValues = o, a.jsonStringifyReplacer = (i, l) => typeof l == "bigint" ? l.toString() : l;
|
|
504
504
|
})(M || (M = {}));
|
|
505
|
-
var
|
|
505
|
+
var Ba;
|
|
506
506
|
(function(a) {
|
|
507
507
|
a.mergeShapes = (e, n) => ({
|
|
508
508
|
...e,
|
|
509
509
|
...n
|
|
510
510
|
// second overwrites first
|
|
511
511
|
});
|
|
512
|
-
})(
|
|
512
|
+
})(Ba || (Ba = {}));
|
|
513
513
|
const C = M.arrayToEnum([
|
|
514
514
|
"string",
|
|
515
515
|
"nan",
|
|
@@ -634,7 +634,7 @@ class K extends Error {
|
|
|
634
634
|
}
|
|
635
635
|
}
|
|
636
636
|
K.create = (a) => new K(a);
|
|
637
|
-
const
|
|
637
|
+
const Be = (a, e) => {
|
|
638
638
|
let n;
|
|
639
639
|
switch (a.code) {
|
|
640
640
|
case y.invalid_type:
|
|
@@ -690,7 +690,7 @@ const Ue = (a, e) => {
|
|
|
690
690
|
}
|
|
691
691
|
return { message: n };
|
|
692
692
|
};
|
|
693
|
-
let Cs =
|
|
693
|
+
let Cs = Be;
|
|
694
694
|
function St() {
|
|
695
695
|
return Cs;
|
|
696
696
|
}
|
|
@@ -727,7 +727,7 @@ function b(a, e) {
|
|
|
727
727
|
// then schema-bound map if available
|
|
728
728
|
n,
|
|
729
729
|
// then global override map
|
|
730
|
-
n ===
|
|
730
|
+
n === Be ? void 0 : Be
|
|
731
731
|
// then global default map
|
|
732
732
|
].filter((i) => !!i)
|
|
733
733
|
});
|
|
@@ -776,7 +776,7 @@ class J {
|
|
|
776
776
|
}
|
|
777
777
|
const R = Object.freeze({
|
|
778
778
|
status: "aborted"
|
|
779
|
-
}),
|
|
779
|
+
}), Me = (a) => ({ status: "dirty", value: a }), Q = (a) => ({ status: "valid", value: a }), qa = (a) => a.status === "aborted", Va = (a) => a.status === "dirty", Le = (a) => a.status === "valid", Qe = (a) => typeof Promise < "u" && a instanceof Promise;
|
|
780
780
|
var T;
|
|
781
781
|
(function(a) {
|
|
782
782
|
a.errToObj = (e) => typeof e == "string" ? { message: e } : e || {}, a.toString = (e) => typeof e == "string" ? e : e?.message;
|
|
@@ -789,7 +789,7 @@ class re {
|
|
|
789
789
|
return this._cachedPath.length || (Array.isArray(this._key) ? this._cachedPath.push(...this._path, ...this._key) : this._cachedPath.push(...this._path, this._key)), this._cachedPath;
|
|
790
790
|
}
|
|
791
791
|
}
|
|
792
|
-
const
|
|
792
|
+
const Na = (a, e) => {
|
|
793
793
|
if (Le(e))
|
|
794
794
|
return { success: !0, data: e.value };
|
|
795
795
|
if (!a.common.issues.length)
|
|
@@ -847,7 +847,7 @@ class I {
|
|
|
847
847
|
}
|
|
848
848
|
_parseSync(e) {
|
|
849
849
|
const n = this._parse(e);
|
|
850
|
-
if (
|
|
850
|
+
if (Qe(n))
|
|
851
851
|
throw new Error("Synchronous parse encountered promise.");
|
|
852
852
|
return n;
|
|
853
853
|
}
|
|
@@ -874,7 +874,7 @@ class I {
|
|
|
874
874
|
data: e,
|
|
875
875
|
parsedType: ue(e)
|
|
876
876
|
}, i = this._parseSync({ data: e, path: o.path, parent: o });
|
|
877
|
-
return
|
|
877
|
+
return Na(o, i);
|
|
878
878
|
}
|
|
879
879
|
"~validate"(e) {
|
|
880
880
|
const n = {
|
|
@@ -926,8 +926,8 @@ class I {
|
|
|
926
926
|
parent: null,
|
|
927
927
|
data: e,
|
|
928
928
|
parsedType: ue(e)
|
|
929
|
-
}, i = this._parse({ data: e, path: o.path, parent: o }), l = await (
|
|
930
|
-
return
|
|
929
|
+
}, i = this._parse({ data: e, path: o.path, parent: o }), l = await (Qe(i) ? i : Promise.resolve(i));
|
|
930
|
+
return Na(o, l);
|
|
931
931
|
}
|
|
932
932
|
refine(e, n) {
|
|
933
933
|
const o = (i) => typeof n == "string" || typeof n > "u" ? { message: n } : typeof n == "function" ? n(i) : n;
|
|
@@ -972,13 +972,13 @@ class I {
|
|
|
972
972
|
return ie.create(this);
|
|
973
973
|
}
|
|
974
974
|
promise() {
|
|
975
|
-
return
|
|
975
|
+
return Ne.create(this, this._def);
|
|
976
976
|
}
|
|
977
977
|
or(e) {
|
|
978
|
-
return
|
|
978
|
+
return Ke.create([this, e], this._def);
|
|
979
979
|
}
|
|
980
980
|
and(e) {
|
|
981
|
-
return
|
|
981
|
+
return Xe.create(this, e, this._def);
|
|
982
982
|
}
|
|
983
983
|
transform(e) {
|
|
984
984
|
return new Ce({
|
|
@@ -1761,7 +1761,7 @@ be.create = (a) => new be({
|
|
|
1761
1761
|
coerce: a?.coerce ?? !1,
|
|
1762
1762
|
...D(a)
|
|
1763
1763
|
});
|
|
1764
|
-
class
|
|
1764
|
+
class Ye extends I {
|
|
1765
1765
|
_parse(e) {
|
|
1766
1766
|
if (this._def.coerce && (e.data = !!e.data), this._getType(e) !== C.boolean) {
|
|
1767
1767
|
const o = this._getOrReturnCtx(e);
|
|
@@ -1774,7 +1774,7 @@ class Qe extends I {
|
|
|
1774
1774
|
return Q(e.data);
|
|
1775
1775
|
}
|
|
1776
1776
|
}
|
|
1777
|
-
|
|
1777
|
+
Ye.create = (a) => new Ye({
|
|
1778
1778
|
typeName: A.ZodBoolean,
|
|
1779
1779
|
coerce: a?.coerce || !1,
|
|
1780
1780
|
...D(a)
|
|
@@ -1857,7 +1857,7 @@ Re.create = (a) => new Re({
|
|
|
1857
1857
|
typeName: A.ZodDate,
|
|
1858
1858
|
...D(a)
|
|
1859
1859
|
});
|
|
1860
|
-
class
|
|
1860
|
+
class Wa extends I {
|
|
1861
1861
|
_parse(e) {
|
|
1862
1862
|
if (this._getType(e) !== C.symbol) {
|
|
1863
1863
|
const o = this._getOrReturnCtx(e);
|
|
@@ -1870,7 +1870,7 @@ class Na extends I {
|
|
|
1870
1870
|
return Q(e.data);
|
|
1871
1871
|
}
|
|
1872
1872
|
}
|
|
1873
|
-
|
|
1873
|
+
Wa.create = (a) => new Wa({
|
|
1874
1874
|
typeName: A.ZodSymbol,
|
|
1875
1875
|
...D(a)
|
|
1876
1876
|
});
|
|
@@ -1908,7 +1908,7 @@ kt.create = (a) => new kt({
|
|
|
1908
1908
|
typeName: A.ZodNull,
|
|
1909
1909
|
...D(a)
|
|
1910
1910
|
});
|
|
1911
|
-
class
|
|
1911
|
+
class qe extends I {
|
|
1912
1912
|
constructor() {
|
|
1913
1913
|
super(...arguments), this._any = !0;
|
|
1914
1914
|
}
|
|
@@ -1916,7 +1916,7 @@ class Be extends I {
|
|
|
1916
1916
|
return Q(e.data);
|
|
1917
1917
|
}
|
|
1918
1918
|
}
|
|
1919
|
-
|
|
1919
|
+
qe.create = (a) => new qe({
|
|
1920
1920
|
typeName: A.ZodAny,
|
|
1921
1921
|
...D(a)
|
|
1922
1922
|
});
|
|
@@ -2339,7 +2339,7 @@ N.lazycreate = (a, e) => new N({
|
|
|
2339
2339
|
typeName: A.ZodObject,
|
|
2340
2340
|
...D(e)
|
|
2341
2341
|
});
|
|
2342
|
-
class
|
|
2342
|
+
class Ke extends I {
|
|
2343
2343
|
_parse(e) {
|
|
2344
2344
|
const { ctx: n } = this._processInputParams(e), o = this._def.options;
|
|
2345
2345
|
function i(l) {
|
|
@@ -2407,7 +2407,7 @@ class Ye extends I {
|
|
|
2407
2407
|
return this._def.options;
|
|
2408
2408
|
}
|
|
2409
2409
|
}
|
|
2410
|
-
|
|
2410
|
+
Ke.create = (a, e) => new Ke({
|
|
2411
2411
|
options: a,
|
|
2412
2412
|
typeName: A.ZodUnion,
|
|
2413
2413
|
...D(e)
|
|
@@ -2438,13 +2438,13 @@ function Ct(a, e) {
|
|
|
2438
2438
|
return { valid: !0, data: i };
|
|
2439
2439
|
} else return n === C.date && o === C.date && +a == +e ? { valid: !0, data: a } : { valid: !1 };
|
|
2440
2440
|
}
|
|
2441
|
-
class
|
|
2441
|
+
class Xe extends I {
|
|
2442
2442
|
_parse(e) {
|
|
2443
2443
|
const { status: n, ctx: o } = this._processInputParams(e), i = (l, u) => {
|
|
2444
|
-
if (
|
|
2444
|
+
if (qa(l) || qa(u))
|
|
2445
2445
|
return R;
|
|
2446
2446
|
const m = Ct(l.value, u.value);
|
|
2447
|
-
return m.valid ? ((
|
|
2447
|
+
return m.valid ? ((Va(l) || Va(u)) && n.dirty(), { status: n.value, value: m.data }) : (b(o, {
|
|
2448
2448
|
code: y.invalid_intersection_types
|
|
2449
2449
|
}), R);
|
|
2450
2450
|
};
|
|
@@ -2470,7 +2470,7 @@ class Ke extends I {
|
|
|
2470
2470
|
}));
|
|
2471
2471
|
}
|
|
2472
2472
|
}
|
|
2473
|
-
|
|
2473
|
+
Xe.create = (a, e, n) => new Xe({
|
|
2474
2474
|
left: a,
|
|
2475
2475
|
right: e,
|
|
2476
2476
|
typeName: A.ZodIntersection,
|
|
@@ -2526,7 +2526,7 @@ de.create = (a, e) => {
|
|
|
2526
2526
|
...D(e)
|
|
2527
2527
|
});
|
|
2528
2528
|
};
|
|
2529
|
-
class
|
|
2529
|
+
class et extends I {
|
|
2530
2530
|
get keySchema() {
|
|
2531
2531
|
return this._def.keyType;
|
|
2532
2532
|
}
|
|
@@ -2554,12 +2554,12 @@ class Xe extends I {
|
|
|
2554
2554
|
return this._def.valueType;
|
|
2555
2555
|
}
|
|
2556
2556
|
static create(e, n, o) {
|
|
2557
|
-
return n instanceof I ? new
|
|
2557
|
+
return n instanceof I ? new et({
|
|
2558
2558
|
keyType: e,
|
|
2559
2559
|
valueType: n,
|
|
2560
2560
|
typeName: A.ZodRecord,
|
|
2561
2561
|
...D(o)
|
|
2562
|
-
}) : new
|
|
2562
|
+
}) : new et({
|
|
2563
2563
|
keyType: oe.create(),
|
|
2564
2564
|
valueType: e,
|
|
2565
2565
|
typeName: A.ZodRecord,
|
|
@@ -2567,7 +2567,7 @@ class Xe extends I {
|
|
|
2567
2567
|
});
|
|
2568
2568
|
}
|
|
2569
2569
|
}
|
|
2570
|
-
class
|
|
2570
|
+
class za extends I {
|
|
2571
2571
|
get keySchema() {
|
|
2572
2572
|
return this._def.keyType;
|
|
2573
2573
|
}
|
|
@@ -2609,13 +2609,13 @@ class Wa extends I {
|
|
|
2609
2609
|
}
|
|
2610
2610
|
}
|
|
2611
2611
|
}
|
|
2612
|
-
|
|
2612
|
+
za.create = (a, e, n) => new za({
|
|
2613
2613
|
valueType: e,
|
|
2614
2614
|
keyType: a,
|
|
2615
2615
|
typeName: A.ZodMap,
|
|
2616
2616
|
...D(n)
|
|
2617
2617
|
});
|
|
2618
|
-
class
|
|
2618
|
+
class Ve extends I {
|
|
2619
2619
|
_parse(e) {
|
|
2620
2620
|
const { status: n, ctx: o } = this._processInputParams(e);
|
|
2621
2621
|
if (o.parsedType !== C.set)
|
|
@@ -2654,13 +2654,13 @@ class qe extends I {
|
|
|
2654
2654
|
return o.common.async ? Promise.all(m).then((v) => u(v)) : u(m);
|
|
2655
2655
|
}
|
|
2656
2656
|
min(e, n) {
|
|
2657
|
-
return new
|
|
2657
|
+
return new Ve({
|
|
2658
2658
|
...this._def,
|
|
2659
2659
|
minSize: { value: e, message: T.toString(n) }
|
|
2660
2660
|
});
|
|
2661
2661
|
}
|
|
2662
2662
|
max(e, n) {
|
|
2663
|
-
return new
|
|
2663
|
+
return new Ve({
|
|
2664
2664
|
...this._def,
|
|
2665
2665
|
maxSize: { value: e, message: T.toString(n) }
|
|
2666
2666
|
});
|
|
@@ -2672,14 +2672,14 @@ class qe extends I {
|
|
|
2672
2672
|
return this.min(1, e);
|
|
2673
2673
|
}
|
|
2674
2674
|
}
|
|
2675
|
-
|
|
2675
|
+
Ve.create = (a, e) => new Ve({
|
|
2676
2676
|
valueType: a,
|
|
2677
2677
|
minSize: null,
|
|
2678
2678
|
maxSize: null,
|
|
2679
2679
|
typeName: A.ZodSet,
|
|
2680
2680
|
...D(e)
|
|
2681
2681
|
});
|
|
2682
|
-
class
|
|
2682
|
+
class Ue extends I {
|
|
2683
2683
|
constructor() {
|
|
2684
2684
|
super(...arguments), this.validate = this.implement;
|
|
2685
2685
|
}
|
|
@@ -2695,7 +2695,7 @@ class Me extends I {
|
|
|
2695
2695
|
return wt({
|
|
2696
2696
|
data: m,
|
|
2697
2697
|
path: n.path,
|
|
2698
|
-
errorMaps: [n.common.contextualErrorMap, n.schemaErrorMap, St(),
|
|
2698
|
+
errorMaps: [n.common.contextualErrorMap, n.schemaErrorMap, St(), Be].filter((w) => !!w),
|
|
2699
2699
|
issueData: {
|
|
2700
2700
|
code: y.invalid_arguments,
|
|
2701
2701
|
argumentsError: v
|
|
@@ -2706,7 +2706,7 @@ class Me extends I {
|
|
|
2706
2706
|
return wt({
|
|
2707
2707
|
data: m,
|
|
2708
2708
|
path: n.path,
|
|
2709
|
-
errorMaps: [n.common.contextualErrorMap, n.schemaErrorMap, St(),
|
|
2709
|
+
errorMaps: [n.common.contextualErrorMap, n.schemaErrorMap, St(), Be].filter((w) => !!w),
|
|
2710
2710
|
issueData: {
|
|
2711
2711
|
code: y.invalid_return_type,
|
|
2712
2712
|
returnTypeError: v
|
|
@@ -2714,7 +2714,7 @@ class Me extends I {
|
|
|
2714
2714
|
});
|
|
2715
2715
|
}
|
|
2716
2716
|
const l = { errorMap: n.common.contextualErrorMap }, u = n.data;
|
|
2717
|
-
if (this._def.returns instanceof
|
|
2717
|
+
if (this._def.returns instanceof Ne) {
|
|
2718
2718
|
const m = this;
|
|
2719
2719
|
return Q(async function(...v) {
|
|
2720
2720
|
const w = new K([]), E = await m._def.args.parseAsync(v, l).catch((Se) => {
|
|
@@ -2744,13 +2744,13 @@ class Me extends I {
|
|
|
2744
2744
|
return this._def.returns;
|
|
2745
2745
|
}
|
|
2746
2746
|
args(...e) {
|
|
2747
|
-
return new
|
|
2747
|
+
return new Ue({
|
|
2748
2748
|
...this._def,
|
|
2749
2749
|
args: de.create(e).rest(Ae.create())
|
|
2750
2750
|
});
|
|
2751
2751
|
}
|
|
2752
2752
|
returns(e) {
|
|
2753
|
-
return new
|
|
2753
|
+
return new Ue({
|
|
2754
2754
|
...this._def,
|
|
2755
2755
|
returns: e
|
|
2756
2756
|
});
|
|
@@ -2762,7 +2762,7 @@ class Me extends I {
|
|
|
2762
2762
|
return this.parse(e);
|
|
2763
2763
|
}
|
|
2764
2764
|
static create(e, n, o) {
|
|
2765
|
-
return new
|
|
2765
|
+
return new Ue({
|
|
2766
2766
|
args: e || de.create([]).rest(Ae.create()),
|
|
2767
2767
|
returns: n || Ae.create(),
|
|
2768
2768
|
typeName: A.ZodFunction,
|
|
@@ -2897,7 +2897,7 @@ _t.create = (a, e) => new _t({
|
|
|
2897
2897
|
typeName: A.ZodNativeEnum,
|
|
2898
2898
|
...D(e)
|
|
2899
2899
|
});
|
|
2900
|
-
class
|
|
2900
|
+
class Ne extends I {
|
|
2901
2901
|
unwrap() {
|
|
2902
2902
|
return this._def.type;
|
|
2903
2903
|
}
|
|
@@ -2916,7 +2916,7 @@ class Ve extends I {
|
|
|
2916
2916
|
})));
|
|
2917
2917
|
}
|
|
2918
2918
|
}
|
|
2919
|
-
|
|
2919
|
+
Ne.create = (a, e) => new Ne({
|
|
2920
2920
|
type: a,
|
|
2921
2921
|
typeName: A.ZodPromise,
|
|
2922
2922
|
...D(e)
|
|
@@ -2948,7 +2948,7 @@ class Ce extends I {
|
|
|
2948
2948
|
path: o.path,
|
|
2949
2949
|
parent: o
|
|
2950
2950
|
});
|
|
2951
|
-
return v.status === "aborted" ? R : v.status === "dirty" || n.value === "dirty" ?
|
|
2951
|
+
return v.status === "aborted" ? R : v.status === "dirty" || n.value === "dirty" ? Me(v.value) : v;
|
|
2952
2952
|
});
|
|
2953
2953
|
{
|
|
2954
2954
|
if (n.value === "aborted")
|
|
@@ -2958,7 +2958,7 @@ class Ce extends I {
|
|
|
2958
2958
|
path: o.path,
|
|
2959
2959
|
parent: o
|
|
2960
2960
|
});
|
|
2961
|
-
return m.status === "aborted" ? R : m.status === "dirty" || n.value === "dirty" ?
|
|
2961
|
+
return m.status === "aborted" ? R : m.status === "dirty" || n.value === "dirty" ? Me(m.value) : m;
|
|
2962
2962
|
}
|
|
2963
2963
|
}
|
|
2964
2964
|
if (i.type === "refinement") {
|
|
@@ -3074,7 +3074,7 @@ class Lt extends I {
|
|
|
3074
3074
|
...o
|
|
3075
3075
|
}
|
|
3076
3076
|
});
|
|
3077
|
-
return
|
|
3077
|
+
return Qe(i) ? i.then((l) => ({
|
|
3078
3078
|
status: "valid",
|
|
3079
3079
|
value: l.status === "valid" ? l.value : this._def.catchValue({
|
|
3080
3080
|
get error() {
|
|
@@ -3102,7 +3102,7 @@ Lt.create = (a, e) => new Lt({
|
|
|
3102
3102
|
catchValue: typeof e.catch == "function" ? e.catch : () => e.catch,
|
|
3103
3103
|
...D(e)
|
|
3104
3104
|
});
|
|
3105
|
-
class
|
|
3105
|
+
class Ga extends I {
|
|
3106
3106
|
_parse(e) {
|
|
3107
3107
|
if (this._getType(e) !== C.nan) {
|
|
3108
3108
|
const o = this._getOrReturnCtx(e);
|
|
@@ -3115,7 +3115,7 @@ class za extends I {
|
|
|
3115
3115
|
return { status: "valid", value: e.data };
|
|
3116
3116
|
}
|
|
3117
3117
|
}
|
|
3118
|
-
|
|
3118
|
+
Ga.create = (a) => new Ga({
|
|
3119
3119
|
typeName: A.ZodNaN,
|
|
3120
3120
|
...D(a)
|
|
3121
3121
|
});
|
|
@@ -3142,7 +3142,7 @@ class Et extends I {
|
|
|
3142
3142
|
path: o.path,
|
|
3143
3143
|
parent: o
|
|
3144
3144
|
});
|
|
3145
|
-
return l.status === "aborted" ? R : l.status === "dirty" ? (n.dirty(),
|
|
3145
|
+
return l.status === "aborted" ? R : l.status === "dirty" ? (n.dirty(), Me(l.value)) : this._def.out._parseAsync({
|
|
3146
3146
|
data: l.value,
|
|
3147
3147
|
path: o.path,
|
|
3148
3148
|
parent: o
|
|
@@ -3175,7 +3175,7 @@ class Et extends I {
|
|
|
3175
3175
|
class Rt extends I {
|
|
3176
3176
|
_parse(e) {
|
|
3177
3177
|
const n = this._def.innerType._parse(e), o = (i) => (Le(i) && (i.value = Object.freeze(i.value)), i);
|
|
3178
|
-
return
|
|
3178
|
+
return Qe(n) ? n.then((i) => o(i)) : o(n);
|
|
3179
3179
|
}
|
|
3180
3180
|
unwrap() {
|
|
3181
3181
|
return this._def.innerType;
|
|
@@ -3186,25 +3186,25 @@ Rt.create = (a, e) => new Rt({
|
|
|
3186
3186
|
typeName: A.ZodReadonly,
|
|
3187
3187
|
...D(e)
|
|
3188
3188
|
});
|
|
3189
|
-
function
|
|
3189
|
+
function Ha(a, e) {
|
|
3190
3190
|
const n = typeof a == "function" ? a(e) : typeof a == "string" ? { message: a } : a;
|
|
3191
3191
|
return typeof n == "string" ? { message: n } : n;
|
|
3192
3192
|
}
|
|
3193
3193
|
function $s(a, e = {}, n) {
|
|
3194
|
-
return a ?
|
|
3194
|
+
return a ? qe.create().superRefine((o, i) => {
|
|
3195
3195
|
const l = a(o);
|
|
3196
3196
|
if (l instanceof Promise)
|
|
3197
3197
|
return l.then((u) => {
|
|
3198
3198
|
if (!u) {
|
|
3199
|
-
const m =
|
|
3199
|
+
const m = Ha(e, o), v = m.fatal ?? n ?? !0;
|
|
3200
3200
|
i.addIssue({ code: "custom", ...m, fatal: v });
|
|
3201
3201
|
}
|
|
3202
3202
|
});
|
|
3203
3203
|
if (!l) {
|
|
3204
|
-
const u =
|
|
3204
|
+
const u = Ha(e, o), m = u.fatal ?? n ?? !0;
|
|
3205
3205
|
i.addIssue({ code: "custom", ...u, fatal: m });
|
|
3206
3206
|
}
|
|
3207
|
-
}) :
|
|
3207
|
+
}) : qe.create();
|
|
3208
3208
|
}
|
|
3209
3209
|
var A;
|
|
3210
3210
|
(function(a) {
|
|
@@ -3214,22 +3214,22 @@ const Zs = (a, e = {
|
|
|
3214
3214
|
message: `Input not instance of ${a.name}`
|
|
3215
3215
|
}) => $s((n) => n instanceof a, e), t = oe.create, r = ke.create;
|
|
3216
3216
|
be.create;
|
|
3217
|
-
const d =
|
|
3217
|
+
const d = Ye.create;
|
|
3218
3218
|
Re.create;
|
|
3219
|
-
const U = vt.create, j = kt.create, fe =
|
|
3220
|
-
|
|
3221
|
-
const so = de.create, _ =
|
|
3222
|
-
|
|
3219
|
+
const U = vt.create, j = kt.create, fe = qe.create, le = Ae.create, xe = he.create, ft = bt.create, S = ie.create, p = N.create, f = Ke.create;
|
|
3220
|
+
Xe.create;
|
|
3221
|
+
const so = de.create, _ = et.create, gt = Ue.create, Js = xt.create, c = Tt.create, k = Fe.create, X = _t.create;
|
|
3222
|
+
Ne.create;
|
|
3223
3223
|
const se = me.create, Qs = Ee.create, jt = Ce.createWithPreprocess, te = {
|
|
3224
3224
|
string: ((a) => oe.create({ ...a, coerce: !0 })),
|
|
3225
3225
|
number: ((a) => ke.create({ ...a, coerce: !0 })),
|
|
3226
|
-
boolean: ((a) =>
|
|
3226
|
+
boolean: ((a) => Ye.create({
|
|
3227
3227
|
...a,
|
|
3228
3228
|
coerce: !0
|
|
3229
3229
|
})),
|
|
3230
3230
|
bigint: ((a) => be.create({ ...a, coerce: !0 })),
|
|
3231
3231
|
date: ((a) => Re.create({ ...a, coerce: !0 }))
|
|
3232
|
-
},
|
|
3232
|
+
}, Qg = ["de", "en", "es", "fl", "fr", "it", "nl", "pl", "pt", "ro", "tr"], Ys = (a) => a === !0 || a === 1 || a === "1" || a === "true", s = (a) => p(a), g = (a) => a, Yg = (a) => a.and(p({}).passthrough()), ve = () => jt((a) => Ys(a), d()), Y = () => jt(
|
|
3233
3233
|
(a) => a === "" || a === null ? void 0 : a,
|
|
3234
3234
|
te.number().optional()
|
|
3235
3235
|
), Ks = () => jt((a) => a === null ? void 0 : a, t().optional()), Xs = s({
|
|
@@ -3276,7 +3276,7 @@ const se = me.create, Qs = Ee.create, jt = Ce.createWithPreprocess, te = {
|
|
|
3276
3276
|
tab: t(),
|
|
3277
3277
|
name: t().optional(),
|
|
3278
3278
|
url: t().optional()
|
|
3279
|
-
}), ro = S(or),
|
|
3279
|
+
}), ro = S(or), Kg = (a) => ro.safeParse(a).success, ir = s({
|
|
3280
3280
|
...We.shape,
|
|
3281
3281
|
tabs: ro
|
|
3282
3282
|
}), sr = s({
|
|
@@ -3290,7 +3290,7 @@ const se = me.create, Qs = Ee.create, jt = Ce.createWithPreprocess, te = {
|
|
|
3290
3290
|
ar,
|
|
3291
3291
|
ir,
|
|
3292
3292
|
sr
|
|
3293
|
-
]),
|
|
3293
|
+
]), Xg = (a) => rr.safeParse(a).success;
|
|
3294
3294
|
var cr = /* @__PURE__ */ ((a) => (a.local = "local", a.installed = "installed", a.autosaved = "autosaved", a.saved = "saved", a))(cr || {});
|
|
3295
3295
|
class lr extends x {
|
|
3296
3296
|
/**
|
|
@@ -3443,21 +3443,21 @@ const co = s({
|
|
|
3443
3443
|
or: d().optional(),
|
|
3444
3444
|
isNull: d().optional(),
|
|
3445
3445
|
isNotNull: d().optional()
|
|
3446
|
-
}),
|
|
3446
|
+
}), De = Dt.array(), ze = It.array(), Ot = (a) => a.and(
|
|
3447
3447
|
p({
|
|
3448
3448
|
token: t().or(U()).optional()
|
|
3449
3449
|
})
|
|
3450
3450
|
);
|
|
3451
3451
|
var z = /* @__PURE__ */ ((a) => (a.LITTLE = "raw-little", a.LIST = "raw-list", a.VIEW = "raw-view", a))(z || {});
|
|
3452
|
-
const Sr = X(z).transform((a) => `${a}`),
|
|
3452
|
+
const Sr = X(z).transform((a) => `${a}`), at = f([Sr, U()]), ey = s({
|
|
3453
3453
|
additionalFilter: p({}).optional(),
|
|
3454
3454
|
facets: S(p({})).optional(),
|
|
3455
3455
|
filters: ze.optional(),
|
|
3456
3456
|
query: t().optional(),
|
|
3457
3457
|
limit: r().optional(),
|
|
3458
3458
|
page: r().optional(),
|
|
3459
|
-
orders:
|
|
3460
|
-
format:
|
|
3459
|
+
orders: De.optional(),
|
|
3460
|
+
format: at.optional()
|
|
3461
3461
|
});
|
|
3462
3462
|
class wr extends x {
|
|
3463
3463
|
list(e, n) {
|
|
@@ -3570,7 +3570,7 @@ class wr extends x {
|
|
|
3570
3570
|
o: "article",
|
|
3571
3571
|
f: "getComments",
|
|
3572
3572
|
...e,
|
|
3573
|
-
|
|
3573
|
+
attachment: e.attachment ?? !1,
|
|
3574
3574
|
limits: e.limits ?? { start: 0, max: 1e4 },
|
|
3575
3575
|
format: q(n?.format ?? z.LITTLE, n?.formatExtension)
|
|
3576
3576
|
},
|
|
@@ -6450,6 +6450,7 @@ class Sc extends x {
|
|
|
6450
6450
|
}
|
|
6451
6451
|
}
|
|
6452
6452
|
class wc extends x {
|
|
6453
|
+
/** `withCount: false` skips the server-side count query; `cnt` then only reflects the returned page. */
|
|
6453
6454
|
getFiles(e, n) {
|
|
6454
6455
|
return this.network.post(
|
|
6455
6456
|
{
|
|
@@ -6464,6 +6465,7 @@ class wc extends x {
|
|
|
6464
6465
|
getTemplates(e) {
|
|
6465
6466
|
return this.network.post({ o: "weDoc", f: "getTemplates" }, e?.signal);
|
|
6466
6467
|
}
|
|
6468
|
+
// Mutually exclusive: sending both is a BAD_REQUEST. The union enforces it, unhelpfully.
|
|
6467
6469
|
createFile(e, n) {
|
|
6468
6470
|
return this.network.postCSRF(
|
|
6469
6471
|
{
|
|
@@ -6546,6 +6548,11 @@ class wc extends x {
|
|
|
6546
6548
|
unshareFolder(e, n) {
|
|
6547
6549
|
return this.network.postCSRF({ ...e, o: "weDoc", f: "unshareFolder" }, n?.signal);
|
|
6548
6550
|
}
|
|
6551
|
+
// Not getFolderShares, which lists direct shares only: a folder with none of its own is still
|
|
6552
|
+
// exposed as soon as an ancestor is shared.
|
|
6553
|
+
folderAudience(e, n) {
|
|
6554
|
+
return this.network.post({ ...e, o: "weDoc", f: "folderAudience" }, n?.signal);
|
|
6555
|
+
}
|
|
6549
6556
|
getFolderShares(e, n) {
|
|
6550
6557
|
return this.network.post({ ...e, o: "weDoc", f: "getFolderShares" }, n?.signal);
|
|
6551
6558
|
}
|
|
@@ -6746,7 +6753,7 @@ class lo {
|
|
|
6746
6753
|
}
|
|
6747
6754
|
}
|
|
6748
6755
|
var kc = /* @__PURE__ */ ((a) => (a[a.ABORT = -1] = "ABORT", a[a.SUCCESS = 0] = "SUCCESS", a[a.CONFLICT = 409] = "CONFLICT", a[a.RATE_LIMIT = 429] = "RATE_LIMIT", a))(kc || {});
|
|
6749
|
-
class
|
|
6756
|
+
class tt {
|
|
6750
6757
|
action;
|
|
6751
6758
|
window;
|
|
6752
6759
|
constructor(e, n = "api-front") {
|
|
@@ -6793,7 +6800,7 @@ class et {
|
|
|
6793
6800
|
async fetch({ o: e, f: n, ...o }, i) {
|
|
6794
6801
|
i === void 0 && (i = null);
|
|
6795
6802
|
const l = await this.getUrl(e, n);
|
|
6796
|
-
return this.handleApiResponse(l, { ...
|
|
6803
|
+
return this.handleApiResponse(l, { ...tt._formatPostOptions(o), signal: i });
|
|
6797
6804
|
}
|
|
6798
6805
|
async get(e, n, o, i) {
|
|
6799
6806
|
i === void 0 && (i = null);
|
|
@@ -6839,7 +6846,7 @@ class et {
|
|
|
6839
6846
|
* Handles file upload without creating a jFile on the platform
|
|
6840
6847
|
*/
|
|
6841
6848
|
async postWithFile(e, n) {
|
|
6842
|
-
const { o, f: i, ...l } = e, u =
|
|
6849
|
+
const { o, f: i, ...l } = e, u = tt.serializeFormData(l), m = await this.getUrl(o, i);
|
|
6843
6850
|
return this.postFormData(m, u, n);
|
|
6844
6851
|
}
|
|
6845
6852
|
async postCSRFWithFile(e, n) {
|
|
@@ -6888,7 +6895,7 @@ const ge = s({
|
|
|
6888
6895
|
}), Cc = ge.extend({
|
|
6889
6896
|
title: t(),
|
|
6890
6897
|
_url: t()
|
|
6891
|
-
}), B = g(Cc),
|
|
6898
|
+
}), B = g(Cc), ty = (a) => B.safeParse(a).success, po = s({
|
|
6892
6899
|
id: t(),
|
|
6893
6900
|
uri: t(),
|
|
6894
6901
|
shortUri: t(),
|
|
@@ -6913,11 +6920,11 @@ const ge = s({
|
|
|
6913
6920
|
idspot: t()
|
|
6914
6921
|
}), mo = g(
|
|
6915
6922
|
_c
|
|
6916
|
-
),
|
|
6923
|
+
), ny = f([
|
|
6917
6924
|
Ge,
|
|
6918
6925
|
uo,
|
|
6919
6926
|
mo
|
|
6920
|
-
]),
|
|
6927
|
+
]), ay = B.extend({
|
|
6921
6928
|
isTechnical: r(),
|
|
6922
6929
|
status: r(),
|
|
6923
6930
|
image: t(),
|
|
@@ -6927,7 +6934,7 @@ const ge = s({
|
|
|
6927
6934
|
members: t()
|
|
6928
6935
|
}),
|
|
6929
6936
|
_members: S(B)
|
|
6930
|
-
}),
|
|
6937
|
+
}), oy = po.pick({ uri: !0, title: !0 }), ce = s({
|
|
6931
6938
|
create: d(),
|
|
6932
6939
|
read: d(),
|
|
6933
6940
|
publish: d(),
|
|
@@ -6940,7 +6947,7 @@ const ge = s({
|
|
|
6940
6947
|
versioning: d().optional(),
|
|
6941
6948
|
generateRendition: d().optional(),
|
|
6942
6949
|
onlyOffice: d().optional()
|
|
6943
|
-
}),
|
|
6950
|
+
}), iy = (a) => ce.safeParse(a).success, Pt = f([
|
|
6944
6951
|
c("de"),
|
|
6945
6952
|
c("en"),
|
|
6946
6953
|
c("es"),
|
|
@@ -6966,11 +6973,11 @@ const ge = s({
|
|
|
6966
6973
|
dateModified: t()
|
|
6967
6974
|
}), O = g(Rc), Fc = O.extend({
|
|
6968
6975
|
active: r()
|
|
6969
|
-
}),
|
|
6976
|
+
}), ot = g(Fc), sy = (a) => ot.safeParse(a).success, Ec = ot, ry = (a) => Ec.safeParse(a).success, jc = s({
|
|
6970
6977
|
idInType: r(),
|
|
6971
6978
|
lat: r(),
|
|
6972
6979
|
lng: r()
|
|
6973
|
-
}),
|
|
6980
|
+
}), cy = (a) => jc.safeParse(a).success, Ze = p({
|
|
6974
6981
|
title: t(),
|
|
6975
6982
|
firstname: t(),
|
|
6976
6983
|
lastname: t(),
|
|
@@ -6993,27 +7000,27 @@ const ge = s({
|
|
|
6993
7000
|
field3: t().optional(),
|
|
6994
7001
|
field4: t().optional(),
|
|
6995
7002
|
field5: t().optional()
|
|
6996
|
-
}),
|
|
7003
|
+
}), $a = Ze.required().extend({
|
|
6997
7004
|
level: t(),
|
|
6998
7005
|
image: t().optional(),
|
|
6999
7006
|
businessManagementManager: O.array().optional(),
|
|
7000
7007
|
businessNetworkingUserToCompanySrc: O.array().optional()
|
|
7001
|
-
}),
|
|
7002
|
-
user_field_edit_profil: _(
|
|
7003
|
-
user_field_editable: _(
|
|
7004
|
-
user_field_my_page: _(
|
|
7008
|
+
}), ly = p({
|
|
7009
|
+
user_field_edit_profil: _(Ze.keyof(), r()),
|
|
7010
|
+
user_field_editable: _(Ze.keyof(), r()),
|
|
7011
|
+
user_field_my_page: _(Ze.keyof(), r()),
|
|
7005
7012
|
user_page_mandatory_fields: p({
|
|
7006
7013
|
firstname: k(["0", "1"]),
|
|
7007
7014
|
lastname: k(["0", "1"]),
|
|
7008
7015
|
pseudo: k(["0", "1"])
|
|
7009
7016
|
})
|
|
7010
|
-
}),
|
|
7017
|
+
}), dy = s({
|
|
7011
7018
|
name: t(),
|
|
7012
7019
|
value: f([t(), _(t(), fe())])
|
|
7013
|
-
}),
|
|
7014
|
-
values:
|
|
7015
|
-
mobileEditableFields:
|
|
7016
|
-
}),
|
|
7020
|
+
}), py = k(["popover"]), uy = s({
|
|
7021
|
+
values: $a,
|
|
7022
|
+
mobileEditableFields: $a.keyof().array()
|
|
7023
|
+
}), my = s({
|
|
7017
7024
|
mail: f([t(), U()]).optional(),
|
|
7018
7025
|
title: t(),
|
|
7019
7026
|
firstname: t(),
|
|
@@ -7042,15 +7049,15 @@ const ge = s({
|
|
|
7042
7049
|
name: t(),
|
|
7043
7050
|
type: t()
|
|
7044
7051
|
}).array()
|
|
7045
|
-
}),
|
|
7052
|
+
}), hy = (a) => Dc.safeParse(a).success, Ic = -1, Za = 0, Oc = 5, Ja = 1, Qa = 2, Ya = 10, fy = s({
|
|
7046
7053
|
default: p({
|
|
7047
7054
|
mailEnabled: d(),
|
|
7048
7055
|
mailFrequency: f([
|
|
7049
|
-
c($a),
|
|
7050
7056
|
c(Za),
|
|
7051
|
-
c(Oc),
|
|
7052
7057
|
c(Ja),
|
|
7053
|
-
c(
|
|
7058
|
+
c(Oc),
|
|
7059
|
+
c(Qa),
|
|
7060
|
+
c(Ya)
|
|
7054
7061
|
]),
|
|
7055
7062
|
mailGroupFrequency: r(),
|
|
7056
7063
|
wantMailSpotit: d(),
|
|
@@ -7069,10 +7076,10 @@ const ge = s({
|
|
|
7069
7076
|
wantMailSubscriber: d(),
|
|
7070
7077
|
mailFrequency: f([
|
|
7071
7078
|
c(Ic),
|
|
7072
|
-
c($a),
|
|
7073
7079
|
c(Za),
|
|
7074
7080
|
c(Ja),
|
|
7075
|
-
c(Qa)
|
|
7081
|
+
c(Qa),
|
|
7082
|
+
c(Ya)
|
|
7076
7083
|
]),
|
|
7077
7084
|
wantActivitySpotit: d(),
|
|
7078
7085
|
wantActivityComment: d()
|
|
@@ -7093,9 +7100,9 @@ const ge = s({
|
|
|
7093
7100
|
wantMail: d()
|
|
7094
7101
|
})
|
|
7095
7102
|
)
|
|
7096
|
-
}),
|
|
7103
|
+
}), gy = s({
|
|
7097
7104
|
customPrompt: t()
|
|
7098
|
-
}),
|
|
7105
|
+
}), yy = s({
|
|
7099
7106
|
IdUser: r(),
|
|
7100
7107
|
FirstName: t(),
|
|
7101
7108
|
LastName: t(),
|
|
@@ -7104,28 +7111,28 @@ const ge = s({
|
|
|
7104
7111
|
description: t().optional().nullable(),
|
|
7105
7112
|
_user: O,
|
|
7106
7113
|
_right: ce
|
|
7107
|
-
}), ho = g(Pc),
|
|
7114
|
+
}), ho = g(Pc), Sy = (a) => ho.safeParse(a).success, Mc = B.extend({
|
|
7108
7115
|
type: k(["folder", "rootFolder"]),
|
|
7109
7116
|
folderColor: t().optional()
|
|
7110
|
-
}),
|
|
7117
|
+
}), nt = g(Mc), Uc = B.omit({ _url: !0 }).extend({
|
|
7111
7118
|
mainType: c("network"),
|
|
7112
7119
|
type: k(["networkPublic"]),
|
|
7113
7120
|
dateModified: t().nullable()
|
|
7114
7121
|
}), Bc = g(
|
|
7115
7122
|
Uc
|
|
7116
|
-
),
|
|
7123
|
+
), wy = s({
|
|
7117
7124
|
attrName: t(),
|
|
7118
7125
|
token: t(),
|
|
7119
7126
|
file: Zs(File).nullable().optional(),
|
|
7120
7127
|
url: t().optional()
|
|
7121
|
-
}),
|
|
7128
|
+
}), it = s({
|
|
7122
7129
|
width: r(),
|
|
7123
7130
|
height: r()
|
|
7124
|
-
}),
|
|
7131
|
+
}), vy = s({
|
|
7125
7132
|
type: t(),
|
|
7126
7133
|
id: r(),
|
|
7127
7134
|
timestamp: t(),
|
|
7128
|
-
imagesize: se(
|
|
7135
|
+
imagesize: se(it)
|
|
7129
7136
|
}), qc = s({
|
|
7130
7137
|
x: r(),
|
|
7131
7138
|
y: r(),
|
|
@@ -7138,21 +7145,21 @@ const ge = s({
|
|
|
7138
7145
|
path: t().optional(),
|
|
7139
7146
|
size: r(),
|
|
7140
7147
|
mainType: Nc
|
|
7141
|
-
}), V = g(fo),
|
|
7148
|
+
}), V = g(fo), ky = (a) => V.parse(a), Wc = V.extend({
|
|
7142
7149
|
_extend: p({
|
|
7143
7150
|
crop: qc
|
|
7144
7151
|
})
|
|
7145
|
-
}),
|
|
7152
|
+
}), by = g(Wc), zc = ho.merge(fo), Cy = g(zc), xy = s({
|
|
7146
7153
|
name: t(),
|
|
7147
7154
|
filename: t(),
|
|
7148
7155
|
dateModified: t(),
|
|
7149
7156
|
mimetype: t()
|
|
7150
|
-
}),
|
|
7157
|
+
}), Ty = s({
|
|
7151
7158
|
idUser: t(),
|
|
7152
7159
|
dateDownload: t(),
|
|
7153
7160
|
Pseudo: t(),
|
|
7154
7161
|
type: t()
|
|
7155
|
-
}),
|
|
7162
|
+
}), _y = s({
|
|
7156
7163
|
url: t(),
|
|
7157
7164
|
aspectRatio: r()
|
|
7158
7165
|
}), go = "og:image", Gc = "og:title", Hc = "og:url", $c = "og:video", Zc = "og:description", yo = "og:video:height", So = "og:video:width", wo = "og:video:url", Mt = "og:type", Jc = s({
|
|
@@ -7193,7 +7200,7 @@ const ge = s({
|
|
|
7193
7200
|
category: t(),
|
|
7194
7201
|
idCommunity: t().optional(),
|
|
7195
7202
|
widgets: S(t()).optional()
|
|
7196
|
-
}), el = f([c(0), c(1), c(2), c(3)]),
|
|
7203
|
+
}), el = f([c(0), c(1), c(2), c(3)]), Ay = s({
|
|
7197
7204
|
level: el,
|
|
7198
7205
|
user: O
|
|
7199
7206
|
}), vo = s({
|
|
@@ -7211,7 +7218,7 @@ const ge = s({
|
|
|
7211
7218
|
var ko = /* @__PURE__ */ ((a) => (a[a.SPOT_MODERATE_IGNORE = 0] = "SPOT_MODERATE_IGNORE", a[a.SPOT_MODERATE_ACCEPT = 1] = "SPOT_MODERATE_ACCEPT", a[a.SPOT_MODERATE_PENDING = 2] = "SPOT_MODERATE_PENDING", a))(ko || {});
|
|
7212
7219
|
const tl = X(ko);
|
|
7213
7220
|
var bo = /* @__PURE__ */ ((a) => (a[a.SPOT_PRIVATE = 0] = "SPOT_PRIVATE", a[a.SPOT_PUBLIC = 1] = "SPOT_PUBLIC", a[a.SPOT_MODERATE = 2] = "SPOT_MODERATE", a))(bo || {});
|
|
7214
|
-
const Co = X(bo),
|
|
7221
|
+
const Co = X(bo), Ly = s({
|
|
7215
7222
|
userLevelSpot: vo,
|
|
7216
7223
|
spotMinLevelToInvit: r(),
|
|
7217
7224
|
userRights: ce,
|
|
@@ -7285,7 +7292,7 @@ const Co = X(bo), Ty = s({
|
|
|
7285
7292
|
_options: al,
|
|
7286
7293
|
_errors: so([]),
|
|
7287
7294
|
lastRssExecution: _(t()).optional()
|
|
7288
|
-
}),
|
|
7295
|
+
}), Ry = xo.array(), sl = Xc.extend(il.omit({ rss_feed: !0 }).partial().shape).extend({
|
|
7289
7296
|
uri: t(),
|
|
7290
7297
|
image: t().nullable().optional(),
|
|
7291
7298
|
spotBanner: V.array().optional(),
|
|
@@ -7293,7 +7300,7 @@ const Co = X(bo), Ty = s({
|
|
|
7293
7300
|
uriCommunity: t().optional(),
|
|
7294
7301
|
custom_widgets: _(To).optional(),
|
|
7295
7302
|
rss_feed: t()
|
|
7296
|
-
}),
|
|
7303
|
+
}), Fy = g(sl), Ey = s({
|
|
7297
7304
|
idWidget: t(),
|
|
7298
7305
|
title: t(),
|
|
7299
7306
|
url: t(),
|
|
@@ -7304,7 +7311,7 @@ const Co = X(bo), Ty = s({
|
|
|
7304
7311
|
id: t(),
|
|
7305
7312
|
idorder: r(),
|
|
7306
7313
|
label: t()
|
|
7307
|
-
}),
|
|
7314
|
+
}), jy = s({
|
|
7308
7315
|
use: f([d(), r(), t(), j()]),
|
|
7309
7316
|
open: f([d(), r(), t(), j()]),
|
|
7310
7317
|
list: rl.array()
|
|
@@ -7315,7 +7322,7 @@ const Co = X(bo), Ty = s({
|
|
|
7315
7322
|
privacy: Co,
|
|
7316
7323
|
cssColor: t().optional(),
|
|
7317
7324
|
unread: r().optional()
|
|
7318
|
-
}),
|
|
7325
|
+
}), st = g(cl), ll = st.extend({}), dl = g(ll), pl = dl.extend({
|
|
7319
7326
|
description: t().optional(),
|
|
7320
7327
|
edito: t().nullable().optional(),
|
|
7321
7328
|
language: t(),
|
|
@@ -7323,27 +7330,27 @@ const Co = X(bo), Ty = s({
|
|
|
7323
7330
|
spotBanner: V.array().optional(),
|
|
7324
7331
|
idCommunity: t().optional(),
|
|
7325
7332
|
useTeaser: f([c(""), c("0"), c("1")]).nullable().optional()
|
|
7326
|
-
}),
|
|
7333
|
+
}), Dy = g(pl), Iy = s({
|
|
7327
7334
|
idSpot: f([t(), r()]),
|
|
7328
7335
|
mailFrequency: f([t(), r()]),
|
|
7329
7336
|
mailSpotit: d(),
|
|
7330
7337
|
mailComment: d(),
|
|
7331
7338
|
mailSubscriber: d()
|
|
7332
|
-
}),
|
|
7339
|
+
}), Oy = s({
|
|
7333
7340
|
type: t().optional(),
|
|
7334
|
-
format:
|
|
7341
|
+
format: at.optional(),
|
|
7335
7342
|
query: t().optional(),
|
|
7336
7343
|
limit: r().optional(),
|
|
7337
7344
|
page: r().optional(),
|
|
7338
7345
|
public: d().optional(),
|
|
7339
|
-
orders:
|
|
7346
|
+
orders: De.optional(),
|
|
7340
7347
|
filters: ze.or(U()).optional()
|
|
7341
|
-
}),
|
|
7348
|
+
}), Py = s({
|
|
7342
7349
|
openCategory: d()
|
|
7343
|
-
}),
|
|
7350
|
+
}), My = (a) => vo.safeParse(a).success, Te = f([
|
|
7344
7351
|
O,
|
|
7345
|
-
|
|
7346
|
-
|
|
7352
|
+
st,
|
|
7353
|
+
nt,
|
|
7347
7354
|
Bc
|
|
7348
7355
|
]);
|
|
7349
7356
|
var h = /* @__PURE__ */ ((a) => (a.Accessibility = "widget-accessibility", a.Application = "widget-application", a.ArticleButton = "widget-article-button", a.Button = "widget-button", a.Combination = "widget-combination", a.ArticleGallery = "widget-article-gallery", a.ArticleTitle = "widget-article-title", a.ArticleText = "widget-article-text", a.ArticleImage = "widget-article-image", a.ArticleAttachment = "widget-article-attachment", a.ArticleSlider = "widget-article-slider", a.CheckList = "widget-check-list", a.DatasourceTable = "widget-datasource-table", a.ExcelDatasourceTable = "widget-excel-datasource-table", a.Presence = "widget-presence", a.QuickSurvey = "widget-quick-survey", a.Contact = "widget-contact", a.ContactCardDav = "widget-contact-cardDav", a.CalendarCalDav = "widget-calendar-calDav", a.EmailsImap = "widget-emails-imap", a.Documents = "widget-documents", a.LuccaAbsence = "widget-lucca-absence", a.Slider = "widget-slider", a.Welcome = "widget-welcome", a.UserProfile = "widget-user-profil", a.Color = "widget-color", a.Birthday = "widget-birthday", a.Separator = "widget-separator", a.Calendar = "widget-calendar", a.Extension = "widget-extension", a.Cover = "widget-cover", a.Image = "widget-image", a.Countdown = "widget-countdown", a.Charts = "widget-charts", a.Meteo = "widget-meteo", a.News = "widget-news", a.MyGroup = "widget-my-group", a.Newsflash = "widget-newsflash", a.SyncContent = "widget-sync-content", a.Text = "widget-text", a.Embed = "widget-embed", a.Youtube = "widget-youtube", a.Flockler = "widget-flockler", a.Faq = "widget-faq", a.File = "widget-file", a.Survey = "widget-survey", a))(h || {});
|
|
@@ -7354,7 +7361,7 @@ const Ut = X(h), ul = s({
|
|
|
7354
7361
|
}), ml = p({
|
|
7355
7362
|
title: t(),
|
|
7356
7363
|
widget: ul
|
|
7357
|
-
}), Bt = g(ml), hl = k(["left", "right", "center", "justify"]),
|
|
7364
|
+
}), Bt = g(ml), hl = k(["left", "right", "center", "justify"]), Uy = k(["top", "bottom", "center", "left", "right"]), By = k(["auto", "contain", "cover"]), fl = k(["sm", "md", "lg"]), Ao = k(["h1", "h2", "h3", "h4", "h5", "h6"]), gl = k(["contained", "outlined"]), yl = k(["link", "anchor", "popup"]), Sl = s({
|
|
7358
7365
|
x: r(),
|
|
7359
7366
|
y: r()
|
|
7360
7367
|
}), wl = k(["default", "vertical"]), F = (a, e, n) => {
|
|
@@ -7376,7 +7383,7 @@ const Ut = X(h), ul = s({
|
|
|
7376
7383
|
value: r(),
|
|
7377
7384
|
unit: t().nullable()
|
|
7378
7385
|
}).array()
|
|
7379
|
-
}),
|
|
7386
|
+
}), qy = s({
|
|
7380
7387
|
backgroundImage: Lo
|
|
7381
7388
|
});
|
|
7382
7389
|
let Ro;
|
|
@@ -7433,7 +7440,7 @@ const bl = (a) => {
|
|
|
7433
7440
|
Ll,
|
|
7434
7441
|
Rl,
|
|
7435
7442
|
Fl
|
|
7436
|
-
]),
|
|
7443
|
+
]), Vy = (a) => a.tab === "apps", Ny = (a) => a.tab === "links" || a.tab === "default", Wy = (a) => a.tab === "image", zy = (a) => a.tab === "extensions", jl = s({
|
|
7437
7444
|
color: t().optional()
|
|
7438
7445
|
}), Nt = s({
|
|
7439
7446
|
size: _l.optional(),
|
|
@@ -7687,7 +7694,7 @@ const bl = (a) => {
|
|
|
7687
7694
|
alignItems: ed.optional(),
|
|
7688
7695
|
maxHorizontalElements: r().optional(),
|
|
7689
7696
|
widgets: td.array().optional()
|
|
7690
|
-
}),
|
|
7697
|
+
}), rt = s({
|
|
7691
7698
|
rows: nd.array().optional(),
|
|
7692
7699
|
gapValue: r().optional(),
|
|
7693
7700
|
maxHorizontalElements: r().optional(),
|
|
@@ -7696,7 +7703,7 @@ const bl = (a) => {
|
|
|
7696
7703
|
}), Eo = s({
|
|
7697
7704
|
name: c(h.Combination),
|
|
7698
7705
|
uniqid: t(),
|
|
7699
|
-
content:
|
|
7706
|
+
content: rt
|
|
7700
7707
|
}), ad = s({
|
|
7701
7708
|
background: t().optional(),
|
|
7702
7709
|
backgroundCardContact: t().optional(),
|
|
@@ -7707,7 +7714,7 @@ const bl = (a) => {
|
|
|
7707
7714
|
usersUri: t().array().optional(),
|
|
7708
7715
|
displayFields: t().array().optional(),
|
|
7709
7716
|
css: ad.optional()
|
|
7710
|
-
}),
|
|
7717
|
+
}), Gy = _(t(), t()), Hy = p({
|
|
7711
7718
|
id: r(),
|
|
7712
7719
|
firstname: t().optional(),
|
|
7713
7720
|
lastname: t().optional(),
|
|
@@ -7775,7 +7782,7 @@ const bl = (a) => {
|
|
|
7775
7782
|
dateFormat: od.optional(),
|
|
7776
7783
|
numberFormat: id.optional(),
|
|
7777
7784
|
sortByCreationDate: d().optional()
|
|
7778
|
-
}),
|
|
7785
|
+
}), $y = jo.array(), ud = k([
|
|
7779
7786
|
"text",
|
|
7780
7787
|
"uri",
|
|
7781
7788
|
"file",
|
|
@@ -7787,7 +7794,7 @@ const bl = (a) => {
|
|
|
7787
7794
|
"email",
|
|
7788
7795
|
"number",
|
|
7789
7796
|
"title"
|
|
7790
|
-
]),
|
|
7797
|
+
]), Zy = s({
|
|
7791
7798
|
name: t(),
|
|
7792
7799
|
label: t(),
|
|
7793
7800
|
sortable: d().optional(),
|
|
@@ -7806,10 +7813,10 @@ const bl = (a) => {
|
|
|
7806
7813
|
tableSizedColumnsWidth: r().optional()
|
|
7807
7814
|
}), hd = md.extend({
|
|
7808
7815
|
uri: t().optional()
|
|
7809
|
-
}),
|
|
7816
|
+
}), ct = g(hd), An = s({
|
|
7810
7817
|
name: c(h.DatasourceTable),
|
|
7811
7818
|
uniqid: t(),
|
|
7812
|
-
content:
|
|
7819
|
+
content: ct
|
|
7813
7820
|
}), Ln = s({
|
|
7814
7821
|
uri: t().optional(),
|
|
7815
7822
|
textColor: t().optional(),
|
|
@@ -7838,7 +7845,7 @@ const bl = (a) => {
|
|
|
7838
7845
|
name: c(h.Embed),
|
|
7839
7846
|
uniqid: t(),
|
|
7840
7847
|
content: jn
|
|
7841
|
-
}), In =
|
|
7848
|
+
}), In = ct, On = s({
|
|
7842
7849
|
name: c(h.ExcelDatasourceTable),
|
|
7843
7850
|
uniqid: t(),
|
|
7844
7851
|
content: In
|
|
@@ -7907,7 +7914,7 @@ const bl = (a) => {
|
|
|
7907
7914
|
name: c(h.Image),
|
|
7908
7915
|
uniqid: t(),
|
|
7909
7916
|
content: zn
|
|
7910
|
-
}),
|
|
7917
|
+
}), Jy = s({
|
|
7911
7918
|
absentUntil: t(),
|
|
7912
7919
|
period: t().array(),
|
|
7913
7920
|
title: t(),
|
|
@@ -7921,7 +7928,7 @@ const bl = (a) => {
|
|
|
7921
7928
|
}), fd = s({
|
|
7922
7929
|
insee: t(),
|
|
7923
7930
|
title: t()
|
|
7924
|
-
}),
|
|
7931
|
+
}), Qy = s({
|
|
7925
7932
|
insee: t(),
|
|
7926
7933
|
title: t(),
|
|
7927
7934
|
nid: t()
|
|
@@ -7938,7 +7945,7 @@ const bl = (a) => {
|
|
|
7938
7945
|
name: c(h.MyGroup),
|
|
7939
7946
|
uniqid: t(),
|
|
7940
7947
|
content: Qn
|
|
7941
|
-
}),
|
|
7948
|
+
}), $e = s({
|
|
7942
7949
|
id: te.string(),
|
|
7943
7950
|
uri: t(),
|
|
7944
7951
|
title: t()
|
|
@@ -7954,10 +7961,10 @@ const bl = (a) => {
|
|
|
7954
7961
|
order: k(["dateCreation", "dateLastEvent"]).optional(),
|
|
7955
7962
|
types: S(t()).optional(),
|
|
7956
7963
|
limit: Y(),
|
|
7957
|
-
taxonomiesSelected: S(
|
|
7958
|
-
keywordsList: S(
|
|
7959
|
-
keywordsMandatories: S(
|
|
7960
|
-
filters: S(
|
|
7964
|
+
taxonomiesSelected: S($e).optional(),
|
|
7965
|
+
keywordsList: S($e).optional(),
|
|
7966
|
+
keywordsMandatories: S($e).optional(),
|
|
7967
|
+
filters: S($e).optional(),
|
|
7961
7968
|
// Stored as 0 / 1 or as booleans, depending on the editor that saved the widget.
|
|
7962
7969
|
showKeywordsMandatories: ve().optional(),
|
|
7963
7970
|
useHighlight: ve().optional(),
|
|
@@ -7987,27 +7994,27 @@ const bl = (a) => {
|
|
|
7987
7994
|
name: c(h.Newsflash),
|
|
7988
7995
|
uniqid: t(),
|
|
7989
7996
|
content: ea
|
|
7990
|
-
}), ae = d().or(c(0)).or(c(1)),
|
|
7997
|
+
}), ae = d().or(c(0)).or(c(1)), lt = s({
|
|
7991
7998
|
limit: d().or(r()).optional(),
|
|
7992
7999
|
limitValue: r().optional(),
|
|
7993
8000
|
closing: ae.optional(),
|
|
7994
8001
|
isClosed: ae.optional()
|
|
7995
|
-
}),
|
|
8002
|
+
}), Yy = (a) => vl(a, lt), na = s({
|
|
7996
8003
|
name: c(h.Presence),
|
|
7997
8004
|
uniqid: t(),
|
|
7998
|
-
content:
|
|
7999
|
-
}),
|
|
8005
|
+
content: lt
|
|
8006
|
+
}), Ky = (a) => F(a, na), gd = s({
|
|
8000
8007
|
id: r(),
|
|
8001
8008
|
type: t(),
|
|
8002
8009
|
uniqid: t(),
|
|
8003
8010
|
value: r()
|
|
8004
|
-
}),
|
|
8011
|
+
}), Xy = (a) => F(a, gd), yd = s({
|
|
8005
8012
|
userValue: r(),
|
|
8006
8013
|
userAvailableList: O.array(),
|
|
8007
8014
|
userUnavailableList: O.array(),
|
|
8008
8015
|
userAvailableTotal: r(),
|
|
8009
8016
|
userUnavailableTotal: r()
|
|
8010
|
-
}),
|
|
8017
|
+
}), eS = (a) => F(a, yd), tS = s({
|
|
8011
8018
|
data: O.array(),
|
|
8012
8019
|
cnt: r(),
|
|
8013
8020
|
page: r(),
|
|
@@ -8037,12 +8044,12 @@ const bl = (a) => {
|
|
|
8037
8044
|
}), wd = s({
|
|
8038
8045
|
userList: O.array(),
|
|
8039
8046
|
counter: r()
|
|
8040
|
-
}),
|
|
8047
|
+
}), nS = s({
|
|
8041
8048
|
totalRespondent: r(),
|
|
8042
8049
|
totalResponse: r(),
|
|
8043
8050
|
userLoggedResponses: t().array(),
|
|
8044
8051
|
userResponses: wd.array()
|
|
8045
|
-
}),
|
|
8052
|
+
}), aS = s({
|
|
8046
8053
|
data: O.array(),
|
|
8047
8054
|
cnt: r(),
|
|
8048
8055
|
page: r(),
|
|
@@ -8092,7 +8099,7 @@ const bl = (a) => {
|
|
|
8092
8099
|
}), la = s({
|
|
8093
8100
|
uri: t().optional(),
|
|
8094
8101
|
surveySelected: p({ uri: t() }).array().optional()
|
|
8095
|
-
}),
|
|
8102
|
+
}), oS = (a) => a.uri !== void 0 && a.uri !== "" ? a.uri : a.surveySelected?.[0]?.uri, da = s({
|
|
8096
8103
|
name: c(h.Survey),
|
|
8097
8104
|
uniqid: t(),
|
|
8098
8105
|
content: la
|
|
@@ -8209,10 +8216,10 @@ const Cd = 1, xd = 2, Td = 3, _d = 4, Ad = f([
|
|
|
8209
8216
|
L.extend(Kt.shape),
|
|
8210
8217
|
L.extend(fn.shape),
|
|
8211
8218
|
L.extend(Cn.shape),
|
|
8212
|
-
L.extend(
|
|
8219
|
+
L.extend(ct.shape),
|
|
8213
8220
|
L.extend(In.shape),
|
|
8214
8221
|
L.extend(Ln.shape),
|
|
8215
|
-
L.extend(
|
|
8222
|
+
L.extend(lt.shape),
|
|
8216
8223
|
L.extend(aa.shape),
|
|
8217
8224
|
L.extend(pn.shape),
|
|
8218
8225
|
L.extend(kn.shape),
|
|
@@ -8243,8 +8250,8 @@ const Cd = 1, xd = 2, Td = 3, _d = 4, Ad = f([
|
|
|
8243
8250
|
L.extend(qn.shape),
|
|
8244
8251
|
L.extend(la.shape),
|
|
8245
8252
|
L.extend(Sa.shape),
|
|
8246
|
-
L.extend(
|
|
8247
|
-
]),
|
|
8253
|
+
L.extend(rt.shape)
|
|
8254
|
+
]), iS = s({
|
|
8248
8255
|
[h.Application]: Wt,
|
|
8249
8256
|
[h.ArticleButton]: $t,
|
|
8250
8257
|
[h.Button]: cn,
|
|
@@ -8302,9 +8309,9 @@ const Cd = 1, xd = 2, Td = 3, _d = 4, Ad = f([
|
|
|
8302
8309
|
[h.ArticleAttachment]: zt,
|
|
8303
8310
|
[h.ArticleSlider]: Kt,
|
|
8304
8311
|
[h.CheckList]: fn,
|
|
8305
|
-
[h.DatasourceTable]:
|
|
8312
|
+
[h.DatasourceTable]: ct,
|
|
8306
8313
|
[h.ExcelDatasourceTable]: In,
|
|
8307
|
-
[h.Presence]:
|
|
8314
|
+
[h.Presence]: lt,
|
|
8308
8315
|
[h.QuickSurvey]: aa,
|
|
8309
8316
|
[h.CalendarCalDav]: pn,
|
|
8310
8317
|
[h.ContactCardDav]: kn,
|
|
@@ -8337,8 +8344,8 @@ const Cd = 1, xd = 2, Td = 3, _d = 4, Ad = f([
|
|
|
8337
8344
|
[h.File]: qn,
|
|
8338
8345
|
[h.Survey]: la,
|
|
8339
8346
|
[h.Youtube]: Sa,
|
|
8340
|
-
[h.Combination]:
|
|
8341
|
-
}),
|
|
8347
|
+
[h.Combination]: rt
|
|
8348
|
+
}), sS = (a) => {
|
|
8342
8349
|
const n = Rd.shape[a.name];
|
|
8343
8350
|
return n ? { ...a, content: kl(a.content, n) } : a;
|
|
8344
8351
|
}, Oo = s({
|
|
@@ -8362,7 +8369,7 @@ const Cd = 1, xd = 2, Td = 3, _d = 4, Ad = f([
|
|
|
8362
8369
|
_user: O,
|
|
8363
8370
|
_right: ce,
|
|
8364
8371
|
_audience: Te.array(),
|
|
8365
|
-
image:
|
|
8372
|
+
image: it.optional(),
|
|
8366
8373
|
articleWidgets: pe.array().optional(),
|
|
8367
8374
|
metas: Kc.optional(),
|
|
8368
8375
|
edito: t().optional()
|
|
@@ -8384,38 +8391,35 @@ const Cd = 1, xd = 2, Td = 3, _d = 4, Ad = f([
|
|
|
8384
8391
|
form: _(t(), fe())
|
|
8385
8392
|
}), Id = g(
|
|
8386
8393
|
Dd
|
|
8387
|
-
),
|
|
8394
|
+
), rS = s({
|
|
8388
8395
|
type: t().optional(),
|
|
8389
8396
|
query: t().optional(),
|
|
8390
8397
|
limit: r().optional(),
|
|
8391
8398
|
page: r().optional(),
|
|
8392
|
-
orders:
|
|
8399
|
+
orders: De.optional(),
|
|
8393
8400
|
filters: ze.optional(),
|
|
8394
8401
|
public: d().optional()
|
|
8395
|
-
}),
|
|
8402
|
+
}), cS = s({
|
|
8396
8403
|
uri: t().optional(),
|
|
8397
8404
|
idArticle: r().optional()
|
|
8398
|
-
}),
|
|
8405
|
+
}), dt = s({
|
|
8399
8406
|
title: t().optional(),
|
|
8400
8407
|
description: t().nullable().optional(),
|
|
8401
8408
|
type: t().optional(),
|
|
8402
8409
|
publishTo: t().optional(),
|
|
8403
8410
|
idSpot: S(t()).optional()
|
|
8404
|
-
}),
|
|
8411
|
+
}), lS = s({
|
|
8405
8412
|
id: r(),
|
|
8406
8413
|
type: t(),
|
|
8407
8414
|
dateCreation: t(),
|
|
8408
8415
|
dateModified: t(),
|
|
8409
8416
|
title: t(),
|
|
8410
8417
|
uri: t()
|
|
8411
|
-
}),
|
|
8418
|
+
}), dS = s({
|
|
8412
8419
|
attachment: d().optional(),
|
|
8413
8420
|
idArticle: r(),
|
|
8414
|
-
limits: p({
|
|
8415
|
-
|
|
8416
|
-
start: r()
|
|
8417
|
-
}).optional()
|
|
8418
|
-
}), cS = s({
|
|
8421
|
+
limits: f([p({ max: r(), start: r() }), p({ max: r(), beforeId: r() })]).optional()
|
|
8422
|
+
}), pS = s({
|
|
8419
8423
|
token: t(),
|
|
8420
8424
|
content: t(),
|
|
8421
8425
|
idArticle: r(),
|
|
@@ -8423,20 +8427,20 @@ const Cd = 1, xd = 2, Td = 3, _d = 4, Ad = f([
|
|
|
8423
8427
|
alertAuthor: d(),
|
|
8424
8428
|
widgets: pe.array().optional(),
|
|
8425
8429
|
type: f([c("comment"), c("commentResponse")]).optional()
|
|
8426
|
-
}),
|
|
8430
|
+
}), uS = s({
|
|
8427
8431
|
token: t().optional(),
|
|
8428
8432
|
description: t().optional(),
|
|
8429
8433
|
idComment: r(),
|
|
8430
8434
|
widgets: pe.array().optional()
|
|
8431
|
-
}),
|
|
8435
|
+
}), mS = s({
|
|
8432
8436
|
idUser: t(),
|
|
8433
8437
|
dateRead: t(),
|
|
8434
8438
|
Pseudo: t(),
|
|
8435
8439
|
type: t()
|
|
8436
|
-
}), Od =
|
|
8440
|
+
}), Od = nt.extend(Po.shape).extend({
|
|
8437
8441
|
_nbItems: r(),
|
|
8438
8442
|
parentURI: t().optional(),
|
|
8439
|
-
type:
|
|
8443
|
+
type: nt.shape.type
|
|
8440
8444
|
}), Pd = g(Od);
|
|
8441
8445
|
var va = /* @__PURE__ */ ((a) => (a.Binary = "binary", a.Select = "select", a.Radio = "radio", a.Check = "check", a.Rate = "rate", a.Scale = "scale", a.Text = "text", a.Textarea = "textarea", a.FileUpload = "file-upload", a.GridRadio = "grid-radio", a.GridCheck = "grid-check", a))(va || {});
|
|
8442
8446
|
const Md = X(va), Uo = s({
|
|
@@ -8473,7 +8477,7 @@ const Md = X(va), Uo = s({
|
|
|
8473
8477
|
}), Zo = s({
|
|
8474
8478
|
lines: p({ title: t() }).array(),
|
|
8475
8479
|
rows: p({ title: t() }).array()
|
|
8476
|
-
}),
|
|
8480
|
+
}), hS = f([
|
|
8477
8481
|
Uo,
|
|
8478
8482
|
Bo,
|
|
8479
8483
|
qo,
|
|
@@ -8520,7 +8524,7 @@ const Md = X(va), Uo = s({
|
|
|
8520
8524
|
forceResponse: d()
|
|
8521
8525
|
}), ni = s({
|
|
8522
8526
|
forceResponse: d()
|
|
8523
|
-
}),
|
|
8527
|
+
}), fS = f([
|
|
8524
8528
|
Jo,
|
|
8525
8529
|
Qo,
|
|
8526
8530
|
Yo,
|
|
@@ -8674,11 +8678,11 @@ const Md = X(va), Uo = s({
|
|
|
8674
8678
|
(i) => typeof i == "object" && i !== null && np.includes(i.name)
|
|
8675
8679
|
) : !1;
|
|
8676
8680
|
}) : !1;
|
|
8677
|
-
}, ap = (a) => ii(a),
|
|
8681
|
+
}, ap = (a) => ii(a), gS = (a) => {
|
|
8678
8682
|
if (typeof a != "object" || a === null) return !1;
|
|
8679
8683
|
const e = a;
|
|
8680
8684
|
return e.type !== "pollSurvey" || typeof e.title != "string" ? !1 : ii(e.data);
|
|
8681
|
-
},
|
|
8685
|
+
}, yS = (a, e) => e === "pollSurvey" ? ap(a) : !1, op = ge.extend({
|
|
8682
8686
|
mainType: c("link"),
|
|
8683
8687
|
srcId: r(),
|
|
8684
8688
|
srcType: t(),
|
|
@@ -8688,13 +8692,13 @@ const Md = X(va), Uo = s({
|
|
|
8688
8692
|
value: le().nullable(),
|
|
8689
8693
|
_src: B.optional(),
|
|
8690
8694
|
_target: B.optional()
|
|
8691
|
-
}),
|
|
8695
|
+
}), SS = g(ip), sp = ka.extend({
|
|
8692
8696
|
value: r().optional(),
|
|
8693
8697
|
_src: O.optional(),
|
|
8694
8698
|
_target: B.optional()
|
|
8695
8699
|
}), rp = g(
|
|
8696
8700
|
sp
|
|
8697
|
-
),
|
|
8701
|
+
), Je = (a) => {
|
|
8698
8702
|
const e = a ?? B.or(O);
|
|
8699
8703
|
return ka.extend({
|
|
8700
8704
|
value: t().nullable(),
|
|
@@ -8732,17 +8736,17 @@ const Md = X(va), Uo = s({
|
|
|
8732
8736
|
url: t().optional().nullable()
|
|
8733
8737
|
});
|
|
8734
8738
|
var si = /* @__PURE__ */ ((a) => (a.RAW_LIST = "raw-list", a.LIST = "list", a))(si || {});
|
|
8735
|
-
const
|
|
8739
|
+
const wS = s({
|
|
8736
8740
|
targetId: r(),
|
|
8737
8741
|
targetType: t(),
|
|
8738
8742
|
format: X(si).optional()
|
|
8739
|
-
}),
|
|
8740
|
-
"raw-list":
|
|
8743
|
+
}), vS = p({
|
|
8744
|
+
"raw-list": Je(),
|
|
8741
8745
|
list: cp()
|
|
8742
|
-
}),
|
|
8743
|
-
bookmarkLabel:
|
|
8744
|
-
bookmarkMeta:
|
|
8745
|
-
bookmarkUrl:
|
|
8746
|
+
}), kS = p({
|
|
8747
|
+
bookmarkLabel: Je(B).shape.bookmarkLabel,
|
|
8748
|
+
bookmarkMeta: Je(B).shape.bookmarkMeta,
|
|
8749
|
+
bookmarkUrl: Je(B).shape.bookmarkUrl
|
|
8746
8750
|
}), lp = s({
|
|
8747
8751
|
type: c("text")
|
|
8748
8752
|
}), dp = t(), pp = s({
|
|
@@ -8848,7 +8852,7 @@ const gS = s({
|
|
|
8848
8852
|
"jcomplete-url": t(),
|
|
8849
8853
|
type: t()
|
|
8850
8854
|
}).optional()
|
|
8851
|
-
}),
|
|
8855
|
+
}), bS = f([
|
|
8852
8856
|
lp,
|
|
8853
8857
|
pp,
|
|
8854
8858
|
mp,
|
|
@@ -8876,7 +8880,7 @@ const gS = s({
|
|
|
8876
8880
|
_p,
|
|
8877
8881
|
Ap,
|
|
8878
8882
|
Cp
|
|
8879
|
-
]),
|
|
8883
|
+
]), CS = f([
|
|
8880
8884
|
bp,
|
|
8881
8885
|
kp,
|
|
8882
8886
|
wp,
|
|
@@ -8907,13 +8911,13 @@ const gS = s({
|
|
|
8907
8911
|
urlAction: t(),
|
|
8908
8912
|
actionName: t(),
|
|
8909
8913
|
sources: Hp
|
|
8910
|
-
}),
|
|
8914
|
+
}), xS = s({
|
|
8911
8915
|
properties: Gp,
|
|
8912
8916
|
results: S($p)
|
|
8913
8917
|
}), Zp = 0, Jp = 1, Qp = 2, Yp = 3, Kp = s({
|
|
8914
8918
|
label: t(),
|
|
8915
8919
|
entries: S(t())
|
|
8916
|
-
}),
|
|
8920
|
+
}), TS = s({
|
|
8917
8921
|
writeRight: f([
|
|
8918
8922
|
c(Zp),
|
|
8919
8923
|
c(Jp),
|
|
@@ -8925,15 +8929,15 @@ const gS = s({
|
|
|
8925
8929
|
sections: S(Kp),
|
|
8926
8930
|
otherEnabledEntries: S(t()),
|
|
8927
8931
|
disabledEntries: S(t())
|
|
8928
|
-
}),
|
|
8932
|
+
}), _S = s({
|
|
8929
8933
|
countActiveUsersWithoutLicense: r().optional(),
|
|
8930
8934
|
countLicensesAssigned: r(),
|
|
8931
8935
|
countLicensesNotAssigned: r()
|
|
8932
|
-
}),
|
|
8936
|
+
}), AS = s({
|
|
8933
8937
|
name: t(),
|
|
8934
8938
|
operator: t(),
|
|
8935
8939
|
value: r()
|
|
8936
|
-
}),
|
|
8940
|
+
}), LS = _(r()), RS = s({
|
|
8937
8941
|
id: r(),
|
|
8938
8942
|
kind: t(),
|
|
8939
8943
|
dateCreation: t(),
|
|
@@ -8951,7 +8955,7 @@ const gS = s({
|
|
|
8951
8955
|
contentId: r(),
|
|
8952
8956
|
contentType: t(),
|
|
8953
8957
|
status: r()
|
|
8954
|
-
}),
|
|
8958
|
+
}), FS = s({
|
|
8955
8959
|
dateCreation: t(),
|
|
8956
8960
|
action: t(),
|
|
8957
8961
|
idUser: r(),
|
|
@@ -8960,7 +8964,7 @@ const gS = s({
|
|
|
8960
8964
|
ip: t(),
|
|
8961
8965
|
url: t(),
|
|
8962
8966
|
extended: t().optional()
|
|
8963
|
-
}),
|
|
8967
|
+
}), ES = s({
|
|
8964
8968
|
dateCreation: t(),
|
|
8965
8969
|
action: t(),
|
|
8966
8970
|
mainType: t(),
|
|
@@ -8969,17 +8973,17 @@ const gS = s({
|
|
|
8969
8973
|
mail: t().optional(),
|
|
8970
8974
|
url: t(),
|
|
8971
8975
|
extended: t().optional()
|
|
8972
|
-
}),
|
|
8976
|
+
}), jS = s({
|
|
8973
8977
|
dateCreation: t(),
|
|
8974
8978
|
type: t(),
|
|
8975
8979
|
msg: t()
|
|
8976
|
-
}),
|
|
8980
|
+
}), DS = s({
|
|
8977
8981
|
uri: t(),
|
|
8978
8982
|
title: t(),
|
|
8979
8983
|
price: r(),
|
|
8980
8984
|
image: t(),
|
|
8981
8985
|
license: d()
|
|
8982
|
-
}),
|
|
8986
|
+
}), IS = s({
|
|
8983
8987
|
url: t()
|
|
8984
8988
|
}), eu = s({
|
|
8985
8989
|
sref: t().optional(),
|
|
@@ -8998,7 +9002,7 @@ const gS = s({
|
|
|
8998
9002
|
access: d(),
|
|
8999
9003
|
url: t().optional(),
|
|
9000
9004
|
tabs: S(eu).optional()
|
|
9001
|
-
}),
|
|
9005
|
+
}), OS = tu.array(), nu = k([
|
|
9002
9006
|
"Autumn",
|
|
9003
9007
|
"BackToSchool",
|
|
9004
9008
|
"Birthday",
|
|
@@ -9019,7 +9023,7 @@ const gS = s({
|
|
|
9019
9023
|
"Summer",
|
|
9020
9024
|
"Winter",
|
|
9021
9025
|
"NationalHoliday"
|
|
9022
|
-
]),
|
|
9026
|
+
]), PS = s({
|
|
9023
9027
|
name: nu,
|
|
9024
9028
|
activeClickEffect: r(),
|
|
9025
9029
|
activeDecor: r(),
|
|
@@ -9038,7 +9042,7 @@ const gS = s({
|
|
|
9038
9042
|
auto: d(),
|
|
9039
9043
|
stats: S(au),
|
|
9040
9044
|
animAudience: S(t())
|
|
9041
|
-
}),
|
|
9045
|
+
}), MS = g(ou), iu = s({
|
|
9042
9046
|
code: Pt,
|
|
9043
9047
|
label: t()
|
|
9044
9048
|
}), su = s({
|
|
@@ -9055,7 +9059,7 @@ const gS = s({
|
|
|
9055
9059
|
}).nullable(),
|
|
9056
9060
|
keepAsDraft: d(),
|
|
9057
9061
|
report: d().optional()
|
|
9058
|
-
}),
|
|
9062
|
+
}), US = s({
|
|
9059
9063
|
languages: iu.array(),
|
|
9060
9064
|
translations: su.array()
|
|
9061
9065
|
}), ru = f([c("created"), c("validated"), c("handled")]), cu = W.extend({
|
|
@@ -9104,14 +9108,14 @@ const gS = s({
|
|
|
9104
9108
|
aseiInstitutionValidator: B.array()
|
|
9105
9109
|
}), pu = g(
|
|
9106
9110
|
du
|
|
9107
|
-
),
|
|
9111
|
+
), BS = s({
|
|
9108
9112
|
dsi: t(),
|
|
9109
9113
|
gestionnaireApplicatif: t(),
|
|
9110
9114
|
createurDemande: t()
|
|
9111
|
-
}),
|
|
9115
|
+
}), qS = s({
|
|
9112
9116
|
accessWriter: d(),
|
|
9113
9117
|
accessApp: d()
|
|
9114
|
-
}),
|
|
9118
|
+
}), VS = s({
|
|
9115
9119
|
description: t(),
|
|
9116
9120
|
right: p({
|
|
9117
9121
|
manage: d()
|
|
@@ -9139,7 +9143,7 @@ const gS = s({
|
|
|
9139
9143
|
_asset: ba
|
|
9140
9144
|
}), gu = g(
|
|
9141
9145
|
fu
|
|
9142
|
-
), Ca = k(["pending", "success", "error"]),
|
|
9146
|
+
), Ca = k(["pending", "success", "error"]), NS = s({
|
|
9143
9147
|
errorMsg: t().optional(),
|
|
9144
9148
|
jobUid: t(),
|
|
9145
9149
|
state: Ca,
|
|
@@ -9147,14 +9151,14 @@ const gS = s({
|
|
|
9147
9151
|
// Unix timestamp should be positive integer
|
|
9148
9152
|
end: r().int().positive().optional(),
|
|
9149
9153
|
value: t().optional()
|
|
9150
|
-
}),
|
|
9154
|
+
}), WS = p({
|
|
9151
9155
|
token: t(),
|
|
9152
9156
|
fullname: t()
|
|
9153
|
-
}),
|
|
9157
|
+
}), zS = p({
|
|
9154
9158
|
redirectUrl: t()
|
|
9155
|
-
}),
|
|
9159
|
+
}), GS = p({
|
|
9156
9160
|
token: t()
|
|
9157
|
-
}),
|
|
9161
|
+
}), HS = p({
|
|
9158
9162
|
dateStart: t(),
|
|
9159
9163
|
title: t()
|
|
9160
9164
|
}), xa = {
|
|
@@ -9230,7 +9234,7 @@ const gS = s({
|
|
|
9230
9234
|
animatedMeetingReactions: j().optional()
|
|
9231
9235
|
}), li = g(
|
|
9232
9236
|
Ru
|
|
9233
|
-
),
|
|
9237
|
+
), $S = p({
|
|
9234
9238
|
_extend: p({
|
|
9235
9239
|
status: t(),
|
|
9236
9240
|
statusValue: c(1).or(c(2)).or(c(3)),
|
|
@@ -9248,9 +9252,9 @@ const gS = s({
|
|
|
9248
9252
|
textColor: t(),
|
|
9249
9253
|
backgroundColor: t(),
|
|
9250
9254
|
qrCodeValue: t().optional()
|
|
9251
|
-
}),
|
|
9255
|
+
}), Ie = g(
|
|
9252
9256
|
Fu
|
|
9253
|
-
),
|
|
9257
|
+
), ZS = (a) => Ie.safeParse(a).success, Eu = W.extend(Ie.shape).extend({
|
|
9254
9258
|
allDay: d(),
|
|
9255
9259
|
useQrcode: d().optional(),
|
|
9256
9260
|
bgColor: t().optional(),
|
|
@@ -9259,9 +9263,9 @@ const gS = s({
|
|
|
9259
9263
|
hideFromCalendar: d(),
|
|
9260
9264
|
urlGestion: t().optional(),
|
|
9261
9265
|
webinarUrlForGuests: t().optional().nullable()
|
|
9262
|
-
}),
|
|
9266
|
+
}), Oe = g(
|
|
9263
9267
|
Eu
|
|
9264
|
-
),
|
|
9268
|
+
), JS = (a) => Oe.safeParse(a).success, di = p({
|
|
9265
9269
|
title: t().min(1),
|
|
9266
9270
|
dateStart: t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),
|
|
9267
9271
|
dateEnd: t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),
|
|
@@ -9285,19 +9289,19 @@ const gS = s({
|
|
|
9285
9289
|
}).refine((a) => {
|
|
9286
9290
|
const e = new Date(a.dateStart), n = new Date(a.dateEnd);
|
|
9287
9291
|
return e.getTime() <= n.getTime();
|
|
9288
|
-
}, "The start date must be before the end date."),
|
|
9292
|
+
}, "The start date must be before the end date."), QS = di.and(
|
|
9289
9293
|
p({
|
|
9290
9294
|
sendAlert: k(["1", "0"]).optional(),
|
|
9291
9295
|
alertAuthor: k(["1", "0"]).optional(),
|
|
9292
9296
|
idDraft: r().optional()
|
|
9293
9297
|
})
|
|
9294
|
-
),
|
|
9298
|
+
), YS = di.and(
|
|
9295
9299
|
p({
|
|
9296
9300
|
uri: t()
|
|
9297
9301
|
})
|
|
9298
|
-
), ju =
|
|
9302
|
+
), ju = Ie.extend({
|
|
9299
9303
|
type: c("meeting")
|
|
9300
|
-
}),
|
|
9304
|
+
}), pt = g(ju), KS = (a) => pt.safeParse(a).success, Du = Oe.omit({ socialEventUseCeiling: !0, socialEventCeiling: !0, hideFromCalendar: !0 }).extend(pt.shape).extend({
|
|
9301
9305
|
agenda: t().optional(),
|
|
9302
9306
|
report: t().optional(),
|
|
9303
9307
|
reportFile: V.nullable()
|
|
@@ -9323,13 +9327,13 @@ const gS = s({
|
|
|
9323
9327
|
const e = new Date(a.dateStart), n = new Date(a.dateEnd);
|
|
9324
9328
|
return e.getTime() <= n.getTime();
|
|
9325
9329
|
}, "The start date must be before the end date.")
|
|
9326
|
-
),
|
|
9330
|
+
), XS = ui.and(
|
|
9327
9331
|
p({
|
|
9328
9332
|
sendAlert: k(["1", "0"]).optional(),
|
|
9329
9333
|
alertAuthor: k(["1", "0"]).optional(),
|
|
9330
9334
|
idDraft: r().optional()
|
|
9331
9335
|
})
|
|
9332
|
-
),
|
|
9336
|
+
), ew = ui.and(
|
|
9333
9337
|
p({
|
|
9334
9338
|
uri: t()
|
|
9335
9339
|
})
|
|
@@ -9349,9 +9353,9 @@ const gS = s({
|
|
|
9349
9353
|
Ou
|
|
9350
9354
|
);
|
|
9351
9355
|
var hi = /* @__PURE__ */ ((a) => (a.DAILY = "daily", a.WEEKLY = "weekly", a.MONTHLY = "monthly", a.MONTHLY_WEEKDAY = "monthly-weekday", a.YEARLY = "yearly", a.OPEN_DAYS = "open-days", a.NONE = "none", a))(hi || {});
|
|
9352
|
-
const fi = X(hi), gi = _a.extend({ type: c("recurringEvent") }), yi =
|
|
9356
|
+
const fi = X(hi), gi = _a.extend({ type: c("recurringEvent") }), yi = Ie.extend(gi.shape).extend({
|
|
9353
9357
|
recurrenceRuleLabel: t()
|
|
9354
|
-
}), Mu =
|
|
9358
|
+
}), Mu = Oe.extend(yi.shape).extend({
|
|
9355
9359
|
recurrenceRule: fi,
|
|
9356
9360
|
recurrenceRuleUntil: t().optional(),
|
|
9357
9361
|
hiddenOccurrences: S(t()).optional()
|
|
@@ -9371,7 +9375,7 @@ const fi = X(hi), gi = _a.extend({ type: c("recurringEvent") }), yi = De.extend(
|
|
|
9371
9375
|
_url: c(""),
|
|
9372
9376
|
type: c("recurringEventOccurrence")
|
|
9373
9377
|
}).shape
|
|
9374
|
-
), wi = g(Bu),
|
|
9378
|
+
), wi = g(Bu), tw = f([
|
|
9375
9379
|
Aa,
|
|
9376
9380
|
wi
|
|
9377
9381
|
]), qu = P.extend(
|
|
@@ -9416,13 +9420,13 @@ const fi = X(hi), gi = _a.extend({ type: c("recurringEvent") }), yi = De.extend(
|
|
|
9416
9420
|
sendAlert: k(["1", "0"]).optional(),
|
|
9417
9421
|
alertAuthor: k(["1", "0"]).optional(),
|
|
9418
9422
|
idDraft: r().optional()
|
|
9419
|
-
}),
|
|
9423
|
+
}), nw = g($u).refine((a) => {
|
|
9420
9424
|
const e = new Date(a.dateStart), n = new Date(a.dateEnd);
|
|
9421
9425
|
return e.getTime() <= n.getTime();
|
|
9422
9426
|
}, "The start date must be before the end date."), Zu = bi.extend({
|
|
9423
9427
|
uri: t(),
|
|
9424
9428
|
hiddenOccurrences: S(t()).optional()
|
|
9425
|
-
}),
|
|
9429
|
+
}), aw = g(
|
|
9426
9430
|
Zu
|
|
9427
9431
|
), Ju = p({
|
|
9428
9432
|
idArticle: r(),
|
|
@@ -9435,29 +9439,29 @@ const fi = X(hi), gi = _a.extend({ type: c("recurringEvent") }), yi = De.extend(
|
|
|
9435
9439
|
bgColor: t().optional(),
|
|
9436
9440
|
backgroundColor: t().optional(),
|
|
9437
9441
|
subscribe: d()
|
|
9438
|
-
}),
|
|
9442
|
+
}), ow = (a) => Ju.safeParse(a).success, iw = p({
|
|
9439
9443
|
maxdate: t().optional(),
|
|
9440
9444
|
subscribers: O.array(),
|
|
9441
9445
|
subscribersTotal: r()
|
|
9442
|
-
}),
|
|
9446
|
+
}), sw = f([
|
|
9443
9447
|
ci,
|
|
9444
|
-
|
|
9445
|
-
|
|
9448
|
+
pt,
|
|
9449
|
+
Ie,
|
|
9446
9450
|
Nu,
|
|
9447
9451
|
Ta,
|
|
9448
9452
|
mi
|
|
9449
|
-
]),
|
|
9453
|
+
]), rw = f([
|
|
9450
9454
|
bu,
|
|
9451
9455
|
pi,
|
|
9452
|
-
|
|
9456
|
+
Oe,
|
|
9453
9457
|
Hu,
|
|
9454
9458
|
li,
|
|
9455
9459
|
Pu
|
|
9456
|
-
]),
|
|
9460
|
+
]), cw = k(["subscribed", "unanswered", "refused"]), lw = k(["onSpot", "visio", "hybrid"]), dw = k(["all", "available", "presence", "onSpot", "visio", "unavailable", "waiting"]), pw = s({
|
|
9457
9461
|
user: O,
|
|
9458
9462
|
dateCreation: t().nullable(),
|
|
9459
9463
|
isPresent: d()
|
|
9460
|
-
}),
|
|
9464
|
+
}), uw = c("read"), Qu = s({
|
|
9461
9465
|
action: t(),
|
|
9462
9466
|
do: t(),
|
|
9463
9467
|
type: t(),
|
|
@@ -9508,12 +9512,12 @@ const fi = X(hi), gi = _a.extend({ type: c("recurringEvent") }), yi = De.extend(
|
|
|
9508
9512
|
type: t(),
|
|
9509
9513
|
isActive: d().optional(),
|
|
9510
9514
|
count: r().optional()
|
|
9511
|
-
}),
|
|
9515
|
+
}), Ra = f([
|
|
9512
9516
|
Yu,
|
|
9513
9517
|
Ku,
|
|
9514
9518
|
em,
|
|
9515
9519
|
tm
|
|
9516
|
-
]), nm = (a) => a.type === "socialrate", am = (a) => a.type === "reportaction", om = (a) => a.type === "shareaction",
|
|
9520
|
+
]), nm = (a) => a.type === "socialrate", am = (a) => a.type === "reportaction", om = (a) => a.type === "shareaction", mw = (a) => !nm(a) && !am(a) && !om(a), hw = s({
|
|
9517
9521
|
targetId: r(),
|
|
9518
9522
|
targetType: t(),
|
|
9519
9523
|
type: t()
|
|
@@ -9531,7 +9535,7 @@ const fi = X(hi), gi = _a.extend({ type: c("recurringEvent") }), yi = De.extend(
|
|
|
9531
9535
|
_actions: _(t(), Ci).optional(),
|
|
9532
9536
|
_widgets: S(pe).optional(),
|
|
9533
9537
|
_article: Z.optional()
|
|
9534
|
-
}),
|
|
9538
|
+
}), He = g(rm), fw = "pollSurvey", xi = s({}), Ti = s({
|
|
9535
9539
|
pollContent: ai.array(),
|
|
9536
9540
|
pollLinks: _(t(), t()).or(j()),
|
|
9537
9541
|
pollMessage: t().optional(),
|
|
@@ -9543,7 +9547,7 @@ const fi = X(hi), gi = _a.extend({ type: c("recurringEvent") }), yi = De.extend(
|
|
|
9543
9547
|
pollResponseShowProgression: t().or(j()).optional(),
|
|
9544
9548
|
pollResponseShowRespondent: t().or(j()).optional(),
|
|
9545
9549
|
bannerSrc: t().optional()
|
|
9546
|
-
}),
|
|
9550
|
+
}), gw = f([
|
|
9547
9551
|
xi,
|
|
9548
9552
|
Ti
|
|
9549
9553
|
]), cm = P.extend({
|
|
@@ -9551,17 +9555,17 @@ const fi = X(hi), gi = _a.extend({ type: c("recurringEvent") }), yi = De.extend(
|
|
|
9551
9555
|
contentFactoryTemplateType: k(["pollSurvey", "default"]),
|
|
9552
9556
|
contentFactoryTemplateAuthor: t(),
|
|
9553
9557
|
contentFactoryTemplateUsage: r()
|
|
9554
|
-
}),
|
|
9558
|
+
}), Fa = g(cm), lm = W.extend(Fa.shape).extend({
|
|
9555
9559
|
contentFactoryTemplateType: c("pollSurvey"),
|
|
9556
9560
|
contentFactoryTemplateData: Ti
|
|
9557
|
-
}), dm = g(lm), pm = W.extend(
|
|
9561
|
+
}), dm = g(lm), pm = W.extend(Fa.shape).extend({
|
|
9558
9562
|
contentFactoryTemplateType: c("default"),
|
|
9559
9563
|
contentFactoryTemplateData: xi
|
|
9560
9564
|
}), um = g(pm), mm = f([
|
|
9561
9565
|
um,
|
|
9562
9566
|
dm
|
|
9563
9567
|
]);
|
|
9564
|
-
var
|
|
9568
|
+
var Ea = /* @__PURE__ */ ((a) => (a.RUNNING = "running", a.CLOSED = "closed", a.HANDLED = "handled", a))(Ea || {});
|
|
9565
9569
|
const hm = P.extend({
|
|
9566
9570
|
type: c("contentReport"),
|
|
9567
9571
|
articleId: r(),
|
|
@@ -9570,20 +9574,20 @@ const hm = P.extend({
|
|
|
9570
9574
|
articleUrl: t(),
|
|
9571
9575
|
commentId: r().optional(),
|
|
9572
9576
|
commentType: t().optional(),
|
|
9573
|
-
status: X(
|
|
9577
|
+
status: X(Ea)
|
|
9574
9578
|
}), fm = g(
|
|
9575
9579
|
hm
|
|
9576
|
-
),
|
|
9580
|
+
), yw = p({
|
|
9577
9581
|
limit: r().optional(),
|
|
9578
9582
|
page: r().optional(),
|
|
9579
|
-
orders:
|
|
9583
|
+
orders: De.optional(),
|
|
9580
9584
|
filters: ze.optional()
|
|
9581
|
-
}),
|
|
9585
|
+
}), Sw = p({
|
|
9582
9586
|
uri: t(),
|
|
9583
9587
|
description: t()
|
|
9584
|
-
}),
|
|
9588
|
+
}), ww = p({
|
|
9585
9589
|
uri: t(),
|
|
9586
|
-
status: X(
|
|
9590
|
+
status: X(Ea)
|
|
9587
9591
|
}), gm = p({
|
|
9588
9592
|
type: t(),
|
|
9589
9593
|
dialog: d(),
|
|
@@ -9592,7 +9596,7 @@ const hm = P.extend({
|
|
|
9592
9596
|
}), ym = p({
|
|
9593
9597
|
label: t(),
|
|
9594
9598
|
entries: S(gm)
|
|
9595
|
-
}),
|
|
9599
|
+
}), vw = S(ym), _i = f([
|
|
9596
9600
|
c("groups"),
|
|
9597
9601
|
c("sites"),
|
|
9598
9602
|
c("onedrive"),
|
|
@@ -9605,30 +9609,30 @@ const hm = P.extend({
|
|
|
9605
9609
|
type: t()
|
|
9606
9610
|
}), Sm = ut.omit({ id: !0 }).extend({
|
|
9607
9611
|
name: _i.optional()
|
|
9608
|
-
}),
|
|
9612
|
+
}), kw = g(
|
|
9609
9613
|
Sm
|
|
9610
9614
|
), wm = ut.extend({
|
|
9611
9615
|
msContainer: d().optional()
|
|
9612
|
-
}),
|
|
9616
|
+
}), bw = g(wm), Ai = ut.extend({
|
|
9613
9617
|
visibility: f([c("public"), c("private")]).optional(),
|
|
9614
9618
|
msContainer: d().optional()
|
|
9615
|
-
}),
|
|
9619
|
+
}), Cw = g(Ai), mt = ut.extend({
|
|
9616
9620
|
mimetype: t().optional(),
|
|
9617
9621
|
webUrl: t().optional(),
|
|
9618
9622
|
size: r().nullable().optional()
|
|
9619
|
-
}),
|
|
9623
|
+
}), xw = mt, vm = mt.extend({
|
|
9620
9624
|
downloadUrl: t().optional(),
|
|
9621
9625
|
_extend: p({ path: t() })
|
|
9622
|
-
}),
|
|
9626
|
+
}), Tw = g(
|
|
9623
9627
|
vm
|
|
9624
|
-
), km = Ai.extend(mt.shape),
|
|
9628
|
+
), km = Ai.extend(mt.shape), _w = g(
|
|
9625
9629
|
km
|
|
9626
9630
|
), bm = s({
|
|
9627
9631
|
id: t(),
|
|
9628
9632
|
title: t(),
|
|
9629
9633
|
mail: t(),
|
|
9630
9634
|
default: d().optional()
|
|
9631
|
-
}),
|
|
9635
|
+
}), Aw = s({
|
|
9632
9636
|
title: t(),
|
|
9633
9637
|
id: t(),
|
|
9634
9638
|
type: t(),
|
|
@@ -9644,14 +9648,14 @@ const hm = P.extend({
|
|
|
9644
9648
|
}), xm = s({
|
|
9645
9649
|
path_lower: t(),
|
|
9646
9650
|
query: t().nullable().optional()
|
|
9647
|
-
}),
|
|
9651
|
+
}), Lw = s({
|
|
9648
9652
|
id: r(),
|
|
9649
9653
|
name: t(),
|
|
9650
9654
|
type: t(),
|
|
9651
9655
|
token: t(),
|
|
9652
9656
|
size: r(),
|
|
9653
9657
|
mediaKey: t()
|
|
9654
|
-
}),
|
|
9658
|
+
}), Rw = s({
|
|
9655
9659
|
token: t().optional(),
|
|
9656
9660
|
attrName: t(),
|
|
9657
9661
|
file: s({
|
|
@@ -9661,27 +9665,27 @@ const hm = P.extend({
|
|
|
9661
9665
|
mimetype: t().optional(),
|
|
9662
9666
|
_document: mt
|
|
9663
9667
|
})
|
|
9664
|
-
}),
|
|
9668
|
+
}), Fw = s({
|
|
9665
9669
|
id: t(),
|
|
9666
9670
|
service: t()
|
|
9667
|
-
}),
|
|
9671
|
+
}), Ew = s({
|
|
9668
9672
|
service: t(),
|
|
9669
9673
|
id: t()
|
|
9670
|
-
}),
|
|
9674
|
+
}), jw = s({
|
|
9671
9675
|
account: bm
|
|
9672
|
-
}),
|
|
9676
|
+
}), Dw = s({
|
|
9673
9677
|
service: t(),
|
|
9674
9678
|
account: t()
|
|
9675
|
-
}),
|
|
9679
|
+
}), Iw = s({
|
|
9676
9680
|
allow: f([c("groups"), c("me")]).array().optional(),
|
|
9677
9681
|
id: t()
|
|
9678
|
-
}),
|
|
9682
|
+
}), Ow = s({
|
|
9679
9683
|
id: t(),
|
|
9680
9684
|
documentParams: Cm
|
|
9681
|
-
}),
|
|
9685
|
+
}), Pw = s({
|
|
9682
9686
|
id: t(),
|
|
9683
9687
|
documentParams: xm
|
|
9684
|
-
}),
|
|
9688
|
+
}), Mw = s({
|
|
9685
9689
|
query: t().optional(),
|
|
9686
9690
|
filter: t().optional(),
|
|
9687
9691
|
id: t()
|
|
@@ -9690,7 +9694,7 @@ const hm = P.extend({
|
|
|
9690
9694
|
}), _m = g(Tm), Am = f([c("restricted"), c("synchronized")]), Lm = s({
|
|
9691
9695
|
isMuted: d(),
|
|
9692
9696
|
isImportant: d()
|
|
9693
|
-
}),
|
|
9697
|
+
}), Uw = _(t(), Lm), Li = s({
|
|
9694
9698
|
_url: t(),
|
|
9695
9699
|
bubbleColor: t(),
|
|
9696
9700
|
_right: ce,
|
|
@@ -9710,9 +9714,9 @@ const hm = P.extend({
|
|
|
9710
9714
|
isMessengerSpotGroup: d(),
|
|
9711
9715
|
disabled: d(),
|
|
9712
9716
|
kind: se(Am)
|
|
9713
|
-
}),
|
|
9717
|
+
}), ja = g(jm), Dm = ja.extend(Li.shape).extend({
|
|
9714
9718
|
title: t().nullable(),
|
|
9715
|
-
_spot:
|
|
9719
|
+
_spot: st.optional()
|
|
9716
9720
|
}), Im = g(Dm), Om = P.extend({
|
|
9717
9721
|
type: c("quizz"),
|
|
9718
9722
|
quizzDescription: t().nullable(),
|
|
@@ -9768,10 +9772,10 @@ const hm = P.extend({
|
|
|
9768
9772
|
), Gm = _(
|
|
9769
9773
|
t(),
|
|
9770
9774
|
p({ dates: t().array(), user: O })
|
|
9771
|
-
),
|
|
9772
|
-
list:
|
|
9775
|
+
), Bw = s({
|
|
9776
|
+
list: ot.array(),
|
|
9773
9777
|
total: r()
|
|
9774
|
-
}), Hm = s({}),
|
|
9778
|
+
}), Hm = s({}), qw = s({
|
|
9775
9779
|
data: O.array(),
|
|
9776
9780
|
total: r()
|
|
9777
9781
|
}), $m = f([
|
|
@@ -9788,19 +9792,30 @@ const hm = P.extend({
|
|
|
9788
9792
|
subscribeAction: Ci,
|
|
9789
9793
|
subscribers: O.array(),
|
|
9790
9794
|
isVisio: d().optional()
|
|
9795
|
+
}), Jm = He.extend({
|
|
9796
|
+
_extend: p({ actions: Ra.array().optional() })
|
|
9797
|
+
}), Qm = He.extend({
|
|
9798
|
+
_extend: p({
|
|
9799
|
+
actions: Ra.array().optional(),
|
|
9800
|
+
quarantine: p({ count: r() }).optional()
|
|
9801
|
+
})
|
|
9802
|
+
}), Ym = s({
|
|
9803
|
+
count: r(),
|
|
9804
|
+
list: Qm.array()
|
|
9791
9805
|
}), ji = s({
|
|
9792
|
-
actions:
|
|
9806
|
+
actions: Ra.array().optional(),
|
|
9793
9807
|
attachments: V.array().optional(),
|
|
9794
|
-
comments:
|
|
9808
|
+
comments: Jm.array().optional(),
|
|
9809
|
+
commentsPreview: Ym.optional(),
|
|
9795
9810
|
contact: d(),
|
|
9796
|
-
filebank:
|
|
9811
|
+
filebank: nt.nullable().optional(),
|
|
9797
9812
|
licenses: S(Xp),
|
|
9798
9813
|
licensesExtrabot: p({
|
|
9799
9814
|
active: d(),
|
|
9800
9815
|
monthRequestsMax: r(),
|
|
9801
9816
|
monthRequestsHit: r()
|
|
9802
9817
|
}).optional(),
|
|
9803
|
-
messenger:
|
|
9818
|
+
messenger: ja.nullable().optional(),
|
|
9804
9819
|
parentArticle: P.optional(),
|
|
9805
9820
|
filebankPath: Z.array(),
|
|
9806
9821
|
quarantine: p({ count: r() }).optional(),
|
|
@@ -9821,7 +9836,7 @@ const hm = P.extend({
|
|
|
9821
9836
|
*/
|
|
9822
9837
|
search: xe(),
|
|
9823
9838
|
bookmark: xe()
|
|
9824
|
-
}),
|
|
9839
|
+
}), Vw = ji.keyof().array(), Km = W.extend({
|
|
9825
9840
|
type: c("extraBot"),
|
|
9826
9841
|
avatar: V.optional(),
|
|
9827
9842
|
context: t(),
|
|
@@ -9839,26 +9854,26 @@ const hm = P.extend({
|
|
|
9839
9854
|
webhookUrl: t().optional(),
|
|
9840
9855
|
webhookKey: t().optional(),
|
|
9841
9856
|
webhookAutomationOnly: d().optional()
|
|
9842
|
-
}),
|
|
9857
|
+
}), Xm = g(Km), Di = p({
|
|
9843
9858
|
title: t(),
|
|
9844
9859
|
id: t().optional(),
|
|
9845
9860
|
items: S(t())
|
|
9846
|
-
}),
|
|
9861
|
+
}), eh = P.extend({
|
|
9847
9862
|
type: c("faq"),
|
|
9848
9863
|
faqColor: t().optional(),
|
|
9849
|
-
image:
|
|
9850
|
-
}), Ii = g(
|
|
9864
|
+
image: it.optional()
|
|
9865
|
+
}), Ii = g(eh), th = W.extend(Ii.shape).extend({
|
|
9851
9866
|
isWeb: d(),
|
|
9852
9867
|
faqContent: Di.array().optional()
|
|
9853
|
-
}),
|
|
9868
|
+
}), nh = g(th), ah = P.extend({
|
|
9854
9869
|
type: c("faqItem")
|
|
9855
|
-
}), Oi = g(
|
|
9870
|
+
}), Oi = g(ah), oh = W.extend(Oi.shape).extend({
|
|
9856
9871
|
faqResponse: t().optional(),
|
|
9857
9872
|
uriCategory: Z.array().optional(),
|
|
9858
9873
|
themeId: t(),
|
|
9859
9874
|
_nbAttachedFiles: r().optional(),
|
|
9860
9875
|
_attachedFiles: V.array()
|
|
9861
|
-
}),
|
|
9876
|
+
}), ih = g(oh), sh = s({
|
|
9862
9877
|
id: r(),
|
|
9863
9878
|
type: t(),
|
|
9864
9879
|
uri: t(),
|
|
@@ -9868,17 +9883,17 @@ const hm = P.extend({
|
|
|
9868
9883
|
faqColor: t().optional(),
|
|
9869
9884
|
_url: t().optional(),
|
|
9870
9885
|
_audience: Te.array().optional()
|
|
9871
|
-
}),
|
|
9886
|
+
}), Nw = s({
|
|
9872
9887
|
image: t(),
|
|
9873
|
-
faq:
|
|
9874
|
-
}),
|
|
9888
|
+
faq: sh.optional()
|
|
9889
|
+
}), rh = s({
|
|
9875
9890
|
href: t().optional(),
|
|
9876
9891
|
label: t().optional(),
|
|
9877
9892
|
tooltip: t().optional(),
|
|
9878
9893
|
id: t().optional(),
|
|
9879
9894
|
uri: t().optional(),
|
|
9880
9895
|
title: t().optional()
|
|
9881
|
-
}),
|
|
9896
|
+
}), Ww = s({
|
|
9882
9897
|
id: r(),
|
|
9883
9898
|
type: t(),
|
|
9884
9899
|
uri: t(),
|
|
@@ -9886,29 +9901,29 @@ const hm = P.extend({
|
|
|
9886
9901
|
faqResponse: t().optional(),
|
|
9887
9902
|
description: t().optional(),
|
|
9888
9903
|
themeId: t().optional(),
|
|
9889
|
-
uriCategory:
|
|
9904
|
+
uriCategory: rh.optional(),
|
|
9890
9905
|
_attachedFiles: V.array().optional(),
|
|
9891
9906
|
_nbAttachment: r().optional(),
|
|
9892
9907
|
_url: t().optional(),
|
|
9893
9908
|
_cssColor: t().optional(),
|
|
9894
9909
|
_cssClass: t().optional()
|
|
9895
|
-
}),
|
|
9910
|
+
}), ch = Ot(dt.omit({ idSpot: !0 })).and(
|
|
9896
9911
|
p({
|
|
9897
|
-
image:
|
|
9912
|
+
image: it.nullable().optional(),
|
|
9898
9913
|
tags: t().optional(),
|
|
9899
9914
|
faqColor: t().optional(),
|
|
9900
9915
|
isWeb: d().optional(),
|
|
9901
9916
|
type: c("faq")
|
|
9902
9917
|
})
|
|
9903
|
-
),
|
|
9918
|
+
), zw = ch.and(
|
|
9904
9919
|
p({
|
|
9905
9920
|
uri: t(),
|
|
9906
|
-
format:
|
|
9921
|
+
format: at.optional()
|
|
9907
9922
|
})
|
|
9908
|
-
),
|
|
9923
|
+
), Gw = p({
|
|
9909
9924
|
title: t(),
|
|
9910
9925
|
id: t()
|
|
9911
|
-
}),
|
|
9926
|
+
}), Hw = p({
|
|
9912
9927
|
_web: f([c("0"), c("1"), c("")]).optional(),
|
|
9913
9928
|
appImageText: t().optional(),
|
|
9914
9929
|
appImage: f([
|
|
@@ -9921,66 +9936,66 @@ const hm = P.extend({
|
|
|
9921
9936
|
})
|
|
9922
9937
|
]).optional(),
|
|
9923
9938
|
_displayComment: f([c("0"), c("1"), c("")]).optional()
|
|
9924
|
-
}),
|
|
9939
|
+
}), $w = p({
|
|
9925
9940
|
createCategory: d()
|
|
9926
|
-
}),
|
|
9941
|
+
}), Zw = p({
|
|
9927
9942
|
idCategory: r(),
|
|
9928
9943
|
title: t()
|
|
9929
|
-
}),
|
|
9944
|
+
}), Jw = p({
|
|
9930
9945
|
idCategory: r(),
|
|
9931
9946
|
indexTheme: r(),
|
|
9932
9947
|
deleteEntries: d().optional()
|
|
9933
|
-
}),
|
|
9948
|
+
}), Qw = p({
|
|
9934
9949
|
idCategory: r(),
|
|
9935
9950
|
indexTheme: r(),
|
|
9936
9951
|
title: t()
|
|
9937
|
-
}),
|
|
9952
|
+
}), lh = Ot(dt).and(
|
|
9938
9953
|
p({
|
|
9939
9954
|
tags: t().optional(),
|
|
9940
9955
|
faqResponse: t().optional(),
|
|
9941
9956
|
type: c("faqItem")
|
|
9942
9957
|
})
|
|
9943
|
-
),
|
|
9958
|
+
), Yw = p({
|
|
9944
9959
|
idEntry: r(),
|
|
9945
9960
|
idCategory: r(),
|
|
9946
9961
|
theme: r()
|
|
9947
|
-
}),
|
|
9962
|
+
}), Kw = lh.and(
|
|
9948
9963
|
p({
|
|
9949
9964
|
uri: t()
|
|
9950
9965
|
})
|
|
9951
|
-
),
|
|
9966
|
+
), Xw = p({
|
|
9952
9967
|
entryURI: t(),
|
|
9953
9968
|
sourceURI: t().optional(),
|
|
9954
9969
|
targetURI: t(),
|
|
9955
9970
|
theme: r()
|
|
9956
|
-
}),
|
|
9971
|
+
}), ev = p({
|
|
9957
9972
|
sourceUri: t(),
|
|
9958
9973
|
targetUri: t(),
|
|
9959
9974
|
themeIndex: r()
|
|
9960
9975
|
}), Pi = Z.extend({
|
|
9961
9976
|
type: c("quarantine")
|
|
9962
|
-
}),
|
|
9977
|
+
}), dh = P.extend(Pi.shape).extend({
|
|
9963
9978
|
relatedArticle: P.optional(),
|
|
9964
|
-
relatedObject:
|
|
9965
|
-
relatedUser:
|
|
9966
|
-
}),
|
|
9979
|
+
relatedObject: He.or(P).optional(),
|
|
9980
|
+
relatedUser: ot.optional()
|
|
9981
|
+
}), ph = g(dh), tv = p({
|
|
9967
9982
|
uri: t(),
|
|
9968
9983
|
name: t(),
|
|
9969
9984
|
size: r(),
|
|
9970
9985
|
isSynchronized: d()
|
|
9971
|
-
}),
|
|
9986
|
+
}), nv = p({
|
|
9972
9987
|
quotaUsed: r(),
|
|
9973
9988
|
quotaTotal: r(),
|
|
9974
9989
|
percentage: r()
|
|
9975
|
-
}),
|
|
9990
|
+
}), av = p({
|
|
9976
9991
|
name: t(),
|
|
9977
9992
|
isSynchronized: t(),
|
|
9978
9993
|
synchronizationsNb: t()
|
|
9979
|
-
}),
|
|
9994
|
+
}), ov = p({
|
|
9980
9995
|
page: r(),
|
|
9981
9996
|
limit: r(),
|
|
9982
|
-
orders:
|
|
9983
|
-
}),
|
|
9997
|
+
orders: De.optional()
|
|
9998
|
+
}), iv = s({
|
|
9984
9999
|
idLog: r(),
|
|
9985
10000
|
slug: t(),
|
|
9986
10001
|
dateCreation: t(),
|
|
@@ -9988,51 +10003,51 @@ const hm = P.extend({
|
|
|
9988
10003
|
mail: t(),
|
|
9989
10004
|
action: t(),
|
|
9990
10005
|
mode: t()
|
|
9991
|
-
}),
|
|
10006
|
+
}), sv = s({
|
|
9992
10007
|
mail: t(),
|
|
9993
10008
|
cnt: t()
|
|
9994
|
-
}),
|
|
10009
|
+
}), uh = t(), mh = t(), rv = dt.extend({
|
|
9995
10010
|
type: c("jlandmap"),
|
|
9996
10011
|
jlandMapAggregated: t()
|
|
9997
|
-
}),
|
|
10012
|
+
}), hh = Z.extend({
|
|
9998
10013
|
type: c("jlandmap"),
|
|
9999
|
-
jlandMapKind:
|
|
10000
|
-
jlandMapFlavor:
|
|
10014
|
+
jlandMapKind: mh,
|
|
10015
|
+
jlandMapFlavor: uh,
|
|
10001
10016
|
limit: r().nullable(),
|
|
10002
10017
|
waMapUrl: t().nullable()
|
|
10003
10018
|
}), Mi = g(
|
|
10004
|
-
|
|
10005
|
-
),
|
|
10019
|
+
hh
|
|
10020
|
+
), fh = P.extend(Mi.shape), Ui = g(fh), gh = W.extend(Ui.shape), yh = g(gh), Sh = Z.extend({
|
|
10006
10021
|
type: c("mediaLibraryFile"),
|
|
10007
10022
|
attachment: V,
|
|
10008
10023
|
_user: O
|
|
10009
|
-
}), Bi = g(
|
|
10010
|
-
|
|
10011
|
-
),
|
|
10024
|
+
}), Bi = g(Sh), wh = P.extend(Bi.shape), qi = g(
|
|
10025
|
+
wh
|
|
10026
|
+
), vh = Z.extend({
|
|
10012
10027
|
type: c("mediaLibraryFolder"),
|
|
10013
10028
|
_user: O,
|
|
10014
10029
|
description: t().optional(),
|
|
10015
10030
|
_audience: Te.array()
|
|
10016
|
-
}), Vi = g(
|
|
10031
|
+
}), Vi = g(vh), kh = P.extend(Vi.shape), Ni = g(kh), cv = qi.or(Ni), lv = p({
|
|
10017
10032
|
page: r().optional(),
|
|
10018
10033
|
limit: r().optional(),
|
|
10019
10034
|
query: t().optional()
|
|
10020
|
-
}),
|
|
10035
|
+
}), dv = p({
|
|
10021
10036
|
id: r(),
|
|
10022
10037
|
idFolder: r().optional(),
|
|
10023
10038
|
fileName: t(),
|
|
10024
10039
|
nbViews: r(),
|
|
10025
10040
|
nbDistinctViews: r(),
|
|
10026
10041
|
nbDownloads: r()
|
|
10027
|
-
}),
|
|
10042
|
+
}), pv = p({
|
|
10028
10043
|
id: r(),
|
|
10029
10044
|
folderName: t(),
|
|
10030
10045
|
nb: r(),
|
|
10031
10046
|
nbDistinct: r()
|
|
10032
|
-
}),
|
|
10047
|
+
}), uv = p({
|
|
10033
10048
|
nbFolders: r(),
|
|
10034
10049
|
nbFiles: r()
|
|
10035
|
-
}),
|
|
10050
|
+
}), mv = p({
|
|
10036
10051
|
uriFile: t(),
|
|
10037
10052
|
uriFolder: t(),
|
|
10038
10053
|
publishTo: t().array()
|
|
@@ -10040,7 +10055,7 @@ const hm = P.extend({
|
|
|
10040
10055
|
uri: t(),
|
|
10041
10056
|
title: t(),
|
|
10042
10057
|
selected: d()
|
|
10043
|
-
}),
|
|
10058
|
+
}), bh = p({
|
|
10044
10059
|
id: r().or(t()),
|
|
10045
10060
|
pid: r().nullable().optional(),
|
|
10046
10061
|
name: t(),
|
|
@@ -10056,23 +10071,23 @@ const hm = P.extend({
|
|
|
10056
10071
|
selectedLink: Ka.nullable().optional(),
|
|
10057
10072
|
openInNewTab: r().nullable().optional(),
|
|
10058
10073
|
isAssistant: r().nullable().optional()
|
|
10059
|
-
}),
|
|
10060
|
-
nodes: S(
|
|
10074
|
+
}), Ch = g(bh), Xa = p({
|
|
10075
|
+
nodes: S(Ch),
|
|
10061
10076
|
platformColors: _(t())
|
|
10062
|
-
}),
|
|
10077
|
+
}), xh = P.extend({
|
|
10063
10078
|
type: c("orgCharts"),
|
|
10064
10079
|
chartIsVisible: d(),
|
|
10065
10080
|
chartAdmins: O.array()
|
|
10066
|
-
}), Wi = g(
|
|
10081
|
+
}), Wi = g(xh), Th = W.extend(Wi.shape).extend({
|
|
10067
10082
|
chartConfig: Xa,
|
|
10068
10083
|
chartConfigDraft: Xa
|
|
10069
|
-
}),
|
|
10084
|
+
}), _h = g(Th), hv = p({
|
|
10070
10085
|
title: t(),
|
|
10071
10086
|
chartIsVisible: t(),
|
|
10072
10087
|
publishTo: t(),
|
|
10073
10088
|
uri: t(),
|
|
10074
10089
|
chartAdmins: t()
|
|
10075
|
-
}),
|
|
10090
|
+
}), fv = p({
|
|
10076
10091
|
global: p({
|
|
10077
10092
|
user_directory: p({
|
|
10078
10093
|
card: S(t()),
|
|
@@ -10083,23 +10098,23 @@ const hm = P.extend({
|
|
|
10083
10098
|
css: _(t().nullable())
|
|
10084
10099
|
}),
|
|
10085
10100
|
writer: d()
|
|
10086
|
-
}),
|
|
10101
|
+
}), Ah = P.extend({
|
|
10087
10102
|
type: c("socialQuestion"),
|
|
10088
10103
|
socialQuestionResolved: d(),
|
|
10089
|
-
_response:
|
|
10104
|
+
_response: He.optional(),
|
|
10090
10105
|
_validator: O.optional(),
|
|
10091
10106
|
socialQuestionValidationDate: t().optional()
|
|
10092
|
-
}),
|
|
10093
|
-
|
|
10094
|
-
),
|
|
10107
|
+
}), Lh = g(
|
|
10108
|
+
Ah
|
|
10109
|
+
), Rh = P.extend({
|
|
10095
10110
|
type: c("support"),
|
|
10096
10111
|
supportStatus: f([r(), t()]).nullable(),
|
|
10097
10112
|
supportType: f([r(), t()]).nullable(),
|
|
10098
10113
|
supportOwner: S(O)
|
|
10099
|
-
}), zi = g(
|
|
10114
|
+
}), zi = g(Rh), Fh = W.extend(zi.shape), Eh = g(Fh), jh = f([c("DYNAMIC"), c("SLIDESHOW")]), Gi = s({
|
|
10100
10115
|
tvChannelBackgroundColor: t().nullable(),
|
|
10101
10116
|
tvChannelNumImages: r(),
|
|
10102
|
-
tvChannelGroupTarget:
|
|
10117
|
+
tvChannelGroupTarget: st.optional(),
|
|
10103
10118
|
tvChannelConfig: p({
|
|
10104
10119
|
backgroundType: f([c("color"), c("image")]).optional(),
|
|
10105
10120
|
globalShowComment: d().optional(),
|
|
@@ -10114,56 +10129,56 @@ const hm = P.extend({
|
|
|
10114
10129
|
})
|
|
10115
10130
|
).optional()
|
|
10116
10131
|
})
|
|
10117
|
-
}),
|
|
10132
|
+
}), Dh = Gi.extend({
|
|
10118
10133
|
tvChannelType: c("DYNAMIC"),
|
|
10119
10134
|
tvChannelNumImages: c(0)
|
|
10120
|
-
}), Hi = g(
|
|
10121
|
-
|
|
10122
|
-
),
|
|
10123
|
-
|
|
10124
|
-
),
|
|
10135
|
+
}), Hi = g(Dh), Ih = Gi.extend({ tvChannelType: c("SLIDESHOW") }), $i = g(Ih), Oh = Z.extend({ type: c("tvDisplayChannel") }), Da = g(
|
|
10136
|
+
Oh
|
|
10137
|
+
), Ph = P.extend(Da.shape).extend(Hi.shape), Zi = g(
|
|
10138
|
+
Ph
|
|
10139
|
+
), Mh = P.extend(Da.shape).extend($i.shape), Ji = g(Mh), Uh = f([Zi, Ji]), gv = dt.and(Hi.partial().or($i.partial())).and(
|
|
10125
10140
|
p({
|
|
10126
|
-
tvChannelType:
|
|
10141
|
+
tvChannelType: jh
|
|
10127
10142
|
})
|
|
10128
|
-
).readonly(),
|
|
10143
|
+
).readonly(), yv = s({
|
|
10129
10144
|
tvChannelGroupTarget: S(t()).optional(),
|
|
10130
10145
|
tvChannelNumImages: xe().optional()
|
|
10131
|
-
}),
|
|
10146
|
+
}), Bh = He.extend({
|
|
10132
10147
|
_extend: p({
|
|
10133
10148
|
userImageSecureUrl: t(),
|
|
10134
10149
|
descriptionSecure: t()
|
|
10135
10150
|
})
|
|
10136
|
-
}),
|
|
10151
|
+
}), qh = g(Bh), Vh = P.extend({
|
|
10137
10152
|
_extend: p({
|
|
10138
10153
|
imageSecureUrl: t().optional(),
|
|
10139
10154
|
descriptionSecure: t(),
|
|
10140
|
-
comments: S(
|
|
10155
|
+
comments: S(qh)
|
|
10141
10156
|
}).optional()
|
|
10142
|
-
}),
|
|
10157
|
+
}), Nh = g(Vh), Wh = V.extend({
|
|
10143
10158
|
_extend: p({
|
|
10144
10159
|
imageSecureUrl: t().optional()
|
|
10145
10160
|
})
|
|
10146
|
-
}),
|
|
10161
|
+
}), zh = g(Wh), Gh = Zi.extend({
|
|
10147
10162
|
_extend: p({
|
|
10148
10163
|
imageSecureUrl: t().optional(),
|
|
10149
|
-
articles: S(
|
|
10164
|
+
articles: S(Nh).optional()
|
|
10150
10165
|
})
|
|
10151
|
-
}), Qi = g(
|
|
10166
|
+
}), Qi = g(Gh), Sv = (a) => Qi.safeParse(a).success, Hh = Ji.extend({
|
|
10152
10167
|
_extend: p({
|
|
10153
|
-
attachments: S(
|
|
10168
|
+
attachments: S(zh).optional()
|
|
10154
10169
|
})
|
|
10155
|
-
}), Yi = g(
|
|
10170
|
+
}), Yi = g(Hh), wv = (a) => Yi.safeParse(a).success, $h = p({
|
|
10156
10171
|
interval: r(),
|
|
10157
10172
|
channel: f([Qi, Yi])
|
|
10158
|
-
}),
|
|
10159
|
-
|
|
10160
|
-
),
|
|
10173
|
+
}), vv = g(
|
|
10174
|
+
$h
|
|
10175
|
+
), kv = p({
|
|
10161
10176
|
createdAt: t(),
|
|
10162
10177
|
// RFC3339
|
|
10163
10178
|
filename: t(),
|
|
10164
10179
|
isExpired: d(),
|
|
10165
10180
|
url: t()
|
|
10166
|
-
}),
|
|
10181
|
+
}), Zh = p({
|
|
10167
10182
|
id: r(),
|
|
10168
10183
|
subject: t(),
|
|
10169
10184
|
createdAt: t(),
|
|
@@ -10181,10 +10196,10 @@ const hm = P.extend({
|
|
|
10181
10196
|
totalDurationSeconds: r(),
|
|
10182
10197
|
visioSessionsNumber: r()
|
|
10183
10198
|
})
|
|
10184
|
-
}),
|
|
10199
|
+
}), bv = p({
|
|
10185
10200
|
rooms: p({
|
|
10186
10201
|
totalItems: r(),
|
|
10187
|
-
member: S(
|
|
10202
|
+
member: S(Zh)
|
|
10188
10203
|
}),
|
|
10189
10204
|
platform: p({
|
|
10190
10205
|
sessionsNumber: r(),
|
|
@@ -10192,16 +10207,16 @@ const hm = P.extend({
|
|
|
10192
10207
|
durationMedian: r(),
|
|
10193
10208
|
participantsNumber: r()
|
|
10194
10209
|
})
|
|
10195
|
-
}),
|
|
10210
|
+
}), Jh = p({
|
|
10196
10211
|
id: r(),
|
|
10197
10212
|
room: t(),
|
|
10198
10213
|
duration: r(),
|
|
10199
10214
|
participantsNb: r(),
|
|
10200
10215
|
startedAt: t(),
|
|
10201
10216
|
endedAt: t()
|
|
10202
|
-
}),
|
|
10217
|
+
}), Cv = p({
|
|
10203
10218
|
totalItems: r(),
|
|
10204
|
-
member: S(
|
|
10219
|
+
member: S(Jh)
|
|
10205
10220
|
}), Ki = ge.extend({
|
|
10206
10221
|
name: t(),
|
|
10207
10222
|
service: f([c("visio-connect"), c("other")]),
|
|
@@ -10214,13 +10229,13 @@ const hm = P.extend({
|
|
|
10214
10229
|
_user: se(O)
|
|
10215
10230
|
}), Xi = g(
|
|
10216
10231
|
Ki
|
|
10217
|
-
),
|
|
10232
|
+
), Qh = Ki.pick({
|
|
10218
10233
|
name: !0,
|
|
10219
10234
|
service: !0,
|
|
10220
10235
|
url: !0
|
|
10221
|
-
}).extend({ audience: Xi.shape._audience }),
|
|
10222
|
-
|
|
10223
|
-
),
|
|
10236
|
+
}).extend({ audience: Xi.shape._audience }), xv = g(
|
|
10237
|
+
Qh
|
|
10238
|
+
), Yh = s({
|
|
10224
10239
|
label: t(),
|
|
10225
10240
|
description: t(),
|
|
10226
10241
|
name: Ut,
|
|
@@ -10234,34 +10249,34 @@ const hm = P.extend({
|
|
|
10234
10249
|
useWidgets: d(),
|
|
10235
10250
|
useSync: d().optional()
|
|
10236
10251
|
})
|
|
10237
|
-
}),
|
|
10252
|
+
}), Tv = (a) => Yh.safeParse(a).success, _v = (a) => a !== void 0 && "id" && "type" in a && "uri" in a, Kh = Z.extend({
|
|
10238
10253
|
type: c("articleWidget"),
|
|
10239
10254
|
articleWidgets: pe.array(),
|
|
10240
10255
|
articleWidgetDisplayMode: f([wl, j(), U()])
|
|
10241
10256
|
}), es = g(
|
|
10242
|
-
|
|
10243
|
-
),
|
|
10257
|
+
Kh
|
|
10258
|
+
), Xh = P.extend(es.shape).extend({
|
|
10244
10259
|
articleWidgetsCover: r().or(U())
|
|
10245
10260
|
}), ts = g(
|
|
10246
|
-
|
|
10247
|
-
),
|
|
10248
|
-
|
|
10249
|
-
),
|
|
10261
|
+
Xh
|
|
10262
|
+
), ef = W.extend(ts.shape), tf = g(
|
|
10263
|
+
ef
|
|
10264
|
+
), nf = s({
|
|
10250
10265
|
uniqid: t(),
|
|
10251
10266
|
title: t(),
|
|
10252
10267
|
locked: d(),
|
|
10253
10268
|
visible: d(),
|
|
10254
10269
|
widgets: pe.array(),
|
|
10255
10270
|
position: Sl.optional()
|
|
10256
|
-
}),
|
|
10271
|
+
}), af = k(["edit", "view", "preview", "tpl"]), Av = s({
|
|
10257
10272
|
width: r().or(U()).optional(),
|
|
10258
10273
|
inplace: d(),
|
|
10259
10274
|
isComponentVisible: d().optional(),
|
|
10260
|
-
mode:
|
|
10275
|
+
mode: af,
|
|
10261
10276
|
onClick: gt().returns(ft()).optional(),
|
|
10262
10277
|
onChange: gt().args(Ld, d()).returns(ft()),
|
|
10263
10278
|
onStateChange: gt().args(Oo).returns(ft())
|
|
10264
|
-
}),
|
|
10279
|
+
}), of = s({
|
|
10265
10280
|
text: t(),
|
|
10266
10281
|
value: d().optional(),
|
|
10267
10282
|
links: co.array().optional(),
|
|
@@ -10269,27 +10284,27 @@ const hm = P.extend({
|
|
|
10269
10284
|
mimetype: t().optional(),
|
|
10270
10285
|
id: r().optional(),
|
|
10271
10286
|
user: O.optional()
|
|
10272
|
-
}),
|
|
10273
|
-
arr:
|
|
10287
|
+
}), sf = s({
|
|
10288
|
+
arr: of.array().optional(),
|
|
10274
10289
|
edit: d().optional()
|
|
10275
|
-
}),
|
|
10290
|
+
}), Lv = s({
|
|
10276
10291
|
name: c("widget-check-list"),
|
|
10277
10292
|
uniqid: t(),
|
|
10278
|
-
content:
|
|
10293
|
+
content: sf,
|
|
10279
10294
|
title: t()
|
|
10280
|
-
}),
|
|
10295
|
+
}), rf = s({
|
|
10281
10296
|
title: t().optional(),
|
|
10282
10297
|
view: fe().optional()
|
|
10283
|
-
}),
|
|
10298
|
+
}), cf = s({
|
|
10284
10299
|
uniqid: t(),
|
|
10285
10300
|
fn: k(["widget-presence-response", "check-list-response", "widget-update", "widget-quick-survey-response"]),
|
|
10286
10301
|
object: B
|
|
10287
|
-
}), eo = _(t(), _(t(), t().or(r()))),
|
|
10302
|
+
}), eo = _(t(), _(t(), t().or(r()))), lf = k(["comment", "article", "intranet", "platform-block", "intranet-combination"]), df = p({
|
|
10288
10303
|
token: t().or(U()).optional(),
|
|
10289
10304
|
ids: _(t(), pe),
|
|
10290
|
-
layers: _(t(),
|
|
10305
|
+
layers: _(t(), nf),
|
|
10291
10306
|
states: _(t(), Oo),
|
|
10292
|
-
modal:
|
|
10307
|
+
modal: rf.or(U()),
|
|
10293
10308
|
editableMap: _(
|
|
10294
10309
|
t(),
|
|
10295
10310
|
p({
|
|
@@ -10314,12 +10329,12 @@ const hm = P.extend({
|
|
|
10314
10329
|
widgetAuthor: _(t(), O.partial()),
|
|
10315
10330
|
widgetWrapperBackgroundImage: _(t(), Lo),
|
|
10316
10331
|
flushedWidgets: t().array(),
|
|
10317
|
-
rtObjectStack:
|
|
10318
|
-
widgetContext: _(t(),
|
|
10332
|
+
rtObjectStack: cf.array(),
|
|
10333
|
+
widgetContext: _(t(), lf),
|
|
10319
10334
|
widgetSynchronizationStates: _(t(), d()),
|
|
10320
10335
|
widgetUrls: _(t(), t())
|
|
10321
|
-
}),
|
|
10322
|
-
widgets:
|
|
10336
|
+
}), pf = g(df), Rv = s({
|
|
10337
|
+
widgets: pf
|
|
10323
10338
|
}), ns = {
|
|
10324
10339
|
article: {
|
|
10325
10340
|
"raw-little": {
|
|
@@ -10331,7 +10346,7 @@ const hm = P.extend({
|
|
|
10331
10346
|
// folder,
|
|
10332
10347
|
// rootFolder,
|
|
10333
10348
|
businessContactCard: ri,
|
|
10334
|
-
tvDisplayChannel:
|
|
10349
|
+
tvDisplayChannel: Da,
|
|
10335
10350
|
recurringEvent: gi,
|
|
10336
10351
|
socialEvent: _a
|
|
10337
10352
|
},
|
|
@@ -10340,21 +10355,21 @@ const hm = P.extend({
|
|
|
10340
10355
|
articleWidget: ts,
|
|
10341
10356
|
bookableAsset: ba,
|
|
10342
10357
|
businessContactCard: wu,
|
|
10343
|
-
contentFactoryTemplate:
|
|
10358
|
+
contentFactoryTemplate: Fa,
|
|
10344
10359
|
contentReport: fm,
|
|
10345
10360
|
faq: Ii,
|
|
10346
10361
|
internalDraft: Mo,
|
|
10347
|
-
meeting:
|
|
10362
|
+
meeting: pt,
|
|
10348
10363
|
orgCharts: Wi,
|
|
10349
10364
|
pollSurvey: oi,
|
|
10350
|
-
quarantine:
|
|
10365
|
+
quarantine: ph,
|
|
10351
10366
|
quizz: Fi,
|
|
10352
10367
|
reservation: gu,
|
|
10353
|
-
socialEvent:
|
|
10368
|
+
socialEvent: Ie,
|
|
10354
10369
|
support: zi,
|
|
10355
10370
|
surveyDate: Ei,
|
|
10356
|
-
tvDisplayChannel:
|
|
10357
|
-
socialQuestion:
|
|
10371
|
+
tvDisplayChannel: Uh,
|
|
10372
|
+
socialQuestion: Lh,
|
|
10358
10373
|
folder: Pd,
|
|
10359
10374
|
recurringEvent: yi,
|
|
10360
10375
|
// boardCard,
|
|
@@ -10370,25 +10385,25 @@ const hm = P.extend({
|
|
|
10370
10385
|
"raw-view": {
|
|
10371
10386
|
bookableAsset: hu,
|
|
10372
10387
|
contentFactoryTemplate: mm,
|
|
10373
|
-
extraBot:
|
|
10374
|
-
faq:
|
|
10375
|
-
faqItem:
|
|
10388
|
+
extraBot: Xm,
|
|
10389
|
+
faq: nh,
|
|
10390
|
+
faqItem: ih,
|
|
10376
10391
|
internalDraft: Id,
|
|
10377
10392
|
meeting: pi,
|
|
10378
|
-
orgCharts:
|
|
10393
|
+
orgCharts: _h,
|
|
10379
10394
|
quizz: Mm,
|
|
10380
|
-
socialEvent:
|
|
10395
|
+
socialEvent: Oe,
|
|
10381
10396
|
recurringEvent: Si,
|
|
10382
10397
|
// digitalDeskDeck,
|
|
10383
10398
|
// vPlatform,
|
|
10384
|
-
articleWidget:
|
|
10399
|
+
articleWidget: tf,
|
|
10385
10400
|
animatedMeeting: li,
|
|
10386
10401
|
aseiClearanceTicket: lu,
|
|
10387
10402
|
aseiInstitution: pu,
|
|
10388
|
-
jlandmap:
|
|
10403
|
+
jlandmap: yh,
|
|
10389
10404
|
pollSurvey: tp,
|
|
10390
10405
|
surveyDate: zm,
|
|
10391
|
-
support:
|
|
10406
|
+
support: Eh
|
|
10392
10407
|
}
|
|
10393
10408
|
},
|
|
10394
10409
|
comment: {
|
|
@@ -10398,7 +10413,7 @@ const hm = P.extend({
|
|
|
10398
10413
|
},
|
|
10399
10414
|
messengerDiscussion: {
|
|
10400
10415
|
"raw-little": {
|
|
10401
|
-
messengerGroup:
|
|
10416
|
+
messengerGroup: ja,
|
|
10402
10417
|
messengerUser: Ri
|
|
10403
10418
|
},
|
|
10404
10419
|
"raw-list": {
|
|
@@ -10429,9 +10444,9 @@ const hm = P.extend({
|
|
|
10429
10444
|
}, $ = (a) => p({
|
|
10430
10445
|
isActive: d(),
|
|
10431
10446
|
...a
|
|
10432
|
-
}), G = (a) => $({ ...a, hasLicense: d() }),
|
|
10433
|
-
drives: _(
|
|
10434
|
-
}),
|
|
10447
|
+
}), G = (a) => $({ ...a, hasLicense: d() }), uf = k(["drive_microsoft_graph", "drive_dropbox", "drive_google"]), mf = $({
|
|
10448
|
+
drives: _(uf, d())
|
|
10449
|
+
}), hf = $({
|
|
10435
10450
|
label: t(),
|
|
10436
10451
|
defaultView: k(["month", "week", "day", "list"]),
|
|
10437
10452
|
iCalendarUrls: p({
|
|
@@ -10440,137 +10455,137 @@ const hm = P.extend({
|
|
|
10440
10455
|
}),
|
|
10441
10456
|
externalGestion: d(),
|
|
10442
10457
|
recurringEventsEnabled: d()
|
|
10443
|
-
}),
|
|
10458
|
+
}), ff = $({
|
|
10444
10459
|
orderBy: t(),
|
|
10445
10460
|
order: k(["ASC", "DESC"])
|
|
10446
|
-
}),
|
|
10461
|
+
}), gf = $({}), yf = G({
|
|
10447
10462
|
maxParticipants: r(),
|
|
10448
10463
|
minParticipantsForSpotDiscussion: r(),
|
|
10449
10464
|
label: t(),
|
|
10450
10465
|
// Optional: only servers with the message-edit window (MessengerHook::EDIT_TIME_LIMIT) emit it.
|
|
10451
10466
|
editTimeLimit: r().optional(),
|
|
10452
10467
|
editBlockedOgTypes: S(t()).optional()
|
|
10453
|
-
}),
|
|
10468
|
+
}), Sf = G({
|
|
10454
10469
|
label: t(),
|
|
10455
10470
|
useTeaser: d()
|
|
10456
|
-
}),
|
|
10471
|
+
}), wf = p({
|
|
10457
10472
|
label: t(),
|
|
10458
10473
|
description: t(),
|
|
10459
10474
|
extension: t(),
|
|
10460
10475
|
icon: t(),
|
|
10461
10476
|
color: t()
|
|
10462
|
-
}),
|
|
10477
|
+
}), vf = G({
|
|
10463
10478
|
label: t(),
|
|
10464
10479
|
description: t(),
|
|
10465
10480
|
color: t(),
|
|
10466
|
-
templates:
|
|
10481
|
+
templates: wf.array(),
|
|
10467
10482
|
allowSharedWithMe: d(),
|
|
10468
10483
|
allowPdfEdit: d(),
|
|
10469
10484
|
weDocFoldersEnabled: d(),
|
|
10470
10485
|
weDocFolderSharingEnabled: d()
|
|
10471
|
-
}),
|
|
10486
|
+
}), kf = G({
|
|
10472
10487
|
oldViewOptionProperty: d()
|
|
10473
|
-
}),
|
|
10488
|
+
}), bf = G({
|
|
10474
10489
|
bgColor: t()
|
|
10475
|
-
}),
|
|
10490
|
+
}), Cf = $({
|
|
10476
10491
|
sendAlert: d(),
|
|
10477
10492
|
articleFullSelector: d(),
|
|
10478
10493
|
articleMediaSlider: d()
|
|
10479
|
-
}),
|
|
10494
|
+
}), xf = $({}), Tf = $({}), _f = $({
|
|
10480
10495
|
allowExternalFileSharing: d(),
|
|
10481
10496
|
allowShareWebinar: d()
|
|
10482
|
-
}),
|
|
10497
|
+
}), Af = $({
|
|
10483
10498
|
create: d(),
|
|
10484
10499
|
autorize: S(k(["message", "comment", "board", "article"]).optional())
|
|
10485
|
-
}),
|
|
10500
|
+
}), Lf = G({
|
|
10486
10501
|
label: t()
|
|
10487
|
-
}),
|
|
10502
|
+
}), Rf = G({}), Ff = G({}), Ef = $({
|
|
10488
10503
|
label: t(),
|
|
10489
10504
|
create: d()
|
|
10490
|
-
}),
|
|
10491
|
-
|
|
10492
|
-
|
|
10493
|
-
),
|
|
10505
|
+
}), jf = k(["loginPassword", "saml", "oAuth"]), Df = k(["no", "optional", "mandatory"]), If = _(
|
|
10506
|
+
jf,
|
|
10507
|
+
Df
|
|
10508
|
+
), Of = G({
|
|
10494
10509
|
name: t(),
|
|
10495
|
-
providers:
|
|
10510
|
+
providers: If,
|
|
10496
10511
|
banLifespan: r()
|
|
10497
|
-
}),
|
|
10512
|
+
}), Pf = G({
|
|
10498
10513
|
create: d()
|
|
10499
|
-
}),
|
|
10514
|
+
}), Mf = G({
|
|
10500
10515
|
v2: d()
|
|
10501
|
-
}),
|
|
10516
|
+
}), Uf = G({
|
|
10502
10517
|
label: t()
|
|
10503
|
-
}),
|
|
10518
|
+
}), Bf = G({ label: t() }), qf = G({}), Vf = G({
|
|
10504
10519
|
label: t(),
|
|
10505
10520
|
menuItems: S(p({ type: t(), text: t(), actions: t() })).nullable()
|
|
10506
|
-
}),
|
|
10521
|
+
}), Nf = $({
|
|
10507
10522
|
manage: d()
|
|
10508
|
-
}),
|
|
10523
|
+
}), Wf = $({
|
|
10509
10524
|
canCreateTemplate: d(),
|
|
10510
10525
|
allowTemplateImportExport: d(),
|
|
10511
10526
|
label: t()
|
|
10512
|
-
}),
|
|
10527
|
+
}), zf = $({
|
|
10513
10528
|
label: t(),
|
|
10514
10529
|
create: d(),
|
|
10515
10530
|
description: t(),
|
|
10516
10531
|
color: t(),
|
|
10517
10532
|
icon: t()
|
|
10518
|
-
}),
|
|
10533
|
+
}), Gf = $({
|
|
10519
10534
|
label: t(),
|
|
10520
10535
|
create: d()
|
|
10521
|
-
}),
|
|
10536
|
+
}), Hf = G({
|
|
10522
10537
|
label: t(),
|
|
10523
10538
|
numberOfMinutesBeforeJoining: r()
|
|
10524
|
-
}),
|
|
10539
|
+
}), $f = G({
|
|
10525
10540
|
label: t(),
|
|
10526
10541
|
create: d()
|
|
10527
|
-
}),
|
|
10542
|
+
}), Zf = G({
|
|
10528
10543
|
label: t()
|
|
10529
|
-
}),
|
|
10544
|
+
}), Jf = $({
|
|
10530
10545
|
label: t()
|
|
10531
|
-
}),
|
|
10532
|
-
BigBlueButtonHook:
|
|
10533
|
-
ExternalAppHook:
|
|
10534
|
-
DigitalWorkplaceHook:
|
|
10535
|
-
FlocklerHook:
|
|
10536
|
-
LuccaAbsenceHook:
|
|
10537
|
-
MagicPadHook:
|
|
10538
|
-
MagicWandHook:
|
|
10539
|
-
MediaLibraryHook:
|
|
10540
|
-
MessengerHook:
|
|
10541
|
-
OfficeHook:
|
|
10542
|
-
SpotHook:
|
|
10543
|
-
StudioHook:
|
|
10544
|
-
TargetInfoHook:
|
|
10545
|
-
TeamWorkAiHook:
|
|
10546
|
-
TwoFactorAuthenticationHook:
|
|
10547
|
-
VisioConnectHook:
|
|
10548
|
-
WallHook:
|
|
10549
|
-
WeDocHook:
|
|
10550
|
-
}).partial(),
|
|
10551
|
-
AdminAdvancedHook:
|
|
10552
|
-
AnimatedMeetingHook:
|
|
10553
|
-
AnimationsHook:
|
|
10554
|
-
BusinessContactHook:
|
|
10555
|
-
calendarHook:
|
|
10556
|
-
ContentFactoryHook:
|
|
10557
|
-
DriveHook:
|
|
10558
|
-
ExtraBotHook:
|
|
10559
|
-
FAQHook:
|
|
10560
|
-
FileBankHook:
|
|
10561
|
-
FileIntegrityHook:
|
|
10562
|
-
JitsiHook:
|
|
10563
|
-
SharedContentHook:
|
|
10564
|
-
spotRssFeed:
|
|
10565
|
-
SurveyDateHook:
|
|
10566
|
-
WidgetHook:
|
|
10567
|
-
}).partial().extend(
|
|
10546
|
+
}), Qf = $({}), Yf = p({
|
|
10547
|
+
BigBlueButtonHook: Hf,
|
|
10548
|
+
ExternalAppHook: Pf,
|
|
10549
|
+
DigitalWorkplaceHook: Mf,
|
|
10550
|
+
FlocklerHook: qf,
|
|
10551
|
+
LuccaAbsenceHook: Bf,
|
|
10552
|
+
MagicPadHook: Lf,
|
|
10553
|
+
MagicWandHook: Vf,
|
|
10554
|
+
MediaLibraryHook: Rf,
|
|
10555
|
+
MessengerHook: yf,
|
|
10556
|
+
OfficeHook: Uf,
|
|
10557
|
+
SpotHook: Zf,
|
|
10558
|
+
StudioHook: kf,
|
|
10559
|
+
TargetInfoHook: bf,
|
|
10560
|
+
TeamWorkAiHook: Ff,
|
|
10561
|
+
TwoFactorAuthenticationHook: Of,
|
|
10562
|
+
VisioConnectHook: $f,
|
|
10563
|
+
WallHook: Sf,
|
|
10564
|
+
WeDocHook: vf
|
|
10565
|
+
}).partial(), Fv = p({
|
|
10566
|
+
AdminAdvancedHook: Cf,
|
|
10567
|
+
AnimatedMeetingHook: zf,
|
|
10568
|
+
AnimationsHook: Qf,
|
|
10569
|
+
BusinessContactHook: Jf,
|
|
10570
|
+
calendarHook: hf,
|
|
10571
|
+
ContentFactoryHook: Wf,
|
|
10572
|
+
DriveHook: mf,
|
|
10573
|
+
ExtraBotHook: Ef,
|
|
10574
|
+
FAQHook: Nf,
|
|
10575
|
+
FileBankHook: ff,
|
|
10576
|
+
FileIntegrityHook: gf,
|
|
10577
|
+
JitsiHook: Gf,
|
|
10578
|
+
SharedContentHook: _f,
|
|
10579
|
+
spotRssFeed: xf,
|
|
10580
|
+
SurveyDateHook: Tf,
|
|
10581
|
+
WidgetHook: Af
|
|
10582
|
+
}).partial().extend(Yf.shape), Ev = s({
|
|
10568
10583
|
url: t(),
|
|
10569
10584
|
label: t(),
|
|
10570
10585
|
columns: r().optional(),
|
|
10571
10586
|
rows: r().optional(),
|
|
10572
|
-
content:
|
|
10573
|
-
}),
|
|
10587
|
+
content: rt
|
|
10588
|
+
}), jv = f([
|
|
10574
10589
|
c("summarize"),
|
|
10575
10590
|
c("develop"),
|
|
10576
10591
|
c("reformulate"),
|
|
@@ -10580,61 +10595,61 @@ const hm = P.extend({
|
|
|
10580
10595
|
c("formal"),
|
|
10581
10596
|
c("funny"),
|
|
10582
10597
|
c("spellCheck")
|
|
10583
|
-
]),
|
|
10598
|
+
]), Dv = s({
|
|
10584
10599
|
text: t()
|
|
10585
|
-
}),
|
|
10600
|
+
}), Iv = s({
|
|
10586
10601
|
kind: t(),
|
|
10587
10602
|
page: r(),
|
|
10588
10603
|
limit: r(),
|
|
10589
10604
|
filters: It.array().optional(),
|
|
10590
10605
|
orders: Dt.array().optional()
|
|
10591
|
-
}),
|
|
10606
|
+
}), Ov = (a) => p({
|
|
10592
10607
|
license: f([c("1"), c("0")]),
|
|
10593
10608
|
user: a
|
|
10594
|
-
}),
|
|
10609
|
+
}), Pv = s({
|
|
10595
10610
|
kind: t(),
|
|
10596
10611
|
type: t(),
|
|
10597
10612
|
page: r(),
|
|
10598
10613
|
limit: r(),
|
|
10599
10614
|
filters: It.array().optional(),
|
|
10600
10615
|
orders: Dt.array().optional()
|
|
10601
|
-
}),
|
|
10616
|
+
}), Mv = s({
|
|
10602
10617
|
currentPeriodAmount: r(),
|
|
10603
10618
|
currentPeriodDateStart: t().optional(),
|
|
10604
10619
|
currentPeriodDateEnd: t().optional(),
|
|
10605
10620
|
nextTermAmount: r(),
|
|
10606
10621
|
nextTermDateStart: t().optional(),
|
|
10607
10622
|
nextTermDateEnd: t().optional()
|
|
10608
|
-
}),
|
|
10623
|
+
}), Uv = {
|
|
10609
10624
|
all: 0,
|
|
10610
10625
|
admin: 1,
|
|
10611
10626
|
custom: 2
|
|
10612
|
-
},
|
|
10627
|
+
}, Bv = p({
|
|
10613
10628
|
uri: t(),
|
|
10614
10629
|
title: t(),
|
|
10615
10630
|
type: t(),
|
|
10616
10631
|
mainType: t()
|
|
10617
|
-
}),
|
|
10632
|
+
}), qv = p({
|
|
10618
10633
|
imap_inbox_url: t(),
|
|
10619
10634
|
dav_calendar_url: t(),
|
|
10620
10635
|
dav_address_book_url: t()
|
|
10621
|
-
}),
|
|
10636
|
+
}), Kf = {
|
|
10622
10637
|
NONE: "none",
|
|
10623
10638
|
SSL: "ssl",
|
|
10624
10639
|
STARTTLS: "starttls"
|
|
10625
|
-
},
|
|
10640
|
+
}, Xf = p({
|
|
10626
10641
|
username: t(),
|
|
10627
10642
|
hostname: t(),
|
|
10628
10643
|
imapPort: r(),
|
|
10629
|
-
imapConnectionSecurity: X(
|
|
10644
|
+
imapConnectionSecurity: X(Kf),
|
|
10630
10645
|
imapMailbox: t(),
|
|
10631
10646
|
calDavCalendar: t(),
|
|
10632
10647
|
cardDavAddressBook: t(),
|
|
10633
10648
|
provider: t().nullable()
|
|
10634
|
-
}),
|
|
10635
|
-
...
|
|
10649
|
+
}), Vv = s({
|
|
10650
|
+
...Xf.shape,
|
|
10636
10651
|
password: t()
|
|
10637
|
-
}),
|
|
10652
|
+
}), Nv = p({
|
|
10638
10653
|
date: t(),
|
|
10639
10654
|
fromName: t(),
|
|
10640
10655
|
subject: t(),
|
|
@@ -10642,29 +10657,29 @@ const hm = P.extend({
|
|
|
10642
10657
|
read: d(),
|
|
10643
10658
|
attachmentsCount: r(),
|
|
10644
10659
|
url: t().nullable()
|
|
10645
|
-
}),
|
|
10660
|
+
}), Wv = p({
|
|
10646
10661
|
summary: t(),
|
|
10647
10662
|
start: t(),
|
|
10648
10663
|
end: t(),
|
|
10649
10664
|
status: t(),
|
|
10650
10665
|
url: t().nullable()
|
|
10651
|
-
}),
|
|
10666
|
+
}), zv = p({
|
|
10652
10667
|
fullName: t(),
|
|
10653
10668
|
lastName: t(),
|
|
10654
10669
|
firstName: t(),
|
|
10655
10670
|
initial: t(),
|
|
10656
10671
|
imageColor: t(),
|
|
10657
10672
|
url: t().nullable()
|
|
10658
|
-
}),
|
|
10673
|
+
}), Gv = p({
|
|
10659
10674
|
id: t(),
|
|
10660
10675
|
label: t()
|
|
10661
|
-
}),
|
|
10676
|
+
}), eg = s({
|
|
10662
10677
|
color: t(),
|
|
10663
10678
|
description: t(),
|
|
10664
10679
|
extension: t(),
|
|
10665
10680
|
icon: t(),
|
|
10666
10681
|
label: t()
|
|
10667
|
-
}),
|
|
10682
|
+
}), tg = ge.extend({
|
|
10668
10683
|
title: t(),
|
|
10669
10684
|
mimetype: t(),
|
|
10670
10685
|
_extend: p({
|
|
@@ -10672,7 +10687,7 @@ const hm = P.extend({
|
|
|
10672
10687
|
generalAccessHash: f([t(), U()]),
|
|
10673
10688
|
dateModified: t(),
|
|
10674
10689
|
dateCreation: t(),
|
|
10675
|
-
fileInfo:
|
|
10690
|
+
fileInfo: eg,
|
|
10676
10691
|
parentId: r(),
|
|
10677
10692
|
parentType: t(),
|
|
10678
10693
|
parentFiles: S(r()),
|
|
@@ -10681,26 +10696,26 @@ const hm = P.extend({
|
|
|
10681
10696
|
_right: ce,
|
|
10682
10697
|
_user: O,
|
|
10683
10698
|
_audience: Te.array()
|
|
10684
|
-
}),
|
|
10699
|
+
}), ng = g(tg), Hv = p({
|
|
10685
10700
|
idQuestion: r(),
|
|
10686
10701
|
idResponse: r()
|
|
10687
|
-
}),
|
|
10702
|
+
}), $v = p({
|
|
10688
10703
|
idQuestion: r()
|
|
10689
|
-
}),
|
|
10704
|
+
}), ag = s({
|
|
10690
10705
|
count: r(),
|
|
10691
10706
|
id: t()
|
|
10692
|
-
}),
|
|
10707
|
+
}), og = f([c("AND"), c("OR")]), Ia = s({
|
|
10693
10708
|
facetType: t(),
|
|
10694
10709
|
facetOptions: f([
|
|
10695
10710
|
_(f([p({}).passthrough(), r(), t()])),
|
|
10696
10711
|
S(xe())
|
|
10697
10712
|
]),
|
|
10698
|
-
facetMode:
|
|
10713
|
+
facetMode: og.optional(),
|
|
10699
10714
|
field: t(),
|
|
10700
10715
|
title: t(),
|
|
10701
10716
|
description: t().optional(),
|
|
10702
10717
|
category: t().optional()
|
|
10703
|
-
}),
|
|
10718
|
+
}), ig = s({
|
|
10704
10719
|
id: t(),
|
|
10705
10720
|
mainType: t(),
|
|
10706
10721
|
type: t().optional(),
|
|
@@ -10709,33 +10724,33 @@ const hm = P.extend({
|
|
|
10709
10724
|
active: d().optional(),
|
|
10710
10725
|
count: r().optional(),
|
|
10711
10726
|
typesExcluded: S(t()),
|
|
10712
|
-
facets:
|
|
10713
|
-
}),
|
|
10727
|
+
facets: Ia.array()
|
|
10728
|
+
}), sg = s({
|
|
10714
10729
|
count: r(),
|
|
10715
10730
|
value: t(),
|
|
10716
10731
|
title: t()
|
|
10717
|
-
}),
|
|
10732
|
+
}), rg = s({
|
|
10718
10733
|
name: t(),
|
|
10719
10734
|
count: r(),
|
|
10720
|
-
values:
|
|
10735
|
+
values: sg.array(),
|
|
10721
10736
|
title: t()
|
|
10722
|
-
}),
|
|
10737
|
+
}), cg = s({
|
|
10723
10738
|
field: t(),
|
|
10724
10739
|
value: f([t(), S(t())]),
|
|
10725
10740
|
exclude: d().optional(),
|
|
10726
10741
|
or: d().optional()
|
|
10727
|
-
}),
|
|
10742
|
+
}), lg = s({
|
|
10728
10743
|
field: t(),
|
|
10729
10744
|
order: f([c("desc"), c("asc")])
|
|
10730
|
-
}),
|
|
10745
|
+
}), dg = s({
|
|
10731
10746
|
facetLimit: r(),
|
|
10732
10747
|
skipEmptyFacets: d()
|
|
10733
|
-
}),
|
|
10748
|
+
}), pg = s({
|
|
10734
10749
|
mode: f([c("result"), c("category")]),
|
|
10735
|
-
facets:
|
|
10736
|
-
}),
|
|
10737
|
-
home:
|
|
10738
|
-
categories:
|
|
10750
|
+
facets: Ia.array()
|
|
10751
|
+
}), Zv = s({
|
|
10752
|
+
home: pg,
|
|
10753
|
+
categories: ig.array(),
|
|
10739
10754
|
viewcard: _(
|
|
10740
10755
|
S(
|
|
10741
10756
|
p({
|
|
@@ -10745,7 +10760,7 @@ const hm = P.extend({
|
|
|
10745
10760
|
)
|
|
10746
10761
|
),
|
|
10747
10762
|
facetMode: d()
|
|
10748
|
-
}),
|
|
10763
|
+
}), ug = s({
|
|
10749
10764
|
name: t(),
|
|
10750
10765
|
title: t(),
|
|
10751
10766
|
img: t(),
|
|
@@ -10755,7 +10770,7 @@ const hm = P.extend({
|
|
|
10755
10770
|
urlTarget: k(["_blank"]).optional(),
|
|
10756
10771
|
urlNoReferrer: d().optional(),
|
|
10757
10772
|
_url: t()
|
|
10758
|
-
}),
|
|
10773
|
+
}), mg = s({
|
|
10759
10774
|
id: r().optional(),
|
|
10760
10775
|
title: t(),
|
|
10761
10776
|
picture: t().optional(),
|
|
@@ -10785,44 +10800,44 @@ const hm = P.extend({
|
|
|
10785
10800
|
dateCreation: t(),
|
|
10786
10801
|
dateModified: t()
|
|
10787
10802
|
}).optional()
|
|
10788
|
-
}),
|
|
10803
|
+
}), Jv = s({
|
|
10789
10804
|
keywords: t().optional(),
|
|
10790
10805
|
category: t().optional(),
|
|
10791
10806
|
facetCategories: d().optional(),
|
|
10792
|
-
filters:
|
|
10793
|
-
facets:
|
|
10807
|
+
filters: cg.array().optional(),
|
|
10808
|
+
facets: Ia.array().optional(),
|
|
10794
10809
|
page: r().optional(),
|
|
10795
10810
|
limit: r().optional(),
|
|
10796
|
-
sort:
|
|
10797
|
-
options:
|
|
10798
|
-
format:
|
|
10811
|
+
sort: lg.optional(),
|
|
10812
|
+
options: dg.optional(),
|
|
10813
|
+
format: at.optional(),
|
|
10799
10814
|
persistSolrQuery: d().optional()
|
|
10800
|
-
}),
|
|
10815
|
+
}), Qv = (a) => p({
|
|
10801
10816
|
start: r(),
|
|
10802
10817
|
count: r(),
|
|
10803
10818
|
results: S(a ?? B),
|
|
10804
|
-
facets:
|
|
10805
|
-
categories:
|
|
10819
|
+
facets: rg.array(),
|
|
10820
|
+
categories: ag.array(),
|
|
10806
10821
|
/** SolrQuery id (PHP: time()) returned by search f=query — optional for older backends */
|
|
10807
10822
|
idQuery: r().optional()
|
|
10808
|
-
}),
|
|
10823
|
+
}), Yv = s({
|
|
10809
10824
|
keywords: t()
|
|
10810
|
-
}),
|
|
10811
|
-
|
|
10812
|
-
|
|
10813
|
-
]),
|
|
10825
|
+
}), hg = f([
|
|
10826
|
+
ug,
|
|
10827
|
+
mg
|
|
10828
|
+
]), Kv = s({
|
|
10814
10829
|
title: t(),
|
|
10815
10830
|
id: t(),
|
|
10816
10831
|
showAll: d().optional(),
|
|
10817
10832
|
// FIXME rename to indexed (back + front)
|
|
10818
|
-
results:
|
|
10819
|
-
}),
|
|
10833
|
+
results: hg.array()
|
|
10834
|
+
}), Xv = f([c("link"), c("invitation")]), ek = s({
|
|
10820
10835
|
id: r(),
|
|
10821
10836
|
title: t(),
|
|
10822
10837
|
uri: t(),
|
|
10823
10838
|
idUser: r(),
|
|
10824
10839
|
_right: ce
|
|
10825
|
-
}),
|
|
10840
|
+
}), fg = s({
|
|
10826
10841
|
recipientId: r(),
|
|
10827
10842
|
recipientType: t(),
|
|
10828
10843
|
recipientUri: t(),
|
|
@@ -10830,12 +10845,12 @@ const hm = P.extend({
|
|
|
10830
10845
|
level: f([c("read"), c("write")]),
|
|
10831
10846
|
folderUri: t(),
|
|
10832
10847
|
folderTitle: t()
|
|
10833
|
-
}),
|
|
10848
|
+
}), tk = s({
|
|
10834
10849
|
audience: S(Te),
|
|
10835
10850
|
read: S(t()),
|
|
10836
10851
|
write: S(t()),
|
|
10837
|
-
inherited: S(
|
|
10838
|
-
}),
|
|
10852
|
+
inherited: S(fg).optional()
|
|
10853
|
+
}), gg = s({
|
|
10839
10854
|
title: t(),
|
|
10840
10855
|
body: t(),
|
|
10841
10856
|
sourceUri: t(),
|
|
@@ -10844,18 +10859,18 @@ const hm = P.extend({
|
|
|
10844
10859
|
sourceId: r(),
|
|
10845
10860
|
isDone: d(),
|
|
10846
10861
|
idMsgs: r().array()
|
|
10847
|
-
}),
|
|
10862
|
+
}), nk = s({
|
|
10848
10863
|
jobUid: t(),
|
|
10849
10864
|
state: Ca,
|
|
10850
10865
|
messages: S(t()),
|
|
10851
|
-
tasks: S(
|
|
10866
|
+
tasks: S(gg),
|
|
10852
10867
|
uriAiTodo: t().optional()
|
|
10853
|
-
}),
|
|
10868
|
+
}), ak = s({
|
|
10854
10869
|
jobUid: t(),
|
|
10855
10870
|
state: Ca,
|
|
10856
10871
|
messages: S(t()),
|
|
10857
10872
|
summary: t()
|
|
10858
|
-
}),
|
|
10873
|
+
}), yg = p({
|
|
10859
10874
|
cache_suffix: t(),
|
|
10860
10875
|
toolbar: t(),
|
|
10861
10876
|
language: t(),
|
|
@@ -10863,7 +10878,7 @@ const hm = P.extend({
|
|
|
10863
10878
|
quickbars_selection_toolbar: t(),
|
|
10864
10879
|
sandbox_iframes: se(d()),
|
|
10865
10880
|
sandbox_iframes_exclusions: se(S(t()))
|
|
10866
|
-
}),
|
|
10881
|
+
}), ok = yg.extend({
|
|
10867
10882
|
plugins: S(t()),
|
|
10868
10883
|
text_patterns: S(
|
|
10869
10884
|
p({
|
|
@@ -10890,21 +10905,21 @@ const hm = P.extend({
|
|
|
10890
10905
|
browser_spellcheck: d(),
|
|
10891
10906
|
quickbars_insert_toolbar: d(),
|
|
10892
10907
|
license_key: c("gpl")
|
|
10893
|
-
}),
|
|
10908
|
+
}), ik = p({
|
|
10894
10909
|
commentsToolbar: t()
|
|
10895
|
-
}),
|
|
10910
|
+
}), sk = p({
|
|
10896
10911
|
total: r(),
|
|
10897
10912
|
activated: r()
|
|
10898
|
-
}),
|
|
10913
|
+
}), rk = p({
|
|
10899
10914
|
qrCode: t(),
|
|
10900
10915
|
secret: t()
|
|
10901
|
-
}),
|
|
10916
|
+
}), ck = S(
|
|
10902
10917
|
p({
|
|
10903
10918
|
date: t(),
|
|
10904
10919
|
activated: r(),
|
|
10905
10920
|
unactivated: r()
|
|
10906
10921
|
})
|
|
10907
|
-
),
|
|
10922
|
+
), lk = s({
|
|
10908
10923
|
name: t(),
|
|
10909
10924
|
default: d(),
|
|
10910
10925
|
filter: p({
|
|
@@ -10912,48 +10927,51 @@ const hm = P.extend({
|
|
|
10912
10927
|
values: S(t()),
|
|
10913
10928
|
taxonomies: _(t(), Ge.array()).optional()
|
|
10914
10929
|
})
|
|
10915
|
-
}),
|
|
10916
|
-
c(
|
|
10917
|
-
c(
|
|
10918
|
-
]),
|
|
10930
|
+
}), Sg = "accept", wg = "deny", dk = f([
|
|
10931
|
+
c(Sg),
|
|
10932
|
+
c(wg)
|
|
10933
|
+
]), pk = B, uk = p({
|
|
10919
10934
|
color: t(),
|
|
10920
10935
|
description: t(),
|
|
10921
10936
|
extension: t(),
|
|
10922
10937
|
icon: t(),
|
|
10923
10938
|
label: t()
|
|
10924
|
-
}),
|
|
10939
|
+
}), mk = p({
|
|
10925
10940
|
page: r(),
|
|
10926
10941
|
cnt: r(),
|
|
10927
10942
|
limit: r(),
|
|
10928
|
-
data: S(
|
|
10929
|
-
}),
|
|
10943
|
+
data: S(ng)
|
|
10944
|
+
}), hk = p({
|
|
10930
10945
|
query: t(),
|
|
10931
10946
|
filters: ze,
|
|
10932
|
-
orders:
|
|
10947
|
+
orders: De,
|
|
10933
10948
|
page: r(),
|
|
10934
10949
|
limit: r()
|
|
10935
|
-
}),
|
|
10950
|
+
}), fk = p({}), je = f([c("read"), c("write")]), gk = s({
|
|
10951
|
+
uri: t(),
|
|
10952
|
+
level: je
|
|
10953
|
+
}), vg = f([c("user"), c("spot")]), yk = s({
|
|
10936
10954
|
recipientId: r(),
|
|
10937
|
-
recipientType:
|
|
10955
|
+
recipientType: vg,
|
|
10938
10956
|
recipientUri: t(),
|
|
10939
10957
|
recipientTitle: t(),
|
|
10940
|
-
level:
|
|
10941
|
-
}),
|
|
10958
|
+
level: je
|
|
10959
|
+
}), Sk = s({
|
|
10942
10960
|
recipientUri: t(),
|
|
10943
|
-
inheritedLevel:
|
|
10944
|
-
requestedLevel:
|
|
10945
|
-
}),
|
|
10961
|
+
inheritedLevel: je,
|
|
10962
|
+
requestedLevel: je
|
|
10963
|
+
}), wk = s({
|
|
10946
10964
|
recipientUri: t(),
|
|
10947
|
-
fromLevel: f([
|
|
10948
|
-
toLevel:
|
|
10965
|
+
fromLevel: f([je, c("")]),
|
|
10966
|
+
toLevel: je,
|
|
10949
10967
|
affected: B.array()
|
|
10950
|
-
}),
|
|
10968
|
+
}), kg = P.extend({
|
|
10951
10969
|
canManageShares: d(),
|
|
10952
10970
|
canMove: d()
|
|
10953
|
-
}),
|
|
10954
|
-
|
|
10971
|
+
}), vk = g(
|
|
10972
|
+
kg
|
|
10955
10973
|
);
|
|
10956
|
-
function
|
|
10974
|
+
function kk(a, e) {
|
|
10957
10975
|
const n = p(
|
|
10958
10976
|
e.reduce(
|
|
10959
10977
|
(o, i) => (o[i] = ji.shape[i], o),
|
|
@@ -10964,10 +10982,10 @@ function yk(a, e) {
|
|
|
10964
10982
|
_extend: n
|
|
10965
10983
|
});
|
|
10966
10984
|
}
|
|
10967
|
-
function
|
|
10985
|
+
function bg(a) {
|
|
10968
10986
|
return "targetId" in a && !!a.targetId;
|
|
10969
10987
|
}
|
|
10970
|
-
function
|
|
10988
|
+
function Cg(a) {
|
|
10971
10989
|
const e = a;
|
|
10972
10990
|
return e.bookmarkLabel !== void 0 || e.bookmarkMeta !== void 0 || e.bookmarkUrl !== void 0;
|
|
10973
10991
|
}
|
|
@@ -10975,61 +10993,61 @@ function as(a) {
|
|
|
10975
10993
|
const e = a;
|
|
10976
10994
|
return e && typeof e.id == "number" && typeof e.targetId == "number";
|
|
10977
10995
|
}
|
|
10978
|
-
const
|
|
10996
|
+
const xg = {
|
|
10979
10997
|
bookmarkLink: as
|
|
10980
10998
|
};
|
|
10981
|
-
function
|
|
10982
|
-
return e != null &&
|
|
10999
|
+
function Tg(a, e) {
|
|
11000
|
+
return e != null && xg[a](e);
|
|
10983
11001
|
}
|
|
10984
|
-
function
|
|
11002
|
+
function _g(a, e) {
|
|
10985
11003
|
return "tvChannelType" in a && a.tvChannelType === e;
|
|
10986
11004
|
}
|
|
10987
|
-
const
|
|
10988
|
-
isBookmarkLink:
|
|
10989
|
-
isBookmarkCustom:
|
|
11005
|
+
const Ag = (a) => typeof a == "object" && a !== null && "error" in a && "errorMsg" in a && "messages" in a && typeof a.error == "number" && typeof a.errorMsg == "string" && Array.isArray(a.messages), Lg = (a) => a !== null && typeof a == "object" && "error" in a && "aborted" in a && a.error === -1 && a.aborted === !0, bk = {
|
|
11006
|
+
isBookmarkLink: bg,
|
|
11007
|
+
isBookmarkCustom: Cg,
|
|
10990
11008
|
isBookmarkRawList: as,
|
|
10991
|
-
isTVChannelType:
|
|
10992
|
-
objectIsType:
|
|
10993
|
-
isStandardApiError:
|
|
10994
|
-
isAbortApiError:
|
|
11009
|
+
isTVChannelType: _g,
|
|
11010
|
+
objectIsType: Tg,
|
|
11011
|
+
isStandardApiError: Ag,
|
|
11012
|
+
isAbortApiError: Lg
|
|
10995
11013
|
};
|
|
10996
|
-
function
|
|
11014
|
+
function Rg(a, e) {
|
|
10997
11015
|
return a && !a.endsWith(e) ? `${a}${e}` : a;
|
|
10998
11016
|
}
|
|
10999
11017
|
function os(a, e) {
|
|
11000
11018
|
return a?.startsWith(e) ? a.split("").slice(e.length).join("") : a;
|
|
11001
11019
|
}
|
|
11002
|
-
function
|
|
11020
|
+
function Ck(a) {
|
|
11003
11021
|
return a.toString().padStart(2, "0");
|
|
11004
11022
|
}
|
|
11005
|
-
const
|
|
11023
|
+
const Fg = p({
|
|
11006
11024
|
type: t(),
|
|
11007
11025
|
recordId: f([t().regex(new RegExp("[0-9]+")), r()])
|
|
11008
|
-
}),
|
|
11026
|
+
}), Eg = (a, e) => Fg.passthrough().safeParse(a).success, jg = p({
|
|
11009
11027
|
uri: t().regex(new RegExp("[a-zA-Z]+/[0-9]+"))
|
|
11010
|
-
}),
|
|
11028
|
+
}), Dg = (a, e) => jg.passthrough().safeParse(a).success;
|
|
11011
11029
|
function to(a) {
|
|
11012
|
-
if (
|
|
11013
|
-
if (
|
|
11030
|
+
if (Dg(a)) return a.uri;
|
|
11031
|
+
if (Eg(a)) return `${a.type}/${a.recordId}`;
|
|
11014
11032
|
throw new Error("Invalid uri or typeId " + JSON.stringify(a));
|
|
11015
11033
|
}
|
|
11016
|
-
function
|
|
11017
|
-
return os(
|
|
11034
|
+
function Ig(a) {
|
|
11035
|
+
return os(Rg(a.from, "/"), "/") ?? "";
|
|
11018
11036
|
}
|
|
11019
|
-
function
|
|
11037
|
+
function xk(a) {
|
|
11020
11038
|
return a.timestamp ? `?_=${a.timestamp}` : "";
|
|
11021
11039
|
}
|
|
11022
|
-
function
|
|
11040
|
+
function Og(a) {
|
|
11023
11041
|
const e = [];
|
|
11024
11042
|
return "timestamp" in a && a.timestamp && e.push(`_=${a.timestamp}`), "iconColor" in a && a.iconColor && e.push(`color=${a.iconColor}`), e.length ? "?" + e.join("&") : "";
|
|
11025
11043
|
}
|
|
11026
|
-
function
|
|
11044
|
+
function Pg(a, e = 2) {
|
|
11027
11045
|
return "size" in a && a.size ? a.size : "width" in a && typeof a.width == "number" && "height" in a && typeof a.height == "number" ? `${a.width * e}x${a.height * e}` : "";
|
|
11028
11046
|
}
|
|
11029
|
-
function
|
|
11047
|
+
function Mg(a) {
|
|
11030
11048
|
return a.format ?? "png";
|
|
11031
11049
|
}
|
|
11032
|
-
function
|
|
11050
|
+
function Ug(a) {
|
|
11033
11051
|
try {
|
|
11034
11052
|
return new URL(a);
|
|
11035
11053
|
} catch {
|
|
@@ -11041,19 +11059,19 @@ function Og(a) {
|
|
|
11041
11059
|
}
|
|
11042
11060
|
function no(a, e = 2) {
|
|
11043
11061
|
if ("url" in a && a.url) {
|
|
11044
|
-
const n =
|
|
11062
|
+
const n = Ug(a.url);
|
|
11045
11063
|
if (n)
|
|
11046
11064
|
return "timestamp" in a && a.timestamp && !n.searchParams.has("_") && n.searchParams.append("_", a.timestamp.toString()), n.toString();
|
|
11047
11065
|
}
|
|
11048
11066
|
try {
|
|
11049
11067
|
let n;
|
|
11050
11068
|
if (a.uri ? n = a.uri.indexOf("icons/") === 0 ? a.uri : to({ uri: a.uri }) : a.type && a.recordId && (n = a.type === "icons" ? a.type + "/" + a.recordId : to({ type: a.type, recordId: a.recordId })), !n) throw new Error();
|
|
11051
|
-
return `/${
|
|
11069
|
+
return `/${Ig(a)}${Pg(a, e)}/${n}.${Mg(a)}${Og(a)}`;
|
|
11052
11070
|
} catch {
|
|
11053
11071
|
return "";
|
|
11054
11072
|
}
|
|
11055
11073
|
}
|
|
11056
|
-
const
|
|
11074
|
+
const Tk = [
|
|
11057
11075
|
"application/vnd.openxmlformats-officedocument.wordprocessingml.document",
|
|
11058
11076
|
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
|
11059
11077
|
"application/vnd.openxmlformats-officedocument.presentationml.presentation",
|
|
@@ -11080,7 +11098,7 @@ const kk = [
|
|
|
11080
11098
|
"text/csv",
|
|
11081
11099
|
"video/mp4",
|
|
11082
11100
|
"video/webm"
|
|
11083
|
-
],
|
|
11101
|
+
], Bg = [
|
|
11084
11102
|
"docx",
|
|
11085
11103
|
"xlsx",
|
|
11086
11104
|
"csv",
|
|
@@ -11133,16 +11151,16 @@ const kk = [
|
|
|
11133
11151
|
"application/vnd.ms-excel": "xlsx",
|
|
11134
11152
|
"video/mp4": "mp4",
|
|
11135
11153
|
"video/webm": "webm"
|
|
11136
|
-
}, is = (a) => Object.keys(Ft).find((e) => Ft[e] === a),
|
|
11154
|
+
}, is = (a) => Object.keys(Ft).find((e) => Ft[e] === a), _k = (a) => Ft[a] ?? void 0;
|
|
11137
11155
|
function ss(a) {
|
|
11138
11156
|
const e = String(a).split(".").pop();
|
|
11139
|
-
return
|
|
11157
|
+
return Bg.find((n) => n === e);
|
|
11140
11158
|
}
|
|
11141
|
-
const
|
|
11159
|
+
const qg = (a) => {
|
|
11142
11160
|
const e = ss(a);
|
|
11143
11161
|
return is(e) ?? "application/octet-stream";
|
|
11144
|
-
},
|
|
11145
|
-
const n =
|
|
11162
|
+
}, Vg = (a) => a ? (new Date(a).getTime() / 1e3).toFixed(0) : void 0, Ak = (a, e = "fitx80") => {
|
|
11163
|
+
const n = zg(a), o = Vg(a.dateModified);
|
|
11146
11164
|
switch (n) {
|
|
11147
11165
|
default:
|
|
11148
11166
|
return;
|
|
@@ -11155,28 +11173,28 @@ const Mg = (a) => {
|
|
|
11155
11173
|
case "image":
|
|
11156
11174
|
return no({ timestamp: o, size: e, from: "imagecache", uri: a.uri });
|
|
11157
11175
|
}
|
|
11158
|
-
},
|
|
11176
|
+
}, Ng = (a) => {
|
|
11159
11177
|
const e = ss(a);
|
|
11160
11178
|
if (e !== void 0) {
|
|
11161
11179
|
const n = is(e);
|
|
11162
11180
|
return rs(n);
|
|
11163
11181
|
}
|
|
11164
11182
|
return "application";
|
|
11165
|
-
},
|
|
11183
|
+
}, Wg = (a) => ["image/vnd", "image/svg", "image/heic"].findIndex((n) => a.startsWith(n)) !== -1;
|
|
11166
11184
|
function rs(a) {
|
|
11167
|
-
return a?.startsWith("folder/") ? "folder" : a == null ||
|
|
11185
|
+
return a?.startsWith("folder/") ? "folder" : a == null || Wg(a) ? "application" : a.startsWith("image/gif") ? "gif" : a.startsWith("image/") ? "image" : a.startsWith("video/") ? "video" : a.startsWith("audio/") ? "audio" : a.startsWith("font/") || a.startsWith("application/x-font-ttf") || a.startsWith("application/vnd.ms-opentype") ? "font" : a.startsWith("text/") ? "text" : "application";
|
|
11168
11186
|
}
|
|
11169
|
-
const
|
|
11187
|
+
const Lk = (a, e, n = "rr") => n === "ng" ? `/ng/file/${a}/${e}` : `/ng/rr/file/${a}/${e}`, Rk = (a) => a.mimetype === void 0 || a.mimetype === "application/octet-stream" ? qg(a.title) : a.mimetype, zg = (a) => a.mimetype === void 0 || a.mimetype === "application/octet-stream" ? Ng(a.title) : rs(a.mimetype), Fk = (a, e) => Object.keys(ns.article[e]).includes(a.type), Ek = (a, e) => Object.keys(ns.comment[e]).includes(a.type);
|
|
11170
11188
|
function cs(a) {
|
|
11171
11189
|
return a.startsWith("tag_") || a === "tags";
|
|
11172
11190
|
}
|
|
11173
11191
|
function ls(a) {
|
|
11174
11192
|
return Object.fromEntries(Object.entries(a).filter(([e]) => cs(e)));
|
|
11175
11193
|
}
|
|
11176
|
-
function
|
|
11194
|
+
function jk(a) {
|
|
11177
11195
|
return Object.values(ls(a)).flat();
|
|
11178
11196
|
}
|
|
11179
|
-
function
|
|
11197
|
+
function Gg(a, e, n) {
|
|
11180
11198
|
return Object.fromEntries(
|
|
11181
11199
|
Object.entries(a).filter(([o]) => cs(o)).map(([o, i]) => {
|
|
11182
11200
|
const l = Array.isArray(i) ? i.map(
|
|
@@ -11186,10 +11204,10 @@ function Ng(a, e, n) {
|
|
|
11186
11204
|
})
|
|
11187
11205
|
);
|
|
11188
11206
|
}
|
|
11189
|
-
function
|
|
11190
|
-
return
|
|
11207
|
+
function Dk(a) {
|
|
11208
|
+
return Gg(a, "uri");
|
|
11191
11209
|
}
|
|
11192
|
-
const
|
|
11210
|
+
const Ik = (a) => {
|
|
11193
11211
|
let e = {};
|
|
11194
11212
|
"_errors" in a && (e._errors = a._errors), "_options" in a && (e._options = a._options), "title" in a && (e.title = a.title), "description" in a && a.description && (e.description = a.description), "activity" in a && (e.activity = a.activity), "image" in a && (e.image = a.image), "uri" in a && (e.uri = a.uri), "type" in a && (e.type = a.type), "edito" in a && a.edito && (e.edito = a.edito), "category" in a && (e.category = a.category.toString()), "commentLevel" in a && (e.commentLevel = a.commentLevel), "_options" in a && a._options?.custom_widgets && (e.custom_widgets = Array.isArray(a._options.custom_widgets) ? {} : a._options.custom_widgets), "displayType" in a && (e.displayType = a.displayType), "language" in a && a.language && (e.language = a.language), "edit_access" in a && (e.edit_access = a.edit_access), "lock_mail" in a && (e.lock_mail = a.lock_mail), "fileSyncEnabled" in a && (e.fileSyncEnabled = a.fileSyncEnabled), "fileSyncVersioningType" in a && (e.fileSyncVersioningType = a.fileSyncVersioningType), "fileBankQuota" in a && (e.fileBankQuota = a.fileBankQuota), "idCommunity" in a && (e.idCommunity = a.idCommunity), "lastRssExecution" in a && (e.lastRssExecution = a.lastRssExecution), "mail_comment" in a && (e.mail_comment = a.mail_comment), "mail_frequency" in a && (e.mail_frequency = a.mail_frequency), "mail_spotit" in a && (e.mail_spotit = a.mail_spotit), "mail_subscriber" in a && (e.mail_subscriber = a.mail_subscriber), "notifyFolder" in a && (e.notifyFolder = a.notifyFolder), "nounsubscribe" in a && (e.nounsubscribe = a.nounsubscribe), "privacy" in a && (e.privacy = a.privacy), "publishFolder" in a && (e.publishFolder = a.publishFolder), "rss_access" in a && (e.rss_access = a.rss_access), "rss_feed" in a && (e.rss_feed = a.rss_feed && Array.isArray(a.rss_feed) ? JSON.stringify(
|
|
11195
11213
|
a.rss_feed.map(({ _user: o, ...i }) => ({
|
|
@@ -11198,9 +11216,9 @@ const Fk = (a) => {
|
|
|
11198
11216
|
}))
|
|
11199
11217
|
) : "[]"), "rss_key" in a && (e.rss_key = a.rss_key), "spot_right_user" in a && (e.spot_right_user = a.spot_right_user), "spotBanner" in a && (e.spotBanner = a.spotBanner), "spotDefaultPublishType" in a && (e.spotDefaultPublishType = a.spotDefaultPublishType), "user_level_signup" in a && (e.user_level_signup = a.user_level_signup), "useTeaser" in a && (e.useTeaser = a.useTeaser), "widgets" in a && (e.widgets = a.widgets);
|
|
11200
11218
|
const n = ls(a);
|
|
11201
|
-
if (e = { ...e, ...n },
|
|
11219
|
+
if (e = { ...e, ...n }, Hg(a, e))
|
|
11202
11220
|
return e;
|
|
11203
|
-
},
|
|
11221
|
+
}, Hg = (a, e) => {
|
|
11204
11222
|
const n = [
|
|
11205
11223
|
"id",
|
|
11206
11224
|
"mainType",
|
|
@@ -11219,11 +11237,11 @@ const Fk = (a) => {
|
|
|
11219
11237
|
if (u.length > 0 || m.length > 0)
|
|
11220
11238
|
throw new Error(`prepareGroupForUpdate :: Wrong group mapping | Diff : ${JSON.stringify(v)}`);
|
|
11221
11239
|
return !0;
|
|
11222
|
-
},
|
|
11223
|
-
function
|
|
11240
|
+
}, Ok = (a) => Oe.safeParse(a).success;
|
|
11241
|
+
function $g(a, e) {
|
|
11224
11242
|
return Math.floor(a * 100 / e);
|
|
11225
11243
|
}
|
|
11226
|
-
function
|
|
11244
|
+
function Zg(a, e = ":") {
|
|
11227
11245
|
return a.reduce(
|
|
11228
11246
|
(n, o) => (n[o] = ds(o, e), n),
|
|
11229
11247
|
{}
|
|
@@ -11247,18 +11265,18 @@ function hs(a, e = ":") {
|
|
|
11247
11265
|
const n = new Date(a);
|
|
11248
11266
|
return `${n.getHours()}`.padStart(2, "0") + `${e}` + `${n.getMinutes()}`.padStart(2, "0");
|
|
11249
11267
|
}
|
|
11250
|
-
const
|
|
11268
|
+
const Pk = {
|
|
11251
11269
|
getTime: hs,
|
|
11252
11270
|
getDate: ms,
|
|
11253
11271
|
getLabel: us,
|
|
11254
11272
|
capitalize: ps,
|
|
11255
|
-
surveyDateLabels:
|
|
11273
|
+
surveyDateLabels: Zg,
|
|
11256
11274
|
getLabelToTranslate: ds,
|
|
11257
|
-
toPercent:
|
|
11258
|
-
},
|
|
11275
|
+
toPercent: $g
|
|
11276
|
+
}, Mk = (a) => pe.safeParse(a).success, Uk = (a) => F(a, Gt), Bk = (a) => F(a, $t), qk = (a) => F(a, Wt), Vk = (a) => F(a, cn), Nk = (a) => F(a, $n), Wk = (a) => F(a, Jt), zk = (a) => F(a, Yt), Gk = (a) => F(a, Xt), Hk = (a) => F(a, tn), $k = (a) => F(a, an), Zk = (a, e) => F(a, gn, e), Jk = (a) => F(a, An), Qk = (a) => F(a, On), Yk = (a) => F(a, oa), Kk = (a) => F(a, un), Xk = (a) => F(a, vn), eb = (a) => F(a, bn), tb = (a) => F(a, En), nb = (a) => F(a, ya), ab = (a) => F(a, fa), ob = (a) => F(a, Vt), ib = (a) => F(a, Sn), sb = (a) => F(a, sn), rb = (a) => F(a, sa), cb = (a) => F(a, dn), lb = (a) => F(a, Mn), db = (a) => F(a, _n), pb = (a) => F(a, hn), ub = (a) => F(a, Jn), mb = (a) => F(a, Yn), hb = (a) => F(a, Gn), fb = (a) => F(a, Xn), gb = (a) => F(a, ta), yb = (a) => F(a, ma), Sb = (a) => F(a, Dn), wb = (a) => F(a, Wn), vb = (a) => F(a, Bn), kb = (a) => F(a, Vn), bb = (a) => F(a, da), Cb = (a) => F(a, ca), xb = (a) => F(a, Rn), Tb = (a, e) => F(a, xn, e), _b = (a) => F(a, wa), Jg = new tt(new bc()), Ab = new lo(Jg), Lb = lo;
|
|
11259
11277
|
export {
|
|
11260
|
-
|
|
11261
|
-
|
|
11278
|
+
Sg as ACCESS_REQUEST_ACCEPT,
|
|
11279
|
+
wg as ACCESS_REQUEST_DENY,
|
|
11262
11280
|
gs as AdminAdvancedApi,
|
|
11263
11281
|
Ss as AdminLicenseApi,
|
|
11264
11282
|
ws as AdminLogApi,
|
|
@@ -11266,22 +11284,22 @@ export {
|
|
|
11266
11284
|
ks as AdminUtilsApi,
|
|
11267
11285
|
kc as ApiErrorCode,
|
|
11268
11286
|
Ca as AsyncJobStateSchema,
|
|
11269
|
-
|
|
11287
|
+
NS as AsyncJobStatusSchema,
|
|
11270
11288
|
si as BookmarkType,
|
|
11271
|
-
|
|
11272
|
-
|
|
11289
|
+
Ea as ContentReportStatus,
|
|
11290
|
+
xv as CreateRoomPayloadSchema,
|
|
11273
11291
|
od as DateFormatSchema,
|
|
11274
|
-
|
|
11275
|
-
|
|
11292
|
+
$S as DiapazoneExtraFieldsSchema,
|
|
11293
|
+
Ja as FREQUENCY_DAILY,
|
|
11276
11294
|
Oc as FREQUENCY_GROUP,
|
|
11277
11295
|
Ic as FREQUENCY_INHERIT,
|
|
11278
|
-
|
|
11279
|
-
|
|
11280
|
-
|
|
11296
|
+
Ya as FREQUENCY_NEVER,
|
|
11297
|
+
Za as FREQUENCY_NOW,
|
|
11298
|
+
Qa as FREQUENCY_WEEKLY,
|
|
11281
11299
|
z as Format,
|
|
11282
11300
|
ko as GroupModerateStatus,
|
|
11283
11301
|
bo as GroupPrivacy,
|
|
11284
|
-
|
|
11302
|
+
Kf as ImapConnection,
|
|
11285
11303
|
lr as JApplicationApi,
|
|
11286
11304
|
wr as JArticleApi,
|
|
11287
11305
|
br as JAssetReservation,
|
|
@@ -11308,7 +11326,7 @@ export {
|
|
|
11308
11326
|
Hr as JIAApi,
|
|
11309
11327
|
Gr as JJamespotApi,
|
|
11310
11328
|
Zr as JLandApi,
|
|
11311
|
-
|
|
11329
|
+
rv as JLandMapCreationSchema,
|
|
11312
11330
|
Jr as JLuccaApi,
|
|
11313
11331
|
ec as JModuleApi,
|
|
11314
11332
|
nc as JObjectApi,
|
|
@@ -11326,37 +11344,37 @@ export {
|
|
|
11326
11344
|
vc as JWidgetApi,
|
|
11327
11345
|
lo as JamespotUserApi,
|
|
11328
11346
|
$r as JitsiApi,
|
|
11329
|
-
|
|
11347
|
+
Qg as LanguagesList,
|
|
11330
11348
|
Pt as LanguagesSchema,
|
|
11331
|
-
|
|
11332
|
-
|
|
11349
|
+
Mv as LicenseUserPriceUpdateSimulationSchema,
|
|
11350
|
+
tt as Network,
|
|
11333
11351
|
id as NumberFormatSchema,
|
|
11334
|
-
|
|
11352
|
+
Gv as OfficeProviderSchema,
|
|
11335
11353
|
Xa as OrgChartConfigSchema,
|
|
11336
|
-
|
|
11354
|
+
fv as OrgChartConfigurationSchema,
|
|
11337
11355
|
Ka as OrgChartLinkSchema,
|
|
11338
|
-
|
|
11339
|
-
|
|
11356
|
+
Ch as OrgChartNodeSchema,
|
|
11357
|
+
hv as OrgChartUpdateMetasFormSchema,
|
|
11340
11358
|
Kp as PublishButtonConfigurationCustomSectionSchema,
|
|
11341
|
-
|
|
11359
|
+
TS as PublishButtonConfigurationSchema,
|
|
11342
11360
|
gm as PublishButtonSectionEntrySchema,
|
|
11343
11361
|
ym as PublishButtonSectionSchema,
|
|
11344
|
-
|
|
11362
|
+
vw as PublishButtonSectionsSchema,
|
|
11345
11363
|
hi as RecurrenceRule,
|
|
11346
11364
|
cr as StudioApplicationStatus,
|
|
11347
11365
|
va as SurveyFieldName,
|
|
11348
11366
|
Gi as TVChannelCustomSchema,
|
|
11349
11367
|
hc as TVDisplayApi,
|
|
11350
|
-
|
|
11351
|
-
|
|
11352
|
-
|
|
11353
|
-
|
|
11354
|
-
|
|
11355
|
-
|
|
11356
|
-
|
|
11357
|
-
|
|
11368
|
+
gg as TeamWorkAiTaskSchema,
|
|
11369
|
+
ak as TeamWorkDaySummaryStateSchema,
|
|
11370
|
+
nk as TeamWorkTodoStateSchema,
|
|
11371
|
+
ck as TwoFactorAuthenticationDailyActivationStatisticsSchema,
|
|
11372
|
+
rk as TwoFactorAuthenticationGenerateConfigurationSchema,
|
|
11373
|
+
sk as TwoFactorAuthenticationStatisticsSchema,
|
|
11374
|
+
gy as UserAIProfileSchema,
|
|
11375
|
+
yy as UserBirthdaySchema,
|
|
11358
11376
|
Ac as UserLevel,
|
|
11359
|
-
|
|
11377
|
+
fy as UserNotificationsConfigurationSchema,
|
|
11360
11378
|
Lc as UserVariant,
|
|
11361
11379
|
Cd as WIDGET_LEVEL_1,
|
|
11362
11380
|
xd as WIDGET_LEVEL_2,
|
|
@@ -11366,31 +11384,31 @@ export {
|
|
|
11366
11384
|
Zp as WRITE_RIGHT_ALL,
|
|
11367
11385
|
Qp as WRITE_RIGHT_CUSTOM,
|
|
11368
11386
|
Yp as WRITE_RIGHT_PUBLIC,
|
|
11369
|
-
|
|
11387
|
+
tS as WidgetPresenceResponseUserListSchema,
|
|
11370
11388
|
Sd as WidgetQuickSurveyContentArrSchema,
|
|
11371
|
-
|
|
11372
|
-
|
|
11389
|
+
nS as WidgetQuickSurveyResponseSchema,
|
|
11390
|
+
aS as WidgetQuickSurveyResponseUserListSchema,
|
|
11373
11391
|
h as WidgetsName,
|
|
11374
11392
|
bc as WindowBrowser,
|
|
11375
|
-
|
|
11376
|
-
|
|
11377
|
-
|
|
11378
|
-
|
|
11379
|
-
|
|
11393
|
+
dk as accessRequestStatusValuesSchema,
|
|
11394
|
+
hw as actionParamsSchema,
|
|
11395
|
+
uw as actionVerbSchema,
|
|
11396
|
+
pS as addCommentParamsSchema,
|
|
11397
|
+
Yw as addFaqEntrySchema,
|
|
11380
11398
|
tu as adminAppSchema,
|
|
11381
11399
|
eu as adminAppTabSchema,
|
|
11382
|
-
|
|
11383
|
-
|
|
11384
|
-
|
|
11385
|
-
|
|
11386
|
-
|
|
11387
|
-
|
|
11388
|
-
|
|
11389
|
-
|
|
11400
|
+
OS as adminAppsSchema,
|
|
11401
|
+
_S as adminLicenseStatsSchema,
|
|
11402
|
+
RS as adminLicensesAssignedSchema,
|
|
11403
|
+
LS as adminLicensesNotAssignedSchema,
|
|
11404
|
+
FS as adminLogNavigationSchema,
|
|
11405
|
+
ES as adminLogObjectSchema,
|
|
11406
|
+
jS as adminLogSearchSchema,
|
|
11407
|
+
PS as animationConfigurationTypeSchema,
|
|
11390
11408
|
au as animationStatsRowSchema,
|
|
11391
|
-
|
|
11409
|
+
MS as animationStatsSchema,
|
|
11392
11410
|
nu as animationVariantSchema,
|
|
11393
|
-
|
|
11411
|
+
Lb as api,
|
|
11394
11412
|
Xs as applicationActionBaseSchema,
|
|
11395
11413
|
We as applicationBaseSchema,
|
|
11396
11414
|
tr as applicationDefaultSchema,
|
|
@@ -11401,290 +11419,292 @@ export {
|
|
|
11401
11419
|
rr as applicationSchema,
|
|
11402
11420
|
or as applicationTabSchema,
|
|
11403
11421
|
ir as applicationWithTabsSchema,
|
|
11404
|
-
|
|
11422
|
+
dt as articleCreationSchema,
|
|
11405
11423
|
wl as articleDisplayModeSchema,
|
|
11406
|
-
|
|
11407
|
-
|
|
11408
|
-
|
|
11424
|
+
cS as articleGetConfigSchema,
|
|
11425
|
+
rS as articleListConfigSchema,
|
|
11426
|
+
US as articleTranslationGetSchema,
|
|
11409
11427
|
iu as articleTranslationLanguageSchema,
|
|
11410
11428
|
su as articleTranslationTranslateSchema,
|
|
11411
|
-
|
|
11412
|
-
|
|
11429
|
+
BS as aseiGroupsSchema,
|
|
11430
|
+
qS as aseiRightsSchema,
|
|
11413
11431
|
ru as aseiTicketStatusSchema,
|
|
11414
|
-
|
|
11415
|
-
|
|
11432
|
+
VS as assetReservationConfigurationSchema,
|
|
11433
|
+
ny as audienceAutocompleteSchema,
|
|
11416
11434
|
Te as audienceSchema,
|
|
11417
|
-
|
|
11418
|
-
|
|
11435
|
+
oy as autocompleteLittleSchema,
|
|
11436
|
+
lS as baseArticleSchema,
|
|
11419
11437
|
po as baseAutocompleteSchema,
|
|
11420
11438
|
xa as bbbRoomSettingsShape,
|
|
11421
|
-
|
|
11422
|
-
|
|
11423
|
-
|
|
11424
|
-
|
|
11425
|
-
|
|
11426
|
-
|
|
11427
|
-
|
|
11428
|
-
|
|
11439
|
+
kS as bookmarkCustomSchema,
|
|
11440
|
+
wS as bookmarkLinkSchema,
|
|
11441
|
+
vS as bookmarkTypesSchema,
|
|
11442
|
+
my as businessContactSchema,
|
|
11443
|
+
sw as calendarEventListSchema,
|
|
11444
|
+
rw as calendarEventViewSchema,
|
|
11445
|
+
iw as calendarEventsExtension,
|
|
11446
|
+
pw as calendarMemberLittleSchema,
|
|
11429
11447
|
Ju as calendarOldEventSchema,
|
|
11430
|
-
|
|
11448
|
+
dw as calendarTabSchema,
|
|
11431
11449
|
rl as categorySchema,
|
|
11432
11450
|
Jl as chartTypeSchema,
|
|
11433
11451
|
Ql as chartsPieDatumSchema,
|
|
11434
11452
|
Yl as chartsSerieSchema,
|
|
11435
|
-
|
|
11453
|
+
Hg as checkProperties,
|
|
11436
11454
|
q as combineFormat,
|
|
11437
|
-
|
|
11438
|
-
|
|
11455
|
+
gw as combinedContentFactoryDataSchema,
|
|
11456
|
+
fS as combinedSurveyFieldOptionsSchema,
|
|
11439
11457
|
Jd as combinedSurveyFieldSchema,
|
|
11440
|
-
|
|
11458
|
+
hS as combinedSurveyFieldTypeSchema,
|
|
11441
11459
|
Ld as combinedWidgetContentSchema,
|
|
11442
11460
|
Io as combinedWidgetTypeSchema,
|
|
11443
|
-
|
|
11444
|
-
|
|
11445
|
-
|
|
11461
|
+
Jm as commentWithActionsSchema,
|
|
11462
|
+
Ym as commentsPreviewSchema,
|
|
11463
|
+
ay as communitySchema,
|
|
11464
|
+
Hy as contactEntrySchema,
|
|
11465
|
+
Gy as contactShowFieldsSchema,
|
|
11446
11466
|
xi as contentFactoryDefaultDataSchema,
|
|
11447
11467
|
Ti as contentFactorySurveyDataSchema,
|
|
11448
|
-
|
|
11449
|
-
|
|
11450
|
-
|
|
11451
|
-
|
|
11468
|
+
fw as contentFactoryTypes,
|
|
11469
|
+
ch as createFaqCategorySchema,
|
|
11470
|
+
lh as createFaqEntrySchema,
|
|
11471
|
+
Zw as createFaqThemeSchema,
|
|
11452
11472
|
Xc as createGroupSchema,
|
|
11453
|
-
|
|
11454
|
-
|
|
11455
|
-
|
|
11473
|
+
Sw as createReportParamsSchema,
|
|
11474
|
+
Uy as cssBackgroundPositionSchema,
|
|
11475
|
+
By as cssBackgroundSizeSchema,
|
|
11456
11476
|
hl as cssTextAlignTypeSchema,
|
|
11457
|
-
|
|
11458
|
-
|
|
11459
|
-
|
|
11460
|
-
|
|
11461
|
-
|
|
11462
|
-
|
|
11477
|
+
zv as davAddressBookContactSchema,
|
|
11478
|
+
Wv as davCalendarEventSchema,
|
|
11479
|
+
Ma as deepEqual,
|
|
11480
|
+
Ab as default,
|
|
11481
|
+
Jw as deleteFaqThemeSchema,
|
|
11482
|
+
Uw as discussionPropertiesSchema,
|
|
11463
11483
|
Lm as discussionPropertySchema,
|
|
11464
11484
|
bm as driveAccountSchema,
|
|
11465
|
-
|
|
11466
|
-
|
|
11467
|
-
|
|
11468
|
-
|
|
11469
|
-
|
|
11470
|
-
|
|
11471
|
-
|
|
11472
|
-
|
|
11473
|
-
|
|
11474
|
-
|
|
11485
|
+
Ew as driveGetAccountParamsSchema,
|
|
11486
|
+
jw as driveGetAccountSchema,
|
|
11487
|
+
Rw as driveGetDocumentParamsSchema,
|
|
11488
|
+
Mw as driveGetGroupsParamsSchema,
|
|
11489
|
+
Iw as driveGetTenantsParamsSchema,
|
|
11490
|
+
Aw as driveItemTypeSchema,
|
|
11491
|
+
Fw as driveLogoutParamsSchema,
|
|
11492
|
+
Dw as driveSetDefaultAccountParamsSchema,
|
|
11493
|
+
Lw as driveTmpFileSchema,
|
|
11494
|
+
Tw as dropboxDocumentEntitySchema,
|
|
11475
11495
|
xm as dropboxDocumentParamsSchema,
|
|
11476
|
-
|
|
11477
|
-
|
|
11478
|
-
|
|
11479
|
-
|
|
11480
|
-
|
|
11481
|
-
|
|
11482
|
-
|
|
11483
|
-
|
|
11484
|
-
|
|
11496
|
+
Pw as dropboxGetDocumentsParamsSchema,
|
|
11497
|
+
zw as editFaqCategorySchema,
|
|
11498
|
+
Kw as editFaqEntrySchema,
|
|
11499
|
+
Qw as editFaqThemeSchema,
|
|
11500
|
+
Xg as ensureApplication,
|
|
11501
|
+
Kg as ensureApplicationTabs,
|
|
11502
|
+
ow as ensureIsCalendarOldEvent,
|
|
11503
|
+
KS as ensureIsMeetingList,
|
|
11504
|
+
ZS as ensureIsSocialEventList,
|
|
11485
11505
|
ap as ensureIsSurveyData,
|
|
11486
|
-
|
|
11487
|
-
|
|
11488
|
-
|
|
11489
|
-
|
|
11490
|
-
|
|
11491
|
-
|
|
11492
|
-
|
|
11493
|
-
|
|
11494
|
-
|
|
11495
|
-
|
|
11496
|
-
|
|
11497
|
-
|
|
11498
|
-
|
|
11499
|
-
|
|
11500
|
-
|
|
11501
|
-
|
|
11502
|
-
|
|
11503
|
-
|
|
11504
|
-
|
|
11505
|
-
|
|
11506
|
-
|
|
11507
|
-
|
|
11506
|
+
gS as ensureIsTemplateFile,
|
|
11507
|
+
Ok as ensureIsViewEvent,
|
|
11508
|
+
Sv as ensureTVGetConfigureDynamicChannelResponse,
|
|
11509
|
+
wv as ensureTVGetConfigureSlideshowChannelResponse,
|
|
11510
|
+
ob as ensureWidgetAccessibilityType,
|
|
11511
|
+
qk as ensureWidgetApplicationType,
|
|
11512
|
+
Uk as ensureWidgetArticleAttachmentType,
|
|
11513
|
+
Bk as ensureWidgetArticleButtonType,
|
|
11514
|
+
Wk as ensureWidgetArticleGalleryType,
|
|
11515
|
+
zk as ensureWidgetArticleImageType,
|
|
11516
|
+
Gk as ensureWidgetArticleSliderType,
|
|
11517
|
+
Hk as ensureWidgetArticleTextType,
|
|
11518
|
+
$k as ensureWidgetArticleTitleType,
|
|
11519
|
+
sb as ensureWidgetBirthdayType,
|
|
11520
|
+
Vk as ensureWidgetButtonType,
|
|
11521
|
+
Kk as ensureWidgetCalendarCalDavType,
|
|
11522
|
+
cb as ensureWidgetCalendarType,
|
|
11523
|
+
pb as ensureWidgetChartsType,
|
|
11524
|
+
Zk as ensureWidgetCheckListType,
|
|
11525
|
+
ib as ensureWidgetColorType,
|
|
11526
|
+
eb as ensureWidgetContactCardDavType,
|
|
11527
|
+
Xk as ensureWidgetContactType,
|
|
11508
11528
|
vl as ensureWidgetContent,
|
|
11509
|
-
|
|
11510
|
-
|
|
11511
|
-
|
|
11512
|
-
|
|
11513
|
-
|
|
11514
|
-
|
|
11515
|
-
|
|
11516
|
-
|
|
11517
|
-
|
|
11518
|
-
|
|
11519
|
-
|
|
11520
|
-
|
|
11521
|
-
|
|
11522
|
-
|
|
11523
|
-
|
|
11524
|
-
|
|
11525
|
-
|
|
11526
|
-
|
|
11527
|
-
|
|
11528
|
-
|
|
11529
|
-
|
|
11530
|
-
|
|
11531
|
-
|
|
11532
|
-
|
|
11533
|
-
|
|
11534
|
-
|
|
11535
|
-
|
|
11536
|
-
|
|
11529
|
+
Tb as ensureWidgetCountdownType,
|
|
11530
|
+
db as ensureWidgetCoverType,
|
|
11531
|
+
Jk as ensureWidgetDatasourceTableType,
|
|
11532
|
+
Tv as ensureWidgetDefinitionProps,
|
|
11533
|
+
xb as ensureWidgetDocumentsType,
|
|
11534
|
+
tb as ensureWidgetEmailsImapType,
|
|
11535
|
+
Sb as ensureWidgetEmbedType,
|
|
11536
|
+
Qk as ensureWidgetExcelDatasourceTableType,
|
|
11537
|
+
lb as ensureWidgetExtensionType,
|
|
11538
|
+
vb as ensureWidgetFaqType,
|
|
11539
|
+
kb as ensureWidgetFileType,
|
|
11540
|
+
wb as ensureWidgetFlocklerType,
|
|
11541
|
+
hb as ensureWidgetImageType,
|
|
11542
|
+
Nk as ensureWidgetLuccaAbsenceType,
|
|
11543
|
+
ub as ensureWidgetMeteoType,
|
|
11544
|
+
mb as ensureWidgetMyGroupType,
|
|
11545
|
+
fb as ensureWidgetNewsType,
|
|
11546
|
+
gb as ensureWidgetNewsflashType,
|
|
11547
|
+
_v as ensureWidgetObjectHasMinimumProperties,
|
|
11548
|
+
Yy as ensureWidgetPresenceContent,
|
|
11549
|
+
eS as ensureWidgetPresenceResponse,
|
|
11550
|
+
Xy as ensureWidgetPresenceResponsePayload,
|
|
11551
|
+
Ky as ensureWidgetPresenceType,
|
|
11552
|
+
Yk as ensureWidgetQuickSurveyType,
|
|
11553
|
+
rb as ensureWidgetSeparatorType,
|
|
11554
|
+
Cb as ensureWidgetSliderType,
|
|
11555
|
+
bb as ensureWidgetSurveyType,
|
|
11556
|
+
yb as ensureWidgetTextType,
|
|
11537
11557
|
F as ensureWidgetType,
|
|
11538
|
-
|
|
11539
|
-
|
|
11540
|
-
|
|
11541
|
-
|
|
11542
|
-
|
|
11543
|
-
|
|
11558
|
+
ab as ensureWidgetUserProfileType,
|
|
11559
|
+
nb as ensureWidgetWelcomeType,
|
|
11560
|
+
Mk as ensureWidgetWrapperProps,
|
|
11561
|
+
_b as ensureWidgetYoutubeType,
|
|
11562
|
+
lw as eventModeSchema,
|
|
11563
|
+
cw as eventStatusFilterSchema,
|
|
11544
11564
|
ji as extendSchema,
|
|
11545
|
-
|
|
11546
|
-
|
|
11565
|
+
Bg as extensions,
|
|
11566
|
+
jk as extractFlattenTaxonomiesFromObject,
|
|
11547
11567
|
ls as extractTaxonomiesFromObject,
|
|
11548
|
-
|
|
11549
|
-
|
|
11550
|
-
|
|
11551
|
-
|
|
11568
|
+
Gg as extractTaxonomiesFromObjectAndMapProperty,
|
|
11569
|
+
Dk as extractTaxonomiesFromObjectAndMapUri,
|
|
11570
|
+
og as facetModeSchema,
|
|
11571
|
+
$w as faqAccessSchema,
|
|
11552
11572
|
Di as faqContentItemSchema,
|
|
11553
|
-
|
|
11554
|
-
|
|
11555
|
-
|
|
11556
|
-
|
|
11557
|
-
|
|
11558
|
-
|
|
11573
|
+
Hw as faqHookPropertiesSchema,
|
|
11574
|
+
Gw as faqTaxonomySchema,
|
|
11575
|
+
sh as faqWidgetCategoryItemSchema,
|
|
11576
|
+
Nw as faqWidgetCategorySchema,
|
|
11577
|
+
Ww as faqWidgetItemSchema,
|
|
11578
|
+
rh as faqWidgetItemUriCategorySchema,
|
|
11559
11579
|
qc as fileCropConfigSchema,
|
|
11560
11580
|
Nc as fileMainTypeSchema,
|
|
11561
|
-
|
|
11562
|
-
|
|
11563
|
-
|
|
11564
|
-
|
|
11581
|
+
av as fileSyncAdminSpotSchema,
|
|
11582
|
+
ov as fileSyncAdminSpotsPropsSchema,
|
|
11583
|
+
tv as fileSyncFileBankSchema,
|
|
11584
|
+
nv as fileSyncUserQuotaSchema,
|
|
11565
11585
|
It as filterSchema,
|
|
11566
11586
|
mr as filterValueSchema,
|
|
11567
11587
|
ze as filtersSchema,
|
|
11568
|
-
|
|
11569
|
-
|
|
11570
|
-
|
|
11571
|
-
|
|
11572
|
-
|
|
11573
|
-
|
|
11588
|
+
Sk as folderShareConflictSchema,
|
|
11589
|
+
wk as folderShareImpactSchema,
|
|
11590
|
+
je as folderShareLevelSchema,
|
|
11591
|
+
vg as folderShareRecipientTypeSchema,
|
|
11592
|
+
yk as folderShareSchema,
|
|
11593
|
+
Vw as formatExtensionSchema,
|
|
11574
11594
|
no as formatImgUrl,
|
|
11575
|
-
|
|
11595
|
+
at as formatListSchema,
|
|
11576
11596
|
ns as formats,
|
|
11577
|
-
|
|
11578
|
-
|
|
11597
|
+
Og as getArgs,
|
|
11598
|
+
dS as getCommentsParamsSchema,
|
|
11579
11599
|
ss as getExtensionFromName,
|
|
11580
|
-
|
|
11600
|
+
_k as getFileExtensionFromMimetype,
|
|
11581
11601
|
rs as getFileFamily,
|
|
11582
|
-
|
|
11583
|
-
|
|
11584
|
-
|
|
11585
|
-
|
|
11586
|
-
|
|
11602
|
+
Ng as getFileFamilyFromName,
|
|
11603
|
+
Mg as getFormat,
|
|
11604
|
+
Ig as getFrom,
|
|
11605
|
+
Pv as getLicenseArticlesParamsSchema,
|
|
11606
|
+
Iv as getLicenseKindUsersParamsSchema,
|
|
11587
11607
|
is as getMimetypeFromExtension,
|
|
11588
|
-
|
|
11589
|
-
|
|
11590
|
-
|
|
11591
|
-
|
|
11592
|
-
|
|
11608
|
+
qg as getMimetypeFromName,
|
|
11609
|
+
yw as getReportsParamsSchema,
|
|
11610
|
+
Pg as getSize,
|
|
11611
|
+
xk as getTimestamp,
|
|
11612
|
+
lv as getUnclassifiedFilesParamsSchema,
|
|
11593
11613
|
to as getUri,
|
|
11594
|
-
|
|
11595
|
-
|
|
11596
|
-
|
|
11614
|
+
Ug as getUrl,
|
|
11615
|
+
_y as gifSchema,
|
|
11616
|
+
Py as groupCategoriesConfigurationSchema,
|
|
11597
11617
|
To as groupCustomWidgetSchema,
|
|
11598
|
-
|
|
11599
|
-
|
|
11600
|
-
|
|
11618
|
+
Oy as groupListConfigSchema,
|
|
11619
|
+
Ay as groupMemberLevelSchema,
|
|
11620
|
+
Ly as groupMemberSchema,
|
|
11601
11621
|
tl as groupModerateStatusSchema,
|
|
11602
11622
|
Co as groupPrivacy,
|
|
11603
11623
|
al as groupPropertiesOptionsSchema,
|
|
11604
11624
|
il as groupPropertiesSchema,
|
|
11605
11625
|
el as groupUserLevelSchema,
|
|
11606
11626
|
xo as groupWidgetLittleSchema,
|
|
11607
|
-
|
|
11608
|
-
|
|
11627
|
+
Ey as groupWidgetSchema,
|
|
11628
|
+
Ry as groupWidgetsSchema,
|
|
11609
11629
|
Ao as headingTypeSchema,
|
|
11610
|
-
|
|
11611
|
-
|
|
11612
|
-
|
|
11613
|
-
|
|
11630
|
+
Fv as hookListTypeSchema,
|
|
11631
|
+
vy as imageFormValueSchema,
|
|
11632
|
+
it as imageSizeSchema,
|
|
11633
|
+
Nv as imapInboxMailSchema,
|
|
11614
11634
|
cp as inferBookmarkListSchema,
|
|
11615
|
-
|
|
11635
|
+
Je as inferBookmarkRawListSchema,
|
|
11616
11636
|
Ot as inferMaybeWithToken,
|
|
11617
|
-
|
|
11618
|
-
|
|
11619
|
-
|
|
11620
|
-
|
|
11621
|
-
|
|
11637
|
+
Qv as inferSearchQueryResultSchema,
|
|
11638
|
+
Ov as inferUserLicenseSchema,
|
|
11639
|
+
fg as inheritedShareSchema,
|
|
11640
|
+
Fk as isKnownArticle,
|
|
11641
|
+
Ek as isKnownComment,
|
|
11622
11642
|
nm as isSocialActionRate,
|
|
11623
11643
|
am as isSocialActionReport,
|
|
11624
11644
|
om as isSocialActionShare,
|
|
11625
|
-
|
|
11626
|
-
|
|
11627
|
-
|
|
11628
|
-
|
|
11629
|
-
|
|
11645
|
+
mw as isSocialActionToggle,
|
|
11646
|
+
Vy as isWidgetApplicationAppsItem,
|
|
11647
|
+
zy as isWidgetApplicationExtensionItem,
|
|
11648
|
+
Wy as isWidgetApplicationImageItem,
|
|
11649
|
+
Ny as isWidgetApplicationLinkItem,
|
|
11630
11650
|
P as jArticleListSchema,
|
|
11631
11651
|
Po as jArticleListShapeTmp,
|
|
11632
11652
|
Z as jArticleLittleSchema,
|
|
11633
11653
|
W as jArticleViewSchema,
|
|
11634
11654
|
ts as jArticleWidgetListSchema,
|
|
11635
11655
|
es as jArticleWidgetLittleSchema,
|
|
11636
|
-
|
|
11656
|
+
tf as jArticleWidgetViewSchema,
|
|
11637
11657
|
pu as jAseiInstitutionViewSchema,
|
|
11638
11658
|
lu as jAseiTicketViewSchema,
|
|
11639
11659
|
ba as jBookableAssetListSchema,
|
|
11640
11660
|
hu as jBookableAssetViewSchema,
|
|
11641
11661
|
wu as jBusinessContactListSchema,
|
|
11642
11662
|
ri as jBusinessContactLittleSchema,
|
|
11643
|
-
|
|
11663
|
+
He as jCommentListSchema,
|
|
11644
11664
|
sm as jCommentLittleSchema,
|
|
11645
11665
|
um as jContentFactoryDefaultTemplateViewSchema,
|
|
11646
11666
|
dm as jContentFactorySurveyTemplateViewSchema,
|
|
11647
|
-
|
|
11667
|
+
Fa as jContentFactoryTemplateListSchema,
|
|
11648
11668
|
mm as jContentFactoryTemplateViewSchema,
|
|
11649
11669
|
fm as jContentReportListSchema,
|
|
11650
11670
|
Ta as jDiapazoneListSchema,
|
|
11651
11671
|
li as jDiapazoneViewSchema,
|
|
11652
|
-
|
|
11653
|
-
|
|
11672
|
+
bk as jEnsure,
|
|
11673
|
+
Xm as jExtraBotViewSchema,
|
|
11654
11674
|
Oi as jFaqItemListSchema,
|
|
11655
|
-
|
|
11675
|
+
ih as jFaqItemViewSchema,
|
|
11656
11676
|
Ii as jFaqListSchema,
|
|
11657
|
-
|
|
11658
|
-
|
|
11659
|
-
|
|
11677
|
+
nh as jFaqViewSchema,
|
|
11678
|
+
Cy as jFileListSchema,
|
|
11679
|
+
by as jFileLittleCropSchema,
|
|
11660
11680
|
V as jFileLittleSchema,
|
|
11661
|
-
|
|
11681
|
+
xy as jFileRenditionSchema,
|
|
11662
11682
|
Pd as jFolderListSchema,
|
|
11663
|
-
|
|
11683
|
+
nt as jFolderLittleSchema,
|
|
11664
11684
|
dl as jGroupListSchema,
|
|
11665
|
-
|
|
11666
|
-
|
|
11685
|
+
st as jGroupLittleSchema,
|
|
11686
|
+
Dy as jGroupViewSchema,
|
|
11667
11687
|
co as jHrefSchema,
|
|
11668
|
-
|
|
11688
|
+
jv as jIACapabilitiesSchema,
|
|
11669
11689
|
Mo as jInternalDraftListSchema,
|
|
11670
11690
|
Id as jInternalDraftViewSchema,
|
|
11671
|
-
|
|
11672
|
-
|
|
11673
|
-
|
|
11691
|
+
iv as jLandLogSchema,
|
|
11692
|
+
uh as jLandMapFlavorSchema,
|
|
11693
|
+
mh as jLandMapKindSchema,
|
|
11674
11694
|
Ui as jLandMapListSchema,
|
|
11675
11695
|
Mi as jLandMapLittleSchema,
|
|
11676
|
-
|
|
11677
|
-
|
|
11678
|
-
|
|
11696
|
+
yh as jLandMapViewSchema,
|
|
11697
|
+
sv as jLandStatSchema,
|
|
11698
|
+
SS as jLinkListSchema,
|
|
11679
11699
|
ka as jLinkLittleSchema,
|
|
11680
11700
|
qi as jMediaLibraryFileListSchema,
|
|
11681
11701
|
Bi as jMediaLibraryFileLittleSchema,
|
|
11682
11702
|
Ni as jMediaLibraryFolderListSchema,
|
|
11683
11703
|
Vi as jMediaLibraryFolderLittleSchema,
|
|
11684
|
-
|
|
11704
|
+
pt as jMeetingListSchema,
|
|
11685
11705
|
pi as jMeetingViewSchema,
|
|
11686
11706
|
Im as jMessengerDiscussionGroupListSchema,
|
|
11687
|
-
|
|
11707
|
+
ja as jMessengerDiscussionGroupLittleSchema,
|
|
11688
11708
|
Em as jMessengerDiscussionUserListSchema,
|
|
11689
11709
|
Ri as jMessengerDiscussionUserLittleSchema,
|
|
11690
11710
|
_m as jMessengerMessageLittleSchema,
|
|
@@ -11694,12 +11714,12 @@ export {
|
|
|
11694
11714
|
ho as jObjectListSchema,
|
|
11695
11715
|
B as jObjectLittleSchema,
|
|
11696
11716
|
Wi as jOrgChartListSchema,
|
|
11697
|
-
|
|
11717
|
+
_h as jOrgChartViewSchema,
|
|
11698
11718
|
Xi as jPermanentRoomListSchema,
|
|
11699
11719
|
oi as jPollSurveyListSchema,
|
|
11700
11720
|
Kd as jPollSurveyLittleSchema,
|
|
11701
11721
|
tp as jPollSurveyViewSchema,
|
|
11702
|
-
|
|
11722
|
+
ph as jQuarantineListSchema,
|
|
11703
11723
|
Pi as jQuarantineLittleSchema,
|
|
11704
11724
|
Fi as jQuizzListSchema,
|
|
11705
11725
|
Om as jQuizzListShapeTmp,
|
|
@@ -11710,149 +11730,150 @@ export {
|
|
|
11710
11730
|
Nu as jRecurringEventOccurrenceListSchema,
|
|
11711
11731
|
La as jRecurringEventOccurrenceListTruthySchema,
|
|
11712
11732
|
wi as jRecurringEventOccurrenceLittleFalsySchema,
|
|
11713
|
-
|
|
11733
|
+
tw as jRecurringEventOccurrenceLittleSchema,
|
|
11714
11734
|
Aa as jRecurringEventOccurrenceLittleTruthySchema,
|
|
11715
11735
|
Gu as jRecurringEventOccurrenceViewFalsySchema,
|
|
11716
11736
|
Hu as jRecurringEventOccurrenceViewSchema,
|
|
11717
11737
|
ki as jRecurringEventOccurrenceViewTruthySchema,
|
|
11718
11738
|
Si as jRecurringEventViewSchema,
|
|
11719
11739
|
gu as jReservationListSchema,
|
|
11720
|
-
|
|
11740
|
+
Ie as jSocialEventListSchema,
|
|
11721
11741
|
_a as jSocialEventLittleSchema,
|
|
11722
|
-
|
|
11742
|
+
Oe as jSocialEventViewSchema,
|
|
11723
11743
|
rp as jSocialRateLinkListSchema,
|
|
11724
11744
|
mo as jSpotAutocompleteSchema,
|
|
11725
11745
|
_c as jSpotAutocompleteShape,
|
|
11726
11746
|
zi as jSupportListSchema,
|
|
11727
|
-
|
|
11728
|
-
|
|
11747
|
+
Eh as jSupportViewSchema,
|
|
11748
|
+
Fh as jSupportViewShapeTmp,
|
|
11729
11749
|
Ei as jSurveyDateListSchema,
|
|
11730
11750
|
zm as jSurveyDateViewSchema,
|
|
11731
11751
|
Zi as jTvChannelDynamicListSchema,
|
|
11732
|
-
|
|
11733
|
-
|
|
11752
|
+
Uh as jTvChannelListSchema,
|
|
11753
|
+
Da as jTvChannelLittleSchema,
|
|
11734
11754
|
Ji as jTvChannelSlideshowListSchema,
|
|
11735
11755
|
uo as jUserAutocompleteSchema,
|
|
11736
|
-
|
|
11756
|
+
ot as jUserListSchema,
|
|
11737
11757
|
O as jUserLittleSchema,
|
|
11738
|
-
|
|
11758
|
+
$a as jUserValuesSchema,
|
|
11739
11759
|
Ec as jUserViewSchema,
|
|
11740
11760
|
Xp as licenseSchema,
|
|
11741
|
-
|
|
11742
|
-
|
|
11743
|
-
|
|
11744
|
-
|
|
11761
|
+
dv as mediaLibraryFilesStatsSchema,
|
|
11762
|
+
pv as mediaLibraryFolderStatsSchema,
|
|
11763
|
+
cv as mediaLibraryListSchema,
|
|
11764
|
+
uv as mediaLibraryStatsSchema,
|
|
11745
11765
|
ui as meetingActionSchema,
|
|
11746
|
-
|
|
11747
|
-
|
|
11766
|
+
XS as meetingCreationSchema,
|
|
11767
|
+
ew as meetingUpdateSchema,
|
|
11748
11768
|
Yc as metasExternalSchema,
|
|
11749
11769
|
Jc as metasJamespotSchema,
|
|
11750
11770
|
Kc as metasSchema,
|
|
11751
11771
|
Qc as metasYoutubeSchema,
|
|
11752
11772
|
fd as meteoLocationSchema,
|
|
11753
|
-
|
|
11773
|
+
Qy as meteoSearchResultSchema,
|
|
11754
11774
|
yr as methodSchema,
|
|
11755
11775
|
Ft as mimetypeToExt,
|
|
11756
|
-
|
|
11757
|
-
|
|
11758
|
-
|
|
11759
|
-
|
|
11760
|
-
|
|
11761
|
-
|
|
11776
|
+
Tk as mimetypes,
|
|
11777
|
+
Uv as moduleRestrictionMode,
|
|
11778
|
+
Xw as moveFaqEntrySchema,
|
|
11779
|
+
ev as moveFaqThemeSchema,
|
|
11780
|
+
mv as moveMediaLibraryFileParamsSchema,
|
|
11781
|
+
xw as msDocumentEntitySchema,
|
|
11762
11782
|
Cm as msDocumentParamsSchema,
|
|
11763
|
-
|
|
11764
|
-
|
|
11765
|
-
|
|
11766
|
-
|
|
11783
|
+
Ow as msGetDocumentsParamsSchema,
|
|
11784
|
+
Cw as msGroupEntitySchema,
|
|
11785
|
+
bw as msSiteEntitySchema,
|
|
11786
|
+
kw as msTenantEntitySchema,
|
|
11767
11787
|
_i as msTenantsSchema,
|
|
11768
|
-
|
|
11769
|
-
|
|
11770
|
-
|
|
11771
|
-
|
|
11772
|
-
|
|
11788
|
+
_w as msUnifiedEntitySchema,
|
|
11789
|
+
Jg as network,
|
|
11790
|
+
Bv as networkTypeSchema,
|
|
11791
|
+
$e as newsConceptSchema,
|
|
11792
|
+
xS as newsflashGetResponseSchema,
|
|
11773
11793
|
$p as newsflashItemSchema,
|
|
11774
11794
|
Gp as newsflashPropertiesSchema,
|
|
11775
11795
|
yt as newsflashSourceSchema,
|
|
11776
11796
|
Hp as newsflashSourcesSchema,
|
|
11777
|
-
|
|
11778
|
-
|
|
11779
|
-
|
|
11780
|
-
|
|
11781
|
-
|
|
11782
|
-
|
|
11783
|
-
|
|
11784
|
-
|
|
11797
|
+
ey as objectListPropsSchema,
|
|
11798
|
+
Vg as objectTimestamp,
|
|
11799
|
+
AS as objectWithoutLicenseFilterSchema,
|
|
11800
|
+
qv as officeProviderBaseUrlsSchema,
|
|
11801
|
+
Vv as officeSetConfigurationPayloadSchema,
|
|
11802
|
+
Xf as officeUserConfigurationSchema,
|
|
11803
|
+
ng as onlyOfficeFileSchema,
|
|
11804
|
+
eg as onyOfficeFileInfoSchema,
|
|
11785
11805
|
Il as openingTypeAnchorSchema,
|
|
11786
11806
|
Dl as openingTypeLinkSchema,
|
|
11787
11807
|
Ol as openingTypePopupSchema,
|
|
11788
11808
|
yl as openingTypeSchema,
|
|
11789
11809
|
fr as operatorSchema,
|
|
11790
11810
|
Dt as orderSchema,
|
|
11791
|
-
|
|
11792
|
-
|
|
11811
|
+
De as ordersSchema,
|
|
11812
|
+
Ck as padStartTwoDigits,
|
|
11793
11813
|
Qd as pollSurveyStatusSchema,
|
|
11794
|
-
|
|
11795
|
-
|
|
11796
|
-
|
|
11797
|
-
|
|
11798
|
-
|
|
11799
|
-
|
|
11800
|
-
|
|
11814
|
+
Ik as prepareGroupForUpdate,
|
|
11815
|
+
Qm as previewCommentSchema,
|
|
11816
|
+
HS as publicWebinarData,
|
|
11817
|
+
WS as publicWebinarFullnameRequestSchema,
|
|
11818
|
+
GS as publicWebinarGetDateRequestSchema,
|
|
11819
|
+
zS as publicWebinarUrlSchema,
|
|
11820
|
+
Hv as questionAnswerSelectResponseParamsSchema,
|
|
11821
|
+
$v as questionAnswerUnselectResponseParamsSchema,
|
|
11801
11822
|
Vm as quizFieldSchema,
|
|
11802
11823
|
Um as quizResponseSchema,
|
|
11803
11824
|
fi as recurrenceRuleSchema,
|
|
11804
|
-
|
|
11805
|
-
|
|
11825
|
+
nw as recurringEventCreationSchema,
|
|
11826
|
+
aw as recurringEventUpdateSchema,
|
|
11806
11827
|
os as removeIfStartsWith,
|
|
11807
|
-
|
|
11808
|
-
|
|
11809
|
-
|
|
11810
|
-
|
|
11811
|
-
|
|
11812
|
-
|
|
11813
|
-
|
|
11814
|
-
|
|
11828
|
+
Ua as replacePropertiesWithTypes,
|
|
11829
|
+
Iy as resetNotificationConfigurationSchema,
|
|
11830
|
+
zg as resolveFileFamily,
|
|
11831
|
+
Rk as resolveFileMimetype,
|
|
11832
|
+
Ak as resolveFilePath,
|
|
11833
|
+
Lk as resolveFileUrl,
|
|
11834
|
+
oS as resolveSurveyUri,
|
|
11835
|
+
sS as resolveWidgetByName,
|
|
11815
11836
|
kl as resolveWidgetContent,
|
|
11816
11837
|
ce as rightsSchema,
|
|
11817
11838
|
ol as rssTypeSchema,
|
|
11818
|
-
|
|
11819
|
-
|
|
11820
|
-
|
|
11821
|
-
|
|
11822
|
-
|
|
11823
|
-
|
|
11824
|
-
|
|
11825
|
-
|
|
11826
|
-
|
|
11827
|
-
|
|
11828
|
-
|
|
11829
|
-
|
|
11830
|
-
|
|
11831
|
-
|
|
11832
|
-
|
|
11833
|
-
|
|
11834
|
-
|
|
11835
|
-
|
|
11839
|
+
ig as searchCategoryModelSchema,
|
|
11840
|
+
ag as searchCategoryValueSchema,
|
|
11841
|
+
Zv as searchConfigSchema,
|
|
11842
|
+
Ia as searchFacetModelSchema,
|
|
11843
|
+
rg as searchFacetValueModelSchema,
|
|
11844
|
+
sg as searchFacetValuesSchema,
|
|
11845
|
+
Yv as searchLastQuerySchema,
|
|
11846
|
+
cg as searchQueryFilterModelSchema,
|
|
11847
|
+
dg as searchQueryOptionSchema,
|
|
11848
|
+
Jv as searchQuerySchema,
|
|
11849
|
+
lg as searchQuerySortModelSchema,
|
|
11850
|
+
Kv as searchResultCatPropsSchema,
|
|
11851
|
+
ug as searchResultPropsAppSchema,
|
|
11852
|
+
mg as searchResultPropsObjectSchema,
|
|
11853
|
+
hg as searchResultPropsSchema,
|
|
11854
|
+
tk as shareAccessPropsSchema,
|
|
11855
|
+
Xv as shareGeneralAccessRulesSchema,
|
|
11856
|
+
ek as shareOptionObjectSchema,
|
|
11836
11857
|
Xu as shareOptionSchema,
|
|
11837
11858
|
Yu as socialActionRateSchema,
|
|
11838
11859
|
Ku as socialActionReportSchema,
|
|
11839
|
-
|
|
11860
|
+
Ra as socialActionSchema,
|
|
11840
11861
|
Ci as socialActionSchema_deprecated,
|
|
11841
11862
|
em as socialActionShareSchema,
|
|
11842
11863
|
Qu as socialActionStructSchema_deprecated,
|
|
11843
11864
|
tm as socialActionToggleSchema,
|
|
11844
11865
|
di as socialEventActionSchema,
|
|
11845
|
-
|
|
11846
|
-
|
|
11866
|
+
QS as socialEventCreationSchema,
|
|
11867
|
+
YS as socialEventUpdateSchema,
|
|
11847
11868
|
Am as spotDiscussionKindSchema,
|
|
11848
|
-
|
|
11849
|
-
|
|
11850
|
-
|
|
11869
|
+
IS as storeFinalizeSchema,
|
|
11870
|
+
DS as storeItemSchema,
|
|
11871
|
+
Rg as suffixIfDoesNotExist,
|
|
11851
11872
|
Gm as surveyDateResponsesSchema,
|
|
11852
|
-
|
|
11853
|
-
|
|
11873
|
+
qw as surveyDateUsersForDateSchema,
|
|
11874
|
+
Bw as surveyDateUsersResponseSchema,
|
|
11854
11875
|
Hm as surveyDateUsersResponsesSchema,
|
|
11855
|
-
|
|
11876
|
+
Pk as surveyDateUtils,
|
|
11856
11877
|
ne as surveyFieldBaseSchema,
|
|
11857
11878
|
Uo as surveyFieldBinaryDataSchema,
|
|
11858
11879
|
Ud as surveyFieldBinarySchema,
|
|
@@ -11886,62 +11907,63 @@ export {
|
|
|
11886
11907
|
Go as surveyFieldTextareaDataSchema,
|
|
11887
11908
|
Gd as surveyFieldTextareaSchema,
|
|
11888
11909
|
ai as surveySectionSchema,
|
|
11889
|
-
|
|
11890
|
-
|
|
11891
|
-
|
|
11892
|
-
|
|
11910
|
+
Dv as textEnhanceResponseSchema,
|
|
11911
|
+
ok as tinyMCECommonOptionsSchema,
|
|
11912
|
+
yg as tinyMCEDynamicOptionsSchema,
|
|
11913
|
+
ik as tinymceExtendedOptionsSchema,
|
|
11893
11914
|
Ys as toBoolean,
|
|
11894
|
-
|
|
11895
|
-
|
|
11896
|
-
|
|
11897
|
-
|
|
11898
|
-
|
|
11899
|
-
|
|
11900
|
-
|
|
11915
|
+
yv as tvChannelCreatePayloadSchema,
|
|
11916
|
+
gv as tvChannelCreationSchema,
|
|
11917
|
+
Nh as tvChannelDynamicArticleSchema,
|
|
11918
|
+
qh as tvChannelDynamicCommentSchema,
|
|
11919
|
+
zh as tvChannelSlideshowFileSchema,
|
|
11920
|
+
jh as tvChannelTypeSchema,
|
|
11921
|
+
vv as tvGetChannelResponseSchema,
|
|
11901
11922
|
Qi as tvGetConfigureDynamicChannelResponse,
|
|
11902
11923
|
Yi as tvGetConfigureSlideshowChannelResponse,
|
|
11903
|
-
|
|
11904
|
-
|
|
11905
|
-
|
|
11906
|
-
|
|
11907
|
-
|
|
11924
|
+
uS as updateCommentParamsSchema,
|
|
11925
|
+
Fy as updateGroupSchema,
|
|
11926
|
+
ww as updateReportStatusParamsSchema,
|
|
11927
|
+
wy as uploadConfigSchema,
|
|
11928
|
+
Ze as userDefaultFieldsTypeSchema,
|
|
11908
11929
|
Dc as userDirectoryConfigurationSchema,
|
|
11909
|
-
|
|
11910
|
-
|
|
11911
|
-
|
|
11912
|
-
|
|
11930
|
+
Ty as userDownloadSchema,
|
|
11931
|
+
dy as userFieldSchema,
|
|
11932
|
+
ly as userFieldsConfigurationTypeSchema,
|
|
11933
|
+
py as userFieldsSchema,
|
|
11913
11934
|
vo as userLevelSpotSchema,
|
|
11914
11935
|
jc as userMapModelSchema,
|
|
11915
|
-
|
|
11936
|
+
mS as userReadSchema,
|
|
11916
11937
|
$m as userResponseStatusSchema,
|
|
11917
|
-
|
|
11918
|
-
|
|
11919
|
-
|
|
11920
|
-
|
|
11921
|
-
|
|
11922
|
-
|
|
11923
|
-
|
|
11924
|
-
|
|
11925
|
-
|
|
11926
|
-
|
|
11927
|
-
|
|
11928
|
-
|
|
11929
|
-
|
|
11938
|
+
jy as userSpotCategoriesSchema,
|
|
11939
|
+
uy as userValuesSchema,
|
|
11940
|
+
ky as validateIsFormatFileLittle,
|
|
11941
|
+
Sy as validateIsFormatObjectList,
|
|
11942
|
+
ty as validateIsFormatObjectLittle,
|
|
11943
|
+
iy as validateIsFormatRights,
|
|
11944
|
+
JS as validateIsFormatSocialEvent,
|
|
11945
|
+
hy as validateIsFormatUserDirectoryConfiguration,
|
|
11946
|
+
My as validateIsFormatUserLevelSpot,
|
|
11947
|
+
sy as validateIsFormatUserList,
|
|
11948
|
+
cy as validateIsFormatUserMapModel,
|
|
11949
|
+
ry as validateIsFormatUserView,
|
|
11950
|
+
yS as validateTemplateData,
|
|
11930
11951
|
we as valueLabelSchema,
|
|
11931
11952
|
fl as variantSizeTypeSchema,
|
|
11932
11953
|
gl as variantTypeSchema,
|
|
11933
|
-
|
|
11934
|
-
|
|
11935
|
-
|
|
11936
|
-
|
|
11937
|
-
|
|
11938
|
-
|
|
11939
|
-
|
|
11940
|
-
|
|
11941
|
-
|
|
11942
|
-
|
|
11943
|
-
|
|
11944
|
-
|
|
11954
|
+
kv as videoRecordingSchema,
|
|
11955
|
+
Zh as visioConnectStatisticsRoomSchema,
|
|
11956
|
+
Cv as visioConnectStatisticsRoomSessionsSchema,
|
|
11957
|
+
bv as visioConnectStatisticsSchema,
|
|
11958
|
+
lk as wallFilterSchema,
|
|
11959
|
+
wf as weDocTemplateSchema,
|
|
11960
|
+
fk as wedocEmptyTypeSchema,
|
|
11961
|
+
pk as wedocFileAudienceTypeSchema,
|
|
11962
|
+
vk as wedocFolderListSchema,
|
|
11963
|
+
mk as wedocQueryResultsSchema,
|
|
11964
|
+
hk as wedocQueryTypeSchema,
|
|
11965
|
+
gk as wedocShareRecipientSchema,
|
|
11966
|
+
uk as wedocTemplateSchema,
|
|
11945
11967
|
qt as widgetAccessibilityContentSchema,
|
|
11946
11968
|
Vt as widgetAccessibilityTypeSchema,
|
|
11947
11969
|
bp as widgetActiveValueSchema,
|
|
@@ -11959,7 +11981,7 @@ export {
|
|
|
11959
11981
|
Gt as widgetArticleAttachmentTypeSchema,
|
|
11960
11982
|
Ht as widgetArticleButtonContentSchema,
|
|
11961
11983
|
$t as widgetArticleButtonTypeSchema,
|
|
11962
|
-
|
|
11984
|
+
Lv as widgetArticleCheckListTypeForFrontSchema,
|
|
11963
11985
|
Zt as widgetArticleGalleryContentSchema,
|
|
11964
11986
|
Jt as widgetArticleGalleryTypeSchema,
|
|
11965
11987
|
Qt as widgetArticleImageContentSchema,
|
|
@@ -11993,9 +12015,9 @@ export {
|
|
|
11993
12015
|
dn as widgetCalendarTypeSchema,
|
|
11994
12016
|
mn as widgetChartsContentSchema,
|
|
11995
12017
|
hn as widgetChartsTypeSchema,
|
|
11996
|
-
|
|
12018
|
+
of as widgetCheckListContentArrForFrontSchema,
|
|
11997
12019
|
Kl as widgetCheckListContentArrSchema,
|
|
11998
|
-
|
|
12020
|
+
sf as widgetCheckListContentForFrontSchema,
|
|
11999
12021
|
fn as widgetCheckListContentSchema,
|
|
12000
12022
|
gn as widgetCheckListTypeSchema,
|
|
12001
12023
|
Bp as widgetCheckboxSchema,
|
|
@@ -12005,10 +12027,10 @@ export {
|
|
|
12005
12027
|
ed as widgetCombinationAlignItemsSchema,
|
|
12006
12028
|
nd as widgetCombinationContentRowSchema,
|
|
12007
12029
|
td as widgetCombinationContentRowWidgetSchema,
|
|
12008
|
-
|
|
12030
|
+
rt as widgetCombinationContentSchema,
|
|
12009
12031
|
Fo as widgetCombinationDirectionSchema,
|
|
12010
12032
|
Xl as widgetCombinationJustifyContentSchema,
|
|
12011
|
-
|
|
12033
|
+
Ev as widgetCombinationTemplateSchema,
|
|
12012
12034
|
Eo as widgetCombinationTypeSchema,
|
|
12013
12035
|
kn as widgetContactCardDavContentSchema,
|
|
12014
12036
|
bn as widgetContactCardDavTypeSchema,
|
|
@@ -12017,13 +12039,13 @@ export {
|
|
|
12017
12039
|
vn as widgetContactTypeSchema,
|
|
12018
12040
|
L as widgetContentBaseSchema,
|
|
12019
12041
|
Rd as widgetContentKeysSchema,
|
|
12020
|
-
|
|
12042
|
+
lf as widgetContextSchema,
|
|
12021
12043
|
Cn as widgetCountdownContentSchema,
|
|
12022
12044
|
xn as widgetCountdownTypeSchema,
|
|
12023
12045
|
Tn as widgetCoverContentSchema,
|
|
12024
12046
|
bd as widgetCoverSlideSchema,
|
|
12025
12047
|
_n as widgetCoverTypeSchema,
|
|
12026
|
-
|
|
12048
|
+
ct as widgetDatasourceTableContentSchema,
|
|
12027
12049
|
An as widgetDatasourceTableTypeSchema,
|
|
12028
12050
|
vp as widgetDatePickerSchema,
|
|
12029
12051
|
kp as widgetDatePickerValueSchema,
|
|
@@ -12031,9 +12053,9 @@ export {
|
|
|
12031
12053
|
yp as widgetDateValueSchema,
|
|
12032
12054
|
Sp as widgetDatetimeSchema,
|
|
12033
12055
|
wp as widgetDatetimeValueSchema,
|
|
12034
|
-
|
|
12035
|
-
|
|
12036
|
-
|
|
12056
|
+
Av as widgetDefaultProps,
|
|
12057
|
+
Yh as widgetDefinitionPropsSchema,
|
|
12058
|
+
af as widgetDisplayModeSchema,
|
|
12037
12059
|
Ln as widgetDocumentsContentSchema,
|
|
12038
12060
|
Rn as widgetDocumentsTypeSchema,
|
|
12039
12061
|
Ep as widgetEmailSchema,
|
|
@@ -12059,12 +12081,12 @@ export {
|
|
|
12059
12081
|
Ap as widgetImageSchema,
|
|
12060
12082
|
Gn as widgetImageTypeSchema,
|
|
12061
12083
|
Ut as widgetKeysSchema,
|
|
12062
|
-
|
|
12084
|
+
nf as widgetLayerSchema,
|
|
12063
12085
|
ae as widgetLegacyMixedBooleanSchema,
|
|
12064
12086
|
xp as widgetLinkSchema,
|
|
12065
12087
|
Hn as widgetLuccaAbsenceContentSchema,
|
|
12066
12088
|
$n as widgetLuccaAbsenceTypeSchema,
|
|
12067
|
-
|
|
12089
|
+
Jy as widgetLuccaAbsenceUserSchema,
|
|
12068
12090
|
Zn as widgetMeteoContentSchema,
|
|
12069
12091
|
Jn as widgetMeteoTypeSchema,
|
|
12070
12092
|
Tp as widgetMultiattributeSchema,
|
|
@@ -12078,7 +12100,7 @@ export {
|
|
|
12078
12100
|
hp as widgetNumberValueSchema,
|
|
12079
12101
|
Wp as widgetOrientedlinksSchema,
|
|
12080
12102
|
Op as widgetPlaceSchema,
|
|
12081
|
-
|
|
12103
|
+
lt as widgetPresenceContentSchema,
|
|
12082
12104
|
gd as widgetPresenceRespondPayloadSchema,
|
|
12083
12105
|
yd as widgetPresenceResponseSchema,
|
|
12084
12106
|
na as widgetPresenceTypeSchema,
|
|
@@ -12086,11 +12108,11 @@ export {
|
|
|
12086
12108
|
oa as widgetQuickSurveyTypeSchema,
|
|
12087
12109
|
Up as widgetRadioSchema,
|
|
12088
12110
|
Pp as widgetRefUserSchema,
|
|
12089
|
-
|
|
12090
|
-
|
|
12111
|
+
cf as widgetRtObjectSchema,
|
|
12112
|
+
bS as widgetSchema,
|
|
12091
12113
|
Lp as widgetSelectSchema,
|
|
12092
12114
|
Lo as widgetSelectionBackgroundPropsSchema,
|
|
12093
|
-
|
|
12115
|
+
qy as widgetSelectionPropsSchema,
|
|
12094
12116
|
kd as widgetSeparatorAlignSchema,
|
|
12095
12117
|
ia as widgetSeparatorContentSchema,
|
|
12096
12118
|
vd as widgetSeparatorOrientationSchema,
|
|
@@ -12105,7 +12127,7 @@ export {
|
|
|
12105
12127
|
pa as widgetSyncContentContentSchema,
|
|
12106
12128
|
Do as widgetSyncContentTypeSchema,
|
|
12107
12129
|
jo as widgetTableColumnDataSchema,
|
|
12108
|
-
|
|
12130
|
+
Zy as widgetTableColumnSchema,
|
|
12109
12131
|
ud as widgetTableColumnTypesSchema,
|
|
12110
12132
|
dd as widgetTableColumnWidgetDateSchema,
|
|
12111
12133
|
sd as widgetTableColumnWidgetDefaultSchema,
|
|
@@ -12113,7 +12135,7 @@ export {
|
|
|
12113
12135
|
ld as widgetTableColumnWidgetSelectSchema,
|
|
12114
12136
|
rd as widgetTableColumnWidgetTextSchema,
|
|
12115
12137
|
pd as widgetTableColumnWidgetsSchema,
|
|
12116
|
-
|
|
12138
|
+
$y as widgetTableColumnsData,
|
|
12117
12139
|
md as widgetTableContentSchema,
|
|
12118
12140
|
qp as widgetTaxonomySchema,
|
|
12119
12141
|
Vp as widgetTelSchema,
|
|
@@ -12125,7 +12147,7 @@ export {
|
|
|
12125
12147
|
up as widgetTextareaValueSchema,
|
|
12126
12148
|
Np as widgetToggleSchema,
|
|
12127
12149
|
Mp as widgetTransientSchema,
|
|
12128
|
-
|
|
12150
|
+
iS as widgetTypeKeysSchema,
|
|
12129
12151
|
zp as widgetUriSchema,
|
|
12130
12152
|
Dp as widgetUrlSchema,
|
|
12131
12153
|
Ip as widgetUrlValueSchema,
|
|
@@ -12138,14 +12160,14 @@ export {
|
|
|
12138
12160
|
pe as widgetWrapperPropsSchema,
|
|
12139
12161
|
Sa as widgetYoutubeContentSchema,
|
|
12140
12162
|
wa as widgetYoutubeTypeSchema,
|
|
12141
|
-
|
|
12142
|
-
|
|
12143
|
-
|
|
12144
|
-
|
|
12163
|
+
Rv as widgetsRootStateSchema,
|
|
12164
|
+
pf as widgetsStateSchema,
|
|
12165
|
+
CS as widgetsValueSchema,
|
|
12166
|
+
kk as withExtensionsSchema,
|
|
12145
12167
|
ve as zCoerceBoolean,
|
|
12146
12168
|
Y as zCoerceOptionalNumber,
|
|
12147
12169
|
Ks as zCoerceOptionalString,
|
|
12148
12170
|
s as zObject,
|
|
12149
|
-
|
|
12171
|
+
Yg as zPassThrough,
|
|
12150
12172
|
g as zSchema
|
|
12151
12173
|
};
|