jamespot-user-api 1.3.120 → 1.3.121

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 (1702) hide show
  1. package/dist/jamespot-user-api.cjs +1 -1
  2. package/dist/jamespot-user-api.js +3132 -3054
  3. package/dist/src/apis/index.d.ts +1 -0
  4. package/dist/src/apis/jamespotUserApi.d.ts +2 -0
  5. package/dist/src/apis/pollSurvey/pollSurvey.d.ts +16 -0
  6. package/dist/src/apis/pollSurvey/pollSurvey.mock.d.ts +3 -0
  7. package/dist/src/apis/taxonomy/taxonomy.d.ts +1 -1
  8. package/dist/src/apis/widget/widget.mock.d.ts +41 -0
  9. package/dist/src/types/calendar.d.ts +385 -0
  10. package/dist/src/types/hook.d.ts +6 -6
  11. package/dist/src/types/model.d.ts +6 -6
  12. package/dist/src/types/pollSurvey.d.ts +47 -40
  13. package/dist/src/types/widgets/common.d.ts +3 -1
  14. package/dist/src/types/widgets/default.d.ts +86 -2
  15. package/dist/src/types/widgets/widgetNews.d.ts +47 -0
  16. package/dist/src/types/widgets/widgetSurvey.d.ts +16 -0
  17. package/dist/src/types/widgets.d.ts +2 -0
  18. package/dist/src/util/widget.d.ts +4 -0
  19. package/documentation/assets/hierarchy.js +1 -1
  20. package/documentation/assets/navigation.js +1 -1
  21. package/documentation/assets/search.js +1 -1
  22. package/documentation/classes/AdminAdvancedApi.html +6 -6
  23. package/documentation/classes/AdminLicenseApi.html +23 -23
  24. package/documentation/classes/AdminLogApi.html +7 -7
  25. package/documentation/classes/AdminStoreApi.html +7 -7
  26. package/documentation/classes/AdminUtilsApi.html +5 -5
  27. package/documentation/classes/JApplicationApi.html +13 -13
  28. package/documentation/classes/JArticleApi.html +22 -22
  29. package/documentation/classes/JAssetReservation.html +10 -10
  30. package/documentation/classes/JAudienceApi.html +6 -6
  31. package/documentation/classes/JBaseApi.html +5 -4
  32. package/documentation/classes/JBbbApi.html +10 -10
  33. package/documentation/classes/JBookmarkApi.html +10 -10
  34. package/documentation/classes/JBusinessNetworkingApi.html +5 -5
  35. package/documentation/classes/JCalendarApi.html +10 -10
  36. package/documentation/classes/JCommunityApi.html +7 -7
  37. package/documentation/classes/JContentFactory.html +8 -8
  38. package/documentation/classes/JContentReportApi.html +7 -7
  39. package/documentation/classes/JDatasourceApi.html +13 -13
  40. package/documentation/classes/JDiapazoneApi.html +6 -6
  41. package/documentation/classes/JDriveApi.html +16 -16
  42. package/documentation/classes/JExternalAppApi.html +7 -7
  43. package/documentation/classes/JExtraBotApi.html +8 -8
  44. package/documentation/classes/JFaqApi.html +25 -25
  45. package/documentation/classes/JFileApi.html +17 -17
  46. package/documentation/classes/JFileIntegrity.html +8 -8
  47. package/documentation/classes/JFilebankApi.html +11 -11
  48. package/documentation/classes/JGlobalApi.html +11 -11
  49. package/documentation/classes/JGroupApi.html +22 -22
  50. package/documentation/classes/JIAApi.html +6 -6
  51. package/documentation/classes/JJamespotApi.html +5 -5
  52. package/documentation/classes/JLandApi.html +9 -9
  53. package/documentation/classes/JLuccaApi.html +6 -6
  54. package/documentation/classes/JModuleApi.html +7 -7
  55. package/documentation/classes/JObjectApi.html +12 -12
  56. package/documentation/classes/JOrgchartsApi.html +9 -9
  57. package/documentation/classes/JPollSurveyApi.html +114 -0
  58. package/documentation/classes/JPublishButtonApi.html +6 -6
  59. package/documentation/classes/JQuestionAnswerApi.html +7 -7
  60. package/documentation/classes/JSearchApi.html +11 -11
  61. package/documentation/classes/JShareApi.html +8 -8
  62. package/documentation/classes/JSurveyDateApi.html +8 -8
  63. package/documentation/classes/JTaxonomyApi.html +20 -12
  64. package/documentation/classes/JTeamWorkAiApi.html +8 -8
  65. package/documentation/classes/JUserApi.html +35 -35
  66. package/documentation/classes/JWedocApi.html +17 -17
  67. package/documentation/classes/JWidgetApi.html +19 -19
  68. package/documentation/classes/JamespotUserApi.html +70 -64
  69. package/documentation/classes/JitsiApi.html +6 -6
  70. package/documentation/classes/Network.html +18 -18
  71. package/documentation/classes/TVDisplayApi.html +8 -8
  72. package/documentation/classes/WindowBrowser.html +4 -4
  73. package/documentation/enums/ApiErrorCode.html +4 -4
  74. package/documentation/enums/BookmarkType.html +3 -3
  75. package/documentation/enums/ContentReportStatus.html +4 -4
  76. package/documentation/enums/Format.html +4 -4
  77. package/documentation/enums/GroupModerateStatus.html +4 -4
  78. package/documentation/enums/GroupPrivacy.html +4 -4
  79. package/documentation/enums/RecurrenceRule.html +8 -8
  80. package/documentation/enums/StudioApplicationStatus.html +5 -5
  81. package/documentation/enums/SurveyFieldName.html +12 -12
  82. package/documentation/enums/WidgetsName.html +56 -44
  83. package/documentation/functions/checkProperties.html +1 -1
  84. package/documentation/functions/combineFormat.html +1 -1
  85. package/documentation/functions/deepEqual.html +1 -1
  86. package/documentation/functions/ensureApplication.html +1 -1
  87. package/documentation/functions/ensureApplicationTabs.html +1 -1
  88. package/documentation/functions/ensureIsCalendarOldEvent.html +1 -1
  89. package/documentation/functions/ensureIsMeetingList.html +1 -1
  90. package/documentation/functions/ensureIsSocialEventList.html +1 -1
  91. package/documentation/functions/ensureIsSurveyData.html +1 -1
  92. package/documentation/functions/ensureIsTemplateFile.html +1 -1
  93. package/documentation/functions/ensureIsViewEvent.html +1 -1
  94. package/documentation/functions/ensureTVGetConfigureDynamicChannelResponse.html +1 -1
  95. package/documentation/functions/ensureTVGetConfigureSlideshowChannelResponse.html +1 -1
  96. package/documentation/functions/ensureWidgetAccessibilityType.html +1 -1
  97. package/documentation/functions/ensureWidgetApplicationType.html +1 -1
  98. package/documentation/functions/ensureWidgetArticleAttachmentType.html +1 -1
  99. package/documentation/functions/ensureWidgetArticleButtonType.html +1 -1
  100. package/documentation/functions/ensureWidgetArticleGalleryType.html +1 -1
  101. package/documentation/functions/ensureWidgetArticleImageType.html +1 -1
  102. package/documentation/functions/ensureWidgetArticleSliderType.html +1 -1
  103. package/documentation/functions/ensureWidgetArticleTextType.html +1 -1
  104. package/documentation/functions/ensureWidgetArticleTitleType.html +1 -1
  105. package/documentation/functions/ensureWidgetBirthdayType.html +1 -1
  106. package/documentation/functions/ensureWidgetButtonType.html +1 -1
  107. package/documentation/functions/ensureWidgetCalendarCalDavType.html +1 -1
  108. package/documentation/functions/ensureWidgetCalendarType.html +1 -1
  109. package/documentation/functions/ensureWidgetChartsType.html +1 -1
  110. package/documentation/functions/ensureWidgetCheckListType.html +1 -1
  111. package/documentation/functions/ensureWidgetColorType.html +1 -1
  112. package/documentation/functions/ensureWidgetContactCardDavType.html +1 -1
  113. package/documentation/functions/ensureWidgetContactType.html +1 -1
  114. package/documentation/functions/ensureWidgetContent.html +1 -1
  115. package/documentation/functions/ensureWidgetCountdownType.html +1 -1
  116. package/documentation/functions/ensureWidgetCoverType.html +1 -1
  117. package/documentation/functions/ensureWidgetDatasourceTableType.html +1 -1
  118. package/documentation/functions/ensureWidgetDefinitionProps.html +1 -1
  119. package/documentation/functions/ensureWidgetDocumentsType.html +1 -1
  120. package/documentation/functions/ensureWidgetEmailsImapType.html +1 -1
  121. package/documentation/functions/ensureWidgetEmbedType.html +1 -1
  122. package/documentation/functions/ensureWidgetExcelDatasourceTableType.html +1 -1
  123. package/documentation/functions/ensureWidgetExtensionType.html +1 -1
  124. package/documentation/functions/ensureWidgetFaqType.html +1 -1
  125. package/documentation/functions/ensureWidgetFlocklerType.html +1 -1
  126. package/documentation/functions/ensureWidgetImageType.html +1 -1
  127. package/documentation/functions/ensureWidgetLuccaAbsenceType.html +1 -1
  128. package/documentation/functions/ensureWidgetMeteoType.html +1 -1
  129. package/documentation/functions/ensureWidgetMyGroupType.html +1 -1
  130. package/documentation/functions/ensureWidgetNewsType.html +42 -0
  131. package/documentation/functions/ensureWidgetNewsflashType.html +1 -1
  132. package/documentation/functions/ensureWidgetObjectHasMinimumProperties.html +1 -1
  133. package/documentation/functions/ensureWidgetPresenceContent.html +1 -1
  134. package/documentation/functions/ensureWidgetPresenceResponse.html +1 -1
  135. package/documentation/functions/ensureWidgetPresenceResponsePayload.html +1 -1
  136. package/documentation/functions/ensureWidgetPresenceType.html +1 -1
  137. package/documentation/functions/ensureWidgetQuickSurveyType.html +1 -1
  138. package/documentation/functions/ensureWidgetSeparatorType.html +1 -1
  139. package/documentation/functions/ensureWidgetSliderType.html +1 -1
  140. package/documentation/functions/ensureWidgetSurveyType.html +42 -0
  141. package/documentation/functions/ensureWidgetTextType.html +1 -1
  142. package/documentation/functions/ensureWidgetType.html +1 -1
  143. package/documentation/functions/ensureWidgetUserProfileType.html +1 -1
  144. package/documentation/functions/ensureWidgetWelcomeType.html +1 -1
  145. package/documentation/functions/ensureWidgetWrapperProps.html +1 -1
  146. package/documentation/functions/ensureWidgetYoutubeType.html +1 -1
  147. package/documentation/functions/extractFlattenTaxonomiesFromObject.html +1 -1
  148. package/documentation/functions/extractTaxonomiesFromObject.html +1 -1
  149. package/documentation/functions/extractTaxonomiesFromObjectAndMapProperty.html +1 -1
  150. package/documentation/functions/extractTaxonomiesFromObjectAndMapUri.html +1 -1
  151. package/documentation/functions/formatImgUrl.html +1 -1
  152. package/documentation/functions/getArgs.html +1 -1
  153. package/documentation/functions/getExtensionFromName.html +1 -1
  154. package/documentation/functions/getFileExtensionFromMimetype.html +1 -1
  155. package/documentation/functions/getFileFamily.html +1 -1
  156. package/documentation/functions/getFileFamilyFromName.html +1 -1
  157. package/documentation/functions/getFormat.html +1 -1
  158. package/documentation/functions/getFrom.html +1 -1
  159. package/documentation/functions/getMimetypeFromExtension.html +1 -1
  160. package/documentation/functions/getMimetypeFromName.html +1 -1
  161. package/documentation/functions/getSize.html +1 -1
  162. package/documentation/functions/getTimestamp.html +1 -1
  163. package/documentation/functions/getUri.html +1 -1
  164. package/documentation/functions/getUrl.html +1 -1
  165. package/documentation/functions/inferBookmarkListSchema.html +1 -1
  166. package/documentation/functions/inferBookmarkRawListSchema.html +1 -1
  167. package/documentation/functions/inferMaybeWithToken.html +1 -1
  168. package/documentation/functions/inferSearchQueryResultSchema.html +1 -1
  169. package/documentation/functions/inferUserLicenseSchema.html +1 -1
  170. package/documentation/functions/isKnownArticle.html +1 -1
  171. package/documentation/functions/isKnownComment.html +1 -1
  172. package/documentation/functions/isSocialActionRate.html +1 -1
  173. package/documentation/functions/isSocialActionReport.html +1 -1
  174. package/documentation/functions/isSocialActionShare.html +1 -1
  175. package/documentation/functions/isSocialActionToggle.html +1 -1
  176. package/documentation/functions/isWidgetApplicationAppsItem.html +1 -1
  177. package/documentation/functions/isWidgetApplicationExtensionItem.html +1 -1
  178. package/documentation/functions/isWidgetApplicationImageItem.html +1 -1
  179. package/documentation/functions/isWidgetApplicationLinkItem.html +1 -1
  180. package/documentation/functions/objectTimestamp.html +1 -1
  181. package/documentation/functions/padStartTwoDigits.html +1 -1
  182. package/documentation/functions/prepareGroupForUpdate.html +1 -1
  183. package/documentation/functions/removeIfStartsWith.html +1 -1
  184. package/documentation/functions/replacePropertiesWithTypes.html +1 -1
  185. package/documentation/functions/resolveFileFamily.html +1 -1
  186. package/documentation/functions/resolveFileMimetype.html +1 -1
  187. package/documentation/functions/resolveFilePath.html +1 -1
  188. package/documentation/functions/resolveFileUrl.html +1 -1
  189. package/documentation/functions/resolveSurveyUri.html +46 -0
  190. package/documentation/functions/resolveWidgetByName.html +1 -1
  191. package/documentation/functions/resolveWidgetContent.html +1 -1
  192. package/documentation/functions/suffixIfDoesNotExist.html +1 -1
  193. package/documentation/functions/toBoolean.html +1 -1
  194. package/documentation/functions/validateIsFormatFileLittle.html +1 -1
  195. package/documentation/functions/validateIsFormatObjectList.html +1 -1
  196. package/documentation/functions/validateIsFormatObjectLittle.html +1 -1
  197. package/documentation/functions/validateIsFormatRights.html +1 -1
  198. package/documentation/functions/validateIsFormatSocialEvent.html +1 -1
  199. package/documentation/functions/validateIsFormatUserDirectoryConfiguration.html +1 -1
  200. package/documentation/functions/validateIsFormatUserLevelSpot.html +1 -1
  201. package/documentation/functions/validateIsFormatUserList.html +1 -1
  202. package/documentation/functions/validateIsFormatUserMapModel.html +1 -1
  203. package/documentation/functions/validateIsFormatUserView.html +1 -1
  204. package/documentation/functions/validateTemplateData.html +1 -1
  205. package/documentation/functions/withExtensionsSchema.html +1 -1
  206. package/documentation/functions/zCoerceBoolean.html +1 -1
  207. package/documentation/functions/zCoerceOptionalNumber.html +1 -1
  208. package/documentation/functions/zObject.html +1 -1
  209. package/documentation/functions/zPassThrough.html +1 -1
  210. package/documentation/functions/zSchema.html +1 -1
  211. package/documentation/hierarchy.html +23 -22
  212. package/documentation/interfaces/AccessRightObject.html +20 -20
  213. package/documentation/interfaces/ApiDefaultWrapper.html +7 -7
  214. package/documentation/interfaces/ApiError.html +2 -2
  215. package/documentation/interfaces/ApiWrapper.html +8 -8
  216. package/documentation/interfaces/BaseMessage.html +3 -3
  217. package/documentation/interfaces/FileBankProps.html +4 -4
  218. package/documentation/interfaces/FolderProps.html +12 -12
  219. package/documentation/interfaces/ListFilterSpec.html +5 -5
  220. package/documentation/interfaces/OF.html +3 -3
  221. package/documentation/interfaces/PagingResults.html +7 -7
  222. package/documentation/interfaces/RootFolderProps.html +7 -7
  223. package/documentation/interfaces/SpotProps.html +7 -7
  224. package/documentation/interfaces/TaxonomyCreate.html +5 -5
  225. package/documentation/interfaces/WidgetType.html +4 -4
  226. package/documentation/interfaces/WindowInterface.html +4 -4
  227. package/documentation/interfaces/apiOptions.html +2 -2
  228. package/documentation/modules.html +8 -8
  229. package/documentation/types/AbortApiError.html +1 -1
  230. package/documentation/types/AccessRequestStatusValues.html +1 -1
  231. package/documentation/types/ActionParams.html +4 -4
  232. package/documentation/types/ActionUpdateParamsSchema.html +1 -1
  233. package/documentation/types/ActionVerb.html +1 -1
  234. package/documentation/types/Activities.html +3 -3
  235. package/documentation/types/AddActionParams.html +1 -1
  236. package/documentation/types/AddCommentParams.html +8 -8
  237. package/documentation/types/AddFaqEntry.html +1 -1
  238. package/documentation/types/AdminAdvancedHook.html +1 -1
  239. package/documentation/types/AdminApp.html +9 -9
  240. package/documentation/types/AdminAppTab.html +8 -8
  241. package/documentation/types/AdminApps.html +1 -1
  242. package/documentation/types/AdminLicenseStats.html +4 -4
  243. package/documentation/types/AdminLicensesAssigned.html +9 -9
  244. package/documentation/types/AdminLicensesNotAssigned.html +1 -1
  245. package/documentation/types/AdminLogNavigation.html +9 -9
  246. package/documentation/types/AdminLogObject.html +9 -9
  247. package/documentation/types/AdminLogSearch.html +4 -4
  248. package/documentation/types/AllKeys.html +1 -1
  249. package/documentation/types/AllMessages.html +9 -9
  250. package/documentation/types/AnimatedMeetingHook.html +1 -1
  251. package/documentation/types/AnimationConfigurationType.html +7 -7
  252. package/documentation/types/AnimationStats.html +1 -1
  253. package/documentation/types/AnimationStatsRow.html +3 -3
  254. package/documentation/types/AnimationVariant.html +1 -1
  255. package/documentation/types/AnimationsHook.html +1 -1
  256. package/documentation/types/AnyRTHandlerFunction.html +1 -1
  257. package/documentation/types/AnyRTMessage.html +1 -1
  258. package/documentation/types/ApiPagingResults.html +1 -1
  259. package/documentation/types/ApiReturn.html +1 -1
  260. package/documentation/types/ApplicationDefault.html +1 -1
  261. package/documentation/types/ApplicationIframe.html +1 -1
  262. package/documentation/types/ApplicationIntranetHook.html +1 -1
  263. package/documentation/types/ApplicationLink.html +1 -1
  264. package/documentation/types/ApplicationTab.html +4 -4
  265. package/documentation/types/ApplicationType.html +1 -1
  266. package/documentation/types/ApplicationWithTabs.html +1 -1
  267. package/documentation/types/ArticleCreation.html +6 -6
  268. package/documentation/types/ArticleDisplayMode.html +1 -1
  269. package/documentation/types/ArticleFormatsExtension.html +1 -1
  270. package/documentation/types/ArticleGetConfig.html +3 -3
  271. package/documentation/types/ArticleListConfig.html +8 -8
  272. package/documentation/types/ArticleReturn.html +1 -1
  273. package/documentation/types/ArticleSaveAsDraftPayload.html +7 -7
  274. package/documentation/types/ArticleTranslationGet.html +3 -3
  275. package/documentation/types/ArticleTranslationLanguage.html +3 -3
  276. package/documentation/types/ArticleTranslationTranslate.html +9 -9
  277. package/documentation/types/ArticleWithExtensions.html +1 -1
  278. package/documentation/types/Articles.html +1 -1
  279. package/documentation/types/ArticlesList.html +1 -1
  280. package/documentation/types/ArticlesListExtensions.html +1 -1
  281. package/documentation/types/ArticlesLittle.html +1 -1
  282. package/documentation/types/ArticlesLittleExtensions.html +1 -1
  283. package/documentation/types/ArticlesView.html +1 -1
  284. package/documentation/types/ArticlesViewExtensions.html +1 -1
  285. package/documentation/types/AseiGroups.html +4 -4
  286. package/documentation/types/AseiInstitution.html +1 -1
  287. package/documentation/types/AseiRights.html +3 -3
  288. package/documentation/types/AseiTicket.html +1 -1
  289. package/documentation/types/AseiTicketStatus.html +1 -1
  290. package/documentation/types/AssetReservationConfiguration.html +8 -8
  291. package/documentation/types/AsyncJobState.html +1 -1
  292. package/documentation/types/AsyncJobStatus.html +7 -7
  293. package/documentation/types/Audience.html +1 -1
  294. package/documentation/types/AudienceAutocomplete.html +1 -1
  295. package/documentation/types/AutoCompleteList.html +11 -11
  296. package/documentation/types/AutocompleteHierarchy.html +10 -10
  297. package/documentation/types/AutocompleteLittle.html +1 -1
  298. package/documentation/types/BaseArticle.html +7 -7
  299. package/documentation/types/BaseAutocomplete.html +12 -12
  300. package/documentation/types/BaseMessages.html +1 -1
  301. package/documentation/types/BaseMessagesOne.html +1 -1
  302. package/documentation/types/BigBlueButtonHook.html +1 -1
  303. package/documentation/types/BookableAssetList.html +1 -1
  304. package/documentation/types/BookableAssetView.html +1 -1
  305. package/documentation/types/BookmarkCustom.html +1 -1
  306. package/documentation/types/BookmarkLink.html +4 -4
  307. package/documentation/types/BookmarkList.html +1 -1
  308. package/documentation/types/BookmarkRawList.html +1 -1
  309. package/documentation/types/BookmarkTypes.html +1 -1
  310. package/documentation/types/BusinessContact.html +14 -14
  311. package/documentation/types/CSSBackgroundPosition.html +1 -1
  312. package/documentation/types/CSSBackgroundSize.html +1 -1
  313. package/documentation/types/CSSTextAlignType.html +1 -1
  314. package/documentation/types/CalendarCombinedEventsList.html +1 -1
  315. package/documentation/types/CalendarEventList.html +1 -1
  316. package/documentation/types/CalendarEventView.html +1 -1
  317. package/documentation/types/CalendarEventWithExtensions.html +1 -1
  318. package/documentation/types/CalendarEventsExtension.html +1 -1
  319. package/documentation/types/CalendarHook.html +1 -1
  320. package/documentation/types/CalendarMember.html +4 -4
  321. package/documentation/types/CalendarOldEvent.html +1 -1
  322. package/documentation/types/CalendarTab.html +1 -1
  323. package/documentation/types/Category.html +4 -4
  324. package/documentation/types/ChartType.html +1 -1
  325. package/documentation/types/ChartsPieDatum.html +4 -4
  326. package/documentation/types/ChartsSerie.html +4 -4
  327. package/documentation/types/CombinedSurveyField.html +1 -1
  328. package/documentation/types/CombinedSurveyFieldType.html +1 -1
  329. package/documentation/types/CombinedWidgetContent.html +2 -2
  330. package/documentation/types/CombinedWidgetType.html +2 -2
  331. package/documentation/types/CommentFormatsExtension.html +1 -1
  332. package/documentation/types/CommentReturn.html +1 -1
  333. package/documentation/types/CommentWithExtensions.html +1 -1
  334. package/documentation/types/Comments.html +1 -1
  335. package/documentation/types/CommentsList.html +1 -1
  336. package/documentation/types/CommentsListExtensions.html +1 -1
  337. package/documentation/types/CommentsLittle.html +1 -1
  338. package/documentation/types/CommentsLittleExtensions.html +1 -1
  339. package/documentation/types/CommentsView.html +1 -1
  340. package/documentation/types/CommentsViewExtensions.html +1 -1
  341. package/documentation/types/Community.html +1 -1
  342. package/documentation/types/CommunityAutocomplete.html +1 -1
  343. package/documentation/types/Configuration.html +1 -1
  344. package/documentation/types/ContactEntry.html +1 -1
  345. package/documentation/types/ContactShowFields.html +1 -1
  346. package/documentation/types/ContentFactoryDefaultData.html +1 -1
  347. package/documentation/types/ContentFactoryHook.html +1 -1
  348. package/documentation/types/ContentFactorySurveyData.html +12 -12
  349. package/documentation/types/ContentFactoryTemplateFile.html +4 -4
  350. package/documentation/types/ContentReportList.html +1 -1
  351. package/documentation/types/CreateFaqCategory.html +1 -1
  352. package/documentation/types/CreateFaqEntry.html +1 -1
  353. package/documentation/types/CreateFaqTheme.html +1 -1
  354. package/documentation/types/CreateGroup.html +10 -10
  355. package/documentation/types/CreateReportParams.html +1 -1
  356. package/documentation/types/CreateRoomPayload.html +1 -1
  357. package/documentation/types/CustomActionObject.html +5 -5
  358. package/documentation/types/DatasourceArticleLittle.html +1 -1
  359. package/documentation/types/DatasourceDataTypeUrl.html +3 -3
  360. package/documentation/types/DatasourceModel.html +1 -1
  361. package/documentation/types/DatasourceResult.html +8 -8
  362. package/documentation/types/DatasourceResultSort.html +3 -3
  363. package/documentation/types/DatasourceResultSortOrder.html +1 -1
  364. package/documentation/types/DatasourceStudioLittle.html +7 -7
  365. package/documentation/types/DatasourceType.html +1 -1
  366. package/documentation/types/DateFormat.html +1 -1
  367. package/documentation/types/DavAddressBookContact.html +1 -1
  368. package/documentation/types/DavCalendarEvent.html +1 -1
  369. package/documentation/types/DeleteFaqTheme.html +1 -1
  370. package/documentation/types/DiapazoneExtraFields.html +1 -1
  371. package/documentation/types/DigitalDeskStatistics.html +4 -4
  372. package/documentation/types/DigitalWorkplaceHookSchema.html +1 -1
  373. package/documentation/types/DiscussionProperties.html +1 -1
  374. package/documentation/types/DiscussionProperty.html +3 -3
  375. package/documentation/types/DraftSerializedForm.html +1 -1
  376. package/documentation/types/Drive.html +1 -1
  377. package/documentation/types/DriveAccount.html +5 -5
  378. package/documentation/types/DriveGetAccount.html +2 -2
  379. package/documentation/types/DriveGetAccountParams.html +3 -3
  380. package/documentation/types/DriveGetDocumentParams.html +4 -4
  381. package/documentation/types/DriveGetGroupsParams.html +4 -4
  382. package/documentation/types/DriveGetTenantsParams.html +3 -3
  383. package/documentation/types/DriveHook.html +1 -1
  384. package/documentation/types/DriveItemType.html +6 -6
  385. package/documentation/types/DriveLogoutParams.html +3 -3
  386. package/documentation/types/DriveSetDefaultAccountParams.html +3 -3
  387. package/documentation/types/DriveTmpFile.html +7 -7
  388. package/documentation/types/DropboxDocumentEntity.html +1 -1
  389. package/documentation/types/DropboxDocumentParams.html +3 -3
  390. package/documentation/types/DropboxGetDocumentsParams.html +3 -3
  391. package/documentation/types/EditFaqCategory.html +1 -1
  392. package/documentation/types/EditFaqEntry.html +1 -1
  393. package/documentation/types/EditFaqTheme.html +1 -1
  394. package/documentation/types/EventMode.html +1 -1
  395. package/documentation/types/EventStatusFilter.html +1 -1
  396. package/documentation/types/ExclusifyUnion.html +1 -1
  397. package/documentation/types/ExtendedFaqCategory.html +1 -1
  398. package/documentation/types/ExternalAppHookSchema.html +1 -1
  399. package/documentation/types/ExternalAppType.html +13 -13
  400. package/documentation/types/ExtraBotHook.html +1 -1
  401. package/documentation/types/FAQHook.html +1 -1
  402. package/documentation/types/FacetMode.html +1 -1
  403. package/documentation/types/FaqAccess.html +1 -1
  404. package/documentation/types/FaqContentItem.html +1 -1
  405. package/documentation/types/FaqHookProperties.html +1 -1
  406. package/documentation/types/FaqItemExtra.html +3 -3
  407. package/documentation/types/FaqItemList.html +1 -1
  408. package/documentation/types/FaqItemView.html +1 -1
  409. package/documentation/types/FaqList.html +1 -1
  410. package/documentation/types/FaqTaxonomy.html +1 -1
  411. package/documentation/types/FaqView.html +1 -1
  412. package/documentation/types/FaqWidgetCategory.html +3 -3
  413. package/documentation/types/FaqWidgetCategoryItem.html +10 -10
  414. package/documentation/types/FaqWidgetItem.html +14 -14
  415. package/documentation/types/FaqWidgetItemUriCategory.html +7 -7
  416. package/documentation/types/FetchResponseType.html +2 -2
  417. package/documentation/types/FetchReturnType.html +1 -1
  418. package/documentation/types/FieldConfiguration.html +7 -7
  419. package/documentation/types/FileBankHook.html +1 -1
  420. package/documentation/types/FileCopyParams.html +4 -4
  421. package/documentation/types/FileCropConfig.html +7 -7
  422. package/documentation/types/FileFormatsExtension.html +1 -1
  423. package/documentation/types/FileIntegrityHook.html +1 -1
  424. package/documentation/types/FileMainType.html +1 -1
  425. package/documentation/types/FileReturn.html +1 -1
  426. package/documentation/types/FileSyncAdminSpot.html +1 -1
  427. package/documentation/types/FileSyncAdminSpotsProps.html +1 -1
  428. package/documentation/types/FileSyncFileBank.html +1 -1
  429. package/documentation/types/FileSyncUserQuota.html +1 -1
  430. package/documentation/types/FileWithExtensions.html +1 -1
  431. package/documentation/types/FilebankGetParentsParams.html +2 -2
  432. package/documentation/types/FilebankGetPathParams.html +3 -3
  433. package/documentation/types/FilebankPath.html +1 -1
  434. package/documentation/types/FilebankSearchContentParams.html +5 -5
  435. package/documentation/types/Filter.html +8 -8
  436. package/documentation/types/FilterValue.html +1 -1
  437. package/documentation/types/Filters.html +1 -1
  438. package/documentation/types/FlocklerHook.html +1 -1
  439. package/documentation/types/FormatArticles.html +1 -1
  440. package/documentation/types/FormatArticlesType.html +1 -1
  441. package/documentation/types/FormatComments.html +1 -1
  442. package/documentation/types/FormatCommentsType.html +1 -1
  443. package/documentation/types/FormatExtension.html +1 -1
  444. package/documentation/types/FormatLinks.html +1 -1
  445. package/documentation/types/FormatLinksType.html +1 -1
  446. package/documentation/types/FormatList.html +1 -1
  447. package/documentation/types/FormatType.html +1 -1
  448. package/documentation/types/Formats.html +7 -7
  449. package/documentation/types/GetCommentsParams.html +4 -4
  450. package/documentation/types/GetLicenseArticle.html +3 -3
  451. package/documentation/types/GetLicenseArticlesParams.html +7 -7
  452. package/documentation/types/GetLicenseKindUsersParams.html +6 -6
  453. package/documentation/types/GetPublicWebinarDataRequest.html +1 -1
  454. package/documentation/types/GetReportsParams.html +1 -1
  455. package/documentation/types/GetUnclassifiedFilesParams.html +1 -1
  456. package/documentation/types/Gif.html +3 -3
  457. package/documentation/types/GroupCategoriesConfiguration.html +2 -2
  458. package/documentation/types/GroupCustomWidget.html +8 -8
  459. package/documentation/types/GroupFormatsExtension.html +1 -1
  460. package/documentation/types/GroupListConfig.html +9 -9
  461. package/documentation/types/GroupMemberLevel.html +3 -3
  462. package/documentation/types/GroupProperties.html +27 -27
  463. package/documentation/types/GroupPropertiesOptions.html +13 -13
  464. package/documentation/types/GroupUserLevel.html +1 -1
  465. package/documentation/types/GroupWidget.html +7 -7
  466. package/documentation/types/GroupWidgetLittle.html +4 -4
  467. package/documentation/types/GroupWidgets.html +1 -1
  468. package/documentation/types/GroupWithExtensions.html +1 -1
  469. package/documentation/types/HeadingType.html +1 -1
  470. package/documentation/types/HookListType.html +1 -1
  471. package/documentation/types/ImageFormValue.html +5 -5
  472. package/documentation/types/ImageSize.html +3 -3
  473. package/documentation/types/ImapInboxMail.html +1 -1
  474. package/documentation/types/ImgUrlProps.html +1 -1
  475. package/documentation/types/InferSchemas.html +1 -1
  476. package/documentation/types/JIACapabilities.html +1 -1
  477. package/documentation/types/JLandLog.html +8 -8
  478. package/documentation/types/JLandMapCreation.html +1 -1
  479. package/documentation/types/JLandMapFlavor.html +1 -1
  480. package/documentation/types/JLandMapKind.html +1 -1
  481. package/documentation/types/JLandMapList.html +1 -1
  482. package/documentation/types/JLandMapLittle.html +1 -1
  483. package/documentation/types/JLandMapView.html +1 -1
  484. package/documentation/types/JLandStat.html +3 -3
  485. package/documentation/types/JitsiHook.html +1 -1
  486. package/documentation/types/Join.html +1 -1
  487. package/documentation/types/Languages.html +1 -1
  488. package/documentation/types/License.html +9 -9
  489. package/documentation/types/LicenseHookListType.html +1 -1
  490. package/documentation/types/LicenseUserPriceUpdateSimulation.html +7 -7
  491. package/documentation/types/LinkConfigurationParams.html +3 -3
  492. package/documentation/types/LinkReturn.html +1 -1
  493. package/documentation/types/Links.html +1 -1
  494. package/documentation/types/ListOrder.html +3 -3
  495. package/documentation/types/ListQueryParameters.html +5 -5
  496. package/documentation/types/LuccaAbsenceHook.html +1 -1
  497. package/documentation/types/MSDocumentEntity.html +1 -1
  498. package/documentation/types/MSDocumentParams.html +7 -7
  499. package/documentation/types/MSGetDocumentsParams.html +3 -3
  500. package/documentation/types/MSGroupEntity.html +1 -1
  501. package/documentation/types/MSSiteEntity.html +1 -1
  502. package/documentation/types/MSTenantEntity.html +1 -1
  503. package/documentation/types/MSTenants.html +1 -1
  504. package/documentation/types/MSUnifiedEntity.html +1 -1
  505. package/documentation/types/MagicPadHook.html +1 -1
  506. package/documentation/types/MagicWandHook.html +1 -1
  507. package/documentation/types/MaybeWithAudience.html +2 -2
  508. package/documentation/types/MaybeWithParent.html +2 -2
  509. package/documentation/types/MaybeWithToken.html +1 -1
  510. package/documentation/types/MediaLibraryFileList.html +1 -1
  511. package/documentation/types/MediaLibraryFileLittle.html +1 -1
  512. package/documentation/types/MediaLibraryFilesStats.html +1 -1
  513. package/documentation/types/MediaLibraryFolderList.html +1 -1
  514. package/documentation/types/MediaLibraryFolderLittle.html +1 -1
  515. package/documentation/types/MediaLibraryFolderStats.html +1 -1
  516. package/documentation/types/MediaLibraryHook.html +1 -1
  517. package/documentation/types/MediaLibraryList.html +1 -1
  518. package/documentation/types/MediaLibraryStats.html +1 -1
  519. package/documentation/types/MeetingCreation.html +1 -1
  520. package/documentation/types/MeetingUpdate.html +1 -1
  521. package/documentation/types/Merge.html +1 -1
  522. package/documentation/types/MessengerDiscussions.html +1 -1
  523. package/documentation/types/MessengerHook.html +1 -1
  524. package/documentation/types/MessengerMessageRead.html +3 -3
  525. package/documentation/types/Metas.html +1 -1
  526. package/documentation/types/MetasExternal.html +15 -15
  527. package/documentation/types/MetasJamespot.html +4 -4
  528. package/documentation/types/MetasYoutube.html +9 -9
  529. package/documentation/types/MeteoLocation.html +3 -3
  530. package/documentation/types/MeteoSearchResult.html +1 -1
  531. package/documentation/types/Methods.html +1 -1
  532. package/documentation/types/MimetypesType.html +1 -1
  533. package/documentation/types/Model.html +8 -8
  534. package/documentation/types/ModuleConfiguration.html +7 -7
  535. package/documentation/types/ModuleConfigurationAction.html +5 -5
  536. package/documentation/types/ModuleConfigurationActionConfirmation.html +3 -3
  537. package/documentation/types/ModuleConfigurationActionType.html +1 -1
  538. package/documentation/types/ModuleConfigurationActions.html +1 -1
  539. package/documentation/types/ModuleConfigurationFields.html +1 -1
  540. package/documentation/types/ModuleRestrictionModeValues.html +1 -1
  541. package/documentation/types/MoveFaqEntry.html +1 -1
  542. package/documentation/types/MoveFaqTheme.html +1 -1
  543. package/documentation/types/MoveMediaLibraryFileParams.html +1 -1
  544. package/documentation/types/Namespaces.html +9 -9
  545. package/documentation/types/NetworkType.html +1 -1
  546. package/documentation/types/NewsArticleDisplayMode.html +33 -0
  547. package/documentation/types/NewsConcept.html +67 -0
  548. package/documentation/types/NewsHighlightOption.html +33 -0
  549. package/documentation/types/NewsOrder.html +33 -0
  550. package/documentation/types/NewsOrientation.html +33 -0
  551. package/documentation/types/NewsView.html +33 -0
  552. package/documentation/types/NewsflashGetResponse.html +3 -3
  553. package/documentation/types/NewsflashItem.html +11 -11
  554. package/documentation/types/NewsflashProperties.html +3 -3
  555. package/documentation/types/NewsflashSource.html +2 -2
  556. package/documentation/types/NewsflashSources.html +5 -5
  557. package/documentation/types/NewsflashView.html +1 -1
  558. package/documentation/types/NumberFormat.html +1 -1
  559. package/documentation/types/ObjectListProps.html +9 -9
  560. package/documentation/types/ObjectWithoutLicenseFilter.html +4 -4
  561. package/documentation/types/OfficeHook.html +1 -1
  562. package/documentation/types/OfficeProvider.html +1 -1
  563. package/documentation/types/OfficeProviderBaseUrls.html +1 -1
  564. package/documentation/types/OfficeSetConfigurationPayload.html +1 -1
  565. package/documentation/types/OfficeUserConfiguration.html +1 -1
  566. package/documentation/types/OnlyOfficeFile.html +1 -1
  567. package/documentation/types/OnlyOfficeFileInfo.html +6 -6
  568. package/documentation/types/OpeningType.html +1 -1
  569. package/documentation/types/OpeningTypeAnchor.html +2 -2
  570. package/documentation/types/OpeningTypeLink.html +3 -3
  571. package/documentation/types/OpeningTypePopup.html +3 -3
  572. package/documentation/types/Operators.html +1 -1
  573. package/documentation/types/Order.html +3 -3
  574. package/documentation/types/Orders.html +1 -1
  575. package/documentation/types/OrgChartConfiguration.html +1 -1
  576. package/documentation/types/OrgChartCreateForm.html +5 -5
  577. package/documentation/types/OrgChartLink.html +1 -1
  578. package/documentation/types/OrgChartUpdateMetasForm.html +1 -1
  579. package/documentation/types/Override.html +1 -1
  580. package/documentation/types/PartialUndefined.html +1 -1
  581. package/documentation/types/PollSurveyListParams.html +73 -0
  582. package/documentation/types/PollSurveyListResult.html +61 -0
  583. package/documentation/types/PollSurveyState.html +33 -0
  584. package/documentation/types/PollSurveyStatus.html +67 -0
  585. package/documentation/types/PromiseApiPagingResults.html +1 -1
  586. package/documentation/types/PromiseApiWrapper.html +1 -1
  587. package/documentation/types/PublicWebinarData.html +1 -1
  588. package/documentation/types/PublicWebinarFullnameRequest.html +1 -1
  589. package/documentation/types/PublicWebinarUrl.html +1 -1
  590. package/documentation/types/PublishButtonConfiguration.html +7 -7
  591. package/documentation/types/PublishButtonConfigurationCustomSection.html +3 -3
  592. package/documentation/types/PublishButtonSections.html +1 -1
  593. package/documentation/types/QuestionAnswerSelectResponseParams.html +1 -1
  594. package/documentation/types/QuestionAnswerUnselectResponseParams.html +1 -1
  595. package/documentation/types/QuizFieldType.html +5 -5
  596. package/documentation/types/QuizResponse.html +7 -7
  597. package/documentation/types/RTMessage.html +3 -3
  598. package/documentation/types/RTMessageHandler.html +4 -4
  599. package/documentation/types/RTMessageObject.html +1 -1
  600. package/documentation/types/RTMessageTeamWorkDaySummaryUpdate.html +1 -1
  601. package/documentation/types/RTMessageTeamWorkTodoUpdate.html +1 -1
  602. package/documentation/types/RTMessageWsPresence.html +1 -1
  603. package/documentation/types/RTReceivedMessage.html +1 -1
  604. package/documentation/types/RTSurveyDateSubmit.html +1 -1
  605. package/documentation/types/Readable.html +1 -1
  606. package/documentation/types/RecurringEventCreation.html +17 -17
  607. package/documentation/types/RecurringEventUpdate.html +1 -1
  608. package/documentation/types/ReservationList.html +1 -1
  609. package/documentation/types/ResetNotificationConfiguration.html +6 -6
  610. package/documentation/types/Rights.html +13 -13
  611. package/documentation/types/RssType.html +7 -7
  612. package/documentation/types/SearchAdminConfig.html +1 -1
  613. package/documentation/types/SearchCategoryModel.html +10 -10
  614. package/documentation/types/SearchCategoryValue.html +3 -3
  615. package/documentation/types/SearchConfig.html +5 -5
  616. package/documentation/types/SearchFacetModel.html +8 -8
  617. package/documentation/types/SearchFacetValueModel.html +5 -5
  618. package/documentation/types/SearchFacetValues.html +4 -4
  619. package/documentation/types/SearchLastQuery.html +2 -2
  620. package/documentation/types/SearchQuery.html +12 -12
  621. package/documentation/types/SearchQueryFilterModel.html +5 -5
  622. package/documentation/types/SearchQueryOption.html +3 -3
  623. package/documentation/types/SearchQueryResult.html +1 -1
  624. package/documentation/types/SearchQuerySortModel.html +3 -3
  625. package/documentation/types/SearchResultCatProps.html +5 -5
  626. package/documentation/types/SearchResultProps.html +1 -1
  627. package/documentation/types/SearchResultPropsApp.html +10 -10
  628. package/documentation/types/SearchResultPropsObject.html +20 -20
  629. package/documentation/types/ShareAccessProps.html +4 -4
  630. package/documentation/types/ShareGeneralAccessRules.html +1 -1
  631. package/documentation/types/ShareOption.html +4 -4
  632. package/documentation/types/ShareOptionId.html +1 -1
  633. package/documentation/types/ShareOptionObject.html +6 -6
  634. package/documentation/types/SharedContentHook.html +1 -1
  635. package/documentation/types/SocialAction.html +1 -1
  636. package/documentation/types/SocialActionBase.html +5 -5
  637. package/documentation/types/SocialActionDeprecated.html +9 -9
  638. package/documentation/types/SocialActionRate.html +1 -1
  639. package/documentation/types/SocialActionReport.html +1 -1
  640. package/documentation/types/SocialActionShare.html +1 -1
  641. package/documentation/types/SocialActionStructDeprecated.html +6 -6
  642. package/documentation/types/SocialActionToggle.html +1 -1
  643. package/documentation/types/SocialEventCreation.html +1 -1
  644. package/documentation/types/SocialEventUpdate.html +1 -1
  645. package/documentation/types/SpotDiscussionKind.html +1 -1
  646. package/documentation/types/SpotRssFeed.html +1 -1
  647. package/documentation/types/StandardApiError.html +1 -1
  648. package/documentation/types/StoreFinalize.html +2 -2
  649. package/documentation/types/StoreItem.html +6 -6
  650. package/documentation/types/StudioAction.html +3 -3
  651. package/documentation/types/StudioAppListViewConfig.html +2 -2
  652. package/documentation/types/StudioAppViewsConfig.html +2 -2
  653. package/documentation/types/StudioApplication.html +1 -1
  654. package/documentation/types/StudioApplicationBase.html +36 -36
  655. package/documentation/types/StudioApplicationStatusEnumBased.html +1 -1
  656. package/documentation/types/StudioHook.html +1 -1
  657. package/documentation/types/StudioManifest.html +9 -9
  658. package/documentation/types/SurveyDateHook.html +1 -1
  659. package/documentation/types/SurveyDateResponses.html +1 -1
  660. package/documentation/types/SurveyDateUserResponse.html +3 -3
  661. package/documentation/types/SurveyDateUserResponses.html +1 -1
  662. package/documentation/types/SurveyDateUsersForDate.html +3 -3
  663. package/documentation/types/SurveyField.html +1 -1
  664. package/documentation/types/SurveyFieldKeys.html +1 -1
  665. package/documentation/types/SurveySection.html +4 -4
  666. package/documentation/types/TOrgChartNode.html +16 -16
  667. package/documentation/types/TVChannelCreatePayload.html +3 -3
  668. package/documentation/types/TVChannelCreation.html +1 -1
  669. package/documentation/types/TVChannelDynamicArticle.html +1 -1
  670. package/documentation/types/TVChannelDynamicComment.html +1 -1
  671. package/documentation/types/TVChannelDynamicList.html +1 -1
  672. package/documentation/types/TVChannelList.html +1 -1
  673. package/documentation/types/TVChannelLittle.html +1 -1
  674. package/documentation/types/TVChannelSlideshowList.html +1 -1
  675. package/documentation/types/TVGetChannelResponse.html +3 -3
  676. package/documentation/types/TVGetChannelSlideshowFile.html +1 -1
  677. package/documentation/types/TVGetConfigureChannelResponse.html +1 -1
  678. package/documentation/types/TVGetConfigureDynamicChannelResponse.html +1 -1
  679. package/documentation/types/TVGetConfigureSlideshowChannelResponse.html +1 -1
  680. package/documentation/types/TargetInfoHook.html +1 -1
  681. package/documentation/types/TeamWorkAiHook.html +1 -1
  682. package/documentation/types/TeamWorkAiTask.html +9 -9
  683. package/documentation/types/TeamWorkDaySummaryState.html +5 -5
  684. package/documentation/types/TeamWorkTodoState.html +6 -6
  685. package/documentation/types/TextEnhanceResponse.html +2 -2
  686. package/documentation/types/TinyMCECommonOptions.html +1 -1
  687. package/documentation/types/TinyMCEDynamicOptions.html +1 -1
  688. package/documentation/types/TinyMCEExtendedOptions.html +1 -1
  689. package/documentation/types/TvChannelType.html +1 -1
  690. package/documentation/types/TwoFactorAuthenticationDailyActivationStatistics.html +1 -1
  691. package/documentation/types/TwoFactorAuthenticationGenerateConfiguration.html +1 -1
  692. package/documentation/types/TwoFactorAuthenticationHook.html +1 -1
  693. package/documentation/types/TwoFactorAuthenticationStatistics.html +1 -1
  694. package/documentation/types/UpdateCommentParams.html +5 -5
  695. package/documentation/types/UpdateGroup.html +1 -1
  696. package/documentation/types/UpdateReportStatusParams.html +1 -1
  697. package/documentation/types/UploadConfig.html +5 -5
  698. package/documentation/types/UserAIProfile.html +2 -2
  699. package/documentation/types/UserBirthday.html +5 -5
  700. package/documentation/types/UserDirectoryConfiguration.html +12 -12
  701. package/documentation/types/UserDownload.html +5 -5
  702. package/documentation/types/UserField.html +3 -3
  703. package/documentation/types/UserFieldsConfigurationType.html +1 -1
  704. package/documentation/types/UserFieldsType.html +1 -1
  705. package/documentation/types/UserFormatsExtension.html +1 -1
  706. package/documentation/types/UserLevelAndRight.html +6 -6
  707. package/documentation/types/UserLevelSpot.html +11 -11
  708. package/documentation/types/UserLicense.html +1 -1
  709. package/documentation/types/UserList.html +1 -1
  710. package/documentation/types/UserMapModel.html +4 -4
  711. package/documentation/types/UserNotificationsConfiguration.html +5 -5
  712. package/documentation/types/UserRead.html +5 -5
  713. package/documentation/types/UserResponseStatus.html +1 -1
  714. package/documentation/types/UserSpotCategories.html +4 -4
  715. package/documentation/types/UserValues.html +3 -3
  716. package/documentation/types/UserWithExtensions.html +1 -1
  717. package/documentation/types/Users.html +1 -1
  718. package/documentation/types/ValueLabel.html +3 -3
  719. package/documentation/types/ValueOf.html +1 -1
  720. package/documentation/types/VariantSizeType.html +1 -1
  721. package/documentation/types/VariantType.html +1 -1
  722. package/documentation/types/VideoRecording.html +1 -1
  723. package/documentation/types/VisioConnectHook.html +1 -1
  724. package/documentation/types/VisioConnectRoom.html +1 -1
  725. package/documentation/types/VisioConnectStatistics.html +1 -1
  726. package/documentation/types/VisioConnectStatisticsRoomSession.html +1 -1
  727. package/documentation/types/VisioConnectStatisticsRoomSessions.html +1 -1
  728. package/documentation/types/WallFilter.html +4 -4
  729. package/documentation/types/WallFiltersResponse.html +3 -3
  730. package/documentation/types/WallHook.html +1 -1
  731. package/documentation/types/WeDocHook.html +1 -1
  732. package/documentation/types/WebinarModerators.html +1 -1
  733. package/documentation/types/WedocEmptyType.html +1 -1
  734. package/documentation/types/WedocFileAudienceType.html +1 -1
  735. package/documentation/types/WedocFileType.html +1 -1
  736. package/documentation/types/WedocQueryResults.html +1 -1
  737. package/documentation/types/WedocQueryType.html +1 -1
  738. package/documentation/types/WedocTemplate.html +1 -1
  739. package/documentation/types/Widget.html +1 -1
  740. package/documentation/types/WidgetAccessibilityContent.html +4 -4
  741. package/documentation/types/WidgetAccessibilityType.html +4 -4
  742. package/documentation/types/WidgetApplicationAppsItem.html +8 -8
  743. package/documentation/types/WidgetApplicationContent.html +6 -6
  744. package/documentation/types/WidgetApplicationCss.html +2 -2
  745. package/documentation/types/WidgetApplicationExtensionItem.html +8 -8
  746. package/documentation/types/WidgetApplicationImageItem.html +10 -10
  747. package/documentation/types/WidgetApplicationItem.html +1 -1
  748. package/documentation/types/WidgetApplicationLinkItem.html +12 -12
  749. package/documentation/types/WidgetApplicationSize.html +1 -1
  750. package/documentation/types/WidgetApplicationType.html +4 -4
  751. package/documentation/types/WidgetApplicationView.html +1 -1
  752. package/documentation/types/WidgetArticleAttachmentContent.html +3 -3
  753. package/documentation/types/WidgetArticleAttachmentType.html +4 -4
  754. package/documentation/types/WidgetArticleButtonContent.html +1 -1
  755. package/documentation/types/WidgetArticleButtonType.html +4 -4
  756. package/documentation/types/WidgetArticleGalleryContent.html +4 -4
  757. package/documentation/types/WidgetArticleGalleryType.html +4 -4
  758. package/documentation/types/WidgetArticleImageContent.html +3 -3
  759. package/documentation/types/WidgetArticleImageType.html +4 -4
  760. package/documentation/types/WidgetArticleSliderContent.html +8 -8
  761. package/documentation/types/WidgetArticleSliderType.html +4 -4
  762. package/documentation/types/WidgetArticleTextContent.html +6 -6
  763. package/documentation/types/WidgetArticleTextType.html +4 -4
  764. package/documentation/types/WidgetArticleTitleContent.html +7 -7
  765. package/documentation/types/WidgetArticleTitleType.html +4 -4
  766. package/documentation/types/WidgetAudience.html +3 -3
  767. package/documentation/types/WidgetBaseType.html +3 -3
  768. package/documentation/types/WidgetBirthdayContent.html +3 -3
  769. package/documentation/types/WidgetBirthdayCss.html +5 -5
  770. package/documentation/types/WidgetBirthdayType.html +4 -4
  771. package/documentation/types/WidgetButtonAction.html +2 -2
  772. package/documentation/types/WidgetButtonActionGroup.html +5 -5
  773. package/documentation/types/WidgetButtonActionType.html +1 -1
  774. package/documentation/types/WidgetButtonContent.html +16 -16
  775. package/documentation/types/WidgetButtonIconFontSize.html +2 -2
  776. package/documentation/types/WidgetButtonIconPadding.html +2 -2
  777. package/documentation/types/WidgetButtonIconPosition.html +1 -1
  778. package/documentation/types/WidgetButtonPosition.html +1 -1
  779. package/documentation/types/WidgetButtonProps.html +10 -10
  780. package/documentation/types/WidgetButtonSize.html +1 -1
  781. package/documentation/types/WidgetButtonStyle.html +10 -10
  782. package/documentation/types/WidgetButtonType.html +4 -4
  783. package/documentation/types/WidgetCalendarCalDavContent.html +4 -4
  784. package/documentation/types/WidgetCalendarCalDavType.html +4 -4
  785. package/documentation/types/WidgetCalendarContent.html +3 -3
  786. package/documentation/types/WidgetCalendarType.html +4 -4
  787. package/documentation/types/WidgetChartsContent.html +10 -10
  788. package/documentation/types/WidgetChartsType.html +4 -4
  789. package/documentation/types/WidgetCheckListContent.html +5 -5
  790. package/documentation/types/WidgetCheckListContentArr.html +7 -7
  791. package/documentation/types/WidgetCheckListContentArrForFront.html +8 -8
  792. package/documentation/types/WidgetCheckListContentForFront.html +3 -3
  793. package/documentation/types/WidgetCheckListType.html +4 -4
  794. package/documentation/types/WidgetCheckListTypeForFront.html +5 -5
  795. package/documentation/types/WidgetCheckbox.html +3 -3
  796. package/documentation/types/WidgetColor.html +3 -3
  797. package/documentation/types/WidgetColorContent.html +2 -2
  798. package/documentation/types/WidgetColorType.html +4 -4
  799. package/documentation/types/WidgetContactCardDavContent.html +4 -4
  800. package/documentation/types/WidgetContactCardDavType.html +4 -4
  801. package/documentation/types/WidgetContactContent.html +4 -4
  802. package/documentation/types/WidgetContactCss.html +6 -6
  803. package/documentation/types/WidgetContactType.html +4 -4
  804. package/documentation/types/WidgetContentKeys.html +57 -45
  805. package/documentation/types/WidgetContext.html +1 -1
  806. package/documentation/types/WidgetCountdownContent.html +8 -8
  807. package/documentation/types/WidgetCountdownType.html +4 -4
  808. package/documentation/types/WidgetCoverContent.html +10 -10
  809. package/documentation/types/WidgetCoverSlide.html +10 -10
  810. package/documentation/types/WidgetCoverType.html +4 -4
  811. package/documentation/types/WidgetDatasourceTableContent.html +1 -1
  812. package/documentation/types/WidgetDatasourceTableType.html +4 -4
  813. package/documentation/types/WidgetDatasourceValues.html +1 -1
  814. package/documentation/types/WidgetDate.html +3 -3
  815. package/documentation/types/WidgetDatePicker.html +2 -2
  816. package/documentation/types/WidgetDatetime.html +2 -2
  817. package/documentation/types/WidgetDefaultProps.html +8 -8
  818. package/documentation/types/WidgetDefinitionProps.html +8 -8
  819. package/documentation/types/WidgetDisplayMode.html +1 -1
  820. package/documentation/types/WidgetDocumentsContent.html +10 -10
  821. package/documentation/types/WidgetDocumentsType.html +4 -4
  822. package/documentation/types/WidgetEditorActions.html +4 -4
  823. package/documentation/types/WidgetEditorErrorActions.html +2 -2
  824. package/documentation/types/WidgetEmail.html +2 -2
  825. package/documentation/types/WidgetEmailsImapContent.html +4 -4
  826. package/documentation/types/WidgetEmailsImapType.html +4 -4
  827. package/documentation/types/WidgetEmbed.html +2 -2
  828. package/documentation/types/WidgetEmbedContent.html +2 -2
  829. package/documentation/types/WidgetEmbedType.html +4 -4
  830. package/documentation/types/WidgetExcelDatasourceTableContent.html +1 -1
  831. package/documentation/types/WidgetExcelDatasourceTableType.html +4 -4
  832. package/documentation/types/WidgetExtensionContent.html +2 -2
  833. package/documentation/types/WidgetExtensionType.html +4 -4
  834. package/documentation/types/WidgetFaqContent.html +6 -6
  835. package/documentation/types/WidgetFaqType.html +4 -4
  836. package/documentation/types/WidgetFile.html +2 -2
  837. package/documentation/types/WidgetFlocklerContent.html +2 -2
  838. package/documentation/types/WidgetFlocklerType.html +4 -4
  839. package/documentation/types/WidgetFunctions.html +1 -1
  840. package/documentation/types/WidgetHook.html +1 -1
  841. package/documentation/types/WidgetIframeVideo.html +2 -2
  842. package/documentation/types/WidgetImage.html +3 -3
  843. package/documentation/types/WidgetImageContent.html +22 -22
  844. package/documentation/types/WidgetImageType.html +4 -4
  845. package/documentation/types/WidgetKeys.html +1 -1
  846. package/documentation/types/WidgetLayer.html +7 -7
  847. package/documentation/types/WidgetLegacyMixedBoolean.html +1 -1
  848. package/documentation/types/WidgetLink.html +2 -2
  849. package/documentation/types/WidgetLuccaAbsenceContent.html +2 -2
  850. package/documentation/types/WidgetLuccaAbsenceType.html +4 -4
  851. package/documentation/types/WidgetLuccaAbsenceUser.html +5 -5
  852. package/documentation/types/WidgetMeteoContent.html +3 -3
  853. package/documentation/types/WidgetMeteoType.html +4 -4
  854. package/documentation/types/WidgetModalProps.html +3 -3
  855. package/documentation/types/WidgetMultiattribute.html +2 -2
  856. package/documentation/types/WidgetMyGroupContent.html +2 -2
  857. package/documentation/types/WidgetMyGroupType.html +4 -4
  858. package/documentation/types/WidgetNewsContent.html +199 -0
  859. package/documentation/types/WidgetNewsType.html +67 -0
  860. package/documentation/types/WidgetNewsflashContent.html +8 -8
  861. package/documentation/types/WidgetNewsflashType.html +4 -4
  862. package/documentation/types/WidgetNumber.html +2 -2
  863. package/documentation/types/WidgetOrientedlinks.html +7 -7
  864. package/documentation/types/WidgetPlace.html +3 -3
  865. package/documentation/types/WidgetPresenceContent.html +5 -5
  866. package/documentation/types/WidgetPresenceRespondPayload.html +5 -5
  867. package/documentation/types/WidgetPresenceResponse.html +6 -6
  868. package/documentation/types/WidgetPresenceResponseUserList.html +5 -5
  869. package/documentation/types/WidgetPresenceType.html +4 -4
  870. package/documentation/types/WidgetQuickSurveyContent.html +12 -12
  871. package/documentation/types/WidgetQuickSurveyContentArr.html +6 -6
  872. package/documentation/types/WidgetQuickSurveyResponse.html +5 -5
  873. package/documentation/types/WidgetQuickSurveyResponseUserList.html +5 -5
  874. package/documentation/types/WidgetQuickSurveyResponses.html +1 -1
  875. package/documentation/types/WidgetQuickSurveyType.html +4 -4
  876. package/documentation/types/WidgetRadio.html +3 -3
  877. package/documentation/types/WidgetRefUser.html +2 -2
  878. package/documentation/types/WidgetRtObject.html +4 -4
  879. package/documentation/types/WidgetSelect.html +4 -4
  880. package/documentation/types/WidgetSelectionBackgroundProps.html +9 -9
  881. package/documentation/types/WidgetSelectionProps.html +2 -2
  882. package/documentation/types/WidgetSeparatorAlign.html +1 -1
  883. package/documentation/types/WidgetSeparatorContent.html +5 -5
  884. package/documentation/types/WidgetSeparatorOrientation.html +1 -1
  885. package/documentation/types/WidgetSeparatorType.html +4 -4
  886. package/documentation/types/WidgetSlide.html +8 -8
  887. package/documentation/types/WidgetSliderContent.html +9 -9
  888. package/documentation/types/WidgetSliderType.html +4 -4
  889. package/documentation/types/WidgetStateProps.html +10 -10
  890. package/documentation/types/WidgetStyles.html +1 -1
  891. package/documentation/types/WidgetSurveyContent.html +61 -0
  892. package/documentation/types/WidgetSurveyType.html +67 -0
  893. package/documentation/types/WidgetSyncContentContent.html +3 -3
  894. package/documentation/types/WidgetSyncContentType.html +4 -4
  895. package/documentation/types/WidgetTableColumn.html +6 -6
  896. package/documentation/types/WidgetTableColumnData.html +8 -8
  897. package/documentation/types/WidgetTableColumnTypes.html +1 -1
  898. package/documentation/types/WidgetTableColumnWidgetDate.html +2 -2
  899. package/documentation/types/WidgetTableColumnWidgetDefault.html +1 -1
  900. package/documentation/types/WidgetTableColumnWidgetSelect.html +3 -3
  901. package/documentation/types/WidgetTableColumnWidgetSelectOption.html +3 -3
  902. package/documentation/types/WidgetTableColumnWidgetText.html +2 -2
  903. package/documentation/types/WidgetTableColumnWidgets.html +1 -1
  904. package/documentation/types/WidgetTableColumnsData.html +1 -1
  905. package/documentation/types/WidgetTableContent.html +11 -11
  906. package/documentation/types/WidgetTaxonomy.html +7 -7
  907. package/documentation/types/WidgetTel.html +2 -2
  908. package/documentation/types/WidgetText.html +2 -2
  909. package/documentation/types/WidgetTextContent.html +4 -4
  910. package/documentation/types/WidgetTextType.html +4 -4
  911. package/documentation/types/WidgetTextarea.html +3 -3
  912. package/documentation/types/WidgetToggle.html +2 -2
  913. package/documentation/types/WidgetTransient.html +2 -2
  914. package/documentation/types/WidgetTypeKeys.html +57 -45
  915. package/documentation/types/WidgetUri.html +7 -7
  916. package/documentation/types/WidgetUrl.html +3 -3
  917. package/documentation/types/WidgetUserProfileContent.html +4 -4
  918. package/documentation/types/WidgetUserProfileType.html +4 -4
  919. package/documentation/types/WidgetVector.html +3 -3
  920. package/documentation/types/WidgetWelcomeContent.html +6 -6
  921. package/documentation/types/WidgetWelcomeType.html +4 -4
  922. package/documentation/types/WidgetWrapperGeneric.html +4 -4
  923. package/documentation/types/WidgetWrapperLevel.html +1 -1
  924. package/documentation/types/WidgetWrapperProps.html +1 -1
  925. package/documentation/types/WidgetYoutubeContent.html +2 -2
  926. package/documentation/types/WidgetYoutubeType.html +4 -4
  927. package/documentation/types/WidgetsRootState.html +2 -2
  928. package/documentation/types/WidgetsState.html +22 -22
  929. package/documentation/types/WidgetsValue.html +1 -1
  930. package/documentation/types/WithExtensions.html +1 -1
  931. package/documentation/types/WithPartialExtensions.html +1 -1
  932. package/documentation/types/ZodShape.html +1 -1
  933. package/documentation/types/fileExtensionTypes.html +1 -1
  934. package/documentation/types/fileFamilyTypes.html +1 -1
  935. package/documentation/types/internalDraftView.html +1 -1
  936. package/documentation/types/jArticleList.html +1 -1
  937. package/documentation/types/jArticleLittle.html +1 -1
  938. package/documentation/types/jArticleView.html +1 -1
  939. package/documentation/types/jArticleWidgetList.html +1 -1
  940. package/documentation/types/jArticleWidgetLittle.html +1 -1
  941. package/documentation/types/jArticleWidgetView.html +1 -1
  942. package/documentation/types/jBusinessContactList.html +1 -1
  943. package/documentation/types/jBusinessContactLittle.html +1 -1
  944. package/documentation/types/jCommentList.html +1 -1
  945. package/documentation/types/jCommentLittle.html +1 -1
  946. package/documentation/types/jContentFactoryTemplateList.html +1 -1
  947. package/documentation/types/jContentFactoryTemplateView.html +1 -1
  948. package/documentation/types/jDatasourceArticleList.html +1 -1
  949. package/documentation/types/jDatasourceExcel.html +5 -5
  950. package/documentation/types/jDiapazoneList.html +1 -1
  951. package/documentation/types/jDiapazoneListWithExtras.html +1 -1
  952. package/documentation/types/jDiapazoneView.html +1 -1
  953. package/documentation/types/jExtraBotView.html +1 -1
  954. package/documentation/types/jFileList.html +1 -1
  955. package/documentation/types/jFileLittle.html +1 -1
  956. package/documentation/types/jFileLittleCrop.html +1 -1
  957. package/documentation/types/jFileRendition.html +5 -5
  958. package/documentation/types/jFolderList.html +1 -1
  959. package/documentation/types/jFolderLittle.html +1 -1
  960. package/documentation/types/jGroupList.html +1 -1
  961. package/documentation/types/jGroupLittle.html +1 -1
  962. package/documentation/types/jGroupView.html +1 -1
  963. package/documentation/types/jHref.html +3 -3
  964. package/documentation/types/jInternalDraftList.html +1 -1
  965. package/documentation/types/jInternalDraftView.html +1 -1
  966. package/documentation/types/jLinkList.html +1 -1
  967. package/documentation/types/jLinkLittle.html +1 -1
  968. package/documentation/types/jMeetingList.html +1 -1
  969. package/documentation/types/jMeetingView.html +1 -1
  970. package/documentation/types/jMessengerDiscussionGroupList.html +1 -1
  971. package/documentation/types/jMessengerDiscussionGroupLittle.html +1 -1
  972. package/documentation/types/jMessengerDiscussionUserList.html +1 -1
  973. package/documentation/types/jMessengerDiscussionUserLittle.html +1 -1
  974. package/documentation/types/jMessengerMessageLittle.html +1 -1
  975. package/documentation/types/jNetworkLittle.html +1 -1
  976. package/documentation/types/jObjectAutocomplete.html +1 -1
  977. package/documentation/types/jObjectBase.html +7 -7
  978. package/documentation/types/jObjectList.html +1 -1
  979. package/documentation/types/jObjectLittle.html +1 -1
  980. package/documentation/types/jOrgChartList.html +1 -1
  981. package/documentation/types/jOrgChartView.html +1 -1
  982. package/documentation/types/jPermanentRoomList.html +1 -1
  983. package/documentation/types/jPollSurveyList.html +2 -2
  984. package/documentation/types/jPollSurveyLittle.html +33 -0
  985. package/documentation/types/jPollSurveyView.html +2 -2
  986. package/documentation/types/jQuarantineList.html +1 -1
  987. package/documentation/types/jQuarantineLittle.html +1 -1
  988. package/documentation/types/jQuizzList.html +1 -1
  989. package/documentation/types/jQuizzView.html +1 -1
  990. package/documentation/types/jRecurringEventList.html +1 -1
  991. package/documentation/types/jRecurringEventLittle.html +1 -1
  992. package/documentation/types/jRecurringEventOccurrenceList.html +1 -1
  993. package/documentation/types/jRecurringEventOccurrenceListFalsy.html +1 -1
  994. package/documentation/types/jRecurringEventOccurrenceListTruthy.html +1 -1
  995. package/documentation/types/jRecurringEventOccurrenceLittle.html +1 -1
  996. package/documentation/types/jRecurringEventOccurrenceLittleFalsy.html +1 -1
  997. package/documentation/types/jRecurringEventOccurrenceLittleTruthy.html +1 -1
  998. package/documentation/types/jRecurringEventOccurrenceView.html +1 -1
  999. package/documentation/types/jRecurringEventOccurrenceViewFalsy.html +1 -1
  1000. package/documentation/types/jRecurringEventOccurrenceViewTruthy.html +1 -1
  1001. package/documentation/types/jRecurringEventView.html +1 -1
  1002. package/documentation/types/jSocialEventList.html +1 -1
  1003. package/documentation/types/jSocialEventLittle.html +1 -1
  1004. package/documentation/types/jSocialEventView.html +1 -1
  1005. package/documentation/types/jSocialRateLinkList.html +1 -1
  1006. package/documentation/types/jSpotAutocomplete.html +1 -1
  1007. package/documentation/types/jSupportList.html +1 -1
  1008. package/documentation/types/jSupportView.html +1 -1
  1009. package/documentation/types/jSurveyDateList.html +1 -1
  1010. package/documentation/types/jSurveyDateView.html +1 -1
  1011. package/documentation/types/jTaxonomyLittle.html +1 -1
  1012. package/documentation/types/jUserAutocomplete.html +1 -1
  1013. package/documentation/types/jUserList.html +1 -1
  1014. package/documentation/types/jUserLittle.html +1 -1
  1015. package/documentation/types/jUserValues.html +1 -1
  1016. package/documentation/types/jUserView.html +1 -1
  1017. package/documentation/types/socialEventRecord.html +6 -6
  1018. package/documentation/types/visioConnectRooms.html +1 -1
  1019. package/documentation/variables/ACCESS_REQUEST_ACCEPT.html +1 -1
  1020. package/documentation/variables/ACCESS_REQUEST_DENY.html +1 -1
  1021. package/documentation/variables/AsyncJobStateSchema.html +1 -1
  1022. package/documentation/variables/AsyncJobStatusSchema.html +1 -1
  1023. package/documentation/variables/CreateRoomPayloadSchema.html +1 -1
  1024. package/documentation/variables/DateFormatSchema.html +1 -1
  1025. package/documentation/variables/DiapazoneExtraFieldsSchema.html +1 -1
  1026. package/documentation/variables/FREQUENCY_DAILY.html +1 -1
  1027. package/documentation/variables/FREQUENCY_GROUP.html +1 -1
  1028. package/documentation/variables/FREQUENCY_INHERIT.html +1 -1
  1029. package/documentation/variables/FREQUENCY_NEVER.html +1 -1
  1030. package/documentation/variables/FREQUENCY_NOW.html +1 -1
  1031. package/documentation/variables/FREQUENCY_WEEKLY.html +1 -1
  1032. package/documentation/variables/ImapConnection.html +1 -1
  1033. package/documentation/variables/JLandMapCreationSchema.html +1 -1
  1034. package/documentation/variables/LanguagesList.html +1 -1
  1035. package/documentation/variables/LanguagesSchema.html +1 -1
  1036. package/documentation/variables/LicenseUserPriceUpdateSimulationSchema.html +1 -1
  1037. package/documentation/variables/NumberFormatSchema.html +1 -1
  1038. package/documentation/variables/OfficeProviderSchema.html +1 -1
  1039. package/documentation/variables/OrgChartConfigSchema.html +1 -1
  1040. package/documentation/variables/OrgChartConfigurationSchema.html +1 -1
  1041. package/documentation/variables/OrgChartLinkSchema.html +1 -1
  1042. package/documentation/variables/OrgChartNodeSchema.html +1 -1
  1043. package/documentation/variables/OrgChartUpdateMetasFormSchema.html +1 -1
  1044. package/documentation/variables/PublishButtonConfigurationCustomSectionSchema.html +1 -1
  1045. package/documentation/variables/PublishButtonConfigurationSchema.html +1 -1
  1046. package/documentation/variables/PublishButtonSectionEntrySchema.html +1 -1
  1047. package/documentation/variables/PublishButtonSectionSchema.html +1 -1
  1048. package/documentation/variables/PublishButtonSectionsSchema.html +1 -1
  1049. package/documentation/variables/TVChannelCustomSchema.html +1 -1
  1050. package/documentation/variables/TeamWorkAiTaskSchema.html +1 -1
  1051. package/documentation/variables/TeamWorkDaySummaryStateSchema.html +1 -1
  1052. package/documentation/variables/TeamWorkTodoStateSchema.html +1 -1
  1053. package/documentation/variables/TwoFactorAuthenticationDailyActivationStatisticsSchema.html +1 -1
  1054. package/documentation/variables/TwoFactorAuthenticationGenerateConfigurationSchema.html +1 -1
  1055. package/documentation/variables/TwoFactorAuthenticationStatisticsSchema.html +1 -1
  1056. package/documentation/variables/UserAIProfileSchema.html +1 -1
  1057. package/documentation/variables/UserBirthdaySchema.html +1 -1
  1058. package/documentation/variables/UserLevel.html +1 -1
  1059. package/documentation/variables/UserNotificationsConfigurationSchema.html +1 -1
  1060. package/documentation/variables/UserVariant.html +1 -1
  1061. package/documentation/variables/WIDGET_LEVEL_1.html +1 -1
  1062. package/documentation/variables/WIDGET_LEVEL_2.html +1 -1
  1063. package/documentation/variables/WIDGET_LEVEL_3.html +1 -1
  1064. package/documentation/variables/WIDGET_LEVEL_4.html +1 -1
  1065. package/documentation/variables/WRITE_RIGHT_ADMIN.html +1 -1
  1066. package/documentation/variables/WRITE_RIGHT_ALL.html +1 -1
  1067. package/documentation/variables/WRITE_RIGHT_CUSTOM.html +1 -1
  1068. package/documentation/variables/WRITE_RIGHT_PUBLIC.html +1 -1
  1069. package/documentation/variables/WidgetPresenceResponseUserListSchema.html +1 -1
  1070. package/documentation/variables/WidgetQuickSurveyContentArrSchema.html +1 -1
  1071. package/documentation/variables/WidgetQuickSurveyResponseSchema.html +1 -1
  1072. package/documentation/variables/WidgetQuickSurveyResponseUserListSchema.html +1 -1
  1073. package/documentation/variables/accessRequestStatusValuesSchema.html +1 -1
  1074. package/documentation/variables/actionParamsSchema.html +1 -1
  1075. package/documentation/variables/actionVerbSchema.html +1 -1
  1076. package/documentation/variables/addCommentParamsSchema.html +1 -1
  1077. package/documentation/variables/addFaqEntrySchema.html +1 -1
  1078. package/documentation/variables/adminAppSchema.html +1 -1
  1079. package/documentation/variables/adminAppTabSchema.html +1 -1
  1080. package/documentation/variables/adminAppsSchema.html +1 -1
  1081. package/documentation/variables/adminLicenseStatsSchema.html +1 -1
  1082. package/documentation/variables/adminLicensesAssignedSchema.html +1 -1
  1083. package/documentation/variables/adminLicensesNotAssignedSchema.html +1 -1
  1084. package/documentation/variables/adminLogNavigationSchema.html +1 -1
  1085. package/documentation/variables/adminLogObjectSchema.html +1 -1
  1086. package/documentation/variables/adminLogSearchSchema.html +1 -1
  1087. package/documentation/variables/animationConfigurationTypeSchema.html +1 -1
  1088. package/documentation/variables/animationStatsRowSchema.html +1 -1
  1089. package/documentation/variables/animationStatsSchema.html +1 -1
  1090. package/documentation/variables/animationVariantSchema.html +1 -1
  1091. package/documentation/variables/api.html +1 -1
  1092. package/documentation/variables/applicationActionBaseSchema.html +1 -1
  1093. package/documentation/variables/applicationBaseSchema.html +1 -1
  1094. package/documentation/variables/applicationDefaultSchema.html +1 -1
  1095. package/documentation/variables/applicationExtraPropertiesSchema.html +1 -1
  1096. package/documentation/variables/applicationIframeSchema.html +1 -1
  1097. package/documentation/variables/applicationIntranetHookSchema.html +1 -1
  1098. package/documentation/variables/applicationLinkSchema.html +1 -1
  1099. package/documentation/variables/applicationSchema.html +1 -1
  1100. package/documentation/variables/applicationTabSchema.html +1 -1
  1101. package/documentation/variables/applicationWithTabsSchema.html +1 -1
  1102. package/documentation/variables/articleCreationSchema.html +1 -1
  1103. package/documentation/variables/articleDisplayModeSchema.html +1 -1
  1104. package/documentation/variables/articleGetConfigSchema.html +1 -1
  1105. package/documentation/variables/articleListConfigSchema.html +1 -1
  1106. package/documentation/variables/articleTranslationGetSchema.html +1 -1
  1107. package/documentation/variables/articleTranslationLanguageSchema.html +1 -1
  1108. package/documentation/variables/articleTranslationTranslateSchema.html +1 -1
  1109. package/documentation/variables/aseiGroupsSchema.html +1 -1
  1110. package/documentation/variables/aseiRightsSchema.html +1 -1
  1111. package/documentation/variables/aseiTicketStatusSchema.html +1 -1
  1112. package/documentation/variables/assetReservationConfigurationSchema.html +1 -1
  1113. package/documentation/variables/audienceAutocompleteSchema.html +1 -1
  1114. package/documentation/variables/audienceSchema.html +1 -1
  1115. package/documentation/variables/autocompleteLittleSchema.html +1 -1
  1116. package/documentation/variables/baseArticleSchema.html +1 -1
  1117. package/documentation/variables/baseAutocompleteSchema.html +1 -1
  1118. package/documentation/variables/bookmarkCustomSchema.html +1 -1
  1119. package/documentation/variables/bookmarkLinkSchema.html +1 -1
  1120. package/documentation/variables/bookmarkTypesSchema.html +1 -1
  1121. package/documentation/variables/businessContactSchema.html +1 -1
  1122. package/documentation/variables/calendarEventListSchema.html +2 -2
  1123. package/documentation/variables/calendarEventViewSchema.html +2 -2
  1124. package/documentation/variables/calendarEventsExtension.html +1 -1
  1125. package/documentation/variables/calendarMemberLittleSchema.html +1 -1
  1126. package/documentation/variables/calendarOldEventSchema.html +1 -1
  1127. package/documentation/variables/calendarTabSchema.html +1 -1
  1128. package/documentation/variables/categorySchema.html +1 -1
  1129. package/documentation/variables/chartTypeSchema.html +1 -1
  1130. package/documentation/variables/chartsPieDatumSchema.html +1 -1
  1131. package/documentation/variables/chartsSerieSchema.html +1 -1
  1132. package/documentation/variables/combinedContentFactoryDataSchema.html +1 -1
  1133. package/documentation/variables/combinedSurveyFieldOptionsSchema.html +1 -1
  1134. package/documentation/variables/combinedSurveyFieldSchema.html +1 -1
  1135. package/documentation/variables/combinedSurveyFieldTypeSchema.html +1 -1
  1136. package/documentation/variables/combinedWidgetContentSchema.html +1 -1
  1137. package/documentation/variables/combinedWidgetTypeSchema.html +1 -1
  1138. package/documentation/variables/communitySchema.html +1 -1
  1139. package/documentation/variables/contactEntrySchema.html +1 -1
  1140. package/documentation/variables/contactShowFieldsSchema.html +1 -1
  1141. package/documentation/variables/contentFactoryDefaultDataSchema.html +1 -1
  1142. package/documentation/variables/contentFactorySurveyDataSchema.html +1 -1
  1143. package/documentation/variables/contentFactoryTypes.html +1 -1
  1144. package/documentation/variables/createFaqCategorySchema.html +1 -1
  1145. package/documentation/variables/createFaqEntrySchema.html +1 -1
  1146. package/documentation/variables/createFaqThemeSchema.html +1 -1
  1147. package/documentation/variables/createGroupSchema.html +1 -1
  1148. package/documentation/variables/createReportParamsSchema.html +1 -1
  1149. package/documentation/variables/cssBackgroundPositionSchema.html +1 -1
  1150. package/documentation/variables/cssBackgroundSizeSchema.html +1 -1
  1151. package/documentation/variables/cssTextAlignTypeSchema.html +1 -1
  1152. package/documentation/variables/davAddressBookContactSchema.html +1 -1
  1153. package/documentation/variables/davCalendarEventSchema.html +1 -1
  1154. package/documentation/variables/default.html +1 -1
  1155. package/documentation/variables/deleteFaqThemeSchema.html +1 -1
  1156. package/documentation/variables/discussionPropertiesSchema.html +1 -1
  1157. package/documentation/variables/discussionPropertySchema.html +1 -1
  1158. package/documentation/variables/driveAccountSchema.html +1 -1
  1159. package/documentation/variables/driveGetAccountParamsSchema.html +1 -1
  1160. package/documentation/variables/driveGetAccountSchema.html +1 -1
  1161. package/documentation/variables/driveGetDocumentParamsSchema.html +1 -1
  1162. package/documentation/variables/driveGetGroupsParamsSchema.html +1 -1
  1163. package/documentation/variables/driveGetTenantsParamsSchema.html +1 -1
  1164. package/documentation/variables/driveItemTypeSchema.html +1 -1
  1165. package/documentation/variables/driveLogoutParamsSchema.html +1 -1
  1166. package/documentation/variables/driveSetDefaultAccountParamsSchema.html +1 -1
  1167. package/documentation/variables/driveTmpFileSchema.html +1 -1
  1168. package/documentation/variables/dropboxDocumentEntitySchema.html +1 -1
  1169. package/documentation/variables/dropboxDocumentParamsSchema.html +1 -1
  1170. package/documentation/variables/dropboxGetDocumentsParamsSchema.html +1 -1
  1171. package/documentation/variables/editFaqCategorySchema.html +1 -1
  1172. package/documentation/variables/editFaqEntrySchema.html +1 -1
  1173. package/documentation/variables/editFaqThemeSchema.html +1 -1
  1174. package/documentation/variables/eventModeSchema.html +1 -1
  1175. package/documentation/variables/eventStatusFilterSchema.html +1 -1
  1176. package/documentation/variables/extendSchema.html +1 -1
  1177. package/documentation/variables/extensions.html +1 -1
  1178. package/documentation/variables/facetModeSchema.html +1 -1
  1179. package/documentation/variables/faqAccessSchema.html +1 -1
  1180. package/documentation/variables/faqContentItemSchema.html +1 -1
  1181. package/documentation/variables/faqHookPropertiesSchema.html +1 -1
  1182. package/documentation/variables/faqTaxonomySchema.html +1 -1
  1183. package/documentation/variables/faqWidgetCategoryItemSchema.html +1 -1
  1184. package/documentation/variables/faqWidgetCategorySchema.html +1 -1
  1185. package/documentation/variables/faqWidgetItemSchema.html +1 -1
  1186. package/documentation/variables/faqWidgetItemUriCategorySchema.html +1 -1
  1187. package/documentation/variables/fileCropConfigSchema.html +1 -1
  1188. package/documentation/variables/fileMainTypeSchema.html +1 -1
  1189. package/documentation/variables/fileSyncAdminSpotSchema.html +1 -1
  1190. package/documentation/variables/fileSyncAdminSpotsPropsSchema.html +1 -1
  1191. package/documentation/variables/fileSyncFileBankSchema.html +1 -1
  1192. package/documentation/variables/fileSyncUserQuotaSchema.html +1 -1
  1193. package/documentation/variables/filterSchema.html +1 -1
  1194. package/documentation/variables/filterValueSchema.html +1 -1
  1195. package/documentation/variables/filtersSchema.html +1 -1
  1196. package/documentation/variables/formatExtensionSchema.html +1 -1
  1197. package/documentation/variables/formatListSchema.html +1 -1
  1198. package/documentation/variables/formats.html +1 -1
  1199. package/documentation/variables/getCommentsParamsSchema.html +1 -1
  1200. package/documentation/variables/getLicenseArticlesParamsSchema.html +1 -1
  1201. package/documentation/variables/getLicenseKindUsersParamsSchema.html +1 -1
  1202. package/documentation/variables/getReportsParamsSchema.html +1 -1
  1203. package/documentation/variables/getUnclassifiedFilesParamsSchema.html +1 -1
  1204. package/documentation/variables/gifSchema.html +1 -1
  1205. package/documentation/variables/groupCategoriesConfigurationSchema.html +1 -1
  1206. package/documentation/variables/groupCustomWidgetSchema.html +1 -1
  1207. package/documentation/variables/groupListConfigSchema.html +1 -1
  1208. package/documentation/variables/groupMemberLevelSchema.html +1 -1
  1209. package/documentation/variables/groupMemberSchema.html +1 -1
  1210. package/documentation/variables/groupModerateStatusSchema.html +1 -1
  1211. package/documentation/variables/groupPrivacy.html +1 -1
  1212. package/documentation/variables/groupPropertiesOptionsSchema.html +1 -1
  1213. package/documentation/variables/groupPropertiesSchema.html +1 -1
  1214. package/documentation/variables/groupUserLevelSchema.html +1 -1
  1215. package/documentation/variables/groupWidgetLittleSchema.html +1 -1
  1216. package/documentation/variables/groupWidgetSchema.html +1 -1
  1217. package/documentation/variables/groupWidgetsSchema.html +1 -1
  1218. package/documentation/variables/headingTypeSchema.html +1 -1
  1219. package/documentation/variables/hookListTypeSchema.html +1 -1
  1220. package/documentation/variables/imageFormValueSchema.html +1 -1
  1221. package/documentation/variables/imageSizeSchema.html +1 -1
  1222. package/documentation/variables/imapInboxMailSchema.html +1 -1
  1223. package/documentation/variables/jArticleListSchema.html +1 -1
  1224. package/documentation/variables/jArticleListShapeTmp.html +1 -1
  1225. package/documentation/variables/jArticleLittleSchema.html +1 -1
  1226. package/documentation/variables/jArticleViewSchema.html +1 -1
  1227. package/documentation/variables/jArticleWidgetListSchema.html +1 -1
  1228. package/documentation/variables/jArticleWidgetLittleSchema.html +1 -1
  1229. package/documentation/variables/jArticleWidgetViewSchema.html +1 -1
  1230. package/documentation/variables/jAseiInstitutionViewSchema.html +1 -1
  1231. package/documentation/variables/jAseiTicketViewSchema.html +1 -1
  1232. package/documentation/variables/jBookableAssetListSchema.html +1 -1
  1233. package/documentation/variables/jBookableAssetViewSchema.html +1 -1
  1234. package/documentation/variables/jBusinessContactListSchema.html +1 -1
  1235. package/documentation/variables/jBusinessContactLittleSchema.html +1 -1
  1236. package/documentation/variables/jCommentListSchema.html +1 -1
  1237. package/documentation/variables/jCommentLittleSchema.html +1 -1
  1238. package/documentation/variables/jContentFactoryDefaultTemplateViewSchema.html +1 -1
  1239. package/documentation/variables/jContentFactorySurveyTemplateViewSchema.html +1 -1
  1240. package/documentation/variables/jContentFactoryTemplateListSchema.html +1 -1
  1241. package/documentation/variables/jContentFactoryTemplateViewSchema.html +1 -1
  1242. package/documentation/variables/jContentReportListSchema.html +1 -1
  1243. package/documentation/variables/jDiapazoneListSchema.html +1 -1
  1244. package/documentation/variables/jDiapazoneViewSchema.html +1 -1
  1245. package/documentation/variables/jEnsure.html +1 -1
  1246. package/documentation/variables/jExtraBotViewSchema.html +1 -1
  1247. package/documentation/variables/jFaqItemListSchema.html +1 -1
  1248. package/documentation/variables/jFaqItemViewSchema.html +1 -1
  1249. package/documentation/variables/jFaqListSchema.html +1 -1
  1250. package/documentation/variables/jFaqViewSchema.html +1 -1
  1251. package/documentation/variables/jFileListSchema.html +1 -1
  1252. package/documentation/variables/jFileLittleCropSchema.html +1 -1
  1253. package/documentation/variables/jFileLittleSchema.html +1 -1
  1254. package/documentation/variables/jFileRenditionSchema.html +1 -1
  1255. package/documentation/variables/jFolderListSchema.html +1 -1
  1256. package/documentation/variables/jFolderLittleSchema.html +1 -1
  1257. package/documentation/variables/jGroupListSchema.html +1 -1
  1258. package/documentation/variables/jGroupLittleSchema.html +1 -1
  1259. package/documentation/variables/jGroupViewSchema.html +1 -1
  1260. package/documentation/variables/jHrefSchema.html +1 -1
  1261. package/documentation/variables/jIACapabilitiesSchema.html +1 -1
  1262. package/documentation/variables/jInternalDraftListSchema.html +1 -1
  1263. package/documentation/variables/jInternalDraftViewSchema.html +1 -1
  1264. package/documentation/variables/jLandLogSchema.html +1 -1
  1265. package/documentation/variables/jLandMapFlavorSchema.html +1 -1
  1266. package/documentation/variables/jLandMapKindSchema.html +1 -1
  1267. package/documentation/variables/jLandMapListSchema.html +1 -1
  1268. package/documentation/variables/jLandMapLittleSchema.html +1 -1
  1269. package/documentation/variables/jLandMapViewSchema.html +1 -1
  1270. package/documentation/variables/jLandStatSchema.html +1 -1
  1271. package/documentation/variables/jLinkListSchema.html +1 -1
  1272. package/documentation/variables/jLinkLittleSchema.html +1 -1
  1273. package/documentation/variables/jMediaLibraryFileListSchema.html +1 -1
  1274. package/documentation/variables/jMediaLibraryFileLittleSchema.html +1 -1
  1275. package/documentation/variables/jMediaLibraryFolderListSchema.html +1 -1
  1276. package/documentation/variables/jMediaLibraryFolderLittleSchema.html +1 -1
  1277. package/documentation/variables/jMeetingListSchema.html +1 -1
  1278. package/documentation/variables/jMeetingViewSchema.html +1 -1
  1279. package/documentation/variables/jMessengerDiscussionGroupListSchema.html +1 -1
  1280. package/documentation/variables/jMessengerDiscussionGroupLittleSchema.html +1 -1
  1281. package/documentation/variables/jMessengerDiscussionUserListSchema.html +1 -1
  1282. package/documentation/variables/jMessengerDiscussionUserLittleSchema.html +1 -1
  1283. package/documentation/variables/jMessengerMessageLittleSchema.html +1 -1
  1284. package/documentation/variables/jNetworkLittleSchema.html +1 -1
  1285. package/documentation/variables/jObjectAutocompleteSchema.html +1 -1
  1286. package/documentation/variables/jObjectBaseSchema.html +1 -1
  1287. package/documentation/variables/jObjectListSchema.html +1 -1
  1288. package/documentation/variables/jObjectLittleSchema.html +1 -1
  1289. package/documentation/variables/jOrgChartListSchema.html +1 -1
  1290. package/documentation/variables/jOrgChartViewSchema.html +1 -1
  1291. package/documentation/variables/jPermanentRoomListSchema.html +1 -1
  1292. package/documentation/variables/jPollSurveyListSchema.html +2 -2
  1293. package/documentation/variables/jPollSurveyLittleSchema.html +33 -0
  1294. package/documentation/variables/jPollSurveyViewSchema.html +2 -2
  1295. package/documentation/variables/jQuarantineListSchema.html +1 -1
  1296. package/documentation/variables/jQuarantineLittleSchema.html +1 -1
  1297. package/documentation/variables/jQuizzListSchema.html +1 -1
  1298. package/documentation/variables/jQuizzListShapeTmp.html +1 -1
  1299. package/documentation/variables/jQuizzViewSchema.html +1 -1
  1300. package/documentation/variables/jRecurringEventListSchema.html +1 -1
  1301. package/documentation/variables/jRecurringEventLittleSchema.html +1 -1
  1302. package/documentation/variables/jRecurringEventOccurrenceListFalsySchema.html +1 -1
  1303. package/documentation/variables/jRecurringEventOccurrenceListSchema.html +1 -1
  1304. package/documentation/variables/jRecurringEventOccurrenceListTruthySchema.html +1 -1
  1305. package/documentation/variables/jRecurringEventOccurrenceLittleFalsySchema.html +1 -1
  1306. package/documentation/variables/jRecurringEventOccurrenceLittleSchema.html +1 -1
  1307. package/documentation/variables/jRecurringEventOccurrenceLittleTruthySchema.html +1 -1
  1308. package/documentation/variables/jRecurringEventOccurrenceViewFalsySchema.html +1 -1
  1309. package/documentation/variables/jRecurringEventOccurrenceViewSchema.html +1 -1
  1310. package/documentation/variables/jRecurringEventOccurrenceViewTruthySchema.html +1 -1
  1311. package/documentation/variables/jRecurringEventViewSchema.html +1 -1
  1312. package/documentation/variables/jReservationListSchema.html +1 -1
  1313. package/documentation/variables/jSocialEventListSchema.html +1 -1
  1314. package/documentation/variables/jSocialEventLittleSchema.html +1 -1
  1315. package/documentation/variables/jSocialEventViewSchema.html +1 -1
  1316. package/documentation/variables/jSocialRateLinkListSchema.html +1 -1
  1317. package/documentation/variables/jSpotAutocompleteSchema.html +1 -1
  1318. package/documentation/variables/jSpotAutocompleteShape.html +1 -1
  1319. package/documentation/variables/jSupportListSchema.html +1 -1
  1320. package/documentation/variables/jSupportViewSchema.html +1 -1
  1321. package/documentation/variables/jSupportViewShapeTmp.html +1 -1
  1322. package/documentation/variables/jSurveyDateListSchema.html +1 -1
  1323. package/documentation/variables/jSurveyDateViewSchema.html +1 -1
  1324. package/documentation/variables/jTvChannelDynamicListSchema.html +1 -1
  1325. package/documentation/variables/jTvChannelListSchema.html +1 -1
  1326. package/documentation/variables/jTvChannelLittleSchema.html +1 -1
  1327. package/documentation/variables/jTvChannelSlideshowListSchema.html +1 -1
  1328. package/documentation/variables/jUserAutocompleteSchema.html +1 -1
  1329. package/documentation/variables/jUserListSchema.html +1 -1
  1330. package/documentation/variables/jUserLittleSchema.html +1 -1
  1331. package/documentation/variables/jUserValuesSchema.html +1 -1
  1332. package/documentation/variables/jUserViewSchema.html +1 -1
  1333. package/documentation/variables/licenseSchema.html +1 -1
  1334. package/documentation/variables/mediaLibraryFilesStatsSchema.html +1 -1
  1335. package/documentation/variables/mediaLibraryFolderStatsSchema.html +1 -1
  1336. package/documentation/variables/mediaLibraryListSchema.html +1 -1
  1337. package/documentation/variables/mediaLibraryStatsSchema.html +1 -1
  1338. package/documentation/variables/meetingActionSchema.html +1 -1
  1339. package/documentation/variables/meetingCreationSchema.html +1 -1
  1340. package/documentation/variables/meetingUpdateSchema.html +1 -1
  1341. package/documentation/variables/metasExternalSchema.html +1 -1
  1342. package/documentation/variables/metasJamespotSchema.html +1 -1
  1343. package/documentation/variables/metasSchema.html +1 -1
  1344. package/documentation/variables/metasYoutubeSchema.html +1 -1
  1345. package/documentation/variables/meteoLocationSchema.html +1 -1
  1346. package/documentation/variables/meteoSearchResultSchema.html +1 -1
  1347. package/documentation/variables/methodSchema.html +1 -1
  1348. package/documentation/variables/mimetypeToExt.html +1 -1
  1349. package/documentation/variables/mimetypes.html +1 -1
  1350. package/documentation/variables/moduleRestrictionMode.html +1 -1
  1351. package/documentation/variables/moveFaqEntrySchema.html +1 -1
  1352. package/documentation/variables/moveFaqThemeSchema.html +1 -1
  1353. package/documentation/variables/moveMediaLibraryFileParamsSchema.html +1 -1
  1354. package/documentation/variables/msDocumentEntitySchema.html +1 -1
  1355. package/documentation/variables/msDocumentParamsSchema.html +1 -1
  1356. package/documentation/variables/msGetDocumentsParamsSchema.html +1 -1
  1357. package/documentation/variables/msGroupEntitySchema.html +1 -1
  1358. package/documentation/variables/msSiteEntitySchema.html +1 -1
  1359. package/documentation/variables/msTenantEntitySchema.html +1 -1
  1360. package/documentation/variables/msTenantsSchema.html +1 -1
  1361. package/documentation/variables/msUnifiedEntitySchema.html +1 -1
  1362. package/documentation/variables/network.html +1 -1
  1363. package/documentation/variables/networkTypeSchema.html +1 -1
  1364. package/documentation/variables/newsConceptSchema.html +33 -0
  1365. package/documentation/variables/newsflashGetResponseSchema.html +1 -1
  1366. package/documentation/variables/newsflashItemSchema.html +1 -1
  1367. package/documentation/variables/newsflashPropertiesSchema.html +1 -1
  1368. package/documentation/variables/newsflashSourceSchema.html +1 -1
  1369. package/documentation/variables/newsflashSourcesSchema.html +1 -1
  1370. package/documentation/variables/objectListPropsSchema.html +1 -1
  1371. package/documentation/variables/objectWithoutLicenseFilterSchema.html +1 -1
  1372. package/documentation/variables/officeProviderBaseUrlsSchema.html +1 -1
  1373. package/documentation/variables/officeSetConfigurationPayloadSchema.html +1 -1
  1374. package/documentation/variables/officeUserConfigurationSchema.html +1 -1
  1375. package/documentation/variables/onlyOfficeFileSchema.html +1 -1
  1376. package/documentation/variables/onyOfficeFileInfoSchema.html +1 -1
  1377. package/documentation/variables/openingTypeAnchorSchema.html +1 -1
  1378. package/documentation/variables/openingTypeLinkSchema.html +1 -1
  1379. package/documentation/variables/openingTypePopupSchema.html +1 -1
  1380. package/documentation/variables/openingTypeSchema.html +1 -1
  1381. package/documentation/variables/operatorSchema.html +1 -1
  1382. package/documentation/variables/orderSchema.html +1 -1
  1383. package/documentation/variables/ordersSchema.html +1 -1
  1384. package/documentation/variables/pollSurveyStatusSchema.html +33 -0
  1385. package/documentation/variables/publicWebinarData.html +1 -1
  1386. package/documentation/variables/publicWebinarFullnameRequestSchema.html +1 -1
  1387. package/documentation/variables/publicWebinarGetDateRequestSchema.html +1 -1
  1388. package/documentation/variables/publicWebinarUrlSchema.html +1 -1
  1389. package/documentation/variables/questionAnswerSelectResponseParamsSchema.html +1 -1
  1390. package/documentation/variables/questionAnswerUnselectResponseParamsSchema.html +1 -1
  1391. package/documentation/variables/quizFieldSchema.html +1 -1
  1392. package/documentation/variables/quizResponseSchema.html +1 -1
  1393. package/documentation/variables/recurrenceRuleSchema.html +1 -1
  1394. package/documentation/variables/recurringEventCreationSchema.html +1 -1
  1395. package/documentation/variables/recurringEventUpdateSchema.html +1 -1
  1396. package/documentation/variables/resetNotificationConfigurationSchema.html +1 -1
  1397. package/documentation/variables/rightsSchema.html +1 -1
  1398. package/documentation/variables/rssTypeSchema.html +1 -1
  1399. package/documentation/variables/searchCategoryModelSchema.html +1 -1
  1400. package/documentation/variables/searchCategoryValueSchema.html +1 -1
  1401. package/documentation/variables/searchConfigSchema.html +1 -1
  1402. package/documentation/variables/searchFacetModelSchema.html +1 -1
  1403. package/documentation/variables/searchFacetValueModelSchema.html +1 -1
  1404. package/documentation/variables/searchFacetValuesSchema.html +1 -1
  1405. package/documentation/variables/searchLastQuerySchema.html +1 -1
  1406. package/documentation/variables/searchQueryFilterModelSchema.html +1 -1
  1407. package/documentation/variables/searchQueryOptionSchema.html +1 -1
  1408. package/documentation/variables/searchQuerySchema.html +1 -1
  1409. package/documentation/variables/searchQuerySortModelSchema.html +1 -1
  1410. package/documentation/variables/searchResultCatPropsSchema.html +1 -1
  1411. package/documentation/variables/searchResultPropsAppSchema.html +1 -1
  1412. package/documentation/variables/searchResultPropsObjectSchema.html +1 -1
  1413. package/documentation/variables/searchResultPropsSchema.html +1 -1
  1414. package/documentation/variables/shareAccessPropsSchema.html +1 -1
  1415. package/documentation/variables/shareGeneralAccessRulesSchema.html +1 -1
  1416. package/documentation/variables/shareOptionObjectSchema.html +1 -1
  1417. package/documentation/variables/shareOptionSchema.html +1 -1
  1418. package/documentation/variables/socialActionRateSchema.html +1 -1
  1419. package/documentation/variables/socialActionReportSchema.html +1 -1
  1420. package/documentation/variables/socialActionSchema.html +1 -1
  1421. package/documentation/variables/socialActionSchema_deprecated.html +1 -1
  1422. package/documentation/variables/socialActionShareSchema.html +1 -1
  1423. package/documentation/variables/socialActionStructSchema_deprecated.html +1 -1
  1424. package/documentation/variables/socialActionToggleSchema.html +1 -1
  1425. package/documentation/variables/socialEventActionSchema.html +1 -1
  1426. package/documentation/variables/socialEventCreationSchema.html +1 -1
  1427. package/documentation/variables/socialEventUpdateSchema.html +1 -1
  1428. package/documentation/variables/spotDiscussionKindSchema.html +1 -1
  1429. package/documentation/variables/storeFinalizeSchema.html +1 -1
  1430. package/documentation/variables/storeItemSchema.html +1 -1
  1431. package/documentation/variables/surveyDateResponsesSchema.html +1 -1
  1432. package/documentation/variables/surveyDateUsersForDateSchema.html +1 -1
  1433. package/documentation/variables/surveyDateUsersResponseSchema.html +1 -1
  1434. package/documentation/variables/surveyDateUsersResponsesSchema.html +1 -1
  1435. package/documentation/variables/surveyDateUtils.html +1 -1
  1436. package/documentation/variables/surveyFieldBaseSchema.html +1 -1
  1437. package/documentation/variables/surveyFieldBinaryDataSchema.html +1 -1
  1438. package/documentation/variables/surveyFieldBinarySchema.html +1 -1
  1439. package/documentation/variables/surveyFieldCheckDataSchema.html +1 -1
  1440. package/documentation/variables/surveyFieldCheckSchema.html +1 -1
  1441. package/documentation/variables/surveyFieldFileUploadDataSchema.html +1 -1
  1442. package/documentation/variables/surveyFieldFileUploadSchema.html +1 -1
  1443. package/documentation/variables/surveyFieldGridCheckDataSchema.html +1 -1
  1444. package/documentation/variables/surveyFieldGridCheckSchema.html +1 -1
  1445. package/documentation/variables/surveyFieldGridRadioDataSchema.html +1 -1
  1446. package/documentation/variables/surveyFieldGridRadioSchema.html +1 -1
  1447. package/documentation/variables/surveyFieldKeysSchema.html +1 -1
  1448. package/documentation/variables/surveyFieldOptionCheckSchema.html +1 -1
  1449. package/documentation/variables/surveyFieldOptionFileUploadSchema.html +1 -1
  1450. package/documentation/variables/surveyFieldOptionGridCheckSchema.html +1 -1
  1451. package/documentation/variables/surveyFieldOptionGridRadioSchema.html +1 -1
  1452. package/documentation/variables/surveyFieldOptionRateSchema.html +1 -1
  1453. package/documentation/variables/surveyFieldOptionScaleSchema.html +1 -1
  1454. package/documentation/variables/surveyFieldOptionTextSchema.html +1 -1
  1455. package/documentation/variables/surveyFieldOptionTextareaSchema.html +1 -1
  1456. package/documentation/variables/surveyFieldRadioDataSchema.html +1 -1
  1457. package/documentation/variables/surveyFieldRadioSchema.html +1 -1
  1458. package/documentation/variables/surveyFieldRateDataSchema.html +1 -1
  1459. package/documentation/variables/surveyFieldRateSchema.html +1 -1
  1460. package/documentation/variables/surveyFieldScaleDataSchema.html +1 -1
  1461. package/documentation/variables/surveyFieldScaleSchema.html +1 -1
  1462. package/documentation/variables/surveyFieldSelectDataSchema.html +1 -1
  1463. package/documentation/variables/surveyFieldSelectSchema.html +1 -1
  1464. package/documentation/variables/surveyFieldTextDataSchema.html +1 -1
  1465. package/documentation/variables/surveyFieldTextSchema.html +1 -1
  1466. package/documentation/variables/surveyFieldTextareaDataSchema.html +1 -1
  1467. package/documentation/variables/surveyFieldTextareaSchema.html +1 -1
  1468. package/documentation/variables/surveySectionSchema.html +1 -1
  1469. package/documentation/variables/textEnhanceResponseSchema.html +1 -1
  1470. package/documentation/variables/tinyMCECommonOptionsSchema.html +1 -1
  1471. package/documentation/variables/tinyMCEDynamicOptionsSchema.html +1 -1
  1472. package/documentation/variables/tinymceExtendedOptionsSchema.html +1 -1
  1473. package/documentation/variables/tvChannelCreatePayloadSchema.html +1 -1
  1474. package/documentation/variables/tvChannelCreationSchema.html +1 -1
  1475. package/documentation/variables/tvChannelDynamicArticleSchema.html +1 -1
  1476. package/documentation/variables/tvChannelDynamicCommentSchema.html +1 -1
  1477. package/documentation/variables/tvChannelSlideshowFileSchema.html +1 -1
  1478. package/documentation/variables/tvChannelTypeSchema.html +1 -1
  1479. package/documentation/variables/tvGetChannelResponseSchema.html +1 -1
  1480. package/documentation/variables/tvGetConfigureDynamicChannelResponse.html +1 -1
  1481. package/documentation/variables/tvGetConfigureSlideshowChannelResponse.html +1 -1
  1482. package/documentation/variables/updateCommentParamsSchema.html +1 -1
  1483. package/documentation/variables/updateGroupSchema.html +1 -1
  1484. package/documentation/variables/updateReportStatusParamsSchema.html +1 -1
  1485. package/documentation/variables/uploadConfigSchema.html +1 -1
  1486. package/documentation/variables/userDefaultFieldsTypeSchema.html +1 -1
  1487. package/documentation/variables/userDirectoryConfigurationSchema.html +1 -1
  1488. package/documentation/variables/userDownloadSchema.html +1 -1
  1489. package/documentation/variables/userFieldSchema.html +1 -1
  1490. package/documentation/variables/userFieldsConfigurationTypeSchema.html +1 -1
  1491. package/documentation/variables/userFieldsSchema.html +1 -1
  1492. package/documentation/variables/userLevelSpotSchema.html +1 -1
  1493. package/documentation/variables/userMapModelSchema.html +1 -1
  1494. package/documentation/variables/userReadSchema.html +1 -1
  1495. package/documentation/variables/userResponseStatusSchema.html +1 -1
  1496. package/documentation/variables/userSpotCategoriesSchema.html +1 -1
  1497. package/documentation/variables/userValuesSchema.html +1 -1
  1498. package/documentation/variables/valueLabelSchema.html +1 -1
  1499. package/documentation/variables/variantSizeTypeSchema.html +1 -1
  1500. package/documentation/variables/variantTypeSchema.html +1 -1
  1501. package/documentation/variables/videoRecordingSchema.html +1 -1
  1502. package/documentation/variables/visioConnectStatisticsRoomSchema.html +1 -1
  1503. package/documentation/variables/visioConnectStatisticsRoomSessionsSchema.html +1 -1
  1504. package/documentation/variables/visioConnectStatisticsSchema.html +1 -1
  1505. package/documentation/variables/wallFilterSchema.html +1 -1
  1506. package/documentation/variables/weDocTemplateSchema-1.html +1 -1
  1507. package/documentation/variables/webinarModeratorsSchema.html +1 -1
  1508. package/documentation/variables/wedocEmptyTypeSchema.html +1 -1
  1509. package/documentation/variables/wedocFileAudienceTypeSchema.html +1 -1
  1510. package/documentation/variables/wedocQueryResultsSchema.html +1 -1
  1511. package/documentation/variables/wedocQueryTypeSchema.html +1 -1
  1512. package/documentation/variables/wedocTemplateSchema.html +1 -1
  1513. package/documentation/variables/widgetAccessibilityContentSchema.html +1 -1
  1514. package/documentation/variables/widgetAccessibilityTypeSchema.html +1 -1
  1515. package/documentation/variables/widgetActiveValueSchema.html +1 -1
  1516. package/documentation/variables/widgetApplicationAppsItemSchema.html +1 -1
  1517. package/documentation/variables/widgetApplicationContentSchema.html +1 -1
  1518. package/documentation/variables/widgetApplicationCssSchema.html +1 -1
  1519. package/documentation/variables/widgetApplicationExtensionItemSchema.html +1 -1
  1520. package/documentation/variables/widgetApplicationImageItemSchema.html +1 -1
  1521. package/documentation/variables/widgetApplicationItemSchema.html +1 -1
  1522. package/documentation/variables/widgetApplicationLinkItemSchema.html +1 -1
  1523. package/documentation/variables/widgetApplicationSizeSchema.html +1 -1
  1524. package/documentation/variables/widgetApplicationTypeSchema.html +1 -1
  1525. package/documentation/variables/widgetApplicationViewSchema.html +1 -1
  1526. package/documentation/variables/widgetArticleAttachmentContentSchema.html +1 -1
  1527. package/documentation/variables/widgetArticleAttachmentTypeSchema.html +1 -1
  1528. package/documentation/variables/widgetArticleButtonContentSchema.html +1 -1
  1529. package/documentation/variables/widgetArticleButtonTypeSchema.html +1 -1
  1530. package/documentation/variables/widgetArticleCheckListTypeForFrontSchema.html +1 -1
  1531. package/documentation/variables/widgetArticleGalleryContentSchema.html +1 -1
  1532. package/documentation/variables/widgetArticleGalleryTypeSchema.html +1 -1
  1533. package/documentation/variables/widgetArticleImageContentSchema.html +1 -1
  1534. package/documentation/variables/widgetArticleImageTypeSchema.html +1 -1
  1535. package/documentation/variables/widgetArticleSliderContentSchema.html +1 -1
  1536. package/documentation/variables/widgetArticleSliderTypeSchema.html +1 -1
  1537. package/documentation/variables/widgetArticleTextContentSchema.html +1 -1
  1538. package/documentation/variables/widgetArticleTextTypeSchema.html +1 -1
  1539. package/documentation/variables/widgetArticleTitleContentSchema.html +1 -1
  1540. package/documentation/variables/widgetArticleTitleTypeSchema.html +1 -1
  1541. package/documentation/variables/widgetAudienceSchema.html +1 -1
  1542. package/documentation/variables/widgetBaseSchema.html +1 -1
  1543. package/documentation/variables/widgetBirthdayContentSchema.html +1 -1
  1544. package/documentation/variables/widgetBirthdayCssSchema.html +1 -1
  1545. package/documentation/variables/widgetBirthdayTypeSchema.html +1 -1
  1546. package/documentation/variables/widgetButtonActionGroupSchema.html +1 -1
  1547. package/documentation/variables/widgetButtonActionSchema.html +1 -1
  1548. package/documentation/variables/widgetButtonActionTypeSchema.html +1 -1
  1549. package/documentation/variables/widgetButtonContentSchema.html +1 -1
  1550. package/documentation/variables/widgetButtonIconFontSizeSchema.html +1 -1
  1551. package/documentation/variables/widgetButtonIconPaddingSchema.html +1 -1
  1552. package/documentation/variables/widgetButtonIconPositionSchema.html +1 -1
  1553. package/documentation/variables/widgetButtonPositionSchema.html +1 -1
  1554. package/documentation/variables/widgetButtonPropsSchema.html +1 -1
  1555. package/documentation/variables/widgetButtonSizeSchema.html +1 -1
  1556. package/documentation/variables/widgetButtonStyleSchema.html +1 -1
  1557. package/documentation/variables/widgetButtonTypeSchema.html +1 -1
  1558. package/documentation/variables/widgetCalendarCalDavContentSchema.html +1 -1
  1559. package/documentation/variables/widgetCalendarCalDavTypeSchema.html +1 -1
  1560. package/documentation/variables/widgetCalendarContentSchema.html +1 -1
  1561. package/documentation/variables/widgetCalendarTypeSchema.html +1 -1
  1562. package/documentation/variables/widgetChartsContentSchema.html +1 -1
  1563. package/documentation/variables/widgetChartsTypeSchema.html +1 -1
  1564. package/documentation/variables/widgetCheckListContentArrForFrontSchema.html +1 -1
  1565. package/documentation/variables/widgetCheckListContentArrSchema.html +1 -1
  1566. package/documentation/variables/widgetCheckListContentForFrontSchema.html +1 -1
  1567. package/documentation/variables/widgetCheckListContentSchema.html +1 -1
  1568. package/documentation/variables/widgetCheckListTypeSchema.html +1 -1
  1569. package/documentation/variables/widgetCheckboxSchema.html +1 -1
  1570. package/documentation/variables/widgetColorContentSchema.html +1 -1
  1571. package/documentation/variables/widgetColorSchema.html +1 -1
  1572. package/documentation/variables/widgetColorTypeSchema.html +1 -1
  1573. package/documentation/variables/widgetContactCardDavContentSchema.html +1 -1
  1574. package/documentation/variables/widgetContactCardDavTypeSchema.html +1 -1
  1575. package/documentation/variables/widgetContactContentSchema.html +1 -1
  1576. package/documentation/variables/widgetContactCssSchema.html +1 -1
  1577. package/documentation/variables/widgetContactTypeSchema.html +1 -1
  1578. package/documentation/variables/widgetContentBaseSchema.html +1 -1
  1579. package/documentation/variables/widgetContentKeysSchema.html +1 -1
  1580. package/documentation/variables/widgetContextSchema.html +1 -1
  1581. package/documentation/variables/widgetCountdownContentSchema.html +1 -1
  1582. package/documentation/variables/widgetCountdownTypeSchema.html +1 -1
  1583. package/documentation/variables/widgetCoverContentSchema.html +1 -1
  1584. package/documentation/variables/widgetCoverSlideSchema.html +1 -1
  1585. package/documentation/variables/widgetCoverTypeSchema.html +1 -1
  1586. package/documentation/variables/widgetDatasourceTableContentSchema.html +1 -1
  1587. package/documentation/variables/widgetDatasourceTableTypeSchema.html +1 -1
  1588. package/documentation/variables/widgetDatePickerSchema.html +1 -1
  1589. package/documentation/variables/widgetDatePickerValueSchema.html +1 -1
  1590. package/documentation/variables/widgetDateSchema.html +1 -1
  1591. package/documentation/variables/widgetDateValueSchema.html +1 -1
  1592. package/documentation/variables/widgetDatetimeSchema.html +1 -1
  1593. package/documentation/variables/widgetDatetimeValueSchema.html +1 -1
  1594. package/documentation/variables/widgetDefaultProps.html +1 -1
  1595. package/documentation/variables/widgetDefinitionPropsSchema.html +1 -1
  1596. package/documentation/variables/widgetDisplayModeSchema.html +1 -1
  1597. package/documentation/variables/widgetDocumentsContentSchema.html +1 -1
  1598. package/documentation/variables/widgetDocumentsTypeSchema.html +1 -1
  1599. package/documentation/variables/widgetEmailSchema.html +1 -1
  1600. package/documentation/variables/widgetEmailValueSchema.html +1 -1
  1601. package/documentation/variables/widgetEmailsImapContentSchema.html +1 -1
  1602. package/documentation/variables/widgetEmailsImapTypeSchema.html +1 -1
  1603. package/documentation/variables/widgetEmbedContentSchema.html +1 -1
  1604. package/documentation/variables/widgetEmbedSchema.html +1 -1
  1605. package/documentation/variables/widgetEmbedTypeSchema.html +1 -1
  1606. package/documentation/variables/widgetExcelDatasourceTableContentSchema.html +1 -1
  1607. package/documentation/variables/widgetExcelDatasourceTableTypeSchema.html +1 -1
  1608. package/documentation/variables/widgetExtensionContentSchema.html +1 -1
  1609. package/documentation/variables/widgetExtensionTypeSchema.html +1 -1
  1610. package/documentation/variables/widgetFaqContentSchema.html +1 -1
  1611. package/documentation/variables/widgetFaqTypeSchema.html +1 -1
  1612. package/documentation/variables/widgetFileSchema.html +1 -1
  1613. package/documentation/variables/widgetFlocklerContentSchema.html +1 -1
  1614. package/documentation/variables/widgetFlocklerTypeSchema.html +1 -1
  1615. package/documentation/variables/widgetIframeVideoSchema.html +1 -1
  1616. package/documentation/variables/widgetImageContentSchema.html +1 -1
  1617. package/documentation/variables/widgetImageSchema.html +1 -1
  1618. package/documentation/variables/widgetImageTypeSchema.html +1 -1
  1619. package/documentation/variables/widgetKeysSchema.html +1 -1
  1620. package/documentation/variables/widgetLayerSchema.html +1 -1
  1621. package/documentation/variables/widgetLegacyMixedBooleanSchema.html +1 -1
  1622. package/documentation/variables/widgetLinkSchema.html +1 -1
  1623. package/documentation/variables/widgetLuccaAbsenceContentSchema.html +1 -1
  1624. package/documentation/variables/widgetLuccaAbsenceTypeSchema.html +1 -1
  1625. package/documentation/variables/widgetLuccaAbsenceUserSchema.html +1 -1
  1626. package/documentation/variables/widgetMeteoContentSchema.html +1 -1
  1627. package/documentation/variables/widgetMeteoTypeSchema.html +1 -1
  1628. package/documentation/variables/widgetMultiattributeSchema.html +1 -1
  1629. package/documentation/variables/widgetMyGroupContentSchema.html +1 -1
  1630. package/documentation/variables/widgetMyGroupTypeSchema.html +1 -1
  1631. package/documentation/variables/widgetNewsContentSchema.html +33 -0
  1632. package/documentation/variables/widgetNewsTypeSchema.html +33 -0
  1633. package/documentation/variables/widgetNewsflashContentSchema.html +1 -1
  1634. package/documentation/variables/widgetNewsflashTypeSchema.html +1 -1
  1635. package/documentation/variables/widgetNumberSchema.html +1 -1
  1636. package/documentation/variables/widgetNumberValueSchema.html +1 -1
  1637. package/documentation/variables/widgetOrientedlinksSchema.html +1 -1
  1638. package/documentation/variables/widgetPlaceSchema.html +1 -1
  1639. package/documentation/variables/widgetPresenceContentSchema.html +1 -1
  1640. package/documentation/variables/widgetPresenceRespondPayloadSchema.html +1 -1
  1641. package/documentation/variables/widgetPresenceResponseSchema.html +1 -1
  1642. package/documentation/variables/widgetPresenceTypeSchema.html +1 -1
  1643. package/documentation/variables/widgetQuickSurveyContentSchema.html +1 -1
  1644. package/documentation/variables/widgetQuickSurveyTypeSchema.html +1 -1
  1645. package/documentation/variables/widgetRadioSchema.html +1 -1
  1646. package/documentation/variables/widgetRefUserSchema.html +1 -1
  1647. package/documentation/variables/widgetRtObjectSchema.html +1 -1
  1648. package/documentation/variables/widgetSchema.html +1 -1
  1649. package/documentation/variables/widgetSelectSchema.html +1 -1
  1650. package/documentation/variables/widgetSelectionBackgroundPropsSchema.html +1 -1
  1651. package/documentation/variables/widgetSelectionPropsSchema.html +1 -1
  1652. package/documentation/variables/widgetSeparatorAlignSchema.html +1 -1
  1653. package/documentation/variables/widgetSeparatorContentSchema.html +1 -1
  1654. package/documentation/variables/widgetSeparatorOrientationSchema.html +1 -1
  1655. package/documentation/variables/widgetSeparatorTypeSchema.html +1 -1
  1656. package/documentation/variables/widgetSlideSchema.html +1 -1
  1657. package/documentation/variables/widgetSliderContentSchema.html +1 -1
  1658. package/documentation/variables/widgetSliderTypeSchema.html +1 -1
  1659. package/documentation/variables/widgetStatePropsSchema.html +1 -1
  1660. package/documentation/variables/widgetStylesSchema.html +1 -1
  1661. package/documentation/variables/widgetSurveyContentSchema.html +33 -0
  1662. package/documentation/variables/widgetSurveyTypeSchema.html +33 -0
  1663. package/documentation/variables/widgetSyncContentContentSchema.html +1 -1
  1664. package/documentation/variables/widgetSyncContentTypeSchema.html +1 -1
  1665. package/documentation/variables/widgetTableColumnDataSchema.html +1 -1
  1666. package/documentation/variables/widgetTableColumnSchema.html +1 -1
  1667. package/documentation/variables/widgetTableColumnTypesSchema.html +1 -1
  1668. package/documentation/variables/widgetTableColumnWidgetDateSchema.html +1 -1
  1669. package/documentation/variables/widgetTableColumnWidgetDefaultSchema.html +1 -1
  1670. package/documentation/variables/widgetTableColumnWidgetSelectOptionSchema.html +1 -1
  1671. package/documentation/variables/widgetTableColumnWidgetSelectSchema.html +1 -1
  1672. package/documentation/variables/widgetTableColumnWidgetTextSchema.html +1 -1
  1673. package/documentation/variables/widgetTableColumnWidgetsSchema.html +1 -1
  1674. package/documentation/variables/widgetTableColumnsData.html +1 -1
  1675. package/documentation/variables/widgetTableContentSchema.html +1 -1
  1676. package/documentation/variables/widgetTaxonomySchema.html +1 -1
  1677. package/documentation/variables/widgetTelSchema.html +1 -1
  1678. package/documentation/variables/widgetTextContentSchema.html +1 -1
  1679. package/documentation/variables/widgetTextSchema.html +1 -1
  1680. package/documentation/variables/widgetTextTypeSchema.html +1 -1
  1681. package/documentation/variables/widgetTextValueSchema.html +1 -1
  1682. package/documentation/variables/widgetTextareaSchema.html +1 -1
  1683. package/documentation/variables/widgetTextareaValueSchema.html +1 -1
  1684. package/documentation/variables/widgetToggleSchema.html +1 -1
  1685. package/documentation/variables/widgetTransientSchema.html +1 -1
  1686. package/documentation/variables/widgetTypeKeysSchema.html +1 -1
  1687. package/documentation/variables/widgetUriSchema.html +1 -1
  1688. package/documentation/variables/widgetUrlSchema.html +1 -1
  1689. package/documentation/variables/widgetUrlValueSchema.html +1 -1
  1690. package/documentation/variables/widgetUserProfileContentSchema.html +1 -1
  1691. package/documentation/variables/widgetUserProfileTypeSchema.html +1 -1
  1692. package/documentation/variables/widgetVectorSchema.html +1 -1
  1693. package/documentation/variables/widgetWelcomeContentSchema.html +1 -1
  1694. package/documentation/variables/widgetWelcomeTypeSchema.html +1 -1
  1695. package/documentation/variables/widgetWrapperLevelSchema.html +1 -1
  1696. package/documentation/variables/widgetWrapperPropsSchema.html +1 -1
  1697. package/documentation/variables/widgetYoutubeContentSchema.html +1 -1
  1698. package/documentation/variables/widgetYoutubeTypeSchema.html +1 -1
  1699. package/documentation/variables/widgetsRootStateSchema.html +1 -1
  1700. package/documentation/variables/widgetsStateSchema.html +1 -1
  1701. package/documentation/variables/widgetsValueSchema.html +1 -1
  1702. package/package.json +1 -1
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});class C{jApi;network;constructor(e){this.jApi=e,this.network=e.network}}class Xp extends C{readList(e,a){return this.network.post({o:"activity",f:"readList",...e},a?.signal)}}class xi extends C{getPublishButtonConfiguration(e){return this.network.post({o:"adminAdvanced",f:"getPublishButtonConfiguration"},e)}setPublishButtonConfiguration(e){return this.network.postCSRF({o:"adminAdvanced",f:"setPublishButtonConfiguration",publishButtonConfiguration:e})}}const hi=Array.isArray,gi=Object.keys,eu=Object.prototype.hasOwnProperty;function sn(n,e,a){const o=a?.map(i=>i.split("."));if(n===e)return!0;if(n&&e&&typeof n=="object"&&typeof e=="object"){const i=hi(n),l=hi(e);let u,m,v;if(i&&l){if(m=n.length,m!==e.length)return!1;for(u=m;u--!==0;)if(!sn(n[u],e[u],a))return!1;return!0}if(i!==l)return!1;const w=n instanceof Date,j=e instanceof Date;if(w!==j)return!1;if(w&&j)return n.getTime()===e.getTime();const J=n instanceof RegExp,we=e instanceof RegExp;if(J!==we)return!1;if(J&&we)return n.toString()===e.toString();const ve=gi(n).filter(ee=>!o?.some(Me=>Me.length===1&&Me[0]===ee));if(m=ve.length,m!==gi(e).filter(ee=>!o?.some(Me=>Me.length===1&&Me[0]===ee)).length)return!1;for(u=m;u--!==0;){const ee=ve[u];if(ee&&!eu.call(e,ee))return!1}for(u=m;u--!==0;)if(v=ve[u],!(v==="_owner"&&n.$$typeof)&&!sn(n[v],e[v],o?.filter(ee=>ee.length>1&&ee[0]===v).map(ee=>ee.splice(1).join("."))))return!1;return!0}return n!==n&&e!==e}function rn(n,e){if(Array.isArray(n))return n.map(a=>rn(a,e));if(typeof n=="object"&&n!==null){let a={};return Object.keys(n).forEach(o=>{a={...a,[o]:o&&e.includes(o)?typeof n[o]:rn(n[o],e)}}),a}else return n}const W=(n,e)=>Array.isArray(e)&&e.length?[n,...e].join(","):n;class Ai extends C{getLicenseUserStatistics(e){return this.network.post({o:"licenseManager",f:"userStatistics"},e)}getLicenseStatistics(e,a,o){return this.network.post({o:"licenseManager",f:"statistics",kind:e,type:a},o)}assignLicense(e){return this.network.postCSRF({o:"licenseManager",f:"assignLicense",uri:e})}assignKindLicense(e,a){return this.network.postCSRF({o:"licenseManager",f:"assignLicenseKind",uri:e,kind:a})}unAssignLicense(e){return this.network.postCSRF({o:"licenseManager",f:"unassignLicense",uri:e})}unAssignKindLicense(e,a){return this.network.postCSRF({o:"licenseManager",f:"unassignLicenseKind",uri:e,kind:a})}getAssignmentMode(e,a){return this.network.post({o:"licenseManager",f:"getAssignmentMode",type:e},a)}setAssignmentMode(e,a){return this.network.postCSRF({o:"licenseManager",f:"setAssignmentMode",value:a,type:e})}assignPossiblesLicenses(e,a){return this.network.postCSRF({o:"licenseManager",f:"assignPossiblesLicenses",type:e,kind:a})}unAssignUnusedLicenses(e,a){return this.network.postCSRF({o:"licenseManager",f:"unassignUnusedLicenses",type:e,kind:a})}optimizeLicenses(e,a){return this.network.postCSRF({o:"licenseManager",f:"optimizeLicenses",type:e,kind:a})}getObjectsWithoutLicense(e,a){return this.network.post({o:"licenseManager",f:"countObjectsWithoutLicense",type:e,filter:a})}getLicensesNotAssigned(e){return this.network.post({o:"licenseManager",f:"countLicensesNotAssigned",type:e})}getLicensesAssigned(e){return this.network.post({o:"licenseManager",f:"getLicensesAssigned",type:e})}getLicenseUsersByKind({...e},a,o){return this.network.post({o:"licenseManager",f:"getUsers",...e,format:a},o)}getLicenseArticles(e,a){return this.network.post({o:"licenseManager",f:"getArticles",...e,format:W(a.format,a.formatExtension)},a.signal)}checkUsersManagement(e){return this.network.post({o:"licenseManager",f:"checkUsersManagement"},e?.signal)}simulateUsersAdd(e,a){return this.network.postCSRF({...e,o:"licenseManager",f:"simulateUsersAdd"},a?.signal)}executeUsersAdd(e,a){return this.network.postCSRF({...e,o:"licenseManager",f:"executeUsersAdd"},a?.signal)}}class _i extends C{getLogsNavigation(e,a){return this.network.post({o:"objectList",f:"adminAdvancedLogsNavigation",...e},a)}getLogsObjects(e,a){return this.network.post({o:"objectList",f:"adminAdvancedLogsObjects",...e},a)}getLogsSearch(e,a){return this.network.post({o:"objectList",f:"adminAdvancedLogsSearch",...e},a)}}class Li extends C{getItem(e){return this.network.post({o:"adminStore",f:"getItem",uri:e})}checkoutBilling(e){return this.network.postCSRF({o:"adminStore",f:"checkoutBilling",uri:e})}checkoutFinalize(e){return this.network.postCSRF({o:"adminStore",f:"checkoutFinalize",uri:e})}}class Fi extends C{getApps(e){return this.network.post({o:"admin",f:"apps"},e)}}class tu extends C{async SaveAnimationConfiguration(e){return this.network.post({o:"animations",f:"saveConfiguration",animation:e})}async DeleteAnimation(){return this.network.post({o:"animations",f:"deleteAnimation"})}async GetCurrentAnimation(e){return this.network.post({o:"animations",f:"getConfiguration"},e?.signal)}async GetCurrentAnimationApp(){return this.network.post({o:"animations",f:"getConfigurationApp"})}async ToggleAnimationActive(){return this.network.post({o:"animations",f:"toggleAnimationActive"})}async GetAnimationActive(e){return this.network.post({o:"animations",f:"getAnimationActive"},e?.signal)}async GetAnimationStats(e){return this.network.post({o:"objectList",f:"animationsStats",name:e})}async GetAnimationStatsCurrent(e){return this.network.post({o:"objectList",f:"animationsStatsCurrent",uri:e})}}var M;(function(n){n.assertEqual=i=>{};function e(i){}n.assertIs=e;function a(i){throw new Error}n.assertNever=a,n.arrayToEnum=i=>{const l={};for(const u of i)l[u]=u;return l},n.getValidEnumValues=i=>{const l=n.objectKeys(i).filter(m=>typeof i[i[m]]!="number"),u={};for(const m of l)u[m]=i[m];return n.objectValues(u)},n.objectValues=i=>n.objectKeys(i).map(function(l){return i[l]}),n.objectKeys=typeof Object.keys=="function"?i=>Object.keys(i):i=>{const l=[];for(const u in i)Object.prototype.hasOwnProperty.call(i,u)&&l.push(u);return l},n.find=(i,l)=>{for(const u of i)if(l(u))return u},n.isInteger=typeof Number.isInteger=="function"?i=>Number.isInteger(i):i=>typeof i=="number"&&Number.isFinite(i)&&Math.floor(i)===i;function o(i,l=" | "){return i.map(u=>typeof u=="string"?`'${u}'`:u).join(l)}n.joinValues=o,n.jsonStringifyReplacer=(i,l)=>typeof l=="bigint"?l.toString():l})(M||(M={}));var fi;(function(n){n.mergeShapes=(e,a)=>({...e,...a})})(fi||(fi={}));const b=M.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),he=n=>{switch(typeof n){case"undefined":return b.undefined;case"string":return b.string;case"number":return Number.isNaN(n)?b.nan:b.number;case"boolean":return b.boolean;case"function":return b.function;case"bigint":return b.bigint;case"symbol":return b.symbol;case"object":return Array.isArray(n)?b.array:n===null?b.null:n.then&&typeof n.then=="function"&&n.catch&&typeof n.catch=="function"?b.promise:typeof Map<"u"&&n instanceof Map?b.map:typeof Set<"u"&&n instanceof Set?b.set:typeof Date<"u"&&n instanceof Date?b.date:b.object;default:return b.unknown}},S=M.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]);class Y extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=o=>{this.issues=[...this.issues,o]},this.addIssues=(o=[])=>{this.issues=[...this.issues,...o]};const a=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,a):this.__proto__=a,this.name="ZodError",this.issues=e}format(e){const a=e||function(l){return l.message},o={_errors:[]},i=l=>{for(const u of l.issues)if(u.code==="invalid_union")u.unionErrors.map(i);else if(u.code==="invalid_return_type")i(u.returnTypeError);else if(u.code==="invalid_arguments")i(u.argumentsError);else if(u.path.length===0)o._errors.push(a(u));else{let m=o,v=0;for(;v<u.path.length;){const w=u.path[v];v===u.path.length-1?(m[w]=m[w]||{_errors:[]},m[w]._errors.push(a(u))):m[w]=m[w]||{_errors:[]},m=m[w],v++}}};return i(this),o}static assert(e){if(!(e instanceof Y))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,M.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=a=>a.message){const a={},o=[];for(const i of this.issues)if(i.path.length>0){const l=i.path[0];a[l]=a[l]||[],a[l].push(e(i))}else o.push(e(i));return{formErrors:o,fieldErrors:a}}get formErrors(){return this.flatten()}}Y.create=n=>new Y(n);const qe=(n,e)=>{let a;switch(n.code){case S.invalid_type:n.received===b.undefined?a="Required":a=`Expected ${n.expected}, received ${n.received}`;break;case S.invalid_literal:a=`Invalid literal value, expected ${JSON.stringify(n.expected,M.jsonStringifyReplacer)}`;break;case S.unrecognized_keys:a=`Unrecognized key(s) in object: ${M.joinValues(n.keys,", ")}`;break;case S.invalid_union:a="Invalid input";break;case S.invalid_union_discriminator:a=`Invalid discriminator value. Expected ${M.joinValues(n.options)}`;break;case S.invalid_enum_value:a=`Invalid enum value. Expected ${M.joinValues(n.options)}, received '${n.received}'`;break;case S.invalid_arguments:a="Invalid function arguments";break;case S.invalid_return_type:a="Invalid function return type";break;case S.invalid_date:a="Invalid date";break;case S.invalid_string:typeof n.validation=="object"?"includes"in n.validation?(a=`Invalid input: must include "${n.validation.includes}"`,typeof n.validation.position=="number"&&(a=`${a} at one or more positions greater than or equal to ${n.validation.position}`)):"startsWith"in n.validation?a=`Invalid input: must start with "${n.validation.startsWith}"`:"endsWith"in n.validation?a=`Invalid input: must end with "${n.validation.endsWith}"`:M.assertNever(n.validation):n.validation!=="regex"?a=`Invalid ${n.validation}`:a="Invalid";break;case S.too_small:n.type==="array"?a=`Array must contain ${n.exact?"exactly":n.inclusive?"at least":"more than"} ${n.minimum} element(s)`:n.type==="string"?a=`String must contain ${n.exact?"exactly":n.inclusive?"at least":"over"} ${n.minimum} character(s)`:n.type==="number"?a=`Number must be ${n.exact?"exactly equal to ":n.inclusive?"greater than or equal to ":"greater than "}${n.minimum}`:n.type==="bigint"?a=`Number must be ${n.exact?"exactly equal to ":n.inclusive?"greater than or equal to ":"greater than "}${n.minimum}`:n.type==="date"?a=`Date must be ${n.exact?"exactly equal to ":n.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(n.minimum))}`:a="Invalid input";break;case S.too_big:n.type==="array"?a=`Array must contain ${n.exact?"exactly":n.inclusive?"at most":"less than"} ${n.maximum} element(s)`:n.type==="string"?a=`String must contain ${n.exact?"exactly":n.inclusive?"at most":"under"} ${n.maximum} character(s)`:n.type==="number"?a=`Number must be ${n.exact?"exactly":n.inclusive?"less than or equal to":"less than"} ${n.maximum}`:n.type==="bigint"?a=`BigInt must be ${n.exact?"exactly":n.inclusive?"less than or equal to":"less than"} ${n.maximum}`:n.type==="date"?a=`Date must be ${n.exact?"exactly":n.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(n.maximum))}`:a="Invalid input";break;case S.custom:a="Invalid input";break;case S.invalid_intersection_types:a="Intersection results could not be merged";break;case S.not_multiple_of:a=`Number must be a multiple of ${n.multipleOf}`;break;case S.not_finite:a="Number must be finite";break;default:a=e.defaultError,M.assertNever(n)}return{message:a}};let au=qe;function cn(){return au}const ln=n=>{const{data:e,path:a,errorMaps:o,issueData:i}=n,l=[...a,...i.path||[]],u={...i,path:l};if(i.message!==void 0)return{...i,path:l,message:i.message};let m="";const v=o.filter(w=>!!w).slice().reverse();for(const w of v)m=w(u,{data:e,defaultError:m}).message;return{...i,path:l,message:m}};function k(n,e){const a=cn(),o=ln({issueData:e,data:n.data,path:n.path,errorMaps:[n.common.contextualErrorMap,n.schemaErrorMap,a,a===qe?void 0:qe].filter(i=>!!i)});n.common.issues.push(o)}class Z{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,a){const o=[];for(const i of a){if(i.status==="aborted")return L;i.status==="dirty"&&e.dirty(),o.push(i.value)}return{status:e.value,value:o}}static async mergeObjectAsync(e,a){const o=[];for(const i of a){const l=await i.key,u=await i.value;o.push({key:l,value:u})}return Z.mergeObjectSync(e,o)}static mergeObjectSync(e,a){const o={};for(const i of a){const{key:l,value:u}=i;if(l.status==="aborted"||u.status==="aborted")return L;l.status==="dirty"&&e.dirty(),u.status==="dirty"&&e.dirty(),l.value!=="__proto__"&&(typeof u.value<"u"||i.alwaysSet)&&(o[l.value]=u.value)}return{status:e.value,value:o}}}const L=Object.freeze({status:"aborted"}),Ue=n=>({status:"dirty",value:n}),Q=n=>({status:"valid",value:n}),Si=n=>n.status==="aborted",yi=n=>n.status==="dirty",Re=n=>n.status==="valid",ot=n=>typeof Promise<"u"&&n instanceof Promise;var x;(function(n){n.errToObj=e=>typeof e=="string"?{message:e}:e||{},n.toString=e=>typeof e=="string"?e:e?.message})(x||(x={}));class re{constructor(e,a,o,i){this._cachedPath=[],this.parent=e,this.data=a,this._path=o,this._key=i}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}}const wi=(n,e)=>{if(Re(e))return{success:!0,data:e.value};if(!n.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;const a=new Y(n.common.issues);return this._error=a,this._error}}};function D(n){if(!n)return{};const{errorMap:e,invalid_type_error:a,required_error:o,description:i}=n;if(e&&(a||o))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:i}:{errorMap:(u,m)=>{const{message:v}=n;return u.code==="invalid_enum_value"?{message:v??m.defaultError}:typeof m.data>"u"?{message:v??o??m.defaultError}:u.code!=="invalid_type"?{message:m.defaultError}:{message:v??a??m.defaultError}},description:i}}class P{get description(){return this._def.description}_getType(e){return he(e.data)}_getOrReturnCtx(e,a){return a||{common:e.parent.common,data:e.data,parsedType:he(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new Z,ctx:{common:e.parent.common,data:e.data,parsedType:he(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){const a=this._parse(e);if(ot(a))throw new Error("Synchronous parse encountered promise.");return a}_parseAsync(e){const a=this._parse(e);return Promise.resolve(a)}parse(e,a){const o=this.safeParse(e,a);if(o.success)return o.data;throw o.error}safeParse(e,a){const o={common:{issues:[],async:a?.async??!1,contextualErrorMap:a?.errorMap},path:a?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:he(e)},i=this._parseSync({data:e,path:o.path,parent:o});return wi(o,i)}"~validate"(e){const a={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:he(e)};if(!this["~standard"].async)try{const o=this._parseSync({data:e,path:[],parent:a});return Re(o)?{value:o.value}:{issues:a.common.issues}}catch(o){o?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),a.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:a}).then(o=>Re(o)?{value:o.value}:{issues:a.common.issues})}async parseAsync(e,a){const o=await this.safeParseAsync(e,a);if(o.success)return o.data;throw o.error}async safeParseAsync(e,a){const o={common:{issues:[],contextualErrorMap:a?.errorMap,async:!0},path:a?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:he(e)},i=this._parse({data:e,path:o.path,parent:o}),l=await(ot(i)?i:Promise.resolve(i));return wi(o,l)}refine(e,a){const o=i=>typeof a=="string"||typeof a>"u"?{message:a}:typeof a=="function"?a(i):a;return this._refinement((i,l)=>{const u=e(i),m=()=>l.addIssue({code:S.custom,...o(i)});return typeof Promise<"u"&&u instanceof Promise?u.then(v=>v?!0:(m(),!1)):u?!0:(m(),!1)})}refinement(e,a){return this._refinement((o,i)=>e(o)?!0:(i.addIssue(typeof a=="function"?a(o,i):a),!1))}_refinement(e){return new Ce({schema:this,typeName:_.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:a=>this["~validate"](a)}}optional(){return ge.create(this,this._def)}nullable(){return De.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return ie.create(this)}promise(){return ze.create(this,this._def)}or(e){return st.create([this,e],this._def)}and(e){return rt.create(this,e,this._def)}transform(e){return new Ce({...D(this._def),schema:this,typeName:_.ZodEffects,effect:{type:"transform",transform:e}})}default(e){const a=typeof e=="function"?e:()=>e;return new fn({...D(this._def),innerType:this,defaultValue:a,typeName:_.ZodDefault})}brand(){return new xu({typeName:_.ZodBranded,type:this,...D(this._def)})}catch(e){const a=typeof e=="function"?e:()=>e;return new Sn({...D(this._def),innerType:this,catchValue:a,typeName:_.ZodCatch})}describe(e){const a=this.constructor;return new a({...this._def,description:e})}pipe(e){return Rn.create(this,e)}readonly(){return yn.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}}const nu=/^c[^\s-]{8,}$/i,ou=/^[0-9a-z]+$/,iu=/^[0-9A-HJKMNP-TV-Z]{26}$/i,su=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,ru=/^[a-z0-9_-]{21}$/i,cu=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,lu=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,du=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,pu="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";let an;const uu=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,mu=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,hu=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,gu=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,fu=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,Su=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Ri="((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))",yu=new RegExp(`^${Ri}$`);function ji(n){let e="[0-5]\\d";n.precision?e=`${e}\\.\\d{${n.precision}}`:n.precision==null&&(e=`${e}(\\.\\d+)?`);const a=n.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${a}`}function wu(n){return new RegExp(`^${ji(n)}$`)}function vu(n){let e=`${Ri}T${ji(n)}`;const a=[];return a.push(n.local?"Z?":"Z"),n.offset&&a.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${a.join("|")})`,new RegExp(`^${e}$`)}function ku(n,e){return!!((e==="v4"||!e)&&uu.test(n)||(e==="v6"||!e)&&hu.test(n))}function bu(n,e){if(!cu.test(n))return!1;try{const[a]=n.split(".");if(!a)return!1;const o=a.replace(/-/g,"+").replace(/_/g,"/").padEnd(a.length+(4-a.length%4)%4,"="),i=JSON.parse(atob(o));return!(typeof i!="object"||i===null||"typ"in i&&i?.typ!=="JWT"||!i.alg||e&&i.alg!==e)}catch{return!1}}function Cu(n,e){return!!((e==="v4"||!e)&&mu.test(n)||(e==="v6"||!e)&&gu.test(n))}class oe extends P{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==b.string){const l=this._getOrReturnCtx(e);return k(l,{code:S.invalid_type,expected:b.string,received:l.parsedType}),L}const o=new Z;let i;for(const l of this._def.checks)if(l.kind==="min")e.data.length<l.value&&(i=this._getOrReturnCtx(e,i),k(i,{code:S.too_small,minimum:l.value,type:"string",inclusive:!0,exact:!1,message:l.message}),o.dirty());else if(l.kind==="max")e.data.length>l.value&&(i=this._getOrReturnCtx(e,i),k(i,{code:S.too_big,maximum:l.value,type:"string",inclusive:!0,exact:!1,message:l.message}),o.dirty());else if(l.kind==="length"){const u=e.data.length>l.value,m=e.data.length<l.value;(u||m)&&(i=this._getOrReturnCtx(e,i),u?k(i,{code:S.too_big,maximum:l.value,type:"string",inclusive:!0,exact:!0,message:l.message}):m&&k(i,{code:S.too_small,minimum:l.value,type:"string",inclusive:!0,exact:!0,message:l.message}),o.dirty())}else if(l.kind==="email")du.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"email",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="emoji")an||(an=new RegExp(pu,"u")),an.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"emoji",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="uuid")su.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"uuid",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="nanoid")ru.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"nanoid",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="cuid")nu.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"cuid",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="cuid2")ou.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"cuid2",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="ulid")iu.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"ulid",code:S.invalid_string,message:l.message}),o.dirty());else if(l.kind==="url")try{new URL(e.data)}catch{i=this._getOrReturnCtx(e,i),k(i,{validation:"url",code:S.invalid_string,message:l.message}),o.dirty()}else l.kind==="regex"?(l.regex.lastIndex=0,l.regex.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"regex",code:S.invalid_string,message:l.message}),o.dirty())):l.kind==="trim"?e.data=e.data.trim():l.kind==="includes"?e.data.includes(l.value,l.position)||(i=this._getOrReturnCtx(e,i),k(i,{code:S.invalid_string,validation:{includes:l.value,position:l.position},message:l.message}),o.dirty()):l.kind==="toLowerCase"?e.data=e.data.toLowerCase():l.kind==="toUpperCase"?e.data=e.data.toUpperCase():l.kind==="startsWith"?e.data.startsWith(l.value)||(i=this._getOrReturnCtx(e,i),k(i,{code:S.invalid_string,validation:{startsWith:l.value},message:l.message}),o.dirty()):l.kind==="endsWith"?e.data.endsWith(l.value)||(i=this._getOrReturnCtx(e,i),k(i,{code:S.invalid_string,validation:{endsWith:l.value},message:l.message}),o.dirty()):l.kind==="datetime"?vu(l).test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{code:S.invalid_string,validation:"datetime",message:l.message}),o.dirty()):l.kind==="date"?yu.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{code:S.invalid_string,validation:"date",message:l.message}),o.dirty()):l.kind==="time"?wu(l).test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{code:S.invalid_string,validation:"time",message:l.message}),o.dirty()):l.kind==="duration"?lu.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"duration",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="ip"?ku(e.data,l.version)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"ip",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="jwt"?bu(e.data,l.alg)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"jwt",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="cidr"?Cu(e.data,l.version)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"cidr",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="base64"?fu.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"base64",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="base64url"?Su.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"base64url",code:S.invalid_string,message:l.message}),o.dirty()):M.assertNever(l);return{status:o.value,value:e.data}}_regex(e,a,o){return this.refinement(i=>e.test(i),{validation:a,code:S.invalid_string,...x.errToObj(o)})}_addCheck(e){return new oe({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...x.errToObj(e)})}url(e){return this._addCheck({kind:"url",...x.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...x.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...x.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...x.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...x.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...x.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...x.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...x.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...x.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...x.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...x.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...x.errToObj(e)})}datetime(e){return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof e?.precision>"u"?null:e?.precision,offset:e?.offset??!1,local:e?.local??!1,...x.errToObj(e?.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){return typeof e=="string"?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck({kind:"time",precision:typeof e?.precision>"u"?null:e?.precision,...x.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...x.errToObj(e)})}regex(e,a){return this._addCheck({kind:"regex",regex:e,...x.errToObj(a)})}includes(e,a){return this._addCheck({kind:"includes",value:e,position:a?.position,...x.errToObj(a?.message)})}startsWith(e,a){return this._addCheck({kind:"startsWith",value:e,...x.errToObj(a)})}endsWith(e,a){return this._addCheck({kind:"endsWith",value:e,...x.errToObj(a)})}min(e,a){return this._addCheck({kind:"min",value:e,...x.errToObj(a)})}max(e,a){return this._addCheck({kind:"max",value:e,...x.errToObj(a)})}length(e,a){return this._addCheck({kind:"length",value:e,...x.errToObj(a)})}nonempty(e){return this.min(1,x.errToObj(e))}trim(){return new oe({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new oe({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new oe({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find(e=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find(e=>e.kind==="base64url")}get minLength(){let e=null;for(const a of this._def.checks)a.kind==="min"&&(e===null||a.value>e)&&(e=a.value);return e}get maxLength(){let e=null;for(const a of this._def.checks)a.kind==="max"&&(e===null||a.value<e)&&(e=a.value);return e}}oe.create=n=>new oe({checks:[],typeName:_.ZodString,coerce:n?.coerce??!1,...D(n)});function Tu(n,e){const a=(n.toString().split(".")[1]||"").length,o=(e.toString().split(".")[1]||"").length,i=a>o?a:o,l=Number.parseInt(n.toFixed(i).replace(".","")),u=Number.parseInt(e.toFixed(i).replace(".",""));return l%u/10**i}class ke extends P{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==b.number){const l=this._getOrReturnCtx(e);return k(l,{code:S.invalid_type,expected:b.number,received:l.parsedType}),L}let o;const i=new Z;for(const l of this._def.checks)l.kind==="int"?M.isInteger(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:S.invalid_type,expected:"integer",received:"float",message:l.message}),i.dirty()):l.kind==="min"?(l.inclusive?e.data<l.value:e.data<=l.value)&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.too_small,minimum:l.value,type:"number",inclusive:l.inclusive,exact:!1,message:l.message}),i.dirty()):l.kind==="max"?(l.inclusive?e.data>l.value:e.data>=l.value)&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.too_big,maximum:l.value,type:"number",inclusive:l.inclusive,exact:!1,message:l.message}),i.dirty()):l.kind==="multipleOf"?Tu(e.data,l.value)!==0&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.not_multiple_of,multipleOf:l.value,message:l.message}),i.dirty()):l.kind==="finite"?Number.isFinite(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:S.not_finite,message:l.message}),i.dirty()):M.assertNever(l);return{status:i.value,value:e.data}}gte(e,a){return this.setLimit("min",e,!0,x.toString(a))}gt(e,a){return this.setLimit("min",e,!1,x.toString(a))}lte(e,a){return this.setLimit("max",e,!0,x.toString(a))}lt(e,a){return this.setLimit("max",e,!1,x.toString(a))}setLimit(e,a,o,i){return new ke({...this._def,checks:[...this._def.checks,{kind:e,value:a,inclusive:o,message:x.toString(i)}]})}_addCheck(e){return new ke({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:x.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:x.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:x.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:x.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:x.toString(e)})}multipleOf(e,a){return this._addCheck({kind:"multipleOf",value:e,message:x.toString(a)})}finite(e){return this._addCheck({kind:"finite",message:x.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:x.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:x.toString(e)})}get minValue(){let e=null;for(const a of this._def.checks)a.kind==="min"&&(e===null||a.value>e)&&(e=a.value);return e}get maxValue(){let e=null;for(const a of this._def.checks)a.kind==="max"&&(e===null||a.value<e)&&(e=a.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&M.isInteger(e.value))}get isFinite(){let e=null,a=null;for(const o of this._def.checks){if(o.kind==="finite"||o.kind==="int"||o.kind==="multipleOf")return!0;o.kind==="min"?(a===null||o.value>a)&&(a=o.value):o.kind==="max"&&(e===null||o.value<e)&&(e=o.value)}return Number.isFinite(a)&&Number.isFinite(e)}}ke.create=n=>new ke({checks:[],typeName:_.ZodNumber,coerce:n?.coerce||!1,...D(n)});class be extends P{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==b.bigint)return this._getInvalidInput(e);let o;const i=new Z;for(const l of this._def.checks)l.kind==="min"?(l.inclusive?e.data<l.value:e.data<=l.value)&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.too_small,type:"bigint",minimum:l.value,inclusive:l.inclusive,message:l.message}),i.dirty()):l.kind==="max"?(l.inclusive?e.data>l.value:e.data>=l.value)&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.too_big,type:"bigint",maximum:l.value,inclusive:l.inclusive,message:l.message}),i.dirty()):l.kind==="multipleOf"?e.data%l.value!==BigInt(0)&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.not_multiple_of,multipleOf:l.value,message:l.message}),i.dirty()):M.assertNever(l);return{status:i.value,value:e.data}}_getInvalidInput(e){const a=this._getOrReturnCtx(e);return k(a,{code:S.invalid_type,expected:b.bigint,received:a.parsedType}),L}gte(e,a){return this.setLimit("min",e,!0,x.toString(a))}gt(e,a){return this.setLimit("min",e,!1,x.toString(a))}lte(e,a){return this.setLimit("max",e,!0,x.toString(a))}lt(e,a){return this.setLimit("max",e,!1,x.toString(a))}setLimit(e,a,o,i){return new be({...this._def,checks:[...this._def.checks,{kind:e,value:a,inclusive:o,message:x.toString(i)}]})}_addCheck(e){return new be({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:x.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:x.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:x.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:x.toString(e)})}multipleOf(e,a){return this._addCheck({kind:"multipleOf",value:e,message:x.toString(a)})}get minValue(){let e=null;for(const a of this._def.checks)a.kind==="min"&&(e===null||a.value>e)&&(e=a.value);return e}get maxValue(){let e=null;for(const a of this._def.checks)a.kind==="max"&&(e===null||a.value<e)&&(e=a.value);return e}}be.create=n=>new be({checks:[],typeName:_.ZodBigInt,coerce:n?.coerce??!1,...D(n)});class it extends P{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==b.boolean){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:b.boolean,received:o.parsedType}),L}return Q(e.data)}}it.create=n=>new it({typeName:_.ZodBoolean,coerce:n?.coerce||!1,...D(n)});class je extends P{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==b.date){const l=this._getOrReturnCtx(e);return k(l,{code:S.invalid_type,expected:b.date,received:l.parsedType}),L}if(Number.isNaN(e.data.getTime())){const l=this._getOrReturnCtx(e);return k(l,{code:S.invalid_date}),L}const o=new Z;let i;for(const l of this._def.checks)l.kind==="min"?e.data.getTime()<l.value&&(i=this._getOrReturnCtx(e,i),k(i,{code:S.too_small,message:l.message,inclusive:!0,exact:!1,minimum:l.value,type:"date"}),o.dirty()):l.kind==="max"?e.data.getTime()>l.value&&(i=this._getOrReturnCtx(e,i),k(i,{code:S.too_big,message:l.message,inclusive:!0,exact:!1,maximum:l.value,type:"date"}),o.dirty()):M.assertNever(l);return{status:o.value,value:new Date(e.data.getTime())}}_addCheck(e){return new je({...this._def,checks:[...this._def.checks,e]})}min(e,a){return this._addCheck({kind:"min",value:e.getTime(),message:x.toString(a)})}max(e,a){return this._addCheck({kind:"max",value:e.getTime(),message:x.toString(a)})}get minDate(){let e=null;for(const a of this._def.checks)a.kind==="min"&&(e===null||a.value>e)&&(e=a.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(const a of this._def.checks)a.kind==="max"&&(e===null||a.value<e)&&(e=a.value);return e!=null?new Date(e):null}}je.create=n=>new je({checks:[],coerce:n?.coerce||!1,typeName:_.ZodDate,...D(n)});class vi extends P{_parse(e){if(this._getType(e)!==b.symbol){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:b.symbol,received:o.parsedType}),L}return Q(e.data)}}vi.create=n=>new vi({typeName:_.ZodSymbol,...D(n)});class dn extends P{_parse(e){if(this._getType(e)!==b.undefined){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:b.undefined,received:o.parsedType}),L}return Q(e.data)}}dn.create=n=>new dn({typeName:_.ZodUndefined,...D(n)});class pn extends P{_parse(e){if(this._getType(e)!==b.null){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:b.null,received:o.parsedType}),L}return Q(e.data)}}pn.create=n=>new pn({typeName:_.ZodNull,...D(n)});class Ne extends P{constructor(){super(...arguments),this._any=!0}_parse(e){return Q(e.data)}}Ne.create=n=>new Ne({typeName:_.ZodAny,...D(n)});class Fe extends P{constructor(){super(...arguments),this._unknown=!0}_parse(e){return Q(e.data)}}Fe.create=n=>new Fe({typeName:_.ZodUnknown,...D(n)});class fe extends P{_parse(e){const a=this._getOrReturnCtx(e);return k(a,{code:S.invalid_type,expected:b.never,received:a.parsedType}),L}}fe.create=n=>new fe({typeName:_.ZodNever,...D(n)});class un extends P{_parse(e){if(this._getType(e)!==b.undefined){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:b.void,received:o.parsedType}),L}return Q(e.data)}}un.create=n=>new un({typeName:_.ZodVoid,...D(n)});class ie extends P{_parse(e){const{ctx:a,status:o}=this._processInputParams(e),i=this._def;if(a.parsedType!==b.array)return k(a,{code:S.invalid_type,expected:b.array,received:a.parsedType}),L;if(i.exactLength!==null){const u=a.data.length>i.exactLength.value,m=a.data.length<i.exactLength.value;(u||m)&&(k(a,{code:u?S.too_big:S.too_small,minimum:m?i.exactLength.value:void 0,maximum:u?i.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:i.exactLength.message}),o.dirty())}if(i.minLength!==null&&a.data.length<i.minLength.value&&(k(a,{code:S.too_small,minimum:i.minLength.value,type:"array",inclusive:!0,exact:!1,message:i.minLength.message}),o.dirty()),i.maxLength!==null&&a.data.length>i.maxLength.value&&(k(a,{code:S.too_big,maximum:i.maxLength.value,type:"array",inclusive:!0,exact:!1,message:i.maxLength.message}),o.dirty()),a.common.async)return Promise.all([...a.data].map((u,m)=>i.type._parseAsync(new re(a,u,a.path,m)))).then(u=>Z.mergeArray(o,u));const l=[...a.data].map((u,m)=>i.type._parseSync(new re(a,u,a.path,m)));return Z.mergeArray(o,l)}get element(){return this._def.type}min(e,a){return new ie({...this._def,minLength:{value:e,message:x.toString(a)}})}max(e,a){return new ie({...this._def,maxLength:{value:e,message:x.toString(a)}})}length(e,a){return new ie({...this._def,exactLength:{value:e,message:x.toString(a)}})}nonempty(e){return this.min(1,e)}}ie.create=(n,e)=>new ie({type:n,minLength:null,maxLength:null,exactLength:null,typeName:_.ZodArray,...D(e)});function Le(n){if(n instanceof N){const e={};for(const a in n.shape){const o=n.shape[a];e[a]=ge.create(Le(o))}return new N({...n._def,shape:()=>e})}else return n instanceof ie?new ie({...n._def,type:Le(n.element)}):n instanceof ge?ge.create(Le(n.unwrap())):n instanceof De?De.create(Le(n.unwrap())):n instanceof de?de.create(n.items.map(e=>Le(e))):n}class N extends P{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;const e=this._def.shape(),a=M.objectKeys(e);return this._cached={shape:e,keys:a},this._cached}_parse(e){if(this._getType(e)!==b.object){const w=this._getOrReturnCtx(e);return k(w,{code:S.invalid_type,expected:b.object,received:w.parsedType}),L}const{status:o,ctx:i}=this._processInputParams(e),{shape:l,keys:u}=this._getCached(),m=[];if(!(this._def.catchall instanceof fe&&this._def.unknownKeys==="strip"))for(const w in i.data)u.includes(w)||m.push(w);const v=[];for(const w of u){const j=l[w],J=i.data[w];v.push({key:{status:"valid",value:w},value:j._parse(new re(i,J,i.path,w)),alwaysSet:w in i.data})}if(this._def.catchall instanceof fe){const w=this._def.unknownKeys;if(w==="passthrough")for(const j of m)v.push({key:{status:"valid",value:j},value:{status:"valid",value:i.data[j]}});else if(w==="strict")m.length>0&&(k(i,{code:S.unrecognized_keys,keys:m}),o.dirty());else if(w!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{const w=this._def.catchall;for(const j of m){const J=i.data[j];v.push({key:{status:"valid",value:j},value:w._parse(new re(i,J,i.path,j)),alwaysSet:j in i.data})}}return i.common.async?Promise.resolve().then(async()=>{const w=[];for(const j of v){const J=await j.key,we=await j.value;w.push({key:J,value:we,alwaysSet:j.alwaysSet})}return w}).then(w=>Z.mergeObjectSync(o,w)):Z.mergeObjectSync(o,v)}get shape(){return this._def.shape()}strict(e){return x.errToObj,new N({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(a,o)=>{const i=this._def.errorMap?.(a,o).message??o.defaultError;return a.code==="unrecognized_keys"?{message:x.errToObj(e).message??i}:{message:i}}}:{}})}strip(){return new N({...this._def,unknownKeys:"strip"})}passthrough(){return new N({...this._def,unknownKeys:"passthrough"})}extend(e){return new N({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new N({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:_.ZodObject})}setKey(e,a){return this.augment({[e]:a})}catchall(e){return new N({...this._def,catchall:e})}pick(e){const a={};for(const o of M.objectKeys(e))e[o]&&this.shape[o]&&(a[o]=this.shape[o]);return new N({...this._def,shape:()=>a})}omit(e){const a={};for(const o of M.objectKeys(this.shape))e[o]||(a[o]=this.shape[o]);return new N({...this._def,shape:()=>a})}deepPartial(){return Le(this)}partial(e){const a={};for(const o of M.objectKeys(this.shape)){const i=this.shape[o];e&&!e[o]?a[o]=i:a[o]=i.optional()}return new N({...this._def,shape:()=>a})}required(e){const a={};for(const o of M.objectKeys(this.shape))if(e&&!e[o])a[o]=this.shape[o];else{let l=this.shape[o];for(;l instanceof ge;)l=l._def.innerType;a[o]=l}return new N({...this._def,shape:()=>a})}keyof(){return Ei(M.objectKeys(this.shape))}}N.create=(n,e)=>new N({shape:()=>n,unknownKeys:"strip",catchall:fe.create(),typeName:_.ZodObject,...D(e)});N.strictCreate=(n,e)=>new N({shape:()=>n,unknownKeys:"strict",catchall:fe.create(),typeName:_.ZodObject,...D(e)});N.lazycreate=(n,e)=>new N({shape:n,unknownKeys:"strip",catchall:fe.create(),typeName:_.ZodObject,...D(e)});class st extends P{_parse(e){const{ctx:a}=this._processInputParams(e),o=this._def.options;function i(l){for(const m of l)if(m.result.status==="valid")return m.result;for(const m of l)if(m.result.status==="dirty")return a.common.issues.push(...m.ctx.common.issues),m.result;const u=l.map(m=>new Y(m.ctx.common.issues));return k(a,{code:S.invalid_union,unionErrors:u}),L}if(a.common.async)return Promise.all(o.map(async l=>{const u={...a,common:{...a.common,issues:[]},parent:null};return{result:await l._parseAsync({data:a.data,path:a.path,parent:u}),ctx:u}})).then(i);{let l;const u=[];for(const v of o){const w={...a,common:{...a.common,issues:[]},parent:null},j=v._parseSync({data:a.data,path:a.path,parent:w});if(j.status==="valid")return j;j.status==="dirty"&&!l&&(l={result:j,ctx:w}),w.common.issues.length&&u.push(w.common.issues)}if(l)return a.common.issues.push(...l.ctx.common.issues),l.result;const m=u.map(v=>new Y(v));return k(a,{code:S.invalid_union,unionErrors:m}),L}}get options(){return this._def.options}}st.create=(n,e)=>new st({options:n,typeName:_.ZodUnion,...D(e)});function mn(n,e){const a=he(n),o=he(e);if(n===e)return{valid:!0,data:n};if(a===b.object&&o===b.object){const i=M.objectKeys(e),l=M.objectKeys(n).filter(m=>i.indexOf(m)!==-1),u={...n,...e};for(const m of l){const v=mn(n[m],e[m]);if(!v.valid)return{valid:!1};u[m]=v.data}return{valid:!0,data:u}}else if(a===b.array&&o===b.array){if(n.length!==e.length)return{valid:!1};const i=[];for(let l=0;l<n.length;l++){const u=n[l],m=e[l],v=mn(u,m);if(!v.valid)return{valid:!1};i.push(v.data)}return{valid:!0,data:i}}else return a===b.date&&o===b.date&&+n==+e?{valid:!0,data:n}:{valid:!1}}class rt extends P{_parse(e){const{status:a,ctx:o}=this._processInputParams(e),i=(l,u)=>{if(Si(l)||Si(u))return L;const m=mn(l.value,u.value);return m.valid?((yi(l)||yi(u))&&a.dirty(),{status:a.value,value:m.data}):(k(o,{code:S.invalid_intersection_types}),L)};return o.common.async?Promise.all([this._def.left._parseAsync({data:o.data,path:o.path,parent:o}),this._def.right._parseAsync({data:o.data,path:o.path,parent:o})]).then(([l,u])=>i(l,u)):i(this._def.left._parseSync({data:o.data,path:o.path,parent:o}),this._def.right._parseSync({data:o.data,path:o.path,parent:o}))}}rt.create=(n,e,a)=>new rt({left:n,right:e,typeName:_.ZodIntersection,...D(a)});class de extends P{_parse(e){const{status:a,ctx:o}=this._processInputParams(e);if(o.parsedType!==b.array)return k(o,{code:S.invalid_type,expected:b.array,received:o.parsedType}),L;if(o.data.length<this._def.items.length)return k(o,{code:S.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),L;!this._def.rest&&o.data.length>this._def.items.length&&(k(o,{code:S.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),a.dirty());const l=[...o.data].map((u,m)=>{const v=this._def.items[m]||this._def.rest;return v?v._parse(new re(o,u,o.path,m)):null}).filter(u=>!!u);return o.common.async?Promise.all(l).then(u=>Z.mergeArray(a,u)):Z.mergeArray(a,l)}get items(){return this._def.items}rest(e){return new de({...this._def,rest:e})}}de.create=(n,e)=>{if(!Array.isArray(n))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new de({items:n,typeName:_.ZodTuple,rest:null,...D(e)})};class ct extends P{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:a,ctx:o}=this._processInputParams(e);if(o.parsedType!==b.object)return k(o,{code:S.invalid_type,expected:b.object,received:o.parsedType}),L;const i=[],l=this._def.keyType,u=this._def.valueType;for(const m in o.data)i.push({key:l._parse(new re(o,m,o.path,m)),value:u._parse(new re(o,o.data[m],o.path,m)),alwaysSet:m in o.data});return o.common.async?Z.mergeObjectAsync(a,i):Z.mergeObjectSync(a,i)}get element(){return this._def.valueType}static create(e,a,o){return a instanceof P?new ct({keyType:e,valueType:a,typeName:_.ZodRecord,...D(o)}):new ct({keyType:oe.create(),valueType:e,typeName:_.ZodRecord,...D(a)})}}class ki extends P{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:a,ctx:o}=this._processInputParams(e);if(o.parsedType!==b.map)return k(o,{code:S.invalid_type,expected:b.map,received:o.parsedType}),L;const i=this._def.keyType,l=this._def.valueType,u=[...o.data.entries()].map(([m,v],w)=>({key:i._parse(new re(o,m,o.path,[w,"key"])),value:l._parse(new re(o,v,o.path,[w,"value"]))}));if(o.common.async){const m=new Map;return Promise.resolve().then(async()=>{for(const v of u){const w=await v.key,j=await v.value;if(w.status==="aborted"||j.status==="aborted")return L;(w.status==="dirty"||j.status==="dirty")&&a.dirty(),m.set(w.value,j.value)}return{status:a.value,value:m}})}else{const m=new Map;for(const v of u){const w=v.key,j=v.value;if(w.status==="aborted"||j.status==="aborted")return L;(w.status==="dirty"||j.status==="dirty")&&a.dirty(),m.set(w.value,j.value)}return{status:a.value,value:m}}}}ki.create=(n,e,a)=>new ki({valueType:e,keyType:n,typeName:_.ZodMap,...D(a)});class Ge extends P{_parse(e){const{status:a,ctx:o}=this._processInputParams(e);if(o.parsedType!==b.set)return k(o,{code:S.invalid_type,expected:b.set,received:o.parsedType}),L;const i=this._def;i.minSize!==null&&o.data.size<i.minSize.value&&(k(o,{code:S.too_small,minimum:i.minSize.value,type:"set",inclusive:!0,exact:!1,message:i.minSize.message}),a.dirty()),i.maxSize!==null&&o.data.size>i.maxSize.value&&(k(o,{code:S.too_big,maximum:i.maxSize.value,type:"set",inclusive:!0,exact:!1,message:i.maxSize.message}),a.dirty());const l=this._def.valueType;function u(v){const w=new Set;for(const j of v){if(j.status==="aborted")return L;j.status==="dirty"&&a.dirty(),w.add(j.value)}return{status:a.value,value:w}}const m=[...o.data.values()].map((v,w)=>l._parse(new re(o,v,o.path,w)));return o.common.async?Promise.all(m).then(v=>u(v)):u(m)}min(e,a){return new Ge({...this._def,minSize:{value:e,message:x.toString(a)}})}max(e,a){return new Ge({...this._def,maxSize:{value:e,message:x.toString(a)}})}size(e,a){return this.min(e,a).max(e,a)}nonempty(e){return this.min(1,e)}}Ge.create=(n,e)=>new Ge({valueType:n,minSize:null,maxSize:null,typeName:_.ZodSet,...D(e)});class Be extends P{constructor(){super(...arguments),this.validate=this.implement}_parse(e){const{ctx:a}=this._processInputParams(e);if(a.parsedType!==b.function)return k(a,{code:S.invalid_type,expected:b.function,received:a.parsedType}),L;function o(m,v){return ln({data:m,path:a.path,errorMaps:[a.common.contextualErrorMap,a.schemaErrorMap,cn(),qe].filter(w=>!!w),issueData:{code:S.invalid_arguments,argumentsError:v}})}function i(m,v){return ln({data:m,path:a.path,errorMaps:[a.common.contextualErrorMap,a.schemaErrorMap,cn(),qe].filter(w=>!!w),issueData:{code:S.invalid_return_type,returnTypeError:v}})}const l={errorMap:a.common.contextualErrorMap},u=a.data;if(this._def.returns instanceof ze){const m=this;return Q(async function(...v){const w=new Y([]),j=await m._def.args.parseAsync(v,l).catch(ve=>{throw w.addIssue(o(v,ve)),w}),J=await Reflect.apply(u,this,j);return await m._def.returns._def.type.parseAsync(J,l).catch(ve=>{throw w.addIssue(i(J,ve)),w})})}else{const m=this;return Q(function(...v){const w=m._def.args.safeParse(v,l);if(!w.success)throw new Y([o(v,w.error)]);const j=Reflect.apply(u,this,w.data),J=m._def.returns.safeParse(j,l);if(!J.success)throw new Y([i(j,J.error)]);return J.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new Be({...this._def,args:de.create(e).rest(Fe.create())})}returns(e){return new Be({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,a,o){return new Be({args:e||de.create([]).rest(Fe.create()),returns:a||Fe.create(),typeName:_.ZodFunction,...D(o)})}}class bi extends P{get schema(){return this._def.getter()}_parse(e){const{ctx:a}=this._processInputParams(e);return this._def.getter()._parse({data:a.data,path:a.path,parent:a})}}bi.create=(n,e)=>new bi({getter:n,typeName:_.ZodLazy,...D(e)});class hn extends P{_parse(e){if(e.data!==this._def.value){const a=this._getOrReturnCtx(e);return k(a,{received:a.data,code:S.invalid_literal,expected:this._def.value}),L}return{status:"valid",value:e.data}}get value(){return this._def.value}}hn.create=(n,e)=>new hn({value:n,typeName:_.ZodLiteral,...D(e)});function Ei(n,e){return new Ee({values:n,typeName:_.ZodEnum,...D(e)})}class Ee extends P{_parse(e){if(typeof e.data!="string"){const a=this._getOrReturnCtx(e),o=this._def.values;return k(a,{expected:M.joinValues(o),received:a.parsedType,code:S.invalid_type}),L}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){const a=this._getOrReturnCtx(e),o=this._def.values;return k(a,{received:a.data,code:S.invalid_enum_value,options:o}),L}return Q(e.data)}get options(){return this._def.values}get enum(){const e={};for(const a of this._def.values)e[a]=a;return e}get Values(){const e={};for(const a of this._def.values)e[a]=a;return e}get Enum(){const e={};for(const a of this._def.values)e[a]=a;return e}extract(e,a=this._def){return Ee.create(e,{...this._def,...a})}exclude(e,a=this._def){return Ee.create(this.options.filter(o=>!e.includes(o)),{...this._def,...a})}}Ee.create=Ei;class gn extends P{_parse(e){const a=M.getValidEnumValues(this._def.values),o=this._getOrReturnCtx(e);if(o.parsedType!==b.string&&o.parsedType!==b.number){const i=M.objectValues(a);return k(o,{expected:M.joinValues(i),received:o.parsedType,code:S.invalid_type}),L}if(this._cache||(this._cache=new Set(M.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){const i=M.objectValues(a);return k(o,{received:o.data,code:S.invalid_enum_value,options:i}),L}return Q(e.data)}get enum(){return this._def.values}}gn.create=(n,e)=>new gn({values:n,typeName:_.ZodNativeEnum,...D(e)});class ze extends P{unwrap(){return this._def.type}_parse(e){const{ctx:a}=this._processInputParams(e);if(a.parsedType!==b.promise&&a.common.async===!1)return k(a,{code:S.invalid_type,expected:b.promise,received:a.parsedType}),L;const o=a.parsedType===b.promise?a.data:Promise.resolve(a.data);return Q(o.then(i=>this._def.type.parseAsync(i,{path:a.path,errorMap:a.common.contextualErrorMap})))}}ze.create=(n,e)=>new ze({type:n,typeName:_.ZodPromise,...D(e)});class Ce extends P{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===_.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){const{status:a,ctx:o}=this._processInputParams(e),i=this._def.effect||null,l={addIssue:u=>{k(o,u),u.fatal?a.abort():a.dirty()},get path(){return o.path}};if(l.addIssue=l.addIssue.bind(l),i.type==="preprocess"){const u=i.transform(o.data,l);if(o.common.async)return Promise.resolve(u).then(async m=>{if(a.value==="aborted")return L;const v=await this._def.schema._parseAsync({data:m,path:o.path,parent:o});return v.status==="aborted"?L:v.status==="dirty"||a.value==="dirty"?Ue(v.value):v});{if(a.value==="aborted")return L;const m=this._def.schema._parseSync({data:u,path:o.path,parent:o});return m.status==="aborted"?L:m.status==="dirty"||a.value==="dirty"?Ue(m.value):m}}if(i.type==="refinement"){const u=m=>{const v=i.refinement(m,l);if(o.common.async)return Promise.resolve(v);if(v instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return m};if(o.common.async===!1){const m=this._def.schema._parseSync({data:o.data,path:o.path,parent:o});return m.status==="aborted"?L:(m.status==="dirty"&&a.dirty(),u(m.value),{status:a.value,value:m.value})}else return this._def.schema._parseAsync({data:o.data,path:o.path,parent:o}).then(m=>m.status==="aborted"?L:(m.status==="dirty"&&a.dirty(),u(m.value).then(()=>({status:a.value,value:m.value}))))}if(i.type==="transform")if(o.common.async===!1){const u=this._def.schema._parseSync({data:o.data,path:o.path,parent:o});if(!Re(u))return L;const m=i.transform(u.value,l);if(m instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:a.value,value:m}}else return this._def.schema._parseAsync({data:o.data,path:o.path,parent:o}).then(u=>Re(u)?Promise.resolve(i.transform(u.value,l)).then(m=>({status:a.value,value:m})):L);M.assertNever(i)}}Ce.create=(n,e,a)=>new Ce({schema:n,typeName:_.ZodEffects,effect:e,...D(a)});Ce.createWithPreprocess=(n,e,a)=>new Ce({schema:e,effect:{type:"preprocess",transform:n},typeName:_.ZodEffects,...D(a)});class ge extends P{_parse(e){return this._getType(e)===b.undefined?Q(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}ge.create=(n,e)=>new ge({innerType:n,typeName:_.ZodOptional,...D(e)});class De extends P{_parse(e){return this._getType(e)===b.null?Q(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}De.create=(n,e)=>new De({innerType:n,typeName:_.ZodNullable,...D(e)});class fn extends P{_parse(e){const{ctx:a}=this._processInputParams(e);let o=a.data;return a.parsedType===b.undefined&&(o=this._def.defaultValue()),this._def.innerType._parse({data:o,path:a.path,parent:a})}removeDefault(){return this._def.innerType}}fn.create=(n,e)=>new fn({innerType:n,typeName:_.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...D(e)});class Sn extends P{_parse(e){const{ctx:a}=this._processInputParams(e),o={...a,common:{...a.common,issues:[]}},i=this._def.innerType._parse({data:o.data,path:o.path,parent:{...o}});return ot(i)?i.then(l=>({status:"valid",value:l.status==="valid"?l.value:this._def.catchValue({get error(){return new Y(o.common.issues)},input:o.data})})):{status:"valid",value:i.status==="valid"?i.value:this._def.catchValue({get error(){return new Y(o.common.issues)},input:o.data})}}removeCatch(){return this._def.innerType}}Sn.create=(n,e)=>new Sn({innerType:n,typeName:_.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...D(e)});class Ci extends P{_parse(e){if(this._getType(e)!==b.nan){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:b.nan,received:o.parsedType}),L}return{status:"valid",value:e.data}}}Ci.create=n=>new Ci({typeName:_.ZodNaN,...D(n)});class xu extends P{_parse(e){const{ctx:a}=this._processInputParams(e),o=a.data;return this._def.type._parse({data:o,path:a.path,parent:a})}unwrap(){return this._def.type}}class Rn extends P{_parse(e){const{status:a,ctx:o}=this._processInputParams(e);if(o.common.async)return(async()=>{const l=await this._def.in._parseAsync({data:o.data,path:o.path,parent:o});return l.status==="aborted"?L:l.status==="dirty"?(a.dirty(),Ue(l.value)):this._def.out._parseAsync({data:l.value,path:o.path,parent:o})})();{const i=this._def.in._parseSync({data:o.data,path:o.path,parent:o});return i.status==="aborted"?L:i.status==="dirty"?(a.dirty(),{status:"dirty",value:i.value}):this._def.out._parseSync({data:i.value,path:o.path,parent:o})}}static create(e,a){return new Rn({in:e,out:a,typeName:_.ZodPipeline})}}class yn extends P{_parse(e){const a=this._def.innerType._parse(e),o=i=>(Re(i)&&(i.value=Object.freeze(i.value)),i);return ot(a)?a.then(i=>o(i)):o(a)}unwrap(){return this._def.innerType}}yn.create=(n,e)=>new yn({innerType:n,typeName:_.ZodReadonly,...D(e)});function Ti(n,e){const a=typeof n=="function"?n(e):typeof n=="string"?{message:n}:n;return typeof a=="string"?{message:a}:a}function Au(n,e={},a){return n?Ne.create().superRefine((o,i)=>{const l=n(o);if(l instanceof Promise)return l.then(u=>{if(!u){const m=Ti(e,o),v=m.fatal??a??!0;i.addIssue({code:"custom",...m,fatal:v})}});if(!l){const u=Ti(e,o),m=u.fatal??a??!0;i.addIssue({code:"custom",...u,fatal:m})}}):Ne.create()}var _;(function(n){n.ZodString="ZodString",n.ZodNumber="ZodNumber",n.ZodNaN="ZodNaN",n.ZodBigInt="ZodBigInt",n.ZodBoolean="ZodBoolean",n.ZodDate="ZodDate",n.ZodSymbol="ZodSymbol",n.ZodUndefined="ZodUndefined",n.ZodNull="ZodNull",n.ZodAny="ZodAny",n.ZodUnknown="ZodUnknown",n.ZodNever="ZodNever",n.ZodVoid="ZodVoid",n.ZodArray="ZodArray",n.ZodObject="ZodObject",n.ZodUnion="ZodUnion",n.ZodDiscriminatedUnion="ZodDiscriminatedUnion",n.ZodIntersection="ZodIntersection",n.ZodTuple="ZodTuple",n.ZodRecord="ZodRecord",n.ZodMap="ZodMap",n.ZodSet="ZodSet",n.ZodFunction="ZodFunction",n.ZodLazy="ZodLazy",n.ZodLiteral="ZodLiteral",n.ZodEnum="ZodEnum",n.ZodEffects="ZodEffects",n.ZodNativeEnum="ZodNativeEnum",n.ZodOptional="ZodOptional",n.ZodNullable="ZodNullable",n.ZodDefault="ZodDefault",n.ZodCatch="ZodCatch",n.ZodPromise="ZodPromise",n.ZodBranded="ZodBranded",n.ZodPipeline="ZodPipeline",n.ZodReadonly="ZodReadonly"})(_||(_={}));const _u=(n,e={message:`Input not instance of ${n.name}`})=>Au(a=>a instanceof n,e),t=oe.create,r=ke.create;be.create;const d=it.create;je.create;const U=dn.create,E=pn.create,Se=Ne.create,le=Fe.create,Te=fe.create,nn=un.create,y=ie.create,p=N.create,g=st.create;rt.create;const Di=de.create,A=ct.create,on=Be.create,c=hn.create,T=Ee.create,K=gn.create;ze.create;const se=ge.create,Lu=De.create,Ii=Ce.createWithPreprocess,pe={string:(n=>oe.create({...n,coerce:!0})),number:(n=>ke.create({...n,coerce:!0})),boolean:(n=>it.create({...n,coerce:!0})),bigint:(n=>be.create({...n,coerce:!0})),date:(n=>je.create({...n,coerce:!0}))},Fu=["de","en","es","fl","fr","it","nl","pl","pt","ro","tr"],Pi=n=>n===!0||n===1||n==="1"||n==="true",s=n=>p(n),f=n=>n,Ru=n=>n.and(p({}).passthrough()),Oi=()=>Ii(n=>Pi(n),d()),te=()=>Ii(n=>n===""||n===null?void 0:n,pe.number().optional()),Mi=s({action:t(),route:t().optional(),nameApp:t().optional()}),Ie=s({name:t(),label:t(),icon:t().nullable(),color:t().nullable(),img:t(),url:t(),description:t(),action:Mi}),Ui=s({hasLicense:d().optional(),sref:t().nullable().optional(),type:t().optional(),order:r().optional(),checkAccess:d().optional(),admin:d().optional(),showTab:d().optional(),types:t().array().optional(),noNotificationMenu:d().optional(),attrExposed:t().array().nullable().optional(),serviceUrl:t().optional(),view:t().optional(),fieldAddress:t().optional(),_extend:A(t(),Se()).optional()}),Bi=s({...Ie.shape,...Ui.shape}),Wi=s({...Ie.shape,urlTarget:c("_blank"),urlNoReferrer:d(),customImageUri:t().optional()}),Vi=s({...Ie.shape,iframeUrl:t(),customImageUri:t().optional()}),qi=s({tab:t(),name:t().optional(),url:t().optional()}),Ni=y(qi),ju=n=>Ni.safeParse(n).success,Gi=s({...Ie.shape,tabs:Ni}),zi=s({...Ie.omit({name:!0}).shape,name:c("IntranetPageHook"),tabs:t().array(),releaseName:t()}),Ji=g([Bi,Wi,Vi,Gi,zi]),Eu=n=>Ji.safeParse(n).success;var Hi=(n=>(n.local="local",n.installed="installed",n.autosaved="autosaved",n.saved="saved",n))(Hi||{});class $i extends C{list(e){return this.network.post({o:"applications",f:"list"},e?.signal)}studioList(){return this.network.post({o:"studio",f:"list"})}studioGet(e,a){return this.network.post({o:"studio",f:"get",idApp:e,status:a})}studioInstall(e){return this.network.postCSRF({o:"studio",f:"install",value:e})}studioSuspend(e){return this.network.postCSRF({o:"studio",f:"suspend",idApp:e})}studioRestart(e){return this.network.postCSRF({o:"studio",f:"restart",idApp:e})}studioSave(e,a,o){return this.network.postCSRF({o:"studio",f:"save",idApp:e,value:a,status:o})}async studioDelete(e,a){return this.network.postCSRF({o:"studio",f:"delete",idApp:e,status:a}).then(o=>o.messages)}studioCssClassList(){return this.network.post({o:"studio",f:"icons"})}}const jn=s({href:t(),target:t()}),dt=s({name:t(),sort:g([c("ASC"),c("DESC")])}),Du=s({srcId:g([r(),t()]),srcType:t()}),Iu=s({targetId:g([r(),t()]),targetType:t()}),Pu=s({start:t(),end:t()}),Zi=g([d(),t(),r(),y(t()),Du,Iu,Pu]),Ou=["=","<",">","<=",">=","!=","<>","like","between","is","is not","in","not in","json_contains","link","match"],Qi=T(Ou),Mu=["=","<",">","<=",">=","!=","<>","+","-","like","between","is","is not","in","json_contains","link","match"],Yi=T(Mu),pt=s({name:t(),value:Zi,operator:Qi.optional(),method:Yi.optional(),or:d().optional(),isNull:d().optional(),isNotNull:d().optional()}),xe=dt.array(),Pe=pt.array(),ut=n=>n.and(p({token:t().or(U()).optional()}));var G=(n=>(n.LITTLE="raw-little",n.LIST="raw-list",n.VIEW="raw-view",n))(G||{});const Uu=K(G).transform(n=>`${n}`),$e=g([Uu,U()]),Bu=s({additionalFilter:p({}).optional(),facets:y(p({})).optional(),filters:Pe.optional(),query:t().optional(),limit:r().optional(),page:r().optional(),orders:xe.optional(),format:$e.optional()});class Ki extends C{list(e,a){return this.network.post({o:"objectList",f:"jamespotArticleQueryList",...e,format:W(a?.format??G.LITTLE,a?.formatExtension)},a?.signal)}search(e,a){return this.network.post({o:"objectList",f:"jamespotArticleList",...e,format:W(a?.format??G.LITTLE,a?.formatExtension)},a?.signal)}get(e,a){return this.network.post({o:"article",f:"get",...e,format:W(a?.format??G.VIEW,a?.formatExtension)},a?.signal)}create(e,a){return this.network.maybePostToken({o:"article",f:"create",...e,format:W(a?.format??"raw-view",a?.formatExtension)},a?.signal)}update(e,a){return this.network.post({o:"article",f:"update",...e,format:W(a?.format??G.LIST,a?.formatExtension)},a?.signal)}delete(e){return this.network.postCSRF({o:"article",f:"delete",idArticle:e})}count(e){return this.network.post({o:"article",f:"count",type:e})}getAttachments(e,a,o){return this.network.post({o:"article",f:"getAttachment",idArticle:e,type:a,format:o?.format??"raw-little"},o?.signal)}permalink(e,a){return this.network.post({o:"article",f:"permalink",permalinkId:e},a?.signal)}saveAsDraft(e,a){return this.network.post({o:"article",f:"saveAsDraft",...e.form&&e.idDraft?{...e,form:{...e.form,idDraft:e.idDraft}}:e},a?.signal)}getComments(e,a){return this.network.post({o:"article",f:"getComments",...e,attachments:e.attachment??!1,limits:e.limits??{start:0,max:1e4},format:W(a?.format??G.LITTLE,a?.formatExtension)},a?.signal)}addComment(e,a){return this.network.post({o:"article",f:"addComment",...e,alertAuthor:Number(e.alertAuthor),sendAlert:Number(e.sendAlert),type:e.type??"comment",format:W(a?.format??"raw-little",a?.formatExtension)},a?.signal)}updateComment(e,a){return this.network.post({o:"article",f:"updateComment",...e,format:W(a?.format??"raw-little",a?.formatExtension)},a?.signal)}getComment(e,a){return this.network.post({o:"comment",f:"getComment",...e,format:W(a?.format??"raw-little",a?.formatExtension)},a?.signal)}deleteComment(e){return this.network.postCSRF({o:"comment",f:"delete",idComment:e})}getRead(e){return this.network.post({o:"article",f:"getRead",uri:e})}moveToSpot(e,a){return this.network.postCSRF({o:"article",f:"moveToSpot",...e},a?.signal)}archive(e,a){return this.network.postCSRF({...e,o:"article",f:"archive"},a?.signal)}}class Wu extends C{get(e,a){return this.network.get("articleTranslation","automaticGet",{idArticle:e.idArticle.toString()},a?.signal)}set({idArticle:e,language:a,title:o,description:i},l){return this.network.postCSRF({o:"articleTranslation",f:"automaticSet",idArticle:e,language:a,title:o,description:i},l?.signal)}delete({idArticle:e,language:a},o){return this.network.postCSRF({o:"articleTranslation",f:"automaticDelete",idArticle:e,language:a},o?.signal)}}class Vu extends C{list(e,a,o,i=[{name:"dateCreation",sort:"DESC"}]){return this.jApi.article.list({type:"aseiClearanceTicket",limit:a,page:e,orders:i,filters:o},{format:"raw-view"})}requestStatus(e,a,o){return this.network.post({o:"asei",f:"setStatus",uri:e,requestedStatus:a,audience:o})}getDedicatedGroups(){return this.network.post({o:"asei",f:"getDedicatedGroups"})}getConfiguration(){return this.network.post({o:"asei",f:"configuration"})}}class Xi extends C{configuration(){return this.network.post({o:"assetReservation",f:"configuration"})}createReservation(e){return this.network.postCSRF({o:"assetReservation",f:"createReservation",format:"raw-list",...e})}getReservations({format:e="raw-list",...a}){return this.network.post({o:"assetReservation",f:"getReservations",format:e,...a})}cancelReservation(e){return this.network.post({o:"assetReservation",f:"cancelReservation",format:"raw-list",idArticle:e})}bookByDate({format:e="raw-list",...a}){return this.network.post({o:"assetReservation",f:"BookByDate",format:e,...a})}getList({format:e="raw-list",...a}){return this.network.post({o:"objectList",f:"assetReservationList",format:e,...a})}}class es extends C{autocomplete(e){return this.network.post({o:"autocomplete",f:"audience",q:e}).then(a=>a.result)}autocompletePublishTo(e,a){return this.network.post({o:"autocomplete",f:"publishTo",method:"uri",list:e,format:a?.format})}}class ts extends C{publicWebinarFullname(e){return this.network.post({o:"bigBlueButton",f:"publicWebinarFullname",...e})}getPublicWebinarData(e){return this.network.post({o:"bigBlueButton",f:"getPublicWebinarData",...e})}recordingDelete(e,a,o){return this.network.post({o:"bigBlueButton",f:"videoRecordingDelete",id:e,filename:a},o?.signal)}resolveUrl(e,a){return this.network.post({o:"bigBlueButton",f:"resolveUrl",...e},a)}setModerators(e,a,o){return this.network.postCSRF({o:"bigBlueButton",f:"setModerators",id:e,moderators:a.map(i=>i.uri).join(",")},o?.signal)}getModerators(e,a){return this.network.post({o:"bigBlueButton",f:"getModerators",id:e},a?.signal)}}class as extends C{getFormattedList(e,a){return this.network.post({o:"objectList",f:"bookmarksList",format:a,...e})}addFormattedLink(e,a,o){const i=o??"list";return this.network.post({o:"custom",f:"actionAdd",type:"bookmarkLink",targetId:e,targetType:a,format:i})}addBookmark(e,a){const o=a??"list";return this.network.postCSRF({o:"bookmarks",f:"add",...e,format:o})}delete(e){return this.network.postCSRF({o:"bookmarks",f:"delete",bookmarkID:e})}rename(e,a,o){return this.network.postCSRF({o:"bookmarks",f:"rename",bookmarkID:e,bookmarkLabel:a,bookmarkUrl:o})}move(e,a,o){return this.network.postCSRF({o:"bookmarks",f:"move",bookmarkID:e,bookmarkReference:a,bookmarkPosition:o})}}class ns extends C{getInfos(e,a){return this.network.post({o:"BusinessNetworking",f:"MarkerInfo",id:e,format:a??"raw-little"})}}class os extends C{getEvents(e){return this.network.post({o:"calendar",f:"getEvents",...e})}listEvents(e,a){return this.network.post({o:"calendar",f:"listEvents",...e,format:W(a?.format??"raw-list",["socialEventRecord","recurringEventRecord"])},a?.signal)}getLastEvents(e){return this.network.post({o:"calendar",f:"getLastEvents",...e})}transformOccurrenceIntoEvent(e,a){return this.network.postCSRF({o:"calendar",f:"transformOccurrenceIntoEvent",...e,format:W(a?.format??"raw-view",a?.formatExtension)},a?.signal)}reviveSubmit(e){return this.network.postCSRF({o:"calendar",f:"reviveSubmit",...e})}getMembers(e,a){return this.network.post({o:"objectList",f:"CalendarList",...e,format:a?.format??G.LITTLE},a?.signal)}}class is extends C{get(e,a){return this.network.post({o:"community",f:"getCommunity",idCommunity:e,format:a??"raw-little"})}sendRequest(e,a){return this.network.post({o:"community",f:"sendRequest",message:e,idUserTo:a})}autocomplete(e){return this.network.post({o:"autocomplete",f:"community",q:e}).then(a=>a.result)}}class ss extends C{create(e){return this.network.postCSRF({o:"contentFactory",f:"createTemplate",...e})}get(e){return this.network.post({o:"article",f:"get",...e,format:G.VIEW})}importTemplate(e){return this.network.postCSRF({o:"contentFactory",f:"importTemplate",...e})}exportTemplateUrl(e){return`/?action=contentFactoryExportTemplate&id=${e}`}}class rs extends C{getReports(e={},a){return this.network.post({o:"contentReport",f:"list",...e,signal:a?.signal})}createReport(e,a){return this.network.postCSRF({o:"contentReport",f:"createReport",...e,signal:a?.signal})}updateStatus(e,a){return this.network.postCSRF({o:"contentReport",f:"changeStatus",...e,signal:a?.signal})}}class cs extends C{get(e,a){return this.network.post({o:"widget",f:"datasourceGet",uri:e,format:a})}getModel(e){return this.network.post({o:"widget",f:"datasourceGetModel",uri:e})}cancel(e){return this.network.post({o:"widget",f:"datasourceCancel",uri:e})}getObject(e){return this.network.post({o:"widget",f:"datasourceGetObject",uri:e})}updateModel(e,a){return this.network.post({o:"widget",f:"datasourceUpdateModel",uri:e,model:a})}getExcelDatasource(e){return this.network.post({o:"widget",f:"datasourceGetExcelDatasource",uri:e})}getExcelDatasourceHeaders(e,a){return this.network.post({o:"widget",f:"datasourceGetExcelDatasourceHeaders",uri:e,spreadsheet:a})}setExcelDatasource(e,a){return this.network.post({o:"widget",f:"datasourceSetExcelDatasource",uri:e,spreadsheet:a})}create({title:e,datasourceType:a,datasourceIdentifier:o,token:i}){return this.network.postCSRF({o:"widget",f:"datasourceCreate",title:e,datasourceType:a,datasourceIdentifier:o,token:i})}}class ls extends C{create(e,a,o,i,l){return this.network.post({o:"article",f:"create",type:e,token:a,title:o,dateStart:i,publishTo:l,format:"raw-list"})}getList(e="",a=[],o=[],i=1){return this.network.post({o:"objectList",f:"diapazoneQueryList",query:e,filters:a,orders:o,page:i,format:"raw-list"})}}class qu extends C{statistics(e){return this.network.post({o:"digitalDesk",f:"getStatistics"},e?.signal)}}class ds extends C{tenants(e,a){return this.network.post({o:"drive",f:"getTenants",...e??{}},a?.signal)}groups(e,a){return this.network.post({o:"drive",f:"getGroups",...e},a?.signal)}sites(e){return this.network.post({o:"drive",f:"getSites"},e?.signal)}listAccount(e,a){return this.network.post({o:"drive",f:"listAccount",service:e},a?.signal)}isAccountLogged(e,a,o){return this.network.post({o:"drive",f:"isAccountLogged",service:e,id:a},o?.signal)}checkAccountToken(e,a){return this.network.post({o:"drive",f:"checkAccountToken",service:e},a?.signal)}msDocuments(e,a){return this.network.post({o:"drive",f:"getDocuments",service:"onedrive",...e},a?.signal)}dropboxDocuments(e,a){return this.network.post({o:"drive",f:"getDocuments",service:"dropbox",...e},a?.signal)}getDocument(e,a){return this.network.post({o:"drive",f:"getDocument",...e,format:a?.format??"raw-little"},a?.signal)}logout(e,a){return this.network.post({o:"drive",f:"logout",...e},a?.signal)}getAccount(e,a){return this.network.post({o:"drive",f:"get-user-data",...e},a?.signal)}setDefaultAccount(e,a){return this.network.post({o:"drive",f:"set-has-default",...e},a?.signal)}}class ps extends C{save(e,a){return this.network.postCSRFWithFile({o:"externalApp",f:"save",...e},a?.signal)}list(e){return this.network.post({o:"externalApp",f:"list"},e?.signal)}delete(e,a){return this.network.postCSRF({o:"externalApp",f:"delete",...e},a?.signal)}}class us extends C{createBot(e,a){return this.network.postCSRF({o:"extraBot",f:"create",uri:e},a)}updateBot(e,a){return this.network.postCSRF({o:"extraBot",f:"update",uriConfiguration:e},a)}generatePrompt(e){return this.network.post({o:"extraBot",f:"generatePrompt"},e)}list(e,a,o){const i=e==="all"?"extraBotAll":"extraBotMines";return this.network.post({o:"objectList",f:i,...a},o?.signal)}}class ms extends C{getCategoriesList(e,a){return this.network.post({o:"objectList",f:"faqQueryList",format:e??"raw-list",orders:a??[{name:"dateCreation",sort:"ASC"}]})}createCategory(e,a){const o={...e,type:"faq"};return this.jApi.article.create(o,a)}updateCategory(e,a){const o={...e,type:"faq"};return this.jApi.article.update(o,a)}deleteCategory(e){return this.jApi.article.delete(e)}checkItem(e,a,o){return this.network.post({o:"faq",f:"checkItem",query:e,page:a??1,format:o??"raw-list"})}getTaxonomy(){return this.network.post({o:"faq",f:"getFaqTaxonomy"})}getHookProperties(e){return this.network.post({o:"faq",f:"getHookProperties",properties:e??["_web"]})}getAccess(){return this.network.post({o:"faq",f:"access"})}createTheme(e,a){return this.network.postCSRF({o:"faq",f:"add-theme",...e,format:a??"raw-view"})}deleteTheme(e,a){return this.network.postCSRF({o:"faq",f:"delete-theme",...e,format:a??"raw-view"})}updateTheme(e,a){return this.network.postCSRF({o:"faq",f:"set-theme",...e,format:a??"raw-view"})}getEntry(e,a){return this.network.post({o:"faq",f:"get-entry",uri:e,format:a??"raw-view"})}deleteEntry(e){return this.jApi.article.delete(e)}createEntry(e,a){const o={...e,idSpot:["content"],type:"faqItem"};return this.jApi.article.create(o,a)}addEntry(e,a){return this.network.postCSRF({o:"faq",f:"add-entry",...e,format:a??"raw-view"})}updateEntry(e,a){const o={...e,type:"faqItem"};return this.jApi.article.update(o,a)}moveEntry(e,a){return this.network.postCSRF({o:"faq",f:"move-entry",...e,format:a??"raw-view"})}moveTheme(e,a){return this.network.postCSRF({o:"faq",f:"move-theme",...e,format:a??"raw-view"})}getWidgetCategory(e,a){return this.network.post({o:"faq",f:"categoryGet",uri:e},a)}getItems(e,a,o){return this.network.post({o:"faq",f:"getItems",id:e,type:a},o)}getWidgetCategories(e){return this.network.post({o:"faq",f:"widgetFaq"},e)}}class hs extends C{upload(e){const a=new FormData;return a.append("attrName",e.attrName),e.file?a.append(e.attrName,e.file):e.url&&a.append("url",e.url),a.append("token",e.token),this.network.postFile(a)}async uploadMany(e){return Promise.all(e.map(a=>this.upload(a)))}async get(e,a,o){return this.network.post({o:"file",f:"get",idFile:e,format:a},o?.signal)}async getParent(e,a,o,i){return this.network.post({o:"file",f:"getParent",idFile:e,format:a,hash:o},i?.signal)}async getWithHash(e,a,o,i){return this.network.post({o:"file",f:"getWithHash",idFile:e,hash:a,format:o},i?.signal)}async duplicate(e,a,o){return this.network.postCSRF({o:"file",f:"duplicateFile",idFile:e,title:a,publishTo:o})}async updateFile(e,a){return this.network.postCSRF({o:"file",f:"updateFile",idFile:e,title:a})}async update(e,a,o,i){return this.network.post({o:"file",f:"update",idFile:e,type:a,cropDatas:{...o,rotateBeforeCrop:!0},killSize:o.killSize,format:"raw-little"},i?.signal)}async deleteFile(e,a,o,i){return this.network.post({o:"file",f:"delete",idFile:e,attrName:a,token:o},i)}async deleteImage(e,a,o){return this.network.post({o:"file",f:"deleteImage",id:e,type:a},o?.signal)}getDownload(e,a){return this.network.post({o:"file",f:"getDownload",id:e},a?.signal)}generatePreview(e,a){return this.network.post({o:"file",f:"generatePreview",id:e},a?.signal)}copy(e,a){return this.network.post({o:"file",f:"copy",...e,format:a?.format??"raw-little"},a?.signal)}}class gs extends C{getBanks(e){return this.network.post({o:"fileBank",f:"getBanks",format:e?.format??"raw-list"},e?.signal).then(a=>a.result)}getFolders(e,a){return this.network.post({o:"fileBank",f:"getFolders",parentURI:e,format:a?.format??"raw-list"},a?.signal)}getDocuments(e,a){return this.network.post({o:"fileBank",f:"getDocuments",parentURI:e,format:a?.format??"raw-view"},a?.signal)}getPath(e,a){return this.network.post({o:"fileBank",f:"getPath",uri:e.uri,mode:e.mode??"browse",format:a?.format??"raw-little"},a?.signal)}searchContent(e,a){return this.network.post({o:"fileBank",f:"searchContent",...e,format:a?.format??"raw-little"},a?.signal)}getParents(e,a){return this.network.post({o:"fileBank",f:"getParents",id:e.id,format:a?.format??"raw-little"},a?.signal)}getRootFolders(e,a){return this.network.post({o:"objectList",f:"fileBankRootFolders",query:e.query,format:a?.format??"raw-little"},a?.signal)}}class fs extends C{list(e,a){return this.network.post({o:"objectList",f:"fileIntegrityQuarantineList",...e},a)}delete(e,a){return this.network.postCSRF({o:"fileIntegrity",f:"delete",id:e},a?.signal)}release(e,a){return this.network.postCSRF({o:"fileIntegrity",f:"release",id:e},a?.signal)}getCommentQuarantines(e,a){return this.network.post({o:"fileIntegrity",f:"commentQuarantinesGet",id:e},a?.signal)}}class Nu extends C{getFileBanks(e){return this.network.post({o:"file-sync",f:"getFileBanks"},e)}saveFileBanks(e){return this.network.post({o:"file-sync",f:"saveFileBanks",fileBanks:e})}getUserQuota(e){return this.network.post({o:"file-sync",f:"getUserQuota"},e)}getAdminSpots(e,a){return this.network.post({o:"objectList",f:"fileSyncAdminSpots",...e},a)}}class Ss extends C{countAction(e,a){return this.network.post({o:"activityLog",f:"log",count:!0,verb:e,uri:a})}addAction(e,a){return this.network.post({o:"customAction",f:"add",...e,format:a?.format??"raw-little"},a?.signal)}updateAction(e,a){return this.network.post({o:"customAction",f:"update",...e,format:"raw-little"},a?.signal)}removeAction(e,a){return this.network.post({o:"customAction",f:"remove",...e,format:"raw-little"},a?.signal)}useWebVersion(){return this.network.post({o:"global",f:"useWebVersion"})}getUsers(e,a){return this.network.post({o:"customAction",f:"getUsers",...e,format:a??"raw-list"})}getLinks(e,a){return this.network.post({o:"customAction",f:"getLinks",...e,format:a?.format??G.LIST},a?.signal)}}class ys extends C{autocomplete(e){return this.network.post({o:"autocomplete",f:"spot",q:e,idToUri:!1}).then(a=>a.result)}create(e,a){return this.network.post({o:"spot",f:"create",...e,format:a})}update(e,a){const{spotBanner:o,...i}=e;return this.network.postCSRF({o:"spot",f:"update",...i,format:a})}getSpot(e,a){return this.network.post({o:"spot",f:"getSpot",idSpot:e,format:a})}getProperties(e){return this.network.post({o:"spot",f:"getProperties",idSpot:e})}getWidgets(e){return this.network.post({o:"spot",f:"getWidgets",idSpot:e})}getApplications(){return this.network.post({o:"spot",f:"get-available-widget"})}getCategories(){return this.network.post({o:"spot",f:"get-categories"})}getCategoriesConfiguration({signal:e}={}){return this.network.post({o:"spot",f:"getCategoriesConfiguration"},e)}getObjectListJamespotSpotMembers(e,a,o,i=1){return this.network.post({o:"objectListJamespot",f:"SpotMembers",idSpot:e,limit:o,page:i,format:"raw-little",query:a})}list(e,a){return this.network.post({o:"objectList",f:"jamespotSpotQueryList",...e,filters:e.filters?.map(o=>({...o,operator:o.operator?.replace("<","&lt;")??void 0}))??void 0,format:W(e.format??"raw-little",a?.formatExtension)},a?.signal)}resetNotifications(e){return this.network.post({o:"spot",f:"resetNotifications",...e})}getUserLevelAndRight(e){return this.network.post({o:"spot",f:"getUserLevelAndRight",idSpot:e})}groupRequest(e){return this.network.postCSRF({o:"spot",f:"request",idSpot:e})}groupAddToFavorite(e){return this.network.postCSRF({o:"spot",f:"addToFavorite",idSpot:e})}objectListSpotArticles(e,a){return this.network.post({o:"objectList",f:"spotArticles",...e,format:W(a?.format??"raw-little",a?.formatExtension)},a?.signal)}changeMemberRole(e){return this.network.post({o:"spot",f:"changeRole",...e})}countMembers(e,a){return this.network.postCSRF({o:"spot",f:"countMembers",...e},a)}}class Gu extends C{getShowFields(e){return this.network.post({o:"intranetPage",f:"getShowFields"},e?.signal)}getUserContactsLists(e,a){return this.network.post({o:"intranetPage",f:"GetUserContactsLists",uris:e},a?.signal)}meteoSearchCity(e,a){return this.network.post({o:"intranetPage",f:"widgetMeteo",search:e},a?.signal)}}class ws extends C{async getGifs(e,a){return this.network.post({o:"jamespot",f:"giphy",...e,format:"raw"},a?.signal)}}class vs extends C{textEnhancement({text:e,capacity:a}){return this.network.post({o:"jia",f:"textEnhancement",text:e,capacity:a})}}class ks extends C{resolveUrl({id:e},a){return this.network.post({o:"jitsi",f:"resolveUrl",id:e},a)}}class bs extends C{getLogs({dateEnd:e,idLogMax:a}){return this.network.post({o:"jLand",f:"adminLogs",dateEnd:e,idLogMax:a})}getStats({map:e,dateStart:a,dateEnd:o}){return this.network.post({o:"jLand",f:"adminStats",map:e,dateStart:a,dateEnd:o})}getAllMapsAsAdmin(e="raw-list,licenses"){return this.network.post({o:"objectListJLand",f:"jLandList",format:e})}createMap(e,a="raw-list"){return this.network.maybePostToken({...e,o:"article",f:"create",format:a,type:"jlandmap"})}}class Cs extends C{async getAbsence(e,a){return this.network.post({o:"lucca",f:"getAbsence",...e},a?.signal)}}class zu extends C{getThumbnailUrl(e){return this.network.post({o:"magicPad",f:"getThumbnailUrl",uri:e})}}class Ju extends C{GetUnclassifiedFiles(e){return this.network.post({o:"objectListMediaLibrary",f:"GetUnclassifiedFiles",format:"raw-list",page:e.page??1,limit:e.limit,query:e.query??""})}getAccess(){return this.network.post({o:"mediaLibrary",f:"access"})}getFoldersStatsList(e=[],a=[],o=1){return this.network.post({o:"objectListMediaLibrary",f:"FoldersStatsList",filters:e,orders:a,page:o})}getFilesStatsList(e=[],a=[],o=1){return this.network.post({o:"objectListMediaLibrary",f:"FilesStatsList",filters:e,orders:a,page:o})}getStats(){return this.network.post({o:"mediaLibrary",f:"moderatorStats"})}readFolder(e){return this.network.post({o:"mediaLibrary",f:"readFolder",uri:e})}readFile(e){return this.network.post({o:"mediaLibrary",f:"readFile",uri:e})}moveFile(e){return this.network.post({format:"raw-list",uri:e.uriFile,mediaLibraryFolderOrientedLinks:e.uriFolder,publishTo:e.publishTo,o:"article",f:"update"})}}class Hu extends C{settingsSave(e,{signal:a}={}){return this.network.post({o:"menu",f:"settingsSave",...e},a)}}class $u extends C{sendMessage(e,a){return this.network.post({o:"messenger",f:"newMessage",idDiscussion:a,msg:{description:e}})}getOrCreateDiscussion(e,a){const o=e<a?`${e}.${a}`:`${a}.${e}`;return this.network.post({o:"messenger",f:"getDiscussion",idDiscussion:o,type:"messengerUser",idUserTo:a})}enableDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"discussionEnable",...e},a?.signal)}disableDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"discussionDisable",...e},a?.signal)}getSpotDiscussions(e,a){return this.network.post({o:"objectList",f:"messengerSpotDiscussions",format:a?.format,...e},a?.signal)}createSpotDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"createSpotDiscussion",...e},a?.signal)}updateSpotDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"updateSpotDiscussion",...e},a?.signal)}getMessageReads(e,a){return this.network.post({o:"messenger",f:"getMessageReads",...e,format:a?.format??G.LITTLE},a?.signal)}getDiscussionFiles(e,a){return this.network.post({o:"messenger",f:"loadFiles",...e,format:G.LITTLE},a?.signal)}listRecentDiscussions(e,a){return this.network.postCSRF({o:"messenger",f:"listRecentDiscussions",...e,format:a?.format??G.LIST},a?.signal)}getContactPin(e){return this.network.post({o:"messenger",f:"getContactPin",format:e?.format??G.LIST},e?.signal)}importantDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"importantDiscussion",...e},a?.signal)}muteDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"muteDiscussion",...e},a?.signal)}addUsers(e,a){return this.network.postCSRF({o:"messenger",f:"addUsers",...e,format:G.LITTLE},a?.signal)}editMessage(e,a){return this.network.postCSRF({o:"messenger",f:"editMessage",...e},a?.signal)}}class Ts extends C{async getConfiguration(e,a){return this.network.post({o:"module",f:"getConfiguration",...e},a?.signal)}async setConfiguration(e,a){return this.network.postCSRF({o:"module",f:"setConfiguration",...e},a?.signal)}}class Zu extends C{get(e){return this.network.post({o:"newsflash",f:"get",...e?.groups&&e.groups.length>0?{groups:e.groups}:{}},e?.signal)}}class xs extends C{getObject(e){return this.network.post({o:"object",f:"getObject",uri:e})}setAccess(e,a,o,i){return this.network.post({o:"object",f:"setAccess",uri:e,access:a,message:o,generalAccessRule:i})}getAccess(e){return this.network.post({o:"object",f:"getAccess",uri:e})}getAccessHash(e){return this.network.post({o:"object",f:"getAccessHash",uri:e})}askAccess(e,a,o){return this.network.postCSRF({o:"object",f:"askAccess",uri:e,askAccess:a,askMessage:o})}getAccessRequest(e,a){return this.network.post({o:"object",f:"getAccessRequest",format:"raw-little",uri:e,idUser:a})}setAccessRequest(e,a,o,i){return this.network.postCSRF({o:"object",f:"setAccessRequest",uri:e,idUser:a,requestAccessValue:o,requestResponseMessage:i})}}class Qu extends C{async isConfigurationValid(e){return this.network.post({o:"office",f:"isConfigurationValid"},e?.signal)}async getConfiguration(e){return this.network.post({o:"office",f:"getConfiguration"},e?.signal)}setConfiguration(e,a){return this.network.postCSRF({o:"office",f:"setConfiguration",userConfiguration:e},a?.signal)}async imapInboxCheckConnection(e,a){return this.network.post({o:"office",f:"imapInboxCheckConnection",...e},a?.signal)}async imapInboxGetEmails(e,a){return this.network.post({o:"office",f:"imapInboxGetEmails",...e},a?.signal)}async imapInboxGetUnreadEmailsCount(e){return this.network.post({o:"office",f:"imapInboxGetUnreadEmailsCount"},e?.signal)}async davCalendarCheckConnection(e,a){return this.network.post({o:"office",f:"davCalendarCheckConnection",...e},a?.signal)}async davCalendarGetEvents(e,a){return this.network.post({o:"office",f:"davCalendarGetEvents",...e},a?.signal)}async davAddressBookCheckConnection(e,a){return this.network.post({o:"office",f:"davAddressBookCheckConnection",...e},a?.signal)}async davAddressBookGetContacts(e,a){return this.network.post({o:"office",f:"davAddressBookGetContacts",...e},a?.signal)}async getProviders(e){return this.network.post({o:"office",f:"getProviders"},e?.signal)}async getProviderBaseUrls(e){return this.network.post({o:"office",f:"getProviderBaseUrls"},e?.signal)}}class Yu extends C{getFile(e,a){return this.network.post({o:"onlyOffice",f:"getFile",...e,format:a?.format?W(a.format,a?.extensions):void 0},a?.signal)}deleteFile(e){return this.network.postCSRF({o:"onlyOffice",f:"deleteFile",idFile:e})}createVersion(e){return this.network.post({o:"onlyOffice",f:"createVersion",idFile:e})}}class As extends C{list(e){return this.jApi.article.list({type:"orgCharts",...e},{format:"raw-list"})}async create(e,a){const o={...e,type:"orgCharts"};return this.jApi.article.create(o,a)}updateExternalUsersImage(e,a,o,i){return this.network.postCSRF({o:"orgCharts",f:"updateExternalUsersImage",id:e,type:a,idCurrentImg:o,idPreviousImg:i})}async getConfiguration(){return this.network.post({o:"orgCharts",f:"configuration"})}}class _s extends C{getPublishButtonSections(e,a){const o={o:"jamespot",f:"publishButtonSections"};return e&&(o.forceDefault=e),this.network.post(o,a?.signal)}}class Ls extends C{selectResponse(e,a){return this.network.post({o:"socialQuestion",f:"selectResponse",...e},a?.signal)}unselectResponse(e,a){return this.network.post({o:"socialQuestion",f:"unselectResponse",...e},a?.signal)}}class Fs extends C{getConfig(){return this.network.post({o:"search",f:"getConfig"})}proposition({query:e,format:a},o){return this.network.post({o:"search",f:"proposition",query:e,format:a??"little"},o)}searchQuery(e,a){const{keywords:o,category:i,facetCategories:l,filters:u,page:m,limit:v,sort:w,options:j,format:J,persistSolrQuery:we}=e;return this.network.post({o:"search",f:"query",keywords:o,category:i,facetCategories:l,filters:u,page:m,limit:v,sort:w,options:j,format:W(J,a?.formatExtension),persistSolrQuery:we},a?.signal)}getLastQueries(){return this.network.post({o:"search",f:"getLastQueries"})}getAdminConfig(){return this.network.post({o:"search",f:"getAdminConfig"})}setAdminConfig(e){return this.network.post({o:"search",f:"setAdminConfig",config:e})}}class Rs extends C{contentObjectLinks(e){return this.network.post({o:"shared",f:"contentObjectLinks",format:"raw-little",uri:e})}contentSetObjectAccessRule(e,a,o){return this.network.postCSRF({o:"shared",f:"contentSetObjectAccessRule",format:"raw-little",uri:e,rule:a,hash:o})}emailShare(e,a){return this.network.postCSRF({o:"shared",f:"contentEmailShare",...e},a?.signal)}}class js extends C{submit(e,a){return this.network.postCSRF({o:"surveyDate",f:"submit",...e},a?.signal)}revive(e,a){return this.network.postCSRF({o:"surveyDate",f:"revive",...e},a?.signal)}usersForDate(e,a){return this.network.post({o:"surveyDate",f:"usersForDate",...e},a?.signal)}}class Es extends C{list(){return this.network.post({o:"taxonomy",f:"list",format:"raw-little"}).then(e=>{if(Array.isArray(e.result))return e.result;throw"Bad response from backend"})}create({format:e="raw-little",...a}){return this.network.post({o:"taxonomy",f:"create",format:e,...a})}autocomplete(e,a){return this.network.post({o:"autocomplete",f:"taxonomy",q:a,idTaxonomy:e,idToUri:!1})}autocompleteList({format:e="autocomplete",...a}){return this.network.post({o:"objectListTaxonomy",f:"concept",format:e,...a})}autocompleteHierarchy(e){return this.network.post({o:"objectListTaxonomyHierarchy",f:"concept",...e})}}class Ds extends C{generateToDo(e,a){return this.network.post({...e,o:"teamWorkAi",f:"GenerateToDo"},a?.signal)}daySummary(e,a){return this.network.post({...e,o:"teamWorkAi",f:"daySummary"},a?.signal)}todoDone(e,a){return this.network.postCSRF({...e,o:"teamWorkAi",f:"todoDone"},a?.signal)}}class Is extends C{createChannel(e,a="raw-list"){return this.network.maybePostToken({...e,o:"article",f:"create",format:a,type:"tvDisplayChannel"})}getChannel(e){return this.network.post({...e,o:"tvDisplay",f:"getChannel"})}getConfigureChannel(e){return this.network.post({...e,o:"tvDisplay",f:"getConfigureChannel"})}}class Ku extends C{hasSecret(e){return this.network.get("twoFactorAuthentication","hasSecret",void 0,e)}twoFactorAuthenticationGenerateConfiguration(e){return this.network.postCSRF({o:"twoFactorAuthentication",f:"generateConfiguration"},e)}verifyKey(e,a){return this.network.postCSRF({o:"twoFactorAuthentication",f:"verifyKey",key:e},a)}resetSecret(e){return this.network.postCSRF({o:"twoFactorAuthentication",f:"resetSecret"},e)}isKeyValid(e,a){return this.network.postCSRF({o:"twoFactorAuthentication",f:"isKeyValid",...e},a)}activationStatistics(e){return this.network.get("twoFactorAuthentication","activationStatistics",void 0,e)}twoFactorAuthenticationGetUserMail(e){return this.network.get("twoFactorAuthentication","getUserMail",void 0,e)}twoFactorAuthenticationDailyActivationStatistics(e,a,o){return this.network.get("twoFactorAuthentication","dailyActivationStatistics",{dateStart:e,dateEnd:a},o)}}class Ps extends C{autocomplete(e,a){const{query:o,...i}=e;return this.network.post({...i,o:"autocomplete",f:"user",q:o,idToUri:!1,format:a?.format},a?.signal).then(l=>l.result)}get(e,a="little",o){return this.network.post({o:"user",f:"get",uri:e,format:a},o)}updateImage(e,a="raw-little"){return this.network.postCSRF({o:"user",f:"updateImage",idFile:e,format:a})}updateBanner(e,a="raw-little"){return this.network.postCSRF({o:"user",f:"updateBanner",idFile:e,format:a})}updateMail(e,a){return this.network.postCSRF({o:"user",f:"editMail",mail:e,password:a})}checkPassword(e,a){return this.network.postCSRF({o:"user",f:"checkPassword",password:e},a)}userUpdateProfile(e){return this.network.postCSRF({o:"user",f:"updateProfile",...e})}configuration(){return this.network.post({o:"userDirectory",f:"configuration"})}fieldsConfiguration(){return this.network.post({o:"user",f:"fieldsConfiguration"})}userList(e,a){return this.network.post({o:"objectList",f:"JamespotUserList",...e,format:W(e.format,a?.formatExtension)},a?.signal)}userQueryList(e,a){return this.network.post({o:"objectList",f:"JamespotUserQueryList",...e,format:W(e.format,a?.formatExtension)})}userMap(e,a){return this.network.post({o:"objectListJamespot",f:"userMap",...e},a?.signal)}userBusinessContactQueryList(e,a){return this.network.post({o:"businessContact",f:"queryList",...e},a?.signal)}userCreateBusinessContact(e,a){const i={...{...e,pseudo:e.title,firstName:e.firstname,lastName:e.lastname,champ1:e.field1,champ2:e.field2,champ3:e.field3,champ4:e.field4,champ5:e.field5},type:"businessContactCard",publishTo:"networkPublic/1"};return this.jApi.article.create(i,a)}userUpdateBusinessContact(e,a){const i={...{...e,pseudo:e.title,firstName:e.firstname,lastName:e.lastname,champ1:e.field1,champ2:e.field2,champ3:e.field3,champ4:e.field4,champ5:e.field5},uri:e.uri,publishTo:"networkPublic/1"};return this.jApi.article.update(i,a)}userDeleteBusinessContact(e){return this.jApi.article.delete(e)}userBusinessContactImport(e,a){return this.network.postCSRFWithFile({o:"businessContact",f:"import",file:e.file},a?.signal)}userAddContact(e){return this.network.post({o:"user",f:"addContact",idUser:e})}userRemoveContact(e){return this.network.post({o:"user",f:"removeContact",idUser:e})}signIn(e,a,o){return this.network.post({o:"user",f:"signIn",mail:e,password:a,format:o??"raw-view"})}getFields(e,a){return this.network.post({o:"user",f:"getFields",idUser:e,fieldsType:a})}getSpots({format:e="raw-little",...a}={},{signal:o}={}){return this.network.post({o:"user",f:"getSpots",...a,format:e},o)}getSpotCategories({signal:e}={}){return this.network.post({o:"user",f:"getSpotCategories"},e)}getNotificationsConfiguration(e){return this.network.post({o:"user",f:"getNotificationsConfiguration"},e?.signal)}setNotificationsConfiguration(e){return this.network.postCSRF({o:"user",f:"setNotificationsConfiguration",userNotificationsConfiguration:e})}getProperty(e,a){return this.network.post({o:"user",f:"getProperty",name:e},a?.signal)}setProperty(e,a,o){return this.network.postCSRF({o:"user",f:"setProperty",name:e,value:JSON.stringify(a)},o?.signal)}getAIProfile(e){return this.network.post({o:"user",f:"getAIProfile"},e?.signal)}setAIProfile(e,a){return this.network.postCSRF({o:"user",f:"setAIProfile",userAIProfile:e},a?.signal)}getUsersBirthday(e){return this.network.post({o:"user",f:"getUsersBirthday"},e?.signal)}}class Xu extends C{recordingDelete(e,a,o){return this.network.post({o:"visioConnect",f:"videoRecordingDelete",id:e,filename:a},o?.signal)}statistics(e,a){return this.network.post({o:"visioConnect",f:"statistics",...e},a?.signal)}statisticsRoomSessions(e,a){return this.network.post({o:"visioConnect",f:"statisticsRoomSessions",...e},a?.signal)}resolveUrl({uri:e},a){return this.network.post({o:"visioConnect",f:"resolveUrl",uri:e},a)}createPermanentRoom(e,a){return this.network.post({o:"visioConnect",f:"createPermanentRoom",format:a?.format,...e},a?.signal)}updatePermanentRoom(e,a){return this.network.post({o:"visioConnect",f:"updatePermanentRoom",format:a?.format,...e},a?.signal)}archivePermanentRoom(e,a){return this.network.post({o:"visioConnect",f:"archivePermanentRoom",uri:e},a?.signal)}unarchivePermanentRoom(e,a){return this.network.post({o:"visioConnect",f:"unarchivePermanentRoom",uri:e},a?.signal)}getPermanentRoom(e,a){return this.network.post({o:"visioConnect",f:"getPermanentRoom",format:a?.format,...e},a?.signal)}getPermanentRoomsMy(e,a){return this.network.post({o:"objectList",f:"visioConnectPermanentRoomsMy",format:a?.format,...e},a?.signal)}getPermanentRoomsAll(e,a){return this.network.post({o:"objectList",f:"visioConnectPermanentRoomsAll",format:a?.format,...e},a?.signal)}getPermanentRoomsArchive(e,a){return this.network.post({o:"objectList",f:"visioConnectPermanentRoomsArchive",format:a?.format,...e},a?.signal)}}class em extends C{getActivities(e,a){return this.network.post({o:"wall",f:"getActivities",...e,format:W(a?.format??G.LIST,a?.formatExtension)},a?.signal)}getFilters(e){return this.network.post({o:"wall",f:"getFilterList"},e?.signal)}setFilters(e,a){return this.network.post({o:"wall",f:"setFilterList",...e},a?.signal)}}class Os extends C{getFiles(e,a){return this.network.post({...e,o:"weDoc",f:"getFiles",format:a?.format?W(a.format,a.extensions):void 0},a?.signal)}getTemplates(e){return this.network.post({o:"weDoc",f:"getTemplates"},e?.signal)}createFile(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"createFile"},a?.signal)}createFolder(e,a){return this.network.postCSRF({...e,format:a?.format,o:"weDoc",f:"createFolder"},a?.signal)}updateFile(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"updateFile"},a?.signal)}listMy(e,a){return this.network.post({...e,format:W(a?.format??G.LIST,a?.extensions),o:"object",f:"list",namespace:"weDoc",view:"my"},a?.signal)}listSharedWithMe(e,a){return this.network.post({...e,format:W(a?.format??G.LIST,a?.extensions),o:"object",f:"list",namespace:"weDoc",view:"sharedWithMe"},a?.signal)}folderPath(e,a){return this.network.post({...e,format:a?.format,o:"weDoc",f:"folderPath"},a?.signal)}getFolders(e,a){return this.network.post({...e,format:W(a?.format??G.LITTLE,a?.extensions),o:"object",f:"list",namespace:"weDoc",view:"folders"},a?.signal)}moveFile(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"moveFile"},a?.signal)}deleteFolder(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"deleteFolder"},a?.signal)}moveFolder(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"moveFolder"},a?.signal)}}class Ms extends C{responseUserList(e,a,o){return this.network.post({o:"widget",f:"responseUserList",uri:e,uniqid:a,page:o})}removeWidget({id:e,type:a,uniqid:o}){return this.network.post({o:"widget",f:"removeWidget",id:e,type:a,uniqid:o})}updateWidget({id:e,uniqid:a,content:o,title:i,type:l,uri:u,v2:m=!1}){return this.network.post({o:"widget",f:"updateWidget",uri:u,id:e,uniqid:a,content:o,title:i,type:l,v2:m})}getWidget({uri:e,uniqid:a},o){return this.network.post({o:"widget",f:"getWidget",uri:e,uniqid:a},o)}checkListRespond({id:e,type:a,uri:o,idUser:i,uniqid:l,index:u}){return this.network.post({o:"widget",f:"checkListRespond",uri:o,id:e,type:a,uniqid:l,idUser:i,index:u})}checkListGetResponse({uri:e,uniqid:a}){return this.network.post({o:"widget",f:"checkListGetResponse",uri:e,uniqid:a})}presenceRespond({id:e,type:a,uri:o,value:i,uniqid:l},u){return this.network.post({o:"widget",f:"presenceRespond",uri:o,id:e,type:a,value:i,uniqid:l},u)}presenceCancel({uri:e,uniqid:a},o){return this.network.postCSRF({o:"widget",f:"presenceCancel",uri:e,uniqid:a},o)}presenceGetResponse({uri:e,uniqid:a},o){return this.network.post({o:"widget",f:"presenceGetResponse",uri:e,uniqid:a},o)}quickSurveyGetResponse({uri:e,uniqid:a},o){return this.network.post({o:"widget",f:"quickSurveyGetResponse",uri:e,uniqid:a},o)}quickSurveyAddEnty({uri:e,uniqid:a,label:o,responseUuid:i},l){return this.network.postCSRF({o:"widget",f:"quickSurveyAddEntry",uri:e,label:o,uniqid:a,responseUuid:i},l)}quickSurveyRespond({id:e,type:a,uri:o,index:i,multi:l,uniqid:u,responseUuid:m},v){return this.network.postCSRF({o:"widget",f:"quickSurveyRespond",id:e,type:a,uri:o,index:i,multi:l,uniqid:u,responseUuid:m},v)}quickSurveyGetResponseUserList({uri:e,uniqid:a,index:o,page:i,limit:l,responseUuid:u},m){return this.network.post({o:"widget",f:"quickSurveyGetResponseUserList",uri:e,uniqid:a,index:o,page:i,limit:l,responseUuid:u},m)}presenceGetResponseUserList({uri:e,uniqid:a,index:o,page:i,limit:l},u){return this.network.post({o:"widget",f:"presenceGetResponseUserList",uri:e,uniqid:a,index:o,page:i,limit:l},u)}}class En{version="1.0";network;activity;admin;animations;application;article;articleTranslation;asei;assetReservation;audience;bbb;bookmark;businessNetworking;calendar;community;contentFactory;contentReport;publishButton;datasource;diapazone;digitalDesk;drive;externalApp;extraBot;faq;file;filebank;fileIntegrity;fileSync;global;group;intranetPage;jamespot;jia;jitsi;jland;lucca;magicPad;mediaLibrary;menu;messenger;module;newsflash;object;office;onlyOffice;questionAnswer;search;share;surveyDate;taxonomy;teamWorkAi;tvDisplay;twoFactorAuthentication;user;visioConnect;wall;wedoc;widget;orgcharts;constructor(e){this.network=e,this.activity=new Xp(this),this.admin={advanced:new xi(this),license:new Ai(this),logs:new _i(this),store:new Li(this),utils:new Fi(this)},this.animations=new tu(this),this.application=new $i(this),this.article=new Ki(this),this.articleTranslation=new Wu(this),this.asei=new Vu(this),this.assetReservation=new Xi(this),this.audience=new es(this),this.bbb=new ts(this),this.bookmark=new as(this),this.businessNetworking=new ns(this),this.calendar=new os(this),this.community=new is(this),this.contentFactory=new ss(this),this.contentReport=new rs(this),this.publishButton=new _s(this),this.datasource=new cs(this),this.diapazone=new ls(this),this.digitalDesk=new qu(this),this.drive=new ds(this),this.externalApp=new ps(this),this.extraBot=new us(this),this.faq=new ms(this),this.file=new hs(this),this.filebank=new gs(this),this.fileIntegrity=new fs(this),this.fileSync=new Nu(this),this.global=new Ss(this),this.group=new ys(this),this.intranetPage=new Gu(this),this.jamespot=new ws(this),this.jia=new vs(this),this.jitsi=new ks(this),this.jland=new bs(this),this.lucca=new Cs(this),this.magicPad=new zu(this),this.mediaLibrary=new Ju(this),this.messenger=new $u(this),this.menu=new Hu(this),this.module=new Ts(this),this.newsflash=new Zu(this),this.object=new xs(this),this.office=new Qu(this),this.onlyOffice=new Yu(this),this.questionAnswer=new Ls(this),this.search=new Fs(this),this.share=new Rs(this),this.surveyDate=new js(this),this.taxonomy=new Es(this),this.teamWorkAi=new Ds(this),this.tvDisplay=new Is(this),this.twoFactorAuthentication=new Ku(this),this.user=new Ps(this),this.visioConnect=new Xu(this),this.wall=new em(this),this.wedoc=new Os(this),this.widget=new Ms(this),this.orgcharts=new As(this)}}var Us=(n=>(n[n.ABORT=-1]="ABORT",n[n.SUCCESS=0]="SUCCESS",n[n.RATE_LIMIT=429]="RATE_LIMIT",n))(Us||{});class Je{action;window;constructor(e,a="api-front"){this.window=e,this.action=a}static _formatPostOptions(e){const a=e?{body:JSON.stringify(e)}:void 0;return Object.assign({method:"POST",credentials:"same-origin"},a)}async getUrl(e,a,o){const i=await this.window.getBackendUrl();let l;try{const u=new URL(`/${this.action}/${e}/${a}`,i);o&&Object.entries(o).forEach(([m,v])=>{u.searchParams.set(m,v)}),l=u.href}catch{l=`${i}/${this.action}/${e}/${a}`}return l}async getHostname(){const e=await this.window.getBackendUrl(),a=e.split("//");return a[1]??a[0]??e}handleApiResponse(e,a){return this.window.fetch(e,a).then(o=>o.json()).then(o=>{if(o.error===0)return o;throw{error:o.error,errorMsg:o.errorMsg,messages:o.messages}}).catch(o=>{throw a.signal?.aborted?{error:-1,aborted:!0}:(o.error===429&&this.window.tooManyRequest(),o)})}async fetch({o:e,f:a,...o},i){i===void 0&&(i=null);const l=await this.getUrl(e,a);return this.handleApiResponse(l,{...Je._formatPostOptions(o),signal:i})}async get(e,a,o,i){i===void 0&&(i=null);const l=await this.getUrl(e,a,o);return this.handleApiResponse(l,{method:"GET",credentials:"same-origin",signal:i})}post(e,a){return this.fetch(e,a)}postFormData(e,a,o){return this.handleApiResponse(e,{method:"POST",credentials:"same-origin",body:a,signal:o??null})}async postFile(e,a){const o=await this.getUrl("file","create");if(e.append("format","raw-little"),!e.has("token")){const{result:l}=await this.token();e.append("token",l)}const i=e.get("token");return!i||typeof i!="string"?Promise.reject("Missing token"):this.postFormData(o,e,a).then(l=>({response:l,token:i}))}static serializeFormData(e){const a=new FormData;return Object.entries(e).forEach(([o,i])=>{i!==void 0&&(Array.isArray(i)?i.length===0?a.append(`${o}[]`,""):i.forEach(l=>{a.append(`${o}[]`,l)}):typeof i=="object"&&i!==null&&!(i instanceof File)?a.append(o,JSON.stringify(i)):a.append(o,i))}),a}async postWithFile(e,a){const{o,f:i,...l}=e,u=Je.serializeFormData(l),m=await this.getUrl(o,i);return this.postFormData(m,u,a)}async postCSRFWithFile(e,a){{const o=(await this.tokenCSRF()).result;return this.postWithFile({...e,tokenCSRF:o},a)}}postCSRF(e,a){return this.tokenCSRF().then(o=>this.post(Object.assign(e,{tokenCSRF:o.result}),a))}postToken(e,a){return this.token(a).then(o=>this.post(Object.assign(e,{token:o.result}),a))}maybePostToken(e,a){return"token"in e&&e.token?this.post(e,a):this.postToken(e)}token(e){return this.post({o:"misc",f:"token"},e)}tokenCSRF(){return this.post({o:"misc",f:"tokenCSRF"})}}class Bs{async getBackendUrl(){const e=window.location;return`${e.protocol}//${e.host}`}fetch(e,a){return window.fetch(e,a)}tooManyRequest(){window.location.href="/r/user/tooManyRequest"}}const ue=s({id:r(),mainType:t(),type:t(),uri:t(),dateCreation:t().optional(),dateModified:t().nullable().optional()}),tm=ue.extend({title:t(),_url:t()}),B=f(tm),am=n=>B.safeParse(n).success,Dn=s({id:t(),uri:t(),shortUri:t(),title:t(),name:t(),mainType:t(),type:t(),label:t(),cssClass:t(),cssColor:t(),class:t()}),nm=Dn.extend({title:t()}),Oe=f(nm),om=Oe.extend({Pseudo:t(),_url:t()}),In=f(om),Ws=Oe.extend({idspot:t()}),Pn=f(Ws),im=g([Oe,In,Pn]),sm=B.extend({isTechnical:r(),status:r(),image:t(),isMember:d(),stats:p({moderators:r(),members:t()}),_members:y(B)}),rm=Dn.pick({uri:!0,title:!0}),ne=s({create:d(),read:d(),publish:d(),administrate:d(),update:d(),delete:d(),comment:d(),member:d().optional(),createNewVersion:d().optional(),versioning:d().optional(),generateRendition:d().optional(),onlyOffice:d().optional()}),cm=n=>ne.safeParse(n).success,mt=g([c("de"),c("en"),c("es"),c("fl"),c("fr"),c("it"),c("nl"),c("pl"),c("pt"),c("ro"),c("tr")]),Vs={ADMIN:9,USER:5,EXTERNAL:3,GUEST:0},qs={EXTRABOT:"extraBot"},lm=B.extend({level:K(Vs),variant:K(qs).optional(),dateCreation:t(),dateModified:t()}),I=f(lm),dm=I.extend({active:r()}),Ze=f(dm),pm=n=>Ze.safeParse(n).success,Ns=Ze,um=n=>Ns.safeParse(n).success,Gs=s({idInType:r(),lat:r(),lng:r()}),mm=n=>Gs.safeParse(n).success,We=p({title:t(),firstname:t(),lastname:t(),mail:g([t(),U()]).optional(),description:t().optional(),dateOfBirth:t().optional(),phoneNumber:t().optional(),language:mt.optional(),timeZone:t().optional(),mobileNumber:t().optional(),company:t().optional(),country:t().optional(),department:t().optional(),function:t().optional(),webSite:t().optional(),image:g([t(),U()]).optional(),userBanner:g([t(),U()]).optional(),field1:t().optional(),field2:t().optional(),field3:t().optional(),field4:t().optional(),field5:t().optional()}),wn=We.required().extend({level:t(),image:t().optional(),businessManagementManager:I.array().optional(),businessNetworkingUserToCompanySrc:I.array().optional()}),hm=p({user_field_edit_profil:A(We.keyof(),r()),user_field_editable:A(We.keyof(),r()),user_field_my_page:A(We.keyof(),r()),user_page_mandatory_fields:p({firstname:T(["0","1"]),lastname:T(["0","1"]),pseudo:T(["0","1"])})}),gm=s({name:t(),value:g([t(),A(t(),Se())])}),fm=T(["popover"]),Sm=s({values:wn,mobileEditableFields:wn.keyof().array()}),ym=s({mail:g([t(),U()]).optional(),title:t(),firstname:t(),lastname:t(),phoneNumber:g([t(),U()]).optional(),company:g([t(),U()]).optional(),function:g([t(),U()]).optional(),uri:g([t(),U()]).optional(),field1:g([t(),U()]).optional(),field2:g([t(),U()]).optional(),field3:g([t(),U()]).optional(),field4:g([t(),U()]).optional(),field5:g([t(),U()]).optional()}),zs=s({userDirectoryShow:g([c(""),c("1")]),contactDirectoryShow:g([c("0"),c("1")]),businessContactShow:d(),menu:g([c("0"),c("1")]),cardFields:t().array(),tableFields:t().array(),viewFields:t().array(),userGeoloc:d().optional(),sort:t(),cnt:r().optional(),filters:p({name:t(),type:t()}).array()}),wm=n=>zs.safeParse(n).success,Js=-1,vn=0,Hs=5,kn=1,bn=2,Cn=10,vm=s({default:p({mailEnabled:d(),mailFrequency:g([c(vn),c(kn),c(Hs),c(bn),c(Cn)]),mailGroupFrequency:r(),wantMailSpotit:d(),wantMailComment:d(),wantMailSubscriber:d(),wantActivitySpotit:d(),wantActivityComment:d()}),userSpotConfigurations:y(p({spotUri:t(),spotTitle:t(),mailLocked:d(),wantMailSpotit:d(),wantMailComment:d(),wantMailSubscriber:d(),mailFrequency:g([c(Js),c(vn),c(kn),c(bn),c(Cn)]),wantActivitySpotit:d(),wantActivityComment:d()})),userNetworkConfigurations:y(p({networkUri:t(),networkTitle:t(),wantMail:d(),wantActivity:d()})),userApplicationConfigurations:y(p({name:t(),title:t(),wantMail:d()}))}),km=s({customPrompt:t()}),bm=s({IdUser:r(),FirstName:t(),LastName:t(),dateModified:r()}),Cm=B.extend({description:t().optional().nullable(),_user:I,_right:ne}),On=f(Cm),Tm=n=>On.safeParse(n).success,xm=B.extend({type:T(["folder","rootFolder"]),folderColor:t().optional()}),He=f(xm),Am=B.omit({_url:!0}).extend({mainType:c("network"),type:T(["networkPublic"]),dateModified:t().nullable()}),$s=f(Am),_m=s({attrName:t(),token:t(),file:_u(File).nullable().optional(),url:t().optional()}),Qe=s({width:r(),height:r()}),Lm=s({type:t(),id:r(),timestamp:t(),imagesize:se(Qe)}),Zs=s({x:r(),y:r(),w:r(),h:r(),rotation:r(),killSize:d().optional()}),Fm=["fileArticle","fileComment","fileObject","file","fileDrive"],Qs=T(Fm),Ys=B.extend({mimetype:t(),path:t().optional(),size:r(),mainType:Qs}),V=f(Ys),Rm=n=>V.parse(n),jm=V.extend({_extend:p({crop:Zs})}),Em=f(jm),Dm=On.merge(Ys),Im=f(Dm),Pm=s({name:t(),filename:t(),dateModified:t(),mimetype:t()}),Om=s({idUser:t(),dateDownload:t(),Pseudo:t(),type:t()}),Mm=s({url:t(),aspectRatio:r()}),Ks="og:image",Um="og:title",Bm="og:url",Wm="og:video",Vm="og:description",Xs="og:video:height",er="og:video:width",tr="og:video:url",Mn="og:type",ar=s({[Mn]:c("jamespot"),uri:t(),object:B}),nr=s({[Mn]:c("youtube"),url:t(),title:t(),description:t(),[Ks]:t(),[tr]:t(),[er]:t(),[Xs]:t()}),or=s({uri:t().optional(),url:t().optional(),title:t().optional(),description:t().optional(),count:r().optional(),[Bm]:t().optional(),[Mn]:t().optional(),[Um]:t().optional(),[Vm]:t().optional(),[Ks]:t().optional(),[Wm]:t().optional(),[tr]:t().optional(),[er]:t().optional(),[Xs]:t().optional()}),ir=g([ar,nr,or]),sr=s({type:t(),title:t(),description:t(),privacy:g([t(),r()]),edito:t().nullable(),language:t(),category:t(),idCommunity:t().optional(),widgets:y(t()).optional()}),rr=g([c(0),c(1),c(2),c(3)]),qm=s({level:rr,user:I}),Un=s({RF_Constant_levelName:t(),RF_delete:d(),RF_editing:d(),RF_level:r(),RF_levelName:t(),RF_levelName_Trad:t(),RF_parameters:d(),RF_setAdmin:d(),RF_spotit:d(),RF_spotit_own:d()});var Bn=(n=>(n[n.SPOT_MODERATE_IGNORE=0]="SPOT_MODERATE_IGNORE",n[n.SPOT_MODERATE_ACCEPT=1]="SPOT_MODERATE_ACCEPT",n[n.SPOT_MODERATE_PENDING=2]="SPOT_MODERATE_PENDING",n))(Bn||{});const cr=K(Bn);var Wn=(n=>(n[n.SPOT_PRIVATE=0]="SPOT_PRIVATE",n[n.SPOT_PUBLIC=1]="SPOT_PUBLIC",n[n.SPOT_MODERATE=2]="SPOT_MODERATE",n))(Wn||{});const Vn=K(Wn),Nm=s({userLevelSpot:Un,spotMinLevelToInvit:r(),userRights:ne,accessRequestStatus:cr.optional(),groupPrivacy:Vn}),me=s({value:g([t(),r()]),label:t()}),qn=s({id:t(),title:t(),enabled:d().optional()}),Nn=s({idSpot:t(),idOrder:t(),idWidget:t(),type:t(),title:t(),url:t(),visible:t()}),lr=g([c("overwrite"),c("author-change")]),Gm=s({value:lr,label:t()}),dr=s({edit_access:y(me.extend({description:t()})),commentLevel:y(me.extend({selected:d().optional()})),displayType:y(me),user_level_signup:y(me.extend({selected:d().optional()})),spot_right_user:y(me.extend({selected:d().optional()})),useTeaser:y(me),spotDefaultPublishType:y(t()),mail_frequency:y(me),widgets:y(qn),custom_widgets:A(Nn).or(y(Te())),isArchive:r(),fileSyncVersioningType:Gm.array()}),pr=s({url:t(),idUser:r(),send:d().optional(),_user:I.optional(),date:t().optional(),error:t().optional()}),ur=s({edit_access:g([c(""),c("author")]),commentLevel:g([c("-1"),c("1"),c("2"),c("3")]),user_level_signup:g([c(""),c("1"),c("2"),c("3")]),nounsubscribe:g([c("0"),c("1")]),useTeaser:g([c(""),c("0"),c("1")]).nullable(),displayType:t(),spot_right_user:t(),rss_feed:y(pr).nullable(),spotDefaultPublishType:t(),mail_frequency:t(),mail_comment:g([c("1"),c("")]),mail_spotit:g([c("1"),c("")]),mail_subscriber:g([c("1"),c("")]),lock_mail:g([c("1"),c("")]),activity:g([c("1"),c("0")]),publishFolder:g([c("1"),c("0")]),notifyFolder:g([c("1"),c("0")]),widgets:y(t()),rss_access:g([c("1"),c("0")]),rss_key:t(),fileSyncEnabled:g([c("1"),c("0")]),fileBankQuota:t(),fileSyncVersioningType:lr,_options:dr,_errors:Di([]),lastRssExecution:A(t()).optional()}),zm=qn.array(),Jm=sr.extend(ur.omit({rss_feed:!0}).partial().shape).extend({uri:t(),image:t().nullable().optional(),spotBanner:V.array().optional(),token:t().optional(),uriCommunity:t().optional(),custom_widgets:A(Nn).optional(),rss_feed:t()}),Hm=f(Jm),$m=s({idWidget:t(),title:t(),url:t(),type:t(),icon:t(),description:t()}),mr=s({id:t(),idorder:r(),label:t()}),Zm=s({use:g([d(),r(),t(),E()]),open:g([d(),r(),t(),E()]),list:mr.array()}),Qm=B.extend({dateCreation:t(),dateModified:t(),category:r(),privacy:Vn,cssColor:t().optional(),unread:r().optional()}),Ye=f(Qm),Ym=Ye.extend({}),hr=f(Ym),Km=hr.extend({description:t().optional(),edito:t().nullable().optional(),language:t(),image:t().nullable().optional(),spotBanner:V.array().optional(),idCommunity:t().optional(),useTeaser:g([c(""),c("0"),c("1")]).nullable().optional()}),Xm=f(Km),eh=s({idSpot:g([t(),r()]),mailFrequency:g([t(),r()]),mailSpotit:d(),mailComment:d(),mailSubscriber:d()}),th=s({type:t().optional(),format:$e.optional(),query:t().optional(),limit:r().optional(),page:r().optional(),public:d().optional(),orders:xe.optional(),filters:Pe.or(U()).optional()}),ah=s({openCategory:d()}),nh=n=>Un.safeParse(n).success,ye=g([I,Ye,He,$s]);var h=(n=>(n.Accessibility="widget-accessibility",n.Application="widget-application",n.ArticleButton="widget-article-button",n.Button="widget-button",n.ArticleGallery="widget-article-gallery",n.ArticleTitle="widget-article-title",n.ArticleText="widget-article-text",n.ArticleImage="widget-article-image",n.ArticleAttachment="widget-article-attachment",n.ArticleSlider="widget-article-slider",n.CheckList="widget-check-list",n.DatasourceTable="widget-datasource-table",n.ExcelDatasourceTable="widget-excel-datasource-table",n.Presence="widget-presence",n.QuickSurvey="widget-quick-survey",n.Contact="widget-contact",n.ContactCardDav="widget-contact-cardDav",n.CalendarCalDav="widget-calendar-calDav",n.EmailsImap="widget-emails-imap",n.Documents="widget-documents",n.LuccaAbsence="widget-lucca-absence",n.Slider="widget-slider",n.Welcome="widget-welcome",n.UserProfile="widget-user-profil",n.Color="widget-color",n.Birthday="widget-birthday",n.Separator="widget-separator",n.Calendar="widget-calendar",n.Extension="widget-extension",n.Cover="widget-cover",n.Image="widget-image",n.Countdown="widget-countdown",n.Charts="widget-charts",n.Meteo="widget-meteo",n.MyGroup="widget-my-group",n.Newsflash="widget-newsflash",n.SyncContent="widget-sync-content",n.Text="widget-text",n.Embed="widget-embed",n.Youtube="widget-youtube",n.Flockler="widget-flockler",n.Faq="widget-faq",n))(h||{});const Gn=K(h),oh=s({name:Gn,uniqid:t(),content:le().optional()}),ih=p({title:t(),widget:oh}),ht=f(ih),gr=T(["left","right","center","justify"]),sh=T(["top","bottom","center","left","right"]),rh=T(["auto","contain","cover"]),fr=T(["sm","md","lg"]),zn=T(["h1","h2","h3","h4","h5","h6"]),Sr=T(["contained","outlined"]),yr=T(["link","anchor","popup"]),wr=s({x:r(),y:r()}),vr=T(["default","vertical"]),F=(n,e,a)=>{const o=e.safeParse(n);return o.success===!1&&a&&console.error(o.error.message),o.success},kr=(n,e)=>e.safeParse(n).success,br=(n,e)=>{const a=e.passthrough().safeParse(n);return a.success?a.data:n},Jn=s({imageId:r().optional(),imageVerticalAlign:t(),imageHorizontalAlign:t(),imageColorDye:d(),imageColorDyeValue:t(),imageColorDyeOpacity:r(),imageRepeat:d(),imageFilters:p({name:t(),value:r(),unit:t().nullable()}).array()}),ch=s({backgroundImage:Jn}),gt=s({fontSize:r().optional(),textColor:t().optional(),padding:r().optional()}),ft=s({name:c(h.Accessibility),uniqid:t(),content:gt}),Cr=T(["gallery","list"]),Tr=g([c(1),c(2)]),xr=s({tab:c("apps"),name:t(),appId:t().optional(),url:t().optional(),title:t().optional(),targetBlank:d().optional(),noReferer:d().optional()}),Ar=s({tab:g([c("links"),c("default")]),name:t().optional(),appId:t().optional(),title:t().optional(),url:t().optional(),icon:t().optional(),"background-color":t().optional(),backgroundColor:t().optional(),color:t().optional(),targetBlank:d().optional(),noReferer:d().optional()}),_r=s({tab:c("image"),name:t().optional(),appId:t().optional(),title:t().optional(),url:t().optional(),img:t().optional(),customImageUri:t().optional(),targetBlank:d().optional(),noReferer:d().optional()}),Lr=s({tab:c("extensions"),name:t(),appId:t().optional(),title:t().optional(),url:t().optional(),targetBlank:d().optional(),noReferer:d().optional()}),Fr=g([xr,Ar,_r,Lr]),lh=n=>n.tab==="apps",dh=n=>n.tab==="links"||n.tab==="default",ph=n=>n.tab==="image",uh=n=>n.tab==="extensions",Rr=s({color:t().optional()}),St=s({size:Tr.optional(),view:Cr.optional(),number:r().optional(),selection:Fr.array().optional(),css:Rr.optional()}),yt=s({name:c(h.Application),uniqid:t(),content:St}),wt=s({files:V.array().optional(),fileDisplay:T(["list","gallery"]).optional()}),vt=s({name:c(h.ArticleAttachment),uniqid:t(),content:wt}),jr=s({url:t(),target:t()}),Er=s({uniqid:t()}),Dr=s({title:t(),widgets:ht.array()}),Ir=s({text:t().optional(),color:t().optional(),backgroundColor:t().optional(),borderRadius:t().optional(),fontSize:t().optional(),buttonSize:fr.optional(),variant:Sr.optional(),url:t().optional(),target:t().optional()}),mh=Ir.extend({openingType:yr.optional(),openingTypeLink:jr.optional(),openingTypeAnchor:Er.optional(),openingTypePopup:Dr.optional()}),kt=f(mh),bt=s({name:c(h.ArticleButton),uniqid:t(),content:kt}),Ct=s({gap:t().optional(),column:t().optional(),files:V.array().optional()}),Tt=s({name:c(h.ArticleGallery),uniqid:t(),content:Ct}),xt=s({file:V.optional(),useFilter:d().optional()}),At=s({name:c(h.ArticleImage),uniqid:t(),content:xt}),Pr=s({title:t(),text:t(),titleHeading:T(["h1","h2","h3","h4","h5","h6","p","span","div"]).optional(),textColor:t().optional(),opacityFilter:r().optional(),opacityColor:t().optional(),file:V.optional()}),_t=s({slides:Pr.array().optional(),maxWidth:r().optional(),delay:r().optional(),loop:d().optional(),autoplay:d().optional(),useDots:d().optional(),startAt:r().optional()}),Lt=s({name:c(h.ArticleSlider),uniqid:t(),content:_t}),Ft=s({text:t().optional(),color:t().optional(),fontSize:t().optional(),lineHeight:t().optional(),linkColor:t().optional()}),Rt=s({name:c(h.ArticleText),uniqid:t(),content:Ft}),jt=s({text:t().optional(),textAlign:gr.optional(),heading:t().optional(),color:t().optional(),backgroundColor:t().optional(),dataCy:t().optional()}),Et=s({name:c(h.ArticleTitle),uniqid:t(),content:jt}),Or=s({BackgroundOne:t().optional(),TextColorOne:t().optional(),BackgroundTwo:t().optional(),TextColorTwo:t().optional()}),Dt=s({size:pe.number().optional(),css:Or.optional()}),It=s({name:c(h.Birthday),uniqid:t(),content:Dt}),Mr=T(["sm","md","wd","lg"]),Ur=T(["left","right","top","bottom"]),Br=T(["top-left","top","top-right","left","center","right","bottom-left","bottom","bottom-right"]),Wr=s({"background-color":t().optional(),"border-radius":t().optional(),"border-color":t().optional(),"border-width":t().optional(),"border-style":t().optional(),color:t().optional(),"font-size":t().optional(),padding:t().optional(),"line-height":t().optional()}),Vr=s({padding:t().optional()}),qr=s({"font-size":t().optional()}),Nr=c("subscribegroup"),Gr=s({id:g([r(),t()]),type:t().optional(),uri:t().optional(),title:t().optional()}),zr=s({group:Gr.optional()}),Pt=s({name:t().optional(),icon:t().optional(),description:t().optional(),size:Mr.optional(),openingType:t().optional(),href:t().optional(),target:t().optional(),noReferer:d().optional(),position:Br.optional(),buttonStyle:Wr.optional(),iconPosition:Ur.optional(),iconPadding:Vr.optional(),iconFontSize:qr.optional(),actionType:Nr.optional(),action:zr.optional()}),Ot=s({name:c(h.Button),uniqid:t(),content:Pt}),Mt=p({view:T(["list","month","day","group"]).or(t()).optional(),spotId:r().optional()}),Ut=s({name:c(h.Calendar),uniqid:t(),content:Mt}),Bt=s({calEventsLimit:d().optional(),calEventsLimitValue:r().optional(),calEventsPromptStatus:t().optional()}),Wt=s({name:c(h.CalendarCalDav),uniqid:t(),content:Bt}),Jr=s({title:t(),value:d().optional(),links:jn.array().optional(),id:r().optional(),file:V.optional(),user:p({id:r().or(t()),type:c("user"),mainType:c("user")}).optional()}),Vt=s({arr:Jr.array().optional(),css:A(t(),t().or(r())).optional(),widgets:ht.array().optional(),edit:d().optional()}),qt=s({name:c(h.CheckList),uniqid:t(),content:Vt}),Nt=p({backgroundColor:t().optional()}),Gt=s({name:c(h.Color),uniqid:t(),content:Nt}),zt=s({contactLimit:d().optional(),contactLimitValue:r().optional(),contactPromptStatus:t().optional()}),Jt=s({name:c(h.ContactCardDav),uniqid:t(),content:zt}),Ht=s({articleUri:t().optional(),background:T(["color","image"]).optional(),backgroundColor:t().optional(),color:t().optional(),size:t().or(r()).optional(),textShadow:d().optional(),usePattern:d().optional()}),$t=s({name:c(h.Countdown),uniqid:t(),content:Ht}),Zt=s({id:pe.number().optional(),title:t().optional(),titleHeading:zn.optional(),description:t().optional(),imgLink:t().optional(),colorFilter:t().optional(),opacityFilter:r().optional(),button:A(t(),t().or(r()).or(d())).optional(),css:A(t(),t().or(r())).optional()}),Qt=s({name:c(h.Cover),uniqid:t(),content:Zt}),Hr=T(["date","date-time","date-time-sec","time","time-sec"]),$r=T(["fr-FR","en-EN","filesize"]),Zr=s({}),Qr=s({type:c("text")}),Yr=s({label:t(),value:t()}),Kr=s({type:c("select"),options:Yr.array()}),Xr=s({type:c("date")}),ec=g([Qr,Kr,Xr,Zr]),Hn=s({name:t().optional(),isVisible:d().optional(),textEllipsis:d().optional(),label:t().optional(),dateFormat:Hr.optional(),numberFormat:$r.optional(),sortByCreationDate:d().optional()}),hh=Hn.array(),tc=T(["text","uri","file","select","url","transient","date","datetime","email","number","title"]),gh=s({name:t(),label:t(),sortable:d().optional(),type:tc,widget:ec}),ac=s({limit:r().or(d()).optional(),tableColumnsData:Hn.array().optional(),tableHeadColor:t().optional(),tableHeadTextColor:t().optional(),tableHeadIconColor:t().optional(),tableRowColor:t().optional(),tableRowTextColor:t().optional(),tableBorderRadius:r().optional(),tableSizedColumns:d().optional(),tableSizedColumnsWidth:r().optional()}),fh=ac.extend({uri:t().optional()}),Ke=f(fh),Yt=s({name:c(h.DatasourceTable),uniqid:t(),content:Ke}),Kt=s({uri:t().optional(),textColor:t().optional(),view:T(["list","gallery"]).or(t()).optional(),size:T(["md","lg"]).or(t()).optional(),rows:r().optional(),cols:r().optional(),hidePreview:d().optional(),hideExtension:d().optional(),sortBy:T(["title","dateCreation"]).optional()}),Xt=s({name:c(h.Documents),uniqid:t(),content:Kt}),ea=s({emailsLimit:d().optional(),emailsLimitValue:r().optional(),emailsPromptStatus:t().optional()}),ta=s({name:c(h.EmailsImap),uniqid:t(),content:ea}),aa=s({text:t().optional()}),na=s({name:c(h.Embed),uniqid:t(),content:aa}),oa=Ke,ia=s({name:c(h.ExcelDatasourceTable),uniqid:t(),content:oa}),sa=s({extensionName:t().optional()}),ra=s({name:c(h.Extension),uniqid:t(),content:sa}),Sh=s({absentUntil:t(),period:t().array(),title:t(),uri:t()}),ca=s({url:t().optional()}),la=s({name:c(h.LuccaAbsence),uniqid:t(),content:ca}),da=s({view:T(["image","banner","cover"]).optional(),css:A(t(),t().or(r())).optional(),colorFilter:t().optional(),opacityFilter:pe.number().optional(),buttonBackgroundColor:t().optional(),buttonTextColor:t().optional(),groups:y(t()).optional()}),pa=s({name:c(h.Newsflash),uniqid:t(),content:da}),ae=d().or(c(0)).or(c(1)),Xe=s({limit:d().or(r()).optional(),limitValue:r().optional(),closing:ae.optional(),isClosed:ae.optional()}),yh=n=>kr(n,Xe),ua=s({name:c(h.Presence),uniqid:t(),content:Xe}),wh=n=>F(n,ua),nc=s({id:r(),type:t(),uniqid:t(),value:r()}),vh=n=>F(n,nc),oc=s({userValue:r(),userAvailableList:I.array(),userUnavailableList:I.array(),userAvailableTotal:r(),userUnavailableTotal:r()}),kh=n=>F(n,oc),bh=s({data:I.array(),cnt:r(),page:r(),limit:r()}),ic=s({title:t(),id:r().optional(),mimetype:t().optional(),file:V.optional(),uuid:t().optional()}),ma=s({arr:ic.array().optional(),css:A(t(),t().or(r())).optional(),widgets:ht.array().optional(),open:ae.optional(),multi:ae.optional(),closing:ae.optional(),isClosed:ae.optional(),showResult:ae.optional(),isNotDisabled:ae.optional(),seeResponseAfter:ae.optional(),anonymize:ae.optional()}),ha=s({name:c(h.QuickSurvey),uniqid:t(),content:ma}),Ch=s({userList:I.array(),counter:r()}),Th=s({totalRespondent:r(),totalResponse:r(),userLoggedResponses:t().array(),userResponses:Ch.array()}),xh=s({data:I.array(),cnt:r(),page:r(),limit:r()}),sc=T(["horizontal","vertical"]),rc=T(["top-left","top-center","top-right","center-left","center","center-right","bottom-left","bottom-center","bottom-right"]),ga=p({color:t().optional(),size:r().optional(),orientation:sc.optional(),align:rc.optional()}),fa=s({name:c(h.Separator),uniqid:t(),content:ga}),cc=s({id:pe.number().optional(),title:t().optional(),titleHeading:zn.optional(),text:t().optional(),textColor:t().optional(),opacityFilter:r().optional(),opacityColor:t().optional(),button:A(t(),t().or(r()).or(d())).optional(),css:A(t(),t().or(r())).optional()}),Sa=s({slides:cc.array().optional(),maxWidth:r().optional(),loop:d().optional(),autoplay:g([r(),d()]).optional(),delay:r().optional(),useDots:d().optional(),startAt:r().optional(),css:A(t(),t().or(r())).optional()}),ya=s({name:c(h.Slider),uniqid:t(),content:Sa}),wa=s({uri:t().optional(),name:t().optional()}),$n=s({name:c(h.SyncContent),uniqid:t(),content:wa}),va=s({text:t().optional(),padding:r().optional(),css:A(t(),t().or(r())).optional()}),ka=s({name:c(h.Text),uniqid:t(),content:va}),ba=s({buttonName:pe.string().optional(),pictureSize:t().optional(),css:A(t(),t().or(r())).optional()}),Ca=s({name:c(h.UserProfile),uniqid:t(),content:ba}),Ta=s({message:t().optional(),buttonName:pe.string().optional(),lineBreak:Oi().optional(),position:t().optional(),css:A(t(),t().or(r())).optional()}),xa=s({name:c(h.Welcome),uniqid:t(),content:Ta}),lc=T(["pie","column","line"]),dc=s({name:t().optional(),y:r().optional(),color:t().optional()}),pc=s({name:t().optional(),data:g([r().array(),dc.array()]).optional(),color:t().optional()}),Aa=s({type:lc.optional(),title:t().optional(),subtitle:t().optional(),series:pc.array().optional(),colors:t().array().optional(),legend:d().optional(),tooltip:t().optional(),css:A(t(),t().or(r())).optional(),data:le().array().optional()}),_a=s({name:c(h.Charts),uniqid:t(),content:Aa}),uc=s({insee:t(),title:t()}),Ah=s({insee:t(),title:t(),nid:t()}),La=s({backgroundColor:t().optional(),location:uc.optional()}),Fa=s({name:c(h.Meteo),uniqid:t(),content:La}),Ra=s({display:t().optional()}),ja=s({name:c(h.MyGroup),uniqid:t(),content:Ra}),Ea=s({id:te(),type:t().optional(),imagesize:s({width:pe.number(),height:pe.number()}).optional(),urlMode:d().optional(),urlValue:t().optional(),urlWidthValue:te(),urlHeightValue:te(),urlLeftValue:te(),urlTopValue:te(),urlScaleValue:te(),adjust:te(),imageSize:te(),backgroundPosition:T(["left","center","right"]).optional(),verticalAlign:T(["top","center","bottom"]).optional(),borderRadius:te(),advancedSettings:te(),css:A(t(),t().or(r())).optional(),click:T(["yes","no"]).optional(),href:t().optional(),target:t().optional(),anchor:t().optional()}),Da=s({name:c(h.Image),uniqid:t(),content:Ea}),mc=s({background:t().optional(),backgroundCardContact:t().optional(),linkColor:t().optional(),textNameColor:t().optional(),buttonColor:t().optional()}),Ia=s({usersUri:t().array().optional(),displayFields:t().array().optional(),css:mc.optional()}),_h=A(t(),t()),Lh=p({id:r(),firstname:t().optional(),lastname:t().optional(),notActive:c("USER_Not_Active").optional(),notIncontact:c("USER_Not_In_Contact").optional()}).passthrough(),Pa=s({name:c(h.Contact),uniqid:t(),content:Ia}),Oa=s({url:t()}),Ma=s({name:c(h.Flockler),uniqid:t(),content:Oa}),Ua=s({uri:t().optional(),title:t().optional(),hideCover:d().optional(),allowComment:d().optional(),openThemes:t().array().optional()}),Ba=s({name:c(h.Faq),uniqid:t(),content:Ua}),Wa=s({sourceUrl:t().optional()}),Va=s({name:c(h.Youtube),uniqid:t(),content:Wa}),hc=g([p({layers:t().array().optional()}).and(yt),p({layers:t().array().optional()}).and(vt),p({layers:t().array().optional()}).and(bt),p({layers:t().array().optional()}).and(Ot),p({layers:t().array().optional()}).and(Tt),p({layers:t().array().optional()}).and(At),p({layers:t().array().optional()}).and(Et),p({layers:t().array().optional()}).and(Rt),p({layers:t().array().optional()}).and(Xt),p({layers:t().array().optional()}).and($t),p({layers:t().array().optional()}).and(Lt),p({layers:t().array().optional()}).and(qt),p({layers:t().array().optional()}).and(Yt),p({layers:t().array().optional()}).and(ia),p({layers:t().array().optional()}).and(ua),p({layers:t().array().optional()}).and(ha),p({layers:t().array().optional()}).and(Wt),p({layers:t().array().optional()}).and(Jt),p({layers:t().array().optional()}).and(ta),p({layers:t().array().optional()}).and(la),p({layers:t().array().optional()}).and(Ca),p({layers:t().array().optional()}).and(ft),p({layers:t().array().optional()}).and(It),p({layers:t().array().optional()}).and(Gt),p({layers:t().array().optional()}).and(fa),p({layers:t().array().optional()}).and(ya),p({layers:t().array().optional()}).and(xa),p({layers:t().array().optional()}).and(ra),p({layers:t().array().optional()}).and(Ut),p({layers:t().array().optional()}).and(Qt),p({layers:t().array().optional()}).and(_a),p({layers:t().array().optional()}).and(Fa),p({layers:t().array().optional()}).and(ja),p({layers:t().array().optional()}).and(Da),p({layers:t().array().optional()}).and(Pa),p({layers:t().array().optional()}).and(pa),p({layers:t().array().optional()}).and($n),p({layers:t().array().optional()}).and(ka),p({layers:t().array().optional()}).and(na),p({layers:t().array().optional()}).and(Ma),p({layers:t().array().optional()}).and(Ba),p({layers:t().array().optional()}).and(Va)]),gc=1,fc=2,Sc=3,yc=4,wc=g([c(gc),c(fc),c(Sc),c(yc)]),ce=s({title:t(),level:wc.optional(),widget:hc}),R=s({widgets:ce.array().optional()}),vc=g([R.extend(St.shape),R.extend(wt.shape),R.extend(kt.shape),R.extend(Pt.shape),R.extend(Ct.shape),R.extend(xt.shape),R.extend(Ft.shape),R.extend(jt.shape),R.extend(_t.shape),R.extend(Vt.shape),R.extend(Ht.shape),R.extend(Ke.shape),R.extend(oa.shape),R.extend(Kt.shape),R.extend(Xe.shape),R.extend(ma.shape),R.extend(Bt.shape),R.extend(zt.shape),R.extend(ea.shape),R.extend(ca.shape),R.extend(Sa.shape),R.extend(Ta.shape),R.extend(ba.shape),R.extend(gt.shape),R.extend(Dt.shape),R.extend(Nt.shape),R.extend(ga.shape),R.extend(Zt.shape),R.extend(Aa.shape),R.extend(La.shape),R.extend(Ra.shape),R.extend(Ea.shape),R.extend(Ia.shape),R.extend(da.shape),R.extend(sa.shape),R.extend(Mt.shape),R.extend(wa.shape),R.extend(va.shape),R.extend(aa.shape),R.extend(Oa.shape),R.extend(Ua.shape),R.extend(Wa.shape)]),Fh=s({[h.Application]:yt,[h.ArticleButton]:bt,[h.Button]:Ot,[h.ArticleGallery]:Tt,[h.ArticleTitle]:Et,[h.ArticleText]:Rt,[h.ArticleImage]:At,[h.ArticleAttachment]:vt,[h.ArticleSlider]:Lt,[h.CheckList]:qt,[h.Countdown]:$t,[h.DatasourceTable]:Yt,[h.ExcelDatasourceTable]:ia,[h.Presence]:ua,[h.QuickSurvey]:ha,[h.Documents]:Xt,[h.CalendarCalDav]:Wt,[h.ContactCardDav]:Jt,[h.EmailsImap]:ta,[h.LuccaAbsence]:la,[h.Slider]:ya,[h.Welcome]:xa,[h.UserProfile]:Ca,[h.Accessibility]:ft,[h.Birthday]:It,[h.Color]:Gt,[h.Separator]:fa,[h.Extension]:ra,[h.Calendar]:Ut,[h.Cover]:Qt,[h.Charts]:_a,[h.Meteo]:Fa,[h.MyGroup]:ja,[h.Image]:Da,[h.Contact]:Pa,[h.Newsflash]:pa,[h.SyncContent]:$n,[h.Text]:ka,[h.Embed]:na,[h.Flockler]:Ma,[h.Faq]:Ba,[h.Youtube]:Va}),kc=s({[h.Application]:St,[h.ArticleButton]:kt,[h.Button]:Pt,[h.ArticleGallery]:Ct,[h.ArticleTitle]:jt,[h.ArticleText]:Ft,[h.ArticleImage]:xt,[h.ArticleAttachment]:wt,[h.ArticleSlider]:_t,[h.CheckList]:Vt,[h.DatasourceTable]:Ke,[h.ExcelDatasourceTable]:oa,[h.Presence]:Xe,[h.QuickSurvey]:ma,[h.CalendarCalDav]:Bt,[h.ContactCardDav]:zt,[h.Countdown]:Ht,[h.EmailsImap]:ea,[h.LuccaAbsence]:ca,[h.Slider]:Sa,[h.Welcome]:Ta,[h.UserProfile]:ba,[h.Accessibility]:gt,[h.Birthday]:Dt,[h.Color]:Nt,[h.Separator]:ga,[h.Extension]:sa,[h.Calendar]:Mt,[h.Cover]:Zt,[h.Charts]:Aa,[h.Meteo]:La,[h.MyGroup]:Ra,[h.Image]:Ea,[h.Contact]:Ia,[h.Newsflash]:da,[h.SyncContent]:wa,[h.Text]:va,[h.Documents]:Kt,[h.Embed]:aa,[h.Flockler]:Oa,[h.Faq]:Ua,[h.Youtube]:Wa}),Rh=n=>{const a=kc.shape[n.name];return a?{...n,content:br(n.content,a)}:n},Zn=s({busy:g([d(),U()]).optional(),loading:g([d(),U()]).optional(),initialized:g([d(),U()]).optional(),mounted:g([d(),U()]).optional(),hover:g([d(),U()]).optional(),empty:d().optional(),locked:d().optional(),lastUpdatedTimestamp:g([r(),U()]).optional(),isNewlyAdded:g([d(),U()]).optional()}),jh=B.extend({dateCreation:t(),dateModified:t(),mainType:c("article")}),$=f(jh),Qn=$.extend({description:t().nullable().optional(),_user:I,_right:ne,_audience:ye.array(),image:Qe.optional(),articleWidgets:ce.array().optional(),metas:ir.optional(),edito:t().optional()}),O=f(Qn),Eh=O.extend({_attachedFiles:V.array(),tags:Oe.array().optional(),processContext:E().optional(),_transientCtx:E().optional(),uiObjectLink:B.array().optional()}),q=f(Eh),Dh=O.extend({type:c("internalDraft"),hasRightToPublishType:d()}),Yn=f(Dh),Ih=q.extend(Yn.shape).extend({type:c("internalDraft"),idDraft:r(),form:A(t(),Se())}),bc=f(Ih),Ph=s({type:t().optional(),query:t().optional(),limit:r().optional(),page:r().optional(),orders:xe.optional(),filters:Pe.optional(),public:d().optional()}),Oh=s({uri:t().optional(),idArticle:r().optional()}),et=s({title:t().optional(),description:t().nullable().optional(),type:t().optional(),publishTo:t().optional(),idSpot:y(t()).optional()}),Mh=s({id:r(),type:t(),dateCreation:t(),dateModified:t(),title:t(),uri:t()}),Uh=s({attachment:d().optional(),idArticle:r(),limits:p({max:r(),start:r()}).optional()}),Bh=s({token:t(),content:t(),idArticle:r(),sendAlert:d(),alertAuthor:d(),widgets:ce.array().optional(),type:g([c("comment"),c("commentResponse")]).optional()}),Wh=s({token:t().optional(),description:t().optional(),idComment:r(),widgets:ce.array().optional()}),Vh=s({idUser:t(),dateRead:t(),Pseudo:t(),type:t()}),qh=He.extend(Qn.shape).extend({_nbItems:r(),parentURI:t().optional(),type:He.shape.type}),Cc=f(qh);var qa=(n=>(n.Binary="binary",n.Select="select",n.Radio="radio",n.Check="check",n.Rate="rate",n.Scale="scale",n.Text="text",n.Textarea="textarea",n.FileUpload="file-upload",n.GridRadio="grid-radio",n.GridCheck="grid-check",n))(qa||{});const Tc=K(qa),Kn=s({title:t()}).array(),Xn=s({title:t()}).array(),eo=s({title:t()}).array(),to=s({title:t()}).array(),ao=s({type:p({on:t(),off:t()}),size:r().array(),index:r()}),no=s({start:p({title:t(),value:r()}),end:p({title:t(),value:r()}),options:p({label:t(),value:r()}).array()}),oo=t(),io=t(),so=t().array(),ro=s({lines:p({title:t()}).array(),rows:p({title:t()}).array()}),co=s({lines:p({title:t()}).array(),rows:p({title:t()}).array()}),Nh=g([Kn,Xn,eo,to,ao,no,oo,io,so,ro,co]),lo=s({lengthMin:d(),lengthMinValue:r(),lengthMax:d(),lengthMaxValue:r()}),po=s({types:p({on:t(),off:t()}).array()}),uo=s({arr:p({label:t(),value:r()}).array()}),mo=s({length:d(),lengthMin:r(),lengthMax:r()}),ho=s({length:d(),lengthMin:r(),lengthMax:r()}),go=s({limit:r().or(d()),limitValue:r(),arr:p({name:t(),active:d(),mimetype:t()}).array()}),fo=s({forceResponse:d()}),So=s({forceResponse:d()}),Gh=g([lo,po,uo,mo,ho,go,fo,So]),X=s({mandatory:d(),condition:d(),uniqid:t(),label:t(),description:t(),name:Tc,extraParams:p({}).optional(),widgetOptions:p({}).optional()}),xc=X.extend({name:c("binary"),data:Kn}),Ac=X.extend({name:c("select"),data:Xn}),_c=X.extend({name:c("radio"),data:eo}),Lc=X.extend({name:c("check"),data:to,widgetOptions:lo}),Fc=X.extend({name:c("rate"),data:ao,widgetOptions:po}),Rc=X.extend({name:c("scale"),data:no,widgetOptions:uo}),jc=X.extend({name:c("text"),data:oo,widgetOptions:mo}),Ec=X.extend({name:c("textarea"),data:io,widgetOptions:ho}),Dc=X.extend({name:c("file-upload"),data:so,widgetOptions:go}),Ic=X.extend({name:c("grid-radio"),data:ro,widgetOptions:So}),Pc=X.extend({name:c("grid-check"),data:co,widgetOptions:fo}),Oc=g([xc,Ac,_c,Lc,Fc,Rc,jc,Ec,Dc,Ic,Pc]),yo=s({uniqid:t(),title:t(),fields:Oc.array()}),zh=O.extend({type:c("pollSurvey"),banner:t().optional(),anonymousResponse:E(),multipleResponse:r(),publicResults:t().nullable(),pollProgression:p({colors:A(t(),t()),maxRespondentsValue:r(),countRespondentsValue:r()}),pollResponseShowProgression:r(),dateEnd:t(),status:p({name:t(),value:r()})}),wo=f(zh),Jh=q.extend(wo.shape).extend({pollContent:yo.array().or(E()).optional(),pollLinks:E().optional(),pollForceClose:E(),pollResponseUserVisibility:E().optional(),pollResponseAuthorVisibility:E().optional(),pollResponseShowRespondent:E(),pollBanner:V.array().optional(),pollMessage:t().optional()}),Mc=f(Jh),Hh=Object.values(qa),Uc=n=>{if(typeof n!="object"||n===null)return!1;const e=n.pollContent;return Array.isArray(e)?e.every(a=>{if(typeof a!="object"||a===null)return!1;const o=a.fields;return Array.isArray(o)?o.every(i=>typeof i=="object"&&i!==null&&Hh.includes(i.name)):!1}):!1},Bc=n=>Uc(n),$h=n=>{if(typeof n!="object"||n===null)return!1;const e=n;return e.type!=="pollSurvey"||typeof e.title!="string"?!1:Uc(e.data)},Zh=(n,e)=>e==="pollSurvey"?Bc(n):!1,Qh=ue.extend({mainType:c("link"),srcId:r(),srcType:t(),targetId:r(),targetType:t().nullable()}),Na=f(Qh),Yh=Na.extend({value:le().nullable(),_src:B.optional(),_target:B.optional()}),Kh=f(Yh),Xh=Na.extend({value:r().optional(),_src:I.optional(),_target:B.optional()}),Wc=f(Xh),Ve=n=>{const e=n??B.or(I);return Na.extend({value:t().nullable(),_src:e.optional(),_target:e.optional().or(U()),bookmarkUrl:t().optional().nullable(),bookmarkOrder:r().optional(),bookmarkLabel:t().optional(),bookmarkMeta:t().optional().nullable(),url:t().optional().nullable(),type:c("bookmarkLink")})},Vc=n=>p({id:r(),mainType:t(),type:t(),uri:t(),_values:p({dateCreation:t(),dateModified:t()}).optional(),srcId:r(),srcType:t(),targetId:r(),targetType:t().nullable(),value:t().nullable(),_cssColor:t(),_cssClass:t(),_src:(n??B).optional(),_target:(n??B).optional(),bookmarkUrl:t().optional().nullable(),bookmarkOrder:t().optional(),bookmarkLabel:t().optional(),bookmarkMeta:t().optional().nullable(),url:t().optional().nullable()});var vo=(n=>(n.RAW_LIST="raw-list",n.LIST="list",n))(vo||{});const eg=s({targetId:r(),targetType:t(),format:K(vo).optional()}),tg=p({"raw-list":Ve(),list:Vc()}),ag=p({bookmarkLabel:Ve(B).shape.bookmarkLabel,bookmarkMeta:Ve(B).shape.bookmarkMeta,bookmarkUrl:Ve(B).shape.bookmarkUrl}),qc=s({type:c("text")}),Nc=t(),Gc=s({type:c("textarea"),params:p({class:c("mceEditor"),mention:c("1")}).optional()}),zc=t().nullable(),Jc=s({type:c("number")}),Hc=r(),$c=s({type:c("color"),options:p({colors:t(),defaultColor:t()})}),Zc=s({type:c("date"),format:t()}),Qc=t().nullable(),Yc=s({type:c("datetime")}),Kc=t().nullable(),Xc=s({type:c("datePicker")}),el=t().nullable(),tl=r(),al=s({type:c("audience"),options:p({disableEveryoneAudience:d().optional(),views:T(["folder","user","group","businessContact"]).array().optional()}).optional()}),nl=s({type:c("link")}),ol=s({type:c("multiattribute")}),il=s({type:c("file")}),sl=s({type:c("image"),params:se(p({avatar:se(d())}))}),rl=s({type:c("select"),options:A(t(),Se()),params:p({data:t().optional(),defaultValue:t().optional(),explain:c(1).optional()}).optional()}),cl=s({type:c("embed")}),ll=s({type:c("iframeVideo")}),dl=s({type:c("email")}),pl=t(),ul=s({type:c("url"),params:p({target:c("_blank").optional()})}),ml=t(),hl=s({type:c("place"),options:A(t(),Se())}),gl=s({type:c("refUser")}),fl=s({type:c("transient")}),Sl=s({type:c("radio"),options:A(t(),Se())}),yl=s({type:c("checkbox"),options:A(t(),Se())}),wl=s({type:c("taxonomy"),params:p({idTaxonomy:t(),type:t().optional(),limit:r().optional(),allowOptions:d().optional()})}),vl=s({type:c("tel")}),kl=s({type:c("toggle")}),bl=s({type:c("orientedlinks"),params:p({"jcomplete-multiple":g([c("0"),c("1")]),showAdd:g([c("0"),c("1")]),supportedTypes:y(t())})}),Cl=s({type:c("uri"),params:p({class:t(),"jcomplete-url":t(),type:t()})}),ng=g([qc,Gc,Jc,Zc,Yc,Xc,rl,cl,ll,dl,ul,gl,Sl,yl,bl,wl,Cl,fl,ol,vl,kl,hl,$c,nl,il,sl,al]),og=g([tl,el,Kc,Qc,pl,Hc,zc,Nc,ml]),Tl=s({interval:r(),useInterval:r()}),nt=s({source:t()}),xl=s({image:nt,banner:nt,cover:nt.optional(),display:t().optional()}),Al=s({id:r(),type:t(),uri:t(),title:t(),description:t(),_url:t(),display:t(),urlAction:t(),actionName:t(),sources:xl}),ig=s({properties:Tl,results:y(Al)}),_l=0,Ll=1,Fl=2,Rl=3,jl=s({label:t(),entries:y(t())}),sg=s({writeRight:g([c(_l),c(Ll),c(Fl),c(Rl)]),writeRightSelector:y(ye),useCustom:d(),sections:y(jl),otherEnabledEntries:y(t()),disabledEntries:y(t())}),rg=s({countActiveUsersWithoutLicense:r().optional(),countLicensesAssigned:r(),countLicensesNotAssigned:r()}),cg=s({name:t(),operator:t(),value:r()}),lg=A(r()),dg=s({id:r(),kind:t(),dateCreation:t(),idFeature:r(),uri:t(),contentId:r(),contentType:t(),status:r()}),El=s({id:r(),kind:t(),dateCreation:t(),idFeature:r(),uri:t(),contentId:r(),contentType:t(),status:r()}),pg=s({dateCreation:t(),action:t(),idUser:r(),pseudo:t(),level:r(),ip:t(),url:t(),extended:t().optional()}),ug=s({dateCreation:t(),action:t(),mainType:t(),idObject:r(),typeObject:t(),mail:t().optional(),url:t(),extended:t().optional()}),mg=s({dateCreation:t(),type:t(),msg:t()}),hg=s({uri:t(),title:t(),price:r(),image:t(),license:d()}),gg=s({url:t()}),Dl=s({sref:t().optional(),href:t().optional(),idDiv:t(),label:t(),icon:t(),licenseMode:g([c("classic"),c("article")]).optional(),hook:t().optional()}),Il=s({name:t(),label:t(),icon:t(),color:Di([t(),t(),t()]),state:t().optional(),access:d(),url:t().optional(),tabs:y(Dl).optional()}),fg=Il.array(),Pl=T(["Autumn","BackToSchool","Birthday","Celebration","Christmas","CustomAnimation","EasterEggs","Eastern","HappyNewYear","Halloween","LaborDay","Maythefourth","Movember","MusicFestival","Olympics","PinkOctober","Spring","Summer","Winter","NationalHoliday"]),Sg=s({name:Pl,activeClickEffect:r(),activeDecor:r(),decorLoader:se(d()),auto:d(),audience:y(t())}),Ol=s({date:t(),number:r()}),yg=ue.extend({type:c("animationStat"),mainType:c("animationStat"),animationName:t(),dateStart:t(),dateEnd:t().nullable(),auto:d(),stats:y(Ol),animAudience:y(t())}),wg=f(yg),Ml=s({code:mt,label:t()}),Ul=s({language:mt,title:t(),description:t(),lastSaveDateTime:r().nullable(),lastSaveUserId:r().nullable(),auto:p({set:d(),title:t(),description:t(),fetched:d()}).nullable(),keepAsDraft:d(),report:d().optional()}),vg=s({languages:Ml.array(),translations:Ul.array()}),Bl=g([c("created"),c("validated"),c("handled")]),kg=q.extend({type:c("aseiClearanceTicket"),aseiClearanceTicketValidator:I.array(),aseiClearanceTicketHandler:B.array().optional(),aseiClearanceTicketApplicationManagers:B.array().optional(),aseiClearanceTicketInstitution:B.array(),aseiClearanceTicketNatureOfDemand:t(),aseiClearanceTicketInternetAccess:t(),aseiClearanceTicketInternetAccessSpecify:t().optional(),aseiClearanceTicketMicrosoftTeams:t().nullable(),aseiClearanceTicketVariousNetworks:t().nullable(),aseiClearanceTicketFreeText:t().optional(),aseiClearanceTicketOfficeAccess:t().nullable(),aseiClearanceTicketSharedDirectoriesSpecify:t().optional(),aseiClearanceTicketBlueKanGo:t().nullable(),aseiClearanceTicketAccounting:t(),aseiClearanceTicketAccountingBudget:t(),aseiClearanceTicketTransfers:t().nullable(),aseiClearanceTicketBilling:t(),aseiClearanceTicketPayroll:t(),aseiClearanceTicketPayrollBudget:t(),aseiClearanceTicketAccommodationCosts:t(),aseiClearanceTicketCommercialManagement:t(),aseiClearanceTicketInventoryManagement:t(),aseiClearanceTicketTimeManagement:t(),aseiClearanceTicketBdes:t(),aseiClearanceTicketMandateStart:t().nullable().optional(),aseiClearanceTicketMandateEnd:t().nullable().optional(),aseiClearanceTicketIndicatorsPlatform:t().nullable(),aseiClearanceTicketBudgetLetters:t(),aseiClearanceTicketComputerisedFile:t().nullable(),aseiClearanceTicketRecruiterAccess:t().nullable(),aseiClearanceTicketTypeOfWorkContractFrom:E().optional(),aseiClearanceTicketTypeOfWorkContractTo:E().optional(),aseiClearanceTicketLastName:t(),aseiClearanceTicketFirstName:t(),aseiClearanceTicketUser:I.array().optional(),aseiClearanceTicketTypeOfWorkContract:t(),aseiClearanceTicketTypeOfWorkContractSpecify:t().optional(),aseiClearanceTicketPosition:t(),aseiClearanceTicketStatus:Bl}),Wl=f(kg),bg=q.extend({type:c("aseiInstitution"),aseiInstitutionValidator:B.array()}),Vl=f(bg),Cg=s({dsi:t(),gestionnaireApplicatif:t(),createurDemande:t()}),Tg=s({accessWriter:d(),accessApp:d()}),xg=s({description:t(),right:p({manage:d()}),daysOff:y(t()).optional(),weekEnd:g([c("0"),c("1")]),bookingOpeningTime:t(),bookingClosingTime:t(),lastBookingSchedule:t()}),Ag=O.extend({type:c("bookableAsset"),_isColorDark:d().nullable(),assetPlannerBackgroundColor:t().nullable()}),Ga=f(Ag),_g=O.extend(Ga.shape).extend({assetBanner:V.array()}),ql=f(_g),Lg=O.extend({type:c("reservation"),dateStart:t(),dateEnd:t(),reservationCancelled:d(),_asset:Ga}),Nl=f(Lg),za=T(["pending","success","error"]),Fg=s({errorMsg:t().optional(),jobUid:t(),state:za,start:r().int().positive(),end:r().int().positive().optional(),value:t().optional()}),Rg=p({token:t(),fullname:t()}),jg=p({redirectUrl:t()}),Eg=p({token:t()}),Dg=p({dateStart:t(),title:t()}),Ig=y(I),Pg=$.extend({type:c("businessContactCard")}),ko=f(Pg),Og=O.extend(ko.shape).extend({mail:t().nullable(),pseudo:t().nullable(),firstName:t().nullable(),lastName:t().nullable(),phoneNumber:t().nullable(),company:t().nullable(),function:t().nullable(),champ1:t().nullable().optional(),champ2:t().nullable().optional(),champ3:t().nullable().optional(),champ4:t().nullable().optional(),champ5:t().nullable().optional()}),Gl=f(Og),Mg=O.extend({dateEnd:t().optional(),type:c("boardCard"),_board:$.optional()}),zl=f(Mg),Ug=q.extend(zl.shape).extend({members:I.array(),rolesPersons:le().optional(),uriBoard:le().optional(),uriList:le().optional(),color:t().optional(),cardCover:le().optional(),estimatedTime:le().optional()}),Bg=f(Ug),Ja=$.extend({type:c("socialEvent")}),Wg=O.extend(Ja.shape).extend({place:t(),address:t(),dateStart:t(),dateEnd:t(),noGestion:d(),urlGestion:t().optional(),allDay:d(),textColor:t(),backgroundColor:t(),qrCodeValue:t().optional()}),Ae=f(Wg),Vg=n=>Ae.safeParse(n).success,qg=q.extend(Ae.shape).extend({allDay:d(),useQrcode:d().optional(),bgColor:t().optional(),socialEventUseCeiling:d(),socialEventCeiling:r().nullable().optional(),hideFromCalendar:d(),urlGestion:t().optional(),webinarUrlForGuests:t().optional().nullable()}),_e=f(qg),Ng=n=>_e.safeParse(n).success,bo=p({title:t().min(1),dateStart:t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),dateEnd:t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),allDay:d().optional(),place:t().optional().nullable(),address:t().optional().nullable(),description:t().optional(),socialEventUseCeiling:d().optional(),socialEventCeiling:r().nullable().optional(),publishTo:t().optional(),textColor:t().optional().nullable(),bgColor:t().optional().nullable(),hideFromCalendar:d().optional(),noGestion:d().optional(),uiObjectLink:t().optional(),useQrcode:d().optional(),urlGestion:t().optional(),type:c("socialEvent"),token:t()}).refine(n=>{const e=new Date(n.dateStart),a=new Date(n.dateEnd);return e.getTime()<=a.getTime()},"The start date must be before the end date."),Gg=bo.and(p({sendAlert:T(["1","0"]).optional(),alertAuthor:T(["1","0"]).optional(),idDraft:r().optional()})),zg=bo.and(p({uri:t()})),Jg=Ae.extend({type:c("meeting")}),tt=f(Jg),Hg=n=>tt.safeParse(n).success,$g=_e.omit({socialEventUseCeiling:!0,socialEventCeiling:!0,hideFromCalendar:!0}).extend(tt.shape).extend({agenda:t().optional(),report:t().optional(),reportFile:V.nullable()}),Co=f($g),To=ut(p({title:t().min(1),dateStart:t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),dateEnd:t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),allDay:d().optional(),place:t().optional().nullable(),address:t().optional().nullable(),agenda:t().optional(),report:t().optional(),publishTo:t().optional(),textColor:t().optional().nullable(),bgColor:t().optional().nullable(),noGestion:d().optional(),uiObjectLink:t().optional(),urlGestion:t().optional(),type:c("meeting")}).refine(n=>{const e=new Date(n.dateStart),a=new Date(n.dateEnd);return e.getTime()<=a.getTime()},"The start date must be before the end date.")),Zg=To.and(p({sendAlert:T(["1","0"]).optional(),alertAuthor:T(["1","0"]).optional(),idDraft:r().optional()})),Qg=To.and(p({uri:t()})),Jl=O.extend({dateStart:t(),dateEnd:t(),type:c("membogoEvent")}),Yg=f(Jl),Kg=q.extend(Yg.shape).extend({place:t().optional(),agenda:t().optional(),textColor:t().optional(),bgColor:t().optional(),noGestion:d().nullable()}),Xg=f(Kg);var xo=(n=>(n.DAILY="daily",n.WEEKLY="weekly",n.MONTHLY="monthly",n.MONTHLY_WEEKDAY="monthly-weekday",n.YEARLY="yearly",n.OPEN_DAYS="open-days",n.NONE="none",n))(xo||{});const Ao=K(xo),_o=Ja.extend({type:c("recurringEvent")}),Lo=Ae.extend(_o.shape).extend({recurrenceRuleLabel:t()}),ef=_e.extend(Lo.shape).extend({recurrenceRule:Ao,recurrenceRuleUntil:t().optional(),hiddenOccurrences:y(t()).optional()}),Fo=f(ef),tf=$.extend({dateStart:t(),dateEnd:t(),type:c("recurringEventOccurrence")}),Ha=f(tf),af=Ha.extend(s({dateModified:E(),dateCreation:E(),id:c(-1),uri:c(""),title:c(""),_url:c(""),type:c("recurringEventOccurrence")}).shape),Ro=f(af),nf=g([Ha,Ro]),of=O.extend(Ha.shape),$a=f(of),sf=$a.extend(Ro.shape).extend({title:c(""),description:c(""),image:E(),articleWidgets:E(),_user:Te(),_right:Te()}),jo=f(sf),Hl=g([$a,jo]),rf=q.extend($a.shape),Eo=f(rf),cf=Eo.extend(jo.shape).extend({_attachedFiles:E(),tags:E(),processContext:E(),_transientCtx:E(),uiObjectLink:E()}),$l=f(cf),Zl=g([Eo,$l]),Ql=s({title:t().min(1),dateStart:t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),dateEnd:t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),allDay:d().optional(),address:t().nullable().optional(),description:t().optional(),publishTo:t().optional(),textColor:t().nullable().optional(),bgColor:t().nullable().optional(),token:t(),recurrenceRule:Ao,recurrenceRuleUntil:t().optional(),type:c("recurringEvent")}),lf=Ql.extend({sendAlert:T(["1","0"]).optional(),alertAuthor:T(["1","0"]).optional(),idDraft:r().optional()}),df=f(lf).refine(n=>{const e=new Date(n.dateStart),a=new Date(n.dateEnd);return e.getTime()<=a.getTime()},"The start date must be before the end date."),pf=Ql.extend({uri:t(),hiddenOccurrences:y(t()).optional()}),uf=f(pf),Yl=p({idArticle:r(),title:t(),start:t(),end:t(),url:t(),textColor:t().optional(),color:t().optional(),bgColor:t().optional(),backgroundColor:t().optional(),subscribe:d()}),mf=n=>Yl.safeParse(n).success,hf=p({maxdate:t().optional(),subscribers:I.array(),subscribersTotal:r()}),gf=g([zl,tt,Ae,Hl,Jl]),ff=g([Bg,Co,_e,Zl,Xg]),Sf=T(["subscribed","unanswered","refused"]),yf=T(["onSpot","visio","hybrid"]),wf=T(["all","available","presence","onSpot","visio","unavailable","waiting"]),vf=s({user:I,dateCreation:t().nullable(),isPresent:d()}),kf=c("read"),Kl=s({action:t(),do:t(),type:t(),targetId:r(),targetType:t()}),Do=s({type:t(),class:t(),isActive:d(),label:t(),cssClass:t(),cssColor:t(),struct:Kl,stats:p({total:r()}).optional()}),Xl=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:c("socialrate"),avg:r().optional(),nb:r().optional(),value:r().optional()}),ed=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:c("reportaction")}),td=s({id:t(),label:t(),url:t().optional()}),ad=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:c("shareaction"),options:y(td)}),nd=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:t(),isActive:d().optional(),count:r().optional()}),Tn=g([Xl,ed,ad,nd]),od=n=>n.type==="socialrate",id=n=>n.type==="reportaction",sd=n=>n.type==="shareaction",bf=n=>!od(n)&&!id(n)&&!sd(n),Cf=s({targetId:r(),targetType:t(),type:t()}),Tf=ue.extend({mainType:c("comment"),dateCreation:t(),dateModified:t().nullable(),description:t().nullable(),_user:I}),rd=f(Tf),xf=rd.extend({_right:ne,_attachedFiles:y(V).optional(),_actions:A(t(),Do).optional(),_widgets:y(ce).optional(),_article:$.optional()}),at=f(xf),Af="pollSurvey",Io=s({}),Po=s({pollContent:yo.array(),pollLinks:A(t(),t()).or(E()),pollMessage:t().optional(),description:t().optional(),anonymousResponse:g([t(),E()]).optional(),multipleResponse:t().or(E()).optional(),pollResponseAuthorVisibility:t().or(E()).optional(),pollResponseUserVisibility:t().or(E()).optional(),pollResponseShowProgression:t().or(E()).optional(),pollResponseShowRespondent:t().or(E()).optional(),bannerSrc:t().optional()}),_f=g([Io,Po]),Lf=O.extend({type:c("contentFactoryTemplate"),contentFactoryTemplateType:T(["pollSurvey","default"]),contentFactoryTemplateAuthor:t(),contentFactoryTemplateUsage:r()}),Za=f(Lf),Ff=q.extend(Za.shape).extend({contentFactoryTemplateType:c("pollSurvey"),contentFactoryTemplateData:Po}),cd=f(Ff),Rf=q.extend(Za.shape).extend({contentFactoryTemplateType:c("default"),contentFactoryTemplateData:Io}),ld=f(Rf),dd=g([ld,cd]);var Qa=(n=>(n.RUNNING="running",n.CLOSED="closed",n.HANDLED="handled",n))(Qa||{});const jf=O.extend({type:c("contentReport"),articleId:r(),articleType:t(),articleTitle:t(),articleUrl:t(),commentId:r().optional(),commentType:t().optional(),status:K(Qa)}),pd=f(jf),Ef=p({limit:r().optional(),page:r().optional(),orders:xe.optional(),filters:Pe.optional()}),Df=p({uri:t(),description:t()}),If=p({uri:t(),status:K(Qa)}),ud=p({type:t(),dialog:d(),favorite:d(),url:t().optional()}),md=p({label:t(),entries:y(ud)}),Pf=y(md),Of=s({title:t(),color:t(),parts:r(),displayValue:r()}),Mf=s({type:t()}),Uf=s({}),Bf=s({start:d(),startDate:t(),pause:d(),stop:d(),seconds:r()}),Wf=s({arr:Of.array(),tabs:Mf.array(),animations:Uf.array(),visio:E(),presence:p({}),status:Bf}),Vf=O.extend({type:c("animatedMeeting"),dateStart:t(),animatedMeetingContent:Wf}),Oo=f(Vf),qf=q.extend(Oo.shape).extend({animatedMeetingStarted:E().optional(),useWorkAdventure:E(),animatedMeetingReport:E().optional(),animatedMeetingReportVersion:E(),animatedMeetingStats:E().optional(),animatedMeetingReactions:E().optional()}),hd=f(qf),Nf=p({_extend:p({status:t(),statusValue:c(1).or(c(2)).or(c(3)),date:t()}),_audienceLeft:r()}),Mo=g([c("groups"),c("sites"),c("onedrive"),c("group"),c("documents"),c("me")]),Ya=s({title:t(),id:t(),type:t()}),Gf=Ya.omit({id:!0}).extend({name:Mo.optional()}),zf=f(Gf),Jf=Ya.extend({msContainer:d().optional()}),Hf=f(Jf),gd=Ya.extend({visibility:g([c("public"),c("private")]).optional(),msContainer:d().optional()}),$f=f(gd),Ka=Ya.extend({mimetype:t().optional(),webUrl:t().optional(),size:r().nullable().optional()}),Zf=Ka,Qf=Ka.extend({downloadUrl:t().optional(),_extend:p({path:t()})}),Yf=f(Qf),Kf=gd.extend(Ka.shape),Xf=f(Kf),fd=s({id:t(),title:t(),mail:t(),default:d().optional()}),eS=s({title:t(),id:t(),type:t(),mimetype:t().optional(),webUrl:t().optional()}),Sd=s({msTenant:Mo.optional(),msId:t().optional(),idFolder:t().optional(),page:r(),limit:r(),query:t().nullable().optional()}),yd=s({path_lower:t(),query:t().nullable().optional()}),tS=s({id:r(),name:t(),type:t(),token:t(),size:r(),mediaKey:t()}),aS=s({token:t().optional(),attrName:t(),file:s({service:t(),account:t(),title:t(),mimetype:t().optional(),_document:Ka})}),nS=s({id:t(),service:t()}),oS=s({service:t(),id:t()}),iS=s({account:fd}),sS=s({service:t(),account:t()}),rS=s({allow:g([c("groups"),c("me")]).array().optional(),id:t()}),cS=s({id:t(),documentParams:Sd}),lS=s({id:t(),documentParams:yd}),dS=s({query:t().optional(),filter:t().optional(),id:t()}),pS=B.omit({title:!0,_url:!0}).extend({description:t()}),wd=f(pS),vd=g([c("restricted"),c("synchronized")]),kd=s({isMuted:d(),isImportant:d()}),uS=A(t(),kd),bd=s({_url:t(),bubbleColor:t(),_right:ne,_audience:I.array(),_cntUnread:r(),_lastMessage:wd.optional()}),mS=ue.extend({type:c("messengerUser"),mainType:c("messengerDiscussion"),idDiscussion:t()}),Uo=f(mS),hS=Uo.extend(bd.shape),Cd=f(hS),gS=ue.extend({type:c("messengerGroup"),mainType:c("messengerDiscussion"),idDiscussion:t(),isMessengerSpotGroup:d(),disabled:d(),kind:se(vd)}),Xa=f(gS),fS=Xa.extend(bd.shape).extend({title:t().nullable(),_spot:Ye.optional()}),Td=f(fS),xd=O.extend({type:c("quizz"),quizzDescription:t().nullable(),quizzClosingDate:t().nullable(),dateStart:t().nullable(),dateEnd:t().nullable()}),Bo=f(xd),SS=q.extend(Bo.shape).extend({quizzInvitation:E().optional(),quizzFormSpec:t().optional(),quizzRandom:E(),quizzHideResponses:E(),quizzStatus:E().optional(),quizzPublicationDate:t().nullable().optional()}),Ad=f(SS),_d=s({countMembers:r(),countResponse:r(),done:d(),score:r(),maxScore:r(),duration:r()}),yS=s({value:t(),label:t()}),wS=s({label:t(),multiple:t(),name:t(),options:yS.array(),params:p({fieldFile:t().optional(),fieldPicture:t().optional(),explanation:t().optional()}),scoreMap:A(t(),le()),type:t(),value:t()}),Ld=s({mandatory:d(),type:t(),widget:wS,description:t().optional()}),vS=O.extend({type:c("surveyDate"),dates:y(t()),dateStart:t().nullable(),dateEnd:t(),isClosed:d(),surveyObjectLink:$.optional()}),Wo=f(vS),kS=q.extend(Wo.shape),Fd=f(kS),Rd=A(t(),p({dates:t().array(),user:I})),bS=s({list:Ze.array(),total:r()}),jd=s({}),CS=s({data:I.array(),total:r()}),Ed=g([c(1),c("onSpot"),c("visio"),c("available"),c("unavailable"),c("unknown"),c(0)]),TS=s({userResponseStatus:Ed,subscribersTotal:r(),subscribeAction:Do,subscribers:I.array(),isVisio:d().optional()}),Vo=s({actions:Tn.array().optional(),attachments:V.array().optional(),comments:at.extend({_extend:p({actions:Tn.array().optional()})}).array().optional(),contact:d(),filebank:He.nullable().optional(),licenses:y(El),licensesExtrabot:p({active:d(),monthRequestsMax:r(),monthRequestsHit:r()}).optional(),messenger:Xa.nullable().optional(),parentArticle:O.optional(),filebankPath:$.array(),quarantine:p({count:r()}).optional(),quizFieldDefinitions:A(t(),Ld),quizResponseRecord:_d,recurringEventRecord:Fo,socialEventRecord:TS,surveyDateRecord:p({members:I.array(),responses:Rd,userDates:t().array(),userResponses:jd,totalRespondents:r(),totalResponses:r()}),search:Te(),bookmark:Te()}),xS=Vo.keyof().array(),AS=q.extend({type:c("extraBot"),avatar:V.optional(),context:t(),description:t(),disclaimer:t(),enabled:d(),groups:y(Pn).optional(),moderators:y(In).optional(),prompt:t(),title:t(),trigger:T(["mentionOnly","matchComment"]),matchThreshold:r().optional(),bot:I.optional(),webhookMethod:t().optional(),webhookUrl:t().optional(),webhookKey:t().optional(),webhookAutomationOnly:d().optional()}),Dd=f(AS),qo=p({title:t(),id:t().optional(),items:y(t())}),_S=O.extend({type:c("faq"),faqColor:t().optional(),image:Qe.optional()}),No=f(_S),LS=q.extend(No.shape).extend({isWeb:d(),faqContent:qo.array().optional()}),Id=f(LS),FS=O.extend({type:c("faqItem")}),Go=f(FS),RS=q.extend(Go.shape).extend({faqResponse:t().optional(),uriCategory:$.array().optional(),themeId:t(),_nbAttachedFiles:r().optional(),_attachedFiles:V.array()}),Pd=f(RS),Od=s({id:r(),type:t(),uri:t(),title:t(),faqContent:qo.array().nullable().optional(),description:t().optional(),faqColor:t().optional(),_url:t().optional(),_audience:ye.array().optional()}),jS=s({image:t(),faq:Od.optional()}),Md=s({href:t().optional(),label:t().optional(),tooltip:t().optional(),id:t().optional(),uri:t().optional(),title:t().optional()}),ES=s({id:r(),type:t(),uri:t(),title:t(),faqResponse:t().optional(),description:t().optional(),themeId:t().optional(),uriCategory:Md.optional(),_attachedFiles:V.array().optional(),_nbAttachment:r().optional(),_url:t().optional(),_cssColor:t().optional(),_cssClass:t().optional()}),Ud=ut(et.omit({idSpot:!0})).and(p({image:Qe.nullable().optional(),tags:t().optional(),faqColor:t().optional(),isWeb:d().optional(),type:c("faq")})),DS=Ud.and(p({uri:t(),format:$e.optional()})),IS=p({title:t(),id:t()}),PS=p({_web:g([c("0"),c("1"),c("")]).optional(),appImageText:t().optional(),appImage:g([t(),p({image:p({id:t(),type:t()})})]).optional(),_displayComment:g([c("0"),c("1"),c("")]).optional()}),OS=p({createCategory:d()}),MS=p({idCategory:r(),title:t()}),US=p({idCategory:r(),indexTheme:r(),deleteEntries:d().optional()}),BS=p({idCategory:r(),indexTheme:r(),title:t()}),Bd=ut(et).and(p({tags:t().optional(),faqResponse:t().optional(),type:c("faqItem")})),WS=p({idEntry:r(),idCategory:r(),theme:r()}),VS=Bd.and(p({uri:t()})),qS=p({entryURI:t(),sourceURI:t().optional(),targetURI:t(),theme:r()}),NS=p({sourceUri:t(),targetUri:t(),themeIndex:r()}),zo=$.extend({type:c("quarantine")}),GS=O.extend(zo.shape).extend({relatedArticle:O.optional(),relatedObject:at.or(O).optional(),relatedUser:Ze.optional()}),Wd=f(GS),zS=p({uri:t(),name:t(),size:r(),isSynchronized:d()}),JS=p({quotaUsed:r(),quotaTotal:r(),percentage:r()}),HS=p({name:t(),isSynchronized:t(),synchronizationsNb:t()}),$S=p({page:r(),limit:r(),orders:xe.optional()}),ZS=s({idLog:r(),slug:t(),dateCreation:t(),map:t(),mail:t(),action:t(),mode:t()}),QS=s({mail:t(),cnt:t()}),Vd=t(),qd=t(),YS=et.extend({type:c("jlandmap"),jlandMapAggregated:t()}),KS=$.extend({type:c("jlandmap"),jlandMapKind:qd,jlandMapFlavor:Vd,limit:r().nullable(),waMapUrl:t().nullable()}),Jo=f(KS),XS=O.extend(Jo.shape),Ho=f(XS),ey=q.extend(Ho.shape),Nd=f(ey),ty=$.extend({type:c("mediaLibraryFile"),attachment:V,_user:I}),$o=f(ty),ay=O.extend($o.shape),Zo=f(ay),ny=$.extend({type:c("mediaLibraryFolder"),_user:I,description:t().optional(),_audience:ye.array()}),Qo=f(ny),oy=O.extend(Qo.shape),Yo=f(oy),iy=Zo.or(Yo),sy=p({page:r().optional(),limit:r().optional(),query:t().optional()}),ry=p({id:r(),idFolder:r().optional(),fileName:t(),nbViews:r(),nbDistinctViews:r(),nbDownloads:r()}),cy=p({id:r(),folderName:t(),nb:r(),nbDistinct:r()}),ly=p({nbFolders:r(),nbFiles:r()}),dy=p({uriFile:t(),uriFolder:t(),publishTo:t().array()}),xn=p({uri:t(),title:t(),selected:d()}),py=p({id:r().or(t()),pid:r().nullable().optional(),name:t(),title:t().nullable().optional(),phone:t().nullable().optional(),mail:t().nullable().optional(),img:t(),imgId:r().nullable().optional(),uri:t().nullable().optional(),tags:y(t()),links:y(xn),isInternal:r(),selectedLink:xn.nullable().optional(),openInNewTab:r().nullable().optional(),isAssistant:r().nullable().optional()}),Gd=f(py),An=p({nodes:y(Gd),platformColors:A(t())}),uy=O.extend({type:c("orgCharts"),chartIsVisible:d(),chartAdmins:I.array()}),Ko=f(uy),my=q.extend(Ko.shape).extend({chartConfig:An,chartConfigDraft:An}),zd=f(my),hy=p({title:t(),chartIsVisible:t(),publishTo:t(),uri:t(),chartAdmins:t()}),gy=p({global:p({user_directory:p({card:y(t()),filters:y(t()),show:y(t()),table:y(t())}),css:A(t().nullable())}),writer:d()}),fy=O.extend({type:c("socialQuestion"),socialQuestionResolved:d(),_response:at.optional(),_validator:I.optional(),socialQuestionValidationDate:t().optional()}),Sy=f(fy),yy=O.extend({type:c("support"),supportStatus:g([r(),t()]).nullable(),supportType:g([r(),t()]).nullable(),supportOwner:y(I)}),Xo=f(yy),Jd=q.extend(Xo.shape),Hd=f(Jd),$d=g([c("DYNAMIC"),c("SLIDESHOW")]),ei=s({tvChannelBackgroundColor:t().nullable(),tvChannelNumImages:r(),tvChannelGroupTarget:Ye.optional(),tvChannelConfig:p({backgroundType:g([c("color"),c("image")]).optional(),globalShowComment:d().optional(),scaleImg:d().optional(),key:t(),contents:y(p({uri:t(),dateEnd:t().optional(),showComments:d().optional(),order:r().optional()})).optional()})}),wy=ei.extend({tvChannelType:c("DYNAMIC"),tvChannelNumImages:c(0)}),Zd=f(wy),vy=ei.extend({tvChannelType:c("SLIDESHOW")}),Qd=f(vy),ky=$.extend({type:c("tvDisplayChannel")}),en=f(ky),by=O.extend(en.shape).extend(Zd.shape),ti=f(by),Cy=O.extend(en.shape).extend(Qd.shape),ai=f(Cy),Yd=g([ti,ai]),Ty=et.and(Zd.partial().or(Qd.partial())).and(p({tvChannelType:$d})).readonly(),xy=s({tvChannelGroupTarget:y(t()).optional(),tvChannelNumImages:Te().optional()}),Ay=at.extend({_extend:p({userImageSecureUrl:t(),descriptionSecure:t()})}),Kd=f(Ay),_y=O.extend({_extend:p({imageSecureUrl:t().optional(),descriptionSecure:t(),comments:y(Kd)}).optional()}),Xd=f(_y),Ly=V.extend({_extend:p({imageSecureUrl:t().optional()})}),ep=f(Ly),Fy=ti.extend({_extend:p({imageSecureUrl:t().optional(),articles:y(Xd).optional()})}),ni=f(Fy),Ry=n=>ni.safeParse(n).success,jy=ai.extend({_extend:p({attachments:y(ep).optional()})}),oi=f(jy),Ey=n=>oi.safeParse(n).success,Dy=p({interval:r(),channel:g([ni,oi])}),Iy=f(Dy),Py=p({createdAt:t(),filename:t(),isExpired:d(),url:t()}),tp=p({id:r(),subject:t(),createdAt:t(),updatedAt:t(),idArticle:r(),idUser:r(),roomUri:Lu(t()),user:p({id:r(),uri:t(),title:t()}),stats:p({participantsNumber:r(),totalDurationSeconds:r(),visioSessionsNumber:r()})}),Oy=p({rooms:p({totalItems:r(),member:y(tp)}),platform:p({sessionsNumber:r(),durationAverage:r(),durationMedian:r(),participantsNumber:r()})}),My=p({id:r(),room:t(),duration:r(),participantsNb:r(),startedAt:t(),endedAt:t()}),Uy=p({totalItems:r(),member:y(My)}),ap=ue.extend({name:t(),service:g([c("visio-connect"),c("other")]),url:se(t()),vcId:t(),vcJwt:t(),image:se(V),_audience:y(ye),_right:ne,_user:se(I)}),ii=f(ap),By=ap.pick({name:!0,service:!0,url:!0}).extend({audience:ii.shape._audience}),Wy=f(By),np=s({label:t(),description:t(),name:Gn,img:t(),available:d(),displayLevel:g([c(1),c(2),c(3),c(4)]).array().optional(),panel:p({useWrapper:d(),useSelection:d(),useEditor:d(),useWidgets:d(),useSync:d().optional()})}),Vy=n=>np.safeParse(n).success,qy=n=>n!==void 0&&"id"&&"type"in n&&"uri"in n,Ny=$.extend({type:c("articleWidget"),articleWidgets:ce.array(),articleWidgetDisplayMode:g([vr,E(),U()])}),si=f(Ny),Gy=O.extend(si.shape).extend({articleWidgetsCover:r().or(U())}),ri=f(Gy),zy=q.extend(ri.shape),op=f(zy),ip=s({uniqid:t(),title:t(),locked:d(),visible:d(),widgets:ce.array(),position:wr.optional()}),sp=T(["edit","view","preview","tpl"]),Jy=s({width:r().or(U()).optional(),inplace:d(),isComponentVisible:d().optional(),mode:sp,onClick:on().returns(nn()).optional(),onChange:on().args(vc,d()).returns(nn()),onStateChange:on().args(Zn).returns(nn())}),rp=s({text:t(),value:d().optional(),links:jn.array().optional(),uri:t().optional(),mimetype:t().optional(),id:r().optional(),user:I.optional()}),cp=s({arr:rp.array().optional(),edit:d().optional()}),Hy=s({name:c("widget-check-list"),uniqid:t(),content:cp,title:t()}),$y=s({title:t().optional(),view:Se().optional()}),lp=s({uniqid:t(),fn:T(["widget-presence-response","check-list-response","widget-update","widget-quick-survey-response"]),object:B}),_n=A(t(),A(t(),t().or(r()))),dp=T(["comment","article","intranet","platform-block","intranet-combination"]),Zy=p({token:t().or(U()).optional(),ids:A(t(),ce),layers:A(t(),ip),states:A(t(),Zn),modal:$y.or(U()),editableMap:A(t(),p({index:r(),uniqid:t()})),wrapperSize:A(t(),p({width:r(),height:r()})),currentEditableIndex:r(),currentEditableWidgetId:t().or(U()),widgetWrapperStyle:_n,widgetTitleStyle:_n,widgetObject:A(t(),B.partial()),widgetObjectRights:A(t(),ne),widgetChipCount:A(t(),r()),widgetAuthor:A(t(),I.partial()),widgetWrapperBackgroundImage:A(t(),Jn),flushedWidgets:t().array(),rtObjectStack:lp.array(),widgetContext:A(t(),dp),widgetSynchronizationStates:A(t(),d()),widgetUrls:A(t(),t())}),pp=f(Zy),Qy=s({widgets:pp}),ci={article:{"raw-little":{articleWidget:si,mediaLibraryFile:$o,mediaLibraryFolder:Qo,quarantine:zo,jlandmap:Jo,businessContactCard:ko,tvDisplayChannel:en,recurringEvent:_o,socialEvent:Ja},"raw-list":{animatedMeeting:Oo,articleWidget:ri,bookableAsset:Ga,businessContactCard:Gl,contentFactoryTemplate:Za,contentReport:pd,faq:No,internalDraft:Yn,meeting:tt,orgCharts:Ko,pollSurvey:wo,quarantine:Wd,quizz:Bo,reservation:Nl,socialEvent:Ae,support:Xo,surveyDate:Wo,tvDisplayChannel:Yd,socialQuestion:Sy,folder:Cc,recurringEvent:Lo,faqItem:Go,jlandmap:Ho,mediaLibraryFile:Zo,mediaLibraryFolder:Yo},"raw-view":{bookableAsset:ql,contentFactoryTemplate:dd,extraBot:Dd,faq:Id,faqItem:Pd,internalDraft:bc,meeting:Co,orgCharts:zd,quizz:Ad,socialEvent:_e,recurringEvent:Fo,articleWidget:op,animatedMeeting:hd,aseiClearanceTicket:Wl,aseiInstitution:Vl,jlandmap:Nd,pollSurvey:Mc,surveyDate:Fd,support:Hd}},comment:{"raw-little":{},"raw-list":{},"raw-view":{}},messengerDiscussion:{"raw-little":{messengerGroup:Xa,messengerUser:Uo},"raw-list":{messengerGroup:Td,messengerUser:Cd},"raw-view":{}},visioConnectRoom:{"raw-little":{},"raw-list":{permanentRoom:ii},"raw-view":{}},file:{"raw-little":{},"raw-list":{},"raw-view":{}},link:{"raw-little":{},"raw-list":{socialrate:Wc},"raw-view":{}}},H=n=>p({isActive:d(),...n}),z=n=>H({...n,hasLicense:d()}),Yy=T(["drive_microsoft_graph","drive_dropbox","drive_google"]),Ky=H({drives:A(Yy,d())}),Xy=H({label:t(),defaultView:T(["month","week","day","list"]),iCalendarUrls:p({all:t(),accepted:t()}),externalGestion:d(),recurringEventsEnabled:d()}),ew=H({orderBy:t(),order:T(["ASC","DESC"])}),tw=H({}),aw=z({maxParticipants:r(),minParticipantsForSpotDiscussion:r(),label:t(),editTimeLimit:r().optional(),editBlockedOgTypes:y(t()).optional()}),nw=z({label:t(),useTeaser:d()}),up=p({label:t(),description:t(),extension:t(),icon:t(),color:t()}),ow=z({label:t(),description:t(),color:t(),templates:up.array(),allowSharedWithMe:d(),allowPdfEdit:d(),weDocFoldersEnabled:d()}),iw=z({oldViewOptionProperty:d()}),sw=z({bgColor:t()}),rw=H({sendAlert:d(),articleFullSelector:d(),articleMediaSlider:d()}),cw=H({}),lw=H({}),dw=H({allowExternalFileSharing:d(),allowShareWebinar:d()}),pw=H({create:d(),autorize:y(T(["message","comment","board","article"]).optional())}),uw=z({label:t()}),mw=z({}),hw=z({}),gw=H({label:t(),create:d()}),fw=T(["loginPassword","saml","oAuth"]),Sw=T(["no","optional","mandatory"]),yw=A(fw,Sw),ww=z({name:t(),providers:yw,banLifespan:r()}),vw=z({create:d()}),kw=z({v2:d()}),bw=z({label:t()}),Cw=z({label:t()}),Tw=z({}),xw=z({label:t(),menuItems:y(p({type:t(),text:t(),actions:t()})).nullable()}),Aw=H({manage:d()}),_w=H({canCreateTemplate:d(),allowTemplateImportExport:d(),label:t()}),Lw=H({label:t(),create:d(),description:t(),color:t(),icon:t()}),Fw=H({label:t(),create:d()}),Rw=z({label:t(),numberOfMinutesBeforeJoining:r()}),jw=z({label:t(),create:d()}),Ew=z({label:t()}),Dw=H({label:t()}),Iw=H({}),Pw=p({BigBlueButtonHook:Rw,ExternalAppHook:vw,DigitalWorkplaceHook:kw,FlocklerHook:Tw,LuccaAbsenceHook:Cw,MagicPadHook:uw,MagicWandHook:xw,MediaLibraryHook:mw,MessengerHook:aw,OfficeHook:bw,SpotHook:Ew,StudioHook:iw,TargetInfoHook:sw,TeamWorkAiHook:hw,TwoFactorAuthenticationHook:ww,VisioConnectHook:jw,WallHook:nw,WeDocHook:ow}).partial(),Ow=p({AdminAdvancedHook:rw,AnimatedMeetingHook:Lw,AnimationsHook:Iw,BusinessContactHook:Dw,calendarHook:Xy,ContentFactoryHook:_w,DriveHook:Ky,ExtraBotHook:gw,FAQHook:Aw,FileBankHook:ew,FileIntegrityHook:tw,JitsiHook:Fw,SharedContentHook:dw,spotRssFeed:cw,SurveyDateHook:lw,WidgetHook:pw}).partial().extend(Pw.shape),Mw=g([c("summarize"),c("develop"),c("reformulate"),c("tldr"),c("en"),c("es"),c("formal"),c("funny"),c("spellCheck")]),Uw=s({text:t()}),Bw=s({kind:t(),page:r(),limit:r(),filters:pt.array().optional(),orders:dt.array().optional()}),Ww=n=>p({license:g([c("1"),c("0")]),user:n}),Vw=s({kind:t(),type:t(),page:r(),limit:r(),filters:pt.array().optional(),orders:dt.array().optional()}),qw=s({currentPeriodAmount:r(),currentPeriodDateStart:t().optional(),currentPeriodDateEnd:t().optional(),nextTermAmount:r(),nextTermDateStart:t().optional(),nextTermDateEnd:t().optional()}),Nw={all:0,admin:1,custom:2},Gw=p({uri:t(),title:t(),type:t(),mainType:t()}),zw=p({imap_inbox_url:t(),dav_calendar_url:t(),dav_address_book_url:t()}),mp={NONE:"none",SSL:"ssl",STARTTLS:"starttls"},hp=p({username:t(),hostname:t(),imapPort:r(),imapConnectionSecurity:K(mp),imapMailbox:t(),calDavCalendar:t(),cardDavAddressBook:t(),provider:t().nullable()}),Jw=s({...hp.shape,password:t()}),Hw=p({date:t(),fromName:t(),subject:t(),body:t(),read:d(),attachmentsCount:r(),url:t().nullable()}),$w=p({summary:t(),start:t(),end:t(),status:t(),url:t().nullable()}),Zw=p({fullName:t(),lastName:t(),firstName:t(),initial:t(),imageColor:t(),url:t().nullable()}),Qw=p({id:t(),label:t()}),gp=s({color:t(),description:t(),extension:t(),icon:t(),label:t()}),Yw=ue.extend({title:t(),mimetype:t(),_extend:p({generalAccessRule:t(),generalAccessHash:g([t(),U()]),dateModified:t(),dateCreation:t(),fileInfo:gp,parentId:r(),parentType:t(),parentFiles:y(r()),_url:t()}),_right:ne,_user:I,_audience:ye.array()}),fp=f(Yw),Kw=p({idQuestion:r(),idResponse:r()}),Xw=p({idQuestion:r()}),Sp=s({count:r(),id:t()}),yp=g([c("AND"),c("OR")]),tn=s({facetType:t(),facetOptions:g([A(g([p({}).passthrough(),r(),t()])),y(Te())]),facetMode:yp.optional(),field:t(),title:t(),description:t().optional(),category:t().optional()}),wp=s({id:t(),mainType:t(),type:t().optional(),title:t(),cssclass:t().optional(),active:d().optional(),count:r().optional(),typesExcluded:y(t()),facets:tn.array()}),vp=s({count:r(),value:t(),title:t()}),kp=s({name:t(),count:r(),values:vp.array(),title:t()}),bp=s({field:t(),value:g([t(),y(t())]),exclude:d().optional(),or:d().optional()}),Cp=s({field:t(),order:g([c("desc"),c("asc")])}),Tp=s({facetLimit:r(),skipEmptyFacets:d()}),ev=s({mode:g([c("result"),c("category")]),facets:tn.array()}),tv=s({home:ev,categories:wp.array(),viewcard:A(y(p({name:t(),title:t()}))),facetMode:d()}),xp=s({name:t(),title:t(),img:t(),icon:t().optional(),color:t().optional(),customImageUri:t().optional(),urlTarget:T(["_blank"]).optional(),urlNoReferrer:d().optional(),_url:t()}),Ap=s({id:r().optional(),title:t(),picture:t().optional(),uri:t(),mainType:t(),mimetype:t().optional(),parentIdInType:r().optional(),parentType:t().optional(),privacy:t().optional(),type:t().optional(),icon:t().optional(),_cssColor:t().optional(),_cssClass:t().optional(),_url:t().optional(),_article:p({id:t(),mainType:t()}).optional(),idArticle:r().optional(),description:t().optional(),_user:p({title:t(),uri:t()}).optional(),_values:p({company:t().optional(),function:t().optional(),privacy:r().optional(),category:t().optional(),dateCreation:t(),dateModified:t()}).optional()}),av=s({keywords:t().optional(),category:t().optional(),facetCategories:d().optional(),filters:bp.array().optional(),facets:tn.array().optional(),page:r().optional(),limit:r().optional(),sort:Cp.optional(),options:Tp.optional(),format:$e.optional(),persistSolrQuery:d().optional()}),nv=n=>p({start:r(),count:r(),results:y(n??B),facets:kp.array(),categories:Sp.array(),idQuery:r().optional()}),ov=s({keywords:t()}),_p=g([xp,Ap]),iv=s({title:t(),id:t(),showAll:d().optional(),results:_p.array()}),sv=g([c("link"),c("invitation")]),rv=s({id:r(),title:t(),uri:t(),idUser:r(),_right:ne}),cv=s({audience:y(ye),read:y(t()),write:y(t())}),Lp=s({title:t(),body:t(),sourceUri:t(),sourceUrl:t(),sourceType:t(),sourceId:r(),isDone:d(),idMsgs:r().array()}),lv=s({jobUid:t(),state:za,messages:y(t()),tasks:y(Lp),uriAiTodo:t().optional()}),dv=s({jobUid:t(),state:za,messages:y(t()),summary:t()}),Fp=p({cache_suffix:t(),toolbar:t(),language:t(),content_css:t(),quickbars_selection_toolbar:t(),sandbox_iframes:se(d()),sandbox_iframes_exclusions:se(y(t()))}),pv=Fp.extend({plugins:y(t()),text_patterns:y(p({start:t(),end:t().optional(),format:t().optional(),cmd:t().optional()})),height:r(),menubar:d(),branding:d(),skin:t(),convert_urls:d(),invalid_elements:t(),extended_valid_elements:t(),custom_elements:t(),inline_boundaries_selector:t(),toolbar_mode:g([c("floating"),c("sliding"),c("scrolling"),c("wrap")]),promotion:d(),font_size_formats:t(),contextmenu:g([t(),c(!1)]),paste_data_images:d(),browser_spellcheck:d(),quickbars_insert_toolbar:d(),license_key:c("gpl")}),uv=p({commentsToolbar:t()}),mv=p({total:r(),activated:r()}),hv=p({qrCode:t(),secret:t()}),gv=y(p({date:t(),activated:r(),unactivated:r()})),fv=s({name:t(),default:d(),filter:p({op:T(["include","exclude"]),values:y(t()),taxonomies:A(t(),Oe.array()).optional()})}),Rp="accept",jp="deny",Sv=g([c(Rp),c(jp)]),yv=B,wv=p({color:t(),description:t(),extension:t(),icon:t(),label:t()}),vv=p({page:r(),cnt:r(),limit:r(),data:y(fp)}),kv=p({query:t(),filters:Pe,orders:xe,page:r(),limit:r()}),bv=p({});function Cv(n,e){const a=p(e.reduce((o,i)=>(o[i]=Vo.shape[i],o),{}));return n.extend({_extend:a})}function Tv(n){return"targetId"in n&&!!n.targetId}function xv(n){const e=n;return e.bookmarkLabel!==void 0||e.bookmarkMeta!==void 0||e.bookmarkUrl!==void 0}function Ep(n){const e=n;return e&&typeof e.id=="number"&&typeof e.targetId=="number"}const Av={bookmarkLink:Ep};function _v(n,e){return e!=null&&Av[n](e)}function Lv(n,e){return"tvChannelType"in n&&n.tvChannelType===e}const Fv=n=>typeof n=="object"&&n!==null&&"error"in n&&"errorMsg"in n&&"messages"in n&&typeof n.error=="number"&&typeof n.errorMsg=="string"&&Array.isArray(n.messages),Rv=n=>n!==null&&typeof n=="object"&&"error"in n&&"aborted"in n&&n.error===-1&&n.aborted===!0,jv={isBookmarkLink:Tv,isBookmarkCustom:xv,isBookmarkRawList:Ep,isTVChannelType:Lv,objectIsType:_v,isStandardApiError:Fv,isAbortApiError:Rv};function Dp(n,e){return n&&!n.endsWith(e)?`${n}${e}`:n}function li(n,e){return n?.startsWith(e)?n.split("").slice(e.length).join(""):n}function Ev(n){return n.toString().padStart(2,"0")}const Dv=p({type:t(),recordId:g([t().regex(new RegExp("[0-9]+")),r()])}),Iv=(n,e)=>Dv.passthrough().safeParse(n).success,Pv=p({uri:t().regex(new RegExp("[a-zA-Z]+/[0-9]+"))}),Ov=(n,e)=>Pv.passthrough().safeParse(n).success;function Ln(n){if(Ov(n))return n.uri;if(Iv(n))return`${n.type}/${n.recordId}`;throw new Error("Invalid uri or typeId "+JSON.stringify(n))}function Ip(n){return li(Dp(n.from,"/"),"/")??""}function Mv(n){return n.timestamp?`?_=${n.timestamp}`:""}function Pp(n){const e=[];return"timestamp"in n&&n.timestamp&&e.push(`_=${n.timestamp}`),"iconColor"in n&&n.iconColor&&e.push(`color=${n.iconColor}`),e.length?"?"+e.join("&"):""}function Op(n,e=2){return"size"in n&&n.size?n.size:"width"in n&&typeof n.width=="number"&&"height"in n&&typeof n.height=="number"?`${n.width*e}x${n.height*e}`:""}function Mp(n){return n.format??"png"}function Up(n){try{return new URL(n)}catch{}try{return new URL(window.location.origin+"/"+li(n,"/"))}catch{}}function Fn(n,e=2){if("url"in n&&n.url){const a=Up(n.url);if(a)return"timestamp"in n&&n.timestamp&&!a.searchParams.has("_")&&a.searchParams.append("_",n.timestamp.toString()),a.toString()}try{let a;if(n.uri?a=n.uri.indexOf("icons/")===0?n.uri:Ln({uri:n.uri}):n.type&&n.recordId&&(a=n.type==="icons"?n.type+"/"+n.recordId:Ln({type:n.type,recordId:n.recordId})),!a)throw new Error;return`/${Ip(n)}${Op(n,e)}/${a}.${Mp(n)}${Pp(n)}`}catch{return""}}const Uv=["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pdf","application/zip","application/illustrator","application/postscript","application/vnd.ms-opentype","application/x-font-ttf","application/octet-stream","application/vnd.ms-excel","audio/mp3","audio/wav","audio/mpeg","font/ttf","font/otf","image/jpeg","image/jpg","image/png","image/gif","image/vnd.adobe.photoshop","image/svg+xml","text/plain","text/csv","video/mp4","video/webm"],Bp=["docx","xlsx","csv","pptx","pdf","zip","ai","mp3","mpeg","ttf","otf","jpg","jpeg","png","gif","psd","svg","txt","md","mp4","odt","webm"],lt={"application/vnd.openxmlformats-officedocument.wordprocessingml.document":"docx","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":"xlsx","application/vnd.openxmlformats-officedocument.presentationml.presentation":"pptx","application/vnd.oasis.opendocument.text":"odt","application/pdf":"pdf","application/zip":"zip","application/x-zip-compressed":"zip","application/illustrator":"ai","application/postscript":"ai","audio/mp3":"mp3","audio/wav":"mp3","audio/mpeg":"mpeg","font/ttf":"ttf","font/otf":"otf","image/jpeg":"jpeg","image/jpg":"jpg","image/png":"png","image/gif":"gif","application/x-font-ttf":"ttf","application/vnd.ms-opentype":"otf","image/vnd.adobe.photoshop":"psd","image/svg+xml":"svg","text/plain":"txt","text/markdown":"md","text/x-markdown":"md","text/csv":"xlsx","application/vnd.ms-excel":"xlsx","video/mp4":"mp4","video/webm":"mp4"},di=n=>Object.keys(lt).find(e=>lt[e]===n),Bv=n=>lt[n]??void 0;function pi(n){const e=String(n).split(".").pop();return Bp.find(a=>a===e)}const Wp=n=>{const e=pi(n);return di(e)??"application/octet-stream"},Vp=n=>n?(new Date(n).getTime()/1e3).toFixed(0):void 0,Wv=(n,e="fitx80")=>{const a=Np(n),o=Vp(n.dateModified);switch(a){default:return;case"video":return`/media/${n.id}.mp4?stream=true`+(o?`&_=${o}`:"");case"audio":return`/media/${n.id}.mp3`+(o?`?_=${o}`:"");case"gif":return Fn({timestamp:o,size:e,from:"imagecache",uri:n.uri,format:"gif"});case"image":return Fn({timestamp:o,size:e,from:"imagecache",uri:n.uri})}},qp=n=>{const e=pi(n);if(e!==void 0){const a=di(e);return ui(a)}return"application"},Vv=n=>["image/vnd","image/svg","image/heic"].findIndex(a=>n.startsWith(a))!==-1;function ui(n){return n?.startsWith("folder/")?"folder":n==null||Vv(n)?"application":n.startsWith("image/gif")?"gif":n.startsWith("image/")?"image":n.startsWith("video/")?"video":n.startsWith("audio/")?"audio":n.startsWith("font/")||n.startsWith("application/x-font-ttf")||n.startsWith("application/vnd.ms-opentype")?"font":n.startsWith("text/")?"text":"application"}const qv=(n,e,a="rr")=>a==="ng"?`/ng/file/${n}/${e}`:`/ng/rr/file/${n}/${e}`,Nv=n=>n.mimetype===void 0||n.mimetype==="application/octet-stream"?Wp(n.title):n.mimetype,Np=n=>n.mimetype===void 0||n.mimetype==="application/octet-stream"?qp(n.title):ui(n.mimetype),Gv=(n,e)=>Object.keys(ci.article[e]).includes(n.type),zv=(n,e)=>Object.keys(ci.comment[e]).includes(n.type);function Gp(n){return n.startsWith("tag_")||n==="tags"}function mi(n){return Object.fromEntries(Object.entries(n).filter(([e])=>Gp(e)))}function Jv(n){return Object.values(mi(n)).flat()}function zp(n,e,a){return Object.fromEntries(Object.entries(n).filter(([o])=>Gp(o)).map(([o,i])=>{const l=Array.isArray(i)?i.map(u=>typeof u=="object"&&u&&e in u?u[e]:u):i;return[o,a&&Array.isArray(l)?a(l):l]}))}function Hv(n){return zp(n,"uri")}const $v=n=>{let e={};"_errors"in n&&(e._errors=n._errors),"_options"in n&&(e._options=n._options),"title"in n&&(e.title=n.title),"description"in n&&n.description&&(e.description=n.description),"activity"in n&&(e.activity=n.activity),"image"in n&&(e.image=n.image),"uri"in n&&(e.uri=n.uri),"type"in n&&(e.type=n.type),"edito"in n&&n.edito&&(e.edito=n.edito),"category"in n&&(e.category=n.category.toString()),"commentLevel"in n&&(e.commentLevel=n.commentLevel),"_options"in n&&n._options?.custom_widgets&&(e.custom_widgets=Array.isArray(n._options.custom_widgets)?{}:n._options.custom_widgets),"displayType"in n&&(e.displayType=n.displayType),"language"in n&&n.language&&(e.language=n.language),"edit_access"in n&&(e.edit_access=n.edit_access),"lock_mail"in n&&(e.lock_mail=n.lock_mail),"fileSyncEnabled"in n&&(e.fileSyncEnabled=n.fileSyncEnabled),"fileSyncVersioningType"in n&&(e.fileSyncVersioningType=n.fileSyncVersioningType),"fileBankQuota"in n&&(e.fileBankQuota=n.fileBankQuota),"idCommunity"in n&&(e.idCommunity=n.idCommunity),"lastRssExecution"in n&&(e.lastRssExecution=n.lastRssExecution),"mail_comment"in n&&(e.mail_comment=n.mail_comment),"mail_frequency"in n&&(e.mail_frequency=n.mail_frequency),"mail_spotit"in n&&(e.mail_spotit=n.mail_spotit),"mail_subscriber"in n&&(e.mail_subscriber=n.mail_subscriber),"notifyFolder"in n&&(e.notifyFolder=n.notifyFolder),"nounsubscribe"in n&&(e.nounsubscribe=n.nounsubscribe),"privacy"in n&&(e.privacy=n.privacy),"publishFolder"in n&&(e.publishFolder=n.publishFolder),"rss_access"in n&&(e.rss_access=n.rss_access),"rss_feed"in n&&(e.rss_feed=n.rss_feed&&Array.isArray(n.rss_feed)?JSON.stringify(n.rss_feed.map(({_user:o,...i})=>({...i,idUser:o?.id}))):"[]"),"rss_key"in n&&(e.rss_key=n.rss_key),"spot_right_user"in n&&(e.spot_right_user=n.spot_right_user),"spotBanner"in n&&(e.spotBanner=n.spotBanner),"spotDefaultPublishType"in n&&(e.spotDefaultPublishType=n.spotDefaultPublishType),"user_level_signup"in n&&(e.user_level_signup=n.user_level_signup),"useTeaser"in n&&(e.useTeaser=n.useTeaser),"widgets"in n&&(e.widgets=n.widgets);const a=mi(n);if(e={...e,...a},Jp(n,e))return e},Jp=(n,e)=>{const a=["id","mainType","dateCreation","dateModified","_url","cssColor","o2apLinksSources"],o=["custom_widgets"],i=Object.keys(n),l=Object.keys(e),u=i.filter(w=>!l.includes(w)&&!a.includes(w)),m=l.filter(w=>!i.includes(w)&&!o.includes(w)),v=[...u.map(w=>"- "+w),...m.map(w=>"+ "+w)];if(u.length>0||m.length>0)throw new Error(`prepareGroupForUpdate :: Wrong group mapping | Diff : ${JSON.stringify(v)}`);return!0},Zv=n=>_e.safeParse(n).success;function Qv(n,e){return Math.floor(n*100/e)}function Yv(n,e=":"){return n.reduce((a,o)=>(a[o]=Hp(o,e),a),{})}function Hp(n,e=":"){const a=$p(Zp(n,"fr-FR")),o=Yp(n,e);return{id:"WIDGET_Survey_Date_Label",values:{label:a,time:o,day:Qp(n)}}}function $p(n){return n.charAt(0).toUpperCase()+n.slice(1)}function Zp(n,e){return new Date(n).toLocaleDateString(e,{weekday:"long"})}function Qp(n){const e=new Date(n);return`${e.getDate()}`.padStart(2,"0")+"/"+`${e.getMonth()+1}`.padStart(2,"0")+"/"+`${e.getFullYear()}`.padStart(2,"0")}function Yp(n,e=":"){const a=new Date(n);return`${a.getHours()}`.padStart(2,"0")+`${e}`+`${a.getMinutes()}`.padStart(2,"0")}const Kv={getTime:Yp,getDate:Qp,getLabel:Zp,capitalize:$p,surveyDateLabels:Yv,getLabelToTranslate:Hp,toPercent:Qv},Xv=n=>ce.safeParse(n).success,ek=n=>F(n,vt),tk=n=>F(n,bt),ak=n=>F(n,yt),nk=n=>F(n,Ot),ok=n=>F(n,la),ik=n=>F(n,Tt),sk=n=>F(n,At),rk=n=>F(n,Lt),ck=n=>F(n,Rt),lk=n=>F(n,Et),dk=(n,e)=>F(n,qt,e),pk=n=>F(n,Yt),uk=n=>F(n,ia),mk=n=>F(n,ha),hk=n=>F(n,Wt),gk=n=>F(n,Pa),fk=n=>F(n,Jt),Sk=n=>F(n,ta),yk=n=>F(n,xa),wk=n=>F(n,Ca),vk=n=>F(n,ft),kk=n=>F(n,Gt),bk=n=>F(n,It),Ck=n=>F(n,fa),Tk=n=>F(n,Ut),xk=n=>F(n,ra),Ak=n=>F(n,Qt),_k=n=>F(n,_a),Lk=n=>F(n,Fa),Fk=n=>F(n,ja),Rk=n=>F(n,Da),jk=n=>F(n,pa),Ek=n=>F(n,ka),Dk=n=>F(n,na),Ik=n=>F(n,Ma),Pk=n=>F(n,Ba),Ok=n=>F(n,ya),Mk=n=>F(n,Xt),Uk=(n,e)=>F(n,$t,e),Bk=n=>F(n,Va),Kp=new Je(new Bs),Wk=new En(Kp),Vk=En;exports.ACCESS_REQUEST_ACCEPT=Rp;exports.ACCESS_REQUEST_DENY=jp;exports.AdminAdvancedApi=xi;exports.AdminLicenseApi=Ai;exports.AdminLogApi=_i;exports.AdminStoreApi=Li;exports.AdminUtilsApi=Fi;exports.ApiErrorCode=Us;exports.AsyncJobStateSchema=za;exports.AsyncJobStatusSchema=Fg;exports.BookmarkType=vo;exports.ContentReportStatus=Qa;exports.CreateRoomPayloadSchema=Wy;exports.DateFormatSchema=Hr;exports.DiapazoneExtraFieldsSchema=Nf;exports.FREQUENCY_DAILY=kn;exports.FREQUENCY_GROUP=Hs;exports.FREQUENCY_INHERIT=Js;exports.FREQUENCY_NEVER=Cn;exports.FREQUENCY_NOW=vn;exports.FREQUENCY_WEEKLY=bn;exports.Format=G;exports.GroupModerateStatus=Bn;exports.GroupPrivacy=Wn;exports.ImapConnection=mp;exports.JApplicationApi=$i;exports.JArticleApi=Ki;exports.JAssetReservation=Xi;exports.JAudienceApi=es;exports.JBaseApi=C;exports.JBbbApi=ts;exports.JBookmarkApi=as;exports.JBusinessNetworkingApi=ns;exports.JCalendarApi=os;exports.JCommunityApi=is;exports.JContentFactory=ss;exports.JContentReportApi=rs;exports.JDatasourceApi=cs;exports.JDiapazoneApi=ls;exports.JDriveApi=ds;exports.JExternalAppApi=ps;exports.JExtraBotApi=us;exports.JFaqApi=ms;exports.JFileApi=hs;exports.JFileIntegrity=fs;exports.JFilebankApi=gs;exports.JGlobalApi=Ss;exports.JGroupApi=ys;exports.JIAApi=vs;exports.JJamespotApi=ws;exports.JLandApi=bs;exports.JLandMapCreationSchema=YS;exports.JLuccaApi=Cs;exports.JModuleApi=Ts;exports.JObjectApi=xs;exports.JOrgchartsApi=As;exports.JPublishButtonApi=_s;exports.JQuestionAnswerApi=Ls;exports.JSearchApi=Fs;exports.JShareApi=Rs;exports.JSurveyDateApi=js;exports.JTaxonomyApi=Es;exports.JTeamWorkAiApi=Ds;exports.JUserApi=Ps;exports.JWedocApi=Os;exports.JWidgetApi=Ms;exports.JamespotUserApi=En;exports.JitsiApi=ks;exports.LanguagesList=Fu;exports.LanguagesSchema=mt;exports.LicenseUserPriceUpdateSimulationSchema=qw;exports.Network=Je;exports.NumberFormatSchema=$r;exports.OfficeProviderSchema=Qw;exports.OrgChartConfigSchema=An;exports.OrgChartConfigurationSchema=gy;exports.OrgChartLinkSchema=xn;exports.OrgChartNodeSchema=Gd;exports.OrgChartUpdateMetasFormSchema=hy;exports.PublishButtonConfigurationCustomSectionSchema=jl;exports.PublishButtonConfigurationSchema=sg;exports.PublishButtonSectionEntrySchema=ud;exports.PublishButtonSectionSchema=md;exports.PublishButtonSectionsSchema=Pf;exports.RecurrenceRule=xo;exports.StudioApplicationStatus=Hi;exports.SurveyFieldName=qa;exports.TVChannelCustomSchema=ei;exports.TVDisplayApi=Is;exports.TeamWorkAiTaskSchema=Lp;exports.TeamWorkDaySummaryStateSchema=dv;exports.TeamWorkTodoStateSchema=lv;exports.TwoFactorAuthenticationDailyActivationStatisticsSchema=gv;exports.TwoFactorAuthenticationGenerateConfigurationSchema=hv;exports.TwoFactorAuthenticationStatisticsSchema=mv;exports.UserAIProfileSchema=km;exports.UserBirthdaySchema=bm;exports.UserLevel=Vs;exports.UserNotificationsConfigurationSchema=vm;exports.UserVariant=qs;exports.WIDGET_LEVEL_1=gc;exports.WIDGET_LEVEL_2=fc;exports.WIDGET_LEVEL_3=Sc;exports.WIDGET_LEVEL_4=yc;exports.WRITE_RIGHT_ADMIN=Ll;exports.WRITE_RIGHT_ALL=_l;exports.WRITE_RIGHT_CUSTOM=Fl;exports.WRITE_RIGHT_PUBLIC=Rl;exports.WidgetPresenceResponseUserListSchema=bh;exports.WidgetQuickSurveyContentArrSchema=ic;exports.WidgetQuickSurveyResponseSchema=Th;exports.WidgetQuickSurveyResponseUserListSchema=xh;exports.WidgetsName=h;exports.WindowBrowser=Bs;exports.accessRequestStatusValuesSchema=Sv;exports.actionParamsSchema=Cf;exports.actionVerbSchema=kf;exports.addCommentParamsSchema=Bh;exports.addFaqEntrySchema=WS;exports.adminAppSchema=Il;exports.adminAppTabSchema=Dl;exports.adminAppsSchema=fg;exports.adminLicenseStatsSchema=rg;exports.adminLicensesAssignedSchema=dg;exports.adminLicensesNotAssignedSchema=lg;exports.adminLogNavigationSchema=pg;exports.adminLogObjectSchema=ug;exports.adminLogSearchSchema=mg;exports.animationConfigurationTypeSchema=Sg;exports.animationStatsRowSchema=Ol;exports.animationStatsSchema=wg;exports.animationVariantSchema=Pl;exports.api=Vk;exports.applicationActionBaseSchema=Mi;exports.applicationBaseSchema=Ie;exports.applicationDefaultSchema=Bi;exports.applicationExtraPropertiesSchema=Ui;exports.applicationIframeSchema=Vi;exports.applicationIntranetHookSchema=zi;exports.applicationLinkSchema=Wi;exports.applicationSchema=Ji;exports.applicationTabSchema=qi;exports.applicationWithTabsSchema=Gi;exports.articleCreationSchema=et;exports.articleDisplayModeSchema=vr;exports.articleGetConfigSchema=Oh;exports.articleListConfigSchema=Ph;exports.articleTranslationGetSchema=vg;exports.articleTranslationLanguageSchema=Ml;exports.articleTranslationTranslateSchema=Ul;exports.aseiGroupsSchema=Cg;exports.aseiRightsSchema=Tg;exports.aseiTicketStatusSchema=Bl;exports.assetReservationConfigurationSchema=xg;exports.audienceAutocompleteSchema=im;exports.audienceSchema=ye;exports.autocompleteLittleSchema=rm;exports.baseArticleSchema=Mh;exports.baseAutocompleteSchema=Dn;exports.bookmarkCustomSchema=ag;exports.bookmarkLinkSchema=eg;exports.bookmarkTypesSchema=tg;exports.businessContactSchema=ym;exports.calendarEventListSchema=gf;exports.calendarEventViewSchema=ff;exports.calendarEventsExtension=hf;exports.calendarMemberLittleSchema=vf;exports.calendarOldEventSchema=Yl;exports.calendarTabSchema=wf;exports.categorySchema=mr;exports.chartTypeSchema=lc;exports.chartsPieDatumSchema=dc;exports.chartsSerieSchema=pc;exports.checkProperties=Jp;exports.combineFormat=W;exports.combinedContentFactoryDataSchema=_f;exports.combinedSurveyFieldOptionsSchema=Gh;exports.combinedSurveyFieldSchema=Oc;exports.combinedSurveyFieldTypeSchema=Nh;exports.combinedWidgetContentSchema=vc;exports.combinedWidgetTypeSchema=hc;exports.communitySchema=sm;exports.contactEntrySchema=Lh;exports.contactShowFieldsSchema=_h;exports.contentFactoryDefaultDataSchema=Io;exports.contentFactorySurveyDataSchema=Po;exports.contentFactoryTypes=Af;exports.createFaqCategorySchema=Ud;exports.createFaqEntrySchema=Bd;exports.createFaqThemeSchema=MS;exports.createGroupSchema=sr;exports.createReportParamsSchema=Df;exports.cssBackgroundPositionSchema=sh;exports.cssBackgroundSizeSchema=rh;exports.cssTextAlignTypeSchema=gr;exports.davAddressBookContactSchema=Zw;exports.davCalendarEventSchema=$w;exports.deepEqual=sn;exports.default=Wk;exports.deleteFaqThemeSchema=US;exports.discussionPropertiesSchema=uS;exports.discussionPropertySchema=kd;exports.driveAccountSchema=fd;exports.driveGetAccountParamsSchema=oS;exports.driveGetAccountSchema=iS;exports.driveGetDocumentParamsSchema=aS;exports.driveGetGroupsParamsSchema=dS;exports.driveGetTenantsParamsSchema=rS;exports.driveItemTypeSchema=eS;exports.driveLogoutParamsSchema=nS;exports.driveSetDefaultAccountParamsSchema=sS;exports.driveTmpFileSchema=tS;exports.dropboxDocumentEntitySchema=Yf;exports.dropboxDocumentParamsSchema=yd;exports.dropboxGetDocumentsParamsSchema=lS;exports.editFaqCategorySchema=DS;exports.editFaqEntrySchema=VS;exports.editFaqThemeSchema=BS;exports.ensureApplication=Eu;exports.ensureApplicationTabs=ju;exports.ensureIsCalendarOldEvent=mf;exports.ensureIsMeetingList=Hg;exports.ensureIsSocialEventList=Vg;exports.ensureIsSurveyData=Bc;exports.ensureIsTemplateFile=$h;exports.ensureIsViewEvent=Zv;exports.ensureTVGetConfigureDynamicChannelResponse=Ry;exports.ensureTVGetConfigureSlideshowChannelResponse=Ey;exports.ensureWidgetAccessibilityType=vk;exports.ensureWidgetApplicationType=ak;exports.ensureWidgetArticleAttachmentType=ek;exports.ensureWidgetArticleButtonType=tk;exports.ensureWidgetArticleGalleryType=ik;exports.ensureWidgetArticleImageType=sk;exports.ensureWidgetArticleSliderType=rk;exports.ensureWidgetArticleTextType=ck;exports.ensureWidgetArticleTitleType=lk;exports.ensureWidgetBirthdayType=bk;exports.ensureWidgetButtonType=nk;exports.ensureWidgetCalendarCalDavType=hk;exports.ensureWidgetCalendarType=Tk;exports.ensureWidgetChartsType=_k;exports.ensureWidgetCheckListType=dk;exports.ensureWidgetColorType=kk;exports.ensureWidgetContactCardDavType=fk;exports.ensureWidgetContactType=gk;exports.ensureWidgetContent=kr;exports.ensureWidgetCountdownType=Uk;exports.ensureWidgetCoverType=Ak;exports.ensureWidgetDatasourceTableType=pk;exports.ensureWidgetDefinitionProps=Vy;exports.ensureWidgetDocumentsType=Mk;exports.ensureWidgetEmailsImapType=Sk;exports.ensureWidgetEmbedType=Dk;exports.ensureWidgetExcelDatasourceTableType=uk;exports.ensureWidgetExtensionType=xk;exports.ensureWidgetFaqType=Pk;exports.ensureWidgetFlocklerType=Ik;exports.ensureWidgetImageType=Rk;exports.ensureWidgetLuccaAbsenceType=ok;exports.ensureWidgetMeteoType=Lk;exports.ensureWidgetMyGroupType=Fk;exports.ensureWidgetNewsflashType=jk;exports.ensureWidgetObjectHasMinimumProperties=qy;exports.ensureWidgetPresenceContent=yh;exports.ensureWidgetPresenceResponse=kh;exports.ensureWidgetPresenceResponsePayload=vh;exports.ensureWidgetPresenceType=wh;exports.ensureWidgetQuickSurveyType=mk;exports.ensureWidgetSeparatorType=Ck;exports.ensureWidgetSliderType=Ok;exports.ensureWidgetTextType=Ek;exports.ensureWidgetType=F;exports.ensureWidgetUserProfileType=wk;exports.ensureWidgetWelcomeType=yk;exports.ensureWidgetWrapperProps=Xv;exports.ensureWidgetYoutubeType=Bk;exports.eventModeSchema=yf;exports.eventStatusFilterSchema=Sf;exports.extendSchema=Vo;exports.extensions=Bp;exports.extractFlattenTaxonomiesFromObject=Jv;exports.extractTaxonomiesFromObject=mi;exports.extractTaxonomiesFromObjectAndMapProperty=zp;exports.extractTaxonomiesFromObjectAndMapUri=Hv;exports.facetModeSchema=yp;exports.faqAccessSchema=OS;exports.faqContentItemSchema=qo;exports.faqHookPropertiesSchema=PS;exports.faqTaxonomySchema=IS;exports.faqWidgetCategoryItemSchema=Od;exports.faqWidgetCategorySchema=jS;exports.faqWidgetItemSchema=ES;exports.faqWidgetItemUriCategorySchema=Md;exports.fileCropConfigSchema=Zs;exports.fileMainTypeSchema=Qs;exports.fileSyncAdminSpotSchema=HS;exports.fileSyncAdminSpotsPropsSchema=$S;exports.fileSyncFileBankSchema=zS;exports.fileSyncUserQuotaSchema=JS;exports.filterSchema=pt;exports.filterValueSchema=Zi;exports.filtersSchema=Pe;exports.formatExtensionSchema=xS;exports.formatImgUrl=Fn;exports.formatListSchema=$e;exports.formats=ci;exports.getArgs=Pp;exports.getCommentsParamsSchema=Uh;exports.getExtensionFromName=pi;exports.getFileExtensionFromMimetype=Bv;exports.getFileFamily=ui;exports.getFileFamilyFromName=qp;exports.getFormat=Mp;exports.getFrom=Ip;exports.getLicenseArticlesParamsSchema=Vw;exports.getLicenseKindUsersParamsSchema=Bw;exports.getMimetypeFromExtension=di;exports.getMimetypeFromName=Wp;exports.getReportsParamsSchema=Ef;exports.getSize=Op;exports.getTimestamp=Mv;exports.getUnclassifiedFilesParamsSchema=sy;exports.getUri=Ln;exports.getUrl=Up;exports.gifSchema=Mm;exports.groupCategoriesConfigurationSchema=ah;exports.groupCustomWidgetSchema=Nn;exports.groupListConfigSchema=th;exports.groupMemberLevelSchema=qm;exports.groupMemberSchema=Nm;exports.groupModerateStatusSchema=cr;exports.groupPrivacy=Vn;exports.groupPropertiesOptionsSchema=dr;exports.groupPropertiesSchema=ur;exports.groupUserLevelSchema=rr;exports.groupWidgetLittleSchema=qn;exports.groupWidgetSchema=$m;exports.groupWidgetsSchema=zm;exports.headingTypeSchema=zn;exports.hookListTypeSchema=Ow;exports.imageFormValueSchema=Lm;exports.imageSizeSchema=Qe;exports.imapInboxMailSchema=Hw;exports.inferBookmarkListSchema=Vc;exports.inferBookmarkRawListSchema=Ve;exports.inferMaybeWithToken=ut;exports.inferSearchQueryResultSchema=nv;exports.inferUserLicenseSchema=Ww;exports.isKnownArticle=Gv;exports.isKnownComment=zv;exports.isSocialActionRate=od;exports.isSocialActionReport=id;exports.isSocialActionShare=sd;exports.isSocialActionToggle=bf;exports.isWidgetApplicationAppsItem=lh;exports.isWidgetApplicationExtensionItem=uh;exports.isWidgetApplicationImageItem=ph;exports.isWidgetApplicationLinkItem=dh;exports.jArticleListSchema=O;exports.jArticleListShapeTmp=Qn;exports.jArticleLittleSchema=$;exports.jArticleViewSchema=q;exports.jArticleWidgetListSchema=ri;exports.jArticleWidgetLittleSchema=si;exports.jArticleWidgetViewSchema=op;exports.jAseiInstitutionViewSchema=Vl;exports.jAseiTicketViewSchema=Wl;exports.jBookableAssetListSchema=Ga;exports.jBookableAssetViewSchema=ql;exports.jBusinessContactListSchema=Gl;exports.jBusinessContactLittleSchema=ko;exports.jCommentListSchema=at;exports.jCommentLittleSchema=rd;exports.jContentFactoryDefaultTemplateViewSchema=ld;exports.jContentFactorySurveyTemplateViewSchema=cd;exports.jContentFactoryTemplateListSchema=Za;exports.jContentFactoryTemplateViewSchema=dd;exports.jContentReportListSchema=pd;exports.jDiapazoneListSchema=Oo;exports.jDiapazoneViewSchema=hd;exports.jEnsure=jv;exports.jExtraBotViewSchema=Dd;exports.jFaqItemListSchema=Go;exports.jFaqItemViewSchema=Pd;exports.jFaqListSchema=No;exports.jFaqViewSchema=Id;exports.jFileListSchema=Im;exports.jFileLittleCropSchema=Em;exports.jFileLittleSchema=V;exports.jFileRenditionSchema=Pm;exports.jFolderListSchema=Cc;exports.jFolderLittleSchema=He;exports.jGroupListSchema=hr;exports.jGroupLittleSchema=Ye;exports.jGroupViewSchema=Xm;exports.jHrefSchema=jn;exports.jIACapabilitiesSchema=Mw;exports.jInternalDraftListSchema=Yn;exports.jInternalDraftViewSchema=bc;exports.jLandLogSchema=ZS;exports.jLandMapFlavorSchema=Vd;exports.jLandMapKindSchema=qd;exports.jLandMapListSchema=Ho;exports.jLandMapLittleSchema=Jo;exports.jLandMapViewSchema=Nd;exports.jLandStatSchema=QS;exports.jLinkListSchema=Kh;exports.jLinkLittleSchema=Na;exports.jMediaLibraryFileListSchema=Zo;exports.jMediaLibraryFileLittleSchema=$o;exports.jMediaLibraryFolderListSchema=Yo;exports.jMediaLibraryFolderLittleSchema=Qo;exports.jMeetingListSchema=tt;exports.jMeetingViewSchema=Co;exports.jMessengerDiscussionGroupListSchema=Td;exports.jMessengerDiscussionGroupLittleSchema=Xa;exports.jMessengerDiscussionUserListSchema=Cd;exports.jMessengerDiscussionUserLittleSchema=Uo;exports.jMessengerMessageLittleSchema=wd;exports.jNetworkLittleSchema=$s;exports.jObjectAutocompleteSchema=Oe;exports.jObjectBaseSchema=ue;exports.jObjectListSchema=On;exports.jObjectLittleSchema=B;exports.jOrgChartListSchema=Ko;exports.jOrgChartViewSchema=zd;exports.jPermanentRoomListSchema=ii;exports.jPollSurveyListSchema=wo;exports.jPollSurveyViewSchema=Mc;exports.jQuarantineListSchema=Wd;exports.jQuarantineLittleSchema=zo;exports.jQuizzListSchema=Bo;exports.jQuizzListShapeTmp=xd;exports.jQuizzViewSchema=Ad;exports.jRecurringEventListSchema=Lo;exports.jRecurringEventLittleSchema=_o;exports.jRecurringEventOccurrenceListFalsySchema=jo;exports.jRecurringEventOccurrenceListSchema=Hl;exports.jRecurringEventOccurrenceListTruthySchema=$a;exports.jRecurringEventOccurrenceLittleFalsySchema=Ro;exports.jRecurringEventOccurrenceLittleSchema=nf;exports.jRecurringEventOccurrenceLittleTruthySchema=Ha;exports.jRecurringEventOccurrenceViewFalsySchema=$l;exports.jRecurringEventOccurrenceViewSchema=Zl;exports.jRecurringEventOccurrenceViewTruthySchema=Eo;exports.jRecurringEventViewSchema=Fo;exports.jReservationListSchema=Nl;exports.jSocialEventListSchema=Ae;exports.jSocialEventLittleSchema=Ja;exports.jSocialEventViewSchema=_e;exports.jSocialRateLinkListSchema=Wc;exports.jSpotAutocompleteSchema=Pn;exports.jSpotAutocompleteShape=Ws;exports.jSupportListSchema=Xo;exports.jSupportViewSchema=Hd;exports.jSupportViewShapeTmp=Jd;exports.jSurveyDateListSchema=Wo;exports.jSurveyDateViewSchema=Fd;exports.jTvChannelDynamicListSchema=ti;exports.jTvChannelListSchema=Yd;exports.jTvChannelLittleSchema=en;exports.jTvChannelSlideshowListSchema=ai;exports.jUserAutocompleteSchema=In;exports.jUserListSchema=Ze;exports.jUserLittleSchema=I;exports.jUserValuesSchema=wn;exports.jUserViewSchema=Ns;exports.licenseSchema=El;exports.mediaLibraryFilesStatsSchema=ry;exports.mediaLibraryFolderStatsSchema=cy;exports.mediaLibraryListSchema=iy;exports.mediaLibraryStatsSchema=ly;exports.meetingActionSchema=To;exports.meetingCreationSchema=Zg;exports.meetingUpdateSchema=Qg;exports.metasExternalSchema=or;exports.metasJamespotSchema=ar;exports.metasSchema=ir;exports.metasYoutubeSchema=nr;exports.meteoLocationSchema=uc;exports.meteoSearchResultSchema=Ah;exports.methodSchema=Yi;exports.mimetypeToExt=lt;exports.mimetypes=Uv;exports.moduleRestrictionMode=Nw;exports.moveFaqEntrySchema=qS;exports.moveFaqThemeSchema=NS;exports.moveMediaLibraryFileParamsSchema=dy;exports.msDocumentEntitySchema=Zf;exports.msDocumentParamsSchema=Sd;exports.msGetDocumentsParamsSchema=cS;exports.msGroupEntitySchema=$f;exports.msSiteEntitySchema=Hf;exports.msTenantEntitySchema=zf;exports.msTenantsSchema=Mo;exports.msUnifiedEntitySchema=Xf;exports.network=Kp;exports.networkTypeSchema=Gw;exports.newsflashGetResponseSchema=ig;exports.newsflashItemSchema=Al;exports.newsflashPropertiesSchema=Tl;exports.newsflashSourceSchema=nt;exports.newsflashSourcesSchema=xl;exports.objectListPropsSchema=Bu;exports.objectTimestamp=Vp;exports.objectWithoutLicenseFilterSchema=cg;exports.officeProviderBaseUrlsSchema=zw;exports.officeSetConfigurationPayloadSchema=Jw;exports.officeUserConfigurationSchema=hp;exports.onlyOfficeFileSchema=fp;exports.onyOfficeFileInfoSchema=gp;exports.openingTypeAnchorSchema=Er;exports.openingTypeLinkSchema=jr;exports.openingTypePopupSchema=Dr;exports.openingTypeSchema=yr;exports.operatorSchema=Qi;exports.orderSchema=dt;exports.ordersSchema=xe;exports.padStartTwoDigits=Ev;exports.prepareGroupForUpdate=$v;exports.publicWebinarData=Dg;exports.publicWebinarFullnameRequestSchema=Rg;exports.publicWebinarGetDateRequestSchema=Eg;exports.publicWebinarUrlSchema=jg;exports.questionAnswerSelectResponseParamsSchema=Kw;exports.questionAnswerUnselectResponseParamsSchema=Xw;exports.quizFieldSchema=Ld;exports.quizResponseSchema=_d;exports.recurrenceRuleSchema=Ao;exports.recurringEventCreationSchema=df;exports.recurringEventUpdateSchema=uf;exports.removeIfStartsWith=li;exports.replacePropertiesWithTypes=rn;exports.resetNotificationConfigurationSchema=eh;exports.resolveFileFamily=Np;exports.resolveFileMimetype=Nv;exports.resolveFilePath=Wv;exports.resolveFileUrl=qv;exports.resolveWidgetByName=Rh;exports.resolveWidgetContent=br;exports.rightsSchema=ne;exports.rssTypeSchema=pr;exports.searchCategoryModelSchema=wp;exports.searchCategoryValueSchema=Sp;exports.searchConfigSchema=tv;exports.searchFacetModelSchema=tn;exports.searchFacetValueModelSchema=kp;exports.searchFacetValuesSchema=vp;exports.searchLastQuerySchema=ov;exports.searchQueryFilterModelSchema=bp;exports.searchQueryOptionSchema=Tp;exports.searchQuerySchema=av;exports.searchQuerySortModelSchema=Cp;exports.searchResultCatPropsSchema=iv;exports.searchResultPropsAppSchema=xp;exports.searchResultPropsObjectSchema=Ap;exports.searchResultPropsSchema=_p;exports.shareAccessPropsSchema=cv;exports.shareGeneralAccessRulesSchema=sv;exports.shareOptionObjectSchema=rv;exports.shareOptionSchema=td;exports.socialActionRateSchema=Xl;exports.socialActionReportSchema=ed;exports.socialActionSchema=Tn;exports.socialActionSchema_deprecated=Do;exports.socialActionShareSchema=ad;exports.socialActionStructSchema_deprecated=Kl;exports.socialActionToggleSchema=nd;exports.socialEventActionSchema=bo;exports.socialEventCreationSchema=Gg;exports.socialEventUpdateSchema=zg;exports.spotDiscussionKindSchema=vd;exports.storeFinalizeSchema=gg;exports.storeItemSchema=hg;exports.suffixIfDoesNotExist=Dp;exports.surveyDateResponsesSchema=Rd;exports.surveyDateUsersForDateSchema=CS;exports.surveyDateUsersResponseSchema=bS;exports.surveyDateUsersResponsesSchema=jd;exports.surveyDateUtils=Kv;exports.surveyFieldBaseSchema=X;exports.surveyFieldBinaryDataSchema=Kn;exports.surveyFieldBinarySchema=xc;exports.surveyFieldCheckDataSchema=to;exports.surveyFieldCheckSchema=Lc;exports.surveyFieldFileUploadDataSchema=so;exports.surveyFieldFileUploadSchema=Dc;exports.surveyFieldGridCheckDataSchema=co;exports.surveyFieldGridCheckSchema=Pc;exports.surveyFieldGridRadioDataSchema=ro;exports.surveyFieldGridRadioSchema=Ic;exports.surveyFieldKeysSchema=Tc;exports.surveyFieldOptionCheckSchema=lo;exports.surveyFieldOptionFileUploadSchema=go;exports.surveyFieldOptionGridCheckSchema=fo;exports.surveyFieldOptionGridRadioSchema=So;exports.surveyFieldOptionRateSchema=po;exports.surveyFieldOptionScaleSchema=uo;exports.surveyFieldOptionTextSchema=mo;exports.surveyFieldOptionTextareaSchema=ho;exports.surveyFieldRadioDataSchema=eo;exports.surveyFieldRadioSchema=_c;exports.surveyFieldRateDataSchema=ao;exports.surveyFieldRateSchema=Fc;exports.surveyFieldScaleDataSchema=no;exports.surveyFieldScaleSchema=Rc;exports.surveyFieldSelectDataSchema=Xn;exports.surveyFieldSelectSchema=Ac;exports.surveyFieldTextDataSchema=oo;exports.surveyFieldTextSchema=jc;exports.surveyFieldTextareaDataSchema=io;exports.surveyFieldTextareaSchema=Ec;exports.surveySectionSchema=yo;exports.textEnhanceResponseSchema=Uw;exports.tinyMCECommonOptionsSchema=pv;exports.tinyMCEDynamicOptionsSchema=Fp;exports.tinymceExtendedOptionsSchema=uv;exports.toBoolean=Pi;exports.tvChannelCreatePayloadSchema=xy;exports.tvChannelCreationSchema=Ty;exports.tvChannelDynamicArticleSchema=Xd;exports.tvChannelDynamicCommentSchema=Kd;exports.tvChannelSlideshowFileSchema=ep;exports.tvChannelTypeSchema=$d;exports.tvGetChannelResponseSchema=Iy;exports.tvGetConfigureDynamicChannelResponse=ni;exports.tvGetConfigureSlideshowChannelResponse=oi;exports.updateCommentParamsSchema=Wh;exports.updateGroupSchema=Hm;exports.updateReportStatusParamsSchema=If;exports.uploadConfigSchema=_m;exports.userDefaultFieldsTypeSchema=We;exports.userDirectoryConfigurationSchema=zs;exports.userDownloadSchema=Om;exports.userFieldSchema=gm;exports.userFieldsConfigurationTypeSchema=hm;exports.userFieldsSchema=fm;exports.userLevelSpotSchema=Un;exports.userMapModelSchema=Gs;exports.userReadSchema=Vh;exports.userResponseStatusSchema=Ed;exports.userSpotCategoriesSchema=Zm;exports.userValuesSchema=Sm;exports.validateIsFormatFileLittle=Rm;exports.validateIsFormatObjectList=Tm;exports.validateIsFormatObjectLittle=am;exports.validateIsFormatRights=cm;exports.validateIsFormatSocialEvent=Ng;exports.validateIsFormatUserDirectoryConfiguration=wm;exports.validateIsFormatUserLevelSpot=nh;exports.validateIsFormatUserList=pm;exports.validateIsFormatUserMapModel=mm;exports.validateIsFormatUserView=um;exports.validateTemplateData=Zh;exports.valueLabelSchema=me;exports.variantSizeTypeSchema=fr;exports.variantTypeSchema=Sr;exports.videoRecordingSchema=Py;exports.visioConnectStatisticsRoomSchema=tp;exports.visioConnectStatisticsRoomSessionsSchema=Uy;exports.visioConnectStatisticsSchema=Oy;exports.wallFilterSchema=fv;exports.weDocTemplateSchema=up;exports.webinarModeratorsSchema=Ig;exports.wedocEmptyTypeSchema=bv;exports.wedocFileAudienceTypeSchema=yv;exports.wedocQueryResultsSchema=vv;exports.wedocQueryTypeSchema=kv;exports.wedocTemplateSchema=wv;exports.widgetAccessibilityContentSchema=gt;exports.widgetAccessibilityTypeSchema=ft;exports.widgetActiveValueSchema=tl;exports.widgetApplicationAppsItemSchema=xr;exports.widgetApplicationContentSchema=St;exports.widgetApplicationCssSchema=Rr;exports.widgetApplicationExtensionItemSchema=Lr;exports.widgetApplicationImageItemSchema=_r;exports.widgetApplicationItemSchema=Fr;exports.widgetApplicationLinkItemSchema=Ar;exports.widgetApplicationSizeSchema=Tr;exports.widgetApplicationTypeSchema=yt;exports.widgetApplicationViewSchema=Cr;exports.widgetArticleAttachmentContentSchema=wt;exports.widgetArticleAttachmentTypeSchema=vt;exports.widgetArticleButtonContentSchema=kt;exports.widgetArticleButtonTypeSchema=bt;exports.widgetArticleCheckListTypeForFrontSchema=Hy;exports.widgetArticleGalleryContentSchema=Ct;exports.widgetArticleGalleryTypeSchema=Tt;exports.widgetArticleImageContentSchema=xt;exports.widgetArticleImageTypeSchema=At;exports.widgetArticleSliderContentSchema=_t;exports.widgetArticleSliderTypeSchema=Lt;exports.widgetArticleTextContentSchema=Ft;exports.widgetArticleTextTypeSchema=Rt;exports.widgetArticleTitleContentSchema=jt;exports.widgetArticleTitleTypeSchema=Et;exports.widgetAudienceSchema=al;exports.widgetBaseSchema=ht;exports.widgetBirthdayContentSchema=Dt;exports.widgetBirthdayCssSchema=Or;exports.widgetBirthdayTypeSchema=It;exports.widgetButtonActionGroupSchema=Gr;exports.widgetButtonActionSchema=zr;exports.widgetButtonActionTypeSchema=Nr;exports.widgetButtonContentSchema=Pt;exports.widgetButtonIconFontSizeSchema=qr;exports.widgetButtonIconPaddingSchema=Vr;exports.widgetButtonIconPositionSchema=Ur;exports.widgetButtonPositionSchema=Br;exports.widgetButtonPropsSchema=Ir;exports.widgetButtonSizeSchema=Mr;exports.widgetButtonStyleSchema=Wr;exports.widgetButtonTypeSchema=Ot;exports.widgetCalendarCalDavContentSchema=Bt;exports.widgetCalendarCalDavTypeSchema=Wt;exports.widgetCalendarContentSchema=Mt;exports.widgetCalendarTypeSchema=Ut;exports.widgetChartsContentSchema=Aa;exports.widgetChartsTypeSchema=_a;exports.widgetCheckListContentArrForFrontSchema=rp;exports.widgetCheckListContentArrSchema=Jr;exports.widgetCheckListContentForFrontSchema=cp;exports.widgetCheckListContentSchema=Vt;exports.widgetCheckListTypeSchema=qt;exports.widgetCheckboxSchema=yl;exports.widgetColorContentSchema=Nt;exports.widgetColorSchema=$c;exports.widgetColorTypeSchema=Gt;exports.widgetContactCardDavContentSchema=zt;exports.widgetContactCardDavTypeSchema=Jt;exports.widgetContactContentSchema=Ia;exports.widgetContactCssSchema=mc;exports.widgetContactTypeSchema=Pa;exports.widgetContentBaseSchema=R;exports.widgetContentKeysSchema=kc;exports.widgetContextSchema=dp;exports.widgetCountdownContentSchema=Ht;exports.widgetCountdownTypeSchema=$t;exports.widgetCoverContentSchema=Zt;exports.widgetCoverSlideSchema=cc;exports.widgetCoverTypeSchema=Qt;exports.widgetDatasourceTableContentSchema=Ke;exports.widgetDatasourceTableTypeSchema=Yt;exports.widgetDatePickerSchema=Xc;exports.widgetDatePickerValueSchema=el;exports.widgetDateSchema=Zc;exports.widgetDateValueSchema=Qc;exports.widgetDatetimeSchema=Yc;exports.widgetDatetimeValueSchema=Kc;exports.widgetDefaultProps=Jy;exports.widgetDefinitionPropsSchema=np;exports.widgetDisplayModeSchema=sp;exports.widgetDocumentsContentSchema=Kt;exports.widgetDocumentsTypeSchema=Xt;exports.widgetEmailSchema=dl;exports.widgetEmailValueSchema=pl;exports.widgetEmailsImapContentSchema=ea;exports.widgetEmailsImapTypeSchema=ta;exports.widgetEmbedContentSchema=aa;exports.widgetEmbedSchema=cl;exports.widgetEmbedTypeSchema=na;exports.widgetExcelDatasourceTableContentSchema=oa;exports.widgetExcelDatasourceTableTypeSchema=ia;exports.widgetExtensionContentSchema=sa;exports.widgetExtensionTypeSchema=ra;exports.widgetFaqContentSchema=Ua;exports.widgetFaqTypeSchema=Ba;exports.widgetFileSchema=il;exports.widgetFlocklerContentSchema=Oa;exports.widgetFlocklerTypeSchema=Ma;exports.widgetIframeVideoSchema=ll;exports.widgetImageContentSchema=Ea;exports.widgetImageSchema=sl;exports.widgetImageTypeSchema=Da;exports.widgetKeysSchema=Gn;exports.widgetLayerSchema=ip;exports.widgetLegacyMixedBooleanSchema=ae;exports.widgetLinkSchema=nl;exports.widgetLuccaAbsenceContentSchema=ca;exports.widgetLuccaAbsenceTypeSchema=la;exports.widgetLuccaAbsenceUserSchema=Sh;exports.widgetMeteoContentSchema=La;exports.widgetMeteoTypeSchema=Fa;exports.widgetMultiattributeSchema=ol;exports.widgetMyGroupContentSchema=Ra;exports.widgetMyGroupTypeSchema=ja;exports.widgetNewsflashContentSchema=da;exports.widgetNewsflashTypeSchema=pa;exports.widgetNumberSchema=Jc;exports.widgetNumberValueSchema=Hc;exports.widgetOrientedlinksSchema=bl;exports.widgetPlaceSchema=hl;exports.widgetPresenceContentSchema=Xe;exports.widgetPresenceRespondPayloadSchema=nc;exports.widgetPresenceResponseSchema=oc;exports.widgetPresenceTypeSchema=ua;exports.widgetQuickSurveyContentSchema=ma;exports.widgetQuickSurveyTypeSchema=ha;exports.widgetRadioSchema=Sl;exports.widgetRefUserSchema=gl;exports.widgetRtObjectSchema=lp;exports.widgetSchema=ng;exports.widgetSelectSchema=rl;exports.widgetSelectionBackgroundPropsSchema=Jn;exports.widgetSelectionPropsSchema=ch;exports.widgetSeparatorAlignSchema=rc;exports.widgetSeparatorContentSchema=ga;exports.widgetSeparatorOrientationSchema=sc;exports.widgetSeparatorTypeSchema=fa;exports.widgetSlideSchema=Pr;exports.widgetSliderContentSchema=Sa;exports.widgetSliderTypeSchema=ya;exports.widgetStatePropsSchema=Zn;exports.widgetStylesSchema=_n;exports.widgetSyncContentContentSchema=wa;exports.widgetSyncContentTypeSchema=$n;exports.widgetTableColumnDataSchema=Hn;exports.widgetTableColumnSchema=gh;exports.widgetTableColumnTypesSchema=tc;exports.widgetTableColumnWidgetDateSchema=Xr;exports.widgetTableColumnWidgetDefaultSchema=Zr;exports.widgetTableColumnWidgetSelectOptionSchema=Yr;exports.widgetTableColumnWidgetSelectSchema=Kr;exports.widgetTableColumnWidgetTextSchema=Qr;exports.widgetTableColumnWidgetsSchema=ec;exports.widgetTableColumnsData=hh;exports.widgetTableContentSchema=ac;exports.widgetTaxonomySchema=wl;exports.widgetTelSchema=vl;exports.widgetTextContentSchema=va;exports.widgetTextSchema=qc;exports.widgetTextTypeSchema=ka;exports.widgetTextValueSchema=Nc;exports.widgetTextareaSchema=Gc;exports.widgetTextareaValueSchema=zc;exports.widgetToggleSchema=kl;exports.widgetTransientSchema=fl;exports.widgetTypeKeysSchema=Fh;exports.widgetUriSchema=Cl;exports.widgetUrlSchema=ul;exports.widgetUrlValueSchema=ml;exports.widgetUserProfileContentSchema=ba;exports.widgetUserProfileTypeSchema=Ca;exports.widgetVectorSchema=wr;exports.widgetWelcomeContentSchema=Ta;exports.widgetWelcomeTypeSchema=xa;exports.widgetWrapperLevelSchema=wc;exports.widgetWrapperPropsSchema=ce;exports.widgetYoutubeContentSchema=Wa;exports.widgetYoutubeTypeSchema=Va;exports.widgetsRootStateSchema=Qy;exports.widgetsStateSchema=pp;exports.widgetsValueSchema=og;exports.withExtensionsSchema=Cv;exports.zCoerceBoolean=Oi;exports.zCoerceOptionalNumber=te;exports.zObject=s;exports.zPassThrough=Ru;exports.zSchema=f;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});class T{jApi;network;constructor(e){this.jApi=e,this.network=e.network}}class ru extends T{readList(e,a){return this.network.post({o:"activity",f:"readList",...e},a?.signal)}}class Ei 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 ki=Array.isArray,bi=Object.keys,cu=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=ki(n),l=ki(e);let u,m,v;if(i&&l){if(m=n.length,m!==e.length)return!1;for(u=m;u--!==0;)if(!mn(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=bi(n).filter(te=>!o?.some(Ue=>Ue.length===1&&Ue[0]===te));if(m=ke.length,m!==bi(e).filter(te=>!o?.some(Ue=>Ue.length===1&&Ue[0]===te)).length)return!1;for(u=m;u--!==0;){const te=ke[u];if(te&&!cu.call(e,te))return!1}for(u=m;u--!==0;)if(v=ke[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 hn(n,e){if(Array.isArray(n))return n.map(a=>hn(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]:hn(n[o],e)}}),a}else return n}const W=(n,e)=>Array.isArray(e)&&e.length?[n,...e].join(","):n;class Di 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:W(a.format,a.formatExtension)},a.signal)}checkUsersManagement(e){return this.network.post({o:"licenseManager",f:"checkUsersManagement"},e?.signal)}simulateUsersAdd(e,a){return this.network.postCSRF({...e,o:"licenseManager",f:"simulateUsersAdd"},a?.signal)}executeUsersAdd(e,a){return this.network.postCSRF({...e,o:"licenseManager",f:"executeUsersAdd"},a?.signal)}}class Ii 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 Pi 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 Oi extends T{getApps(e){return this.network.post({o:"admin",f:"apps"},e)}}class lu 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 Ci;(function(n){n.mergeShapes=(e,a)=>({...e,...a})})(Ci||(Ci={}));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 Ge=(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 du=Ge;function gn(){return du}const fn=n=>{const{data:e,path:a,errorMaps:o,issueData:i}=n,l=[...a,...i.path||[]],u={...i,path:l};if(i.message!==void 0)return{...i,path:l,message:i.message};let m="";const v=o.filter(w=>!!w).slice().reverse();for(const w of v)m=w(u,{data:e,defaultError:m}).message;return{...i,path:l,message:m}};function k(n,e){const a=gn(),o=fn({issueData:e,data:n.data,path:n.path,errorMaps:[n.common.contextualErrorMap,n.schemaErrorMap,a,a===Ge?void 0:Ge].filter(i=>!!i)});n.common.issues.push(o)}class Z{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,a){const o=[];for(const i of a){if(i.status==="aborted")return L;i.status==="dirty"&&e.dirty(),o.push(i.value)}return{status:e.value,value:o}}static async mergeObjectAsync(e,a){const o=[];for(const i of a){const l=await i.key,u=await i.value;o.push({key:l,value:u})}return Z.mergeObjectSync(e,o)}static mergeObjectSync(e,a){const o={};for(const i of a){const{key:l,value:u}=i;if(l.status==="aborted"||u.status==="aborted")return L;l.status==="dirty"&&e.dirty(),u.status==="dirty"&&e.dirty(),l.value!=="__proto__"&&(typeof u.value<"u"||i.alwaysSet)&&(o[l.value]=u.value)}return{status:e.value,value:o}}}const L=Object.freeze({status:"aborted"}),Be=n=>({status:"dirty",value:n}),Q=n=>({status:"valid",value:n}),Ti=n=>n.status==="aborted",xi=n=>n.status==="dirty",je=n=>n.status==="valid",st=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 Ai=(n,e)=>{if(je(e))return{success:!0,data:e.value};if(!n.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;const a=new K(n.common.issues);return this._error=a,this._error}}};function D(n){if(!n)return{};const{errorMap:e,invalid_type_error:a,required_error:o,description:i}=n;if(e&&(a||o))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:i}:{errorMap:(u,m)=>{const{message:v}=n;return u.code==="invalid_enum_value"?{message:v??m.defaultError}:typeof m.data>"u"?{message:v??o??m.defaultError}:u.code!=="invalid_type"?{message:m.defaultError}:{message:v??a??m.defaultError}},description:i}}class P{get description(){return this._def.description}_getType(e){return he(e.data)}_getOrReturnCtx(e,a){return a||{common:e.parent.common,data:e.data,parsedType:he(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new Z,ctx:{common:e.parent.common,data:e.data,parsedType:he(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){const a=this._parse(e);if(st(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 Ai(o,i)}"~validate"(e){const a={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:he(e)};if(!this["~standard"].async)try{const o=this._parseSync({data:e,path:[],parent:a});return je(o)?{value:o.value}:{issues:a.common.issues}}catch(o){o?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),a.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:a}).then(o=>je(o)?{value:o.value}:{issues:a.common.issues})}async parseAsync(e,a){const o=await this.safeParseAsync(e,a);if(o.success)return o.data;throw o.error}async safeParseAsync(e,a){const o={common:{issues:[],contextualErrorMap:a?.errorMap,async:!0},path:a?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:he(e)},i=this._parse({data:e,path:o.path,parent:o}),l=await(st(i)?i:Promise.resolve(i));return Ai(o,l)}refine(e,a){const o=i=>typeof a=="string"||typeof a>"u"?{message:a}:typeof a=="function"?a(i):a;return this._refinement((i,l)=>{const u=e(i),m=()=>l.addIssue({code:S.custom,...o(i)});return typeof Promise<"u"&&u instanceof Promise?u.then(v=>v?!0:(m(),!1)):u?!0:(m(),!1)})}refinement(e,a){return this._refinement((o,i)=>e(o)?!0:(i.addIssue(typeof a=="function"?a(o,i):a),!1))}_refinement(e){return new Te({schema:this,typeName:_.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:a=>this["~validate"](a)}}optional(){return fe.create(this,this._def)}nullable(){return Ie.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return se.create(this)}promise(){return He.create(this,this._def)}or(e){return ct.create([this,e],this._def)}and(e){return lt.create(this,e,this._def)}transform(e){return new Te({...D(this._def),schema:this,typeName:_.ZodEffects,effect:{type:"transform",transform:e}})}default(e){const a=typeof e=="function"?e:()=>e;return new Cn({...D(this._def),innerType:this,defaultValue:a,typeName:_.ZodDefault})}brand(){return new Du({typeName:_.ZodBranded,type:this,...D(this._def)})}catch(e){const a=typeof e=="function"?e:()=>e;return new Tn({...D(this._def),innerType:this,catchValue:a,typeName:_.ZodCatch})}describe(e){const a=this.constructor;return new a({...this._def,description:e})}pipe(e){return Mn.create(this,e)}readonly(){return xn.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}}const pu=/^c[^\s-]{8,}$/i,uu=/^[0-9a-z]+$/,mu=/^[0-9A-HJKMNP-TV-Z]{26}$/i,hu=/^[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,gu=/^[a-z0-9_-]{21}$/i,fu=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,Su=/^[-+]?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)?)??$/,yu=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,wu="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";let dn;const vu=/^(?:(?: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])$/,ku=/^(?:(?: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]))$/,Cu=/^(([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])$/,Tu=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,xu=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Mi="((\\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])))",Au=new RegExp(`^${Mi}$`);function Ui(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 _u(n){return new RegExp(`^${Ui(n)}$`)}function Lu(n){let e=`${Mi}T${Ui(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 Fu(n,e){return!!((e==="v4"||!e)&&vu.test(n)||(e==="v6"||!e)&&bu.test(n))}function Ru(n,e){if(!fu.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 ju(n,e){return!!((e==="v4"||!e)&&ku.test(n)||(e==="v6"||!e)&&Cu.test(n))}class ie extends P{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==C.string){const l=this._getOrReturnCtx(e);return k(l,{code:S.invalid_type,expected:C.string,received:l.parsedType}),L}const o=new Z;let i;for(const l of this._def.checks)if(l.kind==="min")e.data.length<l.value&&(i=this._getOrReturnCtx(e,i),k(i,{code:S.too_small,minimum:l.value,type:"string",inclusive:!0,exact:!1,message:l.message}),o.dirty());else if(l.kind==="max")e.data.length>l.value&&(i=this._getOrReturnCtx(e,i),k(i,{code:S.too_big,maximum:l.value,type:"string",inclusive:!0,exact:!1,message:l.message}),o.dirty());else if(l.kind==="length"){const u=e.data.length>l.value,m=e.data.length<l.value;(u||m)&&(i=this._getOrReturnCtx(e,i),u?k(i,{code:S.too_big,maximum:l.value,type:"string",inclusive:!0,exact:!0,message:l.message}):m&&k(i,{code:S.too_small,minimum:l.value,type:"string",inclusive:!0,exact:!0,message:l.message}),o.dirty())}else if(l.kind==="email")yu.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")dn||(dn=new RegExp(wu,"u")),dn.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")hu.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")gu.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")pu.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")uu.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")mu.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"?Lu(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"?Au.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{code:S.invalid_string,validation:"date",message:l.message}),o.dirty()):l.kind==="time"?_u(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"?Su.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"duration",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="ip"?Fu(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"?Ru(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"?ju(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"?Tu.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"base64",code:S.invalid_string,message:l.message}),o.dirty()):l.kind==="base64url"?xu.test(e.data)||(i=this._getOrReturnCtx(e,i),k(i,{validation:"base64url",code:S.invalid_string,message:l.message}),o.dirty()):M.assertNever(l);return{status:o.value,value:e.data}}_regex(e,a,o){return this.refinement(i=>e.test(i),{validation:a,code:S.invalid_string,...x.errToObj(o)})}_addCheck(e){return new ie({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...x.errToObj(e)})}url(e){return this._addCheck({kind:"url",...x.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...x.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...x.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...x.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...x.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...x.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...x.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...x.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...x.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...x.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...x.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...x.errToObj(e)})}datetime(e){return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof e?.precision>"u"?null:e?.precision,offset:e?.offset??!1,local:e?.local??!1,...x.errToObj(e?.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){return typeof e=="string"?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck({kind:"time",precision:typeof e?.precision>"u"?null:e?.precision,...x.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...x.errToObj(e)})}regex(e,a){return this._addCheck({kind:"regex",regex:e,...x.errToObj(a)})}includes(e,a){return this._addCheck({kind:"includes",value:e,position:a?.position,...x.errToObj(a?.message)})}startsWith(e,a){return this._addCheck({kind:"startsWith",value:e,...x.errToObj(a)})}endsWith(e,a){return this._addCheck({kind:"endsWith",value:e,...x.errToObj(a)})}min(e,a){return this._addCheck({kind:"min",value:e,...x.errToObj(a)})}max(e,a){return this._addCheck({kind:"max",value:e,...x.errToObj(a)})}length(e,a){return this._addCheck({kind:"length",value:e,...x.errToObj(a)})}nonempty(e){return this.min(1,x.errToObj(e))}trim(){return new ie({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new ie({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new ie({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find(e=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find(e=>e.kind==="base64url")}get minLength(){let e=null;for(const a of this._def.checks)a.kind==="min"&&(e===null||a.value>e)&&(e=a.value);return e}get maxLength(){let e=null;for(const a of this._def.checks)a.kind==="max"&&(e===null||a.value<e)&&(e=a.value);return e}}ie.create=n=>new ie({checks:[],typeName:_.ZodString,coerce:n?.coerce??!1,...D(n)});function Eu(n,e){const a=(n.toString().split(".")[1]||"").length,o=(e.toString().split(".")[1]||"").length,i=a>o?a:o,l=Number.parseInt(n.toFixed(i).replace(".","")),u=Number.parseInt(e.toFixed(i).replace(".",""));return l%u/10**i}class be extends P{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==C.number){const l=this._getOrReturnCtx(e);return k(l,{code:S.invalid_type,expected:C.number,received:l.parsedType}),L}let o;const i=new Z;for(const l of this._def.checks)l.kind==="int"?M.isInteger(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:S.invalid_type,expected:"integer",received:"float",message:l.message}),i.dirty()):l.kind==="min"?(l.inclusive?e.data<l.value:e.data<=l.value)&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.too_small,minimum:l.value,type:"number",inclusive:l.inclusive,exact:!1,message:l.message}),i.dirty()):l.kind==="max"?(l.inclusive?e.data>l.value:e.data>=l.value)&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.too_big,maximum:l.value,type:"number",inclusive:l.inclusive,exact:!1,message:l.message}),i.dirty()):l.kind==="multipleOf"?Eu(e.data,l.value)!==0&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.not_multiple_of,multipleOf:l.value,message:l.message}),i.dirty()):l.kind==="finite"?Number.isFinite(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:S.not_finite,message:l.message}),i.dirty()):M.assertNever(l);return{status:i.value,value:e.data}}gte(e,a){return this.setLimit("min",e,!0,x.toString(a))}gt(e,a){return this.setLimit("min",e,!1,x.toString(a))}lte(e,a){return this.setLimit("max",e,!0,x.toString(a))}lt(e,a){return this.setLimit("max",e,!1,x.toString(a))}setLimit(e,a,o,i){return new be({...this._def,checks:[...this._def.checks,{kind:e,value:a,inclusive:o,message:x.toString(i)}]})}_addCheck(e){return new be({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:x.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:x.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:x.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:x.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:x.toString(e)})}multipleOf(e,a){return this._addCheck({kind:"multipleOf",value:e,message:x.toString(a)})}finite(e){return this._addCheck({kind:"finite",message:x.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:x.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:x.toString(e)})}get minValue(){let e=null;for(const a of this._def.checks)a.kind==="min"&&(e===null||a.value>e)&&(e=a.value);return e}get maxValue(){let e=null;for(const a of this._def.checks)a.kind==="max"&&(e===null||a.value<e)&&(e=a.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&M.isInteger(e.value))}get isFinite(){let e=null,a=null;for(const o of this._def.checks){if(o.kind==="finite"||o.kind==="int"||o.kind==="multipleOf")return!0;o.kind==="min"?(a===null||o.value>a)&&(a=o.value):o.kind==="max"&&(e===null||o.value<e)&&(e=o.value)}return Number.isFinite(a)&&Number.isFinite(e)}}be.create=n=>new be({checks:[],typeName:_.ZodNumber,coerce:n?.coerce||!1,...D(n)});class Ce extends P{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==C.bigint)return this._getInvalidInput(e);let o;const i=new Z;for(const l of this._def.checks)l.kind==="min"?(l.inclusive?e.data<l.value:e.data<=l.value)&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.too_small,type:"bigint",minimum:l.value,inclusive:l.inclusive,message:l.message}),i.dirty()):l.kind==="max"?(l.inclusive?e.data>l.value:e.data>=l.value)&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.too_big,type:"bigint",maximum:l.value,inclusive:l.inclusive,message:l.message}),i.dirty()):l.kind==="multipleOf"?e.data%l.value!==BigInt(0)&&(o=this._getOrReturnCtx(e,o),k(o,{code:S.not_multiple_of,multipleOf:l.value,message:l.message}),i.dirty()):M.assertNever(l);return{status:i.value,value:e.data}}_getInvalidInput(e){const a=this._getOrReturnCtx(e);return k(a,{code:S.invalid_type,expected:C.bigint,received:a.parsedType}),L}gte(e,a){return this.setLimit("min",e,!0,x.toString(a))}gt(e,a){return this.setLimit("min",e,!1,x.toString(a))}lte(e,a){return this.setLimit("max",e,!0,x.toString(a))}lt(e,a){return this.setLimit("max",e,!1,x.toString(a))}setLimit(e,a,o,i){return new Ce({...this._def,checks:[...this._def.checks,{kind:e,value:a,inclusive:o,message:x.toString(i)}]})}_addCheck(e){return new Ce({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:x.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:x.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:x.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:x.toString(e)})}multipleOf(e,a){return this._addCheck({kind:"multipleOf",value:e,message:x.toString(a)})}get minValue(){let e=null;for(const a of this._def.checks)a.kind==="min"&&(e===null||a.value>e)&&(e=a.value);return e}get maxValue(){let e=null;for(const a of this._def.checks)a.kind==="max"&&(e===null||a.value<e)&&(e=a.value);return e}}Ce.create=n=>new Ce({checks:[],typeName:_.ZodBigInt,coerce:n?.coerce??!1,...D(n)});class rt extends P{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==C.boolean){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:C.boolean,received:o.parsedType}),L}return Q(e.data)}}rt.create=n=>new rt({typeName:_.ZodBoolean,coerce:n?.coerce||!1,...D(n)});class Ee extends P{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==C.date){const l=this._getOrReturnCtx(e);return k(l,{code:S.invalid_type,expected:C.date,received:l.parsedType}),L}if(Number.isNaN(e.data.getTime())){const l=this._getOrReturnCtx(e);return k(l,{code:S.invalid_date}),L}const o=new Z;let i;for(const l of this._def.checks)l.kind==="min"?e.data.getTime()<l.value&&(i=this._getOrReturnCtx(e,i),k(i,{code:S.too_small,message:l.message,inclusive:!0,exact:!1,minimum:l.value,type:"date"}),o.dirty()):l.kind==="max"?e.data.getTime()>l.value&&(i=this._getOrReturnCtx(e,i),k(i,{code:S.too_big,message:l.message,inclusive:!0,exact:!1,maximum:l.value,type:"date"}),o.dirty()):M.assertNever(l);return{status:o.value,value:new Date(e.data.getTime())}}_addCheck(e){return new Ee({...this._def,checks:[...this._def.checks,e]})}min(e,a){return this._addCheck({kind:"min",value:e.getTime(),message:x.toString(a)})}max(e,a){return this._addCheck({kind:"max",value:e.getTime(),message:x.toString(a)})}get minDate(){let e=null;for(const a of this._def.checks)a.kind==="min"&&(e===null||a.value>e)&&(e=a.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(const a of this._def.checks)a.kind==="max"&&(e===null||a.value<e)&&(e=a.value);return e!=null?new Date(e):null}}Ee.create=n=>new Ee({checks:[],coerce:n?.coerce||!1,typeName:_.ZodDate,...D(n)});class _i extends P{_parse(e){if(this._getType(e)!==C.symbol){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:C.symbol,received:o.parsedType}),L}return Q(e.data)}}_i.create=n=>new _i({typeName:_.ZodSymbol,...D(n)});class Sn extends P{_parse(e){if(this._getType(e)!==C.undefined){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:C.undefined,received:o.parsedType}),L}return Q(e.data)}}Sn.create=n=>new Sn({typeName:_.ZodUndefined,...D(n)});class yn extends P{_parse(e){if(this._getType(e)!==C.null){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:C.null,received:o.parsedType}),L}return Q(e.data)}}yn.create=n=>new yn({typeName:_.ZodNull,...D(n)});class ze extends P{constructor(){super(...arguments),this._any=!0}_parse(e){return Q(e.data)}}ze.create=n=>new ze({typeName:_.ZodAny,...D(n)});class Re extends P{constructor(){super(...arguments),this._unknown=!0}_parse(e){return Q(e.data)}}Re.create=n=>new Re({typeName:_.ZodUnknown,...D(n)});class Se extends P{_parse(e){const a=this._getOrReturnCtx(e);return k(a,{code:S.invalid_type,expected:C.never,received:a.parsedType}),L}}Se.create=n=>new Se({typeName:_.ZodNever,...D(n)});class wn extends P{_parse(e){if(this._getType(e)!==C.undefined){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:C.void,received:o.parsedType}),L}return Q(e.data)}}wn.create=n=>new wn({typeName:_.ZodVoid,...D(n)});class se extends P{_parse(e){const{ctx:a,status:o}=this._processInputParams(e),i=this._def;if(a.parsedType!==C.array)return k(a,{code:S.invalid_type,expected:C.array,received:a.parsedType}),L;if(i.exactLength!==null){const u=a.data.length>i.exactLength.value,m=a.data.length<i.exactLength.value;(u||m)&&(k(a,{code:u?S.too_big:S.too_small,minimum:m?i.exactLength.value:void 0,maximum:u?i.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:i.exactLength.message}),o.dirty())}if(i.minLength!==null&&a.data.length<i.minLength.value&&(k(a,{code:S.too_small,minimum:i.minLength.value,type:"array",inclusive:!0,exact:!1,message:i.minLength.message}),o.dirty()),i.maxLength!==null&&a.data.length>i.maxLength.value&&(k(a,{code:S.too_big,maximum:i.maxLength.value,type:"array",inclusive:!0,exact:!1,message:i.maxLength.message}),o.dirty()),a.common.async)return Promise.all([...a.data].map((u,m)=>i.type._parseAsync(new ce(a,u,a.path,m)))).then(u=>Z.mergeArray(o,u));const l=[...a.data].map((u,m)=>i.type._parseSync(new ce(a,u,a.path,m)));return Z.mergeArray(o,l)}get element(){return this._def.type}min(e,a){return new se({...this._def,minLength:{value:e,message:x.toString(a)}})}max(e,a){return new se({...this._def,maxLength:{value:e,message:x.toString(a)}})}length(e,a){return new se({...this._def,exactLength:{value:e,message:x.toString(a)}})}nonempty(e){return this.min(1,e)}}se.create=(n,e)=>new se({type:n,minLength:null,maxLength:null,exactLength:null,typeName:_.ZodArray,...D(e)});function Fe(n){if(n instanceof N){const e={};for(const a in n.shape){const o=n.shape[a];e[a]=fe.create(Fe(o))}return new N({...n._def,shape:()=>e})}else return n instanceof se?new se({...n._def,type:Fe(n.element)}):n instanceof fe?fe.create(Fe(n.unwrap())):n instanceof Ie?Ie.create(Fe(n.unwrap())):n instanceof pe?pe.create(n.items.map(e=>Fe(e))):n}class N extends P{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;const e=this._def.shape(),a=M.objectKeys(e);return this._cached={shape:e,keys:a},this._cached}_parse(e){if(this._getType(e)!==C.object){const w=this._getOrReturnCtx(e);return k(w,{code:S.invalid_type,expected:C.object,received:w.parsedType}),L}const{status:o,ctx:i}=this._processInputParams(e),{shape:l,keys:u}=this._getCached(),m=[];if(!(this._def.catchall instanceof Se&&this._def.unknownKeys==="strip"))for(const w in i.data)u.includes(w)||m.push(w);const v=[];for(const w of u){const j=l[w],J=i.data[w];v.push({key:{status:"valid",value:w},value:j._parse(new ce(i,J,i.path,w)),alwaysSet:w in i.data})}if(this._def.catchall instanceof Se){const w=this._def.unknownKeys;if(w==="passthrough")for(const j of m)v.push({key:{status:"valid",value:j},value:{status:"valid",value:i.data[j]}});else if(w==="strict")m.length>0&&(k(i,{code:S.unrecognized_keys,keys:m}),o.dirty());else if(w!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{const w=this._def.catchall;for(const j of m){const J=i.data[j];v.push({key:{status:"valid",value:j},value:w._parse(new ce(i,J,i.path,j)),alwaysSet:j in i.data})}}return i.common.async?Promise.resolve().then(async()=>{const w=[];for(const j of v){const J=await j.key,ve=await j.value;w.push({key:J,value:ve,alwaysSet:j.alwaysSet})}return w}).then(w=>Z.mergeObjectSync(o,w)):Z.mergeObjectSync(o,v)}get shape(){return this._def.shape()}strict(e){return x.errToObj,new N({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(a,o)=>{const i=this._def.errorMap?.(a,o).message??o.defaultError;return a.code==="unrecognized_keys"?{message:x.errToObj(e).message??i}:{message:i}}}:{}})}strip(){return new N({...this._def,unknownKeys:"strip"})}passthrough(){return new N({...this._def,unknownKeys:"passthrough"})}extend(e){return new N({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new N({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:_.ZodObject})}setKey(e,a){return this.augment({[e]:a})}catchall(e){return new N({...this._def,catchall:e})}pick(e){const a={};for(const o of M.objectKeys(e))e[o]&&this.shape[o]&&(a[o]=this.shape[o]);return new N({...this._def,shape:()=>a})}omit(e){const a={};for(const o of M.objectKeys(this.shape))e[o]||(a[o]=this.shape[o]);return new N({...this._def,shape:()=>a})}deepPartial(){return Fe(this)}partial(e){const a={};for(const o of M.objectKeys(this.shape)){const i=this.shape[o];e&&!e[o]?a[o]=i:a[o]=i.optional()}return new N({...this._def,shape:()=>a})}required(e){const a={};for(const o of M.objectKeys(this.shape))if(e&&!e[o])a[o]=this.shape[o];else{let l=this.shape[o];for(;l instanceof fe;)l=l._def.innerType;a[o]=l}return new N({...this._def,shape:()=>a})}keyof(){return Bi(M.objectKeys(this.shape))}}N.create=(n,e)=>new N({shape:()=>n,unknownKeys:"strip",catchall:Se.create(),typeName:_.ZodObject,...D(e)});N.strictCreate=(n,e)=>new N({shape:()=>n,unknownKeys:"strict",catchall:Se.create(),typeName:_.ZodObject,...D(e)});N.lazycreate=(n,e)=>new N({shape:n,unknownKeys:"strip",catchall:Se.create(),typeName:_.ZodObject,...D(e)});class ct extends P{_parse(e){const{ctx:a}=this._processInputParams(e),o=this._def.options;function i(l){for(const m of l)if(m.result.status==="valid")return m.result;for(const m of l)if(m.result.status==="dirty")return a.common.issues.push(...m.ctx.common.issues),m.result;const u=l.map(m=>new K(m.ctx.common.issues));return k(a,{code:S.invalid_union,unionErrors:u}),L}if(a.common.async)return Promise.all(o.map(async l=>{const u={...a,common:{...a.common,issues:[]},parent:null};return{result:await l._parseAsync({data:a.data,path:a.path,parent:u}),ctx:u}})).then(i);{let l;const u=[];for(const v of o){const w={...a,common:{...a.common,issues:[]},parent:null},j=v._parseSync({data:a.data,path:a.path,parent:w});if(j.status==="valid")return j;j.status==="dirty"&&!l&&(l={result:j,ctx:w}),w.common.issues.length&&u.push(w.common.issues)}if(l)return a.common.issues.push(...l.ctx.common.issues),l.result;const m=u.map(v=>new K(v));return k(a,{code:S.invalid_union,unionErrors:m}),L}}get options(){return this._def.options}}ct.create=(n,e)=>new ct({options:n,typeName:_.ZodUnion,...D(e)});function vn(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=vn(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=vn(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 lt extends P{_parse(e){const{status:a,ctx:o}=this._processInputParams(e),i=(l,u)=>{if(Ti(l)||Ti(u))return L;const m=vn(l.value,u.value);return m.valid?((xi(l)||xi(u))&&a.dirty(),{status:a.value,value:m.data}):(k(o,{code:S.invalid_intersection_types}),L)};return o.common.async?Promise.all([this._def.left._parseAsync({data:o.data,path:o.path,parent:o}),this._def.right._parseAsync({data:o.data,path:o.path,parent:o})]).then(([l,u])=>i(l,u)):i(this._def.left._parseSync({data:o.data,path:o.path,parent:o}),this._def.right._parseSync({data:o.data,path:o.path,parent:o}))}}lt.create=(n,e,a)=>new lt({left:n,right:e,typeName:_.ZodIntersection,...D(a)});class pe extends P{_parse(e){const{status:a,ctx:o}=this._processInputParams(e);if(o.parsedType!==C.array)return k(o,{code:S.invalid_type,expected:C.array,received:o.parsedType}),L;if(o.data.length<this._def.items.length)return k(o,{code:S.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),L;!this._def.rest&&o.data.length>this._def.items.length&&(k(o,{code:S.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),a.dirty());const l=[...o.data].map((u,m)=>{const v=this._def.items[m]||this._def.rest;return v?v._parse(new ce(o,u,o.path,m)):null}).filter(u=>!!u);return o.common.async?Promise.all(l).then(u=>Z.mergeArray(a,u)):Z.mergeArray(a,l)}get items(){return this._def.items}rest(e){return new pe({...this._def,rest:e})}}pe.create=(n,e)=>{if(!Array.isArray(n))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new pe({items:n,typeName:_.ZodTuple,rest:null,...D(e)})};class dt extends P{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:a,ctx:o}=this._processInputParams(e);if(o.parsedType!==C.object)return k(o,{code:S.invalid_type,expected:C.object,received:o.parsedType}),L;const i=[],l=this._def.keyType,u=this._def.valueType;for(const m in o.data)i.push({key:l._parse(new ce(o,m,o.path,m)),value:u._parse(new ce(o,o.data[m],o.path,m)),alwaysSet:m in o.data});return o.common.async?Z.mergeObjectAsync(a,i):Z.mergeObjectSync(a,i)}get element(){return this._def.valueType}static create(e,a,o){return a instanceof P?new dt({keyType:e,valueType:a,typeName:_.ZodRecord,...D(o)}):new dt({keyType:ie.create(),valueType:e,typeName:_.ZodRecord,...D(a)})}}class Li extends P{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:a,ctx:o}=this._processInputParams(e);if(o.parsedType!==C.map)return k(o,{code:S.invalid_type,expected:C.map,received:o.parsedType}),L;const i=this._def.keyType,l=this._def.valueType,u=[...o.data.entries()].map(([m,v],w)=>({key:i._parse(new ce(o,m,o.path,[w,"key"])),value:l._parse(new ce(o,v,o.path,[w,"value"]))}));if(o.common.async){const m=new Map;return Promise.resolve().then(async()=>{for(const v of u){const w=await v.key,j=await v.value;if(w.status==="aborted"||j.status==="aborted")return L;(w.status==="dirty"||j.status==="dirty")&&a.dirty(),m.set(w.value,j.value)}return{status:a.value,value:m}})}else{const m=new Map;for(const v of u){const w=v.key,j=v.value;if(w.status==="aborted"||j.status==="aborted")return L;(w.status==="dirty"||j.status==="dirty")&&a.dirty(),m.set(w.value,j.value)}return{status:a.value,value:m}}}}Li.create=(n,e,a)=>new Li({valueType:e,keyType:n,typeName:_.ZodMap,...D(a)});class Je extends P{_parse(e){const{status:a,ctx:o}=this._processInputParams(e);if(o.parsedType!==C.set)return k(o,{code:S.invalid_type,expected:C.set,received:o.parsedType}),L;const i=this._def;i.minSize!==null&&o.data.size<i.minSize.value&&(k(o,{code:S.too_small,minimum:i.minSize.value,type:"set",inclusive:!0,exact:!1,message:i.minSize.message}),a.dirty()),i.maxSize!==null&&o.data.size>i.maxSize.value&&(k(o,{code:S.too_big,maximum:i.maxSize.value,type:"set",inclusive:!0,exact:!1,message:i.maxSize.message}),a.dirty());const l=this._def.valueType;function u(v){const w=new Set;for(const j of v){if(j.status==="aborted")return L;j.status==="dirty"&&a.dirty(),w.add(j.value)}return{status:a.value,value:w}}const m=[...o.data.values()].map((v,w)=>l._parse(new ce(o,v,o.path,w)));return o.common.async?Promise.all(m).then(v=>u(v)):u(m)}min(e,a){return new Je({...this._def,minSize:{value:e,message:x.toString(a)}})}max(e,a){return new Je({...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)}}Je.create=(n,e)=>new Je({valueType:n,minSize:null,maxSize:null,typeName:_.ZodSet,...D(e)});class Ve extends P{constructor(){super(...arguments),this.validate=this.implement}_parse(e){const{ctx:a}=this._processInputParams(e);if(a.parsedType!==C.function)return k(a,{code:S.invalid_type,expected:C.function,received:a.parsedType}),L;function o(m,v){return fn({data:m,path:a.path,errorMaps:[a.common.contextualErrorMap,a.schemaErrorMap,gn(),Ge].filter(w=>!!w),issueData:{code:S.invalid_arguments,argumentsError:v}})}function i(m,v){return fn({data:m,path:a.path,errorMaps:[a.common.contextualErrorMap,a.schemaErrorMap,gn(),Ge].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 He){const m=this;return Q(async function(...v){const w=new K([]),j=await m._def.args.parseAsync(v,l).catch(ke=>{throw w.addIssue(o(v,ke)),w}),J=await Reflect.apply(u,this,j);return await m._def.returns._def.type.parseAsync(J,l).catch(ke=>{throw w.addIssue(i(J,ke)),w})})}else{const m=this;return Q(function(...v){const w=m._def.args.safeParse(v,l);if(!w.success)throw new K([o(v,w.error)]);const j=Reflect.apply(u,this,w.data),J=m._def.returns.safeParse(j,l);if(!J.success)throw new K([i(j,J.error)]);return J.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new Ve({...this._def,args:pe.create(e).rest(Re.create())})}returns(e){return new Ve({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,a,o){return new Ve({args:e||pe.create([]).rest(Re.create()),returns:a||Re.create(),typeName:_.ZodFunction,...D(o)})}}class Fi 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})}}Fi.create=(n,e)=>new Fi({getter:n,typeName:_.ZodLazy,...D(e)});class kn extends P{_parse(e){if(e.data!==this._def.value){const a=this._getOrReturnCtx(e);return k(a,{received:a.data,code:S.invalid_literal,expected:this._def.value}),L}return{status:"valid",value:e.data}}get value(){return this._def.value}}kn.create=(n,e)=>new kn({value:n,typeName:_.ZodLiteral,...D(e)});function Bi(n,e){return new De({values:n,typeName:_.ZodEnum,...D(e)})}class De extends P{_parse(e){if(typeof e.data!="string"){const a=this._getOrReturnCtx(e),o=this._def.values;return k(a,{expected:M.joinValues(o),received:a.parsedType,code:S.invalid_type}),L}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){const a=this._getOrReturnCtx(e),o=this._def.values;return k(a,{received:a.data,code:S.invalid_enum_value,options:o}),L}return Q(e.data)}get options(){return this._def.values}get enum(){const e={};for(const a of this._def.values)e[a]=a;return e}get Values(){const e={};for(const a of this._def.values)e[a]=a;return e}get Enum(){const e={};for(const a of this._def.values)e[a]=a;return e}extract(e,a=this._def){return De.create(e,{...this._def,...a})}exclude(e,a=this._def){return De.create(this.options.filter(o=>!e.includes(o)),{...this._def,...a})}}De.create=Bi;class bn extends P{_parse(e){const a=M.getValidEnumValues(this._def.values),o=this._getOrReturnCtx(e);if(o.parsedType!==C.string&&o.parsedType!==C.number){const i=M.objectValues(a);return k(o,{expected:M.joinValues(i),received:o.parsedType,code:S.invalid_type}),L}if(this._cache||(this._cache=new Set(M.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){const i=M.objectValues(a);return k(o,{received:o.data,code:S.invalid_enum_value,options:i}),L}return Q(e.data)}get enum(){return this._def.values}}bn.create=(n,e)=>new bn({values:n,typeName:_.ZodNativeEnum,...D(e)});class He extends P{unwrap(){return this._def.type}_parse(e){const{ctx:a}=this._processInputParams(e);if(a.parsedType!==C.promise&&a.common.async===!1)return k(a,{code:S.invalid_type,expected:C.promise,received:a.parsedType}),L;const o=a.parsedType===C.promise?a.data:Promise.resolve(a.data);return Q(o.then(i=>this._def.type.parseAsync(i,{path:a.path,errorMap:a.common.contextualErrorMap})))}}He.create=(n,e)=>new He({type:n,typeName:_.ZodPromise,...D(e)});class Te extends P{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===_.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){const{status:a,ctx:o}=this._processInputParams(e),i=this._def.effect||null,l={addIssue:u=>{k(o,u),u.fatal?a.abort():a.dirty()},get path(){return o.path}};if(l.addIssue=l.addIssue.bind(l),i.type==="preprocess"){const u=i.transform(o.data,l);if(o.common.async)return Promise.resolve(u).then(async m=>{if(a.value==="aborted")return L;const v=await this._def.schema._parseAsync({data:m,path:o.path,parent:o});return v.status==="aborted"?L:v.status==="dirty"||a.value==="dirty"?Be(v.value):v});{if(a.value==="aborted")return L;const m=this._def.schema._parseSync({data:u,path:o.path,parent:o});return m.status==="aborted"?L:m.status==="dirty"||a.value==="dirty"?Be(m.value):m}}if(i.type==="refinement"){const u=m=>{const v=i.refinement(m,l);if(o.common.async)return Promise.resolve(v);if(v instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return m};if(o.common.async===!1){const m=this._def.schema._parseSync({data:o.data,path:o.path,parent:o});return m.status==="aborted"?L:(m.status==="dirty"&&a.dirty(),u(m.value),{status:a.value,value:m.value})}else return this._def.schema._parseAsync({data:o.data,path:o.path,parent:o}).then(m=>m.status==="aborted"?L:(m.status==="dirty"&&a.dirty(),u(m.value).then(()=>({status:a.value,value:m.value}))))}if(i.type==="transform")if(o.common.async===!1){const u=this._def.schema._parseSync({data:o.data,path:o.path,parent:o});if(!je(u))return L;const m=i.transform(u.value,l);if(m instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:a.value,value:m}}else return this._def.schema._parseAsync({data:o.data,path:o.path,parent:o}).then(u=>je(u)?Promise.resolve(i.transform(u.value,l)).then(m=>({status:a.value,value:m})):L);M.assertNever(i)}}Te.create=(n,e,a)=>new Te({schema:n,typeName:_.ZodEffects,effect:e,...D(a)});Te.createWithPreprocess=(n,e,a)=>new Te({schema:e,effect:{type:"preprocess",transform:n},typeName:_.ZodEffects,...D(a)});class fe extends P{_parse(e){return this._getType(e)===C.undefined?Q(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}fe.create=(n,e)=>new fe({innerType:n,typeName:_.ZodOptional,...D(e)});class Ie extends P{_parse(e){return this._getType(e)===C.null?Q(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}Ie.create=(n,e)=>new Ie({innerType:n,typeName:_.ZodNullable,...D(e)});class Cn 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}}Cn.create=(n,e)=>new Cn({innerType:n,typeName:_.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...D(e)});class Tn 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 st(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}}Tn.create=(n,e)=>new Tn({innerType:n,typeName:_.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...D(e)});class Ri extends P{_parse(e){if(this._getType(e)!==C.nan){const o=this._getOrReturnCtx(e);return k(o,{code:S.invalid_type,expected:C.nan,received:o.parsedType}),L}return{status:"valid",value:e.data}}}Ri.create=n=>new Ri({typeName:_.ZodNaN,...D(n)});class Du 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 Mn extends P{_parse(e){const{status:a,ctx:o}=this._processInputParams(e);if(o.common.async)return(async()=>{const l=await this._def.in._parseAsync({data:o.data,path:o.path,parent:o});return l.status==="aborted"?L:l.status==="dirty"?(a.dirty(),Be(l.value)):this._def.out._parseAsync({data:l.value,path:o.path,parent:o})})();{const i=this._def.in._parseSync({data:o.data,path:o.path,parent:o});return i.status==="aborted"?L:i.status==="dirty"?(a.dirty(),{status:"dirty",value:i.value}):this._def.out._parseSync({data:i.value,path:o.path,parent:o})}}static create(e,a){return new Mn({in:e,out:a,typeName:_.ZodPipeline})}}class xn extends P{_parse(e){const a=this._def.innerType._parse(e),o=i=>(je(i)&&(i.value=Object.freeze(i.value)),i);return st(a)?a.then(i=>o(i)):o(a)}unwrap(){return this._def.innerType}}xn.create=(n,e)=>new xn({innerType:n,typeName:_.ZodReadonly,...D(e)});function ji(n,e){const a=typeof n=="function"?n(e):typeof n=="string"?{message:n}:n;return typeof a=="string"?{message:a}:a}function Iu(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 m=ji(e,o),v=m.fatal??a??!0;i.addIssue({code:"custom",...m,fatal:v})}});if(!l){const u=ji(e,o),m=u.fatal??a??!0;i.addIssue({code:"custom",...u,fatal:m})}}):ze.create()}var _;(function(n){n.ZodString="ZodString",n.ZodNumber="ZodNumber",n.ZodNaN="ZodNaN",n.ZodBigInt="ZodBigInt",n.ZodBoolean="ZodBoolean",n.ZodDate="ZodDate",n.ZodSymbol="ZodSymbol",n.ZodUndefined="ZodUndefined",n.ZodNull="ZodNull",n.ZodAny="ZodAny",n.ZodUnknown="ZodUnknown",n.ZodNever="ZodNever",n.ZodVoid="ZodVoid",n.ZodArray="ZodArray",n.ZodObject="ZodObject",n.ZodUnion="ZodUnion",n.ZodDiscriminatedUnion="ZodDiscriminatedUnion",n.ZodIntersection="ZodIntersection",n.ZodTuple="ZodTuple",n.ZodRecord="ZodRecord",n.ZodMap="ZodMap",n.ZodSet="ZodSet",n.ZodFunction="ZodFunction",n.ZodLazy="ZodLazy",n.ZodLiteral="ZodLiteral",n.ZodEnum="ZodEnum",n.ZodEffects="ZodEffects",n.ZodNativeEnum="ZodNativeEnum",n.ZodOptional="ZodOptional",n.ZodNullable="ZodNullable",n.ZodDefault="ZodDefault",n.ZodCatch="ZodCatch",n.ZodPromise="ZodPromise",n.ZodBranded="ZodBranded",n.ZodPipeline="ZodPipeline",n.ZodReadonly="ZodReadonly"})(_||(_={}));const Pu=(n,e={message:`Input not instance of ${n.name}`})=>Iu(a=>a instanceof n,e),t=ie.create,r=be.create;Ce.create;const d=rt.create;Ee.create;const U=Sn.create,E=yn.create,ye=ze.create,de=Re.create,xe=Se.create,pn=wn.create,y=se.create,p=N.create,g=ct.create;lt.create;const Wi=pe.create,A=dt.create,un=Ve.create,c=kn.create,b=De.create,X=bn.create;He.create;const re=fe.create,Ou=Ie.create,Vi=Te.createWithPreprocess,ne={string:(n=>ie.create({...n,coerce:!0})),number:(n=>be.create({...n,coerce:!0})),boolean:(n=>rt.create({...n,coerce:!0})),bigint:(n=>Ce.create({...n,coerce:!0})),date:(n=>Ee.create({...n,coerce:!0}))},Mu=["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,Uu=n=>n.and(p({}).passthrough()),ge=()=>Vi(n=>qi(n),d()),Y=()=>Vi(n=>n===""||n===null?void 0:n,ne.number().optional()),Ni=s({action:t(),route:t().optional(),nameApp:t().optional()}),Pe=s({name:t(),label:t(),icon:t().nullable(),color:t().nullable(),img:t(),url:t(),description:t(),action:Ni}),Gi=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()}),zi=s({...Pe.shape,...Gi.shape}),Ji=s({...Pe.shape,urlTarget:c("_blank"),urlNoReferrer:d(),customImageUri:t().optional()}),Hi=s({...Pe.shape,iframeUrl:t(),customImageUri:t().optional()}),$i=s({tab:t(),name:t().optional(),url:t().optional()}),Zi=y($i),Bu=n=>Zi.safeParse(n).success,Qi=s({...Pe.shape,tabs:Zi}),Yi=s({...Pe.omit({name:!0}).shape,name:c("IntranetPageHook"),tabs:t().array(),releaseName:t()}),Ki=g([zi,Ji,Hi,Qi,Yi]),Wu=n=>Ki.safeParse(n).success;var Xi=(n=>(n.local="local",n.installed="installed",n.autosaved="autosaved",n.saved="saved",n))(Xi||{});class es 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 Un=s({href:t(),target:t()}),ut=s({name:t(),sort:g([c("ASC"),c("DESC")])}),Vu=s({srcId:g([r(),t()]),srcType:t()}),qu=s({targetId:g([r(),t()]),targetType:t()}),Nu=s({start:t(),end:t()}),ts=g([d(),t(),r(),y(t()),Vu,qu,Nu]),Gu=["=","<",">","<=",">=","!=","<>","like","between","is","is not","in","not in","json_contains","link","match"],as=b(Gu),zu=["=","<",">","<=",">=","!=","<>","+","-","like","between","is","is not","in","json_contains","link","match"],ns=b(zu),mt=s({name:t(),value:ts,operator:as.optional(),method:ns.optional(),or:d().optional(),isNull:d().optional(),isNotNull:d().optional()}),Ae=ut.array(),Oe=mt.array(),ht=n=>n.and(p({token:t().or(U()).optional()}));var G=(n=>(n.LITTLE="raw-little",n.LIST="raw-list",n.VIEW="raw-view",n))(G||{});const Ju=X(G).transform(n=>`${n}`),Qe=g([Ju,U()]),Hu=s({additionalFilter:p({}).optional(),facets:y(p({})).optional(),filters:Oe.optional(),query:t().optional(),limit:r().optional(),page:r().optional(),orders:Ae.optional(),format:Qe.optional()});class os extends T{list(e,a){return this.network.post({o:"objectList",f:"jamespotArticleQueryList",...e,format:W(a?.format??G.LITTLE,a?.formatExtension)},a?.signal)}search(e,a){return this.network.post({o:"objectList",f:"jamespotArticleList",...e,format:W(a?.format??G.LITTLE,a?.formatExtension)},a?.signal)}get(e,a){return this.network.post({o:"article",f:"get",...e,format:W(a?.format??G.VIEW,a?.formatExtension)},a?.signal)}create(e,a){return this.network.maybePostToken({o:"article",f:"create",...e,format:W(a?.format??"raw-view",a?.formatExtension)},a?.signal)}update(e,a){return this.network.post({o:"article",f:"update",...e,format:W(a?.format??G.LIST,a?.formatExtension)},a?.signal)}delete(e){return this.network.postCSRF({o:"article",f:"delete",idArticle:e})}count(e){return this.network.post({o:"article",f:"count",type:e})}getAttachments(e,a,o){return this.network.post({o:"article",f:"getAttachment",idArticle:e,type:a,format:o?.format??"raw-little"},o?.signal)}permalink(e,a){return this.network.post({o:"article",f:"permalink",permalinkId:e},a?.signal)}saveAsDraft(e,a){return this.network.post({o:"article",f:"saveAsDraft",...e.form&&e.idDraft?{...e,form:{...e.form,idDraft:e.idDraft}}:e},a?.signal)}getComments(e,a){return this.network.post({o:"article",f:"getComments",...e,attachments:e.attachment??!1,limits:e.limits??{start:0,max:1e4},format:W(a?.format??G.LITTLE,a?.formatExtension)},a?.signal)}addComment(e,a){return this.network.post({o:"article",f:"addComment",...e,alertAuthor:Number(e.alertAuthor),sendAlert:Number(e.sendAlert),type:e.type??"comment",format:W(a?.format??"raw-little",a?.formatExtension)},a?.signal)}updateComment(e,a){return this.network.post({o:"article",f:"updateComment",...e,format:W(a?.format??"raw-little",a?.formatExtension)},a?.signal)}getComment(e,a){return this.network.post({o:"comment",f:"getComment",...e,format:W(a?.format??"raw-little",a?.formatExtension)},a?.signal)}deleteComment(e){return this.network.postCSRF({o:"comment",f:"delete",idComment:e})}getRead(e){return this.network.post({o:"article",f:"getRead",uri:e})}moveToSpot(e,a){return this.network.postCSRF({o:"article",f:"moveToSpot",...e},a?.signal)}archive(e,a){return this.network.postCSRF({...e,o:"article",f:"archive"},a?.signal)}}class $u 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 Zu 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 is 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 ss 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 rs 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)}setModerators(e,a,o){return this.network.postCSRF({o:"bigBlueButton",f:"setModerators",id:e,moderators:a.map(i=>i.uri).join(",")},o?.signal)}getModerators(e,a){return this.network.post({o:"bigBlueButton",f:"getModerators",id:e},a?.signal)}}class cs 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 ls extends T{getInfos(e,a){return this.network.post({o:"BusinessNetworking",f:"MarkerInfo",id:e,format:a??"raw-little"})}}class ds 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:W(a?.format??"raw-list",["socialEventRecord","recurringEventRecord"])},a?.signal)}getLastEvents(e){return this.network.post({o:"calendar",f:"getLastEvents",...e})}transformOccurrenceIntoEvent(e,a){return this.network.postCSRF({o:"calendar",f:"transformOccurrenceIntoEvent",...e,format:W(a?.format??"raw-view",a?.formatExtension)},a?.signal)}reviveSubmit(e){return this.network.postCSRF({o:"calendar",f:"reviveSubmit",...e})}getMembers(e,a){return this.network.post({o:"objectList",f:"CalendarList",...e,format:a?.format??G.LITTLE},a?.signal)}}class ps 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 us extends T{create(e){return this.network.postCSRF({o:"contentFactory",f:"createTemplate",...e})}get(e){return this.network.post({o:"article",f:"get",...e,format:G.VIEW})}importTemplate(e){return this.network.postCSRF({o:"contentFactory",f:"importTemplate",...e})}exportTemplateUrl(e){return`/?action=contentFactoryExportTemplate&id=${e}`}}class ms 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 hs 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 gs 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 Qu extends T{statistics(e){return this.network.post({o:"digitalDesk",f:"getStatistics"},e?.signal)}}class fs 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 Ss 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 ys 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 vs 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 ks extends T{getBanks(e){return this.network.post({o:"fileBank",f:"getBanks",format:e?.format??"raw-list"},e?.signal).then(a=>a.result)}getFolders(e,a){return this.network.post({o:"fileBank",f:"getFolders",parentURI:e,format:a?.format??"raw-list"},a?.signal)}getDocuments(e,a){return this.network.post({o:"fileBank",f:"getDocuments",parentURI:e,format:a?.format??"raw-view"},a?.signal)}getPath(e,a){return this.network.post({o:"fileBank",f:"getPath",uri:e.uri,mode:e.mode??"browse",format:a?.format??"raw-little"},a?.signal)}searchContent(e,a){return this.network.post({o:"fileBank",f:"searchContent",...e,format:a?.format??"raw-little"},a?.signal)}getParents(e,a){return this.network.post({o:"fileBank",f:"getParents",id:e.id,format:a?.format??"raw-little"},a?.signal)}getRootFolders(e,a){return this.network.post({o:"objectList",f:"fileBankRootFolders",query:e.query,format:a?.format??"raw-little"},a?.signal)}}class bs 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 Yu 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 Cs extends T{countAction(e,a){return this.network.post({o:"activityLog",f:"log",count:!0,verb:e,uri:a})}addAction(e,a){return this.network.post({o:"customAction",f:"add",...e,format:a?.format??"raw-little"},a?.signal)}updateAction(e,a){return this.network.post({o:"customAction",f:"update",...e,format:"raw-little"},a?.signal)}removeAction(e,a){return this.network.post({o:"customAction",f:"remove",...e,format:"raw-little"},a?.signal)}useWebVersion(){return this.network.post({o:"global",f:"useWebVersion"})}getUsers(e,a){return this.network.post({o:"customAction",f:"getUsers",...e,format:a??"raw-list"})}getLinks(e,a){return this.network.post({o:"customAction",f:"getLinks",...e,format:a?.format??G.LIST},a?.signal)}}class Ts 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:W(e.format??"raw-little",a?.formatExtension)},a?.signal)}resetNotifications(e){return this.network.post({o:"spot",f:"resetNotifications",...e})}getUserLevelAndRight(e){return this.network.post({o:"spot",f:"getUserLevelAndRight",idSpot:e})}groupRequest(e){return this.network.postCSRF({o:"spot",f:"request",idSpot:e})}groupAddToFavorite(e){return this.network.postCSRF({o:"spot",f:"addToFavorite",idSpot:e})}objectListSpotArticles(e,a){return this.network.post({o:"objectList",f:"spotArticles",...e,format:W(a?.format??"raw-little",a?.formatExtension)},a?.signal)}changeMemberRole(e){return this.network.post({o:"spot",f:"changeRole",...e})}countMembers(e,a){return this.network.postCSRF({o:"spot",f:"countMembers",...e},a)}}class Ku extends T{getShowFields(e){return this.network.post({o:"intranetPage",f:"getShowFields"},e?.signal)}getUserContactsLists(e,a){return this.network.post({o:"intranetPage",f:"GetUserContactsLists",uris:e},a?.signal)}meteoSearchCity(e,a){return this.network.post({o:"intranetPage",f:"widgetMeteo",search:e},a?.signal)}}class xs extends T{async getGifs(e,a){return this.network.post({o:"jamespot",f:"giphy",...e,format:"raw"},a?.signal)}}class As extends T{textEnhancement({text:e,capacity:a}){return this.network.post({o:"jia",f:"textEnhancement",text:e,capacity:a})}}class _s extends T{resolveUrl({id:e},a){return this.network.post({o:"jitsi",f:"resolveUrl",id:e},a)}}class Ls 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 Fs extends T{async getAbsence(e,a){return this.network.post({o:"lucca",f:"getAbsence",...e},a?.signal)}}class Xu extends T{getThumbnailUrl(e){return this.network.post({o:"magicPad",f:"getThumbnailUrl",uri:e})}}class em 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 tm extends T{settingsSave(e,{signal:a}={}){return this.network.post({o:"menu",f:"settingsSave",...e},a)}}class am extends T{sendMessage(e,a){return this.network.post({o:"messenger",f:"newMessage",idDiscussion:a,msg:{description:e}})}getOrCreateDiscussion(e,a){const o=e<a?`${e}.${a}`:`${a}.${e}`;return this.network.post({o:"messenger",f:"getDiscussion",idDiscussion:o,type:"messengerUser",idUserTo:a})}enableDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"discussionEnable",...e},a?.signal)}disableDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"discussionDisable",...e},a?.signal)}getSpotDiscussions(e,a){return this.network.post({o:"objectList",f:"messengerSpotDiscussions",format:a?.format,...e},a?.signal)}createSpotDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"createSpotDiscussion",...e},a?.signal)}updateSpotDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"updateSpotDiscussion",...e},a?.signal)}getMessageReads(e,a){return this.network.post({o:"messenger",f:"getMessageReads",...e,format:a?.format??G.LITTLE},a?.signal)}getDiscussionFiles(e,a){return this.network.post({o:"messenger",f:"loadFiles",...e,format:G.LITTLE},a?.signal)}listRecentDiscussions(e,a){return this.network.postCSRF({o:"messenger",f:"listRecentDiscussions",...e,format:a?.format??G.LIST},a?.signal)}getContactPin(e){return this.network.post({o:"messenger",f:"getContactPin",format:e?.format??G.LIST},e?.signal)}importantDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"importantDiscussion",...e},a?.signal)}muteDiscussion(e,a){return this.network.postCSRF({o:"messenger",f:"muteDiscussion",...e},a?.signal)}addUsers(e,a){return this.network.postCSRF({o:"messenger",f:"addUsers",...e,format:G.LITTLE},a?.signal)}editMessage(e,a){return this.network.postCSRF({o:"messenger",f:"editMessage",...e},a?.signal)}}class Rs 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 nm extends T{get(e){return this.network.post({o:"newsflash",f:"get",...e?.groups&&e.groups.length>0?{groups:e.groups}:{}},e?.signal)}}class js 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 om 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 im extends T{getFile(e,a){return this.network.post({o:"onlyOffice",f:"getFile",...e,format:a?.format?W(a.format,a?.extensions):void 0},a?.signal)}deleteFile(e){return this.network.postCSRF({o:"onlyOffice",f:"deleteFile",idFile:e})}createVersion(e){return this.network.post({o:"onlyOffice",f:"createVersion",idFile:e})}}class Es 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 Ds extends T{list(e,a){return this.network.post({o:"poll",f:"SurveyList",format:"raw-little",...e},a)}}class Is extends T{getPublishButtonSections(e,a){const o={o:"jamespot",f:"publishButtonSections"};return e&&(o.forceDefault=e),this.network.post(o,a?.signal)}}class Ps 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 Os 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:W(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 Ms 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 Us 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 Bs 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 Ws 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 Vs 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 sm 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 qs 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:W(e.format,a?.formatExtension)},a?.signal)}userQueryList(e,a){return this.network.post({o:"objectList",f:"JamespotUserQueryList",...e,format:W(e.format,a?.formatExtension)})}userMap(e,a){return this.network.post({o:"objectListJamespot",f:"userMap",...e},a?.signal)}userBusinessContactQueryList(e,a){return this.network.post({o:"businessContact",f:"queryList",...e},a?.signal)}userCreateBusinessContact(e,a){const i={...{...e,pseudo:e.title,firstName:e.firstname,lastName:e.lastname,champ1:e.field1,champ2:e.field2,champ3:e.field3,champ4:e.field4,champ5:e.field5},type:"businessContactCard",publishTo:"networkPublic/1"};return this.jApi.article.create(i,a)}userUpdateBusinessContact(e,a){const i={...{...e,pseudo:e.title,firstName:e.firstname,lastName:e.lastname,champ1:e.field1,champ2:e.field2,champ3:e.field3,champ4:e.field4,champ5:e.field5},uri:e.uri,publishTo:"networkPublic/1"};return this.jApi.article.update(i,a)}userDeleteBusinessContact(e){return this.jApi.article.delete(e)}userBusinessContactImport(e,a){return this.network.postCSRFWithFile({o:"businessContact",f:"import",file:e.file},a?.signal)}userAddContact(e){return this.network.post({o:"user",f:"addContact",idUser:e})}userRemoveContact(e){return this.network.post({o:"user",f:"removeContact",idUser:e})}signIn(e,a,o){return this.network.post({o:"user",f:"signIn",mail:e,password:a,format:o??"raw-view"})}getFields(e,a){return this.network.post({o:"user",f:"getFields",idUser:e,fieldsType:a})}getSpots({format:e="raw-little",...a}={},{signal:o}={}){return this.network.post({o:"user",f:"getSpots",...a,format:e},o)}getSpotCategories({signal:e}={}){return this.network.post({o:"user",f:"getSpotCategories"},e)}getNotificationsConfiguration(e){return this.network.post({o:"user",f:"getNotificationsConfiguration"},e?.signal)}setNotificationsConfiguration(e){return this.network.postCSRF({o:"user",f:"setNotificationsConfiguration",userNotificationsConfiguration:e})}getProperty(e,a){return this.network.post({o:"user",f:"getProperty",name:e},a?.signal)}setProperty(e,a,o){return this.network.postCSRF({o:"user",f:"setProperty",name:e,value:JSON.stringify(a)},o?.signal)}getAIProfile(e){return this.network.post({o:"user",f:"getAIProfile"},e?.signal)}setAIProfile(e,a){return this.network.postCSRF({o:"user",f:"setAIProfile",userAIProfile:e},a?.signal)}getUsersBirthday(e){return this.network.post({o:"user",f:"getUsersBirthday"},e?.signal)}}class rm 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 cm extends T{getActivities(e,a){return this.network.post({o:"wall",f:"getActivities",...e,format:W(a?.format??G.LIST,a?.formatExtension)},a?.signal)}getFilters(e){return this.network.post({o:"wall",f:"getFilterList"},e?.signal)}setFilters(e,a){return this.network.post({o:"wall",f:"setFilterList",...e},a?.signal)}}class Ns extends T{getFiles(e,a){return this.network.post({...e,o:"weDoc",f:"getFiles",format:a?.format?W(a.format,a.extensions):void 0},a?.signal)}getTemplates(e){return this.network.post({o:"weDoc",f:"getTemplates"},e?.signal)}createFile(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"createFile"},a?.signal)}createFolder(e,a){return this.network.postCSRF({...e,format:a?.format,o:"weDoc",f:"createFolder"},a?.signal)}updateFile(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"updateFile"},a?.signal)}listMy(e,a){return this.network.post({...e,format:W(a?.format??G.LIST,a?.extensions),o:"object",f:"list",namespace:"weDoc",view:"my"},a?.signal)}listSharedWithMe(e,a){return this.network.post({...e,format:W(a?.format??G.LIST,a?.extensions),o:"object",f:"list",namespace:"weDoc",view:"sharedWithMe"},a?.signal)}folderPath(e,a){return this.network.post({...e,format:a?.format,o:"weDoc",f:"folderPath"},a?.signal)}getFolders(e,a){return this.network.post({...e,format:W(a?.format??G.LITTLE,a?.extensions),o:"object",f:"list",namespace:"weDoc",view:"folders"},a?.signal)}moveFile(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"moveFile"},a?.signal)}deleteFolder(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"deleteFolder"},a?.signal)}moveFolder(e,a){return this.network.postCSRF({...e,o:"weDoc",f:"moveFolder"},a?.signal)}}class Gs 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 Bn{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 ru(this),this.admin={advanced:new Ei(this),license:new Di(this),logs:new Ii(this),store:new Pi(this),utils:new Oi(this)},this.animations=new lu(this),this.application=new es(this),this.article=new os(this),this.articleTranslation=new $u(this),this.asei=new Zu(this),this.assetReservation=new is(this),this.audience=new ss(this),this.bbb=new rs(this),this.bookmark=new cs(this),this.businessNetworking=new ls(this),this.calendar=new ds(this),this.community=new ps(this),this.contentFactory=new us(this),this.contentReport=new ms(this),this.publishButton=new Is(this),this.datasource=new hs(this),this.diapazone=new gs(this),this.digitalDesk=new Qu(this),this.drive=new fs(this),this.externalApp=new Ss(this),this.extraBot=new ys(this),this.faq=new ws(this),this.file=new vs(this),this.filebank=new ks(this),this.fileIntegrity=new bs(this),this.fileSync=new Yu(this),this.global=new Cs(this),this.group=new Ts(this),this.intranetPage=new Ku(this),this.jamespot=new xs(this),this.jia=new As(this),this.jitsi=new _s(this),this.jland=new Ls(this),this.lucca=new Fs(this),this.magicPad=new Xu(this),this.mediaLibrary=new em(this),this.messenger=new am(this),this.menu=new tm(this),this.module=new Rs(this),this.newsflash=new nm(this),this.object=new js(this),this.office=new om(this),this.onlyOffice=new im(this),this.pollSurvey=new Ds(this),this.questionAnswer=new Ps(this),this.search=new Os(this),this.share=new Ms(this),this.surveyDate=new Us(this),this.taxonomy=new Bs(this),this.teamWorkAi=new Ws(this),this.tvDisplay=new Vs(this),this.twoFactorAuthentication=new sm(this),this.user=new qs(this),this.visioConnect=new rm(this),this.wall=new cm(this),this.wedoc=new Ns(this),this.widget=new Gs(this),this.orgcharts=new Es(this)}}var zs=(n=>(n[n.ABORT=-1]="ABORT",n[n.SUCCESS=0]="SUCCESS",n[n.RATE_LIMIT=429]="RATE_LIMIT",n))(zs||{});class $e{action;window;constructor(e,a="api-front"){this.window=e,this.action=a}static _formatPostOptions(e){const a=e?{body:JSON.stringify(e)}:void 0;return Object.assign({method:"POST",credentials:"same-origin"},a)}async getUrl(e,a,o){const i=await this.window.getBackendUrl();let l;try{const u=new URL(`/${this.action}/${e}/${a}`,i);o&&Object.entries(o).forEach(([m,v])=>{u.searchParams.set(m,v)}),l=u.href}catch{l=`${i}/${this.action}/${e}/${a}`}return l}async getHostname(){const e=await this.window.getBackendUrl(),a=e.split("//");return a[1]??a[0]??e}handleApiResponse(e,a){return this.window.fetch(e,a).then(o=>o.json()).then(o=>{if(o.error===0)return o;throw{error:o.error,errorMsg:o.errorMsg,messages:o.messages}}).catch(o=>{throw a.signal?.aborted?{error:-1,aborted:!0}:(o.error===429&&this.window.tooManyRequest(),o)})}async fetch({o:e,f:a,...o},i){i===void 0&&(i=null);const l=await this.getUrl(e,a);return this.handleApiResponse(l,{...$e._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=$e.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 Js{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()}),B=f(lm),dm=n=>B.safeParse(n).success,Wn=s({id:t(),uri:t(),shortUri:t(),title:t(),name:t(),mainType:t(),type:t(),label:t(),cssClass:t(),cssColor:t(),class:t()}),pm=Wn.extend({title:t()}),Me=f(pm),um=Me.extend({Pseudo:t(),_url:t()}),Vn=f(um),Hs=Me.extend({idspot:t()}),qn=f(Hs),mm=g([Me,Vn,qn]),hm=B.extend({isTechnical:r(),status:r(),image:t(),isMember:d(),stats:p({moderators:r(),members:t()}),_members:y(B)}),gm=Wn.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()}),fm=n=>oe.safeParse(n).success,gt=g([c("de"),c("en"),c("es"),c("fl"),c("fr"),c("it"),c("nl"),c("pl"),c("pt"),c("ro"),c("tr")]),$s={ADMIN:9,USER:5,EXTERNAL:3,GUEST:0},Zs={EXTRABOT:"extraBot"},Sm=B.extend({level:X($s),variant:X(Zs).optional(),dateCreation:t(),dateModified:t()}),I=f(Sm),ym=I.extend({active:r()}),Ye=f(ym),wm=n=>Ye.safeParse(n).success,Qs=Ye,vm=n=>Qs.safeParse(n).success,Ys=s({idInType:r(),lat:r(),lng:r()}),km=n=>Ys.safeParse(n).success,qe=p({title:t(),firstname:t(),lastname:t(),mail:g([t(),U()]).optional(),description:t().optional(),dateOfBirth:t().optional(),phoneNumber:t().optional(),language:gt.optional(),timeZone:t().optional(),mobileNumber:t().optional(),company:t().optional(),country:t().optional(),department:t().optional(),function:t().optional(),webSite:t().optional(),image:g([t(),U()]).optional(),userBanner:g([t(),U()]).optional(),field1:t().optional(),field2:t().optional(),field3:t().optional(),field4:t().optional(),field5:t().optional()}),An=qe.required().extend({level:t(),image:t().optional(),businessManagementManager:I.array().optional(),businessNetworkingUserToCompanySrc:I.array().optional()}),bm=p({user_field_edit_profil:A(qe.keyof(),r()),user_field_editable:A(qe.keyof(),r()),user_field_my_page:A(qe.keyof(),r()),user_page_mandatory_fields:p({firstname:b(["0","1"]),lastname:b(["0","1"]),pseudo:b(["0","1"])})}),Cm=s({name:t(),value:g([t(),A(t(),ye())])}),Tm=b(["popover"]),xm=s({values:An,mobileEditableFields:An.keyof().array()}),Am=s({mail:g([t(),U()]).optional(),title:t(),firstname:t(),lastname:t(),phoneNumber:g([t(),U()]).optional(),company:g([t(),U()]).optional(),function:g([t(),U()]).optional(),uri:g([t(),U()]).optional(),field1:g([t(),U()]).optional(),field2:g([t(),U()]).optional(),field3:g([t(),U()]).optional(),field4:g([t(),U()]).optional(),field5:g([t(),U()]).optional()}),Ks=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()}),_m=n=>Ks.safeParse(n).success,Xs=-1,_n=0,er=5,Ln=1,Fn=2,Rn=10,Lm=s({default:p({mailEnabled:d(),mailFrequency:g([c(_n),c(Ln),c(er),c(Fn),c(Rn)]),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(Xs),c(_n),c(Ln),c(Fn),c(Rn)]),wantActivitySpotit:d(),wantActivityComment:d()})),userNetworkConfigurations:y(p({networkUri:t(),networkTitle:t(),wantMail:d(),wantActivity:d()})),userApplicationConfigurations:y(p({name:t(),title:t(),wantMail:d()}))}),Fm=s({customPrompt:t()}),Rm=s({IdUser:r(),FirstName:t(),LastName:t(),dateModified:r()}),jm=B.extend({description:t().optional().nullable(),_user:I,_right:oe}),Nn=f(jm),Em=n=>Nn.safeParse(n).success,Dm=B.extend({type:b(["folder","rootFolder"]),folderColor:t().optional()}),Ze=f(Dm),Im=B.omit({_url:!0}).extend({mainType:c("network"),type:b(["networkPublic"]),dateModified:t().nullable()}),tr=f(Im),Pm=s({attrName:t(),token:t(),file:Pu(File).nullable().optional(),url:t().optional()}),Ke=s({width:r(),height:r()}),Om=s({type:t(),id:r(),timestamp:t(),imagesize:re(Ke)}),ar=s({x:r(),y:r(),w:r(),h:r(),rotation:r(),killSize:d().optional()}),Mm=["fileArticle","fileComment","fileObject","file","fileDrive"],nr=b(Mm),or=B.extend({mimetype:t(),path:t().optional(),size:r(),mainType:nr}),V=f(or),Um=n=>V.parse(n),Bm=V.extend({_extend:p({crop:ar})}),Wm=f(Bm),Vm=Nn.merge(or),qm=f(Vm),Nm=s({name:t(),filename:t(),dateModified:t(),mimetype:t()}),Gm=s({idUser:t(),dateDownload:t(),Pseudo:t(),type:t()}),zm=s({url:t(),aspectRatio:r()}),ir="og:image",Jm="og:title",Hm="og:url",$m="og:video",Zm="og:description",sr="og:video:height",rr="og:video:width",cr="og:video:url",Gn="og:type",lr=s({[Gn]:c("jamespot"),uri:t(),object:B}),dr=s({[Gn]:c("youtube"),url:t(),title:t(),description:t(),[ir]:t(),[cr]:t(),[rr]:t(),[sr]:t()}),pr=s({uri:t().optional(),url:t().optional(),title:t().optional(),description:t().optional(),count:r().optional(),[Hm]:t().optional(),[Gn]:t().optional(),[Jm]:t().optional(),[Zm]:t().optional(),[ir]:t().optional(),[$m]:t().optional(),[cr]:t().optional(),[rr]:t().optional(),[sr]:t().optional()}),ur=g([lr,dr,pr]),mr=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()}),hr=g([c(0),c(1),c(2),c(3)]),Qm=s({level:hr,user:I}),zn=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 Jn=(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))(Jn||{});const gr=X(Jn);var Hn=(n=>(n[n.SPOT_PRIVATE=0]="SPOT_PRIVATE",n[n.SPOT_PUBLIC=1]="SPOT_PUBLIC",n[n.SPOT_MODERATE=2]="SPOT_MODERATE",n))(Hn||{});const $n=X(Hn),Ym=s({userLevelSpot:zn,spotMinLevelToInvit:r(),userRights:oe,accessRequestStatus:gr.optional(),groupPrivacy:$n}),me=s({value:g([t(),r()]),label:t()}),Zn=s({id:t(),title:t(),enabled:d().optional()}),Qn=s({idSpot:t(),idOrder:t(),idWidget:t(),type:t(),title:t(),url:t(),visible:t()}),fr=g([c("overwrite"),c("author-change")]),Km=s({value:fr,label:t()}),Sr=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(Zn),custom_widgets:A(Qn).or(y(xe())),isArchive:r(),fileSyncVersioningType:Km.array()}),yr=s({url:t(),idUser:r(),send:d().optional(),_user:I.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(yr).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:fr,_options:Sr,_errors:Wi([]),lastRssExecution:A(t()).optional()}),Xm=Zn.array(),eh=mr.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(Qn).optional(),rss_feed:t()}),th=f(eh),ah=s({idWidget:t(),title:t(),url:t(),type:t(),icon:t(),description:t()}),vr=s({id:t(),idorder:r(),label:t()}),nh=s({use:g([d(),r(),t(),E()]),open:g([d(),r(),t(),E()]),list:vr.array()}),oh=B.extend({dateCreation:t(),dateModified:t(),category:r(),privacy:$n,cssColor:t().optional(),unread:r().optional()}),Xe=f(oh),ih=Xe.extend({}),kr=f(ih),sh=kr.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()}),rh=f(sh),ch=s({idSpot:g([t(),r()]),mailFrequency:g([t(),r()]),mailSpotit:d(),mailComment:d(),mailSubscriber:d()}),lh=s({type:t().optional(),format:Qe.optional(),query:t().optional(),limit:r().optional(),page:r().optional(),public:d().optional(),orders:Ae.optional(),filters:Oe.or(U()).optional()}),dh=s({openCategory:d()}),ph=n=>zn.safeParse(n).success,we=g([I,Xe,Ze,tr]);var h=(n=>(n.Accessibility="widget-accessibility",n.Application="widget-application",n.ArticleButton="widget-article-button",n.Button="widget-button",n.ArticleGallery="widget-article-gallery",n.ArticleTitle="widget-article-title",n.ArticleText="widget-article-text",n.ArticleImage="widget-article-image",n.ArticleAttachment="widget-article-attachment",n.ArticleSlider="widget-article-slider",n.CheckList="widget-check-list",n.DatasourceTable="widget-datasource-table",n.ExcelDatasourceTable="widget-excel-datasource-table",n.Presence="widget-presence",n.QuickSurvey="widget-quick-survey",n.Contact="widget-contact",n.ContactCardDav="widget-contact-cardDav",n.CalendarCalDav="widget-calendar-calDav",n.EmailsImap="widget-emails-imap",n.Documents="widget-documents",n.LuccaAbsence="widget-lucca-absence",n.Slider="widget-slider",n.Welcome="widget-welcome",n.UserProfile="widget-user-profil",n.Color="widget-color",n.Birthday="widget-birthday",n.Separator="widget-separator",n.Calendar="widget-calendar",n.Extension="widget-extension",n.Cover="widget-cover",n.Image="widget-image",n.Countdown="widget-countdown",n.Charts="widget-charts",n.Meteo="widget-meteo",n.News="widget-news",n.MyGroup="widget-my-group",n.Newsflash="widget-newsflash",n.SyncContent="widget-sync-content",n.Text="widget-text",n.Embed="widget-embed",n.Youtube="widget-youtube",n.Flockler="widget-flockler",n.Faq="widget-faq",n.Survey="widget-survey",n))(h||{});const Yn=X(h),uh=s({name:Yn,uniqid:t(),content:de().optional()}),mh=p({title:t(),widget:uh}),ft=f(mh),br=b(["left","right","center","justify"]),hh=b(["top","bottom","center","left","right"]),gh=b(["auto","contain","cover"]),Cr=b(["sm","md","lg"]),Kn=b(["h1","h2","h3","h4","h5","h6"]),Tr=b(["contained","outlined"]),xr=b(["link","anchor","popup"]),Ar=s({x:r(),y:r()}),_r=b(["default","vertical"]),F=(n,e,a)=>{const o=e.safeParse(n);return o.success===!1&&a&&console.error(o.error.message),o.success},Lr=(n,e)=>e.safeParse(n).success,Fr=(n,e)=>{const a=e.passthrough().safeParse(n);return a.success?a.data:n},Xn=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()}),fh=s({backgroundImage:Xn}),St=s({fontSize:r().optional(),textColor:t().optional(),padding:r().optional()}),yt=s({name:c(h.Accessibility),uniqid:t(),content:St}),Rr=b(["gallery","list"]),jr=g([c(1),c(2)]),Er=s({tab:c("apps"),name:t(),appId:t().optional(),url:t().optional(),title:t().optional(),targetBlank:d().optional(),noReferer:d().optional()}),Dr=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()}),Ir=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()}),Pr=s({tab:c("extensions"),name:t(),appId:t().optional(),title:t().optional(),url:t().optional(),targetBlank:d().optional(),noReferer:d().optional()}),Or=g([Er,Dr,Ir,Pr]),Sh=n=>n.tab==="apps",yh=n=>n.tab==="links"||n.tab==="default",wh=n=>n.tab==="image",vh=n=>n.tab==="extensions",Mr=s({color:t().optional()}),wt=s({size:jr.optional(),view:Rr.optional(),number:r().optional(),selection:Or.array().optional(),css:Mr.optional()}),vt=s({name:c(h.Application),uniqid:t(),content:wt}),kt=s({files:V.array().optional(),fileDisplay:b(["list","gallery"]).optional()}),bt=s({name:c(h.ArticleAttachment),uniqid:t(),content:kt}),Ur=s({url:t(),target:t()}),Br=s({uniqid:t()}),Wr=s({title:t(),widgets:ft.array()}),Vr=s({text:t().optional(),color:t().optional(),backgroundColor:t().optional(),borderRadius:t().optional(),fontSize:t().optional(),buttonSize:Cr.optional(),variant:Tr.optional(),url:t().optional(),target:t().optional()}),kh=Vr.extend({openingType:xr.optional(),openingTypeLink:Ur.optional(),openingTypeAnchor:Br.optional(),openingTypePopup:Wr.optional()}),Ct=f(kh),Tt=s({name:c(h.ArticleButton),uniqid:t(),content:Ct}),xt=s({gap:t().optional(),column:t().optional(),files:V.array().optional()}),At=s({name:c(h.ArticleGallery),uniqid:t(),content:xt}),_t=s({file:V.optional(),useFilter:d().optional()}),Lt=s({name:c(h.ArticleImage),uniqid:t(),content:_t}),qr=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()}),Ft=s({slides:qr.array().optional(),maxWidth:r().optional(),delay:r().optional(),loop:d().optional(),autoplay:d().optional(),useDots:d().optional(),startAt:r().optional()}),Rt=s({name:c(h.ArticleSlider),uniqid:t(),content:Ft}),jt=s({text:t().optional(),color:t().optional(),fontSize:t().optional(),lineHeight:t().optional(),linkColor:t().optional()}),Et=s({name:c(h.ArticleText),uniqid:t(),content:jt}),Dt=s({text:t().optional(),textAlign:br.optional(),heading:t().optional(),color:t().optional(),backgroundColor:t().optional(),dataCy:t().optional()}),It=s({name:c(h.ArticleTitle),uniqid:t(),content:Dt}),Nr=s({BackgroundOne:t().optional(),TextColorOne:t().optional(),BackgroundTwo:t().optional(),TextColorTwo:t().optional()}),Pt=s({size:ne.number().optional(),css:Nr.optional()}),Ot=s({name:c(h.Birthday),uniqid:t(),content:Pt}),Gr=b(["sm","md","wd","lg"]),zr=b(["left","right","top","bottom"]),Jr=b(["top-left","top","top-right","left","center","right","bottom-left","bottom","bottom-right"]),Hr=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()}),$r=s({padding:t().optional()}),Zr=s({"font-size":t().optional()}),Qr=c("subscribegroup"),Yr=s({id:g([r(),t()]),type:t().optional(),uri:t().optional(),title:t().optional()}),Kr=s({group:Yr.optional()}),Mt=s({name:t().optional(),icon:t().optional(),description:t().optional(),size:Gr.optional(),openingType:t().optional(),href:t().optional(),target:t().optional(),noReferer:d().optional(),position:Jr.optional(),buttonStyle:Hr.optional(),iconPosition:zr.optional(),iconPadding:$r.optional(),iconFontSize:Zr.optional(),actionType:Qr.optional(),action:Kr.optional()}),Ut=s({name:c(h.Button),uniqid:t(),content:Mt}),Bt=p({view:b(["list","month","day","group"]).or(t()).optional(),spotId:r().optional()}),Wt=s({name:c(h.Calendar),uniqid:t(),content:Bt}),Vt=s({calEventsLimit:d().optional(),calEventsLimitValue:r().optional(),calEventsPromptStatus:t().optional()}),qt=s({name:c(h.CalendarCalDav),uniqid:t(),content:Vt}),Xr=s({title:t(),value:d().optional(),links:Un.array().optional(),id:r().optional(),file:V.optional(),user:p({id:r().or(t()),type:c("user"),mainType:c("user")}).optional()}),Nt=s({arr:Xr.array().optional(),css:A(t(),t().or(r())).optional(),widgets:ft.array().optional(),edit:d().optional()}),Gt=s({name:c(h.CheckList),uniqid:t(),content:Nt}),zt=p({backgroundColor:t().optional()}),Jt=s({name:c(h.Color),uniqid:t(),content:zt}),Ht=s({contactLimit:d().optional(),contactLimitValue:r().optional(),contactPromptStatus:t().optional()}),$t=s({name:c(h.ContactCardDav),uniqid:t(),content:Ht}),Zt=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()}),Qt=s({name:c(h.Countdown),uniqid:t(),content:Zt}),Yt=s({id:ne.number().optional(),title:t().optional(),titleHeading:Kn.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()}),Kt=s({name:c(h.Cover),uniqid:t(),content:Yt}),ec=b(["date","date-time","date-time-sec","time","time-sec"]),tc=b(["fr-FR","en-EN","filesize"]),ac=s({}),nc=s({type:c("text")}),oc=s({label:t(),value:t()}),ic=s({type:c("select"),options:oc.array()}),sc=s({type:c("date")}),rc=g([nc,ic,sc,ac]),eo=s({name:t().optional(),isVisible:d().optional(),textEllipsis:d().optional(),label:t().optional(),dateFormat:ec.optional(),numberFormat:tc.optional(),sortByCreationDate:d().optional()}),bh=eo.array(),cc=b(["text","uri","file","select","url","transient","date","datetime","email","number","title"]),Ch=s({name:t(),label:t(),sortable:d().optional(),type:cc,widget:rc}),lc=s({limit:r().or(d()).optional(),tableColumnsData:eo.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()}),Th=lc.extend({uri:t().optional()}),et=f(Th),Xt=s({name:c(h.DatasourceTable),uniqid:t(),content:et}),ea=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()}),ta=s({name:c(h.Documents),uniqid:t(),content:ea}),aa=s({emailsLimit:d().optional(),emailsLimitValue:r().optional(),emailsPromptStatus:t().optional()}),na=s({name:c(h.EmailsImap),uniqid:t(),content:aa}),oa=s({text:t().optional()}),ia=s({name:c(h.Embed),uniqid:t(),content:oa}),sa=et,ra=s({name:c(h.ExcelDatasourceTable),uniqid:t(),content:sa}),ca=s({extensionName:t().optional()}),la=s({name:c(h.Extension),uniqid:t(),content:ca}),xh=s({absentUntil:t(),period:t().array(),title:t(),uri:t()}),da=s({url:t().optional()}),pa=s({name:c(h.LuccaAbsence),uniqid:t(),content:da}),We=s({id:ne.string(),uri:t(),title:t()}),ua=s({selections:y(t()).optional(),selection:t().optional(),view:b(["list","gallery"]).optional(),display:ne.string().optional(),number:Y(),orientation:b(["left","right"]).optional(),listArticleDisplayMode:b(["short","full"]).optional(),order:b(["dateCreation","dateLastEvent"]).optional(),types:y(t()).optional(),limit:Y(),taxonomiesSelected:y(We).optional(),keywordsList:y(We).optional(),keywordsMandatories:y(We).optional(),filters:y(We).optional(),showKeywordsMandatories:ge().optional(),useHighlight:ge().optional(),useHighlightOption:b(["latest","custom"]).optional(),useHighlightCustomValue:t().optional(),hideDate:ge().optional(),hideImage:ge().optional(),hideDesc:ge().optional(),showMore:ge().optional(),titleColor:t().optional(),textColor:t().optional(),css:A(t(),t().or(r())).optional()}),ma=s({name:c(h.News),uniqid:t(),content:ua}),ha=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()}),ga=s({name:c(h.Newsflash),uniqid:t(),content:ha}),ae=d().or(c(0)).or(c(1)),tt=s({limit:d().or(r()).optional(),limitValue:r().optional(),closing:ae.optional(),isClosed:ae.optional()}),Ah=n=>Lr(n,tt),fa=s({name:c(h.Presence),uniqid:t(),content:tt}),_h=n=>F(n,fa),dc=s({id:r(),type:t(),uniqid:t(),value:r()}),Lh=n=>F(n,dc),pc=s({userValue:r(),userAvailableList:I.array(),userUnavailableList:I.array(),userAvailableTotal:r(),userUnavailableTotal:r()}),Fh=n=>F(n,pc),Rh=s({data:I.array(),cnt:r(),page:r(),limit:r()}),uc=s({title:t(),id:r().optional(),mimetype:t().optional(),file:V.optional(),uuid:t().optional()}),Sa=s({arr:uc.array().optional(),css:A(t(),t().or(r())).optional(),widgets:ft.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()}),ya=s({name:c(h.QuickSurvey),uniqid:t(),content:Sa}),jh=s({userList:I.array(),counter:r()}),Eh=s({totalRespondent:r(),totalResponse:r(),userLoggedResponses:t().array(),userResponses:jh.array()}),Dh=s({data:I.array(),cnt:r(),page:r(),limit:r()}),mc=b(["horizontal","vertical"]),hc=b(["top-left","top-center","top-right","center-left","center","center-right","bottom-left","bottom-center","bottom-right"]),wa=p({color:t().optional(),size:r().optional(),orientation:mc.optional(),align:hc.optional()}),va=s({name:c(h.Separator),uniqid:t(),content:wa}),gc=s({id:ne.number().optional(),title:t().optional(),titleHeading:Kn.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()}),ka=s({slides:gc.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()}),ba=s({name:c(h.Slider),uniqid:t(),content:ka}),Ca=s({uri:t().optional(),name:t().optional()}),to=s({name:c(h.SyncContent),uniqid:t(),content:Ca}),Ta=s({text:t().optional(),padding:r().optional(),css:A(t(),t().or(r())).optional()}),xa=s({name:c(h.Text),uniqid:t(),content:Ta}),Aa=s({buttonName:ne.string().optional(),pictureSize:t().optional(),css:A(t(),t().or(r())).optional()}),_a=s({name:c(h.UserProfile),uniqid:t(),content:Aa}),La=s({message:t().optional(),buttonName:ne.string().optional(),lineBreak:ge().optional(),position:t().optional(),css:A(t(),t().or(r())).optional()}),Fa=s({name:c(h.Welcome),uniqid:t(),content:La}),fc=b(["pie","column","line"]),Sc=s({name:t().optional(),y:r().optional(),color:t().optional()}),yc=s({name:t().optional(),data:g([r().array(),Sc.array()]).optional(),color:t().optional()}),Ra=s({type:fc.optional(),title:t().optional(),subtitle:t().optional(),series:yc.array().optional(),colors:t().array().optional(),legend:d().optional(),tooltip:t().optional(),css:A(t(),t().or(r())).optional(),data:de().array().optional()}),ja=s({name:c(h.Charts),uniqid:t(),content:Ra}),wc=s({insee:t(),title:t()}),Ih=s({insee:t(),title:t(),nid:t()}),Ea=s({backgroundColor:t().optional(),location:wc.optional()}),Da=s({name:c(h.Meteo),uniqid:t(),content:Ea}),Ia=s({display:t().optional()}),Pa=s({name:c(h.MyGroup),uniqid:t(),content:Ia}),Oa=s({id:Y(),type:t().optional(),imagesize:s({width:ne.number(),height:ne.number()}).optional(),urlMode:d().optional(),urlValue:t().optional(),urlWidthValue:Y(),urlHeightValue:Y(),urlLeftValue:Y(),urlTopValue:Y(),urlScaleValue:Y(),adjust:Y(),imageSize:Y(),backgroundPosition:b(["left","center","right"]).optional(),verticalAlign:b(["top","center","bottom"]).optional(),borderRadius:Y(),advancedSettings:Y(),css:A(t(),t().or(r())).optional(),click:b(["yes","no"]).optional(),href:t().optional(),target:t().optional(),anchor:t().optional()}),Ma=s({name:c(h.Image),uniqid:t(),content:Oa}),vc=s({background:t().optional(),backgroundCardContact:t().optional(),linkColor:t().optional(),textNameColor:t().optional(),buttonColor:t().optional()}),Ua=s({usersUri:t().array().optional(),displayFields:t().array().optional(),css:vc.optional()}),Ph=A(t(),t()),Oh=p({id:r(),firstname:t().optional(),lastname:t().optional(),notActive:c("USER_Not_Active").optional(),notIncontact:c("USER_Not_In_Contact").optional()}).passthrough(),Ba=s({name:c(h.Contact),uniqid:t(),content:Ua}),Wa=s({url:t()}),Va=s({name:c(h.Flockler),uniqid:t(),content:Wa}),qa=s({uri:t().optional(),title:t().optional(),hideCover:d().optional(),allowComment:d().optional(),openThemes:t().array().optional()}),Na=s({name:c(h.Faq),uniqid:t(),content:qa}),Ga=s({uri:t().optional(),surveySelected:p({uri:t()}).array().optional()}),Mh=n=>n.uri!==void 0&&n.uri!==""?n.uri:n.surveySelected?.[0]?.uri,za=s({name:c(h.Survey),uniqid:t(),content:Ga}),Ja=s({sourceUrl:t().optional()}),Ha=s({name:c(h.Youtube),uniqid:t(),content:Ja}),kc=g([p({layers:t().array().optional()}).and(vt),p({layers:t().array().optional()}).and(bt),p({layers:t().array().optional()}).and(Tt),p({layers:t().array().optional()}).and(Ut),p({layers:t().array().optional()}).and(At),p({layers:t().array().optional()}).and(Lt),p({layers:t().array().optional()}).and(It),p({layers:t().array().optional()}).and(Et),p({layers:t().array().optional()}).and(ta),p({layers:t().array().optional()}).and(Qt),p({layers:t().array().optional()}).and(Rt),p({layers:t().array().optional()}).and(Gt),p({layers:t().array().optional()}).and(Xt),p({layers:t().array().optional()}).and(ra),p({layers:t().array().optional()}).and(fa),p({layers:t().array().optional()}).and(ya),p({layers:t().array().optional()}).and(qt),p({layers:t().array().optional()}).and($t),p({layers:t().array().optional()}).and(na),p({layers:t().array().optional()}).and(pa),p({layers:t().array().optional()}).and(_a),p({layers:t().array().optional()}).and(yt),p({layers:t().array().optional()}).and(Ot),p({layers:t().array().optional()}).and(Jt),p({layers:t().array().optional()}).and(va),p({layers:t().array().optional()}).and(ba),p({layers:t().array().optional()}).and(Fa),p({layers:t().array().optional()}).and(la),p({layers:t().array().optional()}).and(Wt),p({layers:t().array().optional()}).and(Kt),p({layers:t().array().optional()}).and(ja),p({layers:t().array().optional()}).and(Da),p({layers:t().array().optional()}).and(Pa),p({layers:t().array().optional()}).and(Ma),p({layers:t().array().optional()}).and(Ba),p({layers:t().array().optional()}).and(ma),p({layers:t().array().optional()}).and(ga),p({layers:t().array().optional()}).and(to),p({layers:t().array().optional()}).and(xa),p({layers:t().array().optional()}).and(ia),p({layers:t().array().optional()}).and(Va),p({layers:t().array().optional()}).and(Na),p({layers:t().array().optional()}).and(za),p({layers:t().array().optional()}).and(Ha)]),bc=1,Cc=2,Tc=3,xc=4,Ac=g([c(bc),c(Cc),c(Tc),c(xc)]),le=s({title:t(),level:Ac.optional(),widget:kc}),R=s({widgets:le.array().optional()}),_c=g([R.extend(wt.shape),R.extend(kt.shape),R.extend(Ct.shape),R.extend(Mt.shape),R.extend(xt.shape),R.extend(_t.shape),R.extend(jt.shape),R.extend(Dt.shape),R.extend(Ft.shape),R.extend(Nt.shape),R.extend(Zt.shape),R.extend(et.shape),R.extend(sa.shape),R.extend(ea.shape),R.extend(tt.shape),R.extend(Sa.shape),R.extend(Vt.shape),R.extend(Ht.shape),R.extend(aa.shape),R.extend(da.shape),R.extend(ka.shape),R.extend(La.shape),R.extend(Aa.shape),R.extend(St.shape),R.extend(Pt.shape),R.extend(zt.shape),R.extend(wa.shape),R.extend(Yt.shape),R.extend(Ra.shape),R.extend(Ea.shape),R.extend(Ia.shape),R.extend(Oa.shape),R.extend(Ua.shape),R.extend(ua.shape),R.extend(ha.shape),R.extend(ca.shape),R.extend(Bt.shape),R.extend(Ca.shape),R.extend(Ta.shape),R.extend(oa.shape),R.extend(Wa.shape),R.extend(qa.shape),R.extend(Ga.shape),R.extend(Ja.shape)]),Uh=s({[h.Application]:vt,[h.ArticleButton]:Tt,[h.Button]:Ut,[h.ArticleGallery]:At,[h.ArticleTitle]:It,[h.ArticleText]:Et,[h.ArticleImage]:Lt,[h.ArticleAttachment]:bt,[h.ArticleSlider]:Rt,[h.CheckList]:Gt,[h.Countdown]:Qt,[h.DatasourceTable]:Xt,[h.ExcelDatasourceTable]:ra,[h.Presence]:fa,[h.QuickSurvey]:ya,[h.Documents]:ta,[h.CalendarCalDav]:qt,[h.ContactCardDav]:$t,[h.EmailsImap]:na,[h.LuccaAbsence]:pa,[h.Slider]:ba,[h.Welcome]:Fa,[h.UserProfile]:_a,[h.Accessibility]:yt,[h.Birthday]:Ot,[h.Color]:Jt,[h.Separator]:va,[h.Extension]:la,[h.Calendar]:Wt,[h.Cover]:Kt,[h.Charts]:ja,[h.Meteo]:Da,[h.MyGroup]:Pa,[h.Image]:Ma,[h.Contact]:Ba,[h.News]:ma,[h.Newsflash]:ga,[h.SyncContent]:to,[h.Text]:xa,[h.Embed]:ia,[h.Flockler]:Va,[h.Faq]:Na,[h.Survey]:za,[h.Youtube]:Ha}),Lc=s({[h.Application]:wt,[h.ArticleButton]:Ct,[h.Button]:Mt,[h.ArticleGallery]:xt,[h.ArticleTitle]:Dt,[h.ArticleText]:jt,[h.ArticleImage]:_t,[h.ArticleAttachment]:kt,[h.ArticleSlider]:Ft,[h.CheckList]:Nt,[h.DatasourceTable]:et,[h.ExcelDatasourceTable]:sa,[h.Presence]:tt,[h.QuickSurvey]:Sa,[h.CalendarCalDav]:Vt,[h.ContactCardDav]:Ht,[h.Countdown]:Zt,[h.EmailsImap]:aa,[h.LuccaAbsence]:da,[h.Slider]:ka,[h.Welcome]:La,[h.UserProfile]:Aa,[h.Accessibility]:St,[h.Birthday]:Pt,[h.Color]:zt,[h.Separator]:wa,[h.Extension]:ca,[h.Calendar]:Bt,[h.Cover]:Yt,[h.Charts]:Ra,[h.Meteo]:Ea,[h.MyGroup]:Ia,[h.Image]:Oa,[h.Contact]:Ua,[h.News]:ua,[h.Newsflash]:ha,[h.SyncContent]:Ca,[h.Text]:Ta,[h.Documents]:ea,[h.Embed]:oa,[h.Flockler]:Wa,[h.Faq]:qa,[h.Survey]:Ga,[h.Youtube]:Ja}),Bh=n=>{const a=Lc.shape[n.name];return a?{...n,content:Fr(n.content,a)}:n},ao=s({busy:g([d(),U()]).optional(),loading:g([d(),U()]).optional(),initialized:g([d(),U()]).optional(),mounted:g([d(),U()]).optional(),hover:g([d(),U()]).optional(),empty:d().optional(),locked:d().optional(),lastUpdatedTimestamp:g([r(),U()]).optional(),isNewlyAdded:g([d(),U()]).optional()}),Wh=B.extend({dateCreation:t(),dateModified:t(),mainType:c("article")}),H=f(Wh),no=H.extend({description:t().nullable().optional(),_user:I,_right:oe,_audience:we.array(),image:Ke.optional(),articleWidgets:le.array().optional(),metas:ur.optional(),edito:t().optional()}),O=f(no),Vh=O.extend({_attachedFiles:V.array(),tags:Me.array().optional(),processContext:E().optional(),_transientCtx:E().optional(),uiObjectLink:B.array().optional()}),q=f(Vh),qh=O.extend({type:c("internalDraft"),hasRightToPublishType:d()}),oo=f(qh),Nh=q.extend(oo.shape).extend({type:c("internalDraft"),idDraft:r(),form:A(t(),ye())}),Fc=f(Nh),Gh=s({type:t().optional(),query:t().optional(),limit:r().optional(),page:r().optional(),orders:Ae.optional(),filters:Oe.optional(),public:d().optional()}),zh=s({uri:t().optional(),idArticle:r().optional()}),at=s({title:t().optional(),description:t().nullable().optional(),type:t().optional(),publishTo:t().optional(),idSpot:y(t()).optional()}),Jh=s({id:r(),type:t(),dateCreation:t(),dateModified:t(),title:t(),uri:t()}),Hh=s({attachment:d().optional(),idArticle:r(),limits:p({max:r(),start:r()}).optional()}),$h=s({token:t(),content:t(),idArticle:r(),sendAlert:d(),alertAuthor:d(),widgets:le.array().optional(),type:g([c("comment"),c("commentResponse")]).optional()}),Zh=s({token:t().optional(),description:t().optional(),idComment:r(),widgets:le.array().optional()}),Qh=s({idUser:t(),dateRead:t(),Pseudo:t(),type:t()}),Yh=Ze.extend(no.shape).extend({_nbItems:r(),parentURI:t().optional(),type:Ze.shape.type}),Rc=f(Yh);var $a=(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))($a||{});const jc=X($a),io=s({title:t()}).array(),so=s({title:t()}).array(),ro=s({title:t()}).array(),co=s({title:t()}).array(),lo=s({type:p({on:t(),off:t()}),size:r().array(),index:r()}),po=s({start:p({title:t(),value:r()}),end:p({title:t(),value:r()}),options:p({label:t(),value:r()}).array()}),uo=t(),mo=t(),ho=t().array(),go=s({lines:p({title:t()}).array(),rows:p({title:t()}).array()}),fo=s({lines:p({title:t()}).array(),rows:p({title:t()}).array()}),Kh=g([io,so,ro,co,lo,po,uo,mo,ho,go,fo]),So=s({lengthMin:d(),lengthMinValue:r(),lengthMax:d(),lengthMaxValue:r()}),yo=s({types:p({on:t(),off:t()}).array()}),wo=s({arr:p({label:t(),value:r()}).array()}),vo=s({length:d(),lengthMin:r(),lengthMax:r()}),ko=s({length:d(),lengthMin:r(),lengthMax:r()}),bo=s({limit:r().or(d()),limitValue:r(),arr:p({name:t(),active:d(),mimetype:t()}).array()}),Co=s({forceResponse:d()}),To=s({forceResponse:d()}),Xh=g([So,yo,wo,vo,ko,bo,Co,To]),ee=s({mandatory:d(),condition:d(),uniqid:t(),label:t(),description:t(),name:jc,extraParams:p({}).optional(),widgetOptions:p({}).optional()}),Ec=ee.extend({name:c("binary"),data:io}),Dc=ee.extend({name:c("select"),data:so}),Ic=ee.extend({name:c("radio"),data:ro}),Pc=ee.extend({name:c("check"),data:co,widgetOptions:So}),Oc=ee.extend({name:c("rate"),data:lo,widgetOptions:yo}),Mc=ee.extend({name:c("scale"),data:po,widgetOptions:wo}),Uc=ee.extend({name:c("text"),data:uo,widgetOptions:vo}),Bc=ee.extend({name:c("textarea"),data:mo,widgetOptions:ko}),Wc=ee.extend({name:c("file-upload"),data:ho,widgetOptions:bo}),Vc=ee.extend({name:c("grid-radio"),data:go,widgetOptions:To}),qc=ee.extend({name:c("grid-check"),data:fo,widgetOptions:Co}),Nc=g([Ec,Dc,Ic,Pc,Oc,Mc,Uc,Bc,Wc,Vc,qc]),xo=s({uniqid:t(),title:t(),fields:Nc.array()}),Gc=s({name:t(),value:r(),state:b(["open","responded","closed"])}),eg=H.extend({type:c("pollSurvey"),banner:t().optional(),bannerPdf:t().optional()}),zc=f(eg),tg=O.extend(zc.shape).extend({anonymousResponse:E(),multipleResponse:r(),publicResults:t().nullable(),pollProgression:p({colors:A(t(),t()),maxRespondentsValue:r(),countRespondentsValue:r()}),pollResponseShowProgression:r(),dateEnd:t(),status:Gc}),Ao=f(tg),ag=q.extend(Ao.shape).extend({pollContent:xo.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()}),Jc=f(ag),ng=Object.values($a),Hc=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&&ng.includes(i.name)):!1}):!1},$c=n=>Hc(n),og=n=>{if(typeof n!="object"||n===null)return!1;const e=n;return e.type!=="pollSurvey"||typeof e.title!="string"?!1:Hc(e.data)},ig=(n,e)=>e==="pollSurvey"?$c(n):!1,sg=ue.extend({mainType:c("link"),srcId:r(),srcType:t(),targetId:r(),targetType:t().nullable()}),Za=f(sg),rg=Za.extend({value:de().nullable(),_src:B.optional(),_target:B.optional()}),cg=f(rg),lg=Za.extend({value:r().optional(),_src:I.optional(),_target:B.optional()}),Zc=f(lg),Ne=n=>{const e=n??B.or(I);return Za.extend({value:t().nullable(),_src:e.optional(),_target:e.optional().or(U()),bookmarkUrl:t().optional().nullable(),bookmarkOrder:r().optional(),bookmarkLabel:t().optional(),bookmarkMeta:t().optional().nullable(),url:t().optional().nullable(),type:c("bookmarkLink")})},Qc=n=>p({id:r(),mainType:t(),type:t(),uri:t(),_values:p({dateCreation:t(),dateModified:t()}).optional(),srcId:r(),srcType:t(),targetId:r(),targetType:t().nullable(),value:t().nullable(),_cssColor:t(),_cssClass:t(),_src:(n??B).optional(),_target:(n??B).optional(),bookmarkUrl:t().optional().nullable(),bookmarkOrder:t().optional(),bookmarkLabel:t().optional(),bookmarkMeta:t().optional().nullable(),url:t().optional().nullable()});var _o=(n=>(n.RAW_LIST="raw-list",n.LIST="list",n))(_o||{});const dg=s({targetId:r(),targetType:t(),format:X(_o).optional()}),pg=p({"raw-list":Ne(),list:Qc()}),ug=p({bookmarkLabel:Ne(B).shape.bookmarkLabel,bookmarkMeta:Ne(B).shape.bookmarkMeta,bookmarkUrl:Ne(B).shape.bookmarkUrl}),Yc=s({type:c("text")}),Kc=t(),Xc=s({type:c("textarea"),params:p({class:c("mceEditor"),mention:c("1")}).optional()}),el=t().nullable(),tl=s({type:c("number")}),al=r(),nl=s({type:c("color"),options:p({colors:t(),defaultColor:t()})}),ol=s({type:c("date"),format:t()}),il=t().nullable(),sl=s({type:c("datetime")}),rl=t().nullable(),cl=s({type:c("datePicker")}),ll=t().nullable(),dl=r(),pl=s({type:c("audience"),options:p({disableEveryoneAudience:d().optional(),views:b(["folder","user","group","businessContact"]).array().optional()}).optional()}),ul=s({type:c("link")}),ml=s({type:c("multiattribute")}),hl=s({type:c("file")}),gl=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()}),Sl=s({type:c("embed")}),yl=s({type:c("iframeVideo")}),wl=s({type:c("email")}),vl=t(),kl=s({type:c("url"),params:p({target:c("_blank").optional()})}),bl=t(),Cl=s({type:c("place"),options:A(t(),ye())}),Tl=s({type:c("refUser")}),xl=s({type:c("transient")}),Al=s({type:c("radio"),options:A(t(),ye())}),_l=s({type:c("checkbox"),options:A(t(),ye())}),Ll=s({type:c("taxonomy"),params:p({idTaxonomy:t(),type:t().optional(),limit:r().optional(),allowOptions:d().optional()}).optional()}),Fl=s({type:c("tel")}),Rl=s({type:c("toggle")}),jl=s({type:c("orientedlinks"),params:p({"jcomplete-multiple":g([c("0"),c("1")]),showAdd:g([c("0"),c("1")]),supportedTypes:y(t())}).optional()}),El=s({type:c("uri"),params:p({class:t(),"jcomplete-url":t(),type:t()}).optional()}),mg=g([Yc,Xc,tl,ol,sl,cl,fl,Sl,yl,wl,kl,Tl,Al,_l,jl,Ll,El,xl,ml,Fl,Rl,Cl,nl,ul,hl,gl,pl]),hg=g([dl,ll,rl,il,vl,al,el,Kc,bl]),Dl=s({interval:r(),useInterval:r()}),it=s({source:t()}),Il=s({image:it,banner:it,cover:it.optional(),display:t().optional()}),Pl=s({id:r(),type:t(),uri:t(),title:t(),description:t(),_url:t(),display:t(),urlAction:t(),actionName:t(),sources:Il}),gg=s({properties:Dl,results:y(Pl)}),Ol=0,Ml=1,Ul=2,Bl=3,Wl=s({label:t(),entries:y(t())}),fg=s({writeRight:g([c(Ol),c(Ml),c(Ul),c(Bl)]),writeRightSelector:y(we),useCustom:d(),sections:y(Wl),otherEnabledEntries:y(t()),disabledEntries:y(t())}),Sg=s({countActiveUsersWithoutLicense:r().optional(),countLicensesAssigned:r(),countLicensesNotAssigned:r()}),yg=s({name:t(),operator:t(),value:r()}),wg=A(r()),vg=s({id:r(),kind:t(),dateCreation:t(),idFeature:r(),uri:t(),contentId:r(),contentType:t(),status:r()}),Vl=s({id:r(),kind:t(),dateCreation:t(),idFeature:r(),uri:t(),contentId:r(),contentType:t(),status:r()}),kg=s({dateCreation:t(),action:t(),idUser:r(),pseudo:t(),level:r(),ip:t(),url:t(),extended:t().optional()}),bg=s({dateCreation:t(),action:t(),mainType:t(),idObject:r(),typeObject:t(),mail:t().optional(),url:t(),extended:t().optional()}),Cg=s({dateCreation:t(),type:t(),msg:t()}),Tg=s({uri:t(),title:t(),price:r(),image:t(),license:d()}),xg=s({url:t()}),ql=s({sref:t().optional(),href:t().optional(),idDiv:t(),label:t(),icon:t(),licenseMode:g([c("classic"),c("article")]).optional(),hook:t().optional()}),Nl=s({name:t(),label:t(),icon:t(),color:Wi([t(),t(),t()]),state:t().optional(),access:d(),url:t().optional(),tabs:y(ql).optional()}),Ag=Nl.array(),Gl=b(["Autumn","BackToSchool","Birthday","Celebration","Christmas","CustomAnimation","EasterEggs","Eastern","HappyNewYear","Halloween","LaborDay","Maythefourth","Movember","MusicFestival","Olympics","PinkOctober","Spring","Summer","Winter","NationalHoliday"]),_g=s({name:Gl,activeClickEffect:r(),activeDecor:r(),decorLoader:re(d()),auto:d(),audience:y(t())}),zl=s({date:t(),number:r()}),Lg=ue.extend({type:c("animationStat"),mainType:c("animationStat"),animationName:t(),dateStart:t(),dateEnd:t().nullable(),auto:d(),stats:y(zl),animAudience:y(t())}),Fg=f(Lg),Jl=s({code:gt,label:t()}),Hl=s({language:gt,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()}),Rg=s({languages:Jl.array(),translations:Hl.array()}),$l=g([c("created"),c("validated"),c("handled")]),jg=q.extend({type:c("aseiClearanceTicket"),aseiClearanceTicketValidator:I.array(),aseiClearanceTicketHandler:B.array().optional(),aseiClearanceTicketApplicationManagers:B.array().optional(),aseiClearanceTicketInstitution:B.array(),aseiClearanceTicketNatureOfDemand:t(),aseiClearanceTicketInternetAccess:t(),aseiClearanceTicketInternetAccessSpecify:t().optional(),aseiClearanceTicketMicrosoftTeams:t().nullable(),aseiClearanceTicketVariousNetworks:t().nullable(),aseiClearanceTicketFreeText:t().optional(),aseiClearanceTicketOfficeAccess:t().nullable(),aseiClearanceTicketSharedDirectoriesSpecify:t().optional(),aseiClearanceTicketBlueKanGo:t().nullable(),aseiClearanceTicketAccounting:t(),aseiClearanceTicketAccountingBudget:t(),aseiClearanceTicketTransfers:t().nullable(),aseiClearanceTicketBilling:t(),aseiClearanceTicketPayroll:t(),aseiClearanceTicketPayrollBudget:t(),aseiClearanceTicketAccommodationCosts:t(),aseiClearanceTicketCommercialManagement:t(),aseiClearanceTicketInventoryManagement:t(),aseiClearanceTicketTimeManagement:t(),aseiClearanceTicketBdes:t(),aseiClearanceTicketMandateStart:t().nullable().optional(),aseiClearanceTicketMandateEnd:t().nullable().optional(),aseiClearanceTicketIndicatorsPlatform:t().nullable(),aseiClearanceTicketBudgetLetters:t(),aseiClearanceTicketComputerisedFile:t().nullable(),aseiClearanceTicketRecruiterAccess:t().nullable(),aseiClearanceTicketTypeOfWorkContractFrom:E().optional(),aseiClearanceTicketTypeOfWorkContractTo:E().optional(),aseiClearanceTicketLastName:t(),aseiClearanceTicketFirstName:t(),aseiClearanceTicketUser:I.array().optional(),aseiClearanceTicketTypeOfWorkContract:t(),aseiClearanceTicketTypeOfWorkContractSpecify:t().optional(),aseiClearanceTicketPosition:t(),aseiClearanceTicketStatus:$l}),Zl=f(jg),Eg=q.extend({type:c("aseiInstitution"),aseiInstitutionValidator:B.array()}),Ql=f(Eg),Dg=s({dsi:t(),gestionnaireApplicatif:t(),createurDemande:t()}),Ig=s({accessWriter:d(),accessApp:d()}),Pg=s({description:t(),right:p({manage:d()}),daysOff:y(t()).optional(),weekEnd:g([c("0"),c("1")]),bookingOpeningTime:t(),bookingClosingTime:t(),lastBookingSchedule:t()}),Og=O.extend({type:c("bookableAsset"),_isColorDark:d().nullable(),assetPlannerBackgroundColor:t().nullable()}),Qa=f(Og),Mg=O.extend(Qa.shape).extend({assetBanner:V.array()}),Yl=f(Mg),Ug=O.extend({type:c("reservation"),dateStart:t(),dateEnd:t(),reservationCancelled:d(),_asset:Qa}),Kl=f(Ug),Ya=b(["pending","success","error"]),Bg=s({errorMsg:t().optional(),jobUid:t(),state:Ya,start:r().int().positive(),end:r().int().positive().optional(),value:t().optional()}),Wg=p({token:t(),fullname:t()}),Vg=p({redirectUrl:t()}),qg=p({token:t()}),Ng=p({dateStart:t(),title:t()}),Gg=y(I),zg=H.extend({type:c("businessContactCard")}),Lo=f(zg),Jg=O.extend(Lo.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()}),Xl=f(Jg),Hg=O.extend({dateEnd:t().optional(),type:c("boardCard"),_board:H.optional()}),ed=f(Hg),$g=q.extend(ed.shape).extend({members:I.array(),rolesPersons:de().optional(),uriBoard:de().optional(),uriList:de().optional(),color:t().optional(),cardCover:de().optional(),estimatedTime:de().optional()}),Zg=f($g),Qg=s({title:t(),color:t(),parts:r(),displayValue:r()}),Yg=s({type:t()}),Kg=s({}),Xg=s({start:d(),startDate:t(),pause:d(),stop:d(),seconds:r()}),ef=s({arr:Qg.array(),tabs:Yg.array(),animations:Kg.array(),visio:E(),presence:p({}),status:Xg}),tf=O.extend({type:c("animatedMeeting"),dateStart:t(),animatedMeetingContent:ef}),Ka=f(tf),af=q.extend(Ka.shape).extend({animatedMeetingStarted:E().optional(),useWorkAdventure:E(),animatedMeetingReport:E().optional(),animatedMeetingReportVersion:E(),animatedMeetingStats:E().optional(),animatedMeetingReactions:E().optional()}),Fo=f(af),nf=p({_extend:p({status:t(),statusValue:c(1).or(c(2)).or(c(3)),date:t()}),_audienceLeft:r()}),Xa=H.extend({type:c("socialEvent")}),of=O.extend(Xa.shape).extend({place:t(),address:t(),dateStart:t(),dateEnd:t(),noGestion:d(),urlGestion:t().optional(),allDay:d(),textColor:t(),backgroundColor:t(),qrCodeValue:t().optional()}),_e=f(of),sf=n=>_e.safeParse(n).success,rf=q.extend(_e.shape).extend({allDay:d(),useQrcode:d().optional(),bgColor:t().optional(),socialEventUseCeiling:d(),socialEventCeiling:r().nullable().optional(),hideFromCalendar:d(),urlGestion:t().optional(),webinarUrlForGuests:t().optional().nullable()}),Le=f(rf),cf=n=>Le.safeParse(n).success,Ro=p({title:t().min(1),dateStart:t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),dateEnd:t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),allDay:d().optional(),place:t().optional().nullable(),address:t().optional().nullable(),description:t().optional(),socialEventUseCeiling:d().optional(),socialEventCeiling:r().nullable().optional(),publishTo:t().optional(),textColor:t().optional().nullable(),bgColor:t().optional().nullable(),hideFromCalendar:d().optional(),noGestion:d().optional(),uiObjectLink:t().optional(),useQrcode:d().optional(),urlGestion:t().optional(),type:c("socialEvent"),token:t()}).refine(n=>{const e=new Date(n.dateStart),a=new Date(n.dateEnd);return e.getTime()<=a.getTime()},"The start date must be before the end date."),lf=Ro.and(p({sendAlert:b(["1","0"]).optional(),alertAuthor:b(["1","0"]).optional(),idDraft:r().optional()})),df=Ro.and(p({uri:t()})),pf=_e.extend({type:c("meeting")}),nt=f(pf),uf=n=>nt.safeParse(n).success,mf=Le.omit({socialEventUseCeiling:!0,socialEventCeiling:!0,hideFromCalendar:!0}).extend(nt.shape).extend({agenda:t().optional(),report:t().optional(),reportFile:V.nullable()}),jo=f(mf),Eo=ht(p({title:t().min(1),dateStart:t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),dateEnd:t().regex(/\d{4}-\d{2}-\d{2}( \d{2}:\d{2}:\d{2})?/),allDay:d().optional(),place:t().optional().nullable(),address:t().optional().nullable(),agenda:t().optional(),report:t().optional(),publishTo:t().optional(),textColor:t().optional().nullable(),bgColor:t().optional().nullable(),noGestion:d().optional(),uiObjectLink:t().optional(),urlGestion:t().optional(),type:c("meeting")}).refine(n=>{const e=new Date(n.dateStart),a=new Date(n.dateEnd);return e.getTime()<=a.getTime()},"The start date must be before the end date.")),hf=Eo.and(p({sendAlert:b(["1","0"]).optional(),alertAuthor:b(["1","0"]).optional(),idDraft:r().optional()})),gf=Eo.and(p({uri:t()})),td=O.extend({dateStart:t(),dateEnd:t(),type:c("membogoEvent")}),ff=f(td),Sf=q.extend(ff.shape).extend({place:t().optional(),agenda:t().optional(),textColor:t().optional(),bgColor:t().optional(),noGestion:d().nullable()}),yf=f(Sf);var Do=(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))(Do||{});const Io=X(Do),Po=Xa.extend({type:c("recurringEvent")}),Oo=_e.extend(Po.shape).extend({recurrenceRuleLabel:t()}),wf=Le.extend(Oo.shape).extend({recurrenceRule:Io,recurrenceRuleUntil:t().optional(),hiddenOccurrences:y(t()).optional()}),Mo=f(wf),vf=H.extend({dateStart:t(),dateEnd:t(),type:c("recurringEventOccurrence")}),en=f(vf),kf=en.extend(s({dateModified:E(),dateCreation:E(),id:c(-1),uri:c(""),title:c(""),_url:c(""),type:c("recurringEventOccurrence")}).shape),Uo=f(kf),bf=g([en,Uo]),Cf=O.extend(en.shape),tn=f(Cf),Tf=tn.extend(Uo.shape).extend({title:c(""),description:c(""),image:E(),articleWidgets:E(),_user:xe(),_right:xe()}),Bo=f(Tf),ad=g([tn,Bo]),xf=q.extend(tn.shape),Wo=f(xf),Af=Wo.extend(Bo.shape).extend({_attachedFiles:E(),tags:E(),processContext:E(),_transientCtx:E(),uiObjectLink:E()}),nd=f(Af),od=g([Wo,nd]),id=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:Io,recurrenceRuleUntil:t().optional(),type:c("recurringEvent")}),_f=id.extend({sendAlert:b(["1","0"]).optional(),alertAuthor:b(["1","0"]).optional(),idDraft:r().optional()}),Lf=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."),Ff=id.extend({uri:t(),hiddenOccurrences:y(t()).optional()}),Rf=f(Ff),sd=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()}),jf=n=>sd.safeParse(n).success,Ef=p({maxdate:t().optional(),subscribers:I.array(),subscribersTotal:r()}),Df=g([ed,nt,_e,ad,Ka,td]),If=g([Zg,jo,Le,od,Fo,yf]),Pf=b(["subscribed","unanswered","refused"]),Of=b(["onSpot","visio","hybrid"]),Mf=b(["all","available","presence","onSpot","visio","unavailable","waiting"]),Uf=s({user:I,dateCreation:t().nullable(),isPresent:d()}),Bf=c("read"),rd=s({action:t(),do:t(),type:t(),targetId:r(),targetType:t()}),Vo=s({type:t(),class:t(),isActive:d(),label:t(),cssClass:t(),cssColor:t(),struct:rd,stats:p({total:r()}).optional()}),cd=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:c("socialrate"),avg:r().optional(),nb:r().optional(),value:r().optional()}),ld=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:c("reportaction")}),dd=s({id:t(),label:t(),url:t().optional()}),pd=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:c("shareaction"),options:y(dd)}),ud=s({targetId:r(),targetType:t(),icon:t().nullable(),label:t(),type:t(),isActive:d().optional(),count:r().optional()}),jn=g([cd,ld,pd,ud]),md=n=>n.type==="socialrate",hd=n=>n.type==="reportaction",gd=n=>n.type==="shareaction",Wf=n=>!md(n)&&!hd(n)&&!gd(n),Vf=s({targetId:r(),targetType:t(),type:t()}),qf=ue.extend({mainType:c("comment"),dateCreation:t(),dateModified:t().nullable(),description:t().nullable(),_user:I}),fd=f(qf),Nf=fd.extend({_right:oe,_attachedFiles:y(V).optional(),_actions:A(t(),Vo).optional(),_widgets:y(le).optional(),_article:H.optional()}),ot=f(Nf),Gf="pollSurvey",qo=s({}),No=s({pollContent:xo.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()}),zf=g([qo,No]),Jf=O.extend({type:c("contentFactoryTemplate"),contentFactoryTemplateType:b(["pollSurvey","default"]),contentFactoryTemplateAuthor:t(),contentFactoryTemplateUsage:r()}),an=f(Jf),Hf=q.extend(an.shape).extend({contentFactoryTemplateType:c("pollSurvey"),contentFactoryTemplateData:No}),Sd=f(Hf),$f=q.extend(an.shape).extend({contentFactoryTemplateType:c("default"),contentFactoryTemplateData:qo}),yd=f($f),wd=g([yd,Sd]);var nn=(n=>(n.RUNNING="running",n.CLOSED="closed",n.HANDLED="handled",n))(nn||{});const Zf=O.extend({type:c("contentReport"),articleId:r(),articleType:t(),articleTitle:t(),articleUrl:t(),commentId:r().optional(),commentType:t().optional(),status:X(nn)}),vd=f(Zf),Qf=p({limit:r().optional(),page:r().optional(),orders:Ae.optional(),filters:Oe.optional()}),Yf=p({uri:t(),description:t()}),Kf=p({uri:t(),status:X(nn)}),kd=p({type:t(),dialog:d(),favorite:d(),url:t().optional()}),bd=p({label:t(),entries:y(kd)}),Xf=y(bd),Go=g([c("groups"),c("sites"),c("onedrive"),c("group"),c("documents"),c("me")]),on=s({title:t(),id:t(),type:t()}),eS=on.omit({id:!0}).extend({name:Go.optional()}),tS=f(eS),aS=on.extend({msContainer:d().optional()}),nS=f(aS),Cd=on.extend({visibility:g([c("public"),c("private")]).optional(),msContainer:d().optional()}),oS=f(Cd),sn=on.extend({mimetype:t().optional(),webUrl:t().optional(),size:r().nullable().optional()}),iS=sn,sS=sn.extend({downloadUrl:t().optional(),_extend:p({path:t()})}),rS=f(sS),cS=Cd.extend(sn.shape),lS=f(cS),Td=s({id:t(),title:t(),mail:t(),default:d().optional()}),dS=s({title:t(),id:t(),type:t(),mimetype:t().optional(),webUrl:t().optional()}),xd=s({msTenant:Go.optional(),msId:t().optional(),idFolder:t().optional(),page:r(),limit:r(),query:t().nullable().optional()}),Ad=s({path_lower:t(),query:t().nullable().optional()}),pS=s({id:r(),name:t(),type:t(),token:t(),size:r(),mediaKey:t()}),uS=s({token:t().optional(),attrName:t(),file:s({service:t(),account:t(),title:t(),mimetype:t().optional(),_document:sn})}),mS=s({id:t(),service:t()}),hS=s({service:t(),id:t()}),gS=s({account:Td}),fS=s({service:t(),account:t()}),SS=s({allow:g([c("groups"),c("me")]).array().optional(),id:t()}),yS=s({id:t(),documentParams:xd}),wS=s({id:t(),documentParams:Ad}),vS=s({query:t().optional(),filter:t().optional(),id:t()}),kS=B.omit({title:!0,_url:!0}).extend({description:t()}),_d=f(kS),Ld=g([c("restricted"),c("synchronized")]),Fd=s({isMuted:d(),isImportant:d()}),bS=A(t(),Fd),Rd=s({_url:t(),bubbleColor:t(),_right:oe,_audience:I.array(),_cntUnread:r(),_lastMessage:_d.optional()}),CS=ue.extend({type:c("messengerUser"),mainType:c("messengerDiscussion"),idDiscussion:t()}),zo=f(CS),TS=zo.extend(Rd.shape),jd=f(TS),xS=ue.extend({type:c("messengerGroup"),mainType:c("messengerDiscussion"),idDiscussion:t(),isMessengerSpotGroup:d(),disabled:d(),kind:re(Ld)}),rn=f(xS),AS=rn.extend(Rd.shape).extend({title:t().nullable(),_spot:Xe.optional()}),Ed=f(AS),Dd=O.extend({type:c("quizz"),quizzDescription:t().nullable(),quizzClosingDate:t().nullable(),dateStart:t().nullable(),dateEnd:t().nullable()}),Jo=f(Dd),_S=q.extend(Jo.shape).extend({quizzInvitation:E().optional(),quizzFormSpec:t().optional(),quizzRandom:E(),quizzHideResponses:E(),quizzStatus:E().optional(),quizzPublicationDate:t().nullable().optional()}),Id=f(_S),Pd=s({countMembers:r(),countResponse:r(),done:d(),score:r(),maxScore:r(),duration:r()}),LS=s({value:t(),label:t()}),FS=s({label:t(),multiple:t(),name:t(),options:LS.array(),params:p({fieldFile:t().optional(),fieldPicture:t().optional(),explanation:t().optional()}),scoreMap:A(t(),de()),type:t(),value:t()}),Od=s({mandatory:d(),type:t(),widget:FS,description:t().optional()}),RS=O.extend({type:c("surveyDate"),dates:y(t()),dateStart:t().nullable(),dateEnd:t(),isClosed:d(),surveyObjectLink:H.optional()}),Ho=f(RS),jS=q.extend(Ho.shape),Md=f(jS),Ud=A(t(),p({dates:t().array(),user:I})),ES=s({list:Ye.array(),total:r()}),Bd=s({}),DS=s({data:I.array(),total:r()}),Wd=g([c(1),c("onSpot"),c("visio"),c("available"),c("unavailable"),c("unknown"),c(0)]),IS=s({userResponseStatus:Wd,subscribersTotal:r(),subscribeAction:Vo,subscribers:I.array(),isVisio:d().optional()}),$o=s({actions:jn.array().optional(),attachments:V.array().optional(),comments:ot.extend({_extend:p({actions:jn.array().optional()})}).array().optional(),contact:d(),filebank:Ze.nullable().optional(),licenses:y(Vl),licensesExtrabot:p({active:d(),monthRequestsMax:r(),monthRequestsHit:r()}).optional(),messenger:rn.nullable().optional(),parentArticle:O.optional(),filebankPath:H.array(),quarantine:p({count:r()}).optional(),quizFieldDefinitions:A(t(),Od),quizResponseRecord:Pd,recurringEventRecord:Mo,socialEventRecord:IS,surveyDateRecord:p({members:I.array(),responses:Ud,userDates:t().array(),userResponses:Bd,totalRespondents:r(),totalResponses:r()}),search:xe(),bookmark:xe()}),PS=$o.keyof().array(),OS=q.extend({type:c("extraBot"),avatar:V.optional(),context:t(),description:t(),disclaimer:t(),enabled:d(),groups:y(qn).optional(),moderators:y(Vn).optional(),prompt:t(),title:t(),trigger:b(["mentionOnly","matchComment"]),matchThreshold:r().optional(),bot:I.optional(),webhookMethod:t().optional(),webhookUrl:t().optional(),webhookKey:t().optional(),webhookAutomationOnly:d().optional()}),Vd=f(OS),Zo=p({title:t(),id:t().optional(),items:y(t())}),MS=O.extend({type:c("faq"),faqColor:t().optional(),image:Ke.optional()}),Qo=f(MS),US=q.extend(Qo.shape).extend({isWeb:d(),faqContent:Zo.array().optional()}),qd=f(US),BS=O.extend({type:c("faqItem")}),Yo=f(BS),WS=q.extend(Yo.shape).extend({faqResponse:t().optional(),uriCategory:H.array().optional(),themeId:t(),_nbAttachedFiles:r().optional(),_attachedFiles:V.array()}),Nd=f(WS),Gd=s({id:r(),type:t(),uri:t(),title:t(),faqContent:Zo.array().nullable().optional(),description:t().optional(),faqColor:t().optional(),_url:t().optional(),_audience:we.array().optional()}),VS=s({image:t(),faq:Gd.optional()}),zd=s({href:t().optional(),label:t().optional(),tooltip:t().optional(),id:t().optional(),uri:t().optional(),title:t().optional()}),qS=s({id:r(),type:t(),uri:t(),title:t(),faqResponse:t().optional(),description:t().optional(),themeId:t().optional(),uriCategory:zd.optional(),_attachedFiles:V.array().optional(),_nbAttachment:r().optional(),_url:t().optional(),_cssColor:t().optional(),_cssClass:t().optional()}),Jd=ht(at.omit({idSpot:!0})).and(p({image:Ke.nullable().optional(),tags:t().optional(),faqColor:t().optional(),isWeb:d().optional(),type:c("faq")})),NS=Jd.and(p({uri:t(),format:Qe.optional()})),GS=p({title:t(),id:t()}),zS=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()}),JS=p({createCategory:d()}),HS=p({idCategory:r(),title:t()}),$S=p({idCategory:r(),indexTheme:r(),deleteEntries:d().optional()}),ZS=p({idCategory:r(),indexTheme:r(),title:t()}),Hd=ht(at).and(p({tags:t().optional(),faqResponse:t().optional(),type:c("faqItem")})),QS=p({idEntry:r(),idCategory:r(),theme:r()}),YS=Hd.and(p({uri:t()})),KS=p({entryURI:t(),sourceURI:t().optional(),targetURI:t(),theme:r()}),XS=p({sourceUri:t(),targetUri:t(),themeIndex:r()}),Ko=H.extend({type:c("quarantine")}),ey=O.extend(Ko.shape).extend({relatedArticle:O.optional(),relatedObject:ot.or(O).optional(),relatedUser:Ye.optional()}),$d=f(ey),ty=p({uri:t(),name:t(),size:r(),isSynchronized:d()}),ay=p({quotaUsed:r(),quotaTotal:r(),percentage:r()}),ny=p({name:t(),isSynchronized:t(),synchronizationsNb:t()}),oy=p({page:r(),limit:r(),orders:Ae.optional()}),iy=s({idLog:r(),slug:t(),dateCreation:t(),map:t(),mail:t(),action:t(),mode:t()}),sy=s({mail:t(),cnt:t()}),Zd=t(),Qd=t(),ry=at.extend({type:c("jlandmap"),jlandMapAggregated:t()}),cy=H.extend({type:c("jlandmap"),jlandMapKind:Qd,jlandMapFlavor:Zd,limit:r().nullable(),waMapUrl:t().nullable()}),Xo=f(cy),ly=O.extend(Xo.shape),ei=f(ly),dy=q.extend(ei.shape),Yd=f(dy),py=H.extend({type:c("mediaLibraryFile"),attachment:V,_user:I}),ti=f(py),uy=O.extend(ti.shape),ai=f(uy),my=H.extend({type:c("mediaLibraryFolder"),_user:I,description:t().optional(),_audience:we.array()}),ni=f(my),hy=O.extend(ni.shape),oi=f(hy),gy=ai.or(oi),fy=p({page:r().optional(),limit:r().optional(),query:t().optional()}),Sy=p({id:r(),idFolder:r().optional(),fileName:t(),nbViews:r(),nbDistinctViews:r(),nbDownloads:r()}),yy=p({id:r(),folderName:t(),nb:r(),nbDistinct:r()}),wy=p({nbFolders:r(),nbFiles:r()}),vy=p({uriFile:t(),uriFolder:t(),publishTo:t().array()}),En=p({uri:t(),title:t(),selected:d()}),ky=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(En),isInternal:r(),selectedLink:En.nullable().optional(),openInNewTab:r().nullable().optional(),isAssistant:r().nullable().optional()}),Kd=f(ky),Dn=p({nodes:y(Kd),platformColors:A(t())}),by=O.extend({type:c("orgCharts"),chartIsVisible:d(),chartAdmins:I.array()}),ii=f(by),Cy=q.extend(ii.shape).extend({chartConfig:Dn,chartConfigDraft:Dn}),Xd=f(Cy),Ty=p({title:t(),chartIsVisible:t(),publishTo:t(),uri:t(),chartAdmins:t()}),xy=p({global:p({user_directory:p({card:y(t()),filters:y(t()),show:y(t()),table:y(t())}),css:A(t().nullable())}),writer:d()}),Ay=O.extend({type:c("socialQuestion"),socialQuestionResolved:d(),_response:ot.optional(),_validator:I.optional(),socialQuestionValidationDate:t().optional()}),_y=f(Ay),Ly=O.extend({type:c("support"),supportStatus:g([r(),t()]).nullable(),supportType:g([r(),t()]).nullable(),supportOwner:y(I)}),si=f(Ly),ep=q.extend(si.shape),tp=f(ep),ap=g([c("DYNAMIC"),c("SLIDESHOW")]),ri=s({tvChannelBackgroundColor:t().nullable(),tvChannelNumImages:r(),tvChannelGroupTarget:Xe.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()})}),Fy=ri.extend({tvChannelType:c("DYNAMIC"),tvChannelNumImages:c(0)}),np=f(Fy),Ry=ri.extend({tvChannelType:c("SLIDESHOW")}),op=f(Ry),jy=H.extend({type:c("tvDisplayChannel")}),cn=f(jy),Ey=O.extend(cn.shape).extend(np.shape),ci=f(Ey),Dy=O.extend(cn.shape).extend(op.shape),li=f(Dy),ip=g([ci,li]),Iy=at.and(np.partial().or(op.partial())).and(p({tvChannelType:ap})).readonly(),Py=s({tvChannelGroupTarget:y(t()).optional(),tvChannelNumImages:xe().optional()}),Oy=ot.extend({_extend:p({userImageSecureUrl:t(),descriptionSecure:t()})}),sp=f(Oy),My=O.extend({_extend:p({imageSecureUrl:t().optional(),descriptionSecure:t(),comments:y(sp)}).optional()}),rp=f(My),Uy=V.extend({_extend:p({imageSecureUrl:t().optional()})}),cp=f(Uy),By=ci.extend({_extend:p({imageSecureUrl:t().optional(),articles:y(rp).optional()})}),di=f(By),Wy=n=>di.safeParse(n).success,Vy=li.extend({_extend:p({attachments:y(cp).optional()})}),pi=f(Vy),qy=n=>pi.safeParse(n).success,Ny=p({interval:r(),channel:g([di,pi])}),Gy=f(Ny),zy=p({createdAt:t(),filename:t(),isExpired:d(),url:t()}),lp=p({id:r(),subject:t(),createdAt:t(),updatedAt:t(),idArticle:r(),idUser:r(),roomUri:Ou(t()),user:p({id:r(),uri:t(),title:t()}),stats:p({participantsNumber:r(),totalDurationSeconds:r(),visioSessionsNumber:r()})}),Jy=p({rooms:p({totalItems:r(),member:y(lp)}),platform:p({sessionsNumber:r(),durationAverage:r(),durationMedian:r(),participantsNumber:r()})}),Hy=p({id:r(),room:t(),duration:r(),participantsNb:r(),startedAt:t(),endedAt:t()}),$y=p({totalItems:r(),member:y(Hy)}),dp=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)}),ui=f(dp),Zy=dp.pick({name:!0,service:!0,url:!0}).extend({audience:ui.shape._audience}),Qy=f(Zy),pp=s({label:t(),description:t(),name:Yn,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()})}),Yy=n=>pp.safeParse(n).success,Ky=n=>n!==void 0&&"id"&&"type"in n&&"uri"in n,Xy=H.extend({type:c("articleWidget"),articleWidgets:le.array(),articleWidgetDisplayMode:g([_r,E(),U()])}),mi=f(Xy),ew=O.extend(mi.shape).extend({articleWidgetsCover:r().or(U())}),hi=f(ew),tw=q.extend(hi.shape),up=f(tw),mp=s({uniqid:t(),title:t(),locked:d(),visible:d(),widgets:le.array(),position:Ar.optional()}),hp=b(["edit","view","preview","tpl"]),aw=s({width:r().or(U()).optional(),inplace:d(),isComponentVisible:d().optional(),mode:hp,onClick:un().returns(pn()).optional(),onChange:un().args(_c,d()).returns(pn()),onStateChange:un().args(ao).returns(pn())}),gp=s({text:t(),value:d().optional(),links:Un.array().optional(),uri:t().optional(),mimetype:t().optional(),id:r().optional(),user:I.optional()}),fp=s({arr:gp.array().optional(),edit:d().optional()}),nw=s({name:c("widget-check-list"),uniqid:t(),content:fp,title:t()}),ow=s({title:t().optional(),view:ye().optional()}),Sp=s({uniqid:t(),fn:b(["widget-presence-response","check-list-response","widget-update","widget-quick-survey-response"]),object:B}),In=A(t(),A(t(),t().or(r()))),yp=b(["comment","article","intranet","platform-block","intranet-combination"]),iw=p({token:t().or(U()).optional(),ids:A(t(),le),layers:A(t(),mp),states:A(t(),ao),modal:ow.or(U()),editableMap:A(t(),p({index:r(),uniqid:t()})),wrapperSize:A(t(),p({width:r(),height:r()})),currentEditableIndex:r(),currentEditableWidgetId:t().or(U()),widgetWrapperStyle:In,widgetTitleStyle:In,widgetObject:A(t(),B.partial()),widgetObjectRights:A(t(),oe),widgetChipCount:A(t(),r()),widgetAuthor:A(t(),I.partial()),widgetWrapperBackgroundImage:A(t(),Xn),flushedWidgets:t().array(),rtObjectStack:Sp.array(),widgetContext:A(t(),yp),widgetSynchronizationStates:A(t(),d()),widgetUrls:A(t(),t())}),wp=f(iw),sw=s({widgets:wp}),gi={article:{"raw-little":{articleWidget:mi,mediaLibraryFile:ti,mediaLibraryFolder:ni,quarantine:Ko,jlandmap:Xo,businessContactCard:Lo,tvDisplayChannel:cn,recurringEvent:Po,socialEvent:Xa},"raw-list":{animatedMeeting:Ka,articleWidget:hi,bookableAsset:Qa,businessContactCard:Xl,contentFactoryTemplate:an,contentReport:vd,faq:Qo,internalDraft:oo,meeting:nt,orgCharts:ii,pollSurvey:Ao,quarantine:$d,quizz:Jo,reservation:Kl,socialEvent:_e,support:si,surveyDate:Ho,tvDisplayChannel:ip,socialQuestion:_y,folder:Rc,recurringEvent:Oo,faqItem:Yo,jlandmap:ei,mediaLibraryFile:ai,mediaLibraryFolder:oi},"raw-view":{bookableAsset:Yl,contentFactoryTemplate:wd,extraBot:Vd,faq:qd,faqItem:Nd,internalDraft:Fc,meeting:jo,orgCharts:Xd,quizz:Id,socialEvent:Le,recurringEvent:Mo,articleWidget:up,animatedMeeting:Fo,aseiClearanceTicket:Zl,aseiInstitution:Ql,jlandmap:Yd,pollSurvey:Jc,surveyDate:Md,support:tp}},comment:{"raw-little":{},"raw-list":{},"raw-view":{}},messengerDiscussion:{"raw-little":{messengerGroup:rn,messengerUser:zo},"raw-list":{messengerGroup:Ed,messengerUser:jd},"raw-view":{}},visioConnectRoom:{"raw-little":{},"raw-list":{permanentRoom:ui},"raw-view":{}},file:{"raw-little":{},"raw-list":{},"raw-view":{}},link:{"raw-little":{},"raw-list":{socialrate:Zc},"raw-view":{}}},$=n=>p({isActive:d(),...n}),z=n=>$({...n,hasLicense:d()}),rw=b(["drive_microsoft_graph","drive_dropbox","drive_google"]),cw=$({drives:A(rw,d())}),lw=$({label:t(),defaultView:b(["month","week","day","list"]),iCalendarUrls:p({all:t(),accepted:t()}),externalGestion:d(),recurringEventsEnabled:d()}),dw=$({orderBy:t(),order:b(["ASC","DESC"])}),pw=$({}),uw=z({maxParticipants:r(),minParticipantsForSpotDiscussion:r(),label:t(),editTimeLimit:r().optional(),editBlockedOgTypes:y(t()).optional()}),mw=z({label:t(),useTeaser:d()}),vp=p({label:t(),description:t(),extension:t(),icon:t(),color:t()}),hw=z({label:t(),description:t(),color:t(),templates:vp.array(),allowSharedWithMe:d(),allowPdfEdit:d(),weDocFoldersEnabled:d()}),gw=z({oldViewOptionProperty:d()}),fw=z({bgColor:t()}),Sw=$({sendAlert:d(),articleFullSelector:d(),articleMediaSlider:d()}),yw=$({}),ww=$({}),vw=$({allowExternalFileSharing:d(),allowShareWebinar:d()}),kw=$({create:d(),autorize:y(b(["message","comment","board","article"]).optional())}),bw=z({label:t()}),Cw=z({}),Tw=z({}),xw=$({label:t(),create:d()}),Aw=b(["loginPassword","saml","oAuth"]),_w=b(["no","optional","mandatory"]),Lw=A(Aw,_w),Fw=z({name:t(),providers:Lw,banLifespan:r()}),Rw=z({create:d()}),jw=z({v2:d()}),Ew=z({label:t()}),Dw=z({label:t()}),Iw=z({}),Pw=z({label:t(),menuItems:y(p({type:t(),text:t(),actions:t()})).nullable()}),Ow=$({manage:d()}),Mw=$({canCreateTemplate:d(),allowTemplateImportExport:d(),label:t()}),Uw=$({label:t(),create:d(),description:t(),color:t(),icon:t()}),Bw=$({label:t(),create:d()}),Ww=z({label:t(),numberOfMinutesBeforeJoining:r()}),Vw=z({label:t(),create:d()}),qw=z({label:t()}),Nw=$({label:t()}),Gw=$({}),zw=p({BigBlueButtonHook:Ww,ExternalAppHook:Rw,DigitalWorkplaceHook:jw,FlocklerHook:Iw,LuccaAbsenceHook:Dw,MagicPadHook:bw,MagicWandHook:Pw,MediaLibraryHook:Cw,MessengerHook:uw,OfficeHook:Ew,SpotHook:qw,StudioHook:gw,TargetInfoHook:fw,TeamWorkAiHook:Tw,TwoFactorAuthenticationHook:Fw,VisioConnectHook:Vw,WallHook:mw,WeDocHook:hw}).partial(),Jw=p({AdminAdvancedHook:Sw,AnimatedMeetingHook:Uw,AnimationsHook:Gw,BusinessContactHook:Nw,calendarHook:lw,ContentFactoryHook:Mw,DriveHook:cw,ExtraBotHook:xw,FAQHook:Ow,FileBankHook:dw,FileIntegrityHook:pw,JitsiHook:Bw,SharedContentHook:vw,spotRssFeed:yw,SurveyDateHook:ww,WidgetHook:kw}).partial().extend(zw.shape),Hw=g([c("summarize"),c("develop"),c("reformulate"),c("tldr"),c("en"),c("es"),c("formal"),c("funny"),c("spellCheck")]),$w=s({text:t()}),Zw=s({kind:t(),page:r(),limit:r(),filters:mt.array().optional(),orders:ut.array().optional()}),Qw=n=>p({license:g([c("1"),c("0")]),user:n}),Yw=s({kind:t(),type:t(),page:r(),limit:r(),filters:mt.array().optional(),orders:ut.array().optional()}),Kw=s({currentPeriodAmount:r(),currentPeriodDateStart:t().optional(),currentPeriodDateEnd:t().optional(),nextTermAmount:r(),nextTermDateStart:t().optional(),nextTermDateEnd:t().optional()}),Xw={all:0,admin:1,custom:2},ev=p({uri:t(),title:t(),type:t(),mainType:t()}),tv=p({imap_inbox_url:t(),dav_calendar_url:t(),dav_address_book_url:t()}),kp={NONE:"none",SSL:"ssl",STARTTLS:"starttls"},bp=p({username:t(),hostname:t(),imapPort:r(),imapConnectionSecurity:X(kp),imapMailbox:t(),calDavCalendar:t(),cardDavAddressBook:t(),provider:t().nullable()}),av=s({...bp.shape,password:t()}),nv=p({date:t(),fromName:t(),subject:t(),body:t(),read:d(),attachmentsCount:r(),url:t().nullable()}),ov=p({summary:t(),start:t(),end:t(),status:t(),url:t().nullable()}),iv=p({fullName:t(),lastName:t(),firstName:t(),initial:t(),imageColor:t(),url:t().nullable()}),sv=p({id:t(),label:t()}),Cp=s({color:t(),description:t(),extension:t(),icon:t(),label:t()}),rv=ue.extend({title:t(),mimetype:t(),_extend:p({generalAccessRule:t(),generalAccessHash:g([t(),U()]),dateModified:t(),dateCreation:t(),fileInfo:Cp,parentId:r(),parentType:t(),parentFiles:y(r()),_url:t()}),_right:oe,_user:I,_audience:we.array()}),Tp=f(rv),cv=p({idQuestion:r(),idResponse:r()}),lv=p({idQuestion:r()}),xp=s({count:r(),id:t()}),Ap=g([c("AND"),c("OR")]),ln=s({facetType:t(),facetOptions:g([A(g([p({}).passthrough(),r(),t()])),y(xe())]),facetMode:Ap.optional(),field:t(),title:t(),description:t().optional(),category:t().optional()}),_p=s({id:t(),mainType:t(),type:t().optional(),title:t(),cssclass:t().optional(),active:d().optional(),count:r().optional(),typesExcluded:y(t()),facets:ln.array()}),Lp=s({count:r(),value:t(),title:t()}),Fp=s({name:t(),count:r(),values:Lp.array(),title:t()}),Rp=s({field:t(),value:g([t(),y(t())]),exclude:d().optional(),or:d().optional()}),jp=s({field:t(),order:g([c("desc"),c("asc")])}),Ep=s({facetLimit:r(),skipEmptyFacets:d()}),dv=s({mode:g([c("result"),c("category")]),facets:ln.array()}),pv=s({home:dv,categories:_p.array(),viewcard:A(y(p({name:t(),title:t()}))),facetMode:d()}),Dp=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()}),Ip=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()}),uv=s({keywords:t().optional(),category:t().optional(),facetCategories:d().optional(),filters:Rp.array().optional(),facets:ln.array().optional(),page:r().optional(),limit:r().optional(),sort:jp.optional(),options:Ep.optional(),format:Qe.optional(),persistSolrQuery:d().optional()}),mv=n=>p({start:r(),count:r(),results:y(n??B),facets:Fp.array(),categories:xp.array(),idQuery:r().optional()}),hv=s({keywords:t()}),Pp=g([Dp,Ip]),gv=s({title:t(),id:t(),showAll:d().optional(),results:Pp.array()}),fv=g([c("link"),c("invitation")]),Sv=s({id:r(),title:t(),uri:t(),idUser:r(),_right:oe}),yv=s({audience:y(we),read:y(t()),write:y(t())}),Op=s({title:t(),body:t(),sourceUri:t(),sourceUrl:t(),sourceType:t(),sourceId:r(),isDone:d(),idMsgs:r().array()}),wv=s({jobUid:t(),state:Ya,messages:y(t()),tasks:y(Op),uriAiTodo:t().optional()}),vv=s({jobUid:t(),state:Ya,messages:y(t()),summary:t()}),Mp=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()))}),kv=Mp.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")}),bv=p({commentsToolbar:t()}),Cv=p({total:r(),activated:r()}),Tv=p({qrCode:t(),secret:t()}),xv=y(p({date:t(),activated:r(),unactivated:r()})),Av=s({name:t(),default:d(),filter:p({op:b(["include","exclude"]),values:y(t()),taxonomies:A(t(),Me.array()).optional()})}),Up="accept",Bp="deny",_v=g([c(Up),c(Bp)]),Lv=B,Fv=p({color:t(),description:t(),extension:t(),icon:t(),label:t()}),Rv=p({page:r(),cnt:r(),limit:r(),data:y(Tp)}),jv=p({query:t(),filters:Oe,orders:Ae,page:r(),limit:r()}),Ev=p({});function Dv(n,e){const a=p(e.reduce((o,i)=>(o[i]=$o.shape[i],o),{}));return n.extend({_extend:a})}function Iv(n){return"targetId"in n&&!!n.targetId}function Pv(n){const e=n;return e.bookmarkLabel!==void 0||e.bookmarkMeta!==void 0||e.bookmarkUrl!==void 0}function Wp(n){const e=n;return e&&typeof e.id=="number"&&typeof e.targetId=="number"}const Ov={bookmarkLink:Wp};function Mv(n,e){return e!=null&&Ov[n](e)}function Uv(n,e){return"tvChannelType"in n&&n.tvChannelType===e}const Bv=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),Wv=n=>n!==null&&typeof n=="object"&&"error"in n&&"aborted"in n&&n.error===-1&&n.aborted===!0,Vv={isBookmarkLink:Iv,isBookmarkCustom:Pv,isBookmarkRawList:Wp,isTVChannelType:Uv,objectIsType:Mv,isStandardApiError:Bv,isAbortApiError:Wv};function Vp(n,e){return n&&!n.endsWith(e)?`${n}${e}`:n}function fi(n,e){return n?.startsWith(e)?n.split("").slice(e.length).join(""):n}function qv(n){return n.toString().padStart(2,"0")}const Nv=p({type:t(),recordId:g([t().regex(new RegExp("[0-9]+")),r()])}),Gv=(n,e)=>Nv.passthrough().safeParse(n).success,zv=p({uri:t().regex(new RegExp("[a-zA-Z]+/[0-9]+"))}),Jv=(n,e)=>zv.passthrough().safeParse(n).success;function Pn(n){if(Jv(n))return n.uri;if(Gv(n))return`${n.type}/${n.recordId}`;throw new Error("Invalid uri or typeId "+JSON.stringify(n))}function qp(n){return fi(Vp(n.from,"/"),"/")??""}function Hv(n){return n.timestamp?`?_=${n.timestamp}`:""}function Np(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 Gp(n,e=2){return"size"in n&&n.size?n.size:"width"in n&&typeof n.width=="number"&&"height"in n&&typeof n.height=="number"?`${n.width*e}x${n.height*e}`:""}function zp(n){return n.format??"png"}function Jp(n){try{return new URL(n)}catch{}try{return new URL(window.location.origin+"/"+fi(n,"/"))}catch{}}function On(n,e=2){if("url"in n&&n.url){const a=Jp(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:Pn({uri:n.uri}):n.type&&n.recordId&&(a=n.type==="icons"?n.type+"/"+n.recordId:Pn({type:n.type,recordId:n.recordId})),!a)throw new Error;return`/${qp(n)}${Gp(n,e)}/${a}.${zp(n)}${Np(n)}`}catch{return""}}const $v=["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"],Hp=["docx","xlsx","csv","pptx","pdf","zip","ai","mp3","mpeg","ttf","otf","jpg","jpeg","png","gif","psd","svg","txt","md","mp4","odt","webm"],pt={"application/vnd.openxmlformats-officedocument.wordprocessingml.document":"docx","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":"xlsx","application/vnd.openxmlformats-officedocument.presentationml.presentation":"pptx","application/vnd.oasis.opendocument.text":"odt","application/pdf":"pdf","application/zip":"zip","application/x-zip-compressed":"zip","application/illustrator":"ai","application/postscript":"ai","audio/mp3":"mp3","audio/wav":"mp3","audio/mpeg":"mpeg","font/ttf":"ttf","font/otf":"otf","image/jpeg":"jpeg","image/jpg":"jpg","image/png":"png","image/gif":"gif","application/x-font-ttf":"ttf","application/vnd.ms-opentype":"otf","image/vnd.adobe.photoshop":"psd","image/svg+xml":"svg","text/plain":"txt","text/markdown":"md","text/x-markdown":"md","text/csv":"xlsx","application/vnd.ms-excel":"xlsx","video/mp4":"mp4","video/webm":"mp4"},Si=n=>Object.keys(pt).find(e=>pt[e]===n),Zv=n=>pt[n]??void 0;function yi(n){const e=String(n).split(".").pop();return Hp.find(a=>a===e)}const $p=n=>{const e=yi(n);return Si(e)??"application/octet-stream"},Zp=n=>n?(new Date(n).getTime()/1e3).toFixed(0):void 0,Qv=(n,e="fitx80")=>{const a=Yp(n),o=Zp(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 On({timestamp:o,size:e,from:"imagecache",uri:n.uri,format:"gif"});case"image":return On({timestamp:o,size:e,from:"imagecache",uri:n.uri})}},Qp=n=>{const e=yi(n);if(e!==void 0){const a=Si(e);return wi(a)}return"application"},Yv=n=>["image/vnd","image/svg","image/heic"].findIndex(a=>n.startsWith(a))!==-1;function wi(n){return n?.startsWith("folder/")?"folder":n==null||Yv(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 Kv=(n,e,a="rr")=>a==="ng"?`/ng/file/${n}/${e}`:`/ng/rr/file/${n}/${e}`,Xv=n=>n.mimetype===void 0||n.mimetype==="application/octet-stream"?$p(n.title):n.mimetype,Yp=n=>n.mimetype===void 0||n.mimetype==="application/octet-stream"?Qp(n.title):wi(n.mimetype),ek=(n,e)=>Object.keys(gi.article[e]).includes(n.type),tk=(n,e)=>Object.keys(gi.comment[e]).includes(n.type);function Kp(n){return n.startsWith("tag_")||n==="tags"}function vi(n){return Object.fromEntries(Object.entries(n).filter(([e])=>Kp(e)))}function ak(n){return Object.values(vi(n)).flat()}function Xp(n,e,a){return Object.fromEntries(Object.entries(n).filter(([o])=>Kp(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 nk(n){return Xp(n,"uri")}const ok=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=vi(n);if(e={...e,...a},eu(n,e))return e},eu=(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},ik=n=>Le.safeParse(n).success;function sk(n,e){return Math.floor(n*100/e)}function rk(n,e=":"){return n.reduce((a,o)=>(a[o]=tu(o,e),a),{})}function tu(n,e=":"){const a=au(nu(n,"fr-FR")),o=iu(n,e);return{id:"WIDGET_Survey_Date_Label",values:{label:a,time:o,day:ou(n)}}}function au(n){return n.charAt(0).toUpperCase()+n.slice(1)}function nu(n,e){return new Date(n).toLocaleDateString(e,{weekday:"long"})}function ou(n){const e=new Date(n);return`${e.getDate()}`.padStart(2,"0")+"/"+`${e.getMonth()+1}`.padStart(2,"0")+"/"+`${e.getFullYear()}`.padStart(2,"0")}function iu(n,e=":"){const a=new Date(n);return`${a.getHours()}`.padStart(2,"0")+`${e}`+`${a.getMinutes()}`.padStart(2,"0")}const ck={getTime:iu,getDate:ou,getLabel:nu,capitalize:au,surveyDateLabels:rk,getLabelToTranslate:tu,toPercent:sk},lk=n=>le.safeParse(n).success,dk=n=>F(n,bt),pk=n=>F(n,Tt),uk=n=>F(n,vt),mk=n=>F(n,Ut),hk=n=>F(n,pa),gk=n=>F(n,At),fk=n=>F(n,Lt),Sk=n=>F(n,Rt),yk=n=>F(n,Et),wk=n=>F(n,It),vk=(n,e)=>F(n,Gt,e),kk=n=>F(n,Xt),bk=n=>F(n,ra),Ck=n=>F(n,ya),Tk=n=>F(n,qt),xk=n=>F(n,Ba),Ak=n=>F(n,$t),_k=n=>F(n,na),Lk=n=>F(n,Fa),Fk=n=>F(n,_a),Rk=n=>F(n,yt),jk=n=>F(n,Jt),Ek=n=>F(n,Ot),Dk=n=>F(n,va),Ik=n=>F(n,Wt),Pk=n=>F(n,la),Ok=n=>F(n,Kt),Mk=n=>F(n,ja),Uk=n=>F(n,Da),Bk=n=>F(n,Pa),Wk=n=>F(n,Ma),Vk=n=>F(n,ma),qk=n=>F(n,ga),Nk=n=>F(n,xa),Gk=n=>F(n,ia),zk=n=>F(n,Va),Jk=n=>F(n,Na),Hk=n=>F(n,za),$k=n=>F(n,ba),Zk=n=>F(n,ta),Qk=(n,e)=>F(n,Qt,e),Yk=n=>F(n,Ha),su=new $e(new Js),Kk=new Bn(su),Xk=Bn;exports.ACCESS_REQUEST_ACCEPT=Up;exports.ACCESS_REQUEST_DENY=Bp;exports.AdminAdvancedApi=Ei;exports.AdminLicenseApi=Di;exports.AdminLogApi=Ii;exports.AdminStoreApi=Pi;exports.AdminUtilsApi=Oi;exports.ApiErrorCode=zs;exports.AsyncJobStateSchema=Ya;exports.AsyncJobStatusSchema=Bg;exports.BookmarkType=_o;exports.ContentReportStatus=nn;exports.CreateRoomPayloadSchema=Qy;exports.DateFormatSchema=ec;exports.DiapazoneExtraFieldsSchema=nf;exports.FREQUENCY_DAILY=Ln;exports.FREQUENCY_GROUP=er;exports.FREQUENCY_INHERIT=Xs;exports.FREQUENCY_NEVER=Rn;exports.FREQUENCY_NOW=_n;exports.FREQUENCY_WEEKLY=Fn;exports.Format=G;exports.GroupModerateStatus=Jn;exports.GroupPrivacy=Hn;exports.ImapConnection=kp;exports.JApplicationApi=es;exports.JArticleApi=os;exports.JAssetReservation=is;exports.JAudienceApi=ss;exports.JBaseApi=T;exports.JBbbApi=rs;exports.JBookmarkApi=cs;exports.JBusinessNetworkingApi=ls;exports.JCalendarApi=ds;exports.JCommunityApi=ps;exports.JContentFactory=us;exports.JContentReportApi=ms;exports.JDatasourceApi=hs;exports.JDiapazoneApi=gs;exports.JDriveApi=fs;exports.JExternalAppApi=Ss;exports.JExtraBotApi=ys;exports.JFaqApi=ws;exports.JFileApi=vs;exports.JFileIntegrity=bs;exports.JFilebankApi=ks;exports.JGlobalApi=Cs;exports.JGroupApi=Ts;exports.JIAApi=As;exports.JJamespotApi=xs;exports.JLandApi=Ls;exports.JLandMapCreationSchema=ry;exports.JLuccaApi=Fs;exports.JModuleApi=Rs;exports.JObjectApi=js;exports.JOrgchartsApi=Es;exports.JPollSurveyApi=Ds;exports.JPublishButtonApi=Is;exports.JQuestionAnswerApi=Ps;exports.JSearchApi=Os;exports.JShareApi=Ms;exports.JSurveyDateApi=Us;exports.JTaxonomyApi=Bs;exports.JTeamWorkAiApi=Ws;exports.JUserApi=qs;exports.JWedocApi=Ns;exports.JWidgetApi=Gs;exports.JamespotUserApi=Bn;exports.JitsiApi=_s;exports.LanguagesList=Mu;exports.LanguagesSchema=gt;exports.LicenseUserPriceUpdateSimulationSchema=Kw;exports.Network=$e;exports.NumberFormatSchema=tc;exports.OfficeProviderSchema=sv;exports.OrgChartConfigSchema=Dn;exports.OrgChartConfigurationSchema=xy;exports.OrgChartLinkSchema=En;exports.OrgChartNodeSchema=Kd;exports.OrgChartUpdateMetasFormSchema=Ty;exports.PublishButtonConfigurationCustomSectionSchema=Wl;exports.PublishButtonConfigurationSchema=fg;exports.PublishButtonSectionEntrySchema=kd;exports.PublishButtonSectionSchema=bd;exports.PublishButtonSectionsSchema=Xf;exports.RecurrenceRule=Do;exports.StudioApplicationStatus=Xi;exports.SurveyFieldName=$a;exports.TVChannelCustomSchema=ri;exports.TVDisplayApi=Vs;exports.TeamWorkAiTaskSchema=Op;exports.TeamWorkDaySummaryStateSchema=vv;exports.TeamWorkTodoStateSchema=wv;exports.TwoFactorAuthenticationDailyActivationStatisticsSchema=xv;exports.TwoFactorAuthenticationGenerateConfigurationSchema=Tv;exports.TwoFactorAuthenticationStatisticsSchema=Cv;exports.UserAIProfileSchema=Fm;exports.UserBirthdaySchema=Rm;exports.UserLevel=$s;exports.UserNotificationsConfigurationSchema=Lm;exports.UserVariant=Zs;exports.WIDGET_LEVEL_1=bc;exports.WIDGET_LEVEL_2=Cc;exports.WIDGET_LEVEL_3=Tc;exports.WIDGET_LEVEL_4=xc;exports.WRITE_RIGHT_ADMIN=Ml;exports.WRITE_RIGHT_ALL=Ol;exports.WRITE_RIGHT_CUSTOM=Ul;exports.WRITE_RIGHT_PUBLIC=Bl;exports.WidgetPresenceResponseUserListSchema=Rh;exports.WidgetQuickSurveyContentArrSchema=uc;exports.WidgetQuickSurveyResponseSchema=Eh;exports.WidgetQuickSurveyResponseUserListSchema=Dh;exports.WidgetsName=h;exports.WindowBrowser=Js;exports.accessRequestStatusValuesSchema=_v;exports.actionParamsSchema=Vf;exports.actionVerbSchema=Bf;exports.addCommentParamsSchema=$h;exports.addFaqEntrySchema=QS;exports.adminAppSchema=Nl;exports.adminAppTabSchema=ql;exports.adminAppsSchema=Ag;exports.adminLicenseStatsSchema=Sg;exports.adminLicensesAssignedSchema=vg;exports.adminLicensesNotAssignedSchema=wg;exports.adminLogNavigationSchema=kg;exports.adminLogObjectSchema=bg;exports.adminLogSearchSchema=Cg;exports.animationConfigurationTypeSchema=_g;exports.animationStatsRowSchema=zl;exports.animationStatsSchema=Fg;exports.animationVariantSchema=Gl;exports.api=Xk;exports.applicationActionBaseSchema=Ni;exports.applicationBaseSchema=Pe;exports.applicationDefaultSchema=zi;exports.applicationExtraPropertiesSchema=Gi;exports.applicationIframeSchema=Hi;exports.applicationIntranetHookSchema=Yi;exports.applicationLinkSchema=Ji;exports.applicationSchema=Ki;exports.applicationTabSchema=$i;exports.applicationWithTabsSchema=Qi;exports.articleCreationSchema=at;exports.articleDisplayModeSchema=_r;exports.articleGetConfigSchema=zh;exports.articleListConfigSchema=Gh;exports.articleTranslationGetSchema=Rg;exports.articleTranslationLanguageSchema=Jl;exports.articleTranslationTranslateSchema=Hl;exports.aseiGroupsSchema=Dg;exports.aseiRightsSchema=Ig;exports.aseiTicketStatusSchema=$l;exports.assetReservationConfigurationSchema=Pg;exports.audienceAutocompleteSchema=mm;exports.audienceSchema=we;exports.autocompleteLittleSchema=gm;exports.baseArticleSchema=Jh;exports.baseAutocompleteSchema=Wn;exports.bookmarkCustomSchema=ug;exports.bookmarkLinkSchema=dg;exports.bookmarkTypesSchema=pg;exports.businessContactSchema=Am;exports.calendarEventListSchema=Df;exports.calendarEventViewSchema=If;exports.calendarEventsExtension=Ef;exports.calendarMemberLittleSchema=Uf;exports.calendarOldEventSchema=sd;exports.calendarTabSchema=Mf;exports.categorySchema=vr;exports.chartTypeSchema=fc;exports.chartsPieDatumSchema=Sc;exports.chartsSerieSchema=yc;exports.checkProperties=eu;exports.combineFormat=W;exports.combinedContentFactoryDataSchema=zf;exports.combinedSurveyFieldOptionsSchema=Xh;exports.combinedSurveyFieldSchema=Nc;exports.combinedSurveyFieldTypeSchema=Kh;exports.combinedWidgetContentSchema=_c;exports.combinedWidgetTypeSchema=kc;exports.communitySchema=hm;exports.contactEntrySchema=Oh;exports.contactShowFieldsSchema=Ph;exports.contentFactoryDefaultDataSchema=qo;exports.contentFactorySurveyDataSchema=No;exports.contentFactoryTypes=Gf;exports.createFaqCategorySchema=Jd;exports.createFaqEntrySchema=Hd;exports.createFaqThemeSchema=HS;exports.createGroupSchema=mr;exports.createReportParamsSchema=Yf;exports.cssBackgroundPositionSchema=hh;exports.cssBackgroundSizeSchema=gh;exports.cssTextAlignTypeSchema=br;exports.davAddressBookContactSchema=iv;exports.davCalendarEventSchema=ov;exports.deepEqual=mn;exports.default=Kk;exports.deleteFaqThemeSchema=$S;exports.discussionPropertiesSchema=bS;exports.discussionPropertySchema=Fd;exports.driveAccountSchema=Td;exports.driveGetAccountParamsSchema=hS;exports.driveGetAccountSchema=gS;exports.driveGetDocumentParamsSchema=uS;exports.driveGetGroupsParamsSchema=vS;exports.driveGetTenantsParamsSchema=SS;exports.driveItemTypeSchema=dS;exports.driveLogoutParamsSchema=mS;exports.driveSetDefaultAccountParamsSchema=fS;exports.driveTmpFileSchema=pS;exports.dropboxDocumentEntitySchema=rS;exports.dropboxDocumentParamsSchema=Ad;exports.dropboxGetDocumentsParamsSchema=wS;exports.editFaqCategorySchema=NS;exports.editFaqEntrySchema=YS;exports.editFaqThemeSchema=ZS;exports.ensureApplication=Wu;exports.ensureApplicationTabs=Bu;exports.ensureIsCalendarOldEvent=jf;exports.ensureIsMeetingList=uf;exports.ensureIsSocialEventList=sf;exports.ensureIsSurveyData=$c;exports.ensureIsTemplateFile=og;exports.ensureIsViewEvent=ik;exports.ensureTVGetConfigureDynamicChannelResponse=Wy;exports.ensureTVGetConfigureSlideshowChannelResponse=qy;exports.ensureWidgetAccessibilityType=Rk;exports.ensureWidgetApplicationType=uk;exports.ensureWidgetArticleAttachmentType=dk;exports.ensureWidgetArticleButtonType=pk;exports.ensureWidgetArticleGalleryType=gk;exports.ensureWidgetArticleImageType=fk;exports.ensureWidgetArticleSliderType=Sk;exports.ensureWidgetArticleTextType=yk;exports.ensureWidgetArticleTitleType=wk;exports.ensureWidgetBirthdayType=Ek;exports.ensureWidgetButtonType=mk;exports.ensureWidgetCalendarCalDavType=Tk;exports.ensureWidgetCalendarType=Ik;exports.ensureWidgetChartsType=Mk;exports.ensureWidgetCheckListType=vk;exports.ensureWidgetColorType=jk;exports.ensureWidgetContactCardDavType=Ak;exports.ensureWidgetContactType=xk;exports.ensureWidgetContent=Lr;exports.ensureWidgetCountdownType=Qk;exports.ensureWidgetCoverType=Ok;exports.ensureWidgetDatasourceTableType=kk;exports.ensureWidgetDefinitionProps=Yy;exports.ensureWidgetDocumentsType=Zk;exports.ensureWidgetEmailsImapType=_k;exports.ensureWidgetEmbedType=Gk;exports.ensureWidgetExcelDatasourceTableType=bk;exports.ensureWidgetExtensionType=Pk;exports.ensureWidgetFaqType=Jk;exports.ensureWidgetFlocklerType=zk;exports.ensureWidgetImageType=Wk;exports.ensureWidgetLuccaAbsenceType=hk;exports.ensureWidgetMeteoType=Uk;exports.ensureWidgetMyGroupType=Bk;exports.ensureWidgetNewsType=Vk;exports.ensureWidgetNewsflashType=qk;exports.ensureWidgetObjectHasMinimumProperties=Ky;exports.ensureWidgetPresenceContent=Ah;exports.ensureWidgetPresenceResponse=Fh;exports.ensureWidgetPresenceResponsePayload=Lh;exports.ensureWidgetPresenceType=_h;exports.ensureWidgetQuickSurveyType=Ck;exports.ensureWidgetSeparatorType=Dk;exports.ensureWidgetSliderType=$k;exports.ensureWidgetSurveyType=Hk;exports.ensureWidgetTextType=Nk;exports.ensureWidgetType=F;exports.ensureWidgetUserProfileType=Fk;exports.ensureWidgetWelcomeType=Lk;exports.ensureWidgetWrapperProps=lk;exports.ensureWidgetYoutubeType=Yk;exports.eventModeSchema=Of;exports.eventStatusFilterSchema=Pf;exports.extendSchema=$o;exports.extensions=Hp;exports.extractFlattenTaxonomiesFromObject=ak;exports.extractTaxonomiesFromObject=vi;exports.extractTaxonomiesFromObjectAndMapProperty=Xp;exports.extractTaxonomiesFromObjectAndMapUri=nk;exports.facetModeSchema=Ap;exports.faqAccessSchema=JS;exports.faqContentItemSchema=Zo;exports.faqHookPropertiesSchema=zS;exports.faqTaxonomySchema=GS;exports.faqWidgetCategoryItemSchema=Gd;exports.faqWidgetCategorySchema=VS;exports.faqWidgetItemSchema=qS;exports.faqWidgetItemUriCategorySchema=zd;exports.fileCropConfigSchema=ar;exports.fileMainTypeSchema=nr;exports.fileSyncAdminSpotSchema=ny;exports.fileSyncAdminSpotsPropsSchema=oy;exports.fileSyncFileBankSchema=ty;exports.fileSyncUserQuotaSchema=ay;exports.filterSchema=mt;exports.filterValueSchema=ts;exports.filtersSchema=Oe;exports.formatExtensionSchema=PS;exports.formatImgUrl=On;exports.formatListSchema=Qe;exports.formats=gi;exports.getArgs=Np;exports.getCommentsParamsSchema=Hh;exports.getExtensionFromName=yi;exports.getFileExtensionFromMimetype=Zv;exports.getFileFamily=wi;exports.getFileFamilyFromName=Qp;exports.getFormat=zp;exports.getFrom=qp;exports.getLicenseArticlesParamsSchema=Yw;exports.getLicenseKindUsersParamsSchema=Zw;exports.getMimetypeFromExtension=Si;exports.getMimetypeFromName=$p;exports.getReportsParamsSchema=Qf;exports.getSize=Gp;exports.getTimestamp=Hv;exports.getUnclassifiedFilesParamsSchema=fy;exports.getUri=Pn;exports.getUrl=Jp;exports.gifSchema=zm;exports.groupCategoriesConfigurationSchema=dh;exports.groupCustomWidgetSchema=Qn;exports.groupListConfigSchema=lh;exports.groupMemberLevelSchema=Qm;exports.groupMemberSchema=Ym;exports.groupModerateStatusSchema=gr;exports.groupPrivacy=$n;exports.groupPropertiesOptionsSchema=Sr;exports.groupPropertiesSchema=wr;exports.groupUserLevelSchema=hr;exports.groupWidgetLittleSchema=Zn;exports.groupWidgetSchema=ah;exports.groupWidgetsSchema=Xm;exports.headingTypeSchema=Kn;exports.hookListTypeSchema=Jw;exports.imageFormValueSchema=Om;exports.imageSizeSchema=Ke;exports.imapInboxMailSchema=nv;exports.inferBookmarkListSchema=Qc;exports.inferBookmarkRawListSchema=Ne;exports.inferMaybeWithToken=ht;exports.inferSearchQueryResultSchema=mv;exports.inferUserLicenseSchema=Qw;exports.isKnownArticle=ek;exports.isKnownComment=tk;exports.isSocialActionRate=md;exports.isSocialActionReport=hd;exports.isSocialActionShare=gd;exports.isSocialActionToggle=Wf;exports.isWidgetApplicationAppsItem=Sh;exports.isWidgetApplicationExtensionItem=vh;exports.isWidgetApplicationImageItem=wh;exports.isWidgetApplicationLinkItem=yh;exports.jArticleListSchema=O;exports.jArticleListShapeTmp=no;exports.jArticleLittleSchema=H;exports.jArticleViewSchema=q;exports.jArticleWidgetListSchema=hi;exports.jArticleWidgetLittleSchema=mi;exports.jArticleWidgetViewSchema=up;exports.jAseiInstitutionViewSchema=Ql;exports.jAseiTicketViewSchema=Zl;exports.jBookableAssetListSchema=Qa;exports.jBookableAssetViewSchema=Yl;exports.jBusinessContactListSchema=Xl;exports.jBusinessContactLittleSchema=Lo;exports.jCommentListSchema=ot;exports.jCommentLittleSchema=fd;exports.jContentFactoryDefaultTemplateViewSchema=yd;exports.jContentFactorySurveyTemplateViewSchema=Sd;exports.jContentFactoryTemplateListSchema=an;exports.jContentFactoryTemplateViewSchema=wd;exports.jContentReportListSchema=vd;exports.jDiapazoneListSchema=Ka;exports.jDiapazoneViewSchema=Fo;exports.jEnsure=Vv;exports.jExtraBotViewSchema=Vd;exports.jFaqItemListSchema=Yo;exports.jFaqItemViewSchema=Nd;exports.jFaqListSchema=Qo;exports.jFaqViewSchema=qd;exports.jFileListSchema=qm;exports.jFileLittleCropSchema=Wm;exports.jFileLittleSchema=V;exports.jFileRenditionSchema=Nm;exports.jFolderListSchema=Rc;exports.jFolderLittleSchema=Ze;exports.jGroupListSchema=kr;exports.jGroupLittleSchema=Xe;exports.jGroupViewSchema=rh;exports.jHrefSchema=Un;exports.jIACapabilitiesSchema=Hw;exports.jInternalDraftListSchema=oo;exports.jInternalDraftViewSchema=Fc;exports.jLandLogSchema=iy;exports.jLandMapFlavorSchema=Zd;exports.jLandMapKindSchema=Qd;exports.jLandMapListSchema=ei;exports.jLandMapLittleSchema=Xo;exports.jLandMapViewSchema=Yd;exports.jLandStatSchema=sy;exports.jLinkListSchema=cg;exports.jLinkLittleSchema=Za;exports.jMediaLibraryFileListSchema=ai;exports.jMediaLibraryFileLittleSchema=ti;exports.jMediaLibraryFolderListSchema=oi;exports.jMediaLibraryFolderLittleSchema=ni;exports.jMeetingListSchema=nt;exports.jMeetingViewSchema=jo;exports.jMessengerDiscussionGroupListSchema=Ed;exports.jMessengerDiscussionGroupLittleSchema=rn;exports.jMessengerDiscussionUserListSchema=jd;exports.jMessengerDiscussionUserLittleSchema=zo;exports.jMessengerMessageLittleSchema=_d;exports.jNetworkLittleSchema=tr;exports.jObjectAutocompleteSchema=Me;exports.jObjectBaseSchema=ue;exports.jObjectListSchema=Nn;exports.jObjectLittleSchema=B;exports.jOrgChartListSchema=ii;exports.jOrgChartViewSchema=Xd;exports.jPermanentRoomListSchema=ui;exports.jPollSurveyListSchema=Ao;exports.jPollSurveyLittleSchema=zc;exports.jPollSurveyViewSchema=Jc;exports.jQuarantineListSchema=$d;exports.jQuarantineLittleSchema=Ko;exports.jQuizzListSchema=Jo;exports.jQuizzListShapeTmp=Dd;exports.jQuizzViewSchema=Id;exports.jRecurringEventListSchema=Oo;exports.jRecurringEventLittleSchema=Po;exports.jRecurringEventOccurrenceListFalsySchema=Bo;exports.jRecurringEventOccurrenceListSchema=ad;exports.jRecurringEventOccurrenceListTruthySchema=tn;exports.jRecurringEventOccurrenceLittleFalsySchema=Uo;exports.jRecurringEventOccurrenceLittleSchema=bf;exports.jRecurringEventOccurrenceLittleTruthySchema=en;exports.jRecurringEventOccurrenceViewFalsySchema=nd;exports.jRecurringEventOccurrenceViewSchema=od;exports.jRecurringEventOccurrenceViewTruthySchema=Wo;exports.jRecurringEventViewSchema=Mo;exports.jReservationListSchema=Kl;exports.jSocialEventListSchema=_e;exports.jSocialEventLittleSchema=Xa;exports.jSocialEventViewSchema=Le;exports.jSocialRateLinkListSchema=Zc;exports.jSpotAutocompleteSchema=qn;exports.jSpotAutocompleteShape=Hs;exports.jSupportListSchema=si;exports.jSupportViewSchema=tp;exports.jSupportViewShapeTmp=ep;exports.jSurveyDateListSchema=Ho;exports.jSurveyDateViewSchema=Md;exports.jTvChannelDynamicListSchema=ci;exports.jTvChannelListSchema=ip;exports.jTvChannelLittleSchema=cn;exports.jTvChannelSlideshowListSchema=li;exports.jUserAutocompleteSchema=Vn;exports.jUserListSchema=Ye;exports.jUserLittleSchema=I;exports.jUserValuesSchema=An;exports.jUserViewSchema=Qs;exports.licenseSchema=Vl;exports.mediaLibraryFilesStatsSchema=Sy;exports.mediaLibraryFolderStatsSchema=yy;exports.mediaLibraryListSchema=gy;exports.mediaLibraryStatsSchema=wy;exports.meetingActionSchema=Eo;exports.meetingCreationSchema=hf;exports.meetingUpdateSchema=gf;exports.metasExternalSchema=pr;exports.metasJamespotSchema=lr;exports.metasSchema=ur;exports.metasYoutubeSchema=dr;exports.meteoLocationSchema=wc;exports.meteoSearchResultSchema=Ih;exports.methodSchema=ns;exports.mimetypeToExt=pt;exports.mimetypes=$v;exports.moduleRestrictionMode=Xw;exports.moveFaqEntrySchema=KS;exports.moveFaqThemeSchema=XS;exports.moveMediaLibraryFileParamsSchema=vy;exports.msDocumentEntitySchema=iS;exports.msDocumentParamsSchema=xd;exports.msGetDocumentsParamsSchema=yS;exports.msGroupEntitySchema=oS;exports.msSiteEntitySchema=nS;exports.msTenantEntitySchema=tS;exports.msTenantsSchema=Go;exports.msUnifiedEntitySchema=lS;exports.network=su;exports.networkTypeSchema=ev;exports.newsConceptSchema=We;exports.newsflashGetResponseSchema=gg;exports.newsflashItemSchema=Pl;exports.newsflashPropertiesSchema=Dl;exports.newsflashSourceSchema=it;exports.newsflashSourcesSchema=Il;exports.objectListPropsSchema=Hu;exports.objectTimestamp=Zp;exports.objectWithoutLicenseFilterSchema=yg;exports.officeProviderBaseUrlsSchema=tv;exports.officeSetConfigurationPayloadSchema=av;exports.officeUserConfigurationSchema=bp;exports.onlyOfficeFileSchema=Tp;exports.onyOfficeFileInfoSchema=Cp;exports.openingTypeAnchorSchema=Br;exports.openingTypeLinkSchema=Ur;exports.openingTypePopupSchema=Wr;exports.openingTypeSchema=xr;exports.operatorSchema=as;exports.orderSchema=ut;exports.ordersSchema=Ae;exports.padStartTwoDigits=qv;exports.pollSurveyStatusSchema=Gc;exports.prepareGroupForUpdate=ok;exports.publicWebinarData=Ng;exports.publicWebinarFullnameRequestSchema=Wg;exports.publicWebinarGetDateRequestSchema=qg;exports.publicWebinarUrlSchema=Vg;exports.questionAnswerSelectResponseParamsSchema=cv;exports.questionAnswerUnselectResponseParamsSchema=lv;exports.quizFieldSchema=Od;exports.quizResponseSchema=Pd;exports.recurrenceRuleSchema=Io;exports.recurringEventCreationSchema=Lf;exports.recurringEventUpdateSchema=Rf;exports.removeIfStartsWith=fi;exports.replacePropertiesWithTypes=hn;exports.resetNotificationConfigurationSchema=ch;exports.resolveFileFamily=Yp;exports.resolveFileMimetype=Xv;exports.resolveFilePath=Qv;exports.resolveFileUrl=Kv;exports.resolveSurveyUri=Mh;exports.resolveWidgetByName=Bh;exports.resolveWidgetContent=Fr;exports.rightsSchema=oe;exports.rssTypeSchema=yr;exports.searchCategoryModelSchema=_p;exports.searchCategoryValueSchema=xp;exports.searchConfigSchema=pv;exports.searchFacetModelSchema=ln;exports.searchFacetValueModelSchema=Fp;exports.searchFacetValuesSchema=Lp;exports.searchLastQuerySchema=hv;exports.searchQueryFilterModelSchema=Rp;exports.searchQueryOptionSchema=Ep;exports.searchQuerySchema=uv;exports.searchQuerySortModelSchema=jp;exports.searchResultCatPropsSchema=gv;exports.searchResultPropsAppSchema=Dp;exports.searchResultPropsObjectSchema=Ip;exports.searchResultPropsSchema=Pp;exports.shareAccessPropsSchema=yv;exports.shareGeneralAccessRulesSchema=fv;exports.shareOptionObjectSchema=Sv;exports.shareOptionSchema=dd;exports.socialActionRateSchema=cd;exports.socialActionReportSchema=ld;exports.socialActionSchema=jn;exports.socialActionSchema_deprecated=Vo;exports.socialActionShareSchema=pd;exports.socialActionStructSchema_deprecated=rd;exports.socialActionToggleSchema=ud;exports.socialEventActionSchema=Ro;exports.socialEventCreationSchema=lf;exports.socialEventUpdateSchema=df;exports.spotDiscussionKindSchema=Ld;exports.storeFinalizeSchema=xg;exports.storeItemSchema=Tg;exports.suffixIfDoesNotExist=Vp;exports.surveyDateResponsesSchema=Ud;exports.surveyDateUsersForDateSchema=DS;exports.surveyDateUsersResponseSchema=ES;exports.surveyDateUsersResponsesSchema=Bd;exports.surveyDateUtils=ck;exports.surveyFieldBaseSchema=ee;exports.surveyFieldBinaryDataSchema=io;exports.surveyFieldBinarySchema=Ec;exports.surveyFieldCheckDataSchema=co;exports.surveyFieldCheckSchema=Pc;exports.surveyFieldFileUploadDataSchema=ho;exports.surveyFieldFileUploadSchema=Wc;exports.surveyFieldGridCheckDataSchema=fo;exports.surveyFieldGridCheckSchema=qc;exports.surveyFieldGridRadioDataSchema=go;exports.surveyFieldGridRadioSchema=Vc;exports.surveyFieldKeysSchema=jc;exports.surveyFieldOptionCheckSchema=So;exports.surveyFieldOptionFileUploadSchema=bo;exports.surveyFieldOptionGridCheckSchema=Co;exports.surveyFieldOptionGridRadioSchema=To;exports.surveyFieldOptionRateSchema=yo;exports.surveyFieldOptionScaleSchema=wo;exports.surveyFieldOptionTextSchema=vo;exports.surveyFieldOptionTextareaSchema=ko;exports.surveyFieldRadioDataSchema=ro;exports.surveyFieldRadioSchema=Ic;exports.surveyFieldRateDataSchema=lo;exports.surveyFieldRateSchema=Oc;exports.surveyFieldScaleDataSchema=po;exports.surveyFieldScaleSchema=Mc;exports.surveyFieldSelectDataSchema=so;exports.surveyFieldSelectSchema=Dc;exports.surveyFieldTextDataSchema=uo;exports.surveyFieldTextSchema=Uc;exports.surveyFieldTextareaDataSchema=mo;exports.surveyFieldTextareaSchema=Bc;exports.surveySectionSchema=xo;exports.textEnhanceResponseSchema=$w;exports.tinyMCECommonOptionsSchema=kv;exports.tinyMCEDynamicOptionsSchema=Mp;exports.tinymceExtendedOptionsSchema=bv;exports.toBoolean=qi;exports.tvChannelCreatePayloadSchema=Py;exports.tvChannelCreationSchema=Iy;exports.tvChannelDynamicArticleSchema=rp;exports.tvChannelDynamicCommentSchema=sp;exports.tvChannelSlideshowFileSchema=cp;exports.tvChannelTypeSchema=ap;exports.tvGetChannelResponseSchema=Gy;exports.tvGetConfigureDynamicChannelResponse=di;exports.tvGetConfigureSlideshowChannelResponse=pi;exports.updateCommentParamsSchema=Zh;exports.updateGroupSchema=th;exports.updateReportStatusParamsSchema=Kf;exports.uploadConfigSchema=Pm;exports.userDefaultFieldsTypeSchema=qe;exports.userDirectoryConfigurationSchema=Ks;exports.userDownloadSchema=Gm;exports.userFieldSchema=Cm;exports.userFieldsConfigurationTypeSchema=bm;exports.userFieldsSchema=Tm;exports.userLevelSpotSchema=zn;exports.userMapModelSchema=Ys;exports.userReadSchema=Qh;exports.userResponseStatusSchema=Wd;exports.userSpotCategoriesSchema=nh;exports.userValuesSchema=xm;exports.validateIsFormatFileLittle=Um;exports.validateIsFormatObjectList=Em;exports.validateIsFormatObjectLittle=dm;exports.validateIsFormatRights=fm;exports.validateIsFormatSocialEvent=cf;exports.validateIsFormatUserDirectoryConfiguration=_m;exports.validateIsFormatUserLevelSpot=ph;exports.validateIsFormatUserList=wm;exports.validateIsFormatUserMapModel=km;exports.validateIsFormatUserView=vm;exports.validateTemplateData=ig;exports.valueLabelSchema=me;exports.variantSizeTypeSchema=Cr;exports.variantTypeSchema=Tr;exports.videoRecordingSchema=zy;exports.visioConnectStatisticsRoomSchema=lp;exports.visioConnectStatisticsRoomSessionsSchema=$y;exports.visioConnectStatisticsSchema=Jy;exports.wallFilterSchema=Av;exports.weDocTemplateSchema=vp;exports.webinarModeratorsSchema=Gg;exports.wedocEmptyTypeSchema=Ev;exports.wedocFileAudienceTypeSchema=Lv;exports.wedocQueryResultsSchema=Rv;exports.wedocQueryTypeSchema=jv;exports.wedocTemplateSchema=Fv;exports.widgetAccessibilityContentSchema=St;exports.widgetAccessibilityTypeSchema=yt;exports.widgetActiveValueSchema=dl;exports.widgetApplicationAppsItemSchema=Er;exports.widgetApplicationContentSchema=wt;exports.widgetApplicationCssSchema=Mr;exports.widgetApplicationExtensionItemSchema=Pr;exports.widgetApplicationImageItemSchema=Ir;exports.widgetApplicationItemSchema=Or;exports.widgetApplicationLinkItemSchema=Dr;exports.widgetApplicationSizeSchema=jr;exports.widgetApplicationTypeSchema=vt;exports.widgetApplicationViewSchema=Rr;exports.widgetArticleAttachmentContentSchema=kt;exports.widgetArticleAttachmentTypeSchema=bt;exports.widgetArticleButtonContentSchema=Ct;exports.widgetArticleButtonTypeSchema=Tt;exports.widgetArticleCheckListTypeForFrontSchema=nw;exports.widgetArticleGalleryContentSchema=xt;exports.widgetArticleGalleryTypeSchema=At;exports.widgetArticleImageContentSchema=_t;exports.widgetArticleImageTypeSchema=Lt;exports.widgetArticleSliderContentSchema=Ft;exports.widgetArticleSliderTypeSchema=Rt;exports.widgetArticleTextContentSchema=jt;exports.widgetArticleTextTypeSchema=Et;exports.widgetArticleTitleContentSchema=Dt;exports.widgetArticleTitleTypeSchema=It;exports.widgetAudienceSchema=pl;exports.widgetBaseSchema=ft;exports.widgetBirthdayContentSchema=Pt;exports.widgetBirthdayCssSchema=Nr;exports.widgetBirthdayTypeSchema=Ot;exports.widgetButtonActionGroupSchema=Yr;exports.widgetButtonActionSchema=Kr;exports.widgetButtonActionTypeSchema=Qr;exports.widgetButtonContentSchema=Mt;exports.widgetButtonIconFontSizeSchema=Zr;exports.widgetButtonIconPaddingSchema=$r;exports.widgetButtonIconPositionSchema=zr;exports.widgetButtonPositionSchema=Jr;exports.widgetButtonPropsSchema=Vr;exports.widgetButtonSizeSchema=Gr;exports.widgetButtonStyleSchema=Hr;exports.widgetButtonTypeSchema=Ut;exports.widgetCalendarCalDavContentSchema=Vt;exports.widgetCalendarCalDavTypeSchema=qt;exports.widgetCalendarContentSchema=Bt;exports.widgetCalendarTypeSchema=Wt;exports.widgetChartsContentSchema=Ra;exports.widgetChartsTypeSchema=ja;exports.widgetCheckListContentArrForFrontSchema=gp;exports.widgetCheckListContentArrSchema=Xr;exports.widgetCheckListContentForFrontSchema=fp;exports.widgetCheckListContentSchema=Nt;exports.widgetCheckListTypeSchema=Gt;exports.widgetCheckboxSchema=_l;exports.widgetColorContentSchema=zt;exports.widgetColorSchema=nl;exports.widgetColorTypeSchema=Jt;exports.widgetContactCardDavContentSchema=Ht;exports.widgetContactCardDavTypeSchema=$t;exports.widgetContactContentSchema=Ua;exports.widgetContactCssSchema=vc;exports.widgetContactTypeSchema=Ba;exports.widgetContentBaseSchema=R;exports.widgetContentKeysSchema=Lc;exports.widgetContextSchema=yp;exports.widgetCountdownContentSchema=Zt;exports.widgetCountdownTypeSchema=Qt;exports.widgetCoverContentSchema=Yt;exports.widgetCoverSlideSchema=gc;exports.widgetCoverTypeSchema=Kt;exports.widgetDatasourceTableContentSchema=et;exports.widgetDatasourceTableTypeSchema=Xt;exports.widgetDatePickerSchema=cl;exports.widgetDatePickerValueSchema=ll;exports.widgetDateSchema=ol;exports.widgetDateValueSchema=il;exports.widgetDatetimeSchema=sl;exports.widgetDatetimeValueSchema=rl;exports.widgetDefaultProps=aw;exports.widgetDefinitionPropsSchema=pp;exports.widgetDisplayModeSchema=hp;exports.widgetDocumentsContentSchema=ea;exports.widgetDocumentsTypeSchema=ta;exports.widgetEmailSchema=wl;exports.widgetEmailValueSchema=vl;exports.widgetEmailsImapContentSchema=aa;exports.widgetEmailsImapTypeSchema=na;exports.widgetEmbedContentSchema=oa;exports.widgetEmbedSchema=Sl;exports.widgetEmbedTypeSchema=ia;exports.widgetExcelDatasourceTableContentSchema=sa;exports.widgetExcelDatasourceTableTypeSchema=ra;exports.widgetExtensionContentSchema=ca;exports.widgetExtensionTypeSchema=la;exports.widgetFaqContentSchema=qa;exports.widgetFaqTypeSchema=Na;exports.widgetFileSchema=hl;exports.widgetFlocklerContentSchema=Wa;exports.widgetFlocklerTypeSchema=Va;exports.widgetIframeVideoSchema=yl;exports.widgetImageContentSchema=Oa;exports.widgetImageSchema=gl;exports.widgetImageTypeSchema=Ma;exports.widgetKeysSchema=Yn;exports.widgetLayerSchema=mp;exports.widgetLegacyMixedBooleanSchema=ae;exports.widgetLinkSchema=ul;exports.widgetLuccaAbsenceContentSchema=da;exports.widgetLuccaAbsenceTypeSchema=pa;exports.widgetLuccaAbsenceUserSchema=xh;exports.widgetMeteoContentSchema=Ea;exports.widgetMeteoTypeSchema=Da;exports.widgetMultiattributeSchema=ml;exports.widgetMyGroupContentSchema=Ia;exports.widgetMyGroupTypeSchema=Pa;exports.widgetNewsContentSchema=ua;exports.widgetNewsTypeSchema=ma;exports.widgetNewsflashContentSchema=ha;exports.widgetNewsflashTypeSchema=ga;exports.widgetNumberSchema=tl;exports.widgetNumberValueSchema=al;exports.widgetOrientedlinksSchema=jl;exports.widgetPlaceSchema=Cl;exports.widgetPresenceContentSchema=tt;exports.widgetPresenceRespondPayloadSchema=dc;exports.widgetPresenceResponseSchema=pc;exports.widgetPresenceTypeSchema=fa;exports.widgetQuickSurveyContentSchema=Sa;exports.widgetQuickSurveyTypeSchema=ya;exports.widgetRadioSchema=Al;exports.widgetRefUserSchema=Tl;exports.widgetRtObjectSchema=Sp;exports.widgetSchema=mg;exports.widgetSelectSchema=fl;exports.widgetSelectionBackgroundPropsSchema=Xn;exports.widgetSelectionPropsSchema=fh;exports.widgetSeparatorAlignSchema=hc;exports.widgetSeparatorContentSchema=wa;exports.widgetSeparatorOrientationSchema=mc;exports.widgetSeparatorTypeSchema=va;exports.widgetSlideSchema=qr;exports.widgetSliderContentSchema=ka;exports.widgetSliderTypeSchema=ba;exports.widgetStatePropsSchema=ao;exports.widgetStylesSchema=In;exports.widgetSurveyContentSchema=Ga;exports.widgetSurveyTypeSchema=za;exports.widgetSyncContentContentSchema=Ca;exports.widgetSyncContentTypeSchema=to;exports.widgetTableColumnDataSchema=eo;exports.widgetTableColumnSchema=Ch;exports.widgetTableColumnTypesSchema=cc;exports.widgetTableColumnWidgetDateSchema=sc;exports.widgetTableColumnWidgetDefaultSchema=ac;exports.widgetTableColumnWidgetSelectOptionSchema=oc;exports.widgetTableColumnWidgetSelectSchema=ic;exports.widgetTableColumnWidgetTextSchema=nc;exports.widgetTableColumnWidgetsSchema=rc;exports.widgetTableColumnsData=bh;exports.widgetTableContentSchema=lc;exports.widgetTaxonomySchema=Ll;exports.widgetTelSchema=Fl;exports.widgetTextContentSchema=Ta;exports.widgetTextSchema=Yc;exports.widgetTextTypeSchema=xa;exports.widgetTextValueSchema=Kc;exports.widgetTextareaSchema=Xc;exports.widgetTextareaValueSchema=el;exports.widgetToggleSchema=Rl;exports.widgetTransientSchema=xl;exports.widgetTypeKeysSchema=Uh;exports.widgetUriSchema=El;exports.widgetUrlSchema=kl;exports.widgetUrlValueSchema=bl;exports.widgetUserProfileContentSchema=Aa;exports.widgetUserProfileTypeSchema=_a;exports.widgetVectorSchema=Ar;exports.widgetWelcomeContentSchema=La;exports.widgetWelcomeTypeSchema=Fa;exports.widgetWrapperLevelSchema=Ac;exports.widgetWrapperPropsSchema=le;exports.widgetYoutubeContentSchema=Ja;exports.widgetYoutubeTypeSchema=Ha;exports.widgetsRootStateSchema=sw;exports.widgetsStateSchema=wp;exports.widgetsValueSchema=hg;exports.withExtensionsSchema=Dv;exports.zCoerceBoolean=ge;exports.zCoerceOptionalNumber=Y;exports.zObject=s;exports.zPassThrough=Uu;exports.zSchema=f;