@odigos/ui-kit 0.0.289 → 0.0.291

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 (114) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/lib/chunks/{helpers-Ds7r-EIJ.js → helpers-eTR126Dv.js} +1 -1
  3. package/lib/chunks/{index-DiYN36pr.js → index-CWNa5Q-H.js} +14 -14
  4. package/lib/chunks/source-instrument-form-context-opFCr-VF.js +5 -0
  5. package/lib/chunks/ui-components-Bvz84w4Q.js +1981 -0
  6. package/lib/components/_cards/text-card/index.d.ts +1 -0
  7. package/lib/components/badge/index.d.ts +1 -1
  8. package/lib/components/input/index.d.ts +2 -0
  9. package/lib/components/input-list/index.d.ts +1 -0
  10. package/lib/components/island/index.d.ts +10 -1
  11. package/lib/components/radio-card/index.d.ts +4 -0
  12. package/lib/components.js +1 -1
  13. package/lib/constants/common.d.ts +2 -0
  14. package/lib/constants/index.d.ts +2 -0
  15. package/lib/constants/insights/common.d.ts +15 -0
  16. package/lib/constants/insights/detection.d.ts +19 -0
  17. package/lib/{containers/insights/settings-and-configurations/panels/guardrails/constants.d.ts → constants/insights/guardrails.d.ts} +22 -13
  18. package/lib/constants/insights/index.d.ts +5 -0
  19. package/lib/{containers/insights/settings-and-configurations/panels/learning/constants.d.ts → constants/insights/learning.d.ts} +4 -27
  20. package/lib/{containers/insights/settings-and-configurations/panels/system/constants.d.ts → constants/insights/system.d.ts} +2 -6
  21. package/lib/constants/strings/index.d.ts +2 -0
  22. package/lib/constants/url-templatization/index.d.ts +176 -31
  23. package/lib/constants.js +1 -1
  24. package/lib/containers/_drawers/create-cloud-connector-drawer/steps/setup-credentials/methods.d.ts +7 -1
  25. package/lib/containers/_drawers/index.d.ts +1 -0
  26. package/lib/containers/{insights/settings-and-configurations/panels/detection → _drawers}/risk-model-drawer/default-catalog.d.ts +1 -1
  27. package/lib/containers/{insights/settings-and-configurations/panels/detection → _drawers}/risk-model-drawer/helpers.d.ts +2 -2
  28. package/lib/containers/{insights/settings-and-configurations/panels/detection → _drawers}/risk-model-drawer/index.d.ts +3 -3
  29. package/lib/containers/_drawers/url-templatization-custom-template-drawer/destination-step.d.ts +7 -4
  30. package/lib/containers/_drawers/url-templatization-custom-template-drawer/index.d.ts +5 -1
  31. package/lib/containers/_drawers/url-templatization-custom-template-drawer/templates-step-summary.d.ts +10 -0
  32. package/lib/containers/_drawers/url-templatization-default-rule-drawer/index.d.ts +2 -0
  33. package/lib/containers/_drawers/url-templatization-template-view-drawer/index.d.ts +5 -0
  34. package/lib/containers/_forms/index.d.ts +1 -0
  35. package/lib/containers/_forms/insights/detection-policy-form/index.d.ts +12 -0
  36. package/lib/containers/{insights/settings-and-configurations/panels/detection → _forms/insights/detection-policy-form}/mappers.d.ts +1 -1
  37. package/lib/containers/{insights/settings-and-configurations/panels/detection → _forms/insights/detection-policy-form}/signal-weights-panel.d.ts +1 -1
  38. package/lib/containers/{insights/settings-and-configurations/panels/detection → _forms/insights/detection-policy-form}/signal-weights.d.ts +2 -2
  39. package/lib/containers/_forms/insights/guardrail-form/extra-section.d.ts +15 -0
  40. package/lib/containers/{insights/settings-and-configurations/panels/guardrails → _forms/insights/guardrail-form}/facet-section.d.ts +1 -1
  41. package/lib/containers/_forms/insights/guardrail-form/index.d.ts +23 -0
  42. package/lib/containers/{insights/settings-and-configurations/panels/guardrails → _forms/insights/guardrail-form}/mappers.d.ts +3 -1
  43. package/lib/containers/_forms/insights/guardrail-form/types.d.ts +17 -0
  44. package/lib/containers/_forms/insights/index.d.ts +4 -0
  45. package/lib/containers/_forms/insights/learning-policy-form/index.d.ts +12 -0
  46. package/lib/containers/{insights/settings-and-configurations/panels/learning → _forms/insights/learning-policy-form}/mappers.d.ts +3 -3
  47. package/lib/containers/_forms/insights/learning-policy-form/options.d.ts +11 -0
  48. package/lib/containers/{insights/settings-and-configurations/panels/learning → _forms/insights/learning-policy-form}/types.d.ts +1 -1
  49. package/lib/containers/_forms/insights/system-settings-form/index.d.ts +9 -0
  50. package/lib/containers/_forms/insights/system-settings-form/mappers.d.ts +11 -0
  51. package/lib/containers/_forms/insights/system-settings-form/types.d.ts +11 -0
  52. package/lib/containers/insights/findings/helpers.d.ts +2 -2
  53. package/lib/containers/insights/settings-and-configurations/panels/detection/helpers.d.ts +28 -0
  54. package/lib/containers/insights/settings-and-configurations/panels/guardrails/helpers.d.ts +30 -0
  55. package/lib/containers/insights/settings-and-configurations/panels/learning/helpers.d.ts +46 -0
  56. package/lib/containers/insights/settings-and-configurations/panels/panel.d.ts +44 -0
  57. package/lib/containers/insights/transactions/drawer/baselines/helpers.d.ts +4 -0
  58. package/lib/containers/url-templatization/advanced-config-section.d.ts +12 -0
  59. package/lib/containers/url-templatization/automatic-templatization-enable-card.d.ts +6 -0
  60. package/lib/containers/url-templatization/converters.d.ts +15 -0
  61. package/lib/containers/url-templatization/custom-templates-empty-card.d.ts +5 -0
  62. package/lib/containers/url-templatization/custom-templates-list.d.ts +0 -1
  63. package/lib/containers/url-templatization/default-normalization-card.d.ts +11 -0
  64. package/lib/containers/url-templatization/default-rules-list.d.ts +8 -5
  65. package/lib/containers/url-templatization/disabled-scopes-table.d.ts +8 -0
  66. package/lib/containers/url-templatization/helpers.d.ts +30 -1
  67. package/lib/containers/url-templatization/managed-action-badge.d.ts +11 -0
  68. package/lib/containers/url-templatization/onboarding-empty.d.ts +7 -0
  69. package/lib/containers/url-templatization/skip-policies-table.d.ts +8 -0
  70. package/lib/containers/url-templatization/template-path.d.ts +2 -0
  71. package/lib/containers.js +2105 -2126
  72. package/lib/contexts/index.d.ts +1 -0
  73. package/lib/contexts/insights/detection-override-form-context.d.ts +44 -0
  74. package/lib/contexts/insights/detection-policy-form-context.d.ts +29 -0
  75. package/lib/contexts/insights/guardrail-form-context.d.ts +67 -0
  76. package/lib/contexts/insights/index.d.ts +6 -0
  77. package/lib/contexts/insights/learning-override-form-context.d.ts +45 -0
  78. package/lib/contexts/insights/learning-policy-form-context.d.ts +34 -0
  79. package/lib/contexts/insights/system-settings-form-context.d.ts +28 -0
  80. package/lib/contexts/odigos-api/hooks/use-insights-api.d.ts +6 -1
  81. package/lib/contexts/odigos-api/types.d.ts +2 -1
  82. package/lib/contexts.js +1 -1
  83. package/lib/functions.js +1 -1
  84. package/lib/hooks.js +1 -1
  85. package/lib/snippets/sampling-rule-form-sections/source-scope.d.ts +16 -1
  86. package/lib/snippets.js +1 -1
  87. package/lib/store.js +1 -1
  88. package/lib/theme.js +1 -1
  89. package/lib/types/cloud-connectors/index.d.ts +1 -0
  90. package/lib/types/insights/index.d.ts +41 -2
  91. package/lib/types.js +1 -1
  92. package/lib/visuals.js +1 -1
  93. package/package.json +1 -1
  94. package/lib/chunks/source-instrument-form-context-CBP9xXNN.js +0 -5
  95. package/lib/chunks/ui-components-Dvmqmy3G.js +0 -1952
  96. package/lib/containers/insights/settings-and-configurations/content-panel/index.d.ts +0 -11
  97. package/lib/containers/insights/settings-and-configurations/panels/detection/constants.d.ts +0 -40
  98. package/lib/containers/insights/settings-and-configurations/panels/detection/create-override-panel.d.ts +0 -14
  99. package/lib/containers/insights/settings-and-configurations/panels/detection/mock.d.ts +0 -4
  100. package/lib/containers/insights/settings-and-configurations/panels/detection/policies-menu.d.ts +0 -10
  101. package/lib/containers/insights/settings-and-configurations/panels/detection/policy-editor.d.ts +0 -8
  102. package/lib/containers/insights/settings-and-configurations/panels/detection/policy-list-item.d.ts +0 -8
  103. package/lib/containers/insights/settings-and-configurations/panels/guardrails/create-panel.d.ts +0 -13
  104. package/lib/containers/insights/settings-and-configurations/panels/guardrails/edit-panel.d.ts +0 -10
  105. package/lib/containers/insights/settings-and-configurations/panels/guardrails/guardrail-list-item.d.ts +0 -8
  106. package/lib/containers/insights/settings-and-configurations/panels/guardrails/guardrails-menu.d.ts +0 -9
  107. package/lib/containers/insights/settings-and-configurations/panels/guardrails/types.d.ts +0 -10
  108. package/lib/containers/insights/settings-and-configurations/panels/learning/create-override-panel.d.ts +0 -21
  109. package/lib/containers/insights/settings-and-configurations/panels/learning/policies-menu.d.ts +0 -10
  110. package/lib/containers/insights/settings-and-configurations/panels/learning/policy-editor.d.ts +0 -9
  111. package/lib/containers/insights/settings-and-configurations/panels/learning/policy-list-item.d.ts +0 -8
  112. /package/lib/containers/{insights/settings-and-configurations/panels/detection → _drawers}/risk-model-drawer/constants.d.ts +0 -0
  113. /package/lib/containers/{insights/settings-and-configurations/panels/detection → _forms/insights/detection-policy-form}/risk-levels.d.ts +0 -0
  114. /package/lib/containers/{insights/settings-and-configurations/panels/detection → _forms/insights/detection-policy-form}/types.d.ts +0 -0
package/lib/constants.js CHANGED
@@ -1 +1 @@
1
- export{d7 as ACCEPT_RECOMMENDATION_DESCRIPTION,bK as ACTION_CATEGORIES,bw as ACTION_OPTIONS,id as ACTION_TYPE_TO_CATEGORY,ie as ALL_LANGUAGES_WILDCARD,ig as ALL_SOURCES,d2 as APPLY_VIA_GITOPS_DESCRIPTION,d4 as APPLY_VIA_UI_DESCRIPTION,d8 as BTN_ACCEPT,dn as BTN_CANCEL,dv as BTN_CONTINUE_EDITING,gK as BTN_CREATE_FIRST_RULE,cX as BTN_CREATE_RULE,dr as BTN_DELETE_RULE,d9 as BTN_DISMISS,dh as BTN_DOCS,ae as BTN_EDIT_AUTO_RULE,dq as BTN_EDIT_RULE,di as BTN_RESTORE,dF as BTN_SAVE,dp as BTN_SAVE_RULE,o as BUTTON_TEXTS,ds as CATEGORY_DESCRIPTIONS,b1 as CATEGORY_LABELS,du as CATEGORY_TITLES,ih as CREATE_COST_REDUCTION_AUTO_RULE_DRAWER_TITLE,ii as CREATE_HIGHLY_RELEVANT_AUTO_RULE_DRAWER_TITLE,ij as CREATE_NOISY_AUTO_RULE_DRAWER_TITLE,bk as DEFAULT_CLUSTER_ID,cc as DEFAULT_CLUSTER_NAME,gF as DEFAULT_DATA_STREAM_NAME,at as DESC_DURATION,ik as DESC_ERRORS,aw as DESC_OPERATION,il as DESC_PERCENTAGE_HIGHLY_RELEVANT,c1 as DESC_PERCENTAGE_NOISY,b2 as DESC_RULE_TYPE,a2 as DESC_SOURCE_SCOPE,c8 as DESTINATION_CATEGORIES,gr as DISPLAY_LANGUAGES,p as DISPLAY_TITLES,bS as DOCS_BASE_URL,bB as DestinationCategoryTypes,dB as EDIT_COST_REDUCTION_AUTO_RULE_DRAWER_SUBTITLE,dC as EDIT_COST_REDUCTION_AUTO_RULE_DRAWER_TITLE,dz as EDIT_HIGHLY_RELEVANT_AUTO_RULE_DRAWER_SUBTITLE,dA as EDIT_HIGHLY_RELEVANT_AUTO_RULE_DRAWER_TITLE,dD as EDIT_NOISY_AUTO_RULE_DRAWER_SUBTITLE,dE as EDIT_NOISY_AUTO_RULE_DRAWER_TITLE,dt as EDIT_TITLES,dl as EMPTY_SUBTITLE,dm as EMPTY_TITLE,aK as EMPTY_VALUE,bo as ERROR_APPLY_RECOMMENDATION,bP as EXTRACTION_FORMAT_COPY,bN as EXTRACT_ATTRIBUTE_FORM,gN as FILTER_TYPE_ALL,bb as FORM_ALERTS,d5 as GITOPS_OVERRIDE_WARNING,da as INSTALLATION_METHOD_DESCRIPTION,bF as INSTRUMENTATION_RULE_OPTIONS,d1 as LABEL_APPLY_VIA_GITOPS,d3 as LABEL_APPLY_VIA_UI,df as LABEL_BENEFITS,dg as LABEL_CONSIDERATIONS,au as LABEL_CUSTOM_DURATION,c5 as LABEL_CUSTOM_PERCENTAGE,c4 as LABEL_DISABLED,cW as LABEL_DISABLED_RULE,aU as LABEL_DROP_ALL,b_ as LABEL_DROP_AT_MOST,c3 as LABEL_ENABLED,d6 as LABEL_ENABLE_RECOMMENDATION,aC as LABEL_HTTP_ROUTE,aE as LABEL_HTTP_ROUTE_PREFIX,aH as LABEL_KAFKA_TOPIC,aV as LABEL_KEEP_ALL,aR as LABEL_KEEP_AT_LEAST,aS as LABEL_KEEP_AT_MOST,aQ as LABEL_KEEP_PERCENTAGE,as as LABEL_KEEP_TRACES_DURATION,aq as LABEL_KEEP_TRACES_ERRORS,aG as LABEL_METHOD,aZ as LABEL_NOTE,af as LABEL_NO_PREVIEW,aJ as LABEL_OPERATION_TYPE,im as LABEL_RULE_DISABLED,io as LABEL_RULE_ENABLED,aX as LABEL_RULE_NAME,aY as LABEL_RULE_TYPE,aT as LABEL_SAMPLE,ay as LABEL_SERVER_ADDRESS,aB as LABEL_TEMPLATED_PATH,aD as LABEL_TEMPLATED_PATH_PREFIX,dc as LABEL_VIA_GITOPS,db as LABEL_VIA_UI,cK as LANGUAGE_OPTIONS,b5 as MONITORS_OPTIONS,O as NOTE_ENTIRE_CLUSTER,_ as NOTE_SOURCE_SCOPE_LOGIC,dd as NOT_APPLICABLE_SUMMARY,ip as OPENTELEMETRY_EBPF_DISTRO_OPTION,aM as OPERATION_ALL,aL as OPERATION_HTTP_CLIENT,aI as OPERATION_HTTP_SERVER,aN as OPERATION_KAFKA_CONSUMER,aO as OPERATION_KAFKA_PRODUCER,cJ as OTEL_DISTRO_NAME_OPTIONS,aP as PERCENTAGE_SECTION_DESCRIPTIONS,a$ as PLACEHOLDER_NOTE,aA as PLACEHOLDER_ROUTE,a_ as PLACEHOLDER_RULE_NAME,a5 as PLACEHOLDER_SEARCH_SOURCE,ax as PLACEHOLDER_SERVER_ADDRESS,cu as PROCESS_ATTRIBUTE_NAMES,dj as RECOMMENDATIONS_DRAWER_SUBTITLE,dk as RECOMMENDATIONS_DRAWER_TITLE,c as REGEX_TESTER_DRAWER,c2 as SAMPLING_AUTO_RULE_TITLE,gR as SAMPLING_BTN_CREATE_RULE,gP as SAMPLING_BTN_DOCS,gQ as SAMPLING_BTN_REFRESH,c0 as SAMPLING_COST_REDUCTION_AUTO_RULE_TITLE,dw as SAMPLING_DEFAULT_CONFIRM_DESCRIPTION,dy as SAMPLING_DEFAULT_CONFIRM_PREVIEW_LABEL,dx as SAMPLING_DEFAULT_CONFIRM_TITLE,gU as SAMPLING_DELETE_MODAL_APPROVE,gV as SAMPLING_DELETE_MODAL_CANCEL,gW as SAMPLING_DELETE_MODAL_DESCRIPTION,gX as SAMPLING_DELETE_MODAL_TITLE,dG as SAMPLING_DRAWER_WIDTH,gO as SAMPLING_DUPLICATE_RULE_WARNING,bZ as SAMPLING_HIGHLY_RELEVANT_AUTO_RULE_TITLE,fv as SAMPLING_ONBOARDING_ADVANCED_LEFT_BULLET_1,fw as SAMPLING_ONBOARDING_ADVANCED_LEFT_BULLET_2,fx as SAMPLING_ONBOARDING_ADVANCED_LEFT_BULLET_3,fy as SAMPLING_ONBOARDING_ADVANCED_LEFT_TITLE,fz as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_1,fA as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_2,fB as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_3,fC as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_4,fD as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_5,fE as SAMPLING_ONBOARDING_ADVANCED_RIGHT_TITLE,fG as SAMPLING_ONBOARDING_ADVANCED_SUBTITLE,fF as SAMPLING_ONBOARDING_ADVANCED_TITLE,fX as SAMPLING_ONBOARDING_AMBIENT_LABEL,f1 as SAMPLING_ONBOARDING_BTN_GO_TO,eO as SAMPLING_ONBOARDING_BTN_NEXT,fu as SAMPLING_ONBOARDING_BTN_READ_MORE,fc as SAMPLING_ONBOARDING_BTN_SKIP,fd as SAMPLING_ONBOARDING_BTN_START,fH as SAMPLING_ONBOARDING_COMMON_BANNER,fW as SAMPLING_ONBOARDING_COMMON_RULES_SECTION,fK as SAMPLING_ONBOARDING_DROP_DESCRIPTION,fJ as SAMPLING_ONBOARDING_DROP_SUBTITLE,fI as SAMPLING_ONBOARDING_DROP_TITLE,fN as SAMPLING_ONBOARDING_ERROR_PRESET_NAME,fM as SAMPLING_ONBOARDING_ERROR_PRESET_TOGGLE_LABEL,fQ as SAMPLING_ONBOARDING_KEEP_DESCRIPTION,fP as SAMPLING_ONBOARDING_KEEP_SUBTITLE,fO as SAMPLING_ONBOARDING_KEEP_TITLE,fR as SAMPLING_ONBOARDING_KEEP_USE_CASE_1,fS as SAMPLING_ONBOARDING_KEEP_USE_CASE_2,fT as SAMPLING_ONBOARDING_KEEP_USE_CASE_3,fU as SAMPLING_ONBOARDING_KEEP_USE_CASE_4,fV as SAMPLING_ONBOARDING_KEEP_USE_CASE_5,eV as SAMPLING_ONBOARDING_NOISY_BANNER,eR as SAMPLING_ONBOARDING_NOISY_DESCRIPTION,eU as SAMPLING_ONBOARDING_NOISY_PRESET_NAME,eS as SAMPLING_ONBOARDING_NOISY_PRESET_SECTION,eT as SAMPLING_ONBOARDING_NOISY_PRESET_TOGGLE_LABEL,eQ as SAMPLING_ONBOARDING_NOISY_SUBTITLE,eP as SAMPLING_ONBOARDING_NOISY_TITLE,fL as SAMPLING_ONBOARDING_PRESET_RULES_SECTION,eN as SAMPLING_ONBOARDING_RECOMMENDED_BADGE,fr as SAMPLING_ONBOARDING_STRATEGY_ADVANCED_BADGE,fs as SAMPLING_ONBOARDING_STRATEGY_ADVANCED_DESC,ft as SAMPLING_ONBOARDING_STRATEGY_ADVANCED_NAME,fo as SAMPLING_ONBOARDING_STRATEGY_DROP_BADGE,fm as SAMPLING_ONBOARDING_STRATEGY_DROP_BULLET_1,fn as SAMPLING_ONBOARDING_STRATEGY_DROP_BULLET_2,fp as SAMPLING_ONBOARDING_STRATEGY_DROP_DESC,fq as SAMPLING_ONBOARDING_STRATEGY_DROP_NAME,fj as SAMPLING_ONBOARDING_STRATEGY_KEEP_BADGE,fh as SAMPLING_ONBOARDING_STRATEGY_KEEP_BULLET_1,fi as SAMPLING_ONBOARDING_STRATEGY_KEEP_BULLET_2,fk as SAMPLING_ONBOARDING_STRATEGY_KEEP_DESC,fl as SAMPLING_ONBOARDING_STRATEGY_KEEP_NAME,fg as SAMPLING_ONBOARDING_STRATEGY_KEEP_WARNING,ff as SAMPLING_ONBOARDING_STRATEGY_SUBTITLE,fe as SAMPLING_ONBOARDING_STRATEGY_TITLE,e_ as SAMPLING_ONBOARDING_SUCCESS_BULLET_1,e$ as SAMPLING_ONBOARDING_SUCCESS_BULLET_2,f0 as SAMPLING_ONBOARDING_SUCCESS_BULLET_3,eZ as SAMPLING_ONBOARDING_SUCCESS_INTRO,eY as SAMPLING_ONBOARDING_SUCCESS_SUBTITLE,eX as SAMPLING_ONBOARDING_SUCCESS_TITLE,fb as SAMPLING_ONBOARDING_WELCOME_BANNER,f4 as SAMPLING_ONBOARDING_WELCOME_INTRO,f5 as SAMPLING_ONBOARDING_WELCOME_STAGE_1_DESC,f6 as SAMPLING_ONBOARDING_WELCOME_STAGE_1_TITLE,f7 as SAMPLING_ONBOARDING_WELCOME_STAGE_2_DESC,f8 as SAMPLING_ONBOARDING_WELCOME_STAGE_2_TITLE,f9 as SAMPLING_ONBOARDING_WELCOME_STAGE_3_DESC,fa as SAMPLING_ONBOARDING_WELCOME_STAGE_3_TITLE,f3 as SAMPLING_ONBOARDING_WELCOME_SUBTITLE,f2 as SAMPLING_ONBOARDING_WELCOME_TITLE,gS as SAMPLING_PAGE_DESCRIPTION,gT as SAMPLING_PAGE_TITLE,a8 as SCOPE_AND_LABEL,a7 as SCOPE_GROUP_ANY_OF_HINT,Z as SCOPE_GROUP_LANGUAGES_TITLE,Y as SCOPE_GROUP_NAMESPACES_TITLE,Q as SCOPE_GROUP_SOURCES_TITLE,iq as SECTION_APPLIED,ir as SECTION_DISMISSED,ar as SECTION_DURATION,ap as SECTION_ERRORS,b$ as SECTION_KEEP_PERCENTAGE,is as SECTION_NOT_APPLICABLE,av as SECTION_OPERATION,it as SECTION_RECOMMENDED,b3 as SECTION_SAMPLING_PREVIEW,a9 as SECTION_SOURCE_SCOPE,de as SECTION_TITLES,gq as STORAGE_KEYS,bp as SUCCESS_APPLIED,bq as SUCCESS_DISMISSED,br as SUCCESS_RESTORED,gJ as TITLE_NO_RESULTS,gL as TITLE_NO_RULES,iu as TOKEN_ABOUT_TO_EXPIRE,b0 as TOOLTIP_NOTE,X as UNKNOWN_SOURCE_LABEL,aW as UNNAMED_RULE,dY as URL_TEMPLATIZATION_ACTION_FIELD_LABEL,e8 as URL_TEMPLATIZATION_ACTION_NAME_LABEL,dS as URL_TEMPLATIZATION_ADD_EXISTING_GROUP,dV as URL_TEMPLATIZATION_ADD_NEW_GROUP,dX as URL_TEMPLATIZATION_ADVANCED_CONFIGURATION,em as URL_TEMPLATIZATION_BADGE_ADVANCED,e9 as URL_TEMPLATIZATION_BADGE_UI,ed as URL_TEMPLATIZATION_BTN_ADD_RULE,h7 as URL_TEMPLATIZATION_BTN_ADD_TEMPLATE,e3 as URL_TEMPLATIZATION_BTN_BACK,e1 as URL_TEMPLATIZATION_BTN_CANCEL,et as URL_TEMPLATIZATION_BTN_CLOSE,ha as URL_TEMPLATIZATION_BTN_CREATE,iv as URL_TEMPLATIZATION_BTN_CREATE_GROUP,h5 as URL_TEMPLATIZATION_BTN_CREATE_TEMPLATE_GROUP,h9 as URL_TEMPLATIZATION_BTN_DOCS,h6 as URL_TEMPLATIZATION_BTN_EDIT_GROUP,hf as URL_TEMPLATIZATION_BTN_ENABLE_DEFAULT,e2 as URL_TEMPLATIZATION_BTN_NEXT,e4 as URL_TEMPLATIZATION_BTN_SAVE,eB as URL_TEMPLATIZATION_BTN_TEST_URL,dN as URL_TEMPLATIZATION_CHOOSE_DESTINATION,e0 as URL_TEMPLATIZATION_CUSTOM_DRAWER_SUBTITLE,e6 as URL_TEMPLATIZATION_CUSTOM_DRAWER_TITLE,hg as URL_TEMPLATIZATION_CUSTOM_EMPTY_SUBTITLE,hh as URL_TEMPLATIZATION_CUSTOM_EMPTY_TITLE,h0 as URL_TEMPLATIZATION_CUSTOM_SECTION_SUBTITLE,dM as URL_TEMPLATIZATION_DEFAULT_ACTION_NAME,iw as URL_TEMPLATIZATION_DEFAULT_CONFIGURED_PLACEHOLDER,hd as URL_TEMPLATIZATION_DEFAULT_EMPTY_SUBTITLE,he as URL_TEMPLATIZATION_DEFAULT_EMPTY_TITLE,ef as URL_TEMPLATIZATION_DEFAULT_RULE_DRAWER_SUBTITLE,eh as URL_TEMPLATIZATION_DEFAULT_RULE_DRAWER_TITLE,g_ as URL_TEMPLATIZATION_DEFAULT_SECTION_SUBTITLE,ei as URL_TEMPLATIZATION_DESC_DEFAULT_TEMPLATIZATION,en as URL_TEMPLATIZATION_DESC_SKIP_POLICY,ix as URL_TEMPLATIZATION_DESC_SOURCE_SCOPE,dR as URL_TEMPLATIZATION_DESTINATION_CLUSTER_HINT,dP as URL_TEMPLATIZATION_DESTINATION_ENTIRE_CLUSTER,dQ as URL_TEMPLATIZATION_DESTINATION_GROUP_HINT,dO as URL_TEMPLATIZATION_DESTINATION_TEMPLATE_GROUP,ex as URL_TEMPLATIZATION_DETAIL_DISPLAY_NAME,ew as URL_TEMPLATIZATION_DETAIL_ORIGIN,ey as URL_TEMPLATIZATION_DETAIL_RESOURCE_NAME,ev as URL_TEMPLATIZATION_DETAIL_TEMPLATE,h8 as URL_TEMPLATIZATION_DOCS_URL,e7 as URL_TEMPLATIZATION_DRAWER_WIDTH,eg as URL_TEMPLATIZATION_EDIT_DEFAULT_RULE_DRAWER_TITLE,ec as URL_TEMPLATIZATION_ERROR_INVALID_STATUS_CODES,e5 as URL_TEMPLATIZATION_FOOTER_IMMEDIATE_EFFECT,ee as URL_TEMPLATIZATION_FOOTER_SAVE_EFFECT,er as URL_TEMPLATIZATION_HELPER_STATUS_CODES,eD as URL_TEMPLATIZATION_MATCH_FOUND,eF as URL_TEMPLATIZATION_MATCH_FOUND_HINT,d$ as URL_TEMPLATIZATION_NEW_ACTION_HINT,dZ as URL_TEMPLATIZATION_NEW_ACTION_NAME_LABEL,d_ as URL_TEMPLATIZATION_NEW_ACTION_PLACEHOLDER,dW as URL_TEMPLATIZATION_NEW_GROUP_DEFAULT_HINT,iy as URL_TEMPLATIZATION_NOTE_ENTIRE_CLUSTER,eE as URL_TEMPLATIZATION_NO_MATCH,eH as URL_TEMPLATIZATION_NO_MATCH_HELP,eG as URL_TEMPLATIZATION_NO_MATCH_HINT,hb as URL_TEMPLATIZATION_PAGE_DESCRIPTION,hc as URL_TEMPLATIZATION_PAGE_TITLE,es as URL_TEMPLATIZATION_PLACEHOLDER_STATUS_CODES,ea as URL_TEMPLATIZATION_PLACEHOLDER_TEMPLATE,eC as URL_TEMPLATIZATION_RESULT,dL as URL_TEMPLATIZATION_SCOPE_AND,dH as URL_TEMPLATIZATION_SCOPE_ENTIRE_CLUSTER,dI as URL_TEMPLATIZATION_SCOPE_LANGUAGE,dJ as URL_TEMPLATIZATION_SCOPE_NAMESPACE,dK as URL_TEMPLATIZATION_SCOPE_SOURCE,dT as URL_TEMPLATIZATION_SEARCH_GROUPS_PLACEHOLDER,g$ as URL_TEMPLATIZATION_SECTION_CUSTOM,gZ as URL_TEMPLATIZATION_SECTION_DEFAULT,ej as URL_TEMPLATIZATION_SECTION_DEFAULT_TEMPLATIZATION,eo as URL_TEMPLATIZATION_SECTION_SKIP_POLICY,iz as URL_TEMPLATIZATION_SECTION_SOURCE_SCOPE,eb as URL_TEMPLATIZATION_SECTION_TEMPLATES,dU as URL_TEMPLATIZATION_SELECTED_GROUP,el as URL_TEMPLATIZATION_TOGGLE_ENABLE_NORMALIZATION,ep as URL_TEMPLATIZATION_TOGGLE_SKIP_NON_2XX,eq as URL_TEMPLATIZATION_TOGGLE_SKIP_STATUS_CODES,ez as URL_TEMPLATIZATION_TRY_A_URL,eA as URL_TEMPLATIZATION_TRY_A_URL_PLACEHOLDER,h1 as URL_TEMPLATIZATION_VIEW_BY,eu as URL_TEMPLATIZATION_VIEW_DRAWER_TITLE,h2 as URL_TEMPLATIZATION_VIEW_GROUPS,h4 as URL_TEMPLATIZATION_VIEW_LIST,h3 as URL_TEMPLATIZATION_VIEW_TREE,cp as canAgentReportPodStartTime,gM as getNoResultsSubTitle,cR as getSourceConditionsForPanel,c6 as getSupportedActionOptions,bX as getSupportedLanguageIcon,bY as getSupportedLanguageLabel,iA as isActionSupportedOnPlatform,iB as isActionSupportedOnVersion,bU as isRuleSourceScopeSupported,bl as mapActionTypesToOptions,bt as mapRuleTypesToOptions,bV as normalizeSupportedLanguagesForDisplay,ca as ruleTypeRequiresConfiguration,cQ as shouldShowSourceConditionsPanel,iC as supportsAllLanguages,bW as toScopeSupportedLanguages}from"./chunks/ui-components-Dvmqmy3G.js";import"react/jsx-runtime";import"styled-components";import"./icons.js";import"zustand";import"react";import"javascript-time-ago";import"javascript-time-ago/locale/en";import"react-dom";import"prism-react-renderer";import"zustand/middleware";import"react-error-boundary";import"virtua";
1
+ export{fe as ACCEPT_RECOMMENDATION_DESCRIPTION,c3 as ACTION_CATEGORIES,bw as ACTION_OPTIONS,lC as ACTION_TYPE_TO_CATEGORY,lD as ALL_LANGUAGES_WILDCARD,lE as ALL_SOURCES,f9 as APPLY_VIA_GITOPS_DESCRIPTION,fb as APPLY_VIA_UI_DESCRIPTION,ff as BTN_ACCEPT,df as BTN_ADD_CONDITION,d_ as BTN_ADD_IDENTITY_DIMENSION,lF as BTN_ADD_OVERRIDE,i$ as BTN_ADD_OVERRIDE_POLICY,ds as BTN_ADD_SELECTION,fu as BTN_CANCEL,fB as BTN_CONTINUE_EDITING,jF as BTN_CREATE_FIRST_RULE,c$ as BTN_CREATE_GUARDRAIL,ee as BTN_CREATE_OVERRIDE_POLICY,f2 as BTN_CREATE_RULE,cY as BTN_DELETE_GUARDRAIL,lG as BTN_DELETE_OVERRIDE,dg as BTN_DELETE_POLICY,fx as BTN_DELETE_RULE,cZ as BTN_DISCARD_CHANGES,fg as BTN_DISMISS,fo as BTN_DOCS,ae as BTN_EDIT_AUTO_RULE,fw as BTN_EDIT_RULE,e2 as BTN_KEEP_TRANSACTIONS,e1 as BTN_RESET_TRANSACTIONS,fp as BTN_RESTORE,fL as BTN_SAVE,c_ as BTN_SAVE_CHANGES,fv as BTN_SAVE_RULE,e0 as BTN_SAVE_SETTINGS,o as BUTTON_TEXTS,fy as CATEGORY_DESCRIPTIONS,b1 as CATEGORY_LABELS,fA as CATEGORY_TITLES,bX as CLASS_LABELS,dd as CONDITION_TYPE_OPTIONS,lH as CREATE_COST_REDUCTION_AUTO_RULE_DRAWER_TITLE,lI as CREATE_HIGHLY_RELEVANT_AUTO_RULE_DRAWER_TITLE,lJ as CREATE_NOISY_AUTO_RULE_DRAWER_TITLE,bk as DEFAULT_CLUSTER_ID,el as DEFAULT_CLUSTER_NAME,jA as DEFAULT_DATA_STREAM_NAME,bY as DEFAULT_IDENTITY_DIMENSIONS,cw as DESC_ADOPT_ENFORCE,cy as DESC_ADOPT_SUGGEST,iT as DESC_ANOMALY_DETECTION_POLICIES,cI as DESC_CALLEES,cK as DESC_CALLEES_EXTRA,cB as DESC_CALLERS,cE as DESC_CALLERS_EXTRA,ed as DESC_CHOOSE_DETECTION_OVERRIDE_SCOPE,dj as DESC_CHOOSE_LEARNING_OVERRIDE_SCOPE,iQ as DESC_COMING_SOON,at as DESC_DURATION,cO as DESC_EGRESS,cR as DESC_EGRESS_EXTRA,lK as DESC_ERRORS,e3 as DESC_IDENTITY_CHANGED,iV as DESC_LEARNING_POLICIES,cG as DESC_NO_CALLEES,cz as DESC_NO_CALLERS,j3 as DESC_NO_DEFAULT_DETECTION_POLICY,iW as DESC_NO_DEFAULT_LEARNING_POLICY,j4 as DESC_NO_DETECTION_OVERRIDES,cM as DESC_NO_EGRESS,j9 as DESC_NO_GUARDRAILS,iZ as DESC_NO_LEARNING_OVERRIDES,cT as DESC_NO_TRANSACTIONS,aw as DESC_OPERATION,iU as DESC_PANEL_GUARDRAILS,lL as DESC_PERCENTAGE_HIGHLY_RELEVANT,cm as DESC_PERCENTAGE_NOISY,b2 as DESC_RULE_TYPE,e6 as DESC_SIGNAL_WEIGHTS_LEGEND,a2 as DESC_SOURCE_SCOPE,cV as DESC_TRANSACTIONS,eh as DESTINATION_CATEGORIES,jm as DISPLAY_LANGUAGES,p as DISPLAY_TITLES,cb as DOCS_BASE_URL,bB as DestinationCategoryTypes,fH as EDIT_COST_REDUCTION_AUTO_RULE_DRAWER_SUBTITLE,fI as EDIT_COST_REDUCTION_AUTO_RULE_DRAWER_TITLE,fF as EDIT_HIGHLY_RELEVANT_AUTO_RULE_DRAWER_SUBTITLE,fG as EDIT_HIGHLY_RELEVANT_AUTO_RULE_DRAWER_TITLE,fJ as EDIT_NOISY_AUTO_RULE_DRAWER_SUBTITLE,fK as EDIT_NOISY_AUTO_RULE_DRAWER_TITLE,fz as EDIT_TITLES,fs as EMPTY_SUBTITLE,ft as EMPTY_TITLE,aK as EMPTY_VALUE,bo as ERROR_APPLY_RECOMMENDATION,c8 as EXTRACTION_FORMAT_COPY,c6 as EXTRACT_ATTRIBUTE_FORM,jI as FILTER_TYPE_ALL,bb as FORM_ALERTS,fc as GITOPS_OVERRIDE_WARNING,dT as HELPER_AUTO_TRANSACTION_GUARDRAIL,dQ as HELPER_FLUSH_INTERVAL,dW as HELPER_IDENTITY_DIMENSIONS,dx as HELPER_MAX_EXAMPLE_TRACES,dM as HELPER_MAX_MEMBERS_PER_BASELINE,dJ as HELPER_MAX_TRANSACTIONS_IN_MEMORY,dA as HELPER_MIN_SAMPLING_INTERVAL,dF as HELPER_SAMPLE_TRACE_RETENTION,dP as HINT_FLUSH_INTERVAL,d$ as HINT_IDENTITY_DIMENSIONS,dE as HINT_SAMPLE_TRACE_RETENTION,fh as INSTALLATION_METHOD_DESCRIPTION,b_ as INSTRUMENTATION_RULE_OPTIONS,f8 as LABEL_APPLY_VIA_GITOPS,fa as LABEL_APPLY_VIA_UI,j8 as LABEL_AUTO,dU as LABEL_AUTO_TRANSACTION_GUARDRAIL,e7 as LABEL_BASE_WEIGHT,fm as LABEL_BENEFITS,dm as LABEL_CHOOSE_OVERRIDE_TYPE,da as LABEL_COMBINE,iR as LABEL_COMING_SOON,lM as LABEL_CONDITION_MIN_DURATION,lN as LABEL_CONDITION_MIN_OBSERVATIONS,lO as LABEL_CONDITION_STABLE_DURATION,lP as LABEL_CONDITION_STABLE_OBSERVATIONS,fn as LABEL_CONSIDERATIONS,d9 as LABEL_CURRENTLY,ec as LABEL_CUSTOMIZE_SIGNAL_WEIGHTS,au as LABEL_CUSTOM_DURATION,cq as LABEL_CUSTOM_PERCENTAGE,cp as LABEL_DISABLED,f1 as LABEL_DISABLED_RULE,aU as LABEL_DROP_ALL,cj as LABEL_DROP_AT_MOST,co as LABEL_ENABLED,fd as LABEL_ENABLE_RECOMMENDATION,j6 as LABEL_ENFORCE,dh as LABEL_FALLBACK_NOTE,dR as LABEL_FLUSH_INTERVAL,d7 as LABEL_GLOBAL,aC as LABEL_HTTP_ROUTE,aE as LABEL_HTTP_ROUTE_PREFIX,dX as LABEL_IDENTITY_EMPTY,dY as LABEL_IDENTITY_ENABLED,aH as LABEL_KAFKA_TOPIC,aV as LABEL_KEEP_ALL,aR as LABEL_KEEP_AT_LEAST,aS as LABEL_KEEP_AT_MOST,aQ as LABEL_KEEP_PERCENTAGE,as as LABEL_KEEP_TRACES_DURATION,aq as LABEL_KEEP_TRACES_ERRORS,dy as LABEL_MAX_EXAMPLE_TRACES,dN as LABEL_MAX_MEMBERS_PER_BASELINE,dK as LABEL_MAX_TRANSACTIONS_IN_MEMORY,aG as LABEL_METHOD,dc as LABEL_MIN_MATCHES,dB as LABEL_MIN_SAMPLING_INTERVAL,lQ as LABEL_MODE_ALL,lR as LABEL_MODE_ALL_AND,lS as LABEL_MODE_ANY,lT as LABEL_MODE_ANY_OR,bT as LABEL_MODE_K_OF,lU as LABEL_MODE_K_OF_N,ea as LABEL_NAME,ct as LABEL_NAMESPACE,aZ as LABEL_NOTE,af as LABEL_NO_PREVIEW,aJ as LABEL_OPERATION_TYPE,d5 as LABEL_OVERRIDE_TYPE_SERVICE,d6 as LABEL_OVERRIDE_TYPE_TRANSACTION,de as LABEL_PROMOTES_WHEN,bJ as LABEL_RISK_LEVEL_CRITICAL,bI as LABEL_RISK_LEVEL_HIGH,bG as LABEL_RISK_LEVEL_LOW,bH as LABEL_RISK_LEVEL_MEDIUM,e9 as LABEL_RISK_POINTS,lV as LABEL_RULE_DISABLED,lW as LABEL_RULE_ENABLED,aX as LABEL_RULE_NAME,aY as LABEL_RULE_TYPE,aT as LABEL_SAMPLE,dG as LABEL_SAMPLE_TRACE_RETENTION,jc as LABEL_SELECT_A_GUARDRAIL,j1 as LABEL_SELECT_A_POLICY,dk as LABEL_SELECT_DEVIATION_CLASS,dn as LABEL_SELECT_SERVICE,dp as LABEL_SELECT_TRANSACTION,ay as LABEL_SERVER_ADDRESS,cu as LABEL_SERVICE,j7 as LABEL_SUGGEST,dt as LABEL_SYSTEM_UNAVAILABLE,aB as LABEL_TEMPLATED_PATH,aD as LABEL_TEMPLATED_PATH_PREFIX,eb as LABEL_TRIGGER_RISK_LEVEL,d3 as LABEL_UNIT_DAYS,d2 as LABEL_UNIT_HOURS,d1 as LABEL_UNIT_MINUTES,fj as LABEL_VIA_GITOPS,fi as LABEL_VIA_UI,eS as LANGUAGE_OPTIONS,bZ as MAX_ENABLED_IDENTITY_DIMENSIONS,d8 as MODE_BADGE_LABELS,d4 as MODE_OPTIONS,b5 as MONITORS_OPTIONS,O as NOTE_ENTIRE_CLUSTER,du as NOTE_EVIDENCE_SAMPLES,_ as NOTE_SOURCE_SCOPE_LOGIC,fk as NOT_APPLICABLE_SUMMARY,lX as OPENTELEMETRY_EBPF_DISTRO_OPTION,aM as OPERATION_ALL,aL as OPERATION_HTTP_CLIENT,aI as OPERATION_HTTP_SERVER,aN as OPERATION_KAFKA_CONSUMER,aO as OPERATION_KAFKA_PRODUCER,bQ as ORIGIN_AUTO_TRANSACTION_GUARDRAIL,eR as OTEL_DISTRO_NAME_OPTIONS,aP as PERCENTAGE_SECTION_DESCRIPTIONS,cQ as PLACEHOLDER_EGRESS,dZ as PLACEHOLDER_IDENTITY_KEY,a$ as PLACEHOLDER_NOTE,aA as PLACEHOLDER_ROUTE,a_ as PLACEHOLDER_RULE_NAME,a5 as PLACEHOLDER_SEARCH_SOURCE,dl as PLACEHOLDER_SELECT_DEVIATION_CLASS,dq as PLACEHOLDER_SELECT_SERVICE,dr as PLACEHOLDER_SELECT_TRANSACTION,ax as PLACEHOLDER_SERVER_ADDRESS,cD as PLACEHOLDER_SERVICE_NAME,eD as PROCESS_ATTRIBUTE_NAMES,fq as RECOMMENDATIONS_DRAWER_SUBTITLE,fr as RECOMMENDATIONS_DRAWER_TITLE,c as REGEX_TESTER_DRAWER,bN as RULE_KEY_CALLEES,bM as RULE_KEY_CALLERS,bO as RULE_KEY_EGRESS,bP as RULE_KEY_TRANSACTIONS,cn as SAMPLING_AUTO_RULE_TITLE,jM as SAMPLING_BTN_CREATE_RULE,jK as SAMPLING_BTN_DOCS,jL as SAMPLING_BTN_REFRESH,cl as SAMPLING_COST_REDUCTION_AUTO_RULE_TITLE,fC as SAMPLING_DEFAULT_CONFIRM_DESCRIPTION,fE as SAMPLING_DEFAULT_CONFIRM_PREVIEW_LABEL,fD as SAMPLING_DEFAULT_CONFIRM_TITLE,jP as SAMPLING_DELETE_MODAL_APPROVE,jQ as SAMPLING_DELETE_MODAL_CANCEL,jR as SAMPLING_DELETE_MODAL_DESCRIPTION,jS as SAMPLING_DELETE_MODAL_TITLE,fM as SAMPLING_DRAWER_WIDTH,jJ as SAMPLING_DUPLICATE_RULE_WARNING,ci as SAMPLING_HIGHLY_RELEVANT_AUTO_RULE_TITLE,i5 as SAMPLING_ONBOARDING_ADVANCED_LEFT_BULLET_1,i6 as SAMPLING_ONBOARDING_ADVANCED_LEFT_BULLET_2,i7 as SAMPLING_ONBOARDING_ADVANCED_LEFT_BULLET_3,i8 as SAMPLING_ONBOARDING_ADVANCED_LEFT_TITLE,i9 as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_1,ia as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_2,ib as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_3,ic as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_4,id as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_5,ie as SAMPLING_ONBOARDING_ADVANCED_RIGHT_TITLE,ih as SAMPLING_ONBOARDING_ADVANCED_SUBTITLE,ig as SAMPLING_ONBOARDING_ADVANCED_TITLE,iz as SAMPLING_ONBOARDING_AMBIENT_LABEL,hD as SAMPLING_ONBOARDING_BTN_GO_TO,ho as SAMPLING_ONBOARDING_BTN_NEXT,i4 as SAMPLING_ONBOARDING_BTN_READ_MORE,hO as SAMPLING_ONBOARDING_BTN_SKIP,hP as SAMPLING_ONBOARDING_BTN_START,ii as SAMPLING_ONBOARDING_COMMON_BANNER,iy as SAMPLING_ONBOARDING_COMMON_RULES_SECTION,il as SAMPLING_ONBOARDING_DROP_DESCRIPTION,ik as SAMPLING_ONBOARDING_DROP_SUBTITLE,ij as SAMPLING_ONBOARDING_DROP_TITLE,ip as SAMPLING_ONBOARDING_ERROR_PRESET_NAME,io as SAMPLING_ONBOARDING_ERROR_PRESET_TOGGLE_LABEL,is as SAMPLING_ONBOARDING_KEEP_DESCRIPTION,ir as SAMPLING_ONBOARDING_KEEP_SUBTITLE,iq as SAMPLING_ONBOARDING_KEEP_TITLE,it as SAMPLING_ONBOARDING_KEEP_USE_CASE_1,iu as SAMPLING_ONBOARDING_KEEP_USE_CASE_2,iv as SAMPLING_ONBOARDING_KEEP_USE_CASE_3,iw as SAMPLING_ONBOARDING_KEEP_USE_CASE_4,ix as SAMPLING_ONBOARDING_KEEP_USE_CASE_5,hv as SAMPLING_ONBOARDING_NOISY_BANNER,hr as SAMPLING_ONBOARDING_NOISY_DESCRIPTION,hu as SAMPLING_ONBOARDING_NOISY_PRESET_NAME,hs as SAMPLING_ONBOARDING_NOISY_PRESET_SECTION,ht as SAMPLING_ONBOARDING_NOISY_PRESET_TOGGLE_LABEL,hq as SAMPLING_ONBOARDING_NOISY_SUBTITLE,hp as SAMPLING_ONBOARDING_NOISY_TITLE,im as SAMPLING_ONBOARDING_PRESET_RULES_SECTION,hn as SAMPLING_ONBOARDING_RECOMMENDED_BADGE,i1 as SAMPLING_ONBOARDING_STRATEGY_ADVANCED_BADGE,i2 as SAMPLING_ONBOARDING_STRATEGY_ADVANCED_DESC,i3 as SAMPLING_ONBOARDING_STRATEGY_ADVANCED_NAME,h_ as SAMPLING_ONBOARDING_STRATEGY_DROP_BADGE,hY as SAMPLING_ONBOARDING_STRATEGY_DROP_BULLET_1,hZ as SAMPLING_ONBOARDING_STRATEGY_DROP_BULLET_2,h$ as SAMPLING_ONBOARDING_STRATEGY_DROP_DESC,i0 as SAMPLING_ONBOARDING_STRATEGY_DROP_NAME,hV as SAMPLING_ONBOARDING_STRATEGY_KEEP_BADGE,hT as SAMPLING_ONBOARDING_STRATEGY_KEEP_BULLET_1,hU as SAMPLING_ONBOARDING_STRATEGY_KEEP_BULLET_2,hW as SAMPLING_ONBOARDING_STRATEGY_KEEP_DESC,hX as SAMPLING_ONBOARDING_STRATEGY_KEEP_NAME,hS as SAMPLING_ONBOARDING_STRATEGY_KEEP_WARNING,hR as SAMPLING_ONBOARDING_STRATEGY_SUBTITLE,hQ as SAMPLING_ONBOARDING_STRATEGY_TITLE,hA as SAMPLING_ONBOARDING_SUCCESS_BULLET_1,hB as SAMPLING_ONBOARDING_SUCCESS_BULLET_2,hC as SAMPLING_ONBOARDING_SUCCESS_BULLET_3,hz as SAMPLING_ONBOARDING_SUCCESS_INTRO,hy as SAMPLING_ONBOARDING_SUCCESS_SUBTITLE,hx as SAMPLING_ONBOARDING_SUCCESS_TITLE,hN as SAMPLING_ONBOARDING_WELCOME_BANNER,hG as SAMPLING_ONBOARDING_WELCOME_INTRO,hH as SAMPLING_ONBOARDING_WELCOME_STAGE_1_DESC,hI as SAMPLING_ONBOARDING_WELCOME_STAGE_1_TITLE,hJ as SAMPLING_ONBOARDING_WELCOME_STAGE_2_DESC,hK as SAMPLING_ONBOARDING_WELCOME_STAGE_2_TITLE,hL as SAMPLING_ONBOARDING_WELCOME_STAGE_3_DESC,hM as SAMPLING_ONBOARDING_WELCOME_STAGE_3_TITLE,hF as SAMPLING_ONBOARDING_WELCOME_SUBTITLE,hE as SAMPLING_ONBOARDING_WELCOME_TITLE,jN as SAMPLING_PAGE_DESCRIPTION,jO as SAMPLING_PAGE_TITLE,a8 as SCOPE_AND_LABEL,a7 as SCOPE_GROUP_ANY_OF_HINT,Z as SCOPE_GROUP_LANGUAGES_TITLE,Y as SCOPE_GROUP_NAMESPACES_TITLE,Q as SCOPE_GROUP_SOURCES_TITLE,lY as SECTION_APPLIED,lZ as SECTION_DISMISSED,ar as SECTION_DURATION,ap as SECTION_ERRORS,ck as SECTION_KEEP_PERCENTAGE,l_ as SECTION_NOT_APPLICABLE,av as SECTION_OPERATION,l$ as SECTION_RECOMMENDED,b3 as SECTION_SAMPLING_PREVIEW,a9 as SECTION_SOURCE_SCOPE,fl as SECTION_TITLES,jl as STORAGE_KEYS,bp as SUCCESS_APPLIED,bq as SUCCESS_DISMISSED,br as SUCCESS_RESTORED,cv as TITLE_ADOPT_ENFORCE,cx as TITLE_ADOPT_SUGGEST,j5 as TITLE_ANOMALY_DETECTION_POLICIES,cJ as TITLE_CALLEES,cL as TITLE_CALLEES_EXTRA,cC as TITLE_CALLERS,cF as TITLE_CALLERS_EXTRA,di as TITLE_CHOOSE_OVERRIDE_SCOPE,jb as TITLE_CREATED_GUARDRAILS,e8 as TITLE_DANGEROUS_SUBCASES,dO as TITLE_DATABASE_WRITEBACK,iY as TITLE_DEFAULT_POLICY,cr as TITLE_EDIT_GUARDRAIL,cP as TITLE_EGRESS,cS as TITLE_EGRESS_EXTRA,jd as TITLE_GUARDRAILS,e4 as TITLE_IDENTITY_CHANGED,cs as TITLE_INSPECT_SERVICE,dv as TITLE_LEARNING_EXAMPLES,j2 as TITLE_LEARNING_POLICIES,dH as TITLE_MEMORY_LIMITS,cH as TITLE_NO_CALLEES,cA as TITLE_NO_CALLERS,iX as TITLE_NO_DEFAULT_POLICY,cN as TITLE_NO_EGRESS,ja as TITLE_NO_GUARDRAILS,i_ as TITLE_NO_OVERRIDES,jE as TITLE_NO_RESULTS,jG as TITLE_NO_RULES,cU as TITLE_NO_TRANSACTIONS,j0 as TITLE_OVERRIDES,dC as TITLE_RETENTION,cW as TITLE_TRANSACTIONS,dS as TITLE_TRANSACTION_GUARDRAILS,dV as TITLE_TRANSACTION_IDENTITY,m0 as TOKEN_ABOUT_TO_EXPIRE,b0 as TOOLTIP_NOTE,dD as UNIT_DAYS,dL as UNIT_MEMBERS,dz as UNIT_SECONDS,dw as UNIT_TRACES,dI as UNIT_TRANSACTIONS,X as UNKNOWN_SOURCE_LABEL,aW as UNNAMED_RULE,hf as URL_TEMPLATIZATION_ACTION_FIELD_LABEL,m1 as URL_TEMPLATIZATION_ACTION_NAME_LABEL,ko as URL_TEMPLATIZATION_ACTION_SUMMARY,m2 as URL_TEMPLATIZATION_ADD_EXISTING_GROUP,m3 as URL_TEMPLATIZATION_ADD_NEW_GROUP,m4 as URL_TEMPLATIZATION_ADD_TEMPLATE_TO_SCOPE,g0 as URL_TEMPLATIZATION_ADD_TO_EXISTING_ACTION,m5 as URL_TEMPLATIZATION_ADVANCED_CONFIGURATION,m6 as URL_TEMPLATIZATION_ADVANCED_CONFIGURATION_DESC,g7 as URL_TEMPLATIZATION_ADVANCED_DEFAULT_SUMMARY,kc as URL_TEMPLATIZATION_ADVANCED_LABEL,fQ as URL_TEMPLATIZATION_ADVANCED_NEW_ACTION_SUMMARY,fR as URL_TEMPLATIZATION_ADVANCED_SELECT_ACTION_SUMMARY,g8 as URL_TEMPLATIZATION_ADVANCED_SETTINGS,kd as URL_TEMPLATIZATION_ADVANCED_SUMMARY,gi as URL_TEMPLATIZATION_APPLIES_TO_ENTIRE_CLUSTER,gm as URL_TEMPLATIZATION_APPLIES_TO_LANGUAGES,gj as URL_TEMPLATIZATION_APPLIES_TO_MIXED_SCOPE,gl as URL_TEMPLATIZATION_APPLIES_TO_NAMESPACES,gk as URL_TEMPLATIZATION_APPLIES_TO_SOURCES,ka as URL_TEMPLATIZATION_AUTO_CARD_ACTIVE_BADGE,m7 as URL_TEMPLATIZATION_AUTO_CARD_BTN_ADD_DISABLED,m8 as URL_TEMPLATIZATION_AUTO_CARD_DISABLED_EMPTY,m9 as URL_TEMPLATIZATION_AUTO_CARD_DISABLED_SECTION_TITLE,ma as URL_TEMPLATIZATION_AUTO_CARD_HINT,mb as URL_TEMPLATIZATION_AUTO_CARD_STAT_DISABLED,mc as URL_TEMPLATIZATION_AUTO_CARD_STAT_NONE,md as URL_TEMPLATIZATION_AUTO_CARD_STAT_SCOPE,me as URL_TEMPLATIZATION_AUTO_CARD_STAT_SCOPE_VALUE,mf as URL_TEMPLATIZATION_AUTO_CARD_STAT_STATUS_CODES,mg as URL_TEMPLATIZATION_AUTO_CARD_STAT_STATUS_CODES_ALL,kb as URL_TEMPLATIZATION_AUTO_CARD_SUBTITLE,k9 as URL_TEMPLATIZATION_AUTO_CARD_TITLE,gX as URL_TEMPLATIZATION_BADGE_ADVANCED,gh as URL_TEMPLATIZATION_BADGE_MANAGED_EXTERNALLY,gg as URL_TEMPLATIZATION_BADGE_MANAGED_IN_UI,mh as URL_TEMPLATIZATION_BADGE_UI,jZ as URL_TEMPLATIZATION_BTN_ADD_DISABLED_SCOPE,gI as URL_TEMPLATIZATION_BTN_ADD_RULE,k3 as URL_TEMPLATIZATION_BTN_ADD_SKIP_POLICY_SCOPE,mi as URL_TEMPLATIZATION_BTN_ADD_TEMPLATE,gs as URL_TEMPLATIZATION_BTN_BACK,gv as URL_TEMPLATIZATION_BTN_CANCEL,gt as URL_TEMPLATIZATION_BTN_CANCEL_WITHOUT_SAVING,h5 as URL_TEMPLATIZATION_BTN_CLOSE,h2 as URL_TEMPLATIZATION_BTN_CONFIRM_DISABLE_SCOPE,kD as URL_TEMPLATIZATION_BTN_CREATE,mj as URL_TEMPLATIZATION_BTN_CREATE_GROUP,kp as URL_TEMPLATIZATION_BTN_CREATE_TEMPLATE_GROUP,k0 as URL_TEMPLATIZATION_BTN_DELETE_DISABLED_SCOPE,gr as URL_TEMPLATIZATION_BTN_DELETE_SCOPE,k6 as URL_TEMPLATIZATION_BTN_DELETE_SKIP_POLICY,kC as URL_TEMPLATIZATION_BTN_DOCS,h6 as URL_TEMPLATIZATION_BTN_EDIT,hg as URL_TEMPLATIZATION_BTN_EDIT_GROUP,mk as URL_TEMPLATIZATION_BTN_ENABLE_DEFAULT,gw as URL_TEMPLATIZATION_BTN_NEXT,gu as URL_TEMPLATIZATION_BTN_SAVE,ml as URL_TEMPLATIZATION_BTN_TEST_URL,mm as URL_TEMPLATIZATION_CHOOSE_DESTINATION,mn as URL_TEMPLATIZATION_CHOOSE_DESTINATION_DESC,h3 as URL_TEMPLATIZATION_CONFIRM_DISABLE_SCOPE_DESCRIPTION,h4 as URL_TEMPLATIZATION_CONFIRM_DISABLE_SCOPE_TARGET,mo as URL_TEMPLATIZATION_CREATE_GROUP_FOR_SCOPE,fO as URL_TEMPLATIZATION_CREATE_NEW_ACTION,mp as URL_TEMPLATIZATION_CREATE_NEW_ACTION_DESC,fP as URL_TEMPLATIZATION_CREATE_NEW_ACTION_OPTION_ID,g4 as URL_TEMPLATIZATION_CREATE_SEPARATE_ACTION,g3 as URL_TEMPLATIZATION_CREATE_SEPARATE_ACTION_DESC,gn as URL_TEMPLATIZATION_CUSTOM_DRAWER_SUBTITLE,gq as URL_TEMPLATIZATION_CUSTOM_DRAWER_SUBTITLE_TO_ACTION,gp as URL_TEMPLATIZATION_CUSTOM_DRAWER_TITLE,go as URL_TEMPLATIZATION_CUSTOM_DRAWER_TITLE_ADD_TEMPLATES,mq as URL_TEMPLATIZATION_CUSTOM_DRAWER_TITLE_NEW_SCOPE,mr as URL_TEMPLATIZATION_CUSTOM_EMPTY_SUBTITLE,ms as URL_TEMPLATIZATION_CUSTOM_EMPTY_TITLE,mt as URL_TEMPLATIZATION_CUSTOM_SECTION_SUBTITLE,fN as URL_TEMPLATIZATION_DEFAULT_ACTION_NAME,mu as URL_TEMPLATIZATION_DEFAULT_ACTION_OPTION_ID,mv as URL_TEMPLATIZATION_DEFAULT_CONFIGURED_PLACEHOLDER,mw as URL_TEMPLATIZATION_DEFAULT_DISABLED_SCOPES_TITLE,mx as URL_TEMPLATIZATION_DEFAULT_EMPTY_SUBTITLE,my as URL_TEMPLATIZATION_DEFAULT_EMPTY_TITLE,gM as URL_TEMPLATIZATION_DEFAULT_RULE_DRAWER_SUBTITLE,gQ as URL_TEMPLATIZATION_DEFAULT_RULE_DRAWER_TITLE,mz as URL_TEMPLATIZATION_DEFAULT_SECTION_SUBTITLE,mA as URL_TEMPLATIZATION_DEFAULT_SETTINGS,gT as URL_TEMPLATIZATION_DEFAULT_STATUS_DISABLED,mB as URL_TEMPLATIZATION_DEFAULT_STATUS_ENABLED,mC as URL_TEMPLATIZATION_DEFAULT_STATUS_ENABLED_GLOBALLY,mD as URL_TEMPLATIZATION_DEFAULT_STATUS_LINE_DISABLED,mE as URL_TEMPLATIZATION_DEFAULT_STATUS_LINE_ENABLED_GLOBALLY,mF as URL_TEMPLATIZATION_DEFAULT_STATUS_LINE_UNSET,mG as URL_TEMPLATIZATION_DEFAULT_STATUS_UNSET,k1 as URL_TEMPLATIZATION_DELETE_DISABLED_SCOPE_DESCRIPTION,k2 as URL_TEMPLATIZATION_DELETE_DISABLED_SCOPE_TARGET,gB as URL_TEMPLATIZATION_DELETE_SCOPE_TARGET,k7 as URL_TEMPLATIZATION_DELETE_SKIP_POLICY_DESCRIPTION,k8 as URL_TEMPLATIZATION_DELETE_SKIP_POLICY_TARGET,he as URL_TEMPLATIZATION_DESC_ACTION,gR as URL_TEMPLATIZATION_DESC_DEFAULT_TEMPLATIZATION,gU as URL_TEMPLATIZATION_DESC_DISABLE_SCOPE_PARAGRAPHS,mH as URL_TEMPLATIZATION_DESC_SKIP_POLICY,gZ as URL_TEMPLATIZATION_DESC_SKIP_POLICY_PARAGRAPHS,fY as URL_TEMPLATIZATION_DESC_SOURCE_SCOPE,h8 as URL_TEMPLATIZATION_DESC_TEMPLATE,mI as URL_TEMPLATIZATION_DESTINATION_CLUSTER_HINT,fW as URL_TEMPLATIZATION_DESTINATION_ENTIRE_CLUSTER,fV as URL_TEMPLATIZATION_DESTINATION_ENTIRE_CLUSTER_DESC,mJ as URL_TEMPLATIZATION_DESTINATION_ENTIRE_CLUSTER_TOOLTIP,mK as URL_TEMPLATIZATION_DESTINATION_GROUP_HINT,fX as URL_TEMPLATIZATION_DESTINATION_QUICK_START_BADGE,fT as URL_TEMPLATIZATION_DESTINATION_SPECIFIC_SCOPE_DESC,fU as URL_TEMPLATIZATION_DESTINATION_TEMPLATE_GROUP,mL as URL_TEMPLATIZATION_DESTINATION_TEMPLATE_GROUP_TOOLTIP,hc as URL_TEMPLATIZATION_DETAIL_DISPLAY_NAME,hb as URL_TEMPLATIZATION_DETAIL_ORIGIN,hd as URL_TEMPLATIZATION_DETAIL_RESOURCE_NAME,ha as URL_TEMPLATIZATION_DETAIL_SCOPE_DESC,h9 as URL_TEMPLATIZATION_DETAIL_TEMPLATE,mM as URL_TEMPLATIZATION_DISABLED_SCOPES_BEHAVIOR_COVERED,mN as URL_TEMPLATIZATION_DISABLED_SCOPES_BEHAVIOR_OFF,mO as URL_TEMPLATIZATION_DISABLED_SCOPES_BTN_ADD,mP as URL_TEMPLATIZATION_DISABLED_SCOPES_COL_BEHAVIOR,mQ as URL_TEMPLATIZATION_DISABLED_SCOPES_COL_SCOPE,mR as URL_TEMPLATIZATION_DISABLED_SCOPES_COL_STATUS,mS as URL_TEMPLATIZATION_DISABLED_SCOPES_COUNT,mT as URL_TEMPLATIZATION_DISABLED_SCOPES_EMPTY_SUBTITLE,mU as URL_TEMPLATIZATION_DISABLED_SCOPES_EMPTY_TITLE,mV as URL_TEMPLATIZATION_DISABLED_SCOPES_STATUS_DISABLED,mW as URL_TEMPLATIZATION_DISABLED_SCOPES_STATUS_REDUNDANT,mX as URL_TEMPLATIZATION_DISABLED_SCOPES_SUBTITLE,mY as URL_TEMPLATIZATION_DISABLED_SCOPES_SUMMARY,j_ as URL_TEMPLATIZATION_DISABLED_SCOPES_TITLE,gN as URL_TEMPLATIZATION_DISABLE_SCOPE_DRAWER_TITLE,kB as URL_TEMPLATIZATION_DOCS_URL,gx as URL_TEMPLATIZATION_DRAWER_WIDTH,gP as URL_TEMPLATIZATION_EDIT_DEFAULT_RULE_DRAWER_TITLE,gH as URL_TEMPLATIZATION_ERROR_INVALID_STATUS_CODES,mZ as URL_TEMPLATIZATION_EXISTING_TEMPLATING_SCOPE,gK as URL_TEMPLATIZATION_FOOTER_IMMEDIATE_EFFECT,m_ as URL_TEMPLATIZATION_FOOTER_NO_TEMPLATE_CHANGES,gJ as URL_TEMPLATIZATION_FOOTER_SAVE_EFFECT,h0 as URL_TEMPLATIZATION_HELPER_STATUS_CODES,g1 as URL_TEMPLATIZATION_MATCHING_GROUP_COUNT,m$ as URL_TEMPLATIZATION_MATCHING_GROUP_LABEL,n0 as URL_TEMPLATIZATION_MATCH_FOUND,n1 as URL_TEMPLATIZATION_MATCH_FOUND_HINT,n2 as URL_TEMPLATIZATION_NEW_ACTION_HINT,g5 as URL_TEMPLATIZATION_NEW_ACTION_NAME_LABEL,g6 as URL_TEMPLATIZATION_NEW_ACTION_PLACEHOLDER,n3 as URL_TEMPLATIZATION_NEW_GROUP_DEFAULT_HINT,n4 as URL_TEMPLATIZATION_NOTE_ENTIRE_CLUSTER,gG as URL_TEMPLATIZATION_NO_MATCH,n5 as URL_TEMPLATIZATION_NO_MATCH_HELP,n6 as URL_TEMPLATIZATION_NO_MATCH_HINT,gd as URL_TEMPLATIZATION_ODIGOS_ACTION_CAPTION,kg as URL_TEMPLATIZATION_ONBOARDING_APPLIES_TO,kf as URL_TEMPLATIZATION_ONBOARDING_AUTO_DESCRIPTION,ke as URL_TEMPLATIZATION_ONBOARDING_AUTO_TITLE,kt as URL_TEMPLATIZATION_ONBOARDING_BTN_CREATE_CUSTOM,ki as URL_TEMPLATIZATION_ONBOARDING_BTN_REVIEW_ENABLE,ks as URL_TEMPLATIZATION_ONBOARDING_CUSTOM_DESCRIPTION,kr as URL_TEMPLATIZATION_ONBOARDING_CUSTOM_TITLE,kA as URL_TEMPLATIZATION_ONBOARDING_EXAMPLE_AFTER,kx as URL_TEMPLATIZATION_ONBOARDING_EXAMPLE_AFTER_LABEL,kz as URL_TEMPLATIZATION_ONBOARDING_EXAMPLE_BEFORE,kw as URL_TEMPLATIZATION_ONBOARDING_EXAMPLE_BEFORE_LABEL,ky as URL_TEMPLATIZATION_ONBOARDING_LEARN_MORE,g2 as URL_TEMPLATIZATION_ONBOARDING_RECOMMENDED_BADGE,kh as URL_TEMPLATIZATION_ONBOARDING_REVERSIBLE,kv as URL_TEMPLATIZATION_ONBOARDING_SUBTITLE,ku as URL_TEMPLATIZATION_ONBOARDING_TITLE,kE as URL_TEMPLATIZATION_PAGE_DESCRIPTION,kF as URL_TEMPLATIZATION_PAGE_TITLE,h1 as URL_TEMPLATIZATION_PLACEHOLDER_STATUS_CODES,gA as URL_TEMPLATIZATION_PLACEHOLDER_TEMPLATE,n7 as URL_TEMPLATIZATION_RESULT,f$ as URL_TEMPLATIZATION_SCOPE_ALREADY_USED,f_ as URL_TEMPLATIZATION_SCOPE_ALREADY_USED_DESC,jX as URL_TEMPLATIZATION_SCOPE_AND,gy as URL_TEMPLATIZATION_SCOPE_CLUSTER_HINT,jU as URL_TEMPLATIZATION_SCOPE_ENTIRE_CLUSTER,jV as URL_TEMPLATIZATION_SCOPE_LANGUAGE,jW as URL_TEMPLATIZATION_SCOPE_NAMESPACE,jY as URL_TEMPLATIZATION_SCOPE_SOURCE,n8 as URL_TEMPLATIZATION_SEARCH_GROUPS_PLACEHOLDER,kj as URL_TEMPLATIZATION_SECTION_CUSTOM,n9 as URL_TEMPLATIZATION_SECTION_DEFAULT,gS as URL_TEMPLATIZATION_SECTION_DEFAULT_TEMPLATIZATION,hi as URL_TEMPLATIZATION_SECTION_OTHER_TEMPLATES,hh as URL_TEMPLATIZATION_SECTION_OTHER_TEMPLATES_DESC,fZ as URL_TEMPLATIZATION_SECTION_SCOPE,gY as URL_TEMPLATIZATION_SECTION_SKIP_POLICY,na as URL_TEMPLATIZATION_SECTION_SOURCE_SCOPE,gz as URL_TEMPLATIZATION_SECTION_TEMPLATES,kq as URL_TEMPLATIZATION_SECTION_TEMPLATE_GROUPS,nb as URL_TEMPLATIZATION_SELECTED_GROUP,gc as URL_TEMPLATIZATION_SELECT_ACTION,gb as URL_TEMPLATIZATION_SELECT_ACTION_DESC,nc as URL_TEMPLATIZATION_SELECT_WHERE_TO_ADD,nd as URL_TEMPLATIZATION_SKIP_POLICIES_EMPTY_SUBTITLE,ne as URL_TEMPLATIZATION_SKIP_POLICIES_EMPTY_TITLE,k4 as URL_TEMPLATIZATION_SKIP_POLICIES_TITLE,gL as URL_TEMPLATIZATION_SKIP_POLICY_DRAWER_SUBTITLE,gO as URL_TEMPLATIZATION_SKIP_POLICY_DRAWER_TITLE,nf as URL_TEMPLATIZATION_SKIP_POLICY_STATUS_LINE_DISABLED,gF as URL_TEMPLATIZATION_TEMPLATED_URL_PATH,ng as URL_TEMPLATIZATION_TEMPLATING_SCOPE_CAPTION,gW as URL_TEMPLATIZATION_TOGGLE_ENABLE_TEMPLATIZATION,g_ as URL_TEMPLATIZATION_TOGGLE_SKIP_NON_2XX,g$ as URL_TEMPLATIZATION_TOGGLE_SKIP_STATUS_CODES,gf as URL_TEMPLATIZATION_TOOLTIP_MANAGED_EXTERNALLY,ge as URL_TEMPLATIZATION_TOOLTIP_MANAGED_IN_UI,gD as URL_TEMPLATIZATION_TRY_A_URL,gE as URL_TEMPLATIZATION_TRY_A_URL_PLACEHOLDER,ga as URL_TEMPLATIZATION_USE_DEFAULT_ACTION,g9 as URL_TEMPLATIZATION_USE_DEFAULT_ACTION_DESC,nh as URL_TEMPLATIZATION_VIEW_ACTION_SETTINGS,kk as URL_TEMPLATIZATION_VIEW_BY,h7 as URL_TEMPLATIZATION_VIEW_DRAWER_TITLE,kl as URL_TEMPLATIZATION_VIEW_GROUPS,kn as URL_TEMPLATIZATION_VIEW_LIST,km as URL_TEMPLATIZATION_VIEW_TREE,fS as URL_TEMPLATIZATION_WHERE_SHOULD_APPLY,ey as canAgentReportPodStartTime,j$ as formatUrlTemplatizationDefaultStatusLineEnabled,gC as formatUrlTemplatizationDeleteScopeDescription,ni as formatUrlTemplatizationSaveFooter,k5 as formatUrlTemplatizationSkipPolicyStatusLine,bK as getFireSummary,jH as getNoResultsSubTitle,eZ as getSourceConditionsForPanel,ef as getSupportedActionOptions,cg as getSupportedLanguageIcon,ch as getSupportedLanguageLabel,nj as isActionSupportedOnPlatform,nk as isActionSupportedOnVersion,bV as isDurationConditionType,nl as isObservationsConditionType,cd as isRuleSourceScopeSupported,bl as mapActionTypesToOptions,bt as mapRuleTypesToOptions,ce as normalizeSupportedLanguagesForDisplay,ej as ruleTypeRequiresConfiguration,eY as shouldShowSourceConditionsPanel,nm as supportsAllLanguages,cf as toScopeSupportedLanguages}from"./chunks/ui-components-Bvz84w4Q.js";import"react/jsx-runtime";import"styled-components";import"./icons.js";import"zustand";import"react";import"javascript-time-ago";import"javascript-time-ago/locale/en";import"react-dom";import"prism-react-renderer";import"zustand/middleware";import"react-error-boundary";import"virtua";
@@ -1,4 +1,10 @@
1
- import type { CloudConnectorField, CloudConnectorProvider } from '../../../../../types';
1
+ import type { CloudConnectorAuthMethod, CloudConnectorField, CloudConnectorProvider } from '../../../../../types';
2
+ export interface CredentialFieldGroup {
3
+ method: CloudConnectorAuthMethod;
4
+ fields: CloudConnectorField[];
5
+ advancedFields: CloudConnectorField[];
6
+ }
7
+ export declare const getCredentialFieldGroups: (provider: CloudConnectorProvider | undefined, authMethodId: string) => CredentialFieldGroup[];
2
8
  export declare const getCredentialFields: (provider: CloudConnectorProvider | undefined, authMethodId: string) => CloudConnectorField[];
3
9
  export declare const findMissingRequiredCredential: (provider: CloudConnectorProvider | undefined, authMethodId: string, credentials: Record<string, string>) => CloudConnectorField | undefined;
4
10
  export declare const getDefaultAuthMethod: (provider: CloudConnectorProvider | undefined) => string;
@@ -15,3 +15,4 @@ export * from './url-templatization-custom-template-drawer';
15
15
  export * from './url-templatization-default-rule-drawer';
16
16
  export * from './url-templatization-template-view-drawer';
17
17
  export * from './system-drawer';
18
+ export * from './risk-model-drawer';
@@ -1,3 +1,3 @@
1
- import { type InsightsCatalog } from '../../../../../../types';
1
+ import { type InsightsCatalog } from '../../../types';
2
2
  /** Mirrors the live risk package catalog (odigos-enterprise/insights/internal/risk). */
3
3
  export declare const DEFAULT_RISK_MODEL_CATALOG: InsightsCatalog;
@@ -1,5 +1,5 @@
1
- import type { InsightsCatalog } from '../../../../../../types';
2
- import { InsightsSeverity } from '../../../../../../types';
1
+ import type { InsightsCatalog } from '../../../types';
2
+ import { InsightsSeverity } from '../../../types';
3
3
  export interface RiskModelRow {
4
4
  id: string;
5
5
  signal: string;
@@ -1,7 +1,7 @@
1
1
  import { type FC } from 'react';
2
- import type { InsightsCatalog } from '../../../../../../types';
3
- import { type DrawerProps } from '../../../../../../components';
4
- import { type HeaderProps } from '../../../../../../components/drawer/header';
2
+ import type { InsightsCatalog } from '../../../types';
3
+ import { type DrawerProps } from '../../../components';
4
+ import { type HeaderProps } from '../../../components/drawer/header';
5
5
  export interface RiskModelDrawerProps {
6
6
  isOpen: DrawerProps['isOpen'];
7
7
  onClose: HeaderProps['onClose'];
@@ -1,4 +1,5 @@
1
1
  import { type FC } from 'react';
2
+ import type { AutocompleteOption } from '../../../components/autocomplete';
2
3
  import { type CustomTemplateActionOption, type CustomTemplateGroupOption, type UrlTemplatizationCustomTemplateFormState } from '../../url-templatization/converters';
3
4
  interface DestinationStepProps {
4
5
  formState: UrlTemplatizationCustomTemplateFormState;
@@ -6,11 +7,13 @@ interface DestinationStepProps {
6
7
  templatizationActions: CustomTemplateActionOption[];
7
8
  defaultActionId?: string | null;
8
9
  defaultActionName?: string;
9
- groupSearch: string;
10
- advancedOpen: boolean;
11
- onGroupSearchChange: (value: string) => void;
12
- onAdvancedOpenChange: (open: boolean) => void;
13
10
  onChange: (patch: Partial<UrlTemplatizationCustomTemplateFormState>) => void;
11
+ /** Opens the selected matching group in edit mode (templates step). */
12
+ onAddToExistingGroup: (index: number, patch?: Partial<UrlTemplatizationCustomTemplateFormState>) => void;
13
+ /** Opens templates step for a new group under the currently selected action. */
14
+ onCreateNewGroup: () => void;
15
+ sourceOptions?: AutocompleteOption[];
16
+ namespaceOptions?: AutocompleteOption[];
14
17
  }
15
18
  export declare const DestinationStep: FC<DestinationStepProps>;
16
19
  export {};
@@ -1,8 +1,11 @@
1
1
  import { type FC } from 'react';
2
2
  import type { AutocompleteOption } from '../../../components/autocomplete';
3
3
  import { type CustomTemplateActionOption, type CustomTemplateGroupOption, type UrlTemplatizationCustomTemplateFormState } from '../../url-templatization/converters';
4
- export type CustomTemplateDrawerPrefill = Partial<Pick<UrlTemplatizationCustomTemplateFormState, 'destination' | 'groupMode' | 'existingGroupIndex' | 'targetActionId' | 'createNewAction'>> & {
4
+ export type CustomTemplateDrawerPrefill = Partial<Pick<UrlTemplatizationCustomTemplateFormState, 'destination' | 'groupMode' | 'existingGroupIndex' | 'targetActionId' | 'createNewAction' | 'replaceExistingGroupTemplates'>> & {
5
5
  step?: 1 | 2;
6
+ loadExistingGroupTemplates?: boolean;
7
+ /** When opening an existing group, select this template for Try a URL. */
8
+ focusTemplate?: string;
6
9
  };
7
10
  export interface UrlTemplatizationCustomTemplateDrawerProps {
8
11
  isOpen: boolean;
@@ -12,6 +15,7 @@ export interface UrlTemplatizationCustomTemplateDrawerProps {
12
15
  existingGroups?: CustomTemplateGroupOption[];
13
16
  onClose: () => void;
14
17
  onSubmit: (state: UrlTemplatizationCustomTemplateFormState) => void | Promise<void>;
18
+ onDelete?: (state: UrlTemplatizationCustomTemplateFormState) => void | Promise<void>;
15
19
  sourceOptions?: AutocompleteOption[];
16
20
  namespaceOptions?: AutocompleteOption[];
17
21
  }
@@ -0,0 +1,10 @@
1
+ import { type FC } from 'react';
2
+ import type { SourcesScopes } from '../../../types';
3
+ export interface TemplatesStepSummaryProps {
4
+ actionName: string;
5
+ /** New actions created in the UI are UI-owned even before save. */
6
+ uiManaged?: boolean;
7
+ scopes: SourcesScopes;
8
+ 'data-id'?: string;
9
+ }
10
+ export declare const TemplatesStepSummary: FC<TemplatesStepSummaryProps>;
@@ -5,6 +5,8 @@ export interface UrlTemplatizationDefaultRuleDrawerProps {
5
5
  isOpen: boolean;
6
6
  submitting?: boolean;
7
7
  mode?: 'create' | 'edit';
8
+ disableForScope?: boolean;
9
+ skipPolicyForScope?: boolean;
8
10
  initialFormState?: UrlTemplatizationDefaultRuleFormState;
9
11
  onClose: () => void;
10
12
  onSubmit: (state: UrlTemplatizationDefaultRuleFormState) => void | Promise<void>;
@@ -1,9 +1,14 @@
1
1
  import { type FC } from 'react';
2
+ import type { SourcesScopes } from '../../../types';
2
3
  export interface UrlTemplatizationTemplateViewDrawerProps {
3
4
  isOpen: boolean;
4
5
  template: string;
5
6
  actionName?: string | null;
6
7
  actionId?: string | null;
8
+ scopes?: SourcesScopes | null;
9
+ groupTemplates?: string[];
7
10
  onClose: () => void;
11
+ onEdit?: (template: string) => void;
12
+ onEditGroup?: () => void;
8
13
  }
9
14
  export declare const UrlTemplatizationTemplateViewDrawer: FC<UrlTemplatizationTemplateViewDrawerProps>;
@@ -4,3 +4,4 @@ export * from './add-rule-form';
4
4
  export * from './data-stream-form';
5
5
  export * from './edit-source-form';
6
6
  export * from './sampling-rule-form';
7
+ export * from './insights';
@@ -0,0 +1,12 @@
1
+ import { type FC } from 'react';
2
+ import { type DetectionOverrideFormContextProviderProps, type DetectionPolicyFormContextProviderProps } from '../../../../contexts';
3
+ type CreateProps = Omit<DetectionOverrideFormContextProviderProps, 'children'>;
4
+ type EditProps = Omit<DetectionPolicyFormContextProviderProps, 'children'>;
5
+ export type DetectionPolicyFormProps = ({
6
+ policy?: null;
7
+ } & CreateProps) | ({
8
+ policy: EditProps['policy'];
9
+ } & EditProps & Partial<CreateProps>);
10
+ /** Create or edit a detection override/policy. Pass `policy` for edit; omit for create. */
11
+ export declare const DetectionPolicyForm: FC<DetectionPolicyFormProps>;
12
+ export {};
@@ -1,5 +1,5 @@
1
- import type { InsightsPolicy, InsightsPolicyInput } from '../../../../../types';
2
1
  import { DetectionPolicyScope, RiskLevel, type DetectionPolicyListItem } from './types';
2
+ import type { InsightsPolicy, InsightsPolicyInput } from '../../../../types';
3
3
  export declare const fireAtScoreToRiskLevel: (fireAtScore: number) => RiskLevel;
4
4
  export declare const getRiskLevelTriggerSummary: (riskLevel: RiskLevel) => string;
5
5
  export declare const insightsPolicyToListItem: (policy: InsightsPolicy) => DetectionPolicyListItem;
@@ -1,5 +1,5 @@
1
1
  import { type FC } from 'react';
2
- import type { InsightsCatalog } from '../../../../../types';
2
+ import type { InsightsCatalog } from '../../../../types';
3
3
  export interface SignalWeightsPanelProps {
4
4
  catalog: InsightsCatalog;
5
5
  signalWeights?: string | null;
@@ -1,5 +1,5 @@
1
- import type { InsightsCatalog, InsightsCatalogClass, InsightsCatalogEnricher, InsightsSeverityBand } from '../../../../../types';
2
- import { InsightsSeverity } from '../../../../../types';
1
+ import type { InsightsCatalog, InsightsCatalogClass, InsightsCatalogEnricher, InsightsSeverityBand } from '../../../../types';
2
+ import { InsightsSeverity } from '../../../../types';
3
3
  export declare const WEIGHT_BANDS: InsightsSeverityBand[];
4
4
  export declare const SEVERITY_LABEL: Record<InsightsSeverity, string>;
5
5
  export declare const severityForScore: (score: number, bands?: InsightsSeverityBand[]) => InsightsSeverity;
@@ -0,0 +1,15 @@
1
+ import { type FC } from 'react';
2
+ export interface ExtraSectionProps {
3
+ /** Stable id fragment used for `data-id` and the input list name. */
4
+ id: string;
5
+ title: string;
6
+ description: string;
7
+ placeholder: string;
8
+ values: string[];
9
+ setValues: (values: string[]) => void;
10
+ }
11
+ /**
12
+ * Free-form companion to a FacetSection: allows peers or hosts Insights has not
13
+ * observed yet, so a violation can be declared before it ever happens.
14
+ */
15
+ export declare const ExtraSection: FC<ExtraSectionProps>;
@@ -1,5 +1,5 @@
1
1
  import { type FC } from 'react';
2
- import type { SVG } from '../../../../../types';
2
+ import { type SVG } from '../../../../types';
3
3
  export interface FacetSectionProps {
4
4
  title: string;
5
5
  description: string;
@@ -0,0 +1,23 @@
1
+ import { type FC } from 'react';
2
+ import { type InsightsGuardrail, type InsightsGuardrailInput, type InsightsServiceProfile, type InsightsServiceStat } from '../../../../types';
3
+ export interface GuardrailFormProps {
4
+ profile: InsightsServiceProfile | null;
5
+ profileLoading?: boolean;
6
+ /** Create: available services for namespace/service pickers. */
7
+ services?: InsightsServiceStat[];
8
+ /**
9
+ * Every service name Insights has seen, cluster-wide. Callers/callees may be
10
+ * allowlisted against any of them, not just this service's observed peers.
11
+ */
12
+ serviceNames?: string[];
13
+ namespace?: string;
14
+ service?: string;
15
+ onNamespaceChange?: (namespace: string) => void;
16
+ onServiceChange?: (service: string) => void;
17
+ /** Edit: existing guardrail. When set, scope fields are disabled. */
18
+ guardrail?: InsightsGuardrail | null;
19
+ onSubmit: (input: InsightsGuardrailInput) => void | Promise<void>;
20
+ onDelete?: (scopeKey: string) => void | Promise<void>;
21
+ }
22
+ /** Create or edit a guardrail. Pass `guardrail` for edit (scope fields disabled); omit for create. */
23
+ export declare const GuardrailForm: FC<GuardrailFormProps>;
@@ -1,5 +1,5 @@
1
- import { InsightsRuleMode, type InsightsGuardrail, type InsightsGuardrailInput } from '../../../../../types';
2
1
  import type { GuardrailListItem } from './types';
2
+ import { InsightsRuleMode, type InsightsGuardrail, type InsightsGuardrailInput } from '../../../../types';
3
3
  export declare const insightsGuardrailToListItem: (guardrail: InsightsGuardrail) => GuardrailListItem;
4
4
  export declare const parseScopeKey: (scopeKey: string) => {
5
5
  namespace: string;
@@ -22,4 +22,6 @@ export declare const buildGuardrailInput: (params: {
22
22
  egress?: boolean;
23
23
  transactions?: boolean;
24
24
  };
25
+ /** Existing rule origins to preserve across edits (e.g. auto_transaction_guardrail). */
26
+ origins?: Partial<Record<string, string | null | undefined>>;
25
27
  }) => InsightsGuardrailInput;
@@ -0,0 +1,17 @@
1
+ import type { InsightsRuleMode } from '../../../../types';
2
+ export interface GuardrailListItemRule {
3
+ key: string;
4
+ /** Rule label shown under the title (e.g. "Allowed callees"). */
5
+ label: string;
6
+ allowlistCount: number;
7
+ /** True when this rule was auto-created (e.g. on service promotion). */
8
+ isAuto: boolean;
9
+ }
10
+ export interface GuardrailListItem {
11
+ /** Unique key — namespace/service scopeKey. */
12
+ id: string;
13
+ scopeKey: string;
14
+ /** All configured rule sections for this guardrail. */
15
+ rules: GuardrailListItemRule[];
16
+ mode: InsightsRuleMode;
17
+ }
@@ -0,0 +1,4 @@
1
+ export { GuardrailForm } from './guardrail-form';
2
+ export { LearningPolicyForm } from './learning-policy-form';
3
+ export { SystemSettingsForm } from './system-settings-form';
4
+ export { DetectionPolicyForm } from './detection-policy-form';
@@ -0,0 +1,12 @@
1
+ import { type FC } from 'react';
2
+ import { type LearningOverrideFormContextProviderProps, type LearningPolicyFormContextProviderProps } from '../../../../contexts';
3
+ type CreateProps = Omit<LearningOverrideFormContextProviderProps, 'children'>;
4
+ type EditProps = Omit<LearningPolicyFormContextProviderProps, 'children'>;
5
+ export type LearningPolicyFormProps = ({
6
+ policy?: null;
7
+ } & CreateProps) | ({
8
+ policy: EditProps['policy'];
9
+ } & EditProps & Partial<CreateProps>);
10
+ /** Create or edit a learning override/policy. Pass `policy` for edit; omit for create. */
11
+ export declare const LearningPolicyForm: FC<LearningPolicyFormProps>;
12
+ export {};
@@ -1,6 +1,6 @@
1
- import { InsightsLearningConditionType, InsightsLearningMode, type InsightsLearningCondition, type InsightsLearningConditionInput, type InsightsLearningPolicy, type InsightsLearningPolicyInput, type InsightsPolicyScope, type InsightsTransactionStat } from '../../../../../types';
1
+ import { formatTransactionScopeLabel } from '../../../insights/operation-identity';
2
2
  import { DurationUnit, InsightsDeviationClass, InsightsPolicyScope as PolicyScope, isGlobalPolicy, type LearningConditionDraft, type LearningPolicyListItem } from './types';
3
- import { formatTransactionScopeLabel } from '../../../operation-identity';
3
+ import { InsightsLearningConditionType, InsightsLearningMode, type InsightsLearningCondition, type InsightsLearningConditionInput, type InsightsLearningPolicy, type InsightsLearningPolicyInput, type InsightsPolicyScope, type InsightsTransactionStat } from '../../../../types';
4
4
  export { formatTransactionScopeLabel };
5
5
  export declare const nextConditionKey: () => string;
6
6
  export declare const buildPolicyId: (scope: InsightsPolicyScope | string, scopeKey: string, deviationClass: InsightsDeviationClass) => string;
@@ -18,7 +18,7 @@ export type PromotesWhenParts = {
18
18
  joiner: string | null;
19
19
  };
20
20
  export declare const buildPromotesWhenParts: (mode: InsightsLearningMode, conditions: LearningConditionDraft[], minMatches: number | null) => PromotesWhenParts;
21
- export declare const getModeJoinLabel: (mode: InsightsLearningMode) => "Any" | "All" | "K of";
21
+ export declare const getModeJoinLabel: (mode: InsightsLearningMode) => "K of" | "All" | "Any";
22
22
  export declare const apiConditionToDraft: (condition: InsightsLearningCondition) => LearningConditionDraft;
23
23
  export declare const draftConditionToApi: (condition: LearningConditionDraft) => InsightsLearningConditionInput;
24
24
  export declare const createDefaultCondition: (type?: InsightsLearningConditionType) => LearningConditionDraft;
@@ -0,0 +1,11 @@
1
+ import { DurationUnit } from './types';
2
+ export declare const DURATION_UNIT_OPTIONS: readonly [{
3
+ readonly id: DurationUnit.Minutes;
4
+ readonly label: "Minutes";
5
+ }, {
6
+ readonly id: DurationUnit.Hours;
7
+ readonly label: "Hours";
8
+ }, {
9
+ readonly id: DurationUnit.Days;
10
+ readonly label: "Days";
11
+ }];
@@ -1,4 +1,4 @@
1
- import { InsightsDeviationClass, InsightsLearningConditionType, InsightsLearningMode, InsightsPolicyScope } from '../../../../../types';
1
+ import { InsightsDeviationClass, InsightsLearningConditionType, InsightsLearningMode, InsightsPolicyScope } from '../../../../types';
2
2
  export { InsightsDeviationClass, InsightsLearningConditionType, InsightsLearningMode, InsightsPolicyScope };
3
3
  export interface LearningConditionDraft {
4
4
  /** Local React key — not sent to the API. */
@@ -0,0 +1,9 @@
1
+ import { type FC } from 'react';
2
+ import { type InsightsSystemSettings, type InsightsSystemSettingsInput } from '../../../../types';
3
+ export interface SystemSettingsFormProps {
4
+ settings: InsightsSystemSettings | null;
5
+ unsupported?: boolean;
6
+ error?: Error | null;
7
+ onSave: (input: InsightsSystemSettingsInput) => void | Promise<void>;
8
+ }
9
+ export declare const SystemSettingsForm: FC<SystemSettingsFormProps>;
@@ -0,0 +1,11 @@
1
+ import type { SystemSettingsDraft } from './types';
2
+ import type { InsightsSystemSettings, InsightsSystemSettingsInput, InsightsSystemTransactionIdentityDimension } from '../../../../types';
3
+ export declare const EMPTY_DRAFT: SystemSettingsDraft;
4
+ export declare const normalizeDims: (dims: InsightsSystemTransactionIdentityDimension[]) => {
5
+ key: string;
6
+ enabled: boolean;
7
+ }[];
8
+ export declare const settingsToDraft: (settings: InsightsSystemSettings) => SystemSettingsDraft;
9
+ export declare const draftToInput: (draft: SystemSettingsDraft, resetTransactions?: boolean) => InsightsSystemSettingsInput;
10
+ export declare const isDraftValid: (draft: SystemSettingsDraft) => boolean;
11
+ export declare const identityDimsChanged: (draft: SystemSettingsDraft, settings: InsightsSystemSettings) => boolean;
@@ -0,0 +1,11 @@
1
+ import type { InsightsSystemTransactionIdentityDimension } from '../../../../types';
2
+ export interface SystemSettingsDraft {
3
+ examplesPerTransaction: number;
4
+ exampleSampleIntervalSeconds: number;
5
+ observationRetentionDays: number;
6
+ maxResidentTransactions: number;
7
+ maxBaselineSetMembers: number;
8
+ flushIntervalSeconds: number;
9
+ autoTransactionGuardrail: boolean;
10
+ identityDimensions: InsightsSystemTransactionIdentityDimension[];
11
+ }
@@ -33,11 +33,11 @@ export declare const findFindingById: (findings: InsightsFinding[] | undefined,
33
33
  export declare const isSameFinding: (a: InsightsFinding, b: InsightsFinding) => boolean;
34
34
  export declare enum FindingsResolutionAction {
35
35
  Dismiss = "dismiss",
36
- Allow = "allow"
36
+ Accept = "accept"
37
37
  }
38
38
  export declare const isFindingAlreadyResolved: (finding: InsightsFinding, action: FindingsResolutionAction) => boolean;
39
39
  export declare const areAllFindingsAlreadyResolved: (findings: InsightsFinding[], action: FindingsResolutionAction) => boolean;
40
- /** Dismiss/allow a mixed findings selection: anomalies use resolve, violations use guardrail actions. */
40
+ /** Dismiss/accept a mixed findings selection: anomalies use resolve, violations use guardrail actions. */
41
41
  export declare const applyFindingsResolution: (insightsApi: InsightsApi, findings: InsightsFinding[], action: FindingsResolutionAction) => Promise<void>;
42
42
  export declare const getFindingsRowActions: (row: TableRow, openDrawer: OpenInsightsDrawer) => HoverAction[];
43
43
  export declare const FINDINGS_TABLE_COLUMNS: TableColumn[];
@@ -0,0 +1,28 @@
1
+ import type { InsightsPolicyScope } from '../../../../../types';
2
+ import type { PanelMenuSection } from '../panel';
3
+ import { DetectionPolicyScope, isGlobalPolicy, type DetectionPolicyListItem } from '../../../../_forms/insights/detection-policy-form/types';
4
+ import { insightsPolicyToListItem, listItemToInsightsPolicyInput } from '../../../../_forms/insights/detection-policy-form/mappers';
5
+ export declare const resolveSelectedId: (isCreating: boolean, items: {
6
+ id: string;
7
+ }[], current: string | null) => string | null;
8
+ export declare const splitDetectionPolicies: (livePolicies: DetectionPolicyListItem[]) => {
9
+ defaultPolicies: DetectionPolicyListItem[];
10
+ overridePolicies: DetectionPolicyListItem[];
11
+ allPolicies: DetectionPolicyListItem[];
12
+ };
13
+ export declare const findExistingOverride: (overridePolicies: DetectionPolicyListItem[], scope: DetectionPolicyScope, scopeKey: string) => DetectionPolicyListItem | null;
14
+ export declare const buildCreateOverridePolicy: (payload: {
15
+ scope: DetectionPolicyScope.Service | DetectionPolicyScope.Transaction;
16
+ scopeKey: string;
17
+ name: string;
18
+ }, globalDefault: DetectionPolicyListItem | null) => DetectionPolicyListItem;
19
+ interface BuildDetectionMenuSectionsParams {
20
+ defaultPolicies: DetectionPolicyListItem[];
21
+ overridePolicies: DetectionPolicyListItem[];
22
+ selectedId: string | null;
23
+ onSelect: (id: string) => void;
24
+ onAddOverride: () => void;
25
+ }
26
+ export declare const buildDetectionMenuSections: ({ defaultPolicies, overridePolicies, selectedId, onSelect, onAddOverride }: BuildDetectionMenuSectionsParams) => PanelMenuSection[];
27
+ export { insightsPolicyToListItem, listItemToInsightsPolicyInput, isGlobalPolicy };
28
+ export type { DetectionPolicyScope, DetectionPolicyListItem, InsightsPolicyScope };
@@ -0,0 +1,30 @@
1
+ import type { PanelMenuSection } from '../panel';
2
+ import type { InsightsGuardrail, InsightsGuardrailInput } from '../../../../../types';
3
+ import type { GuardrailListItem } from '../../../../_forms/insights/guardrail-form/types';
4
+ interface InsightsService {
5
+ namespace: string;
6
+ service: string;
7
+ }
8
+ export declare const toGuardrailListItems: (guardrails: InsightsGuardrail[]) => GuardrailListItem[];
9
+ export declare const resolveSelectedId: (isCreating: boolean, items: {
10
+ id: string;
11
+ }[], current: string | null) => string | null;
12
+ export declare const getProfileScope: (isCreating: boolean, namespace: string, service: string, selectedGuardrail: InsightsGuardrail | null) => {
13
+ namespace: string;
14
+ service: string;
15
+ };
16
+ export declare const resolveCreateScope: (services: InsightsService[], namespace: string, service: string) => {
17
+ namespace: string;
18
+ service: string;
19
+ };
20
+ export declare const serviceForNamespace: (services: InsightsService[], namespace: string) => string;
21
+ export declare const upsertLocalGuardrail: (prev: InsightsGuardrail[], input: InsightsGuardrailInput) => InsightsGuardrailInput[];
22
+ export declare const deleteLocalGuardrail: (prev: InsightsGuardrail[], scopeKey: string) => InsightsGuardrail[];
23
+ interface BuildGuardrailsMenuSectionsParams {
24
+ guardrails: GuardrailListItem[];
25
+ selectedId: string | null;
26
+ onSelect: (id: string) => void;
27
+ onCreate: () => void;
28
+ }
29
+ export declare const buildGuardrailsMenuSections: ({ guardrails, selectedId, onSelect, onCreate }: BuildGuardrailsMenuSectionsParams) => PanelMenuSection[];
30
+ export {};
@@ -0,0 +1,46 @@
1
+ import type { PanelMenuSection } from '../panel';
2
+ import { InsightsPolicyScope, isGlobalPolicy, type LearningPolicyListItem } from '../../../../_forms/insights/learning-policy-form/types';
3
+ interface ModeBadgeColors {
4
+ backgroundColor: string;
5
+ textColor: string;
6
+ }
7
+ export declare const resolveSelectedId: (isCreating: boolean, items: {
8
+ id: string;
9
+ }[], current: string | null) => string | null;
10
+ export declare const sortDefaultPolicies: (policies: LearningPolicyListItem[]) => LearningPolicyListItem[];
11
+ export declare const splitLearningPolicies: (livePolicies: LearningPolicyListItem[]) => {
12
+ defaultPolicies: LearningPolicyListItem[];
13
+ overridePolicies: LearningPolicyListItem[];
14
+ allPolicies: LearningPolicyListItem[];
15
+ };
16
+ export declare const resolveOverrideSource: (isCreating: boolean, createSourceId: string | null, allPolicies: LearningPolicyListItem[], selectedPolicy: LearningPolicyListItem | null, defaultPolicies: LearningPolicyListItem[]) => LearningPolicyListItem;
17
+ export declare const toExistingOverrides: (overridePolicies: LearningPolicyListItem[]) => {
18
+ class: import("../../../../../types").InsightsDeviationClass;
19
+ scopeKey: string;
20
+ }[];
21
+ export declare const findExistingLearningOverride: (overridePolicies: LearningPolicyListItem[], payload: {
22
+ class: LearningPolicyListItem["class"];
23
+ scope: InsightsPolicyScope;
24
+ scopeKey: string;
25
+ }) => LearningPolicyListItem | null;
26
+ export declare const resolveCreateSourcePolicy: (payload: {
27
+ class: LearningPolicyListItem["class"];
28
+ }, defaultPolicies: LearningPolicyListItem[], allPolicies: LearningPolicyListItem[]) => LearningPolicyListItem;
29
+ export declare const buildCreateLearningOverride: (payload: {
30
+ class: LearningPolicyListItem["class"];
31
+ scope: InsightsPolicyScope.Service | InsightsPolicyScope.Transaction;
32
+ scopeKey: string;
33
+ name: string;
34
+ source: LearningPolicyListItem;
35
+ }) => LearningPolicyListItem;
36
+ interface BuildLearningMenuSectionsParams {
37
+ defaultPolicies: LearningPolicyListItem[];
38
+ overridePolicies: LearningPolicyListItem[];
39
+ selectedId: string | null;
40
+ onSelect: (id: string) => void;
41
+ onAddOverride: () => void;
42
+ modeBadgeColors: ModeBadgeColors;
43
+ }
44
+ export declare const buildLearningMenuSections: ({ defaultPolicies, overridePolicies, selectedId, onSelect, onAddOverride, modeBadgeColors }: BuildLearningMenuSectionsParams) => PanelMenuSection[];
45
+ export { isGlobalPolicy };
46
+ export type { LearningPolicyListItem, InsightsPolicyScope };
@@ -0,0 +1,44 @@
1
+ import { type FC, type ReactNode } from 'react';
2
+ import type { SVG } from '../../../../types';
3
+ import { type BadgeProps } from '../../../../components';
4
+ export interface PanelMenuListItem {
5
+ id: string;
6
+ selectedId: string | null;
7
+ onSelect: (id: string) => void;
8
+ header: {
9
+ label: string;
10
+ badges?: (Omit<BadgeProps, 'textSize'> | null)[];
11
+ };
12
+ subDivisions?: {
13
+ label: string;
14
+ badges?: (Omit<BadgeProps, 'textSize'> | null)[];
15
+ }[];
16
+ }
17
+ export interface PanelMenuSection {
18
+ id: string;
19
+ title: string;
20
+ titleCount: number;
21
+ addButton?: {
22
+ label: string;
23
+ onClick: () => void;
24
+ };
25
+ noData?: {
26
+ title: string;
27
+ subTitle: string;
28
+ };
29
+ list: PanelMenuListItem[];
30
+ }
31
+ export interface PanelProps {
32
+ icon?: SVG;
33
+ title?: string;
34
+ count?: number;
35
+ description?: string;
36
+ loading?: boolean;
37
+ sections?: PanelMenuSection[];
38
+ /** When true, renders children in the detail pane. When false, shows a spinner or empty state. */
39
+ showDetail?: boolean;
40
+ emptyTitle?: string;
41
+ emptySubTitle?: string;
42
+ children: ReactNode;
43
+ }
44
+ export declare const Panel: FC<PanelProps>;