jamespot-user-api 1.3.130 → 1.3.131

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1778) hide show
  1. package/dist/jamespot-user-api.cjs +1 -1
  2. package/dist/jamespot-user-api.js +3454 -3291
  3. package/dist/src/apis/calendar/calendar.d.ts +8 -7
  4. package/dist/src/apis/jamespotUserApi.d.ts +2 -0
  5. package/dist/src/apis/quizz/quizz.d.ts +12 -0
  6. package/dist/src/apis/quizz/quizz.mock.d.ts +3 -0
  7. package/dist/src/apis/widget/widget.mock.d.ts +12 -4
  8. package/dist/src/types/extensions.d.ts +2 -2
  9. package/dist/src/types/quizz.d.ts +22 -6
  10. package/dist/src/types/widgets/common.d.ts +7 -3
  11. package/dist/src/types/widgets/default.d.ts +73 -4
  12. package/dist/src/types/widgets/widgetList.d.ts +34 -0
  13. package/dist/src/types/widgets/widgetQuizz.d.ts +16 -0
  14. package/dist/src/types/widgets/widgetShortcuts.d.ts +10 -0
  15. package/dist/src/types/widgets/widgetTextMedium.d.ts +10 -0
  16. package/dist/src/types/widgets.d.ts +4 -0
  17. package/dist/src/util/widget.d.ts +13 -4
  18. package/documentation/assets/hierarchy.js +1 -1
  19. package/documentation/assets/navigation.js +1 -1
  20. package/documentation/assets/search.js +1 -1
  21. package/documentation/classes/AdminAdvancedApi.html +6 -6
  22. package/documentation/classes/AdminLicenseApi.html +23 -23
  23. package/documentation/classes/AdminLogApi.html +7 -7
  24. package/documentation/classes/AdminStoreApi.html +7 -7
  25. package/documentation/classes/AdminUtilsApi.html +5 -5
  26. package/documentation/classes/JApplicationApi.html +13 -13
  27. package/documentation/classes/JArticleApi.html +22 -22
  28. package/documentation/classes/JAssetReservation.html +10 -10
  29. package/documentation/classes/JAudienceApi.html +6 -6
  30. package/documentation/classes/JBaseApi.html +4 -4
  31. package/documentation/classes/JBbbApi.html +8 -8
  32. package/documentation/classes/JBookmarkApi.html +10 -10
  33. package/documentation/classes/JBusinessNetworkingApi.html +5 -5
  34. package/documentation/classes/JCalendarApi.html +13 -13
  35. package/documentation/classes/JCommunityApi.html +8 -8
  36. package/documentation/classes/JContentFactory.html +9 -9
  37. package/documentation/classes/JContentReportApi.html +8 -8
  38. package/documentation/classes/JDatasourceApi.html +14 -14
  39. package/documentation/classes/JDiapazoneApi.html +7 -7
  40. package/documentation/classes/JDriveApi.html +17 -17
  41. package/documentation/classes/JExternalAppApi.html +8 -8
  42. package/documentation/classes/JExtraBotApi.html +9 -9
  43. package/documentation/classes/JFaqApi.html +26 -26
  44. package/documentation/classes/JFileApi.html +18 -18
  45. package/documentation/classes/JFileIntegrity.html +9 -9
  46. package/documentation/classes/JFilebankApi.html +12 -12
  47. package/documentation/classes/JGlobalApi.html +12 -12
  48. package/documentation/classes/JGroupApi.html +23 -23
  49. package/documentation/classes/JIAApi.html +6 -6
  50. package/documentation/classes/JJamespotApi.html +6 -6
  51. package/documentation/classes/JLandApi.html +9 -9
  52. package/documentation/classes/JLuccaApi.html +6 -6
  53. package/documentation/classes/JModuleApi.html +7 -7
  54. package/documentation/classes/JObjectApi.html +12 -12
  55. package/documentation/classes/JOrgchartsApi.html +9 -9
  56. package/documentation/classes/JPollSurveyApi.html +6 -6
  57. package/documentation/classes/JPublishButtonApi.html +6 -6
  58. package/documentation/classes/JQuestionAnswerApi.html +7 -7
  59. package/documentation/classes/JSearchApi.html +11 -11
  60. package/documentation/classes/JShareApi.html +8 -8
  61. package/documentation/classes/JSurveyDateApi.html +8 -8
  62. package/documentation/classes/JTaxonomyApi.html +10 -10
  63. package/documentation/classes/JTeamWorkAiApi.html +8 -8
  64. package/documentation/classes/JUserApi.html +35 -35
  65. package/documentation/classes/JWedocApi.html +22 -22
  66. package/documentation/classes/JWidgetApi.html +19 -19
  67. package/documentation/classes/JamespotUserApi.html +71 -65
  68. package/documentation/classes/JitsiApi.html +6 -6
  69. package/documentation/classes/Network.html +18 -18
  70. package/documentation/classes/TVDisplayApi.html +8 -8
  71. package/documentation/classes/WindowBrowser.html +4 -4
  72. package/documentation/enums/ApiErrorCode.html +5 -5
  73. package/documentation/enums/BookmarkType.html +3 -3
  74. package/documentation/enums/ContentReportStatus.html +4 -4
  75. package/documentation/enums/Format.html +4 -4
  76. package/documentation/enums/GroupModerateStatus.html +4 -4
  77. package/documentation/enums/GroupPrivacy.html +4 -4
  78. package/documentation/enums/RecurrenceRule.html +8 -8
  79. package/documentation/enums/StudioApplicationStatus.html +5 -5
  80. package/documentation/enums/SurveyFieldName.html +12 -12
  81. package/documentation/enums/WidgetsName.html +72 -48
  82. package/documentation/functions/checkProperties.html +1 -1
  83. package/documentation/functions/combineFormat.html +1 -1
  84. package/documentation/functions/deepEqual.html +1 -1
  85. package/documentation/functions/ensureApplication.html +1 -1
  86. package/documentation/functions/ensureApplicationTabs.html +1 -1
  87. package/documentation/functions/ensureIsCalendarOldEvent.html +1 -1
  88. package/documentation/functions/ensureIsMeetingList.html +1 -1
  89. package/documentation/functions/ensureIsSocialEventList.html +1 -1
  90. package/documentation/functions/ensureIsSurveyData.html +1 -1
  91. package/documentation/functions/ensureIsTemplateFile.html +1 -1
  92. package/documentation/functions/ensureIsViewEvent.html +1 -1
  93. package/documentation/functions/ensureTVGetConfigureDynamicChannelResponse.html +1 -1
  94. package/documentation/functions/ensureTVGetConfigureSlideshowChannelResponse.html +1 -1
  95. package/documentation/functions/ensureWidgetAccessibilityType.html +1 -1
  96. package/documentation/functions/ensureWidgetApplicationType.html +1 -1
  97. package/documentation/functions/ensureWidgetArticleAttachmentType.html +1 -1
  98. package/documentation/functions/ensureWidgetArticleButtonType.html +1 -1
  99. package/documentation/functions/ensureWidgetArticleGalleryType.html +1 -1
  100. package/documentation/functions/ensureWidgetArticleImageType.html +1 -1
  101. package/documentation/functions/ensureWidgetArticleSliderType.html +1 -1
  102. package/documentation/functions/ensureWidgetArticleTextType.html +1 -1
  103. package/documentation/functions/ensureWidgetArticleTitleType.html +1 -1
  104. package/documentation/functions/ensureWidgetBirthdayType.html +1 -1
  105. package/documentation/functions/ensureWidgetButtonType.html +1 -1
  106. package/documentation/functions/ensureWidgetCalendarCalDavType.html +1 -1
  107. package/documentation/functions/ensureWidgetCalendarType.html +1 -1
  108. package/documentation/functions/ensureWidgetChartsType.html +1 -1
  109. package/documentation/functions/ensureWidgetCheckListType.html +1 -1
  110. package/documentation/functions/ensureWidgetColorType.html +1 -1
  111. package/documentation/functions/ensureWidgetContactCardDavType.html +1 -1
  112. package/documentation/functions/ensureWidgetContactType.html +1 -1
  113. package/documentation/functions/ensureWidgetContent.html +1 -1
  114. package/documentation/functions/ensureWidgetCountdownType.html +1 -1
  115. package/documentation/functions/ensureWidgetCoverType.html +1 -1
  116. package/documentation/functions/ensureWidgetDatasourceTableType.html +1 -1
  117. package/documentation/functions/ensureWidgetDefinitionProps.html +1 -1
  118. package/documentation/functions/ensureWidgetDocumentsType.html +1 -1
  119. package/documentation/functions/ensureWidgetEmailsImapType.html +1 -1
  120. package/documentation/functions/ensureWidgetEmbedType.html +1 -1
  121. package/documentation/functions/ensureWidgetExcelDatasourceTableType.html +1 -1
  122. package/documentation/functions/ensureWidgetExtensionType.html +1 -1
  123. package/documentation/functions/ensureWidgetFaqType.html +1 -1
  124. package/documentation/functions/ensureWidgetFileType.html +1 -1
  125. package/documentation/functions/ensureWidgetFlocklerType.html +1 -1
  126. package/documentation/functions/ensureWidgetImageType.html +1 -1
  127. package/documentation/functions/ensureWidgetListType.html +42 -0
  128. package/documentation/functions/ensureWidgetLuccaAbsenceType.html +1 -1
  129. package/documentation/functions/ensureWidgetMediumType.html +42 -0
  130. package/documentation/functions/ensureWidgetMeteoType.html +1 -1
  131. package/documentation/functions/ensureWidgetMyGroupType.html +1 -1
  132. package/documentation/functions/ensureWidgetNewsType.html +1 -1
  133. package/documentation/functions/ensureWidgetNewsflashType.html +1 -1
  134. package/documentation/functions/ensureWidgetObjectHasMinimumProperties.html +1 -1
  135. package/documentation/functions/ensureWidgetPresenceContent.html +1 -1
  136. package/documentation/functions/ensureWidgetPresenceResponse.html +1 -1
  137. package/documentation/functions/ensureWidgetPresenceResponsePayload.html +1 -1
  138. package/documentation/functions/ensureWidgetPresenceType.html +1 -1
  139. package/documentation/functions/ensureWidgetQuickSurveyType.html +1 -1
  140. package/documentation/functions/ensureWidgetQuizzType.html +42 -0
  141. package/documentation/functions/ensureWidgetSeparatorType.html +1 -1
  142. package/documentation/functions/ensureWidgetShortcutsType.html +42 -0
  143. package/documentation/functions/ensureWidgetSliderType.html +1 -1
  144. package/documentation/functions/ensureWidgetSurveyType.html +1 -1
  145. package/documentation/functions/ensureWidgetTextMediumType.html +42 -0
  146. package/documentation/functions/ensureWidgetTextType.html +1 -1
  147. package/documentation/functions/ensureWidgetType.html +1 -1
  148. package/documentation/functions/ensureWidgetUserProfileType.html +1 -1
  149. package/documentation/functions/ensureWidgetWelcomeType.html +1 -1
  150. package/documentation/functions/ensureWidgetWrapperProps.html +1 -1
  151. package/documentation/functions/ensureWidgetYoutubeType.html +1 -1
  152. package/documentation/functions/extractFlattenTaxonomiesFromObject.html +1 -1
  153. package/documentation/functions/extractTaxonomiesFromObject.html +1 -1
  154. package/documentation/functions/extractTaxonomiesFromObjectAndMapProperty.html +1 -1
  155. package/documentation/functions/extractTaxonomiesFromObjectAndMapUri.html +1 -1
  156. package/documentation/functions/formatImgUrl.html +1 -1
  157. package/documentation/functions/getArgs.html +1 -1
  158. package/documentation/functions/getExtensionFromName.html +1 -1
  159. package/documentation/functions/getFileExtensionFromMimetype.html +1 -1
  160. package/documentation/functions/getFileFamily.html +1 -1
  161. package/documentation/functions/getFileFamilyFromName.html +1 -1
  162. package/documentation/functions/getFormat.html +1 -1
  163. package/documentation/functions/getFrom.html +1 -1
  164. package/documentation/functions/getMimetypeFromExtension.html +1 -1
  165. package/documentation/functions/getMimetypeFromName.html +1 -1
  166. package/documentation/functions/getSize.html +1 -1
  167. package/documentation/functions/getTimestamp.html +1 -1
  168. package/documentation/functions/getUri.html +1 -1
  169. package/documentation/functions/getUrl.html +1 -1
  170. package/documentation/functions/inferBookmarkListSchema.html +1 -1
  171. package/documentation/functions/inferBookmarkRawListSchema.html +1 -1
  172. package/documentation/functions/inferMaybeWithToken.html +1 -1
  173. package/documentation/functions/inferSearchQueryResultSchema.html +1 -1
  174. package/documentation/functions/inferUserLicenseSchema.html +1 -1
  175. package/documentation/functions/isKnownArticle.html +1 -1
  176. package/documentation/functions/isKnownComment.html +1 -1
  177. package/documentation/functions/isSocialActionRate.html +1 -1
  178. package/documentation/functions/isSocialActionReport.html +1 -1
  179. package/documentation/functions/isSocialActionShare.html +1 -1
  180. package/documentation/functions/isSocialActionToggle.html +1 -1
  181. package/documentation/functions/isWidgetApplicationAppsItem.html +1 -1
  182. package/documentation/functions/isWidgetApplicationExtensionItem.html +1 -1
  183. package/documentation/functions/isWidgetApplicationImageItem.html +1 -1
  184. package/documentation/functions/isWidgetApplicationLinkItem.html +1 -1
  185. package/documentation/functions/objectTimestamp.html +1 -1
  186. package/documentation/functions/padStartTwoDigits.html +1 -1
  187. package/documentation/functions/prepareGroupForUpdate.html +1 -1
  188. package/documentation/functions/removeIfStartsWith.html +1 -1
  189. package/documentation/functions/replacePropertiesWithTypes.html +1 -1
  190. package/documentation/functions/resolveFileFamily.html +1 -1
  191. package/documentation/functions/resolveFileMimetype.html +1 -1
  192. package/documentation/functions/resolveFilePath.html +1 -1
  193. package/documentation/functions/resolveFileUrl.html +1 -1
  194. package/documentation/functions/resolveSurveyUri.html +1 -1
  195. package/documentation/functions/resolveWidgetByName.html +1 -1
  196. package/documentation/functions/resolveWidgetContent.html +1 -1
  197. package/documentation/functions/suffixIfDoesNotExist.html +1 -1
  198. package/documentation/functions/toBoolean.html +1 -1
  199. package/documentation/functions/validateIsFormatFileLittle.html +1 -1
  200. package/documentation/functions/validateIsFormatObjectList.html +1 -1
  201. package/documentation/functions/validateIsFormatObjectLittle.html +1 -1
  202. package/documentation/functions/validateIsFormatRights.html +1 -1
  203. package/documentation/functions/validateIsFormatSocialEvent.html +1 -1
  204. package/documentation/functions/validateIsFormatUserDirectoryConfiguration.html +1 -1
  205. package/documentation/functions/validateIsFormatUserLevelSpot.html +1 -1
  206. package/documentation/functions/validateIsFormatUserList.html +1 -1
  207. package/documentation/functions/validateIsFormatUserMapModel.html +1 -1
  208. package/documentation/functions/validateIsFormatUserView.html +1 -1
  209. package/documentation/functions/validateTemplateData.html +1 -1
  210. package/documentation/functions/withExtensionsSchema.html +1 -1
  211. package/documentation/functions/zCoerceBoolean.html +1 -1
  212. package/documentation/functions/zCoerceOptionalNumber.html +1 -1
  213. package/documentation/functions/zCoerceOptionalString.html +1 -1
  214. package/documentation/functions/zObject.html +1 -1
  215. package/documentation/functions/zPassThrough.html +1 -1
  216. package/documentation/functions/zSchema.html +1 -1
  217. package/documentation/hierarchy.html +39 -39
  218. package/documentation/interfaces/AccessRightObject.html +20 -20
  219. package/documentation/interfaces/ApiDefaultWrapper.html +7 -7
  220. package/documentation/interfaces/ApiError.html +2 -2
  221. package/documentation/interfaces/ApiWrapper.html +8 -8
  222. package/documentation/interfaces/BaseMessage.html +3 -3
  223. package/documentation/interfaces/FileBankProps.html +4 -4
  224. package/documentation/interfaces/FolderProps.html +13 -13
  225. package/documentation/interfaces/ListFilterSpec.html +5 -5
  226. package/documentation/interfaces/OF.html +3 -3
  227. package/documentation/interfaces/PagingResults.html +7 -7
  228. package/documentation/interfaces/RootFolderProps.html +7 -7
  229. package/documentation/interfaces/SpotProps.html +7 -7
  230. package/documentation/interfaces/TaxonomyCreate.html +5 -5
  231. package/documentation/interfaces/WidgetType.html +4 -4
  232. package/documentation/interfaces/WindowInterface.html +4 -4
  233. package/documentation/interfaces/apiOptions.html +2 -2
  234. package/documentation/modules.html +6 -6
  235. package/documentation/types/AbortApiError.html +1 -1
  236. package/documentation/types/AccessRequestStatusValues.html +1 -1
  237. package/documentation/types/ActionParams.html +4 -4
  238. package/documentation/types/ActionUpdateParamsSchema.html +1 -1
  239. package/documentation/types/ActionVerb.html +1 -1
  240. package/documentation/types/Activities.html +3 -3
  241. package/documentation/types/AddActionParams.html +1 -1
  242. package/documentation/types/AddCommentParams.html +8 -8
  243. package/documentation/types/AddFaqEntry.html +1 -1
  244. package/documentation/types/AdminAdvancedHook.html +1 -1
  245. package/documentation/types/AdminApp.html +9 -9
  246. package/documentation/types/AdminAppTab.html +8 -8
  247. package/documentation/types/AdminApps.html +1 -1
  248. package/documentation/types/AdminLicenseStats.html +4 -4
  249. package/documentation/types/AdminLicensesAssigned.html +9 -9
  250. package/documentation/types/AdminLicensesNotAssigned.html +1 -1
  251. package/documentation/types/AdminLogNavigation.html +9 -9
  252. package/documentation/types/AdminLogObject.html +9 -9
  253. package/documentation/types/AdminLogSearch.html +4 -4
  254. package/documentation/types/AllKeys.html +1 -1
  255. package/documentation/types/AllMessages.html +9 -9
  256. package/documentation/types/AnimatedMeetingHook.html +1 -1
  257. package/documentation/types/AnimationConfigurationType.html +7 -7
  258. package/documentation/types/AnimationStats.html +1 -1
  259. package/documentation/types/AnimationStatsRow.html +3 -3
  260. package/documentation/types/AnimationVariant.html +1 -1
  261. package/documentation/types/AnimationsHook.html +1 -1
  262. package/documentation/types/AnyRTHandlerFunction.html +1 -1
  263. package/documentation/types/AnyRTMessage.html +1 -1
  264. package/documentation/types/ApiPagingResults.html +1 -1
  265. package/documentation/types/ApiReturn.html +1 -1
  266. package/documentation/types/ApplicationDefault.html +1 -1
  267. package/documentation/types/ApplicationIframe.html +1 -1
  268. package/documentation/types/ApplicationIntranetHook.html +1 -1
  269. package/documentation/types/ApplicationLink.html +1 -1
  270. package/documentation/types/ApplicationTab.html +4 -4
  271. package/documentation/types/ApplicationType.html +1 -1
  272. package/documentation/types/ApplicationWithTabs.html +1 -1
  273. package/documentation/types/ArticleCreation.html +6 -6
  274. package/documentation/types/ArticleDisplayMode.html +1 -1
  275. package/documentation/types/ArticleFormatsExtension.html +1 -1
  276. package/documentation/types/ArticleGetConfig.html +3 -3
  277. package/documentation/types/ArticleListConfig.html +8 -8
  278. package/documentation/types/ArticleReturn.html +1 -1
  279. package/documentation/types/ArticleSaveAsDraftPayload.html +7 -7
  280. package/documentation/types/ArticleTranslationGet.html +3 -3
  281. package/documentation/types/ArticleTranslationLanguage.html +3 -3
  282. package/documentation/types/ArticleTranslationTranslate.html +9 -9
  283. package/documentation/types/ArticleWithExtensions.html +1 -1
  284. package/documentation/types/Articles.html +1 -1
  285. package/documentation/types/ArticlesList.html +1 -1
  286. package/documentation/types/ArticlesListExtensions.html +1 -1
  287. package/documentation/types/ArticlesLittle.html +1 -1
  288. package/documentation/types/ArticlesLittleExtensions.html +1 -1
  289. package/documentation/types/ArticlesView.html +1 -1
  290. package/documentation/types/ArticlesViewExtensions.html +1 -1
  291. package/documentation/types/AseiGroups.html +4 -4
  292. package/documentation/types/AseiInstitution.html +1 -1
  293. package/documentation/types/AseiRights.html +3 -3
  294. package/documentation/types/AseiTicket.html +1 -1
  295. package/documentation/types/AseiTicketStatus.html +1 -1
  296. package/documentation/types/AssetReservationConfiguration.html +8 -8
  297. package/documentation/types/AsyncJobState.html +1 -1
  298. package/documentation/types/AsyncJobStatus.html +7 -7
  299. package/documentation/types/Audience.html +1 -1
  300. package/documentation/types/AudienceAutocomplete.html +1 -1
  301. package/documentation/types/AutoCompleteList.html +11 -11
  302. package/documentation/types/AutocompleteHierarchy.html +10 -10
  303. package/documentation/types/AutocompleteLittle.html +1 -1
  304. package/documentation/types/BaseArticle.html +7 -7
  305. package/documentation/types/BaseAutocomplete.html +12 -12
  306. package/documentation/types/BaseMessages.html +1 -1
  307. package/documentation/types/BaseMessagesOne.html +1 -1
  308. package/documentation/types/BigBlueButtonHook.html +1 -1
  309. package/documentation/types/BookableAssetList.html +1 -1
  310. package/documentation/types/BookableAssetView.html +1 -1
  311. package/documentation/types/BookmarkCustom.html +1 -1
  312. package/documentation/types/BookmarkLink.html +4 -4
  313. package/documentation/types/BookmarkList.html +1 -1
  314. package/documentation/types/BookmarkRawList.html +1 -1
  315. package/documentation/types/BookmarkTypes.html +1 -1
  316. package/documentation/types/BusinessContact.html +14 -14
  317. package/documentation/types/CSSBackgroundPosition.html +1 -1
  318. package/documentation/types/CSSBackgroundSize.html +1 -1
  319. package/documentation/types/CSSTextAlignType.html +1 -1
  320. package/documentation/types/CalendarCombinedEventsList.html +1 -1
  321. package/documentation/types/CalendarEventList.html +1 -1
  322. package/documentation/types/CalendarEventView.html +1 -1
  323. package/documentation/types/CalendarEventWithExtensions.html +1 -1
  324. package/documentation/types/CalendarEventsExtension.html +1 -1
  325. package/documentation/types/CalendarHook.html +1 -1
  326. package/documentation/types/CalendarListEventsParamsProps.html +79 -0
  327. package/documentation/types/CalendarMember.html +4 -4
  328. package/documentation/types/CalendarOldEvent.html +1 -1
  329. package/documentation/types/CalendarTab.html +1 -1
  330. package/documentation/types/Category.html +4 -4
  331. package/documentation/types/ChartType.html +1 -1
  332. package/documentation/types/ChartsPieDatum.html +4 -4
  333. package/documentation/types/ChartsSerie.html +4 -4
  334. package/documentation/types/CombinedSurveyField.html +1 -1
  335. package/documentation/types/CombinedSurveyFieldType.html +1 -1
  336. package/documentation/types/CombinedWidgetContent.html +2 -2
  337. package/documentation/types/CombinedWidgetType.html +2 -2
  338. package/documentation/types/CommentFormatsExtension.html +1 -1
  339. package/documentation/types/CommentReturn.html +1 -1
  340. package/documentation/types/CommentWithExtensions.html +1 -1
  341. package/documentation/types/Comments.html +1 -1
  342. package/documentation/types/CommentsList.html +1 -1
  343. package/documentation/types/CommentsListExtensions.html +1 -1
  344. package/documentation/types/CommentsLittle.html +1 -1
  345. package/documentation/types/CommentsLittleExtensions.html +1 -1
  346. package/documentation/types/CommentsPreview.html +3 -3
  347. package/documentation/types/CommentsView.html +1 -1
  348. package/documentation/types/CommentsViewExtensions.html +1 -1
  349. package/documentation/types/Community.html +1 -1
  350. package/documentation/types/CommunityAutocomplete.html +1 -1
  351. package/documentation/types/Configuration.html +1 -1
  352. package/documentation/types/ContactEntry.html +1 -1
  353. package/documentation/types/ContactShowFields.html +1 -1
  354. package/documentation/types/ContentFactoryDefaultData.html +1 -1
  355. package/documentation/types/ContentFactoryHook.html +1 -1
  356. package/documentation/types/ContentFactorySurveyData.html +12 -12
  357. package/documentation/types/ContentFactoryTemplateFile.html +4 -4
  358. package/documentation/types/ContentReportList.html +1 -1
  359. package/documentation/types/CreateFaqCategory.html +1 -1
  360. package/documentation/types/CreateFaqEntry.html +1 -1
  361. package/documentation/types/CreateFaqTheme.html +1 -1
  362. package/documentation/types/CreateGroup.html +10 -10
  363. package/documentation/types/CreateReportParams.html +1 -1
  364. package/documentation/types/CreateRoomPayload.html +1 -1
  365. package/documentation/types/CustomActionObject.html +5 -5
  366. package/documentation/types/DatasourceArticleLittle.html +1 -1
  367. package/documentation/types/DatasourceDataTypeUrl.html +3 -3
  368. package/documentation/types/DatasourceModel.html +1 -1
  369. package/documentation/types/DatasourceResult.html +8 -8
  370. package/documentation/types/DatasourceResultSort.html +3 -3
  371. package/documentation/types/DatasourceResultSortOrder.html +1 -1
  372. package/documentation/types/DatasourceStudioLittle.html +7 -7
  373. package/documentation/types/DatasourceType.html +1 -1
  374. package/documentation/types/DateFormat.html +1 -1
  375. package/documentation/types/DavAddressBookContact.html +1 -1
  376. package/documentation/types/DavCalendarEvent.html +1 -1
  377. package/documentation/types/DeleteFaqTheme.html +1 -1
  378. package/documentation/types/DiapazoneExtraFields.html +1 -1
  379. package/documentation/types/DigitalDeskStatistics.html +4 -4
  380. package/documentation/types/DigitalWorkplaceHookSchema.html +1 -1
  381. package/documentation/types/DiscussionProperties.html +1 -1
  382. package/documentation/types/DiscussionProperty.html +3 -3
  383. package/documentation/types/DraftSerializedForm.html +1 -1
  384. package/documentation/types/Drive.html +1 -1
  385. package/documentation/types/DriveAccount.html +5 -5
  386. package/documentation/types/DriveGetAccount.html +2 -2
  387. package/documentation/types/DriveGetAccountParams.html +3 -3
  388. package/documentation/types/DriveGetDocumentParams.html +4 -4
  389. package/documentation/types/DriveGetGroupsParams.html +4 -4
  390. package/documentation/types/DriveGetTenantsParams.html +3 -3
  391. package/documentation/types/DriveHook.html +1 -1
  392. package/documentation/types/DriveItemType.html +6 -6
  393. package/documentation/types/DriveLogoutParams.html +3 -3
  394. package/documentation/types/DriveSetDefaultAccountParams.html +3 -3
  395. package/documentation/types/DriveTmpFile.html +7 -7
  396. package/documentation/types/DropboxDocumentEntity.html +1 -1
  397. package/documentation/types/DropboxDocumentParams.html +3 -3
  398. package/documentation/types/DropboxGetDocumentsParams.html +3 -3
  399. package/documentation/types/EditFaqCategory.html +1 -1
  400. package/documentation/types/EditFaqEntry.html +1 -1
  401. package/documentation/types/EditFaqTheme.html +1 -1
  402. package/documentation/types/EventMode.html +1 -1
  403. package/documentation/types/EventStatusFilter.html +1 -1
  404. package/documentation/types/ExclusifyUnion.html +1 -1
  405. package/documentation/types/ExtendedFaqCategory.html +1 -1
  406. package/documentation/types/ExternalAppHookSchema.html +1 -1
  407. package/documentation/types/ExternalAppType.html +13 -13
  408. package/documentation/types/ExtraBotHook.html +1 -1
  409. package/documentation/types/FAQHook.html +1 -1
  410. package/documentation/types/FacetMode.html +1 -1
  411. package/documentation/types/FaqAccess.html +1 -1
  412. package/documentation/types/FaqContentItem.html +1 -1
  413. package/documentation/types/FaqHookProperties.html +1 -1
  414. package/documentation/types/FaqItemExtra.html +3 -3
  415. package/documentation/types/FaqItemList.html +1 -1
  416. package/documentation/types/FaqItemView.html +1 -1
  417. package/documentation/types/FaqList.html +1 -1
  418. package/documentation/types/FaqTaxonomy.html +1 -1
  419. package/documentation/types/FaqView.html +1 -1
  420. package/documentation/types/FaqWidgetCategory.html +3 -3
  421. package/documentation/types/FaqWidgetCategoryItem.html +10 -10
  422. package/documentation/types/FaqWidgetItem.html +14 -14
  423. package/documentation/types/FaqWidgetItemUriCategory.html +7 -7
  424. package/documentation/types/FetchResponseType.html +2 -2
  425. package/documentation/types/FetchReturnType.html +1 -1
  426. package/documentation/types/FieldConfiguration.html +7 -7
  427. package/documentation/types/FileBankHook.html +1 -1
  428. package/documentation/types/FileCopyParams.html +4 -4
  429. package/documentation/types/FileCropConfig.html +7 -7
  430. package/documentation/types/FileFormatsExtension.html +1 -1
  431. package/documentation/types/FileIntegrityHook.html +1 -1
  432. package/documentation/types/FileMainType.html +1 -1
  433. package/documentation/types/FileReturn.html +1 -1
  434. package/documentation/types/FileSyncAdminSpot.html +1 -1
  435. package/documentation/types/FileSyncAdminSpotsProps.html +1 -1
  436. package/documentation/types/FileSyncFileBank.html +1 -1
  437. package/documentation/types/FileSyncUserQuota.html +1 -1
  438. package/documentation/types/FileWithExtensions.html +1 -1
  439. package/documentation/types/FilebankGetParentsParams.html +2 -2
  440. package/documentation/types/FilebankGetPathParams.html +3 -3
  441. package/documentation/types/FilebankPath.html +1 -1
  442. package/documentation/types/FilebankSearchContentParams.html +5 -5
  443. package/documentation/types/Filter.html +8 -8
  444. package/documentation/types/FilterValue.html +1 -1
  445. package/documentation/types/Filters.html +1 -1
  446. package/documentation/types/FlocklerHook.html +1 -1
  447. package/documentation/types/FolderShare.html +6 -6
  448. package/documentation/types/FolderShareConflict.html +4 -4
  449. package/documentation/types/FolderShareImpact.html +5 -5
  450. package/documentation/types/FolderShareLevel.html +1 -1
  451. package/documentation/types/FolderShareRecipientType.html +1 -1
  452. package/documentation/types/FormatArticles.html +1 -1
  453. package/documentation/types/FormatArticlesType.html +1 -1
  454. package/documentation/types/FormatComments.html +1 -1
  455. package/documentation/types/FormatCommentsType.html +1 -1
  456. package/documentation/types/FormatExtension.html +1 -1
  457. package/documentation/types/FormatLinks.html +1 -1
  458. package/documentation/types/FormatLinksType.html +1 -1
  459. package/documentation/types/FormatList.html +1 -1
  460. package/documentation/types/FormatType.html +1 -1
  461. package/documentation/types/Formats.html +7 -7
  462. package/documentation/types/GetCommentsParams.html +4 -4
  463. package/documentation/types/GetLicenseArticle.html +3 -3
  464. package/documentation/types/GetLicenseArticlesParams.html +7 -7
  465. package/documentation/types/GetLicenseKindUsersParams.html +6 -6
  466. package/documentation/types/GetPublicWebinarDataRequest.html +1 -1
  467. package/documentation/types/GetReportsParams.html +1 -1
  468. package/documentation/types/GetUnclassifiedFilesParams.html +1 -1
  469. package/documentation/types/Gif.html +3 -3
  470. package/documentation/types/GroupCategoriesConfiguration.html +2 -2
  471. package/documentation/types/GroupCustomWidget.html +8 -8
  472. package/documentation/types/GroupFormatsExtension.html +1 -1
  473. package/documentation/types/GroupListConfig.html +9 -9
  474. package/documentation/types/GroupMemberLevel.html +3 -3
  475. package/documentation/types/GroupProperties.html +27 -27
  476. package/documentation/types/GroupPropertiesOptions.html +13 -13
  477. package/documentation/types/GroupUserLevel.html +1 -1
  478. package/documentation/types/GroupWidget.html +7 -7
  479. package/documentation/types/GroupWidgetLittle.html +4 -4
  480. package/documentation/types/GroupWidgets.html +1 -1
  481. package/documentation/types/GroupWithExtensions.html +1 -1
  482. package/documentation/types/HeadingType.html +1 -1
  483. package/documentation/types/HookListType.html +1 -1
  484. package/documentation/types/ImageFormValue.html +5 -5
  485. package/documentation/types/ImageSize.html +3 -3
  486. package/documentation/types/ImapInboxMail.html +1 -1
  487. package/documentation/types/ImgUrlProps.html +1 -1
  488. package/documentation/types/InferSchemas.html +1 -1
  489. package/documentation/types/InheritedShare.html +8 -8
  490. package/documentation/types/JIACapabilities.html +1 -1
  491. package/documentation/types/JLandLog.html +8 -8
  492. package/documentation/types/JLandMapCreation.html +1 -1
  493. package/documentation/types/JLandMapFlavor.html +1 -1
  494. package/documentation/types/JLandMapKind.html +1 -1
  495. package/documentation/types/JLandMapList.html +1 -1
  496. package/documentation/types/JLandMapLittle.html +1 -1
  497. package/documentation/types/JLandMapView.html +1 -1
  498. package/documentation/types/JLandStat.html +3 -3
  499. package/documentation/types/JitsiHook.html +1 -1
  500. package/documentation/types/Join.html +1 -1
  501. package/documentation/types/Languages.html +1 -1
  502. package/documentation/types/License.html +9 -9
  503. package/documentation/types/LicenseHookListType.html +1 -1
  504. package/documentation/types/LicenseUserPriceUpdateSimulation.html +7 -7
  505. package/documentation/types/LinkConfigurationParams.html +3 -3
  506. package/documentation/types/LinkReturn.html +1 -1
  507. package/documentation/types/Links.html +1 -1
  508. package/documentation/types/ListOrder.html +3 -3
  509. package/documentation/types/ListQueryParameters.html +5 -5
  510. package/documentation/types/LuccaAbsenceHook.html +1 -1
  511. package/documentation/types/MSDocumentEntity.html +1 -1
  512. package/documentation/types/MSDocumentParams.html +7 -7
  513. package/documentation/types/MSGetDocumentsParams.html +3 -3
  514. package/documentation/types/MSGroupEntity.html +1 -1
  515. package/documentation/types/MSSiteEntity.html +1 -1
  516. package/documentation/types/MSTenantEntity.html +1 -1
  517. package/documentation/types/MSTenants.html +1 -1
  518. package/documentation/types/MSUnifiedEntity.html +1 -1
  519. package/documentation/types/MagicPadHook.html +1 -1
  520. package/documentation/types/MagicWandHook.html +1 -1
  521. package/documentation/types/MaybeWithAudience.html +2 -2
  522. package/documentation/types/MaybeWithParent.html +2 -2
  523. package/documentation/types/MaybeWithToken.html +1 -1
  524. package/documentation/types/MediaLibraryFileList.html +1 -1
  525. package/documentation/types/MediaLibraryFileLittle.html +1 -1
  526. package/documentation/types/MediaLibraryFilesStats.html +1 -1
  527. package/documentation/types/MediaLibraryFolderList.html +1 -1
  528. package/documentation/types/MediaLibraryFolderLittle.html +1 -1
  529. package/documentation/types/MediaLibraryFolderStats.html +1 -1
  530. package/documentation/types/MediaLibraryHook.html +1 -1
  531. package/documentation/types/MediaLibraryList.html +1 -1
  532. package/documentation/types/MediaLibraryStats.html +1 -1
  533. package/documentation/types/MeetingCreation.html +1 -1
  534. package/documentation/types/MeetingUpdate.html +1 -1
  535. package/documentation/types/Merge.html +1 -1
  536. package/documentation/types/MessengerDiscussions.html +1 -1
  537. package/documentation/types/MessengerHook.html +1 -1
  538. package/documentation/types/MessengerMessageRead.html +3 -3
  539. package/documentation/types/Metas.html +1 -1
  540. package/documentation/types/MetasExternal.html +15 -15
  541. package/documentation/types/MetasJamespot.html +4 -4
  542. package/documentation/types/MetasYoutube.html +9 -9
  543. package/documentation/types/MeteoLocation.html +3 -3
  544. package/documentation/types/MeteoSearchResult.html +1 -1
  545. package/documentation/types/Methods.html +1 -1
  546. package/documentation/types/MimetypesType.html +1 -1
  547. package/documentation/types/Model.html +8 -8
  548. package/documentation/types/ModuleConfiguration.html +7 -7
  549. package/documentation/types/ModuleConfigurationAction.html +5 -5
  550. package/documentation/types/ModuleConfigurationActionConfirmation.html +3 -3
  551. package/documentation/types/ModuleConfigurationActionType.html +1 -1
  552. package/documentation/types/ModuleConfigurationActions.html +1 -1
  553. package/documentation/types/ModuleConfigurationFields.html +1 -1
  554. package/documentation/types/ModuleRestrictionModeValues.html +1 -1
  555. package/documentation/types/MoveFaqEntry.html +1 -1
  556. package/documentation/types/MoveFaqTheme.html +1 -1
  557. package/documentation/types/MoveMediaLibraryFileParams.html +1 -1
  558. package/documentation/types/Namespaces.html +9 -9
  559. package/documentation/types/NetworkType.html +1 -1
  560. package/documentation/types/NewsArticleDisplayMode.html +1 -1
  561. package/documentation/types/NewsConcept.html +4 -4
  562. package/documentation/types/NewsHighlightOption.html +1 -1
  563. package/documentation/types/NewsOrder.html +1 -1
  564. package/documentation/types/NewsOrientation.html +1 -1
  565. package/documentation/types/NewsView.html +1 -1
  566. package/documentation/types/NewsflashGetResponse.html +3 -3
  567. package/documentation/types/NewsflashItem.html +11 -11
  568. package/documentation/types/NewsflashProperties.html +3 -3
  569. package/documentation/types/NewsflashSource.html +2 -2
  570. package/documentation/types/NewsflashSources.html +5 -5
  571. package/documentation/types/NewsflashView.html +1 -1
  572. package/documentation/types/NumberFormat.html +1 -1
  573. package/documentation/types/ObjectListProps.html +9 -9
  574. package/documentation/types/ObjectWithoutLicenseFilter.html +4 -4
  575. package/documentation/types/OfficeHook.html +1 -1
  576. package/documentation/types/OfficeProvider.html +1 -1
  577. package/documentation/types/OfficeProviderBaseUrls.html +1 -1
  578. package/documentation/types/OfficeSetConfigurationPayload.html +1 -1
  579. package/documentation/types/OfficeUserConfiguration.html +1 -1
  580. package/documentation/types/OnlyOfficeFile.html +1 -1
  581. package/documentation/types/OnlyOfficeFileInfo.html +6 -6
  582. package/documentation/types/OpeningType.html +1 -1
  583. package/documentation/types/OpeningTypeAnchor.html +2 -2
  584. package/documentation/types/OpeningTypeLink.html +3 -3
  585. package/documentation/types/OpeningTypePopup.html +3 -3
  586. package/documentation/types/Operators.html +1 -1
  587. package/documentation/types/Order.html +3 -3
  588. package/documentation/types/Orders.html +1 -1
  589. package/documentation/types/OrgChartConfiguration.html +1 -1
  590. package/documentation/types/OrgChartCreateForm.html +5 -5
  591. package/documentation/types/OrgChartLink.html +1 -1
  592. package/documentation/types/OrgChartUpdateMetasForm.html +1 -1
  593. package/documentation/types/Override.html +1 -1
  594. package/documentation/types/PartialUndefined.html +1 -1
  595. package/documentation/types/PollSurveyListParams.html +5 -5
  596. package/documentation/types/PollSurveyListResult.html +3 -3
  597. package/documentation/types/PollSurveyState.html +1 -1
  598. package/documentation/types/PollSurveyStatus.html +4 -4
  599. package/documentation/types/PreviewComment.html +1 -1
  600. package/documentation/types/PromiseApiPagingResults.html +1 -1
  601. package/documentation/types/PromiseApiWrapper.html +1 -1
  602. package/documentation/types/PublicWebinarData.html +1 -1
  603. package/documentation/types/PublicWebinarFullnameRequest.html +1 -1
  604. package/documentation/types/PublicWebinarUrl.html +1 -1
  605. package/documentation/types/PublishButtonConfiguration.html +7 -7
  606. package/documentation/types/PublishButtonConfigurationCustomSection.html +3 -3
  607. package/documentation/types/PublishButtonSections.html +1 -1
  608. package/documentation/types/QuestionAnswerSelectResponseParams.html +1 -1
  609. package/documentation/types/QuestionAnswerUnselectResponseParams.html +1 -1
  610. package/documentation/types/QuizFieldType.html +5 -5
  611. package/documentation/types/QuizResponse.html +3 -55
  612. package/documentation/types/QuizResponseDone.html +33 -0
  613. package/documentation/types/QuizResponsePending.html +33 -0
  614. package/documentation/types/QuizResponseRecord.html +33 -0
  615. package/documentation/types/RTMessage.html +3 -3
  616. package/documentation/types/RTMessageHandler.html +4 -4
  617. package/documentation/types/RTMessageObject.html +1 -1
  618. package/documentation/types/RTMessageTeamWorkDaySummaryUpdate.html +1 -1
  619. package/documentation/types/RTMessageTeamWorkTodoUpdate.html +1 -1
  620. package/documentation/types/RTMessageWsPresence.html +1 -1
  621. package/documentation/types/RTReceivedMessage.html +1 -1
  622. package/documentation/types/RTSurveyDateSubmit.html +1 -1
  623. package/documentation/types/Readable.html +1 -1
  624. package/documentation/types/RecurringEventCreation.html +21 -21
  625. package/documentation/types/RecurringEventUpdate.html +1 -1
  626. package/documentation/types/ReservationList.html +1 -1
  627. package/documentation/types/ResetNotificationConfiguration.html +6 -6
  628. package/documentation/types/Rights.html +13 -13
  629. package/documentation/types/RssType.html +7 -7
  630. package/documentation/types/SearchAdminConfig.html +1 -1
  631. package/documentation/types/SearchCategoryModel.html +10 -10
  632. package/documentation/types/SearchCategoryValue.html +3 -3
  633. package/documentation/types/SearchConfig.html +5 -5
  634. package/documentation/types/SearchFacetModel.html +8 -8
  635. package/documentation/types/SearchFacetValueModel.html +5 -5
  636. package/documentation/types/SearchFacetValues.html +4 -4
  637. package/documentation/types/SearchLastQuery.html +2 -2
  638. package/documentation/types/SearchQuery.html +12 -12
  639. package/documentation/types/SearchQueryFilterModel.html +5 -5
  640. package/documentation/types/SearchQueryOption.html +3 -3
  641. package/documentation/types/SearchQueryResult.html +1 -1
  642. package/documentation/types/SearchQuerySortModel.html +3 -3
  643. package/documentation/types/SearchResultCatProps.html +5 -5
  644. package/documentation/types/SearchResultProps.html +1 -1
  645. package/documentation/types/SearchResultPropsApp.html +10 -10
  646. package/documentation/types/SearchResultPropsObject.html +20 -20
  647. package/documentation/types/ShareAccessProps.html +5 -5
  648. package/documentation/types/ShareGeneralAccessRules.html +1 -1
  649. package/documentation/types/ShareOption.html +4 -4
  650. package/documentation/types/ShareOptionId.html +1 -1
  651. package/documentation/types/ShareOptionObject.html +6 -6
  652. package/documentation/types/SharedContentHook.html +1 -1
  653. package/documentation/types/SocialAction.html +1 -1
  654. package/documentation/types/SocialActionBase.html +5 -5
  655. package/documentation/types/SocialActionDeprecated.html +9 -9
  656. package/documentation/types/SocialActionRate.html +1 -1
  657. package/documentation/types/SocialActionReport.html +1 -1
  658. package/documentation/types/SocialActionShare.html +1 -1
  659. package/documentation/types/SocialActionStructDeprecated.html +6 -6
  660. package/documentation/types/SocialActionToggle.html +1 -1
  661. package/documentation/types/SocialEventCreation.html +1 -1
  662. package/documentation/types/SocialEventUpdate.html +1 -1
  663. package/documentation/types/SpotDiscussionKind.html +1 -1
  664. package/documentation/types/SpotRssFeed.html +1 -1
  665. package/documentation/types/StandardApiError.html +1 -1
  666. package/documentation/types/StoreFinalize.html +2 -2
  667. package/documentation/types/StoreItem.html +6 -6
  668. package/documentation/types/StudioAction.html +3 -3
  669. package/documentation/types/StudioAppListViewConfig.html +2 -2
  670. package/documentation/types/StudioAppViewsConfig.html +2 -2
  671. package/documentation/types/StudioApplication.html +1 -1
  672. package/documentation/types/StudioApplicationBase.html +36 -36
  673. package/documentation/types/StudioApplicationStatusEnumBased.html +1 -1
  674. package/documentation/types/StudioHook.html +1 -1
  675. package/documentation/types/StudioManifest.html +9 -9
  676. package/documentation/types/SurveyDateHook.html +1 -1
  677. package/documentation/types/SurveyDateResponses.html +1 -1
  678. package/documentation/types/SurveyDateUserResponse.html +3 -3
  679. package/documentation/types/SurveyDateUserResponses.html +1 -1
  680. package/documentation/types/SurveyDateUsersForDate.html +3 -3
  681. package/documentation/types/SurveyField.html +1 -1
  682. package/documentation/types/SurveyFieldKeys.html +1 -1
  683. package/documentation/types/SurveySection.html +4 -4
  684. package/documentation/types/TOrgChartNode.html +16 -16
  685. package/documentation/types/TVChannelCreatePayload.html +3 -3
  686. package/documentation/types/TVChannelCreation.html +1 -1
  687. package/documentation/types/TVChannelDynamicArticle.html +1 -1
  688. package/documentation/types/TVChannelDynamicComment.html +1 -1
  689. package/documentation/types/TVChannelDynamicList.html +1 -1
  690. package/documentation/types/TVChannelList.html +1 -1
  691. package/documentation/types/TVChannelLittle.html +1 -1
  692. package/documentation/types/TVChannelSlideshowList.html +1 -1
  693. package/documentation/types/TVGetChannelResponse.html +3 -3
  694. package/documentation/types/TVGetChannelSlideshowFile.html +1 -1
  695. package/documentation/types/TVGetConfigureChannelResponse.html +1 -1
  696. package/documentation/types/TVGetConfigureDynamicChannelResponse.html +1 -1
  697. package/documentation/types/TVGetConfigureSlideshowChannelResponse.html +1 -1
  698. package/documentation/types/TargetInfoHook.html +1 -1
  699. package/documentation/types/TeamWorkAiHook.html +1 -1
  700. package/documentation/types/TeamWorkAiTask.html +9 -9
  701. package/documentation/types/TeamWorkDaySummaryState.html +5 -5
  702. package/documentation/types/TeamWorkTodoState.html +6 -6
  703. package/documentation/types/TextEnhanceResponse.html +2 -2
  704. package/documentation/types/TinyMCECommonOptions.html +1 -1
  705. package/documentation/types/TinyMCEDynamicOptions.html +1 -1
  706. package/documentation/types/TinyMCEExtendedOptions.html +1 -1
  707. package/documentation/types/TvChannelType.html +1 -1
  708. package/documentation/types/TwoFactorAuthenticationDailyActivationStatistics.html +1 -1
  709. package/documentation/types/TwoFactorAuthenticationGenerateConfiguration.html +1 -1
  710. package/documentation/types/TwoFactorAuthenticationHook.html +1 -1
  711. package/documentation/types/TwoFactorAuthenticationStatistics.html +1 -1
  712. package/documentation/types/UpdateCommentParams.html +5 -5
  713. package/documentation/types/UpdateGroup.html +1 -1
  714. package/documentation/types/UpdateReportStatusParams.html +1 -1
  715. package/documentation/types/UploadConfig.html +5 -5
  716. package/documentation/types/UserAIProfile.html +2 -2
  717. package/documentation/types/UserBirthday.html +5 -5
  718. package/documentation/types/UserDirectoryConfiguration.html +12 -12
  719. package/documentation/types/UserDownload.html +5 -5
  720. package/documentation/types/UserField.html +3 -3
  721. package/documentation/types/UserFieldsConfigurationType.html +1 -1
  722. package/documentation/types/UserFieldsType.html +1 -1
  723. package/documentation/types/UserFormatsExtension.html +1 -1
  724. package/documentation/types/UserLevelAndRight.html +6 -6
  725. package/documentation/types/UserLevelSpot.html +11 -11
  726. package/documentation/types/UserLicense.html +1 -1
  727. package/documentation/types/UserList.html +1 -1
  728. package/documentation/types/UserMapModel.html +4 -4
  729. package/documentation/types/UserNotificationsConfiguration.html +5 -5
  730. package/documentation/types/UserRead.html +5 -5
  731. package/documentation/types/UserResponseStatus.html +1 -1
  732. package/documentation/types/UserSpotCategories.html +4 -4
  733. package/documentation/types/UserValues.html +3 -3
  734. package/documentation/types/UserWithExtensions.html +1 -1
  735. package/documentation/types/Users.html +1 -1
  736. package/documentation/types/ValueLabel.html +3 -3
  737. package/documentation/types/ValueOf.html +1 -1
  738. package/documentation/types/VariantSizeType.html +1 -1
  739. package/documentation/types/VariantType.html +1 -1
  740. package/documentation/types/VideoRecording.html +1 -1
  741. package/documentation/types/VisioConnectHook.html +1 -1
  742. package/documentation/types/VisioConnectRoom.html +1 -1
  743. package/documentation/types/VisioConnectStatistics.html +1 -1
  744. package/documentation/types/VisioConnectStatisticsRoomSession.html +1 -1
  745. package/documentation/types/VisioConnectStatisticsRoomSessions.html +1 -1
  746. package/documentation/types/WallFilter.html +4 -4
  747. package/documentation/types/WallFiltersResponse.html +3 -3
  748. package/documentation/types/WallHook.html +1 -1
  749. package/documentation/types/WeDocHook.html +1 -1
  750. package/documentation/types/WedocEmptyType.html +1 -1
  751. package/documentation/types/WedocFileAudienceType.html +1 -1
  752. package/documentation/types/WedocFileType.html +1 -1
  753. package/documentation/types/WedocFolderList.html +1 -1
  754. package/documentation/types/WedocQueryResults.html +1 -1
  755. package/documentation/types/WedocQueryType.html +1 -1
  756. package/documentation/types/WedocShareRecipient.html +3 -3
  757. package/documentation/types/WedocTemplate.html +1 -1
  758. package/documentation/types/Widget.html +1 -1
  759. package/documentation/types/WidgetAccessibilityContent.html +4 -4
  760. package/documentation/types/WidgetAccessibilityType.html +4 -4
  761. package/documentation/types/WidgetApplicationAppsItem.html +8 -8
  762. package/documentation/types/WidgetApplicationContent.html +6 -6
  763. package/documentation/types/WidgetApplicationCss.html +2 -2
  764. package/documentation/types/WidgetApplicationExtensionItem.html +8 -8
  765. package/documentation/types/WidgetApplicationImageItem.html +10 -10
  766. package/documentation/types/WidgetApplicationItem.html +1 -1
  767. package/documentation/types/WidgetApplicationLinkItem.html +12 -12
  768. package/documentation/types/WidgetApplicationSize.html +1 -1
  769. package/documentation/types/WidgetApplicationType.html +4 -4
  770. package/documentation/types/WidgetApplicationView.html +1 -1
  771. package/documentation/types/WidgetArticleAttachmentContent.html +3 -3
  772. package/documentation/types/WidgetArticleAttachmentType.html +4 -4
  773. package/documentation/types/WidgetArticleButtonContent.html +1 -1
  774. package/documentation/types/WidgetArticleButtonType.html +4 -4
  775. package/documentation/types/WidgetArticleGalleryContent.html +4 -4
  776. package/documentation/types/WidgetArticleGalleryType.html +4 -4
  777. package/documentation/types/WidgetArticleImageContent.html +3 -3
  778. package/documentation/types/WidgetArticleImageType.html +4 -4
  779. package/documentation/types/WidgetArticleSliderContent.html +8 -8
  780. package/documentation/types/WidgetArticleSliderType.html +4 -4
  781. package/documentation/types/WidgetArticleTextContent.html +6 -6
  782. package/documentation/types/WidgetArticleTextType.html +4 -4
  783. package/documentation/types/WidgetArticleTitleContent.html +7 -7
  784. package/documentation/types/WidgetArticleTitleType.html +4 -4
  785. package/documentation/types/WidgetAudience.html +3 -3
  786. package/documentation/types/WidgetBaseType.html +3 -3
  787. package/documentation/types/WidgetBirthdayContent.html +3 -3
  788. package/documentation/types/WidgetBirthdayCss.html +5 -5
  789. package/documentation/types/WidgetBirthdayType.html +4 -4
  790. package/documentation/types/WidgetButtonAction.html +2 -2
  791. package/documentation/types/WidgetButtonActionGroup.html +5 -5
  792. package/documentation/types/WidgetButtonActionType.html +1 -1
  793. package/documentation/types/WidgetButtonContent.html +16 -16
  794. package/documentation/types/WidgetButtonIconFontSize.html +2 -2
  795. package/documentation/types/WidgetButtonIconPadding.html +2 -2
  796. package/documentation/types/WidgetButtonIconPosition.html +1 -1
  797. package/documentation/types/WidgetButtonPosition.html +1 -1
  798. package/documentation/types/WidgetButtonProps.html +10 -10
  799. package/documentation/types/WidgetButtonSize.html +1 -1
  800. package/documentation/types/WidgetButtonStyle.html +10 -10
  801. package/documentation/types/WidgetButtonType.html +4 -4
  802. package/documentation/types/WidgetCalendarCalDavContent.html +4 -4
  803. package/documentation/types/WidgetCalendarCalDavType.html +4 -4
  804. package/documentation/types/WidgetCalendarContent.html +3 -3
  805. package/documentation/types/WidgetCalendarType.html +4 -4
  806. package/documentation/types/WidgetChartsContent.html +10 -10
  807. package/documentation/types/WidgetChartsType.html +4 -4
  808. package/documentation/types/WidgetCheckListContent.html +5 -5
  809. package/documentation/types/WidgetCheckListContentArr.html +7 -7
  810. package/documentation/types/WidgetCheckListContentArrForFront.html +8 -8
  811. package/documentation/types/WidgetCheckListContentForFront.html +3 -3
  812. package/documentation/types/WidgetCheckListType.html +4 -4
  813. package/documentation/types/WidgetCheckListTypeForFront.html +5 -5
  814. package/documentation/types/WidgetCheckbox.html +4 -4
  815. package/documentation/types/WidgetColor.html +3 -3
  816. package/documentation/types/WidgetColorContent.html +2 -2
  817. package/documentation/types/WidgetColorType.html +4 -4
  818. package/documentation/types/WidgetCombinationAlignItems.html +1 -1
  819. package/documentation/types/WidgetCombinationContent.html +6 -6
  820. package/documentation/types/WidgetCombinationContentRow.html +19 -19
  821. package/documentation/types/WidgetCombinationContentRowWidget.html +6 -6
  822. package/documentation/types/WidgetCombinationDirection.html +1 -1
  823. package/documentation/types/WidgetCombinationJustifyContent.html +1 -1
  824. package/documentation/types/WidgetCombinationType.html +4 -4
  825. package/documentation/types/WidgetContactCardDavContent.html +4 -4
  826. package/documentation/types/WidgetContactCardDavType.html +4 -4
  827. package/documentation/types/WidgetContactContent.html +4 -4
  828. package/documentation/types/WidgetContactCss.html +6 -6
  829. package/documentation/types/WidgetContactType.html +4 -4
  830. package/documentation/types/WidgetContentKeys.html +73 -49
  831. package/documentation/types/WidgetContext.html +1 -1
  832. package/documentation/types/WidgetCountdownContent.html +8 -8
  833. package/documentation/types/WidgetCountdownType.html +4 -4
  834. package/documentation/types/WidgetCoverContent.html +10 -10
  835. package/documentation/types/WidgetCoverSlide.html +10 -10
  836. package/documentation/types/WidgetCoverType.html +4 -4
  837. package/documentation/types/WidgetDatasourceTableContent.html +1 -1
  838. package/documentation/types/WidgetDatasourceTableType.html +4 -4
  839. package/documentation/types/WidgetDatasourceValues.html +1 -1
  840. package/documentation/types/WidgetDate.html +3 -3
  841. package/documentation/types/WidgetDatePicker.html +2 -2
  842. package/documentation/types/WidgetDatetime.html +2 -2
  843. package/documentation/types/WidgetDefaultProps.html +8 -8
  844. package/documentation/types/WidgetDefinitionProps.html +8 -8
  845. package/documentation/types/WidgetDisplayMode.html +1 -1
  846. package/documentation/types/WidgetDocumentsContent.html +10 -10
  847. package/documentation/types/WidgetDocumentsType.html +4 -4
  848. package/documentation/types/WidgetEditorActions.html +4 -4
  849. package/documentation/types/WidgetEditorErrorActions.html +2 -2
  850. package/documentation/types/WidgetEmail.html +2 -2
  851. package/documentation/types/WidgetEmailsImapContent.html +4 -4
  852. package/documentation/types/WidgetEmailsImapType.html +4 -4
  853. package/documentation/types/WidgetEmbed.html +2 -2
  854. package/documentation/types/WidgetEmbedContent.html +2 -2
  855. package/documentation/types/WidgetEmbedType.html +4 -4
  856. package/documentation/types/WidgetExcelDatasourceTableContent.html +1 -1
  857. package/documentation/types/WidgetExcelDatasourceTableType.html +4 -4
  858. package/documentation/types/WidgetExtensionContent.html +2 -2
  859. package/documentation/types/WidgetExtensionType.html +4 -4
  860. package/documentation/types/WidgetFaqContent.html +6 -6
  861. package/documentation/types/WidgetFaqType.html +4 -4
  862. package/documentation/types/WidgetFile.html +2 -2
  863. package/documentation/types/WidgetFileContent.html +9 -9
  864. package/documentation/types/WidgetFileStoredEntry.html +2 -2
  865. package/documentation/types/WidgetFileType.html +4 -4
  866. package/documentation/types/WidgetFlocklerContent.html +2 -2
  867. package/documentation/types/WidgetFlocklerType.html +4 -4
  868. package/documentation/types/WidgetFunctions.html +1 -1
  869. package/documentation/types/WidgetHook.html +1 -1
  870. package/documentation/types/WidgetIframeVideo.html +2 -2
  871. package/documentation/types/WidgetImage.html +3 -3
  872. package/documentation/types/WidgetImageContent.html +22 -22
  873. package/documentation/types/WidgetImageType.html +4 -4
  874. package/documentation/types/WidgetKeys.html +1 -1
  875. package/documentation/types/WidgetLayer.html +7 -7
  876. package/documentation/types/WidgetLegacyMixedBoolean.html +1 -1
  877. package/documentation/types/WidgetLink.html +2 -2
  878. package/documentation/types/WidgetListContent.html +79 -0
  879. package/documentation/types/WidgetListContentArr.html +85 -0
  880. package/documentation/types/WidgetListContentArrPopupWidget.html +61 -0
  881. package/documentation/types/WidgetListOrientation.html +33 -0
  882. package/documentation/types/WidgetListType.html +67 -0
  883. package/documentation/types/WidgetLuccaAbsenceContent.html +2 -2
  884. package/documentation/types/WidgetLuccaAbsenceType.html +4 -4
  885. package/documentation/types/WidgetLuccaAbsenceUser.html +5 -5
  886. package/documentation/types/WidgetMediumType.html +36 -0
  887. package/documentation/types/WidgetMeteoContent.html +3 -3
  888. package/documentation/types/WidgetMeteoType.html +4 -4
  889. package/documentation/types/WidgetModalProps.html +3 -3
  890. package/documentation/types/WidgetMultiattribute.html +2 -2
  891. package/documentation/types/WidgetMyGroupContent.html +2 -2
  892. package/documentation/types/WidgetMyGroupType.html +4 -4
  893. package/documentation/types/WidgetNewsContent.html +26 -26
  894. package/documentation/types/WidgetNewsType.html +4 -4
  895. package/documentation/types/WidgetNewsflashContent.html +8 -8
  896. package/documentation/types/WidgetNewsflashType.html +4 -4
  897. package/documentation/types/WidgetNumber.html +2 -2
  898. package/documentation/types/WidgetOrientedlinks.html +3 -3
  899. package/documentation/types/WidgetPlace.html +3 -3
  900. package/documentation/types/WidgetPresenceContent.html +5 -5
  901. package/documentation/types/WidgetPresenceRespondPayload.html +5 -5
  902. package/documentation/types/WidgetPresenceResponse.html +6 -6
  903. package/documentation/types/WidgetPresenceResponseUserList.html +5 -5
  904. package/documentation/types/WidgetPresenceType.html +4 -4
  905. package/documentation/types/WidgetQuickSurveyContent.html +12 -12
  906. package/documentation/types/WidgetQuickSurveyContentArr.html +6 -6
  907. package/documentation/types/WidgetQuickSurveyResponse.html +5 -5
  908. package/documentation/types/WidgetQuickSurveyResponseUserList.html +5 -5
  909. package/documentation/types/WidgetQuickSurveyResponses.html +1 -1
  910. package/documentation/types/WidgetQuickSurveyType.html +4 -4
  911. package/documentation/types/WidgetQuizzContent.html +55 -0
  912. package/documentation/types/WidgetQuizzType.html +67 -0
  913. package/documentation/types/WidgetRadio.html +3 -3
  914. package/documentation/types/WidgetRefUser.html +2 -2
  915. package/documentation/types/WidgetRtObject.html +4 -4
  916. package/documentation/types/WidgetSelect.html +4 -4
  917. package/documentation/types/WidgetSelectionBackgroundProps.html +9 -9
  918. package/documentation/types/WidgetSelectionProps.html +2 -2
  919. package/documentation/types/WidgetSeparatorAlign.html +1 -1
  920. package/documentation/types/WidgetSeparatorContent.html +5 -5
  921. package/documentation/types/WidgetSeparatorOrientation.html +1 -1
  922. package/documentation/types/WidgetSeparatorType.html +4 -4
  923. package/documentation/types/WidgetShortcutsContent.html +33 -0
  924. package/documentation/types/WidgetShortcutsType.html +67 -0
  925. package/documentation/types/WidgetSlide.html +8 -8
  926. package/documentation/types/WidgetSliderContent.html +9 -9
  927. package/documentation/types/WidgetSliderType.html +4 -4
  928. package/documentation/types/WidgetStateProps.html +10 -10
  929. package/documentation/types/WidgetStyles.html +1 -1
  930. package/documentation/types/WidgetSurveyContent.html +3 -3
  931. package/documentation/types/WidgetSurveyType.html +4 -4
  932. package/documentation/types/WidgetSyncContentContent.html +3 -3
  933. package/documentation/types/WidgetSyncContentType.html +4 -4
  934. package/documentation/types/WidgetTableColumn.html +6 -6
  935. package/documentation/types/WidgetTableColumnData.html +8 -8
  936. package/documentation/types/WidgetTableColumnTypes.html +1 -1
  937. package/documentation/types/WidgetTableColumnWidgetDate.html +2 -2
  938. package/documentation/types/WidgetTableColumnWidgetDefault.html +1 -1
  939. package/documentation/types/WidgetTableColumnWidgetSelect.html +3 -3
  940. package/documentation/types/WidgetTableColumnWidgetSelectOption.html +3 -3
  941. package/documentation/types/WidgetTableColumnWidgetText.html +2 -2
  942. package/documentation/types/WidgetTableColumnWidgets.html +1 -1
  943. package/documentation/types/WidgetTableColumnsData.html +1 -1
  944. package/documentation/types/WidgetTableContent.html +11 -11
  945. package/documentation/types/WidgetTaxonomy.html +3 -3
  946. package/documentation/types/WidgetTel.html +2 -2
  947. package/documentation/types/WidgetText.html +2 -2
  948. package/documentation/types/WidgetTextContent.html +4 -4
  949. package/documentation/types/WidgetTextMediumContent.html +33 -0
  950. package/documentation/types/WidgetTextMediumType.html +67 -0
  951. package/documentation/types/WidgetTextType.html +4 -4
  952. package/documentation/types/WidgetTextarea.html +3 -3
  953. package/documentation/types/WidgetToggle.html +2 -2
  954. package/documentation/types/WidgetTransient.html +2 -2
  955. package/documentation/types/WidgetTypeKeys.html +73 -49
  956. package/documentation/types/WidgetUri.html +3 -3
  957. package/documentation/types/WidgetUrl.html +3 -3
  958. package/documentation/types/WidgetUserProfileContent.html +4 -4
  959. package/documentation/types/WidgetUserProfileType.html +4 -4
  960. package/documentation/types/WidgetVector.html +3 -3
  961. package/documentation/types/WidgetWelcomeContent.html +6 -6
  962. package/documentation/types/WidgetWelcomeType.html +4 -4
  963. package/documentation/types/WidgetWidgetBase.html +67 -0
  964. package/documentation/types/WidgetWrapperGeneric.html +4 -4
  965. package/documentation/types/WidgetWrapperLevel.html +1 -1
  966. package/documentation/types/WidgetWrapperProps.html +1 -1
  967. package/documentation/types/WidgetYoutubeContent.html +2 -2
  968. package/documentation/types/WidgetYoutubeType.html +4 -4
  969. package/documentation/types/WidgetsRootState.html +2 -2
  970. package/documentation/types/WidgetsState.html +22 -22
  971. package/documentation/types/WidgetsValue.html +1 -1
  972. package/documentation/types/WithExtensions.html +1 -1
  973. package/documentation/types/WithPartialExtensions.html +1 -1
  974. package/documentation/types/ZodShape.html +1 -1
  975. package/documentation/types/fileExtensionTypes.html +1 -1
  976. package/documentation/types/fileFamilyTypes.html +1 -1
  977. package/documentation/types/internalDraftView.html +1 -1
  978. package/documentation/types/jArticleList.html +1 -1
  979. package/documentation/types/jArticleLittle.html +1 -1
  980. package/documentation/types/jArticleView.html +1 -1
  981. package/documentation/types/jArticleWidgetList.html +1 -1
  982. package/documentation/types/jArticleWidgetLittle.html +1 -1
  983. package/documentation/types/jArticleWidgetView.html +1 -1
  984. package/documentation/types/jBusinessContactList.html +1 -1
  985. package/documentation/types/jBusinessContactLittle.html +1 -1
  986. package/documentation/types/jCommentList.html +1 -1
  987. package/documentation/types/jCommentLittle.html +1 -1
  988. package/documentation/types/jContentFactoryTemplateList.html +1 -1
  989. package/documentation/types/jContentFactoryTemplateView.html +1 -1
  990. package/documentation/types/jDatasourceArticleList.html +1 -1
  991. package/documentation/types/jDatasourceExcel.html +5 -5
  992. package/documentation/types/jDiapazoneList.html +1 -1
  993. package/documentation/types/jDiapazoneListWithExtras.html +1 -1
  994. package/documentation/types/jDiapazoneView.html +1 -1
  995. package/documentation/types/jExtraBotView.html +1 -1
  996. package/documentation/types/jFileList.html +1 -1
  997. package/documentation/types/jFileLittle.html +1 -1
  998. package/documentation/types/jFileLittleCrop.html +1 -1
  999. package/documentation/types/jFileRendition.html +5 -5
  1000. package/documentation/types/jFolderList.html +1 -1
  1001. package/documentation/types/jFolderLittle.html +1 -1
  1002. package/documentation/types/jGroupList.html +1 -1
  1003. package/documentation/types/jGroupLittle.html +1 -1
  1004. package/documentation/types/jGroupView.html +1 -1
  1005. package/documentation/types/jHref.html +3 -3
  1006. package/documentation/types/jInternalDraftList.html +1 -1
  1007. package/documentation/types/jInternalDraftView.html +1 -1
  1008. package/documentation/types/jLinkList.html +1 -1
  1009. package/documentation/types/jLinkLittle.html +1 -1
  1010. package/documentation/types/jMeetingList.html +1 -1
  1011. package/documentation/types/jMeetingView.html +1 -1
  1012. package/documentation/types/jMessengerDiscussionGroupList.html +1 -1
  1013. package/documentation/types/jMessengerDiscussionGroupLittle.html +1 -1
  1014. package/documentation/types/jMessengerDiscussionUserList.html +1 -1
  1015. package/documentation/types/jMessengerDiscussionUserLittle.html +1 -1
  1016. package/documentation/types/jMessengerMessageLittle.html +1 -1
  1017. package/documentation/types/jNetworkLittle.html +1 -1
  1018. package/documentation/types/jObjectAutocomplete.html +1 -1
  1019. package/documentation/types/jObjectBase.html +7 -7
  1020. package/documentation/types/jObjectList.html +1 -1
  1021. package/documentation/types/jObjectLittle.html +1 -1
  1022. package/documentation/types/jOrgChartList.html +1 -1
  1023. package/documentation/types/jOrgChartView.html +1 -1
  1024. package/documentation/types/jPermanentRoomList.html +1 -1
  1025. package/documentation/types/jPollSurveyList.html +1 -1
  1026. package/documentation/types/jPollSurveyLittle.html +1 -1
  1027. package/documentation/types/jPollSurveyView.html +1 -1
  1028. package/documentation/types/jQuarantineList.html +1 -1
  1029. package/documentation/types/jQuarantineLittle.html +1 -1
  1030. package/documentation/types/jQuizzList.html +1 -1
  1031. package/documentation/types/jQuizzView.html +2 -2
  1032. package/documentation/types/jRecurringEventList.html +1 -1
  1033. package/documentation/types/jRecurringEventLittle.html +1 -1
  1034. package/documentation/types/jRecurringEventOccurrenceList.html +1 -1
  1035. package/documentation/types/jRecurringEventOccurrenceListFalsy.html +1 -1
  1036. package/documentation/types/jRecurringEventOccurrenceListTruthy.html +1 -1
  1037. package/documentation/types/jRecurringEventOccurrenceLittle.html +1 -1
  1038. package/documentation/types/jRecurringEventOccurrenceLittleFalsy.html +1 -1
  1039. package/documentation/types/jRecurringEventOccurrenceLittleTruthy.html +1 -1
  1040. package/documentation/types/jRecurringEventOccurrenceView.html +1 -1
  1041. package/documentation/types/jRecurringEventOccurrenceViewFalsy.html +1 -1
  1042. package/documentation/types/jRecurringEventOccurrenceViewTruthy.html +1 -1
  1043. package/documentation/types/jRecurringEventView.html +1 -1
  1044. package/documentation/types/jSocialEventList.html +1 -1
  1045. package/documentation/types/jSocialEventLittle.html +1 -1
  1046. package/documentation/types/jSocialEventView.html +1 -1
  1047. package/documentation/types/jSocialRateLinkList.html +1 -1
  1048. package/documentation/types/jSpotAutocomplete.html +1 -1
  1049. package/documentation/types/jSupportList.html +1 -1
  1050. package/documentation/types/jSupportView.html +1 -1
  1051. package/documentation/types/jSurveyDateList.html +1 -1
  1052. package/documentation/types/jSurveyDateView.html +1 -1
  1053. package/documentation/types/jTaxonomyLittle.html +1 -1
  1054. package/documentation/types/jUserAutocomplete.html +1 -1
  1055. package/documentation/types/jUserList.html +1 -1
  1056. package/documentation/types/jUserLittle.html +1 -1
  1057. package/documentation/types/jUserValues.html +1 -1
  1058. package/documentation/types/jUserView.html +1 -1
  1059. package/documentation/types/socialEventRecord.html +6 -6
  1060. package/documentation/types/visioConnectRooms.html +1 -1
  1061. package/documentation/types/widgetCombinationTemplate.html +6 -6
  1062. package/documentation/variables/ACCESS_REQUEST_ACCEPT.html +1 -1
  1063. package/documentation/variables/ACCESS_REQUEST_DENY.html +1 -1
  1064. package/documentation/variables/AsyncJobStateSchema.html +1 -1
  1065. package/documentation/variables/AsyncJobStatusSchema.html +1 -1
  1066. package/documentation/variables/CreateRoomPayloadSchema.html +1 -1
  1067. package/documentation/variables/DateFormatSchema.html +1 -1
  1068. package/documentation/variables/DiapazoneExtraFieldsSchema.html +1 -1
  1069. package/documentation/variables/FREQUENCY_DAILY.html +1 -1
  1070. package/documentation/variables/FREQUENCY_GROUP.html +1 -1
  1071. package/documentation/variables/FREQUENCY_INHERIT.html +1 -1
  1072. package/documentation/variables/FREQUENCY_NEVER.html +1 -1
  1073. package/documentation/variables/FREQUENCY_NOW.html +1 -1
  1074. package/documentation/variables/FREQUENCY_WEEKLY.html +1 -1
  1075. package/documentation/variables/ImapConnection.html +1 -1
  1076. package/documentation/variables/JLandMapCreationSchema.html +1 -1
  1077. package/documentation/variables/LanguagesList.html +1 -1
  1078. package/documentation/variables/LanguagesSchema.html +1 -1
  1079. package/documentation/variables/LicenseUserPriceUpdateSimulationSchema.html +1 -1
  1080. package/documentation/variables/NumberFormatSchema.html +1 -1
  1081. package/documentation/variables/OfficeProviderSchema.html +1 -1
  1082. package/documentation/variables/OrgChartConfigSchema.html +1 -1
  1083. package/documentation/variables/OrgChartConfigurationSchema.html +1 -1
  1084. package/documentation/variables/OrgChartLinkSchema.html +1 -1
  1085. package/documentation/variables/OrgChartNodeSchema.html +1 -1
  1086. package/documentation/variables/OrgChartUpdateMetasFormSchema.html +1 -1
  1087. package/documentation/variables/PublishButtonConfigurationCustomSectionSchema.html +1 -1
  1088. package/documentation/variables/PublishButtonConfigurationSchema.html +1 -1
  1089. package/documentation/variables/PublishButtonSectionEntrySchema.html +1 -1
  1090. package/documentation/variables/PublishButtonSectionSchema.html +1 -1
  1091. package/documentation/variables/PublishButtonSectionsSchema.html +1 -1
  1092. package/documentation/variables/TVChannelCustomSchema.html +1 -1
  1093. package/documentation/variables/TeamWorkAiTaskSchema.html +1 -1
  1094. package/documentation/variables/TeamWorkDaySummaryStateSchema.html +1 -1
  1095. package/documentation/variables/TeamWorkTodoStateSchema.html +1 -1
  1096. package/documentation/variables/TwoFactorAuthenticationDailyActivationStatisticsSchema.html +1 -1
  1097. package/documentation/variables/TwoFactorAuthenticationGenerateConfigurationSchema.html +1 -1
  1098. package/documentation/variables/TwoFactorAuthenticationStatisticsSchema.html +1 -1
  1099. package/documentation/variables/UserAIProfileSchema.html +1 -1
  1100. package/documentation/variables/UserBirthdaySchema.html +1 -1
  1101. package/documentation/variables/UserLevel.html +1 -1
  1102. package/documentation/variables/UserNotificationsConfigurationSchema.html +1 -1
  1103. package/documentation/variables/UserVariant.html +1 -1
  1104. package/documentation/variables/WIDGET_LEVEL_1.html +1 -1
  1105. package/documentation/variables/WIDGET_LEVEL_2.html +1 -1
  1106. package/documentation/variables/WIDGET_LEVEL_3.html +1 -1
  1107. package/documentation/variables/WIDGET_LEVEL_4.html +1 -1
  1108. package/documentation/variables/WRITE_RIGHT_ADMIN.html +1 -1
  1109. package/documentation/variables/WRITE_RIGHT_ALL.html +1 -1
  1110. package/documentation/variables/WRITE_RIGHT_CUSTOM.html +1 -1
  1111. package/documentation/variables/WRITE_RIGHT_PUBLIC.html +1 -1
  1112. package/documentation/variables/WidgetPresenceResponseUserListSchema.html +1 -1
  1113. package/documentation/variables/WidgetQuickSurveyContentArrSchema.html +1 -1
  1114. package/documentation/variables/WidgetQuickSurveyResponseSchema.html +1 -1
  1115. package/documentation/variables/WidgetQuickSurveyResponseUserListSchema.html +1 -1
  1116. package/documentation/variables/accessRequestStatusValuesSchema.html +1 -1
  1117. package/documentation/variables/actionParamsSchema.html +1 -1
  1118. package/documentation/variables/actionVerbSchema.html +1 -1
  1119. package/documentation/variables/addCommentParamsSchema.html +1 -1
  1120. package/documentation/variables/addFaqEntrySchema.html +1 -1
  1121. package/documentation/variables/adminAppSchema.html +1 -1
  1122. package/documentation/variables/adminAppTabSchema.html +1 -1
  1123. package/documentation/variables/adminAppsSchema.html +1 -1
  1124. package/documentation/variables/adminLicenseStatsSchema.html +1 -1
  1125. package/documentation/variables/adminLicensesAssignedSchema.html +1 -1
  1126. package/documentation/variables/adminLicensesNotAssignedSchema.html +1 -1
  1127. package/documentation/variables/adminLogNavigationSchema.html +1 -1
  1128. package/documentation/variables/adminLogObjectSchema.html +1 -1
  1129. package/documentation/variables/adminLogSearchSchema.html +1 -1
  1130. package/documentation/variables/animationConfigurationTypeSchema.html +1 -1
  1131. package/documentation/variables/animationStatsRowSchema.html +1 -1
  1132. package/documentation/variables/animationStatsSchema.html +1 -1
  1133. package/documentation/variables/animationVariantSchema.html +1 -1
  1134. package/documentation/variables/api.html +1 -1
  1135. package/documentation/variables/applicationActionBaseSchema.html +1 -1
  1136. package/documentation/variables/applicationBaseSchema.html +1 -1
  1137. package/documentation/variables/applicationDefaultSchema.html +1 -1
  1138. package/documentation/variables/applicationExtraPropertiesSchema.html +1 -1
  1139. package/documentation/variables/applicationIframeSchema.html +1 -1
  1140. package/documentation/variables/applicationIntranetHookSchema.html +1 -1
  1141. package/documentation/variables/applicationLinkSchema.html +1 -1
  1142. package/documentation/variables/applicationSchema.html +1 -1
  1143. package/documentation/variables/applicationTabSchema.html +1 -1
  1144. package/documentation/variables/applicationWithTabsSchema.html +1 -1
  1145. package/documentation/variables/articleCreationSchema.html +1 -1
  1146. package/documentation/variables/articleDisplayModeSchema.html +1 -1
  1147. package/documentation/variables/articleGetConfigSchema.html +1 -1
  1148. package/documentation/variables/articleListConfigSchema.html +1 -1
  1149. package/documentation/variables/articleTranslationGetSchema.html +1 -1
  1150. package/documentation/variables/articleTranslationLanguageSchema.html +1 -1
  1151. package/documentation/variables/articleTranslationTranslateSchema.html +1 -1
  1152. package/documentation/variables/aseiGroupsSchema.html +1 -1
  1153. package/documentation/variables/aseiRightsSchema.html +1 -1
  1154. package/documentation/variables/aseiTicketStatusSchema.html +1 -1
  1155. package/documentation/variables/assetReservationConfigurationSchema.html +1 -1
  1156. package/documentation/variables/audienceAutocompleteSchema.html +1 -1
  1157. package/documentation/variables/audienceSchema.html +1 -1
  1158. package/documentation/variables/autocompleteLittleSchema.html +1 -1
  1159. package/documentation/variables/baseArticleSchema.html +1 -1
  1160. package/documentation/variables/baseAutocompleteSchema.html +1 -1
  1161. package/documentation/variables/bbbRoomSettingsShape.html +1 -1
  1162. package/documentation/variables/bookmarkCustomSchema.html +1 -1
  1163. package/documentation/variables/bookmarkLinkSchema.html +1 -1
  1164. package/documentation/variables/bookmarkTypesSchema.html +1 -1
  1165. package/documentation/variables/businessContactSchema.html +1 -1
  1166. package/documentation/variables/calendarEventListSchema.html +1 -1
  1167. package/documentation/variables/calendarEventViewSchema.html +1 -1
  1168. package/documentation/variables/calendarEventsExtension.html +1 -1
  1169. package/documentation/variables/calendarMemberLittleSchema.html +1 -1
  1170. package/documentation/variables/calendarOldEventSchema.html +1 -1
  1171. package/documentation/variables/calendarTabSchema.html +1 -1
  1172. package/documentation/variables/categorySchema.html +1 -1
  1173. package/documentation/variables/chartTypeSchema.html +1 -1
  1174. package/documentation/variables/chartsPieDatumSchema.html +1 -1
  1175. package/documentation/variables/chartsSerieSchema.html +1 -1
  1176. package/documentation/variables/combinedContentFactoryDataSchema.html +1 -1
  1177. package/documentation/variables/combinedSurveyFieldOptionsSchema.html +1 -1
  1178. package/documentation/variables/combinedSurveyFieldSchema.html +1 -1
  1179. package/documentation/variables/combinedSurveyFieldTypeSchema.html +1 -1
  1180. package/documentation/variables/combinedWidgetContentSchema.html +1 -1
  1181. package/documentation/variables/combinedWidgetTypeSchema.html +1 -1
  1182. package/documentation/variables/commentWithActionsSchema.html +1 -1
  1183. package/documentation/variables/commentsPreviewSchema.html +1 -1
  1184. package/documentation/variables/communitySchema.html +1 -1
  1185. package/documentation/variables/contactEntrySchema.html +1 -1
  1186. package/documentation/variables/contactShowFieldsSchema.html +1 -1
  1187. package/documentation/variables/contentFactoryDefaultDataSchema.html +1 -1
  1188. package/documentation/variables/contentFactorySurveyDataSchema.html +1 -1
  1189. package/documentation/variables/contentFactoryTypes.html +1 -1
  1190. package/documentation/variables/createFaqCategorySchema.html +1 -1
  1191. package/documentation/variables/createFaqEntrySchema.html +1 -1
  1192. package/documentation/variables/createFaqThemeSchema.html +1 -1
  1193. package/documentation/variables/createGroupSchema.html +1 -1
  1194. package/documentation/variables/createReportParamsSchema.html +1 -1
  1195. package/documentation/variables/cssBackgroundPositionSchema.html +1 -1
  1196. package/documentation/variables/cssBackgroundSizeSchema.html +1 -1
  1197. package/documentation/variables/cssTextAlignTypeSchema.html +1 -1
  1198. package/documentation/variables/davAddressBookContactSchema.html +1 -1
  1199. package/documentation/variables/davCalendarEventSchema.html +1 -1
  1200. package/documentation/variables/default.html +1 -1
  1201. package/documentation/variables/deleteFaqThemeSchema.html +1 -1
  1202. package/documentation/variables/discussionPropertiesSchema.html +1 -1
  1203. package/documentation/variables/discussionPropertySchema.html +1 -1
  1204. package/documentation/variables/driveAccountSchema.html +1 -1
  1205. package/documentation/variables/driveGetAccountParamsSchema.html +1 -1
  1206. package/documentation/variables/driveGetAccountSchema.html +1 -1
  1207. package/documentation/variables/driveGetDocumentParamsSchema.html +1 -1
  1208. package/documentation/variables/driveGetGroupsParamsSchema.html +1 -1
  1209. package/documentation/variables/driveGetTenantsParamsSchema.html +1 -1
  1210. package/documentation/variables/driveItemTypeSchema.html +1 -1
  1211. package/documentation/variables/driveLogoutParamsSchema.html +1 -1
  1212. package/documentation/variables/driveSetDefaultAccountParamsSchema.html +1 -1
  1213. package/documentation/variables/driveTmpFileSchema.html +1 -1
  1214. package/documentation/variables/dropboxDocumentEntitySchema.html +1 -1
  1215. package/documentation/variables/dropboxDocumentParamsSchema.html +1 -1
  1216. package/documentation/variables/dropboxGetDocumentsParamsSchema.html +1 -1
  1217. package/documentation/variables/editFaqCategorySchema.html +1 -1
  1218. package/documentation/variables/editFaqEntrySchema.html +1 -1
  1219. package/documentation/variables/editFaqThemeSchema.html +1 -1
  1220. package/documentation/variables/eventModeSchema.html +1 -1
  1221. package/documentation/variables/eventStatusFilterSchema.html +1 -1
  1222. package/documentation/variables/extendSchema.html +1 -1
  1223. package/documentation/variables/extensions.html +1 -1
  1224. package/documentation/variables/facetModeSchema.html +1 -1
  1225. package/documentation/variables/faqAccessSchema.html +1 -1
  1226. package/documentation/variables/faqContentItemSchema.html +1 -1
  1227. package/documentation/variables/faqHookPropertiesSchema.html +1 -1
  1228. package/documentation/variables/faqTaxonomySchema.html +1 -1
  1229. package/documentation/variables/faqWidgetCategoryItemSchema.html +1 -1
  1230. package/documentation/variables/faqWidgetCategorySchema.html +1 -1
  1231. package/documentation/variables/faqWidgetItemSchema.html +1 -1
  1232. package/documentation/variables/faqWidgetItemUriCategorySchema.html +1 -1
  1233. package/documentation/variables/fileCropConfigSchema.html +1 -1
  1234. package/documentation/variables/fileMainTypeSchema.html +1 -1
  1235. package/documentation/variables/fileSyncAdminSpotSchema.html +1 -1
  1236. package/documentation/variables/fileSyncAdminSpotsPropsSchema.html +1 -1
  1237. package/documentation/variables/fileSyncFileBankSchema.html +1 -1
  1238. package/documentation/variables/fileSyncUserQuotaSchema.html +1 -1
  1239. package/documentation/variables/filterSchema.html +1 -1
  1240. package/documentation/variables/filterValueSchema.html +1 -1
  1241. package/documentation/variables/filtersSchema.html +1 -1
  1242. package/documentation/variables/folderShareConflictSchema.html +1 -1
  1243. package/documentation/variables/folderShareImpactSchema.html +1 -1
  1244. package/documentation/variables/folderShareLevelSchema.html +1 -1
  1245. package/documentation/variables/folderShareRecipientTypeSchema.html +1 -1
  1246. package/documentation/variables/folderShareSchema.html +1 -1
  1247. package/documentation/variables/formatExtensionSchema.html +1 -1
  1248. package/documentation/variables/formatListSchema.html +1 -1
  1249. package/documentation/variables/formats.html +1 -1
  1250. package/documentation/variables/getCommentsParamsSchema.html +1 -1
  1251. package/documentation/variables/getLicenseArticlesParamsSchema.html +1 -1
  1252. package/documentation/variables/getLicenseKindUsersParamsSchema.html +1 -1
  1253. package/documentation/variables/getReportsParamsSchema.html +1 -1
  1254. package/documentation/variables/getUnclassifiedFilesParamsSchema.html +1 -1
  1255. package/documentation/variables/gifSchema.html +1 -1
  1256. package/documentation/variables/groupCategoriesConfigurationSchema.html +1 -1
  1257. package/documentation/variables/groupCustomWidgetSchema.html +1 -1
  1258. package/documentation/variables/groupListConfigSchema.html +1 -1
  1259. package/documentation/variables/groupMemberLevelSchema.html +1 -1
  1260. package/documentation/variables/groupMemberSchema.html +1 -1
  1261. package/documentation/variables/groupModerateStatusSchema.html +1 -1
  1262. package/documentation/variables/groupPrivacy.html +1 -1
  1263. package/documentation/variables/groupPropertiesOptionsSchema.html +1 -1
  1264. package/documentation/variables/groupPropertiesSchema.html +1 -1
  1265. package/documentation/variables/groupUserLevelSchema.html +1 -1
  1266. package/documentation/variables/groupWidgetLittleSchema.html +1 -1
  1267. package/documentation/variables/groupWidgetSchema.html +1 -1
  1268. package/documentation/variables/groupWidgetsSchema.html +1 -1
  1269. package/documentation/variables/headingTypeSchema.html +1 -1
  1270. package/documentation/variables/hookListTypeSchema.html +1 -1
  1271. package/documentation/variables/imageFormValueSchema.html +1 -1
  1272. package/documentation/variables/imageSizeSchema.html +1 -1
  1273. package/documentation/variables/imapInboxMailSchema.html +1 -1
  1274. package/documentation/variables/inheritedShareSchema.html +1 -1
  1275. package/documentation/variables/jArticleListSchema.html +1 -1
  1276. package/documentation/variables/jArticleListShapeTmp.html +1 -1
  1277. package/documentation/variables/jArticleLittleSchema.html +1 -1
  1278. package/documentation/variables/jArticleViewSchema.html +1 -1
  1279. package/documentation/variables/jArticleWidgetListSchema.html +1 -1
  1280. package/documentation/variables/jArticleWidgetLittleSchema.html +1 -1
  1281. package/documentation/variables/jArticleWidgetViewSchema.html +1 -1
  1282. package/documentation/variables/jAseiInstitutionViewSchema.html +1 -1
  1283. package/documentation/variables/jAseiTicketViewSchema.html +1 -1
  1284. package/documentation/variables/jBookableAssetListSchema.html +1 -1
  1285. package/documentation/variables/jBookableAssetViewSchema.html +1 -1
  1286. package/documentation/variables/jBusinessContactListSchema.html +1 -1
  1287. package/documentation/variables/jBusinessContactLittleSchema.html +1 -1
  1288. package/documentation/variables/jCommentListSchema.html +1 -1
  1289. package/documentation/variables/jCommentLittleSchema.html +1 -1
  1290. package/documentation/variables/jContentFactoryDefaultTemplateViewSchema.html +1 -1
  1291. package/documentation/variables/jContentFactorySurveyTemplateViewSchema.html +1 -1
  1292. package/documentation/variables/jContentFactoryTemplateListSchema.html +1 -1
  1293. package/documentation/variables/jContentFactoryTemplateViewSchema.html +1 -1
  1294. package/documentation/variables/jContentReportListSchema.html +1 -1
  1295. package/documentation/variables/jDiapazoneListSchema.html +1 -1
  1296. package/documentation/variables/jDiapazoneViewSchema.html +1 -1
  1297. package/documentation/variables/jEnsure.html +1 -1
  1298. package/documentation/variables/jExtraBotViewSchema.html +1 -1
  1299. package/documentation/variables/jFaqItemListSchema.html +1 -1
  1300. package/documentation/variables/jFaqItemViewSchema.html +1 -1
  1301. package/documentation/variables/jFaqListSchema.html +1 -1
  1302. package/documentation/variables/jFaqViewSchema.html +1 -1
  1303. package/documentation/variables/jFileListSchema.html +1 -1
  1304. package/documentation/variables/jFileLittleCropSchema.html +1 -1
  1305. package/documentation/variables/jFileLittleSchema.html +1 -1
  1306. package/documentation/variables/jFileRenditionSchema.html +1 -1
  1307. package/documentation/variables/jFolderListSchema.html +1 -1
  1308. package/documentation/variables/jFolderLittleSchema.html +1 -1
  1309. package/documentation/variables/jGroupListSchema.html +1 -1
  1310. package/documentation/variables/jGroupLittleSchema.html +1 -1
  1311. package/documentation/variables/jGroupViewSchema.html +1 -1
  1312. package/documentation/variables/jHrefSchema.html +1 -1
  1313. package/documentation/variables/jIACapabilitiesSchema.html +1 -1
  1314. package/documentation/variables/jInternalDraftListSchema.html +1 -1
  1315. package/documentation/variables/jInternalDraftViewSchema.html +1 -1
  1316. package/documentation/variables/jLandLogSchema.html +1 -1
  1317. package/documentation/variables/jLandMapFlavorSchema.html +1 -1
  1318. package/documentation/variables/jLandMapKindSchema.html +1 -1
  1319. package/documentation/variables/jLandMapListSchema.html +1 -1
  1320. package/documentation/variables/jLandMapLittleSchema.html +1 -1
  1321. package/documentation/variables/jLandMapViewSchema.html +1 -1
  1322. package/documentation/variables/jLandStatSchema.html +1 -1
  1323. package/documentation/variables/jLinkListSchema.html +1 -1
  1324. package/documentation/variables/jLinkLittleSchema.html +1 -1
  1325. package/documentation/variables/jMediaLibraryFileListSchema.html +1 -1
  1326. package/documentation/variables/jMediaLibraryFileLittleSchema.html +1 -1
  1327. package/documentation/variables/jMediaLibraryFolderListSchema.html +1 -1
  1328. package/documentation/variables/jMediaLibraryFolderLittleSchema.html +1 -1
  1329. package/documentation/variables/jMeetingListSchema.html +1 -1
  1330. package/documentation/variables/jMeetingViewSchema.html +1 -1
  1331. package/documentation/variables/jMessengerDiscussionGroupListSchema.html +1 -1
  1332. package/documentation/variables/jMessengerDiscussionGroupLittleSchema.html +1 -1
  1333. package/documentation/variables/jMessengerDiscussionUserListSchema.html +1 -1
  1334. package/documentation/variables/jMessengerDiscussionUserLittleSchema.html +1 -1
  1335. package/documentation/variables/jMessengerMessageLittleSchema.html +1 -1
  1336. package/documentation/variables/jNetworkLittleSchema.html +1 -1
  1337. package/documentation/variables/jObjectAutocompleteSchema.html +1 -1
  1338. package/documentation/variables/jObjectBaseSchema.html +1 -1
  1339. package/documentation/variables/jObjectListSchema.html +1 -1
  1340. package/documentation/variables/jObjectLittleSchema.html +1 -1
  1341. package/documentation/variables/jOrgChartListSchema.html +1 -1
  1342. package/documentation/variables/jOrgChartViewSchema.html +1 -1
  1343. package/documentation/variables/jPermanentRoomListSchema.html +1 -1
  1344. package/documentation/variables/jPollSurveyListSchema.html +1 -1
  1345. package/documentation/variables/jPollSurveyLittleSchema.html +1 -1
  1346. package/documentation/variables/jPollSurveyViewSchema.html +1 -1
  1347. package/documentation/variables/jQuarantineListSchema.html +1 -1
  1348. package/documentation/variables/jQuarantineLittleSchema.html +1 -1
  1349. package/documentation/variables/jQuizzListSchema.html +1 -1
  1350. package/documentation/variables/jQuizzListShapeTmp.html +1 -1
  1351. package/documentation/variables/jQuizzViewSchema.html +2 -2
  1352. package/documentation/variables/jRecurringEventListSchema.html +1 -1
  1353. package/documentation/variables/jRecurringEventLittleSchema.html +1 -1
  1354. package/documentation/variables/jRecurringEventOccurrenceListFalsySchema.html +1 -1
  1355. package/documentation/variables/jRecurringEventOccurrenceListSchema.html +1 -1
  1356. package/documentation/variables/jRecurringEventOccurrenceListTruthySchema.html +1 -1
  1357. package/documentation/variables/jRecurringEventOccurrenceLittleFalsySchema.html +1 -1
  1358. package/documentation/variables/jRecurringEventOccurrenceLittleSchema.html +1 -1
  1359. package/documentation/variables/jRecurringEventOccurrenceLittleTruthySchema.html +1 -1
  1360. package/documentation/variables/jRecurringEventOccurrenceViewFalsySchema.html +1 -1
  1361. package/documentation/variables/jRecurringEventOccurrenceViewSchema.html +1 -1
  1362. package/documentation/variables/jRecurringEventOccurrenceViewTruthySchema.html +1 -1
  1363. package/documentation/variables/jRecurringEventViewSchema.html +1 -1
  1364. package/documentation/variables/jReservationListSchema.html +1 -1
  1365. package/documentation/variables/jSocialEventListSchema.html +1 -1
  1366. package/documentation/variables/jSocialEventLittleSchema.html +1 -1
  1367. package/documentation/variables/jSocialEventViewSchema.html +1 -1
  1368. package/documentation/variables/jSocialRateLinkListSchema.html +1 -1
  1369. package/documentation/variables/jSpotAutocompleteSchema.html +1 -1
  1370. package/documentation/variables/jSpotAutocompleteShape.html +1 -1
  1371. package/documentation/variables/jSupportListSchema.html +1 -1
  1372. package/documentation/variables/jSupportViewSchema.html +1 -1
  1373. package/documentation/variables/jSupportViewShapeTmp.html +1 -1
  1374. package/documentation/variables/jSurveyDateListSchema.html +1 -1
  1375. package/documentation/variables/jSurveyDateViewSchema.html +1 -1
  1376. package/documentation/variables/jTvChannelDynamicListSchema.html +1 -1
  1377. package/documentation/variables/jTvChannelListSchema.html +1 -1
  1378. package/documentation/variables/jTvChannelLittleSchema.html +1 -1
  1379. package/documentation/variables/jTvChannelSlideshowListSchema.html +1 -1
  1380. package/documentation/variables/jUserAutocompleteSchema.html +1 -1
  1381. package/documentation/variables/jUserListSchema.html +1 -1
  1382. package/documentation/variables/jUserLittleSchema.html +1 -1
  1383. package/documentation/variables/jUserValuesSchema.html +1 -1
  1384. package/documentation/variables/jUserViewSchema.html +1 -1
  1385. package/documentation/variables/licenseSchema.html +1 -1
  1386. package/documentation/variables/mediaLibraryFilesStatsSchema.html +1 -1
  1387. package/documentation/variables/mediaLibraryFolderStatsSchema.html +1 -1
  1388. package/documentation/variables/mediaLibraryListSchema.html +1 -1
  1389. package/documentation/variables/mediaLibraryStatsSchema.html +1 -1
  1390. package/documentation/variables/meetingActionSchema.html +1 -1
  1391. package/documentation/variables/meetingCreationSchema.html +1 -1
  1392. package/documentation/variables/meetingUpdateSchema.html +1 -1
  1393. package/documentation/variables/metasExternalSchema.html +1 -1
  1394. package/documentation/variables/metasJamespotSchema.html +1 -1
  1395. package/documentation/variables/metasSchema.html +1 -1
  1396. package/documentation/variables/metasYoutubeSchema.html +1 -1
  1397. package/documentation/variables/meteoLocationSchema.html +1 -1
  1398. package/documentation/variables/meteoSearchResultSchema.html +1 -1
  1399. package/documentation/variables/methodSchema.html +1 -1
  1400. package/documentation/variables/mimetypeToExt.html +1 -1
  1401. package/documentation/variables/mimetypes.html +1 -1
  1402. package/documentation/variables/moduleRestrictionMode.html +1 -1
  1403. package/documentation/variables/moveFaqEntrySchema.html +1 -1
  1404. package/documentation/variables/moveFaqThemeSchema.html +1 -1
  1405. package/documentation/variables/moveMediaLibraryFileParamsSchema.html +1 -1
  1406. package/documentation/variables/msDocumentEntitySchema.html +1 -1
  1407. package/documentation/variables/msDocumentParamsSchema.html +1 -1
  1408. package/documentation/variables/msGetDocumentsParamsSchema.html +1 -1
  1409. package/documentation/variables/msGroupEntitySchema.html +1 -1
  1410. package/documentation/variables/msSiteEntitySchema.html +1 -1
  1411. package/documentation/variables/msTenantEntitySchema.html +1 -1
  1412. package/documentation/variables/msTenantsSchema.html +1 -1
  1413. package/documentation/variables/msUnifiedEntitySchema.html +1 -1
  1414. package/documentation/variables/network.html +1 -1
  1415. package/documentation/variables/networkTypeSchema.html +1 -1
  1416. package/documentation/variables/newsConceptSchema.html +1 -1
  1417. package/documentation/variables/newsflashGetResponseSchema.html +1 -1
  1418. package/documentation/variables/newsflashItemSchema.html +1 -1
  1419. package/documentation/variables/newsflashPropertiesSchema.html +1 -1
  1420. package/documentation/variables/newsflashSourceSchema.html +1 -1
  1421. package/documentation/variables/newsflashSourcesSchema.html +1 -1
  1422. package/documentation/variables/objectListPropsSchema.html +1 -1
  1423. package/documentation/variables/objectWithoutLicenseFilterSchema.html +1 -1
  1424. package/documentation/variables/officeProviderBaseUrlsSchema.html +1 -1
  1425. package/documentation/variables/officeSetConfigurationPayloadSchema.html +1 -1
  1426. package/documentation/variables/officeUserConfigurationSchema.html +1 -1
  1427. package/documentation/variables/onlyOfficeFileSchema.html +1 -1
  1428. package/documentation/variables/onyOfficeFileInfoSchema.html +1 -1
  1429. package/documentation/variables/openingTypeAnchorSchema.html +1 -1
  1430. package/documentation/variables/openingTypeLinkSchema.html +1 -1
  1431. package/documentation/variables/openingTypePopupSchema.html +1 -1
  1432. package/documentation/variables/openingTypeSchema.html +1 -1
  1433. package/documentation/variables/operatorSchema.html +1 -1
  1434. package/documentation/variables/orderSchema.html +1 -1
  1435. package/documentation/variables/ordersSchema.html +1 -1
  1436. package/documentation/variables/pollSurveyStatusSchema.html +1 -1
  1437. package/documentation/variables/previewCommentSchema.html +1 -1
  1438. package/documentation/variables/publicWebinarData.html +1 -1
  1439. package/documentation/variables/publicWebinarFullnameRequestSchema.html +1 -1
  1440. package/documentation/variables/publicWebinarGetDateRequestSchema.html +1 -1
  1441. package/documentation/variables/publicWebinarUrlSchema.html +1 -1
  1442. package/documentation/variables/questionAnswerSelectResponseParamsSchema.html +1 -1
  1443. package/documentation/variables/questionAnswerUnselectResponseParamsSchema.html +1 -1
  1444. package/documentation/variables/quizFieldSchema.html +1 -1
  1445. package/documentation/variables/quizResponseRecordSchema.html +33 -0
  1446. package/documentation/variables/quizResponseSchema.html +1 -1
  1447. package/documentation/variables/recurrenceRuleSchema.html +1 -1
  1448. package/documentation/variables/recurringEventCreationSchema.html +1 -1
  1449. package/documentation/variables/recurringEventUpdateSchema.html +1 -1
  1450. package/documentation/variables/resetNotificationConfigurationSchema.html +1 -1
  1451. package/documentation/variables/rightsSchema.html +1 -1
  1452. package/documentation/variables/rssTypeSchema.html +1 -1
  1453. package/documentation/variables/searchCategoryModelSchema.html +1 -1
  1454. package/documentation/variables/searchCategoryValueSchema.html +1 -1
  1455. package/documentation/variables/searchConfigSchema.html +1 -1
  1456. package/documentation/variables/searchFacetModelSchema.html +1 -1
  1457. package/documentation/variables/searchFacetValueModelSchema.html +1 -1
  1458. package/documentation/variables/searchFacetValuesSchema.html +1 -1
  1459. package/documentation/variables/searchLastQuerySchema.html +1 -1
  1460. package/documentation/variables/searchQueryFilterModelSchema.html +1 -1
  1461. package/documentation/variables/searchQueryOptionSchema.html +1 -1
  1462. package/documentation/variables/searchQuerySchema.html +1 -1
  1463. package/documentation/variables/searchQuerySortModelSchema.html +1 -1
  1464. package/documentation/variables/searchResultCatPropsSchema.html +1 -1
  1465. package/documentation/variables/searchResultPropsAppSchema.html +1 -1
  1466. package/documentation/variables/searchResultPropsObjectSchema.html +1 -1
  1467. package/documentation/variables/searchResultPropsSchema.html +1 -1
  1468. package/documentation/variables/shareAccessPropsSchema.html +1 -1
  1469. package/documentation/variables/shareGeneralAccessRulesSchema.html +1 -1
  1470. package/documentation/variables/shareOptionObjectSchema.html +1 -1
  1471. package/documentation/variables/shareOptionSchema.html +1 -1
  1472. package/documentation/variables/socialActionRateSchema.html +1 -1
  1473. package/documentation/variables/socialActionReportSchema.html +1 -1
  1474. package/documentation/variables/socialActionSchema.html +1 -1
  1475. package/documentation/variables/socialActionSchema_deprecated.html +1 -1
  1476. package/documentation/variables/socialActionShareSchema.html +1 -1
  1477. package/documentation/variables/socialActionStructSchema_deprecated.html +1 -1
  1478. package/documentation/variables/socialActionToggleSchema.html +1 -1
  1479. package/documentation/variables/socialEventActionSchema.html +1 -1
  1480. package/documentation/variables/socialEventCreationSchema.html +1 -1
  1481. package/documentation/variables/socialEventUpdateSchema.html +1 -1
  1482. package/documentation/variables/spotDiscussionKindSchema.html +1 -1
  1483. package/documentation/variables/storeFinalizeSchema.html +1 -1
  1484. package/documentation/variables/storeItemSchema.html +1 -1
  1485. package/documentation/variables/surveyDateResponsesSchema.html +1 -1
  1486. package/documentation/variables/surveyDateUsersForDateSchema.html +1 -1
  1487. package/documentation/variables/surveyDateUsersResponseSchema.html +1 -1
  1488. package/documentation/variables/surveyDateUsersResponsesSchema.html +1 -1
  1489. package/documentation/variables/surveyDateUtils.html +1 -1
  1490. package/documentation/variables/surveyFieldBaseSchema.html +1 -1
  1491. package/documentation/variables/surveyFieldBinaryDataSchema.html +1 -1
  1492. package/documentation/variables/surveyFieldBinarySchema.html +1 -1
  1493. package/documentation/variables/surveyFieldCheckDataSchema.html +1 -1
  1494. package/documentation/variables/surveyFieldCheckSchema.html +1 -1
  1495. package/documentation/variables/surveyFieldFileUploadDataSchema.html +1 -1
  1496. package/documentation/variables/surveyFieldFileUploadSchema.html +1 -1
  1497. package/documentation/variables/surveyFieldGridCheckDataSchema.html +1 -1
  1498. package/documentation/variables/surveyFieldGridCheckSchema.html +1 -1
  1499. package/documentation/variables/surveyFieldGridRadioDataSchema.html +1 -1
  1500. package/documentation/variables/surveyFieldGridRadioSchema.html +1 -1
  1501. package/documentation/variables/surveyFieldKeysSchema.html +1 -1
  1502. package/documentation/variables/surveyFieldOptionCheckSchema.html +1 -1
  1503. package/documentation/variables/surveyFieldOptionFileUploadSchema.html +1 -1
  1504. package/documentation/variables/surveyFieldOptionGridCheckSchema.html +1 -1
  1505. package/documentation/variables/surveyFieldOptionGridRadioSchema.html +1 -1
  1506. package/documentation/variables/surveyFieldOptionRateSchema.html +1 -1
  1507. package/documentation/variables/surveyFieldOptionScaleSchema.html +1 -1
  1508. package/documentation/variables/surveyFieldOptionTextSchema.html +1 -1
  1509. package/documentation/variables/surveyFieldOptionTextareaSchema.html +1 -1
  1510. package/documentation/variables/surveyFieldRadioDataSchema.html +1 -1
  1511. package/documentation/variables/surveyFieldRadioSchema.html +1 -1
  1512. package/documentation/variables/surveyFieldRateDataSchema.html +1 -1
  1513. package/documentation/variables/surveyFieldRateSchema.html +1 -1
  1514. package/documentation/variables/surveyFieldScaleDataSchema.html +1 -1
  1515. package/documentation/variables/surveyFieldScaleSchema.html +1 -1
  1516. package/documentation/variables/surveyFieldSelectDataSchema.html +1 -1
  1517. package/documentation/variables/surveyFieldSelectSchema.html +1 -1
  1518. package/documentation/variables/surveyFieldTextDataSchema.html +1 -1
  1519. package/documentation/variables/surveyFieldTextSchema.html +1 -1
  1520. package/documentation/variables/surveyFieldTextareaDataSchema.html +1 -1
  1521. package/documentation/variables/surveyFieldTextareaSchema.html +1 -1
  1522. package/documentation/variables/surveySectionSchema.html +1 -1
  1523. package/documentation/variables/textEnhanceResponseSchema.html +1 -1
  1524. package/documentation/variables/tinyMCECommonOptionsSchema.html +1 -1
  1525. package/documentation/variables/tinyMCEDynamicOptionsSchema.html +1 -1
  1526. package/documentation/variables/tinymceExtendedOptionsSchema.html +1 -1
  1527. package/documentation/variables/tvChannelCreatePayloadSchema.html +1 -1
  1528. package/documentation/variables/tvChannelCreationSchema.html +1 -1
  1529. package/documentation/variables/tvChannelDynamicArticleSchema.html +1 -1
  1530. package/documentation/variables/tvChannelDynamicCommentSchema.html +1 -1
  1531. package/documentation/variables/tvChannelSlideshowFileSchema.html +1 -1
  1532. package/documentation/variables/tvChannelTypeSchema.html +1 -1
  1533. package/documentation/variables/tvGetChannelResponseSchema.html +1 -1
  1534. package/documentation/variables/tvGetConfigureDynamicChannelResponse.html +1 -1
  1535. package/documentation/variables/tvGetConfigureSlideshowChannelResponse.html +1 -1
  1536. package/documentation/variables/updateCommentParamsSchema.html +1 -1
  1537. package/documentation/variables/updateGroupSchema.html +1 -1
  1538. package/documentation/variables/updateReportStatusParamsSchema.html +1 -1
  1539. package/documentation/variables/uploadConfigSchema.html +1 -1
  1540. package/documentation/variables/userDefaultFieldsTypeSchema.html +1 -1
  1541. package/documentation/variables/userDirectoryConfigurationSchema.html +1 -1
  1542. package/documentation/variables/userDownloadSchema.html +1 -1
  1543. package/documentation/variables/userFieldSchema.html +1 -1
  1544. package/documentation/variables/userFieldsConfigurationTypeSchema.html +1 -1
  1545. package/documentation/variables/userFieldsSchema.html +1 -1
  1546. package/documentation/variables/userLevelSpotSchema.html +1 -1
  1547. package/documentation/variables/userMapModelSchema.html +1 -1
  1548. package/documentation/variables/userReadSchema.html +1 -1
  1549. package/documentation/variables/userResponseStatusSchema.html +1 -1
  1550. package/documentation/variables/userSpotCategoriesSchema.html +1 -1
  1551. package/documentation/variables/userValuesSchema.html +1 -1
  1552. package/documentation/variables/valueLabelSchema.html +1 -1
  1553. package/documentation/variables/variantSizeTypeSchema.html +1 -1
  1554. package/documentation/variables/variantTypeSchema.html +1 -1
  1555. package/documentation/variables/videoRecordingSchema.html +1 -1
  1556. package/documentation/variables/visioConnectStatisticsRoomSchema.html +1 -1
  1557. package/documentation/variables/visioConnectStatisticsRoomSessionsSchema.html +1 -1
  1558. package/documentation/variables/visioConnectStatisticsSchema.html +1 -1
  1559. package/documentation/variables/wallFilterSchema.html +1 -1
  1560. package/documentation/variables/weDocTemplateSchema-1.html +1 -1
  1561. package/documentation/variables/wedocEmptyTypeSchema.html +1 -1
  1562. package/documentation/variables/wedocFileAudienceTypeSchema.html +1 -1
  1563. package/documentation/variables/wedocFolderListSchema.html +1 -1
  1564. package/documentation/variables/wedocQueryResultsSchema.html +1 -1
  1565. package/documentation/variables/wedocQueryTypeSchema.html +1 -1
  1566. package/documentation/variables/wedocShareRecipientSchema.html +1 -1
  1567. package/documentation/variables/wedocTemplateSchema.html +1 -1
  1568. package/documentation/variables/widgetAccessibilityContentSchema.html +1 -1
  1569. package/documentation/variables/widgetAccessibilityTypeSchema.html +1 -1
  1570. package/documentation/variables/widgetActiveValueSchema.html +1 -1
  1571. package/documentation/variables/widgetApplicationAppsItemSchema.html +1 -1
  1572. package/documentation/variables/widgetApplicationContentSchema.html +1 -1
  1573. package/documentation/variables/widgetApplicationCssSchema.html +1 -1
  1574. package/documentation/variables/widgetApplicationExtensionItemSchema.html +1 -1
  1575. package/documentation/variables/widgetApplicationImageItemSchema.html +1 -1
  1576. package/documentation/variables/widgetApplicationItemSchema.html +1 -1
  1577. package/documentation/variables/widgetApplicationLinkItemSchema.html +1 -1
  1578. package/documentation/variables/widgetApplicationSizeSchema.html +1 -1
  1579. package/documentation/variables/widgetApplicationTypeSchema.html +1 -1
  1580. package/documentation/variables/widgetApplicationViewSchema.html +1 -1
  1581. package/documentation/variables/widgetArticleAttachmentContentSchema.html +1 -1
  1582. package/documentation/variables/widgetArticleAttachmentTypeSchema.html +1 -1
  1583. package/documentation/variables/widgetArticleButtonContentSchema.html +1 -1
  1584. package/documentation/variables/widgetArticleButtonTypeSchema.html +1 -1
  1585. package/documentation/variables/widgetArticleCheckListTypeForFrontSchema.html +1 -1
  1586. package/documentation/variables/widgetArticleGalleryContentSchema.html +1 -1
  1587. package/documentation/variables/widgetArticleGalleryTypeSchema.html +1 -1
  1588. package/documentation/variables/widgetArticleImageContentSchema.html +1 -1
  1589. package/documentation/variables/widgetArticleImageTypeSchema.html +1 -1
  1590. package/documentation/variables/widgetArticleSliderContentSchema.html +1 -1
  1591. package/documentation/variables/widgetArticleSliderTypeSchema.html +1 -1
  1592. package/documentation/variables/widgetArticleTextContentSchema.html +1 -1
  1593. package/documentation/variables/widgetArticleTextTypeSchema.html +1 -1
  1594. package/documentation/variables/widgetArticleTitleContentSchema.html +1 -1
  1595. package/documentation/variables/widgetArticleTitleTypeSchema.html +1 -1
  1596. package/documentation/variables/widgetAudienceSchema.html +1 -1
  1597. package/documentation/variables/widgetBaseSchema.html +2 -2
  1598. package/documentation/variables/widgetBirthdayContentSchema.html +1 -1
  1599. package/documentation/variables/widgetBirthdayCssSchema.html +1 -1
  1600. package/documentation/variables/widgetBirthdayTypeSchema.html +1 -1
  1601. package/documentation/variables/widgetButtonActionGroupSchema.html +1 -1
  1602. package/documentation/variables/widgetButtonActionSchema.html +1 -1
  1603. package/documentation/variables/widgetButtonActionTypeSchema.html +1 -1
  1604. package/documentation/variables/widgetButtonContentSchema.html +1 -1
  1605. package/documentation/variables/widgetButtonIconFontSizeSchema.html +1 -1
  1606. package/documentation/variables/widgetButtonIconPaddingSchema.html +1 -1
  1607. package/documentation/variables/widgetButtonIconPositionSchema.html +1 -1
  1608. package/documentation/variables/widgetButtonPositionSchema.html +1 -1
  1609. package/documentation/variables/widgetButtonPropsSchema.html +1 -1
  1610. package/documentation/variables/widgetButtonSizeSchema.html +1 -1
  1611. package/documentation/variables/widgetButtonStyleSchema.html +1 -1
  1612. package/documentation/variables/widgetButtonTypeSchema.html +1 -1
  1613. package/documentation/variables/widgetCalendarCalDavContentSchema.html +1 -1
  1614. package/documentation/variables/widgetCalendarCalDavTypeSchema.html +1 -1
  1615. package/documentation/variables/widgetCalendarContentSchema.html +1 -1
  1616. package/documentation/variables/widgetCalendarTypeSchema.html +1 -1
  1617. package/documentation/variables/widgetChartsContentSchema.html +1 -1
  1618. package/documentation/variables/widgetChartsTypeSchema.html +1 -1
  1619. package/documentation/variables/widgetCheckListContentArrForFrontSchema.html +1 -1
  1620. package/documentation/variables/widgetCheckListContentArrSchema.html +1 -1
  1621. package/documentation/variables/widgetCheckListContentForFrontSchema.html +1 -1
  1622. package/documentation/variables/widgetCheckListContentSchema.html +1 -1
  1623. package/documentation/variables/widgetCheckListTypeSchema.html +1 -1
  1624. package/documentation/variables/widgetCheckboxSchema.html +1 -1
  1625. package/documentation/variables/widgetColorContentSchema.html +1 -1
  1626. package/documentation/variables/widgetColorSchema.html +1 -1
  1627. package/documentation/variables/widgetColorTypeSchema.html +1 -1
  1628. package/documentation/variables/widgetCombinationAlignItemsSchema.html +1 -1
  1629. package/documentation/variables/widgetCombinationContentRowSchema.html +1 -1
  1630. package/documentation/variables/widgetCombinationContentRowWidgetSchema.html +1 -1
  1631. package/documentation/variables/widgetCombinationContentSchema.html +1 -1
  1632. package/documentation/variables/widgetCombinationDirectionSchema.html +1 -1
  1633. package/documentation/variables/widgetCombinationJustifyContentSchema.html +1 -1
  1634. package/documentation/variables/widgetCombinationTemplateSchema.html +1 -1
  1635. package/documentation/variables/widgetCombinationTypeSchema.html +1 -1
  1636. package/documentation/variables/widgetContactCardDavContentSchema.html +1 -1
  1637. package/documentation/variables/widgetContactCardDavTypeSchema.html +1 -1
  1638. package/documentation/variables/widgetContactContentSchema.html +1 -1
  1639. package/documentation/variables/widgetContactCssSchema.html +1 -1
  1640. package/documentation/variables/widgetContactTypeSchema.html +1 -1
  1641. package/documentation/variables/widgetContentBaseSchema.html +1 -1
  1642. package/documentation/variables/widgetContentKeysSchema.html +1 -1
  1643. package/documentation/variables/widgetContextSchema.html +1 -1
  1644. package/documentation/variables/widgetCountdownContentSchema.html +1 -1
  1645. package/documentation/variables/widgetCountdownTypeSchema.html +1 -1
  1646. package/documentation/variables/widgetCoverContentSchema.html +1 -1
  1647. package/documentation/variables/widgetCoverSlideSchema.html +1 -1
  1648. package/documentation/variables/widgetCoverTypeSchema.html +1 -1
  1649. package/documentation/variables/widgetDatasourceTableContentSchema.html +1 -1
  1650. package/documentation/variables/widgetDatasourceTableTypeSchema.html +1 -1
  1651. package/documentation/variables/widgetDatePickerSchema.html +1 -1
  1652. package/documentation/variables/widgetDatePickerValueSchema.html +1 -1
  1653. package/documentation/variables/widgetDateSchema.html +1 -1
  1654. package/documentation/variables/widgetDateValueSchema.html +1 -1
  1655. package/documentation/variables/widgetDatetimeSchema.html +1 -1
  1656. package/documentation/variables/widgetDatetimeValueSchema.html +1 -1
  1657. package/documentation/variables/widgetDefaultProps.html +1 -1
  1658. package/documentation/variables/widgetDefinitionPropsSchema.html +1 -1
  1659. package/documentation/variables/widgetDisplayModeSchema.html +1 -1
  1660. package/documentation/variables/widgetDocumentsContentSchema.html +1 -1
  1661. package/documentation/variables/widgetDocumentsTypeSchema.html +1 -1
  1662. package/documentation/variables/widgetEmailSchema.html +1 -1
  1663. package/documentation/variables/widgetEmailValueSchema.html +1 -1
  1664. package/documentation/variables/widgetEmailsImapContentSchema.html +1 -1
  1665. package/documentation/variables/widgetEmailsImapTypeSchema.html +1 -1
  1666. package/documentation/variables/widgetEmbedContentSchema.html +1 -1
  1667. package/documentation/variables/widgetEmbedSchema.html +1 -1
  1668. package/documentation/variables/widgetEmbedTypeSchema.html +1 -1
  1669. package/documentation/variables/widgetExcelDatasourceTableContentSchema.html +1 -1
  1670. package/documentation/variables/widgetExcelDatasourceTableTypeSchema.html +1 -1
  1671. package/documentation/variables/widgetExtensionContentSchema.html +1 -1
  1672. package/documentation/variables/widgetExtensionTypeSchema.html +1 -1
  1673. package/documentation/variables/widgetFaqContentSchema.html +1 -1
  1674. package/documentation/variables/widgetFaqTypeSchema.html +1 -1
  1675. package/documentation/variables/widgetFileContentSchema.html +1 -1
  1676. package/documentation/variables/widgetFileSchema.html +1 -1
  1677. package/documentation/variables/widgetFileTypeSchema.html +1 -1
  1678. package/documentation/variables/widgetFlocklerContentSchema.html +1 -1
  1679. package/documentation/variables/widgetFlocklerTypeSchema.html +1 -1
  1680. package/documentation/variables/widgetIframeVideoSchema.html +1 -1
  1681. package/documentation/variables/widgetImageContentSchema.html +1 -1
  1682. package/documentation/variables/widgetImageSchema.html +1 -1
  1683. package/documentation/variables/widgetImageTypeSchema.html +1 -1
  1684. package/documentation/variables/widgetKeysSchema.html +1 -1
  1685. package/documentation/variables/widgetLayerSchema.html +1 -1
  1686. package/documentation/variables/widgetLegacyMixedBooleanSchema.html +1 -1
  1687. package/documentation/variables/widgetLinkSchema.html +1 -1
  1688. package/documentation/variables/widgetListContentArrPopupWidgetSchema.html +33 -0
  1689. package/documentation/variables/widgetListContentArrSchema.html +33 -0
  1690. package/documentation/variables/widgetListContentSchema.html +33 -0
  1691. package/documentation/variables/widgetListOrientationSchema.html +33 -0
  1692. package/documentation/variables/widgetListTypeSchema.html +33 -0
  1693. package/documentation/variables/widgetLuccaAbsenceContentSchema.html +1 -1
  1694. package/documentation/variables/widgetLuccaAbsenceTypeSchema.html +1 -1
  1695. package/documentation/variables/widgetLuccaAbsenceUserSchema.html +1 -1
  1696. package/documentation/variables/widgetMeteoContentSchema.html +1 -1
  1697. package/documentation/variables/widgetMeteoTypeSchema.html +1 -1
  1698. package/documentation/variables/widgetMultiattributeSchema.html +1 -1
  1699. package/documentation/variables/widgetMyGroupContentSchema.html +1 -1
  1700. package/documentation/variables/widgetMyGroupTypeSchema.html +1 -1
  1701. package/documentation/variables/widgetNewsContentSchema.html +1 -1
  1702. package/documentation/variables/widgetNewsTypeSchema.html +1 -1
  1703. package/documentation/variables/widgetNewsflashContentSchema.html +1 -1
  1704. package/documentation/variables/widgetNewsflashTypeSchema.html +1 -1
  1705. package/documentation/variables/widgetNumberSchema.html +1 -1
  1706. package/documentation/variables/widgetNumberValueSchema.html +1 -1
  1707. package/documentation/variables/widgetOrientedlinksSchema.html +1 -1
  1708. package/documentation/variables/widgetPlaceSchema.html +1 -1
  1709. package/documentation/variables/widgetPresenceContentSchema.html +1 -1
  1710. package/documentation/variables/widgetPresenceRespondPayloadSchema.html +1 -1
  1711. package/documentation/variables/widgetPresenceResponseSchema.html +1 -1
  1712. package/documentation/variables/widgetPresenceTypeSchema.html +1 -1
  1713. package/documentation/variables/widgetQuickSurveyContentSchema.html +1 -1
  1714. package/documentation/variables/widgetQuickSurveyTypeSchema.html +1 -1
  1715. package/documentation/variables/widgetQuizzContentSchema.html +33 -0
  1716. package/documentation/variables/widgetQuizzTypeSchema.html +33 -0
  1717. package/documentation/variables/widgetRadioSchema.html +1 -1
  1718. package/documentation/variables/widgetRefUserSchema.html +1 -1
  1719. package/documentation/variables/widgetRtObjectSchema.html +1 -1
  1720. package/documentation/variables/widgetSchema.html +1 -1
  1721. package/documentation/variables/widgetSelectSchema.html +1 -1
  1722. package/documentation/variables/widgetSelectionBackgroundPropsSchema.html +1 -1
  1723. package/documentation/variables/widgetSelectionPropsSchema.html +1 -1
  1724. package/documentation/variables/widgetSeparatorAlignSchema.html +1 -1
  1725. package/documentation/variables/widgetSeparatorContentSchema.html +1 -1
  1726. package/documentation/variables/widgetSeparatorOrientationSchema.html +1 -1
  1727. package/documentation/variables/widgetSeparatorTypeSchema.html +1 -1
  1728. package/documentation/variables/widgetShortcutsContentSchema.html +33 -0
  1729. package/documentation/variables/widgetShortcutsTypeSchema.html +33 -0
  1730. package/documentation/variables/widgetSlideSchema.html +1 -1
  1731. package/documentation/variables/widgetSliderContentSchema.html +1 -1
  1732. package/documentation/variables/widgetSliderTypeSchema.html +1 -1
  1733. package/documentation/variables/widgetStatePropsSchema.html +1 -1
  1734. package/documentation/variables/widgetStylesSchema.html +1 -1
  1735. package/documentation/variables/widgetSurveyContentSchema.html +1 -1
  1736. package/documentation/variables/widgetSurveyTypeSchema.html +1 -1
  1737. package/documentation/variables/widgetSyncContentContentSchema.html +1 -1
  1738. package/documentation/variables/widgetSyncContentTypeSchema.html +1 -1
  1739. package/documentation/variables/widgetTableColumnDataSchema.html +1 -1
  1740. package/documentation/variables/widgetTableColumnSchema.html +1 -1
  1741. package/documentation/variables/widgetTableColumnTypesSchema.html +1 -1
  1742. package/documentation/variables/widgetTableColumnWidgetDateSchema.html +1 -1
  1743. package/documentation/variables/widgetTableColumnWidgetDefaultSchema.html +1 -1
  1744. package/documentation/variables/widgetTableColumnWidgetSelectOptionSchema.html +1 -1
  1745. package/documentation/variables/widgetTableColumnWidgetSelectSchema.html +1 -1
  1746. package/documentation/variables/widgetTableColumnWidgetTextSchema.html +1 -1
  1747. package/documentation/variables/widgetTableColumnWidgetsSchema.html +1 -1
  1748. package/documentation/variables/widgetTableColumnsData.html +1 -1
  1749. package/documentation/variables/widgetTableContentSchema.html +1 -1
  1750. package/documentation/variables/widgetTaxonomySchema.html +1 -1
  1751. package/documentation/variables/widgetTelSchema.html +1 -1
  1752. package/documentation/variables/widgetTextContentSchema.html +1 -1
  1753. package/documentation/variables/widgetTextMediumTypeSchema.html +33 -0
  1754. package/documentation/variables/widgetTextSchema.html +1 -1
  1755. package/documentation/variables/widgetTextTypeSchema.html +1 -1
  1756. package/documentation/variables/widgetTextValueSchema.html +1 -1
  1757. package/documentation/variables/widgetTextareaSchema.html +1 -1
  1758. package/documentation/variables/widgetTextareaValueSchema.html +1 -1
  1759. package/documentation/variables/widgetToggleSchema.html +1 -1
  1760. package/documentation/variables/widgetTransientSchema.html +1 -1
  1761. package/documentation/variables/widgetTypeKeysSchema.html +1 -1
  1762. package/documentation/variables/widgetUriSchema.html +1 -1
  1763. package/documentation/variables/widgetUrlSchema.html +1 -1
  1764. package/documentation/variables/widgetUrlValueSchema.html +1 -1
  1765. package/documentation/variables/widgetUserProfileContentSchema.html +1 -1
  1766. package/documentation/variables/widgetUserProfileTypeSchema.html +1 -1
  1767. package/documentation/variables/widgetVectorSchema.html +1 -1
  1768. package/documentation/variables/widgetWelcomeContentSchema.html +1 -1
  1769. package/documentation/variables/widgetWelcomeTypeSchema.html +1 -1
  1770. package/documentation/variables/widgetWidgetBaseSchema.html +33 -0
  1771. package/documentation/variables/widgetWrapperLevelSchema.html +1 -1
  1772. package/documentation/variables/widgetWrapperPropsSchema.html +1 -1
  1773. package/documentation/variables/widgetYoutubeContentSchema.html +1 -1
  1774. package/documentation/variables/widgetYoutubeTypeSchema.html +1 -1
  1775. package/documentation/variables/widgetsRootStateSchema.html +1 -1
  1776. package/documentation/variables/widgetsStateSchema.html +1 -1
  1777. package/documentation/variables/widgetsValueSchema.html +1 -1
  1778. package/package.json +1 -1
@@ -1 +1 @@
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 xu extends T{readList(e,a){return this.network.post({o:"activity",f:"readList",...e},a?.signal)}}class Vi 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 ji=Array.isArray,Ei=Object.keys,Au=Object.prototype.hasOwnProperty;function vn(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=ji(n),l=ji(e);let u,m,v;if(i&&l){if(m=n.length,m!==e.length)return!1;for(u=m;u--!==0;)if(!vn(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=Ei(n).filter(te=>!o?.some(Be=>Be.length===1&&Be[0]===te));if(m=ke.length,m!==Ei(e).filter(te=>!o?.some(Be=>Be.length===1&&Be[0]===te)).length)return!1;for(u=m;u--!==0;){const te=ke[u];if(te&&!Au.call(e,te))return!1}for(u=m;u--!==0;)if(v=ke[u],!(v==="_owner"&&n.$$typeof)&&!vn(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 kn(n,e){if(Array.isArray(n))return n.map(a=>kn(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]:kn(n[o],e)}}),a}else return n}const B=(n,e)=>Array.isArray(e)&&e.length?[n,...e].join(","):n;class qi 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 Ni 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 zi 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 Gi extends T{getApps(e){return this.network.post({o:"admin",f:"apps"},e)}}class _u 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 Di;(function(n){n.mergeShapes=(e,a)=>({...e,...a})})(Di||(Di={}));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 Je=(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 Lu=Je;function bn(){return Lu}const Cn=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 b(n,e){const a=bn(),o=Cn({issueData:e,data:n.data,path:n.path,errorMaps:[n.common.contextualErrorMap,n.schemaErrorMap,a,a===Je?void 0:Je].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 R;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 R;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 R=Object.freeze({status:"aborted"}),Ve=n=>({status:"dirty",value:n}),Y=n=>({status:"valid",value:n}),Ii=n=>n.status==="aborted",Pi=n=>n.status==="dirty",Ee=n=>n.status==="valid",ct=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 Oi=(n,e)=>{if(Ee(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(ct(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 Oi(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 Ee(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=>Ee(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(ct(i)?i:Promise.resolve(i));return Oi(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:L.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 Pe.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return se.create(this)}promise(){return Ze.create(this,this._def)}or(e){return dt.create([this,e],this._def)}and(e){return pt.create(this,e,this._def)}transform(e){return new Te({...D(this._def),schema:this,typeName:L.ZodEffects,effect:{type:"transform",transform:e}})}default(e){const a=typeof e=="function"?e:()=>e;return new jn({...D(this._def),innerType:this,defaultValue:a,typeName:L.ZodDefault})}brand(){return new Yu({typeName:L.ZodBranded,type:this,...D(this._def)})}catch(e){const a=typeof e=="function"?e:()=>e;return new En({...D(this._def),innerType:this,catchValue:a,typeName:L.ZodCatch})}describe(e){const a=this.constructor;return new a({...this._def,description:e})}pipe(e){return zn.create(this,e)}readonly(){return Dn.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}}const Fu=/^c[^\s-]{8,}$/i,Ru=/^[0-9a-z]+$/,ju=/^[0-9A-HJKMNP-TV-Z]{26}$/i,Eu=/^[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,Du=/^[a-z0-9_-]{21}$/i,Iu=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,Pu=/^[-+]?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)?)??$/,Ou=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,Mu="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";let Sn;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])$/,Wu=/^(?:(?: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])$/,Bu=/^(([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]))$/,Vu=/^(([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])$/,qu=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,Nu=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Ji="((\\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])))",zu=new RegExp(`^${Ji}$`);function Hi(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 Gu(n){return new RegExp(`^${Hi(n)}$`)}function Ju(n){let e=`${Ji}T${Hi(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 Hu(n,e){return!!((e==="v4"||!e)&&Uu.test(n)||(e==="v6"||!e)&&Bu.test(n))}function $u(n,e){if(!Iu.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 Zu(n,e){return!!((e==="v4"||!e)&&Wu.test(n)||(e==="v6"||!e)&&Vu.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 b(l,{code:S.invalid_type,expected:C.string,received:l.parsedType}),R}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),b(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),b(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?b(i,{code:S.too_big,maximum:l.value,type:"string",inclusive:!0,exact:!0,message:l.message}):m&&b(i,{code:S.too_small,minimum:l.value,type:"string",inclusive:!0,exact:!0,message:l.message}),o.dirty())}else if(l.kind==="email")Ou.test(e.data)||(i=this._getOrReturnCtx(e,i),b(i,{validation:"email",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="emoji")Sn||(Sn=new RegExp(Mu,"u")),Sn.test(e.data)||(i=this._getOrReturnCtx(e,i),b(i,{validation:"emoji",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="uuid")Eu.test(e.data)||(i=this._getOrReturnCtx(e,i),b(i,{validation:"uuid",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="nanoid")Du.test(e.data)||(i=this._getOrReturnCtx(e,i),b(i,{validation:"nanoid",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="cuid")Fu.test(e.data)||(i=this._getOrReturnCtx(e,i),b(i,{validation:"cuid",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="cuid2")Ru.test(e.data)||(i=this._getOrReturnCtx(e,i),b(i,{validation:"cuid2",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="ulid")ju.test(e.data)||(i=this._getOrReturnCtx(e,i),b(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),b(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),b(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),b(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),b(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),b(i,{code:S.invalid_string,validation:{endsWith:l.value},message:l.message}),o.dirty()):l.kind==="datetime"?Ju(l).test(e.data)||(i=this._getOrReturnCtx(e,i),b(i,{code:S.invalid_string,validation:"datetime",message:l.message}),o.dirty()):l.kind==="date"?zu.test(e.data)||(i=this._getOrReturnCtx(e,i),b(i,{code:S.invalid_string,validation:"date",message:l.message}),o.dirty()):l.kind==="time"?Gu(l).test(e.data)||(i=this._getOrReturnCtx(e,i),b(i,{code:S.invalid_string,validation:"time",message:l.message}),o.dirty()):l.kind==="duration"?Pu.test(e.data)||(i=this._getOrReturnCtx(e,i),b(i,{validation:"duration",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="ip"?Hu(e.data,l.version)||(i=this._getOrReturnCtx(e,i),b(i,{validation:"ip",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="jwt"?$u(e.data,l.alg)||(i=this._getOrReturnCtx(e,i),b(i,{validation:"jwt",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="cidr"?Zu(e.data,l.version)||(i=this._getOrReturnCtx(e,i),b(i,{validation:"cidr",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="base64"?qu.test(e.data)||(i=this._getOrReturnCtx(e,i),b(i,{validation:"base64",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="base64url"?Nu.test(e.data)||(i=this._getOrReturnCtx(e,i),b(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:L.ZodString,coerce:n?.coerce??!1,...D(n)});function Qu(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 b(l,{code:S.invalid_type,expected:C.number,received:l.parsedType}),R}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),b(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),b(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),b(o,{code:S.too_big,maximum:l.value,type:"number",inclusive:l.inclusive,exact:!1,message:l.message}),i.dirty()):l.kind==="multipleOf"?Qu(e.data,l.value)!==0&&(o=this._getOrReturnCtx(e,o),b(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),b(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:L.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),b(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),b(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),b(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 b(a,{code:S.invalid_type,expected:C.bigint,received:a.parsedType}),R}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:L.ZodBigInt,coerce:n?.coerce??!1,...D(n)});class lt extends P{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==C.boolean){const o=this._getOrReturnCtx(e);return b(o,{code:S.invalid_type,expected:C.boolean,received:o.parsedType}),R}return Y(e.data)}}lt.create=n=>new lt({typeName:L.ZodBoolean,coerce:n?.coerce||!1,...D(n)});class De 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 b(l,{code:S.invalid_type,expected:C.date,received:l.parsedType}),R}if(Number.isNaN(e.data.getTime())){const l=this._getOrReturnCtx(e);return b(l,{code:S.invalid_date}),R}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),b(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),b(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 De({...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}}De.create=n=>new De({checks:[],coerce:n?.coerce||!1,typeName:L.ZodDate,...D(n)});class Mi extends P{_parse(e){if(this._getType(e)!==C.symbol){const o=this._getOrReturnCtx(e);return b(o,{code:S.invalid_type,expected:C.symbol,received:o.parsedType}),R}return Y(e.data)}}Mi.create=n=>new Mi({typeName:L.ZodSymbol,...D(n)});class Tn extends P{_parse(e){if(this._getType(e)!==C.undefined){const o=this._getOrReturnCtx(e);return b(o,{code:S.invalid_type,expected:C.undefined,received:o.parsedType}),R}return Y(e.data)}}Tn.create=n=>new Tn({typeName:L.ZodUndefined,...D(n)});class xn extends P{_parse(e){if(this._getType(e)!==C.null){const o=this._getOrReturnCtx(e);return b(o,{code:S.invalid_type,expected:C.null,received:o.parsedType}),R}return Y(e.data)}}xn.create=n=>new xn({typeName:L.ZodNull,...D(n)});class He extends P{constructor(){super(...arguments),this._any=!0}_parse(e){return Y(e.data)}}He.create=n=>new He({typeName:L.ZodAny,...D(n)});class je extends P{constructor(){super(...arguments),this._unknown=!0}_parse(e){return Y(e.data)}}je.create=n=>new je({typeName:L.ZodUnknown,...D(n)});class Se extends P{_parse(e){const a=this._getOrReturnCtx(e);return b(a,{code:S.invalid_type,expected:C.never,received:a.parsedType}),R}}Se.create=n=>new Se({typeName:L.ZodNever,...D(n)});class An extends P{_parse(e){if(this._getType(e)!==C.undefined){const o=this._getOrReturnCtx(e);return b(o,{code:S.invalid_type,expected:C.void,received:o.parsedType}),R}return Y(e.data)}}An.create=n=>new An({typeName:L.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 b(a,{code:S.invalid_type,expected:C.array,received:a.parsedType}),R;if(i.exactLength!==null){const u=a.data.length>i.exactLength.value,m=a.data.length<i.exactLength.value;(u||m)&&(b(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&&(b(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&&(b(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:L.ZodArray,...D(e)});function Re(n){if(n instanceof N){const e={};for(const a in n.shape){const o=n.shape[a];e[a]=fe.create(Re(o))}return new N({...n._def,shape:()=>e})}else return n instanceof se?new se({...n._def,type:Re(n.element)}):n instanceof fe?fe.create(Re(n.unwrap())):n instanceof Pe?Pe.create(Re(n.unwrap())):n instanceof pe?pe.create(n.items.map(e=>Re(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 b(w,{code:S.invalid_type,expected:C.object,received:w.parsedType}),R}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&&(b(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:L.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 Re(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 $i(M.objectKeys(this.shape))}}N.create=(n,e)=>new N({shape:()=>n,unknownKeys:"strip",catchall:Se.create(),typeName:L.ZodObject,...D(e)});N.strictCreate=(n,e)=>new N({shape:()=>n,unknownKeys:"strict",catchall:Se.create(),typeName:L.ZodObject,...D(e)});N.lazycreate=(n,e)=>new N({shape:n,unknownKeys:"strip",catchall:Se.create(),typeName:L.ZodObject,...D(e)});class dt 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 b(a,{code:S.invalid_union,unionErrors:u}),R}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 b(a,{code:S.invalid_union,unionErrors:m}),R}}get options(){return this._def.options}}dt.create=(n,e)=>new dt({options:n,typeName:L.ZodUnion,...D(e)});function _n(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=_n(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=_n(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 pt extends P{_parse(e){const{status:a,ctx:o}=this._processInputParams(e),i=(l,u)=>{if(Ii(l)||Ii(u))return R;const m=_n(l.value,u.value);return m.valid?((Pi(l)||Pi(u))&&a.dirty(),{status:a.value,value:m.data}):(b(o,{code:S.invalid_intersection_types}),R)};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}))}}pt.create=(n,e,a)=>new pt({left:n,right:e,typeName:L.ZodIntersection,...D(a)});class pe extends P{_parse(e){const{status:a,ctx:o}=this._processInputParams(e);if(o.parsedType!==C.array)return b(o,{code:S.invalid_type,expected:C.array,received:o.parsedType}),R;if(o.data.length<this._def.items.length)return b(o,{code:S.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),R;!this._def.rest&&o.data.length>this._def.items.length&&(b(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:L.ZodTuple,rest:null,...D(e)})};class ut 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 b(o,{code:S.invalid_type,expected:C.object,received:o.parsedType}),R;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 ut({keyType:e,valueType:a,typeName:L.ZodRecord,...D(o)}):new ut({keyType:ie.create(),valueType:e,typeName:L.ZodRecord,...D(a)})}}class Ui 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 b(o,{code:S.invalid_type,expected:C.map,received:o.parsedType}),R;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 R;(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 R;(w.status==="dirty"||j.status==="dirty")&&a.dirty(),m.set(w.value,j.value)}return{status:a.value,value:m}}}}Ui.create=(n,e,a)=>new Ui({valueType:e,keyType:n,typeName:L.ZodMap,...D(a)});class $e extends P{_parse(e){const{status:a,ctx:o}=this._processInputParams(e);if(o.parsedType!==C.set)return b(o,{code:S.invalid_type,expected:C.set,received:o.parsedType}),R;const i=this._def;i.minSize!==null&&o.data.size<i.minSize.value&&(b(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&&(b(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 R;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 $e({...this._def,minSize:{value:e,message:x.toString(a)}})}max(e,a){return new $e({...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)}}$e.create=(n,e)=>new $e({valueType:n,minSize:null,maxSize:null,typeName:L.ZodSet,...D(e)});class Ne extends P{constructor(){super(...arguments),this.validate=this.implement}_parse(e){const{ctx:a}=this._processInputParams(e);if(a.parsedType!==C.function)return b(a,{code:S.invalid_type,expected:C.function,received:a.parsedType}),R;function o(m,v){return Cn({data:m,path:a.path,errorMaps:[a.common.contextualErrorMap,a.schemaErrorMap,bn(),Je].filter(w=>!!w),issueData:{code:S.invalid_arguments,argumentsError:v}})}function i(m,v){return Cn({data:m,path:a.path,errorMaps:[a.common.contextualErrorMap,a.schemaErrorMap,bn(),Je].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 Y(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 Y(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 Ne({...this._def,args:pe.create(e).rest(je.create())})}returns(e){return new Ne({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,a,o){return new Ne({args:e||pe.create([]).rest(je.create()),returns:a||je.create(),typeName:L.ZodFunction,...D(o)})}}class Ln 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})}}Ln.create=(n,e)=>new Ln({getter:n,typeName:L.ZodLazy,...D(e)});class Fn extends P{_parse(e){if(e.data!==this._def.value){const a=this._getOrReturnCtx(e);return b(a,{received:a.data,code:S.invalid_literal,expected:this._def.value}),R}return{status:"valid",value:e.data}}get value(){return this._def.value}}Fn.create=(n,e)=>new Fn({value:n,typeName:L.ZodLiteral,...D(e)});function $i(n,e){return new Ie({values:n,typeName:L.ZodEnum,...D(e)})}class Ie extends P{_parse(e){if(typeof e.data!="string"){const a=this._getOrReturnCtx(e),o=this._def.values;return b(a,{expected:M.joinValues(o),received:a.parsedType,code:S.invalid_type}),R}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 b(a,{received:a.data,code:S.invalid_enum_value,options:o}),R}return Y(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 Ie.create(e,{...this._def,...a})}exclude(e,a=this._def){return Ie.create(this.options.filter(o=>!e.includes(o)),{...this._def,...a})}}Ie.create=$i;class Rn 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 b(o,{expected:M.joinValues(i),received:o.parsedType,code:S.invalid_type}),R}if(this._cache||(this._cache=new Set(M.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){const i=M.objectValues(a);return b(o,{received:o.data,code:S.invalid_enum_value,options:i}),R}return Y(e.data)}get enum(){return this._def.values}}Rn.create=(n,e)=>new Rn({values:n,typeName:L.ZodNativeEnum,...D(e)});class Ze 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 b(a,{code:S.invalid_type,expected:C.promise,received:a.parsedType}),R;const o=a.parsedType===C.promise?a.data:Promise.resolve(a.data);return Y(o.then(i=>this._def.type.parseAsync(i,{path:a.path,errorMap:a.common.contextualErrorMap})))}}Ze.create=(n,e)=>new Ze({type:n,typeName:L.ZodPromise,...D(e)});class Te extends P{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===L.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=>{b(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 R;const v=await this._def.schema._parseAsync({data:m,path:o.path,parent:o});return v.status==="aborted"?R:v.status==="dirty"||a.value==="dirty"?Ve(v.value):v});{if(a.value==="aborted")return R;const m=this._def.schema._parseSync({data:u,path:o.path,parent:o});return m.status==="aborted"?R:m.status==="dirty"||a.value==="dirty"?Ve(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"?R:(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"?R:(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(!Ee(u))return R;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=>Ee(u)?Promise.resolve(i.transform(u.value,l)).then(m=>({status:a.value,value:m})):R);M.assertNever(i)}}Te.create=(n,e,a)=>new Te({schema:n,typeName:L.ZodEffects,effect:e,...D(a)});Te.createWithPreprocess=(n,e,a)=>new Te({schema:e,effect:{type:"preprocess",transform:n},typeName:L.ZodEffects,...D(a)});class fe extends P{_parse(e){return this._getType(e)===C.undefined?Y(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}fe.create=(n,e)=>new fe({innerType:n,typeName:L.ZodOptional,...D(e)});class Pe extends P{_parse(e){return this._getType(e)===C.null?Y(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}Pe.create=(n,e)=>new Pe({innerType:n,typeName:L.ZodNullable,...D(e)});class jn 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}}jn.create=(n,e)=>new jn({innerType:n,typeName:L.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...D(e)});class En 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 ct(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}}En.create=(n,e)=>new En({innerType:n,typeName:L.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...D(e)});class Wi extends P{_parse(e){if(this._getType(e)!==C.nan){const o=this._getOrReturnCtx(e);return b(o,{code:S.invalid_type,expected:C.nan,received:o.parsedType}),R}return{status:"valid",value:e.data}}}Wi.create=n=>new Wi({typeName:L.ZodNaN,...D(n)});class Yu 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 zn 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"?R:l.status==="dirty"?(a.dirty(),Ve(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"?R: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 zn({in:e,out:a,typeName:L.ZodPipeline})}}class Dn extends P{_parse(e){const a=this._def.innerType._parse(e),o=i=>(Ee(i)&&(i.value=Object.freeze(i.value)),i);return ct(a)?a.then(i=>o(i)):o(a)}unwrap(){return this._def.innerType}}Dn.create=(n,e)=>new Dn({innerType:n,typeName:L.ZodReadonly,...D(e)});function Bi(n,e){const a=typeof n=="function"?n(e):typeof n=="string"?{message:n}:n;return typeof a=="string"?{message:a}:a}function Ku(n,e={},a){return n?He.create().superRefine((o,i)=>{const l=n(o);if(l instanceof Promise)return l.then(u=>{if(!u){const m=Bi(e,o),v=m.fatal??a??!0;i.addIssue({code:"custom",...m,fatal:v})}});if(!l){const u=Bi(e,o),m=u.fatal??a??!0;i.addIssue({code:"custom",...u,fatal:m})}}):He.create()}var L;(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"})(L||(L={}));const Xu=(n,e={message:`Input not instance of ${n.name}`})=>Ku(a=>a instanceof n,e),t=ie.create,r=be.create;Ce.create;const d=lt.create;De.create;const W=Tn.create,E=xn.create,ye=He.create,de=je.create,xe=Se.create,yn=An.create,y=se.create,p=N.create,g=dt.create;pt.create;const Zi=pe.create,A=ut.create,wn=Ne.create,em=Ln.create,c=Fn.create,k=Ie.create,X=Rn.create;Ze.create;const re=fe.create,tm=Pe.create,Gn=Te.createWithPreprocess,ne={string:(n=>ie.create({...n,coerce:!0})),number:(n=>be.create({...n,coerce:!0})),boolean:(n=>lt.create({...n,coerce:!0})),bigint:(n=>Ce.create({...n,coerce:!0})),date:(n=>De.create({...n,coerce:!0}))},am=["de","en","es","fl","fr","it","nl","pl","pt","ro","tr"],Qi=n=>n===!0||n===1||n==="1"||n==="true",s=n=>p(n),f=n=>n,nm=n=>n.and(p({}).passthrough()),ge=()=>Gn(n=>Qi(n),d()),Q=()=>Gn(n=>n===""||n===null?void 0:n,ne.number().optional()),Yi=()=>Gn(n=>n===null?void 0:n,t().optional()),Ki=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:Ki}),Xi=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()}),es=s({...Oe.shape,...Xi.shape}),ts=s({...Oe.shape,urlTarget:c("_blank"),urlNoReferrer:d(),customImageUri:t().optional()}),as=s({...Oe.shape,iframeUrl:t(),customImageUri:t().optional()}),ns=s({tab:t(),name:t().optional(),url:t().optional()}),os=y(ns),om=n=>os.safeParse(n).success,is=s({...Oe.shape,tabs:os}),ss=s({...Oe.omit({name:!0}).shape,name:c("IntranetPageHook"),tabs:t().array(),releaseName:t()}),rs=g([es,ts,as,is,ss]),im=n=>rs.safeParse(n).success;var cs=(n=>(n.local="local",n.installed="installed",n.autosaved="autosaved",n.saved="saved",n))(cs||{});class ls 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 Jn=s({href:t(),target:t()}),ht=s({name:t(),sort:g([c("ASC"),c("DESC")])}),sm=s({srcId:g([r(),t()]),srcType:t()}),rm=s({targetId:g([r(),t()]),targetType:t()}),cm=s({start:t(),end:t()}),ds=g([d(),t(),r(),y(t()),sm,rm,cm]),lm=["=","<",">","<=",">=","!=","<>","like","between","is","is not","in","not in","json_contains","link","match"],ps=k(lm),dm=["=","<",">","<=",">=","!=","<>","+","-","like","between","is","is not","in","json_contains","link","match"],us=k(dm),gt=s({name:t(),value:ds,operator:ps.optional(),method:us.optional(),or:d().optional(),isNull:d().optional(),isNotNull:d().optional()}),_e=ht.array(),Me=gt.array(),ft=n=>n.and(p({token:t().or(W()).optional()}));var z=(n=>(n.LITTLE="raw-little",n.LIST="raw-list",n.VIEW="raw-view",n))(z||{});const pm=X(z).transform(n=>`${n}`),Ke=g([pm,W()]),um=s({additionalFilter:p({}).optional(),facets:y(p({})).optional(),filters:Me.optional(),query:t().optional(),limit:r().optional(),page:r().optional(),orders:_e.optional(),format:Ke.optional()});class ms extends T{list(e,a){return this.network.post({o:"objectList",f:"jamespotArticleQueryList",...e,format:B(a?.format??z.LITTLE,a?.formatExtension)},a?.signal)}search(e,a){return this.network.post({o:"objectList",f:"jamespotArticleList",...e,format:B(a?.format??z.LITTLE,a?.formatExtension)},a?.signal)}get(e,a){return this.network.post({o:"article",f:"get",...e,format:B(a?.format??z.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??z.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,attachment:e.attachment??!1,limits:e.limits??{start:0,max:1e4},format:B(a?.format??z.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 mm 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 hm 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 hs 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 gs 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 fs 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 Ss 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 ys extends T{getInfos(e,a){return this.network.post({o:"BusinessNetworking",f:"MarkerInfo",id:e,format:a??"raw-little"})}}class ws 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??z.LITTLE},a?.signal)}}class vs 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 ks 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:z.VIEW})}importTemplate(e){return this.network.postCSRF({o:"contentFactory",f:"importTemplate",...e})}exportTemplateUrl(e){return`/?action=contentFactoryExportTemplate&id=${e}`}}class bs 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 Cs 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 Ts 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 gm extends T{statistics(e){return this.network.post({o:"digitalDesk",f:"getStatistics"},e?.signal)}}class xs 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 As 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 _s 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 Ls 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 Fs 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 Rs 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-list"},a?.signal)}}class js 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 fm 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 Es 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??z.LIST},a?.signal)}}class Ds 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("<","&lt;")??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 Sm 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)}combinationTemplateList(e){return this.network.post({o:"intranetPage",f:"combinationTemplateList"},e?.signal)}}class Is extends T{async getGifs(e,a){return this.network.post({o:"jamespot",f:"giphy",...e,format:"raw"},a?.signal)}}class Ps extends T{textEnhancement({text:e,capacity:a}){return this.network.post({o:"jia",f:"textEnhancement",text:e,capacity:a})}}class Os extends T{resolveUrl({id:e},a){return this.network.post({o:"jitsi",f:"resolveUrl",id:e},a)}}class Ms 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 Us extends T{async getAbsence(e,a){return this.network.post({o:"lucca",f:"getAbsence",...e},a?.signal)}}class ym extends T{getThumbnailUrl(e){return this.network.post({o:"magicPad",f:"getThumbnailUrl",uri:e})}}class wm 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 vm extends T{settingsSave(e,{signal:a}={}){return this.network.post({o:"menu",f:"settingsSave",...e},a)}}class km 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??z.LITTLE},a?.signal)}getDiscussionFiles(e,a){return this.network.post({o:"messenger",f:"loadFiles",...e,format:z.LITTLE},a?.signal)}listRecentDiscussions(e,a){return this.network.postCSRF({o:"messenger",f:"listRecentDiscussions",...e,format:a?.format??z.LIST},a?.signal)}getContactPin(e){return this.network.post({o:"messenger",f:"getContactPin",format:e?.format??z.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:z.LITTLE},a?.signal)}editMessage(e,a){return this.network.postCSRF({o:"messenger",f:"editMessage",...e},a?.signal)}}class Ws 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 bm extends T{get(e){return this.network.post({o:"newsflash",f:"get",...e?.groups&&e.groups.length>0?{groups:e.groups}:{}},e?.signal)}}class Bs 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 Tm 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 Vs 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 qs extends T{list(e,a){return this.network.post({o:"poll",f:"SurveyList",format:"raw-little",...e},a)}}class Ns extends T{getPublishButtonSections(e,a){const o={o:"jamespot",f:"publishButtonSections"};return e&&(o.forceDefault=e),this.network.post(o,a?.signal)}}class zs 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 Gs 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 Js 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 Hs 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 $s 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 Zs 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 Qs 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 xm 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 Ys 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 Am 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 _m extends T{getActivities(e,a){return this.network.post({o:"wall",f:"getActivities",...e,format:B(a?.format??z.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 Ks 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??z.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??z.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??z.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)}folderAudience(e,a){return this.network.post({...e,o:"weDoc",f:"folderAudience"},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 Xs 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 Hn{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 xu(this),this.admin={advanced:new Vi(this),license:new qi(this),logs:new Ni(this),store:new zi(this),utils:new Gi(this)},this.animations=new _u(this),this.application=new ls(this),this.article=new ms(this),this.articleTranslation=new mm(this),this.asei=new hm(this),this.assetReservation=new hs(this),this.audience=new gs(this),this.bbb=new fs(this),this.bookmark=new Ss(this),this.businessNetworking=new ys(this),this.calendar=new ws(this),this.community=new vs(this),this.contentFactory=new ks(this),this.contentReport=new bs(this),this.publishButton=new Ns(this),this.datasource=new Cs(this),this.diapazone=new Ts(this),this.digitalDesk=new gm(this),this.drive=new xs(this),this.externalApp=new As(this),this.extraBot=new _s(this),this.faq=new Ls(this),this.file=new Fs(this),this.filebank=new Rs(this),this.fileIntegrity=new js(this),this.fileSync=new fm(this),this.global=new Es(this),this.group=new Ds(this),this.intranetPage=new Sm(this),this.jamespot=new Is(this),this.jia=new Ps(this),this.jitsi=new Os(this),this.jland=new Ms(this),this.lucca=new Us(this),this.magicPad=new ym(this),this.mediaLibrary=new wm(this),this.messenger=new km(this),this.menu=new vm(this),this.module=new Ws(this),this.newsflash=new bm(this),this.object=new Bs(this),this.office=new Cm(this),this.onlyOffice=new Tm(this),this.pollSurvey=new qs(this),this.questionAnswer=new zs(this),this.search=new Gs(this),this.share=new Js(this),this.surveyDate=new Hs(this),this.taxonomy=new $s(this),this.teamWorkAi=new Zs(this),this.tvDisplay=new Qs(this),this.twoFactorAuthentication=new xm(this),this.user=new Ys(this),this.visioConnect=new Am(this),this.wall=new _m(this),this.wedoc=new Ks(this),this.widget=new Xs(this),this.orgcharts=new Vs(this)}}var er=(n=>(n[n.ABORT=-1]="ABORT",n[n.SUCCESS=0]="SUCCESS",n[n.CONFLICT=409]="CONFLICT",n[n.RATE_LIMIT=429]="RATE_LIMIT",n))(er||{});class Qe{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,{...Qe._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=Qe.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 tr{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()}),Lm=ue.extend({title:t(),_url:t()}),U=f(Lm),Fm=n=>U.safeParse(n).success,$n=s({id:t(),uri:t(),shortUri:t(),title:t(),name:t(),mainType:t(),type:t(),label:t(),cssClass:t(),cssColor:t(),class:t()}),Rm=$n.extend({title:t()}),Ue=f(Rm),jm=Ue.extend({Pseudo:t(),_url:t()}),Zn=f(jm),ar=Ue.extend({idspot:t()}),Qn=f(ar),Em=g([Ue,Zn,Qn]),Dm=U.extend({isTechnical:r(),status:r(),image:t(),isMember:d(),stats:p({moderators:r(),members:t()}),_members:y(U)}),Im=$n.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()}),Pm=n=>oe.safeParse(n).success,St=g([c("de"),c("en"),c("es"),c("fl"),c("fr"),c("it"),c("nl"),c("pl"),c("pt"),c("ro"),c("tr")]),nr={ADMIN:9,USER:5,EXTERNAL:3,GUEST:0},or={EXTRABOT:"extraBot"},Om=U.extend({level:X(nr),variant:X(or).optional(),dateCreation:t(),dateModified:t()}),I=f(Om),Mm=I.extend({active:r()}),Xe=f(Mm),Um=n=>Xe.safeParse(n).success,ir=Xe,Wm=n=>ir.safeParse(n).success,sr=s({idInType:r(),lat:r(),lng:r()}),Bm=n=>sr.safeParse(n).success,ze=p({title:t(),firstname:t(),lastname:t(),mail:g([t(),W()]).optional(),description:t().optional(),dateOfBirth:t().optional(),phoneNumber:t().optional(),language:St.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()}),In=ze.required().extend({level:t(),image:t().optional(),businessManagementManager:I.array().optional(),businessNetworkingUserToCompanySrc:I.array().optional()}),Vm=p({user_field_edit_profil:A(ze.keyof(),r()),user_field_editable:A(ze.keyof(),r()),user_field_my_page:A(ze.keyof(),r()),user_page_mandatory_fields:p({firstname:k(["0","1"]),lastname:k(["0","1"]),pseudo:k(["0","1"])})}),qm=s({name:t(),value:g([t(),A(t(),ye())])}),Nm=k(["popover"]),zm=s({values:In,mobileEditableFields:In.keyof().array()}),Gm=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()}),rr=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=>rr.safeParse(n).success,cr=-1,Pn=0,lr=5,On=1,Mn=2,Un=10,Hm=s({default:p({mailEnabled:d(),mailFrequency:g([c(Pn),c(On),c(lr),c(Mn),c(Un)]),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(cr),c(Pn),c(On),c(Mn),c(Un)]),wantActivitySpotit:d(),wantActivityComment:d()})),userNetworkConfigurations:y(p({networkUri:t(),networkTitle:t(),wantMail:d(),wantActivity:d()})),userApplicationConfigurations:y(p({name:t(),title:t(),wantMail:d()}))}),$m=s({customPrompt:t()}),Zm=s({IdUser:r(),FirstName:t(),LastName:t(),dateModified:r()}),Qm=U.extend({description:t().optional().nullable(),_user:I,_right:oe}),Yn=f(Qm),Ym=n=>Yn.safeParse(n).success,Km=U.extend({type:k(["folder","rootFolder"]),folderColor:t().optional()}),Ye=f(Km),Xm=U.omit({_url:!0}).extend({mainType:c("network"),type:k(["networkPublic"]),dateModified:t().nullable()}),dr=f(Xm),eh=s({attrName:t(),token:t(),file:Xu(File).nullable().optional(),url:t().optional()}),et=s({width:r(),height:r()}),th=s({type:t(),id:r(),timestamp:t(),imagesize:re(et)}),pr=s({x:r(),y:r(),w:r(),h:r(),rotation:r(),killSize:d().optional()}),ah=["fileArticle","fileComment","fileObject","file","fileDrive"],ur=k(ah),mr=U.extend({mimetype:t(),path:t().optional(),size:r(),mainType:ur}),V=f(mr),nh=n=>V.parse(n),oh=V.extend({_extend:p({crop:pr})}),ih=f(oh),sh=Yn.merge(mr),rh=f(sh),ch=s({name:t(),filename:t(),dateModified:t(),mimetype:t()}),lh=s({idUser:t(),dateDownload:t(),Pseudo:t(),type:t()}),dh=s({url:t(),aspectRatio:r()}),hr="og:image",ph="og:title",uh="og:url",mh="og:video",hh="og:description",gr="og:video:height",fr="og:video:width",Sr="og:video:url",Kn="og:type",yr=s({[Kn]:c("jamespot"),uri:t(),object:U}),wr=s({[Kn]:c("youtube"),url:t(),title:t(),description:t(),[hr]:t(),[Sr]:t(),[fr]:t(),[gr]:t()}),vr=s({uri:t().optional(),url:t().optional(),title:t().optional(),description:t().optional(),count:r().optional(),[uh]:t().optional(),[Kn]:t().optional(),[ph]:t().optional(),[hh]:t().optional(),[hr]:t().optional(),[mh]:t().optional(),[Sr]:t().optional(),[fr]:t().optional(),[gr]:t().optional()}),kr=g([yr,wr,vr]),br=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()}),Cr=g([c(0),c(1),c(2),c(3)]),gh=s({level:Cr,user:I}),Xn=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 eo=(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))(eo||{});const Tr=X(eo);var to=(n=>(n[n.SPOT_PRIVATE=0]="SPOT_PRIVATE",n[n.SPOT_PUBLIC=1]="SPOT_PUBLIC",n[n.SPOT_MODERATE=2]="SPOT_MODERATE",n))(to||{});const ao=X(to),fh=s({userLevelSpot:Xn,spotMinLevelToInvit:r(),userRights:oe,accessRequestStatus:Tr.optional(),groupPrivacy:ao}),me=s({value:g([t(),r()]),label:t()}),no=s({id:t(),title:t(),enabled:d().optional()}),oo=s({idSpot:t(),idOrder:t(),idWidget:t(),type:t(),title:t(),url:t(),visible:t()}),xr=g([c("overwrite"),c("author-change")]),Sh=s({value:xr,label:t()}),Ar=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(no),custom_widgets:A(oo).or(y(xe())),isArchive:r(),fileSyncVersioningType:Sh.array()}),_r=s({url:t(),idUser:r(),send:d().optional(),_user:I.optional(),date:t().optional(),error:t().optional()}),Lr=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(_r).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:xr,_options:Ar,_errors:Zi([]),lastRssExecution:A(t()).optional()}),yh=no.array(),wh=br.extend(Lr.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(oo).optional(),rss_feed:t()}),vh=f(wh),kh=s({idWidget:t(),title:t(),url:t(),type:t(),icon:t(),description:t()}),Fr=s({id:t(),idorder:r(),label:t()}),bh=s({use:g([d(),r(),t(),E()]),open:g([d(),r(),t(),E()]),list:Fr.array()}),Ch=U.extend({dateCreation:t(),dateModified:t(),category:r(),privacy:ao,cssColor:t().optional(),unread:r().optional()}),tt=f(Ch),Th=tt.extend({}),Rr=f(Th),xh=Rr.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()}),Ah=f(xh),_h=s({idSpot:g([t(),r()]),mailFrequency:g([t(),r()]),mailSpotit:d(),mailComment:d(),mailSubscriber:d()}),Lh=s({type:t().optional(),format:Ke.optional(),query:t().optional(),limit:r().optional(),page:r().optional(),public:d().optional(),orders:_e.optional(),filters:Me.or(W()).optional()}),Fh=s({openCategory:d()}),Rh=n=>Xn.safeParse(n).success,we=g([I,tt,Ye,dr]);var h=(n=>(n.Accessibility="widget-accessibility",n.Application="widget-application",n.ArticleButton="widget-article-button",n.Button="widget-button",n.Combination="widget-combination",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.File="widget-file",n.Survey="widget-survey",n))(h||{});const yt=X(h),jh=s({name:yt,uniqid:t(),content:de().optional()}),Eh=p({title:t(),widget:jh}),wt=f(Eh),jr=k(["left","right","center","justify"]),Dh=k(["top","bottom","center","left","right"]),Ih=k(["auto","contain","cover"]),Er=k(["sm","md","lg"]),io=k(["h1","h2","h3","h4","h5","h6"]),Dr=k(["contained","outlined"]),Ir=k(["link","anchor","popup"]),Pr=s({x:r(),y:r()}),Or=k(["default","vertical"]),F=(n,e,a)=>{const o=e.safeParse(n);return o.success===!1&&a&&console.error(o.error.message),o.success},Mr=(n,e)=>e.safeParse(n).success,Ur=(n,e)=>{const a=e.passthrough().safeParse(n);return a.success?a.data:n},so=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()}),Ph=s({backgroundImage:so});let Wr;const Oh=n=>{Wr=n},Mh=p({name:yt,uniqid:t()}).passthrough(),Uh=em(()=>Wr??Mh),vt=s({fontSize:r().optional(),textColor:t().optional(),padding:r().optional()}),kt=s({name:c(h.Accessibility),uniqid:t(),content:vt}),Br=k(["gallery","list"]),Vr=g([c(1),c(2)]),qr=s({tab:c("apps"),name:t(),appId:t().optional(),url:t().optional(),title:t().optional(),targetBlank:d().optional(),noReferer:d().optional()}),Nr=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()}),zr=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()}),Gr=s({tab:c("extensions"),name:t(),appId:t().optional(),title:t().optional(),url:t().optional(),targetBlank:d().optional(),noReferer:d().optional()}),Jr=g([qr,Nr,zr,Gr]),Wh=n=>n.tab==="apps",Bh=n=>n.tab==="links"||n.tab==="default",Vh=n=>n.tab==="image",qh=n=>n.tab==="extensions",Hr=s({color:t().optional()}),bt=s({size:Vr.optional(),view:Br.optional(),number:r().optional(),selection:Jr.array().optional(),css:Hr.optional()}),Ct=s({name:c(h.Application),uniqid:t(),content:bt}),Tt=s({files:V.array().optional(),fileDisplay:k(["list","gallery"]).optional()}),xt=s({name:c(h.ArticleAttachment),uniqid:t(),content:Tt}),$r=s({url:t(),target:t()}),Zr=s({uniqid:t()}),Qr=s({title:t(),widgets:wt.array()}),Yr=s({text:t().optional(),color:t().optional(),backgroundColor:t().optional(),borderRadius:t().optional(),fontSize:t().optional(),buttonSize:Er.optional(),variant:Dr.optional(),url:t().optional(),target:t().optional()}),Nh=Yr.extend({openingType:Ir.optional(),openingTypeLink:$r.optional(),openingTypeAnchor:Zr.optional(),openingTypePopup:Qr.optional()}),At=f(Nh),_t=s({name:c(h.ArticleButton),uniqid:t(),content:At}),Lt=s({gap:t().optional(),column:t().optional(),files:V.array().optional()}),Ft=s({name:c(h.ArticleGallery),uniqid:t(),content:Lt}),Rt=s({file:V.optional(),useFilter:d().optional()}),jt=s({name:c(h.ArticleImage),uniqid:t(),content:Rt}),Kr=s({title:t(),text:t(),titleHeading:k(["h1","h2","h3","h4","h5","h6","p","span","div"]).optional(),textColor:t().optional(),opacityFilter:r().optional(),opacityColor:t().optional(),file:V.optional()}),Et=s({slides:Kr.array().optional(),maxWidth:r().optional(),delay:r().optional(),loop:d().optional(),autoplay:d().optional(),useDots:d().optional(),startAt:r().optional()}),Dt=s({name:c(h.ArticleSlider),uniqid:t(),content:Et}),It=s({text:t().optional(),color:t().optional(),fontSize:t().optional(),lineHeight:t().optional(),linkColor:t().optional()}),Pt=s({name:c(h.ArticleText),uniqid:t(),content:It}),Ot=s({text:t().optional(),textAlign:jr.optional(),heading:t().optional(),color:t().optional(),backgroundColor:t().optional(),dataCy:t().optional()}),Mt=s({name:c(h.ArticleTitle),uniqid:t(),content:Ot}),Xr=s({BackgroundOne:t().optional(),TextColorOne:t().optional(),BackgroundTwo:t().optional(),TextColorTwo:t().optional()}),Ut=s({size:ne.number().optional(),css:Xr.optional()}),Wt=s({name:c(h.Birthday),uniqid:t(),content:Ut}),ec=k(["sm","md","wd","lg"]),tc=k(["left","right","top","bottom"]),ac=k(["top-left","top","top-right","left","center","right","bottom-left","bottom","bottom-right"]),nc=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()}),oc=s({padding:t().optional()}),ic=s({"font-size":t().optional()}),sc=c("subscribegroup"),rc=s({id:g([r(),t()]),type:t().optional(),uri:t().optional(),title:t().optional()}),cc=s({group:rc.optional()}),Bt=s({name:t().optional(),icon:t().optional(),description:t().optional(),size:ec.optional(),openingType:t().optional(),href:t().optional(),target:t().optional(),noReferer:d().optional(),position:ac.optional(),buttonStyle:nc.optional(),iconPosition:tc.optional(),iconPadding:oc.optional(),iconFontSize:ic.optional(),actionType:sc.optional(),action:cc.optional()}),Vt=s({name:c(h.Button),uniqid:t(),content:Bt}),qt=p({view:k(["list","month","day","group"]).or(t()).optional(),spotId:r().optional()}),Nt=s({name:c(h.Calendar),uniqid:t(),content:qt}),zt=s({calEventsLimit:d().optional(),calEventsLimitValue:r().optional(),calEventsPromptStatus:t().optional()}),Gt=s({name:c(h.CalendarCalDav),uniqid:t(),content:zt}),lc=k(["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()}),Jt=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:de().array().optional()}),Ht=s({name:c(h.Charts),uniqid:t(),content:Jt}),uc=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()}),$t=s({arr:uc.array().optional(),css:A(t(),t().or(r())).optional(),widgets:wt.array().optional(),edit:d().optional()}),Zt=s({name:c(h.CheckList),uniqid:t(),content:$t}),Qt=p({backgroundColor:t().optional()}),Yt=s({name:c(h.Color),uniqid:t(),content:Qt}),ro=k(["horizontal","vertical"]),mc=k(["unset","space-evenly","space-between","space-around"]),hc=k(["unset","flex-start","center","flex-end"]),gc=s({useFlex:d().optional(),useScroll:d().optional(),useWidth:d().optional(),maxWidth:r().optional(),widget:Uh.optional()}),fc=s({title:t().optional(),direction:ro.optional(),gapValue:r().optional(),backgroundColor:t().optional(),useFlex:d().optional(),useScroll:d().optional(),useWrap:d().optional(),useWidth:d().optional(),useHeight:d().optional(),paddingHorizontal:r().optional(),paddingVertical:r().optional(),paddingLock:d().optional(),maxWidth:r().optional(),maxHeight:r().optional(),justifyContent:mc.optional(),alignItems:hc.optional(),maxHorizontalElements:r().optional(),widgets:gc.array().optional()}),at=s({rows:fc.array().optional(),gapValue:r().optional(),maxHorizontalElements:r().optional(),direction:ro.optional(),useWrap:d().optional()}),co=s({name:c(h.Combination),uniqid:t(),content:at}),Sc=s({background:t().optional(),backgroundCardContact:t().optional(),linkColor:t().optional(),textNameColor:t().optional(),buttonColor:t().optional()}),Kt=s({usersUri:t().array().optional(),displayFields:t().array().optional(),css:Sc.optional()}),zh=A(t(),t()),Gh=p({id:r(),firstname:t().optional(),lastname:t().optional(),notActive:c("USER_Not_Active").optional(),notIncontact:c("USER_Not_In_Contact").optional()}).passthrough(),Xt=s({name:c(h.Contact),uniqid:t(),content:Kt}),ea=s({contactLimit:d().optional(),contactLimitValue:r().optional(),contactPromptStatus:t().optional()}),ta=s({name:c(h.ContactCardDav),uniqid:t(),content:ea}),aa=s({articleUri:t().optional(),background:k(["color","image"]).optional(),backgroundColor:t().optional(),color:t().optional(),size:t().or(r()).optional(),textShadow:d().optional(),usePattern:d().optional()}),na=s({name:c(h.Countdown),uniqid:t(),content:aa}),oa=s({id:ne.number().optional(),title:t().optional(),titleHeading:io.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()}),ia=s({name:c(h.Cover),uniqid:t(),content:oa}),yc=k(["date","date-time","date-time-sec","time","time-sec"]),wc=k(["fr-FR","en-EN","filesize"]),vc=s({}),kc=s({type:c("text")}),bc=s({label:t(),value:t()}),Cc=s({type:c("select"),options:bc.array()}),Tc=s({type:c("date")}),xc=g([kc,Cc,Tc,vc]),lo=s({name:t().optional(),isVisible:d().optional(),textEllipsis:d().optional(),label:t().optional(),dateFormat:yc.optional(),numberFormat:wc.optional(),sortByCreationDate:d().optional()}),Jh=lo.array(),Ac=k(["text","uri","file","select","url","transient","date","datetime","email","number","title"]),Hh=s({name:t(),label:t(),sortable:d().optional(),type:Ac,widget:xc}),_c=s({limit:r().or(d()).optional(),tableColumnsData:lo.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()}),$h=_c.extend({uri:t().optional()}),nt=f($h),sa=s({name:c(h.DatasourceTable),uniqid:t(),content:nt}),ra=s({uri:t().optional(),textColor:t().optional(),view:k(["list","gallery"]).or(t()).optional(),size:k(["md","lg"]).or(t()).optional(),rows:r().optional(),cols:r().optional(),hidePreview:d().optional(),hideExtension:d().optional(),sortBy:k(["title","dateCreation"]).optional()}),ca=s({name:c(h.Documents),uniqid:t(),content:ra}),la=s({emailsLimit:d().optional(),emailsLimitValue:r().optional(),emailsPromptStatus:t().optional()}),da=s({name:c(h.EmailsImap),uniqid:t(),content:la}),pa=s({text:t().optional()}),ua=s({name:c(h.Embed),uniqid:t(),content:pa}),ma=nt,ha=s({name:c(h.ExcelDatasourceTable),uniqid:t(),content:ma}),ga=s({extensionName:t().optional()}),fa=s({name:c(h.Extension),uniqid:t(),content:ga}),Sa=s({uri:t().optional(),title:t().optional(),hideCover:d().optional(),allowComment:d().optional(),openThemes:t().array().optional()}),ya=s({name:c(h.Faq),uniqid:t(),content:Sa}),wa=s({arr:V.array().optional(),view:k(["list","gallery"]).or(t()).optional(),hidePreview:d().optional(),hideExtension:d().optional(),hideExtention:d().optional(),fontSize:Q(),gridSize:s({x:r(),y:r()}).optional(),iconSize:t().optional()}),va=s({name:c(h.File),uniqid:t(),content:wa}),ka=s({url:t()}),ba=s({name:c(h.Flockler),uniqid:t(),content:ka}),Ca=s({id:Q(),type:t().optional(),imagesize:s({width:ne.number(),height:ne.number()}).optional(),urlMode:d().optional(),urlValue:t().optional(),urlWidthValue:Q(),urlHeightValue:Q(),urlLeftValue:Q(),urlTopValue:Q(),urlScaleValue:Q(),adjust:Q(),imageSize:Q(),backgroundPosition:k(["left","center","right"]).optional(),verticalAlign:k(["top","center","bottom"]).optional(),borderRadius:Q(),advancedSettings:Q(),css:A(t(),t().or(r())).optional(),click:k(["yes","no"]).optional(),href:t().optional(),target:t().optional(),anchor:t().optional()}),Ta=s({name:c(h.Image),uniqid:t(),content:Ca}),Zh=s({absentUntil:t(),period:t().array(),title:t(),uri:t()}),xa=s({url:t().optional()}),Aa=s({name:c(h.LuccaAbsence),uniqid:t(),content:xa}),Lc=s({insee:t(),title:t()}),Qh=s({insee:t(),title:t(),nid:t()}),_a=s({backgroundColor:t().optional(),location:Lc.optional()}),La=s({name:c(h.Meteo),uniqid:t(),content:_a}),Fa=s({display:t().optional()}),Ra=s({name:c(h.MyGroup),uniqid:t(),content:Fa}),qe=s({id:ne.string(),uri:t(),title:t()}),ja=s({selections:y(t()).optional(),selection:t().optional(),view:k(["list","gallery"]).optional(),display:ne.string().optional(),number:Q(),orientation:k(["left","right"]).optional(),listArticleDisplayMode:k(["short","full"]).optional(),order:k(["dateCreation","dateLastEvent"]).optional(),types:y(t()).optional(),limit:Q(),taxonomiesSelected:y(qe).optional(),keywordsList:y(qe).optional(),keywordsMandatories:y(qe).optional(),filters:y(qe).optional(),showKeywordsMandatories:ge().optional(),useHighlight:ge().optional(),useHighlightOption:k(["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()}),Ea=s({name:c(h.News),uniqid:t(),content:ja}),Da=s({view:k(["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()}),Ia=s({name:c(h.Newsflash),uniqid:t(),content:Da}),ae=d().or(c(0)).or(c(1)),ot=s({limit:d().or(r()).optional(),limitValue:r().optional(),closing:ae.optional(),isClosed:ae.optional()}),Yh=n=>Mr(n,ot),Pa=s({name:c(h.Presence),uniqid:t(),content:ot}),Kh=n=>F(n,Pa),Fc=s({id:r(),type:t(),uniqid:t(),value:r()}),Xh=n=>F(n,Fc),Rc=s({userValue:r(),userAvailableList:I.array(),userUnavailableList:I.array(),userAvailableTotal:r(),userUnavailableTotal:r()}),eg=n=>F(n,Rc),tg=s({data:I.array(),cnt:r(),page:r(),limit:r()}),jc=s({title:t(),id:r().optional(),mimetype:t().optional(),file:V.optional(),uuid:Yi()}),Oa=s({arr:jc.array().optional(),css:A(t(),t().or(r())).optional(),widgets:wt.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()}),Ma=s({name:c(h.QuickSurvey),uniqid:t(),content:Oa}),ag=s({userList:I.array(),counter:r()}),ng=s({totalRespondent:r(),totalResponse:r(),userLoggedResponses:t().array(),userResponses:ag.array()}),og=s({data:I.array(),cnt:r(),page:r(),limit:r()}),Ec=k(["horizontal","vertical"]),Dc=k(["top-left","top-center","top-right","center-left","center","center-right","bottom-left","bottom-center","bottom-right"]),Ua=p({color:t().optional(),size:r().optional(),orientation:Ec.optional(),align:Dc.optional()}),Wa=s({name:c(h.Separator),uniqid:t(),content:Ua}),Ic=s({id:ne.number().optional(),title:t().optional(),titleHeading:io.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:Ic.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()}),Va=s({name:c(h.Slider),uniqid:t(),content:Ba}),qa=s({uri:t().optional(),surveySelected:p({uri:t()}).array().optional()}),ig=n=>n.uri!==void 0&&n.uri!==""?n.uri:n.surveySelected?.[0]?.uri,Na=s({name:c(h.Survey),uniqid:t(),content:qa}),za=s({uri:t().optional(),name:t().optional()}),po=s({name:c(h.SyncContent),uniqid:t(),content:za}),Ga=s({text:t().optional(),padding:r().optional(),css:A(t(),t().or(r())).optional()}),Ja=s({name:c(h.Text),uniqid:t(),content:Ga}),Ha=s({buttonName:ne.string().optional(),pictureSize:t().optional(),css:A(t(),t().or(r())).optional()}),$a=s({name:c(h.UserProfile),uniqid:t(),content:Ha}),Za=s({message:t().optional(),buttonName:ne.string().optional(),lineBreak:ge().optional(),position:t().optional(),css:A(t(),t().or(r())).optional()}),Qa=s({name:c(h.Welcome),uniqid:t(),content:Za}),Ya=s({sourceUrl:t().optional()}),Ka=s({name:c(h.Youtube),uniqid:t(),content:Ya}),uo=g([p({layers:t().array().optional()}).and(Ct),p({layers:t().array().optional()}).and(xt),p({layers:t().array().optional()}).and(_t),p({layers:t().array().optional()}).and(Vt),p({layers:t().array().optional()}).and(Ft),p({layers:t().array().optional()}).and(jt),p({layers:t().array().optional()}).and(Mt),p({layers:t().array().optional()}).and(Pt),p({layers:t().array().optional()}).and(ca),p({layers:t().array().optional()}).and(na),p({layers:t().array().optional()}).and(Dt),p({layers:t().array().optional()}).and(Zt),p({layers:t().array().optional()}).and(sa),p({layers:t().array().optional()}).and(ha),p({layers:t().array().optional()}).and(Pa),p({layers:t().array().optional()}).and(Ma),p({layers:t().array().optional()}).and(Gt),p({layers:t().array().optional()}).and(ta),p({layers:t().array().optional()}).and(da),p({layers:t().array().optional()}).and(Aa),p({layers:t().array().optional()}).and($a),p({layers:t().array().optional()}).and(kt),p({layers:t().array().optional()}).and(Wt),p({layers:t().array().optional()}).and(Yt),p({layers:t().array().optional()}).and(Wa),p({layers:t().array().optional()}).and(Va),p({layers:t().array().optional()}).and(Qa),p({layers:t().array().optional()}).and(fa),p({layers:t().array().optional()}).and(Nt),p({layers:t().array().optional()}).and(ia),p({layers:t().array().optional()}).and(Ht),p({layers:t().array().optional()}).and(La),p({layers:t().array().optional()}).and(Ra),p({layers:t().array().optional()}).and(Ta),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(po),p({layers:t().array().optional()}).and(Ja),p({layers:t().array().optional()}).and(ua),p({layers:t().array().optional()}).and(ba),p({layers:t().array().optional()}).and(ya),p({layers:t().array().optional()}).and(va),p({layers:t().array().optional()}).and(Na),p({layers:t().array().optional()}).and(Ka),p({layers:t().array().optional()}).and(co)]);Oh(uo);const Pc=1,Oc=2,Mc=3,Uc=4,Wc=g([c(Pc),c(Oc),c(Mc),c(Uc)]),le=s({title:t(),level:Wc.optional(),widget:uo}),_=s({widgets:le.array().optional()}),Bc=g([_.extend(bt.shape),_.extend(Tt.shape),_.extend(At.shape),_.extend(Bt.shape),_.extend(Lt.shape),_.extend(Rt.shape),_.extend(It.shape),_.extend(Ot.shape),_.extend(Et.shape),_.extend($t.shape),_.extend(aa.shape),_.extend(nt.shape),_.extend(ma.shape),_.extend(ra.shape),_.extend(ot.shape),_.extend(Oa.shape),_.extend(zt.shape),_.extend(ea.shape),_.extend(la.shape),_.extend(xa.shape),_.extend(Ba.shape),_.extend(Za.shape),_.extend(Ha.shape),_.extend(vt.shape),_.extend(Ut.shape),_.extend(Qt.shape),_.extend(Ua.shape),_.extend(oa.shape),_.extend(Jt.shape),_.extend(_a.shape),_.extend(Fa.shape),_.extend(Ca.shape),_.extend(Kt.shape),_.extend(ja.shape),_.extend(Da.shape),_.extend(ga.shape),_.extend(qt.shape),_.extend(za.shape),_.extend(Ga.shape),_.extend(pa.shape),_.extend(ka.shape),_.extend(Sa.shape),_.extend(wa.shape),_.extend(qa.shape),_.extend(Ya.shape),_.extend(at.shape)]),sg=s({[h.Application]:Ct,[h.ArticleButton]:_t,[h.Button]:Vt,[h.ArticleGallery]:Ft,[h.ArticleTitle]:Mt,[h.ArticleText]:Pt,[h.ArticleImage]:jt,[h.ArticleAttachment]:xt,[h.ArticleSlider]:Dt,[h.CheckList]:Zt,[h.Countdown]:na,[h.DatasourceTable]:sa,[h.ExcelDatasourceTable]:ha,[h.Presence]:Pa,[h.QuickSurvey]:Ma,[h.Documents]:ca,[h.CalendarCalDav]:Gt,[h.ContactCardDav]:ta,[h.EmailsImap]:da,[h.LuccaAbsence]:Aa,[h.Slider]:Va,[h.Welcome]:Qa,[h.UserProfile]:$a,[h.Accessibility]:kt,[h.Birthday]:Wt,[h.Color]:Yt,[h.Separator]:Wa,[h.Extension]:fa,[h.Calendar]:Nt,[h.Cover]:ia,[h.Charts]:Ht,[h.Meteo]:La,[h.MyGroup]:Ra,[h.Image]:Ta,[h.Contact]:Xt,[h.News]:Ea,[h.Newsflash]:Ia,[h.SyncContent]:po,[h.Text]:Ja,[h.Embed]:ua,[h.Flockler]:ba,[h.Faq]:ya,[h.File]:va,[h.Survey]:Na,[h.Youtube]:Ka,[h.Combination]:co}),Vc=s({[h.Application]:bt,[h.ArticleButton]:At,[h.Button]:Bt,[h.ArticleGallery]:Lt,[h.ArticleTitle]:Ot,[h.ArticleText]:It,[h.ArticleImage]:Rt,[h.ArticleAttachment]:Tt,[h.ArticleSlider]:Et,[h.CheckList]:$t,[h.DatasourceTable]:nt,[h.ExcelDatasourceTable]:ma,[h.Presence]:ot,[h.QuickSurvey]:Oa,[h.CalendarCalDav]:zt,[h.ContactCardDav]:ea,[h.Countdown]:aa,[h.EmailsImap]:la,[h.LuccaAbsence]:xa,[h.Slider]:Ba,[h.Welcome]:Za,[h.UserProfile]:Ha,[h.Accessibility]:vt,[h.Birthday]:Ut,[h.Color]:Qt,[h.Separator]:Ua,[h.Extension]:ga,[h.Calendar]:qt,[h.Cover]:oa,[h.Charts]:Jt,[h.Meteo]:_a,[h.MyGroup]:Fa,[h.Image]:Ca,[h.Contact]:Kt,[h.News]:ja,[h.Newsflash]:Da,[h.SyncContent]:za,[h.Text]:Ga,[h.Documents]:ra,[h.Embed]:pa,[h.Flockler]:ka,[h.Faq]:Sa,[h.File]:wa,[h.Survey]:qa,[h.Youtube]:Ya,[h.Combination]:at}),rg=n=>{const a=Vc.shape[n.name];return a?{...n,content:Ur(n.content,a)}:n},mo=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()}),cg=U.extend({dateCreation:t(),dateModified:t(),mainType:c("article")}),H=f(cg),ho=H.extend({description:t().nullable().optional(),_user:I,_right:oe,_audience:we.array(),image:et.optional(),articleWidgets:le.array().optional(),metas:kr.optional(),edito:t().optional()}),O=f(ho),lg=O.extend({_attachedFiles:V.array(),tags:Ue.array().optional(),processContext:E().optional(),_transientCtx:E().optional(),uiObjectLink:U.array().optional()}),q=f(lg),dg=O.extend({type:c("internalDraft"),hasRightToPublishType:d()}),go=f(dg),pg=q.extend(go.shape).extend({type:c("internalDraft"),idDraft:r(),form:A(t(),ye())}),qc=f(pg),ug=s({type:t().optional(),query:t().optional(),limit:r().optional(),page:r().optional(),orders:_e.optional(),filters:Me.optional(),public:d().optional()}),mg=s({uri:t().optional(),idArticle:r().optional()}),it=s({title:t().optional(),description:t().nullable().optional(),type:t().optional(),publishTo:t().optional(),idSpot:y(t()).optional()}),hg=s({id:r(),type:t(),dateCreation:t(),dateModified:t(),title:t(),uri:t()}),gg=s({attachment:d().optional(),idArticle:r(),limits:g([p({max:r(),start:r()}),p({max:r(),beforeId:r()})]).optional()}),fg=s({token:t(),content:t(),idArticle:r(),sendAlert:d(),alertAuthor:d(),widgets:le.array().optional(),type:g([c("comment"),c("commentResponse")]).optional()}),Sg=s({token:t().optional(),description:t().optional(),idComment:r(),widgets:le.array().optional()}),yg=s({idUser:t(),dateRead:t(),Pseudo:t(),type:t()}),wg=Ye.extend(ho.shape).extend({_nbItems:r(),parentURI:t().optional(),type:Ye.shape.type}),Nc=f(wg);var Xa=(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))(Xa||{});const zc=X(Xa),fo=s({title:t()}).array(),So=s({title:t()}).array(),yo=s({title:t()}).array(),wo=s({title:t()}).array(),vo=s({type:p({on:t(),off:t()}),size:r().array(),index:r()}),ko=s({start:p({title:t(),value:r()}),end:p({title:t(),value:r()}),options:p({label:t(),value:r()}).array()}),bo=t(),Co=t(),To=t().array(),xo=s({lines:p({title:t()}).array(),rows:p({title:t()}).array()}),Ao=s({lines:p({title:t()}).array(),rows:p({title:t()}).array()}),vg=g([fo,So,yo,wo,vo,ko,bo,Co,To,xo,Ao]),_o=s({lengthMin:d(),lengthMinValue:r(),lengthMax:d(),lengthMaxValue:r()}),Lo=s({types:p({on:t(),off:t()}).array()}),Fo=s({arr:p({label:t(),value:r()}).array()}),Ro=s({length:d(),lengthMin:r(),lengthMax:r()}),jo=s({length:d(),lengthMin:r(),lengthMax:r()}),Eo=s({limit:r().or(d()),limitValue:r(),arr:p({name:t(),active:d(),mimetype:t()}).array()}),Do=s({forceResponse:d()}),Io=s({forceResponse:d()}),kg=g([_o,Lo,Fo,Ro,jo,Eo,Do,Io]),ee=s({mandatory:d(),condition:d(),uniqid:t(),label:t(),description:t(),name:zc,extraParams:p({}).optional(),widgetOptions:p({}).optional()}),Gc=ee.extend({name:c("binary"),data:fo}),Jc=ee.extend({name:c("select"),data:So}),Hc=ee.extend({name:c("radio"),data:yo}),$c=ee.extend({name:c("check"),data:wo,widgetOptions:_o}),Zc=ee.extend({name:c("rate"),data:vo,widgetOptions:Lo}),Qc=ee.extend({name:c("scale"),data:ko,widgetOptions:Fo}),Yc=ee.extend({name:c("text"),data:bo,widgetOptions:Ro}),Kc=ee.extend({name:c("textarea"),data:Co,widgetOptions:jo}),Xc=ee.extend({name:c("file-upload"),data:To,widgetOptions:Eo}),el=ee.extend({name:c("grid-radio"),data:xo,widgetOptions:Io}),tl=ee.extend({name:c("grid-check"),data:Ao,widgetOptions:Do}),al=g([Gc,Jc,Hc,$c,Zc,Qc,Yc,Kc,Xc,el,tl]),Po=s({uniqid:t(),title:t(),fields:al.array()}),nl=s({name:t(),value:r(),state:k(["open","responded","closed"])}),bg=H.extend({type:c("pollSurvey"),banner:t().optional(),bannerPdf:t().optional()}),ol=f(bg),Cg=O.extend(ol.shape).extend({anonymousResponse:E(),multipleResponse:r(),publicResults:t().nullable(),pollProgression:p({colors:A(t(),t()),maxRespondentsValue:r(),countRespondentsValue:r()}),pollResponseShowProgression:r(),dateEnd:t(),status:nl}),Oo=f(Cg),Tg=q.extend(Oo.shape).extend({pollContent:Po.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()}),il=f(Tg),xg=Object.values(Xa),sl=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&&xg.includes(i.name)):!1}):!1},rl=n=>sl(n),Ag=n=>{if(typeof n!="object"||n===null)return!1;const e=n;return e.type!=="pollSurvey"||typeof e.title!="string"?!1:sl(e.data)},_g=(n,e)=>e==="pollSurvey"?rl(n):!1,Lg=ue.extend({mainType:c("link"),srcId:r(),srcType:t(),targetId:r(),targetType:t().nullable()}),en=f(Lg),Fg=en.extend({value:de().nullable(),_src:U.optional(),_target:U.optional()}),Rg=f(Fg),jg=en.extend({value:r().optional(),_src:I.optional(),_target:U.optional()}),cl=f(jg),Ge=n=>{const e=n??U.or(I);return en.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")})},ll=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 Mo=(n=>(n.RAW_LIST="raw-list",n.LIST="list",n))(Mo||{});const Eg=s({targetId:r(),targetType:t(),format:X(Mo).optional()}),Dg=p({"raw-list":Ge(),list:ll()}),Ig=p({bookmarkLabel:Ge(U).shape.bookmarkLabel,bookmarkMeta:Ge(U).shape.bookmarkMeta,bookmarkUrl:Ge(U).shape.bookmarkUrl}),dl=s({type:c("text")}),pl=t(),ul=s({type:c("textarea"),params:p({class:c("mceEditor"),mention:c("1")}).optional()}),ml=t().nullable(),hl=s({type:c("number")}),gl=r(),fl=s({type:c("color"),options:p({colors:t(),defaultColor:t()})}),Sl=s({type:c("date"),format:t()}),yl=t().nullable(),wl=s({type:c("datetime")}),vl=t().nullable(),kl=s({type:c("datePicker")}),bl=t().nullable(),Cl=r(),Tl=s({type:c("audience"),options:p({disableEveryoneAudience:d().optional(),views:k(["folder","user","group","businessContact"]).array().optional()}).optional()}),xl=s({type:c("link")}),Al=s({type:c("multiattribute")}),_l=s({type:c("file")}),Ll=s({type:c("image"),params:re(p({avatar:re(d())}))}),Fl=s({type:c("select"),options:A(t(),ye()),params:p({data:t().optional(),defaultValue:t().optional(),explain:c(1).optional()}).optional()}),Rl=s({type:c("embed")}),jl=s({type:c("iframeVideo")}),El=s({type:c("email")}),Dl=t(),Il=s({type:c("url"),params:p({target:c("_blank").optional()})}),Pl=t(),Ol=s({type:c("place"),options:A(t(),ye())}),Ml=s({type:c("refUser")}),Ul=s({type:c("transient")}),Wl=s({type:c("radio"),options:A(t(),ye())}),Bl=s({type:c("checkbox"),options:A(t(),ye()),params:p({defaultValue:t().optional(),jagCheckbox:t().optional(),boolean:t().optional()}).optional()}),Vl=s({type:c("taxonomy"),params:p({idTaxonomy:t(),type:t().optional(),limit:r().optional(),allowOptions:d().optional()}).optional()}),ql=s({type:c("tel")}),Nl=s({type:c("toggle")}),zl=s({type:c("orientedlinks"),params:p({"jcomplete-multiple":g([c("0"),c("1")]),showAdd:g([c("0"),c("1")]),supportedTypes:y(t())}).optional()}),Gl=s({type:c("uri"),params:p({class:t(),"jcomplete-url":t(),type:t()}).optional()}),Pg=g([dl,ul,hl,Sl,wl,kl,Fl,Rl,jl,El,Il,Ml,Wl,Bl,zl,Vl,Gl,Ul,Al,ql,Nl,Ol,fl,xl,_l,Ll,Tl]),Og=g([Cl,bl,vl,yl,Dl,gl,ml,pl,Pl]),Jl=s({interval:r(),useInterval:r()}),rt=s({source:t()}),Hl=s({image:rt,banner:rt,cover:rt.optional(),display:t().optional()}),$l=s({id:r(),type:t(),uri:t(),title:t(),description:t(),_url:t(),display:t(),urlAction:t(),actionName:t(),sources:Hl}),Mg=s({properties:Jl,results:y($l)}),Zl=0,Ql=1,Yl=2,Kl=3,Xl=s({label:t(),entries:y(t())}),Ug=s({writeRight:g([c(Zl),c(Ql),c(Yl),c(Kl)]),writeRightSelector:y(we),useCustom:d(),sections:y(Xl),otherEnabledEntries:y(t()),disabledEntries:y(t())}),Wg=s({countActiveUsersWithoutLicense:r().optional(),countLicensesAssigned:r(),countLicensesNotAssigned:r()}),Bg=s({name:t(),operator:t(),value:r()}),Vg=A(r()),qg=s({id:r(),kind:t(),dateCreation:t(),idFeature:r(),uri:t(),contentId:r(),contentType:t(),status:r()}),ed=s({id:r(),kind:t(),dateCreation:t(),idFeature:r(),uri:t(),contentId:r(),contentType:t(),status:r()}),Ng=s({dateCreation:t(),action:t(),idUser:r(),pseudo:t(),level:r(),ip:t(),url:t(),extended:t().optional()}),zg=s({dateCreation:t(),action:t(),mainType:t(),idObject:r(),typeObject:t(),mail:t().optional(),url:t(),extended:t().optional()}),Gg=s({dateCreation:t(),type:t(),msg:t()}),Jg=s({uri:t(),title:t(),price:r(),image:t(),license:d()}),Hg=s({url:t()}),td=s({sref:t().optional(),href:t().optional(),idDiv:t(),label:t(),icon:t(),licenseMode:g([c("classic"),c("article")]).optional(),hook:t().optional()}),ad=s({name:t(),label:t(),icon:t(),color:Zi([t(),t(),t()]),state:t().optional(),access:d(),url:t().optional(),tabs:y(td).optional()}),$g=ad.array(),nd=k(["Autumn","BackToSchool","Birthday","Celebration","Christmas","CustomAnimation","EasterEggs","Eastern","HappyNewYear","Halloween","LaborDay","Maythefourth","Movember","MusicFestival","Olympics","PinkOctober","Spring","Summer","Winter","NationalHoliday"]),Zg=s({name:nd,activeClickEffect:r(),activeDecor:r(),decorLoader:re(d()),auto:d(),audience:y(t())}),od=s({date:t(),number:r()}),Qg=ue.extend({type:c("animationStat"),mainType:c("animationStat"),animationName:t(),dateStart:t(),dateEnd:t().nullable(),auto:d(),stats:y(od),animAudience:y(t())}),Yg=f(Qg),id=s({code:St,label:t()}),sd=s({language:St,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()}),Kg=s({languages:id.array(),translations:sd.array()}),rd=g([c("created"),c("validated"),c("handled")]),Xg=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:rd}),cd=f(Xg),ef=q.extend({type:c("aseiInstitution"),aseiInstitutionValidator:U.array()}),ld=f(ef),tf=s({dsi:t(),gestionnaireApplicatif:t(),createurDemande:t()}),af=s({accessWriter:d(),accessApp:d()}),nf=s({description:t(),right:p({manage:d()}),daysOff:y(t()).optional(),weekEnd:g([c("0"),c("1")]),bookingOpeningTime:t(),bookingClosingTime:t(),lastBookingSchedule:t()}),of=O.extend({type:c("bookableAsset"),_isColorDark:d().nullable(),assetPlannerBackgroundColor:t().nullable()}),tn=f(of),sf=O.extend(tn.shape).extend({assetBanner:V.array()}),dd=f(sf),rf=O.extend({type:c("reservation"),dateStart:t(),dateEnd:t(),reservationCancelled:d(),_asset:tn}),pd=f(rf),an=k(["pending","success","error"]),cf=s({errorMsg:t().optional(),jobUid:t(),state:an,start:r().int().positive(),end:r().int().positive().optional(),value:t().optional()}),lf=p({token:t(),fullname:t()}),df=p({redirectUrl:t()}),pf=p({token:t()}),uf=p({dateStart:t(),title:t()}),nn={bbbWaitingRoom:d().optional(),bbbMuteOnStart:d().optional(),bbbAutoStartRecording:d().optional(),bbbModerators:t().optional()},mf=H.extend({type:c("businessContactCard")}),Uo=f(mf),hf=O.extend(Uo.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()}),ud=f(hf),gf=O.extend({dateEnd:t().optional(),type:c("boardCard"),_board:H.optional()}),md=f(gf),ff=q.extend(md.shape).extend({members:I.array(),rolesPersons:de().optional(),uriBoard:de().optional(),uriList:de().optional(),color:t().optional(),cardCover:de().optional(),estimatedTime:de().optional()}),Sf=f(ff),yf=s({title:t(),color:t(),parts:r(),displayValue:r()}),wf=s({type:t()}),vf=s({}),kf=s({start:d(),startDate:t(),pause:d(),stop:d(),seconds:r()}),bf=s({arr:yf.array(),tabs:wf.array(),animations:vf.array(),visio:E(),presence:p({}),status:kf}),Cf=O.extend({type:c("animatedMeeting"),dateStart:t(),animatedMeetingContent:bf}),on=f(Cf),Tf=q.extend(on.shape).extend({animatedMeetingStarted:E().optional(),useWorkAdventure:E(),animatedMeetingReport:E().optional(),animatedMeetingReportVersion:E(),animatedMeetingStats:E().optional(),animatedMeetingReactions:E().optional()}),Wo=f(Tf),xf=p({_extend:p({status:t(),statusValue:c(1).or(c(2)).or(c(3)),date:t()}),_audienceLeft:r()}),sn=H.extend({type:c("socialEvent")}),Af=O.extend(sn.shape).extend({place:t(),address:t(),dateStart:t(),dateEnd:t(),noGestion:d(),urlGestion:t().optional(),allDay:d(),textColor:t(),backgroundColor:t(),qrCodeValue:t().optional()}),Le=f(Af),_f=n=>Le.safeParse(n).success,Lf=q.extend(Le.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()}),Fe=f(Lf),Ff=n=>Fe.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(),...nn}).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."),Rf=Bo.and(p({sendAlert:k(["1","0"]).optional(),alertAuthor:k(["1","0"]).optional(),idDraft:r().optional()})),jf=Bo.and(p({uri:t()})),Ef=Le.extend({type:c("meeting")}),st=f(Ef),Df=n=>st.safeParse(n).success,If=Fe.omit({socialEventUseCeiling:!0,socialEventCeiling:!0,hideFromCalendar:!0}).extend(st.shape).extend({agenda:t().optional(),report:t().optional(),reportFile:V.nullable()}),Vo=f(If),qo=ft(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"),...nn}).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=qo.and(p({sendAlert:k(["1","0"]).optional(),alertAuthor:k(["1","0"]).optional(),idDraft:r().optional()})),Of=qo.and(p({uri:t()})),hd=O.extend({dateStart:t(),dateEnd:t(),type:c("membogoEvent")}),Mf=f(hd),Uf=q.extend(Mf.shape).extend({place:t().optional(),agenda:t().optional(),textColor:t().optional(),bgColor:t().optional(),noGestion:d().nullable()}),Wf=f(Uf);var No=(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))(No||{});const zo=X(No),Go=sn.extend({type:c("recurringEvent")}),Jo=Le.extend(Go.shape).extend({recurrenceRuleLabel:t()}),Bf=Fe.extend(Jo.shape).extend({recurrenceRule:zo,recurrenceRuleUntil:t().optional(),hiddenOccurrences:y(t()).optional()}),Ho=f(Bf),Vf=H.extend({dateStart:t(),dateEnd:t(),type:c("recurringEventOccurrence")}),rn=f(Vf),qf=rn.extend(s({dateModified:E(),dateCreation:E(),id:c(-1),uri:c(""),title:c(""),_url:c(""),type:c("recurringEventOccurrence")}).shape),$o=f(qf),Nf=g([rn,$o]),zf=O.extend(rn.shape),cn=f(zf),Gf=cn.extend($o.shape).extend({title:c(""),description:c(""),image:E(),articleWidgets:E(),_user:xe(),_right:xe()}),Zo=f(Gf),gd=g([cn,Zo]),Jf=q.extend(cn.shape),Qo=f(Jf),Hf=Qo.extend(Zo.shape).extend({_attachedFiles:E(),tags:E(),processContext:E(),_transientCtx:E(),uiObjectLink:E()}),fd=f(Hf),Sd=g([Qo,fd]),yd=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:zo,recurrenceRuleUntil:t().optional(),type:c("recurringEvent"),...nn}),$f=yd.extend({sendAlert:k(["1","0"]).optional(),alertAuthor:k(["1","0"]).optional(),idDraft:r().optional()}),Zf=f($f).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."),Qf=yd.extend({uri:t(),hiddenOccurrences:y(t()).optional()}),Yf=f(Qf),wd=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()}),Kf=n=>wd.safeParse(n).success,Xf=p({maxdate:t().optional(),subscribers:I.array(),subscribersTotal:r()}),eS=g([md,st,Le,gd,on,hd]),tS=g([Sf,Vo,Fe,Sd,Wo,Wf]),aS=k(["subscribed","unanswered","refused"]),nS=k(["onSpot","visio","hybrid"]),oS=k(["all","available","presence","onSpot","visio","unavailable","waiting"]),iS=s({user:I,dateCreation:t().nullable(),isPresent:d()}),sS=c("read"),vd=s({action:t(),do:t(),type:t(),targetId:r(),targetType:t()}),Yo=s({type:t(),class:t(),isActive:d(),label:t(),cssClass:t(),cssColor:t(),struct:vd,stats:p({total:r()}).optional()}),kd=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:c("socialrate"),avg:r().optional(),nb:r().optional(),value:r().optional()}),bd=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:c("reportaction")}),Cd=s({id:t(),label:t(),url:t().optional()}),Td=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:c("shareaction"),options:y(Cd)}),xd=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:t(),isActive:d().optional(),count:r().optional()}),ln=g([kd,bd,Td,xd]),Ad=n=>n.type==="socialrate",_d=n=>n.type==="reportaction",Ld=n=>n.type==="shareaction",rS=n=>!Ad(n)&&!_d(n)&&!Ld(n),cS=s({targetId:r(),targetType:t(),type:t()}),lS=ue.extend({mainType:c("comment"),dateCreation:t(),dateModified:t().nullable(),description:t().nullable(),_user:I}),Fd=f(lS),dS=Fd.extend({_right:oe,_attachedFiles:y(V).optional(),_actions:A(t(),Yo).optional(),_widgets:y(le).optional(),_article:H.optional()}),We=f(dS),pS="pollSurvey",Ko=s({}),Xo=s({pollContent:Po.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()}),uS=g([Ko,Xo]),mS=O.extend({type:c("contentFactoryTemplate"),contentFactoryTemplateType:k(["pollSurvey","default"]),contentFactoryTemplateAuthor:t(),contentFactoryTemplateUsage:r()}),dn=f(mS),hS=q.extend(dn.shape).extend({contentFactoryTemplateType:c("pollSurvey"),contentFactoryTemplateData:Xo}),Rd=f(hS),gS=q.extend(dn.shape).extend({contentFactoryTemplateType:c("default"),contentFactoryTemplateData:Ko}),jd=f(gS),Ed=g([jd,Rd]);var pn=(n=>(n.RUNNING="running",n.CLOSED="closed",n.HANDLED="handled",n))(pn||{});const fS=O.extend({type:c("contentReport"),articleId:r(),articleType:t(),articleTitle:t(),articleUrl:t(),commentId:r().optional(),commentType:t().optional(),status:X(pn)}),Dd=f(fS),SS=p({limit:r().optional(),page:r().optional(),orders:_e.optional(),filters:Me.optional()}),yS=p({uri:t(),description:t()}),wS=p({uri:t(),status:X(pn)}),Id=p({type:t(),dialog:d(),favorite:d(),url:t().optional()}),Pd=p({label:t(),entries:y(Id)}),vS=y(Pd),ei=g([c("groups"),c("sites"),c("onedrive"),c("group"),c("documents"),c("me")]),un=s({title:t(),id:t(),type:t()}),kS=un.omit({id:!0}).extend({name:ei.optional()}),bS=f(kS),CS=un.extend({msContainer:d().optional()}),TS=f(CS),Od=un.extend({visibility:g([c("public"),c("private")]).optional(),msContainer:d().optional()}),xS=f(Od),mn=un.extend({mimetype:t().optional(),webUrl:t().optional(),size:r().nullable().optional()}),AS=mn,_S=mn.extend({downloadUrl:t().optional(),_extend:p({path:t()})}),LS=f(_S),FS=Od.extend(mn.shape),RS=f(FS),Md=s({id:t(),title:t(),mail:t(),default:d().optional()}),jS=s({title:t(),id:t(),type:t(),mimetype:t().optional(),webUrl:t().optional()}),Ud=s({msTenant:ei.optional(),msId:t().optional(),idFolder:t().optional(),page:r(),limit:r(),query:t().nullable().optional()}),Wd=s({path_lower:t(),query:t().nullable().optional()}),ES=s({id:r(),name:t(),type:t(),token:t(),size:r(),mediaKey:t()}),DS=s({token:t().optional(),attrName:t(),file:s({service:t(),account:t(),title:t(),mimetype:t().optional(),_document:mn})}),IS=s({id:t(),service:t()}),PS=s({service:t(),id:t()}),OS=s({account:Md}),MS=s({service:t(),account:t()}),US=s({allow:g([c("groups"),c("me")]).array().optional(),id:t()}),WS=s({id:t(),documentParams:Ud}),BS=s({id:t(),documentParams:Wd}),VS=s({query:t().optional(),filter:t().optional(),id:t()}),qS=U.omit({title:!0,_url:!0}).extend({description:t()}),Bd=f(qS),Vd=g([c("restricted"),c("synchronized")]),qd=s({isMuted:d(),isImportant:d()}),NS=A(t(),qd),Nd=s({_url:t(),bubbleColor:t(),_right:oe,_audience:I.array(),_cntUnread:r(),_lastMessage:Bd.optional()}),zS=ue.extend({type:c("messengerUser"),mainType:c("messengerDiscussion"),idDiscussion:t()}),ti=f(zS),GS=ti.extend(Nd.shape),zd=f(GS),JS=ue.extend({type:c("messengerGroup"),mainType:c("messengerDiscussion"),idDiscussion:t(),isMessengerSpotGroup:d(),disabled:d(),kind:re(Vd)}),hn=f(JS),HS=hn.extend(Nd.shape).extend({title:t().nullable(),_spot:tt.optional()}),Gd=f(HS),Jd=O.extend({type:c("quizz"),quizzDescription:t().nullable(),quizzClosingDate:t().nullable(),dateStart:t().nullable(),dateEnd:t().nullable()}),ai=f(Jd),$S=q.extend(ai.shape).extend({quizzInvitation:E().optional(),quizzFormSpec:t().optional(),quizzRandom:E(),quizzHideResponses:E(),quizzStatus:E().optional(),quizzPublicationDate:t().nullable().optional()}),Hd=f($S),$d=s({countMembers:r(),countResponse:r(),done:d(),score:r(),maxScore:r(),duration:r()}),ZS=s({value:t(),label:t()}),QS=s({label:t(),multiple:t(),name:t(),options:ZS.array(),params:p({fieldFile:t().optional(),fieldPicture:t().optional(),explanation:t().optional()}),scoreMap:A(t(),de()),type:t(),value:t()}),Zd=s({mandatory:d(),type:t(),widget:QS,description:t().optional()}),YS=O.extend({type:c("surveyDate"),dates:y(t()),dateStart:t().nullable(),dateEnd:t(),isClosed:d(),surveyObjectLink:H.optional()}),ni=f(YS),KS=q.extend(ni.shape),Qd=f(KS),Yd=A(t(),p({dates:t().array(),user:I})),XS=s({list:Xe.array(),total:r()}),Kd=s({}),ey=s({data:I.array(),total:r()}),Xd=g([c(1),c("onSpot"),c("visio"),c("available"),c("unavailable"),c("unknown"),c(0)]),ty=s({userResponseStatus:Xd,subscribersTotal:r(),subscribeAction:Yo,subscribers:I.array(),isVisio:d().optional()}),ep=We.extend({_extend:p({actions:ln.array().optional()})}),tp=We.extend({_extend:p({actions:ln.array().optional(),quarantine:p({count:r()}).optional()})}),ap=s({count:r(),list:tp.array()}),oi=s({actions:ln.array().optional(),attachments:V.array().optional(),comments:ep.array().optional(),commentsPreview:ap.optional(),contact:d(),filebank:Ye.nullable().optional(),licenses:y(ed),licensesExtrabot:p({active:d(),monthRequestsMax:r(),monthRequestsHit:r()}).optional(),messenger:hn.nullable().optional(),parentArticle:O.optional(),filebankPath:H.array(),quarantine:p({count:r()}).optional(),quizFieldDefinitions:A(t(),Zd),quizResponseRecord:$d,recurringEventRecord:Ho,socialEventRecord:ty,surveyDateRecord:p({members:I.array(),responses:Yd,userDates:t().array(),userResponses:Kd,totalRespondents:r(),totalResponses:r()}),search:xe(),bookmark:xe()}),ay=oi.keyof().array(),ny=q.extend({type:c("extraBot"),avatar:V.optional(),context:t(),description:t(),disclaimer:t(),enabled:d(),groups:y(Qn).optional(),moderators:y(Zn).optional(),prompt:t(),title:t(),trigger:k(["mentionOnly","matchComment"]),matchThreshold:r().optional(),bot:I.optional(),webhookMethod:t().optional(),webhookUrl:t().optional(),webhookKey:t().optional(),webhookAutomationOnly:d().optional()}),np=f(ny),ii=p({title:t(),id:t().optional(),items:y(t())}),oy=O.extend({type:c("faq"),faqColor:t().optional(),image:et.optional()}),si=f(oy),iy=q.extend(si.shape).extend({isWeb:d(),faqContent:ii.array().optional()}),op=f(iy),sy=O.extend({type:c("faqItem")}),ri=f(sy),ry=q.extend(ri.shape).extend({faqResponse:t().optional(),uriCategory:H.array().optional(),themeId:t(),_nbAttachedFiles:r().optional(),_attachedFiles:V.array()}),ip=f(ry),sp=s({id:r(),type:t(),uri:t(),title:t(),faqContent:ii.array().nullable().optional(),description:t().optional(),faqColor:t().optional(),_url:t().optional(),_audience:we.array().optional()}),cy=s({image:t(),faq:sp.optional()}),rp=s({href:t().optional(),label:t().optional(),tooltip:t().optional(),id:t().optional(),uri:t().optional(),title:t().optional()}),ly=s({id:r(),type:t(),uri:t(),title:t(),faqResponse:t().optional(),description:t().optional(),themeId:t().optional(),uriCategory:rp.optional(),_attachedFiles:V.array().optional(),_nbAttachment:r().optional(),_url:t().optional(),_cssColor:t().optional(),_cssClass:t().optional()}),cp=ft(it.omit({idSpot:!0})).and(p({image:et.nullable().optional(),tags:t().optional(),faqColor:t().optional(),isWeb:d().optional(),type:c("faq")})),dy=cp.and(p({uri:t(),format:Ke.optional()})),py=p({title:t(),id:t()}),uy=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()}),my=p({createCategory:d()}),hy=p({idCategory:r(),title:t()}),gy=p({idCategory:r(),indexTheme:r(),deleteEntries:d().optional()}),fy=p({idCategory:r(),indexTheme:r(),title:t()}),lp=ft(it).and(p({tags:t().optional(),faqResponse:t().optional(),type:c("faqItem")})),Sy=p({idEntry:r(),idCategory:r(),theme:r()}),yy=lp.and(p({uri:t()})),wy=p({entryURI:t(),sourceURI:t().optional(),targetURI:t(),theme:r()}),vy=p({sourceUri:t(),targetUri:t(),themeIndex:r()}),ci=H.extend({type:c("quarantine")}),ky=O.extend(ci.shape).extend({relatedArticle:O.optional(),relatedObject:We.or(O).optional(),relatedUser:Xe.optional()}),dp=f(ky),by=p({uri:t(),name:t(),size:r(),isSynchronized:d()}),Cy=p({quotaUsed:r(),quotaTotal:r(),percentage:r()}),Ty=p({name:t(),isSynchronized:t(),synchronizationsNb:t()}),xy=p({page:r(),limit:r(),orders:_e.optional()}),Ay=s({idLog:r(),slug:t(),dateCreation:t(),map:t(),mail:t(),action:t(),mode:t()}),_y=s({mail:t(),cnt:t()}),pp=t(),up=t(),Ly=it.extend({type:c("jlandmap"),jlandMapAggregated:t()}),Fy=H.extend({type:c("jlandmap"),jlandMapKind:up,jlandMapFlavor:pp,limit:r().nullable(),waMapUrl:t().nullable()}),li=f(Fy),Ry=O.extend(li.shape),di=f(Ry),jy=q.extend(di.shape),mp=f(jy),Ey=H.extend({type:c("mediaLibraryFile"),attachment:V,_user:I}),pi=f(Ey),Dy=O.extend(pi.shape),ui=f(Dy),Iy=H.extend({type:c("mediaLibraryFolder"),_user:I,description:t().optional(),_audience:we.array()}),mi=f(Iy),Py=O.extend(mi.shape),hi=f(Py),Oy=ui.or(hi),My=p({page:r().optional(),limit:r().optional(),query:t().optional()}),Uy=p({id:r(),idFolder:r().optional(),fileName:t(),nbViews:r(),nbDistinctViews:r(),nbDownloads:r()}),Wy=p({id:r(),folderName:t(),nb:r(),nbDistinct:r()}),By=p({nbFolders:r(),nbFiles:r()}),Vy=p({uriFile:t(),uriFolder:t(),publishTo:t().array()}),Wn=p({uri:t(),title:t(),selected:d()}),qy=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(Wn),isInternal:r(),selectedLink:Wn.nullable().optional(),openInNewTab:r().nullable().optional(),isAssistant:r().nullable().optional()}),hp=f(qy),Bn=p({nodes:y(hp),platformColors:A(t())}),Ny=O.extend({type:c("orgCharts"),chartIsVisible:d(),chartAdmins:I.array()}),gi=f(Ny),zy=q.extend(gi.shape).extend({chartConfig:Bn,chartConfigDraft:Bn}),gp=f(zy),Gy=p({title:t(),chartIsVisible:t(),publishTo:t(),uri:t(),chartAdmins:t()}),Jy=p({global:p({user_directory:p({card:y(t()),filters:y(t()),show:y(t()),table:y(t())}),css:A(t().nullable())}),writer:d()}),Hy=O.extend({type:c("socialQuestion"),socialQuestionResolved:d(),_response:We.optional(),_validator:I.optional(),socialQuestionValidationDate:t().optional()}),$y=f(Hy),Zy=O.extend({type:c("support"),supportStatus:g([r(),t()]).nullable(),supportType:g([r(),t()]).nullable(),supportOwner:y(I)}),fi=f(Zy),fp=q.extend(fi.shape),Sp=f(fp),yp=g([c("DYNAMIC"),c("SLIDESHOW")]),Si=s({tvChannelBackgroundColor:t().nullable(),tvChannelNumImages:r(),tvChannelGroupTarget:tt.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()})}),Qy=Si.extend({tvChannelType:c("DYNAMIC"),tvChannelNumImages:c(0)}),wp=f(Qy),Yy=Si.extend({tvChannelType:c("SLIDESHOW")}),vp=f(Yy),Ky=H.extend({type:c("tvDisplayChannel")}),gn=f(Ky),Xy=O.extend(gn.shape).extend(wp.shape),yi=f(Xy),ew=O.extend(gn.shape).extend(vp.shape),wi=f(ew),kp=g([yi,wi]),tw=it.and(wp.partial().or(vp.partial())).and(p({tvChannelType:yp})).readonly(),aw=s({tvChannelGroupTarget:y(t()).optional(),tvChannelNumImages:xe().optional()}),nw=We.extend({_extend:p({userImageSecureUrl:t(),descriptionSecure:t()})}),bp=f(nw),ow=O.extend({_extend:p({imageSecureUrl:t().optional(),descriptionSecure:t(),comments:y(bp)}).optional()}),Cp=f(ow),iw=V.extend({_extend:p({imageSecureUrl:t().optional()})}),Tp=f(iw),sw=yi.extend({_extend:p({imageSecureUrl:t().optional(),articles:y(Cp).optional()})}),vi=f(sw),rw=n=>vi.safeParse(n).success,cw=wi.extend({_extend:p({attachments:y(Tp).optional()})}),ki=f(cw),lw=n=>ki.safeParse(n).success,dw=p({interval:r(),channel:g([vi,ki])}),pw=f(dw),uw=p({createdAt:t(),filename:t(),isExpired:d(),url:t()}),xp=p({id:r(),subject:t(),createdAt:t(),updatedAt:t(),idArticle:r(),idUser:r(),roomUri:tm(t()),user:p({id:r(),uri:t(),title:t()}),stats:p({participantsNumber:r(),totalDurationSeconds:r(),visioSessionsNumber:r()})}),mw=p({rooms:p({totalItems:r(),member:y(xp)}),platform:p({sessionsNumber:r(),durationAverage:r(),durationMedian:r(),participantsNumber:r()})}),hw=p({id:r(),room:t(),duration:r(),participantsNb:r(),startedAt:t(),endedAt:t()}),gw=p({totalItems:r(),member:y(hw)}),Ap=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)}),bi=f(Ap),fw=Ap.pick({name:!0,service:!0,url:!0}).extend({audience:bi.shape._audience}),Sw=f(fw),_p=s({label:t(),description:t(),name:yt,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()})}),yw=n=>_p.safeParse(n).success,ww=n=>n!==void 0&&"id"&&"type"in n&&"uri"in n,vw=H.extend({type:c("articleWidget"),articleWidgets:le.array(),articleWidgetDisplayMode:g([Or,E(),W()])}),Ci=f(vw),kw=O.extend(Ci.shape).extend({articleWidgetsCover:r().or(W())}),Ti=f(kw),bw=q.extend(Ti.shape),Lp=f(bw),Fp=s({uniqid:t(),title:t(),locked:d(),visible:d(),widgets:le.array(),position:Pr.optional()}),Rp=k(["edit","view","preview","tpl"]),Cw=s({width:r().or(W()).optional(),inplace:d(),isComponentVisible:d().optional(),mode:Rp,onClick:wn().returns(yn()).optional(),onChange:wn().args(Bc,d()).returns(yn()),onStateChange:wn().args(mo).returns(yn())}),jp=s({text:t(),value:d().optional(),links:Jn.array().optional(),uri:t().optional(),mimetype:t().optional(),id:r().optional(),user:I.optional()}),Ep=s({arr:jp.array().optional(),edit:d().optional()}),Tw=s({name:c("widget-check-list"),uniqid:t(),content:Ep,title:t()}),xw=s({title:t().optional(),view:ye().optional()}),Dp=s({uniqid:t(),fn:k(["widget-presence-response","check-list-response","widget-update","widget-quick-survey-response"]),object:U}),Vn=A(t(),A(t(),t().or(r()))),Ip=k(["comment","article","intranet","platform-block","intranet-combination"]),Aw=p({token:t().or(W()).optional(),ids:A(t(),le),layers:A(t(),Fp),states:A(t(),mo),modal:xw.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:Vn,widgetTitleStyle:Vn,widgetObject:A(t(),U.partial()),widgetObjectRights:A(t(),oe),widgetChipCount:A(t(),r()),widgetAuthor:A(t(),I.partial()),widgetWrapperBackgroundImage:A(t(),so),flushedWidgets:t().array(),rtObjectStack:Dp.array(),widgetContext:A(t(),Ip),widgetSynchronizationStates:A(t(),d()),widgetUrls:A(t(),t())}),Pp=f(Aw),_w=s({widgets:Pp}),xi={article:{"raw-little":{articleWidget:Ci,mediaLibraryFile:pi,mediaLibraryFolder:mi,quarantine:ci,jlandmap:li,businessContactCard:Uo,tvDisplayChannel:gn,recurringEvent:Go,socialEvent:sn},"raw-list":{animatedMeeting:on,articleWidget:Ti,bookableAsset:tn,businessContactCard:ud,contentFactoryTemplate:dn,contentReport:Dd,faq:si,internalDraft:go,meeting:st,orgCharts:gi,pollSurvey:Oo,quarantine:dp,quizz:ai,reservation:pd,socialEvent:Le,support:fi,surveyDate:ni,tvDisplayChannel:kp,socialQuestion:$y,folder:Nc,recurringEvent:Jo,faqItem:ri,jlandmap:di,mediaLibraryFile:ui,mediaLibraryFolder:hi},"raw-view":{bookableAsset:dd,contentFactoryTemplate:Ed,extraBot:np,faq:op,faqItem:ip,internalDraft:qc,meeting:Vo,orgCharts:gp,quizz:Hd,socialEvent:Fe,recurringEvent:Ho,articleWidget:Lp,animatedMeeting:Wo,aseiClearanceTicket:cd,aseiInstitution:ld,jlandmap:mp,pollSurvey:il,surveyDate:Qd,support:Sp}},comment:{"raw-little":{},"raw-list":{},"raw-view":{}},messengerDiscussion:{"raw-little":{messengerGroup:hn,messengerUser:ti},"raw-list":{messengerGroup:Gd,messengerUser:zd},"raw-view":{}},visioConnectRoom:{"raw-little":{},"raw-list":{permanentRoom:bi},"raw-view":{}},file:{"raw-little":{},"raw-list":{},"raw-view":{}},link:{"raw-little":{},"raw-list":{socialrate:cl},"raw-view":{}}},$=n=>p({isActive:d(),...n}),G=n=>$({...n,hasLicense:d()}),Lw=k(["drive_microsoft_graph","drive_dropbox","drive_google"]),Fw=$({drives:A(Lw,d())}),Rw=$({label:t(),defaultView:k(["month","week","day","list"]),iCalendarUrls:p({all:t(),accepted:t()}),externalGestion:d(),recurringEventsEnabled:d()}),jw=$({orderBy:t(),order:k(["ASC","DESC"])}),Ew=$({}),Dw=G({maxParticipants:r(),minParticipantsForSpotDiscussion:r(),label:t(),editTimeLimit:r().optional(),editBlockedOgTypes:y(t()).optional()}),Iw=G({label:t(),useTeaser:d()}),Op=p({label:t(),description:t(),extension:t(),icon:t(),color:t()}),Pw=G({label:t(),description:t(),color:t(),templates:Op.array(),allowSharedWithMe:d(),allowPdfEdit:d(),weDocFoldersEnabled:d(),weDocFolderSharingEnabled:d()}),Ow=G({oldViewOptionProperty:d()}),Mw=G({bgColor:t()}),Uw=$({sendAlert:d(),articleFullSelector:d(),articleMediaSlider:d()}),Ww=$({}),Bw=$({}),Vw=$({allowExternalFileSharing:d(),allowShareWebinar:d()}),qw=$({create:d(),autorize:y(k(["message","comment","board","article"]).optional())}),Nw=G({label:t()}),zw=G({}),Gw=G({}),Jw=$({label:t(),create:d()}),Hw=k(["loginPassword","saml","oAuth"]),$w=k(["no","optional","mandatory"]),Zw=A(Hw,$w),Qw=G({name:t(),providers:Zw,banLifespan:r()}),Yw=G({create:d()}),Kw=G({v2:d()}),Xw=G({label:t()}),ev=G({label:t()}),tv=G({}),av=G({label:t(),menuItems:y(p({type:t(),text:t(),actions:t()})).nullable()}),nv=$({manage:d()}),ov=$({canCreateTemplate:d(),allowTemplateImportExport:d(),label:t()}),iv=$({label:t(),create:d(),description:t(),color:t(),icon:t()}),sv=$({label:t(),create:d()}),rv=G({label:t(),numberOfMinutesBeforeJoining:r()}),cv=G({label:t(),create:d()}),lv=G({label:t()}),dv=$({label:t()}),pv=$({}),uv=p({BigBlueButtonHook:rv,ExternalAppHook:Yw,DigitalWorkplaceHook:Kw,FlocklerHook:tv,LuccaAbsenceHook:ev,MagicPadHook:Nw,MagicWandHook:av,MediaLibraryHook:zw,MessengerHook:Dw,OfficeHook:Xw,SpotHook:lv,StudioHook:Ow,TargetInfoHook:Mw,TeamWorkAiHook:Gw,TwoFactorAuthenticationHook:Qw,VisioConnectHook:cv,WallHook:Iw,WeDocHook:Pw}).partial(),mv=p({AdminAdvancedHook:Uw,AnimatedMeetingHook:iv,AnimationsHook:pv,BusinessContactHook:dv,calendarHook:Rw,ContentFactoryHook:ov,DriveHook:Fw,ExtraBotHook:Jw,FAQHook:nv,FileBankHook:jw,FileIntegrityHook:Ew,JitsiHook:sv,SharedContentHook:Vw,spotRssFeed:Ww,SurveyDateHook:Bw,WidgetHook:qw}).partial().extend(uv.shape),hv=s({url:t(),label:t(),columns:r().optional(),rows:r().optional(),content:at}),gv=g([c("summarize"),c("develop"),c("reformulate"),c("tldr"),c("en"),c("es"),c("formal"),c("funny"),c("spellCheck")]),fv=s({text:t()}),Sv=s({kind:t(),page:r(),limit:r(),filters:gt.array().optional(),orders:ht.array().optional()}),yv=n=>p({license:g([c("1"),c("0")]),user:n}),wv=s({kind:t(),type:t(),page:r(),limit:r(),filters:gt.array().optional(),orders:ht.array().optional()}),vv=s({currentPeriodAmount:r(),currentPeriodDateStart:t().optional(),currentPeriodDateEnd:t().optional(),nextTermAmount:r(),nextTermDateStart:t().optional(),nextTermDateEnd:t().optional()}),kv={all:0,admin:1,custom:2},bv=p({uri:t(),title:t(),type:t(),mainType:t()}),Cv=p({imap_inbox_url:t(),dav_calendar_url:t(),dav_address_book_url:t()}),Mp={NONE:"none",SSL:"ssl",STARTTLS:"starttls"},Up=p({username:t(),hostname:t(),imapPort:r(),imapConnectionSecurity:X(Mp),imapMailbox:t(),calDavCalendar:t(),cardDavAddressBook:t(),provider:t().nullable()}),Tv=s({...Up.shape,password:t()}),xv=p({date:t(),fromName:t(),subject:t(),body:t(),read:d(),attachmentsCount:r(),url:t().nullable()}),Av=p({summary:t(),start:t(),end:t(),status:t(),url:t().nullable()}),_v=p({fullName:t(),lastName:t(),firstName:t(),initial:t(),imageColor:t(),url:t().nullable()}),Lv=p({id:t(),label:t()}),Wp=s({color:t(),description:t(),extension:t(),icon:t(),label:t()}),Fv=ue.extend({title:t(),mimetype:t(),_extend:p({generalAccessRule:t(),generalAccessHash:g([t(),W()]),dateModified:t(),dateCreation:t(),fileInfo:Wp,parentId:r(),parentType:t(),parentFiles:y(r()),_url:t()}),_right:oe,_user:I,_audience:we.array()}),Bp=f(Fv),Rv=p({idQuestion:r(),idResponse:r()}),jv=p({idQuestion:r()}),Vp=s({count:r(),id:t()}),qp=g([c("AND"),c("OR")]),fn=s({facetType:t(),facetOptions:g([A(g([p({}).passthrough(),r(),t()])),y(xe())]),facetMode:qp.optional(),field:t(),title:t(),description:t().optional(),category:t().optional()}),Np=s({id:t(),mainType:t(),type:t().optional(),title:t(),cssclass:t().optional(),active:d().optional(),count:r().optional(),typesExcluded:y(t()),facets:fn.array()}),zp=s({count:r(),value:t(),title:t()}),Gp=s({name:t(),count:r(),values:zp.array(),title:t()}),Jp=s({field:t(),value:g([t(),y(t())]),exclude:d().optional(),or:d().optional()}),Hp=s({field:t(),order:g([c("desc"),c("asc")])}),$p=s({facetLimit:r(),skipEmptyFacets:d()}),Ev=s({mode:g([c("result"),c("category")]),facets:fn.array()}),Dv=s({home:Ev,categories:Np.array(),viewcard:A(y(p({name:t(),title:t()}))),facetMode:d()}),Zp=s({name:t(),title:t(),img:t(),icon:t().optional(),color:t().optional(),customImageUri:t().optional(),urlTarget:k(["_blank"]).optional(),urlNoReferrer:d().optional(),_url:t()}),Qp=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()}),Iv=s({keywords:t().optional(),category:t().optional(),facetCategories:d().optional(),filters:Jp.array().optional(),facets:fn.array().optional(),page:r().optional(),limit:r().optional(),sort:Hp.optional(),options:$p.optional(),format:Ke.optional(),persistSolrQuery:d().optional()}),Pv=n=>p({start:r(),count:r(),results:y(n??U),facets:Gp.array(),categories:Vp.array(),idQuery:r().optional()}),Ov=s({keywords:t()}),Yp=g([Zp,Qp]),Mv=s({title:t(),id:t(),showAll:d().optional(),results:Yp.array()}),Uv=g([c("link"),c("invitation")]),Wv=s({id:r(),title:t(),uri:t(),idUser:r(),_right:oe}),Kp=s({recipientId:r(),recipientType:t(),recipientUri:t(),recipientTitle:t(),level:g([c("read"),c("write")]),folderUri:t(),folderTitle:t()}),Bv=s({audience:y(we),read:y(t()),write:y(t()),inherited:y(Kp).optional()}),Xp=s({title:t(),body:t(),sourceUri:t(),sourceUrl:t(),sourceType:t(),sourceId:r(),isDone:d(),idMsgs:r().array()}),Vv=s({jobUid:t(),state:an,messages:y(t()),tasks:y(Xp),uriAiTodo:t().optional()}),qv=s({jobUid:t(),state:an,messages:y(t()),summary:t()}),eu=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()))}),Nv=eu.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")}),zv=p({commentsToolbar:t()}),Gv=p({total:r(),activated:r()}),Jv=p({qrCode:t(),secret:t()}),Hv=y(p({date:t(),activated:r(),unactivated:r()})),$v=s({name:t(),default:d(),filter:p({op:k(["include","exclude"]),values:y(t()),taxonomies:A(t(),Ue.array()).optional()})}),tu="accept",au="deny",Zv=g([c(tu),c(au)]),Qv=U,Yv=p({color:t(),description:t(),extension:t(),icon:t(),label:t()}),Kv=p({page:r(),cnt:r(),limit:r(),data:y(Bp)}),Xv=p({query:t(),filters:Me,orders:_e,page:r(),limit:r()}),ek=p({}),Ae=g([c("read"),c("write")]),tk=s({uri:t(),level:Ae}),nu=g([c("user"),c("spot")]),ak=s({recipientId:r(),recipientType:nu,recipientUri:t(),recipientTitle:t(),level:Ae}),nk=s({recipientUri:t(),inheritedLevel:Ae,requestedLevel:Ae}),ok=s({recipientUri:t(),fromLevel:g([Ae,c("")]),toLevel:Ae,affected:U.array()}),ik=O.extend({canManageShares:d(),canMove:d()}),sk=f(ik);function rk(n,e){const a=p(e.reduce((o,i)=>(o[i]=oi.shape[i],o),{}));return n.extend({_extend:a})}function ck(n){return"targetId"in n&&!!n.targetId}function lk(n){const e=n;return e.bookmarkLabel!==void 0||e.bookmarkMeta!==void 0||e.bookmarkUrl!==void 0}function ou(n){const e=n;return e&&typeof e.id=="number"&&typeof e.targetId=="number"}const dk={bookmarkLink:ou};function pk(n,e){return e!=null&&dk[n](e)}function uk(n,e){return"tvChannelType"in n&&n.tvChannelType===e}const mk=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),hk=n=>n!==null&&typeof n=="object"&&"error"in n&&"aborted"in n&&n.error===-1&&n.aborted===!0,gk={isBookmarkLink:ck,isBookmarkCustom:lk,isBookmarkRawList:ou,isTVChannelType:uk,objectIsType:pk,isStandardApiError:mk,isAbortApiError:hk};function iu(n,e){return n&&!n.endsWith(e)?`${n}${e}`:n}function Ai(n,e){return n?.startsWith(e)?n.split("").slice(e.length).join(""):n}function fk(n){return n.toString().padStart(2,"0")}const Sk=p({type:t(),recordId:g([t().regex(new RegExp("[0-9]+")),r()])}),yk=(n,e)=>Sk.passthrough().safeParse(n).success,wk=p({uri:t().regex(new RegExp("[a-zA-Z]+/[0-9]+"))}),vk=(n,e)=>wk.passthrough().safeParse(n).success;function qn(n){if(vk(n))return n.uri;if(yk(n))return`${n.type}/${n.recordId}`;throw new Error("Invalid uri or typeId "+JSON.stringify(n))}function su(n){return Ai(iu(n.from,"/"),"/")??""}function kk(n){return n.timestamp?`?_=${n.timestamp}`:""}function ru(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 cu(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 lu(n){return n.format??"png"}function du(n){try{return new URL(n)}catch{}try{return new URL(window.location.origin+"/"+Ai(n,"/"))}catch{}}function Nn(n,e=2){if("url"in n&&n.url){const a=du(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:qn({uri:n.uri}):n.type&&n.recordId&&(a=n.type==="icons"?n.type+"/"+n.recordId:qn({type:n.type,recordId:n.recordId})),!a)throw new Error;return`/${su(n)}${cu(n,e)}/${a}.${lu(n)}${ru(n)}`}catch{return""}}const bk=["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"],pu=["docx","xlsx","csv","pptx","pdf","zip","ai","mp3","mpeg","ttf","otf","jpg","jpeg","png","gif","psd","svg","txt","md","mp4","odt","webm"],mt={"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":"csv","application/vnd.ms-excel":"xlsx","video/mp4":"mp4","video/webm":"webm"},_i=n=>Object.keys(mt).find(e=>mt[e]===n),Ck=n=>mt[n]??void 0;function Li(n){const e=String(n).split(".").pop();return pu.find(a=>a===e)}const uu=n=>{const e=Li(n);return _i(e)??"application/octet-stream"},mu=n=>n?(new Date(n).getTime()/1e3).toFixed(0):void 0,Tk=(n,e="fitx80")=>{const a=gu(n),o=mu(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 Nn({timestamp:o,size:e,from:"imagecache",uri:n.uri,format:"gif"});case"image":return Nn({timestamp:o,size:e,from:"imagecache",uri:n.uri})}},hu=n=>{const e=Li(n);if(e!==void 0){const a=_i(e);return Fi(a)}return"application"},xk=n=>["image/vnd","image/svg","image/heic"].findIndex(a=>n.startsWith(a))!==-1;function Fi(n){return n?.startsWith("folder/")?"folder":n==null||xk(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 Ak=(n,e,a="rr")=>a==="ng"?`/ng/file/${n}/${e}`:`/ng/rr/file/${n}/${e}`,_k=n=>n.mimetype===void 0||n.mimetype==="application/octet-stream"?uu(n.title):n.mimetype,gu=n=>n.mimetype===void 0||n.mimetype==="application/octet-stream"?hu(n.title):Fi(n.mimetype),Lk=(n,e)=>Object.keys(xi.article[e]).includes(n.type),Fk=(n,e)=>Object.keys(xi.comment[e]).includes(n.type);function fu(n){return n.startsWith("tag_")||n==="tags"}function Ri(n){return Object.fromEntries(Object.entries(n).filter(([e])=>fu(e)))}function Rk(n){return Object.values(Ri(n)).flat()}function Su(n,e,a){return Object.fromEntries(Object.entries(n).filter(([o])=>fu(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 jk(n){return Su(n,"uri")}const Ek=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=Ri(n);if(e={...e,...a},yu(n,e))return e},yu=(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},Dk=n=>Fe.safeParse(n).success;function Ik(n,e){return Math.floor(n*100/e)}function Pk(n,e=":"){return n.reduce((a,o)=>(a[o]=wu(o,e),a),{})}function wu(n,e=":"){const a=vu(ku(n,"fr-FR")),o=Cu(n,e);return{id:"WIDGET_Survey_Date_Label",values:{label:a,time:o,day:bu(n)}}}function vu(n){return n.charAt(0).toUpperCase()+n.slice(1)}function ku(n,e){return new Date(n).toLocaleDateString(e,{weekday:"long"})}function bu(n){const e=new Date(n);return`${e.getDate()}`.padStart(2,"0")+"/"+`${e.getMonth()+1}`.padStart(2,"0")+"/"+`${e.getFullYear()}`.padStart(2,"0")}function Cu(n,e=":"){const a=new Date(n);return`${a.getHours()}`.padStart(2,"0")+`${e}`+`${a.getMinutes()}`.padStart(2,"0")}const Ok={getTime:Cu,getDate:bu,getLabel:ku,capitalize:vu,surveyDateLabels:Pk,getLabelToTranslate:wu,toPercent:Ik},Mk=n=>le.safeParse(n).success,Uk=n=>F(n,xt),Wk=n=>F(n,_t),Bk=n=>F(n,Ct),Vk=n=>F(n,Vt),qk=n=>F(n,Aa),Nk=n=>F(n,Ft),zk=n=>F(n,jt),Gk=n=>F(n,Dt),Jk=n=>F(n,Pt),Hk=n=>F(n,Mt),$k=(n,e)=>F(n,Zt,e),Zk=n=>F(n,sa),Qk=n=>F(n,ha),Yk=n=>F(n,Ma),Kk=n=>F(n,Gt),Xk=n=>F(n,Xt),eb=n=>F(n,ta),tb=n=>F(n,da),ab=n=>F(n,Qa),nb=n=>F(n,$a),ob=n=>F(n,kt),ib=n=>F(n,Yt),sb=n=>F(n,Wt),rb=n=>F(n,Wa),cb=n=>F(n,Nt),lb=n=>F(n,fa),db=n=>F(n,ia),pb=n=>F(n,Ht),ub=n=>F(n,La),mb=n=>F(n,Ra),hb=n=>F(n,Ta),gb=n=>F(n,Ea),fb=n=>F(n,Ia),Sb=n=>F(n,Ja),yb=n=>F(n,ua),wb=n=>F(n,ba),vb=n=>F(n,ya),kb=n=>F(n,va),bb=n=>F(n,Na),Cb=n=>F(n,Va),Tb=n=>F(n,ca),xb=(n,e)=>F(n,na,e),Ab=n=>F(n,Ka),Tu=new Qe(new tr),_b=new Hn(Tu),Lb=Hn;exports.ACCESS_REQUEST_ACCEPT=tu;exports.ACCESS_REQUEST_DENY=au;exports.AdminAdvancedApi=Vi;exports.AdminLicenseApi=qi;exports.AdminLogApi=Ni;exports.AdminStoreApi=zi;exports.AdminUtilsApi=Gi;exports.ApiErrorCode=er;exports.AsyncJobStateSchema=an;exports.AsyncJobStatusSchema=cf;exports.BookmarkType=Mo;exports.ContentReportStatus=pn;exports.CreateRoomPayloadSchema=Sw;exports.DateFormatSchema=yc;exports.DiapazoneExtraFieldsSchema=xf;exports.FREQUENCY_DAILY=On;exports.FREQUENCY_GROUP=lr;exports.FREQUENCY_INHERIT=cr;exports.FREQUENCY_NEVER=Un;exports.FREQUENCY_NOW=Pn;exports.FREQUENCY_WEEKLY=Mn;exports.Format=z;exports.GroupModerateStatus=eo;exports.GroupPrivacy=to;exports.ImapConnection=Mp;exports.JApplicationApi=ls;exports.JArticleApi=ms;exports.JAssetReservation=hs;exports.JAudienceApi=gs;exports.JBaseApi=T;exports.JBbbApi=fs;exports.JBookmarkApi=Ss;exports.JBusinessNetworkingApi=ys;exports.JCalendarApi=ws;exports.JCommunityApi=vs;exports.JContentFactory=ks;exports.JContentReportApi=bs;exports.JDatasourceApi=Cs;exports.JDiapazoneApi=Ts;exports.JDriveApi=xs;exports.JExternalAppApi=As;exports.JExtraBotApi=_s;exports.JFaqApi=Ls;exports.JFileApi=Fs;exports.JFileIntegrity=js;exports.JFilebankApi=Rs;exports.JGlobalApi=Es;exports.JGroupApi=Ds;exports.JIAApi=Ps;exports.JJamespotApi=Is;exports.JLandApi=Ms;exports.JLandMapCreationSchema=Ly;exports.JLuccaApi=Us;exports.JModuleApi=Ws;exports.JObjectApi=Bs;exports.JOrgchartsApi=Vs;exports.JPollSurveyApi=qs;exports.JPublishButtonApi=Ns;exports.JQuestionAnswerApi=zs;exports.JSearchApi=Gs;exports.JShareApi=Js;exports.JSurveyDateApi=Hs;exports.JTaxonomyApi=$s;exports.JTeamWorkAiApi=Zs;exports.JUserApi=Ys;exports.JWedocApi=Ks;exports.JWidgetApi=Xs;exports.JamespotUserApi=Hn;exports.JitsiApi=Os;exports.LanguagesList=am;exports.LanguagesSchema=St;exports.LicenseUserPriceUpdateSimulationSchema=vv;exports.Network=Qe;exports.NumberFormatSchema=wc;exports.OfficeProviderSchema=Lv;exports.OrgChartConfigSchema=Bn;exports.OrgChartConfigurationSchema=Jy;exports.OrgChartLinkSchema=Wn;exports.OrgChartNodeSchema=hp;exports.OrgChartUpdateMetasFormSchema=Gy;exports.PublishButtonConfigurationCustomSectionSchema=Xl;exports.PublishButtonConfigurationSchema=Ug;exports.PublishButtonSectionEntrySchema=Id;exports.PublishButtonSectionSchema=Pd;exports.PublishButtonSectionsSchema=vS;exports.RecurrenceRule=No;exports.StudioApplicationStatus=cs;exports.SurveyFieldName=Xa;exports.TVChannelCustomSchema=Si;exports.TVDisplayApi=Qs;exports.TeamWorkAiTaskSchema=Xp;exports.TeamWorkDaySummaryStateSchema=qv;exports.TeamWorkTodoStateSchema=Vv;exports.TwoFactorAuthenticationDailyActivationStatisticsSchema=Hv;exports.TwoFactorAuthenticationGenerateConfigurationSchema=Jv;exports.TwoFactorAuthenticationStatisticsSchema=Gv;exports.UserAIProfileSchema=$m;exports.UserBirthdaySchema=Zm;exports.UserLevel=nr;exports.UserNotificationsConfigurationSchema=Hm;exports.UserVariant=or;exports.WIDGET_LEVEL_1=Pc;exports.WIDGET_LEVEL_2=Oc;exports.WIDGET_LEVEL_3=Mc;exports.WIDGET_LEVEL_4=Uc;exports.WRITE_RIGHT_ADMIN=Ql;exports.WRITE_RIGHT_ALL=Zl;exports.WRITE_RIGHT_CUSTOM=Yl;exports.WRITE_RIGHT_PUBLIC=Kl;exports.WidgetPresenceResponseUserListSchema=tg;exports.WidgetQuickSurveyContentArrSchema=jc;exports.WidgetQuickSurveyResponseSchema=ng;exports.WidgetQuickSurveyResponseUserListSchema=og;exports.WidgetsName=h;exports.WindowBrowser=tr;exports.accessRequestStatusValuesSchema=Zv;exports.actionParamsSchema=cS;exports.actionVerbSchema=sS;exports.addCommentParamsSchema=fg;exports.addFaqEntrySchema=Sy;exports.adminAppSchema=ad;exports.adminAppTabSchema=td;exports.adminAppsSchema=$g;exports.adminLicenseStatsSchema=Wg;exports.adminLicensesAssignedSchema=qg;exports.adminLicensesNotAssignedSchema=Vg;exports.adminLogNavigationSchema=Ng;exports.adminLogObjectSchema=zg;exports.adminLogSearchSchema=Gg;exports.animationConfigurationTypeSchema=Zg;exports.animationStatsRowSchema=od;exports.animationStatsSchema=Yg;exports.animationVariantSchema=nd;exports.api=Lb;exports.applicationActionBaseSchema=Ki;exports.applicationBaseSchema=Oe;exports.applicationDefaultSchema=es;exports.applicationExtraPropertiesSchema=Xi;exports.applicationIframeSchema=as;exports.applicationIntranetHookSchema=ss;exports.applicationLinkSchema=ts;exports.applicationSchema=rs;exports.applicationTabSchema=ns;exports.applicationWithTabsSchema=is;exports.articleCreationSchema=it;exports.articleDisplayModeSchema=Or;exports.articleGetConfigSchema=mg;exports.articleListConfigSchema=ug;exports.articleTranslationGetSchema=Kg;exports.articleTranslationLanguageSchema=id;exports.articleTranslationTranslateSchema=sd;exports.aseiGroupsSchema=tf;exports.aseiRightsSchema=af;exports.aseiTicketStatusSchema=rd;exports.assetReservationConfigurationSchema=nf;exports.audienceAutocompleteSchema=Em;exports.audienceSchema=we;exports.autocompleteLittleSchema=Im;exports.baseArticleSchema=hg;exports.baseAutocompleteSchema=$n;exports.bbbRoomSettingsShape=nn;exports.bookmarkCustomSchema=Ig;exports.bookmarkLinkSchema=Eg;exports.bookmarkTypesSchema=Dg;exports.businessContactSchema=Gm;exports.calendarEventListSchema=eS;exports.calendarEventViewSchema=tS;exports.calendarEventsExtension=Xf;exports.calendarMemberLittleSchema=iS;exports.calendarOldEventSchema=wd;exports.calendarTabSchema=oS;exports.categorySchema=Fr;exports.chartTypeSchema=lc;exports.chartsPieDatumSchema=dc;exports.chartsSerieSchema=pc;exports.checkProperties=yu;exports.combineFormat=B;exports.combinedContentFactoryDataSchema=uS;exports.combinedSurveyFieldOptionsSchema=kg;exports.combinedSurveyFieldSchema=al;exports.combinedSurveyFieldTypeSchema=vg;exports.combinedWidgetContentSchema=Bc;exports.combinedWidgetTypeSchema=uo;exports.commentWithActionsSchema=ep;exports.commentsPreviewSchema=ap;exports.communitySchema=Dm;exports.contactEntrySchema=Gh;exports.contactShowFieldsSchema=zh;exports.contentFactoryDefaultDataSchema=Ko;exports.contentFactorySurveyDataSchema=Xo;exports.contentFactoryTypes=pS;exports.createFaqCategorySchema=cp;exports.createFaqEntrySchema=lp;exports.createFaqThemeSchema=hy;exports.createGroupSchema=br;exports.createReportParamsSchema=yS;exports.cssBackgroundPositionSchema=Dh;exports.cssBackgroundSizeSchema=Ih;exports.cssTextAlignTypeSchema=jr;exports.davAddressBookContactSchema=_v;exports.davCalendarEventSchema=Av;exports.deepEqual=vn;exports.default=_b;exports.deleteFaqThemeSchema=gy;exports.discussionPropertiesSchema=NS;exports.discussionPropertySchema=qd;exports.driveAccountSchema=Md;exports.driveGetAccountParamsSchema=PS;exports.driveGetAccountSchema=OS;exports.driveGetDocumentParamsSchema=DS;exports.driveGetGroupsParamsSchema=VS;exports.driveGetTenantsParamsSchema=US;exports.driveItemTypeSchema=jS;exports.driveLogoutParamsSchema=IS;exports.driveSetDefaultAccountParamsSchema=MS;exports.driveTmpFileSchema=ES;exports.dropboxDocumentEntitySchema=LS;exports.dropboxDocumentParamsSchema=Wd;exports.dropboxGetDocumentsParamsSchema=BS;exports.editFaqCategorySchema=dy;exports.editFaqEntrySchema=yy;exports.editFaqThemeSchema=fy;exports.ensureApplication=im;exports.ensureApplicationTabs=om;exports.ensureIsCalendarOldEvent=Kf;exports.ensureIsMeetingList=Df;exports.ensureIsSocialEventList=_f;exports.ensureIsSurveyData=rl;exports.ensureIsTemplateFile=Ag;exports.ensureIsViewEvent=Dk;exports.ensureTVGetConfigureDynamicChannelResponse=rw;exports.ensureTVGetConfigureSlideshowChannelResponse=lw;exports.ensureWidgetAccessibilityType=ob;exports.ensureWidgetApplicationType=Bk;exports.ensureWidgetArticleAttachmentType=Uk;exports.ensureWidgetArticleButtonType=Wk;exports.ensureWidgetArticleGalleryType=Nk;exports.ensureWidgetArticleImageType=zk;exports.ensureWidgetArticleSliderType=Gk;exports.ensureWidgetArticleTextType=Jk;exports.ensureWidgetArticleTitleType=Hk;exports.ensureWidgetBirthdayType=sb;exports.ensureWidgetButtonType=Vk;exports.ensureWidgetCalendarCalDavType=Kk;exports.ensureWidgetCalendarType=cb;exports.ensureWidgetChartsType=pb;exports.ensureWidgetCheckListType=$k;exports.ensureWidgetColorType=ib;exports.ensureWidgetContactCardDavType=eb;exports.ensureWidgetContactType=Xk;exports.ensureWidgetContent=Mr;exports.ensureWidgetCountdownType=xb;exports.ensureWidgetCoverType=db;exports.ensureWidgetDatasourceTableType=Zk;exports.ensureWidgetDefinitionProps=yw;exports.ensureWidgetDocumentsType=Tb;exports.ensureWidgetEmailsImapType=tb;exports.ensureWidgetEmbedType=yb;exports.ensureWidgetExcelDatasourceTableType=Qk;exports.ensureWidgetExtensionType=lb;exports.ensureWidgetFaqType=vb;exports.ensureWidgetFileType=kb;exports.ensureWidgetFlocklerType=wb;exports.ensureWidgetImageType=hb;exports.ensureWidgetLuccaAbsenceType=qk;exports.ensureWidgetMeteoType=ub;exports.ensureWidgetMyGroupType=mb;exports.ensureWidgetNewsType=gb;exports.ensureWidgetNewsflashType=fb;exports.ensureWidgetObjectHasMinimumProperties=ww;exports.ensureWidgetPresenceContent=Yh;exports.ensureWidgetPresenceResponse=eg;exports.ensureWidgetPresenceResponsePayload=Xh;exports.ensureWidgetPresenceType=Kh;exports.ensureWidgetQuickSurveyType=Yk;exports.ensureWidgetSeparatorType=rb;exports.ensureWidgetSliderType=Cb;exports.ensureWidgetSurveyType=bb;exports.ensureWidgetTextType=Sb;exports.ensureWidgetType=F;exports.ensureWidgetUserProfileType=nb;exports.ensureWidgetWelcomeType=ab;exports.ensureWidgetWrapperProps=Mk;exports.ensureWidgetYoutubeType=Ab;exports.eventModeSchema=nS;exports.eventStatusFilterSchema=aS;exports.extendSchema=oi;exports.extensions=pu;exports.extractFlattenTaxonomiesFromObject=Rk;exports.extractTaxonomiesFromObject=Ri;exports.extractTaxonomiesFromObjectAndMapProperty=Su;exports.extractTaxonomiesFromObjectAndMapUri=jk;exports.facetModeSchema=qp;exports.faqAccessSchema=my;exports.faqContentItemSchema=ii;exports.faqHookPropertiesSchema=uy;exports.faqTaxonomySchema=py;exports.faqWidgetCategoryItemSchema=sp;exports.faqWidgetCategorySchema=cy;exports.faqWidgetItemSchema=ly;exports.faqWidgetItemUriCategorySchema=rp;exports.fileCropConfigSchema=pr;exports.fileMainTypeSchema=ur;exports.fileSyncAdminSpotSchema=Ty;exports.fileSyncAdminSpotsPropsSchema=xy;exports.fileSyncFileBankSchema=by;exports.fileSyncUserQuotaSchema=Cy;exports.filterSchema=gt;exports.filterValueSchema=ds;exports.filtersSchema=Me;exports.folderShareConflictSchema=nk;exports.folderShareImpactSchema=ok;exports.folderShareLevelSchema=Ae;exports.folderShareRecipientTypeSchema=nu;exports.folderShareSchema=ak;exports.formatExtensionSchema=ay;exports.formatImgUrl=Nn;exports.formatListSchema=Ke;exports.formats=xi;exports.getArgs=ru;exports.getCommentsParamsSchema=gg;exports.getExtensionFromName=Li;exports.getFileExtensionFromMimetype=Ck;exports.getFileFamily=Fi;exports.getFileFamilyFromName=hu;exports.getFormat=lu;exports.getFrom=su;exports.getLicenseArticlesParamsSchema=wv;exports.getLicenseKindUsersParamsSchema=Sv;exports.getMimetypeFromExtension=_i;exports.getMimetypeFromName=uu;exports.getReportsParamsSchema=SS;exports.getSize=cu;exports.getTimestamp=kk;exports.getUnclassifiedFilesParamsSchema=My;exports.getUri=qn;exports.getUrl=du;exports.gifSchema=dh;exports.groupCategoriesConfigurationSchema=Fh;exports.groupCustomWidgetSchema=oo;exports.groupListConfigSchema=Lh;exports.groupMemberLevelSchema=gh;exports.groupMemberSchema=fh;exports.groupModerateStatusSchema=Tr;exports.groupPrivacy=ao;exports.groupPropertiesOptionsSchema=Ar;exports.groupPropertiesSchema=Lr;exports.groupUserLevelSchema=Cr;exports.groupWidgetLittleSchema=no;exports.groupWidgetSchema=kh;exports.groupWidgetsSchema=yh;exports.headingTypeSchema=io;exports.hookListTypeSchema=mv;exports.imageFormValueSchema=th;exports.imageSizeSchema=et;exports.imapInboxMailSchema=xv;exports.inferBookmarkListSchema=ll;exports.inferBookmarkRawListSchema=Ge;exports.inferMaybeWithToken=ft;exports.inferSearchQueryResultSchema=Pv;exports.inferUserLicenseSchema=yv;exports.inheritedShareSchema=Kp;exports.isKnownArticle=Lk;exports.isKnownComment=Fk;exports.isSocialActionRate=Ad;exports.isSocialActionReport=_d;exports.isSocialActionShare=Ld;exports.isSocialActionToggle=rS;exports.isWidgetApplicationAppsItem=Wh;exports.isWidgetApplicationExtensionItem=qh;exports.isWidgetApplicationImageItem=Vh;exports.isWidgetApplicationLinkItem=Bh;exports.jArticleListSchema=O;exports.jArticleListShapeTmp=ho;exports.jArticleLittleSchema=H;exports.jArticleViewSchema=q;exports.jArticleWidgetListSchema=Ti;exports.jArticleWidgetLittleSchema=Ci;exports.jArticleWidgetViewSchema=Lp;exports.jAseiInstitutionViewSchema=ld;exports.jAseiTicketViewSchema=cd;exports.jBookableAssetListSchema=tn;exports.jBookableAssetViewSchema=dd;exports.jBusinessContactListSchema=ud;exports.jBusinessContactLittleSchema=Uo;exports.jCommentListSchema=We;exports.jCommentLittleSchema=Fd;exports.jContentFactoryDefaultTemplateViewSchema=jd;exports.jContentFactorySurveyTemplateViewSchema=Rd;exports.jContentFactoryTemplateListSchema=dn;exports.jContentFactoryTemplateViewSchema=Ed;exports.jContentReportListSchema=Dd;exports.jDiapazoneListSchema=on;exports.jDiapazoneViewSchema=Wo;exports.jEnsure=gk;exports.jExtraBotViewSchema=np;exports.jFaqItemListSchema=ri;exports.jFaqItemViewSchema=ip;exports.jFaqListSchema=si;exports.jFaqViewSchema=op;exports.jFileListSchema=rh;exports.jFileLittleCropSchema=ih;exports.jFileLittleSchema=V;exports.jFileRenditionSchema=ch;exports.jFolderListSchema=Nc;exports.jFolderLittleSchema=Ye;exports.jGroupListSchema=Rr;exports.jGroupLittleSchema=tt;exports.jGroupViewSchema=Ah;exports.jHrefSchema=Jn;exports.jIACapabilitiesSchema=gv;exports.jInternalDraftListSchema=go;exports.jInternalDraftViewSchema=qc;exports.jLandLogSchema=Ay;exports.jLandMapFlavorSchema=pp;exports.jLandMapKindSchema=up;exports.jLandMapListSchema=di;exports.jLandMapLittleSchema=li;exports.jLandMapViewSchema=mp;exports.jLandStatSchema=_y;exports.jLinkListSchema=Rg;exports.jLinkLittleSchema=en;exports.jMediaLibraryFileListSchema=ui;exports.jMediaLibraryFileLittleSchema=pi;exports.jMediaLibraryFolderListSchema=hi;exports.jMediaLibraryFolderLittleSchema=mi;exports.jMeetingListSchema=st;exports.jMeetingViewSchema=Vo;exports.jMessengerDiscussionGroupListSchema=Gd;exports.jMessengerDiscussionGroupLittleSchema=hn;exports.jMessengerDiscussionUserListSchema=zd;exports.jMessengerDiscussionUserLittleSchema=ti;exports.jMessengerMessageLittleSchema=Bd;exports.jNetworkLittleSchema=dr;exports.jObjectAutocompleteSchema=Ue;exports.jObjectBaseSchema=ue;exports.jObjectListSchema=Yn;exports.jObjectLittleSchema=U;exports.jOrgChartListSchema=gi;exports.jOrgChartViewSchema=gp;exports.jPermanentRoomListSchema=bi;exports.jPollSurveyListSchema=Oo;exports.jPollSurveyLittleSchema=ol;exports.jPollSurveyViewSchema=il;exports.jQuarantineListSchema=dp;exports.jQuarantineLittleSchema=ci;exports.jQuizzListSchema=ai;exports.jQuizzListShapeTmp=Jd;exports.jQuizzViewSchema=Hd;exports.jRecurringEventListSchema=Jo;exports.jRecurringEventLittleSchema=Go;exports.jRecurringEventOccurrenceListFalsySchema=Zo;exports.jRecurringEventOccurrenceListSchema=gd;exports.jRecurringEventOccurrenceListTruthySchema=cn;exports.jRecurringEventOccurrenceLittleFalsySchema=$o;exports.jRecurringEventOccurrenceLittleSchema=Nf;exports.jRecurringEventOccurrenceLittleTruthySchema=rn;exports.jRecurringEventOccurrenceViewFalsySchema=fd;exports.jRecurringEventOccurrenceViewSchema=Sd;exports.jRecurringEventOccurrenceViewTruthySchema=Qo;exports.jRecurringEventViewSchema=Ho;exports.jReservationListSchema=pd;exports.jSocialEventListSchema=Le;exports.jSocialEventLittleSchema=sn;exports.jSocialEventViewSchema=Fe;exports.jSocialRateLinkListSchema=cl;exports.jSpotAutocompleteSchema=Qn;exports.jSpotAutocompleteShape=ar;exports.jSupportListSchema=fi;exports.jSupportViewSchema=Sp;exports.jSupportViewShapeTmp=fp;exports.jSurveyDateListSchema=ni;exports.jSurveyDateViewSchema=Qd;exports.jTvChannelDynamicListSchema=yi;exports.jTvChannelListSchema=kp;exports.jTvChannelLittleSchema=gn;exports.jTvChannelSlideshowListSchema=wi;exports.jUserAutocompleteSchema=Zn;exports.jUserListSchema=Xe;exports.jUserLittleSchema=I;exports.jUserValuesSchema=In;exports.jUserViewSchema=ir;exports.licenseSchema=ed;exports.mediaLibraryFilesStatsSchema=Uy;exports.mediaLibraryFolderStatsSchema=Wy;exports.mediaLibraryListSchema=Oy;exports.mediaLibraryStatsSchema=By;exports.meetingActionSchema=qo;exports.meetingCreationSchema=Pf;exports.meetingUpdateSchema=Of;exports.metasExternalSchema=vr;exports.metasJamespotSchema=yr;exports.metasSchema=kr;exports.metasYoutubeSchema=wr;exports.meteoLocationSchema=Lc;exports.meteoSearchResultSchema=Qh;exports.methodSchema=us;exports.mimetypeToExt=mt;exports.mimetypes=bk;exports.moduleRestrictionMode=kv;exports.moveFaqEntrySchema=wy;exports.moveFaqThemeSchema=vy;exports.moveMediaLibraryFileParamsSchema=Vy;exports.msDocumentEntitySchema=AS;exports.msDocumentParamsSchema=Ud;exports.msGetDocumentsParamsSchema=WS;exports.msGroupEntitySchema=xS;exports.msSiteEntitySchema=TS;exports.msTenantEntitySchema=bS;exports.msTenantsSchema=ei;exports.msUnifiedEntitySchema=RS;exports.network=Tu;exports.networkTypeSchema=bv;exports.newsConceptSchema=qe;exports.newsflashGetResponseSchema=Mg;exports.newsflashItemSchema=$l;exports.newsflashPropertiesSchema=Jl;exports.newsflashSourceSchema=rt;exports.newsflashSourcesSchema=Hl;exports.objectListPropsSchema=um;exports.objectTimestamp=mu;exports.objectWithoutLicenseFilterSchema=Bg;exports.officeProviderBaseUrlsSchema=Cv;exports.officeSetConfigurationPayloadSchema=Tv;exports.officeUserConfigurationSchema=Up;exports.onlyOfficeFileSchema=Bp;exports.onyOfficeFileInfoSchema=Wp;exports.openingTypeAnchorSchema=Zr;exports.openingTypeLinkSchema=$r;exports.openingTypePopupSchema=Qr;exports.openingTypeSchema=Ir;exports.operatorSchema=ps;exports.orderSchema=ht;exports.ordersSchema=_e;exports.padStartTwoDigits=fk;exports.pollSurveyStatusSchema=nl;exports.prepareGroupForUpdate=Ek;exports.previewCommentSchema=tp;exports.publicWebinarData=uf;exports.publicWebinarFullnameRequestSchema=lf;exports.publicWebinarGetDateRequestSchema=pf;exports.publicWebinarUrlSchema=df;exports.questionAnswerSelectResponseParamsSchema=Rv;exports.questionAnswerUnselectResponseParamsSchema=jv;exports.quizFieldSchema=Zd;exports.quizResponseSchema=$d;exports.recurrenceRuleSchema=zo;exports.recurringEventCreationSchema=Zf;exports.recurringEventUpdateSchema=Yf;exports.removeIfStartsWith=Ai;exports.replacePropertiesWithTypes=kn;exports.resetNotificationConfigurationSchema=_h;exports.resolveFileFamily=gu;exports.resolveFileMimetype=_k;exports.resolveFilePath=Tk;exports.resolveFileUrl=Ak;exports.resolveSurveyUri=ig;exports.resolveWidgetByName=rg;exports.resolveWidgetContent=Ur;exports.rightsSchema=oe;exports.rssTypeSchema=_r;exports.searchCategoryModelSchema=Np;exports.searchCategoryValueSchema=Vp;exports.searchConfigSchema=Dv;exports.searchFacetModelSchema=fn;exports.searchFacetValueModelSchema=Gp;exports.searchFacetValuesSchema=zp;exports.searchLastQuerySchema=Ov;exports.searchQueryFilterModelSchema=Jp;exports.searchQueryOptionSchema=$p;exports.searchQuerySchema=Iv;exports.searchQuerySortModelSchema=Hp;exports.searchResultCatPropsSchema=Mv;exports.searchResultPropsAppSchema=Zp;exports.searchResultPropsObjectSchema=Qp;exports.searchResultPropsSchema=Yp;exports.shareAccessPropsSchema=Bv;exports.shareGeneralAccessRulesSchema=Uv;exports.shareOptionObjectSchema=Wv;exports.shareOptionSchema=Cd;exports.socialActionRateSchema=kd;exports.socialActionReportSchema=bd;exports.socialActionSchema=ln;exports.socialActionSchema_deprecated=Yo;exports.socialActionShareSchema=Td;exports.socialActionStructSchema_deprecated=vd;exports.socialActionToggleSchema=xd;exports.socialEventActionSchema=Bo;exports.socialEventCreationSchema=Rf;exports.socialEventUpdateSchema=jf;exports.spotDiscussionKindSchema=Vd;exports.storeFinalizeSchema=Hg;exports.storeItemSchema=Jg;exports.suffixIfDoesNotExist=iu;exports.surveyDateResponsesSchema=Yd;exports.surveyDateUsersForDateSchema=ey;exports.surveyDateUsersResponseSchema=XS;exports.surveyDateUsersResponsesSchema=Kd;exports.surveyDateUtils=Ok;exports.surveyFieldBaseSchema=ee;exports.surveyFieldBinaryDataSchema=fo;exports.surveyFieldBinarySchema=Gc;exports.surveyFieldCheckDataSchema=wo;exports.surveyFieldCheckSchema=$c;exports.surveyFieldFileUploadDataSchema=To;exports.surveyFieldFileUploadSchema=Xc;exports.surveyFieldGridCheckDataSchema=Ao;exports.surveyFieldGridCheckSchema=tl;exports.surveyFieldGridRadioDataSchema=xo;exports.surveyFieldGridRadioSchema=el;exports.surveyFieldKeysSchema=zc;exports.surveyFieldOptionCheckSchema=_o;exports.surveyFieldOptionFileUploadSchema=Eo;exports.surveyFieldOptionGridCheckSchema=Do;exports.surveyFieldOptionGridRadioSchema=Io;exports.surveyFieldOptionRateSchema=Lo;exports.surveyFieldOptionScaleSchema=Fo;exports.surveyFieldOptionTextSchema=Ro;exports.surveyFieldOptionTextareaSchema=jo;exports.surveyFieldRadioDataSchema=yo;exports.surveyFieldRadioSchema=Hc;exports.surveyFieldRateDataSchema=vo;exports.surveyFieldRateSchema=Zc;exports.surveyFieldScaleDataSchema=ko;exports.surveyFieldScaleSchema=Qc;exports.surveyFieldSelectDataSchema=So;exports.surveyFieldSelectSchema=Jc;exports.surveyFieldTextDataSchema=bo;exports.surveyFieldTextSchema=Yc;exports.surveyFieldTextareaDataSchema=Co;exports.surveyFieldTextareaSchema=Kc;exports.surveySectionSchema=Po;exports.textEnhanceResponseSchema=fv;exports.tinyMCECommonOptionsSchema=Nv;exports.tinyMCEDynamicOptionsSchema=eu;exports.tinymceExtendedOptionsSchema=zv;exports.toBoolean=Qi;exports.tvChannelCreatePayloadSchema=aw;exports.tvChannelCreationSchema=tw;exports.tvChannelDynamicArticleSchema=Cp;exports.tvChannelDynamicCommentSchema=bp;exports.tvChannelSlideshowFileSchema=Tp;exports.tvChannelTypeSchema=yp;exports.tvGetChannelResponseSchema=pw;exports.tvGetConfigureDynamicChannelResponse=vi;exports.tvGetConfigureSlideshowChannelResponse=ki;exports.updateCommentParamsSchema=Sg;exports.updateGroupSchema=vh;exports.updateReportStatusParamsSchema=wS;exports.uploadConfigSchema=eh;exports.userDefaultFieldsTypeSchema=ze;exports.userDirectoryConfigurationSchema=rr;exports.userDownloadSchema=lh;exports.userFieldSchema=qm;exports.userFieldsConfigurationTypeSchema=Vm;exports.userFieldsSchema=Nm;exports.userLevelSpotSchema=Xn;exports.userMapModelSchema=sr;exports.userReadSchema=yg;exports.userResponseStatusSchema=Xd;exports.userSpotCategoriesSchema=bh;exports.userValuesSchema=zm;exports.validateIsFormatFileLittle=nh;exports.validateIsFormatObjectList=Ym;exports.validateIsFormatObjectLittle=Fm;exports.validateIsFormatRights=Pm;exports.validateIsFormatSocialEvent=Ff;exports.validateIsFormatUserDirectoryConfiguration=Jm;exports.validateIsFormatUserLevelSpot=Rh;exports.validateIsFormatUserList=Um;exports.validateIsFormatUserMapModel=Bm;exports.validateIsFormatUserView=Wm;exports.validateTemplateData=_g;exports.valueLabelSchema=me;exports.variantSizeTypeSchema=Er;exports.variantTypeSchema=Dr;exports.videoRecordingSchema=uw;exports.visioConnectStatisticsRoomSchema=xp;exports.visioConnectStatisticsRoomSessionsSchema=gw;exports.visioConnectStatisticsSchema=mw;exports.wallFilterSchema=$v;exports.weDocTemplateSchema=Op;exports.wedocEmptyTypeSchema=ek;exports.wedocFileAudienceTypeSchema=Qv;exports.wedocFolderListSchema=sk;exports.wedocQueryResultsSchema=Kv;exports.wedocQueryTypeSchema=Xv;exports.wedocShareRecipientSchema=tk;exports.wedocTemplateSchema=Yv;exports.widgetAccessibilityContentSchema=vt;exports.widgetAccessibilityTypeSchema=kt;exports.widgetActiveValueSchema=Cl;exports.widgetApplicationAppsItemSchema=qr;exports.widgetApplicationContentSchema=bt;exports.widgetApplicationCssSchema=Hr;exports.widgetApplicationExtensionItemSchema=Gr;exports.widgetApplicationImageItemSchema=zr;exports.widgetApplicationItemSchema=Jr;exports.widgetApplicationLinkItemSchema=Nr;exports.widgetApplicationSizeSchema=Vr;exports.widgetApplicationTypeSchema=Ct;exports.widgetApplicationViewSchema=Br;exports.widgetArticleAttachmentContentSchema=Tt;exports.widgetArticleAttachmentTypeSchema=xt;exports.widgetArticleButtonContentSchema=At;exports.widgetArticleButtonTypeSchema=_t;exports.widgetArticleCheckListTypeForFrontSchema=Tw;exports.widgetArticleGalleryContentSchema=Lt;exports.widgetArticleGalleryTypeSchema=Ft;exports.widgetArticleImageContentSchema=Rt;exports.widgetArticleImageTypeSchema=jt;exports.widgetArticleSliderContentSchema=Et;exports.widgetArticleSliderTypeSchema=Dt;exports.widgetArticleTextContentSchema=It;exports.widgetArticleTextTypeSchema=Pt;exports.widgetArticleTitleContentSchema=Ot;exports.widgetArticleTitleTypeSchema=Mt;exports.widgetAudienceSchema=Tl;exports.widgetBaseSchema=wt;exports.widgetBirthdayContentSchema=Ut;exports.widgetBirthdayCssSchema=Xr;exports.widgetBirthdayTypeSchema=Wt;exports.widgetButtonActionGroupSchema=rc;exports.widgetButtonActionSchema=cc;exports.widgetButtonActionTypeSchema=sc;exports.widgetButtonContentSchema=Bt;exports.widgetButtonIconFontSizeSchema=ic;exports.widgetButtonIconPaddingSchema=oc;exports.widgetButtonIconPositionSchema=tc;exports.widgetButtonPositionSchema=ac;exports.widgetButtonPropsSchema=Yr;exports.widgetButtonSizeSchema=ec;exports.widgetButtonStyleSchema=nc;exports.widgetButtonTypeSchema=Vt;exports.widgetCalendarCalDavContentSchema=zt;exports.widgetCalendarCalDavTypeSchema=Gt;exports.widgetCalendarContentSchema=qt;exports.widgetCalendarTypeSchema=Nt;exports.widgetChartsContentSchema=Jt;exports.widgetChartsTypeSchema=Ht;exports.widgetCheckListContentArrForFrontSchema=jp;exports.widgetCheckListContentArrSchema=uc;exports.widgetCheckListContentForFrontSchema=Ep;exports.widgetCheckListContentSchema=$t;exports.widgetCheckListTypeSchema=Zt;exports.widgetCheckboxSchema=Bl;exports.widgetColorContentSchema=Qt;exports.widgetColorSchema=fl;exports.widgetColorTypeSchema=Yt;exports.widgetCombinationAlignItemsSchema=hc;exports.widgetCombinationContentRowSchema=fc;exports.widgetCombinationContentRowWidgetSchema=gc;exports.widgetCombinationContentSchema=at;exports.widgetCombinationDirectionSchema=ro;exports.widgetCombinationJustifyContentSchema=mc;exports.widgetCombinationTemplateSchema=hv;exports.widgetCombinationTypeSchema=co;exports.widgetContactCardDavContentSchema=ea;exports.widgetContactCardDavTypeSchema=ta;exports.widgetContactContentSchema=Kt;exports.widgetContactCssSchema=Sc;exports.widgetContactTypeSchema=Xt;exports.widgetContentBaseSchema=_;exports.widgetContentKeysSchema=Vc;exports.widgetContextSchema=Ip;exports.widgetCountdownContentSchema=aa;exports.widgetCountdownTypeSchema=na;exports.widgetCoverContentSchema=oa;exports.widgetCoverSlideSchema=Ic;exports.widgetCoverTypeSchema=ia;exports.widgetDatasourceTableContentSchema=nt;exports.widgetDatasourceTableTypeSchema=sa;exports.widgetDatePickerSchema=kl;exports.widgetDatePickerValueSchema=bl;exports.widgetDateSchema=Sl;exports.widgetDateValueSchema=yl;exports.widgetDatetimeSchema=wl;exports.widgetDatetimeValueSchema=vl;exports.widgetDefaultProps=Cw;exports.widgetDefinitionPropsSchema=_p;exports.widgetDisplayModeSchema=Rp;exports.widgetDocumentsContentSchema=ra;exports.widgetDocumentsTypeSchema=ca;exports.widgetEmailSchema=El;exports.widgetEmailValueSchema=Dl;exports.widgetEmailsImapContentSchema=la;exports.widgetEmailsImapTypeSchema=da;exports.widgetEmbedContentSchema=pa;exports.widgetEmbedSchema=Rl;exports.widgetEmbedTypeSchema=ua;exports.widgetExcelDatasourceTableContentSchema=ma;exports.widgetExcelDatasourceTableTypeSchema=ha;exports.widgetExtensionContentSchema=ga;exports.widgetExtensionTypeSchema=fa;exports.widgetFaqContentSchema=Sa;exports.widgetFaqTypeSchema=ya;exports.widgetFileContentSchema=wa;exports.widgetFileSchema=_l;exports.widgetFileTypeSchema=va;exports.widgetFlocklerContentSchema=ka;exports.widgetFlocklerTypeSchema=ba;exports.widgetIframeVideoSchema=jl;exports.widgetImageContentSchema=Ca;exports.widgetImageSchema=Ll;exports.widgetImageTypeSchema=Ta;exports.widgetKeysSchema=yt;exports.widgetLayerSchema=Fp;exports.widgetLegacyMixedBooleanSchema=ae;exports.widgetLinkSchema=xl;exports.widgetLuccaAbsenceContentSchema=xa;exports.widgetLuccaAbsenceTypeSchema=Aa;exports.widgetLuccaAbsenceUserSchema=Zh;exports.widgetMeteoContentSchema=_a;exports.widgetMeteoTypeSchema=La;exports.widgetMultiattributeSchema=Al;exports.widgetMyGroupContentSchema=Fa;exports.widgetMyGroupTypeSchema=Ra;exports.widgetNewsContentSchema=ja;exports.widgetNewsTypeSchema=Ea;exports.widgetNewsflashContentSchema=Da;exports.widgetNewsflashTypeSchema=Ia;exports.widgetNumberSchema=hl;exports.widgetNumberValueSchema=gl;exports.widgetOrientedlinksSchema=zl;exports.widgetPlaceSchema=Ol;exports.widgetPresenceContentSchema=ot;exports.widgetPresenceRespondPayloadSchema=Fc;exports.widgetPresenceResponseSchema=Rc;exports.widgetPresenceTypeSchema=Pa;exports.widgetQuickSurveyContentSchema=Oa;exports.widgetQuickSurveyTypeSchema=Ma;exports.widgetRadioSchema=Wl;exports.widgetRefUserSchema=Ml;exports.widgetRtObjectSchema=Dp;exports.widgetSchema=Pg;exports.widgetSelectSchema=Fl;exports.widgetSelectionBackgroundPropsSchema=so;exports.widgetSelectionPropsSchema=Ph;exports.widgetSeparatorAlignSchema=Dc;exports.widgetSeparatorContentSchema=Ua;exports.widgetSeparatorOrientationSchema=Ec;exports.widgetSeparatorTypeSchema=Wa;exports.widgetSlideSchema=Kr;exports.widgetSliderContentSchema=Ba;exports.widgetSliderTypeSchema=Va;exports.widgetStatePropsSchema=mo;exports.widgetStylesSchema=Vn;exports.widgetSurveyContentSchema=qa;exports.widgetSurveyTypeSchema=Na;exports.widgetSyncContentContentSchema=za;exports.widgetSyncContentTypeSchema=po;exports.widgetTableColumnDataSchema=lo;exports.widgetTableColumnSchema=Hh;exports.widgetTableColumnTypesSchema=Ac;exports.widgetTableColumnWidgetDateSchema=Tc;exports.widgetTableColumnWidgetDefaultSchema=vc;exports.widgetTableColumnWidgetSelectOptionSchema=bc;exports.widgetTableColumnWidgetSelectSchema=Cc;exports.widgetTableColumnWidgetTextSchema=kc;exports.widgetTableColumnWidgetsSchema=xc;exports.widgetTableColumnsData=Jh;exports.widgetTableContentSchema=_c;exports.widgetTaxonomySchema=Vl;exports.widgetTelSchema=ql;exports.widgetTextContentSchema=Ga;exports.widgetTextSchema=dl;exports.widgetTextTypeSchema=Ja;exports.widgetTextValueSchema=pl;exports.widgetTextareaSchema=ul;exports.widgetTextareaValueSchema=ml;exports.widgetToggleSchema=Nl;exports.widgetTransientSchema=Ul;exports.widgetTypeKeysSchema=sg;exports.widgetUriSchema=Gl;exports.widgetUrlSchema=Il;exports.widgetUrlValueSchema=Pl;exports.widgetUserProfileContentSchema=Ha;exports.widgetUserProfileTypeSchema=$a;exports.widgetVectorSchema=Pr;exports.widgetWelcomeContentSchema=Za;exports.widgetWelcomeTypeSchema=Qa;exports.widgetWrapperLevelSchema=Wc;exports.widgetWrapperPropsSchema=le;exports.widgetYoutubeContentSchema=Ya;exports.widgetYoutubeTypeSchema=Ka;exports.widgetsRootStateSchema=_w;exports.widgetsStateSchema=Pp;exports.widgetsValueSchema=Og;exports.withExtensionsSchema=rk;exports.zCoerceBoolean=ge;exports.zCoerceOptionalNumber=Q;exports.zCoerceOptionalString=Yi;exports.zObject=s;exports.zPassThrough=nm;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 Vu extends T{readList(e,a){return this.network.post({o:"activity",f:"readList",...e},a?.signal)}}class Yi 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 Vi=Array.isArray,qi=Object.keys,qu=Object.prototype.hasOwnProperty;function Mn(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=Vi(n),l=Vi(e);let u,h,v;if(i&&l){if(h=n.length,h!==e.length)return!1;for(u=h;u--!==0;)if(!Mn(n[u],e[u],a))return!1;return!0}if(i!==l)return!1;const w=n instanceof Date,E=e instanceof Date;if(w!==E)return!1;if(w&&E)return n.getTime()===e.getTime();const J=n instanceof RegExp,be=e instanceof RegExp;if(J!==be)return!1;if(J&&be)return n.toString()===e.toString();const Ce=qi(n).filter(te=>!o?.some(qe=>qe.length===1&&qe[0]===te));if(h=Ce.length,h!==qi(e).filter(te=>!o?.some(qe=>qe.length===1&&qe[0]===te)).length)return!1;for(u=h;u--!==0;){const te=Ce[u];if(te&&!qu.call(e,te))return!1}for(u=h;u--!==0;)if(v=Ce[u],!(v==="_owner"&&n.$$typeof)&&!Mn(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 Un(n,e){if(Array.isArray(n))return n.map(a=>Un(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]:Un(n[o],e)}}),a}else return n}const B=(n,e)=>Array.isArray(e)&&e.length?[n,...e].join(","):n;class Ki 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 Xi 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 es 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 ts extends T{getApps(e){return this.network.post({o:"admin",f:"apps"},e)}}class Nu 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 U;(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(h=>typeof i[i[h]]!="number"),u={};for(const h of l)u[h]=i[h];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})(U||(U={}));var Ni;(function(n){n.mergeShapes=(e,a)=>({...e,...a})})(Ni||(Ni={}));const C=U.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),ge=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=U.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 h=o,v=0;for(;v<u.path.length;){const w=u.path[v];v===u.path.length-1?(h[w]=h[w]||{_errors:[]},h[w]._errors.push(a(u))):h[w]=h[w]||{_errors:[]},h=h[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,U.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 $e=(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,U.jsonStringifyReplacer)}`;break;case S.unrecognized_keys:a=`Unrecognized key(s) in object: ${U.joinValues(n.keys,", ")}`;break;case S.invalid_union:a="Invalid input";break;case S.invalid_union_discriminator:a=`Invalid discriminator value. Expected ${U.joinValues(n.options)}`;break;case S.invalid_enum_value:a=`Invalid enum value. Expected ${U.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}"`:U.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,U.assertNever(n)}return{message:a}};let zu=$e;function Wn(){return zu}const Bn=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 h="";const v=o.filter(w=>!!w).slice().reverse();for(const w of v)h=w(u,{data:e,defaultError:h}).message;return{...i,path:l,message:h}};function k(n,e){const a=Wn(),o=Bn({issueData:e,data:n.data,path:n.path,errorMaps:[n.common.contextualErrorMap,n.schemaErrorMap,a,a===$e?void 0:$e].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 F;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 F;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 F=Object.freeze({status:"aborted"}),Ne=n=>({status:"dirty",value:n}),Y=n=>({status:"valid",value:n}),zi=n=>n.status==="aborted",Gi=n=>n.status==="dirty",Pe=n=>n.status==="valid",dt=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 Ji=(n,e)=>{if(Pe(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 j(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,h)=>{const{message:v}=n;return u.code==="invalid_enum_value"?{message:v??h.defaultError}:typeof h.data>"u"?{message:v??o??h.defaultError}:u.code!=="invalid_type"?{message:h.defaultError}:{message:v??a??h.defaultError}},description:i}}class I{get description(){return this._def.description}_getType(e){return ge(e.data)}_getOrReturnCtx(e,a){return a||{common:e.parent.common,data:e.data,parsedType:ge(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:ge(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){const a=this._parse(e);if(dt(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:ge(e)},i=this._parseSync({data:e,path:o.path,parent:o});return Ji(o,i)}"~validate"(e){const a={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:ge(e)};if(!this["~standard"].async)try{const o=this._parseSync({data:e,path:[],parent:a});return Pe(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=>Pe(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:ge(e)},i=this._parse({data:e,path:o.path,parent:o}),l=await(dt(i)?i:Promise.resolve(i));return Ji(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),h=()=>l.addIssue({code:S.custom,...o(i)});return typeof Promise<"u"&&u instanceof Promise?u.then(v=>v?!0:(h(),!1)):u?!0:(h(),!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 we({schema:this,typeName:R.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 pe.create(this,this._def)}nullable(){return _e.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return se.create(this)}promise(){return Ye.create(this,this._def)}or(e){return ht.create([this,e],this._def)}and(e){return gt.create(this,e,this._def)}transform(e){return new we({...j(this._def),schema:this,typeName:R.ZodEffects,effect:{type:"transform",transform:e}})}default(e){const a=typeof e=="function"?e:()=>e;return new vt({...j(this._def),innerType:this,defaultValue:a,typeName:R.ZodDefault})}brand(){return new is({typeName:R.ZodBranded,type:this,...j(this._def)})}catch(e){const a=typeof e=="function"?e:()=>e;return new kt({...j(this._def),innerType:this,catchValue:a,typeName:R.ZodCatch})}describe(e){const a=this.constructor;return new a({...this._def,description:e})}pipe(e){return eo.create(this,e)}readonly(){return bt.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}}const Gu=/^c[^\s-]{8,}$/i,Ju=/^[0-9a-z]+$/,Hu=/^[0-9A-HJKMNP-TV-Z]{26}$/i,$u=/^[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,Zu=/^[a-z0-9_-]{21}$/i,Qu=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,Yu=/^[-+]?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)?)??$/,Ku=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,Xu="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";let In;const em=/^(?:(?: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])$/,tm=/^(?:(?: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])$/,am=/^(([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]))$/,nm=/^(([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])$/,om=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,im=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,as="((\\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])))",sm=new RegExp(`^${as}$`);function ns(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 rm(n){return new RegExp(`^${ns(n)}$`)}function cm(n){let e=`${as}T${ns(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 lm(n,e){return!!((e==="v4"||!e)&&em.test(n)||(e==="v6"||!e)&&am.test(n))}function dm(n,e){if(!Qu.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 pm(n,e){return!!((e==="v4"||!e)&&tm.test(n)||(e==="v6"||!e)&&nm.test(n))}class ie extends I{_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}),F}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,h=e.data.length<l.value;(u||h)&&(i=this._getOrReturnCtx(e,i),u?k(i,{code:S.too_big,maximum:l.value,type:"string",inclusive:!0,exact:!0,message:l.message}):h&&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")Ku.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")In||(In=new RegExp(Xu,"u")),In.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")$u.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")Zu.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")Ju.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")Hu.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"?cm(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"?sm.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{code:S.invalid_string,validation:"date",message:l.message}),o.dirty()):l.kind==="time"?rm(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"?Yu.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"duration",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="ip"?lm(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"?dm(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"?pm(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"?om.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"base64",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="base64url"?im.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"base64url",code:S.invalid_string,message:l.message}),o.dirty()):U.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:R.ZodString,coerce:n?.coerce??!1,...j(n)});function um(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 Te extends I{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}),F}let o;const i=new Z;for(const l of this._def.checks)l.kind==="int"?U.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"?um(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()):U.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 Te({...this._def,checks:[...this._def.checks,{kind:e,value:a,inclusive:o,message:x.toString(i)}]})}_addCheck(e){return new Te({...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"&&U.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)}}Te.create=n=>new Te({checks:[],typeName:R.ZodNumber,coerce:n?.coerce||!1,...j(n)});class xe extends I{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()):U.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}),F}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 xe({...this._def,checks:[...this._def.checks,{kind:e,value:a,inclusive:o,message:x.toString(i)}]})}_addCheck(e){return new xe({...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}}xe.create=n=>new xe({checks:[],typeName:R.ZodBigInt,coerce:n?.coerce??!1,...j(n)});class pt extends I{_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}),F}return Y(e.data)}}pt.create=n=>new pt({typeName:R.ZodBoolean,coerce:n?.coerce||!1,...j(n)});class Oe extends I{_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}),F}if(Number.isNaN(e.data.getTime())){const l=this._getOrReturnCtx(e);return k(l,{code:S.invalid_date}),F}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()):U.assertNever(l);return{status:o.value,value:new Date(e.data.getTime())}}_addCheck(e){return new Oe({...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}}Oe.create=n=>new Oe({checks:[],coerce:n?.coerce||!1,typeName:R.ZodDate,...j(n)});class Hi extends I{_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}),F}return Y(e.data)}}Hi.create=n=>new Hi({typeName:R.ZodSymbol,...j(n)});class ut extends I{_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}),F}return Y(e.data)}}ut.create=n=>new ut({typeName:R.ZodUndefined,...j(n)});class mt extends I{_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}),F}return Y(e.data)}}mt.create=n=>new mt({typeName:R.ZodNull,...j(n)});class Ze extends I{constructor(){super(...arguments),this._any=!0}_parse(e){return Y(e.data)}}Ze.create=n=>new Ze({typeName:R.ZodAny,...j(n)});class Ie extends I{constructor(){super(...arguments),this._unknown=!0}_parse(e){return Y(e.data)}}Ie.create=n=>new Ie({typeName:R.ZodUnknown,...j(n)});class ye extends I{_parse(e){const a=this._getOrReturnCtx(e);return k(a,{code:S.invalid_type,expected:C.never,received:a.parsedType}),F}}ye.create=n=>new ye({typeName:R.ZodNever,...j(n)});class Vn extends I{_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}),F}return Y(e.data)}}Vn.create=n=>new Vn({typeName:R.ZodVoid,...j(n)});class se extends I{_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}),F;if(i.exactLength!==null){const u=a.data.length>i.exactLength.value,h=a.data.length<i.exactLength.value;(u||h)&&(k(a,{code:u?S.too_big:S.too_small,minimum:h?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,h)=>i.type._parseAsync(new ce(a,u,a.path,h)))).then(u=>Z.mergeArray(o,u));const l=[...a.data].map((u,h)=>i.type._parseSync(new ce(a,u,a.path,h)));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:R.ZodArray,...j(e)});function De(n){if(n instanceof N){const e={};for(const a in n.shape){const o=n.shape[a];e[a]=pe.create(De(o))}return new N({...n._def,shape:()=>e})}else return n instanceof se?new se({...n._def,type:De(n.element)}):n instanceof pe?pe.create(De(n.unwrap())):n instanceof _e?_e.create(De(n.unwrap())):n instanceof ue?ue.create(n.items.map(e=>De(e))):n}class N extends I{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=U.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}),F}const{status:o,ctx:i}=this._processInputParams(e),{shape:l,keys:u}=this._getCached(),h=[];if(!(this._def.catchall instanceof ye&&this._def.unknownKeys==="strip"))for(const w in i.data)u.includes(w)||h.push(w);const v=[];for(const w of u){const E=l[w],J=i.data[w];v.push({key:{status:"valid",value:w},value:E._parse(new ce(i,J,i.path,w)),alwaysSet:w in i.data})}if(this._def.catchall instanceof ye){const w=this._def.unknownKeys;if(w==="passthrough")for(const E of h)v.push({key:{status:"valid",value:E},value:{status:"valid",value:i.data[E]}});else if(w==="strict")h.length>0&&(k(i,{code:S.unrecognized_keys,keys:h}),o.dirty());else if(w!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{const w=this._def.catchall;for(const E of h){const J=i.data[E];v.push({key:{status:"valid",value:E},value:w._parse(new ce(i,J,i.path,E)),alwaysSet:E in i.data})}}return i.common.async?Promise.resolve().then(async()=>{const w=[];for(const E of v){const J=await E.key,be=await E.value;w.push({key:J,value:be,alwaysSet:E.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:R.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 U.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 U.objectKeys(this.shape))e[o]||(a[o]=this.shape[o]);return new N({...this._def,shape:()=>a})}deepPartial(){return De(this)}partial(e){const a={};for(const o of U.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 U.objectKeys(this.shape))if(e&&!e[o])a[o]=this.shape[o];else{let l=this.shape[o];for(;l instanceof pe;)l=l._def.innerType;a[o]=l}return new N({...this._def,shape:()=>a})}keyof(){return os(U.objectKeys(this.shape))}}N.create=(n,e)=>new N({shape:()=>n,unknownKeys:"strip",catchall:ye.create(),typeName:R.ZodObject,...j(e)});N.strictCreate=(n,e)=>new N({shape:()=>n,unknownKeys:"strict",catchall:ye.create(),typeName:R.ZodObject,...j(e)});N.lazycreate=(n,e)=>new N({shape:n,unknownKeys:"strip",catchall:ye.create(),typeName:R.ZodObject,...j(e)});class ht extends I{_parse(e){const{ctx:a}=this._processInputParams(e),o=this._def.options;function i(l){for(const h of l)if(h.result.status==="valid")return h.result;for(const h of l)if(h.result.status==="dirty")return a.common.issues.push(...h.ctx.common.issues),h.result;const u=l.map(h=>new K(h.ctx.common.issues));return k(a,{code:S.invalid_union,unionErrors:u}),F}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},E=v._parseSync({data:a.data,path:a.path,parent:w});if(E.status==="valid")return E;E.status==="dirty"&&!l&&(l={result:E,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 h=u.map(v=>new K(v));return k(a,{code:S.invalid_union,unionErrors:h}),F}}get options(){return this._def.options}}ht.create=(n,e)=>new ht({options:n,typeName:R.ZodUnion,...j(e)});const de=n=>n instanceof St?de(n.schema):n instanceof we?de(n.innerType()):n instanceof yt?[n.value]:n instanceof Ae?n.options:n instanceof wt?U.objectValues(n.enum):n instanceof vt?de(n._def.innerType):n instanceof ut?[void 0]:n instanceof mt?[null]:n instanceof pe?[void 0,...de(n.unwrap())]:n instanceof _e?[null,...de(n.unwrap())]:n instanceof is||n instanceof bt?de(n.unwrap()):n instanceof kt?de(n._def.innerType):[];class Xn extends I{_parse(e){const{ctx:a}=this._processInputParams(e);if(a.parsedType!==C.object)return k(a,{code:S.invalid_type,expected:C.object,received:a.parsedType}),F;const o=this.discriminator,i=a.data[o],l=this.optionsMap.get(i);return l?a.common.async?l._parseAsync({data:a.data,path:a.path,parent:a}):l._parseSync({data:a.data,path:a.path,parent:a}):(k(a,{code:S.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[o]}),F)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,a,o){const i=new Map;for(const l of a){const u=de(l.shape[e]);if(!u.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(const h of u){if(i.has(h))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(h)}`);i.set(h,l)}}return new Xn({typeName:R.ZodDiscriminatedUnion,discriminator:e,options:a,optionsMap:i,...j(o)})}}function qn(n,e){const a=ge(n),o=ge(e);if(n===e)return{valid:!0,data:n};if(a===C.object&&o===C.object){const i=U.objectKeys(e),l=U.objectKeys(n).filter(h=>i.indexOf(h)!==-1),u={...n,...e};for(const h of l){const v=qn(n[h],e[h]);if(!v.valid)return{valid:!1};u[h]=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],h=e[l],v=qn(u,h);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 gt extends I{_parse(e){const{status:a,ctx:o}=this._processInputParams(e),i=(l,u)=>{if(zi(l)||zi(u))return F;const h=qn(l.value,u.value);return h.valid?((Gi(l)||Gi(u))&&a.dirty(),{status:a.value,value:h.data}):(k(o,{code:S.invalid_intersection_types}),F)};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}))}}gt.create=(n,e,a)=>new gt({left:n,right:e,typeName:R.ZodIntersection,...j(a)});class ue extends I{_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}),F;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"}),F;!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,h)=>{const v=this._def.items[h]||this._def.rest;return v?v._parse(new ce(o,u,o.path,h)):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 ue({...this._def,rest:e})}}ue.create=(n,e)=>{if(!Array.isArray(n))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new ue({items:n,typeName:R.ZodTuple,rest:null,...j(e)})};class ft extends I{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}),F;const i=[],l=this._def.keyType,u=this._def.valueType;for(const h in o.data)i.push({key:l._parse(new ce(o,h,o.path,h)),value:u._parse(new ce(o,o.data[h],o.path,h)),alwaysSet:h 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 I?new ft({keyType:e,valueType:a,typeName:R.ZodRecord,...j(o)}):new ft({keyType:ie.create(),valueType:e,typeName:R.ZodRecord,...j(a)})}}class $i extends I{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}),F;const i=this._def.keyType,l=this._def.valueType,u=[...o.data.entries()].map(([h,v],w)=>({key:i._parse(new ce(o,h,o.path,[w,"key"])),value:l._parse(new ce(o,v,o.path,[w,"value"]))}));if(o.common.async){const h=new Map;return Promise.resolve().then(async()=>{for(const v of u){const w=await v.key,E=await v.value;if(w.status==="aborted"||E.status==="aborted")return F;(w.status==="dirty"||E.status==="dirty")&&a.dirty(),h.set(w.value,E.value)}return{status:a.value,value:h}})}else{const h=new Map;for(const v of u){const w=v.key,E=v.value;if(w.status==="aborted"||E.status==="aborted")return F;(w.status==="dirty"||E.status==="dirty")&&a.dirty(),h.set(w.value,E.value)}return{status:a.value,value:h}}}}$i.create=(n,e,a)=>new $i({valueType:e,keyType:n,typeName:R.ZodMap,...j(a)});class Qe extends I{_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}),F;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 E of v){if(E.status==="aborted")return F;E.status==="dirty"&&a.dirty(),w.add(E.value)}return{status:a.value,value:w}}const h=[...o.data.values()].map((v,w)=>l._parse(new ce(o,v,o.path,w)));return o.common.async?Promise.all(h).then(v=>u(v)):u(h)}min(e,a){return new Qe({...this._def,minSize:{value:e,message:x.toString(a)}})}max(e,a){return new Qe({...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)}}Qe.create=(n,e)=>new Qe({valueType:n,minSize:null,maxSize:null,typeName:R.ZodSet,...j(e)});class Ge extends I{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}),F;function o(h,v){return Bn({data:h,path:a.path,errorMaps:[a.common.contextualErrorMap,a.schemaErrorMap,Wn(),$e].filter(w=>!!w),issueData:{code:S.invalid_arguments,argumentsError:v}})}function i(h,v){return Bn({data:h,path:a.path,errorMaps:[a.common.contextualErrorMap,a.schemaErrorMap,Wn(),$e].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 Ye){const h=this;return Y(async function(...v){const w=new K([]),E=await h._def.args.parseAsync(v,l).catch(Ce=>{throw w.addIssue(o(v,Ce)),w}),J=await Reflect.apply(u,this,E);return await h._def.returns._def.type.parseAsync(J,l).catch(Ce=>{throw w.addIssue(i(J,Ce)),w})})}else{const h=this;return Y(function(...v){const w=h._def.args.safeParse(v,l);if(!w.success)throw new K([o(v,w.error)]);const E=Reflect.apply(u,this,w.data),J=h._def.returns.safeParse(E,l);if(!J.success)throw new K([i(E,J.error)]);return J.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new Ge({...this._def,args:ue.create(e).rest(Ie.create())})}returns(e){return new Ge({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,a,o){return new Ge({args:e||ue.create([]).rest(Ie.create()),returns:a||Ie.create(),typeName:R.ZodFunction,...j(o)})}}class St extends I{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})}}St.create=(n,e)=>new St({getter:n,typeName:R.ZodLazy,...j(e)});class yt extends I{_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}),F}return{status:"valid",value:e.data}}get value(){return this._def.value}}yt.create=(n,e)=>new yt({value:n,typeName:R.ZodLiteral,...j(e)});function os(n,e){return new Ae({values:n,typeName:R.ZodEnum,...j(e)})}class Ae extends I{_parse(e){if(typeof e.data!="string"){const a=this._getOrReturnCtx(e),o=this._def.values;return k(a,{expected:U.joinValues(o),received:a.parsedType,code:S.invalid_type}),F}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}),F}return Y(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 Ae.create(e,{...this._def,...a})}exclude(e,a=this._def){return Ae.create(this.options.filter(o=>!e.includes(o)),{...this._def,...a})}}Ae.create=os;class wt extends I{_parse(e){const a=U.getValidEnumValues(this._def.values),o=this._getOrReturnCtx(e);if(o.parsedType!==C.string&&o.parsedType!==C.number){const i=U.objectValues(a);return k(o,{expected:U.joinValues(i),received:o.parsedType,code:S.invalid_type}),F}if(this._cache||(this._cache=new Set(U.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){const i=U.objectValues(a);return k(o,{received:o.data,code:S.invalid_enum_value,options:i}),F}return Y(e.data)}get enum(){return this._def.values}}wt.create=(n,e)=>new wt({values:n,typeName:R.ZodNativeEnum,...j(e)});class Ye extends I{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}),F;const o=a.parsedType===C.promise?a.data:Promise.resolve(a.data);return Y(o.then(i=>this._def.type.parseAsync(i,{path:a.path,errorMap:a.common.contextualErrorMap})))}}Ye.create=(n,e)=>new Ye({type:n,typeName:R.ZodPromise,...j(e)});class we extends I{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===R.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 h=>{if(a.value==="aborted")return F;const v=await this._def.schema._parseAsync({data:h,path:o.path,parent:o});return v.status==="aborted"?F:v.status==="dirty"||a.value==="dirty"?Ne(v.value):v});{if(a.value==="aborted")return F;const h=this._def.schema._parseSync({data:u,path:o.path,parent:o});return h.status==="aborted"?F:h.status==="dirty"||a.value==="dirty"?Ne(h.value):h}}if(i.type==="refinement"){const u=h=>{const v=i.refinement(h,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 h};if(o.common.async===!1){const h=this._def.schema._parseSync({data:o.data,path:o.path,parent:o});return h.status==="aborted"?F:(h.status==="dirty"&&a.dirty(),u(h.value),{status:a.value,value:h.value})}else return this._def.schema._parseAsync({data:o.data,path:o.path,parent:o}).then(h=>h.status==="aborted"?F:(h.status==="dirty"&&a.dirty(),u(h.value).then(()=>({status:a.value,value:h.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(!Pe(u))return F;const h=i.transform(u.value,l);if(h instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:a.value,value:h}}else return this._def.schema._parseAsync({data:o.data,path:o.path,parent:o}).then(u=>Pe(u)?Promise.resolve(i.transform(u.value,l)).then(h=>({status:a.value,value:h})):F);U.assertNever(i)}}we.create=(n,e,a)=>new we({schema:n,typeName:R.ZodEffects,effect:e,...j(a)});we.createWithPreprocess=(n,e,a)=>new we({schema:e,effect:{type:"preprocess",transform:n},typeName:R.ZodEffects,...j(a)});class pe extends I{_parse(e){return this._getType(e)===C.undefined?Y(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}pe.create=(n,e)=>new pe({innerType:n,typeName:R.ZodOptional,...j(e)});class _e extends I{_parse(e){return this._getType(e)===C.null?Y(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}_e.create=(n,e)=>new _e({innerType:n,typeName:R.ZodNullable,...j(e)});class vt extends I{_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}}vt.create=(n,e)=>new vt({innerType:n,typeName:R.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...j(e)});class kt extends I{_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 dt(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}}kt.create=(n,e)=>new kt({innerType:n,typeName:R.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...j(e)});class Zi extends I{_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}),F}return{status:"valid",value:e.data}}}Zi.create=n=>new Zi({typeName:R.ZodNaN,...j(n)});class is extends I{_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 eo extends I{_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"?F:l.status==="dirty"?(a.dirty(),Ne(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"?F: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 eo({in:e,out:a,typeName:R.ZodPipeline})}}class bt extends I{_parse(e){const a=this._def.innerType._parse(e),o=i=>(Pe(i)&&(i.value=Object.freeze(i.value)),i);return dt(a)?a.then(i=>o(i)):o(a)}unwrap(){return this._def.innerType}}bt.create=(n,e)=>new bt({innerType:n,typeName:R.ZodReadonly,...j(e)});function Qi(n,e){const a=typeof n=="function"?n(e):typeof n=="string"?{message:n}:n;return typeof a=="string"?{message:a}:a}function mm(n,e={},a){return n?Ze.create().superRefine((o,i)=>{const l=n(o);if(l instanceof Promise)return l.then(u=>{if(!u){const h=Qi(e,o),v=h.fatal??a??!0;i.addIssue({code:"custom",...h,fatal:v})}});if(!l){const u=Qi(e,o),h=u.fatal??a??!0;i.addIssue({code:"custom",...u,fatal:h})}}):Ze.create()}var R;(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"})(R||(R={}));const hm=(n,e={message:`Input not instance of ${n.name}`})=>mm(a=>a instanceof n,e),t=ie.create,r=Te.create;xe.create;const d=pt.create;Oe.create;const O=ut.create,D=mt.create,ve=Ze.create,Se=Ie.create,Le=ye.create,Pn=Vn.create,y=se.create,p=N.create,g=ht.create,gm=Xn.create;gt.create;const ss=ue.create,A=ft.create,On=Ge.create,fm=St.create,c=yt.create,b=Ae.create,X=wt.create;Ye.create;const re=pe.create,Sm=_e.create,to=we.createWithPreprocess,ne={string:(n=>ie.create({...n,coerce:!0})),number:(n=>Te.create({...n,coerce:!0})),boolean:(n=>pt.create({...n,coerce:!0})),bigint:(n=>xe.create({...n,coerce:!0})),date:(n=>Oe.create({...n,coerce:!0}))},ym=["de","en","es","fl","fr","it","nl","pl","pt","ro","tr"],rs=n=>n===!0||n===1||n==="1"||n==="true",s=n=>p(n),f=n=>n,wm=n=>n.and(p({}).passthrough()),fe=()=>to(n=>rs(n),d()),Q=()=>to(n=>n===""||n===null?void 0:n,ne.number().optional()),cs=()=>to(n=>n===null?void 0:n,t().optional()),ls=s({action:t(),route:t().optional(),nameApp:t().optional()}),Ue=s({name:t(),label:t(),icon:t().nullable(),color:t().nullable(),img:t(),url:t(),description:t(),action:ls}),ds=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(),ve()).optional()}),ps=s({...Ue.shape,...ds.shape}),us=s({...Ue.shape,urlTarget:c("_blank"),urlNoReferrer:d(),customImageUri:t().optional()}),ms=s({...Ue.shape,iframeUrl:t(),customImageUri:t().optional()}),hs=s({tab:t(),name:t().optional(),url:t().optional()}),gs=y(hs),vm=n=>gs.safeParse(n).success,fs=s({...Ue.shape,tabs:gs}),Ss=s({...Ue.omit({name:!0}).shape,name:c("IntranetPageHook"),tabs:t().array(),releaseName:t()}),ys=g([ps,us,ms,fs,Ss]),km=n=>ys.safeParse(n).success;var ws=(n=>(n.local="local",n.installed="installed",n.autosaved="autosaved",n.saved="saved",n))(ws||{});class vs 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 Tt=s({href:t(),target:t()}),xt=s({name:t(),sort:g([c("ASC"),c("DESC")])}),bm=s({srcId:g([r(),t()]),srcType:t()}),Cm=s({targetId:g([r(),t()]),targetType:t()}),Tm=s({start:t(),end:t()}),ks=g([d(),t(),r(),y(t()),bm,Cm,Tm]),xm=["=","<",">","<=",">=","!=","<>","like","between","is","is not","in","not in","json_contains","link","match"],bs=b(xm),Am=["=","<",">","<=",">=","!=","<>","+","-","like","between","is","is not","in","json_contains","link","match"],Cs=b(Am),At=s({name:t(),value:ks,operator:bs.optional(),method:Cs.optional(),or:d().optional(),isNull:d().optional(),isNotNull:d().optional()}),Re=xt.array(),We=At.array(),_t=n=>n.and(p({token:t().or(O()).optional()}));var z=(n=>(n.LITTLE="raw-little",n.LIST="raw-list",n.VIEW="raw-view",n))(z||{});const _m=X(z).transform(n=>`${n}`),et=g([_m,O()]),Lm=s({additionalFilter:p({}).optional(),facets:y(p({})).optional(),filters:We.optional(),query:t().optional(),limit:r().optional(),page:r().optional(),orders:Re.optional(),format:et.optional()});class Ts extends T{list(e,a){return this.network.post({o:"objectList",f:"jamespotArticleQueryList",...e,format:B(a?.format??z.LITTLE,a?.formatExtension)},a?.signal)}search(e,a){return this.network.post({o:"objectList",f:"jamespotArticleList",...e,format:B(a?.format??z.LITTLE,a?.formatExtension)},a?.signal)}get(e,a){return this.network.post({o:"article",f:"get",...e,format:B(a?.format??z.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??z.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,attachment:e.attachment??!1,limits:e.limits??{start:0,max:1e4},format:B(a?.format??z.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 Fm 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 Rm 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 xs 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 As 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 _s 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 Ls 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 Fs extends T{getInfos(e,a){return this.network.post({o:"BusinessNetworking",f:"MarkerInfo",id:e,format:a??"raw-little"})}}class Rs 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??z.LITTLE},a?.signal)}}class js 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 Es 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:z.VIEW})}importTemplate(e){return this.network.postCSRF({o:"contentFactory",f:"importTemplate",...e})}exportTemplateUrl(e){return`/?action=contentFactoryExportTemplate&id=${e}`}}class Ds 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 Is 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 Ps 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 jm extends T{statistics(e){return this.network.post({o:"digitalDesk",f:"getStatistics"},e?.signal)}}class Os 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 Ms 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 Us 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 Ws 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 Vs 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-list"},a?.signal)}}class qs 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 Em 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 Ns 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??z.LIST},a?.signal)}}class zs 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("<","&lt;")??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 Dm 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)}combinationTemplateList(e){return this.network.post({o:"intranetPage",f:"combinationTemplateList"},e?.signal)}}class Gs extends T{async getGifs(e,a){return this.network.post({o:"jamespot",f:"giphy",...e,format:"raw"},a?.signal)}}class Js extends T{textEnhancement({text:e,capacity:a}){return this.network.post({o:"jia",f:"textEnhancement",text:e,capacity:a})}}class Hs extends T{resolveUrl({id:e},a){return this.network.post({o:"jitsi",f:"resolveUrl",id:e},a)}}class $s 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 Zs extends T{async getAbsence(e,a){return this.network.post({o:"lucca",f:"getAbsence",...e},a?.signal)}}class Im extends T{getThumbnailUrl(e){return this.network.post({o:"magicPad",f:"getThumbnailUrl",uri:e})}}class Pm 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 Om extends T{settingsSave(e,{signal:a}={}){return this.network.post({o:"menu",f:"settingsSave",...e},a)}}class Mm 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??z.LITTLE},a?.signal)}getDiscussionFiles(e,a){return this.network.post({o:"messenger",f:"loadFiles",...e,format:z.LITTLE},a?.signal)}listRecentDiscussions(e,a){return this.network.postCSRF({o:"messenger",f:"listRecentDiscussions",...e,format:a?.format??z.LIST},a?.signal)}getContactPin(e){return this.network.post({o:"messenger",f:"getContactPin",format:e?.format??z.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:z.LITTLE},a?.signal)}editMessage(e,a){return this.network.postCSRF({o:"messenger",f:"editMessage",...e},a?.signal)}}class Qs 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 Um extends T{get(e){return this.network.post({o:"newsflash",f:"get",...e?.groups&&e.groups.length>0?{groups:e.groups}:{}},e?.signal)}}class Ys 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 Wm 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 Bm 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 Ks 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 Xs extends T{list(e,a){return this.network.post({o:"poll",f:"SurveyList",format:"raw-little",...e},a)}}class er extends T{getPublishButtonSections(e,a){const o={o:"jamespot",f:"publishButtonSections"};return e&&(o.forceDefault=e),this.network.post(o,a?.signal)}}class tr 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 Vm extends T{respond(e,a){return this.network.postCSRF({o:"quizz",f:"respond",...e},a?.signal)}}class ar 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:h,limit:v,sort:w,options:E,format:J,persistSolrQuery:be}=e;return this.network.post({o:"search",f:"query",keywords:o,category:i,facetCategories:l,filters:u,page:h,limit:v,sort:w,options:E,format:B(J,a?.formatExtension),persistSolrQuery:be},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 nr 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 or 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 ir 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 sr 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 rr 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 qm 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 cr 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 Nm 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 zm extends T{getActivities(e,a){return this.network.post({o:"wall",f:"getActivities",...e,format:B(a?.format??z.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 lr 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??z.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??z.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??z.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)}folderAudience(e,a){return this.network.post({...e,o:"weDoc",f:"folderAudience"},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 dr 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:h=!1}){return this.network.post({o:"widget",f:"updateWidget",uri:u,id:e,uniqid:a,content:o,title:i,type:l,v2:h})}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:h},v){return this.network.postCSRF({o:"widget",f:"quickSurveyRespond",id:e,type:a,uri:o,index:i,multi:l,uniqid:u,responseUuid:h},v)}quickSurveyGetResponseUserList({uri:e,uniqid:a,index:o,page:i,limit:l,responseUuid:u},h){return this.network.post({o:"widget",f:"quickSurveyGetResponseUserList",uri:e,uniqid:a,index:o,page:i,limit:l,responseUuid:u},h)}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 ao{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;quizz;search;share;surveyDate;taxonomy;teamWorkAi;tvDisplay;twoFactorAuthentication;user;visioConnect;wall;wedoc;widget;orgcharts;constructor(e){this.network=e,this.activity=new Vu(this),this.admin={advanced:new Yi(this),license:new Ki(this),logs:new Xi(this),store:new es(this),utils:new ts(this)},this.animations=new Nu(this),this.application=new vs(this),this.article=new Ts(this),this.articleTranslation=new Fm(this),this.asei=new Rm(this),this.assetReservation=new xs(this),this.audience=new As(this),this.bbb=new _s(this),this.bookmark=new Ls(this),this.businessNetworking=new Fs(this),this.calendar=new Rs(this),this.community=new js(this),this.contentFactory=new Es(this),this.contentReport=new Ds(this),this.publishButton=new er(this),this.datasource=new Is(this),this.diapazone=new Ps(this),this.digitalDesk=new jm(this),this.drive=new Os(this),this.externalApp=new Ms(this),this.extraBot=new Us(this),this.faq=new Ws(this),this.file=new Bs(this),this.filebank=new Vs(this),this.fileIntegrity=new qs(this),this.fileSync=new Em(this),this.global=new Ns(this),this.group=new zs(this),this.intranetPage=new Dm(this),this.jamespot=new Gs(this),this.jia=new Js(this),this.jitsi=new Hs(this),this.jland=new $s(this),this.lucca=new Zs(this),this.magicPad=new Im(this),this.mediaLibrary=new Pm(this),this.messenger=new Mm(this),this.menu=new Om(this),this.module=new Qs(this),this.newsflash=new Um(this),this.object=new Ys(this),this.office=new Wm(this),this.onlyOffice=new Bm(this),this.pollSurvey=new Xs(this),this.questionAnswer=new tr(this),this.quizz=new Vm(this),this.search=new ar(this),this.share=new nr(this),this.surveyDate=new or(this),this.taxonomy=new ir(this),this.teamWorkAi=new sr(this),this.tvDisplay=new rr(this),this.twoFactorAuthentication=new qm(this),this.user=new cr(this),this.visioConnect=new Nm(this),this.wall=new zm(this),this.wedoc=new lr(this),this.widget=new dr(this),this.orgcharts=new Ks(this)}}var pr=(n=>(n[n.ABORT=-1]="ABORT",n[n.SUCCESS=0]="SUCCESS",n[n.CONFLICT=409]="CONFLICT",n[n.RATE_LIMIT=429]="RATE_LIMIT",n))(pr||{});class Ke{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(([h,v])=>{u.searchParams.set(h,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,{...Ke._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=Ke.serializeFormData(l),h=await this.getUrl(o,i);return this.postFormData(h,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 ur{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 me=s({id:r(),mainType:t(),type:t(),uri:t(),dateCreation:t().optional(),dateModified:t().nullable().optional()}),Gm=me.extend({title:t(),_url:t()}),W=f(Gm),Jm=n=>W.safeParse(n).success,no=s({id:t(),uri:t(),shortUri:t(),title:t(),name:t(),mainType:t(),type:t(),label:t(),cssClass:t(),cssColor:t(),class:t()}),Hm=no.extend({title:t()}),Be=f(Hm),$m=Be.extend({Pseudo:t(),_url:t()}),oo=f($m),mr=Be.extend({idspot:t()}),io=f(mr),Zm=g([Be,oo,io]),Qm=W.extend({isTechnical:r(),status:r(),image:t(),isMember:d(),stats:p({moderators:r(),members:t()}),_members:y(W)}),Ym=no.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()}),Km=n=>oe.safeParse(n).success,Lt=g([c("de"),c("en"),c("es"),c("fl"),c("fr"),c("it"),c("nl"),c("pl"),c("pt"),c("ro"),c("tr")]),hr={ADMIN:9,USER:5,EXTERNAL:3,GUEST:0},gr={EXTRABOT:"extraBot"},Xm=W.extend({level:X(hr),variant:X(gr).optional(),dateCreation:t(),dateModified:t()}),P=f(Xm),eh=P.extend({active:r()}),tt=f(eh),th=n=>tt.safeParse(n).success,fr=tt,ah=n=>fr.safeParse(n).success,Sr=s({idInType:r(),lat:r(),lng:r()}),nh=n=>Sr.safeParse(n).success,Je=p({title:t(),firstname:t(),lastname:t(),mail:g([t(),O()]).optional(),description:t().optional(),dateOfBirth:t().optional(),phoneNumber:t().optional(),language:Lt.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(),O()]).optional(),userBanner:g([t(),O()]).optional(),field1:t().optional(),field2:t().optional(),field3:t().optional(),field4:t().optional(),field5:t().optional()}),Nn=Je.required().extend({level:t(),image:t().optional(),businessManagementManager:P.array().optional(),businessNetworkingUserToCompanySrc:P.array().optional()}),oh=p({user_field_edit_profil:A(Je.keyof(),r()),user_field_editable:A(Je.keyof(),r()),user_field_my_page:A(Je.keyof(),r()),user_page_mandatory_fields:p({firstname:b(["0","1"]),lastname:b(["0","1"]),pseudo:b(["0","1"])})}),ih=s({name:t(),value:g([t(),A(t(),ve())])}),sh=b(["popover"]),rh=s({values:Nn,mobileEditableFields:Nn.keyof().array()}),ch=s({mail:g([t(),O()]).optional(),title:t(),firstname:t(),lastname:t(),phoneNumber:g([t(),O()]).optional(),company:g([t(),O()]).optional(),function:g([t(),O()]).optional(),uri:g([t(),O()]).optional(),field1:g([t(),O()]).optional(),field2:g([t(),O()]).optional(),field3:g([t(),O()]).optional(),field4:g([t(),O()]).optional(),field5:g([t(),O()]).optional()}),yr=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()}),lh=n=>yr.safeParse(n).success,wr=-1,zn=0,vr=5,Gn=1,Jn=2,Hn=10,dh=s({default:p({mailEnabled:d(),mailFrequency:g([c(zn),c(Gn),c(vr),c(Jn),c(Hn)]),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(wr),c(zn),c(Gn),c(Jn),c(Hn)]),wantActivitySpotit:d(),wantActivityComment:d()})),userNetworkConfigurations:y(p({networkUri:t(),networkTitle:t(),wantMail:d(),wantActivity:d()})),userApplicationConfigurations:y(p({name:t(),title:t(),wantMail:d()}))}),ph=s({customPrompt:t()}),uh=s({IdUser:r(),FirstName:t(),LastName:t(),dateModified:r()}),mh=W.extend({description:t().optional().nullable(),_user:P,_right:oe}),so=f(mh),hh=n=>so.safeParse(n).success,gh=W.extend({type:b(["folder","rootFolder"]),folderColor:t().optional()}),Xe=f(gh),fh=W.omit({_url:!0}).extend({mainType:c("network"),type:b(["networkPublic"]),dateModified:t().nullable()}),kr=f(fh),Sh=s({attrName:t(),token:t(),file:hm(File).nullable().optional(),url:t().optional()}),at=s({width:r(),height:r()}),yh=s({type:t(),id:r(),timestamp:t(),imagesize:re(at)}),br=s({x:r(),y:r(),w:r(),h:r(),rotation:r(),killSize:d().optional()}),wh=["fileArticle","fileComment","fileObject","file","fileDrive"],Cr=b(wh),Tr=W.extend({mimetype:t(),path:t().optional(),size:r(),mainType:Cr}),V=f(Tr),vh=n=>V.parse(n),kh=V.extend({_extend:p({crop:br})}),bh=f(kh),Ch=so.merge(Tr),Th=f(Ch),xh=s({name:t(),filename:t(),dateModified:t(),mimetype:t()}),Ah=s({idUser:t(),dateDownload:t(),Pseudo:t(),type:t()}),_h=s({url:t(),aspectRatio:r()}),xr="og:image",Lh="og:title",Fh="og:url",Rh="og:video",jh="og:description",Ar="og:video:height",_r="og:video:width",Lr="og:video:url",ro="og:type",Fr=s({[ro]:c("jamespot"),uri:t(),object:W}),Rr=s({[ro]:c("youtube"),url:t(),title:t(),description:t(),[xr]:t(),[Lr]:t(),[_r]:t(),[Ar]:t()}),jr=s({uri:t().optional(),url:t().optional(),title:t().optional(),description:t().optional(),count:r().optional(),[Fh]:t().optional(),[ro]:t().optional(),[Lh]:t().optional(),[jh]:t().optional(),[xr]:t().optional(),[Rh]:t().optional(),[Lr]:t().optional(),[_r]:t().optional(),[Ar]:t().optional()}),Er=g([Fr,Rr,jr]),Dr=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()}),Ir=g([c(0),c(1),c(2),c(3)]),Eh=s({level:Ir,user:P}),co=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 lo=(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))(lo||{});const Pr=X(lo);var po=(n=>(n[n.SPOT_PRIVATE=0]="SPOT_PRIVATE",n[n.SPOT_PUBLIC=1]="SPOT_PUBLIC",n[n.SPOT_MODERATE=2]="SPOT_MODERATE",n))(po||{});const uo=X(po),Dh=s({userLevelSpot:co,spotMinLevelToInvit:r(),userRights:oe,accessRequestStatus:Pr.optional(),groupPrivacy:uo}),he=s({value:g([t(),r()]),label:t()}),mo=s({id:t(),title:t(),enabled:d().optional()}),ho=s({idSpot:t(),idOrder:t(),idWidget:t(),type:t(),title:t(),url:t(),visible:t()}),Or=g([c("overwrite"),c("author-change")]),Ih=s({value:Or,label:t()}),Mr=s({edit_access:y(he.extend({description:t()})),commentLevel:y(he.extend({selected:d().optional()})),displayType:y(he),user_level_signup:y(he.extend({selected:d().optional()})),spot_right_user:y(he.extend({selected:d().optional()})),useTeaser:y(he),spotDefaultPublishType:y(t()),mail_frequency:y(he),widgets:y(mo),custom_widgets:A(ho).or(y(Le())),isArchive:r(),fileSyncVersioningType:Ih.array()}),Ur=s({url:t(),idUser:r(),send:d().optional(),_user:P.optional(),date:t().optional(),error:t().optional()}),Wr=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(Ur).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:Or,_options:Mr,_errors:ss([]),lastRssExecution:A(t()).optional()}),Ph=mo.array(),Oh=Dr.extend(Wr.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(ho).optional(),rss_feed:t()}),Mh=f(Oh),Uh=s({idWidget:t(),title:t(),url:t(),type:t(),icon:t(),description:t()}),Br=s({id:t(),idorder:r(),label:t()}),Wh=s({use:g([d(),r(),t(),D()]),open:g([d(),r(),t(),D()]),list:Br.array()}),Bh=W.extend({dateCreation:t(),dateModified:t(),category:r(),privacy:uo,cssColor:t().optional(),unread:r().optional()}),nt=f(Bh),Vh=nt.extend({}),Vr=f(Vh),qh=Vr.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()}),Nh=f(qh),zh=s({idSpot:g([t(),r()]),mailFrequency:g([t(),r()]),mailSpotit:d(),mailComment:d(),mailSubscriber:d()}),Gh=s({type:t().optional(),format:et.optional(),query:t().optional(),limit:r().optional(),page:r().optional(),public:d().optional(),orders:Re.optional(),filters:We.or(O()).optional()}),Jh=s({openCategory:d()}),Hh=n=>co.safeParse(n).success,ke=g([P,nt,Xe,kr]);var m=(n=>(n.Accessibility="widget-accessibility",n.Application="widget-application",n.ArticleButton="widget-article-button",n.Button="widget-button",n.Combination="widget-combination",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.TextMedium="widget-text-medium",n.Embed="widget-embed",n.Youtube="widget-youtube",n.Flockler="widget-flockler",n.Faq="widget-faq",n.File="widget-file",n.Quizz="widget-quizz",n.List="widget-list",n.Survey="widget-survey",n.Shortcuts="widget-shortcuts",n))(m||{});const Ft=X(m),qr=s({name:Ft,uniqid:t(),content:Se().optional()}),$h=p({title:t(),widget:qr}),Rt=f($h),Nr=b(["left","right","center","justify"]),Zh=b(["top","bottom","center","left","right"]),Qh=b(["auto","contain","cover"]),zr=b(["sm","md","lg"]),go=b(["h1","h2","h3","h4","h5","h6"]),Gr=b(["contained","outlined"]),fo=b(["link","anchor","popup"]),Jr=s({x:r(),y:r()}),Hr=b(["default","vertical"]),_=(n,e,a)=>{const o=e.safeParse(n);return o.success===!1&&a&&console.error(o.error.message),o.success},$r=(n,e)=>e.safeParse(n).success,Zr=(n,e)=>{const a=e.passthrough().safeParse(n);return a.success?a.data:n},So=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()}),Yh=s({backgroundImage:So});let Qr;const Kh=n=>{Qr=n},Xh=p({name:Ft,uniqid:t()}).passthrough(),Yr=fm(()=>Qr??Xh),jt=s({fontSize:r().optional(),textColor:t().optional(),padding:r().optional()}),Et=s({name:c(m.Accessibility),uniqid:t(),content:jt}),Kr=b(["gallery","list"]),Xr=g([c(1),c(2)]),ec=s({tab:c("apps"),name:t(),appId:t().optional(),url:t().optional(),title:t().optional(),targetBlank:d().optional(),noReferer:d().optional()}),tc=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()}),ac=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()}),nc=s({tab:c("extensions"),name:t(),appId:t().optional(),title:t().optional(),url:t().optional(),targetBlank:d().optional(),noReferer:d().optional()}),oc=g([ec,tc,ac,nc]),eg=n=>n.tab==="apps",tg=n=>n.tab==="links"||n.tab==="default",ag=n=>n.tab==="image",ng=n=>n.tab==="extensions",ic=s({color:t().optional()}),Dt=s({size:Xr.optional(),view:Kr.optional(),number:r().optional(),selection:oc.array().optional(),css:ic.optional()}),It=s({name:c(m.Application),uniqid:t(),content:Dt}),Pt=s({files:V.array().optional(),fileDisplay:b(["list","gallery"]).optional()}),Ot=s({name:c(m.ArticleAttachment),uniqid:t(),content:Pt}),sc=s({url:t(),target:t()}),rc=s({uniqid:t()}),cc=s({title:t(),widgets:Rt.array()}),lc=s({text:t().optional(),color:t().optional(),backgroundColor:t().optional(),borderRadius:t().optional(),fontSize:t().optional(),buttonSize:zr.optional(),variant:Gr.optional(),url:t().optional(),target:t().optional()}),og=lc.extend({openingType:fo.optional(),openingTypeLink:sc.optional(),openingTypeAnchor:rc.optional(),openingTypePopup:cc.optional()}),Mt=f(og),Ut=s({name:c(m.ArticleButton),uniqid:t(),content:Mt}),Wt=s({gap:t().optional(),column:t().optional(),files:V.array().optional()}),Bt=s({name:c(m.ArticleGallery),uniqid:t(),content:Wt}),Vt=s({file:V.optional(),useFilter:d().optional()}),qt=s({name:c(m.ArticleImage),uniqid:t(),content:Vt}),dc=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()}),Nt=s({slides:dc.array().optional(),maxWidth:r().optional(),delay:r().optional(),loop:d().optional(),autoplay:d().optional(),useDots:d().optional(),startAt:r().optional()}),zt=s({name:c(m.ArticleSlider),uniqid:t(),content:Nt}),Gt=s({text:t().optional(),color:t().optional(),fontSize:t().optional(),lineHeight:t().optional(),linkColor:t().optional()}),Jt=s({name:c(m.ArticleText),uniqid:t(),content:Gt}),Ht=s({text:t().optional(),textAlign:Nr.optional(),heading:t().optional(),color:t().optional(),backgroundColor:t().optional(),dataCy:t().optional()}),$t=s({name:c(m.ArticleTitle),uniqid:t(),content:Ht}),pc=s({BackgroundOne:t().optional(),TextColorOne:t().optional(),BackgroundTwo:t().optional(),TextColorTwo:t().optional()}),Zt=s({size:ne.number().optional(),css:pc.optional()}),Qt=s({name:c(m.Birthday),uniqid:t(),content:Zt}),uc=b(["sm","md","wd","lg"]),mc=b(["left","right","top","bottom"]),hc=b(["top-left","top","top-right","left","center","right","bottom-left","bottom","bottom-right"]),gc=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()}),fc=s({padding:t().optional()}),Sc=s({"font-size":t().optional()}),yc=c("subscribegroup"),wc=s({id:g([r(),t()]),type:t().optional(),uri:t().optional(),title:t().optional()}),vc=s({group:wc.optional()}),Yt=s({name:t().optional(),icon:t().optional(),description:t().optional(),size:uc.optional(),openingType:t().optional(),href:t().optional(),target:t().optional(),noReferer:d().optional(),position:hc.optional(),buttonStyle:gc.optional(),iconPosition:mc.optional(),iconPadding:fc.optional(),iconFontSize:Sc.optional(),actionType:yc.optional(),action:vc.optional()}),Kt=s({name:c(m.Button),uniqid:t(),content:Yt}),Xt=p({view:b(["list","month","day","group"]).or(t()).optional(),spotId:r().optional()}),ea=s({name:c(m.Calendar),uniqid:t(),content:Xt}),ta=s({calEventsLimit:d().optional(),calEventsLimitValue:r().optional(),calEventsPromptStatus:t().optional()}),aa=s({name:c(m.CalendarCalDav),uniqid:t(),content:ta}),kc=b(["pie","column","line"]),bc=s({name:t().optional(),y:r().optional(),color:t().optional()}),Cc=s({name:t().optional(),data:g([r().array(),bc.array()]).optional(),color:t().optional()}),na=s({type:kc.optional(),title:t().optional(),subtitle:t().optional(),series:Cc.array().optional(),colors:t().array().optional(),legend:d().optional(),tooltip:t().optional(),css:A(t(),t().or(r())).optional(),data:Se().array().optional()}),oa=s({name:c(m.Charts),uniqid:t(),content:na}),Tc=s({title:t(),value:d().optional(),links:Tt.array().optional(),id:r().optional(),file:V.optional(),user:p({id:r().or(t()),type:c("user"),mainType:c("user")}).optional()}),ia=s({arr:Tc.array().optional(),css:A(t(),t().or(r())).optional(),widgets:Rt.array().optional(),edit:d().optional()}),sa=s({name:c(m.CheckList),uniqid:t(),content:ia}),ra=p({backgroundColor:t().optional()}),ca=s({name:c(m.Color),uniqid:t(),content:ra}),yo=b(["horizontal","vertical"]),xc=b(["unset","space-evenly","space-between","space-around"]),Ac=b(["unset","flex-start","center","flex-end"]),_c=s({useFlex:d().optional(),useScroll:d().optional(),useWidth:d().optional(),maxWidth:r().optional(),widget:Yr.optional()}),Lc=s({title:t().optional(),direction:yo.optional(),gapValue:r().optional(),backgroundColor:t().optional(),useFlex:d().optional(),useScroll:d().optional(),useWrap:d().optional(),useWidth:d().optional(),useHeight:d().optional(),paddingHorizontal:r().optional(),paddingVertical:r().optional(),paddingLock:d().optional(),maxWidth:r().optional(),maxHeight:r().optional(),justifyContent:xc.optional(),alignItems:Ac.optional(),maxHorizontalElements:r().optional(),widgets:_c.array().optional()}),ot=s({rows:Lc.array().optional(),gapValue:r().optional(),maxHorizontalElements:r().optional(),direction:yo.optional(),useWrap:d().optional()}),wo=s({name:c(m.Combination),uniqid:t(),content:ot}),Fc=s({background:t().optional(),backgroundCardContact:t().optional(),linkColor:t().optional(),textNameColor:t().optional(),buttonColor:t().optional()}),la=s({usersUri:t().array().optional(),displayFields:t().array().optional(),css:Fc.optional()}),ig=A(t(),t()),sg=p({id:r(),firstname:t().optional(),lastname:t().optional(),notActive:c("USER_Not_Active").optional(),notIncontact:c("USER_Not_In_Contact").optional()}).passthrough(),da=s({name:c(m.Contact),uniqid:t(),content:la}),pa=s({contactLimit:d().optional(),contactLimitValue:r().optional(),contactPromptStatus:t().optional()}),ua=s({name:c(m.ContactCardDav),uniqid:t(),content:pa}),ma=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()}),ha=s({name:c(m.Countdown),uniqid:t(),content:ma}),ga=s({id:ne.number().optional(),title:t().optional(),titleHeading:go.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()}),fa=s({name:c(m.Cover),uniqid:t(),content:ga}),Rc=b(["date","date-time","date-time-sec","time","time-sec"]),jc=b(["fr-FR","en-EN","filesize"]),Ec=s({}),Dc=s({type:c("text")}),Ic=s({label:t(),value:t()}),Pc=s({type:c("select"),options:Ic.array()}),Oc=s({type:c("date")}),Mc=g([Dc,Pc,Oc,Ec]),vo=s({name:t().optional(),isVisible:d().optional(),textEllipsis:d().optional(),label:t().optional(),dateFormat:Rc.optional(),numberFormat:jc.optional(),sortByCreationDate:d().optional()}),rg=vo.array(),Uc=b(["text","uri","file","select","url","transient","date","datetime","email","number","title"]),cg=s({name:t(),label:t(),sortable:d().optional(),type:Uc,widget:Mc}),Wc=s({limit:r().or(d()).optional(),tableColumnsData:vo.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()}),lg=Wc.extend({uri:t().optional()}),it=f(lg),Sa=s({name:c(m.DatasourceTable),uniqid:t(),content:it}),ya=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()}),wa=s({name:c(m.Documents),uniqid:t(),content:ya}),va=s({emailsLimit:d().optional(),emailsLimitValue:r().optional(),emailsPromptStatus:t().optional()}),ka=s({name:c(m.EmailsImap),uniqid:t(),content:va}),ba=s({text:t().optional()}),Ca=s({name:c(m.Embed),uniqid:t(),content:ba}),Ta=it,xa=s({name:c(m.ExcelDatasourceTable),uniqid:t(),content:Ta}),Aa=s({extensionName:t().optional()}),_a=s({name:c(m.Extension),uniqid:t(),content:Aa}),La=s({uri:t().optional(),title:t().optional(),hideCover:d().optional(),allowComment:d().optional(),openThemes:t().array().optional()}),Fa=s({name:c(m.Faq),uniqid:t(),content:La}),Ra=s({arr:V.array().optional(),view:b(["list","gallery"]).or(t()).optional(),hidePreview:d().optional(),hideExtension:d().optional(),hideExtention:d().optional(),fontSize:Q(),gridSize:s({x:r(),y:r()}).optional(),iconSize:t().optional()}),ja=s({name:c(m.File),uniqid:t(),content:Ra}),Ea=s({url:t()}),Da=s({name:c(m.Flockler),uniqid:t(),content:Ea}),Ia=s({id:Q(),type:t().optional(),imagesize:s({width:ne.number(),height:ne.number()}).optional(),urlMode:d().optional(),urlValue:t().optional(),urlWidthValue:Q(),urlHeightValue:Q(),urlLeftValue:Q(),urlTopValue:Q(),urlScaleValue:Q(),adjust:Q(),imageSize:Q(),backgroundPosition:b(["left","center","right"]).optional(),verticalAlign:b(["top","center","bottom"]).optional(),borderRadius:Q(),advancedSettings:Q(),css:A(t(),t().or(r())).optional(),click:b(["yes","no"]).optional(),href:t().optional(),target:t().optional(),anchor:t().optional()}),Pa=s({name:c(m.Image),uniqid:t(),content:Ia}),Bc=b(["vertical","horizontal"]),Vc=s({title:t().optional(),widget:Yr}),qc=s({title:t(),icon:t().optional(),openingType:fo.optional(),link:Tt.optional(),anchor:t().optional(),popupWidets:Vc.array().optional()}),Oa=s({arr:qc.array().optional(),orientation:Bc.optional(),view:t().optional(),iconSize:t().optional(),css:A(t(),t().or(r())).optional()}),Ma=s({name:c(m.List),uniqid:t(),content:Oa}),dg=s({absentUntil:t(),period:t().array(),title:t(),uri:t()}),Ua=s({url:t().optional()}),Wa=s({name:c(m.LuccaAbsence),uniqid:t(),content:Ua}),Nc=s({insee:t(),title:t()}),pg=s({insee:t(),title:t(),nid:t()}),Ba=s({backgroundColor:t().optional(),location:Nc.optional()}),Va=s({name:c(m.Meteo),uniqid:t(),content:Ba}),qa=s({display:t().optional()}),Na=s({name:c(m.MyGroup),uniqid:t(),content:qa}),ze=s({id:ne.string(),uri:t(),title:t()}),za=s({selections:y(t()).optional(),selection:t().optional(),view:b(["list","gallery"]).optional(),display:ne.string().optional(),number:Q(),orientation:b(["left","right"]).optional(),listArticleDisplayMode:b(["short","full"]).optional(),order:b(["dateCreation","dateLastEvent"]).optional(),types:y(t()).optional(),limit:Q(),taxonomiesSelected:y(ze).optional(),keywordsList:y(ze).optional(),keywordsMandatories:y(ze).optional(),filters:y(ze).optional(),showKeywordsMandatories:fe().optional(),useHighlight:fe().optional(),useHighlightOption:b(["latest","custom"]).optional(),useHighlightCustomValue:t().optional(),hideDate:fe().optional(),hideImage:fe().optional(),hideDesc:fe().optional(),showMore:fe().optional(),titleColor:t().optional(),textColor:t().optional(),css:A(t(),t().or(r())).optional()}),Ga=s({name:c(m.News),uniqid:t(),content:za}),Ja=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()}),Ha=s({name:c(m.Newsflash),uniqid:t(),content:Ja}),ae=d().or(c(0)).or(c(1)),st=s({limit:d().or(r()).optional(),limitValue:r().optional(),closing:ae.optional(),isClosed:ae.optional()}),ug=n=>$r(n,st),$a=s({name:c(m.Presence),uniqid:t(),content:st}),mg=n=>_(n,$a),zc=s({id:r(),type:t(),uniqid:t(),value:r()}),hg=n=>_(n,zc),Gc=s({userValue:r(),userAvailableList:P.array(),userUnavailableList:P.array(),userAvailableTotal:r(),userUnavailableTotal:r()}),gg=n=>_(n,Gc),fg=s({data:P.array(),cnt:r(),page:r(),limit:r()}),Jc=s({title:t(),id:r().optional(),mimetype:t().optional(),file:V.optional(),uuid:cs()}),Za=s({arr:Jc.array().optional(),css:A(t(),t().or(r())).optional(),widgets:Rt.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()}),Qa=s({name:c(m.QuickSurvey),uniqid:t(),content:Za}),Sg=s({userList:P.array(),counter:r()}),yg=s({totalRespondent:r(),totalResponse:r(),userLoggedResponses:t().array(),userResponses:Sg.array()}),wg=s({data:P.array(),cnt:r(),page:r(),limit:r()}),Ya=s({object:p({id:r().optional(),type:t().optional(),uri:t().optional()}).optional()}),Ka=s({name:c(m.Quizz),uniqid:t(),content:Ya}),Hc=b(["horizontal","vertical"]),$c=b(["top-left","top-center","top-right","center-left","center","center-right","bottom-left","bottom-center","bottom-right"]),Xa=p({color:t().optional(),size:r().optional(),orientation:Hc.optional(),align:$c.optional()}),en=s({name:c(m.Separator),uniqid:t(),content:Xa}),tn=s({}),an=s({name:c(m.Shortcuts),uniqid:t(),content:tn}),Zc=s({id:ne.number().optional(),title:t().optional(),titleHeading:go.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()}),nn=s({slides:Zc.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()}),on=s({name:c(m.Slider),uniqid:t(),content:nn}),sn=s({uri:t().optional(),surveySelected:p({uri:t()}).array().optional()}),vg=n=>n.uri!==void 0&&n.uri!==""?n.uri:n.surveySelected?.[0]?.uri,rn=s({name:c(m.Survey),uniqid:t(),content:sn}),cn=s({uri:t().optional(),name:t().optional()}),ko=s({name:c(m.SyncContent),uniqid:t(),content:cn}),Me=s({text:t().optional(),padding:r().optional(),css:A(t(),t().or(r())).optional()}),ln=s({name:c(m.Text),uniqid:t(),content:Me}),dn=s({name:c(m.TextMedium),uniqid:t(),content:Me}),pn=s({buttonName:ne.string().optional(),pictureSize:t().optional(),css:A(t(),t().or(r())).optional()}),un=s({name:c(m.UserProfile),uniqid:t(),content:pn}),mn=s({message:t().optional(),buttonName:ne.string().optional(),lineBreak:fe().optional(),position:t().optional(),css:A(t(),t().or(r())).optional()}),hn=s({name:c(m.Welcome),uniqid:t(),content:mn}),gn=s({sourceUrl:t().optional()}),fn=s({name:c(m.Youtube),uniqid:t(),content:gn}),bo=g([p({layers:t().array().optional()}).and(It),p({layers:t().array().optional()}).and(Ot),p({layers:t().array().optional()}).and(Ut),p({layers:t().array().optional()}).and(Kt),p({layers:t().array().optional()}).and(Bt),p({layers:t().array().optional()}).and(qt),p({layers:t().array().optional()}).and($t),p({layers:t().array().optional()}).and(Jt),p({layers:t().array().optional()}).and(wa),p({layers:t().array().optional()}).and(ha),p({layers:t().array().optional()}).and(zt),p({layers:t().array().optional()}).and(sa),p({layers:t().array().optional()}).and(Sa),p({layers:t().array().optional()}).and(xa),p({layers:t().array().optional()}).and($a),p({layers:t().array().optional()}).and(Qa),p({layers:t().array().optional()}).and(aa),p({layers:t().array().optional()}).and(ua),p({layers:t().array().optional()}).and(ka),p({layers:t().array().optional()}).and(Wa),p({layers:t().array().optional()}).and(un),p({layers:t().array().optional()}).and(Et),p({layers:t().array().optional()}).and(Qt),p({layers:t().array().optional()}).and(ca),p({layers:t().array().optional()}).and(en),p({layers:t().array().optional()}).and(on),p({layers:t().array().optional()}).and(hn),p({layers:t().array().optional()}).and(_a),p({layers:t().array().optional()}).and(ea),p({layers:t().array().optional()}).and(fa),p({layers:t().array().optional()}).and(oa),p({layers:t().array().optional()}).and(Va),p({layers:t().array().optional()}).and(Na),p({layers:t().array().optional()}).and(Pa),p({layers:t().array().optional()}).and(da),p({layers:t().array().optional()}).and(Ga),p({layers:t().array().optional()}).and(Ha),p({layers:t().array().optional()}).and(ko),p({layers:t().array().optional()}).and(ln),p({layers:t().array().optional()}).and(dn),p({layers:t().array().optional()}).and(Ca),p({layers:t().array().optional()}).and(Da),p({layers:t().array().optional()}).and(Fa),p({layers:t().array().optional()}).and(Ma),p({layers:t().array().optional()}).and(ja),p({layers:t().array().optional()}).and(Ka),p({layers:t().array().optional()}).and(rn),p({layers:t().array().optional()}).and(an),p({layers:t().array().optional()}).and(fn),p({layers:t().array().optional()}).and(wo)]);Kh(bo);const Qc=1,Yc=2,Kc=3,Xc=4,el=g([c(Qc),c(Yc),c(Kc),c(Xc)]),le=s({title:t(),level:el.optional(),widget:bo}),L=s({widgets:le.array().optional()}),tl=g([L.extend(Dt.shape),L.extend(Pt.shape),L.extend(Mt.shape),L.extend(Yt.shape),L.extend(Wt.shape),L.extend(Vt.shape),L.extend(Gt.shape),L.extend(Ht.shape),L.extend(Nt.shape),L.extend(ia.shape),L.extend(ma.shape),L.extend(it.shape),L.extend(Ta.shape),L.extend(ya.shape),L.extend(st.shape),L.extend(Za.shape),L.extend(ta.shape),L.extend(pa.shape),L.extend(va.shape),L.extend(Ua.shape),L.extend(nn.shape),L.extend(mn.shape),L.extend(pn.shape),L.extend(jt.shape),L.extend(Zt.shape),L.extend(ra.shape),L.extend(Xa.shape),L.extend(ga.shape),L.extend(na.shape),L.extend(Ba.shape),L.extend(qa.shape),L.extend(Ia.shape),L.extend(la.shape),L.extend(za.shape),L.extend(Ja.shape),L.extend(Aa.shape),L.extend(Xt.shape),L.extend(cn.shape),L.extend(Me.shape),L.extend(ba.shape),L.extend(Ea.shape),L.extend(La.shape),L.extend(Oa.shape),L.extend(Ra.shape),L.extend(Ya.shape),L.extend(sn.shape),L.extend(tn.shape),L.extend(gn.shape),L.extend(ot.shape)]),kg=s({[m.Application]:It,[m.ArticleButton]:Ut,[m.Button]:Kt,[m.ArticleGallery]:Bt,[m.ArticleTitle]:$t,[m.ArticleText]:Jt,[m.ArticleImage]:qt,[m.ArticleAttachment]:Ot,[m.ArticleSlider]:zt,[m.CheckList]:sa,[m.Countdown]:ha,[m.DatasourceTable]:Sa,[m.ExcelDatasourceTable]:xa,[m.Presence]:$a,[m.QuickSurvey]:Qa,[m.Documents]:wa,[m.CalendarCalDav]:aa,[m.ContactCardDav]:ua,[m.EmailsImap]:ka,[m.LuccaAbsence]:Wa,[m.Slider]:on,[m.Welcome]:hn,[m.UserProfile]:un,[m.Accessibility]:Et,[m.Birthday]:Qt,[m.Color]:ca,[m.Separator]:en,[m.Extension]:_a,[m.Calendar]:ea,[m.Cover]:fa,[m.Charts]:oa,[m.Meteo]:Va,[m.MyGroup]:Na,[m.Image]:Pa,[m.Contact]:da,[m.News]:Ga,[m.Newsflash]:Ha,[m.SyncContent]:ko,[m.Text]:ln,[m.TextMedium]:dn,[m.Embed]:Ca,[m.Flockler]:Da,[m.Faq]:Fa,[m.List]:Ma,[m.File]:ja,[m.Quizz]:Ka,[m.Survey]:rn,[m.Shortcuts]:an,[m.Youtube]:fn,[m.Combination]:wo}),al=s({[m.Application]:Dt,[m.ArticleButton]:Mt,[m.Button]:Yt,[m.ArticleGallery]:Wt,[m.ArticleTitle]:Ht,[m.ArticleText]:Gt,[m.ArticleImage]:Vt,[m.ArticleAttachment]:Pt,[m.ArticleSlider]:Nt,[m.CheckList]:ia,[m.DatasourceTable]:it,[m.ExcelDatasourceTable]:Ta,[m.Presence]:st,[m.QuickSurvey]:Za,[m.CalendarCalDav]:ta,[m.ContactCardDav]:pa,[m.Countdown]:ma,[m.EmailsImap]:va,[m.LuccaAbsence]:Ua,[m.Slider]:nn,[m.Welcome]:mn,[m.UserProfile]:pn,[m.Accessibility]:jt,[m.Birthday]:Zt,[m.Color]:ra,[m.Separator]:Xa,[m.Extension]:Aa,[m.Calendar]:Xt,[m.Cover]:ga,[m.Charts]:na,[m.Meteo]:Ba,[m.MyGroup]:qa,[m.Image]:Ia,[m.Contact]:la,[m.News]:za,[m.Newsflash]:Ja,[m.SyncContent]:cn,[m.Text]:Me,[m.TextMedium]:Me,[m.Documents]:ya,[m.Embed]:ba,[m.Flockler]:Ea,[m.Faq]:La,[m.List]:Oa,[m.File]:Ra,[m.Quizz]:Ya,[m.Survey]:sn,[m.Shortcuts]:tn,[m.Youtube]:gn,[m.Combination]:ot}),bg=n=>{const a=al.shape[n.name];return a?{...n,content:Zr(n.content,a)}:n},Co=s({busy:g([d(),O()]).optional(),loading:g([d(),O()]).optional(),initialized:g([d(),O()]).optional(),mounted:g([d(),O()]).optional(),hover:g([d(),O()]).optional(),empty:d().optional(),locked:d().optional(),lastUpdatedTimestamp:g([r(),O()]).optional(),isNewlyAdded:g([d(),O()]).optional()}),Cg=W.extend({dateCreation:t(),dateModified:t(),mainType:c("article")}),H=f(Cg),To=H.extend({description:t().nullable().optional(),_user:P,_right:oe,_audience:ke.array(),image:at.optional(),articleWidgets:le.array().optional(),metas:Er.optional(),edito:t().optional()}),M=f(To),Tg=M.extend({_attachedFiles:V.array(),tags:Be.array().optional(),processContext:D().optional(),_transientCtx:D().optional(),uiObjectLink:W.array().optional()}),q=f(Tg),xg=M.extend({type:c("internalDraft"),hasRightToPublishType:d()}),xo=f(xg),Ag=q.extend(xo.shape).extend({type:c("internalDraft"),idDraft:r(),form:A(t(),ve())}),nl=f(Ag),_g=s({type:t().optional(),query:t().optional(),limit:r().optional(),page:r().optional(),orders:Re.optional(),filters:We.optional(),public:d().optional()}),Lg=s({uri:t().optional(),idArticle:r().optional()}),rt=s({title:t().optional(),description:t().nullable().optional(),type:t().optional(),publishTo:t().optional(),idSpot:y(t()).optional()}),Fg=s({id:r(),type:t(),dateCreation:t(),dateModified:t(),title:t(),uri:t()}),Rg=s({attachment:d().optional(),idArticle:r(),limits:g([p({max:r(),start:r()}),p({max:r(),beforeId:r()})]).optional()}),jg=s({token:t(),content:t(),idArticle:r(),sendAlert:d(),alertAuthor:d(),widgets:le.array().optional(),type:g([c("comment"),c("commentResponse")]).optional()}),Eg=s({token:t().optional(),description:t().optional(),idComment:r(),widgets:le.array().optional()}),Dg=s({idUser:t(),dateRead:t(),Pseudo:t(),type:t()}),Ig=Xe.extend(To.shape).extend({_nbItems:r(),parentURI:t().optional(),type:Xe.shape.type}),ol=f(Ig);var Sn=(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))(Sn||{});const il=X(Sn),Ao=s({title:t()}).array(),_o=s({title:t()}).array(),Lo=s({title:t()}).array(),Fo=s({title:t()}).array(),Ro=s({type:p({on:t(),off:t()}),size:r().array(),index:r()}),jo=s({start:p({title:t(),value:r()}),end:p({title:t(),value:r()}),options:p({label:t(),value:r()}).array()}),Eo=t(),Do=t(),Io=t().array(),Po=s({lines:p({title:t()}).array(),rows:p({title:t()}).array()}),Oo=s({lines:p({title:t()}).array(),rows:p({title:t()}).array()}),Pg=g([Ao,_o,Lo,Fo,Ro,jo,Eo,Do,Io,Po,Oo]),Mo=s({lengthMin:d(),lengthMinValue:r(),lengthMax:d(),lengthMaxValue:r()}),Uo=s({types:p({on:t(),off:t()}).array()}),Wo=s({arr:p({label:t(),value:r()}).array()}),Bo=s({length:d(),lengthMin:r(),lengthMax:r()}),Vo=s({length:d(),lengthMin:r(),lengthMax:r()}),qo=s({limit:r().or(d()),limitValue:r(),arr:p({name:t(),active:d(),mimetype:t()}).array()}),No=s({forceResponse:d()}),zo=s({forceResponse:d()}),Og=g([Mo,Uo,Wo,Bo,Vo,qo,No,zo]),ee=s({mandatory:d(),condition:d(),uniqid:t(),label:t(),description:t(),name:il,extraParams:p({}).optional(),widgetOptions:p({}).optional()}),sl=ee.extend({name:c("binary"),data:Ao}),rl=ee.extend({name:c("select"),data:_o}),cl=ee.extend({name:c("radio"),data:Lo}),ll=ee.extend({name:c("check"),data:Fo,widgetOptions:Mo}),dl=ee.extend({name:c("rate"),data:Ro,widgetOptions:Uo}),pl=ee.extend({name:c("scale"),data:jo,widgetOptions:Wo}),ul=ee.extend({name:c("text"),data:Eo,widgetOptions:Bo}),ml=ee.extend({name:c("textarea"),data:Do,widgetOptions:Vo}),hl=ee.extend({name:c("file-upload"),data:Io,widgetOptions:qo}),gl=ee.extend({name:c("grid-radio"),data:Po,widgetOptions:zo}),fl=ee.extend({name:c("grid-check"),data:Oo,widgetOptions:No}),Sl=g([sl,rl,cl,ll,dl,pl,ul,ml,hl,gl,fl]),Go=s({uniqid:t(),title:t(),fields:Sl.array()}),yl=s({name:t(),value:r(),state:b(["open","responded","closed"])}),Mg=H.extend({type:c("pollSurvey"),banner:t().optional(),bannerPdf:t().optional()}),wl=f(Mg),Ug=M.extend(wl.shape).extend({anonymousResponse:D(),multipleResponse:r(),publicResults:t().nullable(),pollProgression:p({colors:A(t(),t()),maxRespondentsValue:r(),countRespondentsValue:r()}),pollResponseShowProgression:r(),dateEnd:t(),status:yl}),Jo=f(Ug),Wg=q.extend(Jo.shape).extend({pollContent:Go.array().or(D()).optional(),pollLinks:D().optional(),pollForceClose:D(),pollResponseUserVisibility:D().optional(),pollResponseAuthorVisibility:D().optional(),pollResponseShowRespondent:D(),pollBanner:V.array().optional(),pollMessage:t().optional(),_hasProgression:d()}),vl=f(Wg),Bg=Object.values(Sn),kl=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&&Bg.includes(i.name)):!1}):!1},bl=n=>kl(n),Vg=n=>{if(typeof n!="object"||n===null)return!1;const e=n;return e.type!=="pollSurvey"||typeof e.title!="string"?!1:kl(e.data)},qg=(n,e)=>e==="pollSurvey"?bl(n):!1,Ng=me.extend({mainType:c("link"),srcId:r(),srcType:t(),targetId:r(),targetType:t().nullable()}),yn=f(Ng),zg=yn.extend({value:Se().nullable(),_src:W.optional(),_target:W.optional()}),Gg=f(zg),Jg=yn.extend({value:r().optional(),_src:P.optional(),_target:W.optional()}),Cl=f(Jg),He=n=>{const e=n??W.or(P);return yn.extend({value:t().nullable(),_src:e.optional(),_target:e.optional().or(O()),bookmarkUrl:t().optional().nullable(),bookmarkOrder:r().optional(),bookmarkLabel:t().optional(),bookmarkMeta:t().optional().nullable(),url:t().optional().nullable(),type:c("bookmarkLink")})},Tl=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??W).optional(),_target:(n??W).optional(),bookmarkUrl:t().optional().nullable(),bookmarkOrder:t().optional(),bookmarkLabel:t().optional(),bookmarkMeta:t().optional().nullable(),url:t().optional().nullable()});var Ho=(n=>(n.RAW_LIST="raw-list",n.LIST="list",n))(Ho||{});const Hg=s({targetId:r(),targetType:t(),format:X(Ho).optional()}),$g=p({"raw-list":He(),list:Tl()}),Zg=p({bookmarkLabel:He(W).shape.bookmarkLabel,bookmarkMeta:He(W).shape.bookmarkMeta,bookmarkUrl:He(W).shape.bookmarkUrl}),xl=s({type:c("text")}),Al=t(),_l=s({type:c("textarea"),params:p({class:c("mceEditor"),mention:c("1")}).optional()}),Ll=t().nullable(),Fl=s({type:c("number")}),Rl=r(),jl=s({type:c("color"),options:p({colors:t(),defaultColor:t()})}),El=s({type:c("date"),format:t()}),Dl=t().nullable(),Il=s({type:c("datetime")}),Pl=t().nullable(),Ol=s({type:c("datePicker")}),Ml=t().nullable(),Ul=r(),Wl=s({type:c("audience"),options:p({disableEveryoneAudience:d().optional(),views:b(["folder","user","group","businessContact"]).array().optional()}).optional()}),Bl=s({type:c("link")}),Vl=s({type:c("multiattribute")}),ql=s({type:c("file")}),Nl=s({type:c("image"),params:re(p({avatar:re(d())}))}),zl=s({type:c("select"),options:A(t(),ve()),params:p({data:t().optional(),defaultValue:t().optional(),explain:c(1).optional()}).optional()}),Gl=s({type:c("embed")}),Jl=s({type:c("iframeVideo")}),Hl=s({type:c("email")}),$l=t(),Zl=s({type:c("url"),params:p({target:c("_blank").optional()})}),Ql=t(),Yl=s({type:c("place"),options:A(t(),ve())}),Kl=s({type:c("refUser")}),Xl=s({type:c("transient")}),ed=s({type:c("radio"),options:A(t(),ve())}),td=s({type:c("checkbox"),options:A(t(),ve()),params:p({defaultValue:t().optional(),jagCheckbox:t().optional(),boolean:t().optional()}).optional()}),ad=s({type:c("taxonomy"),params:p({idTaxonomy:t(),type:t().optional(),limit:r().optional(),allowOptions:d().optional()}).optional()}),nd=s({type:c("tel")}),od=s({type:c("toggle")}),id=s({type:c("orientedlinks"),params:p({"jcomplete-multiple":g([c("0"),c("1")]),showAdd:g([c("0"),c("1")]),supportedTypes:y(t())}).optional()}),sd=s({type:c("uri"),params:p({class:t(),"jcomplete-url":t(),type:t()}).optional()}),Qg=g([xl,_l,Fl,El,Il,Ol,zl,Gl,Jl,Hl,Zl,Kl,ed,td,id,ad,sd,Xl,Vl,nd,od,Yl,jl,Bl,ql,Nl,Wl]),Yg=g([Ul,Ml,Pl,Dl,$l,Rl,Ll,Al,Ql]),rd=s({interval:r(),useInterval:r()}),lt=s({source:t()}),cd=s({image:lt,banner:lt,cover:lt.optional(),display:t().optional()}),ld=s({id:r(),type:t(),uri:t(),title:t(),description:t(),_url:t(),display:t(),urlAction:t(),actionName:t(),sources:cd}),Kg=s({properties:rd,results:y(ld)}),dd=0,pd=1,ud=2,md=3,hd=s({label:t(),entries:y(t())}),Xg=s({writeRight:g([c(dd),c(pd),c(ud),c(md)]),writeRightSelector:y(ke),useCustom:d(),sections:y(hd),otherEnabledEntries:y(t()),disabledEntries:y(t())}),ef=s({countActiveUsersWithoutLicense:r().optional(),countLicensesAssigned:r(),countLicensesNotAssigned:r()}),tf=s({name:t(),operator:t(),value:r()}),af=A(r()),nf=s({id:r(),kind:t(),dateCreation:t(),idFeature:r(),uri:t(),contentId:r(),contentType:t(),status:r()}),gd=s({id:r(),kind:t(),dateCreation:t(),idFeature:r(),uri:t(),contentId:r(),contentType:t(),status:r()}),of=s({dateCreation:t(),action:t(),idUser:r(),pseudo:t(),level:r(),ip:t(),url:t(),extended:t().optional()}),sf=s({dateCreation:t(),action:t(),mainType:t(),idObject:r(),typeObject:t(),mail:t().optional(),url:t(),extended:t().optional()}),rf=s({dateCreation:t(),type:t(),msg:t()}),cf=s({uri:t(),title:t(),price:r(),image:t(),license:d()}),lf=s({url:t()}),fd=s({sref:t().optional(),href:t().optional(),idDiv:t(),label:t(),icon:t(),licenseMode:g([c("classic"),c("article")]).optional(),hook:t().optional()}),Sd=s({name:t(),label:t(),icon:t(),color:ss([t(),t(),t()]),state:t().optional(),access:d(),url:t().optional(),tabs:y(fd).optional()}),df=Sd.array(),yd=b(["Autumn","BackToSchool","Birthday","Celebration","Christmas","CustomAnimation","EasterEggs","Eastern","HappyNewYear","Halloween","LaborDay","Maythefourth","Movember","MusicFestival","Olympics","PinkOctober","Spring","Summer","Winter","NationalHoliday"]),pf=s({name:yd,activeClickEffect:r(),activeDecor:r(),decorLoader:re(d()),auto:d(),audience:y(t())}),wd=s({date:t(),number:r()}),uf=me.extend({type:c("animationStat"),mainType:c("animationStat"),animationName:t(),dateStart:t(),dateEnd:t().nullable(),auto:d(),stats:y(wd),animAudience:y(t())}),mf=f(uf),vd=s({code:Lt,label:t()}),kd=s({language:Lt,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()}),hf=s({languages:vd.array(),translations:kd.array()}),bd=g([c("created"),c("validated"),c("handled")]),gf=q.extend({type:c("aseiClearanceTicket"),aseiClearanceTicketValidator:P.array(),aseiClearanceTicketHandler:W.array().optional(),aseiClearanceTicketApplicationManagers:W.array().optional(),aseiClearanceTicketInstitution:W.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:D().optional(),aseiClearanceTicketTypeOfWorkContractTo:D().optional(),aseiClearanceTicketLastName:t(),aseiClearanceTicketFirstName:t(),aseiClearanceTicketUser:P.array().optional(),aseiClearanceTicketTypeOfWorkContract:t(),aseiClearanceTicketTypeOfWorkContractSpecify:t().optional(),aseiClearanceTicketPosition:t(),aseiClearanceTicketStatus:bd}),Cd=f(gf),ff=q.extend({type:c("aseiInstitution"),aseiInstitutionValidator:W.array()}),Td=f(ff),Sf=s({dsi:t(),gestionnaireApplicatif:t(),createurDemande:t()}),yf=s({accessWriter:d(),accessApp:d()}),wf=s({description:t(),right:p({manage:d()}),daysOff:y(t()).optional(),weekEnd:g([c("0"),c("1")]),bookingOpeningTime:t(),bookingClosingTime:t(),lastBookingSchedule:t()}),vf=M.extend({type:c("bookableAsset"),_isColorDark:d().nullable(),assetPlannerBackgroundColor:t().nullable()}),wn=f(vf),kf=M.extend(wn.shape).extend({assetBanner:V.array()}),xd=f(kf),bf=M.extend({type:c("reservation"),dateStart:t(),dateEnd:t(),reservationCancelled:d(),_asset:wn}),Ad=f(bf),vn=b(["pending","success","error"]),Cf=s({errorMsg:t().optional(),jobUid:t(),state:vn,start:r().int().positive(),end:r().int().positive().optional(),value:t().optional()}),Tf=p({token:t(),fullname:t()}),xf=p({redirectUrl:t()}),Af=p({token:t()}),_f=p({dateStart:t(),title:t()}),kn={bbbWaitingRoom:d().optional(),bbbMuteOnStart:d().optional(),bbbAutoStartRecording:d().optional(),bbbModerators:t().optional()},Lf=H.extend({type:c("businessContactCard")}),$o=f(Lf),Ff=M.extend($o.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()}),_d=f(Ff),Rf=M.extend({dateEnd:t().optional(),type:c("boardCard"),_board:H.optional()}),Ld=f(Rf),jf=q.extend(Ld.shape).extend({members:P.array(),rolesPersons:Se().optional(),uriBoard:Se().optional(),uriList:Se().optional(),color:t().optional(),cardCover:Se().optional(),estimatedTime:Se().optional()}),Ef=f(jf),Df=s({title:t(),color:t(),parts:r(),displayValue:r()}),If=s({type:t()}),Pf=s({}),Of=s({start:d(),startDate:t(),pause:d(),stop:d(),seconds:r()}),Mf=s({arr:Df.array(),tabs:If.array(),animations:Pf.array(),visio:D(),presence:p({}),status:Of}),Uf=M.extend({type:c("animatedMeeting"),dateStart:t(),animatedMeetingContent:Mf}),bn=f(Uf),Wf=q.extend(bn.shape).extend({animatedMeetingStarted:D().optional(),useWorkAdventure:D(),animatedMeetingReport:D().optional(),animatedMeetingReportVersion:D(),animatedMeetingStats:D().optional(),animatedMeetingReactions:D().optional()}),Zo=f(Wf),Bf=p({_extend:p({status:t(),statusValue:c(1).or(c(2)).or(c(3)),date:t()}),_audienceLeft:r()}),Cn=H.extend({type:c("socialEvent")}),Vf=M.extend(Cn.shape).extend({place:t(),address:t(),dateStart:t(),dateEnd:t(),noGestion:d(),urlGestion:t().optional(),allDay:d(),textColor:t(),backgroundColor:t(),qrCodeValue:t().optional()}),je=f(Vf),qf=n=>je.safeParse(n).success,Nf=q.extend(je.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()}),Ee=f(Nf),zf=n=>Ee.safeParse(n).success,Qo=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(),...kn}).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."),Gf=Qo.and(p({sendAlert:b(["1","0"]).optional(),alertAuthor:b(["1","0"]).optional(),idDraft:r().optional()})),Jf=Qo.and(p({uri:t()})),Hf=je.extend({type:c("meeting")}),ct=f(Hf),$f=n=>ct.safeParse(n).success,Zf=Ee.omit({socialEventUseCeiling:!0,socialEventCeiling:!0,hideFromCalendar:!0}).extend(ct.shape).extend({agenda:t().optional(),report:t().optional(),reportFile:V.nullable()}),Yo=f(Zf),Ko=_t(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"),...kn}).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.")),Qf=Ko.and(p({sendAlert:b(["1","0"]).optional(),alertAuthor:b(["1","0"]).optional(),idDraft:r().optional()})),Yf=Ko.and(p({uri:t()})),Fd=M.extend({dateStart:t(),dateEnd:t(),type:c("membogoEvent")}),Kf=f(Fd),Xf=q.extend(Kf.shape).extend({place:t().optional(),agenda:t().optional(),textColor:t().optional(),bgColor:t().optional(),noGestion:d().nullable()}),eS=f(Xf);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 ei=X(Xo),ti=Cn.extend({type:c("recurringEvent")}),ai=je.extend(ti.shape).extend({recurrenceRuleLabel:t()}),tS=Ee.extend(ai.shape).extend({recurrenceRule:ei,recurrenceRuleUntil:t().optional(),hiddenOccurrences:y(t()).optional()}),ni=f(tS),aS=H.extend({dateStart:t(),dateEnd:t(),type:c("recurringEventOccurrence")}),Tn=f(aS),nS=Tn.extend(s({dateModified:D(),dateCreation:D(),id:c(-1),uri:c(""),title:c(""),_url:c(""),type:c("recurringEventOccurrence")}).shape),oi=f(nS),oS=g([Tn,oi]),iS=M.extend(Tn.shape),xn=f(iS),sS=xn.extend(oi.shape).extend({title:c(""),description:c(""),image:D(),articleWidgets:D(),_user:Le(),_right:Le()}),ii=f(sS),Rd=g([xn,ii]),rS=q.extend(xn.shape),si=f(rS),cS=si.extend(ii.shape).extend({_attachedFiles:D(),tags:D(),processContext:D(),_transientCtx:D(),uiObjectLink:D()}),jd=f(cS),Ed=g([si,jd]),Dd=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:ei,recurrenceRuleUntil:t().optional(),type:c("recurringEvent"),...kn}),lS=Dd.extend({sendAlert:b(["1","0"]).optional(),alertAuthor:b(["1","0"]).optional(),idDraft:r().optional()}),dS=f(lS).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."),pS=Dd.extend({uri:t(),hiddenOccurrences:y(t()).optional()}),uS=f(pS),Id=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()}),mS=n=>Id.safeParse(n).success,hS=p({maxdate:t().optional(),subscribers:P.array(),subscribersTotal:r()}),gS=g([Ld,ct,je,Rd,bn,Fd]),fS=g([Ef,Yo,Ee,Ed,Zo,eS]),SS=b(["subscribed","unanswered","refused"]),yS=b(["onSpot","visio","hybrid"]),wS=b(["all","available","presence","onSpot","visio","unavailable","waiting"]),vS=s({user:P,dateCreation:t().nullable(),isPresent:d()}),kS=c("read"),Pd=s({action:t(),do:t(),type:t(),targetId:r(),targetType:t()}),ri=s({type:t(),class:t(),isActive:d(),label:t(),cssClass:t(),cssColor:t(),struct:Pd,stats:p({total:r()}).optional()}),Od=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:c("socialrate"),avg:r().optional(),nb:r().optional(),value:r().optional()}),Md=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:c("reportaction")}),Ud=s({id:t(),label:t(),url:t().optional()}),Wd=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:c("shareaction"),options:y(Ud)}),Bd=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:t(),isActive:d().optional(),count:r().optional()}),An=g([Od,Md,Wd,Bd]),Vd=n=>n.type==="socialrate",qd=n=>n.type==="reportaction",Nd=n=>n.type==="shareaction",bS=n=>!Vd(n)&&!qd(n)&&!Nd(n),CS=s({targetId:r(),targetType:t(),type:t()}),TS=me.extend({mainType:c("comment"),dateCreation:t(),dateModified:t().nullable(),description:t().nullable(),_user:P}),zd=f(TS),xS=zd.extend({_right:oe,_attachedFiles:y(V).optional(),_actions:A(t(),ri).optional(),_widgets:y(le).optional(),_article:H.optional()}),Ve=f(xS),AS="pollSurvey",ci=s({}),li=s({pollContent:Go.array(),pollLinks:A(t(),t()).or(D()),pollMessage:t().optional(),description:t().optional(),anonymousResponse:g([t(),D()]).optional(),multipleResponse:t().or(D()).optional(),pollResponseAuthorVisibility:t().or(D()).optional(),pollResponseUserVisibility:t().or(D()).optional(),pollResponseShowProgression:t().or(D()).optional(),pollResponseShowRespondent:t().or(D()).optional(),bannerSrc:t().optional()}),_S=g([ci,li]),LS=M.extend({type:c("contentFactoryTemplate"),contentFactoryTemplateType:b(["pollSurvey","default"]),contentFactoryTemplateAuthor:t(),contentFactoryTemplateUsage:r()}),_n=f(LS),FS=q.extend(_n.shape).extend({contentFactoryTemplateType:c("pollSurvey"),contentFactoryTemplateData:li}),Gd=f(FS),RS=q.extend(_n.shape).extend({contentFactoryTemplateType:c("default"),contentFactoryTemplateData:ci}),Jd=f(RS),Hd=g([Jd,Gd]);var Ln=(n=>(n.RUNNING="running",n.CLOSED="closed",n.HANDLED="handled",n))(Ln||{});const jS=M.extend({type:c("contentReport"),articleId:r(),articleType:t(),articleTitle:t(),articleUrl:t(),commentId:r().optional(),commentType:t().optional(),status:X(Ln)}),$d=f(jS),ES=p({limit:r().optional(),page:r().optional(),orders:Re.optional(),filters:We.optional()}),DS=p({uri:t(),description:t()}),IS=p({uri:t(),status:X(Ln)}),Zd=p({type:t(),dialog:d(),favorite:d(),url:t().optional()}),Qd=p({label:t(),entries:y(Zd)}),PS=y(Qd),di=g([c("groups"),c("sites"),c("onedrive"),c("group"),c("documents"),c("me")]),Fn=s({title:t(),id:t(),type:t()}),OS=Fn.omit({id:!0}).extend({name:di.optional()}),MS=f(OS),US=Fn.extend({msContainer:d().optional()}),WS=f(US),Yd=Fn.extend({visibility:g([c("public"),c("private")]).optional(),msContainer:d().optional()}),BS=f(Yd),Rn=Fn.extend({mimetype:t().optional(),webUrl:t().optional(),size:r().nullable().optional()}),VS=Rn,qS=Rn.extend({downloadUrl:t().optional(),_extend:p({path:t()})}),NS=f(qS),zS=Yd.extend(Rn.shape),GS=f(zS),Kd=s({id:t(),title:t(),mail:t(),default:d().optional()}),JS=s({title:t(),id:t(),type:t(),mimetype:t().optional(),webUrl:t().optional()}),Xd=s({msTenant:di.optional(),msId:t().optional(),idFolder:t().optional(),page:r(),limit:r(),query:t().nullable().optional()}),ep=s({path_lower:t(),query:t().nullable().optional()}),HS=s({id:r(),name:t(),type:t(),token:t(),size:r(),mediaKey:t()}),$S=s({token:t().optional(),attrName:t(),file:s({service:t(),account:t(),title:t(),mimetype:t().optional(),_document:Rn})}),ZS=s({id:t(),service:t()}),QS=s({service:t(),id:t()}),YS=s({account:Kd}),KS=s({service:t(),account:t()}),XS=s({allow:g([c("groups"),c("me")]).array().optional(),id:t()}),ey=s({id:t(),documentParams:Xd}),ty=s({id:t(),documentParams:ep}),ay=s({query:t().optional(),filter:t().optional(),id:t()}),ny=W.omit({title:!0,_url:!0}).extend({description:t()}),tp=f(ny),ap=g([c("restricted"),c("synchronized")]),np=s({isMuted:d(),isImportant:d()}),oy=A(t(),np),op=s({_url:t(),bubbleColor:t(),_right:oe,_audience:P.array(),_cntUnread:r(),_lastMessage:tp.optional()}),iy=me.extend({type:c("messengerUser"),mainType:c("messengerDiscussion"),idDiscussion:t()}),pi=f(iy),sy=pi.extend(op.shape),ip=f(sy),ry=me.extend({type:c("messengerGroup"),mainType:c("messengerDiscussion"),idDiscussion:t(),isMessengerSpotGroup:d(),disabled:d(),kind:re(ap)}),jn=f(ry),cy=jn.extend(op.shape).extend({title:t().nullable(),_spot:nt.optional()}),sp=f(cy),rp=M.extend({type:c("quizz"),quizzDescription:t().nullable(),quizzClosingDate:t().nullable(),dateStart:t().nullable(),dateEnd:t().nullable()}),ui=f(rp),ly=q.extend(ui.shape).extend({quizzInvitation:D().optional(),quizzFormSpec:t().optional(),quizzRandom:t().nullable(),quizzHideResponses:t().nullable(),quizzStatus:D().optional(),quizzPublicationDate:t().nullable().optional()}),cp=f(ly),dy=s({countMembers:r(),countResponse:r(),done:d(),score:r(),maxScore:r(),duration:r()}),py=s({countMembers:r(),countResponse:r(),done:c(!1),score:O().optional(),maxScore:O().optional(),duration:O().optional()}),uy=s({countMembers:r(),countResponse:r(),done:c(!0),score:r(),maxScore:r(),duration:r()}),lp=gm("done",[py,uy]),my=s({value:t(),label:t()}),hy=s({label:t(),multiple:t(),name:t(),options:my.array(),params:p({fieldFile:t().optional(),fieldPicture:t().optional(),explanation:t().optional()}),scoreMap:A(t(),r()),type:t(),value:t()}),dp=s({mandatory:d(),type:t(),widget:hy,description:t().optional()}),gy=M.extend({type:c("surveyDate"),dates:y(t()),dateStart:t().nullable(),dateEnd:t(),isClosed:d(),surveyObjectLink:H.optional()}),mi=f(gy),fy=q.extend(mi.shape),pp=f(fy),up=A(t(),p({dates:t().array(),user:P})),Sy=s({list:tt.array(),total:r()}),mp=s({}),yy=s({data:P.array(),total:r()}),hp=g([c(1),c("onSpot"),c("visio"),c("available"),c("unavailable"),c("unknown"),c(0)]),wy=s({userResponseStatus:hp,subscribersTotal:r(),subscribeAction:ri,subscribers:P.array(),isVisio:d().optional()}),gp=Ve.extend({_extend:p({actions:An.array().optional()})}),fp=Ve.extend({_extend:p({actions:An.array().optional(),quarantine:p({count:r()}).optional()})}),Sp=s({count:r(),list:fp.array()}),hi=s({actions:An.array().optional(),attachments:V.array().optional(),comments:gp.array().optional(),commentsPreview:Sp.optional(),contact:d(),filebank:Xe.nullable().optional(),licenses:y(gd),licensesExtrabot:p({active:d(),monthRequestsMax:r(),monthRequestsHit:r()}).optional(),messenger:jn.nullable().optional(),parentArticle:M.optional(),filebankPath:H.array(),quarantine:p({count:r()}).optional(),quizFieldDefinitions:A(t(),dp),quizResponseRecord:lp,recurringEventRecord:ni,socialEventRecord:wy,surveyDateRecord:p({members:P.array(),responses:up,userDates:t().array(),userResponses:mp,totalRespondents:r(),totalResponses:r()}),search:Le(),bookmark:Le()}),vy=hi.keyof().array(),ky=q.extend({type:c("extraBot"),avatar:V.optional(),context:t(),description:t(),disclaimer:t(),enabled:d(),groups:y(io).optional(),moderators:y(oo).optional(),prompt:t(),title:t(),trigger:b(["mentionOnly","matchComment"]),matchThreshold:r().optional(),bot:P.optional(),webhookMethod:t().optional(),webhookUrl:t().optional(),webhookKey:t().optional(),webhookAutomationOnly:d().optional()}),yp=f(ky),gi=p({title:t(),id:t().optional(),items:y(t())}),by=M.extend({type:c("faq"),faqColor:t().optional(),image:at.optional()}),fi=f(by),Cy=q.extend(fi.shape).extend({isWeb:d(),faqContent:gi.array().optional()}),wp=f(Cy),Ty=M.extend({type:c("faqItem")}),Si=f(Ty),xy=q.extend(Si.shape).extend({faqResponse:t().optional(),uriCategory:H.array().optional(),themeId:t(),_nbAttachedFiles:r().optional(),_attachedFiles:V.array()}),vp=f(xy),kp=s({id:r(),type:t(),uri:t(),title:t(),faqContent:gi.array().nullable().optional(),description:t().optional(),faqColor:t().optional(),_url:t().optional(),_audience:ke.array().optional()}),Ay=s({image:t(),faq:kp.optional()}),bp=s({href:t().optional(),label:t().optional(),tooltip:t().optional(),id:t().optional(),uri:t().optional(),title:t().optional()}),_y=s({id:r(),type:t(),uri:t(),title:t(),faqResponse:t().optional(),description:t().optional(),themeId:t().optional(),uriCategory:bp.optional(),_attachedFiles:V.array().optional(),_nbAttachment:r().optional(),_url:t().optional(),_cssColor:t().optional(),_cssClass:t().optional()}),Cp=_t(rt.omit({idSpot:!0})).and(p({image:at.nullable().optional(),tags:t().optional(),faqColor:t().optional(),isWeb:d().optional(),type:c("faq")})),Ly=Cp.and(p({uri:t(),format:et.optional()})),Fy=p({title:t(),id:t()}),Ry=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()}),jy=p({createCategory:d()}),Ey=p({idCategory:r(),title:t()}),Dy=p({idCategory:r(),indexTheme:r(),deleteEntries:d().optional()}),Iy=p({idCategory:r(),indexTheme:r(),title:t()}),Tp=_t(rt).and(p({tags:t().optional(),faqResponse:t().optional(),type:c("faqItem")})),Py=p({idEntry:r(),idCategory:r(),theme:r()}),Oy=Tp.and(p({uri:t()})),My=p({entryURI:t(),sourceURI:t().optional(),targetURI:t(),theme:r()}),Uy=p({sourceUri:t(),targetUri:t(),themeIndex:r()}),yi=H.extend({type:c("quarantine")}),Wy=M.extend(yi.shape).extend({relatedArticle:M.optional(),relatedObject:Ve.or(M).optional(),relatedUser:tt.optional()}),xp=f(Wy),By=p({uri:t(),name:t(),size:r(),isSynchronized:d()}),Vy=p({quotaUsed:r(),quotaTotal:r(),percentage:r()}),qy=p({name:t(),isSynchronized:t(),synchronizationsNb:t()}),Ny=p({page:r(),limit:r(),orders:Re.optional()}),zy=s({idLog:r(),slug:t(),dateCreation:t(),map:t(),mail:t(),action:t(),mode:t()}),Gy=s({mail:t(),cnt:t()}),Ap=t(),_p=t(),Jy=rt.extend({type:c("jlandmap"),jlandMapAggregated:t()}),Hy=H.extend({type:c("jlandmap"),jlandMapKind:_p,jlandMapFlavor:Ap,limit:r().nullable(),waMapUrl:t().nullable()}),wi=f(Hy),$y=M.extend(wi.shape),vi=f($y),Zy=q.extend(vi.shape),Lp=f(Zy),Qy=H.extend({type:c("mediaLibraryFile"),attachment:V,_user:P}),ki=f(Qy),Yy=M.extend(ki.shape),bi=f(Yy),Ky=H.extend({type:c("mediaLibraryFolder"),_user:P,description:t().optional(),_audience:ke.array()}),Ci=f(Ky),Xy=M.extend(Ci.shape),Ti=f(Xy),ew=bi.or(Ti),tw=p({page:r().optional(),limit:r().optional(),query:t().optional()}),aw=p({id:r(),idFolder:r().optional(),fileName:t(),nbViews:r(),nbDistinctViews:r(),nbDownloads:r()}),nw=p({id:r(),folderName:t(),nb:r(),nbDistinct:r()}),ow=p({nbFolders:r(),nbFiles:r()}),iw=p({uriFile:t(),uriFolder:t(),publishTo:t().array()}),$n=p({uri:t(),title:t(),selected:d()}),sw=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($n),isInternal:r(),selectedLink:$n.nullable().optional(),openInNewTab:r().nullable().optional(),isAssistant:r().nullable().optional()}),Fp=f(sw),Zn=p({nodes:y(Fp),platformColors:A(t())}),rw=M.extend({type:c("orgCharts"),chartIsVisible:d(),chartAdmins:P.array()}),xi=f(rw),cw=q.extend(xi.shape).extend({chartConfig:Zn,chartConfigDraft:Zn}),Rp=f(cw),lw=p({title:t(),chartIsVisible:t(),publishTo:t(),uri:t(),chartAdmins:t()}),dw=p({global:p({user_directory:p({card:y(t()),filters:y(t()),show:y(t()),table:y(t())}),css:A(t().nullable())}),writer:d()}),pw=M.extend({type:c("socialQuestion"),socialQuestionResolved:d(),_response:Ve.optional(),_validator:P.optional(),socialQuestionValidationDate:t().optional()}),uw=f(pw),mw=M.extend({type:c("support"),supportStatus:g([r(),t()]).nullable(),supportType:g([r(),t()]).nullable(),supportOwner:y(P)}),Ai=f(mw),jp=q.extend(Ai.shape),Ep=f(jp),Dp=g([c("DYNAMIC"),c("SLIDESHOW")]),_i=s({tvChannelBackgroundColor:t().nullable(),tvChannelNumImages:r(),tvChannelGroupTarget:nt.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()})}),hw=_i.extend({tvChannelType:c("DYNAMIC"),tvChannelNumImages:c(0)}),Ip=f(hw),gw=_i.extend({tvChannelType:c("SLIDESHOW")}),Pp=f(gw),fw=H.extend({type:c("tvDisplayChannel")}),En=f(fw),Sw=M.extend(En.shape).extend(Ip.shape),Li=f(Sw),yw=M.extend(En.shape).extend(Pp.shape),Fi=f(yw),Op=g([Li,Fi]),ww=rt.and(Ip.partial().or(Pp.partial())).and(p({tvChannelType:Dp})).readonly(),vw=s({tvChannelGroupTarget:y(t()).optional(),tvChannelNumImages:Le().optional()}),kw=Ve.extend({_extend:p({userImageSecureUrl:t(),descriptionSecure:t()})}),Mp=f(kw),bw=M.extend({_extend:p({imageSecureUrl:t().optional(),descriptionSecure:t(),comments:y(Mp)}).optional()}),Up=f(bw),Cw=V.extend({_extend:p({imageSecureUrl:t().optional()})}),Wp=f(Cw),Tw=Li.extend({_extend:p({imageSecureUrl:t().optional(),articles:y(Up).optional()})}),Ri=f(Tw),xw=n=>Ri.safeParse(n).success,Aw=Fi.extend({_extend:p({attachments:y(Wp).optional()})}),ji=f(Aw),_w=n=>ji.safeParse(n).success,Lw=p({interval:r(),channel:g([Ri,ji])}),Fw=f(Lw),Rw=p({createdAt:t(),filename:t(),isExpired:d(),url:t()}),Bp=p({id:r(),subject:t(),createdAt:t(),updatedAt:t(),idArticle:r(),idUser:r(),roomUri:Sm(t()),user:p({id:r(),uri:t(),title:t()}),stats:p({participantsNumber:r(),totalDurationSeconds:r(),visioSessionsNumber:r()})}),jw=p({rooms:p({totalItems:r(),member:y(Bp)}),platform:p({sessionsNumber:r(),durationAverage:r(),durationMedian:r(),participantsNumber:r()})}),Ew=p({id:r(),room:t(),duration:r(),participantsNb:r(),startedAt:t(),endedAt:t()}),Dw=p({totalItems:r(),member:y(Ew)}),Vp=me.extend({name:t(),service:g([c("visio-connect"),c("other")]),url:re(t()),vcId:t(),vcJwt:t(),image:re(V),_audience:y(ke),_right:oe,_user:re(P)}),Ei=f(Vp),Iw=Vp.pick({name:!0,service:!0,url:!0}).extend({audience:Ei.shape._audience}),Pw=f(Iw),qp=s({label:t(),description:t(),name:Ft,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()})}),Ow=n=>qp.safeParse(n).success,Mw=n=>n!==void 0&&"id"&&"type"in n&&"uri"in n,Uw=H.extend({type:c("articleWidget"),articleWidgets:le.array(),articleWidgetDisplayMode:g([Hr,D(),O()])}),Di=f(Uw),Ww=M.extend(Di.shape).extend({articleWidgetsCover:r().or(O())}),Ii=f(Ww),Bw=q.extend(Ii.shape),Np=f(Bw),zp=s({uniqid:t(),title:t(),locked:d(),visible:d(),widgets:le.array(),position:Jr.optional()}),Gp=b(["edit","view","preview","tpl"]),Vw=s({width:r().or(O()).optional(),inplace:d(),isComponentVisible:d().optional(),mode:Gp,onClick:On().returns(Pn()).optional(),onChange:On().args(tl,d()).returns(Pn()),onStateChange:On().args(Co).returns(Pn())}),Jp=s({text:t(),value:d().optional(),links:Tt.array().optional(),uri:t().optional(),mimetype:t().optional(),id:r().optional(),user:P.optional()}),Hp=s({arr:Jp.array().optional(),edit:d().optional()}),qw=s({name:c("widget-check-list"),uniqid:t(),content:Hp,title:t()}),Nw=s({title:t().optional(),view:ve().optional()}),$p=s({uniqid:t(),fn:b(["widget-presence-response","check-list-response","widget-update","widget-quick-survey-response"]),object:W}),Qn=A(t(),A(t(),t().or(r()))),Zp=b(["comment","article","intranet","platform-block","intranet-combination"]),zw=p({token:t().or(O()).optional(),ids:A(t(),le),layers:A(t(),zp),states:A(t(),Co),modal:Nw.or(O()),editableMap:A(t(),p({index:r(),uniqid:t()})),wrapperSize:A(t(),p({width:r(),height:r()})),currentEditableIndex:r(),currentEditableWidgetId:t().or(O()),widgetWrapperStyle:Qn,widgetTitleStyle:Qn,widgetObject:A(t(),W.partial()),widgetObjectRights:A(t(),oe),widgetChipCount:A(t(),r()),widgetAuthor:A(t(),P.partial()),widgetWrapperBackgroundImage:A(t(),So),flushedWidgets:t().array(),rtObjectStack:$p.array(),widgetContext:A(t(),Zp),widgetSynchronizationStates:A(t(),d()),widgetUrls:A(t(),t())}),Qp=f(zw),Gw=s({widgets:Qp}),Pi={article:{"raw-little":{articleWidget:Di,mediaLibraryFile:ki,mediaLibraryFolder:Ci,quarantine:yi,jlandmap:wi,businessContactCard:$o,tvDisplayChannel:En,recurringEvent:ti,socialEvent:Cn},"raw-list":{animatedMeeting:bn,articleWidget:Ii,bookableAsset:wn,businessContactCard:_d,contentFactoryTemplate:_n,contentReport:$d,faq:fi,internalDraft:xo,meeting:ct,orgCharts:xi,pollSurvey:Jo,quarantine:xp,quizz:ui,reservation:Ad,socialEvent:je,support:Ai,surveyDate:mi,tvDisplayChannel:Op,socialQuestion:uw,folder:ol,recurringEvent:ai,faqItem:Si,jlandmap:vi,mediaLibraryFile:bi,mediaLibraryFolder:Ti},"raw-view":{bookableAsset:xd,contentFactoryTemplate:Hd,extraBot:yp,faq:wp,faqItem:vp,internalDraft:nl,meeting:Yo,orgCharts:Rp,quizz:cp,socialEvent:Ee,recurringEvent:ni,articleWidget:Np,animatedMeeting:Zo,aseiClearanceTicket:Cd,aseiInstitution:Td,jlandmap:Lp,pollSurvey:vl,surveyDate:pp,support:Ep}},comment:{"raw-little":{},"raw-list":{},"raw-view":{}},messengerDiscussion:{"raw-little":{messengerGroup:jn,messengerUser:pi},"raw-list":{messengerGroup:sp,messengerUser:ip},"raw-view":{}},visioConnectRoom:{"raw-little":{},"raw-list":{permanentRoom:Ei},"raw-view":{}},file:{"raw-little":{},"raw-list":{},"raw-view":{}},link:{"raw-little":{},"raw-list":{socialrate:Cl},"raw-view":{}}},$=n=>p({isActive:d(),...n}),G=n=>$({...n,hasLicense:d()}),Jw=b(["drive_microsoft_graph","drive_dropbox","drive_google"]),Hw=$({drives:A(Jw,d())}),$w=$({label:t(),defaultView:b(["month","week","day","list"]),iCalendarUrls:p({all:t(),accepted:t()}),externalGestion:d(),recurringEventsEnabled:d()}),Zw=$({orderBy:t(),order:b(["ASC","DESC"])}),Qw=$({}),Yw=G({maxParticipants:r(),minParticipantsForSpotDiscussion:r(),label:t(),editTimeLimit:r().optional(),editBlockedOgTypes:y(t()).optional()}),Kw=G({label:t(),useTeaser:d()}),Yp=p({label:t(),description:t(),extension:t(),icon:t(),color:t()}),Xw=G({label:t(),description:t(),color:t(),templates:Yp.array(),allowSharedWithMe:d(),allowPdfEdit:d(),weDocFoldersEnabled:d(),weDocFolderSharingEnabled:d()}),ev=G({oldViewOptionProperty:d()}),tv=G({bgColor:t()}),av=$({sendAlert:d(),articleFullSelector:d(),articleMediaSlider:d()}),nv=$({}),ov=$({}),iv=$({allowExternalFileSharing:d(),allowShareWebinar:d()}),sv=$({create:d(),autorize:y(b(["message","comment","board","article"]).optional())}),rv=G({label:t()}),cv=G({}),lv=G({}),dv=$({label:t(),create:d()}),pv=b(["loginPassword","saml","oAuth"]),uv=b(["no","optional","mandatory"]),mv=A(pv,uv),hv=G({name:t(),providers:mv,banLifespan:r()}),gv=G({create:d()}),fv=G({v2:d()}),Sv=G({label:t()}),yv=G({label:t()}),wv=G({}),vv=G({label:t(),menuItems:y(p({type:t(),text:t(),actions:t()})).nullable()}),kv=$({manage:d()}),bv=$({canCreateTemplate:d(),allowTemplateImportExport:d(),label:t()}),Cv=$({label:t(),create:d(),description:t(),color:t(),icon:t()}),Tv=$({label:t(),create:d()}),xv=G({label:t(),numberOfMinutesBeforeJoining:r()}),Av=G({label:t(),create:d()}),_v=G({label:t()}),Lv=$({label:t()}),Fv=$({}),Rv=p({BigBlueButtonHook:xv,ExternalAppHook:gv,DigitalWorkplaceHook:fv,FlocklerHook:wv,LuccaAbsenceHook:yv,MagicPadHook:rv,MagicWandHook:vv,MediaLibraryHook:cv,MessengerHook:Yw,OfficeHook:Sv,SpotHook:_v,StudioHook:ev,TargetInfoHook:tv,TeamWorkAiHook:lv,TwoFactorAuthenticationHook:hv,VisioConnectHook:Av,WallHook:Kw,WeDocHook:Xw}).partial(),jv=p({AdminAdvancedHook:av,AnimatedMeetingHook:Cv,AnimationsHook:Fv,BusinessContactHook:Lv,calendarHook:$w,ContentFactoryHook:bv,DriveHook:Hw,ExtraBotHook:dv,FAQHook:kv,FileBankHook:Zw,FileIntegrityHook:Qw,JitsiHook:Tv,SharedContentHook:iv,spotRssFeed:nv,SurveyDateHook:ov,WidgetHook:sv}).partial().extend(Rv.shape),Ev=s({url:t(),label:t(),columns:r().optional(),rows:r().optional(),content:ot}),Dv=g([c("summarize"),c("develop"),c("reformulate"),c("tldr"),c("en"),c("es"),c("formal"),c("funny"),c("spellCheck")]),Iv=s({text:t()}),Pv=s({kind:t(),page:r(),limit:r(),filters:At.array().optional(),orders:xt.array().optional()}),Ov=n=>p({license:g([c("1"),c("0")]),user:n}),Mv=s({kind:t(),type:t(),page:r(),limit:r(),filters:At.array().optional(),orders:xt.array().optional()}),Uv=s({currentPeriodAmount:r(),currentPeriodDateStart:t().optional(),currentPeriodDateEnd:t().optional(),nextTermAmount:r(),nextTermDateStart:t().optional(),nextTermDateEnd:t().optional()}),Wv={all:0,admin:1,custom:2},Bv=p({uri:t(),title:t(),type:t(),mainType:t()}),Vv=p({imap_inbox_url:t(),dav_calendar_url:t(),dav_address_book_url:t()}),Kp={NONE:"none",SSL:"ssl",STARTTLS:"starttls"},Xp=p({username:t(),hostname:t(),imapPort:r(),imapConnectionSecurity:X(Kp),imapMailbox:t(),calDavCalendar:t(),cardDavAddressBook:t(),provider:t().nullable()}),qv=s({...Xp.shape,password:t()}),Nv=p({date:t(),fromName:t(),subject:t(),body:t(),read:d(),attachmentsCount:r(),url:t().nullable()}),zv=p({summary:t(),start:t(),end:t(),status:t(),url:t().nullable()}),Gv=p({fullName:t(),lastName:t(),firstName:t(),initial:t(),imageColor:t(),url:t().nullable()}),Jv=p({id:t(),label:t()}),eu=s({color:t(),description:t(),extension:t(),icon:t(),label:t()}),Hv=me.extend({title:t(),mimetype:t(),_extend:p({generalAccessRule:t(),generalAccessHash:g([t(),O()]),dateModified:t(),dateCreation:t(),fileInfo:eu,parentId:r(),parentType:t(),parentFiles:y(r()),_url:t()}),_right:oe,_user:P,_audience:ke.array()}),tu=f(Hv),$v=p({idQuestion:r(),idResponse:r()}),Zv=p({idQuestion:r()}),au=s({count:r(),id:t()}),nu=g([c("AND"),c("OR")]),Dn=s({facetType:t(),facetOptions:g([A(g([p({}).passthrough(),r(),t()])),y(Le())]),facetMode:nu.optional(),field:t(),title:t(),description:t().optional(),category:t().optional()}),ou=s({id:t(),mainType:t(),type:t().optional(),title:t(),cssclass:t().optional(),active:d().optional(),count:r().optional(),typesExcluded:y(t()),facets:Dn.array()}),iu=s({count:r(),value:t(),title:t()}),su=s({name:t(),count:r(),values:iu.array(),title:t()}),ru=s({field:t(),value:g([t(),y(t())]),exclude:d().optional(),or:d().optional()}),cu=s({field:t(),order:g([c("desc"),c("asc")])}),lu=s({facetLimit:r(),skipEmptyFacets:d()}),Qv=s({mode:g([c("result"),c("category")]),facets:Dn.array()}),Yv=s({home:Qv,categories:ou.array(),viewcard:A(y(p({name:t(),title:t()}))),facetMode:d()}),du=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()}),pu=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()}),Kv=s({keywords:t().optional(),category:t().optional(),facetCategories:d().optional(),filters:ru.array().optional(),facets:Dn.array().optional(),page:r().optional(),limit:r().optional(),sort:cu.optional(),options:lu.optional(),format:et.optional(),persistSolrQuery:d().optional()}),Xv=n=>p({start:r(),count:r(),results:y(n??W),facets:su.array(),categories:au.array(),idQuery:r().optional()}),ek=s({keywords:t()}),uu=g([du,pu]),tk=s({title:t(),id:t(),showAll:d().optional(),results:uu.array()}),ak=g([c("link"),c("invitation")]),nk=s({id:r(),title:t(),uri:t(),idUser:r(),_right:oe}),mu=s({recipientId:r(),recipientType:t(),recipientUri:t(),recipientTitle:t(),level:g([c("read"),c("write")]),folderUri:t(),folderTitle:t()}),ok=s({audience:y(ke),read:y(t()),write:y(t()),inherited:y(mu).optional()}),hu=s({title:t(),body:t(),sourceUri:t(),sourceUrl:t(),sourceType:t(),sourceId:r(),isDone:d(),idMsgs:r().array()}),ik=s({jobUid:t(),state:vn,messages:y(t()),tasks:y(hu),uriAiTodo:t().optional()}),sk=s({jobUid:t(),state:vn,messages:y(t()),summary:t()}),gu=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()))}),rk=gu.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")}),ck=p({commentsToolbar:t()}),lk=p({total:r(),activated:r()}),dk=p({qrCode:t(),secret:t()}),pk=y(p({date:t(),activated:r(),unactivated:r()})),uk=s({name:t(),default:d(),filter:p({op:b(["include","exclude"]),values:y(t()),taxonomies:A(t(),Be.array()).optional()})}),fu="accept",Su="deny",mk=g([c(fu),c(Su)]),hk=W,gk=p({color:t(),description:t(),extension:t(),icon:t(),label:t()}),fk=p({page:r(),cnt:r(),limit:r(),data:y(tu)}),Sk=p({query:t(),filters:We,orders:Re,page:r(),limit:r()}),yk=p({}),Fe=g([c("read"),c("write")]),wk=s({uri:t(),level:Fe}),yu=g([c("user"),c("spot")]),vk=s({recipientId:r(),recipientType:yu,recipientUri:t(),recipientTitle:t(),level:Fe}),kk=s({recipientUri:t(),inheritedLevel:Fe,requestedLevel:Fe}),bk=s({recipientUri:t(),fromLevel:g([Fe,c("")]),toLevel:Fe,affected:W.array()}),Ck=M.extend({canManageShares:d(),canMove:d()}),Tk=f(Ck);function xk(n,e){const a=p(e.reduce((o,i)=>(o[i]=hi.shape[i],o),{}));return n.extend({_extend:a})}function Ak(n){return"targetId"in n&&!!n.targetId}function _k(n){const e=n;return e.bookmarkLabel!==void 0||e.bookmarkMeta!==void 0||e.bookmarkUrl!==void 0}function wu(n){const e=n;return e&&typeof e.id=="number"&&typeof e.targetId=="number"}const Lk={bookmarkLink:wu};function Fk(n,e){return e!=null&&Lk[n](e)}function Rk(n,e){return"tvChannelType"in n&&n.tvChannelType===e}const jk=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),Ek=n=>n!==null&&typeof n=="object"&&"error"in n&&"aborted"in n&&n.error===-1&&n.aborted===!0,Dk={isBookmarkLink:Ak,isBookmarkCustom:_k,isBookmarkRawList:wu,isTVChannelType:Rk,objectIsType:Fk,isStandardApiError:jk,isAbortApiError:Ek};function vu(n,e){return n&&!n.endsWith(e)?`${n}${e}`:n}function Oi(n,e){return n?.startsWith(e)?n.split("").slice(e.length).join(""):n}function Ik(n){return n.toString().padStart(2,"0")}const Pk=p({type:t(),recordId:g([t().regex(new RegExp("[0-9]+")),r()])}),Ok=(n,e)=>Pk.passthrough().safeParse(n).success,Mk=p({uri:t().regex(new RegExp("[a-zA-Z]+/[0-9]+"))}),Uk=(n,e)=>Mk.passthrough().safeParse(n).success;function Yn(n){if(Uk(n))return n.uri;if(Ok(n))return`${n.type}/${n.recordId}`;throw new Error("Invalid uri or typeId "+JSON.stringify(n))}function ku(n){return Oi(vu(n.from,"/"),"/")??""}function Wk(n){return n.timestamp?`?_=${n.timestamp}`:""}function bu(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 Cu(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 Tu(n){return n.format??"png"}function xu(n){try{return new URL(n)}catch{}try{return new URL(window.location.origin+"/"+Oi(n,"/"))}catch{}}function Kn(n,e=2){if("url"in n&&n.url){const a=xu(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:Yn({uri:n.uri}):n.type&&n.recordId&&(a=n.type==="icons"?n.type+"/"+n.recordId:Yn({type:n.type,recordId:n.recordId})),!a)throw new Error;return`/${ku(n)}${Cu(n,e)}/${a}.${Tu(n)}${bu(n)}`}catch{return""}}const Bk=["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"],Au=["docx","xlsx","csv","pptx","pdf","zip","ai","mp3","mpeg","ttf","otf","jpg","jpeg","png","gif","psd","svg","txt","md","mp4","odt","webm"],Ct={"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":"csv","application/vnd.ms-excel":"xlsx","video/mp4":"mp4","video/webm":"webm"},Mi=n=>Object.keys(Ct).find(e=>Ct[e]===n),Vk=n=>Ct[n]??void 0;function Ui(n){const e=String(n).split(".").pop();return Au.find(a=>a===e)}const _u=n=>{const e=Ui(n);return Mi(e)??"application/octet-stream"},Lu=n=>n?(new Date(n).getTime()/1e3).toFixed(0):void 0,qk=(n,e="fitx80")=>{const a=Ru(n),o=Lu(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 Kn({timestamp:o,size:e,from:"imagecache",uri:n.uri,format:"gif"});case"image":return Kn({timestamp:o,size:e,from:"imagecache",uri:n.uri})}},Fu=n=>{const e=Ui(n);if(e!==void 0){const a=Mi(e);return Wi(a)}return"application"},Nk=n=>["image/vnd","image/svg","image/heic"].findIndex(a=>n.startsWith(a))!==-1;function Wi(n){return n?.startsWith("folder/")?"folder":n==null||Nk(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 zk=(n,e,a="rr")=>a==="ng"?`/ng/file/${n}/${e}`:`/ng/rr/file/${n}/${e}`,Gk=n=>n.mimetype===void 0||n.mimetype==="application/octet-stream"?_u(n.title):n.mimetype,Ru=n=>n.mimetype===void 0||n.mimetype==="application/octet-stream"?Fu(n.title):Wi(n.mimetype),Jk=(n,e)=>Object.keys(Pi.article[e]).includes(n.type),Hk=(n,e)=>Object.keys(Pi.comment[e]).includes(n.type);function ju(n){return n.startsWith("tag_")||n==="tags"}function Bi(n){return Object.fromEntries(Object.entries(n).filter(([e])=>ju(e)))}function $k(n){return Object.values(Bi(n)).flat()}function Eu(n,e,a){return Object.fromEntries(Object.entries(n).filter(([o])=>ju(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 Zk(n){return Eu(n,"uri")}const Qk=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},Du(n,e))return e},Du=(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)),h=l.filter(w=>!i.includes(w)&&!o.includes(w)),v=[...u.map(w=>"- "+w),...h.map(w=>"+ "+w)];if(u.length>0||h.length>0)throw new Error(`prepareGroupForUpdate :: Wrong group mapping | Diff : ${JSON.stringify(v)}`);return!0},Yk=n=>Ee.safeParse(n).success;function Kk(n,e){return Math.floor(n*100/e)}function Xk(n,e=":"){return n.reduce((a,o)=>(a[o]=Iu(o,e),a),{})}function Iu(n,e=":"){const a=Pu(Ou(n,"fr-FR")),o=Uu(n,e);return{id:"WIDGET_Survey_Date_Label",values:{label:a,time:o,day:Mu(n)}}}function Pu(n){return n.charAt(0).toUpperCase()+n.slice(1)}function Ou(n,e){return new Date(n).toLocaleDateString(e,{weekday:"long"})}function Mu(n){const e=new Date(n);return`${e.getDate()}`.padStart(2,"0")+"/"+`${e.getMonth()+1}`.padStart(2,"0")+"/"+`${e.getFullYear()}`.padStart(2,"0")}function Uu(n,e=":"){const a=new Date(n);return`${a.getHours()}`.padStart(2,"0")+`${e}`+`${a.getMinutes()}`.padStart(2,"0")}const eb={getTime:Uu,getDate:Mu,getLabel:Ou,capitalize:Pu,surveyDateLabels:Xk,getLabelToTranslate:Iu,toPercent:Kk},tb=n=>le.safeParse(n).success,ab=n=>_(n,Ot),nb=n=>_(n,Ut),ob=n=>_(n,It),ib=n=>_(n,Kt),sb=n=>_(n,Wa),rb=n=>_(n,Bt),cb=n=>_(n,qt),lb=n=>_(n,zt),db=n=>_(n,Jt),pb=n=>_(n,$t),ub=(n,e)=>_(n,sa,e),mb=n=>_(n,Sa),hb=n=>_(n,xa),gb=n=>_(n,Qa),fb=n=>_(n,aa),Sb=n=>_(n,da),yb=n=>_(n,ua),wb=n=>_(n,ka),vb=n=>_(n,hn),kb=n=>_(n,un),bb=n=>_(n,Et),Cb=n=>_(n,ca),Tb=n=>_(n,Qt),xb=n=>_(n,en),Ab=n=>_(n,ea),_b=n=>_(n,_a),Lb=n=>_(n,fa),Fb=n=>_(n,oa),Rb=n=>_(n,Va),jb=n=>_(n,Na),Eb=n=>_(n,an),Db=n=>_(n,Pa),Ib=n=>_(n,Ga),Pb=n=>_(n,Ha),Ob=n=>_(n,ln),Mb=n=>_(n,Ka),Wu=n=>_(n,dn),Ub=n=>Wu(n),Wb=n=>_(n,Ca),Bb=n=>_(n,Da),Vb=n=>_(n,Fa),qb=n=>_(n,ja),Nb=n=>_(n,Ma),zb=n=>_(n,rn),Gb=n=>_(n,on),Jb=n=>_(n,wa),Hb=(n,e)=>_(n,ha,e),$b=n=>_(n,fn),Bu=new Ke(new ur),Zb=new ao(Bu),Qb=ao;exports.ACCESS_REQUEST_ACCEPT=fu;exports.ACCESS_REQUEST_DENY=Su;exports.AdminAdvancedApi=Yi;exports.AdminLicenseApi=Ki;exports.AdminLogApi=Xi;exports.AdminStoreApi=es;exports.AdminUtilsApi=ts;exports.ApiErrorCode=pr;exports.AsyncJobStateSchema=vn;exports.AsyncJobStatusSchema=Cf;exports.BookmarkType=Ho;exports.ContentReportStatus=Ln;exports.CreateRoomPayloadSchema=Pw;exports.DateFormatSchema=Rc;exports.DiapazoneExtraFieldsSchema=Bf;exports.FREQUENCY_DAILY=Gn;exports.FREQUENCY_GROUP=vr;exports.FREQUENCY_INHERIT=wr;exports.FREQUENCY_NEVER=Hn;exports.FREQUENCY_NOW=zn;exports.FREQUENCY_WEEKLY=Jn;exports.Format=z;exports.GroupModerateStatus=lo;exports.GroupPrivacy=po;exports.ImapConnection=Kp;exports.JApplicationApi=vs;exports.JArticleApi=Ts;exports.JAssetReservation=xs;exports.JAudienceApi=As;exports.JBaseApi=T;exports.JBbbApi=_s;exports.JBookmarkApi=Ls;exports.JBusinessNetworkingApi=Fs;exports.JCalendarApi=Rs;exports.JCommunityApi=js;exports.JContentFactory=Es;exports.JContentReportApi=Ds;exports.JDatasourceApi=Is;exports.JDiapazoneApi=Ps;exports.JDriveApi=Os;exports.JExternalAppApi=Ms;exports.JExtraBotApi=Us;exports.JFaqApi=Ws;exports.JFileApi=Bs;exports.JFileIntegrity=qs;exports.JFilebankApi=Vs;exports.JGlobalApi=Ns;exports.JGroupApi=zs;exports.JIAApi=Js;exports.JJamespotApi=Gs;exports.JLandApi=$s;exports.JLandMapCreationSchema=Jy;exports.JLuccaApi=Zs;exports.JModuleApi=Qs;exports.JObjectApi=Ys;exports.JOrgchartsApi=Ks;exports.JPollSurveyApi=Xs;exports.JPublishButtonApi=er;exports.JQuestionAnswerApi=tr;exports.JSearchApi=ar;exports.JShareApi=nr;exports.JSurveyDateApi=or;exports.JTaxonomyApi=ir;exports.JTeamWorkAiApi=sr;exports.JUserApi=cr;exports.JWedocApi=lr;exports.JWidgetApi=dr;exports.JamespotUserApi=ao;exports.JitsiApi=Hs;exports.LanguagesList=ym;exports.LanguagesSchema=Lt;exports.LicenseUserPriceUpdateSimulationSchema=Uv;exports.Network=Ke;exports.NumberFormatSchema=jc;exports.OfficeProviderSchema=Jv;exports.OrgChartConfigSchema=Zn;exports.OrgChartConfigurationSchema=dw;exports.OrgChartLinkSchema=$n;exports.OrgChartNodeSchema=Fp;exports.OrgChartUpdateMetasFormSchema=lw;exports.PublishButtonConfigurationCustomSectionSchema=hd;exports.PublishButtonConfigurationSchema=Xg;exports.PublishButtonSectionEntrySchema=Zd;exports.PublishButtonSectionSchema=Qd;exports.PublishButtonSectionsSchema=PS;exports.RecurrenceRule=Xo;exports.StudioApplicationStatus=ws;exports.SurveyFieldName=Sn;exports.TVChannelCustomSchema=_i;exports.TVDisplayApi=rr;exports.TeamWorkAiTaskSchema=hu;exports.TeamWorkDaySummaryStateSchema=sk;exports.TeamWorkTodoStateSchema=ik;exports.TwoFactorAuthenticationDailyActivationStatisticsSchema=pk;exports.TwoFactorAuthenticationGenerateConfigurationSchema=dk;exports.TwoFactorAuthenticationStatisticsSchema=lk;exports.UserAIProfileSchema=ph;exports.UserBirthdaySchema=uh;exports.UserLevel=hr;exports.UserNotificationsConfigurationSchema=dh;exports.UserVariant=gr;exports.WIDGET_LEVEL_1=Qc;exports.WIDGET_LEVEL_2=Yc;exports.WIDGET_LEVEL_3=Kc;exports.WIDGET_LEVEL_4=Xc;exports.WRITE_RIGHT_ADMIN=pd;exports.WRITE_RIGHT_ALL=dd;exports.WRITE_RIGHT_CUSTOM=ud;exports.WRITE_RIGHT_PUBLIC=md;exports.WidgetPresenceResponseUserListSchema=fg;exports.WidgetQuickSurveyContentArrSchema=Jc;exports.WidgetQuickSurveyResponseSchema=yg;exports.WidgetQuickSurveyResponseUserListSchema=wg;exports.WidgetsName=m;exports.WindowBrowser=ur;exports.accessRequestStatusValuesSchema=mk;exports.actionParamsSchema=CS;exports.actionVerbSchema=kS;exports.addCommentParamsSchema=jg;exports.addFaqEntrySchema=Py;exports.adminAppSchema=Sd;exports.adminAppTabSchema=fd;exports.adminAppsSchema=df;exports.adminLicenseStatsSchema=ef;exports.adminLicensesAssignedSchema=nf;exports.adminLicensesNotAssignedSchema=af;exports.adminLogNavigationSchema=of;exports.adminLogObjectSchema=sf;exports.adminLogSearchSchema=rf;exports.animationConfigurationTypeSchema=pf;exports.animationStatsRowSchema=wd;exports.animationStatsSchema=mf;exports.animationVariantSchema=yd;exports.api=Qb;exports.applicationActionBaseSchema=ls;exports.applicationBaseSchema=Ue;exports.applicationDefaultSchema=ps;exports.applicationExtraPropertiesSchema=ds;exports.applicationIframeSchema=ms;exports.applicationIntranetHookSchema=Ss;exports.applicationLinkSchema=us;exports.applicationSchema=ys;exports.applicationTabSchema=hs;exports.applicationWithTabsSchema=fs;exports.articleCreationSchema=rt;exports.articleDisplayModeSchema=Hr;exports.articleGetConfigSchema=Lg;exports.articleListConfigSchema=_g;exports.articleTranslationGetSchema=hf;exports.articleTranslationLanguageSchema=vd;exports.articleTranslationTranslateSchema=kd;exports.aseiGroupsSchema=Sf;exports.aseiRightsSchema=yf;exports.aseiTicketStatusSchema=bd;exports.assetReservationConfigurationSchema=wf;exports.audienceAutocompleteSchema=Zm;exports.audienceSchema=ke;exports.autocompleteLittleSchema=Ym;exports.baseArticleSchema=Fg;exports.baseAutocompleteSchema=no;exports.bbbRoomSettingsShape=kn;exports.bookmarkCustomSchema=Zg;exports.bookmarkLinkSchema=Hg;exports.bookmarkTypesSchema=$g;exports.businessContactSchema=ch;exports.calendarEventListSchema=gS;exports.calendarEventViewSchema=fS;exports.calendarEventsExtension=hS;exports.calendarMemberLittleSchema=vS;exports.calendarOldEventSchema=Id;exports.calendarTabSchema=wS;exports.categorySchema=Br;exports.chartTypeSchema=kc;exports.chartsPieDatumSchema=bc;exports.chartsSerieSchema=Cc;exports.checkProperties=Du;exports.combineFormat=B;exports.combinedContentFactoryDataSchema=_S;exports.combinedSurveyFieldOptionsSchema=Og;exports.combinedSurveyFieldSchema=Sl;exports.combinedSurveyFieldTypeSchema=Pg;exports.combinedWidgetContentSchema=tl;exports.combinedWidgetTypeSchema=bo;exports.commentWithActionsSchema=gp;exports.commentsPreviewSchema=Sp;exports.communitySchema=Qm;exports.contactEntrySchema=sg;exports.contactShowFieldsSchema=ig;exports.contentFactoryDefaultDataSchema=ci;exports.contentFactorySurveyDataSchema=li;exports.contentFactoryTypes=AS;exports.createFaqCategorySchema=Cp;exports.createFaqEntrySchema=Tp;exports.createFaqThemeSchema=Ey;exports.createGroupSchema=Dr;exports.createReportParamsSchema=DS;exports.cssBackgroundPositionSchema=Zh;exports.cssBackgroundSizeSchema=Qh;exports.cssTextAlignTypeSchema=Nr;exports.davAddressBookContactSchema=Gv;exports.davCalendarEventSchema=zv;exports.deepEqual=Mn;exports.default=Zb;exports.deleteFaqThemeSchema=Dy;exports.discussionPropertiesSchema=oy;exports.discussionPropertySchema=np;exports.driveAccountSchema=Kd;exports.driveGetAccountParamsSchema=QS;exports.driveGetAccountSchema=YS;exports.driveGetDocumentParamsSchema=$S;exports.driveGetGroupsParamsSchema=ay;exports.driveGetTenantsParamsSchema=XS;exports.driveItemTypeSchema=JS;exports.driveLogoutParamsSchema=ZS;exports.driveSetDefaultAccountParamsSchema=KS;exports.driveTmpFileSchema=HS;exports.dropboxDocumentEntitySchema=NS;exports.dropboxDocumentParamsSchema=ep;exports.dropboxGetDocumentsParamsSchema=ty;exports.editFaqCategorySchema=Ly;exports.editFaqEntrySchema=Oy;exports.editFaqThemeSchema=Iy;exports.ensureApplication=km;exports.ensureApplicationTabs=vm;exports.ensureIsCalendarOldEvent=mS;exports.ensureIsMeetingList=$f;exports.ensureIsSocialEventList=qf;exports.ensureIsSurveyData=bl;exports.ensureIsTemplateFile=Vg;exports.ensureIsViewEvent=Yk;exports.ensureTVGetConfigureDynamicChannelResponse=xw;exports.ensureTVGetConfigureSlideshowChannelResponse=_w;exports.ensureWidgetAccessibilityType=bb;exports.ensureWidgetApplicationType=ob;exports.ensureWidgetArticleAttachmentType=ab;exports.ensureWidgetArticleButtonType=nb;exports.ensureWidgetArticleGalleryType=rb;exports.ensureWidgetArticleImageType=cb;exports.ensureWidgetArticleSliderType=lb;exports.ensureWidgetArticleTextType=db;exports.ensureWidgetArticleTitleType=pb;exports.ensureWidgetBirthdayType=Tb;exports.ensureWidgetButtonType=ib;exports.ensureWidgetCalendarCalDavType=fb;exports.ensureWidgetCalendarType=Ab;exports.ensureWidgetChartsType=Fb;exports.ensureWidgetCheckListType=ub;exports.ensureWidgetColorType=Cb;exports.ensureWidgetContactCardDavType=yb;exports.ensureWidgetContactType=Sb;exports.ensureWidgetContent=$r;exports.ensureWidgetCountdownType=Hb;exports.ensureWidgetCoverType=Lb;exports.ensureWidgetDatasourceTableType=mb;exports.ensureWidgetDefinitionProps=Ow;exports.ensureWidgetDocumentsType=Jb;exports.ensureWidgetEmailsImapType=wb;exports.ensureWidgetEmbedType=Wb;exports.ensureWidgetExcelDatasourceTableType=hb;exports.ensureWidgetExtensionType=_b;exports.ensureWidgetFaqType=Vb;exports.ensureWidgetFileType=qb;exports.ensureWidgetFlocklerType=Bb;exports.ensureWidgetImageType=Db;exports.ensureWidgetListType=Nb;exports.ensureWidgetLuccaAbsenceType=sb;exports.ensureWidgetMediumType=Ub;exports.ensureWidgetMeteoType=Rb;exports.ensureWidgetMyGroupType=jb;exports.ensureWidgetNewsType=Ib;exports.ensureWidgetNewsflashType=Pb;exports.ensureWidgetObjectHasMinimumProperties=Mw;exports.ensureWidgetPresenceContent=ug;exports.ensureWidgetPresenceResponse=gg;exports.ensureWidgetPresenceResponsePayload=hg;exports.ensureWidgetPresenceType=mg;exports.ensureWidgetQuickSurveyType=gb;exports.ensureWidgetQuizzType=Mb;exports.ensureWidgetSeparatorType=xb;exports.ensureWidgetShortcutsType=Eb;exports.ensureWidgetSliderType=Gb;exports.ensureWidgetSurveyType=zb;exports.ensureWidgetTextMediumType=Wu;exports.ensureWidgetTextType=Ob;exports.ensureWidgetType=_;exports.ensureWidgetUserProfileType=kb;exports.ensureWidgetWelcomeType=vb;exports.ensureWidgetWrapperProps=tb;exports.ensureWidgetYoutubeType=$b;exports.eventModeSchema=yS;exports.eventStatusFilterSchema=SS;exports.extendSchema=hi;exports.extensions=Au;exports.extractFlattenTaxonomiesFromObject=$k;exports.extractTaxonomiesFromObject=Bi;exports.extractTaxonomiesFromObjectAndMapProperty=Eu;exports.extractTaxonomiesFromObjectAndMapUri=Zk;exports.facetModeSchema=nu;exports.faqAccessSchema=jy;exports.faqContentItemSchema=gi;exports.faqHookPropertiesSchema=Ry;exports.faqTaxonomySchema=Fy;exports.faqWidgetCategoryItemSchema=kp;exports.faqWidgetCategorySchema=Ay;exports.faqWidgetItemSchema=_y;exports.faqWidgetItemUriCategorySchema=bp;exports.fileCropConfigSchema=br;exports.fileMainTypeSchema=Cr;exports.fileSyncAdminSpotSchema=qy;exports.fileSyncAdminSpotsPropsSchema=Ny;exports.fileSyncFileBankSchema=By;exports.fileSyncUserQuotaSchema=Vy;exports.filterSchema=At;exports.filterValueSchema=ks;exports.filtersSchema=We;exports.folderShareConflictSchema=kk;exports.folderShareImpactSchema=bk;exports.folderShareLevelSchema=Fe;exports.folderShareRecipientTypeSchema=yu;exports.folderShareSchema=vk;exports.formatExtensionSchema=vy;exports.formatImgUrl=Kn;exports.formatListSchema=et;exports.formats=Pi;exports.getArgs=bu;exports.getCommentsParamsSchema=Rg;exports.getExtensionFromName=Ui;exports.getFileExtensionFromMimetype=Vk;exports.getFileFamily=Wi;exports.getFileFamilyFromName=Fu;exports.getFormat=Tu;exports.getFrom=ku;exports.getLicenseArticlesParamsSchema=Mv;exports.getLicenseKindUsersParamsSchema=Pv;exports.getMimetypeFromExtension=Mi;exports.getMimetypeFromName=_u;exports.getReportsParamsSchema=ES;exports.getSize=Cu;exports.getTimestamp=Wk;exports.getUnclassifiedFilesParamsSchema=tw;exports.getUri=Yn;exports.getUrl=xu;exports.gifSchema=_h;exports.groupCategoriesConfigurationSchema=Jh;exports.groupCustomWidgetSchema=ho;exports.groupListConfigSchema=Gh;exports.groupMemberLevelSchema=Eh;exports.groupMemberSchema=Dh;exports.groupModerateStatusSchema=Pr;exports.groupPrivacy=uo;exports.groupPropertiesOptionsSchema=Mr;exports.groupPropertiesSchema=Wr;exports.groupUserLevelSchema=Ir;exports.groupWidgetLittleSchema=mo;exports.groupWidgetSchema=Uh;exports.groupWidgetsSchema=Ph;exports.headingTypeSchema=go;exports.hookListTypeSchema=jv;exports.imageFormValueSchema=yh;exports.imageSizeSchema=at;exports.imapInboxMailSchema=Nv;exports.inferBookmarkListSchema=Tl;exports.inferBookmarkRawListSchema=He;exports.inferMaybeWithToken=_t;exports.inferSearchQueryResultSchema=Xv;exports.inferUserLicenseSchema=Ov;exports.inheritedShareSchema=mu;exports.isKnownArticle=Jk;exports.isKnownComment=Hk;exports.isSocialActionRate=Vd;exports.isSocialActionReport=qd;exports.isSocialActionShare=Nd;exports.isSocialActionToggle=bS;exports.isWidgetApplicationAppsItem=eg;exports.isWidgetApplicationExtensionItem=ng;exports.isWidgetApplicationImageItem=ag;exports.isWidgetApplicationLinkItem=tg;exports.jArticleListSchema=M;exports.jArticleListShapeTmp=To;exports.jArticleLittleSchema=H;exports.jArticleViewSchema=q;exports.jArticleWidgetListSchema=Ii;exports.jArticleWidgetLittleSchema=Di;exports.jArticleWidgetViewSchema=Np;exports.jAseiInstitutionViewSchema=Td;exports.jAseiTicketViewSchema=Cd;exports.jBookableAssetListSchema=wn;exports.jBookableAssetViewSchema=xd;exports.jBusinessContactListSchema=_d;exports.jBusinessContactLittleSchema=$o;exports.jCommentListSchema=Ve;exports.jCommentLittleSchema=zd;exports.jContentFactoryDefaultTemplateViewSchema=Jd;exports.jContentFactorySurveyTemplateViewSchema=Gd;exports.jContentFactoryTemplateListSchema=_n;exports.jContentFactoryTemplateViewSchema=Hd;exports.jContentReportListSchema=$d;exports.jDiapazoneListSchema=bn;exports.jDiapazoneViewSchema=Zo;exports.jEnsure=Dk;exports.jExtraBotViewSchema=yp;exports.jFaqItemListSchema=Si;exports.jFaqItemViewSchema=vp;exports.jFaqListSchema=fi;exports.jFaqViewSchema=wp;exports.jFileListSchema=Th;exports.jFileLittleCropSchema=bh;exports.jFileLittleSchema=V;exports.jFileRenditionSchema=xh;exports.jFolderListSchema=ol;exports.jFolderLittleSchema=Xe;exports.jGroupListSchema=Vr;exports.jGroupLittleSchema=nt;exports.jGroupViewSchema=Nh;exports.jHrefSchema=Tt;exports.jIACapabilitiesSchema=Dv;exports.jInternalDraftListSchema=xo;exports.jInternalDraftViewSchema=nl;exports.jLandLogSchema=zy;exports.jLandMapFlavorSchema=Ap;exports.jLandMapKindSchema=_p;exports.jLandMapListSchema=vi;exports.jLandMapLittleSchema=wi;exports.jLandMapViewSchema=Lp;exports.jLandStatSchema=Gy;exports.jLinkListSchema=Gg;exports.jLinkLittleSchema=yn;exports.jMediaLibraryFileListSchema=bi;exports.jMediaLibraryFileLittleSchema=ki;exports.jMediaLibraryFolderListSchema=Ti;exports.jMediaLibraryFolderLittleSchema=Ci;exports.jMeetingListSchema=ct;exports.jMeetingViewSchema=Yo;exports.jMessengerDiscussionGroupListSchema=sp;exports.jMessengerDiscussionGroupLittleSchema=jn;exports.jMessengerDiscussionUserListSchema=ip;exports.jMessengerDiscussionUserLittleSchema=pi;exports.jMessengerMessageLittleSchema=tp;exports.jNetworkLittleSchema=kr;exports.jObjectAutocompleteSchema=Be;exports.jObjectBaseSchema=me;exports.jObjectListSchema=so;exports.jObjectLittleSchema=W;exports.jOrgChartListSchema=xi;exports.jOrgChartViewSchema=Rp;exports.jPermanentRoomListSchema=Ei;exports.jPollSurveyListSchema=Jo;exports.jPollSurveyLittleSchema=wl;exports.jPollSurveyViewSchema=vl;exports.jQuarantineListSchema=xp;exports.jQuarantineLittleSchema=yi;exports.jQuizzListSchema=ui;exports.jQuizzListShapeTmp=rp;exports.jQuizzViewSchema=cp;exports.jRecurringEventListSchema=ai;exports.jRecurringEventLittleSchema=ti;exports.jRecurringEventOccurrenceListFalsySchema=ii;exports.jRecurringEventOccurrenceListSchema=Rd;exports.jRecurringEventOccurrenceListTruthySchema=xn;exports.jRecurringEventOccurrenceLittleFalsySchema=oi;exports.jRecurringEventOccurrenceLittleSchema=oS;exports.jRecurringEventOccurrenceLittleTruthySchema=Tn;exports.jRecurringEventOccurrenceViewFalsySchema=jd;exports.jRecurringEventOccurrenceViewSchema=Ed;exports.jRecurringEventOccurrenceViewTruthySchema=si;exports.jRecurringEventViewSchema=ni;exports.jReservationListSchema=Ad;exports.jSocialEventListSchema=je;exports.jSocialEventLittleSchema=Cn;exports.jSocialEventViewSchema=Ee;exports.jSocialRateLinkListSchema=Cl;exports.jSpotAutocompleteSchema=io;exports.jSpotAutocompleteShape=mr;exports.jSupportListSchema=Ai;exports.jSupportViewSchema=Ep;exports.jSupportViewShapeTmp=jp;exports.jSurveyDateListSchema=mi;exports.jSurveyDateViewSchema=pp;exports.jTvChannelDynamicListSchema=Li;exports.jTvChannelListSchema=Op;exports.jTvChannelLittleSchema=En;exports.jTvChannelSlideshowListSchema=Fi;exports.jUserAutocompleteSchema=oo;exports.jUserListSchema=tt;exports.jUserLittleSchema=P;exports.jUserValuesSchema=Nn;exports.jUserViewSchema=fr;exports.licenseSchema=gd;exports.mediaLibraryFilesStatsSchema=aw;exports.mediaLibraryFolderStatsSchema=nw;exports.mediaLibraryListSchema=ew;exports.mediaLibraryStatsSchema=ow;exports.meetingActionSchema=Ko;exports.meetingCreationSchema=Qf;exports.meetingUpdateSchema=Yf;exports.metasExternalSchema=jr;exports.metasJamespotSchema=Fr;exports.metasSchema=Er;exports.metasYoutubeSchema=Rr;exports.meteoLocationSchema=Nc;exports.meteoSearchResultSchema=pg;exports.methodSchema=Cs;exports.mimetypeToExt=Ct;exports.mimetypes=Bk;exports.moduleRestrictionMode=Wv;exports.moveFaqEntrySchema=My;exports.moveFaqThemeSchema=Uy;exports.moveMediaLibraryFileParamsSchema=iw;exports.msDocumentEntitySchema=VS;exports.msDocumentParamsSchema=Xd;exports.msGetDocumentsParamsSchema=ey;exports.msGroupEntitySchema=BS;exports.msSiteEntitySchema=WS;exports.msTenantEntitySchema=MS;exports.msTenantsSchema=di;exports.msUnifiedEntitySchema=GS;exports.network=Bu;exports.networkTypeSchema=Bv;exports.newsConceptSchema=ze;exports.newsflashGetResponseSchema=Kg;exports.newsflashItemSchema=ld;exports.newsflashPropertiesSchema=rd;exports.newsflashSourceSchema=lt;exports.newsflashSourcesSchema=cd;exports.objectListPropsSchema=Lm;exports.objectTimestamp=Lu;exports.objectWithoutLicenseFilterSchema=tf;exports.officeProviderBaseUrlsSchema=Vv;exports.officeSetConfigurationPayloadSchema=qv;exports.officeUserConfigurationSchema=Xp;exports.onlyOfficeFileSchema=tu;exports.onyOfficeFileInfoSchema=eu;exports.openingTypeAnchorSchema=rc;exports.openingTypeLinkSchema=sc;exports.openingTypePopupSchema=cc;exports.openingTypeSchema=fo;exports.operatorSchema=bs;exports.orderSchema=xt;exports.ordersSchema=Re;exports.padStartTwoDigits=Ik;exports.pollSurveyStatusSchema=yl;exports.prepareGroupForUpdate=Qk;exports.previewCommentSchema=fp;exports.publicWebinarData=_f;exports.publicWebinarFullnameRequestSchema=Tf;exports.publicWebinarGetDateRequestSchema=Af;exports.publicWebinarUrlSchema=xf;exports.questionAnswerSelectResponseParamsSchema=$v;exports.questionAnswerUnselectResponseParamsSchema=Zv;exports.quizFieldSchema=dp;exports.quizResponseRecordSchema=lp;exports.quizResponseSchema=dy;exports.recurrenceRuleSchema=ei;exports.recurringEventCreationSchema=dS;exports.recurringEventUpdateSchema=uS;exports.removeIfStartsWith=Oi;exports.replacePropertiesWithTypes=Un;exports.resetNotificationConfigurationSchema=zh;exports.resolveFileFamily=Ru;exports.resolveFileMimetype=Gk;exports.resolveFilePath=qk;exports.resolveFileUrl=zk;exports.resolveSurveyUri=vg;exports.resolveWidgetByName=bg;exports.resolveWidgetContent=Zr;exports.rightsSchema=oe;exports.rssTypeSchema=Ur;exports.searchCategoryModelSchema=ou;exports.searchCategoryValueSchema=au;exports.searchConfigSchema=Yv;exports.searchFacetModelSchema=Dn;exports.searchFacetValueModelSchema=su;exports.searchFacetValuesSchema=iu;exports.searchLastQuerySchema=ek;exports.searchQueryFilterModelSchema=ru;exports.searchQueryOptionSchema=lu;exports.searchQuerySchema=Kv;exports.searchQuerySortModelSchema=cu;exports.searchResultCatPropsSchema=tk;exports.searchResultPropsAppSchema=du;exports.searchResultPropsObjectSchema=pu;exports.searchResultPropsSchema=uu;exports.shareAccessPropsSchema=ok;exports.shareGeneralAccessRulesSchema=ak;exports.shareOptionObjectSchema=nk;exports.shareOptionSchema=Ud;exports.socialActionRateSchema=Od;exports.socialActionReportSchema=Md;exports.socialActionSchema=An;exports.socialActionSchema_deprecated=ri;exports.socialActionShareSchema=Wd;exports.socialActionStructSchema_deprecated=Pd;exports.socialActionToggleSchema=Bd;exports.socialEventActionSchema=Qo;exports.socialEventCreationSchema=Gf;exports.socialEventUpdateSchema=Jf;exports.spotDiscussionKindSchema=ap;exports.storeFinalizeSchema=lf;exports.storeItemSchema=cf;exports.suffixIfDoesNotExist=vu;exports.surveyDateResponsesSchema=up;exports.surveyDateUsersForDateSchema=yy;exports.surveyDateUsersResponseSchema=Sy;exports.surveyDateUsersResponsesSchema=mp;exports.surveyDateUtils=eb;exports.surveyFieldBaseSchema=ee;exports.surveyFieldBinaryDataSchema=Ao;exports.surveyFieldBinarySchema=sl;exports.surveyFieldCheckDataSchema=Fo;exports.surveyFieldCheckSchema=ll;exports.surveyFieldFileUploadDataSchema=Io;exports.surveyFieldFileUploadSchema=hl;exports.surveyFieldGridCheckDataSchema=Oo;exports.surveyFieldGridCheckSchema=fl;exports.surveyFieldGridRadioDataSchema=Po;exports.surveyFieldGridRadioSchema=gl;exports.surveyFieldKeysSchema=il;exports.surveyFieldOptionCheckSchema=Mo;exports.surveyFieldOptionFileUploadSchema=qo;exports.surveyFieldOptionGridCheckSchema=No;exports.surveyFieldOptionGridRadioSchema=zo;exports.surveyFieldOptionRateSchema=Uo;exports.surveyFieldOptionScaleSchema=Wo;exports.surveyFieldOptionTextSchema=Bo;exports.surveyFieldOptionTextareaSchema=Vo;exports.surveyFieldRadioDataSchema=Lo;exports.surveyFieldRadioSchema=cl;exports.surveyFieldRateDataSchema=Ro;exports.surveyFieldRateSchema=dl;exports.surveyFieldScaleDataSchema=jo;exports.surveyFieldScaleSchema=pl;exports.surveyFieldSelectDataSchema=_o;exports.surveyFieldSelectSchema=rl;exports.surveyFieldTextDataSchema=Eo;exports.surveyFieldTextSchema=ul;exports.surveyFieldTextareaDataSchema=Do;exports.surveyFieldTextareaSchema=ml;exports.surveySectionSchema=Go;exports.textEnhanceResponseSchema=Iv;exports.tinyMCECommonOptionsSchema=rk;exports.tinyMCEDynamicOptionsSchema=gu;exports.tinymceExtendedOptionsSchema=ck;exports.toBoolean=rs;exports.tvChannelCreatePayloadSchema=vw;exports.tvChannelCreationSchema=ww;exports.tvChannelDynamicArticleSchema=Up;exports.tvChannelDynamicCommentSchema=Mp;exports.tvChannelSlideshowFileSchema=Wp;exports.tvChannelTypeSchema=Dp;exports.tvGetChannelResponseSchema=Fw;exports.tvGetConfigureDynamicChannelResponse=Ri;exports.tvGetConfigureSlideshowChannelResponse=ji;exports.updateCommentParamsSchema=Eg;exports.updateGroupSchema=Mh;exports.updateReportStatusParamsSchema=IS;exports.uploadConfigSchema=Sh;exports.userDefaultFieldsTypeSchema=Je;exports.userDirectoryConfigurationSchema=yr;exports.userDownloadSchema=Ah;exports.userFieldSchema=ih;exports.userFieldsConfigurationTypeSchema=oh;exports.userFieldsSchema=sh;exports.userLevelSpotSchema=co;exports.userMapModelSchema=Sr;exports.userReadSchema=Dg;exports.userResponseStatusSchema=hp;exports.userSpotCategoriesSchema=Wh;exports.userValuesSchema=rh;exports.validateIsFormatFileLittle=vh;exports.validateIsFormatObjectList=hh;exports.validateIsFormatObjectLittle=Jm;exports.validateIsFormatRights=Km;exports.validateIsFormatSocialEvent=zf;exports.validateIsFormatUserDirectoryConfiguration=lh;exports.validateIsFormatUserLevelSpot=Hh;exports.validateIsFormatUserList=th;exports.validateIsFormatUserMapModel=nh;exports.validateIsFormatUserView=ah;exports.validateTemplateData=qg;exports.valueLabelSchema=he;exports.variantSizeTypeSchema=zr;exports.variantTypeSchema=Gr;exports.videoRecordingSchema=Rw;exports.visioConnectStatisticsRoomSchema=Bp;exports.visioConnectStatisticsRoomSessionsSchema=Dw;exports.visioConnectStatisticsSchema=jw;exports.wallFilterSchema=uk;exports.weDocTemplateSchema=Yp;exports.wedocEmptyTypeSchema=yk;exports.wedocFileAudienceTypeSchema=hk;exports.wedocFolderListSchema=Tk;exports.wedocQueryResultsSchema=fk;exports.wedocQueryTypeSchema=Sk;exports.wedocShareRecipientSchema=wk;exports.wedocTemplateSchema=gk;exports.widgetAccessibilityContentSchema=jt;exports.widgetAccessibilityTypeSchema=Et;exports.widgetActiveValueSchema=Ul;exports.widgetApplicationAppsItemSchema=ec;exports.widgetApplicationContentSchema=Dt;exports.widgetApplicationCssSchema=ic;exports.widgetApplicationExtensionItemSchema=nc;exports.widgetApplicationImageItemSchema=ac;exports.widgetApplicationItemSchema=oc;exports.widgetApplicationLinkItemSchema=tc;exports.widgetApplicationSizeSchema=Xr;exports.widgetApplicationTypeSchema=It;exports.widgetApplicationViewSchema=Kr;exports.widgetArticleAttachmentContentSchema=Pt;exports.widgetArticleAttachmentTypeSchema=Ot;exports.widgetArticleButtonContentSchema=Mt;exports.widgetArticleButtonTypeSchema=Ut;exports.widgetArticleCheckListTypeForFrontSchema=qw;exports.widgetArticleGalleryContentSchema=Wt;exports.widgetArticleGalleryTypeSchema=Bt;exports.widgetArticleImageContentSchema=Vt;exports.widgetArticleImageTypeSchema=qt;exports.widgetArticleSliderContentSchema=Nt;exports.widgetArticleSliderTypeSchema=zt;exports.widgetArticleTextContentSchema=Gt;exports.widgetArticleTextTypeSchema=Jt;exports.widgetArticleTitleContentSchema=Ht;exports.widgetArticleTitleTypeSchema=$t;exports.widgetAudienceSchema=Wl;exports.widgetBaseSchema=Rt;exports.widgetBirthdayContentSchema=Zt;exports.widgetBirthdayCssSchema=pc;exports.widgetBirthdayTypeSchema=Qt;exports.widgetButtonActionGroupSchema=wc;exports.widgetButtonActionSchema=vc;exports.widgetButtonActionTypeSchema=yc;exports.widgetButtonContentSchema=Yt;exports.widgetButtonIconFontSizeSchema=Sc;exports.widgetButtonIconPaddingSchema=fc;exports.widgetButtonIconPositionSchema=mc;exports.widgetButtonPositionSchema=hc;exports.widgetButtonPropsSchema=lc;exports.widgetButtonSizeSchema=uc;exports.widgetButtonStyleSchema=gc;exports.widgetButtonTypeSchema=Kt;exports.widgetCalendarCalDavContentSchema=ta;exports.widgetCalendarCalDavTypeSchema=aa;exports.widgetCalendarContentSchema=Xt;exports.widgetCalendarTypeSchema=ea;exports.widgetChartsContentSchema=na;exports.widgetChartsTypeSchema=oa;exports.widgetCheckListContentArrForFrontSchema=Jp;exports.widgetCheckListContentArrSchema=Tc;exports.widgetCheckListContentForFrontSchema=Hp;exports.widgetCheckListContentSchema=ia;exports.widgetCheckListTypeSchema=sa;exports.widgetCheckboxSchema=td;exports.widgetColorContentSchema=ra;exports.widgetColorSchema=jl;exports.widgetColorTypeSchema=ca;exports.widgetCombinationAlignItemsSchema=Ac;exports.widgetCombinationContentRowSchema=Lc;exports.widgetCombinationContentRowWidgetSchema=_c;exports.widgetCombinationContentSchema=ot;exports.widgetCombinationDirectionSchema=yo;exports.widgetCombinationJustifyContentSchema=xc;exports.widgetCombinationTemplateSchema=Ev;exports.widgetCombinationTypeSchema=wo;exports.widgetContactCardDavContentSchema=pa;exports.widgetContactCardDavTypeSchema=ua;exports.widgetContactContentSchema=la;exports.widgetContactCssSchema=Fc;exports.widgetContactTypeSchema=da;exports.widgetContentBaseSchema=L;exports.widgetContentKeysSchema=al;exports.widgetContextSchema=Zp;exports.widgetCountdownContentSchema=ma;exports.widgetCountdownTypeSchema=ha;exports.widgetCoverContentSchema=ga;exports.widgetCoverSlideSchema=Zc;exports.widgetCoverTypeSchema=fa;exports.widgetDatasourceTableContentSchema=it;exports.widgetDatasourceTableTypeSchema=Sa;exports.widgetDatePickerSchema=Ol;exports.widgetDatePickerValueSchema=Ml;exports.widgetDateSchema=El;exports.widgetDateValueSchema=Dl;exports.widgetDatetimeSchema=Il;exports.widgetDatetimeValueSchema=Pl;exports.widgetDefaultProps=Vw;exports.widgetDefinitionPropsSchema=qp;exports.widgetDisplayModeSchema=Gp;exports.widgetDocumentsContentSchema=ya;exports.widgetDocumentsTypeSchema=wa;exports.widgetEmailSchema=Hl;exports.widgetEmailValueSchema=$l;exports.widgetEmailsImapContentSchema=va;exports.widgetEmailsImapTypeSchema=ka;exports.widgetEmbedContentSchema=ba;exports.widgetEmbedSchema=Gl;exports.widgetEmbedTypeSchema=Ca;exports.widgetExcelDatasourceTableContentSchema=Ta;exports.widgetExcelDatasourceTableTypeSchema=xa;exports.widgetExtensionContentSchema=Aa;exports.widgetExtensionTypeSchema=_a;exports.widgetFaqContentSchema=La;exports.widgetFaqTypeSchema=Fa;exports.widgetFileContentSchema=Ra;exports.widgetFileSchema=ql;exports.widgetFileTypeSchema=ja;exports.widgetFlocklerContentSchema=Ea;exports.widgetFlocklerTypeSchema=Da;exports.widgetIframeVideoSchema=Jl;exports.widgetImageContentSchema=Ia;exports.widgetImageSchema=Nl;exports.widgetImageTypeSchema=Pa;exports.widgetKeysSchema=Ft;exports.widgetLayerSchema=zp;exports.widgetLegacyMixedBooleanSchema=ae;exports.widgetLinkSchema=Bl;exports.widgetListContentArrPopupWidgetSchema=Vc;exports.widgetListContentArrSchema=qc;exports.widgetListContentSchema=Oa;exports.widgetListOrientationSchema=Bc;exports.widgetListTypeSchema=Ma;exports.widgetLuccaAbsenceContentSchema=Ua;exports.widgetLuccaAbsenceTypeSchema=Wa;exports.widgetLuccaAbsenceUserSchema=dg;exports.widgetMeteoContentSchema=Ba;exports.widgetMeteoTypeSchema=Va;exports.widgetMultiattributeSchema=Vl;exports.widgetMyGroupContentSchema=qa;exports.widgetMyGroupTypeSchema=Na;exports.widgetNewsContentSchema=za;exports.widgetNewsTypeSchema=Ga;exports.widgetNewsflashContentSchema=Ja;exports.widgetNewsflashTypeSchema=Ha;exports.widgetNumberSchema=Fl;exports.widgetNumberValueSchema=Rl;exports.widgetOrientedlinksSchema=id;exports.widgetPlaceSchema=Yl;exports.widgetPresenceContentSchema=st;exports.widgetPresenceRespondPayloadSchema=zc;exports.widgetPresenceResponseSchema=Gc;exports.widgetPresenceTypeSchema=$a;exports.widgetQuickSurveyContentSchema=Za;exports.widgetQuickSurveyTypeSchema=Qa;exports.widgetQuizzContentSchema=Ya;exports.widgetQuizzTypeSchema=Ka;exports.widgetRadioSchema=ed;exports.widgetRefUserSchema=Kl;exports.widgetRtObjectSchema=$p;exports.widgetSchema=Qg;exports.widgetSelectSchema=zl;exports.widgetSelectionBackgroundPropsSchema=So;exports.widgetSelectionPropsSchema=Yh;exports.widgetSeparatorAlignSchema=$c;exports.widgetSeparatorContentSchema=Xa;exports.widgetSeparatorOrientationSchema=Hc;exports.widgetSeparatorTypeSchema=en;exports.widgetShortcutsContentSchema=tn;exports.widgetShortcutsTypeSchema=an;exports.widgetSlideSchema=dc;exports.widgetSliderContentSchema=nn;exports.widgetSliderTypeSchema=on;exports.widgetStatePropsSchema=Co;exports.widgetStylesSchema=Qn;exports.widgetSurveyContentSchema=sn;exports.widgetSurveyTypeSchema=rn;exports.widgetSyncContentContentSchema=cn;exports.widgetSyncContentTypeSchema=ko;exports.widgetTableColumnDataSchema=vo;exports.widgetTableColumnSchema=cg;exports.widgetTableColumnTypesSchema=Uc;exports.widgetTableColumnWidgetDateSchema=Oc;exports.widgetTableColumnWidgetDefaultSchema=Ec;exports.widgetTableColumnWidgetSelectOptionSchema=Ic;exports.widgetTableColumnWidgetSelectSchema=Pc;exports.widgetTableColumnWidgetTextSchema=Dc;exports.widgetTableColumnWidgetsSchema=Mc;exports.widgetTableColumnsData=rg;exports.widgetTableContentSchema=Wc;exports.widgetTaxonomySchema=ad;exports.widgetTelSchema=nd;exports.widgetTextContentSchema=Me;exports.widgetTextMediumTypeSchema=dn;exports.widgetTextSchema=xl;exports.widgetTextTypeSchema=ln;exports.widgetTextValueSchema=Al;exports.widgetTextareaSchema=_l;exports.widgetTextareaValueSchema=Ll;exports.widgetToggleSchema=od;exports.widgetTransientSchema=Xl;exports.widgetTypeKeysSchema=kg;exports.widgetUriSchema=sd;exports.widgetUrlSchema=Zl;exports.widgetUrlValueSchema=Ql;exports.widgetUserProfileContentSchema=pn;exports.widgetUserProfileTypeSchema=un;exports.widgetVectorSchema=Jr;exports.widgetWelcomeContentSchema=mn;exports.widgetWelcomeTypeSchema=hn;exports.widgetWidgetBaseSchema=qr;exports.widgetWrapperLevelSchema=el;exports.widgetWrapperPropsSchema=le;exports.widgetYoutubeContentSchema=gn;exports.widgetYoutubeTypeSchema=fn;exports.widgetsRootStateSchema=Gw;exports.widgetsStateSchema=Qp;exports.widgetsValueSchema=Yg;exports.withExtensionsSchema=xk;exports.zCoerceBoolean=fe;exports.zCoerceOptionalNumber=Q;exports.zCoerceOptionalString=cs;exports.zObject=s;exports.zPassThrough=wm;exports.zSchema=f;