@rockrms/obsidian-framework 17.0.43 → 17.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/Controls/Grid/Columns/attributeColumns.partial.d.ts +1 -1
- package/types/Controls/Grid/Columns/booleanColumn.partial.d.ts +3 -3
- package/types/Controls/Grid/Columns/buttonColumn.partial.d.ts +38 -4
- package/types/Controls/Grid/Columns/column.partial.d.ts +3 -3
- package/types/Controls/Grid/Columns/copyColumn.partial.d.ts +4 -4
- package/types/Controls/Grid/Columns/currencyColumn.partial.d.ts +3 -3
- package/types/Controls/Grid/Columns/dateColumn.partial.d.ts +3 -3
- package/types/Controls/Grid/Columns/dateTimeColumn.partial.d.ts +3 -3
- package/types/Controls/Grid/Columns/deleteColumn.partial.d.ts +4 -4
- package/types/Controls/Grid/Columns/editColumn.partial.d.ts +4 -4
- package/types/Controls/Grid/Columns/highlightDetailColumn.partial.d.ts +3 -3
- package/types/Controls/Grid/Columns/htmlColumn.partial.d.ts +3 -3
- package/types/Controls/Grid/Columns/labelColumn.partial.d.ts +3 -3
- package/types/Controls/Grid/Columns/numberBadgeColumn.partial.d.ts +3 -3
- package/types/Controls/Grid/Columns/numberColumn.partial.d.ts +3 -3
- package/types/Controls/Grid/Columns/personColumn.partial.d.ts +20 -3
- package/types/Controls/Grid/Columns/reorderColumn.partial.d.ts +4 -4
- package/types/Controls/Grid/Columns/rockFieldColumn.partial.d.ts +3 -3
- package/types/Controls/Grid/Columns/securityColumn.partial.d.ts +4 -4
- package/types/Controls/Grid/Columns/selectColumn.partial.d.ts +4 -4
- package/types/Controls/Grid/Columns/textColumn.partial.d.ts +3 -3
- package/types/Controls/Grid/grid.partial.obs.d.ts +2 -2
- package/types/Controls/Internal/EmailEditor/api.d.ts +27 -16
- package/types/Controls/Internal/EmailEditor/componentPropertyPanel.partial.obs.d.ts +12 -1
- package/types/Controls/Internal/EmailEditor/emailEditor.partial.obs.d.ts +29 -2
- package/types/Controls/Internal/EmailEditor/multiSelectButtonGroup.partial.obs.d.ts +2 -2
- package/types/Controls/Internal/EmailEditor/overlay.obs.d.ts +4 -4
- package/types/Controls/Internal/EmailEditor/properties/inlineSwitchProperty.partial.obs.d.ts +1 -1
- package/types/Controls/Internal/EmailEditor/properties/innerHtmlProperty.partial.obs.d.ts +10 -0
- package/types/Controls/Internal/EmailEditor/properties/togglablePropertyGroup.partial.obs.d.ts +1 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/buttonComponentPropertyPanel.partial.obs.d.ts +2 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/codeComponentPropertyPanel.partial.obs.d.ts +14 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/imageComponentPropertyPanel.partial.obs.d.ts +2 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/rowComponentPropertyPanel.partial.obs.d.ts +2 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/rsvpComponentPropertyPanel.partial.obs.d.ts +2 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/textComponentPropertyPanel.partial.obs.d.ts +12 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/videoComponentPropertyPanel.partial.obs.d.ts +2 -0
- package/types/Controls/Internal/EmailEditor/sidePanel.partial.obs.d.ts +21 -1
- package/types/Controls/Internal/EmailEditor/singleSelectButtonGroup.partial.obs.d.ts +3 -3
- package/types/Controls/Internal/EmailEditor/textFormatPicker.partial.obs.d.ts +1 -1
- package/types/Controls/Internal/EmailEditor/types.d.ts +1 -0
- package/types/Controls/Internal/EmailEditor/utils.partial.d.ts +32 -5
- package/types/Controls/Internal/Notes/note.partial.obs.d.ts +34 -0
- package/types/Controls/Internal/Notes/noteEditor.partial.obs.d.ts +103 -0
- package/types/Controls/Internal/Notes/noteList.partial.obs.d.ts +24 -0
- package/types/Controls/Internal/Notes/types.partial.d.ts +63 -0
- package/types/Controls/Internal/Notes/utils.partial.d.ts +93 -0
- package/types/Controls/Internal/attributeMatrixEditor.obs.d.ts +1 -1
- package/types/Controls/Internal/notesContainer.obs.d.ts +247 -0
- package/types/Controls/Internal/treeListItem.obs.d.ts +1 -1
- package/types/Controls/NoteEditor/editSourceCodePlugin.partial.obs.d.ts +1 -1
- package/types/Controls/NoteEditor/mergeFieldPlugin.partial.obs.d.ts +18 -0
- package/types/Controls/accountPicker.obs.d.ts +2 -2
- package/types/Controls/achievementTypePicker.obs.d.ts +3 -3
- package/types/Controls/adaptiveMessagePicker.obs.d.ts +3 -3
- package/types/Controls/addressControl.obs.d.ts +1 -1
- package/types/Controls/aiProviderPicker.obs.d.ts +3 -3
- package/types/Controls/assessmentTypePicker.obs.d.ts +3 -3
- package/types/Controls/assetStorageProviderPicker.obs.d.ts +3 -3
- package/types/Controls/badgeComponentPicker.obs.d.ts +3 -3
- package/types/Controls/badgePicker.obs.d.ts +3 -3
- package/types/Controls/baseAsyncPicker.obs.d.ts +6 -6
- package/types/Controls/binaryFilePicker.obs.d.ts +9 -3
- package/types/Controls/binaryFileTypePicker.obs.d.ts +3 -3
- package/types/Controls/buttonDropDownList.obs.d.ts +2 -2
- package/types/Controls/buttonGroup.obs.d.ts +2 -2
- package/types/Controls/campusAccountAmountPicker.obs.d.ts +0 -27
- package/types/Controls/campusPicker.obs.d.ts +4 -4
- package/types/Controls/categorizedValuePicker.obs.d.ts +1 -1
- package/types/Controls/categorizedValuePickerDropDownLevel.obs.d.ts +1 -1
- package/types/Controls/checkBox.obs.d.ts +1 -0
- package/types/Controls/checkBoxList.obs.d.ts +3 -3
- package/types/Controls/codeEditor.obs.d.ts +6 -6
- package/types/Controls/colorSelector.obs.d.ts +1 -1
- package/types/Controls/componentPicker.obs.d.ts +4 -4
- package/types/Controls/connectionRequestPicker.obs.d.ts +0 -8
- package/types/Controls/contentChannelItemPicker.obs.d.ts +3 -3
- package/types/Controls/contentDropDownPicker.obs.d.ts +1 -1
- package/types/Controls/copyButton.obs.d.ts +3 -3
- package/types/Controls/customSelect.obs.d.ts +52 -52
- package/types/Controls/dataViewPicker.obs.d.ts +3 -3
- package/types/Controls/datePicker.obs.d.ts +4 -4
- package/types/Controls/datePickerBase.obs.d.ts +3 -3
- package/types/Controls/dayOfWeekPicker.obs.d.ts +1 -1
- package/types/Controls/definedValuePicker.obs.d.ts +4 -4
- package/types/Controls/dropDownList.obs.d.ts +6 -6
- package/types/Controls/dropDownMenu.obs.d.ts +3 -3
- package/types/Controls/electronicSignature.obs.d.ts +44 -2
- package/types/Controls/emailEditor.d.ts +2 -2
- package/types/Controls/entityPicker.obs.d.ts +1 -1
- package/types/Controls/entityTypePicker.obs.d.ts +3 -3
- package/types/Controls/ethnicityPicker.obs.d.ts +3 -3
- package/types/Controls/eventCalendarPicker.obs.d.ts +3 -3
- package/types/Controls/eventItemPicker.obs.d.ts +4 -4
- package/types/Controls/fieldTypePicker.obs.d.ts +3 -3
- package/types/Controls/financialGatewayPicker.obs.d.ts +4 -4
- package/types/Controls/financialStatementTemplatePicker.obs.d.ts +3 -3
- package/types/Controls/genderPicker.obs.d.ts +4 -4
- package/types/Controls/geoPicker.obs.d.ts +1 -1
- package/types/Controls/gradePicker.obs.d.ts +3 -3
- package/types/Controls/groupAndRolePicker.obs.d.ts +4 -4
- package/types/Controls/groupMemberPicker.obs.d.ts +3 -3
- package/types/Controls/groupRolePicker.obs.d.ts +3 -3
- package/types/Controls/groupTypeGroupPicker.obs.d.ts +4 -4
- package/types/Controls/groupTypePicker.obs.d.ts +3 -3
- package/types/Controls/highlightLabel.obs.d.ts +6 -6
- package/types/Controls/htmlEditor.obs.d.ts +38 -1
- package/types/Controls/imageEditor.obs.d.ts +2 -2
- package/types/Controls/inlineRangeSlider.obs.d.ts +2 -2
- package/types/Controls/inlineSwitch.obs.d.ts +9 -0
- package/types/Controls/interactionChannelPicker.obs.d.ts +3 -3
- package/types/Controls/interactionComponentPicker.obs.d.ts +3 -3
- package/types/Controls/kpi.obs.d.ts +3 -3
- package/types/Controls/lavaCommandPicker.obs.d.ts +3 -3
- package/types/Controls/listBox.obs.d.ts +2 -2
- package/types/Controls/listItems.obs.d.ts +1 -1
- package/types/Controls/locationItemPicker.obs.d.ts +1 -1
- package/types/Controls/locationList.obs.d.ts +3 -3
- package/types/Controls/mediaElementPicker.obs.d.ts +4 -4
- package/types/Controls/mediaPlayer.obs.d.ts +4 -4
- package/types/Controls/mediaSelector.obs.d.ts +2 -2
- package/types/Controls/mergeFieldPicker.obs.d.ts +1 -1
- package/types/Controls/modal.obs.d.ts +19 -1
- package/types/Controls/noteTextEditor.obs.d.ts +1 -1
- package/types/Controls/numberBox.obs.d.ts +1 -1
- package/types/Controls/numberUpDown.obs.d.ts +2 -2
- package/types/Controls/pagePicker.obs.d.ts +1 -1
- package/types/Controls/panel.obs.d.ts +3 -3
- package/types/Controls/personAvatar.obs.d.ts +90 -0
- package/types/Controls/personBasicEditor.obs.d.ts +0 -11
- package/types/Controls/personLink.obs.d.ts +3 -3
- package/types/Controls/phoneNumberBox.obs.d.ts +1 -1
- package/types/Controls/phoneNumberBoxWithSms.obs.d.ts +11 -0
- package/types/Controls/popOver.obs.d.ts +6 -6
- package/types/Controls/racePicker.obs.d.ts +3 -3
- package/types/Controls/radioButton.obs.d.ts +1 -1
- package/types/Controls/radioButtonList.obs.d.ts +3 -3
- package/types/Controls/rangeSlider.obs.d.ts +3 -3
- package/types/Controls/registrationInstanceBasePicker.obs.d.ts +3 -3
- package/types/Controls/reminderTypePicker.obs.d.ts +3 -3
- package/types/Controls/remoteAuthsPicker.obs.d.ts +3 -3
- package/types/Controls/rockButton.obs.d.ts +13 -4
- package/types/Controls/rockField.obs.d.ts +23 -0
- package/types/Controls/rockForm.obs.d.ts +8 -1
- package/types/Controls/rockFormField.obs.d.ts +1 -1
- package/types/Controls/rockSuspense.obs.d.ts +1 -1
- package/types/Controls/sectionContainer.obs.d.ts +1 -1
- package/types/Controls/sectionHeader.obs.d.ts +1 -1
- package/types/Controls/smsMessageEditor.obs.d.ts +20 -2
- package/types/Controls/socialSecurityNumberBox.obs.d.ts +1 -1
- package/types/Controls/stepProgramPicker.obs.d.ts +3 -3
- package/types/Controls/stepStatusPicker.obs.d.ts +3 -3
- package/types/Controls/stepTypePicker.obs.d.ts +3 -3
- package/types/Controls/streakTypePicker.obs.d.ts +3 -3
- package/types/Controls/structuredContentEditor.obs.d.ts +2 -2
- package/types/Controls/switch.obs.d.ts +9 -0
- package/types/Controls/tabbedBar.obs.d.ts +10 -0
- package/types/Controls/textBox.obs.d.ts +2 -2
- package/types/Controls/timePicker.obs.d.ts +2 -2
- package/types/Controls/treeItemPicker.obs.d.ts +2 -2
- package/types/Controls/treeList.obs.d.ts +1 -1
- package/types/Controls/valueFilter.obs.d.ts +1 -1
- package/types/Controls/wordCloud.obs.d.ts +3 -3
- package/types/Controls/workflowBasePicker.obs.d.ts +3 -3
- package/types/Controls/workflowTypePicker.obs.d.ts +2 -2
- package/types/Controls/yearPicker.obs.d.ts +2 -2
- package/types/Core/Reporting/fieldFilter.d.ts +84 -0
- package/types/Enums/Blocks/Communication/CommunicationEntryWizard/pushOpenAction.d.ts +3 -3
- package/types/Enums/Blocks/Communication/CommunicationTemplateDetail/pushOpenAction.d.ts +15 -0
- package/types/Enums/Cms/mediaElementQuality.d.ts +28 -0
- package/types/Enums/Communication/Chat/chatNotificationMode.d.ts +13 -0
- package/types/Enums/Mobile/locationPermissionStatus.d.ts +15 -0
- package/types/Enums/Observability/featureFlags.d.ts +13 -0
- package/types/Enums/Observability/traceLevel.d.ts +24 -0
- package/types/Enums/Security/loginFailureReason.d.ts +2 -2
- package/types/Enums/Workflow/interactiveActionContinueMode.d.ts +33 -0
- package/types/Enums/Workflow/interactiveMessageType.d.ts +33 -0
- package/types/FieldTypes/financialTransactionField.partial.d.ts +7 -0
- package/types/FieldTypes/financialTransactionFieldComponents.d.ts +30 -0
- package/types/FieldTypes/htmlField.partial.d.ts +2 -1
- package/types/FieldTypes/htmlFieldComponents.d.ts +1 -0
- package/types/PageState/state.d.ts +1 -0
- package/types/SystemGuids/fieldType.d.ts +2 -0
- package/types/SystemGuids/group.d.ts +4 -0
- package/types/SystemGuids/groupRole.d.ts +4 -0
- package/types/SystemGuids/groupType.d.ts +2 -0
- package/types/SystemGuids/serviceJob.d.ts +15 -0
- package/types/Templates/detailBlock.d.ts +2 -2
- package/types/Templates/rockBlock.partial.d.ts +4 -4
- package/types/Types/Reporting/fieldFilterAttributeData.d.ts +29 -0
- package/types/Utility/block.d.ts +3 -1
- package/types/Utility/page.d.ts +1 -0
- package/types/Utility/stringUtils.d.ts +17 -0
- package/types/Utility/tooltip.d.ts +6 -0
- package/types/ViewModels/Blocks/Administration/SystemConfiguration/observabilityConfigurationBag.d.ts +7 -2
- package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/webKioskBag.d.ts +6 -0
- package/types/ViewModels/Blocks/CheckIn/CheckInScheduleBuilder/cloneScheduleBag.d.ts +4 -0
- package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkInGeneralSettingsBag.d.ts +9 -0
- package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkinTypeDetailOptionsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Cms/LayoutBlockList/layoutBlockListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Cms/MediaAccountDetail/mediaAccountBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Cms/MediaElementDetail/mediaElementBag.d.ts +89 -0
- package/types/ViewModels/Blocks/Cms/MediaElementDetail/mediaElementDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Cms/MediaElementList/mediaElementListOptionsBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatPersonDataBag.d.ts +43 -0
- package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatPersonSettingsBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatViewConfigurationBag.d.ts +46 -0
- package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatViewInitializationBox.d.ts +42 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntryInitializationBox.d.ts +3 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardCommunicationBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Communication/CommunicationTemplateDetail/communicationTemplateDetailCommunicationTemplateBag.d.ts +117 -0
- package/types/ViewModels/Blocks/Communication/CommunicationTemplateDetail/communicationTemplateDetailGetPreviewMessageRequestBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Communication/CommunicationTemplateDetail/communicationTemplateDetailInitializationBox.d.ts +166 -0
- package/types/ViewModels/Blocks/Communication/SmsConversations/smsConversationsInitializationBox.d.ts +1 -1
- package/types/ViewModels/Blocks/Communication/SmsConversations/smsConversationsSaveNoteBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Core/DeviceDetail/deviceBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Core/DeviceDetail/deviceDetailOptionsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Core/LocationDetail/locationBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Core/Notes/notesInitializationBox.d.ts +2 -2
- package/types/ViewModels/Blocks/Engagement/StepProgramList/stepProgramListOptionsBag.d.ts +2 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrantBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Finance/FinancialAccountDetail/financialAccountBag.d.ts +6 -0
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/performScheduleRowActionRequestBag.d.ts +4 -0
- package/types/ViewModels/Blocks/{Cms/BlockList/blockListOptionsBag.d.ts → Security/LoginHistory/loginHistoryOptionsBag.d.ts} +2 -2
- package/types/ViewModels/Blocks/Tv/TvPageList/tvPageListOptionsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Workflow/WorkflowEntry/workflowEntryOptionsBag.d.ts +39 -0
- package/types/ViewModels/Blocks/blockActionContextBag.d.ts +7 -0
- package/types/ViewModels/CheckIn/kioskBag.d.ts +6 -0
- package/types/ViewModels/{Blocks/Core/Notes → Controls}/saveNoteRequestBag.d.ts +2 -2
- package/types/ViewModels/Finance/savedAccountTokenBag.d.ts +3 -0
- package/types/ViewModels/Reporting/chartNumericDataPointBag.d.ts +37 -0
- package/types/ViewModels/Rest/CheckIn/proximityBeaconBag.d.ts +49 -0
- package/types/ViewModels/Rest/CheckIn/proximityCheckInOptionsBag.d.ts +56 -0
- package/types/ViewModels/Rest/Controls/assessmentTypePickerGetAssessmentTypesOptionsBag.d.ts +3 -0
- package/types/ViewModels/Rest/Controls/assetManagerGetFilesResultsBag.d.ts +5 -2
- package/types/ViewModels/Rest/Controls/binaryFilePickerGetBinaryFilesOptionsBag.d.ts +6 -0
- package/types/ViewModels/Rest/Controls/campusAccountAmountPickerGetAccountsResultItemBag.d.ts +0 -7
- package/types/ViewModels/Rest/Controls/emailEditorCreateAttendanceOccurrenceOptionsBag.d.ts +6 -0
- package/types/ViewModels/Rest/Controls/emailEditorDeleteEmailSectionOptionsBag.d.ts +6 -0
- package/types/ViewModels/Rest/Controls/emailEditorEmailSectionBag.d.ts +6 -0
- package/types/ViewModels/Rest/Controls/emailEditorGetAllEmailSectionsOptionsBag.d.ts +31 -0
- package/types/ViewModels/Rest/Controls/emailEditorGetAttendanceOccurrenceOptionsBag.d.ts +6 -0
- package/types/ViewModels/Rest/Controls/emailEditorGetEmailSectionOptionsBag.d.ts +6 -0
- package/types/ViewModels/Rest/Controls/emailEditorGetFutureAttendanceOccurrencesOptionsBag.d.ts +6 -0
- package/types/ViewModels/Rest/Controls/emailEditorRegisterRsvpRecipientsOptionsBag.d.ts +6 -0
- package/types/ViewModels/Rest/Controls/personBasicEditorBag.d.ts +3 -0
- package/types/ViewModels/Rest/Controls/reminderTypePickerGetReminderTypesOptionsBag.d.ts +3 -0
- package/types/ViewModels/Rest/Controls/stepStatusPickerGetStepStatusesOptionsBag.d.ts +3 -0
- package/types/ViewModels/Rest/Controls/stepTypePickerGetStepTypesOptionsBag.d.ts +3 -0
- package/types/ViewModels/Workflow/entryFormButtonBag.d.ts +37 -0
- package/types/ViewModels/Workflow/entryFormFieldBag.d.ts +61 -0
- package/types/ViewModels/Workflow/entryFormSectionBag.d.ts +54 -0
- package/types/ViewModels/Workflow/interactiveActionBag.d.ts +99 -0
- package/types/ViewModels/Workflow/interactiveActionDataBag.d.ts +61 -0
- package/types/ViewModels/Workflow/interactiveActionExceptionBag.d.ts +37 -0
- package/types/ViewModels/Workflow/interactiveMessageBag.d.ts +39 -0
- package/types/ViewModels/Workflow/personEntryConfigurationBag.d.ts +128 -0
- package/types/ViewModels/Workflow/personEntryValuesBag.d.ts +44 -0
- /package/types/Enums/{Blocks/Communication/CommunicationEntryWizard → Communication}/communicationType.d.ts +0 -0
- /package/types/ViewModels/{Blocks/Core/Notes → Controls}/noteBag.d.ts +0 -0
- /package/types/ViewModels/{Blocks/Core/Notes → Controls}/noteEditBag.d.ts +0 -0
- /package/types/ViewModels/{Blocks/Core/Notes → Controls}/noteTypeBag.d.ts +0 -0
|
@@ -37,6 +37,9 @@ export type LocationBag = {
|
|
|
37
37
|
/** Gets or sets the attribute values. */
|
|
38
38
|
attributeValues?: Record<string, string> | null;
|
|
39
39
|
|
|
40
|
+
/** Gets or sets the identifier of the bluetooth beacon. */
|
|
41
|
+
beaconId?: number | null;
|
|
42
|
+
|
|
40
43
|
/** Gets or sets threshold that will prevent checkin (no option to override) */
|
|
41
44
|
firmRoomThreshold?: string | null;
|
|
42
45
|
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
// </copyright>
|
|
22
22
|
//
|
|
23
23
|
|
|
24
|
-
import { NoteBag } from "@Obsidian/ViewModels/
|
|
25
|
-
import { NoteTypeBag } from "@Obsidian/ViewModels/
|
|
24
|
+
import { NoteBag } from "@Obsidian/ViewModels/Controls/noteBag";
|
|
25
|
+
import { NoteTypeBag } from "@Obsidian/ViewModels/Controls/noteTypeBag";
|
|
26
26
|
|
|
27
27
|
export type NotesInitializationBox = {
|
|
28
28
|
/** Gets or sets a value indicating whether the add note editor should always be visible. */
|
|
@@ -43,6 +43,9 @@ export type RegistrantBag = {
|
|
|
43
43
|
/** Gets or sets the unique identifier. */
|
|
44
44
|
guid: Guid;
|
|
45
45
|
|
|
46
|
+
/** Gets or sets the boolean value that determines if the current registrant is a new family. */
|
|
47
|
+
isNewFamily: boolean;
|
|
48
|
+
|
|
46
49
|
/** Gets or sets a value indicating whether this instance is on wait list. */
|
|
47
50
|
isOnWaitList: boolean;
|
|
48
51
|
|
|
@@ -91,4 +91,10 @@ export type FinancialAccountBag = {
|
|
|
91
91
|
|
|
92
92
|
/** Gets or sets the URL which could be used to generate a link to a 'More Info' page */
|
|
93
93
|
url?: string | null;
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* Determines if the account uses child accounts and a campus identifier from
|
|
97
|
+
* the block to pick a matching child account for the transaction.
|
|
98
|
+
*/
|
|
99
|
+
usesCampusChildAccounts: boolean;
|
|
94
100
|
};
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
//
|
|
23
23
|
|
|
24
24
|
import { ToolboxScheduleRowActionType } from "@Obsidian/Enums/Blocks/Group/Scheduling/toolboxScheduleRowActionType";
|
|
25
|
+
import { ToolboxScheduleRowConfirmationStatus } from "@Obsidian/Enums/Blocks/Group/Scheduling/toolboxScheduleRowConfirmationStatus";
|
|
25
26
|
import { Guid } from "@Obsidian/Types";
|
|
26
27
|
|
|
27
28
|
/**
|
|
@@ -40,6 +41,9 @@ export type PerformScheduleRowActionRequestBag = {
|
|
|
40
41
|
*/
|
|
41
42
|
entityGuid: Guid;
|
|
42
43
|
|
|
44
|
+
/** Gets or sets the existing confirmation status. */
|
|
45
|
+
existingConfirmationStatus: ToolboxScheduleRowConfirmationStatus;
|
|
46
|
+
|
|
43
47
|
/** Gets or sets the selected person unique identifier. */
|
|
44
48
|
selectedPersonGuid: Guid;
|
|
45
49
|
};
|
|
@@ -21,6 +21,6 @@
|
|
|
21
21
|
// </copyright>
|
|
22
22
|
//
|
|
23
23
|
|
|
24
|
-
/** The additional configuration options for the
|
|
25
|
-
export type
|
|
24
|
+
/** The additional configuration options for the Login History block. */
|
|
25
|
+
export type LoginHistoryOptionsBag = {
|
|
26
26
|
};
|
|
@@ -23,6 +23,9 @@
|
|
|
23
23
|
|
|
24
24
|
/** Describes the TV Page List Options */
|
|
25
25
|
export type TvPageListOptionsBag = {
|
|
26
|
+
/** Gets or sets the default page identifier key of the current application. */
|
|
27
|
+
defaultPageIdKey?: string | null;
|
|
28
|
+
|
|
26
29
|
/** Gets or sets the site id key. */
|
|
27
30
|
siteId?: string | null;
|
|
28
31
|
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by the Rock.CodeGeneration project
|
|
4
|
+
// Changes to this file will be lost when the code is regenerated.
|
|
5
|
+
// </auto-generated>
|
|
6
|
+
//------------------------------------------------------------------------------
|
|
7
|
+
// <copyright>
|
|
8
|
+
// Copyright by the Spark Development Network
|
|
9
|
+
//
|
|
10
|
+
// Licensed under the Rock Community License (the "License");
|
|
11
|
+
// you may not use this file except in compliance with the License.
|
|
12
|
+
// You may obtain a copy of the License at
|
|
13
|
+
//
|
|
14
|
+
// http://www.rockrms.com/license
|
|
15
|
+
//
|
|
16
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
// See the License for the specific language governing permissions and
|
|
20
|
+
// limitations under the License.
|
|
21
|
+
// </copyright>
|
|
22
|
+
//
|
|
23
|
+
|
|
24
|
+
import { InteractiveActionBag } from "@Obsidian/ViewModels/Workflow/interactiveActionBag";
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* The initial configuration options for the WorkflowEntry block when used
|
|
28
|
+
* on a Web site.
|
|
29
|
+
*/
|
|
30
|
+
export type WorkflowEntryOptionsBag = {
|
|
31
|
+
/** The initial action details to display. */
|
|
32
|
+
initialAction?: InteractiveActionBag | null;
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* If true then a captcha is required in order to submit any
|
|
36
|
+
* component data back to the server.
|
|
37
|
+
*/
|
|
38
|
+
isCaptchaEnabled: boolean;
|
|
39
|
+
};
|
|
@@ -43,4 +43,11 @@ export type BlockActionContextBag = {
|
|
|
43
43
|
* loaded with.
|
|
44
44
|
*/
|
|
45
45
|
pageParameters?: Record<string, string> | null;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* The Interaction session that this request belongs to. This is used
|
|
49
|
+
* to group block action API requests back to the main request's
|
|
50
|
+
* session.
|
|
51
|
+
*/
|
|
52
|
+
sessionGuid?: Guid | null;
|
|
46
53
|
};
|
|
@@ -32,9 +32,15 @@ export type KioskBag = {
|
|
|
32
32
|
/** Gets or sets the identifier of this item. */
|
|
33
33
|
id?: string | null;
|
|
34
34
|
|
|
35
|
+
/** Determines if adding new families in registration mode is enabled. */
|
|
36
|
+
isAddingFamiliesEnabled: boolean;
|
|
37
|
+
|
|
35
38
|
/** Gets or sets a value indicating whether this kiosk has the camera enabled. */
|
|
36
39
|
isCameraEnabled: boolean;
|
|
37
40
|
|
|
41
|
+
/** Determines if editing new families in registration mode is enabled. */
|
|
42
|
+
isEditingFamiliesEnabled: boolean;
|
|
43
|
+
|
|
38
44
|
/**
|
|
39
45
|
* Gets or sets a value indicating whether this kiosk supports
|
|
40
46
|
* registration mode.
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
// </copyright>
|
|
22
22
|
//
|
|
23
23
|
|
|
24
|
-
import { NoteEditBag } from "@Obsidian/ViewModels/
|
|
24
|
+
import { NoteEditBag } from "@Obsidian/ViewModels/Controls/noteEditBag";
|
|
25
25
|
|
|
26
26
|
/** Describes a request to save changes to an existing note. */
|
|
27
27
|
export type SaveNoteRequestBag = {
|
|
28
28
|
/** Gets or sets the bag that contains the changes that should be made to the note. */
|
|
29
29
|
bag?: NoteEditBag | null;
|
|
30
30
|
|
|
31
|
-
/** Gets the valid properties of the Rock.ViewModels.
|
|
31
|
+
/** Gets the valid properties of the Rock.ViewModels.Controls.SaveNoteRequestBag.Bag. */
|
|
32
32
|
validProperties?: string[] | null;
|
|
33
33
|
};
|
|
@@ -23,6 +23,9 @@
|
|
|
23
23
|
|
|
24
24
|
/** A bag used to add a saved account using a payment method token. */
|
|
25
25
|
export type SavedAccountTokenBag = {
|
|
26
|
+
/** The additional parameters to include on the payment request. */
|
|
27
|
+
additionalParameters?: Record<string, string> | null;
|
|
28
|
+
|
|
26
29
|
/** Gets or sets the city. */
|
|
27
30
|
city?: string | null;
|
|
28
31
|
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by the Rock.CodeGeneration project
|
|
4
|
+
// Changes to this file will be lost when the code is regenerated.
|
|
5
|
+
// </auto-generated>
|
|
6
|
+
//------------------------------------------------------------------------------
|
|
7
|
+
// <copyright>
|
|
8
|
+
// Copyright by the Spark Development Network
|
|
9
|
+
//
|
|
10
|
+
// Licensed under the Rock Community License (the "License");
|
|
11
|
+
// you may not use this file except in compliance with the License.
|
|
12
|
+
// You may obtain a copy of the License at
|
|
13
|
+
//
|
|
14
|
+
// http://www.rockrms.com/license
|
|
15
|
+
//
|
|
16
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
// See the License for the specific language governing permissions and
|
|
20
|
+
// limitations under the License.
|
|
21
|
+
// </copyright>
|
|
22
|
+
//
|
|
23
|
+
|
|
24
|
+
/** A bag that contains a numeric data point for a reporting visual. */
|
|
25
|
+
export type ChartNumericDataPointBag = {
|
|
26
|
+
/** Gets or sets the color for this data point. */
|
|
27
|
+
color?: string | null;
|
|
28
|
+
|
|
29
|
+
/** Gets or sets the label for this data point. */
|
|
30
|
+
label?: string | null;
|
|
31
|
+
|
|
32
|
+
/** Gets or sets the name of the series for this data point. */
|
|
33
|
+
seriesName?: string | null;
|
|
34
|
+
|
|
35
|
+
/** Gets or sets the value for this data point. */
|
|
36
|
+
value: number;
|
|
37
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by the Rock.CodeGeneration project
|
|
4
|
+
// Changes to this file will be lost when the code is regenerated.
|
|
5
|
+
// </auto-generated>
|
|
6
|
+
//------------------------------------------------------------------------------
|
|
7
|
+
// <copyright>
|
|
8
|
+
// Copyright by the Spark Development Network
|
|
9
|
+
//
|
|
10
|
+
// Licensed under the Rock Community License (the "License");
|
|
11
|
+
// you may not use this file except in compliance with the License.
|
|
12
|
+
// You may obtain a copy of the License at
|
|
13
|
+
//
|
|
14
|
+
// http://www.rockrms.com/license
|
|
15
|
+
//
|
|
16
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
// See the License for the specific language governing permissions and
|
|
20
|
+
// limitations under the License.
|
|
21
|
+
// </copyright>
|
|
22
|
+
//
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Describes a single beacon that was detected when entering or leaving
|
|
26
|
+
* a proximity area.
|
|
27
|
+
*/
|
|
28
|
+
export type ProximityBeaconBag = {
|
|
29
|
+
/** The accuracy estimate of the signal strength. */
|
|
30
|
+
accuracy: number;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* The major identifier value (0 - 65535) of the beacon. This is used
|
|
34
|
+
* to identify the campus.
|
|
35
|
+
*/
|
|
36
|
+
major: number;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* The minor identifier value (0 - 65535) of the beacon. This is used
|
|
40
|
+
* to identify the specific location within the campus.
|
|
41
|
+
*/
|
|
42
|
+
minor: number;
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* The signal strength of the beacon. This is used to determine how
|
|
46
|
+
* close the individual is to the beacon.
|
|
47
|
+
*/
|
|
48
|
+
rssi: number;
|
|
49
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by the Rock.CodeGeneration project
|
|
4
|
+
// Changes to this file will be lost when the code is regenerated.
|
|
5
|
+
// </auto-generated>
|
|
6
|
+
//------------------------------------------------------------------------------
|
|
7
|
+
// <copyright>
|
|
8
|
+
// Copyright by the Spark Development Network
|
|
9
|
+
//
|
|
10
|
+
// Licensed under the Rock Community License (the "License");
|
|
11
|
+
// you may not use this file except in compliance with the License.
|
|
12
|
+
// You may obtain a copy of the License at
|
|
13
|
+
//
|
|
14
|
+
// http://www.rockrms.com/license
|
|
15
|
+
//
|
|
16
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
// See the License for the specific language governing permissions and
|
|
20
|
+
// limitations under the License.
|
|
21
|
+
// </copyright>
|
|
22
|
+
//
|
|
23
|
+
|
|
24
|
+
import { Guid } from "@Obsidian/Types";
|
|
25
|
+
import { ProximityBeaconBag } from "@Obsidian/ViewModels/Rest/CheckIn/proximityBeaconBag";
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Describes the values that are expected to be sent to the ProximityCheckIn
|
|
29
|
+
* API endpoint.
|
|
30
|
+
*/
|
|
31
|
+
export type ProximityCheckInOptionsBag = {
|
|
32
|
+
/**
|
|
33
|
+
* The set of beacons that were detected when entering or leaving
|
|
34
|
+
* an area.
|
|
35
|
+
*/
|
|
36
|
+
beacons?: ProximityBeaconBag[] | null;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* true if this message indicates that the individual has entered
|
|
40
|
+
* the area; otherwise, false.
|
|
41
|
+
*/
|
|
42
|
+
isPresent: boolean;
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* The unique identifier of the personal device that is being used
|
|
46
|
+
* when the area was entered or left.
|
|
47
|
+
*/
|
|
48
|
+
personalDeviceGuid?: Guid | null;
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* The unique identifier of the proximity group. Multiple beacons
|
|
52
|
+
* will share the same unique identifier. There is usually only one
|
|
53
|
+
* proximity identifier per organization.
|
|
54
|
+
*/
|
|
55
|
+
proximityGuid: Guid;
|
|
56
|
+
};
|
package/types/ViewModels/Rest/Controls/assessmentTypePickerGetAssessmentTypesOptionsBag.d.ts
CHANGED
|
@@ -28,4 +28,7 @@
|
|
|
28
28
|
export type AssessmentTypePickerGetAssessmentTypesOptionsBag = {
|
|
29
29
|
/** Whether to include assessment types that are marked inactive */
|
|
30
30
|
isInactiveIncluded?: boolean | null;
|
|
31
|
+
|
|
32
|
+
/** The security grant token to use when performing authorization checks. */
|
|
33
|
+
securityGrantToken?: string | null;
|
|
31
34
|
};
|
|
@@ -26,9 +26,12 @@ export type AssetManagerGetFilesResultsBag<T> = {
|
|
|
26
26
|
/** List of files to display */
|
|
27
27
|
files?: T[] | null;
|
|
28
28
|
|
|
29
|
-
/**
|
|
29
|
+
/**
|
|
30
|
+
* roller
|
|
31
|
+
* Whether or not this folder is restricted from having certain actions performed on it.
|
|
32
|
+
*/
|
|
30
33
|
isFolderRestricted: boolean;
|
|
31
34
|
|
|
32
|
-
/**
|
|
35
|
+
/** Whether or not this folder is restricted from having certain types of files uploaded to it. */
|
|
33
36
|
isFolderUploadRestricted: boolean;
|
|
34
37
|
};
|
|
@@ -30,4 +30,10 @@ import { Guid } from "@Obsidian/Types";
|
|
|
30
30
|
export type BinaryFilePickerGetBinaryFilesOptionsBag = {
|
|
31
31
|
/** The type of binary files to search for */
|
|
32
32
|
binaryFileTypeGuid: Guid;
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Gets or sets the security grant token to use when performing
|
|
36
|
+
* authorization checks.
|
|
37
|
+
*/
|
|
38
|
+
securityGrantToken?: string | null;
|
|
33
39
|
};
|
package/types/ViewModels/Rest/Controls/campusAccountAmountPickerGetAccountsResultItemBag.d.ts
CHANGED
|
@@ -22,19 +22,12 @@
|
|
|
22
22
|
//
|
|
23
23
|
|
|
24
24
|
import { Guid } from "@Obsidian/Types";
|
|
25
|
-
import { ListItemBag } from "@Obsidian/ViewModels/Utility/listItemBag";
|
|
26
25
|
|
|
27
26
|
/**
|
|
28
27
|
* The options that can be passed to the GetAccounts API action of
|
|
29
28
|
* the ampusAccountAmountPicker control.
|
|
30
29
|
*/
|
|
31
30
|
export type CampusAccountAmountPickerGetAccountsResultItemBag = {
|
|
32
|
-
/**
|
|
33
|
-
* List of the ACTUAL accounts to use (if using account-campus mapping logic) for each of the campuses.
|
|
34
|
-
* The Campus GUID is the key and a ListItemBag of the account details are the value.
|
|
35
|
-
*/
|
|
36
|
-
campusAccounts?: Record<Guid, ListItemBag> | null;
|
|
37
|
-
|
|
38
31
|
/** Name of the account */
|
|
39
32
|
name?: string | null;
|
|
40
33
|
|
|
@@ -34,4 +34,10 @@ export type EmailEditorCreateAttendanceOccurrenceOptionsBag = {
|
|
|
34
34
|
|
|
35
35
|
/** Gets or sets the schedule identifier. */
|
|
36
36
|
scheduleId?: number | null;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Gets or sets the security grant token to use when performing
|
|
40
|
+
* authorization checks.
|
|
41
|
+
*/
|
|
42
|
+
securityGrantToken?: string | null;
|
|
37
43
|
};
|
|
@@ -27,4 +27,10 @@ import { Guid } from "@Obsidian/Types";
|
|
|
27
27
|
export type EmailEditorDeleteEmailSectionOptionsBag = {
|
|
28
28
|
/** Gets or sets the email section unique identifier. */
|
|
29
29
|
emailSectionGuid: Guid;
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Gets or sets the security grant token to use when performing
|
|
33
|
+
* authorization checks.
|
|
34
|
+
*/
|
|
35
|
+
securityGrantToken?: string | null;
|
|
30
36
|
};
|
|
@@ -38,6 +38,12 @@ export type EmailEditorEmailSectionBag = {
|
|
|
38
38
|
/** Gets or sets the email section name. */
|
|
39
39
|
name?: string | null;
|
|
40
40
|
|
|
41
|
+
/**
|
|
42
|
+
* Gets or sets the security grant token to use when performing
|
|
43
|
+
* authorization checks.
|
|
44
|
+
*/
|
|
45
|
+
securityGrantToken?: string | null;
|
|
46
|
+
|
|
41
47
|
/** Gets or sets the email section source markup. */
|
|
42
48
|
sourceMarkup?: string | null;
|
|
43
49
|
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by the Rock.CodeGeneration project
|
|
4
|
+
// Changes to this file will be lost when the code is regenerated.
|
|
5
|
+
// </auto-generated>
|
|
6
|
+
//------------------------------------------------------------------------------
|
|
7
|
+
// <copyright>
|
|
8
|
+
// Copyright by the Spark Development Network
|
|
9
|
+
//
|
|
10
|
+
// Licensed under the Rock Community License (the "License");
|
|
11
|
+
// you may not use this file except in compliance with the License.
|
|
12
|
+
// You may obtain a copy of the License at
|
|
13
|
+
//
|
|
14
|
+
// http://www.rockrms.com/license
|
|
15
|
+
//
|
|
16
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
// See the License for the specific language governing permissions and
|
|
20
|
+
// limitations under the License.
|
|
21
|
+
// </copyright>
|
|
22
|
+
//
|
|
23
|
+
|
|
24
|
+
/** Bag containing the information needed to get all Email Sections from the Email Editor control. */
|
|
25
|
+
export type EmailEditorGetAllEmailSectionsOptionsBag = {
|
|
26
|
+
/**
|
|
27
|
+
* Gets or sets the security grant token to use when performing
|
|
28
|
+
* authorization checks.
|
|
29
|
+
*/
|
|
30
|
+
securityGrantToken?: string | null;
|
|
31
|
+
};
|
|
@@ -25,4 +25,10 @@
|
|
|
25
25
|
export type EmailEditorGetAttendanceOccurrenceOptionsBag = {
|
|
26
26
|
/** Gets or sets the attendance occurrence identifier. */
|
|
27
27
|
occurrenceId: number;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Gets or sets the security grant token to use when performing
|
|
31
|
+
* authorization checks.
|
|
32
|
+
*/
|
|
33
|
+
securityGrantToken?: string | null;
|
|
28
34
|
};
|
|
@@ -27,4 +27,10 @@ import { Guid } from "@Obsidian/Types";
|
|
|
27
27
|
export type EmailEditorGetEmailSectionOptionsBag = {
|
|
28
28
|
/** Gets or sets the email section unique identifier. */
|
|
29
29
|
emailSectionGuid: Guid;
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Gets or sets the security grant token to use when performing
|
|
33
|
+
* authorization checks.
|
|
34
|
+
*/
|
|
35
|
+
securityGrantToken?: string | null;
|
|
30
36
|
};
|
package/types/ViewModels/Rest/Controls/emailEditorGetFutureAttendanceOccurrencesOptionsBag.d.ts
CHANGED
|
@@ -27,4 +27,10 @@ import { Guid } from "@Obsidian/Types";
|
|
|
27
27
|
export type EmailEditorGetFutureAttendanceOccurrencesOptionsBag = {
|
|
28
28
|
/** Gets or sets the group unique identifier. */
|
|
29
29
|
groupGuid: Guid;
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Gets or sets the security grant token to use when performing
|
|
33
|
+
* authorization checks.
|
|
34
|
+
*/
|
|
35
|
+
securityGrantToken?: string | null;
|
|
30
36
|
};
|
|
@@ -28,4 +28,10 @@ export type EmailEditorRegisterRsvpRecipientsOptionsBag = {
|
|
|
28
28
|
|
|
29
29
|
/** Gets or sets the collection of person identifiers. */
|
|
30
30
|
personIds?: number[] | null;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Gets or sets the security grant token to use when performing
|
|
34
|
+
* authorization checks.
|
|
35
|
+
*/
|
|
36
|
+
securityGrantToken?: string | null;
|
|
31
37
|
};
|
|
@@ -45,6 +45,9 @@ export type PersonBasicEditorBag = {
|
|
|
45
45
|
/** Person's mobile phone number */
|
|
46
46
|
mobilePhoneNumber?: string | null;
|
|
47
47
|
|
|
48
|
+
/** Person's nick name */
|
|
49
|
+
nickName?: string | null;
|
|
50
|
+
|
|
48
51
|
/** Person's date of birth */
|
|
49
52
|
personBirthDate?: DatePartsPickerValueBag | null;
|
|
50
53
|
|
|
@@ -30,4 +30,7 @@ import { Guid } from "@Obsidian/Types";
|
|
|
30
30
|
export type ReminderTypePickerGetReminderTypesOptionsBag = {
|
|
31
31
|
/** Gets or sets the Entity Type Guid */
|
|
32
32
|
entityTypeGuid?: Guid | null;
|
|
33
|
+
|
|
34
|
+
/** The security grant token to use when performing authorization checks. */
|
|
35
|
+
securityGrantToken?: string | null;
|
|
33
36
|
};
|
|
@@ -28,6 +28,9 @@ import { Guid } from "@Obsidian/Types";
|
|
|
28
28
|
* the StepStatusPicker control.
|
|
29
29
|
*/
|
|
30
30
|
export type StepStatusPickerGetStepStatusesOptionsBag = {
|
|
31
|
+
/** The security grant token to use when performing authorization checks. */
|
|
32
|
+
securityGrantToken?: string | null;
|
|
33
|
+
|
|
31
34
|
/** The GUID of the step program that this step status is part of. */
|
|
32
35
|
stepProgramGuid?: Guid | null;
|
|
33
36
|
};
|
|
@@ -28,6 +28,9 @@ import { Guid } from "@Obsidian/Types";
|
|
|
28
28
|
* the StepTypePicker control.
|
|
29
29
|
*/
|
|
30
30
|
export type StepTypePickerGetStepTypesOptionsBag = {
|
|
31
|
+
/** The security grant token to use when performing authorization checks. */
|
|
32
|
+
securityGrantToken?: string | null;
|
|
33
|
+
|
|
31
34
|
/** The GUID of the step program that this step type is part of. */
|
|
32
35
|
stepProgramGuid?: Guid | null;
|
|
33
36
|
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by the Rock.CodeGeneration project
|
|
4
|
+
// Changes to this file will be lost when the code is regenerated.
|
|
5
|
+
// </auto-generated>
|
|
6
|
+
//------------------------------------------------------------------------------
|
|
7
|
+
// <copyright>
|
|
8
|
+
// Copyright by the Spark Development Network
|
|
9
|
+
//
|
|
10
|
+
// Licensed under the Rock Community License (the "License");
|
|
11
|
+
// you may not use this file except in compliance with the License.
|
|
12
|
+
// You may obtain a copy of the License at
|
|
13
|
+
//
|
|
14
|
+
// http://www.rockrms.com/license
|
|
15
|
+
//
|
|
16
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
// See the License for the specific language governing permissions and
|
|
20
|
+
// limitations under the License.
|
|
21
|
+
// </copyright>
|
|
22
|
+
//
|
|
23
|
+
|
|
24
|
+
/** Defines a single button to display on an entry form. */
|
|
25
|
+
export type EntryFormButtonBag = {
|
|
26
|
+
/** The name of the action to perform when the button is clicked. */
|
|
27
|
+
action?: string | null;
|
|
28
|
+
|
|
29
|
+
/** The HTML that will render the button. */
|
|
30
|
+
html?: string | null;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* The title of the button that can be used when rendering an HTML
|
|
34
|
+
* button is not possible.
|
|
35
|
+
*/
|
|
36
|
+
title?: string | null;
|
|
37
|
+
};
|