truthound-dashboard 1.4.0__tar.gz → 1.4.1__tar.gz

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 (807) hide show
  1. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/.gitignore +5 -3
  2. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/PKG-INFO +6 -2
  3. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/README.md +5 -1
  4. truthound_dashboard-1.4.1/frontend/.gitignore +1 -0
  5. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/package.json +1 -1
  6. truthound_dashboard-1.4.1/frontend/scripts/generate-fallbacks.mjs +111 -0
  7. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ConfirmDialog.tsx +2 -2
  8. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/Layout.tsx +2 -2
  9. truthound_dashboard-1.4.1/frontend/src/hooks/useSafeIntlayer.ts +90 -0
  10. truthound_dashboard-1.4.1/frontend/src/lib/intlayer-fallbacks.ts +2908 -0
  11. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Activity.tsx +4 -4
  12. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Alerts.tsx +3 -3
  13. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Anomaly.tsx +3 -3
  14. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Catalog.tsx +4 -4
  15. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/CatalogDetail.tsx +3 -3
  16. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Dashboard.tsx +5 -5
  17. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Drift.tsx +4 -4
  18. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/DriftMonitoring.tsx +3 -3
  19. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Glossary.tsx +4 -4
  20. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/GlossaryDetail.tsx +3 -3
  21. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Lineage.tsx +2 -2
  22. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Maintenance.tsx +2 -2
  23. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/ModelMonitoring.tsx +3 -3
  24. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Notifications.tsx +7 -7
  25. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/NotificationsAdvanced.tsx +3 -3
  26. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Plugins.tsx +2 -2
  27. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Privacy.tsx +3 -3
  28. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/ProfileComparison.tsx +3 -3
  29. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Reports.tsx +5 -5
  30. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/RuleSuggestions.tsx +4 -4
  31. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Schedules.tsx +6 -6
  32. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/SchemaEvolution.tsx +5 -5
  33. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/SourceDetail.tsx +3 -3
  34. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Sources.tsx +5 -5
  35. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/TriggerMonitoring.tsx +4 -4
  36. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/VersionHistory.tsx +3 -3
  37. truthound_dashboard-1.4.1/frontend/vercel.json +8 -0
  38. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/pyproject.toml +1 -1
  39. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/static/index.html +1 -1
  40. truthound_dashboard-1.4.0/frontend/.intlayer/config/configuration.json +0 -121
  41. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/alerts.json +0 -241
  42. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/anomaly.json +0 -539
  43. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/catalog.json +0 -155
  44. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/collaboration.json +0 -97
  45. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/common.json +0 -115
  46. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/crossAlerts.json +0 -217
  47. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/dashboard.json +0 -65
  48. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/drift.json +0 -211
  49. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/driftMonitor.json +0 -627
  50. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/errors.json +0 -29
  51. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/glossary.json +0 -133
  52. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/lineage.json +0 -657
  53. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/maintenance.json +0 -91
  54. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/modelMonitoring.json +0 -337
  55. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/nav.json +0 -73
  56. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/notifications.json +0 -347
  57. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/notificationsAdvanced.json +0 -1013
  58. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/plugins.json +0 -621
  59. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/privacy.json +0 -231
  60. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/profileComparison.json +0 -121
  61. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/profiler.json +0 -233
  62. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/reports.json +0 -231
  63. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/ruleSuggestions.json +0 -285
  64. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/schedules.json +0 -99
  65. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/schemaEvolution.json +0 -111
  66. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/settings.json +0 -31
  67. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/sources.json +0 -233
  68. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/triggers.json +0 -177
  69. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/validation.json +0 -65
  70. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/validators.json +0 -215
  71. truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/versioning.json +0 -107
  72. truthound_dashboard-1.4.0/frontend/.intlayer/main/dictionaries.cjs +0 -69
  73. truthound_dashboard-1.4.0/frontend/.intlayer/main/dictionaries.mjs +0 -69
  74. truthound_dashboard-1.4.0/frontend/.intlayer/main/dynamic_dictionaries.cjs +0 -8
  75. truthound_dashboard-1.4.0/frontend/.intlayer/main/dynamic_dictionaries.mjs +0 -8
  76. truthound_dashboard-1.4.0/frontend/.intlayer/main/fetch_dictionaries.cjs +0 -8
  77. truthound_dashboard-1.4.0/frontend/.intlayer/main/fetch_dictionaries.mjs +0 -8
  78. truthound_dashboard-1.4.0/frontend/.intlayer/main/remote_dictionaries.cjs +0 -8
  79. truthound_dashboard-1.4.0/frontend/.intlayer/main/remote_dictionaries.mjs +0 -8
  80. truthound_dashboard-1.4.0/frontend/.intlayer/main/unmerged_dictionaries.cjs +0 -69
  81. truthound_dashboard-1.4.0/frontend/.intlayer/main/unmerged_dictionaries.mjs +0 -69
  82. truthound_dashboard-1.4.0/frontend/.intlayer/types/alerts.ts +0 -242
  83. truthound_dashboard-1.4.0/frontend/.intlayer/types/anomaly.ts +0 -540
  84. truthound_dashboard-1.4.0/frontend/.intlayer/types/catalog.ts +0 -156
  85. truthound_dashboard-1.4.0/frontend/.intlayer/types/collaboration.ts +0 -98
  86. truthound_dashboard-1.4.0/frontend/.intlayer/types/common.ts +0 -116
  87. truthound_dashboard-1.4.0/frontend/.intlayer/types/crossAlerts.ts +0 -218
  88. truthound_dashboard-1.4.0/frontend/.intlayer/types/dashboard.ts +0 -66
  89. truthound_dashboard-1.4.0/frontend/.intlayer/types/drift.ts +0 -212
  90. truthound_dashboard-1.4.0/frontend/.intlayer/types/driftMonitor.ts +0 -628
  91. truthound_dashboard-1.4.0/frontend/.intlayer/types/errors.ts +0 -30
  92. truthound_dashboard-1.4.0/frontend/.intlayer/types/glossary.ts +0 -134
  93. truthound_dashboard-1.4.0/frontend/.intlayer/types/intlayer.d.ts +0 -80
  94. truthound_dashboard-1.4.0/frontend/.intlayer/types/lineage.ts +0 -658
  95. truthound_dashboard-1.4.0/frontend/.intlayer/types/maintenance.ts +0 -92
  96. truthound_dashboard-1.4.0/frontend/.intlayer/types/modelMonitoring.ts +0 -338
  97. truthound_dashboard-1.4.0/frontend/.intlayer/types/nav.ts +0 -74
  98. truthound_dashboard-1.4.0/frontend/.intlayer/types/notifications.ts +0 -348
  99. truthound_dashboard-1.4.0/frontend/.intlayer/types/notificationsAdvanced.ts +0 -1014
  100. truthound_dashboard-1.4.0/frontend/.intlayer/types/plugins.ts +0 -622
  101. truthound_dashboard-1.4.0/frontend/.intlayer/types/privacy.ts +0 -232
  102. truthound_dashboard-1.4.0/frontend/.intlayer/types/profileComparison.ts +0 -122
  103. truthound_dashboard-1.4.0/frontend/.intlayer/types/profiler.ts +0 -234
  104. truthound_dashboard-1.4.0/frontend/.intlayer/types/reports.ts +0 -232
  105. truthound_dashboard-1.4.0/frontend/.intlayer/types/ruleSuggestions.ts +0 -286
  106. truthound_dashboard-1.4.0/frontend/.intlayer/types/schedules.ts +0 -100
  107. truthound_dashboard-1.4.0/frontend/.intlayer/types/schemaEvolution.ts +0 -112
  108. truthound_dashboard-1.4.0/frontend/.intlayer/types/settings.ts +0 -32
  109. truthound_dashboard-1.4.0/frontend/.intlayer/types/sources.ts +0 -234
  110. truthound_dashboard-1.4.0/frontend/.intlayer/types/triggers.ts +0 -178
  111. truthound_dashboard-1.4.0/frontend/.intlayer/types/validation.ts +0 -66
  112. truthound_dashboard-1.4.0/frontend/.intlayer/types/validators.ts +0 -216
  113. truthound_dashboard-1.4.0/frontend/.intlayer/types/versioning.ts +0 -108
  114. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/alerts.json +0 -633
  115. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/anomaly.json +0 -1712
  116. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/catalog.json +0 -464
  117. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/collaboration.json +0 -261
  118. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/common.json +0 -906
  119. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/crossAlerts.json +0 -549
  120. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/dashboard.json +0 -185
  121. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/drift.json +0 -612
  122. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/driftMonitor.json +0 -1840
  123. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/errors.json +0 -150
  124. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/glossary.json +0 -387
  125. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/lineage.json +0 -2113
  126. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/maintenance.json +0 -276
  127. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/modelMonitoring.json +0 -909
  128. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/nav.json +0 -552
  129. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/notifications.json +0 -968
  130. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/notificationsAdvanced.json +0 -2999
  131. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/plugins.json +0 -1903
  132. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/privacy.json +0 -610
  133. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/profileComparison.json +0 -381
  134. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/profiler.json +0 -713
  135. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/reports.json +0 -766
  136. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/ruleSuggestions.json +0 -955
  137. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/schedules.json +0 -292
  138. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/schemaEvolution.json +0 -346
  139. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/settings.json +0 -66
  140. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/sources.json +0 -689
  141. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/triggers.json +0 -577
  142. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/validation.json +0 -173
  143. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/validators.json +0 -602
  144. truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/versioning.json +0 -320
  145. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/.github/workflows/release.yml +0 -0
  146. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/.github/workflows/trigger-docs.yml +0 -0
  147. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/LICENSE +0 -0
  148. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/docs/advanced-features.md +0 -0
  149. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/docs/api.md +0 -0
  150. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/docs/configuration.md +0 -0
  151. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/docs/features.md +0 -0
  152. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/docs/getting-started.md +0 -0
  153. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/docs/index.md +0 -0
  154. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/docs/internationalization.md +0 -0
  155. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/package-lock.json +0 -0
  156. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/package.json +0 -0
  157. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/playwright.config.ts +0 -0
  158. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/activity.spec.ts +0 -0
  159. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/anomaly.spec.ts +0 -0
  160. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/dashboard.spec.ts +0 -0
  161. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/drift-monitoring.spec.ts +0 -0
  162. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/drift.spec.ts +0 -0
  163. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/language.spec.ts +0 -0
  164. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/lineage.spec.ts +0 -0
  165. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/maintenance.spec.ts +0 -0
  166. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/model-monitoring.spec.ts +0 -0
  167. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/notifications-advanced-deep.spec.ts +0 -0
  168. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/notifications-advanced.spec.ts +0 -0
  169. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/notifications.spec.ts +0 -0
  170. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/plugins.spec.ts +0 -0
  171. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/privacy-new.spec.ts +0 -0
  172. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/privacy.spec.ts +0 -0
  173. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/reports.spec.ts +0 -0
  174. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/schedules.spec.ts +0 -0
  175. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/theme.spec.ts +0 -0
  176. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/.env.development +0 -0
  177. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/.env.mock +0 -0
  178. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/.env.pip +0 -0
  179. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/.eslintrc.cjs +0 -0
  180. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/index.html +0 -0
  181. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/intlayer.config.mjs +0 -0
  182. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/package-lock.json +0 -0
  183. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/postcss.config.js +0 -0
  184. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/public/favicon.ico +0 -0
  185. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/public/mockServiceWorker.js +0 -0
  186. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/public-pip/favicon.ico +0 -0
  187. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/App.tsx +0 -0
  188. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/api/client.ts +0 -0
  189. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/assets/logo.png +0 -0
  190. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/AnimatedNumber.test.tsx +0 -0
  191. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/AnimatedNumber.tsx +0 -0
  192. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/GlassCard.test.tsx +0 -0
  193. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/GlassCard.tsx +0 -0
  194. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/LoadingFallback.tsx +0 -0
  195. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ThemeToggle.tsx +0 -0
  196. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/alerts/AlertCorrelation.tsx +0 -0
  197. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/alerts/AlertSummaryCards.tsx +0 -0
  198. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/alerts/UnifiedAlertList.tsx +0 -0
  199. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/alerts/index.ts +0 -0
  200. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/AlgorithmAgreement.tsx +0 -0
  201. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/AlgorithmComparison.tsx +0 -0
  202. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/AlgorithmConfigForm.tsx +0 -0
  203. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/AlgorithmSelector.tsx +0 -0
  204. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/AnomalyDetectionPanel.tsx +0 -0
  205. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/AnomalyExplanation.tsx +0 -0
  206. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/AnomalyHistoryList.tsx +0 -0
  207. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/AnomalyResultsTable.tsx +0 -0
  208. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/AnomalyScoreChart.tsx +0 -0
  209. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/BatchDetectionDialog.tsx +0 -0
  210. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/BatchProgress.tsx +0 -0
  211. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/BatchResults.tsx +0 -0
  212. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/ColumnAnomalySummary.tsx +0 -0
  213. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/ComparisonChart.tsx +0 -0
  214. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/ComparisonResultsTable.tsx +0 -0
  215. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/ExplanationSummary.tsx +0 -0
  216. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/FeatureContributionChart.tsx +0 -0
  217. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/StreamingChart.tsx +0 -0
  218. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/StreamingControls.tsx +0 -0
  219. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/StreamingDashboard.tsx +0 -0
  220. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/index.ts +0 -0
  221. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/catalog/AssetFormDialog.tsx +0 -0
  222. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/catalog/ColumnMappingDialog.tsx +0 -0
  223. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/collaboration/ActivityFeed.tsx +0 -0
  224. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/collaboration/Comments.tsx +0 -0
  225. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/common/CodeEditor.tsx +0 -0
  226. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/common/LanguageSelector.tsx +0 -0
  227. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/common/index.ts +0 -0
  228. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/cross-alerts/AutoTriggerConfig.tsx +0 -0
  229. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/cross-alerts/CorrelatedAlerts.tsx +0 -0
  230. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/cross-alerts/CrossAlertCard.tsx +0 -0
  231. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/cross-alerts/index.ts +0 -0
  232. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/ChunkedProgress.tsx +0 -0
  233. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/ColumnDistributionChart.tsx +0 -0
  234. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/ColumnDistributionComparison.tsx +0 -0
  235. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/ColumnDriftCard.tsx +0 -0
  236. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/ColumnDrilldown.tsx +0 -0
  237. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/ColumnStatistics.tsx +0 -0
  238. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/DriftAlertList.tsx +0 -0
  239. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/DriftConfigPanel.tsx +0 -0
  240. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/DriftMethodSelector.tsx +0 -0
  241. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/DriftMonitorForm.tsx +0 -0
  242. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/DriftMonitorList.tsx +0 -0
  243. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/DriftMonitorStats.tsx +0 -0
  244. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/DriftPreview.tsx +0 -0
  245. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/DriftPreviewResults.tsx +0 -0
  246. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/DriftScoreGauge.tsx +0 -0
  247. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/DriftTrendChart.tsx +0 -0
  248. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/LargeDatasetWarning.tsx +0 -0
  249. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/RemediationPanel.tsx +0 -0
  250. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/RootCauseAnalysis.tsx +0 -0
  251. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/SamplingConfig.tsx +0 -0
  252. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/index.ts +0 -0
  253. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/glossary/TermFormDialog.tsx +0 -0
  254. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/AnomalyImpactPath.tsx +0 -0
  255. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/AnomalyLegend.tsx +0 -0
  256. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/AnomalyOverlayNode.tsx +0 -0
  257. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/ColumnImpactAnalysis.tsx +0 -0
  258. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/ColumnLineageEdge.tsx +0 -0
  259. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/ColumnLineagePanel.tsx +0 -0
  260. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/ColumnMappingTable.tsx +0 -0
  261. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/CytoscapeLineageGraph.tsx +0 -0
  262. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/ImpactAnalysisPanel.tsx +0 -0
  263. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/LazyLineageNode.tsx +0 -0
  264. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/LineageCluster.tsx +0 -0
  265. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/LineageControls.tsx +0 -0
  266. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/LineageEdge.tsx +0 -0
  267. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/LineageExportPanel.tsx +0 -0
  268. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/LineageGraph.tsx +0 -0
  269. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/LineageMinimap.tsx +0 -0
  270. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/LineageNode.tsx +0 -0
  271. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/LineageNodeDetails.tsx +0 -0
  272. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/LineageRendererSelector.tsx +0 -0
  273. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/LineageToolbar.tsx +0 -0
  274. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/MermaidLineageGraph.tsx +0 -0
  275. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/OpenLineageConfig.tsx +0 -0
  276. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/OpenLineageExport.tsx +0 -0
  277. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/VirtualizedLineageGraph.tsx +0 -0
  278. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/WebhookForm.tsx +0 -0
  279. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/WebhookStatus.tsx +0 -0
  280. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/column-lineage-types.ts +0 -0
  281. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/index.ts +0 -0
  282. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/maintenance/MaintenanceSettings.tsx +0 -0
  283. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/maintenance/index.ts +0 -0
  284. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/model-monitoring/AlertHandlerList.tsx +0 -0
  285. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/model-monitoring/AlertList.tsx +0 -0
  286. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/model-monitoring/AlertRuleList.tsx +0 -0
  287. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/model-monitoring/MetricsChart.tsx +0 -0
  288. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/model-monitoring/ModelDashboard.tsx +0 -0
  289. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/model-monitoring/ModelHealthIndicator.tsx +0 -0
  290. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/model-monitoring/ModelList.tsx +0 -0
  291. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/model-monitoring/ModelMetricsChart.tsx +0 -0
  292. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/model-monitoring/MonitoringOverviewStats.tsx +0 -0
  293. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/model-monitoring/RegisterModelDialog.tsx +0 -0
  294. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/model-monitoring/index.ts +0 -0
  295. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/BulkActionBar.tsx +0 -0
  296. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/ChannelConfigForm.tsx +0 -0
  297. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/ConfigImportExport.tsx +0 -0
  298. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/DeduplicationTab.tsx +0 -0
  299. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/EscalationLevelBuilder.tsx +0 -0
  300. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/EscalationTab.tsx +0 -0
  301. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/EscalationTimeline.tsx +0 -0
  302. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/ExpressionRuleEditor.tsx +0 -0
  303. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/IncidentDetailDialog.tsx +0 -0
  304. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/Jinja2RuleEditor.tsx +0 -0
  305. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/RoutingRulesTab.tsx +0 -0
  306. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/RuleBuilder.tsx +0 -0
  307. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/RuleTestPanel.tsx +0 -0
  308. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/SchedulerControlPanel.tsx +0 -0
  309. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/StrategyGuide.tsx +0 -0
  310. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/TemplateLibrary.tsx +0 -0
  311. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/ThrottlingTab.tsx +0 -0
  312. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/TimeWindowPicker.tsx +0 -0
  313. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/WebSocketStatus.tsx +0 -0
  314. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/__tests__/ChannelConfigForm.test.tsx +0 -0
  315. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/__tests__/DeduplicationTab.test.tsx +0 -0
  316. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/__tests__/EscalationTab.test.tsx +0 -0
  317. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/__tests__/RuleBuilder.test.tsx +0 -0
  318. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/index.ts +0 -0
  319. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/PluginDependencyGraph.tsx +0 -0
  320. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/PluginDetailDialog.tsx +0 -0
  321. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/PluginHooksPanel.tsx +0 -0
  322. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/PluginInstallProgress.tsx +0 -0
  323. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/PluginLifecyclePanel.tsx +0 -0
  324. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/PluginSecurityPanel.tsx +0 -0
  325. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/PluginSettingsTab.tsx +0 -0
  326. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/ReporterConfigForm.tsx +0 -0
  327. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/ReporterEditorDialog.tsx +0 -0
  328. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/ReporterPreviewPanel.tsx +0 -0
  329. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/ValidatorEditorDialog.tsx +0 -0
  330. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/ValidatorParamForm.tsx +0 -0
  331. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/ValidatorTestPanel.tsx +0 -0
  332. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/index.ts +0 -0
  333. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/types.ts +0 -0
  334. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/privacy/MaskingPanel.tsx +0 -0
  335. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/privacy/MaskingStrategySelector.tsx +0 -0
  336. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/privacy/PIIFindingsTable.tsx +0 -0
  337. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/privacy/PIIScanPanel.tsx +0 -0
  338. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/privacy/PrivacyStats.tsx +0 -0
  339. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/privacy/ScanHistoryList.tsx +0 -0
  340. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/privacy/index.ts +0 -0
  341. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/profile/PatternDetectionPanel.tsx +0 -0
  342. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/profile/PatternResultsDisplay.tsx +0 -0
  343. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/profile/ProfileComparisonTable.tsx +0 -0
  344. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/profile/ProfileTrendChart.tsx +0 -0
  345. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/profile/ProfileVersionSelector.tsx +0 -0
  346. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/profile/SamplingConfigPanel.tsx +0 -0
  347. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/profile/index.ts +0 -0
  348. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/reports/CustomReporterManagement.tsx +0 -0
  349. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/reports/CustomReporterSection.tsx +0 -0
  350. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/reports/ReportDownloadButton.tsx +0 -0
  351. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/reports/index.ts +0 -0
  352. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/rules/CrossColumnRuleCard.tsx +0 -0
  353. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/rules/RuleSuggestionCard.tsx +0 -0
  354. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/rules/RuleSuggestionDialog.tsx +0 -0
  355. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/rules/index.ts +0 -0
  356. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/schema/SchemaChangeCard.tsx +0 -0
  357. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/schema/SchemaDiffViewer.tsx +0 -0
  358. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/schema/SchemaEvolutionTimeline.tsx +0 -0
  359. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/schema/SchemaVersionCompare.tsx +0 -0
  360. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/schema/index.ts +0 -0
  361. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/sources/AddSourceDialog.tsx +0 -0
  362. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/sources/DynamicSourceForm.tsx +0 -0
  363. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/sources/EditSourceDialog.tsx +0 -0
  364. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/sources/SourceTypeSelector.tsx +0 -0
  365. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/sources/index.ts +0 -0
  366. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/theme-provider.tsx +0 -0
  367. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/triggers/CompositeTriggerForm.tsx +0 -0
  368. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/triggers/CronTriggerForm.tsx +0 -0
  369. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/triggers/DataChangeTriggerForm.tsx +0 -0
  370. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/triggers/IntervalTriggerForm.tsx +0 -0
  371. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/triggers/TriggerBuilder.tsx +0 -0
  372. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/triggers/TriggerPreview.tsx +0 -0
  373. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/triggers/TriggerTypeSelector.tsx +0 -0
  374. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/triggers/index.ts +0 -0
  375. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/accordion.tsx +0 -0
  376. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/alert-dialog.tsx +0 -0
  377. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/alert.tsx +0 -0
  378. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/badge.tsx +0 -0
  379. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/button.tsx +0 -0
  380. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/card.tsx +0 -0
  381. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/checkbox.tsx +0 -0
  382. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/collapsible.tsx +0 -0
  383. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/dialog.tsx +0 -0
  384. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/dropdown-menu.tsx +0 -0
  385. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/input.tsx +0 -0
  386. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/label.tsx +0 -0
  387. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/popover.tsx +0 -0
  388. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/progress.tsx +0 -0
  389. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/radio-group.tsx +0 -0
  390. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/scroll-area.tsx +0 -0
  391. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/select.tsx +0 -0
  392. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/separator.tsx +0 -0
  393. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/sheet.tsx +0 -0
  394. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/slider.tsx +0 -0
  395. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/switch.tsx +0 -0
  396. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/table.tsx +0 -0
  397. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/tabs.tsx +0 -0
  398. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/textarea.tsx +0 -0
  399. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/toast.tsx +0 -0
  400. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/toaster.tsx +0 -0
  401. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/tooltip.tsx +0 -0
  402. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/validators/CustomValidatorCard.tsx +0 -0
  403. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/validators/ValidatorConfigCard.tsx +0 -0
  404. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/validators/ValidatorParamInput.tsx +0 -0
  405. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/validators/ValidatorSelector.tsx +0 -0
  406. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/validators/index.ts +0 -0
  407. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/versioning/VersionCompare.tsx +0 -0
  408. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/versioning/VersionTimeline.tsx +0 -0
  409. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/versioning/index.ts +0 -0
  410. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/alerts.content.ts +0 -0
  411. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/anomaly.content.ts +0 -0
  412. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/catalog.content.ts +0 -0
  413. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/collaboration.content.ts +0 -0
  414. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/common.content.ts +0 -0
  415. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/cross-alerts.content.ts +0 -0
  416. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/dashboard.content.ts +0 -0
  417. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/drift-monitor.content.ts +0 -0
  418. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/drift.content.ts +0 -0
  419. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/errors.content.ts +0 -0
  420. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/glossary.content.ts +0 -0
  421. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/index.ts +0 -0
  422. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/lineage.content.ts +0 -0
  423. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/maintenance.content.ts +0 -0
  424. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/model-monitoring.content.ts +0 -0
  425. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/nav.content.ts +0 -0
  426. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/notifications-advanced.content.ts +0 -0
  427. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/notifications.content.ts +0 -0
  428. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/plugins.content.ts +0 -0
  429. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/privacy.content.ts +0 -0
  430. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/profile-comparison.content.ts +0 -0
  431. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/profiler.content.ts +0 -0
  432. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/reports.content.ts +0 -0
  433. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/rule-suggestions.content.ts +0 -0
  434. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/schedules.content.ts +0 -0
  435. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/schema-evolution.content.ts +0 -0
  436. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/settings.content.ts +0 -0
  437. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/sources.content.ts +0 -0
  438. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/triggers.content.ts +0 -0
  439. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/validation.content.ts +0 -0
  440. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/validators.content.ts +0 -0
  441. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/versioning.content.ts +0 -0
  442. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/hooks/use-api.ts +0 -0
  443. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/hooks/use-toast.ts +0 -0
  444. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/hooks/useLineagePerformance.ts +0 -0
  445. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/hooks/useStreamingAnomaly.ts +0 -0
  446. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/hooks/useWebSocket.ts +0 -0
  447. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/index.css +0 -0
  448. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/lib/__tests__/lineage-performance.test.ts +0 -0
  449. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/lib/intlayer-utils.ts +0 -0
  450. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/lib/lineage-performance.ts +0 -0
  451. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/lib/lineage-utils.ts +0 -0
  452. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/lib/utils.ts +0 -0
  453. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/main.tsx +0 -0
  454. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/__tests__/phase5-e2e.test.ts +0 -0
  455. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/browser.ts +0 -0
  456. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/data/store.ts +0 -0
  457. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/anomaly.ts +0 -0
  458. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/base.ts +0 -0
  459. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/catalog.test.ts +0 -0
  460. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/catalog.ts +0 -0
  461. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/collaboration.test.ts +0 -0
  462. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/collaboration.ts +0 -0
  463. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/drift.ts +0 -0
  464. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/glossary.test.ts +0 -0
  465. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/glossary.ts +0 -0
  466. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/history.ts +0 -0
  467. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/index.ts +0 -0
  468. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/lineage.ts +0 -0
  469. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/mask.ts +0 -0
  470. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/model-monitoring.ts +0 -0
  471. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/notifications-advanced.ts +0 -0
  472. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/notifications.ts +0 -0
  473. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/plugins.ts +0 -0
  474. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/profile-comparison.ts +0 -0
  475. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/profile.ts +0 -0
  476. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/reports.ts +0 -0
  477. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/rule-suggestions.ts +0 -0
  478. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/scan.ts +0 -0
  479. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/schedules.ts +0 -0
  480. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/schema-evolution.ts +0 -0
  481. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/schemas.ts +0 -0
  482. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/sources.ts +0 -0
  483. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/validations.ts +0 -0
  484. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/validators.ts +0 -0
  485. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/versioning.ts +0 -0
  486. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/alerts.ts +0 -0
  487. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/anomaly.ts +0 -0
  488. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/catalog.ts +0 -0
  489. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/collaboration.ts +0 -0
  490. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/cross-alerts.ts +0 -0
  491. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/drift.ts +0 -0
  492. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/glossary.ts +0 -0
  493. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/health.ts +0 -0
  494. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/history.ts +0 -0
  495. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/index.ts +0 -0
  496. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/lineage.ts +0 -0
  497. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/maintenance.ts +0 -0
  498. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/mask.ts +0 -0
  499. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/model-monitoring.ts +0 -0
  500. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/notifications-advanced.ts +0 -0
  501. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/notifications.ts +0 -0
  502. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/plugins.ts +0 -0
  503. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/profile.ts +0 -0
  504. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/report-history.ts +0 -0
  505. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/reports.ts +0 -0
  506. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/rule-suggestions.ts +0 -0
  507. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/rules.ts +0 -0
  508. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/scan.ts +0 -0
  509. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/schedules.ts +0 -0
  510. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/schema-evolution.ts +0 -0
  511. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/schemas.ts +0 -0
  512. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/sources.ts +0 -0
  513. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/triggers.ts +0 -0
  514. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/validations.ts +0 -0
  515. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/validators.ts +0 -0
  516. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/versioning.ts +0 -0
  517. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/index.ts +0 -0
  518. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Dashboard.test.tsx +0 -0
  519. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/History.tsx +0 -0
  520. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Profile.tsx +0 -0
  521. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Rules.tsx +0 -0
  522. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Validations.tsx +0 -0
  523. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/__tests__/Catalog.e2e.test.tsx +0 -0
  524. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/__tests__/CatalogDetail.e2e.test.tsx +0 -0
  525. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/__tests__/Dashboard.e2e.test.tsx +0 -0
  526. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/__tests__/Glossary.e2e.test.tsx +0 -0
  527. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/__tests__/GlossaryDetail.e2e.test.tsx +0 -0
  528. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/__tests__/History.e2e.test.tsx +0 -0
  529. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/__tests__/Profile.e2e.test.tsx +0 -0
  530. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/__tests__/Rules.e2e.test.tsx +0 -0
  531. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/__tests__/SourceDetail.e2e.test.tsx +0 -0
  532. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/__tests__/Sources.e2e.test.tsx +0 -0
  533. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/providers/index.ts +0 -0
  534. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/providers/intlayer/IntlayerProvider.tsx +0 -0
  535. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/providers/intlayer/config.ts +0 -0
  536. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/providers/intlayer/index.ts +0 -0
  537. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/stores/catalogStore.test.ts +0 -0
  538. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/stores/catalogStore.ts +0 -0
  539. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/stores/glossaryStore.test.ts +0 -0
  540. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/stores/glossaryStore.ts +0 -0
  541. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/stores/theme.ts +0 -0
  542. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/test/mocks/intlayer-config.ts +0 -0
  543. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/test/mocks/intlayer.ts +0 -0
  544. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/test/mocks/react-intlayer.ts +0 -0
  545. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/test/msw-server.ts +0 -0
  546. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/test/setup.ts +0 -0
  547. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/test/test-utils.tsx +0 -0
  548. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/types/validators.ts +0 -0
  549. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/vite-env.d.ts +0 -0
  550. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/tailwind.config.js +0 -0
  551. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/tsconfig.json +0 -0
  552. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/tsconfig.node.json +0 -0
  553. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/vite.config.ts +0 -0
  554. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/vitest.config.ts +0 -0
  555. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/package-lock.json +0 -0
  556. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/scripts/load_test.py +0 -0
  557. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/__init__.py +0 -0
  558. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/__main__.py +0 -0
  559. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/__init__.py +0 -0
  560. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/alerts.py +0 -0
  561. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/anomaly.py +0 -0
  562. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/catalog.py +0 -0
  563. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/collaboration.py +0 -0
  564. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/cross_alerts.py +0 -0
  565. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/deps.py +0 -0
  566. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/drift.py +0 -0
  567. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/drift_monitor.py +0 -0
  568. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/error_handlers.py +0 -0
  569. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/glossary.py +0 -0
  570. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/health.py +0 -0
  571. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/history.py +0 -0
  572. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/lineage.py +0 -0
  573. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/maintenance.py +0 -0
  574. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/mask.py +0 -0
  575. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/middleware.py +0 -0
  576. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/model_monitoring.py +0 -0
  577. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/notifications.py +0 -0
  578. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/notifications_advanced.py +0 -0
  579. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/plugins.py +0 -0
  580. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/profile.py +0 -0
  581. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/reports.py +0 -0
  582. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/router.py +0 -0
  583. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/rule_suggestions.py +0 -0
  584. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/rules.py +0 -0
  585. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/scan.py +0 -0
  586. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/schedules.py +0 -0
  587. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/schema_evolution.py +0 -0
  588. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/schemas.py +0 -0
  589. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/sources.py +0 -0
  590. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/triggers.py +0 -0
  591. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/validations.py +0 -0
  592. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/validators.py +0 -0
  593. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/versioning.py +0 -0
  594. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/websocket.py +0 -0
  595. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/cli.py +0 -0
  596. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/config.py +0 -0
  597. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/__init__.py +0 -0
  598. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/anomaly.py +0 -0
  599. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/anomaly_explainer.py +0 -0
  600. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/base.py +0 -0
  601. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/cache.py +0 -0
  602. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/cached_services.py +0 -0
  603. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/charts.py +0 -0
  604. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/connections.py +0 -0
  605. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/cross_alerts.py +0 -0
  606. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/drift_monitor.py +0 -0
  607. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/drift_sampling.py +0 -0
  608. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/encryption.py +0 -0
  609. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/exceptions.py +0 -0
  610. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/i18n/__init__.py +0 -0
  611. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/i18n/detector.py +0 -0
  612. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/i18n/messages.py +0 -0
  613. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/lineage.py +0 -0
  614. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/logging.py +0 -0
  615. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/maintenance.py +0 -0
  616. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/model_monitoring.py +0 -0
  617. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/__init__.py +0 -0
  618. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/base.py +0 -0
  619. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/channels.py +0 -0
  620. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/deduplication/__init__.py +0 -0
  621. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/deduplication/policies.py +0 -0
  622. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/deduplication/service.py +0 -0
  623. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/deduplication/stores.py +0 -0
  624. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/deduplication/strategies.py +0 -0
  625. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/dispatcher.py +0 -0
  626. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/escalation/__init__.py +0 -0
  627. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/escalation/backends.py +0 -0
  628. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/escalation/engine.py +0 -0
  629. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/escalation/models.py +0 -0
  630. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/escalation/scheduler.py +0 -0
  631. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/escalation/state_machine.py +0 -0
  632. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/escalation/stores.py +0 -0
  633. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/events.py +0 -0
  634. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/metrics/__init__.py +0 -0
  635. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/metrics/base.py +0 -0
  636. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/metrics/collectors.py +0 -0
  637. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/routing/__init__.py +0 -0
  638. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/routing/combinators.py +0 -0
  639. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/routing/config.py +0 -0
  640. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/routing/config_parser.py +0 -0
  641. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/routing/engine.py +0 -0
  642. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/routing/expression_engine.py +0 -0
  643. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/routing/jinja2_engine.py +0 -0
  644. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/routing/rules.py +0 -0
  645. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/routing/validator.py +0 -0
  646. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/service.py +0 -0
  647. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/stats_aggregator.py +0 -0
  648. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/throttling/__init__.py +0 -0
  649. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/throttling/builder.py +0 -0
  650. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/throttling/stores.py +0 -0
  651. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/throttling/throttlers.py +0 -0
  652. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/openlineage.py +0 -0
  653. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/phase5/__init__.py +0 -0
  654. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/phase5/activity.py +0 -0
  655. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/phase5/catalog.py +0 -0
  656. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/phase5/collaboration.py +0 -0
  657. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/phase5/glossary.py +0 -0
  658. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/__init__.py +0 -0
  659. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/docs/__init__.py +0 -0
  660. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/docs/extractor.py +0 -0
  661. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/docs/renderers.py +0 -0
  662. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/hooks/__init__.py +0 -0
  663. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/hooks/decorators.py +0 -0
  664. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/hooks/manager.py +0 -0
  665. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/hooks/protocols.py +0 -0
  666. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/lifecycle/__init__.py +0 -0
  667. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/lifecycle/hot_reload.py +0 -0
  668. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/lifecycle/machine.py +0 -0
  669. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/lifecycle/states.py +0 -0
  670. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/loader.py +0 -0
  671. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/registry.py +0 -0
  672. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/reporter_executor.py +0 -0
  673. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/sandbox/__init__.py +0 -0
  674. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/sandbox/code_validator.py +0 -0
  675. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/sandbox/engines.py +0 -0
  676. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/sandbox/protocols.py +0 -0
  677. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/sandbox.py +0 -0
  678. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/security/__init__.py +0 -0
  679. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/security/analyzer.py +0 -0
  680. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/security/policies.py +0 -0
  681. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/security/protocols.py +0 -0
  682. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/security/signing.py +0 -0
  683. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/security.py +0 -0
  684. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/validator_executor.py +0 -0
  685. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/versioning/__init__.py +0 -0
  686. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/versioning/constraints.py +0 -0
  687. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/versioning/dependencies.py +0 -0
  688. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/versioning/semver.py +0 -0
  689. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/profile_comparison.py +0 -0
  690. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/report_history.py +0 -0
  691. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/__init__.py +0 -0
  692. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/base.py +0 -0
  693. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/csv_reporter.py +0 -0
  694. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/html_reporter.py +0 -0
  695. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/i18n/__init__.py +0 -0
  696. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/i18n/base.py +0 -0
  697. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/i18n/catalogs.py +0 -0
  698. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/json_reporter.py +0 -0
  699. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/junit_reporter.py +0 -0
  700. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/markdown_reporter.py +0 -0
  701. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/pdf_reporter.py +0 -0
  702. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/registry.py +0 -0
  703. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/rule_generator.py +0 -0
  704. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/sampling.py +0 -0
  705. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/scheduler.py +0 -0
  706. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/schema_evolution.py +0 -0
  707. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/services.py +0 -0
  708. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/statistics.py +0 -0
  709. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/streaming_anomaly.py +0 -0
  710. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/triggers/__init__.py +0 -0
  711. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/triggers/base.py +0 -0
  712. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/triggers/evaluators.py +0 -0
  713. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/triggers/factory.py +0 -0
  714. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/truthound_adapter.py +0 -0
  715. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/unified_alerts.py +0 -0
  716. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/validation_limits.py +0 -0
  717. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/versioning.py +0 -0
  718. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/websocket/__init__.py +0 -0
  719. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/websocket/manager.py +0 -0
  720. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/websocket/messages.py +0 -0
  721. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/db/__init__.py +0 -0
  722. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/db/base.py +0 -0
  723. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/db/database.py +0 -0
  724. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/db/models.py +0 -0
  725. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/db/repository.py +0 -0
  726. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/main.py +0 -0
  727. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/__init__.py +0 -0
  728. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/anomaly.py +0 -0
  729. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/base.py +0 -0
  730. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/catalog.py +0 -0
  731. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/collaboration.py +0 -0
  732. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/cross_alerts.py +0 -0
  733. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/drift.py +0 -0
  734. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/drift_monitor.py +0 -0
  735. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/glossary.py +0 -0
  736. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/history.py +0 -0
  737. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/lineage.py +0 -0
  738. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/maintenance.py +0 -0
  739. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/mask.py +0 -0
  740. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/model_monitoring.py +0 -0
  741. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/notifications_advanced.py +0 -0
  742. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/openlineage.py +0 -0
  743. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/plugins.py +0 -0
  744. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/profile.py +0 -0
  745. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/profile_comparison.py +0 -0
  746. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/reports.py +0 -0
  747. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/rule.py +0 -0
  748. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/rule_suggestion.py +0 -0
  749. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/scan.py +0 -0
  750. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/schedule.py +0 -0
  751. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/schema.py +0 -0
  752. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/schema_evolution.py +0 -0
  753. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/source.py +0 -0
  754. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/triggers.py +0 -0
  755. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/unified_alerts.py +0 -0
  756. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validation.py +0 -0
  757. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/__init__.py +0 -0
  758. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/aggregate_validators.py +0 -0
  759. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/anomaly_validators.py +0 -0
  760. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/base.py +0 -0
  761. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/completeness_validators.py +0 -0
  762. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/cross_table_validators.py +0 -0
  763. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/datetime_validators.py +0 -0
  764. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/distribution_validators.py +0 -0
  765. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/drift_validators.py +0 -0
  766. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/geospatial_validators.py +0 -0
  767. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/multi_column_validators.py +0 -0
  768. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/privacy_validators.py +0 -0
  769. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/query_validators.py +0 -0
  770. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/registry.py +0 -0
  771. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/schema_validators.py +0 -0
  772. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/string_validators.py +0 -0
  773. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/table_validators.py +0 -0
  774. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/uniqueness_validators.py +0 -0
  775. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators.py +0 -0
  776. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/versioning.py +0 -0
  777. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/static/assets/logo--IpBiMPK.png +0 -0
  778. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/static/favicon.ico +0 -0
  779. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/translate/__init__.py +0 -0
  780. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/translate/config_updater.py +0 -0
  781. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/translate/exceptions.py +0 -0
  782. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/translate/providers/__init__.py +0 -0
  783. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/translate/providers/anthropic.py +0 -0
  784. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/translate/providers/base.py +0 -0
  785. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/translate/providers/mistral.py +0 -0
  786. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/translate/providers/ollama.py +0 -0
  787. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/translate/providers/openai.py +0 -0
  788. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/translate/providers/registry.py +0 -0
  789. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/translate/translator.py +0 -0
  790. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/__init__.py +0 -0
  791. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/conftest.py +0 -0
  792. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_api/__init__.py +0 -0
  793. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_api/test_catalog.py +0 -0
  794. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_api/test_collaboration.py +0 -0
  795. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_api/test_glossary.py +0 -0
  796. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_api/test_health.py +0 -0
  797. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_api/test_rules.py +0 -0
  798. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_api/test_sources.py +0 -0
  799. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_core/__init__.py +0 -0
  800. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_core/test_performance.py +0 -0
  801. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_core/test_plugins.py +0 -0
  802. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_core/test_rule_validator.py +0 -0
  803. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_core/test_services.py +0 -0
  804. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_db/__init__.py +0 -0
  805. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_db/test_models.py +0 -0
  806. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_phase4.py +0 -0
  807. {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/uv.lock +0 -0
@@ -142,8 +142,9 @@ npm-debug.log*
142
142
  yarn-debug.log*
143
143
  yarn-error.log*
144
144
 
145
- # Intlayer cache only (dictionary must be committed for CI builds)
146
- frontend/.intlayer/cache/
145
+ # Intlayer - config has absolute paths, cache is temp files
146
+ # Dictionary and types need fresh generation on each build
147
+ frontend/.intlayer/
147
148
 
148
149
  # Frontend build output (handled by build process)
149
150
  # src/truthound_dashboard/static/
@@ -169,4 +170,5 @@ CLAUDE.md
169
170
  src/truthound_dashboard/static/assets/*.js
170
171
  src/truthound_dashboard/static/assets/*.css
171
172
 
172
- .github/copilot-instructions.md
173
+ .github/copilot-instructions.md
174
+ .vercel
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: truthound-dashboard
3
- Version: 1.4.0
3
+ Version: 1.4.1
4
4
  Summary: Open-source data quality dashboard - GX Cloud alternative
5
5
  Author-email: Truthound Team <team@truthound.dev>
6
6
  License-Expression: Apache-2.0
@@ -59,7 +59,11 @@ Description-Content-Type: text/markdown
59
59
 
60
60
  A web-based data quality monitoring dashboard for [truthound](https://github.com/seadonggyun4/truthound).
61
61
 
62
- [Documentation](https://truthound.netlify.app) | [PyPI](https://pypi.org/project/truthound-dashboard/)
62
+ [Documentation](https://truthound.netlify.app) | [PyPI](https://pypi.org/project/truthound-dashboard/) | [Live Demo](https://truthound-dashborad.vercel.app/)
63
+
64
+ > **Try the Live Demo**: Experience the full dashboard interface with mock data at [truthound-dashborad.vercel.app](https://truthound-dashborad.vercel.app/). No installation required!
65
+ >
66
+ > **Note**: The demo page displays in English only. Language selection is not available in the demo due to Intlayer's runtime requirements. When you install and run truthound-dashboard locally, full multi-language support (English, Korean, and AI-translated languages) works as expected.
63
67
 
64
68
  ## Overview
65
69
  <img width="300" height="300" alt="Truthound_icon" src="https://github.com/user-attachments/assets/90d9e806-8895-45ec-97dc-f8300da4d997" />
@@ -11,7 +11,11 @@
11
11
 
12
12
  A web-based data quality monitoring dashboard for [truthound](https://github.com/seadonggyun4/truthound).
13
13
 
14
- [Documentation](https://truthound.netlify.app) | [PyPI](https://pypi.org/project/truthound-dashboard/)
14
+ [Documentation](https://truthound.netlify.app) | [PyPI](https://pypi.org/project/truthound-dashboard/) | [Live Demo](https://truthound-dashborad.vercel.app/)
15
+
16
+ > **Try the Live Demo**: Experience the full dashboard interface with mock data at [truthound-dashborad.vercel.app](https://truthound-dashborad.vercel.app/). No installation required!
17
+ >
18
+ > **Note**: The demo page displays in English only. Language selection is not available in the demo due to Intlayer's runtime requirements. When you install and run truthound-dashboard locally, full multi-language support (English, Korean, and AI-translated languages) works as expected.
15
19
 
16
20
  ## Overview
17
21
  <img width="300" height="300" alt="Truthound_icon" src="https://github.com/user-attachments/assets/90d9e806-8895-45ec-97dc-f8300da4d997" />
@@ -0,0 +1 @@
1
+ .vercel
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "truthound-dashboard-frontend",
3
3
  "private": true,
4
- "version": "1.0.2",
4
+ "version": "1.4.1",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -0,0 +1,111 @@
1
+ /**
2
+ * Generate English fallback data from Intlayer content files
3
+ *
4
+ * This script extracts English (en) values from all .content.ts files
5
+ * and generates a fallbacks.ts file that can be used when Intlayer
6
+ * fails to load at runtime.
7
+ */
8
+
9
+ import fs from 'fs'
10
+ import path from 'path'
11
+ import { fileURLToPath } from 'url'
12
+
13
+ const __dirname = path.dirname(fileURLToPath(import.meta.url))
14
+ const contentDir = path.join(__dirname, '../src/content')
15
+ const outputFile = path.join(__dirname, '../src/lib/intlayer-fallbacks.ts')
16
+
17
+ /**
18
+ * Extract English values from content file source code
19
+ */
20
+ function extractEnglishValues(content) {
21
+ const result = {}
22
+
23
+ // Match t({ en: '...', ... }) patterns
24
+ // Handle both single-line and multi-line patterns
25
+ const tCallRegex = /(\w+):\s*t\(\s*\{([^}]+)\}\s*\)/gs
26
+
27
+ let match
28
+ while ((match = tCallRegex.exec(content)) !== null) {
29
+ const key = match[1]
30
+ const props = match[2]
31
+
32
+ // Extract the 'en' value
33
+ // Handle both: en: 'value' and en: "value"
34
+ const enMatch = props.match(/en:\s*['"]([^'"]*)['"]/s)
35
+ if (enMatch) {
36
+ result[key] = enMatch[1]
37
+ }
38
+ }
39
+
40
+ return result
41
+ }
42
+
43
+ /**
44
+ * Get the key name from content file
45
+ */
46
+ function extractKey(content) {
47
+ const keyMatch = content.match(/key:\s*['"](\w+)['"]/s)
48
+ return keyMatch ? keyMatch[1] : null
49
+ }
50
+
51
+ // Main execution
52
+ console.log('Generating English fallbacks from content files...\n')
53
+
54
+ const contentFiles = fs.readdirSync(contentDir)
55
+ .filter(f => f.endsWith('.content.ts'))
56
+
57
+ const fallbacks = {}
58
+
59
+ for (const file of contentFiles) {
60
+ const filePath = path.join(contentDir, file)
61
+ const content = fs.readFileSync(filePath, 'utf-8')
62
+
63
+ const key = extractKey(content)
64
+ if (!key) {
65
+ console.warn(` Warning: Could not extract key from ${file}`)
66
+ continue
67
+ }
68
+
69
+ const englishValues = extractEnglishValues(content)
70
+ const valueCount = Object.keys(englishValues).length
71
+
72
+ if (valueCount > 0) {
73
+ fallbacks[key] = englishValues
74
+ console.log(` ✓ ${key}: ${valueCount} values`)
75
+ } else {
76
+ console.warn(` Warning: No English values found in ${file}`)
77
+ }
78
+ }
79
+
80
+ // Generate TypeScript output
81
+ const output = `/**
82
+ * Auto-generated English fallbacks for Intlayer content
83
+ *
84
+ * Generated by: scripts/generate-fallbacks.mjs
85
+ *
86
+ * These fallbacks are used when Intlayer fails to load dictionaries
87
+ * at runtime (e.g., in Vercel deployments).
88
+ *
89
+ * DO NOT EDIT MANUALLY - regenerate with: node scripts/generate-fallbacks.mjs
90
+ */
91
+
92
+ // Type for IntlayerNode compatibility (string wrapper that works with React)
93
+ type FallbackValue = string
94
+
95
+ // Type for nested content structure
96
+ type FallbackContent = Record<string, FallbackValue | Record<string, FallbackValue>>
97
+
98
+ export const fallbacks: Record<string, FallbackContent> = ${JSON.stringify(fallbacks, null, 2)} as const
99
+
100
+ export type FallbackKeys = keyof typeof fallbacks
101
+
102
+ export function getFallback<K extends FallbackKeys>(key: K): typeof fallbacks[K] {
103
+ return fallbacks[key] || {}
104
+ }
105
+ `
106
+
107
+ fs.writeFileSync(outputFile, output, 'utf-8')
108
+
109
+ console.log(`\n✓ Generated ${outputFile}`)
110
+ console.log(` Total keys: ${Object.keys(fallbacks).length}`)
111
+ console.log(` Total values: ${Object.values(fallbacks).reduce((acc, v) => acc + Object.keys(v).length, 0)}`)
@@ -25,7 +25,7 @@
25
25
  */
26
26
 
27
27
  import { useState, useCallback } from 'react'
28
- import { useIntlayer } from '@/providers'
28
+ import { useSafeIntlayer } from '@/hooks/useSafeIntlayer'
29
29
  import {
30
30
  AlertDialog,
31
31
  AlertDialogAction,
@@ -54,7 +54,7 @@ interface ConfirmState extends ConfirmOptions {
54
54
  }
55
55
 
56
56
  export function useConfirm() {
57
- const common = useIntlayer('common')
57
+ const common = useSafeIntlayer('common')
58
58
  const [state, setState] = useState<ConfirmState>({
59
59
  isOpen: false,
60
60
  title: '',
@@ -1,5 +1,5 @@
1
1
  import { Outlet, Link, useLocation } from 'react-router-dom'
2
- import { useIntlayer } from '@/providers'
2
+ import { useSafeIntlayer } from '@/hooks/useSafeIntlayer'
3
3
  import {
4
4
  LayoutDashboard,
5
5
  Database,
@@ -76,7 +76,7 @@ const navigation: NavItem[] = [
76
76
 
77
77
  export default function Layout() {
78
78
  const location = useLocation()
79
- const nav = useIntlayer('nav')
79
+ const nav = useSafeIntlayer('nav')
80
80
  const { theme, setTheme } = useTheme()
81
81
  const [sidebarOpen, setSidebarOpen] = useState(false)
82
82
  const [alertCount, setAlertCount] = useState(0)
@@ -0,0 +1,90 @@
1
+ /**
2
+ * Safe Intlayer hook with English fallback support
3
+ *
4
+ * This hook wraps react-intlayer's useIntlayer and provides fallback values
5
+ * when Intlayer fails to load dictionaries at runtime (e.g., in Vercel deployments).
6
+ *
7
+ * Usage:
8
+ * import { useSafeIntlayer } from '@/hooks/useSafeIntlayer'
9
+ * const common = useSafeIntlayer('common')
10
+ */
11
+
12
+ import { useMemo } from 'react'
13
+ import { useIntlayer as useIntlayerOriginal } from 'react-intlayer'
14
+ import { fallbacks } from '@/lib/intlayer-fallbacks'
15
+
16
+ // Store whether we've already logged the fallback warning
17
+ let fallbackWarningShown = false
18
+
19
+ /**
20
+ * Check if Intlayer content is valid (not empty/broken)
21
+ * Returns true if the content has at least one valid property
22
+ */
23
+ function isIntlayerContentValid(content: unknown): boolean {
24
+ if (!content || typeof content !== 'object') {
25
+ return false
26
+ }
27
+
28
+ const obj = content as Record<string, unknown>
29
+ // Check if at least one property exists and has a value
30
+ for (const key of Object.keys(obj)) {
31
+ const value = obj[key]
32
+ if (value !== undefined && value !== null) {
33
+ return true
34
+ }
35
+ }
36
+ return false
37
+ }
38
+
39
+ // Type alias for Intlayer dictionary keys from the registry
40
+ type IntlayerKey = Parameters<typeof useIntlayerOriginal>[0]
41
+
42
+ /**
43
+ * Safe Intlayer hook that falls back to English defaults when
44
+ * Intlayer fails to load dictionaries.
45
+ *
46
+ * @param key - The dictionary key
47
+ * @returns Dictionary content with Intlayer types preserved
48
+ */
49
+ export function useSafeIntlayer<K extends IntlayerKey>(
50
+ key: K
51
+ ): ReturnType<typeof useIntlayerOriginal<K>> {
52
+ // Always try to get content from Intlayer first
53
+ let intlayerContent: ReturnType<typeof useIntlayerOriginal<K>> | undefined
54
+ let intlayerFailed = false
55
+
56
+ try {
57
+ intlayerContent = useIntlayerOriginal(key)
58
+ } catch (error) {
59
+ intlayerFailed = true
60
+ if (!fallbackWarningShown) {
61
+ console.warn('[useSafeIntlayer] Intlayer failed, using fallbacks:', error)
62
+ fallbackWarningShown = true
63
+ }
64
+ }
65
+
66
+ // Get fallback content if available
67
+ const fallbackContent = fallbacks[key as keyof typeof fallbacks]
68
+
69
+ // Determine which content to use
70
+ return useMemo(() => {
71
+ // If Intlayer loaded successfully and has valid content, use it
72
+ if (!intlayerFailed && isIntlayerContentValid(intlayerContent)) {
73
+ return intlayerContent as ReturnType<typeof useIntlayerOriginal<K>>
74
+ }
75
+
76
+ // Otherwise use fallback - cast to match Intlayer's expected return type
77
+ // This works because fallback strings render identically to IntlayerNode in JSX
78
+ if (fallbackContent) {
79
+ return fallbackContent as unknown as ReturnType<typeof useIntlayerOriginal<K>>
80
+ }
81
+
82
+ // If no fallback available, return whatever Intlayer gave us (may be empty)
83
+ return intlayerContent as ReturnType<typeof useIntlayerOriginal<K>>
84
+ }, [intlayerFailed, intlayerContent, fallbackContent])
85
+ }
86
+
87
+ /**
88
+ * Re-export useLocale for convenience
89
+ */
90
+ export { useLocale } from 'react-intlayer'