@open-mercato/core 0.6.8-develop.6984.1.f0cf23f0f6 → 0.6.8-develop.6985.1.fb93574faa

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 (597) hide show
  1. package/.turbo/turbo-build.log +2 -2
  2. package/dist/generated/entities/notification/index.js +6 -0
  3. package/dist/generated/entities/notification/index.js.map +2 -2
  4. package/dist/generated/entities/notification_preference/index.js +19 -0
  5. package/dist/generated/entities/notification_preference/index.js.map +7 -0
  6. package/dist/generated/entities/notification_type/index.js +21 -0
  7. package/dist/generated/entities/notification_type/index.js.map +7 -0
  8. package/dist/generated/entities/notification_type_override/index.js +17 -0
  9. package/dist/generated/entities/notification_type_override/index.js.map +7 -0
  10. package/dist/generated/entities/push_notification_delivery/index.js +41 -0
  11. package/dist/generated/entities/push_notification_delivery/index.js.map +7 -0
  12. package/dist/generated/entities/user_device/index.js +35 -0
  13. package/dist/generated/entities/user_device/index.js.map +7 -0
  14. package/dist/generated/entities.ids.generated.js +12 -1
  15. package/dist/generated/entities.ids.generated.js.map +2 -2
  16. package/dist/generated/entity-fields-registry.js +72 -0
  17. package/dist/generated/entity-fields-registry.js.map +2 -2
  18. package/dist/helpers/integration/api.js +2 -1
  19. package/dist/helpers/integration/api.js.map +2 -2
  20. package/dist/helpers/integration/appRoot.js +9 -0
  21. package/dist/helpers/integration/appRoot.js.map +7 -0
  22. package/dist/helpers/integration/dbFixtures.js +1 -4
  23. package/dist/helpers/integration/dbFixtures.js.map +2 -2
  24. package/dist/helpers/integration/pushFake.js +126 -0
  25. package/dist/helpers/integration/pushFake.js.map +7 -0
  26. package/dist/modules/auth/notifications.js +16 -0
  27. package/dist/modules/auth/notifications.js.map +2 -2
  28. package/dist/modules/business_rules/notifications.js +2 -0
  29. package/dist/modules/business_rules/notifications.js.map +2 -2
  30. package/dist/modules/catalog/notifications.js +2 -0
  31. package/dist/modules/catalog/notifications.js.map +2 -2
  32. package/dist/modules/communication_channels/acl.js +9 -0
  33. package/dist/modules/communication_channels/acl.js.map +2 -2
  34. package/dist/modules/communication_channels/api/delete/admin/channels/[id]/route.js +133 -0
  35. package/dist/modules/communication_channels/api/delete/admin/channels/[id]/route.js.map +7 -0
  36. package/dist/modules/communication_channels/api/get/channels/[id]/health/route.js +6 -2
  37. package/dist/modules/communication_channels/api/get/channels/[id]/health/route.js.map +2 -2
  38. package/dist/modules/communication_channels/api/get/channels/[id]/route.js +6 -2
  39. package/dist/modules/communication_channels/api/get/channels/[id]/route.js.map +2 -2
  40. package/dist/modules/communication_channels/api/get/channels/route.js +2 -1
  41. package/dist/modules/communication_channels/api/get/channels/route.js.map +2 -2
  42. package/dist/modules/communication_channels/api/post/channels/[id]/test-send/route.js +10 -5
  43. package/dist/modules/communication_channels/api/post/channels/[id]/test-send/route.js.map +2 -2
  44. package/dist/modules/communication_channels/api/post/channels/connect/credentials/route.js +29 -1
  45. package/dist/modules/communication_channels/api/post/channels/connect/credentials/route.js.map +2 -2
  46. package/dist/modules/communication_channels/api/post/channels/connect/tenant-credentials/route.js +157 -0
  47. package/dist/modules/communication_channels/api/post/channels/connect/tenant-credentials/route.js.map +7 -0
  48. package/dist/modules/communication_channels/backend/communication_channels/channels/page.js +8 -1
  49. package/dist/modules/communication_channels/backend/communication_channels/channels/page.js.map +2 -2
  50. package/dist/modules/communication_channels/commands/admin-delete-channel.js +141 -0
  51. package/dist/modules/communication_channels/commands/admin-delete-channel.js.map +7 -0
  52. package/dist/modules/communication_channels/commands/connect-credential-channel.js +25 -8
  53. package/dist/modules/communication_channels/commands/connect-credential-channel.js.map +2 -2
  54. package/dist/modules/communication_channels/commands/deliver-outbound-message.js +2 -2
  55. package/dist/modules/communication_channels/commands/deliver-outbound-message.js.map +2 -2
  56. package/dist/modules/communication_channels/commands/push-register.js +1 -1
  57. package/dist/modules/communication_channels/commands/push-register.js.map +2 -2
  58. package/dist/modules/communication_channels/commands/push-unregister.js +4 -3
  59. package/dist/modules/communication_channels/commands/push-unregister.js.map +2 -2
  60. package/dist/modules/communication_channels/data/entities.js +4 -0
  61. package/dist/modules/communication_channels/data/entities.js.map +2 -2
  62. package/dist/modules/communication_channels/data/validators.js +2 -1
  63. package/dist/modules/communication_channels/data/validators.js.map +2 -2
  64. package/dist/modules/communication_channels/lib/access-control.js +11 -1
  65. package/dist/modules/communication_channels/lib/access-control.js.map +2 -2
  66. package/dist/modules/communication_channels/lib/connect-channel.js +20 -12
  67. package/dist/modules/communication_channels/lib/connect-channel.js.map +2 -2
  68. package/dist/modules/communication_channels/lib/push-adapter.js +68 -0
  69. package/dist/modules/communication_channels/lib/push-adapter.js.map +7 -0
  70. package/dist/modules/communication_channels/lib/push-capabilities.js +31 -0
  71. package/dist/modules/communication_channels/lib/push-capabilities.js.map +7 -0
  72. package/dist/modules/communication_channels/lib/push-connect-error.js +20 -0
  73. package/dist/modules/communication_channels/lib/push-connect-error.js.map +7 -0
  74. package/dist/modules/communication_channels/lib/push-credential-errors.js +41 -0
  75. package/dist/modules/communication_channels/lib/push-credential-errors.js.map +7 -0
  76. package/dist/modules/communication_channels/lib/push-envelope.js +46 -0
  77. package/dist/modules/communication_channels/lib/push-envelope.js.map +7 -0
  78. package/dist/modules/communication_channels/lib/refcounted-client-cache.js +64 -0
  79. package/dist/modules/communication_channels/lib/refcounted-client-cache.js.map +7 -0
  80. package/dist/modules/communication_channels/migrations/Migration20260703123630_communication_channels.js +13 -0
  81. package/dist/modules/communication_channels/migrations/Migration20260703123630_communication_channels.js.map +7 -0
  82. package/dist/modules/communication_channels/notifications.js +4 -0
  83. package/dist/modules/communication_channels/notifications.js.map +2 -2
  84. package/dist/modules/communication_channels/setup.js +2 -0
  85. package/dist/modules/communication_channels/setup.js.map +2 -2
  86. package/dist/modules/configs/lib/upgrade-actions.js +21 -0
  87. package/dist/modules/configs/lib/upgrade-actions.js.map +2 -2
  88. package/dist/modules/customer_accounts/notifications.js +12 -0
  89. package/dist/modules/customer_accounts/notifications.js.map +2 -2
  90. package/dist/modules/customers/notifications.js +4 -0
  91. package/dist/modules/customers/notifications.js.map +2 -2
  92. package/dist/modules/devices/acl.js +11 -0
  93. package/dist/modules/devices/acl.js.map +7 -0
  94. package/dist/modules/devices/api/[id]/route.js +167 -0
  95. package/dist/modules/devices/api/[id]/route.js.map +7 -0
  96. package/dist/modules/devices/api/admin/devices/[id]/route.js +219 -0
  97. package/dist/modules/devices/api/admin/devices/[id]/route.js.map +7 -0
  98. package/dist/modules/devices/api/admin/devices/route.js +140 -0
  99. package/dist/modules/devices/api/admin/devices/route.js.map +7 -0
  100. package/dist/modules/devices/api/auth.js +9 -0
  101. package/dist/modules/devices/api/auth.js.map +7 -0
  102. package/dist/modules/devices/api/deviceList.js +53 -0
  103. package/dist/modules/devices/api/deviceList.js.map +7 -0
  104. package/dist/modules/devices/api/deviceOps.js +118 -0
  105. package/dist/modules/devices/api/deviceOps.js.map +7 -0
  106. package/dist/modules/devices/api/openapi.js +19 -0
  107. package/dist/modules/devices/api/openapi.js.map +7 -0
  108. package/dist/modules/devices/api/route.js +143 -0
  109. package/dist/modules/devices/api/route.js.map +7 -0
  110. package/dist/modules/devices/backend/devices/[id]/page.js +135 -0
  111. package/dist/modules/devices/backend/devices/[id]/page.js.map +7 -0
  112. package/dist/modules/devices/backend/devices/[id]/page.meta.js +16 -0
  113. package/dist/modules/devices/backend/devices/[id]/page.meta.js.map +7 -0
  114. package/dist/modules/devices/backend/devices/create/page.js +68 -0
  115. package/dist/modules/devices/backend/devices/create/page.js.map +7 -0
  116. package/dist/modules/devices/backend/devices/create/page.meta.js +16 -0
  117. package/dist/modules/devices/backend/devices/create/page.meta.js.map +7 -0
  118. package/dist/modules/devices/backend/devices/page.js +235 -0
  119. package/dist/modules/devices/backend/devices/page.js.map +7 -0
  120. package/dist/modules/devices/backend/devices/page.meta.js +23 -0
  121. package/dist/modules/devices/backend/devices/page.meta.js.map +7 -0
  122. package/dist/modules/devices/commands/deactivate.js +107 -0
  123. package/dist/modules/devices/commands/deactivate.js.map +7 -0
  124. package/dist/modules/devices/commands/index.js +4 -0
  125. package/dist/modules/devices/commands/index.js.map +7 -0
  126. package/dist/modules/devices/commands/register.js +183 -0
  127. package/dist/modules/devices/commands/register.js.map +7 -0
  128. package/dist/modules/devices/commands/shared.js +74 -0
  129. package/dist/modules/devices/commands/shared.js.map +7 -0
  130. package/dist/modules/devices/commands/update.js +126 -0
  131. package/dist/modules/devices/commands/update.js.map +7 -0
  132. package/dist/modules/devices/data/entities.js +83 -0
  133. package/dist/modules/devices/data/entities.js.map +7 -0
  134. package/dist/modules/devices/data/validators.js +49 -0
  135. package/dist/modules/devices/data/validators.js.map +7 -0
  136. package/dist/modules/devices/di.js +11 -0
  137. package/dist/modules/devices/di.js.map +7 -0
  138. package/dist/modules/devices/encryption.js +12 -0
  139. package/dist/modules/devices/encryption.js.map +7 -0
  140. package/dist/modules/devices/events.js +19 -0
  141. package/dist/modules/devices/events.js.map +7 -0
  142. package/dist/modules/devices/index.js +17 -0
  143. package/dist/modules/devices/index.js.map +7 -0
  144. package/dist/modules/devices/lib/operationMetadata.js +20 -0
  145. package/dist/modules/devices/lib/operationMetadata.js.map +7 -0
  146. package/dist/modules/devices/migrations/Migration20260602120000.js +15 -0
  147. package/dist/modules/devices/migrations/Migration20260602120000.js.map +7 -0
  148. package/dist/modules/devices/migrations/Migration20260630120000.js +15 -0
  149. package/dist/modules/devices/migrations/Migration20260630120000.js.map +7 -0
  150. package/dist/modules/devices/migrations/Migration20260701120000.js +13 -0
  151. package/dist/modules/devices/migrations/Migration20260701120000.js.map +7 -0
  152. package/dist/modules/devices/migrations/Migration20260721120000.js +15 -0
  153. package/dist/modules/devices/migrations/Migration20260721120000.js.map +7 -0
  154. package/dist/modules/devices/setup.js +13 -0
  155. package/dist/modules/devices/setup.js.map +7 -0
  156. package/dist/modules/entities/cli.js +8 -3
  157. package/dist/modules/entities/cli.js.map +2 -2
  158. package/dist/modules/entities/migrations/Migration20260722120000.js +28 -0
  159. package/dist/modules/entities/migrations/Migration20260722120000.js.map +7 -0
  160. package/dist/modules/inbox_ops/notifications.js +2 -0
  161. package/dist/modules/inbox_ops/notifications.js.map +2 -2
  162. package/dist/modules/messages/notifications.js +2 -0
  163. package/dist/modules/messages/notifications.js.map +2 -2
  164. package/dist/modules/notifications/acl.js +3 -1
  165. package/dist/modules/notifications/acl.js.map +2 -2
  166. package/dist/modules/notifications/api/admin/preferences/route.js +167 -0
  167. package/dist/modules/notifications/api/admin/preferences/route.js.map +7 -0
  168. package/dist/modules/notifications/api/channels/route.js +54 -0
  169. package/dist/modules/notifications/api/channels/route.js.map +7 -0
  170. package/dist/modules/notifications/api/preferences/route.js +126 -0
  171. package/dist/modules/notifications/api/preferences/route.js.map +7 -0
  172. package/dist/modules/notifications/api/route.js +8 -1
  173. package/dist/modules/notifications/api/route.js.map +2 -2
  174. package/dist/modules/notifications/api/types/[id]/channels/[channel]/route.js +187 -0
  175. package/dist/modules/notifications/api/types/[id]/channels/[channel]/route.js.map +7 -0
  176. package/dist/modules/notifications/api/types/route.js +225 -0
  177. package/dist/modules/notifications/api/types/route.js.map +7 -0
  178. package/dist/modules/notifications/api/unread-count/route.js +5 -1
  179. package/dist/modules/notifications/api/unread-count/route.js.map +2 -2
  180. package/dist/modules/notifications/backend/notifications/user-preferences/page.js +10 -0
  181. package/dist/modules/notifications/backend/notifications/user-preferences/page.js.map +7 -0
  182. package/dist/modules/notifications/backend/notifications/user-preferences/page.meta.js +28 -0
  183. package/dist/modules/notifications/backend/notifications/user-preferences/page.meta.js.map +7 -0
  184. package/dist/modules/notifications/backend/profile/notification-preferences/page.js +10 -0
  185. package/dist/modules/notifications/backend/profile/notification-preferences/page.js.map +7 -0
  186. package/dist/modules/notifications/backend/profile/notification-preferences/page.meta.js +33 -0
  187. package/dist/modules/notifications/backend/profile/notification-preferences/page.meta.js.map +7 -0
  188. package/dist/modules/notifications/data/entities.js +128 -1
  189. package/dist/modules/notifications/data/entities.js.map +2 -2
  190. package/dist/modules/notifications/data/validators.js +95 -2
  191. package/dist/modules/notifications/data/validators.js.map +2 -2
  192. package/dist/modules/notifications/di.js +7 -0
  193. package/dist/modules/notifications/di.js.map +2 -2
  194. package/dist/modules/notifications/events.js +17 -0
  195. package/dist/modules/notifications/events.js.map +2 -2
  196. package/dist/modules/notifications/frontend/NotificationPreferenceMatrix.js +190 -0
  197. package/dist/modules/notifications/frontend/NotificationPreferenceMatrix.js.map +7 -0
  198. package/dist/modules/notifications/frontend/NotificationPreferencesPageClient.js +124 -0
  199. package/dist/modules/notifications/frontend/NotificationPreferencesPageClient.js.map +7 -0
  200. package/dist/modules/notifications/frontend/NotificationSettingsPageClient.js +166 -1
  201. package/dist/modules/notifications/frontend/NotificationSettingsPageClient.js.map +2 -2
  202. package/dist/modules/notifications/frontend/NotificationUserPreferencesAdminPageClient.js +172 -0
  203. package/dist/modules/notifications/frontend/NotificationUserPreferencesAdminPageClient.js.map +7 -0
  204. package/dist/modules/notifications/generators.js +63 -0
  205. package/dist/modules/notifications/generators.js.map +7 -0
  206. package/dist/modules/notifications/lib/delivery-strategies-registry.js +19 -0
  207. package/dist/modules/notifications/lib/delivery-strategies-registry.js.map +7 -0
  208. package/dist/modules/notifications/lib/deliveryStrategies.js.map +2 -2
  209. package/dist/modules/notifications/lib/derive-category.js +8 -0
  210. package/dist/modules/notifications/lib/derive-category.js.map +7 -0
  211. package/dist/modules/notifications/lib/notification-channel-registry.js +35 -0
  212. package/dist/modules/notifications/lib/notification-channel-registry.js.map +7 -0
  213. package/dist/modules/notifications/lib/notification-type-registry.js +87 -0
  214. package/dist/modules/notifications/lib/notification-type-registry.js.map +7 -0
  215. package/dist/modules/notifications/lib/notificationCopy.js +14 -0
  216. package/dist/modules/notifications/lib/notificationCopy.js.map +7 -0
  217. package/dist/modules/notifications/lib/notificationFactory.js +4 -1
  218. package/dist/modules/notifications/lib/notificationFactory.js.map +2 -2
  219. package/dist/modules/notifications/lib/notificationMapper.js +2 -0
  220. package/dist/modules/notifications/lib/notificationMapper.js.map +2 -2
  221. package/dist/modules/notifications/lib/notificationPreferenceService.js +83 -0
  222. package/dist/modules/notifications/lib/notificationPreferenceService.js.map +7 -0
  223. package/dist/modules/notifications/lib/notificationService.js +83 -28
  224. package/dist/modules/notifications/lib/notificationService.js.map +2 -2
  225. package/dist/modules/notifications/lib/notificationVisibility.js +24 -0
  226. package/dist/modules/notifications/lib/notificationVisibility.js.map +7 -0
  227. package/dist/modules/notifications/lib/routeHelpers.js +11 -1
  228. package/dist/modules/notifications/lib/routeHelpers.js.map +2 -2
  229. package/dist/modules/notifications/lib/shouldDeliver.js +46 -0
  230. package/dist/modules/notifications/lib/shouldDeliver.js.map +7 -0
  231. package/dist/modules/notifications/lib/strategies/email-delivery-strategy.js +54 -0
  232. package/dist/modules/notifications/lib/strategies/email-delivery-strategy.js.map +7 -0
  233. package/dist/modules/notifications/lib/strategies/in-app-delivery-strategy.js +12 -0
  234. package/dist/modules/notifications/lib/strategies/in-app-delivery-strategy.js.map +7 -0
  235. package/dist/modules/notifications/lib/typeCatalogue.js +71 -0
  236. package/dist/modules/notifications/lib/typeCatalogue.js.map +7 -0
  237. package/dist/modules/notifications/lib/typeChannelSettings.js +12 -0
  238. package/dist/modules/notifications/lib/typeChannelSettings.js.map +7 -0
  239. package/dist/modules/notifications/lib/typeOverrides.js +19 -0
  240. package/dist/modules/notifications/lib/typeOverrides.js.map +7 -0
  241. package/dist/modules/notifications/migrations/Migration20260625122947_notifications.js +14 -0
  242. package/dist/modules/notifications/migrations/Migration20260625122947_notifications.js.map +7 -0
  243. package/dist/modules/notifications/migrations/Migration20260626120500_notifications_push_payload.js +15 -0
  244. package/dist/modules/notifications/migrations/Migration20260626120500_notifications_push_payload.js.map +7 -0
  245. package/dist/modules/notifications/migrations/Migration20260626130000_notifications_non_opt_out.js +13 -0
  246. package/dist/modules/notifications/migrations/Migration20260626130000_notifications_non_opt_out.js.map +7 -0
  247. package/dist/modules/notifications/migrations/Migration20260626140000_notifications_type_category_silent.js +15 -0
  248. package/dist/modules/notifications/migrations/Migration20260626140000_notifications_type_category_silent.js.map +7 -0
  249. package/dist/modules/notifications/migrations/Migration20260706120000_notifications_channels.js +13 -0
  250. package/dist/modules/notifications/migrations/Migration20260706120000_notifications_channels.js.map +7 -0
  251. package/dist/modules/notifications/migrations/Migration20260716123121_notifications.js +14 -0
  252. package/dist/modules/notifications/migrations/Migration20260716123121_notifications.js.map +7 -0
  253. package/dist/modules/notifications/notification-channels.js +26 -0
  254. package/dist/modules/notifications/notification-channels.js.map +7 -0
  255. package/dist/modules/notifications/notifications.delivery-strategies.js +12 -0
  256. package/dist/modules/notifications/notifications.delivery-strategies.js.map +7 -0
  257. package/dist/modules/notifications/setup.js +16 -1
  258. package/dist/modules/notifications/setup.js.map +2 -2
  259. package/dist/modules/notifications/subscribers/deliver-notification.js +66 -57
  260. package/dist/modules/notifications/subscribers/deliver-notification.js.map +2 -2
  261. package/dist/modules/notifications/subscribers/sync-notification-types.js +16 -0
  262. package/dist/modules/notifications/subscribers/sync-notification-types.js.map +7 -0
  263. package/dist/modules/notifications/widgets/injection/profile-preferences-menu/widget.js +23 -0
  264. package/dist/modules/notifications/widgets/injection/profile-preferences-menu/widget.js.map +7 -0
  265. package/dist/modules/notifications/widgets/injection-table.js +14 -0
  266. package/dist/modules/notifications/widgets/injection-table.js.map +7 -0
  267. package/dist/modules/push_notifications/acl.js +13 -0
  268. package/dist/modules/push_notifications/acl.js.map +7 -0
  269. package/dist/modules/push_notifications/api/custom-send/route.js +141 -0
  270. package/dist/modules/push_notifications/api/custom-send/route.js.map +7 -0
  271. package/dist/modules/push_notifications/api/deliveries/[id]/route.js +110 -0
  272. package/dist/modules/push_notifications/api/deliveries/[id]/route.js.map +7 -0
  273. package/dist/modules/push_notifications/api/deliveries/route.js +56 -0
  274. package/dist/modules/push_notifications/api/deliveries/route.js.map +7 -0
  275. package/dist/modules/push_notifications/api/openapi.js +19 -0
  276. package/dist/modules/push_notifications/api/openapi.js.map +7 -0
  277. package/dist/modules/push_notifications/backend/push_notifications/[id]/page.js +103 -0
  278. package/dist/modules/push_notifications/backend/push_notifications/[id]/page.js.map +7 -0
  279. package/dist/modules/push_notifications/backend/push_notifications/[id]/page.meta.js +13 -0
  280. package/dist/modules/push_notifications/backend/push_notifications/[id]/page.meta.js.map +7 -0
  281. package/dist/modules/push_notifications/backend/push_notifications/page.js +213 -0
  282. package/dist/modules/push_notifications/backend/push_notifications/page.js.map +7 -0
  283. package/dist/modules/push_notifications/backend/push_notifications/page.meta.js +23 -0
  284. package/dist/modules/push_notifications/backend/push_notifications/page.meta.js.map +7 -0
  285. package/dist/modules/push_notifications/backend/push_notifications/send/page.js +245 -0
  286. package/dist/modules/push_notifications/backend/push_notifications/send/page.js.map +7 -0
  287. package/dist/modules/push_notifications/backend/push_notifications/send/page.meta.js +26 -0
  288. package/dist/modules/push_notifications/backend/push_notifications/send/page.meta.js.map +7 -0
  289. package/dist/modules/push_notifications/data/entities.js +92 -0
  290. package/dist/modules/push_notifications/data/entities.js.map +7 -0
  291. package/dist/modules/push_notifications/data/extensions.js +23 -0
  292. package/dist/modules/push_notifications/data/extensions.js.map +7 -0
  293. package/dist/modules/push_notifications/data/validators.js +89 -0
  294. package/dist/modules/push_notifications/data/validators.js.map +7 -0
  295. package/dist/modules/push_notifications/di.js +17 -0
  296. package/dist/modules/push_notifications/di.js.map +7 -0
  297. package/dist/modules/push_notifications/events.js +24 -0
  298. package/dist/modules/push_notifications/events.js.map +7 -0
  299. package/dist/modules/push_notifications/index.js +16 -0
  300. package/dist/modules/push_notifications/index.js.map +7 -0
  301. package/dist/modules/push_notifications/lib/fake-provider-recorder.js +80 -0
  302. package/dist/modules/push_notifications/lib/fake-provider-recorder.js.map +7 -0
  303. package/dist/modules/push_notifications/lib/push-delivery-strategy.js +54 -0
  304. package/dist/modules/push_notifications/lib/push-delivery-strategy.js.map +7 -0
  305. package/dist/modules/push_notifications/lib/push-delivery.js +297 -0
  306. package/dist/modules/push_notifications/lib/push-delivery.js.map +7 -0
  307. package/dist/modules/push_notifications/lib/push-fanout.js +138 -0
  308. package/dist/modules/push_notifications/lib/push-fanout.js.map +7 -0
  309. package/dist/modules/push_notifications/lib/push-health.js +32 -0
  310. package/dist/modules/push_notifications/lib/push-health.js.map +7 -0
  311. package/dist/modules/push_notifications/lib/push-reaper.js +87 -0
  312. package/dist/modules/push_notifications/lib/push-reaper.js.map +7 -0
  313. package/dist/modules/push_notifications/lib/push-receipt-reaper.js +136 -0
  314. package/dist/modules/push_notifications/lib/push-receipt-reaper.js.map +7 -0
  315. package/dist/modules/push_notifications/lib/push-stub-adapter.js +63 -0
  316. package/dist/modules/push_notifications/lib/push-stub-adapter.js.map +7 -0
  317. package/dist/modules/push_notifications/lib/queue.js +53 -0
  318. package/dist/modules/push_notifications/lib/queue.js.map +7 -0
  319. package/dist/modules/push_notifications/lib/reclaim-window.js +13 -0
  320. package/dist/modules/push_notifications/lib/reclaim-window.js.map +7 -0
  321. package/dist/modules/push_notifications/lib/send-custom-push.js +48 -0
  322. package/dist/modules/push_notifications/lib/send-custom-push.js.map +7 -0
  323. package/dist/modules/push_notifications/migrations/Migration20260625150049_push_notifications.js +16 -0
  324. package/dist/modules/push_notifications/migrations/Migration20260625150049_push_notifications.js.map +7 -0
  325. package/dist/modules/push_notifications/migrations/Migration20260626120000_push_notifications_silent.js +13 -0
  326. package/dist/modules/push_notifications/migrations/Migration20260626120000_push_notifications_silent.js.map +7 -0
  327. package/dist/modules/push_notifications/notifications.delivery-strategies.js +8 -0
  328. package/dist/modules/push_notifications/notifications.delivery-strategies.js.map +7 -0
  329. package/dist/modules/push_notifications/notifications.js +40 -0
  330. package/dist/modules/push_notifications/notifications.js.map +7 -0
  331. package/dist/modules/push_notifications/setup.js +52 -0
  332. package/dist/modules/push_notifications/setup.js.map +7 -0
  333. package/dist/modules/push_notifications/workers/reclaim-stuck.worker.js +57 -0
  334. package/dist/modules/push_notifications/workers/reclaim-stuck.worker.js.map +7 -0
  335. package/dist/modules/push_notifications/workers/send-push.worker.js +27 -0
  336. package/dist/modules/push_notifications/workers/send-push.worker.js.map +7 -0
  337. package/dist/modules/sales/notifications.js +8 -0
  338. package/dist/modules/sales/notifications.js.map +2 -2
  339. package/dist/modules/staff/notifications.js +6 -0
  340. package/dist/modules/staff/notifications.js.map +2 -2
  341. package/dist/modules/workflows/notifications.js +2 -0
  342. package/dist/modules/workflows/notifications.js.map +2 -2
  343. package/generated/entities/notification/index.ts +3 -0
  344. package/generated/entities/notification_preference/index.ts +8 -0
  345. package/generated/entities/notification_type/index.ts +9 -0
  346. package/generated/entities/notification_type_override/index.ts +7 -0
  347. package/generated/entities/push_notification_delivery/index.ts +19 -0
  348. package/generated/entities/user_device/index.ts +16 -0
  349. package/generated/entities.ids.generated.ts +12 -1
  350. package/generated/entity-fields-registry.ts +72 -0
  351. package/package.json +7 -7
  352. package/src/helpers/integration/api.ts +2 -1
  353. package/src/helpers/integration/appRoot.ts +13 -0
  354. package/src/helpers/integration/dbFixtures.ts +1 -5
  355. package/src/helpers/integration/pushFake.ts +219 -0
  356. package/src/modules/auth/i18n/de.json +1 -0
  357. package/src/modules/auth/i18n/en.json +1 -0
  358. package/src/modules/auth/i18n/es.json +1 -0
  359. package/src/modules/auth/i18n/ko.json +1 -0
  360. package/src/modules/auth/i18n/pl.json +1 -0
  361. package/src/modules/auth/notifications.ts +16 -0
  362. package/src/modules/business_rules/i18n/de.json +2 -1
  363. package/src/modules/business_rules/i18n/en.json +2 -1
  364. package/src/modules/business_rules/i18n/es.json +2 -1
  365. package/src/modules/business_rules/i18n/ko.json +2 -1
  366. package/src/modules/business_rules/i18n/pl.json +2 -1
  367. package/src/modules/business_rules/notifications.ts +2 -0
  368. package/src/modules/catalog/i18n/de.json +2 -1
  369. package/src/modules/catalog/i18n/en.json +2 -1
  370. package/src/modules/catalog/i18n/es.json +2 -1
  371. package/src/modules/catalog/i18n/ko.json +2 -1
  372. package/src/modules/catalog/i18n/pl.json +2 -1
  373. package/src/modules/catalog/notifications.ts +2 -0
  374. package/src/modules/communication_channels/acl.ts +9 -0
  375. package/src/modules/communication_channels/api/delete/admin/channels/[id]/route.ts +168 -0
  376. package/src/modules/communication_channels/api/get/channels/[id]/health/route.ts +6 -2
  377. package/src/modules/communication_channels/api/get/channels/[id]/route.ts +6 -2
  378. package/src/modules/communication_channels/api/get/channels/route.ts +2 -1
  379. package/src/modules/communication_channels/api/post/channels/[id]/test-send/route.ts +16 -5
  380. package/src/modules/communication_channels/api/post/channels/connect/credentials/route.ts +37 -1
  381. package/src/modules/communication_channels/api/post/channels/connect/tenant-credentials/route.ts +175 -0
  382. package/src/modules/communication_channels/backend/communication_channels/channels/page.tsx +11 -1
  383. package/src/modules/communication_channels/commands/admin-delete-channel.ts +203 -0
  384. package/src/modules/communication_channels/commands/connect-credential-channel.ts +63 -15
  385. package/src/modules/communication_channels/commands/deliver-outbound-message.ts +10 -2
  386. package/src/modules/communication_channels/commands/push-register.ts +7 -1
  387. package/src/modules/communication_channels/commands/push-unregister.ts +14 -3
  388. package/src/modules/communication_channels/data/entities.ts +10 -0
  389. package/src/modules/communication_channels/data/validators.ts +1 -0
  390. package/src/modules/communication_channels/i18n/de.json +35 -1
  391. package/src/modules/communication_channels/i18n/en.json +35 -1
  392. package/src/modules/communication_channels/i18n/es.json +35 -1
  393. package/src/modules/communication_channels/i18n/ko.json +35 -1
  394. package/src/modules/communication_channels/i18n/pl.json +35 -1
  395. package/src/modules/communication_channels/lib/access-control.ts +42 -0
  396. package/src/modules/communication_channels/lib/adapter.ts +25 -0
  397. package/src/modules/communication_channels/lib/connect-channel.ts +61 -26
  398. package/src/modules/communication_channels/lib/push-adapter.ts +139 -0
  399. package/src/modules/communication_channels/lib/push-capabilities.ts +42 -0
  400. package/src/modules/communication_channels/lib/push-connect-error.ts +52 -0
  401. package/src/modules/communication_channels/lib/push-credential-errors.ts +58 -0
  402. package/src/modules/communication_channels/lib/push-envelope.ts +104 -0
  403. package/src/modules/communication_channels/lib/refcounted-client-cache.ts +123 -0
  404. package/src/modules/communication_channels/migrations/.snapshot-open-mercato.json +9 -0
  405. package/src/modules/communication_channels/migrations/Migration20260703123630_communication_channels.ts +20 -0
  406. package/src/modules/communication_channels/notifications.ts +4 -0
  407. package/src/modules/communication_channels/setup.ts +2 -0
  408. package/src/modules/configs/i18n/de.json +5 -1
  409. package/src/modules/configs/i18n/en.json +5 -1
  410. package/src/modules/configs/i18n/es.json +5 -1
  411. package/src/modules/configs/i18n/ko.json +5 -1
  412. package/src/modules/configs/i18n/pl.json +5 -1
  413. package/src/modules/configs/lib/upgrade-actions.ts +21 -0
  414. package/src/modules/customer_accounts/i18n/de.json +2 -1
  415. package/src/modules/customer_accounts/i18n/en.json +2 -1
  416. package/src/modules/customer_accounts/i18n/es.json +2 -1
  417. package/src/modules/customer_accounts/i18n/ko.json +2 -1
  418. package/src/modules/customer_accounts/i18n/pl.json +2 -1
  419. package/src/modules/customer_accounts/notifications.ts +12 -0
  420. package/src/modules/customers/i18n/de.json +2 -1
  421. package/src/modules/customers/i18n/en.json +2 -1
  422. package/src/modules/customers/i18n/es.json +2 -1
  423. package/src/modules/customers/i18n/ko.json +2 -1
  424. package/src/modules/customers/i18n/pl.json +2 -1
  425. package/src/modules/customers/notifications.ts +4 -0
  426. package/src/modules/devices/AGENTS.md +101 -0
  427. package/src/modules/devices/acl.ts +7 -0
  428. package/src/modules/devices/api/[id]/route.ts +180 -0
  429. package/src/modules/devices/api/admin/devices/[id]/route.ts +235 -0
  430. package/src/modules/devices/api/admin/devices/route.ts +160 -0
  431. package/src/modules/devices/api/auth.ts +13 -0
  432. package/src/modules/devices/api/deviceList.ts +54 -0
  433. package/src/modules/devices/api/deviceOps.ts +186 -0
  434. package/src/modules/devices/api/openapi.ts +23 -0
  435. package/src/modules/devices/api/route.ts +165 -0
  436. package/src/modules/devices/backend/devices/[id]/page.meta.ts +12 -0
  437. package/src/modules/devices/backend/devices/[id]/page.tsx +164 -0
  438. package/src/modules/devices/backend/devices/create/page.meta.ts +12 -0
  439. package/src/modules/devices/backend/devices/create/page.tsx +81 -0
  440. package/src/modules/devices/backend/devices/page.meta.ts +21 -0
  441. package/src/modules/devices/backend/devices/page.tsx +259 -0
  442. package/src/modules/devices/commands/deactivate.ts +126 -0
  443. package/src/modules/devices/commands/index.ts +3 -0
  444. package/src/modules/devices/commands/register.ts +199 -0
  445. package/src/modules/devices/commands/shared.ts +119 -0
  446. package/src/modules/devices/commands/update.ts +142 -0
  447. package/src/modules/devices/data/entities.ts +79 -0
  448. package/src/modules/devices/data/validators.ts +65 -0
  449. package/src/modules/devices/di.ts +9 -0
  450. package/src/modules/devices/encryption.ts +15 -0
  451. package/src/modules/devices/events.ts +16 -0
  452. package/src/modules/devices/i18n/de.json +45 -0
  453. package/src/modules/devices/i18n/en.json +45 -0
  454. package/src/modules/devices/i18n/es.json +45 -0
  455. package/src/modules/devices/i18n/ko.json +45 -0
  456. package/src/modules/devices/i18n/pl.json +45 -0
  457. package/src/modules/devices/index.ts +15 -0
  458. package/src/modules/devices/lib/operationMetadata.ts +35 -0
  459. package/src/modules/devices/migrations/.snapshot-open-mercato.json +200 -0
  460. package/src/modules/devices/migrations/Migration20260602120000.ts +15 -0
  461. package/src/modules/devices/migrations/Migration20260630120000.ts +20 -0
  462. package/src/modules/devices/migrations/Migration20260701120000.ts +13 -0
  463. package/src/modules/devices/migrations/Migration20260721120000.ts +18 -0
  464. package/src/modules/devices/setup.ts +11 -0
  465. package/src/modules/entities/cli.ts +16 -2
  466. package/src/modules/entities/migrations/Migration20260722120000.ts +38 -0
  467. package/src/modules/inbox_ops/i18n/de.json +2 -1
  468. package/src/modules/inbox_ops/i18n/en.json +2 -1
  469. package/src/modules/inbox_ops/i18n/es.json +2 -1
  470. package/src/modules/inbox_ops/i18n/ko.json +2 -1
  471. package/src/modules/inbox_ops/i18n/pl.json +2 -1
  472. package/src/modules/inbox_ops/notifications.ts +2 -0
  473. package/src/modules/messages/i18n/de.json +2 -1
  474. package/src/modules/messages/i18n/en.json +2 -1
  475. package/src/modules/messages/i18n/es.json +2 -1
  476. package/src/modules/messages/i18n/ko.json +2 -1
  477. package/src/modules/messages/i18n/pl.json +2 -1
  478. package/src/modules/messages/notifications.ts +2 -0
  479. package/src/modules/notifications/AGENTS.md +54 -0
  480. package/src/modules/notifications/acl.ts +2 -0
  481. package/src/modules/notifications/api/admin/preferences/route.ts +193 -0
  482. package/src/modules/notifications/api/channels/route.ts +54 -0
  483. package/src/modules/notifications/api/preferences/route.ts +131 -0
  484. package/src/modules/notifications/api/route.ts +8 -1
  485. package/src/modules/notifications/api/types/[id]/channels/[channel]/route.ts +226 -0
  486. package/src/modules/notifications/api/types/route.ts +239 -0
  487. package/src/modules/notifications/api/unread-count/route.ts +5 -1
  488. package/src/modules/notifications/backend/notifications/user-preferences/page.meta.ts +26 -0
  489. package/src/modules/notifications/backend/notifications/user-preferences/page.tsx +12 -0
  490. package/src/modules/notifications/backend/profile/notification-preferences/page.meta.ts +31 -0
  491. package/src/modules/notifications/backend/profile/notification-preferences/page.tsx +12 -0
  492. package/src/modules/notifications/data/entities.ts +144 -0
  493. package/src/modules/notifications/data/validators.ts +116 -0
  494. package/src/modules/notifications/di.ts +7 -0
  495. package/src/modules/notifications/events.ts +23 -0
  496. package/src/modules/notifications/frontend/NotificationPreferenceMatrix.tsx +287 -0
  497. package/src/modules/notifications/frontend/NotificationPreferencesPageClient.tsx +155 -0
  498. package/src/modules/notifications/frontend/NotificationSettingsPageClient.tsx +273 -2
  499. package/src/modules/notifications/frontend/NotificationUserPreferencesAdminPageClient.tsx +214 -0
  500. package/src/modules/notifications/generators.ts +82 -0
  501. package/src/modules/notifications/i18n/de.json +43 -0
  502. package/src/modules/notifications/i18n/en.json +43 -0
  503. package/src/modules/notifications/i18n/es.json +43 -0
  504. package/src/modules/notifications/i18n/ko.json +43 -0
  505. package/src/modules/notifications/i18n/pl.json +44 -1
  506. package/src/modules/notifications/lib/delivery-strategies-registry.ts +30 -0
  507. package/src/modules/notifications/lib/deliveryStrategies.ts +40 -4
  508. package/src/modules/notifications/lib/derive-category.ts +15 -0
  509. package/src/modules/notifications/lib/notification-channel-registry.ts +59 -0
  510. package/src/modules/notifications/lib/notification-type-registry.ts +182 -0
  511. package/src/modules/notifications/lib/notificationCopy.ts +34 -0
  512. package/src/modules/notifications/lib/notificationFactory.ts +5 -1
  513. package/src/modules/notifications/lib/notificationMapper.ts +2 -0
  514. package/src/modules/notifications/lib/notificationPreferenceService.ts +138 -0
  515. package/src/modules/notifications/lib/notificationService.ts +129 -25
  516. package/src/modules/notifications/lib/notificationVisibility.ts +48 -0
  517. package/src/modules/notifications/lib/routeHelpers.ts +14 -1
  518. package/src/modules/notifications/lib/shouldDeliver.ts +112 -0
  519. package/src/modules/notifications/lib/strategies/email-delivery-strategy.ts +63 -0
  520. package/src/modules/notifications/lib/strategies/in-app-delivery-strategy.ts +21 -0
  521. package/src/modules/notifications/lib/typeCatalogue.ts +141 -0
  522. package/src/modules/notifications/lib/typeChannelSettings.ts +29 -0
  523. package/src/modules/notifications/lib/typeOverrides.ts +46 -0
  524. package/src/modules/notifications/migrations/.snapshot-open-mercato.json +874 -100
  525. package/src/modules/notifications/migrations/Migration20260625122947_notifications.ts +14 -0
  526. package/src/modules/notifications/migrations/Migration20260626120500_notifications_push_payload.ts +15 -0
  527. package/src/modules/notifications/migrations/Migration20260626130000_notifications_non_opt_out.ts +13 -0
  528. package/src/modules/notifications/migrations/Migration20260626140000_notifications_type_category_silent.ts +15 -0
  529. package/src/modules/notifications/migrations/Migration20260706120000_notifications_channels.ts +13 -0
  530. package/src/modules/notifications/migrations/Migration20260716123121_notifications.ts +14 -0
  531. package/src/modules/notifications/notification-channels.ts +30 -0
  532. package/src/modules/notifications/notifications.delivery-strategies.ts +15 -0
  533. package/src/modules/notifications/setup.ts +23 -1
  534. package/src/modules/notifications/subscribers/deliver-notification.ts +105 -71
  535. package/src/modules/notifications/subscribers/sync-notification-types.ts +18 -0
  536. package/src/modules/notifications/widgets/injection/profile-preferences-menu/widget.ts +35 -0
  537. package/src/modules/notifications/widgets/injection-table.ts +18 -0
  538. package/src/modules/push_notifications/AGENTS.md +92 -0
  539. package/src/modules/push_notifications/acl.ts +9 -0
  540. package/src/modules/push_notifications/api/custom-send/route.ts +175 -0
  541. package/src/modules/push_notifications/api/deliveries/[id]/route.ts +122 -0
  542. package/src/modules/push_notifications/api/deliveries/route.ts +58 -0
  543. package/src/modules/push_notifications/api/openapi.ts +22 -0
  544. package/src/modules/push_notifications/backend/push_notifications/[id]/page.meta.ts +9 -0
  545. package/src/modules/push_notifications/backend/push_notifications/[id]/page.tsx +149 -0
  546. package/src/modules/push_notifications/backend/push_notifications/page.meta.ts +21 -0
  547. package/src/modules/push_notifications/backend/push_notifications/page.tsx +239 -0
  548. package/src/modules/push_notifications/backend/push_notifications/send/page.meta.ts +24 -0
  549. package/src/modules/push_notifications/backend/push_notifications/send/page.tsx +327 -0
  550. package/src/modules/push_notifications/data/entities.ts +111 -0
  551. package/src/modules/push_notifications/data/extensions.ts +29 -0
  552. package/src/modules/push_notifications/data/validators.ts +102 -0
  553. package/src/modules/push_notifications/di.ts +20 -0
  554. package/src/modules/push_notifications/events.ts +21 -0
  555. package/src/modules/push_notifications/i18n/de.json +79 -0
  556. package/src/modules/push_notifications/i18n/en.json +79 -0
  557. package/src/modules/push_notifications/i18n/es.json +79 -0
  558. package/src/modules/push_notifications/i18n/ko.json +79 -0
  559. package/src/modules/push_notifications/i18n/pl.json +79 -0
  560. package/src/modules/push_notifications/index.ts +15 -0
  561. package/src/modules/push_notifications/lib/fake-provider-recorder.ts +154 -0
  562. package/src/modules/push_notifications/lib/push-delivery-strategy.ts +90 -0
  563. package/src/modules/push_notifications/lib/push-delivery.ts +455 -0
  564. package/src/modules/push_notifications/lib/push-fanout.ts +237 -0
  565. package/src/modules/push_notifications/lib/push-health.ts +47 -0
  566. package/src/modules/push_notifications/lib/push-reaper.ts +140 -0
  567. package/src/modules/push_notifications/lib/push-receipt-reaper.ts +210 -0
  568. package/src/modules/push_notifications/lib/push-stub-adapter.ts +80 -0
  569. package/src/modules/push_notifications/lib/queue.ts +74 -0
  570. package/src/modules/push_notifications/lib/reclaim-window.ts +16 -0
  571. package/src/modules/push_notifications/lib/send-custom-push.ts +100 -0
  572. package/src/modules/push_notifications/migrations/.snapshot-open-mercato.json +386 -0
  573. package/src/modules/push_notifications/migrations/Migration20260625150049_push_notifications.ts +16 -0
  574. package/src/modules/push_notifications/migrations/Migration20260626120000_push_notifications_silent.ts +13 -0
  575. package/src/modules/push_notifications/notifications.delivery-strategies.ts +8 -0
  576. package/src/modules/push_notifications/notifications.ts +50 -0
  577. package/src/modules/push_notifications/setup.ts +92 -0
  578. package/src/modules/push_notifications/workers/reclaim-stuck.worker.ts +78 -0
  579. package/src/modules/push_notifications/workers/send-push.worker.ts +34 -0
  580. package/src/modules/sales/i18n/de.json +1 -0
  581. package/src/modules/sales/i18n/en.json +1 -0
  582. package/src/modules/sales/i18n/es.json +1 -0
  583. package/src/modules/sales/i18n/ko.json +1 -0
  584. package/src/modules/sales/i18n/pl.json +1 -0
  585. package/src/modules/sales/notifications.ts +8 -0
  586. package/src/modules/staff/i18n/de.json +1 -0
  587. package/src/modules/staff/i18n/en.json +1 -0
  588. package/src/modules/staff/i18n/es.json +1 -0
  589. package/src/modules/staff/i18n/ko.json +1 -0
  590. package/src/modules/staff/i18n/pl.json +1 -0
  591. package/src/modules/staff/notifications.ts +6 -0
  592. package/src/modules/workflows/i18n/de.json +1 -0
  593. package/src/modules/workflows/i18n/en.json +1 -0
  594. package/src/modules/workflows/i18n/es.json +1 -0
  595. package/src/modules/workflows/i18n/ko.json +1 -0
  596. package/src/modules/workflows/i18n/pl.json +1 -0
  597. package/src/modules/workflows/notifications.ts +2 -0
@@ -1,122 +1,526 @@
1
1
  {
2
+ "name": "public",
2
3
  "namespaces": [
3
4
  "public"
4
5
  ],
5
- "name": "public",
6
6
  "tables": [
7
7
  {
8
+ "name": "notification_preferences",
9
+ "schema": "public",
8
10
  "columns": {
11
+ "channel": {
12
+ "name": "channel",
13
+ "type": "text",
14
+ "unsigned": false,
15
+ "autoincrement": false,
16
+ "primary": false,
17
+ "nullable": false,
18
+ "unique": false,
19
+ "length": null,
20
+ "precision": null,
21
+ "scale": null,
22
+ "default": null,
23
+ "comment": null,
24
+ "collation": null,
25
+ "enumItems": [],
26
+ "mappedType": "text"
27
+ },
28
+ "created_at": {
29
+ "name": "created_at",
30
+ "type": "timestamptz(6)",
31
+ "unsigned": false,
32
+ "autoincrement": false,
33
+ "primary": false,
34
+ "nullable": false,
35
+ "unique": false,
36
+ "length": 6,
37
+ "precision": null,
38
+ "scale": null,
39
+ "default": null,
40
+ "comment": null,
41
+ "collation": null,
42
+ "enumItems": [],
43
+ "mappedType": "datetime"
44
+ },
45
+ "enabled": {
46
+ "name": "enabled",
47
+ "type": "boolean",
48
+ "unsigned": false,
49
+ "autoincrement": false,
50
+ "primary": false,
51
+ "nullable": false,
52
+ "unique": false,
53
+ "length": null,
54
+ "precision": null,
55
+ "scale": null,
56
+ "default": "true",
57
+ "comment": null,
58
+ "collation": null,
59
+ "enumItems": [],
60
+ "mappedType": "boolean"
61
+ },
9
62
  "id": {
10
63
  "name": "id",
11
64
  "type": "uuid",
12
65
  "unsigned": false,
13
66
  "autoincrement": false,
14
- "primary": false,
67
+ "primary": true,
15
68
  "nullable": false,
69
+ "unique": false,
70
+ "length": null,
71
+ "precision": null,
72
+ "scale": null,
16
73
  "default": "gen_random_uuid()",
74
+ "comment": null,
75
+ "collation": null,
76
+ "enumItems": [],
17
77
  "mappedType": "uuid"
18
78
  },
19
- "recipient_user_id": {
20
- "name": "recipient_user_id",
21
- "type": "uuid",
79
+ "notification_type_id": {
80
+ "name": "notification_type_id",
81
+ "type": "text",
22
82
  "unsigned": false,
23
83
  "autoincrement": false,
24
84
  "primary": false,
25
85
  "nullable": false,
26
- "mappedType": "uuid"
86
+ "unique": false,
87
+ "length": null,
88
+ "precision": null,
89
+ "scale": null,
90
+ "default": null,
91
+ "comment": null,
92
+ "collation": null,
93
+ "enumItems": [],
94
+ "mappedType": "text"
27
95
  },
28
- "type": {
29
- "name": "type",
30
- "type": "text",
96
+ "tenant_id": {
97
+ "name": "tenant_id",
98
+ "type": "uuid",
31
99
  "unsigned": false,
32
100
  "autoincrement": false,
33
101
  "primary": false,
34
102
  "nullable": false,
35
- "mappedType": "text"
103
+ "unique": false,
104
+ "length": null,
105
+ "precision": null,
106
+ "scale": null,
107
+ "default": null,
108
+ "comment": null,
109
+ "collation": null,
110
+ "enumItems": [],
111
+ "mappedType": "uuid"
36
112
  },
37
- "title_key": {
38
- "name": "title_key",
39
- "type": "text",
113
+ "updated_at": {
114
+ "name": "updated_at",
115
+ "type": "timestamptz(6)",
40
116
  "unsigned": false,
41
117
  "autoincrement": false,
42
118
  "primary": false,
43
- "nullable": true,
44
- "mappedType": "text"
119
+ "nullable": false,
120
+ "unique": false,
121
+ "length": 6,
122
+ "precision": null,
123
+ "scale": null,
124
+ "default": null,
125
+ "comment": null,
126
+ "collation": null,
127
+ "enumItems": [],
128
+ "mappedType": "datetime"
45
129
  },
46
- "body_key": {
47
- "name": "body_key",
48
- "type": "text",
130
+ "user_id": {
131
+ "name": "user_id",
132
+ "type": "uuid",
49
133
  "unsigned": false,
50
134
  "autoincrement": false,
51
135
  "primary": false,
52
- "nullable": true,
53
- "mappedType": "text"
136
+ "nullable": false,
137
+ "unique": false,
138
+ "length": null,
139
+ "precision": null,
140
+ "scale": null,
141
+ "default": null,
142
+ "comment": null,
143
+ "collation": null,
144
+ "enumItems": [],
145
+ "mappedType": "uuid"
146
+ }
147
+ },
148
+ "indexes": [
149
+ {
150
+ "columnNames": [
151
+ "id"
152
+ ],
153
+ "composite": false,
154
+ "constraint": true,
155
+ "keyName": "notification_preferences_pkey",
156
+ "primary": true,
157
+ "unique": true
54
158
  },
55
- "title_variables": {
56
- "name": "title_variables",
159
+ {
160
+ "columnNames": [
161
+ "tenant_id",
162
+ "user_id"
163
+ ],
164
+ "composite": true,
165
+ "constraint": false,
166
+ "keyName": "notification_preferences_tenant_user_idx",
167
+ "primary": false,
168
+ "unique": false
169
+ },
170
+ {
171
+ "columnNames": [],
172
+ "composite": false,
173
+ "constraint": false,
174
+ "keyName": "notification_preferences_unique",
175
+ "primary": false,
176
+ "unique": false,
177
+ "expression": "create unique index \"notification_preferences_unique\" on \"notification_preferences\" (\"tenant_id\", \"user_id\", \"notification_type_id\", \"channel\");"
178
+ }
179
+ ],
180
+ "checks": [],
181
+ "triggers": [],
182
+ "foreignKeys": {},
183
+ "comment": null
184
+ },
185
+ {
186
+ "name": "notification_type_overrides",
187
+ "schema": "public",
188
+ "columns": {
189
+ "channels": {
190
+ "name": "channels",
57
191
  "type": "jsonb",
58
192
  "unsigned": false,
59
193
  "autoincrement": false,
60
194
  "primary": false,
61
195
  "nullable": true,
196
+ "unique": false,
197
+ "length": null,
198
+ "precision": null,
199
+ "scale": null,
200
+ "default": null,
201
+ "comment": null,
202
+ "collation": null,
203
+ "enumItems": [],
62
204
  "mappedType": "json"
63
205
  },
64
- "body_variables": {
65
- "name": "body_variables",
66
- "type": "jsonb",
206
+ "created_at": {
207
+ "name": "created_at",
208
+ "type": "timestamptz(6)",
209
+ "unsigned": false,
210
+ "autoincrement": false,
211
+ "primary": false,
212
+ "nullable": false,
213
+ "unique": false,
214
+ "length": 6,
215
+ "precision": null,
216
+ "scale": null,
217
+ "default": null,
218
+ "comment": null,
219
+ "collation": null,
220
+ "enumItems": [],
221
+ "mappedType": "datetime"
222
+ },
223
+ "id": {
224
+ "name": "id",
225
+ "type": "uuid",
226
+ "unsigned": false,
227
+ "autoincrement": false,
228
+ "primary": true,
229
+ "nullable": false,
230
+ "unique": false,
231
+ "length": null,
232
+ "precision": null,
233
+ "scale": null,
234
+ "default": "gen_random_uuid()",
235
+ "comment": null,
236
+ "collation": null,
237
+ "enumItems": [],
238
+ "mappedType": "uuid"
239
+ },
240
+ "non_opt_out": {
241
+ "name": "non_opt_out",
242
+ "type": "boolean",
67
243
  "unsigned": false,
68
244
  "autoincrement": false,
69
245
  "primary": false,
70
246
  "nullable": true,
71
- "mappedType": "json"
247
+ "unique": false,
248
+ "length": null,
249
+ "precision": null,
250
+ "scale": null,
251
+ "default": null,
252
+ "comment": null,
253
+ "collation": null,
254
+ "enumItems": [],
255
+ "mappedType": "boolean"
72
256
  },
73
- "title": {
74
- "name": "title",
257
+ "notification_type_id": {
258
+ "name": "notification_type_id",
75
259
  "type": "text",
76
260
  "unsigned": false,
77
261
  "autoincrement": false,
78
262
  "primary": false,
79
263
  "nullable": false,
264
+ "unique": false,
265
+ "length": null,
266
+ "precision": null,
267
+ "scale": null,
268
+ "default": null,
269
+ "comment": null,
270
+ "collation": null,
271
+ "enumItems": [],
80
272
  "mappedType": "text"
81
273
  },
82
- "body": {
83
- "name": "body",
274
+ "tenant_id": {
275
+ "name": "tenant_id",
276
+ "type": "uuid",
277
+ "unsigned": false,
278
+ "autoincrement": false,
279
+ "primary": false,
280
+ "nullable": false,
281
+ "unique": false,
282
+ "length": null,
283
+ "precision": null,
284
+ "scale": null,
285
+ "default": null,
286
+ "comment": null,
287
+ "collation": null,
288
+ "enumItems": [],
289
+ "mappedType": "uuid"
290
+ },
291
+ "updated_at": {
292
+ "name": "updated_at",
293
+ "type": "timestamptz(6)",
294
+ "unsigned": false,
295
+ "autoincrement": false,
296
+ "primary": false,
297
+ "nullable": false,
298
+ "unique": false,
299
+ "length": 6,
300
+ "precision": null,
301
+ "scale": null,
302
+ "default": null,
303
+ "comment": null,
304
+ "collation": null,
305
+ "enumItems": [],
306
+ "mappedType": "datetime"
307
+ }
308
+ },
309
+ "indexes": [
310
+ {
311
+ "columnNames": [
312
+ "id"
313
+ ],
314
+ "composite": false,
315
+ "constraint": true,
316
+ "keyName": "notification_type_overrides_pkey",
317
+ "primary": true,
318
+ "unique": true
319
+ },
320
+ {
321
+ "columnNames": [],
322
+ "composite": false,
323
+ "constraint": false,
324
+ "keyName": "notification_type_overrides_unique",
325
+ "primary": false,
326
+ "unique": false,
327
+ "expression": "create unique index \"notification_type_overrides_unique\" on \"notification_type_overrides\" (\"tenant_id\", \"notification_type_id\");"
328
+ }
329
+ ],
330
+ "checks": [],
331
+ "triggers": [],
332
+ "foreignKeys": {},
333
+ "comment": null
334
+ },
335
+ {
336
+ "name": "notification_types",
337
+ "schema": "public",
338
+ "columns": {
339
+ "category": {
340
+ "name": "category",
84
341
  "type": "text",
85
342
  "unsigned": false,
86
343
  "autoincrement": false,
87
344
  "primary": false,
88
345
  "nullable": true,
346
+ "unique": false,
347
+ "length": null,
348
+ "precision": null,
349
+ "scale": null,
350
+ "default": null,
351
+ "comment": null,
352
+ "collation": null,
353
+ "enumItems": [],
89
354
  "mappedType": "text"
90
355
  },
91
- "icon": {
92
- "name": "icon",
356
+ "created_at": {
357
+ "name": "created_at",
358
+ "type": "timestamptz(6)",
359
+ "unsigned": false,
360
+ "autoincrement": false,
361
+ "primary": false,
362
+ "nullable": false,
363
+ "unique": false,
364
+ "length": 6,
365
+ "precision": null,
366
+ "scale": null,
367
+ "default": null,
368
+ "comment": null,
369
+ "collation": null,
370
+ "enumItems": [],
371
+ "mappedType": "datetime"
372
+ },
373
+ "description_key": {
374
+ "name": "description_key",
93
375
  "type": "text",
94
376
  "unsigned": false,
95
377
  "autoincrement": false,
96
378
  "primary": false,
97
379
  "nullable": true,
380
+ "unique": false,
381
+ "length": null,
382
+ "precision": null,
383
+ "scale": null,
384
+ "default": null,
385
+ "comment": null,
386
+ "collation": null,
387
+ "enumItems": [],
98
388
  "mappedType": "text"
99
389
  },
100
- "severity": {
101
- "name": "severity",
390
+ "id": {
391
+ "name": "id",
102
392
  "type": "text",
103
393
  "unsigned": false,
104
394
  "autoincrement": false,
105
- "primary": false,
395
+ "primary": true,
106
396
  "nullable": false,
107
- "default": "'info'",
397
+ "unique": false,
398
+ "length": null,
399
+ "precision": null,
400
+ "scale": null,
401
+ "default": null,
402
+ "comment": null,
403
+ "collation": null,
404
+ "enumItems": [],
108
405
  "mappedType": "text"
109
406
  },
110
- "status": {
111
- "name": "status",
407
+ "label_key": {
408
+ "name": "label_key",
112
409
  "type": "text",
113
410
  "unsigned": false,
114
411
  "autoincrement": false,
115
412
  "primary": false,
116
413
  "nullable": false,
117
- "default": "'unread'",
414
+ "unique": false,
415
+ "length": null,
416
+ "precision": null,
417
+ "scale": null,
418
+ "default": null,
419
+ "comment": null,
420
+ "collation": null,
421
+ "enumItems": [],
118
422
  "mappedType": "text"
119
423
  },
424
+ "non_opt_out": {
425
+ "name": "non_opt_out",
426
+ "type": "boolean",
427
+ "unsigned": false,
428
+ "autoincrement": false,
429
+ "primary": false,
430
+ "nullable": false,
431
+ "unique": false,
432
+ "length": null,
433
+ "precision": null,
434
+ "scale": null,
435
+ "default": "false",
436
+ "comment": null,
437
+ "collation": null,
438
+ "enumItems": [],
439
+ "mappedType": "boolean"
440
+ },
441
+ "silent": {
442
+ "name": "silent",
443
+ "type": "boolean",
444
+ "unsigned": false,
445
+ "autoincrement": false,
446
+ "primary": false,
447
+ "nullable": false,
448
+ "unique": false,
449
+ "length": null,
450
+ "precision": null,
451
+ "scale": null,
452
+ "default": "false",
453
+ "comment": null,
454
+ "collation": null,
455
+ "enumItems": [],
456
+ "mappedType": "boolean"
457
+ },
458
+ "tenant_id": {
459
+ "name": "tenant_id",
460
+ "type": "uuid",
461
+ "unsigned": false,
462
+ "autoincrement": false,
463
+ "primary": false,
464
+ "nullable": true,
465
+ "unique": false,
466
+ "length": null,
467
+ "precision": null,
468
+ "scale": null,
469
+ "default": null,
470
+ "comment": null,
471
+ "collation": null,
472
+ "enumItems": [],
473
+ "mappedType": "uuid"
474
+ },
475
+ "updated_at": {
476
+ "name": "updated_at",
477
+ "type": "timestamptz(6)",
478
+ "unsigned": false,
479
+ "autoincrement": false,
480
+ "primary": false,
481
+ "nullable": false,
482
+ "unique": false,
483
+ "length": 6,
484
+ "precision": null,
485
+ "scale": null,
486
+ "default": null,
487
+ "comment": null,
488
+ "collation": null,
489
+ "enumItems": [],
490
+ "mappedType": "datetime"
491
+ }
492
+ },
493
+ "indexes": [
494
+ {
495
+ "columnNames": [
496
+ "id"
497
+ ],
498
+ "composite": false,
499
+ "constraint": true,
500
+ "keyName": "notification_types_pkey",
501
+ "primary": true,
502
+ "unique": true
503
+ },
504
+ {
505
+ "columnNames": [
506
+ "tenant_id"
507
+ ],
508
+ "composite": false,
509
+ "constraint": false,
510
+ "keyName": "notification_types_tenant_idx",
511
+ "primary": false,
512
+ "unique": false
513
+ }
514
+ ],
515
+ "checks": [],
516
+ "triggers": [],
517
+ "foreignKeys": {},
518
+ "comment": null
519
+ },
520
+ {
521
+ "name": "notifications",
522
+ "schema": "public",
523
+ "columns": {
120
524
  "action_data": {
121
525
  "name": "action_data",
122
526
  "type": "jsonb",
@@ -124,6 +528,14 @@
124
528
  "autoincrement": false,
125
529
  "primary": false,
126
530
  "nullable": true,
531
+ "unique": false,
532
+ "length": null,
533
+ "precision": null,
534
+ "scale": null,
535
+ "default": null,
536
+ "comment": null,
537
+ "collation": null,
538
+ "enumItems": [],
127
539
  "mappedType": "json"
128
540
  },
129
541
  "action_result": {
@@ -133,6 +545,14 @@
133
545
  "autoincrement": false,
134
546
  "primary": false,
135
547
  "nullable": true,
548
+ "unique": false,
549
+ "length": null,
550
+ "precision": null,
551
+ "scale": null,
552
+ "default": null,
553
+ "comment": null,
554
+ "collation": null,
555
+ "enumItems": [],
136
556
  "mappedType": "json"
137
557
  },
138
558
  "action_taken": {
@@ -142,52 +562,100 @@
142
562
  "autoincrement": false,
143
563
  "primary": false,
144
564
  "nullable": true,
565
+ "unique": false,
566
+ "length": null,
567
+ "precision": null,
568
+ "scale": null,
569
+ "default": null,
570
+ "comment": null,
571
+ "collation": null,
572
+ "enumItems": [],
145
573
  "mappedType": "text"
146
574
  },
147
- "source_module": {
148
- "name": "source_module",
149
- "type": "text",
575
+ "actioned_at": {
576
+ "name": "actioned_at",
577
+ "type": "timestamptz",
150
578
  "unsigned": false,
151
579
  "autoincrement": false,
152
580
  "primary": false,
153
581
  "nullable": true,
154
- "mappedType": "text"
582
+ "unique": false,
583
+ "length": 6,
584
+ "precision": null,
585
+ "scale": null,
586
+ "default": null,
587
+ "comment": null,
588
+ "collation": null,
589
+ "enumItems": [],
590
+ "mappedType": "datetime"
155
591
  },
156
- "source_entity_type": {
157
- "name": "source_entity_type",
592
+ "body": {
593
+ "name": "body",
158
594
  "type": "text",
159
595
  "unsigned": false,
160
596
  "autoincrement": false,
161
597
  "primary": false,
162
598
  "nullable": true,
599
+ "unique": false,
600
+ "length": null,
601
+ "precision": null,
602
+ "scale": null,
603
+ "default": null,
604
+ "comment": null,
605
+ "collation": null,
606
+ "enumItems": [],
163
607
  "mappedType": "text"
164
608
  },
165
- "source_entity_id": {
166
- "name": "source_entity_id",
167
- "type": "uuid",
609
+ "body_key": {
610
+ "name": "body_key",
611
+ "type": "text",
168
612
  "unsigned": false,
169
613
  "autoincrement": false,
170
614
  "primary": false,
171
615
  "nullable": true,
172
- "mappedType": "uuid"
616
+ "unique": false,
617
+ "length": null,
618
+ "precision": null,
619
+ "scale": null,
620
+ "default": null,
621
+ "comment": null,
622
+ "collation": null,
623
+ "enumItems": [],
624
+ "mappedType": "text"
173
625
  },
174
- "link_href": {
175
- "name": "link_href",
176
- "type": "text",
626
+ "body_variables": {
627
+ "name": "body_variables",
628
+ "type": "jsonb",
177
629
  "unsigned": false,
178
630
  "autoincrement": false,
179
631
  "primary": false,
180
632
  "nullable": true,
181
- "mappedType": "text"
633
+ "unique": false,
634
+ "length": null,
635
+ "precision": null,
636
+ "scale": null,
637
+ "default": null,
638
+ "comment": null,
639
+ "collation": null,
640
+ "enumItems": [],
641
+ "mappedType": "json"
182
642
  },
183
- "group_key": {
184
- "name": "group_key",
185
- "type": "text",
643
+ "channels": {
644
+ "name": "channels",
645
+ "type": "jsonb",
186
646
  "unsigned": false,
187
647
  "autoincrement": false,
188
648
  "primary": false,
189
649
  "nullable": true,
190
- "mappedType": "text"
650
+ "unique": false,
651
+ "length": null,
652
+ "precision": null,
653
+ "scale": null,
654
+ "default": null,
655
+ "comment": null,
656
+ "collation": null,
657
+ "enumItems": [],
658
+ "mappedType": "json"
191
659
  },
192
660
  "created_at": {
193
661
  "name": "created_at",
@@ -196,141 +664,447 @@
196
664
  "autoincrement": false,
197
665
  "primary": false,
198
666
  "nullable": false,
667
+ "unique": false,
199
668
  "length": 6,
669
+ "precision": null,
670
+ "scale": null,
671
+ "default": null,
672
+ "comment": null,
673
+ "collation": null,
674
+ "enumItems": [],
200
675
  "mappedType": "datetime"
201
676
  },
202
- "read_at": {
203
- "name": "read_at",
204
- "type": "timestamptz",
677
+ "data": {
678
+ "name": "data",
679
+ "type": "jsonb",
205
680
  "unsigned": false,
206
681
  "autoincrement": false,
207
682
  "primary": false,
208
683
  "nullable": true,
209
- "length": 6,
210
- "mappedType": "datetime"
684
+ "unique": false,
685
+ "length": null,
686
+ "precision": null,
687
+ "scale": null,
688
+ "default": null,
689
+ "comment": null,
690
+ "collation": null,
691
+ "enumItems": [],
692
+ "mappedType": "json"
211
693
  },
212
- "actioned_at": {
213
- "name": "actioned_at",
694
+ "dismissed_at": {
695
+ "name": "dismissed_at",
214
696
  "type": "timestamptz",
215
697
  "unsigned": false,
216
698
  "autoincrement": false,
217
699
  "primary": false,
218
700
  "nullable": true,
701
+ "unique": false,
219
702
  "length": 6,
703
+ "precision": null,
704
+ "scale": null,
705
+ "default": null,
706
+ "comment": null,
707
+ "collation": null,
708
+ "enumItems": [],
220
709
  "mappedType": "datetime"
221
710
  },
222
- "dismissed_at": {
223
- "name": "dismissed_at",
711
+ "expires_at": {
712
+ "name": "expires_at",
224
713
  "type": "timestamptz",
225
714
  "unsigned": false,
226
715
  "autoincrement": false,
227
716
  "primary": false,
228
717
  "nullable": true,
718
+ "unique": false,
229
719
  "length": 6,
720
+ "precision": null,
721
+ "scale": null,
722
+ "default": null,
723
+ "comment": null,
724
+ "collation": null,
725
+ "enumItems": [],
230
726
  "mappedType": "datetime"
231
727
  },
232
- "expires_at": {
233
- "name": "expires_at",
728
+ "group_key": {
729
+ "name": "group_key",
730
+ "type": "text",
731
+ "unsigned": false,
732
+ "autoincrement": false,
733
+ "primary": false,
734
+ "nullable": true,
735
+ "unique": false,
736
+ "length": null,
737
+ "precision": null,
738
+ "scale": null,
739
+ "default": null,
740
+ "comment": null,
741
+ "collation": null,
742
+ "enumItems": [],
743
+ "mappedType": "text"
744
+ },
745
+ "icon": {
746
+ "name": "icon",
747
+ "type": "text",
748
+ "unsigned": false,
749
+ "autoincrement": false,
750
+ "primary": false,
751
+ "nullable": true,
752
+ "unique": false,
753
+ "length": null,
754
+ "precision": null,
755
+ "scale": null,
756
+ "default": null,
757
+ "comment": null,
758
+ "collation": null,
759
+ "enumItems": [],
760
+ "mappedType": "text"
761
+ },
762
+ "id": {
763
+ "name": "id",
764
+ "type": "uuid",
765
+ "unsigned": false,
766
+ "autoincrement": false,
767
+ "primary": true,
768
+ "nullable": false,
769
+ "unique": false,
770
+ "length": null,
771
+ "precision": null,
772
+ "scale": null,
773
+ "default": "gen_random_uuid()",
774
+ "comment": null,
775
+ "collation": null,
776
+ "enumItems": [],
777
+ "mappedType": "uuid"
778
+ },
779
+ "link_href": {
780
+ "name": "link_href",
781
+ "type": "text",
782
+ "unsigned": false,
783
+ "autoincrement": false,
784
+ "primary": false,
785
+ "nullable": true,
786
+ "unique": false,
787
+ "length": null,
788
+ "precision": null,
789
+ "scale": null,
790
+ "default": null,
791
+ "comment": null,
792
+ "collation": null,
793
+ "enumItems": [],
794
+ "mappedType": "text"
795
+ },
796
+ "organization_id": {
797
+ "name": "organization_id",
798
+ "type": "uuid",
799
+ "unsigned": false,
800
+ "autoincrement": false,
801
+ "primary": false,
802
+ "nullable": true,
803
+ "unique": false,
804
+ "length": null,
805
+ "precision": null,
806
+ "scale": null,
807
+ "default": null,
808
+ "comment": null,
809
+ "collation": null,
810
+ "enumItems": [],
811
+ "mappedType": "uuid"
812
+ },
813
+ "push_options": {
814
+ "name": "push_options",
815
+ "type": "jsonb",
816
+ "unsigned": false,
817
+ "autoincrement": false,
818
+ "primary": false,
819
+ "nullable": true,
820
+ "unique": false,
821
+ "length": null,
822
+ "precision": null,
823
+ "scale": null,
824
+ "default": null,
825
+ "comment": null,
826
+ "collation": null,
827
+ "enumItems": [],
828
+ "mappedType": "json"
829
+ },
830
+ "read_at": {
831
+ "name": "read_at",
234
832
  "type": "timestamptz",
235
833
  "unsigned": false,
236
834
  "autoincrement": false,
237
835
  "primary": false,
238
836
  "nullable": true,
837
+ "unique": false,
239
838
  "length": 6,
839
+ "precision": null,
840
+ "scale": null,
841
+ "default": null,
842
+ "comment": null,
843
+ "collation": null,
844
+ "enumItems": [],
240
845
  "mappedType": "datetime"
241
846
  },
242
- "tenant_id": {
243
- "name": "tenant_id",
847
+ "recipient_user_id": {
848
+ "name": "recipient_user_id",
244
849
  "type": "uuid",
245
850
  "unsigned": false,
246
851
  "autoincrement": false,
247
852
  "primary": false,
248
853
  "nullable": false,
854
+ "unique": false,
855
+ "length": null,
856
+ "precision": null,
857
+ "scale": null,
858
+ "default": null,
859
+ "comment": null,
860
+ "collation": null,
861
+ "enumItems": [],
249
862
  "mappedType": "uuid"
250
863
  },
251
- "organization_id": {
252
- "name": "organization_id",
864
+ "severity": {
865
+ "name": "severity",
866
+ "type": "text",
867
+ "unsigned": false,
868
+ "autoincrement": false,
869
+ "primary": false,
870
+ "nullable": false,
871
+ "unique": false,
872
+ "length": null,
873
+ "precision": null,
874
+ "scale": null,
875
+ "default": "'info'",
876
+ "comment": null,
877
+ "collation": null,
878
+ "enumItems": [],
879
+ "mappedType": "text"
880
+ },
881
+ "source_entity_id": {
882
+ "name": "source_entity_id",
253
883
  "type": "uuid",
254
884
  "unsigned": false,
255
885
  "autoincrement": false,
256
886
  "primary": false,
257
887
  "nullable": true,
888
+ "unique": false,
889
+ "length": null,
890
+ "precision": null,
891
+ "scale": null,
892
+ "default": null,
893
+ "comment": null,
894
+ "collation": null,
895
+ "enumItems": [],
258
896
  "mappedType": "uuid"
897
+ },
898
+ "source_entity_type": {
899
+ "name": "source_entity_type",
900
+ "type": "text",
901
+ "unsigned": false,
902
+ "autoincrement": false,
903
+ "primary": false,
904
+ "nullable": true,
905
+ "unique": false,
906
+ "length": null,
907
+ "precision": null,
908
+ "scale": null,
909
+ "default": null,
910
+ "comment": null,
911
+ "collation": null,
912
+ "enumItems": [],
913
+ "mappedType": "text"
914
+ },
915
+ "source_module": {
916
+ "name": "source_module",
917
+ "type": "text",
918
+ "unsigned": false,
919
+ "autoincrement": false,
920
+ "primary": false,
921
+ "nullable": true,
922
+ "unique": false,
923
+ "length": null,
924
+ "precision": null,
925
+ "scale": null,
926
+ "default": null,
927
+ "comment": null,
928
+ "collation": null,
929
+ "enumItems": [],
930
+ "mappedType": "text"
931
+ },
932
+ "status": {
933
+ "name": "status",
934
+ "type": "text",
935
+ "unsigned": false,
936
+ "autoincrement": false,
937
+ "primary": false,
938
+ "nullable": false,
939
+ "unique": false,
940
+ "length": null,
941
+ "precision": null,
942
+ "scale": null,
943
+ "default": "'unread'",
944
+ "comment": null,
945
+ "collation": null,
946
+ "enumItems": [],
947
+ "mappedType": "text"
948
+ },
949
+ "tenant_id": {
950
+ "name": "tenant_id",
951
+ "type": "uuid",
952
+ "unsigned": false,
953
+ "autoincrement": false,
954
+ "primary": false,
955
+ "nullable": false,
956
+ "unique": false,
957
+ "length": null,
958
+ "precision": null,
959
+ "scale": null,
960
+ "default": null,
961
+ "comment": null,
962
+ "collation": null,
963
+ "enumItems": [],
964
+ "mappedType": "uuid"
965
+ },
966
+ "title": {
967
+ "name": "title",
968
+ "type": "text",
969
+ "unsigned": false,
970
+ "autoincrement": false,
971
+ "primary": false,
972
+ "nullable": false,
973
+ "unique": false,
974
+ "length": null,
975
+ "precision": null,
976
+ "scale": null,
977
+ "default": null,
978
+ "comment": null,
979
+ "collation": null,
980
+ "enumItems": [],
981
+ "mappedType": "text"
982
+ },
983
+ "title_key": {
984
+ "name": "title_key",
985
+ "type": "text",
986
+ "unsigned": false,
987
+ "autoincrement": false,
988
+ "primary": false,
989
+ "nullable": true,
990
+ "unique": false,
991
+ "length": null,
992
+ "precision": null,
993
+ "scale": null,
994
+ "default": null,
995
+ "comment": null,
996
+ "collation": null,
997
+ "enumItems": [],
998
+ "mappedType": "text"
999
+ },
1000
+ "title_variables": {
1001
+ "name": "title_variables",
1002
+ "type": "jsonb",
1003
+ "unsigned": false,
1004
+ "autoincrement": false,
1005
+ "primary": false,
1006
+ "nullable": true,
1007
+ "unique": false,
1008
+ "length": null,
1009
+ "precision": null,
1010
+ "scale": null,
1011
+ "default": null,
1012
+ "comment": null,
1013
+ "collation": null,
1014
+ "enumItems": [],
1015
+ "mappedType": "json"
1016
+ },
1017
+ "type": {
1018
+ "name": "type",
1019
+ "type": "text",
1020
+ "unsigned": false,
1021
+ "autoincrement": false,
1022
+ "primary": false,
1023
+ "nullable": false,
1024
+ "unique": false,
1025
+ "length": null,
1026
+ "precision": null,
1027
+ "scale": null,
1028
+ "default": null,
1029
+ "comment": null,
1030
+ "collation": null,
1031
+ "enumItems": [],
1032
+ "mappedType": "text"
259
1033
  }
260
1034
  },
261
- "name": "notifications",
262
- "schema": "public",
263
1035
  "indexes": [
264
1036
  {
265
- "keyName": "notifications_group_idx",
1037
+ "columnNames": [
1038
+ "expires_at"
1039
+ ],
1040
+ "composite": false,
1041
+ "constraint": false,
1042
+ "keyName": "notifications_expires_idx",
1043
+ "primary": false,
1044
+ "unique": false
1045
+ },
1046
+ {
266
1047
  "columnNames": [
267
1048
  "group_key",
268
1049
  "recipient_user_id"
269
1050
  ],
270
1051
  "composite": true,
271
1052
  "constraint": false,
1053
+ "keyName": "notifications_group_idx",
272
1054
  "primary": false,
273
1055
  "unique": false
274
1056
  },
275
1057
  {
276
- "keyName": "notifications_expires_idx",
277
1058
  "columnNames": [
278
- "expires_at"
1059
+ "id"
279
1060
  ],
280
1061
  "composite": false,
281
- "constraint": false,
282
- "primary": false,
283
- "unique": false
1062
+ "constraint": true,
1063
+ "keyName": "notifications_pkey",
1064
+ "primary": true,
1065
+ "unique": true
284
1066
  },
285
1067
  {
286
- "keyName": "notifications_tenant_idx",
287
1068
  "columnNames": [
288
- "tenant_id",
289
- "organization_id"
1069
+ "recipient_user_id",
1070
+ "status",
1071
+ "created_at"
290
1072
  ],
291
1073
  "composite": true,
292
1074
  "constraint": false,
1075
+ "keyName": "notifications_recipient_status_idx",
293
1076
  "primary": false,
294
1077
  "unique": false
295
1078
  },
296
1079
  {
297
- "keyName": "notifications_source_idx",
298
1080
  "columnNames": [
299
1081
  "source_entity_type",
300
1082
  "source_entity_id"
301
1083
  ],
302
1084
  "composite": true,
303
1085
  "constraint": false,
1086
+ "keyName": "notifications_source_idx",
304
1087
  "primary": false,
305
1088
  "unique": false
306
1089
  },
307
1090
  {
308
- "keyName": "notifications_recipient_status_idx",
309
1091
  "columnNames": [
310
- "recipient_user_id",
311
- "status",
312
- "created_at"
1092
+ "tenant_id",
1093
+ "organization_id"
313
1094
  ],
314
1095
  "composite": true,
315
1096
  "constraint": false,
1097
+ "keyName": "notifications_tenant_idx",
316
1098
  "primary": false,
317
1099
  "unique": false
318
- },
319
- {
320
- "keyName": "notifications_pkey",
321
- "columnNames": [
322
- "id"
323
- ],
324
- "composite": false,
325
- "constraint": true,
326
- "primary": true,
327
- "unique": true
328
1100
  }
329
1101
  ],
330
1102
  "checks": [],
1103
+ "triggers": [],
331
1104
  "foreignKeys": {},
332
- "nativeEnums": {}
1105
+ "comment": null
333
1106
  }
334
1107
  ],
1108
+ "views": [],
335
1109
  "nativeEnums": {}
336
- }
1110
+ }