@cccsaurora/howler-ui 2.18.0-dev.841 → 2.19.0-cases.1040

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 (171) hide show
  1. package/api/action/index.d.ts +5 -4
  2. package/api/action/index.js +8 -8
  3. package/api/analytic/index.d.ts +3 -2
  4. package/api/analytic/index.js +4 -4
  5. package/api/analytic/owner.d.ts +2 -1
  6. package/api/analytic/owner.js +2 -2
  7. package/api/analytic/rules.d.ts +2 -1
  8. package/api/analytic/rules.js +2 -2
  9. package/api/dossier/index.d.ts +4 -3
  10. package/api/dossier/index.js +6 -6
  11. package/api/hit/index.d.ts +3 -2
  12. package/api/hit/index.js +4 -4
  13. package/api/hit/labels.d.ts +3 -2
  14. package/api/hit/labels.js +4 -4
  15. package/api/hit/overwrite.d.ts +2 -1
  16. package/api/hit/overwrite.js +2 -2
  17. package/api/hit/transition.d.ts +2 -1
  18. package/api/hit/transition.js +2 -2
  19. package/api/index.d.ts +5 -4
  20. package/api/index.js +8 -8
  21. package/api/overview/index.d.ts +4 -3
  22. package/api/overview/index.js +6 -6
  23. package/api/search/overview.d.ts +2 -2
  24. package/api/template/index.d.ts +4 -3
  25. package/api/template/index.js +6 -6
  26. package/api/user/index.d.ts +2 -1
  27. package/api/user/index.js +2 -2
  28. package/api/view/index.d.ts +4 -3
  29. package/api/view/index.js +6 -6
  30. package/components/app/App.d.ts +1 -0
  31. package/components/app/App.js +24 -6
  32. package/components/app/providers/FavouritesProvider.js +0 -4
  33. package/components/app/providers/ModalProvider.d.ts +1 -0
  34. package/components/app/providers/ModalProvider.js +5 -1
  35. package/components/app/providers/RecordProvider.d.ts +1 -1
  36. package/components/app/providers/RecordProvider.js +1 -1
  37. package/components/app/providers/SearchResponseProvider.d.ts +21 -0
  38. package/components/app/providers/SearchResponseProvider.js +81 -0
  39. package/components/app/providers/SearchResponseProvider.test.d.ts +1 -0
  40. package/components/app/providers/SearchResponseProvider.test.js +406 -0
  41. package/components/app/providers/ViewProvider.test.js +4 -1
  42. package/components/elements/addons/buttons/CustomButton.test.d.ts +1 -0
  43. package/components/elements/addons/buttons/CustomButton.test.js +106 -0
  44. package/components/elements/addons/layout/FlexOne.test.d.ts +1 -0
  45. package/components/elements/addons/layout/FlexOne.test.js +30 -0
  46. package/components/elements/addons/lists/TuiListBase.js +4 -0
  47. package/components/elements/addons/lists/TuiListElement.js +6 -3
  48. package/components/elements/addons/lists/index.d.ts +1 -0
  49. package/components/elements/addons/search/SearchPagination.d.ts +2 -1
  50. package/components/elements/addons/search/SearchPagination.js +4 -4
  51. package/components/elements/addons/search/SearchPagination.test.d.ts +1 -0
  52. package/components/elements/addons/search/SearchPagination.test.js +80 -0
  53. package/components/elements/addons/search/SearchTotal.test.d.ts +1 -0
  54. package/components/elements/addons/search/SearchTotal.test.js +47 -0
  55. package/components/elements/display/DocumentationButton.test.d.ts +1 -0
  56. package/components/elements/display/DocumentationButton.test.js +84 -0
  57. package/components/elements/display/DynamicTabs.test.d.ts +1 -0
  58. package/components/elements/display/DynamicTabs.test.js +93 -0
  59. package/components/elements/display/HowlerAvatar.js +2 -1
  60. package/components/elements/display/HowlerCard.test.d.ts +1 -0
  61. package/components/elements/display/HowlerCard.test.js +51 -0
  62. package/components/elements/display/Image.test.d.ts +1 -0
  63. package/components/elements/display/Image.test.js +79 -0
  64. package/components/elements/display/ItemManager.d.ts +2 -2
  65. package/components/elements/display/ItemManager.js +1 -1
  66. package/components/elements/display/Markdown.js +9 -2
  67. package/components/elements/display/QueryResultText.test.d.ts +1 -0
  68. package/components/elements/display/QueryResultText.test.js +48 -0
  69. package/components/elements/display/TextDivider.test.d.ts +1 -0
  70. package/components/elements/display/TextDivider.test.js +43 -0
  71. package/components/elements/display/TypingIndicator.test.d.ts +1 -0
  72. package/components/elements/display/TypingIndicator.test.js +33 -0
  73. package/components/elements/display/modals/ConfirmDeleteModal.d.ts +4 -0
  74. package/components/elements/display/modals/ConfirmDeleteModal.js +4 -2
  75. package/components/elements/hit/HitBanner.js +6 -3
  76. package/components/elements/hit/HitLinks.js +1 -1
  77. package/components/elements/hit/HitSummary.js +3 -2
  78. package/components/elements/hit/elements/AnalyticLink.js +1 -1
  79. package/components/elements/hit/elements/Assigned.d.ts +2 -0
  80. package/components/elements/hit/elements/Assigned.js +15 -13
  81. package/components/elements/record/RecordContextMenu.js +15 -3
  82. package/components/elements/record/RecordContextMenu.test.js +96 -0
  83. package/components/hooks/useMyApi.d.ts +1 -1
  84. package/components/hooks/useMyPreferences.js +2 -1
  85. package/components/routes/403.d.ts +3 -0
  86. package/components/routes/403.js +10 -0
  87. package/components/routes/403.test.d.ts +1 -0
  88. package/components/routes/403.test.js +27 -0
  89. package/components/routes/404.test.d.ts +1 -0
  90. package/components/routes/404.test.js +26 -0
  91. package/components/routes/ErrorBoundary.test.d.ts +1 -0
  92. package/components/routes/ErrorBoundary.test.js +43 -0
  93. package/components/routes/ErrorOccured.test.d.ts +1 -0
  94. package/components/routes/ErrorOccured.test.js +35 -0
  95. package/components/routes/Logout.test.d.ts +1 -0
  96. package/components/routes/Logout.test.js +59 -0
  97. package/components/routes/action/edit/ActionEditor.js +1 -1
  98. package/components/routes/action/useMyActionFunctions.js +30 -6
  99. package/components/routes/action/view/ActionDetails.js +15 -2
  100. package/components/routes/action/view/ActionSearch.js +32 -20
  101. package/components/routes/action/view/markdown/integrations.en.md.js +1 -1
  102. package/components/routes/action/view/markdown/integrations.fr.md.js +1 -1
  103. package/components/routes/analytics/AnalyticDetails.js +10 -6
  104. package/components/routes/analytics/AnalyticSearch.js +6 -6
  105. package/components/routes/cases/Cases.js +5 -6
  106. package/components/routes/cases/modals/ResolveModal.js +14 -13
  107. package/components/routes/cases/modals/ResolveModal.test.js +85 -25
  108. package/components/routes/dossiers/Dossiers.js +25 -19
  109. package/components/routes/help/ActionIntroductionDocumentation.js +1 -1
  110. package/components/routes/help/markdown/en/client.md.js +1 -1
  111. package/components/routes/help/markdown/en/retention.md.js +1 -1
  112. package/components/routes/help/markdown/fr/client.md.js +1 -1
  113. package/components/routes/help/markdown/fr/retention.md.js +1 -1
  114. package/components/routes/hits/search/shared/CustomSpan.js +7 -7
  115. package/components/routes/hits/search/shared/CustomSpan.test.d.ts +1 -0
  116. package/components/routes/hits/search/shared/CustomSpan.test.js +170 -0
  117. package/components/routes/home/AddNewCard.js +1 -1
  118. package/components/routes/home/AddNewCard.test.d.ts +1 -0
  119. package/components/routes/home/AddNewCard.test.js +86 -0
  120. package/components/routes/home/ViewCard.js +1 -1
  121. package/components/routes/home/ViewRefresh.test.d.ts +1 -0
  122. package/components/routes/home/ViewRefresh.test.js +79 -0
  123. package/components/routes/overviews/OverviewCard.test.d.ts +1 -0
  124. package/components/routes/overviews/OverviewCard.test.js +108 -0
  125. package/components/routes/overviews/OverviewViewer.js +16 -8
  126. package/components/routes/overviews/Overviews.js +25 -19
  127. package/components/routes/overviews/template/en.md.js +1 -1
  128. package/components/routes/overviews/template/fr.md.js +1 -1
  129. package/components/routes/settings/LocalSection.js +2 -1
  130. package/components/routes/settings/SettingsSection.test.d.ts +1 -0
  131. package/components/routes/settings/SettingsSection.test.js +19 -0
  132. package/components/routes/templates/TemplateCard.d.ts +3 -1
  133. package/components/routes/templates/TemplateCard.js +8 -4
  134. package/components/routes/templates/TemplateCard.test.d.ts +1 -0
  135. package/components/routes/templates/TemplateCard.test.js +115 -0
  136. package/components/routes/templates/TemplateViewer.js +62 -16
  137. package/components/routes/templates/Templates.js +35 -13
  138. package/components/routes/views/Views.js +21 -14
  139. package/locales/en/translation.json +25 -4
  140. package/locales/fr/translation.json +25 -4
  141. package/models/entities/generated/ApiType.d.ts +1 -1
  142. package/models/entities/generated/Hit.d.ts +1 -0
  143. package/models/entities/generated/Howler.d.ts +1 -0
  144. package/models/entities/generated/UserUser.d.ts +2 -0
  145. package/package.json +143 -148
  146. package/rest/FetchClient.test.d.ts +1 -0
  147. package/rest/FetchClient.test.js +81 -0
  148. package/setupTests.js +5 -0
  149. package/utils/Throttler.test.d.ts +1 -0
  150. package/utils/Throttler.test.js +135 -0
  151. package/utils/actionUtils.test.d.ts +1 -0
  152. package/utils/actionUtils.test.js +140 -0
  153. package/utils/constants.d.ts +1 -0
  154. package/utils/constants.js +1 -0
  155. package/utils/hitFunctions.test.d.ts +1 -0
  156. package/utils/hitFunctions.test.js +52 -0
  157. package/utils/localStorage.test.d.ts +1 -0
  158. package/utils/localStorage.test.js +96 -0
  159. package/utils/menuUtils.js +1 -1
  160. package/utils/menuUtils.test.d.ts +1 -0
  161. package/utils/menuUtils.test.js +198 -0
  162. package/utils/sessionStorage.test.d.ts +1 -0
  163. package/utils/sessionStorage.test.js +81 -0
  164. package/utils/stringUtils.test.d.ts +1 -0
  165. package/utils/stringUtils.test.js +159 -0
  166. package/utils/utils.test.d.ts +1 -0
  167. package/utils/utils.test.js +292 -0
  168. package/utils/viewUtils.test.d.ts +1 -0
  169. package/utils/viewUtils.test.js +45 -0
  170. package/utils/xsrf.test.d.ts +1 -0
  171. package/utils/xsrf.test.js +41 -0
@@ -2,7 +2,9 @@
2
2
  "*": "All values",
3
3
  "Protected B": "Protected B",
4
4
  "Unclassified//Official Use Only": "Unclassified//Official Use Only",
5
+ "actions.error": "Action \"{{action}}\" had error(s): {{messages}}",
5
6
  "actions.running": "Action \"{{action}}\" is executing.",
7
+ "actions.skipped": "Action \"{{action}}\" was skipped: {{messages}}",
6
8
  "actions.succeeded": "Action \"{{action}}\" completed successfully.",
7
9
  "add": "Add",
8
10
  "adminmenu": "Admin menu",
@@ -25,6 +27,9 @@
25
27
  "apikey.impersonate": "Impersonate",
26
28
  "apikey.read": "Read",
27
29
  "apikey.write": "Write",
30
+ "app.drawer.hit.assessment.assessor": "Assessor",
31
+ "app.drawer.hit.assessment.unknown.name": "Unknown",
32
+ "app.drawer.hit.assignment.assignee": "Assignee",
28
33
  "app.drawer.hit.assignment.autocomplete.label": "Choose Assignee",
29
34
  "app.drawer.hit.assignment.description": "Choose a user to assign this hit to.",
30
35
  "app.drawer.hit.assignment.success": "User assigned to hit sucessfully.",
@@ -173,6 +178,7 @@
173
178
  "hit.header.assignment.change": "Change assignment",
174
179
  "hit.header.escalation": "Escalation Level: ",
175
180
  "hit.header.indicators": "Indicators",
181
+ "hit.header.link": "Open Link",
176
182
  "hit.header.rationale": "Rationale",
177
183
  "hit.header.related": "{{count}} related records",
178
184
  "hit.header.scrutiny": "Scrutiny: ",
@@ -336,6 +342,8 @@
336
342
  "modal.cases.rename_item.folder_path": "Folder: {{path}}",
337
343
  "modal.cases.rename_item.new_name": "New Name",
338
344
  "modal.cases.resolve": "Resolve Case",
345
+ "modal.cases.resolve.allow_unresolved": "Resolve this case even if some alerts remain unresolved.",
346
+ "modal.cases.resolve.allow_unresolved.aria_label": "Allow unresolved alerts",
339
347
  "modal.cases.resolve.description": "When resolving a case, you must either assess all open alerts, or add an assessment to the alerts.",
340
348
  "modal.confirm.delete.description": "Are you sure you want to delete this item?",
341
349
  "modal.confirm.delete.title": "Confirm Deletion",
@@ -377,6 +385,8 @@
377
385
  "outline.assemblyline.tags": "Tags",
378
386
  "overview.search": "Search Hit Data",
379
387
  "owner": "Owner",
388
+ "page.403.description": "You do not have permission to access this page.",
389
+ "page.403.title": "403: Access Forbidden",
380
390
  "page.404.description": "The page you are looking for cannot be found...",
381
391
  "page.404.title": "404: Not found",
382
392
  "page.cases.assets": "Assets",
@@ -457,7 +467,6 @@
457
467
  "page.help": "Help",
458
468
  "page.help.title": "Help Dashboard",
459
469
  "page.login.button": "Sign in",
460
- "page.login.error": "Just type anything in the username and password fields...",
461
470
  "page.login.password": "Password",
462
471
  "page.login.username": "Username",
463
472
  "page.logout": "Logging out current user ... ",
@@ -484,6 +493,8 @@
484
493
  "page.settings.local.results.count.description": "How many results should we show per page when showing search results?",
485
494
  "page.settings.local.search.width": "Maximum Results Width",
486
495
  "page.settings.local.search.width.description": "The maximum size (in pixels) the results column in the search page.",
496
+ "page.settings.local.show.hit.summary.graph": "Show the Hit Summary Graph in Hit Search",
497
+ "page.settings.local.show.hit.summary.graph.description": "Shows the Hit Summary Graph in the Hit Search",
487
498
  "page.settings.local.title": "UI Preferences",
488
499
  "page.settings.profile.table.email": "Email",
489
500
  "page.settings.profile.table.groups": "Groups",
@@ -539,6 +550,7 @@
539
550
  "route.actions.edit": "Edit",
540
551
  "route.actions.execute": "Execute",
541
552
  "route.actions.manager": "Action Manager",
553
+ "route.actions.manager.delete.success": "Action removed.",
542
554
  "route.actions.name": "Action Name",
543
555
  "route.actions.open": "Open Query",
544
556
  "route.actions.operation.add": "Add New Operation",
@@ -599,9 +611,11 @@
599
611
  "route.analytics.deleted": "Deleted Rule!",
600
612
  "route.analytics.detection.title": "Hits Ingested in the Last Three Months by Detection",
601
613
  "route.analytics.detections": "Detections:",
614
+ "route.analytics.dropdown.detection": "Detection",
602
615
  "route.analytics.escalation.title": "Escalation of Created Hits",
603
616
  "route.analytics.filter.rule": "Filter on Rules",
604
617
  "route.analytics.ingestion.title": "Number of Hits Created",
618
+ "route.analytics.manager.search": "Search Analytics",
605
619
  "route.analytics.overview.description": "Description",
606
620
  "route.analytics.overview.empty.description": "There are no existing hits for this analytic. Statistics cannot be shown.",
607
621
  "route.analytics.overview.empty.title": "No Statistics to Show",
@@ -662,7 +676,7 @@
662
676
  "route.dossiers.manager.icon": "Lead Icon",
663
677
  "route.dossiers.manager.icon.description": "Specify an icon using the iconify ID. To browse icons, click the button to the right.",
664
678
  "route.dossiers.manager.label.en": "English Title",
665
- "route.dossiers.manager.label.fr": "Titre français",
679
+ "route.dossiers.manager.label.fr": "Titre francais",
666
680
  "route.dossiers.manager.lead.create": "Create a new lead by pressing the button to the right.",
667
681
  "route.dossiers.manager.openinsearch": "Open in Search",
668
682
  "route.dossiers.manager.personal": "Personal",
@@ -670,7 +684,7 @@
670
684
  "route.dossiers.manager.pivot.format": "Pivot format",
671
685
  "route.dossiers.manager.pivot.icon": "Pivot Icon",
672
686
  "route.dossiers.manager.pivot.label.en": "English Title",
673
- "route.dossiers.manager.pivot.label.fr": "Titre français",
687
+ "route.dossiers.manager.pivot.label.fr": "Titre francais",
674
688
  "route.dossiers.manager.pivot.mapping.custom": "Custom Value",
675
689
  "route.dossiers.manager.pivot.mapping.field": "Hit Field",
676
690
  "route.dossiers.manager.pivot.mapping.key": "Key",
@@ -760,7 +774,7 @@
760
774
  "route.overviews.default": "Default",
761
775
  "route.overviews.detection": "Choose Detection",
762
776
  "route.overviews.manager.delete": "Delete Overview",
763
- "route.overviews.manager.delete.success": "Overview Removed.",
777
+ "route.overviews.manager.delete.success": "Overview removed.",
764
778
  "route.overviews.manager.search": "Search Overviews",
765
779
  "route.overviews.prompt": "Activate autocomplete using [ctrl + space].",
766
780
  "route.overviews.search.prompt": "Search by title, content, analytic or detection.",
@@ -778,6 +792,11 @@
778
792
  "route.templates.default": "Default",
779
793
  "route.templates.detection": "Choose Detection",
780
794
  "route.templates.global": "Global",
795
+ "route.templates.manager.delete.success": "Template removed.",
796
+ "route.templates.manager.error.action": "Click to open quick fix options",
797
+ "route.templates.manager.error.message": "Invalid Detection",
798
+ "route.templates.manager.error.modal.description": "The template fields are read only and will not be used. Do you want to remove the template?",
799
+ "route.templates.manager.error.modal.title": "Template detection no longer exists",
781
800
  "route.templates.manager.global": "Global",
782
801
  "route.templates.manager.open": "Open View",
783
802
  "route.templates.manager.personal": "Personal",
@@ -797,6 +816,7 @@
797
816
  "route.views.manager": "View Manager",
798
817
  "route.views.manager.all": "All",
799
818
  "route.views.manager.default": "Default View",
819
+ "route.views.manager.delete.success": "View removed.",
800
820
  "route.views.manager.favourites": "Show favourites only",
801
821
  "route.views.manager.global": "Global",
802
822
  "route.views.manager.open": "Open View",
@@ -819,6 +839,7 @@
819
839
  "rule.interval.thirty.minutes": "Every thirty minutes",
820
840
  "rule.interval.three.hours": "Every three hours",
821
841
  "save": "Save",
842
+ "search.layout.settings": "Edit search result layout",
822
843
  "search.open": "Open Search",
823
844
  "search.result.showing": "Showing {{offset}} to {{length}} of {{total}} results",
824
845
  "search.result.showing.single": "No results",
@@ -2,7 +2,9 @@
2
2
  "*": "Toutes les valeurs",
3
3
  "Protected B": "Protégé B",
4
4
  "Unclassified//Official Use Only": "Non classé//Réservé à des fins officielles",
5
+ "actions.error": "Action \"{{action}}\" a rencontré une ou des erreur(s): {{messages}}",
5
6
  "actions.running": "Action \"{{action}}\" s'exécute.",
7
+ "actions.skipped": "Action \"{{action}}\" a été ignorée: {{messages}}",
6
8
  "actions.succeeded": "Action \"{{action}}\" achevé avec succès.",
7
9
  "add": "Ajouter",
8
10
  "adminmenu": "Menu d'administration",
@@ -25,6 +27,9 @@
25
27
  "apikey.impersonate": "Imiter",
26
28
  "apikey.read": "Lire",
27
29
  "apikey.write": "Écrire",
30
+ "app.drawer.hit.assessment.assessor": "Évaluateur",
31
+ "app.drawer.hit.assessment.unknown.name": "Inconnu",
32
+ "app.drawer.hit.assignment.assignee": "Cessionnaire",
28
33
  "app.drawer.hit.assignment.autocomplete.label": "Choisissez le destinataire",
29
34
  "app.drawer.hit.assignment.description": "Choisissez un utilisateur à qui assigner ce hit.",
30
35
  "app.drawer.hit.assignment.success": "L'utilisateur a été assigné au hit avec succès.",
@@ -173,6 +178,7 @@
173
178
  "hit.header.assignment.change": "Changer l'affectation",
174
179
  "hit.header.escalation": "Niveau d'escalade: ",
175
180
  "hit.header.indicators": "Indicateurs",
181
+ "hit.header.link": "Ouvrir lien",
176
182
  "hit.header.rationale": "Justification",
177
183
  "hit.header.related": "{{count}} documrents associés",
178
184
  "hit.header.scrutiny": "Examen minutieux: ",
@@ -336,6 +342,8 @@
336
342
  "modal.cases.rename_item.folder_path": "Dossier : {{path}}",
337
343
  "modal.cases.rename_item.new_name": "Nouveau nom",
338
344
  "modal.cases.resolve": "Résoudre le cas",
345
+ "modal.cases.resolve.allow_unresolved": "Resoudre ce cas meme si certaines alertes ne sont pas resolues.",
346
+ "modal.cases.resolve.allow_unresolved.aria_label": "Autoriser des alertes non resolues",
339
347
  "modal.cases.resolve.description": "Lors de la résolution d'un cas, vous devez soit évaluer toutes les alertes ouvertes, soit ajouter une évaluation aux alertes.",
340
348
  "modal.confirm.delete.description": "Êtes-vous sûr de vouloir supprimer cet élément ?",
341
349
  "modal.confirm.delete.title": "Confirmer la suppression",
@@ -377,6 +385,8 @@
377
385
  "outline.assemblyline.tags": "Tags",
378
386
  "overview.search": "Recherche dans les champs du Hit",
379
387
  "owner": "Propriétaire",
388
+ "page.403.description": "Vous n'avez pas la permission d'accéder à cette page.",
389
+ "page.403.title": "403: Accès interdit",
380
390
  "page.404.description": "La page que vous recherchez est introuvable ...",
381
391
  "page.404.title": "404: Introuvable",
382
392
  "page.cases.assets": "Actifs",
@@ -457,7 +467,6 @@
457
467
  "page.help": "Aide",
458
468
  "page.help.title": "Tableau de bord de l'aide",
459
469
  "page.login.button": "Se connecter",
460
- "page.login.error": "Tapez simplement n'importe quoi dans les champs du nom d'utilisateur et du mot de passe ...",
461
470
  "page.login.password": "Mot de passe",
462
471
  "page.login.username": "Nom d'utilisateur",
463
472
  "page.logout": "Déconnexion de l'utilisateur actuel ... ",
@@ -484,6 +493,8 @@
484
493
  "page.settings.local.results.count.description": "Combien de résultats devons-nous afficher par page lors de l'affichage des résultats de recherche ?",
485
494
  "page.settings.local.search.width": "Largeur maximale des résultats",
486
495
  "page.settings.local.search.width.description": "Taille maximale (en pixels) de la colonne des résultats dans la page de recherche.",
496
+ "page.settings.local.show.hit.summary.graph": "Afficher le graphique du résumé des résultats dans le volet Résumé des résultats",
497
+ "page.settings.local.show.hit.summary.graph.description": "Affiche le graphique du résumé des résultats dans le volet Résumé des résultats",
487
498
  "page.settings.local.title": "Préférences de l'interface utilisateur",
488
499
  "page.settings.profile.table.email": "Courriel",
489
500
  "page.settings.profile.table.groups": "Groupes",
@@ -538,7 +549,8 @@
538
549
  "route.actions.create": "Nouveau action",
539
550
  "route.actions.edit": "Modifier",
540
551
  "route.actions.execute": "Exécuter",
541
- "route.actions.manager": "Gestionnaire d'actions",
552
+ "route.actions.manager": "Gestion des actions",
553
+ "route.actions.manager.delete.success": "Action supprimée.",
542
554
  "route.actions.name": "Nom de l'action",
543
555
  "route.actions.open": "Ouvrir la requête",
544
556
  "route.actions.operation.add": "Ajouter une nouvelle opération",
@@ -599,9 +611,11 @@
599
611
  "route.analytics.deleted": "Règle supprimée!",
600
612
  "route.analytics.detection.title": "Hits ingérés au cours des trois derniers mois par détection",
601
613
  "route.analytics.detections": "Détections:",
614
+ "route.analytics.dropdown.detection": "Détection",
602
615
  "route.analytics.escalation.title": "Escalade des hits créés",
603
616
  "route.analytics.filter.rule": "Filtre sur les règles",
604
617
  "route.analytics.ingestion.title": "Nombre de hits créés",
618
+ "route.analytics.manager.search": "Rechercher les analyses",
605
619
  "route.analytics.overview.description": "Description",
606
620
  "route.analytics.overview.empty.description": "Il n'y a pas de résultats existants pour cette analyse. Les statistiques ne peuvent pas être affichées.",
607
621
  "route.analytics.overview.empty.title": "Pas de statistiques à montrer",
@@ -760,7 +774,7 @@
760
774
  "route.overviews.default": "Défaut",
761
775
  "route.overviews.detection": "Choisir une détection",
762
776
  "route.overviews.manager.delete": "Supprimer la vue d'ensemble",
763
- "route.overviews.manager.delete.success": "Vue d'ensemble Supprimée.",
777
+ "route.overviews.manager.delete.success": "Vue d'ensemble supprimée.",
764
778
  "route.overviews.manager.search": "Rechercher les vues d'ensemble",
765
779
  "route.overviews.prompt": "Activer l'autocomplétion en utilisant [ctrl + espace].",
766
780
  "route.overviews.search.prompt": "Recherche par titre, contenu, clé d'analyse ou de détection.",
@@ -777,7 +791,12 @@
777
791
  "route.templates.create": "Nouvelle modèle",
778
792
  "route.templates.default": "Défaut",
779
793
  "route.templates.detection": "Choisir une détection",
780
- "route.templates.global": "Général",
794
+ "route.templates.global": "Global",
795
+ "route.templates.manager.delete.success": "Modèle supprimé.",
796
+ "route.templates.manager.error.action": "Cliquez ici pour afficher les options de correction rapide",
797
+ "route.templates.manager.error.message": "Détection non valide",
798
+ "route.templates.manager.error.modal.description": "Les clés du modèle sont en lecture seule et ne seront pas utilisées. Voulez-vous supprimer le modèle ?",
799
+ "route.templates.manager.error.modal.title": "La détection du modèle n'existe plus",
781
800
  "route.templates.manager.global": "Global",
782
801
  "route.templates.manager.open": "Ouvrir la vue",
783
802
  "route.templates.manager.personal": "Personnel",
@@ -797,6 +816,7 @@
797
816
  "route.views.manager": "Gérer vue",
798
817
  "route.views.manager.all": "Tous",
799
818
  "route.views.manager.default": "Vue par défaut",
819
+ "route.views.manager.delete.success": "Vue supprimée.",
800
820
  "route.views.manager.favourites": "Afficher uniquement les favoris",
801
821
  "route.views.manager.global": "Global",
802
822
  "route.views.manager.open": "Ouvrier la vue",
@@ -819,6 +839,7 @@
819
839
  "rule.interval.thirty.minutes": "Toutes les trente minutes",
820
840
  "rule.interval.three.hours": "Toutes les trois heures",
821
841
  "save": "Sauvegarder",
842
+ "search.layout.settings": "Modifier la présentation des résultats de recherche",
822
843
  "search.open": "Ouvrir la recherche",
823
844
  "search.result.showing": "Affichage de {{offset}} à {{length}} sur {{total}} articles",
824
845
  "search.result.showing.single": "Aucun articles",
@@ -51,7 +51,7 @@ export interface APILookups {
51
51
  techniques: { [index: string]: { key: string; name: string; url: string } };
52
52
  tactics: { [index: string]: { key: string; name: string; url: string } };
53
53
  icons: string[];
54
- roles: ['admin', 'automation_advanced', 'automation_basic', 'user'];
54
+ roles: ['admin', 'actionrunner_advanced', 'actionrunner_basic', 'automation_advanced', 'automation_basic', 'user'];
55
55
  }
56
56
 
57
57
  export interface APIConfiguration {
@@ -46,6 +46,7 @@ export interface Hit {
46
46
  aws?: Aws;
47
47
  azure?: Azure;
48
48
  cbs?: Cbs;
49
+ classification?: string;
49
50
  cloud?: Cloud;
50
51
  clue?: Clue;
51
52
  container?: Container;
@@ -13,6 +13,7 @@ import type { Votes } from './Votes';
13
13
  export interface Howler {
14
14
  analytic: string;
15
15
  assessment?: string;
16
+ assessor?: string;
16
17
  assignment: string;
17
18
  comment?: HowlerComment[];
18
19
  confidence?: number;
@@ -4,6 +4,7 @@ import type { Dashboard } from './Dashboard';
4
4
  * NOTE: This is an auto-generated file. Don't edit this manually.
5
5
  */
6
6
  export interface UserUser {
7
+ access_control?: string;
7
8
  api_quota?: number;
8
9
  classification?: string;
9
10
  dashboard?: Dashboard;
@@ -14,6 +15,7 @@ export interface UserUser {
14
15
  is_active?: boolean;
15
16
  name?: string;
16
17
  password?: string;
18
+ refresh_rate?: number;
17
19
  type?: string[];
18
20
  uname?: string;
19
21
  }