@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.
Files changed (263) hide show
  1. package/package.json +1 -1
  2. package/types/Controls/Grid/Columns/attributeColumns.partial.d.ts +1 -1
  3. package/types/Controls/Grid/Columns/booleanColumn.partial.d.ts +3 -3
  4. package/types/Controls/Grid/Columns/buttonColumn.partial.d.ts +38 -4
  5. package/types/Controls/Grid/Columns/column.partial.d.ts +3 -3
  6. package/types/Controls/Grid/Columns/copyColumn.partial.d.ts +4 -4
  7. package/types/Controls/Grid/Columns/currencyColumn.partial.d.ts +3 -3
  8. package/types/Controls/Grid/Columns/dateColumn.partial.d.ts +3 -3
  9. package/types/Controls/Grid/Columns/dateTimeColumn.partial.d.ts +3 -3
  10. package/types/Controls/Grid/Columns/deleteColumn.partial.d.ts +4 -4
  11. package/types/Controls/Grid/Columns/editColumn.partial.d.ts +4 -4
  12. package/types/Controls/Grid/Columns/highlightDetailColumn.partial.d.ts +3 -3
  13. package/types/Controls/Grid/Columns/htmlColumn.partial.d.ts +3 -3
  14. package/types/Controls/Grid/Columns/labelColumn.partial.d.ts +3 -3
  15. package/types/Controls/Grid/Columns/numberBadgeColumn.partial.d.ts +3 -3
  16. package/types/Controls/Grid/Columns/numberColumn.partial.d.ts +3 -3
  17. package/types/Controls/Grid/Columns/personColumn.partial.d.ts +20 -3
  18. package/types/Controls/Grid/Columns/reorderColumn.partial.d.ts +4 -4
  19. package/types/Controls/Grid/Columns/rockFieldColumn.partial.d.ts +3 -3
  20. package/types/Controls/Grid/Columns/securityColumn.partial.d.ts +4 -4
  21. package/types/Controls/Grid/Columns/selectColumn.partial.d.ts +4 -4
  22. package/types/Controls/Grid/Columns/textColumn.partial.d.ts +3 -3
  23. package/types/Controls/Grid/grid.partial.obs.d.ts +2 -2
  24. package/types/Controls/Internal/EmailEditor/api.d.ts +27 -16
  25. package/types/Controls/Internal/EmailEditor/componentPropertyPanel.partial.obs.d.ts +12 -1
  26. package/types/Controls/Internal/EmailEditor/emailEditor.partial.obs.d.ts +29 -2
  27. package/types/Controls/Internal/EmailEditor/multiSelectButtonGroup.partial.obs.d.ts +2 -2
  28. package/types/Controls/Internal/EmailEditor/overlay.obs.d.ts +4 -4
  29. package/types/Controls/Internal/EmailEditor/properties/inlineSwitchProperty.partial.obs.d.ts +1 -1
  30. package/types/Controls/Internal/EmailEditor/properties/innerHtmlProperty.partial.obs.d.ts +10 -0
  31. package/types/Controls/Internal/EmailEditor/properties/togglablePropertyGroup.partial.obs.d.ts +1 -1
  32. package/types/Controls/Internal/EmailEditor/propertyPanels/buttonComponentPropertyPanel.partial.obs.d.ts +2 -0
  33. package/types/Controls/Internal/EmailEditor/propertyPanels/codeComponentPropertyPanel.partial.obs.d.ts +14 -1
  34. package/types/Controls/Internal/EmailEditor/propertyPanels/imageComponentPropertyPanel.partial.obs.d.ts +2 -0
  35. package/types/Controls/Internal/EmailEditor/propertyPanels/rowComponentPropertyPanel.partial.obs.d.ts +2 -0
  36. package/types/Controls/Internal/EmailEditor/propertyPanels/rsvpComponentPropertyPanel.partial.obs.d.ts +2 -0
  37. package/types/Controls/Internal/EmailEditor/propertyPanels/textComponentPropertyPanel.partial.obs.d.ts +12 -1
  38. package/types/Controls/Internal/EmailEditor/propertyPanels/videoComponentPropertyPanel.partial.obs.d.ts +2 -0
  39. package/types/Controls/Internal/EmailEditor/sidePanel.partial.obs.d.ts +21 -1
  40. package/types/Controls/Internal/EmailEditor/singleSelectButtonGroup.partial.obs.d.ts +3 -3
  41. package/types/Controls/Internal/EmailEditor/textFormatPicker.partial.obs.d.ts +1 -1
  42. package/types/Controls/Internal/EmailEditor/types.d.ts +1 -0
  43. package/types/Controls/Internal/EmailEditor/utils.partial.d.ts +32 -5
  44. package/types/Controls/Internal/Notes/note.partial.obs.d.ts +34 -0
  45. package/types/Controls/Internal/Notes/noteEditor.partial.obs.d.ts +103 -0
  46. package/types/Controls/Internal/Notes/noteList.partial.obs.d.ts +24 -0
  47. package/types/Controls/Internal/Notes/types.partial.d.ts +63 -0
  48. package/types/Controls/Internal/Notes/utils.partial.d.ts +93 -0
  49. package/types/Controls/Internal/attributeMatrixEditor.obs.d.ts +1 -1
  50. package/types/Controls/Internal/notesContainer.obs.d.ts +247 -0
  51. package/types/Controls/Internal/treeListItem.obs.d.ts +1 -1
  52. package/types/Controls/NoteEditor/editSourceCodePlugin.partial.obs.d.ts +1 -1
  53. package/types/Controls/NoteEditor/mergeFieldPlugin.partial.obs.d.ts +18 -0
  54. package/types/Controls/accountPicker.obs.d.ts +2 -2
  55. package/types/Controls/achievementTypePicker.obs.d.ts +3 -3
  56. package/types/Controls/adaptiveMessagePicker.obs.d.ts +3 -3
  57. package/types/Controls/addressControl.obs.d.ts +1 -1
  58. package/types/Controls/aiProviderPicker.obs.d.ts +3 -3
  59. package/types/Controls/assessmentTypePicker.obs.d.ts +3 -3
  60. package/types/Controls/assetStorageProviderPicker.obs.d.ts +3 -3
  61. package/types/Controls/badgeComponentPicker.obs.d.ts +3 -3
  62. package/types/Controls/badgePicker.obs.d.ts +3 -3
  63. package/types/Controls/baseAsyncPicker.obs.d.ts +6 -6
  64. package/types/Controls/binaryFilePicker.obs.d.ts +9 -3
  65. package/types/Controls/binaryFileTypePicker.obs.d.ts +3 -3
  66. package/types/Controls/buttonDropDownList.obs.d.ts +2 -2
  67. package/types/Controls/buttonGroup.obs.d.ts +2 -2
  68. package/types/Controls/campusAccountAmountPicker.obs.d.ts +0 -27
  69. package/types/Controls/campusPicker.obs.d.ts +4 -4
  70. package/types/Controls/categorizedValuePicker.obs.d.ts +1 -1
  71. package/types/Controls/categorizedValuePickerDropDownLevel.obs.d.ts +1 -1
  72. package/types/Controls/checkBox.obs.d.ts +1 -0
  73. package/types/Controls/checkBoxList.obs.d.ts +3 -3
  74. package/types/Controls/codeEditor.obs.d.ts +6 -6
  75. package/types/Controls/colorSelector.obs.d.ts +1 -1
  76. package/types/Controls/componentPicker.obs.d.ts +4 -4
  77. package/types/Controls/connectionRequestPicker.obs.d.ts +0 -8
  78. package/types/Controls/contentChannelItemPicker.obs.d.ts +3 -3
  79. package/types/Controls/contentDropDownPicker.obs.d.ts +1 -1
  80. package/types/Controls/copyButton.obs.d.ts +3 -3
  81. package/types/Controls/customSelect.obs.d.ts +52 -52
  82. package/types/Controls/dataViewPicker.obs.d.ts +3 -3
  83. package/types/Controls/datePicker.obs.d.ts +4 -4
  84. package/types/Controls/datePickerBase.obs.d.ts +3 -3
  85. package/types/Controls/dayOfWeekPicker.obs.d.ts +1 -1
  86. package/types/Controls/definedValuePicker.obs.d.ts +4 -4
  87. package/types/Controls/dropDownList.obs.d.ts +6 -6
  88. package/types/Controls/dropDownMenu.obs.d.ts +3 -3
  89. package/types/Controls/electronicSignature.obs.d.ts +44 -2
  90. package/types/Controls/emailEditor.d.ts +2 -2
  91. package/types/Controls/entityPicker.obs.d.ts +1 -1
  92. package/types/Controls/entityTypePicker.obs.d.ts +3 -3
  93. package/types/Controls/ethnicityPicker.obs.d.ts +3 -3
  94. package/types/Controls/eventCalendarPicker.obs.d.ts +3 -3
  95. package/types/Controls/eventItemPicker.obs.d.ts +4 -4
  96. package/types/Controls/fieldTypePicker.obs.d.ts +3 -3
  97. package/types/Controls/financialGatewayPicker.obs.d.ts +4 -4
  98. package/types/Controls/financialStatementTemplatePicker.obs.d.ts +3 -3
  99. package/types/Controls/genderPicker.obs.d.ts +4 -4
  100. package/types/Controls/geoPicker.obs.d.ts +1 -1
  101. package/types/Controls/gradePicker.obs.d.ts +3 -3
  102. package/types/Controls/groupAndRolePicker.obs.d.ts +4 -4
  103. package/types/Controls/groupMemberPicker.obs.d.ts +3 -3
  104. package/types/Controls/groupRolePicker.obs.d.ts +3 -3
  105. package/types/Controls/groupTypeGroupPicker.obs.d.ts +4 -4
  106. package/types/Controls/groupTypePicker.obs.d.ts +3 -3
  107. package/types/Controls/highlightLabel.obs.d.ts +6 -6
  108. package/types/Controls/htmlEditor.obs.d.ts +38 -1
  109. package/types/Controls/imageEditor.obs.d.ts +2 -2
  110. package/types/Controls/inlineRangeSlider.obs.d.ts +2 -2
  111. package/types/Controls/inlineSwitch.obs.d.ts +9 -0
  112. package/types/Controls/interactionChannelPicker.obs.d.ts +3 -3
  113. package/types/Controls/interactionComponentPicker.obs.d.ts +3 -3
  114. package/types/Controls/kpi.obs.d.ts +3 -3
  115. package/types/Controls/lavaCommandPicker.obs.d.ts +3 -3
  116. package/types/Controls/listBox.obs.d.ts +2 -2
  117. package/types/Controls/listItems.obs.d.ts +1 -1
  118. package/types/Controls/locationItemPicker.obs.d.ts +1 -1
  119. package/types/Controls/locationList.obs.d.ts +3 -3
  120. package/types/Controls/mediaElementPicker.obs.d.ts +4 -4
  121. package/types/Controls/mediaPlayer.obs.d.ts +4 -4
  122. package/types/Controls/mediaSelector.obs.d.ts +2 -2
  123. package/types/Controls/mergeFieldPicker.obs.d.ts +1 -1
  124. package/types/Controls/modal.obs.d.ts +19 -1
  125. package/types/Controls/noteTextEditor.obs.d.ts +1 -1
  126. package/types/Controls/numberBox.obs.d.ts +1 -1
  127. package/types/Controls/numberUpDown.obs.d.ts +2 -2
  128. package/types/Controls/pagePicker.obs.d.ts +1 -1
  129. package/types/Controls/panel.obs.d.ts +3 -3
  130. package/types/Controls/personAvatar.obs.d.ts +90 -0
  131. package/types/Controls/personBasicEditor.obs.d.ts +0 -11
  132. package/types/Controls/personLink.obs.d.ts +3 -3
  133. package/types/Controls/phoneNumberBox.obs.d.ts +1 -1
  134. package/types/Controls/phoneNumberBoxWithSms.obs.d.ts +11 -0
  135. package/types/Controls/popOver.obs.d.ts +6 -6
  136. package/types/Controls/racePicker.obs.d.ts +3 -3
  137. package/types/Controls/radioButton.obs.d.ts +1 -1
  138. package/types/Controls/radioButtonList.obs.d.ts +3 -3
  139. package/types/Controls/rangeSlider.obs.d.ts +3 -3
  140. package/types/Controls/registrationInstanceBasePicker.obs.d.ts +3 -3
  141. package/types/Controls/reminderTypePicker.obs.d.ts +3 -3
  142. package/types/Controls/remoteAuthsPicker.obs.d.ts +3 -3
  143. package/types/Controls/rockButton.obs.d.ts +13 -4
  144. package/types/Controls/rockField.obs.d.ts +23 -0
  145. package/types/Controls/rockForm.obs.d.ts +8 -1
  146. package/types/Controls/rockFormField.obs.d.ts +1 -1
  147. package/types/Controls/rockSuspense.obs.d.ts +1 -1
  148. package/types/Controls/sectionContainer.obs.d.ts +1 -1
  149. package/types/Controls/sectionHeader.obs.d.ts +1 -1
  150. package/types/Controls/smsMessageEditor.obs.d.ts +20 -2
  151. package/types/Controls/socialSecurityNumberBox.obs.d.ts +1 -1
  152. package/types/Controls/stepProgramPicker.obs.d.ts +3 -3
  153. package/types/Controls/stepStatusPicker.obs.d.ts +3 -3
  154. package/types/Controls/stepTypePicker.obs.d.ts +3 -3
  155. package/types/Controls/streakTypePicker.obs.d.ts +3 -3
  156. package/types/Controls/structuredContentEditor.obs.d.ts +2 -2
  157. package/types/Controls/switch.obs.d.ts +9 -0
  158. package/types/Controls/tabbedBar.obs.d.ts +10 -0
  159. package/types/Controls/textBox.obs.d.ts +2 -2
  160. package/types/Controls/timePicker.obs.d.ts +2 -2
  161. package/types/Controls/treeItemPicker.obs.d.ts +2 -2
  162. package/types/Controls/treeList.obs.d.ts +1 -1
  163. package/types/Controls/valueFilter.obs.d.ts +1 -1
  164. package/types/Controls/wordCloud.obs.d.ts +3 -3
  165. package/types/Controls/workflowBasePicker.obs.d.ts +3 -3
  166. package/types/Controls/workflowTypePicker.obs.d.ts +2 -2
  167. package/types/Controls/yearPicker.obs.d.ts +2 -2
  168. package/types/Core/Reporting/fieldFilter.d.ts +84 -0
  169. package/types/Enums/Blocks/Communication/CommunicationEntryWizard/pushOpenAction.d.ts +3 -3
  170. package/types/Enums/Blocks/Communication/CommunicationTemplateDetail/pushOpenAction.d.ts +15 -0
  171. package/types/Enums/Cms/mediaElementQuality.d.ts +28 -0
  172. package/types/Enums/Communication/Chat/chatNotificationMode.d.ts +13 -0
  173. package/types/Enums/Mobile/locationPermissionStatus.d.ts +15 -0
  174. package/types/Enums/Observability/featureFlags.d.ts +13 -0
  175. package/types/Enums/Observability/traceLevel.d.ts +24 -0
  176. package/types/Enums/Security/loginFailureReason.d.ts +2 -2
  177. package/types/Enums/Workflow/interactiveActionContinueMode.d.ts +33 -0
  178. package/types/Enums/Workflow/interactiveMessageType.d.ts +33 -0
  179. package/types/FieldTypes/financialTransactionField.partial.d.ts +7 -0
  180. package/types/FieldTypes/financialTransactionFieldComponents.d.ts +30 -0
  181. package/types/FieldTypes/htmlField.partial.d.ts +2 -1
  182. package/types/FieldTypes/htmlFieldComponents.d.ts +1 -0
  183. package/types/PageState/state.d.ts +1 -0
  184. package/types/SystemGuids/fieldType.d.ts +2 -0
  185. package/types/SystemGuids/group.d.ts +4 -0
  186. package/types/SystemGuids/groupRole.d.ts +4 -0
  187. package/types/SystemGuids/groupType.d.ts +2 -0
  188. package/types/SystemGuids/serviceJob.d.ts +15 -0
  189. package/types/Templates/detailBlock.d.ts +2 -2
  190. package/types/Templates/rockBlock.partial.d.ts +4 -4
  191. package/types/Types/Reporting/fieldFilterAttributeData.d.ts +29 -0
  192. package/types/Utility/block.d.ts +3 -1
  193. package/types/Utility/page.d.ts +1 -0
  194. package/types/Utility/stringUtils.d.ts +17 -0
  195. package/types/Utility/tooltip.d.ts +6 -0
  196. package/types/ViewModels/Blocks/Administration/SystemConfiguration/observabilityConfigurationBag.d.ts +7 -2
  197. package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/webKioskBag.d.ts +6 -0
  198. package/types/ViewModels/Blocks/CheckIn/CheckInScheduleBuilder/cloneScheduleBag.d.ts +4 -0
  199. package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkInGeneralSettingsBag.d.ts +9 -0
  200. package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkinTypeDetailOptionsBag.d.ts +3 -0
  201. package/types/ViewModels/Blocks/Cms/LayoutBlockList/layoutBlockListOptionsBag.d.ts +26 -0
  202. package/types/ViewModels/Blocks/Cms/MediaAccountDetail/mediaAccountBag.d.ts +3 -0
  203. package/types/ViewModels/Blocks/Cms/MediaElementDetail/mediaElementBag.d.ts +89 -0
  204. package/types/ViewModels/Blocks/Cms/MediaElementDetail/mediaElementDetailOptionsBag.d.ts +26 -0
  205. package/types/ViewModels/Blocks/Cms/MediaElementList/mediaElementListOptionsBag.d.ts +28 -0
  206. package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatPersonDataBag.d.ts +43 -0
  207. package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatPersonSettingsBag.d.ts +31 -0
  208. package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatViewConfigurationBag.d.ts +46 -0
  209. package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatViewInitializationBox.d.ts +42 -0
  210. package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntryInitializationBox.d.ts +3 -0
  211. package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardCommunicationBag.d.ts +1 -1
  212. package/types/ViewModels/Blocks/Communication/CommunicationTemplateDetail/communicationTemplateDetailCommunicationTemplateBag.d.ts +117 -0
  213. package/types/ViewModels/Blocks/Communication/CommunicationTemplateDetail/communicationTemplateDetailGetPreviewMessageRequestBag.d.ts +31 -0
  214. package/types/ViewModels/Blocks/Communication/CommunicationTemplateDetail/communicationTemplateDetailInitializationBox.d.ts +166 -0
  215. package/types/ViewModels/Blocks/Communication/SmsConversations/smsConversationsInitializationBox.d.ts +1 -1
  216. package/types/ViewModels/Blocks/Communication/SmsConversations/smsConversationsSaveNoteBag.d.ts +1 -1
  217. package/types/ViewModels/Blocks/Core/DeviceDetail/deviceBag.d.ts +3 -0
  218. package/types/ViewModels/Blocks/Core/DeviceDetail/deviceDetailOptionsBag.d.ts +3 -0
  219. package/types/ViewModels/Blocks/Core/LocationDetail/locationBag.d.ts +3 -0
  220. package/types/ViewModels/Blocks/Core/Notes/notesInitializationBox.d.ts +2 -2
  221. package/types/ViewModels/Blocks/Engagement/StepProgramList/stepProgramListOptionsBag.d.ts +2 -0
  222. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrantBag.d.ts +3 -0
  223. package/types/ViewModels/Blocks/Finance/FinancialAccountDetail/financialAccountBag.d.ts +6 -0
  224. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/performScheduleRowActionRequestBag.d.ts +4 -0
  225. package/types/ViewModels/Blocks/{Cms/BlockList/blockListOptionsBag.d.ts → Security/LoginHistory/loginHistoryOptionsBag.d.ts} +2 -2
  226. package/types/ViewModels/Blocks/Tv/TvPageList/tvPageListOptionsBag.d.ts +3 -0
  227. package/types/ViewModels/Blocks/Workflow/WorkflowEntry/workflowEntryOptionsBag.d.ts +39 -0
  228. package/types/ViewModels/Blocks/blockActionContextBag.d.ts +7 -0
  229. package/types/ViewModels/CheckIn/kioskBag.d.ts +6 -0
  230. package/types/ViewModels/{Blocks/Core/Notes → Controls}/saveNoteRequestBag.d.ts +2 -2
  231. package/types/ViewModels/Finance/savedAccountTokenBag.d.ts +3 -0
  232. package/types/ViewModels/Reporting/chartNumericDataPointBag.d.ts +37 -0
  233. package/types/ViewModels/Rest/CheckIn/proximityBeaconBag.d.ts +49 -0
  234. package/types/ViewModels/Rest/CheckIn/proximityCheckInOptionsBag.d.ts +56 -0
  235. package/types/ViewModels/Rest/Controls/assessmentTypePickerGetAssessmentTypesOptionsBag.d.ts +3 -0
  236. package/types/ViewModels/Rest/Controls/assetManagerGetFilesResultsBag.d.ts +5 -2
  237. package/types/ViewModels/Rest/Controls/binaryFilePickerGetBinaryFilesOptionsBag.d.ts +6 -0
  238. package/types/ViewModels/Rest/Controls/campusAccountAmountPickerGetAccountsResultItemBag.d.ts +0 -7
  239. package/types/ViewModels/Rest/Controls/emailEditorCreateAttendanceOccurrenceOptionsBag.d.ts +6 -0
  240. package/types/ViewModels/Rest/Controls/emailEditorDeleteEmailSectionOptionsBag.d.ts +6 -0
  241. package/types/ViewModels/Rest/Controls/emailEditorEmailSectionBag.d.ts +6 -0
  242. package/types/ViewModels/Rest/Controls/emailEditorGetAllEmailSectionsOptionsBag.d.ts +31 -0
  243. package/types/ViewModels/Rest/Controls/emailEditorGetAttendanceOccurrenceOptionsBag.d.ts +6 -0
  244. package/types/ViewModels/Rest/Controls/emailEditorGetEmailSectionOptionsBag.d.ts +6 -0
  245. package/types/ViewModels/Rest/Controls/emailEditorGetFutureAttendanceOccurrencesOptionsBag.d.ts +6 -0
  246. package/types/ViewModels/Rest/Controls/emailEditorRegisterRsvpRecipientsOptionsBag.d.ts +6 -0
  247. package/types/ViewModels/Rest/Controls/personBasicEditorBag.d.ts +3 -0
  248. package/types/ViewModels/Rest/Controls/reminderTypePickerGetReminderTypesOptionsBag.d.ts +3 -0
  249. package/types/ViewModels/Rest/Controls/stepStatusPickerGetStepStatusesOptionsBag.d.ts +3 -0
  250. package/types/ViewModels/Rest/Controls/stepTypePickerGetStepTypesOptionsBag.d.ts +3 -0
  251. package/types/ViewModels/Workflow/entryFormButtonBag.d.ts +37 -0
  252. package/types/ViewModels/Workflow/entryFormFieldBag.d.ts +61 -0
  253. package/types/ViewModels/Workflow/entryFormSectionBag.d.ts +54 -0
  254. package/types/ViewModels/Workflow/interactiveActionBag.d.ts +99 -0
  255. package/types/ViewModels/Workflow/interactiveActionDataBag.d.ts +61 -0
  256. package/types/ViewModels/Workflow/interactiveActionExceptionBag.d.ts +37 -0
  257. package/types/ViewModels/Workflow/interactiveMessageBag.d.ts +39 -0
  258. package/types/ViewModels/Workflow/personEntryConfigurationBag.d.ts +128 -0
  259. package/types/ViewModels/Workflow/personEntryValuesBag.d.ts +44 -0
  260. /package/types/Enums/{Blocks/Communication/CommunicationEntryWizard → Communication}/communicationType.d.ts +0 -0
  261. /package/types/ViewModels/{Blocks/Core/Notes → Controls}/noteBag.d.ts +0 -0
  262. /package/types/ViewModels/{Blocks/Core/Notes → Controls}/noteEditBag.d.ts +0 -0
  263. /package/types/ViewModels/{Blocks/Core/Notes → Controls}/noteTypeBag.d.ts +0 -0
@@ -0,0 +1,89 @@
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 { PublicAttributeBag } from "@Obsidian/ViewModels/Utility/publicAttributeBag";
25
+
26
+ /** The item details for the Media Element Detail block. */
27
+ export type MediaElementBag = {
28
+ /** Gets or sets the attributes. */
29
+ attributes?: Record<string, PublicAttributeBag> | null;
30
+
31
+ /** Gets or sets the attribute values. */
32
+ attributeValues?: Record<string, string> | null;
33
+
34
+ /** The close captioning data for the media element. This should be in the format of WebVTT for use by Rock. */
35
+ closeCaption?: string | null;
36
+
37
+ /**
38
+ * Gets the default file URL to use for media playback. This value is
39
+ * calculated at run time but also stored on the database so it is
40
+ * available in SQL and LINQ queries as well.
41
+ */
42
+ defaultFileUrl?: string | null;
43
+
44
+ /**
45
+ * Gets the default thumbnail URL. This value is calculated at run
46
+ * time but also stored on the database so it is available in SQL
47
+ * and LINQ queries as well.
48
+ */
49
+ defaultThumbnailUrl?: string | null;
50
+
51
+ /** Gets or sets a description of the Element. */
52
+ description?: string | null;
53
+
54
+ /** Gets or set the duration in seconds of media element. */
55
+ durationSeconds?: number | null;
56
+
57
+ /** EngagementStat */
58
+ engagementStat: number;
59
+
60
+ /**
61
+ * Gets or sets the file data JSON content that will be stored in
62
+ * the database.
63
+ */
64
+ fileDataJson?: string | null;
65
+
66
+ /** Gets or sets the identifier key of this entity. */
67
+ idKey?: string | null;
68
+
69
+ /** Gets or sets the custom provider metric data for this instance. */
70
+ metricData?: string | null;
71
+
72
+ /** MinutesWatchedText */
73
+ minutesWatchedText?: string | null;
74
+
75
+ /** Gets or sets the Name of the Element. This property is required. */
76
+ name?: string | null;
77
+
78
+ /** PlayCountText */
79
+ playCountText?: string | null;
80
+
81
+ /**
82
+ * Gets or sets the thumbnail data JSON content that will stored
83
+ * in the database.
84
+ */
85
+ thumbnailDataJson?: string | null;
86
+
87
+ /** Transcripts Text */
88
+ transcriptionText?: string | null;
89
+ };
@@ -0,0 +1,26 @@
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
+ /** The additional configuration options for the Media Element Detail block. */
25
+ export type MediaElementDetailOptionsBag = {
26
+ };
@@ -0,0 +1,28 @@
1
+ //------------------------------------------------------------------------------
2
+ // <auto-generated>
3
+ // This code was generated by the Rock.CodeGeneration project
4
+ // Changes to this file will be lost when the code is regenerated.
5
+ // </auto-generated>
6
+ //------------------------------------------------------------------------------
7
+ // <copyright>
8
+ // Copyright by the Spark Development Network
9
+ //
10
+ // Licensed under the Rock Community License (the "License");
11
+ // you may not use this file except in compliance with the License.
12
+ // You may obtain a copy of the License at
13
+ //
14
+ // http://www.rockrms.com/license
15
+ //
16
+ // Unless required by applicable law or agreed to in writing, software
17
+ // distributed under the License is distributed on an "AS IS" BASIS,
18
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
+ // See the License for the specific language governing permissions and
20
+ // limitations under the License.
21
+ // </copyright>
22
+ //
23
+
24
+ /** The additional configuration options for the Media Element List block. */
25
+ export type MediaElementListOptionsBag = {
26
+ /** The name of the media folder to display media elements from. */
27
+ mediaFolderName?: string | null;
28
+ };
@@ -0,0 +1,43 @@
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
+ /** Represents a data container for a person's chat-related identification information. */
25
+ export type ChatPersonDataBag = {
26
+ /** Gets or sets the template used for displaying age restriction messages. */
27
+ ageRestrictionTemplate?: string | null;
28
+
29
+ /** Gets or sets the template used for age verification. */
30
+ ageVerificationTemplate?: string | null;
31
+
32
+ /** Gets or sets a value indicating whether the individual failed the age verification check. */
33
+ hasFailedAgeVerification: boolean;
34
+
35
+ /** Gets or sets a value indicating whether the individual is required to complete age verification before using chat features. */
36
+ isAgeVerificationRequired: boolean;
37
+
38
+ /** Gets or sets the unique token used for authentication or session tracking in chat. */
39
+ token?: string | null;
40
+
41
+ /** Gets or sets the unique identifier for the individual using the chat system. */
42
+ userId?: string | null;
43
+ };
@@ -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
+ /** A bag of settings for a chat person. */
25
+ export type ChatPersonSettingsBag = {
26
+ /** Gets or sets a value indicating whether the chat is open direct message allowed. */
27
+ isChatOpenDirectMessageAllowed: boolean;
28
+
29
+ /** Gets or sets a value indicating whether the chat profile is public. */
30
+ isChatProfilePublic: boolean;
31
+ };
@@ -0,0 +1,46 @@
1
+ //------------------------------------------------------------------------------
2
+ // <auto-generated>
3
+ // This code was generated by the Rock.CodeGeneration project
4
+ // Changes to this file will be lost when the code is regenerated.
5
+ // </auto-generated>
6
+ //------------------------------------------------------------------------------
7
+ // <copyright>
8
+ // Copyright by the Spark Development Network
9
+ //
10
+ // Licensed under the Rock Community License (the "License");
11
+ // you may not use this file except in compliance with the License.
12
+ // You may obtain a copy of the License at
13
+ //
14
+ // http://www.rockrms.com/license
15
+ //
16
+ // Unless required by applicable law or agreed to in writing, software
17
+ // distributed under the License is distributed on an "AS IS" BASIS,
18
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
+ // See the License for the specific language governing permissions and
20
+ // limitations under the License.
21
+ // </copyright>
22
+ //
23
+
24
+ /** A bag of settings for the chat view block. */
25
+ export type ChatViewConfigurationBag = {
26
+ /** Gets or sets the selected channel ID. */
27
+ channelId?: string | null;
28
+
29
+ /** Gets or sets the key for the direct message channel type. */
30
+ directMessageChannelTypeKey?: string | null;
31
+
32
+ /** Whether or not to filter shared channels by campus. */
33
+ filterSharedChannelsByCampus: boolean;
34
+
35
+ /** Gets or sets the selected message ID. */
36
+ jumpToMessageId?: string | null;
37
+
38
+ /** Gets or sets the public API key for the chat service. */
39
+ publicApiKey?: string | null;
40
+
41
+ /** Gets or sets the selected channel ID. */
42
+ selectedChannelId?: string | null;
43
+
44
+ /** Gets or sets the key for the shared channel type. */
45
+ sharedChannelTypeKey?: string | null;
46
+ };
@@ -0,0 +1,42 @@
1
+ //------------------------------------------------------------------------------
2
+ // <auto-generated>
3
+ // This code was generated by the Rock.CodeGeneration project
4
+ // Changes to this file will be lost when the code is regenerated.
5
+ // </auto-generated>
6
+ //------------------------------------------------------------------------------
7
+ // <copyright>
8
+ // Copyright by the Spark Development Network
9
+ //
10
+ // Licensed under the Rock Community License (the "License");
11
+ // you may not use this file except in compliance with the License.
12
+ // You may obtain a copy of the License at
13
+ //
14
+ // http://www.rockrms.com/license
15
+ //
16
+ // Unless required by applicable law or agreed to in writing, software
17
+ // distributed under the License is distributed on an "AS IS" BASIS,
18
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
+ // See the License for the specific language governing permissions and
20
+ // limitations under the License.
21
+ // </copyright>
22
+ //
23
+
24
+ import { ChatViewConfigurationBag } from "@Obsidian/ViewModels/Blocks/Communication/Chat/ChatView/chatViewConfigurationBag";
25
+
26
+ /** The box that contains all the initialization information for the chat view block. */
27
+ export type ChatViewInitializationBox = {
28
+ /** The configuration bag for the chat view block. */
29
+ chatViewConfigurationBag?: ChatViewConfigurationBag | null;
30
+
31
+ /**
32
+ * Gets or sets the error message. A non-empty value indicates that
33
+ * an error is preventing the block from being displayed.
34
+ */
35
+ errorMessage?: string | null;
36
+
37
+ /** Gets or sets the navigation urls. */
38
+ navigationUrls?: Record<string, string> | null;
39
+
40
+ /** Gets or sets the security grant token. */
41
+ securityGrantToken?: string | null;
42
+ };
@@ -41,6 +41,9 @@ export type CommunicationEntryInitializationBox = {
41
41
  /** Gets or sets the communication details being created/edited. */
42
42
  communication?: CommunicationEntryCommunicationBag | null;
43
43
 
44
+ /** Determines if the asset manager feature is enabled in the HTML editor control. */
45
+ enableAssetManager: boolean;
46
+
44
47
  /**
45
48
  * Gets or sets the error message. A non-empty value indicates that
46
49
  * an error is preventing the block from being displayed.
@@ -21,9 +21,9 @@
21
21
  // </copyright>
22
22
  //
23
23
 
24
- import { CommunicationType } from "@Obsidian/Enums/Blocks/Communication/CommunicationEntryWizard/communicationType";
25
24
  import { PushOpenAction } from "@Obsidian/Enums/Blocks/Communication/CommunicationEntryWizard/pushOpenAction";
26
25
  import { CommunicationStatus } from "@Obsidian/Enums/Communication/communicationStatus";
26
+ import { CommunicationType } from "@Obsidian/Enums/Communication/communicationType";
27
27
  import { SegmentCriteria } from "@Obsidian/Enums/Communication/segmentCriteria";
28
28
  import { Guid } from "@Obsidian/Types";
29
29
  import { CommunicationEntryWizardPushNotificationOptionsBag } from "@Obsidian/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardPushNotificationOptionsBag";
@@ -0,0 +1,117 @@
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 { PushOpenAction } from "@Obsidian/Enums/Blocks/Communication/CommunicationTemplateDetail/pushOpenAction";
25
+ import { CommunicationTemplateVersion } from "@Obsidian/Enums/Communication/communicationTemplateVersion";
26
+ import { PageRouteValueBag } from "@Obsidian/ViewModels/Rest/Controls/pageRouteValueBag";
27
+ import { ListItemBag } from "@Obsidian/ViewModels/Utility/listItemBag";
28
+
29
+ /** Represents the communication template details for the Communication Template Detail block. */
30
+ export type CommunicationTemplateDetailCommunicationTemplateBag = {
31
+ /** Gets or sets the attachments. */
32
+ attachments?: ListItemBag[] | null;
33
+
34
+ /** Gets or sets the BCC email addresses. */
35
+ bccEmails?: string | null;
36
+
37
+ /** Gets or sets the category. */
38
+ category?: ListItemBag | null;
39
+
40
+ /** Gets or sets the CC email addresses. */
41
+ ccEmails?: string | null;
42
+
43
+ /** Gets or sets the description of the template. */
44
+ description?: string | null;
45
+
46
+ /** Gets or sets the email address of the sender. */
47
+ fromEmail?: string | null;
48
+
49
+ /** Gets or sets the name of the sender. */
50
+ fromName?: string | null;
51
+
52
+ /** Gets or sets the binary file for the template preview. */
53
+ imageFile?: ListItemBag | null;
54
+
55
+ /** Gets or sets a value indicating whether this communication template is active. */
56
+ isActive: boolean;
57
+
58
+ /** Gets or sets a value indicating whether CSS inlining is enabled. */
59
+ isCssInliningEnabled: boolean;
60
+
61
+ /** Gets or sets a value indicating whether this is a starter template. */
62
+ isStarter: boolean;
63
+
64
+ /** Gets or sets the Lava fields. */
65
+ lavaFields?: Record<string, string> | null;
66
+
67
+ /** Gets or sets the binary file for the template logo. */
68
+ logoBinaryFile?: ListItemBag | null;
69
+
70
+ /** Gets or sets the message content. */
71
+ message?: string | null;
72
+
73
+ /** Gets or sets the name of the communication template. */
74
+ name?: string | null;
75
+
76
+ /** Gets or sets the message content of the push notification. */
77
+ pushMessage?: string | null;
78
+
79
+ /** Gets or sets the push mobile application. */
80
+ pushMobileApplication?: ListItemBag | null;
81
+
82
+ /** Gets or sets the mobile page for the push notification. */
83
+ pushMobilePage?: PageRouteValueBag | null;
84
+
85
+ /** Gets or sets the query string parameters for the push mobile page. */
86
+ pushMobilePageQueryString?: Record<string, string> | null;
87
+
88
+ /** Gets or sets the push open action. */
89
+ pushOpenAction: PushOpenAction;
90
+
91
+ /** Gets or sets the push open message. */
92
+ pushOpenMessage?: string | null;
93
+
94
+ /** Gets or sets the push open message structured content JSON. */
95
+ pushOpenMessageJson?: string | null;
96
+
97
+ /** Gets or sets the title of the push notification. */
98
+ pushTitle?: string | null;
99
+
100
+ /** Gets or sets the URL for the push notification. */
101
+ pushUrl?: string | null;
102
+
103
+ /** Gets or sets the reply-to email address. */
104
+ replyToEmail?: string | null;
105
+
106
+ /** Gets or sets the system phone number used for SMS sending. */
107
+ smsFromSystemPhoneNumber?: ListItemBag | null;
108
+
109
+ /** Gets or sets the SMS message content. */
110
+ smsMessage?: string | null;
111
+
112
+ /** Gets or sets the subject of the email. */
113
+ subject?: string | null;
114
+
115
+ /** Gets or sets the communication template version. */
116
+ version: CommunicationTemplateVersion;
117
+ };
@@ -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
+ /** Represents the request bag for getting the preview message in the Communication Template Detail block. */
25
+ export type CommunicationTemplateDetailGetPreviewMessageRequestBag = {
26
+ /** Gets or sets a value indicating whether CSS inlining is enabled. */
27
+ isCssInlined: boolean;
28
+
29
+ /** Gets or sets the message content. */
30
+ message?: string | null;
31
+ };
@@ -0,0 +1,166 @@
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 { PushOpenAction } from "@Obsidian/Enums/Blocks/Communication/CommunicationTemplateDetail/pushOpenAction";
25
+ import { CommunicationTemplateVersion } from "@Obsidian/Enums/Communication/communicationTemplateVersion";
26
+ import { Guid } from "@Obsidian/Types";
27
+ import { PageRouteValueBag } from "@Obsidian/ViewModels/Rest/Controls/pageRouteValueBag";
28
+ import { ListItemBag } from "@Obsidian/ViewModels/Utility/listItemBag";
29
+
30
+ /** Represents the initialization box for the Communication Template Detail block. */
31
+ export type CommunicationTemplateDetailInitializationBox = {
32
+ /** Gets or sets the attachments. */
33
+ attachments?: ListItemBag[] | null;
34
+
35
+ /** Gets or sets the GUID of the attachments binary file type. */
36
+ attachmentsBinaryFileTypeGuid: Guid;
37
+
38
+ /** Gets or sets the BCC email addresses. */
39
+ bccEmails?: string | null;
40
+
41
+ /** Gets or sets the category of the template. */
42
+ category?: ListItemBag | null;
43
+
44
+ /** Gets or sets the CC email addresses. */
45
+ ccEmails?: string | null;
46
+
47
+ /** Gets or sets the description of the template. */
48
+ description?: string | null;
49
+
50
+ /**
51
+ * Gets or sets the error message. A non-empty value indicates that
52
+ * an error is preventing the block from being displayed.
53
+ */
54
+ errorMessage?: string | null;
55
+
56
+ /** Gets or sets the email address of the sender. */
57
+ fromEmail?: string | null;
58
+
59
+ /** Gets or sets the name of the sender. */
60
+ fromName?: string | null;
61
+
62
+ /** Gets or sets the unique identifier of the template. */
63
+ guid: Guid;
64
+
65
+ /** Gets or sets the binary file for the template preview. */
66
+ imageFile?: ListItemBag | null;
67
+
68
+ /** Gets or sets a value indicating whether this template is active. */
69
+ isActive: boolean;
70
+
71
+ /** Gets or sets a value indicating whether CSS inlining is enabled. */
72
+ isCssInliningEnabled: boolean;
73
+
74
+ /** Gets or sets a value indicating whether editing is restricted. */
75
+ isEditRestricted: boolean;
76
+
77
+ /** Gets or sets a value indicating whether editing is restricted by the system. */
78
+ isEditRestrictedSystem: boolean;
79
+
80
+ /** Gets or sets a value indicating whether editing is restricted for unauthorized users. */
81
+ isEditRestrictedUnauthorized: boolean;
82
+
83
+ /** Gets or sets a value indicating whether this is a new communication template. */
84
+ isNew: boolean;
85
+
86
+ /** Gets or sets a value indicating whether the template is read-only. */
87
+ isReadOnly: boolean;
88
+
89
+ /** Gets or sets a value indicating whether the push medium is configured to use the Rock Mobile Push transport. */
90
+ isRockMobilePushTransportConfigured: boolean;
91
+
92
+ /** Gets or sets a value indicating whether this template is a starter template. */
93
+ isStarter: boolean;
94
+
95
+ /**
96
+ * A Dictionary of Key,DefaultValue for Lava MergeFields that can be used when processing Lava in the CommunicationTemplate
97
+ * By convention, a Key with a 'Color' suffix will indicate that the Value is selected using a ColorPicker. Otherwise,it is just text
98
+ */
99
+ lavaFields?: Record<string, string> | null;
100
+
101
+ /** Gets or sets the binary file for the template logo. */
102
+ logoBinaryFile?: ListItemBag | null;
103
+
104
+ /** Gets or sets the message content. */
105
+ message?: string | null;
106
+
107
+ /** Gets or sets the name of the template. */
108
+ name?: string | null;
109
+
110
+ /** Gets or sets the navigation urls. */
111
+ navigationUrls?: Record<string, string> | null;
112
+
113
+ /** Gets or sets the message content of the push notification. */
114
+ pushMessage?: string | null;
115
+
116
+ /** Gets or sets the mobile application for the push notification. */
117
+ pushMobileApplication?: ListItemBag | null;
118
+
119
+ /** Gets or sets the push notification mobile applications that can be selected. */
120
+ pushMobileApplications?: ListItemBag[] | null;
121
+
122
+ /** Gets or sets the mobile page for the push notification. */
123
+ pushMobilePage?: PageRouteValueBag | null;
124
+
125
+ /** Gets or sets the query string parameters for the push mobile page. */
126
+ pushMobilePageQueryString?: Record<string, string> | null;
127
+
128
+ /** Gets or sets the push open action. */
129
+ pushOpenAction: PushOpenAction;
130
+
131
+ /** Gets or sets the push open message. */
132
+ pushOpenMessage?: string | null;
133
+
134
+ /** Gets or sets the JSON content for the push open message. */
135
+ pushOpenMessageJson?: string | null;
136
+
137
+ /** Gets or sets the title of the push notification. */
138
+ pushTitle?: string | null;
139
+
140
+ /** Gets or sets the URL for the push notification. */
141
+ pushUrl?: string | null;
142
+
143
+ /** Gets or sets the reply-to email address. */
144
+ replyToEmail?: string | null;
145
+
146
+ /** Gets or sets the security grant token. */
147
+ securityGrantToken?: string | null;
148
+
149
+ /** Gets or sets the selected system phone number. */
150
+ smsFromSystemPhoneNumber?: ListItemBag | null;
151
+
152
+ /** Gets or sets the list of system phone numbers available for sending SMS messages. */
153
+ smsFromSystemPhoneNumbers?: ListItemBag[] | null;
154
+
155
+ /** Gets or sets the SMS message content. */
156
+ smsMessage?: string | null;
157
+
158
+ /** Gets or sets the subject of the email. */
159
+ subject?: string | null;
160
+
161
+ /** Gets or sets the title of the block. */
162
+ title?: string | null;
163
+
164
+ /** Gets or sets the communication template version. */
165
+ version: CommunicationTemplateVersion;
166
+ };
@@ -24,7 +24,7 @@
24
24
  import { CommunicationMessageFilter } from "@Obsidian/Enums/Communication/communicationMessageFilter";
25
25
  import { ConversationBag } from "@Obsidian/ViewModels/Blocks/Communication/SmsConversations/conversationBag";
26
26
  import { SnippetBag } from "@Obsidian/ViewModels/Blocks/Communication/SmsConversations/snippetBag";
27
- import { NoteTypeBag } from "@Obsidian/ViewModels/Blocks/Core/Notes/noteTypeBag";
27
+ import { NoteTypeBag } from "@Obsidian/ViewModels/Controls/noteTypeBag";
28
28
  import { ListItemBag } from "@Obsidian/ViewModels/Utility/listItemBag";
29
29
 
30
30
  /** The SMS Conversations Initialization Box */
@@ -21,7 +21,7 @@
21
21
  // </copyright>
22
22
  //
23
23
 
24
- import { SaveNoteRequestBag } from "@Obsidian/ViewModels/Blocks/Core/Notes/saveNoteRequestBag";
24
+ import { SaveNoteRequestBag } from "@Obsidian/ViewModels/Controls/saveNoteRequestBag";
25
25
 
26
26
  /** The Save Note Bag for SMS Conversations */
27
27
  export type SmsConversationsSaveNoteBag = {