jamespot-user-api 1.3.116 → 1.3.118

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 (1711) hide show
  1. package/dist/jamespot-user-api.cjs +1 -1
  2. package/dist/jamespot-user-api.js +2753 -2619
  3. package/dist/src/apis/bbb/bbb.d.ts +8 -1
  4. package/dist/src/apis/bbb/bbb.mock.d.ts +3 -1
  5. package/dist/src/apis/faq/faq.d.ts +4 -1
  6. package/dist/src/apis/faq/faq.mock.d.ts +4 -1
  7. package/dist/src/apis/messenger/messenger.d.ts +6 -0
  8. package/dist/src/apis/messenger/messenger.mock.d.ts +3 -0
  9. package/dist/src/apis/user/user.d.ts +5 -1
  10. package/dist/src/apis/user/user.mock.d.ts +2 -1
  11. package/dist/src/apis/widget/widget.mock.d.ts +4 -0
  12. package/dist/src/types/article.d.ts +12 -0
  13. package/dist/src/types/asei.d.ts +4 -0
  14. package/dist/src/types/assetReservation.d.ts +8 -0
  15. package/dist/src/types/audience.d.ts +2 -0
  16. package/dist/src/types/autocomplete.d.ts +2 -2
  17. package/dist/src/types/bbb.d.ts +32 -0
  18. package/dist/src/types/boardcard.d.ts +8 -0
  19. package/dist/src/types/businessContact.d.ts +2 -0
  20. package/dist/src/types/calendar.d.ts +24 -0
  21. package/dist/src/types/contentFactory.d.ts +10 -0
  22. package/dist/src/types/contentReport.d.ts +2 -0
  23. package/dist/src/types/diapazone.d.ts +4 -0
  24. package/dist/src/types/extraBot.d.ts +2 -0
  25. package/dist/src/types/faq.d.ts +54 -3
  26. package/dist/src/types/fileIntegrity.d.ts +6 -0
  27. package/dist/src/types/group.d.ts +14 -0
  28. package/dist/src/types/hook.d.ts +103 -24
  29. package/dist/src/types/jLand.d.ts +4 -0
  30. package/dist/src/types/mediaLibrary.d.ts +10 -0
  31. package/dist/src/types/meeting.d.ts +4 -0
  32. package/dist/src/types/membogo.d.ts +8 -0
  33. package/dist/src/types/messengerDiscussion.d.ts +2 -0
  34. package/dist/src/types/office.d.ts +2 -2
  35. package/dist/src/types/onlyOffice.d.ts +2 -0
  36. package/dist/src/types/orgcharts.d.ts +4 -0
  37. package/dist/src/types/pollSurvey.d.ts +4 -0
  38. package/dist/src/types/question.d.ts +2 -0
  39. package/dist/src/types/quizz.d.ts +6 -0
  40. package/dist/src/types/recurringEvent.d.ts +21 -0
  41. package/dist/src/types/socialEvent.d.ts +4 -0
  42. package/dist/src/types/support.d.ts +6 -0
  43. package/dist/src/types/surveyDate.d.ts +4 -0
  44. package/dist/src/types/tvDisplay.d.ts +22 -0
  45. package/dist/src/types/visioConnect.d.ts +6 -0
  46. package/dist/src/types/wedoc.d.ts +2 -0
  47. package/dist/src/types/widgets/common.d.ts +3 -1
  48. package/dist/src/types/widgets/default.d.ts +42 -4
  49. package/dist/src/types/widgets/widgetFaq.d.ts +16 -0
  50. package/dist/src/types/widgets/widgetMyGroup.d.ts +12 -0
  51. package/dist/src/types/widgets.d.ts +6 -0
  52. package/dist/src/util/common.d.ts +1 -0
  53. package/dist/src/util/widget.d.ts +4 -0
  54. package/documentation/assets/hierarchy.js +1 -1
  55. package/documentation/assets/navigation.js +1 -1
  56. package/documentation/assets/search.js +1 -1
  57. package/documentation/classes/AdminAdvancedApi.html +6 -6
  58. package/documentation/classes/AdminLicenseApi.html +23 -23
  59. package/documentation/classes/AdminLogApi.html +7 -7
  60. package/documentation/classes/AdminStoreApi.html +7 -7
  61. package/documentation/classes/AdminUtilsApi.html +5 -5
  62. package/documentation/classes/JApplicationApi.html +13 -13
  63. package/documentation/classes/JArticleApi.html +22 -22
  64. package/documentation/classes/JAssetReservation.html +10 -10
  65. package/documentation/classes/JAudienceApi.html +6 -6
  66. package/documentation/classes/JBaseApi.html +4 -4
  67. package/documentation/classes/JBbbApi.html +41 -10
  68. package/documentation/classes/JBookmarkApi.html +11 -11
  69. package/documentation/classes/JBusinessNetworkingApi.html +6 -6
  70. package/documentation/classes/JCalendarApi.html +11 -11
  71. package/documentation/classes/JCommunityApi.html +8 -8
  72. package/documentation/classes/JContentFactory.html +9 -9
  73. package/documentation/classes/JContentReportApi.html +8 -8
  74. package/documentation/classes/JDatasourceApi.html +14 -14
  75. package/documentation/classes/JDiapazoneApi.html +7 -7
  76. package/documentation/classes/JDriveApi.html +17 -17
  77. package/documentation/classes/JExternalAppApi.html +8 -8
  78. package/documentation/classes/JExtraBotApi.html +9 -9
  79. package/documentation/classes/JFaqApi.html +69 -24
  80. package/documentation/classes/JFileApi.html +18 -18
  81. package/documentation/classes/JFileIntegrity.html +9 -9
  82. package/documentation/classes/JFilebankApi.html +12 -12
  83. package/documentation/classes/JGlobalApi.html +12 -12
  84. package/documentation/classes/JGroupApi.html +23 -23
  85. package/documentation/classes/JIAApi.html +6 -6
  86. package/documentation/classes/JJamespotApi.html +6 -6
  87. package/documentation/classes/JLandApi.html +9 -9
  88. package/documentation/classes/JLuccaApi.html +6 -6
  89. package/documentation/classes/JModuleApi.html +7 -7
  90. package/documentation/classes/JObjectApi.html +12 -12
  91. package/documentation/classes/JOrgchartsApi.html +9 -9
  92. package/documentation/classes/JPublishButtonApi.html +6 -6
  93. package/documentation/classes/JQuestionAnswerApi.html +7 -7
  94. package/documentation/classes/JSearchApi.html +11 -11
  95. package/documentation/classes/JShareApi.html +8 -8
  96. package/documentation/classes/JSurveyDateApi.html +8 -8
  97. package/documentation/classes/JTaxonomyApi.html +10 -10
  98. package/documentation/classes/JTeamWorkAiApi.html +8 -8
  99. package/documentation/classes/JUserApi.html +51 -37
  100. package/documentation/classes/JWedocApi.html +17 -17
  101. package/documentation/classes/JWidgetApi.html +19 -19
  102. package/documentation/classes/JamespotUserApi.html +63 -63
  103. package/documentation/classes/JitsiApi.html +6 -6
  104. package/documentation/classes/Network.html +18 -18
  105. package/documentation/classes/TVDisplayApi.html +8 -8
  106. package/documentation/classes/WindowBrowser.html +4 -4
  107. package/documentation/enums/ApiErrorCode.html +4 -4
  108. package/documentation/enums/BookmarkType.html +3 -3
  109. package/documentation/enums/ContentReportStatus.html +4 -4
  110. package/documentation/enums/Format.html +4 -4
  111. package/documentation/enums/GroupModerateStatus.html +4 -4
  112. package/documentation/enums/GroupPrivacy.html +4 -4
  113. package/documentation/enums/RecurrenceRule.html +14 -8
  114. package/documentation/enums/StudioApplicationStatus.html +5 -5
  115. package/documentation/enums/SurveyFieldName.html +12 -12
  116. package/documentation/enums/WidgetsName.html +54 -42
  117. package/documentation/functions/checkProperties.html +1 -1
  118. package/documentation/functions/combineFormat.html +1 -1
  119. package/documentation/functions/deepEqual.html +1 -1
  120. package/documentation/functions/ensureApplication.html +1 -1
  121. package/documentation/functions/ensureApplicationTabs.html +1 -1
  122. package/documentation/functions/ensureIsCalendarOldEvent.html +1 -1
  123. package/documentation/functions/ensureIsMeetingList.html +1 -1
  124. package/documentation/functions/ensureIsSocialEventList.html +1 -1
  125. package/documentation/functions/ensureIsSurveyData.html +1 -1
  126. package/documentation/functions/ensureIsTemplateFile.html +1 -1
  127. package/documentation/functions/ensureIsViewEvent.html +1 -1
  128. package/documentation/functions/ensureTVGetConfigureDynamicChannelResponse.html +1 -1
  129. package/documentation/functions/ensureTVGetConfigureSlideshowChannelResponse.html +1 -1
  130. package/documentation/functions/ensureWidgetAccessibilityType.html +1 -1
  131. package/documentation/functions/ensureWidgetApplicationType.html +1 -1
  132. package/documentation/functions/ensureWidgetArticleAttachmentType.html +1 -1
  133. package/documentation/functions/ensureWidgetArticleButtonType.html +1 -1
  134. package/documentation/functions/ensureWidgetArticleGalleryType.html +1 -1
  135. package/documentation/functions/ensureWidgetArticleImageType.html +1 -1
  136. package/documentation/functions/ensureWidgetArticleSliderType.html +1 -1
  137. package/documentation/functions/ensureWidgetArticleTextType.html +1 -1
  138. package/documentation/functions/ensureWidgetArticleTitleType.html +1 -1
  139. package/documentation/functions/ensureWidgetBirthdayType.html +1 -1
  140. package/documentation/functions/ensureWidgetButtonType.html +1 -1
  141. package/documentation/functions/ensureWidgetCalendarCalDavType.html +1 -1
  142. package/documentation/functions/ensureWidgetCalendarType.html +1 -1
  143. package/documentation/functions/ensureWidgetChartsType.html +1 -1
  144. package/documentation/functions/ensureWidgetCheckListType.html +1 -1
  145. package/documentation/functions/ensureWidgetColorType.html +1 -1
  146. package/documentation/functions/ensureWidgetContactCardDavType.html +1 -1
  147. package/documentation/functions/ensureWidgetContactType.html +1 -1
  148. package/documentation/functions/ensureWidgetContent.html +1 -1
  149. package/documentation/functions/ensureWidgetCountdownType.html +1 -1
  150. package/documentation/functions/ensureWidgetCoverType.html +1 -1
  151. package/documentation/functions/ensureWidgetDatasourceTableType.html +1 -1
  152. package/documentation/functions/ensureWidgetDefinitionProps.html +1 -1
  153. package/documentation/functions/ensureWidgetDocumentsType.html +1 -1
  154. package/documentation/functions/ensureWidgetEmailsImapType.html +1 -1
  155. package/documentation/functions/ensureWidgetEmbedType.html +1 -1
  156. package/documentation/functions/ensureWidgetExcelDatasourceTableType.html +1 -1
  157. package/documentation/functions/ensureWidgetExtensionType.html +1 -1
  158. package/documentation/functions/ensureWidgetFaqType.html +42 -0
  159. package/documentation/functions/ensureWidgetFlocklerType.html +1 -1
  160. package/documentation/functions/ensureWidgetImageType.html +1 -1
  161. package/documentation/functions/ensureWidgetLuccaAbsenceType.html +1 -1
  162. package/documentation/functions/ensureWidgetMeteoType.html +1 -1
  163. package/documentation/functions/ensureWidgetMyGroupType.html +42 -0
  164. package/documentation/functions/ensureWidgetNewsflashType.html +1 -1
  165. package/documentation/functions/ensureWidgetObjectHasMinimumProperties.html +1 -1
  166. package/documentation/functions/ensureWidgetPresenceContent.html +1 -1
  167. package/documentation/functions/ensureWidgetPresenceResponse.html +1 -1
  168. package/documentation/functions/ensureWidgetPresenceResponsePayload.html +1 -1
  169. package/documentation/functions/ensureWidgetPresenceType.html +1 -1
  170. package/documentation/functions/ensureWidgetQuickSurveyType.html +1 -1
  171. package/documentation/functions/ensureWidgetSeparatorType.html +1 -1
  172. package/documentation/functions/ensureWidgetSliderType.html +1 -1
  173. package/documentation/functions/ensureWidgetTextType.html +1 -1
  174. package/documentation/functions/ensureWidgetType.html +1 -1
  175. package/documentation/functions/ensureWidgetUserProfileType.html +1 -1
  176. package/documentation/functions/ensureWidgetWelcomeType.html +1 -1
  177. package/documentation/functions/ensureWidgetWrapperProps.html +1 -1
  178. package/documentation/functions/ensureWidgetYoutubeType.html +1 -1
  179. package/documentation/functions/extractFlattenTaxonomiesFromObject.html +1 -1
  180. package/documentation/functions/extractTaxonomiesFromObject.html +1 -1
  181. package/documentation/functions/extractTaxonomiesFromObjectAndMapProperty.html +1 -1
  182. package/documentation/functions/extractTaxonomiesFromObjectAndMapUri.html +1 -1
  183. package/documentation/functions/formatImgUrl.html +1 -1
  184. package/documentation/functions/getArgs.html +1 -1
  185. package/documentation/functions/getExtensionFromName.html +1 -1
  186. package/documentation/functions/getFileExtensionFromMimetype.html +1 -1
  187. package/documentation/functions/getFileFamily.html +1 -1
  188. package/documentation/functions/getFileFamilyFromName.html +1 -1
  189. package/documentation/functions/getFormat.html +1 -1
  190. package/documentation/functions/getFrom.html +1 -1
  191. package/documentation/functions/getMimetypeFromExtension.html +1 -1
  192. package/documentation/functions/getMimetypeFromName.html +1 -1
  193. package/documentation/functions/getSize.html +1 -1
  194. package/documentation/functions/getTimestamp.html +1 -1
  195. package/documentation/functions/getUri.html +1 -1
  196. package/documentation/functions/getUrl.html +1 -1
  197. package/documentation/functions/inferBookmarkListSchema.html +3 -3
  198. package/documentation/functions/inferBookmarkRawListSchema.html +1 -1
  199. package/documentation/functions/inferMaybeWithToken.html +1 -1
  200. package/documentation/functions/inferSearchQueryResultSchema.html +1 -1
  201. package/documentation/functions/inferUserLicenseSchema.html +1 -1
  202. package/documentation/functions/isKnownArticle.html +1 -1
  203. package/documentation/functions/isKnownComment.html +1 -1
  204. package/documentation/functions/isSocialActionRate.html +1 -1
  205. package/documentation/functions/isSocialActionReport.html +1 -1
  206. package/documentation/functions/isSocialActionShare.html +1 -1
  207. package/documentation/functions/isSocialActionToggle.html +1 -1
  208. package/documentation/functions/isWidgetApplicationAppsItem.html +1 -1
  209. package/documentation/functions/isWidgetApplicationExtensionItem.html +1 -1
  210. package/documentation/functions/isWidgetApplicationImageItem.html +1 -1
  211. package/documentation/functions/isWidgetApplicationLinkItem.html +1 -1
  212. package/documentation/functions/objectTimestamp.html +1 -1
  213. package/documentation/functions/padStartTwoDigits.html +1 -1
  214. package/documentation/functions/prepareGroupForUpdate.html +1 -1
  215. package/documentation/functions/removeIfStartsWith.html +1 -1
  216. package/documentation/functions/replacePropertiesWithTypes.html +1 -1
  217. package/documentation/functions/resolveFileFamily.html +1 -1
  218. package/documentation/functions/resolveFileMimetype.html +1 -1
  219. package/documentation/functions/resolveFilePath.html +1 -1
  220. package/documentation/functions/resolveFileUrl.html +1 -1
  221. package/documentation/functions/resolveWidgetByName.html +1 -1
  222. package/documentation/functions/resolveWidgetContent.html +1 -1
  223. package/documentation/functions/suffixIfDoesNotExist.html +1 -1
  224. package/documentation/functions/toBoolean.html +42 -0
  225. package/documentation/functions/validateIsFormatFileLittle.html +1 -1
  226. package/documentation/functions/validateIsFormatObjectList.html +1 -1
  227. package/documentation/functions/validateIsFormatObjectLittle.html +1 -1
  228. package/documentation/functions/validateIsFormatRights.html +1 -1
  229. package/documentation/functions/validateIsFormatSocialEvent.html +1 -1
  230. package/documentation/functions/validateIsFormatUserDirectoryConfiguration.html +1 -1
  231. package/documentation/functions/validateIsFormatUserLevelSpot.html +1 -1
  232. package/documentation/functions/validateIsFormatUserList.html +1 -1
  233. package/documentation/functions/validateIsFormatUserMapModel.html +1 -1
  234. package/documentation/functions/validateIsFormatUserView.html +1 -1
  235. package/documentation/functions/validateTemplateData.html +1 -1
  236. package/documentation/functions/withExtensionsSchema.html +1 -1
  237. package/documentation/functions/zCoerceBoolean.html +1 -1
  238. package/documentation/functions/zCoerceOptionalNumber.html +1 -1
  239. package/documentation/functions/zObject.html +1 -1
  240. package/documentation/functions/zPassThrough.html +1 -1
  241. package/documentation/functions/zSchema.html +1 -1
  242. package/documentation/hierarchy.html +40 -40
  243. package/documentation/interfaces/AccessRightObject.html +20 -20
  244. package/documentation/interfaces/ApiDefaultWrapper.html +7 -7
  245. package/documentation/interfaces/ApiError.html +2 -2
  246. package/documentation/interfaces/ApiWrapper.html +8 -8
  247. package/documentation/interfaces/BaseMessage.html +3 -3
  248. package/documentation/interfaces/FileBankProps.html +4 -4
  249. package/documentation/interfaces/FolderProps.html +13 -13
  250. package/documentation/interfaces/ListFilterSpec.html +5 -5
  251. package/documentation/interfaces/OF.html +3 -3
  252. package/documentation/interfaces/PagingResults.html +7 -7
  253. package/documentation/interfaces/RootFolderProps.html +7 -7
  254. package/documentation/interfaces/SpotProps.html +7 -7
  255. package/documentation/interfaces/TaxonomyCreate.html +5 -5
  256. package/documentation/interfaces/WidgetType.html +4 -4
  257. package/documentation/interfaces/WindowInterface.html +4 -4
  258. package/documentation/interfaces/apiOptions.html +2 -2
  259. package/documentation/modules.html +6 -6
  260. package/documentation/types/AbortApiError.html +1 -1
  261. package/documentation/types/AccessRequestStatusValues.html +1 -1
  262. package/documentation/types/ActionParams.html +4 -4
  263. package/documentation/types/ActionUpdateParamsSchema.html +1 -1
  264. package/documentation/types/ActionVerb.html +1 -1
  265. package/documentation/types/Activities.html +3 -3
  266. package/documentation/types/AddActionParams.html +1 -1
  267. package/documentation/types/AddCommentParams.html +8 -8
  268. package/documentation/types/AddFaqEntry.html +1 -1
  269. package/documentation/types/AdminAdvancedHook.html +1 -1
  270. package/documentation/types/AdminApp.html +9 -9
  271. package/documentation/types/AdminAppTab.html +8 -8
  272. package/documentation/types/AdminApps.html +1 -1
  273. package/documentation/types/AdminLicenseStats.html +4 -4
  274. package/documentation/types/AdminLicensesAssigned.html +9 -9
  275. package/documentation/types/AdminLicensesNotAssigned.html +1 -1
  276. package/documentation/types/AdminLogNavigation.html +9 -9
  277. package/documentation/types/AdminLogObject.html +9 -9
  278. package/documentation/types/AdminLogSearch.html +4 -4
  279. package/documentation/types/AllKeys.html +1 -1
  280. package/documentation/types/AllMessages.html +9 -9
  281. package/documentation/types/AnimatedMeetingHook.html +1 -1
  282. package/documentation/types/AnimationConfigurationType.html +7 -7
  283. package/documentation/types/AnimationStats.html +1 -1
  284. package/documentation/types/AnimationStatsRow.html +3 -3
  285. package/documentation/types/AnimationVariant.html +1 -1
  286. package/documentation/types/AnimationsHook.html +1 -1
  287. package/documentation/types/AnyRTHandlerFunction.html +1 -1
  288. package/documentation/types/AnyRTMessage.html +1 -1
  289. package/documentation/types/ApiPagingResults.html +1 -1
  290. package/documentation/types/ApiReturn.html +1 -1
  291. package/documentation/types/ApplicationDefault.html +1 -1
  292. package/documentation/types/ApplicationIframe.html +1 -1
  293. package/documentation/types/ApplicationIntranetHook.html +1 -1
  294. package/documentation/types/ApplicationLink.html +1 -1
  295. package/documentation/types/ApplicationTab.html +4 -4
  296. package/documentation/types/ApplicationType.html +1 -1
  297. package/documentation/types/ApplicationWithTabs.html +1 -1
  298. package/documentation/types/ArticleCreation.html +6 -6
  299. package/documentation/types/ArticleDisplayMode.html +1 -1
  300. package/documentation/types/ArticleFormatsExtension.html +1 -1
  301. package/documentation/types/ArticleGetConfig.html +3 -3
  302. package/documentation/types/ArticleListConfig.html +8 -8
  303. package/documentation/types/ArticleReturn.html +1 -1
  304. package/documentation/types/ArticleSaveAsDraftPayload.html +7 -7
  305. package/documentation/types/ArticleTranslationGet.html +3 -3
  306. package/documentation/types/ArticleTranslationLanguage.html +3 -3
  307. package/documentation/types/ArticleTranslationTranslate.html +9 -9
  308. package/documentation/types/ArticleWithExtensions.html +1 -1
  309. package/documentation/types/Articles.html +1 -1
  310. package/documentation/types/ArticlesList.html +1 -1
  311. package/documentation/types/ArticlesListExtensions.html +1 -1
  312. package/documentation/types/ArticlesLittle.html +1 -1
  313. package/documentation/types/ArticlesLittleExtensions.html +1 -1
  314. package/documentation/types/ArticlesView.html +1 -1
  315. package/documentation/types/ArticlesViewExtensions.html +1 -1
  316. package/documentation/types/AseiGroups.html +4 -4
  317. package/documentation/types/AseiInstitution.html +1 -1
  318. package/documentation/types/AseiRights.html +3 -3
  319. package/documentation/types/AseiTicket.html +1 -1
  320. package/documentation/types/AseiTicketStatus.html +1 -1
  321. package/documentation/types/AssetReservationConfiguration.html +8 -8
  322. package/documentation/types/AsyncJobState.html +1 -1
  323. package/documentation/types/AsyncJobStatus.html +7 -7
  324. package/documentation/types/Audience.html +1 -1
  325. package/documentation/types/AudienceAutocomplete.html +1 -1
  326. package/documentation/types/AutoCompleteList.html +11 -11
  327. package/documentation/types/AutocompleteHierarchy.html +10 -10
  328. package/documentation/types/AutocompleteLittle.html +1 -1
  329. package/documentation/types/BaseArticle.html +7 -7
  330. package/documentation/types/BaseAutocomplete.html +12 -12
  331. package/documentation/types/BaseMessages.html +1 -1
  332. package/documentation/types/BaseMessagesOne.html +1 -1
  333. package/documentation/types/BigBlueButtonHook.html +1 -1
  334. package/documentation/types/BookableAssetList.html +1 -1
  335. package/documentation/types/BookableAssetView.html +1 -1
  336. package/documentation/types/BookmarkCustom.html +1 -1
  337. package/documentation/types/BookmarkLink.html +4 -4
  338. package/documentation/types/BookmarkList.html +1 -1
  339. package/documentation/types/BookmarkRawList.html +1 -1
  340. package/documentation/types/BookmarkTypes.html +1 -1
  341. package/documentation/types/BusinessContact.html +14 -14
  342. package/documentation/types/CSSBackgroundPosition.html +1 -1
  343. package/documentation/types/CSSBackgroundSize.html +1 -1
  344. package/documentation/types/CSSTextAlignType.html +1 -1
  345. package/documentation/types/CalendarCombinedEventsList.html +1 -1
  346. package/documentation/types/CalendarEventList.html +1 -1
  347. package/documentation/types/CalendarEventView.html +1 -1
  348. package/documentation/types/CalendarEventWithExtensions.html +1 -1
  349. package/documentation/types/CalendarEventsExtension.html +1 -1
  350. package/documentation/types/CalendarHook.html +1 -1
  351. package/documentation/types/CalendarMember.html +4 -4
  352. package/documentation/types/CalendarOldEvent.html +1 -1
  353. package/documentation/types/CalendarTab.html +1 -1
  354. package/documentation/types/Category.html +4 -4
  355. package/documentation/types/ChartType.html +1 -1
  356. package/documentation/types/ChartsPieDatum.html +4 -4
  357. package/documentation/types/ChartsSerie.html +4 -4
  358. package/documentation/types/CombinedSurveyField.html +1 -1
  359. package/documentation/types/CombinedSurveyFieldType.html +1 -1
  360. package/documentation/types/CombinedWidgetContent.html +2 -2
  361. package/documentation/types/CombinedWidgetType.html +2 -2
  362. package/documentation/types/CommentFormatsExtension.html +1 -1
  363. package/documentation/types/CommentReturn.html +1 -1
  364. package/documentation/types/CommentWithExtensions.html +1 -1
  365. package/documentation/types/Comments.html +1 -1
  366. package/documentation/types/CommentsList.html +1 -1
  367. package/documentation/types/CommentsListExtensions.html +1 -1
  368. package/documentation/types/CommentsLittle.html +1 -1
  369. package/documentation/types/CommentsLittleExtensions.html +1 -1
  370. package/documentation/types/CommentsView.html +1 -1
  371. package/documentation/types/CommentsViewExtensions.html +1 -1
  372. package/documentation/types/Community.html +1 -1
  373. package/documentation/types/CommunityAutocomplete.html +1 -1
  374. package/documentation/types/Configuration.html +1 -1
  375. package/documentation/types/ContactEntry.html +1 -1
  376. package/documentation/types/ContactShowFields.html +1 -1
  377. package/documentation/types/ContentFactoryDefaultData.html +1 -1
  378. package/documentation/types/ContentFactoryHook.html +1 -1
  379. package/documentation/types/ContentFactorySurveyData.html +12 -12
  380. package/documentation/types/ContentFactoryTemplateFile.html +4 -4
  381. package/documentation/types/ContentReportList.html +1 -1
  382. package/documentation/types/CreateFaqCategory.html +1 -1
  383. package/documentation/types/CreateFaqEntry.html +1 -1
  384. package/documentation/types/CreateFaqTheme.html +1 -1
  385. package/documentation/types/CreateGroup.html +10 -10
  386. package/documentation/types/CreateReportParams.html +1 -1
  387. package/documentation/types/CreateRoomPayload.html +1 -1
  388. package/documentation/types/CustomActionObject.html +5 -5
  389. package/documentation/types/DatasourceArticleLittle.html +1 -1
  390. package/documentation/types/DatasourceDataTypeUrl.html +3 -3
  391. package/documentation/types/DatasourceModel.html +1 -1
  392. package/documentation/types/DatasourceResult.html +8 -8
  393. package/documentation/types/DatasourceResultSort.html +3 -3
  394. package/documentation/types/DatasourceResultSortOrder.html +1 -1
  395. package/documentation/types/DatasourceStudioLittle.html +7 -7
  396. package/documentation/types/DatasourceType.html +1 -1
  397. package/documentation/types/DateFormat.html +1 -1
  398. package/documentation/types/DavAddressBookContact.html +1 -1
  399. package/documentation/types/DavCalendarEvent.html +1 -1
  400. package/documentation/types/DeleteFaqTheme.html +1 -1
  401. package/documentation/types/DiapazoneExtraFields.html +1 -1
  402. package/documentation/types/DigitalDeskStatistics.html +4 -4
  403. package/documentation/types/DigitalWorkplaceHookSchema.html +1 -1
  404. package/documentation/types/DiscussionProperties.html +1 -1
  405. package/documentation/types/DiscussionProperty.html +3 -3
  406. package/documentation/types/DraftSerializedForm.html +1 -1
  407. package/documentation/types/Drive.html +1 -1
  408. package/documentation/types/DriveAccount.html +5 -5
  409. package/documentation/types/DriveGetAccount.html +2 -2
  410. package/documentation/types/DriveGetAccountParams.html +3 -3
  411. package/documentation/types/DriveGetDocumentParams.html +4 -4
  412. package/documentation/types/DriveGetGroupsParams.html +4 -4
  413. package/documentation/types/DriveGetTenantsParams.html +3 -3
  414. package/documentation/types/DriveHook.html +1 -1
  415. package/documentation/types/DriveItemType.html +6 -6
  416. package/documentation/types/DriveLogoutParams.html +3 -3
  417. package/documentation/types/DriveSetDefaultAccountParams.html +3 -3
  418. package/documentation/types/DriveTmpFile.html +7 -7
  419. package/documentation/types/DropboxDocumentEntity.html +1 -1
  420. package/documentation/types/DropboxDocumentParams.html +3 -3
  421. package/documentation/types/DropboxGetDocumentsParams.html +3 -3
  422. package/documentation/types/EditFaqCategory.html +1 -1
  423. package/documentation/types/EditFaqEntry.html +1 -1
  424. package/documentation/types/EditFaqTheme.html +1 -1
  425. package/documentation/types/EventMode.html +1 -1
  426. package/documentation/types/EventStatusFilter.html +1 -1
  427. package/documentation/types/ExclusifyUnion.html +1 -1
  428. package/documentation/types/ExtendedFaqCategory.html +1 -1
  429. package/documentation/types/ExternalAppHookSchema.html +1 -1
  430. package/documentation/types/ExternalAppType.html +13 -13
  431. package/documentation/types/ExtraBotHook.html +1 -1
  432. package/documentation/types/FAQHook.html +1 -1
  433. package/documentation/types/FacetMode.html +1 -1
  434. package/documentation/types/FaqAccess.html +1 -1
  435. package/documentation/types/FaqContentItem.html +1 -1
  436. package/documentation/types/FaqHookProperties.html +1 -1
  437. package/documentation/types/FaqItemExtra.html +3 -3
  438. package/documentation/types/FaqItemList.html +1 -1
  439. package/documentation/types/FaqItemView.html +1 -1
  440. package/documentation/types/FaqList.html +1 -1
  441. package/documentation/types/FaqTaxonomy.html +1 -1
  442. package/documentation/types/FaqView.html +1 -1
  443. package/documentation/types/FaqWidgetCategory.html +61 -0
  444. package/documentation/types/FaqWidgetCategoryItem.html +103 -0
  445. package/documentation/types/FaqWidgetItem.html +127 -0
  446. package/documentation/types/FaqWidgetItemUriCategory.html +85 -0
  447. package/documentation/types/FetchResponseType.html +2 -2
  448. package/documentation/types/FetchReturnType.html +1 -1
  449. package/documentation/types/FieldConfiguration.html +7 -7
  450. package/documentation/types/FileBankHook.html +1 -1
  451. package/documentation/types/FileCopyParams.html +4 -4
  452. package/documentation/types/FileCropConfig.html +7 -7
  453. package/documentation/types/FileFormatsExtension.html +1 -1
  454. package/documentation/types/FileIntegrityHook.html +1 -1
  455. package/documentation/types/FileMainType.html +1 -1
  456. package/documentation/types/FileReturn.html +1 -1
  457. package/documentation/types/FileSyncAdminSpot.html +1 -1
  458. package/documentation/types/FileSyncAdminSpotsProps.html +1 -1
  459. package/documentation/types/FileSyncFileBank.html +1 -1
  460. package/documentation/types/FileSyncUserQuota.html +1 -1
  461. package/documentation/types/FileWithExtensions.html +1 -1
  462. package/documentation/types/FilebankGetParentsParams.html +2 -2
  463. package/documentation/types/FilebankGetPathParams.html +3 -3
  464. package/documentation/types/FilebankPath.html +1 -1
  465. package/documentation/types/FilebankSearchContentParams.html +5 -5
  466. package/documentation/types/Filter.html +8 -8
  467. package/documentation/types/FilterValue.html +1 -1
  468. package/documentation/types/Filters.html +1 -1
  469. package/documentation/types/FlocklerHook.html +1 -1
  470. package/documentation/types/FormatArticles.html +1 -1
  471. package/documentation/types/FormatArticlesType.html +1 -1
  472. package/documentation/types/FormatComments.html +1 -1
  473. package/documentation/types/FormatCommentsType.html +1 -1
  474. package/documentation/types/FormatExtension.html +1 -1
  475. package/documentation/types/FormatLinks.html +1 -1
  476. package/documentation/types/FormatLinksType.html +1 -1
  477. package/documentation/types/FormatList.html +1 -1
  478. package/documentation/types/FormatType.html +1 -1
  479. package/documentation/types/Formats.html +7 -7
  480. package/documentation/types/GetCommentsParams.html +4 -4
  481. package/documentation/types/GetLicenseArticle.html +3 -3
  482. package/documentation/types/GetLicenseArticlesParams.html +7 -7
  483. package/documentation/types/GetLicenseKindUsersParams.html +6 -6
  484. package/documentation/types/GetPublicWebinarDataRequest.html +1 -1
  485. package/documentation/types/GetReportsParams.html +1 -1
  486. package/documentation/types/GetUnclassifiedFilesParams.html +1 -1
  487. package/documentation/types/Gif.html +3 -3
  488. package/documentation/types/GroupCategoriesConfiguration.html +2 -2
  489. package/documentation/types/GroupCustomWidget.html +8 -8
  490. package/documentation/types/GroupFormatsExtension.html +1 -1
  491. package/documentation/types/GroupListConfig.html +9 -9
  492. package/documentation/types/GroupMemberLevel.html +3 -3
  493. package/documentation/types/GroupProperties.html +27 -27
  494. package/documentation/types/GroupPropertiesOptions.html +13 -13
  495. package/documentation/types/GroupUserLevel.html +1 -1
  496. package/documentation/types/GroupWidget.html +7 -7
  497. package/documentation/types/GroupWidgetLittle.html +4 -4
  498. package/documentation/types/GroupWidgets.html +1 -1
  499. package/documentation/types/GroupWithExtensions.html +1 -1
  500. package/documentation/types/HeadingType.html +1 -1
  501. package/documentation/types/HookListType.html +1 -1
  502. package/documentation/types/ImageFormValue.html +5 -5
  503. package/documentation/types/ImageSize.html +3 -3
  504. package/documentation/types/ImapInboxMail.html +1 -1
  505. package/documentation/types/ImgUrlProps.html +1 -1
  506. package/documentation/types/InferSchemas.html +1 -1
  507. package/documentation/types/JIACapabilities.html +1 -1
  508. package/documentation/types/JLandLog.html +8 -8
  509. package/documentation/types/JLandMapCreation.html +1 -1
  510. package/documentation/types/JLandMapFlavor.html +1 -1
  511. package/documentation/types/JLandMapKind.html +1 -1
  512. package/documentation/types/JLandMapList.html +1 -1
  513. package/documentation/types/JLandMapLittle.html +1 -1
  514. package/documentation/types/JLandMapView.html +1 -1
  515. package/documentation/types/JLandStat.html +3 -3
  516. package/documentation/types/JitsiHook.html +1 -1
  517. package/documentation/types/Join.html +1 -1
  518. package/documentation/types/Languages.html +1 -1
  519. package/documentation/types/License.html +9 -9
  520. package/documentation/types/LicenseHookListType.html +1 -1
  521. package/documentation/types/LicenseUserPriceUpdateSimulation.html +7 -7
  522. package/documentation/types/LinkConfigurationParams.html +3 -3
  523. package/documentation/types/LinkReturn.html +1 -1
  524. package/documentation/types/Links.html +1 -1
  525. package/documentation/types/ListOrder.html +3 -3
  526. package/documentation/types/ListQueryParameters.html +5 -5
  527. package/documentation/types/LuccaAbsenceHook.html +1 -1
  528. package/documentation/types/MSDocumentEntity.html +1 -1
  529. package/documentation/types/MSDocumentParams.html +7 -7
  530. package/documentation/types/MSGetDocumentsParams.html +3 -3
  531. package/documentation/types/MSGroupEntity.html +1 -1
  532. package/documentation/types/MSSiteEntity.html +1 -1
  533. package/documentation/types/MSTenantEntity.html +1 -1
  534. package/documentation/types/MSTenants.html +1 -1
  535. package/documentation/types/MSUnifiedEntity.html +1 -1
  536. package/documentation/types/MagicPadHook.html +1 -1
  537. package/documentation/types/MagicWandHook.html +1 -1
  538. package/documentation/types/MaybeWithAudience.html +2 -2
  539. package/documentation/types/MaybeWithParent.html +2 -2
  540. package/documentation/types/MaybeWithToken.html +1 -1
  541. package/documentation/types/MediaLibraryFileList.html +1 -1
  542. package/documentation/types/MediaLibraryFileLittle.html +1 -1
  543. package/documentation/types/MediaLibraryFilesStats.html +1 -1
  544. package/documentation/types/MediaLibraryFolderList.html +1 -1
  545. package/documentation/types/MediaLibraryFolderLittle.html +1 -1
  546. package/documentation/types/MediaLibraryFolderStats.html +1 -1
  547. package/documentation/types/MediaLibraryHook.html +1 -1
  548. package/documentation/types/MediaLibraryList.html +1 -1
  549. package/documentation/types/MediaLibraryStats.html +1 -1
  550. package/documentation/types/MeetingCreation.html +1 -1
  551. package/documentation/types/MeetingUpdate.html +1 -1
  552. package/documentation/types/Merge.html +1 -1
  553. package/documentation/types/MessengerDiscussions.html +1 -1
  554. package/documentation/types/MessengerHook.html +1 -1
  555. package/documentation/types/MessengerMessageRead.html +3 -3
  556. package/documentation/types/Metas.html +1 -1
  557. package/documentation/types/MetasExternal.html +15 -15
  558. package/documentation/types/MetasJamespot.html +4 -4
  559. package/documentation/types/MetasYoutube.html +9 -9
  560. package/documentation/types/MeteoLocation.html +3 -3
  561. package/documentation/types/MeteoSearchResult.html +1 -1
  562. package/documentation/types/Methods.html +1 -1
  563. package/documentation/types/MimetypesType.html +1 -1
  564. package/documentation/types/Model.html +8 -8
  565. package/documentation/types/ModuleConfiguration.html +7 -7
  566. package/documentation/types/ModuleConfigurationAction.html +5 -5
  567. package/documentation/types/ModuleConfigurationActionConfirmation.html +3 -3
  568. package/documentation/types/ModuleConfigurationActionType.html +1 -1
  569. package/documentation/types/ModuleConfigurationActions.html +1 -1
  570. package/documentation/types/ModuleConfigurationFields.html +1 -1
  571. package/documentation/types/ModuleRestrictionModeValues.html +1 -1
  572. package/documentation/types/MoveFaqEntry.html +1 -1
  573. package/documentation/types/MoveFaqTheme.html +1 -1
  574. package/documentation/types/MoveMediaLibraryFileParams.html +1 -1
  575. package/documentation/types/Namespaces.html +9 -9
  576. package/documentation/types/NetworkType.html +1 -1
  577. package/documentation/types/NewsflashGetResponse.html +3 -3
  578. package/documentation/types/NewsflashItem.html +11 -11
  579. package/documentation/types/NewsflashProperties.html +3 -3
  580. package/documentation/types/NewsflashSource.html +2 -2
  581. package/documentation/types/NewsflashSources.html +5 -5
  582. package/documentation/types/NewsflashView.html +1 -1
  583. package/documentation/types/NumberFormat.html +1 -1
  584. package/documentation/types/ObjectListProps.html +9 -9
  585. package/documentation/types/ObjectWithoutLicenseFilter.html +4 -4
  586. package/documentation/types/OfficeHook.html +1 -1
  587. package/documentation/types/OfficeProvider.html +1 -1
  588. package/documentation/types/OfficeProviderBaseUrls.html +1 -1
  589. package/documentation/types/OfficeSetConfigurationPayload.html +1 -1
  590. package/documentation/types/OfficeUserConfiguration.html +1 -1
  591. package/documentation/types/OnlyOfficeFile.html +1 -1
  592. package/documentation/types/OnlyOfficeFileInfo.html +6 -6
  593. package/documentation/types/OpeningType.html +1 -1
  594. package/documentation/types/OpeningTypeAnchor.html +2 -2
  595. package/documentation/types/OpeningTypeLink.html +3 -3
  596. package/documentation/types/OpeningTypePopup.html +3 -3
  597. package/documentation/types/Operators.html +1 -1
  598. package/documentation/types/Order.html +3 -3
  599. package/documentation/types/Orders.html +1 -1
  600. package/documentation/types/OrgChartConfiguration.html +1 -1
  601. package/documentation/types/OrgChartCreateForm.html +5 -5
  602. package/documentation/types/OrgChartLink.html +1 -1
  603. package/documentation/types/OrgChartUpdateMetasForm.html +1 -1
  604. package/documentation/types/Override.html +1 -1
  605. package/documentation/types/PartialUndefined.html +1 -1
  606. package/documentation/types/PromiseApiPagingResults.html +1 -1
  607. package/documentation/types/PromiseApiWrapper.html +1 -1
  608. package/documentation/types/PublicWebinarData.html +1 -1
  609. package/documentation/types/PublicWebinarFullnameRequest.html +1 -1
  610. package/documentation/types/PublicWebinarUrl.html +1 -1
  611. package/documentation/types/PublishButtonConfiguration.html +7 -7
  612. package/documentation/types/PublishButtonConfigurationCustomSection.html +3 -3
  613. package/documentation/types/PublishButtonSections.html +1 -1
  614. package/documentation/types/QuestionAnswerSelectResponseParams.html +1 -1
  615. package/documentation/types/QuestionAnswerUnselectResponseParams.html +1 -1
  616. package/documentation/types/QuizFieldType.html +5 -5
  617. package/documentation/types/QuizResponse.html +7 -7
  618. package/documentation/types/RTMessage.html +3 -3
  619. package/documentation/types/RTMessageHandler.html +4 -4
  620. package/documentation/types/RTMessageObject.html +1 -1
  621. package/documentation/types/RTMessageTeamWorkDaySummaryUpdate.html +1 -1
  622. package/documentation/types/RTMessageTeamWorkTodoUpdate.html +1 -1
  623. package/documentation/types/RTMessageWsPresence.html +1 -1
  624. package/documentation/types/RTReceivedMessage.html +1 -1
  625. package/documentation/types/RTSurveyDateSubmit.html +1 -1
  626. package/documentation/types/Readable.html +1 -1
  627. package/documentation/types/RecurringEventCreation.html +17 -17
  628. package/documentation/types/RecurringEventUpdate.html +1 -1
  629. package/documentation/types/ReservationList.html +1 -1
  630. package/documentation/types/ResetNotificationConfiguration.html +6 -6
  631. package/documentation/types/Rights.html +13 -13
  632. package/documentation/types/RssType.html +7 -7
  633. package/documentation/types/SearchAdminConfig.html +1 -1
  634. package/documentation/types/SearchCategoryModel.html +10 -10
  635. package/documentation/types/SearchCategoryValue.html +3 -3
  636. package/documentation/types/SearchConfig.html +5 -5
  637. package/documentation/types/SearchFacetModel.html +8 -8
  638. package/documentation/types/SearchFacetValueModel.html +5 -5
  639. package/documentation/types/SearchFacetValues.html +4 -4
  640. package/documentation/types/SearchLastQuery.html +2 -2
  641. package/documentation/types/SearchQuery.html +12 -12
  642. package/documentation/types/SearchQueryFilterModel.html +5 -5
  643. package/documentation/types/SearchQueryOption.html +3 -3
  644. package/documentation/types/SearchQueryResult.html +1 -1
  645. package/documentation/types/SearchQuerySortModel.html +3 -3
  646. package/documentation/types/SearchResultCatProps.html +5 -5
  647. package/documentation/types/SearchResultProps.html +1 -1
  648. package/documentation/types/SearchResultPropsApp.html +10 -10
  649. package/documentation/types/SearchResultPropsObject.html +20 -20
  650. package/documentation/types/ShareAccessProps.html +4 -4
  651. package/documentation/types/ShareGeneralAccessRules.html +1 -1
  652. package/documentation/types/ShareOption.html +4 -4
  653. package/documentation/types/ShareOptionId.html +1 -1
  654. package/documentation/types/ShareOptionObject.html +6 -6
  655. package/documentation/types/SharedContentHook.html +1 -1
  656. package/documentation/types/SocialAction.html +1 -1
  657. package/documentation/types/SocialActionBase.html +5 -5
  658. package/documentation/types/SocialActionDeprecated.html +9 -9
  659. package/documentation/types/SocialActionRate.html +1 -1
  660. package/documentation/types/SocialActionReport.html +1 -1
  661. package/documentation/types/SocialActionShare.html +1 -1
  662. package/documentation/types/SocialActionStructDeprecated.html +6 -6
  663. package/documentation/types/SocialActionToggle.html +1 -1
  664. package/documentation/types/SocialEventCreation.html +1 -1
  665. package/documentation/types/SocialEventUpdate.html +1 -1
  666. package/documentation/types/SpotDiscussionKind.html +1 -1
  667. package/documentation/types/SpotRssFeed.html +1 -1
  668. package/documentation/types/StandardApiError.html +1 -1
  669. package/documentation/types/StoreFinalize.html +2 -2
  670. package/documentation/types/StoreItem.html +6 -6
  671. package/documentation/types/StudioAction.html +3 -3
  672. package/documentation/types/StudioAppListViewConfig.html +2 -2
  673. package/documentation/types/StudioAppViewsConfig.html +2 -2
  674. package/documentation/types/StudioApplication.html +1 -1
  675. package/documentation/types/StudioApplicationBase.html +36 -36
  676. package/documentation/types/StudioApplicationStatusEnumBased.html +1 -1
  677. package/documentation/types/StudioHook.html +1 -1
  678. package/documentation/types/StudioManifest.html +9 -9
  679. package/documentation/types/SurveyDateHook.html +1 -1
  680. package/documentation/types/SurveyDateResponses.html +1 -1
  681. package/documentation/types/SurveyDateUserResponse.html +3 -3
  682. package/documentation/types/SurveyDateUserResponses.html +1 -1
  683. package/documentation/types/SurveyDateUsersForDate.html +3 -3
  684. package/documentation/types/SurveyField.html +1 -1
  685. package/documentation/types/SurveyFieldKeys.html +1 -1
  686. package/documentation/types/SurveySection.html +4 -4
  687. package/documentation/types/TOrgChartNode.html +16 -16
  688. package/documentation/types/TVChannelCreatePayload.html +3 -3
  689. package/documentation/types/TVChannelCreation.html +1 -1
  690. package/documentation/types/TVChannelDynamicArticle.html +1 -1
  691. package/documentation/types/TVChannelDynamicComment.html +1 -1
  692. package/documentation/types/TVChannelDynamicList.html +1 -1
  693. package/documentation/types/TVChannelList.html +1 -1
  694. package/documentation/types/TVChannelLittle.html +1 -1
  695. package/documentation/types/TVChannelSlideshowList.html +1 -1
  696. package/documentation/types/TVGetChannelResponse.html +3 -3
  697. package/documentation/types/TVGetChannelSlideshowFile.html +1 -1
  698. package/documentation/types/TVGetConfigureChannelResponse.html +1 -1
  699. package/documentation/types/TVGetConfigureDynamicChannelResponse.html +1 -1
  700. package/documentation/types/TVGetConfigureSlideshowChannelResponse.html +1 -1
  701. package/documentation/types/TargetInfoHook.html +1 -1
  702. package/documentation/types/TeamWorkAiHook.html +1 -1
  703. package/documentation/types/TeamWorkAiTask.html +9 -9
  704. package/documentation/types/TeamWorkDaySummaryState.html +5 -5
  705. package/documentation/types/TeamWorkTodoState.html +6 -6
  706. package/documentation/types/TextEnhanceResponse.html +2 -2
  707. package/documentation/types/TinyMCECommonOptions.html +1 -1
  708. package/documentation/types/TinyMCEDynamicOptions.html +1 -1
  709. package/documentation/types/TinyMCEExtendedOptions.html +1 -1
  710. package/documentation/types/TvChannelType.html +1 -1
  711. package/documentation/types/TwoFactorAuthenticationDailyActivationStatistics.html +1 -1
  712. package/documentation/types/TwoFactorAuthenticationGenerateConfiguration.html +1 -1
  713. package/documentation/types/TwoFactorAuthenticationHook.html +1 -1
  714. package/documentation/types/TwoFactorAuthenticationStatistics.html +1 -1
  715. package/documentation/types/UpdateCommentParams.html +5 -5
  716. package/documentation/types/UpdateGroup.html +1 -1
  717. package/documentation/types/UpdateReportStatusParams.html +1 -1
  718. package/documentation/types/UploadConfig.html +5 -5
  719. package/documentation/types/UserAIProfile.html +2 -2
  720. package/documentation/types/UserBirthday.html +5 -5
  721. package/documentation/types/UserDirectoryConfiguration.html +12 -12
  722. package/documentation/types/UserDownload.html +5 -5
  723. package/documentation/types/UserField.html +3 -3
  724. package/documentation/types/UserFieldsConfigurationType.html +1 -1
  725. package/documentation/types/UserFieldsType.html +1 -1
  726. package/documentation/types/UserFormatsExtension.html +1 -1
  727. package/documentation/types/UserLevelAndRight.html +6 -6
  728. package/documentation/types/UserLevelSpot.html +11 -11
  729. package/documentation/types/UserLicense.html +1 -1
  730. package/documentation/types/UserList.html +1 -1
  731. package/documentation/types/UserMapModel.html +4 -4
  732. package/documentation/types/UserNotificationsConfiguration.html +5 -5
  733. package/documentation/types/UserRead.html +5 -5
  734. package/documentation/types/UserResponseStatus.html +1 -1
  735. package/documentation/types/UserSpotCategories.html +67 -0
  736. package/documentation/types/UserValues.html +3 -3
  737. package/documentation/types/UserWithExtensions.html +1 -1
  738. package/documentation/types/Users.html +1 -1
  739. package/documentation/types/ValueLabel.html +3 -3
  740. package/documentation/types/ValueOf.html +1 -1
  741. package/documentation/types/VariantSizeType.html +1 -1
  742. package/documentation/types/VariantType.html +1 -1
  743. package/documentation/types/VideoRecording.html +1 -1
  744. package/documentation/types/VisioConnectHook.html +1 -1
  745. package/documentation/types/VisioConnectRoom.html +1 -1
  746. package/documentation/types/VisioConnectStatistics.html +1 -1
  747. package/documentation/types/VisioConnectStatisticsRoomSession.html +1 -1
  748. package/documentation/types/VisioConnectStatisticsRoomSessions.html +1 -1
  749. package/documentation/types/WallFilter.html +4 -4
  750. package/documentation/types/WallFiltersResponse.html +3 -3
  751. package/documentation/types/WallHook.html +1 -1
  752. package/documentation/types/WeDocHook.html +1 -1
  753. package/documentation/types/WebinarModerators.html +33 -0
  754. package/documentation/types/WedocEmptyType.html +1 -1
  755. package/documentation/types/WedocFileAudienceType.html +1 -1
  756. package/documentation/types/WedocFileType.html +1 -1
  757. package/documentation/types/WedocQueryResults.html +1 -1
  758. package/documentation/types/WedocQueryType.html +1 -1
  759. package/documentation/types/WedocTemplate.html +1 -1
  760. package/documentation/types/Widget.html +1 -1
  761. package/documentation/types/WidgetAccessibilityContent.html +4 -4
  762. package/documentation/types/WidgetAccessibilityType.html +4 -4
  763. package/documentation/types/WidgetApplicationAppsItem.html +8 -8
  764. package/documentation/types/WidgetApplicationContent.html +6 -6
  765. package/documentation/types/WidgetApplicationCss.html +2 -2
  766. package/documentation/types/WidgetApplicationExtensionItem.html +8 -8
  767. package/documentation/types/WidgetApplicationImageItem.html +10 -10
  768. package/documentation/types/WidgetApplicationItem.html +1 -1
  769. package/documentation/types/WidgetApplicationLinkItem.html +12 -12
  770. package/documentation/types/WidgetApplicationSize.html +1 -1
  771. package/documentation/types/WidgetApplicationType.html +4 -4
  772. package/documentation/types/WidgetApplicationView.html +1 -1
  773. package/documentation/types/WidgetArticleAttachmentContent.html +3 -3
  774. package/documentation/types/WidgetArticleAttachmentType.html +4 -4
  775. package/documentation/types/WidgetArticleButtonContent.html +1 -1
  776. package/documentation/types/WidgetArticleButtonType.html +4 -4
  777. package/documentation/types/WidgetArticleGalleryContent.html +4 -4
  778. package/documentation/types/WidgetArticleGalleryType.html +4 -4
  779. package/documentation/types/WidgetArticleImageContent.html +3 -3
  780. package/documentation/types/WidgetArticleImageType.html +4 -4
  781. package/documentation/types/WidgetArticleSliderContent.html +8 -8
  782. package/documentation/types/WidgetArticleSliderType.html +4 -4
  783. package/documentation/types/WidgetArticleTextContent.html +6 -6
  784. package/documentation/types/WidgetArticleTextType.html +4 -4
  785. package/documentation/types/WidgetArticleTitleContent.html +7 -7
  786. package/documentation/types/WidgetArticleTitleType.html +4 -4
  787. package/documentation/types/WidgetAudience.html +3 -3
  788. package/documentation/types/WidgetBaseType.html +3 -3
  789. package/documentation/types/WidgetBirthdayContent.html +3 -3
  790. package/documentation/types/WidgetBirthdayCss.html +5 -5
  791. package/documentation/types/WidgetBirthdayType.html +4 -4
  792. package/documentation/types/WidgetButtonAction.html +2 -2
  793. package/documentation/types/WidgetButtonActionGroup.html +5 -5
  794. package/documentation/types/WidgetButtonActionType.html +1 -1
  795. package/documentation/types/WidgetButtonContent.html +16 -16
  796. package/documentation/types/WidgetButtonIconFontSize.html +2 -2
  797. package/documentation/types/WidgetButtonIconPadding.html +2 -2
  798. package/documentation/types/WidgetButtonIconPosition.html +1 -1
  799. package/documentation/types/WidgetButtonPosition.html +1 -1
  800. package/documentation/types/WidgetButtonProps.html +10 -10
  801. package/documentation/types/WidgetButtonSize.html +1 -1
  802. package/documentation/types/WidgetButtonStyle.html +10 -10
  803. package/documentation/types/WidgetButtonType.html +4 -4
  804. package/documentation/types/WidgetCalendarCalDavContent.html +4 -4
  805. package/documentation/types/WidgetCalendarCalDavType.html +4 -4
  806. package/documentation/types/WidgetCalendarContent.html +3 -3
  807. package/documentation/types/WidgetCalendarType.html +4 -4
  808. package/documentation/types/WidgetChartsContent.html +10 -10
  809. package/documentation/types/WidgetChartsType.html +4 -4
  810. package/documentation/types/WidgetCheckListContent.html +5 -5
  811. package/documentation/types/WidgetCheckListContentArr.html +7 -7
  812. package/documentation/types/WidgetCheckListContentArrForFront.html +8 -8
  813. package/documentation/types/WidgetCheckListContentForFront.html +3 -3
  814. package/documentation/types/WidgetCheckListType.html +4 -4
  815. package/documentation/types/WidgetCheckListTypeForFront.html +5 -5
  816. package/documentation/types/WidgetCheckbox.html +3 -3
  817. package/documentation/types/WidgetColor.html +3 -3
  818. package/documentation/types/WidgetColorContent.html +2 -2
  819. package/documentation/types/WidgetColorType.html +4 -4
  820. package/documentation/types/WidgetContactCardDavContent.html +4 -4
  821. package/documentation/types/WidgetContactCardDavType.html +4 -4
  822. package/documentation/types/WidgetContactContent.html +4 -4
  823. package/documentation/types/WidgetContactCss.html +6 -6
  824. package/documentation/types/WidgetContactType.html +4 -4
  825. package/documentation/types/WidgetContentKeys.html +55 -43
  826. package/documentation/types/WidgetContext.html +1 -1
  827. package/documentation/types/WidgetCountdownContent.html +8 -8
  828. package/documentation/types/WidgetCountdownType.html +4 -4
  829. package/documentation/types/WidgetCoverContent.html +10 -10
  830. package/documentation/types/WidgetCoverSlide.html +10 -10
  831. package/documentation/types/WidgetCoverType.html +4 -4
  832. package/documentation/types/WidgetDatasourceTableContent.html +1 -1
  833. package/documentation/types/WidgetDatasourceTableType.html +4 -4
  834. package/documentation/types/WidgetDatasourceValues.html +1 -1
  835. package/documentation/types/WidgetDate.html +3 -3
  836. package/documentation/types/WidgetDatePicker.html +2 -2
  837. package/documentation/types/WidgetDatetime.html +2 -2
  838. package/documentation/types/WidgetDefaultProps.html +8 -8
  839. package/documentation/types/WidgetDefinitionProps.html +8 -8
  840. package/documentation/types/WidgetDisplayMode.html +1 -1
  841. package/documentation/types/WidgetDocumentsContent.html +10 -10
  842. package/documentation/types/WidgetDocumentsType.html +4 -4
  843. package/documentation/types/WidgetEditorActions.html +4 -4
  844. package/documentation/types/WidgetEditorErrorActions.html +2 -2
  845. package/documentation/types/WidgetEmail.html +2 -2
  846. package/documentation/types/WidgetEmailsImapContent.html +4 -4
  847. package/documentation/types/WidgetEmailsImapType.html +4 -4
  848. package/documentation/types/WidgetEmbed.html +2 -2
  849. package/documentation/types/WidgetEmbedContent.html +2 -2
  850. package/documentation/types/WidgetEmbedType.html +4 -4
  851. package/documentation/types/WidgetExcelDatasourceTableContent.html +1 -1
  852. package/documentation/types/WidgetExcelDatasourceTableType.html +4 -4
  853. package/documentation/types/WidgetExtensionContent.html +2 -2
  854. package/documentation/types/WidgetExtensionType.html +4 -4
  855. package/documentation/types/WidgetFaqContent.html +79 -0
  856. package/documentation/types/WidgetFaqType.html +67 -0
  857. package/documentation/types/WidgetFile.html +2 -2
  858. package/documentation/types/WidgetFlocklerContent.html +2 -2
  859. package/documentation/types/WidgetFlocklerType.html +4 -4
  860. package/documentation/types/WidgetFunctions.html +1 -1
  861. package/documentation/types/WidgetHook.html +1 -1
  862. package/documentation/types/WidgetIframeVideo.html +2 -2
  863. package/documentation/types/WidgetImage.html +3 -3
  864. package/documentation/types/WidgetImageContent.html +22 -22
  865. package/documentation/types/WidgetImageType.html +4 -4
  866. package/documentation/types/WidgetKeys.html +1 -1
  867. package/documentation/types/WidgetLayer.html +7 -7
  868. package/documentation/types/WidgetLegacyMixedBoolean.html +1 -1
  869. package/documentation/types/WidgetLink.html +2 -2
  870. package/documentation/types/WidgetLuccaAbsenceContent.html +2 -2
  871. package/documentation/types/WidgetLuccaAbsenceType.html +4 -4
  872. package/documentation/types/WidgetLuccaAbsenceUser.html +5 -5
  873. package/documentation/types/WidgetMeteoContent.html +3 -3
  874. package/documentation/types/WidgetMeteoType.html +4 -4
  875. package/documentation/types/WidgetModalProps.html +3 -3
  876. package/documentation/types/WidgetMultiattribute.html +2 -2
  877. package/documentation/types/WidgetMyGroupContent.html +55 -0
  878. package/documentation/types/WidgetMyGroupType.html +67 -0
  879. package/documentation/types/WidgetNewsflashContent.html +8 -8
  880. package/documentation/types/WidgetNewsflashType.html +4 -4
  881. package/documentation/types/WidgetNumber.html +2 -2
  882. package/documentation/types/WidgetOrientedlinks.html +3 -3
  883. package/documentation/types/WidgetPlace.html +3 -3
  884. package/documentation/types/WidgetPresenceContent.html +5 -5
  885. package/documentation/types/WidgetPresenceRespondPayload.html +5 -5
  886. package/documentation/types/WidgetPresenceResponse.html +6 -6
  887. package/documentation/types/WidgetPresenceResponseUserList.html +5 -5
  888. package/documentation/types/WidgetPresenceType.html +4 -4
  889. package/documentation/types/WidgetQuickSurveyContent.html +12 -12
  890. package/documentation/types/WidgetQuickSurveyContentArr.html +6 -6
  891. package/documentation/types/WidgetQuickSurveyResponse.html +5 -5
  892. package/documentation/types/WidgetQuickSurveyResponseUserList.html +5 -5
  893. package/documentation/types/WidgetQuickSurveyResponses.html +1 -1
  894. package/documentation/types/WidgetQuickSurveyType.html +4 -4
  895. package/documentation/types/WidgetRadio.html +3 -3
  896. package/documentation/types/WidgetRefUser.html +2 -2
  897. package/documentation/types/WidgetRtObject.html +4 -4
  898. package/documentation/types/WidgetSelect.html +4 -4
  899. package/documentation/types/WidgetSelectionBackgroundProps.html +9 -9
  900. package/documentation/types/WidgetSelectionProps.html +2 -2
  901. package/documentation/types/WidgetSeparatorAlign.html +1 -1
  902. package/documentation/types/WidgetSeparatorContent.html +5 -5
  903. package/documentation/types/WidgetSeparatorOrientation.html +1 -1
  904. package/documentation/types/WidgetSeparatorType.html +4 -4
  905. package/documentation/types/WidgetSlide.html +8 -8
  906. package/documentation/types/WidgetSliderContent.html +9 -9
  907. package/documentation/types/WidgetSliderType.html +4 -4
  908. package/documentation/types/WidgetStateProps.html +10 -10
  909. package/documentation/types/WidgetStyles.html +1 -1
  910. package/documentation/types/WidgetSyncContentContent.html +3 -3
  911. package/documentation/types/WidgetSyncContentType.html +4 -4
  912. package/documentation/types/WidgetTableColumn.html +6 -6
  913. package/documentation/types/WidgetTableColumnData.html +8 -8
  914. package/documentation/types/WidgetTableColumnTypes.html +1 -1
  915. package/documentation/types/WidgetTableColumnWidgetDate.html +2 -2
  916. package/documentation/types/WidgetTableColumnWidgetDefault.html +1 -1
  917. package/documentation/types/WidgetTableColumnWidgetSelect.html +3 -3
  918. package/documentation/types/WidgetTableColumnWidgetSelectOption.html +3 -3
  919. package/documentation/types/WidgetTableColumnWidgetText.html +2 -2
  920. package/documentation/types/WidgetTableColumnWidgets.html +1 -1
  921. package/documentation/types/WidgetTableColumnsData.html +1 -1
  922. package/documentation/types/WidgetTableContent.html +11 -11
  923. package/documentation/types/WidgetTaxonomy.html +3 -3
  924. package/documentation/types/WidgetTel.html +2 -2
  925. package/documentation/types/WidgetText.html +2 -2
  926. package/documentation/types/WidgetTextContent.html +4 -4
  927. package/documentation/types/WidgetTextType.html +4 -4
  928. package/documentation/types/WidgetTextarea.html +3 -3
  929. package/documentation/types/WidgetToggle.html +2 -2
  930. package/documentation/types/WidgetTransient.html +2 -2
  931. package/documentation/types/WidgetTypeKeys.html +55 -43
  932. package/documentation/types/WidgetUri.html +3 -3
  933. package/documentation/types/WidgetUrl.html +3 -3
  934. package/documentation/types/WidgetUserProfileContent.html +4 -4
  935. package/documentation/types/WidgetUserProfileType.html +4 -4
  936. package/documentation/types/WidgetVector.html +3 -3
  937. package/documentation/types/WidgetWelcomeContent.html +6 -6
  938. package/documentation/types/WidgetWelcomeType.html +4 -4
  939. package/documentation/types/WidgetWrapperGeneric.html +4 -4
  940. package/documentation/types/WidgetWrapperLevel.html +1 -1
  941. package/documentation/types/WidgetWrapperProps.html +1 -1
  942. package/documentation/types/WidgetYoutubeContent.html +2 -2
  943. package/documentation/types/WidgetYoutubeType.html +4 -4
  944. package/documentation/types/WidgetsRootState.html +2 -2
  945. package/documentation/types/WidgetsState.html +22 -22
  946. package/documentation/types/WidgetsValue.html +1 -1
  947. package/documentation/types/WithExtensions.html +1 -1
  948. package/documentation/types/WithPartialExtensions.html +1 -1
  949. package/documentation/types/ZodShape.html +1 -1
  950. package/documentation/types/fileExtensionTypes.html +1 -1
  951. package/documentation/types/fileFamilyTypes.html +1 -1
  952. package/documentation/types/internalDraftView.html +1 -1
  953. package/documentation/types/jArticleList.html +1 -1
  954. package/documentation/types/jArticleLittle.html +1 -1
  955. package/documentation/types/jArticleView.html +1 -1
  956. package/documentation/types/jArticleWidgetList.html +1 -1
  957. package/documentation/types/jArticleWidgetLittle.html +1 -1
  958. package/documentation/types/jArticleWidgetView.html +1 -1
  959. package/documentation/types/jBusinessContactList.html +1 -1
  960. package/documentation/types/jBusinessContactLittle.html +1 -1
  961. package/documentation/types/jCommentList.html +1 -1
  962. package/documentation/types/jCommentLittle.html +1 -1
  963. package/documentation/types/jContentFactoryTemplateList.html +1 -1
  964. package/documentation/types/jContentFactoryTemplateView.html +1 -1
  965. package/documentation/types/jDatasourceArticleList.html +1 -1
  966. package/documentation/types/jDatasourceExcel.html +5 -5
  967. package/documentation/types/jDiapazoneList.html +1 -1
  968. package/documentation/types/jDiapazoneListWithExtras.html +1 -1
  969. package/documentation/types/jDiapazoneView.html +1 -1
  970. package/documentation/types/jExtraBotView.html +1 -1
  971. package/documentation/types/jFileList.html +1 -1
  972. package/documentation/types/jFileLittle.html +1 -1
  973. package/documentation/types/jFileLittleCrop.html +1 -1
  974. package/documentation/types/jFileRendition.html +5 -5
  975. package/documentation/types/jFolderList.html +1 -1
  976. package/documentation/types/jFolderLittle.html +1 -1
  977. package/documentation/types/jGroupList.html +1 -1
  978. package/documentation/types/jGroupLittle.html +2 -2
  979. package/documentation/types/jGroupView.html +1 -1
  980. package/documentation/types/jHref.html +3 -3
  981. package/documentation/types/jInternalDraftList.html +1 -1
  982. package/documentation/types/jInternalDraftView.html +1 -1
  983. package/documentation/types/jLinkList.html +1 -1
  984. package/documentation/types/jLinkLittle.html +1 -1
  985. package/documentation/types/jMeetingList.html +1 -1
  986. package/documentation/types/jMeetingView.html +1 -1
  987. package/documentation/types/jMessengerDiscussionGroupList.html +1 -1
  988. package/documentation/types/jMessengerDiscussionGroupLittle.html +1 -1
  989. package/documentation/types/jMessengerDiscussionUserList.html +1 -1
  990. package/documentation/types/jMessengerDiscussionUserLittle.html +1 -1
  991. package/documentation/types/jMessengerMessageLittle.html +1 -1
  992. package/documentation/types/jNetworkLittle.html +1 -1
  993. package/documentation/types/jObjectAutocomplete.html +1 -1
  994. package/documentation/types/jObjectBase.html +7 -7
  995. package/documentation/types/jObjectList.html +1 -1
  996. package/documentation/types/jObjectLittle.html +1 -1
  997. package/documentation/types/jOrgChartList.html +1 -1
  998. package/documentation/types/jOrgChartView.html +1 -1
  999. package/documentation/types/jPermanentRoomList.html +1 -1
  1000. package/documentation/types/jPollSurveyList.html +1 -1
  1001. package/documentation/types/jPollSurveyView.html +1 -1
  1002. package/documentation/types/jQuarantineList.html +1 -1
  1003. package/documentation/types/jQuarantineLittle.html +1 -1
  1004. package/documentation/types/jQuizzList.html +1 -1
  1005. package/documentation/types/jQuizzView.html +1 -1
  1006. package/documentation/types/jRecurringEventList.html +1 -1
  1007. package/documentation/types/jRecurringEventLittle.html +1 -1
  1008. package/documentation/types/jRecurringEventOccurrenceList.html +1 -1
  1009. package/documentation/types/jRecurringEventOccurrenceListFalsy.html +1 -1
  1010. package/documentation/types/jRecurringEventOccurrenceListTruthy.html +1 -1
  1011. package/documentation/types/jRecurringEventOccurrenceLittle.html +1 -1
  1012. package/documentation/types/jRecurringEventOccurrenceLittleFalsy.html +1 -1
  1013. package/documentation/types/jRecurringEventOccurrenceLittleTruthy.html +1 -1
  1014. package/documentation/types/jRecurringEventOccurrenceView.html +1 -1
  1015. package/documentation/types/jRecurringEventOccurrenceViewFalsy.html +1 -1
  1016. package/documentation/types/jRecurringEventOccurrenceViewTruthy.html +1 -1
  1017. package/documentation/types/jRecurringEventView.html +1 -1
  1018. package/documentation/types/jSocialEventList.html +1 -1
  1019. package/documentation/types/jSocialEventLittle.html +1 -1
  1020. package/documentation/types/jSocialEventView.html +1 -1
  1021. package/documentation/types/jSocialRateLinkList.html +1 -1
  1022. package/documentation/types/jSpotAutocomplete.html +1 -1
  1023. package/documentation/types/jSupportList.html +1 -1
  1024. package/documentation/types/jSupportView.html +1 -1
  1025. package/documentation/types/jSurveyDateList.html +1 -1
  1026. package/documentation/types/jSurveyDateView.html +1 -1
  1027. package/documentation/types/jTaxonomyLittle.html +1 -1
  1028. package/documentation/types/jUserAutocomplete.html +1 -1
  1029. package/documentation/types/jUserList.html +1 -1
  1030. package/documentation/types/jUserLittle.html +1 -1
  1031. package/documentation/types/jUserValues.html +1 -1
  1032. package/documentation/types/jUserView.html +1 -1
  1033. package/documentation/types/socialEventRecord.html +6 -6
  1034. package/documentation/types/visioConnectRooms.html +1 -1
  1035. package/documentation/variables/ACCESS_REQUEST_ACCEPT.html +1 -1
  1036. package/documentation/variables/ACCESS_REQUEST_DENY.html +1 -1
  1037. package/documentation/variables/AsyncJobStateSchema.html +1 -1
  1038. package/documentation/variables/AsyncJobStatusSchema.html +1 -1
  1039. package/documentation/variables/CreateRoomPayloadSchema.html +2 -2
  1040. package/documentation/variables/DateFormatSchema.html +1 -1
  1041. package/documentation/variables/DiapazoneExtraFieldsSchema.html +1 -1
  1042. package/documentation/variables/FREQUENCY_DAILY.html +1 -1
  1043. package/documentation/variables/FREQUENCY_GROUP.html +1 -1
  1044. package/documentation/variables/FREQUENCY_INHERIT.html +1 -1
  1045. package/documentation/variables/FREQUENCY_NEVER.html +1 -1
  1046. package/documentation/variables/FREQUENCY_NOW.html +1 -1
  1047. package/documentation/variables/FREQUENCY_WEEKLY.html +1 -1
  1048. package/documentation/variables/ImapConnection.html +1 -1
  1049. package/documentation/variables/JLandMapCreationSchema.html +1 -1
  1050. package/documentation/variables/LanguagesList.html +1 -1
  1051. package/documentation/variables/LanguagesSchema.html +1 -1
  1052. package/documentation/variables/LicenseUserPriceUpdateSimulationSchema.html +1 -1
  1053. package/documentation/variables/NumberFormatSchema.html +1 -1
  1054. package/documentation/variables/OfficeProviderSchema.html +1 -1
  1055. package/documentation/variables/OrgChartConfigSchema.html +1 -1
  1056. package/documentation/variables/OrgChartConfigurationSchema.html +1 -1
  1057. package/documentation/variables/OrgChartLinkSchema.html +1 -1
  1058. package/documentation/variables/OrgChartNodeSchema.html +1 -1
  1059. package/documentation/variables/OrgChartUpdateMetasFormSchema.html +1 -1
  1060. package/documentation/variables/PublishButtonConfigurationCustomSectionSchema.html +1 -1
  1061. package/documentation/variables/PublishButtonConfigurationSchema.html +1 -1
  1062. package/documentation/variables/PublishButtonSectionEntrySchema.html +1 -1
  1063. package/documentation/variables/PublishButtonSectionSchema.html +1 -1
  1064. package/documentation/variables/PublishButtonSectionsSchema.html +1 -1
  1065. package/documentation/variables/TVChannelCustomSchema.html +1 -1
  1066. package/documentation/variables/TeamWorkAiTaskSchema.html +1 -1
  1067. package/documentation/variables/TeamWorkDaySummaryStateSchema.html +1 -1
  1068. package/documentation/variables/TeamWorkTodoStateSchema.html +1 -1
  1069. package/documentation/variables/TwoFactorAuthenticationDailyActivationStatisticsSchema.html +1 -1
  1070. package/documentation/variables/TwoFactorAuthenticationGenerateConfigurationSchema.html +1 -1
  1071. package/documentation/variables/TwoFactorAuthenticationStatisticsSchema.html +1 -1
  1072. package/documentation/variables/UserAIProfileSchema.html +1 -1
  1073. package/documentation/variables/UserBirthdaySchema.html +1 -1
  1074. package/documentation/variables/UserLevel.html +1 -1
  1075. package/documentation/variables/UserNotificationsConfigurationSchema.html +1 -1
  1076. package/documentation/variables/UserVariant.html +1 -1
  1077. package/documentation/variables/WIDGET_LEVEL_1.html +1 -1
  1078. package/documentation/variables/WIDGET_LEVEL_2.html +1 -1
  1079. package/documentation/variables/WIDGET_LEVEL_3.html +1 -1
  1080. package/documentation/variables/WIDGET_LEVEL_4.html +1 -1
  1081. package/documentation/variables/WRITE_RIGHT_ADMIN.html +1 -1
  1082. package/documentation/variables/WRITE_RIGHT_ALL.html +1 -1
  1083. package/documentation/variables/WRITE_RIGHT_CUSTOM.html +1 -1
  1084. package/documentation/variables/WRITE_RIGHT_PUBLIC.html +1 -1
  1085. package/documentation/variables/WidgetPresenceResponseUserListSchema.html +1 -1
  1086. package/documentation/variables/WidgetQuickSurveyContentArrSchema.html +1 -1
  1087. package/documentation/variables/WidgetQuickSurveyResponseSchema.html +1 -1
  1088. package/documentation/variables/WidgetQuickSurveyResponseUserListSchema.html +1 -1
  1089. package/documentation/variables/accessRequestStatusValuesSchema.html +1 -1
  1090. package/documentation/variables/actionParamsSchema.html +1 -1
  1091. package/documentation/variables/actionVerbSchema.html +1 -1
  1092. package/documentation/variables/addCommentParamsSchema.html +1 -1
  1093. package/documentation/variables/addFaqEntrySchema.html +1 -1
  1094. package/documentation/variables/adminAppSchema.html +1 -1
  1095. package/documentation/variables/adminAppTabSchema.html +1 -1
  1096. package/documentation/variables/adminAppsSchema.html +1 -1
  1097. package/documentation/variables/adminLicenseStatsSchema.html +1 -1
  1098. package/documentation/variables/adminLicensesAssignedSchema.html +1 -1
  1099. package/documentation/variables/adminLicensesNotAssignedSchema.html +1 -1
  1100. package/documentation/variables/adminLogNavigationSchema.html +1 -1
  1101. package/documentation/variables/adminLogObjectSchema.html +1 -1
  1102. package/documentation/variables/adminLogSearchSchema.html +1 -1
  1103. package/documentation/variables/animationConfigurationTypeSchema.html +1 -1
  1104. package/documentation/variables/animationStatsRowSchema.html +1 -1
  1105. package/documentation/variables/animationStatsSchema.html +1 -1
  1106. package/documentation/variables/animationVariantSchema.html +1 -1
  1107. package/documentation/variables/api.html +1 -1
  1108. package/documentation/variables/applicationActionBaseSchema.html +1 -1
  1109. package/documentation/variables/applicationBaseSchema.html +1 -1
  1110. package/documentation/variables/applicationDefaultSchema.html +1 -1
  1111. package/documentation/variables/applicationExtraPropertiesSchema.html +1 -1
  1112. package/documentation/variables/applicationIframeSchema.html +1 -1
  1113. package/documentation/variables/applicationIntranetHookSchema.html +1 -1
  1114. package/documentation/variables/applicationLinkSchema.html +1 -1
  1115. package/documentation/variables/applicationSchema.html +1 -1
  1116. package/documentation/variables/applicationTabSchema.html +1 -1
  1117. package/documentation/variables/applicationWithTabsSchema.html +1 -1
  1118. package/documentation/variables/articleCreationSchema.html +1 -1
  1119. package/documentation/variables/articleDisplayModeSchema.html +1 -1
  1120. package/documentation/variables/articleGetConfigSchema.html +1 -1
  1121. package/documentation/variables/articleListConfigSchema.html +1 -1
  1122. package/documentation/variables/articleTranslationGetSchema.html +1 -1
  1123. package/documentation/variables/articleTranslationLanguageSchema.html +1 -1
  1124. package/documentation/variables/articleTranslationTranslateSchema.html +1 -1
  1125. package/documentation/variables/aseiGroupsSchema.html +1 -1
  1126. package/documentation/variables/aseiRightsSchema.html +1 -1
  1127. package/documentation/variables/aseiTicketStatusSchema.html +1 -1
  1128. package/documentation/variables/assetReservationConfigurationSchema.html +1 -1
  1129. package/documentation/variables/audienceAutocompleteSchema.html +1 -1
  1130. package/documentation/variables/audienceSchema.html +2 -2
  1131. package/documentation/variables/autocompleteLittleSchema.html +1 -1
  1132. package/documentation/variables/baseArticleSchema.html +1 -1
  1133. package/documentation/variables/baseAutocompleteSchema.html +1 -1
  1134. package/documentation/variables/bookmarkCustomSchema.html +1 -1
  1135. package/documentation/variables/bookmarkLinkSchema.html +1 -1
  1136. package/documentation/variables/bookmarkTypesSchema.html +1 -1
  1137. package/documentation/variables/businessContactSchema.html +1 -1
  1138. package/documentation/variables/calendarEventListSchema.html +2 -2
  1139. package/documentation/variables/calendarEventViewSchema.html +2 -2
  1140. package/documentation/variables/calendarEventsExtension.html +1 -1
  1141. package/documentation/variables/calendarMemberLittleSchema.html +1 -1
  1142. package/documentation/variables/calendarOldEventSchema.html +1 -1
  1143. package/documentation/variables/calendarTabSchema.html +1 -1
  1144. package/documentation/variables/categorySchema.html +1 -1
  1145. package/documentation/variables/chartTypeSchema.html +1 -1
  1146. package/documentation/variables/chartsPieDatumSchema.html +1 -1
  1147. package/documentation/variables/chartsSerieSchema.html +1 -1
  1148. package/documentation/variables/combinedContentFactoryDataSchema.html +1 -1
  1149. package/documentation/variables/combinedSurveyFieldOptionsSchema.html +1 -1
  1150. package/documentation/variables/combinedSurveyFieldSchema.html +1 -1
  1151. package/documentation/variables/combinedSurveyFieldTypeSchema.html +1 -1
  1152. package/documentation/variables/combinedWidgetContentSchema.html +1 -1
  1153. package/documentation/variables/combinedWidgetTypeSchema.html +1 -1
  1154. package/documentation/variables/communitySchema.html +1 -1
  1155. package/documentation/variables/contactEntrySchema.html +1 -1
  1156. package/documentation/variables/contactShowFieldsSchema.html +1 -1
  1157. package/documentation/variables/contentFactoryDefaultDataSchema.html +1 -1
  1158. package/documentation/variables/contentFactorySurveyDataSchema.html +1 -1
  1159. package/documentation/variables/contentFactoryTypes.html +1 -1
  1160. package/documentation/variables/createFaqCategorySchema.html +1 -1
  1161. package/documentation/variables/createFaqEntrySchema.html +1 -1
  1162. package/documentation/variables/createFaqThemeSchema.html +1 -1
  1163. package/documentation/variables/createGroupSchema.html +1 -1
  1164. package/documentation/variables/createReportParamsSchema.html +1 -1
  1165. package/documentation/variables/cssBackgroundPositionSchema.html +1 -1
  1166. package/documentation/variables/cssBackgroundSizeSchema.html +1 -1
  1167. package/documentation/variables/cssTextAlignTypeSchema.html +1 -1
  1168. package/documentation/variables/davAddressBookContactSchema.html +1 -1
  1169. package/documentation/variables/davCalendarEventSchema.html +1 -1
  1170. package/documentation/variables/default.html +1 -1
  1171. package/documentation/variables/deleteFaqThemeSchema.html +1 -1
  1172. package/documentation/variables/discussionPropertiesSchema.html +1 -1
  1173. package/documentation/variables/discussionPropertySchema.html +1 -1
  1174. package/documentation/variables/driveAccountSchema.html +1 -1
  1175. package/documentation/variables/driveGetAccountParamsSchema.html +1 -1
  1176. package/documentation/variables/driveGetAccountSchema.html +1 -1
  1177. package/documentation/variables/driveGetDocumentParamsSchema.html +1 -1
  1178. package/documentation/variables/driveGetGroupsParamsSchema.html +1 -1
  1179. package/documentation/variables/driveGetTenantsParamsSchema.html +1 -1
  1180. package/documentation/variables/driveItemTypeSchema.html +1 -1
  1181. package/documentation/variables/driveLogoutParamsSchema.html +1 -1
  1182. package/documentation/variables/driveSetDefaultAccountParamsSchema.html +1 -1
  1183. package/documentation/variables/driveTmpFileSchema.html +1 -1
  1184. package/documentation/variables/dropboxDocumentEntitySchema.html +1 -1
  1185. package/documentation/variables/dropboxDocumentParamsSchema.html +1 -1
  1186. package/documentation/variables/dropboxGetDocumentsParamsSchema.html +1 -1
  1187. package/documentation/variables/editFaqCategorySchema.html +1 -1
  1188. package/documentation/variables/editFaqEntrySchema.html +1 -1
  1189. package/documentation/variables/editFaqThemeSchema.html +1 -1
  1190. package/documentation/variables/eventModeSchema.html +1 -1
  1191. package/documentation/variables/eventStatusFilterSchema.html +1 -1
  1192. package/documentation/variables/extendSchema.html +1 -1
  1193. package/documentation/variables/extensions.html +1 -1
  1194. package/documentation/variables/facetModeSchema.html +1 -1
  1195. package/documentation/variables/faqAccessSchema.html +1 -1
  1196. package/documentation/variables/faqContentItemSchema.html +1 -1
  1197. package/documentation/variables/faqHookPropertiesSchema.html +1 -1
  1198. package/documentation/variables/faqTaxonomySchema.html +1 -1
  1199. package/documentation/variables/faqWidgetCategoryItemSchema.html +33 -0
  1200. package/documentation/variables/faqWidgetCategorySchema.html +33 -0
  1201. package/documentation/variables/faqWidgetItemSchema.html +33 -0
  1202. package/documentation/variables/faqWidgetItemUriCategorySchema.html +33 -0
  1203. package/documentation/variables/fileCropConfigSchema.html +1 -1
  1204. package/documentation/variables/fileMainTypeSchema.html +1 -1
  1205. package/documentation/variables/fileSyncAdminSpotSchema.html +1 -1
  1206. package/documentation/variables/fileSyncAdminSpotsPropsSchema.html +1 -1
  1207. package/documentation/variables/fileSyncFileBankSchema.html +1 -1
  1208. package/documentation/variables/fileSyncUserQuotaSchema.html +1 -1
  1209. package/documentation/variables/filterSchema.html +1 -1
  1210. package/documentation/variables/filterValueSchema.html +1 -1
  1211. package/documentation/variables/filtersSchema.html +1 -1
  1212. package/documentation/variables/formatExtensionSchema.html +1 -1
  1213. package/documentation/variables/formatListSchema.html +1 -1
  1214. package/documentation/variables/formats.html +1 -1
  1215. package/documentation/variables/getCommentsParamsSchema.html +1 -1
  1216. package/documentation/variables/getLicenseArticlesParamsSchema.html +1 -1
  1217. package/documentation/variables/getLicenseKindUsersParamsSchema.html +1 -1
  1218. package/documentation/variables/getReportsParamsSchema.html +1 -1
  1219. package/documentation/variables/getUnclassifiedFilesParamsSchema.html +1 -1
  1220. package/documentation/variables/gifSchema.html +1 -1
  1221. package/documentation/variables/groupCategoriesConfigurationSchema.html +1 -1
  1222. package/documentation/variables/groupCustomWidgetSchema.html +1 -1
  1223. package/documentation/variables/groupListConfigSchema.html +1 -1
  1224. package/documentation/variables/groupMemberLevelSchema.html +1 -1
  1225. package/documentation/variables/groupMemberSchema.html +1 -1
  1226. package/documentation/variables/groupModerateStatusSchema.html +1 -1
  1227. package/documentation/variables/groupPrivacy.html +1 -1
  1228. package/documentation/variables/groupPropertiesOptionsSchema.html +1 -1
  1229. package/documentation/variables/groupPropertiesSchema.html +1 -1
  1230. package/documentation/variables/groupUserLevelSchema.html +1 -1
  1231. package/documentation/variables/groupWidgetLittleSchema.html +1 -1
  1232. package/documentation/variables/groupWidgetSchema.html +1 -1
  1233. package/documentation/variables/groupWidgetsSchema.html +1 -1
  1234. package/documentation/variables/headingTypeSchema.html +1 -1
  1235. package/documentation/variables/hookListTypeSchema.html +2 -2
  1236. package/documentation/variables/imageFormValueSchema.html +1 -1
  1237. package/documentation/variables/imageSizeSchema.html +1 -1
  1238. package/documentation/variables/imapInboxMailSchema.html +1 -1
  1239. package/documentation/variables/jArticleListSchema.html +2 -2
  1240. package/documentation/variables/jArticleListShapeTmp.html +2 -2
  1241. package/documentation/variables/jArticleLittleSchema.html +1 -1
  1242. package/documentation/variables/jArticleViewSchema.html +2 -2
  1243. package/documentation/variables/jArticleWidgetListSchema.html +2 -2
  1244. package/documentation/variables/jArticleWidgetLittleSchema.html +1 -1
  1245. package/documentation/variables/jArticleWidgetViewSchema.html +2 -2
  1246. package/documentation/variables/jAseiInstitutionViewSchema.html +2 -2
  1247. package/documentation/variables/jAseiTicketViewSchema.html +2 -2
  1248. package/documentation/variables/jBookableAssetListSchema.html +2 -2
  1249. package/documentation/variables/jBookableAssetViewSchema.html +2 -2
  1250. package/documentation/variables/jBusinessContactListSchema.html +2 -2
  1251. package/documentation/variables/jBusinessContactLittleSchema.html +1 -1
  1252. package/documentation/variables/jCommentListSchema.html +1 -1
  1253. package/documentation/variables/jCommentLittleSchema.html +1 -1
  1254. package/documentation/variables/jContentFactoryDefaultTemplateViewSchema.html +2 -2
  1255. package/documentation/variables/jContentFactorySurveyTemplateViewSchema.html +2 -2
  1256. package/documentation/variables/jContentFactoryTemplateListSchema.html +2 -2
  1257. package/documentation/variables/jContentFactoryTemplateViewSchema.html +2 -2
  1258. package/documentation/variables/jContentReportListSchema.html +2 -2
  1259. package/documentation/variables/jDiapazoneListSchema.html +2 -2
  1260. package/documentation/variables/jDiapazoneViewSchema.html +2 -2
  1261. package/documentation/variables/jEnsure.html +1 -1
  1262. package/documentation/variables/jExtraBotViewSchema.html +2 -2
  1263. package/documentation/variables/jFaqItemListSchema.html +2 -2
  1264. package/documentation/variables/jFaqItemViewSchema.html +2 -2
  1265. package/documentation/variables/jFaqListSchema.html +2 -2
  1266. package/documentation/variables/jFaqViewSchema.html +2 -2
  1267. package/documentation/variables/jFileListSchema.html +1 -1
  1268. package/documentation/variables/jFileLittleCropSchema.html +1 -1
  1269. package/documentation/variables/jFileLittleSchema.html +1 -1
  1270. package/documentation/variables/jFileRenditionSchema.html +1 -1
  1271. package/documentation/variables/jFolderListSchema.html +2 -2
  1272. package/documentation/variables/jFolderLittleSchema.html +1 -1
  1273. package/documentation/variables/jGroupListSchema.html +2 -2
  1274. package/documentation/variables/jGroupLittleSchema.html +2 -2
  1275. package/documentation/variables/jGroupViewSchema.html +2 -2
  1276. package/documentation/variables/jHrefSchema.html +1 -1
  1277. package/documentation/variables/jIACapabilitiesSchema.html +1 -1
  1278. package/documentation/variables/jInternalDraftListSchema.html +2 -2
  1279. package/documentation/variables/jInternalDraftViewSchema.html +2 -2
  1280. package/documentation/variables/jLandLogSchema.html +1 -1
  1281. package/documentation/variables/jLandMapFlavorSchema.html +1 -1
  1282. package/documentation/variables/jLandMapKindSchema.html +1 -1
  1283. package/documentation/variables/jLandMapListSchema.html +2 -2
  1284. package/documentation/variables/jLandMapLittleSchema.html +1 -1
  1285. package/documentation/variables/jLandMapViewSchema.html +2 -2
  1286. package/documentation/variables/jLandStatSchema.html +1 -1
  1287. package/documentation/variables/jLinkListSchema.html +1 -1
  1288. package/documentation/variables/jLinkLittleSchema.html +1 -1
  1289. package/documentation/variables/jMediaLibraryFileListSchema.html +2 -2
  1290. package/documentation/variables/jMediaLibraryFileLittleSchema.html +1 -1
  1291. package/documentation/variables/jMediaLibraryFolderListSchema.html +2 -2
  1292. package/documentation/variables/jMediaLibraryFolderLittleSchema.html +2 -2
  1293. package/documentation/variables/jMeetingListSchema.html +2 -2
  1294. package/documentation/variables/jMeetingViewSchema.html +2 -2
  1295. package/documentation/variables/jMessengerDiscussionGroupListSchema.html +2 -2
  1296. package/documentation/variables/jMessengerDiscussionGroupLittleSchema.html +1 -1
  1297. package/documentation/variables/jMessengerDiscussionUserListSchema.html +1 -1
  1298. package/documentation/variables/jMessengerDiscussionUserLittleSchema.html +1 -1
  1299. package/documentation/variables/jMessengerMessageLittleSchema.html +1 -1
  1300. package/documentation/variables/jNetworkLittleSchema.html +1 -1
  1301. package/documentation/variables/jObjectAutocompleteSchema.html +1 -1
  1302. package/documentation/variables/jObjectBaseSchema.html +1 -1
  1303. package/documentation/variables/jObjectListSchema.html +1 -1
  1304. package/documentation/variables/jObjectLittleSchema.html +1 -1
  1305. package/documentation/variables/jOrgChartListSchema.html +2 -2
  1306. package/documentation/variables/jOrgChartViewSchema.html +2 -2
  1307. package/documentation/variables/jPermanentRoomListSchema.html +2 -2
  1308. package/documentation/variables/jPollSurveyListSchema.html +2 -2
  1309. package/documentation/variables/jPollSurveyViewSchema.html +2 -2
  1310. package/documentation/variables/jQuarantineListSchema.html +2 -2
  1311. package/documentation/variables/jQuarantineLittleSchema.html +1 -1
  1312. package/documentation/variables/jQuizzListSchema.html +2 -2
  1313. package/documentation/variables/jQuizzListShapeTmp.html +2 -2
  1314. package/documentation/variables/jQuizzViewSchema.html +2 -2
  1315. package/documentation/variables/jRecurringEventListSchema.html +2 -2
  1316. package/documentation/variables/jRecurringEventLittleSchema.html +1 -1
  1317. package/documentation/variables/jRecurringEventOccurrenceListFalsySchema.html +2 -2
  1318. package/documentation/variables/jRecurringEventOccurrenceListSchema.html +2 -2
  1319. package/documentation/variables/jRecurringEventOccurrenceListTruthySchema.html +2 -2
  1320. package/documentation/variables/jRecurringEventOccurrenceLittleFalsySchema.html +1 -1
  1321. package/documentation/variables/jRecurringEventOccurrenceLittleSchema.html +1 -1
  1322. package/documentation/variables/jRecurringEventOccurrenceLittleTruthySchema.html +1 -1
  1323. package/documentation/variables/jRecurringEventOccurrenceViewFalsySchema.html +2 -2
  1324. package/documentation/variables/jRecurringEventOccurrenceViewSchema.html +2 -2
  1325. package/documentation/variables/jRecurringEventOccurrenceViewTruthySchema.html +2 -2
  1326. package/documentation/variables/jRecurringEventViewSchema.html +2 -2
  1327. package/documentation/variables/jReservationListSchema.html +2 -2
  1328. package/documentation/variables/jSocialEventListSchema.html +2 -2
  1329. package/documentation/variables/jSocialEventLittleSchema.html +1 -1
  1330. package/documentation/variables/jSocialEventViewSchema.html +2 -2
  1331. package/documentation/variables/jSocialRateLinkListSchema.html +1 -1
  1332. package/documentation/variables/jSpotAutocompleteSchema.html +1 -1
  1333. package/documentation/variables/jSpotAutocompleteShape.html +1 -1
  1334. package/documentation/variables/jSupportListSchema.html +2 -2
  1335. package/documentation/variables/jSupportViewSchema.html +2 -2
  1336. package/documentation/variables/jSupportViewShapeTmp.html +2 -2
  1337. package/documentation/variables/jSurveyDateListSchema.html +2 -2
  1338. package/documentation/variables/jSurveyDateViewSchema.html +2 -2
  1339. package/documentation/variables/jTvChannelDynamicListSchema.html +2 -2
  1340. package/documentation/variables/jTvChannelListSchema.html +2 -2
  1341. package/documentation/variables/jTvChannelLittleSchema.html +1 -1
  1342. package/documentation/variables/jTvChannelSlideshowListSchema.html +2 -2
  1343. package/documentation/variables/jUserAutocompleteSchema.html +1 -1
  1344. package/documentation/variables/jUserListSchema.html +1 -1
  1345. package/documentation/variables/jUserLittleSchema.html +1 -1
  1346. package/documentation/variables/jUserValuesSchema.html +1 -1
  1347. package/documentation/variables/jUserViewSchema.html +1 -1
  1348. package/documentation/variables/licenseSchema.html +1 -1
  1349. package/documentation/variables/mediaLibraryFilesStatsSchema.html +1 -1
  1350. package/documentation/variables/mediaLibraryFolderStatsSchema.html +1 -1
  1351. package/documentation/variables/mediaLibraryListSchema.html +2 -2
  1352. package/documentation/variables/mediaLibraryStatsSchema.html +1 -1
  1353. package/documentation/variables/meetingActionSchema.html +1 -1
  1354. package/documentation/variables/meetingCreationSchema.html +1 -1
  1355. package/documentation/variables/meetingUpdateSchema.html +1 -1
  1356. package/documentation/variables/metasExternalSchema.html +1 -1
  1357. package/documentation/variables/metasJamespotSchema.html +1 -1
  1358. package/documentation/variables/metasSchema.html +1 -1
  1359. package/documentation/variables/metasYoutubeSchema.html +1 -1
  1360. package/documentation/variables/meteoLocationSchema.html +1 -1
  1361. package/documentation/variables/meteoSearchResultSchema.html +1 -1
  1362. package/documentation/variables/methodSchema.html +1 -1
  1363. package/documentation/variables/mimetypeToExt.html +1 -1
  1364. package/documentation/variables/mimetypes.html +1 -1
  1365. package/documentation/variables/moduleRestrictionMode.html +1 -1
  1366. package/documentation/variables/moveFaqEntrySchema.html +1 -1
  1367. package/documentation/variables/moveFaqThemeSchema.html +1 -1
  1368. package/documentation/variables/moveMediaLibraryFileParamsSchema.html +1 -1
  1369. package/documentation/variables/msDocumentEntitySchema.html +1 -1
  1370. package/documentation/variables/msDocumentParamsSchema.html +1 -1
  1371. package/documentation/variables/msGetDocumentsParamsSchema.html +1 -1
  1372. package/documentation/variables/msGroupEntitySchema.html +1 -1
  1373. package/documentation/variables/msSiteEntitySchema.html +1 -1
  1374. package/documentation/variables/msTenantEntitySchema.html +1 -1
  1375. package/documentation/variables/msTenantsSchema.html +1 -1
  1376. package/documentation/variables/msUnifiedEntitySchema.html +1 -1
  1377. package/documentation/variables/network.html +1 -1
  1378. package/documentation/variables/networkTypeSchema.html +1 -1
  1379. package/documentation/variables/newsflashGetResponseSchema.html +1 -1
  1380. package/documentation/variables/newsflashItemSchema.html +1 -1
  1381. package/documentation/variables/newsflashPropertiesSchema.html +1 -1
  1382. package/documentation/variables/newsflashSourceSchema.html +1 -1
  1383. package/documentation/variables/newsflashSourcesSchema.html +1 -1
  1384. package/documentation/variables/objectListPropsSchema.html +1 -1
  1385. package/documentation/variables/objectWithoutLicenseFilterSchema.html +1 -1
  1386. package/documentation/variables/officeProviderBaseUrlsSchema.html +1 -1
  1387. package/documentation/variables/officeSetConfigurationPayloadSchema.html +1 -1
  1388. package/documentation/variables/officeUserConfigurationSchema.html +1 -1
  1389. package/documentation/variables/onlyOfficeFileSchema.html +2 -2
  1390. package/documentation/variables/onyOfficeFileInfoSchema.html +1 -1
  1391. package/documentation/variables/openingTypeAnchorSchema.html +1 -1
  1392. package/documentation/variables/openingTypeLinkSchema.html +1 -1
  1393. package/documentation/variables/openingTypePopupSchema.html +1 -1
  1394. package/documentation/variables/openingTypeSchema.html +1 -1
  1395. package/documentation/variables/operatorSchema.html +1 -1
  1396. package/documentation/variables/orderSchema.html +1 -1
  1397. package/documentation/variables/ordersSchema.html +1 -1
  1398. package/documentation/variables/publicWebinarData.html +1 -1
  1399. package/documentation/variables/publicWebinarFullnameRequestSchema.html +1 -1
  1400. package/documentation/variables/publicWebinarGetDateRequestSchema.html +1 -1
  1401. package/documentation/variables/publicWebinarUrlSchema.html +1 -1
  1402. package/documentation/variables/questionAnswerSelectResponseParamsSchema.html +1 -1
  1403. package/documentation/variables/questionAnswerUnselectResponseParamsSchema.html +1 -1
  1404. package/documentation/variables/quizFieldSchema.html +1 -1
  1405. package/documentation/variables/quizResponseSchema.html +1 -1
  1406. package/documentation/variables/recurrenceRuleSchema.html +1 -1
  1407. package/documentation/variables/recurringEventCreationSchema.html +1 -1
  1408. package/documentation/variables/recurringEventUpdateSchema.html +1 -1
  1409. package/documentation/variables/resetNotificationConfigurationSchema.html +1 -1
  1410. package/documentation/variables/rightsSchema.html +1 -1
  1411. package/documentation/variables/rssTypeSchema.html +1 -1
  1412. package/documentation/variables/searchCategoryModelSchema.html +1 -1
  1413. package/documentation/variables/searchCategoryValueSchema.html +1 -1
  1414. package/documentation/variables/searchConfigSchema.html +1 -1
  1415. package/documentation/variables/searchFacetModelSchema.html +1 -1
  1416. package/documentation/variables/searchFacetValueModelSchema.html +1 -1
  1417. package/documentation/variables/searchFacetValuesSchema.html +1 -1
  1418. package/documentation/variables/searchLastQuerySchema.html +1 -1
  1419. package/documentation/variables/searchQueryFilterModelSchema.html +1 -1
  1420. package/documentation/variables/searchQueryOptionSchema.html +1 -1
  1421. package/documentation/variables/searchQuerySchema.html +1 -1
  1422. package/documentation/variables/searchQuerySortModelSchema.html +1 -1
  1423. package/documentation/variables/searchResultCatPropsSchema.html +1 -1
  1424. package/documentation/variables/searchResultPropsAppSchema.html +1 -1
  1425. package/documentation/variables/searchResultPropsObjectSchema.html +1 -1
  1426. package/documentation/variables/searchResultPropsSchema.html +1 -1
  1427. package/documentation/variables/shareAccessPropsSchema.html +1 -1
  1428. package/documentation/variables/shareGeneralAccessRulesSchema.html +1 -1
  1429. package/documentation/variables/shareOptionObjectSchema.html +1 -1
  1430. package/documentation/variables/shareOptionSchema.html +1 -1
  1431. package/documentation/variables/socialActionRateSchema.html +1 -1
  1432. package/documentation/variables/socialActionReportSchema.html +1 -1
  1433. package/documentation/variables/socialActionSchema.html +1 -1
  1434. package/documentation/variables/socialActionSchema_deprecated.html +1 -1
  1435. package/documentation/variables/socialActionShareSchema.html +1 -1
  1436. package/documentation/variables/socialActionStructSchema_deprecated.html +1 -1
  1437. package/documentation/variables/socialActionToggleSchema.html +1 -1
  1438. package/documentation/variables/socialEventActionSchema.html +1 -1
  1439. package/documentation/variables/socialEventCreationSchema.html +1 -1
  1440. package/documentation/variables/socialEventUpdateSchema.html +1 -1
  1441. package/documentation/variables/spotDiscussionKindSchema.html +1 -1
  1442. package/documentation/variables/storeFinalizeSchema.html +1 -1
  1443. package/documentation/variables/storeItemSchema.html +1 -1
  1444. package/documentation/variables/surveyDateResponsesSchema.html +1 -1
  1445. package/documentation/variables/surveyDateUsersForDateSchema.html +1 -1
  1446. package/documentation/variables/surveyDateUsersResponseSchema.html +1 -1
  1447. package/documentation/variables/surveyDateUsersResponsesSchema.html +1 -1
  1448. package/documentation/variables/surveyDateUtils.html +1 -1
  1449. package/documentation/variables/surveyFieldBaseSchema.html +1 -1
  1450. package/documentation/variables/surveyFieldBinaryDataSchema.html +1 -1
  1451. package/documentation/variables/surveyFieldBinarySchema.html +1 -1
  1452. package/documentation/variables/surveyFieldCheckDataSchema.html +1 -1
  1453. package/documentation/variables/surveyFieldCheckSchema.html +1 -1
  1454. package/documentation/variables/surveyFieldFileUploadDataSchema.html +1 -1
  1455. package/documentation/variables/surveyFieldFileUploadSchema.html +1 -1
  1456. package/documentation/variables/surveyFieldGridCheckDataSchema.html +1 -1
  1457. package/documentation/variables/surveyFieldGridCheckSchema.html +1 -1
  1458. package/documentation/variables/surveyFieldGridRadioDataSchema.html +1 -1
  1459. package/documentation/variables/surveyFieldGridRadioSchema.html +1 -1
  1460. package/documentation/variables/surveyFieldKeysSchema.html +1 -1
  1461. package/documentation/variables/surveyFieldOptionCheckSchema.html +1 -1
  1462. package/documentation/variables/surveyFieldOptionFileUploadSchema.html +1 -1
  1463. package/documentation/variables/surveyFieldOptionGridCheckSchema.html +1 -1
  1464. package/documentation/variables/surveyFieldOptionGridRadioSchema.html +1 -1
  1465. package/documentation/variables/surveyFieldOptionRateSchema.html +1 -1
  1466. package/documentation/variables/surveyFieldOptionScaleSchema.html +1 -1
  1467. package/documentation/variables/surveyFieldOptionTextSchema.html +1 -1
  1468. package/documentation/variables/surveyFieldOptionTextareaSchema.html +1 -1
  1469. package/documentation/variables/surveyFieldRadioDataSchema.html +1 -1
  1470. package/documentation/variables/surveyFieldRadioSchema.html +1 -1
  1471. package/documentation/variables/surveyFieldRateDataSchema.html +1 -1
  1472. package/documentation/variables/surveyFieldRateSchema.html +1 -1
  1473. package/documentation/variables/surveyFieldScaleDataSchema.html +1 -1
  1474. package/documentation/variables/surveyFieldScaleSchema.html +1 -1
  1475. package/documentation/variables/surveyFieldSelectDataSchema.html +1 -1
  1476. package/documentation/variables/surveyFieldSelectSchema.html +1 -1
  1477. package/documentation/variables/surveyFieldTextDataSchema.html +1 -1
  1478. package/documentation/variables/surveyFieldTextSchema.html +1 -1
  1479. package/documentation/variables/surveyFieldTextareaDataSchema.html +1 -1
  1480. package/documentation/variables/surveyFieldTextareaSchema.html +1 -1
  1481. package/documentation/variables/surveySectionSchema.html +1 -1
  1482. package/documentation/variables/textEnhanceResponseSchema.html +1 -1
  1483. package/documentation/variables/tinyMCECommonOptionsSchema.html +1 -1
  1484. package/documentation/variables/tinyMCEDynamicOptionsSchema.html +1 -1
  1485. package/documentation/variables/tinymceExtendedOptionsSchema.html +1 -1
  1486. package/documentation/variables/tvChannelCreatePayloadSchema.html +1 -1
  1487. package/documentation/variables/tvChannelCreationSchema.html +1 -1
  1488. package/documentation/variables/tvChannelDynamicArticleSchema.html +2 -2
  1489. package/documentation/variables/tvChannelDynamicCommentSchema.html +1 -1
  1490. package/documentation/variables/tvChannelSlideshowFileSchema.html +1 -1
  1491. package/documentation/variables/tvChannelTypeSchema.html +1 -1
  1492. package/documentation/variables/tvGetChannelResponseSchema.html +1 -1
  1493. package/documentation/variables/tvGetConfigureDynamicChannelResponse.html +2 -2
  1494. package/documentation/variables/tvGetConfigureSlideshowChannelResponse.html +2 -2
  1495. package/documentation/variables/updateCommentParamsSchema.html +1 -1
  1496. package/documentation/variables/updateGroupSchema.html +1 -1
  1497. package/documentation/variables/updateReportStatusParamsSchema.html +1 -1
  1498. package/documentation/variables/uploadConfigSchema.html +1 -1
  1499. package/documentation/variables/userDefaultFieldsTypeSchema.html +1 -1
  1500. package/documentation/variables/userDirectoryConfigurationSchema.html +1 -1
  1501. package/documentation/variables/userDownloadSchema.html +1 -1
  1502. package/documentation/variables/userFieldSchema.html +1 -1
  1503. package/documentation/variables/userFieldsConfigurationTypeSchema.html +1 -1
  1504. package/documentation/variables/userFieldsSchema.html +1 -1
  1505. package/documentation/variables/userLevelSpotSchema.html +1 -1
  1506. package/documentation/variables/userMapModelSchema.html +1 -1
  1507. package/documentation/variables/userReadSchema.html +1 -1
  1508. package/documentation/variables/userResponseStatusSchema.html +1 -1
  1509. package/documentation/variables/userSpotCategoriesSchema.html +33 -0
  1510. package/documentation/variables/userValuesSchema.html +1 -1
  1511. package/documentation/variables/valueLabelSchema.html +1 -1
  1512. package/documentation/variables/variantSizeTypeSchema.html +1 -1
  1513. package/documentation/variables/variantTypeSchema.html +1 -1
  1514. package/documentation/variables/videoRecordingSchema.html +1 -1
  1515. package/documentation/variables/visioConnectStatisticsRoomSchema.html +1 -1
  1516. package/documentation/variables/visioConnectStatisticsRoomSessionsSchema.html +1 -1
  1517. package/documentation/variables/visioConnectStatisticsSchema.html +1 -1
  1518. package/documentation/variables/wallFilterSchema.html +1 -1
  1519. package/documentation/variables/weDocTemplateSchema-1.html +1 -1
  1520. package/documentation/variables/webinarModeratorsSchema.html +33 -0
  1521. package/documentation/variables/wedocEmptyTypeSchema.html +1 -1
  1522. package/documentation/variables/wedocFileAudienceTypeSchema.html +1 -1
  1523. package/documentation/variables/wedocQueryResultsSchema.html +1 -1
  1524. package/documentation/variables/wedocQueryTypeSchema.html +1 -1
  1525. package/documentation/variables/wedocTemplateSchema.html +1 -1
  1526. package/documentation/variables/widgetAccessibilityContentSchema.html +1 -1
  1527. package/documentation/variables/widgetAccessibilityTypeSchema.html +1 -1
  1528. package/documentation/variables/widgetActiveValueSchema.html +1 -1
  1529. package/documentation/variables/widgetApplicationAppsItemSchema.html +1 -1
  1530. package/documentation/variables/widgetApplicationContentSchema.html +1 -1
  1531. package/documentation/variables/widgetApplicationCssSchema.html +1 -1
  1532. package/documentation/variables/widgetApplicationExtensionItemSchema.html +1 -1
  1533. package/documentation/variables/widgetApplicationImageItemSchema.html +1 -1
  1534. package/documentation/variables/widgetApplicationItemSchema.html +1 -1
  1535. package/documentation/variables/widgetApplicationLinkItemSchema.html +1 -1
  1536. package/documentation/variables/widgetApplicationSizeSchema.html +1 -1
  1537. package/documentation/variables/widgetApplicationTypeSchema.html +1 -1
  1538. package/documentation/variables/widgetApplicationViewSchema.html +1 -1
  1539. package/documentation/variables/widgetArticleAttachmentContentSchema.html +1 -1
  1540. package/documentation/variables/widgetArticleAttachmentTypeSchema.html +1 -1
  1541. package/documentation/variables/widgetArticleButtonContentSchema.html +1 -1
  1542. package/documentation/variables/widgetArticleButtonTypeSchema.html +1 -1
  1543. package/documentation/variables/widgetArticleCheckListTypeForFrontSchema.html +1 -1
  1544. package/documentation/variables/widgetArticleGalleryContentSchema.html +1 -1
  1545. package/documentation/variables/widgetArticleGalleryTypeSchema.html +1 -1
  1546. package/documentation/variables/widgetArticleImageContentSchema.html +1 -1
  1547. package/documentation/variables/widgetArticleImageTypeSchema.html +1 -1
  1548. package/documentation/variables/widgetArticleSliderContentSchema.html +1 -1
  1549. package/documentation/variables/widgetArticleSliderTypeSchema.html +1 -1
  1550. package/documentation/variables/widgetArticleTextContentSchema.html +1 -1
  1551. package/documentation/variables/widgetArticleTextTypeSchema.html +1 -1
  1552. package/documentation/variables/widgetArticleTitleContentSchema.html +1 -1
  1553. package/documentation/variables/widgetArticleTitleTypeSchema.html +1 -1
  1554. package/documentation/variables/widgetAudienceSchema.html +1 -1
  1555. package/documentation/variables/widgetBaseSchema.html +1 -1
  1556. package/documentation/variables/widgetBirthdayContentSchema.html +1 -1
  1557. package/documentation/variables/widgetBirthdayCssSchema.html +1 -1
  1558. package/documentation/variables/widgetBirthdayTypeSchema.html +1 -1
  1559. package/documentation/variables/widgetButtonActionGroupSchema.html +1 -1
  1560. package/documentation/variables/widgetButtonActionSchema.html +1 -1
  1561. package/documentation/variables/widgetButtonActionTypeSchema.html +1 -1
  1562. package/documentation/variables/widgetButtonContentSchema.html +1 -1
  1563. package/documentation/variables/widgetButtonIconFontSizeSchema.html +1 -1
  1564. package/documentation/variables/widgetButtonIconPaddingSchema.html +1 -1
  1565. package/documentation/variables/widgetButtonIconPositionSchema.html +1 -1
  1566. package/documentation/variables/widgetButtonPositionSchema.html +1 -1
  1567. package/documentation/variables/widgetButtonPropsSchema.html +1 -1
  1568. package/documentation/variables/widgetButtonSizeSchema.html +1 -1
  1569. package/documentation/variables/widgetButtonStyleSchema.html +1 -1
  1570. package/documentation/variables/widgetButtonTypeSchema.html +1 -1
  1571. package/documentation/variables/widgetCalendarCalDavContentSchema.html +1 -1
  1572. package/documentation/variables/widgetCalendarCalDavTypeSchema.html +1 -1
  1573. package/documentation/variables/widgetCalendarContentSchema.html +1 -1
  1574. package/documentation/variables/widgetCalendarTypeSchema.html +1 -1
  1575. package/documentation/variables/widgetChartsContentSchema.html +1 -1
  1576. package/documentation/variables/widgetChartsTypeSchema.html +1 -1
  1577. package/documentation/variables/widgetCheckListContentArrForFrontSchema.html +1 -1
  1578. package/documentation/variables/widgetCheckListContentArrSchema.html +1 -1
  1579. package/documentation/variables/widgetCheckListContentForFrontSchema.html +1 -1
  1580. package/documentation/variables/widgetCheckListContentSchema.html +1 -1
  1581. package/documentation/variables/widgetCheckListTypeSchema.html +1 -1
  1582. package/documentation/variables/widgetCheckboxSchema.html +1 -1
  1583. package/documentation/variables/widgetColorContentSchema.html +1 -1
  1584. package/documentation/variables/widgetColorSchema.html +1 -1
  1585. package/documentation/variables/widgetColorTypeSchema.html +1 -1
  1586. package/documentation/variables/widgetContactCardDavContentSchema.html +1 -1
  1587. package/documentation/variables/widgetContactCardDavTypeSchema.html +1 -1
  1588. package/documentation/variables/widgetContactContentSchema.html +1 -1
  1589. package/documentation/variables/widgetContactCssSchema.html +1 -1
  1590. package/documentation/variables/widgetContactTypeSchema.html +1 -1
  1591. package/documentation/variables/widgetContentBaseSchema.html +1 -1
  1592. package/documentation/variables/widgetContentKeysSchema.html +1 -1
  1593. package/documentation/variables/widgetContextSchema.html +1 -1
  1594. package/documentation/variables/widgetCountdownContentSchema.html +1 -1
  1595. package/documentation/variables/widgetCountdownTypeSchema.html +1 -1
  1596. package/documentation/variables/widgetCoverContentSchema.html +1 -1
  1597. package/documentation/variables/widgetCoverSlideSchema.html +1 -1
  1598. package/documentation/variables/widgetCoverTypeSchema.html +1 -1
  1599. package/documentation/variables/widgetDatasourceTableContentSchema.html +1 -1
  1600. package/documentation/variables/widgetDatasourceTableTypeSchema.html +1 -1
  1601. package/documentation/variables/widgetDatePickerSchema.html +1 -1
  1602. package/documentation/variables/widgetDatePickerValueSchema.html +1 -1
  1603. package/documentation/variables/widgetDateSchema.html +1 -1
  1604. package/documentation/variables/widgetDateValueSchema.html +1 -1
  1605. package/documentation/variables/widgetDatetimeSchema.html +1 -1
  1606. package/documentation/variables/widgetDatetimeValueSchema.html +1 -1
  1607. package/documentation/variables/widgetDefaultProps.html +1 -1
  1608. package/documentation/variables/widgetDefinitionPropsSchema.html +1 -1
  1609. package/documentation/variables/widgetDisplayModeSchema.html +1 -1
  1610. package/documentation/variables/widgetDocumentsContentSchema.html +1 -1
  1611. package/documentation/variables/widgetDocumentsTypeSchema.html +1 -1
  1612. package/documentation/variables/widgetEmailSchema.html +1 -1
  1613. package/documentation/variables/widgetEmailValueSchema.html +1 -1
  1614. package/documentation/variables/widgetEmailsImapContentSchema.html +1 -1
  1615. package/documentation/variables/widgetEmailsImapTypeSchema.html +1 -1
  1616. package/documentation/variables/widgetEmbedContentSchema.html +1 -1
  1617. package/documentation/variables/widgetEmbedSchema.html +1 -1
  1618. package/documentation/variables/widgetEmbedTypeSchema.html +1 -1
  1619. package/documentation/variables/widgetExcelDatasourceTableContentSchema.html +1 -1
  1620. package/documentation/variables/widgetExcelDatasourceTableTypeSchema.html +1 -1
  1621. package/documentation/variables/widgetExtensionContentSchema.html +1 -1
  1622. package/documentation/variables/widgetExtensionTypeSchema.html +1 -1
  1623. package/documentation/variables/widgetFaqContentSchema.html +33 -0
  1624. package/documentation/variables/widgetFaqTypeSchema.html +33 -0
  1625. package/documentation/variables/widgetFileSchema.html +1 -1
  1626. package/documentation/variables/widgetFlocklerContentSchema.html +1 -1
  1627. package/documentation/variables/widgetFlocklerTypeSchema.html +1 -1
  1628. package/documentation/variables/widgetIframeVideoSchema.html +1 -1
  1629. package/documentation/variables/widgetImageContentSchema.html +1 -1
  1630. package/documentation/variables/widgetImageSchema.html +1 -1
  1631. package/documentation/variables/widgetImageTypeSchema.html +1 -1
  1632. package/documentation/variables/widgetKeysSchema.html +1 -1
  1633. package/documentation/variables/widgetLayerSchema.html +1 -1
  1634. package/documentation/variables/widgetLegacyMixedBooleanSchema.html +1 -1
  1635. package/documentation/variables/widgetLinkSchema.html +1 -1
  1636. package/documentation/variables/widgetLuccaAbsenceContentSchema.html +1 -1
  1637. package/documentation/variables/widgetLuccaAbsenceTypeSchema.html +1 -1
  1638. package/documentation/variables/widgetLuccaAbsenceUserSchema.html +1 -1
  1639. package/documentation/variables/widgetMeteoContentSchema.html +1 -1
  1640. package/documentation/variables/widgetMeteoTypeSchema.html +1 -1
  1641. package/documentation/variables/widgetMultiattributeSchema.html +1 -1
  1642. package/documentation/variables/widgetMyGroupContentSchema.html +33 -0
  1643. package/documentation/variables/widgetMyGroupTypeSchema.html +33 -0
  1644. package/documentation/variables/widgetNewsflashContentSchema.html +1 -1
  1645. package/documentation/variables/widgetNewsflashTypeSchema.html +1 -1
  1646. package/documentation/variables/widgetNumberSchema.html +1 -1
  1647. package/documentation/variables/widgetNumberValueSchema.html +1 -1
  1648. package/documentation/variables/widgetOrientedlinksSchema.html +1 -1
  1649. package/documentation/variables/widgetPlaceSchema.html +1 -1
  1650. package/documentation/variables/widgetPresenceContentSchema.html +1 -1
  1651. package/documentation/variables/widgetPresenceRespondPayloadSchema.html +1 -1
  1652. package/documentation/variables/widgetPresenceResponseSchema.html +1 -1
  1653. package/documentation/variables/widgetPresenceTypeSchema.html +1 -1
  1654. package/documentation/variables/widgetQuickSurveyContentSchema.html +1 -1
  1655. package/documentation/variables/widgetQuickSurveyTypeSchema.html +1 -1
  1656. package/documentation/variables/widgetRadioSchema.html +1 -1
  1657. package/documentation/variables/widgetRefUserSchema.html +1 -1
  1658. package/documentation/variables/widgetRtObjectSchema.html +1 -1
  1659. package/documentation/variables/widgetSchema.html +1 -1
  1660. package/documentation/variables/widgetSelectSchema.html +1 -1
  1661. package/documentation/variables/widgetSelectionBackgroundPropsSchema.html +1 -1
  1662. package/documentation/variables/widgetSelectionPropsSchema.html +1 -1
  1663. package/documentation/variables/widgetSeparatorAlignSchema.html +1 -1
  1664. package/documentation/variables/widgetSeparatorContentSchema.html +1 -1
  1665. package/documentation/variables/widgetSeparatorOrientationSchema.html +1 -1
  1666. package/documentation/variables/widgetSeparatorTypeSchema.html +1 -1
  1667. package/documentation/variables/widgetSlideSchema.html +1 -1
  1668. package/documentation/variables/widgetSliderContentSchema.html +1 -1
  1669. package/documentation/variables/widgetSliderTypeSchema.html +1 -1
  1670. package/documentation/variables/widgetStatePropsSchema.html +1 -1
  1671. package/documentation/variables/widgetStylesSchema.html +1 -1
  1672. package/documentation/variables/widgetSyncContentContentSchema.html +1 -1
  1673. package/documentation/variables/widgetSyncContentTypeSchema.html +1 -1
  1674. package/documentation/variables/widgetTableColumnDataSchema.html +1 -1
  1675. package/documentation/variables/widgetTableColumnSchema.html +1 -1
  1676. package/documentation/variables/widgetTableColumnTypesSchema.html +1 -1
  1677. package/documentation/variables/widgetTableColumnWidgetDateSchema.html +1 -1
  1678. package/documentation/variables/widgetTableColumnWidgetDefaultSchema.html +1 -1
  1679. package/documentation/variables/widgetTableColumnWidgetSelectOptionSchema.html +1 -1
  1680. package/documentation/variables/widgetTableColumnWidgetSelectSchema.html +1 -1
  1681. package/documentation/variables/widgetTableColumnWidgetTextSchema.html +1 -1
  1682. package/documentation/variables/widgetTableColumnWidgetsSchema.html +1 -1
  1683. package/documentation/variables/widgetTableColumnsData.html +1 -1
  1684. package/documentation/variables/widgetTableContentSchema.html +1 -1
  1685. package/documentation/variables/widgetTaxonomySchema.html +1 -1
  1686. package/documentation/variables/widgetTelSchema.html +1 -1
  1687. package/documentation/variables/widgetTextContentSchema.html +1 -1
  1688. package/documentation/variables/widgetTextSchema.html +1 -1
  1689. package/documentation/variables/widgetTextTypeSchema.html +1 -1
  1690. package/documentation/variables/widgetTextValueSchema.html +1 -1
  1691. package/documentation/variables/widgetTextareaSchema.html +1 -1
  1692. package/documentation/variables/widgetTextareaValueSchema.html +1 -1
  1693. package/documentation/variables/widgetToggleSchema.html +1 -1
  1694. package/documentation/variables/widgetTransientSchema.html +1 -1
  1695. package/documentation/variables/widgetTypeKeysSchema.html +1 -1
  1696. package/documentation/variables/widgetUriSchema.html +1 -1
  1697. package/documentation/variables/widgetUrlSchema.html +1 -1
  1698. package/documentation/variables/widgetUrlValueSchema.html +1 -1
  1699. package/documentation/variables/widgetUserProfileContentSchema.html +1 -1
  1700. package/documentation/variables/widgetUserProfileTypeSchema.html +1 -1
  1701. package/documentation/variables/widgetVectorSchema.html +1 -1
  1702. package/documentation/variables/widgetWelcomeContentSchema.html +1 -1
  1703. package/documentation/variables/widgetWelcomeTypeSchema.html +1 -1
  1704. package/documentation/variables/widgetWrapperLevelSchema.html +1 -1
  1705. package/documentation/variables/widgetWrapperPropsSchema.html +1 -1
  1706. package/documentation/variables/widgetYoutubeContentSchema.html +1 -1
  1707. package/documentation/variables/widgetYoutubeTypeSchema.html +1 -1
  1708. package/documentation/variables/widgetsRootStateSchema.html +1 -1
  1709. package/documentation/variables/widgetsStateSchema.html +1 -1
  1710. package/documentation/variables/widgetsValueSchema.html +1 -1
  1711. package/package.json +1 -1
@@ -13,7 +13,7 @@
13
13
  <section class="tsd-panel">
14
14
  <ul class="tsd-signatures">
15
15
  <li class="">
16
- <div class="tsd-signature tsd-anchor-link" id="inferbookmarklistschema"><span class="tsd-kind-call-signature">inferBookmarkListSchema</span><span class="tsd-signature-symbol">&lt;</span><br/>    <a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a> <span class="tsd-signature-keyword">extends</span><br/>        <span class="tsd-signature-type">ZodType</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/jObjectBase.html" class="tsd-signature-type tsd-kind-type-alias">jObjectBase</a><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">ZodTypeDef</span><span class="tsd-signature-symbol">,</span> <a href="../types/jObjectBase.html" class="tsd-signature-type tsd-kind-type-alias">jObjectBase</a><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">=</span> <span class="tsd-signature-type">ZodType</span><span class="tsd-signature-symbol">&lt;</span><br/>        <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-signature-type">ZodTypeDef</span><span class="tsd-signature-symbol">,</span><br/>        <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">type</span><span class="tsd-signature-symbol">?:</span> <a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>    <span class="tsd-signature-symbol">{</span><br/>        <span class="tsd-kind-property">_cssClass</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">_cssColor</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">_src</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>            <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/jObjectBase.html" class="tsd-signature-type tsd-kind-type-alias">jObjectBase</a><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>            <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-signature-symbol">&gt;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">_target</span><span class="tsd-signature-symbol">:</span><br/>            <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                    <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/jObjectBase.html" class="tsd-signature-type tsd-kind-type-alias">jObjectBase</a><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                    <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                    <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>            <span class="tsd-signature-symbol">&gt;</span><br/>            <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">_values</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>            <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>            <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">bookmarkLabel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">bookmarkMeta</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">bookmarkOrder</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">bookmarkUrl</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">mainType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">srcId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">srcType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">targetId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">targetType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">uri</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">value</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-symbol">{</span><br/>        <span class="tsd-signature-symbol">[</span><span class="tsd-kind-type-parameter">k</span> <span class="tsd-signature-keyword">in</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;id&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;value&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;type&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;srcId&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;srcType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;targetId&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;targetType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;mainType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;uri&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;url&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_src&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_target&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkUrl&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkOrder&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkLabel&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkMeta&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_values&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_cssColor&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_cssClass&quot;</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">addQuestionMarks</span><span class="tsd-signature-symbol">&lt;</span><br/>            <span class="tsd-signature-type">baseObjectOutputType</span><span class="tsd-signature-symbol">&lt;</span><br/>                <span class="tsd-signature-symbol">{</span><br/>                    <span class="tsd-kind-property">_cssClass</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">_cssColor</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">_src</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                        <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                            <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span>(...)<span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> ...<span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> ... <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                            <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                            <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-symbol">&gt;</span><br/>                    <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">_target</span><span class="tsd-signature-symbol">:</span><br/>                        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                            <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                                <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span>(...)<span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> ...<span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> ... <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                                <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                                <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                                <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                                <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">&gt;</span><br/>                        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">_values</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                        <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                            <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">bookmarkLabel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">bookmarkMeta</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">bookmarkOrder</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">bookmarkUrl</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">mainType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">srcId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">srcType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">targetId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">targetType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">uri</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">value</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>            <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>            <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type tsd-kind-type-parameter">k</span><span class="tsd-signature-symbol">]</span><br/>    <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-symbol">{</span><br/>        <span class="tsd-signature-symbol">[</span><span class="tsd-kind-type-parameter">k</span> <span class="tsd-signature-keyword">in</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;id&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;value&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;type&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;srcId&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;srcType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;targetId&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;targetType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;mainType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;uri&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;url&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_src&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_target&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkUrl&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkOrder&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkLabel&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkMeta&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_values&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_cssColor&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_cssClass&quot;</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">baseObjectInputType</span><span class="tsd-signature-symbol">&lt;</span><br/>            <span class="tsd-signature-symbol">{</span><br/>                <span class="tsd-kind-property">_cssClass</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">_cssColor</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">_src</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                    <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                        <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/jObjectBase.html" class="tsd-signature-type tsd-kind-type-alias">jObjectBase</a><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                        <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                        <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-symbol">&gt;</span><br/>                <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">_target</span><span class="tsd-signature-symbol">:</span><br/>                    <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                        <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                            <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/jObjectBase.html" class="tsd-signature-type tsd-kind-type-alias">jObjectBase</a><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                            <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                            <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-symbol">&gt;</span><br/>                    <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">_values</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                    <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                        <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">bookmarkLabel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">bookmarkMeta</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">bookmarkOrder</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">bookmarkUrl</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">mainType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">srcId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">srcType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">targetId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">targetType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">uri</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">value</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type tsd-kind-type-parameter">k</span><span class="tsd-signature-symbol">]</span><br/>    <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">&gt;</span><a href="#inferbookmarklistschema" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div>
16
+ <div class="tsd-signature tsd-anchor-link" id="inferbookmarklistschema"><span class="tsd-kind-call-signature">inferBookmarkListSchema</span><span class="tsd-signature-symbol">&lt;</span><br/>    <a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a> <span class="tsd-signature-keyword">extends</span><br/>        <span class="tsd-signature-type">ZodType</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/jObjectBase.html" class="tsd-signature-type tsd-kind-type-alias">jObjectBase</a><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">ZodTypeDef</span><span class="tsd-signature-symbol">,</span> <a href="../types/jObjectBase.html" class="tsd-signature-type tsd-kind-type-alias">jObjectBase</a><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">=</span> <span class="tsd-signature-type">ZodType</span><span class="tsd-signature-symbol">&lt;</span><br/>        <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-signature-type">ZodTypeDef</span><span class="tsd-signature-symbol">,</span><br/>        <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">type</span><span class="tsd-signature-symbol">?:</span> <a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>    <span class="tsd-signature-symbol">{</span><br/>        <span class="tsd-kind-property">_cssClass</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">_cssColor</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">_src</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>            <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/jObjectBase.html" class="tsd-signature-type tsd-kind-type-alias">jObjectBase</a><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>            <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-signature-symbol">&gt;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">_target</span><span class="tsd-signature-symbol">:</span><br/>            <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                    <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/jObjectBase.html" class="tsd-signature-type tsd-kind-type-alias">jObjectBase</a><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                    <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                    <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>            <span class="tsd-signature-symbol">&gt;</span><br/>            <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">_values</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>            <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>            <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">bookmarkLabel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">bookmarkMeta</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">bookmarkOrder</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">bookmarkUrl</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">mainType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">srcId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">srcType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">targetId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">targetType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">uri</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">value</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-symbol">{</span><br/>        <span class="tsd-signature-symbol">[</span><span class="tsd-kind-type-parameter">k</span> <span class="tsd-signature-keyword">in</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;id&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;value&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;type&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;srcId&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;srcType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;targetId&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;targetType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;mainType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;uri&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;url&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_cssColor&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_cssClass&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_src&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_target&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkUrl&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkOrder&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkLabel&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkMeta&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_values&quot;</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">addQuestionMarks</span><span class="tsd-signature-symbol">&lt;</span><br/>            <span class="tsd-signature-type">baseObjectOutputType</span><span class="tsd-signature-symbol">&lt;</span><br/>                <span class="tsd-signature-symbol">{</span><br/>                    <span class="tsd-kind-property">_cssClass</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">_cssColor</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">_src</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                        <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                            <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span>(...)<span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> ...<span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> ... <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                            <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                            <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-symbol">&gt;</span><br/>                    <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">_target</span><span class="tsd-signature-symbol">:</span><br/>                        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                            <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                                <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span>(...)<span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> ...<span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> ... <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                                <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                                <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                                <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                                <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">&gt;</span><br/>                        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">_values</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                        <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                            <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">bookmarkLabel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">bookmarkMeta</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">bookmarkOrder</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">bookmarkUrl</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">mainType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">srcId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">srcType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">targetId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">targetType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">uri</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">value</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>            <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>            <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type tsd-kind-type-parameter">k</span><span class="tsd-signature-symbol">]</span><br/>    <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-symbol">{</span><br/>        <span class="tsd-signature-symbol">[</span><span class="tsd-kind-type-parameter">k</span> <span class="tsd-signature-keyword">in</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;id&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;value&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;type&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;srcId&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;srcType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;targetId&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;targetType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;mainType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;uri&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;url&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_cssColor&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_cssClass&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_src&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_target&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkUrl&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkOrder&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkLabel&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkMeta&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_values&quot;</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">baseObjectInputType</span><span class="tsd-signature-symbol">&lt;</span><br/>            <span class="tsd-signature-symbol">{</span><br/>                <span class="tsd-kind-property">_cssClass</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">_cssColor</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">_src</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                    <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                        <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/jObjectBase.html" class="tsd-signature-type tsd-kind-type-alias">jObjectBase</a><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                        <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                        <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-symbol">&gt;</span><br/>                <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">_target</span><span class="tsd-signature-symbol">:</span><br/>                    <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                        <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                            <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/jObjectBase.html" class="tsd-signature-type tsd-kind-type-alias">jObjectBase</a><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                            <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                            <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-symbol">&gt;</span><br/>                    <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">_values</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                    <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                        <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">bookmarkLabel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">bookmarkMeta</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">bookmarkOrder</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">bookmarkUrl</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">mainType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">srcId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">srcType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">targetId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">targetType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">uri</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">value</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type tsd-kind-type-parameter">k</span><span class="tsd-signature-symbol">]</span><br/>    <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">&gt;</span><a href="#inferbookmarklistschema" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div>
17
17
  <div class="tsd-description">
18
18
  <section class="tsd-panel">
19
19
  <h4>Type Parameters</h4>
@@ -23,9 +23,9 @@
23
23
  <h4 class="tsd-parameters-title">Parameters</h4>
24
24
  <ul class="tsd-parameter-list">
25
25
  <li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">type</span>: <a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a></span></li></ul></div>
26
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>    <span class="tsd-signature-symbol">{</span><br/>        <span class="tsd-kind-property">_cssClass</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">_cssColor</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">_src</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>            <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/jObjectBase.html" class="tsd-signature-type tsd-kind-type-alias">jObjectBase</a><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>            <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-signature-symbol">&gt;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">_target</span><span class="tsd-signature-symbol">:</span><br/>            <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                    <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/jObjectBase.html" class="tsd-signature-type tsd-kind-type-alias">jObjectBase</a><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                    <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                    <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>            <span class="tsd-signature-symbol">&gt;</span><br/>            <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">_values</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>            <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>            <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">bookmarkLabel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">bookmarkMeta</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">bookmarkOrder</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">bookmarkUrl</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">mainType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">srcId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">srcType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">targetId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">targetType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">uri</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">value</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-symbol">{</span><br/>        <span class="tsd-signature-symbol">[</span><span class="tsd-kind-type-parameter">k</span> <span class="tsd-signature-keyword">in</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;id&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;value&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;type&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;srcId&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;srcType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;targetId&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;targetType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;mainType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;uri&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;url&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_src&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_target&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkUrl&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkOrder&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkLabel&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkMeta&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_values&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_cssColor&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_cssClass&quot;</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">addQuestionMarks</span><span class="tsd-signature-symbol">&lt;</span><br/>            <span class="tsd-signature-type">baseObjectOutputType</span><span class="tsd-signature-symbol">&lt;</span><br/>                <span class="tsd-signature-symbol">{</span><br/>                    <span class="tsd-kind-property">_cssClass</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">_cssColor</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">_src</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                        <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                            <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span>(...)<span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> ...<span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> ... <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                            <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                            <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-symbol">&gt;</span><br/>                    <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">_target</span><span class="tsd-signature-symbol">:</span><br/>                        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                            <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                                <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span>(...)<span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> ...<span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> ... <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                                <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                                <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                                <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                                <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">&gt;</span><br/>                        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">_values</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                        <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                            <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">bookmarkLabel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">bookmarkMeta</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">bookmarkOrder</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">bookmarkUrl</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">mainType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">srcId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">srcType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">targetId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">targetType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">uri</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">value</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>            <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>            <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type tsd-kind-type-parameter">k</span><span class="tsd-signature-symbol">]</span><br/>    <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-symbol">{</span><br/>        <span class="tsd-signature-symbol">[</span><span class="tsd-kind-type-parameter">k</span> <span class="tsd-signature-keyword">in</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;id&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;value&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;type&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;srcId&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;srcType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;targetId&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;targetType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;mainType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;uri&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;url&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_src&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_target&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkUrl&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkOrder&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkLabel&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkMeta&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_values&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_cssColor&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_cssClass&quot;</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">baseObjectInputType</span><span class="tsd-signature-symbol">&lt;</span><br/>            <span class="tsd-signature-symbol">{</span><br/>                <span class="tsd-kind-property">_cssClass</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">_cssColor</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">_src</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                    <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                        <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/jObjectBase.html" class="tsd-signature-type tsd-kind-type-alias">jObjectBase</a><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                        <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                        <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-symbol">&gt;</span><br/>                <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">_target</span><span class="tsd-signature-symbol">:</span><br/>                    <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                        <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                            <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/jObjectBase.html" class="tsd-signature-type tsd-kind-type-alias">jObjectBase</a><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                            <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                            <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-symbol">&gt;</span><br/>                    <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">_values</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                    <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                        <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">bookmarkLabel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">bookmarkMeta</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">bookmarkOrder</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">bookmarkUrl</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">mainType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">srcId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">srcType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">targetId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">targetType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">uri</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">value</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type tsd-kind-type-parameter">k</span><span class="tsd-signature-symbol">]</span><br/>    <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
26
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>    <span class="tsd-signature-symbol">{</span><br/>        <span class="tsd-kind-property">_cssClass</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">_cssColor</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">_src</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>            <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/jObjectBase.html" class="tsd-signature-type tsd-kind-type-alias">jObjectBase</a><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>            <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-signature-symbol">&gt;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">_target</span><span class="tsd-signature-symbol">:</span><br/>            <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                    <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/jObjectBase.html" class="tsd-signature-type tsd-kind-type-alias">jObjectBase</a><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                    <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                    <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>            <span class="tsd-signature-symbol">&gt;</span><br/>            <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">_values</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>            <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>            <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">bookmarkLabel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">bookmarkMeta</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">bookmarkOrder</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">bookmarkUrl</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">mainType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">srcId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">srcType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">targetId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">targetType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">uri</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">value</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-symbol">{</span><br/>        <span class="tsd-signature-symbol">[</span><span class="tsd-kind-type-parameter">k</span> <span class="tsd-signature-keyword">in</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;id&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;value&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;type&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;srcId&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;srcType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;targetId&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;targetType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;mainType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;uri&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;url&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_cssColor&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_cssClass&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_src&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_target&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkUrl&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkOrder&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkLabel&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkMeta&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_values&quot;</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">addQuestionMarks</span><span class="tsd-signature-symbol">&lt;</span><br/>            <span class="tsd-signature-type">baseObjectOutputType</span><span class="tsd-signature-symbol">&lt;</span><br/>                <span class="tsd-signature-symbol">{</span><br/>                    <span class="tsd-kind-property">_cssClass</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">_cssColor</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">_src</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                        <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                            <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span>(...)<span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> ...<span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> ... <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                            <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                            <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-symbol">&gt;</span><br/>                    <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">_target</span><span class="tsd-signature-symbol">:</span><br/>                        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                            <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                                <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span>(...)<span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> ...<span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> ... <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                                <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                                <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                                <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                                <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">&gt;</span><br/>                        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">_values</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                        <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                            <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">bookmarkLabel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">bookmarkMeta</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">bookmarkOrder</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">bookmarkUrl</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">mainType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">srcId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">srcType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">targetId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">targetType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">uri</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                    <span class="tsd-kind-property">value</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>            <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>            <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type tsd-kind-type-parameter">k</span><span class="tsd-signature-symbol">]</span><br/>    <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-symbol">{</span><br/>        <span class="tsd-signature-symbol">[</span><span class="tsd-kind-type-parameter">k</span> <span class="tsd-signature-keyword">in</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;id&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;value&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;type&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;srcId&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;srcType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;targetId&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;targetType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;mainType&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;uri&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;url&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_cssColor&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_cssClass&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_src&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_target&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkUrl&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkOrder&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkLabel&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;bookmarkMeta&quot;</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;_values&quot;</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">baseObjectInputType</span><span class="tsd-signature-symbol">&lt;</span><br/>            <span class="tsd-signature-symbol">{</span><br/>                <span class="tsd-kind-property">_cssClass</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">_cssColor</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">_src</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                    <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                        <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/jObjectBase.html" class="tsd-signature-type tsd-kind-type-alias">jObjectBase</a><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                        <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                        <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-symbol">&gt;</span><br/>                <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">_target</span><span class="tsd-signature-symbol">:</span><br/>                    <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                        <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                            <a href="../types/ZodShape.html" class="tsd-signature-type tsd-kind-type-alias">ZodShape</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/jObjectBase.html" class="tsd-signature-type tsd-kind-type-alias">jObjectBase</a><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">_url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                            <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                            <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                            <a href="../types/jObjectLittle.html" class="tsd-signature-type tsd-kind-type-alias">jObjectLittle</a><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-symbol">&gt;</span><br/>                    <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#inferbookmarklistschemat">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">_values</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><br/>                    <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol">&lt;</span><br/>                        <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-type">&quot;strip&quot;</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-type">ZodTypeAny</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                        <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">dateCreation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">dateModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>                    <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">,</span><br/>                <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">bookmarkLabel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">bookmarkMeta</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">bookmarkOrder</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">bookmarkUrl</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">mainType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">srcId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">srcType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">targetId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">targetType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">uri</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">url</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>                <span class="tsd-kind-property">value</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type tsd-kind-type-parameter">k</span><span class="tsd-signature-symbol">]</span><br/>    <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
27
27
  <ul>
28
- <li>Defined in <a href="https://github.com/Jamespot/jamespot-front/blob/e3aba1a4da710137cadf30a757d41b62798f3ecb/jamespot-user-api/src/types/bookmark.ts#L29">jamespot-user-api/src/types/bookmark.ts:29</a></li></ul></aside></div></li></ul></section></div>
28
+ <li>Defined in <a href="https://github.com/Jamespot/jamespot-front/blob/9c77dd9564aff91fb4fa874fbba41b5c520af165/jamespot-user-api/src/types/bookmark.ts#L29">jamespot-user-api/src/types/bookmark.ts:29</a></li></ul></aside></div></li></ul></section></div>
29
29
  <div class="col-sidebar">
30
30
  <div class="page-menu">
31
31
  <div class="tsd-navigation settings">