jamespot-user-api 1.3.120 → 1.3.122
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 +3302 -3181
- package/dist/src/apis/bbb/bbb.d.ts +1 -8
- package/dist/src/apis/bbb/bbb.mock.d.ts +1 -3
- package/dist/src/apis/index.d.ts +1 -0
- package/dist/src/apis/jamespotUserApi.d.ts +2 -0
- package/dist/src/apis/pollSurvey/pollSurvey.d.ts +16 -0
- package/dist/src/apis/pollSurvey/pollSurvey.mock.d.ts +3 -0
- package/dist/src/apis/taxonomy/taxonomy.d.ts +1 -1
- package/dist/src/apis/wedoc/wedoc.d.ts +35 -9
- package/dist/src/apis/wedoc/wedoc.mock.d.ts +10 -6
- package/dist/src/apis/widget/widget.mock.d.ts +41 -0
- package/dist/src/types/bbb.d.ts +6 -32
- package/dist/src/types/calendar.d.ts +385 -0
- package/dist/src/types/hook.d.ts +19 -6
- package/dist/src/types/meeting.d.ts +60 -0
- package/dist/src/types/model.d.ts +11 -6
- package/dist/src/types/pollSurvey.d.ts +47 -40
- package/dist/src/types/recurringEvent.d.ts +12 -0
- package/dist/src/types/share.d.ts +11 -0
- package/dist/src/types/socialEvent.d.ts +60 -0
- package/dist/src/types/wedoc.d.ts +152 -5
- package/dist/src/types/widgets/common.d.ts +3 -1
- package/dist/src/types/widgets/default.d.ts +86 -2
- package/dist/src/types/widgets/widgetNews.d.ts +47 -0
- package/dist/src/types/widgets/widgetSurvey.d.ts +16 -0
- package/dist/src/types/widgets.d.ts +2 -0
- package/dist/src/util/network.d.ts +2 -0
- package/dist/src/util/widget.d.ts +4 -0
- package/documentation/assets/hierarchy.js +1 -1
- package/documentation/assets/navigation.js +1 -1
- package/documentation/assets/search.js +1 -1
- package/documentation/classes/AdminAdvancedApi.html +6 -6
- package/documentation/classes/AdminLicenseApi.html +23 -23
- package/documentation/classes/AdminLogApi.html +7 -7
- package/documentation/classes/AdminStoreApi.html +7 -7
- package/documentation/classes/AdminUtilsApi.html +5 -5
- package/documentation/classes/JApplicationApi.html +13 -13
- package/documentation/classes/JArticleApi.html +22 -22
- package/documentation/classes/JAssetReservation.html +10 -10
- package/documentation/classes/JAudienceApi.html +6 -6
- package/documentation/classes/JBaseApi.html +5 -4
- package/documentation/classes/JBbbApi.html +10 -41
- package/documentation/classes/JBookmarkApi.html +11 -11
- package/documentation/classes/JBusinessNetworkingApi.html +6 -6
- package/documentation/classes/JCalendarApi.html +13 -13
- package/documentation/classes/JCommunityApi.html +8 -8
- package/documentation/classes/JContentFactory.html +9 -9
- package/documentation/classes/JContentReportApi.html +8 -8
- package/documentation/classes/JDatasourceApi.html +14 -14
- package/documentation/classes/JDiapazoneApi.html +7 -7
- package/documentation/classes/JDriveApi.html +17 -17
- package/documentation/classes/JExternalAppApi.html +8 -8
- package/documentation/classes/JExtraBotApi.html +9 -9
- package/documentation/classes/JFaqApi.html +26 -26
- package/documentation/classes/JFileApi.html +18 -18
- package/documentation/classes/JFileIntegrity.html +9 -9
- package/documentation/classes/JFilebankApi.html +12 -12
- package/documentation/classes/JGlobalApi.html +12 -12
- package/documentation/classes/JGroupApi.html +23 -23
- package/documentation/classes/JIAApi.html +6 -6
- package/documentation/classes/JJamespotApi.html +6 -6
- package/documentation/classes/JLandApi.html +9 -9
- package/documentation/classes/JLuccaApi.html +6 -6
- package/documentation/classes/JModuleApi.html +7 -7
- package/documentation/classes/JObjectApi.html +12 -12
- package/documentation/classes/JOrgchartsApi.html +9 -9
- package/documentation/classes/JPollSurveyApi.html +114 -0
- package/documentation/classes/JPublishButtonApi.html +6 -6
- package/documentation/classes/JQuestionAnswerApi.html +7 -7
- package/documentation/classes/JSearchApi.html +11 -11
- package/documentation/classes/JShareApi.html +8 -8
- package/documentation/classes/JSurveyDateApi.html +8 -8
- package/documentation/classes/JTaxonomyApi.html +20 -12
- package/documentation/classes/JTeamWorkAiApi.html +8 -8
- package/documentation/classes/JUserApi.html +35 -35
- package/documentation/classes/JWedocApi.html +88 -36
- package/documentation/classes/JWidgetApi.html +19 -19
- package/documentation/classes/JamespotUserApi.html +70 -64
- package/documentation/classes/JitsiApi.html +6 -6
- package/documentation/classes/Network.html +18 -18
- package/documentation/classes/TVDisplayApi.html +8 -8
- package/documentation/classes/WindowBrowser.html +4 -4
- package/documentation/enums/ApiErrorCode.html +11 -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 +56 -44
- package/documentation/functions/checkProperties.html +1 -1
- package/documentation/functions/combineFormat.html +1 -1
- package/documentation/functions/deepEqual.html +1 -1
- package/documentation/functions/ensureApplication.html +1 -1
- package/documentation/functions/ensureApplicationTabs.html +1 -1
- package/documentation/functions/ensureIsCalendarOldEvent.html +1 -1
- package/documentation/functions/ensureIsMeetingList.html +1 -1
- package/documentation/functions/ensureIsSocialEventList.html +1 -1
- package/documentation/functions/ensureIsSurveyData.html +1 -1
- package/documentation/functions/ensureIsTemplateFile.html +1 -1
- package/documentation/functions/ensureIsViewEvent.html +1 -1
- package/documentation/functions/ensureTVGetConfigureDynamicChannelResponse.html +1 -1
- package/documentation/functions/ensureTVGetConfigureSlideshowChannelResponse.html +1 -1
- package/documentation/functions/ensureWidgetAccessibilityType.html +1 -1
- package/documentation/functions/ensureWidgetApplicationType.html +1 -1
- package/documentation/functions/ensureWidgetArticleAttachmentType.html +1 -1
- package/documentation/functions/ensureWidgetArticleButtonType.html +1 -1
- package/documentation/functions/ensureWidgetArticleGalleryType.html +1 -1
- package/documentation/functions/ensureWidgetArticleImageType.html +1 -1
- package/documentation/functions/ensureWidgetArticleSliderType.html +1 -1
- package/documentation/functions/ensureWidgetArticleTextType.html +1 -1
- package/documentation/functions/ensureWidgetArticleTitleType.html +1 -1
- package/documentation/functions/ensureWidgetBirthdayType.html +1 -1
- package/documentation/functions/ensureWidgetButtonType.html +1 -1
- package/documentation/functions/ensureWidgetCalendarCalDavType.html +1 -1
- package/documentation/functions/ensureWidgetCalendarType.html +1 -1
- package/documentation/functions/ensureWidgetChartsType.html +1 -1
- package/documentation/functions/ensureWidgetCheckListType.html +1 -1
- package/documentation/functions/ensureWidgetColorType.html +1 -1
- package/documentation/functions/ensureWidgetContactCardDavType.html +1 -1
- package/documentation/functions/ensureWidgetContactType.html +1 -1
- package/documentation/functions/ensureWidgetContent.html +1 -1
- package/documentation/functions/ensureWidgetCountdownType.html +1 -1
- package/documentation/functions/ensureWidgetCoverType.html +1 -1
- package/documentation/functions/ensureWidgetDatasourceTableType.html +1 -1
- package/documentation/functions/ensureWidgetDefinitionProps.html +1 -1
- package/documentation/functions/ensureWidgetDocumentsType.html +1 -1
- package/documentation/functions/ensureWidgetEmailsImapType.html +1 -1
- package/documentation/functions/ensureWidgetEmbedType.html +1 -1
- package/documentation/functions/ensureWidgetExcelDatasourceTableType.html +1 -1
- package/documentation/functions/ensureWidgetExtensionType.html +1 -1
- package/documentation/functions/ensureWidgetFaqType.html +1 -1
- package/documentation/functions/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 +42 -0
- 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 +42 -0
- package/documentation/functions/ensureWidgetTextType.html +1 -1
- package/documentation/functions/ensureWidgetType.html +1 -1
- package/documentation/functions/ensureWidgetUserProfileType.html +1 -1
- package/documentation/functions/ensureWidgetWelcomeType.html +1 -1
- package/documentation/functions/ensureWidgetWrapperProps.html +1 -1
- package/documentation/functions/ensureWidgetYoutubeType.html +1 -1
- package/documentation/functions/extractFlattenTaxonomiesFromObject.html +1 -1
- package/documentation/functions/extractTaxonomiesFromObject.html +1 -1
- package/documentation/functions/extractTaxonomiesFromObjectAndMapProperty.html +1 -1
- package/documentation/functions/extractTaxonomiesFromObjectAndMapUri.html +1 -1
- package/documentation/functions/formatImgUrl.html +1 -1
- package/documentation/functions/getArgs.html +1 -1
- package/documentation/functions/getExtensionFromName.html +1 -1
- package/documentation/functions/getFileExtensionFromMimetype.html +1 -1
- package/documentation/functions/getFileFamily.html +1 -1
- package/documentation/functions/getFileFamilyFromName.html +1 -1
- package/documentation/functions/getFormat.html +1 -1
- package/documentation/functions/getFrom.html +1 -1
- package/documentation/functions/getMimetypeFromExtension.html +1 -1
- package/documentation/functions/getMimetypeFromName.html +1 -1
- package/documentation/functions/getSize.html +1 -1
- package/documentation/functions/getTimestamp.html +1 -1
- package/documentation/functions/getUri.html +1 -1
- package/documentation/functions/getUrl.html +1 -1
- package/documentation/functions/inferBookmarkListSchema.html +1 -1
- package/documentation/functions/inferBookmarkRawListSchema.html +1 -1
- package/documentation/functions/inferMaybeWithToken.html +1 -1
- package/documentation/functions/inferSearchQueryResultSchema.html +1 -1
- package/documentation/functions/inferUserLicenseSchema.html +1 -1
- package/documentation/functions/isKnownArticle.html +1 -1
- package/documentation/functions/isKnownComment.html +1 -1
- package/documentation/functions/isSocialActionRate.html +1 -1
- package/documentation/functions/isSocialActionReport.html +1 -1
- package/documentation/functions/isSocialActionShare.html +1 -1
- package/documentation/functions/isSocialActionToggle.html +1 -1
- package/documentation/functions/isWidgetApplicationAppsItem.html +1 -1
- package/documentation/functions/isWidgetApplicationExtensionItem.html +1 -1
- package/documentation/functions/isWidgetApplicationImageItem.html +1 -1
- package/documentation/functions/isWidgetApplicationLinkItem.html +1 -1
- package/documentation/functions/objectTimestamp.html +1 -1
- package/documentation/functions/padStartTwoDigits.html +1 -1
- package/documentation/functions/prepareGroupForUpdate.html +1 -1
- package/documentation/functions/removeIfStartsWith.html +1 -1
- package/documentation/functions/replacePropertiesWithTypes.html +1 -1
- package/documentation/functions/resolveFileFamily.html +1 -1
- package/documentation/functions/resolveFileMimetype.html +1 -1
- package/documentation/functions/resolveFilePath.html +1 -1
- package/documentation/functions/resolveFileUrl.html +1 -1
- package/documentation/functions/resolveSurveyUri.html +46 -0
- package/documentation/functions/resolveWidgetByName.html +1 -1
- package/documentation/functions/resolveWidgetContent.html +1 -1
- package/documentation/functions/suffixIfDoesNotExist.html +1 -1
- package/documentation/functions/toBoolean.html +1 -1
- package/documentation/functions/validateIsFormatFileLittle.html +1 -1
- package/documentation/functions/validateIsFormatObjectList.html +1 -1
- package/documentation/functions/validateIsFormatObjectLittle.html +1 -1
- package/documentation/functions/validateIsFormatRights.html +1 -1
- package/documentation/functions/validateIsFormatSocialEvent.html +1 -1
- package/documentation/functions/validateIsFormatUserDirectoryConfiguration.html +1 -1
- package/documentation/functions/validateIsFormatUserLevelSpot.html +1 -1
- package/documentation/functions/validateIsFormatUserList.html +1 -1
- package/documentation/functions/validateIsFormatUserMapModel.html +1 -1
- package/documentation/functions/validateIsFormatUserView.html +1 -1
- package/documentation/functions/validateTemplateData.html +1 -1
- package/documentation/functions/withExtensionsSchema.html +1 -1
- package/documentation/functions/zCoerceBoolean.html +1 -1
- package/documentation/functions/zCoerceOptionalNumber.html +1 -1
- package/documentation/functions/zObject.html +1 -1
- package/documentation/functions/zPassThrough.html +1 -1
- package/documentation/functions/zSchema.html +1 -1
- package/documentation/hierarchy.html +41 -40
- package/documentation/interfaces/AccessRightObject.html +20 -20
- package/documentation/interfaces/ApiDefaultWrapper.html +7 -7
- package/documentation/interfaces/ApiError.html +2 -2
- package/documentation/interfaces/ApiWrapper.html +8 -8
- package/documentation/interfaces/BaseMessage.html +3 -3
- package/documentation/interfaces/FileBankProps.html +4 -4
- package/documentation/interfaces/FolderProps.html +13 -13
- package/documentation/interfaces/ListFilterSpec.html +5 -5
- package/documentation/interfaces/OF.html +3 -3
- package/documentation/interfaces/PagingResults.html +7 -7
- package/documentation/interfaces/RootFolderProps.html +7 -7
- package/documentation/interfaces/SpotProps.html +7 -7
- package/documentation/interfaces/TaxonomyCreate.html +5 -5
- package/documentation/interfaces/WidgetType.html +4 -4
- package/documentation/interfaces/WindowInterface.html +4 -4
- package/documentation/interfaces/apiOptions.html +2 -2
- package/documentation/modules.html +8 -8
- package/documentation/types/AbortApiError.html +1 -1
- package/documentation/types/AccessRequestStatusValues.html +1 -1
- package/documentation/types/ActionParams.html +4 -4
- package/documentation/types/ActionUpdateParamsSchema.html +1 -1
- package/documentation/types/ActionVerb.html +1 -1
- package/documentation/types/Activities.html +3 -3
- package/documentation/types/AddActionParams.html +1 -1
- package/documentation/types/AddCommentParams.html +8 -8
- package/documentation/types/AddFaqEntry.html +1 -1
- package/documentation/types/AdminAdvancedHook.html +1 -1
- package/documentation/types/AdminApp.html +9 -9
- package/documentation/types/AdminAppTab.html +8 -8
- package/documentation/types/AdminApps.html +1 -1
- package/documentation/types/AdminLicenseStats.html +4 -4
- package/documentation/types/AdminLicensesAssigned.html +9 -9
- package/documentation/types/AdminLicensesNotAssigned.html +1 -1
- package/documentation/types/AdminLogNavigation.html +9 -9
- package/documentation/types/AdminLogObject.html +9 -9
- package/documentation/types/AdminLogSearch.html +4 -4
- package/documentation/types/AllKeys.html +1 -1
- package/documentation/types/AllMessages.html +9 -9
- package/documentation/types/AnimatedMeetingHook.html +1 -1
- package/documentation/types/AnimationConfigurationType.html +7 -7
- package/documentation/types/AnimationStats.html +1 -1
- package/documentation/types/AnimationStatsRow.html +3 -3
- package/documentation/types/AnimationVariant.html +1 -1
- package/documentation/types/AnimationsHook.html +1 -1
- package/documentation/types/AnyRTHandlerFunction.html +1 -1
- package/documentation/types/AnyRTMessage.html +1 -1
- package/documentation/types/ApiPagingResults.html +1 -1
- package/documentation/types/ApiReturn.html +1 -1
- package/documentation/types/ApplicationDefault.html +1 -1
- package/documentation/types/ApplicationIframe.html +1 -1
- package/documentation/types/ApplicationIntranetHook.html +1 -1
- package/documentation/types/ApplicationLink.html +1 -1
- package/documentation/types/ApplicationTab.html +4 -4
- package/documentation/types/ApplicationType.html +1 -1
- package/documentation/types/ApplicationWithTabs.html +1 -1
- package/documentation/types/ArticleCreation.html +6 -6
- package/documentation/types/ArticleDisplayMode.html +1 -1
- package/documentation/types/ArticleFormatsExtension.html +1 -1
- package/documentation/types/ArticleGetConfig.html +3 -3
- package/documentation/types/ArticleListConfig.html +8 -8
- package/documentation/types/ArticleReturn.html +1 -1
- package/documentation/types/ArticleSaveAsDraftPayload.html +7 -7
- package/documentation/types/ArticleTranslationGet.html +3 -3
- package/documentation/types/ArticleTranslationLanguage.html +3 -3
- package/documentation/types/ArticleTranslationTranslate.html +9 -9
- package/documentation/types/ArticleWithExtensions.html +1 -1
- package/documentation/types/Articles.html +1 -1
- package/documentation/types/ArticlesList.html +1 -1
- package/documentation/types/ArticlesListExtensions.html +1 -1
- package/documentation/types/ArticlesLittle.html +1 -1
- package/documentation/types/ArticlesLittleExtensions.html +1 -1
- package/documentation/types/ArticlesView.html +1 -1
- package/documentation/types/ArticlesViewExtensions.html +1 -1
- package/documentation/types/AseiGroups.html +4 -4
- package/documentation/types/AseiInstitution.html +1 -1
- package/documentation/types/AseiRights.html +3 -3
- package/documentation/types/AseiTicket.html +1 -1
- package/documentation/types/AseiTicketStatus.html +1 -1
- package/documentation/types/AssetReservationConfiguration.html +8 -8
- package/documentation/types/AsyncJobState.html +1 -1
- package/documentation/types/AsyncJobStatus.html +7 -7
- package/documentation/types/Audience.html +1 -1
- package/documentation/types/AudienceAutocomplete.html +1 -1
- package/documentation/types/AutoCompleteList.html +11 -11
- package/documentation/types/AutocompleteHierarchy.html +10 -10
- package/documentation/types/AutocompleteLittle.html +1 -1
- package/documentation/types/BaseArticle.html +7 -7
- package/documentation/types/BaseAutocomplete.html +12 -12
- package/documentation/types/BaseMessages.html +1 -1
- package/documentation/types/BaseMessagesOne.html +1 -1
- package/documentation/types/BigBlueButtonHook.html +1 -1
- package/documentation/types/BookableAssetList.html +1 -1
- package/documentation/types/BookableAssetView.html +1 -1
- package/documentation/types/BookmarkCustom.html +1 -1
- package/documentation/types/BookmarkLink.html +4 -4
- package/documentation/types/BookmarkList.html +1 -1
- package/documentation/types/BookmarkRawList.html +1 -1
- package/documentation/types/BookmarkTypes.html +1 -1
- package/documentation/types/BusinessContact.html +14 -14
- package/documentation/types/CSSBackgroundPosition.html +1 -1
- package/documentation/types/CSSBackgroundSize.html +1 -1
- package/documentation/types/CSSTextAlignType.html +1 -1
- package/documentation/types/CalendarCombinedEventsList.html +1 -1
- package/documentation/types/CalendarEventList.html +1 -1
- package/documentation/types/CalendarEventView.html +1 -1
- package/documentation/types/CalendarEventWithExtensions.html +1 -1
- package/documentation/types/CalendarEventsExtension.html +1 -1
- package/documentation/types/CalendarHook.html +1 -1
- package/documentation/types/CalendarMember.html +4 -4
- package/documentation/types/CalendarOldEvent.html +1 -1
- package/documentation/types/CalendarTab.html +1 -1
- package/documentation/types/Category.html +4 -4
- package/documentation/types/ChartType.html +1 -1
- package/documentation/types/ChartsPieDatum.html +4 -4
- package/documentation/types/ChartsSerie.html +4 -4
- package/documentation/types/CombinedSurveyField.html +1 -1
- package/documentation/types/CombinedSurveyFieldType.html +1 -1
- package/documentation/types/CombinedWidgetContent.html +2 -2
- package/documentation/types/CombinedWidgetType.html +2 -2
- package/documentation/types/CommentFormatsExtension.html +1 -1
- package/documentation/types/CommentReturn.html +1 -1
- package/documentation/types/CommentWithExtensions.html +1 -1
- package/documentation/types/Comments.html +1 -1
- package/documentation/types/CommentsList.html +1 -1
- package/documentation/types/CommentsListExtensions.html +1 -1
- package/documentation/types/CommentsLittle.html +1 -1
- package/documentation/types/CommentsLittleExtensions.html +1 -1
- package/documentation/types/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 +79 -0
- package/documentation/types/FolderShareConflict.html +67 -0
- package/documentation/types/FolderShareImpact.html +73 -0
- package/documentation/types/FolderShareLevel.html +33 -0
- package/documentation/types/FolderShareRecipientType.html +33 -0
- package/documentation/types/FormatArticles.html +1 -1
- package/documentation/types/FormatArticlesType.html +1 -1
- package/documentation/types/FormatComments.html +1 -1
- package/documentation/types/FormatCommentsType.html +1 -1
- package/documentation/types/FormatExtension.html +1 -1
- package/documentation/types/FormatLinks.html +1 -1
- package/documentation/types/FormatLinksType.html +1 -1
- package/documentation/types/FormatList.html +1 -1
- package/documentation/types/FormatType.html +1 -1
- package/documentation/types/Formats.html +7 -7
- package/documentation/types/GetCommentsParams.html +4 -4
- package/documentation/types/GetLicenseArticle.html +3 -3
- package/documentation/types/GetLicenseArticlesParams.html +7 -7
- package/documentation/types/GetLicenseKindUsersParams.html +6 -6
- package/documentation/types/GetPublicWebinarDataRequest.html +1 -1
- package/documentation/types/GetReportsParams.html +1 -1
- package/documentation/types/GetUnclassifiedFilesParams.html +1 -1
- package/documentation/types/Gif.html +3 -3
- package/documentation/types/GroupCategoriesConfiguration.html +2 -2
- package/documentation/types/GroupCustomWidget.html +8 -8
- package/documentation/types/GroupFormatsExtension.html +1 -1
- package/documentation/types/GroupListConfig.html +9 -9
- package/documentation/types/GroupMemberLevel.html +3 -3
- package/documentation/types/GroupProperties.html +27 -27
- package/documentation/types/GroupPropertiesOptions.html +13 -13
- package/documentation/types/GroupUserLevel.html +1 -1
- package/documentation/types/GroupWidget.html +7 -7
- package/documentation/types/GroupWidgetLittle.html +4 -4
- package/documentation/types/GroupWidgets.html +1 -1
- package/documentation/types/GroupWithExtensions.html +1 -1
- package/documentation/types/HeadingType.html +1 -1
- package/documentation/types/HookListType.html +1 -1
- package/documentation/types/ImageFormValue.html +5 -5
- package/documentation/types/ImageSize.html +3 -3
- package/documentation/types/ImapInboxMail.html +1 -1
- package/documentation/types/ImgUrlProps.html +1 -1
- package/documentation/types/InferSchemas.html +1 -1
- package/documentation/types/InheritedShare.html +91 -0
- 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 +33 -0
- package/documentation/types/NewsConcept.html +67 -0
- package/documentation/types/NewsHighlightOption.html +33 -0
- package/documentation/types/NewsOrder.html +33 -0
- package/documentation/types/NewsOrientation.html +33 -0
- package/documentation/types/NewsView.html +33 -0
- 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 +73 -0
- package/documentation/types/PollSurveyListResult.html +61 -0
- package/documentation/types/PollSurveyState.html +33 -0
- package/documentation/types/PollSurveyStatus.html +67 -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 +43 -19
- 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 +12 -6
- 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 +2 -2
- 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 +33 -0
- package/documentation/types/WedocQueryResults.html +1 -1
- package/documentation/types/WedocQueryType.html +1 -1
- 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 +11 -5
- package/documentation/types/WidgetColor.html +3 -3
- package/documentation/types/WidgetColorContent.html +2 -2
- package/documentation/types/WidgetColorType.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 +57 -45
- 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/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 +199 -0
- package/documentation/types/WidgetNewsType.html +67 -0
- 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 +7 -7
- 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 +61 -0
- package/documentation/types/WidgetSurveyType.html +67 -0
- 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 +7 -7
- 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 +57 -45
- package/documentation/types/WidgetUri.html +7 -7
- 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 +2 -2
- package/documentation/types/{WebinarModerators.html → jPollSurveyLittle.html} +5 -5
- package/documentation/types/jPollSurveyView.html +2 -2
- 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/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 +44 -0
- 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 +2 -2
- package/documentation/variables/calendarEventViewSchema.html +2 -2
- 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/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 +33 -0
- package/documentation/variables/folderShareImpactSchema.html +33 -0
- package/documentation/variables/folderShareLevelSchema.html +33 -0
- package/documentation/variables/folderShareRecipientTypeSchema.html +33 -0
- package/documentation/variables/folderShareSchema.html +33 -0
- package/documentation/variables/formatExtensionSchema.html +1 -1
- package/documentation/variables/formatListSchema.html +1 -1
- package/documentation/variables/formats.html +1 -1
- package/documentation/variables/getCommentsParamsSchema.html +1 -1
- package/documentation/variables/getLicenseArticlesParamsSchema.html +1 -1
- package/documentation/variables/getLicenseKindUsersParamsSchema.html +1 -1
- package/documentation/variables/getReportsParamsSchema.html +1 -1
- package/documentation/variables/getUnclassifiedFilesParamsSchema.html +1 -1
- package/documentation/variables/gifSchema.html +1 -1
- package/documentation/variables/groupCategoriesConfigurationSchema.html +1 -1
- package/documentation/variables/groupCustomWidgetSchema.html +1 -1
- package/documentation/variables/groupListConfigSchema.html +1 -1
- package/documentation/variables/groupMemberLevelSchema.html +1 -1
- package/documentation/variables/groupMemberSchema.html +1 -1
- package/documentation/variables/groupModerateStatusSchema.html +1 -1
- package/documentation/variables/groupPrivacy.html +1 -1
- package/documentation/variables/groupPropertiesOptionsSchema.html +1 -1
- package/documentation/variables/groupPropertiesSchema.html +1 -1
- package/documentation/variables/groupUserLevelSchema.html +1 -1
- package/documentation/variables/groupWidgetLittleSchema.html +1 -1
- package/documentation/variables/groupWidgetSchema.html +1 -1
- package/documentation/variables/groupWidgetsSchema.html +1 -1
- package/documentation/variables/headingTypeSchema.html +1 -1
- package/documentation/variables/hookListTypeSchema.html +2 -2
- 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 +33 -0
- 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 +2 -2
- package/documentation/variables/jPollSurveyLittleSchema.html +33 -0
- package/documentation/variables/jPollSurveyViewSchema.html +2 -2
- 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 +2 -2
- package/documentation/variables/meetingCreationSchema.html +2 -2
- package/documentation/variables/meetingUpdateSchema.html +2 -2
- 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 +33 -0
- 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 +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 +2 -2
- package/documentation/variables/recurringEventUpdateSchema.html +2 -2
- 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 +2 -2
- package/documentation/variables/socialEventCreationSchema.html +2 -2
- package/documentation/variables/socialEventUpdateSchema.html +2 -2
- 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 +33 -0
- package/documentation/variables/wedocQueryResultsSchema.html +1 -1
- package/documentation/variables/wedocQueryTypeSchema.html +1 -1
- package/documentation/variables/wedocTemplateSchema.html +1 -1
- package/documentation/variables/widgetAccessibilityContentSchema.html +1 -1
- package/documentation/variables/widgetAccessibilityTypeSchema.html +1 -1
- package/documentation/variables/widgetActiveValueSchema.html +1 -1
- package/documentation/variables/widgetApplicationAppsItemSchema.html +1 -1
- package/documentation/variables/widgetApplicationContentSchema.html +1 -1
- package/documentation/variables/widgetApplicationCssSchema.html +1 -1
- package/documentation/variables/widgetApplicationExtensionItemSchema.html +1 -1
- package/documentation/variables/widgetApplicationImageItemSchema.html +1 -1
- package/documentation/variables/widgetApplicationItemSchema.html +1 -1
- package/documentation/variables/widgetApplicationLinkItemSchema.html +1 -1
- package/documentation/variables/widgetApplicationSizeSchema.html +1 -1
- package/documentation/variables/widgetApplicationTypeSchema.html +1 -1
- package/documentation/variables/widgetApplicationViewSchema.html +1 -1
- package/documentation/variables/widgetArticleAttachmentContentSchema.html +1 -1
- package/documentation/variables/widgetArticleAttachmentTypeSchema.html +1 -1
- package/documentation/variables/widgetArticleButtonContentSchema.html +1 -1
- package/documentation/variables/widgetArticleButtonTypeSchema.html +1 -1
- package/documentation/variables/widgetArticleCheckListTypeForFrontSchema.html +1 -1
- package/documentation/variables/widgetArticleGalleryContentSchema.html +1 -1
- package/documentation/variables/widgetArticleGalleryTypeSchema.html +1 -1
- package/documentation/variables/widgetArticleImageContentSchema.html +1 -1
- package/documentation/variables/widgetArticleImageTypeSchema.html +1 -1
- package/documentation/variables/widgetArticleSliderContentSchema.html +1 -1
- package/documentation/variables/widgetArticleSliderTypeSchema.html +1 -1
- package/documentation/variables/widgetArticleTextContentSchema.html +1 -1
- package/documentation/variables/widgetArticleTextTypeSchema.html +1 -1
- package/documentation/variables/widgetArticleTitleContentSchema.html +1 -1
- package/documentation/variables/widgetArticleTitleTypeSchema.html +1 -1
- package/documentation/variables/widgetAudienceSchema.html +1 -1
- package/documentation/variables/widgetBaseSchema.html +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/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/widgetFileSchema.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 +33 -0
- package/documentation/variables/widgetNewsTypeSchema.html +33 -0
- 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 +33 -0
- package/documentation/variables/widgetSurveyTypeSchema.html +33 -0
- 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
- package/documentation/variables/webinarModeratorsSchema.html +0 -33
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});class C{jApi;network;constructor(e){this.jApi=e,this.network=e.network}}class Xp extends C{readList(e,a){return this.network.post({o:"activity",f:"readList",...e},a?.signal)}}class xi extends C{getPublishButtonConfiguration(e){return this.network.post({o:"adminAdvanced",f:"getPublishButtonConfiguration"},e)}setPublishButtonConfiguration(e){return this.network.postCSRF({o:"adminAdvanced",f:"setPublishButtonConfiguration",publishButtonConfiguration:e})}}const hi=Array.isArray,gi=Object.keys,eu=Object.prototype.hasOwnProperty;function sn(n,e,a){const o=a?.map(i=>i.split("."));if(n===e)return!0;if(n&&e&&typeof n=="object"&&typeof e=="object"){const i=hi(n),l=hi(e);let u,m,v;if(i&&l){if(m=n.length,m!==e.length)return!1;for(u=m;u--!==0;)if(!sn(n[u],e[u],a))return!1;return!0}if(i!==l)return!1;const w=n instanceof Date,j=e instanceof Date;if(w!==j)return!1;if(w&&j)return n.getTime()===e.getTime();const J=n instanceof RegExp,we=e instanceof RegExp;if(J!==we)return!1;if(J&&we)return n.toString()===e.toString();const ve=gi(n).filter(ee=>!o?.some(Me=>Me.length===1&&Me[0]===ee));if(m=ve.length,m!==gi(e).filter(ee=>!o?.some(Me=>Me.length===1&&Me[0]===ee)).length)return!1;for(u=m;u--!==0;){const ee=ve[u];if(ee&&!eu.call(e,ee))return!1}for(u=m;u--!==0;)if(v=ve[u],!(v==="_owner"&&n.$$typeof)&&!sn(n[v],e[v],o?.filter(ee=>ee.length>1&&ee[0]===v).map(ee=>ee.splice(1).join("."))))return!1;return!0}return n!==n&&e!==e}function rn(n,e){if(Array.isArray(n))return n.map(a=>rn(a,e));if(typeof n=="object"&&n!==null){let a={};return Object.keys(n).forEach(o=>{a={...a,[o]:o&&e.includes(o)?typeof n[o]:rn(n[o],e)}}),a}else return n}const W=(n,e)=>Array.isArray(e)&&e.length?[n,...e].join(","):n;class Ai extends C{getLicenseUserStatistics(e){return this.network.post({o:"licenseManager",f:"userStatistics"},e)}getLicenseStatistics(e,a,o){return this.network.post({o:"licenseManager",f:"statistics",kind:e,type:a},o)}assignLicense(e){return this.network.postCSRF({o:"licenseManager",f:"assignLicense",uri:e})}assignKindLicense(e,a){return this.network.postCSRF({o:"licenseManager",f:"assignLicenseKind",uri:e,kind:a})}unAssignLicense(e){return this.network.postCSRF({o:"licenseManager",f:"unassignLicense",uri:e})}unAssignKindLicense(e,a){return this.network.postCSRF({o:"licenseManager",f:"unassignLicenseKind",uri:e,kind:a})}getAssignmentMode(e,a){return this.network.post({o:"licenseManager",f:"getAssignmentMode",type:e},a)}setAssignmentMode(e,a){return this.network.postCSRF({o:"licenseManager",f:"setAssignmentMode",value:a,type:e})}assignPossiblesLicenses(e,a){return this.network.postCSRF({o:"licenseManager",f:"assignPossiblesLicenses",type:e,kind:a})}unAssignUnusedLicenses(e,a){return this.network.postCSRF({o:"licenseManager",f:"unassignUnusedLicenses",type:e,kind:a})}optimizeLicenses(e,a){return this.network.postCSRF({o:"licenseManager",f:"optimizeLicenses",type:e,kind:a})}getObjectsWithoutLicense(e,a){return this.network.post({o:"licenseManager",f:"countObjectsWithoutLicense",type:e,filter:a})}getLicensesNotAssigned(e){return this.network.post({o:"licenseManager",f:"countLicensesNotAssigned",type:e})}getLicensesAssigned(e){return this.network.post({o:"licenseManager",f:"getLicensesAssigned",type:e})}getLicenseUsersByKind({...e},a,o){return this.network.post({o:"licenseManager",f:"getUsers",...e,format:a},o)}getLicenseArticles(e,a){return this.network.post({o:"licenseManager",f:"getArticles",...e,format:W(a.format,a.formatExtension)},a.signal)}checkUsersManagement(e){return this.network.post({o:"licenseManager",f:"checkUsersManagement"},e?.signal)}simulateUsersAdd(e,a){return this.network.postCSRF({...e,o:"licenseManager",f:"simulateUsersAdd"},a?.signal)}executeUsersAdd(e,a){return this.network.postCSRF({...e,o:"licenseManager",f:"executeUsersAdd"},a?.signal)}}class _i extends C{getLogsNavigation(e,a){return this.network.post({o:"objectList",f:"adminAdvancedLogsNavigation",...e},a)}getLogsObjects(e,a){return this.network.post({o:"objectList",f:"adminAdvancedLogsObjects",...e},a)}getLogsSearch(e,a){return this.network.post({o:"objectList",f:"adminAdvancedLogsSearch",...e},a)}}class Li extends C{getItem(e){return this.network.post({o:"adminStore",f:"getItem",uri:e})}checkoutBilling(e){return this.network.postCSRF({o:"adminStore",f:"checkoutBilling",uri:e})}checkoutFinalize(e){return this.network.postCSRF({o:"adminStore",f:"checkoutFinalize",uri:e})}}class Fi extends C{getApps(e){return this.network.post({o:"admin",f:"apps"},e)}}class tu extends C{async SaveAnimationConfiguration(e){return this.network.post({o:"animations",f:"saveConfiguration",animation:e})}async DeleteAnimation(){return this.network.post({o:"animations",f:"deleteAnimation"})}async GetCurrentAnimation(e){return this.network.post({o:"animations",f:"getConfiguration"},e?.signal)}async GetCurrentAnimationApp(){return this.network.post({o:"animations",f:"getConfigurationApp"})}async ToggleAnimationActive(){return this.network.post({o:"animations",f:"toggleAnimationActive"})}async GetAnimationActive(e){return this.network.post({o:"animations",f:"getAnimationActive"},e?.signal)}async GetAnimationStats(e){return this.network.post({o:"objectList",f:"animationsStats",name:e})}async GetAnimationStatsCurrent(e){return this.network.post({o:"objectList",f:"animationsStatsCurrent",uri:e})}}var M;(function(n){n.assertEqual=i=>{};function e(i){}n.assertIs=e;function a(i){throw new Error}n.assertNever=a,n.arrayToEnum=i=>{const l={};for(const u of i)l[u]=u;return l},n.getValidEnumValues=i=>{const l=n.objectKeys(i).filter(m=>typeof i[i[m]]!="number"),u={};for(const m of l)u[m]=i[m];return n.objectValues(u)},n.objectValues=i=>n.objectKeys(i).map(function(l){return i[l]}),n.objectKeys=typeof Object.keys=="function"?i=>Object.keys(i):i=>{const l=[];for(const u in i)Object.prototype.hasOwnProperty.call(i,u)&&l.push(u);return l},n.find=(i,l)=>{for(const u of i)if(l(u))return u},n.isInteger=typeof Number.isInteger=="function"?i=>Number.isInteger(i):i=>typeof i=="number"&&Number.isFinite(i)&&Math.floor(i)===i;function o(i,l=" | "){return i.map(u=>typeof u=="string"?`'${u}'`:u).join(l)}n.joinValues=o,n.jsonStringifyReplacer=(i,l)=>typeof l=="bigint"?l.toString():l})(M||(M={}));var fi;(function(n){n.mergeShapes=(e,a)=>({...e,...a})})(fi||(fi={}));const b=M.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),he=n=>{switch(typeof n){case"undefined":return b.undefined;case"string":return b.string;case"number":return Number.isNaN(n)?b.nan:b.number;case"boolean":return b.boolean;case"function":return b.function;case"bigint":return b.bigint;case"symbol":return b.symbol;case"object":return Array.isArray(n)?b.array:n===null?b.null:n.then&&typeof n.then=="function"&&n.catch&&typeof n.catch=="function"?b.promise:typeof Map<"u"&&n instanceof Map?b.map:typeof Set<"u"&&n instanceof Set?b.set:typeof Date<"u"&&n instanceof Date?b.date:b.object;default:return b.unknown}},S=M.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]);class Y extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=o=>{this.issues=[...this.issues,o]},this.addIssues=(o=[])=>{this.issues=[...this.issues,...o]};const a=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,a):this.__proto__=a,this.name="ZodError",this.issues=e}format(e){const a=e||function(l){return l.message},o={_errors:[]},i=l=>{for(const u of l.issues)if(u.code==="invalid_union")u.unionErrors.map(i);else if(u.code==="invalid_return_type")i(u.returnTypeError);else if(u.code==="invalid_arguments")i(u.argumentsError);else if(u.path.length===0)o._errors.push(a(u));else{let m=o,v=0;for(;v<u.path.length;){const w=u.path[v];v===u.path.length-1?(m[w]=m[w]||{_errors:[]},m[w]._errors.push(a(u))):m[w]=m[w]||{_errors:[]},m=m[w],v++}}};return i(this),o}static assert(e){if(!(e instanceof Y))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,M.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=a=>a.message){const a={},o=[];for(const i of this.issues)if(i.path.length>0){const l=i.path[0];a[l]=a[l]||[],a[l].push(e(i))}else o.push(e(i));return{formErrors:o,fieldErrors:a}}get formErrors(){return this.flatten()}}Y.create=n=>new Y(n);const qe=(n,e)=>{let a;switch(n.code){case S.invalid_type:n.received===b.undefined?a="Required":a=`Expected ${n.expected}, received ${n.received}`;break;case S.invalid_literal:a=`Invalid literal value, expected ${JSON.stringify(n.expected,M.jsonStringifyReplacer)}`;break;case S.unrecognized_keys:a=`Unrecognized key(s) in object: ${M.joinValues(n.keys,", ")}`;break;case S.invalid_union:a="Invalid input";break;case S.invalid_union_discriminator:a=`Invalid discriminator value. Expected ${M.joinValues(n.options)}`;break;case S.invalid_enum_value:a=`Invalid enum value. Expected ${M.joinValues(n.options)}, received '${n.received}'`;break;case S.invalid_arguments:a="Invalid function arguments";break;case S.invalid_return_type:a="Invalid function return type";break;case S.invalid_date:a="Invalid date";break;case S.invalid_string:typeof n.validation=="object"?"includes"in n.validation?(a=`Invalid input: must include "${n.validation.includes}"`,typeof n.validation.position=="number"&&(a=`${a} at one or more positions greater than or equal to ${n.validation.position}`)):"startsWith"in n.validation?a=`Invalid input: must start with "${n.validation.startsWith}"`:"endsWith"in n.validation?a=`Invalid input: must end with "${n.validation.endsWith}"`:M.assertNever(n.validation):n.validation!=="regex"?a=`Invalid ${n.validation}`:a="Invalid";break;case S.too_small:n.type==="array"?a=`Array must contain ${n.exact?"exactly":n.inclusive?"at least":"more than"} ${n.minimum} element(s)`:n.type==="string"?a=`String must contain ${n.exact?"exactly":n.inclusive?"at least":"over"} ${n.minimum} character(s)`:n.type==="number"?a=`Number must be ${n.exact?"exactly equal to ":n.inclusive?"greater than or equal to ":"greater than "}${n.minimum}`:n.type==="bigint"?a=`Number must be ${n.exact?"exactly equal to ":n.inclusive?"greater than or equal to ":"greater than "}${n.minimum}`:n.type==="date"?a=`Date must be ${n.exact?"exactly equal to ":n.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(n.minimum))}`:a="Invalid input";break;case S.too_big:n.type==="array"?a=`Array must contain ${n.exact?"exactly":n.inclusive?"at most":"less than"} ${n.maximum} element(s)`:n.type==="string"?a=`String must contain ${n.exact?"exactly":n.inclusive?"at most":"under"} ${n.maximum} character(s)`:n.type==="number"?a=`Number must be ${n.exact?"exactly":n.inclusive?"less than or equal to":"less than"} ${n.maximum}`:n.type==="bigint"?a=`BigInt must be ${n.exact?"exactly":n.inclusive?"less than or equal to":"less than"} ${n.maximum}`:n.type==="date"?a=`Date must be ${n.exact?"exactly":n.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(n.maximum))}`:a="Invalid input";break;case S.custom:a="Invalid input";break;case S.invalid_intersection_types:a="Intersection results could not be merged";break;case S.not_multiple_of:a=`Number must be a multiple of ${n.multipleOf}`;break;case S.not_finite:a="Number must be finite";break;default:a=e.defaultError,M.assertNever(n)}return{message:a}};let au=qe;function cn(){return au}const ln=n=>{const{data:e,path:a,errorMaps:o,issueData:i}=n,l=[...a,...i.path||[]],u={...i,path:l};if(i.message!==void 0)return{...i,path:l,message:i.message};let m="";const v=o.filter(w=>!!w).slice().reverse();for(const w of v)m=w(u,{data:e,defaultError:m}).message;return{...i,path:l,message:m}};function k(n,e){const a=cn(),o=ln({issueData:e,data:n.data,path:n.path,errorMaps:[n.common.contextualErrorMap,n.schemaErrorMap,a,a===qe?void 0:qe].filter(i=>!!i)});n.common.issues.push(o)}class Z{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,a){const o=[];for(const i of a){if(i.status==="aborted")return L;i.status==="dirty"&&e.dirty(),o.push(i.value)}return{status:e.value,value:o}}static async mergeObjectAsync(e,a){const o=[];for(const i of a){const l=await i.key,u=await i.value;o.push({key:l,value:u})}return Z.mergeObjectSync(e,o)}static mergeObjectSync(e,a){const o={};for(const i of a){const{key:l,value:u}=i;if(l.status==="aborted"||u.status==="aborted")return L;l.status==="dirty"&&e.dirty(),u.status==="dirty"&&e.dirty(),l.value!=="__proto__"&&(typeof u.value<"u"||i.alwaysSet)&&(o[l.value]=u.value)}return{status:e.value,value:o}}}const L=Object.freeze({status:"aborted"}),Ue=n=>({status:"dirty",value:n}),Q=n=>({status:"valid",value:n}),Si=n=>n.status==="aborted",yi=n=>n.status==="dirty",Re=n=>n.status==="valid",ot=n=>typeof Promise<"u"&&n instanceof Promise;var x;(function(n){n.errToObj=e=>typeof e=="string"?{message:e}:e||{},n.toString=e=>typeof e=="string"?e:e?.message})(x||(x={}));class re{constructor(e,a,o,i){this._cachedPath=[],this.parent=e,this.data=a,this._path=o,this._key=i}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}}const wi=(n,e)=>{if(Re(e))return{success:!0,data:e.value};if(!n.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;const a=new Y(n.common.issues);return this._error=a,this._error}}};function D(n){if(!n)return{};const{errorMap:e,invalid_type_error:a,required_error:o,description:i}=n;if(e&&(a||o))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:i}:{errorMap:(u,m)=>{const{message:v}=n;return u.code==="invalid_enum_value"?{message:v??m.defaultError}:typeof m.data>"u"?{message:v??o??m.defaultError}:u.code!=="invalid_type"?{message:m.defaultError}:{message:v??a??m.defaultError}},description:i}}class P{get description(){return this._def.description}_getType(e){return he(e.data)}_getOrReturnCtx(e,a){return a||{common:e.parent.common,data:e.data,parsedType:he(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new Z,ctx:{common:e.parent.common,data:e.data,parsedType:he(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){const a=this._parse(e);if(ot(a))throw new Error("Synchronous parse encountered promise.");return a}_parseAsync(e){const a=this._parse(e);return Promise.resolve(a)}parse(e,a){const o=this.safeParse(e,a);if(o.success)return o.data;throw o.error}safeParse(e,a){const o={common:{issues:[],async:a?.async??!1,contextualErrorMap:a?.errorMap},path:a?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:he(e)},i=this._parseSync({data:e,path:o.path,parent:o});return wi(o,i)}"~validate"(e){const a={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:he(e)};if(!this["~standard"].async)try{const o=this._parseSync({data:e,path:[],parent:a});return Re(o)?{value:o.value}:{issues:a.common.issues}}catch(o){o?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),a.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:a}).then(o=>Re(o)?{value:o.value}:{issues:a.common.issues})}async parseAsync(e,a){const o=await this.safeParseAsync(e,a);if(o.success)return o.data;throw o.error}async safeParseAsync(e,a){const o={common:{issues:[],contextualErrorMap:a?.errorMap,async:!0},path:a?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:he(e)},i=this._parse({data:e,path:o.path,parent:o}),l=await(ot(i)?i:Promise.resolve(i));return wi(o,l)}refine(e,a){const o=i=>typeof a=="string"||typeof a>"u"?{message:a}:typeof a=="function"?a(i):a;return this._refinement((i,l)=>{const u=e(i),m=()=>l.addIssue({code:S.custom,...o(i)});return typeof Promise<"u"&&u instanceof Promise?u.then(v=>v?!0:(m(),!1)):u?!0:(m(),!1)})}refinement(e,a){return this._refinement((o,i)=>e(o)?!0:(i.addIssue(typeof a=="function"?a(o,i):a),!1))}_refinement(e){return new Ce({schema:this,typeName:_.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:a=>this["~validate"](a)}}optional(){return ge.create(this,this._def)}nullable(){return De.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return ie.create(this)}promise(){return ze.create(this,this._def)}or(e){return st.create([this,e],this._def)}and(e){return rt.create(this,e,this._def)}transform(e){return new Ce({...D(this._def),schema:this,typeName:_.ZodEffects,effect:{type:"transform",transform:e}})}default(e){const a=typeof e=="function"?e:()=>e;return new fn({...D(this._def),innerType:this,defaultValue:a,typeName:_.ZodDefault})}brand(){return new xu({typeName:_.ZodBranded,type:this,...D(this._def)})}catch(e){const a=typeof e=="function"?e:()=>e;return new Sn({...D(this._def),innerType:this,catchValue:a,typeName:_.ZodCatch})}describe(e){const a=this.constructor;return new a({...this._def,description:e})}pipe(e){return Rn.create(this,e)}readonly(){return yn.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}}const nu=/^c[^\s-]{8,}$/i,ou=/^[0-9a-z]+$/,iu=/^[0-9A-HJKMNP-TV-Z]{26}$/i,su=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,ru=/^[a-z0-9_-]{21}$/i,cu=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,lu=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,du=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,pu="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";let an;const uu=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,mu=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,hu=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,gu=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,fu=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,Su=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Ri="((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))",yu=new RegExp(`^${Ri}$`);function ji(n){let e="[0-5]\\d";n.precision?e=`${e}\\.\\d{${n.precision}}`:n.precision==null&&(e=`${e}(\\.\\d+)?`);const a=n.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${a}`}function wu(n){return new RegExp(`^${ji(n)}$`)}function vu(n){let e=`${Ri}T${ji(n)}`;const a=[];return a.push(n.local?"Z?":"Z"),n.offset&&a.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${a.join("|")})`,new RegExp(`^${e}$`)}function ku(n,e){return!!((e==="v4"||!e)&&uu.test(n)||(e==="v6"||!e)&&hu.test(n))}function bu(n,e){if(!cu.test(n))return!1;try{const[a]=n.split(".");if(!a)return!1;const o=a.replace(/-/g,"+").replace(/_/g,"/").padEnd(a.length+(4-a.length%4)%4,"="),i=JSON.parse(atob(o));return!(typeof i!="object"||i===null||"typ"in i&&i?.typ!=="JWT"||!i.alg||e&&i.alg!==e)}catch{return!1}}function Cu(n,e){return!!((e==="v4"||!e)&&mu.test(n)||(e==="v6"||!e)&&gu.test(n))}class oe extends P{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==b.string){const l=this._getOrReturnCtx(e);return k(l,{code:S.invalid_type,expected:b.string,received:l.parsedType}),L}const o=new Z;let i;for(const l of this._def.checks)if(l.kind==="min")e.data.length<l.value&&(i=this._getOrReturnCtx(e,i),k(i,{code:S.too_small,minimum:l.value,type:"string",inclusive:!0,exact:!1,message:l.message}),o.dirty());else if(l.kind==="max")e.data.length>l.value&&(i=this._getOrReturnCtx(e,i),k(i,{code:S.too_big,maximum:l.value,type:"string",inclusive:!0,exact:!1,message:l.message}),o.dirty());else if(l.kind==="length"){const u=e.data.length>l.value,m=e.data.length<l.value;(u||m)&&(i=this._getOrReturnCtx(e,i),u?k(i,{code:S.too_big,maximum:l.value,type:"string",inclusive:!0,exact:!0,message:l.message}):m&&k(i,{code:S.too_small,minimum:l.value,type:"string",inclusive:!0,exact:!0,message:l.message}),o.dirty())}else if(l.kind==="email")du.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"email",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="emoji")an||(an=new RegExp(pu,"u")),an.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"emoji",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="uuid")su.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"uuid",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="nanoid")ru.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"nanoid",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="cuid")nu.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"cuid",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="cuid2")ou.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"cuid2",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="ulid")iu.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"ulid",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="url")try{new URL(e.data)}catch{i=this._getOrReturnCtx(e,i),k(i,{validation:"url",code:S.invalid_string,message:l.message}),o.dirty()}else l.kind==="regex"?(l.regex.lastIndex=0,l.regex.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"regex",code:S.invalid_string,message:l.message}),o.dirty())):l.kind==="trim"?e.data=e.data.trim():l.kind==="includes"?e.data.includes(l.value,l.position)||(i=this._getOrReturnCtx(e,i),k(i,{code:S.invalid_string,validation:{includes:l.value,position:l.position},message:l.message}),o.dirty()):l.kind==="toLowerCase"?e.data=e.data.toLowerCase():l.kind==="toUpperCase"?e.data=e.data.toUpperCase():l.kind==="startsWith"?e.data.startsWith(l.value)||(i=this._getOrReturnCtx(e,i),k(i,{code:S.invalid_string,validation:{startsWith:l.value},message:l.message}),o.dirty()):l.kind==="endsWith"?e.data.endsWith(l.value)||(i=this._getOrReturnCtx(e,i),k(i,{code:S.invalid_string,validation:{endsWith:l.value},message:l.message}),o.dirty()):l.kind==="datetime"?vu(l).test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{code:S.invalid_string,validation:"datetime",message:l.message}),o.dirty()):l.kind==="date"?yu.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{code:S.invalid_string,validation:"date",message:l.message}),o.dirty()):l.kind==="time"?wu(l).test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{code:S.invalid_string,validation:"time",message:l.message}),o.dirty()):l.kind==="duration"?lu.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"duration",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="ip"?ku(e.data,l.version)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"ip",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="jwt"?bu(e.data,l.alg)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"jwt",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="cidr"?Cu(e.data,l.version)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"cidr",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="base64"?fu.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"base64",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="base64url"?Su.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"base64url",code:S.invalid_string,message:l.message}),o.dirty()):M.assertNever(l);return{status:o.value,value:e.data}}_regex(e,a,o){return this.refinement(i=>e.test(i),{validation:a,code:S.invalid_string,...x.errToObj(o)})}_addCheck(e){return new oe({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...x.errToObj(e)})}url(e){return this._addCheck({kind:"url",...x.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...x.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...x.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...x.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...x.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...x.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...x.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...x.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...x.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...x.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...x.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...x.errToObj(e)})}datetime(e){return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof e?.precision>"u"?null:e?.precision,offset:e?.offset??!1,local:e?.local??!1,...x.errToObj(e?.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){return typeof e=="string"?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck({kind:"time",precision:typeof e?.precision>"u"?null:e?.precision,...x.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...x.errToObj(e)})}regex(e,a){return this._addCheck({kind:"regex",regex:e,...x.errToObj(a)})}includes(e,a){return this._addCheck({kind:"includes",value:e,position:a?.position,...x.errToObj(a?.message)})}startsWith(e,a){return this._addCheck({kind:"startsWith",value:e,...x.errToObj(a)})}endsWith(e,a){return this._addCheck({kind:"endsWith",value:e,...x.errToObj(a)})}min(e,a){return this._addCheck({kind:"min",value:e,...x.errToObj(a)})}max(e,a){return this._addCheck({kind:"max",value:e,...x.errToObj(a)})}length(e,a){return this._addCheck({kind:"length",value:e,...x.errToObj(a)})}nonempty(e){return this.min(1,x.errToObj(e))}trim(){return new oe({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new oe({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new oe({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find(e=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find(e=>e.kind==="base64url")}get minLength(){let e=null;for(const a of this._def.checks)a.kind==="min"&&(e===null||a.value>e)&&(e=a.value);return e}get maxLength(){let e=null;for(const a of this._def.checks)a.kind==="max"&&(e===null||a.value<e)&&(e=a.value);return e}}oe.create=n=>new oe({checks:[],typeName:_.ZodString,coerce:n?.coerce??!1,...D(n)});function Tu(n,e){const a=(n.toString().split(".")[1]||"").length,o=(e.toString().split(".")[1]||"").length,i=a>o?a:o,l=Number.parseInt(n.toFixed(i).replace(".","")),u=Number.parseInt(e.toFixed(i).replace(".",""));return l%u/10**i}class ke extends P{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==b.number){const l=this._getOrReturnCtx(e);return k(l,{code:S.invalid_type,expected:b.number,received:l.parsedType}),L}let o;const i=new Z;for(const l of this._def.checks)l.kind==="int"?M.isInteger(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:S.invalid_type,expected:"integer",received:"float",message:l.message}),i.dirty()):l.kind==="min"?(l.inclusive?e.data<l.value:e.data<=l.value)&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.too_small,minimum:l.value,type:"number",inclusive:l.inclusive,exact:!1,message:l.message}),i.dirty()):l.kind==="max"?(l.inclusive?e.data>l.value:e.data>=l.value)&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.too_big,maximum:l.value,type:"number",inclusive:l.inclusive,exact:!1,message:l.message}),i.dirty()):l.kind==="multipleOf"?Tu(e.data,l.value)!==0&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.not_multiple_of,multipleOf:l.value,message:l.message}),i.dirty()):l.kind==="finite"?Number.isFinite(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:S.not_finite,message:l.message}),i.dirty()):M.assertNever(l);return{status:i.value,value:e.data}}gte(e,a){return this.setLimit("min",e,!0,x.toString(a))}gt(e,a){return this.setLimit("min",e,!1,x.toString(a))}lte(e,a){return this.setLimit("max",e,!0,x.toString(a))}lt(e,a){return this.setLimit("max",e,!1,x.toString(a))}setLimit(e,a,o,i){return new ke({...this._def,checks:[...this._def.checks,{kind:e,value:a,inclusive:o,message:x.toString(i)}]})}_addCheck(e){return new ke({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:x.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:x.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:x.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:x.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:x.toString(e)})}multipleOf(e,a){return this._addCheck({kind:"multipleOf",value:e,message:x.toString(a)})}finite(e){return this._addCheck({kind:"finite",message:x.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:x.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:x.toString(e)})}get minValue(){let e=null;for(const a of this._def.checks)a.kind==="min"&&(e===null||a.value>e)&&(e=a.value);return e}get maxValue(){let e=null;for(const a of this._def.checks)a.kind==="max"&&(e===null||a.value<e)&&(e=a.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&M.isInteger(e.value))}get isFinite(){let e=null,a=null;for(const o of this._def.checks){if(o.kind==="finite"||o.kind==="int"||o.kind==="multipleOf")return!0;o.kind==="min"?(a===null||o.value>a)&&(a=o.value):o.kind==="max"&&(e===null||o.value<e)&&(e=o.value)}return Number.isFinite(a)&&Number.isFinite(e)}}ke.create=n=>new ke({checks:[],typeName:_.ZodNumber,coerce:n?.coerce||!1,...D(n)});class be extends P{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==b.bigint)return this._getInvalidInput(e);let o;const i=new Z;for(const l of this._def.checks)l.kind==="min"?(l.inclusive?e.data<l.value:e.data<=l.value)&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.too_small,type:"bigint",minimum:l.value,inclusive:l.inclusive,message:l.message}),i.dirty()):l.kind==="max"?(l.inclusive?e.data>l.value:e.data>=l.value)&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.too_big,type:"bigint",maximum:l.value,inclusive:l.inclusive,message:l.message}),i.dirty()):l.kind==="multipleOf"?e.data%l.value!==BigInt(0)&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.not_multiple_of,multipleOf:l.value,message:l.message}),i.dirty()):M.assertNever(l);return{status:i.value,value:e.data}}_getInvalidInput(e){const a=this._getOrReturnCtx(e);return k(a,{code:S.invalid_type,expected:b.bigint,received:a.parsedType}),L}gte(e,a){return this.setLimit("min",e,!0,x.toString(a))}gt(e,a){return this.setLimit("min",e,!1,x.toString(a))}lte(e,a){return this.setLimit("max",e,!0,x.toString(a))}lt(e,a){return this.setLimit("max",e,!1,x.toString(a))}setLimit(e,a,o,i){return new be({...this._def,checks:[...this._def.checks,{kind:e,value:a,inclusive:o,message:x.toString(i)}]})}_addCheck(e){return new be({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:x.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:x.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:x.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:x.toString(e)})}multipleOf(e,a){return this._addCheck({kind:"multipleOf",value:e,message:x.toString(a)})}get minValue(){let e=null;for(const a of this._def.checks)a.kind==="min"&&(e===null||a.value>e)&&(e=a.value);return e}get maxValue(){let e=null;for(const a of this._def.checks)a.kind==="max"&&(e===null||a.value<e)&&(e=a.value);return e}}be.create=n=>new be({checks:[],typeName:_.ZodBigInt,coerce:n?.coerce??!1,...D(n)});class it extends P{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==b.boolean){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:b.boolean,received:o.parsedType}),L}return Q(e.data)}}it.create=n=>new it({typeName:_.ZodBoolean,coerce:n?.coerce||!1,...D(n)});class je extends P{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==b.date){const l=this._getOrReturnCtx(e);return k(l,{code:S.invalid_type,expected:b.date,received:l.parsedType}),L}if(Number.isNaN(e.data.getTime())){const l=this._getOrReturnCtx(e);return k(l,{code:S.invalid_date}),L}const o=new Z;let i;for(const l of this._def.checks)l.kind==="min"?e.data.getTime()<l.value&&(i=this._getOrReturnCtx(e,i),k(i,{code:S.too_small,message:l.message,inclusive:!0,exact:!1,minimum:l.value,type:"date"}),o.dirty()):l.kind==="max"?e.data.getTime()>l.value&&(i=this._getOrReturnCtx(e,i),k(i,{code:S.too_big,message:l.message,inclusive:!0,exact:!1,maximum:l.value,type:"date"}),o.dirty()):M.assertNever(l);return{status:o.value,value:new Date(e.data.getTime())}}_addCheck(e){return new je({...this._def,checks:[...this._def.checks,e]})}min(e,a){return this._addCheck({kind:"min",value:e.getTime(),message:x.toString(a)})}max(e,a){return this._addCheck({kind:"max",value:e.getTime(),message:x.toString(a)})}get minDate(){let e=null;for(const a of this._def.checks)a.kind==="min"&&(e===null||a.value>e)&&(e=a.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(const a of this._def.checks)a.kind==="max"&&(e===null||a.value<e)&&(e=a.value);return e!=null?new Date(e):null}}je.create=n=>new je({checks:[],coerce:n?.coerce||!1,typeName:_.ZodDate,...D(n)});class vi extends P{_parse(e){if(this._getType(e)!==b.symbol){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:b.symbol,received:o.parsedType}),L}return Q(e.data)}}vi.create=n=>new vi({typeName:_.ZodSymbol,...D(n)});class dn extends P{_parse(e){if(this._getType(e)!==b.undefined){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:b.undefined,received:o.parsedType}),L}return Q(e.data)}}dn.create=n=>new dn({typeName:_.ZodUndefined,...D(n)});class pn extends P{_parse(e){if(this._getType(e)!==b.null){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:b.null,received:o.parsedType}),L}return Q(e.data)}}pn.create=n=>new pn({typeName:_.ZodNull,...D(n)});class Ne extends P{constructor(){super(...arguments),this._any=!0}_parse(e){return Q(e.data)}}Ne.create=n=>new Ne({typeName:_.ZodAny,...D(n)});class Fe extends P{constructor(){super(...arguments),this._unknown=!0}_parse(e){return Q(e.data)}}Fe.create=n=>new Fe({typeName:_.ZodUnknown,...D(n)});class fe extends P{_parse(e){const a=this._getOrReturnCtx(e);return k(a,{code:S.invalid_type,expected:b.never,received:a.parsedType}),L}}fe.create=n=>new fe({typeName:_.ZodNever,...D(n)});class un extends P{_parse(e){if(this._getType(e)!==b.undefined){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:b.void,received:o.parsedType}),L}return Q(e.data)}}un.create=n=>new un({typeName:_.ZodVoid,...D(n)});class ie extends P{_parse(e){const{ctx:a,status:o}=this._processInputParams(e),i=this._def;if(a.parsedType!==b.array)return k(a,{code:S.invalid_type,expected:b.array,received:a.parsedType}),L;if(i.exactLength!==null){const u=a.data.length>i.exactLength.value,m=a.data.length<i.exactLength.value;(u||m)&&(k(a,{code:u?S.too_big:S.too_small,minimum:m?i.exactLength.value:void 0,maximum:u?i.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:i.exactLength.message}),o.dirty())}if(i.minLength!==null&&a.data.length<i.minLength.value&&(k(a,{code:S.too_small,minimum:i.minLength.value,type:"array",inclusive:!0,exact:!1,message:i.minLength.message}),o.dirty()),i.maxLength!==null&&a.data.length>i.maxLength.value&&(k(a,{code:S.too_big,maximum:i.maxLength.value,type:"array",inclusive:!0,exact:!1,message:i.maxLength.message}),o.dirty()),a.common.async)return Promise.all([...a.data].map((u,m)=>i.type._parseAsync(new re(a,u,a.path,m)))).then(u=>Z.mergeArray(o,u));const l=[...a.data].map((u,m)=>i.type._parseSync(new re(a,u,a.path,m)));return Z.mergeArray(o,l)}get element(){return this._def.type}min(e,a){return new ie({...this._def,minLength:{value:e,message:x.toString(a)}})}max(e,a){return new ie({...this._def,maxLength:{value:e,message:x.toString(a)}})}length(e,a){return new ie({...this._def,exactLength:{value:e,message:x.toString(a)}})}nonempty(e){return this.min(1,e)}}ie.create=(n,e)=>new ie({type:n,minLength:null,maxLength:null,exactLength:null,typeName:_.ZodArray,...D(e)});function Le(n){if(n instanceof N){const e={};for(const a in n.shape){const o=n.shape[a];e[a]=ge.create(Le(o))}return new N({...n._def,shape:()=>e})}else return n instanceof ie?new ie({...n._def,type:Le(n.element)}):n instanceof ge?ge.create(Le(n.unwrap())):n instanceof De?De.create(Le(n.unwrap())):n instanceof de?de.create(n.items.map(e=>Le(e))):n}class N extends P{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;const e=this._def.shape(),a=M.objectKeys(e);return this._cached={shape:e,keys:a},this._cached}_parse(e){if(this._getType(e)!==b.object){const w=this._getOrReturnCtx(e);return k(w,{code:S.invalid_type,expected:b.object,received:w.parsedType}),L}const{status:o,ctx:i}=this._processInputParams(e),{shape:l,keys:u}=this._getCached(),m=[];if(!(this._def.catchall instanceof fe&&this._def.unknownKeys==="strip"))for(const w in i.data)u.includes(w)||m.push(w);const v=[];for(const w of u){const j=l[w],J=i.data[w];v.push({key:{status:"valid",value:w},value:j._parse(new re(i,J,i.path,w)),alwaysSet:w in i.data})}if(this._def.catchall instanceof fe){const w=this._def.unknownKeys;if(w==="passthrough")for(const j of m)v.push({key:{status:"valid",value:j},value:{status:"valid",value:i.data[j]}});else if(w==="strict")m.length>0&&(k(i,{code:S.unrecognized_keys,keys:m}),o.dirty());else if(w!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{const w=this._def.catchall;for(const j of m){const J=i.data[j];v.push({key:{status:"valid",value:j},value:w._parse(new re(i,J,i.path,j)),alwaysSet:j in i.data})}}return i.common.async?Promise.resolve().then(async()=>{const w=[];for(const j of v){const J=await j.key,we=await j.value;w.push({key:J,value:we,alwaysSet:j.alwaysSet})}return w}).then(w=>Z.mergeObjectSync(o,w)):Z.mergeObjectSync(o,v)}get shape(){return this._def.shape()}strict(e){return x.errToObj,new N({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(a,o)=>{const i=this._def.errorMap?.(a,o).message??o.defaultError;return a.code==="unrecognized_keys"?{message:x.errToObj(e).message??i}:{message:i}}}:{}})}strip(){return new N({...this._def,unknownKeys:"strip"})}passthrough(){return new N({...this._def,unknownKeys:"passthrough"})}extend(e){return new N({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new N({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:_.ZodObject})}setKey(e,a){return this.augment({[e]:a})}catchall(e){return new N({...this._def,catchall:e})}pick(e){const a={};for(const o of M.objectKeys(e))e[o]&&this.shape[o]&&(a[o]=this.shape[o]);return new N({...this._def,shape:()=>a})}omit(e){const a={};for(const o of M.objectKeys(this.shape))e[o]||(a[o]=this.shape[o]);return new N({...this._def,shape:()=>a})}deepPartial(){return Le(this)}partial(e){const a={};for(const o of M.objectKeys(this.shape)){const i=this.shape[o];e&&!e[o]?a[o]=i:a[o]=i.optional()}return new N({...this._def,shape:()=>a})}required(e){const a={};for(const o of M.objectKeys(this.shape))if(e&&!e[o])a[o]=this.shape[o];else{let l=this.shape[o];for(;l instanceof ge;)l=l._def.innerType;a[o]=l}return new N({...this._def,shape:()=>a})}keyof(){return Ei(M.objectKeys(this.shape))}}N.create=(n,e)=>new N({shape:()=>n,unknownKeys:"strip",catchall:fe.create(),typeName:_.ZodObject,...D(e)});N.strictCreate=(n,e)=>new N({shape:()=>n,unknownKeys:"strict",catchall:fe.create(),typeName:_.ZodObject,...D(e)});N.lazycreate=(n,e)=>new N({shape:n,unknownKeys:"strip",catchall:fe.create(),typeName:_.ZodObject,...D(e)});class st extends P{_parse(e){const{ctx:a}=this._processInputParams(e),o=this._def.options;function i(l){for(const m of l)if(m.result.status==="valid")return m.result;for(const m of l)if(m.result.status==="dirty")return a.common.issues.push(...m.ctx.common.issues),m.result;const u=l.map(m=>new Y(m.ctx.common.issues));return k(a,{code:S.invalid_union,unionErrors:u}),L}if(a.common.async)return Promise.all(o.map(async l=>{const u={...a,common:{...a.common,issues:[]},parent:null};return{result:await l._parseAsync({data:a.data,path:a.path,parent:u}),ctx:u}})).then(i);{let l;const u=[];for(const v of o){const w={...a,common:{...a.common,issues:[]},parent:null},j=v._parseSync({data:a.data,path:a.path,parent:w});if(j.status==="valid")return j;j.status==="dirty"&&!l&&(l={result:j,ctx:w}),w.common.issues.length&&u.push(w.common.issues)}if(l)return a.common.issues.push(...l.ctx.common.issues),l.result;const m=u.map(v=>new Y(v));return k(a,{code:S.invalid_union,unionErrors:m}),L}}get options(){return this._def.options}}st.create=(n,e)=>new st({options:n,typeName:_.ZodUnion,...D(e)});function mn(n,e){const a=he(n),o=he(e);if(n===e)return{valid:!0,data:n};if(a===b.object&&o===b.object){const i=M.objectKeys(e),l=M.objectKeys(n).filter(m=>i.indexOf(m)!==-1),u={...n,...e};for(const m of l){const v=mn(n[m],e[m]);if(!v.valid)return{valid:!1};u[m]=v.data}return{valid:!0,data:u}}else if(a===b.array&&o===b.array){if(n.length!==e.length)return{valid:!1};const i=[];for(let l=0;l<n.length;l++){const u=n[l],m=e[l],v=mn(u,m);if(!v.valid)return{valid:!1};i.push(v.data)}return{valid:!0,data:i}}else return a===b.date&&o===b.date&&+n==+e?{valid:!0,data:n}:{valid:!1}}class rt extends P{_parse(e){const{status:a,ctx:o}=this._processInputParams(e),i=(l,u)=>{if(Si(l)||Si(u))return L;const m=mn(l.value,u.value);return m.valid?((yi(l)||yi(u))&&a.dirty(),{status:a.value,value:m.data}):(k(o,{code:S.invalid_intersection_types}),L)};return o.common.async?Promise.all([this._def.left._parseAsync({data:o.data,path:o.path,parent:o}),this._def.right._parseAsync({data:o.data,path:o.path,parent:o})]).then(([l,u])=>i(l,u)):i(this._def.left._parseSync({data:o.data,path:o.path,parent:o}),this._def.right._parseSync({data:o.data,path:o.path,parent:o}))}}rt.create=(n,e,a)=>new rt({left:n,right:e,typeName:_.ZodIntersection,...D(a)});class de extends P{_parse(e){const{status:a,ctx:o}=this._processInputParams(e);if(o.parsedType!==b.array)return k(o,{code:S.invalid_type,expected:b.array,received:o.parsedType}),L;if(o.data.length<this._def.items.length)return k(o,{code:S.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),L;!this._def.rest&&o.data.length>this._def.items.length&&(k(o,{code:S.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),a.dirty());const l=[...o.data].map((u,m)=>{const v=this._def.items[m]||this._def.rest;return v?v._parse(new re(o,u,o.path,m)):null}).filter(u=>!!u);return o.common.async?Promise.all(l).then(u=>Z.mergeArray(a,u)):Z.mergeArray(a,l)}get items(){return this._def.items}rest(e){return new de({...this._def,rest:e})}}de.create=(n,e)=>{if(!Array.isArray(n))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new de({items:n,typeName:_.ZodTuple,rest:null,...D(e)})};class ct extends P{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:a,ctx:o}=this._processInputParams(e);if(o.parsedType!==b.object)return k(o,{code:S.invalid_type,expected:b.object,received:o.parsedType}),L;const i=[],l=this._def.keyType,u=this._def.valueType;for(const m in o.data)i.push({key:l._parse(new re(o,m,o.path,m)),value:u._parse(new re(o,o.data[m],o.path,m)),alwaysSet:m in o.data});return o.common.async?Z.mergeObjectAsync(a,i):Z.mergeObjectSync(a,i)}get element(){return this._def.valueType}static create(e,a,o){return a instanceof P?new ct({keyType:e,valueType:a,typeName:_.ZodRecord,...D(o)}):new ct({keyType:oe.create(),valueType:e,typeName:_.ZodRecord,...D(a)})}}class ki extends P{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:a,ctx:o}=this._processInputParams(e);if(o.parsedType!==b.map)return k(o,{code:S.invalid_type,expected:b.map,received:o.parsedType}),L;const i=this._def.keyType,l=this._def.valueType,u=[...o.data.entries()].map(([m,v],w)=>({key:i._parse(new re(o,m,o.path,[w,"key"])),value:l._parse(new re(o,v,o.path,[w,"value"]))}));if(o.common.async){const m=new Map;return Promise.resolve().then(async()=>{for(const v of u){const w=await v.key,j=await v.value;if(w.status==="aborted"||j.status==="aborted")return L;(w.status==="dirty"||j.status==="dirty")&&a.dirty(),m.set(w.value,j.value)}return{status:a.value,value:m}})}else{const m=new Map;for(const v of u){const w=v.key,j=v.value;if(w.status==="aborted"||j.status==="aborted")return L;(w.status==="dirty"||j.status==="dirty")&&a.dirty(),m.set(w.value,j.value)}return{status:a.value,value:m}}}}ki.create=(n,e,a)=>new ki({valueType:e,keyType:n,typeName:_.ZodMap,...D(a)});class Ge extends P{_parse(e){const{status:a,ctx:o}=this._processInputParams(e);if(o.parsedType!==b.set)return k(o,{code:S.invalid_type,expected:b.set,received:o.parsedType}),L;const i=this._def;i.minSize!==null&&o.data.size<i.minSize.value&&(k(o,{code:S.too_small,minimum:i.minSize.value,type:"set",inclusive:!0,exact:!1,message:i.minSize.message}),a.dirty()),i.maxSize!==null&&o.data.size>i.maxSize.value&&(k(o,{code:S.too_big,maximum:i.maxSize.value,type:"set",inclusive:!0,exact:!1,message:i.maxSize.message}),a.dirty());const l=this._def.valueType;function u(v){const w=new Set;for(const j of v){if(j.status==="aborted")return L;j.status==="dirty"&&a.dirty(),w.add(j.value)}return{status:a.value,value:w}}const m=[...o.data.values()].map((v,w)=>l._parse(new re(o,v,o.path,w)));return o.common.async?Promise.all(m).then(v=>u(v)):u(m)}min(e,a){return new Ge({...this._def,minSize:{value:e,message:x.toString(a)}})}max(e,a){return new Ge({...this._def,maxSize:{value:e,message:x.toString(a)}})}size(e,a){return this.min(e,a).max(e,a)}nonempty(e){return this.min(1,e)}}Ge.create=(n,e)=>new Ge({valueType:n,minSize:null,maxSize:null,typeName:_.ZodSet,...D(e)});class Be extends P{constructor(){super(...arguments),this.validate=this.implement}_parse(e){const{ctx:a}=this._processInputParams(e);if(a.parsedType!==b.function)return k(a,{code:S.invalid_type,expected:b.function,received:a.parsedType}),L;function o(m,v){return ln({data:m,path:a.path,errorMaps:[a.common.contextualErrorMap,a.schemaErrorMap,cn(),qe].filter(w=>!!w),issueData:{code:S.invalid_arguments,argumentsError:v}})}function i(m,v){return ln({data:m,path:a.path,errorMaps:[a.common.contextualErrorMap,a.schemaErrorMap,cn(),qe].filter(w=>!!w),issueData:{code:S.invalid_return_type,returnTypeError:v}})}const l={errorMap:a.common.contextualErrorMap},u=a.data;if(this._def.returns instanceof ze){const m=this;return Q(async function(...v){const w=new Y([]),j=await m._def.args.parseAsync(v,l).catch(ve=>{throw w.addIssue(o(v,ve)),w}),J=await Reflect.apply(u,this,j);return await m._def.returns._def.type.parseAsync(J,l).catch(ve=>{throw w.addIssue(i(J,ve)),w})})}else{const m=this;return Q(function(...v){const w=m._def.args.safeParse(v,l);if(!w.success)throw new Y([o(v,w.error)]);const j=Reflect.apply(u,this,w.data),J=m._def.returns.safeParse(j,l);if(!J.success)throw new Y([i(j,J.error)]);return J.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new Be({...this._def,args:de.create(e).rest(Fe.create())})}returns(e){return new Be({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,a,o){return new Be({args:e||de.create([]).rest(Fe.create()),returns:a||Fe.create(),typeName:_.ZodFunction,...D(o)})}}class bi extends P{get schema(){return this._def.getter()}_parse(e){const{ctx:a}=this._processInputParams(e);return this._def.getter()._parse({data:a.data,path:a.path,parent:a})}}bi.create=(n,e)=>new bi({getter:n,typeName:_.ZodLazy,...D(e)});class hn extends P{_parse(e){if(e.data!==this._def.value){const a=this._getOrReturnCtx(e);return k(a,{received:a.data,code:S.invalid_literal,expected:this._def.value}),L}return{status:"valid",value:e.data}}get value(){return this._def.value}}hn.create=(n,e)=>new hn({value:n,typeName:_.ZodLiteral,...D(e)});function Ei(n,e){return new Ee({values:n,typeName:_.ZodEnum,...D(e)})}class Ee extends P{_parse(e){if(typeof e.data!="string"){const a=this._getOrReturnCtx(e),o=this._def.values;return k(a,{expected:M.joinValues(o),received:a.parsedType,code:S.invalid_type}),L}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){const a=this._getOrReturnCtx(e),o=this._def.values;return k(a,{received:a.data,code:S.invalid_enum_value,options:o}),L}return Q(e.data)}get options(){return this._def.values}get enum(){const e={};for(const a of this._def.values)e[a]=a;return e}get Values(){const e={};for(const a of this._def.values)e[a]=a;return e}get Enum(){const e={};for(const a of this._def.values)e[a]=a;return e}extract(e,a=this._def){return Ee.create(e,{...this._def,...a})}exclude(e,a=this._def){return Ee.create(this.options.filter(o=>!e.includes(o)),{...this._def,...a})}}Ee.create=Ei;class gn extends P{_parse(e){const a=M.getValidEnumValues(this._def.values),o=this._getOrReturnCtx(e);if(o.parsedType!==b.string&&o.parsedType!==b.number){const i=M.objectValues(a);return k(o,{expected:M.joinValues(i),received:o.parsedType,code:S.invalid_type}),L}if(this._cache||(this._cache=new Set(M.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){const i=M.objectValues(a);return k(o,{received:o.data,code:S.invalid_enum_value,options:i}),L}return Q(e.data)}get enum(){return this._def.values}}gn.create=(n,e)=>new gn({values:n,typeName:_.ZodNativeEnum,...D(e)});class ze extends P{unwrap(){return this._def.type}_parse(e){const{ctx:a}=this._processInputParams(e);if(a.parsedType!==b.promise&&a.common.async===!1)return k(a,{code:S.invalid_type,expected:b.promise,received:a.parsedType}),L;const o=a.parsedType===b.promise?a.data:Promise.resolve(a.data);return Q(o.then(i=>this._def.type.parseAsync(i,{path:a.path,errorMap:a.common.contextualErrorMap})))}}ze.create=(n,e)=>new ze({type:n,typeName:_.ZodPromise,...D(e)});class Ce extends P{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===_.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){const{status:a,ctx:o}=this._processInputParams(e),i=this._def.effect||null,l={addIssue:u=>{k(o,u),u.fatal?a.abort():a.dirty()},get path(){return o.path}};if(l.addIssue=l.addIssue.bind(l),i.type==="preprocess"){const u=i.transform(o.data,l);if(o.common.async)return Promise.resolve(u).then(async m=>{if(a.value==="aborted")return L;const v=await this._def.schema._parseAsync({data:m,path:o.path,parent:o});return v.status==="aborted"?L:v.status==="dirty"||a.value==="dirty"?Ue(v.value):v});{if(a.value==="aborted")return L;const m=this._def.schema._parseSync({data:u,path:o.path,parent:o});return m.status==="aborted"?L:m.status==="dirty"||a.value==="dirty"?Ue(m.value):m}}if(i.type==="refinement"){const u=m=>{const v=i.refinement(m,l);if(o.common.async)return Promise.resolve(v);if(v instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return m};if(o.common.async===!1){const m=this._def.schema._parseSync({data:o.data,path:o.path,parent:o});return m.status==="aborted"?L:(m.status==="dirty"&&a.dirty(),u(m.value),{status:a.value,value:m.value})}else return this._def.schema._parseAsync({data:o.data,path:o.path,parent:o}).then(m=>m.status==="aborted"?L:(m.status==="dirty"&&a.dirty(),u(m.value).then(()=>({status:a.value,value:m.value}))))}if(i.type==="transform")if(o.common.async===!1){const u=this._def.schema._parseSync({data:o.data,path:o.path,parent:o});if(!Re(u))return L;const m=i.transform(u.value,l);if(m instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:a.value,value:m}}else return this._def.schema._parseAsync({data:o.data,path:o.path,parent:o}).then(u=>Re(u)?Promise.resolve(i.transform(u.value,l)).then(m=>({status:a.value,value:m})):L);M.assertNever(i)}}Ce.create=(n,e,a)=>new Ce({schema:n,typeName:_.ZodEffects,effect:e,...D(a)});Ce.createWithPreprocess=(n,e,a)=>new Ce({schema:e,effect:{type:"preprocess",transform:n},typeName:_.ZodEffects,...D(a)});class ge extends P{_parse(e){return this._getType(e)===b.undefined?Q(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}ge.create=(n,e)=>new ge({innerType:n,typeName:_.ZodOptional,...D(e)});class De extends P{_parse(e){return this._getType(e)===b.null?Q(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}De.create=(n,e)=>new De({innerType:n,typeName:_.ZodNullable,...D(e)});class fn extends P{_parse(e){const{ctx:a}=this._processInputParams(e);let o=a.data;return a.parsedType===b.undefined&&(o=this._def.defaultValue()),this._def.innerType._parse({data:o,path:a.path,parent:a})}removeDefault(){return this._def.innerType}}fn.create=(n,e)=>new fn({innerType:n,typeName:_.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...D(e)});class Sn extends P{_parse(e){const{ctx:a}=this._processInputParams(e),o={...a,common:{...a.common,issues:[]}},i=this._def.innerType._parse({data:o.data,path:o.path,parent:{...o}});return ot(i)?i.then(l=>({status:"valid",value:l.status==="valid"?l.value:this._def.catchValue({get error(){return new Y(o.common.issues)},input:o.data})})):{status:"valid",value:i.status==="valid"?i.value:this._def.catchValue({get error(){return new Y(o.common.issues)},input:o.data})}}removeCatch(){return this._def.innerType}}Sn.create=(n,e)=>new Sn({innerType:n,typeName:_.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...D(e)});class Ci extends P{_parse(e){if(this._getType(e)!==b.nan){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:b.nan,received:o.parsedType}),L}return{status:"valid",value:e.data}}}Ci.create=n=>new Ci({typeName:_.ZodNaN,...D(n)});class xu extends P{_parse(e){const{ctx:a}=this._processInputParams(e),o=a.data;return this._def.type._parse({data:o,path:a.path,parent:a})}unwrap(){return this._def.type}}class Rn extends P{_parse(e){const{status:a,ctx:o}=this._processInputParams(e);if(o.common.async)return(async()=>{const l=await this._def.in._parseAsync({data:o.data,path:o.path,parent:o});return l.status==="aborted"?L:l.status==="dirty"?(a.dirty(),Ue(l.value)):this._def.out._parseAsync({data:l.value,path:o.path,parent:o})})();{const i=this._def.in._parseSync({data:o.data,path:o.path,parent:o});return i.status==="aborted"?L:i.status==="dirty"?(a.dirty(),{status:"dirty",value:i.value}):this._def.out._parseSync({data:i.value,path:o.path,parent:o})}}static create(e,a){return new Rn({in:e,out:a,typeName:_.ZodPipeline})}}class yn extends P{_parse(e){const a=this._def.innerType._parse(e),o=i=>(Re(i)&&(i.value=Object.freeze(i.value)),i);return ot(a)?a.then(i=>o(i)):o(a)}unwrap(){return this._def.innerType}}yn.create=(n,e)=>new yn({innerType:n,typeName:_.ZodReadonly,...D(e)});function Ti(n,e){const a=typeof n=="function"?n(e):typeof n=="string"?{message:n}:n;return typeof a=="string"?{message:a}:a}function Au(n,e={},a){return n?Ne.create().superRefine((o,i)=>{const l=n(o);if(l instanceof Promise)return l.then(u=>{if(!u){const m=Ti(e,o),v=m.fatal??a??!0;i.addIssue({code:"custom",...m,fatal:v})}});if(!l){const u=Ti(e,o),m=u.fatal??a??!0;i.addIssue({code:"custom",...u,fatal:m})}}):Ne.create()}var _;(function(n){n.ZodString="ZodString",n.ZodNumber="ZodNumber",n.ZodNaN="ZodNaN",n.ZodBigInt="ZodBigInt",n.ZodBoolean="ZodBoolean",n.ZodDate="ZodDate",n.ZodSymbol="ZodSymbol",n.ZodUndefined="ZodUndefined",n.ZodNull="ZodNull",n.ZodAny="ZodAny",n.ZodUnknown="ZodUnknown",n.ZodNever="ZodNever",n.ZodVoid="ZodVoid",n.ZodArray="ZodArray",n.ZodObject="ZodObject",n.ZodUnion="ZodUnion",n.ZodDiscriminatedUnion="ZodDiscriminatedUnion",n.ZodIntersection="ZodIntersection",n.ZodTuple="ZodTuple",n.ZodRecord="ZodRecord",n.ZodMap="ZodMap",n.ZodSet="ZodSet",n.ZodFunction="ZodFunction",n.ZodLazy="ZodLazy",n.ZodLiteral="ZodLiteral",n.ZodEnum="ZodEnum",n.ZodEffects="ZodEffects",n.ZodNativeEnum="ZodNativeEnum",n.ZodOptional="ZodOptional",n.ZodNullable="ZodNullable",n.ZodDefault="ZodDefault",n.ZodCatch="ZodCatch",n.ZodPromise="ZodPromise",n.ZodBranded="ZodBranded",n.ZodPipeline="ZodPipeline",n.ZodReadonly="ZodReadonly"})(_||(_={}));const _u=(n,e={message:`Input not instance of ${n.name}`})=>Au(a=>a instanceof n,e),t=oe.create,r=ke.create;be.create;const d=it.create;je.create;const U=dn.create,E=pn.create,Se=Ne.create,le=Fe.create,Te=fe.create,nn=un.create,y=ie.create,p=N.create,g=st.create;rt.create;const Di=de.create,A=ct.create,on=Be.create,c=hn.create,T=Ee.create,K=gn.create;ze.create;const se=ge.create,Lu=De.create,Ii=Ce.createWithPreprocess,pe={string:(n=>oe.create({...n,coerce:!0})),number:(n=>ke.create({...n,coerce:!0})),boolean:(n=>it.create({...n,coerce:!0})),bigint:(n=>be.create({...n,coerce:!0})),date:(n=>je.create({...n,coerce:!0}))},Fu=["de","en","es","fl","fr","it","nl","pl","pt","ro","tr"],Pi=n=>n===!0||n===1||n==="1"||n==="true",s=n=>p(n),f=n=>n,Ru=n=>n.and(p({}).passthrough()),Oi=()=>Ii(n=>Pi(n),d()),te=()=>Ii(n=>n===""||n===null?void 0:n,pe.number().optional()),Mi=s({action:t(),route:t().optional(),nameApp:t().optional()}),Ie=s({name:t(),label:t(),icon:t().nullable(),color:t().nullable(),img:t(),url:t(),description:t(),action:Mi}),Ui=s({hasLicense:d().optional(),sref:t().nullable().optional(),type:t().optional(),order:r().optional(),checkAccess:d().optional(),admin:d().optional(),showTab:d().optional(),types:t().array().optional(),noNotificationMenu:d().optional(),attrExposed:t().array().nullable().optional(),serviceUrl:t().optional(),view:t().optional(),fieldAddress:t().optional(),_extend:A(t(),Se()).optional()}),Bi=s({...Ie.shape,...Ui.shape}),Wi=s({...Ie.shape,urlTarget:c("_blank"),urlNoReferrer:d(),customImageUri:t().optional()}),Vi=s({...Ie.shape,iframeUrl:t(),customImageUri:t().optional()}),qi=s({tab:t(),name:t().optional(),url:t().optional()}),Ni=y(qi),ju=n=>Ni.safeParse(n).success,Gi=s({...Ie.shape,tabs:Ni}),zi=s({...Ie.omit({name:!0}).shape,name:c("IntranetPageHook"),tabs:t().array(),releaseName:t()}),Ji=g([Bi,Wi,Vi,Gi,zi]),Eu=n=>Ji.safeParse(n).success;var Hi=(n=>(n.local="local",n.installed="installed",n.autosaved="autosaved",n.saved="saved",n))(Hi||{});class $i extends C{list(e){return this.network.post({o:"applications",f:"list"},e?.signal)}studioList(){return this.network.post({o:"studio",f:"list"})}studioGet(e,a){return this.network.post({o:"studio",f:"get",idApp:e,status:a})}studioInstall(e){return this.network.postCSRF({o:"studio",f:"install",value:e})}studioSuspend(e){return this.network.postCSRF({o:"studio",f:"suspend",idApp:e})}studioRestart(e){return this.network.postCSRF({o:"studio",f:"restart",idApp:e})}studioSave(e,a,o){return this.network.postCSRF({o:"studio",f:"save",idApp:e,value:a,status:o})}async studioDelete(e,a){return this.network.postCSRF({o:"studio",f:"delete",idApp:e,status:a}).then(o=>o.messages)}studioCssClassList(){return this.network.post({o:"studio",f:"icons"})}}const jn=s({href:t(),target:t()}),dt=s({name:t(),sort:g([c("ASC"),c("DESC")])}),Du=s({srcId:g([r(),t()]),srcType:t()}),Iu=s({targetId:g([r(),t()]),targetType:t()}),Pu=s({start:t(),end:t()}),Zi=g([d(),t(),r(),y(t()),Du,Iu,Pu]),Ou=["=","<",">","<=",">=","!=","<>","like","between","is","is not","in","not in","json_contains","link","match"],Qi=T(Ou),Mu=["=","<",">","<=",">=","!=","<>","+","-","like","between","is","is not","in","json_contains","link","match"],Yi=T(Mu),pt=s({name:t(),value:Zi,operator:Qi.optional(),method:Yi.optional(),or:d().optional(),isNull:d().optional(),isNotNull:d().optional()}),xe=dt.array(),Pe=pt.array(),ut=n=>n.and(p({token:t().or(U()).optional()}));var G=(n=>(n.LITTLE="raw-little",n.LIST="raw-list",n.VIEW="raw-view",n))(G||{});const Uu=K(G).transform(n=>`${n}`),$e=g([Uu,U()]),Bu=s({additionalFilter:p({}).optional(),facets:y(p({})).optional(),filters:Pe.optional(),query:t().optional(),limit:r().optional(),page:r().optional(),orders:xe.optional(),format:$e.optional()});class Ki extends C{list(e,a){return this.network.post({o:"objectList",f:"jamespotArticleQueryList",...e,format:W(a?.format??G.LITTLE,a?.formatExtension)},a?.signal)}search(e,a){return this.network.post({o:"objectList",f:"jamespotArticleList",...e,format:W(a?.format??G.LITTLE,a?.formatExtension)},a?.signal)}get(e,a){return this.network.post({o:"article",f:"get",...e,format:W(a?.format??G.VIEW,a?.formatExtension)},a?.signal)}create(e,a){return this.network.maybePostToken({o:"article",f:"create",...e,format:W(a?.format??"raw-view",a?.formatExtension)},a?.signal)}update(e,a){return this.network.post({o:"article",f:"update",...e,format:W(a?.format??G.LIST,a?.formatExtension)},a?.signal)}delete(e){return this.network.postCSRF({o:"article",f:"delete",idArticle:e})}count(e){return this.network.post({o:"article",f:"count",type:e})}getAttachments(e,a,o){return this.network.post({o:"article",f:"getAttachment",idArticle:e,type:a,format:o?.format??"raw-little"},o?.signal)}permalink(e,a){return this.network.post({o:"article",f:"permalink",permalinkId:e},a?.signal)}saveAsDraft(e,a){return this.network.post({o:"article",f:"saveAsDraft",...e.form&&e.idDraft?{...e,form:{...e.form,idDraft:e.idDraft}}:e},a?.signal)}getComments(e,a){return this.network.post({o:"article",f:"getComments",...e,attachments:e.attachment??!1,limits:e.limits??{start:0,max:1e4},format:W(a?.format??G.LITTLE,a?.formatExtension)},a?.signal)}addComment(e,a){return this.network.post({o:"article",f:"addComment",...e,alertAuthor:Number(e.alertAuthor),sendAlert:Number(e.sendAlert),type:e.type??"comment",format:W(a?.format??"raw-little",a?.formatExtension)},a?.signal)}updateComment(e,a){return this.network.post({o:"article",f:"updateComment",...e,format:W(a?.format??"raw-little",a?.formatExtension)},a?.signal)}getComment(e,a){return this.network.post({o:"comment",f:"getComment",...e,format:W(a?.format??"raw-little",a?.formatExtension)},a?.signal)}deleteComment(e){return this.network.postCSRF({o:"comment",f:"delete",idComment:e})}getRead(e){return this.network.post({o:"article",f:"getRead",uri:e})}moveToSpot(e,a){return this.network.postCSRF({o:"article",f:"moveToSpot",...e},a?.signal)}archive(e,a){return this.network.postCSRF({...e,o:"article",f:"archive"},a?.signal)}}class Wu extends C{get(e,a){return this.network.get("articleTranslation","automaticGet",{idArticle:e.idArticle.toString()},a?.signal)}set({idArticle:e,language:a,title:o,description:i},l){return this.network.postCSRF({o:"articleTranslation",f:"automaticSet",idArticle:e,language:a,title:o,description:i},l?.signal)}delete({idArticle:e,language:a},o){return this.network.postCSRF({o:"articleTranslation",f:"automaticDelete",idArticle:e,language:a},o?.signal)}}class Vu extends C{list(e,a,o,i=[{name:"dateCreation",sort:"DESC"}]){return this.jApi.article.list({type:"aseiClearanceTicket",limit:a,page:e,orders:i,filters:o},{format:"raw-view"})}requestStatus(e,a,o){return this.network.post({o:"asei",f:"setStatus",uri:e,requestedStatus:a,audience:o})}getDedicatedGroups(){return this.network.post({o:"asei",f:"getDedicatedGroups"})}getConfiguration(){return this.network.post({o:"asei",f:"configuration"})}}class Xi extends C{configuration(){return this.network.post({o:"assetReservation",f:"configuration"})}createReservation(e){return this.network.postCSRF({o:"assetReservation",f:"createReservation",format:"raw-list",...e})}getReservations({format:e="raw-list",...a}){return this.network.post({o:"assetReservation",f:"getReservations",format:e,...a})}cancelReservation(e){return this.network.post({o:"assetReservation",f:"cancelReservation",format:"raw-list",idArticle:e})}bookByDate({format:e="raw-list",...a}){return this.network.post({o:"assetReservation",f:"BookByDate",format:e,...a})}getList({format:e="raw-list",...a}){return this.network.post({o:"objectList",f:"assetReservationList",format:e,...a})}}class es extends C{autocomplete(e){return this.network.post({o:"autocomplete",f:"audience",q:e}).then(a=>a.result)}autocompletePublishTo(e,a){return this.network.post({o:"autocomplete",f:"publishTo",method:"uri",list:e,format:a?.format})}}class ts extends C{publicWebinarFullname(e){return this.network.post({o:"bigBlueButton",f:"publicWebinarFullname",...e})}getPublicWebinarData(e){return this.network.post({o:"bigBlueButton",f:"getPublicWebinarData",...e})}recordingDelete(e,a,o){return this.network.post({o:"bigBlueButton",f:"videoRecordingDelete",id:e,filename:a},o?.signal)}resolveUrl(e,a){return this.network.post({o:"bigBlueButton",f:"resolveUrl",...e},a)}setModerators(e,a,o){return this.network.postCSRF({o:"bigBlueButton",f:"setModerators",id:e,moderators:a.map(i=>i.uri).join(",")},o?.signal)}getModerators(e,a){return this.network.post({o:"bigBlueButton",f:"getModerators",id:e},a?.signal)}}class as extends C{getFormattedList(e,a){return this.network.post({o:"objectList",f:"bookmarksList",format:a,...e})}addFormattedLink(e,a,o){const i=o??"list";return this.network.post({o:"custom",f:"actionAdd",type:"bookmarkLink",targetId:e,targetType:a,format:i})}addBookmark(e,a){const o=a??"list";return this.network.postCSRF({o:"bookmarks",f:"add",...e,format:o})}delete(e){return this.network.postCSRF({o:"bookmarks",f:"delete",bookmarkID:e})}rename(e,a,o){return this.network.postCSRF({o:"bookmarks",f:"rename",bookmarkID:e,bookmarkLabel:a,bookmarkUrl:o})}move(e,a,o){return this.network.postCSRF({o:"bookmarks",f:"move",bookmarkID:e,bookmarkReference:a,bookmarkPosition:o})}}class ns extends C{getInfos(e,a){return this.network.post({o:"BusinessNetworking",f:"MarkerInfo",id:e,format:a??"raw-little"})}}class os extends C{getEvents(e){return this.network.post({o:"calendar",f:"getEvents",...e})}listEvents(e,a){return this.network.post({o:"calendar",f:"listEvents",...e,format:W(a?.format??"raw-list",["socialEventRecord","recurringEventRecord"])},a?.signal)}getLastEvents(e){return this.network.post({o:"calendar",f:"getLastEvents",...e})}transformOccurrenceIntoEvent(e,a){return this.network.postCSRF({o:"calendar",f:"transformOccurrenceIntoEvent",...e,format:W(a?.format??"raw-view",a?.formatExtension)},a?.signal)}reviveSubmit(e){return this.network.postCSRF({o:"calendar",f:"reviveSubmit",...e})}getMembers(e,a){return this.network.post({o:"objectList",f:"CalendarList",...e,format:a?.format??G.LITTLE},a?.signal)}}class is extends C{get(e,a){return this.network.post({o:"community",f:"getCommunity",idCommunity:e,format:a??"raw-little"})}sendRequest(e,a){return this.network.post({o:"community",f:"sendRequest",message:e,idUserTo:a})}autocomplete(e){return this.network.post({o:"autocomplete",f:"community",q:e}).then(a=>a.result)}}class ss extends C{create(e){return this.network.postCSRF({o:"contentFactory",f:"createTemplate",...e})}get(e){return this.network.post({o:"article",f:"get",...e,format:G.VIEW})}importTemplate(e){return this.network.postCSRF({o:"contentFactory",f:"importTemplate",...e})}exportTemplateUrl(e){return`/?action=contentFactoryExportTemplate&id=${e}`}}class rs extends C{getReports(e={},a){return this.network.post({o:"contentReport",f:"list",...e,signal:a?.signal})}createReport(e,a){return this.network.postCSRF({o:"contentReport",f:"createReport",...e,signal:a?.signal})}updateStatus(e,a){return this.network.postCSRF({o:"contentReport",f:"changeStatus",...e,signal:a?.signal})}}class cs extends C{get(e,a){return this.network.post({o:"widget",f:"datasourceGet",uri:e,format:a})}getModel(e){return this.network.post({o:"widget",f:"datasourceGetModel",uri:e})}cancel(e){return this.network.post({o:"widget",f:"datasourceCancel",uri:e})}getObject(e){return this.network.post({o:"widget",f:"datasourceGetObject",uri:e})}updateModel(e,a){return this.network.post({o:"widget",f:"datasourceUpdateModel",uri:e,model:a})}getExcelDatasource(e){return this.network.post({o:"widget",f:"datasourceGetExcelDatasource",uri:e})}getExcelDatasourceHeaders(e,a){return this.network.post({o:"widget",f:"datasourceGetExcelDatasourceHeaders",uri:e,spreadsheet:a})}setExcelDatasource(e,a){return this.network.post({o:"widget",f:"datasourceSetExcelDatasource",uri:e,spreadsheet:a})}create({title:e,datasourceType:a,datasourceIdentifier:o,token:i}){return this.network.postCSRF({o:"widget",f:"datasourceCreate",title:e,datasourceType:a,datasourceIdentifier:o,token:i})}}class ls extends C{create(e,a,o,i,l){return this.network.post({o:"article",f:"create",type:e,token:a,title:o,dateStart:i,publishTo:l,format:"raw-list"})}getList(e="",a=[],o=[],i=1){return this.network.post({o:"objectList",f:"diapazoneQueryList",query:e,filters:a,orders:o,page:i,format:"raw-list"})}}class qu extends C{statistics(e){return this.network.post({o:"digitalDesk",f:"getStatistics"},e?.signal)}}class ds extends C{tenants(e,a){return this.network.post({o:"drive",f:"getTenants",...e??{}},a?.signal)}groups(e,a){return this.network.post({o:"drive",f:"getGroups",...e},a?.signal)}sites(e){return this.network.post({o:"drive",f:"getSites"},e?.signal)}listAccount(e,a){return this.network.post({o:"drive",f:"listAccount",service:e},a?.signal)}isAccountLogged(e,a,o){return this.network.post({o:"drive",f:"isAccountLogged",service:e,id:a},o?.signal)}checkAccountToken(e,a){return this.network.post({o:"drive",f:"checkAccountToken",service:e},a?.signal)}msDocuments(e,a){return this.network.post({o:"drive",f:"getDocuments",service:"onedrive",...e},a?.signal)}dropboxDocuments(e,a){return this.network.post({o:"drive",f:"getDocuments",service:"dropbox",...e},a?.signal)}getDocument(e,a){return this.network.post({o:"drive",f:"getDocument",...e,format:a?.format??"raw-little"},a?.signal)}logout(e,a){return this.network.post({o:"drive",f:"logout",...e},a?.signal)}getAccount(e,a){return this.network.post({o:"drive",f:"get-user-data",...e},a?.signal)}setDefaultAccount(e,a){return this.network.post({o:"drive",f:"set-has-default",...e},a?.signal)}}class ps extends C{save(e,a){return this.network.postCSRFWithFile({o:"externalApp",f:"save",...e},a?.signal)}list(e){return this.network.post({o:"externalApp",f:"list"},e?.signal)}delete(e,a){return this.network.postCSRF({o:"externalApp",f:"delete",...e},a?.signal)}}class us extends C{createBot(e,a){return this.network.postCSRF({o:"extraBot",f:"create",uri:e},a)}updateBot(e,a){return this.network.postCSRF({o:"extraBot",f:"update",uriConfiguration:e},a)}generatePrompt(e){return this.network.post({o:"extraBot",f:"generatePrompt"},e)}list(e,a,o){const i=e==="all"?"extraBotAll":"extraBotMines";return this.network.post({o:"objectList",f:i,...a},o?.signal)}}class ms extends C{getCategoriesList(e,a){return this.network.post({o:"objectList",f:"faqQueryList",format:e??"raw-list",orders:a??[{name:"dateCreation",sort:"ASC"}]})}createCategory(e,a){const o={...e,type:"faq"};return this.jApi.article.create(o,a)}updateCategory(e,a){const o={...e,type:"faq"};return this.jApi.article.update(o,a)}deleteCategory(e){return this.jApi.article.delete(e)}checkItem(e,a,o){return this.network.post({o:"faq",f:"checkItem",query:e,page:a??1,format:o??"raw-list"})}getTaxonomy(){return this.network.post({o:"faq",f:"getFaqTaxonomy"})}getHookProperties(e){return this.network.post({o:"faq",f:"getHookProperties",properties:e??["_web"]})}getAccess(){return this.network.post({o:"faq",f:"access"})}createTheme(e,a){return this.network.postCSRF({o:"faq",f:"add-theme",...e,format:a??"raw-view"})}deleteTheme(e,a){return this.network.postCSRF({o:"faq",f:"delete-theme",...e,format:a??"raw-view"})}updateTheme(e,a){return this.network.postCSRF({o:"faq",f:"set-theme",...e,format:a??"raw-view"})}getEntry(e,a){return this.network.post({o:"faq",f:"get-entry",uri:e,format:a??"raw-view"})}deleteEntry(e){return this.jApi.article.delete(e)}createEntry(e,a){const o={...e,idSpot:["content"],type:"faqItem"};return this.jApi.article.create(o,a)}addEntry(e,a){return this.network.postCSRF({o:"faq",f:"add-entry",...e,format:a??"raw-view"})}updateEntry(e,a){const o={...e,type:"faqItem"};return this.jApi.article.update(o,a)}moveEntry(e,a){return this.network.postCSRF({o:"faq",f:"move-entry",...e,format:a??"raw-view"})}moveTheme(e,a){return this.network.postCSRF({o:"faq",f:"move-theme",...e,format:a??"raw-view"})}getWidgetCategory(e,a){return this.network.post({o:"faq",f:"categoryGet",uri:e},a)}getItems(e,a,o){return this.network.post({o:"faq",f:"getItems",id:e,type:a},o)}getWidgetCategories(e){return this.network.post({o:"faq",f:"widgetFaq"},e)}}class hs extends C{upload(e){const a=new FormData;return a.append("attrName",e.attrName),e.file?a.append(e.attrName,e.file):e.url&&a.append("url",e.url),a.append("token",e.token),this.network.postFile(a)}async uploadMany(e){return Promise.all(e.map(a=>this.upload(a)))}async get(e,a,o){return this.network.post({o:"file",f:"get",idFile:e,format:a},o?.signal)}async getParent(e,a,o,i){return this.network.post({o:"file",f:"getParent",idFile:e,format:a,hash:o},i?.signal)}async getWithHash(e,a,o,i){return this.network.post({o:"file",f:"getWithHash",idFile:e,hash:a,format:o},i?.signal)}async duplicate(e,a,o){return this.network.postCSRF({o:"file",f:"duplicateFile",idFile:e,title:a,publishTo:o})}async updateFile(e,a){return this.network.postCSRF({o:"file",f:"updateFile",idFile:e,title:a})}async update(e,a,o,i){return this.network.post({o:"file",f:"update",idFile:e,type:a,cropDatas:{...o,rotateBeforeCrop:!0},killSize:o.killSize,format:"raw-little"},i?.signal)}async deleteFile(e,a,o,i){return this.network.post({o:"file",f:"delete",idFile:e,attrName:a,token:o},i)}async deleteImage(e,a,o){return this.network.post({o:"file",f:"deleteImage",id:e,type:a},o?.signal)}getDownload(e,a){return this.network.post({o:"file",f:"getDownload",id:e},a?.signal)}generatePreview(e,a){return this.network.post({o:"file",f:"generatePreview",id:e},a?.signal)}copy(e,a){return this.network.post({o:"file",f:"copy",...e,format:a?.format??"raw-little"},a?.signal)}}class gs extends C{getBanks(e){return this.network.post({o:"fileBank",f:"getBanks",format:e?.format??"raw-list"},e?.signal).then(a=>a.result)}getFolders(e,a){return this.network.post({o:"fileBank",f:"getFolders",parentURI:e,format:a?.format??"raw-list"},a?.signal)}getDocuments(e,a){return this.network.post({o:"fileBank",f:"getDocuments",parentURI:e,format:a?.format??"raw-view"},a?.signal)}getPath(e,a){return this.network.post({o:"fileBank",f:"getPath",uri:e.uri,mode:e.mode??"browse",format:a?.format??"raw-little"},a?.signal)}searchContent(e,a){return this.network.post({o:"fileBank",f:"searchContent",...e,format:a?.format??"raw-little"},a?.signal)}getParents(e,a){return this.network.post({o:"fileBank",f:"getParents",id:e.id,format:a?.format??"raw-little"},a?.signal)}getRootFolders(e,a){return this.network.post({o:"objectList",f:"fileBankRootFolders",query:e.query,format:a?.format??"raw-little"},a?.signal)}}class fs extends C{list(e,a){return this.network.post({o:"objectList",f:"fileIntegrityQuarantineList",...e},a)}delete(e,a){return this.network.postCSRF({o:"fileIntegrity",f:"delete",id:e},a?.signal)}release(e,a){return this.network.postCSRF({o:"fileIntegrity",f:"release",id:e},a?.signal)}getCommentQuarantines(e,a){return this.network.post({o:"fileIntegrity",f:"commentQuarantinesGet",id:e},a?.signal)}}class Nu extends C{getFileBanks(e){return this.network.post({o:"file-sync",f:"getFileBanks"},e)}saveFileBanks(e){return this.network.post({o:"file-sync",f:"saveFileBanks",fileBanks:e})}getUserQuota(e){return this.network.post({o:"file-sync",f:"getUserQuota"},e)}getAdminSpots(e,a){return this.network.post({o:"objectList",f:"fileSyncAdminSpots",...e},a)}}class Ss extends C{countAction(e,a){return this.network.post({o:"activityLog",f:"log",count:!0,verb:e,uri:a})}addAction(e,a){return this.network.post({o:"customAction",f:"add",...e,format:a?.format??"raw-little"},a?.signal)}updateAction(e,a){return this.network.post({o:"customAction",f:"update",...e,format:"raw-little"},a?.signal)}removeAction(e,a){return this.network.post({o:"customAction",f:"remove",...e,format:"raw-little"},a?.signal)}useWebVersion(){return this.network.post({o:"global",f:"useWebVersion"})}getUsers(e,a){return this.network.post({o:"customAction",f:"getUsers",...e,format:a??"raw-list"})}getLinks(e,a){return this.network.post({o:"customAction",f:"getLinks",...e,format:a?.format??G.LIST},a?.signal)}}class ys extends C{autocomplete(e){return this.network.post({o:"autocomplete",f:"spot",q:e,idToUri:!1}).then(a=>a.result)}create(e,a){return this.network.post({o:"spot",f:"create",...e,format:a})}update(e,a){const{spotBanner:o,...i}=e;return this.network.postCSRF({o:"spot",f:"update",...i,format:a})}getSpot(e,a){return this.network.post({o:"spot",f:"getSpot",idSpot:e,format:a})}getProperties(e){return this.network.post({o:"spot",f:"getProperties",idSpot:e})}getWidgets(e){return this.network.post({o:"spot",f:"getWidgets",idSpot:e})}getApplications(){return this.network.post({o:"spot",f:"get-available-widget"})}getCategories(){return this.network.post({o:"spot",f:"get-categories"})}getCategoriesConfiguration({signal:e}={}){return this.network.post({o:"spot",f:"getCategoriesConfiguration"},e)}getObjectListJamespotSpotMembers(e,a,o,i=1){return this.network.post({o:"objectListJamespot",f:"SpotMembers",idSpot:e,limit:o,page:i,format:"raw-little",query:a})}list(e,a){return this.network.post({o:"objectList",f:"jamespotSpotQueryList",...e,filters:e.filters?.map(o=>({...o,operator:o.operator?.replace("<","<")??void 0}))??void 0,format:W(e.format??"raw-little",a?.formatExtension)},a?.signal)}resetNotifications(e){return this.network.post({o:"spot",f:"resetNotifications",...e})}getUserLevelAndRight(e){return this.network.post({o:"spot",f:"getUserLevelAndRight",idSpot:e})}groupRequest(e){return this.network.postCSRF({o:"spot",f:"request",idSpot:e})}groupAddToFavorite(e){return this.network.postCSRF({o:"spot",f:"addToFavorite",idSpot:e})}objectListSpotArticles(e,a){return this.network.post({o:"objectList",f:"spotArticles",...e,format:W(a?.format??"raw-little",a?.formatExtension)},a?.signal)}changeMemberRole(e){return this.network.post({o:"spot",f:"changeRole",...e})}countMembers(e,a){return this.network.postCSRF({o:"spot",f:"countMembers",...e},a)}}class Gu extends C{getShowFields(e){return this.network.post({o:"intranetPage",f:"getShowFields"},e?.signal)}getUserContactsLists(e,a){return this.network.post({o:"intranetPage",f:"GetUserContactsLists",uris:e},a?.signal)}meteoSearchCity(e,a){return this.network.post({o:"intranetPage",f:"widgetMeteo",search:e},a?.signal)}}class ws extends C{async getGifs(e,a){return this.network.post({o:"jamespot",f:"giphy",...e,format:"raw"},a?.signal)}}class vs extends C{textEnhancement({text:e,capacity:a}){return this.network.post({o:"jia",f:"textEnhancement",text:e,capacity:a})}}class ks extends C{resolveUrl({id:e},a){return this.network.post({o:"jitsi",f:"resolveUrl",id:e},a)}}class bs extends C{getLogs({dateEnd:e,idLogMax:a}){return this.network.post({o:"jLand",f:"adminLogs",dateEnd:e,idLogMax:a})}getStats({map:e,dateStart:a,dateEnd:o}){return this.network.post({o:"jLand",f:"adminStats",map:e,dateStart:a,dateEnd:o})}getAllMapsAsAdmin(e="raw-list,licenses"){return this.network.post({o:"objectListJLand",f:"jLandList",format:e})}createMap(e,a="raw-list"){return this.network.maybePostToken({...e,o:"article",f:"create",format:a,type:"jlandmap"})}}class Cs extends C{async getAbsence(e,a){return this.network.post({o:"lucca",f:"getAbsence",...e},a?.signal)}}class zu extends C{getThumbnailUrl(e){return this.network.post({o:"magicPad",f:"getThumbnailUrl",uri:e})}}class Ju extends C{GetUnclassifiedFiles(e){return this.network.post({o:"objectListMediaLibrary",f:"GetUnclassifiedFiles",format:"raw-list",page:e.page??1,limit:e.limit,query:e.query??""})}getAccess(){return this.network.post({o:"mediaLibrary",f:"access"})}getFoldersStatsList(e=[],a=[],o=1){return this.network.post({o:"objectListMediaLibrary",f:"FoldersStatsList",filters:e,orders:a,page:o})}getFilesStatsList(e=[],a=[],o=1){return this.network.post({o:"objectListMediaLibrary",f:"FilesStatsList",filters:e,orders:a,page:o})}getStats(){return this.network.post({o:"mediaLibrary",f:"moderatorStats"})}readFolder(e){return this.network.post({o:"mediaLibrary",f:"readFolder",uri:e})}readFile(e){return this.network.post({o:"mediaLibrary",f:"readFile",uri:e})}moveFile(e){return this.network.post({format:"raw-list",uri:e.uriFile,mediaLibraryFolderOrientedLinks:e.uriFolder,publishTo:e.publishTo,o:"article",f:"update"})}}class Hu extends C{settingsSave(e,{signal:a}={}){return this.network.post({o:"menu",f:"settingsSave",...e},a)}}class $u extends C{sendMessage(e,a){return this.network.post({o:"messenger",f:"newMessage",idDiscussion:a,msg:{description:e}})}getOrCreateDiscussion(e,a){const o=e<a?`${e}.${a}`:`${a}.${e}`;return this.network.post({o:"messenger",f:"getDiscussion",idDiscussion:o,type:"messengerUser",idUserTo:a})}enableDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"discussionEnable",...e},a?.signal)}disableDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"discussionDisable",...e},a?.signal)}getSpotDiscussions(e,a){return this.network.post({o:"objectList",f:"messengerSpotDiscussions",format:a?.format,...e},a?.signal)}createSpotDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"createSpotDiscussion",...e},a?.signal)}updateSpotDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"updateSpotDiscussion",...e},a?.signal)}getMessageReads(e,a){return this.network.post({o:"messenger",f:"getMessageReads",...e,format:a?.format??G.LITTLE},a?.signal)}getDiscussionFiles(e,a){return this.network.post({o:"messenger",f:"loadFiles",...e,format:G.LITTLE},a?.signal)}listRecentDiscussions(e,a){return this.network.postCSRF({o:"messenger",f:"listRecentDiscussions",...e,format:a?.format??G.LIST},a?.signal)}getContactPin(e){return this.network.post({o:"messenger",f:"getContactPin",format:e?.format??G.LIST},e?.signal)}importantDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"importantDiscussion",...e},a?.signal)}muteDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"muteDiscussion",...e},a?.signal)}addUsers(e,a){return this.network.postCSRF({o:"messenger",f:"addUsers",...e,format:G.LITTLE},a?.signal)}editMessage(e,a){return this.network.postCSRF({o:"messenger",f:"editMessage",...e},a?.signal)}}class Ts extends C{async getConfiguration(e,a){return this.network.post({o:"module",f:"getConfiguration",...e},a?.signal)}async setConfiguration(e,a){return this.network.postCSRF({o:"module",f:"setConfiguration",...e},a?.signal)}}class Zu extends C{get(e){return this.network.post({o:"newsflash",f:"get",...e?.groups&&e.groups.length>0?{groups:e.groups}:{}},e?.signal)}}class xs extends C{getObject(e){return this.network.post({o:"object",f:"getObject",uri:e})}setAccess(e,a,o,i){return this.network.post({o:"object",f:"setAccess",uri:e,access:a,message:o,generalAccessRule:i})}getAccess(e){return this.network.post({o:"object",f:"getAccess",uri:e})}getAccessHash(e){return this.network.post({o:"object",f:"getAccessHash",uri:e})}askAccess(e,a,o){return this.network.postCSRF({o:"object",f:"askAccess",uri:e,askAccess:a,askMessage:o})}getAccessRequest(e,a){return this.network.post({o:"object",f:"getAccessRequest",format:"raw-little",uri:e,idUser:a})}setAccessRequest(e,a,o,i){return this.network.postCSRF({o:"object",f:"setAccessRequest",uri:e,idUser:a,requestAccessValue:o,requestResponseMessage:i})}}class Qu extends C{async isConfigurationValid(e){return this.network.post({o:"office",f:"isConfigurationValid"},e?.signal)}async getConfiguration(e){return this.network.post({o:"office",f:"getConfiguration"},e?.signal)}setConfiguration(e,a){return this.network.postCSRF({o:"office",f:"setConfiguration",userConfiguration:e},a?.signal)}async imapInboxCheckConnection(e,a){return this.network.post({o:"office",f:"imapInboxCheckConnection",...e},a?.signal)}async imapInboxGetEmails(e,a){return this.network.post({o:"office",f:"imapInboxGetEmails",...e},a?.signal)}async imapInboxGetUnreadEmailsCount(e){return this.network.post({o:"office",f:"imapInboxGetUnreadEmailsCount"},e?.signal)}async davCalendarCheckConnection(e,a){return this.network.post({o:"office",f:"davCalendarCheckConnection",...e},a?.signal)}async davCalendarGetEvents(e,a){return this.network.post({o:"office",f:"davCalendarGetEvents",...e},a?.signal)}async davAddressBookCheckConnection(e,a){return this.network.post({o:"office",f:"davAddressBookCheckConnection",...e},a?.signal)}async davAddressBookGetContacts(e,a){return this.network.post({o:"office",f:"davAddressBookGetContacts",...e},a?.signal)}async getProviders(e){return this.network.post({o:"office",f:"getProviders"},e?.signal)}async getProviderBaseUrls(e){return this.network.post({o:"office",f:"getProviderBaseUrls"},e?.signal)}}class Yu extends C{getFile(e,a){return this.network.post({o:"onlyOffice",f:"getFile",...e,format:a?.format?W(a.format,a?.extensions):void 0},a?.signal)}deleteFile(e){return this.network.postCSRF({o:"onlyOffice",f:"deleteFile",idFile:e})}createVersion(e){return this.network.post({o:"onlyOffice",f:"createVersion",idFile:e})}}class As extends C{list(e){return this.jApi.article.list({type:"orgCharts",...e},{format:"raw-list"})}async create(e,a){const o={...e,type:"orgCharts"};return this.jApi.article.create(o,a)}updateExternalUsersImage(e,a,o,i){return this.network.postCSRF({o:"orgCharts",f:"updateExternalUsersImage",id:e,type:a,idCurrentImg:o,idPreviousImg:i})}async getConfiguration(){return this.network.post({o:"orgCharts",f:"configuration"})}}class _s extends C{getPublishButtonSections(e,a){const o={o:"jamespot",f:"publishButtonSections"};return e&&(o.forceDefault=e),this.network.post(o,a?.signal)}}class Ls extends C{selectResponse(e,a){return this.network.post({o:"socialQuestion",f:"selectResponse",...e},a?.signal)}unselectResponse(e,a){return this.network.post({o:"socialQuestion",f:"unselectResponse",...e},a?.signal)}}class Fs extends C{getConfig(){return this.network.post({o:"search",f:"getConfig"})}proposition({query:e,format:a},o){return this.network.post({o:"search",f:"proposition",query:e,format:a??"little"},o)}searchQuery(e,a){const{keywords:o,category:i,facetCategories:l,filters:u,page:m,limit:v,sort:w,options:j,format:J,persistSolrQuery:we}=e;return this.network.post({o:"search",f:"query",keywords:o,category:i,facetCategories:l,filters:u,page:m,limit:v,sort:w,options:j,format:W(J,a?.formatExtension),persistSolrQuery:we},a?.signal)}getLastQueries(){return this.network.post({o:"search",f:"getLastQueries"})}getAdminConfig(){return this.network.post({o:"search",f:"getAdminConfig"})}setAdminConfig(e){return this.network.post({o:"search",f:"setAdminConfig",config:e})}}class Rs extends C{contentObjectLinks(e){return this.network.post({o:"shared",f:"contentObjectLinks",format:"raw-little",uri:e})}contentSetObjectAccessRule(e,a,o){return this.network.postCSRF({o:"shared",f:"contentSetObjectAccessRule",format:"raw-little",uri:e,rule:a,hash:o})}emailShare(e,a){return this.network.postCSRF({o:"shared",f:"contentEmailShare",...e},a?.signal)}}class js extends C{submit(e,a){return this.network.postCSRF({o:"surveyDate",f:"submit",...e},a?.signal)}revive(e,a){return this.network.postCSRF({o:"surveyDate",f:"revive",...e},a?.signal)}usersForDate(e,a){return this.network.post({o:"surveyDate",f:"usersForDate",...e},a?.signal)}}class Es extends C{list(){return this.network.post({o:"taxonomy",f:"list",format:"raw-little"}).then(e=>{if(Array.isArray(e.result))return e.result;throw"Bad response from backend"})}create({format:e="raw-little",...a}){return this.network.post({o:"taxonomy",f:"create",format:e,...a})}autocomplete(e,a){return this.network.post({o:"autocomplete",f:"taxonomy",q:a,idTaxonomy:e,idToUri:!1})}autocompleteList({format:e="autocomplete",...a}){return this.network.post({o:"objectListTaxonomy",f:"concept",format:e,...a})}autocompleteHierarchy(e){return this.network.post({o:"objectListTaxonomyHierarchy",f:"concept",...e})}}class Ds extends C{generateToDo(e,a){return this.network.post({...e,o:"teamWorkAi",f:"GenerateToDo"},a?.signal)}daySummary(e,a){return this.network.post({...e,o:"teamWorkAi",f:"daySummary"},a?.signal)}todoDone(e,a){return this.network.postCSRF({...e,o:"teamWorkAi",f:"todoDone"},a?.signal)}}class Is extends C{createChannel(e,a="raw-list"){return this.network.maybePostToken({...e,o:"article",f:"create",format:a,type:"tvDisplayChannel"})}getChannel(e){return this.network.post({...e,o:"tvDisplay",f:"getChannel"})}getConfigureChannel(e){return this.network.post({...e,o:"tvDisplay",f:"getConfigureChannel"})}}class Ku extends C{hasSecret(e){return this.network.get("twoFactorAuthentication","hasSecret",void 0,e)}twoFactorAuthenticationGenerateConfiguration(e){return this.network.postCSRF({o:"twoFactorAuthentication",f:"generateConfiguration"},e)}verifyKey(e,a){return this.network.postCSRF({o:"twoFactorAuthentication",f:"verifyKey",key:e},a)}resetSecret(e){return this.network.postCSRF({o:"twoFactorAuthentication",f:"resetSecret"},e)}isKeyValid(e,a){return this.network.postCSRF({o:"twoFactorAuthentication",f:"isKeyValid",...e},a)}activationStatistics(e){return this.network.get("twoFactorAuthentication","activationStatistics",void 0,e)}twoFactorAuthenticationGetUserMail(e){return this.network.get("twoFactorAuthentication","getUserMail",void 0,e)}twoFactorAuthenticationDailyActivationStatistics(e,a,o){return this.network.get("twoFactorAuthentication","dailyActivationStatistics",{dateStart:e,dateEnd:a},o)}}class Ps extends C{autocomplete(e,a){const{query:o,...i}=e;return this.network.post({...i,o:"autocomplete",f:"user",q:o,idToUri:!1,format:a?.format},a?.signal).then(l=>l.result)}get(e,a="little",o){return this.network.post({o:"user",f:"get",uri:e,format:a},o)}updateImage(e,a="raw-little"){return this.network.postCSRF({o:"user",f:"updateImage",idFile:e,format:a})}updateBanner(e,a="raw-little"){return this.network.postCSRF({o:"user",f:"updateBanner",idFile:e,format:a})}updateMail(e,a){return this.network.postCSRF({o:"user",f:"editMail",mail:e,password:a})}checkPassword(e,a){return this.network.postCSRF({o:"user",f:"checkPassword",password:e},a)}userUpdateProfile(e){return this.network.postCSRF({o:"user",f:"updateProfile",...e})}configuration(){return this.network.post({o:"userDirectory",f:"configuration"})}fieldsConfiguration(){return this.network.post({o:"user",f:"fieldsConfiguration"})}userList(e,a){return this.network.post({o:"objectList",f:"JamespotUserList",...e,format:W(e.format,a?.formatExtension)},a?.signal)}userQueryList(e,a){return this.network.post({o:"objectList",f:"JamespotUserQueryList",...e,format:W(e.format,a?.formatExtension)})}userMap(e,a){return this.network.post({o:"objectListJamespot",f:"userMap",...e},a?.signal)}userBusinessContactQueryList(e,a){return this.network.post({o:"businessContact",f:"queryList",...e},a?.signal)}userCreateBusinessContact(e,a){const i={...{...e,pseudo:e.title,firstName:e.firstname,lastName:e.lastname,champ1:e.field1,champ2:e.field2,champ3:e.field3,champ4:e.field4,champ5:e.field5},type:"businessContactCard",publishTo:"networkPublic/1"};return this.jApi.article.create(i,a)}userUpdateBusinessContact(e,a){const i={...{...e,pseudo:e.title,firstName:e.firstname,lastName:e.lastname,champ1:e.field1,champ2:e.field2,champ3:e.field3,champ4:e.field4,champ5:e.field5},uri:e.uri,publishTo:"networkPublic/1"};return this.jApi.article.update(i,a)}userDeleteBusinessContact(e){return this.jApi.article.delete(e)}userBusinessContactImport(e,a){return this.network.postCSRFWithFile({o:"businessContact",f:"import",file:e.file},a?.signal)}userAddContact(e){return this.network.post({o:"user",f:"addContact",idUser:e})}userRemoveContact(e){return this.network.post({o:"user",f:"removeContact",idUser:e})}signIn(e,a,o){return this.network.post({o:"user",f:"signIn",mail:e,password:a,format:o??"raw-view"})}getFields(e,a){return this.network.post({o:"user",f:"getFields",idUser:e,fieldsType:a})}getSpots({format:e="raw-little",...a}={},{signal:o}={}){return this.network.post({o:"user",f:"getSpots",...a,format:e},o)}getSpotCategories({signal:e}={}){return this.network.post({o:"user",f:"getSpotCategories"},e)}getNotificationsConfiguration(e){return this.network.post({o:"user",f:"getNotificationsConfiguration"},e?.signal)}setNotificationsConfiguration(e){return this.network.postCSRF({o:"user",f:"setNotificationsConfiguration",userNotificationsConfiguration:e})}getProperty(e,a){return this.network.post({o:"user",f:"getProperty",name:e},a?.signal)}setProperty(e,a,o){return this.network.postCSRF({o:"user",f:"setProperty",name:e,value:JSON.stringify(a)},o?.signal)}getAIProfile(e){return this.network.post({o:"user",f:"getAIProfile"},e?.signal)}setAIProfile(e,a){return this.network.postCSRF({o:"user",f:"setAIProfile",userAIProfile:e},a?.signal)}getUsersBirthday(e){return this.network.post({o:"user",f:"getUsersBirthday"},e?.signal)}}class Xu extends C{recordingDelete(e,a,o){return this.network.post({o:"visioConnect",f:"videoRecordingDelete",id:e,filename:a},o?.signal)}statistics(e,a){return this.network.post({o:"visioConnect",f:"statistics",...e},a?.signal)}statisticsRoomSessions(e,a){return this.network.post({o:"visioConnect",f:"statisticsRoomSessions",...e},a?.signal)}resolveUrl({uri:e},a){return this.network.post({o:"visioConnect",f:"resolveUrl",uri:e},a)}createPermanentRoom(e,a){return this.network.post({o:"visioConnect",f:"createPermanentRoom",format:a?.format,...e},a?.signal)}updatePermanentRoom(e,a){return this.network.post({o:"visioConnect",f:"updatePermanentRoom",format:a?.format,...e},a?.signal)}archivePermanentRoom(e,a){return this.network.post({o:"visioConnect",f:"archivePermanentRoom",uri:e},a?.signal)}unarchivePermanentRoom(e,a){return this.network.post({o:"visioConnect",f:"unarchivePermanentRoom",uri:e},a?.signal)}getPermanentRoom(e,a){return this.network.post({o:"visioConnect",f:"getPermanentRoom",format:a?.format,...e},a?.signal)}getPermanentRoomsMy(e,a){return this.network.post({o:"objectList",f:"visioConnectPermanentRoomsMy",format:a?.format,...e},a?.signal)}getPermanentRoomsAll(e,a){return this.network.post({o:"objectList",f:"visioConnectPermanentRoomsAll",format:a?.format,...e},a?.signal)}getPermanentRoomsArchive(e,a){return this.network.post({o:"objectList",f:"visioConnectPermanentRoomsArchive",format:a?.format,...e},a?.signal)}}class em extends C{getActivities(e,a){return this.network.post({o:"wall",f:"getActivities",...e,format:W(a?.format??G.LIST,a?.formatExtension)},a?.signal)}getFilters(e){return this.network.post({o:"wall",f:"getFilterList"},e?.signal)}setFilters(e,a){return this.network.post({o:"wall",f:"setFilterList",...e},a?.signal)}}class Os extends C{getFiles(e,a){return this.network.post({...e,o:"weDoc",f:"getFiles",format:a?.format?W(a.format,a.extensions):void 0},a?.signal)}getTemplates(e){return this.network.post({o:"weDoc",f:"getTemplates"},e?.signal)}createFile(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"createFile"},a?.signal)}createFolder(e,a){return this.network.postCSRF({...e,format:a?.format,o:"weDoc",f:"createFolder"},a?.signal)}updateFile(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"updateFile"},a?.signal)}listMy(e,a){return this.network.post({...e,format:W(a?.format??G.LIST,a?.extensions),o:"object",f:"list",namespace:"weDoc",view:"my"},a?.signal)}listSharedWithMe(e,a){return this.network.post({...e,format:W(a?.format??G.LIST,a?.extensions),o:"object",f:"list",namespace:"weDoc",view:"sharedWithMe"},a?.signal)}folderPath(e,a){return this.network.post({...e,format:a?.format,o:"weDoc",f:"folderPath"},a?.signal)}getFolders(e,a){return this.network.post({...e,format:W(a?.format??G.LITTLE,a?.extensions),o:"object",f:"list",namespace:"weDoc",view:"folders"},a?.signal)}moveFile(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"moveFile"},a?.signal)}deleteFolder(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"deleteFolder"},a?.signal)}moveFolder(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"moveFolder"},a?.signal)}}class Ms extends C{responseUserList(e,a,o){return this.network.post({o:"widget",f:"responseUserList",uri:e,uniqid:a,page:o})}removeWidget({id:e,type:a,uniqid:o}){return this.network.post({o:"widget",f:"removeWidget",id:e,type:a,uniqid:o})}updateWidget({id:e,uniqid:a,content:o,title:i,type:l,uri:u,v2:m=!1}){return this.network.post({o:"widget",f:"updateWidget",uri:u,id:e,uniqid:a,content:o,title:i,type:l,v2:m})}getWidget({uri:e,uniqid:a},o){return this.network.post({o:"widget",f:"getWidget",uri:e,uniqid:a},o)}checkListRespond({id:e,type:a,uri:o,idUser:i,uniqid:l,index:u}){return this.network.post({o:"widget",f:"checkListRespond",uri:o,id:e,type:a,uniqid:l,idUser:i,index:u})}checkListGetResponse({uri:e,uniqid:a}){return this.network.post({o:"widget",f:"checkListGetResponse",uri:e,uniqid:a})}presenceRespond({id:e,type:a,uri:o,value:i,uniqid:l},u){return this.network.post({o:"widget",f:"presenceRespond",uri:o,id:e,type:a,value:i,uniqid:l},u)}presenceCancel({uri:e,uniqid:a},o){return this.network.postCSRF({o:"widget",f:"presenceCancel",uri:e,uniqid:a},o)}presenceGetResponse({uri:e,uniqid:a},o){return this.network.post({o:"widget",f:"presenceGetResponse",uri:e,uniqid:a},o)}quickSurveyGetResponse({uri:e,uniqid:a},o){return this.network.post({o:"widget",f:"quickSurveyGetResponse",uri:e,uniqid:a},o)}quickSurveyAddEnty({uri:e,uniqid:a,label:o,responseUuid:i},l){return this.network.postCSRF({o:"widget",f:"quickSurveyAddEntry",uri:e,label:o,uniqid:a,responseUuid:i},l)}quickSurveyRespond({id:e,type:a,uri:o,index:i,multi:l,uniqid:u,responseUuid:m},v){return this.network.postCSRF({o:"widget",f:"quickSurveyRespond",id:e,type:a,uri:o,index:i,multi:l,uniqid:u,responseUuid:m},v)}quickSurveyGetResponseUserList({uri:e,uniqid:a,index:o,page:i,limit:l,responseUuid:u},m){return this.network.post({o:"widget",f:"quickSurveyGetResponseUserList",uri:e,uniqid:a,index:o,page:i,limit:l,responseUuid:u},m)}presenceGetResponseUserList({uri:e,uniqid:a,index:o,page:i,limit:l},u){return this.network.post({o:"widget",f:"presenceGetResponseUserList",uri:e,uniqid:a,index:o,page:i,limit:l},u)}}class En{version="1.0";network;activity;admin;animations;application;article;articleTranslation;asei;assetReservation;audience;bbb;bookmark;businessNetworking;calendar;community;contentFactory;contentReport;publishButton;datasource;diapazone;digitalDesk;drive;externalApp;extraBot;faq;file;filebank;fileIntegrity;fileSync;global;group;intranetPage;jamespot;jia;jitsi;jland;lucca;magicPad;mediaLibrary;menu;messenger;module;newsflash;object;office;onlyOffice;questionAnswer;search;share;surveyDate;taxonomy;teamWorkAi;tvDisplay;twoFactorAuthentication;user;visioConnect;wall;wedoc;widget;orgcharts;constructor(e){this.network=e,this.activity=new Xp(this),this.admin={advanced:new xi(this),license:new Ai(this),logs:new _i(this),store:new Li(this),utils:new Fi(this)},this.animations=new tu(this),this.application=new $i(this),this.article=new Ki(this),this.articleTranslation=new Wu(this),this.asei=new Vu(this),this.assetReservation=new Xi(this),this.audience=new es(this),this.bbb=new ts(this),this.bookmark=new as(this),this.businessNetworking=new ns(this),this.calendar=new os(this),this.community=new is(this),this.contentFactory=new ss(this),this.contentReport=new rs(this),this.publishButton=new _s(this),this.datasource=new cs(this),this.diapazone=new ls(this),this.digitalDesk=new qu(this),this.drive=new ds(this),this.externalApp=new ps(this),this.extraBot=new us(this),this.faq=new ms(this),this.file=new hs(this),this.filebank=new gs(this),this.fileIntegrity=new fs(this),this.fileSync=new Nu(this),this.global=new Ss(this),this.group=new ys(this),this.intranetPage=new Gu(this),this.jamespot=new ws(this),this.jia=new vs(this),this.jitsi=new ks(this),this.jland=new bs(this),this.lucca=new Cs(this),this.magicPad=new zu(this),this.mediaLibrary=new Ju(this),this.messenger=new $u(this),this.menu=new Hu(this),this.module=new Ts(this),this.newsflash=new Zu(this),this.object=new xs(this),this.office=new Qu(this),this.onlyOffice=new Yu(this),this.questionAnswer=new Ls(this),this.search=new Fs(this),this.share=new Rs(this),this.surveyDate=new js(this),this.taxonomy=new Es(this),this.teamWorkAi=new Ds(this),this.tvDisplay=new Is(this),this.twoFactorAuthentication=new Ku(this),this.user=new Ps(this),this.visioConnect=new Xu(this),this.wall=new em(this),this.wedoc=new Os(this),this.widget=new Ms(this),this.orgcharts=new As(this)}}var Us=(n=>(n[n.ABORT=-1]="ABORT",n[n.SUCCESS=0]="SUCCESS",n[n.RATE_LIMIT=429]="RATE_LIMIT",n))(Us||{});class Je{action;window;constructor(e,a="api-front"){this.window=e,this.action=a}static _formatPostOptions(e){const a=e?{body:JSON.stringify(e)}:void 0;return Object.assign({method:"POST",credentials:"same-origin"},a)}async getUrl(e,a,o){const i=await this.window.getBackendUrl();let l;try{const u=new URL(`/${this.action}/${e}/${a}`,i);o&&Object.entries(o).forEach(([m,v])=>{u.searchParams.set(m,v)}),l=u.href}catch{l=`${i}/${this.action}/${e}/${a}`}return l}async getHostname(){const e=await this.window.getBackendUrl(),a=e.split("//");return a[1]??a[0]??e}handleApiResponse(e,a){return this.window.fetch(e,a).then(o=>o.json()).then(o=>{if(o.error===0)return o;throw{error:o.error,errorMsg:o.errorMsg,messages:o.messages}}).catch(o=>{throw a.signal?.aborted?{error:-1,aborted:!0}:(o.error===429&&this.window.tooManyRequest(),o)})}async fetch({o:e,f:a,...o},i){i===void 0&&(i=null);const l=await this.getUrl(e,a);return this.handleApiResponse(l,{...Je._formatPostOptions(o),signal:i})}async get(e,a,o,i){i===void 0&&(i=null);const l=await this.getUrl(e,a,o);return this.handleApiResponse(l,{method:"GET",credentials:"same-origin",signal:i})}post(e,a){return this.fetch(e,a)}postFormData(e,a,o){return this.handleApiResponse(e,{method:"POST",credentials:"same-origin",body:a,signal:o??null})}async postFile(e,a){const o=await this.getUrl("file","create");if(e.append("format","raw-little"),!e.has("token")){const{result:l}=await this.token();e.append("token",l)}const i=e.get("token");return!i||typeof i!="string"?Promise.reject("Missing token"):this.postFormData(o,e,a).then(l=>({response:l,token:i}))}static serializeFormData(e){const a=new FormData;return Object.entries(e).forEach(([o,i])=>{i!==void 0&&(Array.isArray(i)?i.length===0?a.append(`${o}[]`,""):i.forEach(l=>{a.append(`${o}[]`,l)}):typeof i=="object"&&i!==null&&!(i instanceof File)?a.append(o,JSON.stringify(i)):a.append(o,i))}),a}async postWithFile(e,a){const{o,f:i,...l}=e,u=Je.serializeFormData(l),m=await this.getUrl(o,i);return this.postFormData(m,u,a)}async postCSRFWithFile(e,a){{const o=(await this.tokenCSRF()).result;return this.postWithFile({...e,tokenCSRF:o},a)}}postCSRF(e,a){return this.tokenCSRF().then(o=>this.post(Object.assign(e,{tokenCSRF:o.result}),a))}postToken(e,a){return this.token(a).then(o=>this.post(Object.assign(e,{token:o.result}),a))}maybePostToken(e,a){return"token"in e&&e.token?this.post(e,a):this.postToken(e)}token(e){return this.post({o:"misc",f:"token"},e)}tokenCSRF(){return this.post({o:"misc",f:"tokenCSRF"})}}class Bs{async getBackendUrl(){const e=window.location;return`${e.protocol}//${e.host}`}fetch(e,a){return window.fetch(e,a)}tooManyRequest(){window.location.href="/r/user/tooManyRequest"}}const ue=s({id:r(),mainType:t(),type:t(),uri:t(),dateCreation:t().optional(),dateModified:t().nullable().optional()}),tm=ue.extend({title:t(),_url:t()}),B=f(tm),am=n=>B.safeParse(n).success,Dn=s({id:t(),uri:t(),shortUri:t(),title:t(),name:t(),mainType:t(),type:t(),label:t(),cssClass:t(),cssColor:t(),class:t()}),nm=Dn.extend({title:t()}),Oe=f(nm),om=Oe.extend({Pseudo:t(),_url:t()}),In=f(om),Ws=Oe.extend({idspot:t()}),Pn=f(Ws),im=g([Oe,In,Pn]),sm=B.extend({isTechnical:r(),status:r(),image:t(),isMember:d(),stats:p({moderators:r(),members:t()}),_members:y(B)}),rm=Dn.pick({uri:!0,title:!0}),ne=s({create:d(),read:d(),publish:d(),administrate:d(),update:d(),delete:d(),comment:d(),member:d().optional(),createNewVersion:d().optional(),versioning:d().optional(),generateRendition:d().optional(),onlyOffice:d().optional()}),cm=n=>ne.safeParse(n).success,mt=g([c("de"),c("en"),c("es"),c("fl"),c("fr"),c("it"),c("nl"),c("pl"),c("pt"),c("ro"),c("tr")]),Vs={ADMIN:9,USER:5,EXTERNAL:3,GUEST:0},qs={EXTRABOT:"extraBot"},lm=B.extend({level:K(Vs),variant:K(qs).optional(),dateCreation:t(),dateModified:t()}),I=f(lm),dm=I.extend({active:r()}),Ze=f(dm),pm=n=>Ze.safeParse(n).success,Ns=Ze,um=n=>Ns.safeParse(n).success,Gs=s({idInType:r(),lat:r(),lng:r()}),mm=n=>Gs.safeParse(n).success,We=p({title:t(),firstname:t(),lastname:t(),mail:g([t(),U()]).optional(),description:t().optional(),dateOfBirth:t().optional(),phoneNumber:t().optional(),language:mt.optional(),timeZone:t().optional(),mobileNumber:t().optional(),company:t().optional(),country:t().optional(),department:t().optional(),function:t().optional(),webSite:t().optional(),image:g([t(),U()]).optional(),userBanner:g([t(),U()]).optional(),field1:t().optional(),field2:t().optional(),field3:t().optional(),field4:t().optional(),field5:t().optional()}),wn=We.required().extend({level:t(),image:t().optional(),businessManagementManager:I.array().optional(),businessNetworkingUserToCompanySrc:I.array().optional()}),hm=p({user_field_edit_profil:A(We.keyof(),r()),user_field_editable:A(We.keyof(),r()),user_field_my_page:A(We.keyof(),r()),user_page_mandatory_fields:p({firstname:T(["0","1"]),lastname:T(["0","1"]),pseudo:T(["0","1"])})}),gm=s({name:t(),value:g([t(),A(t(),Se())])}),fm=T(["popover"]),Sm=s({values:wn,mobileEditableFields:wn.keyof().array()}),ym=s({mail:g([t(),U()]).optional(),title:t(),firstname:t(),lastname:t(),phoneNumber:g([t(),U()]).optional(),company:g([t(),U()]).optional(),function:g([t(),U()]).optional(),uri:g([t(),U()]).optional(),field1:g([t(),U()]).optional(),field2:g([t(),U()]).optional(),field3:g([t(),U()]).optional(),field4:g([t(),U()]).optional(),field5:g([t(),U()]).optional()}),zs=s({userDirectoryShow:g([c(""),c("1")]),contactDirectoryShow:g([c("0"),c("1")]),businessContactShow:d(),menu:g([c("0"),c("1")]),cardFields:t().array(),tableFields:t().array(),viewFields:t().array(),userGeoloc:d().optional(),sort:t(),cnt:r().optional(),filters:p({name:t(),type:t()}).array()}),wm=n=>zs.safeParse(n).success,Js=-1,vn=0,Hs=5,kn=1,bn=2,Cn=10,vm=s({default:p({mailEnabled:d(),mailFrequency:g([c(vn),c(kn),c(Hs),c(bn),c(Cn)]),mailGroupFrequency:r(),wantMailSpotit:d(),wantMailComment:d(),wantMailSubscriber:d(),wantActivitySpotit:d(),wantActivityComment:d()}),userSpotConfigurations:y(p({spotUri:t(),spotTitle:t(),mailLocked:d(),wantMailSpotit:d(),wantMailComment:d(),wantMailSubscriber:d(),mailFrequency:g([c(Js),c(vn),c(kn),c(bn),c(Cn)]),wantActivitySpotit:d(),wantActivityComment:d()})),userNetworkConfigurations:y(p({networkUri:t(),networkTitle:t(),wantMail:d(),wantActivity:d()})),userApplicationConfigurations:y(p({name:t(),title:t(),wantMail:d()}))}),km=s({customPrompt:t()}),bm=s({IdUser:r(),FirstName:t(),LastName:t(),dateModified:r()}),Cm=B.extend({description:t().optional().nullable(),_user:I,_right:ne}),On=f(Cm),Tm=n=>On.safeParse(n).success,xm=B.extend({type:T(["folder","rootFolder"]),folderColor:t().optional()}),He=f(xm),Am=B.omit({_url:!0}).extend({mainType:c("network"),type:T(["networkPublic"]),dateModified:t().nullable()}),$s=f(Am),_m=s({attrName:t(),token:t(),file:_u(File).nullable().optional(),url:t().optional()}),Qe=s({width:r(),height:r()}),Lm=s({type:t(),id:r(),timestamp:t(),imagesize:se(Qe)}),Zs=s({x:r(),y:r(),w:r(),h:r(),rotation:r(),killSize:d().optional()}),Fm=["fileArticle","fileComment","fileObject","file","fileDrive"],Qs=T(Fm),Ys=B.extend({mimetype:t(),path:t().optional(),size:r(),mainType:Qs}),V=f(Ys),Rm=n=>V.parse(n),jm=V.extend({_extend:p({crop:Zs})}),Em=f(jm),Dm=On.merge(Ys),Im=f(Dm),Pm=s({name:t(),filename:t(),dateModified:t(),mimetype:t()}),Om=s({idUser:t(),dateDownload:t(),Pseudo:t(),type:t()}),Mm=s({url:t(),aspectRatio:r()}),Ks="og:image",Um="og:title",Bm="og:url",Wm="og:video",Vm="og:description",Xs="og:video:height",er="og:video:width",tr="og:video:url",Mn="og:type",ar=s({[Mn]:c("jamespot"),uri:t(),object:B}),nr=s({[Mn]:c("youtube"),url:t(),title:t(),description:t(),[Ks]:t(),[tr]:t(),[er]:t(),[Xs]:t()}),or=s({uri:t().optional(),url:t().optional(),title:t().optional(),description:t().optional(),count:r().optional(),[Bm]:t().optional(),[Mn]:t().optional(),[Um]:t().optional(),[Vm]:t().optional(),[Ks]:t().optional(),[Wm]:t().optional(),[tr]:t().optional(),[er]:t().optional(),[Xs]:t().optional()}),ir=g([ar,nr,or]),sr=s({type:t(),title:t(),description:t(),privacy:g([t(),r()]),edito:t().nullable(),language:t(),category:t(),idCommunity:t().optional(),widgets:y(t()).optional()}),rr=g([c(0),c(1),c(2),c(3)]),qm=s({level:rr,user:I}),Un=s({RF_Constant_levelName:t(),RF_delete:d(),RF_editing:d(),RF_level:r(),RF_levelName:t(),RF_levelName_Trad:t(),RF_parameters:d(),RF_setAdmin:d(),RF_spotit:d(),RF_spotit_own:d()});var Bn=(n=>(n[n.SPOT_MODERATE_IGNORE=0]="SPOT_MODERATE_IGNORE",n[n.SPOT_MODERATE_ACCEPT=1]="SPOT_MODERATE_ACCEPT",n[n.SPOT_MODERATE_PENDING=2]="SPOT_MODERATE_PENDING",n))(Bn||{});const cr=K(Bn);var Wn=(n=>(n[n.SPOT_PRIVATE=0]="SPOT_PRIVATE",n[n.SPOT_PUBLIC=1]="SPOT_PUBLIC",n[n.SPOT_MODERATE=2]="SPOT_MODERATE",n))(Wn||{});const Vn=K(Wn),Nm=s({userLevelSpot:Un,spotMinLevelToInvit:r(),userRights:ne,accessRequestStatus:cr.optional(),groupPrivacy:Vn}),me=s({value:g([t(),r()]),label:t()}),qn=s({id:t(),title:t(),enabled:d().optional()}),Nn=s({idSpot:t(),idOrder:t(),idWidget:t(),type:t(),title:t(),url:t(),visible:t()}),lr=g([c("overwrite"),c("author-change")]),Gm=s({value:lr,label:t()}),dr=s({edit_access:y(me.extend({description:t()})),commentLevel:y(me.extend({selected:d().optional()})),displayType:y(me),user_level_signup:y(me.extend({selected:d().optional()})),spot_right_user:y(me.extend({selected:d().optional()})),useTeaser:y(me),spotDefaultPublishType:y(t()),mail_frequency:y(me),widgets:y(qn),custom_widgets:A(Nn).or(y(Te())),isArchive:r(),fileSyncVersioningType:Gm.array()}),pr=s({url:t(),idUser:r(),send:d().optional(),_user:I.optional(),date:t().optional(),error:t().optional()}),ur=s({edit_access:g([c(""),c("author")]),commentLevel:g([c("-1"),c("1"),c("2"),c("3")]),user_level_signup:g([c(""),c("1"),c("2"),c("3")]),nounsubscribe:g([c("0"),c("1")]),useTeaser:g([c(""),c("0"),c("1")]).nullable(),displayType:t(),spot_right_user:t(),rss_feed:y(pr).nullable(),spotDefaultPublishType:t(),mail_frequency:t(),mail_comment:g([c("1"),c("")]),mail_spotit:g([c("1"),c("")]),mail_subscriber:g([c("1"),c("")]),lock_mail:g([c("1"),c("")]),activity:g([c("1"),c("0")]),publishFolder:g([c("1"),c("0")]),notifyFolder:g([c("1"),c("0")]),widgets:y(t()),rss_access:g([c("1"),c("0")]),rss_key:t(),fileSyncEnabled:g([c("1"),c("0")]),fileBankQuota:t(),fileSyncVersioningType:lr,_options:dr,_errors:Di([]),lastRssExecution:A(t()).optional()}),zm=qn.array(),Jm=sr.extend(ur.omit({rss_feed:!0}).partial().shape).extend({uri:t(),image:t().nullable().optional(),spotBanner:V.array().optional(),token:t().optional(),uriCommunity:t().optional(),custom_widgets:A(Nn).optional(),rss_feed:t()}),Hm=f(Jm),$m=s({idWidget:t(),title:t(),url:t(),type:t(),icon:t(),description:t()}),mr=s({id:t(),idorder:r(),label:t()}),Zm=s({use:g([d(),r(),t(),E()]),open:g([d(),r(),t(),E()]),list:mr.array()}),Qm=B.extend({dateCreation:t(),dateModified:t(),category:r(),privacy:Vn,cssColor:t().optional(),unread:r().optional()}),Ye=f(Qm),Ym=Ye.extend({}),hr=f(Ym),Km=hr.extend({description:t().optional(),edito:t().nullable().optional(),language:t(),image:t().nullable().optional(),spotBanner:V.array().optional(),idCommunity:t().optional(),useTeaser:g([c(""),c("0"),c("1")]).nullable().optional()}),Xm=f(Km),eh=s({idSpot:g([t(),r()]),mailFrequency:g([t(),r()]),mailSpotit:d(),mailComment:d(),mailSubscriber:d()}),th=s({type:t().optional(),format:$e.optional(),query:t().optional(),limit:r().optional(),page:r().optional(),public:d().optional(),orders:xe.optional(),filters:Pe.or(U()).optional()}),ah=s({openCategory:d()}),nh=n=>Un.safeParse(n).success,ye=g([I,Ye,He,$s]);var h=(n=>(n.Accessibility="widget-accessibility",n.Application="widget-application",n.ArticleButton="widget-article-button",n.Button="widget-button",n.ArticleGallery="widget-article-gallery",n.ArticleTitle="widget-article-title",n.ArticleText="widget-article-text",n.ArticleImage="widget-article-image",n.ArticleAttachment="widget-article-attachment",n.ArticleSlider="widget-article-slider",n.CheckList="widget-check-list",n.DatasourceTable="widget-datasource-table",n.ExcelDatasourceTable="widget-excel-datasource-table",n.Presence="widget-presence",n.QuickSurvey="widget-quick-survey",n.Contact="widget-contact",n.ContactCardDav="widget-contact-cardDav",n.CalendarCalDav="widget-calendar-calDav",n.EmailsImap="widget-emails-imap",n.Documents="widget-documents",n.LuccaAbsence="widget-lucca-absence",n.Slider="widget-slider",n.Welcome="widget-welcome",n.UserProfile="widget-user-profil",n.Color="widget-color",n.Birthday="widget-birthday",n.Separator="widget-separator",n.Calendar="widget-calendar",n.Extension="widget-extension",n.Cover="widget-cover",n.Image="widget-image",n.Countdown="widget-countdown",n.Charts="widget-charts",n.Meteo="widget-meteo",n.MyGroup="widget-my-group",n.Newsflash="widget-newsflash",n.SyncContent="widget-sync-content",n.Text="widget-text",n.Embed="widget-embed",n.Youtube="widget-youtube",n.Flockler="widget-flockler",n.Faq="widget-faq",n))(h||{});const Gn=K(h),oh=s({name:Gn,uniqid:t(),content:le().optional()}),ih=p({title:t(),widget:oh}),ht=f(ih),gr=T(["left","right","center","justify"]),sh=T(["top","bottom","center","left","right"]),rh=T(["auto","contain","cover"]),fr=T(["sm","md","lg"]),zn=T(["h1","h2","h3","h4","h5","h6"]),Sr=T(["contained","outlined"]),yr=T(["link","anchor","popup"]),wr=s({x:r(),y:r()}),vr=T(["default","vertical"]),F=(n,e,a)=>{const o=e.safeParse(n);return o.success===!1&&a&&console.error(o.error.message),o.success},kr=(n,e)=>e.safeParse(n).success,br=(n,e)=>{const a=e.passthrough().safeParse(n);return a.success?a.data:n},Jn=s({imageId:r().optional(),imageVerticalAlign:t(),imageHorizontalAlign:t(),imageColorDye:d(),imageColorDyeValue:t(),imageColorDyeOpacity:r(),imageRepeat:d(),imageFilters:p({name:t(),value:r(),unit:t().nullable()}).array()}),ch=s({backgroundImage:Jn}),gt=s({fontSize:r().optional(),textColor:t().optional(),padding:r().optional()}),ft=s({name:c(h.Accessibility),uniqid:t(),content:gt}),Cr=T(["gallery","list"]),Tr=g([c(1),c(2)]),xr=s({tab:c("apps"),name:t(),appId:t().optional(),url:t().optional(),title:t().optional(),targetBlank:d().optional(),noReferer:d().optional()}),Ar=s({tab:g([c("links"),c("default")]),name:t().optional(),appId:t().optional(),title:t().optional(),url:t().optional(),icon:t().optional(),"background-color":t().optional(),backgroundColor:t().optional(),color:t().optional(),targetBlank:d().optional(),noReferer:d().optional()}),_r=s({tab:c("image"),name:t().optional(),appId:t().optional(),title:t().optional(),url:t().optional(),img:t().optional(),customImageUri:t().optional(),targetBlank:d().optional(),noReferer:d().optional()}),Lr=s({tab:c("extensions"),name:t(),appId:t().optional(),title:t().optional(),url:t().optional(),targetBlank:d().optional(),noReferer:d().optional()}),Fr=g([xr,Ar,_r,Lr]),lh=n=>n.tab==="apps",dh=n=>n.tab==="links"||n.tab==="default",ph=n=>n.tab==="image",uh=n=>n.tab==="extensions",Rr=s({color:t().optional()}),St=s({size:Tr.optional(),view:Cr.optional(),number:r().optional(),selection:Fr.array().optional(),css:Rr.optional()}),yt=s({name:c(h.Application),uniqid:t(),content:St}),wt=s({files:V.array().optional(),fileDisplay:T(["list","gallery"]).optional()}),vt=s({name:c(h.ArticleAttachment),uniqid:t(),content:wt}),jr=s({url:t(),target:t()}),Er=s({uniqid:t()}),Dr=s({title:t(),widgets:ht.array()}),Ir=s({text:t().optional(),color:t().optional(),backgroundColor:t().optional(),borderRadius:t().optional(),fontSize:t().optional(),buttonSize:fr.optional(),variant:Sr.optional(),url:t().optional(),target:t().optional()}),mh=Ir.extend({openingType:yr.optional(),openingTypeLink:jr.optional(),openingTypeAnchor:Er.optional(),openingTypePopup:Dr.optional()}),kt=f(mh),bt=s({name:c(h.ArticleButton),uniqid:t(),content:kt}),Ct=s({gap:t().optional(),column:t().optional(),files:V.array().optional()}),Tt=s({name:c(h.ArticleGallery),uniqid:t(),content:Ct}),xt=s({file:V.optional(),useFilter:d().optional()}),At=s({name:c(h.ArticleImage),uniqid:t(),content:xt}),Pr=s({title:t(),text:t(),titleHeading:T(["h1","h2","h3","h4","h5","h6","p","span","div"]).optional(),textColor:t().optional(),opacityFilter:r().optional(),opacityColor:t().optional(),file:V.optional()}),_t=s({slides:Pr.array().optional(),maxWidth:r().optional(),delay:r().optional(),loop:d().optional(),autoplay:d().optional(),useDots:d().optional(),startAt:r().optional()}),Lt=s({name:c(h.ArticleSlider),uniqid:t(),content:_t}),Ft=s({text:t().optional(),color:t().optional(),fontSize:t().optional(),lineHeight:t().optional(),linkColor:t().optional()}),Rt=s({name:c(h.ArticleText),uniqid:t(),content:Ft}),jt=s({text:t().optional(),textAlign:gr.optional(),heading:t().optional(),color:t().optional(),backgroundColor:t().optional(),dataCy:t().optional()}),Et=s({name:c(h.ArticleTitle),uniqid:t(),content:jt}),Or=s({BackgroundOne:t().optional(),TextColorOne:t().optional(),BackgroundTwo:t().optional(),TextColorTwo:t().optional()}),Dt=s({size:pe.number().optional(),css:Or.optional()}),It=s({name:c(h.Birthday),uniqid:t(),content:Dt}),Mr=T(["sm","md","wd","lg"]),Ur=T(["left","right","top","bottom"]),Br=T(["top-left","top","top-right","left","center","right","bottom-left","bottom","bottom-right"]),Wr=s({"background-color":t().optional(),"border-radius":t().optional(),"border-color":t().optional(),"border-width":t().optional(),"border-style":t().optional(),color:t().optional(),"font-size":t().optional(),padding:t().optional(),"line-height":t().optional()}),Vr=s({padding:t().optional()}),qr=s({"font-size":t().optional()}),Nr=c("subscribegroup"),Gr=s({id:g([r(),t()]),type:t().optional(),uri:t().optional(),title:t().optional()}),zr=s({group:Gr.optional()}),Pt=s({name:t().optional(),icon:t().optional(),description:t().optional(),size:Mr.optional(),openingType:t().optional(),href:t().optional(),target:t().optional(),noReferer:d().optional(),position:Br.optional(),buttonStyle:Wr.optional(),iconPosition:Ur.optional(),iconPadding:Vr.optional(),iconFontSize:qr.optional(),actionType:Nr.optional(),action:zr.optional()}),Ot=s({name:c(h.Button),uniqid:t(),content:Pt}),Mt=p({view:T(["list","month","day","group"]).or(t()).optional(),spotId:r().optional()}),Ut=s({name:c(h.Calendar),uniqid:t(),content:Mt}),Bt=s({calEventsLimit:d().optional(),calEventsLimitValue:r().optional(),calEventsPromptStatus:t().optional()}),Wt=s({name:c(h.CalendarCalDav),uniqid:t(),content:Bt}),Jr=s({title:t(),value:d().optional(),links:jn.array().optional(),id:r().optional(),file:V.optional(),user:p({id:r().or(t()),type:c("user"),mainType:c("user")}).optional()}),Vt=s({arr:Jr.array().optional(),css:A(t(),t().or(r())).optional(),widgets:ht.array().optional(),edit:d().optional()}),qt=s({name:c(h.CheckList),uniqid:t(),content:Vt}),Nt=p({backgroundColor:t().optional()}),Gt=s({name:c(h.Color),uniqid:t(),content:Nt}),zt=s({contactLimit:d().optional(),contactLimitValue:r().optional(),contactPromptStatus:t().optional()}),Jt=s({name:c(h.ContactCardDav),uniqid:t(),content:zt}),Ht=s({articleUri:t().optional(),background:T(["color","image"]).optional(),backgroundColor:t().optional(),color:t().optional(),size:t().or(r()).optional(),textShadow:d().optional(),usePattern:d().optional()}),$t=s({name:c(h.Countdown),uniqid:t(),content:Ht}),Zt=s({id:pe.number().optional(),title:t().optional(),titleHeading:zn.optional(),description:t().optional(),imgLink:t().optional(),colorFilter:t().optional(),opacityFilter:r().optional(),button:A(t(),t().or(r()).or(d())).optional(),css:A(t(),t().or(r())).optional()}),Qt=s({name:c(h.Cover),uniqid:t(),content:Zt}),Hr=T(["date","date-time","date-time-sec","time","time-sec"]),$r=T(["fr-FR","en-EN","filesize"]),Zr=s({}),Qr=s({type:c("text")}),Yr=s({label:t(),value:t()}),Kr=s({type:c("select"),options:Yr.array()}),Xr=s({type:c("date")}),ec=g([Qr,Kr,Xr,Zr]),Hn=s({name:t().optional(),isVisible:d().optional(),textEllipsis:d().optional(),label:t().optional(),dateFormat:Hr.optional(),numberFormat:$r.optional(),sortByCreationDate:d().optional()}),hh=Hn.array(),tc=T(["text","uri","file","select","url","transient","date","datetime","email","number","title"]),gh=s({name:t(),label:t(),sortable:d().optional(),type:tc,widget:ec}),ac=s({limit:r().or(d()).optional(),tableColumnsData:Hn.array().optional(),tableHeadColor:t().optional(),tableHeadTextColor:t().optional(),tableHeadIconColor:t().optional(),tableRowColor:t().optional(),tableRowTextColor:t().optional(),tableBorderRadius:r().optional(),tableSizedColumns:d().optional(),tableSizedColumnsWidth:r().optional()}),fh=ac.extend({uri:t().optional()}),Ke=f(fh),Yt=s({name:c(h.DatasourceTable),uniqid:t(),content:Ke}),Kt=s({uri:t().optional(),textColor:t().optional(),view:T(["list","gallery"]).or(t()).optional(),size:T(["md","lg"]).or(t()).optional(),rows:r().optional(),cols:r().optional(),hidePreview:d().optional(),hideExtension:d().optional(),sortBy:T(["title","dateCreation"]).optional()}),Xt=s({name:c(h.Documents),uniqid:t(),content:Kt}),ea=s({emailsLimit:d().optional(),emailsLimitValue:r().optional(),emailsPromptStatus:t().optional()}),ta=s({name:c(h.EmailsImap),uniqid:t(),content:ea}),aa=s({text:t().optional()}),na=s({name:c(h.Embed),uniqid:t(),content:aa}),oa=Ke,ia=s({name:c(h.ExcelDatasourceTable),uniqid:t(),content:oa}),sa=s({extensionName:t().optional()}),ra=s({name:c(h.Extension),uniqid:t(),content:sa}),Sh=s({absentUntil:t(),period:t().array(),title:t(),uri:t()}),ca=s({url:t().optional()}),la=s({name:c(h.LuccaAbsence),uniqid:t(),content:ca}),da=s({view:T(["image","banner","cover"]).optional(),css:A(t(),t().or(r())).optional(),colorFilter:t().optional(),opacityFilter:pe.number().optional(),buttonBackgroundColor:t().optional(),buttonTextColor:t().optional(),groups:y(t()).optional()}),pa=s({name:c(h.Newsflash),uniqid:t(),content:da}),ae=d().or(c(0)).or(c(1)),Xe=s({limit:d().or(r()).optional(),limitValue:r().optional(),closing:ae.optional(),isClosed:ae.optional()}),yh=n=>kr(n,Xe),ua=s({name:c(h.Presence),uniqid:t(),content:Xe}),wh=n=>F(n,ua),nc=s({id:r(),type:t(),uniqid:t(),value:r()}),vh=n=>F(n,nc),oc=s({userValue:r(),userAvailableList:I.array(),userUnavailableList:I.array(),userAvailableTotal:r(),userUnavailableTotal:r()}),kh=n=>F(n,oc),bh=s({data:I.array(),cnt:r(),page:r(),limit:r()}),ic=s({title:t(),id:r().optional(),mimetype:t().optional(),file:V.optional(),uuid:t().optional()}),ma=s({arr:ic.array().optional(),css:A(t(),t().or(r())).optional(),widgets:ht.array().optional(),open:ae.optional(),multi:ae.optional(),closing:ae.optional(),isClosed:ae.optional(),showResult:ae.optional(),isNotDisabled:ae.optional(),seeResponseAfter:ae.optional(),anonymize:ae.optional()}),ha=s({name:c(h.QuickSurvey),uniqid:t(),content:ma}),Ch=s({userList:I.array(),counter:r()}),Th=s({totalRespondent:r(),totalResponse:r(),userLoggedResponses:t().array(),userResponses:Ch.array()}),xh=s({data:I.array(),cnt:r(),page:r(),limit:r()}),sc=T(["horizontal","vertical"]),rc=T(["top-left","top-center","top-right","center-left","center","center-right","bottom-left","bottom-center","bottom-right"]),ga=p({color:t().optional(),size:r().optional(),orientation:sc.optional(),align:rc.optional()}),fa=s({name:c(h.Separator),uniqid:t(),content:ga}),cc=s({id:pe.number().optional(),title:t().optional(),titleHeading:zn.optional(),text:t().optional(),textColor:t().optional(),opacityFilter:r().optional(),opacityColor:t().optional(),button:A(t(),t().or(r()).or(d())).optional(),css:A(t(),t().or(r())).optional()}),Sa=s({slides:cc.array().optional(),maxWidth:r().optional(),loop:d().optional(),autoplay:g([r(),d()]).optional(),delay:r().optional(),useDots:d().optional(),startAt:r().optional(),css:A(t(),t().or(r())).optional()}),ya=s({name:c(h.Slider),uniqid:t(),content:Sa}),wa=s({uri:t().optional(),name:t().optional()}),$n=s({name:c(h.SyncContent),uniqid:t(),content:wa}),va=s({text:t().optional(),padding:r().optional(),css:A(t(),t().or(r())).optional()}),ka=s({name:c(h.Text),uniqid:t(),content:va}),ba=s({buttonName:pe.string().optional(),pictureSize:t().optional(),css:A(t(),t().or(r())).optional()}),Ca=s({name:c(h.UserProfile),uniqid:t(),content:ba}),Ta=s({message:t().optional(),buttonName:pe.string().optional(),lineBreak:Oi().optional(),position:t().optional(),css:A(t(),t().or(r())).optional()}),xa=s({name:c(h.Welcome),uniqid:t(),content:Ta}),lc=T(["pie","column","line"]),dc=s({name:t().optional(),y:r().optional(),color:t().optional()}),pc=s({name:t().optional(),data:g([r().array(),dc.array()]).optional(),color:t().optional()}),Aa=s({type:lc.optional(),title:t().optional(),subtitle:t().optional(),series:pc.array().optional(),colors:t().array().optional(),legend:d().optional(),tooltip:t().optional(),css:A(t(),t().or(r())).optional(),data:le().array().optional()}),_a=s({name:c(h.Charts),uniqid:t(),content:Aa}),uc=s({insee:t(),title:t()}),Ah=s({insee:t(),title:t(),nid:t()}),La=s({backgroundColor:t().optional(),location:uc.optional()}),Fa=s({name:c(h.Meteo),uniqid:t(),content:La}),Ra=s({display:t().optional()}),ja=s({name:c(h.MyGroup),uniqid:t(),content:Ra}),Ea=s({id:te(),type:t().optional(),imagesize:s({width:pe.number(),height:pe.number()}).optional(),urlMode:d().optional(),urlValue:t().optional(),urlWidthValue:te(),urlHeightValue:te(),urlLeftValue:te(),urlTopValue:te(),urlScaleValue:te(),adjust:te(),imageSize:te(),backgroundPosition:T(["left","center","right"]).optional(),verticalAlign:T(["top","center","bottom"]).optional(),borderRadius:te(),advancedSettings:te(),css:A(t(),t().or(r())).optional(),click:T(["yes","no"]).optional(),href:t().optional(),target:t().optional(),anchor:t().optional()}),Da=s({name:c(h.Image),uniqid:t(),content:Ea}),mc=s({background:t().optional(),backgroundCardContact:t().optional(),linkColor:t().optional(),textNameColor:t().optional(),buttonColor:t().optional()}),Ia=s({usersUri:t().array().optional(),displayFields:t().array().optional(),css:mc.optional()}),_h=A(t(),t()),Lh=p({id:r(),firstname:t().optional(),lastname:t().optional(),notActive:c("USER_Not_Active").optional(),notIncontact:c("USER_Not_In_Contact").optional()}).passthrough(),Pa=s({name:c(h.Contact),uniqid:t(),content:Ia}),Oa=s({url:t()}),Ma=s({name:c(h.Flockler),uniqid:t(),content:Oa}),Ua=s({uri:t().optional(),title:t().optional(),hideCover:d().optional(),allowComment:d().optional(),openThemes:t().array().optional()}),Ba=s({name:c(h.Faq),uniqid:t(),content:Ua}),Wa=s({sourceUrl:t().optional()}),Va=s({name:c(h.Youtube),uniqid:t(),content:Wa}),hc=g([p({layers:t().array().optional()}).and(yt),p({layers:t().array().optional()}).and(vt),p({layers:t().array().optional()}).and(bt),p({layers:t().array().optional()}).and(Ot),p({layers:t().array().optional()}).and(Tt),p({layers:t().array().optional()}).and(At),p({layers:t().array().optional()}).and(Et),p({layers:t().array().optional()}).and(Rt),p({layers:t().array().optional()}).and(Xt),p({layers:t().array().optional()}).and($t),p({layers:t().array().optional()}).and(Lt),p({layers:t().array().optional()}).and(qt),p({layers:t().array().optional()}).and(Yt),p({layers:t().array().optional()}).and(ia),p({layers:t().array().optional()}).and(ua),p({layers:t().array().optional()}).and(ha),p({layers:t().array().optional()}).and(Wt),p({layers:t().array().optional()}).and(Jt),p({layers:t().array().optional()}).and(ta),p({layers:t().array().optional()}).and(la),p({layers:t().array().optional()}).and(Ca),p({layers:t().array().optional()}).and(ft),p({layers:t().array().optional()}).and(It),p({layers:t().array().optional()}).and(Gt),p({layers:t().array().optional()}).and(fa),p({layers:t().array().optional()}).and(ya),p({layers:t().array().optional()}).and(xa),p({layers:t().array().optional()}).and(ra),p({layers:t().array().optional()}).and(Ut),p({layers:t().array().optional()}).and(Qt),p({layers:t().array().optional()}).and(_a),p({layers:t().array().optional()}).and(Fa),p({layers:t().array().optional()}).and(ja),p({layers:t().array().optional()}).and(Da),p({layers:t().array().optional()}).and(Pa),p({layers:t().array().optional()}).and(pa),p({layers:t().array().optional()}).and($n),p({layers:t().array().optional()}).and(ka),p({layers:t().array().optional()}).and(na),p({layers:t().array().optional()}).and(Ma),p({layers:t().array().optional()}).and(Ba),p({layers:t().array().optional()}).and(Va)]),gc=1,fc=2,Sc=3,yc=4,wc=g([c(gc),c(fc),c(Sc),c(yc)]),ce=s({title:t(),level:wc.optional(),widget:hc}),R=s({widgets:ce.array().optional()}),vc=g([R.extend(St.shape),R.extend(wt.shape),R.extend(kt.shape),R.extend(Pt.shape),R.extend(Ct.shape),R.extend(xt.shape),R.extend(Ft.shape),R.extend(jt.shape),R.extend(_t.shape),R.extend(Vt.shape),R.extend(Ht.shape),R.extend(Ke.shape),R.extend(oa.shape),R.extend(Kt.shape),R.extend(Xe.shape),R.extend(ma.shape),R.extend(Bt.shape),R.extend(zt.shape),R.extend(ea.shape),R.extend(ca.shape),R.extend(Sa.shape),R.extend(Ta.shape),R.extend(ba.shape),R.extend(gt.shape),R.extend(Dt.shape),R.extend(Nt.shape),R.extend(ga.shape),R.extend(Zt.shape),R.extend(Aa.shape),R.extend(La.shape),R.extend(Ra.shape),R.extend(Ea.shape),R.extend(Ia.shape),R.extend(da.shape),R.extend(sa.shape),R.extend(Mt.shape),R.extend(wa.shape),R.extend(va.shape),R.extend(aa.shape),R.extend(Oa.shape),R.extend(Ua.shape),R.extend(Wa.shape)]),Fh=s({[h.Application]:yt,[h.ArticleButton]:bt,[h.Button]:Ot,[h.ArticleGallery]:Tt,[h.ArticleTitle]:Et,[h.ArticleText]:Rt,[h.ArticleImage]:At,[h.ArticleAttachment]:vt,[h.ArticleSlider]:Lt,[h.CheckList]:qt,[h.Countdown]:$t,[h.DatasourceTable]:Yt,[h.ExcelDatasourceTable]:ia,[h.Presence]:ua,[h.QuickSurvey]:ha,[h.Documents]:Xt,[h.CalendarCalDav]:Wt,[h.ContactCardDav]:Jt,[h.EmailsImap]:ta,[h.LuccaAbsence]:la,[h.Slider]:ya,[h.Welcome]:xa,[h.UserProfile]:Ca,[h.Accessibility]:ft,[h.Birthday]:It,[h.Color]:Gt,[h.Separator]:fa,[h.Extension]:ra,[h.Calendar]:Ut,[h.Cover]:Qt,[h.Charts]:_a,[h.Meteo]:Fa,[h.MyGroup]:ja,[h.Image]:Da,[h.Contact]:Pa,[h.Newsflash]:pa,[h.SyncContent]:$n,[h.Text]:ka,[h.Embed]:na,[h.Flockler]:Ma,[h.Faq]:Ba,[h.Youtube]:Va}),kc=s({[h.Application]:St,[h.ArticleButton]:kt,[h.Button]:Pt,[h.ArticleGallery]:Ct,[h.ArticleTitle]:jt,[h.ArticleText]:Ft,[h.ArticleImage]:xt,[h.ArticleAttachment]:wt,[h.ArticleSlider]:_t,[h.CheckList]:Vt,[h.DatasourceTable]:Ke,[h.ExcelDatasourceTable]:oa,[h.Presence]:Xe,[h.QuickSurvey]:ma,[h.CalendarCalDav]:Bt,[h.ContactCardDav]:zt,[h.Countdown]:Ht,[h.EmailsImap]:ea,[h.LuccaAbsence]:ca,[h.Slider]:Sa,[h.Welcome]:Ta,[h.UserProfile]:ba,[h.Accessibility]:gt,[h.Birthday]:Dt,[h.Color]:Nt,[h.Separator]:ga,[h.Extension]:sa,[h.Calendar]:Mt,[h.Cover]:Zt,[h.Charts]:Aa,[h.Meteo]:La,[h.MyGroup]:Ra,[h.Image]:Ea,[h.Contact]:Ia,[h.Newsflash]:da,[h.SyncContent]:wa,[h.Text]:va,[h.Documents]:Kt,[h.Embed]:aa,[h.Flockler]:Oa,[h.Faq]:Ua,[h.Youtube]:Wa}),Rh=n=>{const a=kc.shape[n.name];return a?{...n,content:br(n.content,a)}:n},Zn=s({busy:g([d(),U()]).optional(),loading:g([d(),U()]).optional(),initialized:g([d(),U()]).optional(),mounted:g([d(),U()]).optional(),hover:g([d(),U()]).optional(),empty:d().optional(),locked:d().optional(),lastUpdatedTimestamp:g([r(),U()]).optional(),isNewlyAdded:g([d(),U()]).optional()}),jh=B.extend({dateCreation:t(),dateModified:t(),mainType:c("article")}),$=f(jh),Qn=$.extend({description:t().nullable().optional(),_user:I,_right:ne,_audience:ye.array(),image:Qe.optional(),articleWidgets:ce.array().optional(),metas:ir.optional(),edito:t().optional()}),O=f(Qn),Eh=O.extend({_attachedFiles:V.array(),tags:Oe.array().optional(),processContext:E().optional(),_transientCtx:E().optional(),uiObjectLink:B.array().optional()}),q=f(Eh),Dh=O.extend({type:c("internalDraft"),hasRightToPublishType:d()}),Yn=f(Dh),Ih=q.extend(Yn.shape).extend({type:c("internalDraft"),idDraft:r(),form:A(t(),Se())}),bc=f(Ih),Ph=s({type:t().optional(),query:t().optional(),limit:r().optional(),page:r().optional(),orders:xe.optional(),filters:Pe.optional(),public:d().optional()}),Oh=s({uri:t().optional(),idArticle:r().optional()}),et=s({title:t().optional(),description:t().nullable().optional(),type:t().optional(),publishTo:t().optional(),idSpot:y(t()).optional()}),Mh=s({id:r(),type:t(),dateCreation:t(),dateModified:t(),title:t(),uri:t()}),Uh=s({attachment:d().optional(),idArticle:r(),limits:p({max:r(),start:r()}).optional()}),Bh=s({token:t(),content:t(),idArticle:r(),sendAlert:d(),alertAuthor:d(),widgets:ce.array().optional(),type:g([c("comment"),c("commentResponse")]).optional()}),Wh=s({token:t().optional(),description:t().optional(),idComment:r(),widgets:ce.array().optional()}),Vh=s({idUser:t(),dateRead:t(),Pseudo:t(),type:t()}),qh=He.extend(Qn.shape).extend({_nbItems:r(),parentURI:t().optional(),type:He.shape.type}),Cc=f(qh);var qa=(n=>(n.Binary="binary",n.Select="select",n.Radio="radio",n.Check="check",n.Rate="rate",n.Scale="scale",n.Text="text",n.Textarea="textarea",n.FileUpload="file-upload",n.GridRadio="grid-radio",n.GridCheck="grid-check",n))(qa||{});const Tc=K(qa),Kn=s({title:t()}).array(),Xn=s({title:t()}).array(),eo=s({title:t()}).array(),to=s({title:t()}).array(),ao=s({type:p({on:t(),off:t()}),size:r().array(),index:r()}),no=s({start:p({title:t(),value:r()}),end:p({title:t(),value:r()}),options:p({label:t(),value:r()}).array()}),oo=t(),io=t(),so=t().array(),ro=s({lines:p({title:t()}).array(),rows:p({title:t()}).array()}),co=s({lines:p({title:t()}).array(),rows:p({title:t()}).array()}),Nh=g([Kn,Xn,eo,to,ao,no,oo,io,so,ro,co]),lo=s({lengthMin:d(),lengthMinValue:r(),lengthMax:d(),lengthMaxValue:r()}),po=s({types:p({on:t(),off:t()}).array()}),uo=s({arr:p({label:t(),value:r()}).array()}),mo=s({length:d(),lengthMin:r(),lengthMax:r()}),ho=s({length:d(),lengthMin:r(),lengthMax:r()}),go=s({limit:r().or(d()),limitValue:r(),arr:p({name:t(),active:d(),mimetype:t()}).array()}),fo=s({forceResponse:d()}),So=s({forceResponse:d()}),Gh=g([lo,po,uo,mo,ho,go,fo,So]),X=s({mandatory:d(),condition:d(),uniqid:t(),label:t(),description:t(),name:Tc,extraParams:p({}).optional(),widgetOptions:p({}).optional()}),xc=X.extend({name:c("binary"),data:Kn}),Ac=X.extend({name:c("select"),data:Xn}),_c=X.extend({name:c("radio"),data:eo}),Lc=X.extend({name:c("check"),data:to,widgetOptions:lo}),Fc=X.extend({name:c("rate"),data:ao,widgetOptions:po}),Rc=X.extend({name:c("scale"),data:no,widgetOptions:uo}),jc=X.extend({name:c("text"),data:oo,widgetOptions:mo}),Ec=X.extend({name:c("textarea"),data:io,widgetOptions:ho}),Dc=X.extend({name:c("file-upload"),data:so,widgetOptions:go}),Ic=X.extend({name:c("grid-radio"),data:ro,widgetOptions:So}),Pc=X.extend({name:c("grid-check"),data:co,widgetOptions:fo}),Oc=g([xc,Ac,_c,Lc,Fc,Rc,jc,Ec,Dc,Ic,Pc]),yo=s({uniqid:t(),title:t(),fields:Oc.array()}),zh=O.extend({type:c("pollSurvey"),banner:t().optional(),anonymousResponse:E(),multipleResponse:r(),publicResults:t().nullable(),pollProgression:p({colors:A(t(),t()),maxRespondentsValue:r(),countRespondentsValue:r()}),pollResponseShowProgression:r(),dateEnd:t(),status:p({name:t(),value:r()})}),wo=f(zh),Jh=q.extend(wo.shape).extend({pollContent:yo.array().or(E()).optional(),pollLinks:E().optional(),pollForceClose:E(),pollResponseUserVisibility:E().optional(),pollResponseAuthorVisibility:E().optional(),pollResponseShowRespondent:E(),pollBanner:V.array().optional(),pollMessage:t().optional()}),Mc=f(Jh),Hh=Object.values(qa),Uc=n=>{if(typeof n!="object"||n===null)return!1;const e=n.pollContent;return Array.isArray(e)?e.every(a=>{if(typeof a!="object"||a===null)return!1;const o=a.fields;return Array.isArray(o)?o.every(i=>typeof i=="object"&&i!==null&&Hh.includes(i.name)):!1}):!1},Bc=n=>Uc(n),$h=n=>{if(typeof n!="object"||n===null)return!1;const e=n;return e.type!=="pollSurvey"||typeof e.title!="string"?!1:Uc(e.data)},Zh=(n,e)=>e==="pollSurvey"?Bc(n):!1,Qh=ue.extend({mainType:c("link"),srcId:r(),srcType:t(),targetId:r(),targetType:t().nullable()}),Na=f(Qh),Yh=Na.extend({value:le().nullable(),_src:B.optional(),_target:B.optional()}),Kh=f(Yh),Xh=Na.extend({value:r().optional(),_src:I.optional(),_target:B.optional()}),Wc=f(Xh),Ve=n=>{const e=n??B.or(I);return Na.extend({value:t().nullable(),_src:e.optional(),_target:e.optional().or(U()),bookmarkUrl:t().optional().nullable(),bookmarkOrder:r().optional(),bookmarkLabel:t().optional(),bookmarkMeta:t().optional().nullable(),url:t().optional().nullable(),type:c("bookmarkLink")})},Vc=n=>p({id:r(),mainType:t(),type:t(),uri:t(),_values:p({dateCreation:t(),dateModified:t()}).optional(),srcId:r(),srcType:t(),targetId:r(),targetType:t().nullable(),value:t().nullable(),_cssColor:t(),_cssClass:t(),_src:(n??B).optional(),_target:(n??B).optional(),bookmarkUrl:t().optional().nullable(),bookmarkOrder:t().optional(),bookmarkLabel:t().optional(),bookmarkMeta:t().optional().nullable(),url:t().optional().nullable()});var vo=(n=>(n.RAW_LIST="raw-list",n.LIST="list",n))(vo||{});const eg=s({targetId:r(),targetType:t(),format:K(vo).optional()}),tg=p({"raw-list":Ve(),list:Vc()}),ag=p({bookmarkLabel:Ve(B).shape.bookmarkLabel,bookmarkMeta:Ve(B).shape.bookmarkMeta,bookmarkUrl:Ve(B).shape.bookmarkUrl}),qc=s({type:c("text")}),Nc=t(),Gc=s({type:c("textarea"),params:p({class:c("mceEditor"),mention:c("1")}).optional()}),zc=t().nullable(),Jc=s({type:c("number")}),Hc=r(),$c=s({type:c("color"),options:p({colors:t(),defaultColor:t()})}),Zc=s({type:c("date"),format:t()}),Qc=t().nullable(),Yc=s({type:c("datetime")}),Kc=t().nullable(),Xc=s({type:c("datePicker")}),el=t().nullable(),tl=r(),al=s({type:c("audience"),options:p({disableEveryoneAudience:d().optional(),views:T(["folder","user","group","businessContact"]).array().optional()}).optional()}),nl=s({type:c("link")}),ol=s({type:c("multiattribute")}),il=s({type:c("file")}),sl=s({type:c("image"),params:se(p({avatar:se(d())}))}),rl=s({type:c("select"),options:A(t(),Se()),params:p({data:t().optional(),defaultValue:t().optional(),explain:c(1).optional()}).optional()}),cl=s({type:c("embed")}),ll=s({type:c("iframeVideo")}),dl=s({type:c("email")}),pl=t(),ul=s({type:c("url"),params:p({target:c("_blank").optional()})}),ml=t(),hl=s({type:c("place"),options:A(t(),Se())}),gl=s({type:c("refUser")}),fl=s({type:c("transient")}),Sl=s({type:c("radio"),options:A(t(),Se())}),yl=s({type:c("checkbox"),options:A(t(),Se())}),wl=s({type:c("taxonomy"),params:p({idTaxonomy:t(),type:t().optional(),limit:r().optional(),allowOptions:d().optional()})}),vl=s({type:c("tel")}),kl=s({type:c("toggle")}),bl=s({type:c("orientedlinks"),params:p({"jcomplete-multiple":g([c("0"),c("1")]),showAdd:g([c("0"),c("1")]),supportedTypes:y(t())})}),Cl=s({type:c("uri"),params:p({class:t(),"jcomplete-url":t(),type:t()})}),ng=g([qc,Gc,Jc,Zc,Yc,Xc,rl,cl,ll,dl,ul,gl,Sl,yl,bl,wl,Cl,fl,ol,vl,kl,hl,$c,nl,il,sl,al]),og=g([tl,el,Kc,Qc,pl,Hc,zc,Nc,ml]),Tl=s({interval:r(),useInterval:r()}),nt=s({source:t()}),xl=s({image:nt,banner:nt,cover:nt.optional(),display:t().optional()}),Al=s({id:r(),type:t(),uri:t(),title:t(),description:t(),_url:t(),display:t(),urlAction:t(),actionName:t(),sources:xl}),ig=s({properties:Tl,results:y(Al)}),_l=0,Ll=1,Fl=2,Rl=3,jl=s({label:t(),entries:y(t())}),sg=s({writeRight:g([c(_l),c(Ll),c(Fl),c(Rl)]),writeRightSelector:y(ye),useCustom:d(),sections:y(jl),otherEnabledEntries:y(t()),disabledEntries:y(t())}),rg=s({countActiveUsersWithoutLicense:r().optional(),countLicensesAssigned:r(),countLicensesNotAssigned:r()}),cg=s({name:t(),operator:t(),value:r()}),lg=A(r()),dg=s({id:r(),kind:t(),dateCreation:t(),idFeature:r(),uri:t(),contentId:r(),contentType:t(),status:r()}),El=s({id:r(),kind:t(),dateCreation:t(),idFeature:r(),uri:t(),contentId:r(),contentType:t(),status:r()}),pg=s({dateCreation:t(),action:t(),idUser:r(),pseudo:t(),level:r(),ip:t(),url:t(),extended:t().optional()}),ug=s({dateCreation:t(),action:t(),mainType:t(),idObject:r(),typeObject:t(),mail:t().optional(),url:t(),extended:t().optional()}),mg=s({dateCreation:t(),type:t(),msg:t()}),hg=s({uri:t(),title:t(),price:r(),image:t(),license:d()}),gg=s({url:t()}),Dl=s({sref:t().optional(),href:t().optional(),idDiv:t(),label:t(),icon:t(),licenseMode:g([c("classic"),c("article")]).optional(),hook:t().optional()}),Il=s({name:t(),label:t(),icon:t(),color:Di([t(),t(),t()]),state:t().optional(),access:d(),url:t().optional(),tabs:y(Dl).optional()}),fg=Il.array(),Pl=T(["Autumn","BackToSchool","Birthday","Celebration","Christmas","CustomAnimation","EasterEggs","Eastern","HappyNewYear","Halloween","LaborDay","Maythefourth","Movember","MusicFestival","Olympics","PinkOctober","Spring","Summer","Winter","NationalHoliday"]),Sg=s({name:Pl,activeClickEffect:r(),activeDecor:r(),decorLoader:se(d()),auto:d(),audience:y(t())}),Ol=s({date:t(),number:r()}),yg=ue.extend({type:c("animationStat"),mainType:c("animationStat"),animationName:t(),dateStart:t(),dateEnd:t().nullable(),auto:d(),stats:y(Ol),animAudience:y(t())}),wg=f(yg),Ml=s({code:mt,label:t()}),Ul=s({language:mt,title:t(),description:t(),lastSaveDateTime:r().nullable(),lastSaveUserId:r().nullable(),auto:p({set:d(),title:t(),description:t(),fetched:d()}).nullable(),keepAsDraft:d(),report:d().optional()}),vg=s({languages:Ml.array(),translations:Ul.array()}),Bl=g([c("created"),c("validated"),c("handled")]),kg=q.extend({type:c("aseiClearanceTicket"),aseiClearanceTicketValidator:I.array(),aseiClearanceTicketHandler:B.array().optional(),aseiClearanceTicketApplicationManagers:B.array().optional(),aseiClearanceTicketInstitution:B.array(),aseiClearanceTicketNatureOfDemand:t(),aseiClearanceTicketInternetAccess:t(),aseiClearanceTicketInternetAccessSpecify:t().optional(),aseiClearanceTicketMicrosoftTeams:t().nullable(),aseiClearanceTicketVariousNetworks:t().nullable(),aseiClearanceTicketFreeText:t().optional(),aseiClearanceTicketOfficeAccess:t().nullable(),aseiClearanceTicketSharedDirectoriesSpecify:t().optional(),aseiClearanceTicketBlueKanGo:t().nullable(),aseiClearanceTicketAccounting:t(),aseiClearanceTicketAccountingBudget:t(),aseiClearanceTicketTransfers:t().nullable(),aseiClearanceTicketBilling:t(),aseiClearanceTicketPayroll:t(),aseiClearanceTicketPayrollBudget:t(),aseiClearanceTicketAccommodationCosts:t(),aseiClearanceTicketCommercialManagement:t(),aseiClearanceTicketInventoryManagement:t(),aseiClearanceTicketTimeManagement:t(),aseiClearanceTicketBdes:t(),aseiClearanceTicketMandateStart:t().nullable().optional(),aseiClearanceTicketMandateEnd:t().nullable().optional(),aseiClearanceTicketIndicatorsPlatform:t().nullable(),aseiClearanceTicketBudgetLetters:t(),aseiClearanceTicketComputerisedFile:t().nullable(),aseiClearanceTicketRecruiterAccess:t().nullable(),aseiClearanceTicketTypeOfWorkContractFrom:E().optional(),aseiClearanceTicketTypeOfWorkContractTo:E().optional(),aseiClearanceTicketLastName:t(),aseiClearanceTicketFirstName:t(),aseiClearanceTicketUser:I.array().optional(),aseiClearanceTicketTypeOfWorkContract:t(),aseiClearanceTicketTypeOfWorkContractSpecify:t().optional(),aseiClearanceTicketPosition:t(),aseiClearanceTicketStatus:Bl}),Wl=f(kg),bg=q.extend({type:c("aseiInstitution"),aseiInstitutionValidator:B.array()}),Vl=f(bg),Cg=s({dsi:t(),gestionnaireApplicatif:t(),createurDemande:t()}),Tg=s({accessWriter:d(),accessApp:d()}),xg=s({description:t(),right:p({manage:d()}),daysOff:y(t()).optional(),weekEnd:g([c("0"),c("1")]),bookingOpeningTime:t(),bookingClosingTime:t(),lastBookingSchedule:t()}),Ag=O.extend({type:c("bookableAsset"),_isColorDark:d().nullable(),assetPlannerBackgroundColor:t().nullable()}),Ga=f(Ag),_g=O.extend(Ga.shape).extend({assetBanner:V.array()}),ql=f(_g),Lg=O.extend({type:c("reservation"),dateStart:t(),dateEnd:t(),reservationCancelled:d(),_asset:Ga}),Nl=f(Lg),za=T(["pending","success","error"]),Fg=s({errorMsg:t().optional(),jobUid:t(),state:za,start:r().int().positive(),end:r().int().positive().optional(),value:t().optional()}),Rg=p({token:t(),fullname:t()}),jg=p({redirectUrl:t()}),Eg=p({token:t()}),Dg=p({dateStart:t(),title:t()}),Ig=y(I),Pg=$.extend({type:c("businessContactCard")}),ko=f(Pg),Og=O.extend(ko.shape).extend({mail:t().nullable(),pseudo:t().nullable(),firstName:t().nullable(),lastName:t().nullable(),phoneNumber:t().nullable(),company:t().nullable(),function:t().nullable(),champ1:t().nullable().optional(),champ2:t().nullable().optional(),champ3:t().nullable().optional(),champ4:t().nullable().optional(),champ5:t().nullable().optional()}),Gl=f(Og),Mg=O.extend({dateEnd:t().optional(),type:c("boardCard"),_board:$.optional()}),zl=f(Mg),Ug=q.extend(zl.shape).extend({members:I.array(),rolesPersons:le().optional(),uriBoard:le().optional(),uriList:le().optional(),color:t().optional(),cardCover:le().optional(),estimatedTime:le().optional()}),Bg=f(Ug),Ja=$.extend({type:c("socialEvent")}),Wg=O.extend(Ja.shape).extend({place:t(),address:t(),dateStart:t(),dateEnd:t(),noGestion:d(),urlGestion:t().optional(),allDay:d(),textColor:t(),backgroundColor:t(),qrCodeValue:t().optional()}),Ae=f(Wg),Vg=n=>Ae.safeParse(n).success,qg=q.extend(Ae.shape).extend({allDay:d(),useQrcode:d().optional(),bgColor:t().optional(),socialEventUseCeiling:d(),socialEventCeiling:r().nullable().optional(),hideFromCalendar:d(),urlGestion:t().optional(),webinarUrlForGuests:t().optional().nullable()}),_e=f(qg),Ng=n=>_e.safeParse(n).success,bo=p({title:t().min(1),dateStart:t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),dateEnd:t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),allDay:d().optional(),place:t().optional().nullable(),address:t().optional().nullable(),description:t().optional(),socialEventUseCeiling:d().optional(),socialEventCeiling:r().nullable().optional(),publishTo:t().optional(),textColor:t().optional().nullable(),bgColor:t().optional().nullable(),hideFromCalendar:d().optional(),noGestion:d().optional(),uiObjectLink:t().optional(),useQrcode:d().optional(),urlGestion:t().optional(),type:c("socialEvent"),token:t()}).refine(n=>{const e=new Date(n.dateStart),a=new Date(n.dateEnd);return e.getTime()<=a.getTime()},"The start date must be before the end date."),Gg=bo.and(p({sendAlert:T(["1","0"]).optional(),alertAuthor:T(["1","0"]).optional(),idDraft:r().optional()})),zg=bo.and(p({uri:t()})),Jg=Ae.extend({type:c("meeting")}),tt=f(Jg),Hg=n=>tt.safeParse(n).success,$g=_e.omit({socialEventUseCeiling:!0,socialEventCeiling:!0,hideFromCalendar:!0}).extend(tt.shape).extend({agenda:t().optional(),report:t().optional(),reportFile:V.nullable()}),Co=f($g),To=ut(p({title:t().min(1),dateStart:t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),dateEnd:t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),allDay:d().optional(),place:t().optional().nullable(),address:t().optional().nullable(),agenda:t().optional(),report:t().optional(),publishTo:t().optional(),textColor:t().optional().nullable(),bgColor:t().optional().nullable(),noGestion:d().optional(),uiObjectLink:t().optional(),urlGestion:t().optional(),type:c("meeting")}).refine(n=>{const e=new Date(n.dateStart),a=new Date(n.dateEnd);return e.getTime()<=a.getTime()},"The start date must be before the end date.")),Zg=To.and(p({sendAlert:T(["1","0"]).optional(),alertAuthor:T(["1","0"]).optional(),idDraft:r().optional()})),Qg=To.and(p({uri:t()})),Jl=O.extend({dateStart:t(),dateEnd:t(),type:c("membogoEvent")}),Yg=f(Jl),Kg=q.extend(Yg.shape).extend({place:t().optional(),agenda:t().optional(),textColor:t().optional(),bgColor:t().optional(),noGestion:d().nullable()}),Xg=f(Kg);var xo=(n=>(n.DAILY="daily",n.WEEKLY="weekly",n.MONTHLY="monthly",n.MONTHLY_WEEKDAY="monthly-weekday",n.YEARLY="yearly",n.OPEN_DAYS="open-days",n.NONE="none",n))(xo||{});const Ao=K(xo),_o=Ja.extend({type:c("recurringEvent")}),Lo=Ae.extend(_o.shape).extend({recurrenceRuleLabel:t()}),ef=_e.extend(Lo.shape).extend({recurrenceRule:Ao,recurrenceRuleUntil:t().optional(),hiddenOccurrences:y(t()).optional()}),Fo=f(ef),tf=$.extend({dateStart:t(),dateEnd:t(),type:c("recurringEventOccurrence")}),Ha=f(tf),af=Ha.extend(s({dateModified:E(),dateCreation:E(),id:c(-1),uri:c(""),title:c(""),_url:c(""),type:c("recurringEventOccurrence")}).shape),Ro=f(af),nf=g([Ha,Ro]),of=O.extend(Ha.shape),$a=f(of),sf=$a.extend(Ro.shape).extend({title:c(""),description:c(""),image:E(),articleWidgets:E(),_user:Te(),_right:Te()}),jo=f(sf),Hl=g([$a,jo]),rf=q.extend($a.shape),Eo=f(rf),cf=Eo.extend(jo.shape).extend({_attachedFiles:E(),tags:E(),processContext:E(),_transientCtx:E(),uiObjectLink:E()}),$l=f(cf),Zl=g([Eo,$l]),Ql=s({title:t().min(1),dateStart:t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),dateEnd:t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),allDay:d().optional(),address:t().nullable().optional(),description:t().optional(),publishTo:t().optional(),textColor:t().nullable().optional(),bgColor:t().nullable().optional(),token:t(),recurrenceRule:Ao,recurrenceRuleUntil:t().optional(),type:c("recurringEvent")}),lf=Ql.extend({sendAlert:T(["1","0"]).optional(),alertAuthor:T(["1","0"]).optional(),idDraft:r().optional()}),df=f(lf).refine(n=>{const e=new Date(n.dateStart),a=new Date(n.dateEnd);return e.getTime()<=a.getTime()},"The start date must be before the end date."),pf=Ql.extend({uri:t(),hiddenOccurrences:y(t()).optional()}),uf=f(pf),Yl=p({idArticle:r(),title:t(),start:t(),end:t(),url:t(),textColor:t().optional(),color:t().optional(),bgColor:t().optional(),backgroundColor:t().optional(),subscribe:d()}),mf=n=>Yl.safeParse(n).success,hf=p({maxdate:t().optional(),subscribers:I.array(),subscribersTotal:r()}),gf=g([zl,tt,Ae,Hl,Jl]),ff=g([Bg,Co,_e,Zl,Xg]),Sf=T(["subscribed","unanswered","refused"]),yf=T(["onSpot","visio","hybrid"]),wf=T(["all","available","presence","onSpot","visio","unavailable","waiting"]),vf=s({user:I,dateCreation:t().nullable(),isPresent:d()}),kf=c("read"),Kl=s({action:t(),do:t(),type:t(),targetId:r(),targetType:t()}),Do=s({type:t(),class:t(),isActive:d(),label:t(),cssClass:t(),cssColor:t(),struct:Kl,stats:p({total:r()}).optional()}),Xl=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:c("socialrate"),avg:r().optional(),nb:r().optional(),value:r().optional()}),ed=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:c("reportaction")}),td=s({id:t(),label:t(),url:t().optional()}),ad=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:c("shareaction"),options:y(td)}),nd=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:t(),isActive:d().optional(),count:r().optional()}),Tn=g([Xl,ed,ad,nd]),od=n=>n.type==="socialrate",id=n=>n.type==="reportaction",sd=n=>n.type==="shareaction",bf=n=>!od(n)&&!id(n)&&!sd(n),Cf=s({targetId:r(),targetType:t(),type:t()}),Tf=ue.extend({mainType:c("comment"),dateCreation:t(),dateModified:t().nullable(),description:t().nullable(),_user:I}),rd=f(Tf),xf=rd.extend({_right:ne,_attachedFiles:y(V).optional(),_actions:A(t(),Do).optional(),_widgets:y(ce).optional(),_article:$.optional()}),at=f(xf),Af="pollSurvey",Io=s({}),Po=s({pollContent:yo.array(),pollLinks:A(t(),t()).or(E()),pollMessage:t().optional(),description:t().optional(),anonymousResponse:g([t(),E()]).optional(),multipleResponse:t().or(E()).optional(),pollResponseAuthorVisibility:t().or(E()).optional(),pollResponseUserVisibility:t().or(E()).optional(),pollResponseShowProgression:t().or(E()).optional(),pollResponseShowRespondent:t().or(E()).optional(),bannerSrc:t().optional()}),_f=g([Io,Po]),Lf=O.extend({type:c("contentFactoryTemplate"),contentFactoryTemplateType:T(["pollSurvey","default"]),contentFactoryTemplateAuthor:t(),contentFactoryTemplateUsage:r()}),Za=f(Lf),Ff=q.extend(Za.shape).extend({contentFactoryTemplateType:c("pollSurvey"),contentFactoryTemplateData:Po}),cd=f(Ff),Rf=q.extend(Za.shape).extend({contentFactoryTemplateType:c("default"),contentFactoryTemplateData:Io}),ld=f(Rf),dd=g([ld,cd]);var Qa=(n=>(n.RUNNING="running",n.CLOSED="closed",n.HANDLED="handled",n))(Qa||{});const jf=O.extend({type:c("contentReport"),articleId:r(),articleType:t(),articleTitle:t(),articleUrl:t(),commentId:r().optional(),commentType:t().optional(),status:K(Qa)}),pd=f(jf),Ef=p({limit:r().optional(),page:r().optional(),orders:xe.optional(),filters:Pe.optional()}),Df=p({uri:t(),description:t()}),If=p({uri:t(),status:K(Qa)}),ud=p({type:t(),dialog:d(),favorite:d(),url:t().optional()}),md=p({label:t(),entries:y(ud)}),Pf=y(md),Of=s({title:t(),color:t(),parts:r(),displayValue:r()}),Mf=s({type:t()}),Uf=s({}),Bf=s({start:d(),startDate:t(),pause:d(),stop:d(),seconds:r()}),Wf=s({arr:Of.array(),tabs:Mf.array(),animations:Uf.array(),visio:E(),presence:p({}),status:Bf}),Vf=O.extend({type:c("animatedMeeting"),dateStart:t(),animatedMeetingContent:Wf}),Oo=f(Vf),qf=q.extend(Oo.shape).extend({animatedMeetingStarted:E().optional(),useWorkAdventure:E(),animatedMeetingReport:E().optional(),animatedMeetingReportVersion:E(),animatedMeetingStats:E().optional(),animatedMeetingReactions:E().optional()}),hd=f(qf),Nf=p({_extend:p({status:t(),statusValue:c(1).or(c(2)).or(c(3)),date:t()}),_audienceLeft:r()}),Mo=g([c("groups"),c("sites"),c("onedrive"),c("group"),c("documents"),c("me")]),Ya=s({title:t(),id:t(),type:t()}),Gf=Ya.omit({id:!0}).extend({name:Mo.optional()}),zf=f(Gf),Jf=Ya.extend({msContainer:d().optional()}),Hf=f(Jf),gd=Ya.extend({visibility:g([c("public"),c("private")]).optional(),msContainer:d().optional()}),$f=f(gd),Ka=Ya.extend({mimetype:t().optional(),webUrl:t().optional(),size:r().nullable().optional()}),Zf=Ka,Qf=Ka.extend({downloadUrl:t().optional(),_extend:p({path:t()})}),Yf=f(Qf),Kf=gd.extend(Ka.shape),Xf=f(Kf),fd=s({id:t(),title:t(),mail:t(),default:d().optional()}),eS=s({title:t(),id:t(),type:t(),mimetype:t().optional(),webUrl:t().optional()}),Sd=s({msTenant:Mo.optional(),msId:t().optional(),idFolder:t().optional(),page:r(),limit:r(),query:t().nullable().optional()}),yd=s({path_lower:t(),query:t().nullable().optional()}),tS=s({id:r(),name:t(),type:t(),token:t(),size:r(),mediaKey:t()}),aS=s({token:t().optional(),attrName:t(),file:s({service:t(),account:t(),title:t(),mimetype:t().optional(),_document:Ka})}),nS=s({id:t(),service:t()}),oS=s({service:t(),id:t()}),iS=s({account:fd}),sS=s({service:t(),account:t()}),rS=s({allow:g([c("groups"),c("me")]).array().optional(),id:t()}),cS=s({id:t(),documentParams:Sd}),lS=s({id:t(),documentParams:yd}),dS=s({query:t().optional(),filter:t().optional(),id:t()}),pS=B.omit({title:!0,_url:!0}).extend({description:t()}),wd=f(pS),vd=g([c("restricted"),c("synchronized")]),kd=s({isMuted:d(),isImportant:d()}),uS=A(t(),kd),bd=s({_url:t(),bubbleColor:t(),_right:ne,_audience:I.array(),_cntUnread:r(),_lastMessage:wd.optional()}),mS=ue.extend({type:c("messengerUser"),mainType:c("messengerDiscussion"),idDiscussion:t()}),Uo=f(mS),hS=Uo.extend(bd.shape),Cd=f(hS),gS=ue.extend({type:c("messengerGroup"),mainType:c("messengerDiscussion"),idDiscussion:t(),isMessengerSpotGroup:d(),disabled:d(),kind:se(vd)}),Xa=f(gS),fS=Xa.extend(bd.shape).extend({title:t().nullable(),_spot:Ye.optional()}),Td=f(fS),xd=O.extend({type:c("quizz"),quizzDescription:t().nullable(),quizzClosingDate:t().nullable(),dateStart:t().nullable(),dateEnd:t().nullable()}),Bo=f(xd),SS=q.extend(Bo.shape).extend({quizzInvitation:E().optional(),quizzFormSpec:t().optional(),quizzRandom:E(),quizzHideResponses:E(),quizzStatus:E().optional(),quizzPublicationDate:t().nullable().optional()}),Ad=f(SS),_d=s({countMembers:r(),countResponse:r(),done:d(),score:r(),maxScore:r(),duration:r()}),yS=s({value:t(),label:t()}),wS=s({label:t(),multiple:t(),name:t(),options:yS.array(),params:p({fieldFile:t().optional(),fieldPicture:t().optional(),explanation:t().optional()}),scoreMap:A(t(),le()),type:t(),value:t()}),Ld=s({mandatory:d(),type:t(),widget:wS,description:t().optional()}),vS=O.extend({type:c("surveyDate"),dates:y(t()),dateStart:t().nullable(),dateEnd:t(),isClosed:d(),surveyObjectLink:$.optional()}),Wo=f(vS),kS=q.extend(Wo.shape),Fd=f(kS),Rd=A(t(),p({dates:t().array(),user:I})),bS=s({list:Ze.array(),total:r()}),jd=s({}),CS=s({data:I.array(),total:r()}),Ed=g([c(1),c("onSpot"),c("visio"),c("available"),c("unavailable"),c("unknown"),c(0)]),TS=s({userResponseStatus:Ed,subscribersTotal:r(),subscribeAction:Do,subscribers:I.array(),isVisio:d().optional()}),Vo=s({actions:Tn.array().optional(),attachments:V.array().optional(),comments:at.extend({_extend:p({actions:Tn.array().optional()})}).array().optional(),contact:d(),filebank:He.nullable().optional(),licenses:y(El),licensesExtrabot:p({active:d(),monthRequestsMax:r(),monthRequestsHit:r()}).optional(),messenger:Xa.nullable().optional(),parentArticle:O.optional(),filebankPath:$.array(),quarantine:p({count:r()}).optional(),quizFieldDefinitions:A(t(),Ld),quizResponseRecord:_d,recurringEventRecord:Fo,socialEventRecord:TS,surveyDateRecord:p({members:I.array(),responses:Rd,userDates:t().array(),userResponses:jd,totalRespondents:r(),totalResponses:r()}),search:Te(),bookmark:Te()}),xS=Vo.keyof().array(),AS=q.extend({type:c("extraBot"),avatar:V.optional(),context:t(),description:t(),disclaimer:t(),enabled:d(),groups:y(Pn).optional(),moderators:y(In).optional(),prompt:t(),title:t(),trigger:T(["mentionOnly","matchComment"]),matchThreshold:r().optional(),bot:I.optional(),webhookMethod:t().optional(),webhookUrl:t().optional(),webhookKey:t().optional(),webhookAutomationOnly:d().optional()}),Dd=f(AS),qo=p({title:t(),id:t().optional(),items:y(t())}),_S=O.extend({type:c("faq"),faqColor:t().optional(),image:Qe.optional()}),No=f(_S),LS=q.extend(No.shape).extend({isWeb:d(),faqContent:qo.array().optional()}),Id=f(LS),FS=O.extend({type:c("faqItem")}),Go=f(FS),RS=q.extend(Go.shape).extend({faqResponse:t().optional(),uriCategory:$.array().optional(),themeId:t(),_nbAttachedFiles:r().optional(),_attachedFiles:V.array()}),Pd=f(RS),Od=s({id:r(),type:t(),uri:t(),title:t(),faqContent:qo.array().nullable().optional(),description:t().optional(),faqColor:t().optional(),_url:t().optional(),_audience:ye.array().optional()}),jS=s({image:t(),faq:Od.optional()}),Md=s({href:t().optional(),label:t().optional(),tooltip:t().optional(),id:t().optional(),uri:t().optional(),title:t().optional()}),ES=s({id:r(),type:t(),uri:t(),title:t(),faqResponse:t().optional(),description:t().optional(),themeId:t().optional(),uriCategory:Md.optional(),_attachedFiles:V.array().optional(),_nbAttachment:r().optional(),_url:t().optional(),_cssColor:t().optional(),_cssClass:t().optional()}),Ud=ut(et.omit({idSpot:!0})).and(p({image:Qe.nullable().optional(),tags:t().optional(),faqColor:t().optional(),isWeb:d().optional(),type:c("faq")})),DS=Ud.and(p({uri:t(),format:$e.optional()})),IS=p({title:t(),id:t()}),PS=p({_web:g([c("0"),c("1"),c("")]).optional(),appImageText:t().optional(),appImage:g([t(),p({image:p({id:t(),type:t()})})]).optional(),_displayComment:g([c("0"),c("1"),c("")]).optional()}),OS=p({createCategory:d()}),MS=p({idCategory:r(),title:t()}),US=p({idCategory:r(),indexTheme:r(),deleteEntries:d().optional()}),BS=p({idCategory:r(),indexTheme:r(),title:t()}),Bd=ut(et).and(p({tags:t().optional(),faqResponse:t().optional(),type:c("faqItem")})),WS=p({idEntry:r(),idCategory:r(),theme:r()}),VS=Bd.and(p({uri:t()})),qS=p({entryURI:t(),sourceURI:t().optional(),targetURI:t(),theme:r()}),NS=p({sourceUri:t(),targetUri:t(),themeIndex:r()}),zo=$.extend({type:c("quarantine")}),GS=O.extend(zo.shape).extend({relatedArticle:O.optional(),relatedObject:at.or(O).optional(),relatedUser:Ze.optional()}),Wd=f(GS),zS=p({uri:t(),name:t(),size:r(),isSynchronized:d()}),JS=p({quotaUsed:r(),quotaTotal:r(),percentage:r()}),HS=p({name:t(),isSynchronized:t(),synchronizationsNb:t()}),$S=p({page:r(),limit:r(),orders:xe.optional()}),ZS=s({idLog:r(),slug:t(),dateCreation:t(),map:t(),mail:t(),action:t(),mode:t()}),QS=s({mail:t(),cnt:t()}),Vd=t(),qd=t(),YS=et.extend({type:c("jlandmap"),jlandMapAggregated:t()}),KS=$.extend({type:c("jlandmap"),jlandMapKind:qd,jlandMapFlavor:Vd,limit:r().nullable(),waMapUrl:t().nullable()}),Jo=f(KS),XS=O.extend(Jo.shape),Ho=f(XS),ey=q.extend(Ho.shape),Nd=f(ey),ty=$.extend({type:c("mediaLibraryFile"),attachment:V,_user:I}),$o=f(ty),ay=O.extend($o.shape),Zo=f(ay),ny=$.extend({type:c("mediaLibraryFolder"),_user:I,description:t().optional(),_audience:ye.array()}),Qo=f(ny),oy=O.extend(Qo.shape),Yo=f(oy),iy=Zo.or(Yo),sy=p({page:r().optional(),limit:r().optional(),query:t().optional()}),ry=p({id:r(),idFolder:r().optional(),fileName:t(),nbViews:r(),nbDistinctViews:r(),nbDownloads:r()}),cy=p({id:r(),folderName:t(),nb:r(),nbDistinct:r()}),ly=p({nbFolders:r(),nbFiles:r()}),dy=p({uriFile:t(),uriFolder:t(),publishTo:t().array()}),xn=p({uri:t(),title:t(),selected:d()}),py=p({id:r().or(t()),pid:r().nullable().optional(),name:t(),title:t().nullable().optional(),phone:t().nullable().optional(),mail:t().nullable().optional(),img:t(),imgId:r().nullable().optional(),uri:t().nullable().optional(),tags:y(t()),links:y(xn),isInternal:r(),selectedLink:xn.nullable().optional(),openInNewTab:r().nullable().optional(),isAssistant:r().nullable().optional()}),Gd=f(py),An=p({nodes:y(Gd),platformColors:A(t())}),uy=O.extend({type:c("orgCharts"),chartIsVisible:d(),chartAdmins:I.array()}),Ko=f(uy),my=q.extend(Ko.shape).extend({chartConfig:An,chartConfigDraft:An}),zd=f(my),hy=p({title:t(),chartIsVisible:t(),publishTo:t(),uri:t(),chartAdmins:t()}),gy=p({global:p({user_directory:p({card:y(t()),filters:y(t()),show:y(t()),table:y(t())}),css:A(t().nullable())}),writer:d()}),fy=O.extend({type:c("socialQuestion"),socialQuestionResolved:d(),_response:at.optional(),_validator:I.optional(),socialQuestionValidationDate:t().optional()}),Sy=f(fy),yy=O.extend({type:c("support"),supportStatus:g([r(),t()]).nullable(),supportType:g([r(),t()]).nullable(),supportOwner:y(I)}),Xo=f(yy),Jd=q.extend(Xo.shape),Hd=f(Jd),$d=g([c("DYNAMIC"),c("SLIDESHOW")]),ei=s({tvChannelBackgroundColor:t().nullable(),tvChannelNumImages:r(),tvChannelGroupTarget:Ye.optional(),tvChannelConfig:p({backgroundType:g([c("color"),c("image")]).optional(),globalShowComment:d().optional(),scaleImg:d().optional(),key:t(),contents:y(p({uri:t(),dateEnd:t().optional(),showComments:d().optional(),order:r().optional()})).optional()})}),wy=ei.extend({tvChannelType:c("DYNAMIC"),tvChannelNumImages:c(0)}),Zd=f(wy),vy=ei.extend({tvChannelType:c("SLIDESHOW")}),Qd=f(vy),ky=$.extend({type:c("tvDisplayChannel")}),en=f(ky),by=O.extend(en.shape).extend(Zd.shape),ti=f(by),Cy=O.extend(en.shape).extend(Qd.shape),ai=f(Cy),Yd=g([ti,ai]),Ty=et.and(Zd.partial().or(Qd.partial())).and(p({tvChannelType:$d})).readonly(),xy=s({tvChannelGroupTarget:y(t()).optional(),tvChannelNumImages:Te().optional()}),Ay=at.extend({_extend:p({userImageSecureUrl:t(),descriptionSecure:t()})}),Kd=f(Ay),_y=O.extend({_extend:p({imageSecureUrl:t().optional(),descriptionSecure:t(),comments:y(Kd)}).optional()}),Xd=f(_y),Ly=V.extend({_extend:p({imageSecureUrl:t().optional()})}),ep=f(Ly),Fy=ti.extend({_extend:p({imageSecureUrl:t().optional(),articles:y(Xd).optional()})}),ni=f(Fy),Ry=n=>ni.safeParse(n).success,jy=ai.extend({_extend:p({attachments:y(ep).optional()})}),oi=f(jy),Ey=n=>oi.safeParse(n).success,Dy=p({interval:r(),channel:g([ni,oi])}),Iy=f(Dy),Py=p({createdAt:t(),filename:t(),isExpired:d(),url:t()}),tp=p({id:r(),subject:t(),createdAt:t(),updatedAt:t(),idArticle:r(),idUser:r(),roomUri:Lu(t()),user:p({id:r(),uri:t(),title:t()}),stats:p({participantsNumber:r(),totalDurationSeconds:r(),visioSessionsNumber:r()})}),Oy=p({rooms:p({totalItems:r(),member:y(tp)}),platform:p({sessionsNumber:r(),durationAverage:r(),durationMedian:r(),participantsNumber:r()})}),My=p({id:r(),room:t(),duration:r(),participantsNb:r(),startedAt:t(),endedAt:t()}),Uy=p({totalItems:r(),member:y(My)}),ap=ue.extend({name:t(),service:g([c("visio-connect"),c("other")]),url:se(t()),vcId:t(),vcJwt:t(),image:se(V),_audience:y(ye),_right:ne,_user:se(I)}),ii=f(ap),By=ap.pick({name:!0,service:!0,url:!0}).extend({audience:ii.shape._audience}),Wy=f(By),np=s({label:t(),description:t(),name:Gn,img:t(),available:d(),displayLevel:g([c(1),c(2),c(3),c(4)]).array().optional(),panel:p({useWrapper:d(),useSelection:d(),useEditor:d(),useWidgets:d(),useSync:d().optional()})}),Vy=n=>np.safeParse(n).success,qy=n=>n!==void 0&&"id"&&"type"in n&&"uri"in n,Ny=$.extend({type:c("articleWidget"),articleWidgets:ce.array(),articleWidgetDisplayMode:g([vr,E(),U()])}),si=f(Ny),Gy=O.extend(si.shape).extend({articleWidgetsCover:r().or(U())}),ri=f(Gy),zy=q.extend(ri.shape),op=f(zy),ip=s({uniqid:t(),title:t(),locked:d(),visible:d(),widgets:ce.array(),position:wr.optional()}),sp=T(["edit","view","preview","tpl"]),Jy=s({width:r().or(U()).optional(),inplace:d(),isComponentVisible:d().optional(),mode:sp,onClick:on().returns(nn()).optional(),onChange:on().args(vc,d()).returns(nn()),onStateChange:on().args(Zn).returns(nn())}),rp=s({text:t(),value:d().optional(),links:jn.array().optional(),uri:t().optional(),mimetype:t().optional(),id:r().optional(),user:I.optional()}),cp=s({arr:rp.array().optional(),edit:d().optional()}),Hy=s({name:c("widget-check-list"),uniqid:t(),content:cp,title:t()}),$y=s({title:t().optional(),view:Se().optional()}),lp=s({uniqid:t(),fn:T(["widget-presence-response","check-list-response","widget-update","widget-quick-survey-response"]),object:B}),_n=A(t(),A(t(),t().or(r()))),dp=T(["comment","article","intranet","platform-block","intranet-combination"]),Zy=p({token:t().or(U()).optional(),ids:A(t(),ce),layers:A(t(),ip),states:A(t(),Zn),modal:$y.or(U()),editableMap:A(t(),p({index:r(),uniqid:t()})),wrapperSize:A(t(),p({width:r(),height:r()})),currentEditableIndex:r(),currentEditableWidgetId:t().or(U()),widgetWrapperStyle:_n,widgetTitleStyle:_n,widgetObject:A(t(),B.partial()),widgetObjectRights:A(t(),ne),widgetChipCount:A(t(),r()),widgetAuthor:A(t(),I.partial()),widgetWrapperBackgroundImage:A(t(),Jn),flushedWidgets:t().array(),rtObjectStack:lp.array(),widgetContext:A(t(),dp),widgetSynchronizationStates:A(t(),d()),widgetUrls:A(t(),t())}),pp=f(Zy),Qy=s({widgets:pp}),ci={article:{"raw-little":{articleWidget:si,mediaLibraryFile:$o,mediaLibraryFolder:Qo,quarantine:zo,jlandmap:Jo,businessContactCard:ko,tvDisplayChannel:en,recurringEvent:_o,socialEvent:Ja},"raw-list":{animatedMeeting:Oo,articleWidget:ri,bookableAsset:Ga,businessContactCard:Gl,contentFactoryTemplate:Za,contentReport:pd,faq:No,internalDraft:Yn,meeting:tt,orgCharts:Ko,pollSurvey:wo,quarantine:Wd,quizz:Bo,reservation:Nl,socialEvent:Ae,support:Xo,surveyDate:Wo,tvDisplayChannel:Yd,socialQuestion:Sy,folder:Cc,recurringEvent:Lo,faqItem:Go,jlandmap:Ho,mediaLibraryFile:Zo,mediaLibraryFolder:Yo},"raw-view":{bookableAsset:ql,contentFactoryTemplate:dd,extraBot:Dd,faq:Id,faqItem:Pd,internalDraft:bc,meeting:Co,orgCharts:zd,quizz:Ad,socialEvent:_e,recurringEvent:Fo,articleWidget:op,animatedMeeting:hd,aseiClearanceTicket:Wl,aseiInstitution:Vl,jlandmap:Nd,pollSurvey:Mc,surveyDate:Fd,support:Hd}},comment:{"raw-little":{},"raw-list":{},"raw-view":{}},messengerDiscussion:{"raw-little":{messengerGroup:Xa,messengerUser:Uo},"raw-list":{messengerGroup:Td,messengerUser:Cd},"raw-view":{}},visioConnectRoom:{"raw-little":{},"raw-list":{permanentRoom:ii},"raw-view":{}},file:{"raw-little":{},"raw-list":{},"raw-view":{}},link:{"raw-little":{},"raw-list":{socialrate:Wc},"raw-view":{}}},H=n=>p({isActive:d(),...n}),z=n=>H({...n,hasLicense:d()}),Yy=T(["drive_microsoft_graph","drive_dropbox","drive_google"]),Ky=H({drives:A(Yy,d())}),Xy=H({label:t(),defaultView:T(["month","week","day","list"]),iCalendarUrls:p({all:t(),accepted:t()}),externalGestion:d(),recurringEventsEnabled:d()}),ew=H({orderBy:t(),order:T(["ASC","DESC"])}),tw=H({}),aw=z({maxParticipants:r(),minParticipantsForSpotDiscussion:r(),label:t(),editTimeLimit:r().optional(),editBlockedOgTypes:y(t()).optional()}),nw=z({label:t(),useTeaser:d()}),up=p({label:t(),description:t(),extension:t(),icon:t(),color:t()}),ow=z({label:t(),description:t(),color:t(),templates:up.array(),allowSharedWithMe:d(),allowPdfEdit:d(),weDocFoldersEnabled:d()}),iw=z({oldViewOptionProperty:d()}),sw=z({bgColor:t()}),rw=H({sendAlert:d(),articleFullSelector:d(),articleMediaSlider:d()}),cw=H({}),lw=H({}),dw=H({allowExternalFileSharing:d(),allowShareWebinar:d()}),pw=H({create:d(),autorize:y(T(["message","comment","board","article"]).optional())}),uw=z({label:t()}),mw=z({}),hw=z({}),gw=H({label:t(),create:d()}),fw=T(["loginPassword","saml","oAuth"]),Sw=T(["no","optional","mandatory"]),yw=A(fw,Sw),ww=z({name:t(),providers:yw,banLifespan:r()}),vw=z({create:d()}),kw=z({v2:d()}),bw=z({label:t()}),Cw=z({label:t()}),Tw=z({}),xw=z({label:t(),menuItems:y(p({type:t(),text:t(),actions:t()})).nullable()}),Aw=H({manage:d()}),_w=H({canCreateTemplate:d(),allowTemplateImportExport:d(),label:t()}),Lw=H({label:t(),create:d(),description:t(),color:t(),icon:t()}),Fw=H({label:t(),create:d()}),Rw=z({label:t(),numberOfMinutesBeforeJoining:r()}),jw=z({label:t(),create:d()}),Ew=z({label:t()}),Dw=H({label:t()}),Iw=H({}),Pw=p({BigBlueButtonHook:Rw,ExternalAppHook:vw,DigitalWorkplaceHook:kw,FlocklerHook:Tw,LuccaAbsenceHook:Cw,MagicPadHook:uw,MagicWandHook:xw,MediaLibraryHook:mw,MessengerHook:aw,OfficeHook:bw,SpotHook:Ew,StudioHook:iw,TargetInfoHook:sw,TeamWorkAiHook:hw,TwoFactorAuthenticationHook:ww,VisioConnectHook:jw,WallHook:nw,WeDocHook:ow}).partial(),Ow=p({AdminAdvancedHook:rw,AnimatedMeetingHook:Lw,AnimationsHook:Iw,BusinessContactHook:Dw,calendarHook:Xy,ContentFactoryHook:_w,DriveHook:Ky,ExtraBotHook:gw,FAQHook:Aw,FileBankHook:ew,FileIntegrityHook:tw,JitsiHook:Fw,SharedContentHook:dw,spotRssFeed:cw,SurveyDateHook:lw,WidgetHook:pw}).partial().extend(Pw.shape),Mw=g([c("summarize"),c("develop"),c("reformulate"),c("tldr"),c("en"),c("es"),c("formal"),c("funny"),c("spellCheck")]),Uw=s({text:t()}),Bw=s({kind:t(),page:r(),limit:r(),filters:pt.array().optional(),orders:dt.array().optional()}),Ww=n=>p({license:g([c("1"),c("0")]),user:n}),Vw=s({kind:t(),type:t(),page:r(),limit:r(),filters:pt.array().optional(),orders:dt.array().optional()}),qw=s({currentPeriodAmount:r(),currentPeriodDateStart:t().optional(),currentPeriodDateEnd:t().optional(),nextTermAmount:r(),nextTermDateStart:t().optional(),nextTermDateEnd:t().optional()}),Nw={all:0,admin:1,custom:2},Gw=p({uri:t(),title:t(),type:t(),mainType:t()}),zw=p({imap_inbox_url:t(),dav_calendar_url:t(),dav_address_book_url:t()}),mp={NONE:"none",SSL:"ssl",STARTTLS:"starttls"},hp=p({username:t(),hostname:t(),imapPort:r(),imapConnectionSecurity:K(mp),imapMailbox:t(),calDavCalendar:t(),cardDavAddressBook:t(),provider:t().nullable()}),Jw=s({...hp.shape,password:t()}),Hw=p({date:t(),fromName:t(),subject:t(),body:t(),read:d(),attachmentsCount:r(),url:t().nullable()}),$w=p({summary:t(),start:t(),end:t(),status:t(),url:t().nullable()}),Zw=p({fullName:t(),lastName:t(),firstName:t(),initial:t(),imageColor:t(),url:t().nullable()}),Qw=p({id:t(),label:t()}),gp=s({color:t(),description:t(),extension:t(),icon:t(),label:t()}),Yw=ue.extend({title:t(),mimetype:t(),_extend:p({generalAccessRule:t(),generalAccessHash:g([t(),U()]),dateModified:t(),dateCreation:t(),fileInfo:gp,parentId:r(),parentType:t(),parentFiles:y(r()),_url:t()}),_right:ne,_user:I,_audience:ye.array()}),fp=f(Yw),Kw=p({idQuestion:r(),idResponse:r()}),Xw=p({idQuestion:r()}),Sp=s({count:r(),id:t()}),yp=g([c("AND"),c("OR")]),tn=s({facetType:t(),facetOptions:g([A(g([p({}).passthrough(),r(),t()])),y(Te())]),facetMode:yp.optional(),field:t(),title:t(),description:t().optional(),category:t().optional()}),wp=s({id:t(),mainType:t(),type:t().optional(),title:t(),cssclass:t().optional(),active:d().optional(),count:r().optional(),typesExcluded:y(t()),facets:tn.array()}),vp=s({count:r(),value:t(),title:t()}),kp=s({name:t(),count:r(),values:vp.array(),title:t()}),bp=s({field:t(),value:g([t(),y(t())]),exclude:d().optional(),or:d().optional()}),Cp=s({field:t(),order:g([c("desc"),c("asc")])}),Tp=s({facetLimit:r(),skipEmptyFacets:d()}),ev=s({mode:g([c("result"),c("category")]),facets:tn.array()}),tv=s({home:ev,categories:wp.array(),viewcard:A(y(p({name:t(),title:t()}))),facetMode:d()}),xp=s({name:t(),title:t(),img:t(),icon:t().optional(),color:t().optional(),customImageUri:t().optional(),urlTarget:T(["_blank"]).optional(),urlNoReferrer:d().optional(),_url:t()}),Ap=s({id:r().optional(),title:t(),picture:t().optional(),uri:t(),mainType:t(),mimetype:t().optional(),parentIdInType:r().optional(),parentType:t().optional(),privacy:t().optional(),type:t().optional(),icon:t().optional(),_cssColor:t().optional(),_cssClass:t().optional(),_url:t().optional(),_article:p({id:t(),mainType:t()}).optional(),idArticle:r().optional(),description:t().optional(),_user:p({title:t(),uri:t()}).optional(),_values:p({company:t().optional(),function:t().optional(),privacy:r().optional(),category:t().optional(),dateCreation:t(),dateModified:t()}).optional()}),av=s({keywords:t().optional(),category:t().optional(),facetCategories:d().optional(),filters:bp.array().optional(),facets:tn.array().optional(),page:r().optional(),limit:r().optional(),sort:Cp.optional(),options:Tp.optional(),format:$e.optional(),persistSolrQuery:d().optional()}),nv=n=>p({start:r(),count:r(),results:y(n??B),facets:kp.array(),categories:Sp.array(),idQuery:r().optional()}),ov=s({keywords:t()}),_p=g([xp,Ap]),iv=s({title:t(),id:t(),showAll:d().optional(),results:_p.array()}),sv=g([c("link"),c("invitation")]),rv=s({id:r(),title:t(),uri:t(),idUser:r(),_right:ne}),cv=s({audience:y(ye),read:y(t()),write:y(t())}),Lp=s({title:t(),body:t(),sourceUri:t(),sourceUrl:t(),sourceType:t(),sourceId:r(),isDone:d(),idMsgs:r().array()}),lv=s({jobUid:t(),state:za,messages:y(t()),tasks:y(Lp),uriAiTodo:t().optional()}),dv=s({jobUid:t(),state:za,messages:y(t()),summary:t()}),Fp=p({cache_suffix:t(),toolbar:t(),language:t(),content_css:t(),quickbars_selection_toolbar:t(),sandbox_iframes:se(d()),sandbox_iframes_exclusions:se(y(t()))}),pv=Fp.extend({plugins:y(t()),text_patterns:y(p({start:t(),end:t().optional(),format:t().optional(),cmd:t().optional()})),height:r(),menubar:d(),branding:d(),skin:t(),convert_urls:d(),invalid_elements:t(),extended_valid_elements:t(),custom_elements:t(),inline_boundaries_selector:t(),toolbar_mode:g([c("floating"),c("sliding"),c("scrolling"),c("wrap")]),promotion:d(),font_size_formats:t(),contextmenu:g([t(),c(!1)]),paste_data_images:d(),browser_spellcheck:d(),quickbars_insert_toolbar:d(),license_key:c("gpl")}),uv=p({commentsToolbar:t()}),mv=p({total:r(),activated:r()}),hv=p({qrCode:t(),secret:t()}),gv=y(p({date:t(),activated:r(),unactivated:r()})),fv=s({name:t(),default:d(),filter:p({op:T(["include","exclude"]),values:y(t()),taxonomies:A(t(),Oe.array()).optional()})}),Rp="accept",jp="deny",Sv=g([c(Rp),c(jp)]),yv=B,wv=p({color:t(),description:t(),extension:t(),icon:t(),label:t()}),vv=p({page:r(),cnt:r(),limit:r(),data:y(fp)}),kv=p({query:t(),filters:Pe,orders:xe,page:r(),limit:r()}),bv=p({});function Cv(n,e){const a=p(e.reduce((o,i)=>(o[i]=Vo.shape[i],o),{}));return n.extend({_extend:a})}function Tv(n){return"targetId"in n&&!!n.targetId}function xv(n){const e=n;return e.bookmarkLabel!==void 0||e.bookmarkMeta!==void 0||e.bookmarkUrl!==void 0}function Ep(n){const e=n;return e&&typeof e.id=="number"&&typeof e.targetId=="number"}const Av={bookmarkLink:Ep};function _v(n,e){return e!=null&&Av[n](e)}function Lv(n,e){return"tvChannelType"in n&&n.tvChannelType===e}const Fv=n=>typeof n=="object"&&n!==null&&"error"in n&&"errorMsg"in n&&"messages"in n&&typeof n.error=="number"&&typeof n.errorMsg=="string"&&Array.isArray(n.messages),Rv=n=>n!==null&&typeof n=="object"&&"error"in n&&"aborted"in n&&n.error===-1&&n.aborted===!0,jv={isBookmarkLink:Tv,isBookmarkCustom:xv,isBookmarkRawList:Ep,isTVChannelType:Lv,objectIsType:_v,isStandardApiError:Fv,isAbortApiError:Rv};function Dp(n,e){return n&&!n.endsWith(e)?`${n}${e}`:n}function li(n,e){return n?.startsWith(e)?n.split("").slice(e.length).join(""):n}function Ev(n){return n.toString().padStart(2,"0")}const Dv=p({type:t(),recordId:g([t().regex(new RegExp("[0-9]+")),r()])}),Iv=(n,e)=>Dv.passthrough().safeParse(n).success,Pv=p({uri:t().regex(new RegExp("[a-zA-Z]+/[0-9]+"))}),Ov=(n,e)=>Pv.passthrough().safeParse(n).success;function Ln(n){if(Ov(n))return n.uri;if(Iv(n))return`${n.type}/${n.recordId}`;throw new Error("Invalid uri or typeId "+JSON.stringify(n))}function Ip(n){return li(Dp(n.from,"/"),"/")??""}function Mv(n){return n.timestamp?`?_=${n.timestamp}`:""}function Pp(n){const e=[];return"timestamp"in n&&n.timestamp&&e.push(`_=${n.timestamp}`),"iconColor"in n&&n.iconColor&&e.push(`color=${n.iconColor}`),e.length?"?"+e.join("&"):""}function Op(n,e=2){return"size"in n&&n.size?n.size:"width"in n&&typeof n.width=="number"&&"height"in n&&typeof n.height=="number"?`${n.width*e}x${n.height*e}`:""}function Mp(n){return n.format??"png"}function Up(n){try{return new URL(n)}catch{}try{return new URL(window.location.origin+"/"+li(n,"/"))}catch{}}function Fn(n,e=2){if("url"in n&&n.url){const a=Up(n.url);if(a)return"timestamp"in n&&n.timestamp&&!a.searchParams.has("_")&&a.searchParams.append("_",n.timestamp.toString()),a.toString()}try{let a;if(n.uri?a=n.uri.indexOf("icons/")===0?n.uri:Ln({uri:n.uri}):n.type&&n.recordId&&(a=n.type==="icons"?n.type+"/"+n.recordId:Ln({type:n.type,recordId:n.recordId})),!a)throw new Error;return`/${Ip(n)}${Op(n,e)}/${a}.${Mp(n)}${Pp(n)}`}catch{return""}}const Uv=["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pdf","application/zip","application/illustrator","application/postscript","application/vnd.ms-opentype","application/x-font-ttf","application/octet-stream","application/vnd.ms-excel","audio/mp3","audio/wav","audio/mpeg","font/ttf","font/otf","image/jpeg","image/jpg","image/png","image/gif","image/vnd.adobe.photoshop","image/svg+xml","text/plain","text/csv","video/mp4","video/webm"],Bp=["docx","xlsx","csv","pptx","pdf","zip","ai","mp3","mpeg","ttf","otf","jpg","jpeg","png","gif","psd","svg","txt","md","mp4","odt","webm"],lt={"application/vnd.openxmlformats-officedocument.wordprocessingml.document":"docx","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":"xlsx","application/vnd.openxmlformats-officedocument.presentationml.presentation":"pptx","application/vnd.oasis.opendocument.text":"odt","application/pdf":"pdf","application/zip":"zip","application/x-zip-compressed":"zip","application/illustrator":"ai","application/postscript":"ai","audio/mp3":"mp3","audio/wav":"mp3","audio/mpeg":"mpeg","font/ttf":"ttf","font/otf":"otf","image/jpeg":"jpeg","image/jpg":"jpg","image/png":"png","image/gif":"gif","application/x-font-ttf":"ttf","application/vnd.ms-opentype":"otf","image/vnd.adobe.photoshop":"psd","image/svg+xml":"svg","text/plain":"txt","text/markdown":"md","text/x-markdown":"md","text/csv":"xlsx","application/vnd.ms-excel":"xlsx","video/mp4":"mp4","video/webm":"mp4"},di=n=>Object.keys(lt).find(e=>lt[e]===n),Bv=n=>lt[n]??void 0;function pi(n){const e=String(n).split(".").pop();return Bp.find(a=>a===e)}const Wp=n=>{const e=pi(n);return di(e)??"application/octet-stream"},Vp=n=>n?(new Date(n).getTime()/1e3).toFixed(0):void 0,Wv=(n,e="fitx80")=>{const a=Np(n),o=Vp(n.dateModified);switch(a){default:return;case"video":return`/media/${n.id}.mp4?stream=true`+(o?`&_=${o}`:"");case"audio":return`/media/${n.id}.mp3`+(o?`?_=${o}`:"");case"gif":return Fn({timestamp:o,size:e,from:"imagecache",uri:n.uri,format:"gif"});case"image":return Fn({timestamp:o,size:e,from:"imagecache",uri:n.uri})}},qp=n=>{const e=pi(n);if(e!==void 0){const a=di(e);return ui(a)}return"application"},Vv=n=>["image/vnd","image/svg","image/heic"].findIndex(a=>n.startsWith(a))!==-1;function ui(n){return n?.startsWith("folder/")?"folder":n==null||Vv(n)?"application":n.startsWith("image/gif")?"gif":n.startsWith("image/")?"image":n.startsWith("video/")?"video":n.startsWith("audio/")?"audio":n.startsWith("font/")||n.startsWith("application/x-font-ttf")||n.startsWith("application/vnd.ms-opentype")?"font":n.startsWith("text/")?"text":"application"}const qv=(n,e,a="rr")=>a==="ng"?`/ng/file/${n}/${e}`:`/ng/rr/file/${n}/${e}`,Nv=n=>n.mimetype===void 0||n.mimetype==="application/octet-stream"?Wp(n.title):n.mimetype,Np=n=>n.mimetype===void 0||n.mimetype==="application/octet-stream"?qp(n.title):ui(n.mimetype),Gv=(n,e)=>Object.keys(ci.article[e]).includes(n.type),zv=(n,e)=>Object.keys(ci.comment[e]).includes(n.type);function Gp(n){return n.startsWith("tag_")||n==="tags"}function mi(n){return Object.fromEntries(Object.entries(n).filter(([e])=>Gp(e)))}function Jv(n){return Object.values(mi(n)).flat()}function zp(n,e,a){return Object.fromEntries(Object.entries(n).filter(([o])=>Gp(o)).map(([o,i])=>{const l=Array.isArray(i)?i.map(u=>typeof u=="object"&&u&&e in u?u[e]:u):i;return[o,a&&Array.isArray(l)?a(l):l]}))}function Hv(n){return zp(n,"uri")}const $v=n=>{let e={};"_errors"in n&&(e._errors=n._errors),"_options"in n&&(e._options=n._options),"title"in n&&(e.title=n.title),"description"in n&&n.description&&(e.description=n.description),"activity"in n&&(e.activity=n.activity),"image"in n&&(e.image=n.image),"uri"in n&&(e.uri=n.uri),"type"in n&&(e.type=n.type),"edito"in n&&n.edito&&(e.edito=n.edito),"category"in n&&(e.category=n.category.toString()),"commentLevel"in n&&(e.commentLevel=n.commentLevel),"_options"in n&&n._options?.custom_widgets&&(e.custom_widgets=Array.isArray(n._options.custom_widgets)?{}:n._options.custom_widgets),"displayType"in n&&(e.displayType=n.displayType),"language"in n&&n.language&&(e.language=n.language),"edit_access"in n&&(e.edit_access=n.edit_access),"lock_mail"in n&&(e.lock_mail=n.lock_mail),"fileSyncEnabled"in n&&(e.fileSyncEnabled=n.fileSyncEnabled),"fileSyncVersioningType"in n&&(e.fileSyncVersioningType=n.fileSyncVersioningType),"fileBankQuota"in n&&(e.fileBankQuota=n.fileBankQuota),"idCommunity"in n&&(e.idCommunity=n.idCommunity),"lastRssExecution"in n&&(e.lastRssExecution=n.lastRssExecution),"mail_comment"in n&&(e.mail_comment=n.mail_comment),"mail_frequency"in n&&(e.mail_frequency=n.mail_frequency),"mail_spotit"in n&&(e.mail_spotit=n.mail_spotit),"mail_subscriber"in n&&(e.mail_subscriber=n.mail_subscriber),"notifyFolder"in n&&(e.notifyFolder=n.notifyFolder),"nounsubscribe"in n&&(e.nounsubscribe=n.nounsubscribe),"privacy"in n&&(e.privacy=n.privacy),"publishFolder"in n&&(e.publishFolder=n.publishFolder),"rss_access"in n&&(e.rss_access=n.rss_access),"rss_feed"in n&&(e.rss_feed=n.rss_feed&&Array.isArray(n.rss_feed)?JSON.stringify(n.rss_feed.map(({_user:o,...i})=>({...i,idUser:o?.id}))):"[]"),"rss_key"in n&&(e.rss_key=n.rss_key),"spot_right_user"in n&&(e.spot_right_user=n.spot_right_user),"spotBanner"in n&&(e.spotBanner=n.spotBanner),"spotDefaultPublishType"in n&&(e.spotDefaultPublishType=n.spotDefaultPublishType),"user_level_signup"in n&&(e.user_level_signup=n.user_level_signup),"useTeaser"in n&&(e.useTeaser=n.useTeaser),"widgets"in n&&(e.widgets=n.widgets);const a=mi(n);if(e={...e,...a},Jp(n,e))return e},Jp=(n,e)=>{const a=["id","mainType","dateCreation","dateModified","_url","cssColor","o2apLinksSources"],o=["custom_widgets"],i=Object.keys(n),l=Object.keys(e),u=i.filter(w=>!l.includes(w)&&!a.includes(w)),m=l.filter(w=>!i.includes(w)&&!o.includes(w)),v=[...u.map(w=>"- "+w),...m.map(w=>"+ "+w)];if(u.length>0||m.length>0)throw new Error(`prepareGroupForUpdate :: Wrong group mapping | Diff : ${JSON.stringify(v)}`);return!0},Zv=n=>_e.safeParse(n).success;function Qv(n,e){return Math.floor(n*100/e)}function Yv(n,e=":"){return n.reduce((a,o)=>(a[o]=Hp(o,e),a),{})}function Hp(n,e=":"){const a=$p(Zp(n,"fr-FR")),o=Yp(n,e);return{id:"WIDGET_Survey_Date_Label",values:{label:a,time:o,day:Qp(n)}}}function $p(n){return n.charAt(0).toUpperCase()+n.slice(1)}function Zp(n,e){return new Date(n).toLocaleDateString(e,{weekday:"long"})}function Qp(n){const e=new Date(n);return`${e.getDate()}`.padStart(2,"0")+"/"+`${e.getMonth()+1}`.padStart(2,"0")+"/"+`${e.getFullYear()}`.padStart(2,"0")}function Yp(n,e=":"){const a=new Date(n);return`${a.getHours()}`.padStart(2,"0")+`${e}`+`${a.getMinutes()}`.padStart(2,"0")}const Kv={getTime:Yp,getDate:Qp,getLabel:Zp,capitalize:$p,surveyDateLabels:Yv,getLabelToTranslate:Hp,toPercent:Qv},Xv=n=>ce.safeParse(n).success,ek=n=>F(n,vt),tk=n=>F(n,bt),ak=n=>F(n,yt),nk=n=>F(n,Ot),ok=n=>F(n,la),ik=n=>F(n,Tt),sk=n=>F(n,At),rk=n=>F(n,Lt),ck=n=>F(n,Rt),lk=n=>F(n,Et),dk=(n,e)=>F(n,qt,e),pk=n=>F(n,Yt),uk=n=>F(n,ia),mk=n=>F(n,ha),hk=n=>F(n,Wt),gk=n=>F(n,Pa),fk=n=>F(n,Jt),Sk=n=>F(n,ta),yk=n=>F(n,xa),wk=n=>F(n,Ca),vk=n=>F(n,ft),kk=n=>F(n,Gt),bk=n=>F(n,It),Ck=n=>F(n,fa),Tk=n=>F(n,Ut),xk=n=>F(n,ra),Ak=n=>F(n,Qt),_k=n=>F(n,_a),Lk=n=>F(n,Fa),Fk=n=>F(n,ja),Rk=n=>F(n,Da),jk=n=>F(n,pa),Ek=n=>F(n,ka),Dk=n=>F(n,na),Ik=n=>F(n,Ma),Pk=n=>F(n,Ba),Ok=n=>F(n,ya),Mk=n=>F(n,Xt),Uk=(n,e)=>F(n,$t,e),Bk=n=>F(n,Va),Kp=new Je(new Bs),Wk=new En(Kp),Vk=En;exports.ACCESS_REQUEST_ACCEPT=Rp;exports.ACCESS_REQUEST_DENY=jp;exports.AdminAdvancedApi=xi;exports.AdminLicenseApi=Ai;exports.AdminLogApi=_i;exports.AdminStoreApi=Li;exports.AdminUtilsApi=Fi;exports.ApiErrorCode=Us;exports.AsyncJobStateSchema=za;exports.AsyncJobStatusSchema=Fg;exports.BookmarkType=vo;exports.ContentReportStatus=Qa;exports.CreateRoomPayloadSchema=Wy;exports.DateFormatSchema=Hr;exports.DiapazoneExtraFieldsSchema=Nf;exports.FREQUENCY_DAILY=kn;exports.FREQUENCY_GROUP=Hs;exports.FREQUENCY_INHERIT=Js;exports.FREQUENCY_NEVER=Cn;exports.FREQUENCY_NOW=vn;exports.FREQUENCY_WEEKLY=bn;exports.Format=G;exports.GroupModerateStatus=Bn;exports.GroupPrivacy=Wn;exports.ImapConnection=mp;exports.JApplicationApi=$i;exports.JArticleApi=Ki;exports.JAssetReservation=Xi;exports.JAudienceApi=es;exports.JBaseApi=C;exports.JBbbApi=ts;exports.JBookmarkApi=as;exports.JBusinessNetworkingApi=ns;exports.JCalendarApi=os;exports.JCommunityApi=is;exports.JContentFactory=ss;exports.JContentReportApi=rs;exports.JDatasourceApi=cs;exports.JDiapazoneApi=ls;exports.JDriveApi=ds;exports.JExternalAppApi=ps;exports.JExtraBotApi=us;exports.JFaqApi=ms;exports.JFileApi=hs;exports.JFileIntegrity=fs;exports.JFilebankApi=gs;exports.JGlobalApi=Ss;exports.JGroupApi=ys;exports.JIAApi=vs;exports.JJamespotApi=ws;exports.JLandApi=bs;exports.JLandMapCreationSchema=YS;exports.JLuccaApi=Cs;exports.JModuleApi=Ts;exports.JObjectApi=xs;exports.JOrgchartsApi=As;exports.JPublishButtonApi=_s;exports.JQuestionAnswerApi=Ls;exports.JSearchApi=Fs;exports.JShareApi=Rs;exports.JSurveyDateApi=js;exports.JTaxonomyApi=Es;exports.JTeamWorkAiApi=Ds;exports.JUserApi=Ps;exports.JWedocApi=Os;exports.JWidgetApi=Ms;exports.JamespotUserApi=En;exports.JitsiApi=ks;exports.LanguagesList=Fu;exports.LanguagesSchema=mt;exports.LicenseUserPriceUpdateSimulationSchema=qw;exports.Network=Je;exports.NumberFormatSchema=$r;exports.OfficeProviderSchema=Qw;exports.OrgChartConfigSchema=An;exports.OrgChartConfigurationSchema=gy;exports.OrgChartLinkSchema=xn;exports.OrgChartNodeSchema=Gd;exports.OrgChartUpdateMetasFormSchema=hy;exports.PublishButtonConfigurationCustomSectionSchema=jl;exports.PublishButtonConfigurationSchema=sg;exports.PublishButtonSectionEntrySchema=ud;exports.PublishButtonSectionSchema=md;exports.PublishButtonSectionsSchema=Pf;exports.RecurrenceRule=xo;exports.StudioApplicationStatus=Hi;exports.SurveyFieldName=qa;exports.TVChannelCustomSchema=ei;exports.TVDisplayApi=Is;exports.TeamWorkAiTaskSchema=Lp;exports.TeamWorkDaySummaryStateSchema=dv;exports.TeamWorkTodoStateSchema=lv;exports.TwoFactorAuthenticationDailyActivationStatisticsSchema=gv;exports.TwoFactorAuthenticationGenerateConfigurationSchema=hv;exports.TwoFactorAuthenticationStatisticsSchema=mv;exports.UserAIProfileSchema=km;exports.UserBirthdaySchema=bm;exports.UserLevel=Vs;exports.UserNotificationsConfigurationSchema=vm;exports.UserVariant=qs;exports.WIDGET_LEVEL_1=gc;exports.WIDGET_LEVEL_2=fc;exports.WIDGET_LEVEL_3=Sc;exports.WIDGET_LEVEL_4=yc;exports.WRITE_RIGHT_ADMIN=Ll;exports.WRITE_RIGHT_ALL=_l;exports.WRITE_RIGHT_CUSTOM=Fl;exports.WRITE_RIGHT_PUBLIC=Rl;exports.WidgetPresenceResponseUserListSchema=bh;exports.WidgetQuickSurveyContentArrSchema=ic;exports.WidgetQuickSurveyResponseSchema=Th;exports.WidgetQuickSurveyResponseUserListSchema=xh;exports.WidgetsName=h;exports.WindowBrowser=Bs;exports.accessRequestStatusValuesSchema=Sv;exports.actionParamsSchema=Cf;exports.actionVerbSchema=kf;exports.addCommentParamsSchema=Bh;exports.addFaqEntrySchema=WS;exports.adminAppSchema=Il;exports.adminAppTabSchema=Dl;exports.adminAppsSchema=fg;exports.adminLicenseStatsSchema=rg;exports.adminLicensesAssignedSchema=dg;exports.adminLicensesNotAssignedSchema=lg;exports.adminLogNavigationSchema=pg;exports.adminLogObjectSchema=ug;exports.adminLogSearchSchema=mg;exports.animationConfigurationTypeSchema=Sg;exports.animationStatsRowSchema=Ol;exports.animationStatsSchema=wg;exports.animationVariantSchema=Pl;exports.api=Vk;exports.applicationActionBaseSchema=Mi;exports.applicationBaseSchema=Ie;exports.applicationDefaultSchema=Bi;exports.applicationExtraPropertiesSchema=Ui;exports.applicationIframeSchema=Vi;exports.applicationIntranetHookSchema=zi;exports.applicationLinkSchema=Wi;exports.applicationSchema=Ji;exports.applicationTabSchema=qi;exports.applicationWithTabsSchema=Gi;exports.articleCreationSchema=et;exports.articleDisplayModeSchema=vr;exports.articleGetConfigSchema=Oh;exports.articleListConfigSchema=Ph;exports.articleTranslationGetSchema=vg;exports.articleTranslationLanguageSchema=Ml;exports.articleTranslationTranslateSchema=Ul;exports.aseiGroupsSchema=Cg;exports.aseiRightsSchema=Tg;exports.aseiTicketStatusSchema=Bl;exports.assetReservationConfigurationSchema=xg;exports.audienceAutocompleteSchema=im;exports.audienceSchema=ye;exports.autocompleteLittleSchema=rm;exports.baseArticleSchema=Mh;exports.baseAutocompleteSchema=Dn;exports.bookmarkCustomSchema=ag;exports.bookmarkLinkSchema=eg;exports.bookmarkTypesSchema=tg;exports.businessContactSchema=ym;exports.calendarEventListSchema=gf;exports.calendarEventViewSchema=ff;exports.calendarEventsExtension=hf;exports.calendarMemberLittleSchema=vf;exports.calendarOldEventSchema=Yl;exports.calendarTabSchema=wf;exports.categorySchema=mr;exports.chartTypeSchema=lc;exports.chartsPieDatumSchema=dc;exports.chartsSerieSchema=pc;exports.checkProperties=Jp;exports.combineFormat=W;exports.combinedContentFactoryDataSchema=_f;exports.combinedSurveyFieldOptionsSchema=Gh;exports.combinedSurveyFieldSchema=Oc;exports.combinedSurveyFieldTypeSchema=Nh;exports.combinedWidgetContentSchema=vc;exports.combinedWidgetTypeSchema=hc;exports.communitySchema=sm;exports.contactEntrySchema=Lh;exports.contactShowFieldsSchema=_h;exports.contentFactoryDefaultDataSchema=Io;exports.contentFactorySurveyDataSchema=Po;exports.contentFactoryTypes=Af;exports.createFaqCategorySchema=Ud;exports.createFaqEntrySchema=Bd;exports.createFaqThemeSchema=MS;exports.createGroupSchema=sr;exports.createReportParamsSchema=Df;exports.cssBackgroundPositionSchema=sh;exports.cssBackgroundSizeSchema=rh;exports.cssTextAlignTypeSchema=gr;exports.davAddressBookContactSchema=Zw;exports.davCalendarEventSchema=$w;exports.deepEqual=sn;exports.default=Wk;exports.deleteFaqThemeSchema=US;exports.discussionPropertiesSchema=uS;exports.discussionPropertySchema=kd;exports.driveAccountSchema=fd;exports.driveGetAccountParamsSchema=oS;exports.driveGetAccountSchema=iS;exports.driveGetDocumentParamsSchema=aS;exports.driveGetGroupsParamsSchema=dS;exports.driveGetTenantsParamsSchema=rS;exports.driveItemTypeSchema=eS;exports.driveLogoutParamsSchema=nS;exports.driveSetDefaultAccountParamsSchema=sS;exports.driveTmpFileSchema=tS;exports.dropboxDocumentEntitySchema=Yf;exports.dropboxDocumentParamsSchema=yd;exports.dropboxGetDocumentsParamsSchema=lS;exports.editFaqCategorySchema=DS;exports.editFaqEntrySchema=VS;exports.editFaqThemeSchema=BS;exports.ensureApplication=Eu;exports.ensureApplicationTabs=ju;exports.ensureIsCalendarOldEvent=mf;exports.ensureIsMeetingList=Hg;exports.ensureIsSocialEventList=Vg;exports.ensureIsSurveyData=Bc;exports.ensureIsTemplateFile=$h;exports.ensureIsViewEvent=Zv;exports.ensureTVGetConfigureDynamicChannelResponse=Ry;exports.ensureTVGetConfigureSlideshowChannelResponse=Ey;exports.ensureWidgetAccessibilityType=vk;exports.ensureWidgetApplicationType=ak;exports.ensureWidgetArticleAttachmentType=ek;exports.ensureWidgetArticleButtonType=tk;exports.ensureWidgetArticleGalleryType=ik;exports.ensureWidgetArticleImageType=sk;exports.ensureWidgetArticleSliderType=rk;exports.ensureWidgetArticleTextType=ck;exports.ensureWidgetArticleTitleType=lk;exports.ensureWidgetBirthdayType=bk;exports.ensureWidgetButtonType=nk;exports.ensureWidgetCalendarCalDavType=hk;exports.ensureWidgetCalendarType=Tk;exports.ensureWidgetChartsType=_k;exports.ensureWidgetCheckListType=dk;exports.ensureWidgetColorType=kk;exports.ensureWidgetContactCardDavType=fk;exports.ensureWidgetContactType=gk;exports.ensureWidgetContent=kr;exports.ensureWidgetCountdownType=Uk;exports.ensureWidgetCoverType=Ak;exports.ensureWidgetDatasourceTableType=pk;exports.ensureWidgetDefinitionProps=Vy;exports.ensureWidgetDocumentsType=Mk;exports.ensureWidgetEmailsImapType=Sk;exports.ensureWidgetEmbedType=Dk;exports.ensureWidgetExcelDatasourceTableType=uk;exports.ensureWidgetExtensionType=xk;exports.ensureWidgetFaqType=Pk;exports.ensureWidgetFlocklerType=Ik;exports.ensureWidgetImageType=Rk;exports.ensureWidgetLuccaAbsenceType=ok;exports.ensureWidgetMeteoType=Lk;exports.ensureWidgetMyGroupType=Fk;exports.ensureWidgetNewsflashType=jk;exports.ensureWidgetObjectHasMinimumProperties=qy;exports.ensureWidgetPresenceContent=yh;exports.ensureWidgetPresenceResponse=kh;exports.ensureWidgetPresenceResponsePayload=vh;exports.ensureWidgetPresenceType=wh;exports.ensureWidgetQuickSurveyType=mk;exports.ensureWidgetSeparatorType=Ck;exports.ensureWidgetSliderType=Ok;exports.ensureWidgetTextType=Ek;exports.ensureWidgetType=F;exports.ensureWidgetUserProfileType=wk;exports.ensureWidgetWelcomeType=yk;exports.ensureWidgetWrapperProps=Xv;exports.ensureWidgetYoutubeType=Bk;exports.eventModeSchema=yf;exports.eventStatusFilterSchema=Sf;exports.extendSchema=Vo;exports.extensions=Bp;exports.extractFlattenTaxonomiesFromObject=Jv;exports.extractTaxonomiesFromObject=mi;exports.extractTaxonomiesFromObjectAndMapProperty=zp;exports.extractTaxonomiesFromObjectAndMapUri=Hv;exports.facetModeSchema=yp;exports.faqAccessSchema=OS;exports.faqContentItemSchema=qo;exports.faqHookPropertiesSchema=PS;exports.faqTaxonomySchema=IS;exports.faqWidgetCategoryItemSchema=Od;exports.faqWidgetCategorySchema=jS;exports.faqWidgetItemSchema=ES;exports.faqWidgetItemUriCategorySchema=Md;exports.fileCropConfigSchema=Zs;exports.fileMainTypeSchema=Qs;exports.fileSyncAdminSpotSchema=HS;exports.fileSyncAdminSpotsPropsSchema=$S;exports.fileSyncFileBankSchema=zS;exports.fileSyncUserQuotaSchema=JS;exports.filterSchema=pt;exports.filterValueSchema=Zi;exports.filtersSchema=Pe;exports.formatExtensionSchema=xS;exports.formatImgUrl=Fn;exports.formatListSchema=$e;exports.formats=ci;exports.getArgs=Pp;exports.getCommentsParamsSchema=Uh;exports.getExtensionFromName=pi;exports.getFileExtensionFromMimetype=Bv;exports.getFileFamily=ui;exports.getFileFamilyFromName=qp;exports.getFormat=Mp;exports.getFrom=Ip;exports.getLicenseArticlesParamsSchema=Vw;exports.getLicenseKindUsersParamsSchema=Bw;exports.getMimetypeFromExtension=di;exports.getMimetypeFromName=Wp;exports.getReportsParamsSchema=Ef;exports.getSize=Op;exports.getTimestamp=Mv;exports.getUnclassifiedFilesParamsSchema=sy;exports.getUri=Ln;exports.getUrl=Up;exports.gifSchema=Mm;exports.groupCategoriesConfigurationSchema=ah;exports.groupCustomWidgetSchema=Nn;exports.groupListConfigSchema=th;exports.groupMemberLevelSchema=qm;exports.groupMemberSchema=Nm;exports.groupModerateStatusSchema=cr;exports.groupPrivacy=Vn;exports.groupPropertiesOptionsSchema=dr;exports.groupPropertiesSchema=ur;exports.groupUserLevelSchema=rr;exports.groupWidgetLittleSchema=qn;exports.groupWidgetSchema=$m;exports.groupWidgetsSchema=zm;exports.headingTypeSchema=zn;exports.hookListTypeSchema=Ow;exports.imageFormValueSchema=Lm;exports.imageSizeSchema=Qe;exports.imapInboxMailSchema=Hw;exports.inferBookmarkListSchema=Vc;exports.inferBookmarkRawListSchema=Ve;exports.inferMaybeWithToken=ut;exports.inferSearchQueryResultSchema=nv;exports.inferUserLicenseSchema=Ww;exports.isKnownArticle=Gv;exports.isKnownComment=zv;exports.isSocialActionRate=od;exports.isSocialActionReport=id;exports.isSocialActionShare=sd;exports.isSocialActionToggle=bf;exports.isWidgetApplicationAppsItem=lh;exports.isWidgetApplicationExtensionItem=uh;exports.isWidgetApplicationImageItem=ph;exports.isWidgetApplicationLinkItem=dh;exports.jArticleListSchema=O;exports.jArticleListShapeTmp=Qn;exports.jArticleLittleSchema=$;exports.jArticleViewSchema=q;exports.jArticleWidgetListSchema=ri;exports.jArticleWidgetLittleSchema=si;exports.jArticleWidgetViewSchema=op;exports.jAseiInstitutionViewSchema=Vl;exports.jAseiTicketViewSchema=Wl;exports.jBookableAssetListSchema=Ga;exports.jBookableAssetViewSchema=ql;exports.jBusinessContactListSchema=Gl;exports.jBusinessContactLittleSchema=ko;exports.jCommentListSchema=at;exports.jCommentLittleSchema=rd;exports.jContentFactoryDefaultTemplateViewSchema=ld;exports.jContentFactorySurveyTemplateViewSchema=cd;exports.jContentFactoryTemplateListSchema=Za;exports.jContentFactoryTemplateViewSchema=dd;exports.jContentReportListSchema=pd;exports.jDiapazoneListSchema=Oo;exports.jDiapazoneViewSchema=hd;exports.jEnsure=jv;exports.jExtraBotViewSchema=Dd;exports.jFaqItemListSchema=Go;exports.jFaqItemViewSchema=Pd;exports.jFaqListSchema=No;exports.jFaqViewSchema=Id;exports.jFileListSchema=Im;exports.jFileLittleCropSchema=Em;exports.jFileLittleSchema=V;exports.jFileRenditionSchema=Pm;exports.jFolderListSchema=Cc;exports.jFolderLittleSchema=He;exports.jGroupListSchema=hr;exports.jGroupLittleSchema=Ye;exports.jGroupViewSchema=Xm;exports.jHrefSchema=jn;exports.jIACapabilitiesSchema=Mw;exports.jInternalDraftListSchema=Yn;exports.jInternalDraftViewSchema=bc;exports.jLandLogSchema=ZS;exports.jLandMapFlavorSchema=Vd;exports.jLandMapKindSchema=qd;exports.jLandMapListSchema=Ho;exports.jLandMapLittleSchema=Jo;exports.jLandMapViewSchema=Nd;exports.jLandStatSchema=QS;exports.jLinkListSchema=Kh;exports.jLinkLittleSchema=Na;exports.jMediaLibraryFileListSchema=Zo;exports.jMediaLibraryFileLittleSchema=$o;exports.jMediaLibraryFolderListSchema=Yo;exports.jMediaLibraryFolderLittleSchema=Qo;exports.jMeetingListSchema=tt;exports.jMeetingViewSchema=Co;exports.jMessengerDiscussionGroupListSchema=Td;exports.jMessengerDiscussionGroupLittleSchema=Xa;exports.jMessengerDiscussionUserListSchema=Cd;exports.jMessengerDiscussionUserLittleSchema=Uo;exports.jMessengerMessageLittleSchema=wd;exports.jNetworkLittleSchema=$s;exports.jObjectAutocompleteSchema=Oe;exports.jObjectBaseSchema=ue;exports.jObjectListSchema=On;exports.jObjectLittleSchema=B;exports.jOrgChartListSchema=Ko;exports.jOrgChartViewSchema=zd;exports.jPermanentRoomListSchema=ii;exports.jPollSurveyListSchema=wo;exports.jPollSurveyViewSchema=Mc;exports.jQuarantineListSchema=Wd;exports.jQuarantineLittleSchema=zo;exports.jQuizzListSchema=Bo;exports.jQuizzListShapeTmp=xd;exports.jQuizzViewSchema=Ad;exports.jRecurringEventListSchema=Lo;exports.jRecurringEventLittleSchema=_o;exports.jRecurringEventOccurrenceListFalsySchema=jo;exports.jRecurringEventOccurrenceListSchema=Hl;exports.jRecurringEventOccurrenceListTruthySchema=$a;exports.jRecurringEventOccurrenceLittleFalsySchema=Ro;exports.jRecurringEventOccurrenceLittleSchema=nf;exports.jRecurringEventOccurrenceLittleTruthySchema=Ha;exports.jRecurringEventOccurrenceViewFalsySchema=$l;exports.jRecurringEventOccurrenceViewSchema=Zl;exports.jRecurringEventOccurrenceViewTruthySchema=Eo;exports.jRecurringEventViewSchema=Fo;exports.jReservationListSchema=Nl;exports.jSocialEventListSchema=Ae;exports.jSocialEventLittleSchema=Ja;exports.jSocialEventViewSchema=_e;exports.jSocialRateLinkListSchema=Wc;exports.jSpotAutocompleteSchema=Pn;exports.jSpotAutocompleteShape=Ws;exports.jSupportListSchema=Xo;exports.jSupportViewSchema=Hd;exports.jSupportViewShapeTmp=Jd;exports.jSurveyDateListSchema=Wo;exports.jSurveyDateViewSchema=Fd;exports.jTvChannelDynamicListSchema=ti;exports.jTvChannelListSchema=Yd;exports.jTvChannelLittleSchema=en;exports.jTvChannelSlideshowListSchema=ai;exports.jUserAutocompleteSchema=In;exports.jUserListSchema=Ze;exports.jUserLittleSchema=I;exports.jUserValuesSchema=wn;exports.jUserViewSchema=Ns;exports.licenseSchema=El;exports.mediaLibraryFilesStatsSchema=ry;exports.mediaLibraryFolderStatsSchema=cy;exports.mediaLibraryListSchema=iy;exports.mediaLibraryStatsSchema=ly;exports.meetingActionSchema=To;exports.meetingCreationSchema=Zg;exports.meetingUpdateSchema=Qg;exports.metasExternalSchema=or;exports.metasJamespotSchema=ar;exports.metasSchema=ir;exports.metasYoutubeSchema=nr;exports.meteoLocationSchema=uc;exports.meteoSearchResultSchema=Ah;exports.methodSchema=Yi;exports.mimetypeToExt=lt;exports.mimetypes=Uv;exports.moduleRestrictionMode=Nw;exports.moveFaqEntrySchema=qS;exports.moveFaqThemeSchema=NS;exports.moveMediaLibraryFileParamsSchema=dy;exports.msDocumentEntitySchema=Zf;exports.msDocumentParamsSchema=Sd;exports.msGetDocumentsParamsSchema=cS;exports.msGroupEntitySchema=$f;exports.msSiteEntitySchema=Hf;exports.msTenantEntitySchema=zf;exports.msTenantsSchema=Mo;exports.msUnifiedEntitySchema=Xf;exports.network=Kp;exports.networkTypeSchema=Gw;exports.newsflashGetResponseSchema=ig;exports.newsflashItemSchema=Al;exports.newsflashPropertiesSchema=Tl;exports.newsflashSourceSchema=nt;exports.newsflashSourcesSchema=xl;exports.objectListPropsSchema=Bu;exports.objectTimestamp=Vp;exports.objectWithoutLicenseFilterSchema=cg;exports.officeProviderBaseUrlsSchema=zw;exports.officeSetConfigurationPayloadSchema=Jw;exports.officeUserConfigurationSchema=hp;exports.onlyOfficeFileSchema=fp;exports.onyOfficeFileInfoSchema=gp;exports.openingTypeAnchorSchema=Er;exports.openingTypeLinkSchema=jr;exports.openingTypePopupSchema=Dr;exports.openingTypeSchema=yr;exports.operatorSchema=Qi;exports.orderSchema=dt;exports.ordersSchema=xe;exports.padStartTwoDigits=Ev;exports.prepareGroupForUpdate=$v;exports.publicWebinarData=Dg;exports.publicWebinarFullnameRequestSchema=Rg;exports.publicWebinarGetDateRequestSchema=Eg;exports.publicWebinarUrlSchema=jg;exports.questionAnswerSelectResponseParamsSchema=Kw;exports.questionAnswerUnselectResponseParamsSchema=Xw;exports.quizFieldSchema=Ld;exports.quizResponseSchema=_d;exports.recurrenceRuleSchema=Ao;exports.recurringEventCreationSchema=df;exports.recurringEventUpdateSchema=uf;exports.removeIfStartsWith=li;exports.replacePropertiesWithTypes=rn;exports.resetNotificationConfigurationSchema=eh;exports.resolveFileFamily=Np;exports.resolveFileMimetype=Nv;exports.resolveFilePath=Wv;exports.resolveFileUrl=qv;exports.resolveWidgetByName=Rh;exports.resolveWidgetContent=br;exports.rightsSchema=ne;exports.rssTypeSchema=pr;exports.searchCategoryModelSchema=wp;exports.searchCategoryValueSchema=Sp;exports.searchConfigSchema=tv;exports.searchFacetModelSchema=tn;exports.searchFacetValueModelSchema=kp;exports.searchFacetValuesSchema=vp;exports.searchLastQuerySchema=ov;exports.searchQueryFilterModelSchema=bp;exports.searchQueryOptionSchema=Tp;exports.searchQuerySchema=av;exports.searchQuerySortModelSchema=Cp;exports.searchResultCatPropsSchema=iv;exports.searchResultPropsAppSchema=xp;exports.searchResultPropsObjectSchema=Ap;exports.searchResultPropsSchema=_p;exports.shareAccessPropsSchema=cv;exports.shareGeneralAccessRulesSchema=sv;exports.shareOptionObjectSchema=rv;exports.shareOptionSchema=td;exports.socialActionRateSchema=Xl;exports.socialActionReportSchema=ed;exports.socialActionSchema=Tn;exports.socialActionSchema_deprecated=Do;exports.socialActionShareSchema=ad;exports.socialActionStructSchema_deprecated=Kl;exports.socialActionToggleSchema=nd;exports.socialEventActionSchema=bo;exports.socialEventCreationSchema=Gg;exports.socialEventUpdateSchema=zg;exports.spotDiscussionKindSchema=vd;exports.storeFinalizeSchema=gg;exports.storeItemSchema=hg;exports.suffixIfDoesNotExist=Dp;exports.surveyDateResponsesSchema=Rd;exports.surveyDateUsersForDateSchema=CS;exports.surveyDateUsersResponseSchema=bS;exports.surveyDateUsersResponsesSchema=jd;exports.surveyDateUtils=Kv;exports.surveyFieldBaseSchema=X;exports.surveyFieldBinaryDataSchema=Kn;exports.surveyFieldBinarySchema=xc;exports.surveyFieldCheckDataSchema=to;exports.surveyFieldCheckSchema=Lc;exports.surveyFieldFileUploadDataSchema=so;exports.surveyFieldFileUploadSchema=Dc;exports.surveyFieldGridCheckDataSchema=co;exports.surveyFieldGridCheckSchema=Pc;exports.surveyFieldGridRadioDataSchema=ro;exports.surveyFieldGridRadioSchema=Ic;exports.surveyFieldKeysSchema=Tc;exports.surveyFieldOptionCheckSchema=lo;exports.surveyFieldOptionFileUploadSchema=go;exports.surveyFieldOptionGridCheckSchema=fo;exports.surveyFieldOptionGridRadioSchema=So;exports.surveyFieldOptionRateSchema=po;exports.surveyFieldOptionScaleSchema=uo;exports.surveyFieldOptionTextSchema=mo;exports.surveyFieldOptionTextareaSchema=ho;exports.surveyFieldRadioDataSchema=eo;exports.surveyFieldRadioSchema=_c;exports.surveyFieldRateDataSchema=ao;exports.surveyFieldRateSchema=Fc;exports.surveyFieldScaleDataSchema=no;exports.surveyFieldScaleSchema=Rc;exports.surveyFieldSelectDataSchema=Xn;exports.surveyFieldSelectSchema=Ac;exports.surveyFieldTextDataSchema=oo;exports.surveyFieldTextSchema=jc;exports.surveyFieldTextareaDataSchema=io;exports.surveyFieldTextareaSchema=Ec;exports.surveySectionSchema=yo;exports.textEnhanceResponseSchema=Uw;exports.tinyMCECommonOptionsSchema=pv;exports.tinyMCEDynamicOptionsSchema=Fp;exports.tinymceExtendedOptionsSchema=uv;exports.toBoolean=Pi;exports.tvChannelCreatePayloadSchema=xy;exports.tvChannelCreationSchema=Ty;exports.tvChannelDynamicArticleSchema=Xd;exports.tvChannelDynamicCommentSchema=Kd;exports.tvChannelSlideshowFileSchema=ep;exports.tvChannelTypeSchema=$d;exports.tvGetChannelResponseSchema=Iy;exports.tvGetConfigureDynamicChannelResponse=ni;exports.tvGetConfigureSlideshowChannelResponse=oi;exports.updateCommentParamsSchema=Wh;exports.updateGroupSchema=Hm;exports.updateReportStatusParamsSchema=If;exports.uploadConfigSchema=_m;exports.userDefaultFieldsTypeSchema=We;exports.userDirectoryConfigurationSchema=zs;exports.userDownloadSchema=Om;exports.userFieldSchema=gm;exports.userFieldsConfigurationTypeSchema=hm;exports.userFieldsSchema=fm;exports.userLevelSpotSchema=Un;exports.userMapModelSchema=Gs;exports.userReadSchema=Vh;exports.userResponseStatusSchema=Ed;exports.userSpotCategoriesSchema=Zm;exports.userValuesSchema=Sm;exports.validateIsFormatFileLittle=Rm;exports.validateIsFormatObjectList=Tm;exports.validateIsFormatObjectLittle=am;exports.validateIsFormatRights=cm;exports.validateIsFormatSocialEvent=Ng;exports.validateIsFormatUserDirectoryConfiguration=wm;exports.validateIsFormatUserLevelSpot=nh;exports.validateIsFormatUserList=pm;exports.validateIsFormatUserMapModel=mm;exports.validateIsFormatUserView=um;exports.validateTemplateData=Zh;exports.valueLabelSchema=me;exports.variantSizeTypeSchema=fr;exports.variantTypeSchema=Sr;exports.videoRecordingSchema=Py;exports.visioConnectStatisticsRoomSchema=tp;exports.visioConnectStatisticsRoomSessionsSchema=Uy;exports.visioConnectStatisticsSchema=Oy;exports.wallFilterSchema=fv;exports.weDocTemplateSchema=up;exports.webinarModeratorsSchema=Ig;exports.wedocEmptyTypeSchema=bv;exports.wedocFileAudienceTypeSchema=yv;exports.wedocQueryResultsSchema=vv;exports.wedocQueryTypeSchema=kv;exports.wedocTemplateSchema=wv;exports.widgetAccessibilityContentSchema=gt;exports.widgetAccessibilityTypeSchema=ft;exports.widgetActiveValueSchema=tl;exports.widgetApplicationAppsItemSchema=xr;exports.widgetApplicationContentSchema=St;exports.widgetApplicationCssSchema=Rr;exports.widgetApplicationExtensionItemSchema=Lr;exports.widgetApplicationImageItemSchema=_r;exports.widgetApplicationItemSchema=Fr;exports.widgetApplicationLinkItemSchema=Ar;exports.widgetApplicationSizeSchema=Tr;exports.widgetApplicationTypeSchema=yt;exports.widgetApplicationViewSchema=Cr;exports.widgetArticleAttachmentContentSchema=wt;exports.widgetArticleAttachmentTypeSchema=vt;exports.widgetArticleButtonContentSchema=kt;exports.widgetArticleButtonTypeSchema=bt;exports.widgetArticleCheckListTypeForFrontSchema=Hy;exports.widgetArticleGalleryContentSchema=Ct;exports.widgetArticleGalleryTypeSchema=Tt;exports.widgetArticleImageContentSchema=xt;exports.widgetArticleImageTypeSchema=At;exports.widgetArticleSliderContentSchema=_t;exports.widgetArticleSliderTypeSchema=Lt;exports.widgetArticleTextContentSchema=Ft;exports.widgetArticleTextTypeSchema=Rt;exports.widgetArticleTitleContentSchema=jt;exports.widgetArticleTitleTypeSchema=Et;exports.widgetAudienceSchema=al;exports.widgetBaseSchema=ht;exports.widgetBirthdayContentSchema=Dt;exports.widgetBirthdayCssSchema=Or;exports.widgetBirthdayTypeSchema=It;exports.widgetButtonActionGroupSchema=Gr;exports.widgetButtonActionSchema=zr;exports.widgetButtonActionTypeSchema=Nr;exports.widgetButtonContentSchema=Pt;exports.widgetButtonIconFontSizeSchema=qr;exports.widgetButtonIconPaddingSchema=Vr;exports.widgetButtonIconPositionSchema=Ur;exports.widgetButtonPositionSchema=Br;exports.widgetButtonPropsSchema=Ir;exports.widgetButtonSizeSchema=Mr;exports.widgetButtonStyleSchema=Wr;exports.widgetButtonTypeSchema=Ot;exports.widgetCalendarCalDavContentSchema=Bt;exports.widgetCalendarCalDavTypeSchema=Wt;exports.widgetCalendarContentSchema=Mt;exports.widgetCalendarTypeSchema=Ut;exports.widgetChartsContentSchema=Aa;exports.widgetChartsTypeSchema=_a;exports.widgetCheckListContentArrForFrontSchema=rp;exports.widgetCheckListContentArrSchema=Jr;exports.widgetCheckListContentForFrontSchema=cp;exports.widgetCheckListContentSchema=Vt;exports.widgetCheckListTypeSchema=qt;exports.widgetCheckboxSchema=yl;exports.widgetColorContentSchema=Nt;exports.widgetColorSchema=$c;exports.widgetColorTypeSchema=Gt;exports.widgetContactCardDavContentSchema=zt;exports.widgetContactCardDavTypeSchema=Jt;exports.widgetContactContentSchema=Ia;exports.widgetContactCssSchema=mc;exports.widgetContactTypeSchema=Pa;exports.widgetContentBaseSchema=R;exports.widgetContentKeysSchema=kc;exports.widgetContextSchema=dp;exports.widgetCountdownContentSchema=Ht;exports.widgetCountdownTypeSchema=$t;exports.widgetCoverContentSchema=Zt;exports.widgetCoverSlideSchema=cc;exports.widgetCoverTypeSchema=Qt;exports.widgetDatasourceTableContentSchema=Ke;exports.widgetDatasourceTableTypeSchema=Yt;exports.widgetDatePickerSchema=Xc;exports.widgetDatePickerValueSchema=el;exports.widgetDateSchema=Zc;exports.widgetDateValueSchema=Qc;exports.widgetDatetimeSchema=Yc;exports.widgetDatetimeValueSchema=Kc;exports.widgetDefaultProps=Jy;exports.widgetDefinitionPropsSchema=np;exports.widgetDisplayModeSchema=sp;exports.widgetDocumentsContentSchema=Kt;exports.widgetDocumentsTypeSchema=Xt;exports.widgetEmailSchema=dl;exports.widgetEmailValueSchema=pl;exports.widgetEmailsImapContentSchema=ea;exports.widgetEmailsImapTypeSchema=ta;exports.widgetEmbedContentSchema=aa;exports.widgetEmbedSchema=cl;exports.widgetEmbedTypeSchema=na;exports.widgetExcelDatasourceTableContentSchema=oa;exports.widgetExcelDatasourceTableTypeSchema=ia;exports.widgetExtensionContentSchema=sa;exports.widgetExtensionTypeSchema=ra;exports.widgetFaqContentSchema=Ua;exports.widgetFaqTypeSchema=Ba;exports.widgetFileSchema=il;exports.widgetFlocklerContentSchema=Oa;exports.widgetFlocklerTypeSchema=Ma;exports.widgetIframeVideoSchema=ll;exports.widgetImageContentSchema=Ea;exports.widgetImageSchema=sl;exports.widgetImageTypeSchema=Da;exports.widgetKeysSchema=Gn;exports.widgetLayerSchema=ip;exports.widgetLegacyMixedBooleanSchema=ae;exports.widgetLinkSchema=nl;exports.widgetLuccaAbsenceContentSchema=ca;exports.widgetLuccaAbsenceTypeSchema=la;exports.widgetLuccaAbsenceUserSchema=Sh;exports.widgetMeteoContentSchema=La;exports.widgetMeteoTypeSchema=Fa;exports.widgetMultiattributeSchema=ol;exports.widgetMyGroupContentSchema=Ra;exports.widgetMyGroupTypeSchema=ja;exports.widgetNewsflashContentSchema=da;exports.widgetNewsflashTypeSchema=pa;exports.widgetNumberSchema=Jc;exports.widgetNumberValueSchema=Hc;exports.widgetOrientedlinksSchema=bl;exports.widgetPlaceSchema=hl;exports.widgetPresenceContentSchema=Xe;exports.widgetPresenceRespondPayloadSchema=nc;exports.widgetPresenceResponseSchema=oc;exports.widgetPresenceTypeSchema=ua;exports.widgetQuickSurveyContentSchema=ma;exports.widgetQuickSurveyTypeSchema=ha;exports.widgetRadioSchema=Sl;exports.widgetRefUserSchema=gl;exports.widgetRtObjectSchema=lp;exports.widgetSchema=ng;exports.widgetSelectSchema=rl;exports.widgetSelectionBackgroundPropsSchema=Jn;exports.widgetSelectionPropsSchema=ch;exports.widgetSeparatorAlignSchema=rc;exports.widgetSeparatorContentSchema=ga;exports.widgetSeparatorOrientationSchema=sc;exports.widgetSeparatorTypeSchema=fa;exports.widgetSlideSchema=Pr;exports.widgetSliderContentSchema=Sa;exports.widgetSliderTypeSchema=ya;exports.widgetStatePropsSchema=Zn;exports.widgetStylesSchema=_n;exports.widgetSyncContentContentSchema=wa;exports.widgetSyncContentTypeSchema=$n;exports.widgetTableColumnDataSchema=Hn;exports.widgetTableColumnSchema=gh;exports.widgetTableColumnTypesSchema=tc;exports.widgetTableColumnWidgetDateSchema=Xr;exports.widgetTableColumnWidgetDefaultSchema=Zr;exports.widgetTableColumnWidgetSelectOptionSchema=Yr;exports.widgetTableColumnWidgetSelectSchema=Kr;exports.widgetTableColumnWidgetTextSchema=Qr;exports.widgetTableColumnWidgetsSchema=ec;exports.widgetTableColumnsData=hh;exports.widgetTableContentSchema=ac;exports.widgetTaxonomySchema=wl;exports.widgetTelSchema=vl;exports.widgetTextContentSchema=va;exports.widgetTextSchema=qc;exports.widgetTextTypeSchema=ka;exports.widgetTextValueSchema=Nc;exports.widgetTextareaSchema=Gc;exports.widgetTextareaValueSchema=zc;exports.widgetToggleSchema=kl;exports.widgetTransientSchema=fl;exports.widgetTypeKeysSchema=Fh;exports.widgetUriSchema=Cl;exports.widgetUrlSchema=ul;exports.widgetUrlValueSchema=ml;exports.widgetUserProfileContentSchema=ba;exports.widgetUserProfileTypeSchema=Ca;exports.widgetVectorSchema=wr;exports.widgetWelcomeContentSchema=Ta;exports.widgetWelcomeTypeSchema=xa;exports.widgetWrapperLevelSchema=wc;exports.widgetWrapperPropsSchema=ce;exports.widgetYoutubeContentSchema=Wa;exports.widgetYoutubeTypeSchema=Va;exports.widgetsRootStateSchema=Qy;exports.widgetsStateSchema=pp;exports.widgetsValueSchema=og;exports.withExtensionsSchema=Cv;exports.zCoerceBoolean=Oi;exports.zCoerceOptionalNumber=te;exports.zObject=s;exports.zPassThrough=Ru;exports.zSchema=f;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});class T{jApi;network;constructor(e){this.jApi=e,this.network=e.network}}class pu extends T{readList(e,a){return this.network.post({o:"activity",f:"readList",...e},a?.signal)}}class Ii extends T{getPublishButtonConfiguration(e){return this.network.post({o:"adminAdvanced",f:"getPublishButtonConfiguration"},e)}setPublishButtonConfiguration(e){return this.network.postCSRF({o:"adminAdvanced",f:"setPublishButtonConfiguration",publishButtonConfiguration:e})}}const Ci=Array.isArray,Ti=Object.keys,uu=Object.prototype.hasOwnProperty;function gn(n,e,a){const o=a?.map(i=>i.split("."));if(n===e)return!0;if(n&&e&&typeof n=="object"&&typeof e=="object"){const i=Ci(n),l=Ci(e);let u,m,v;if(i&&l){if(m=n.length,m!==e.length)return!1;for(u=m;u--!==0;)if(!gn(n[u],e[u],a))return!1;return!0}if(i!==l)return!1;const w=n instanceof Date,j=e instanceof Date;if(w!==j)return!1;if(w&&j)return n.getTime()===e.getTime();const J=n instanceof RegExp,ve=e instanceof RegExp;if(J!==ve)return!1;if(J&&ve)return n.toString()===e.toString();const ke=Ti(n).filter(te=>!o?.some(We=>We.length===1&&We[0]===te));if(m=ke.length,m!==Ti(e).filter(te=>!o?.some(We=>We.length===1&&We[0]===te)).length)return!1;for(u=m;u--!==0;){const te=ke[u];if(te&&!uu.call(e,te))return!1}for(u=m;u--!==0;)if(v=ke[u],!(v==="_owner"&&n.$$typeof)&&!gn(n[v],e[v],o?.filter(te=>te.length>1&&te[0]===v).map(te=>te.splice(1).join("."))))return!1;return!0}return n!==n&&e!==e}function fn(n,e){if(Array.isArray(n))return n.map(a=>fn(a,e));if(typeof n=="object"&&n!==null){let a={};return Object.keys(n).forEach(o=>{a={...a,[o]:o&&e.includes(o)?typeof n[o]:fn(n[o],e)}}),a}else return n}const B=(n,e)=>Array.isArray(e)&&e.length?[n,...e].join(","):n;class Pi extends T{getLicenseUserStatistics(e){return this.network.post({o:"licenseManager",f:"userStatistics"},e)}getLicenseStatistics(e,a,o){return this.network.post({o:"licenseManager",f:"statistics",kind:e,type:a},o)}assignLicense(e){return this.network.postCSRF({o:"licenseManager",f:"assignLicense",uri:e})}assignKindLicense(e,a){return this.network.postCSRF({o:"licenseManager",f:"assignLicenseKind",uri:e,kind:a})}unAssignLicense(e){return this.network.postCSRF({o:"licenseManager",f:"unassignLicense",uri:e})}unAssignKindLicense(e,a){return this.network.postCSRF({o:"licenseManager",f:"unassignLicenseKind",uri:e,kind:a})}getAssignmentMode(e,a){return this.network.post({o:"licenseManager",f:"getAssignmentMode",type:e},a)}setAssignmentMode(e,a){return this.network.postCSRF({o:"licenseManager",f:"setAssignmentMode",value:a,type:e})}assignPossiblesLicenses(e,a){return this.network.postCSRF({o:"licenseManager",f:"assignPossiblesLicenses",type:e,kind:a})}unAssignUnusedLicenses(e,a){return this.network.postCSRF({o:"licenseManager",f:"unassignUnusedLicenses",type:e,kind:a})}optimizeLicenses(e,a){return this.network.postCSRF({o:"licenseManager",f:"optimizeLicenses",type:e,kind:a})}getObjectsWithoutLicense(e,a){return this.network.post({o:"licenseManager",f:"countObjectsWithoutLicense",type:e,filter:a})}getLicensesNotAssigned(e){return this.network.post({o:"licenseManager",f:"countLicensesNotAssigned",type:e})}getLicensesAssigned(e){return this.network.post({o:"licenseManager",f:"getLicensesAssigned",type:e})}getLicenseUsersByKind({...e},a,o){return this.network.post({o:"licenseManager",f:"getUsers",...e,format:a},o)}getLicenseArticles(e,a){return this.network.post({o:"licenseManager",f:"getArticles",...e,format:B(a.format,a.formatExtension)},a.signal)}checkUsersManagement(e){return this.network.post({o:"licenseManager",f:"checkUsersManagement"},e?.signal)}simulateUsersAdd(e,a){return this.network.postCSRF({...e,o:"licenseManager",f:"simulateUsersAdd"},a?.signal)}executeUsersAdd(e,a){return this.network.postCSRF({...e,o:"licenseManager",f:"executeUsersAdd"},a?.signal)}}class Oi extends T{getLogsNavigation(e,a){return this.network.post({o:"objectList",f:"adminAdvancedLogsNavigation",...e},a)}getLogsObjects(e,a){return this.network.post({o:"objectList",f:"adminAdvancedLogsObjects",...e},a)}getLogsSearch(e,a){return this.network.post({o:"objectList",f:"adminAdvancedLogsSearch",...e},a)}}class Mi extends T{getItem(e){return this.network.post({o:"adminStore",f:"getItem",uri:e})}checkoutBilling(e){return this.network.postCSRF({o:"adminStore",f:"checkoutBilling",uri:e})}checkoutFinalize(e){return this.network.postCSRF({o:"adminStore",f:"checkoutFinalize",uri:e})}}class Ui extends T{getApps(e){return this.network.post({o:"admin",f:"apps"},e)}}class mu extends T{async SaveAnimationConfiguration(e){return this.network.post({o:"animations",f:"saveConfiguration",animation:e})}async DeleteAnimation(){return this.network.post({o:"animations",f:"deleteAnimation"})}async GetCurrentAnimation(e){return this.network.post({o:"animations",f:"getConfiguration"},e?.signal)}async GetCurrentAnimationApp(){return this.network.post({o:"animations",f:"getConfigurationApp"})}async ToggleAnimationActive(){return this.network.post({o:"animations",f:"toggleAnimationActive"})}async GetAnimationActive(e){return this.network.post({o:"animations",f:"getAnimationActive"},e?.signal)}async GetAnimationStats(e){return this.network.post({o:"objectList",f:"animationsStats",name:e})}async GetAnimationStatsCurrent(e){return this.network.post({o:"objectList",f:"animationsStatsCurrent",uri:e})}}var M;(function(n){n.assertEqual=i=>{};function e(i){}n.assertIs=e;function a(i){throw new Error}n.assertNever=a,n.arrayToEnum=i=>{const l={};for(const u of i)l[u]=u;return l},n.getValidEnumValues=i=>{const l=n.objectKeys(i).filter(m=>typeof i[i[m]]!="number"),u={};for(const m of l)u[m]=i[m];return n.objectValues(u)},n.objectValues=i=>n.objectKeys(i).map(function(l){return i[l]}),n.objectKeys=typeof Object.keys=="function"?i=>Object.keys(i):i=>{const l=[];for(const u in i)Object.prototype.hasOwnProperty.call(i,u)&&l.push(u);return l},n.find=(i,l)=>{for(const u of i)if(l(u))return u},n.isInteger=typeof Number.isInteger=="function"?i=>Number.isInteger(i):i=>typeof i=="number"&&Number.isFinite(i)&&Math.floor(i)===i;function o(i,l=" | "){return i.map(u=>typeof u=="string"?`'${u}'`:u).join(l)}n.joinValues=o,n.jsonStringifyReplacer=(i,l)=>typeof l=="bigint"?l.toString():l})(M||(M={}));var xi;(function(n){n.mergeShapes=(e,a)=>({...e,...a})})(xi||(xi={}));const C=M.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),he=n=>{switch(typeof n){case"undefined":return C.undefined;case"string":return C.string;case"number":return Number.isNaN(n)?C.nan:C.number;case"boolean":return C.boolean;case"function":return C.function;case"bigint":return C.bigint;case"symbol":return C.symbol;case"object":return Array.isArray(n)?C.array:n===null?C.null:n.then&&typeof n.then=="function"&&n.catch&&typeof n.catch=="function"?C.promise:typeof Map<"u"&&n instanceof Map?C.map:typeof Set<"u"&&n instanceof Set?C.set:typeof Date<"u"&&n instanceof Date?C.date:C.object;default:return C.unknown}},S=M.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]);class K extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=o=>{this.issues=[...this.issues,o]},this.addIssues=(o=[])=>{this.issues=[...this.issues,...o]};const a=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,a):this.__proto__=a,this.name="ZodError",this.issues=e}format(e){const a=e||function(l){return l.message},o={_errors:[]},i=l=>{for(const u of l.issues)if(u.code==="invalid_union")u.unionErrors.map(i);else if(u.code==="invalid_return_type")i(u.returnTypeError);else if(u.code==="invalid_arguments")i(u.argumentsError);else if(u.path.length===0)o._errors.push(a(u));else{let m=o,v=0;for(;v<u.path.length;){const w=u.path[v];v===u.path.length-1?(m[w]=m[w]||{_errors:[]},m[w]._errors.push(a(u))):m[w]=m[w]||{_errors:[]},m=m[w],v++}}};return i(this),o}static assert(e){if(!(e instanceof K))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,M.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=a=>a.message){const a={},o=[];for(const i of this.issues)if(i.path.length>0){const l=i.path[0];a[l]=a[l]||[],a[l].push(e(i))}else o.push(e(i));return{formErrors:o,fieldErrors:a}}get formErrors(){return this.flatten()}}K.create=n=>new K(n);const ze=(n,e)=>{let a;switch(n.code){case S.invalid_type:n.received===C.undefined?a="Required":a=`Expected ${n.expected}, received ${n.received}`;break;case S.invalid_literal:a=`Invalid literal value, expected ${JSON.stringify(n.expected,M.jsonStringifyReplacer)}`;break;case S.unrecognized_keys:a=`Unrecognized key(s) in object: ${M.joinValues(n.keys,", ")}`;break;case S.invalid_union:a="Invalid input";break;case S.invalid_union_discriminator:a=`Invalid discriminator value. Expected ${M.joinValues(n.options)}`;break;case S.invalid_enum_value:a=`Invalid enum value. Expected ${M.joinValues(n.options)}, received '${n.received}'`;break;case S.invalid_arguments:a="Invalid function arguments";break;case S.invalid_return_type:a="Invalid function return type";break;case S.invalid_date:a="Invalid date";break;case S.invalid_string:typeof n.validation=="object"?"includes"in n.validation?(a=`Invalid input: must include "${n.validation.includes}"`,typeof n.validation.position=="number"&&(a=`${a} at one or more positions greater than or equal to ${n.validation.position}`)):"startsWith"in n.validation?a=`Invalid input: must start with "${n.validation.startsWith}"`:"endsWith"in n.validation?a=`Invalid input: must end with "${n.validation.endsWith}"`:M.assertNever(n.validation):n.validation!=="regex"?a=`Invalid ${n.validation}`:a="Invalid";break;case S.too_small:n.type==="array"?a=`Array must contain ${n.exact?"exactly":n.inclusive?"at least":"more than"} ${n.minimum} element(s)`:n.type==="string"?a=`String must contain ${n.exact?"exactly":n.inclusive?"at least":"over"} ${n.minimum} character(s)`:n.type==="number"?a=`Number must be ${n.exact?"exactly equal to ":n.inclusive?"greater than or equal to ":"greater than "}${n.minimum}`:n.type==="bigint"?a=`Number must be ${n.exact?"exactly equal to ":n.inclusive?"greater than or equal to ":"greater than "}${n.minimum}`:n.type==="date"?a=`Date must be ${n.exact?"exactly equal to ":n.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(n.minimum))}`:a="Invalid input";break;case S.too_big:n.type==="array"?a=`Array must contain ${n.exact?"exactly":n.inclusive?"at most":"less than"} ${n.maximum} element(s)`:n.type==="string"?a=`String must contain ${n.exact?"exactly":n.inclusive?"at most":"under"} ${n.maximum} character(s)`:n.type==="number"?a=`Number must be ${n.exact?"exactly":n.inclusive?"less than or equal to":"less than"} ${n.maximum}`:n.type==="bigint"?a=`BigInt must be ${n.exact?"exactly":n.inclusive?"less than or equal to":"less than"} ${n.maximum}`:n.type==="date"?a=`Date must be ${n.exact?"exactly":n.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(n.maximum))}`:a="Invalid input";break;case S.custom:a="Invalid input";break;case S.invalid_intersection_types:a="Intersection results could not be merged";break;case S.not_multiple_of:a=`Number must be a multiple of ${n.multipleOf}`;break;case S.not_finite:a="Number must be finite";break;default:a=e.defaultError,M.assertNever(n)}return{message:a}};let hu=ze;function Sn(){return hu}const yn=n=>{const{data:e,path:a,errorMaps:o,issueData:i}=n,l=[...a,...i.path||[]],u={...i,path:l};if(i.message!==void 0)return{...i,path:l,message:i.message};let m="";const v=o.filter(w=>!!w).slice().reverse();for(const w of v)m=w(u,{data:e,defaultError:m}).message;return{...i,path:l,message:m}};function k(n,e){const a=Sn(),o=yn({issueData:e,data:n.data,path:n.path,errorMaps:[n.common.contextualErrorMap,n.schemaErrorMap,a,a===ze?void 0:ze].filter(i=>!!i)});n.common.issues.push(o)}class Z{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,a){const o=[];for(const i of a){if(i.status==="aborted")return L;i.status==="dirty"&&e.dirty(),o.push(i.value)}return{status:e.value,value:o}}static async mergeObjectAsync(e,a){const o=[];for(const i of a){const l=await i.key,u=await i.value;o.push({key:l,value:u})}return Z.mergeObjectSync(e,o)}static mergeObjectSync(e,a){const o={};for(const i of a){const{key:l,value:u}=i;if(l.status==="aborted"||u.status==="aborted")return L;l.status==="dirty"&&e.dirty(),u.status==="dirty"&&e.dirty(),l.value!=="__proto__"&&(typeof u.value<"u"||i.alwaysSet)&&(o[l.value]=u.value)}return{status:e.value,value:o}}}const L=Object.freeze({status:"aborted"}),Be=n=>({status:"dirty",value:n}),Q=n=>({status:"valid",value:n}),Ai=n=>n.status==="aborted",_i=n=>n.status==="dirty",je=n=>n.status==="valid",rt=n=>typeof Promise<"u"&&n instanceof Promise;var x;(function(n){n.errToObj=e=>typeof e=="string"?{message:e}:e||{},n.toString=e=>typeof e=="string"?e:e?.message})(x||(x={}));class ce{constructor(e,a,o,i){this._cachedPath=[],this.parent=e,this.data=a,this._path=o,this._key=i}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}}const Li=(n,e)=>{if(je(e))return{success:!0,data:e.value};if(!n.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;const a=new K(n.common.issues);return this._error=a,this._error}}};function D(n){if(!n)return{};const{errorMap:e,invalid_type_error:a,required_error:o,description:i}=n;if(e&&(a||o))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:i}:{errorMap:(u,m)=>{const{message:v}=n;return u.code==="invalid_enum_value"?{message:v??m.defaultError}:typeof m.data>"u"?{message:v??o??m.defaultError}:u.code!=="invalid_type"?{message:m.defaultError}:{message:v??a??m.defaultError}},description:i}}class P{get description(){return this._def.description}_getType(e){return he(e.data)}_getOrReturnCtx(e,a){return a||{common:e.parent.common,data:e.data,parsedType:he(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new Z,ctx:{common:e.parent.common,data:e.data,parsedType:he(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){const a=this._parse(e);if(rt(a))throw new Error("Synchronous parse encountered promise.");return a}_parseAsync(e){const a=this._parse(e);return Promise.resolve(a)}parse(e,a){const o=this.safeParse(e,a);if(o.success)return o.data;throw o.error}safeParse(e,a){const o={common:{issues:[],async:a?.async??!1,contextualErrorMap:a?.errorMap},path:a?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:he(e)},i=this._parseSync({data:e,path:o.path,parent:o});return Li(o,i)}"~validate"(e){const a={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:he(e)};if(!this["~standard"].async)try{const o=this._parseSync({data:e,path:[],parent:a});return je(o)?{value:o.value}:{issues:a.common.issues}}catch(o){o?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),a.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:a}).then(o=>je(o)?{value:o.value}:{issues:a.common.issues})}async parseAsync(e,a){const o=await this.safeParseAsync(e,a);if(o.success)return o.data;throw o.error}async safeParseAsync(e,a){const o={common:{issues:[],contextualErrorMap:a?.errorMap,async:!0},path:a?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:he(e)},i=this._parse({data:e,path:o.path,parent:o}),l=await(rt(i)?i:Promise.resolve(i));return Li(o,l)}refine(e,a){const o=i=>typeof a=="string"||typeof a>"u"?{message:a}:typeof a=="function"?a(i):a;return this._refinement((i,l)=>{const u=e(i),m=()=>l.addIssue({code:S.custom,...o(i)});return typeof Promise<"u"&&u instanceof Promise?u.then(v=>v?!0:(m(),!1)):u?!0:(m(),!1)})}refinement(e,a){return this._refinement((o,i)=>e(o)?!0:(i.addIssue(typeof a=="function"?a(o,i):a),!1))}_refinement(e){return new Te({schema:this,typeName:_.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:a=>this["~validate"](a)}}optional(){return fe.create(this,this._def)}nullable(){return Ie.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return se.create(this)}promise(){return $e.create(this,this._def)}or(e){return lt.create([this,e],this._def)}and(e){return dt.create(this,e,this._def)}transform(e){return new Te({...D(this._def),schema:this,typeName:_.ZodEffects,effect:{type:"transform",transform:e}})}default(e){const a=typeof e=="function"?e:()=>e;return new xn({...D(this._def),innerType:this,defaultValue:a,typeName:_.ZodDefault})}brand(){return new Mu({typeName:_.ZodBranded,type:this,...D(this._def)})}catch(e){const a=typeof e=="function"?e:()=>e;return new An({...D(this._def),innerType:this,catchValue:a,typeName:_.ZodCatch})}describe(e){const a=this.constructor;return new a({...this._def,description:e})}pipe(e){return Wn.create(this,e)}readonly(){return _n.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}}const gu=/^c[^\s-]{8,}$/i,fu=/^[0-9a-z]+$/,Su=/^[0-9A-HJKMNP-TV-Z]{26}$/i,yu=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,wu=/^[a-z0-9_-]{21}$/i,vu=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,ku=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,bu=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,Cu="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";let un;const Tu=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,xu=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,Au=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,_u=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,Lu=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,Fu=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Wi="((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))",Ru=new RegExp(`^${Wi}$`);function Bi(n){let e="[0-5]\\d";n.precision?e=`${e}\\.\\d{${n.precision}}`:n.precision==null&&(e=`${e}(\\.\\d+)?`);const a=n.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${a}`}function ju(n){return new RegExp(`^${Bi(n)}$`)}function Eu(n){let e=`${Wi}T${Bi(n)}`;const a=[];return a.push(n.local?"Z?":"Z"),n.offset&&a.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${a.join("|")})`,new RegExp(`^${e}$`)}function Du(n,e){return!!((e==="v4"||!e)&&Tu.test(n)||(e==="v6"||!e)&&Au.test(n))}function Iu(n,e){if(!vu.test(n))return!1;try{const[a]=n.split(".");if(!a)return!1;const o=a.replace(/-/g,"+").replace(/_/g,"/").padEnd(a.length+(4-a.length%4)%4,"="),i=JSON.parse(atob(o));return!(typeof i!="object"||i===null||"typ"in i&&i?.typ!=="JWT"||!i.alg||e&&i.alg!==e)}catch{return!1}}function Pu(n,e){return!!((e==="v4"||!e)&&xu.test(n)||(e==="v6"||!e)&&_u.test(n))}class ie extends P{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==C.string){const l=this._getOrReturnCtx(e);return k(l,{code:S.invalid_type,expected:C.string,received:l.parsedType}),L}const o=new Z;let i;for(const l of this._def.checks)if(l.kind==="min")e.data.length<l.value&&(i=this._getOrReturnCtx(e,i),k(i,{code:S.too_small,minimum:l.value,type:"string",inclusive:!0,exact:!1,message:l.message}),o.dirty());else if(l.kind==="max")e.data.length>l.value&&(i=this._getOrReturnCtx(e,i),k(i,{code:S.too_big,maximum:l.value,type:"string",inclusive:!0,exact:!1,message:l.message}),o.dirty());else if(l.kind==="length"){const u=e.data.length>l.value,m=e.data.length<l.value;(u||m)&&(i=this._getOrReturnCtx(e,i),u?k(i,{code:S.too_big,maximum:l.value,type:"string",inclusive:!0,exact:!0,message:l.message}):m&&k(i,{code:S.too_small,minimum:l.value,type:"string",inclusive:!0,exact:!0,message:l.message}),o.dirty())}else if(l.kind==="email")bu.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"email",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="emoji")un||(un=new RegExp(Cu,"u")),un.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"emoji",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="uuid")yu.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"uuid",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="nanoid")wu.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"nanoid",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="cuid")gu.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"cuid",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="cuid2")fu.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"cuid2",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="ulid")Su.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"ulid",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="url")try{new URL(e.data)}catch{i=this._getOrReturnCtx(e,i),k(i,{validation:"url",code:S.invalid_string,message:l.message}),o.dirty()}else l.kind==="regex"?(l.regex.lastIndex=0,l.regex.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"regex",code:S.invalid_string,message:l.message}),o.dirty())):l.kind==="trim"?e.data=e.data.trim():l.kind==="includes"?e.data.includes(l.value,l.position)||(i=this._getOrReturnCtx(e,i),k(i,{code:S.invalid_string,validation:{includes:l.value,position:l.position},message:l.message}),o.dirty()):l.kind==="toLowerCase"?e.data=e.data.toLowerCase():l.kind==="toUpperCase"?e.data=e.data.toUpperCase():l.kind==="startsWith"?e.data.startsWith(l.value)||(i=this._getOrReturnCtx(e,i),k(i,{code:S.invalid_string,validation:{startsWith:l.value},message:l.message}),o.dirty()):l.kind==="endsWith"?e.data.endsWith(l.value)||(i=this._getOrReturnCtx(e,i),k(i,{code:S.invalid_string,validation:{endsWith:l.value},message:l.message}),o.dirty()):l.kind==="datetime"?Eu(l).test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{code:S.invalid_string,validation:"datetime",message:l.message}),o.dirty()):l.kind==="date"?Ru.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{code:S.invalid_string,validation:"date",message:l.message}),o.dirty()):l.kind==="time"?ju(l).test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{code:S.invalid_string,validation:"time",message:l.message}),o.dirty()):l.kind==="duration"?ku.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"duration",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="ip"?Du(e.data,l.version)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"ip",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="jwt"?Iu(e.data,l.alg)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"jwt",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="cidr"?Pu(e.data,l.version)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"cidr",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="base64"?Lu.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"base64",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="base64url"?Fu.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"base64url",code:S.invalid_string,message:l.message}),o.dirty()):M.assertNever(l);return{status:o.value,value:e.data}}_regex(e,a,o){return this.refinement(i=>e.test(i),{validation:a,code:S.invalid_string,...x.errToObj(o)})}_addCheck(e){return new ie({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...x.errToObj(e)})}url(e){return this._addCheck({kind:"url",...x.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...x.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...x.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...x.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...x.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...x.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...x.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...x.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...x.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...x.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...x.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...x.errToObj(e)})}datetime(e){return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof e?.precision>"u"?null:e?.precision,offset:e?.offset??!1,local:e?.local??!1,...x.errToObj(e?.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){return typeof e=="string"?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck({kind:"time",precision:typeof e?.precision>"u"?null:e?.precision,...x.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...x.errToObj(e)})}regex(e,a){return this._addCheck({kind:"regex",regex:e,...x.errToObj(a)})}includes(e,a){return this._addCheck({kind:"includes",value:e,position:a?.position,...x.errToObj(a?.message)})}startsWith(e,a){return this._addCheck({kind:"startsWith",value:e,...x.errToObj(a)})}endsWith(e,a){return this._addCheck({kind:"endsWith",value:e,...x.errToObj(a)})}min(e,a){return this._addCheck({kind:"min",value:e,...x.errToObj(a)})}max(e,a){return this._addCheck({kind:"max",value:e,...x.errToObj(a)})}length(e,a){return this._addCheck({kind:"length",value:e,...x.errToObj(a)})}nonempty(e){return this.min(1,x.errToObj(e))}trim(){return new ie({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new ie({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new ie({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find(e=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find(e=>e.kind==="base64url")}get minLength(){let e=null;for(const a of this._def.checks)a.kind==="min"&&(e===null||a.value>e)&&(e=a.value);return e}get maxLength(){let e=null;for(const a of this._def.checks)a.kind==="max"&&(e===null||a.value<e)&&(e=a.value);return e}}ie.create=n=>new ie({checks:[],typeName:_.ZodString,coerce:n?.coerce??!1,...D(n)});function Ou(n,e){const a=(n.toString().split(".")[1]||"").length,o=(e.toString().split(".")[1]||"").length,i=a>o?a:o,l=Number.parseInt(n.toFixed(i).replace(".","")),u=Number.parseInt(e.toFixed(i).replace(".",""));return l%u/10**i}class be extends P{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==C.number){const l=this._getOrReturnCtx(e);return k(l,{code:S.invalid_type,expected:C.number,received:l.parsedType}),L}let o;const i=new Z;for(const l of this._def.checks)l.kind==="int"?M.isInteger(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:S.invalid_type,expected:"integer",received:"float",message:l.message}),i.dirty()):l.kind==="min"?(l.inclusive?e.data<l.value:e.data<=l.value)&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.too_small,minimum:l.value,type:"number",inclusive:l.inclusive,exact:!1,message:l.message}),i.dirty()):l.kind==="max"?(l.inclusive?e.data>l.value:e.data>=l.value)&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.too_big,maximum:l.value,type:"number",inclusive:l.inclusive,exact:!1,message:l.message}),i.dirty()):l.kind==="multipleOf"?Ou(e.data,l.value)!==0&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.not_multiple_of,multipleOf:l.value,message:l.message}),i.dirty()):l.kind==="finite"?Number.isFinite(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:S.not_finite,message:l.message}),i.dirty()):M.assertNever(l);return{status:i.value,value:e.data}}gte(e,a){return this.setLimit("min",e,!0,x.toString(a))}gt(e,a){return this.setLimit("min",e,!1,x.toString(a))}lte(e,a){return this.setLimit("max",e,!0,x.toString(a))}lt(e,a){return this.setLimit("max",e,!1,x.toString(a))}setLimit(e,a,o,i){return new be({...this._def,checks:[...this._def.checks,{kind:e,value:a,inclusive:o,message:x.toString(i)}]})}_addCheck(e){return new be({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:x.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:x.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:x.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:x.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:x.toString(e)})}multipleOf(e,a){return this._addCheck({kind:"multipleOf",value:e,message:x.toString(a)})}finite(e){return this._addCheck({kind:"finite",message:x.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:x.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:x.toString(e)})}get minValue(){let e=null;for(const a of this._def.checks)a.kind==="min"&&(e===null||a.value>e)&&(e=a.value);return e}get maxValue(){let e=null;for(const a of this._def.checks)a.kind==="max"&&(e===null||a.value<e)&&(e=a.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&M.isInteger(e.value))}get isFinite(){let e=null,a=null;for(const o of this._def.checks){if(o.kind==="finite"||o.kind==="int"||o.kind==="multipleOf")return!0;o.kind==="min"?(a===null||o.value>a)&&(a=o.value):o.kind==="max"&&(e===null||o.value<e)&&(e=o.value)}return Number.isFinite(a)&&Number.isFinite(e)}}be.create=n=>new be({checks:[],typeName:_.ZodNumber,coerce:n?.coerce||!1,...D(n)});class Ce extends P{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==C.bigint)return this._getInvalidInput(e);let o;const i=new Z;for(const l of this._def.checks)l.kind==="min"?(l.inclusive?e.data<l.value:e.data<=l.value)&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.too_small,type:"bigint",minimum:l.value,inclusive:l.inclusive,message:l.message}),i.dirty()):l.kind==="max"?(l.inclusive?e.data>l.value:e.data>=l.value)&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.too_big,type:"bigint",maximum:l.value,inclusive:l.inclusive,message:l.message}),i.dirty()):l.kind==="multipleOf"?e.data%l.value!==BigInt(0)&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.not_multiple_of,multipleOf:l.value,message:l.message}),i.dirty()):M.assertNever(l);return{status:i.value,value:e.data}}_getInvalidInput(e){const a=this._getOrReturnCtx(e);return k(a,{code:S.invalid_type,expected:C.bigint,received:a.parsedType}),L}gte(e,a){return this.setLimit("min",e,!0,x.toString(a))}gt(e,a){return this.setLimit("min",e,!1,x.toString(a))}lte(e,a){return this.setLimit("max",e,!0,x.toString(a))}lt(e,a){return this.setLimit("max",e,!1,x.toString(a))}setLimit(e,a,o,i){return new Ce({...this._def,checks:[...this._def.checks,{kind:e,value:a,inclusive:o,message:x.toString(i)}]})}_addCheck(e){return new Ce({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:x.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:x.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:x.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:x.toString(e)})}multipleOf(e,a){return this._addCheck({kind:"multipleOf",value:e,message:x.toString(a)})}get minValue(){let e=null;for(const a of this._def.checks)a.kind==="min"&&(e===null||a.value>e)&&(e=a.value);return e}get maxValue(){let e=null;for(const a of this._def.checks)a.kind==="max"&&(e===null||a.value<e)&&(e=a.value);return e}}Ce.create=n=>new Ce({checks:[],typeName:_.ZodBigInt,coerce:n?.coerce??!1,...D(n)});class ct extends P{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==C.boolean){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:C.boolean,received:o.parsedType}),L}return Q(e.data)}}ct.create=n=>new ct({typeName:_.ZodBoolean,coerce:n?.coerce||!1,...D(n)});class Ee extends P{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==C.date){const l=this._getOrReturnCtx(e);return k(l,{code:S.invalid_type,expected:C.date,received:l.parsedType}),L}if(Number.isNaN(e.data.getTime())){const l=this._getOrReturnCtx(e);return k(l,{code:S.invalid_date}),L}const o=new Z;let i;for(const l of this._def.checks)l.kind==="min"?e.data.getTime()<l.value&&(i=this._getOrReturnCtx(e,i),k(i,{code:S.too_small,message:l.message,inclusive:!0,exact:!1,minimum:l.value,type:"date"}),o.dirty()):l.kind==="max"?e.data.getTime()>l.value&&(i=this._getOrReturnCtx(e,i),k(i,{code:S.too_big,message:l.message,inclusive:!0,exact:!1,maximum:l.value,type:"date"}),o.dirty()):M.assertNever(l);return{status:o.value,value:new Date(e.data.getTime())}}_addCheck(e){return new Ee({...this._def,checks:[...this._def.checks,e]})}min(e,a){return this._addCheck({kind:"min",value:e.getTime(),message:x.toString(a)})}max(e,a){return this._addCheck({kind:"max",value:e.getTime(),message:x.toString(a)})}get minDate(){let e=null;for(const a of this._def.checks)a.kind==="min"&&(e===null||a.value>e)&&(e=a.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(const a of this._def.checks)a.kind==="max"&&(e===null||a.value<e)&&(e=a.value);return e!=null?new Date(e):null}}Ee.create=n=>new Ee({checks:[],coerce:n?.coerce||!1,typeName:_.ZodDate,...D(n)});class Fi extends P{_parse(e){if(this._getType(e)!==C.symbol){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:C.symbol,received:o.parsedType}),L}return Q(e.data)}}Fi.create=n=>new Fi({typeName:_.ZodSymbol,...D(n)});class wn extends P{_parse(e){if(this._getType(e)!==C.undefined){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:C.undefined,received:o.parsedType}),L}return Q(e.data)}}wn.create=n=>new wn({typeName:_.ZodUndefined,...D(n)});class vn extends P{_parse(e){if(this._getType(e)!==C.null){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:C.null,received:o.parsedType}),L}return Q(e.data)}}vn.create=n=>new vn({typeName:_.ZodNull,...D(n)});class Je extends P{constructor(){super(...arguments),this._any=!0}_parse(e){return Q(e.data)}}Je.create=n=>new Je({typeName:_.ZodAny,...D(n)});class Re extends P{constructor(){super(...arguments),this._unknown=!0}_parse(e){return Q(e.data)}}Re.create=n=>new Re({typeName:_.ZodUnknown,...D(n)});class Se extends P{_parse(e){const a=this._getOrReturnCtx(e);return k(a,{code:S.invalid_type,expected:C.never,received:a.parsedType}),L}}Se.create=n=>new Se({typeName:_.ZodNever,...D(n)});class kn extends P{_parse(e){if(this._getType(e)!==C.undefined){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:C.void,received:o.parsedType}),L}return Q(e.data)}}kn.create=n=>new kn({typeName:_.ZodVoid,...D(n)});class se extends P{_parse(e){const{ctx:a,status:o}=this._processInputParams(e),i=this._def;if(a.parsedType!==C.array)return k(a,{code:S.invalid_type,expected:C.array,received:a.parsedType}),L;if(i.exactLength!==null){const u=a.data.length>i.exactLength.value,m=a.data.length<i.exactLength.value;(u||m)&&(k(a,{code:u?S.too_big:S.too_small,minimum:m?i.exactLength.value:void 0,maximum:u?i.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:i.exactLength.message}),o.dirty())}if(i.minLength!==null&&a.data.length<i.minLength.value&&(k(a,{code:S.too_small,minimum:i.minLength.value,type:"array",inclusive:!0,exact:!1,message:i.minLength.message}),o.dirty()),i.maxLength!==null&&a.data.length>i.maxLength.value&&(k(a,{code:S.too_big,maximum:i.maxLength.value,type:"array",inclusive:!0,exact:!1,message:i.maxLength.message}),o.dirty()),a.common.async)return Promise.all([...a.data].map((u,m)=>i.type._parseAsync(new ce(a,u,a.path,m)))).then(u=>Z.mergeArray(o,u));const l=[...a.data].map((u,m)=>i.type._parseSync(new ce(a,u,a.path,m)));return Z.mergeArray(o,l)}get element(){return this._def.type}min(e,a){return new se({...this._def,minLength:{value:e,message:x.toString(a)}})}max(e,a){return new se({...this._def,maxLength:{value:e,message:x.toString(a)}})}length(e,a){return new se({...this._def,exactLength:{value:e,message:x.toString(a)}})}nonempty(e){return this.min(1,e)}}se.create=(n,e)=>new se({type:n,minLength:null,maxLength:null,exactLength:null,typeName:_.ZodArray,...D(e)});function Fe(n){if(n instanceof N){const e={};for(const a in n.shape){const o=n.shape[a];e[a]=fe.create(Fe(o))}return new N({...n._def,shape:()=>e})}else return n instanceof se?new se({...n._def,type:Fe(n.element)}):n instanceof fe?fe.create(Fe(n.unwrap())):n instanceof Ie?Ie.create(Fe(n.unwrap())):n instanceof pe?pe.create(n.items.map(e=>Fe(e))):n}class N extends P{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;const e=this._def.shape(),a=M.objectKeys(e);return this._cached={shape:e,keys:a},this._cached}_parse(e){if(this._getType(e)!==C.object){const w=this._getOrReturnCtx(e);return k(w,{code:S.invalid_type,expected:C.object,received:w.parsedType}),L}const{status:o,ctx:i}=this._processInputParams(e),{shape:l,keys:u}=this._getCached(),m=[];if(!(this._def.catchall instanceof Se&&this._def.unknownKeys==="strip"))for(const w in i.data)u.includes(w)||m.push(w);const v=[];for(const w of u){const j=l[w],J=i.data[w];v.push({key:{status:"valid",value:w},value:j._parse(new ce(i,J,i.path,w)),alwaysSet:w in i.data})}if(this._def.catchall instanceof Se){const w=this._def.unknownKeys;if(w==="passthrough")for(const j of m)v.push({key:{status:"valid",value:j},value:{status:"valid",value:i.data[j]}});else if(w==="strict")m.length>0&&(k(i,{code:S.unrecognized_keys,keys:m}),o.dirty());else if(w!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{const w=this._def.catchall;for(const j of m){const J=i.data[j];v.push({key:{status:"valid",value:j},value:w._parse(new ce(i,J,i.path,j)),alwaysSet:j in i.data})}}return i.common.async?Promise.resolve().then(async()=>{const w=[];for(const j of v){const J=await j.key,ve=await j.value;w.push({key:J,value:ve,alwaysSet:j.alwaysSet})}return w}).then(w=>Z.mergeObjectSync(o,w)):Z.mergeObjectSync(o,v)}get shape(){return this._def.shape()}strict(e){return x.errToObj,new N({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(a,o)=>{const i=this._def.errorMap?.(a,o).message??o.defaultError;return a.code==="unrecognized_keys"?{message:x.errToObj(e).message??i}:{message:i}}}:{}})}strip(){return new N({...this._def,unknownKeys:"strip"})}passthrough(){return new N({...this._def,unknownKeys:"passthrough"})}extend(e){return new N({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new N({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:_.ZodObject})}setKey(e,a){return this.augment({[e]:a})}catchall(e){return new N({...this._def,catchall:e})}pick(e){const a={};for(const o of M.objectKeys(e))e[o]&&this.shape[o]&&(a[o]=this.shape[o]);return new N({...this._def,shape:()=>a})}omit(e){const a={};for(const o of M.objectKeys(this.shape))e[o]||(a[o]=this.shape[o]);return new N({...this._def,shape:()=>a})}deepPartial(){return Fe(this)}partial(e){const a={};for(const o of M.objectKeys(this.shape)){const i=this.shape[o];e&&!e[o]?a[o]=i:a[o]=i.optional()}return new N({...this._def,shape:()=>a})}required(e){const a={};for(const o of M.objectKeys(this.shape))if(e&&!e[o])a[o]=this.shape[o];else{let l=this.shape[o];for(;l instanceof fe;)l=l._def.innerType;a[o]=l}return new N({...this._def,shape:()=>a})}keyof(){return Vi(M.objectKeys(this.shape))}}N.create=(n,e)=>new N({shape:()=>n,unknownKeys:"strip",catchall:Se.create(),typeName:_.ZodObject,...D(e)});N.strictCreate=(n,e)=>new N({shape:()=>n,unknownKeys:"strict",catchall:Se.create(),typeName:_.ZodObject,...D(e)});N.lazycreate=(n,e)=>new N({shape:n,unknownKeys:"strip",catchall:Se.create(),typeName:_.ZodObject,...D(e)});class lt extends P{_parse(e){const{ctx:a}=this._processInputParams(e),o=this._def.options;function i(l){for(const m of l)if(m.result.status==="valid")return m.result;for(const m of l)if(m.result.status==="dirty")return a.common.issues.push(...m.ctx.common.issues),m.result;const u=l.map(m=>new K(m.ctx.common.issues));return k(a,{code:S.invalid_union,unionErrors:u}),L}if(a.common.async)return Promise.all(o.map(async l=>{const u={...a,common:{...a.common,issues:[]},parent:null};return{result:await l._parseAsync({data:a.data,path:a.path,parent:u}),ctx:u}})).then(i);{let l;const u=[];for(const v of o){const w={...a,common:{...a.common,issues:[]},parent:null},j=v._parseSync({data:a.data,path:a.path,parent:w});if(j.status==="valid")return j;j.status==="dirty"&&!l&&(l={result:j,ctx:w}),w.common.issues.length&&u.push(w.common.issues)}if(l)return a.common.issues.push(...l.ctx.common.issues),l.result;const m=u.map(v=>new K(v));return k(a,{code:S.invalid_union,unionErrors:m}),L}}get options(){return this._def.options}}lt.create=(n,e)=>new lt({options:n,typeName:_.ZodUnion,...D(e)});function bn(n,e){const a=he(n),o=he(e);if(n===e)return{valid:!0,data:n};if(a===C.object&&o===C.object){const i=M.objectKeys(e),l=M.objectKeys(n).filter(m=>i.indexOf(m)!==-1),u={...n,...e};for(const m of l){const v=bn(n[m],e[m]);if(!v.valid)return{valid:!1};u[m]=v.data}return{valid:!0,data:u}}else if(a===C.array&&o===C.array){if(n.length!==e.length)return{valid:!1};const i=[];for(let l=0;l<n.length;l++){const u=n[l],m=e[l],v=bn(u,m);if(!v.valid)return{valid:!1};i.push(v.data)}return{valid:!0,data:i}}else return a===C.date&&o===C.date&&+n==+e?{valid:!0,data:n}:{valid:!1}}class dt extends P{_parse(e){const{status:a,ctx:o}=this._processInputParams(e),i=(l,u)=>{if(Ai(l)||Ai(u))return L;const m=bn(l.value,u.value);return m.valid?((_i(l)||_i(u))&&a.dirty(),{status:a.value,value:m.data}):(k(o,{code:S.invalid_intersection_types}),L)};return o.common.async?Promise.all([this._def.left._parseAsync({data:o.data,path:o.path,parent:o}),this._def.right._parseAsync({data:o.data,path:o.path,parent:o})]).then(([l,u])=>i(l,u)):i(this._def.left._parseSync({data:o.data,path:o.path,parent:o}),this._def.right._parseSync({data:o.data,path:o.path,parent:o}))}}dt.create=(n,e,a)=>new dt({left:n,right:e,typeName:_.ZodIntersection,...D(a)});class pe extends P{_parse(e){const{status:a,ctx:o}=this._processInputParams(e);if(o.parsedType!==C.array)return k(o,{code:S.invalid_type,expected:C.array,received:o.parsedType}),L;if(o.data.length<this._def.items.length)return k(o,{code:S.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),L;!this._def.rest&&o.data.length>this._def.items.length&&(k(o,{code:S.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),a.dirty());const l=[...o.data].map((u,m)=>{const v=this._def.items[m]||this._def.rest;return v?v._parse(new ce(o,u,o.path,m)):null}).filter(u=>!!u);return o.common.async?Promise.all(l).then(u=>Z.mergeArray(a,u)):Z.mergeArray(a,l)}get items(){return this._def.items}rest(e){return new pe({...this._def,rest:e})}}pe.create=(n,e)=>{if(!Array.isArray(n))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new pe({items:n,typeName:_.ZodTuple,rest:null,...D(e)})};class pt extends P{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:a,ctx:o}=this._processInputParams(e);if(o.parsedType!==C.object)return k(o,{code:S.invalid_type,expected:C.object,received:o.parsedType}),L;const i=[],l=this._def.keyType,u=this._def.valueType;for(const m in o.data)i.push({key:l._parse(new ce(o,m,o.path,m)),value:u._parse(new ce(o,o.data[m],o.path,m)),alwaysSet:m in o.data});return o.common.async?Z.mergeObjectAsync(a,i):Z.mergeObjectSync(a,i)}get element(){return this._def.valueType}static create(e,a,o){return a instanceof P?new pt({keyType:e,valueType:a,typeName:_.ZodRecord,...D(o)}):new pt({keyType:ie.create(),valueType:e,typeName:_.ZodRecord,...D(a)})}}class Ri extends P{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:a,ctx:o}=this._processInputParams(e);if(o.parsedType!==C.map)return k(o,{code:S.invalid_type,expected:C.map,received:o.parsedType}),L;const i=this._def.keyType,l=this._def.valueType,u=[...o.data.entries()].map(([m,v],w)=>({key:i._parse(new ce(o,m,o.path,[w,"key"])),value:l._parse(new ce(o,v,o.path,[w,"value"]))}));if(o.common.async){const m=new Map;return Promise.resolve().then(async()=>{for(const v of u){const w=await v.key,j=await v.value;if(w.status==="aborted"||j.status==="aborted")return L;(w.status==="dirty"||j.status==="dirty")&&a.dirty(),m.set(w.value,j.value)}return{status:a.value,value:m}})}else{const m=new Map;for(const v of u){const w=v.key,j=v.value;if(w.status==="aborted"||j.status==="aborted")return L;(w.status==="dirty"||j.status==="dirty")&&a.dirty(),m.set(w.value,j.value)}return{status:a.value,value:m}}}}Ri.create=(n,e,a)=>new Ri({valueType:e,keyType:n,typeName:_.ZodMap,...D(a)});class He extends P{_parse(e){const{status:a,ctx:o}=this._processInputParams(e);if(o.parsedType!==C.set)return k(o,{code:S.invalid_type,expected:C.set,received:o.parsedType}),L;const i=this._def;i.minSize!==null&&o.data.size<i.minSize.value&&(k(o,{code:S.too_small,minimum:i.minSize.value,type:"set",inclusive:!0,exact:!1,message:i.minSize.message}),a.dirty()),i.maxSize!==null&&o.data.size>i.maxSize.value&&(k(o,{code:S.too_big,maximum:i.maxSize.value,type:"set",inclusive:!0,exact:!1,message:i.maxSize.message}),a.dirty());const l=this._def.valueType;function u(v){const w=new Set;for(const j of v){if(j.status==="aborted")return L;j.status==="dirty"&&a.dirty(),w.add(j.value)}return{status:a.value,value:w}}const m=[...o.data.values()].map((v,w)=>l._parse(new ce(o,v,o.path,w)));return o.common.async?Promise.all(m).then(v=>u(v)):u(m)}min(e,a){return new He({...this._def,minSize:{value:e,message:x.toString(a)}})}max(e,a){return new He({...this._def,maxSize:{value:e,message:x.toString(a)}})}size(e,a){return this.min(e,a).max(e,a)}nonempty(e){return this.min(1,e)}}He.create=(n,e)=>new He({valueType:n,minSize:null,maxSize:null,typeName:_.ZodSet,...D(e)});class qe extends P{constructor(){super(...arguments),this.validate=this.implement}_parse(e){const{ctx:a}=this._processInputParams(e);if(a.parsedType!==C.function)return k(a,{code:S.invalid_type,expected:C.function,received:a.parsedType}),L;function o(m,v){return yn({data:m,path:a.path,errorMaps:[a.common.contextualErrorMap,a.schemaErrorMap,Sn(),ze].filter(w=>!!w),issueData:{code:S.invalid_arguments,argumentsError:v}})}function i(m,v){return yn({data:m,path:a.path,errorMaps:[a.common.contextualErrorMap,a.schemaErrorMap,Sn(),ze].filter(w=>!!w),issueData:{code:S.invalid_return_type,returnTypeError:v}})}const l={errorMap:a.common.contextualErrorMap},u=a.data;if(this._def.returns instanceof $e){const m=this;return Q(async function(...v){const w=new K([]),j=await m._def.args.parseAsync(v,l).catch(ke=>{throw w.addIssue(o(v,ke)),w}),J=await Reflect.apply(u,this,j);return await m._def.returns._def.type.parseAsync(J,l).catch(ke=>{throw w.addIssue(i(J,ke)),w})})}else{const m=this;return Q(function(...v){const w=m._def.args.safeParse(v,l);if(!w.success)throw new K([o(v,w.error)]);const j=Reflect.apply(u,this,w.data),J=m._def.returns.safeParse(j,l);if(!J.success)throw new K([i(j,J.error)]);return J.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new qe({...this._def,args:pe.create(e).rest(Re.create())})}returns(e){return new qe({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,a,o){return new qe({args:e||pe.create([]).rest(Re.create()),returns:a||Re.create(),typeName:_.ZodFunction,...D(o)})}}class ji extends P{get schema(){return this._def.getter()}_parse(e){const{ctx:a}=this._processInputParams(e);return this._def.getter()._parse({data:a.data,path:a.path,parent:a})}}ji.create=(n,e)=>new ji({getter:n,typeName:_.ZodLazy,...D(e)});class Cn extends P{_parse(e){if(e.data!==this._def.value){const a=this._getOrReturnCtx(e);return k(a,{received:a.data,code:S.invalid_literal,expected:this._def.value}),L}return{status:"valid",value:e.data}}get value(){return this._def.value}}Cn.create=(n,e)=>new Cn({value:n,typeName:_.ZodLiteral,...D(e)});function Vi(n,e){return new De({values:n,typeName:_.ZodEnum,...D(e)})}class De extends P{_parse(e){if(typeof e.data!="string"){const a=this._getOrReturnCtx(e),o=this._def.values;return k(a,{expected:M.joinValues(o),received:a.parsedType,code:S.invalid_type}),L}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){const a=this._getOrReturnCtx(e),o=this._def.values;return k(a,{received:a.data,code:S.invalid_enum_value,options:o}),L}return Q(e.data)}get options(){return this._def.values}get enum(){const e={};for(const a of this._def.values)e[a]=a;return e}get Values(){const e={};for(const a of this._def.values)e[a]=a;return e}get Enum(){const e={};for(const a of this._def.values)e[a]=a;return e}extract(e,a=this._def){return De.create(e,{...this._def,...a})}exclude(e,a=this._def){return De.create(this.options.filter(o=>!e.includes(o)),{...this._def,...a})}}De.create=Vi;class Tn extends P{_parse(e){const a=M.getValidEnumValues(this._def.values),o=this._getOrReturnCtx(e);if(o.parsedType!==C.string&&o.parsedType!==C.number){const i=M.objectValues(a);return k(o,{expected:M.joinValues(i),received:o.parsedType,code:S.invalid_type}),L}if(this._cache||(this._cache=new Set(M.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){const i=M.objectValues(a);return k(o,{received:o.data,code:S.invalid_enum_value,options:i}),L}return Q(e.data)}get enum(){return this._def.values}}Tn.create=(n,e)=>new Tn({values:n,typeName:_.ZodNativeEnum,...D(e)});class $e extends P{unwrap(){return this._def.type}_parse(e){const{ctx:a}=this._processInputParams(e);if(a.parsedType!==C.promise&&a.common.async===!1)return k(a,{code:S.invalid_type,expected:C.promise,received:a.parsedType}),L;const o=a.parsedType===C.promise?a.data:Promise.resolve(a.data);return Q(o.then(i=>this._def.type.parseAsync(i,{path:a.path,errorMap:a.common.contextualErrorMap})))}}$e.create=(n,e)=>new $e({type:n,typeName:_.ZodPromise,...D(e)});class Te extends P{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===_.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){const{status:a,ctx:o}=this._processInputParams(e),i=this._def.effect||null,l={addIssue:u=>{k(o,u),u.fatal?a.abort():a.dirty()},get path(){return o.path}};if(l.addIssue=l.addIssue.bind(l),i.type==="preprocess"){const u=i.transform(o.data,l);if(o.common.async)return Promise.resolve(u).then(async m=>{if(a.value==="aborted")return L;const v=await this._def.schema._parseAsync({data:m,path:o.path,parent:o});return v.status==="aborted"?L:v.status==="dirty"||a.value==="dirty"?Be(v.value):v});{if(a.value==="aborted")return L;const m=this._def.schema._parseSync({data:u,path:o.path,parent:o});return m.status==="aborted"?L:m.status==="dirty"||a.value==="dirty"?Be(m.value):m}}if(i.type==="refinement"){const u=m=>{const v=i.refinement(m,l);if(o.common.async)return Promise.resolve(v);if(v instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return m};if(o.common.async===!1){const m=this._def.schema._parseSync({data:o.data,path:o.path,parent:o});return m.status==="aborted"?L:(m.status==="dirty"&&a.dirty(),u(m.value),{status:a.value,value:m.value})}else return this._def.schema._parseAsync({data:o.data,path:o.path,parent:o}).then(m=>m.status==="aborted"?L:(m.status==="dirty"&&a.dirty(),u(m.value).then(()=>({status:a.value,value:m.value}))))}if(i.type==="transform")if(o.common.async===!1){const u=this._def.schema._parseSync({data:o.data,path:o.path,parent:o});if(!je(u))return L;const m=i.transform(u.value,l);if(m instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:a.value,value:m}}else return this._def.schema._parseAsync({data:o.data,path:o.path,parent:o}).then(u=>je(u)?Promise.resolve(i.transform(u.value,l)).then(m=>({status:a.value,value:m})):L);M.assertNever(i)}}Te.create=(n,e,a)=>new Te({schema:n,typeName:_.ZodEffects,effect:e,...D(a)});Te.createWithPreprocess=(n,e,a)=>new Te({schema:e,effect:{type:"preprocess",transform:n},typeName:_.ZodEffects,...D(a)});class fe extends P{_parse(e){return this._getType(e)===C.undefined?Q(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}fe.create=(n,e)=>new fe({innerType:n,typeName:_.ZodOptional,...D(e)});class Ie extends P{_parse(e){return this._getType(e)===C.null?Q(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}Ie.create=(n,e)=>new Ie({innerType:n,typeName:_.ZodNullable,...D(e)});class xn extends P{_parse(e){const{ctx:a}=this._processInputParams(e);let o=a.data;return a.parsedType===C.undefined&&(o=this._def.defaultValue()),this._def.innerType._parse({data:o,path:a.path,parent:a})}removeDefault(){return this._def.innerType}}xn.create=(n,e)=>new xn({innerType:n,typeName:_.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...D(e)});class An extends P{_parse(e){const{ctx:a}=this._processInputParams(e),o={...a,common:{...a.common,issues:[]}},i=this._def.innerType._parse({data:o.data,path:o.path,parent:{...o}});return rt(i)?i.then(l=>({status:"valid",value:l.status==="valid"?l.value:this._def.catchValue({get error(){return new K(o.common.issues)},input:o.data})})):{status:"valid",value:i.status==="valid"?i.value:this._def.catchValue({get error(){return new K(o.common.issues)},input:o.data})}}removeCatch(){return this._def.innerType}}An.create=(n,e)=>new An({innerType:n,typeName:_.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...D(e)});class Ei extends P{_parse(e){if(this._getType(e)!==C.nan){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:C.nan,received:o.parsedType}),L}return{status:"valid",value:e.data}}}Ei.create=n=>new Ei({typeName:_.ZodNaN,...D(n)});class Mu extends P{_parse(e){const{ctx:a}=this._processInputParams(e),o=a.data;return this._def.type._parse({data:o,path:a.path,parent:a})}unwrap(){return this._def.type}}class Wn extends P{_parse(e){const{status:a,ctx:o}=this._processInputParams(e);if(o.common.async)return(async()=>{const l=await this._def.in._parseAsync({data:o.data,path:o.path,parent:o});return l.status==="aborted"?L:l.status==="dirty"?(a.dirty(),Be(l.value)):this._def.out._parseAsync({data:l.value,path:o.path,parent:o})})();{const i=this._def.in._parseSync({data:o.data,path:o.path,parent:o});return i.status==="aborted"?L:i.status==="dirty"?(a.dirty(),{status:"dirty",value:i.value}):this._def.out._parseSync({data:i.value,path:o.path,parent:o})}}static create(e,a){return new Wn({in:e,out:a,typeName:_.ZodPipeline})}}class _n extends P{_parse(e){const a=this._def.innerType._parse(e),o=i=>(je(i)&&(i.value=Object.freeze(i.value)),i);return rt(a)?a.then(i=>o(i)):o(a)}unwrap(){return this._def.innerType}}_n.create=(n,e)=>new _n({innerType:n,typeName:_.ZodReadonly,...D(e)});function Di(n,e){const a=typeof n=="function"?n(e):typeof n=="string"?{message:n}:n;return typeof a=="string"?{message:a}:a}function Uu(n,e={},a){return n?Je.create().superRefine((o,i)=>{const l=n(o);if(l instanceof Promise)return l.then(u=>{if(!u){const m=Di(e,o),v=m.fatal??a??!0;i.addIssue({code:"custom",...m,fatal:v})}});if(!l){const u=Di(e,o),m=u.fatal??a??!0;i.addIssue({code:"custom",...u,fatal:m})}}):Je.create()}var _;(function(n){n.ZodString="ZodString",n.ZodNumber="ZodNumber",n.ZodNaN="ZodNaN",n.ZodBigInt="ZodBigInt",n.ZodBoolean="ZodBoolean",n.ZodDate="ZodDate",n.ZodSymbol="ZodSymbol",n.ZodUndefined="ZodUndefined",n.ZodNull="ZodNull",n.ZodAny="ZodAny",n.ZodUnknown="ZodUnknown",n.ZodNever="ZodNever",n.ZodVoid="ZodVoid",n.ZodArray="ZodArray",n.ZodObject="ZodObject",n.ZodUnion="ZodUnion",n.ZodDiscriminatedUnion="ZodDiscriminatedUnion",n.ZodIntersection="ZodIntersection",n.ZodTuple="ZodTuple",n.ZodRecord="ZodRecord",n.ZodMap="ZodMap",n.ZodSet="ZodSet",n.ZodFunction="ZodFunction",n.ZodLazy="ZodLazy",n.ZodLiteral="ZodLiteral",n.ZodEnum="ZodEnum",n.ZodEffects="ZodEffects",n.ZodNativeEnum="ZodNativeEnum",n.ZodOptional="ZodOptional",n.ZodNullable="ZodNullable",n.ZodDefault="ZodDefault",n.ZodCatch="ZodCatch",n.ZodPromise="ZodPromise",n.ZodBranded="ZodBranded",n.ZodPipeline="ZodPipeline",n.ZodReadonly="ZodReadonly"})(_||(_={}));const Wu=(n,e={message:`Input not instance of ${n.name}`})=>Uu(a=>a instanceof n,e),t=ie.create,r=be.create;Ce.create;const d=ct.create;Ee.create;const W=wn.create,E=vn.create,ye=Je.create,de=Re.create,xe=Se.create,mn=kn.create,y=se.create,p=N.create,g=lt.create;dt.create;const qi=pe.create,A=pt.create,hn=qe.create,c=Cn.create,b=De.create,X=Tn.create;$e.create;const re=fe.create,Bu=Ie.create,Ni=Te.createWithPreprocess,ne={string:(n=>ie.create({...n,coerce:!0})),number:(n=>be.create({...n,coerce:!0})),boolean:(n=>ct.create({...n,coerce:!0})),bigint:(n=>Ce.create({...n,coerce:!0})),date:(n=>Ee.create({...n,coerce:!0}))},Vu=["de","en","es","fl","fr","it","nl","pl","pt","ro","tr"],Gi=n=>n===!0||n===1||n==="1"||n==="true",s=n=>p(n),f=n=>n,qu=n=>n.and(p({}).passthrough()),ge=()=>Ni(n=>Gi(n),d()),Y=()=>Ni(n=>n===""||n===null?void 0:n,ne.number().optional()),zi=s({action:t(),route:t().optional(),nameApp:t().optional()}),Oe=s({name:t(),label:t(),icon:t().nullable(),color:t().nullable(),img:t(),url:t(),description:t(),action:zi}),Ji=s({hasLicense:d().optional(),sref:t().nullable().optional(),type:t().optional(),order:r().optional(),checkAccess:d().optional(),admin:d().optional(),showTab:d().optional(),types:t().array().optional(),noNotificationMenu:d().optional(),attrExposed:t().array().nullable().optional(),serviceUrl:t().optional(),view:t().optional(),fieldAddress:t().optional(),_extend:A(t(),ye()).optional()}),Hi=s({...Oe.shape,...Ji.shape}),$i=s({...Oe.shape,urlTarget:c("_blank"),urlNoReferrer:d(),customImageUri:t().optional()}),Zi=s({...Oe.shape,iframeUrl:t(),customImageUri:t().optional()}),Qi=s({tab:t(),name:t().optional(),url:t().optional()}),Yi=y(Qi),Nu=n=>Yi.safeParse(n).success,Ki=s({...Oe.shape,tabs:Yi}),Xi=s({...Oe.omit({name:!0}).shape,name:c("IntranetPageHook"),tabs:t().array(),releaseName:t()}),es=g([Hi,$i,Zi,Ki,Xi]),Gu=n=>es.safeParse(n).success;var ts=(n=>(n.local="local",n.installed="installed",n.autosaved="autosaved",n.saved="saved",n))(ts||{});class as extends T{list(e){return this.network.post({o:"applications",f:"list"},e?.signal)}studioList(){return this.network.post({o:"studio",f:"list"})}studioGet(e,a){return this.network.post({o:"studio",f:"get",idApp:e,status:a})}studioInstall(e){return this.network.postCSRF({o:"studio",f:"install",value:e})}studioSuspend(e){return this.network.postCSRF({o:"studio",f:"suspend",idApp:e})}studioRestart(e){return this.network.postCSRF({o:"studio",f:"restart",idApp:e})}studioSave(e,a,o){return this.network.postCSRF({o:"studio",f:"save",idApp:e,value:a,status:o})}async studioDelete(e,a){return this.network.postCSRF({o:"studio",f:"delete",idApp:e,status:a}).then(o=>o.messages)}studioCssClassList(){return this.network.post({o:"studio",f:"icons"})}}const Bn=s({href:t(),target:t()}),mt=s({name:t(),sort:g([c("ASC"),c("DESC")])}),zu=s({srcId:g([r(),t()]),srcType:t()}),Ju=s({targetId:g([r(),t()]),targetType:t()}),Hu=s({start:t(),end:t()}),ns=g([d(),t(),r(),y(t()),zu,Ju,Hu]),$u=["=","<",">","<=",">=","!=","<>","like","between","is","is not","in","not in","json_contains","link","match"],os=b($u),Zu=["=","<",">","<=",">=","!=","<>","+","-","like","between","is","is not","in","json_contains","link","match"],is=b(Zu),ht=s({name:t(),value:ns,operator:os.optional(),method:is.optional(),or:d().optional(),isNull:d().optional(),isNotNull:d().optional()}),Ae=mt.array(),Me=ht.array(),gt=n=>n.and(p({token:t().or(W()).optional()}));var G=(n=>(n.LITTLE="raw-little",n.LIST="raw-list",n.VIEW="raw-view",n))(G||{});const Qu=X(G).transform(n=>`${n}`),Ye=g([Qu,W()]),Yu=s({additionalFilter:p({}).optional(),facets:y(p({})).optional(),filters:Me.optional(),query:t().optional(),limit:r().optional(),page:r().optional(),orders:Ae.optional(),format:Ye.optional()});class ss extends T{list(e,a){return this.network.post({o:"objectList",f:"jamespotArticleQueryList",...e,format:B(a?.format??G.LITTLE,a?.formatExtension)},a?.signal)}search(e,a){return this.network.post({o:"objectList",f:"jamespotArticleList",...e,format:B(a?.format??G.LITTLE,a?.formatExtension)},a?.signal)}get(e,a){return this.network.post({o:"article",f:"get",...e,format:B(a?.format??G.VIEW,a?.formatExtension)},a?.signal)}create(e,a){return this.network.maybePostToken({o:"article",f:"create",...e,format:B(a?.format??"raw-view",a?.formatExtension)},a?.signal)}update(e,a){return this.network.post({o:"article",f:"update",...e,format:B(a?.format??G.LIST,a?.formatExtension)},a?.signal)}delete(e){return this.network.postCSRF({o:"article",f:"delete",idArticle:e})}count(e){return this.network.post({o:"article",f:"count",type:e})}getAttachments(e,a,o){return this.network.post({o:"article",f:"getAttachment",idArticle:e,type:a,format:o?.format??"raw-little"},o?.signal)}permalink(e,a){return this.network.post({o:"article",f:"permalink",permalinkId:e},a?.signal)}saveAsDraft(e,a){return this.network.post({o:"article",f:"saveAsDraft",...e.form&&e.idDraft?{...e,form:{...e.form,idDraft:e.idDraft}}:e},a?.signal)}getComments(e,a){return this.network.post({o:"article",f:"getComments",...e,attachments:e.attachment??!1,limits:e.limits??{start:0,max:1e4},format:B(a?.format??G.LITTLE,a?.formatExtension)},a?.signal)}addComment(e,a){return this.network.post({o:"article",f:"addComment",...e,alertAuthor:Number(e.alertAuthor),sendAlert:Number(e.sendAlert),type:e.type??"comment",format:B(a?.format??"raw-little",a?.formatExtension)},a?.signal)}updateComment(e,a){return this.network.post({o:"article",f:"updateComment",...e,format:B(a?.format??"raw-little",a?.formatExtension)},a?.signal)}getComment(e,a){return this.network.post({o:"comment",f:"getComment",...e,format:B(a?.format??"raw-little",a?.formatExtension)},a?.signal)}deleteComment(e){return this.network.postCSRF({o:"comment",f:"delete",idComment:e})}getRead(e){return this.network.post({o:"article",f:"getRead",uri:e})}moveToSpot(e,a){return this.network.postCSRF({o:"article",f:"moveToSpot",...e},a?.signal)}archive(e,a){return this.network.postCSRF({...e,o:"article",f:"archive"},a?.signal)}}class Ku extends T{get(e,a){return this.network.get("articleTranslation","automaticGet",{idArticle:e.idArticle.toString()},a?.signal)}set({idArticle:e,language:a,title:o,description:i},l){return this.network.postCSRF({o:"articleTranslation",f:"automaticSet",idArticle:e,language:a,title:o,description:i},l?.signal)}delete({idArticle:e,language:a},o){return this.network.postCSRF({o:"articleTranslation",f:"automaticDelete",idArticle:e,language:a},o?.signal)}}class Xu extends T{list(e,a,o,i=[{name:"dateCreation",sort:"DESC"}]){return this.jApi.article.list({type:"aseiClearanceTicket",limit:a,page:e,orders:i,filters:o},{format:"raw-view"})}requestStatus(e,a,o){return this.network.post({o:"asei",f:"setStatus",uri:e,requestedStatus:a,audience:o})}getDedicatedGroups(){return this.network.post({o:"asei",f:"getDedicatedGroups"})}getConfiguration(){return this.network.post({o:"asei",f:"configuration"})}}class rs extends T{configuration(){return this.network.post({o:"assetReservation",f:"configuration"})}createReservation(e){return this.network.postCSRF({o:"assetReservation",f:"createReservation",format:"raw-list",...e})}getReservations({format:e="raw-list",...a}){return this.network.post({o:"assetReservation",f:"getReservations",format:e,...a})}cancelReservation(e){return this.network.post({o:"assetReservation",f:"cancelReservation",format:"raw-list",idArticle:e})}bookByDate({format:e="raw-list",...a}){return this.network.post({o:"assetReservation",f:"BookByDate",format:e,...a})}getList({format:e="raw-list",...a}){return this.network.post({o:"objectList",f:"assetReservationList",format:e,...a})}}class cs extends T{autocomplete(e){return this.network.post({o:"autocomplete",f:"audience",q:e}).then(a=>a.result)}autocompletePublishTo(e,a){return this.network.post({o:"autocomplete",f:"publishTo",method:"uri",list:e,format:a?.format})}}class ls extends T{publicWebinarFullname(e){return this.network.post({o:"bigBlueButton",f:"publicWebinarFullname",...e})}getPublicWebinarData(e){return this.network.post({o:"bigBlueButton",f:"getPublicWebinarData",...e})}recordingDelete(e,a,o){return this.network.post({o:"bigBlueButton",f:"videoRecordingDelete",id:e,filename:a},o?.signal)}resolveUrl(e,a){return this.network.post({o:"bigBlueButton",f:"resolveUrl",...e},a)}}class ds extends T{getFormattedList(e,a){return this.network.post({o:"objectList",f:"bookmarksList",format:a,...e})}addFormattedLink(e,a,o){const i=o??"list";return this.network.post({o:"custom",f:"actionAdd",type:"bookmarkLink",targetId:e,targetType:a,format:i})}addBookmark(e,a){const o=a??"list";return this.network.postCSRF({o:"bookmarks",f:"add",...e,format:o})}delete(e){return this.network.postCSRF({o:"bookmarks",f:"delete",bookmarkID:e})}rename(e,a,o){return this.network.postCSRF({o:"bookmarks",f:"rename",bookmarkID:e,bookmarkLabel:a,bookmarkUrl:o})}move(e,a,o){return this.network.postCSRF({o:"bookmarks",f:"move",bookmarkID:e,bookmarkReference:a,bookmarkPosition:o})}}class ps extends T{getInfos(e,a){return this.network.post({o:"BusinessNetworking",f:"MarkerInfo",id:e,format:a??"raw-little"})}}class us extends T{getEvents(e){return this.network.post({o:"calendar",f:"getEvents",...e})}listEvents(e,a){return this.network.post({o:"calendar",f:"listEvents",...e,format:B(a?.format??"raw-list",["socialEventRecord","recurringEventRecord"])},a?.signal)}getLastEvents(e){return this.network.post({o:"calendar",f:"getLastEvents",...e})}transformOccurrenceIntoEvent(e,a){return this.network.postCSRF({o:"calendar",f:"transformOccurrenceIntoEvent",...e,format:B(a?.format??"raw-view",a?.formatExtension)},a?.signal)}reviveSubmit(e){return this.network.postCSRF({o:"calendar",f:"reviveSubmit",...e})}getMembers(e,a){return this.network.post({o:"objectList",f:"CalendarList",...e,format:a?.format??G.LITTLE},a?.signal)}}class ms extends T{get(e,a){return this.network.post({o:"community",f:"getCommunity",idCommunity:e,format:a??"raw-little"})}sendRequest(e,a){return this.network.post({o:"community",f:"sendRequest",message:e,idUserTo:a})}autocomplete(e){return this.network.post({o:"autocomplete",f:"community",q:e}).then(a=>a.result)}}class hs extends T{create(e){return this.network.postCSRF({o:"contentFactory",f:"createTemplate",...e})}get(e){return this.network.post({o:"article",f:"get",...e,format:G.VIEW})}importTemplate(e){return this.network.postCSRF({o:"contentFactory",f:"importTemplate",...e})}exportTemplateUrl(e){return`/?action=contentFactoryExportTemplate&id=${e}`}}class gs extends T{getReports(e={},a){return this.network.post({o:"contentReport",f:"list",...e,signal:a?.signal})}createReport(e,a){return this.network.postCSRF({o:"contentReport",f:"createReport",...e,signal:a?.signal})}updateStatus(e,a){return this.network.postCSRF({o:"contentReport",f:"changeStatus",...e,signal:a?.signal})}}class fs extends T{get(e,a){return this.network.post({o:"widget",f:"datasourceGet",uri:e,format:a})}getModel(e){return this.network.post({o:"widget",f:"datasourceGetModel",uri:e})}cancel(e){return this.network.post({o:"widget",f:"datasourceCancel",uri:e})}getObject(e){return this.network.post({o:"widget",f:"datasourceGetObject",uri:e})}updateModel(e,a){return this.network.post({o:"widget",f:"datasourceUpdateModel",uri:e,model:a})}getExcelDatasource(e){return this.network.post({o:"widget",f:"datasourceGetExcelDatasource",uri:e})}getExcelDatasourceHeaders(e,a){return this.network.post({o:"widget",f:"datasourceGetExcelDatasourceHeaders",uri:e,spreadsheet:a})}setExcelDatasource(e,a){return this.network.post({o:"widget",f:"datasourceSetExcelDatasource",uri:e,spreadsheet:a})}create({title:e,datasourceType:a,datasourceIdentifier:o,token:i}){return this.network.postCSRF({o:"widget",f:"datasourceCreate",title:e,datasourceType:a,datasourceIdentifier:o,token:i})}}class Ss extends T{create(e,a,o,i,l){return this.network.post({o:"article",f:"create",type:e,token:a,title:o,dateStart:i,publishTo:l,format:"raw-list"})}getList(e="",a=[],o=[],i=1){return this.network.post({o:"objectList",f:"diapazoneQueryList",query:e,filters:a,orders:o,page:i,format:"raw-list"})}}class em extends T{statistics(e){return this.network.post({o:"digitalDesk",f:"getStatistics"},e?.signal)}}class ys extends T{tenants(e,a){return this.network.post({o:"drive",f:"getTenants",...e??{}},a?.signal)}groups(e,a){return this.network.post({o:"drive",f:"getGroups",...e},a?.signal)}sites(e){return this.network.post({o:"drive",f:"getSites"},e?.signal)}listAccount(e,a){return this.network.post({o:"drive",f:"listAccount",service:e},a?.signal)}isAccountLogged(e,a,o){return this.network.post({o:"drive",f:"isAccountLogged",service:e,id:a},o?.signal)}checkAccountToken(e,a){return this.network.post({o:"drive",f:"checkAccountToken",service:e},a?.signal)}msDocuments(e,a){return this.network.post({o:"drive",f:"getDocuments",service:"onedrive",...e},a?.signal)}dropboxDocuments(e,a){return this.network.post({o:"drive",f:"getDocuments",service:"dropbox",...e},a?.signal)}getDocument(e,a){return this.network.post({o:"drive",f:"getDocument",...e,format:a?.format??"raw-little"},a?.signal)}logout(e,a){return this.network.post({o:"drive",f:"logout",...e},a?.signal)}getAccount(e,a){return this.network.post({o:"drive",f:"get-user-data",...e},a?.signal)}setDefaultAccount(e,a){return this.network.post({o:"drive",f:"set-has-default",...e},a?.signal)}}class ws extends T{save(e,a){return this.network.postCSRFWithFile({o:"externalApp",f:"save",...e},a?.signal)}list(e){return this.network.post({o:"externalApp",f:"list"},e?.signal)}delete(e,a){return this.network.postCSRF({o:"externalApp",f:"delete",...e},a?.signal)}}class vs extends T{createBot(e,a){return this.network.postCSRF({o:"extraBot",f:"create",uri:e},a)}updateBot(e,a){return this.network.postCSRF({o:"extraBot",f:"update",uriConfiguration:e},a)}generatePrompt(e){return this.network.post({o:"extraBot",f:"generatePrompt"},e)}list(e,a,o){const i=e==="all"?"extraBotAll":"extraBotMines";return this.network.post({o:"objectList",f:i,...a},o?.signal)}}class ks extends T{getCategoriesList(e,a){return this.network.post({o:"objectList",f:"faqQueryList",format:e??"raw-list",orders:a??[{name:"dateCreation",sort:"ASC"}]})}createCategory(e,a){const o={...e,type:"faq"};return this.jApi.article.create(o,a)}updateCategory(e,a){const o={...e,type:"faq"};return this.jApi.article.update(o,a)}deleteCategory(e){return this.jApi.article.delete(e)}checkItem(e,a,o){return this.network.post({o:"faq",f:"checkItem",query:e,page:a??1,format:o??"raw-list"})}getTaxonomy(){return this.network.post({o:"faq",f:"getFaqTaxonomy"})}getHookProperties(e){return this.network.post({o:"faq",f:"getHookProperties",properties:e??["_web"]})}getAccess(){return this.network.post({o:"faq",f:"access"})}createTheme(e,a){return this.network.postCSRF({o:"faq",f:"add-theme",...e,format:a??"raw-view"})}deleteTheme(e,a){return this.network.postCSRF({o:"faq",f:"delete-theme",...e,format:a??"raw-view"})}updateTheme(e,a){return this.network.postCSRF({o:"faq",f:"set-theme",...e,format:a??"raw-view"})}getEntry(e,a){return this.network.post({o:"faq",f:"get-entry",uri:e,format:a??"raw-view"})}deleteEntry(e){return this.jApi.article.delete(e)}createEntry(e,a){const o={...e,idSpot:["content"],type:"faqItem"};return this.jApi.article.create(o,a)}addEntry(e,a){return this.network.postCSRF({o:"faq",f:"add-entry",...e,format:a??"raw-view"})}updateEntry(e,a){const o={...e,type:"faqItem"};return this.jApi.article.update(o,a)}moveEntry(e,a){return this.network.postCSRF({o:"faq",f:"move-entry",...e,format:a??"raw-view"})}moveTheme(e,a){return this.network.postCSRF({o:"faq",f:"move-theme",...e,format:a??"raw-view"})}getWidgetCategory(e,a){return this.network.post({o:"faq",f:"categoryGet",uri:e},a)}getItems(e,a,o){return this.network.post({o:"faq",f:"getItems",id:e,type:a},o)}getWidgetCategories(e){return this.network.post({o:"faq",f:"widgetFaq"},e)}}class bs extends T{upload(e){const a=new FormData;return a.append("attrName",e.attrName),e.file?a.append(e.attrName,e.file):e.url&&a.append("url",e.url),a.append("token",e.token),this.network.postFile(a)}async uploadMany(e){return Promise.all(e.map(a=>this.upload(a)))}async get(e,a,o){return this.network.post({o:"file",f:"get",idFile:e,format:a},o?.signal)}async getParent(e,a,o,i){return this.network.post({o:"file",f:"getParent",idFile:e,format:a,hash:o},i?.signal)}async getWithHash(e,a,o,i){return this.network.post({o:"file",f:"getWithHash",idFile:e,hash:a,format:o},i?.signal)}async duplicate(e,a,o){return this.network.postCSRF({o:"file",f:"duplicateFile",idFile:e,title:a,publishTo:o})}async updateFile(e,a){return this.network.postCSRF({o:"file",f:"updateFile",idFile:e,title:a})}async update(e,a,o,i){return this.network.post({o:"file",f:"update",idFile:e,type:a,cropDatas:{...o,rotateBeforeCrop:!0},killSize:o.killSize,format:"raw-little"},i?.signal)}async deleteFile(e,a,o,i){return this.network.post({o:"file",f:"delete",idFile:e,attrName:a,token:o},i)}async deleteImage(e,a,o){return this.network.post({o:"file",f:"deleteImage",id:e,type:a},o?.signal)}getDownload(e,a){return this.network.post({o:"file",f:"getDownload",id:e},a?.signal)}generatePreview(e,a){return this.network.post({o:"file",f:"generatePreview",id:e},a?.signal)}copy(e,a){return this.network.post({o:"file",f:"copy",...e,format:a?.format??"raw-little"},a?.signal)}}class Cs extends T{getBanks(e){return this.network.post({o:"fileBank",f:"getBanks",format:e?.format??"raw-list"},e?.signal).then(a=>a.result)}getFolders(e,a){return this.network.post({o:"fileBank",f:"getFolders",parentURI:e,format:a?.format??"raw-list"},a?.signal)}getDocuments(e,a){return this.network.post({o:"fileBank",f:"getDocuments",parentURI:e,format:a?.format??"raw-view"},a?.signal)}getPath(e,a){return this.network.post({o:"fileBank",f:"getPath",uri:e.uri,mode:e.mode??"browse",format:a?.format??"raw-little"},a?.signal)}searchContent(e,a){return this.network.post({o:"fileBank",f:"searchContent",...e,format:a?.format??"raw-little"},a?.signal)}getParents(e,a){return this.network.post({o:"fileBank",f:"getParents",id:e.id,format:a?.format??"raw-little"},a?.signal)}getRootFolders(e,a){return this.network.post({o:"objectList",f:"fileBankRootFolders",query:e.query,format:a?.format??"raw-little"},a?.signal)}}class Ts extends T{list(e,a){return this.network.post({o:"objectList",f:"fileIntegrityQuarantineList",...e},a)}delete(e,a){return this.network.postCSRF({o:"fileIntegrity",f:"delete",id:e},a?.signal)}release(e,a){return this.network.postCSRF({o:"fileIntegrity",f:"release",id:e},a?.signal)}getCommentQuarantines(e,a){return this.network.post({o:"fileIntegrity",f:"commentQuarantinesGet",id:e},a?.signal)}}class tm extends T{getFileBanks(e){return this.network.post({o:"file-sync",f:"getFileBanks"},e)}saveFileBanks(e){return this.network.post({o:"file-sync",f:"saveFileBanks",fileBanks:e})}getUserQuota(e){return this.network.post({o:"file-sync",f:"getUserQuota"},e)}getAdminSpots(e,a){return this.network.post({o:"objectList",f:"fileSyncAdminSpots",...e},a)}}class xs extends T{countAction(e,a){return this.network.post({o:"activityLog",f:"log",count:!0,verb:e,uri:a})}addAction(e,a){return this.network.post({o:"customAction",f:"add",...e,format:a?.format??"raw-little"},a?.signal)}updateAction(e,a){return this.network.post({o:"customAction",f:"update",...e,format:"raw-little"},a?.signal)}removeAction(e,a){return this.network.post({o:"customAction",f:"remove",...e,format:"raw-little"},a?.signal)}useWebVersion(){return this.network.post({o:"global",f:"useWebVersion"})}getUsers(e,a){return this.network.post({o:"customAction",f:"getUsers",...e,format:a??"raw-list"})}getLinks(e,a){return this.network.post({o:"customAction",f:"getLinks",...e,format:a?.format??G.LIST},a?.signal)}}class As extends T{autocomplete(e){return this.network.post({o:"autocomplete",f:"spot",q:e,idToUri:!1}).then(a=>a.result)}create(e,a){return this.network.post({o:"spot",f:"create",...e,format:a})}update(e,a){const{spotBanner:o,...i}=e;return this.network.postCSRF({o:"spot",f:"update",...i,format:a})}getSpot(e,a){return this.network.post({o:"spot",f:"getSpot",idSpot:e,format:a})}getProperties(e){return this.network.post({o:"spot",f:"getProperties",idSpot:e})}getWidgets(e){return this.network.post({o:"spot",f:"getWidgets",idSpot:e})}getApplications(){return this.network.post({o:"spot",f:"get-available-widget"})}getCategories(){return this.network.post({o:"spot",f:"get-categories"})}getCategoriesConfiguration({signal:e}={}){return this.network.post({o:"spot",f:"getCategoriesConfiguration"},e)}getObjectListJamespotSpotMembers(e,a,o,i=1){return this.network.post({o:"objectListJamespot",f:"SpotMembers",idSpot:e,limit:o,page:i,format:"raw-little",query:a})}list(e,a){return this.network.post({o:"objectList",f:"jamespotSpotQueryList",...e,filters:e.filters?.map(o=>({...o,operator:o.operator?.replace("<","<")??void 0}))??void 0,format:B(e.format??"raw-little",a?.formatExtension)},a?.signal)}resetNotifications(e){return this.network.post({o:"spot",f:"resetNotifications",...e})}getUserLevelAndRight(e){return this.network.post({o:"spot",f:"getUserLevelAndRight",idSpot:e})}groupRequest(e){return this.network.postCSRF({o:"spot",f:"request",idSpot:e})}groupAddToFavorite(e){return this.network.postCSRF({o:"spot",f:"addToFavorite",idSpot:e})}objectListSpotArticles(e,a){return this.network.post({o:"objectList",f:"spotArticles",...e,format:B(a?.format??"raw-little",a?.formatExtension)},a?.signal)}changeMemberRole(e){return this.network.post({o:"spot",f:"changeRole",...e})}countMembers(e,a){return this.network.postCSRF({o:"spot",f:"countMembers",...e},a)}}class am extends T{getShowFields(e){return this.network.post({o:"intranetPage",f:"getShowFields"},e?.signal)}getUserContactsLists(e,a){return this.network.post({o:"intranetPage",f:"GetUserContactsLists",uris:e},a?.signal)}meteoSearchCity(e,a){return this.network.post({o:"intranetPage",f:"widgetMeteo",search:e},a?.signal)}}class _s extends T{async getGifs(e,a){return this.network.post({o:"jamespot",f:"giphy",...e,format:"raw"},a?.signal)}}class Ls extends T{textEnhancement({text:e,capacity:a}){return this.network.post({o:"jia",f:"textEnhancement",text:e,capacity:a})}}class Fs extends T{resolveUrl({id:e},a){return this.network.post({o:"jitsi",f:"resolveUrl",id:e},a)}}class Rs extends T{getLogs({dateEnd:e,idLogMax:a}){return this.network.post({o:"jLand",f:"adminLogs",dateEnd:e,idLogMax:a})}getStats({map:e,dateStart:a,dateEnd:o}){return this.network.post({o:"jLand",f:"adminStats",map:e,dateStart:a,dateEnd:o})}getAllMapsAsAdmin(e="raw-list,licenses"){return this.network.post({o:"objectListJLand",f:"jLandList",format:e})}createMap(e,a="raw-list"){return this.network.maybePostToken({...e,o:"article",f:"create",format:a,type:"jlandmap"})}}class js extends T{async getAbsence(e,a){return this.network.post({o:"lucca",f:"getAbsence",...e},a?.signal)}}class nm extends T{getThumbnailUrl(e){return this.network.post({o:"magicPad",f:"getThumbnailUrl",uri:e})}}class om extends T{GetUnclassifiedFiles(e){return this.network.post({o:"objectListMediaLibrary",f:"GetUnclassifiedFiles",format:"raw-list",page:e.page??1,limit:e.limit,query:e.query??""})}getAccess(){return this.network.post({o:"mediaLibrary",f:"access"})}getFoldersStatsList(e=[],a=[],o=1){return this.network.post({o:"objectListMediaLibrary",f:"FoldersStatsList",filters:e,orders:a,page:o})}getFilesStatsList(e=[],a=[],o=1){return this.network.post({o:"objectListMediaLibrary",f:"FilesStatsList",filters:e,orders:a,page:o})}getStats(){return this.network.post({o:"mediaLibrary",f:"moderatorStats"})}readFolder(e){return this.network.post({o:"mediaLibrary",f:"readFolder",uri:e})}readFile(e){return this.network.post({o:"mediaLibrary",f:"readFile",uri:e})}moveFile(e){return this.network.post({format:"raw-list",uri:e.uriFile,mediaLibraryFolderOrientedLinks:e.uriFolder,publishTo:e.publishTo,o:"article",f:"update"})}}class im extends T{settingsSave(e,{signal:a}={}){return this.network.post({o:"menu",f:"settingsSave",...e},a)}}class sm extends T{sendMessage(e,a){return this.network.post({o:"messenger",f:"newMessage",idDiscussion:a,msg:{description:e}})}getOrCreateDiscussion(e,a){const o=e<a?`${e}.${a}`:`${a}.${e}`;return this.network.post({o:"messenger",f:"getDiscussion",idDiscussion:o,type:"messengerUser",idUserTo:a})}enableDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"discussionEnable",...e},a?.signal)}disableDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"discussionDisable",...e},a?.signal)}getSpotDiscussions(e,a){return this.network.post({o:"objectList",f:"messengerSpotDiscussions",format:a?.format,...e},a?.signal)}createSpotDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"createSpotDiscussion",...e},a?.signal)}updateSpotDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"updateSpotDiscussion",...e},a?.signal)}getMessageReads(e,a){return this.network.post({o:"messenger",f:"getMessageReads",...e,format:a?.format??G.LITTLE},a?.signal)}getDiscussionFiles(e,a){return this.network.post({o:"messenger",f:"loadFiles",...e,format:G.LITTLE},a?.signal)}listRecentDiscussions(e,a){return this.network.postCSRF({o:"messenger",f:"listRecentDiscussions",...e,format:a?.format??G.LIST},a?.signal)}getContactPin(e){return this.network.post({o:"messenger",f:"getContactPin",format:e?.format??G.LIST},e?.signal)}importantDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"importantDiscussion",...e},a?.signal)}muteDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"muteDiscussion",...e},a?.signal)}addUsers(e,a){return this.network.postCSRF({o:"messenger",f:"addUsers",...e,format:G.LITTLE},a?.signal)}editMessage(e,a){return this.network.postCSRF({o:"messenger",f:"editMessage",...e},a?.signal)}}class Es extends T{async getConfiguration(e,a){return this.network.post({o:"module",f:"getConfiguration",...e},a?.signal)}async setConfiguration(e,a){return this.network.postCSRF({o:"module",f:"setConfiguration",...e},a?.signal)}}class rm extends T{get(e){return this.network.post({o:"newsflash",f:"get",...e?.groups&&e.groups.length>0?{groups:e.groups}:{}},e?.signal)}}class Ds extends T{getObject(e){return this.network.post({o:"object",f:"getObject",uri:e})}setAccess(e,a,o,i){return this.network.post({o:"object",f:"setAccess",uri:e,access:a,message:o,generalAccessRule:i})}getAccess(e){return this.network.post({o:"object",f:"getAccess",uri:e})}getAccessHash(e){return this.network.post({o:"object",f:"getAccessHash",uri:e})}askAccess(e,a,o){return this.network.postCSRF({o:"object",f:"askAccess",uri:e,askAccess:a,askMessage:o})}getAccessRequest(e,a){return this.network.post({o:"object",f:"getAccessRequest",format:"raw-little",uri:e,idUser:a})}setAccessRequest(e,a,o,i){return this.network.postCSRF({o:"object",f:"setAccessRequest",uri:e,idUser:a,requestAccessValue:o,requestResponseMessage:i})}}class cm extends T{async isConfigurationValid(e){return this.network.post({o:"office",f:"isConfigurationValid"},e?.signal)}async getConfiguration(e){return this.network.post({o:"office",f:"getConfiguration"},e?.signal)}setConfiguration(e,a){return this.network.postCSRF({o:"office",f:"setConfiguration",userConfiguration:e},a?.signal)}async imapInboxCheckConnection(e,a){return this.network.post({o:"office",f:"imapInboxCheckConnection",...e},a?.signal)}async imapInboxGetEmails(e,a){return this.network.post({o:"office",f:"imapInboxGetEmails",...e},a?.signal)}async imapInboxGetUnreadEmailsCount(e){return this.network.post({o:"office",f:"imapInboxGetUnreadEmailsCount"},e?.signal)}async davCalendarCheckConnection(e,a){return this.network.post({o:"office",f:"davCalendarCheckConnection",...e},a?.signal)}async davCalendarGetEvents(e,a){return this.network.post({o:"office",f:"davCalendarGetEvents",...e},a?.signal)}async davAddressBookCheckConnection(e,a){return this.network.post({o:"office",f:"davAddressBookCheckConnection",...e},a?.signal)}async davAddressBookGetContacts(e,a){return this.network.post({o:"office",f:"davAddressBookGetContacts",...e},a?.signal)}async getProviders(e){return this.network.post({o:"office",f:"getProviders"},e?.signal)}async getProviderBaseUrls(e){return this.network.post({o:"office",f:"getProviderBaseUrls"},e?.signal)}}class lm extends T{getFile(e,a){return this.network.post({o:"onlyOffice",f:"getFile",...e,format:a?.format?B(a.format,a?.extensions):void 0},a?.signal)}deleteFile(e){return this.network.postCSRF({o:"onlyOffice",f:"deleteFile",idFile:e})}createVersion(e){return this.network.post({o:"onlyOffice",f:"createVersion",idFile:e})}}class Is extends T{list(e){return this.jApi.article.list({type:"orgCharts",...e},{format:"raw-list"})}async create(e,a){const o={...e,type:"orgCharts"};return this.jApi.article.create(o,a)}updateExternalUsersImage(e,a,o,i){return this.network.postCSRF({o:"orgCharts",f:"updateExternalUsersImage",id:e,type:a,idCurrentImg:o,idPreviousImg:i})}async getConfiguration(){return this.network.post({o:"orgCharts",f:"configuration"})}}class Ps extends T{list(e,a){return this.network.post({o:"poll",f:"SurveyList",format:"raw-little",...e},a)}}class Os extends T{getPublishButtonSections(e,a){const o={o:"jamespot",f:"publishButtonSections"};return e&&(o.forceDefault=e),this.network.post(o,a?.signal)}}class Ms extends T{selectResponse(e,a){return this.network.post({o:"socialQuestion",f:"selectResponse",...e},a?.signal)}unselectResponse(e,a){return this.network.post({o:"socialQuestion",f:"unselectResponse",...e},a?.signal)}}class Us extends T{getConfig(){return this.network.post({o:"search",f:"getConfig"})}proposition({query:e,format:a},o){return this.network.post({o:"search",f:"proposition",query:e,format:a??"little"},o)}searchQuery(e,a){const{keywords:o,category:i,facetCategories:l,filters:u,page:m,limit:v,sort:w,options:j,format:J,persistSolrQuery:ve}=e;return this.network.post({o:"search",f:"query",keywords:o,category:i,facetCategories:l,filters:u,page:m,limit:v,sort:w,options:j,format:B(J,a?.formatExtension),persistSolrQuery:ve},a?.signal)}getLastQueries(){return this.network.post({o:"search",f:"getLastQueries"})}getAdminConfig(){return this.network.post({o:"search",f:"getAdminConfig"})}setAdminConfig(e){return this.network.post({o:"search",f:"setAdminConfig",config:e})}}class Ws extends T{contentObjectLinks(e){return this.network.post({o:"shared",f:"contentObjectLinks",format:"raw-little",uri:e})}contentSetObjectAccessRule(e,a,o){return this.network.postCSRF({o:"shared",f:"contentSetObjectAccessRule",format:"raw-little",uri:e,rule:a,hash:o})}emailShare(e,a){return this.network.postCSRF({o:"shared",f:"contentEmailShare",...e},a?.signal)}}class Bs extends T{submit(e,a){return this.network.postCSRF({o:"surveyDate",f:"submit",...e},a?.signal)}revive(e,a){return this.network.postCSRF({o:"surveyDate",f:"revive",...e},a?.signal)}usersForDate(e,a){return this.network.post({o:"surveyDate",f:"usersForDate",...e},a?.signal)}}class Vs extends T{list(e="raw-little"){return this.network.post({o:"taxonomy",f:"list",format:e}).then(a=>{if(Array.isArray(a.result))return a.result;throw"Bad response from backend"})}create({format:e="raw-little",...a}){return this.network.post({o:"taxonomy",f:"create",format:e,...a})}autocomplete(e,a){return this.network.post({o:"autocomplete",f:"taxonomy",q:a,idTaxonomy:e,idToUri:!1})}autocompleteList({format:e="autocomplete",...a}){return this.network.post({o:"objectListTaxonomy",f:"concept",format:e,...a})}autocompleteHierarchy(e){return this.network.post({o:"objectListTaxonomyHierarchy",f:"concept",...e})}}class qs extends T{generateToDo(e,a){return this.network.post({...e,o:"teamWorkAi",f:"GenerateToDo"},a?.signal)}daySummary(e,a){return this.network.post({...e,o:"teamWorkAi",f:"daySummary"},a?.signal)}todoDone(e,a){return this.network.postCSRF({...e,o:"teamWorkAi",f:"todoDone"},a?.signal)}}class Ns extends T{createChannel(e,a="raw-list"){return this.network.maybePostToken({...e,o:"article",f:"create",format:a,type:"tvDisplayChannel"})}getChannel(e){return this.network.post({...e,o:"tvDisplay",f:"getChannel"})}getConfigureChannel(e){return this.network.post({...e,o:"tvDisplay",f:"getConfigureChannel"})}}class dm extends T{hasSecret(e){return this.network.get("twoFactorAuthentication","hasSecret",void 0,e)}twoFactorAuthenticationGenerateConfiguration(e){return this.network.postCSRF({o:"twoFactorAuthentication",f:"generateConfiguration"},e)}verifyKey(e,a){return this.network.postCSRF({o:"twoFactorAuthentication",f:"verifyKey",key:e},a)}resetSecret(e){return this.network.postCSRF({o:"twoFactorAuthentication",f:"resetSecret"},e)}isKeyValid(e,a){return this.network.postCSRF({o:"twoFactorAuthentication",f:"isKeyValid",...e},a)}activationStatistics(e){return this.network.get("twoFactorAuthentication","activationStatistics",void 0,e)}twoFactorAuthenticationGetUserMail(e){return this.network.get("twoFactorAuthentication","getUserMail",void 0,e)}twoFactorAuthenticationDailyActivationStatistics(e,a,o){return this.network.get("twoFactorAuthentication","dailyActivationStatistics",{dateStart:e,dateEnd:a},o)}}class Gs extends T{autocomplete(e,a){const{query:o,...i}=e;return this.network.post({...i,o:"autocomplete",f:"user",q:o,idToUri:!1,format:a?.format},a?.signal).then(l=>l.result)}get(e,a="little",o){return this.network.post({o:"user",f:"get",uri:e,format:a},o)}updateImage(e,a="raw-little"){return this.network.postCSRF({o:"user",f:"updateImage",idFile:e,format:a})}updateBanner(e,a="raw-little"){return this.network.postCSRF({o:"user",f:"updateBanner",idFile:e,format:a})}updateMail(e,a){return this.network.postCSRF({o:"user",f:"editMail",mail:e,password:a})}checkPassword(e,a){return this.network.postCSRF({o:"user",f:"checkPassword",password:e},a)}userUpdateProfile(e){return this.network.postCSRF({o:"user",f:"updateProfile",...e})}configuration(){return this.network.post({o:"userDirectory",f:"configuration"})}fieldsConfiguration(){return this.network.post({o:"user",f:"fieldsConfiguration"})}userList(e,a){return this.network.post({o:"objectList",f:"JamespotUserList",...e,format:B(e.format,a?.formatExtension)},a?.signal)}userQueryList(e,a){return this.network.post({o:"objectList",f:"JamespotUserQueryList",...e,format:B(e.format,a?.formatExtension)})}userMap(e,a){return this.network.post({o:"objectListJamespot",f:"userMap",...e},a?.signal)}userBusinessContactQueryList(e,a){return this.network.post({o:"businessContact",f:"queryList",...e},a?.signal)}userCreateBusinessContact(e,a){const i={...{...e,pseudo:e.title,firstName:e.firstname,lastName:e.lastname,champ1:e.field1,champ2:e.field2,champ3:e.field3,champ4:e.field4,champ5:e.field5},type:"businessContactCard",publishTo:"networkPublic/1"};return this.jApi.article.create(i,a)}userUpdateBusinessContact(e,a){const i={...{...e,pseudo:e.title,firstName:e.firstname,lastName:e.lastname,champ1:e.field1,champ2:e.field2,champ3:e.field3,champ4:e.field4,champ5:e.field5},uri:e.uri,publishTo:"networkPublic/1"};return this.jApi.article.update(i,a)}userDeleteBusinessContact(e){return this.jApi.article.delete(e)}userBusinessContactImport(e,a){return this.network.postCSRFWithFile({o:"businessContact",f:"import",file:e.file},a?.signal)}userAddContact(e){return this.network.post({o:"user",f:"addContact",idUser:e})}userRemoveContact(e){return this.network.post({o:"user",f:"removeContact",idUser:e})}signIn(e,a,o){return this.network.post({o:"user",f:"signIn",mail:e,password:a,format:o??"raw-view"})}getFields(e,a){return this.network.post({o:"user",f:"getFields",idUser:e,fieldsType:a})}getSpots({format:e="raw-little",...a}={},{signal:o}={}){return this.network.post({o:"user",f:"getSpots",...a,format:e},o)}getSpotCategories({signal:e}={}){return this.network.post({o:"user",f:"getSpotCategories"},e)}getNotificationsConfiguration(e){return this.network.post({o:"user",f:"getNotificationsConfiguration"},e?.signal)}setNotificationsConfiguration(e){return this.network.postCSRF({o:"user",f:"setNotificationsConfiguration",userNotificationsConfiguration:e})}getProperty(e,a){return this.network.post({o:"user",f:"getProperty",name:e},a?.signal)}setProperty(e,a,o){return this.network.postCSRF({o:"user",f:"setProperty",name:e,value:JSON.stringify(a)},o?.signal)}getAIProfile(e){return this.network.post({o:"user",f:"getAIProfile"},e?.signal)}setAIProfile(e,a){return this.network.postCSRF({o:"user",f:"setAIProfile",userAIProfile:e},a?.signal)}getUsersBirthday(e){return this.network.post({o:"user",f:"getUsersBirthday"},e?.signal)}}class pm extends T{recordingDelete(e,a,o){return this.network.post({o:"visioConnect",f:"videoRecordingDelete",id:e,filename:a},o?.signal)}statistics(e,a){return this.network.post({o:"visioConnect",f:"statistics",...e},a?.signal)}statisticsRoomSessions(e,a){return this.network.post({o:"visioConnect",f:"statisticsRoomSessions",...e},a?.signal)}resolveUrl({uri:e},a){return this.network.post({o:"visioConnect",f:"resolveUrl",uri:e},a)}createPermanentRoom(e,a){return this.network.post({o:"visioConnect",f:"createPermanentRoom",format:a?.format,...e},a?.signal)}updatePermanentRoom(e,a){return this.network.post({o:"visioConnect",f:"updatePermanentRoom",format:a?.format,...e},a?.signal)}archivePermanentRoom(e,a){return this.network.post({o:"visioConnect",f:"archivePermanentRoom",uri:e},a?.signal)}unarchivePermanentRoom(e,a){return this.network.post({o:"visioConnect",f:"unarchivePermanentRoom",uri:e},a?.signal)}getPermanentRoom(e,a){return this.network.post({o:"visioConnect",f:"getPermanentRoom",format:a?.format,...e},a?.signal)}getPermanentRoomsMy(e,a){return this.network.post({o:"objectList",f:"visioConnectPermanentRoomsMy",format:a?.format,...e},a?.signal)}getPermanentRoomsAll(e,a){return this.network.post({o:"objectList",f:"visioConnectPermanentRoomsAll",format:a?.format,...e},a?.signal)}getPermanentRoomsArchive(e,a){return this.network.post({o:"objectList",f:"visioConnectPermanentRoomsArchive",format:a?.format,...e},a?.signal)}}class um extends T{getActivities(e,a){return this.network.post({o:"wall",f:"getActivities",...e,format:B(a?.format??G.LIST,a?.formatExtension)},a?.signal)}getFilters(e){return this.network.post({o:"wall",f:"getFilterList"},e?.signal)}setFilters(e,a){return this.network.post({o:"wall",f:"setFilterList",...e},a?.signal)}}class zs extends T{getFiles(e,a){return this.network.post({...e,o:"weDoc",f:"getFiles",format:a?.format?B(a.format,a.extensions):void 0},a?.signal)}getTemplates(e){return this.network.post({o:"weDoc",f:"getTemplates"},e?.signal)}createFile(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"createFile"},a?.signal)}createFolder(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"createFolder"},a?.signal)}updateFile(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"updateFile"},a?.signal)}listMy(e,a){return this.network.post({...e,format:B(a?.format??G.LIST,a?.extensions),o:"object",f:"list",namespace:"weDoc",view:"my"},a?.signal)}listSharedWithMe(e,a){return this.network.post({...e,format:B(a?.format??G.LIST,a?.extensions),o:"object",f:"list",namespace:"weDoc",view:"sharedWithMe"},a?.signal)}folderPath(e,a){return this.network.post({...e,o:"weDoc",f:"folderPath"},a?.signal)}getFolders(e,a){return this.network.post({...e,format:B(a?.format??G.LITTLE,a?.extensions),o:"object",f:"list",namespace:"weDoc",view:"folders"},a?.signal)}moveFile(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"moveFile"},a?.signal)}deleteFolder(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"deleteFolder"},a?.signal)}moveFolder(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"moveFolder"},a?.signal)}shareFolder(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"shareFolder"},a?.signal)}unshareFolder(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"unshareFolder"},a?.signal)}getFolderShares(e,a){return this.network.post({...e,o:"weDoc",f:"getFolderShares"},a?.signal)}folderShareImpact(e,a){return this.network.post({...e,o:"weDoc",f:"folderShareImpact"},a?.signal)}}class Js extends T{responseUserList(e,a,o){return this.network.post({o:"widget",f:"responseUserList",uri:e,uniqid:a,page:o})}removeWidget({id:e,type:a,uniqid:o}){return this.network.post({o:"widget",f:"removeWidget",id:e,type:a,uniqid:o})}updateWidget({id:e,uniqid:a,content:o,title:i,type:l,uri:u,v2:m=!1}){return this.network.post({o:"widget",f:"updateWidget",uri:u,id:e,uniqid:a,content:o,title:i,type:l,v2:m})}getWidget({uri:e,uniqid:a},o){return this.network.post({o:"widget",f:"getWidget",uri:e,uniqid:a},o)}checkListRespond({id:e,type:a,uri:o,idUser:i,uniqid:l,index:u}){return this.network.post({o:"widget",f:"checkListRespond",uri:o,id:e,type:a,uniqid:l,idUser:i,index:u})}checkListGetResponse({uri:e,uniqid:a}){return this.network.post({o:"widget",f:"checkListGetResponse",uri:e,uniqid:a})}presenceRespond({id:e,type:a,uri:o,value:i,uniqid:l},u){return this.network.post({o:"widget",f:"presenceRespond",uri:o,id:e,type:a,value:i,uniqid:l},u)}presenceCancel({uri:e,uniqid:a},o){return this.network.postCSRF({o:"widget",f:"presenceCancel",uri:e,uniqid:a},o)}presenceGetResponse({uri:e,uniqid:a},o){return this.network.post({o:"widget",f:"presenceGetResponse",uri:e,uniqid:a},o)}quickSurveyGetResponse({uri:e,uniqid:a},o){return this.network.post({o:"widget",f:"quickSurveyGetResponse",uri:e,uniqid:a},o)}quickSurveyAddEnty({uri:e,uniqid:a,label:o,responseUuid:i},l){return this.network.postCSRF({o:"widget",f:"quickSurveyAddEntry",uri:e,label:o,uniqid:a,responseUuid:i},l)}quickSurveyRespond({id:e,type:a,uri:o,index:i,multi:l,uniqid:u,responseUuid:m},v){return this.network.postCSRF({o:"widget",f:"quickSurveyRespond",id:e,type:a,uri:o,index:i,multi:l,uniqid:u,responseUuid:m},v)}quickSurveyGetResponseUserList({uri:e,uniqid:a,index:o,page:i,limit:l,responseUuid:u},m){return this.network.post({o:"widget",f:"quickSurveyGetResponseUserList",uri:e,uniqid:a,index:o,page:i,limit:l,responseUuid:u},m)}presenceGetResponseUserList({uri:e,uniqid:a,index:o,page:i,limit:l},u){return this.network.post({o:"widget",f:"presenceGetResponseUserList",uri:e,uniqid:a,index:o,page:i,limit:l},u)}}class Vn{version="1.0";network;activity;admin;animations;application;article;articleTranslation;asei;assetReservation;audience;bbb;bookmark;businessNetworking;calendar;community;contentFactory;contentReport;publishButton;datasource;diapazone;digitalDesk;drive;externalApp;extraBot;faq;file;filebank;fileIntegrity;fileSync;global;group;intranetPage;jamespot;jia;jitsi;jland;lucca;magicPad;mediaLibrary;menu;messenger;module;newsflash;object;office;onlyOffice;pollSurvey;questionAnswer;search;share;surveyDate;taxonomy;teamWorkAi;tvDisplay;twoFactorAuthentication;user;visioConnect;wall;wedoc;widget;orgcharts;constructor(e){this.network=e,this.activity=new pu(this),this.admin={advanced:new Ii(this),license:new Pi(this),logs:new Oi(this),store:new Mi(this),utils:new Ui(this)},this.animations=new mu(this),this.application=new as(this),this.article=new ss(this),this.articleTranslation=new Ku(this),this.asei=new Xu(this),this.assetReservation=new rs(this),this.audience=new cs(this),this.bbb=new ls(this),this.bookmark=new ds(this),this.businessNetworking=new ps(this),this.calendar=new us(this),this.community=new ms(this),this.contentFactory=new hs(this),this.contentReport=new gs(this),this.publishButton=new Os(this),this.datasource=new fs(this),this.diapazone=new Ss(this),this.digitalDesk=new em(this),this.drive=new ys(this),this.externalApp=new ws(this),this.extraBot=new vs(this),this.faq=new ks(this),this.file=new bs(this),this.filebank=new Cs(this),this.fileIntegrity=new Ts(this),this.fileSync=new tm(this),this.global=new xs(this),this.group=new As(this),this.intranetPage=new am(this),this.jamespot=new _s(this),this.jia=new Ls(this),this.jitsi=new Fs(this),this.jland=new Rs(this),this.lucca=new js(this),this.magicPad=new nm(this),this.mediaLibrary=new om(this),this.messenger=new sm(this),this.menu=new im(this),this.module=new Es(this),this.newsflash=new rm(this),this.object=new Ds(this),this.office=new cm(this),this.onlyOffice=new lm(this),this.pollSurvey=new Ps(this),this.questionAnswer=new Ms(this),this.search=new Us(this),this.share=new Ws(this),this.surveyDate=new Bs(this),this.taxonomy=new Vs(this),this.teamWorkAi=new qs(this),this.tvDisplay=new Ns(this),this.twoFactorAuthentication=new dm(this),this.user=new Gs(this),this.visioConnect=new pm(this),this.wall=new um(this),this.wedoc=new zs(this),this.widget=new Js(this),this.orgcharts=new Is(this)}}var Hs=(n=>(n[n.ABORT=-1]="ABORT",n[n.SUCCESS=0]="SUCCESS",n[n.CONFLICT=409]="CONFLICT",n[n.RATE_LIMIT=429]="RATE_LIMIT",n))(Hs||{});class Ze{action;window;constructor(e,a="api-front"){this.window=e,this.action=a}static _formatPostOptions(e){const a=e?{body:JSON.stringify(e)}:void 0;return Object.assign({method:"POST",credentials:"same-origin"},a)}async getUrl(e,a,o){const i=await this.window.getBackendUrl();let l;try{const u=new URL(`/${this.action}/${e}/${a}`,i);o&&Object.entries(o).forEach(([m,v])=>{u.searchParams.set(m,v)}),l=u.href}catch{l=`${i}/${this.action}/${e}/${a}`}return l}async getHostname(){const e=await this.window.getBackendUrl(),a=e.split("//");return a[1]??a[0]??e}handleApiResponse(e,a){return this.window.fetch(e,a).then(o=>o.json()).then(o=>{if(o.error===0)return o;throw{error:o.error,errorMsg:o.errorMsg,messages:o.messages,result:o.result}}).catch(o=>{throw a.signal?.aborted?{error:-1,aborted:!0}:(o.error===429&&this.window.tooManyRequest(),o)})}async fetch({o:e,f:a,...o},i){i===void 0&&(i=null);const l=await this.getUrl(e,a);return this.handleApiResponse(l,{...Ze._formatPostOptions(o),signal:i})}async get(e,a,o,i){i===void 0&&(i=null);const l=await this.getUrl(e,a,o);return this.handleApiResponse(l,{method:"GET",credentials:"same-origin",signal:i})}post(e,a){return this.fetch(e,a)}postFormData(e,a,o){return this.handleApiResponse(e,{method:"POST",credentials:"same-origin",body:a,signal:o??null})}async postFile(e,a){const o=await this.getUrl("file","create");if(e.append("format","raw-little"),!e.has("token")){const{result:l}=await this.token();e.append("token",l)}const i=e.get("token");return!i||typeof i!="string"?Promise.reject("Missing token"):this.postFormData(o,e,a).then(l=>({response:l,token:i}))}static serializeFormData(e){const a=new FormData;return Object.entries(e).forEach(([o,i])=>{i!==void 0&&(Array.isArray(i)?i.length===0?a.append(`${o}[]`,""):i.forEach(l=>{a.append(`${o}[]`,l)}):typeof i=="object"&&i!==null&&!(i instanceof File)?a.append(o,JSON.stringify(i)):a.append(o,i))}),a}async postWithFile(e,a){const{o,f:i,...l}=e,u=Ze.serializeFormData(l),m=await this.getUrl(o,i);return this.postFormData(m,u,a)}async postCSRFWithFile(e,a){{const o=(await this.tokenCSRF()).result;return this.postWithFile({...e,tokenCSRF:o},a)}}postCSRF(e,a){return this.tokenCSRF().then(o=>this.post(Object.assign(e,{tokenCSRF:o.result}),a))}postToken(e,a){return this.token(a).then(o=>this.post(Object.assign(e,{token:o.result}),a))}maybePostToken(e,a){return"token"in e&&e.token?this.post(e,a):this.postToken(e)}token(e){return this.post({o:"misc",f:"token"},e)}tokenCSRF(){return this.post({o:"misc",f:"tokenCSRF"})}}class $s{async getBackendUrl(){const e=window.location;return`${e.protocol}//${e.host}`}fetch(e,a){return window.fetch(e,a)}tooManyRequest(){window.location.href="/r/user/tooManyRequest"}}const ue=s({id:r(),mainType:t(),type:t(),uri:t(),dateCreation:t().optional(),dateModified:t().nullable().optional()}),mm=ue.extend({title:t(),_url:t()}),U=f(mm),hm=n=>U.safeParse(n).success,qn=s({id:t(),uri:t(),shortUri:t(),title:t(),name:t(),mainType:t(),type:t(),label:t(),cssClass:t(),cssColor:t(),class:t()}),gm=qn.extend({title:t()}),Ue=f(gm),fm=Ue.extend({Pseudo:t(),_url:t()}),Nn=f(fm),Zs=Ue.extend({idspot:t()}),Gn=f(Zs),Sm=g([Ue,Nn,Gn]),ym=U.extend({isTechnical:r(),status:r(),image:t(),isMember:d(),stats:p({moderators:r(),members:t()}),_members:y(U)}),wm=qn.pick({uri:!0,title:!0}),oe=s({create:d(),read:d(),publish:d(),administrate:d(),update:d(),delete:d(),comment:d(),member:d().optional(),createNewVersion:d().optional(),versioning:d().optional(),generateRendition:d().optional(),onlyOffice:d().optional()}),vm=n=>oe.safeParse(n).success,ft=g([c("de"),c("en"),c("es"),c("fl"),c("fr"),c("it"),c("nl"),c("pl"),c("pt"),c("ro"),c("tr")]),Qs={ADMIN:9,USER:5,EXTERNAL:3,GUEST:0},Ys={EXTRABOT:"extraBot"},km=U.extend({level:X(Qs),variant:X(Ys).optional(),dateCreation:t(),dateModified:t()}),I=f(km),bm=I.extend({active:r()}),Ke=f(bm),Cm=n=>Ke.safeParse(n).success,Ks=Ke,Tm=n=>Ks.safeParse(n).success,Xs=s({idInType:r(),lat:r(),lng:r()}),xm=n=>Xs.safeParse(n).success,Ne=p({title:t(),firstname:t(),lastname:t(),mail:g([t(),W()]).optional(),description:t().optional(),dateOfBirth:t().optional(),phoneNumber:t().optional(),language:ft.optional(),timeZone:t().optional(),mobileNumber:t().optional(),company:t().optional(),country:t().optional(),department:t().optional(),function:t().optional(),webSite:t().optional(),image:g([t(),W()]).optional(),userBanner:g([t(),W()]).optional(),field1:t().optional(),field2:t().optional(),field3:t().optional(),field4:t().optional(),field5:t().optional()}),Ln=Ne.required().extend({level:t(),image:t().optional(),businessManagementManager:I.array().optional(),businessNetworkingUserToCompanySrc:I.array().optional()}),Am=p({user_field_edit_profil:A(Ne.keyof(),r()),user_field_editable:A(Ne.keyof(),r()),user_field_my_page:A(Ne.keyof(),r()),user_page_mandatory_fields:p({firstname:b(["0","1"]),lastname:b(["0","1"]),pseudo:b(["0","1"])})}),_m=s({name:t(),value:g([t(),A(t(),ye())])}),Lm=b(["popover"]),Fm=s({values:Ln,mobileEditableFields:Ln.keyof().array()}),Rm=s({mail:g([t(),W()]).optional(),title:t(),firstname:t(),lastname:t(),phoneNumber:g([t(),W()]).optional(),company:g([t(),W()]).optional(),function:g([t(),W()]).optional(),uri:g([t(),W()]).optional(),field1:g([t(),W()]).optional(),field2:g([t(),W()]).optional(),field3:g([t(),W()]).optional(),field4:g([t(),W()]).optional(),field5:g([t(),W()]).optional()}),er=s({userDirectoryShow:g([c(""),c("1")]),contactDirectoryShow:g([c("0"),c("1")]),businessContactShow:d(),menu:g([c("0"),c("1")]),cardFields:t().array(),tableFields:t().array(),viewFields:t().array(),userGeoloc:d().optional(),sort:t(),cnt:r().optional(),filters:p({name:t(),type:t()}).array()}),jm=n=>er.safeParse(n).success,tr=-1,Fn=0,ar=5,Rn=1,jn=2,En=10,Em=s({default:p({mailEnabled:d(),mailFrequency:g([c(Fn),c(Rn),c(ar),c(jn),c(En)]),mailGroupFrequency:r(),wantMailSpotit:d(),wantMailComment:d(),wantMailSubscriber:d(),wantActivitySpotit:d(),wantActivityComment:d()}),userSpotConfigurations:y(p({spotUri:t(),spotTitle:t(),mailLocked:d(),wantMailSpotit:d(),wantMailComment:d(),wantMailSubscriber:d(),mailFrequency:g([c(tr),c(Fn),c(Rn),c(jn),c(En)]),wantActivitySpotit:d(),wantActivityComment:d()})),userNetworkConfigurations:y(p({networkUri:t(),networkTitle:t(),wantMail:d(),wantActivity:d()})),userApplicationConfigurations:y(p({name:t(),title:t(),wantMail:d()}))}),Dm=s({customPrompt:t()}),Im=s({IdUser:r(),FirstName:t(),LastName:t(),dateModified:r()}),Pm=U.extend({description:t().optional().nullable(),_user:I,_right:oe}),zn=f(Pm),Om=n=>zn.safeParse(n).success,Mm=U.extend({type:b(["folder","rootFolder"]),folderColor:t().optional()}),Qe=f(Mm),Um=U.omit({_url:!0}).extend({mainType:c("network"),type:b(["networkPublic"]),dateModified:t().nullable()}),nr=f(Um),Wm=s({attrName:t(),token:t(),file:Wu(File).nullable().optional(),url:t().optional()}),Xe=s({width:r(),height:r()}),Bm=s({type:t(),id:r(),timestamp:t(),imagesize:re(Xe)}),or=s({x:r(),y:r(),w:r(),h:r(),rotation:r(),killSize:d().optional()}),Vm=["fileArticle","fileComment","fileObject","file","fileDrive"],ir=b(Vm),sr=U.extend({mimetype:t(),path:t().optional(),size:r(),mainType:ir}),V=f(sr),qm=n=>V.parse(n),Nm=V.extend({_extend:p({crop:or})}),Gm=f(Nm),zm=zn.merge(sr),Jm=f(zm),Hm=s({name:t(),filename:t(),dateModified:t(),mimetype:t()}),$m=s({idUser:t(),dateDownload:t(),Pseudo:t(),type:t()}),Zm=s({url:t(),aspectRatio:r()}),rr="og:image",Qm="og:title",Ym="og:url",Km="og:video",Xm="og:description",cr="og:video:height",lr="og:video:width",dr="og:video:url",Jn="og:type",pr=s({[Jn]:c("jamespot"),uri:t(),object:U}),ur=s({[Jn]:c("youtube"),url:t(),title:t(),description:t(),[rr]:t(),[dr]:t(),[lr]:t(),[cr]:t()}),mr=s({uri:t().optional(),url:t().optional(),title:t().optional(),description:t().optional(),count:r().optional(),[Ym]:t().optional(),[Jn]:t().optional(),[Qm]:t().optional(),[Xm]:t().optional(),[rr]:t().optional(),[Km]:t().optional(),[dr]:t().optional(),[lr]:t().optional(),[cr]:t().optional()}),hr=g([pr,ur,mr]),gr=s({type:t(),title:t(),description:t(),privacy:g([t(),r()]),edito:t().nullable(),language:t(),category:t(),idCommunity:t().optional(),widgets:y(t()).optional()}),fr=g([c(0),c(1),c(2),c(3)]),eh=s({level:fr,user:I}),Hn=s({RF_Constant_levelName:t(),RF_delete:d(),RF_editing:d(),RF_level:r(),RF_levelName:t(),RF_levelName_Trad:t(),RF_parameters:d(),RF_setAdmin:d(),RF_spotit:d(),RF_spotit_own:d()});var $n=(n=>(n[n.SPOT_MODERATE_IGNORE=0]="SPOT_MODERATE_IGNORE",n[n.SPOT_MODERATE_ACCEPT=1]="SPOT_MODERATE_ACCEPT",n[n.SPOT_MODERATE_PENDING=2]="SPOT_MODERATE_PENDING",n))($n||{});const Sr=X($n);var Zn=(n=>(n[n.SPOT_PRIVATE=0]="SPOT_PRIVATE",n[n.SPOT_PUBLIC=1]="SPOT_PUBLIC",n[n.SPOT_MODERATE=2]="SPOT_MODERATE",n))(Zn||{});const Qn=X(Zn),th=s({userLevelSpot:Hn,spotMinLevelToInvit:r(),userRights:oe,accessRequestStatus:Sr.optional(),groupPrivacy:Qn}),me=s({value:g([t(),r()]),label:t()}),Yn=s({id:t(),title:t(),enabled:d().optional()}),Kn=s({idSpot:t(),idOrder:t(),idWidget:t(),type:t(),title:t(),url:t(),visible:t()}),yr=g([c("overwrite"),c("author-change")]),ah=s({value:yr,label:t()}),wr=s({edit_access:y(me.extend({description:t()})),commentLevel:y(me.extend({selected:d().optional()})),displayType:y(me),user_level_signup:y(me.extend({selected:d().optional()})),spot_right_user:y(me.extend({selected:d().optional()})),useTeaser:y(me),spotDefaultPublishType:y(t()),mail_frequency:y(me),widgets:y(Yn),custom_widgets:A(Kn).or(y(xe())),isArchive:r(),fileSyncVersioningType:ah.array()}),vr=s({url:t(),idUser:r(),send:d().optional(),_user:I.optional(),date:t().optional(),error:t().optional()}),kr=s({edit_access:g([c(""),c("author")]),commentLevel:g([c("-1"),c("1"),c("2"),c("3")]),user_level_signup:g([c(""),c("1"),c("2"),c("3")]),nounsubscribe:g([c("0"),c("1")]),useTeaser:g([c(""),c("0"),c("1")]).nullable(),displayType:t(),spot_right_user:t(),rss_feed:y(vr).nullable(),spotDefaultPublishType:t(),mail_frequency:t(),mail_comment:g([c("1"),c("")]),mail_spotit:g([c("1"),c("")]),mail_subscriber:g([c("1"),c("")]),lock_mail:g([c("1"),c("")]),activity:g([c("1"),c("0")]),publishFolder:g([c("1"),c("0")]),notifyFolder:g([c("1"),c("0")]),widgets:y(t()),rss_access:g([c("1"),c("0")]),rss_key:t(),fileSyncEnabled:g([c("1"),c("0")]),fileBankQuota:t(),fileSyncVersioningType:yr,_options:wr,_errors:qi([]),lastRssExecution:A(t()).optional()}),nh=Yn.array(),oh=gr.extend(kr.omit({rss_feed:!0}).partial().shape).extend({uri:t(),image:t().nullable().optional(),spotBanner:V.array().optional(),token:t().optional(),uriCommunity:t().optional(),custom_widgets:A(Kn).optional(),rss_feed:t()}),ih=f(oh),sh=s({idWidget:t(),title:t(),url:t(),type:t(),icon:t(),description:t()}),br=s({id:t(),idorder:r(),label:t()}),rh=s({use:g([d(),r(),t(),E()]),open:g([d(),r(),t(),E()]),list:br.array()}),ch=U.extend({dateCreation:t(),dateModified:t(),category:r(),privacy:Qn,cssColor:t().optional(),unread:r().optional()}),et=f(ch),lh=et.extend({}),Cr=f(lh),dh=Cr.extend({description:t().optional(),edito:t().nullable().optional(),language:t(),image:t().nullable().optional(),spotBanner:V.array().optional(),idCommunity:t().optional(),useTeaser:g([c(""),c("0"),c("1")]).nullable().optional()}),ph=f(dh),uh=s({idSpot:g([t(),r()]),mailFrequency:g([t(),r()]),mailSpotit:d(),mailComment:d(),mailSubscriber:d()}),mh=s({type:t().optional(),format:Ye.optional(),query:t().optional(),limit:r().optional(),page:r().optional(),public:d().optional(),orders:Ae.optional(),filters:Me.or(W()).optional()}),hh=s({openCategory:d()}),gh=n=>Hn.safeParse(n).success,we=g([I,et,Qe,nr]);var h=(n=>(n.Accessibility="widget-accessibility",n.Application="widget-application",n.ArticleButton="widget-article-button",n.Button="widget-button",n.ArticleGallery="widget-article-gallery",n.ArticleTitle="widget-article-title",n.ArticleText="widget-article-text",n.ArticleImage="widget-article-image",n.ArticleAttachment="widget-article-attachment",n.ArticleSlider="widget-article-slider",n.CheckList="widget-check-list",n.DatasourceTable="widget-datasource-table",n.ExcelDatasourceTable="widget-excel-datasource-table",n.Presence="widget-presence",n.QuickSurvey="widget-quick-survey",n.Contact="widget-contact",n.ContactCardDav="widget-contact-cardDav",n.CalendarCalDav="widget-calendar-calDav",n.EmailsImap="widget-emails-imap",n.Documents="widget-documents",n.LuccaAbsence="widget-lucca-absence",n.Slider="widget-slider",n.Welcome="widget-welcome",n.UserProfile="widget-user-profil",n.Color="widget-color",n.Birthday="widget-birthday",n.Separator="widget-separator",n.Calendar="widget-calendar",n.Extension="widget-extension",n.Cover="widget-cover",n.Image="widget-image",n.Countdown="widget-countdown",n.Charts="widget-charts",n.Meteo="widget-meteo",n.News="widget-news",n.MyGroup="widget-my-group",n.Newsflash="widget-newsflash",n.SyncContent="widget-sync-content",n.Text="widget-text",n.Embed="widget-embed",n.Youtube="widget-youtube",n.Flockler="widget-flockler",n.Faq="widget-faq",n.Survey="widget-survey",n))(h||{});const Xn=X(h),fh=s({name:Xn,uniqid:t(),content:de().optional()}),Sh=p({title:t(),widget:fh}),St=f(Sh),Tr=b(["left","right","center","justify"]),yh=b(["top","bottom","center","left","right"]),wh=b(["auto","contain","cover"]),xr=b(["sm","md","lg"]),eo=b(["h1","h2","h3","h4","h5","h6"]),Ar=b(["contained","outlined"]),_r=b(["link","anchor","popup"]),Lr=s({x:r(),y:r()}),Fr=b(["default","vertical"]),F=(n,e,a)=>{const o=e.safeParse(n);return o.success===!1&&a&&console.error(o.error.message),o.success},Rr=(n,e)=>e.safeParse(n).success,jr=(n,e)=>{const a=e.passthrough().safeParse(n);return a.success?a.data:n},to=s({imageId:r().optional(),imageVerticalAlign:t(),imageHorizontalAlign:t(),imageColorDye:d(),imageColorDyeValue:t(),imageColorDyeOpacity:r(),imageRepeat:d(),imageFilters:p({name:t(),value:r(),unit:t().nullable()}).array()}),vh=s({backgroundImage:to}),yt=s({fontSize:r().optional(),textColor:t().optional(),padding:r().optional()}),wt=s({name:c(h.Accessibility),uniqid:t(),content:yt}),Er=b(["gallery","list"]),Dr=g([c(1),c(2)]),Ir=s({tab:c("apps"),name:t(),appId:t().optional(),url:t().optional(),title:t().optional(),targetBlank:d().optional(),noReferer:d().optional()}),Pr=s({tab:g([c("links"),c("default")]),name:t().optional(),appId:t().optional(),title:t().optional(),url:t().optional(),icon:t().optional(),"background-color":t().optional(),backgroundColor:t().optional(),color:t().optional(),targetBlank:d().optional(),noReferer:d().optional()}),Or=s({tab:c("image"),name:t().optional(),appId:t().optional(),title:t().optional(),url:t().optional(),img:t().optional(),customImageUri:t().optional(),targetBlank:d().optional(),noReferer:d().optional()}),Mr=s({tab:c("extensions"),name:t(),appId:t().optional(),title:t().optional(),url:t().optional(),targetBlank:d().optional(),noReferer:d().optional()}),Ur=g([Ir,Pr,Or,Mr]),kh=n=>n.tab==="apps",bh=n=>n.tab==="links"||n.tab==="default",Ch=n=>n.tab==="image",Th=n=>n.tab==="extensions",Wr=s({color:t().optional()}),vt=s({size:Dr.optional(),view:Er.optional(),number:r().optional(),selection:Ur.array().optional(),css:Wr.optional()}),kt=s({name:c(h.Application),uniqid:t(),content:vt}),bt=s({files:V.array().optional(),fileDisplay:b(["list","gallery"]).optional()}),Ct=s({name:c(h.ArticleAttachment),uniqid:t(),content:bt}),Br=s({url:t(),target:t()}),Vr=s({uniqid:t()}),qr=s({title:t(),widgets:St.array()}),Nr=s({text:t().optional(),color:t().optional(),backgroundColor:t().optional(),borderRadius:t().optional(),fontSize:t().optional(),buttonSize:xr.optional(),variant:Ar.optional(),url:t().optional(),target:t().optional()}),xh=Nr.extend({openingType:_r.optional(),openingTypeLink:Br.optional(),openingTypeAnchor:Vr.optional(),openingTypePopup:qr.optional()}),Tt=f(xh),xt=s({name:c(h.ArticleButton),uniqid:t(),content:Tt}),At=s({gap:t().optional(),column:t().optional(),files:V.array().optional()}),_t=s({name:c(h.ArticleGallery),uniqid:t(),content:At}),Lt=s({file:V.optional(),useFilter:d().optional()}),Ft=s({name:c(h.ArticleImage),uniqid:t(),content:Lt}),Gr=s({title:t(),text:t(),titleHeading:b(["h1","h2","h3","h4","h5","h6","p","span","div"]).optional(),textColor:t().optional(),opacityFilter:r().optional(),opacityColor:t().optional(),file:V.optional()}),Rt=s({slides:Gr.array().optional(),maxWidth:r().optional(),delay:r().optional(),loop:d().optional(),autoplay:d().optional(),useDots:d().optional(),startAt:r().optional()}),jt=s({name:c(h.ArticleSlider),uniqid:t(),content:Rt}),Et=s({text:t().optional(),color:t().optional(),fontSize:t().optional(),lineHeight:t().optional(),linkColor:t().optional()}),Dt=s({name:c(h.ArticleText),uniqid:t(),content:Et}),It=s({text:t().optional(),textAlign:Tr.optional(),heading:t().optional(),color:t().optional(),backgroundColor:t().optional(),dataCy:t().optional()}),Pt=s({name:c(h.ArticleTitle),uniqid:t(),content:It}),zr=s({BackgroundOne:t().optional(),TextColorOne:t().optional(),BackgroundTwo:t().optional(),TextColorTwo:t().optional()}),Ot=s({size:ne.number().optional(),css:zr.optional()}),Mt=s({name:c(h.Birthday),uniqid:t(),content:Ot}),Jr=b(["sm","md","wd","lg"]),Hr=b(["left","right","top","bottom"]),$r=b(["top-left","top","top-right","left","center","right","bottom-left","bottom","bottom-right"]),Zr=s({"background-color":t().optional(),"border-radius":t().optional(),"border-color":t().optional(),"border-width":t().optional(),"border-style":t().optional(),color:t().optional(),"font-size":t().optional(),padding:t().optional(),"line-height":t().optional()}),Qr=s({padding:t().optional()}),Yr=s({"font-size":t().optional()}),Kr=c("subscribegroup"),Xr=s({id:g([r(),t()]),type:t().optional(),uri:t().optional(),title:t().optional()}),ec=s({group:Xr.optional()}),Ut=s({name:t().optional(),icon:t().optional(),description:t().optional(),size:Jr.optional(),openingType:t().optional(),href:t().optional(),target:t().optional(),noReferer:d().optional(),position:$r.optional(),buttonStyle:Zr.optional(),iconPosition:Hr.optional(),iconPadding:Qr.optional(),iconFontSize:Yr.optional(),actionType:Kr.optional(),action:ec.optional()}),Wt=s({name:c(h.Button),uniqid:t(),content:Ut}),Bt=p({view:b(["list","month","day","group"]).or(t()).optional(),spotId:r().optional()}),Vt=s({name:c(h.Calendar),uniqid:t(),content:Bt}),qt=s({calEventsLimit:d().optional(),calEventsLimitValue:r().optional(),calEventsPromptStatus:t().optional()}),Nt=s({name:c(h.CalendarCalDav),uniqid:t(),content:qt}),tc=s({title:t(),value:d().optional(),links:Bn.array().optional(),id:r().optional(),file:V.optional(),user:p({id:r().or(t()),type:c("user"),mainType:c("user")}).optional()}),Gt=s({arr:tc.array().optional(),css:A(t(),t().or(r())).optional(),widgets:St.array().optional(),edit:d().optional()}),zt=s({name:c(h.CheckList),uniqid:t(),content:Gt}),Jt=p({backgroundColor:t().optional()}),Ht=s({name:c(h.Color),uniqid:t(),content:Jt}),$t=s({contactLimit:d().optional(),contactLimitValue:r().optional(),contactPromptStatus:t().optional()}),Zt=s({name:c(h.ContactCardDav),uniqid:t(),content:$t}),Qt=s({articleUri:t().optional(),background:b(["color","image"]).optional(),backgroundColor:t().optional(),color:t().optional(),size:t().or(r()).optional(),textShadow:d().optional(),usePattern:d().optional()}),Yt=s({name:c(h.Countdown),uniqid:t(),content:Qt}),Kt=s({id:ne.number().optional(),title:t().optional(),titleHeading:eo.optional(),description:t().optional(),imgLink:t().optional(),colorFilter:t().optional(),opacityFilter:r().optional(),button:A(t(),t().or(r()).or(d())).optional(),css:A(t(),t().or(r())).optional()}),Xt=s({name:c(h.Cover),uniqid:t(),content:Kt}),ac=b(["date","date-time","date-time-sec","time","time-sec"]),nc=b(["fr-FR","en-EN","filesize"]),oc=s({}),ic=s({type:c("text")}),sc=s({label:t(),value:t()}),rc=s({type:c("select"),options:sc.array()}),cc=s({type:c("date")}),lc=g([ic,rc,cc,oc]),ao=s({name:t().optional(),isVisible:d().optional(),textEllipsis:d().optional(),label:t().optional(),dateFormat:ac.optional(),numberFormat:nc.optional(),sortByCreationDate:d().optional()}),Ah=ao.array(),dc=b(["text","uri","file","select","url","transient","date","datetime","email","number","title"]),_h=s({name:t(),label:t(),sortable:d().optional(),type:dc,widget:lc}),pc=s({limit:r().or(d()).optional(),tableColumnsData:ao.array().optional(),tableHeadColor:t().optional(),tableHeadTextColor:t().optional(),tableHeadIconColor:t().optional(),tableRowColor:t().optional(),tableRowTextColor:t().optional(),tableBorderRadius:r().optional(),tableSizedColumns:d().optional(),tableSizedColumnsWidth:r().optional()}),Lh=pc.extend({uri:t().optional()}),tt=f(Lh),ea=s({name:c(h.DatasourceTable),uniqid:t(),content:tt}),ta=s({uri:t().optional(),textColor:t().optional(),view:b(["list","gallery"]).or(t()).optional(),size:b(["md","lg"]).or(t()).optional(),rows:r().optional(),cols:r().optional(),hidePreview:d().optional(),hideExtension:d().optional(),sortBy:b(["title","dateCreation"]).optional()}),aa=s({name:c(h.Documents),uniqid:t(),content:ta}),na=s({emailsLimit:d().optional(),emailsLimitValue:r().optional(),emailsPromptStatus:t().optional()}),oa=s({name:c(h.EmailsImap),uniqid:t(),content:na}),ia=s({text:t().optional()}),sa=s({name:c(h.Embed),uniqid:t(),content:ia}),ra=tt,ca=s({name:c(h.ExcelDatasourceTable),uniqid:t(),content:ra}),la=s({extensionName:t().optional()}),da=s({name:c(h.Extension),uniqid:t(),content:la}),Fh=s({absentUntil:t(),period:t().array(),title:t(),uri:t()}),pa=s({url:t().optional()}),ua=s({name:c(h.LuccaAbsence),uniqid:t(),content:pa}),Ve=s({id:ne.string(),uri:t(),title:t()}),ma=s({selections:y(t()).optional(),selection:t().optional(),view:b(["list","gallery"]).optional(),display:ne.string().optional(),number:Y(),orientation:b(["left","right"]).optional(),listArticleDisplayMode:b(["short","full"]).optional(),order:b(["dateCreation","dateLastEvent"]).optional(),types:y(t()).optional(),limit:Y(),taxonomiesSelected:y(Ve).optional(),keywordsList:y(Ve).optional(),keywordsMandatories:y(Ve).optional(),filters:y(Ve).optional(),showKeywordsMandatories:ge().optional(),useHighlight:ge().optional(),useHighlightOption:b(["latest","custom"]).optional(),useHighlightCustomValue:t().optional(),hideDate:ge().optional(),hideImage:ge().optional(),hideDesc:ge().optional(),showMore:ge().optional(),titleColor:t().optional(),textColor:t().optional(),css:A(t(),t().or(r())).optional()}),ha=s({name:c(h.News),uniqid:t(),content:ma}),ga=s({view:b(["image","banner","cover"]).optional(),css:A(t(),t().or(r())).optional(),colorFilter:t().optional(),opacityFilter:ne.number().optional(),buttonBackgroundColor:t().optional(),buttonTextColor:t().optional(),groups:y(t()).optional()}),fa=s({name:c(h.Newsflash),uniqid:t(),content:ga}),ae=d().or(c(0)).or(c(1)),at=s({limit:d().or(r()).optional(),limitValue:r().optional(),closing:ae.optional(),isClosed:ae.optional()}),Rh=n=>Rr(n,at),Sa=s({name:c(h.Presence),uniqid:t(),content:at}),jh=n=>F(n,Sa),uc=s({id:r(),type:t(),uniqid:t(),value:r()}),Eh=n=>F(n,uc),mc=s({userValue:r(),userAvailableList:I.array(),userUnavailableList:I.array(),userAvailableTotal:r(),userUnavailableTotal:r()}),Dh=n=>F(n,mc),Ih=s({data:I.array(),cnt:r(),page:r(),limit:r()}),hc=s({title:t(),id:r().optional(),mimetype:t().optional(),file:V.optional(),uuid:t().optional()}),ya=s({arr:hc.array().optional(),css:A(t(),t().or(r())).optional(),widgets:St.array().optional(),open:ae.optional(),multi:ae.optional(),closing:ae.optional(),isClosed:ae.optional(),showResult:ae.optional(),isNotDisabled:ae.optional(),seeResponseAfter:ae.optional(),anonymize:ae.optional()}),wa=s({name:c(h.QuickSurvey),uniqid:t(),content:ya}),Ph=s({userList:I.array(),counter:r()}),Oh=s({totalRespondent:r(),totalResponse:r(),userLoggedResponses:t().array(),userResponses:Ph.array()}),Mh=s({data:I.array(),cnt:r(),page:r(),limit:r()}),gc=b(["horizontal","vertical"]),fc=b(["top-left","top-center","top-right","center-left","center","center-right","bottom-left","bottom-center","bottom-right"]),va=p({color:t().optional(),size:r().optional(),orientation:gc.optional(),align:fc.optional()}),ka=s({name:c(h.Separator),uniqid:t(),content:va}),Sc=s({id:ne.number().optional(),title:t().optional(),titleHeading:eo.optional(),text:t().optional(),textColor:t().optional(),opacityFilter:r().optional(),opacityColor:t().optional(),button:A(t(),t().or(r()).or(d())).optional(),css:A(t(),t().or(r())).optional()}),ba=s({slides:Sc.array().optional(),maxWidth:r().optional(),loop:d().optional(),autoplay:g([r(),d()]).optional(),delay:r().optional(),useDots:d().optional(),startAt:r().optional(),css:A(t(),t().or(r())).optional()}),Ca=s({name:c(h.Slider),uniqid:t(),content:ba}),Ta=s({uri:t().optional(),name:t().optional()}),no=s({name:c(h.SyncContent),uniqid:t(),content:Ta}),xa=s({text:t().optional(),padding:r().optional(),css:A(t(),t().or(r())).optional()}),Aa=s({name:c(h.Text),uniqid:t(),content:xa}),_a=s({buttonName:ne.string().optional(),pictureSize:t().optional(),css:A(t(),t().or(r())).optional()}),La=s({name:c(h.UserProfile),uniqid:t(),content:_a}),Fa=s({message:t().optional(),buttonName:ne.string().optional(),lineBreak:ge().optional(),position:t().optional(),css:A(t(),t().or(r())).optional()}),Ra=s({name:c(h.Welcome),uniqid:t(),content:Fa}),yc=b(["pie","column","line"]),wc=s({name:t().optional(),y:r().optional(),color:t().optional()}),vc=s({name:t().optional(),data:g([r().array(),wc.array()]).optional(),color:t().optional()}),ja=s({type:yc.optional(),title:t().optional(),subtitle:t().optional(),series:vc.array().optional(),colors:t().array().optional(),legend:d().optional(),tooltip:t().optional(),css:A(t(),t().or(r())).optional(),data:de().array().optional()}),Ea=s({name:c(h.Charts),uniqid:t(),content:ja}),kc=s({insee:t(),title:t()}),Uh=s({insee:t(),title:t(),nid:t()}),Da=s({backgroundColor:t().optional(),location:kc.optional()}),Ia=s({name:c(h.Meteo),uniqid:t(),content:Da}),Pa=s({display:t().optional()}),Oa=s({name:c(h.MyGroup),uniqid:t(),content:Pa}),Ma=s({id:Y(),type:t().optional(),imagesize:s({width:ne.number(),height:ne.number()}).optional(),urlMode:d().optional(),urlValue:t().optional(),urlWidthValue:Y(),urlHeightValue:Y(),urlLeftValue:Y(),urlTopValue:Y(),urlScaleValue:Y(),adjust:Y(),imageSize:Y(),backgroundPosition:b(["left","center","right"]).optional(),verticalAlign:b(["top","center","bottom"]).optional(),borderRadius:Y(),advancedSettings:Y(),css:A(t(),t().or(r())).optional(),click:b(["yes","no"]).optional(),href:t().optional(),target:t().optional(),anchor:t().optional()}),Ua=s({name:c(h.Image),uniqid:t(),content:Ma}),bc=s({background:t().optional(),backgroundCardContact:t().optional(),linkColor:t().optional(),textNameColor:t().optional(),buttonColor:t().optional()}),Wa=s({usersUri:t().array().optional(),displayFields:t().array().optional(),css:bc.optional()}),Wh=A(t(),t()),Bh=p({id:r(),firstname:t().optional(),lastname:t().optional(),notActive:c("USER_Not_Active").optional(),notIncontact:c("USER_Not_In_Contact").optional()}).passthrough(),Ba=s({name:c(h.Contact),uniqid:t(),content:Wa}),Va=s({url:t()}),qa=s({name:c(h.Flockler),uniqid:t(),content:Va}),Na=s({uri:t().optional(),title:t().optional(),hideCover:d().optional(),allowComment:d().optional(),openThemes:t().array().optional()}),Ga=s({name:c(h.Faq),uniqid:t(),content:Na}),za=s({uri:t().optional(),surveySelected:p({uri:t()}).array().optional()}),Vh=n=>n.uri!==void 0&&n.uri!==""?n.uri:n.surveySelected?.[0]?.uri,Ja=s({name:c(h.Survey),uniqid:t(),content:za}),Ha=s({sourceUrl:t().optional()}),$a=s({name:c(h.Youtube),uniqid:t(),content:Ha}),Cc=g([p({layers:t().array().optional()}).and(kt),p({layers:t().array().optional()}).and(Ct),p({layers:t().array().optional()}).and(xt),p({layers:t().array().optional()}).and(Wt),p({layers:t().array().optional()}).and(_t),p({layers:t().array().optional()}).and(Ft),p({layers:t().array().optional()}).and(Pt),p({layers:t().array().optional()}).and(Dt),p({layers:t().array().optional()}).and(aa),p({layers:t().array().optional()}).and(Yt),p({layers:t().array().optional()}).and(jt),p({layers:t().array().optional()}).and(zt),p({layers:t().array().optional()}).and(ea),p({layers:t().array().optional()}).and(ca),p({layers:t().array().optional()}).and(Sa),p({layers:t().array().optional()}).and(wa),p({layers:t().array().optional()}).and(Nt),p({layers:t().array().optional()}).and(Zt),p({layers:t().array().optional()}).and(oa),p({layers:t().array().optional()}).and(ua),p({layers:t().array().optional()}).and(La),p({layers:t().array().optional()}).and(wt),p({layers:t().array().optional()}).and(Mt),p({layers:t().array().optional()}).and(Ht),p({layers:t().array().optional()}).and(ka),p({layers:t().array().optional()}).and(Ca),p({layers:t().array().optional()}).and(Ra),p({layers:t().array().optional()}).and(da),p({layers:t().array().optional()}).and(Vt),p({layers:t().array().optional()}).and(Xt),p({layers:t().array().optional()}).and(Ea),p({layers:t().array().optional()}).and(Ia),p({layers:t().array().optional()}).and(Oa),p({layers:t().array().optional()}).and(Ua),p({layers:t().array().optional()}).and(Ba),p({layers:t().array().optional()}).and(ha),p({layers:t().array().optional()}).and(fa),p({layers:t().array().optional()}).and(no),p({layers:t().array().optional()}).and(Aa),p({layers:t().array().optional()}).and(sa),p({layers:t().array().optional()}).and(qa),p({layers:t().array().optional()}).and(Ga),p({layers:t().array().optional()}).and(Ja),p({layers:t().array().optional()}).and($a)]),Tc=1,xc=2,Ac=3,_c=4,Lc=g([c(Tc),c(xc),c(Ac),c(_c)]),le=s({title:t(),level:Lc.optional(),widget:Cc}),R=s({widgets:le.array().optional()}),Fc=g([R.extend(vt.shape),R.extend(bt.shape),R.extend(Tt.shape),R.extend(Ut.shape),R.extend(At.shape),R.extend(Lt.shape),R.extend(Et.shape),R.extend(It.shape),R.extend(Rt.shape),R.extend(Gt.shape),R.extend(Qt.shape),R.extend(tt.shape),R.extend(ra.shape),R.extend(ta.shape),R.extend(at.shape),R.extend(ya.shape),R.extend(qt.shape),R.extend($t.shape),R.extend(na.shape),R.extend(pa.shape),R.extend(ba.shape),R.extend(Fa.shape),R.extend(_a.shape),R.extend(yt.shape),R.extend(Ot.shape),R.extend(Jt.shape),R.extend(va.shape),R.extend(Kt.shape),R.extend(ja.shape),R.extend(Da.shape),R.extend(Pa.shape),R.extend(Ma.shape),R.extend(Wa.shape),R.extend(ma.shape),R.extend(ga.shape),R.extend(la.shape),R.extend(Bt.shape),R.extend(Ta.shape),R.extend(xa.shape),R.extend(ia.shape),R.extend(Va.shape),R.extend(Na.shape),R.extend(za.shape),R.extend(Ha.shape)]),qh=s({[h.Application]:kt,[h.ArticleButton]:xt,[h.Button]:Wt,[h.ArticleGallery]:_t,[h.ArticleTitle]:Pt,[h.ArticleText]:Dt,[h.ArticleImage]:Ft,[h.ArticleAttachment]:Ct,[h.ArticleSlider]:jt,[h.CheckList]:zt,[h.Countdown]:Yt,[h.DatasourceTable]:ea,[h.ExcelDatasourceTable]:ca,[h.Presence]:Sa,[h.QuickSurvey]:wa,[h.Documents]:aa,[h.CalendarCalDav]:Nt,[h.ContactCardDav]:Zt,[h.EmailsImap]:oa,[h.LuccaAbsence]:ua,[h.Slider]:Ca,[h.Welcome]:Ra,[h.UserProfile]:La,[h.Accessibility]:wt,[h.Birthday]:Mt,[h.Color]:Ht,[h.Separator]:ka,[h.Extension]:da,[h.Calendar]:Vt,[h.Cover]:Xt,[h.Charts]:Ea,[h.Meteo]:Ia,[h.MyGroup]:Oa,[h.Image]:Ua,[h.Contact]:Ba,[h.News]:ha,[h.Newsflash]:fa,[h.SyncContent]:no,[h.Text]:Aa,[h.Embed]:sa,[h.Flockler]:qa,[h.Faq]:Ga,[h.Survey]:Ja,[h.Youtube]:$a}),Rc=s({[h.Application]:vt,[h.ArticleButton]:Tt,[h.Button]:Ut,[h.ArticleGallery]:At,[h.ArticleTitle]:It,[h.ArticleText]:Et,[h.ArticleImage]:Lt,[h.ArticleAttachment]:bt,[h.ArticleSlider]:Rt,[h.CheckList]:Gt,[h.DatasourceTable]:tt,[h.ExcelDatasourceTable]:ra,[h.Presence]:at,[h.QuickSurvey]:ya,[h.CalendarCalDav]:qt,[h.ContactCardDav]:$t,[h.Countdown]:Qt,[h.EmailsImap]:na,[h.LuccaAbsence]:pa,[h.Slider]:ba,[h.Welcome]:Fa,[h.UserProfile]:_a,[h.Accessibility]:yt,[h.Birthday]:Ot,[h.Color]:Jt,[h.Separator]:va,[h.Extension]:la,[h.Calendar]:Bt,[h.Cover]:Kt,[h.Charts]:ja,[h.Meteo]:Da,[h.MyGroup]:Pa,[h.Image]:Ma,[h.Contact]:Wa,[h.News]:ma,[h.Newsflash]:ga,[h.SyncContent]:Ta,[h.Text]:xa,[h.Documents]:ta,[h.Embed]:ia,[h.Flockler]:Va,[h.Faq]:Na,[h.Survey]:za,[h.Youtube]:Ha}),Nh=n=>{const a=Rc.shape[n.name];return a?{...n,content:jr(n.content,a)}:n},oo=s({busy:g([d(),W()]).optional(),loading:g([d(),W()]).optional(),initialized:g([d(),W()]).optional(),mounted:g([d(),W()]).optional(),hover:g([d(),W()]).optional(),empty:d().optional(),locked:d().optional(),lastUpdatedTimestamp:g([r(),W()]).optional(),isNewlyAdded:g([d(),W()]).optional()}),Gh=U.extend({dateCreation:t(),dateModified:t(),mainType:c("article")}),H=f(Gh),io=H.extend({description:t().nullable().optional(),_user:I,_right:oe,_audience:we.array(),image:Xe.optional(),articleWidgets:le.array().optional(),metas:hr.optional(),edito:t().optional()}),O=f(io),zh=O.extend({_attachedFiles:V.array(),tags:Ue.array().optional(),processContext:E().optional(),_transientCtx:E().optional(),uiObjectLink:U.array().optional()}),q=f(zh),Jh=O.extend({type:c("internalDraft"),hasRightToPublishType:d()}),so=f(Jh),Hh=q.extend(so.shape).extend({type:c("internalDraft"),idDraft:r(),form:A(t(),ye())}),jc=f(Hh),$h=s({type:t().optional(),query:t().optional(),limit:r().optional(),page:r().optional(),orders:Ae.optional(),filters:Me.optional(),public:d().optional()}),Zh=s({uri:t().optional(),idArticle:r().optional()}),nt=s({title:t().optional(),description:t().nullable().optional(),type:t().optional(),publishTo:t().optional(),idSpot:y(t()).optional()}),Qh=s({id:r(),type:t(),dateCreation:t(),dateModified:t(),title:t(),uri:t()}),Yh=s({attachment:d().optional(),idArticle:r(),limits:p({max:r(),start:r()}).optional()}),Kh=s({token:t(),content:t(),idArticle:r(),sendAlert:d(),alertAuthor:d(),widgets:le.array().optional(),type:g([c("comment"),c("commentResponse")]).optional()}),Xh=s({token:t().optional(),description:t().optional(),idComment:r(),widgets:le.array().optional()}),eg=s({idUser:t(),dateRead:t(),Pseudo:t(),type:t()}),tg=Qe.extend(io.shape).extend({_nbItems:r(),parentURI:t().optional(),type:Qe.shape.type}),Ec=f(tg);var Za=(n=>(n.Binary="binary",n.Select="select",n.Radio="radio",n.Check="check",n.Rate="rate",n.Scale="scale",n.Text="text",n.Textarea="textarea",n.FileUpload="file-upload",n.GridRadio="grid-radio",n.GridCheck="grid-check",n))(Za||{});const Dc=X(Za),ro=s({title:t()}).array(),co=s({title:t()}).array(),lo=s({title:t()}).array(),po=s({title:t()}).array(),uo=s({type:p({on:t(),off:t()}),size:r().array(),index:r()}),mo=s({start:p({title:t(),value:r()}),end:p({title:t(),value:r()}),options:p({label:t(),value:r()}).array()}),ho=t(),go=t(),fo=t().array(),So=s({lines:p({title:t()}).array(),rows:p({title:t()}).array()}),yo=s({lines:p({title:t()}).array(),rows:p({title:t()}).array()}),ag=g([ro,co,lo,po,uo,mo,ho,go,fo,So,yo]),wo=s({lengthMin:d(),lengthMinValue:r(),lengthMax:d(),lengthMaxValue:r()}),vo=s({types:p({on:t(),off:t()}).array()}),ko=s({arr:p({label:t(),value:r()}).array()}),bo=s({length:d(),lengthMin:r(),lengthMax:r()}),Co=s({length:d(),lengthMin:r(),lengthMax:r()}),To=s({limit:r().or(d()),limitValue:r(),arr:p({name:t(),active:d(),mimetype:t()}).array()}),xo=s({forceResponse:d()}),Ao=s({forceResponse:d()}),ng=g([wo,vo,ko,bo,Co,To,xo,Ao]),ee=s({mandatory:d(),condition:d(),uniqid:t(),label:t(),description:t(),name:Dc,extraParams:p({}).optional(),widgetOptions:p({}).optional()}),Ic=ee.extend({name:c("binary"),data:ro}),Pc=ee.extend({name:c("select"),data:co}),Oc=ee.extend({name:c("radio"),data:lo}),Mc=ee.extend({name:c("check"),data:po,widgetOptions:wo}),Uc=ee.extend({name:c("rate"),data:uo,widgetOptions:vo}),Wc=ee.extend({name:c("scale"),data:mo,widgetOptions:ko}),Bc=ee.extend({name:c("text"),data:ho,widgetOptions:bo}),Vc=ee.extend({name:c("textarea"),data:go,widgetOptions:Co}),qc=ee.extend({name:c("file-upload"),data:fo,widgetOptions:To}),Nc=ee.extend({name:c("grid-radio"),data:So,widgetOptions:Ao}),Gc=ee.extend({name:c("grid-check"),data:yo,widgetOptions:xo}),zc=g([Ic,Pc,Oc,Mc,Uc,Wc,Bc,Vc,qc,Nc,Gc]),_o=s({uniqid:t(),title:t(),fields:zc.array()}),Jc=s({name:t(),value:r(),state:b(["open","responded","closed"])}),og=H.extend({type:c("pollSurvey"),banner:t().optional(),bannerPdf:t().optional()}),Hc=f(og),ig=O.extend(Hc.shape).extend({anonymousResponse:E(),multipleResponse:r(),publicResults:t().nullable(),pollProgression:p({colors:A(t(),t()),maxRespondentsValue:r(),countRespondentsValue:r()}),pollResponseShowProgression:r(),dateEnd:t(),status:Jc}),Lo=f(ig),sg=q.extend(Lo.shape).extend({pollContent:_o.array().or(E()).optional(),pollLinks:E().optional(),pollForceClose:E(),pollResponseUserVisibility:E().optional(),pollResponseAuthorVisibility:E().optional(),pollResponseShowRespondent:E(),pollBanner:V.array().optional(),pollMessage:t().optional(),_hasProgression:d()}),$c=f(sg),rg=Object.values(Za),Zc=n=>{if(typeof n!="object"||n===null)return!1;const e=n.pollContent;return Array.isArray(e)?e.every(a=>{if(typeof a!="object"||a===null)return!1;const o=a.fields;return Array.isArray(o)?o.every(i=>typeof i=="object"&&i!==null&&rg.includes(i.name)):!1}):!1},Qc=n=>Zc(n),cg=n=>{if(typeof n!="object"||n===null)return!1;const e=n;return e.type!=="pollSurvey"||typeof e.title!="string"?!1:Zc(e.data)},lg=(n,e)=>e==="pollSurvey"?Qc(n):!1,dg=ue.extend({mainType:c("link"),srcId:r(),srcType:t(),targetId:r(),targetType:t().nullable()}),Qa=f(dg),pg=Qa.extend({value:de().nullable(),_src:U.optional(),_target:U.optional()}),ug=f(pg),mg=Qa.extend({value:r().optional(),_src:I.optional(),_target:U.optional()}),Yc=f(mg),Ge=n=>{const e=n??U.or(I);return Qa.extend({value:t().nullable(),_src:e.optional(),_target:e.optional().or(W()),bookmarkUrl:t().optional().nullable(),bookmarkOrder:r().optional(),bookmarkLabel:t().optional(),bookmarkMeta:t().optional().nullable(),url:t().optional().nullable(),type:c("bookmarkLink")})},Kc=n=>p({id:r(),mainType:t(),type:t(),uri:t(),_values:p({dateCreation:t(),dateModified:t()}).optional(),srcId:r(),srcType:t(),targetId:r(),targetType:t().nullable(),value:t().nullable(),_cssColor:t(),_cssClass:t(),_src:(n??U).optional(),_target:(n??U).optional(),bookmarkUrl:t().optional().nullable(),bookmarkOrder:t().optional(),bookmarkLabel:t().optional(),bookmarkMeta:t().optional().nullable(),url:t().optional().nullable()});var Fo=(n=>(n.RAW_LIST="raw-list",n.LIST="list",n))(Fo||{});const hg=s({targetId:r(),targetType:t(),format:X(Fo).optional()}),gg=p({"raw-list":Ge(),list:Kc()}),fg=p({bookmarkLabel:Ge(U).shape.bookmarkLabel,bookmarkMeta:Ge(U).shape.bookmarkMeta,bookmarkUrl:Ge(U).shape.bookmarkUrl}),Xc=s({type:c("text")}),el=t(),tl=s({type:c("textarea"),params:p({class:c("mceEditor"),mention:c("1")}).optional()}),al=t().nullable(),nl=s({type:c("number")}),ol=r(),il=s({type:c("color"),options:p({colors:t(),defaultColor:t()})}),sl=s({type:c("date"),format:t()}),rl=t().nullable(),cl=s({type:c("datetime")}),ll=t().nullable(),dl=s({type:c("datePicker")}),pl=t().nullable(),ul=r(),ml=s({type:c("audience"),options:p({disableEveryoneAudience:d().optional(),views:b(["folder","user","group","businessContact"]).array().optional()}).optional()}),hl=s({type:c("link")}),gl=s({type:c("multiattribute")}),fl=s({type:c("file")}),Sl=s({type:c("image"),params:re(p({avatar:re(d())}))}),yl=s({type:c("select"),options:A(t(),ye()),params:p({data:t().optional(),defaultValue:t().optional(),explain:c(1).optional()}).optional()}),wl=s({type:c("embed")}),vl=s({type:c("iframeVideo")}),kl=s({type:c("email")}),bl=t(),Cl=s({type:c("url"),params:p({target:c("_blank").optional()})}),Tl=t(),xl=s({type:c("place"),options:A(t(),ye())}),Al=s({type:c("refUser")}),_l=s({type:c("transient")}),Ll=s({type:c("radio"),options:A(t(),ye())}),Fl=s({type:c("checkbox"),options:A(t(),ye()),params:p({defaultValue:t().optional(),jagCheckbox:t().optional(),boolean:t().optional()}).optional()}),Rl=s({type:c("taxonomy"),params:p({idTaxonomy:t(),type:t().optional(),limit:r().optional(),allowOptions:d().optional()}).optional()}),jl=s({type:c("tel")}),El=s({type:c("toggle")}),Dl=s({type:c("orientedlinks"),params:p({"jcomplete-multiple":g([c("0"),c("1")]),showAdd:g([c("0"),c("1")]),supportedTypes:y(t())}).optional()}),Il=s({type:c("uri"),params:p({class:t(),"jcomplete-url":t(),type:t()}).optional()}),Sg=g([Xc,tl,nl,sl,cl,dl,yl,wl,vl,kl,Cl,Al,Ll,Fl,Dl,Rl,Il,_l,gl,jl,El,xl,il,hl,fl,Sl,ml]),yg=g([ul,pl,ll,rl,bl,ol,al,el,Tl]),Pl=s({interval:r(),useInterval:r()}),st=s({source:t()}),Ol=s({image:st,banner:st,cover:st.optional(),display:t().optional()}),Ml=s({id:r(),type:t(),uri:t(),title:t(),description:t(),_url:t(),display:t(),urlAction:t(),actionName:t(),sources:Ol}),wg=s({properties:Pl,results:y(Ml)}),Ul=0,Wl=1,Bl=2,Vl=3,ql=s({label:t(),entries:y(t())}),vg=s({writeRight:g([c(Ul),c(Wl),c(Bl),c(Vl)]),writeRightSelector:y(we),useCustom:d(),sections:y(ql),otherEnabledEntries:y(t()),disabledEntries:y(t())}),kg=s({countActiveUsersWithoutLicense:r().optional(),countLicensesAssigned:r(),countLicensesNotAssigned:r()}),bg=s({name:t(),operator:t(),value:r()}),Cg=A(r()),Tg=s({id:r(),kind:t(),dateCreation:t(),idFeature:r(),uri:t(),contentId:r(),contentType:t(),status:r()}),Nl=s({id:r(),kind:t(),dateCreation:t(),idFeature:r(),uri:t(),contentId:r(),contentType:t(),status:r()}),xg=s({dateCreation:t(),action:t(),idUser:r(),pseudo:t(),level:r(),ip:t(),url:t(),extended:t().optional()}),Ag=s({dateCreation:t(),action:t(),mainType:t(),idObject:r(),typeObject:t(),mail:t().optional(),url:t(),extended:t().optional()}),_g=s({dateCreation:t(),type:t(),msg:t()}),Lg=s({uri:t(),title:t(),price:r(),image:t(),license:d()}),Fg=s({url:t()}),Gl=s({sref:t().optional(),href:t().optional(),idDiv:t(),label:t(),icon:t(),licenseMode:g([c("classic"),c("article")]).optional(),hook:t().optional()}),zl=s({name:t(),label:t(),icon:t(),color:qi([t(),t(),t()]),state:t().optional(),access:d(),url:t().optional(),tabs:y(Gl).optional()}),Rg=zl.array(),Jl=b(["Autumn","BackToSchool","Birthday","Celebration","Christmas","CustomAnimation","EasterEggs","Eastern","HappyNewYear","Halloween","LaborDay","Maythefourth","Movember","MusicFestival","Olympics","PinkOctober","Spring","Summer","Winter","NationalHoliday"]),jg=s({name:Jl,activeClickEffect:r(),activeDecor:r(),decorLoader:re(d()),auto:d(),audience:y(t())}),Hl=s({date:t(),number:r()}),Eg=ue.extend({type:c("animationStat"),mainType:c("animationStat"),animationName:t(),dateStart:t(),dateEnd:t().nullable(),auto:d(),stats:y(Hl),animAudience:y(t())}),Dg=f(Eg),$l=s({code:ft,label:t()}),Zl=s({language:ft,title:t(),description:t(),lastSaveDateTime:r().nullable(),lastSaveUserId:r().nullable(),auto:p({set:d(),title:t(),description:t(),fetched:d()}).nullable(),keepAsDraft:d(),report:d().optional()}),Ig=s({languages:$l.array(),translations:Zl.array()}),Ql=g([c("created"),c("validated"),c("handled")]),Pg=q.extend({type:c("aseiClearanceTicket"),aseiClearanceTicketValidator:I.array(),aseiClearanceTicketHandler:U.array().optional(),aseiClearanceTicketApplicationManagers:U.array().optional(),aseiClearanceTicketInstitution:U.array(),aseiClearanceTicketNatureOfDemand:t(),aseiClearanceTicketInternetAccess:t(),aseiClearanceTicketInternetAccessSpecify:t().optional(),aseiClearanceTicketMicrosoftTeams:t().nullable(),aseiClearanceTicketVariousNetworks:t().nullable(),aseiClearanceTicketFreeText:t().optional(),aseiClearanceTicketOfficeAccess:t().nullable(),aseiClearanceTicketSharedDirectoriesSpecify:t().optional(),aseiClearanceTicketBlueKanGo:t().nullable(),aseiClearanceTicketAccounting:t(),aseiClearanceTicketAccountingBudget:t(),aseiClearanceTicketTransfers:t().nullable(),aseiClearanceTicketBilling:t(),aseiClearanceTicketPayroll:t(),aseiClearanceTicketPayrollBudget:t(),aseiClearanceTicketAccommodationCosts:t(),aseiClearanceTicketCommercialManagement:t(),aseiClearanceTicketInventoryManagement:t(),aseiClearanceTicketTimeManagement:t(),aseiClearanceTicketBdes:t(),aseiClearanceTicketMandateStart:t().nullable().optional(),aseiClearanceTicketMandateEnd:t().nullable().optional(),aseiClearanceTicketIndicatorsPlatform:t().nullable(),aseiClearanceTicketBudgetLetters:t(),aseiClearanceTicketComputerisedFile:t().nullable(),aseiClearanceTicketRecruiterAccess:t().nullable(),aseiClearanceTicketTypeOfWorkContractFrom:E().optional(),aseiClearanceTicketTypeOfWorkContractTo:E().optional(),aseiClearanceTicketLastName:t(),aseiClearanceTicketFirstName:t(),aseiClearanceTicketUser:I.array().optional(),aseiClearanceTicketTypeOfWorkContract:t(),aseiClearanceTicketTypeOfWorkContractSpecify:t().optional(),aseiClearanceTicketPosition:t(),aseiClearanceTicketStatus:Ql}),Yl=f(Pg),Og=q.extend({type:c("aseiInstitution"),aseiInstitutionValidator:U.array()}),Kl=f(Og),Mg=s({dsi:t(),gestionnaireApplicatif:t(),createurDemande:t()}),Ug=s({accessWriter:d(),accessApp:d()}),Wg=s({description:t(),right:p({manage:d()}),daysOff:y(t()).optional(),weekEnd:g([c("0"),c("1")]),bookingOpeningTime:t(),bookingClosingTime:t(),lastBookingSchedule:t()}),Bg=O.extend({type:c("bookableAsset"),_isColorDark:d().nullable(),assetPlannerBackgroundColor:t().nullable()}),Ya=f(Bg),Vg=O.extend(Ya.shape).extend({assetBanner:V.array()}),Xl=f(Vg),qg=O.extend({type:c("reservation"),dateStart:t(),dateEnd:t(),reservationCancelled:d(),_asset:Ya}),ed=f(qg),Ka=b(["pending","success","error"]),Ng=s({errorMsg:t().optional(),jobUid:t(),state:Ka,start:r().int().positive(),end:r().int().positive().optional(),value:t().optional()}),Gg=p({token:t(),fullname:t()}),zg=p({redirectUrl:t()}),Jg=p({token:t()}),Hg=p({dateStart:t(),title:t()}),Xa={bbbWaitingRoom:d().optional(),bbbMuteOnStart:d().optional(),bbbAutoStartRecording:d().optional(),bbbModerators:t().optional()},$g=H.extend({type:c("businessContactCard")}),Ro=f($g),Zg=O.extend(Ro.shape).extend({mail:t().nullable(),pseudo:t().nullable(),firstName:t().nullable(),lastName:t().nullable(),phoneNumber:t().nullable(),company:t().nullable(),function:t().nullable(),champ1:t().nullable().optional(),champ2:t().nullable().optional(),champ3:t().nullable().optional(),champ4:t().nullable().optional(),champ5:t().nullable().optional()}),td=f(Zg),Qg=O.extend({dateEnd:t().optional(),type:c("boardCard"),_board:H.optional()}),ad=f(Qg),Yg=q.extend(ad.shape).extend({members:I.array(),rolesPersons:de().optional(),uriBoard:de().optional(),uriList:de().optional(),color:t().optional(),cardCover:de().optional(),estimatedTime:de().optional()}),Kg=f(Yg),Xg=s({title:t(),color:t(),parts:r(),displayValue:r()}),ef=s({type:t()}),tf=s({}),af=s({start:d(),startDate:t(),pause:d(),stop:d(),seconds:r()}),nf=s({arr:Xg.array(),tabs:ef.array(),animations:tf.array(),visio:E(),presence:p({}),status:af}),of=O.extend({type:c("animatedMeeting"),dateStart:t(),animatedMeetingContent:nf}),en=f(of),sf=q.extend(en.shape).extend({animatedMeetingStarted:E().optional(),useWorkAdventure:E(),animatedMeetingReport:E().optional(),animatedMeetingReportVersion:E(),animatedMeetingStats:E().optional(),animatedMeetingReactions:E().optional()}),jo=f(sf),rf=p({_extend:p({status:t(),statusValue:c(1).or(c(2)).or(c(3)),date:t()}),_audienceLeft:r()}),tn=H.extend({type:c("socialEvent")}),cf=O.extend(tn.shape).extend({place:t(),address:t(),dateStart:t(),dateEnd:t(),noGestion:d(),urlGestion:t().optional(),allDay:d(),textColor:t(),backgroundColor:t(),qrCodeValue:t().optional()}),_e=f(cf),lf=n=>_e.safeParse(n).success,df=q.extend(_e.shape).extend({allDay:d(),useQrcode:d().optional(),bgColor:t().optional(),socialEventUseCeiling:d(),socialEventCeiling:r().nullable().optional(),hideFromCalendar:d(),urlGestion:t().optional(),webinarUrlForGuests:t().optional().nullable()}),Le=f(df),pf=n=>Le.safeParse(n).success,Eo=p({title:t().min(1),dateStart:t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),dateEnd:t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),allDay:d().optional(),place:t().optional().nullable(),address:t().optional().nullable(),description:t().optional(),socialEventUseCeiling:d().optional(),socialEventCeiling:r().nullable().optional(),publishTo:t().optional(),textColor:t().optional().nullable(),bgColor:t().optional().nullable(),hideFromCalendar:d().optional(),noGestion:d().optional(),uiObjectLink:t().optional(),useQrcode:d().optional(),urlGestion:t().optional(),type:c("socialEvent"),token:t(),...Xa}).refine(n=>{const e=new Date(n.dateStart),a=new Date(n.dateEnd);return e.getTime()<=a.getTime()},"The start date must be before the end date."),uf=Eo.and(p({sendAlert:b(["1","0"]).optional(),alertAuthor:b(["1","0"]).optional(),idDraft:r().optional()})),mf=Eo.and(p({uri:t()})),hf=_e.extend({type:c("meeting")}),ot=f(hf),gf=n=>ot.safeParse(n).success,ff=Le.omit({socialEventUseCeiling:!0,socialEventCeiling:!0,hideFromCalendar:!0}).extend(ot.shape).extend({agenda:t().optional(),report:t().optional(),reportFile:V.nullable()}),Do=f(ff),Io=gt(p({title:t().min(1),dateStart:t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),dateEnd:t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),allDay:d().optional(),place:t().optional().nullable(),address:t().optional().nullable(),agenda:t().optional(),report:t().optional(),publishTo:t().optional(),textColor:t().optional().nullable(),bgColor:t().optional().nullable(),noGestion:d().optional(),uiObjectLink:t().optional(),urlGestion:t().optional(),type:c("meeting"),...Xa}).refine(n=>{const e=new Date(n.dateStart),a=new Date(n.dateEnd);return e.getTime()<=a.getTime()},"The start date must be before the end date.")),Sf=Io.and(p({sendAlert:b(["1","0"]).optional(),alertAuthor:b(["1","0"]).optional(),idDraft:r().optional()})),yf=Io.and(p({uri:t()})),nd=O.extend({dateStart:t(),dateEnd:t(),type:c("membogoEvent")}),wf=f(nd),vf=q.extend(wf.shape).extend({place:t().optional(),agenda:t().optional(),textColor:t().optional(),bgColor:t().optional(),noGestion:d().nullable()}),kf=f(vf);var Po=(n=>(n.DAILY="daily",n.WEEKLY="weekly",n.MONTHLY="monthly",n.MONTHLY_WEEKDAY="monthly-weekday",n.YEARLY="yearly",n.OPEN_DAYS="open-days",n.NONE="none",n))(Po||{});const Oo=X(Po),Mo=tn.extend({type:c("recurringEvent")}),Uo=_e.extend(Mo.shape).extend({recurrenceRuleLabel:t()}),bf=Le.extend(Uo.shape).extend({recurrenceRule:Oo,recurrenceRuleUntil:t().optional(),hiddenOccurrences:y(t()).optional()}),Wo=f(bf),Cf=H.extend({dateStart:t(),dateEnd:t(),type:c("recurringEventOccurrence")}),an=f(Cf),Tf=an.extend(s({dateModified:E(),dateCreation:E(),id:c(-1),uri:c(""),title:c(""),_url:c(""),type:c("recurringEventOccurrence")}).shape),Bo=f(Tf),xf=g([an,Bo]),Af=O.extend(an.shape),nn=f(Af),_f=nn.extend(Bo.shape).extend({title:c(""),description:c(""),image:E(),articleWidgets:E(),_user:xe(),_right:xe()}),Vo=f(_f),od=g([nn,Vo]),Lf=q.extend(nn.shape),qo=f(Lf),Ff=qo.extend(Vo.shape).extend({_attachedFiles:E(),tags:E(),processContext:E(),_transientCtx:E(),uiObjectLink:E()}),id=f(Ff),sd=g([qo,id]),rd=s({title:t().min(1),dateStart:t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),dateEnd:t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),allDay:d().optional(),address:t().nullable().optional(),description:t().optional(),publishTo:t().optional(),textColor:t().nullable().optional(),bgColor:t().nullable().optional(),token:t(),recurrenceRule:Oo,recurrenceRuleUntil:t().optional(),type:c("recurringEvent"),...Xa}),Rf=rd.extend({sendAlert:b(["1","0"]).optional(),alertAuthor:b(["1","0"]).optional(),idDraft:r().optional()}),jf=f(Rf).refine(n=>{const e=new Date(n.dateStart),a=new Date(n.dateEnd);return e.getTime()<=a.getTime()},"The start date must be before the end date."),Ef=rd.extend({uri:t(),hiddenOccurrences:y(t()).optional()}),Df=f(Ef),cd=p({idArticle:r(),title:t(),start:t(),end:t(),url:t(),textColor:t().optional(),color:t().optional(),bgColor:t().optional(),backgroundColor:t().optional(),subscribe:d()}),If=n=>cd.safeParse(n).success,Pf=p({maxdate:t().optional(),subscribers:I.array(),subscribersTotal:r()}),Of=g([ad,ot,_e,od,en,nd]),Mf=g([Kg,Do,Le,sd,jo,kf]),Uf=b(["subscribed","unanswered","refused"]),Wf=b(["onSpot","visio","hybrid"]),Bf=b(["all","available","presence","onSpot","visio","unavailable","waiting"]),Vf=s({user:I,dateCreation:t().nullable(),isPresent:d()}),qf=c("read"),ld=s({action:t(),do:t(),type:t(),targetId:r(),targetType:t()}),No=s({type:t(),class:t(),isActive:d(),label:t(),cssClass:t(),cssColor:t(),struct:ld,stats:p({total:r()}).optional()}),dd=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:c("socialrate"),avg:r().optional(),nb:r().optional(),value:r().optional()}),pd=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:c("reportaction")}),ud=s({id:t(),label:t(),url:t().optional()}),md=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:c("shareaction"),options:y(ud)}),hd=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:t(),isActive:d().optional(),count:r().optional()}),Dn=g([dd,pd,md,hd]),gd=n=>n.type==="socialrate",fd=n=>n.type==="reportaction",Sd=n=>n.type==="shareaction",Nf=n=>!gd(n)&&!fd(n)&&!Sd(n),Gf=s({targetId:r(),targetType:t(),type:t()}),zf=ue.extend({mainType:c("comment"),dateCreation:t(),dateModified:t().nullable(),description:t().nullable(),_user:I}),yd=f(zf),Jf=yd.extend({_right:oe,_attachedFiles:y(V).optional(),_actions:A(t(),No).optional(),_widgets:y(le).optional(),_article:H.optional()}),it=f(Jf),Hf="pollSurvey",Go=s({}),zo=s({pollContent:_o.array(),pollLinks:A(t(),t()).or(E()),pollMessage:t().optional(),description:t().optional(),anonymousResponse:g([t(),E()]).optional(),multipleResponse:t().or(E()).optional(),pollResponseAuthorVisibility:t().or(E()).optional(),pollResponseUserVisibility:t().or(E()).optional(),pollResponseShowProgression:t().or(E()).optional(),pollResponseShowRespondent:t().or(E()).optional(),bannerSrc:t().optional()}),$f=g([Go,zo]),Zf=O.extend({type:c("contentFactoryTemplate"),contentFactoryTemplateType:b(["pollSurvey","default"]),contentFactoryTemplateAuthor:t(),contentFactoryTemplateUsage:r()}),on=f(Zf),Qf=q.extend(on.shape).extend({contentFactoryTemplateType:c("pollSurvey"),contentFactoryTemplateData:zo}),wd=f(Qf),Yf=q.extend(on.shape).extend({contentFactoryTemplateType:c("default"),contentFactoryTemplateData:Go}),vd=f(Yf),kd=g([vd,wd]);var sn=(n=>(n.RUNNING="running",n.CLOSED="closed",n.HANDLED="handled",n))(sn||{});const Kf=O.extend({type:c("contentReport"),articleId:r(),articleType:t(),articleTitle:t(),articleUrl:t(),commentId:r().optional(),commentType:t().optional(),status:X(sn)}),bd=f(Kf),Xf=p({limit:r().optional(),page:r().optional(),orders:Ae.optional(),filters:Me.optional()}),eS=p({uri:t(),description:t()}),tS=p({uri:t(),status:X(sn)}),Cd=p({type:t(),dialog:d(),favorite:d(),url:t().optional()}),Td=p({label:t(),entries:y(Cd)}),aS=y(Td),Jo=g([c("groups"),c("sites"),c("onedrive"),c("group"),c("documents"),c("me")]),rn=s({title:t(),id:t(),type:t()}),nS=rn.omit({id:!0}).extend({name:Jo.optional()}),oS=f(nS),iS=rn.extend({msContainer:d().optional()}),sS=f(iS),xd=rn.extend({visibility:g([c("public"),c("private")]).optional(),msContainer:d().optional()}),rS=f(xd),cn=rn.extend({mimetype:t().optional(),webUrl:t().optional(),size:r().nullable().optional()}),cS=cn,lS=cn.extend({downloadUrl:t().optional(),_extend:p({path:t()})}),dS=f(lS),pS=xd.extend(cn.shape),uS=f(pS),Ad=s({id:t(),title:t(),mail:t(),default:d().optional()}),mS=s({title:t(),id:t(),type:t(),mimetype:t().optional(),webUrl:t().optional()}),_d=s({msTenant:Jo.optional(),msId:t().optional(),idFolder:t().optional(),page:r(),limit:r(),query:t().nullable().optional()}),Ld=s({path_lower:t(),query:t().nullable().optional()}),hS=s({id:r(),name:t(),type:t(),token:t(),size:r(),mediaKey:t()}),gS=s({token:t().optional(),attrName:t(),file:s({service:t(),account:t(),title:t(),mimetype:t().optional(),_document:cn})}),fS=s({id:t(),service:t()}),SS=s({service:t(),id:t()}),yS=s({account:Ad}),wS=s({service:t(),account:t()}),vS=s({allow:g([c("groups"),c("me")]).array().optional(),id:t()}),kS=s({id:t(),documentParams:_d}),bS=s({id:t(),documentParams:Ld}),CS=s({query:t().optional(),filter:t().optional(),id:t()}),TS=U.omit({title:!0,_url:!0}).extend({description:t()}),Fd=f(TS),Rd=g([c("restricted"),c("synchronized")]),jd=s({isMuted:d(),isImportant:d()}),xS=A(t(),jd),Ed=s({_url:t(),bubbleColor:t(),_right:oe,_audience:I.array(),_cntUnread:r(),_lastMessage:Fd.optional()}),AS=ue.extend({type:c("messengerUser"),mainType:c("messengerDiscussion"),idDiscussion:t()}),Ho=f(AS),_S=Ho.extend(Ed.shape),Dd=f(_S),LS=ue.extend({type:c("messengerGroup"),mainType:c("messengerDiscussion"),idDiscussion:t(),isMessengerSpotGroup:d(),disabled:d(),kind:re(Rd)}),ln=f(LS),FS=ln.extend(Ed.shape).extend({title:t().nullable(),_spot:et.optional()}),Id=f(FS),Pd=O.extend({type:c("quizz"),quizzDescription:t().nullable(),quizzClosingDate:t().nullable(),dateStart:t().nullable(),dateEnd:t().nullable()}),$o=f(Pd),RS=q.extend($o.shape).extend({quizzInvitation:E().optional(),quizzFormSpec:t().optional(),quizzRandom:E(),quizzHideResponses:E(),quizzStatus:E().optional(),quizzPublicationDate:t().nullable().optional()}),Od=f(RS),Md=s({countMembers:r(),countResponse:r(),done:d(),score:r(),maxScore:r(),duration:r()}),jS=s({value:t(),label:t()}),ES=s({label:t(),multiple:t(),name:t(),options:jS.array(),params:p({fieldFile:t().optional(),fieldPicture:t().optional(),explanation:t().optional()}),scoreMap:A(t(),de()),type:t(),value:t()}),Ud=s({mandatory:d(),type:t(),widget:ES,description:t().optional()}),DS=O.extend({type:c("surveyDate"),dates:y(t()),dateStart:t().nullable(),dateEnd:t(),isClosed:d(),surveyObjectLink:H.optional()}),Zo=f(DS),IS=q.extend(Zo.shape),Wd=f(IS),Bd=A(t(),p({dates:t().array(),user:I})),PS=s({list:Ke.array(),total:r()}),Vd=s({}),OS=s({data:I.array(),total:r()}),qd=g([c(1),c("onSpot"),c("visio"),c("available"),c("unavailable"),c("unknown"),c(0)]),MS=s({userResponseStatus:qd,subscribersTotal:r(),subscribeAction:No,subscribers:I.array(),isVisio:d().optional()}),Qo=s({actions:Dn.array().optional(),attachments:V.array().optional(),comments:it.extend({_extend:p({actions:Dn.array().optional()})}).array().optional(),contact:d(),filebank:Qe.nullable().optional(),licenses:y(Nl),licensesExtrabot:p({active:d(),monthRequestsMax:r(),monthRequestsHit:r()}).optional(),messenger:ln.nullable().optional(),parentArticle:O.optional(),filebankPath:H.array(),quarantine:p({count:r()}).optional(),quizFieldDefinitions:A(t(),Ud),quizResponseRecord:Md,recurringEventRecord:Wo,socialEventRecord:MS,surveyDateRecord:p({members:I.array(),responses:Bd,userDates:t().array(),userResponses:Vd,totalRespondents:r(),totalResponses:r()}),search:xe(),bookmark:xe()}),US=Qo.keyof().array(),WS=q.extend({type:c("extraBot"),avatar:V.optional(),context:t(),description:t(),disclaimer:t(),enabled:d(),groups:y(Gn).optional(),moderators:y(Nn).optional(),prompt:t(),title:t(),trigger:b(["mentionOnly","matchComment"]),matchThreshold:r().optional(),bot:I.optional(),webhookMethod:t().optional(),webhookUrl:t().optional(),webhookKey:t().optional(),webhookAutomationOnly:d().optional()}),Nd=f(WS),Yo=p({title:t(),id:t().optional(),items:y(t())}),BS=O.extend({type:c("faq"),faqColor:t().optional(),image:Xe.optional()}),Ko=f(BS),VS=q.extend(Ko.shape).extend({isWeb:d(),faqContent:Yo.array().optional()}),Gd=f(VS),qS=O.extend({type:c("faqItem")}),Xo=f(qS),NS=q.extend(Xo.shape).extend({faqResponse:t().optional(),uriCategory:H.array().optional(),themeId:t(),_nbAttachedFiles:r().optional(),_attachedFiles:V.array()}),zd=f(NS),Jd=s({id:r(),type:t(),uri:t(),title:t(),faqContent:Yo.array().nullable().optional(),description:t().optional(),faqColor:t().optional(),_url:t().optional(),_audience:we.array().optional()}),GS=s({image:t(),faq:Jd.optional()}),Hd=s({href:t().optional(),label:t().optional(),tooltip:t().optional(),id:t().optional(),uri:t().optional(),title:t().optional()}),zS=s({id:r(),type:t(),uri:t(),title:t(),faqResponse:t().optional(),description:t().optional(),themeId:t().optional(),uriCategory:Hd.optional(),_attachedFiles:V.array().optional(),_nbAttachment:r().optional(),_url:t().optional(),_cssColor:t().optional(),_cssClass:t().optional()}),$d=gt(nt.omit({idSpot:!0})).and(p({image:Xe.nullable().optional(),tags:t().optional(),faqColor:t().optional(),isWeb:d().optional(),type:c("faq")})),JS=$d.and(p({uri:t(),format:Ye.optional()})),HS=p({title:t(),id:t()}),$S=p({_web:g([c("0"),c("1"),c("")]).optional(),appImageText:t().optional(),appImage:g([t(),p({image:p({id:t(),type:t()})})]).optional(),_displayComment:g([c("0"),c("1"),c("")]).optional()}),ZS=p({createCategory:d()}),QS=p({idCategory:r(),title:t()}),YS=p({idCategory:r(),indexTheme:r(),deleteEntries:d().optional()}),KS=p({idCategory:r(),indexTheme:r(),title:t()}),Zd=gt(nt).and(p({tags:t().optional(),faqResponse:t().optional(),type:c("faqItem")})),XS=p({idEntry:r(),idCategory:r(),theme:r()}),ey=Zd.and(p({uri:t()})),ty=p({entryURI:t(),sourceURI:t().optional(),targetURI:t(),theme:r()}),ay=p({sourceUri:t(),targetUri:t(),themeIndex:r()}),ei=H.extend({type:c("quarantine")}),ny=O.extend(ei.shape).extend({relatedArticle:O.optional(),relatedObject:it.or(O).optional(),relatedUser:Ke.optional()}),Qd=f(ny),oy=p({uri:t(),name:t(),size:r(),isSynchronized:d()}),iy=p({quotaUsed:r(),quotaTotal:r(),percentage:r()}),sy=p({name:t(),isSynchronized:t(),synchronizationsNb:t()}),ry=p({page:r(),limit:r(),orders:Ae.optional()}),cy=s({idLog:r(),slug:t(),dateCreation:t(),map:t(),mail:t(),action:t(),mode:t()}),ly=s({mail:t(),cnt:t()}),Yd=t(),Kd=t(),dy=nt.extend({type:c("jlandmap"),jlandMapAggregated:t()}),py=H.extend({type:c("jlandmap"),jlandMapKind:Kd,jlandMapFlavor:Yd,limit:r().nullable(),waMapUrl:t().nullable()}),ti=f(py),uy=O.extend(ti.shape),ai=f(uy),my=q.extend(ai.shape),Xd=f(my),hy=H.extend({type:c("mediaLibraryFile"),attachment:V,_user:I}),ni=f(hy),gy=O.extend(ni.shape),oi=f(gy),fy=H.extend({type:c("mediaLibraryFolder"),_user:I,description:t().optional(),_audience:we.array()}),ii=f(fy),Sy=O.extend(ii.shape),si=f(Sy),yy=oi.or(si),wy=p({page:r().optional(),limit:r().optional(),query:t().optional()}),vy=p({id:r(),idFolder:r().optional(),fileName:t(),nbViews:r(),nbDistinctViews:r(),nbDownloads:r()}),ky=p({id:r(),folderName:t(),nb:r(),nbDistinct:r()}),by=p({nbFolders:r(),nbFiles:r()}),Cy=p({uriFile:t(),uriFolder:t(),publishTo:t().array()}),In=p({uri:t(),title:t(),selected:d()}),Ty=p({id:r().or(t()),pid:r().nullable().optional(),name:t(),title:t().nullable().optional(),phone:t().nullable().optional(),mail:t().nullable().optional(),img:t(),imgId:r().nullable().optional(),uri:t().nullable().optional(),tags:y(t()),links:y(In),isInternal:r(),selectedLink:In.nullable().optional(),openInNewTab:r().nullable().optional(),isAssistant:r().nullable().optional()}),ep=f(Ty),Pn=p({nodes:y(ep),platformColors:A(t())}),xy=O.extend({type:c("orgCharts"),chartIsVisible:d(),chartAdmins:I.array()}),ri=f(xy),Ay=q.extend(ri.shape).extend({chartConfig:Pn,chartConfigDraft:Pn}),tp=f(Ay),_y=p({title:t(),chartIsVisible:t(),publishTo:t(),uri:t(),chartAdmins:t()}),Ly=p({global:p({user_directory:p({card:y(t()),filters:y(t()),show:y(t()),table:y(t())}),css:A(t().nullable())}),writer:d()}),Fy=O.extend({type:c("socialQuestion"),socialQuestionResolved:d(),_response:it.optional(),_validator:I.optional(),socialQuestionValidationDate:t().optional()}),Ry=f(Fy),jy=O.extend({type:c("support"),supportStatus:g([r(),t()]).nullable(),supportType:g([r(),t()]).nullable(),supportOwner:y(I)}),ci=f(jy),ap=q.extend(ci.shape),np=f(ap),op=g([c("DYNAMIC"),c("SLIDESHOW")]),li=s({tvChannelBackgroundColor:t().nullable(),tvChannelNumImages:r(),tvChannelGroupTarget:et.optional(),tvChannelConfig:p({backgroundType:g([c("color"),c("image")]).optional(),globalShowComment:d().optional(),scaleImg:d().optional(),key:t(),contents:y(p({uri:t(),dateEnd:t().optional(),showComments:d().optional(),order:r().optional()})).optional()})}),Ey=li.extend({tvChannelType:c("DYNAMIC"),tvChannelNumImages:c(0)}),ip=f(Ey),Dy=li.extend({tvChannelType:c("SLIDESHOW")}),sp=f(Dy),Iy=H.extend({type:c("tvDisplayChannel")}),dn=f(Iy),Py=O.extend(dn.shape).extend(ip.shape),di=f(Py),Oy=O.extend(dn.shape).extend(sp.shape),pi=f(Oy),rp=g([di,pi]),My=nt.and(ip.partial().or(sp.partial())).and(p({tvChannelType:op})).readonly(),Uy=s({tvChannelGroupTarget:y(t()).optional(),tvChannelNumImages:xe().optional()}),Wy=it.extend({_extend:p({userImageSecureUrl:t(),descriptionSecure:t()})}),cp=f(Wy),By=O.extend({_extend:p({imageSecureUrl:t().optional(),descriptionSecure:t(),comments:y(cp)}).optional()}),lp=f(By),Vy=V.extend({_extend:p({imageSecureUrl:t().optional()})}),dp=f(Vy),qy=di.extend({_extend:p({imageSecureUrl:t().optional(),articles:y(lp).optional()})}),ui=f(qy),Ny=n=>ui.safeParse(n).success,Gy=pi.extend({_extend:p({attachments:y(dp).optional()})}),mi=f(Gy),zy=n=>mi.safeParse(n).success,Jy=p({interval:r(),channel:g([ui,mi])}),Hy=f(Jy),$y=p({createdAt:t(),filename:t(),isExpired:d(),url:t()}),pp=p({id:r(),subject:t(),createdAt:t(),updatedAt:t(),idArticle:r(),idUser:r(),roomUri:Bu(t()),user:p({id:r(),uri:t(),title:t()}),stats:p({participantsNumber:r(),totalDurationSeconds:r(),visioSessionsNumber:r()})}),Zy=p({rooms:p({totalItems:r(),member:y(pp)}),platform:p({sessionsNumber:r(),durationAverage:r(),durationMedian:r(),participantsNumber:r()})}),Qy=p({id:r(),room:t(),duration:r(),participantsNb:r(),startedAt:t(),endedAt:t()}),Yy=p({totalItems:r(),member:y(Qy)}),up=ue.extend({name:t(),service:g([c("visio-connect"),c("other")]),url:re(t()),vcId:t(),vcJwt:t(),image:re(V),_audience:y(we),_right:oe,_user:re(I)}),hi=f(up),Ky=up.pick({name:!0,service:!0,url:!0}).extend({audience:hi.shape._audience}),Xy=f(Ky),mp=s({label:t(),description:t(),name:Xn,img:t(),available:d(),displayLevel:g([c(1),c(2),c(3),c(4)]).array().optional(),panel:p({useWrapper:d(),useSelection:d(),useEditor:d(),useWidgets:d(),useSync:d().optional()})}),ew=n=>mp.safeParse(n).success,tw=n=>n!==void 0&&"id"&&"type"in n&&"uri"in n,aw=H.extend({type:c("articleWidget"),articleWidgets:le.array(),articleWidgetDisplayMode:g([Fr,E(),W()])}),gi=f(aw),nw=O.extend(gi.shape).extend({articleWidgetsCover:r().or(W())}),fi=f(nw),ow=q.extend(fi.shape),hp=f(ow),gp=s({uniqid:t(),title:t(),locked:d(),visible:d(),widgets:le.array(),position:Lr.optional()}),fp=b(["edit","view","preview","tpl"]),iw=s({width:r().or(W()).optional(),inplace:d(),isComponentVisible:d().optional(),mode:fp,onClick:hn().returns(mn()).optional(),onChange:hn().args(Fc,d()).returns(mn()),onStateChange:hn().args(oo).returns(mn())}),Sp=s({text:t(),value:d().optional(),links:Bn.array().optional(),uri:t().optional(),mimetype:t().optional(),id:r().optional(),user:I.optional()}),yp=s({arr:Sp.array().optional(),edit:d().optional()}),sw=s({name:c("widget-check-list"),uniqid:t(),content:yp,title:t()}),rw=s({title:t().optional(),view:ye().optional()}),wp=s({uniqid:t(),fn:b(["widget-presence-response","check-list-response","widget-update","widget-quick-survey-response"]),object:U}),On=A(t(),A(t(),t().or(r()))),vp=b(["comment","article","intranet","platform-block","intranet-combination"]),cw=p({token:t().or(W()).optional(),ids:A(t(),le),layers:A(t(),gp),states:A(t(),oo),modal:rw.or(W()),editableMap:A(t(),p({index:r(),uniqid:t()})),wrapperSize:A(t(),p({width:r(),height:r()})),currentEditableIndex:r(),currentEditableWidgetId:t().or(W()),widgetWrapperStyle:On,widgetTitleStyle:On,widgetObject:A(t(),U.partial()),widgetObjectRights:A(t(),oe),widgetChipCount:A(t(),r()),widgetAuthor:A(t(),I.partial()),widgetWrapperBackgroundImage:A(t(),to),flushedWidgets:t().array(),rtObjectStack:wp.array(),widgetContext:A(t(),vp),widgetSynchronizationStates:A(t(),d()),widgetUrls:A(t(),t())}),kp=f(cw),lw=s({widgets:kp}),Si={article:{"raw-little":{articleWidget:gi,mediaLibraryFile:ni,mediaLibraryFolder:ii,quarantine:ei,jlandmap:ti,businessContactCard:Ro,tvDisplayChannel:dn,recurringEvent:Mo,socialEvent:tn},"raw-list":{animatedMeeting:en,articleWidget:fi,bookableAsset:Ya,businessContactCard:td,contentFactoryTemplate:on,contentReport:bd,faq:Ko,internalDraft:so,meeting:ot,orgCharts:ri,pollSurvey:Lo,quarantine:Qd,quizz:$o,reservation:ed,socialEvent:_e,support:ci,surveyDate:Zo,tvDisplayChannel:rp,socialQuestion:Ry,folder:Ec,recurringEvent:Uo,faqItem:Xo,jlandmap:ai,mediaLibraryFile:oi,mediaLibraryFolder:si},"raw-view":{bookableAsset:Xl,contentFactoryTemplate:kd,extraBot:Nd,faq:Gd,faqItem:zd,internalDraft:jc,meeting:Do,orgCharts:tp,quizz:Od,socialEvent:Le,recurringEvent:Wo,articleWidget:hp,animatedMeeting:jo,aseiClearanceTicket:Yl,aseiInstitution:Kl,jlandmap:Xd,pollSurvey:$c,surveyDate:Wd,support:np}},comment:{"raw-little":{},"raw-list":{},"raw-view":{}},messengerDiscussion:{"raw-little":{messengerGroup:ln,messengerUser:Ho},"raw-list":{messengerGroup:Id,messengerUser:Dd},"raw-view":{}},visioConnectRoom:{"raw-little":{},"raw-list":{permanentRoom:hi},"raw-view":{}},file:{"raw-little":{},"raw-list":{},"raw-view":{}},link:{"raw-little":{},"raw-list":{socialrate:Yc},"raw-view":{}}},$=n=>p({isActive:d(),...n}),z=n=>$({...n,hasLicense:d()}),dw=b(["drive_microsoft_graph","drive_dropbox","drive_google"]),pw=$({drives:A(dw,d())}),uw=$({label:t(),defaultView:b(["month","week","day","list"]),iCalendarUrls:p({all:t(),accepted:t()}),externalGestion:d(),recurringEventsEnabled:d()}),mw=$({orderBy:t(),order:b(["ASC","DESC"])}),hw=$({}),gw=z({maxParticipants:r(),minParticipantsForSpotDiscussion:r(),label:t(),editTimeLimit:r().optional(),editBlockedOgTypes:y(t()).optional()}),fw=z({label:t(),useTeaser:d()}),bp=p({label:t(),description:t(),extension:t(),icon:t(),color:t()}),Sw=z({label:t(),description:t(),color:t(),templates:bp.array(),allowSharedWithMe:d(),allowPdfEdit:d(),weDocFoldersEnabled:d(),weDocFolderSharingEnabled:d()}),yw=z({oldViewOptionProperty:d()}),ww=z({bgColor:t()}),vw=$({sendAlert:d(),articleFullSelector:d(),articleMediaSlider:d()}),kw=$({}),bw=$({}),Cw=$({allowExternalFileSharing:d(),allowShareWebinar:d()}),Tw=$({create:d(),autorize:y(b(["message","comment","board","article"]).optional())}),xw=z({label:t()}),Aw=z({}),_w=z({}),Lw=$({label:t(),create:d()}),Fw=b(["loginPassword","saml","oAuth"]),Rw=b(["no","optional","mandatory"]),jw=A(Fw,Rw),Ew=z({name:t(),providers:jw,banLifespan:r()}),Dw=z({create:d()}),Iw=z({v2:d()}),Pw=z({label:t()}),Ow=z({label:t()}),Mw=z({}),Uw=z({label:t(),menuItems:y(p({type:t(),text:t(),actions:t()})).nullable()}),Ww=$({manage:d()}),Bw=$({canCreateTemplate:d(),allowTemplateImportExport:d(),label:t()}),Vw=$({label:t(),create:d(),description:t(),color:t(),icon:t()}),qw=$({label:t(),create:d()}),Nw=z({label:t(),numberOfMinutesBeforeJoining:r()}),Gw=z({label:t(),create:d()}),zw=z({label:t()}),Jw=$({label:t()}),Hw=$({}),$w=p({BigBlueButtonHook:Nw,ExternalAppHook:Dw,DigitalWorkplaceHook:Iw,FlocklerHook:Mw,LuccaAbsenceHook:Ow,MagicPadHook:xw,MagicWandHook:Uw,MediaLibraryHook:Aw,MessengerHook:gw,OfficeHook:Pw,SpotHook:zw,StudioHook:yw,TargetInfoHook:ww,TeamWorkAiHook:_w,TwoFactorAuthenticationHook:Ew,VisioConnectHook:Gw,WallHook:fw,WeDocHook:Sw}).partial(),Zw=p({AdminAdvancedHook:vw,AnimatedMeetingHook:Vw,AnimationsHook:Hw,BusinessContactHook:Jw,calendarHook:uw,ContentFactoryHook:Bw,DriveHook:pw,ExtraBotHook:Lw,FAQHook:Ww,FileBankHook:mw,FileIntegrityHook:hw,JitsiHook:qw,SharedContentHook:Cw,spotRssFeed:kw,SurveyDateHook:bw,WidgetHook:Tw}).partial().extend($w.shape),Qw=g([c("summarize"),c("develop"),c("reformulate"),c("tldr"),c("en"),c("es"),c("formal"),c("funny"),c("spellCheck")]),Yw=s({text:t()}),Kw=s({kind:t(),page:r(),limit:r(),filters:ht.array().optional(),orders:mt.array().optional()}),Xw=n=>p({license:g([c("1"),c("0")]),user:n}),ev=s({kind:t(),type:t(),page:r(),limit:r(),filters:ht.array().optional(),orders:mt.array().optional()}),tv=s({currentPeriodAmount:r(),currentPeriodDateStart:t().optional(),currentPeriodDateEnd:t().optional(),nextTermAmount:r(),nextTermDateStart:t().optional(),nextTermDateEnd:t().optional()}),av={all:0,admin:1,custom:2},nv=p({uri:t(),title:t(),type:t(),mainType:t()}),ov=p({imap_inbox_url:t(),dav_calendar_url:t(),dav_address_book_url:t()}),Cp={NONE:"none",SSL:"ssl",STARTTLS:"starttls"},Tp=p({username:t(),hostname:t(),imapPort:r(),imapConnectionSecurity:X(Cp),imapMailbox:t(),calDavCalendar:t(),cardDavAddressBook:t(),provider:t().nullable()}),iv=s({...Tp.shape,password:t()}),sv=p({date:t(),fromName:t(),subject:t(),body:t(),read:d(),attachmentsCount:r(),url:t().nullable()}),rv=p({summary:t(),start:t(),end:t(),status:t(),url:t().nullable()}),cv=p({fullName:t(),lastName:t(),firstName:t(),initial:t(),imageColor:t(),url:t().nullable()}),lv=p({id:t(),label:t()}),xp=s({color:t(),description:t(),extension:t(),icon:t(),label:t()}),dv=ue.extend({title:t(),mimetype:t(),_extend:p({generalAccessRule:t(),generalAccessHash:g([t(),W()]),dateModified:t(),dateCreation:t(),fileInfo:xp,parentId:r(),parentType:t(),parentFiles:y(r()),_url:t()}),_right:oe,_user:I,_audience:we.array()}),Ap=f(dv),pv=p({idQuestion:r(),idResponse:r()}),uv=p({idQuestion:r()}),_p=s({count:r(),id:t()}),Lp=g([c("AND"),c("OR")]),pn=s({facetType:t(),facetOptions:g([A(g([p({}).passthrough(),r(),t()])),y(xe())]),facetMode:Lp.optional(),field:t(),title:t(),description:t().optional(),category:t().optional()}),Fp=s({id:t(),mainType:t(),type:t().optional(),title:t(),cssclass:t().optional(),active:d().optional(),count:r().optional(),typesExcluded:y(t()),facets:pn.array()}),Rp=s({count:r(),value:t(),title:t()}),jp=s({name:t(),count:r(),values:Rp.array(),title:t()}),Ep=s({field:t(),value:g([t(),y(t())]),exclude:d().optional(),or:d().optional()}),Dp=s({field:t(),order:g([c("desc"),c("asc")])}),Ip=s({facetLimit:r(),skipEmptyFacets:d()}),mv=s({mode:g([c("result"),c("category")]),facets:pn.array()}),hv=s({home:mv,categories:Fp.array(),viewcard:A(y(p({name:t(),title:t()}))),facetMode:d()}),Pp=s({name:t(),title:t(),img:t(),icon:t().optional(),color:t().optional(),customImageUri:t().optional(),urlTarget:b(["_blank"]).optional(),urlNoReferrer:d().optional(),_url:t()}),Op=s({id:r().optional(),title:t(),picture:t().optional(),uri:t(),mainType:t(),mimetype:t().optional(),parentIdInType:r().optional(),parentType:t().optional(),privacy:t().optional(),type:t().optional(),icon:t().optional(),_cssColor:t().optional(),_cssClass:t().optional(),_url:t().optional(),_article:p({id:t(),mainType:t()}).optional(),idArticle:r().optional(),description:t().optional(),_user:p({title:t(),uri:t()}).optional(),_values:p({company:t().optional(),function:t().optional(),privacy:r().optional(),category:t().optional(),dateCreation:t(),dateModified:t()}).optional()}),gv=s({keywords:t().optional(),category:t().optional(),facetCategories:d().optional(),filters:Ep.array().optional(),facets:pn.array().optional(),page:r().optional(),limit:r().optional(),sort:Dp.optional(),options:Ip.optional(),format:Ye.optional(),persistSolrQuery:d().optional()}),fv=n=>p({start:r(),count:r(),results:y(n??U),facets:jp.array(),categories:_p.array(),idQuery:r().optional()}),Sv=s({keywords:t()}),Mp=g([Pp,Op]),yv=s({title:t(),id:t(),showAll:d().optional(),results:Mp.array()}),wv=g([c("link"),c("invitation")]),vv=s({id:r(),title:t(),uri:t(),idUser:r(),_right:oe}),Up=s({recipientId:r(),recipientType:t(),recipientUri:t(),recipientTitle:t(),level:g([c("read"),c("write")]),folderUri:t(),folderTitle:t()}),kv=s({audience:y(we),read:y(t()),write:y(t()),inherited:y(Up).optional()}),Wp=s({title:t(),body:t(),sourceUri:t(),sourceUrl:t(),sourceType:t(),sourceId:r(),isDone:d(),idMsgs:r().array()}),bv=s({jobUid:t(),state:Ka,messages:y(t()),tasks:y(Wp),uriAiTodo:t().optional()}),Cv=s({jobUid:t(),state:Ka,messages:y(t()),summary:t()}),Bp=p({cache_suffix:t(),toolbar:t(),language:t(),content_css:t(),quickbars_selection_toolbar:t(),sandbox_iframes:re(d()),sandbox_iframes_exclusions:re(y(t()))}),Tv=Bp.extend({plugins:y(t()),text_patterns:y(p({start:t(),end:t().optional(),format:t().optional(),cmd:t().optional()})),height:r(),menubar:d(),branding:d(),skin:t(),convert_urls:d(),invalid_elements:t(),extended_valid_elements:t(),custom_elements:t(),inline_boundaries_selector:t(),toolbar_mode:g([c("floating"),c("sliding"),c("scrolling"),c("wrap")]),promotion:d(),font_size_formats:t(),contextmenu:g([t(),c(!1)]),paste_data_images:d(),browser_spellcheck:d(),quickbars_insert_toolbar:d(),license_key:c("gpl")}),xv=p({commentsToolbar:t()}),Av=p({total:r(),activated:r()}),_v=p({qrCode:t(),secret:t()}),Lv=y(p({date:t(),activated:r(),unactivated:r()})),Fv=s({name:t(),default:d(),filter:p({op:b(["include","exclude"]),values:y(t()),taxonomies:A(t(),Ue.array()).optional()})}),Vp="accept",qp="deny",Rv=g([c(Vp),c(qp)]),jv=U,Ev=p({color:t(),description:t(),extension:t(),icon:t(),label:t()}),Dv=p({page:r(),cnt:r(),limit:r(),data:y(Ap)}),Iv=p({query:t(),filters:Me,orders:Ae,page:r(),limit:r()}),Pv=p({}),Pe=g([c("read"),c("write")]),Np=g([c("user"),c("spot")]),Ov=s({recipientId:r(),recipientType:Np,recipientUri:t(),recipientTitle:t(),level:Pe}),Mv=s({recipientUri:t(),inheritedLevel:Pe,requestedLevel:Pe}),Uv=s({recipientUri:t(),fromLevel:g([Pe,c("")]),toLevel:Pe,affected:U.array()}),Wv=O.extend({canManageShares:d(),canMove:d()}),Bv=f(Wv);function Vv(n,e){const a=p(e.reduce((o,i)=>(o[i]=Qo.shape[i],o),{}));return n.extend({_extend:a})}function qv(n){return"targetId"in n&&!!n.targetId}function Nv(n){const e=n;return e.bookmarkLabel!==void 0||e.bookmarkMeta!==void 0||e.bookmarkUrl!==void 0}function Gp(n){const e=n;return e&&typeof e.id=="number"&&typeof e.targetId=="number"}const Gv={bookmarkLink:Gp};function zv(n,e){return e!=null&&Gv[n](e)}function Jv(n,e){return"tvChannelType"in n&&n.tvChannelType===e}const Hv=n=>typeof n=="object"&&n!==null&&"error"in n&&"errorMsg"in n&&"messages"in n&&typeof n.error=="number"&&typeof n.errorMsg=="string"&&Array.isArray(n.messages),$v=n=>n!==null&&typeof n=="object"&&"error"in n&&"aborted"in n&&n.error===-1&&n.aborted===!0,Zv={isBookmarkLink:qv,isBookmarkCustom:Nv,isBookmarkRawList:Gp,isTVChannelType:Jv,objectIsType:zv,isStandardApiError:Hv,isAbortApiError:$v};function zp(n,e){return n&&!n.endsWith(e)?`${n}${e}`:n}function yi(n,e){return n?.startsWith(e)?n.split("").slice(e.length).join(""):n}function Qv(n){return n.toString().padStart(2,"0")}const Yv=p({type:t(),recordId:g([t().regex(new RegExp("[0-9]+")),r()])}),Kv=(n,e)=>Yv.passthrough().safeParse(n).success,Xv=p({uri:t().regex(new RegExp("[a-zA-Z]+/[0-9]+"))}),ek=(n,e)=>Xv.passthrough().safeParse(n).success;function Mn(n){if(ek(n))return n.uri;if(Kv(n))return`${n.type}/${n.recordId}`;throw new Error("Invalid uri or typeId "+JSON.stringify(n))}function Jp(n){return yi(zp(n.from,"/"),"/")??""}function tk(n){return n.timestamp?`?_=${n.timestamp}`:""}function Hp(n){const e=[];return"timestamp"in n&&n.timestamp&&e.push(`_=${n.timestamp}`),"iconColor"in n&&n.iconColor&&e.push(`color=${n.iconColor}`),e.length?"?"+e.join("&"):""}function $p(n,e=2){return"size"in n&&n.size?n.size:"width"in n&&typeof n.width=="number"&&"height"in n&&typeof n.height=="number"?`${n.width*e}x${n.height*e}`:""}function Zp(n){return n.format??"png"}function Qp(n){try{return new URL(n)}catch{}try{return new URL(window.location.origin+"/"+yi(n,"/"))}catch{}}function Un(n,e=2){if("url"in n&&n.url){const a=Qp(n.url);if(a)return"timestamp"in n&&n.timestamp&&!a.searchParams.has("_")&&a.searchParams.append("_",n.timestamp.toString()),a.toString()}try{let a;if(n.uri?a=n.uri.indexOf("icons/")===0?n.uri:Mn({uri:n.uri}):n.type&&n.recordId&&(a=n.type==="icons"?n.type+"/"+n.recordId:Mn({type:n.type,recordId:n.recordId})),!a)throw new Error;return`/${Jp(n)}${$p(n,e)}/${a}.${Zp(n)}${Hp(n)}`}catch{return""}}const ak=["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pdf","application/zip","application/illustrator","application/postscript","application/vnd.ms-opentype","application/x-font-ttf","application/octet-stream","application/vnd.ms-excel","audio/mp3","audio/wav","audio/mpeg","font/ttf","font/otf","image/jpeg","image/jpg","image/png","image/gif","image/vnd.adobe.photoshop","image/svg+xml","text/plain","text/csv","video/mp4","video/webm"],Yp=["docx","xlsx","csv","pptx","pdf","zip","ai","mp3","mpeg","ttf","otf","jpg","jpeg","png","gif","psd","svg","txt","md","mp4","odt","webm"],ut={"application/vnd.openxmlformats-officedocument.wordprocessingml.document":"docx","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":"xlsx","application/vnd.openxmlformats-officedocument.presentationml.presentation":"pptx","application/vnd.oasis.opendocument.text":"odt","application/pdf":"pdf","application/zip":"zip","application/x-zip-compressed":"zip","application/illustrator":"ai","application/postscript":"ai","audio/mp3":"mp3","audio/wav":"mp3","audio/mpeg":"mpeg","font/ttf":"ttf","font/otf":"otf","image/jpeg":"jpeg","image/jpg":"jpg","image/png":"png","image/gif":"gif","application/x-font-ttf":"ttf","application/vnd.ms-opentype":"otf","image/vnd.adobe.photoshop":"psd","image/svg+xml":"svg","text/plain":"txt","text/markdown":"md","text/x-markdown":"md","text/csv":"xlsx","application/vnd.ms-excel":"xlsx","video/mp4":"mp4","video/webm":"mp4"},wi=n=>Object.keys(ut).find(e=>ut[e]===n),nk=n=>ut[n]??void 0;function vi(n){const e=String(n).split(".").pop();return Yp.find(a=>a===e)}const Kp=n=>{const e=vi(n);return wi(e)??"application/octet-stream"},Xp=n=>n?(new Date(n).getTime()/1e3).toFixed(0):void 0,ok=(n,e="fitx80")=>{const a=tu(n),o=Xp(n.dateModified);switch(a){default:return;case"video":return`/media/${n.id}.mp4?stream=true`+(o?`&_=${o}`:"");case"audio":return`/media/${n.id}.mp3`+(o?`?_=${o}`:"");case"gif":return Un({timestamp:o,size:e,from:"imagecache",uri:n.uri,format:"gif"});case"image":return Un({timestamp:o,size:e,from:"imagecache",uri:n.uri})}},eu=n=>{const e=vi(n);if(e!==void 0){const a=wi(e);return ki(a)}return"application"},ik=n=>["image/vnd","image/svg","image/heic"].findIndex(a=>n.startsWith(a))!==-1;function ki(n){return n?.startsWith("folder/")?"folder":n==null||ik(n)?"application":n.startsWith("image/gif")?"gif":n.startsWith("image/")?"image":n.startsWith("video/")?"video":n.startsWith("audio/")?"audio":n.startsWith("font/")||n.startsWith("application/x-font-ttf")||n.startsWith("application/vnd.ms-opentype")?"font":n.startsWith("text/")?"text":"application"}const sk=(n,e,a="rr")=>a==="ng"?`/ng/file/${n}/${e}`:`/ng/rr/file/${n}/${e}`,rk=n=>n.mimetype===void 0||n.mimetype==="application/octet-stream"?Kp(n.title):n.mimetype,tu=n=>n.mimetype===void 0||n.mimetype==="application/octet-stream"?eu(n.title):ki(n.mimetype),ck=(n,e)=>Object.keys(Si.article[e]).includes(n.type),lk=(n,e)=>Object.keys(Si.comment[e]).includes(n.type);function au(n){return n.startsWith("tag_")||n==="tags"}function bi(n){return Object.fromEntries(Object.entries(n).filter(([e])=>au(e)))}function dk(n){return Object.values(bi(n)).flat()}function nu(n,e,a){return Object.fromEntries(Object.entries(n).filter(([o])=>au(o)).map(([o,i])=>{const l=Array.isArray(i)?i.map(u=>typeof u=="object"&&u&&e in u?u[e]:u):i;return[o,a&&Array.isArray(l)?a(l):l]}))}function pk(n){return nu(n,"uri")}const uk=n=>{let e={};"_errors"in n&&(e._errors=n._errors),"_options"in n&&(e._options=n._options),"title"in n&&(e.title=n.title),"description"in n&&n.description&&(e.description=n.description),"activity"in n&&(e.activity=n.activity),"image"in n&&(e.image=n.image),"uri"in n&&(e.uri=n.uri),"type"in n&&(e.type=n.type),"edito"in n&&n.edito&&(e.edito=n.edito),"category"in n&&(e.category=n.category.toString()),"commentLevel"in n&&(e.commentLevel=n.commentLevel),"_options"in n&&n._options?.custom_widgets&&(e.custom_widgets=Array.isArray(n._options.custom_widgets)?{}:n._options.custom_widgets),"displayType"in n&&(e.displayType=n.displayType),"language"in n&&n.language&&(e.language=n.language),"edit_access"in n&&(e.edit_access=n.edit_access),"lock_mail"in n&&(e.lock_mail=n.lock_mail),"fileSyncEnabled"in n&&(e.fileSyncEnabled=n.fileSyncEnabled),"fileSyncVersioningType"in n&&(e.fileSyncVersioningType=n.fileSyncVersioningType),"fileBankQuota"in n&&(e.fileBankQuota=n.fileBankQuota),"idCommunity"in n&&(e.idCommunity=n.idCommunity),"lastRssExecution"in n&&(e.lastRssExecution=n.lastRssExecution),"mail_comment"in n&&(e.mail_comment=n.mail_comment),"mail_frequency"in n&&(e.mail_frequency=n.mail_frequency),"mail_spotit"in n&&(e.mail_spotit=n.mail_spotit),"mail_subscriber"in n&&(e.mail_subscriber=n.mail_subscriber),"notifyFolder"in n&&(e.notifyFolder=n.notifyFolder),"nounsubscribe"in n&&(e.nounsubscribe=n.nounsubscribe),"privacy"in n&&(e.privacy=n.privacy),"publishFolder"in n&&(e.publishFolder=n.publishFolder),"rss_access"in n&&(e.rss_access=n.rss_access),"rss_feed"in n&&(e.rss_feed=n.rss_feed&&Array.isArray(n.rss_feed)?JSON.stringify(n.rss_feed.map(({_user:o,...i})=>({...i,idUser:o?.id}))):"[]"),"rss_key"in n&&(e.rss_key=n.rss_key),"spot_right_user"in n&&(e.spot_right_user=n.spot_right_user),"spotBanner"in n&&(e.spotBanner=n.spotBanner),"spotDefaultPublishType"in n&&(e.spotDefaultPublishType=n.spotDefaultPublishType),"user_level_signup"in n&&(e.user_level_signup=n.user_level_signup),"useTeaser"in n&&(e.useTeaser=n.useTeaser),"widgets"in n&&(e.widgets=n.widgets);const a=bi(n);if(e={...e,...a},ou(n,e))return e},ou=(n,e)=>{const a=["id","mainType","dateCreation","dateModified","_url","cssColor","o2apLinksSources"],o=["custom_widgets"],i=Object.keys(n),l=Object.keys(e),u=i.filter(w=>!l.includes(w)&&!a.includes(w)),m=l.filter(w=>!i.includes(w)&&!o.includes(w)),v=[...u.map(w=>"- "+w),...m.map(w=>"+ "+w)];if(u.length>0||m.length>0)throw new Error(`prepareGroupForUpdate :: Wrong group mapping | Diff : ${JSON.stringify(v)}`);return!0},mk=n=>Le.safeParse(n).success;function hk(n,e){return Math.floor(n*100/e)}function gk(n,e=":"){return n.reduce((a,o)=>(a[o]=iu(o,e),a),{})}function iu(n,e=":"){const a=su(ru(n,"fr-FR")),o=lu(n,e);return{id:"WIDGET_Survey_Date_Label",values:{label:a,time:o,day:cu(n)}}}function su(n){return n.charAt(0).toUpperCase()+n.slice(1)}function ru(n,e){return new Date(n).toLocaleDateString(e,{weekday:"long"})}function cu(n){const e=new Date(n);return`${e.getDate()}`.padStart(2,"0")+"/"+`${e.getMonth()+1}`.padStart(2,"0")+"/"+`${e.getFullYear()}`.padStart(2,"0")}function lu(n,e=":"){const a=new Date(n);return`${a.getHours()}`.padStart(2,"0")+`${e}`+`${a.getMinutes()}`.padStart(2,"0")}const fk={getTime:lu,getDate:cu,getLabel:ru,capitalize:su,surveyDateLabels:gk,getLabelToTranslate:iu,toPercent:hk},Sk=n=>le.safeParse(n).success,yk=n=>F(n,Ct),wk=n=>F(n,xt),vk=n=>F(n,kt),kk=n=>F(n,Wt),bk=n=>F(n,ua),Ck=n=>F(n,_t),Tk=n=>F(n,Ft),xk=n=>F(n,jt),Ak=n=>F(n,Dt),_k=n=>F(n,Pt),Lk=(n,e)=>F(n,zt,e),Fk=n=>F(n,ea),Rk=n=>F(n,ca),jk=n=>F(n,wa),Ek=n=>F(n,Nt),Dk=n=>F(n,Ba),Ik=n=>F(n,Zt),Pk=n=>F(n,oa),Ok=n=>F(n,Ra),Mk=n=>F(n,La),Uk=n=>F(n,wt),Wk=n=>F(n,Ht),Bk=n=>F(n,Mt),Vk=n=>F(n,ka),qk=n=>F(n,Vt),Nk=n=>F(n,da),Gk=n=>F(n,Xt),zk=n=>F(n,Ea),Jk=n=>F(n,Ia),Hk=n=>F(n,Oa),$k=n=>F(n,Ua),Zk=n=>F(n,ha),Qk=n=>F(n,fa),Yk=n=>F(n,Aa),Kk=n=>F(n,sa),Xk=n=>F(n,qa),eb=n=>F(n,Ga),tb=n=>F(n,Ja),ab=n=>F(n,Ca),nb=n=>F(n,aa),ob=(n,e)=>F(n,Yt,e),ib=n=>F(n,$a),du=new Ze(new $s),sb=new Vn(du),rb=Vn;exports.ACCESS_REQUEST_ACCEPT=Vp;exports.ACCESS_REQUEST_DENY=qp;exports.AdminAdvancedApi=Ii;exports.AdminLicenseApi=Pi;exports.AdminLogApi=Oi;exports.AdminStoreApi=Mi;exports.AdminUtilsApi=Ui;exports.ApiErrorCode=Hs;exports.AsyncJobStateSchema=Ka;exports.AsyncJobStatusSchema=Ng;exports.BookmarkType=Fo;exports.ContentReportStatus=sn;exports.CreateRoomPayloadSchema=Xy;exports.DateFormatSchema=ac;exports.DiapazoneExtraFieldsSchema=rf;exports.FREQUENCY_DAILY=Rn;exports.FREQUENCY_GROUP=ar;exports.FREQUENCY_INHERIT=tr;exports.FREQUENCY_NEVER=En;exports.FREQUENCY_NOW=Fn;exports.FREQUENCY_WEEKLY=jn;exports.Format=G;exports.GroupModerateStatus=$n;exports.GroupPrivacy=Zn;exports.ImapConnection=Cp;exports.JApplicationApi=as;exports.JArticleApi=ss;exports.JAssetReservation=rs;exports.JAudienceApi=cs;exports.JBaseApi=T;exports.JBbbApi=ls;exports.JBookmarkApi=ds;exports.JBusinessNetworkingApi=ps;exports.JCalendarApi=us;exports.JCommunityApi=ms;exports.JContentFactory=hs;exports.JContentReportApi=gs;exports.JDatasourceApi=fs;exports.JDiapazoneApi=Ss;exports.JDriveApi=ys;exports.JExternalAppApi=ws;exports.JExtraBotApi=vs;exports.JFaqApi=ks;exports.JFileApi=bs;exports.JFileIntegrity=Ts;exports.JFilebankApi=Cs;exports.JGlobalApi=xs;exports.JGroupApi=As;exports.JIAApi=Ls;exports.JJamespotApi=_s;exports.JLandApi=Rs;exports.JLandMapCreationSchema=dy;exports.JLuccaApi=js;exports.JModuleApi=Es;exports.JObjectApi=Ds;exports.JOrgchartsApi=Is;exports.JPollSurveyApi=Ps;exports.JPublishButtonApi=Os;exports.JQuestionAnswerApi=Ms;exports.JSearchApi=Us;exports.JShareApi=Ws;exports.JSurveyDateApi=Bs;exports.JTaxonomyApi=Vs;exports.JTeamWorkAiApi=qs;exports.JUserApi=Gs;exports.JWedocApi=zs;exports.JWidgetApi=Js;exports.JamespotUserApi=Vn;exports.JitsiApi=Fs;exports.LanguagesList=Vu;exports.LanguagesSchema=ft;exports.LicenseUserPriceUpdateSimulationSchema=tv;exports.Network=Ze;exports.NumberFormatSchema=nc;exports.OfficeProviderSchema=lv;exports.OrgChartConfigSchema=Pn;exports.OrgChartConfigurationSchema=Ly;exports.OrgChartLinkSchema=In;exports.OrgChartNodeSchema=ep;exports.OrgChartUpdateMetasFormSchema=_y;exports.PublishButtonConfigurationCustomSectionSchema=ql;exports.PublishButtonConfigurationSchema=vg;exports.PublishButtonSectionEntrySchema=Cd;exports.PublishButtonSectionSchema=Td;exports.PublishButtonSectionsSchema=aS;exports.RecurrenceRule=Po;exports.StudioApplicationStatus=ts;exports.SurveyFieldName=Za;exports.TVChannelCustomSchema=li;exports.TVDisplayApi=Ns;exports.TeamWorkAiTaskSchema=Wp;exports.TeamWorkDaySummaryStateSchema=Cv;exports.TeamWorkTodoStateSchema=bv;exports.TwoFactorAuthenticationDailyActivationStatisticsSchema=Lv;exports.TwoFactorAuthenticationGenerateConfigurationSchema=_v;exports.TwoFactorAuthenticationStatisticsSchema=Av;exports.UserAIProfileSchema=Dm;exports.UserBirthdaySchema=Im;exports.UserLevel=Qs;exports.UserNotificationsConfigurationSchema=Em;exports.UserVariant=Ys;exports.WIDGET_LEVEL_1=Tc;exports.WIDGET_LEVEL_2=xc;exports.WIDGET_LEVEL_3=Ac;exports.WIDGET_LEVEL_4=_c;exports.WRITE_RIGHT_ADMIN=Wl;exports.WRITE_RIGHT_ALL=Ul;exports.WRITE_RIGHT_CUSTOM=Bl;exports.WRITE_RIGHT_PUBLIC=Vl;exports.WidgetPresenceResponseUserListSchema=Ih;exports.WidgetQuickSurveyContentArrSchema=hc;exports.WidgetQuickSurveyResponseSchema=Oh;exports.WidgetQuickSurveyResponseUserListSchema=Mh;exports.WidgetsName=h;exports.WindowBrowser=$s;exports.accessRequestStatusValuesSchema=Rv;exports.actionParamsSchema=Gf;exports.actionVerbSchema=qf;exports.addCommentParamsSchema=Kh;exports.addFaqEntrySchema=XS;exports.adminAppSchema=zl;exports.adminAppTabSchema=Gl;exports.adminAppsSchema=Rg;exports.adminLicenseStatsSchema=kg;exports.adminLicensesAssignedSchema=Tg;exports.adminLicensesNotAssignedSchema=Cg;exports.adminLogNavigationSchema=xg;exports.adminLogObjectSchema=Ag;exports.adminLogSearchSchema=_g;exports.animationConfigurationTypeSchema=jg;exports.animationStatsRowSchema=Hl;exports.animationStatsSchema=Dg;exports.animationVariantSchema=Jl;exports.api=rb;exports.applicationActionBaseSchema=zi;exports.applicationBaseSchema=Oe;exports.applicationDefaultSchema=Hi;exports.applicationExtraPropertiesSchema=Ji;exports.applicationIframeSchema=Zi;exports.applicationIntranetHookSchema=Xi;exports.applicationLinkSchema=$i;exports.applicationSchema=es;exports.applicationTabSchema=Qi;exports.applicationWithTabsSchema=Ki;exports.articleCreationSchema=nt;exports.articleDisplayModeSchema=Fr;exports.articleGetConfigSchema=Zh;exports.articleListConfigSchema=$h;exports.articleTranslationGetSchema=Ig;exports.articleTranslationLanguageSchema=$l;exports.articleTranslationTranslateSchema=Zl;exports.aseiGroupsSchema=Mg;exports.aseiRightsSchema=Ug;exports.aseiTicketStatusSchema=Ql;exports.assetReservationConfigurationSchema=Wg;exports.audienceAutocompleteSchema=Sm;exports.audienceSchema=we;exports.autocompleteLittleSchema=wm;exports.baseArticleSchema=Qh;exports.baseAutocompleteSchema=qn;exports.bbbRoomSettingsShape=Xa;exports.bookmarkCustomSchema=fg;exports.bookmarkLinkSchema=hg;exports.bookmarkTypesSchema=gg;exports.businessContactSchema=Rm;exports.calendarEventListSchema=Of;exports.calendarEventViewSchema=Mf;exports.calendarEventsExtension=Pf;exports.calendarMemberLittleSchema=Vf;exports.calendarOldEventSchema=cd;exports.calendarTabSchema=Bf;exports.categorySchema=br;exports.chartTypeSchema=yc;exports.chartsPieDatumSchema=wc;exports.chartsSerieSchema=vc;exports.checkProperties=ou;exports.combineFormat=B;exports.combinedContentFactoryDataSchema=$f;exports.combinedSurveyFieldOptionsSchema=ng;exports.combinedSurveyFieldSchema=zc;exports.combinedSurveyFieldTypeSchema=ag;exports.combinedWidgetContentSchema=Fc;exports.combinedWidgetTypeSchema=Cc;exports.communitySchema=ym;exports.contactEntrySchema=Bh;exports.contactShowFieldsSchema=Wh;exports.contentFactoryDefaultDataSchema=Go;exports.contentFactorySurveyDataSchema=zo;exports.contentFactoryTypes=Hf;exports.createFaqCategorySchema=$d;exports.createFaqEntrySchema=Zd;exports.createFaqThemeSchema=QS;exports.createGroupSchema=gr;exports.createReportParamsSchema=eS;exports.cssBackgroundPositionSchema=yh;exports.cssBackgroundSizeSchema=wh;exports.cssTextAlignTypeSchema=Tr;exports.davAddressBookContactSchema=cv;exports.davCalendarEventSchema=rv;exports.deepEqual=gn;exports.default=sb;exports.deleteFaqThemeSchema=YS;exports.discussionPropertiesSchema=xS;exports.discussionPropertySchema=jd;exports.driveAccountSchema=Ad;exports.driveGetAccountParamsSchema=SS;exports.driveGetAccountSchema=yS;exports.driveGetDocumentParamsSchema=gS;exports.driveGetGroupsParamsSchema=CS;exports.driveGetTenantsParamsSchema=vS;exports.driveItemTypeSchema=mS;exports.driveLogoutParamsSchema=fS;exports.driveSetDefaultAccountParamsSchema=wS;exports.driveTmpFileSchema=hS;exports.dropboxDocumentEntitySchema=dS;exports.dropboxDocumentParamsSchema=Ld;exports.dropboxGetDocumentsParamsSchema=bS;exports.editFaqCategorySchema=JS;exports.editFaqEntrySchema=ey;exports.editFaqThemeSchema=KS;exports.ensureApplication=Gu;exports.ensureApplicationTabs=Nu;exports.ensureIsCalendarOldEvent=If;exports.ensureIsMeetingList=gf;exports.ensureIsSocialEventList=lf;exports.ensureIsSurveyData=Qc;exports.ensureIsTemplateFile=cg;exports.ensureIsViewEvent=mk;exports.ensureTVGetConfigureDynamicChannelResponse=Ny;exports.ensureTVGetConfigureSlideshowChannelResponse=zy;exports.ensureWidgetAccessibilityType=Uk;exports.ensureWidgetApplicationType=vk;exports.ensureWidgetArticleAttachmentType=yk;exports.ensureWidgetArticleButtonType=wk;exports.ensureWidgetArticleGalleryType=Ck;exports.ensureWidgetArticleImageType=Tk;exports.ensureWidgetArticleSliderType=xk;exports.ensureWidgetArticleTextType=Ak;exports.ensureWidgetArticleTitleType=_k;exports.ensureWidgetBirthdayType=Bk;exports.ensureWidgetButtonType=kk;exports.ensureWidgetCalendarCalDavType=Ek;exports.ensureWidgetCalendarType=qk;exports.ensureWidgetChartsType=zk;exports.ensureWidgetCheckListType=Lk;exports.ensureWidgetColorType=Wk;exports.ensureWidgetContactCardDavType=Ik;exports.ensureWidgetContactType=Dk;exports.ensureWidgetContent=Rr;exports.ensureWidgetCountdownType=ob;exports.ensureWidgetCoverType=Gk;exports.ensureWidgetDatasourceTableType=Fk;exports.ensureWidgetDefinitionProps=ew;exports.ensureWidgetDocumentsType=nb;exports.ensureWidgetEmailsImapType=Pk;exports.ensureWidgetEmbedType=Kk;exports.ensureWidgetExcelDatasourceTableType=Rk;exports.ensureWidgetExtensionType=Nk;exports.ensureWidgetFaqType=eb;exports.ensureWidgetFlocklerType=Xk;exports.ensureWidgetImageType=$k;exports.ensureWidgetLuccaAbsenceType=bk;exports.ensureWidgetMeteoType=Jk;exports.ensureWidgetMyGroupType=Hk;exports.ensureWidgetNewsType=Zk;exports.ensureWidgetNewsflashType=Qk;exports.ensureWidgetObjectHasMinimumProperties=tw;exports.ensureWidgetPresenceContent=Rh;exports.ensureWidgetPresenceResponse=Dh;exports.ensureWidgetPresenceResponsePayload=Eh;exports.ensureWidgetPresenceType=jh;exports.ensureWidgetQuickSurveyType=jk;exports.ensureWidgetSeparatorType=Vk;exports.ensureWidgetSliderType=ab;exports.ensureWidgetSurveyType=tb;exports.ensureWidgetTextType=Yk;exports.ensureWidgetType=F;exports.ensureWidgetUserProfileType=Mk;exports.ensureWidgetWelcomeType=Ok;exports.ensureWidgetWrapperProps=Sk;exports.ensureWidgetYoutubeType=ib;exports.eventModeSchema=Wf;exports.eventStatusFilterSchema=Uf;exports.extendSchema=Qo;exports.extensions=Yp;exports.extractFlattenTaxonomiesFromObject=dk;exports.extractTaxonomiesFromObject=bi;exports.extractTaxonomiesFromObjectAndMapProperty=nu;exports.extractTaxonomiesFromObjectAndMapUri=pk;exports.facetModeSchema=Lp;exports.faqAccessSchema=ZS;exports.faqContentItemSchema=Yo;exports.faqHookPropertiesSchema=$S;exports.faqTaxonomySchema=HS;exports.faqWidgetCategoryItemSchema=Jd;exports.faqWidgetCategorySchema=GS;exports.faqWidgetItemSchema=zS;exports.faqWidgetItemUriCategorySchema=Hd;exports.fileCropConfigSchema=or;exports.fileMainTypeSchema=ir;exports.fileSyncAdminSpotSchema=sy;exports.fileSyncAdminSpotsPropsSchema=ry;exports.fileSyncFileBankSchema=oy;exports.fileSyncUserQuotaSchema=iy;exports.filterSchema=ht;exports.filterValueSchema=ns;exports.filtersSchema=Me;exports.folderShareConflictSchema=Mv;exports.folderShareImpactSchema=Uv;exports.folderShareLevelSchema=Pe;exports.folderShareRecipientTypeSchema=Np;exports.folderShareSchema=Ov;exports.formatExtensionSchema=US;exports.formatImgUrl=Un;exports.formatListSchema=Ye;exports.formats=Si;exports.getArgs=Hp;exports.getCommentsParamsSchema=Yh;exports.getExtensionFromName=vi;exports.getFileExtensionFromMimetype=nk;exports.getFileFamily=ki;exports.getFileFamilyFromName=eu;exports.getFormat=Zp;exports.getFrom=Jp;exports.getLicenseArticlesParamsSchema=ev;exports.getLicenseKindUsersParamsSchema=Kw;exports.getMimetypeFromExtension=wi;exports.getMimetypeFromName=Kp;exports.getReportsParamsSchema=Xf;exports.getSize=$p;exports.getTimestamp=tk;exports.getUnclassifiedFilesParamsSchema=wy;exports.getUri=Mn;exports.getUrl=Qp;exports.gifSchema=Zm;exports.groupCategoriesConfigurationSchema=hh;exports.groupCustomWidgetSchema=Kn;exports.groupListConfigSchema=mh;exports.groupMemberLevelSchema=eh;exports.groupMemberSchema=th;exports.groupModerateStatusSchema=Sr;exports.groupPrivacy=Qn;exports.groupPropertiesOptionsSchema=wr;exports.groupPropertiesSchema=kr;exports.groupUserLevelSchema=fr;exports.groupWidgetLittleSchema=Yn;exports.groupWidgetSchema=sh;exports.groupWidgetsSchema=nh;exports.headingTypeSchema=eo;exports.hookListTypeSchema=Zw;exports.imageFormValueSchema=Bm;exports.imageSizeSchema=Xe;exports.imapInboxMailSchema=sv;exports.inferBookmarkListSchema=Kc;exports.inferBookmarkRawListSchema=Ge;exports.inferMaybeWithToken=gt;exports.inferSearchQueryResultSchema=fv;exports.inferUserLicenseSchema=Xw;exports.inheritedShareSchema=Up;exports.isKnownArticle=ck;exports.isKnownComment=lk;exports.isSocialActionRate=gd;exports.isSocialActionReport=fd;exports.isSocialActionShare=Sd;exports.isSocialActionToggle=Nf;exports.isWidgetApplicationAppsItem=kh;exports.isWidgetApplicationExtensionItem=Th;exports.isWidgetApplicationImageItem=Ch;exports.isWidgetApplicationLinkItem=bh;exports.jArticleListSchema=O;exports.jArticleListShapeTmp=io;exports.jArticleLittleSchema=H;exports.jArticleViewSchema=q;exports.jArticleWidgetListSchema=fi;exports.jArticleWidgetLittleSchema=gi;exports.jArticleWidgetViewSchema=hp;exports.jAseiInstitutionViewSchema=Kl;exports.jAseiTicketViewSchema=Yl;exports.jBookableAssetListSchema=Ya;exports.jBookableAssetViewSchema=Xl;exports.jBusinessContactListSchema=td;exports.jBusinessContactLittleSchema=Ro;exports.jCommentListSchema=it;exports.jCommentLittleSchema=yd;exports.jContentFactoryDefaultTemplateViewSchema=vd;exports.jContentFactorySurveyTemplateViewSchema=wd;exports.jContentFactoryTemplateListSchema=on;exports.jContentFactoryTemplateViewSchema=kd;exports.jContentReportListSchema=bd;exports.jDiapazoneListSchema=en;exports.jDiapazoneViewSchema=jo;exports.jEnsure=Zv;exports.jExtraBotViewSchema=Nd;exports.jFaqItemListSchema=Xo;exports.jFaqItemViewSchema=zd;exports.jFaqListSchema=Ko;exports.jFaqViewSchema=Gd;exports.jFileListSchema=Jm;exports.jFileLittleCropSchema=Gm;exports.jFileLittleSchema=V;exports.jFileRenditionSchema=Hm;exports.jFolderListSchema=Ec;exports.jFolderLittleSchema=Qe;exports.jGroupListSchema=Cr;exports.jGroupLittleSchema=et;exports.jGroupViewSchema=ph;exports.jHrefSchema=Bn;exports.jIACapabilitiesSchema=Qw;exports.jInternalDraftListSchema=so;exports.jInternalDraftViewSchema=jc;exports.jLandLogSchema=cy;exports.jLandMapFlavorSchema=Yd;exports.jLandMapKindSchema=Kd;exports.jLandMapListSchema=ai;exports.jLandMapLittleSchema=ti;exports.jLandMapViewSchema=Xd;exports.jLandStatSchema=ly;exports.jLinkListSchema=ug;exports.jLinkLittleSchema=Qa;exports.jMediaLibraryFileListSchema=oi;exports.jMediaLibraryFileLittleSchema=ni;exports.jMediaLibraryFolderListSchema=si;exports.jMediaLibraryFolderLittleSchema=ii;exports.jMeetingListSchema=ot;exports.jMeetingViewSchema=Do;exports.jMessengerDiscussionGroupListSchema=Id;exports.jMessengerDiscussionGroupLittleSchema=ln;exports.jMessengerDiscussionUserListSchema=Dd;exports.jMessengerDiscussionUserLittleSchema=Ho;exports.jMessengerMessageLittleSchema=Fd;exports.jNetworkLittleSchema=nr;exports.jObjectAutocompleteSchema=Ue;exports.jObjectBaseSchema=ue;exports.jObjectListSchema=zn;exports.jObjectLittleSchema=U;exports.jOrgChartListSchema=ri;exports.jOrgChartViewSchema=tp;exports.jPermanentRoomListSchema=hi;exports.jPollSurveyListSchema=Lo;exports.jPollSurveyLittleSchema=Hc;exports.jPollSurveyViewSchema=$c;exports.jQuarantineListSchema=Qd;exports.jQuarantineLittleSchema=ei;exports.jQuizzListSchema=$o;exports.jQuizzListShapeTmp=Pd;exports.jQuizzViewSchema=Od;exports.jRecurringEventListSchema=Uo;exports.jRecurringEventLittleSchema=Mo;exports.jRecurringEventOccurrenceListFalsySchema=Vo;exports.jRecurringEventOccurrenceListSchema=od;exports.jRecurringEventOccurrenceListTruthySchema=nn;exports.jRecurringEventOccurrenceLittleFalsySchema=Bo;exports.jRecurringEventOccurrenceLittleSchema=xf;exports.jRecurringEventOccurrenceLittleTruthySchema=an;exports.jRecurringEventOccurrenceViewFalsySchema=id;exports.jRecurringEventOccurrenceViewSchema=sd;exports.jRecurringEventOccurrenceViewTruthySchema=qo;exports.jRecurringEventViewSchema=Wo;exports.jReservationListSchema=ed;exports.jSocialEventListSchema=_e;exports.jSocialEventLittleSchema=tn;exports.jSocialEventViewSchema=Le;exports.jSocialRateLinkListSchema=Yc;exports.jSpotAutocompleteSchema=Gn;exports.jSpotAutocompleteShape=Zs;exports.jSupportListSchema=ci;exports.jSupportViewSchema=np;exports.jSupportViewShapeTmp=ap;exports.jSurveyDateListSchema=Zo;exports.jSurveyDateViewSchema=Wd;exports.jTvChannelDynamicListSchema=di;exports.jTvChannelListSchema=rp;exports.jTvChannelLittleSchema=dn;exports.jTvChannelSlideshowListSchema=pi;exports.jUserAutocompleteSchema=Nn;exports.jUserListSchema=Ke;exports.jUserLittleSchema=I;exports.jUserValuesSchema=Ln;exports.jUserViewSchema=Ks;exports.licenseSchema=Nl;exports.mediaLibraryFilesStatsSchema=vy;exports.mediaLibraryFolderStatsSchema=ky;exports.mediaLibraryListSchema=yy;exports.mediaLibraryStatsSchema=by;exports.meetingActionSchema=Io;exports.meetingCreationSchema=Sf;exports.meetingUpdateSchema=yf;exports.metasExternalSchema=mr;exports.metasJamespotSchema=pr;exports.metasSchema=hr;exports.metasYoutubeSchema=ur;exports.meteoLocationSchema=kc;exports.meteoSearchResultSchema=Uh;exports.methodSchema=is;exports.mimetypeToExt=ut;exports.mimetypes=ak;exports.moduleRestrictionMode=av;exports.moveFaqEntrySchema=ty;exports.moveFaqThemeSchema=ay;exports.moveMediaLibraryFileParamsSchema=Cy;exports.msDocumentEntitySchema=cS;exports.msDocumentParamsSchema=_d;exports.msGetDocumentsParamsSchema=kS;exports.msGroupEntitySchema=rS;exports.msSiteEntitySchema=sS;exports.msTenantEntitySchema=oS;exports.msTenantsSchema=Jo;exports.msUnifiedEntitySchema=uS;exports.network=du;exports.networkTypeSchema=nv;exports.newsConceptSchema=Ve;exports.newsflashGetResponseSchema=wg;exports.newsflashItemSchema=Ml;exports.newsflashPropertiesSchema=Pl;exports.newsflashSourceSchema=st;exports.newsflashSourcesSchema=Ol;exports.objectListPropsSchema=Yu;exports.objectTimestamp=Xp;exports.objectWithoutLicenseFilterSchema=bg;exports.officeProviderBaseUrlsSchema=ov;exports.officeSetConfigurationPayloadSchema=iv;exports.officeUserConfigurationSchema=Tp;exports.onlyOfficeFileSchema=Ap;exports.onyOfficeFileInfoSchema=xp;exports.openingTypeAnchorSchema=Vr;exports.openingTypeLinkSchema=Br;exports.openingTypePopupSchema=qr;exports.openingTypeSchema=_r;exports.operatorSchema=os;exports.orderSchema=mt;exports.ordersSchema=Ae;exports.padStartTwoDigits=Qv;exports.pollSurveyStatusSchema=Jc;exports.prepareGroupForUpdate=uk;exports.publicWebinarData=Hg;exports.publicWebinarFullnameRequestSchema=Gg;exports.publicWebinarGetDateRequestSchema=Jg;exports.publicWebinarUrlSchema=zg;exports.questionAnswerSelectResponseParamsSchema=pv;exports.questionAnswerUnselectResponseParamsSchema=uv;exports.quizFieldSchema=Ud;exports.quizResponseSchema=Md;exports.recurrenceRuleSchema=Oo;exports.recurringEventCreationSchema=jf;exports.recurringEventUpdateSchema=Df;exports.removeIfStartsWith=yi;exports.replacePropertiesWithTypes=fn;exports.resetNotificationConfigurationSchema=uh;exports.resolveFileFamily=tu;exports.resolveFileMimetype=rk;exports.resolveFilePath=ok;exports.resolveFileUrl=sk;exports.resolveSurveyUri=Vh;exports.resolveWidgetByName=Nh;exports.resolveWidgetContent=jr;exports.rightsSchema=oe;exports.rssTypeSchema=vr;exports.searchCategoryModelSchema=Fp;exports.searchCategoryValueSchema=_p;exports.searchConfigSchema=hv;exports.searchFacetModelSchema=pn;exports.searchFacetValueModelSchema=jp;exports.searchFacetValuesSchema=Rp;exports.searchLastQuerySchema=Sv;exports.searchQueryFilterModelSchema=Ep;exports.searchQueryOptionSchema=Ip;exports.searchQuerySchema=gv;exports.searchQuerySortModelSchema=Dp;exports.searchResultCatPropsSchema=yv;exports.searchResultPropsAppSchema=Pp;exports.searchResultPropsObjectSchema=Op;exports.searchResultPropsSchema=Mp;exports.shareAccessPropsSchema=kv;exports.shareGeneralAccessRulesSchema=wv;exports.shareOptionObjectSchema=vv;exports.shareOptionSchema=ud;exports.socialActionRateSchema=dd;exports.socialActionReportSchema=pd;exports.socialActionSchema=Dn;exports.socialActionSchema_deprecated=No;exports.socialActionShareSchema=md;exports.socialActionStructSchema_deprecated=ld;exports.socialActionToggleSchema=hd;exports.socialEventActionSchema=Eo;exports.socialEventCreationSchema=uf;exports.socialEventUpdateSchema=mf;exports.spotDiscussionKindSchema=Rd;exports.storeFinalizeSchema=Fg;exports.storeItemSchema=Lg;exports.suffixIfDoesNotExist=zp;exports.surveyDateResponsesSchema=Bd;exports.surveyDateUsersForDateSchema=OS;exports.surveyDateUsersResponseSchema=PS;exports.surveyDateUsersResponsesSchema=Vd;exports.surveyDateUtils=fk;exports.surveyFieldBaseSchema=ee;exports.surveyFieldBinaryDataSchema=ro;exports.surveyFieldBinarySchema=Ic;exports.surveyFieldCheckDataSchema=po;exports.surveyFieldCheckSchema=Mc;exports.surveyFieldFileUploadDataSchema=fo;exports.surveyFieldFileUploadSchema=qc;exports.surveyFieldGridCheckDataSchema=yo;exports.surveyFieldGridCheckSchema=Gc;exports.surveyFieldGridRadioDataSchema=So;exports.surveyFieldGridRadioSchema=Nc;exports.surveyFieldKeysSchema=Dc;exports.surveyFieldOptionCheckSchema=wo;exports.surveyFieldOptionFileUploadSchema=To;exports.surveyFieldOptionGridCheckSchema=xo;exports.surveyFieldOptionGridRadioSchema=Ao;exports.surveyFieldOptionRateSchema=vo;exports.surveyFieldOptionScaleSchema=ko;exports.surveyFieldOptionTextSchema=bo;exports.surveyFieldOptionTextareaSchema=Co;exports.surveyFieldRadioDataSchema=lo;exports.surveyFieldRadioSchema=Oc;exports.surveyFieldRateDataSchema=uo;exports.surveyFieldRateSchema=Uc;exports.surveyFieldScaleDataSchema=mo;exports.surveyFieldScaleSchema=Wc;exports.surveyFieldSelectDataSchema=co;exports.surveyFieldSelectSchema=Pc;exports.surveyFieldTextDataSchema=ho;exports.surveyFieldTextSchema=Bc;exports.surveyFieldTextareaDataSchema=go;exports.surveyFieldTextareaSchema=Vc;exports.surveySectionSchema=_o;exports.textEnhanceResponseSchema=Yw;exports.tinyMCECommonOptionsSchema=Tv;exports.tinyMCEDynamicOptionsSchema=Bp;exports.tinymceExtendedOptionsSchema=xv;exports.toBoolean=Gi;exports.tvChannelCreatePayloadSchema=Uy;exports.tvChannelCreationSchema=My;exports.tvChannelDynamicArticleSchema=lp;exports.tvChannelDynamicCommentSchema=cp;exports.tvChannelSlideshowFileSchema=dp;exports.tvChannelTypeSchema=op;exports.tvGetChannelResponseSchema=Hy;exports.tvGetConfigureDynamicChannelResponse=ui;exports.tvGetConfigureSlideshowChannelResponse=mi;exports.updateCommentParamsSchema=Xh;exports.updateGroupSchema=ih;exports.updateReportStatusParamsSchema=tS;exports.uploadConfigSchema=Wm;exports.userDefaultFieldsTypeSchema=Ne;exports.userDirectoryConfigurationSchema=er;exports.userDownloadSchema=$m;exports.userFieldSchema=_m;exports.userFieldsConfigurationTypeSchema=Am;exports.userFieldsSchema=Lm;exports.userLevelSpotSchema=Hn;exports.userMapModelSchema=Xs;exports.userReadSchema=eg;exports.userResponseStatusSchema=qd;exports.userSpotCategoriesSchema=rh;exports.userValuesSchema=Fm;exports.validateIsFormatFileLittle=qm;exports.validateIsFormatObjectList=Om;exports.validateIsFormatObjectLittle=hm;exports.validateIsFormatRights=vm;exports.validateIsFormatSocialEvent=pf;exports.validateIsFormatUserDirectoryConfiguration=jm;exports.validateIsFormatUserLevelSpot=gh;exports.validateIsFormatUserList=Cm;exports.validateIsFormatUserMapModel=xm;exports.validateIsFormatUserView=Tm;exports.validateTemplateData=lg;exports.valueLabelSchema=me;exports.variantSizeTypeSchema=xr;exports.variantTypeSchema=Ar;exports.videoRecordingSchema=$y;exports.visioConnectStatisticsRoomSchema=pp;exports.visioConnectStatisticsRoomSessionsSchema=Yy;exports.visioConnectStatisticsSchema=Zy;exports.wallFilterSchema=Fv;exports.weDocTemplateSchema=bp;exports.wedocEmptyTypeSchema=Pv;exports.wedocFileAudienceTypeSchema=jv;exports.wedocFolderListSchema=Bv;exports.wedocQueryResultsSchema=Dv;exports.wedocQueryTypeSchema=Iv;exports.wedocTemplateSchema=Ev;exports.widgetAccessibilityContentSchema=yt;exports.widgetAccessibilityTypeSchema=wt;exports.widgetActiveValueSchema=ul;exports.widgetApplicationAppsItemSchema=Ir;exports.widgetApplicationContentSchema=vt;exports.widgetApplicationCssSchema=Wr;exports.widgetApplicationExtensionItemSchema=Mr;exports.widgetApplicationImageItemSchema=Or;exports.widgetApplicationItemSchema=Ur;exports.widgetApplicationLinkItemSchema=Pr;exports.widgetApplicationSizeSchema=Dr;exports.widgetApplicationTypeSchema=kt;exports.widgetApplicationViewSchema=Er;exports.widgetArticleAttachmentContentSchema=bt;exports.widgetArticleAttachmentTypeSchema=Ct;exports.widgetArticleButtonContentSchema=Tt;exports.widgetArticleButtonTypeSchema=xt;exports.widgetArticleCheckListTypeForFrontSchema=sw;exports.widgetArticleGalleryContentSchema=At;exports.widgetArticleGalleryTypeSchema=_t;exports.widgetArticleImageContentSchema=Lt;exports.widgetArticleImageTypeSchema=Ft;exports.widgetArticleSliderContentSchema=Rt;exports.widgetArticleSliderTypeSchema=jt;exports.widgetArticleTextContentSchema=Et;exports.widgetArticleTextTypeSchema=Dt;exports.widgetArticleTitleContentSchema=It;exports.widgetArticleTitleTypeSchema=Pt;exports.widgetAudienceSchema=ml;exports.widgetBaseSchema=St;exports.widgetBirthdayContentSchema=Ot;exports.widgetBirthdayCssSchema=zr;exports.widgetBirthdayTypeSchema=Mt;exports.widgetButtonActionGroupSchema=Xr;exports.widgetButtonActionSchema=ec;exports.widgetButtonActionTypeSchema=Kr;exports.widgetButtonContentSchema=Ut;exports.widgetButtonIconFontSizeSchema=Yr;exports.widgetButtonIconPaddingSchema=Qr;exports.widgetButtonIconPositionSchema=Hr;exports.widgetButtonPositionSchema=$r;exports.widgetButtonPropsSchema=Nr;exports.widgetButtonSizeSchema=Jr;exports.widgetButtonStyleSchema=Zr;exports.widgetButtonTypeSchema=Wt;exports.widgetCalendarCalDavContentSchema=qt;exports.widgetCalendarCalDavTypeSchema=Nt;exports.widgetCalendarContentSchema=Bt;exports.widgetCalendarTypeSchema=Vt;exports.widgetChartsContentSchema=ja;exports.widgetChartsTypeSchema=Ea;exports.widgetCheckListContentArrForFrontSchema=Sp;exports.widgetCheckListContentArrSchema=tc;exports.widgetCheckListContentForFrontSchema=yp;exports.widgetCheckListContentSchema=Gt;exports.widgetCheckListTypeSchema=zt;exports.widgetCheckboxSchema=Fl;exports.widgetColorContentSchema=Jt;exports.widgetColorSchema=il;exports.widgetColorTypeSchema=Ht;exports.widgetContactCardDavContentSchema=$t;exports.widgetContactCardDavTypeSchema=Zt;exports.widgetContactContentSchema=Wa;exports.widgetContactCssSchema=bc;exports.widgetContactTypeSchema=Ba;exports.widgetContentBaseSchema=R;exports.widgetContentKeysSchema=Rc;exports.widgetContextSchema=vp;exports.widgetCountdownContentSchema=Qt;exports.widgetCountdownTypeSchema=Yt;exports.widgetCoverContentSchema=Kt;exports.widgetCoverSlideSchema=Sc;exports.widgetCoverTypeSchema=Xt;exports.widgetDatasourceTableContentSchema=tt;exports.widgetDatasourceTableTypeSchema=ea;exports.widgetDatePickerSchema=dl;exports.widgetDatePickerValueSchema=pl;exports.widgetDateSchema=sl;exports.widgetDateValueSchema=rl;exports.widgetDatetimeSchema=cl;exports.widgetDatetimeValueSchema=ll;exports.widgetDefaultProps=iw;exports.widgetDefinitionPropsSchema=mp;exports.widgetDisplayModeSchema=fp;exports.widgetDocumentsContentSchema=ta;exports.widgetDocumentsTypeSchema=aa;exports.widgetEmailSchema=kl;exports.widgetEmailValueSchema=bl;exports.widgetEmailsImapContentSchema=na;exports.widgetEmailsImapTypeSchema=oa;exports.widgetEmbedContentSchema=ia;exports.widgetEmbedSchema=wl;exports.widgetEmbedTypeSchema=sa;exports.widgetExcelDatasourceTableContentSchema=ra;exports.widgetExcelDatasourceTableTypeSchema=ca;exports.widgetExtensionContentSchema=la;exports.widgetExtensionTypeSchema=da;exports.widgetFaqContentSchema=Na;exports.widgetFaqTypeSchema=Ga;exports.widgetFileSchema=fl;exports.widgetFlocklerContentSchema=Va;exports.widgetFlocklerTypeSchema=qa;exports.widgetIframeVideoSchema=vl;exports.widgetImageContentSchema=Ma;exports.widgetImageSchema=Sl;exports.widgetImageTypeSchema=Ua;exports.widgetKeysSchema=Xn;exports.widgetLayerSchema=gp;exports.widgetLegacyMixedBooleanSchema=ae;exports.widgetLinkSchema=hl;exports.widgetLuccaAbsenceContentSchema=pa;exports.widgetLuccaAbsenceTypeSchema=ua;exports.widgetLuccaAbsenceUserSchema=Fh;exports.widgetMeteoContentSchema=Da;exports.widgetMeteoTypeSchema=Ia;exports.widgetMultiattributeSchema=gl;exports.widgetMyGroupContentSchema=Pa;exports.widgetMyGroupTypeSchema=Oa;exports.widgetNewsContentSchema=ma;exports.widgetNewsTypeSchema=ha;exports.widgetNewsflashContentSchema=ga;exports.widgetNewsflashTypeSchema=fa;exports.widgetNumberSchema=nl;exports.widgetNumberValueSchema=ol;exports.widgetOrientedlinksSchema=Dl;exports.widgetPlaceSchema=xl;exports.widgetPresenceContentSchema=at;exports.widgetPresenceRespondPayloadSchema=uc;exports.widgetPresenceResponseSchema=mc;exports.widgetPresenceTypeSchema=Sa;exports.widgetQuickSurveyContentSchema=ya;exports.widgetQuickSurveyTypeSchema=wa;exports.widgetRadioSchema=Ll;exports.widgetRefUserSchema=Al;exports.widgetRtObjectSchema=wp;exports.widgetSchema=Sg;exports.widgetSelectSchema=yl;exports.widgetSelectionBackgroundPropsSchema=to;exports.widgetSelectionPropsSchema=vh;exports.widgetSeparatorAlignSchema=fc;exports.widgetSeparatorContentSchema=va;exports.widgetSeparatorOrientationSchema=gc;exports.widgetSeparatorTypeSchema=ka;exports.widgetSlideSchema=Gr;exports.widgetSliderContentSchema=ba;exports.widgetSliderTypeSchema=Ca;exports.widgetStatePropsSchema=oo;exports.widgetStylesSchema=On;exports.widgetSurveyContentSchema=za;exports.widgetSurveyTypeSchema=Ja;exports.widgetSyncContentContentSchema=Ta;exports.widgetSyncContentTypeSchema=no;exports.widgetTableColumnDataSchema=ao;exports.widgetTableColumnSchema=_h;exports.widgetTableColumnTypesSchema=dc;exports.widgetTableColumnWidgetDateSchema=cc;exports.widgetTableColumnWidgetDefaultSchema=oc;exports.widgetTableColumnWidgetSelectOptionSchema=sc;exports.widgetTableColumnWidgetSelectSchema=rc;exports.widgetTableColumnWidgetTextSchema=ic;exports.widgetTableColumnWidgetsSchema=lc;exports.widgetTableColumnsData=Ah;exports.widgetTableContentSchema=pc;exports.widgetTaxonomySchema=Rl;exports.widgetTelSchema=jl;exports.widgetTextContentSchema=xa;exports.widgetTextSchema=Xc;exports.widgetTextTypeSchema=Aa;exports.widgetTextValueSchema=el;exports.widgetTextareaSchema=tl;exports.widgetTextareaValueSchema=al;exports.widgetToggleSchema=El;exports.widgetTransientSchema=_l;exports.widgetTypeKeysSchema=qh;exports.widgetUriSchema=Il;exports.widgetUrlSchema=Cl;exports.widgetUrlValueSchema=Tl;exports.widgetUserProfileContentSchema=_a;exports.widgetUserProfileTypeSchema=La;exports.widgetVectorSchema=Lr;exports.widgetWelcomeContentSchema=Fa;exports.widgetWelcomeTypeSchema=Ra;exports.widgetWrapperLevelSchema=Lc;exports.widgetWrapperPropsSchema=le;exports.widgetYoutubeContentSchema=Ha;exports.widgetYoutubeTypeSchema=$a;exports.widgetsRootStateSchema=lw;exports.widgetsStateSchema=kp;exports.widgetsValueSchema=yg;exports.withExtensionsSchema=Vv;exports.zCoerceBoolean=ge;exports.zCoerceOptionalNumber=Y;exports.zObject=s;exports.zPassThrough=qu;exports.zSchema=f;
|