@rockrms/obsidian-framework 17.5.2 → 18.1.0
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/package.json +1 -1
- package/types/Controls/Grid/Columns/booleanColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/buttonColumn.partial.d.ts +25 -0
- package/types/Controls/Grid/Columns/column.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/copyColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/currencyColumn.partial.d.ts +36 -9
- package/types/Controls/Grid/Columns/dateColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/dateTimeColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/deleteColumn.partial.d.ts +29 -0
- package/types/Controls/Grid/Columns/editColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/highlightDetailColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/htmlColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/labelColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/numberBadgeColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/numberColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/personColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/reorderColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/rockFieldColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/securityColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/selectColumn.partial.d.ts +80 -0
- package/types/Controls/Grid/Columns/textColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/grid.partial.obs.d.ts +43 -1
- package/types/Controls/Grid/virtualDataRows.partial.obs.d.ts +8 -0
- package/types/Controls/Internal/AI/Skills/groupManagerSkill.obs.d.ts +32 -0
- package/types/Controls/Internal/AI/Skills/prayerSkill.obs.d.ts +32 -0
- package/types/Controls/Internal/AI/Skills/skillConfiguration.obs.d.ts +32 -0
- package/types/Controls/Internal/Automation/Events/launchWorkflow.obs.d.ts +40 -0
- package/types/Controls/Internal/Automation/Events/lavaEvent.obs.d.ts +40 -0
- package/types/Controls/Internal/Automation/Events/logMessage.obs.d.ts +40 -0
- package/types/Controls/Internal/Automation/Events/sendFallbackChatNotification.obs.d.ts +41 -0
- package/types/Controls/Internal/Automation/Triggers/ChatMessage/criteria.partial.obs.d.ts +37 -0
- package/types/Controls/Internal/Automation/Triggers/ChatMessage/editRule.partial.obs.d.ts +38 -0
- package/types/Controls/Internal/Automation/Triggers/EntityChange/editSimpleRule.partial.obs.d.ts +38 -0
- package/types/Controls/Internal/Automation/Triggers/EntityChange/simpleCriteria.partial.obs.d.ts +37 -0
- package/types/Controls/Internal/Automation/Triggers/chatMessage.obs.d.ts +32 -0
- package/types/Controls/Internal/Automation/Triggers/entityChange.obs.d.ts +32 -0
- package/types/Controls/Internal/Automation/automationEventHeader.obs.d.ts +54 -0
- package/types/Controls/Internal/CommunicationRecipientActivity/types.partial.d.ts +12 -0
- package/types/Controls/Internal/DevicePreview/utils.partial.d.ts +4 -0
- package/types/Controls/Internal/EmailEditor/componentPropertyPanel.partial.obs.d.ts +9 -0
- package/types/Controls/Internal/EmailEditor/emailEditor.partial.obs.d.ts +11 -18
- package/types/Controls/Internal/EmailEditor/properties/communicationTemplateProperty.partial.obs.d.ts +8 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/adaptiveMessageComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/buttonComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/codeComponentPropertyPanel.partial.obs.d.ts +9 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/componentPropertyPanelBase.partial.obs.d.ts +9 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/dividerComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/globalPropertyPanel.partial.obs.d.ts +10 -28
- package/types/Controls/Internal/EmailEditor/propertyPanels/imageComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/rowComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/rsvpComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/sectionComponentPropertyPanel.partial.obs.d.ts +9 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/textComponentPropertyPanel.partial.obs.d.ts +9 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/titleComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/videoComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/sidePanel.partial.obs.d.ts +10 -19
- package/types/Controls/Internal/EmailEditor/utils.partial.d.ts +11 -8
- package/types/Controls/Internal/LearningActivity/assessmentItemSection.obs.d.ts +5 -4
- package/types/Controls/Internal/LearningActivity/contentArticleItemNote.obs.d.ts +39 -0
- package/types/Controls/Internal/LearningActivity/contentArticleItemText.obs.d.ts +39 -0
- package/types/Controls/Internal/LearningActivity/contentArticleItemVideo.obs.d.ts +39 -0
- package/types/Controls/Internal/LearningActivity/contentArticleLearningActivity.obs.d.ts +53 -0
- package/types/Controls/Internal/LearningActivity/contentArticleLearningActivity.partial.d.ts +22 -0
- package/types/Controls/Internal/MobilePreview/mobileBackground.partial.obs.d.ts +2 -0
- package/types/Controls/Internal/MobilePreview/mobilePreview.partial.obs.d.ts +9 -0
- package/types/Controls/Internal/MobilePreview/types.partial.d.ts +6 -0
- package/types/Controls/Internal/SankeyDiagram/sankeyDiagram.obs.d.ts +9 -2
- package/types/Controls/Internal/communicationRecipientActivity.obs.d.ts +31 -0
- package/types/Controls/Internal/contentSectionNav.obs.d.ts +14 -0
- package/types/Controls/Internal/devicePreview.obs.d.ts +31 -0
- package/types/Controls/Internal/emailPreview.obs.d.ts +23 -0
- package/types/Controls/Internal/pageDebugTimingRow.obs.d.ts +0 -8
- package/types/Controls/Internal/pushNotificationMobilePreview.obs.d.ts +31 -0
- package/types/Controls/Internal/smsMobilePreview.obs.d.ts +40 -0
- package/types/Controls/Internal/universalItemSearchPicker.obs.d.ts +8 -0
- package/types/Controls/addressControl.obs.d.ts +2 -2
- package/types/Controls/barChart.obs.d.ts +464 -0
- package/types/Controls/binaryFilePicker.obs.d.ts +0 -6
- package/types/Controls/blockTemplatePicker.obs.d.ts +4 -4
- package/types/Controls/buttonDropDownList.obs.d.ts +10 -10
- package/types/Controls/campusContextPicker.obs.d.ts +76 -0
- package/types/Controls/campusPicker.obs.d.ts +10 -2
- package/types/Controls/chart.obs.d.ts +43 -7
- package/types/Controls/codeEditor.obs.d.ts +12 -3
- package/types/Controls/componentPicker.obs.d.ts +9 -0
- package/types/Controls/contentChannelItemPicker.obs.d.ts +2 -8
- package/types/Controls/contentDropDownPicker.obs.d.ts +19 -6
- package/types/Controls/contentSection.obs.d.ts +115 -0
- package/types/Controls/contentSectionContainer.obs.d.ts +47 -0
- package/types/Controls/contentStack.obs.d.ts +63 -0
- package/types/Controls/contextSlicer.obs.d.ts +66 -0
- package/types/Controls/copyButton.obs.d.ts +22 -2
- package/types/Controls/datePicker.obs.d.ts +2 -0
- package/types/Controls/displayCard.obs.d.ts +127 -0
- package/types/Controls/displayCardAddButton.obs.d.ts +24 -0
- package/types/Controls/displayCardContainer.obs.d.ts +23 -0
- package/types/Controls/dropDownContent.obs.d.ts +9 -0
- package/types/Controls/dynamicComponent.obs.d.ts +70 -0
- package/types/Controls/enhancedProgressBar.obs.d.ts +117 -0
- package/types/Controls/entityTypePicker.obs.d.ts +4 -38
- package/types/Controls/ethnicityPicker.obs.d.ts +6 -8
- package/types/Controls/eventCalendarPicker.obs.d.ts +8 -0
- package/types/Controls/expanderPanel.obs.d.ts +1 -1
- package/types/Controls/fieldFilterContainer.obs.d.ts +7 -0
- package/types/Controls/fieldFilterRuleRow.obs.d.ts +48 -0
- package/types/Controls/fieldTypePicker.obs.d.ts +16 -0
- package/types/Controls/fileUploader.obs.d.ts +27 -0
- package/types/Controls/financialStatementTemplatePicker.obs.d.ts +16 -0
- package/types/Controls/firstNameTextBox.obs.d.ts +0 -2
- package/types/Controls/geoPicker.obs.d.ts +6 -2
- package/types/Controls/gradePicker.obs.d.ts +0 -6
- package/types/Controls/groupAndRolePicker.obs.d.ts +2 -10
- package/types/Controls/groupRolePicker.obs.d.ts +2 -2
- package/types/Controls/groupTypeGroupPicker.obs.d.ts +0 -6
- package/types/Controls/groupTypePicker.obs.d.ts +6 -4
- package/types/Controls/hint.obs.d.ts +16 -0
- package/types/Controls/iconPicker.obs.d.ts +91 -0
- package/types/Controls/imageEditor.obs.d.ts +1 -1
- package/types/Controls/inlineCheckBox.obs.d.ts +11 -1
- package/types/Controls/interactionChannelPicker.obs.d.ts +8 -0
- package/types/Controls/kpi.obs.d.ts +12 -5
- package/types/Controls/lavaCommandPicker.obs.d.ts +20 -2
- package/types/Controls/learningClassActivityPicker.obs.d.ts +147 -0
- package/types/Controls/learningClassPicker.obs.d.ts +147 -0
- package/types/Controls/lineChart.obs.d.ts +378 -0
- package/types/Controls/locationAddressPicker.obs.d.ts +2 -6
- package/types/Controls/mediaElementPicker.obs.d.ts +4 -4
- package/types/Controls/modal.obs.d.ts +33 -1
- package/types/Controls/numberBox.obs.d.ts +11 -0
- package/types/Controls/panel.obs.d.ts +94 -6
- package/types/Controls/phoneNumberBox.obs.d.ts +23 -6
- package/types/Controls/pieChart.obs.d.ts +364 -0
- package/types/Controls/progressBar.obs.d.ts +9 -0
- package/types/Controls/racePicker.obs.d.ts +8 -8
- package/types/Controls/registrationInstanceBasePicker.obs.d.ts +4 -10
- package/types/Controls/registrationInstancePicker.obs.d.ts +21 -0
- package/types/Controls/reminderTypePicker.obs.d.ts +8 -6
- package/types/Controls/remoteAuthsPicker.obs.d.ts +16 -0
- package/types/Controls/rockAttributeFilter.obs.d.ts +3 -3
- package/types/Controls/rockFormField.obs.d.ts +10 -10
- package/types/Controls/scheduleBuilder.obs.d.ts +11 -0
- package/types/Controls/slidingDateRangePicker.obs.d.ts +12 -3
- package/types/Controls/stepProgramPicker.obs.d.ts +8 -0
- package/types/Controls/stepProgramStepTypePicker.obs.d.ts +21 -0
- package/types/Controls/stepStatusPicker.obs.d.ts +0 -6
- package/types/Controls/streakTypePicker.obs.d.ts +16 -0
- package/types/Controls/tabbedContent.obs.d.ts +1 -1
- package/types/Controls/textBox.obs.d.ts +9 -0
- package/types/Controls/wordCloud.obs.d.ts +1 -1
- package/types/Controls/workflowBasePicker.obs.d.ts +0 -6
- package/types/Core/Controls/chart.d.ts +215 -0
- package/types/Core/Controls/contentSection.d.ts +62 -0
- package/types/Core/Core/Automation/component.d.ts +15 -0
- package/types/Core/Reporting/comparisonType.d.ts +1 -1
- package/types/Core/Utilities/contextEntity.d.ts +54 -0
- package/types/{Controls/Grid/virtualScroller.partial.d.ts → Core/Utilities/virtualScroll.d.ts} +48 -1
- package/types/Directives/dragDrop.d.ts +1 -1
- package/types/Enums/AI/Agent/agentType.d.ts +14 -0
- package/types/Enums/AI/Agent/audienceType.d.ts +23 -0
- package/types/Enums/AI/Agent/authorRole.d.ts +25 -0
- package/types/Enums/AI/Agent/modelServiceRole.d.ts +22 -0
- package/types/Enums/AI/Agent/parameterSchemaDataType.d.ts +26 -0
- package/types/Enums/AI/Agent/toolStatus.d.ts +13 -0
- package/types/Enums/AI/Agent/toolType.d.ts +13 -0
- package/types/Enums/Blocks/Communication/CommunicationDetail/pushOpenAction.d.ts +15 -0
- package/types/Enums/Blocks/Communication/CommunicationFlowDetail/pushOpenAction.d.ts +15 -0
- package/types/Enums/Blocks/Communication/EmailPreferenceEntry/communicationChannelType.d.ts +11 -0
- package/types/Enums/CheckIn/adultsOrChildrenSelectionMode.d.ts +27 -0
- package/types/Enums/Cms/Personalization/PersonalizationRequestFilters/browserFamily.d.ts +24 -0
- package/types/Enums/Cms/Personalization/PersonalizationRequestFilters/deviceType.d.ts +13 -0
- package/types/Enums/Cms/Personalization/PersonalizationRequestFilters/geolocationLocationComponent.d.ts +14 -0
- package/types/Enums/Cms/Personalization/PersonalizationRequestFilters/previousActivityType.d.ts +11 -0
- package/types/Enums/Cms/blockRole.d.ts +51 -0
- package/types/Enums/Cms/lavaEndpointHttpMethod.d.ts +15 -0
- package/types/Enums/Cms/lavaEndpointSecurityMode.d.ts +15 -0
- package/types/Enums/Communication/Chat/chatMessageEventType.d.ts +11 -0
- package/types/Enums/Communication/Chat/chatViewStyle.d.ts +20 -0
- package/types/Enums/Communication/communicationFlowInstanceRecipientInactiveReason.d.ts +23 -0
- package/types/Enums/Communication/communicationFlowInstanceRecipientStatus.d.ts +11 -0
- package/types/Enums/Communication/communicationFlowInstanceRecipientUnsubscribeScope.d.ts +11 -0
- package/types/Enums/Communication/communicationFlowTriggerType.d.ts +13 -0
- package/types/Enums/Communication/communicationInteractionOperation.d.ts +11 -0
- package/types/Enums/Communication/communicationRecipientActivity.d.ts +25 -0
- package/types/Enums/Communication/communicationTemplateUsageType.d.ts +9 -0
- package/types/Enums/Communication/conversionGoalType.d.ts +19 -0
- package/types/Enums/Communication/exitConditionType.d.ts +15 -0
- package/types/Enums/Communication/inferredCommunicationStatus.d.ts +24 -0
- package/types/Enums/Communication/unsubscribeLevel.d.ts +2 -2
- package/types/Enums/Controls/hintType.d.ts +8 -0
- package/types/Enums/Core/Automation/Triggers/chatMessageCriteriaRuleType.d.ts +15 -0
- package/types/Enums/Core/Automation/Triggers/entityChangeModificationType.d.ts +13 -0
- package/types/Enums/Core/Automation/Triggers/entityChangeSimpleChangeType.d.ts +40 -0
- package/types/Enums/Engagement/completionFlow.d.ts +13 -0
- package/types/Enums/Engagement/engagementType.d.ts +13 -0
- package/types/Enums/Engagement/stepChartMeasure.d.ts +23 -0
- package/types/Enums/Engagement/stepProgramView.d.ts +17 -0
- package/types/Enums/Geography/travelMode.d.ts +13 -0
- package/types/Enums/Group/placementMode.d.ts +15 -0
- package/types/FieldTypes/backgroundCheckField.partial.d.ts +14 -1
- package/types/FieldTypes/badgesField.partial.d.ts +3 -0
- package/types/FieldTypes/badgesFieldComponents.d.ts +30 -0
- package/types/FieldTypes/binaryFileField.partial.d.ts +2 -1
- package/types/FieldTypes/binaryFileFieldComponents.d.ts +19 -9
- package/types/FieldTypes/blockTemplateFieldComponents.d.ts +1 -1
- package/types/FieldTypes/colorSelectorComponents.d.ts +17 -3
- package/types/FieldTypes/communicationFlowField.partial.d.ts +13 -0
- package/types/FieldTypes/communicationFlowFieldComponents.d.ts +61 -0
- package/types/FieldTypes/connectionActivityTypeFieldComponents.d.ts +2 -2
- package/types/FieldTypes/contentChannelItemFieldComponents.d.ts +1 -1
- package/types/FieldTypes/groupTypeGroupField.partial.d.ts +1 -1
- package/types/FieldTypes/universalItemSearchPickerFieldComponents.d.ts +2 -0
- package/types/FieldTypes/urlLinkFieldComponents.d.ts +10 -11
- package/types/FieldTypes/utils.d.ts +1 -1
- package/types/SystemGuids/blockType.d.ts +6 -0
- package/types/SystemGuids/category.d.ts +4 -0
- package/types/SystemGuids/definedType.d.ts +8 -0
- package/types/SystemGuids/definedValue.d.ts +58 -0
- package/types/SystemGuids/entityType.d.ts +38 -2
- package/types/SystemGuids/fieldType.d.ts +4 -0
- package/types/SystemGuids/group.d.ts +2 -0
- package/types/SystemGuids/page.d.ts +13 -0
- package/types/SystemGuids/pageRoute.d.ts +2 -0
- package/types/SystemGuids/serviceJob.d.ts +29 -1
- package/types/SystemGuids/stepProgram.d.ts +5 -0
- package/types/SystemGuids/stepStatus.d.ts +7 -0
- package/types/SystemGuids/stepType.d.ts +11 -0
- package/types/Templates/detailBlock.d.ts +21 -0
- package/types/Templates/rockPage.d.ts +7 -3
- package/types/Types/Controls/dropDownMenu.d.ts +1 -1
- package/types/Types/Controls/grid.d.ts +45 -0
- package/types/Types/Utility/block.d.ts +3 -0
- package/types/Types/Utility/browserBus.d.ts +11 -0
- package/types/Types/Utility/http.d.ts +3 -0
- package/types/Utility/block.d.ts +90 -10
- package/types/Utility/browserBus.d.ts +4 -0
- package/types/Utility/chartUtils.d.ts +139 -0
- package/types/Utility/component.d.ts +28 -14
- package/types/Utility/cssUtils.d.ts +13 -0
- package/types/Utility/http.d.ts +11 -0
- package/types/Utility/jsonUtils.d.ts +8 -0
- package/types/Utility/linq.d.ts +340 -69
- package/types/Utility/objectUtils.d.ts +20 -0
- package/types/Utility/rockDateTime.d.ts +19 -1
- package/types/Utility/rockTimeSpan.d.ts +30 -0
- package/types/Utility/stringUtils.d.ts +14 -0
- package/types/Utility/tooltip.d.ts +14 -1
- package/types/Utility/treeItemProviders.d.ts +1 -1
- package/types/Utility/util.d.ts +4 -0
- package/types/ViewModels/Blocks/AI/AIAgentDetail/agentSkillBag.d.ts +51 -0
- package/types/ViewModels/Blocks/AI/AIAgentDetail/aiAgentBag.d.ts +108 -0
- package/types/ViewModels/Blocks/AI/AIAgentDetail/aiAgentDetailOptionsBag.d.ts +36 -0
- package/types/ViewModels/Blocks/AI/AIAgentDetail/editSkillResponseBag.d.ts +41 -0
- package/types/ViewModels/Blocks/AI/AIAgentDetail/getComponentDefinitionResponseBag.d.ts +44 -0
- package/types/ViewModels/Blocks/AI/AIAgentList/aiAgentListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/AI/AIProviderDetail/aiProviderBag.d.ts +55 -0
- package/types/ViewModels/Blocks/AI/AIProviderDetail/aiProviderDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/AI/AIProviderList/aiProviderListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/AI/AISettings/aiSettingsBag.d.ts +28 -0
- package/types/ViewModels/Blocks/AI/AISettings/aiSettingsOptionsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/AI/AISkillDetail/aiSkillBag.d.ts +63 -0
- package/types/ViewModels/Blocks/AI/AISkillDetail/aiSkillDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/AI/AISkillList/aiSkillListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/AI/AISkillToolList/aiSkillToolBag.d.ts +88 -0
- package/types/ViewModels/Blocks/AI/AISkillToolList/aiSkillToolListOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/AI/AISkillToolList/parameterSchemaBag.d.ts +57 -0
- package/types/ViewModels/Blocks/Administration/ExternalApplicationList/externalApplicationListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Administration/PageProperties/pagePropertiesBag.d.ts +4 -0
- package/types/ViewModels/Blocks/Administration/PageProperties/pagePropertiesOptionsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Administration/SystemConfiguration/generalConfigurationBag.d.ts +12 -0
- package/types/ViewModels/Blocks/Administration/SystemConfiguration/systemConfigurationInitializationBox.d.ts +3 -0
- package/types/ViewModels/Blocks/BulkImport/bulkImportToolBox.d.ts +33 -0
- package/types/ViewModels/Blocks/BulkImport/bulkImportToolOptionsBag.d.ts +28 -0
- package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/addIndividualOptionsBag.d.ts +40 -0
- package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/editFamilyResponseBag.d.ts +31 -0
- package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/webKioskBag.d.ts +7 -0
- package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkInRegistrationSettingsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/CheckIn/Configuration/CheckInLabelDetail/checkInLabelDetailOptionsBag.d.ts +4 -0
- package/types/ViewModels/Blocks/CheckIn/Configuration/LabelDesigner/labelDesignerOptionsBag.d.ts +7 -0
- package/types/ViewModels/Blocks/Cms/AssetManager/assetManagerOptionsBag.d.ts +2 -2
- package/types/ViewModels/Blocks/Cms/EmailForm/emailFormBag.d.ts +52 -0
- package/types/ViewModels/Blocks/Cms/EmailForm/emailFormRequestBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Cms/EmailForm/emailFormResponseBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Cms/LavaApplicationDetail/lavaApplicationBag.d.ts +50 -0
- package/types/ViewModels/Blocks/Cms/LavaApplicationDetail/lavaApplicationDetailOptionsBag.d.ts +25 -0
- package/types/ViewModels/Blocks/Cms/LavaApplicationList/lavaApplicationListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Cms/LavaEndpointDetail/lavaEndpointBag.d.ts +75 -0
- package/types/ViewModels/Blocks/Cms/LavaEndpointDetail/lavaEndpointDetailOptionsBag.d.ts +32 -0
- package/types/ViewModels/Blocks/Cms/LavaEndpointList/lavaEndpointListOptionsBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Cms/LogSettings/logSettingsBag.d.ts +0 -6
- package/types/ViewModels/Blocks/Cms/MediaFolderDetail/mediaFolderBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Cms/PageShortLinkDetail/pageShortLinkBag.d.ts +6 -3
- package/types/ViewModels/Blocks/Cms/PageShortLinkDetail/pageShortLinkDetailOptionsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Cms/PageShortLinkList/pageShortLinkListOptionsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/additionalFilterConfigurationBag.d.ts +64 -0
- package/types/ViewModels/Blocks/{Communication/EmailPreferenceEntry/emailPreferenceEntrySaveRequestBag.d.ts → Cms/RequestFilterDetail/browserRequestFilterBag.d.ts} +11 -14
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/cookieRequestFilterBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/deviceTypeRequestFilterBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/environmentRequestFilterBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/geolocationRequestFilterBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/ipAddressRequestFilterBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/previousActivityRequestFilterBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/queryStringRequestFilterBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/requestFilterBag.d.ts +56 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/requestFilterDetailOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/timePickerValueBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterList/requestFilterListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Cms/ThemeDetail/themeFieldBag.d.ts +3 -3
- package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatReactionBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatViewConfigurationBag.d.ts +9 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationActionResponseBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationActivityFlowBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationAnalyticsRequestBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationAnalyticsResponseBag.d.ts +67 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationDeliveryBreakdownBag.d.ts +60 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationDetailBag.d.ts +59 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationDetailInitializationBox.d.ts +61 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationDetailPermissionsBag.d.ts +46 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationKpisBag.d.ts +61 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationLinkAnalyticsBag.d.ts +46 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationMessagePreviewBag.d.ts +91 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationRecipientGridDataBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationRecipientGridOptionsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationRecipientGridSettingsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationRedirectBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/createPersonalTemplateRequestBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardCommunicationBag.d.ts +2 -2
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/{communicationEntryWizardGetEmailPreviewHtmlBag.d.ts → communicationEntryWizardGetPreviewBag.d.ts} +11 -4
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardInitializationBox.d.ts +3 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/checkShortLinkTokenBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowBag.d.ts +84 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowCommunicationBag.d.ts +47 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailCommunicationTemplateBag.d.ts +97 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailCompletedFormSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailConversionGoalSettingsBag.d.ts +50 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailEnteredDataViewSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailInitializationBox.d.ts +68 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailJoinedGroupSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailJoinedGroupTypeSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailRegisteredSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailTookStepSettingsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowInstanceMessageMetrics/communicationFlowCommunicationBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowInstanceMessageMetrics/communicationFlowInstanceBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowInstanceMessageMetrics/communicationFlowInstanceCommunicationBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowInstanceMessageMetrics/initializationBox.d.ts +43 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowInstanceMessageMetrics/recipientMetricsBag.d.ts +51 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowList/communicationFlowListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/communicationFlowInstanceBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/completedFormSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/conversionGoalSettingsBag.d.ts +50 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/enteredDataViewSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/gridRowBag.d.ts +60 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/initializationBox.d.ts +46 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/joinedGroupSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/joinedGroupTypeSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/messageBag.d.ts +70 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/performanceBag.d.ts +64 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/registeredSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/tookStepSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationList/communicationListOptionsBag.d.ts +14 -8
- package/types/ViewModels/Blocks/Communication/CommunicationSaturationReport/communicationSaturationReportBlockBox.d.ts +48 -0
- package/types/ViewModels/Blocks/Communication/CommunicationSaturationReport/communicationSaturationReportBlockDataBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Communication/CommunicationSaturationReport/communicationSaturationReportChartDataBag.d.ts +38 -0
- package/types/ViewModels/Blocks/Communication/CommunicationSaturationReport/communicationSaturationReportFiltersBag.d.ts +42 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/communicationChannelBag.d.ts +46 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/deactivateRecordRequestBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/deactivateRecordResponseBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/emailPreferenceEntryInitializationBox.d.ts +93 -37
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/manageChannelSubscriptionRequestBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/manageEmailSubscriptionRequestBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/updateCommunicationPreferenceRequestBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/updateContactInfoRequestBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/updateEmailPreferenceRequestBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/SystemPhoneNumberDetail/systemPhoneNumberBag.d.ts +9 -0
- package/types/ViewModels/Blocks/Core/AutomationTriggerDetail/automationEventBag.d.ts +74 -0
- package/types/ViewModels/Blocks/Core/AutomationTriggerDetail/automationTriggerBag.d.ts +90 -0
- package/types/ViewModels/Blocks/Core/AutomationTriggerDetail/automationTriggerDetailOptionsBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Core/AutomationTriggerDetail/getComponentDefinitionResponseBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Core/AutomationTriggerList/automationTriggerListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Core/CampusDetail/campusBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Core/CampusList/campusListOptionsBag.d.ts +2 -0
- package/types/ViewModels/Blocks/Core/ServiceJobDetail/serviceJobDetailOptionsBag.d.ts +2 -1
- package/types/ViewModels/Blocks/Core/ServiceJobDetail/serviceJobOptionsBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Crm/PersonDuplicateDetail/personDuplicateDetailOptionsBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Engagement/SignUp/SignUpRegister/signUpRegisterInitializationBox.d.ts +3 -0
- package/types/ViewModels/Blocks/Engagement/StepProgramDetail/chartDataBag.d.ts +42 -0
- package/types/ViewModels/Blocks/Engagement/StepProgramDetail/seriesBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramBag.d.ts +25 -3
- package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramDetailOptionsBag.d.ts +6 -0
- package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepStatusBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Engagement/StepTypeDetail/stepProgramBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Engagement/StepTypeDetail/stepStatusBag.d.ts +32 -0
- package/types/ViewModels/Blocks/Engagement/StepTypeDetail/stepTypeBag.d.ts +34 -8
- package/types/ViewModels/Blocks/Engagement/StepTypeDetail/stepTypeDetailOptionsBag.d.ts +12 -1
- package/types/ViewModels/Blocks/{Communication/EmailPreferenceEntry/emailPreferenceEntrySaveResponseBag.d.ts → Engagement/StepTypeDetail/stepTypeDetailsBag.d.ts} +4 -7
- package/types/ViewModels/Blocks/Engagement/StepTypeDetail/stepTypeTransferBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Engagement/Steps/flowNodeDiagramEdgeBag.d.ts +43 -0
- package/types/ViewModels/Blocks/Engagement/Steps/flowNodeDiagramNodeBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Engagement/Steps/flowNodeDiagramSettingsBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Engagement/Steps/stepFlowGetDataBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Event/RegistrationInstanceList/registrationInstanceListOptionsBag.d.ts +6 -6
- package/types/ViewModels/Blocks/Group/GroupPlacement/addGroupBag.d.ts +64 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/addGroupMembersBag.d.ts +42 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/attributeDataBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/attributeFiltersBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/destinationGroupTypeRoleBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/detachGroupBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/groupMemberBag.d.ts +52 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/groupPlacementInitializationBox.d.ts +75 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/groupPlacementKeysBag.d.ts +57 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/personBag.d.ts +62 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/placementBag.d.ts +29 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/placementConfigurationSettingOptionsBag.d.ts +42 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/placementConfigurationSettingsBag.d.ts +66 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/placementGroupBag.d.ts +65 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/placementGroupTypeBag.d.ts +35 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/placementPeopleBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/realTimeConnectionKeysBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/registrantBag.d.ts +49 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/sourceAndDestinationEntityAttributesBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/sourceAndDestinationEntityKeysBag.d.ts +45 -0
- package/types/ViewModels/Blocks/Group/GroupRegistration/groupRegistrationBlockBox.d.ts +3 -0
- package/types/ViewModels/Blocks/Lms/LearningActivityComponent/learningActivityParticipantBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Lms/LearningClassDetail/learningClassFacilitatorBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Lms/LearningProgramDetail/learningProgramBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Lms/PublicLearningClassWorkspace/publicLearningClassWorkspaceBox.d.ts +7 -0
- package/types/ViewModels/Blocks/Prayer/PrayerRequestEntry/prayerRequestEntryInitializationBox.d.ts +3 -0
- package/types/ViewModels/Blocks/Reporting/Insights/insightsChartDataBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Reporting/Insights/insightsInitializationBox.d.ts +46 -0
- package/types/ViewModels/Blocks/Reporting/Insights/insightsOptionsBag.d.ts +58 -0
- package/types/ViewModels/Blocks/Reporting/PowerBiAccount/powerBiAccountRegisterBox.d.ts +30 -0
- package/types/ViewModels/Blocks/Reporting/PowerBiAccount/powerBiAccountRegisterOptionsBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Reporting/powerBiAccountRegisterBox.d.ts +30 -0
- package/types/ViewModels/Blocks/Reporting/powerBiAccountRegisterOptionsBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Security/Oidc/AuthScopeDetail/authScopeBag.d.ts +48 -0
- package/types/ViewModels/Blocks/Security/Oidc/AuthScopeDetail/authScopeDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Workflow/FormBuilder/formBuilderDetailLinkToFormBag.d.ts +36 -0
- package/types/ViewModels/CheckIn/attendanceSessionRequestBag.d.ts +6 -0
- package/types/ViewModels/CheckIn/attendeeBag.d.ts +4 -0
- package/types/ViewModels/CheckIn/kioskBag.d.ts +7 -0
- package/types/ViewModels/CheckIn/proximityAttendanceNotificationBag.d.ts +34 -0
- package/types/ViewModels/Cms/contextEntityItemBag.d.ts +39 -0
- package/types/ViewModels/Cms/obsidianBlockConfigBag.d.ts +7 -0
- package/types/ViewModels/Controls/dynamicComponentDefinitionBag.d.ts +48 -0
- package/types/ViewModels/Controls/iconLibraryBag.d.ts +43 -0
- package/types/ViewModels/Core/Automation/Triggers/chatMessageCriteriaBag.d.ts +33 -0
- package/types/ViewModels/Core/Automation/Triggers/chatMessageCriteriaRuleBag.d.ts +43 -0
- package/types/ViewModels/Core/Automation/Triggers/entityChangeSimpleCriteriaBag.d.ts +42 -0
- package/types/ViewModels/Core/Automation/Triggers/entityChangeSimpleCriteriaRuleBag.d.ts +58 -0
- package/types/ViewModels/Core/Automation/automationValueDefinitionBag.d.ts +48 -0
- package/types/ViewModels/Entities/prayerRequestBag.d.ts +117 -0
- package/types/ViewModels/Entities/scheduleBag.d.ts +103 -0
- package/types/ViewModels/Entities/scheduleCategoryExclusionBag.d.ts +60 -0
- package/types/ViewModels/Event/RegistrationEntry/registrationRegistrantUpdatedMessageBag.d.ts +59 -0
- package/types/ViewModels/Group/GroupMember/groupMemberUpdatedMessageBag.d.ts +61 -0
- package/types/ViewModels/Reporting/BarChart/barSeriesBag.d.ts +43 -0
- package/types/ViewModels/Reporting/LineChart/lineSeriesBag.d.ts +43 -0
- package/types/ViewModels/Reporting/PieChart/pieSeriesBag.d.ts +34 -0
- package/types/ViewModels/Reporting/chartBag.d.ts +37 -0
- package/types/ViewModels/Reporting/chartOptionsBag.d.ts +26 -0
- package/types/ViewModels/Rest/Controls/communicationRecipientActivityBag.d.ts +39 -0
- package/types/ViewModels/Rest/Controls/communicationRecipientGetActivityOptionsBag.d.ts +31 -0
- package/types/ViewModels/Rest/Controls/communicationRecipientGetActivityResultsBag.d.ts +60 -0
- package/types/ViewModels/Rest/Controls/componentPickerGetComponentsOptionsBag.d.ts +3 -0
- package/types/ViewModels/Rest/Controls/dataFilterFormatSelectionOptionsBag.d.ts +47 -0
- package/types/ViewModels/Rest/Controls/formattedFieldSelectGetSortByPropertiesOptionsBag.d.ts +28 -0
- package/types/ViewModels/Rest/Controls/hasCompletedCourseSelectGetCoursesOptionsBag.d.ts +30 -0
- package/types/ViewModels/Rest/Controls/iconPickerGetIconLibrariesOptionsBag.d.ts +34 -0
- package/types/ViewModels/Rest/Controls/inGroupFilterGetGroupRolesForGroupsOptionsBag.d.ts +54 -0
- package/types/ViewModels/Rest/Controls/inGroupGroupTypeSelectGetRolesOptionsBag.d.ts +30 -0
- package/types/ViewModels/Rest/Controls/interactionCountSelectGetComponentsOptionsBag.d.ts +30 -0
- package/types/ViewModels/Rest/Controls/interactionDateSelectGetComponentsOptionsBag.d.ts +30 -0
- package/types/ViewModels/Rest/Controls/learningClassActivityPickerGetLearningClassActivitiesOptionsBag.d.ts +36 -0
- package/types/ViewModels/Rest/Controls/learningClassPickerGetLearningClassesOptionsBag.d.ts +36 -0
- package/types/ViewModels/Rest/Controls/locationItemPickerGetActiveChildrenOptionsBag.d.ts +9 -0
- package/types/ViewModels/Rest/Controls/memberListSelectGetGroupRolesOptionsBag.d.ts +30 -0
- package/types/ViewModels/Rest/Controls/universalItemSearchPickerOptionsBag.d.ts +7 -0
- package/types/ViewModels/Rest/Utilities/updateContextEntityOptionsBag.d.ts +39 -0
- package/types/Core/Reporting/filterExpressionType.d.ts +0 -28
- package/types/Core/Reporting/filterMode.d.ts +0 -7
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by the Rock.CodeGeneration project
|
|
4
|
+
// Changes to this file will be lost when the code is regenerated.
|
|
5
|
+
// </auto-generated>
|
|
6
|
+
//------------------------------------------------------------------------------
|
|
7
|
+
// <copyright>
|
|
8
|
+
// Copyright by the Spark Development Network
|
|
9
|
+
//
|
|
10
|
+
// Licensed under the Rock Community License (the "License");
|
|
11
|
+
// you may not use this file except in compliance with the License.
|
|
12
|
+
// You may obtain a copy of the License at
|
|
13
|
+
//
|
|
14
|
+
// http://www.rockrms.com/license
|
|
15
|
+
//
|
|
16
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
// See the License for the specific language governing permissions and
|
|
20
|
+
// limitations under the License.
|
|
21
|
+
// </copyright>
|
|
22
|
+
//
|
|
23
|
+
|
|
24
|
+
import { CommunicationSaturationReportChartDataBag } from "@Obsidian/ViewModels/Blocks/Communication/CommunicationSaturationReport/communicationSaturationReportChartDataBag";
|
|
25
|
+
import { GridDataBag } from "@Obsidian/ViewModels/Core/Grid/gridDataBag";
|
|
26
|
+
|
|
27
|
+
/** The additional configuration options for the Communication Recipient List block. */
|
|
28
|
+
export type CommunicationSaturationReportBlockDataBag = {
|
|
29
|
+
/** The data shown in the chart on the main tab */
|
|
30
|
+
chartData?: CommunicationSaturationReportChartDataBag[] | null;
|
|
31
|
+
|
|
32
|
+
/** The data shown in the grid on the communications tab */
|
|
33
|
+
communicationsGridData?: GridDataBag | null;
|
|
34
|
+
|
|
35
|
+
/** The data shown in the grid on the recipients tab */
|
|
36
|
+
recipientsGridData?: GridDataBag | null;
|
|
37
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by the Rock.CodeGeneration project
|
|
4
|
+
// Changes to this file will be lost when the code is regenerated.
|
|
5
|
+
// </auto-generated>
|
|
6
|
+
//------------------------------------------------------------------------------
|
|
7
|
+
// <copyright>
|
|
8
|
+
// Copyright by the Spark Development Network
|
|
9
|
+
//
|
|
10
|
+
// Licensed under the Rock Community License (the "License");
|
|
11
|
+
// you may not use this file except in compliance with the License.
|
|
12
|
+
// You may obtain a copy of the License at
|
|
13
|
+
//
|
|
14
|
+
// http://www.rockrms.com/license
|
|
15
|
+
//
|
|
16
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
// See the License for the specific language governing permissions and
|
|
20
|
+
// limitations under the License.
|
|
21
|
+
// </copyright>
|
|
22
|
+
//
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* The data used to fill the chart for the Communication Saturation Report. It represents
|
|
26
|
+
* the number of people who were sent X number of communications in a given time period. X is
|
|
27
|
+
* the Bucket, which is a range of numbers (e.g. 1-3).
|
|
28
|
+
*/
|
|
29
|
+
export type CommunicationSaturationReportChartDataBag = {
|
|
30
|
+
/**
|
|
31
|
+
* The bucket representing a number of communications sent to a person.
|
|
32
|
+
* The bucket is a range of numbers (e.g. 1-3).
|
|
33
|
+
*/
|
|
34
|
+
bucket?: string | null;
|
|
35
|
+
|
|
36
|
+
/** The number of people who were sent the number of communications represented by the bucket. */
|
|
37
|
+
numberOfRecipients: number;
|
|
38
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by the Rock.CodeGeneration project
|
|
4
|
+
// Changes to this file will be lost when the code is regenerated.
|
|
5
|
+
// </auto-generated>
|
|
6
|
+
//------------------------------------------------------------------------------
|
|
7
|
+
// <copyright>
|
|
8
|
+
// Copyright by the Spark Development Network
|
|
9
|
+
//
|
|
10
|
+
// Licensed under the Rock Community License (the "License");
|
|
11
|
+
// you may not use this file except in compliance with the License.
|
|
12
|
+
// You may obtain a copy of the License at
|
|
13
|
+
//
|
|
14
|
+
// http://www.rockrms.com/license
|
|
15
|
+
//
|
|
16
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
// See the License for the specific language governing permissions and
|
|
20
|
+
// limitations under the License.
|
|
21
|
+
// </copyright>
|
|
22
|
+
//
|
|
23
|
+
|
|
24
|
+
import { ListItemBag } from "@Obsidian/ViewModels/Utility/listItemBag";
|
|
25
|
+
|
|
26
|
+
/** The filter options for the Communication Saturation Report block. */
|
|
27
|
+
export type CommunicationSaturationReportFiltersBag = {
|
|
28
|
+
/** Whether or not to include only bulk communications or all communications in the report. */
|
|
29
|
+
bulkOnly: boolean;
|
|
30
|
+
|
|
31
|
+
/** The connection status of people to filter results of the report by. */
|
|
32
|
+
connectionStatus?: ListItemBag | null;
|
|
33
|
+
|
|
34
|
+
/** A data view of people to filter results of the report by. */
|
|
35
|
+
dataView?: ListItemBag | null;
|
|
36
|
+
|
|
37
|
+
/** String representing a range of time to filter results of the report by. */
|
|
38
|
+
dateRangeDelimitedString?: string | null;
|
|
39
|
+
|
|
40
|
+
/** The communication medium(s) to filter results of the report by. */
|
|
41
|
+
medium?: string[] | null;
|
|
42
|
+
};
|
package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/communicationChannelBag.d.ts
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by the Rock.CodeGeneration project
|
|
4
|
+
// Changes to this file will be lost when the code is regenerated.
|
|
5
|
+
// </auto-generated>
|
|
6
|
+
//------------------------------------------------------------------------------
|
|
7
|
+
// <copyright>
|
|
8
|
+
// Copyright by the Spark Development Network
|
|
9
|
+
//
|
|
10
|
+
// Licensed under the Rock Community License (the "License");
|
|
11
|
+
// you may not use this file except in compliance with the License.
|
|
12
|
+
// You may obtain a copy of the License at
|
|
13
|
+
//
|
|
14
|
+
// http://www.rockrms.com/license
|
|
15
|
+
//
|
|
16
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
// See the License for the specific language governing permissions and
|
|
20
|
+
// limitations under the License.
|
|
21
|
+
// </copyright>
|
|
22
|
+
//
|
|
23
|
+
|
|
24
|
+
import { CommunicationChannelType } from "@Obsidian/Enums/Blocks/Communication/EmailPreferenceEntry/communicationChannelType";
|
|
25
|
+
import { CommunicationType } from "@Obsidian/Enums/Communication/communicationType";
|
|
26
|
+
|
|
27
|
+
/** A bag that contains information about a communication channel (list or flow) for the Email Preference Entry block. */
|
|
28
|
+
export type CommunicationChannelBag = {
|
|
29
|
+
/** Gets or sets the type for this communication channel. */
|
|
30
|
+
communicationChannelType: CommunicationChannelType;
|
|
31
|
+
|
|
32
|
+
/** Gets or sets the person's communication preference for this communication channel. */
|
|
33
|
+
communicationPreference?: CommunicationType | null;
|
|
34
|
+
|
|
35
|
+
/** Gets or sets the hashed identifier key for this communication channel. */
|
|
36
|
+
idKey?: string | null;
|
|
37
|
+
|
|
38
|
+
/** Gets or sets whether the person is unsubscribed from this communication channel. */
|
|
39
|
+
isUnsubscribed: boolean;
|
|
40
|
+
|
|
41
|
+
/** Gets or sets the count of messages the person has received within this communication channel. */
|
|
42
|
+
messagesReceivedCount?: number | null;
|
|
43
|
+
|
|
44
|
+
/** Gets or sets the name of this communication channel. */
|
|
45
|
+
name?: string | null;
|
|
46
|
+
};
|
package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/deactivateRecordRequestBag.d.ts
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by the Rock.CodeGeneration project
|
|
4
|
+
// Changes to this file will be lost when the code is regenerated.
|
|
5
|
+
// </auto-generated>
|
|
6
|
+
//------------------------------------------------------------------------------
|
|
7
|
+
// <copyright>
|
|
8
|
+
// Copyright by the Spark Development Network
|
|
9
|
+
//
|
|
10
|
+
// Licensed under the Rock Community License (the "License");
|
|
11
|
+
// you may not use this file except in compliance with the License.
|
|
12
|
+
// You may obtain a copy of the License at
|
|
13
|
+
//
|
|
14
|
+
// http://www.rockrms.com/license
|
|
15
|
+
//
|
|
16
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
// See the License for the specific language governing permissions and
|
|
20
|
+
// limitations under the License.
|
|
21
|
+
// </copyright>
|
|
22
|
+
//
|
|
23
|
+
|
|
24
|
+
import { Guid } from "@Obsidian/Types";
|
|
25
|
+
|
|
26
|
+
/** A bag that contains information about a request to deactivate a person's Rock record for the Email Preference Entry block. */
|
|
27
|
+
export type DeactivateRecordRequestBag = {
|
|
28
|
+
/** Gets or sets the inactive reason note. */
|
|
29
|
+
inactiveReasonNote?: string | null;
|
|
30
|
+
|
|
31
|
+
/** Gets or sets the unique identifier of the inactive reason defined value. */
|
|
32
|
+
inactiveReasonValueGuid: Guid;
|
|
33
|
+
|
|
34
|
+
/** Gets or sets whether the person is deactivating the records of all family members. */
|
|
35
|
+
isFamilyDeactivation: boolean;
|
|
36
|
+
};
|
package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/deactivateRecordResponseBag.d.ts
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by the Rock.CodeGeneration project
|
|
4
|
+
// Changes to this file will be lost when the code is regenerated.
|
|
5
|
+
// </auto-generated>
|
|
6
|
+
//------------------------------------------------------------------------------
|
|
7
|
+
// <copyright>
|
|
8
|
+
// Copyright by the Spark Development Network
|
|
9
|
+
//
|
|
10
|
+
// Licensed under the Rock Community License (the "License");
|
|
11
|
+
// you may not use this file except in compliance with the License.
|
|
12
|
+
// You may obtain a copy of the License at
|
|
13
|
+
//
|
|
14
|
+
// http://www.rockrms.com/license
|
|
15
|
+
//
|
|
16
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
// See the License for the specific language governing permissions and
|
|
20
|
+
// limitations under the License.
|
|
21
|
+
// </copyright>
|
|
22
|
+
//
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* A bag that contains information about the outcome of a request to deactivate a person's Rock record for the
|
|
26
|
+
* Email Preference Entry block.
|
|
27
|
+
*/
|
|
28
|
+
export type DeactivateRecordResponseBag = {
|
|
29
|
+
/** Gets or sets the HTML for the removed involvement success description to display to the person. */
|
|
30
|
+
removedInvolvementSuccessDescriptionHtml?: string | null;
|
|
31
|
+
|
|
32
|
+
/** Gets or sets the removed involvement success title to display to the person. */
|
|
33
|
+
removedInvolvementSuccessTitle?: string | null;
|
|
34
|
+
};
|
|
@@ -21,27 +21,41 @@
|
|
|
21
21
|
// </copyright>
|
|
22
22
|
//
|
|
23
23
|
|
|
24
|
+
import { EmailPreference } from "@Obsidian/Enums/Crm/emailPreference";
|
|
25
|
+
import { CommunicationChannelBag } from "@Obsidian/ViewModels/Blocks/Communication/EmailPreferenceEntry/communicationChannelBag";
|
|
24
26
|
import { ListItemBag } from "@Obsidian/ViewModels/Utility/listItemBag";
|
|
25
27
|
|
|
26
|
-
/** The box that contains all the initialization information for the
|
|
28
|
+
/** The box that contains all the initialization information for the email preference entry block. */
|
|
27
29
|
export type EmailPreferenceEntryInitializationBox = {
|
|
28
|
-
/**
|
|
29
|
-
|
|
30
|
+
/**
|
|
31
|
+
* Gets or sets the list of communication channels the person is able to manage within the "Available
|
|
32
|
+
* Communication Channels" section.
|
|
33
|
+
*/
|
|
34
|
+
availableCommunicationChannels?: CommunicationChannelBag[] | null;
|
|
30
35
|
|
|
31
|
-
/** Gets or sets the
|
|
32
|
-
|
|
36
|
+
/** Gets or sets the HTML for the "Available Communication Channels" section description. */
|
|
37
|
+
availableCommunicationChannelsDescriptionHtml?: string | null;
|
|
33
38
|
|
|
34
|
-
/**
|
|
35
|
-
|
|
39
|
+
/**
|
|
40
|
+
* Gets or sets the list of communication channels the person is able to manage within the "Current
|
|
41
|
+
* Communication Channels" section.
|
|
42
|
+
*/
|
|
43
|
+
currentCommunicationChannels?: CommunicationChannelBag[] | null;
|
|
36
44
|
|
|
37
|
-
/** Gets or sets the
|
|
38
|
-
|
|
45
|
+
/** Gets or sets the HTML for the "Current Communication Channels" section description. */
|
|
46
|
+
currentCommunicationChannelsDescriptionHtml?: string | null;
|
|
39
47
|
|
|
40
|
-
/** Gets or sets the email
|
|
41
|
-
|
|
48
|
+
/** Gets or sets the person's email address. */
|
|
49
|
+
emailAddress?: string | null;
|
|
42
50
|
|
|
43
|
-
/** Gets or sets the
|
|
44
|
-
|
|
51
|
+
/** Gets or sets the person's email preference. */
|
|
52
|
+
emailPreference: EmailPreference;
|
|
53
|
+
|
|
54
|
+
/** Gets or sets the email preference description to display to the person. */
|
|
55
|
+
emailPreferenceDescription?: string | null;
|
|
56
|
+
|
|
57
|
+
/** Gets or sets the email preference title to display to the person. */
|
|
58
|
+
emailPreferenceTitle?: string | null;
|
|
45
59
|
|
|
46
60
|
/**
|
|
47
61
|
* Gets or sets the error message. A non-empty value indicates that
|
|
@@ -49,42 +63,84 @@ export type EmailPreferenceEntryInitializationBox = {
|
|
|
49
63
|
*/
|
|
50
64
|
errorMessage?: string | null;
|
|
51
65
|
|
|
52
|
-
/** Gets or sets the
|
|
53
|
-
|
|
66
|
+
/** Gets or sets the HTML for the header description to display to the person. */
|
|
67
|
+
headerDescriptionHtml?: string | null;
|
|
68
|
+
|
|
69
|
+
/** Gets or sets the header title to display to the person. */
|
|
70
|
+
headerTitle?: string | null;
|
|
71
|
+
|
|
72
|
+
/** Gets or sets the inactive reasons the person may choose when removing themselves from church involvement. */
|
|
73
|
+
inactiveReasons?: ListItemBag[] | null;
|
|
74
|
+
|
|
75
|
+
/** Gets or sets whether the "Available Communication Channels" section is enabled. */
|
|
76
|
+
isAvailableCommunicationChannelsSectionEnabled: boolean;
|
|
77
|
+
|
|
78
|
+
/** Gets or sets whether the "Current Communication Channels" section is enabled. */
|
|
79
|
+
isCurrentCommunicationChannelsSectionEnabled: boolean;
|
|
80
|
+
|
|
81
|
+
/** Gets or sets whether the person is allowed to remove their whole family from church involvement. */
|
|
82
|
+
isDeactivatingFamilyEnabled: boolean;
|
|
83
|
+
|
|
84
|
+
/** Gets or sets whether the person has been removed from church involvement. */
|
|
85
|
+
isRemovedFromChurchInvolvement: boolean;
|
|
86
|
+
|
|
87
|
+
/** Gets or sets whether the person may remove themselves from church involvement. */
|
|
88
|
+
isRemoveInvolvementEnabled: boolean;
|
|
89
|
+
|
|
90
|
+
/** Gets or sets whether the block is currently operating in "Unsubscribe" mode. */
|
|
91
|
+
isUnsubscribeMode: boolean;
|
|
54
92
|
|
|
55
|
-
/** Gets or sets the
|
|
56
|
-
|
|
93
|
+
/** Gets or sets whether the person may update their contact info. */
|
|
94
|
+
isUpdateContactInfoEnabled: boolean;
|
|
57
95
|
|
|
58
|
-
/** Gets or sets the
|
|
59
|
-
|
|
96
|
+
/** Gets or sets the number of days used to calculate how many messages a person has received per current channel. */
|
|
97
|
+
messageCountWindowDays: number;
|
|
60
98
|
|
|
61
99
|
/** Gets or sets the navigation urls. */
|
|
62
100
|
navigationUrls?: Record<string, string> | null;
|
|
63
101
|
|
|
64
|
-
/** Gets or sets the
|
|
65
|
-
|
|
102
|
+
/** Gets or sets the HTML for the "Opt-Out Options" section description. */
|
|
103
|
+
optOutOptionsDescriptionHtml?: string | null;
|
|
66
104
|
|
|
67
|
-
/**
|
|
68
|
-
|
|
105
|
+
/**
|
|
106
|
+
* Gets or sets the HTML for the header description to display to the person when they request to be removed
|
|
107
|
+
* from involvement.
|
|
108
|
+
*/
|
|
109
|
+
removeInvolvementConfirmationDescriptionHtml?: string | null;
|
|
69
110
|
|
|
70
|
-
/** Gets or sets the
|
|
71
|
-
|
|
111
|
+
/** Gets or sets the header title to display to the person when they request to be removed from involvement. */
|
|
112
|
+
removeInvolvementConfirmationTitle?: string | null;
|
|
72
113
|
|
|
73
|
-
/** Gets or sets the
|
|
74
|
-
|
|
114
|
+
/** Gets or sets the remove involvement description to display to the person. */
|
|
115
|
+
removeInvolvementDescription?: string | null;
|
|
116
|
+
|
|
117
|
+
/** Gets or sets the remove involvement title to display to the person. */
|
|
118
|
+
removeInvolvementTitle?: string | null;
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* Gets or sets the HTML for the header description to display to the person when they've resubscribed after
|
|
122
|
+
* the block is initialized in "Unsubscribe" model.
|
|
123
|
+
*/
|
|
124
|
+
resubscribedHeaderDescriptionHtml?: string | null;
|
|
75
125
|
|
|
76
|
-
/**
|
|
77
|
-
|
|
126
|
+
/**
|
|
127
|
+
* Gets or sets the header title to display to the person when they've resubscribed after the block is
|
|
128
|
+
* initialized in "Unsubscribe" model.
|
|
129
|
+
*/
|
|
130
|
+
resubscribedHeaderTitle?: string | null;
|
|
78
131
|
|
|
79
|
-
/** Gets or sets the
|
|
80
|
-
|
|
132
|
+
/** Gets or sets the security grant token. */
|
|
133
|
+
securityGrantToken?: string | null;
|
|
81
134
|
|
|
82
|
-
/** Gets or sets the
|
|
83
|
-
|
|
135
|
+
/** Gets or sets whether the header icon should be shown. */
|
|
136
|
+
showHeaderIcon: boolean;
|
|
84
137
|
|
|
85
|
-
/**
|
|
86
|
-
|
|
138
|
+
/**
|
|
139
|
+
* Gets or sets whether the person should be shown - and allowed to change - their communication preference
|
|
140
|
+
* for each current communication channel.
|
|
141
|
+
*/
|
|
142
|
+
showMediumPreference: boolean;
|
|
87
143
|
|
|
88
|
-
/** Gets or sets the
|
|
89
|
-
|
|
144
|
+
/** Gets or sets the communication channel that was unsubscribed from upon block initialization. */
|
|
145
|
+
unsubscribedFromChannel?: CommunicationChannelBag | null;
|
|
90
146
|
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by the Rock.CodeGeneration project
|
|
4
|
+
// Changes to this file will be lost when the code is regenerated.
|
|
5
|
+
// </auto-generated>
|
|
6
|
+
//------------------------------------------------------------------------------
|
|
7
|
+
// <copyright>
|
|
8
|
+
// Copyright by the Spark Development Network
|
|
9
|
+
//
|
|
10
|
+
// Licensed under the Rock Community License (the "License");
|
|
11
|
+
// you may not use this file except in compliance with the License.
|
|
12
|
+
// You may obtain a copy of the License at
|
|
13
|
+
//
|
|
14
|
+
// http://www.rockrms.com/license
|
|
15
|
+
//
|
|
16
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
// See the License for the specific language governing permissions and
|
|
20
|
+
// limitations under the License.
|
|
21
|
+
// </copyright>
|
|
22
|
+
//
|
|
23
|
+
|
|
24
|
+
import { CommunicationChannelType } from "@Obsidian/Enums/Blocks/Communication/EmailPreferenceEntry/communicationChannelType";
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* A bag that contains the information needed to manage a person's communication channel subscription for the Email
|
|
28
|
+
* Preference Entry block.
|
|
29
|
+
*/
|
|
30
|
+
export type ManageChannelSubscriptionRequestBag = {
|
|
31
|
+
/** Gets or sets the type of communication channel subscription the person is managing. */
|
|
32
|
+
communicationChannelType: CommunicationChannelType;
|
|
33
|
+
|
|
34
|
+
/** Gets or sets the hashed identifier key for this communication channel. */
|
|
35
|
+
idKey?: string | null;
|
|
36
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by the Rock.CodeGeneration project
|
|
4
|
+
// Changes to this file will be lost when the code is regenerated.
|
|
5
|
+
// </auto-generated>
|
|
6
|
+
//------------------------------------------------------------------------------
|
|
7
|
+
// <copyright>
|
|
8
|
+
// Copyright by the Spark Development Network
|
|
9
|
+
//
|
|
10
|
+
// Licensed under the Rock Community License (the "License");
|
|
11
|
+
// you may not use this file except in compliance with the License.
|
|
12
|
+
// You may obtain a copy of the License at
|
|
13
|
+
//
|
|
14
|
+
// http://www.rockrms.com/license
|
|
15
|
+
//
|
|
16
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
// See the License for the specific language governing permissions and
|
|
20
|
+
// limitations under the License.
|
|
21
|
+
// </copyright>
|
|
22
|
+
//
|
|
23
|
+
|
|
24
|
+
import { EmailSubscriptionType } from "@Obsidian/Enums/Blocks/Communication/EmailPreferenceEntry/emailSubscriptionType";
|
|
25
|
+
|
|
26
|
+
/** A bag that contains information about managing an person's email subscription for the Email Preference Entry block. */
|
|
27
|
+
export type ManageEmailSubscriptionRequestBag = {
|
|
28
|
+
/** Gets or sets the type of email subscription the person is managing. */
|
|
29
|
+
emailSubscriptionType: EmailSubscriptionType;
|
|
30
|
+
|
|
31
|
+
/** Gets or sets the hashed identifier key for this communication channel. */
|
|
32
|
+
idKey?: string | null;
|
|
33
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by the Rock.CodeGeneration project
|
|
4
|
+
// Changes to this file will be lost when the code is regenerated.
|
|
5
|
+
// </auto-generated>
|
|
6
|
+
//------------------------------------------------------------------------------
|
|
7
|
+
// <copyright>
|
|
8
|
+
// Copyright by the Spark Development Network
|
|
9
|
+
//
|
|
10
|
+
// Licensed under the Rock Community License (the "License");
|
|
11
|
+
// you may not use this file except in compliance with the License.
|
|
12
|
+
// You may obtain a copy of the License at
|
|
13
|
+
//
|
|
14
|
+
// http://www.rockrms.com/license
|
|
15
|
+
//
|
|
16
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
// See the License for the specific language governing permissions and
|
|
20
|
+
// limitations under the License.
|
|
21
|
+
// </copyright>
|
|
22
|
+
//
|
|
23
|
+
|
|
24
|
+
import { CommunicationChannelType } from "@Obsidian/Enums/Blocks/Communication/EmailPreferenceEntry/communicationChannelType";
|
|
25
|
+
import { CommunicationType } from "@Obsidian/Enums/Communication/communicationType";
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* A bag that contains information about a request to update a person's communication preference for a communication
|
|
29
|
+
* channel for the Email Preference Entry block.
|
|
30
|
+
*/
|
|
31
|
+
export type UpdateCommunicationPreferenceRequestBag = {
|
|
32
|
+
/** Gets or sets the type of communication channel subscription the person is managing. */
|
|
33
|
+
communicationChannelType: CommunicationChannelType;
|
|
34
|
+
|
|
35
|
+
/** Gets or sets the person's communication preference for this communication channel. */
|
|
36
|
+
communicationPreference: CommunicationType;
|
|
37
|
+
|
|
38
|
+
/** Gets or sets the hashed identifier key for this communication channel. */
|
|
39
|
+
idKey?: string | null;
|
|
40
|
+
};
|
package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/updateContactInfoRequestBag.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by the Rock.CodeGeneration project
|
|
4
|
+
// Changes to this file will be lost when the code is regenerated.
|
|
5
|
+
// </auto-generated>
|
|
6
|
+
//------------------------------------------------------------------------------
|
|
7
|
+
// <copyright>
|
|
8
|
+
// Copyright by the Spark Development Network
|
|
9
|
+
//
|
|
10
|
+
// Licensed under the Rock Community License (the "License");
|
|
11
|
+
// you may not use this file except in compliance with the License.
|
|
12
|
+
// You may obtain a copy of the License at
|
|
13
|
+
//
|
|
14
|
+
// http://www.rockrms.com/license
|
|
15
|
+
//
|
|
16
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
// See the License for the specific language governing permissions and
|
|
20
|
+
// limitations under the License.
|
|
21
|
+
// </copyright>
|
|
22
|
+
//
|
|
23
|
+
|
|
24
|
+
/** A bag that contains information about a request to update a person's contact info for the Email Preference Entry block. */
|
|
25
|
+
export type UpdateContactInfoRequestBag = {
|
|
26
|
+
/** Gets or sets the person's updated email address. */
|
|
27
|
+
emailAddress?: string | null;
|
|
28
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by the Rock.CodeGeneration project
|
|
4
|
+
// Changes to this file will be lost when the code is regenerated.
|
|
5
|
+
// </auto-generated>
|
|
6
|
+
//------------------------------------------------------------------------------
|
|
7
|
+
// <copyright>
|
|
8
|
+
// Copyright by the Spark Development Network
|
|
9
|
+
//
|
|
10
|
+
// Licensed under the Rock Community License (the "License");
|
|
11
|
+
// you may not use this file except in compliance with the License.
|
|
12
|
+
// You may obtain a copy of the License at
|
|
13
|
+
//
|
|
14
|
+
// http://www.rockrms.com/license
|
|
15
|
+
//
|
|
16
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
// See the License for the specific language governing permissions and
|
|
20
|
+
// limitations under the License.
|
|
21
|
+
// </copyright>
|
|
22
|
+
//
|
|
23
|
+
|
|
24
|
+
import { EmailPreference } from "@Obsidian/Enums/Crm/emailPreference";
|
|
25
|
+
|
|
26
|
+
/** A bag that contains information about a request to update a person's email preference for the Email Preference Entry block. */
|
|
27
|
+
export type UpdateEmailPreferenceRequestBag = {
|
|
28
|
+
/** Gets or sets the person's updated email preference. */
|
|
29
|
+
emailPreference: EmailPreference;
|
|
30
|
+
};
|
package/types/ViewModels/Blocks/Communication/SystemPhoneNumberDetail/systemPhoneNumberBag.d.ts
CHANGED
|
@@ -42,6 +42,12 @@ export type SystemPhoneNumberBag = {
|
|
|
42
42
|
/** Gets or sets the description. */
|
|
43
43
|
description?: string | null;
|
|
44
44
|
|
|
45
|
+
/**
|
|
46
|
+
* Gets or sets whether to prevent Rock from updating an individual's SMS status when they opt in or out of
|
|
47
|
+
* receiving SMS messages.
|
|
48
|
+
*/
|
|
49
|
+
disableSmsOptInOutTracking: boolean;
|
|
50
|
+
|
|
45
51
|
/** Gets or sets the identifier key of this entity. */
|
|
46
52
|
idKey?: string | null;
|
|
47
53
|
|
|
@@ -84,4 +90,7 @@ export type SystemPhoneNumberBag = {
|
|
|
84
90
|
* SMS message is received on this number.
|
|
85
91
|
*/
|
|
86
92
|
smsReceivedWorkflowType?: ListItemBag | null;
|
|
93
|
+
|
|
94
|
+
/** Gets or sets whether to prevent Rock from sending automatic SMS replies to opt-in or opt-out messages. */
|
|
95
|
+
suppressSmsOptInOutAutoReplies: boolean;
|
|
87
96
|
};
|