jamespot-user-api 1.3.119 → 1.3.121
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/jamespot-user-api.cjs +1 -1
- package/dist/jamespot-user-api.js +3132 -3054
- package/dist/src/apis/index.d.ts +1 -0
- package/dist/src/apis/jamespotUserApi.d.ts +2 -0
- package/dist/src/apis/pollSurvey/pollSurvey.d.ts +16 -0
- package/dist/src/apis/pollSurvey/pollSurvey.mock.d.ts +3 -0
- package/dist/src/apis/taxonomy/taxonomy.d.ts +1 -1
- package/dist/src/apis/widget/widget.mock.d.ts +41 -0
- package/dist/src/types/calendar.d.ts +385 -0
- package/dist/src/types/hook.d.ts +6 -6
- package/dist/src/types/model.d.ts +6 -6
- package/dist/src/types/pollSurvey.d.ts +47 -40
- package/dist/src/types/widgets/common.d.ts +3 -1
- package/dist/src/types/widgets/default.d.ts +86 -2
- package/dist/src/types/widgets/widgetNews.d.ts +47 -0
- package/dist/src/types/widgets/widgetSurvey.d.ts +16 -0
- package/dist/src/types/widgets.d.ts +2 -0
- package/dist/src/util/widget.d.ts +4 -0
- package/documentation/assets/hierarchy.js +1 -1
- package/documentation/assets/navigation.js +1 -1
- package/documentation/assets/search.js +1 -1
- package/documentation/classes/AdminAdvancedApi.html +6 -6
- package/documentation/classes/AdminLicenseApi.html +23 -23
- package/documentation/classes/AdminLogApi.html +7 -7
- package/documentation/classes/AdminStoreApi.html +7 -7
- package/documentation/classes/AdminUtilsApi.html +5 -5
- package/documentation/classes/JApplicationApi.html +13 -13
- package/documentation/classes/JArticleApi.html +22 -22
- package/documentation/classes/JAssetReservation.html +10 -10
- package/documentation/classes/JAudienceApi.html +6 -6
- package/documentation/classes/JBaseApi.html +5 -4
- package/documentation/classes/JBbbApi.html +10 -10
- package/documentation/classes/JBookmarkApi.html +10 -10
- package/documentation/classes/JBusinessNetworkingApi.html +5 -5
- package/documentation/classes/JCalendarApi.html +10 -10
- package/documentation/classes/JCommunityApi.html +7 -7
- package/documentation/classes/JContentFactory.html +8 -8
- package/documentation/classes/JContentReportApi.html +7 -7
- package/documentation/classes/JDatasourceApi.html +13 -13
- package/documentation/classes/JDiapazoneApi.html +6 -6
- package/documentation/classes/JDriveApi.html +16 -16
- package/documentation/classes/JExternalAppApi.html +7 -7
- package/documentation/classes/JExtraBotApi.html +8 -8
- package/documentation/classes/JFaqApi.html +25 -25
- package/documentation/classes/JFileApi.html +17 -17
- package/documentation/classes/JFileIntegrity.html +8 -8
- package/documentation/classes/JFilebankApi.html +11 -11
- package/documentation/classes/JGlobalApi.html +11 -11
- package/documentation/classes/JGroupApi.html +22 -22
- package/documentation/classes/JIAApi.html +6 -6
- package/documentation/classes/JJamespotApi.html +5 -5
- package/documentation/classes/JLandApi.html +9 -9
- package/documentation/classes/JLuccaApi.html +6 -6
- package/documentation/classes/JModuleApi.html +7 -7
- package/documentation/classes/JObjectApi.html +12 -12
- package/documentation/classes/JOrgchartsApi.html +9 -9
- package/documentation/classes/JPollSurveyApi.html +114 -0
- package/documentation/classes/JPublishButtonApi.html +6 -6
- package/documentation/classes/JQuestionAnswerApi.html +7 -7
- package/documentation/classes/JSearchApi.html +11 -11
- package/documentation/classes/JShareApi.html +8 -8
- package/documentation/classes/JSurveyDateApi.html +8 -8
- package/documentation/classes/JTaxonomyApi.html +20 -12
- package/documentation/classes/JTeamWorkAiApi.html +8 -8
- package/documentation/classes/JUserApi.html +35 -35
- package/documentation/classes/JWedocApi.html +17 -17
- package/documentation/classes/JWidgetApi.html +19 -19
- package/documentation/classes/JamespotUserApi.html +70 -64
- package/documentation/classes/JitsiApi.html +6 -6
- package/documentation/classes/Network.html +18 -18
- package/documentation/classes/TVDisplayApi.html +8 -8
- package/documentation/classes/WindowBrowser.html +4 -4
- package/documentation/enums/ApiErrorCode.html +4 -4
- package/documentation/enums/BookmarkType.html +3 -3
- package/documentation/enums/ContentReportStatus.html +4 -4
- package/documentation/enums/Format.html +4 -4
- package/documentation/enums/GroupModerateStatus.html +4 -4
- package/documentation/enums/GroupPrivacy.html +4 -4
- package/documentation/enums/RecurrenceRule.html +8 -8
- package/documentation/enums/StudioApplicationStatus.html +5 -5
- package/documentation/enums/SurveyFieldName.html +12 -12
- package/documentation/enums/WidgetsName.html +56 -44
- package/documentation/functions/checkProperties.html +1 -1
- package/documentation/functions/combineFormat.html +1 -1
- package/documentation/functions/deepEqual.html +1 -1
- package/documentation/functions/ensureApplication.html +1 -1
- package/documentation/functions/ensureApplicationTabs.html +1 -1
- package/documentation/functions/ensureIsCalendarOldEvent.html +1 -1
- package/documentation/functions/ensureIsMeetingList.html +1 -1
- package/documentation/functions/ensureIsSocialEventList.html +1 -1
- package/documentation/functions/ensureIsSurveyData.html +1 -1
- package/documentation/functions/ensureIsTemplateFile.html +1 -1
- package/documentation/functions/ensureIsViewEvent.html +1 -1
- package/documentation/functions/ensureTVGetConfigureDynamicChannelResponse.html +1 -1
- package/documentation/functions/ensureTVGetConfigureSlideshowChannelResponse.html +1 -1
- package/documentation/functions/ensureWidgetAccessibilityType.html +1 -1
- package/documentation/functions/ensureWidgetApplicationType.html +1 -1
- package/documentation/functions/ensureWidgetArticleAttachmentType.html +1 -1
- package/documentation/functions/ensureWidgetArticleButtonType.html +1 -1
- package/documentation/functions/ensureWidgetArticleGalleryType.html +1 -1
- package/documentation/functions/ensureWidgetArticleImageType.html +1 -1
- package/documentation/functions/ensureWidgetArticleSliderType.html +1 -1
- package/documentation/functions/ensureWidgetArticleTextType.html +1 -1
- package/documentation/functions/ensureWidgetArticleTitleType.html +1 -1
- package/documentation/functions/ensureWidgetBirthdayType.html +1 -1
- package/documentation/functions/ensureWidgetButtonType.html +1 -1
- package/documentation/functions/ensureWidgetCalendarCalDavType.html +1 -1
- package/documentation/functions/ensureWidgetCalendarType.html +1 -1
- package/documentation/functions/ensureWidgetChartsType.html +1 -1
- package/documentation/functions/ensureWidgetCheckListType.html +1 -1
- package/documentation/functions/ensureWidgetColorType.html +1 -1
- package/documentation/functions/ensureWidgetContactCardDavType.html +1 -1
- package/documentation/functions/ensureWidgetContactType.html +1 -1
- package/documentation/functions/ensureWidgetContent.html +1 -1
- package/documentation/functions/ensureWidgetCountdownType.html +1 -1
- package/documentation/functions/ensureWidgetCoverType.html +1 -1
- package/documentation/functions/ensureWidgetDatasourceTableType.html +1 -1
- package/documentation/functions/ensureWidgetDefinitionProps.html +1 -1
- package/documentation/functions/ensureWidgetDocumentsType.html +1 -1
- package/documentation/functions/ensureWidgetEmailsImapType.html +1 -1
- package/documentation/functions/ensureWidgetEmbedType.html +1 -1
- package/documentation/functions/ensureWidgetExcelDatasourceTableType.html +1 -1
- package/documentation/functions/ensureWidgetExtensionType.html +1 -1
- package/documentation/functions/ensureWidgetFaqType.html +1 -1
- package/documentation/functions/ensureWidgetFlocklerType.html +1 -1
- package/documentation/functions/ensureWidgetImageType.html +1 -1
- package/documentation/functions/ensureWidgetLuccaAbsenceType.html +1 -1
- package/documentation/functions/ensureWidgetMeteoType.html +1 -1
- package/documentation/functions/ensureWidgetMyGroupType.html +1 -1
- package/documentation/functions/ensureWidgetNewsType.html +42 -0
- package/documentation/functions/ensureWidgetNewsflashType.html +1 -1
- package/documentation/functions/ensureWidgetObjectHasMinimumProperties.html +1 -1
- package/documentation/functions/ensureWidgetPresenceContent.html +1 -1
- package/documentation/functions/ensureWidgetPresenceResponse.html +1 -1
- package/documentation/functions/ensureWidgetPresenceResponsePayload.html +1 -1
- package/documentation/functions/ensureWidgetPresenceType.html +1 -1
- package/documentation/functions/ensureWidgetQuickSurveyType.html +1 -1
- package/documentation/functions/ensureWidgetSeparatorType.html +1 -1
- package/documentation/functions/ensureWidgetSliderType.html +1 -1
- package/documentation/functions/ensureWidgetSurveyType.html +42 -0
- package/documentation/functions/ensureWidgetTextType.html +1 -1
- package/documentation/functions/ensureWidgetType.html +1 -1
- package/documentation/functions/ensureWidgetUserProfileType.html +1 -1
- package/documentation/functions/ensureWidgetWelcomeType.html +1 -1
- package/documentation/functions/ensureWidgetWrapperProps.html +1 -1
- package/documentation/functions/ensureWidgetYoutubeType.html +1 -1
- package/documentation/functions/extractFlattenTaxonomiesFromObject.html +1 -1
- package/documentation/functions/extractTaxonomiesFromObject.html +1 -1
- package/documentation/functions/extractTaxonomiesFromObjectAndMapProperty.html +1 -1
- package/documentation/functions/extractTaxonomiesFromObjectAndMapUri.html +1 -1
- package/documentation/functions/formatImgUrl.html +1 -1
- package/documentation/functions/getArgs.html +1 -1
- package/documentation/functions/getExtensionFromName.html +1 -1
- package/documentation/functions/getFileExtensionFromMimetype.html +1 -1
- package/documentation/functions/getFileFamily.html +1 -1
- package/documentation/functions/getFileFamilyFromName.html +1 -1
- package/documentation/functions/getFormat.html +1 -1
- package/documentation/functions/getFrom.html +1 -1
- package/documentation/functions/getMimetypeFromExtension.html +1 -1
- package/documentation/functions/getMimetypeFromName.html +1 -1
- package/documentation/functions/getSize.html +1 -1
- package/documentation/functions/getTimestamp.html +1 -1
- package/documentation/functions/getUri.html +1 -1
- package/documentation/functions/getUrl.html +1 -1
- package/documentation/functions/inferBookmarkListSchema.html +1 -1
- package/documentation/functions/inferBookmarkRawListSchema.html +1 -1
- package/documentation/functions/inferMaybeWithToken.html +1 -1
- package/documentation/functions/inferSearchQueryResultSchema.html +1 -1
- package/documentation/functions/inferUserLicenseSchema.html +1 -1
- package/documentation/functions/isKnownArticle.html +1 -1
- package/documentation/functions/isKnownComment.html +1 -1
- package/documentation/functions/isSocialActionRate.html +1 -1
- package/documentation/functions/isSocialActionReport.html +1 -1
- package/documentation/functions/isSocialActionShare.html +1 -1
- package/documentation/functions/isSocialActionToggle.html +1 -1
- package/documentation/functions/isWidgetApplicationAppsItem.html +1 -1
- package/documentation/functions/isWidgetApplicationExtensionItem.html +1 -1
- package/documentation/functions/isWidgetApplicationImageItem.html +1 -1
- package/documentation/functions/isWidgetApplicationLinkItem.html +1 -1
- package/documentation/functions/objectTimestamp.html +1 -1
- package/documentation/functions/padStartTwoDigits.html +1 -1
- package/documentation/functions/prepareGroupForUpdate.html +1 -1
- package/documentation/functions/removeIfStartsWith.html +1 -1
- package/documentation/functions/replacePropertiesWithTypes.html +1 -1
- package/documentation/functions/resolveFileFamily.html +1 -1
- package/documentation/functions/resolveFileMimetype.html +1 -1
- package/documentation/functions/resolveFilePath.html +1 -1
- package/documentation/functions/resolveFileUrl.html +1 -1
- package/documentation/functions/resolveSurveyUri.html +46 -0
- package/documentation/functions/resolveWidgetByName.html +1 -1
- package/documentation/functions/resolveWidgetContent.html +1 -1
- package/documentation/functions/suffixIfDoesNotExist.html +1 -1
- package/documentation/functions/toBoolean.html +1 -1
- package/documentation/functions/validateIsFormatFileLittle.html +1 -1
- package/documentation/functions/validateIsFormatObjectList.html +1 -1
- package/documentation/functions/validateIsFormatObjectLittle.html +1 -1
- package/documentation/functions/validateIsFormatRights.html +1 -1
- package/documentation/functions/validateIsFormatSocialEvent.html +1 -1
- package/documentation/functions/validateIsFormatUserDirectoryConfiguration.html +1 -1
- package/documentation/functions/validateIsFormatUserLevelSpot.html +1 -1
- package/documentation/functions/validateIsFormatUserList.html +1 -1
- package/documentation/functions/validateIsFormatUserMapModel.html +1 -1
- package/documentation/functions/validateIsFormatUserView.html +1 -1
- package/documentation/functions/validateTemplateData.html +1 -1
- package/documentation/functions/withExtensionsSchema.html +1 -1
- package/documentation/functions/zCoerceBoolean.html +1 -1
- package/documentation/functions/zCoerceOptionalNumber.html +1 -1
- package/documentation/functions/zObject.html +1 -1
- package/documentation/functions/zPassThrough.html +1 -1
- package/documentation/functions/zSchema.html +1 -1
- package/documentation/hierarchy.html +23 -22
- package/documentation/interfaces/AccessRightObject.html +20 -20
- package/documentation/interfaces/ApiDefaultWrapper.html +7 -7
- package/documentation/interfaces/ApiError.html +2 -2
- package/documentation/interfaces/ApiWrapper.html +8 -8
- package/documentation/interfaces/BaseMessage.html +3 -3
- package/documentation/interfaces/FileBankProps.html +4 -4
- package/documentation/interfaces/FolderProps.html +12 -12
- package/documentation/interfaces/ListFilterSpec.html +5 -5
- package/documentation/interfaces/OF.html +3 -3
- package/documentation/interfaces/PagingResults.html +7 -7
- package/documentation/interfaces/RootFolderProps.html +7 -7
- package/documentation/interfaces/SpotProps.html +7 -7
- package/documentation/interfaces/TaxonomyCreate.html +5 -5
- package/documentation/interfaces/WidgetType.html +4 -4
- package/documentation/interfaces/WindowInterface.html +4 -4
- package/documentation/interfaces/apiOptions.html +2 -2
- package/documentation/modules.html +8 -8
- package/documentation/types/AbortApiError.html +1 -1
- package/documentation/types/AccessRequestStatusValues.html +1 -1
- package/documentation/types/ActionParams.html +4 -4
- package/documentation/types/ActionUpdateParamsSchema.html +1 -1
- package/documentation/types/ActionVerb.html +1 -1
- package/documentation/types/Activities.html +3 -3
- package/documentation/types/AddActionParams.html +1 -1
- package/documentation/types/AddCommentParams.html +8 -8
- package/documentation/types/AddFaqEntry.html +1 -1
- package/documentation/types/AdminAdvancedHook.html +1 -1
- package/documentation/types/AdminApp.html +9 -9
- package/documentation/types/AdminAppTab.html +8 -8
- package/documentation/types/AdminApps.html +1 -1
- package/documentation/types/AdminLicenseStats.html +4 -4
- package/documentation/types/AdminLicensesAssigned.html +9 -9
- package/documentation/types/AdminLicensesNotAssigned.html +1 -1
- package/documentation/types/AdminLogNavigation.html +9 -9
- package/documentation/types/AdminLogObject.html +9 -9
- package/documentation/types/AdminLogSearch.html +4 -4
- package/documentation/types/AllKeys.html +1 -1
- package/documentation/types/AllMessages.html +9 -9
- package/documentation/types/AnimatedMeetingHook.html +1 -1
- package/documentation/types/AnimationConfigurationType.html +7 -7
- package/documentation/types/AnimationStats.html +1 -1
- package/documentation/types/AnimationStatsRow.html +3 -3
- package/documentation/types/AnimationVariant.html +1 -1
- package/documentation/types/AnimationsHook.html +1 -1
- package/documentation/types/AnyRTHandlerFunction.html +1 -1
- package/documentation/types/AnyRTMessage.html +1 -1
- package/documentation/types/ApiPagingResults.html +1 -1
- package/documentation/types/ApiReturn.html +1 -1
- package/documentation/types/ApplicationDefault.html +1 -1
- package/documentation/types/ApplicationIframe.html +1 -1
- package/documentation/types/ApplicationIntranetHook.html +1 -1
- package/documentation/types/ApplicationLink.html +1 -1
- package/documentation/types/ApplicationTab.html +4 -4
- package/documentation/types/ApplicationType.html +1 -1
- package/documentation/types/ApplicationWithTabs.html +1 -1
- package/documentation/types/ArticleCreation.html +6 -6
- package/documentation/types/ArticleDisplayMode.html +1 -1
- package/documentation/types/ArticleFormatsExtension.html +1 -1
- package/documentation/types/ArticleGetConfig.html +3 -3
- package/documentation/types/ArticleListConfig.html +8 -8
- package/documentation/types/ArticleReturn.html +1 -1
- package/documentation/types/ArticleSaveAsDraftPayload.html +7 -7
- package/documentation/types/ArticleTranslationGet.html +3 -3
- package/documentation/types/ArticleTranslationLanguage.html +3 -3
- package/documentation/types/ArticleTranslationTranslate.html +9 -9
- package/documentation/types/ArticleWithExtensions.html +1 -1
- package/documentation/types/Articles.html +1 -1
- package/documentation/types/ArticlesList.html +1 -1
- package/documentation/types/ArticlesListExtensions.html +1 -1
- package/documentation/types/ArticlesLittle.html +1 -1
- package/documentation/types/ArticlesLittleExtensions.html +1 -1
- package/documentation/types/ArticlesView.html +1 -1
- package/documentation/types/ArticlesViewExtensions.html +1 -1
- package/documentation/types/AseiGroups.html +4 -4
- package/documentation/types/AseiInstitution.html +1 -1
- package/documentation/types/AseiRights.html +3 -3
- package/documentation/types/AseiTicket.html +1 -1
- package/documentation/types/AseiTicketStatus.html +1 -1
- package/documentation/types/AssetReservationConfiguration.html +8 -8
- package/documentation/types/AsyncJobState.html +1 -1
- package/documentation/types/AsyncJobStatus.html +7 -7
- package/documentation/types/Audience.html +1 -1
- package/documentation/types/AudienceAutocomplete.html +1 -1
- package/documentation/types/AutoCompleteList.html +11 -11
- package/documentation/types/AutocompleteHierarchy.html +10 -10
- package/documentation/types/AutocompleteLittle.html +1 -1
- package/documentation/types/BaseArticle.html +7 -7
- package/documentation/types/BaseAutocomplete.html +12 -12
- package/documentation/types/BaseMessages.html +1 -1
- package/documentation/types/BaseMessagesOne.html +1 -1
- package/documentation/types/BigBlueButtonHook.html +1 -1
- package/documentation/types/BookableAssetList.html +1 -1
- package/documentation/types/BookableAssetView.html +1 -1
- package/documentation/types/BookmarkCustom.html +1 -1
- package/documentation/types/BookmarkLink.html +4 -4
- package/documentation/types/BookmarkList.html +1 -1
- package/documentation/types/BookmarkRawList.html +1 -1
- package/documentation/types/BookmarkTypes.html +1 -1
- package/documentation/types/BusinessContact.html +14 -14
- package/documentation/types/CSSBackgroundPosition.html +1 -1
- package/documentation/types/CSSBackgroundSize.html +1 -1
- package/documentation/types/CSSTextAlignType.html +1 -1
- package/documentation/types/CalendarCombinedEventsList.html +1 -1
- package/documentation/types/CalendarEventList.html +1 -1
- package/documentation/types/CalendarEventView.html +1 -1
- package/documentation/types/CalendarEventWithExtensions.html +1 -1
- package/documentation/types/CalendarEventsExtension.html +1 -1
- package/documentation/types/CalendarHook.html +1 -1
- package/documentation/types/CalendarMember.html +4 -4
- package/documentation/types/CalendarOldEvent.html +1 -1
- package/documentation/types/CalendarTab.html +1 -1
- package/documentation/types/Category.html +4 -4
- package/documentation/types/ChartType.html +1 -1
- package/documentation/types/ChartsPieDatum.html +4 -4
- package/documentation/types/ChartsSerie.html +4 -4
- package/documentation/types/CombinedSurveyField.html +1 -1
- package/documentation/types/CombinedSurveyFieldType.html +1 -1
- package/documentation/types/CombinedWidgetContent.html +2 -2
- package/documentation/types/CombinedWidgetType.html +2 -2
- package/documentation/types/CommentFormatsExtension.html +1 -1
- package/documentation/types/CommentReturn.html +1 -1
- package/documentation/types/CommentWithExtensions.html +1 -1
- package/documentation/types/Comments.html +1 -1
- package/documentation/types/CommentsList.html +1 -1
- package/documentation/types/CommentsListExtensions.html +1 -1
- package/documentation/types/CommentsLittle.html +1 -1
- package/documentation/types/CommentsLittleExtensions.html +1 -1
- package/documentation/types/CommentsView.html +1 -1
- package/documentation/types/CommentsViewExtensions.html +1 -1
- package/documentation/types/Community.html +1 -1
- package/documentation/types/CommunityAutocomplete.html +1 -1
- package/documentation/types/Configuration.html +1 -1
- package/documentation/types/ContactEntry.html +1 -1
- package/documentation/types/ContactShowFields.html +1 -1
- package/documentation/types/ContentFactoryDefaultData.html +1 -1
- package/documentation/types/ContentFactoryHook.html +1 -1
- package/documentation/types/ContentFactorySurveyData.html +12 -12
- package/documentation/types/ContentFactoryTemplateFile.html +4 -4
- package/documentation/types/ContentReportList.html +1 -1
- package/documentation/types/CreateFaqCategory.html +1 -1
- package/documentation/types/CreateFaqEntry.html +1 -1
- package/documentation/types/CreateFaqTheme.html +1 -1
- package/documentation/types/CreateGroup.html +10 -10
- package/documentation/types/CreateReportParams.html +1 -1
- package/documentation/types/CreateRoomPayload.html +1 -1
- package/documentation/types/CustomActionObject.html +5 -5
- package/documentation/types/DatasourceArticleLittle.html +1 -1
- package/documentation/types/DatasourceDataTypeUrl.html +3 -3
- package/documentation/types/DatasourceModel.html +1 -1
- package/documentation/types/DatasourceResult.html +8 -8
- package/documentation/types/DatasourceResultSort.html +3 -3
- package/documentation/types/DatasourceResultSortOrder.html +1 -1
- package/documentation/types/DatasourceStudioLittle.html +7 -7
- package/documentation/types/DatasourceType.html +1 -1
- package/documentation/types/DateFormat.html +1 -1
- package/documentation/types/DavAddressBookContact.html +1 -1
- package/documentation/types/DavCalendarEvent.html +1 -1
- package/documentation/types/DeleteFaqTheme.html +1 -1
- package/documentation/types/DiapazoneExtraFields.html +1 -1
- package/documentation/types/DigitalDeskStatistics.html +4 -4
- package/documentation/types/DigitalWorkplaceHookSchema.html +1 -1
- package/documentation/types/DiscussionProperties.html +1 -1
- package/documentation/types/DiscussionProperty.html +3 -3
- package/documentation/types/DraftSerializedForm.html +1 -1
- package/documentation/types/Drive.html +1 -1
- package/documentation/types/DriveAccount.html +5 -5
- package/documentation/types/DriveGetAccount.html +2 -2
- package/documentation/types/DriveGetAccountParams.html +3 -3
- package/documentation/types/DriveGetDocumentParams.html +4 -4
- package/documentation/types/DriveGetGroupsParams.html +4 -4
- package/documentation/types/DriveGetTenantsParams.html +3 -3
- package/documentation/types/DriveHook.html +1 -1
- package/documentation/types/DriveItemType.html +6 -6
- package/documentation/types/DriveLogoutParams.html +3 -3
- package/documentation/types/DriveSetDefaultAccountParams.html +3 -3
- package/documentation/types/DriveTmpFile.html +7 -7
- package/documentation/types/DropboxDocumentEntity.html +1 -1
- package/documentation/types/DropboxDocumentParams.html +3 -3
- package/documentation/types/DropboxGetDocumentsParams.html +3 -3
- package/documentation/types/EditFaqCategory.html +1 -1
- package/documentation/types/EditFaqEntry.html +1 -1
- package/documentation/types/EditFaqTheme.html +1 -1
- package/documentation/types/EventMode.html +1 -1
- package/documentation/types/EventStatusFilter.html +1 -1
- package/documentation/types/ExclusifyUnion.html +1 -1
- package/documentation/types/ExtendedFaqCategory.html +1 -1
- package/documentation/types/ExternalAppHookSchema.html +1 -1
- package/documentation/types/ExternalAppType.html +13 -13
- package/documentation/types/ExtraBotHook.html +1 -1
- package/documentation/types/FAQHook.html +1 -1
- package/documentation/types/FacetMode.html +1 -1
- package/documentation/types/FaqAccess.html +1 -1
- package/documentation/types/FaqContentItem.html +1 -1
- package/documentation/types/FaqHookProperties.html +1 -1
- package/documentation/types/FaqItemExtra.html +3 -3
- package/documentation/types/FaqItemList.html +1 -1
- package/documentation/types/FaqItemView.html +1 -1
- package/documentation/types/FaqList.html +1 -1
- package/documentation/types/FaqTaxonomy.html +1 -1
- package/documentation/types/FaqView.html +1 -1
- package/documentation/types/FaqWidgetCategory.html +3 -3
- package/documentation/types/FaqWidgetCategoryItem.html +10 -10
- package/documentation/types/FaqWidgetItem.html +14 -14
- package/documentation/types/FaqWidgetItemUriCategory.html +7 -7
- package/documentation/types/FetchResponseType.html +2 -2
- package/documentation/types/FetchReturnType.html +1 -1
- package/documentation/types/FieldConfiguration.html +7 -7
- package/documentation/types/FileBankHook.html +1 -1
- package/documentation/types/FileCopyParams.html +4 -4
- package/documentation/types/FileCropConfig.html +7 -7
- package/documentation/types/FileFormatsExtension.html +1 -1
- package/documentation/types/FileIntegrityHook.html +1 -1
- package/documentation/types/FileMainType.html +1 -1
- package/documentation/types/FileReturn.html +1 -1
- package/documentation/types/FileSyncAdminSpot.html +1 -1
- package/documentation/types/FileSyncAdminSpotsProps.html +1 -1
- package/documentation/types/FileSyncFileBank.html +1 -1
- package/documentation/types/FileSyncUserQuota.html +1 -1
- package/documentation/types/FileWithExtensions.html +1 -1
- package/documentation/types/FilebankGetParentsParams.html +2 -2
- package/documentation/types/FilebankGetPathParams.html +3 -3
- package/documentation/types/FilebankPath.html +1 -1
- package/documentation/types/FilebankSearchContentParams.html +5 -5
- package/documentation/types/Filter.html +8 -8
- package/documentation/types/FilterValue.html +1 -1
- package/documentation/types/Filters.html +1 -1
- package/documentation/types/FlocklerHook.html +1 -1
- package/documentation/types/FormatArticles.html +1 -1
- package/documentation/types/FormatArticlesType.html +1 -1
- package/documentation/types/FormatComments.html +1 -1
- package/documentation/types/FormatCommentsType.html +1 -1
- package/documentation/types/FormatExtension.html +1 -1
- package/documentation/types/FormatLinks.html +1 -1
- package/documentation/types/FormatLinksType.html +1 -1
- package/documentation/types/FormatList.html +1 -1
- package/documentation/types/FormatType.html +1 -1
- package/documentation/types/Formats.html +7 -7
- package/documentation/types/GetCommentsParams.html +4 -4
- package/documentation/types/GetLicenseArticle.html +3 -3
- package/documentation/types/GetLicenseArticlesParams.html +7 -7
- package/documentation/types/GetLicenseKindUsersParams.html +6 -6
- package/documentation/types/GetPublicWebinarDataRequest.html +1 -1
- package/documentation/types/GetReportsParams.html +1 -1
- package/documentation/types/GetUnclassifiedFilesParams.html +1 -1
- package/documentation/types/Gif.html +3 -3
- package/documentation/types/GroupCategoriesConfiguration.html +2 -2
- package/documentation/types/GroupCustomWidget.html +8 -8
- package/documentation/types/GroupFormatsExtension.html +1 -1
- package/documentation/types/GroupListConfig.html +9 -9
- package/documentation/types/GroupMemberLevel.html +3 -3
- package/documentation/types/GroupProperties.html +27 -27
- package/documentation/types/GroupPropertiesOptions.html +13 -13
- package/documentation/types/GroupUserLevel.html +1 -1
- package/documentation/types/GroupWidget.html +7 -7
- package/documentation/types/GroupWidgetLittle.html +4 -4
- package/documentation/types/GroupWidgets.html +1 -1
- package/documentation/types/GroupWithExtensions.html +1 -1
- package/documentation/types/HeadingType.html +1 -1
- package/documentation/types/HookListType.html +1 -1
- package/documentation/types/ImageFormValue.html +5 -5
- package/documentation/types/ImageSize.html +3 -3
- package/documentation/types/ImapInboxMail.html +1 -1
- package/documentation/types/ImgUrlProps.html +1 -1
- package/documentation/types/InferSchemas.html +1 -1
- package/documentation/types/JIACapabilities.html +1 -1
- package/documentation/types/JLandLog.html +8 -8
- package/documentation/types/JLandMapCreation.html +1 -1
- package/documentation/types/JLandMapFlavor.html +1 -1
- package/documentation/types/JLandMapKind.html +1 -1
- package/documentation/types/JLandMapList.html +1 -1
- package/documentation/types/JLandMapLittle.html +1 -1
- package/documentation/types/JLandMapView.html +1 -1
- package/documentation/types/JLandStat.html +3 -3
- package/documentation/types/JitsiHook.html +1 -1
- package/documentation/types/Join.html +1 -1
- package/documentation/types/Languages.html +1 -1
- package/documentation/types/License.html +9 -9
- package/documentation/types/LicenseHookListType.html +1 -1
- package/documentation/types/LicenseUserPriceUpdateSimulation.html +7 -7
- package/documentation/types/LinkConfigurationParams.html +3 -3
- package/documentation/types/LinkReturn.html +1 -1
- package/documentation/types/Links.html +1 -1
- package/documentation/types/ListOrder.html +3 -3
- package/documentation/types/ListQueryParameters.html +5 -5
- package/documentation/types/LuccaAbsenceHook.html +1 -1
- package/documentation/types/MSDocumentEntity.html +1 -1
- package/documentation/types/MSDocumentParams.html +7 -7
- package/documentation/types/MSGetDocumentsParams.html +3 -3
- package/documentation/types/MSGroupEntity.html +1 -1
- package/documentation/types/MSSiteEntity.html +1 -1
- package/documentation/types/MSTenantEntity.html +1 -1
- package/documentation/types/MSTenants.html +1 -1
- package/documentation/types/MSUnifiedEntity.html +1 -1
- package/documentation/types/MagicPadHook.html +1 -1
- package/documentation/types/MagicWandHook.html +1 -1
- package/documentation/types/MaybeWithAudience.html +2 -2
- package/documentation/types/MaybeWithParent.html +2 -2
- package/documentation/types/MaybeWithToken.html +1 -1
- package/documentation/types/MediaLibraryFileList.html +1 -1
- package/documentation/types/MediaLibraryFileLittle.html +1 -1
- package/documentation/types/MediaLibraryFilesStats.html +1 -1
- package/documentation/types/MediaLibraryFolderList.html +1 -1
- package/documentation/types/MediaLibraryFolderLittle.html +1 -1
- package/documentation/types/MediaLibraryFolderStats.html +1 -1
- package/documentation/types/MediaLibraryHook.html +1 -1
- package/documentation/types/MediaLibraryList.html +1 -1
- package/documentation/types/MediaLibraryStats.html +1 -1
- package/documentation/types/MeetingCreation.html +1 -1
- package/documentation/types/MeetingUpdate.html +1 -1
- package/documentation/types/Merge.html +1 -1
- package/documentation/types/MessengerDiscussions.html +1 -1
- package/documentation/types/MessengerHook.html +1 -1
- package/documentation/types/MessengerMessageRead.html +3 -3
- package/documentation/types/Metas.html +1 -1
- package/documentation/types/MetasExternal.html +15 -15
- package/documentation/types/MetasJamespot.html +4 -4
- package/documentation/types/MetasYoutube.html +9 -9
- package/documentation/types/MeteoLocation.html +3 -3
- package/documentation/types/MeteoSearchResult.html +1 -1
- package/documentation/types/Methods.html +1 -1
- package/documentation/types/MimetypesType.html +1 -1
- package/documentation/types/Model.html +8 -8
- package/documentation/types/ModuleConfiguration.html +7 -7
- package/documentation/types/ModuleConfigurationAction.html +5 -5
- package/documentation/types/ModuleConfigurationActionConfirmation.html +3 -3
- package/documentation/types/ModuleConfigurationActionType.html +1 -1
- package/documentation/types/ModuleConfigurationActions.html +1 -1
- package/documentation/types/ModuleConfigurationFields.html +1 -1
- package/documentation/types/ModuleRestrictionModeValues.html +1 -1
- package/documentation/types/MoveFaqEntry.html +1 -1
- package/documentation/types/MoveFaqTheme.html +1 -1
- package/documentation/types/MoveMediaLibraryFileParams.html +1 -1
- package/documentation/types/Namespaces.html +9 -9
- package/documentation/types/NetworkType.html +1 -1
- package/documentation/types/NewsArticleDisplayMode.html +33 -0
- package/documentation/types/NewsConcept.html +67 -0
- package/documentation/types/NewsHighlightOption.html +33 -0
- package/documentation/types/NewsOrder.html +33 -0
- package/documentation/types/NewsOrientation.html +33 -0
- package/documentation/types/NewsView.html +33 -0
- package/documentation/types/NewsflashGetResponse.html +3 -3
- package/documentation/types/NewsflashItem.html +11 -11
- package/documentation/types/NewsflashProperties.html +3 -3
- package/documentation/types/NewsflashSource.html +2 -2
- package/documentation/types/NewsflashSources.html +5 -5
- package/documentation/types/NewsflashView.html +1 -1
- package/documentation/types/NumberFormat.html +1 -1
- package/documentation/types/ObjectListProps.html +9 -9
- package/documentation/types/ObjectWithoutLicenseFilter.html +4 -4
- package/documentation/types/OfficeHook.html +1 -1
- package/documentation/types/OfficeProvider.html +1 -1
- package/documentation/types/OfficeProviderBaseUrls.html +1 -1
- package/documentation/types/OfficeSetConfigurationPayload.html +1 -1
- package/documentation/types/OfficeUserConfiguration.html +1 -1
- package/documentation/types/OnlyOfficeFile.html +1 -1
- package/documentation/types/OnlyOfficeFileInfo.html +6 -6
- package/documentation/types/OpeningType.html +1 -1
- package/documentation/types/OpeningTypeAnchor.html +2 -2
- package/documentation/types/OpeningTypeLink.html +3 -3
- package/documentation/types/OpeningTypePopup.html +3 -3
- package/documentation/types/Operators.html +1 -1
- package/documentation/types/Order.html +3 -3
- package/documentation/types/Orders.html +1 -1
- package/documentation/types/OrgChartConfiguration.html +1 -1
- package/documentation/types/OrgChartCreateForm.html +5 -5
- package/documentation/types/OrgChartLink.html +1 -1
- package/documentation/types/OrgChartUpdateMetasForm.html +1 -1
- package/documentation/types/Override.html +1 -1
- package/documentation/types/PartialUndefined.html +1 -1
- package/documentation/types/PollSurveyListParams.html +73 -0
- package/documentation/types/PollSurveyListResult.html +61 -0
- package/documentation/types/PollSurveyState.html +33 -0
- package/documentation/types/PollSurveyStatus.html +67 -0
- package/documentation/types/PromiseApiPagingResults.html +1 -1
- package/documentation/types/PromiseApiWrapper.html +1 -1
- package/documentation/types/PublicWebinarData.html +1 -1
- package/documentation/types/PublicWebinarFullnameRequest.html +1 -1
- package/documentation/types/PublicWebinarUrl.html +1 -1
- package/documentation/types/PublishButtonConfiguration.html +7 -7
- package/documentation/types/PublishButtonConfigurationCustomSection.html +3 -3
- package/documentation/types/PublishButtonSections.html +1 -1
- package/documentation/types/QuestionAnswerSelectResponseParams.html +1 -1
- package/documentation/types/QuestionAnswerUnselectResponseParams.html +1 -1
- package/documentation/types/QuizFieldType.html +5 -5
- package/documentation/types/QuizResponse.html +7 -7
- package/documentation/types/RTMessage.html +3 -3
- package/documentation/types/RTMessageHandler.html +4 -4
- package/documentation/types/RTMessageObject.html +1 -1
- package/documentation/types/RTMessageTeamWorkDaySummaryUpdate.html +1 -1
- package/documentation/types/RTMessageTeamWorkTodoUpdate.html +1 -1
- package/documentation/types/RTMessageWsPresence.html +1 -1
- package/documentation/types/RTReceivedMessage.html +1 -1
- package/documentation/types/RTSurveyDateSubmit.html +1 -1
- package/documentation/types/Readable.html +1 -1
- package/documentation/types/RecurringEventCreation.html +17 -17
- package/documentation/types/RecurringEventUpdate.html +1 -1
- package/documentation/types/ReservationList.html +1 -1
- package/documentation/types/ResetNotificationConfiguration.html +6 -6
- package/documentation/types/Rights.html +13 -13
- package/documentation/types/RssType.html +7 -7
- package/documentation/types/SearchAdminConfig.html +1 -1
- package/documentation/types/SearchCategoryModel.html +10 -10
- package/documentation/types/SearchCategoryValue.html +3 -3
- package/documentation/types/SearchConfig.html +5 -5
- package/documentation/types/SearchFacetModel.html +8 -8
- package/documentation/types/SearchFacetValueModel.html +5 -5
- package/documentation/types/SearchFacetValues.html +4 -4
- package/documentation/types/SearchLastQuery.html +2 -2
- package/documentation/types/SearchQuery.html +12 -12
- package/documentation/types/SearchQueryFilterModel.html +5 -5
- package/documentation/types/SearchQueryOption.html +3 -3
- package/documentation/types/SearchQueryResult.html +1 -1
- package/documentation/types/SearchQuerySortModel.html +3 -3
- package/documentation/types/SearchResultCatProps.html +5 -5
- package/documentation/types/SearchResultProps.html +1 -1
- package/documentation/types/SearchResultPropsApp.html +10 -10
- package/documentation/types/SearchResultPropsObject.html +20 -20
- package/documentation/types/ShareAccessProps.html +4 -4
- package/documentation/types/ShareGeneralAccessRules.html +1 -1
- package/documentation/types/ShareOption.html +4 -4
- package/documentation/types/ShareOptionId.html +1 -1
- package/documentation/types/ShareOptionObject.html +6 -6
- package/documentation/types/SharedContentHook.html +1 -1
- package/documentation/types/SocialAction.html +1 -1
- package/documentation/types/SocialActionBase.html +5 -5
- package/documentation/types/SocialActionDeprecated.html +9 -9
- package/documentation/types/SocialActionRate.html +1 -1
- package/documentation/types/SocialActionReport.html +1 -1
- package/documentation/types/SocialActionShare.html +1 -1
- package/documentation/types/SocialActionStructDeprecated.html +6 -6
- package/documentation/types/SocialActionToggle.html +1 -1
- package/documentation/types/SocialEventCreation.html +1 -1
- package/documentation/types/SocialEventUpdate.html +1 -1
- package/documentation/types/SpotDiscussionKind.html +1 -1
- package/documentation/types/SpotRssFeed.html +1 -1
- package/documentation/types/StandardApiError.html +1 -1
- package/documentation/types/StoreFinalize.html +2 -2
- package/documentation/types/StoreItem.html +6 -6
- package/documentation/types/StudioAction.html +3 -3
- package/documentation/types/StudioAppListViewConfig.html +2 -2
- package/documentation/types/StudioAppViewsConfig.html +2 -2
- package/documentation/types/StudioApplication.html +1 -1
- package/documentation/types/StudioApplicationBase.html +36 -36
- package/documentation/types/StudioApplicationStatusEnumBased.html +1 -1
- package/documentation/types/StudioHook.html +1 -1
- package/documentation/types/StudioManifest.html +9 -9
- package/documentation/types/SurveyDateHook.html +1 -1
- package/documentation/types/SurveyDateResponses.html +1 -1
- package/documentation/types/SurveyDateUserResponse.html +3 -3
- package/documentation/types/SurveyDateUserResponses.html +1 -1
- package/documentation/types/SurveyDateUsersForDate.html +3 -3
- package/documentation/types/SurveyField.html +1 -1
- package/documentation/types/SurveyFieldKeys.html +1 -1
- package/documentation/types/SurveySection.html +4 -4
- package/documentation/types/TOrgChartNode.html +16 -16
- package/documentation/types/TVChannelCreatePayload.html +3 -3
- package/documentation/types/TVChannelCreation.html +1 -1
- package/documentation/types/TVChannelDynamicArticle.html +1 -1
- package/documentation/types/TVChannelDynamicComment.html +1 -1
- package/documentation/types/TVChannelDynamicList.html +1 -1
- package/documentation/types/TVChannelList.html +1 -1
- package/documentation/types/TVChannelLittle.html +1 -1
- package/documentation/types/TVChannelSlideshowList.html +1 -1
- package/documentation/types/TVGetChannelResponse.html +3 -3
- package/documentation/types/TVGetChannelSlideshowFile.html +1 -1
- package/documentation/types/TVGetConfigureChannelResponse.html +1 -1
- package/documentation/types/TVGetConfigureDynamicChannelResponse.html +1 -1
- package/documentation/types/TVGetConfigureSlideshowChannelResponse.html +1 -1
- package/documentation/types/TargetInfoHook.html +1 -1
- package/documentation/types/TeamWorkAiHook.html +1 -1
- package/documentation/types/TeamWorkAiTask.html +9 -9
- package/documentation/types/TeamWorkDaySummaryState.html +5 -5
- package/documentation/types/TeamWorkTodoState.html +6 -6
- package/documentation/types/TextEnhanceResponse.html +2 -2
- package/documentation/types/TinyMCECommonOptions.html +1 -1
- package/documentation/types/TinyMCEDynamicOptions.html +1 -1
- package/documentation/types/TinyMCEExtendedOptions.html +1 -1
- package/documentation/types/TvChannelType.html +1 -1
- package/documentation/types/TwoFactorAuthenticationDailyActivationStatistics.html +1 -1
- package/documentation/types/TwoFactorAuthenticationGenerateConfiguration.html +1 -1
- package/documentation/types/TwoFactorAuthenticationHook.html +1 -1
- package/documentation/types/TwoFactorAuthenticationStatistics.html +1 -1
- package/documentation/types/UpdateCommentParams.html +5 -5
- package/documentation/types/UpdateGroup.html +1 -1
- package/documentation/types/UpdateReportStatusParams.html +1 -1
- package/documentation/types/UploadConfig.html +5 -5
- package/documentation/types/UserAIProfile.html +2 -2
- package/documentation/types/UserBirthday.html +5 -5
- package/documentation/types/UserDirectoryConfiguration.html +12 -12
- package/documentation/types/UserDownload.html +5 -5
- package/documentation/types/UserField.html +3 -3
- package/documentation/types/UserFieldsConfigurationType.html +1 -1
- package/documentation/types/UserFieldsType.html +1 -1
- package/documentation/types/UserFormatsExtension.html +1 -1
- package/documentation/types/UserLevelAndRight.html +6 -6
- package/documentation/types/UserLevelSpot.html +11 -11
- package/documentation/types/UserLicense.html +1 -1
- package/documentation/types/UserList.html +1 -1
- package/documentation/types/UserMapModel.html +4 -4
- package/documentation/types/UserNotificationsConfiguration.html +5 -5
- package/documentation/types/UserRead.html +5 -5
- package/documentation/types/UserResponseStatus.html +1 -1
- package/documentation/types/UserSpotCategories.html +4 -4
- package/documentation/types/UserValues.html +3 -3
- package/documentation/types/UserWithExtensions.html +1 -1
- package/documentation/types/Users.html +1 -1
- package/documentation/types/ValueLabel.html +3 -3
- package/documentation/types/ValueOf.html +1 -1
- package/documentation/types/VariantSizeType.html +1 -1
- package/documentation/types/VariantType.html +1 -1
- package/documentation/types/VideoRecording.html +1 -1
- package/documentation/types/VisioConnectHook.html +1 -1
- package/documentation/types/VisioConnectRoom.html +1 -1
- package/documentation/types/VisioConnectStatistics.html +1 -1
- package/documentation/types/VisioConnectStatisticsRoomSession.html +1 -1
- package/documentation/types/VisioConnectStatisticsRoomSessions.html +1 -1
- package/documentation/types/WallFilter.html +4 -4
- package/documentation/types/WallFiltersResponse.html +3 -3
- package/documentation/types/WallHook.html +1 -1
- package/documentation/types/WeDocHook.html +1 -1
- package/documentation/types/WebinarModerators.html +1 -1
- package/documentation/types/WedocEmptyType.html +1 -1
- package/documentation/types/WedocFileAudienceType.html +1 -1
- package/documentation/types/WedocFileType.html +1 -1
- package/documentation/types/WedocQueryResults.html +1 -1
- package/documentation/types/WedocQueryType.html +1 -1
- package/documentation/types/WedocTemplate.html +1 -1
- package/documentation/types/Widget.html +1 -1
- package/documentation/types/WidgetAccessibilityContent.html +4 -4
- package/documentation/types/WidgetAccessibilityType.html +4 -4
- package/documentation/types/WidgetApplicationAppsItem.html +8 -8
- package/documentation/types/WidgetApplicationContent.html +6 -6
- package/documentation/types/WidgetApplicationCss.html +2 -2
- package/documentation/types/WidgetApplicationExtensionItem.html +8 -8
- package/documentation/types/WidgetApplicationImageItem.html +10 -10
- package/documentation/types/WidgetApplicationItem.html +1 -1
- package/documentation/types/WidgetApplicationLinkItem.html +12 -12
- package/documentation/types/WidgetApplicationSize.html +1 -1
- package/documentation/types/WidgetApplicationType.html +4 -4
- package/documentation/types/WidgetApplicationView.html +1 -1
- package/documentation/types/WidgetArticleAttachmentContent.html +3 -3
- package/documentation/types/WidgetArticleAttachmentType.html +4 -4
- package/documentation/types/WidgetArticleButtonContent.html +1 -1
- package/documentation/types/WidgetArticleButtonType.html +4 -4
- package/documentation/types/WidgetArticleGalleryContent.html +4 -4
- package/documentation/types/WidgetArticleGalleryType.html +4 -4
- package/documentation/types/WidgetArticleImageContent.html +3 -3
- package/documentation/types/WidgetArticleImageType.html +4 -4
- package/documentation/types/WidgetArticleSliderContent.html +8 -8
- package/documentation/types/WidgetArticleSliderType.html +4 -4
- package/documentation/types/WidgetArticleTextContent.html +6 -6
- package/documentation/types/WidgetArticleTextType.html +4 -4
- package/documentation/types/WidgetArticleTitleContent.html +7 -7
- package/documentation/types/WidgetArticleTitleType.html +4 -4
- package/documentation/types/WidgetAudience.html +3 -3
- package/documentation/types/WidgetBaseType.html +3 -3
- package/documentation/types/WidgetBirthdayContent.html +3 -3
- package/documentation/types/WidgetBirthdayCss.html +5 -5
- package/documentation/types/WidgetBirthdayType.html +4 -4
- package/documentation/types/WidgetButtonAction.html +2 -2
- package/documentation/types/WidgetButtonActionGroup.html +5 -5
- package/documentation/types/WidgetButtonActionType.html +1 -1
- package/documentation/types/WidgetButtonContent.html +16 -16
- package/documentation/types/WidgetButtonIconFontSize.html +2 -2
- package/documentation/types/WidgetButtonIconPadding.html +2 -2
- package/documentation/types/WidgetButtonIconPosition.html +1 -1
- package/documentation/types/WidgetButtonPosition.html +1 -1
- package/documentation/types/WidgetButtonProps.html +10 -10
- package/documentation/types/WidgetButtonSize.html +1 -1
- package/documentation/types/WidgetButtonStyle.html +10 -10
- package/documentation/types/WidgetButtonType.html +4 -4
- package/documentation/types/WidgetCalendarCalDavContent.html +4 -4
- package/documentation/types/WidgetCalendarCalDavType.html +4 -4
- package/documentation/types/WidgetCalendarContent.html +3 -3
- package/documentation/types/WidgetCalendarType.html +4 -4
- package/documentation/types/WidgetChartsContent.html +10 -10
- package/documentation/types/WidgetChartsType.html +4 -4
- package/documentation/types/WidgetCheckListContent.html +5 -5
- package/documentation/types/WidgetCheckListContentArr.html +7 -7
- package/documentation/types/WidgetCheckListContentArrForFront.html +8 -8
- package/documentation/types/WidgetCheckListContentForFront.html +3 -3
- package/documentation/types/WidgetCheckListType.html +4 -4
- package/documentation/types/WidgetCheckListTypeForFront.html +5 -5
- package/documentation/types/WidgetCheckbox.html +3 -3
- package/documentation/types/WidgetColor.html +3 -3
- package/documentation/types/WidgetColorContent.html +2 -2
- package/documentation/types/WidgetColorType.html +4 -4
- package/documentation/types/WidgetContactCardDavContent.html +4 -4
- package/documentation/types/WidgetContactCardDavType.html +4 -4
- package/documentation/types/WidgetContactContent.html +4 -4
- package/documentation/types/WidgetContactCss.html +6 -6
- package/documentation/types/WidgetContactType.html +4 -4
- package/documentation/types/WidgetContentKeys.html +57 -45
- package/documentation/types/WidgetContext.html +1 -1
- package/documentation/types/WidgetCountdownContent.html +8 -8
- package/documentation/types/WidgetCountdownType.html +4 -4
- package/documentation/types/WidgetCoverContent.html +10 -10
- package/documentation/types/WidgetCoverSlide.html +10 -10
- package/documentation/types/WidgetCoverType.html +4 -4
- package/documentation/types/WidgetDatasourceTableContent.html +1 -1
- package/documentation/types/WidgetDatasourceTableType.html +4 -4
- package/documentation/types/WidgetDatasourceValues.html +1 -1
- package/documentation/types/WidgetDate.html +3 -3
- package/documentation/types/WidgetDatePicker.html +2 -2
- package/documentation/types/WidgetDatetime.html +2 -2
- package/documentation/types/WidgetDefaultProps.html +8 -8
- package/documentation/types/WidgetDefinitionProps.html +8 -8
- package/documentation/types/WidgetDisplayMode.html +1 -1
- package/documentation/types/WidgetDocumentsContent.html +10 -10
- package/documentation/types/WidgetDocumentsType.html +4 -4
- package/documentation/types/WidgetEditorActions.html +4 -4
- package/documentation/types/WidgetEditorErrorActions.html +2 -2
- package/documentation/types/WidgetEmail.html +2 -2
- package/documentation/types/WidgetEmailsImapContent.html +4 -4
- package/documentation/types/WidgetEmailsImapType.html +4 -4
- package/documentation/types/WidgetEmbed.html +2 -2
- package/documentation/types/WidgetEmbedContent.html +2 -2
- package/documentation/types/WidgetEmbedType.html +4 -4
- package/documentation/types/WidgetExcelDatasourceTableContent.html +1 -1
- package/documentation/types/WidgetExcelDatasourceTableType.html +4 -4
- package/documentation/types/WidgetExtensionContent.html +2 -2
- package/documentation/types/WidgetExtensionType.html +4 -4
- package/documentation/types/WidgetFaqContent.html +6 -6
- package/documentation/types/WidgetFaqType.html +4 -4
- package/documentation/types/WidgetFile.html +2 -2
- package/documentation/types/WidgetFlocklerContent.html +2 -2
- package/documentation/types/WidgetFlocklerType.html +4 -4
- package/documentation/types/WidgetFunctions.html +1 -1
- package/documentation/types/WidgetHook.html +1 -1
- package/documentation/types/WidgetIframeVideo.html +2 -2
- package/documentation/types/WidgetImage.html +3 -3
- package/documentation/types/WidgetImageContent.html +22 -22
- package/documentation/types/WidgetImageType.html +4 -4
- package/documentation/types/WidgetKeys.html +1 -1
- package/documentation/types/WidgetLayer.html +7 -7
- package/documentation/types/WidgetLegacyMixedBoolean.html +1 -1
- package/documentation/types/WidgetLink.html +2 -2
- package/documentation/types/WidgetLuccaAbsenceContent.html +2 -2
- package/documentation/types/WidgetLuccaAbsenceType.html +4 -4
- package/documentation/types/WidgetLuccaAbsenceUser.html +5 -5
- package/documentation/types/WidgetMeteoContent.html +3 -3
- package/documentation/types/WidgetMeteoType.html +4 -4
- package/documentation/types/WidgetModalProps.html +3 -3
- package/documentation/types/WidgetMultiattribute.html +2 -2
- package/documentation/types/WidgetMyGroupContent.html +2 -2
- package/documentation/types/WidgetMyGroupType.html +4 -4
- package/documentation/types/WidgetNewsContent.html +199 -0
- package/documentation/types/WidgetNewsType.html +67 -0
- package/documentation/types/WidgetNewsflashContent.html +8 -8
- package/documentation/types/WidgetNewsflashType.html +4 -4
- package/documentation/types/WidgetNumber.html +2 -2
- package/documentation/types/WidgetOrientedlinks.html +7 -7
- package/documentation/types/WidgetPlace.html +3 -3
- package/documentation/types/WidgetPresenceContent.html +5 -5
- package/documentation/types/WidgetPresenceRespondPayload.html +5 -5
- package/documentation/types/WidgetPresenceResponse.html +6 -6
- package/documentation/types/WidgetPresenceResponseUserList.html +5 -5
- package/documentation/types/WidgetPresenceType.html +4 -4
- package/documentation/types/WidgetQuickSurveyContent.html +12 -12
- package/documentation/types/WidgetQuickSurveyContentArr.html +6 -6
- package/documentation/types/WidgetQuickSurveyResponse.html +5 -5
- package/documentation/types/WidgetQuickSurveyResponseUserList.html +5 -5
- package/documentation/types/WidgetQuickSurveyResponses.html +1 -1
- package/documentation/types/WidgetQuickSurveyType.html +4 -4
- package/documentation/types/WidgetRadio.html +3 -3
- package/documentation/types/WidgetRefUser.html +2 -2
- package/documentation/types/WidgetRtObject.html +4 -4
- package/documentation/types/WidgetSelect.html +4 -4
- package/documentation/types/WidgetSelectionBackgroundProps.html +9 -9
- package/documentation/types/WidgetSelectionProps.html +2 -2
- package/documentation/types/WidgetSeparatorAlign.html +1 -1
- package/documentation/types/WidgetSeparatorContent.html +5 -5
- package/documentation/types/WidgetSeparatorOrientation.html +1 -1
- package/documentation/types/WidgetSeparatorType.html +4 -4
- package/documentation/types/WidgetSlide.html +8 -8
- package/documentation/types/WidgetSliderContent.html +9 -9
- package/documentation/types/WidgetSliderType.html +4 -4
- package/documentation/types/WidgetStateProps.html +10 -10
- package/documentation/types/WidgetStyles.html +1 -1
- package/documentation/types/WidgetSurveyContent.html +61 -0
- package/documentation/types/WidgetSurveyType.html +67 -0
- package/documentation/types/WidgetSyncContentContent.html +3 -3
- package/documentation/types/WidgetSyncContentType.html +4 -4
- package/documentation/types/WidgetTableColumn.html +6 -6
- package/documentation/types/WidgetTableColumnData.html +8 -8
- package/documentation/types/WidgetTableColumnTypes.html +1 -1
- package/documentation/types/WidgetTableColumnWidgetDate.html +2 -2
- package/documentation/types/WidgetTableColumnWidgetDefault.html +1 -1
- package/documentation/types/WidgetTableColumnWidgetSelect.html +3 -3
- package/documentation/types/WidgetTableColumnWidgetSelectOption.html +3 -3
- package/documentation/types/WidgetTableColumnWidgetText.html +2 -2
- package/documentation/types/WidgetTableColumnWidgets.html +1 -1
- package/documentation/types/WidgetTableColumnsData.html +1 -1
- package/documentation/types/WidgetTableContent.html +11 -11
- package/documentation/types/WidgetTaxonomy.html +7 -7
- package/documentation/types/WidgetTel.html +2 -2
- package/documentation/types/WidgetText.html +2 -2
- package/documentation/types/WidgetTextContent.html +4 -4
- package/documentation/types/WidgetTextType.html +4 -4
- package/documentation/types/WidgetTextarea.html +3 -3
- package/documentation/types/WidgetToggle.html +2 -2
- package/documentation/types/WidgetTransient.html +2 -2
- package/documentation/types/WidgetTypeKeys.html +57 -45
- package/documentation/types/WidgetUri.html +7 -7
- package/documentation/types/WidgetUrl.html +3 -3
- package/documentation/types/WidgetUserProfileContent.html +4 -4
- package/documentation/types/WidgetUserProfileType.html +4 -4
- package/documentation/types/WidgetVector.html +3 -3
- package/documentation/types/WidgetWelcomeContent.html +6 -6
- package/documentation/types/WidgetWelcomeType.html +4 -4
- package/documentation/types/WidgetWrapperGeneric.html +4 -4
- package/documentation/types/WidgetWrapperLevel.html +1 -1
- package/documentation/types/WidgetWrapperProps.html +1 -1
- package/documentation/types/WidgetYoutubeContent.html +2 -2
- package/documentation/types/WidgetYoutubeType.html +4 -4
- package/documentation/types/WidgetsRootState.html +2 -2
- package/documentation/types/WidgetsState.html +22 -22
- package/documentation/types/WidgetsValue.html +1 -1
- package/documentation/types/WithExtensions.html +1 -1
- package/documentation/types/WithPartialExtensions.html +1 -1
- package/documentation/types/ZodShape.html +1 -1
- package/documentation/types/fileExtensionTypes.html +1 -1
- package/documentation/types/fileFamilyTypes.html +1 -1
- package/documentation/types/internalDraftView.html +1 -1
- package/documentation/types/jArticleList.html +1 -1
- package/documentation/types/jArticleLittle.html +1 -1
- package/documentation/types/jArticleView.html +1 -1
- package/documentation/types/jArticleWidgetList.html +1 -1
- package/documentation/types/jArticleWidgetLittle.html +1 -1
- package/documentation/types/jArticleWidgetView.html +1 -1
- package/documentation/types/jBusinessContactList.html +1 -1
- package/documentation/types/jBusinessContactLittle.html +1 -1
- package/documentation/types/jCommentList.html +1 -1
- package/documentation/types/jCommentLittle.html +1 -1
- package/documentation/types/jContentFactoryTemplateList.html +1 -1
- package/documentation/types/jContentFactoryTemplateView.html +1 -1
- package/documentation/types/jDatasourceArticleList.html +1 -1
- package/documentation/types/jDatasourceExcel.html +5 -5
- package/documentation/types/jDiapazoneList.html +1 -1
- package/documentation/types/jDiapazoneListWithExtras.html +1 -1
- package/documentation/types/jDiapazoneView.html +1 -1
- package/documentation/types/jExtraBotView.html +1 -1
- package/documentation/types/jFileList.html +1 -1
- package/documentation/types/jFileLittle.html +1 -1
- package/documentation/types/jFileLittleCrop.html +1 -1
- package/documentation/types/jFileRendition.html +5 -5
- package/documentation/types/jFolderList.html +1 -1
- package/documentation/types/jFolderLittle.html +1 -1
- package/documentation/types/jGroupList.html +1 -1
- package/documentation/types/jGroupLittle.html +1 -1
- package/documentation/types/jGroupView.html +1 -1
- package/documentation/types/jHref.html +3 -3
- package/documentation/types/jInternalDraftList.html +1 -1
- package/documentation/types/jInternalDraftView.html +1 -1
- package/documentation/types/jLinkList.html +1 -1
- package/documentation/types/jLinkLittle.html +1 -1
- package/documentation/types/jMeetingList.html +1 -1
- package/documentation/types/jMeetingView.html +1 -1
- package/documentation/types/jMessengerDiscussionGroupList.html +1 -1
- package/documentation/types/jMessengerDiscussionGroupLittle.html +1 -1
- package/documentation/types/jMessengerDiscussionUserList.html +1 -1
- package/documentation/types/jMessengerDiscussionUserLittle.html +1 -1
- package/documentation/types/jMessengerMessageLittle.html +1 -1
- package/documentation/types/jNetworkLittle.html +1 -1
- package/documentation/types/jObjectAutocomplete.html +1 -1
- package/documentation/types/jObjectBase.html +7 -7
- package/documentation/types/jObjectList.html +1 -1
- package/documentation/types/jObjectLittle.html +1 -1
- package/documentation/types/jOrgChartList.html +1 -1
- package/documentation/types/jOrgChartView.html +1 -1
- package/documentation/types/jPermanentRoomList.html +1 -1
- package/documentation/types/jPollSurveyList.html +2 -2
- package/documentation/types/jPollSurveyLittle.html +33 -0
- package/documentation/types/jPollSurveyView.html +2 -2
- package/documentation/types/jQuarantineList.html +1 -1
- package/documentation/types/jQuarantineLittle.html +1 -1
- package/documentation/types/jQuizzList.html +1 -1
- package/documentation/types/jQuizzView.html +1 -1
- package/documentation/types/jRecurringEventList.html +1 -1
- package/documentation/types/jRecurringEventLittle.html +1 -1
- package/documentation/types/jRecurringEventOccurrenceList.html +1 -1
- package/documentation/types/jRecurringEventOccurrenceListFalsy.html +1 -1
- package/documentation/types/jRecurringEventOccurrenceListTruthy.html +1 -1
- package/documentation/types/jRecurringEventOccurrenceLittle.html +1 -1
- package/documentation/types/jRecurringEventOccurrenceLittleFalsy.html +1 -1
- package/documentation/types/jRecurringEventOccurrenceLittleTruthy.html +1 -1
- package/documentation/types/jRecurringEventOccurrenceView.html +1 -1
- package/documentation/types/jRecurringEventOccurrenceViewFalsy.html +1 -1
- package/documentation/types/jRecurringEventOccurrenceViewTruthy.html +1 -1
- package/documentation/types/jRecurringEventView.html +1 -1
- package/documentation/types/jSocialEventList.html +1 -1
- package/documentation/types/jSocialEventLittle.html +1 -1
- package/documentation/types/jSocialEventView.html +1 -1
- package/documentation/types/jSocialRateLinkList.html +1 -1
- package/documentation/types/jSpotAutocomplete.html +1 -1
- package/documentation/types/jSupportList.html +1 -1
- package/documentation/types/jSupportView.html +1 -1
- package/documentation/types/jSurveyDateList.html +1 -1
- package/documentation/types/jSurveyDateView.html +1 -1
- package/documentation/types/jTaxonomyLittle.html +1 -1
- package/documentation/types/jUserAutocomplete.html +1 -1
- package/documentation/types/jUserList.html +1 -1
- package/documentation/types/jUserLittle.html +1 -1
- package/documentation/types/jUserValues.html +1 -1
- package/documentation/types/jUserView.html +1 -1
- package/documentation/types/socialEventRecord.html +6 -6
- package/documentation/types/visioConnectRooms.html +1 -1
- package/documentation/variables/ACCESS_REQUEST_ACCEPT.html +1 -1
- package/documentation/variables/ACCESS_REQUEST_DENY.html +1 -1
- package/documentation/variables/AsyncJobStateSchema.html +1 -1
- package/documentation/variables/AsyncJobStatusSchema.html +1 -1
- package/documentation/variables/CreateRoomPayloadSchema.html +1 -1
- package/documentation/variables/DateFormatSchema.html +1 -1
- package/documentation/variables/DiapazoneExtraFieldsSchema.html +1 -1
- package/documentation/variables/FREQUENCY_DAILY.html +1 -1
- package/documentation/variables/FREQUENCY_GROUP.html +1 -1
- package/documentation/variables/FREQUENCY_INHERIT.html +1 -1
- package/documentation/variables/FREQUENCY_NEVER.html +1 -1
- package/documentation/variables/FREQUENCY_NOW.html +1 -1
- package/documentation/variables/FREQUENCY_WEEKLY.html +1 -1
- package/documentation/variables/ImapConnection.html +1 -1
- package/documentation/variables/JLandMapCreationSchema.html +1 -1
- package/documentation/variables/LanguagesList.html +1 -1
- package/documentation/variables/LanguagesSchema.html +1 -1
- package/documentation/variables/LicenseUserPriceUpdateSimulationSchema.html +1 -1
- package/documentation/variables/NumberFormatSchema.html +1 -1
- package/documentation/variables/OfficeProviderSchema.html +1 -1
- package/documentation/variables/OrgChartConfigSchema.html +1 -1
- package/documentation/variables/OrgChartConfigurationSchema.html +1 -1
- package/documentation/variables/OrgChartLinkSchema.html +1 -1
- package/documentation/variables/OrgChartNodeSchema.html +1 -1
- package/documentation/variables/OrgChartUpdateMetasFormSchema.html +1 -1
- package/documentation/variables/PublishButtonConfigurationCustomSectionSchema.html +1 -1
- package/documentation/variables/PublishButtonConfigurationSchema.html +1 -1
- package/documentation/variables/PublishButtonSectionEntrySchema.html +1 -1
- package/documentation/variables/PublishButtonSectionSchema.html +1 -1
- package/documentation/variables/PublishButtonSectionsSchema.html +1 -1
- package/documentation/variables/TVChannelCustomSchema.html +1 -1
- package/documentation/variables/TeamWorkAiTaskSchema.html +1 -1
- package/documentation/variables/TeamWorkDaySummaryStateSchema.html +1 -1
- package/documentation/variables/TeamWorkTodoStateSchema.html +1 -1
- package/documentation/variables/TwoFactorAuthenticationDailyActivationStatisticsSchema.html +1 -1
- package/documentation/variables/TwoFactorAuthenticationGenerateConfigurationSchema.html +1 -1
- package/documentation/variables/TwoFactorAuthenticationStatisticsSchema.html +1 -1
- package/documentation/variables/UserAIProfileSchema.html +1 -1
- package/documentation/variables/UserBirthdaySchema.html +1 -1
- package/documentation/variables/UserLevel.html +1 -1
- package/documentation/variables/UserNotificationsConfigurationSchema.html +1 -1
- package/documentation/variables/UserVariant.html +1 -1
- package/documentation/variables/WIDGET_LEVEL_1.html +1 -1
- package/documentation/variables/WIDGET_LEVEL_2.html +1 -1
- package/documentation/variables/WIDGET_LEVEL_3.html +1 -1
- package/documentation/variables/WIDGET_LEVEL_4.html +1 -1
- package/documentation/variables/WRITE_RIGHT_ADMIN.html +1 -1
- package/documentation/variables/WRITE_RIGHT_ALL.html +1 -1
- package/documentation/variables/WRITE_RIGHT_CUSTOM.html +1 -1
- package/documentation/variables/WRITE_RIGHT_PUBLIC.html +1 -1
- package/documentation/variables/WidgetPresenceResponseUserListSchema.html +1 -1
- package/documentation/variables/WidgetQuickSurveyContentArrSchema.html +1 -1
- package/documentation/variables/WidgetQuickSurveyResponseSchema.html +1 -1
- package/documentation/variables/WidgetQuickSurveyResponseUserListSchema.html +1 -1
- package/documentation/variables/accessRequestStatusValuesSchema.html +1 -1
- package/documentation/variables/actionParamsSchema.html +1 -1
- package/documentation/variables/actionVerbSchema.html +1 -1
- package/documentation/variables/addCommentParamsSchema.html +1 -1
- package/documentation/variables/addFaqEntrySchema.html +1 -1
- package/documentation/variables/adminAppSchema.html +1 -1
- package/documentation/variables/adminAppTabSchema.html +1 -1
- package/documentation/variables/adminAppsSchema.html +1 -1
- package/documentation/variables/adminLicenseStatsSchema.html +1 -1
- package/documentation/variables/adminLicensesAssignedSchema.html +1 -1
- package/documentation/variables/adminLicensesNotAssignedSchema.html +1 -1
- package/documentation/variables/adminLogNavigationSchema.html +1 -1
- package/documentation/variables/adminLogObjectSchema.html +1 -1
- package/documentation/variables/adminLogSearchSchema.html +1 -1
- package/documentation/variables/animationConfigurationTypeSchema.html +1 -1
- package/documentation/variables/animationStatsRowSchema.html +1 -1
- package/documentation/variables/animationStatsSchema.html +1 -1
- package/documentation/variables/animationVariantSchema.html +1 -1
- package/documentation/variables/api.html +1 -1
- package/documentation/variables/applicationActionBaseSchema.html +1 -1
- package/documentation/variables/applicationBaseSchema.html +1 -1
- package/documentation/variables/applicationDefaultSchema.html +1 -1
- package/documentation/variables/applicationExtraPropertiesSchema.html +1 -1
- package/documentation/variables/applicationIframeSchema.html +1 -1
- package/documentation/variables/applicationIntranetHookSchema.html +1 -1
- package/documentation/variables/applicationLinkSchema.html +1 -1
- package/documentation/variables/applicationSchema.html +1 -1
- package/documentation/variables/applicationTabSchema.html +1 -1
- package/documentation/variables/applicationWithTabsSchema.html +1 -1
- package/documentation/variables/articleCreationSchema.html +1 -1
- package/documentation/variables/articleDisplayModeSchema.html +1 -1
- package/documentation/variables/articleGetConfigSchema.html +1 -1
- package/documentation/variables/articleListConfigSchema.html +1 -1
- package/documentation/variables/articleTranslationGetSchema.html +1 -1
- package/documentation/variables/articleTranslationLanguageSchema.html +1 -1
- package/documentation/variables/articleTranslationTranslateSchema.html +1 -1
- package/documentation/variables/aseiGroupsSchema.html +1 -1
- package/documentation/variables/aseiRightsSchema.html +1 -1
- package/documentation/variables/aseiTicketStatusSchema.html +1 -1
- package/documentation/variables/assetReservationConfigurationSchema.html +1 -1
- package/documentation/variables/audienceAutocompleteSchema.html +1 -1
- package/documentation/variables/audienceSchema.html +1 -1
- package/documentation/variables/autocompleteLittleSchema.html +1 -1
- package/documentation/variables/baseArticleSchema.html +1 -1
- package/documentation/variables/baseAutocompleteSchema.html +1 -1
- package/documentation/variables/bookmarkCustomSchema.html +1 -1
- package/documentation/variables/bookmarkLinkSchema.html +1 -1
- package/documentation/variables/bookmarkTypesSchema.html +1 -1
- package/documentation/variables/businessContactSchema.html +1 -1
- package/documentation/variables/calendarEventListSchema.html +2 -2
- package/documentation/variables/calendarEventViewSchema.html +2 -2
- package/documentation/variables/calendarEventsExtension.html +1 -1
- package/documentation/variables/calendarMemberLittleSchema.html +1 -1
- package/documentation/variables/calendarOldEventSchema.html +1 -1
- package/documentation/variables/calendarTabSchema.html +1 -1
- package/documentation/variables/categorySchema.html +1 -1
- package/documentation/variables/chartTypeSchema.html +1 -1
- package/documentation/variables/chartsPieDatumSchema.html +1 -1
- package/documentation/variables/chartsSerieSchema.html +1 -1
- package/documentation/variables/combinedContentFactoryDataSchema.html +1 -1
- package/documentation/variables/combinedSurveyFieldOptionsSchema.html +1 -1
- package/documentation/variables/combinedSurveyFieldSchema.html +1 -1
- package/documentation/variables/combinedSurveyFieldTypeSchema.html +1 -1
- package/documentation/variables/combinedWidgetContentSchema.html +1 -1
- package/documentation/variables/combinedWidgetTypeSchema.html +1 -1
- package/documentation/variables/communitySchema.html +1 -1
- package/documentation/variables/contactEntrySchema.html +1 -1
- package/documentation/variables/contactShowFieldsSchema.html +1 -1
- package/documentation/variables/contentFactoryDefaultDataSchema.html +1 -1
- package/documentation/variables/contentFactorySurveyDataSchema.html +1 -1
- package/documentation/variables/contentFactoryTypes.html +1 -1
- package/documentation/variables/createFaqCategorySchema.html +1 -1
- package/documentation/variables/createFaqEntrySchema.html +1 -1
- package/documentation/variables/createFaqThemeSchema.html +1 -1
- package/documentation/variables/createGroupSchema.html +1 -1
- package/documentation/variables/createReportParamsSchema.html +1 -1
- package/documentation/variables/cssBackgroundPositionSchema.html +1 -1
- package/documentation/variables/cssBackgroundSizeSchema.html +1 -1
- package/documentation/variables/cssTextAlignTypeSchema.html +1 -1
- package/documentation/variables/davAddressBookContactSchema.html +1 -1
- package/documentation/variables/davCalendarEventSchema.html +1 -1
- package/documentation/variables/default.html +1 -1
- package/documentation/variables/deleteFaqThemeSchema.html +1 -1
- package/documentation/variables/discussionPropertiesSchema.html +1 -1
- package/documentation/variables/discussionPropertySchema.html +1 -1
- package/documentation/variables/driveAccountSchema.html +1 -1
- package/documentation/variables/driveGetAccountParamsSchema.html +1 -1
- package/documentation/variables/driveGetAccountSchema.html +1 -1
- package/documentation/variables/driveGetDocumentParamsSchema.html +1 -1
- package/documentation/variables/driveGetGroupsParamsSchema.html +1 -1
- package/documentation/variables/driveGetTenantsParamsSchema.html +1 -1
- package/documentation/variables/driveItemTypeSchema.html +1 -1
- package/documentation/variables/driveLogoutParamsSchema.html +1 -1
- package/documentation/variables/driveSetDefaultAccountParamsSchema.html +1 -1
- package/documentation/variables/driveTmpFileSchema.html +1 -1
- package/documentation/variables/dropboxDocumentEntitySchema.html +1 -1
- package/documentation/variables/dropboxDocumentParamsSchema.html +1 -1
- package/documentation/variables/dropboxGetDocumentsParamsSchema.html +1 -1
- package/documentation/variables/editFaqCategorySchema.html +1 -1
- package/documentation/variables/editFaqEntrySchema.html +1 -1
- package/documentation/variables/editFaqThemeSchema.html +1 -1
- package/documentation/variables/eventModeSchema.html +1 -1
- package/documentation/variables/eventStatusFilterSchema.html +1 -1
- package/documentation/variables/extendSchema.html +1 -1
- package/documentation/variables/extensions.html +1 -1
- package/documentation/variables/facetModeSchema.html +1 -1
- package/documentation/variables/faqAccessSchema.html +1 -1
- package/documentation/variables/faqContentItemSchema.html +1 -1
- package/documentation/variables/faqHookPropertiesSchema.html +1 -1
- package/documentation/variables/faqTaxonomySchema.html +1 -1
- package/documentation/variables/faqWidgetCategoryItemSchema.html +1 -1
- package/documentation/variables/faqWidgetCategorySchema.html +1 -1
- package/documentation/variables/faqWidgetItemSchema.html +1 -1
- package/documentation/variables/faqWidgetItemUriCategorySchema.html +1 -1
- package/documentation/variables/fileCropConfigSchema.html +1 -1
- package/documentation/variables/fileMainTypeSchema.html +1 -1
- package/documentation/variables/fileSyncAdminSpotSchema.html +1 -1
- package/documentation/variables/fileSyncAdminSpotsPropsSchema.html +1 -1
- package/documentation/variables/fileSyncFileBankSchema.html +1 -1
- package/documentation/variables/fileSyncUserQuotaSchema.html +1 -1
- package/documentation/variables/filterSchema.html +1 -1
- package/documentation/variables/filterValueSchema.html +1 -1
- package/documentation/variables/filtersSchema.html +1 -1
- package/documentation/variables/formatExtensionSchema.html +1 -1
- package/documentation/variables/formatListSchema.html +1 -1
- package/documentation/variables/formats.html +1 -1
- package/documentation/variables/getCommentsParamsSchema.html +1 -1
- package/documentation/variables/getLicenseArticlesParamsSchema.html +1 -1
- package/documentation/variables/getLicenseKindUsersParamsSchema.html +1 -1
- package/documentation/variables/getReportsParamsSchema.html +1 -1
- package/documentation/variables/getUnclassifiedFilesParamsSchema.html +1 -1
- package/documentation/variables/gifSchema.html +1 -1
- package/documentation/variables/groupCategoriesConfigurationSchema.html +1 -1
- package/documentation/variables/groupCustomWidgetSchema.html +1 -1
- package/documentation/variables/groupListConfigSchema.html +1 -1
- package/documentation/variables/groupMemberLevelSchema.html +1 -1
- package/documentation/variables/groupMemberSchema.html +1 -1
- package/documentation/variables/groupModerateStatusSchema.html +1 -1
- package/documentation/variables/groupPrivacy.html +1 -1
- package/documentation/variables/groupPropertiesOptionsSchema.html +1 -1
- package/documentation/variables/groupPropertiesSchema.html +1 -1
- package/documentation/variables/groupUserLevelSchema.html +1 -1
- package/documentation/variables/groupWidgetLittleSchema.html +1 -1
- package/documentation/variables/groupWidgetSchema.html +1 -1
- package/documentation/variables/groupWidgetsSchema.html +1 -1
- package/documentation/variables/headingTypeSchema.html +1 -1
- package/documentation/variables/hookListTypeSchema.html +1 -1
- package/documentation/variables/imageFormValueSchema.html +1 -1
- package/documentation/variables/imageSizeSchema.html +1 -1
- package/documentation/variables/imapInboxMailSchema.html +1 -1
- package/documentation/variables/jArticleListSchema.html +1 -1
- package/documentation/variables/jArticleListShapeTmp.html +1 -1
- package/documentation/variables/jArticleLittleSchema.html +1 -1
- package/documentation/variables/jArticleViewSchema.html +1 -1
- package/documentation/variables/jArticleWidgetListSchema.html +1 -1
- package/documentation/variables/jArticleWidgetLittleSchema.html +1 -1
- package/documentation/variables/jArticleWidgetViewSchema.html +1 -1
- package/documentation/variables/jAseiInstitutionViewSchema.html +1 -1
- package/documentation/variables/jAseiTicketViewSchema.html +1 -1
- package/documentation/variables/jBookableAssetListSchema.html +1 -1
- package/documentation/variables/jBookableAssetViewSchema.html +1 -1
- package/documentation/variables/jBusinessContactListSchema.html +1 -1
- package/documentation/variables/jBusinessContactLittleSchema.html +1 -1
- package/documentation/variables/jCommentListSchema.html +1 -1
- package/documentation/variables/jCommentLittleSchema.html +1 -1
- package/documentation/variables/jContentFactoryDefaultTemplateViewSchema.html +1 -1
- package/documentation/variables/jContentFactorySurveyTemplateViewSchema.html +1 -1
- package/documentation/variables/jContentFactoryTemplateListSchema.html +1 -1
- package/documentation/variables/jContentFactoryTemplateViewSchema.html +1 -1
- package/documentation/variables/jContentReportListSchema.html +1 -1
- package/documentation/variables/jDiapazoneListSchema.html +1 -1
- package/documentation/variables/jDiapazoneViewSchema.html +1 -1
- package/documentation/variables/jEnsure.html +1 -1
- package/documentation/variables/jExtraBotViewSchema.html +1 -1
- package/documentation/variables/jFaqItemListSchema.html +1 -1
- package/documentation/variables/jFaqItemViewSchema.html +1 -1
- package/documentation/variables/jFaqListSchema.html +1 -1
- package/documentation/variables/jFaqViewSchema.html +1 -1
- package/documentation/variables/jFileListSchema.html +1 -1
- package/documentation/variables/jFileLittleCropSchema.html +1 -1
- package/documentation/variables/jFileLittleSchema.html +1 -1
- package/documentation/variables/jFileRenditionSchema.html +1 -1
- package/documentation/variables/jFolderListSchema.html +1 -1
- package/documentation/variables/jFolderLittleSchema.html +1 -1
- package/documentation/variables/jGroupListSchema.html +1 -1
- package/documentation/variables/jGroupLittleSchema.html +1 -1
- package/documentation/variables/jGroupViewSchema.html +1 -1
- package/documentation/variables/jHrefSchema.html +1 -1
- package/documentation/variables/jIACapabilitiesSchema.html +1 -1
- package/documentation/variables/jInternalDraftListSchema.html +1 -1
- package/documentation/variables/jInternalDraftViewSchema.html +1 -1
- package/documentation/variables/jLandLogSchema.html +1 -1
- package/documentation/variables/jLandMapFlavorSchema.html +1 -1
- package/documentation/variables/jLandMapKindSchema.html +1 -1
- package/documentation/variables/jLandMapListSchema.html +1 -1
- package/documentation/variables/jLandMapLittleSchema.html +1 -1
- package/documentation/variables/jLandMapViewSchema.html +1 -1
- package/documentation/variables/jLandStatSchema.html +1 -1
- package/documentation/variables/jLinkListSchema.html +1 -1
- package/documentation/variables/jLinkLittleSchema.html +1 -1
- package/documentation/variables/jMediaLibraryFileListSchema.html +1 -1
- package/documentation/variables/jMediaLibraryFileLittleSchema.html +1 -1
- package/documentation/variables/jMediaLibraryFolderListSchema.html +1 -1
- package/documentation/variables/jMediaLibraryFolderLittleSchema.html +1 -1
- package/documentation/variables/jMeetingListSchema.html +1 -1
- package/documentation/variables/jMeetingViewSchema.html +1 -1
- package/documentation/variables/jMessengerDiscussionGroupListSchema.html +1 -1
- package/documentation/variables/jMessengerDiscussionGroupLittleSchema.html +1 -1
- package/documentation/variables/jMessengerDiscussionUserListSchema.html +1 -1
- package/documentation/variables/jMessengerDiscussionUserLittleSchema.html +1 -1
- package/documentation/variables/jMessengerMessageLittleSchema.html +1 -1
- package/documentation/variables/jNetworkLittleSchema.html +1 -1
- package/documentation/variables/jObjectAutocompleteSchema.html +1 -1
- package/documentation/variables/jObjectBaseSchema.html +1 -1
- package/documentation/variables/jObjectListSchema.html +1 -1
- package/documentation/variables/jObjectLittleSchema.html +1 -1
- package/documentation/variables/jOrgChartListSchema.html +1 -1
- package/documentation/variables/jOrgChartViewSchema.html +1 -1
- package/documentation/variables/jPermanentRoomListSchema.html +1 -1
- package/documentation/variables/jPollSurveyListSchema.html +2 -2
- package/documentation/variables/jPollSurveyLittleSchema.html +33 -0
- package/documentation/variables/jPollSurveyViewSchema.html +2 -2
- package/documentation/variables/jQuarantineListSchema.html +1 -1
- package/documentation/variables/jQuarantineLittleSchema.html +1 -1
- package/documentation/variables/jQuizzListSchema.html +1 -1
- package/documentation/variables/jQuizzListShapeTmp.html +1 -1
- package/documentation/variables/jQuizzViewSchema.html +1 -1
- package/documentation/variables/jRecurringEventListSchema.html +1 -1
- package/documentation/variables/jRecurringEventLittleSchema.html +1 -1
- package/documentation/variables/jRecurringEventOccurrenceListFalsySchema.html +1 -1
- package/documentation/variables/jRecurringEventOccurrenceListSchema.html +1 -1
- package/documentation/variables/jRecurringEventOccurrenceListTruthySchema.html +1 -1
- package/documentation/variables/jRecurringEventOccurrenceLittleFalsySchema.html +1 -1
- package/documentation/variables/jRecurringEventOccurrenceLittleSchema.html +1 -1
- package/documentation/variables/jRecurringEventOccurrenceLittleTruthySchema.html +1 -1
- package/documentation/variables/jRecurringEventOccurrenceViewFalsySchema.html +1 -1
- package/documentation/variables/jRecurringEventOccurrenceViewSchema.html +1 -1
- package/documentation/variables/jRecurringEventOccurrenceViewTruthySchema.html +1 -1
- package/documentation/variables/jRecurringEventViewSchema.html +1 -1
- package/documentation/variables/jReservationListSchema.html +1 -1
- package/documentation/variables/jSocialEventListSchema.html +1 -1
- package/documentation/variables/jSocialEventLittleSchema.html +1 -1
- package/documentation/variables/jSocialEventViewSchema.html +1 -1
- package/documentation/variables/jSocialRateLinkListSchema.html +1 -1
- package/documentation/variables/jSpotAutocompleteSchema.html +1 -1
- package/documentation/variables/jSpotAutocompleteShape.html +1 -1
- package/documentation/variables/jSupportListSchema.html +1 -1
- package/documentation/variables/jSupportViewSchema.html +1 -1
- package/documentation/variables/jSupportViewShapeTmp.html +1 -1
- package/documentation/variables/jSurveyDateListSchema.html +1 -1
- package/documentation/variables/jSurveyDateViewSchema.html +1 -1
- package/documentation/variables/jTvChannelDynamicListSchema.html +1 -1
- package/documentation/variables/jTvChannelListSchema.html +1 -1
- package/documentation/variables/jTvChannelLittleSchema.html +1 -1
- package/documentation/variables/jTvChannelSlideshowListSchema.html +1 -1
- package/documentation/variables/jUserAutocompleteSchema.html +1 -1
- package/documentation/variables/jUserListSchema.html +1 -1
- package/documentation/variables/jUserLittleSchema.html +1 -1
- package/documentation/variables/jUserValuesSchema.html +1 -1
- package/documentation/variables/jUserViewSchema.html +1 -1
- package/documentation/variables/licenseSchema.html +1 -1
- package/documentation/variables/mediaLibraryFilesStatsSchema.html +1 -1
- package/documentation/variables/mediaLibraryFolderStatsSchema.html +1 -1
- package/documentation/variables/mediaLibraryListSchema.html +1 -1
- package/documentation/variables/mediaLibraryStatsSchema.html +1 -1
- package/documentation/variables/meetingActionSchema.html +1 -1
- package/documentation/variables/meetingCreationSchema.html +1 -1
- package/documentation/variables/meetingUpdateSchema.html +1 -1
- package/documentation/variables/metasExternalSchema.html +1 -1
- package/documentation/variables/metasJamespotSchema.html +1 -1
- package/documentation/variables/metasSchema.html +1 -1
- package/documentation/variables/metasYoutubeSchema.html +1 -1
- package/documentation/variables/meteoLocationSchema.html +1 -1
- package/documentation/variables/meteoSearchResultSchema.html +1 -1
- package/documentation/variables/methodSchema.html +1 -1
- package/documentation/variables/mimetypeToExt.html +1 -1
- package/documentation/variables/mimetypes.html +1 -1
- package/documentation/variables/moduleRestrictionMode.html +1 -1
- package/documentation/variables/moveFaqEntrySchema.html +1 -1
- package/documentation/variables/moveFaqThemeSchema.html +1 -1
- package/documentation/variables/moveMediaLibraryFileParamsSchema.html +1 -1
- package/documentation/variables/msDocumentEntitySchema.html +1 -1
- package/documentation/variables/msDocumentParamsSchema.html +1 -1
- package/documentation/variables/msGetDocumentsParamsSchema.html +1 -1
- package/documentation/variables/msGroupEntitySchema.html +1 -1
- package/documentation/variables/msSiteEntitySchema.html +1 -1
- package/documentation/variables/msTenantEntitySchema.html +1 -1
- package/documentation/variables/msTenantsSchema.html +1 -1
- package/documentation/variables/msUnifiedEntitySchema.html +1 -1
- package/documentation/variables/network.html +1 -1
- package/documentation/variables/networkTypeSchema.html +1 -1
- package/documentation/variables/newsConceptSchema.html +33 -0
- package/documentation/variables/newsflashGetResponseSchema.html +1 -1
- package/documentation/variables/newsflashItemSchema.html +1 -1
- package/documentation/variables/newsflashPropertiesSchema.html +1 -1
- package/documentation/variables/newsflashSourceSchema.html +1 -1
- package/documentation/variables/newsflashSourcesSchema.html +1 -1
- package/documentation/variables/objectListPropsSchema.html +1 -1
- package/documentation/variables/objectWithoutLicenseFilterSchema.html +1 -1
- package/documentation/variables/officeProviderBaseUrlsSchema.html +1 -1
- package/documentation/variables/officeSetConfigurationPayloadSchema.html +1 -1
- package/documentation/variables/officeUserConfigurationSchema.html +1 -1
- package/documentation/variables/onlyOfficeFileSchema.html +1 -1
- package/documentation/variables/onyOfficeFileInfoSchema.html +1 -1
- package/documentation/variables/openingTypeAnchorSchema.html +1 -1
- package/documentation/variables/openingTypeLinkSchema.html +1 -1
- package/documentation/variables/openingTypePopupSchema.html +1 -1
- package/documentation/variables/openingTypeSchema.html +1 -1
- package/documentation/variables/operatorSchema.html +1 -1
- package/documentation/variables/orderSchema.html +1 -1
- package/documentation/variables/ordersSchema.html +1 -1
- package/documentation/variables/pollSurveyStatusSchema.html +33 -0
- package/documentation/variables/publicWebinarData.html +1 -1
- package/documentation/variables/publicWebinarFullnameRequestSchema.html +1 -1
- package/documentation/variables/publicWebinarGetDateRequestSchema.html +1 -1
- package/documentation/variables/publicWebinarUrlSchema.html +1 -1
- package/documentation/variables/questionAnswerSelectResponseParamsSchema.html +1 -1
- package/documentation/variables/questionAnswerUnselectResponseParamsSchema.html +1 -1
- package/documentation/variables/quizFieldSchema.html +1 -1
- package/documentation/variables/quizResponseSchema.html +1 -1
- package/documentation/variables/recurrenceRuleSchema.html +1 -1
- package/documentation/variables/recurringEventCreationSchema.html +1 -1
- package/documentation/variables/recurringEventUpdateSchema.html +1 -1
- package/documentation/variables/resetNotificationConfigurationSchema.html +1 -1
- package/documentation/variables/rightsSchema.html +1 -1
- package/documentation/variables/rssTypeSchema.html +1 -1
- package/documentation/variables/searchCategoryModelSchema.html +1 -1
- package/documentation/variables/searchCategoryValueSchema.html +1 -1
- package/documentation/variables/searchConfigSchema.html +1 -1
- package/documentation/variables/searchFacetModelSchema.html +1 -1
- package/documentation/variables/searchFacetValueModelSchema.html +1 -1
- package/documentation/variables/searchFacetValuesSchema.html +1 -1
- package/documentation/variables/searchLastQuerySchema.html +1 -1
- package/documentation/variables/searchQueryFilterModelSchema.html +1 -1
- package/documentation/variables/searchQueryOptionSchema.html +1 -1
- package/documentation/variables/searchQuerySchema.html +1 -1
- package/documentation/variables/searchQuerySortModelSchema.html +1 -1
- package/documentation/variables/searchResultCatPropsSchema.html +1 -1
- package/documentation/variables/searchResultPropsAppSchema.html +1 -1
- package/documentation/variables/searchResultPropsObjectSchema.html +1 -1
- package/documentation/variables/searchResultPropsSchema.html +1 -1
- package/documentation/variables/shareAccessPropsSchema.html +1 -1
- package/documentation/variables/shareGeneralAccessRulesSchema.html +1 -1
- package/documentation/variables/shareOptionObjectSchema.html +1 -1
- package/documentation/variables/shareOptionSchema.html +1 -1
- package/documentation/variables/socialActionRateSchema.html +1 -1
- package/documentation/variables/socialActionReportSchema.html +1 -1
- package/documentation/variables/socialActionSchema.html +1 -1
- package/documentation/variables/socialActionSchema_deprecated.html +1 -1
- package/documentation/variables/socialActionShareSchema.html +1 -1
- package/documentation/variables/socialActionStructSchema_deprecated.html +1 -1
- package/documentation/variables/socialActionToggleSchema.html +1 -1
- package/documentation/variables/socialEventActionSchema.html +1 -1
- package/documentation/variables/socialEventCreationSchema.html +1 -1
- package/documentation/variables/socialEventUpdateSchema.html +1 -1
- package/documentation/variables/spotDiscussionKindSchema.html +1 -1
- package/documentation/variables/storeFinalizeSchema.html +1 -1
- package/documentation/variables/storeItemSchema.html +1 -1
- package/documentation/variables/surveyDateResponsesSchema.html +1 -1
- package/documentation/variables/surveyDateUsersForDateSchema.html +1 -1
- package/documentation/variables/surveyDateUsersResponseSchema.html +1 -1
- package/documentation/variables/surveyDateUsersResponsesSchema.html +1 -1
- package/documentation/variables/surveyDateUtils.html +1 -1
- package/documentation/variables/surveyFieldBaseSchema.html +1 -1
- package/documentation/variables/surveyFieldBinaryDataSchema.html +1 -1
- package/documentation/variables/surveyFieldBinarySchema.html +1 -1
- package/documentation/variables/surveyFieldCheckDataSchema.html +1 -1
- package/documentation/variables/surveyFieldCheckSchema.html +1 -1
- package/documentation/variables/surveyFieldFileUploadDataSchema.html +1 -1
- package/documentation/variables/surveyFieldFileUploadSchema.html +1 -1
- package/documentation/variables/surveyFieldGridCheckDataSchema.html +1 -1
- package/documentation/variables/surveyFieldGridCheckSchema.html +1 -1
- package/documentation/variables/surveyFieldGridRadioDataSchema.html +1 -1
- package/documentation/variables/surveyFieldGridRadioSchema.html +1 -1
- package/documentation/variables/surveyFieldKeysSchema.html +1 -1
- package/documentation/variables/surveyFieldOptionCheckSchema.html +1 -1
- package/documentation/variables/surveyFieldOptionFileUploadSchema.html +1 -1
- package/documentation/variables/surveyFieldOptionGridCheckSchema.html +1 -1
- package/documentation/variables/surveyFieldOptionGridRadioSchema.html +1 -1
- package/documentation/variables/surveyFieldOptionRateSchema.html +1 -1
- package/documentation/variables/surveyFieldOptionScaleSchema.html +1 -1
- package/documentation/variables/surveyFieldOptionTextSchema.html +1 -1
- package/documentation/variables/surveyFieldOptionTextareaSchema.html +1 -1
- package/documentation/variables/surveyFieldRadioDataSchema.html +1 -1
- package/documentation/variables/surveyFieldRadioSchema.html +1 -1
- package/documentation/variables/surveyFieldRateDataSchema.html +1 -1
- package/documentation/variables/surveyFieldRateSchema.html +1 -1
- package/documentation/variables/surveyFieldScaleDataSchema.html +1 -1
- package/documentation/variables/surveyFieldScaleSchema.html +1 -1
- package/documentation/variables/surveyFieldSelectDataSchema.html +1 -1
- package/documentation/variables/surveyFieldSelectSchema.html +1 -1
- package/documentation/variables/surveyFieldTextDataSchema.html +1 -1
- package/documentation/variables/surveyFieldTextSchema.html +1 -1
- package/documentation/variables/surveyFieldTextareaDataSchema.html +1 -1
- package/documentation/variables/surveyFieldTextareaSchema.html +1 -1
- package/documentation/variables/surveySectionSchema.html +1 -1
- package/documentation/variables/textEnhanceResponseSchema.html +1 -1
- package/documentation/variables/tinyMCECommonOptionsSchema.html +1 -1
- package/documentation/variables/tinyMCEDynamicOptionsSchema.html +1 -1
- package/documentation/variables/tinymceExtendedOptionsSchema.html +1 -1
- package/documentation/variables/tvChannelCreatePayloadSchema.html +1 -1
- package/documentation/variables/tvChannelCreationSchema.html +1 -1
- package/documentation/variables/tvChannelDynamicArticleSchema.html +1 -1
- package/documentation/variables/tvChannelDynamicCommentSchema.html +1 -1
- package/documentation/variables/tvChannelSlideshowFileSchema.html +1 -1
- package/documentation/variables/tvChannelTypeSchema.html +1 -1
- package/documentation/variables/tvGetChannelResponseSchema.html +1 -1
- package/documentation/variables/tvGetConfigureDynamicChannelResponse.html +1 -1
- package/documentation/variables/tvGetConfigureSlideshowChannelResponse.html +1 -1
- package/documentation/variables/updateCommentParamsSchema.html +1 -1
- package/documentation/variables/updateGroupSchema.html +1 -1
- package/documentation/variables/updateReportStatusParamsSchema.html +1 -1
- package/documentation/variables/uploadConfigSchema.html +1 -1
- package/documentation/variables/userDefaultFieldsTypeSchema.html +1 -1
- package/documentation/variables/userDirectoryConfigurationSchema.html +1 -1
- package/documentation/variables/userDownloadSchema.html +1 -1
- package/documentation/variables/userFieldSchema.html +1 -1
- package/documentation/variables/userFieldsConfigurationTypeSchema.html +1 -1
- package/documentation/variables/userFieldsSchema.html +1 -1
- package/documentation/variables/userLevelSpotSchema.html +1 -1
- package/documentation/variables/userMapModelSchema.html +1 -1
- package/documentation/variables/userReadSchema.html +1 -1
- package/documentation/variables/userResponseStatusSchema.html +1 -1
- package/documentation/variables/userSpotCategoriesSchema.html +1 -1
- package/documentation/variables/userValuesSchema.html +1 -1
- package/documentation/variables/valueLabelSchema.html +1 -1
- package/documentation/variables/variantSizeTypeSchema.html +1 -1
- package/documentation/variables/variantTypeSchema.html +1 -1
- package/documentation/variables/videoRecordingSchema.html +1 -1
- package/documentation/variables/visioConnectStatisticsRoomSchema.html +1 -1
- package/documentation/variables/visioConnectStatisticsRoomSessionsSchema.html +1 -1
- package/documentation/variables/visioConnectStatisticsSchema.html +1 -1
- package/documentation/variables/wallFilterSchema.html +1 -1
- package/documentation/variables/weDocTemplateSchema-1.html +1 -1
- package/documentation/variables/webinarModeratorsSchema.html +1 -1
- package/documentation/variables/wedocEmptyTypeSchema.html +1 -1
- package/documentation/variables/wedocFileAudienceTypeSchema.html +1 -1
- package/documentation/variables/wedocQueryResultsSchema.html +1 -1
- package/documentation/variables/wedocQueryTypeSchema.html +1 -1
- package/documentation/variables/wedocTemplateSchema.html +1 -1
- package/documentation/variables/widgetAccessibilityContentSchema.html +1 -1
- package/documentation/variables/widgetAccessibilityTypeSchema.html +1 -1
- package/documentation/variables/widgetActiveValueSchema.html +1 -1
- package/documentation/variables/widgetApplicationAppsItemSchema.html +1 -1
- package/documentation/variables/widgetApplicationContentSchema.html +1 -1
- package/documentation/variables/widgetApplicationCssSchema.html +1 -1
- package/documentation/variables/widgetApplicationExtensionItemSchema.html +1 -1
- package/documentation/variables/widgetApplicationImageItemSchema.html +1 -1
- package/documentation/variables/widgetApplicationItemSchema.html +1 -1
- package/documentation/variables/widgetApplicationLinkItemSchema.html +1 -1
- package/documentation/variables/widgetApplicationSizeSchema.html +1 -1
- package/documentation/variables/widgetApplicationTypeSchema.html +1 -1
- package/documentation/variables/widgetApplicationViewSchema.html +1 -1
- package/documentation/variables/widgetArticleAttachmentContentSchema.html +1 -1
- package/documentation/variables/widgetArticleAttachmentTypeSchema.html +1 -1
- package/documentation/variables/widgetArticleButtonContentSchema.html +1 -1
- package/documentation/variables/widgetArticleButtonTypeSchema.html +1 -1
- package/documentation/variables/widgetArticleCheckListTypeForFrontSchema.html +1 -1
- package/documentation/variables/widgetArticleGalleryContentSchema.html +1 -1
- package/documentation/variables/widgetArticleGalleryTypeSchema.html +1 -1
- package/documentation/variables/widgetArticleImageContentSchema.html +1 -1
- package/documentation/variables/widgetArticleImageTypeSchema.html +1 -1
- package/documentation/variables/widgetArticleSliderContentSchema.html +1 -1
- package/documentation/variables/widgetArticleSliderTypeSchema.html +1 -1
- package/documentation/variables/widgetArticleTextContentSchema.html +1 -1
- package/documentation/variables/widgetArticleTextTypeSchema.html +1 -1
- package/documentation/variables/widgetArticleTitleContentSchema.html +1 -1
- package/documentation/variables/widgetArticleTitleTypeSchema.html +1 -1
- package/documentation/variables/widgetAudienceSchema.html +1 -1
- package/documentation/variables/widgetBaseSchema.html +1 -1
- package/documentation/variables/widgetBirthdayContentSchema.html +1 -1
- package/documentation/variables/widgetBirthdayCssSchema.html +1 -1
- package/documentation/variables/widgetBirthdayTypeSchema.html +1 -1
- package/documentation/variables/widgetButtonActionGroupSchema.html +1 -1
- package/documentation/variables/widgetButtonActionSchema.html +1 -1
- package/documentation/variables/widgetButtonActionTypeSchema.html +1 -1
- package/documentation/variables/widgetButtonContentSchema.html +1 -1
- package/documentation/variables/widgetButtonIconFontSizeSchema.html +1 -1
- package/documentation/variables/widgetButtonIconPaddingSchema.html +1 -1
- package/documentation/variables/widgetButtonIconPositionSchema.html +1 -1
- package/documentation/variables/widgetButtonPositionSchema.html +1 -1
- package/documentation/variables/widgetButtonPropsSchema.html +1 -1
- package/documentation/variables/widgetButtonSizeSchema.html +1 -1
- package/documentation/variables/widgetButtonStyleSchema.html +1 -1
- package/documentation/variables/widgetButtonTypeSchema.html +1 -1
- package/documentation/variables/widgetCalendarCalDavContentSchema.html +1 -1
- package/documentation/variables/widgetCalendarCalDavTypeSchema.html +1 -1
- package/documentation/variables/widgetCalendarContentSchema.html +1 -1
- package/documentation/variables/widgetCalendarTypeSchema.html +1 -1
- package/documentation/variables/widgetChartsContentSchema.html +1 -1
- package/documentation/variables/widgetChartsTypeSchema.html +1 -1
- package/documentation/variables/widgetCheckListContentArrForFrontSchema.html +1 -1
- package/documentation/variables/widgetCheckListContentArrSchema.html +1 -1
- package/documentation/variables/widgetCheckListContentForFrontSchema.html +1 -1
- package/documentation/variables/widgetCheckListContentSchema.html +1 -1
- package/documentation/variables/widgetCheckListTypeSchema.html +1 -1
- package/documentation/variables/widgetCheckboxSchema.html +1 -1
- package/documentation/variables/widgetColorContentSchema.html +1 -1
- package/documentation/variables/widgetColorSchema.html +1 -1
- package/documentation/variables/widgetColorTypeSchema.html +1 -1
- package/documentation/variables/widgetContactCardDavContentSchema.html +1 -1
- package/documentation/variables/widgetContactCardDavTypeSchema.html +1 -1
- package/documentation/variables/widgetContactContentSchema.html +1 -1
- package/documentation/variables/widgetContactCssSchema.html +1 -1
- package/documentation/variables/widgetContactTypeSchema.html +1 -1
- package/documentation/variables/widgetContentBaseSchema.html +1 -1
- package/documentation/variables/widgetContentKeysSchema.html +1 -1
- package/documentation/variables/widgetContextSchema.html +1 -1
- package/documentation/variables/widgetCountdownContentSchema.html +1 -1
- package/documentation/variables/widgetCountdownTypeSchema.html +1 -1
- package/documentation/variables/widgetCoverContentSchema.html +1 -1
- package/documentation/variables/widgetCoverSlideSchema.html +1 -1
- package/documentation/variables/widgetCoverTypeSchema.html +1 -1
- package/documentation/variables/widgetDatasourceTableContentSchema.html +1 -1
- package/documentation/variables/widgetDatasourceTableTypeSchema.html +1 -1
- package/documentation/variables/widgetDatePickerSchema.html +1 -1
- package/documentation/variables/widgetDatePickerValueSchema.html +1 -1
- package/documentation/variables/widgetDateSchema.html +1 -1
- package/documentation/variables/widgetDateValueSchema.html +1 -1
- package/documentation/variables/widgetDatetimeSchema.html +1 -1
- package/documentation/variables/widgetDatetimeValueSchema.html +1 -1
- package/documentation/variables/widgetDefaultProps.html +1 -1
- package/documentation/variables/widgetDefinitionPropsSchema.html +1 -1
- package/documentation/variables/widgetDisplayModeSchema.html +1 -1
- package/documentation/variables/widgetDocumentsContentSchema.html +1 -1
- package/documentation/variables/widgetDocumentsTypeSchema.html +1 -1
- package/documentation/variables/widgetEmailSchema.html +1 -1
- package/documentation/variables/widgetEmailValueSchema.html +1 -1
- package/documentation/variables/widgetEmailsImapContentSchema.html +1 -1
- package/documentation/variables/widgetEmailsImapTypeSchema.html +1 -1
- package/documentation/variables/widgetEmbedContentSchema.html +1 -1
- package/documentation/variables/widgetEmbedSchema.html +1 -1
- package/documentation/variables/widgetEmbedTypeSchema.html +1 -1
- package/documentation/variables/widgetExcelDatasourceTableContentSchema.html +1 -1
- package/documentation/variables/widgetExcelDatasourceTableTypeSchema.html +1 -1
- package/documentation/variables/widgetExtensionContentSchema.html +1 -1
- package/documentation/variables/widgetExtensionTypeSchema.html +1 -1
- package/documentation/variables/widgetFaqContentSchema.html +1 -1
- package/documentation/variables/widgetFaqTypeSchema.html +1 -1
- package/documentation/variables/widgetFileSchema.html +1 -1
- package/documentation/variables/widgetFlocklerContentSchema.html +1 -1
- package/documentation/variables/widgetFlocklerTypeSchema.html +1 -1
- package/documentation/variables/widgetIframeVideoSchema.html +1 -1
- package/documentation/variables/widgetImageContentSchema.html +1 -1
- package/documentation/variables/widgetImageSchema.html +1 -1
- package/documentation/variables/widgetImageTypeSchema.html +1 -1
- package/documentation/variables/widgetKeysSchema.html +1 -1
- package/documentation/variables/widgetLayerSchema.html +1 -1
- package/documentation/variables/widgetLegacyMixedBooleanSchema.html +1 -1
- package/documentation/variables/widgetLinkSchema.html +1 -1
- package/documentation/variables/widgetLuccaAbsenceContentSchema.html +1 -1
- package/documentation/variables/widgetLuccaAbsenceTypeSchema.html +1 -1
- package/documentation/variables/widgetLuccaAbsenceUserSchema.html +1 -1
- package/documentation/variables/widgetMeteoContentSchema.html +1 -1
- package/documentation/variables/widgetMeteoTypeSchema.html +1 -1
- package/documentation/variables/widgetMultiattributeSchema.html +1 -1
- package/documentation/variables/widgetMyGroupContentSchema.html +1 -1
- package/documentation/variables/widgetMyGroupTypeSchema.html +1 -1
- package/documentation/variables/widgetNewsContentSchema.html +33 -0
- package/documentation/variables/widgetNewsTypeSchema.html +33 -0
- package/documentation/variables/widgetNewsflashContentSchema.html +1 -1
- package/documentation/variables/widgetNewsflashTypeSchema.html +1 -1
- package/documentation/variables/widgetNumberSchema.html +1 -1
- package/documentation/variables/widgetNumberValueSchema.html +1 -1
- package/documentation/variables/widgetOrientedlinksSchema.html +1 -1
- package/documentation/variables/widgetPlaceSchema.html +1 -1
- package/documentation/variables/widgetPresenceContentSchema.html +1 -1
- package/documentation/variables/widgetPresenceRespondPayloadSchema.html +1 -1
- package/documentation/variables/widgetPresenceResponseSchema.html +1 -1
- package/documentation/variables/widgetPresenceTypeSchema.html +1 -1
- package/documentation/variables/widgetQuickSurveyContentSchema.html +1 -1
- package/documentation/variables/widgetQuickSurveyTypeSchema.html +1 -1
- package/documentation/variables/widgetRadioSchema.html +1 -1
- package/documentation/variables/widgetRefUserSchema.html +1 -1
- package/documentation/variables/widgetRtObjectSchema.html +1 -1
- package/documentation/variables/widgetSchema.html +1 -1
- package/documentation/variables/widgetSelectSchema.html +1 -1
- package/documentation/variables/widgetSelectionBackgroundPropsSchema.html +1 -1
- package/documentation/variables/widgetSelectionPropsSchema.html +1 -1
- package/documentation/variables/widgetSeparatorAlignSchema.html +1 -1
- package/documentation/variables/widgetSeparatorContentSchema.html +1 -1
- package/documentation/variables/widgetSeparatorOrientationSchema.html +1 -1
- package/documentation/variables/widgetSeparatorTypeSchema.html +1 -1
- package/documentation/variables/widgetSlideSchema.html +1 -1
- package/documentation/variables/widgetSliderContentSchema.html +1 -1
- package/documentation/variables/widgetSliderTypeSchema.html +1 -1
- package/documentation/variables/widgetStatePropsSchema.html +1 -1
- package/documentation/variables/widgetStylesSchema.html +1 -1
- package/documentation/variables/widgetSurveyContentSchema.html +33 -0
- package/documentation/variables/widgetSurveyTypeSchema.html +33 -0
- package/documentation/variables/widgetSyncContentContentSchema.html +1 -1
- package/documentation/variables/widgetSyncContentTypeSchema.html +1 -1
- package/documentation/variables/widgetTableColumnDataSchema.html +1 -1
- package/documentation/variables/widgetTableColumnSchema.html +1 -1
- package/documentation/variables/widgetTableColumnTypesSchema.html +1 -1
- package/documentation/variables/widgetTableColumnWidgetDateSchema.html +1 -1
- package/documentation/variables/widgetTableColumnWidgetDefaultSchema.html +1 -1
- package/documentation/variables/widgetTableColumnWidgetSelectOptionSchema.html +1 -1
- package/documentation/variables/widgetTableColumnWidgetSelectSchema.html +1 -1
- package/documentation/variables/widgetTableColumnWidgetTextSchema.html +1 -1
- package/documentation/variables/widgetTableColumnWidgetsSchema.html +1 -1
- package/documentation/variables/widgetTableColumnsData.html +1 -1
- package/documentation/variables/widgetTableContentSchema.html +1 -1
- package/documentation/variables/widgetTaxonomySchema.html +1 -1
- package/documentation/variables/widgetTelSchema.html +1 -1
- package/documentation/variables/widgetTextContentSchema.html +1 -1
- package/documentation/variables/widgetTextSchema.html +1 -1
- package/documentation/variables/widgetTextTypeSchema.html +1 -1
- package/documentation/variables/widgetTextValueSchema.html +1 -1
- package/documentation/variables/widgetTextareaSchema.html +1 -1
- package/documentation/variables/widgetTextareaValueSchema.html +1 -1
- package/documentation/variables/widgetToggleSchema.html +1 -1
- package/documentation/variables/widgetTransientSchema.html +1 -1
- package/documentation/variables/widgetTypeKeysSchema.html +1 -1
- package/documentation/variables/widgetUriSchema.html +1 -1
- package/documentation/variables/widgetUrlSchema.html +1 -1
- package/documentation/variables/widgetUrlValueSchema.html +1 -1
- package/documentation/variables/widgetUserProfileContentSchema.html +1 -1
- package/documentation/variables/widgetUserProfileTypeSchema.html +1 -1
- package/documentation/variables/widgetVectorSchema.html +1 -1
- package/documentation/variables/widgetWelcomeContentSchema.html +1 -1
- package/documentation/variables/widgetWelcomeTypeSchema.html +1 -1
- package/documentation/variables/widgetWrapperLevelSchema.html +1 -1
- package/documentation/variables/widgetWrapperPropsSchema.html +1 -1
- package/documentation/variables/widgetYoutubeContentSchema.html +1 -1
- package/documentation/variables/widgetYoutubeTypeSchema.html +1 -1
- package/documentation/variables/widgetsRootStateSchema.html +1 -1
- package/documentation/variables/widgetsStateSchema.html +1 -1
- package/documentation/variables/widgetsValueSchema.html +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jArticleList, jArticleView } from './article';
|
|
1
|
+
import { jArticleLittle, jArticleList, jArticleView } from './article';
|
|
2
2
|
import { jFileLittle } from './file';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
import { Merge } from './utils';
|
|
@@ -845,9 +845,32 @@ export type SurveySection = {
|
|
|
845
845
|
fields: CombinedSurveyField[];
|
|
846
846
|
};
|
|
847
847
|
export declare const surveySectionSchema: z.ZodObject<import('..').ZodShape<SurveySection>, "strip", z.ZodTypeAny, SurveySection, SurveySection>;
|
|
848
|
-
export type
|
|
848
|
+
export type PollSurveyState = 'open' | 'responded' | 'closed';
|
|
849
|
+
export type PollSurveyStatus = {
|
|
850
|
+
name: string;
|
|
851
|
+
value: number;
|
|
852
|
+
state: PollSurveyState;
|
|
853
|
+
};
|
|
854
|
+
export declare const pollSurveyStatusSchema: z.ZodObject<import('..').ZodShape<PollSurveyStatus>, "strip", z.ZodTypeAny, PollSurveyStatus, PollSurveyStatus>;
|
|
855
|
+
export type jPollSurveyLittle = Merge<jArticleLittle, {
|
|
849
856
|
type: 'pollSurvey';
|
|
850
857
|
banner?: string | undefined;
|
|
858
|
+
bannerPdf?: string | undefined;
|
|
859
|
+
}>;
|
|
860
|
+
export declare const jPollSurveyLittleSchema: z.ZodObject<{
|
|
861
|
+
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
862
|
+
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
863
|
+
title: z.ZodString;
|
|
864
|
+
_url: z.ZodString;
|
|
865
|
+
dateCreation: z.ZodString;
|
|
866
|
+
dateModified: z.ZodString;
|
|
867
|
+
mainType: z.ZodLiteral<"article">;
|
|
868
|
+
} & {
|
|
869
|
+
type: z.ZodLiteral<"pollSurvey">;
|
|
870
|
+
banner: z.ZodOptional<z.ZodString>;
|
|
871
|
+
bannerPdf: z.ZodOptional<z.ZodString>;
|
|
872
|
+
}, "strip", z.ZodTypeAny, jPollSurveyLittle, jPollSurveyLittle>;
|
|
873
|
+
export type jPollSurveyList = Merge<Merge<jArticleList, jPollSurveyLittle>, {
|
|
851
874
|
anonymousResponse: null;
|
|
852
875
|
multipleResponse: number;
|
|
853
876
|
publicResults: string | null;
|
|
@@ -858,19 +881,9 @@ export type jPollSurveyList = Merge<jArticleList, {
|
|
|
858
881
|
};
|
|
859
882
|
pollResponseShowProgression: number;
|
|
860
883
|
dateEnd: string;
|
|
861
|
-
status:
|
|
862
|
-
name: string;
|
|
863
|
-
value: number;
|
|
864
|
-
};
|
|
884
|
+
status: PollSurveyStatus;
|
|
865
885
|
}>;
|
|
866
886
|
export declare const jPollSurveyListSchema: z.ZodObject<{
|
|
867
|
-
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
868
|
-
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
869
|
-
title: z.ZodString;
|
|
870
|
-
_url: z.ZodString;
|
|
871
|
-
dateCreation: z.ZodString;
|
|
872
|
-
dateModified: z.ZodString;
|
|
873
|
-
mainType: z.ZodLiteral<"article">;
|
|
874
887
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
875
888
|
_user: z.ZodObject<{
|
|
876
889
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -972,8 +985,17 @@ export declare const jPollSurveyListSchema: z.ZodObject<{
|
|
|
972
985
|
metas: z.ZodOptional<z.ZodUnion<[z.ZodObject<import('..').ZodShape<import('./jamespot').MetasJamespot>, "strip", z.ZodTypeAny, import('./jamespot').MetasJamespot, import('./jamespot').MetasJamespot>, z.ZodObject<import('..').ZodShape<import('./jamespot').MetasYoutube>, "strip", z.ZodTypeAny, import('./jamespot').MetasYoutube, import('./jamespot').MetasYoutube>, z.ZodObject<import('..').ZodShape<import('./jamespot').MetasExternal>, "strip", z.ZodTypeAny, import('./jamespot').MetasExternal, import('./jamespot').MetasExternal>]>>;
|
|
973
986
|
edito: z.ZodOptional<z.ZodString>;
|
|
974
987
|
} & {
|
|
988
|
+
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
989
|
+
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
990
|
+
title: z.ZodString;
|
|
991
|
+
_url: z.ZodString;
|
|
992
|
+
dateCreation: z.ZodString;
|
|
993
|
+
dateModified: z.ZodString;
|
|
994
|
+
mainType: z.ZodLiteral<"article">;
|
|
975
995
|
type: z.ZodLiteral<"pollSurvey">;
|
|
976
996
|
banner: z.ZodOptional<z.ZodString>;
|
|
997
|
+
bannerPdf: z.ZodOptional<z.ZodString>;
|
|
998
|
+
} & {
|
|
977
999
|
anonymousResponse: z.ZodNull;
|
|
978
1000
|
multipleResponse: z.ZodNumber;
|
|
979
1001
|
publicResults: z.ZodNullable<z.ZodString>;
|
|
@@ -992,16 +1014,7 @@ export declare const jPollSurveyListSchema: z.ZodObject<{
|
|
|
992
1014
|
}>;
|
|
993
1015
|
pollResponseShowProgression: z.ZodNumber;
|
|
994
1016
|
dateEnd: z.ZodString;
|
|
995
|
-
status: z.ZodObject<
|
|
996
|
-
name: z.ZodString;
|
|
997
|
-
value: z.ZodNumber;
|
|
998
|
-
}, "strip", z.ZodTypeAny, {
|
|
999
|
-
value: number;
|
|
1000
|
-
name: string;
|
|
1001
|
-
}, {
|
|
1002
|
-
value: number;
|
|
1003
|
-
name: string;
|
|
1004
|
-
}>;
|
|
1017
|
+
status: z.ZodObject<import('..').ZodShape<PollSurveyStatus>, "strip", z.ZodTypeAny, PollSurveyStatus, PollSurveyStatus>;
|
|
1005
1018
|
}, "strip", z.ZodTypeAny, jPollSurveyList, jPollSurveyList>;
|
|
1006
1019
|
export type jPollSurveyView = Merge<Merge<jArticleView, jPollSurveyList>, {
|
|
1007
1020
|
pollContent?: SurveySection[] | null | undefined;
|
|
@@ -1012,6 +1025,7 @@ export type jPollSurveyView = Merge<Merge<jArticleView, jPollSurveyList>, {
|
|
|
1012
1025
|
pollResponseShowRespondent: null;
|
|
1013
1026
|
pollBanner?: jFileLittle[] | undefined;
|
|
1014
1027
|
pollMessage?: string | undefined;
|
|
1028
|
+
_hasProgression: boolean;
|
|
1015
1029
|
}>;
|
|
1016
1030
|
export declare const jPollSurveyViewSchema: z.ZodObject<{
|
|
1017
1031
|
_attachedFiles: z.ZodArray<z.ZodObject<{
|
|
@@ -1049,13 +1063,6 @@ export declare const jPollSurveyViewSchema: z.ZodObject<{
|
|
|
1049
1063
|
_url: z.ZodString;
|
|
1050
1064
|
}, "strip", z.ZodTypeAny, import('./objectBase').jObjectLittle, import('./objectBase').jObjectLittle>, "many">>;
|
|
1051
1065
|
} & {
|
|
1052
|
-
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1053
|
-
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1054
|
-
title: z.ZodString;
|
|
1055
|
-
_url: z.ZodString;
|
|
1056
|
-
dateCreation: z.ZodString;
|
|
1057
|
-
dateModified: z.ZodString;
|
|
1058
|
-
mainType: z.ZodLiteral<"article">;
|
|
1059
1066
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1060
1067
|
_user: z.ZodObject<{
|
|
1061
1068
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -1156,8 +1163,16 @@ export declare const jPollSurveyViewSchema: z.ZodObject<{
|
|
|
1156
1163
|
articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<import('..').ZodShape<import('./widgets').WidgetWrapperGeneric<import('./widgets').CombinedWidgetType>>, "strip", z.ZodTypeAny, import('./widgets').WidgetWrapperGeneric<import('./widgets').CombinedWidgetType>, import('./widgets').WidgetWrapperGeneric<import('./widgets').CombinedWidgetType>>, "many">>;
|
|
1157
1164
|
metas: z.ZodOptional<z.ZodUnion<[z.ZodObject<import('..').ZodShape<import('./jamespot').MetasJamespot>, "strip", z.ZodTypeAny, import('./jamespot').MetasJamespot, import('./jamespot').MetasJamespot>, z.ZodObject<import('..').ZodShape<import('./jamespot').MetasYoutube>, "strip", z.ZodTypeAny, import('./jamespot').MetasYoutube, import('./jamespot').MetasYoutube>, z.ZodObject<import('..').ZodShape<import('./jamespot').MetasExternal>, "strip", z.ZodTypeAny, import('./jamespot').MetasExternal, import('./jamespot').MetasExternal>]>>;
|
|
1158
1165
|
edito: z.ZodOptional<z.ZodString>;
|
|
1166
|
+
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1167
|
+
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1168
|
+
title: z.ZodString;
|
|
1169
|
+
_url: z.ZodString;
|
|
1170
|
+
dateCreation: z.ZodString;
|
|
1171
|
+
dateModified: z.ZodString;
|
|
1172
|
+
mainType: z.ZodLiteral<"article">;
|
|
1159
1173
|
type: z.ZodLiteral<"pollSurvey">;
|
|
1160
1174
|
banner: z.ZodOptional<z.ZodString>;
|
|
1175
|
+
bannerPdf: z.ZodOptional<z.ZodString>;
|
|
1161
1176
|
anonymousResponse: z.ZodNull;
|
|
1162
1177
|
multipleResponse: z.ZodNumber;
|
|
1163
1178
|
publicResults: z.ZodNullable<z.ZodString>;
|
|
@@ -1176,16 +1191,7 @@ export declare const jPollSurveyViewSchema: z.ZodObject<{
|
|
|
1176
1191
|
}>;
|
|
1177
1192
|
pollResponseShowProgression: z.ZodNumber;
|
|
1178
1193
|
dateEnd: z.ZodString;
|
|
1179
|
-
status: z.ZodObject<
|
|
1180
|
-
name: z.ZodString;
|
|
1181
|
-
value: z.ZodNumber;
|
|
1182
|
-
}, "strip", z.ZodTypeAny, {
|
|
1183
|
-
value: number;
|
|
1184
|
-
name: string;
|
|
1185
|
-
}, {
|
|
1186
|
-
value: number;
|
|
1187
|
-
name: string;
|
|
1188
|
-
}>;
|
|
1194
|
+
status: z.ZodObject<import('..').ZodShape<PollSurveyStatus>, "strip", z.ZodTypeAny, PollSurveyStatus, PollSurveyStatus>;
|
|
1189
1195
|
} & {
|
|
1190
1196
|
pollContent: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<import('..').ZodShape<SurveySection>, "strip", z.ZodTypeAny, SurveySection, SurveySection>, "many">, z.ZodNull]>>;
|
|
1191
1197
|
pollLinks: z.ZodOptional<z.ZodNull>;
|
|
@@ -1208,5 +1214,6 @@ export declare const jPollSurveyViewSchema: z.ZodObject<{
|
|
|
1208
1214
|
mainType: z.ZodEnum<["fileArticle", "fileComment", "fileObject", "file", "fileDrive"]>;
|
|
1209
1215
|
}, "strip", z.ZodTypeAny, jFileLittle, jFileLittle>, "many">>;
|
|
1210
1216
|
pollMessage: z.ZodOptional<z.ZodString>;
|
|
1217
|
+
_hasProgression: z.ZodBoolean;
|
|
1211
1218
|
}, "strip", z.ZodTypeAny, jPollSurveyView, jPollSurveyView>;
|
|
1212
1219
|
export {};
|
|
@@ -34,6 +34,7 @@ export declare enum WidgetsName {
|
|
|
34
34
|
Countdown = "widget-countdown",
|
|
35
35
|
Charts = "widget-charts",
|
|
36
36
|
Meteo = "widget-meteo",
|
|
37
|
+
News = "widget-news",
|
|
37
38
|
MyGroup = "widget-my-group",
|
|
38
39
|
Newsflash = "widget-newsflash",
|
|
39
40
|
SyncContent = "widget-sync-content",
|
|
@@ -41,7 +42,8 @@ export declare enum WidgetsName {
|
|
|
41
42
|
Embed = "widget-embed",
|
|
42
43
|
Youtube = "widget-youtube",
|
|
43
44
|
Flockler = "widget-flockler",
|
|
44
|
-
Faq = "widget-faq"
|
|
45
|
+
Faq = "widget-faq",
|
|
46
|
+
Survey = "widget-survey"
|
|
45
47
|
}
|
|
46
48
|
export declare const widgetKeysSchema: z.ZodNativeEnum<typeof WidgetsName>;
|
|
47
49
|
export type WidgetKeys = z.infer<typeof widgetKeysSchema>;
|
|
@@ -26,6 +26,7 @@ import { WidgetEmbedContent, WidgetEmbedType } from './widgetEmbed';
|
|
|
26
26
|
import { WidgetExcelDatasourceTableContent, WidgetExcelDatasourceTableType } from './widgetExcelDatasourceTable';
|
|
27
27
|
import { WidgetExtensionContent, WidgetExtensionType } from './widgetExtension';
|
|
28
28
|
import { WidgetLuccaAbsenceContent, WidgetLuccaAbsenceType } from './widgetLuccaAbsence';
|
|
29
|
+
import { WidgetNewsContent, WidgetNewsType } from './widgetNews';
|
|
29
30
|
import { WidgetNewsflashContent, WidgetNewsflashType } from './widgetNewsflash';
|
|
30
31
|
import { WidgetPresenceContent, WidgetPresenceType } from './widgetPresence';
|
|
31
32
|
import { WidgetQuickSurveyContent, WidgetQuickSurveyType } from './widgetQuickSurvey';
|
|
@@ -42,11 +43,12 @@ import { WidgetImageContent, WidgetImageType } from './widgetImage';
|
|
|
42
43
|
import { WidgetContactContent, WidgetContactType } from './widgetContact';
|
|
43
44
|
import { WidgetFlocklerContent, WidgetFlocklerType } from './widgetFlockler';
|
|
44
45
|
import { WidgetFaqContent, WidgetFaqType } from './widgetFaq';
|
|
46
|
+
import { WidgetSurveyContent, WidgetSurveyType } from './widgetSurvey';
|
|
45
47
|
import { WidgetYoutubeContent, WidgetYoutubeType } from './widgetYoutube';
|
|
46
48
|
type BaseWidget = {
|
|
47
49
|
layers?: string[] | undefined;
|
|
48
50
|
};
|
|
49
|
-
export type CombinedWidgetType = (BaseWidget & WidgetApplicationType) | (BaseWidget & WidgetArticleAttachmentType) | (BaseWidget & WidgetArticleButtonType) | (BaseWidget & WidgetButtonType) | (BaseWidget & WidgetArticleGalleryType) | (BaseWidget & WidgetArticleImageType) | (BaseWidget & WidgetArticleTitleType) | (BaseWidget & WidgetArticleTextType) | (BaseWidget & WidgetArticleSliderType) | (BaseWidget & WidgetCheckListType) | (BaseWidget & WidgetDatasourceTableType) | (BaseWidget & WidgetExcelDatasourceTableType) | (BaseWidget & WidgetDocumentsType) | (BaseWidget & WidgetPresenceType) | (BaseWidget & WidgetQuickSurveyType) | (BaseWidget & WidgetCalendarCalDavType) | (BaseWidget & WidgetContactCardDavType) | (BaseWidget & WidgetEmailsImapType) | (BaseWidget & WidgetLuccaAbsenceType) | (BaseWidget & WidgetUserProfileType) | (BaseWidget & WidgetSliderType) | (BaseWidget & WidgetWelcomeType) | (BaseWidget & WidgetAccessibilityType) | (BaseWidget & WidgetBirthdayType) | (BaseWidget & WidgetColorType) | (BaseWidget & WidgetSeparatorType) | (BaseWidget & WidgetCalendarType) | (BaseWidget & WidgetSyncContentType) | (BaseWidget & WidgetTextType) | (BaseWidget & WidgetCountdownType) | (BaseWidget & WidgetEmbedType) | (BaseWidget & WidgetFlocklerType) | (BaseWidget & WidgetFaqType) | (BaseWidget & WidgetCoverType) | (BaseWidget & WidgetChartsType) | (BaseWidget & WidgetMeteoType) | (BaseWidget & WidgetMyGroupType) | (BaseWidget & WidgetImageType) | (BaseWidget & WidgetContactType) | (BaseWidget & WidgetNewsflashType) | (BaseWidget & WidgetYoutubeType) | (BaseWidget & WidgetExtensionType);
|
|
51
|
+
export type CombinedWidgetType = (BaseWidget & WidgetApplicationType) | (BaseWidget & WidgetArticleAttachmentType) | (BaseWidget & WidgetArticleButtonType) | (BaseWidget & WidgetButtonType) | (BaseWidget & WidgetArticleGalleryType) | (BaseWidget & WidgetArticleImageType) | (BaseWidget & WidgetArticleTitleType) | (BaseWidget & WidgetArticleTextType) | (BaseWidget & WidgetArticleSliderType) | (BaseWidget & WidgetCheckListType) | (BaseWidget & WidgetDatasourceTableType) | (BaseWidget & WidgetExcelDatasourceTableType) | (BaseWidget & WidgetDocumentsType) | (BaseWidget & WidgetPresenceType) | (BaseWidget & WidgetQuickSurveyType) | (BaseWidget & WidgetCalendarCalDavType) | (BaseWidget & WidgetContactCardDavType) | (BaseWidget & WidgetEmailsImapType) | (BaseWidget & WidgetLuccaAbsenceType) | (BaseWidget & WidgetUserProfileType) | (BaseWidget & WidgetSliderType) | (BaseWidget & WidgetWelcomeType) | (BaseWidget & WidgetAccessibilityType) | (BaseWidget & WidgetBirthdayType) | (BaseWidget & WidgetColorType) | (BaseWidget & WidgetSeparatorType) | (BaseWidget & WidgetCalendarType) | (BaseWidget & WidgetSyncContentType) | (BaseWidget & WidgetTextType) | (BaseWidget & WidgetCountdownType) | (BaseWidget & WidgetEmbedType) | (BaseWidget & WidgetFlocklerType) | (BaseWidget & WidgetFaqType) | (BaseWidget & WidgetSurveyType) | (BaseWidget & WidgetCoverType) | (BaseWidget & WidgetChartsType) | (BaseWidget & WidgetMeteoType) | (BaseWidget & WidgetMyGroupType) | (BaseWidget & WidgetImageType) | (BaseWidget & WidgetContactType) | (BaseWidget & WidgetNewsType) | (BaseWidget & WidgetNewsflashType) | (BaseWidget & WidgetYoutubeType) | (BaseWidget & WidgetExtensionType);
|
|
50
52
|
export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
|
|
51
53
|
layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
52
54
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -263,6 +265,12 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodIntersection<z.Z
|
|
|
263
265
|
layers?: string[] | undefined;
|
|
264
266
|
}, {
|
|
265
267
|
layers?: string[] | undefined;
|
|
268
|
+
}>, z.ZodObject<import('../..').ZodShape<WidgetNewsType>, "strip", z.ZodTypeAny, WidgetNewsType, WidgetNewsType>>, z.ZodIntersection<z.ZodObject<{
|
|
269
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
270
|
+
}, "strip", z.ZodTypeAny, {
|
|
271
|
+
layers?: string[] | undefined;
|
|
272
|
+
}, {
|
|
273
|
+
layers?: string[] | undefined;
|
|
266
274
|
}>, z.ZodObject<import('../..').ZodShape<WidgetNewsflashType>, "strip", z.ZodTypeAny, WidgetNewsflashType, WidgetNewsflashType>>, z.ZodIntersection<z.ZodObject<{
|
|
267
275
|
layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
268
276
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -299,6 +307,12 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodIntersection<z.Z
|
|
|
299
307
|
layers?: string[] | undefined;
|
|
300
308
|
}, {
|
|
301
309
|
layers?: string[] | undefined;
|
|
310
|
+
}>, z.ZodObject<import('../..').ZodShape<WidgetSurveyType>, "strip", z.ZodTypeAny, WidgetSurveyType, WidgetSurveyType>>, z.ZodIntersection<z.ZodObject<{
|
|
311
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
312
|
+
}, "strip", z.ZodTypeAny, {
|
|
313
|
+
layers?: string[] | undefined;
|
|
314
|
+
}, {
|
|
315
|
+
layers?: string[] | undefined;
|
|
302
316
|
}>, z.ZodObject<import('../..').ZodShape<WidgetYoutubeType>, "strip", z.ZodTypeAny, WidgetYoutubeType, WidgetYoutubeType>>]>;
|
|
303
317
|
export declare const WIDGET_LEVEL_1 = 1;
|
|
304
318
|
export declare const WIDGET_LEVEL_2 = 2;
|
|
@@ -317,7 +331,7 @@ type WidgetContentBase = {
|
|
|
317
331
|
widgets?: WidgetWrapperProps[] | undefined;
|
|
318
332
|
};
|
|
319
333
|
export declare const widgetContentBaseSchema: z.ZodObject<import('../..').ZodShape<WidgetContentBase>, "strip", z.ZodTypeAny, WidgetContentBase, WidgetContentBase>;
|
|
320
|
-
export type CombinedWidgetContent = Merge<WidgetContentBase, WidgetApplicationContent> | Merge<WidgetContentBase, WidgetArticleAttachmentContent> | Merge<WidgetContentBase, WidgetArticleButtonContent> | Merge<WidgetContentBase, WidgetButtonContent> | Merge<WidgetContentBase, WidgetArticleGalleryContent> | Merge<WidgetContentBase, WidgetArticleImageContent> | Merge<WidgetContentBase, WidgetArticleTextContent> | Merge<WidgetContentBase, WidgetArticleTitleContent> | Merge<WidgetContentBase, WidgetCountdownContent> | Merge<WidgetContentBase, WidgetArticleSliderContent> | Merge<WidgetContentBase, WidgetCheckListContent> | Merge<WidgetContentBase, WidgetDatasourceTableContent> | Merge<WidgetContentBase, WidgetExcelDatasourceTableContent> | Merge<WidgetContentBase, WidgetDocumentsContent> | Merge<WidgetContentBase, WidgetPresenceContent> | Merge<WidgetContentBase, WidgetQuickSurveyContent> | Merge<WidgetContentBase, WidgetCalendarCalDavContent> | Merge<WidgetContentBase, WidgetContactCardDavContent> | Merge<WidgetContentBase, WidgetEmailsImapContent> | Merge<WidgetContentBase, WidgetLuccaAbsenceContent> | Merge<WidgetContentBase, WidgetUserProfileContent> | Merge<WidgetContentBase, WidgetAccessibilityContent> | Merge<WidgetContentBase, WidgetBirthdayContent> | Merge<WidgetContentBase, WidgetColorContent> | Merge<WidgetContentBase, WidgetSeparatorContent> | Merge<WidgetContentBase, WidgetCoverContent> | Merge<WidgetContentBase, WidgetChartsContent> | Merge<WidgetContentBase, WidgetMeteoContent> | Merge<WidgetContentBase, WidgetMyGroupContent> | Merge<WidgetContentBase, WidgetImageContent> | Merge<WidgetContentBase, WidgetContactContent> | Merge<WidgetContentBase, WidgetNewsflashContent> | Merge<WidgetContentBase, WidgetSliderContent> | Merge<WidgetContentBase, WidgetWelcomeContent> | Merge<WidgetContentBase, WidgetTextContent> | Merge<WidgetContentBase, WidgetEmbedContent> | Merge<WidgetContentBase, WidgetFlocklerContent> | Merge<WidgetContentBase, WidgetFaqContent> | Merge<WidgetContentBase, WidgetYoutubeContent> | Merge<WidgetContentBase, WidgetExtensionContent> | Merge<WidgetContentBase, WidgetCalendarContent> | Merge<WidgetContentBase, WidgetSyncContentContent>;
|
|
334
|
+
export type CombinedWidgetContent = Merge<WidgetContentBase, WidgetApplicationContent> | Merge<WidgetContentBase, WidgetArticleAttachmentContent> | Merge<WidgetContentBase, WidgetArticleButtonContent> | Merge<WidgetContentBase, WidgetButtonContent> | Merge<WidgetContentBase, WidgetArticleGalleryContent> | Merge<WidgetContentBase, WidgetArticleImageContent> | Merge<WidgetContentBase, WidgetArticleTextContent> | Merge<WidgetContentBase, WidgetArticleTitleContent> | Merge<WidgetContentBase, WidgetCountdownContent> | Merge<WidgetContentBase, WidgetArticleSliderContent> | Merge<WidgetContentBase, WidgetCheckListContent> | Merge<WidgetContentBase, WidgetDatasourceTableContent> | Merge<WidgetContentBase, WidgetExcelDatasourceTableContent> | Merge<WidgetContentBase, WidgetDocumentsContent> | Merge<WidgetContentBase, WidgetPresenceContent> | Merge<WidgetContentBase, WidgetQuickSurveyContent> | Merge<WidgetContentBase, WidgetCalendarCalDavContent> | Merge<WidgetContentBase, WidgetContactCardDavContent> | Merge<WidgetContentBase, WidgetEmailsImapContent> | Merge<WidgetContentBase, WidgetLuccaAbsenceContent> | Merge<WidgetContentBase, WidgetUserProfileContent> | Merge<WidgetContentBase, WidgetAccessibilityContent> | Merge<WidgetContentBase, WidgetBirthdayContent> | Merge<WidgetContentBase, WidgetColorContent> | Merge<WidgetContentBase, WidgetSeparatorContent> | Merge<WidgetContentBase, WidgetCoverContent> | Merge<WidgetContentBase, WidgetChartsContent> | Merge<WidgetContentBase, WidgetMeteoContent> | Merge<WidgetContentBase, WidgetMyGroupContent> | Merge<WidgetContentBase, WidgetImageContent> | Merge<WidgetContentBase, WidgetContactContent> | Merge<WidgetContentBase, WidgetNewsContent> | Merge<WidgetContentBase, WidgetNewsflashContent> | Merge<WidgetContentBase, WidgetSliderContent> | Merge<WidgetContentBase, WidgetWelcomeContent> | Merge<WidgetContentBase, WidgetTextContent> | Merge<WidgetContentBase, WidgetEmbedContent> | Merge<WidgetContentBase, WidgetFlocklerContent> | Merge<WidgetContentBase, WidgetFaqContent> | Merge<WidgetContentBase, WidgetSurveyContent> | Merge<WidgetContentBase, WidgetYoutubeContent> | Merge<WidgetContentBase, WidgetExtensionContent> | Merge<WidgetContentBase, WidgetCalendarContent> | Merge<WidgetContentBase, WidgetSyncContentContent>;
|
|
321
335
|
export declare const combinedWidgetContentSchema: z.ZodUnion<[z.ZodObject<import('../..').ZodShape<WidgetContentBase> & import('../..').ZodShape<WidgetApplicationContent>, "strip", z.ZodTypeAny, {
|
|
322
336
|
number?: number | undefined | undefined;
|
|
323
337
|
size?: 1 | 2 | undefined;
|
|
@@ -877,6 +891,60 @@ export declare const combinedWidgetContentSchema: z.ZodUnion<[z.ZodObject<import
|
|
|
877
891
|
css?: import('./widgetContact').WidgetContactCss | undefined;
|
|
878
892
|
usersUri?: string[] | undefined | undefined;
|
|
879
893
|
displayFields?: string[] | undefined | undefined;
|
|
894
|
+
}>, z.ZodObject<import('../..').ZodShape<WidgetContentBase> & import('../..').ZodShape<WidgetNewsContent>, "strip", z.ZodTypeAny, {
|
|
895
|
+
number?: number | undefined | undefined;
|
|
896
|
+
filters?: import('./widgetNews').NewsConcept[] | undefined | undefined;
|
|
897
|
+
limit?: number | undefined | undefined;
|
|
898
|
+
widgets?: WidgetWrapperProps[] | undefined | undefined;
|
|
899
|
+
textColor?: string | undefined | undefined;
|
|
900
|
+
view?: import('./widgetNews').NewsView | undefined;
|
|
901
|
+
selection?: string | undefined | undefined;
|
|
902
|
+
css?: Record<string, string | number> | undefined;
|
|
903
|
+
selections?: string[] | undefined | undefined;
|
|
904
|
+
display?: string | undefined | undefined;
|
|
905
|
+
orientation?: import('./widgetNews').NewsOrientation | undefined;
|
|
906
|
+
listArticleDisplayMode?: import('./widgetNews').NewsArticleDisplayMode | undefined;
|
|
907
|
+
order?: import('./widgetNews').NewsOrder | undefined;
|
|
908
|
+
types?: string[] | undefined | undefined;
|
|
909
|
+
taxonomiesSelected?: import('./widgetNews').NewsConcept[] | undefined | undefined;
|
|
910
|
+
keywordsList?: import('./widgetNews').NewsConcept[] | undefined | undefined;
|
|
911
|
+
keywordsMandatories?: import('./widgetNews').NewsConcept[] | undefined | undefined;
|
|
912
|
+
showKeywordsMandatories?: boolean | undefined | undefined;
|
|
913
|
+
useHighlight?: boolean | undefined | undefined;
|
|
914
|
+
useHighlightOption?: import('./widgetNews').NewsHighlightOption | undefined;
|
|
915
|
+
useHighlightCustomValue?: string | undefined | undefined;
|
|
916
|
+
hideDate?: boolean | undefined | undefined;
|
|
917
|
+
hideImage?: boolean | undefined | undefined;
|
|
918
|
+
hideDesc?: boolean | undefined | undefined;
|
|
919
|
+
showMore?: boolean | undefined | undefined;
|
|
920
|
+
titleColor?: string | undefined | undefined;
|
|
921
|
+
}, {
|
|
922
|
+
number?: number | undefined | undefined;
|
|
923
|
+
filters?: import('./widgetNews').NewsConcept[] | undefined | undefined;
|
|
924
|
+
limit?: number | undefined | undefined;
|
|
925
|
+
widgets?: WidgetWrapperProps[] | undefined | undefined;
|
|
926
|
+
textColor?: string | undefined | undefined;
|
|
927
|
+
view?: import('./widgetNews').NewsView | undefined;
|
|
928
|
+
selection?: string | undefined | undefined;
|
|
929
|
+
css?: Record<string, string | number> | undefined;
|
|
930
|
+
selections?: string[] | undefined | undefined;
|
|
931
|
+
display?: string | undefined | undefined;
|
|
932
|
+
orientation?: import('./widgetNews').NewsOrientation | undefined;
|
|
933
|
+
listArticleDisplayMode?: import('./widgetNews').NewsArticleDisplayMode | undefined;
|
|
934
|
+
order?: import('./widgetNews').NewsOrder | undefined;
|
|
935
|
+
types?: string[] | undefined | undefined;
|
|
936
|
+
taxonomiesSelected?: import('./widgetNews').NewsConcept[] | undefined | undefined;
|
|
937
|
+
keywordsList?: import('./widgetNews').NewsConcept[] | undefined | undefined;
|
|
938
|
+
keywordsMandatories?: import('./widgetNews').NewsConcept[] | undefined | undefined;
|
|
939
|
+
showKeywordsMandatories?: boolean | undefined | undefined;
|
|
940
|
+
useHighlight?: boolean | undefined | undefined;
|
|
941
|
+
useHighlightOption?: import('./widgetNews').NewsHighlightOption | undefined;
|
|
942
|
+
useHighlightCustomValue?: string | undefined | undefined;
|
|
943
|
+
hideDate?: boolean | undefined | undefined;
|
|
944
|
+
hideImage?: boolean | undefined | undefined;
|
|
945
|
+
hideDesc?: boolean | undefined | undefined;
|
|
946
|
+
showMore?: boolean | undefined | undefined;
|
|
947
|
+
titleColor?: string | undefined | undefined;
|
|
880
948
|
}>, z.ZodObject<import('../..').ZodShape<WidgetContentBase> & import('../..').ZodShape<WidgetNewsflashContent>, "strip", z.ZodTypeAny, {
|
|
881
949
|
widgets?: WidgetWrapperProps[] | undefined | undefined;
|
|
882
950
|
view?: import('./widgetNewsflash').NewsflashView | undefined;
|
|
@@ -956,6 +1024,18 @@ export declare const combinedWidgetContentSchema: z.ZodUnion<[z.ZodObject<import
|
|
|
956
1024
|
hideCover?: boolean | undefined | undefined;
|
|
957
1025
|
allowComment?: boolean | undefined | undefined;
|
|
958
1026
|
openThemes?: string[] | undefined | undefined;
|
|
1027
|
+
}>, z.ZodObject<import('../..').ZodShape<WidgetContentBase> & import('../..').ZodShape<WidgetSurveyContent>, "strip", z.ZodTypeAny, {
|
|
1028
|
+
uri?: string | undefined | undefined;
|
|
1029
|
+
widgets?: WidgetWrapperProps[] | undefined | undefined;
|
|
1030
|
+
surveySelected?: {
|
|
1031
|
+
uri: string;
|
|
1032
|
+
}[] | undefined;
|
|
1033
|
+
}, {
|
|
1034
|
+
uri?: string | undefined | undefined;
|
|
1035
|
+
widgets?: WidgetWrapperProps[] | undefined | undefined;
|
|
1036
|
+
surveySelected?: {
|
|
1037
|
+
uri: string;
|
|
1038
|
+
}[] | undefined;
|
|
959
1039
|
}>, z.ZodObject<import('../..').ZodShape<WidgetContentBase> & import('../..').ZodShape<WidgetYoutubeContent>, "strip", z.ZodTypeAny, {
|
|
960
1040
|
widgets?: WidgetWrapperProps[] | undefined | undefined;
|
|
961
1041
|
sourceUrl?: string | undefined | undefined;
|
|
@@ -999,12 +1079,14 @@ export type WidgetTypeKeys = {
|
|
|
999
1079
|
[WidgetsName.MyGroup]: WidgetMyGroupType;
|
|
1000
1080
|
[WidgetsName.Image]: WidgetImageType;
|
|
1001
1081
|
[WidgetsName.Contact]: WidgetContactType;
|
|
1082
|
+
[WidgetsName.News]: WidgetNewsType;
|
|
1002
1083
|
[WidgetsName.Newsflash]: WidgetNewsflashType;
|
|
1003
1084
|
[WidgetsName.SyncContent]: WidgetSyncContentType;
|
|
1004
1085
|
[WidgetsName.Text]: WidgetTextType;
|
|
1005
1086
|
[WidgetsName.Embed]: WidgetEmbedType;
|
|
1006
1087
|
[WidgetsName.Flockler]: WidgetFlocklerType;
|
|
1007
1088
|
[WidgetsName.Faq]: WidgetFaqType;
|
|
1089
|
+
[WidgetsName.Survey]: WidgetSurveyType;
|
|
1008
1090
|
[WidgetsName.Youtube]: WidgetYoutubeType;
|
|
1009
1091
|
};
|
|
1010
1092
|
export declare const widgetTypeKeysSchema: z.ZodObject<import('../..').ZodShape<WidgetTypeKeys>, "strip", z.ZodTypeAny, WidgetTypeKeys, WidgetTypeKeys>;
|
|
@@ -1044,12 +1126,14 @@ export type WidgetContentKeys = {
|
|
|
1044
1126
|
[WidgetsName.MyGroup]: WidgetMyGroupContent;
|
|
1045
1127
|
[WidgetsName.Image]: WidgetImageContent;
|
|
1046
1128
|
[WidgetsName.Contact]: WidgetContactContent;
|
|
1129
|
+
[WidgetsName.News]: WidgetNewsContent;
|
|
1047
1130
|
[WidgetsName.Newsflash]: WidgetNewsflashContent;
|
|
1048
1131
|
[WidgetsName.SyncContent]: WidgetSyncContentContent;
|
|
1049
1132
|
[WidgetsName.Text]: WidgetTextContent;
|
|
1050
1133
|
[WidgetsName.Embed]: WidgetEmbedContent;
|
|
1051
1134
|
[WidgetsName.Flockler]: WidgetFlocklerContent;
|
|
1052
1135
|
[WidgetsName.Faq]: WidgetFaqContent;
|
|
1136
|
+
[WidgetsName.Survey]: WidgetSurveyContent;
|
|
1053
1137
|
[WidgetsName.Youtube]: WidgetYoutubeContent;
|
|
1054
1138
|
};
|
|
1055
1139
|
export declare const widgetContentKeysSchema: z.ZodObject<import('../..').ZodShape<WidgetContentKeys>, "strip", z.ZodTypeAny, WidgetContentKeys, WidgetContentKeys>;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { WidgetsName } from './common';
|
|
3
|
+
export type NewsView = 'list' | 'gallery';
|
|
4
|
+
export type NewsOrientation = 'left' | 'right';
|
|
5
|
+
export type NewsArticleDisplayMode = 'short' | 'full';
|
|
6
|
+
export type NewsOrder = 'dateCreation' | 'dateLastEvent';
|
|
7
|
+
export type NewsHighlightOption = 'latest' | 'custom';
|
|
8
|
+
export type NewsConcept = {
|
|
9
|
+
id: string;
|
|
10
|
+
uri: string;
|
|
11
|
+
title: string;
|
|
12
|
+
};
|
|
13
|
+
export declare const newsConceptSchema: z.ZodObject<import('../..').ZodShape<NewsConcept>, "strip", z.ZodTypeAny, NewsConcept, NewsConcept>;
|
|
14
|
+
export type WidgetNewsContent = {
|
|
15
|
+
selections?: string[] | undefined;
|
|
16
|
+
selection?: string | undefined;
|
|
17
|
+
view?: NewsView | undefined;
|
|
18
|
+
display?: string | undefined;
|
|
19
|
+
number?: number | undefined;
|
|
20
|
+
orientation?: NewsOrientation | undefined;
|
|
21
|
+
listArticleDisplayMode?: NewsArticleDisplayMode | undefined;
|
|
22
|
+
order?: NewsOrder | undefined;
|
|
23
|
+
types?: string[] | undefined;
|
|
24
|
+
limit?: number | undefined;
|
|
25
|
+
taxonomiesSelected?: NewsConcept[] | undefined;
|
|
26
|
+
keywordsList?: NewsConcept[] | undefined;
|
|
27
|
+
keywordsMandatories?: NewsConcept[] | undefined;
|
|
28
|
+
filters?: NewsConcept[] | undefined;
|
|
29
|
+
showKeywordsMandatories?: boolean | undefined;
|
|
30
|
+
useHighlight?: boolean | undefined;
|
|
31
|
+
useHighlightOption?: NewsHighlightOption | undefined;
|
|
32
|
+
useHighlightCustomValue?: string | undefined;
|
|
33
|
+
hideDate?: boolean | undefined;
|
|
34
|
+
hideImage?: boolean | undefined;
|
|
35
|
+
hideDesc?: boolean | undefined;
|
|
36
|
+
showMore?: boolean | undefined;
|
|
37
|
+
titleColor?: string | undefined;
|
|
38
|
+
textColor?: string | undefined;
|
|
39
|
+
css?: Record<string, string | number> | undefined;
|
|
40
|
+
};
|
|
41
|
+
export declare const widgetNewsContentSchema: z.ZodObject<import('../..').ZodShape<WidgetNewsContent>, "strip", z.ZodTypeAny, WidgetNewsContent, WidgetNewsContent>;
|
|
42
|
+
export type WidgetNewsType = {
|
|
43
|
+
name: WidgetsName.News;
|
|
44
|
+
uniqid: string;
|
|
45
|
+
content: WidgetNewsContent;
|
|
46
|
+
};
|
|
47
|
+
export declare const widgetNewsTypeSchema: z.ZodObject<import('../..').ZodShape<WidgetNewsType>, "strip", z.ZodTypeAny, WidgetNewsType, WidgetNewsType>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { WidgetsName } from './common';
|
|
3
|
+
export type WidgetSurveyContent = {
|
|
4
|
+
uri?: string | undefined;
|
|
5
|
+
surveySelected?: Array<{
|
|
6
|
+
uri: string;
|
|
7
|
+
}> | undefined;
|
|
8
|
+
};
|
|
9
|
+
export declare const widgetSurveyContentSchema: z.ZodObject<import('../..').ZodShape<WidgetSurveyContent>, "strip", z.ZodTypeAny, WidgetSurveyContent, WidgetSurveyContent>;
|
|
10
|
+
export declare const resolveSurveyUri: (content: WidgetSurveyContent) => string | undefined;
|
|
11
|
+
export type WidgetSurveyType = {
|
|
12
|
+
name: WidgetsName.Survey;
|
|
13
|
+
uniqid: string;
|
|
14
|
+
content: WidgetSurveyContent;
|
|
15
|
+
};
|
|
16
|
+
export declare const widgetSurveyTypeSchema: z.ZodObject<import('../..').ZodShape<WidgetSurveyType>, "strip", z.ZodTypeAny, WidgetSurveyType, WidgetSurveyType>;
|
|
@@ -522,12 +522,14 @@ export * from './widgets/widgetFlockler';
|
|
|
522
522
|
export * from './widgets/widgetImage';
|
|
523
523
|
export * from './widgets/widgetLuccaAbsence';
|
|
524
524
|
export * from './widgets/widgetMeteo';
|
|
525
|
+
export * from './widgets/widgetNews';
|
|
525
526
|
export * from './widgets/widgetMyGroup';
|
|
526
527
|
export * from './widgets/widgetNewsflash';
|
|
527
528
|
export * from './widgets/widgetPresence';
|
|
528
529
|
export * from './widgets/widgetQuickSurvey';
|
|
529
530
|
export * from './widgets/widgetSeparator';
|
|
530
531
|
export * from './widgets/widgetSlider';
|
|
532
|
+
export * from './widgets/widgetSurvey';
|
|
531
533
|
export * from './widgets/widgetSyncContent';
|
|
532
534
|
export * from './widgets/widgetText';
|
|
533
535
|
export * from './widgets/widgetUserProfile';
|
|
@@ -29,6 +29,7 @@ import { WidgetExtensionType } from '../types/widgets/widgetExtension';
|
|
|
29
29
|
import { WidgetLuccaAbsenceType } from '../types/widgets/widgetLuccaAbsence';
|
|
30
30
|
import { WidgetMeteoType } from '../types/widgets/widgetMeteo';
|
|
31
31
|
import { WidgetMyGroupType } from '../types/widgets/widgetMyGroup';
|
|
32
|
+
import { WidgetNewsType } from '../types/widgets/widgetNews';
|
|
32
33
|
import { WidgetNewsflashType } from '../types/widgets/widgetNewsflash';
|
|
33
34
|
import { WidgetQuickSurveyType } from '../types/widgets/widgetQuickSurvey';
|
|
34
35
|
import { WidgetSeparatorType } from '../types/widgets/widgetSeparator';
|
|
@@ -36,6 +37,7 @@ import { WidgetSliderType } from '../types/widgets/widgetSlider';
|
|
|
36
37
|
import { WidgetTextType } from '../types/widgets/widgetText';
|
|
37
38
|
import { WidgetFlocklerType } from '../types/widgets/widgetFlockler';
|
|
38
39
|
import { WidgetFaqType } from '../types/widgets/widgetFaq';
|
|
40
|
+
import { WidgetSurveyType } from '../types/widgets/widgetSurvey';
|
|
39
41
|
import { WidgetUserProfileType } from '../types/widgets/widgetUserProfile';
|
|
40
42
|
import { WidgetWelcomeType } from '../types/widgets/widgetWelcome';
|
|
41
43
|
import { WidgetYoutubeType } from '../types/widgets/widgetYoutube';
|
|
@@ -71,11 +73,13 @@ export declare const ensureWidgetChartsType: (widget: unknown) => widget is Widg
|
|
|
71
73
|
export declare const ensureWidgetMeteoType: (widget: unknown) => widget is WidgetMeteoType;
|
|
72
74
|
export declare const ensureWidgetMyGroupType: (widget: unknown) => widget is WidgetMyGroupType;
|
|
73
75
|
export declare const ensureWidgetImageType: (widget: unknown) => widget is WidgetImageType;
|
|
76
|
+
export declare const ensureWidgetNewsType: (widget: unknown) => widget is WidgetNewsType;
|
|
74
77
|
export declare const ensureWidgetNewsflashType: (widget: unknown) => widget is WidgetNewsflashType;
|
|
75
78
|
export declare const ensureWidgetTextType: (widget: unknown) => widget is WidgetTextType;
|
|
76
79
|
export declare const ensureWidgetEmbedType: (widget: unknown) => widget is WidgetEmbedType;
|
|
77
80
|
export declare const ensureWidgetFlocklerType: (widget: unknown) => widget is WidgetFlocklerType;
|
|
78
81
|
export declare const ensureWidgetFaqType: (widget: unknown) => widget is WidgetFaqType;
|
|
82
|
+
export declare const ensureWidgetSurveyType: (widget: unknown) => widget is WidgetSurveyType;
|
|
79
83
|
export declare const ensureWidgetSliderType: (widget: unknown) => widget is WidgetSliderType;
|
|
80
84
|
export declare const ensureWidgetDocumentsType: (widget: unknown) => widget is WidgetDocumentsType;
|
|
81
85
|
export declare const ensureWidgetCountdownType: (widget: unknown, logError?: boolean) => widget is WidgetCountdownType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
window.hierarchyData = "
|
|
1
|
+
window.hierarchyData = "eJyVmF1T3DYUhv+Lr0/alWTJ8t4tpemQoU0bSLnIcKG1Bah4LVeSIWmG/97xwi4+C+WoNx6Gffw++vKx5O9F8D7FYvlFCqVBlwp4ybW4hCLYq842yfk+FsvvhZguvdnYYlms2o3rV+2d6RvbrgZXQHHr+rZYMq6hGENXLIumMzHa+OMh+8NN2nQFPP5eLIsU23fTze8e//EABasOVaeusX20OaZnNEPE5AuTv86ybLEMg3gxbGfJh6ye7MAMS6kPLZ+T62KOZQfSFlHOR+vDahg615hpfRCeA5Q2KSaQKSTXdNSYzTDaUGmGDDHa9MlGG+62rXzbcwDTNs1rZBtbZ/uG7tAzl+Eo1dxxZMjHZccQ2VA0N65rg+2L5RcBrALGJDAhgJUaRClBMQGVZqB5DVpyqNkCmFxwYJIJYKosgSnFgalaAasqBUzz6VJKYDWfLrICVmsBnCkGXDABXFQSeLmogZdSA5eqBK4kB662f1UKeMU08Epw4NX0Q1Uz4LoUwLWcLtV0qRXwekJqqUAsuAaxkALEQpcgWFmCEFUNQvL6chpFydEortfkIG4Ren5qtkDJ3t9uTLgl45+5jDogF7j5Y3S9jfE3m+59uHU9VdtevyNHjJ/Yn0xn+9YESjfjMiSqLJHEbzZj79I30jIDczSKY02fbJ/emyb58I0QzdEcVa1eUX2ygw+J7hWGc96rFdIdm2SiHwNdiRCZIdIci5wZzD++pz0zMEeD30jHwd3RiicoI77mKP7nr8mG3nSrYaAkGM1RyepAFcyRJ9fAjMuRaPSQvjd/U/mPCB09lW0U7ejX9ROTES5wcZluXJueLJ0zLkdSyUPJSZ/sdXDp7YcekRmicoE2A790fj0tlLf7sqdyBFIjQfAjuWB3UEa8VKgKfzAbGwd6qc64DInC7+GTFRW/JXKCcetdio6KfmJywnF9PTU9dTjaMRnhFUPTejo2jSHTn6CceIFG/FffjvQzvKdyBHhKP67/sg25avZUjqBGNehjuG5uTEjUKQiBGRpdomr0u++6szHcWXIbgsgckcSicd25eHM0pkSfuA7hHF2FdH+MNm4PbH28t+RG7gWdI8SbnzNrQnNDifZUhqDGS/rsxpAH7z2UEy9x+7dTe2wS7ZiTGefuBUdP/rn56nu/IdfbjMuR4NV2bs3mwofbFVkeEZkj0vMKfP7nsYtDZ6jezLkMCcNHhc+RXsJPTEa4qNAb/MK2vqHSd1BGvMRfCy5ce23JQrmnaMH0oW/+uWhwx/bKjF26CGYYbNh7uFQ7j+uTDVemmb4aHfL/adzfhL8hSFHJy2070JZrNbjsBuSbtxsijja+F65v/f3JrHFv2Q7o/9tZXvJaXT62AtW7x9yj4O/jrMevTC0Cqdl9ePgX0b30rg=="
|
|
@@ -1 +1 @@
|
|
|
1
|
-
window.navigationData = "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"
|
|
1
|
+
window.navigationData = "eJytnVtzHDm2nf+Lnscez8w5x/a8Ubyo2UNKbLIoxdjh6ACzwCKGWYnqzCxSpRP+7w7krZCJjb3XLvmp1dwL3wJQyBuu//s/P7T2e/vh7x/Odu6yrn197tf2w58+7Ez78uHvH2y13zZ/jmP/9aXdlh/+9OHVVesPf/8f//dPE+Gj969bU7+uDruEEMfyhHNftbZq7+3O1+1Da9p9swQRkjzvytdb0y4R/V/zqT7Vfr+79Wtbm9bSuSAkAu+udm+mOJCgIZYn3NtiX9e2Kuz9vkzqdh7NUx7a/dr5s92udIVpna/osmVkDHdfv9nDlbPl+rPZJtlbhPOcb269sW1DMaJQPv3Zeuuqs/WbqQq7Ptu5I6QoTdPY5s9LxZz1l78mtBtX2KqxedhRILP8huF0QZHx0Pqayc0YFjmPrSubPGcMc5xfzdY2O98+NrYmSQsBy4paG82aC3hW3bqipGspCvKMprHtvW1s/dZ5UqSFhOft1y5coJlMHaMs5aPJNMUxwqd+esok7gJ82uH2nQEcozxl37jKNs1n2777+tVV9AVB61jyuSlttTaZhhhFeYrfbveVaw8ZTBQWON0z6soUra8PJCkWIKz+eZfL11zC8i5Maxq/r3NtcRbnSc7szA9f5UBRmOfU7i3HGEJs+svvra0rU57tdjRlLpBYtfnoMxUdRVnKlfmDBvQBPq3L3bqGiJj6yVSZ6zSKipTrqrWb2rVU853FWdKn0j+FiqdyM8V4QnhBygCGEJv++oxO3P2dTenaxtFphwibenz60YQoylJuTEW/yYwRPvW+KEwm+RBi09/69T7XGqcYS/jy9C9bZOpgivGEelO8mLql31ZmYZZz58uyfxOlQbM4T9o/la55+bhv29zbylLC8n7b26Z7r6ma99yrVKJhiQ/W1MULTZpiPOHFZN4zpxCfvqvJC9PmIHGcJa3Md1/5beZXi6I8xZrtN1+/nmWu6FmcJeVfd5H33G927Qs6+Rji03ffQRnAGOMIwytVmnwIcGlXXy9csysN/VvEUY7yzVVr//6x9u+NrVPMLMx+xxSFbZp7t3lp+zvJkeWq1tbPpgifM0vVHPnXf/+PGLlzF/bZ7Mv2W212uzh7MXKpEpBdz0mO1AU5gNm5L7tw6Tck4hgWciGUCChK+Ma4tU1jNpakRHEOE14ePprq9a72O7pMMwWL8uXa1gzoGOcwN65pr1zZ2vphZwuSNJdwsC9XJODLFZfozmxctbm3zb5s6aLMFBzq3vtWqpeFhsM97HybB01RDjHeo89ra1q66cwlHKy/yc17GCPQMcxDwj3mekyWIc007NX11H93LS709rAL11YcXFD+2//873/597+m9zT7R3jc991uX025t01CzQllh3CzuDO12RLQYwzjPO7WprV9iofixW4NzUx1GP+rrZ9oYoggjDfXOqr6xojIWK/ZKpuHAVroRLBVm8XN4gDvyvxxWbVxL8OEGkMyJeoV/cX715S1EGDE3Y4G7XZoeqKChgBKWJm0AR1DEGXo4m3OmsZtKrsmeUuRivzZtxA80mn44f5A12QswIh+89m8uc2iUzRGxgqUuXyBm/PIF7csq//AybH6qMgqy3/YQ1pn/Z+B1MN7EEUYQyKlclvT2vWtta2rNuR1mUowqvPVua+e3WZfd/8zf57GcEoJezT5TI9RmEU34llUx7r37zzu3r/DxK+mdqZKW/AiLvMO96tfTLUubX21rwryKiM0EDd5d4949Ht7ytm5zKvqwFrEAd69bfd1WsgxIBOmcaHhoyxFLRUK5vVzPRuNTJC9QEOs2tpUtiUvDVqmoN+4iqOGsIJGPTxnUQ2LusXMwwraN9e+rMwT0QATiUjtRwS7Tw/qcpuHQdrQFXI7m0sxA0YKkNlPW2jCaEbV5HO6lIH0T7btb/QZ7BQHeeGLmQUeBSAxc6eIgyApbTbD38H0D+bNnjUXtXlu78yh9CZ9bcsJ0RyG2snlMsQ0nKkpZMs9V+Hsti1z7XuI6lhITuc6lP/V2fRxH8U0HDmXcxXIXtWmasruLvPJ5n78uUhPvjHVZk+9BWSVeo/xn4DJJAVdwk1drP65SCQ31nUjiSluiiCM66ppXbsnnyHzMELreqzJHPURhLFyxSvRkKYIzlhOFFuSqBliFG8+Y2b2YZHCGbHsdKiKX/1TyFfaCuOghkTVQBwVWcM0n4Qy/B1Nf7ZvfeG3u9IShSM0Mveo/cXZOnwhp/1JlAghnw+JyCfaIq7JaebpkygkZjd1qr9xLGFRCKIwv8syjvBynQhxTMP5UpHZisIizW0+lnvbj2tTXzCJQCR6/2qeSttd7lQTSQQqIvXYTwQIMUxvO983rd9SuGMUZVEfanEM59BVNsZQzr1551BDGKWFr7m02cZBkTRMAQxz20zaNbgIS7RxAuC53z65yq4v32zVku/YeSXq0aXg0JNARcx/92VkKjp1nSQCFZF/U2OkqAt1+4ljKOfWbp9sMmw3j6KsL2XfYHK0MY7yiA6YKCRTWrvx6dDQ+HcxfTex6s7ZC9Puk/vePIqxHmztkmdQFIIoVE/SFBAJw3UdLUpIWKnkBCqZS1qG0vvB7WG2b449E+nIXJazA+sUMwxgSr1VGRlIp/uCZkGQlN6ahr+j6clbfRTTcJgbJqnC2dS78jyqYyE51fXUjOnIR1EU03DkXOp6aoZUwrONEiHkbm0BResCMIH7DCFFMpn5Tld9lw+va+SEhTgGch5e/Ht3FyV+g4UAIR5XZAwDRWEtBEUmhToH8u0lUeiY06RaIdNHnY6/sttd6KsL8/N4h1gJevSrV+ib6UIgErtZZFfmj+wL0FIAE+mWO4vCrNWLTYcW51GM1fVR0qAuhFH6+qXnJaUKkOn9NjNCkghE4sPDR1O8bmq/r9Z3vnHk3YgSqcgP7kf6oywFAHFlv7dnpduQA5/LuMjr+hb6mWb0XJlUITGjhV7jgBz1kpCR4fTwr1DGx7rMsyMRTg5jpwyzC+O0fspCHtfHtbwHX4vMoDmF+6Vepx+uWSHu0C8Al5pDrMLZ1NUwjwIsu1zXP3EstbafYrydrde1bZrQKZXpYyJFAHnWt0FAZ3GRZ8MbWu5pMY+KrHFFZreOkX5xojQyd+NaU17Y5jUMhLimdQUBJkQgOazM2ZWmsOGdiJ5nnFfKHk2xb8JLepjJbmtqvjClUXOT94ZUITLDTILQU2JK98OuQ2NPoKlEprq3tGmFP0Ipz4rC74mWHsUgzifbcqhjWEmjX2lIEUq+8MU+P4ubVqHsfsSZJ8calLuylalaATwTQWTqQ2YKQITr1m7Jx0IchEg3fuP33I8SCyDig22HTzy5MWW0kM9qu6O+quKYzPG7J/99bHSXVUv0JpAiJTlXBYQIJEfXSrZ9ZoSSw+XatcyX4CIM0sivwDgGcshnehwTOeEVgppkOAUgQj99oV/fRpJigUj8XpT7xj0fHiviA20elVmtrdZ2zf2CqQShDvtB5F8oSJGCTN3RFmGA1m03Qd1i45jEuTKFJVvJFJAJf/QrzlLCEAAIQz9OuKMTmCgqss5+o6pk+DOQkyDLv+wlAoAYst39JARsioEcqg8sCoEUqhs9CgGUTD7APIxLOgnCGAIomVKAJRjGwjJ3jkSgJmaaciqCySxRTXqsnVj4hU7k27Z4uQ97l1QN+TGfCEBiGLJjeGNYpIUvVnbAIlXIzH7bnE82vNbkX1JyOhW/fQHgowghh5X05O0yiqE5DM65jIUYyulX4Q23fL68hBRxOfe7Qx58jEKs2u/opQzzqMR6dtF4KDlFKlUgzCuzdeUhC4zCSGmlgXtKg3CnDaNyjXEmQIi3xtG3jCiGcOjJBMcIwng4VEW/BePOp0/NpUBNbBZ7MGS4DbUZQ5Y+3gFy2DGO8sIGOL/tfTr8mAgQIj/InioAJvF5g33T9CoqE+HPWOpufwaa0IVESumL19KS897imMjprt3cSqh5VMcir8VEgTFzs3PmUR0rn79YgTHzt8d5GKOFGb+ZonYhBSVfyCmM0ojX/ymCMTJlAsuTLwpSim7B4pbpU0oEAHHc7pdeL5AI1MR8Vkkdzv+Hq9bh9isaLISAQ7fZXfHNPrnK1GEsb9iWhvDISQGXfvJBPvuzOMB7rLodx9yzs+vwMMmTM0rRwz0nMPcspgo9+8PHmLMN+yXDaTGfbtJA/x1IwyMBRJReHkkRRM6vJ16EIVo/rfvGvqUTCJZxiJfvTVqElbRk6zcSSu8AR7PDtZ0v9xSFWEzLUbSZXkpPN0gECiJda0MM5HCvoIREov5izdpVG+rBFoVEivfd2h4SE8UkzvXWbLpPOfLVdB6FWNTcqSkAEHbX1ZP/fmtc0jhnQZm0eaxL8ospComU6tnWfbd/ioliEqfbU64yZTcwT/VnJgKJ+K9oB4UlLI7hHOrS+5dqvteopgoYx1DOeM3nS3hUaJlcaTX3mnkaruRHhchcrGwja4DQ6LlkLZAqkT28RpN5jWI4h8zbLAqwqAnJmSzmpCe6kE0hLxVdiDmYRDFIlYJ9+b1I3wqWcZk3TiCj8xhHdazhSVund+OcjuT/qd9p+MPfP6ztrrZF2D/tA2lK/oqzqFiAcZSWRMVBkRQ+PMgaHQMggbyyjiEFJfR7M6QQhmj3tlqTc7nnUZnVbWhL19EUgil0PUVBkTR9liSYKYIyyMxEMYxDNsIpIjJ+qW3yQdv9UUr56/XZudmZJ1eSe7EuwmI+ruPXJbJ+E4WOSdZTohBLHQ6JoPpqp4BICEc83Pjke3f8O5T+1uxyO5st4yjvqjRv6T7H8yjKCr1NOVKIoRyqHcQxnENda/MoyqLaURyDOGHmFQkJAbFdhy5f8hIZAyCBvAEdQyJl2KCUzEoUQznkFRrFAE7T2Gpj6+MU7PztmhP/hBNZp7z8FLeuRwcs1qg93Qct1FGNew371EgmM5lIH469yEBnUZE1HGjDLL8lJCA1bNSToYUQSCEbwjEEU8jKioPivc279HnknfyW96XedHs90CWJgjCJvJnEQZF0Z+utqcISVe/J2XupQmZOxxHRwFlYRSN/u6VAQSTrbx4Wab/tTW2q1mW+GudhFY0s7VIAEN2PH5msDRGMQVbWFBEZ/UmvrtpkNxkiJGoqWWeUSEn+Uozn1AI5n4t/yunKlE0yAVJO8VOeq3rfppvoAUl+whX43Zbyn3TT1uyU5id91bV7THSyM3npcuKfctLV7JTipzyVtXpMonQFahKqvwdfOFPmb4WLuI5HXkyJQsMki72Ig7z7rn86822XSmRqOIqSe29dCmTifpfbzyOOoRy67o4xgDMeOJjJUhxW0DIZi8MibVwPkWl087BI644h5H7LpQAikrUGfy8yH4eKL8EgpY/DikIYhfrVxoBEGDfGTnIxBURCP9UqSd//GUzNzQIgJCA1VMJd7QrbH9n14Lb7kuw9lPSyX/U6m7FEz7/KyBA6Pa37GEEYZH4A94benGMKIITf9rbuVylYavIxIRGp3aG/T014elNd08u4xLs1G1fcGfLMsDgGcb6ZKg8agzLp8NTNC8/ttZ0IYGK/pCfL68MwbeVfbdI251GRZdfO3Lin2tSH3PAgpdFzqRs3rdKyG/JYJ1qlYmcHA2nVKWyxVhSjhWk6uWKOMg2dvMQWcQ1PqmNt7YrlBkvcDQbkhr4WYZDWP+IyrD4ok+r07I3uj3LKpBOdqKZUA3PphhEFYdLQA39v013fKI3MbdM5H90foZTjonuSMAYh0q9mG9a1Es09CkKkf/p9u38iGsIxBnCsv/FFpn1HQYjUL7Ok90BLBADxxad7Sw1/FlO7re0SUG+2s6BIojaIg7aFu/XrfVgmysy+JyQnUM/IM/6ywpMduj/VW7QkaaKTndNmkFWe7EG2FE58ghO9X1pWiDnc26atXZet0C7pr1tGKru8ZbctjWMgh9ywJo4hnOXbHf3hl1eKHg/8HkjLOM7L5PRBt+nR7YO83xGlAbhhqkCu0FFQJj241uZAx5jM6fcTy5HiKMoiqmoIyITHqlvElcvOLCzRPnfP+3BU/BJ0jIiMfnoBdfeKQjLlvZGPnaRVCPvcV4XdJW8FUQihPJemeenW6fVbg1C4pQbmUtumzIIwKb+Qi5DA1IduAnWW2IeVtHwGhzjMo3pDZ0GE9IvbvJThaLp+MRrFW0gQKtmLNgUwgrNVS773LMIILVdVUC3tw5pCeuvaOCZxjvN1yCVOizBGC51Ofj+uAaa3SsgrRY/nZ0f3OB4jGOOu9m+OaBLzqI4V5k891mVakaQKYz+Mp+VOvdbkJuisGHMKHfDsd0pGJtKr8tAnpTamnEd1rOvq2fO8oBCZO1tlllJGIQXlrCpe0mnNiUBBpM54W4QVtDu/S3f5X8YBXm1an44mTAGRQN2RobtxJ0qNu7/Kafv5eHxLp0QwuT94gdhROVWgTLIBRDGU0/ctdr1DXAYXMpH+ZuvapW+K49+l9Hembp0pH6u1fQ5HRC05y7jIm81ppL+LKI2OS3dxURqcSx4zuwjraOlRs8u4yKv91jX2bOfuzMZVm75MKZaW4fRvtdnt0jtCIhCJy61BEuJSoCJe7cuyMlub2ZuE06p8iFMulnGI17z0Z6iyN7y88nSPfsuPB0v2S4LJVO5DmrRlUiKJ/Fv4wUJPX9W82/rBlraYvibpO4qcQuf5WDVqVzqN7Ot+ZI8anAURUu67PI5JnDCaE07WXTLGv8vp4zmAucE7WqVj00N5lEbmTkeUU0OhizBCaz/71j27Qj4jnVeLXuQR89jx8vcNOToz/FlMvRqG/5L0YwAm/GKqdZk+fpZxmEefrrQIw7SVNdtwJMmFOTzst1tTHzINT0qgdlz5tQe9jlLY5VtzV9uGml9DSGTqvS2se7PrbKtYCGTicQbmw/5p64gfdKmQmP34Z7fTJr0NVSLAiOPGy+RYJSHRUcmdfQgJSGUKrinztO98psDHuILXlUOCHkVacnKjTAQY8cYM0/Zo3hTGaAxJS+m78pgKXKoUbLpPOBEoiPRnXCJQEMNBaVLpJw3G7fNwbuiOWkqj4YrQ04hnu6SXidKoufSTNSMT6S+mtv3JE3Q1LOIQbz1s0UN1VCcCiPjJVrY2ZZ+R+z2x325GBtEzV9UxpKBcJ903s6CClPmdlwKR2K1ioafHxDENh1pEvYxreBfHHYQY6lFFsqUNiWLUPfE+t4xrCtBvmsoSO4WG2f3SHLITqIhtvS9arLKX2p+u8pXfbNIv2lSBFYj9sCUkErU5Jrm3ha+TukkEinzS3w+JQCTufHuckErt+JIqEOZ901xZojUcQyKlNeEgzvXZzl3WdTr4s4zLPF/bK1d1Ry+msCgIkahZDVNAJoTjWTP3zygGcna70tFzTROBmkjelimRmtx3lV9W+21InjYVQQ/7ha6dMAUg84FEy2B6SNII6EiDccmXnCmCMW5N5Z6J3vR5VGRNX+JknmZRnDX2WaZvXKnktIfExAlj67nuU1qFFyNOxRRlJtPRw1jhBXWfJ1UYu+t5poFdSEH5hz1kyj2FMVpmSGMWlEgrU4cjs6pn8vKZR0XW0P12Ru4SN4/irJVpGFaIoqxjFyQ5vJmRofTQ6chyJ4FM/N5eVi+mKmzuIiQkItVVh9vzy7DnrK8yu7BTGpB7cajM1hU8eC4CyeN5mDx6oRLZ4xSDz8TM0llQJH09fzFVZct+NkVmXhSt0rGJaz0RwMThp8ic+5GRaenDBscSfZBp6dToFKWBuSxQSaLWUi7CMO2hdGvbvPh3NoMzlch+G1JRg16zoJzLcOxMr8/ergiNhjsVjZq5lxViDsMAo4WKkBHrnMZWrzGk0+h8p8pROedSid7vvt8Z/GzfvtiqHT5ILowrD+FD7W36PnFN64r0vq5Mf2J++p7Kll8Zp0l7Yj7IV6a89EQXdXXj9dt3nQy3cnqOCCHBqN1KH5rWhTBK3/PXfxFzGUx1Mj88zekP2jgmcsJGNtd3tX8m7nOzIEL66Or2ZW2S0bQ4hnAuXG27Lf7ZaySvhDz8e0W9N8UxhEN+p00BmDA/eop6RjJS3IUHwyzhiCpKg3C7Y5POqnU3gYaCzgQwkTpPdBaESPSGQ1EIo6TvU+gWUEF3a3bkAGscQzjxjCf+hDRejXhRmxiMf8fS989/elJvqkCYJAZKGdrL8cA4CjNXIEx6dgS+IVdQ8gdtpQqJ2TnfmKe0rR0jEONLcuTB8Gc5de1M1YaDr6jb1iIM0hgSRHFr6/tRIFclT955VGY1zp/7qrIFOV6+jGt4YZNkjhfiEu9toU8aVSLQ5DD/YkirTmOHbD3YhnpIiQl+2hEsWZxC8vxmypJeWniM4Iwm90FGSBAq1YrHv4vp+8n94QlGL69KBDJx7YvL7a49UBf9PAqxwif+uOdZFrkUwWSWiJEufEH+BGMAyks09Yv4DRYCnJgt3hSFWOOhXyRqDIok8tBN7LzNXtXPM3LdiTuHYUoTzaOUJ3iQ1UfLQPpxyPZst2uogfKsUO3A11Ci0/ObtKkSGjV3el2CqmemVnt1p3xCPpNS7wHhTyGHtZgQfRSqHaiTUUmRmsxcW3ORmkztdUCKQHI/KHLWtqZ4CV1a/HWVUZ/oxdQSJVW5TKvhxNLMlCd4iKU4ylT0T6YsbS08CijpKS5iISKdit/dWZAyxEK9g5j/SaVidwMHNZL9mfIED7EAR5mKHkbZkfxHOjVfzPso0pFdW0ItJxbqHeTMjyqQndnjeB7FWGG+Wz5/YxRkDb3lbI0uREpy7pUpEuiITNkjBcjs7sL01MtUoWeS4zsZmZ7O1MRCpWHzbUH/XOyTXBe+uvJ9PxqHjnVa/p1ZU91lGZma7hvy8NucTsNH2CdxqRU3iUBDlH4/7e/20B7SEcFEoCFKVwV+PZyb0oZZ5eemvDBv7HVBSk9xyec+1Sn5UP5PybmcZ0Vuw/S0hs9rLNFQmXxOcZRni9cn/z1H66MKVhiYEwo9V53GPqvTDt2c8GSHK19f1R4tSJTgNEed3YleXNOJJCdQwezHUtDFl+k6mSikoPAtM1IomEyNjmGUVrWmaM9NvRbv0pT0FBcu80udjo9k/5R8517Dj3EVT6wAXclt1VKrBxKBgvidqUT7Ha69fdWu/Tv/UrxUKdlcXUYSlPom9E3ECgWz62pgiF1cweNK/abp0wgbjDXdPrqrsHMRW3Zae5JPPv+EUOtAz9SgVTA7n108f/bOFa/EqPAijvNal25TP4+CLPtscjstpAqY6arum4vHxiKQnN/9OxGAxHEHer79L1RKNtPmYwlGvVy7MCuX3lKOkGio3RpgAB3rQP7WuGSqUhRSUJrrrdmxP1ci09LzP9hcg3Kf0pW5UUhBEYp9VCiYXGGHMEj7XthS81hhEpzuyBQno0a9huFjoUhzlZLNZT6SYNQr8web12Mc5uXzNwRBEjGd/RgBGaUvXkvhpW0h0pGZwkYKkLmvuNvqFMZo5DSiKYIxrp/DoZrdnEgaFQlA4pbY2i4KKSjsj6of3RSGNZXjmflPLvxb68Yccq+DXQik2I0pDrfuu11/9L60JtMTnupAPrG99zECMqIjV9mflRDqHfI/8lKlZ4dZ2jI7qDB2d+ocWyWxQsHMV8IUBml+bUrmJf4YB3n7snWmbWv3tM99V801IPfQDQXydTnTqLhMfR4FGHE4UyifzUiAE7tzbERsrFKy8zUwk+BUHqhgdcfKZEhdDOP0p+TYdUkdiU1IMOpdaXKTF7oQSBm2mWV/4IVIR+5nka8zexVw2lN8iAntpOo0dm4dF6/WeeVbb6zAmL/tXfHa79HC/sCp7lR+djSLlKpd+B+ZEJ7skLlQKeXJHnxzYhKoHfONaiHCyPdm7TJv9l0IpNjn/GvPEARJLb1v5jyKsfpDDGhSH9Nwur3XitdN7ffVmnnbyamVXoiDirsz3Yqbs9JtMu//c42Sy96Vliolmzm7Lq9UeuSvq5kEpOaHcxQjOcBU2BPmwEqTX7WzXsPSt5bcwmoZB3kcS8HppNxVNMVR3oHYtziOgRz5IX7C81t6OGifCw25Y34cA/N1qIqhIHyRE52azxR+LsLIQz9zud9mbjqRQE2kDnYiRWpyA6Gbk9ih8jJXwFKlZvd/yA+kktJTXfrBStSoV5/oJdfXoDuRz73kZMQ/5URvtg4kOdF1lZ1rQkpVLsz9SD/KtDLffeW3yb458yjISjdsmAIoIVtteC3Z762pbe5uMkRxFl/h2tUw/DIY3foXenPzOAZyalM1Ll/GMQzSDjubH0UYoxjrsXY05rF2KCHTJoGj/AZhY+thIyq2KaQ6NT/fMBYijPy125+KBvYxjPPNloXf8qWfa1TcfKkjAUjsT6vs9qpzRQY606i43a5NLLVTqJjMu36swJj/9Pt2/8T/UnONipv/pSKBTOR2C9LtFBTUw0G1PDIRSeT/5dcPLyYt7vh3Kf3Z+fnlw8Pv95e/PV4+rH4P/3u3OsLewr4/T6Vt/kwK5/S/MeCLy8//BLBBxkBNf3ZNf2Jqv5VVP5HwoXixW0MZCElYs64XqNtskOMvVSLyq62fJOBRw+HW69nGjQyUVPLoK/PHZdXWB5Y6F7HArQu7Y3C0WAGg2PLOJABsZbjfZCmSgMN+d81Z07hNZdcCmpajJp99q/RJUoBW4fqRaj2VinC/+Wze3KbfnkKgp1oA3/dry+hYB2D7Y8VkbKzjsJXbpgeshmcVYyGkQey6n+revwMucykMR8k4dtzaTgbPlBx650jOzrGJjjv/TId7MZnKyzETGK8FD90wEHumxfCX39vahBdEW7eOfVwLaTC7ftoc5BJLQXjV1qbqp/lhFkkCzCjM74IMjkIMDEE1QP7hSegwbHgjXpknrLnMxZxBvw3GeDoDA6eEMjha/yCyE62Mn/aBF+ELpYwe1poi7KVUhnfdM+WwRzt3o8nLVSY3ptrszUb+DbJpVHbjP1V+i0ScYWNdN82NuxgWGgHXn8HO42KNgFuF1VPDFxYPTZUsugmTHKbz7WfvOZyPmIz7eG0OVfGrf+pGMfMmhAyEclVE6bgKGnbgOdu3vvDbXWnZNphVAxYyFkAdffsTVzgorWXwT6ax4/5SWW4ikoBQzdJKDu3969bUr+f7pvVbBkzoACz/9pCqAGQ39igzIxkH3Teusk0zLLpmsJSQARfDxh3d4aHhOZVHZ6QonNrePwPP7fKfh4c9D8GcH6UA/NaGGbnStZdXAxZfynWXLxk/VwJo9k0zEbHAbvt5pndrruBQ3Q4sd85emHbPXMiUTsQ+2Npxv9NSJAH57oSFhIP57ZOrprWO/Tk14SBHw9CFNIBddCjjcKqcbJdLo7NT+ZxiIPwyXALAqB//GGpetiHksAlWkKWWx2/3lWu5i3UuYWHdY0To2k5VMvKhO+MsnBIjcpdSAR5dLH3fi3SdsUlgs+lwVthrmQK2Wkx+yvGJ2U9zaHeSY1hUK9/eaSkCl9oOoUOwqxfLdVpROhHbfQ9KzEgkAvuDuKTxppyWwfeHcIaTHoZlLXl6RsrlvWmiCePDboRM9vNy1CRsJggaHKU8PMy66SaPCzdYUsmgw1y//iyqPHSpYXBr83a2Xte2aT56/yq+3jNy3uQ8fgVm+YSSQy/nL0YsarLi38RDvNc2fBDKVzil4343Z3bmh69s11MuPXnyaq4uXFPsu3NXkM77vFpjwdxZc1oOX7s3e1YUYTsqBpyoJOSn7liJoJfuhYwcN4HxMHjc9gbNPqUHbPoOSdQkVQMWK1uZqoU9CLlkEk5j4G+6hEyC3viN32PVn0ol+MM0s1rTStlUkuVquws7hwgWMxWL9Lsn/31sdZdVy77/M3LcRK6jrFw2iS4hoKmySRgzu3Yt9PpLCmWw8OqbqmSk8FBMVRwyPOH5kbeFRIL1vfD9SV8CNJVy8NAfyLzjxnEJs5hOuIAQ8whniGdTWKHOFhIW9kd/2hIHm0l42NADEe6sLDHR8dgwFI+80WSkPHxcjcBi5yIeOHTGDJeqWBc5ucZEYYDDwZzrchzUj7VTZJxMwVmFqfK130lD45ROwN4aJ3zNpSoBGZbjnYWJZ+GQVZ5LSDXwppvxrbCIEwBG4T3ho+FGsWglgA7rFH7be65jKyPl4exD4hl7MvQyvl6PAhHUzXaWYJGIA3YdANNIFgOlhCKYH6tbakQc+UQcQkziq24u+ufzf/5+cXZ9Q05aX0gg2Kf7L493PKyTQLDrz79c3l+T8/QTEQT8fPn18p7HdRIM9uWbgPryDQJ9u7z8h/QL9BoG1w1jbKHX7oyUhw/znYcJBYgHkwKy+oer1t1h3LgXmYQ36ztvEQ9CyaMfq66/zD07uw63bsSETcPZuWeGOwY5QLdj2XRYOTj/SE4lWnbTPYaVvoJPIpXgyEw/UiiBh/kCYXmZQE6UGBqigsD+nGQrTcjKiiWDu9q9meKQZQ5xGTN+fYhD3pwet4H5GLjbjQloEQudhO3buzSRJSPF4BBWA5SqdqZikC/WhHPA+E+HRMQBvZ/OamGIiYpBurCjaxgzEt5AKZ2E5UfXFhIGNuxPXtnFMXpH1lzB52t3XT3577fGMS2dkDHQf50dp1vnmakKRYYloqvtToQOOgjLX4+UDsDys+FSFYAcbwpIzS61CjxWHao71DwRVjVLLYtvrLuumta1+/H0Zc4gp5Ys+nngAH0p5MBhEDkkPQsTwIUfN6OF8ULWM1oWP5/rKuU/p1ZZCA2U0XM2w4eUUIJEBSGFHBM6HkvMllrZ7S4szBB+YjAtbj/sJHaKey4pbj6mFX80PpHeUFXOk0rYf6NiBVtqOfw0q0JAEzoIK9QMoeOwl1Wzry1J6kNs4jBv5KOX7nqpjINemT9Cd7xQe4kKQArZTFQCUs4hnDs5Z2CunPhiOJfIsHDHDEMYInIuxMAQFAPe22otzOGjdCzWl+t+12COuRAhQKnoiYyDfho7ZRjiQgPghCwmKhEpNPGFhsP9UlumAy8Kc5Drs3OzM0+udHz3BilkwVVr68qUF7V5lp4uGS2MF+o0o+XwN6Zah+0p8tCZgkH9GoS3ZicvqqaVUi5vze6qNG+e6f6jdAA29IzL0KMKQArtIFFBSOESJXQAVmhSiUpChs5RgXeUsDBXvUrVOJPIMKkCFyIOeGvXzty4p9rUB+AhnJfrTIQScAlgI+QhyCXQGmnKpHpQ3lrbumojFmWhApDCRZOoeGTT2Gpj64tpZjPyhJeTnWYq/hpyQqXxeFKDznWe6iRLfVGX6SDb8A+zQS7efALO6LNt330t394IHYftN8LCFr5nxbIBv51RIpKBQlNaihCgULGpjIXWm/OwxFbKZyJDoMKNKZVx0Dtbb00VekO8lz7PM1oW78uy77CS2IQQBQs/HS3F4EJdU0IO/Nve1KZqndiPRAlRsFAdtJSHux8/xAzPNBiOG5ZKVCJS+K0WGg53b4t9XbtqA+wtkRVrDISfLC/HTb4U4f/C5i0hi1embJg5tGjaU+1PdP4501W9b19OLXSc+LQMhB/t9GpfpD49Cye7/6zxT1T/MvkpmQhX/qnVv0h7qv2Jzj9nenK1LxPjGVCVFS3htMWXeP8glBz6wRdhK27gTk8qYbRw8WW0IF6oclIpo++78T6xiyYnZg12Hv3uoKUq+HzrdI6dbqa+QO93wAhjogKQ0k+4VKFI7iWL0PHYYdsP6SFOCTGwWAupkAOv3s5fTFXZ8uJQma0rhHzn5ZAJSldjhXsHqYTQ3Tl1zYt/R7NOJOCMQmcKeJnTUgku5BvvQYK6izR9Q0ErnVqQiEQgf3nMJQxs3AG1mZ+3ekTNBAgon6uFhIGVw57yWdRMwOWq1/XH1LjCPu7WYU632+5LYdwKS8lYbxfd842wMzqnR226HnONzzIBaMRfbLQSRCtyj+a765/v91/nwIlMhsrDn6RQBg+tTcLGMhbamm5DyjBezEETmQT91WzDEcxsY0hkElSAYZDh5B+BNVPxSOtvvLSdOiGToP1ZEfe2YXfjz0h5+ItnRrrjOIdxW9vm9mqbggBg5S+/kw+YmYAD+fU+TPBp2tp1F2lYoUMCKSELfgM2eUtVMlLY6SJVCcjliK+0jE5Kw9k16E4stBJCi/knlSxas+tKXs1bhCFQuVYSGQt9cK2VmUsVi+z3PZKhqQ7AstU6k7Cwx6pb4ClnkhAy4Kof/aRQQ2iZWNrSbUjGL5dKRGwW38MU+8LumNt+IhKAz6VpXj51G+HvPPsCnVcjFvzGHoQMgSLrEbNixODB72tuU3tSiIORbM+UDPrzPixrlTZpTFUM0k9j4cI2HqRQBIfjWPx+XH8u7Z8kpeHsnp9dEY6af3NrW4fJAo91yRWH0TM2X2bJ8nhKJ+b+YTypZVghLu6ACiQTTcOnLLianU3AGVXloa8Qfmc4SsdiI/V19ew5Minl4DtbDatmz6rihZtympFicP58BlKIge/8jtvyl1ZiaIiKAGvTChUbKThUzV6MUViCcHeMKM7dIYb5NdK+CpQOxoqXKiMHTPhGmaoA5Gd2Z7lUBSD7bo7b8MEeHnYynUzAGO2m6TvS3hC0kkPvn0pXfLNPrjJ12CidpC5FKPBqX5aV2drxvNt8vsVUqGX4Zur2+tY4UolQw8ea6bOilQz6LiRoXj7u23ZxStRw3o4VOgpVgJMycoq3zm7Io9DlISRRmul8TrJgrltGzph0rTUc3lk177Z+sKUtpq8lqXcBTQvbP1bNT2SAS81mwf0QjkNZSASY/GmaqhhkbcdpKvd77o2T0onYcWqK3M3P6WEbqdM/r2YtGtt+9q17Hs7NBG81SDrOVjhssMYOGqybhn8PnQkYUNP1nY9bgIYeYeahkhXDBsIWOFmxbCC8bKYqEXk1bvYr1shSiaG74uH8pVxhwrS3jFSE35im/W1vucckKRTBnbbv8oDqhtZjNv22YJBDLMXgEFYF9DXWHCm1aNEPn50bqRcsrwYtuhRnO+bLPK/WWEhn3bMJNEYKCxn+Ymrb7wousUmlhP5kK1ubsk8XnviSQy6BZNRfL+JvQEsxOISVgd3czH56wz37mkErUXS3lwoIj7QgHgOfgPw9GvaB6FEC7VjSDBZ+QrBURylatLbej21NU0A62c8Uc+U3G+71PKcVC9q9CmNtI5FicPnlPyvGDKTX/oyUg+98e1zHyu94kNNy+NbX9spVpmR3ZSRkEpQfV1xIONg0O3j8kOTu/zmxusFPoG7r5SsfuvK4CmL0UOG6ZPIHNZtAbwRVJZUCs2pdSU42WkhEWNclwS84JoUgOPQ3CkdlMnKNicJAAz9/scUrXICFWmGB4zXoMLz3uAujn3ARqCRaM6WRxuRT7ZS/CZFCaaWz0Vrcm7XzqtIsUiitdDYai3/Yg3jXWwgxcP/yjv8WiV5jo2zGdCKNoa6dkWm0dnhDINNo7ISvqLxcY/IQzrhXuER6jU04QNbUFrtSqSRaM6WRxkR32znploO3MnXbCs1EkflYjBvAcA24a3pw1hdqhQWOV6G70TE8+wu5xkRhoIGPFyRchjSBzkhlojVQleKUEsBwECwOcxMyBrqyZvvN169nbmUa5gFK6QDshTk87LfbYRUVc02xCQCjlV970GIhZeDhP5fViwnDueLnb1bMGbjqcHt+GXYW95V4CkteLVsMC4xRD0oumGwL253MtrZryCWn52zGVcFd/5cVp7NyetiGvdgyUq7Bfh1T9NN48s2VEiK5Hn674YAGIO9UAoXRsC8+bjRLgBhNi8D56b6cHrHhpwAQMhb6ybZDAuDekVWLFsN0CTvW7RySN+PTwbZTVauNcym5a+fd95v1n+3bF1u1w5SRC+PKQ+hx77dhCfd217SuYG5Ap5H0WevH+1oLzobRU/RZ+onqUdTHvhtCGK50aQpZViwadKvfJHAkEoHDYGE36RbLdi4FaxWeQ9Icm1TFILvdLK7vav/M3iIJmQD96Or2ZW2Y7uFUxRW9sfVwnkn35ivMu2LkkomrbXeuB3jpSWkkO/9e8S8jqUpACvMhFxIENj8vUq55NhFkiPChZtgd4JdrfV1QyE9/AiC7hwAhE6C3ZidMIUpVQkHjuZDoqaBIOqEk91Zqu0eFiBpeYIQ1DjmtgA8/zvEEVB5PaQW8NMNvqRF+zq8hYUXuSBCFGchb8LoxT1wjW2pYXGcYTjHkr39SKIMhKAZ0a+vvbeHrcNokwyR0LLZxfjh58fg+E3YY5iz4NKfZ2W4qBNPU0LRqe62laPNuylJai7vUcLh+nc1wNq7nFtFlpCx87YvL7a498G2V0knY8L15tl+7sAAAoNNyyaSbj9rPgmQrhpRCcCDrC52EHQ9XE6hzGQu9wKCJ7L/8hcF+u774dLn6/eby6+XN73+hiHMFivqriPorivqbiPobivo3EfVv3E/QnfzZz2R13dFGh+GgO+b3ENLo7IRmyiUAjFr3ZoX1FRmpDN/tyuFV7Wy3a/jpaEISjRn6+2RSqKwa7t6UVWssut7j8BhU1h+RTmN7HU6BVlou0qjslE4nmYSV10qjeRKNGX/INiPXmED3BkquMeF3x2TksknfF3/WtqZ4Cb1i6KXLptPbQtWYT4QaTiuNFWUk0ujsFGVbJkCNuhlG48n2V76+qj1cPiYtav/JlKWt4cdyPpHSUFGzSQrUqrul6kqWJlGZKUq10KM23ZBIrSsUkUZnpyjWMgFqFKY36EqVpNBYKUo0l8MmLhxTqytQkkRlpinSXC/bDB+gIn6mE7H8lPilRsYNAwxgrZNy3ER+eU2kMBz5KVOtjO8eUf26I2FUjE2gMtJ4nICHqorUgzZoazrhVaNPc1346sr33aiYS5pCYXVn1nxnKZtAY+Qb4ZxsPgVopbM5zYJfF5yRgnD8Z1f/3A/tgRvozUhBOH7hKS65c1Paam3qc1NemDfw0mMSKQ2RMuVS4FbKUp1UHk1JNGUIW5o1aAlSMWgA5X6hBNC2eH3y32VwrMOw4RtsKOhZXaNfcWLSU8xPMD3R7NRi/mQZtXZaG6zxJWLZwJcevvgTLYaHuBogVBlzIQCuWlO056ZeK27y+URKQ6xIdArYSleok0ojf4AslShaUUPKqrEV9NGXSFE4vzoyI8Xg3DINQgZA91W79u/oBwatx22wHzURAwZvcH9UqsXwXacSBI+UGBqrljdVl1ZYA9R026uvAgasHC6V1hIpVTYJYmbvXPHKTuUglQo0NK5KyiEThKzAtY47XoXSwVi4IhZiyACGq8D9bNzuW5ihRioE6aruyx36GCflsolrdqXpdlkUDZZSGT6e7oLeDkg9bgPdAlKxaHC5NY6ZZ5iIMGBzvTU7sGYyCRRGSN1QaswCuqaWSgD9ZNdwDS21GB7iaoBYRc+EMvh7YcvTHrFi0pPMoUKy6QDbYT4KXFBKj9tgRUrEosGV+QMswVKJoJFcz2QylF0ps9TIuNIXryX8ukzKYROoNhKtiL9+rs3Wfg0zqiV6IpXhihH7E4bquyQQVwNEKlo72o98yCq+YG/MQX5Zj0Qy0G5Mcbh13+36o/elNeL4Sy6FbMUeDLLUyLh9UZizpyaMU4MtLZtEZYY0E1qvsglLRjQ2R71ocxuO/gTrLNVieKSWFkIZvC9bZ9q2dk97+cuPUssWh258HK0cQo1aQBW0lIrwz/3xfkjmEykE786cUziketwGqSJCDBmgbA22OztPhEYqEAl9iCRSEf6ldrZq7bp01av4kCLEosFdaeS5RpFIBoYjJPD7PSmHTfr1imtx5xE5ldJS7len9YzNNzJZt56WPXcdSQeXDrnkUq1Yqt/2rnjtD9BCRk/FRGJ50rRSqXIpNGWT24aQ5BQztIWISTWVirQTUi6aCJvsJSIZaJ+R97SZTIa20ub/lE7ESjgU0+0i53z10RSvm9rvqzXUlcunw211ZnoLDA0jd6Zbq3pWuo34aUWpcQvwXkTrcZv+RUDYpUBKg9shNwNCLBto5t+fMvEen3GvnmoPDaNqRlDDQvNW2FKPVspoDKtBdlrsNrBQAugDe7BLqpKRmhcF3TtCnAZqaNrnZQN9eTSaj46HQ1UM5UPrJJNCYwXVDiUXTYaxh3K/rfj9RRm5xkRhoIc3udNkaaUGHapUvLBovcamfx1FJgYwiU4w7MfA9Z5xOr1t/y4inekEJz41Aydan2qqaUazFHorfldfMRFqCN0HTxjlXJnvvvJbZkM3SidjuQ2KFhIAJm39TOlgLPQEI8SQAfrLqVc4Qu1O0czAlZLKJZJBDtevqm6Fs71SlYysTdU45MeaC2XwYWeRUb65TsQ+1k4iThIAJl6wyEHnkxL60ec6GdvYetisEryscik0VshVQcpFk6/d9pISO1aJyG+2LPwWrR5KjVog1ZJIZXhtdrtx30WJnmhRPPRlmGpF/D/9vt0/obVPqVELpPYTKde9e3+9uvz9/vrTL6vfzy5urz+THblLEQq8uRFxNzcg7PzxYfXlVuL1KhB59/jx5vpcQvYqBlmElUKhudi6dTaaDvu8r7qexubPC8kc9h//FsP89slVYaePrWlJVCxgQGtrd5d/7E1JQaYgA7BVs69ttHENBUpEGuDKPJG1RQpF8HUzrnb8Uq67Ayzz7FQL4G+tbV21CSMXHDmSAdCH43mbEnghReDjKYaG5U4qADluoxemxHHQWAdgw6ZI4m82iUTg6qtmU/ylE5JamQV5g3w+E9g2+UQ2+u/OZP+7vG8mAWo030xLtJnLURNqqynRikqkMzyudQfNjgl0RtF2SKBTlEJnNc1aBI0mvc7mOJAB+hwT6IzG71TQZpQrTcbNdVCXUQ/axBu/SBaxFsXD7VjdgNOtEySLNIXSSmOiwU+bD4jwSQmjo6XlMj0Sowbjcm0RPgph8HLRtOywTKGzUngo4ezLxkwGQ6OltTI6EsMGb9g9dBKCYGLVimRBJEHN5gv3RKO5HDWJl72JFrEYNJivHZMc5mrYYlg1JdMHIQrOrFQSfTLpYNtoNZHsFYlBg2Hhj4QeZCg0Wj8jkiMtiIffv7QvXst1BhJ/qQdtpon6En8SouDjBHcRfZSC8NnUcAk/EysMULYC28/q+8U0t65y2/2W73XCUoLWixnTkt9CrjSRP49p/Yk2w5RsrduQTGmKNItYC+IX014lh4UcNJlNp5MsZmLUAP5OVH8g4nWjrhb0o1P5tQkhcdxisEoiL+SgSTT0IxlEUhQeDc2I9EgL4qOBE4keSTn497Y2RXtVmra11TCVwtnmqvbb/oZM+oipZEul1/8/k7NqfWt2w9PloLScJ/6ZDDzW7iTvx9oxts/doMv1dvNYk8MqcZzBdB1DG7IFDyE+8fRuHHL/2WzJ1krpeGzoqp8luXVb22YuBk4v21yZrSvJ1jEToCChHlKhAM4Ovk1BAVD7bS557bd84rEWg3Kq3gyN1OJ4ps6WMh4a9q3NgEKIT7xyW9u0ZrvLEKY4j8lc8n1ESkpezn2ESeqqZ1t/9P51a+pXajHUkZWRovB7867gz9SSxa05PNlvrn1Z+VdLNjRCJkEfrKmLl+jgMSHnGb1k068kKyyx+G1hkCg5dPOPyr9XQ+c9iZwpZNRwqDGDGhQsqh8A7jc5vzdtJmdLFY7sjjAGoJ0Oxj68mBrIaieDof0EP5na61hsMhI5nqxF07Nyncns+CnQaZZGZzcdPQVaTXqdzXgcFOgyyhkT372csY+IhYSB7cz6oTV1u3r3F27jWvIVLBFxwDp84/ZHi1/5+rE7CpyEUkIGXNutf7PXz11OmnDbpaipikXuwnr6Y8dPdzMPaylodE7NWjS+fLP8G14iwoDcyyghw6B3JlexMwkGy7xFzBUyqu99yLzNLDUybhjIPeTe9QgZCmW6Aikdg232z8/u+/XzhbfNZ99efs9MhaJ0DLb1wz5EFGsKMoA3U7pwpV43/Wt/+BFvXNvSj568WmHRf43m5oLl1SdYoOWI9Qqbe7d5oW+xtFKBjqbCIfxIrjAJr4wXru6mYR9mZ6kjnvnUyixMZ9GjrlMCrRHY5katEn9rdmEvVfIeyemVNmGSIGoRtAB+nMuYm0hJ6Rjsu2tfple5ZDr6EUvpGOyPc2/rwjJ3vLlCRvULAE3Z7x/EEOdCDpzvifwh9jr+uDNNs3qp/X5DPrTjOIfJ1/iPTCX/n/8H78ykeQ=="
|