@kubbisec/ai-linux-x64 0.1.25 → 0.1.28
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.
- package/bin/kubbisec +0 -0
- package/bundled/assets/terminal/banner-compact.ansi +7 -0
- package/bundled/assets/terminal/banner-wide.ansi +10 -0
- package/bundled/assets/terminal/logotipo-compact-fallback.ansi +7 -0
- package/bundled/assets/terminal/logotipo-compact.ansi +1 -0
- package/bundled/assets/terminal/logotipo-compact.png +0 -0
- package/bundled/assets/terminal/logotipo-wide-fallback.ansi +10 -0
- package/bundled/assets/terminal/logotipo-wide.ansi +1 -0
- package/bundled/assets/terminal/logotipo-wide.png +0 -0
- package/bundled/assets/terminal/mark.ansi +7 -0
- package/bundled/assets/terminal/wordmark-inline.ansi +1 -0
- package/bundled/assets/terminal/wordmark.ansi +4 -0
- package/bundled/assets/terminal/wordmark.png +0 -0
- package/bundled/components/kubbisec-model-selector.d.ts +44 -0
- package/bundled/components/kubbisec-model-selector.d.ts.map +1 -0
- package/bundled/components/kubbisec-model-selector.js +198 -0
- package/bundled/components/kubbisec-model-selector.js.map +1 -0
- package/bundled/config/config.d.ts +14 -0
- package/bundled/config/config.d.ts.map +1 -0
- package/bundled/config/config.js +67 -0
- package/bundled/config/config.js.map +1 -0
- package/bundled/config/detect-local-llm-providers.d.ts +33 -0
- package/bundled/config/detect-local-llm-providers.d.ts.map +1 -0
- package/bundled/config/detect-local-llm-providers.js +172 -0
- package/bundled/config/detect-local-llm-providers.js.map +1 -0
- package/bundled/config/ensure-kbs-project-settings.d.ts +20 -0
- package/bundled/config/ensure-kbs-project-settings.d.ts.map +1 -0
- package/bundled/config/ensure-kbs-project-settings.js +46 -0
- package/bundled/config/ensure-kbs-project-settings.js.map +1 -0
- package/bundled/config/ensure-kubbisec-project-settings.d.ts +31 -0
- package/bundled/config/ensure-kubbisec-project-settings.d.ts.map +1 -0
- package/bundled/config/ensure-kubbisec-project-settings.js +107 -0
- package/bundled/config/ensure-kubbisec-project-settings.js.map +1 -0
- package/bundled/config/extended-context.d.ts +12 -0
- package/bundled/config/extended-context.d.ts.map +1 -0
- package/bundled/config/extended-context.js +36 -0
- package/bundled/config/extended-context.js.map +1 -0
- package/bundled/config/feature-flags.d.ts +2 -0
- package/bundled/config/feature-flags.d.ts.map +1 -0
- package/bundled/config/feature-flags.js +2 -0
- package/bundled/config/feature-flags.js.map +1 -0
- package/bundled/config/format-kubbisec-footer-status.d.ts +2 -0
- package/bundled/config/format-kubbisec-footer-status.d.ts.map +1 -0
- package/bundled/config/format-kubbisec-footer-status.js +37 -0
- package/bundled/config/format-kubbisec-footer-status.js.map +1 -0
- package/bundled/config/kubbisec-extension-manifest.d.ts +3 -0
- package/bundled/config/kubbisec-extension-manifest.d.ts.map +1 -0
- package/bundled/config/kubbisec-extension-manifest.js +22 -0
- package/bundled/config/kubbisec-extension-manifest.js.map +1 -0
- package/bundled/config/llm-config-mutations.d.ts +38 -0
- package/bundled/config/llm-config-mutations.d.ts.map +1 -0
- package/bundled/config/llm-config-mutations.js +207 -0
- package/bundled/config/llm-config-mutations.js.map +1 -0
- package/bundled/config/llm-config.d.ts +66 -0
- package/bundled/config/llm-config.d.ts.map +1 -0
- package/bundled/config/llm-config.js +246 -0
- package/bundled/config/llm-config.js.map +1 -0
- package/bundled/config/llm-provider-catalog.d.ts +22 -0
- package/bundled/config/llm-provider-catalog.d.ts.map +1 -0
- package/bundled/config/llm-provider-catalog.js +54 -0
- package/bundled/config/llm-provider-catalog.js.map +1 -0
- package/bundled/config/materialize-kubbisec-pi-resources.d.ts +19 -0
- package/bundled/config/materialize-kubbisec-pi-resources.d.ts.map +1 -0
- package/bundled/config/materialize-kubbisec-pi-resources.js +242 -0
- package/bundled/config/materialize-kubbisec-pi-resources.js.map +1 -0
- package/bundled/config/register-custom-llm-providers.d.ts +13 -0
- package/bundled/config/register-custom-llm-providers.d.ts.map +1 -0
- package/bundled/config/register-custom-llm-providers.js +21 -0
- package/bundled/config/register-custom-llm-providers.js.map +1 -0
- package/bundled/config/register-kubbisec-llm-provider.d.ts +14 -0
- package/bundled/config/register-kubbisec-llm-provider.d.ts.map +1 -0
- package/bundled/config/register-kubbisec-llm-provider.js +53 -0
- package/bundled/config/register-kubbisec-llm-provider.js.map +1 -0
- package/bundled/config/resolve-agents-context-file.d.ts +4 -0
- package/bundled/config/resolve-agents-context-file.d.ts.map +1 -0
- package/bundled/config/resolve-agents-context-file.js +47 -0
- package/bundled/config/resolve-agents-context-file.js.map +1 -0
- package/bundled/config/resource-budget.d.ts +17 -0
- package/bundled/config/resource-budget.d.ts.map +1 -0
- package/bundled/config/resource-budget.js +35 -0
- package/bundled/config/resource-budget.js.map +1 -0
- package/bundled/config/sync-kubbisec-pi-models.d.ts +12 -0
- package/bundled/config/sync-kubbisec-pi-models.d.ts.map +1 -0
- package/bundled/config/sync-kubbisec-pi-models.js +81 -0
- package/bundled/config/sync-kubbisec-pi-models.js.map +1 -0
- package/bundled/copy/cli-reference-index.d.ts +2 -0
- package/bundled/copy/cli-reference-index.d.ts.map +1 -0
- package/bundled/copy/cli-reference-index.js +2 -0
- package/bundled/copy/cli-reference-index.js.map +1 -0
- package/bundled/copy/kubbisec-shell-copy.d.ts +21 -0
- package/bundled/copy/kubbisec-shell-copy.d.ts.map +1 -0
- package/bundled/copy/kubbisec-shell-copy.js +21 -0
- package/bundled/copy/kubbisec-shell-copy.js.map +1 -0
- package/bundled/edit-format.md +17 -0
- package/bundled/extensions/cli-local-shared.d.ts +56 -0
- package/bundled/extensions/cli-local-shared.d.ts.map +1 -0
- package/bundled/extensions/cli-local-shared.js +159 -0
- package/bundled/extensions/cli-local-shared.js.map +1 -0
- package/bundled/extensions/kubbisec-aspm-local.extension.d.ts +18 -0
- package/bundled/extensions/kubbisec-aspm-local.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-aspm-local.extension.js +109 -0
- package/bundled/extensions/kubbisec-aspm-local.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-brand.extension.d.ts +3 -0
- package/bundled/extensions/kubbisec-brand.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-brand.extension.js +32 -0
- package/bundled/extensions/kubbisec-brand.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-byok-provider.extension.d.ts +6 -0
- package/bundled/extensions/kubbisec-byok-provider.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-byok-provider.extension.js +5 -0
- package/bundled/extensions/kubbisec-byok-provider.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-clarify.extension.d.ts +50 -0
- package/bundled/extensions/kubbisec-clarify.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-clarify.extension.js +363 -0
- package/bundled/extensions/kubbisec-clarify.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-exit.extension.d.ts +6 -0
- package/bundled/extensions/kubbisec-exit.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-exit.extension.js +41 -0
- package/bundled/extensions/kubbisec-exit.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-extended-context.extension.d.ts +6 -0
- package/bundled/extensions/kubbisec-extended-context.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-extended-context.extension.js +50 -0
- package/bundled/extensions/kubbisec-extended-context.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-footer.extension.d.ts +19 -0
- package/bundled/extensions/kubbisec-footer.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-footer.extension.js +255 -0
- package/bundled/extensions/kubbisec-footer.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-github-local.extension.d.ts +23 -0
- package/bundled/extensions/kubbisec-github-local.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-github-local.extension.js +470 -0
- package/bundled/extensions/kubbisec-github-local.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-llm-config.extension.d.ts +3 -0
- package/bundled/extensions/kubbisec-llm-config.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-llm-config.extension.js +211 -0
- package/bundled/extensions/kubbisec-llm-config.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-memory.extension.d.ts +12 -0
- package/bundled/extensions/kubbisec-memory.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-memory.extension.js +107 -0
- package/bundled/extensions/kubbisec-memory.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-naus-local.extension.d.ts +18 -0
- package/bundled/extensions/kubbisec-naus-local.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-naus-local.extension.js +112 -0
- package/bundled/extensions/kubbisec-naus-local.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-platform-tools.extension.d.ts +30 -0
- package/bundled/extensions/kubbisec-platform-tools.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-platform-tools.extension.js +185 -0
- package/bundled/extensions/kubbisec-platform-tools.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-runtime-status.extension.d.ts +13 -0
- package/bundled/extensions/kubbisec-runtime-status.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-runtime-status.extension.js +18 -0
- package/bundled/extensions/kubbisec-runtime-status.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-scope.extension.d.ts +14 -0
- package/bundled/extensions/kubbisec-scope.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-scope.extension.js +18 -0
- package/bundled/extensions/kubbisec-scope.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-skill-mentions.extension.d.ts +25 -0
- package/bundled/extensions/kubbisec-skill-mentions.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-skill-mentions.extension.js +71 -0
- package/bundled/extensions/kubbisec-skill-mentions.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-skill-telemetry.extension.d.ts +6 -0
- package/bundled/extensions/kubbisec-skill-telemetry.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-skill-telemetry.extension.js +85 -0
- package/bundled/extensions/kubbisec-skill-telemetry.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-theme-lock.extension.d.ts +6 -0
- package/bundled/extensions/kubbisec-theme-lock.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-theme-lock.extension.js +43 -0
- package/bundled/extensions/kubbisec-theme-lock.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-ui.extension.d.ts +6 -0
- package/bundled/extensions/kubbisec-ui.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-ui.extension.js +143 -0
- package/bundled/extensions/kubbisec-ui.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-workflow.extension.d.ts +38 -0
- package/bundled/extensions/kubbisec-workflow.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-workflow.extension.js +179 -0
- package/bundled/extensions/kubbisec-workflow.extension.js.map +1 -0
- package/bundled/gate-system.md +27 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/client.d.ts +20 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/client.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/client.js +121 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/client.js.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/feature-flags.d.ts +15 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/feature-flags.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/feature-flags.js +34 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/feature-flags.js.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/index.d.ts +12 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/index.js +85 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/sanitizer.d.ts +4 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/sanitizer.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/sanitizer.js +89 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/sanitizer.js.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/storage-paths.d.ts +2 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/storage-paths.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/storage-paths.js +11 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/storage-paths.js.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/types.d.ts +24 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/types.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/types.js +9 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/types.js.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/package.json +32 -0
- package/bundled/node_modules/@kubbisec/home/dist/api-url.d.ts +8 -0
- package/bundled/node_modules/@kubbisec/home/dist/api-url.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/home/dist/api-url.js +25 -0
- package/bundled/node_modules/@kubbisec/home/dist/api-url.js.map +1 -0
- package/bundled/node_modules/@kubbisec/home/dist/cli-auth.types.d.ts +17 -0
- package/bundled/node_modules/@kubbisec/home/dist/cli-auth.types.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/home/dist/cli-auth.types.js +35 -0
- package/bundled/node_modules/@kubbisec/home/dist/cli-auth.types.js.map +1 -0
- package/bundled/node_modules/@kubbisec/home/dist/index.d.ts +5 -0
- package/bundled/node_modules/@kubbisec/home/dist/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/home/dist/index.js +5 -0
- package/bundled/node_modules/@kubbisec/home/dist/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/home/dist/migrate.d.ts +10 -0
- package/bundled/node_modules/@kubbisec/home/dist/migrate.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/home/dist/migrate.js +107 -0
- package/bundled/node_modules/@kubbisec/home/dist/migrate.js.map +1 -0
- package/bundled/node_modules/@kubbisec/home/dist/paths.d.ts +22 -0
- package/bundled/node_modules/@kubbisec/home/dist/paths.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/home/dist/paths.js +69 -0
- package/bundled/node_modules/@kubbisec/home/dist/paths.js.map +1 -0
- package/bundled/node_modules/@kubbisec/home/package.json +26 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/evaluation-dataset-50.d.ts +311 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/evaluation-dataset-50.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/evaluation-dataset-50.js +357 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/evaluation-dataset-50.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/index.d.ts +3 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/index.js +19 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-assistant-system-prompt.d.ts +7 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-assistant-system-prompt.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-assistant-system-prompt.js +30 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-assistant-system-prompt.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-chat-system-prompt.d.ts +7 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-chat-system-prompt.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-chat-system-prompt.js +14 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-chat-system-prompt.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/cli-reference-index.d.ts +6 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/cli-reference-index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/cli-reference-index.js +65 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/cli-reference-index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/format-mcp-knowledge.d.ts +8 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/format-mcp-knowledge.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/format-mcp-knowledge.js +29 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/format-mcp-knowledge.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/index.d.ts +7 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/index.js +16 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mcp-instructions.d.ts +2 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mcp-instructions.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mcp-instructions.js +35 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mcp-instructions.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mental-map.d.ts +6 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mental-map.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mental-map.js +32 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mental-map.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-groups.d.ts +12 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-groups.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-groups.js +93 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-groups.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-presets.d.ts +13 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-presets.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-presets.js +79 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-presets.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/index.d.ts +4 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/index.js +20 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/migrate-api-key-metadata.d.ts +20 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/migrate-api-key-metadata.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/migrate-api-key-metadata.js +78 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/migrate-api-key-metadata.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-session-key.d.ts +20 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-session-key.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-session-key.js +33 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-session-key.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-thread.d.ts +19 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-thread.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-thread.js +126 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-thread.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/index.d.ts +3 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/index.js +19 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/billing/index.d.ts +2 -0
- package/bundled/node_modules/@kubbisec/shared/dist/billing/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/billing/index.js +18 -0
- package/bundled/node_modules/@kubbisec/shared/dist/billing/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/billing/plan-limits.d.ts +17 -0
- package/bundled/node_modules/@kubbisec/shared/dist/billing/plan-limits.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/billing/plan-limits.js +30 -0
- package/bundled/node_modules/@kubbisec/shared/dist/billing/plan-limits.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/ci-job-dependencies.d.ts +42 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/ci-job-dependencies.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/ci-job-dependencies.js +147 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/ci-job-dependencies.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/git-checkout-log-policy.d.ts +12 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/git-checkout-log-policy.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/git-checkout-log-policy.js +70 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/git-checkout-log-policy.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/index.d.ts +4 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/index.js +20 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/kubbisec-ci-execution-env.d.ts +16 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/kubbisec-ci-execution-env.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/kubbisec-ci-execution-env.js +45 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/kubbisec-ci-execution-env.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/cli-user-error.d.ts +18 -0
- package/bundled/node_modules/@kubbisec/shared/dist/cli-user-error.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/cli-user-error.js +92 -0
- package/bundled/node_modules/@kubbisec/shared/dist/cli-user-error.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-bitbucket-projects.dto.d.ts +15 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-bitbucket-projects.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-bitbucket-projects.dto.js +75 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-bitbucket-projects.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-github-projects.dto.d.ts +25 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-github-projects.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-github-projects.dto.js +85 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-github-projects.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-bundle-report.dto.d.ts +17 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-bundle-report.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-bundle-report.dto.js +98 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-bundle-report.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-coverage-report.dto.d.ts +32 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-coverage-report.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-coverage-report.dto.js +209 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-coverage-report.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-project.dto.d.ts +65 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-project.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-project.dto.js +354 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-project.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-report.dto.d.ts +27 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-report.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-report.dto.js +145 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-report.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-scan-target.dto.d.ts +8 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-scan-target.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-scan-target.dto.js +51 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-scan-target.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-vulnerability.dto.d.ts +34 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-vulnerability.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-vulnerability.dto.js +189 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-vulnerability.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/index.d.ts +17 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/index.js +51 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/metrics.dto.d.ts +203 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/metrics.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/metrics.dto.js +42 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/metrics.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/record-gate-result.dto.d.ts +6 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/record-gate-result.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/record-gate-result.dto.js +31 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/record-gate-result.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-coverage-gate.dto.d.ts +7 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-coverage-gate.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-coverage-gate.dto.js +47 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-coverage-gate.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-performance-gate.dto.d.ts +6 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-performance-gate.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-performance-gate.dto.js +36 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-performance-gate.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-project.dto.d.ts +9 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-project.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-project.dto.js +52 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-project.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-security-gate.dto.d.ts +9 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-security-gate.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-security-gate.dto.js +58 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-security-gate.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-vulnerability.dto.d.ts +6 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-vulnerability.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-vulnerability.dto.js +30 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-vulnerability.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/enums.d.ts +88 -0
- package/bundled/node_modules/@kubbisec/shared/dist/enums.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/enums.js +136 -0
- package/bundled/node_modules/@kubbisec/shared/dist/enums.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/github/kubbisec-github-label.d.ts +6 -0
- package/bundled/node_modules/@kubbisec/shared/dist/github/kubbisec-github-label.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/github/kubbisec-github-label.js +9 -0
- package/bundled/node_modules/@kubbisec/shared/dist/github/kubbisec-github-label.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/index.d.ts +23 -0
- package/bundled/node_modules/@kubbisec/shared/dist/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/index.js +39 -0
- package/bundled/node_modules/@kubbisec/shared/dist/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/mcp/constants.d.ts +22 -0
- package/bundled/node_modules/@kubbisec/shared/dist/mcp/constants.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/mcp/constants.js +52 -0
- package/bundled/node_modules/@kubbisec/shared/dist/mcp/constants.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/mcp/oauth-metadata.d.ts +37 -0
- package/bundled/node_modules/@kubbisec/shared/dist/mcp/oauth-metadata.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/mcp/oauth-metadata.js +51 -0
- package/bundled/node_modules/@kubbisec/shared/dist/mcp/oauth-metadata.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/ai-docs-bundle.loader.d.ts +6 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/ai-docs-bundle.loader.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/ai-docs-bundle.loader.js +68 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/ai-docs-bundle.loader.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/aspm-docs-bundle.loader.d.ts +8 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/aspm-docs-bundle.loader.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/aspm-docs-bundle.loader.js +115 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/aspm-docs-bundle.loader.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/doc-bundle-utils.d.ts +12 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/doc-bundle-utils.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/doc-bundle-utils.js +86 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/doc-bundle-utils.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/index.d.ts +8 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/index.js +33 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/mcp-tools-catalog.d.ts +4 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/mcp-tools-catalog.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/mcp-tools-catalog.js +23 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/mcp-tools-catalog.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/monorepo-root.d.ts +4 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/monorepo-root.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/monorepo-root.js +19 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/monorepo-root.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-pipeline-docs-bundle.loader.d.ts +11 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-pipeline-docs-bundle.loader.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-pipeline-docs-bundle.loader.js +148 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-pipeline-docs-bundle.loader.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-schema-overview.d.ts +2 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-schema-overview.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-schema-overview.js +36 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-schema-overview.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/security-scanner-playbooks.d.ts +49 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/security-scanner-playbooks.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/security-scanner-playbooks.js +600 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/security-scanner-playbooks.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/project-scanner-summary.d.ts +24 -0
- package/bundled/node_modules/@kubbisec/shared/dist/project-scanner-summary.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/project-scanner-summary.js +64 -0
- package/bundled/node_modules/@kubbisec/shared/dist/project-scanner-summary.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/better-auth-org-roles.d.ts +23 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/better-auth-org-roles.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/better-auth-org-roles.js +53 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/better-auth-org-roles.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/index.d.ts +8 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/index.js +24 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permission-descriptions.d.ts +9 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permission-descriptions.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permission-descriptions.js +91 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permission-descriptions.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permissions.d.ts +12 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permissions.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permissions.js +86 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permissions.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/member-quota.d.ts +8 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/member-quota.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/member-quota.js +19 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/member-quota.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/platform-staff.d.ts +16 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/platform-staff.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/platform-staff.js +61 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/platform-staff.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-org-permissions.d.ts +10 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-org-permissions.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-org-permissions.js +200 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-org-permissions.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-platform-permissions.d.ts +7 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-platform-permissions.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-platform-permissions.js +23 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-platform-permissions.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/redaction.d.ts +14 -0
- package/bundled/node_modules/@kubbisec/shared/dist/redaction.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/redaction.js +251 -0
- package/bundled/node_modules/@kubbisec/shared/dist/redaction.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/aspm-gate-rules.d.ts +19 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/aspm-gate-rules.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/aspm-gate-rules.js +61 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/aspm-gate-rules.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/build-aspm-security-matrix-pipeline-yaml.d.ts +3 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/build-aspm-security-matrix-pipeline-yaml.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/build-aspm-security-matrix-pipeline-yaml.js +54 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/build-aspm-security-matrix-pipeline-yaml.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/build-github-security-workflow-yaml.d.ts +4 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/build-github-security-workflow-yaml.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/build-github-security-workflow-yaml.js +72 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/build-github-security-workflow-yaml.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-action-pins.d.ts +27 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-action-pins.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-action-pins.js +30 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-action-pins.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-tool-jobs.d.ts +7 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-tool-jobs.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-tool-jobs.js +184 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-tool-jobs.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/index.d.ts +7 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/index.js +23 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool-catalog.d.ts +5 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool-catalog.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool-catalog.js +74 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool-catalog.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool.types.d.ts +43 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool.types.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool.types.js +22 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool.types.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/severity-map.d.ts +8 -0
- package/bundled/node_modules/@kubbisec/shared/dist/severity-map.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/severity-map.js +47 -0
- package/bundled/node_modules/@kubbisec/shared/dist/severity-map.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/constants.d.ts +4 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/constants.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/constants.js +10 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/constants.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/index.d.ts +4 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/index.js +20 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/redact-log-lines.d.ts +2 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/redact-log-lines.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/redact-log-lines.js +9 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/redact-log-lines.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/share-prefix.d.ts +3 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/share-prefix.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/share-prefix.js +18 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/share-prefix.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/sonar-safe-string.d.ts +26 -0
- package/bundled/node_modules/@kubbisec/shared/dist/sonar-safe-string.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/sonar-safe-string.js +202 -0
- package/bundled/node_modules/@kubbisec/shared/dist/sonar-safe-string.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/sort-findings.d.ts +16 -0
- package/bundled/node_modules/@kubbisec/shared/dist/sort-findings.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/sort-findings.js +67 -0
- package/bundled/node_modules/@kubbisec/shared/dist/sort-findings.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/trusted-path.d.ts +7 -0
- package/bundled/node_modules/@kubbisec/shared/dist/trusted-path.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/trusted-path.js +30 -0
- package/bundled/node_modules/@kubbisec/shared/dist/trusted-path.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/package.json +77 -0
- package/bundled/reflect-system.md +31 -0
- package/bundled/resolve-bundled-dist-root.js +166 -0
- package/bundled/resolve-bundled-dist-root.js.map +1 -0
- package/bundled/skills/aspm-platform/SKILL.md +95 -0
- package/bundled/skills/at-path-mentions.d.ts +7 -0
- package/bundled/skills/at-path-mentions.d.ts.map +1 -0
- package/bundled/skills/at-path-mentions.js +184 -0
- package/bundled/skills/at-path-mentions.js.map +1 -0
- package/bundled/skills/at-path-mentions.test.ts +64 -0
- package/bundled/skills/at-path-mentions.ts +209 -0
- package/bundled/skills/chat-mention-render.d.ts +7 -0
- package/bundled/skills/chat-mention-render.d.ts.map +1 -0
- package/bundled/skills/chat-mention-render.js +160 -0
- package/bundled/skills/chat-mention-render.js.map +1 -0
- package/bundled/skills/chat-mention-render.test.ts +70 -0
- package/bundled/skills/chat-mention-render.ts +192 -0
- package/bundled/skills/chat-mentions.d.ts +28 -0
- package/bundled/skills/chat-mentions.d.ts.map +1 -0
- package/bundled/skills/chat-mentions.js +108 -0
- package/bundled/skills/chat-mentions.js.map +1 -0
- package/bundled/skills/chat-mentions.test.ts +39 -0
- package/bundled/skills/chat-mentions.ts +133 -0
- package/bundled/skills/github-local/SKILL.md +16 -0
- package/bundled/skills/kubbisec-resource-router/SKILL.md +3 -0
- package/bundled/skills/list-bundled-skills.d.ts +7 -0
- package/bundled/skills/list-bundled-skills.d.ts.map +1 -0
- package/bundled/skills/list-bundled-skills.js +44 -0
- package/bundled/skills/list-bundled-skills.js.map +1 -0
- package/bundled/skills/list-bundled-skills.ts +49 -0
- package/bundled/skills/naus-pipelines/SKILL.md +127 -0
- package/bundled/skills/remediation/SKILL.md +12 -0
- package/bundled/skills/scanner-gitleaks/SKILL.md +10 -0
- package/bundled/skills/scanner-nmap/SKILL.md +10 -0
- package/bundled/skills/scanner-osv/SKILL.md +10 -0
- package/bundled/skills/scanner-semgrep/SKILL.md +10 -0
- package/bundled/skills/scanner-skipfish/SKILL.md +10 -0
- package/bundled/skills/scanner-sonar/SKILL.md +10 -0
- package/bundled/skills/scanner-syft/SKILL.md +10 -0
- package/bundled/skills/scanner-trivy/SKILL.md +10 -0
- package/bundled/skills/sec-brainstorm/SKILL.md +74 -0
- package/bundled/skills/sec-clarify/SKILL.md +53 -0
- package/bundled/skills/sec-debug/SKILL.md +94 -0
- package/bundled/skills/sec-plan/SKILL.md +101 -0
- package/bundled/skills/sec-review/SKILL.md +110 -0
- package/bundled/skills/sec-review/code-reviewer-sec.md +176 -0
- package/bundled/skills/sec-using-skills/SKILL.md +81 -0
- package/bundled/skills/sec-verify/SKILL.md +77 -0
- package/bundled/skills/skill-mention.d.ts +3 -0
- package/bundled/skills/skill-mention.d.ts.map +1 -0
- package/bundled/skills/skill-mention.js +3 -0
- package/bundled/skills/skill-mention.js.map +1 -0
- package/bundled/skills/skill-mention.test.ts +46 -0
- package/bundled/skills/skill-mention.ts +10 -0
- package/bundled/theme/clear-terminal.d.ts +3 -0
- package/bundled/theme/clear-terminal.d.ts.map +1 -0
- package/bundled/theme/clear-terminal.js +7 -0
- package/bundled/theme/clear-terminal.js.map +1 -0
- package/bundled/theme/footer-render-hook.d.ts +3 -0
- package/bundled/theme/footer-render-hook.d.ts.map +1 -0
- package/bundled/theme/footer-render-hook.js +8 -0
- package/bundled/theme/footer-render-hook.js.map +1 -0
- package/bundled/theme/kubbisec-brand-fg.d.ts +4 -0
- package/bundled/theme/kubbisec-brand-fg.d.ts.map +1 -0
- package/bundled/theme/kubbisec-brand-fg.js +7 -0
- package/bundled/theme/kubbisec-brand-fg.js.map +1 -0
- package/bundled/theme/kubbisec-menu-themes.d.ts +16 -0
- package/bundled/theme/kubbisec-menu-themes.d.ts.map +1 -0
- package/bundled/theme/kubbisec-menu-themes.js +47 -0
- package/bundled/theme/kubbisec-menu-themes.js.map +1 -0
- package/bundled/theme/kubbisec-theme-name.d.ts +2 -0
- package/bundled/theme/kubbisec-theme-name.d.ts.map +1 -0
- package/bundled/theme/kubbisec-theme-name.js +2 -0
- package/bundled/theme/kubbisec-theme-name.js.map +1 -0
- package/bundled/theme/kubbisec.json +93 -0
- package/bundled/theme/patch-pi-settings-theme.runtime.d.ts +3 -0
- package/bundled/theme/patch-pi-settings-theme.runtime.d.ts.map +1 -0
- package/bundled/theme/patch-pi-settings-theme.runtime.js +16 -0
- package/bundled/theme/patch-pi-settings-theme.runtime.js.map +1 -0
- package/bundled/theme/render-compact-header.d.ts +21 -0
- package/bundled/theme/render-compact-header.d.ts.map +1 -0
- package/bundled/theme/render-compact-header.js +197 -0
- package/bundled/theme/render-compact-header.js.map +1 -0
- package/bundled/workflow/session-workflow-mode.d.ts +10 -0
- package/bundled/workflow/session-workflow-mode.d.ts.map +1 -0
- package/bundled/workflow/session-workflow-mode.js +51 -0
- package/bundled/workflow/session-workflow-mode.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DTOs para métricas de observabilidade da ingestão assíncrona
|
|
3
|
+
* @kubbisec/shared
|
|
4
|
+
*/
|
|
5
|
+
export declare enum UploadSessionStatus {
|
|
6
|
+
PENDING = "pending",
|
|
7
|
+
UPLOADING = "uploading",
|
|
8
|
+
QUEUED = "queued",
|
|
9
|
+
PROCESSING = "processing",
|
|
10
|
+
COMPLETED = "completed",
|
|
11
|
+
FAILED = "failed",
|
|
12
|
+
CANCELLED = "cancelled",
|
|
13
|
+
TIMED_OUT = "timed_out"
|
|
14
|
+
}
|
|
15
|
+
export declare enum ErrorCategory {
|
|
16
|
+
NETWORK = "network",
|
|
17
|
+
VALIDATION = "validation",
|
|
18
|
+
STORAGE = "storage",
|
|
19
|
+
PARSING = "parsing",
|
|
20
|
+
DATABASE = "database",
|
|
21
|
+
QUEUE = "queue",
|
|
22
|
+
INTERNAL = "internal"
|
|
23
|
+
}
|
|
24
|
+
export declare enum IngestionQueueName {
|
|
25
|
+
REPORT_INGESTION = "report.ingestion",
|
|
26
|
+
COVERAGE_INGESTION = "coverage.ingestion",
|
|
27
|
+
PRE_SIGNED_UPLOAD = "presigned.upload"
|
|
28
|
+
}
|
|
29
|
+
export interface NormalizedError {
|
|
30
|
+
code: string;
|
|
31
|
+
message: string;
|
|
32
|
+
category: ErrorCategory;
|
|
33
|
+
occurredAt: string;
|
|
34
|
+
retryable: boolean;
|
|
35
|
+
details?: Record<string, unknown>;
|
|
36
|
+
}
|
|
37
|
+
export interface UploadSessionMetricsDto {
|
|
38
|
+
sessionId: string;
|
|
39
|
+
projectId: string;
|
|
40
|
+
organizationId: string;
|
|
41
|
+
source: string;
|
|
42
|
+
scanType: string;
|
|
43
|
+
status: UploadSessionStatus;
|
|
44
|
+
createdAt: string;
|
|
45
|
+
startedAt?: string;
|
|
46
|
+
completedAt?: string;
|
|
47
|
+
failedAt?: string;
|
|
48
|
+
attempts: number;
|
|
49
|
+
lastAttemptAt?: string;
|
|
50
|
+
normalizedErrors: NormalizedError[];
|
|
51
|
+
uploadDurationMs?: number;
|
|
52
|
+
processingDurationMs?: number;
|
|
53
|
+
totalDurationMs?: number;
|
|
54
|
+
payloadSizeBytes: number;
|
|
55
|
+
payloadFileCount: number;
|
|
56
|
+
isLargePayload: boolean;
|
|
57
|
+
userId?: string;
|
|
58
|
+
apiKeyId?: string;
|
|
59
|
+
clientVersion?: string;
|
|
60
|
+
clientIp?: string;
|
|
61
|
+
userAgent?: string;
|
|
62
|
+
reportId?: string;
|
|
63
|
+
vulnerabilitiesCount: number;
|
|
64
|
+
packagesCount: number;
|
|
65
|
+
criticalCount: number;
|
|
66
|
+
highCount: number;
|
|
67
|
+
mediumCount: number;
|
|
68
|
+
lowCount: number;
|
|
69
|
+
infoCount: number;
|
|
70
|
+
}
|
|
71
|
+
export interface QueueMetricsDto {
|
|
72
|
+
queueName: string;
|
|
73
|
+
organizationId?: string;
|
|
74
|
+
waiting: number;
|
|
75
|
+
active: number;
|
|
76
|
+
delayed: number;
|
|
77
|
+
failed: number;
|
|
78
|
+
completed: number;
|
|
79
|
+
paused: number;
|
|
80
|
+
avgWaitTimeMs: number;
|
|
81
|
+
avgProcessingTimeMs: number;
|
|
82
|
+
p95WaitTimeMs?: number;
|
|
83
|
+
p99WaitTimeMs?: number;
|
|
84
|
+
failureRate: number;
|
|
85
|
+
failureByReason: Record<string, number>;
|
|
86
|
+
jobsPerMinute: number;
|
|
87
|
+
jobsPerHour: number;
|
|
88
|
+
stalled: boolean;
|
|
89
|
+
workerCount: number;
|
|
90
|
+
lastJobProcessedAt?: string;
|
|
91
|
+
}
|
|
92
|
+
export interface ProductMetricsDto {
|
|
93
|
+
periodStart: string;
|
|
94
|
+
periodEnd: string;
|
|
95
|
+
organizationId?: string;
|
|
96
|
+
totalUploadSessions: number;
|
|
97
|
+
completedUploadSessions: number;
|
|
98
|
+
failedUploadSessions: number;
|
|
99
|
+
avgUploadDurationMs: number;
|
|
100
|
+
avgProcessingDurationMs: number;
|
|
101
|
+
uploadsBySource: Record<string, number>;
|
|
102
|
+
failuresBySource: Record<string, number>;
|
|
103
|
+
totalPayloadBytes: number;
|
|
104
|
+
largePayloadCount: number;
|
|
105
|
+
avgPayloadSizeBytes: number;
|
|
106
|
+
totalVulnerabilitiesProcessed: number;
|
|
107
|
+
vulnerabilitiesBySeverity: Record<string, number>;
|
|
108
|
+
slaCompliance: number;
|
|
109
|
+
avgSessionAgeMs: number;
|
|
110
|
+
}
|
|
111
|
+
export interface TechnologyMetricsDto {
|
|
112
|
+
timestamp: string;
|
|
113
|
+
dbConnectionPoolActive: number;
|
|
114
|
+
dbConnectionPoolIdle: number;
|
|
115
|
+
dbQueryLatencyP50Ms: number;
|
|
116
|
+
dbQueryLatencyP95Ms: number;
|
|
117
|
+
dbQueryLatencyP99Ms: number;
|
|
118
|
+
redisMemoryUsedBytes: number;
|
|
119
|
+
redisMemoryMaxBytes: number;
|
|
120
|
+
redisConnectedClients: number;
|
|
121
|
+
redisCommandLatencyP95Ms: number;
|
|
122
|
+
s3UploadSuccessRate: number;
|
|
123
|
+
s3UploadLatencyP95Ms: number;
|
|
124
|
+
s3UploadLatencyP99Ms: number;
|
|
125
|
+
apiRequestRate: number;
|
|
126
|
+
apiErrorRate: number;
|
|
127
|
+
apiLatencyP50Ms: number;
|
|
128
|
+
apiLatencyP95Ms: number;
|
|
129
|
+
apiLatencyP99Ms: number;
|
|
130
|
+
}
|
|
131
|
+
export interface OperationalLimitsDto {
|
|
132
|
+
queue: {
|
|
133
|
+
maxWaitingJobs: number;
|
|
134
|
+
maxFailedJobsPercent: number;
|
|
135
|
+
maxStalledJobsPercent: number;
|
|
136
|
+
maxProcessingTimeMinutes: number;
|
|
137
|
+
workerMinCount: number;
|
|
138
|
+
};
|
|
139
|
+
uploadSession: {
|
|
140
|
+
maxRetryAttempts: number;
|
|
141
|
+
maxPendingTimeMinutes: number;
|
|
142
|
+
maxProcessingTimeMinutes: number;
|
|
143
|
+
maxUploadTimeMinutes: number;
|
|
144
|
+
};
|
|
145
|
+
performance: {
|
|
146
|
+
maxDbQueryLatencyMs: number;
|
|
147
|
+
maxRedisLatencyMs: number;
|
|
148
|
+
maxS3LatencyMs: number;
|
|
149
|
+
maxApiLatencyMs: number;
|
|
150
|
+
};
|
|
151
|
+
errorRate: {
|
|
152
|
+
maxErrorRatePercent: number;
|
|
153
|
+
errorRateWindowMinutes: number;
|
|
154
|
+
};
|
|
155
|
+
}
|
|
156
|
+
export declare enum PlanType {
|
|
157
|
+
FREE = "free",
|
|
158
|
+
STARTER = "starter",
|
|
159
|
+
PROFESSIONAL = "professional",
|
|
160
|
+
ENTERPRISE = "enterprise"
|
|
161
|
+
}
|
|
162
|
+
export interface PlanLimitsDto {
|
|
163
|
+
plan: PlanType;
|
|
164
|
+
maxPayloadSizeBytes: number;
|
|
165
|
+
maxFilesPerUpload: number;
|
|
166
|
+
queuePriority: number;
|
|
167
|
+
maxUploadsPerMinute: number;
|
|
168
|
+
maxConcurrentSessions: number;
|
|
169
|
+
metricsRetentionDays: number;
|
|
170
|
+
sessionRetentionDays: number;
|
|
171
|
+
}
|
|
172
|
+
export interface GetUploadSessionsMetricsQuery {
|
|
173
|
+
organizationId?: string;
|
|
174
|
+
projectId?: string;
|
|
175
|
+
status?: UploadSessionStatus;
|
|
176
|
+
source?: string;
|
|
177
|
+
periodStart?: string;
|
|
178
|
+
periodEnd?: string;
|
|
179
|
+
limit?: number;
|
|
180
|
+
offset?: number;
|
|
181
|
+
}
|
|
182
|
+
export interface GetQueueMetricsQuery {
|
|
183
|
+
queueName?: IngestionQueueName;
|
|
184
|
+
organizationId?: string;
|
|
185
|
+
includeDetails?: boolean;
|
|
186
|
+
}
|
|
187
|
+
export interface GetProductMetricsQuery {
|
|
188
|
+
organizationId?: string;
|
|
189
|
+
periodStart: string;
|
|
190
|
+
periodEnd: string;
|
|
191
|
+
granularity?: "hour" | "day" | "week" | "month";
|
|
192
|
+
}
|
|
193
|
+
export interface CreateUploadSessionDto {
|
|
194
|
+
projectId: string;
|
|
195
|
+
source: string;
|
|
196
|
+
scanType: string;
|
|
197
|
+
target?: string;
|
|
198
|
+
payloadSizeBytes: number;
|
|
199
|
+
payloadFileCount?: number;
|
|
200
|
+
clientVersion?: string;
|
|
201
|
+
userAgent?: string;
|
|
202
|
+
}
|
|
203
|
+
//# sourceMappingURL=metrics.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"metrics.dto.d.ts","sourceRoot":"","sources":["../../src/dto/metrics.dto.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* DTOs para métricas de observabilidade da ingestão assíncrona
|
|
4
|
+
* @kubbisec/shared
|
|
5
|
+
*/
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.PlanType = exports.IngestionQueueName = exports.ErrorCategory = exports.UploadSessionStatus = void 0;
|
|
8
|
+
var UploadSessionStatus;
|
|
9
|
+
(function (UploadSessionStatus) {
|
|
10
|
+
UploadSessionStatus["PENDING"] = "pending";
|
|
11
|
+
UploadSessionStatus["UPLOADING"] = "uploading";
|
|
12
|
+
UploadSessionStatus["QUEUED"] = "queued";
|
|
13
|
+
UploadSessionStatus["PROCESSING"] = "processing";
|
|
14
|
+
UploadSessionStatus["COMPLETED"] = "completed";
|
|
15
|
+
UploadSessionStatus["FAILED"] = "failed";
|
|
16
|
+
UploadSessionStatus["CANCELLED"] = "cancelled";
|
|
17
|
+
UploadSessionStatus["TIMED_OUT"] = "timed_out";
|
|
18
|
+
})(UploadSessionStatus || (exports.UploadSessionStatus = UploadSessionStatus = {}));
|
|
19
|
+
var ErrorCategory;
|
|
20
|
+
(function (ErrorCategory) {
|
|
21
|
+
ErrorCategory["NETWORK"] = "network";
|
|
22
|
+
ErrorCategory["VALIDATION"] = "validation";
|
|
23
|
+
ErrorCategory["STORAGE"] = "storage";
|
|
24
|
+
ErrorCategory["PARSING"] = "parsing";
|
|
25
|
+
ErrorCategory["DATABASE"] = "database";
|
|
26
|
+
ErrorCategory["QUEUE"] = "queue";
|
|
27
|
+
ErrorCategory["INTERNAL"] = "internal";
|
|
28
|
+
})(ErrorCategory || (exports.ErrorCategory = ErrorCategory = {}));
|
|
29
|
+
var IngestionQueueName;
|
|
30
|
+
(function (IngestionQueueName) {
|
|
31
|
+
IngestionQueueName["REPORT_INGESTION"] = "report.ingestion";
|
|
32
|
+
IngestionQueueName["COVERAGE_INGESTION"] = "coverage.ingestion";
|
|
33
|
+
IngestionQueueName["PRE_SIGNED_UPLOAD"] = "presigned.upload";
|
|
34
|
+
})(IngestionQueueName || (exports.IngestionQueueName = IngestionQueueName = {}));
|
|
35
|
+
var PlanType;
|
|
36
|
+
(function (PlanType) {
|
|
37
|
+
PlanType["FREE"] = "free";
|
|
38
|
+
PlanType["STARTER"] = "starter";
|
|
39
|
+
PlanType["PROFESSIONAL"] = "professional";
|
|
40
|
+
PlanType["ENTERPRISE"] = "enterprise";
|
|
41
|
+
})(PlanType || (exports.PlanType = PlanType = {}));
|
|
42
|
+
//# sourceMappingURL=metrics.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"metrics.dto.js","sourceRoot":"","sources":["../../src/dto/metrics.dto.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,IAAY,mBASX;AATD,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8CAAuB,CAAA;IACvB,wCAAiB,CAAA;IACjB,gDAAyB,CAAA;IACzB,8CAAuB,CAAA;IACvB,wCAAiB,CAAA;IACjB,8CAAuB,CAAA;IACvB,8CAAuB,CAAA;AACzB,CAAC,EATW,mBAAmB,mCAAnB,mBAAmB,QAS9B;AAED,IAAY,aAQX;AARD,WAAY,aAAa;IACvB,oCAAmB,CAAA;IACnB,0CAAyB,CAAA;IACzB,oCAAmB,CAAA;IACnB,oCAAmB,CAAA;IACnB,sCAAqB,CAAA;IACrB,gCAAe,CAAA;IACf,sCAAqB,CAAA;AACvB,CAAC,EARW,aAAa,6BAAb,aAAa,QAQxB;AAED,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,2DAAqC,CAAA;IACrC,+DAAyC,CAAA;IACzC,4DAAsC,CAAA;AACxC,CAAC,EAJW,kBAAkB,kCAAlB,kBAAkB,QAI7B;AA+KD,IAAY,QAKX;AALD,WAAY,QAAQ;IAClB,yBAAa,CAAA;IACb,+BAAmB,CAAA;IACnB,yCAA6B,CAAA;IAC7B,qCAAyB,CAAA;AAC3B,CAAC,EALW,QAAQ,wBAAR,QAAQ,QAKnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"record-gate-result.dto.d.ts","sourceRoot":"","sources":["../../src/dto/record-gate-result.dto.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAE1D,qBAAa,mBAAmB;IAE9B,MAAM,EAAG,OAAO,CAAC;IAKjB,SAAS,CAAC,EAAE,mBAAmB,CAAC;CACjC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.RecordGateResultDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
const create_report_dto_1 = require("./create-report.dto");
|
|
16
|
+
class RecordGateResultDto {
|
|
17
|
+
passed;
|
|
18
|
+
execution;
|
|
19
|
+
}
|
|
20
|
+
exports.RecordGateResultDto = RecordGateResultDto;
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, class_validator_1.IsBoolean)(),
|
|
23
|
+
__metadata("design:type", Boolean)
|
|
24
|
+
], RecordGateResultDto.prototype, "passed", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, class_validator_1.IsOptional)(),
|
|
27
|
+
(0, class_validator_1.ValidateNested)(),
|
|
28
|
+
(0, class_transformer_1.Type)(() => create_report_dto_1.ExecutionContextDto),
|
|
29
|
+
__metadata("design:type", create_report_dto_1.ExecutionContextDto)
|
|
30
|
+
], RecordGateResultDto.prototype, "execution", void 0);
|
|
31
|
+
//# sourceMappingURL=record-gate-result.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"record-gate-result.dto.js","sourceRoot":"","sources":["../../src/dto/record-gate-result.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,qDAAwE;AACxE,2DAA0D;AAE1D,MAAa,mBAAmB;IAE9B,MAAM,CAAW;IAKjB,SAAS,CAAuB;CACjC;AARD,kDAQC;AANC;IADC,IAAA,2BAAS,GAAE;;mDACK;AAKjB;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;IAChB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,uCAAmB,CAAC;8BACpB,uCAAmB;sDAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-coverage-gate.dto.d.ts","sourceRoot":"","sources":["../../src/dto/update-coverage-gate.dto.ts"],"names":[],"mappings":"AAEA,qBAAa,qBAAqB;IAKhC,eAAe,CAAC,EAAE,MAAM,CAAC;IAMzB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAM3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAI7B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.UpdateCoverageGateDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class UpdateCoverageGateDto {
|
|
15
|
+
lineCoverageMin;
|
|
16
|
+
branchCoverageMin;
|
|
17
|
+
functionCoverageMin;
|
|
18
|
+
enabled;
|
|
19
|
+
}
|
|
20
|
+
exports.UpdateCoverageGateDto = UpdateCoverageGateDto;
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, class_validator_1.IsOptional)(),
|
|
23
|
+
(0, class_validator_1.IsNumber)(),
|
|
24
|
+
(0, class_validator_1.Min)(0),
|
|
25
|
+
(0, class_validator_1.Max)(100),
|
|
26
|
+
__metadata("design:type", Number)
|
|
27
|
+
], UpdateCoverageGateDto.prototype, "lineCoverageMin", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, class_validator_1.IsOptional)(),
|
|
30
|
+
(0, class_validator_1.IsNumber)(),
|
|
31
|
+
(0, class_validator_1.Min)(0),
|
|
32
|
+
(0, class_validator_1.Max)(100),
|
|
33
|
+
__metadata("design:type", Number)
|
|
34
|
+
], UpdateCoverageGateDto.prototype, "branchCoverageMin", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, class_validator_1.IsOptional)(),
|
|
37
|
+
(0, class_validator_1.IsNumber)(),
|
|
38
|
+
(0, class_validator_1.Min)(0),
|
|
39
|
+
(0, class_validator_1.Max)(100),
|
|
40
|
+
__metadata("design:type", Number)
|
|
41
|
+
], UpdateCoverageGateDto.prototype, "functionCoverageMin", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, class_validator_1.IsOptional)(),
|
|
44
|
+
(0, class_validator_1.IsBoolean)(),
|
|
45
|
+
__metadata("design:type", Boolean)
|
|
46
|
+
], UpdateCoverageGateDto.prototype, "enabled", void 0);
|
|
47
|
+
//# sourceMappingURL=update-coverage-gate.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-coverage-gate.dto.js","sourceRoot":"","sources":["../../src/dto/update-coverage-gate.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA4E;AAE5E,MAAa,qBAAqB;IAKhC,eAAe,CAAU;IAMzB,iBAAiB,CAAU;IAM3B,mBAAmB,CAAU;IAI7B,OAAO,CAAW;CACnB;AAtBD,sDAsBC;AAjBC;IAJC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAG,EAAC,CAAC,CAAC;IACN,IAAA,qBAAG,EAAC,GAAG,CAAC;;8DACgB;AAMzB;IAJC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAG,EAAC,CAAC,CAAC;IACN,IAAA,qBAAG,EAAC,GAAG,CAAC;;gEACkB;AAM3B;IAJC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAG,EAAC,CAAC,CAAC;IACN,IAAA,qBAAG,EAAC,GAAG,CAAC;;kEACoB;AAI7B;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;;sDACM"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-performance-gate.dto.d.ts","sourceRoot":"","sources":["../../src/dto/update-performance-gate.dto.ts"],"names":[],"mappings":"AAEA,qBAAa,wBAAwB;IAInC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAI5B,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAItC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.UpdatePerformanceGateDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class UpdatePerformanceGateDto {
|
|
15
|
+
maxBundleSizeBytes;
|
|
16
|
+
maxLatencyMs; // { "/projects": 200, "/projects/:id/reports": 500 }
|
|
17
|
+
enabled;
|
|
18
|
+
}
|
|
19
|
+
exports.UpdatePerformanceGateDto = UpdatePerformanceGateDto;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, class_validator_1.IsOptional)(),
|
|
22
|
+
(0, class_validator_1.IsNumber)(),
|
|
23
|
+
(0, class_validator_1.Min)(0),
|
|
24
|
+
__metadata("design:type", Number)
|
|
25
|
+
], UpdatePerformanceGateDto.prototype, "maxBundleSizeBytes", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, class_validator_1.IsObject)(),
|
|
28
|
+
(0, class_validator_1.IsOptional)(),
|
|
29
|
+
__metadata("design:type", Object)
|
|
30
|
+
], UpdatePerformanceGateDto.prototype, "maxLatencyMs", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, class_validator_1.IsOptional)(),
|
|
33
|
+
(0, class_validator_1.IsBoolean)(),
|
|
34
|
+
__metadata("design:type", Boolean)
|
|
35
|
+
], UpdatePerformanceGateDto.prototype, "enabled", void 0);
|
|
36
|
+
//# sourceMappingURL=update-performance-gate.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-performance-gate.dto.js","sourceRoot":"","sources":["../../src/dto/update-performance-gate.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiF;AAEjF,MAAa,wBAAwB;IAInC,kBAAkB,CAAU;IAI5B,YAAY,CAA0B,CAAC,qDAAqD;IAI5F,OAAO,CAAW;CACnB;AAbD,4DAaC;AATC;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAG,EAAC,CAAC,CAAC;;oEACqB;AAI5B;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8DACyB;AAItC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;;yDACM"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type AssetCriticality, type AssetExposure } from "./create-project.dto";
|
|
2
|
+
export declare class UpdateProjectDto {
|
|
3
|
+
name?: string;
|
|
4
|
+
description?: string;
|
|
5
|
+
criticality?: AssetCriticality;
|
|
6
|
+
exposure?: AssetExposure;
|
|
7
|
+
defaultBranch?: string;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=update-project.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-project.dto.d.ts","sourceRoot":"","sources":["../../src/dto/update-project.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,KAAK,gBAAgB,EACrB,KAAK,aAAa,EACnB,MAAM,sBAAsB,CAAC;AAE9B,qBAAa,gBAAgB;IAK3B,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,WAAW,CAAC,EAAE,MAAM,CAAC;IAIrB,WAAW,CAAC,EAAE,gBAAgB,CAAC;IAI/B,QAAQ,CAAC,EAAE,aAAa,CAAC;IAKzB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.UpdateProjectDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const create_project_dto_1 = require("./create-project.dto");
|
|
15
|
+
class UpdateProjectDto {
|
|
16
|
+
name;
|
|
17
|
+
description;
|
|
18
|
+
criticality;
|
|
19
|
+
exposure;
|
|
20
|
+
defaultBranch;
|
|
21
|
+
}
|
|
22
|
+
exports.UpdateProjectDto = UpdateProjectDto;
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, class_validator_1.IsOptional)(),
|
|
25
|
+
(0, class_validator_1.IsString)(),
|
|
26
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
27
|
+
(0, class_validator_1.MaxLength)(255),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], UpdateProjectDto.prototype, "name", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, class_validator_1.IsOptional)(),
|
|
32
|
+
(0, class_validator_1.IsString)(),
|
|
33
|
+
(0, class_validator_1.MaxLength)(1000),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], UpdateProjectDto.prototype, "description", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, class_validator_1.IsOptional)(),
|
|
38
|
+
(0, class_validator_1.IsIn)(create_project_dto_1.ASSET_CRITICALITIES),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], UpdateProjectDto.prototype, "criticality", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, class_validator_1.IsOptional)(),
|
|
43
|
+
(0, class_validator_1.IsIn)(create_project_dto_1.ASSET_EXPOSURES),
|
|
44
|
+
__metadata("design:type", String)
|
|
45
|
+
], UpdateProjectDto.prototype, "exposure", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, class_validator_1.IsOptional)(),
|
|
48
|
+
(0, class_validator_1.IsString)(),
|
|
49
|
+
(0, class_validator_1.MaxLength)(100),
|
|
50
|
+
__metadata("design:type", String)
|
|
51
|
+
], UpdateProjectDto.prototype, "defaultBranch", void 0);
|
|
52
|
+
//# sourceMappingURL=update-project.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-project.dto.js","sourceRoot":"","sources":["../../src/dto/update-project.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAoF;AACpF,6DAK8B;AAE9B,MAAa,gBAAgB;IAK3B,IAAI,CAAU;IAKd,WAAW,CAAU;IAIrB,WAAW,CAAoB;IAI/B,QAAQ,CAAiB;IAKzB,aAAa,CAAU;CACxB;AAxBD,4CAwBC;AAnBC;IAJC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;8CACD;AAKd;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,2BAAS,EAAC,IAAI,CAAC;;qDACK;AAIrB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,sBAAI,EAAC,wCAAmB,CAAC;;qDACK;AAI/B;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,sBAAI,EAAC,oCAAe,CAAC;;kDACG;AAKzB;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,2BAAS,EAAC,GAAG,CAAC;;uDACQ"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare class UpdateSecurityGateDto {
|
|
2
|
+
minScore?: number | null;
|
|
3
|
+
maxBySeverity?: Record<string, number> | null;
|
|
4
|
+
enabled?: boolean;
|
|
5
|
+
inheritFromOrg?: boolean;
|
|
6
|
+
exceptionReason?: string | null;
|
|
7
|
+
exceptionExpiresAt?: string | null;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=update-security-gate.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-security-gate.dto.d.ts","sourceRoot":"","sources":["../../src/dto/update-security-gate.dto.ts"],"names":[],"mappings":"AAaA,qBAAa,qBAAqB;IAMhC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAIzB,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,CAAC;IAI9C,OAAO,CAAC,EAAE,OAAO,CAAC;IAIlB,cAAc,CAAC,EAAE,OAAO,CAAC;IAKzB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAIhC,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACpC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.UpdateSecurityGateDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
class UpdateSecurityGateDto {
|
|
16
|
+
minScore;
|
|
17
|
+
maxBySeverity;
|
|
18
|
+
enabled;
|
|
19
|
+
inheritFromOrg;
|
|
20
|
+
exceptionReason;
|
|
21
|
+
exceptionExpiresAt;
|
|
22
|
+
}
|
|
23
|
+
exports.UpdateSecurityGateDto = UpdateSecurityGateDto;
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, class_validator_1.IsOptional)(),
|
|
26
|
+
(0, class_transformer_1.Type)(() => Number),
|
|
27
|
+
(0, class_validator_1.IsInt)(),
|
|
28
|
+
(0, class_validator_1.Min)(0),
|
|
29
|
+
(0, class_validator_1.Max)(1000),
|
|
30
|
+
__metadata("design:type", Object)
|
|
31
|
+
], UpdateSecurityGateDto.prototype, "minScore", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, class_validator_1.IsOptional)(),
|
|
34
|
+
(0, class_validator_1.IsObject)(),
|
|
35
|
+
__metadata("design:type", Object)
|
|
36
|
+
], UpdateSecurityGateDto.prototype, "maxBySeverity", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, class_validator_1.IsOptional)(),
|
|
39
|
+
(0, class_validator_1.IsBoolean)(),
|
|
40
|
+
__metadata("design:type", Boolean)
|
|
41
|
+
], UpdateSecurityGateDto.prototype, "enabled", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, class_validator_1.IsOptional)(),
|
|
44
|
+
(0, class_validator_1.IsBoolean)(),
|
|
45
|
+
__metadata("design:type", Boolean)
|
|
46
|
+
], UpdateSecurityGateDto.prototype, "inheritFromOrg", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
(0, class_validator_1.IsOptional)(),
|
|
49
|
+
(0, class_validator_1.IsString)(),
|
|
50
|
+
(0, class_validator_1.MaxLength)(500),
|
|
51
|
+
__metadata("design:type", Object)
|
|
52
|
+
], UpdateSecurityGateDto.prototype, "exceptionReason", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, class_validator_1.IsOptional)(),
|
|
55
|
+
(0, class_validator_1.IsDateString)(),
|
|
56
|
+
__metadata("design:type", Object)
|
|
57
|
+
], UpdateSecurityGateDto.prototype, "exceptionExpiresAt", void 0);
|
|
58
|
+
//# sourceMappingURL=update-security-gate.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-security-gate.dto.js","sourceRoot":"","sources":["../../src/dto/update-security-gate.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,qDAUyB;AAEzB,MAAa,qBAAqB;IAMhC,QAAQ,CAAiB;IAIzB,aAAa,CAAiC;IAI9C,OAAO,CAAW;IAIlB,cAAc,CAAW;IAKzB,eAAe,CAAiB;IAIhC,kBAAkB,CAAiB;CACpC;AA5BD,sDA4BC;AAtBC;IALC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,IAAA,uBAAK,GAAE;IACP,IAAA,qBAAG,EAAC,CAAC,CAAC;IACN,IAAA,qBAAG,EAAC,IAAI,CAAC;;uDACe;AAIzB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4DACmC;AAI9C;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;;sDACM;AAIlB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;;6DACa;AAKzB;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,2BAAS,EAAC,GAAG,CAAC;;8DACiB;AAIhC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;;iEACoB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-vulnerability.dto.d.ts","sourceRoot":"","sources":["../../src/dto/update-vulnerability.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAE/C,qBAAa,sBAAsB;IAGjC,MAAM,CAAC,EAAE,mBAAmB,CAAC;IAI7B,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.UpdateVulnerabilityDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const enums_1 = require("../enums");
|
|
15
|
+
class UpdateVulnerabilityDto {
|
|
16
|
+
status;
|
|
17
|
+
recommendation;
|
|
18
|
+
}
|
|
19
|
+
exports.UpdateVulnerabilityDto = UpdateVulnerabilityDto;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, class_validator_1.IsEnum)(enums_1.VulnerabilityStatus),
|
|
22
|
+
(0, class_validator_1.IsOptional)(),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], UpdateVulnerabilityDto.prototype, "status", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, class_validator_1.IsString)(),
|
|
27
|
+
(0, class_validator_1.IsOptional)(),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], UpdateVulnerabilityDto.prototype, "recommendation", void 0);
|
|
30
|
+
//# sourceMappingURL=update-vulnerability.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-vulnerability.dto.js","sourceRoot":"","sources":["../../src/dto/update-vulnerability.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,oCAA+C;AAE/C,MAAa,sBAAsB;IAGjC,MAAM,CAAuB;IAI7B,cAAc,CAAU;CACzB;AARD,wDAQC;AALC;IAFC,IAAA,wBAAM,EAAC,2BAAmB,CAAC;IAC3B,IAAA,4BAAU,GAAE;;sDACgB;AAI7B;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8DACW"}
|