@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,1709 +1,1639 @@
|
|
|
1
|
-
/** System Pages. NOTE: Some of these are referenced in Migrations to avoid string-typos. */
|
|
2
|
-
export declare const Page: {
|
|
3
|
-
/**
|
|
4
|
-
* Gets the Ability Levels page guid
|
|
5
|
-
* ParentPage: Check-in
|
|
6
|
-
*/
|
|
7
|
-
AbilityLevels: string;
|
|
8
|
-
/**
|
|
9
|
-
* Gets the
|
|
10
|
-
* ParentPage:
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* Gets the Account page guid
|
|
15
|
-
* ParentPage:
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* Gets the
|
|
20
|
-
* ParentPage:
|
|
21
|
-
*/
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* Gets the
|
|
25
|
-
* ParentPage:
|
|
26
|
-
*/
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* Gets the
|
|
30
|
-
* ParentPage:
|
|
31
|
-
*/
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* Gets the
|
|
35
|
-
* ParentPage:
|
|
36
|
-
*/
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* Gets the
|
|
40
|
-
* ParentPage:
|
|
41
|
-
*/
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
*
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* Gets the
|
|
61
|
-
* ParentPage:
|
|
62
|
-
*/
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* Gets the
|
|
66
|
-
* ParentPage:
|
|
67
|
-
*/
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
* Gets the
|
|
71
|
-
* ParentPage:
|
|
72
|
-
*/
|
|
73
|
-
|
|
74
|
-
/**
|
|
75
|
-
* Gets the
|
|
76
|
-
* ParentPage:
|
|
77
|
-
*/
|
|
78
|
-
|
|
79
|
-
/**
|
|
80
|
-
* Gets the
|
|
81
|
-
* ParentPage:
|
|
82
|
-
*/
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* Gets the
|
|
86
|
-
* ParentPage:
|
|
87
|
-
*/
|
|
88
|
-
|
|
89
|
-
/**
|
|
90
|
-
* Gets the
|
|
91
|
-
* ParentPage:
|
|
92
|
-
*/
|
|
93
|
-
|
|
94
|
-
/**
|
|
95
|
-
* Gets the
|
|
96
|
-
* ParentPage:
|
|
97
|
-
*/
|
|
98
|
-
|
|
99
|
-
/**
|
|
100
|
-
* Gets the
|
|
101
|
-
* ParentPage:
|
|
102
|
-
*/
|
|
103
|
-
|
|
104
|
-
/**
|
|
105
|
-
* Gets the
|
|
106
|
-
* ParentPage:
|
|
107
|
-
*/
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
* Gets the
|
|
111
|
-
* ParentPage: Functions
|
|
112
|
-
*/
|
|
113
|
-
|
|
114
|
-
/**
|
|
115
|
-
* Gets the Benevolence
|
|
116
|
-
* ParentPage:
|
|
117
|
-
*/
|
|
118
|
-
|
|
119
|
-
/**
|
|
120
|
-
* Gets the Benevolence page guid
|
|
121
|
-
* ParentPage:
|
|
122
|
-
*/
|
|
123
|
-
|
|
124
|
-
/**
|
|
125
|
-
* Gets the Benevolence page guid
|
|
126
|
-
* ParentPage:
|
|
127
|
-
*/
|
|
128
|
-
|
|
129
|
-
/**
|
|
130
|
-
* Gets the Benevolence
|
|
131
|
-
* ParentPage: Benevolence
|
|
132
|
-
*/
|
|
133
|
-
|
|
134
|
-
/**
|
|
135
|
-
* Gets the
|
|
136
|
-
* ParentPage:
|
|
137
|
-
*/
|
|
138
|
-
|
|
139
|
-
/**
|
|
140
|
-
* Gets the
|
|
141
|
-
* ParentPage:
|
|
142
|
-
*/
|
|
143
|
-
|
|
144
|
-
/**
|
|
145
|
-
* Gets the Block
|
|
146
|
-
* ParentPage:
|
|
147
|
-
*/
|
|
148
|
-
|
|
149
|
-
/**
|
|
150
|
-
* Gets the
|
|
151
|
-
* ParentPage:
|
|
152
|
-
*/
|
|
153
|
-
|
|
154
|
-
/**
|
|
155
|
-
* Gets the
|
|
156
|
-
* ParentPage:
|
|
157
|
-
*/
|
|
158
|
-
|
|
159
|
-
/**
|
|
160
|
-
* Gets the
|
|
161
|
-
* ParentPage:
|
|
162
|
-
*/
|
|
163
|
-
|
|
164
|
-
/**
|
|
165
|
-
* Gets the
|
|
166
|
-
* ParentPage:
|
|
167
|
-
*/
|
|
168
|
-
|
|
169
|
-
/**
|
|
170
|
-
* Gets the
|
|
171
|
-
* ParentPage:
|
|
172
|
-
*/
|
|
173
|
-
|
|
174
|
-
/**
|
|
175
|
-
* Gets the
|
|
176
|
-
* ParentPage:
|
|
177
|
-
*/
|
|
178
|
-
|
|
179
|
-
/**
|
|
180
|
-
* Gets the
|
|
181
|
-
* ParentPage:
|
|
182
|
-
*/
|
|
183
|
-
|
|
184
|
-
/**
|
|
185
|
-
* Gets the
|
|
186
|
-
* ParentPage:
|
|
187
|
-
*/
|
|
188
|
-
|
|
189
|
-
/**
|
|
190
|
-
* Gets the
|
|
191
|
-
* ParentPage:
|
|
192
|
-
*/
|
|
193
|
-
|
|
194
|
-
/**
|
|
195
|
-
* Gets the
|
|
196
|
-
* ParentPage:
|
|
197
|
-
*/
|
|
198
|
-
|
|
199
|
-
/**
|
|
200
|
-
* Gets the
|
|
201
|
-
* ParentPage:
|
|
202
|
-
*/
|
|
203
|
-
|
|
204
|
-
/**
|
|
205
|
-
* Gets the
|
|
206
|
-
* ParentPage:
|
|
207
|
-
*/
|
|
208
|
-
|
|
209
|
-
/**
|
|
210
|
-
* Gets the
|
|
211
|
-
* ParentPage:
|
|
212
|
-
*/
|
|
213
|
-
|
|
214
|
-
/**
|
|
215
|
-
* Gets the
|
|
216
|
-
* ParentPage:
|
|
217
|
-
*/
|
|
218
|
-
|
|
219
|
-
/**
|
|
220
|
-
* Gets the Check-in
|
|
221
|
-
* ParentPage: Check-in
|
|
222
|
-
*/
|
|
223
|
-
|
|
224
|
-
/**
|
|
225
|
-
* Gets the Check-in
|
|
226
|
-
* ParentPage: Check-in
|
|
227
|
-
*/
|
|
228
|
-
|
|
229
|
-
/**
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
/** The check in manager attendance
|
|
240
|
-
|
|
241
|
-
/** The
|
|
242
|
-
|
|
243
|
-
/** The Check-in Manager
|
|
244
|
-
|
|
245
|
-
/** The
|
|
246
|
-
|
|
247
|
-
/** The
|
|
248
|
-
|
|
249
|
-
/** The
|
|
250
|
-
|
|
251
|
-
/** The
|
|
252
|
-
|
|
253
|
-
/**
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
/**
|
|
264
|
-
* Gets the
|
|
265
|
-
* ParentPage:
|
|
266
|
-
*/
|
|
267
|
-
|
|
268
|
-
/**
|
|
269
|
-
* Gets the
|
|
270
|
-
* ParentPage:
|
|
271
|
-
*/
|
|
272
|
-
|
|
273
|
-
/**
|
|
274
|
-
* Gets the
|
|
275
|
-
* ParentPage:
|
|
276
|
-
*/
|
|
277
|
-
|
|
278
|
-
/**
|
|
279
|
-
* Gets the
|
|
280
|
-
* ParentPage: Check-in
|
|
281
|
-
*/
|
|
282
|
-
|
|
283
|
-
/**
|
|
284
|
-
* Gets the
|
|
285
|
-
* ParentPage: Check-in
|
|
286
|
-
*/
|
|
287
|
-
|
|
288
|
-
/**
|
|
289
|
-
* Gets the
|
|
290
|
-
* ParentPage: Check-in
|
|
291
|
-
*/
|
|
292
|
-
|
|
293
|
-
/**
|
|
294
|
-
* Gets the
|
|
295
|
-
* ParentPage: Check-in
|
|
296
|
-
*/
|
|
297
|
-
|
|
298
|
-
/**
|
|
299
|
-
* Gets the
|
|
300
|
-
* ParentPage: Check-in
|
|
301
|
-
*/
|
|
302
|
-
|
|
303
|
-
/**
|
|
304
|
-
* Gets the
|
|
305
|
-
* ParentPage: Check-in
|
|
306
|
-
*/
|
|
307
|
-
|
|
308
|
-
/**
|
|
309
|
-
* Gets the
|
|
310
|
-
* ParentPage: Check-in
|
|
311
|
-
*/
|
|
312
|
-
|
|
313
|
-
/**
|
|
314
|
-
* Gets the
|
|
315
|
-
* ParentPage: Check-in
|
|
316
|
-
*/
|
|
317
|
-
|
|
318
|
-
/**
|
|
319
|
-
* Gets the
|
|
320
|
-
* ParentPage: Check-in
|
|
321
|
-
*/
|
|
322
|
-
|
|
323
|
-
/**
|
|
324
|
-
* Gets the
|
|
325
|
-
* ParentPage: Check-in
|
|
326
|
-
*/
|
|
327
|
-
|
|
328
|
-
/**
|
|
329
|
-
* Gets the
|
|
330
|
-
* ParentPage: Check-in
|
|
331
|
-
*/
|
|
332
|
-
|
|
333
|
-
/**
|
|
334
|
-
* Gets the
|
|
335
|
-
* ParentPage: Check-in
|
|
336
|
-
*/
|
|
337
|
-
|
|
338
|
-
/**
|
|
339
|
-
* Gets the
|
|
340
|
-
* ParentPage: Check-in
|
|
341
|
-
*/
|
|
342
|
-
|
|
343
|
-
/**
|
|
344
|
-
* Gets the
|
|
345
|
-
* ParentPage: Check-in
|
|
346
|
-
*/
|
|
347
|
-
|
|
348
|
-
/**
|
|
349
|
-
* Gets the
|
|
350
|
-
* ParentPage: Check-in
|
|
351
|
-
*/
|
|
352
|
-
|
|
353
|
-
/**
|
|
354
|
-
* Gets the
|
|
355
|
-
* ParentPage:
|
|
356
|
-
*/
|
|
357
|
-
|
|
358
|
-
/**
|
|
359
|
-
* Gets the
|
|
360
|
-
* ParentPage:
|
|
361
|
-
*/
|
|
362
|
-
|
|
363
|
-
/**
|
|
364
|
-
* Gets the
|
|
365
|
-
* ParentPage:
|
|
366
|
-
*/
|
|
367
|
-
|
|
368
|
-
/**
|
|
369
|
-
* Gets the
|
|
370
|
-
* ParentPage:
|
|
371
|
-
*/
|
|
372
|
-
|
|
373
|
-
/**
|
|
374
|
-
* Gets the
|
|
375
|
-
* ParentPage:
|
|
376
|
-
*/
|
|
377
|
-
|
|
378
|
-
/**
|
|
379
|
-
* Gets the Communication page guid
|
|
380
|
-
* ParentPage:
|
|
381
|
-
*/
|
|
382
|
-
|
|
383
|
-
/**
|
|
384
|
-
* Gets the Communication
|
|
385
|
-
* ParentPage:
|
|
386
|
-
*/
|
|
387
|
-
|
|
388
|
-
/**
|
|
389
|
-
* Gets the Communication
|
|
390
|
-
* ParentPage: Communications
|
|
391
|
-
*/
|
|
392
|
-
|
|
393
|
-
/**
|
|
394
|
-
* Gets the
|
|
395
|
-
* ParentPage:
|
|
396
|
-
*/
|
|
397
|
-
|
|
398
|
-
/**
|
|
399
|
-
* Gets the
|
|
400
|
-
* ParentPage:
|
|
401
|
-
*/
|
|
402
|
-
|
|
403
|
-
/**
|
|
404
|
-
* Gets the
|
|
405
|
-
* ParentPage:
|
|
406
|
-
*/
|
|
407
|
-
|
|
408
|
-
/**
|
|
409
|
-
* Gets the
|
|
410
|
-
* ParentPage:
|
|
411
|
-
*/
|
|
412
|
-
|
|
413
|
-
/**
|
|
414
|
-
* Gets the
|
|
415
|
-
* ParentPage:
|
|
416
|
-
*/
|
|
417
|
-
|
|
418
|
-
/**
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
*
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
*
|
|
430
|
-
* ParentPage:
|
|
431
|
-
*/
|
|
432
|
-
|
|
433
|
-
/**
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
*
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
* the
|
|
445
|
-
* ParentPage:
|
|
446
|
-
*/
|
|
447
|
-
|
|
448
|
-
/**
|
|
449
|
-
* Gets the
|
|
450
|
-
* ParentPage:
|
|
451
|
-
*/
|
|
452
|
-
|
|
453
|
-
/**
|
|
454
|
-
* Gets the
|
|
455
|
-
* ParentPage:
|
|
456
|
-
*/
|
|
457
|
-
|
|
458
|
-
/**
|
|
459
|
-
* Gets the Content page guid
|
|
460
|
-
* ParentPage:
|
|
461
|
-
*/
|
|
462
|
-
|
|
463
|
-
/**
|
|
464
|
-
* Gets the Content
|
|
465
|
-
* ParentPage: Content
|
|
466
|
-
*/
|
|
467
|
-
|
|
468
|
-
/**
|
|
469
|
-
* Gets the Content
|
|
470
|
-
* ParentPage:
|
|
471
|
-
*/
|
|
472
|
-
|
|
473
|
-
/**
|
|
474
|
-
* Gets the Content
|
|
475
|
-
* ParentPage:
|
|
476
|
-
*/
|
|
477
|
-
|
|
478
|
-
/**
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
/**
|
|
496
|
-
* Gets the
|
|
497
|
-
* ParentPage:
|
|
498
|
-
*/
|
|
499
|
-
|
|
500
|
-
/**
|
|
501
|
-
* Gets the Data
|
|
502
|
-
* ParentPage: System Settings
|
|
503
|
-
*/
|
|
504
|
-
|
|
505
|
-
/**
|
|
506
|
-
* Gets the Data
|
|
507
|
-
* ParentPage: Reporting
|
|
508
|
-
*/
|
|
509
|
-
|
|
510
|
-
/**
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
/**
|
|
528
|
-
* Gets the
|
|
529
|
-
* ParentPage:
|
|
530
|
-
*/
|
|
531
|
-
|
|
532
|
-
/**
|
|
533
|
-
* Gets the
|
|
534
|
-
* ParentPage:
|
|
535
|
-
*/
|
|
536
|
-
|
|
537
|
-
/**
|
|
538
|
-
* Gets the
|
|
539
|
-
* ParentPage:
|
|
540
|
-
*/
|
|
541
|
-
|
|
542
|
-
/**
|
|
543
|
-
* Gets the
|
|
544
|
-
* ParentPage:
|
|
545
|
-
*/
|
|
546
|
-
|
|
547
|
-
/**
|
|
548
|
-
* Gets the
|
|
549
|
-
* ParentPage:
|
|
550
|
-
*/
|
|
551
|
-
|
|
552
|
-
/**
|
|
553
|
-
* Gets the
|
|
554
|
-
* ParentPage:
|
|
555
|
-
*/
|
|
556
|
-
|
|
557
|
-
/**
|
|
558
|
-
* Gets the
|
|
559
|
-
* ParentPage:
|
|
560
|
-
*/
|
|
561
|
-
|
|
562
|
-
/**
|
|
563
|
-
* Gets the
|
|
564
|
-
* ParentPage:
|
|
565
|
-
*/
|
|
566
|
-
|
|
567
|
-
/**
|
|
568
|
-
* Gets the
|
|
569
|
-
* ParentPage:
|
|
570
|
-
*/
|
|
571
|
-
|
|
572
|
-
/**
|
|
573
|
-
* Gets the Edit
|
|
574
|
-
* ParentPage:
|
|
575
|
-
*/
|
|
576
|
-
|
|
577
|
-
/**
|
|
578
|
-
* Gets the Edit
|
|
579
|
-
* ParentPage:
|
|
580
|
-
*/
|
|
581
|
-
|
|
582
|
-
/**
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
/**
|
|
600
|
-
* Gets the
|
|
601
|
-
* ParentPage:
|
|
602
|
-
*/
|
|
603
|
-
|
|
604
|
-
/**
|
|
605
|
-
* Gets the
|
|
606
|
-
* ParentPage:
|
|
607
|
-
*/
|
|
608
|
-
|
|
609
|
-
/**
|
|
610
|
-
* Gets the
|
|
611
|
-
* ParentPage:
|
|
612
|
-
*/
|
|
613
|
-
|
|
614
|
-
/**
|
|
615
|
-
* Gets the
|
|
616
|
-
* ParentPage:
|
|
617
|
-
*/
|
|
618
|
-
|
|
619
|
-
/**
|
|
620
|
-
* Gets the
|
|
621
|
-
* ParentPage:
|
|
622
|
-
*/
|
|
623
|
-
|
|
624
|
-
/**
|
|
625
|
-
* Gets the Event
|
|
626
|
-
* ParentPage:
|
|
627
|
-
*/
|
|
628
|
-
|
|
629
|
-
/**
|
|
630
|
-
* Gets the Event
|
|
631
|
-
* ParentPage:
|
|
632
|
-
*/
|
|
633
|
-
|
|
634
|
-
/**
|
|
635
|
-
* Gets the
|
|
636
|
-
* ParentPage:
|
|
637
|
-
*/
|
|
638
|
-
|
|
639
|
-
/**
|
|
640
|
-
* Gets the
|
|
641
|
-
* ParentPage:
|
|
642
|
-
*/
|
|
643
|
-
|
|
644
|
-
/**
|
|
645
|
-
* Gets the
|
|
646
|
-
* ParentPage:
|
|
647
|
-
*/
|
|
648
|
-
|
|
649
|
-
/**
|
|
650
|
-
* Gets the
|
|
651
|
-
* ParentPage:
|
|
652
|
-
*/
|
|
653
|
-
|
|
654
|
-
/**
|
|
655
|
-
* Gets the
|
|
656
|
-
* ParentPage:
|
|
657
|
-
*/
|
|
658
|
-
|
|
659
|
-
/**
|
|
660
|
-
* Gets the
|
|
661
|
-
* ParentPage:
|
|
662
|
-
*/
|
|
663
|
-
|
|
664
|
-
/**
|
|
665
|
-
* Gets the
|
|
666
|
-
* ParentPage:
|
|
667
|
-
*/
|
|
668
|
-
|
|
669
|
-
/**
|
|
670
|
-
* Gets the
|
|
671
|
-
* ParentPage:
|
|
672
|
-
*/
|
|
673
|
-
|
|
674
|
-
/**
|
|
675
|
-
* Gets the
|
|
676
|
-
* ParentPage:
|
|
677
|
-
*/
|
|
678
|
-
|
|
679
|
-
/**
|
|
680
|
-
* Gets the
|
|
681
|
-
* ParentPage:
|
|
682
|
-
*/
|
|
683
|
-
|
|
684
|
-
/**
|
|
685
|
-
*
|
|
686
|
-
* ParentPage:
|
|
687
|
-
*/
|
|
688
|
-
|
|
689
|
-
/**
|
|
690
|
-
* Gets the
|
|
691
|
-
* ParentPage:
|
|
692
|
-
*/
|
|
693
|
-
|
|
694
|
-
/**
|
|
695
|
-
* Gets the
|
|
696
|
-
* ParentPage:
|
|
697
|
-
*/
|
|
698
|
-
|
|
699
|
-
/**
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
/**
|
|
722
|
-
* Gets the
|
|
723
|
-
* ParentPage:
|
|
724
|
-
*/
|
|
725
|
-
|
|
726
|
-
/**
|
|
727
|
-
* Gets the
|
|
728
|
-
* ParentPage:
|
|
729
|
-
*/
|
|
730
|
-
|
|
731
|
-
/**
|
|
732
|
-
* Gets the
|
|
733
|
-
* ParentPage:
|
|
734
|
-
*/
|
|
735
|
-
|
|
736
|
-
/**
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
/**
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
/**
|
|
781
|
-
* Gets the Group
|
|
782
|
-
* ParentPage: Group
|
|
783
|
-
*/
|
|
784
|
-
|
|
785
|
-
/**
|
|
786
|
-
* Gets the Group Member Detail page guid
|
|
787
|
-
* ParentPage:
|
|
788
|
-
*/
|
|
789
|
-
|
|
790
|
-
/**
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
/**
|
|
813
|
-
* Gets the Group
|
|
814
|
-
* ParentPage:
|
|
815
|
-
*/
|
|
816
|
-
|
|
817
|
-
/**
|
|
818
|
-
* Gets the Group
|
|
819
|
-
* ParentPage:
|
|
820
|
-
*/
|
|
821
|
-
|
|
822
|
-
/**
|
|
823
|
-
* Gets the Group
|
|
824
|
-
* ParentPage:
|
|
825
|
-
*/
|
|
826
|
-
|
|
827
|
-
/**
|
|
828
|
-
* Gets the Group
|
|
829
|
-
* ParentPage:
|
|
830
|
-
*/
|
|
831
|
-
|
|
832
|
-
/**
|
|
833
|
-
* Gets the Group
|
|
834
|
-
* ParentPage:
|
|
835
|
-
*/
|
|
836
|
-
|
|
837
|
-
/**
|
|
838
|
-
* Gets the
|
|
839
|
-
* ParentPage:
|
|
840
|
-
*/
|
|
841
|
-
|
|
842
|
-
/**
|
|
843
|
-
* Gets the
|
|
844
|
-
* ParentPage:
|
|
845
|
-
*/
|
|
846
|
-
|
|
847
|
-
/**
|
|
848
|
-
* Gets the
|
|
849
|
-
* ParentPage:
|
|
850
|
-
*/
|
|
851
|
-
|
|
852
|
-
/**
|
|
853
|
-
* Gets the
|
|
854
|
-
* ParentPage:
|
|
855
|
-
*/
|
|
856
|
-
|
|
857
|
-
/**
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
/**
|
|
890
|
-
* Gets the
|
|
891
|
-
* ParentPage:
|
|
892
|
-
*/
|
|
893
|
-
|
|
894
|
-
/**
|
|
895
|
-
* Gets the
|
|
896
|
-
* ParentPage:
|
|
897
|
-
*/
|
|
898
|
-
|
|
899
|
-
/**
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
/**
|
|
932
|
-
* Gets the
|
|
933
|
-
* ParentPage:
|
|
934
|
-
*/
|
|
935
|
-
|
|
936
|
-
/**
|
|
937
|
-
* Gets the
|
|
938
|
-
* ParentPage:
|
|
939
|
-
*/
|
|
940
|
-
|
|
941
|
-
/**
|
|
942
|
-
* Gets the
|
|
943
|
-
* ParentPage:
|
|
944
|
-
*/
|
|
945
|
-
|
|
946
|
-
/**
|
|
947
|
-
* Gets the
|
|
948
|
-
* ParentPage:
|
|
949
|
-
*/
|
|
950
|
-
|
|
951
|
-
/**
|
|
952
|
-
* Gets the
|
|
953
|
-
* ParentPage:
|
|
954
|
-
*/
|
|
955
|
-
|
|
956
|
-
/**
|
|
957
|
-
*
|
|
958
|
-
* ParentPage:
|
|
959
|
-
*/
|
|
960
|
-
|
|
961
|
-
/**
|
|
962
|
-
* Gets the
|
|
963
|
-
* ParentPage:
|
|
964
|
-
*/
|
|
965
|
-
|
|
966
|
-
/**
|
|
967
|
-
* Gets the
|
|
968
|
-
* ParentPage:
|
|
969
|
-
*/
|
|
970
|
-
|
|
971
|
-
/**
|
|
972
|
-
* Gets the
|
|
973
|
-
* ParentPage:
|
|
974
|
-
*/
|
|
975
|
-
|
|
976
|
-
/**
|
|
977
|
-
* Gets the
|
|
978
|
-
* ParentPage:
|
|
979
|
-
*/
|
|
980
|
-
|
|
981
|
-
/**
|
|
982
|
-
* Gets the
|
|
983
|
-
* ParentPage:
|
|
984
|
-
*/
|
|
985
|
-
|
|
986
|
-
/**
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
/**
|
|
1024
|
-
* Gets the
|
|
1025
|
-
* ParentPage:
|
|
1026
|
-
*/
|
|
1027
|
-
|
|
1028
|
-
/**
|
|
1029
|
-
* Gets the
|
|
1030
|
-
* ParentPage:
|
|
1031
|
-
*/
|
|
1032
|
-
|
|
1033
|
-
/**
|
|
1034
|
-
*
|
|
1035
|
-
* ParentPage:
|
|
1036
|
-
*/
|
|
1037
|
-
|
|
1038
|
-
/**
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
/**
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
/**
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
/**
|
|
1086
|
-
* Gets the
|
|
1087
|
-
* ParentPage:
|
|
1088
|
-
*/
|
|
1089
|
-
|
|
1090
|
-
/**
|
|
1091
|
-
* Gets the
|
|
1092
|
-
* ParentPage:
|
|
1093
|
-
*/
|
|
1094
|
-
|
|
1095
|
-
/**
|
|
1096
|
-
* Gets the
|
|
1097
|
-
* ParentPage:
|
|
1098
|
-
*/
|
|
1099
|
-
|
|
1100
|
-
/**
|
|
1101
|
-
* Gets the
|
|
1102
|
-
* ParentPage:
|
|
1103
|
-
*/
|
|
1104
|
-
|
|
1105
|
-
/**
|
|
1106
|
-
* Gets the
|
|
1107
|
-
* ParentPage:
|
|
1108
|
-
*/
|
|
1109
|
-
|
|
1110
|
-
/**
|
|
1111
|
-
* Gets the
|
|
1112
|
-
* ParentPage:
|
|
1113
|
-
*/
|
|
1114
|
-
|
|
1115
|
-
/**
|
|
1116
|
-
* Gets the
|
|
1117
|
-
* ParentPage:
|
|
1118
|
-
*/
|
|
1119
|
-
|
|
1120
|
-
/**
|
|
1121
|
-
* Gets the
|
|
1122
|
-
* ParentPage:
|
|
1123
|
-
*/
|
|
1124
|
-
|
|
1125
|
-
/**
|
|
1126
|
-
* Gets the
|
|
1127
|
-
* ParentPage:
|
|
1128
|
-
*/
|
|
1129
|
-
|
|
1130
|
-
/**
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
*
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
*
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
*
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
*
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
*
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
*
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
*
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
*
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
*
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
/**
|
|
1312
|
-
* Gets the
|
|
1313
|
-
* ParentPage: Tools
|
|
1314
|
-
*/
|
|
1315
|
-
|
|
1316
|
-
/**
|
|
1317
|
-
* Gets the
|
|
1318
|
-
* ParentPage:
|
|
1319
|
-
*/
|
|
1320
|
-
|
|
1321
|
-
/**
|
|
1322
|
-
* Gets the
|
|
1323
|
-
* ParentPage:
|
|
1324
|
-
*/
|
|
1325
|
-
|
|
1326
|
-
/**
|
|
1327
|
-
* Gets the
|
|
1328
|
-
* ParentPage:
|
|
1329
|
-
*/
|
|
1330
|
-
|
|
1331
|
-
/**
|
|
1332
|
-
* Gets the
|
|
1333
|
-
* ParentPage:
|
|
1334
|
-
*/
|
|
1335
|
-
|
|
1336
|
-
/**
|
|
1337
|
-
* Gets the
|
|
1338
|
-
* ParentPage:
|
|
1339
|
-
*/
|
|
1340
|
-
|
|
1341
|
-
/**
|
|
1342
|
-
* Gets the
|
|
1343
|
-
* ParentPage:
|
|
1344
|
-
*/
|
|
1345
|
-
|
|
1346
|
-
/**
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
*
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
/**
|
|
1426
|
-
*
|
|
1427
|
-
* ParentPage:
|
|
1428
|
-
*/
|
|
1429
|
-
|
|
1430
|
-
/**
|
|
1431
|
-
* Gets the
|
|
1432
|
-
* ParentPage:
|
|
1433
|
-
*/
|
|
1434
|
-
|
|
1435
|
-
/**
|
|
1436
|
-
* Gets the
|
|
1437
|
-
* ParentPage:
|
|
1438
|
-
*/
|
|
1439
|
-
|
|
1440
|
-
/**
|
|
1441
|
-
* Gets the
|
|
1442
|
-
* ParentPage:
|
|
1443
|
-
*/
|
|
1444
|
-
|
|
1445
|
-
/**
|
|
1446
|
-
* Gets the
|
|
1447
|
-
* ParentPage:
|
|
1448
|
-
*/
|
|
1449
|
-
|
|
1450
|
-
/**
|
|
1451
|
-
* Gets the
|
|
1452
|
-
* ParentPage:
|
|
1453
|
-
*/
|
|
1454
|
-
|
|
1455
|
-
/**
|
|
1456
|
-
* Gets the
|
|
1457
|
-
* ParentPage:
|
|
1458
|
-
*/
|
|
1459
|
-
|
|
1460
|
-
/**
|
|
1461
|
-
* Gets the
|
|
1462
|
-
* ParentPage:
|
|
1463
|
-
*/
|
|
1464
|
-
|
|
1465
|
-
/**
|
|
1466
|
-
* Gets the
|
|
1467
|
-
* ParentPage:
|
|
1468
|
-
*/
|
|
1469
|
-
|
|
1470
|
-
/**
|
|
1471
|
-
*
|
|
1472
|
-
* ParentPage:
|
|
1473
|
-
*/
|
|
1474
|
-
|
|
1475
|
-
/**
|
|
1476
|
-
* Gets the
|
|
1477
|
-
* ParentPage:
|
|
1478
|
-
*/
|
|
1479
|
-
|
|
1480
|
-
/**
|
|
1481
|
-
* Gets the
|
|
1482
|
-
* ParentPage:
|
|
1483
|
-
*/
|
|
1484
|
-
|
|
1485
|
-
/**
|
|
1486
|
-
* Gets the
|
|
1487
|
-
* ParentPage:
|
|
1488
|
-
*/
|
|
1489
|
-
|
|
1490
|
-
/**
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
/**
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
/**
|
|
1605
|
-
* Gets the
|
|
1606
|
-
* ParentPage:
|
|
1607
|
-
*/
|
|
1608
|
-
|
|
1609
|
-
/**
|
|
1610
|
-
* Gets the
|
|
1611
|
-
* ParentPage:
|
|
1612
|
-
*/
|
|
1613
|
-
|
|
1614
|
-
/**
|
|
1615
|
-
* Gets the
|
|
1616
|
-
* ParentPage:
|
|
1617
|
-
*/
|
|
1618
|
-
|
|
1619
|
-
/**
|
|
1620
|
-
* Gets the
|
|
1621
|
-
* ParentPage:
|
|
1622
|
-
*/
|
|
1623
|
-
|
|
1624
|
-
/**
|
|
1625
|
-
* Gets the
|
|
1626
|
-
* ParentPage:
|
|
1627
|
-
*/
|
|
1628
|
-
|
|
1629
|
-
/**
|
|
1630
|
-
* Gets the
|
|
1631
|
-
* ParentPage:
|
|
1632
|
-
*/
|
|
1633
|
-
|
|
1634
|
-
/**
|
|
1635
|
-
* Gets the
|
|
1636
|
-
* ParentPage:
|
|
1637
|
-
*/
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
* Gets the Verify Photos page guid
|
|
1641
|
-
* ParentPage: Photo Requests
|
|
1642
|
-
*/
|
|
1643
|
-
VerifyPhotos: string;
|
|
1644
|
-
/**
|
|
1645
|
-
* The web farm
|
|
1646
|
-
* Parent page: System settings
|
|
1647
|
-
*/
|
|
1648
|
-
WebFarm: string;
|
|
1649
|
-
/**
|
|
1650
|
-
* The web farm node
|
|
1651
|
-
* Parent page: Web Farm
|
|
1652
|
-
*/
|
|
1653
|
-
WebFarmNode: string;
|
|
1654
|
-
/**
|
|
1655
|
-
* Gets the Website page guid
|
|
1656
|
-
* ParentPage: Tools
|
|
1657
|
-
*/
|
|
1658
|
-
Website: string;
|
|
1659
|
-
/**
|
|
1660
|
-
* Gets the Check-in Welcome page guid
|
|
1661
|
-
* ParentPage: Check-in
|
|
1662
|
-
*/
|
|
1663
|
-
Welcome: string;
|
|
1664
|
-
/**
|
|
1665
|
-
* Gets the Workflow page guid
|
|
1666
|
-
* ParentPage: Tools
|
|
1667
|
-
*/
|
|
1668
|
-
Workflow: string;
|
|
1669
|
-
/**
|
|
1670
|
-
* Gets the Workflow Configuration page guid
|
|
1671
|
-
* ParentPage: General Settings
|
|
1672
|
-
*/
|
|
1673
|
-
WorkflowConfiguration: string;
|
|
1674
|
-
/**
|
|
1675
|
-
* Gets the Workflow Detail page guid
|
|
1676
|
-
* ParentPage: Manage Workflows
|
|
1677
|
-
*/
|
|
1678
|
-
WorkflowDetail: string;
|
|
1679
|
-
/**
|
|
1680
|
-
* Gets the Workflow Entry page guid
|
|
1681
|
-
* ParentPage: Workflows
|
|
1682
|
-
*/
|
|
1683
|
-
WorkflowEntry: string;
|
|
1684
|
-
/**
|
|
1685
|
-
* Gets the Workflow Trigger page guid
|
|
1686
|
-
* ParentPage: Workflow Triggers
|
|
1687
|
-
*/
|
|
1688
|
-
WorkflowTrigger: string;
|
|
1689
|
-
/**
|
|
1690
|
-
* Gets the Workflow Triggers page guid
|
|
1691
|
-
* ParentPage: General Settings
|
|
1692
|
-
*/
|
|
1693
|
-
WorkflowTriggers: string;
|
|
1694
|
-
/**
|
|
1695
|
-
* Gets the Workflows page guid
|
|
1696
|
-
* ParentPage: Data Integrity
|
|
1697
|
-
*/
|
|
1698
|
-
WorkflowsDataIntegrity: string;
|
|
1699
|
-
/**
|
|
1700
|
-
* Gets the Workflows page guid
|
|
1701
|
-
* ParentPage: Workflow
|
|
1702
|
-
*/
|
|
1703
|
-
WorkflowsWorkflow: string;
|
|
1704
|
-
/**
|
|
1705
|
-
* Gets the ZoneBlocks page guid
|
|
1706
|
-
* ParentPage: System Dialogs
|
|
1707
|
-
*/
|
|
1708
|
-
Zoneblocks: string;
|
|
1709
|
-
};
|
|
1
|
+
/** System Pages. NOTE: Some of these are referenced in Migrations to avoid string-typos. */
|
|
2
|
+
export declare const Page: {
|
|
3
|
+
/**
|
|
4
|
+
* Gets the Ability Levels page guid
|
|
5
|
+
* ParentPage: Check-in
|
|
6
|
+
*/
|
|
7
|
+
AbilityLevels: string;
|
|
8
|
+
/**
|
|
9
|
+
* Gets the Account page guid
|
|
10
|
+
* ParentPage: Rock Shop
|
|
11
|
+
*/
|
|
12
|
+
Account: string;
|
|
13
|
+
/**
|
|
14
|
+
* Gets the Account Detail page guid
|
|
15
|
+
* ParentPage: Accounts
|
|
16
|
+
*/
|
|
17
|
+
AccountDetail: string;
|
|
18
|
+
/**
|
|
19
|
+
* Gets the Accounts page guid
|
|
20
|
+
* ParentPage: Administration
|
|
21
|
+
*/
|
|
22
|
+
Accounts: string;
|
|
23
|
+
/**
|
|
24
|
+
* Gets the Achievement Type page guid
|
|
25
|
+
* ParentPage: Rock.SystemGuid.Page.ENGAGEMENT
|
|
26
|
+
*/
|
|
27
|
+
AchievementTypes: string;
|
|
28
|
+
/**
|
|
29
|
+
* Gets the Add Transaction page guid
|
|
30
|
+
* ParentPage: Contributions
|
|
31
|
+
*/
|
|
32
|
+
AddTransaction: string;
|
|
33
|
+
/**
|
|
34
|
+
* Gets the Admin Tools page guid
|
|
35
|
+
* ParentPage: Internal Homepage
|
|
36
|
+
*/
|
|
37
|
+
AdminTools: string;
|
|
38
|
+
/**
|
|
39
|
+
* Gets the Administration page guid
|
|
40
|
+
* ParentPage: Finance
|
|
41
|
+
*/
|
|
42
|
+
AdministrationFinance: string;
|
|
43
|
+
/** The apple tv application detail */
|
|
44
|
+
AppleTvApplicationDetail: string;
|
|
45
|
+
/** The apple tv application screen detail */
|
|
46
|
+
AppleTvApplicationScreenDetail: string;
|
|
47
|
+
/** The apple tv apps */
|
|
48
|
+
AppleTvApps: string;
|
|
49
|
+
/**
|
|
50
|
+
* Gets the Application Group Detail page guid
|
|
51
|
+
* ParentPage: Application Groups
|
|
52
|
+
*/
|
|
53
|
+
ApplicationGroupDetail: string;
|
|
54
|
+
/**
|
|
55
|
+
* Gets the Application Groups page guid
|
|
56
|
+
* ParentPage: System Settings
|
|
57
|
+
*/
|
|
58
|
+
ApplicationGroups: string;
|
|
59
|
+
/**
|
|
60
|
+
* Gets the Attendance page guid
|
|
61
|
+
* ParentPage: Group Attendance
|
|
62
|
+
*/
|
|
63
|
+
Attendance: string;
|
|
64
|
+
/**
|
|
65
|
+
* Gets the Attendance Analysis page guid
|
|
66
|
+
* ParentPage: Reporting
|
|
67
|
+
*/
|
|
68
|
+
AttendanceAnalysis: string;
|
|
69
|
+
/**
|
|
70
|
+
* Gets the Attribute Categories page guid
|
|
71
|
+
* ParentPage: General Settings
|
|
72
|
+
*/
|
|
73
|
+
AttributeCategories: string;
|
|
74
|
+
/**
|
|
75
|
+
* Gets the Audit Information page guid
|
|
76
|
+
* ParentPage: Security
|
|
77
|
+
*/
|
|
78
|
+
AuditInformation: string;
|
|
79
|
+
/**
|
|
80
|
+
* Gets the Authentication Services page guid
|
|
81
|
+
* ParentPage: Security
|
|
82
|
+
*/
|
|
83
|
+
AuthenticationServices: string;
|
|
84
|
+
/**
|
|
85
|
+
* Gets the Background Check Providers page guid
|
|
86
|
+
* ParentPage: System Settings
|
|
87
|
+
*/
|
|
88
|
+
BackgroundCheckProviders: string;
|
|
89
|
+
/**
|
|
90
|
+
* Gets the Badge Detail page guid
|
|
91
|
+
* ParentPage: Person Profile Badges
|
|
92
|
+
*/
|
|
93
|
+
BadgeDetail: string;
|
|
94
|
+
/**
|
|
95
|
+
* Gets the Badges page guid
|
|
96
|
+
* ParentPage: General Settings
|
|
97
|
+
*/
|
|
98
|
+
Badges: string;
|
|
99
|
+
/**
|
|
100
|
+
* Gets the Batches page guid
|
|
101
|
+
* ParentPage: Functions
|
|
102
|
+
*/
|
|
103
|
+
Batches: string;
|
|
104
|
+
/**
|
|
105
|
+
* Gets the Benevolence Detail page guid
|
|
106
|
+
* ParentPage: Benevolence
|
|
107
|
+
*/
|
|
108
|
+
BenevolenceDetail: string;
|
|
109
|
+
/**
|
|
110
|
+
* Gets the Benevolence page guid
|
|
111
|
+
* ParentPage: Functions
|
|
112
|
+
*/
|
|
113
|
+
BenevolenceFunctions: string;
|
|
114
|
+
/**
|
|
115
|
+
* Gets the Benevolence page guid
|
|
116
|
+
* ParentPage: Person Pages
|
|
117
|
+
*/
|
|
118
|
+
BenevolencePersonPages: string;
|
|
119
|
+
/**
|
|
120
|
+
* Gets the Benevolence Request Detail page guid
|
|
121
|
+
* ParentPage: Benevolence
|
|
122
|
+
*/
|
|
123
|
+
BenevolenceRequestDetail: string;
|
|
124
|
+
/**
|
|
125
|
+
* Gets the Benevolence Types page guid
|
|
126
|
+
* ParentPage: Benevolence
|
|
127
|
+
*/
|
|
128
|
+
BenevolenceTypes: string;
|
|
129
|
+
/**
|
|
130
|
+
* Gets the Benevolence Types Detail page guid
|
|
131
|
+
* ParentPage: Benevolence
|
|
132
|
+
*/
|
|
133
|
+
BenevolenceTypesDetail: string;
|
|
134
|
+
/**
|
|
135
|
+
* Gets the Block Properties page guid
|
|
136
|
+
* ParentPage: System Dialogs
|
|
137
|
+
*/
|
|
138
|
+
BlockProperties: string;
|
|
139
|
+
/**
|
|
140
|
+
* Gets the Block Type Detail page guid
|
|
141
|
+
* ParentPage: Block Types
|
|
142
|
+
*/
|
|
143
|
+
BlockTypeDetail: string;
|
|
144
|
+
/**
|
|
145
|
+
* Gets the Block Types page guid
|
|
146
|
+
* ParentPage: CMS Configuration
|
|
147
|
+
*/
|
|
148
|
+
BlockTypes: string;
|
|
149
|
+
/**
|
|
150
|
+
* Gets the Blog page guid
|
|
151
|
+
* ParentPage: External Homepage
|
|
152
|
+
*/
|
|
153
|
+
Blog: string;
|
|
154
|
+
/**
|
|
155
|
+
* Gets the Blog Details page guid
|
|
156
|
+
* ParentPage: Blog
|
|
157
|
+
*/
|
|
158
|
+
BlogDetails: string;
|
|
159
|
+
/**
|
|
160
|
+
* Gets the Bulk Update page guid
|
|
161
|
+
* ParentPage: Support Pages
|
|
162
|
+
*/
|
|
163
|
+
BulkUpdate: string;
|
|
164
|
+
/**
|
|
165
|
+
* Gets the bus page guid
|
|
166
|
+
* ParentPage: System Settings
|
|
167
|
+
*/
|
|
168
|
+
Bus: string;
|
|
169
|
+
/**
|
|
170
|
+
* Gets the Transport page guid
|
|
171
|
+
* ParentPage: Bus
|
|
172
|
+
*/
|
|
173
|
+
BusQueue: string;
|
|
174
|
+
/**
|
|
175
|
+
* Gets the Transport page guid
|
|
176
|
+
* ParentPage: Bus
|
|
177
|
+
*/
|
|
178
|
+
BusTransport: string;
|
|
179
|
+
/**
|
|
180
|
+
* Gets the Business Detail page guid
|
|
181
|
+
* ParentPage: Businesses
|
|
182
|
+
*/
|
|
183
|
+
BusinessDetail: string;
|
|
184
|
+
/**
|
|
185
|
+
* Gets the Businesses page guid
|
|
186
|
+
* ParentPage: Administration
|
|
187
|
+
*/
|
|
188
|
+
Businesses: string;
|
|
189
|
+
/**
|
|
190
|
+
* Gets the Calendars page guid
|
|
191
|
+
* ParentPage: Website
|
|
192
|
+
*/
|
|
193
|
+
Calendars: string;
|
|
194
|
+
/**
|
|
195
|
+
* Gets the Campus Detail page guid
|
|
196
|
+
* ParentPage: Campuses
|
|
197
|
+
*/
|
|
198
|
+
CampusDetail: string;
|
|
199
|
+
/**
|
|
200
|
+
* Gets the Campuses page guid
|
|
201
|
+
* ParentPage: General Settings
|
|
202
|
+
*/
|
|
203
|
+
Campuses: string;
|
|
204
|
+
/**
|
|
205
|
+
* Gets the Change Password page guid
|
|
206
|
+
* ParentPage: My Settings
|
|
207
|
+
*/
|
|
208
|
+
ChangePasswordMySettings: string;
|
|
209
|
+
/**
|
|
210
|
+
* Gets the Check-in Configuration page guid
|
|
211
|
+
* ParentPage: Check-in
|
|
212
|
+
*/
|
|
213
|
+
CheckInConfiguration: string;
|
|
214
|
+
/**
|
|
215
|
+
* Gets the Check-in Label page guid
|
|
216
|
+
* ParentPage: Check-in Labels
|
|
217
|
+
*/
|
|
218
|
+
CheckInLabel: string;
|
|
219
|
+
/**
|
|
220
|
+
* Gets the Check-in Labels page guid
|
|
221
|
+
* ParentPage: Check-in
|
|
222
|
+
*/
|
|
223
|
+
CheckInLabels: string;
|
|
224
|
+
/**
|
|
225
|
+
* Gets the Check-in Manager page guid
|
|
226
|
+
* ParentPage: Check-in Type
|
|
227
|
+
*/
|
|
228
|
+
CheckInManager: string;
|
|
229
|
+
/** The check in manager attendance detail */
|
|
230
|
+
CheckInManagerAttendanceDetail: string;
|
|
231
|
+
/** The Check-in Manager En Route page */
|
|
232
|
+
CheckInManagerEnRoute: string;
|
|
233
|
+
/** The Check-in Manager Live Metrics page */
|
|
234
|
+
CheckInManagerLiveMetrics: string;
|
|
235
|
+
/** The Login page under the Check-in Manager page */
|
|
236
|
+
CheckInManagerLogin: string;
|
|
237
|
+
/** The Logout page under the Check-in Manager page */
|
|
238
|
+
CheckInManagerLogout: string;
|
|
239
|
+
/** The check in manager person attendance change history */
|
|
240
|
+
CheckInManagerPersonAttendanceChangeHistory: string;
|
|
241
|
+
/** The check in manager room list page */
|
|
242
|
+
CheckInManagerRoomList: string;
|
|
243
|
+
/** The Check-in Manager room manager page */
|
|
244
|
+
CheckInManagerRoomManager: string;
|
|
245
|
+
/** The Check-in Manager room settings page (Where rooms can be open/closed) */
|
|
246
|
+
CheckInManagerRoomSettings: string;
|
|
247
|
+
/** The Check-in Manager roster page */
|
|
248
|
+
CheckInManagerRoster: string;
|
|
249
|
+
/** The Check-in Manager search page */
|
|
250
|
+
CheckInManagerSearch: string;
|
|
251
|
+
/** The Settings page under the Check-in Manager page (Where Check-in Configuration is selected) */
|
|
252
|
+
CheckInManagerSettings: string;
|
|
253
|
+
/**
|
|
254
|
+
* Gets the Check-in page guid
|
|
255
|
+
* ParentPage: Rock Settings
|
|
256
|
+
*/
|
|
257
|
+
CheckInRockSettings: string;
|
|
258
|
+
/**
|
|
259
|
+
* Gets the Check-in page guid
|
|
260
|
+
* ParentPage:
|
|
261
|
+
*/
|
|
262
|
+
CheckInRoot: string;
|
|
263
|
+
/**
|
|
264
|
+
* Gets the Ability Select page guid
|
|
265
|
+
* ParentPage: Check-in
|
|
266
|
+
*/
|
|
267
|
+
CheckinAbilitySelect: string;
|
|
268
|
+
/**
|
|
269
|
+
* Gets the Action Select page guid
|
|
270
|
+
* ParentPage: Check-in
|
|
271
|
+
*/
|
|
272
|
+
CheckinActionSelect: string;
|
|
273
|
+
/**
|
|
274
|
+
* Gets the Admin page guid
|
|
275
|
+
* ParentPage: Check-in
|
|
276
|
+
*/
|
|
277
|
+
CheckinAdmin: string;
|
|
278
|
+
/**
|
|
279
|
+
* Gets the Check Out Person Select page guid
|
|
280
|
+
* ParentPage: Check-in
|
|
281
|
+
*/
|
|
282
|
+
CheckinCheckOutPersonSelect: string;
|
|
283
|
+
/**
|
|
284
|
+
* Gets the Check Out Success page guid
|
|
285
|
+
* ParentPage: Check-in
|
|
286
|
+
*/
|
|
287
|
+
CheckinCheckOutSuccess: string;
|
|
288
|
+
/**
|
|
289
|
+
* Gets the Family Select page guid
|
|
290
|
+
* ParentPage: Check-in
|
|
291
|
+
*/
|
|
292
|
+
CheckinFamilySelect: string;
|
|
293
|
+
/**
|
|
294
|
+
* Gets the Group Select page guid
|
|
295
|
+
* ParentPage: Check-in
|
|
296
|
+
*/
|
|
297
|
+
CheckinGroupSelect: string;
|
|
298
|
+
/**
|
|
299
|
+
* Gets the Group Type Select page guid
|
|
300
|
+
* ParentPage: Check-in
|
|
301
|
+
*/
|
|
302
|
+
CheckinGroupTypeSelect: string;
|
|
303
|
+
/**
|
|
304
|
+
* Gets the Location Select page guid
|
|
305
|
+
* ParentPage: Check-in
|
|
306
|
+
*/
|
|
307
|
+
CheckinLocationSelect: string;
|
|
308
|
+
/**
|
|
309
|
+
* Gets the Person Select page guid
|
|
310
|
+
* ParentPage: Check-in
|
|
311
|
+
*/
|
|
312
|
+
CheckinPersonSelect: string;
|
|
313
|
+
/**
|
|
314
|
+
* Gets the Person Select (Family Check-in) page guid
|
|
315
|
+
* ParentPage: Check-in
|
|
316
|
+
*/
|
|
317
|
+
CheckinPersonSelectFamilyCheckIn: string;
|
|
318
|
+
/**
|
|
319
|
+
* Gets the Save Attendance (Family Check-in) page guid
|
|
320
|
+
* ParentPage: Check-in
|
|
321
|
+
*/
|
|
322
|
+
CheckinSaveAttendanceFamilyCheckIn: string;
|
|
323
|
+
/**
|
|
324
|
+
* Gets the Scheduled Locations page guid
|
|
325
|
+
* ParentPage: Check-in
|
|
326
|
+
*/
|
|
327
|
+
CheckinScheduledLocations: string;
|
|
328
|
+
/**
|
|
329
|
+
* Gets the Search page guid
|
|
330
|
+
* ParentPage: Check-in
|
|
331
|
+
*/
|
|
332
|
+
CheckinSearch: string;
|
|
333
|
+
/**
|
|
334
|
+
* Gets the Success page guid
|
|
335
|
+
* ParentPage: Check-in
|
|
336
|
+
*/
|
|
337
|
+
CheckinSuccess: string;
|
|
338
|
+
/**
|
|
339
|
+
* Gets the Time Select page guid
|
|
340
|
+
* ParentPage: Check-in
|
|
341
|
+
*/
|
|
342
|
+
CheckinTimeSelect: string;
|
|
343
|
+
/**
|
|
344
|
+
* Gets the Time Select (Family Check-in) page guid
|
|
345
|
+
* ParentPage: Check-in
|
|
346
|
+
*/
|
|
347
|
+
CheckinTimeSelectFamilyCheckIn: string;
|
|
348
|
+
/**
|
|
349
|
+
* Gets the Welcome page guid
|
|
350
|
+
* ParentPage: Check-in
|
|
351
|
+
*/
|
|
352
|
+
CheckinWelcome: string;
|
|
353
|
+
/**
|
|
354
|
+
* Gets the ChildPages page guid
|
|
355
|
+
* ParentPage: System Dialogs
|
|
356
|
+
*/
|
|
357
|
+
Childpages: string;
|
|
358
|
+
/**
|
|
359
|
+
* Gets the CMS Configuration page guid
|
|
360
|
+
* ParentPage: Rock Settings
|
|
361
|
+
*/
|
|
362
|
+
CmsConfiguration: string;
|
|
363
|
+
/**
|
|
364
|
+
* Gets the Communication page guid (stock external page)
|
|
365
|
+
* ParentPage: Support Pages
|
|
366
|
+
*/
|
|
367
|
+
Communication: string;
|
|
368
|
+
/**
|
|
369
|
+
* Gets the Communication History page guid
|
|
370
|
+
* ParentPage: Communications
|
|
371
|
+
*/
|
|
372
|
+
CommunicationHistory: string;
|
|
373
|
+
/**
|
|
374
|
+
* Gets the Communication Mediums page guid
|
|
375
|
+
* ParentPage: Communications
|
|
376
|
+
*/
|
|
377
|
+
CommunicationMediums: string;
|
|
378
|
+
/**
|
|
379
|
+
* Gets the Communication Templates page guid
|
|
380
|
+
* ParentPage: Communications
|
|
381
|
+
*/
|
|
382
|
+
CommunicationTemplatesCommunications: string;
|
|
383
|
+
/**
|
|
384
|
+
* Gets the Communication Templates page guid
|
|
385
|
+
* ParentPage: My Settings
|
|
386
|
+
*/
|
|
387
|
+
CommunicationTemplatesMySettings: string;
|
|
388
|
+
/**
|
|
389
|
+
* Gets the Communication Transports page guid
|
|
390
|
+
* ParentPage: Communications
|
|
391
|
+
*/
|
|
392
|
+
CommunicationTransports: string;
|
|
393
|
+
/**
|
|
394
|
+
* Gets the Communications page guid
|
|
395
|
+
* ParentPage: People
|
|
396
|
+
*/
|
|
397
|
+
CommunicationsPeople: string;
|
|
398
|
+
/**
|
|
399
|
+
* Gets the Communications page guid
|
|
400
|
+
* ParentPage: Rock Settings
|
|
401
|
+
*/
|
|
402
|
+
CommunicationsRockSettings: string;
|
|
403
|
+
/**
|
|
404
|
+
* Gets the Configuration page guid
|
|
405
|
+
* ParentPage: Check-in Configuration
|
|
406
|
+
*/
|
|
407
|
+
Configuration: string;
|
|
408
|
+
/**
|
|
409
|
+
* Gets the Confirm page guid
|
|
410
|
+
* ParentPage: Security
|
|
411
|
+
*/
|
|
412
|
+
Confirm: string;
|
|
413
|
+
/**
|
|
414
|
+
* Gets the Connections opportunity select page guid.
|
|
415
|
+
* ParentPage: Engagement
|
|
416
|
+
*/
|
|
417
|
+
ConnectionOpportunitySelect: string;
|
|
418
|
+
/** The connection request detail page guid */
|
|
419
|
+
ConnectionRequestDetail: string;
|
|
420
|
+
/** The connection requests bulk update page */
|
|
421
|
+
ConnectionRequestsBulkUpdate: string;
|
|
422
|
+
/**
|
|
423
|
+
* Connection Type Config Page
|
|
424
|
+
* ParentPage: Connections
|
|
425
|
+
*/
|
|
426
|
+
ConnectionTypes: string;
|
|
427
|
+
/**
|
|
428
|
+
* Gets the Connections page guid. This was the original connections root page that was replaced by
|
|
429
|
+
* the connection opportunity select.
|
|
430
|
+
* ParentPage: Connections opportunity select
|
|
431
|
+
*/
|
|
432
|
+
Connections: string;
|
|
433
|
+
/**
|
|
434
|
+
* Gets the Connections board page guid.
|
|
435
|
+
* ParentPage: Connections opportunity select
|
|
436
|
+
*/
|
|
437
|
+
ConnectionsBoard: string;
|
|
438
|
+
/**
|
|
439
|
+
* Gets the Contact Us page guid
|
|
440
|
+
* ParentPage: Connect
|
|
441
|
+
*/
|
|
442
|
+
ContactUs: string;
|
|
443
|
+
/**
|
|
444
|
+
* Gets the Content page guid
|
|
445
|
+
* ParentPage: Website
|
|
446
|
+
*/
|
|
447
|
+
Content: string;
|
|
448
|
+
/**
|
|
449
|
+
* Gets the Content Channel Detail page guid
|
|
450
|
+
* ParentPage: Content Channels
|
|
451
|
+
*/
|
|
452
|
+
ContentChannelDetail: string;
|
|
453
|
+
/**
|
|
454
|
+
* Gets the Content Channel Types page guid
|
|
455
|
+
* ParentPage: CMS Configuration
|
|
456
|
+
*/
|
|
457
|
+
ContentChannelTypes: string;
|
|
458
|
+
/**
|
|
459
|
+
* Gets the Content Channels page guid
|
|
460
|
+
* ParentPage: CMS Configuration
|
|
461
|
+
*/
|
|
462
|
+
ContentChannels: string;
|
|
463
|
+
/**
|
|
464
|
+
* Gets the Content Detail page guid
|
|
465
|
+
* ParentPage: Content
|
|
466
|
+
*/
|
|
467
|
+
ContentDetail: string;
|
|
468
|
+
/**
|
|
469
|
+
* Gets the Content Item Detail page guid
|
|
470
|
+
* ParentPage: Content Channel Detail
|
|
471
|
+
*/
|
|
472
|
+
ContentItemDetail: string;
|
|
473
|
+
/**
|
|
474
|
+
* Gets the Content Type Detail page guid
|
|
475
|
+
* ParentPage: Content Channel Types
|
|
476
|
+
*/
|
|
477
|
+
ContentTypeDetail: string;
|
|
478
|
+
/** The Contribution Statement Page on the stock external site */
|
|
479
|
+
ContributionStatementPage: string;
|
|
480
|
+
/**
|
|
481
|
+
* Gets the Contributions page guid
|
|
482
|
+
* ParentPage: Person Pages
|
|
483
|
+
*/
|
|
484
|
+
Contributions: string;
|
|
485
|
+
/**
|
|
486
|
+
* Gets the Data Filters page guid
|
|
487
|
+
* ParentPage: System Settings
|
|
488
|
+
*/
|
|
489
|
+
DataFilters: string;
|
|
490
|
+
/**
|
|
491
|
+
* Gets the Data Integrity page guid
|
|
492
|
+
* ParentPage: Reporting
|
|
493
|
+
*/
|
|
494
|
+
DataIntegrity: string;
|
|
495
|
+
/**
|
|
496
|
+
* Gets the Data Selects page guid
|
|
497
|
+
* ParentPage: System Settings
|
|
498
|
+
*/
|
|
499
|
+
DataSelects: string;
|
|
500
|
+
/**
|
|
501
|
+
* Gets the Data Transformations page guid
|
|
502
|
+
* ParentPage: System Settings
|
|
503
|
+
*/
|
|
504
|
+
DataTransformations: string;
|
|
505
|
+
/**
|
|
506
|
+
* Gets the Data Views page guid
|
|
507
|
+
* ParentPage: Reporting
|
|
508
|
+
*/
|
|
509
|
+
DataViews: string;
|
|
510
|
+
/** The dataview search results page */
|
|
511
|
+
DataviewSearchResults: string;
|
|
512
|
+
/**
|
|
513
|
+
* Gets the Defined Type Detail page guid
|
|
514
|
+
* ParentPage: Defined Types
|
|
515
|
+
*/
|
|
516
|
+
DefinedTypeDetail: string;
|
|
517
|
+
/**
|
|
518
|
+
* Gets the Defined Types page guid
|
|
519
|
+
* ParentPage: General Settings
|
|
520
|
+
*/
|
|
521
|
+
DefinedTypes: string;
|
|
522
|
+
/**
|
|
523
|
+
* Gets the Devices page guid
|
|
524
|
+
* ParentPage: Check-in
|
|
525
|
+
*/
|
|
526
|
+
DevicesCheckIn: string;
|
|
527
|
+
/**
|
|
528
|
+
* Gets the Devices page guid
|
|
529
|
+
* ParentPage: General Settings
|
|
530
|
+
*/
|
|
531
|
+
DevicesGeneralSettings: string;
|
|
532
|
+
/**
|
|
533
|
+
* Gets the DISC Assessment page guid
|
|
534
|
+
* ParentPage: Support Pages
|
|
535
|
+
*/
|
|
536
|
+
DiscAssessment: string;
|
|
537
|
+
/**
|
|
538
|
+
* Gets the DISC Result page guid
|
|
539
|
+
* ParentPage: Person Profile
|
|
540
|
+
*/
|
|
541
|
+
DiscResult: string;
|
|
542
|
+
/**
|
|
543
|
+
* Gets the Download Payments page guid
|
|
544
|
+
* ParentPage: Administration
|
|
545
|
+
*/
|
|
546
|
+
DownloadPayments: string;
|
|
547
|
+
/**
|
|
548
|
+
* Gets the Duplicate Detail page guid
|
|
549
|
+
* ParentPage: Duplicate Finder
|
|
550
|
+
*/
|
|
551
|
+
DuplicateDetail: string;
|
|
552
|
+
/**
|
|
553
|
+
* Gets the Duplicate Finder page guid
|
|
554
|
+
* ParentPage: Data Integrity
|
|
555
|
+
*/
|
|
556
|
+
DuplicateFinder: string;
|
|
557
|
+
/**
|
|
558
|
+
* Gets the Edit Family page guid
|
|
559
|
+
* ParentPage: Person Profile
|
|
560
|
+
*/
|
|
561
|
+
EditFamily: string;
|
|
562
|
+
/**
|
|
563
|
+
* Gets the Edit My Account page guid
|
|
564
|
+
* ParentPage: My Account
|
|
565
|
+
*/
|
|
566
|
+
EditMyAccount: string;
|
|
567
|
+
/**
|
|
568
|
+
* Gets the Edit Person page guid
|
|
569
|
+
* ParentPage: Person Profile
|
|
570
|
+
*/
|
|
571
|
+
EditPerson: string;
|
|
572
|
+
/**
|
|
573
|
+
* Gets the Edit Scheduled Transaction page guid
|
|
574
|
+
* ParentPage: Contributions
|
|
575
|
+
*/
|
|
576
|
+
EditScheduledTransactionContributions: string;
|
|
577
|
+
/**
|
|
578
|
+
* Gets the Edit Scheduled Transaction page guid
|
|
579
|
+
* ParentPage: Scheduled Transaction
|
|
580
|
+
*/
|
|
581
|
+
EditScheduledTransactionScheduledTransaction: string;
|
|
582
|
+
/** Gets the Email Analytics page guid */
|
|
583
|
+
EmailAnalytics: string;
|
|
584
|
+
/**
|
|
585
|
+
* Gets the Email Preference page guid
|
|
586
|
+
* ParentPage: Support Pages
|
|
587
|
+
*/
|
|
588
|
+
EmailPreference: string;
|
|
589
|
+
/**
|
|
590
|
+
* Gets the Employee Details page guid
|
|
591
|
+
* ParentPage: Org Chart
|
|
592
|
+
*/
|
|
593
|
+
EmployeeDetails: string;
|
|
594
|
+
/**
|
|
595
|
+
* Gets the Engagement page guid
|
|
596
|
+
* ParentPage: People > Manage
|
|
597
|
+
*/
|
|
598
|
+
Engagement: string;
|
|
599
|
+
/**
|
|
600
|
+
* Gets the Entity Administration page guid
|
|
601
|
+
* ParentPage: Security
|
|
602
|
+
*/
|
|
603
|
+
EntityAdministration: string;
|
|
604
|
+
/**
|
|
605
|
+
* Gets the Entity Attributes page guid
|
|
606
|
+
* ParentPage: Security
|
|
607
|
+
*/
|
|
608
|
+
EntityAttributes: string;
|
|
609
|
+
/**
|
|
610
|
+
* Gets the Event Calendar page guid
|
|
611
|
+
* ParentPage: Calendars
|
|
612
|
+
*/
|
|
613
|
+
EventCalendar: string;
|
|
614
|
+
/**
|
|
615
|
+
* Gets the Event Detail page guid
|
|
616
|
+
* ParentPage: Event Calendar
|
|
617
|
+
*/
|
|
618
|
+
EventDetail: string;
|
|
619
|
+
/**
|
|
620
|
+
* Gets the Event Details page guid
|
|
621
|
+
* ParentPage: Calendar
|
|
622
|
+
*/
|
|
623
|
+
EventDetails: string;
|
|
624
|
+
/**
|
|
625
|
+
* Gets the Event Occurrence page guid
|
|
626
|
+
* ParentPage: Event Detail
|
|
627
|
+
*/
|
|
628
|
+
EventOccurrence: string;
|
|
629
|
+
/**
|
|
630
|
+
* Gets the Event Registration page guid
|
|
631
|
+
* ParentPage: Website
|
|
632
|
+
*/
|
|
633
|
+
EventRegistration: string;
|
|
634
|
+
/**
|
|
635
|
+
* Gets the Exception Detail page guid
|
|
636
|
+
* ParentPage: Exception List
|
|
637
|
+
*/
|
|
638
|
+
ExceptionDetail: string;
|
|
639
|
+
/**
|
|
640
|
+
* Gets the Exception List page guid
|
|
641
|
+
* ParentPage: System Settings
|
|
642
|
+
*/
|
|
643
|
+
ExceptionList: string;
|
|
644
|
+
/**
|
|
645
|
+
* Gets the Extended Attributes page guid
|
|
646
|
+
* ParentPage: Person Pages
|
|
647
|
+
*/
|
|
648
|
+
ExtendedAttributes: string;
|
|
649
|
+
/**
|
|
650
|
+
* Gets the External Applications page guid
|
|
651
|
+
* ParentPage: Power Tools
|
|
652
|
+
*/
|
|
653
|
+
ExternalApplications: string;
|
|
654
|
+
/**
|
|
655
|
+
* Gets the External Homepage page guid
|
|
656
|
+
* ParentPage:
|
|
657
|
+
*/
|
|
658
|
+
ExternalHomepage: string;
|
|
659
|
+
/**
|
|
660
|
+
* Gets the external site's Workflow Entry page guid
|
|
661
|
+
* ParentPage: Workflows
|
|
662
|
+
*/
|
|
663
|
+
ExternalWorkflowEntry: string;
|
|
664
|
+
/**
|
|
665
|
+
* Gets the File Storage Providers page guid
|
|
666
|
+
* ParentPage: System Settings
|
|
667
|
+
*/
|
|
668
|
+
FileStorageProviders: string;
|
|
669
|
+
/**
|
|
670
|
+
* Gets the File Type page guid
|
|
671
|
+
* ParentPage: File Types
|
|
672
|
+
*/
|
|
673
|
+
FileType: string;
|
|
674
|
+
/**
|
|
675
|
+
* Gets the File Types page guid
|
|
676
|
+
* ParentPage: General Settings
|
|
677
|
+
*/
|
|
678
|
+
FileTypes: string;
|
|
679
|
+
/**
|
|
680
|
+
* Gets the Finance page guid
|
|
681
|
+
* ParentPage: Internal Homepage
|
|
682
|
+
*/
|
|
683
|
+
Finance: string;
|
|
684
|
+
/**
|
|
685
|
+
* The financial account search guid
|
|
686
|
+
* ParentPage: Internal Homepage > Finance > Administration
|
|
687
|
+
*/
|
|
688
|
+
FinancialAccountSearch: string;
|
|
689
|
+
/**
|
|
690
|
+
* Gets the Financial Batch Detail page guid
|
|
691
|
+
* ParentPage: Batches
|
|
692
|
+
*/
|
|
693
|
+
FinancialBatchDetail: string;
|
|
694
|
+
/**
|
|
695
|
+
* Gets the Financial Gateways page guid
|
|
696
|
+
* ParentPage: System Settings
|
|
697
|
+
*/
|
|
698
|
+
FinancialGateways: string;
|
|
699
|
+
/** The financial settings menu page on the internal Rock page */
|
|
700
|
+
FinancialSettings: string;
|
|
701
|
+
/**
|
|
702
|
+
* Gets the Following page guid
|
|
703
|
+
* ParentPage: Manage
|
|
704
|
+
*/
|
|
705
|
+
Following: string;
|
|
706
|
+
/**
|
|
707
|
+
* Gets the Forgot User Name page guid
|
|
708
|
+
* ParentPage: Security
|
|
709
|
+
*/
|
|
710
|
+
ForgotUserName: string;
|
|
711
|
+
/**
|
|
712
|
+
* Gets the Functions page guid
|
|
713
|
+
* ParentPage: Finance
|
|
714
|
+
*/
|
|
715
|
+
FunctionsFinance: string;
|
|
716
|
+
/**
|
|
717
|
+
* Gets the Gateway Detail page guid
|
|
718
|
+
* ParentPage: Financial Gateways
|
|
719
|
+
*/
|
|
720
|
+
GatewayDetail: string;
|
|
721
|
+
/**
|
|
722
|
+
* Gets the General Settings page guid
|
|
723
|
+
* ParentPage: Rock Settings
|
|
724
|
+
*/
|
|
725
|
+
GeneralSettings: string;
|
|
726
|
+
/**
|
|
727
|
+
* Gets the Give page guid (give now parent)
|
|
728
|
+
* ParentPage: Give
|
|
729
|
+
*/
|
|
730
|
+
Give: string;
|
|
731
|
+
/**
|
|
732
|
+
* Gets the Give Now page guid
|
|
733
|
+
* ParentPage: Give
|
|
734
|
+
*/
|
|
735
|
+
GiveNow: string;
|
|
736
|
+
/** The giving alerts */
|
|
737
|
+
GivingAlerts: string;
|
|
738
|
+
/**
|
|
739
|
+
* Gets the Global Attributes page guid
|
|
740
|
+
* ParentPage: General Settings
|
|
741
|
+
*/
|
|
742
|
+
GlobalAttributes: string;
|
|
743
|
+
/**
|
|
744
|
+
* Gets the Group Attendance Detail page guid
|
|
745
|
+
* ParentPage: Group Attendance
|
|
746
|
+
*/
|
|
747
|
+
GroupAttendanceDetail: string;
|
|
748
|
+
/**
|
|
749
|
+
* Gets the Group Attendance page guid
|
|
750
|
+
* ParentPage: Group Toolbox
|
|
751
|
+
*/
|
|
752
|
+
GroupAttendanceGroupToolbox: string;
|
|
753
|
+
/**
|
|
754
|
+
* Gets the Group Attendance page guid
|
|
755
|
+
* ParentPage: Group Viewer
|
|
756
|
+
*/
|
|
757
|
+
GroupAttendanceGroupViewer: string;
|
|
758
|
+
/** The group history grid page guid */
|
|
759
|
+
GroupHistoryGrid: string;
|
|
760
|
+
/**
|
|
761
|
+
* Gets the Group Map page guid
|
|
762
|
+
* ParentPage: Group Viewer
|
|
763
|
+
*/
|
|
764
|
+
GroupMap: string;
|
|
765
|
+
/**
|
|
766
|
+
* Gets the Group Member Detail page guid
|
|
767
|
+
* ParentPage: Application Group Detail
|
|
768
|
+
*/
|
|
769
|
+
GroupMemberDetailApplicationGroupDetail: string;
|
|
770
|
+
/**
|
|
771
|
+
* Gets the Group Member Detail page guid
|
|
772
|
+
* ParentPage: Campus Detail
|
|
773
|
+
*/
|
|
774
|
+
GroupMemberDetailCampusDetail: string;
|
|
775
|
+
/**
|
|
776
|
+
* Gets the Group Member Detail page guid
|
|
777
|
+
* ParentPage: Group Viewer
|
|
778
|
+
*/
|
|
779
|
+
GroupMemberDetailGroupViewer: string;
|
|
780
|
+
/**
|
|
781
|
+
* Gets the Group Member Detail page guid
|
|
782
|
+
* ParentPage: Photo Request Application Group
|
|
783
|
+
*/
|
|
784
|
+
GroupMemberDetailPhotoRequestApplicationGroup: string;
|
|
785
|
+
/**
|
|
786
|
+
* Gets the Group Member Detail page guid
|
|
787
|
+
* ParentPage: Security Roles Detail
|
|
788
|
+
*/
|
|
789
|
+
GroupMemberDetailSecurityRolesDetail: string;
|
|
790
|
+
/** The group member history page guid */
|
|
791
|
+
GroupMemberHistory: string;
|
|
792
|
+
/**
|
|
793
|
+
* Gets the Group Registration page guid
|
|
794
|
+
* ParentPage: Small Groups
|
|
795
|
+
*/
|
|
796
|
+
GroupRegistration: string;
|
|
797
|
+
/**
|
|
798
|
+
* Gets the Group RSVP Detail page guid
|
|
799
|
+
* ParentPage: Group RSVP List
|
|
800
|
+
*/
|
|
801
|
+
GroupRsvpDetail: string;
|
|
802
|
+
/**
|
|
803
|
+
* Gets the Group RSVP List page guid
|
|
804
|
+
* ParentPage: Group Viewer
|
|
805
|
+
*/
|
|
806
|
+
GroupRsvpList: string;
|
|
807
|
+
/**
|
|
808
|
+
* Gets the Group RSVP Response page guid
|
|
809
|
+
* ParentPage: Support Pages (External Site)
|
|
810
|
+
*/
|
|
811
|
+
GroupRsvpResponse: string;
|
|
812
|
+
/**
|
|
813
|
+
* Gets the Group Search Results page guid
|
|
814
|
+
* ParentPage: Support Pages
|
|
815
|
+
*/
|
|
816
|
+
GroupSearchResults: string;
|
|
817
|
+
/**
|
|
818
|
+
* Gets the Group Toolbox page guid
|
|
819
|
+
* ParentPage: My Account
|
|
820
|
+
*/
|
|
821
|
+
GroupToolbox: string;
|
|
822
|
+
/**
|
|
823
|
+
* Gets the Group Type Detail page guid
|
|
824
|
+
* ParentPage: Group Types
|
|
825
|
+
*/
|
|
826
|
+
GroupTypeDetail: string;
|
|
827
|
+
/**
|
|
828
|
+
* Gets the Group Types page guid
|
|
829
|
+
* ParentPage: General Settings
|
|
830
|
+
*/
|
|
831
|
+
GroupTypes: string;
|
|
832
|
+
/**
|
|
833
|
+
* Gets the Group Viewer page guid
|
|
834
|
+
* ParentPage: Manage
|
|
835
|
+
*/
|
|
836
|
+
GroupViewer: string;
|
|
837
|
+
/**
|
|
838
|
+
* Gets the Groups page guid
|
|
839
|
+
* ParentPage: Person Pages
|
|
840
|
+
*/
|
|
841
|
+
Groups: string;
|
|
842
|
+
/**
|
|
843
|
+
* Gets the History page guid
|
|
844
|
+
* ParentPage: Person Pages
|
|
845
|
+
*/
|
|
846
|
+
History: string;
|
|
847
|
+
/**
|
|
848
|
+
* Gets the History Categories page guid
|
|
849
|
+
* ParentPage: System Settings
|
|
850
|
+
*/
|
|
851
|
+
HistoryCategories: string;
|
|
852
|
+
/**
|
|
853
|
+
* Gets the HTML Content Approval page guid
|
|
854
|
+
* ParentPage: Website
|
|
855
|
+
*/
|
|
856
|
+
HtmlContentApproval: string;
|
|
857
|
+
/** Gets the htmleditor RockAssetManager Plugin Frame page guid */
|
|
858
|
+
HtmleditorRockassetmanagerPluginFrame: string;
|
|
859
|
+
/**
|
|
860
|
+
* Gets the HtmlEditor RockFileBrowser Plugin Frame page guid
|
|
861
|
+
* ParentPage: System Dialogs
|
|
862
|
+
*/
|
|
863
|
+
HtmleditorRockfilebrowserPluginFrame: string;
|
|
864
|
+
/**
|
|
865
|
+
* Gets the HtmlEditor RockMergeField Plugin Frame page guid
|
|
866
|
+
* ParentPage: System Dialogs
|
|
867
|
+
*/
|
|
868
|
+
HtmleditorRockmergefieldPluginFrame: string;
|
|
869
|
+
/**
|
|
870
|
+
* Gets the Internal Homepage page guid
|
|
871
|
+
* ParentPage:
|
|
872
|
+
*/
|
|
873
|
+
InternalHomepage: string;
|
|
874
|
+
/**
|
|
875
|
+
* Gets the Item Detail page guid
|
|
876
|
+
* ParentPage: Support Pages
|
|
877
|
+
*/
|
|
878
|
+
ItemDetail: string;
|
|
879
|
+
/**
|
|
880
|
+
* Gets the Jobs Administration page guid
|
|
881
|
+
* ParentPage: System Settings
|
|
882
|
+
*/
|
|
883
|
+
JobsAdministration: string;
|
|
884
|
+
/**
|
|
885
|
+
* Gets the Label Merge Fields page guid
|
|
886
|
+
* ParentPage: Check-in
|
|
887
|
+
*/
|
|
888
|
+
LabelMergeFields: string;
|
|
889
|
+
/**
|
|
890
|
+
* Gets the LaunchWorkflow page guid
|
|
891
|
+
* ParentPage: Workflows
|
|
892
|
+
*/
|
|
893
|
+
Launchworkflow: string;
|
|
894
|
+
/**
|
|
895
|
+
* Gets the Layout Detail page guid
|
|
896
|
+
* ParentPage: Site Detail
|
|
897
|
+
*/
|
|
898
|
+
LayoutDetail: string;
|
|
899
|
+
/** The library viewer page. */
|
|
900
|
+
LibraryViewer: string;
|
|
901
|
+
/**
|
|
902
|
+
* Gets the Link Organization page guid
|
|
903
|
+
* ParentPage: Rock Shop
|
|
904
|
+
*/
|
|
905
|
+
LinkOrganization: string;
|
|
906
|
+
/**
|
|
907
|
+
* Gets the Location Detail page guid
|
|
908
|
+
* ParentPage: Location Editor
|
|
909
|
+
*/
|
|
910
|
+
LocationDetail: string;
|
|
911
|
+
/**
|
|
912
|
+
* Gets the Location Editor page guid
|
|
913
|
+
* ParentPage: Power Tools
|
|
914
|
+
*/
|
|
915
|
+
LocationEditor: string;
|
|
916
|
+
/**
|
|
917
|
+
* Gets the Location Services page guid
|
|
918
|
+
* ParentPage: System Settings
|
|
919
|
+
*/
|
|
920
|
+
LocationServices: string;
|
|
921
|
+
/**
|
|
922
|
+
* The login viewer
|
|
923
|
+
* ParentPage: System Settings
|
|
924
|
+
*/
|
|
925
|
+
LogViewer: string;
|
|
926
|
+
/**
|
|
927
|
+
* Gets the Login page guid
|
|
928
|
+
* ParentPage: Security
|
|
929
|
+
*/
|
|
930
|
+
LoginSecurity: string;
|
|
931
|
+
/**
|
|
932
|
+
* Gets the Manage page guid
|
|
933
|
+
* ParentPage: People
|
|
934
|
+
*/
|
|
935
|
+
Manage: string;
|
|
936
|
+
/**
|
|
937
|
+
* Gets the Manage Workflows page guid
|
|
938
|
+
* ParentPage: Workflows
|
|
939
|
+
*/
|
|
940
|
+
ManageWorkflows: string;
|
|
941
|
+
/**
|
|
942
|
+
* Gets the Mass Push Notifications page guid
|
|
943
|
+
* ParentPage: Communications
|
|
944
|
+
*/
|
|
945
|
+
MassPushNotifications: string;
|
|
946
|
+
/**
|
|
947
|
+
* Gets the Merge People page guid
|
|
948
|
+
* ParentPage: Manage
|
|
949
|
+
*/
|
|
950
|
+
MergePeople: string;
|
|
951
|
+
/**
|
|
952
|
+
* Gets the Merge Template Detail page guid
|
|
953
|
+
* ParentPage: Merge Templates
|
|
954
|
+
*/
|
|
955
|
+
MergeTemplateDetail: string;
|
|
956
|
+
/**
|
|
957
|
+
* Gets the Merge Template Entry page guid
|
|
958
|
+
* ParentPage: Support Pages
|
|
959
|
+
*/
|
|
960
|
+
MergeTemplateEntry: string;
|
|
961
|
+
/**
|
|
962
|
+
* Gets the Merge Template Types page guid
|
|
963
|
+
* ParentPage: System Settings
|
|
964
|
+
*/
|
|
965
|
+
MergeTemplateTypes: string;
|
|
966
|
+
/**
|
|
967
|
+
* Gets the Merge Templates page guid
|
|
968
|
+
* ParentPage: General Settings
|
|
969
|
+
*/
|
|
970
|
+
MergeTemplatesGeneralSettings: string;
|
|
971
|
+
/**
|
|
972
|
+
* Gets the Merge Templates page guid
|
|
973
|
+
* ParentPage: My Settings
|
|
974
|
+
*/
|
|
975
|
+
MergeTemplatesMySettings: string;
|
|
976
|
+
/**
|
|
977
|
+
* Gets the Metric Value Detail page guid
|
|
978
|
+
* ParentPage: Metrics
|
|
979
|
+
*/
|
|
980
|
+
MetricValueDetail: string;
|
|
981
|
+
/**
|
|
982
|
+
* Gets the Metrics page guid
|
|
983
|
+
* ParentPage: Reporting
|
|
984
|
+
*/
|
|
985
|
+
Metrics: string;
|
|
986
|
+
/** The mobile site pages */
|
|
987
|
+
MobileSitePages: string;
|
|
988
|
+
/**
|
|
989
|
+
* Gets the My Account page guid
|
|
990
|
+
* ParentPage: Security
|
|
991
|
+
*/
|
|
992
|
+
MyAccountSecurity: string;
|
|
993
|
+
/**
|
|
994
|
+
* Gets the My Dashboard page guid
|
|
995
|
+
* ParentPage: Internal Homepage
|
|
996
|
+
*/
|
|
997
|
+
MyDashboard: string;
|
|
998
|
+
/**
|
|
999
|
+
* Gets the My Settings page guid
|
|
1000
|
+
* ParentPage: Internal Homepage
|
|
1001
|
+
*/
|
|
1002
|
+
MySettings: string;
|
|
1003
|
+
/**
|
|
1004
|
+
* Gets the My Workflows page guid
|
|
1005
|
+
* ParentPage: Workflow
|
|
1006
|
+
*/
|
|
1007
|
+
MyWorkflows: string;
|
|
1008
|
+
/**
|
|
1009
|
+
* Gets the Named Locations page guid
|
|
1010
|
+
* ParentPage: Check-in
|
|
1011
|
+
*/
|
|
1012
|
+
NamedLocationsCheckIn: string;
|
|
1013
|
+
/**
|
|
1014
|
+
* Gets the Named Locations page guid
|
|
1015
|
+
* ParentPage: General Settings
|
|
1016
|
+
*/
|
|
1017
|
+
NamedLocationsGeneralSettings: string;
|
|
1018
|
+
/**
|
|
1019
|
+
* Gets the New Account page guid
|
|
1020
|
+
* ParentPage: Security
|
|
1021
|
+
*/
|
|
1022
|
+
NewAccount: string;
|
|
1023
|
+
/**
|
|
1024
|
+
* Gets the New Communication page guid
|
|
1025
|
+
* ParentPage: Communications
|
|
1026
|
+
*/
|
|
1027
|
+
NewCommunication: string;
|
|
1028
|
+
/**
|
|
1029
|
+
* Gets the New Family page guid
|
|
1030
|
+
* ParentPage: Manage
|
|
1031
|
+
*/
|
|
1032
|
+
NewFamily: string;
|
|
1033
|
+
/**
|
|
1034
|
+
* Notification List page
|
|
1035
|
+
* ParentPage: My Dashboard
|
|
1036
|
+
*/
|
|
1037
|
+
NotificationList: string;
|
|
1038
|
+
/** The oidc client detail page. */
|
|
1039
|
+
OidcClientDetail: string;
|
|
1040
|
+
/** The oidc clients page. */
|
|
1041
|
+
OidcClientList: string;
|
|
1042
|
+
/** The oidc give permission page. */
|
|
1043
|
+
OidcGivePermission: string;
|
|
1044
|
+
/** The oidc logout page. */
|
|
1045
|
+
OidcLogout: string;
|
|
1046
|
+
/** The oidc scope detail page. */
|
|
1047
|
+
OidcScopeDetail: string;
|
|
1048
|
+
/** The oidc scopes page. */
|
|
1049
|
+
OidcScopeList: string;
|
|
1050
|
+
/**
|
|
1051
|
+
* Gets the Org Chart page guid
|
|
1052
|
+
* ParentPage: Office Information
|
|
1053
|
+
*/
|
|
1054
|
+
OrgChart: string;
|
|
1055
|
+
/**
|
|
1056
|
+
* Gets the Package Detail page guid
|
|
1057
|
+
* ParentPage: Rock Shop
|
|
1058
|
+
*/
|
|
1059
|
+
PackageDetail: string;
|
|
1060
|
+
/**
|
|
1061
|
+
* Gets the Package Install page guid
|
|
1062
|
+
* ParentPage: Rock Shop
|
|
1063
|
+
*/
|
|
1064
|
+
PackageInstall: string;
|
|
1065
|
+
/**
|
|
1066
|
+
* Gets the Packages By Category page guid
|
|
1067
|
+
* ParentPage: Rock Shop
|
|
1068
|
+
*/
|
|
1069
|
+
PackagesByCategory: string;
|
|
1070
|
+
/**
|
|
1071
|
+
* Gets the Page Map page guid
|
|
1072
|
+
* ParentPage: CMS Configuration
|
|
1073
|
+
*/
|
|
1074
|
+
PageMap: string;
|
|
1075
|
+
/**
|
|
1076
|
+
* Gets the Page Properties page guid
|
|
1077
|
+
* ParentPage: System Dialogs
|
|
1078
|
+
*/
|
|
1079
|
+
PageProperties: string;
|
|
1080
|
+
/**
|
|
1081
|
+
* Gets the Page Route Detail page guid
|
|
1082
|
+
* ParentPage: Routes
|
|
1083
|
+
*/
|
|
1084
|
+
PageRouteDetail: string;
|
|
1085
|
+
/**
|
|
1086
|
+
* Gets the Page Map page guid
|
|
1087
|
+
* ParentPage: CMS Configuration
|
|
1088
|
+
*/
|
|
1089
|
+
PageViews: string;
|
|
1090
|
+
/**
|
|
1091
|
+
* Gets the People page guid
|
|
1092
|
+
* ParentPage: Internal Homepage
|
|
1093
|
+
*/
|
|
1094
|
+
People: string;
|
|
1095
|
+
/**
|
|
1096
|
+
* Gets the Person Attributes page guid
|
|
1097
|
+
* ParentPage: General Settings
|
|
1098
|
+
*/
|
|
1099
|
+
PersonAttributes: string;
|
|
1100
|
+
/**
|
|
1101
|
+
* Gets the Person Page Views page guid
|
|
1102
|
+
* ParentPage: Person Profile
|
|
1103
|
+
*/
|
|
1104
|
+
PersonPageViews: string;
|
|
1105
|
+
/**
|
|
1106
|
+
* Gets the Person Pages page guid
|
|
1107
|
+
* ParentPage: Support Pages
|
|
1108
|
+
*/
|
|
1109
|
+
PersonPages: string;
|
|
1110
|
+
/**
|
|
1111
|
+
* Gets the Person Profile page guid that is under Check-in Manager
|
|
1112
|
+
* ParentPage: Check-in Manager
|
|
1113
|
+
*/
|
|
1114
|
+
PersonProfileCheckInManager: string;
|
|
1115
|
+
/**
|
|
1116
|
+
* Gets the Person Profile page guid
|
|
1117
|
+
* ParentPage: Person Pages
|
|
1118
|
+
*/
|
|
1119
|
+
PersonProfilePersonPages: string;
|
|
1120
|
+
/**
|
|
1121
|
+
* Gets the Person Search page guid
|
|
1122
|
+
* ParentPage: Support Pages
|
|
1123
|
+
*/
|
|
1124
|
+
PersonSearch: string;
|
|
1125
|
+
/**
|
|
1126
|
+
* Gets the Person Viewed Detail page guid
|
|
1127
|
+
* ParentPage: Security
|
|
1128
|
+
*/
|
|
1129
|
+
PersonViewedDetail: string;
|
|
1130
|
+
/** The phone number lookup page. */
|
|
1131
|
+
PhoneNumberLookup: string;
|
|
1132
|
+
/**
|
|
1133
|
+
* Gets the Photo Opt-Out page guid
|
|
1134
|
+
* ParentPage: Support Pages
|
|
1135
|
+
*/
|
|
1136
|
+
PhotoOptOut: string;
|
|
1137
|
+
/**
|
|
1138
|
+
* Gets the Photo Request Application Group page guid
|
|
1139
|
+
* ParentPage: Photo Requests
|
|
1140
|
+
*/
|
|
1141
|
+
PhotoRequestApplicationGroup: string;
|
|
1142
|
+
/**
|
|
1143
|
+
* Gets the Photo Requests page guid
|
|
1144
|
+
* ParentPage: Data Integrity
|
|
1145
|
+
*/
|
|
1146
|
+
PhotoRequests: string;
|
|
1147
|
+
/**
|
|
1148
|
+
* Gets the Photo Upload page guid
|
|
1149
|
+
* ParentPage: Support Pages
|
|
1150
|
+
*/
|
|
1151
|
+
PhotoUpload: string;
|
|
1152
|
+
/**
|
|
1153
|
+
* Gets the Pledge Detail page guid
|
|
1154
|
+
* ParentPage: Pledge List
|
|
1155
|
+
*/
|
|
1156
|
+
PledgeDetail: string;
|
|
1157
|
+
/**
|
|
1158
|
+
* Gets the Pledge List page guid
|
|
1159
|
+
* ParentPage: Functions
|
|
1160
|
+
*/
|
|
1161
|
+
PledgeList: string;
|
|
1162
|
+
/**
|
|
1163
|
+
* Gets the Power Tools page guid
|
|
1164
|
+
* ParentPage: Rock Settings
|
|
1165
|
+
*/
|
|
1166
|
+
PowerTools: string;
|
|
1167
|
+
/** The PowerBI Account Registration Page */
|
|
1168
|
+
PowerbiAccountRegistration: string;
|
|
1169
|
+
/**
|
|
1170
|
+
* Gets the Prayer Categories page guid
|
|
1171
|
+
* ParentPage: General Settings
|
|
1172
|
+
*/
|
|
1173
|
+
PrayerCategories: string;
|
|
1174
|
+
/**
|
|
1175
|
+
* Gets the Prayer page guid
|
|
1176
|
+
* ParentPage: Manage
|
|
1177
|
+
*/
|
|
1178
|
+
PrayerManage: string;
|
|
1179
|
+
/**
|
|
1180
|
+
* Gets the Prayer Request Detail page guid
|
|
1181
|
+
* ParentPage: Prayer
|
|
1182
|
+
*/
|
|
1183
|
+
PrayerRequestDetail: string;
|
|
1184
|
+
/**
|
|
1185
|
+
* Gets the (Public) Create Pledge page guid
|
|
1186
|
+
* ParentPage: Pledge List
|
|
1187
|
+
*/
|
|
1188
|
+
PublicCreatePledge: string;
|
|
1189
|
+
/**
|
|
1190
|
+
* Gets the Purchases page guid
|
|
1191
|
+
* ParentPage: Rock Shop
|
|
1192
|
+
*/
|
|
1193
|
+
Purchases: string;
|
|
1194
|
+
/** The registration detail */
|
|
1195
|
+
RegistrationDetail: string;
|
|
1196
|
+
/**
|
|
1197
|
+
* Gets the Registration Instance page guid
|
|
1198
|
+
* ParentPage: Event Registration
|
|
1199
|
+
*/
|
|
1200
|
+
RegistrationInstance: string;
|
|
1201
|
+
/**
|
|
1202
|
+
* Gets the Registration Instance - Discounts page guid
|
|
1203
|
+
* ParentPage: Event Registration
|
|
1204
|
+
*/
|
|
1205
|
+
RegistrationInstanceDiscounts: string;
|
|
1206
|
+
/**
|
|
1207
|
+
* Gets the Registration Instance - Fees page guid
|
|
1208
|
+
* ParentPage: Event Registration
|
|
1209
|
+
*/
|
|
1210
|
+
RegistrationInstanceFees: string;
|
|
1211
|
+
/** The registration instance linkage */
|
|
1212
|
+
RegistrationInstanceLinkage: string;
|
|
1213
|
+
/**
|
|
1214
|
+
* Gets the Registration Instance - Linkages page guid
|
|
1215
|
+
* ParentPage: Event Registration
|
|
1216
|
+
*/
|
|
1217
|
+
RegistrationInstanceLinkages: string;
|
|
1218
|
+
/**
|
|
1219
|
+
* Gets the Registration Instance - Payments page guid
|
|
1220
|
+
* ParentPage: Event Registration
|
|
1221
|
+
*/
|
|
1222
|
+
RegistrationInstancePayments: string;
|
|
1223
|
+
/**
|
|
1224
|
+
* Gets the Registration Instance - Placement Groups page guid
|
|
1225
|
+
* ParentPage: Event Registration
|
|
1226
|
+
*/
|
|
1227
|
+
RegistrationInstancePlacementGroups: string;
|
|
1228
|
+
/**
|
|
1229
|
+
* Gets the Registration Instance - Registrants page guid
|
|
1230
|
+
* ParentPage: Event Registration
|
|
1231
|
+
*/
|
|
1232
|
+
RegistrationInstanceRegistrants: string;
|
|
1233
|
+
/**
|
|
1234
|
+
* Gets the Registration Instance - Registrations page guid
|
|
1235
|
+
* ParentPage: Event Registration
|
|
1236
|
+
*/
|
|
1237
|
+
RegistrationInstanceRegistrations: string;
|
|
1238
|
+
/**
|
|
1239
|
+
* Gets the Registration Instance - Wait List page guid
|
|
1240
|
+
* ParentPage: Event Registration
|
|
1241
|
+
*/
|
|
1242
|
+
RegistrationInstanceWaitList: string;
|
|
1243
|
+
/** The registration send payment reminders */
|
|
1244
|
+
RegistrationSendPaymentReminders: string;
|
|
1245
|
+
/** The Registration Template Placement page guid */
|
|
1246
|
+
RegistrationTemplatePlacement: string;
|
|
1247
|
+
/** The registration wait list confirmation */
|
|
1248
|
+
RegistrationWaitListConfirmation: string;
|
|
1249
|
+
/**
|
|
1250
|
+
* Reminder Edit page.
|
|
1251
|
+
* ParentPage: Reminder List.
|
|
1252
|
+
*/
|
|
1253
|
+
ReminderEdit: string;
|
|
1254
|
+
/**
|
|
1255
|
+
* Reminder List page.
|
|
1256
|
+
* ParentPage: People > Manage.
|
|
1257
|
+
*/
|
|
1258
|
+
ReminderList: string;
|
|
1259
|
+
/**
|
|
1260
|
+
* Reminder List page.
|
|
1261
|
+
* ParentPage: General Settings.
|
|
1262
|
+
*/
|
|
1263
|
+
ReminderTypes: string;
|
|
1264
|
+
/**
|
|
1265
|
+
* Gets the Report Detail page guid
|
|
1266
|
+
* ParentPage: Reports
|
|
1267
|
+
*/
|
|
1268
|
+
ReportDetail: string;
|
|
1269
|
+
/** The report search results page */
|
|
1270
|
+
ReportSearchResults: string;
|
|
1271
|
+
/**
|
|
1272
|
+
* Gets the Reporting page guid
|
|
1273
|
+
* ParentPage: Tools
|
|
1274
|
+
*/
|
|
1275
|
+
Reporting: string;
|
|
1276
|
+
/**
|
|
1277
|
+
* Gets the Reports page guid
|
|
1278
|
+
* ParentPage: Data Integrity
|
|
1279
|
+
*/
|
|
1280
|
+
ReportsDataIntegrity: string;
|
|
1281
|
+
/**
|
|
1282
|
+
* Gets the Reports page guid
|
|
1283
|
+
* ParentPage: Reporting
|
|
1284
|
+
*/
|
|
1285
|
+
ReportsReporting: string;
|
|
1286
|
+
/**
|
|
1287
|
+
* Gets the REST Controller Actions page guid
|
|
1288
|
+
* ParentPage: REST Controllers
|
|
1289
|
+
*/
|
|
1290
|
+
RestControllerActions: string;
|
|
1291
|
+
/**
|
|
1292
|
+
* Gets the REST Controllers page guid
|
|
1293
|
+
* ParentPage: Security
|
|
1294
|
+
*/
|
|
1295
|
+
RestControllers: string;
|
|
1296
|
+
/**
|
|
1297
|
+
* Gets the REST CORS Domains page guid
|
|
1298
|
+
* ParentPage: Security
|
|
1299
|
+
*/
|
|
1300
|
+
RestCorsDomains: string;
|
|
1301
|
+
/**
|
|
1302
|
+
* Gets the REST Key Detail page guid
|
|
1303
|
+
* ParentPage: REST Keys
|
|
1304
|
+
*/
|
|
1305
|
+
RestKeyDetail: string;
|
|
1306
|
+
/**
|
|
1307
|
+
* Gets the REST Keys page guid
|
|
1308
|
+
* ParentPage: Security
|
|
1309
|
+
*/
|
|
1310
|
+
RestKeys: string;
|
|
1311
|
+
/**
|
|
1312
|
+
* Gets the Rock Settings page guid
|
|
1313
|
+
* ParentPage: Admin Tools
|
|
1314
|
+
*/
|
|
1315
|
+
RockSettings: string;
|
|
1316
|
+
/**
|
|
1317
|
+
* Gets the Rock Shop page guid
|
|
1318
|
+
* ParentPage: Rock Settings
|
|
1319
|
+
*/
|
|
1320
|
+
RockShop: string;
|
|
1321
|
+
/**
|
|
1322
|
+
* Gets the Rock Update page guid
|
|
1323
|
+
* ParentPage: General Settings
|
|
1324
|
+
*/
|
|
1325
|
+
RockUpdate: string;
|
|
1326
|
+
/**
|
|
1327
|
+
* Gets the Routes page guid
|
|
1328
|
+
* ParentPage: CMS Configuration
|
|
1329
|
+
*/
|
|
1330
|
+
Routes: string;
|
|
1331
|
+
/**
|
|
1332
|
+
* Gets the Safe Sender Domains page guid
|
|
1333
|
+
* ParentPage: Communications
|
|
1334
|
+
*/
|
|
1335
|
+
SafeSenderDomains: string;
|
|
1336
|
+
/**
|
|
1337
|
+
* Gets the Sample Data page guid
|
|
1338
|
+
* ParentPage: Power Tools
|
|
1339
|
+
*/
|
|
1340
|
+
SampleData: string;
|
|
1341
|
+
/**
|
|
1342
|
+
* Gets the Schedule Builder page guid
|
|
1343
|
+
* ParentPage: Check-in Configuration
|
|
1344
|
+
*/
|
|
1345
|
+
ScheduleBuilder: string;
|
|
1346
|
+
/** The schedule confirmation page guid */
|
|
1347
|
+
ScheduleConfirmation: string;
|
|
1348
|
+
/**
|
|
1349
|
+
* Gets the Scheduled Job Detail page guid
|
|
1350
|
+
* ParentPage: Jobs Administration
|
|
1351
|
+
*/
|
|
1352
|
+
ScheduledJobDetail: string;
|
|
1353
|
+
/**
|
|
1354
|
+
* Gets the Scheduled Transaction page guid
|
|
1355
|
+
* ParentPage: Scheduled Transactions
|
|
1356
|
+
*/
|
|
1357
|
+
ScheduledTransaction: string;
|
|
1358
|
+
/**
|
|
1359
|
+
* Gets the Scheduled Transactions page guid
|
|
1360
|
+
* ParentPage: Functions
|
|
1361
|
+
*/
|
|
1362
|
+
ScheduledTransactions: string;
|
|
1363
|
+
/**
|
|
1364
|
+
* Gets the Schedules page guid
|
|
1365
|
+
* ParentPage: Check-in
|
|
1366
|
+
*/
|
|
1367
|
+
SchedulesCheckIn: string;
|
|
1368
|
+
/**
|
|
1369
|
+
* Gets the Schedules page guid
|
|
1370
|
+
* ParentPage: General Settings
|
|
1371
|
+
*/
|
|
1372
|
+
SchedulesGeneralSettings: string;
|
|
1373
|
+
/**
|
|
1374
|
+
* Gets the Search Services page guid
|
|
1375
|
+
* ParentPage: System Settings
|
|
1376
|
+
*/
|
|
1377
|
+
SearchServices: string;
|
|
1378
|
+
/** Gets the Search Type page guid */
|
|
1379
|
+
SearchType: string;
|
|
1380
|
+
/**
|
|
1381
|
+
* Gets the Security page guid
|
|
1382
|
+
* ParentPage: Admin Tools
|
|
1383
|
+
*/
|
|
1384
|
+
SecurityAdminTools: string;
|
|
1385
|
+
/**
|
|
1386
|
+
* Gets the Security page guid
|
|
1387
|
+
* ParentPage: Person Pages
|
|
1388
|
+
*/
|
|
1389
|
+
SecurityPersonPages: string;
|
|
1390
|
+
/**
|
|
1391
|
+
* Gets the Security page guid
|
|
1392
|
+
* ParentPage: Rock Settings
|
|
1393
|
+
*/
|
|
1394
|
+
SecurityRockSettings: string;
|
|
1395
|
+
/**
|
|
1396
|
+
* Gets the Security Roles page guid
|
|
1397
|
+
* ParentPage: Security
|
|
1398
|
+
*/
|
|
1399
|
+
SecurityRoles: string;
|
|
1400
|
+
/**
|
|
1401
|
+
* Gets the Security Roles Detail page guid
|
|
1402
|
+
* ParentPage: Security Roles
|
|
1403
|
+
*/
|
|
1404
|
+
SecurityRolesDetail: string;
|
|
1405
|
+
/**
|
|
1406
|
+
* Gets the Security page guid
|
|
1407
|
+
* ParentPage: System Dialogs
|
|
1408
|
+
*/
|
|
1409
|
+
SecuritySystemDialogs: string;
|
|
1410
|
+
/**
|
|
1411
|
+
* Gets the Send Photo Requests page guid
|
|
1412
|
+
* ParentPage: Communications
|
|
1413
|
+
*/
|
|
1414
|
+
SendPhotoRequests: string;
|
|
1415
|
+
/**
|
|
1416
|
+
* Gets the short link page GUID
|
|
1417
|
+
* ParentPage: System Dialogs
|
|
1418
|
+
*/
|
|
1419
|
+
ShortLink: string;
|
|
1420
|
+
/**
|
|
1421
|
+
* Gets the Sites page guid
|
|
1422
|
+
* ParentPage: CMS Configuration
|
|
1423
|
+
*/
|
|
1424
|
+
Sites: string;
|
|
1425
|
+
/**
|
|
1426
|
+
* The SMS phone numbers
|
|
1427
|
+
* ParentPage: Communications
|
|
1428
|
+
*/
|
|
1429
|
+
SmsPhoneNumbers: string;
|
|
1430
|
+
/**
|
|
1431
|
+
* Gets the SQL Command page guid
|
|
1432
|
+
* ParentPage: Power Tools
|
|
1433
|
+
*/
|
|
1434
|
+
SqlCommand: string;
|
|
1435
|
+
/**
|
|
1436
|
+
* Gets the Step Flow page guid
|
|
1437
|
+
* ParentPage: Engagement
|
|
1438
|
+
*/
|
|
1439
|
+
StepFlow: string;
|
|
1440
|
+
/**
|
|
1441
|
+
* Gets the Step Program Detail page guid
|
|
1442
|
+
* ParentPage: Step Programs
|
|
1443
|
+
*/
|
|
1444
|
+
StepProgramDetail: string;
|
|
1445
|
+
/**
|
|
1446
|
+
* Gets the Step Programs page guid
|
|
1447
|
+
* ParentPage: Engagement
|
|
1448
|
+
*/
|
|
1449
|
+
StepPrograms: string;
|
|
1450
|
+
/**
|
|
1451
|
+
* Gets the Streak page guid
|
|
1452
|
+
* ParentPage: Streak Type Detail
|
|
1453
|
+
*/
|
|
1454
|
+
Streak: string;
|
|
1455
|
+
/**
|
|
1456
|
+
* Gets the Streak Type Detail page guid
|
|
1457
|
+
* ParentPage: Streak Types
|
|
1458
|
+
*/
|
|
1459
|
+
StreakTypeDetail: string;
|
|
1460
|
+
/**
|
|
1461
|
+
* Gets the Streak Type Detail page guid
|
|
1462
|
+
* ParentPage: Streak Type Detail
|
|
1463
|
+
*/
|
|
1464
|
+
StreakTypeExclusionDetail: string;
|
|
1465
|
+
/**
|
|
1466
|
+
* Gets the Streak Types page guid
|
|
1467
|
+
* ParentPage: Engagement
|
|
1468
|
+
*/
|
|
1469
|
+
StreakTypes: string;
|
|
1470
|
+
/**
|
|
1471
|
+
* Gets the Support Pages page guid (external site)
|
|
1472
|
+
* ParentPage: External Site
|
|
1473
|
+
*/
|
|
1474
|
+
SupportPagesExternalSite: string;
|
|
1475
|
+
/**
|
|
1476
|
+
* Gets the Support Pages page guid (internal site)
|
|
1477
|
+
* ParentPage: Internal Homepage
|
|
1478
|
+
*/
|
|
1479
|
+
SupportPagesInternalHomepage: string;
|
|
1480
|
+
/**
|
|
1481
|
+
* Gets the System Communications page guid
|
|
1482
|
+
* ParentPage: Communications
|
|
1483
|
+
*/
|
|
1484
|
+
SystemCommunicationDetail: string;
|
|
1485
|
+
/**
|
|
1486
|
+
* Gets the System Communications page guid
|
|
1487
|
+
* ParentPage: Communications
|
|
1488
|
+
*/
|
|
1489
|
+
SystemCommunicationList: string;
|
|
1490
|
+
/** The system communication preview internal page. */
|
|
1491
|
+
SystemCommunicationPreview: string;
|
|
1492
|
+
/**
|
|
1493
|
+
* Gets the System Configuration page guid
|
|
1494
|
+
* ParentPage: System Settings
|
|
1495
|
+
*/
|
|
1496
|
+
SystemConfiguration: string;
|
|
1497
|
+
/**
|
|
1498
|
+
* Gets the System Dialogs page guid
|
|
1499
|
+
* ParentPage: Internal Homepage
|
|
1500
|
+
*/
|
|
1501
|
+
SystemDialogs: string;
|
|
1502
|
+
/**
|
|
1503
|
+
* Gets the System Email Categories page guid
|
|
1504
|
+
* ParentPage: Communications
|
|
1505
|
+
*/
|
|
1506
|
+
SystemEmailCategoriesCommunications: string;
|
|
1507
|
+
/**
|
|
1508
|
+
* Gets the System Email Categories page guid
|
|
1509
|
+
* ParentPage: System Emails
|
|
1510
|
+
*/
|
|
1511
|
+
SystemEmailCategoriesSystemEmails: string;
|
|
1512
|
+
/**
|
|
1513
|
+
* Gets the System Information page guid
|
|
1514
|
+
* ParentPage: System Dialogs
|
|
1515
|
+
*/
|
|
1516
|
+
SystemInformation: string;
|
|
1517
|
+
/**
|
|
1518
|
+
* Gets the System Settings page guid
|
|
1519
|
+
* ParentPage: Rock Settings
|
|
1520
|
+
*/
|
|
1521
|
+
SystemSettings: string;
|
|
1522
|
+
/**
|
|
1523
|
+
* Gets the Tag page guid
|
|
1524
|
+
* ParentPage: Tags
|
|
1525
|
+
*/
|
|
1526
|
+
Tag: string;
|
|
1527
|
+
/**
|
|
1528
|
+
* Gets the Tag Details page guid
|
|
1529
|
+
* ParentPage: Tags
|
|
1530
|
+
*/
|
|
1531
|
+
TagDetails: string;
|
|
1532
|
+
/**
|
|
1533
|
+
* Gets the Tags page guid
|
|
1534
|
+
* ParentPage: General Settings
|
|
1535
|
+
*/
|
|
1536
|
+
TagsGeneralSettings: string;
|
|
1537
|
+
/**
|
|
1538
|
+
* Gets the Tags page guid
|
|
1539
|
+
* ParentPage: Manage
|
|
1540
|
+
*/
|
|
1541
|
+
TagsManage: string;
|
|
1542
|
+
/** Gets the Text To Give Setup page guid */
|
|
1543
|
+
TextToGiveSetup: string;
|
|
1544
|
+
/**
|
|
1545
|
+
* Gets the Tools page guid
|
|
1546
|
+
* ParentPage: Internal Homepage
|
|
1547
|
+
*/
|
|
1548
|
+
Tools: string;
|
|
1549
|
+
/**
|
|
1550
|
+
* Gets the Transaction Detail page guid
|
|
1551
|
+
* ParentPage: Financial Batch Detail
|
|
1552
|
+
*/
|
|
1553
|
+
TransactionDetailFinancialBatchDetail: string;
|
|
1554
|
+
/**
|
|
1555
|
+
* Gets the Transaction Detail page guid
|
|
1556
|
+
* ParentPage: Transactions
|
|
1557
|
+
*/
|
|
1558
|
+
TransactionDetailTransactions: string;
|
|
1559
|
+
/**
|
|
1560
|
+
* Gets the Transaction Matching page guid
|
|
1561
|
+
* ParentPage: Financial Batch Detail
|
|
1562
|
+
*/
|
|
1563
|
+
TransactionMatching: string;
|
|
1564
|
+
/**
|
|
1565
|
+
* Gets the Transactions page guid
|
|
1566
|
+
* ParentPage: Functions
|
|
1567
|
+
*/
|
|
1568
|
+
Transactions: string;
|
|
1569
|
+
/**
|
|
1570
|
+
* Gets the User Accounts page guid
|
|
1571
|
+
* ParentPage: Security
|
|
1572
|
+
*/
|
|
1573
|
+
UserAccounts: string;
|
|
1574
|
+
/**
|
|
1575
|
+
* Gets the Verify Photos page guid
|
|
1576
|
+
* ParentPage: Photo Requests
|
|
1577
|
+
*/
|
|
1578
|
+
VerifyPhotos: string;
|
|
1579
|
+
/**
|
|
1580
|
+
* The web farm
|
|
1581
|
+
* Parent page: System settings
|
|
1582
|
+
*/
|
|
1583
|
+
WebFarm: string;
|
|
1584
|
+
/**
|
|
1585
|
+
* The web farm node
|
|
1586
|
+
* Parent page: Web Farm
|
|
1587
|
+
*/
|
|
1588
|
+
WebFarmNode: string;
|
|
1589
|
+
/**
|
|
1590
|
+
* Gets the Website page guid
|
|
1591
|
+
* ParentPage: Tools
|
|
1592
|
+
*/
|
|
1593
|
+
Website: string;
|
|
1594
|
+
/**
|
|
1595
|
+
* Gets the Workflow page guid
|
|
1596
|
+
* ParentPage: Tools
|
|
1597
|
+
*/
|
|
1598
|
+
Workflow: string;
|
|
1599
|
+
/**
|
|
1600
|
+
* Gets the Workflow Configuration page guid
|
|
1601
|
+
* ParentPage: General Settings
|
|
1602
|
+
*/
|
|
1603
|
+
WorkflowConfiguration: string;
|
|
1604
|
+
/**
|
|
1605
|
+
* Gets the Workflow Detail page guid
|
|
1606
|
+
* ParentPage: Manage Workflows
|
|
1607
|
+
*/
|
|
1608
|
+
WorkflowDetail: string;
|
|
1609
|
+
/**
|
|
1610
|
+
* Gets the Workflow Entry page guid
|
|
1611
|
+
* ParentPage: Workflows
|
|
1612
|
+
*/
|
|
1613
|
+
WorkflowEntry: string;
|
|
1614
|
+
/**
|
|
1615
|
+
* Gets the Workflow Trigger page guid
|
|
1616
|
+
* ParentPage: Workflow Triggers
|
|
1617
|
+
*/
|
|
1618
|
+
WorkflowTrigger: string;
|
|
1619
|
+
/**
|
|
1620
|
+
* Gets the Workflow Triggers page guid
|
|
1621
|
+
* ParentPage: General Settings
|
|
1622
|
+
*/
|
|
1623
|
+
WorkflowTriggers: string;
|
|
1624
|
+
/**
|
|
1625
|
+
* Gets the Workflows page guid
|
|
1626
|
+
* ParentPage: Data Integrity
|
|
1627
|
+
*/
|
|
1628
|
+
WorkflowsDataIntegrity: string;
|
|
1629
|
+
/**
|
|
1630
|
+
* Gets the Workflows page guid
|
|
1631
|
+
* ParentPage: Workflow
|
|
1632
|
+
*/
|
|
1633
|
+
WorkflowsWorkflow: string;
|
|
1634
|
+
/**
|
|
1635
|
+
* Gets the ZoneBlocks page guid
|
|
1636
|
+
* ParentPage: System Dialogs
|
|
1637
|
+
*/
|
|
1638
|
+
Zoneblocks: string;
|
|
1639
|
+
};
|