@rockrms/obsidian-framework 1.16.9-rc.1 → 17.0.43
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 +2 -2
- package/types/Controls/Grid/Cells/attributeCell.partial.obs.d.ts +28 -0
- package/types/Controls/Grid/Cells/booleanCell.partial.obs.d.ts +28 -2
- package/types/Controls/Grid/Cells/buttonCell.partial.obs.d.ts +28 -2
- package/types/Controls/Grid/Cells/copyCell.partial.obs.d.ts +29 -0
- package/types/Controls/Grid/Cells/currencyCell.partial.obs.d.ts +28 -2
- package/types/Controls/Grid/Cells/currencySkeletonCell.partial.obs.d.ts +20 -2
- package/types/Controls/Grid/Cells/dateCell.partial.obs.d.ts +28 -2
- package/types/Controls/Grid/Cells/dateSkeletonCell.partial.obs.d.ts +20 -2
- package/types/Controls/Grid/Cells/dateTimeCell.partial.obs.d.ts +28 -2
- package/types/Controls/Grid/Cells/dateTimeSkeletonCell.partial.obs.d.ts +20 -2
- package/types/Controls/Grid/Cells/deleteCell.partial.obs.d.ts +28 -2
- package/types/Controls/Grid/Cells/editCell.partial.obs.d.ts +28 -2
- package/types/Controls/Grid/Cells/highlightDetailCell.partial.obs.d.ts +28 -2
- package/types/Controls/Grid/Cells/highlightDetailSkeletonCell.partial.obs.d.ts +20 -2
- package/types/Controls/Grid/Cells/htmlCell.partial.obs.d.ts +45 -0
- package/types/Controls/Grid/Cells/htmlSkeletonCell.partial.obs.d.ts +20 -0
- package/types/Controls/Grid/Cells/labelCell.partial.obs.d.ts +28 -2
- package/types/Controls/Grid/Cells/labelSkeletonCell.partial.obs.d.ts +20 -2
- package/types/Controls/Grid/Cells/numberBadgeCell.partial.obs.d.ts +28 -2
- package/types/Controls/Grid/Cells/numberBadgeSkeletonCell.partial.obs.d.ts +20 -2
- package/types/Controls/Grid/Cells/numberCell.partial.obs.d.ts +28 -2
- package/types/Controls/Grid/Cells/numberSkeletonCell.partial.obs.d.ts +20 -2
- package/types/Controls/Grid/Cells/personCell.partial.obs.d.ts +28 -2
- package/types/Controls/Grid/Cells/personSkeletonCell.partial.obs.d.ts +20 -2
- package/types/Controls/Grid/Cells/reorderCell.partial.obs.d.ts +29 -2
- package/types/Controls/Grid/Cells/rockFieldCell.partial.obs.d.ts +28 -0
- package/types/Controls/Grid/Cells/securityCell.partial.obs.d.ts +29 -2
- package/types/Controls/Grid/Cells/selectCell.partial.obs.d.ts +28 -2
- package/types/Controls/Grid/Cells/selectHeaderCell.partial.obs.d.ts +20 -2
- package/types/Controls/Grid/Cells/textCell.partial.d.ts +28 -28
- package/types/Controls/Grid/Cells/textSkeletonCell.partial.obs.d.ts +20 -2
- package/types/Controls/Grid/Columns/attributeColumns.partial.d.ts +292 -53
- package/types/Controls/Grid/Columns/booleanColumn.partial.d.ts +255 -182
- package/types/Controls/Grid/Columns/buttonColumn.partial.d.ts +275 -206
- package/types/Controls/Grid/Columns/column.partial.d.ts +187 -170
- package/types/Controls/Grid/Columns/copyColumn.partial.d.ts +258 -0
- package/types/Controls/Grid/Columns/currencyColumn.partial.d.ts +291 -183
- package/types/Controls/Grid/Columns/dateColumn.partial.d.ts +303 -195
- package/types/Controls/Grid/Columns/dateTimeColumn.partial.d.ts +303 -195
- package/types/Controls/Grid/Columns/deleteColumn.partial.d.ts +299 -224
- package/types/Controls/Grid/Columns/dynamicColumns.partial.d.ts +104 -104
- package/types/Controls/Grid/Columns/editColumn.partial.d.ts +281 -188
- package/types/Controls/Grid/Columns/highlightDetailColumn.partial.d.ts +309 -204
- package/types/Controls/Grid/Columns/htmlColumn.partial.d.ts +327 -0
- package/types/Controls/Grid/Columns/labelColumn.partial.d.ts +382 -243
- package/types/Controls/Grid/Columns/numberBadgeColumn.partial.d.ts +468 -359
- package/types/Controls/Grid/Columns/numberColumn.partial.d.ts +292 -183
- package/types/Controls/Grid/Columns/personColumn.partial.d.ts +356 -211
- package/types/Controls/Grid/Columns/reorderColumn.partial.d.ts +279 -194
- package/types/Controls/Grid/Columns/rockFieldColumn.partial.d.ts +273 -0
- package/types/Controls/Grid/Columns/securityColumn.partial.d.ts +287 -214
- package/types/Controls/Grid/Columns/selectColumn.partial.d.ts +284 -175
- package/types/Controls/Grid/Columns/textColumn.partial.d.ts +291 -235
- package/types/Controls/Grid/Filters/booleanFilter.partial.obs.d.ts +33 -7
- package/types/Controls/Grid/Filters/dateFilter.partial.obs.d.ts +33 -7
- package/types/Controls/Grid/Filters/numberFilter.partial.obs.d.ts +33 -7
- package/types/Controls/Grid/Filters/pickExistingFilter.partial.obs.d.ts +33 -7
- package/types/Controls/Grid/Filters/textFilter.partial.obs.d.ts +32 -6
- package/types/Controls/Grid/actionButton.partial.obs.d.ts +30 -30
- package/types/Controls/Grid/actionGroup.partial.obs.d.ts +32 -32
- package/types/Controls/Grid/columnHeaderCell.partial.obs.d.ts +65 -66
- package/types/Controls/Grid/columnHeaderRow.partial.obs.d.ts +94 -95
- package/types/Controls/Grid/dataCell.partial.obs.d.ts +52 -52
- package/types/Controls/Grid/dataRow.partial.obs.d.ts +111 -112
- package/types/Controls/Grid/dataRows.partial.obs.d.ts +153 -154
- package/types/Controls/Grid/filterHeaderRow.partial.obs.d.ts +135 -135
- package/types/Controls/Grid/grid.partial.obs.d.ts +751 -718
- package/types/Controls/Grid/lightFooterRow.partial.obs.d.ts +34 -34
- package/types/Controls/Grid/pagePicker.partial.obs.d.ts +31 -31
- package/types/Controls/Grid/pageSizePicker.partial.obs.d.ts +41 -41
- package/types/Controls/Grid/pagerRow.partial.obs.d.ts +72 -73
- package/types/Controls/Grid/popupActionButton.partial.obs.d.ts +34 -34
- package/types/Controls/Grid/popupActionGroup.partial.obs.d.ts +28 -28
- package/types/Controls/Grid/skeletonCell.partial.obs.d.ts +26 -26
- package/types/Controls/Grid/skeletonRow.partial.obs.d.ts +46 -46
- package/types/Controls/Grid/skeletonRows.partial.obs.d.ts +44 -44
- package/types/Controls/Grid/virtualDataRows.partial.obs.d.ts +144 -145
- package/types/Controls/Grid/virtualScroller.partial.d.ts +172 -172
- package/types/Controls/Internal/EmailEditor/accordion.partial.obs.d.ts +60 -0
- package/types/Controls/Internal/EmailEditor/accordionGroup.partial.obs.d.ts +22 -0
- package/types/Controls/Internal/EmailEditor/api.d.ts +43 -0
- package/types/Controls/Internal/EmailEditor/clearStyleButton.partial.obs.d.ts +2 -0
- package/types/Controls/Internal/EmailEditor/componentPropertyPanel.partial.obs.d.ts +83 -0
- package/types/Controls/Internal/EmailEditor/emailDesigner.partial.obs.d.ts +95 -0
- package/types/Controls/Internal/EmailEditor/emailEditor.partial.obs.d.ts +122 -0
- package/types/Controls/Internal/EmailEditor/emailIFrame.partial.obs.d.ts +119 -0
- package/types/Controls/Internal/EmailEditor/emailSectionModal.partial.obs.d.ts +46 -0
- package/types/Controls/Internal/EmailEditor/flatPanel.partial.obs.d.ts +41 -0
- package/types/Controls/Internal/EmailEditor/horizontalAlignmentPicker.partial.obs.d.ts +76 -0
- package/types/Controls/Internal/EmailEditor/lineHeightPicker.partial.obs.d.ts +72 -0
- package/types/Controls/Internal/EmailEditor/multiSelectButtonGroup.partial.obs.d.ts +128 -0
- package/types/Controls/Internal/EmailEditor/overlay.obs.d.ts +68 -0
- package/types/Controls/Internal/EmailEditor/properties/alignAttributeProperty.partial.obs.d.ts +23 -0
- package/types/Controls/Internal/EmailEditor/properties/altAttributeProperty.partial.obs.d.ts +23 -0
- package/types/Controls/Internal/EmailEditor/properties/anchorPropertyGroup.partial.obs.d.ts +13 -0
- package/types/Controls/Internal/EmailEditor/properties/backgroundColorProperty.partial.obs.d.ts +64 -0
- package/types/Controls/Internal/EmailEditor/properties/backgroundFitPropertyGroup.partial.obs.d.ts +52 -0
- package/types/Controls/Internal/EmailEditor/properties/backgroundImageProperty.partial.obs.d.ts +53 -0
- package/types/Controls/Internal/EmailEditor/properties/backgroundImagePropertyGroup.partial.obs.d.ts +37 -0
- package/types/Controls/Internal/EmailEditor/properties/backgroundSizeProperty.partial.obs.d.ts +52 -0
- package/types/Controls/Internal/EmailEditor/properties/borderColorProperty.partial.obs.d.ts +70 -0
- package/types/Controls/Internal/EmailEditor/properties/borderPropertyGroup.partial.obs.d.ts +56 -0
- package/types/Controls/Internal/EmailEditor/properties/borderRadiusProperty.partial.obs.d.ts +52 -0
- package/types/Controls/Internal/EmailEditor/properties/borderStyleProperty.partial.obs.d.ts +70 -0
- package/types/Controls/Internal/EmailEditor/properties/borderWidthProperty.partial.obs.d.ts +70 -0
- package/types/Controls/Internal/EmailEditor/properties/buttonWidthProperty.partial.obs.d.ts +33 -0
- package/types/Controls/Internal/EmailEditor/properties/checkBoxListProperty.partial.obs.d.ts +23 -0
- package/types/Controls/Internal/EmailEditor/properties/colorPickerProperty.partial.obs.d.ts +14 -0
- package/types/Controls/Internal/EmailEditor/properties/colorProperty.partial.obs.d.ts +56 -0
- package/types/Controls/Internal/EmailEditor/properties/communicationTemplateProperty.partial.obs.d.ts +36 -0
- package/types/Controls/Internal/EmailEditor/properties/contentAreaAlignmentProperty.partial.obs.d.ts +23 -0
- package/types/Controls/Internal/EmailEditor/properties/contentAreaBackgroundColorProperty.partial.obs.d.ts +23 -0
- package/types/Controls/Internal/EmailEditor/properties/displayProperty.partial.obs.d.ts +70 -0
- package/types/Controls/Internal/EmailEditor/properties/dividerColorProperty.partial.obs.d.ts +52 -0
- package/types/Controls/Internal/EmailEditor/properties/dividerStyleProperty.partial.obs.d.ts +52 -0
- package/types/Controls/Internal/EmailEditor/properties/dividerThicknessProperty.partial.obs.d.ts +52 -0
- package/types/Controls/Internal/EmailEditor/properties/dropDownListProperty.partial.obs.d.ts +23 -0
- package/types/Controls/Internal/EmailEditor/properties/fontFamilyProperty.partial.obs.d.ts +52 -0
- package/types/Controls/Internal/EmailEditor/properties/fontPropertyGroup.partial.obs.d.ts +67 -0
- package/types/Controls/Internal/EmailEditor/properties/fontSizeProperty.partial.obs.d.ts +52 -0
- package/types/Controls/Internal/EmailEditor/properties/heightProperty.partial.obs.d.ts +52 -0
- package/types/Controls/Internal/EmailEditor/properties/horizontalAlignmentMarginProperty.partial.obs.d.ts +52 -0
- package/types/Controls/Internal/EmailEditor/properties/horizontalAlignmentProperty.partial.obs.d.ts +14 -0
- package/types/Controls/Internal/EmailEditor/properties/horizontalAlignmentTextAlignProperty.partial.obs.d.ts +58 -0
- package/types/Controls/Internal/EmailEditor/properties/hrefAttributeProperty.partial.obs.d.ts +37 -0
- package/types/Controls/Internal/EmailEditor/properties/imageUploaderProperty.partial.obs.d.ts +25 -0
- package/types/Controls/Internal/EmailEditor/properties/inlineSwitchProperty.partial.obs.d.ts +30 -0
- package/types/Controls/Internal/EmailEditor/properties/innerHtmlProperty.partial.obs.d.ts +60 -0
- package/types/Controls/Internal/EmailEditor/properties/lineHeightProperty.partial.obs.d.ts +52 -0
- package/types/Controls/Internal/EmailEditor/properties/marginProperty.partial.obs.d.ts +52 -0
- package/types/Controls/Internal/EmailEditor/properties/numberBoxProperty.partial.obs.d.ts +32 -0
- package/types/Controls/Internal/EmailEditor/properties/paddingProperty.partial.obs.d.ts +52 -0
- package/types/Controls/Internal/EmailEditor/properties/rangeSliderProperty.partial.obs.d.ts +24 -0
- package/types/Controls/Internal/EmailEditor/properties/sectionColumnPropertyGroup.partial.obs.d.ts +33 -0
- package/types/Controls/Internal/EmailEditor/properties/sectionColumnsPropertyGroup.partial.obs.d.ts +25 -0
- package/types/Controls/Internal/EmailEditor/properties/shorthandColorPickerProperty.partial.obs.d.ts +69 -0
- package/types/Controls/Internal/EmailEditor/properties/shorthandDropDownListProperty.partial.obs.d.ts +78 -0
- package/types/Controls/Internal/EmailEditor/properties/shorthandNumberBoxProperty.partial.obs.d.ts +77 -0
- package/types/Controls/Internal/EmailEditor/properties/switchProperty.partial.obs.d.ts +24 -0
- package/types/Controls/Internal/EmailEditor/properties/tableColumnGapProperty.partial.obs.d.ts +23 -0
- package/types/Controls/Internal/EmailEditor/properties/textAlignProperty.partial.obs.d.ts +52 -0
- package/types/Controls/Internal/EmailEditor/properties/textBoxProperty.partial.obs.d.ts +31 -0
- package/types/Controls/Internal/EmailEditor/properties/textContentProperty.partial.obs.d.ts +17 -0
- package/types/Controls/Internal/EmailEditor/properties/textFormatProperty.partial.obs.d.ts +52 -0
- package/types/Controls/Internal/EmailEditor/properties/textTransformProperty.partial.obs.d.ts +52 -0
- package/types/Controls/Internal/EmailEditor/properties/togglablePropertyGroup.partial.obs.d.ts +37 -0
- package/types/Controls/Internal/EmailEditor/properties/widthProperty.partial.obs.d.ts +90 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/adaptiveMessageComponentPropertyPanel.partial.obs.d.ts +21 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/buttonComponentPropertyPanel.partial.obs.d.ts +21 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/codeComponentPropertyPanel.partial.obs.d.ts +29 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/componentPropertyPanelBase.partial.obs.d.ts +66 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/dividerComponentPropertyPanel.partial.obs.d.ts +23 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/globalPropertyPanel.partial.obs.d.ts +38 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/imageComponentPropertyPanel.partial.obs.d.ts +29 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/rowComponentPropertyPanel.partial.obs.d.ts +21 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/rsvpComponentPropertyPanel.partial.obs.d.ts +29 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/sectionComponentPropertyPanel.partial.obs.d.ts +36 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/textComponentPropertyPanel.partial.obs.d.ts +56 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/titleComponentPropertyPanel.partial.obs.d.ts +23 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/videoComponentPropertyPanel.partial.obs.d.ts +29 -0
- package/types/Controls/Internal/EmailEditor/providers.partial.d.ts +69 -0
- package/types/Controls/Internal/EmailEditor/sectionColumnDivider.partial.obs.d.ts +17 -0
- package/types/Controls/Internal/EmailEditor/sidePanel.partial.obs.d.ts +113 -0
- package/types/Controls/Internal/EmailEditor/singleSelectButtonGroup.partial.obs.d.ts +138 -0
- package/types/Controls/Internal/EmailEditor/textAlignPicker.partial.obs.d.ts +72 -0
- package/types/Controls/Internal/EmailEditor/textFormatPicker.partial.obs.d.ts +97 -0
- package/types/Controls/Internal/EmailEditor/textTransformPicker.partial.obs.d.ts +72 -0
- package/types/Controls/Internal/EmailEditor/types.d.ts +8 -0
- package/types/Controls/Internal/EmailEditor/types.partial.d.ts +223 -0
- package/types/Controls/Internal/EmailEditor/utils.partial.d.ts +304 -0
- package/types/Controls/Internal/LearningActivity/acknowledgmentLearningActivity.obs.d.ts +53 -0
- package/types/Controls/Internal/LearningActivity/assessmentItemMultipleChoice.obs.d.ts +39 -0
- package/types/Controls/Internal/LearningActivity/assessmentItemSection.obs.d.ts +39 -0
- package/types/Controls/Internal/LearningActivity/assessmentItemShortAnswer.obs.d.ts +78 -0
- package/types/Controls/Internal/LearningActivity/assessmentLearningActivity.obs.d.ts +53 -0
- package/types/Controls/Internal/LearningActivity/assessmentLearningActivity.partial.d.ts +32 -0
- package/types/Controls/Internal/LearningActivity/fileUploadLearningActivity.obs.d.ts +53 -0
- package/types/Controls/Internal/LearningActivity/learningActivity.d.ts +157 -0
- package/types/Controls/Internal/LearningActivity/pointAssessmentLearningActivity.obs.d.ts +53 -0
- package/types/Controls/Internal/LearningActivity/videoWatchLearningActivity.obs.d.ts +53 -0
- package/types/Controls/Internal/SankeyDiagram/sankeyDiagram.obs.d.ts +53 -0
- package/types/Controls/Internal/SankeyDiagram/sankeyDiagramLevel.partial.obs.d.ts +54 -0
- package/types/Controls/Internal/assetPicker.obs.d.ts +74 -0
- package/types/Controls/Internal/attributeMatrixEditor.obs.d.ts +151 -0
- package/types/Controls/Internal/definedValueEditor.obs.d.ts +47 -0
- package/types/Controls/Internal/groupMemberRequirementCard.obs.d.ts +88 -0
- package/types/Controls/Internal/mobileNavigationActionEditor.obs.d.ts +76 -67
- package/types/Controls/Internal/nmiGatewayControl.obs.d.ts +36 -38
- package/types/Controls/Internal/pageDebugTimingRow.obs.d.ts +30 -30
- package/types/Controls/Internal/pageDebugTimings.obs.d.ts +14 -14
- package/types/Controls/Internal/reminderButton.obs.d.ts +54 -0
- package/types/Controls/Internal/tag.obs.d.ts +30 -30
- package/types/Controls/Internal/testGatewayControl.obs.d.ts +23 -24
- package/types/Controls/Internal/treeListItem.obs.d.ts +122 -87
- package/types/Controls/Internal/universalItemSearchPicker.obs.d.ts +53 -53
- package/types/Controls/Internal/universalItemSearchPickerResult.partial.obs.d.ts +28 -28
- package/types/Controls/Internal/valueFilterItem.obs.d.ts +40 -0
- package/types/Controls/NoteEditor/assetManagerPlugin.partial.obs.d.ts +4 -0
- package/types/Controls/NoteEditor/countDownPlugin.partial.obs.d.ts +43 -0
- package/types/Controls/NoteEditor/editSourceCodePlugin.partial.obs.d.ts +152 -0
- package/types/Controls/NoteEditor/emojisPlugin.partial.obs.d.ts +4 -0
- package/types/Controls/NoteEditor/fileBrowserPlugin.partial.obs.d.ts +37 -0
- package/types/Controls/NoteEditor/imageBrowserPlugin.partial.obs.d.ts +37 -0
- package/types/Controls/NoteEditor/lavaLanguagePlugin.partial.obs.d.ts +4 -0
- package/types/Controls/NoteEditor/mergeFieldPlugin.partial.obs.d.ts +88 -0
- package/types/Controls/NoteEditor/metaTagsPlugin.partial.obs.d.ts +4 -0
- package/types/Controls/NoteEditor/paragraphPlugin.partial.obs.d.ts +4 -0
- package/types/Controls/NoteEditor/pasteAsPlainTextPlugin.partial.obs.d.ts +4 -0
- package/types/Controls/NoteEditor/shortLinkPlugin.partial.obs.d.ts +109 -0
- package/types/Controls/NoteEditor/stylesheetsPlugin.partial.obs.d.ts +108 -0
- package/types/Controls/NoteEditor/toolbarCharCountPlugin.partial.obs.d.ts +60 -0
- package/types/Controls/NoteEditor/toolbarCountDownPlugin.partial.obs.d.ts +69 -0
- package/types/Controls/NoteEditor/toolbarLabelPlugin.partial.obs.d.ts +11 -0
- package/types/Controls/NoteEditor/toolbarSpacerPlugin.partial.obs.d.ts +4 -0
- package/types/Controls/NoteEditor/types.partial.d.ts +17 -0
- package/types/Controls/NoteEditor/utils.partial.d.ts +14 -0
- package/types/Controls/accountPicker.obs.d.ts +137 -128
- package/types/Controls/achievementTypePicker.obs.d.ts +139 -130
- package/types/Controls/adaptiveMessagePicker.obs.d.ts +139 -0
- package/types/Controls/addressControl.obs.d.ts +110 -110
- package/types/Controls/aiProviderPicker.obs.d.ts +139 -0
- package/types/Controls/assessmentTypePicker.obs.d.ts +149 -139
- package/types/Controls/assetStorageProviderPicker.obs.d.ts +139 -130
- package/types/Controls/attributeEditor.obs.d.ts +116 -107
- package/types/Controls/attributeValuesContainer.obs.d.ts +142 -142
- package/types/Controls/auditDetail.obs.d.ts +37 -37
- package/types/Controls/badge.obs.d.ts +47 -0
- package/types/Controls/badgeComponentPicker.obs.d.ts +147 -138
- package/types/Controls/badgeControl.obs.d.ts +35 -0
- package/types/Controls/badgeList.obs.d.ts +41 -41
- package/types/Controls/badgePicker.obs.d.ts +148 -139
- package/types/Controls/baseAsyncPicker.obs.d.ts +212 -196
- package/types/Controls/basicTimePicker.obs.d.ts +38 -38
- package/types/Controls/billboard.obs.d.ts +72 -0
- package/types/Controls/binaryFilePicker.obs.d.ts +147 -138
- package/types/Controls/binaryFileTypePicker.obs.d.ts +139 -130
- package/types/Controls/birthdayPicker.obs.d.ts +2 -2
- package/types/Controls/blockTemplatePicker.obs.d.ts +101 -93
- package/types/Controls/bulletedList.obs.d.ts +51 -0
- package/types/Controls/buttonDropDownList.obs.d.ts +127 -108
- package/types/Controls/buttonGroup.obs.d.ts +127 -123
- package/types/Controls/cacheabilityPicker.obs.d.ts +18 -18
- package/types/Controls/campusAccountAmountPicker.obs.d.ts +252 -255
- package/types/Controls/campusPicker.obs.d.ts +186 -178
- package/types/Controls/captcha.obs.d.ts +109 -82
- package/types/Controls/categorizedValuePicker.obs.d.ts +94 -85
- package/types/Controls/categorizedValuePickerDropDownLevel.obs.d.ts +94 -85
- package/types/Controls/categoryPicker.obs.d.ts +60 -60
- package/types/Controls/categoryTree.obs.d.ts +134 -0
- package/types/Controls/chart.obs.d.ts +170 -0
- package/types/Controls/checkBox.obs.d.ts +51 -51
- package/types/Controls/checkBoxList.obs.d.ts +146 -88
- package/types/Controls/codeEditor.obs.d.ts +100 -89
- package/types/Controls/colorPicker.obs.d.ts +55 -45
- package/types/Controls/colorSelector.obs.d.ts +119 -110
- package/types/Controls/componentFromUrl.obs.d.ts +13 -13
- package/types/Controls/componentPicker.obs.d.ts +148 -139
- package/types/Controls/conditionalWell.obs.d.ts +9 -0
- package/types/Controls/connectionRequestPicker.obs.d.ts +36 -36
- package/types/Controls/connectionStatus.obs.d.ts +28 -28
- package/types/Controls/contentChannelItemPicker.obs.d.ts +162 -157
- package/types/Controls/contentDropDownPicker.obs.d.ts +415 -404
- package/types/Controls/copyButton.obs.d.ts +42 -42
- package/types/Controls/countdownTimer.obs.d.ts +19 -19
- package/types/Controls/currencyBox.obs.d.ts +64 -64
- package/types/Controls/customSelect.obs.d.ts +572 -0
- package/types/Controls/dataViewPicker.obs.d.ts +156 -147
- package/types/Controls/datePartsPicker.obs.d.ts +86 -86
- package/types/Controls/datePicker.obs.d.ts +194 -185
- package/types/Controls/datePickerBase.obs.d.ts +137 -148
- package/types/Controls/dateRangePicker.obs.d.ts +30 -30
- package/types/Controls/dateTimePicker.obs.d.ts +46 -58
- package/types/Controls/dayOfWeekPicker.obs.d.ts +28 -28
- package/types/Controls/definedValuePicker.obs.d.ts +165 -158
- package/types/Controls/dialog.obs.d.ts +45 -36
- package/types/Controls/dropDownContent.obs.d.ts +49 -49
- package/types/Controls/dropDownList.obs.d.ts +240 -207
- package/types/Controls/dropDownMenu.obs.d.ts +81 -45
- package/types/Controls/electronicSignature.obs.d.ts +54 -55
- package/types/Controls/emailBox.obs.d.ts +40 -40
- package/types/Controls/emailEditor.d.ts +5 -0
- package/types/Controls/entityPicker.obs.d.ts +142 -0
- package/types/Controls/entityTypePicker.obs.d.ts +191 -139
- package/types/Controls/ethnicityPicker.obs.d.ts +163 -132
- package/types/Controls/eventCalendarPicker.obs.d.ts +141 -132
- package/types/Controls/eventItemPicker.obs.d.ts +148 -139
- package/types/Controls/expanderPanel.obs.d.ts +77 -77
- package/types/Controls/fieldFilterContainer.obs.d.ts +19 -19
- package/types/Controls/fieldFilterEditor.obs.d.ts +68 -68
- package/types/Controls/fieldFilterRuleRow.obs.d.ts +52 -53
- package/types/Controls/fieldTypeEditor.obs.d.ts +46 -38
- package/types/Controls/fieldTypePicker.obs.d.ts +139 -130
- package/types/Controls/fileAssetManager.obs.d.ts +148 -0
- package/types/Controls/fileUploader.obs.d.ts +114 -71
- package/types/Controls/financialGatewayPicker.obs.d.ts +157 -148
- package/types/Controls/financialStatementTemplatePicker.obs.d.ts +139 -130
- package/types/Controls/firstNameTextBox.obs.d.ts +89 -0
- package/types/Controls/following.obs.d.ts +37 -37
- package/types/Controls/fullscreen.obs.d.ts +47 -47
- package/types/Controls/gatewayControl.obs.d.ts +39 -41
- package/types/Controls/gatewayControlEvents.obs.d.ts +11 -13
- package/types/Controls/genderPicker.obs.d.ts +158 -0
- package/types/Controls/geoPicker.obs.d.ts +173 -149
- package/types/Controls/geoPickerMap.obs.d.ts +104 -105
- package/types/Controls/gradePicker.obs.d.ts +163 -148
- package/types/Controls/grid.d.ts +84 -77
- package/types/Controls/groupAndRolePicker.obs.d.ts +196 -187
- package/types/Controls/groupMemberPicker.obs.d.ts +148 -139
- package/types/Controls/groupMemberRequirementsContainer.obs.d.ts +54 -0
- package/types/Controls/groupPicker.obs.d.ts +72 -72
- package/types/Controls/groupRolePicker.obs.d.ts +156 -155
- package/types/Controls/groupTypeGroupPicker.obs.d.ts +188 -165
- package/types/Controls/groupTypePicker.obs.d.ts +174 -165
- package/types/Controls/helpBlock.obs.d.ts +13 -13
- package/types/Controls/highlightLabel.obs.d.ts +58 -0
- package/types/Controls/htmlEditor.obs.d.ts +252 -0
- package/types/Controls/imageEditor.obs.d.ts +174 -145
- package/types/Controls/imageUploader.obs.d.ts +138 -98
- package/types/Controls/inlineCheckBox.obs.d.ts +25 -25
- package/types/Controls/inlineRangeSlider.obs.d.ts +63 -54
- package/types/Controls/inlineSwitch.obs.d.ts +53 -44
- package/types/Controls/inputGroupDropDown.obs.d.ts +29 -29
- package/types/Controls/interactionChannelInteractionComponentPicker.obs.d.ts +50 -39
- package/types/Controls/interactionChannelPicker.obs.d.ts +139 -130
- package/types/Controls/interactionComponentPicker.obs.d.ts +148 -139
- package/types/Controls/intervalPicker.obs.d.ts +96 -87
- package/types/Controls/itemsWithPreAndPostHtml.obs.d.ts +22 -22
- package/types/Controls/javaScriptAnchor.obs.d.ts +9 -9
- package/types/Controls/jsonFieldsBuilder.obs.d.ts +112 -0
- package/types/Controls/keyValueList.obs.d.ts +129 -120
- package/types/Controls/kpi.obs.d.ts +85 -85
- package/types/Controls/lavaCommandPicker.obs.d.ts +148 -139
- package/types/Controls/listBox.obs.d.ts +65 -65
- package/types/Controls/listItems.obs.d.ts +94 -85
- package/types/Controls/loading.obs.d.ts +32 -32
- package/types/Controls/loadingIndicator.obs.d.ts +28 -28
- package/types/Controls/locationAddressPicker.obs.d.ts +111 -83
- package/types/Controls/locationItemPicker.obs.d.ts +68 -52
- package/types/Controls/locationList.obs.d.ts +184 -175
- package/types/Controls/locationPicker.obs.d.ts +111 -103
- package/types/Controls/markdownEditor.obs.d.ts +27 -0
- package/types/Controls/mediaElementPicker.obs.d.ts +237 -217
- package/types/Controls/mediaPlayer.obs.d.ts +359 -0
- package/types/Controls/mediaSelector.obs.d.ts +116 -107
- package/types/Controls/mergeFieldPicker.obs.d.ts +139 -90
- package/types/Controls/mergeTemplatePicker.obs.d.ts +38 -38
- package/types/Controls/metricCategoryPicker.obs.d.ts +37 -37
- package/types/Controls/metricItemPicker.obs.d.ts +46 -46
- package/types/Controls/modal.obs.d.ts +154 -148
- package/types/Controls/modalAlert.obs.d.ts +48 -48
- package/types/Controls/monthDayPicker.obs.d.ts +18 -18
- package/types/Controls/monthYearPicker.obs.d.ts +18 -18
- package/types/Controls/noteTextEditor.obs.d.ts +115 -106
- package/types/Controls/notificationBox.obs.d.ts +49 -49
- package/types/Controls/numberBox.obs.d.ts +109 -109
- package/types/Controls/numberRangeBox.obs.d.ts +43 -43
- package/types/Controls/numberUpDown.obs.d.ts +102 -93
- package/types/Controls/numberUpDownBase.obs.d.ts +45 -45
- package/types/Controls/numberUpDownGroup.obs.d.ts +26 -26
- package/types/Controls/pageNavButtons.obs.d.ts +104 -0
- package/types/Controls/pagePicker.obs.d.ts +159 -150
- package/types/Controls/panel.obs.d.ts +196 -171
- package/types/Controls/pdfViewer.obs.d.ts +68 -0
- package/types/Controls/personBasicEditor.obs.d.ts +233 -0
- package/types/Controls/personLink.obs.d.ts +60 -60
- package/types/Controls/personPicker.obs.d.ts +100 -90
- package/types/Controls/phoneNumberBox.obs.d.ts +100 -92
- package/types/Controls/phoneNumberBoxWithSms.obs.d.ts +87 -78
- package/types/Controls/popOver.obs.d.ts +85 -85
- package/types/Controls/progressBar.obs.d.ts +23 -13
- package/types/Controls/progressTracker.obs.d.ts +29 -29
- package/types/Controls/progressTrackerSegment.obs.d.ts +46 -46
- package/types/Controls/racePicker.obs.d.ts +163 -132
- package/types/Controls/radioButton.obs.d.ts +101 -0
- package/types/Controls/radioButtonList.obs.d.ts +98 -98
- package/types/Controls/rangeSlider.obs.d.ts +127 -102
- package/types/Controls/rating.obs.d.ts +32 -32
- package/types/Controls/registrationInstanceBasePicker.obs.d.ts +158 -143
- package/types/Controls/registrationInstancePicker.obs.d.ts +39 -39
- package/types/Controls/registrationTemplatePicker.obs.d.ts +28 -28
- package/types/Controls/registryEntry.obs.d.ts +94 -91
- package/types/Controls/reminderTypePicker.obs.d.ts +158 -143
- package/types/Controls/remoteAuthsPicker.obs.d.ts +139 -130
- package/types/Controls/reportPicker.obs.d.ts +52 -52
- package/types/Controls/rockAttributeFilter.obs.d.ts +52 -52
- package/types/Controls/rockButton.obs.d.ts +133 -124
- package/types/Controls/rockField.obs.d.ts +84 -82
- package/types/Controls/rockForm.obs.d.ts +71 -73
- package/types/Controls/rockFormField.obs.d.ts +117 -91
- package/types/Controls/rockFormFieldError.obs.d.ts +21 -21
- package/types/Controls/rockLabel.obs.d.ts +22 -22
- package/types/Controls/rockLiteral.obs.d.ts +31 -31
- package/types/Controls/rockSuspense.obs.d.ts +40 -42
- package/types/Controls/rockValidation.obs.d.ts +16 -16
- package/types/Controls/saveFinancialAccountForm.obs.d.ts +46 -46
- package/types/Controls/scheduleBuilder.obs.d.ts +99 -68
- package/types/Controls/schedulePicker.obs.d.ts +37 -28
- package/types/Controls/searchField.obs.d.ts +17 -0
- package/types/Controls/sectionContainer.obs.d.ts +54 -54
- package/types/Controls/sectionHeader.obs.d.ts +40 -40
- package/types/Controls/securityButton.obs.d.ts +85 -0
- package/types/Controls/slidingDateRangePicker.obs.d.ts +46 -46
- package/types/Controls/smsMessageEditor.obs.d.ts +226 -0
- package/types/Controls/socialSecurityNumberBox.obs.d.ts +23 -23
- package/types/Controls/standardFilterDaysBack.obs.d.ts +75 -66
- package/types/Controls/staticFormControl.obs.d.ts +23 -12
- package/types/Controls/stepProgramPicker.obs.d.ts +139 -130
- package/types/Controls/stepProgramStepStatusPicker.obs.d.ts +49 -50
- package/types/Controls/stepProgramStepTypePicker.obs.d.ts +49 -50
- package/types/Controls/stepStatusPicker.obs.d.ts +154 -139
- package/types/Controls/stepTypePicker.obs.d.ts +148 -139
- package/types/Controls/streakTypePicker.obs.d.ts +139 -130
- package/types/Controls/structuredContentEditor.obs.d.ts +103 -85
- package/types/Controls/switch.obs.d.ts +27 -27
- package/types/Controls/tabbedBar.obs.d.ts +42 -42
- package/types/Controls/tabbedContent.obs.d.ts +73 -22
- package/types/Controls/tabbedModal.obs.d.ts +56 -0
- package/types/Controls/tagList.obs.d.ts +120 -116
- package/types/Controls/termDescription.obs.d.ts +40 -0
- package/types/Controls/textBox.obs.d.ts +234 -186
- package/types/Controls/timeIntervalPicker.obs.d.ts +76 -67
- package/types/Controls/timePicker.obs.d.ts +87 -78
- package/types/Controls/toggle.obs.d.ts +71 -71
- package/types/Controls/transitionVerticalCollapse.obs.d.ts +22 -22
- package/types/Controls/treeItemPicker.obs.d.ts +157 -132
- package/types/Controls/treeList.obs.d.ts +139 -105
- package/types/Controls/urlLinkBox.obs.d.ts +31 -31
- package/types/Controls/valueDetailList.obs.d.ts +14 -14
- package/types/Controls/valueFilter.obs.d.ts +107 -0
- package/types/Controls/valueList.obs.d.ts +65 -65
- package/types/Controls/warningBlock.obs.d.ts +9 -0
- package/types/Controls/wordCloud.obs.d.ts +232 -233
- package/types/Controls/workflowActionTypePicker.obs.d.ts +18 -18
- package/types/Controls/workflowBasePicker.obs.d.ts +154 -139
- package/types/Controls/workflowPicker.obs.d.ts +39 -39
- package/types/Controls/workflowTypePicker.obs.d.ts +103 -94
- package/types/Controls/yearPicker.obs.d.ts +85 -0
- package/types/Core/Controls/financialGateway.d.ts +61 -61
- package/types/Core/Controls/grid.d.ts +406 -406
- package/types/Core/Controls/valueDetailListItemBuilder.d.ts +30 -30
- package/types/Core/Core/personPreferences.d.ts +102 -102
- package/types/Core/Reporting/comparisonType.d.ts +39 -39
- package/types/Core/Reporting/comparisonTypeOptions.d.ts +14 -14
- package/types/Core/Reporting/fieldFilter.d.ts +22 -22
- package/types/Core/Reporting/filterExpressionType.d.ts +28 -28
- package/types/Core/Reporting/filterMode.d.ts +7 -7
- package/types/Core/Utilities/assetProvider.d.ts +74 -0
- package/types/Core/Utilities/colorPair.d.ts +25 -25
- package/types/Core/Utilities/domUtils.d.ts +12 -12
- package/types/Core/Utilities/path.d.ts +36 -0
- package/types/Core/Utilities/rockColor.d.ts +270 -270
- package/types/Directives/dragDrop.d.ts +130 -130
- package/types/Directives/dragScroll.d.ts +28 -28
- package/types/Directives/shortcut.d.ts +4 -0
- package/types/Enums/AI/chatMessageRole.d.ts +13 -13
- package/types/Enums/AI/moderationFlags.d.ts +21 -21
- package/types/Enums/AI/nameRemoval.d.ts +13 -0
- package/types/Enums/AI/textEnhancement.d.ts +13 -0
- package/types/Enums/Blocks/Cms/ContentCollectionView/searchOrder.d.ts +20 -20
- package/types/Enums/Blocks/Communication/CommunicationEntry/mediumType.d.ts +15 -0
- package/types/Enums/Blocks/Communication/CommunicationEntry/mode.d.ts +11 -0
- package/types/Enums/Blocks/Communication/CommunicationEntry/pushOpenActionType.d.ts +15 -0
- package/types/Enums/Blocks/Communication/CommunicationEntryWizard/communicationType.d.ts +15 -0
- package/types/Enums/Blocks/Communication/CommunicationEntryWizard/pushOpenAction.d.ts +15 -0
- package/types/Enums/Blocks/Crm/FamilyPreRegistration/communicationPreference.d.ts +15 -15
- package/types/Enums/Blocks/Crm/familyPreRegistrationCommunicationPreference.d.ts +15 -15
- package/types/Enums/Blocks/Engagement/SignUp/registerMode.d.ts +13 -13
- package/types/Enums/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailDateSelectionMode.d.ts +15 -15
- package/types/Enums/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailLocationSelectionMode.d.ts +13 -13
- package/types/Enums/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailScheduleSelectionMode.d.ts +13 -13
- package/types/Enums/Blocks/Group/Scheduling/resourceListSourceType.d.ts +19 -19
- package/types/Enums/Blocks/Group/Scheduling/toolboxActionType.d.ts +16 -16
- package/types/Enums/Blocks/Group/Scheduling/toolboxScheduleRowActionType.d.ts +17 -17
- package/types/Enums/Blocks/Group/Scheduling/toolboxScheduleRowConfirmationStatus.d.ts +15 -15
- package/types/Enums/Blocks/Group/Scheduling/updateSchedulePreferenceMode.d.ts +19 -19
- package/types/Enums/Blocks/Security/AccountEntry/accountEntryStep.d.ts +19 -19
- package/types/Enums/Blocks/Security/ConfirmAccount/confirmAccountViewType.d.ts +17 -17
- package/types/Enums/Blocks/Security/ForgotUserName/sendInstructionsResultType.d.ts +16 -16
- package/types/Enums/Blocks/Security/Login/loginMethod.d.ts +11 -11
- package/types/Enums/Blocks/Security/Login/passwordlessLoginStep.d.ts +11 -11
- package/types/Enums/CheckIn/Labels/barcodeFormat.d.ts +11 -11
- package/types/Enums/CheckIn/Labels/ditherMode.d.ts +16 -16
- package/types/Enums/CheckIn/Labels/horizontalTextAlignment.d.ts +13 -13
- package/types/Enums/CheckIn/Labels/labelFieldType.d.ts +31 -31
- package/types/Enums/CheckIn/Labels/labelFormat.d.ts +14 -14
- package/types/Enums/CheckIn/Labels/labelType.d.ts +29 -29
- package/types/Enums/CheckIn/Labels/textCollectionFormat.d.ts +19 -19
- package/types/Enums/CheckIn/Labels/textFieldSubType.d.ts +15 -15
- package/types/Enums/CheckIn/abilityLevelDeterminationMode.d.ts +30 -30
- package/types/Enums/CheckIn/ageRestrictionMode.d.ts +31 -31
- package/types/Enums/CheckIn/alreadyEnrolledMatchingLogic.d.ts +24 -24
- package/types/Enums/CheckIn/autoSelectMode.d.ts +18 -18
- package/types/Enums/CheckIn/familySearchMode.d.ts +24 -24
- package/types/Enums/CheckIn/gradeAndAgeMatchingMode.d.ts +49 -49
- package/types/Enums/CheckIn/kioskCheckInMode.d.ts +11 -11
- package/types/Enums/CheckIn/locationSelectionStrategy.d.ts +35 -35
- package/types/Enums/CheckIn/phoneSearchMode.d.ts +11 -11
- package/types/Enums/CheckIn/successLavaTemplateDisplayMode.d.ts +13 -13
- package/types/Enums/Cms/blockLocation.d.ts +15 -15
- package/types/Enums/Cms/blockReloadMode.d.ts +22 -22
- package/types/Enums/Cms/botGuardianLevel.d.ts +13 -13
- package/types/Enums/Cms/contentChannelDateType.d.ts +13 -13
- package/types/Enums/Cms/contentChannelItemStatus.d.ts +13 -13
- package/types/Enums/Cms/contentCollectionFilterControl.d.ts +25 -25
- package/types/Enums/Cms/contentControlType.d.ts +11 -11
- package/types/Enums/Cms/contentLibraryItemExperienceLevel.d.ts +13 -13
- package/types/Enums/Cms/displayInNavWhen.d.ts +13 -13
- package/types/Enums/Cms/mobilePageType.d.ts +13 -13
- package/types/Enums/Cms/persistedDatasetDataFormat.d.ts +9 -9
- package/types/Enums/Cms/persistedDatasetScriptType.d.ts +9 -9
- package/types/Enums/Cms/siteType.d.ts +13 -13
- package/types/Enums/Cms/siteTypeFlags.d.ts +30 -30
- package/types/Enums/Cms/tagType.d.ts +11 -11
- package/types/Enums/Cms/themeFieldType.d.ts +34 -34
- package/types/Enums/Cms/themeFontAwesomeWeight.d.ts +22 -22
- package/types/Enums/Cms/themeIconSet.d.ts +11 -11
- package/types/Enums/Communication/Chat/chatRole.d.ts +13 -0
- package/types/Enums/Communication/Chat/chatSyncType.d.ts +23 -0
- package/types/Enums/Communication/communicationMessageFilter.d.ts +13 -13
- package/types/Enums/Communication/communicationRecipientStatus.d.ts +19 -19
- package/types/Enums/Communication/communicationStatus.d.ts +20 -20
- package/types/Enums/Communication/communicationTemplateVersion.d.ts +11 -0
- package/types/Enums/Communication/notificationClassification.d.ts +15 -15
- package/types/Enums/Communication/segmentCriteria.d.ts +11 -11
- package/types/Enums/Communication/unsubscribeLevel.d.ts +15 -0
- package/types/Enums/Configuration/databasePlatform.d.ts +24 -24
- package/types/Enums/Connection/connectionRequestViewModelSortProperty.d.ts +41 -41
- package/types/Enums/Connection/connectionTypeViewMode.d.ts +11 -11
- package/types/Enums/Connection/connectionWorkflowTriggerType.d.ts +27 -27
- package/types/Enums/Connection/groupRequirementsFilter.d.ts +13 -13
- package/types/Enums/Controls/alertType.d.ts +12 -12
- package/types/Enums/Controls/attributeFormat.d.ts +23 -0
- package/types/Enums/Controls/badgeType.d.ts +12 -0
- package/types/Enums/Controls/btnSize.d.ts +11 -11
- package/types/Enums/Controls/btnType.d.ts +17 -17
- package/types/Enums/Controls/controlLazyMode.d.ts +18 -18
- package/types/Enums/Controls/dayOfWeek.d.ts +21 -21
- package/types/Enums/Controls/detailPanelMode.d.ts +13 -13
- package/types/Enums/Controls/fieldFormat.d.ts +27 -0
- package/types/Enums/Controls/fieldSource.d.ts +25 -0
- package/types/Enums/Controls/gatewayEmitStrings.d.ts +11 -11
- package/types/Enums/Controls/locationPickerMode.d.ts +20 -20
- package/types/Enums/Controls/mediaPlayerControls.d.ts +21 -0
- package/types/Enums/Controls/mediaPlayerInterfaceType.d.ts +8 -0
- package/types/Enums/Controls/mediaSelectorMode.d.ts +11 -11
- package/types/Enums/Controls/mergeTemplateOwnership.d.ts +28 -28
- package/types/Enums/Controls/modalAlertType.d.ts +9 -9
- package/types/Enums/Controls/pickerDisplayStyle.d.ts +11 -11
- package/types/Enums/Controls/requirementLevel.d.ts +24 -24
- package/types/Enums/Controls/rockCacheabilityType.d.ts +15 -15
- package/types/Enums/Controls/slidingDateRangeType.d.ts +21 -21
- package/types/Enums/Controls/timeUnitType.d.ts +17 -17
- package/types/Enums/Controls/universalItemValuePickerDisplayStyle.d.ts +19 -19
- package/types/Enums/Core/Grid/booleanFilterMethod.d.ts +13 -13
- package/types/Enums/Core/Grid/columnPositionAnchor.d.ts +20 -20
- package/types/Enums/Core/Grid/dateFilterMethod.d.ts +79 -79
- package/types/Enums/Core/Grid/numberFilterMethod.d.ts +30 -30
- package/types/Enums/Core/Grid/pickExistingFilterMethod.d.ts +11 -11
- package/types/Enums/Core/Grid/textFilterMethod.d.ts +19 -19
- package/types/Enums/Core/addressInvalidReason.d.ts +13 -13
- package/types/Enums/Core/auditType.d.ts +13 -13
- package/types/Enums/Core/benchmarkRepititionMode.d.ts +22 -22
- package/types/Enums/Core/cameraBarcodeConfiguration.d.ts +15 -15
- package/types/Enums/Core/changeType.d.ts +10 -10
- package/types/Enums/Core/colorDepth.d.ts +19 -19
- package/types/Enums/Core/colorRecipe.d.ts +19 -19
- package/types/Enums/Core/colorScheme.d.ts +11 -11
- package/types/Enums/Core/followingSuggestedStatus.d.ts +13 -13
- package/types/Enums/Core/format.d.ts +25 -25
- package/types/Enums/Core/jobNotificationStatus.d.ts +15 -15
- package/types/Enums/Core/keyboardInputMode.d.ts +21 -21
- package/types/Enums/Core/kioskType.d.ts +13 -13
- package/types/Enums/Core/matchFlag.d.ts +17 -17
- package/types/Enums/Core/moveType.d.ts +15 -15
- package/types/Enums/Core/ncoaType.d.ts +15 -15
- package/types/Enums/Core/noteApprovalStatus.d.ts +13 -15
- package/types/Enums/Core/noteFormatType.d.ts +19 -19
- package/types/Enums/Core/notificationMessageActionType.d.ts +28 -28
- package/types/Enums/Core/printFrom.d.ts +11 -11
- package/types/Enums/Core/printTo.d.ts +13 -13
- package/types/Enums/Core/processed.d.ts +17 -17
- package/types/Enums/Core/resolution.d.ts +17 -17
- package/types/Enums/Core/signatureDocumentStatus.d.ts +17 -17
- package/types/Enums/Core/signatureType.d.ts +11 -11
- package/types/Enums/Core/specialRole.d.ts +15 -15
- package/types/Enums/Core/timeIntervalUnit.d.ts +19 -19
- package/types/Enums/Core/updatedAddressType.d.ts +13 -13
- package/types/Enums/Crm/ageBracket.d.ts +27 -27
- package/types/Enums/Crm/ageClassification.d.ts +13 -13
- package/types/Enums/Crm/assessmentRequestStatus.d.ts +20 -20
- package/types/Enums/Crm/authenticationServiceType.d.ts +11 -11
- package/types/Enums/Crm/emailPreference.d.ts +13 -13
- package/types/Enums/Crm/gender.d.ts +13 -13
- package/types/Enums/Crm/personalizationType.d.ts +11 -11
- package/types/Enums/Engagement/streakOccurrenceFrequency.d.ts +15 -15
- package/types/Enums/Engagement/streakStructureType.d.ts +25 -25
- package/types/Enums/Event/attendanceGraphBy.d.ts +17 -17
- package/types/Enums/Event/attendanceStatus.d.ts +13 -13
- package/types/Enums/Event/checkInStatus.d.ts +24 -24
- package/types/Enums/Event/interactiveExperienceApprovalStatus.d.ts +13 -13
- package/types/Enums/Event/interactiveExperienceCampusBehavior.d.ts +29 -29
- package/types/Enums/Event/interactiveExperiencePushNotificationType.d.ts +25 -25
- package/types/Enums/Event/registrantsSameFamily.d.ts +13 -13
- package/types/Enums/Event/registrarOption.d.ts +18 -18
- package/types/Enums/Event/registrationCostSummaryType.d.ts +12 -12
- package/types/Enums/Event/registrationFeeType.d.ts +11 -11
- package/types/Enums/Event/registrationFieldSource.d.ts +15 -15
- package/types/Enums/Event/registrationPersonFieldType.d.ts +38 -38
- package/types/Enums/Event/rsvp.d.ts +18 -18
- package/types/Enums/Event/scheduledAttendanceItemMatchesPreference.d.ts +13 -13
- package/types/Enums/Event/scheduledAttendanceItemStatus.d.ts +15 -15
- package/types/Enums/Event/schedulerResourceGroupMemberFilterType.d.ts +14 -14
- package/types/Enums/Event/sessionStatus.d.ts +13 -13
- package/types/Enums/Event/signatureDocumentAction.d.ts +11 -11
- package/types/Enums/Finance/alertType.d.ts +11 -11
- package/types/Enums/Finance/batchStatus.d.ts +22 -22
- package/types/Enums/Finance/benevolenceWorkflowTriggerType.d.ts +15 -15
- package/types/Enums/Finance/financialScheduledTransactionStatus.d.ts +19 -19
- package/types/Enums/Finance/{mICRStatus.d.ts → micrStatus.d.ts} +14 -14
- package/types/Enums/Finance/transactionGraphBy.d.ts +13 -13
- package/types/Enums/Group/appliesToAgeClassification.d.ts +13 -13
- package/types/Enums/Group/attendanceRecordRequiredForCheckIn.d.ts +13 -13
- package/types/Enums/Group/attendanceRule.d.ts +22 -22
- package/types/Enums/Group/dueDateType.d.ts +15 -15
- package/types/Enums/Group/groupCapacityRule.d.ts +13 -13
- package/types/Enums/Group/groupMemberStatus.d.ts +13 -13
- package/types/Enums/Group/meetsGroupRequirement.d.ts +14 -14
- package/types/Enums/Group/participationType.d.ts +11 -11
- package/types/Enums/Group/relationshipStrength.d.ts +15 -0
- package/types/Enums/Group/relationshipTrend.d.ts +13 -13
- package/types/Enums/Group/requirementCheckType.d.ts +13 -13
- package/types/Enums/Group/scheduleConfirmationLogic.d.ts +11 -11
- package/types/Enums/Group/scheduleCoordinatorNotificationType.d.ts +15 -15
- package/types/Enums/Lms/assignTo.d.ts +11 -11
- package/types/Enums/Lms/availabilityCriteria.d.ts +17 -17
- package/types/Enums/Lms/communicationMode.d.ts +13 -13
- package/types/Enums/Lms/completionStatus.d.ts +13 -13
- package/types/Enums/Lms/configurationMode.d.ts +11 -11
- package/types/Enums/Lms/dueDateChangeType.d.ts +20 -0
- package/types/Enums/Lms/dueDateCriteria.d.ts +15 -15
- package/types/Enums/Lms/learningCompletionStatus.d.ts +13 -13
- package/types/Enums/Lms/presentedFor.d.ts +31 -0
- package/types/Enums/Lms/requirementType.d.ts +13 -13
- package/types/Enums/Mobile/mobileNavigationActionType.d.ts +31 -31
- package/types/Enums/Net/cookieSameSiteMode.d.ts +36 -36
- package/types/Enums/Net/responseElementLocation.d.ts +20 -20
- package/types/Enums/Reporting/comparisonType.d.ts +35 -35
- package/types/Enums/Reporting/fieldFilterSourceType.d.ts +23 -23
- package/types/Enums/Reporting/filterExpressionType.d.ts +17 -17
- package/types/Enums/Reporting/filterMode.d.ts +17 -0
- package/types/Enums/Reporting/metricNumericDataType.d.ts +13 -13
- package/types/Enums/Reporting/metricValueType.d.ts +11 -11
- package/types/Enums/Reporting/reportFieldType.d.ts +10 -10
- package/types/Enums/Reporting/unitType.d.ts +13 -13
- package/types/Enums/Security/loginFailureReason.d.ts +23 -0
- package/types/Enums/WebFarm/logSeverity.d.ts +22 -22
- package/types/Enums/WebFarm/logType.d.ts +19 -19
- package/types/Enums/Workflow/workflowActionFormPersonEntryOption.d.ts +13 -13
- package/types/Enums/Workflow/workflowActionFormShowHideOption.d.ts +11 -11
- package/types/Enums/Workflow/workflowLoggingLevel.d.ts +15 -15
- package/types/Enums/Workflow/workflowTriggerType.d.ts +19 -19
- package/types/Enums/Workflow/workflowTriggerValueChangeType.d.ts +11 -11
- package/types/Enums/codeGenerateRestEndpoint.d.ts +38 -0
- package/types/FieldTypes/achievementTypeField.partial.d.ts +13 -0
- package/types/FieldTypes/achievementTypeFieldComponents.d.ts +35 -0
- package/types/FieldTypes/addressField.partial.d.ts +19 -19
- package/types/FieldTypes/addressFieldComponents.d.ts +39 -39
- package/types/FieldTypes/aiProviderField.partial.d.ts +10 -0
- package/types/FieldTypes/aiProviderFieldComponents.d.ts +36 -0
- package/types/FieldTypes/assessmentTypesField.partial.d.ts +16 -0
- package/types/FieldTypes/assessmentTypesFieldComponents.d.ts +62 -0
- package/types/FieldTypes/assetField.partial.d.ts +12 -0
- package/types/FieldTypes/assetFieldComponents.d.ts +42 -0
- package/types/FieldTypes/assetStorageProviderField.partial.d.ts +10 -0
- package/types/FieldTypes/assetStorageProviderFieldComponents.d.ts +36 -0
- package/types/FieldTypes/attendanceField.partial.d.ts +8 -0
- package/types/FieldTypes/attendanceFieldComponents.d.ts +30 -0
- package/types/FieldTypes/attributeField.partial.d.ts +16 -0
- package/types/FieldTypes/attributeFieldComponents.d.ts +61 -0
- package/types/FieldTypes/audioFileField.partial.d.ts +17 -0
- package/types/FieldTypes/audioFileFieldComponents.d.ts +65 -0
- package/types/FieldTypes/audioUrlField.partial.d.ts +12 -0
- package/types/FieldTypes/audioUrlFieldComponents.d.ts +30 -0
- package/types/FieldTypes/backgroundCheckField.partial.d.ts +14 -14
- package/types/FieldTypes/backgroundCheckFieldComponents.d.ts +71 -71
- package/types/FieldTypes/badgesField.partial.d.ts +12 -0
- package/types/FieldTypes/badgesFieldComponents.d.ts +59 -0
- package/types/FieldTypes/benevolenceRequestField.partial.d.ts +7 -0
- package/types/FieldTypes/benevolenceRequestFieldComponents.d.ts +30 -0
- package/types/FieldTypes/benevolenceTypeField.partial.d.ts +9 -0
- package/types/FieldTypes/benevolenceTypeFieldComponents.d.ts +32 -0
- package/types/FieldTypes/binaryFileField.partial.d.ts +12 -0
- package/types/FieldTypes/binaryFileFieldComponents.d.ts +65 -0
- package/types/FieldTypes/binaryFileTypeField.partial.d.ts +9 -0
- package/types/FieldTypes/binaryFileTypeFieldComponents.d.ts +35 -0
- package/types/FieldTypes/binaryFileTypesField.partial.d.ts +12 -0
- package/types/FieldTypes/binaryFileTypesFieldComponents.d.ts +59 -0
- package/types/FieldTypes/blockTemplateField.partial.d.ts +10 -0
- package/types/FieldTypes/blockTemplateFieldComponents.d.ts +58 -0
- package/types/FieldTypes/booleanField.partial.d.ts +19 -19
- package/types/FieldTypes/booleanFieldComponents.d.ts +107 -107
- package/types/FieldTypes/campusField.partial.d.ts +30 -30
- package/types/FieldTypes/campusFieldComponents.d.ts +99 -99
- package/types/FieldTypes/campusesField.partial.d.ts +26 -26
- package/types/FieldTypes/campusesFieldComponents.d.ts +74 -74
- package/types/FieldTypes/captchaField.partial.d.ts +13 -0
- package/types/FieldTypes/captchaFieldComponents.d.ts +53 -0
- package/types/FieldTypes/categoriesField.partial.d.ts +16 -16
- package/types/FieldTypes/categoriesFieldComponents.d.ts +66 -66
- package/types/FieldTypes/categorizedDefinedValueField.partial.d.ts +17 -18
- package/types/FieldTypes/categorizedDefinedValueFieldComponents.d.ts +70 -70
- package/types/FieldTypes/categoryField.partial.d.ts +16 -16
- package/types/FieldTypes/categoryFieldComponents.d.ts +66 -66
- package/types/FieldTypes/checkListField.partial.d.ts +21 -21
- package/types/FieldTypes/checkListFieldComponents.d.ts +93 -93
- package/types/FieldTypes/checkinConfigurationTypeField.partial.d.ts +15 -0
- package/types/FieldTypes/checkinConfigurationTypeFieldComponents.d.ts +58 -0
- package/types/FieldTypes/codeEditorField.partial.d.ts +18 -0
- package/types/FieldTypes/codeEditorFieldComponents.d.ts +62 -0
- package/types/FieldTypes/colorField.partial.d.ts +9 -9
- package/types/FieldTypes/colorFieldComponents.d.ts +69 -69
- package/types/FieldTypes/colorSelectorComponents.d.ts +59 -59
- package/types/FieldTypes/colorSelectorField.partial.d.ts +12 -12
- package/types/FieldTypes/colorSelectorField.types.partial.d.ts +4 -4
- package/types/FieldTypes/colorSelectorField.utils.partial.d.ts +23 -23
- package/types/FieldTypes/communicationPreferenceField.partial.d.ts +15 -15
- package/types/FieldTypes/communicationPreferenceFieldComponents.d.ts +56 -56
- package/types/FieldTypes/communicationTemplateField.partial.d.ts +11 -11
- package/types/FieldTypes/communicationTemplateFieldComponents.d.ts +52 -52
- package/types/FieldTypes/comparisonField.partial.d.ts +10 -0
- package/types/FieldTypes/comparisonFieldComponents.d.ts +32 -0
- package/types/FieldTypes/componentField.partial.d.ts +10 -0
- package/types/FieldTypes/componentFieldComponents.d.ts +60 -0
- package/types/FieldTypes/componentsField.partial.d.ts +10 -0
- package/types/FieldTypes/componentsFieldComponents.d.ts +60 -0
- package/types/FieldTypes/conditionalScaleField.partial.d.ts +23 -0
- package/types/FieldTypes/conditionalScaleFieldComponents.d.ts +63 -0
- package/types/FieldTypes/connectionActivityTypeField.partial.d.ts +15 -0
- package/types/FieldTypes/connectionActivityTypeFieldComponents.d.ts +59 -0
- package/types/FieldTypes/connectionOpportunityField.partial.d.ts +15 -0
- package/types/FieldTypes/connectionOpportunityFieldComponents.d.ts +59 -0
- package/types/FieldTypes/connectionRequestActivityField.partial.d.ts +7 -0
- package/types/FieldTypes/connectionRequestActivityFieldComponents.d.ts +30 -0
- package/types/FieldTypes/connectionRequestField.partial.d.ts +7 -0
- package/types/FieldTypes/connectionRequestFieldComponents.d.ts +35 -0
- package/types/FieldTypes/connectionStateField.partial.d.ts +11 -0
- package/types/FieldTypes/connectionStateFieldComponents.d.ts +57 -0
- package/types/FieldTypes/connectionStatusField.partial.d.ts +15 -0
- package/types/FieldTypes/connectionStatusFieldComponents.d.ts +59 -0
- package/types/FieldTypes/connectionTypeField.partial.d.ts +13 -13
- package/types/FieldTypes/connectionTypeFieldComponents.d.ts +35 -35
- package/types/FieldTypes/connectionTypesField.partial.d.ts +15 -13
- package/types/FieldTypes/connectionTypesFieldComponents.d.ts +58 -36
- package/types/FieldTypes/contentChannelField.partial.d.ts +12 -0
- package/types/FieldTypes/contentChannelFieldComponents.d.ts +32 -0
- package/types/FieldTypes/contentChannelItemField.partial.d.ts +13 -0
- package/types/FieldTypes/contentChannelItemFieldComponents.d.ts +57 -0
- package/types/FieldTypes/contentChannelTypeField.partial.d.ts +12 -0
- package/types/FieldTypes/contentChannelTypeFieldComponents.d.ts +32 -0
- package/types/FieldTypes/contentChannelTypesField.partial.d.ts +12 -0
- package/types/FieldTypes/contentChannelTypesFieldComponents.d.ts +59 -0
- package/types/FieldTypes/contentChannelsField.partial.d.ts +12 -0
- package/types/FieldTypes/contentChannelsFieldComponents.d.ts +59 -0
- package/types/FieldTypes/currencyField.partial.d.ts +12 -12
- package/types/FieldTypes/currencyFieldComponents.d.ts +31 -31
- package/types/FieldTypes/dataEntryRequirementLevelField.partial.d.ts +15 -0
- package/types/FieldTypes/dataEntryRequirementLevelFieldComponents.d.ts +56 -0
- package/types/FieldTypes/dataViewField.partial.d.ts +14 -0
- package/types/FieldTypes/dataViewFieldComponents.d.ts +64 -0
- package/types/FieldTypes/dataViewsField.partial.d.ts +14 -0
- package/types/FieldTypes/dataViewsFieldComponents.d.ts +78 -0
- package/types/FieldTypes/dateField.partial.d.ts +49 -49
- package/types/FieldTypes/dateFieldComponents.d.ts +123 -123
- package/types/FieldTypes/dateRangeField.partial.d.ts +11 -11
- package/types/FieldTypes/dateRangeFieldComponents.d.ts +31 -31
- package/types/FieldTypes/dateTimeField.partial.d.ts +38 -38
- package/types/FieldTypes/dateTimeFieldComponents.d.ts +113 -113
- package/types/FieldTypes/dayOfWeekField.partial.d.ts +11 -11
- package/types/FieldTypes/dayOfWeekFieldComponents.d.ts +59 -59
- package/types/FieldTypes/daysOfWeekField.partial.d.ts +12 -12
- package/types/FieldTypes/daysOfWeekFieldComponents.d.ts +34 -34
- package/types/FieldTypes/decimalField.partial.d.ts +12 -12
- package/types/FieldTypes/decimalFieldComponents.d.ts +31 -31
- package/types/FieldTypes/decimalRangeField.partial.d.ts +11 -11
- package/types/FieldTypes/decimalRangeFieldComponents.d.ts +32 -32
- package/types/FieldTypes/definedTypeField.partial.d.ts +10 -0
- package/types/FieldTypes/definedTypeFieldComponents.d.ts +32 -0
- package/types/FieldTypes/definedValueField.partial.d.ts +70 -70
- package/types/FieldTypes/definedValueFieldComponents.d.ts +125 -105
- package/types/FieldTypes/definedValueRangeField.partial.d.ts +36 -25
- package/types/FieldTypes/definedValueRangeFieldComponents.d.ts +60 -36
- package/types/FieldTypes/documentTypeField.partial.d.ts +11 -0
- package/types/FieldTypes/documentTypeFieldComponents.d.ts +56 -0
- package/types/FieldTypes/emailField.partial.d.ts +13 -13
- package/types/FieldTypes/emailFieldComponents.d.ts +61 -61
- package/types/FieldTypes/encryptedTextField.partial.d.ts +19 -0
- package/types/FieldTypes/encryptedTextFieldComponents.d.ts +63 -0
- package/types/FieldTypes/entityField.partial.d.ts +10 -0
- package/types/FieldTypes/entityFieldComponents.d.ts +57 -0
- package/types/FieldTypes/entityTypeField.partial.d.ts +12 -0
- package/types/FieldTypes/entityTypeFieldComponents.d.ts +56 -0
- package/types/FieldTypes/eventCalendarField.partial.d.ts +10 -0
- package/types/FieldTypes/eventCalendarFieldComponents.d.ts +35 -0
- package/types/FieldTypes/eventItemField.partial.d.ts +11 -0
- package/types/FieldTypes/eventItemFieldComponents.d.ts +35 -0
- package/types/FieldTypes/fieldType.d.ts +25 -25
- package/types/FieldTypes/fileField.partial.d.ts +28 -28
- package/types/FieldTypes/fileFieldComponents.d.ts +62 -62
- package/types/FieldTypes/financialAccountField.partial.d.ts +17 -17
- package/types/FieldTypes/financialAccountFieldComponents.d.ts +62 -62
- package/types/FieldTypes/financialAccountsField.partial.d.ts +17 -17
- package/types/FieldTypes/financialAccountsFieldComponents.d.ts +62 -62
- package/types/FieldTypes/financialGatewayField.partial.d.ts +11 -0
- package/types/FieldTypes/financialGatewayFieldComponents.d.ts +35 -0
- package/types/FieldTypes/financialStatementTemplateField.partial.d.ts +7 -0
- package/types/FieldTypes/financialStatementTemplateFieldComponents.d.ts +31 -0
- package/types/FieldTypes/genderField.partial.d.ts +10 -10
- package/types/FieldTypes/genderFieldComponents.d.ts +57 -57
- package/types/FieldTypes/groupAndRoleField.partial.d.ts +21 -21
- package/types/FieldTypes/groupAndRoleFieldComponents.d.ts +71 -72
- package/types/FieldTypes/groupField.partial.d.ts +11 -11
- package/types/FieldTypes/groupFieldComponents.d.ts +35 -35
- package/types/FieldTypes/groupLocationTypeField.partial.d.ts +15 -15
- package/types/FieldTypes/groupLocationTypeFieldComponents.d.ts +75 -65
- package/types/FieldTypes/groupMemberField.partial.d.ts +16 -16
- package/types/FieldTypes/groupMemberFieldComponents.d.ts +63 -63
- package/types/FieldTypes/groupMemberRequirementField.partial.d.ts +8 -0
- package/types/FieldTypes/groupMemberRequirementFieldComponents.d.ts +30 -0
- package/types/FieldTypes/groupRoleField.partial.d.ts +14 -14
- package/types/FieldTypes/groupRoleFieldComponents.d.ts +75 -65
- package/types/FieldTypes/groupTypeField.partial.d.ts +15 -15
- package/types/FieldTypes/groupTypeFieldComponents.d.ts +59 -59
- package/types/FieldTypes/groupTypeGroupField.partial.d.ts +15 -0
- package/types/FieldTypes/groupTypeGroupFieldComponents.d.ts +66 -0
- package/types/FieldTypes/groupTypesField.partial.d.ts +15 -15
- package/types/FieldTypes/groupTypesFieldComponents.d.ts +55 -55
- package/types/FieldTypes/htmlField.partial.d.ts +21 -0
- package/types/FieldTypes/htmlFieldComponents.d.ts +64 -0
- package/types/FieldTypes/imageField.partial.d.ts +40 -31
- package/types/FieldTypes/imageFieldComponents.d.ts +64 -63
- package/types/FieldTypes/index.d.ts +1 -1
- package/types/FieldTypes/integerField.partial.d.ts +12 -12
- package/types/FieldTypes/integerFieldComponents.d.ts +31 -31
- package/types/FieldTypes/integerRangeField.partial.d.ts +11 -11
- package/types/FieldTypes/integerRangeFieldComponents.d.ts +32 -32
- package/types/FieldTypes/interactionChannelField.partial.d.ts +7 -0
- package/types/FieldTypes/interactionChannelFieldComponents.d.ts +35 -0
- package/types/FieldTypes/interactionChannelInteractionComponentField.partial.d.ts +10 -0
- package/types/FieldTypes/interactionChannelInteractionComponentFieldComponents.d.ts +62 -0
- package/types/FieldTypes/interactionChannelsField.partial.d.ts +12 -0
- package/types/FieldTypes/interactionChannelsFieldComponents.d.ts +59 -0
- package/types/FieldTypes/keyValueListField.partial.d.ts +31 -31
- package/types/FieldTypes/keyValueListFieldComponents.d.ts +70 -74
- package/types/FieldTypes/labelField.partial.d.ts +15 -0
- package/types/FieldTypes/labelFieldComponents.d.ts +31 -0
- package/types/FieldTypes/lavaCommandsField.partial.d.ts +10 -0
- package/types/FieldTypes/lavaCommandsFieldComponents.d.ts +60 -0
- package/types/FieldTypes/lavaField.partial.d.ts +18 -0
- package/types/FieldTypes/lavaFieldComponents.d.ts +62 -0
- package/types/FieldTypes/locationField.partial.d.ts +19 -19
- package/types/FieldTypes/locationFieldComponents.d.ts +78 -78
- package/types/FieldTypes/locationListField.partial.d.ts +26 -26
- package/types/FieldTypes/locationListFieldComponents.d.ts +76 -76
- package/types/FieldTypes/markdownField.partial.d.ts +15 -0
- package/types/FieldTypes/markdownFieldComponents.d.ts +30 -0
- package/types/FieldTypes/matrixField.partial.d.ts +22 -0
- package/types/FieldTypes/matrixFieldComponents.d.ts +75 -0
- package/types/FieldTypes/mediaElementField.partial.d.ts +20 -0
- package/types/FieldTypes/mediaElementFieldComponents.d.ts +79 -0
- package/types/FieldTypes/mediaSelectorField.partial.d.ts +14 -14
- package/types/FieldTypes/mediaSelectorFieldComponents.d.ts +70 -70
- package/types/FieldTypes/mediaWatchField.partial.d.ts +19 -0
- package/types/FieldTypes/mediaWatchFieldComponents.d.ts +69 -0
- package/types/FieldTypes/memoField.partial.d.ts +18 -18
- package/types/FieldTypes/memoFieldComponents.d.ts +91 -91
- package/types/FieldTypes/mergeTemplateField.partial.d.ts +7 -0
- package/types/FieldTypes/mergeTemplateFieldComponents.d.ts +35 -0
- package/types/FieldTypes/metricCategoriesField.partial.d.ts +7 -0
- package/types/FieldTypes/metricCategoriesFieldComponents.d.ts +35 -0
- package/types/FieldTypes/metricField.partial.d.ts +7 -0
- package/types/FieldTypes/metricFieldComponents.d.ts +35 -0
- package/types/FieldTypes/mobileNavigationActionField.partial.d.ts +10 -10
- package/types/FieldTypes/mobileNavigationActionFieldComponents.d.ts +35 -35
- package/types/FieldTypes/monthDayField.partial.d.ts +10 -10
- package/types/FieldTypes/monthDayFieldComponents.d.ts +31 -31
- package/types/FieldTypes/multiSelectField.partial.d.ts +24 -24
- package/types/FieldTypes/multiSelectFieldComponents.d.ts +101 -101
- package/types/FieldTypes/noteTypeField.partial.d.ts +17 -17
- package/types/FieldTypes/noteTypeFieldComponents.d.ts +63 -63
- package/types/FieldTypes/noteTypesField.partial.d.ts +18 -18
- package/types/FieldTypes/noteTypesFieldComponents.d.ts +65 -65
- package/types/FieldTypes/pageReferenceField.partial.d.ts +7 -0
- package/types/FieldTypes/pageReferenceFieldComponents.d.ts +43 -0
- package/types/FieldTypes/persistedDatasetField.partial.d.ts +10 -0
- package/types/FieldTypes/persistedDatasetFieldComponents.d.ts +32 -0
- package/types/FieldTypes/personField.partial.d.ts +14 -14
- package/types/FieldTypes/personFieldComponents.d.ts +58 -58
- package/types/FieldTypes/phoneNumberField.partial.d.ts +10 -10
- package/types/FieldTypes/phoneNumberFieldComponents.d.ts +31 -31
- package/types/FieldTypes/prayerRequestField.partial.d.ts +10 -0
- package/types/FieldTypes/prayerRequestFieldComponents.d.ts +40 -0
- package/types/FieldTypes/rangeSliderField.partial.d.ts +16 -16
- package/types/FieldTypes/rangeSliderFieldComponents.d.ts +60 -59
- package/types/FieldTypes/ratingField.partial.d.ts +22 -22
- package/types/FieldTypes/ratingFieldComponents.d.ts +65 -65
- package/types/FieldTypes/registrationInstanceField.partial.d.ts +10 -0
- package/types/FieldTypes/registrationInstanceFieldComponents.d.ts +65 -0
- package/types/FieldTypes/registrationTemplateField.partial.d.ts +10 -0
- package/types/FieldTypes/registrationTemplateFieldComponents.d.ts +35 -0
- package/types/FieldTypes/registrationTemplatesField.partial.d.ts +10 -0
- package/types/FieldTypes/registrationTemplatesFieldComponents.d.ts +35 -0
- package/types/FieldTypes/registryEntryField.partial.d.ts +7 -7
- package/types/FieldTypes/registryEntryFieldComponents.d.ts +32 -32
- package/types/FieldTypes/reminderTypeField.partial.d.ts +19 -19
- package/types/FieldTypes/reminderTypeFieldComponents.d.ts +36 -36
- package/types/FieldTypes/reminderTypesField.partial.d.ts +17 -17
- package/types/FieldTypes/reminderTypesFieldComponents.d.ts +55 -55
- package/types/FieldTypes/remoteAuthsField.partial.d.ts +13 -0
- package/types/FieldTypes/remoteAuthsFieldComponents.d.ts +32 -0
- package/types/FieldTypes/reportField.partial.d.ts +10 -0
- package/types/FieldTypes/reportFieldComponents.d.ts +32 -0
- package/types/FieldTypes/scheduleField.partial.d.ts +11 -11
- package/types/FieldTypes/scheduleFieldComponents.d.ts +35 -35
- package/types/FieldTypes/schedulesField.partial.d.ts +11 -11
- package/types/FieldTypes/schedulesFieldComponents.d.ts +35 -35
- package/types/FieldTypes/secondaryAuthsField.partial.d.ts +10 -0
- package/types/FieldTypes/secondaryAuthsFieldComponents.d.ts +32 -0
- package/types/FieldTypes/securityRoleField.partial.d.ts +15 -13
- package/types/FieldTypes/securityRoleFieldComponents.d.ts +35 -35
- package/types/FieldTypes/singleSelectField.partial.d.ts +21 -21
- package/types/FieldTypes/singleSelectFieldComponents.d.ts +101 -101
- package/types/FieldTypes/siteField.partial.d.ts +14 -0
- package/types/FieldTypes/siteFieldComponents.d.ts +56 -0
- package/types/FieldTypes/slidingDateRangeField.partial.d.ts +15 -15
- package/types/FieldTypes/slidingDateRangeFieldComponents.d.ts +66 -66
- package/types/FieldTypes/socialMediaAccountField.partial.d.ts +19 -19
- package/types/FieldTypes/socialMediaAccountFieldComponents.d.ts +58 -58
- package/types/FieldTypes/ssnField.partial.d.ts +8 -8
- package/types/FieldTypes/ssnFieldComponents.d.ts +30 -30
- package/types/FieldTypes/stepField.partial.d.ts +5 -0
- package/types/FieldTypes/stepFieldComponents.d.ts +1 -0
- package/types/FieldTypes/stepProgramField.partial.d.ts +10 -0
- package/types/FieldTypes/stepProgramFieldComponents.d.ts +33 -0
- package/types/FieldTypes/stepProgramStepStatusField.partial.d.ts +14 -0
- package/types/FieldTypes/stepProgramStepStatusFieldComponents.d.ts +41 -0
- package/types/FieldTypes/stepProgramStepTypeField.partial.d.ts +11 -0
- package/types/FieldTypes/stepProgramStepTypeFieldComponents.d.ts +41 -0
- package/types/FieldTypes/streakTypeField.partial.d.ts +13 -0
- package/types/FieldTypes/streakTypeFieldComponents.d.ts +32 -0
- package/types/FieldTypes/structureContentEditorField.partial.d.ts +7 -7
- package/types/FieldTypes/structureContentEditorFieldComponents.d.ts +30 -30
- package/types/FieldTypes/systemCommunicationField.partial.d.ts +13 -13
- package/types/FieldTypes/systemCommunicationFieldComponents.d.ts +52 -52
- package/types/FieldTypes/systemEmailField.partial.d.ts +10 -0
- package/types/FieldTypes/systemEmailFieldComponents.d.ts +32 -0
- package/types/FieldTypes/systemPhoneNumberField.partial.d.ts +13 -0
- package/types/FieldTypes/systemPhoneNumberFieldComponents.d.ts +60 -0
- package/types/FieldTypes/textField.partial.d.ts +17 -15
- package/types/FieldTypes/textFieldComponents.d.ts +70 -66
- package/types/FieldTypes/timeField.partial.d.ts +12 -12
- package/types/FieldTypes/timeFieldComponents.d.ts +34 -34
- package/types/FieldTypes/timeZoneField.partial.d.ts +14 -14
- package/types/FieldTypes/timeZoneFieldComponents.d.ts +32 -32
- package/types/FieldTypes/universalItemFieldComponents.d.ts +27 -27
- package/types/FieldTypes/universalItemPickerField.partial.d.ts +15 -15
- package/types/FieldTypes/universalItemPickerFieldComponents.d.ts +79 -79
- package/types/FieldTypes/universalItemSearchPickerField.partial.d.ts +13 -13
- package/types/FieldTypes/universalItemSearchPickerFieldComponents.d.ts +78 -78
- package/types/FieldTypes/universalItemTreePickerField.partial.d.ts +15 -15
- package/types/FieldTypes/universalItemTreePickerFieldComponents.d.ts +127 -127
- package/types/FieldTypes/urlLinkField.partial.d.ts +17 -17
- package/types/FieldTypes/urlLinkFieldComponents.d.ts +59 -59
- package/types/FieldTypes/utils.d.ts +111 -111
- package/types/FieldTypes/valueFilterField.partial.d.ts +15 -0
- package/types/FieldTypes/valueFilterFieldComponents.d.ts +65 -0
- package/types/FieldTypes/valueListField.partial.d.ts +21 -21
- package/types/FieldTypes/valueListFieldComponents.d.ts +64 -64
- package/types/FieldTypes/videoFileField.partial.d.ts +15 -0
- package/types/FieldTypes/videoFileFieldComponents.d.ts +65 -0
- package/types/FieldTypes/videoUrlField.partial.d.ts +7 -0
- package/types/FieldTypes/videoUrlFieldComponents.d.ts +30 -0
- package/types/FieldTypes/workflowActivityField.partial.d.ts +14 -0
- package/types/FieldTypes/workflowActivityFieldComponents.d.ts +57 -0
- package/types/FieldTypes/workflowAttributeField.partial.d.ts +11 -0
- package/types/FieldTypes/workflowAttributeFieldComponents.d.ts +56 -0
- package/types/FieldTypes/workflowField.partial.d.ts +13 -0
- package/types/FieldTypes/workflowFieldComponents.d.ts +62 -0
- package/types/FieldTypes/workflowTypeField.partial.d.ts +11 -11
- package/types/FieldTypes/workflowTypeFieldComponents.d.ts +35 -35
- package/types/FieldTypes/workflowTypesField.partial.d.ts +11 -0
- package/types/FieldTypes/workflowTypesFieldComponents.d.ts +35 -0
- package/types/PageState/index.d.ts +19 -19
- package/types/PageState/state.d.ts +15 -15
- package/types/SystemGuids/achievementType.d.ts +6 -6
- package/types/SystemGuids/assessmentType.d.ts +13 -13
- package/types/SystemGuids/attribute.d.ts +402 -384
- package/types/SystemGuids/authScope.d.ts +13 -13
- package/types/SystemGuids/badge.d.ts +33 -33
- package/types/SystemGuids/benevolenceType.d.ts +4 -4
- package/types/SystemGuids/binaryFile.d.ts +4 -4
- package/types/SystemGuids/binaryFiletype.d.ts +33 -33
- package/types/SystemGuids/block.d.ts +63 -63
- package/types/SystemGuids/blockType.d.ts +175 -167
- package/types/SystemGuids/category.d.ts +121 -107
- package/types/SystemGuids/communication.d.ts +7 -7
- package/types/SystemGuids/connectionActivityType.d.ts +13 -13
- package/types/SystemGuids/contentChannelType.d.ts +5 -5
- package/types/SystemGuids/definedType.d.ts +226 -220
- package/types/SystemGuids/definedValue.d.ts +535 -531
- package/types/SystemGuids/emailSection.d.ts +9 -0
- package/types/SystemGuids/entityType.d.ts +811 -793
- package/types/SystemGuids/fieldType.d.ts +337 -289
- package/types/SystemGuids/financialAccount.d.ts +9 -9
- package/types/SystemGuids/financialStatementTemplate.d.ts +4 -4
- package/types/SystemGuids/followingEventType.d.ts +19 -19
- package/types/SystemGuids/group.d.ts +45 -41
- package/types/SystemGuids/groupRole.d.ts +65 -61
- package/types/SystemGuids/groupType.d.ts +45 -41
- package/types/SystemGuids/interactionChannel.d.ts +26 -24
- package/types/SystemGuids/layout.d.ts +23 -19
- package/types/SystemGuids/learningActivityType.d.ts +5 -0
- package/types/SystemGuids/metric.d.ts +17 -11
- package/types/SystemGuids/noteType.d.ts +29 -29
- package/types/SystemGuids/page.d.ts +1639 -1709
- package/types/SystemGuids/pageRoute.d.ts +38 -38
- package/types/SystemGuids/person.d.ts +6 -6
- package/types/SystemGuids/serviceJob.d.ts +186 -160
- package/types/SystemGuids/signatureDocumentTemplate.d.ts +4 -4
- package/types/SystemGuids/site.d.ts +11 -11
- package/types/SystemGuids/snippetType.d.ts +5 -5
- package/types/SystemGuids/streakType.d.ts +4 -4
- package/types/SystemGuids/systemCommunication.d.ts +96 -92
- package/types/SystemGuids/systemEmail.d.ts +43 -43
- package/types/SystemGuids/workflowType.d.ts +9 -9
- package/types/Templates/block.d.ts +14 -14
- package/types/Templates/detailBlock.d.ts +392 -380
- package/types/Templates/rockBlock.partial.d.ts +284 -280
- package/types/Templates/rockPage.d.ts +63 -52
- package/types/Types/Controls/emailEditor.d.ts +0 -0
- package/types/Types/Controls/grid.d.ts +65 -2
- package/types/Types/Utility/block.d.ts +2 -1
- package/types/Types/Utility/http.d.ts +4 -2
- package/types/Types/Utility/support.d.ts +2 -2
- package/types/Utility/address.d.ts +7 -7
- package/types/Utility/arrayUtils.d.ts +20 -11
- package/types/Utility/aspDateFormat.d.ts +9 -9
- package/types/Utility/block.d.ts +285 -285
- package/types/Utility/booleanUtils.d.ts +16 -16
- package/types/Utility/browserBus.d.ts +207 -207
- package/types/Utility/cache.d.ts +33 -32
- package/types/Utility/cancellation.d.ts +58 -58
- package/types/Utility/component.d.ts +233 -199
- package/types/Utility/dateKey.d.ts +41 -41
- package/types/Utility/dialogs.d.ts +86 -80
- package/types/Utility/dom.d.ts +88 -0
- package/types/Utility/email.d.ts +5 -5
- package/types/Utility/enumUtils.d.ts +9 -9
- package/types/Utility/fieldTypes.d.ts +34 -20
- package/types/Utility/file.d.ts +40 -8
- package/types/Utility/form.d.ts +33 -33
- package/types/Utility/fullscreen.d.ts +37 -33
- package/types/Utility/geo.d.ts +45 -45
- package/types/Utility/guid.d.ts +39 -39
- package/types/Utility/http.d.ts +125 -94
- package/types/Utility/internetCalendar.d.ts +242 -242
- package/types/Utility/lava.d.ts +5 -1
- package/types/Utility/linq.d.ts +381 -174
- package/types/Utility/listItemBag.d.ts +2 -2
- package/types/Utility/localeDateFormatter.d.ts +52 -52
- package/types/Utility/mergeField.d.ts +8 -8
- package/types/Utility/numberUtils.d.ts +75 -75
- package/types/Utility/objectUtils.d.ts +35 -19
- package/types/Utility/page.d.ts +50 -50
- package/types/Utility/phone.d.ts +28 -28
- package/types/Utility/popover.d.ts +16 -16
- package/types/Utility/promiseUtils.d.ts +43 -43
- package/types/Utility/realTime.d.ts +79 -79
- package/types/Utility/regexPatterns.d.ts +27 -27
- package/types/Utility/rockCurrency.d.ts +129 -129
- package/types/Utility/rockDateTime.d.ts +342 -341
- package/types/Utility/screenSize.d.ts +9 -0
- package/types/Utility/slidingDateRange.d.ts +82 -82
- package/types/Utility/stringUtils.d.ts +175 -136
- package/types/Utility/structuredContentEditor.d.ts +8 -8
- package/types/Utility/suspense.d.ts +98 -98
- package/types/Utility/tooltip.d.ts +37 -22
- package/types/Utility/treeItemProviders.d.ts +582 -531
- package/types/Utility/url.d.ts +39 -39
- package/types/Utility/util.d.ts +74 -66
- package/types/Utility/validationRules.d.ts +49 -49
- package/types/ValidationRules/index.d.ts +3 -3
- package/types/ViewModels/Blocks/Administration/SystemConfiguration/uiSettingsConfigurationBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Bus/ConsumerList/consumerListBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Bus/ConsumerList/consumerListOptionsBag.d.ts +25 -0
- package/types/ViewModels/Blocks/CheckIn/AttendanceHistoryList/attendanceHistoryListOptionsBag.d.ts +48 -0
- package/types/ViewModels/Blocks/CheckIn/CheckInScheduleBuilder/checkInScheduleBuilderOptionsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkInAdvancedSettingsBag.d.ts +46 -0
- package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkInBarcodeSettingsBag.d.ts +40 -0
- package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkInDisplaySettingsBag.d.ts +43 -0
- package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkInGeneralSettingsBag.d.ts +61 -0
- package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkInHeaderTextBag.d.ts +52 -0
- package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkInRegistrationSettingsBag.d.ts +99 -0
- package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkInSearchSettingsBag.d.ts +40 -0
- package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkinTypeBag.d.ts +85 -0
- package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkinTypeDetailOptionsBag.d.ts +60 -0
- package/types/ViewModels/Blocks/Cms/AdaptiveMessageAdaptationDetail/adaptiveMessageAdaptationBag.d.ts +6 -0
- package/types/ViewModels/Blocks/Cms/AdaptiveMessageDetail/adaptiveMessageBag.d.ts +12 -0
- package/types/ViewModels/Blocks/Cms/AdaptiveMessageDetail/adaptiveMessageDetailOptionsBag.d.ts +4 -2
- package/types/ViewModels/Blocks/Cms/AdaptiveMessageList/adaptiveMessageListOptionsBag.d.ts +6 -0
- package/types/ViewModels/Blocks/Cms/AssetManager/assetManagerOptionsBag.d.ts +55 -0
- package/types/ViewModels/Blocks/Cms/BlockList/blockListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Cms/BlockTypeList/blockTypeListBag.d.ts +62 -0
- package/types/ViewModels/Blocks/Cms/BlockTypeList/blockTypeListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Cms/ContentChannelDetail/contentChannelBag.d.ts +126 -0
- package/types/ViewModels/Blocks/Cms/ContentChannelDetail/contentChannelDetailOptionsBag.d.ts +60 -0
- package/types/ViewModels/Blocks/Cms/ContentChannelItemList/contentChannelItemListOptionsBag.d.ts +60 -0
- package/types/ViewModels/Blocks/Cms/ContentChannelList/contentChannelListOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Cms/ContentChannelTypeDetail/contentChannelTypeBag.d.ts +73 -0
- package/types/ViewModels/Blocks/Cms/ContentChannelTypeDetail/contentChannelTypeDetailOptionsBag.d.ts +29 -0
- package/types/ViewModels/Blocks/Cms/ContentChannelTypeList/contentChannelTypeListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Cms/ContentCollectionView/customSettingsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Cms/LogSettings/logSettingsBag.d.ts +80 -0
- package/types/ViewModels/Blocks/Cms/LogSettings/logSettingsDetailOptionsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Cms/MediaAccountList/mediaAccountListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Cms/MediaFolderList/mediaFolderListOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Cms/PageList/pageListOptionsBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Cms/PageSearch/pageSearchBag.d.ts +29 -0
- package/types/ViewModels/Blocks/Cms/PageSearch/pageSearchPageBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Cms/PageShortLinkClickList/pageShortLinkClickListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Cms/PageShortLinkList/pageShortLinkListOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Cms/PersonalLinkList/personalLinkListOptionsBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Cms/PersonalLinkList/savePersonalLinkRequestBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Cms/PersonalLinkSectionList/personalLinkSectionListOptionsBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Cms/PersonalizationSegmentList/personalizationSegmentListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Cms/SiteDetail/siteBag.d.ts +14 -3
- package/types/ViewModels/Blocks/Cms/SiteDetail/siteDetailOptionsBag.d.ts +2 -3
- package/types/ViewModels/Blocks/Cms/SiteList/siteListOptionsBag.d.ts +10 -0
- package/types/ViewModels/Blocks/Communication/Chat/ChatConfiguration/chatConfigurationBag.d.ts +42 -0
- package/types/ViewModels/Blocks/Communication/Chat/ChatConfiguration/chatConfigurationInitializationBox.d.ts +42 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntryAuthorizationBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntryCommunicationBag.d.ts +128 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntryEmailMediumOptionsBag.d.ts +71 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntryGetRecipientsRequestBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntryInitializationBox.d.ts +88 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntryMediumOptionsBaseBag.d.ts +44 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntryPushMediumOptionsBag.d.ts +53 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntryPushNotificationOptionsBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntryRecipientBag.d.ts +63 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntrySaveMetricsReminderRequestBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntrySaveRequestBag.d.ts +128 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntrySaveResponseBag.d.ts +46 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntrySendRequestBag.d.ts +128 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntrySendResponseBag.d.ts +46 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntrySmsMediumOptionsBag.d.ts +53 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntryTestRequestBag.d.ts +128 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntryTestResponseBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardCheckShortLinkTokenBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardCommunicationBag.d.ts +138 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardCommunicationTemplateDetailBag.d.ts +108 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardCommunicationTemplateListItemBag.d.ts +54 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardGetEmailPreviewHtmlBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardInitializationBox.d.ts +123 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardPushNotificationOptionsBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardRecipientBag.d.ts +63 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardSaveCommunicationTemplateResponseBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardSaveMetricsReminderRequestBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardSaveResponseBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardSendResponseBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardSendTestCommunicationRequestBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/CommunicationList/communicationListOptionsBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Communication/NcoaProcess/ncoaProcessBag.d.ts +1 -0
- package/types/ViewModels/Blocks/Communication/SmsConversations/conversationBag.d.ts +86 -0
- package/types/ViewModels/Blocks/Communication/SmsConversations/messageBag.d.ts +43 -0
- package/types/ViewModels/Blocks/Communication/SmsConversations/responseListingStatusBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/SmsConversations/sendMessageBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Communication/SmsConversations/smsConversationsInitializationBox.d.ts +55 -0
- package/types/ViewModels/Blocks/Communication/SmsConversations/smsConversationsSaveNoteBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/SmsConversations/snippetBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Communication/SmsPipelineList/smsPipelineListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Communication/SystemCommunicationPreview/systemCommunicationPreviewInitializationBox.d.ts +75 -0
- package/types/ViewModels/Blocks/Core/AssetStorageProviderList/assetStorageProviderListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Core/AttributeMatrixTemplateDetail/attributeMatrixTemplateBag.d.ts +58 -0
- package/types/ViewModels/Blocks/Core/AttributeMatrixTemplateDetail/attributeMatrixTemplateDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Core/AttributeMatrixTemplateList/attributeMatrixTemplateListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Core/BinaryFileList/binaryFileListOptionsBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Core/BinaryFileTypeDetail/binaryFileTypeBag.d.ts +86 -0
- package/types/ViewModels/Blocks/Core/BinaryFileTypeDetail/binaryFileTypeDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Core/BinaryFileTypeList/binaryFileTypeListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Core/CampusDetail/campusBag.d.ts +6 -0
- package/types/ViewModels/Blocks/Core/CategoryDetail/categoryBag.d.ts +9 -0
- package/types/ViewModels/Blocks/Core/CategoryDetail/categoryDetailOptionsBag.d.ts +2 -0
- package/types/ViewModels/Blocks/Core/DefinedTypeDetail/definedTypeBag.d.ts +71 -0
- package/types/ViewModels/Blocks/Core/DefinedTypeDetail/definedTypeDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Core/DefinedTypeList/definedTypeListOptionsBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Core/DefinedValueList/definedValueBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Core/DeviceDetail/deviceBag.d.ts +85 -0
- package/types/ViewModels/Blocks/Core/DeviceDetail/deviceDetailOptionsBag.d.ts +44 -0
- package/types/ViewModels/Blocks/Core/DeviceList/deviceListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/{Crm → Core}/DocumentTypeDetail/documentTypeBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Core/DocumentTypeList/documentTypeListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Core/EntitySearchDetail/entitySearchBag.d.ts +106 -0
- package/types/ViewModels/Blocks/Core/EntitySearchDetail/entitySearchDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Core/EntitySearchDetail/previewResultsBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Core/EntitySearchList/entitySearchListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Core/EventList/eventListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Core/FollowingSuggestionTypeList/followingSuggestionTypeListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Core/InteractionChannelDetail/interactionChannelBag.d.ts +3 -3
- package/types/ViewModels/Blocks/Core/LocationList/locationListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Core/LogViewer/rockLogEventsBag.d.ts +2 -2
- package/types/ViewModels/Blocks/Core/NoteTypeDetail/noteTypeBag.d.ts +12 -0
- package/types/ViewModels/Blocks/Core/NoteTypeDetail/noteTypeDetailOptionsBag.d.ts +2 -0
- package/types/ViewModels/Blocks/Core/NoteTypeList/noteTypeListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Core/NoteWatchDetail/noteWatchBag.d.ts +73 -0
- package/types/ViewModels/Blocks/Core/NoteWatchDetail/noteWatchDetailOptionsBag.d.ts +45 -0
- package/types/ViewModels/Blocks/Core/NoteWatchList/noteWatchListOptionsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Core/Notes/noteBag.d.ts +5 -0
- package/types/ViewModels/Blocks/Core/Notes/noteTypeBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Core/PersonFollowingList/personFollowingListOptionsBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Core/PersonSuggestionList/personSuggestionListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Core/RestActionList/restActionListOptionsBag.d.ts +6 -0
- package/types/ViewModels/Blocks/Core/RestControllerList/restControllerListBag.d.ts +45 -0
- package/types/ViewModels/Blocks/Core/RestControllerList/restControllerListOptionsBag.d.ts +1 -0
- package/types/ViewModels/Blocks/Core/ScheduleList/scheduleListOptionsBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Core/ScheduledJobHistoryList/scheduledJobHistoryListOptionsBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Core/SignalTypeList/signalTypeListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Core/SignatureDocumentDetail/signatureDocumentBag.d.ts +134 -0
- package/types/ViewModels/Blocks/Core/SignatureDocumentDetail/signatureDocumentDetailOptionsBag.d.ts +25 -0
- package/types/ViewModels/Blocks/Core/SignatureDocumentList/signatureDocumentListOptionsBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Core/SignatureDocumentTemplateDetail/signatureDocumentTemplateBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Core/SignatureDocumentTemplateList/signatureDocumentTemplateListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Core/TagDetail/tagDetailOptionsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Core/TagList/tagListOptionsBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Core/TaggedItemList/taggedItemListOptionsBag.d.ts +7 -7
- package/types/ViewModels/Blocks/Crm/AssessmentList/assessmentListBag.d.ts +2 -8
- package/types/ViewModels/Blocks/Crm/AssessmentTypeDetail/assessmentTypeBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Crm/AssessmentTypeList/assessmentTypeListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Crm/BadgeList/badgeListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Crm/Disc/assessmentResponseBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Crm/Disc/assessmentResultsBag.d.ts +52 -0
- package/types/ViewModels/Blocks/Crm/Disc/discInitializationBox.d.ts +104 -0
- package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationInitializationBox.d.ts +9 -0
- package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationSaveRequestBag.d.ts +0 -3
- package/types/ViewModels/Blocks/Crm/NamelessPersonList/namelessPersonListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Crm/PhotoUpload/personPhotoBag.d.ts +54 -0
- package/types/ViewModels/Blocks/Crm/PhotoUpload/photoUploadInitializationBox.d.ts +44 -0
- package/types/ViewModels/Blocks/Crm/SignalTypeDetail/signalTypeBag.d.ts +53 -0
- package/types/ViewModels/Blocks/Crm/SignalTypeDetail/signalTypeDetailOptionsBag.d.ts +25 -0
- package/types/ViewModels/Blocks/Engagement/AchievementAttemptList/achievementAttemptListOptionsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Engagement/AchievementTypeDetail/achievementTypeBag.d.ts +123 -0
- package/types/ViewModels/Blocks/Engagement/AchievementTypeDetail/achievementTypeDetailOptionsBag.d.ts +25 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityList/connectionOpportunityListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Engagement/StepParticipantList/stepParticipantListOptionsBag.d.ts +48 -0
- package/types/ViewModels/Blocks/Engagement/StepProgramDetail/workflowTriggerBag.d.ts +50 -0
- package/types/ViewModels/Blocks/Engagement/StepProgramList/stepProgramListBag.d.ts +46 -0
- package/types/ViewModels/Blocks/Engagement/StepProgramList/stepProgramListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Engagement/StepTypeDetail/stepAttributeBag.d.ts +32 -0
- package/types/ViewModels/Blocks/Engagement/StepTypeDetail/stepTypeBag.d.ts +122 -0
- package/types/ViewModels/Blocks/Engagement/StepTypeDetail/stepTypeDetailOptionsBag.d.ts +32 -0
- package/types/ViewModels/Blocks/Engagement/StepTypeDetail/stepTypeWorkflowTriggerBag.d.ts +50 -0
- package/types/ViewModels/Blocks/Engagement/StepTypeList/stepTypeListOptionsBag.d.ts +43 -0
- package/types/ViewModels/Blocks/Engagement/Steps/stepFlowGetDataBag.d.ts +4 -4
- package/types/ViewModels/Blocks/Engagement/StreakDetail/streakBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Engagement/StreakTypeList/streakTypeListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Event/EventCalendarItemList/eventCalendarItemListOptionsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryInitializationBox.d.ts +3 -0
- package/types/ViewModels/Blocks/Event/RegistrationInstanceActiveList/registrationInstanceActiveListOptionsBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Example/ControlGallery/controlGalleryInitializationBox.d.ts +46 -0
- package/types/ViewModels/Blocks/Finance/BenevolenceTypeDetail/benevolenceTypeBag.d.ts +60 -0
- package/types/ViewModels/Blocks/Finance/BenevolenceTypeDetail/benevolenceTypeDetailOptionsBag.d.ts +32 -0
- package/types/ViewModels/Blocks/Finance/BenevolenceTypeDetail/benevolenceWorkflowBag.d.ts +50 -0
- package/types/ViewModels/Blocks/Finance/BusinessList/businessListBag.d.ts +59 -0
- package/types/ViewModels/Blocks/Finance/BusinessList/businessListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Finance/FinancialAccountDetail/financialAccountBag.d.ts +94 -0
- package/types/ViewModels/Blocks/Finance/FinancialAccountDetail/financialAccountDetailOptionsBag.d.ts +29 -0
- package/types/ViewModels/Blocks/Finance/FinancialAccountDetail/financialAccountParticipantBag.d.ts +38 -0
- package/types/ViewModels/Blocks/Finance/FinancialAccountList/financialAccountListOptionsBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Finance/FinancialBatchDetail/financialBatchAccountTotalsBag.d.ts +6 -0
- package/types/ViewModels/Blocks/Finance/FinancialBatchDetail/financialBatchDetailOptionsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Finance/FinancialGatewayDetail/financialGatewayBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Finance/FinancialGatewayList/financialGatewayListOptionsBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Finance/FinancialPersonBankAccountList/financialPersonBankAccountListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Finance/FinancialPersonSavedAccountDetail/financialPersonSavedAccountBag.d.ts +64 -0
- package/types/ViewModels/Blocks/Finance/FinancialPersonSavedAccountDetail/financialPersonSavedAccountDetailOptionsBag.d.ts +25 -0
- package/types/ViewModels/Blocks/Finance/FinancialPledgeList/financialPledgeListOptionsBag.d.ts +0 -12
- package/types/ViewModels/Blocks/Finance/FinancialScheduledTransactionList/financialScheduledTransactionListOptionsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Finance/FinancialStatementTemplateDetail/financialStatementTemplateBag.d.ts +112 -0
- package/types/ViewModels/Blocks/Finance/FinancialStatementTemplateDetail/financialStatementTemplateDetailOptionsBag.d.ts +35 -0
- package/types/ViewModels/Blocks/Finance/FinancialStatementTemplateList/financialStatementTemplateListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Finance/VolunteerGenerosityAnalysis/volunteerGenerosityDataBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Finance/VolunteerGenerosityAnalysis/volunteerGenerosityInitializationBox.d.ts +2 -1
- package/types/ViewModels/Blocks/Group/GroupArchivedList/groupArchivedListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Group/GroupMemberScheduleTemplateDetail/groupMemberScheduleTemplateBag.d.ts +44 -0
- package/types/ViewModels/Blocks/Group/GroupMemberScheduleTemplateDetail/groupMemberScheduleTemplateDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Group/GroupRequirementTypeDetail/groupRequirementTypeBag.d.ts +114 -0
- package/types/ViewModels/Blocks/Group/GroupRequirementTypeDetail/groupRequirementTypeDetailOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Group/GroupRequirementTypeList/groupRequirementTypeListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Group/GroupTypeList/groupTypeListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Group/Scheduling/GroupMemberScheduleTemplateList/groupMemberScheduleTemplateListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/initializationBox.d.ts +6 -0
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerOccurrenceBag.d.ts +10 -2
- package/types/ViewModels/Blocks/Lms/LearningActivityComponent/learningActivityComponentBag.d.ts +57 -0
- package/types/ViewModels/Blocks/Lms/LearningActivityComponent/learningActivityParticipantBag.d.ts +52 -0
- package/types/ViewModels/Blocks/Lms/LearningClassActivityCompletionDetail/learningClassActivityCompletionBag.d.ts +117 -0
- package/types/ViewModels/Blocks/Lms/LearningClassActivityCompletionDetail/learningClassActivityCompletionDetailOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Lms/LearningClassActivityCompletionList/learningClassActivityCompletionListOptionsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Lms/LearningClassActivityDetail/learningClassActivityBag.d.ts +139 -0
- package/types/ViewModels/Blocks/Lms/LearningClassActivityDetail/learningClassActivityDetailOptionsBag.d.ts +43 -0
- package/types/ViewModels/Blocks/Lms/LearningClassAnnouncementDetail/LearningClassAnnouncementDetailOptionsBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Lms/LearningClassAnnouncementDetail/learningClassAnnouncementBag.d.ts +52 -0
- package/types/ViewModels/Blocks/Lms/LearningClassContentPageDetail/LearningClassContentPageDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Lms/LearningClassContentPageDetail/learningClassContentPageBag.d.ts +48 -0
- package/types/ViewModels/Blocks/Lms/LearningClassDetail/learningClassBag.d.ts +87 -0
- package/types/ViewModels/Blocks/Lms/LearningClassDetail/learningClassDetailOptionsBag.d.ts +49 -0
- package/types/ViewModels/Blocks/Lms/LearningClassDetail/learningClassFacilitatorBag.d.ts +49 -0
- package/types/ViewModels/Blocks/Lms/LearningClassDetail/learningClassLocationBag.d.ts +32 -0
- package/types/ViewModels/Blocks/Lms/LearningClassList/learningClassListOptionsBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Lms/LearningCourseDetail/learningCourseBag.d.ts +101 -0
- package/types/ViewModels/Blocks/Lms/LearningCourseDetail/learningCourseDetailOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Lms/LearningCourseDetail/learningCourseRequirementBag.d.ts +44 -0
- package/types/ViewModels/Blocks/Lms/LearningCourseList/learningCourseListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Lms/LearningCourseRequirement/learningCourseRequirementBag.d.ts +52 -0
- package/types/ViewModels/Blocks/Lms/LearningGradingSystemDetail/learningGradingSystemBag.d.ts +45 -0
- package/types/ViewModels/Blocks/Lms/LearningGradingSystemDetail/learningGradingSystemDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Lms/LearningGradingSystemList/learningGradingSystemListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Lms/LearningGradingSystemScaleDetail/learningGradingSystemScaleBag.d.ts +51 -0
- package/types/ViewModels/Blocks/Lms/LearningGradingSystemScaleDetail/learningGradingSystemScaleDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Lms/LearningGradingSystemScaleList/learningGradingSystemScaleListOptionsBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Lms/LearningParticipantDetail/learningParticipantBag.d.ts +69 -0
- package/types/ViewModels/Blocks/Lms/LearningParticipantDetail/learningParticipantDetailOptionsBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Lms/LearningProgramCompletionDetail/learningProgramCompletionBag.d.ts +49 -0
- package/types/ViewModels/Blocks/Lms/LearningProgramCompletionDetail/learningProgramCompletionDetailBag.d.ts +43 -0
- package/types/ViewModels/Blocks/Lms/LearningProgramCompletionDetail/learningProgramCompletionDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Lms/LearningProgramCompletionList/learningProgramCompletionListOptionsBag.d.ts +27 -0
- package/types/ViewModels/Blocks/Lms/LearningProgramDetail/learningProgramBag.d.ts +121 -0
- package/types/ViewModels/Blocks/Lms/LearningProgramDetail/learningProgramDetailOptionsBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Lms/LearningProgramList/learningProgramListOptionsBag.d.ts +25 -0
- package/types/ViewModels/Blocks/Lms/LearningSemesterDetail/learningSemesterBag.d.ts +48 -0
- package/types/ViewModels/Blocks/Lms/LearningSemesterDetail/learningSemesterDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Lms/LearningSemesterList/learningSemesterListOptionsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Lms/PublicLearningClassEnrollment/publicLearningClassEnrollmentBlockBox.d.ts +49 -0
- package/types/ViewModels/Blocks/Lms/PublicLearningClassWorkspace/publicLearningClassWorkspaceBox.d.ts +108 -0
- package/types/ViewModels/Blocks/Lms/PublicLearningClassWorkspace/publicLearningClassWorkspaceNotificationBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Lms/PublicLearningCourseDetail/publicLearningCourseDetailBlockBox.d.ts +39 -0
- package/types/ViewModels/Blocks/Lms/PublicLearningCourseList/publicLearningCourseListBlockBox.d.ts +36 -0
- package/types/ViewModels/Blocks/Lms/PublicLearningProgramList/publicLearningProgramListBlockBox.d.ts +36 -0
- package/types/ViewModels/Blocks/Mobile/MobileLayoutDetail/mobileLayoutBag.d.ts +47 -0
- package/types/ViewModels/Blocks/Mobile/MobileLayoutDetail/mobileLayoutDetailOptionsBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Prayer/PrayerCommentList/prayerCommentListOptionsBag.d.ts +5 -0
- package/types/ViewModels/Blocks/Prayer/PrayerRequestDetail/prayerRequestBag.d.ts +9 -0
- package/types/ViewModels/Blocks/Prayer/PrayerRequestDetail/prayerRequestDetailAddPersonResponseBag.d.ts +8 -0
- package/types/ViewModels/Blocks/Prayer/PrayerRequestDetail/prayerRequestDetailOptionsBag.d.ts +6 -0
- package/types/ViewModels/Blocks/Reporting/InteractionComponentDetail/interactionComponentDetailInitializationBox.d.ts +43 -0
- package/types/ViewModels/Blocks/Reporting/InteractionDetail/interactionDetailInitializationBox.d.ts +39 -0
- package/types/ViewModels/Blocks/Reporting/MergeTemplateDetail/mergeTemplateDetailOptionsBag.d.ts +2 -0
- package/types/ViewModels/Blocks/Reporting/MetricValueDetail/metricValueBag.d.ts +59 -0
- package/types/ViewModels/Blocks/Reporting/MetricValueDetail/metricValueDetailOptionsBag.d.ts +29 -0
- package/types/ViewModels/Blocks/Reporting/MetricValueDetail/metricValuePartitionBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Reporting/PageParameterFilter/getUpdatedFiltersResponseBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Reporting/PersistedDataViewList/persistedDataViewListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Reporting/TithingOverview/tithingOverviewInitializationBox.d.ts +54 -0
- package/types/ViewModels/Blocks/Reporting/TithingOverview/tithingOverviewToolTipBag.d.ts +63 -0
- package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryInitializationBox.d.ts +3 -0
- package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryRegisterRequestBox.d.ts +0 -3
- package/types/ViewModels/Blocks/Tv/AppleTvAppDetail/appleTvAppBag.d.ts +1 -4
- package/types/ViewModels/Blocks/Tv/AppleTvPageList/appleTvPageListOptionsBag.d.ts +31 -0
- package/types/ViewModels/Blocks/WebFarm/WebFarmSettings/webFarmSettingsBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Workflow/WorkflowTriggerDetail/workflowTriggerBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Workflow/WorkflowTriggerDetail/workflowTriggerDetailOptionsBag.d.ts +25 -0
- package/types/ViewModels/Controls/datePartsPickerValueBag.d.ts +34 -0
- package/types/ViewModels/Controls/fieldPropertyItemBag.d.ts +46 -0
- package/types/ViewModels/Controls/fieldSettingBag.d.ts +54 -0
- package/types/ViewModels/Controls/fileAsset.d.ts +51 -0
- package/types/ViewModels/Controls/fullFieldSettingBag.d.ts +22 -0
- package/types/ViewModels/{Blocks/Engagement/Steps/flowNodeDiagramEdgeBag.d.ts → Controls/sankeyDiagramEdgeBag.d.ts} +1 -1
- package/types/ViewModels/{Blocks/Engagement/Steps/flowNodeDiagramNodeBag.d.ts → Controls/sankeyDiagramNodeBag.d.ts} +2 -2
- package/types/ViewModels/{Blocks/Engagement/Steps/flowNodeDiagramSettingsBag.d.ts → Controls/sankeyDiagramSettingsBag.d.ts} +2 -2
- package/types/ViewModels/Controls/valueFilter.d.ts +35 -0
- package/types/ViewModels/Core/entitySearchQueryBag.d.ts +75 -0
- package/types/ViewModels/Core/entitySearchResultsBag.d.ts +31 -0
- package/types/ViewModels/Finance/savedAccountTokenBag.d.ts +46 -0
- package/types/ViewModels/Finance/savedFinancialAccountListItemBag.d.ts +8 -0
- package/types/ViewModels/Rest/Controls/aiProviderPickerGetAIProviderOptionsBag.d.ts +29 -0
- package/types/ViewModels/Rest/Controls/aiProviderPickerGetAIProvidersOptionsBag.d.ts +29 -0
- package/types/ViewModels/Rest/Controls/assetManagerAddFolderOptionsBag.d.ts +37 -0
- package/types/ViewModels/Rest/Controls/assetManagerBaseOptionsBag.d.ts +31 -0
- package/types/ViewModels/Rest/Controls/assetManagerDeleteFilesOptionsBag.d.ts +37 -0
- package/types/ViewModels/Rest/Controls/assetManagerDownloadFileOptionsBag.d.ts +37 -0
- package/types/ViewModels/Rest/Controls/assetManagerExtractFileOptionsBag.d.ts +37 -0
- package/types/ViewModels/Rest/Controls/assetManagerGetChildrenOptionsBag.d.ts +32 -0
- package/types/ViewModels/Rest/Controls/assetManagerGetFilesOptionsBag.d.ts +37 -0
- package/types/ViewModels/Rest/Controls/assetManagerGetFilesResultsBag.d.ts +34 -0
- package/types/ViewModels/Rest/Controls/assetManagerGetListOfAllFoldersOptionsBag.d.ts +44 -0
- package/types/ViewModels/Rest/Controls/assetManagerGetRootFoldersOptionsBag.d.ts +60 -0
- package/types/ViewModels/Rest/Controls/assetManagerMoveFolderOptionsBag.d.ts +37 -0
- package/types/ViewModels/Rest/Controls/assetManagerRenameFileOptionsBag.d.ts +40 -0
- package/types/ViewModels/Rest/Controls/assetManagerRenameFolderOptionsBag.d.ts +37 -0
- package/types/ViewModels/Rest/Controls/assetManagerTreeItemBag.d.ts +69 -0
- package/types/ViewModels/Rest/Controls/attributeMatrixEditorNormalizeEditValueOptionsBag.d.ts +41 -0
- package/types/ViewModels/Rest/Controls/attributeMatrixEditorNormalizeEditValueResultsBag.d.ts +40 -0
- package/types/ViewModels/Rest/Controls/attributeMatrixEditorPublicItemBag.d.ts +47 -0
- package/types/ViewModels/Rest/Controls/badgeControlGetBadgeOptionsBag.d.ts +48 -0
- package/types/ViewModels/Rest/Controls/{definedValuePickerGetAttributesOptionsBag.d.ts → definedValueEditorGetAttributesOptionsBag.d.ts} +1 -1
- package/types/ViewModels/Rest/Controls/definedValueEditorGetAttributesResultsBag.d.ts +33 -0
- package/types/ViewModels/Rest/Controls/{definedValuePickerSaveNewValueOptionsBag.d.ts → definedValueEditorSaveNewValueOptionsBag.d.ts} +7 -1
- package/types/ViewModels/Rest/Controls/emailEditorAttendanceOccurrenceBag.d.ts +40 -0
- package/types/ViewModels/Rest/Controls/emailEditorCreateAttendanceOccurrenceOptionsBag.d.ts +37 -0
- package/types/ViewModels/Rest/Controls/emailEditorDeleteEmailSectionOptionsBag.d.ts +30 -0
- package/types/ViewModels/Rest/Controls/emailEditorEmailSectionBag.d.ts +49 -0
- package/types/ViewModels/Rest/Controls/emailEditorGetAttendanceOccurrenceOptionsBag.d.ts +28 -0
- package/types/ViewModels/Rest/Controls/emailEditorGetEmailSectionOptionsBag.d.ts +30 -0
- package/types/ViewModels/Rest/Controls/emailEditorGetFutureAttendanceOccurrencesOptionsBag.d.ts +30 -0
- package/types/ViewModels/Rest/Controls/emailEditorRegisterRsvpRecipientsOptionsBag.d.ts +31 -0
- package/types/ViewModels/Rest/Controls/entityPickerGetEntityTypeGuidsOptionsBag.d.ts +28 -0
- package/types/ViewModels/Rest/Controls/entityPickerGetFieldTypeConfigurationOptionsBag.d.ts +36 -0
- package/types/ViewModels/Rest/Controls/entityPickerGetFieldTypeConfigurationResultsBag.d.ts +39 -0
- package/types/ViewModels/Rest/Controls/entityTypePickerGetEntityTypesOptionsBag.d.ts +4 -0
- package/types/ViewModels/Rest/Controls/geoPickerGoogleMapSettingsBag.d.ts +3 -0
- package/types/ViewModels/Rest/Controls/groupMemberRequirementCardConfigBag.d.ts +55 -0
- package/types/ViewModels/Rest/Controls/groupMemberRequirementCardGetConfigOptionsBag.d.ts +43 -0
- package/types/ViewModels/Rest/Controls/groupMemberRequirementCardGetConfigResultsBag.d.ts +54 -0
- package/types/ViewModels/Rest/Controls/groupMemberRequirementCardMarkMetManuallyOptionsBag.d.ts +39 -0
- package/types/ViewModels/Rest/Controls/groupMemberRequirementCardRunWorkflowOptionsBag.d.ts +42 -0
- package/types/ViewModels/Rest/Controls/groupMemberRequirementCardRunWorkflowResultsBag.d.ts +38 -0
- package/types/ViewModels/Rest/Controls/groupMemberRequirementCardSubControlConfigBag.d.ts +37 -0
- package/types/ViewModels/Rest/Controls/groupMemberRequirementCategoryBag.d.ts +39 -0
- package/types/ViewModels/Rest/Controls/groupMemberRequirementContainerGetDataOptionsBag.d.ts +39 -0
- package/types/ViewModels/Rest/Controls/groupMemberRequirementContainerGetDataResultsBag.d.ts +37 -0
- package/types/ViewModels/Rest/Controls/groupMemberRequirementErrorBag.d.ts +34 -0
- package/types/ViewModels/Rest/Controls/matrixFieldDataBag.d.ts +47 -0
- package/types/ViewModels/Rest/Controls/mediaPlayerGetPlayerOptionsOptionsBag.d.ts +49 -0
- package/types/ViewModels/Rest/Controls/mediaPlayerOptionsBag.d.ts +156 -0
- package/types/ViewModels/Rest/Controls/mergeFieldPickerGetSearchedMergedFieldsOptionsBag.d.ts +34 -0
- package/types/ViewModels/Rest/Controls/pageNavButtonsGetLinksOptionsBag.d.ts +42 -0
- package/types/ViewModels/Rest/Controls/personBasicEditorBag.d.ts +79 -0
- package/types/ViewModels/Rest/Controls/reminderButtonAddReminderOptionsBag.d.ts +54 -0
- package/types/ViewModels/Rest/Controls/reminderButtonGetRemindersOptionsBag.d.ts +42 -0
- package/types/ViewModels/Rest/Controls/reminderButtonGetRemindersReminderBag.d.ts +51 -0
- package/types/ViewModels/Rest/Controls/reminderButtonGetRemindersResultsBag.d.ts +49 -0
- package/types/ViewModels/Rest/Controls/reminderButtonReminderActionOptionsBag.d.ts +39 -0
- package/types/ViewModels/Rest/Controls/schedulePickerGetChildrenOptionsBag.d.ts +3 -0
- package/types/ViewModels/Rest/Controls/structuredContentBag.d.ts +36 -0
- package/types/ViewModels/Rest/Controls/universalItemTreePickerOptionsBag.d.ts +2 -1
- package/types/ViewModels/Rest/Models/Workflows/launchWorkflowOptionsBag.d.ts +71 -0
- package/types/ViewModels/Rest/Models/Workflows/launchWorkflowResponseBag.d.ts +62 -0
- package/types/ViewModels/Rest/Models/createdAtResponseBag.d.ts +39 -0
- package/types/ViewModels/Rest/Models/itemIdentifierBag.d.ts +39 -0
- package/types/ViewModels/Rest/Models/modelAttributeValueBag.d.ts +40 -0
- package/types/ViewModels/Rock/Blocks/Communication/communicationEntryWizardSaveCommunicationTemplateResponseBag.d.ts +34 -0
- package/types/ViewModels/Utility/publicEditableAttributeBag.d.ts +9 -0
- package/types/Controls/genderDropDownList.obs.d.ts +0 -21
- package/types/Controls/skeleton.obs.d.ts +0 -9
- package/types/Enums/Lms/availableDateCalculationMethod.d.ts +0 -17
- package/types/Enums/Lms/dueDateCalculationMethod.d.ts +0 -15
- /package/types/ViewModels/Blocks/{Crm → Core}/DocumentTypeDetail/documentTypeDetailOptionsBag.d.ts +0 -0
|
@@ -1,793 +1,811 @@
|
|
|
1
|
-
/** Guids for EntityTypes */
|
|
2
|
-
export declare const EntityType: {
|
|
3
|
-
/** The EntityType Guid for Rock.Achievement.Component.AccumulativeAchievement */
|
|
4
|
-
AccumulativeAchievementComponent: string;
|
|
5
|
-
/** The achievement attempt */
|
|
6
|
-
AchievementAttempt: string;
|
|
7
|
-
/** The achievement type */
|
|
8
|
-
AchievementType: string;
|
|
9
|
-
/** The achievement type prerequisite */
|
|
10
|
-
AchievementTypePrerequisite: string;
|
|
11
|
-
/** The EntityType Guid for Rock.Model.AdaptiveMessage */
|
|
12
|
-
AdaptiveMessage: string;
|
|
13
|
-
/** The EntityType Guid for Rock.Model.AdaptiveMessageAdaptation */
|
|
14
|
-
AdaptiveMessageAdaptation: string;
|
|
15
|
-
/** The EntityType Guid for Rock.Model.AdaptiveMessageAdaptationSegment */
|
|
16
|
-
AdaptiveMessageAdaptationSegment: string;
|
|
17
|
-
/** The EntityType Guid for Rock.Model.AdaptiveMessageCategory */
|
|
18
|
-
AdaptiveMessageCategory: string;
|
|
19
|
-
/** The EntityType Guid for Rock.Model.AIProvider */
|
|
20
|
-
AiProvider: string;
|
|
21
|
-
/** The EntityType Guid for Rock.Model.AnalyticsDimCampus */
|
|
22
|
-
AnalyticsDimCampus: string;
|
|
23
|
-
/** The EntityType Guid for Rock.Model.AnalyticsDimFamilyCurrent */
|
|
24
|
-
AnalyticsDimFamilyCurrent: string;
|
|
25
|
-
/** The EntityType Guid for Rock.Model.AnalyticsDimFamilyHeadOfHousehold */
|
|
26
|
-
AnalyticsDimFamilyHeadOfHousehold: string;
|
|
27
|
-
/** The EntityType Guid for Rock.Model.AnalyticsDimFamilyHistorical */
|
|
28
|
-
AnalyticsDimFamilyHistorical: string;
|
|
29
|
-
/** The EntityType Guid for Rock.Model.AnalyticsDimFinancialAccount */
|
|
30
|
-
AnalyticsDimFinancialAccount: string;
|
|
31
|
-
/** The EntityType Guid for Rock.Model.AnalyticsDimFinancialBatch */
|
|
32
|
-
AnalyticsDimFinancialBatch: string;
|
|
33
|
-
/** The EntityType Guid for Rock.Model.AnalyticsDimPersonCurrent */
|
|
34
|
-
AnalyticsDimPersonCurrent: string;
|
|
35
|
-
/** The EntityType Guid for Rock.Model.AnalyticsDimPersonHistorical */
|
|
36
|
-
AnalyticsDimPersonHistorical: string;
|
|
37
|
-
/** The EntityType Guid for Rock.Model.AnalyticsFactAttendance */
|
|
38
|
-
AnalyticsFactAttendance: string;
|
|
39
|
-
/** The EntityType Guid for Rock.Model.AnalyticsFactFinancialTransaction */
|
|
40
|
-
AnalyticsFactFinancialTransaction: string;
|
|
41
|
-
/** The EntityType Guid for Rock.Model.AnalyticsSourceAttendance */
|
|
42
|
-
AnalyticsSourceAttendance: string;
|
|
43
|
-
/** The EntityType Guid for Rock.Model.AnalyticsSourceCampus */
|
|
44
|
-
AnalyticsSourceCampus: string;
|
|
45
|
-
/** The EntityType Guid for Rock.Model.AnalyticsSourceFamilyHistorical */
|
|
46
|
-
AnalyticsSourceFamilyHistorical: string;
|
|
47
|
-
/** The EntityType Guid for Rock.Model.AnalyticsSourceFinancialTransaction */
|
|
48
|
-
AnalyticsSourceFinancialTransaction: string;
|
|
49
|
-
/** The EntityType Guid for Rock.Model.AnalyticsSourceGivingUnit */
|
|
50
|
-
AnalyticsSourceGivingUnit: string;
|
|
51
|
-
/** The EntityType Guid for Rock.Model.AnalyticsSourcePersonHistorical */
|
|
52
|
-
AnalyticsSourcePersonHistorical: string;
|
|
53
|
-
/** The EntityType Guid for Rock.Model.Assessment */
|
|
54
|
-
Assessment: string;
|
|
55
|
-
/** The guid for the Rock.Model.AssessmentType entity. */
|
|
56
|
-
AssessmentType: string;
|
|
57
|
-
/** The EntityType Guid for Rock.Model.AssetStorageProvider */
|
|
58
|
-
AssetStorageProvider: string;
|
|
59
|
-
/** The guid for the Rock.Model.Attendance entity. */
|
|
60
|
-
Attendance: string;
|
|
61
|
-
/** The EntityType Guid for Rock.Model.AttendanceCheckInSession */
|
|
62
|
-
AttendanceCheckInSession: string;
|
|
63
|
-
/** The EntityType Guid for Rock.Model.AttendanceCode */
|
|
64
|
-
AttendanceCode: string;
|
|
65
|
-
/** The EntityType Guid for Rock.Model.AttendanceOccurrence */
|
|
66
|
-
AttendanceOccurrence: string;
|
|
67
|
-
/** The guid for the Rock.Model.Attribute entity. */
|
|
68
|
-
Attribute: string;
|
|
69
|
-
/** The EntityType Guid for Rock.Model.AttributeMatrix */
|
|
70
|
-
AttributeMatrix: string;
|
|
71
|
-
/** The EntityType Guid for Rock.Model.AttributeMatrixItem */
|
|
72
|
-
AttributeMatrixItem: string;
|
|
73
|
-
/** The EntityType Guid for Rock.Model.AttributeMatrixTemplate */
|
|
74
|
-
AttributeMatrixTemplate: string;
|
|
75
|
-
/** The EntityType Guid for Rock.Model.AttributeQualifier */
|
|
76
|
-
AttributeQualifier: string;
|
|
77
|
-
/** The EntityType Guid for Rock.Model.AttributeValue */
|
|
78
|
-
AttributeValue: string;
|
|
79
|
-
/** The EntityType Guid for Rock.Model.AttributeValueHistorical */
|
|
80
|
-
AttributeValueHistorical: string;
|
|
81
|
-
/** The EntityType Guid for Rock.Model.Audit */
|
|
82
|
-
Audit: string;
|
|
83
|
-
/** The EntityType Guid for Rock.Model.AuditDetail */
|
|
84
|
-
AuditDetail: string;
|
|
85
|
-
/** The EntityType Guid for Rock.Model.Auth */
|
|
86
|
-
Auth: string;
|
|
87
|
-
/** The EntityType Guid for Rock.Model.AuthAuditLog */
|
|
88
|
-
AuthAuditLog: string;
|
|
89
|
-
/** The EntityType Guid for Rock.Model.AuthClaim */
|
|
90
|
-
AuthClaim: string;
|
|
91
|
-
/** The EntityType Guid for Rock.Model.AuthClient */
|
|
92
|
-
AuthClient: string;
|
|
93
|
-
/** The EntityType Guid for Rock.Model.AuthScope */
|
|
94
|
-
AuthScope: string;
|
|
95
|
-
/** The database authentication provider */
|
|
96
|
-
AuthenticationDatabase: string;
|
|
97
|
-
/** The passwordless authentication provider */
|
|
98
|
-
AuthenticationPasswordless: string;
|
|
99
|
-
/** The pin authentication provider */
|
|
100
|
-
AuthenticationPin: string;
|
|
101
|
-
/** The EntityType Guid for Rock.Model.BackgroundCheck */
|
|
102
|
-
BackgroundCheck: string;
|
|
103
|
-
/** The guid for the Rock.Model.Badge entity */
|
|
104
|
-
Badge: string;
|
|
105
|
-
/** The benevolence request */
|
|
106
|
-
BenevolenceRequest: string;
|
|
107
|
-
/** The EntityType Guid for Rock.Model.BenevolenceRequestDocument */
|
|
108
|
-
BenevolenceRequestDocument: string;
|
|
109
|
-
/** The EntityType Guid for Rock.Model.BenevolenceResult */
|
|
110
|
-
BenevolenceResult: string;
|
|
111
|
-
/** The guid for the Rock.Model.BenevolenceType entity. */
|
|
112
|
-
BenevolenceType: string;
|
|
113
|
-
/** The EntityType Guid for Rock.Model.BenevolenceWorkflow */
|
|
114
|
-
BenevolenceWorkflow: string;
|
|
115
|
-
/** The EntityType Guid for Rock.Model.BinaryFile */
|
|
116
|
-
BinaryFile: string;
|
|
117
|
-
/** The EntityType Guid for Rock.Model.BinaryFileData */
|
|
118
|
-
BinaryFileData: string;
|
|
119
|
-
/** The EntityType Guid for Rock.Model.BinaryFileType */
|
|
120
|
-
BinaryFileType: string;
|
|
121
|
-
/** The Block entity type */
|
|
122
|
-
Block: string;
|
|
123
|
-
/** The EntityType Guid for Rock.Model.BlockType */
|
|
124
|
-
BlockType: string;
|
|
125
|
-
/** The campus */
|
|
126
|
-
Campus: string;
|
|
127
|
-
/** The EntityType Guid for Rock.Model.CampusSchedule */
|
|
128
|
-
CampusSchedule: string;
|
|
129
|
-
/** The EntityType Guid for Rock.Model.CampusTopic */
|
|
130
|
-
CampusTopic: string;
|
|
131
|
-
/** The EntityType Guid for Rock.Model.Category */
|
|
132
|
-
Category: string;
|
|
133
|
-
/** The EntityType Guid for Rock.Model.CheckInLabel */
|
|
134
|
-
CheckInLabel: string;
|
|
135
|
-
/** The checkr provider */
|
|
136
|
-
CheckrProvider: string;
|
|
137
|
-
/** The EntityType Guid for Rock.Model.Communication */
|
|
138
|
-
Communication: string;
|
|
139
|
-
/** The EntityType Guid for Rock.Model.CommunicationAttachment */
|
|
140
|
-
CommunicationAttachment: string;
|
|
141
|
-
/** The guid for the email communication medium */
|
|
142
|
-
CommunicationMediumEmail: string;
|
|
143
|
-
/** The guid for the push notification communication medium */
|
|
144
|
-
CommunicationMediumPushNotification: string;
|
|
145
|
-
/** The guid for the SMS communication medium */
|
|
146
|
-
CommunicationMediumSms: string;
|
|
147
|
-
/** The EntityType Guid for Rock.Model.CommunicationRecipient */
|
|
148
|
-
CommunicationRecipient: string;
|
|
149
|
-
/** The EntityType Guid for Rock.Model.CommunicationResponse */
|
|
150
|
-
CommunicationResponse: string;
|
|
151
|
-
/** The EntityType Guid for Rock.Model.CommunicationResponseAttachment */
|
|
152
|
-
CommunicationResponseAttachment: string;
|
|
153
|
-
/** The guid for Rock.Model.CommunicationTemplate */
|
|
154
|
-
CommunicationTemplate: string;
|
|
155
|
-
/** The EntityType Guid for Rock.Model.CommunicationTemplateAttachment */
|
|
156
|
-
CommunicationTemplateAttachment: string;
|
|
157
|
-
/** The guid for the Rock.Model.ConnectionActivityType entity */
|
|
158
|
-
ConnectionActivityType: string;
|
|
159
|
-
/** The guid for the Rock.Model.ConnectionOpportunity entity */
|
|
160
|
-
ConnectionOpportunity: string;
|
|
161
|
-
/** The guid for the Rock.Model.ConnectionOpportunityCampus entity */
|
|
162
|
-
ConnectionOpportunityCampus: string;
|
|
163
|
-
/** The EntityType Guid for Rock.Model.ConnectionOpportunityConnectorGroup */
|
|
164
|
-
ConnectionOpportunityConnectorGroup: string;
|
|
165
|
-
/** The guid for the Rock.Model.ConnectionOpportunityGroup entity */
|
|
166
|
-
ConnectionOpportunityGroup: string;
|
|
167
|
-
/** The EntityType Guid for Rock.Model.ConnectionOpportunityGroupConfig */
|
|
168
|
-
ConnectionOpportunityGroupConfig: string;
|
|
169
|
-
/** The guid for the Rock.Model.ConnectionRequest entity */
|
|
170
|
-
ConnectionRequest: string;
|
|
171
|
-
/** The guid for the Rock.Model.ConnectionRequestActivity entity */
|
|
172
|
-
ConnectionRequestActivity: string;
|
|
173
|
-
/** The guid for the Rock.Model.ConnectionRequestWorkflow entity */
|
|
174
|
-
ConnectionRequestWorkflow: string;
|
|
175
|
-
/** The guid for the Rock.Model.ConnectionStatus entity */
|
|
176
|
-
ConnectionStatus: string;
|
|
177
|
-
/** The EntityType Guid for Rock.Model.ConnectionStatusAutomation */
|
|
178
|
-
ConnectionStatusAutomation: string;
|
|
179
|
-
/** The guid for the Rock.Model.ConnectionType entity */
|
|
180
|
-
ConnectionType: string;
|
|
181
|
-
/** The guid for the Rock.Model.ConnectionWorkflow entity */
|
|
182
|
-
ConnectionWorkflow: string;
|
|
183
|
-
/** The content channel type */
|
|
184
|
-
ContentChannel: string;
|
|
185
|
-
/** The content channel item type */
|
|
186
|
-
ContentChannelItem: string;
|
|
187
|
-
/** The EntityType Guid for Rock.Model.ContentChannelItemAssociation */
|
|
188
|
-
ContentChannelItemAssociation: string;
|
|
189
|
-
/** The EntityType Guid for Rock.Model.ContentChannelItemSlug */
|
|
190
|
-
ContentChannelItemSlug: string;
|
|
191
|
-
/** The EntityType Guid for Rock.Model.ContentChannelType */
|
|
192
|
-
ContentChannelType: string;
|
|
193
|
-
/** The guid for the Rock.Model.ContentCollection entity */
|
|
194
|
-
ContentCollection: string;
|
|
195
|
-
/** The guid for the Rock.Model.ContentCollectionSource entity */
|
|
196
|
-
ContentCollectionSource: string;
|
|
197
|
-
/** The guid for the Rock.Model.ContentTopic entity */
|
|
198
|
-
ContentTopic: string;
|
|
199
|
-
/** The guid for the Rock.Model.ContentTopicDomain entity */
|
|
200
|
-
ContentTopicDomain: string;
|
|
201
|
-
/** The EntityType Guid for Rock.Model.DataViewFilter */
|
|
202
|
-
DataViewFilter: string;
|
|
203
|
-
/** The guid for the Rock.Model.DataView entity. */
|
|
204
|
-
Dataview: string;
|
|
205
|
-
/** The guid for the Rock.Model.DefinedType entity. */
|
|
206
|
-
DefinedType: string;
|
|
207
|
-
/** The guid for Rock.Model.DefinedValue entity */
|
|
208
|
-
DefinedValue: string;
|
|
209
|
-
/** The EntityType Guid for Rock.Model.Device */
|
|
210
|
-
Device: string;
|
|
211
|
-
/** The EntityType Guid for Rock.Model.Document */
|
|
212
|
-
Document: string;
|
|
213
|
-
/** The EntityType Guid for Rock.Model.DocumentType */
|
|
214
|
-
DocumentType: string;
|
|
215
|
-
/** The EntityType Guid for Rock.Model.
|
|
216
|
-
|
|
217
|
-
/** The EntityType Guid for Rock.Model.
|
|
218
|
-
|
|
219
|
-
/** The EntityType Guid for Rock.Model.
|
|
220
|
-
|
|
221
|
-
/** The
|
|
222
|
-
|
|
223
|
-
/** The
|
|
224
|
-
|
|
225
|
-
/** The
|
|
226
|
-
|
|
227
|
-
/** The
|
|
228
|
-
|
|
229
|
-
/** The
|
|
230
|
-
|
|
231
|
-
/** The EntityType Guid for Rock.Model.
|
|
232
|
-
|
|
233
|
-
/** The EntityType Guid for Rock.Model.
|
|
234
|
-
|
|
235
|
-
/** The EntityType Guid for Rock.Model.
|
|
236
|
-
|
|
237
|
-
/** The EntityType Guid for Rock.Model.
|
|
238
|
-
|
|
239
|
-
/** The EntityType Guid for Rock.Model.
|
|
240
|
-
|
|
241
|
-
/** The EntityType Guid for Rock.Model.
|
|
242
|
-
|
|
243
|
-
/** The EntityType Guid for Rock.Model.
|
|
244
|
-
|
|
245
|
-
/** The
|
|
246
|
-
|
|
247
|
-
/** The
|
|
248
|
-
|
|
249
|
-
/** The
|
|
250
|
-
|
|
251
|
-
/** The guid for the
|
|
252
|
-
|
|
253
|
-
/** The
|
|
254
|
-
|
|
255
|
-
/** The
|
|
256
|
-
|
|
257
|
-
/** The
|
|
258
|
-
|
|
259
|
-
/** The EntityType Guid for Rock.Model.
|
|
260
|
-
|
|
261
|
-
/** The EntityType Guid for Rock.Model.
|
|
262
|
-
|
|
263
|
-
/** The
|
|
264
|
-
|
|
265
|
-
/** The EntityType Guid for Rock.Model.
|
|
266
|
-
|
|
267
|
-
/** The
|
|
268
|
-
|
|
269
|
-
/** The
|
|
270
|
-
|
|
271
|
-
/** The EntityType Guid for Rock.Model.
|
|
272
|
-
|
|
273
|
-
/** The
|
|
274
|
-
|
|
275
|
-
/** The
|
|
276
|
-
|
|
277
|
-
/** The EntityType Guid for Rock.Model.
|
|
278
|
-
|
|
279
|
-
/** The
|
|
280
|
-
|
|
281
|
-
/** The EntityType Guid for Rock.Model.
|
|
282
|
-
|
|
283
|
-
/** The EntityType Guid for Rock.Model.
|
|
284
|
-
|
|
285
|
-
/** The EntityType Guid for Rock.Model.
|
|
286
|
-
|
|
287
|
-
/** The EntityType Guid for Rock.Model.
|
|
288
|
-
|
|
289
|
-
/** The EntityType Guid for Rock.Model.
|
|
290
|
-
|
|
291
|
-
/** The EntityType Guid for Rock.Model.
|
|
292
|
-
|
|
293
|
-
/** The
|
|
294
|
-
|
|
295
|
-
/** The EntityType Guid for Rock.Model.
|
|
296
|
-
|
|
297
|
-
/** The
|
|
298
|
-
|
|
299
|
-
/** The EntityType Guid for Rock.Model.
|
|
300
|
-
|
|
301
|
-
/** The EntityType Guid for Rock.Model.
|
|
302
|
-
|
|
303
|
-
/** The EntityType Guid for Rock.Model.
|
|
304
|
-
|
|
305
|
-
/** The EntityType Guid for Rock.Model.
|
|
306
|
-
|
|
307
|
-
/** The
|
|
308
|
-
|
|
309
|
-
/** The EntityType Guid for Rock.Model.
|
|
310
|
-
|
|
311
|
-
/** The
|
|
312
|
-
|
|
313
|
-
/** The EntityType Guid for Rock.Model.
|
|
314
|
-
|
|
315
|
-
/** The EntityType Guid for Rock.Model.
|
|
316
|
-
|
|
317
|
-
/** The EntityType Guid for Rock.Model.
|
|
318
|
-
|
|
319
|
-
/** The EntityType Guid for Rock.Model.
|
|
320
|
-
|
|
321
|
-
/** The EntityType Guid for Rock.Model.
|
|
322
|
-
|
|
323
|
-
/** The EntityType Guid for Rock.Model.
|
|
324
|
-
|
|
325
|
-
/** The EntityType Guid for Rock.Model.
|
|
326
|
-
|
|
327
|
-
/** The EntityType Guid for Rock.Model.
|
|
328
|
-
|
|
329
|
-
/** The EntityType Guid for Rock.Model.
|
|
330
|
-
|
|
331
|
-
/** The
|
|
332
|
-
|
|
333
|
-
/** The EntityType Guid for Rock.Model.
|
|
334
|
-
|
|
335
|
-
/** The
|
|
336
|
-
|
|
337
|
-
/** The
|
|
338
|
-
|
|
339
|
-
/** The EntityType Guid for Rock.Model.
|
|
340
|
-
|
|
341
|
-
/** The
|
|
342
|
-
|
|
343
|
-
/** The
|
|
344
|
-
|
|
345
|
-
/** The EntityType Guid for Rock.
|
|
346
|
-
|
|
347
|
-
/** The EntityType Guid for Rock.Model.
|
|
348
|
-
|
|
349
|
-
/** The EntityType Guid for Rock.Model.
|
|
350
|
-
|
|
351
|
-
/** The guid for
|
|
352
|
-
|
|
353
|
-
/** The EntityType Guid for Rock.Model.
|
|
354
|
-
|
|
355
|
-
/** The EntityType Guid for Rock.Model.
|
|
356
|
-
|
|
357
|
-
/** The EntityType Guid for Rock.
|
|
358
|
-
|
|
359
|
-
/** The
|
|
360
|
-
|
|
361
|
-
/** The EntityType Guid for Rock.Model.
|
|
362
|
-
|
|
363
|
-
/** The EntityType Guid for Rock.Model.
|
|
364
|
-
|
|
365
|
-
/** The EntityType Guid for Rock.
|
|
366
|
-
|
|
367
|
-
/** The EntityType Guid for Rock.Model.
|
|
368
|
-
|
|
369
|
-
/** The EntityType Guid for Rock.Model.
|
|
370
|
-
|
|
371
|
-
/** The EntityType Guid for Rock.Model.
|
|
372
|
-
|
|
373
|
-
/** The EntityType Guid for
|
|
374
|
-
|
|
375
|
-
/** The EntityType Guid for Rock.Model.
|
|
376
|
-
|
|
377
|
-
/** The EntityType Guid for Rock.Model.
|
|
378
|
-
|
|
379
|
-
/** The EntityType Guid for Rock.Model.
|
|
380
|
-
|
|
381
|
-
/** The EntityType Guid for Rock.Model.
|
|
382
|
-
|
|
383
|
-
/** The EntityType Guid for Rock.Model.
|
|
384
|
-
|
|
385
|
-
/** The EntityType Guid for Rock.Model.
|
|
386
|
-
|
|
387
|
-
/** The EntityType Guid for Rock.Model.
|
|
388
|
-
|
|
389
|
-
/** The EntityType Guid for Rock.Model.
|
|
390
|
-
|
|
391
|
-
/** The EntityType Guid for Rock.Model.
|
|
392
|
-
|
|
393
|
-
/** The EntityType Guid for Rock.Model.
|
|
394
|
-
|
|
395
|
-
/** The EntityType Guid for Rock.Model.
|
|
396
|
-
|
|
397
|
-
/** The EntityType Guid for Rock.Model.
|
|
398
|
-
|
|
399
|
-
/** The EntityType Guid for Rock.Model.
|
|
400
|
-
|
|
401
|
-
/** The EntityType Guid for Rock.Model.
|
|
402
|
-
|
|
403
|
-
/** The EntityType Guid for Rock.Model.
|
|
404
|
-
|
|
405
|
-
/** The EntityType Guid for Rock.Model.
|
|
406
|
-
|
|
407
|
-
/** The EntityType Guid for Rock.Model.
|
|
408
|
-
|
|
409
|
-
/** The EntityType Guid for Rock.Model.
|
|
410
|
-
|
|
411
|
-
/** The
|
|
412
|
-
|
|
413
|
-
/** The EntityType Guid for Rock.Model.
|
|
414
|
-
|
|
415
|
-
/** The EntityType Guid for Rock.Model.
|
|
416
|
-
|
|
417
|
-
/** The EntityType Guid for Rock.Model.
|
|
418
|
-
|
|
419
|
-
/** The EntityType Guid for Rock.Model.
|
|
420
|
-
|
|
421
|
-
/** The
|
|
422
|
-
|
|
423
|
-
/** The EntityType Guid for Rock.Model.
|
|
424
|
-
|
|
425
|
-
/** The EntityType Guid for Rock.Model.
|
|
426
|
-
|
|
427
|
-
/** The
|
|
428
|
-
|
|
429
|
-
/** The
|
|
430
|
-
|
|
431
|
-
/** The
|
|
432
|
-
|
|
433
|
-
/** The
|
|
434
|
-
|
|
435
|
-
/** The
|
|
436
|
-
|
|
437
|
-
/** The
|
|
438
|
-
|
|
439
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
440
|
-
|
|
441
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
442
|
-
|
|
443
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
444
|
-
|
|
445
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
446
|
-
|
|
447
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
448
|
-
|
|
449
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
450
|
-
|
|
451
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
452
|
-
|
|
453
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
454
|
-
|
|
455
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
456
|
-
|
|
457
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
458
|
-
|
|
459
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
460
|
-
|
|
461
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
462
|
-
|
|
463
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
464
|
-
|
|
465
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
466
|
-
|
|
467
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
468
|
-
|
|
469
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.Core.
|
|
470
|
-
|
|
471
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
472
|
-
|
|
473
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
474
|
-
|
|
475
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
476
|
-
|
|
477
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
478
|
-
|
|
479
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
480
|
-
|
|
481
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
482
|
-
|
|
483
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
484
|
-
|
|
485
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.Events.
|
|
486
|
-
|
|
487
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.Events.
|
|
488
|
-
|
|
489
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.Events.
|
|
490
|
-
|
|
491
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
492
|
-
|
|
493
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
494
|
-
|
|
495
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
496
|
-
|
|
497
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
498
|
-
|
|
499
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
500
|
-
|
|
501
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
502
|
-
|
|
503
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
504
|
-
|
|
505
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
506
|
-
|
|
507
|
-
/** The GUID for entity Rock.Blocks.Types.Mobile.Groups.
|
|
508
|
-
|
|
509
|
-
/** The GUID for entity Rock.Blocks.Types.Mobile.Groups.
|
|
510
|
-
|
|
511
|
-
/** The GUID for entity Rock.Blocks.Types.Mobile.Groups.
|
|
512
|
-
|
|
513
|
-
/** The GUID for entity Rock.Blocks.Types.Mobile.Groups.
|
|
514
|
-
|
|
515
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.Groups.
|
|
516
|
-
|
|
517
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
518
|
-
|
|
519
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
520
|
-
|
|
521
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
522
|
-
|
|
523
|
-
/** The GUID for
|
|
524
|
-
|
|
525
|
-
/** The GUID for
|
|
526
|
-
|
|
527
|
-
/** The GUID for
|
|
528
|
-
|
|
529
|
-
/** The GUID for
|
|
530
|
-
|
|
531
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
532
|
-
|
|
533
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
534
|
-
|
|
535
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
536
|
-
|
|
537
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
538
|
-
|
|
539
|
-
/** The GUID for the entity Rock.Blocks.Types.Mobile.
|
|
540
|
-
|
|
541
|
-
/** The
|
|
542
|
-
|
|
543
|
-
/** The
|
|
544
|
-
|
|
545
|
-
/** The
|
|
546
|
-
|
|
547
|
-
/** The
|
|
548
|
-
|
|
549
|
-
/** The
|
|
550
|
-
|
|
551
|
-
/** The
|
|
552
|
-
|
|
553
|
-
/** The
|
|
554
|
-
|
|
555
|
-
/** The
|
|
556
|
-
|
|
557
|
-
/** The
|
|
558
|
-
|
|
559
|
-
/** The EntityType Guid for Rock.Model.
|
|
560
|
-
|
|
561
|
-
/** The
|
|
562
|
-
|
|
563
|
-
/** The
|
|
564
|
-
|
|
565
|
-
/** The
|
|
566
|
-
|
|
567
|
-
/** The
|
|
568
|
-
|
|
569
|
-
/** The
|
|
570
|
-
|
|
571
|
-
/** The
|
|
572
|
-
|
|
573
|
-
/** The EntityType Guid for Rock.Model.
|
|
574
|
-
|
|
575
|
-
/** The EntityType Guid for Rock.Model.
|
|
576
|
-
|
|
577
|
-
/** The
|
|
578
|
-
|
|
579
|
-
/** The
|
|
580
|
-
|
|
581
|
-
/** The
|
|
582
|
-
|
|
583
|
-
/** The
|
|
584
|
-
|
|
585
|
-
/** The
|
|
586
|
-
|
|
587
|
-
/** The guid for the Rock.
|
|
588
|
-
|
|
589
|
-
/** The
|
|
590
|
-
|
|
591
|
-
/** The
|
|
592
|
-
|
|
593
|
-
/** The
|
|
594
|
-
|
|
595
|
-
/** The EntityType Guid for Rock.Model.
|
|
596
|
-
|
|
597
|
-
/** The
|
|
598
|
-
|
|
599
|
-
/** The
|
|
600
|
-
|
|
601
|
-
/** The
|
|
602
|
-
|
|
603
|
-
/** The
|
|
604
|
-
|
|
605
|
-
/** The
|
|
606
|
-
|
|
607
|
-
/** The
|
|
608
|
-
|
|
609
|
-
/** The
|
|
610
|
-
|
|
611
|
-
/** The EntityType Guid for Rock.Model.
|
|
612
|
-
|
|
613
|
-
/** The EntityType Guid for Rock.Model.
|
|
614
|
-
|
|
615
|
-
/** The EntityType Guid for Rock.Model.
|
|
616
|
-
|
|
617
|
-
/** The
|
|
618
|
-
|
|
619
|
-
/** The EntityType Guid for Rock.Model.
|
|
620
|
-
|
|
621
|
-
/** The EntityType Guid for Rock.Model.
|
|
622
|
-
|
|
623
|
-
/** The
|
|
624
|
-
|
|
625
|
-
/** The
|
|
626
|
-
|
|
627
|
-
/** The EntityType Guid for Rock.Model.
|
|
628
|
-
|
|
629
|
-
/** The EntityType Guid for Rock.Model.
|
|
630
|
-
|
|
631
|
-
/** The EntityType Guid for Rock.Model.
|
|
632
|
-
|
|
633
|
-
/** The EntityType Guid for Rock.Model.
|
|
634
|
-
|
|
635
|
-
/** The
|
|
636
|
-
|
|
637
|
-
/** The EntityType Guid for Rock.Model.
|
|
638
|
-
|
|
639
|
-
/** The EntityType Guid for Rock.Model.
|
|
640
|
-
|
|
641
|
-
/** The
|
|
642
|
-
|
|
643
|
-
/** The
|
|
644
|
-
|
|
645
|
-
/** The EntityType Guid for Rock.Model.
|
|
646
|
-
|
|
647
|
-
/** The EntityType Guid for Rock.Model.
|
|
648
|
-
|
|
649
|
-
/** The EntityType Guid for Rock.Model.
|
|
650
|
-
|
|
651
|
-
/** The
|
|
652
|
-
|
|
653
|
-
/** The guid for the Rock.Model.
|
|
654
|
-
|
|
655
|
-
/** The EntityType Guid for Rock.Model.
|
|
656
|
-
|
|
657
|
-
/** The EntityType Guid for Rock.Model.
|
|
658
|
-
|
|
659
|
-
/** The EntityType Guid for Rock.Model.
|
|
660
|
-
|
|
661
|
-
/** The
|
|
662
|
-
|
|
663
|
-
/** The EntityType Guid for Rock.Model.
|
|
664
|
-
|
|
665
|
-
/** The EntityType Guid for Rock.Model.
|
|
666
|
-
|
|
667
|
-
/** The EntityType Guid for Rock.Model.
|
|
668
|
-
|
|
669
|
-
/** The guid for the Rock.Model.
|
|
670
|
-
|
|
671
|
-
/** The
|
|
672
|
-
|
|
673
|
-
/** The
|
|
674
|
-
|
|
675
|
-
/** The
|
|
676
|
-
|
|
677
|
-
/** The
|
|
678
|
-
|
|
679
|
-
/** The
|
|
680
|
-
|
|
681
|
-
/** The
|
|
682
|
-
|
|
683
|
-
/** The
|
|
684
|
-
|
|
685
|
-
/** The EntityType Guid for Rock.Model.
|
|
686
|
-
|
|
687
|
-
/** The
|
|
688
|
-
|
|
689
|
-
/** The
|
|
690
|
-
|
|
691
|
-
/** The
|
|
692
|
-
|
|
693
|
-
/** The
|
|
694
|
-
|
|
695
|
-
/** Rock.
|
|
696
|
-
|
|
697
|
-
/** The
|
|
698
|
-
|
|
699
|
-
/** The
|
|
700
|
-
|
|
701
|
-
/** The
|
|
702
|
-
|
|
703
|
-
/** The EntityType Guid for Rock.Model.
|
|
704
|
-
|
|
705
|
-
/** The EntityType Guid for Rock.Model.
|
|
706
|
-
|
|
707
|
-
/** The
|
|
708
|
-
|
|
709
|
-
/** The
|
|
710
|
-
|
|
711
|
-
/** The
|
|
712
|
-
|
|
713
|
-
/**
|
|
714
|
-
|
|
715
|
-
/** The EntityType Guid for Rock.
|
|
716
|
-
|
|
717
|
-
/** The EntityType Guid for Rock.Model.
|
|
718
|
-
|
|
719
|
-
/** The
|
|
720
|
-
|
|
721
|
-
/** The EntityType Guid for Rock.Model.
|
|
722
|
-
|
|
723
|
-
/** The EntityType Guid for Rock.Model.
|
|
724
|
-
|
|
725
|
-
/** The EntityType Guid for Rock.Model.
|
|
726
|
-
|
|
727
|
-
/** The
|
|
728
|
-
|
|
729
|
-
/** The
|
|
730
|
-
|
|
731
|
-
/** The
|
|
732
|
-
|
|
733
|
-
/** The
|
|
734
|
-
|
|
735
|
-
/** The
|
|
736
|
-
|
|
737
|
-
/** The
|
|
738
|
-
|
|
739
|
-
/** The
|
|
740
|
-
|
|
741
|
-
/** The
|
|
742
|
-
|
|
743
|
-
/** The EntityType Guid for Rock.
|
|
744
|
-
|
|
745
|
-
/** The EntityType Guid for Rock.Model.
|
|
746
|
-
|
|
747
|
-
/** The
|
|
748
|
-
|
|
749
|
-
/** The
|
|
750
|
-
|
|
751
|
-
/** The
|
|
752
|
-
|
|
753
|
-
/** The
|
|
754
|
-
|
|
755
|
-
/** The
|
|
756
|
-
|
|
757
|
-
/** The
|
|
758
|
-
|
|
759
|
-
/** The
|
|
760
|
-
|
|
761
|
-
/** The EntityType Guid for Rock.
|
|
762
|
-
|
|
763
|
-
/** The EntityType Guid for Rock.Model.
|
|
764
|
-
|
|
765
|
-
/** The EntityType Guid for Rock.Model.
|
|
766
|
-
|
|
767
|
-
/** The
|
|
768
|
-
|
|
769
|
-
/** The EntityType Guid for Rock.Model.
|
|
770
|
-
|
|
771
|
-
/** The EntityType Guid for Rock.Model.
|
|
772
|
-
|
|
773
|
-
/** The EntityType Guid for
|
|
774
|
-
|
|
775
|
-
/** The EntityType Guid for Rock.Model.
|
|
776
|
-
|
|
777
|
-
/** The EntityType Guid for Rock.Model.
|
|
778
|
-
|
|
779
|
-
/** The EntityType Guid for Rock.Model.
|
|
780
|
-
|
|
781
|
-
/** The EntityType Guid for Rock.Model.
|
|
782
|
-
|
|
783
|
-
/** The EntityType Guid for Rock.Model.
|
|
784
|
-
|
|
785
|
-
/** The EntityType Guid for Rock.Model.
|
|
786
|
-
|
|
787
|
-
/** The EntityType Guid for Rock.Model.
|
|
788
|
-
|
|
789
|
-
/** The EntityType Guid for Rock.Model.
|
|
790
|
-
|
|
791
|
-
/** The EntityType Guid for Rock.Model.
|
|
792
|
-
|
|
793
|
-
|
|
1
|
+
/** Guids for EntityTypes */
|
|
2
|
+
export declare const EntityType: {
|
|
3
|
+
/** The EntityType Guid for Rock.Achievement.Component.AccumulativeAchievement */
|
|
4
|
+
AccumulativeAchievementComponent: string;
|
|
5
|
+
/** The achievement attempt */
|
|
6
|
+
AchievementAttempt: string;
|
|
7
|
+
/** The achievement type */
|
|
8
|
+
AchievementType: string;
|
|
9
|
+
/** The achievement type prerequisite */
|
|
10
|
+
AchievementTypePrerequisite: string;
|
|
11
|
+
/** The EntityType Guid for Rock.Model.AdaptiveMessage */
|
|
12
|
+
AdaptiveMessage: string;
|
|
13
|
+
/** The EntityType Guid for Rock.Model.AdaptiveMessageAdaptation */
|
|
14
|
+
AdaptiveMessageAdaptation: string;
|
|
15
|
+
/** The EntityType Guid for Rock.Model.AdaptiveMessageAdaptationSegment */
|
|
16
|
+
AdaptiveMessageAdaptationSegment: string;
|
|
17
|
+
/** The EntityType Guid for Rock.Model.AdaptiveMessageCategory */
|
|
18
|
+
AdaptiveMessageCategory: string;
|
|
19
|
+
/** The EntityType Guid for Rock.Model.AIProvider */
|
|
20
|
+
AiProvider: string;
|
|
21
|
+
/** The EntityType Guid for Rock.Model.AnalyticsDimCampus */
|
|
22
|
+
AnalyticsDimCampus: string;
|
|
23
|
+
/** The EntityType Guid for Rock.Model.AnalyticsDimFamilyCurrent */
|
|
24
|
+
AnalyticsDimFamilyCurrent: string;
|
|
25
|
+
/** The EntityType Guid for Rock.Model.AnalyticsDimFamilyHeadOfHousehold */
|
|
26
|
+
AnalyticsDimFamilyHeadOfHousehold: string;
|
|
27
|
+
/** The EntityType Guid for Rock.Model.AnalyticsDimFamilyHistorical */
|
|
28
|
+
AnalyticsDimFamilyHistorical: string;
|
|
29
|
+
/** The EntityType Guid for Rock.Model.AnalyticsDimFinancialAccount */
|
|
30
|
+
AnalyticsDimFinancialAccount: string;
|
|
31
|
+
/** The EntityType Guid for Rock.Model.AnalyticsDimFinancialBatch */
|
|
32
|
+
AnalyticsDimFinancialBatch: string;
|
|
33
|
+
/** The EntityType Guid for Rock.Model.AnalyticsDimPersonCurrent */
|
|
34
|
+
AnalyticsDimPersonCurrent: string;
|
|
35
|
+
/** The EntityType Guid for Rock.Model.AnalyticsDimPersonHistorical */
|
|
36
|
+
AnalyticsDimPersonHistorical: string;
|
|
37
|
+
/** The EntityType Guid for Rock.Model.AnalyticsFactAttendance */
|
|
38
|
+
AnalyticsFactAttendance: string;
|
|
39
|
+
/** The EntityType Guid for Rock.Model.AnalyticsFactFinancialTransaction */
|
|
40
|
+
AnalyticsFactFinancialTransaction: string;
|
|
41
|
+
/** The EntityType Guid for Rock.Model.AnalyticsSourceAttendance */
|
|
42
|
+
AnalyticsSourceAttendance: string;
|
|
43
|
+
/** The EntityType Guid for Rock.Model.AnalyticsSourceCampus */
|
|
44
|
+
AnalyticsSourceCampus: string;
|
|
45
|
+
/** The EntityType Guid for Rock.Model.AnalyticsSourceFamilyHistorical */
|
|
46
|
+
AnalyticsSourceFamilyHistorical: string;
|
|
47
|
+
/** The EntityType Guid for Rock.Model.AnalyticsSourceFinancialTransaction */
|
|
48
|
+
AnalyticsSourceFinancialTransaction: string;
|
|
49
|
+
/** The EntityType Guid for Rock.Model.AnalyticsSourceGivingUnit */
|
|
50
|
+
AnalyticsSourceGivingUnit: string;
|
|
51
|
+
/** The EntityType Guid for Rock.Model.AnalyticsSourcePersonHistorical */
|
|
52
|
+
AnalyticsSourcePersonHistorical: string;
|
|
53
|
+
/** The EntityType Guid for Rock.Model.Assessment */
|
|
54
|
+
Assessment: string;
|
|
55
|
+
/** The guid for the Rock.Model.AssessmentType entity. */
|
|
56
|
+
AssessmentType: string;
|
|
57
|
+
/** The EntityType Guid for Rock.Model.AssetStorageProvider */
|
|
58
|
+
AssetStorageProvider: string;
|
|
59
|
+
/** The guid for the Rock.Model.Attendance entity. */
|
|
60
|
+
Attendance: string;
|
|
61
|
+
/** The EntityType Guid for Rock.Model.AttendanceCheckInSession */
|
|
62
|
+
AttendanceCheckInSession: string;
|
|
63
|
+
/** The EntityType Guid for Rock.Model.AttendanceCode */
|
|
64
|
+
AttendanceCode: string;
|
|
65
|
+
/** The EntityType Guid for Rock.Model.AttendanceOccurrence */
|
|
66
|
+
AttendanceOccurrence: string;
|
|
67
|
+
/** The guid for the Rock.Model.Attribute entity. */
|
|
68
|
+
Attribute: string;
|
|
69
|
+
/** The EntityType Guid for Rock.Model.AttributeMatrix */
|
|
70
|
+
AttributeMatrix: string;
|
|
71
|
+
/** The EntityType Guid for Rock.Model.AttributeMatrixItem */
|
|
72
|
+
AttributeMatrixItem: string;
|
|
73
|
+
/** The EntityType Guid for Rock.Model.AttributeMatrixTemplate */
|
|
74
|
+
AttributeMatrixTemplate: string;
|
|
75
|
+
/** The EntityType Guid for Rock.Model.AttributeQualifier */
|
|
76
|
+
AttributeQualifier: string;
|
|
77
|
+
/** The EntityType Guid for Rock.Model.AttributeValue */
|
|
78
|
+
AttributeValue: string;
|
|
79
|
+
/** The EntityType Guid for Rock.Model.AttributeValueHistorical */
|
|
80
|
+
AttributeValueHistorical: string;
|
|
81
|
+
/** The EntityType Guid for Rock.Model.Audit */
|
|
82
|
+
Audit: string;
|
|
83
|
+
/** The EntityType Guid for Rock.Model.AuditDetail */
|
|
84
|
+
AuditDetail: string;
|
|
85
|
+
/** The EntityType Guid for Rock.Model.Auth */
|
|
86
|
+
Auth: string;
|
|
87
|
+
/** The EntityType Guid for Rock.Model.AuthAuditLog */
|
|
88
|
+
AuthAuditLog: string;
|
|
89
|
+
/** The EntityType Guid for Rock.Model.AuthClaim */
|
|
90
|
+
AuthClaim: string;
|
|
91
|
+
/** The EntityType Guid for Rock.Model.AuthClient */
|
|
92
|
+
AuthClient: string;
|
|
93
|
+
/** The EntityType Guid for Rock.Model.AuthScope */
|
|
94
|
+
AuthScope: string;
|
|
95
|
+
/** The database authentication provider */
|
|
96
|
+
AuthenticationDatabase: string;
|
|
97
|
+
/** The passwordless authentication provider */
|
|
98
|
+
AuthenticationPasswordless: string;
|
|
99
|
+
/** The pin authentication provider */
|
|
100
|
+
AuthenticationPin: string;
|
|
101
|
+
/** The EntityType Guid for Rock.Model.BackgroundCheck */
|
|
102
|
+
BackgroundCheck: string;
|
|
103
|
+
/** The guid for the Rock.Model.Badge entity */
|
|
104
|
+
Badge: string;
|
|
105
|
+
/** The benevolence request */
|
|
106
|
+
BenevolenceRequest: string;
|
|
107
|
+
/** The EntityType Guid for Rock.Model.BenevolenceRequestDocument */
|
|
108
|
+
BenevolenceRequestDocument: string;
|
|
109
|
+
/** The EntityType Guid for Rock.Model.BenevolenceResult */
|
|
110
|
+
BenevolenceResult: string;
|
|
111
|
+
/** The guid for the Rock.Model.BenevolenceType entity. */
|
|
112
|
+
BenevolenceType: string;
|
|
113
|
+
/** The EntityType Guid for Rock.Model.BenevolenceWorkflow */
|
|
114
|
+
BenevolenceWorkflow: string;
|
|
115
|
+
/** The EntityType Guid for Rock.Model.BinaryFile */
|
|
116
|
+
BinaryFile: string;
|
|
117
|
+
/** The EntityType Guid for Rock.Model.BinaryFileData */
|
|
118
|
+
BinaryFileData: string;
|
|
119
|
+
/** The EntityType Guid for Rock.Model.BinaryFileType */
|
|
120
|
+
BinaryFileType: string;
|
|
121
|
+
/** The Block entity type */
|
|
122
|
+
Block: string;
|
|
123
|
+
/** The EntityType Guid for Rock.Model.BlockType */
|
|
124
|
+
BlockType: string;
|
|
125
|
+
/** The campus */
|
|
126
|
+
Campus: string;
|
|
127
|
+
/** The EntityType Guid for Rock.Model.CampusSchedule */
|
|
128
|
+
CampusSchedule: string;
|
|
129
|
+
/** The EntityType Guid for Rock.Model.CampusTopic */
|
|
130
|
+
CampusTopic: string;
|
|
131
|
+
/** The EntityType Guid for Rock.Model.Category */
|
|
132
|
+
Category: string;
|
|
133
|
+
/** The EntityType Guid for Rock.Model.CheckInLabel */
|
|
134
|
+
CheckInLabel: string;
|
|
135
|
+
/** The checkr provider */
|
|
136
|
+
CheckrProvider: string;
|
|
137
|
+
/** The EntityType Guid for Rock.Model.Communication */
|
|
138
|
+
Communication: string;
|
|
139
|
+
/** The EntityType Guid for Rock.Model.CommunicationAttachment */
|
|
140
|
+
CommunicationAttachment: string;
|
|
141
|
+
/** The guid for the email communication medium */
|
|
142
|
+
CommunicationMediumEmail: string;
|
|
143
|
+
/** The guid for the push notification communication medium */
|
|
144
|
+
CommunicationMediumPushNotification: string;
|
|
145
|
+
/** The guid for the SMS communication medium */
|
|
146
|
+
CommunicationMediumSms: string;
|
|
147
|
+
/** The EntityType Guid for Rock.Model.CommunicationRecipient */
|
|
148
|
+
CommunicationRecipient: string;
|
|
149
|
+
/** The EntityType Guid for Rock.Model.CommunicationResponse */
|
|
150
|
+
CommunicationResponse: string;
|
|
151
|
+
/** The EntityType Guid for Rock.Model.CommunicationResponseAttachment */
|
|
152
|
+
CommunicationResponseAttachment: string;
|
|
153
|
+
/** The guid for Rock.Model.CommunicationTemplate */
|
|
154
|
+
CommunicationTemplate: string;
|
|
155
|
+
/** The EntityType Guid for Rock.Model.CommunicationTemplateAttachment */
|
|
156
|
+
CommunicationTemplateAttachment: string;
|
|
157
|
+
/** The guid for the Rock.Model.ConnectionActivityType entity */
|
|
158
|
+
ConnectionActivityType: string;
|
|
159
|
+
/** The guid for the Rock.Model.ConnectionOpportunity entity */
|
|
160
|
+
ConnectionOpportunity: string;
|
|
161
|
+
/** The guid for the Rock.Model.ConnectionOpportunityCampus entity */
|
|
162
|
+
ConnectionOpportunityCampus: string;
|
|
163
|
+
/** The EntityType Guid for Rock.Model.ConnectionOpportunityConnectorGroup */
|
|
164
|
+
ConnectionOpportunityConnectorGroup: string;
|
|
165
|
+
/** The guid for the Rock.Model.ConnectionOpportunityGroup entity */
|
|
166
|
+
ConnectionOpportunityGroup: string;
|
|
167
|
+
/** The EntityType Guid for Rock.Model.ConnectionOpportunityGroupConfig */
|
|
168
|
+
ConnectionOpportunityGroupConfig: string;
|
|
169
|
+
/** The guid for the Rock.Model.ConnectionRequest entity */
|
|
170
|
+
ConnectionRequest: string;
|
|
171
|
+
/** The guid for the Rock.Model.ConnectionRequestActivity entity */
|
|
172
|
+
ConnectionRequestActivity: string;
|
|
173
|
+
/** The guid for the Rock.Model.ConnectionRequestWorkflow entity */
|
|
174
|
+
ConnectionRequestWorkflow: string;
|
|
175
|
+
/** The guid for the Rock.Model.ConnectionStatus entity */
|
|
176
|
+
ConnectionStatus: string;
|
|
177
|
+
/** The EntityType Guid for Rock.Model.ConnectionStatusAutomation */
|
|
178
|
+
ConnectionStatusAutomation: string;
|
|
179
|
+
/** The guid for the Rock.Model.ConnectionType entity */
|
|
180
|
+
ConnectionType: string;
|
|
181
|
+
/** The guid for the Rock.Model.ConnectionWorkflow entity */
|
|
182
|
+
ConnectionWorkflow: string;
|
|
183
|
+
/** The content channel type */
|
|
184
|
+
ContentChannel: string;
|
|
185
|
+
/** The content channel item type */
|
|
186
|
+
ContentChannelItem: string;
|
|
187
|
+
/** The EntityType Guid for Rock.Model.ContentChannelItemAssociation */
|
|
188
|
+
ContentChannelItemAssociation: string;
|
|
189
|
+
/** The EntityType Guid for Rock.Model.ContentChannelItemSlug */
|
|
190
|
+
ContentChannelItemSlug: string;
|
|
191
|
+
/** The EntityType Guid for Rock.Model.ContentChannelType */
|
|
192
|
+
ContentChannelType: string;
|
|
193
|
+
/** The guid for the Rock.Model.ContentCollection entity */
|
|
194
|
+
ContentCollection: string;
|
|
195
|
+
/** The guid for the Rock.Model.ContentCollectionSource entity */
|
|
196
|
+
ContentCollectionSource: string;
|
|
197
|
+
/** The guid for the Rock.Model.ContentTopic entity */
|
|
198
|
+
ContentTopic: string;
|
|
199
|
+
/** The guid for the Rock.Model.ContentTopicDomain entity */
|
|
200
|
+
ContentTopicDomain: string;
|
|
201
|
+
/** The EntityType Guid for Rock.Model.DataViewFilter */
|
|
202
|
+
DataViewFilter: string;
|
|
203
|
+
/** The guid for the Rock.Model.DataView entity. */
|
|
204
|
+
Dataview: string;
|
|
205
|
+
/** The guid for the Rock.Model.DefinedType entity. */
|
|
206
|
+
DefinedType: string;
|
|
207
|
+
/** The guid for Rock.Model.DefinedValue entity */
|
|
208
|
+
DefinedValue: string;
|
|
209
|
+
/** The EntityType Guid for Rock.Model.Device */
|
|
210
|
+
Device: string;
|
|
211
|
+
/** The EntityType Guid for Rock.Model.Document */
|
|
212
|
+
Document: string;
|
|
213
|
+
/** The EntityType Guid for Rock.Model.DocumentType */
|
|
214
|
+
DocumentType: string;
|
|
215
|
+
/** The EntityType Guid for Rock.Model.EmailSection */
|
|
216
|
+
EmailSection: string;
|
|
217
|
+
/** The EntityType Guid for Rock.Model.EntityCampusFilter */
|
|
218
|
+
EntityCampusFilter: string;
|
|
219
|
+
/** The EntityType Guid for Rock.Model.EntityIntent */
|
|
220
|
+
EntityIntent: string;
|
|
221
|
+
/** The guid for Rock.Model.EntitySearch entity. */
|
|
222
|
+
EntitySearch: string;
|
|
223
|
+
/** The EntityType Guid for Rock.Model.EntitySet */
|
|
224
|
+
EntitySet: string;
|
|
225
|
+
/** The EntityType Guid for Rock.Model.EntitySetItem */
|
|
226
|
+
EntitySetItem: string;
|
|
227
|
+
/** The guid for Rock.Model.EntityType entity. */
|
|
228
|
+
EntityType: string;
|
|
229
|
+
/** The guid for Rock.Model.EventCalendar entity. */
|
|
230
|
+
EventCalendar: string;
|
|
231
|
+
/** The EntityType Guid for Rock.Model.EventCalendarContentChannel */
|
|
232
|
+
EventCalendarContentChannel: string;
|
|
233
|
+
/** The EntityType Guid for Rock.Model.EventCalendarItem */
|
|
234
|
+
EventCalendarItem: string;
|
|
235
|
+
/** The EntityType Guid for Rock.Model.EventItem */
|
|
236
|
+
EventItem: string;
|
|
237
|
+
/** The EntityType Guid for Rock.Model.EventItemAudience */
|
|
238
|
+
EventItemAudience: string;
|
|
239
|
+
/** The EntityType Guid for Rock.Model.EventItemOccurrence */
|
|
240
|
+
EventItemOccurrence: string;
|
|
241
|
+
/** The EntityType Guid for Rock.Model.EventItemOccurrenceChannelItem */
|
|
242
|
+
EventItemOccurrenceChannelItem: string;
|
|
243
|
+
/** The EntityType Guid for Rock.Model.EventItemOccurrenceGroupMap */
|
|
244
|
+
EventItemOccurrenceGroupMap: string;
|
|
245
|
+
/** The EntityType Guid for Rock.Model.ExceptionLog */
|
|
246
|
+
ExceptionLog: string;
|
|
247
|
+
/** The EntityType Guid for Rock.Model.FieldType */
|
|
248
|
+
FieldType: string;
|
|
249
|
+
/** The guid for the Rock.Model.FinancialAccount entity. */
|
|
250
|
+
FinancialAccount: string;
|
|
251
|
+
/** The guid for the Rock.Model.FinancialBatch entity. */
|
|
252
|
+
FinancialBatch: string;
|
|
253
|
+
/** The EntityType Guid for Rock.Model.FinancialGateway */
|
|
254
|
+
FinancialGateway: string;
|
|
255
|
+
/** The guid for the Test Financial Gateway entity type */
|
|
256
|
+
FinancialGatewayTestGateway: string;
|
|
257
|
+
/** The Test Redirection Gateway entity type */
|
|
258
|
+
FinancialGatewayTestRedirectionGateway: string;
|
|
259
|
+
/** The EntityType Guid for Rock.Model.FinancialPaymentDetail */
|
|
260
|
+
FinancialPaymentDetail: string;
|
|
261
|
+
/** The EntityType Guid for Rock.Model.FinancialPersonBankAccount */
|
|
262
|
+
FinancialPersonBankAccount: string;
|
|
263
|
+
/** The EntityType Guid for Rock.Model.FinancialPersonSavedAccount */
|
|
264
|
+
FinancialPersonSavedAccount: string;
|
|
265
|
+
/** The EntityType Guid for Rock.Model.FinancialPledge */
|
|
266
|
+
FinancialPledge: string;
|
|
267
|
+
/** The guid for the Rock.Model.FinancialScheduledTransaction entity. */
|
|
268
|
+
FinancialScheduledTransaction: string;
|
|
269
|
+
/** The EntityType Guid for Rock.Model.FinancialScheduledTransactionDetail */
|
|
270
|
+
FinancialScheduledTransactionDetail: string;
|
|
271
|
+
/** The EntityType Guid for Rock.Model.FinancialStatementTemplate */
|
|
272
|
+
FinancialStatementTemplate: string;
|
|
273
|
+
/** The guid for the Rock.Model.FinancialTransaction entity. */
|
|
274
|
+
FinancialTransaction: string;
|
|
275
|
+
/** The EntityType Guid for Rock.Model.FinancialTransactionAlert */
|
|
276
|
+
FinancialTransactionAlert: string;
|
|
277
|
+
/** The EntityType Guid for Rock.Model.FinancialTransactionAlertType */
|
|
278
|
+
FinancialTransactionAlertType: string;
|
|
279
|
+
/** The guid for the Rock.Model.FinancialTransactionDetail entity. */
|
|
280
|
+
FinancialTransactionDetail: string;
|
|
281
|
+
/** The EntityType Guid for Rock.Model.FinancialTransactionImage */
|
|
282
|
+
FinancialTransactionImage: string;
|
|
283
|
+
/** The EntityType Guid for Rock.Model.FinancialTransactionRefund */
|
|
284
|
+
FinancialTransactionRefund: string;
|
|
285
|
+
/** The EntityType Guid for Rock.Model.Following */
|
|
286
|
+
Following: string;
|
|
287
|
+
/** The EntityType Guid for Rock.Model.FollowingEventNotification */
|
|
288
|
+
FollowingEventNotification: string;
|
|
289
|
+
/** The EntityType Guid for Rock.Model.FollowingEventSubscription */
|
|
290
|
+
FollowingEventSubscription: string;
|
|
291
|
+
/** The EntityType Guid for Rock.Model.FollowingEventType */
|
|
292
|
+
FollowingEventType: string;
|
|
293
|
+
/** The EntityType Guid for Rock.Model.FollowingSuggested */
|
|
294
|
+
FollowingSuggested: string;
|
|
295
|
+
/** The EntityType Guid for Rock.Model.FollowingSuggestionType */
|
|
296
|
+
FollowingSuggestionType: string;
|
|
297
|
+
/** The guid for the Rock.Model.Group entity. */
|
|
298
|
+
Group: string;
|
|
299
|
+
/** The EntityType Guid for Rock.Model.GroupDemographicType */
|
|
300
|
+
GroupDemographicType: string;
|
|
301
|
+
/** The EntityType Guid for Rock.Model.GroupDemographicValue */
|
|
302
|
+
GroupDemographicValue: string;
|
|
303
|
+
/** The EntityType Guid for Rock.Model.GroupHistorical */
|
|
304
|
+
GroupHistorical: string;
|
|
305
|
+
/** The EntityType Guid for Rock.Model.GroupLocation */
|
|
306
|
+
GroupLocation: string;
|
|
307
|
+
/** The EntityType Guid for Rock.Model.GroupLocationHistorical */
|
|
308
|
+
GroupLocationHistorical: string;
|
|
309
|
+
/** The EntityType Guid for Rock.Model.GroupLocationHistoricalSchedule */
|
|
310
|
+
GroupLocationHistoricalSchedule: string;
|
|
311
|
+
/** The guid for the Rock.Model.GroupMember entity. */
|
|
312
|
+
GroupMember: string;
|
|
313
|
+
/** The EntityType Guid for Rock.Model.GroupMemberAssignment */
|
|
314
|
+
GroupMemberAssignment: string;
|
|
315
|
+
/** The EntityType Guid for Rock.Model.GroupMemberHistorical */
|
|
316
|
+
GroupMemberHistorical: string;
|
|
317
|
+
/** The EntityType Guid for Rock.Model.GroupMemberRequirement */
|
|
318
|
+
GroupMemberRequirement: string;
|
|
319
|
+
/** The EntityType Guid for Rock.Model.GroupMemberScheduleTemplate */
|
|
320
|
+
GroupMemberScheduleTemplate: string;
|
|
321
|
+
/** The EntityType Guid for Rock.Model.GroupMemberWorkflowTrigger */
|
|
322
|
+
GroupMemberWorkflowTrigger: string;
|
|
323
|
+
/** The EntityType Guid for Rock.Model.GroupRequirement */
|
|
324
|
+
GroupRequirement: string;
|
|
325
|
+
/** The EntityType Guid for Rock.Model.GroupRequirementType */
|
|
326
|
+
GroupRequirementType: string;
|
|
327
|
+
/** The EntityType Guid for Rock.Model.GroupScheduleExclusion */
|
|
328
|
+
GroupScheduleExclusion: string;
|
|
329
|
+
/** The EntityType Guid for Rock.Model.GroupSync */
|
|
330
|
+
GroupSync: string;
|
|
331
|
+
/** The EntityType Guid for Rock.Model.GroupType */
|
|
332
|
+
GroupType: string;
|
|
333
|
+
/** The EntityType Guid for Rock.Model.GroupTypeRole */
|
|
334
|
+
GroupTypeRole: string;
|
|
335
|
+
/** The guid for the Rock.Model.History entity. */
|
|
336
|
+
History: string;
|
|
337
|
+
/** The guid for the Rock.Model.HistoryLogin entity. */
|
|
338
|
+
HistoryLogin: string;
|
|
339
|
+
/** The EntityType Guid for Rock.Model.HtmlContent */
|
|
340
|
+
HtmlContent: string;
|
|
341
|
+
/** The HTTP module component */
|
|
342
|
+
HttpModuleComponent: string;
|
|
343
|
+
/** The EntityType Guid for Rock.Web.HttpModules.RockGateway */
|
|
344
|
+
HttpModuleObservability: string;
|
|
345
|
+
/** The EntityType Guid for Rock.Web.HttpModules.RockGateway */
|
|
346
|
+
HttpModuleRockGateway: string;
|
|
347
|
+
/** The EntityType Guid for Rock.Model.IdentityVerification */
|
|
348
|
+
IdentityVerification: string;
|
|
349
|
+
/** The EntityType Guid for Rock.Model.IdentityVerificationCode */
|
|
350
|
+
IdentityVerificationCode: string;
|
|
351
|
+
/** The guid for Rock.Model.Interaction */
|
|
352
|
+
Interaction: string;
|
|
353
|
+
/** The EntityType Guid for Rock.Model.InteractionChannel */
|
|
354
|
+
InteractionChannel: string;
|
|
355
|
+
/** The EntityType Guid for Rock.Model.InteractionComponent */
|
|
356
|
+
InteractionComponent: string;
|
|
357
|
+
/** The EntityType Guid for Rock.Model.InteractionDeviceType */
|
|
358
|
+
InteractionDeviceType: string;
|
|
359
|
+
/** The guid for the Rock.Model.InteractionEntity entity. */
|
|
360
|
+
InteractionEntity: string;
|
|
361
|
+
/** The EntityType Guid for Rock.Model.InteractionSession */
|
|
362
|
+
InteractionSession: string;
|
|
363
|
+
/** The EntityType Guid for Rock.Model.InteractionSessionLocation */
|
|
364
|
+
InteractionSessionLocation: string;
|
|
365
|
+
/** The EntityType Guid for Rock.Achievement.Component.InteractionSourcedAccumulativeAchievement */
|
|
366
|
+
InteractionSourcedAchievementComponent: string;
|
|
367
|
+
/** The EntityType Guid for Rock.Model.InteractiveExperience */
|
|
368
|
+
InteractiveExperience: string;
|
|
369
|
+
/** The EntityType Guid for Rock.Model.InteractiveExperienceAction */
|
|
370
|
+
InteractiveExperienceAction: string;
|
|
371
|
+
/** The EntityType Guid for Rock.Model.InteractiveExperienceAnswer */
|
|
372
|
+
InteractiveExperienceAnswer: string;
|
|
373
|
+
/** The EntityType Guid for Rock.Model.InteractiveExperienceOccurrence */
|
|
374
|
+
InteractiveExperienceOccurrence: string;
|
|
375
|
+
/** The EntityType Guid for Rock.Model.InteractiveExperienceSchedule */
|
|
376
|
+
InteractiveExperienceSchedule: string;
|
|
377
|
+
/** The EntityType Guid for Rock.Model.InteractiveExperienceScheduleCampus */
|
|
378
|
+
InteractiveExperienceScheduleCampus: string;
|
|
379
|
+
/** The EntityType Guid for Rock.Model.LavaShortcode (well known as of v14) */
|
|
380
|
+
LavaShortcode: string;
|
|
381
|
+
/** The EntityType Guid for LavaShortcodeCategory 'joiner' table Rock.Model.LavaShortcodeConfiguration */
|
|
382
|
+
LavaShortcodeCategory: string;
|
|
383
|
+
/** The EntityType Guid for Rock.Model.Layout */
|
|
384
|
+
Layout: string;
|
|
385
|
+
/** The EntityType Guid for Rock.Model.LearningActivity */
|
|
386
|
+
LearningActivity: string;
|
|
387
|
+
/** The EntityType Guid for Rock.Model.LearningClass */
|
|
388
|
+
LearningClass: string;
|
|
389
|
+
/** The EntityType Guid for Rock.Model.LearningClassActivity */
|
|
390
|
+
LearningClassActivity: string;
|
|
391
|
+
/** The EntityType Guid for Rock.Model.LearningClassActivityCompletion */
|
|
392
|
+
LearningClassActivityCompletion: string;
|
|
393
|
+
/** The EntityType Guid for Rock.Model.LearningClassAnnouncement */
|
|
394
|
+
LearningClassAnnouncement: string;
|
|
395
|
+
/** The EntityType Guid for Rock.Model.LearningClassContentPage */
|
|
396
|
+
LearningClassContentPage: string;
|
|
397
|
+
/** The EntityType Guid for Rock.Model.LearningCourse */
|
|
398
|
+
LearningCourse: string;
|
|
399
|
+
/** The EntityType Guid for Rock.Model.LearningCourseRequirement */
|
|
400
|
+
LearningCourseRequirement: string;
|
|
401
|
+
/** The EntityType Guid for Rock.Model.LearningGradingSystem */
|
|
402
|
+
LearningGradingSystem: string;
|
|
403
|
+
/** The EntityType Guid for Rock.Model.LearningGradingSystem */
|
|
404
|
+
LearningGradingSystemScale: string;
|
|
405
|
+
/** The EntityType Guid for Rock.Model.LearningParticipant */
|
|
406
|
+
LearningParticipant: string;
|
|
407
|
+
/** The EntityType Guid for Rock.Model.LearningProgram */
|
|
408
|
+
LearningProgram: string;
|
|
409
|
+
/** The EntityType Guid for Rock.Model.LearningProgramCompletion */
|
|
410
|
+
LearningProgramCompletion: string;
|
|
411
|
+
/** The EntityType Guid for Rock.Model.LearningSemester */
|
|
412
|
+
LearningSemester: string;
|
|
413
|
+
/** The EntityType Guid for Rock.Model.Location */
|
|
414
|
+
Location: string;
|
|
415
|
+
/** The EntityType Guid for Rock.Model.MediaAccount */
|
|
416
|
+
MediaAccount: string;
|
|
417
|
+
/** The EntityType Guid for Rock.Model.MediaElement */
|
|
418
|
+
MediaElement: string;
|
|
419
|
+
/** The EntityType Guid for Rock.Model.MediaFolder */
|
|
420
|
+
MediaFolder: string;
|
|
421
|
+
/** The guid for the Rock.Model.MergeTemplate entity */
|
|
422
|
+
MergeTemplate: string;
|
|
423
|
+
/** The EntityType Guid for Rock.Model.MetaFirstNameGenderLookup */
|
|
424
|
+
MetaFirstNameGenderLookup: string;
|
|
425
|
+
/** The EntityType Guid for Rock.Model.MetaLastNameLookup */
|
|
426
|
+
MetaLastNameLookup: string;
|
|
427
|
+
/** The EntityType Guid for Rock.Model.MetaNickNameLookup */
|
|
428
|
+
MetaNickNameLookup: string;
|
|
429
|
+
/** The EntityType Guid for Rock.Model.Metric */
|
|
430
|
+
Metric: string;
|
|
431
|
+
/** The EntityType Guid for Rock.Model.MetricPartition */
|
|
432
|
+
MetricPartition: string;
|
|
433
|
+
/** The EntityType Guid for Rock.Model.MetricValue */
|
|
434
|
+
MetricValue: string;
|
|
435
|
+
/** The EntityType Guid for Rock.Model.MetricValuePartition */
|
|
436
|
+
MetricValuePartition: string;
|
|
437
|
+
/** The guid for the Rock.Model.MetricCategory entity */
|
|
438
|
+
Metriccategory: string;
|
|
439
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Prayer.AnswerToPrayer. */
|
|
440
|
+
MobileAnswerToPrayerBlockType: string;
|
|
441
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.CheckIn.CheckIn. */
|
|
442
|
+
MobileCheckinCheckin: string;
|
|
443
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Cms.DailyChallengeEntry */
|
|
444
|
+
MobileCmsDailyChallengeEntry: string;
|
|
445
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Cms.Hero */
|
|
446
|
+
MobileCmsHeroBlockType: string;
|
|
447
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Cms.StructuredContentView */
|
|
448
|
+
MobileCmsStructuredcontentviewBlockType: string;
|
|
449
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Communication.CommunicationEntry */
|
|
450
|
+
MobileCommunicationCommunicationentryBlockType: string;
|
|
451
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Communication.CommunicationView */
|
|
452
|
+
MobileCommunicationCommunicationviewBlockType: string;
|
|
453
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Connection.AddConnectionRequest. */
|
|
454
|
+
MobileConnectionAddConnectionRequest: string;
|
|
455
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Connection.ConnectionOpportunityList. */
|
|
456
|
+
MobileConnectionConnectionOpportunityListBlockType: string;
|
|
457
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Connection.ConnectionRequestDetail. */
|
|
458
|
+
MobileConnectionConnectionRequestDetailBlockType: string;
|
|
459
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Connection.ConnectionRequestList. */
|
|
460
|
+
MobileConnectionConnectionRequestListBlockType: string;
|
|
461
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Connection.ConnectionTypeList. */
|
|
462
|
+
MobileConnectionConnectionTypeListBlockType: string;
|
|
463
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Content */
|
|
464
|
+
MobileContentBlockType: string;
|
|
465
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.ContentChannelItemList */
|
|
466
|
+
MobileContentChannelItemListBlockType: string;
|
|
467
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.ContentChannelItemView */
|
|
468
|
+
MobileContentChannelItemViewBlockType: string;
|
|
469
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Core.AttributeValues. */
|
|
470
|
+
MobileCoreAttributeValues: string;
|
|
471
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Core.MyNotes. */
|
|
472
|
+
MobileCoreMyNotesBlockType: string;
|
|
473
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Core.Notes */
|
|
474
|
+
MobileCoreNotesBlockType: string;
|
|
475
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Core.QuickNote. */
|
|
476
|
+
MobileCoreQuickNoteBlockType: string;
|
|
477
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Core.Search. */
|
|
478
|
+
MobileCoreSearchBlockType: string;
|
|
479
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Core.SmartSearch. */
|
|
480
|
+
MobileCoreSmartSearchBlockType: string;
|
|
481
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Crm.GroupMembers. */
|
|
482
|
+
MobileCrmGroupMembers: string;
|
|
483
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Crm.PersonProfile. */
|
|
484
|
+
MobileCrmPersonProfile: string;
|
|
485
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Events.CalendarEventItemOccurrenceView */
|
|
486
|
+
MobileEventsCalendareventitemoccurrenceviewBlockType: string;
|
|
487
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Events.CalendarEventList */
|
|
488
|
+
MobileEventsCalendareventlistBlockType: string;
|
|
489
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Events.CalendarView */
|
|
490
|
+
MobileEventsCalendarviewBlockType: string;
|
|
491
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Events.CommunicationListSubscribe */
|
|
492
|
+
MobileEventsCommunicationListSubscribeBlockType: string;
|
|
493
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Events.EventItemOccurrenceListByAudienceLava */
|
|
494
|
+
MobileEventsEventitemoccurrencelistbyaudiencelavaBlockType: string;
|
|
495
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Events.LiveExperience */
|
|
496
|
+
MobileEventsLiveexperienceBlockType: string;
|
|
497
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Events.PrayerSession */
|
|
498
|
+
MobileEventsPrayerSessionBlockType: string;
|
|
499
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Events.PrayerSessionSetup */
|
|
500
|
+
MobileEventsPrayerSessionSetupBlockType: string;
|
|
501
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Finance.ScheduledTransactionList. */
|
|
502
|
+
MobileFinanceScheduledTransactionListBlockType: string;
|
|
503
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Finance.TransactionDetail. */
|
|
504
|
+
MobileFinanceTransactionDetailBlockType: string;
|
|
505
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Finance.TransactionList. */
|
|
506
|
+
MobileFinanceTransactionListBlockType: string;
|
|
507
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Groups.GroupRegistration */
|
|
508
|
+
MobileGroupsGroupAddToGroup: string;
|
|
509
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Groups.GroupAttendanceEntry */
|
|
510
|
+
MobileGroupsGroupAttendanceEntryBlockType: string;
|
|
511
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Groups.GroupEdit */
|
|
512
|
+
MobileGroupsGroupEditBlockType: string;
|
|
513
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Groups.GroupFinder */
|
|
514
|
+
MobileGroupsGroupFinderBlockType: string;
|
|
515
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Groups.GroupMemberEdit */
|
|
516
|
+
MobileGroupsGroupMemberEditBlockType: string;
|
|
517
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Groups.GroupMemberList */
|
|
518
|
+
MobileGroupsGroupMemberListBlockType: string;
|
|
519
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Groups.GroupMemberView */
|
|
520
|
+
MobileGroupsGroupMemberViewBlockType: string;
|
|
521
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Groups.GroupRegistration */
|
|
522
|
+
MobileGroupsGroupRegistrationBlockType: string;
|
|
523
|
+
/** The GUID for entity Rock.Blocks.Types.Mobile.Groups.GroupSchedulePreference */
|
|
524
|
+
MobileGroupsGroupSchedulePreference: string;
|
|
525
|
+
/** The GUID for entity Rock.Blocks.Types.Mobile.Groups.GroupScheduleSignUp */
|
|
526
|
+
MobileGroupsGroupScheduleSignup: string;
|
|
527
|
+
/** The GUID for entity Rock.Blocks.Types.Mobile.Groups.GroupScheduleToolbox */
|
|
528
|
+
MobileGroupsGroupScheduleToolbox: string;
|
|
529
|
+
/** The GUID for entity Rock.Blocks.Types.Mobile.Groups.GroupScheduleUnavailability */
|
|
530
|
+
MobileGroupsGroupScheduleUnavailability: string;
|
|
531
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Groups.GroupView */
|
|
532
|
+
MobileGroupsGroupViewBlockType: string;
|
|
533
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.LavaItemList */
|
|
534
|
+
MobileLavaItemListBlockType: string;
|
|
535
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Login */
|
|
536
|
+
MobileLoginBlockType: string;
|
|
537
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Prayer.MyPrayerRequests. */
|
|
538
|
+
MobileMyPrayerRequestsBlockType: string;
|
|
539
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Prayer.PrayerCardView. */
|
|
540
|
+
MobilePrayerPrayerCardViewBlockType: string;
|
|
541
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Prayer.PrayerRequestDetails */
|
|
542
|
+
MobilePrayerPrayerRequestDetailsBlockType: string;
|
|
543
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.ProfileDetails */
|
|
544
|
+
MobileProfileDetailsBlockType: string;
|
|
545
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Register */
|
|
546
|
+
MobileRegisterBlockType: string;
|
|
547
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Reminders.ReminderDashboard. */
|
|
548
|
+
MobileRemindersReminderDashboard: string;
|
|
549
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Reminders.ReminderEdit. */
|
|
550
|
+
MobileRemindersReminderEdit: string;
|
|
551
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Reminders.ReminderList. */
|
|
552
|
+
MobileRemindersReminderList: string;
|
|
553
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Security.OnboardPerson. */
|
|
554
|
+
MobileSecurityOnboardPerson: string;
|
|
555
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.WorkflowEntry */
|
|
556
|
+
MobileWorkflowEntryBlockType: string;
|
|
557
|
+
/** The MyWell financial gateway */
|
|
558
|
+
MywellFinancialGateway: string;
|
|
559
|
+
/** The EntityType Guid for Rock.Model.NcoaHistory */
|
|
560
|
+
NcoaHistory: string;
|
|
561
|
+
/** The guid for the Rock.Model.Note entity */
|
|
562
|
+
Note: string;
|
|
563
|
+
/** The EntityType Guid for Rock.Model.NoteAttachment */
|
|
564
|
+
NoteAttachment: string;
|
|
565
|
+
/** The EntityType Guid for Rock.Model.NoteType */
|
|
566
|
+
NoteType: string;
|
|
567
|
+
/** The EntityType Guid for Rock.Model.NoteWatch */
|
|
568
|
+
NoteWatch: string;
|
|
569
|
+
/** The EntityType Guid for Rock.Model.Notification */
|
|
570
|
+
Notification: string;
|
|
571
|
+
/** The EntityType Guid for Rock.Model.NotificationMessage */
|
|
572
|
+
NotificationMessage: string;
|
|
573
|
+
/** The EntityType Guid for Rock.Model.NotificationMessageType */
|
|
574
|
+
NotificationMessageType: string;
|
|
575
|
+
/** The EntityType Guid for Rock.Model.NotificationRecipient */
|
|
576
|
+
NotificationRecipient: string;
|
|
577
|
+
/** The obsidian event registration entry */
|
|
578
|
+
ObsidianEventRegistrationEntry: string;
|
|
579
|
+
/** The obsidian event control gallery */
|
|
580
|
+
ObsidianExampleControlGallery: string;
|
|
581
|
+
/** The obsidian event field type gallery */
|
|
582
|
+
ObsidianExampleFieldTypeGallery: string;
|
|
583
|
+
/** The obsidian form builder detail */
|
|
584
|
+
ObsidianFormBuilderDetailBlockType: string;
|
|
585
|
+
/** The obsidian form template detail */
|
|
586
|
+
ObsidianFormTemplateDetailBlockType: string;
|
|
587
|
+
/** The guid for the Rock.Model.Page entity */
|
|
588
|
+
Page: string;
|
|
589
|
+
/** The EntityType Guid for Rock.Model.PageContext */
|
|
590
|
+
PageContext: string;
|
|
591
|
+
/** The EntityType Guid for Rock.Model.PageRoute */
|
|
592
|
+
PageRoute: string;
|
|
593
|
+
/** The EntityType Guid for Rock.Model.PageShortLink */
|
|
594
|
+
PageShortLink: string;
|
|
595
|
+
/** The EntityType Guid for Rock.Model.PersistedDataset */
|
|
596
|
+
PersistedDataset: string;
|
|
597
|
+
/** The guid for the Rock.Model.Person entity */
|
|
598
|
+
Person: string;
|
|
599
|
+
/** The guid for the Rock.Model.PersonAlias entity */
|
|
600
|
+
PersonAlias: string;
|
|
601
|
+
/** The EntityType Guid for Rock.Model.PersonDuplicate */
|
|
602
|
+
PersonDuplicate: string;
|
|
603
|
+
/** The guid for the Rock.Workflow.Action.PersonGetCampusTeamMember entity */
|
|
604
|
+
PersonGetCampusTeamMember: string;
|
|
605
|
+
/** The GUID for the Rock.Follow.Event.PersonNoteAdded entity */
|
|
606
|
+
PersonNoteAdded: string;
|
|
607
|
+
/** The GUID for the Rock.Follow.Event.PersonPrayerRequest entity */
|
|
608
|
+
PersonPrayerRequest: string;
|
|
609
|
+
/** The GUID for the Rock.Model.PersonPreference entity */
|
|
610
|
+
PersonPreference: string;
|
|
611
|
+
/** The EntityType Guid for Rock.Model.PersonPreviousName */
|
|
612
|
+
PersonPreviousName: string;
|
|
613
|
+
/** The EntityType Guid for Rock.Model.PersonScheduleExclusion */
|
|
614
|
+
PersonScheduleExclusion: string;
|
|
615
|
+
/** The EntityType Guid for Rock.Model.PersonSearchKey */
|
|
616
|
+
PersonSearchKey: string;
|
|
617
|
+
/** The guid for the Rock.Model.PersonSignal entity */
|
|
618
|
+
PersonSignal: string;
|
|
619
|
+
/** The EntityType Guid for Rock.Model.PersonToken */
|
|
620
|
+
PersonToken: string;
|
|
621
|
+
/** The EntityType Guid for Rock.Model.PersonViewed */
|
|
622
|
+
PersonViewed: string;
|
|
623
|
+
/** The EntityType Guid for Rock.Model.PersonalDevice */
|
|
624
|
+
PersonalDevice: string;
|
|
625
|
+
/** The EntityType Guid for Rock.Model.PersonalLink */
|
|
626
|
+
PersonalLink: string;
|
|
627
|
+
/** The EntityType Guid for Rock.Model.PersonalLinkSection */
|
|
628
|
+
PersonalLinkSection: string;
|
|
629
|
+
/** The EntityType Guid for Rock.Model.PersonalLinkSectionOrder */
|
|
630
|
+
PersonalLinkSectionOrder: string;
|
|
631
|
+
/** The EntityType Guid for Rock.Model.PersonalizationSegment */
|
|
632
|
+
PersonalizationSegment: string;
|
|
633
|
+
/** The EntityType Guid for PersonalizationSegmentCategory 'joiner' table Rock.Model.PersonalizationSegment */
|
|
634
|
+
PersonalizationSegmentCategory: string;
|
|
635
|
+
/** The EntityType Guid for Rock.Model.PhoneNumber */
|
|
636
|
+
PhoneNumber: string;
|
|
637
|
+
/** The EntityType Guid for Rock.Model.PluginMigration */
|
|
638
|
+
PluginMigration: string;
|
|
639
|
+
/** The EntityType Guid for Rock.Model.PrayerRequest */
|
|
640
|
+
PrayerRequest: string;
|
|
641
|
+
/** The protect my ministry provider */
|
|
642
|
+
ProtectMyMinistryProvider: string;
|
|
643
|
+
/** The guid for the Rock.Model.Registration entity */
|
|
644
|
+
Registration: string;
|
|
645
|
+
/** The EntityType Guid for Rock.Model.RegistrationInstance */
|
|
646
|
+
RegistrationInstance: string;
|
|
647
|
+
/** The EntityType Guid for Rock.Model.RegistrationRegistrant */
|
|
648
|
+
RegistrationRegistrant: string;
|
|
649
|
+
/** The EntityType Guid for Rock.Model.RegistrationRegistrantFee */
|
|
650
|
+
RegistrationRegistrantFee: string;
|
|
651
|
+
/** The EntityType Guid for Rock.Model.RegistrationSession */
|
|
652
|
+
RegistrationSession: string;
|
|
653
|
+
/** The guid for the Rock.Model.RegistrationTemplate entity */
|
|
654
|
+
RegistrationTemplate: string;
|
|
655
|
+
/** The EntityType Guid for Rock.Model.RegistrationTemplateDiscount */
|
|
656
|
+
RegistrationTemplateDiscount: string;
|
|
657
|
+
/** The EntityType Guid for Rock.Model.RegistrationTemplateFee */
|
|
658
|
+
RegistrationTemplateFee: string;
|
|
659
|
+
/** The EntityType Guid for Rock.Model.RegistrationTemplateFeeItem */
|
|
660
|
+
RegistrationTemplateFeeItem: string;
|
|
661
|
+
/** The EntityType Guid for Rock.Model.RegistrationTemplateForm */
|
|
662
|
+
RegistrationTemplateForm: string;
|
|
663
|
+
/** The EntityType Guid for Rock.Model.RegistrationTemplateFormField */
|
|
664
|
+
RegistrationTemplateFormField: string;
|
|
665
|
+
/** The EntityType Guid for Rock.Model.RegistrationTemplatePlacement */
|
|
666
|
+
RegistrationTemplatePlacement: string;
|
|
667
|
+
/** The EntityType Guid for Rock.Model.RelatedEntity */
|
|
668
|
+
RelatedEntity: string;
|
|
669
|
+
/** The guid for the Rock.Model.Reminder entity */
|
|
670
|
+
Reminder: string;
|
|
671
|
+
/** The guid for the Rock.Model.ReminderType entity */
|
|
672
|
+
ReminderType: string;
|
|
673
|
+
/** The EntityType Guid for Rock.Model.RemoteAuthenticationSession */
|
|
674
|
+
RemoteAuthenticationSession: string;
|
|
675
|
+
/** The EntityType Guid for Rock.Model.Report */
|
|
676
|
+
Report: string;
|
|
677
|
+
/** The EntityType Guid for Rock.Model.ReportField */
|
|
678
|
+
ReportField: string;
|
|
679
|
+
/** The LiquidSelect DataSelect field for Reporting */
|
|
680
|
+
ReportingDataselectLiquidselect: string;
|
|
681
|
+
/** The EntityType Guid for Rock.Model.RequestFilter */
|
|
682
|
+
RequestFilter: string;
|
|
683
|
+
/** The EntityType Guid for Rock.Model.RestAction */
|
|
684
|
+
RestAction: string;
|
|
685
|
+
/** The EntityType Guid for Rock.Model.RestController */
|
|
686
|
+
RestController: string;
|
|
687
|
+
/** The guid for the Rock.Model.Schedule entity */
|
|
688
|
+
Schedule: string;
|
|
689
|
+
/** The EntityType Guid for Rock.Model.ScheduleCategoryExclusion */
|
|
690
|
+
ScheduleCategoryExclusion: string;
|
|
691
|
+
/** The guid for the Rock.Search.Group.Name search component. */
|
|
692
|
+
SearchComponentGroupName: string;
|
|
693
|
+
/** The guid for the Rock.Search.Person.Email search component. */
|
|
694
|
+
SearchComponentPersonEmail: string;
|
|
695
|
+
/** The guid for the Rock.Search.Person.Name search component. */
|
|
696
|
+
SearchComponentPersonName: string;
|
|
697
|
+
/** The guid for the Rock.Search.Person.Phone search component. */
|
|
698
|
+
SearchComponentPersonPhone: string;
|
|
699
|
+
/** The guid for the Rock.Workflow.Action.SendEmail entity */
|
|
700
|
+
SendEmail: string;
|
|
701
|
+
/** The Service Job entity type */
|
|
702
|
+
ServiceJob: string;
|
|
703
|
+
/** The EntityType Guid for Rock.Model.ServiceJobHistory */
|
|
704
|
+
ServiceJobHistory: string;
|
|
705
|
+
/** The EntityType Guid for Rock.Model.ServiceLog */
|
|
706
|
+
ServiceLog: string;
|
|
707
|
+
/** The Signal Type entity type */
|
|
708
|
+
SignalType: string;
|
|
709
|
+
/** The EntityType Guid for Rock.Model.SignatureDocument */
|
|
710
|
+
SignatureDocument: string;
|
|
711
|
+
/** The EntityType Guid for Rock.Model.SignatureDocumentTemplate */
|
|
712
|
+
SignatureDocumentTemplate: string;
|
|
713
|
+
/** Rock.Model.Site EntityType guid */
|
|
714
|
+
Site: string;
|
|
715
|
+
/** The EntityType Guid for Rock.Model.SiteDomain */
|
|
716
|
+
SiteDomain: string;
|
|
717
|
+
/** The EntityType Guid for Rock.Model.SmsAction */
|
|
718
|
+
SmsAction: string;
|
|
719
|
+
/** The SMS Conversation Action */
|
|
720
|
+
SmsActionConversation: string;
|
|
721
|
+
/** The EntityType Guid for Rock.Model.SmsPipeline */
|
|
722
|
+
SmsPipeline: string;
|
|
723
|
+
/** The EntityType Guid for Rock.Model.Snippet */
|
|
724
|
+
Snippet: string;
|
|
725
|
+
/** The EntityType Guid for Rock.Model.SnippetType */
|
|
726
|
+
SnippetType: string;
|
|
727
|
+
/** The guid for the Step entity type */
|
|
728
|
+
Step: string;
|
|
729
|
+
/** The Step Flow entity type */
|
|
730
|
+
StepFlow: string;
|
|
731
|
+
/** The guid for the Step program entity */
|
|
732
|
+
StepProgram: string;
|
|
733
|
+
/** The EntityType Guid for Rock.Achievement.Component.StepProgramAchievement */
|
|
734
|
+
StepProgramAchievementComponent: string;
|
|
735
|
+
/** The EntityType Guid for Rock.Model.StepProgramCompletion */
|
|
736
|
+
StepProgramCompletion: string;
|
|
737
|
+
/** The EntityType Guid for Rock.Model.StepStatus */
|
|
738
|
+
StepStatus: string;
|
|
739
|
+
/** The EntityType Guid for Rock.Model.StepType */
|
|
740
|
+
StepType: string;
|
|
741
|
+
/** The EntityType Guid for Rock.Model.StepTypePrerequisite */
|
|
742
|
+
StepTypePrerequisite: string;
|
|
743
|
+
/** The EntityType Guid for Rock.Model.StepWorkflow */
|
|
744
|
+
StepWorkflow: string;
|
|
745
|
+
/** The EntityType Guid for Rock.Model.StepWorkflowTrigger */
|
|
746
|
+
StepWorkflowTrigger: string;
|
|
747
|
+
/** The asset storage 'Amazon S3' component (Rock.Storage.AssetStorage.AmazonS3Component) */
|
|
748
|
+
StorageAssetstorageAmazons3: string;
|
|
749
|
+
/** The asset storage 'Azure Cloud Storage' component (Rock.Storage.AssetStorage.AzureCloudStorageComponent) */
|
|
750
|
+
StorageAssetstorageAzurecloud: string;
|
|
751
|
+
/** The asset storage file-system component (Rock.Storage.AssetStorage.FileSystemComponent) */
|
|
752
|
+
StorageAssetstorageFilesystem: string;
|
|
753
|
+
/** The asset storage 'Google Cloud Storage' component (Rock.Storage.AssetStorage.GoogleCloudStorageComponent) */
|
|
754
|
+
StorageAssetstorageGooglecloud: string;
|
|
755
|
+
/** The guid for the database storage provider entity */
|
|
756
|
+
StorageProviderDatabase: string;
|
|
757
|
+
/** The guid for the file-system storage provider entity (Rock.Storage.Provider.FileSystem) */
|
|
758
|
+
StorageProviderFilesystem: string;
|
|
759
|
+
/** The guid for Rock.Model.Streak */
|
|
760
|
+
Streak: string;
|
|
761
|
+
/** The EntityType Guid for Rock.Achievement.Component.StreakAchievement */
|
|
762
|
+
StreakAchievementComponent: string;
|
|
763
|
+
/** The EntityType Guid for Rock.Model.StreakType */
|
|
764
|
+
StreakType: string;
|
|
765
|
+
/** The EntityType Guid for Rock.Model.StreakTypeExclusion */
|
|
766
|
+
StreakTypeExclusion: string;
|
|
767
|
+
/** The guid for the system communication entity */
|
|
768
|
+
SystemCommunication: string;
|
|
769
|
+
/** The EntityType Guid for Rock.Model.SystemEmail */
|
|
770
|
+
SystemEmail: string;
|
|
771
|
+
/** The EntityType Guid for Rock.Model.SystemPhoneNumber */
|
|
772
|
+
SystemPhoneNumber: string;
|
|
773
|
+
/** The EntityType Guid for Tag. */
|
|
774
|
+
Tag: string;
|
|
775
|
+
/** The EntityType Guid for Rock.Model.TaggedItem */
|
|
776
|
+
TaggedItem: string;
|
|
777
|
+
/** The EntityType Guid for Rock.Model.Theme */
|
|
778
|
+
Theme: string;
|
|
779
|
+
/** The EntityType Guid for Rock.Model.UserLogin */
|
|
780
|
+
UserLogin: string;
|
|
781
|
+
/** The EntityType Guid for Rock.Model.WebFarmNode */
|
|
782
|
+
WebFarmNode: string;
|
|
783
|
+
/** The EntityType Guid for Rock.Model.WebFarmNodeLog */
|
|
784
|
+
WebFarmNodeLog: string;
|
|
785
|
+
/** The EntityType Guid for Rock.Model.WebFarmNodeMetric */
|
|
786
|
+
WebFarmNodeMetric: string;
|
|
787
|
+
/** The EntityType Guid for Rock.Model.Workflow */
|
|
788
|
+
Workflow: string;
|
|
789
|
+
/** The EntityType Guid for Rock.Model.WorkflowAction */
|
|
790
|
+
WorkflowAction: string;
|
|
791
|
+
/** The EntityType Guid for Rock.Model.WorkflowActionForm */
|
|
792
|
+
WorkflowActionForm: string;
|
|
793
|
+
/** The EntityType Guid for Rock.Model.WorkflowActionFormAttribute */
|
|
794
|
+
WorkflowActionFormAttribute: string;
|
|
795
|
+
/** The EntityType Guid for Rock.Model.WorkflowActionFormSection */
|
|
796
|
+
WorkflowActionFormSection: string;
|
|
797
|
+
/** The EntityType Guid for Rock.Model.WorkflowActionType */
|
|
798
|
+
WorkflowActionType: string;
|
|
799
|
+
/** The EntityType Guid for Rock.Model.WorkflowActivity */
|
|
800
|
+
WorkflowActivity: string;
|
|
801
|
+
/** The EntityType Guid for Rock.Model.WorkflowActivityType */
|
|
802
|
+
WorkflowActivityType: string;
|
|
803
|
+
/** The EntityType Guid for Rock.Model.WorkflowFormBuilderTemplate. */
|
|
804
|
+
WorkflowFormBuilderTemplate: string;
|
|
805
|
+
/** The EntityType Guid for Rock.Model.WorkflowLog */
|
|
806
|
+
WorkflowLog: string;
|
|
807
|
+
/** The EntityType Guid for Rock.Model.WorkflowTrigger */
|
|
808
|
+
WorkflowTrigger: string;
|
|
809
|
+
/** The EntityType Guid for Rock.Model.WorkflowType */
|
|
810
|
+
WorkflowType: string;
|
|
811
|
+
};
|