@newsletterstudio/umbraco 14.0.0-rc1

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 (319) hide show
  1. package/dist/backend-api/core/ApiError.d.ts +10 -0
  2. package/dist/backend-api/core/ApiRequestOptions.d.ts +14 -0
  3. package/dist/backend-api/core/ApiResult.d.ts +7 -0
  4. package/dist/backend-api/core/CancelablePromise.d.ts +26 -0
  5. package/dist/backend-api/core/OpenAPI.d.ts +27 -0
  6. package/dist/backend-api/core/request.d.ts +29 -0
  7. package/dist/backend-api/enums.gen.d.ts +7 -0
  8. package/dist/backend-api/index.d.ts +5 -0
  9. package/dist/backend-api/schemas.gen.d.ts +3730 -0
  10. package/dist/backend-api/services.gen.d.ts +577 -0
  11. package/dist/backend-api/types.gen.d.ts +2633 -0
  12. package/dist/constants.d.ts +1 -0
  13. package/dist/core/actions/components/ns-action-dropdown.element.d.ts +30 -0
  14. package/dist/core/avatars/ns-avatar.context.d.ts +14 -0
  15. package/dist/core/components/drag/index.d.ts +4 -0
  16. package/dist/core/components/drag/lit-sortable.d.ts +29 -0
  17. package/dist/core/components/drag/ns-drag-container-controller.d.ts +11 -0
  18. package/dist/core/components/drag/ns-drag-container.element.d.ts +31 -0
  19. package/dist/core/components/drag/ns-drag-item.element.d.ts +17 -0
  20. package/dist/core/components/index.d.ts +50 -0
  21. package/dist/core/components/ns-align/ns-align.element.d.ts +28 -0
  22. package/dist/core/components/ns-auto-scroll/auto-scroller.d.ts +2 -0
  23. package/dist/core/components/ns-auto-scroll/ns-auto-scroll.element.d.ts +19 -0
  24. package/dist/core/components/ns-avatar/ns-avatar.element.d.ts +39 -0
  25. package/dist/core/components/ns-box/ns-box.element.d.ts +23 -0
  26. package/dist/core/components/ns-campaign-sending-progress/ns-campaign-sending-progress.element.d.ts +35 -0
  27. package/dist/core/components/ns-chart-campaign-doughnut/ns-chart-campaign-doughnut.element.d.ts +25 -0
  28. package/dist/core/components/ns-chart-campaign-doughnut/stories/demo-ns-chart-campaign-doughnut.element.d.ts +25 -0
  29. package/dist/core/components/ns-chart-campaign-stats/ns-chart-campaign-stats.element.d.ts +39 -0
  30. package/dist/core/components/ns-chart-funnel/ns-chart-funnel.element.d.ts +19 -0
  31. package/dist/core/components/ns-chart-subscriber-growth/ns-chart-subscriber-growth.element.d.ts +26 -0
  32. package/dist/core/components/ns-checkbox/ns-checkbox.element.d.ts +43 -0
  33. package/dist/core/components/ns-checkbox-list/ns-checkbox-list.element.d.ts +37 -0
  34. package/dist/core/components/ns-color-picker/ns-color-picker.element.d.ts +79 -0
  35. package/dist/core/components/ns-color-picker/ns-color-picker.helpers.d.ts +1 -0
  36. package/dist/core/components/ns-create-form/ns-create-form.element.d.ts +28 -0
  37. package/dist/core/components/ns-create-form/stories/demo-ns-create-form.element.d.ts +19 -0
  38. package/dist/core/components/ns-css/index.d.ts +5 -0
  39. package/dist/core/components/ns-css/ns-alert-styles.d.ts +1 -0
  40. package/dist/core/components/ns-css/ns-button-group-styles.d.ts +1 -0
  41. package/dist/core/components/ns-css/ns-button-styles.d.ts +2 -0
  42. package/dist/core/components/ns-css/ns-form-styles.d.ts +1 -0
  43. package/dist/core/components/ns-css/ns-select-style.d.ts +1 -0
  44. package/dist/core/components/ns-css/ns-transactional-indicator-styles.d.ts +1 -0
  45. package/dist/core/components/ns-css/ns-variables.d.ts +5 -0
  46. package/dist/core/components/ns-days-picker/ns-days-picker.element.d.ts +23 -0
  47. package/dist/core/components/ns-email-address-collection/ns-email-address-collection.element.d.ts +35 -0
  48. package/dist/core/components/ns-email-campaign-send/ns-email-campaign-send.element.d.ts +30 -0
  49. package/dist/core/components/ns-email-editor/actions/ns-email-editor-action-icon.element.d.ts +24 -0
  50. package/dist/core/components/ns-email-editor/controls/create-control-editor-element.d.ts +29 -0
  51. package/dist/core/components/ns-email-editor/controls/ns-email-editor-control-display-ui.element.d.ts +28 -0
  52. package/dist/core/components/ns-email-editor/index.d.ts +1 -0
  53. package/dist/core/components/ns-email-editor/ns-email-editor-add-row.element.d.ts +27 -0
  54. package/dist/core/components/ns-email-editor/ns-email-editor-columns.element.d.ts +33 -0
  55. package/dist/core/components/ns-email-editor/ns-email-editor-controls.element.d.ts +32 -0
  56. package/dist/core/components/ns-email-editor/ns-email-editor-rows.element.d.ts +31 -0
  57. package/dist/core/components/ns-email-editor/ns-email-editor.controller.d.ts +8 -0
  58. package/dist/core/components/ns-email-editor/ns-email-editor.element.d.ts +32 -0
  59. package/dist/core/components/ns-email-editor/readme-json-example.json +859 -0
  60. package/dist/core/components/ns-email-editor/sidebar/insert/ns-email-editor-insert-control.element.d.ts +19 -0
  61. package/dist/core/components/ns-email-editor/sidebar/ns-email-editor-control-edit-ui.element.d.ts +30 -0
  62. package/dist/core/components/ns-email-editor/sidebar/ns-email-editor-sidebar.element.d.ts +29 -0
  63. package/dist/core/components/ns-email-editor/sidebar/row/ns-email-editor-row-settings.element.d.ts +23 -0
  64. package/dist/core/components/ns-email-editor/sidebar/settings/ns-email-editor-email-settings.element.d.ts +21 -0
  65. package/dist/core/components/ns-email-editor/stories/demo-ns-email-editor.__stories__.d.ts +0 -0
  66. package/dist/core/components/ns-email-editor/stories/demo-ns-email-editor.element.d.ts +1 -0
  67. package/dist/core/components/ns-email-list/ns-email-list-item.element.d.ts +30 -0
  68. package/dist/core/components/ns-email-list/ns-email-list.element.d.ts +62 -0
  69. package/dist/core/components/ns-email-list/stories/demo-ns-email-list.element.d.ts +13 -0
  70. package/dist/core/components/ns-email-modal-layout/ns-email-modal-layout.element.d.ts +32 -0
  71. package/dist/core/components/ns-email-modal-layout/stories/demo-ns-email-modal-layout.element.d.ts +24 -0
  72. package/dist/core/components/ns-email-preview/ns-email-preview.element.d.ts +33 -0
  73. package/dist/core/components/ns-error-box/ns-error-box.element.d.ts +23 -0
  74. package/dist/core/components/ns-expandable/ns-expandable.element.d.ts +27 -0
  75. package/dist/core/components/ns-expander/ns-expander.element.d.ts +19 -0
  76. package/dist/core/components/ns-filter-dropdown/ns-filter-dropdown.element.d.ts +34 -0
  77. package/dist/core/components/ns-filter-input/ns-filter-input.element.d.ts +21 -0
  78. package/dist/core/components/ns-font-picker/ns-font-picker.element.d.ts +33 -0
  79. package/dist/core/components/ns-font-size-picker/ns-font-size-picker.element.d.ts +30 -0
  80. package/dist/core/components/ns-form-server-validation/ns-form-server-validation.element.d.ts +0 -0
  81. package/dist/core/components/ns-icons/index.d.ts +10 -0
  82. package/dist/core/components/ns-icons/ns-icon-align-center.d.ts +1 -0
  83. package/dist/core/components/ns-icons/ns-icon-align-left.d.ts +1 -0
  84. package/dist/core/components/ns-icons/ns-icon-align-right.d.ts +1 -0
  85. package/dist/core/components/ns-icons/ns-icon-arrow-down.d.ts +1 -0
  86. package/dist/core/components/ns-icons/ns-icon-arrow-up.d.ts +1 -0
  87. package/dist/core/components/ns-icons/ns-icon-back.d.ts +1 -0
  88. package/dist/core/components/ns-icons/ns-icon-check.d.ts +1 -0
  89. package/dist/core/components/ns-icons/ns-icon-color-picker.d.ts +1 -0
  90. package/dist/core/components/ns-icons/ns-icon-next.d.ts +1 -0
  91. package/dist/core/components/ns-icons/ns-icon-padding.d.ts +1 -0
  92. package/dist/core/components/ns-iframe/ns-iframe.element.d.ts +22 -0
  93. package/dist/core/components/ns-json-debug/ns-json-debug.element.d.ts +24 -0
  94. package/dist/core/components/ns-license-tag/ns-license-tag.element.d.ts +25 -0
  95. package/dist/core/components/ns-link-picker/ns-link-picker.element.d.ts +45 -0
  96. package/dist/core/components/ns-mailing-list-picker/ns-mailing-list-picker.element.d.ts +34 -0
  97. package/dist/core/components/ns-numeric-input/ns-numeric-input.element.d.ts +54 -0
  98. package/dist/core/components/ns-padding-editor/ns-padding-editor.element.d.ts +74 -0
  99. package/dist/core/components/ns-property/ns-property-group.element.d.ts +35 -0
  100. package/dist/core/components/ns-property/ns-property.element.d.ts +37 -0
  101. package/dist/core/components/ns-property/ns-property.models.d.ts +1 -0
  102. package/dist/core/components/ns-recipient-list-picker/ns-recipient-list-picker.element.d.ts +24 -0
  103. package/dist/core/components/ns-select/ns-select.element.d.ts +28 -0
  104. package/dist/core/components/ns-sending-progress/ns-sending-progress.element.d.ts +18 -0
  105. package/dist/core/components/ns-size/ns-size.element.d.ts +28 -0
  106. package/dist/core/components/ns-stats-box/ns-stats-box.element.d.ts +19 -0
  107. package/dist/core/components/ns-stats-bullet/ns-stats-bullet.element.d.ts +16 -0
  108. package/dist/core/components/ns-timeline/ns-timeline-date.element.d.ts +14 -0
  109. package/dist/core/components/ns-timeline/ns-timeline-event.element.d.ts +18 -0
  110. package/dist/core/components/ns-timeline/ns-timeline-icon.element.d.ts +20 -0
  111. package/dist/core/components/ns-timeline/ns-timeline.element.d.ts +14 -0
  112. package/dist/core/components/ns-transactional-email-picker/ns-transactional-email-picker.element.d.ts +34 -0
  113. package/dist/core/components/ns-tree-menu/ns-tree-menu.element.d.ts +28 -0
  114. package/dist/core/components/ns-umb-demo/ns-umb-demo.element.d.ts +23 -0
  115. package/dist/core/components/ns-validation-errors-debug/ns-validation-errors-debug.element.d.ts +20 -0
  116. package/dist/core/debugging/renderCounter.d.ts +16 -0
  117. package/dist/core/extensibility/actions/ns-actions.models.d.ts +33 -0
  118. package/dist/core/extensibility/email-editor/NsEmailEditorControlDisplayUiBase.d.ts +13 -0
  119. package/dist/core/extensibility/email-editor/NsEmailEditorControlEditUiBase.d.ts +4 -0
  120. package/dist/core/extensibility/email-editor/NsEmailEditorControlUiBase.d.ts +14 -0
  121. package/dist/core/extensibility/email-editor/email-control.models.d.ts +13 -0
  122. package/dist/core/extensibility/email-editor/email-editor-css.d.ts +1 -0
  123. package/dist/core/extensibility/email-editor/email-editor.models.d.ts +94 -0
  124. package/dist/core/extensibility/email-service/NsEmailServiceProviderUiBase.d.ts +23 -0
  125. package/dist/core/extensibility/email-service/email-service-provider.models.d.ts +9 -0
  126. package/dist/core/extensibility/index.d.ts +10 -0
  127. package/dist/core/extensibility/unique.model.d.ts +3 -0
  128. package/dist/core/form.helper.d.ts +7 -0
  129. package/dist/core/formatting.d.ts +19 -0
  130. package/dist/core/forms/index.d.ts +2 -0
  131. package/dist/core/forms/ns-form-context.d.ts +43 -0
  132. package/dist/core/forms/umb-fixes/bind-form-to-validation.lit-directive.d.ts +34 -0
  133. package/dist/core/forms/umb-fixes/bind-server-validation-to-form-control.controller.d.ts +19 -0
  134. package/dist/core/forms/umb-fixes/bind-to-validation.lit-directive.d.ts +34 -0
  135. package/dist/core/generic-events.d.ts +11 -0
  136. package/dist/core/index.d.ts +20 -0
  137. package/dist/core/links.d.ts +1 -0
  138. package/dist/core/localization.helper.d.ts +3 -0
  139. package/dist/core/manifest.d.ts +1 -0
  140. package/dist/core/merge-fields-helper.d.ts +2 -0
  141. package/dist/core/modal/modal-adjustments.d.ts +5 -0
  142. package/dist/core/modal/ns-item-picker-modal/manifest.d.ts +2 -0
  143. package/dist/core/modal/ns-item-picker-modal/ns-item-picker-modal.element.d.ts +25 -0
  144. package/dist/core/modal/ns-item-picker-modal/ns-item-picker-modal.token.d.ts +27 -0
  145. package/dist/core/notification.helper.d.ts +5 -0
  146. package/dist/core/ns-click-outside.controller.d.ts +20 -0
  147. package/dist/core/ns-lit.element.d.ts +14 -0
  148. package/dist/core/page.d.ts +3 -0
  149. package/dist/core/realtime/index.d.ts +1 -0
  150. package/dist/core/realtime/ns-realtime-context.d.ts +17 -0
  151. package/dist/core/refresh-events.d.ts +14 -0
  152. package/dist/core/scroll-to-top.d.ts +8 -0
  153. package/dist/core/string.helper.d.ts +9 -0
  154. package/dist/core/types.d.ts +17 -0
  155. package/dist/core/udi-helper.d.ts +7 -0
  156. package/dist/entry.d.ts +3 -0
  157. package/dist/external/lit/index.d.ts +13 -0
  158. package/dist/manifest.d.ts +2 -0
  159. package/dist/modules/administration/about/ns-administration-about.element.d.ts +17 -0
  160. package/dist/modules/administration/debug/ns-administration-debug.element.d.ts +27 -0
  161. package/dist/modules/administration/edit/components/ns-administration-edit-custom-fields.element.d.ts +31 -0
  162. package/dist/modules/administration/edit/components/ns-administration-edit-permissions.element.d.ts +38 -0
  163. package/dist/modules/administration/edit/email-services/ns-email-service-settings-pickup.element.d.ts +18 -0
  164. package/dist/modules/administration/edit/email-services/ns-email-service-settings-smtp.element.d.ts +35 -0
  165. package/dist/modules/administration/edit/manifest.d.ts +2 -0
  166. package/dist/modules/administration/edit/ns-administration-edit.element.d.ts +35 -0
  167. package/dist/modules/administration/entity.d.ts +1 -0
  168. package/dist/modules/administration/index.d.ts +2 -0
  169. package/dist/modules/administration/list/components/ns-administration-connect-license.element.d.ts +42 -0
  170. package/dist/modules/administration/list/ns-administration-list.element.d.ts +23 -0
  171. package/dist/modules/administration/manifest.d.ts +2 -0
  172. package/dist/modules/administration/new/ns-administration-new-workspace.element.d.ts +24 -0
  173. package/dist/modules/administration/ns-administration-workspace.context.d.ts +24 -0
  174. package/dist/modules/campaign/campaign-utilities.d.ts +17 -0
  175. package/dist/modules/campaign/common/email-list-item-updater.d.ts +3 -0
  176. package/dist/modules/campaign/content-section/index.d.ts +2 -0
  177. package/dist/modules/campaign/content-section/manifest.d.ts +2 -0
  178. package/dist/modules/campaign/content-section/modal/manifest.d.ts +1 -0
  179. package/dist/modules/campaign/content-section/modal/ns-campaign-content-section-modal.element.d.ts +24 -0
  180. package/dist/modules/campaign/content-section/modal/ns-document-campaign-modal-context.d.ts +39 -0
  181. package/dist/modules/campaign/content-section/modal/steps/ns-document-campaign-edit-information.element.d.ts +28 -0
  182. package/dist/modules/campaign/content-section/modal/steps/ns-document-campaign-edit-preview.element.d.ts +22 -0
  183. package/dist/modules/campaign/content-section/modal/steps/ns-document-campaign-edit-send.element.d.ts +27 -0
  184. package/dist/modules/campaign/content-section/ns-document-campaign-workspace-modal.token.d.ts +7 -0
  185. package/dist/modules/campaign/content-section/ns-document-campaign-workspace.context.d.ts +30 -0
  186. package/dist/modules/campaign/content-section/views/manifest.d.ts +9 -0
  187. package/dist/modules/campaign/content-section/views/ns-campaign-content-section-workspace-view.element.d.ts +35 -0
  188. package/dist/modules/campaign/email-section/index.d.ts +2 -0
  189. package/dist/modules/campaign/email-section/manifest.d.ts +1 -0
  190. package/dist/modules/campaign/email-section/modal/manifest.d.ts +1 -0
  191. package/dist/modules/campaign/email-section/modal/ns-editor-campaign-modal-context.d.ts +39 -0
  192. package/dist/modules/campaign/email-section/modal/ns-editor-campaign-modal.element.d.ts +22 -0
  193. package/dist/modules/campaign/email-section/modal/steps/ns-editor-campaign-edit-design.element.d.ts +22 -0
  194. package/dist/modules/campaign/email-section/modal/steps/ns-editor-campaign-edit-information.element.d.ts +32 -0
  195. package/dist/modules/campaign/email-section/modal/steps/ns-editor-campaign-edit-preview.element.d.ts +22 -0
  196. package/dist/modules/campaign/email-section/modal/steps/ns-editor-campaign-edit-send.element.d.ts +31 -0
  197. package/dist/modules/campaign/email-section/ns-campaign-workspace-modal-token.d.ts +9 -0
  198. package/dist/modules/campaign/email-section/ns-campaign-workspace.context.d.ts +24 -0
  199. package/dist/modules/campaign/email-section/report/ns-campaign-report-section.element.d.ts +23 -0
  200. package/dist/modules/campaign/email-section/views/ns-campaigns.element.d.ts +35 -0
  201. package/dist/modules/campaign/entity.d.ts +4 -0
  202. package/dist/modules/campaign/index.d.ts +5 -0
  203. package/dist/modules/campaign/manifest.d.ts +1 -0
  204. package/dist/modules/campaign/report/campaign-report-workspace-modal.token.d.ts +5 -0
  205. package/dist/modules/campaign/report/campaign-report-workspace.context.d.ts +25 -0
  206. package/dist/modules/campaign/report/index.d.ts +2 -0
  207. package/dist/modules/campaign/report/manifest.d.ts +2 -0
  208. package/dist/modules/campaign/report/ns-campaign-report-root.element.d.ts +25 -0
  209. package/dist/modules/campaign/report/overview/ns-campaign-report-overview.element.d.ts +20 -0
  210. package/dist/modules/campaign/report/recipients/ns-campaign-report-recipients.element.d.ts +24 -0
  211. package/dist/modules/campaign/report/recipients/timeline/manifest.d.ts +2 -0
  212. package/dist/modules/campaign/report/recipients/timeline/ns-campaign-report-recipient-timeline-modal.token.d.ts +8 -0
  213. package/dist/modules/campaign/report/recipients/timeline/ns-campaign-report-recipient.timeline.element.d.ts +26 -0
  214. package/dist/modules/dashboard/components/ns-dashboard-license-status.element.d.ts +23 -0
  215. package/dist/modules/dashboard/components/ns-workspace-dashboard-view.element.d.ts +34 -0
  216. package/dist/modules/dashboard/manifest.d.ts +15 -0
  217. package/dist/modules/dashboard/ns-workspace-dashboard.element.d.ts +21 -0
  218. package/dist/modules/email-editor/controls/button/manifest.d.ts +2 -0
  219. package/dist/modules/email-editor/controls/button/ns-email-editor-control-button-display.element.d.ts +16 -0
  220. package/dist/modules/email-editor/controls/button/ns-email-editor-control-button-edit.element.d.ts +20 -0
  221. package/dist/modules/email-editor/controls/button/ns-email-editor-control-button.models.d.ts +3 -0
  222. package/dist/modules/email-editor/controls/divider/manifest.d.ts +2 -0
  223. package/dist/modules/email-editor/controls/divider/ns-email-editor-control-divider-display.element.d.ts +16 -0
  224. package/dist/modules/email-editor/controls/divider/ns-email-editor-control-divider-edit.element.d.ts +16 -0
  225. package/dist/modules/email-editor/controls/divider/ns-email-editor-control-divider.models.d.ts +3 -0
  226. package/dist/modules/email-editor/controls/image/manifest.d.ts +2 -0
  227. package/dist/modules/email-editor/controls/image/ns-email-editor-control-image-display.element.d.ts +21 -0
  228. package/dist/modules/email-editor/controls/image/ns-email-editor-control-image-edit.element.d.ts +24 -0
  229. package/dist/modules/email-editor/controls/image/ns-email-editor-control-image.models.d.ts +3 -0
  230. package/dist/modules/email-editor/controls/macro/manifest.d.ts +2 -0
  231. package/dist/modules/email-editor/controls/macro/ns-email-editor-control-macro-display.element.d.ts +18 -0
  232. package/dist/modules/email-editor/controls/macro/ns-email-editor-control-macro-edit.element.d.ts +23 -0
  233. package/dist/modules/email-editor/controls/macro/ns-email-editor-control-macro.models.d.ts +3 -0
  234. package/dist/modules/email-editor/controls/text/manifest.d.ts +3 -0
  235. package/dist/modules/email-editor/controls/text/ns-email-editor-control-text-display.element.d.ts +20 -0
  236. package/dist/modules/email-editor/controls/text/ns-email-editor-control-text-edit.element.d.ts +23 -0
  237. package/dist/modules/email-editor/controls/text/ns-email-editor-control-text.models.d.ts +3 -0
  238. package/dist/modules/email-editor/controls/text/tiny-mce-plugin.d.ts +6 -0
  239. package/dist/modules/email-editor/index.d.ts +5 -0
  240. package/dist/modules/email-editor/manifest.d.ts +1 -0
  241. package/dist/modules/email-editor/ns-email-editor-context-token.d.ts +3 -0
  242. package/dist/modules/email-editor/ns-email-editor-context.d.ts +68 -0
  243. package/dist/modules/email-editor/ns-email-editor-context.models.d.ts +23 -0
  244. package/dist/modules/email-editor/ns-email-modal-base-element.d.ts +74 -0
  245. package/dist/modules/email-editor/ns-email-modal-context-base.d.ts +22 -0
  246. package/dist/modules/email-editor/ns-email-modal-valiation-path-translator.d.ts +19 -0
  247. package/dist/modules/email-editor/ns-email-settings-collection.d.ts +22 -0
  248. package/dist/modules/global/index.d.ts +1 -0
  249. package/dist/modules/global/newsletter-studio.context.d.ts +14 -0
  250. package/dist/modules/mailing-list/edit/actions/export/ns-maling-list-export.action.d.ts +6 -0
  251. package/dist/modules/mailing-list/edit/actions/import/manifest.d.ts +2 -0
  252. package/dist/modules/mailing-list/edit/actions/import/ns-mailing-list-import-modal.element.d.ts +34 -0
  253. package/dist/modules/mailing-list/edit/actions/import/ns-mailing-list-import-modal.token.d.ts +7 -0
  254. package/dist/modules/mailing-list/edit/actions/import/ns-mailing-list-import.action.d.ts +6 -0
  255. package/dist/modules/mailing-list/edit/actions/manifest.d.ts +2 -0
  256. package/dist/modules/mailing-list/edit/actions/remove/ns-mailing-list-remove.action.d.ts +6 -0
  257. package/dist/modules/mailing-list/edit/ns-mailing-list-edit.element.d.ts +31 -0
  258. package/dist/modules/mailing-list/entity.d.ts +1 -0
  259. package/dist/modules/mailing-list/index.d.ts +3 -0
  260. package/dist/modules/mailing-list/list/ns-mailing-list-list.element.d.ts +23 -0
  261. package/dist/modules/mailing-list/manifest.d.ts +2 -0
  262. package/dist/modules/mailing-list/new/ns-mailing-list-new.element.d.ts +19 -0
  263. package/dist/modules/mailing-list/ns-mailing-list-workspace-context-token.d.ts +0 -0
  264. package/dist/modules/mailing-list/ns-mailing-list-workspace-modal.token.d.ts +5 -0
  265. package/dist/modules/mailing-list/ns-mailing-list-workspace.context.d.ts +17 -0
  266. package/dist/modules/manifest.d.ts +1 -0
  267. package/dist/modules/property-editors/index.d.ts +0 -0
  268. package/dist/modules/property-editors/mailing-list-picker/manifest.d.ts +2 -0
  269. package/dist/modules/property-editors/mailing-list-picker/ns-mailing-list-picker-property-editor.element.d.ts +33 -0
  270. package/dist/modules/property-editors/manifest.d.ts +1 -0
  271. package/dist/modules/property-editors/transactional-email-picker/manifest.d.ts +2 -0
  272. package/dist/modules/property-editors/transactional-email-picker/ns-transactional-email-picker-editor.element.d.ts +31 -0
  273. package/dist/modules/recipient/edit/actions/ns-recipient-remove.action.d.ts +6 -0
  274. package/dist/modules/recipient/edit/components/ns-recipient-subscriptions.element.d.ts +27 -0
  275. package/dist/modules/recipient/edit/manifest.d.ts +2 -0
  276. package/dist/modules/recipient/edit/ns-recipient-edit.element.d.ts +29 -0
  277. package/dist/modules/recipient/entity.d.ts +1 -0
  278. package/dist/modules/recipient/features/ns-recipient-export-downloader.d.ts +3 -0
  279. package/dist/modules/recipient/index.d.ts +4 -0
  280. package/dist/modules/recipient/list/actions/ns-recipients-export.action.d.ts +6 -0
  281. package/dist/modules/recipient/list/manifest.d.ts +2 -0
  282. package/dist/modules/recipient/list/ns-recipient-list.element.d.ts +27 -0
  283. package/dist/modules/recipient/manifest.d.ts +2 -0
  284. package/dist/modules/recipient/ns-recipient-workspace-modal.token.d.ts +5 -0
  285. package/dist/modules/recipient/ns-recipient-workspace.context.d.ts +17 -0
  286. package/dist/modules/settings/edit/ns-settings-edit.element.d.ts +21 -0
  287. package/dist/modules/settings/entity.d.ts +1 -0
  288. package/dist/modules/settings/index.d.ts +2 -0
  289. package/dist/modules/settings/manifest.d.ts +2 -0
  290. package/dist/modules/settings/ns-settings-workspace.context.d.ts +17 -0
  291. package/dist/modules/transactional/activities/components/ns-transactional-log.element.d.ts +28 -0
  292. package/dist/modules/transactional/activities/details/ns-transactional-email-details.element.d.ts +24 -0
  293. package/dist/modules/transactional/activities/message/ns-transactional-view-message.element.d.ts +26 -0
  294. package/dist/modules/transactional/activities/ns-transactional-all-activities.element.d.ts +22 -0
  295. package/dist/modules/transactional/entity.d.ts +2 -0
  296. package/dist/modules/transactional/index.d.ts +3 -0
  297. package/dist/modules/transactional/manifest.d.ts +2 -0
  298. package/dist/modules/transactional/ns-transactional-workspace-modal.token.d.ts +8 -0
  299. package/dist/modules/transactional/ns-transactional-workspace.context.d.ts +17 -0
  300. package/dist/modules/transactional/template/create/ns-transactional-template-create.element.d.ts +19 -0
  301. package/dist/modules/transactional/template/edit/actions/ns-transactional-remove.action.d.ts +6 -0
  302. package/dist/modules/transactional/template/edit/activities/ns-transactional-template-edit-activities.element.d.ts +20 -0
  303. package/dist/modules/transactional/template/edit/manifest.d.ts +2 -0
  304. package/dist/modules/transactional/template/edit/ns-transactional-template-edit.context.d.ts +42 -0
  305. package/dist/modules/transactional/template/edit/ns-transactional-template-edit.element.d.ts +28 -0
  306. package/dist/modules/transactional/template/edit/settings/modal/manifest.d.ts +0 -0
  307. package/dist/modules/transactional/template/edit/settings/modal/models.d.ts +0 -0
  308. package/dist/modules/transactional/template/edit/settings/modal/ns-transactional-template-email-designer.context.d.ts +11 -0
  309. package/dist/modules/transactional/template/edit/settings/modal/ns-transactional-template-email-designer.element.d.ts +21 -0
  310. package/dist/modules/transactional/template/edit/settings/modal/steps/ns-transactional-template-edit-design.element.d.ts +23 -0
  311. package/dist/modules/transactional/template/edit/settings/modal/steps/ns-transactional-template-edit-information.element.d.ts +28 -0
  312. package/dist/modules/transactional/template/edit/settings/modal/steps/ns-transactional-template-edit-preview.element.d.ts +20 -0
  313. package/dist/modules/transactional/template/edit/settings/ns-transactional-template-edit-settings.element.d.ts +25 -0
  314. package/dist/modules/transactional/template/list/ns-transactional-template-list.element.d.ts +26 -0
  315. package/dist/modules/transactional/template/manifest.d.ts +1 -0
  316. package/dist/section-tree.element.d.ts +12 -0
  317. package/dist/section.d.ts +1 -0
  318. package/package.json +35 -0
  319. package/readme.md +74 -0
@@ -0,0 +1,3730 @@
1
+ export declare const $CampaignContentAppCampaignFMModel: {
2
+ readonly required: readonly ["contentKey", "id", "name", "previewText", "recipientLists", "senderEmail", "senderName", "subject", "uniqueKey", "workspaceKey"];
3
+ readonly type: "object";
4
+ readonly properties: {
5
+ readonly id: {
6
+ readonly type: "integer";
7
+ readonly format: "int32";
8
+ };
9
+ readonly uniqueKey: {
10
+ readonly type: "string";
11
+ readonly format: "uuid";
12
+ };
13
+ readonly workspaceKey: {
14
+ readonly type: "string";
15
+ readonly description: "Using string so we can have empty selection in ui";
16
+ };
17
+ readonly name: {
18
+ readonly type: "string";
19
+ };
20
+ readonly subject: {
21
+ readonly type: "string";
22
+ };
23
+ readonly senderName: {
24
+ readonly type: "string";
25
+ };
26
+ readonly senderEmail: {
27
+ readonly type: "string";
28
+ };
29
+ readonly previewText: {
30
+ readonly type: "string";
31
+ };
32
+ readonly recipientLists: {
33
+ readonly type: "array";
34
+ readonly items: {
35
+ readonly type: "string";
36
+ };
37
+ };
38
+ readonly contentKey: {
39
+ readonly type: "string";
40
+ readonly format: "uuid";
41
+ };
42
+ readonly scheduledSendDate: {
43
+ readonly type: "string";
44
+ readonly format: "date-time";
45
+ readonly nullable: true;
46
+ };
47
+ };
48
+ readonly additionalProperties: false;
49
+ };
50
+ export declare const $CampaignContentAppEditSendTestEmailFMModel: {
51
+ readonly required: readonly ["campaignModel", "email"];
52
+ readonly type: "object";
53
+ readonly properties: {
54
+ readonly campaignModel: {
55
+ readonly oneOf: readonly [{
56
+ readonly $ref: "#/components/schemas/CampaignContentAppCampaignFMModel";
57
+ }];
58
+ };
59
+ readonly email: {
60
+ readonly type: "string";
61
+ };
62
+ };
63
+ readonly additionalProperties: false;
64
+ };
65
+ export declare const $CampaignContentAppGetSentCampaignsPageFMModel: {
66
+ readonly required: readonly ["page", "umbracoContentKey"];
67
+ readonly type: "object";
68
+ readonly properties: {
69
+ readonly page: {
70
+ readonly type: "integer";
71
+ readonly description: "";
72
+ readonly format: "int32";
73
+ };
74
+ readonly umbracoContentKey: {
75
+ readonly type: "string";
76
+ readonly format: "uuid";
77
+ };
78
+ };
79
+ readonly additionalProperties: false;
80
+ };
81
+ export declare const $CampaignContentAppSaveAndSendFMModel: {
82
+ readonly required: readonly ["campaign", "sendNow"];
83
+ readonly type: "object";
84
+ readonly properties: {
85
+ readonly campaign: {
86
+ readonly oneOf: readonly [{
87
+ readonly $ref: "#/components/schemas/CampaignContentAppCampaignFMModel";
88
+ }];
89
+ };
90
+ readonly sendNow: {
91
+ readonly type: "boolean";
92
+ };
93
+ };
94
+ readonly additionalProperties: false;
95
+ };
96
+ export declare const $CampaignContentAppSentCampaignsPageFMModel: {
97
+ readonly required: readonly ["sent"];
98
+ readonly type: "object";
99
+ readonly properties: {
100
+ readonly sent: {
101
+ readonly oneOf: readonly [{
102
+ readonly $ref: "#/components/schemas/PageCampaignEmailListItemFrontendModel";
103
+ }];
104
+ readonly description: "Represents a Paged set of objects of type {T}";
105
+ };
106
+ };
107
+ readonly additionalProperties: false;
108
+ };
109
+ export declare const $CampaignContentAppWorkspaceFMModel: {
110
+ readonly required: readonly ["defaultSenderForce", "key", "name", "senderEmail", "senderName"];
111
+ readonly type: "object";
112
+ readonly properties: {
113
+ readonly key: {
114
+ readonly type: "string";
115
+ readonly format: "uuid";
116
+ };
117
+ readonly name: {
118
+ readonly type: "string";
119
+ };
120
+ readonly senderName: {
121
+ readonly type: "string";
122
+ };
123
+ readonly senderEmail: {
124
+ readonly type: "string";
125
+ };
126
+ readonly defaultSenderForce: {
127
+ readonly type: "boolean";
128
+ };
129
+ };
130
+ readonly additionalProperties: false;
131
+ };
132
+ export declare const $CampaignEditCustomBindFrontendModel: {
133
+ readonly required: readonly ["content", "id", "name", "recipientLists", "senderEmail", "senderName", "subject", "themeAlias", "uniqueKey", "workspaceKey"];
134
+ readonly type: "object";
135
+ readonly properties: {
136
+ readonly id: {
137
+ readonly type: "integer";
138
+ readonly format: "int32";
139
+ };
140
+ readonly uniqueKey: {
141
+ readonly type: "string";
142
+ readonly format: "uuid";
143
+ };
144
+ readonly workspaceKey: {
145
+ readonly type: "string";
146
+ readonly format: "uuid";
147
+ };
148
+ readonly name: {
149
+ readonly type: "string";
150
+ };
151
+ readonly subject: {
152
+ readonly type: "string";
153
+ };
154
+ readonly senderName: {
155
+ readonly type: "string";
156
+ };
157
+ readonly senderEmail: {
158
+ readonly type: "string";
159
+ };
160
+ readonly themeAlias: {
161
+ readonly type: "string";
162
+ };
163
+ readonly recipientLists: {
164
+ readonly type: "array";
165
+ readonly items: {
166
+ readonly type: "string";
167
+ };
168
+ };
169
+ readonly content: {
170
+ readonly oneOf: readonly [{
171
+ readonly $ref: "#/components/schemas/EmailContentFrontendModel";
172
+ }];
173
+ readonly description: "Front end model for email editor, used both for Campaigns and Transactionals.";
174
+ };
175
+ readonly scheduledSendDate: {
176
+ readonly type: "string";
177
+ readonly format: "date-time";
178
+ readonly nullable: true;
179
+ };
180
+ };
181
+ readonly additionalProperties: false;
182
+ };
183
+ export declare const $CampaignEditFrontendModel: {
184
+ readonly required: readonly ["content", "id", "name", "recipientLists", "senderEmail", "senderName", "subject", "themeAlias", "uniqueKey", "workspaceKey"];
185
+ readonly type: "object";
186
+ readonly properties: {
187
+ readonly id: {
188
+ readonly type: "integer";
189
+ readonly format: "int32";
190
+ };
191
+ readonly uniqueKey: {
192
+ readonly type: "string";
193
+ readonly format: "uuid";
194
+ };
195
+ readonly workspaceKey: {
196
+ readonly type: "string";
197
+ readonly format: "uuid";
198
+ };
199
+ readonly name: {
200
+ readonly type: "string";
201
+ };
202
+ readonly subject: {
203
+ readonly type: "string";
204
+ };
205
+ readonly senderName: {
206
+ readonly type: "string";
207
+ };
208
+ readonly senderEmail: {
209
+ readonly type: "string";
210
+ };
211
+ readonly themeAlias: {
212
+ readonly type: "string";
213
+ };
214
+ readonly recipientLists: {
215
+ readonly type: "array";
216
+ readonly items: {
217
+ readonly type: "string";
218
+ };
219
+ };
220
+ readonly content: {
221
+ readonly oneOf: readonly [{
222
+ readonly $ref: "#/components/schemas/EmailContentFrontendModel";
223
+ }];
224
+ readonly description: "Front end model for email editor, used both for Campaigns and Transactionals.";
225
+ };
226
+ readonly scheduledSendDate: {
227
+ readonly type: "string";
228
+ readonly format: "date-time";
229
+ readonly nullable: true;
230
+ };
231
+ };
232
+ readonly additionalProperties: false;
233
+ };
234
+ export declare const $CampaignEditSectionFrontendModel: {
235
+ readonly required: readonly ["campaign", "controlTypes", "editorToolboxControls", "fonts", "mergeFields", "path", "senderDefaultsForced", "sendingValidation", "themes"];
236
+ readonly type: "object";
237
+ readonly properties: {
238
+ readonly path: {
239
+ readonly type: "array";
240
+ readonly items: {
241
+ readonly type: "string";
242
+ };
243
+ };
244
+ readonly campaign: {
245
+ readonly oneOf: readonly [{
246
+ readonly $ref: "#/components/schemas/CampaignEditFrontendModel";
247
+ }];
248
+ };
249
+ readonly themes: {
250
+ readonly type: "array";
251
+ readonly items: {
252
+ readonly oneOf: readonly [{
253
+ readonly $ref: "#/components/schemas/ThemeListItemFrontendModel";
254
+ }];
255
+ };
256
+ };
257
+ readonly controlTypes: {
258
+ readonly type: "array";
259
+ readonly items: {
260
+ readonly oneOf: readonly [{
261
+ readonly $ref: "#/components/schemas/EmailControlTypeFrontendModel";
262
+ }];
263
+ };
264
+ readonly description: "List of control types used to get the render view-path to the control.";
265
+ };
266
+ readonly editorToolboxControls: {
267
+ readonly type: "array";
268
+ readonly items: {};
269
+ readonly description: "List of controls for Toolbox";
270
+ };
271
+ readonly mergeFields: {
272
+ readonly type: "array";
273
+ readonly items: {
274
+ readonly oneOf: readonly [{
275
+ readonly $ref: "#/components/schemas/MergeFieldModel";
276
+ }];
277
+ };
278
+ };
279
+ readonly fonts: {
280
+ readonly type: "array";
281
+ readonly items: {
282
+ readonly oneOf: readonly [{
283
+ readonly $ref: "#/components/schemas/FontDefinitionGroupModel";
284
+ }];
285
+ };
286
+ };
287
+ readonly senderDefaultsForced: {
288
+ readonly type: "boolean";
289
+ readonly description: "Holds true when the workspace has \"force sender defaults\" set to true.";
290
+ };
291
+ readonly sendingValidation: {
292
+ readonly oneOf: readonly [{
293
+ readonly $ref: "#/components/schemas/CampaignSendingValidationFMModel";
294
+ }];
295
+ };
296
+ };
297
+ readonly additionalProperties: false;
298
+ readonly description: "Model for the edit Campaign view";
299
+ };
300
+ export declare const $CampaignEditSendTestEmailCustomBindFMModel: {
301
+ readonly required: readonly ["campaignModel", "email"];
302
+ readonly type: "object";
303
+ readonly properties: {
304
+ readonly campaignModel: {
305
+ readonly oneOf: readonly [{
306
+ readonly $ref: "#/components/schemas/CampaignEditFrontendModel";
307
+ }];
308
+ };
309
+ readonly email: {
310
+ readonly type: "string";
311
+ };
312
+ };
313
+ readonly additionalProperties: false;
314
+ };
315
+ export declare const $CampaignEmailListItemFrontendModel: {
316
+ readonly required: readonly ["creatorName", "id", "key", "lists", "name", "showActionMenu", "state", "umbracoContent", "updated", "workspaceKey"];
317
+ readonly type: "object";
318
+ readonly properties: {
319
+ readonly id: {
320
+ readonly type: "integer";
321
+ readonly format: "int32";
322
+ };
323
+ readonly key: {
324
+ readonly type: "string";
325
+ readonly format: "uuid";
326
+ };
327
+ readonly name: {
328
+ readonly type: "string";
329
+ };
330
+ readonly workspaceKey: {
331
+ readonly type: "string";
332
+ readonly format: "uuid";
333
+ };
334
+ readonly state: {
335
+ readonly type: "string";
336
+ };
337
+ readonly lists: {
338
+ readonly type: "string";
339
+ };
340
+ readonly sentDate: {
341
+ readonly type: "string";
342
+ readonly format: "date-time";
343
+ readonly nullable: true;
344
+ };
345
+ readonly updated: {
346
+ readonly type: "string";
347
+ readonly format: "date-time";
348
+ };
349
+ readonly umbracoContent: {
350
+ readonly type: "boolean";
351
+ readonly description: "Indicates if the current campaign was created from Umbraco content.";
352
+ };
353
+ readonly umbracoContentKey: {
354
+ readonly type: "string";
355
+ readonly description: "Holds a reference to the Umbraco-content that this item was created from";
356
+ readonly format: "uuid";
357
+ readonly nullable: true;
358
+ };
359
+ readonly showActionMenu: {
360
+ readonly type: "boolean";
361
+ readonly description: "Used by the view to toggle the \"action drop down\" for each list item";
362
+ };
363
+ readonly scheduledSendDate: {
364
+ readonly type: "string";
365
+ readonly description: "If campaign is scheduled this shows the scheduled date.";
366
+ readonly format: "date-time";
367
+ readonly nullable: true;
368
+ };
369
+ readonly creatorName: {
370
+ readonly type: "string";
371
+ readonly description: "The name of the creator User";
372
+ };
373
+ };
374
+ readonly additionalProperties: false;
375
+ };
376
+ export declare const $CampaignEmailProgressFMModel: {
377
+ readonly required: readonly ["campaignName", "processedItems", "processedPercent", "totalItems", "workspaceKey"];
378
+ readonly type: "object";
379
+ readonly properties: {
380
+ readonly campaignName: {
381
+ readonly type: "string";
382
+ };
383
+ readonly workspaceKey: {
384
+ readonly type: "string";
385
+ readonly format: "uuid";
386
+ };
387
+ readonly contentKey: {
388
+ readonly type: "string";
389
+ readonly format: "uuid";
390
+ readonly nullable: true;
391
+ };
392
+ readonly processedPercent: {
393
+ readonly type: "integer";
394
+ readonly format: "int32";
395
+ };
396
+ readonly totalItems: {
397
+ readonly type: "integer";
398
+ readonly format: "int32";
399
+ };
400
+ readonly processedItems: {
401
+ readonly type: "integer";
402
+ readonly format: "int32";
403
+ };
404
+ };
405
+ readonly additionalProperties: false;
406
+ };
407
+ export declare const $CampaignReportChartFrontendModel: {
408
+ readonly required: readonly ["data", "dates"];
409
+ readonly type: "object";
410
+ readonly properties: {
411
+ readonly dates: {
412
+ readonly type: "array";
413
+ readonly items: {
414
+ readonly type: "string";
415
+ readonly format: "date-time";
416
+ };
417
+ };
418
+ readonly data: {
419
+ readonly type: "array";
420
+ readonly items: {
421
+ readonly type: "array";
422
+ readonly items: {
423
+ readonly type: "number";
424
+ readonly format: "double";
425
+ };
426
+ };
427
+ };
428
+ };
429
+ readonly additionalProperties: false;
430
+ };
431
+ export declare const $CampaignReportClicksOverviewFrontendModel: {
432
+ readonly required: readonly ["clicks"];
433
+ readonly type: "object";
434
+ readonly properties: {
435
+ readonly clicks: {
436
+ readonly type: "array";
437
+ readonly items: {
438
+ readonly oneOf: readonly [{
439
+ readonly $ref: "#/components/schemas/CampaignReportsClickDetailsFrontendModel";
440
+ }];
441
+ };
442
+ };
443
+ };
444
+ readonly additionalProperties: false;
445
+ };
446
+ export declare const $CampaignReportGetRecipientsRequestFrontendModel: {
447
+ readonly required: readonly ["campaignKey", "filterStatus", "filterText", "filterUrl", "page", "workspaceKey"];
448
+ readonly type: "object";
449
+ readonly properties: {
450
+ readonly filterStatus: {
451
+ readonly type: "string";
452
+ readonly description: "\"Sent To\", Opened, Clicked, Unsubscribed, Didn't Open, Delivery Failed";
453
+ };
454
+ readonly filterText: {
455
+ readonly type: "string";
456
+ };
457
+ readonly filterUrl: {
458
+ readonly type: "string";
459
+ };
460
+ readonly campaignKey: {
461
+ readonly type: "string";
462
+ readonly format: "uuid";
463
+ };
464
+ readonly workspaceKey: {
465
+ readonly type: "string";
466
+ readonly format: "uuid";
467
+ };
468
+ readonly page: {
469
+ readonly type: "integer";
470
+ readonly format: "int64";
471
+ };
472
+ };
473
+ readonly additionalProperties: false;
474
+ };
475
+ export declare const $CampaignReportOverviewFrontendModel: {
476
+ readonly required: readonly ["campaignId", "campaignName", "campaignRecipientLists", "campaignSenderEmail", "campaignSenderName", "campaignSentDate", "campaignSubject", "chart", "clickSummery", "countDeliveryFailed", "countTotalRecipients", "countTotalSent", "countUniqueClick", "countUniqueOpen", "countUnsubscribed", "path", "percentClicked", "percentDeliveryFailed", "percentOpened", "percentUnsubscribe", "timings"];
477
+ readonly type: "object";
478
+ readonly properties: {
479
+ readonly path: {
480
+ readonly type: "array";
481
+ readonly items: {
482
+ readonly type: "string";
483
+ };
484
+ };
485
+ readonly campaignId: {
486
+ readonly type: "integer";
487
+ readonly format: "int32";
488
+ };
489
+ readonly campaignName: {
490
+ readonly type: "string";
491
+ };
492
+ readonly campaignSenderName: {
493
+ readonly type: "string";
494
+ };
495
+ readonly campaignSenderEmail: {
496
+ readonly type: "string";
497
+ };
498
+ readonly campaignSubject: {
499
+ readonly type: "string";
500
+ };
501
+ readonly campaignSentDate: {
502
+ readonly type: "string";
503
+ readonly format: "date-time";
504
+ };
505
+ readonly campaignRecipientLists: {
506
+ readonly type: "array";
507
+ readonly items: {
508
+ readonly oneOf: readonly [{
509
+ readonly $ref: "#/components/schemas/ListItemIdAndLabelModel";
510
+ }];
511
+ readonly description: "List item model used when no translation is needed and the label is stored inside the system.\nFor translated list items use NewsletterStudio.Core.Frontend.Common.ListItemIdAndTranslation";
512
+ };
513
+ };
514
+ readonly countTotalRecipients: {
515
+ readonly type: "integer";
516
+ readonly format: "int32";
517
+ };
518
+ readonly countTotalSent: {
519
+ readonly type: "integer";
520
+ readonly format: "int32";
521
+ readonly readOnly: true;
522
+ };
523
+ readonly countUniqueOpen: {
524
+ readonly type: "integer";
525
+ readonly format: "int32";
526
+ };
527
+ readonly countUniqueClick: {
528
+ readonly type: "integer";
529
+ readonly format: "int32";
530
+ };
531
+ readonly countDeliveryFailed: {
532
+ readonly type: "integer";
533
+ readonly format: "int32";
534
+ };
535
+ readonly countUnsubscribed: {
536
+ readonly type: "integer";
537
+ readonly format: "int32";
538
+ };
539
+ readonly percentOpened: {
540
+ readonly type: "number";
541
+ readonly format: "double";
542
+ readonly readOnly: true;
543
+ };
544
+ readonly percentClicked: {
545
+ readonly type: "number";
546
+ readonly format: "double";
547
+ readonly readOnly: true;
548
+ };
549
+ readonly percentDeliveryFailed: {
550
+ readonly type: "number";
551
+ readonly format: "double";
552
+ readonly readOnly: true;
553
+ };
554
+ readonly percentUnsubscribe: {
555
+ readonly type: "number";
556
+ readonly format: "double";
557
+ readonly readOnly: true;
558
+ };
559
+ readonly timings: {
560
+ readonly type: "object";
561
+ readonly additionalProperties: {
562
+ readonly type: "string";
563
+ };
564
+ };
565
+ readonly chart: {
566
+ readonly oneOf: readonly [{
567
+ readonly $ref: "#/components/schemas/CampaignReportChartFrontendModel";
568
+ }];
569
+ };
570
+ readonly clickSummery: {
571
+ readonly oneOf: readonly [{
572
+ readonly $ref: "#/components/schemas/CampaignReportClicksOverviewFrontendModel";
573
+ }];
574
+ };
575
+ };
576
+ readonly additionalProperties: false;
577
+ };
578
+ export declare const $CampaignReportRecipientFilterStatusModel: {
579
+ readonly required: readonly ["id", "localizationKey"];
580
+ readonly type: "object";
581
+ readonly properties: {
582
+ readonly id: {
583
+ readonly type: "integer";
584
+ readonly format: "int32";
585
+ };
586
+ readonly localizationKey: {
587
+ readonly type: "string";
588
+ };
589
+ };
590
+ readonly additionalProperties: false;
591
+ };
592
+ export declare const $CampaignReportRecipientItemFrontendModel: {
593
+ readonly required: readonly ["clicks", "email", "name", "opens", "providerRecipientId"];
594
+ readonly type: "object";
595
+ readonly properties: {
596
+ readonly email: {
597
+ readonly type: "string";
598
+ };
599
+ readonly name: {
600
+ readonly type: "string";
601
+ };
602
+ readonly opens: {
603
+ readonly type: "integer";
604
+ readonly format: "int32";
605
+ };
606
+ readonly clicks: {
607
+ readonly type: "integer";
608
+ readonly format: "int32";
609
+ };
610
+ readonly providerRecipientId: {
611
+ readonly type: "string";
612
+ };
613
+ };
614
+ readonly additionalProperties: false;
615
+ };
616
+ export declare const $CampaignReportRecipientTableFrontendModel: {
617
+ readonly required: readonly ["filterStatues", "filterUrls", "recipients", "request"];
618
+ readonly type: "object";
619
+ readonly properties: {
620
+ readonly request: {
621
+ readonly oneOf: readonly [{
622
+ readonly $ref: "#/components/schemas/CampaignReportGetRecipientsRequestFrontendModel";
623
+ }];
624
+ };
625
+ readonly filterStatues: {
626
+ readonly type: "array";
627
+ readonly items: {
628
+ readonly oneOf: readonly [{
629
+ readonly $ref: "#/components/schemas/CampaignReportRecipientFilterStatusModel";
630
+ }];
631
+ };
632
+ };
633
+ readonly filterUrls: {
634
+ readonly type: "array";
635
+ readonly items: {
636
+ readonly type: "string";
637
+ };
638
+ };
639
+ readonly recipients: {
640
+ readonly oneOf: readonly [{
641
+ readonly $ref: "#/components/schemas/PageCampaignReportRecipientItemFrontendModel";
642
+ }];
643
+ readonly description: "Represents a Paged set of objects of type {T}";
644
+ };
645
+ };
646
+ readonly additionalProperties: false;
647
+ };
648
+ export declare const $CampaignReportRecipientTimelineFrontendModel: {
649
+ readonly required: readonly ["editRecipientUrl", "timeline", "userAccessToMemberSection", "userAccessToNewsletterStudioSection"];
650
+ readonly type: "object";
651
+ readonly properties: {
652
+ readonly timeline: {
653
+ readonly oneOf: readonly [{
654
+ readonly $ref: "#/components/schemas/TimelineFrontendModelCampaignReportRecipientTimelineItemFrontendModel";
655
+ }];
656
+ };
657
+ readonly userAccessToNewsletterStudioSection: {
658
+ readonly type: "boolean";
659
+ };
660
+ readonly userAccessToMemberSection: {
661
+ readonly type: "boolean";
662
+ };
663
+ readonly editRecipientUrl: {
664
+ readonly type: "string";
665
+ };
666
+ };
667
+ readonly additionalProperties: false;
668
+ };
669
+ export declare const $CampaignReportRecipientTimelineItemFrontendModel: {
670
+ readonly required: readonly ["email", "error", "text", "timestamp", "type", "url"];
671
+ readonly type: "object";
672
+ readonly properties: {
673
+ readonly type: {
674
+ readonly type: "string";
675
+ };
676
+ readonly timestamp: {
677
+ readonly type: "string";
678
+ readonly format: "date-time";
679
+ };
680
+ readonly text: {
681
+ readonly type: "string";
682
+ readonly deprecated: true;
683
+ };
684
+ readonly trackingType: {
685
+ readonly type: "integer";
686
+ readonly format: "int32";
687
+ readonly nullable: true;
688
+ };
689
+ readonly emailStatus: {
690
+ readonly type: "integer";
691
+ readonly format: "int32";
692
+ readonly nullable: true;
693
+ };
694
+ readonly url: {
695
+ readonly type: "string";
696
+ };
697
+ readonly email: {
698
+ readonly type: "string";
699
+ };
700
+ readonly error: {
701
+ readonly type: "string";
702
+ };
703
+ };
704
+ readonly additionalProperties: false;
705
+ };
706
+ export declare const $CampaignReportsClickDetailsFrontendModel: {
707
+ readonly required: readonly ["ctor", "ctr", "total", "unique", "url"];
708
+ readonly type: "object";
709
+ readonly properties: {
710
+ readonly url: {
711
+ readonly type: "string";
712
+ };
713
+ readonly unique: {
714
+ readonly type: "integer";
715
+ readonly format: "int32";
716
+ };
717
+ readonly total: {
718
+ readonly type: "integer";
719
+ readonly format: "int32";
720
+ };
721
+ readonly ctr: {
722
+ readonly type: "number";
723
+ readonly description: "Email Click-Through-Rate (CTR): the percentage of subscribers who clicked on a link as compared to the total number of emails delivered";
724
+ readonly format: "double";
725
+ readonly readOnly: true;
726
+ };
727
+ readonly ctor: {
728
+ readonly type: "number";
729
+ readonly description: "Email Click-to-Open-Rate (CTOR): the percentage of subscribers who clicked on a link as compared to the total number of emails opened";
730
+ readonly format: "double";
731
+ readonly readOnly: true;
732
+ };
733
+ };
734
+ readonly additionalProperties: false;
735
+ };
736
+ export declare const $CampaignSaveAndSendCustomBindFMModel: {
737
+ readonly required: readonly ["campaign", "sendNow"];
738
+ readonly type: "object";
739
+ readonly properties: {
740
+ readonly campaign: {
741
+ readonly oneOf: readonly [{
742
+ readonly $ref: "#/components/schemas/CampaignEditFrontendModel";
743
+ }];
744
+ };
745
+ readonly sendNow: {
746
+ readonly type: "boolean";
747
+ };
748
+ };
749
+ readonly additionalProperties: false;
750
+ };
751
+ export declare const $CampaignSaveAndSendResponseFMModel: {
752
+ readonly required: readonly ["scheduled", "sending", "success"];
753
+ readonly type: "object";
754
+ readonly properties: {
755
+ readonly success: {
756
+ readonly type: "boolean";
757
+ };
758
+ readonly sending: {
759
+ readonly type: "boolean";
760
+ };
761
+ readonly scheduled: {
762
+ readonly type: "boolean";
763
+ };
764
+ };
765
+ readonly additionalProperties: false;
766
+ };
767
+ export declare const $CampaignSendingValidationFMModel: {
768
+ readonly required: readonly ["hasValidLicense", "hasWorkspaceValidationIssues", "userHasSendingPermissions"];
769
+ readonly type: "object";
770
+ readonly properties: {
771
+ readonly hasValidLicense: {
772
+ readonly type: "boolean";
773
+ };
774
+ readonly hasWorkspaceValidationIssues: {
775
+ readonly type: "boolean";
776
+ };
777
+ readonly userHasSendingPermissions: {
778
+ readonly type: "boolean";
779
+ };
780
+ };
781
+ readonly additionalProperties: false;
782
+ };
783
+ export declare const $CampaignsSectionFrontendModel: {
784
+ readonly required: readonly ["campaigns", "path"];
785
+ readonly type: "object";
786
+ readonly properties: {
787
+ readonly path: {
788
+ readonly type: "array";
789
+ readonly items: {
790
+ readonly type: "string";
791
+ };
792
+ };
793
+ readonly campaigns: {
794
+ readonly oneOf: readonly [{
795
+ readonly $ref: "#/components/schemas/PageCampaignEmailListItemFrontendModel";
796
+ }];
797
+ readonly description: "Represents a Paged set of objects of type {T}";
798
+ };
799
+ };
800
+ readonly additionalProperties: false;
801
+ };
802
+ export declare const $CommandResultErrorFMModel: {
803
+ readonly required: readonly ["message", "translationKey"];
804
+ readonly type: "object";
805
+ readonly properties: {
806
+ readonly translationKey: {
807
+ readonly type: "string";
808
+ };
809
+ readonly message: {
810
+ readonly type: "string";
811
+ };
812
+ };
813
+ readonly additionalProperties: false;
814
+ };
815
+ export declare const $CommandResultFMModel: {
816
+ readonly required: readonly ["details", "success", "validationErrors"];
817
+ readonly type: "object";
818
+ readonly properties: {
819
+ readonly validationErrors: {
820
+ readonly type: "array";
821
+ readonly items: {
822
+ readonly oneOf: readonly [{
823
+ readonly $ref: "#/components/schemas/ValidationErrorModel";
824
+ }];
825
+ };
826
+ };
827
+ readonly success: {
828
+ readonly type: "boolean";
829
+ };
830
+ readonly details: {
831
+ readonly oneOf: readonly [{
832
+ readonly $ref: "#/components/schemas/CommandResultErrorFMModel";
833
+ }];
834
+ };
835
+ };
836
+ readonly additionalProperties: false;
837
+ readonly description: "Used to serve validation results to the front end.";
838
+ };
839
+ export declare const $CountPerDayModel: {
840
+ readonly required: readonly ["count", "day"];
841
+ readonly type: "object";
842
+ readonly properties: {
843
+ readonly day: {
844
+ readonly type: "string";
845
+ readonly format: "date-time";
846
+ };
847
+ readonly count: {
848
+ readonly type: "integer";
849
+ readonly format: "int32";
850
+ };
851
+ };
852
+ readonly additionalProperties: false;
853
+ };
854
+ export declare const $CreateNewWorkspaceFrontendModel: {
855
+ readonly required: readonly ["createEmptyInstance", "name"];
856
+ readonly type: "object";
857
+ readonly properties: {
858
+ readonly name: {
859
+ readonly type: "string";
860
+ };
861
+ readonly createEmptyInstance: {
862
+ readonly type: "boolean";
863
+ readonly description: "When checked we will not create any default mailing list, demo-email, transactional templates etc.";
864
+ };
865
+ };
866
+ readonly additionalProperties: false;
867
+ };
868
+ export declare const $CreateOrEditCampaignFromNodeFMModel: {
869
+ readonly required: readonly ["campaign", "defaultSenderForce", "sendingValidation", "workspaceLocked", "workspaces"];
870
+ readonly type: "object";
871
+ readonly properties: {
872
+ readonly campaign: {
873
+ readonly oneOf: readonly [{
874
+ readonly $ref: "#/components/schemas/CampaignContentAppCampaignFMModel";
875
+ }];
876
+ readonly description: "The content of the email.";
877
+ };
878
+ readonly workspaces: {
879
+ readonly type: "array";
880
+ readonly items: {
881
+ readonly oneOf: readonly [{
882
+ readonly $ref: "#/components/schemas/CampaignContentAppWorkspaceFMModel";
883
+ }];
884
+ };
885
+ readonly description: "Lists workspaces that the current user has access to. To be used in dropdown to select which workspace to connect the email to.";
886
+ };
887
+ readonly workspaceLocked: {
888
+ readonly type: "boolean";
889
+ readonly description: "Set to true after the email has been saved.";
890
+ };
891
+ readonly defaultSenderForce: {
892
+ readonly type: "boolean";
893
+ };
894
+ readonly sendingValidation: {
895
+ readonly oneOf: readonly [{
896
+ readonly $ref: "#/components/schemas/CampaignSendingValidationFMModel";
897
+ }];
898
+ };
899
+ };
900
+ readonly additionalProperties: false;
901
+ };
902
+ export declare const $DropdownOptionFrontendModel: {
903
+ readonly required: readonly ["label", "value"];
904
+ readonly type: "object";
905
+ readonly properties: {
906
+ readonly label: {
907
+ readonly type: "string";
908
+ };
909
+ readonly value: {
910
+ readonly type: "string";
911
+ };
912
+ };
913
+ readonly additionalProperties: false;
914
+ };
915
+ export declare const $DropdownOptionGroupFrontendModel: {
916
+ readonly required: readonly ["label", "options"];
917
+ readonly type: "object";
918
+ readonly properties: {
919
+ readonly label: {
920
+ readonly type: "string";
921
+ };
922
+ readonly options: {
923
+ readonly type: "array";
924
+ readonly items: {
925
+ readonly oneOf: readonly [{
926
+ readonly $ref: "#/components/schemas/DropdownOptionFrontendModel";
927
+ }];
928
+ };
929
+ };
930
+ };
931
+ readonly additionalProperties: false;
932
+ };
933
+ export declare const $EmailAddressModel: {
934
+ readonly required: readonly ["displayName", "email"];
935
+ readonly type: "object";
936
+ readonly properties: {
937
+ readonly email: {
938
+ readonly type: "string";
939
+ };
940
+ readonly displayName: {
941
+ readonly type: "string";
942
+ readonly readOnly: true;
943
+ };
944
+ };
945
+ readonly additionalProperties: false;
946
+ };
947
+ export declare const $EmailColumnFrontendModel: {
948
+ readonly required: readonly ["columns", "controls"];
949
+ readonly type: "object";
950
+ readonly properties: {
951
+ readonly columns: {
952
+ readonly type: "integer";
953
+ readonly format: "int32";
954
+ };
955
+ readonly controls: {
956
+ readonly type: "array";
957
+ readonly items: {
958
+ readonly $ref: "#/components/schemas/IEmailControlModel";
959
+ };
960
+ };
961
+ };
962
+ readonly additionalProperties: false;
963
+ };
964
+ export declare const $EmailContentFrontendModel: {
965
+ readonly required: readonly ["previewText", "rows", "settings"];
966
+ readonly type: "object";
967
+ readonly properties: {
968
+ readonly rows: {
969
+ readonly type: "array";
970
+ readonly items: {
971
+ readonly oneOf: readonly [{
972
+ readonly $ref: "#/components/schemas/EmailRowFrontendModel";
973
+ }];
974
+ };
975
+ };
976
+ readonly settings: {
977
+ readonly type: "object";
978
+ readonly additionalProperties: {
979
+ readonly type: "string";
980
+ };
981
+ };
982
+ readonly previewText: {
983
+ readonly type: "string";
984
+ };
985
+ };
986
+ readonly additionalProperties: false;
987
+ readonly description: "Front end model for email editor, used both for Campaigns and Transactionals.";
988
+ };
989
+ export declare const $EmailControlTypeFrontendModel: {
990
+ readonly required: readonly ["alias", "viewEdit", "viewRender"];
991
+ readonly type: "object";
992
+ readonly properties: {
993
+ readonly alias: {
994
+ readonly type: "string";
995
+ };
996
+ readonly viewRender: {
997
+ readonly type: "string";
998
+ };
999
+ readonly viewEdit: {
1000
+ readonly type: "string";
1001
+ };
1002
+ };
1003
+ readonly additionalProperties: false;
1004
+ };
1005
+ export declare const $EmailRowFrontendModel: {
1006
+ readonly required: readonly ["backgroundColor", "backgroundImage", "columns", "fullWidth", "stackOnSmallScreen"];
1007
+ readonly type: "object";
1008
+ readonly properties: {
1009
+ readonly columns: {
1010
+ readonly type: "array";
1011
+ readonly items: {
1012
+ readonly oneOf: readonly [{
1013
+ readonly $ref: "#/components/schemas/EmailColumnFrontendModel";
1014
+ }];
1015
+ };
1016
+ };
1017
+ readonly backgroundColor: {
1018
+ readonly type: "string";
1019
+ };
1020
+ readonly backgroundImage: {
1021
+ readonly type: "string";
1022
+ };
1023
+ readonly fullWidth: {
1024
+ readonly type: "boolean";
1025
+ };
1026
+ readonly stackOnSmallScreen: {
1027
+ readonly type: "boolean";
1028
+ };
1029
+ };
1030
+ readonly additionalProperties: false;
1031
+ };
1032
+ export declare const $EmailServiceProviderFrontendModel: {
1033
+ readonly required: readonly ["alias", "displayName", "view"];
1034
+ readonly type: "object";
1035
+ readonly properties: {
1036
+ readonly alias: {
1037
+ readonly type: "string";
1038
+ };
1039
+ readonly displayName: {
1040
+ readonly type: "string";
1041
+ };
1042
+ readonly view: {
1043
+ readonly type: "string";
1044
+ };
1045
+ };
1046
+ readonly additionalProperties: false;
1047
+ };
1048
+ export declare const $EventMessageTypeModel: {
1049
+ readonly enum: readonly ["Default", "Info", "Error", "Success", "Warning"];
1050
+ readonly type: "string";
1051
+ };
1052
+ export declare const $FontDefinitionGroupModel: {
1053
+ readonly required: readonly ["definitions", "title", "titleLocalizationKey"];
1054
+ readonly type: "object";
1055
+ readonly properties: {
1056
+ readonly title: {
1057
+ readonly type: "string";
1058
+ };
1059
+ readonly titleLocalizationKey: {
1060
+ readonly type: "string";
1061
+ };
1062
+ readonly definitions: {
1063
+ readonly type: "array";
1064
+ readonly items: {
1065
+ readonly oneOf: readonly [{
1066
+ readonly $ref: "#/components/schemas/FontDefinitionModel";
1067
+ }];
1068
+ readonly description: "Represents a font in the email editor.";
1069
+ };
1070
+ };
1071
+ };
1072
+ readonly additionalProperties: false;
1073
+ };
1074
+ export declare const $FontDefinitionModel: {
1075
+ readonly required: readonly ["customFontDeclarationCss", "displayName", "fontFamilyValue", "googleFontsFamilyQueryStringValue"];
1076
+ readonly type: "object";
1077
+ readonly properties: {
1078
+ readonly displayName: {
1079
+ readonly type: "string";
1080
+ };
1081
+ readonly fontFamilyValue: {
1082
+ readonly type: "string";
1083
+ readonly description: "The value used for \"font-family\"-style property when this font is used.";
1084
+ };
1085
+ readonly customFontDeclarationCss: {
1086
+ readonly type: "string";
1087
+ readonly description: "The css-font-face declaration used when rendering the font inside the HTML-email. Use this for custom font's. NOTE! For Google-fonts use the specific property.";
1088
+ };
1089
+ readonly googleFontsFamilyQueryStringValue: {
1090
+ readonly type: "string";
1091
+ readonly description: "If this is a Google font, declare what to include like this: Lato:400,700,400italic,700italic";
1092
+ };
1093
+ };
1094
+ readonly additionalProperties: false;
1095
+ readonly description: "Represents a font in the email editor.";
1096
+ };
1097
+ export declare const $GetCampaignListRequestFMModel: {
1098
+ readonly required: readonly ["filterState", "page", "search", "workspaceKey"];
1099
+ readonly type: "object";
1100
+ readonly properties: {
1101
+ readonly workspaceKey: {
1102
+ readonly type: "string";
1103
+ readonly format: "uuid";
1104
+ };
1105
+ readonly search: {
1106
+ readonly type: "string";
1107
+ };
1108
+ readonly filterState: {
1109
+ readonly type: "string";
1110
+ readonly description: "The state like all, sent, draft, scheduled or error";
1111
+ };
1112
+ readonly page: {
1113
+ readonly type: "integer";
1114
+ readonly format: "int32";
1115
+ };
1116
+ };
1117
+ readonly additionalProperties: false;
1118
+ };
1119
+ export declare const $GetLicenseResponseLicenseFMModel: {
1120
+ readonly required: readonly ["hasAllWorkspaceKeys", "id", "name", "workspaces"];
1121
+ readonly type: "object";
1122
+ readonly properties: {
1123
+ readonly id: {
1124
+ readonly type: "string";
1125
+ readonly format: "uuid";
1126
+ };
1127
+ readonly name: {
1128
+ readonly type: "string";
1129
+ readonly description: "Some kind of name of the license, maybe the \"main\" domain";
1130
+ };
1131
+ readonly workspaces: {
1132
+ readonly type: "array";
1133
+ readonly items: {
1134
+ readonly oneOf: readonly [{
1135
+ readonly $ref: "#/components/schemas/GetLicenseResponseLicenseWorkspaceFMModel";
1136
+ }];
1137
+ };
1138
+ readonly description: "";
1139
+ };
1140
+ readonly hasAllWorkspaceKeys: {
1141
+ readonly type: "boolean";
1142
+ readonly description: "Indicates if all Workspaces on this license has keys assigned. If that is the case no need to map\nwhen connecting them.";
1143
+ };
1144
+ };
1145
+ readonly additionalProperties: false;
1146
+ };
1147
+ export declare const $GetLicenseResponseLicenseWorkspaceFMModel: {
1148
+ readonly required: readonly ["hosts", "isLocked", "key", "workspaceNumber"];
1149
+ readonly type: "object";
1150
+ readonly properties: {
1151
+ readonly workspaceNumber: {
1152
+ readonly type: "integer";
1153
+ readonly format: "int32";
1154
+ };
1155
+ readonly key: {
1156
+ readonly type: "string";
1157
+ };
1158
+ readonly hosts: {
1159
+ readonly type: "array";
1160
+ readonly items: {
1161
+ readonly type: "string";
1162
+ };
1163
+ };
1164
+ readonly isLocked: {
1165
+ readonly type: "boolean";
1166
+ readonly description: "Indicates that this connection is locked. If this is false while the key has a values, this is a \"prediction\" from the server.";
1167
+ };
1168
+ };
1169
+ readonly additionalProperties: false;
1170
+ };
1171
+ export declare const $GetLicensesResponseFMModel: {
1172
+ readonly required: readonly ["licenseDetails", "licenses"];
1173
+ readonly type: "object";
1174
+ readonly properties: {
1175
+ readonly licenseDetails: {
1176
+ readonly oneOf: readonly [{
1177
+ readonly $ref: "#/components/schemas/LicenseDetailsFMModel";
1178
+ }];
1179
+ readonly description: "This will be set if there was a \"direct match\" for the license";
1180
+ };
1181
+ readonly licenses: {
1182
+ readonly type: "array";
1183
+ readonly items: {
1184
+ readonly oneOf: readonly [{
1185
+ readonly $ref: "#/components/schemas/GetLicenseResponseLicenseFMModel";
1186
+ }];
1187
+ };
1188
+ };
1189
+ };
1190
+ readonly additionalProperties: false;
1191
+ };
1192
+ export declare const $GetMacroRequestParametersModel: {
1193
+ readonly required: readonly ["themeAlias"];
1194
+ readonly type: "object";
1195
+ readonly properties: {
1196
+ readonly themeAlias: {
1197
+ readonly type: "string";
1198
+ };
1199
+ };
1200
+ readonly additionalProperties: false;
1201
+ };
1202
+ export declare const $GetTransactionalListRequestFMModel: {
1203
+ readonly required: readonly ["filterState", "page", "search", "workspaceKey"];
1204
+ readonly type: "object";
1205
+ readonly properties: {
1206
+ readonly workspaceKey: {
1207
+ readonly type: "string";
1208
+ readonly format: "uuid";
1209
+ };
1210
+ readonly search: {
1211
+ readonly type: "string";
1212
+ };
1213
+ readonly filterState: {
1214
+ readonly type: "string";
1215
+ readonly description: "The state like all, sent, draft, scheduled or error";
1216
+ };
1217
+ readonly page: {
1218
+ readonly type: "integer";
1219
+ readonly format: "int32";
1220
+ };
1221
+ };
1222
+ readonly additionalProperties: false;
1223
+ };
1224
+ export declare const $GetTransactionalLogListRequestFMModel: {
1225
+ readonly required: readonly ["filterState", "page", "search", "workspaceKey"];
1226
+ readonly type: "object";
1227
+ readonly properties: {
1228
+ readonly workspaceKey: {
1229
+ readonly type: "string";
1230
+ readonly format: "uuid";
1231
+ };
1232
+ readonly transactionalEmailId: {
1233
+ readonly type: "integer";
1234
+ readonly format: "int32";
1235
+ readonly nullable: true;
1236
+ };
1237
+ readonly search: {
1238
+ readonly type: "string";
1239
+ };
1240
+ readonly filterState: {
1241
+ readonly type: "string";
1242
+ };
1243
+ readonly page: {
1244
+ readonly type: "integer";
1245
+ readonly format: "int32";
1246
+ };
1247
+ };
1248
+ readonly additionalProperties: false;
1249
+ };
1250
+ export declare const $IEmailControlModel: {
1251
+ readonly required: readonly ["controlTypeAlias", "meta", "rowAndColumnInfo"];
1252
+ readonly type: "object";
1253
+ readonly properties: {
1254
+ readonly controlTypeAlias: {
1255
+ readonly type: "string";
1256
+ readonly readOnly: true;
1257
+ };
1258
+ readonly rowAndColumnInfo: {
1259
+ readonly oneOf: readonly [{
1260
+ readonly $ref: "#/components/schemas/RowAndColumnInfoModel";
1261
+ }];
1262
+ readonly description: "Contains information for a NewsletterStudio.Core.Editor.Models.IEmailControl to indicate things about it's surrounding column and row.";
1263
+ };
1264
+ readonly meta: {
1265
+ readonly type: "object";
1266
+ readonly additionalProperties: {};
1267
+ };
1268
+ };
1269
+ readonly additionalProperties: false;
1270
+ readonly description: "Abstraction for a \"Email Control\" being a concrete instance of a control inside the editor.\nThis is the source \"data model\" for a control as well.";
1271
+ };
1272
+ export declare const $ImageEmailControlDataModel: {
1273
+ readonly required: readonly ["align", "aspectRatio", "controlTypeAlias", "imageHeight", "imageSize", "imageUdi", "link", "meta", "padding", "rowAndColumnInfo"];
1274
+ readonly type: "object";
1275
+ readonly properties: {
1276
+ readonly rowAndColumnInfo: {
1277
+ readonly oneOf: readonly [{
1278
+ readonly $ref: "#/components/schemas/RowAndColumnInfoModel";
1279
+ }];
1280
+ readonly description: "Contains information for a NewsletterStudio.Core.Editor.Models.IEmailControl to indicate things about it's surrounding column and row.";
1281
+ };
1282
+ readonly meta: {
1283
+ readonly type: "object";
1284
+ readonly additionalProperties: {};
1285
+ };
1286
+ readonly controlTypeAlias: {
1287
+ readonly type: "string";
1288
+ readonly readOnly: true;
1289
+ };
1290
+ readonly padding: {
1291
+ readonly oneOf: readonly [{
1292
+ readonly $ref: "#/components/schemas/PaddingModel";
1293
+ }];
1294
+ };
1295
+ readonly imageUdi: {
1296
+ readonly type: "string";
1297
+ };
1298
+ readonly align: {
1299
+ readonly type: "string";
1300
+ readonly description: "Alignment for image (default should be center/middle)";
1301
+ };
1302
+ readonly link: {
1303
+ readonly type: "string";
1304
+ readonly description: "Stores any link value. Ie a udi for content/media or a url.";
1305
+ };
1306
+ readonly imageSize: {
1307
+ readonly type: "integer";
1308
+ readonly description: "A number from 1 to 600 (4-columns) or lower that indicates that size of the image. Used to calculate crop.";
1309
+ readonly format: "int32";
1310
+ };
1311
+ readonly imageHeight: {
1312
+ readonly type: "integer";
1313
+ readonly description: "Holds a value for image Height, only applicable when AspectRatio is \"custom\" otherwise configured aspect ratio will decide height.";
1314
+ readonly format: "int32";
1315
+ };
1316
+ readonly aspectRatio: {
1317
+ readonly type: "string";
1318
+ readonly description: "Holds selected aspect ratio. (original, 169,43,square or custom)";
1319
+ };
1320
+ };
1321
+ readonly additionalProperties: false;
1322
+ };
1323
+ export declare const $ImportRecipientIssuesFrontendModel: {
1324
+ readonly required: readonly ["email", "fields", "firstname", "lastname"];
1325
+ readonly type: "object";
1326
+ readonly properties: {
1327
+ readonly email: {
1328
+ readonly type: "string";
1329
+ };
1330
+ readonly firstname: {
1331
+ readonly type: "string";
1332
+ };
1333
+ readonly lastname: {
1334
+ readonly type: "string";
1335
+ };
1336
+ readonly fields: {
1337
+ readonly type: "object";
1338
+ readonly additionalProperties: {
1339
+ readonly type: "string";
1340
+ };
1341
+ };
1342
+ readonly mailingListKey: {
1343
+ readonly type: "string";
1344
+ readonly format: "uuid";
1345
+ readonly nullable: true;
1346
+ };
1347
+ readonly workspaceKey: {
1348
+ readonly type: "string";
1349
+ readonly format: "uuid";
1350
+ readonly nullable: true;
1351
+ };
1352
+ };
1353
+ readonly additionalProperties: false;
1354
+ };
1355
+ export declare const $ImportRecipientRecipientFieldFrontendModel: {
1356
+ readonly required: readonly ["displayText", "mergeFieldAlias", "required"];
1357
+ readonly type: "object";
1358
+ readonly properties: {
1359
+ readonly displayText: {
1360
+ readonly type: "string";
1361
+ };
1362
+ readonly mergeFieldAlias: {
1363
+ readonly type: "string";
1364
+ };
1365
+ readonly required: {
1366
+ readonly type: "boolean";
1367
+ };
1368
+ };
1369
+ readonly additionalProperties: false;
1370
+ };
1371
+ export declare const $ImportRecipientsColumnMappingFieldFrontendModel: {
1372
+ readonly required: readonly ["displayText", "examples", "index", "selectedRecipientMergeField"];
1373
+ readonly type: "object";
1374
+ readonly properties: {
1375
+ readonly index: {
1376
+ readonly type: "string";
1377
+ readonly description: "Holds the alias, ie customField1 or email";
1378
+ };
1379
+ readonly displayText: {
1380
+ readonly type: "string";
1381
+ readonly description: "Holds the translated display-text ie E-post, Förnamn, Lastname and any name of a custom field.";
1382
+ };
1383
+ readonly selectedRecipientMergeField: {
1384
+ readonly type: "string";
1385
+ };
1386
+ readonly examples: {
1387
+ readonly type: "array";
1388
+ readonly items: {
1389
+ readonly type: "string";
1390
+ };
1391
+ };
1392
+ };
1393
+ readonly additionalProperties: false;
1394
+ };
1395
+ export declare const $ImportRecipientsColumnMappingResponseFrontendModel: {
1396
+ readonly required: readonly ["fileColumnHeaders", "recipientFields", "tempFile"];
1397
+ readonly type: "object";
1398
+ readonly properties: {
1399
+ readonly tempFile: {
1400
+ readonly type: "string";
1401
+ };
1402
+ readonly fileColumnHeaders: {
1403
+ readonly type: "array";
1404
+ readonly items: {
1405
+ readonly oneOf: readonly [{
1406
+ readonly $ref: "#/components/schemas/ImportRecipientsColumnMappingFieldFrontendModel";
1407
+ }];
1408
+ };
1409
+ };
1410
+ readonly recipientFields: {
1411
+ readonly type: "array";
1412
+ readonly items: {
1413
+ readonly oneOf: readonly [{
1414
+ readonly $ref: "#/components/schemas/ImportRecipientRecipientFieldFrontendModel";
1415
+ }];
1416
+ };
1417
+ };
1418
+ };
1419
+ readonly additionalProperties: false;
1420
+ };
1421
+ export declare const $ImportRecipientsPerformFileImportFrontendModel: {
1422
+ readonly required: readonly ["fieldMappings", "tempFile", "workspaceKey"];
1423
+ readonly type: "object";
1424
+ readonly properties: {
1425
+ readonly workspaceKey: {
1426
+ readonly type: "string";
1427
+ readonly format: "uuid";
1428
+ };
1429
+ readonly mailingListKey: {
1430
+ readonly type: "string";
1431
+ readonly format: "uuid";
1432
+ readonly nullable: true;
1433
+ };
1434
+ readonly tempFile: {
1435
+ readonly type: "string";
1436
+ };
1437
+ readonly fieldMappings: {
1438
+ readonly type: "array";
1439
+ readonly items: {
1440
+ readonly oneOf: readonly [{
1441
+ readonly $ref: "#/components/schemas/ImportRecipientsColumnMappingFieldFrontendModel";
1442
+ }];
1443
+ };
1444
+ };
1445
+ };
1446
+ readonly additionalProperties: false;
1447
+ };
1448
+ export declare const $ImportRecipientsResultsFrontendModel: {
1449
+ readonly required: readonly ["addedToMailingList", "duplicatesInInput", "existingRecipients", "imported", "invalidInInput", "issues", "total"];
1450
+ readonly type: "object";
1451
+ readonly properties: {
1452
+ readonly total: {
1453
+ readonly type: "integer";
1454
+ readonly format: "int32";
1455
+ };
1456
+ readonly imported: {
1457
+ readonly type: "integer";
1458
+ readonly format: "int32";
1459
+ };
1460
+ readonly duplicatesInInput: {
1461
+ readonly type: "integer";
1462
+ readonly format: "int32";
1463
+ };
1464
+ readonly invalidInInput: {
1465
+ readonly type: "integer";
1466
+ readonly format: "int32";
1467
+ };
1468
+ readonly existingRecipients: {
1469
+ readonly type: "integer";
1470
+ readonly format: "int32";
1471
+ };
1472
+ readonly addedToMailingList: {
1473
+ readonly type: "integer";
1474
+ readonly format: "int32";
1475
+ };
1476
+ readonly issues: {
1477
+ readonly type: "array";
1478
+ readonly items: {
1479
+ readonly oneOf: readonly [{
1480
+ readonly $ref: "#/components/schemas/ImportRecipientIssuesFrontendModel";
1481
+ }];
1482
+ };
1483
+ };
1484
+ };
1485
+ readonly additionalProperties: false;
1486
+ };
1487
+ export declare const $KeyValuePair_2: {
1488
+ readonly required: readonly ["key", "value"];
1489
+ readonly type: "object";
1490
+ readonly properties: {
1491
+ readonly key: {
1492
+ readonly type: "string";
1493
+ };
1494
+ readonly value: {
1495
+ readonly type: "array";
1496
+ readonly items: {
1497
+ readonly type: "string";
1498
+ };
1499
+ };
1500
+ };
1501
+ readonly additionalProperties: false;
1502
+ };
1503
+ export declare const $LicenseDetailsFMModel: {
1504
+ readonly required: readonly ["hasSubscription", "issuedTo", "licenseKey", "licenseName", "licenseStatus", "packageReleaseDate", "validForUpdatesUntil", "validUntilMajorVersion", "workspaces"];
1505
+ readonly type: "object";
1506
+ readonly properties: {
1507
+ readonly licenseStatus: {
1508
+ readonly type: "string";
1509
+ };
1510
+ readonly licenseName: {
1511
+ readonly type: "string";
1512
+ };
1513
+ readonly issuedTo: {
1514
+ readonly type: "string";
1515
+ };
1516
+ readonly subscriptionRenews: {
1517
+ readonly type: "string";
1518
+ readonly format: "date-time";
1519
+ readonly nullable: true;
1520
+ };
1521
+ readonly hasSubscription: {
1522
+ readonly type: "boolean";
1523
+ };
1524
+ readonly validForUpdatesUntil: {
1525
+ readonly type: "string";
1526
+ readonly format: "date-time";
1527
+ };
1528
+ readonly validUntilMajorVersion: {
1529
+ readonly type: "integer";
1530
+ readonly format: "int32";
1531
+ };
1532
+ readonly workspaces: {
1533
+ readonly type: "array";
1534
+ readonly items: {
1535
+ readonly oneOf: readonly [{
1536
+ readonly $ref: "#/components/schemas/LicenseDetailsWorkspaceFMModel";
1537
+ }];
1538
+ };
1539
+ };
1540
+ readonly packageReleaseDate: {
1541
+ readonly type: "string";
1542
+ readonly format: "date-time";
1543
+ };
1544
+ readonly licenseKey: {
1545
+ readonly type: "string";
1546
+ readonly format: "uuid";
1547
+ };
1548
+ };
1549
+ readonly additionalProperties: false;
1550
+ };
1551
+ export declare const $LicenseDetailsWorkspaceFMModel: {
1552
+ readonly required: readonly ["domains", "key"];
1553
+ readonly type: "object";
1554
+ readonly properties: {
1555
+ readonly key: {
1556
+ readonly type: "string";
1557
+ };
1558
+ readonly domains: {
1559
+ readonly type: "array";
1560
+ readonly items: {
1561
+ readonly type: "string";
1562
+ };
1563
+ };
1564
+ };
1565
+ readonly additionalProperties: false;
1566
+ };
1567
+ export declare const $ListItemIdAndLabelModel: {
1568
+ readonly required: readonly ["id", "label"];
1569
+ readonly type: "object";
1570
+ readonly properties: {
1571
+ readonly id: {
1572
+ readonly type: "string";
1573
+ };
1574
+ readonly label: {
1575
+ readonly type: "string";
1576
+ };
1577
+ };
1578
+ readonly additionalProperties: false;
1579
+ readonly description: "List item model used when no translation is needed and the label is stored inside the system.\nFor translated list items use NewsletterStudio.Core.Frontend.Common.ListItemIdAndTranslation";
1580
+ };
1581
+ export declare const $ListItemIdAndTranslationModel: {
1582
+ readonly required: readonly ["id", "localizationKey"];
1583
+ readonly type: "object";
1584
+ readonly properties: {
1585
+ readonly id: {
1586
+ readonly type: "string";
1587
+ };
1588
+ readonly localizationKey: {
1589
+ readonly type: "string";
1590
+ };
1591
+ };
1592
+ readonly additionalProperties: false;
1593
+ readonly description: "Used for list with translated labels";
1594
+ };
1595
+ export declare const $ListItemValueAndTranslationModel: {
1596
+ readonly required: readonly ["localizationKey", "value"];
1597
+ readonly type: "object";
1598
+ readonly properties: {
1599
+ readonly value: {
1600
+ readonly type: "string";
1601
+ };
1602
+ readonly localizationKey: {
1603
+ readonly type: "string";
1604
+ };
1605
+ };
1606
+ readonly additionalProperties: false;
1607
+ };
1608
+ export declare const $LoginFMModel: {
1609
+ readonly required: readonly ["email", "password"];
1610
+ readonly type: "object";
1611
+ readonly properties: {
1612
+ readonly email: {
1613
+ readonly type: "string";
1614
+ };
1615
+ readonly password: {
1616
+ readonly type: "string";
1617
+ };
1618
+ };
1619
+ readonly additionalProperties: false;
1620
+ };
1621
+ export declare const $MailingListDetailsFrontendModel: {
1622
+ readonly required: readonly ["growthLast30days", "growthLast3Months", "isEmpty", "key", "name", "path", "subscribers", "totalActive"];
1623
+ readonly type: "object";
1624
+ readonly properties: {
1625
+ readonly path: {
1626
+ readonly type: "array";
1627
+ readonly items: {
1628
+ readonly type: "string";
1629
+ };
1630
+ };
1631
+ readonly key: {
1632
+ readonly type: "string";
1633
+ };
1634
+ readonly name: {
1635
+ readonly type: "string";
1636
+ };
1637
+ readonly isEmpty: {
1638
+ readonly type: "boolean";
1639
+ readonly description: "Indicates if there is no recipients on the list (independent of status)";
1640
+ };
1641
+ readonly totalActive: {
1642
+ readonly type: "integer";
1643
+ readonly format: "int32";
1644
+ };
1645
+ readonly growthLast30days: {
1646
+ readonly type: "integer";
1647
+ readonly format: "int32";
1648
+ };
1649
+ readonly growthLast3Months: {
1650
+ readonly type: "integer";
1651
+ readonly format: "int32";
1652
+ };
1653
+ readonly subscribers: {
1654
+ readonly oneOf: readonly [{
1655
+ readonly $ref: "#/components/schemas/PageMailingListDetailsSubscriberFrontendModel";
1656
+ }];
1657
+ readonly description: "Represents a Paged set of objects of type {T}";
1658
+ };
1659
+ };
1660
+ readonly additionalProperties: false;
1661
+ };
1662
+ export declare const $MailingListDetailsSubscriberFrontendModel: {
1663
+ readonly required: readonly ["email", "id", "key", "name", "source", "status", "subscribed"];
1664
+ readonly type: "object";
1665
+ readonly properties: {
1666
+ readonly id: {
1667
+ readonly type: "integer";
1668
+ readonly format: "int32";
1669
+ };
1670
+ readonly key: {
1671
+ readonly type: "string";
1672
+ readonly format: "uuid";
1673
+ };
1674
+ readonly name: {
1675
+ readonly type: "string";
1676
+ };
1677
+ readonly email: {
1678
+ readonly type: "string";
1679
+ };
1680
+ readonly source: {
1681
+ readonly type: "string";
1682
+ };
1683
+ readonly subscribed: {
1684
+ readonly type: "string";
1685
+ readonly format: "date-time";
1686
+ };
1687
+ readonly status: {
1688
+ readonly type: "string";
1689
+ };
1690
+ };
1691
+ readonly additionalProperties: false;
1692
+ };
1693
+ export declare const $MailingListForRecipientItemModel: {
1694
+ readonly required: readonly ["mailingListId", "mailingListKey", "name", "status", "subscribed", "subscriptionId"];
1695
+ readonly type: "object";
1696
+ readonly properties: {
1697
+ readonly subscriptionId: {
1698
+ readonly type: "integer";
1699
+ readonly format: "int32";
1700
+ };
1701
+ readonly mailingListId: {
1702
+ readonly type: "integer";
1703
+ readonly format: "int32";
1704
+ };
1705
+ readonly mailingListKey: {
1706
+ readonly type: "string";
1707
+ readonly format: "uuid";
1708
+ };
1709
+ readonly status: {
1710
+ readonly type: "string";
1711
+ };
1712
+ readonly name: {
1713
+ readonly type: "string";
1714
+ };
1715
+ readonly subscribed: {
1716
+ readonly type: "string";
1717
+ readonly format: "date-time";
1718
+ };
1719
+ };
1720
+ readonly additionalProperties: false;
1721
+ };
1722
+ export declare const $MailingListOverviewListItemFrontendModel: {
1723
+ readonly required: readonly ["activeSubscribers", "id", "key", "name"];
1724
+ readonly type: "object";
1725
+ readonly properties: {
1726
+ readonly id: {
1727
+ readonly type: "integer";
1728
+ readonly format: "int32";
1729
+ };
1730
+ readonly key: {
1731
+ readonly type: "string";
1732
+ readonly format: "uuid";
1733
+ };
1734
+ readonly name: {
1735
+ readonly type: "string";
1736
+ };
1737
+ readonly activeSubscribers: {
1738
+ readonly type: "integer";
1739
+ readonly format: "int32";
1740
+ };
1741
+ };
1742
+ readonly additionalProperties: false;
1743
+ };
1744
+ export declare const $MailingListOverviewSectionFrontendModel: {
1745
+ readonly required: readonly ["lists", "path"];
1746
+ readonly type: "object";
1747
+ readonly properties: {
1748
+ readonly path: {
1749
+ readonly type: "array";
1750
+ readonly items: {
1751
+ readonly type: "string";
1752
+ };
1753
+ };
1754
+ readonly lists: {
1755
+ readonly type: "array";
1756
+ readonly items: {
1757
+ readonly oneOf: readonly [{
1758
+ readonly $ref: "#/components/schemas/MailingListOverviewListItemFrontendModel";
1759
+ }];
1760
+ };
1761
+ };
1762
+ };
1763
+ readonly additionalProperties: false;
1764
+ };
1765
+ export declare const $MailingListSaveRequestFrontendModel: {
1766
+ readonly required: readonly ["key", "name", "workspaceKey"];
1767
+ readonly type: "object";
1768
+ readonly properties: {
1769
+ readonly key: {
1770
+ readonly type: "string";
1771
+ };
1772
+ readonly name: {
1773
+ readonly type: "string";
1774
+ };
1775
+ readonly workspaceKey: {
1776
+ readonly type: "string";
1777
+ readonly format: "uuid";
1778
+ };
1779
+ };
1780
+ readonly additionalProperties: false;
1781
+ };
1782
+ export declare const $MergeFieldModel: {
1783
+ readonly required: readonly ["groupText", "groupTextLocalizationKey", "placeholder", "text", "textLocalizationKey", "tooltip"];
1784
+ readonly type: "object";
1785
+ readonly properties: {
1786
+ readonly text: {
1787
+ readonly type: "string";
1788
+ readonly description: "The Text / Label for the Merge Field.";
1789
+ };
1790
+ readonly textLocalizationKey: {
1791
+ readonly type: "string";
1792
+ readonly description: "If set it will override Text with translated value if translation exists.";
1793
+ };
1794
+ readonly groupText: {
1795
+ readonly type: "string";
1796
+ readonly description: "If the merge field belongs to a group, use this to indicate the group name";
1797
+ };
1798
+ readonly groupTextLocalizationKey: {
1799
+ readonly type: "string";
1800
+ readonly description: "If set it will override GroupText with translated value if translation exists.";
1801
+ };
1802
+ readonly placeholder: {
1803
+ readonly type: "string";
1804
+ readonly description: "Placeholder to use in html-template";
1805
+ };
1806
+ readonly tooltip: {
1807
+ readonly type: "string";
1808
+ readonly description: "Tooltip to show in the UI (optional)";
1809
+ };
1810
+ };
1811
+ readonly additionalProperties: false;
1812
+ };
1813
+ export declare const $NotificationHeaderModel: {
1814
+ readonly required: readonly ["category", "message", "type"];
1815
+ readonly type: "object";
1816
+ readonly properties: {
1817
+ readonly message: {
1818
+ readonly type: "string";
1819
+ };
1820
+ readonly category: {
1821
+ readonly type: "string";
1822
+ };
1823
+ readonly type: {
1824
+ readonly $ref: "#/components/schemas/EventMessageTypeModel";
1825
+ };
1826
+ };
1827
+ readonly additionalProperties: false;
1828
+ };
1829
+ export declare const $PaddingModel: {
1830
+ readonly required: readonly ["bottom", "left", "right", "top"];
1831
+ readonly type: "object";
1832
+ readonly properties: {
1833
+ readonly top: {
1834
+ readonly type: "integer";
1835
+ readonly format: "int32";
1836
+ };
1837
+ readonly right: {
1838
+ readonly type: "integer";
1839
+ readonly format: "int32";
1840
+ };
1841
+ readonly bottom: {
1842
+ readonly type: "integer";
1843
+ readonly format: "int32";
1844
+ };
1845
+ readonly left: {
1846
+ readonly type: "integer";
1847
+ readonly format: "int32";
1848
+ };
1849
+ };
1850
+ readonly additionalProperties: false;
1851
+ };
1852
+ export declare const $PageCampaignEmailListItemFrontendModel: {
1853
+ readonly required: readonly ["currentPage", "items", "itemsPerPage", "totalItems", "totalPages"];
1854
+ readonly type: "object";
1855
+ readonly properties: {
1856
+ readonly itemsPerPage: {
1857
+ readonly type: "integer";
1858
+ readonly format: "int64";
1859
+ };
1860
+ readonly currentPage: {
1861
+ readonly type: "integer";
1862
+ readonly format: "int64";
1863
+ };
1864
+ readonly totalItems: {
1865
+ readonly type: "integer";
1866
+ readonly format: "int64";
1867
+ };
1868
+ readonly totalPages: {
1869
+ readonly type: "integer";
1870
+ readonly format: "int64";
1871
+ };
1872
+ readonly items: {
1873
+ readonly type: "array";
1874
+ readonly items: {
1875
+ readonly oneOf: readonly [{
1876
+ readonly $ref: "#/components/schemas/CampaignEmailListItemFrontendModel";
1877
+ }];
1878
+ };
1879
+ };
1880
+ };
1881
+ readonly additionalProperties: false;
1882
+ readonly description: "Represents a Paged set of objects of type {T}";
1883
+ };
1884
+ export declare const $PageCampaignReportRecipientItemFrontendModel: {
1885
+ readonly required: readonly ["currentPage", "items", "itemsPerPage", "totalItems", "totalPages"];
1886
+ readonly type: "object";
1887
+ readonly properties: {
1888
+ readonly itemsPerPage: {
1889
+ readonly type: "integer";
1890
+ readonly format: "int64";
1891
+ };
1892
+ readonly currentPage: {
1893
+ readonly type: "integer";
1894
+ readonly format: "int64";
1895
+ };
1896
+ readonly totalItems: {
1897
+ readonly type: "integer";
1898
+ readonly format: "int64";
1899
+ };
1900
+ readonly totalPages: {
1901
+ readonly type: "integer";
1902
+ readonly format: "int64";
1903
+ };
1904
+ readonly items: {
1905
+ readonly type: "array";
1906
+ readonly items: {
1907
+ readonly oneOf: readonly [{
1908
+ readonly $ref: "#/components/schemas/CampaignReportRecipientItemFrontendModel";
1909
+ }];
1910
+ };
1911
+ };
1912
+ };
1913
+ readonly additionalProperties: false;
1914
+ readonly description: "Represents a Paged set of objects of type {T}";
1915
+ };
1916
+ export declare const $PageMailingListDetailsSubscriberFrontendModel: {
1917
+ readonly required: readonly ["currentPage", "items", "itemsPerPage", "totalItems", "totalPages"];
1918
+ readonly type: "object";
1919
+ readonly properties: {
1920
+ readonly itemsPerPage: {
1921
+ readonly type: "integer";
1922
+ readonly format: "int64";
1923
+ };
1924
+ readonly currentPage: {
1925
+ readonly type: "integer";
1926
+ readonly format: "int64";
1927
+ };
1928
+ readonly totalItems: {
1929
+ readonly type: "integer";
1930
+ readonly format: "int64";
1931
+ };
1932
+ readonly totalPages: {
1933
+ readonly type: "integer";
1934
+ readonly format: "int64";
1935
+ };
1936
+ readonly items: {
1937
+ readonly type: "array";
1938
+ readonly items: {
1939
+ readonly oneOf: readonly [{
1940
+ readonly $ref: "#/components/schemas/MailingListDetailsSubscriberFrontendModel";
1941
+ }];
1942
+ };
1943
+ };
1944
+ };
1945
+ readonly additionalProperties: false;
1946
+ readonly description: "Represents a Paged set of objects of type {T}";
1947
+ };
1948
+ export declare const $PageRecipientsOverviewRecipientFrontendModel: {
1949
+ readonly required: readonly ["currentPage", "items", "itemsPerPage", "totalItems", "totalPages"];
1950
+ readonly type: "object";
1951
+ readonly properties: {
1952
+ readonly itemsPerPage: {
1953
+ readonly type: "integer";
1954
+ readonly format: "int64";
1955
+ };
1956
+ readonly currentPage: {
1957
+ readonly type: "integer";
1958
+ readonly format: "int64";
1959
+ };
1960
+ readonly totalItems: {
1961
+ readonly type: "integer";
1962
+ readonly format: "int64";
1963
+ };
1964
+ readonly totalPages: {
1965
+ readonly type: "integer";
1966
+ readonly format: "int64";
1967
+ };
1968
+ readonly items: {
1969
+ readonly type: "array";
1970
+ readonly items: {
1971
+ readonly oneOf: readonly [{
1972
+ readonly $ref: "#/components/schemas/RecipientsOverviewRecipientFrontendModel";
1973
+ }];
1974
+ };
1975
+ };
1976
+ };
1977
+ readonly additionalProperties: false;
1978
+ readonly description: "Represents a Paged set of objects of type {T}";
1979
+ };
1980
+ export declare const $PageTransactionalEmailListItemFMModel: {
1981
+ readonly required: readonly ["currentPage", "items", "itemsPerPage", "totalItems", "totalPages"];
1982
+ readonly type: "object";
1983
+ readonly properties: {
1984
+ readonly itemsPerPage: {
1985
+ readonly type: "integer";
1986
+ readonly format: "int64";
1987
+ };
1988
+ readonly currentPage: {
1989
+ readonly type: "integer";
1990
+ readonly format: "int64";
1991
+ };
1992
+ readonly totalItems: {
1993
+ readonly type: "integer";
1994
+ readonly format: "int64";
1995
+ };
1996
+ readonly totalPages: {
1997
+ readonly type: "integer";
1998
+ readonly format: "int64";
1999
+ };
2000
+ readonly items: {
2001
+ readonly type: "array";
2002
+ readonly items: {
2003
+ readonly oneOf: readonly [{
2004
+ readonly $ref: "#/components/schemas/TransactionalEmailListItemFMModel";
2005
+ }];
2006
+ };
2007
+ };
2008
+ };
2009
+ readonly additionalProperties: false;
2010
+ readonly description: "Represents a Paged set of objects of type {T}";
2011
+ };
2012
+ export declare const $PageTransactionalLogListItemFMModel: {
2013
+ readonly required: readonly ["currentPage", "items", "itemsPerPage", "totalItems", "totalPages"];
2014
+ readonly type: "object";
2015
+ readonly properties: {
2016
+ readonly itemsPerPage: {
2017
+ readonly type: "integer";
2018
+ readonly format: "int64";
2019
+ };
2020
+ readonly currentPage: {
2021
+ readonly type: "integer";
2022
+ readonly format: "int64";
2023
+ };
2024
+ readonly totalItems: {
2025
+ readonly type: "integer";
2026
+ readonly format: "int64";
2027
+ };
2028
+ readonly totalPages: {
2029
+ readonly type: "integer";
2030
+ readonly format: "int64";
2031
+ };
2032
+ readonly items: {
2033
+ readonly type: "array";
2034
+ readonly items: {
2035
+ readonly oneOf: readonly [{
2036
+ readonly $ref: "#/components/schemas/TransactionalLogListItemFMModel";
2037
+ }];
2038
+ };
2039
+ };
2040
+ };
2041
+ readonly additionalProperties: false;
2042
+ readonly description: "Represents a Paged set of objects of type {T}";
2043
+ };
2044
+ export declare const $PageWithFilterTransactionalLogListItemFMGetTransactionalLogListRequestFMModel: {
2045
+ readonly required: readonly ["filters", "page"];
2046
+ readonly type: "object";
2047
+ readonly properties: {
2048
+ readonly filters: {
2049
+ readonly oneOf: readonly [{
2050
+ readonly $ref: "#/components/schemas/GetTransactionalLogListRequestFMModel";
2051
+ }];
2052
+ };
2053
+ readonly page: {
2054
+ readonly oneOf: readonly [{
2055
+ readonly $ref: "#/components/schemas/PageTransactionalLogListItemFMModel";
2056
+ }];
2057
+ readonly description: "Represents a Paged set of objects of type {T}";
2058
+ };
2059
+ };
2060
+ readonly additionalProperties: false;
2061
+ };
2062
+ export declare const $PagedRecipientsModel: {
2063
+ readonly required: readonly ["recipients"];
2064
+ readonly type: "object";
2065
+ readonly properties: {
2066
+ readonly recipients: {
2067
+ readonly oneOf: readonly [{
2068
+ readonly $ref: "#/components/schemas/PageRecipientsOverviewRecipientFrontendModel";
2069
+ }];
2070
+ readonly description: "Represents a Paged set of objects of type {T}";
2071
+ };
2072
+ };
2073
+ readonly additionalProperties: false;
2074
+ };
2075
+ export declare const $PercentResultModel: {
2076
+ readonly required: readonly ["items", "percent", "total"];
2077
+ readonly type: "object";
2078
+ readonly properties: {
2079
+ readonly total: {
2080
+ readonly type: "integer";
2081
+ readonly format: "int32";
2082
+ };
2083
+ readonly items: {
2084
+ readonly type: "integer";
2085
+ readonly format: "int32";
2086
+ };
2087
+ readonly percent: {
2088
+ readonly type: "integer";
2089
+ readonly format: "int32";
2090
+ };
2091
+ };
2092
+ readonly additionalProperties: false;
2093
+ };
2094
+ export declare const $PerformConnectLicenseRequestFMModel: {
2095
+ readonly required: readonly ["connections", "licenseKey"];
2096
+ readonly type: "object";
2097
+ readonly properties: {
2098
+ readonly licenseKey: {
2099
+ readonly type: "string";
2100
+ readonly format: "uuid";
2101
+ };
2102
+ readonly connections: {
2103
+ readonly type: "array";
2104
+ readonly items: {
2105
+ readonly oneOf: readonly [{
2106
+ readonly $ref: "#/components/schemas/PerformConnectLicenseWorkspaceConnectionFMModel";
2107
+ }];
2108
+ };
2109
+ };
2110
+ };
2111
+ readonly additionalProperties: false;
2112
+ };
2113
+ export declare const $PerformConnectLicenseWorkspaceConnectionFMModel: {
2114
+ readonly required: readonly ["workspaceKey", "workspaceNumber"];
2115
+ readonly type: "object";
2116
+ readonly properties: {
2117
+ readonly workspaceKey: {
2118
+ readonly type: "string";
2119
+ };
2120
+ readonly workspaceNumber: {
2121
+ readonly type: "integer";
2122
+ readonly format: "int32";
2123
+ };
2124
+ };
2125
+ readonly additionalProperties: false;
2126
+ };
2127
+ export declare const $RecipientDetailsCustomFieldFrontendModel: {
2128
+ readonly required: readonly ["customFieldAlias", "fieldLabel", "value"];
2129
+ readonly type: "object";
2130
+ readonly properties: {
2131
+ readonly fieldLabel: {
2132
+ readonly type: "string";
2133
+ };
2134
+ readonly customFieldAlias: {
2135
+ readonly type: "string";
2136
+ };
2137
+ readonly value: {
2138
+ readonly type: "string";
2139
+ };
2140
+ };
2141
+ readonly additionalProperties: false;
2142
+ };
2143
+ export declare const $RecipientDetailsFrontendModel: {
2144
+ readonly required: readonly ["mailingLists", "path", "recipient", "subscriptions", "subscriptionStatuses", "systemMaxErrorCount", "timeline"];
2145
+ readonly type: "object";
2146
+ readonly properties: {
2147
+ readonly path: {
2148
+ readonly type: "array";
2149
+ readonly items: {
2150
+ readonly type: "string";
2151
+ };
2152
+ };
2153
+ readonly recipient: {
2154
+ readonly oneOf: readonly [{
2155
+ readonly $ref: "#/components/schemas/RecipientDetailsRecipientFrontendModel";
2156
+ }];
2157
+ };
2158
+ readonly subscriptions: {
2159
+ readonly type: "array";
2160
+ readonly items: {
2161
+ readonly oneOf: readonly [{
2162
+ readonly $ref: "#/components/schemas/MailingListForRecipientItemModel";
2163
+ }];
2164
+ };
2165
+ };
2166
+ readonly timeline: {
2167
+ readonly oneOf: readonly [{
2168
+ readonly $ref: "#/components/schemas/TimelineFrontendModelRecipientDetailsTimelineItemFrontendModel";
2169
+ }];
2170
+ };
2171
+ readonly subscriptionStatuses: {
2172
+ readonly type: "array";
2173
+ readonly items: {
2174
+ readonly oneOf: readonly [{
2175
+ readonly $ref: "#/components/schemas/ListItemIdAndTranslationModel";
2176
+ }];
2177
+ readonly description: "Used for list with translated labels";
2178
+ };
2179
+ };
2180
+ readonly mailingLists: {
2181
+ readonly type: "array";
2182
+ readonly items: {
2183
+ readonly oneOf: readonly [{
2184
+ readonly $ref: "#/components/schemas/ListItemIdAndLabelModel";
2185
+ }];
2186
+ readonly description: "List item model used when no translation is needed and the label is stored inside the system.\nFor translated list items use NewsletterStudio.Core.Frontend.Common.ListItemIdAndTranslation";
2187
+ };
2188
+ };
2189
+ readonly systemMaxErrorCount: {
2190
+ readonly type: "integer";
2191
+ readonly format: "int32";
2192
+ };
2193
+ };
2194
+ readonly additionalProperties: false;
2195
+ };
2196
+ export declare const $RecipientDetailsRecipientFrontendModel: {
2197
+ readonly required: readonly ["customFields", "email", "errorCount", "firstname", "globalUnsubscribed", "id", "key", "lastname", "source"];
2198
+ readonly type: "object";
2199
+ readonly properties: {
2200
+ readonly id: {
2201
+ readonly type: "integer";
2202
+ readonly format: "int32";
2203
+ };
2204
+ readonly key: {
2205
+ readonly type: "string";
2206
+ readonly format: "uuid";
2207
+ };
2208
+ readonly firstname: {
2209
+ readonly type: "string";
2210
+ };
2211
+ readonly lastname: {
2212
+ readonly type: "string";
2213
+ };
2214
+ readonly email: {
2215
+ readonly type: "string";
2216
+ };
2217
+ readonly source: {
2218
+ readonly type: "string";
2219
+ };
2220
+ readonly customFields: {
2221
+ readonly type: "array";
2222
+ readonly items: {
2223
+ readonly oneOf: readonly [{
2224
+ readonly $ref: "#/components/schemas/RecipientDetailsCustomFieldFrontendModel";
2225
+ }];
2226
+ };
2227
+ };
2228
+ readonly globalUnsubscribed: {
2229
+ readonly type: "boolean";
2230
+ };
2231
+ readonly errorCount: {
2232
+ readonly type: "integer";
2233
+ readonly format: "int32";
2234
+ };
2235
+ };
2236
+ readonly additionalProperties: false;
2237
+ };
2238
+ export declare const $RecipientDetailsTimelineItemFrontendModel: {
2239
+ readonly required: readonly ["campaignId", "data1", "data2", "data3", "data4", "data5", "date2", "text", "timestamp", "type"];
2240
+ readonly type: "object";
2241
+ readonly properties: {
2242
+ readonly type: {
2243
+ readonly type: "string";
2244
+ };
2245
+ readonly timestamp: {
2246
+ readonly type: "string";
2247
+ readonly format: "date-time";
2248
+ };
2249
+ readonly text: {
2250
+ readonly type: "string";
2251
+ readonly deprecated: true;
2252
+ };
2253
+ readonly campaignId: {
2254
+ readonly type: "string";
2255
+ };
2256
+ readonly data1: {
2257
+ readonly type: "string";
2258
+ };
2259
+ readonly data2: {
2260
+ readonly type: "string";
2261
+ };
2262
+ readonly data3: {
2263
+ readonly type: "string";
2264
+ };
2265
+ readonly date2: {
2266
+ readonly type: "string";
2267
+ readonly format: "date-time";
2268
+ };
2269
+ readonly data4: {
2270
+ readonly type: "string";
2271
+ };
2272
+ readonly data5: {
2273
+ readonly type: "string";
2274
+ };
2275
+ };
2276
+ readonly additionalProperties: false;
2277
+ };
2278
+ export declare const $RecipientListFMModel: {
2279
+ readonly required: readonly ["id", "label"];
2280
+ readonly type: "object";
2281
+ readonly properties: {
2282
+ readonly id: {
2283
+ readonly type: "string";
2284
+ };
2285
+ readonly label: {
2286
+ readonly type: "string";
2287
+ };
2288
+ readonly subscribers: {
2289
+ readonly type: "integer";
2290
+ readonly format: "int32";
2291
+ readonly nullable: true;
2292
+ };
2293
+ };
2294
+ readonly additionalProperties: false;
2295
+ };
2296
+ export declare const $RecipientListProviderFMModel: {
2297
+ readonly required: readonly ["displayName", "lists"];
2298
+ readonly type: "object";
2299
+ readonly properties: {
2300
+ readonly displayName: {
2301
+ readonly type: "string";
2302
+ };
2303
+ readonly lists: {
2304
+ readonly type: "array";
2305
+ readonly items: {
2306
+ readonly oneOf: readonly [{
2307
+ readonly $ref: "#/components/schemas/RecipientListFMModel";
2308
+ }];
2309
+ };
2310
+ };
2311
+ };
2312
+ readonly additionalProperties: false;
2313
+ };
2314
+ export declare const $RecipientsOverviewRecipientFrontendModel: {
2315
+ readonly required: readonly ["created", "email", "id", "key", "name", "source", "status", "totalActiveLists"];
2316
+ readonly type: "object";
2317
+ readonly properties: {
2318
+ readonly id: {
2319
+ readonly type: "integer";
2320
+ readonly format: "int32";
2321
+ };
2322
+ readonly key: {
2323
+ readonly type: "string";
2324
+ readonly format: "uuid";
2325
+ };
2326
+ readonly name: {
2327
+ readonly type: "string";
2328
+ };
2329
+ readonly email: {
2330
+ readonly type: "string";
2331
+ };
2332
+ readonly source: {
2333
+ readonly type: "string";
2334
+ };
2335
+ readonly created: {
2336
+ readonly type: "string";
2337
+ readonly format: "date-time";
2338
+ };
2339
+ readonly status: {
2340
+ readonly type: "string";
2341
+ };
2342
+ readonly totalActiveLists: {
2343
+ readonly type: "integer";
2344
+ readonly format: "int32";
2345
+ };
2346
+ };
2347
+ readonly additionalProperties: false;
2348
+ };
2349
+ export declare const $RecipientsOverviewSectionFrontendModel: {
2350
+ readonly required: readonly ["growthLast30days", "growthLast3Months", "name", "path", "recipients", "totalActive"];
2351
+ readonly type: "object";
2352
+ readonly properties: {
2353
+ readonly path: {
2354
+ readonly type: "array";
2355
+ readonly items: {
2356
+ readonly type: "string";
2357
+ };
2358
+ };
2359
+ readonly totalActive: {
2360
+ readonly type: "integer";
2361
+ readonly format: "int32";
2362
+ };
2363
+ readonly growthLast30days: {
2364
+ readonly type: "integer";
2365
+ readonly format: "int32";
2366
+ };
2367
+ readonly growthLast3Months: {
2368
+ readonly type: "integer";
2369
+ readonly format: "int32";
2370
+ };
2371
+ readonly name: {
2372
+ readonly type: "string";
2373
+ };
2374
+ readonly recipients: {
2375
+ readonly oneOf: readonly [{
2376
+ readonly $ref: "#/components/schemas/PageRecipientsOverviewRecipientFrontendModel";
2377
+ }];
2378
+ readonly description: "Represents a Paged set of objects of type {T}";
2379
+ };
2380
+ };
2381
+ readonly additionalProperties: false;
2382
+ };
2383
+ export declare const $ResendTransactionalFMModel: {
2384
+ readonly required: readonly ["trackingTransactionalEmailId"];
2385
+ readonly type: "object";
2386
+ readonly properties: {
2387
+ readonly trackingTransactionalEmailId: {
2388
+ readonly type: "integer";
2389
+ readonly format: "int32";
2390
+ };
2391
+ };
2392
+ readonly additionalProperties: false;
2393
+ };
2394
+ export declare const $RowAndColumnInfoModel: {
2395
+ readonly required: readonly ["columns", "stackOnSmallScreen"];
2396
+ readonly type: "object";
2397
+ readonly properties: {
2398
+ readonly columns: {
2399
+ readonly type: "integer";
2400
+ readonly description: "Number of columns that the column for the control take up";
2401
+ readonly format: "int32";
2402
+ };
2403
+ readonly stackOnSmallScreen: {
2404
+ readonly type: "boolean";
2405
+ readonly description: "Indicates if this row will stack it's content on smaller screens.";
2406
+ };
2407
+ };
2408
+ readonly additionalProperties: false;
2409
+ readonly description: "Contains information for a NewsletterStudio.Core.Editor.Models.IEmailControl to indicate things about it's surrounding column and row.";
2410
+ };
2411
+ export declare const $SaveCampaignFromNodeResultFMModel: {
2412
+ readonly required: readonly ["campaign", "sendingValidation"];
2413
+ readonly type: "object";
2414
+ readonly properties: {
2415
+ readonly campaign: {
2416
+ readonly oneOf: readonly [{
2417
+ readonly $ref: "#/components/schemas/CampaignContentAppCampaignFMModel";
2418
+ }];
2419
+ };
2420
+ readonly sendingValidation: {
2421
+ readonly oneOf: readonly [{
2422
+ readonly $ref: "#/components/schemas/CampaignSendingValidationFMModel";
2423
+ }];
2424
+ };
2425
+ };
2426
+ readonly additionalProperties: false;
2427
+ };
2428
+ export declare const $SaveRecipientDetailsFrontendModel: {
2429
+ readonly required: readonly ["listUpdates", "recipient"];
2430
+ readonly type: "object";
2431
+ readonly properties: {
2432
+ readonly recipient: {
2433
+ readonly oneOf: readonly [{
2434
+ readonly $ref: "#/components/schemas/RecipientDetailsRecipientFrontendModel";
2435
+ }];
2436
+ };
2437
+ readonly listUpdates: {
2438
+ readonly type: "array";
2439
+ readonly items: {
2440
+ readonly oneOf: readonly [{
2441
+ readonly $ref: "#/components/schemas/UpdatedRecipientListStatusesFrontEndModel";
2442
+ }];
2443
+ };
2444
+ };
2445
+ };
2446
+ readonly additionalProperties: false;
2447
+ };
2448
+ export declare const $TestPop3ServerRequestFMModel: {
2449
+ readonly required: readonly ["settings"];
2450
+ readonly type: "object";
2451
+ readonly properties: {
2452
+ readonly settings: {
2453
+ readonly type: "object";
2454
+ readonly additionalProperties: {};
2455
+ };
2456
+ };
2457
+ readonly additionalProperties: false;
2458
+ };
2459
+ export declare const $ThemeListItemFrontendModel: {
2460
+ readonly required: readonly ["alias", "configuration", "isDefault"];
2461
+ readonly type: "object";
2462
+ readonly properties: {
2463
+ readonly alias: {
2464
+ readonly type: "string";
2465
+ };
2466
+ readonly configuration: {
2467
+ readonly type: "object";
2468
+ readonly additionalProperties: {
2469
+ readonly type: "string";
2470
+ };
2471
+ };
2472
+ readonly isDefault: {
2473
+ readonly type: "boolean";
2474
+ readonly description: "Indicates if this is the \"Newsletter Studio Default\" theme. NOT the default for the Workspace.";
2475
+ };
2476
+ };
2477
+ readonly additionalProperties: false;
2478
+ };
2479
+ export declare const $TimelineDateFrontendModelCampaignReportRecipientTimelineItemFrontendModel: {
2480
+ readonly required: readonly ["date", "items"];
2481
+ readonly type: "object";
2482
+ readonly properties: {
2483
+ readonly date: {
2484
+ readonly type: "string";
2485
+ readonly format: "date-time";
2486
+ };
2487
+ readonly items: {
2488
+ readonly type: "array";
2489
+ readonly items: {
2490
+ readonly oneOf: readonly [{
2491
+ readonly $ref: "#/components/schemas/CampaignReportRecipientTimelineItemFrontendModel";
2492
+ }];
2493
+ };
2494
+ };
2495
+ };
2496
+ readonly additionalProperties: false;
2497
+ };
2498
+ export declare const $TimelineDateFrontendModelRecipientDetailsTimelineItemFrontendModel: {
2499
+ readonly required: readonly ["date", "items"];
2500
+ readonly type: "object";
2501
+ readonly properties: {
2502
+ readonly date: {
2503
+ readonly type: "string";
2504
+ readonly format: "date-time";
2505
+ };
2506
+ readonly items: {
2507
+ readonly type: "array";
2508
+ readonly items: {
2509
+ readonly oneOf: readonly [{
2510
+ readonly $ref: "#/components/schemas/RecipientDetailsTimelineItemFrontendModel";
2511
+ }];
2512
+ };
2513
+ };
2514
+ };
2515
+ readonly additionalProperties: false;
2516
+ };
2517
+ export declare const $TimelineDateFrontendModelTrackingTransactionalTimelineItemFMModel: {
2518
+ readonly required: readonly ["date", "items"];
2519
+ readonly type: "object";
2520
+ readonly properties: {
2521
+ readonly date: {
2522
+ readonly type: "string";
2523
+ readonly format: "date-time";
2524
+ };
2525
+ readonly items: {
2526
+ readonly type: "array";
2527
+ readonly items: {
2528
+ readonly oneOf: readonly [{
2529
+ readonly $ref: "#/components/schemas/TrackingTransactionalTimelineItemFMModel";
2530
+ }];
2531
+ };
2532
+ };
2533
+ };
2534
+ readonly additionalProperties: false;
2535
+ };
2536
+ export declare const $TimelineFrontendModelCampaignReportRecipientTimelineItemFrontendModel: {
2537
+ readonly required: readonly ["dates"];
2538
+ readonly type: "object";
2539
+ readonly properties: {
2540
+ readonly dates: {
2541
+ readonly type: "array";
2542
+ readonly items: {
2543
+ readonly oneOf: readonly [{
2544
+ readonly $ref: "#/components/schemas/TimelineDateFrontendModelCampaignReportRecipientTimelineItemFrontendModel";
2545
+ }];
2546
+ };
2547
+ };
2548
+ };
2549
+ readonly additionalProperties: false;
2550
+ };
2551
+ export declare const $TimelineFrontendModelRecipientDetailsTimelineItemFrontendModel: {
2552
+ readonly required: readonly ["dates"];
2553
+ readonly type: "object";
2554
+ readonly properties: {
2555
+ readonly dates: {
2556
+ readonly type: "array";
2557
+ readonly items: {
2558
+ readonly oneOf: readonly [{
2559
+ readonly $ref: "#/components/schemas/TimelineDateFrontendModelRecipientDetailsTimelineItemFrontendModel";
2560
+ }];
2561
+ };
2562
+ };
2563
+ };
2564
+ readonly additionalProperties: false;
2565
+ };
2566
+ export declare const $TimelineFrontendModelTrackingTransactionalTimelineItemFMModel: {
2567
+ readonly required: readonly ["dates"];
2568
+ readonly type: "object";
2569
+ readonly properties: {
2570
+ readonly dates: {
2571
+ readonly type: "array";
2572
+ readonly items: {
2573
+ readonly oneOf: readonly [{
2574
+ readonly $ref: "#/components/schemas/TimelineDateFrontendModelTrackingTransactionalTimelineItemFMModel";
2575
+ }];
2576
+ };
2577
+ };
2578
+ };
2579
+ readonly additionalProperties: false;
2580
+ };
2581
+ export declare const $TrackingTransactionalEmailFMModel: {
2582
+ readonly required: readonly ["hasStoredContent", "status", "subject", "text", "trackingTransactionalEmailId"];
2583
+ readonly type: "object";
2584
+ readonly properties: {
2585
+ readonly trackingTransactionalEmailId: {
2586
+ readonly type: "integer";
2587
+ readonly format: "int32";
2588
+ };
2589
+ readonly status: {
2590
+ readonly type: "string";
2591
+ readonly description: "sent,opened,clicked";
2592
+ };
2593
+ readonly text: {
2594
+ readonly type: "string";
2595
+ };
2596
+ readonly subject: {
2597
+ readonly type: "string";
2598
+ readonly description: "Subject for the individual email, not sure if they will ever be different?";
2599
+ };
2600
+ readonly hasStoredContent: {
2601
+ readonly type: "boolean";
2602
+ readonly description: "Indicates if there is content stored for this TrackingTransactionalEmail.";
2603
+ };
2604
+ };
2605
+ readonly additionalProperties: false;
2606
+ };
2607
+ export declare const $TrackingTransactionalFMModel: {
2608
+ readonly required: readonly ["individualEmailSent", "recipientGroups", "sender", "subject", "timeline", "transactionalEmailKey"];
2609
+ readonly type: "object";
2610
+ readonly properties: {
2611
+ readonly subject: {
2612
+ readonly type: "string";
2613
+ };
2614
+ readonly sender: {
2615
+ readonly type: "string";
2616
+ };
2617
+ readonly recipientGroups: {
2618
+ readonly type: "array";
2619
+ readonly items: {
2620
+ readonly oneOf: readonly [{
2621
+ readonly $ref: "#/components/schemas/TrackingTransactionalRecipientGroupFMModel";
2622
+ }];
2623
+ readonly description: "Represents a \"group\" in the list of recipients in other words: To, Cc or Bcc.";
2624
+ };
2625
+ };
2626
+ readonly timeline: {
2627
+ readonly oneOf: readonly [{
2628
+ readonly $ref: "#/components/schemas/TimelineFrontendModelTrackingTransactionalTimelineItemFMModel";
2629
+ }];
2630
+ };
2631
+ readonly individualEmailSent: {
2632
+ readonly type: "boolean";
2633
+ readonly description: "Indicates if the transactional email was sent as separate emails to To, Cc and Bcc or\nif all of them got the same email. This will impact how the presentation of the details in log will look.";
2634
+ };
2635
+ readonly transactionalEmailKey: {
2636
+ readonly type: "string";
2637
+ readonly format: "uuid";
2638
+ };
2639
+ };
2640
+ readonly additionalProperties: false;
2641
+ readonly description: "Model for showing details about a TrackingTransactional";
2642
+ };
2643
+ export declare const $TrackingTransactionalRecipientGroupFMModel: {
2644
+ readonly required: readonly ["headingLocalizationKey", "recipients"];
2645
+ readonly type: "object";
2646
+ readonly properties: {
2647
+ readonly headingLocalizationKey: {
2648
+ readonly type: "string";
2649
+ readonly description: "Key for To, Cc or Bcc";
2650
+ };
2651
+ readonly recipients: {
2652
+ readonly type: "array";
2653
+ readonly items: {
2654
+ readonly oneOf: readonly [{
2655
+ readonly $ref: "#/components/schemas/TrackingTransactionalEmailFMModel";
2656
+ }];
2657
+ };
2658
+ readonly description: "Recipients (aka TrackingTransactionalEmails) for this TrackingTransactional.";
2659
+ };
2660
+ };
2661
+ readonly additionalProperties: false;
2662
+ readonly description: "Represents a \"group\" in the list of recipients in other words: To, Cc or Bcc.";
2663
+ };
2664
+ export declare const $TrackingTransactionalTimelineItemFMModel: {
2665
+ readonly required: readonly ["email", "errorMessage", "hasContent", "providerRecipientId", "timestamp", "trackingTransactionalEmailId", "type", "url"];
2666
+ readonly type: "object";
2667
+ readonly properties: {
2668
+ readonly type: {
2669
+ readonly type: "string";
2670
+ readonly description: "sent, failed, opened, clicked";
2671
+ };
2672
+ readonly email: {
2673
+ readonly type: "string";
2674
+ readonly description: "Email of recipient";
2675
+ };
2676
+ readonly providerRecipientId: {
2677
+ readonly type: "string";
2678
+ };
2679
+ readonly url: {
2680
+ readonly type: "string";
2681
+ };
2682
+ readonly hasContent: {
2683
+ readonly type: "boolean";
2684
+ };
2685
+ readonly trackingTransactionalEmailId: {
2686
+ readonly type: "integer";
2687
+ readonly format: "int32";
2688
+ };
2689
+ readonly timestamp: {
2690
+ readonly type: "string";
2691
+ readonly format: "date-time";
2692
+ };
2693
+ readonly errorMessage: {
2694
+ readonly type: "string";
2695
+ readonly description: "Holds error message if any";
2696
+ };
2697
+ };
2698
+ readonly additionalProperties: false;
2699
+ };
2700
+ export declare const $TransactionalEditCustomBindFMModel: {
2701
+ readonly required: readonly ["alias", "bcc", "cc", "content", "enableLogging", "enableTracking", "id", "key", "log", "logExpiryDays", "name", "replyTo", "sender", "sendIndividualEmails", "storedEmailExpiryInDays", "storeEmailContent", "subject", "themeAlias", "to", "typedModelAlias", "workspaceKey"];
2702
+ readonly type: "object";
2703
+ readonly properties: {
2704
+ readonly workspaceKey: {
2705
+ readonly type: "string";
2706
+ readonly format: "uuid";
2707
+ };
2708
+ readonly id: {
2709
+ readonly type: "integer";
2710
+ readonly format: "int32";
2711
+ };
2712
+ readonly key: {
2713
+ readonly type: "string";
2714
+ };
2715
+ readonly name: {
2716
+ readonly type: "string";
2717
+ };
2718
+ readonly alias: {
2719
+ readonly type: "string";
2720
+ };
2721
+ readonly to: {
2722
+ readonly type: "array";
2723
+ readonly items: {
2724
+ readonly oneOf: readonly [{
2725
+ readonly $ref: "#/components/schemas/EmailAddressModel";
2726
+ }];
2727
+ };
2728
+ };
2729
+ readonly cc: {
2730
+ readonly type: "array";
2731
+ readonly items: {
2732
+ readonly oneOf: readonly [{
2733
+ readonly $ref: "#/components/schemas/EmailAddressModel";
2734
+ }];
2735
+ };
2736
+ };
2737
+ readonly bcc: {
2738
+ readonly type: "array";
2739
+ readonly items: {
2740
+ readonly oneOf: readonly [{
2741
+ readonly $ref: "#/components/schemas/EmailAddressModel";
2742
+ }];
2743
+ };
2744
+ };
2745
+ readonly enableLogging: {
2746
+ readonly type: "boolean";
2747
+ };
2748
+ readonly logExpiryDays: {
2749
+ readonly type: "integer";
2750
+ readonly format: "int32";
2751
+ };
2752
+ readonly storeEmailContent: {
2753
+ readonly type: "boolean";
2754
+ };
2755
+ readonly storedEmailExpiryInDays: {
2756
+ readonly type: "integer";
2757
+ readonly format: "int32";
2758
+ };
2759
+ readonly enableTracking: {
2760
+ readonly type: "boolean";
2761
+ };
2762
+ readonly sendIndividualEmails: {
2763
+ readonly type: "boolean";
2764
+ };
2765
+ readonly sender: {
2766
+ readonly oneOf: readonly [{
2767
+ readonly $ref: "#/components/schemas/EmailAddressModel";
2768
+ }];
2769
+ };
2770
+ readonly replyTo: {
2771
+ readonly oneOf: readonly [{
2772
+ readonly $ref: "#/components/schemas/EmailAddressModel";
2773
+ }];
2774
+ };
2775
+ readonly typedModelAlias: {
2776
+ readonly type: "string";
2777
+ };
2778
+ readonly content: {
2779
+ readonly oneOf: readonly [{
2780
+ readonly $ref: "#/components/schemas/EmailContentFrontendModel";
2781
+ }];
2782
+ readonly description: "Front end model for email editor, used both for Campaigns and Transactionals.";
2783
+ };
2784
+ readonly subject: {
2785
+ readonly type: "string";
2786
+ };
2787
+ readonly themeAlias: {
2788
+ readonly type: "string";
2789
+ };
2790
+ readonly log: {
2791
+ readonly oneOf: readonly [{
2792
+ readonly $ref: "#/components/schemas/TransactionalLogFMModel";
2793
+ }];
2794
+ };
2795
+ };
2796
+ readonly additionalProperties: false;
2797
+ };
2798
+ export declare const $TransactionalEditFMModel: {
2799
+ readonly required: readonly ["alias", "bcc", "cc", "content", "enableLogging", "enableTracking", "id", "key", "log", "logExpiryDays", "name", "replyTo", "sender", "sendIndividualEmails", "storedEmailExpiryInDays", "storeEmailContent", "subject", "themeAlias", "to", "typedModelAlias", "workspaceKey"];
2800
+ readonly type: "object";
2801
+ readonly properties: {
2802
+ readonly workspaceKey: {
2803
+ readonly type: "string";
2804
+ readonly format: "uuid";
2805
+ };
2806
+ readonly id: {
2807
+ readonly type: "integer";
2808
+ readonly format: "int32";
2809
+ };
2810
+ readonly key: {
2811
+ readonly type: "string";
2812
+ };
2813
+ readonly name: {
2814
+ readonly type: "string";
2815
+ };
2816
+ readonly alias: {
2817
+ readonly type: "string";
2818
+ };
2819
+ readonly to: {
2820
+ readonly type: "array";
2821
+ readonly items: {
2822
+ readonly oneOf: readonly [{
2823
+ readonly $ref: "#/components/schemas/EmailAddressModel";
2824
+ }];
2825
+ };
2826
+ };
2827
+ readonly cc: {
2828
+ readonly type: "array";
2829
+ readonly items: {
2830
+ readonly oneOf: readonly [{
2831
+ readonly $ref: "#/components/schemas/EmailAddressModel";
2832
+ }];
2833
+ };
2834
+ };
2835
+ readonly bcc: {
2836
+ readonly type: "array";
2837
+ readonly items: {
2838
+ readonly oneOf: readonly [{
2839
+ readonly $ref: "#/components/schemas/EmailAddressModel";
2840
+ }];
2841
+ };
2842
+ };
2843
+ readonly enableLogging: {
2844
+ readonly type: "boolean";
2845
+ };
2846
+ readonly logExpiryDays: {
2847
+ readonly type: "integer";
2848
+ readonly format: "int32";
2849
+ };
2850
+ readonly storeEmailContent: {
2851
+ readonly type: "boolean";
2852
+ };
2853
+ readonly storedEmailExpiryInDays: {
2854
+ readonly type: "integer";
2855
+ readonly format: "int32";
2856
+ };
2857
+ readonly enableTracking: {
2858
+ readonly type: "boolean";
2859
+ };
2860
+ readonly sendIndividualEmails: {
2861
+ readonly type: "boolean";
2862
+ };
2863
+ readonly sender: {
2864
+ readonly oneOf: readonly [{
2865
+ readonly $ref: "#/components/schemas/EmailAddressModel";
2866
+ }];
2867
+ };
2868
+ readonly replyTo: {
2869
+ readonly oneOf: readonly [{
2870
+ readonly $ref: "#/components/schemas/EmailAddressModel";
2871
+ }];
2872
+ };
2873
+ readonly typedModelAlias: {
2874
+ readonly type: "string";
2875
+ };
2876
+ readonly content: {
2877
+ readonly oneOf: readonly [{
2878
+ readonly $ref: "#/components/schemas/EmailContentFrontendModel";
2879
+ }];
2880
+ readonly description: "Front end model for email editor, used both for Campaigns and Transactionals.";
2881
+ };
2882
+ readonly subject: {
2883
+ readonly type: "string";
2884
+ };
2885
+ readonly themeAlias: {
2886
+ readonly type: "string";
2887
+ };
2888
+ readonly log: {
2889
+ readonly oneOf: readonly [{
2890
+ readonly $ref: "#/components/schemas/TransactionalLogFMModel";
2891
+ }];
2892
+ };
2893
+ };
2894
+ readonly additionalProperties: false;
2895
+ readonly description: "Model for transactional emails.";
2896
+ };
2897
+ export declare const $TransactionalEditSectionFMModel: {
2898
+ readonly required: readonly ["controlTypes", "details", "editorToolboxControls", "fonts", "log", "mergeFieldModels", "path", "themes", "transactionalEmailId"];
2899
+ readonly type: "object";
2900
+ readonly properties: {
2901
+ readonly path: {
2902
+ readonly type: "array";
2903
+ readonly items: {
2904
+ readonly type: "string";
2905
+ };
2906
+ };
2907
+ readonly transactionalEmailId: {
2908
+ readonly type: "integer";
2909
+ readonly format: "int32";
2910
+ };
2911
+ readonly details: {
2912
+ readonly oneOf: readonly [{
2913
+ readonly $ref: "#/components/schemas/TransactionalEditFMModel";
2914
+ }];
2915
+ readonly description: "Model for transactional emails.";
2916
+ };
2917
+ readonly controlTypes: {
2918
+ readonly type: "array";
2919
+ readonly items: {
2920
+ readonly oneOf: readonly [{
2921
+ readonly $ref: "#/components/schemas/EmailControlTypeFrontendModel";
2922
+ }];
2923
+ };
2924
+ readonly description: "List of control types used to get the render view-path to the control.";
2925
+ };
2926
+ readonly editorToolboxControls: {
2927
+ readonly type: "array";
2928
+ readonly items: {};
2929
+ readonly description: "List of controls for Toolbox";
2930
+ };
2931
+ readonly themes: {
2932
+ readonly type: "array";
2933
+ readonly items: {
2934
+ readonly oneOf: readonly [{
2935
+ readonly $ref: "#/components/schemas/ThemeListItemFrontendModel";
2936
+ }];
2937
+ };
2938
+ };
2939
+ readonly fonts: {
2940
+ readonly type: "array";
2941
+ readonly items: {
2942
+ readonly oneOf: readonly [{
2943
+ readonly $ref: "#/components/schemas/FontDefinitionGroupModel";
2944
+ }];
2945
+ };
2946
+ };
2947
+ readonly mergeFieldModels: {
2948
+ readonly type: "array";
2949
+ readonly items: {
2950
+ readonly oneOf: readonly [{
2951
+ readonly $ref: "#/components/schemas/DropdownOptionGroupFrontendModel";
2952
+ }];
2953
+ };
2954
+ };
2955
+ readonly log: {
2956
+ readonly oneOf: readonly [{
2957
+ readonly $ref: "#/components/schemas/TransactionalLogFMModel";
2958
+ }];
2959
+ };
2960
+ };
2961
+ readonly additionalProperties: false;
2962
+ };
2963
+ export declare const $TransactionalEditSendTestEmailCustomBindFMModel: {
2964
+ readonly required: readonly ["email", "transactional"];
2965
+ readonly type: "object";
2966
+ readonly properties: {
2967
+ readonly transactional: {
2968
+ readonly oneOf: readonly [{
2969
+ readonly $ref: "#/components/schemas/TransactionalEditFMModel";
2970
+ }];
2971
+ readonly description: "Model for transactional emails.";
2972
+ };
2973
+ readonly email: {
2974
+ readonly type: "string";
2975
+ };
2976
+ };
2977
+ readonly additionalProperties: false;
2978
+ };
2979
+ export declare const $TransactionalEmailListItemFMModel: {
2980
+ readonly required: readonly ["creatorName", "id", "key", "name", "showActionMenu", "state", "updated", "workspaceKey"];
2981
+ readonly type: "object";
2982
+ readonly properties: {
2983
+ readonly id: {
2984
+ readonly type: "integer";
2985
+ readonly format: "int32";
2986
+ };
2987
+ readonly key: {
2988
+ readonly type: "string";
2989
+ readonly format: "uuid";
2990
+ };
2991
+ readonly name: {
2992
+ readonly type: "string";
2993
+ };
2994
+ readonly workspaceKey: {
2995
+ readonly type: "string";
2996
+ readonly format: "uuid";
2997
+ };
2998
+ readonly state: {
2999
+ readonly type: "string";
3000
+ };
3001
+ readonly updated: {
3002
+ readonly type: "string";
3003
+ readonly format: "date-time";
3004
+ };
3005
+ readonly showActionMenu: {
3006
+ readonly type: "boolean";
3007
+ readonly description: "Used by the view to toggle the \"action drop down\" for each list item";
3008
+ };
3009
+ readonly creatorName: {
3010
+ readonly type: "string";
3011
+ readonly description: "The name of the creator User";
3012
+ };
3013
+ };
3014
+ readonly additionalProperties: false;
3015
+ };
3016
+ export declare const $TransactionalEmailPropertyEditorValueModel: {
3017
+ readonly required: readonly ["transactionalEmailKey", "workspaceKey"];
3018
+ readonly type: "object";
3019
+ readonly properties: {
3020
+ readonly workspaceKey: {
3021
+ readonly type: "string";
3022
+ readonly format: "uuid";
3023
+ };
3024
+ readonly transactionalEmailKey: {
3025
+ readonly type: "string";
3026
+ readonly format: "uuid";
3027
+ };
3028
+ };
3029
+ readonly additionalProperties: false;
3030
+ readonly description: "The model stored in the \"umbraco db\" for the property editor. This should be returned by the property value converter.";
3031
+ };
3032
+ export declare const $TransactionalLogFMModel: {
3033
+ readonly required: readonly ["emails", "logItemStatuses", "sentLast3Months", "sentLastWeek", "sentTotal"];
3034
+ readonly type: "object";
3035
+ readonly properties: {
3036
+ readonly sentTotal: {
3037
+ readonly type: "integer";
3038
+ readonly format: "int32";
3039
+ };
3040
+ readonly sentLastWeek: {
3041
+ readonly type: "integer";
3042
+ readonly format: "int32";
3043
+ };
3044
+ readonly sentLast3Months: {
3045
+ readonly type: "integer";
3046
+ readonly format: "int32";
3047
+ };
3048
+ readonly emails: {
3049
+ readonly oneOf: readonly [{
3050
+ readonly $ref: "#/components/schemas/PageWithFilterTransactionalLogListItemFMGetTransactionalLogListRequestFMModel";
3051
+ }];
3052
+ };
3053
+ readonly logItemStatuses: {
3054
+ readonly type: "array";
3055
+ readonly items: {
3056
+ readonly oneOf: readonly [{
3057
+ readonly $ref: "#/components/schemas/ListItemValueAndTranslationModel";
3058
+ }];
3059
+ };
3060
+ };
3061
+ };
3062
+ readonly additionalProperties: false;
3063
+ };
3064
+ export declare const $TransactionalLogListItemFMModel: {
3065
+ readonly required: readonly ["sentDate", "status", "subject", "to", "trackingTransactionalId"];
3066
+ readonly type: "object";
3067
+ readonly properties: {
3068
+ readonly trackingTransactionalId: {
3069
+ readonly type: "integer";
3070
+ readonly format: "int32";
3071
+ };
3072
+ readonly status: {
3073
+ readonly type: "string";
3074
+ };
3075
+ readonly to: {
3076
+ readonly type: "string";
3077
+ readonly description: "A comma list of recipient emails for the given mail.";
3078
+ };
3079
+ readonly subject: {
3080
+ readonly type: "string";
3081
+ };
3082
+ readonly sentDate: {
3083
+ readonly type: "string";
3084
+ readonly format: "date-time";
3085
+ };
3086
+ };
3087
+ readonly additionalProperties: false;
3088
+ };
3089
+ export declare const $UpdatedRecipientListStatusesFrontEndModel: {
3090
+ readonly required: readonly ["mailingListId", "statusId", "subscriptionId"];
3091
+ readonly type: "object";
3092
+ readonly properties: {
3093
+ readonly subscriptionId: {
3094
+ readonly type: "string";
3095
+ };
3096
+ readonly mailingListId: {
3097
+ readonly type: "string";
3098
+ };
3099
+ readonly statusId: {
3100
+ readonly type: "string";
3101
+ };
3102
+ };
3103
+ readonly additionalProperties: false;
3104
+ };
3105
+ export declare const $UploadPastedRawTextFrontendModel: {
3106
+ readonly required: readonly ["rawText", "workspaceKey"];
3107
+ readonly type: "object";
3108
+ readonly properties: {
3109
+ readonly workspaceKey: {
3110
+ readonly type: "string";
3111
+ readonly format: "uuid";
3112
+ };
3113
+ readonly mailingListKey: {
3114
+ readonly type: "string";
3115
+ readonly format: "uuid";
3116
+ readonly nullable: true;
3117
+ };
3118
+ readonly rawText: {
3119
+ readonly type: "string";
3120
+ readonly description: "Holds the raw text to import, probably a semicollon-serparated string with rows.";
3121
+ };
3122
+ };
3123
+ readonly additionalProperties: false;
3124
+ };
3125
+ export declare const $ValidationErrorModel: {
3126
+ readonly required: readonly ["errorAlias", "internalDescription", "localizationKey", "property"];
3127
+ readonly type: "object";
3128
+ readonly properties: {
3129
+ readonly property: {
3130
+ readonly type: "string";
3131
+ readonly description: "Holds a \"alias\" for the property that is validated.";
3132
+ };
3133
+ readonly localizationKey: {
3134
+ readonly type: "string";
3135
+ readonly description: "Localization key ie ns_validationFooBar";
3136
+ };
3137
+ readonly internalDescription: {
3138
+ readonly type: "string";
3139
+ readonly description: "A internal description for debugging and logging.";
3140
+ };
3141
+ readonly errorAlias: {
3142
+ readonly type: "string";
3143
+ readonly description: "A string matching a client side error alias. ie \"required\" or \"email\"";
3144
+ };
3145
+ };
3146
+ readonly additionalProperties: false;
3147
+ };
3148
+ export declare const $WorkspaceAccessFrontendModel: {
3149
+ readonly required: readonly ["id", "name", "open", "permissions"];
3150
+ readonly type: "object";
3151
+ readonly properties: {
3152
+ readonly id: {
3153
+ readonly type: "integer";
3154
+ readonly description: "Id of entity, needed to keep track of changes";
3155
+ readonly format: "int32";
3156
+ };
3157
+ readonly name: {
3158
+ readonly type: "string";
3159
+ readonly description: "Either Group Name or User Name";
3160
+ };
3161
+ readonly userId: {
3162
+ readonly type: "integer";
3163
+ readonly format: "int32";
3164
+ readonly nullable: true;
3165
+ };
3166
+ readonly userGroupId: {
3167
+ readonly type: "integer";
3168
+ readonly format: "int32";
3169
+ readonly nullable: true;
3170
+ };
3171
+ readonly permissions: {
3172
+ readonly type: "array";
3173
+ readonly items: {
3174
+ readonly type: "string";
3175
+ };
3176
+ };
3177
+ readonly open: {
3178
+ readonly type: "boolean";
3179
+ readonly description: "Holds UI state";
3180
+ };
3181
+ };
3182
+ readonly additionalProperties: false;
3183
+ };
3184
+ export declare const $WorkspaceAccessPermissionFrontendModel: {
3185
+ readonly required: readonly ["alias", "localizationKey"];
3186
+ readonly type: "object";
3187
+ readonly properties: {
3188
+ readonly alias: {
3189
+ readonly type: "string";
3190
+ };
3191
+ readonly localizationKey: {
3192
+ readonly type: "string";
3193
+ };
3194
+ };
3195
+ readonly additionalProperties: false;
3196
+ };
3197
+ export declare const $WorkspaceDashboardCampaignListItemFMModel: {
3198
+ readonly required: readonly ["id", "isScheduled", "isUmbracoContent", "key", "name", "updated", "workspaceKey"];
3199
+ readonly type: "object";
3200
+ readonly properties: {
3201
+ readonly id: {
3202
+ readonly type: "integer";
3203
+ readonly format: "int32";
3204
+ };
3205
+ readonly key: {
3206
+ readonly type: "string";
3207
+ readonly format: "uuid";
3208
+ };
3209
+ readonly workspaceKey: {
3210
+ readonly type: "string";
3211
+ readonly format: "uuid";
3212
+ };
3213
+ readonly name: {
3214
+ readonly type: "string";
3215
+ };
3216
+ readonly updated: {
3217
+ readonly type: "string";
3218
+ readonly format: "date-time";
3219
+ };
3220
+ readonly isScheduled: {
3221
+ readonly type: "boolean";
3222
+ };
3223
+ readonly isUmbracoContent: {
3224
+ readonly type: "boolean";
3225
+ };
3226
+ readonly umbracoContentKey: {
3227
+ readonly type: "string";
3228
+ readonly format: "uuid";
3229
+ readonly nullable: true;
3230
+ };
3231
+ };
3232
+ readonly additionalProperties: false;
3233
+ };
3234
+ export declare const $WorkspaceDashboardLastSentCampaignModel: {
3235
+ readonly required: readonly ["clicked", "error", "id", "key", "name", "notOpened", "opened", "workspaceKey"];
3236
+ readonly type: "object";
3237
+ readonly properties: {
3238
+ readonly id: {
3239
+ readonly type: "integer";
3240
+ readonly format: "int32";
3241
+ };
3242
+ readonly key: {
3243
+ readonly type: "string";
3244
+ readonly format: "uuid";
3245
+ };
3246
+ readonly workspaceKey: {
3247
+ readonly type: "string";
3248
+ readonly format: "uuid";
3249
+ };
3250
+ readonly name: {
3251
+ readonly type: "string";
3252
+ };
3253
+ readonly clicked: {
3254
+ readonly oneOf: readonly [{
3255
+ readonly $ref: "#/components/schemas/PercentResultModel";
3256
+ }];
3257
+ };
3258
+ readonly opened: {
3259
+ readonly oneOf: readonly [{
3260
+ readonly $ref: "#/components/schemas/PercentResultModel";
3261
+ }];
3262
+ };
3263
+ readonly notOpened: {
3264
+ readonly oneOf: readonly [{
3265
+ readonly $ref: "#/components/schemas/PercentResultModel";
3266
+ }];
3267
+ };
3268
+ readonly error: {
3269
+ readonly oneOf: readonly [{
3270
+ readonly $ref: "#/components/schemas/PercentResultModel";
3271
+ }];
3272
+ };
3273
+ };
3274
+ readonly additionalProperties: false;
3275
+ };
3276
+ export declare const $WorkspaceDashboardLicenseInformationModel: {
3277
+ readonly required: readonly ["readMoreLink", "status"];
3278
+ readonly type: "object";
3279
+ readonly properties: {
3280
+ readonly readMoreLink: {
3281
+ readonly type: "string";
3282
+ };
3283
+ readonly status: {
3284
+ readonly type: "string";
3285
+ };
3286
+ };
3287
+ readonly additionalProperties: false;
3288
+ };
3289
+ export declare const $WorkspaceDashboardOverviewFMModel: {
3290
+ readonly required: readonly ["emailInProgress", "lastMonthNewRecipientsCount", "lastMonthSentCampaignsCount", "lastMonthUnsubscribedCount", "lastSentCampaign", "latestCampaigns", "license", "packagePrice", "packageVersion", "path", "subscriberGrowth", "userIsAdmin", "workspaceKeys"];
3291
+ readonly type: "object";
3292
+ readonly properties: {
3293
+ readonly path: {
3294
+ readonly type: "array";
3295
+ readonly items: {
3296
+ readonly type: "string";
3297
+ };
3298
+ };
3299
+ readonly packagePrice: {
3300
+ readonly type: "integer";
3301
+ readonly description: "Holds the price for the package, used in the upgrade-CTA.";
3302
+ readonly format: "int32";
3303
+ };
3304
+ readonly packageVersion: {
3305
+ readonly type: "string";
3306
+ };
3307
+ readonly license: {
3308
+ readonly oneOf: readonly [{
3309
+ readonly $ref: "#/components/schemas/WorkspaceDashboardLicenseInformationModel";
3310
+ }];
3311
+ readonly description: "Shows license information but ONLY when there is just one Workspace used for the data.";
3312
+ };
3313
+ readonly emailInProgress: {
3314
+ readonly oneOf: readonly [{
3315
+ readonly $ref: "#/components/schemas/CampaignEmailProgressFMModel";
3316
+ }];
3317
+ };
3318
+ readonly workspaceKeys: {
3319
+ readonly type: "array";
3320
+ readonly items: {
3321
+ readonly type: "string";
3322
+ readonly format: "uuid";
3323
+ };
3324
+ readonly description: "Lists all workspaces that the current view should visualize.";
3325
+ };
3326
+ readonly userIsAdmin: {
3327
+ readonly type: "boolean";
3328
+ };
3329
+ readonly subscriberGrowth: {
3330
+ readonly type: "array";
3331
+ readonly items: {
3332
+ readonly oneOf: readonly [{
3333
+ readonly $ref: "#/components/schemas/CountPerDayModel";
3334
+ }];
3335
+ };
3336
+ };
3337
+ readonly latestCampaigns: {
3338
+ readonly type: "array";
3339
+ readonly items: {
3340
+ readonly oneOf: readonly [{
3341
+ readonly $ref: "#/components/schemas/WorkspaceDashboardCampaignListItemFMModel";
3342
+ }];
3343
+ };
3344
+ };
3345
+ readonly lastSentCampaign: {
3346
+ readonly oneOf: readonly [{
3347
+ readonly $ref: "#/components/schemas/WorkspaceDashboardLastSentCampaignModel";
3348
+ }];
3349
+ };
3350
+ readonly lastMonthSentCampaignsCount: {
3351
+ readonly type: "integer";
3352
+ readonly format: "int32";
3353
+ };
3354
+ readonly lastMonthNewRecipientsCount: {
3355
+ readonly type: "integer";
3356
+ readonly format: "int32";
3357
+ };
3358
+ readonly lastMonthUnsubscribedCount: {
3359
+ readonly type: "integer";
3360
+ readonly format: "int32";
3361
+ };
3362
+ };
3363
+ readonly additionalProperties: false;
3364
+ };
3365
+ export declare const $WorkspaceListItemFrontendModel: {
3366
+ readonly required: readonly ["id", "key", "licenseStatus", "name"];
3367
+ readonly type: "object";
3368
+ readonly properties: {
3369
+ readonly id: {
3370
+ readonly type: "integer";
3371
+ readonly format: "int32";
3372
+ };
3373
+ readonly key: {
3374
+ readonly type: "string";
3375
+ readonly format: "uuid";
3376
+ };
3377
+ readonly name: {
3378
+ readonly type: "string";
3379
+ };
3380
+ readonly licenseStatus: {
3381
+ readonly type: "string";
3382
+ readonly description: "Indicate license status,\nlicensed = working license for workspace\ntrial = no license for workspace\ninvalid = license does not match baseUrl.";
3383
+ };
3384
+ };
3385
+ readonly additionalProperties: false;
3386
+ };
3387
+ export declare const $WorkspaceManageFrontendModel: {
3388
+ readonly required: readonly ["access", "accessIdsDirty", "accessIdsRemoved", "allEmailControls", "baseUrl", "campaignMergeFieldProviders", "customFields", "defaultTheme", "emailControls", "emailServiceProvider", "key", "name", "recipientProviders", "themes", "transactionalAllEmailControls", "transactionalDefaultTheme", "transactionalEmailControls", "transactionalMergeFieldProviders", "transactionalThemes"];
3389
+ readonly type: "object";
3390
+ readonly properties: {
3391
+ readonly name: {
3392
+ readonly type: "string";
3393
+ };
3394
+ readonly key: {
3395
+ readonly type: "string";
3396
+ readonly format: "uuid";
3397
+ };
3398
+ readonly access: {
3399
+ readonly type: "array";
3400
+ readonly items: {
3401
+ readonly oneOf: readonly [{
3402
+ readonly $ref: "#/components/schemas/WorkspaceAccessFrontendModel";
3403
+ }];
3404
+ };
3405
+ };
3406
+ readonly customFields: {
3407
+ readonly type: "array";
3408
+ readonly items: {
3409
+ readonly oneOf: readonly [{
3410
+ readonly $ref: "#/components/schemas/WorkspaceMergeFieldSettingFrontendModel";
3411
+ }];
3412
+ };
3413
+ };
3414
+ readonly campaignMergeFieldProviders: {
3415
+ readonly type: "array";
3416
+ readonly items: {
3417
+ readonly type: "string";
3418
+ };
3419
+ };
3420
+ readonly recipientProviders: {
3421
+ readonly type: "array";
3422
+ readonly items: {
3423
+ readonly type: "string";
3424
+ };
3425
+ };
3426
+ readonly allEmailControls: {
3427
+ readonly type: "boolean";
3428
+ };
3429
+ readonly emailControls: {
3430
+ readonly type: "array";
3431
+ readonly items: {
3432
+ readonly type: "string";
3433
+ };
3434
+ };
3435
+ readonly themes: {
3436
+ readonly type: "array";
3437
+ readonly items: {
3438
+ readonly type: "string";
3439
+ };
3440
+ };
3441
+ readonly defaultTheme: {
3442
+ readonly type: "string";
3443
+ };
3444
+ readonly transactionalMergeFieldProviders: {
3445
+ readonly type: "array";
3446
+ readonly items: {
3447
+ readonly type: "string";
3448
+ };
3449
+ };
3450
+ readonly transactionalAllEmailControls: {
3451
+ readonly type: "boolean";
3452
+ };
3453
+ readonly transactionalEmailControls: {
3454
+ readonly type: "array";
3455
+ readonly items: {
3456
+ readonly type: "string";
3457
+ };
3458
+ };
3459
+ readonly transactionalThemes: {
3460
+ readonly type: "array";
3461
+ readonly items: {
3462
+ readonly type: "string";
3463
+ };
3464
+ };
3465
+ readonly transactionalDefaultTheme: {
3466
+ readonly type: "string";
3467
+ };
3468
+ readonly emailServiceProvider: {
3469
+ readonly oneOf: readonly [{
3470
+ readonly $ref: "#/components/schemas/WorkspaceSettingsEmailProviderFrontendModel";
3471
+ }];
3472
+ };
3473
+ readonly baseUrl: {
3474
+ readonly type: "string";
3475
+ };
3476
+ readonly accessIdsRemoved: {
3477
+ readonly type: "array";
3478
+ readonly items: {
3479
+ readonly type: "integer";
3480
+ readonly format: "int32";
3481
+ };
3482
+ };
3483
+ readonly accessIdsDirty: {
3484
+ readonly type: "array";
3485
+ readonly items: {
3486
+ readonly type: "integer";
3487
+ readonly format: "int32";
3488
+ };
3489
+ };
3490
+ };
3491
+ readonly additionalProperties: false;
3492
+ };
3493
+ export declare const $WorkspaceManageOverviewFrontendModel: {
3494
+ readonly required: readonly ["accessPermissionsTypes", "campaignMergeFieldProviders", "defaultThemeAlias", "emailControls", "emailServiceProviders", "isBaseUrlOverridden", "isEmailServiceProviderOverridden", "model", "overriddenEmailServiceProviderSettings", "recipientListProviders", "themes", "transactionalMergeFieldProviders"];
3495
+ readonly type: "object";
3496
+ readonly properties: {
3497
+ readonly model: {
3498
+ readonly oneOf: readonly [{
3499
+ readonly $ref: "#/components/schemas/WorkspaceManageFrontendModel";
3500
+ }];
3501
+ };
3502
+ readonly accessPermissionsTypes: {
3503
+ readonly type: "array";
3504
+ readonly items: {
3505
+ readonly oneOf: readonly [{
3506
+ readonly $ref: "#/components/schemas/WorkspaceAccessPermissionFrontendModel";
3507
+ }];
3508
+ };
3509
+ };
3510
+ readonly recipientListProviders: {
3511
+ readonly type: "array";
3512
+ readonly items: {
3513
+ readonly oneOf: readonly [{
3514
+ readonly $ref: "#/components/schemas/ListItemIdAndLabelModel";
3515
+ }];
3516
+ readonly description: "List item model used when no translation is needed and the label is stored inside the system.\nFor translated list items use NewsletterStudio.Core.Frontend.Common.ListItemIdAndTranslation";
3517
+ };
3518
+ };
3519
+ readonly campaignMergeFieldProviders: {
3520
+ readonly type: "array";
3521
+ readonly items: {
3522
+ readonly oneOf: readonly [{
3523
+ readonly $ref: "#/components/schemas/ListItemIdAndLabelModel";
3524
+ }];
3525
+ readonly description: "List item model used when no translation is needed and the label is stored inside the system.\nFor translated list items use NewsletterStudio.Core.Frontend.Common.ListItemIdAndTranslation";
3526
+ };
3527
+ };
3528
+ readonly transactionalMergeFieldProviders: {
3529
+ readonly type: "array";
3530
+ readonly items: {
3531
+ readonly oneOf: readonly [{
3532
+ readonly $ref: "#/components/schemas/ListItemIdAndLabelModel";
3533
+ }];
3534
+ readonly description: "List item model used when no translation is needed and the label is stored inside the system.\nFor translated list items use NewsletterStudio.Core.Frontend.Common.ListItemIdAndTranslation";
3535
+ };
3536
+ };
3537
+ readonly emailControls: {
3538
+ readonly type: "array";
3539
+ readonly items: {
3540
+ readonly oneOf: readonly [{
3541
+ readonly $ref: "#/components/schemas/ListItemIdAndTranslationModel";
3542
+ }];
3543
+ readonly description: "Used for list with translated labels";
3544
+ };
3545
+ };
3546
+ readonly themes: {
3547
+ readonly type: "array";
3548
+ readonly items: {
3549
+ readonly oneOf: readonly [{
3550
+ readonly $ref: "#/components/schemas/ListItemIdAndLabelModel";
3551
+ }];
3552
+ readonly description: "List item model used when no translation is needed and the label is stored inside the system.\nFor translated list items use NewsletterStudio.Core.Frontend.Common.ListItemIdAndTranslation";
3553
+ };
3554
+ };
3555
+ readonly defaultThemeAlias: {
3556
+ readonly type: "string";
3557
+ };
3558
+ readonly emailServiceProviders: {
3559
+ readonly type: "array";
3560
+ readonly items: {
3561
+ readonly oneOf: readonly [{
3562
+ readonly $ref: "#/components/schemas/EmailServiceProviderFrontendModel";
3563
+ }];
3564
+ };
3565
+ };
3566
+ readonly isBaseUrlOverridden: {
3567
+ readonly type: "boolean";
3568
+ };
3569
+ readonly isEmailServiceProviderOverridden: {
3570
+ readonly type: "boolean";
3571
+ };
3572
+ readonly overriddenEmailServiceProviderSettings: {
3573
+ readonly type: "object";
3574
+ readonly additionalProperties: {
3575
+ readonly type: "boolean";
3576
+ };
3577
+ };
3578
+ };
3579
+ readonly additionalProperties: false;
3580
+ };
3581
+ export declare const $WorkspaceMergeFieldSettingFrontendModel: {
3582
+ readonly required: readonly ["customFieldAlias", "fieldLabel", "mergeFieldAlias"];
3583
+ readonly type: "object";
3584
+ readonly properties: {
3585
+ readonly customFieldAlias: {
3586
+ readonly type: "string";
3587
+ readonly description: "The custom field in ns, ie customField1, customField2 etc. Hidden in the UI";
3588
+ };
3589
+ readonly fieldLabel: {
3590
+ readonly type: "string";
3591
+ readonly description: "Friendly label for UI";
3592
+ };
3593
+ readonly mergeFieldAlias: {
3594
+ readonly type: "string";
3595
+ readonly description: "Merge field alias, to be used in email [foo], [city] etc.";
3596
+ };
3597
+ };
3598
+ readonly additionalProperties: false;
3599
+ };
3600
+ export declare const $WorkspaceSettingsEmailProviderFrontendModel: {
3601
+ readonly required: readonly ["alias", "settings"];
3602
+ readonly type: "object";
3603
+ readonly properties: {
3604
+ readonly alias: {
3605
+ readonly type: "string";
3606
+ };
3607
+ readonly settings: {
3608
+ readonly type: "object";
3609
+ readonly additionalProperties: {};
3610
+ };
3611
+ };
3612
+ readonly additionalProperties: false;
3613
+ };
3614
+ export declare const $WorkspaceSettingsFrontendModel: {
3615
+ readonly required: readonly ["defaultSenderEmail", "defaultSenderForce", "defaultSenderName", "doubleOptConfirmationUrl", "doubleOptInEnabled", "doubleOptInTemplate", "googleAnalyticsContent", "googleAnalyticsMedium", "googleAnalyticsName", "googleAnalyticsSource", "googleAnalyticsTrackingEnabled", "key", "licenseDetails", "licenseStatus", "listUnsubscribeEmailCustom", "listUnsubscribeEmailOption", "name", "path", "transactionalGoogleAnalyticsContent", "transactionalGoogleAnalyticsMedium", "transactionalGoogleAnalyticsName", "transactionalGoogleAnalyticsSource", "transactionalGoogleAnalyticsTrackingEnabled", "unsubscribeConfirmationUrl", "unsubscribeForceLinkInEmail", "userIsAdmin"];
3616
+ readonly type: "object";
3617
+ readonly properties: {
3618
+ readonly path: {
3619
+ readonly type: "array";
3620
+ readonly items: {
3621
+ readonly type: "string";
3622
+ };
3623
+ };
3624
+ readonly name: {
3625
+ readonly type: "string";
3626
+ };
3627
+ readonly key: {
3628
+ readonly type: "string";
3629
+ readonly format: "uuid";
3630
+ };
3631
+ readonly licenseDetails: {
3632
+ readonly oneOf: readonly [{
3633
+ readonly $ref: "#/components/schemas/LicenseDetailsFMModel";
3634
+ }];
3635
+ };
3636
+ readonly licenseStatus: {
3637
+ readonly type: "string";
3638
+ };
3639
+ readonly userIsAdmin: {
3640
+ readonly type: "boolean";
3641
+ };
3642
+ readonly defaultSenderName: {
3643
+ readonly type: "string";
3644
+ };
3645
+ readonly defaultSenderEmail: {
3646
+ readonly type: "string";
3647
+ };
3648
+ readonly defaultSenderForce: {
3649
+ readonly type: "boolean";
3650
+ };
3651
+ readonly listUnsubscribeEmailOption: {
3652
+ readonly type: "string";
3653
+ };
3654
+ readonly listUnsubscribeEmailCustom: {
3655
+ readonly type: "string";
3656
+ };
3657
+ readonly googleAnalyticsTrackingEnabled: {
3658
+ readonly type: "boolean";
3659
+ };
3660
+ readonly googleAnalyticsSource: {
3661
+ readonly type: "string";
3662
+ };
3663
+ readonly googleAnalyticsMedium: {
3664
+ readonly type: "string";
3665
+ };
3666
+ readonly googleAnalyticsName: {
3667
+ readonly type: "string";
3668
+ };
3669
+ readonly googleAnalyticsContent: {
3670
+ readonly type: "string";
3671
+ };
3672
+ readonly doubleOptInEnabled: {
3673
+ readonly type: "boolean";
3674
+ };
3675
+ readonly doubleOptConfirmationUrl: {
3676
+ readonly type: "string";
3677
+ };
3678
+ readonly doubleOptInTemplate: {
3679
+ readonly type: "array";
3680
+ readonly items: {
3681
+ readonly oneOf: readonly [{
3682
+ readonly $ref: "#/components/schemas/TransactionalEmailPropertyEditorValueModel";
3683
+ }];
3684
+ readonly description: "The model stored in the \"umbraco db\" for the property editor. This should be returned by the property value converter.";
3685
+ };
3686
+ };
3687
+ readonly unsubscribeForceLinkInEmail: {
3688
+ readonly type: "boolean";
3689
+ };
3690
+ readonly unsubscribeConfirmationUrl: {
3691
+ readonly type: "string";
3692
+ };
3693
+ readonly transactionalGoogleAnalyticsTrackingEnabled: {
3694
+ readonly type: "boolean";
3695
+ };
3696
+ readonly transactionalGoogleAnalyticsSource: {
3697
+ readonly type: "string";
3698
+ };
3699
+ readonly transactionalGoogleAnalyticsMedium: {
3700
+ readonly type: "string";
3701
+ };
3702
+ readonly transactionalGoogleAnalyticsName: {
3703
+ readonly type: "string";
3704
+ };
3705
+ readonly transactionalGoogleAnalyticsContent: {
3706
+ readonly type: "string";
3707
+ };
3708
+ };
3709
+ readonly additionalProperties: false;
3710
+ };
3711
+ export declare const $WorkspacesOverviewFMModel: {
3712
+ readonly required: readonly ["licenseDetails", "workspaces"];
3713
+ readonly type: "object";
3714
+ readonly properties: {
3715
+ readonly licenseDetails: {
3716
+ readonly oneOf: readonly [{
3717
+ readonly $ref: "#/components/schemas/LicenseDetailsFMModel";
3718
+ }];
3719
+ };
3720
+ readonly workspaces: {
3721
+ readonly type: "array";
3722
+ readonly items: {
3723
+ readonly oneOf: readonly [{
3724
+ readonly $ref: "#/components/schemas/WorkspaceListItemFrontendModel";
3725
+ }];
3726
+ };
3727
+ };
3728
+ };
3729
+ readonly additionalProperties: false;
3730
+ };