@kubbisec/ai-linux-x64 0.1.22 → 0.1.23
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/components/kubbisec-model-selector.d.ts +47 -34
- package/bundled/components/kubbisec-model-selector.js +187 -177
- package/bundled/config/config.d.ts +6 -6
- package/bundled/config/config.js +54 -52
- package/bundled/config/detect-local-llm-providers.d.ts +26 -16
- package/bundled/config/detect-local-llm-providers.js +130 -142
- package/bundled/config/ensure-kbs-project-settings.d.ts +8 -8
- package/bundled/config/ensure-kbs-project-settings.js +27 -28
- package/bundled/config/ensure-kubbisec-project-settings.d.ts +9 -9
- package/bundled/config/ensure-kubbisec-project-settings.js +62 -67
- package/bundled/config/extended-context.d.ts +5 -6
- package/bundled/config/extended-context.js +23 -22
- package/bundled/config/feature-flags.d.ts +10 -2
- package/bundled/config/feature-flags.js +8 -2
- package/bundled/config/format-kubbisec-footer-status.d.ts +1 -1
- package/bundled/config/format-kubbisec-footer-status.js +26 -31
- package/bundled/config/kubbisec-extension-manifest.d.ts +21 -2
- package/bundled/config/kubbisec-extension-manifest.js +19 -19
- package/bundled/config/llm-config-mutations.d.ts +51 -25
- package/bundled/config/llm-config-mutations.js +173 -182
- package/bundled/config/llm-config.d.ts +54 -41
- package/bundled/config/llm-config.js +199 -199
- package/bundled/config/llm-provider-catalog.d.ts +18 -15
- package/bundled/config/llm-provider-catalog.js +45 -46
- package/bundled/config/materialize-kubbisec-pi-resources.d.ts +1 -1
- package/bundled/config/materialize-kubbisec-pi-resources.js +173 -182
- package/bundled/config/register-custom-llm-providers.d.ts +11 -5
- package/bundled/config/register-custom-llm-providers.js +17 -15
- package/bundled/config/register-kubbisec-llm-provider.d.ts +14 -10
- package/bundled/config/register-kubbisec-llm-provider.js +50 -42
- package/bundled/config/resolve-agents-context-file.d.ts +1 -1
- package/bundled/config/resolve-agents-context-file.js +33 -34
- package/bundled/config/resource-budget.d.ts +12 -12
- package/bundled/config/resource-budget.js +28 -28
- package/bundled/config/sync-kubbisec-pi-models.d.ts +6 -3
- package/bundled/config/sync-kubbisec-pi-models.js +58 -58
- package/bundled/copy/cli-reference-index.d.ts +1 -1
- package/bundled/copy/cli-reference-index.js +1 -1
- package/bundled/copy/kubbisec-shell-copy.d.ts +11 -6
- package/bundled/copy/kubbisec-shell-copy.js +1 -1
- package/bundled/extensions/cli-local-shared.d.ts +56 -32
- package/bundled/extensions/cli-local-shared.js +135 -125
- package/bundled/extensions/kubbisec-aspm-local.extension.d.ts +18 -15
- package/bundled/extensions/kubbisec-aspm-local.extension.js +109 -106
- package/bundled/extensions/kubbisec-brand.extension.d.ts +1 -1
- package/bundled/extensions/kubbisec-brand.extension.js +25 -25
- package/bundled/extensions/kubbisec-byok-provider.extension.d.ts +1 -1
- package/bundled/extensions/kubbisec-byok-provider.extension.js +2 -2
- package/bundled/extensions/kubbisec-clarify.extension.d.ts +64 -35
- package/bundled/extensions/kubbisec-clarify.extension.js +323 -305
- package/bundled/extensions/kubbisec-exit.extension.d.ts +1 -1
- package/bundled/extensions/kubbisec-exit.extension.js +29 -32
- package/bundled/extensions/kubbisec-extended-context.extension.d.ts +1 -1
- package/bundled/extensions/kubbisec-extended-context.extension.js +56 -43
- package/bundled/extensions/kubbisec-footer.extension.d.ts +14 -14
- package/bundled/extensions/kubbisec-footer.extension.js +205 -215
- package/bundled/extensions/kubbisec-github-local.extension.d.ts +26 -18
- package/bundled/extensions/kubbisec-github-local.extension.js +430 -417
- package/bundled/extensions/kubbisec-llm-config.extension.d.ts +1 -1
- package/bundled/extensions/kubbisec-llm-config.extension.js +200 -181
- package/bundled/extensions/kubbisec-memory.extension.d.ts +9 -7
- package/bundled/extensions/kubbisec-memory.extension.js +88 -95
- package/bundled/extensions/kubbisec-naus-local.extension.d.ts +18 -15
- package/bundled/extensions/kubbisec-naus-local.extension.js +123 -103
- package/bundled/extensions/kubbisec-platform-tools.extension.d.ts +31 -21
- package/bundled/extensions/kubbisec-platform-tools.extension.js +152 -152
- package/bundled/extensions/kubbisec-runtime-status.extension.d.ts +10 -8
- package/bundled/extensions/kubbisec-runtime-status.extension.js +15 -13
- package/bundled/extensions/kubbisec-scope.extension.d.ts +12 -7
- package/bundled/extensions/kubbisec-scope.extension.js +13 -13
- package/bundled/extensions/kubbisec-skill-mentions.extension.d.ts +27 -16
- package/bundled/extensions/kubbisec-skill-mentions.extension.js +74 -64
- package/bundled/extensions/kubbisec-skill-telemetry.extension.d.ts +2 -3
- package/bundled/extensions/kubbisec-skill-telemetry.extension.js +59 -64
- package/bundled/extensions/kubbisec-theme-lock.extension.d.ts +1 -1
- package/bundled/extensions/kubbisec-theme-lock.extension.js +33 -34
- package/bundled/extensions/kubbisec-ui.extension.d.ts +1 -1
- package/bundled/extensions/kubbisec-ui.extension.js +90 -92
- package/bundled/extensions/kubbisec-workflow.extension.d.ts +20 -18
- package/bundled/extensions/kubbisec-workflow.extension.js +138 -140
- package/bundled/resolve-bundled-dist-root.js +121 -130
- package/bundled/skills/at-path-mentions.d.ts +1 -1
- package/bundled/skills/at-path-mentions.js +146 -153
- package/bundled/skills/chat-mention-render.d.ts +2 -2
- package/bundled/skills/chat-mention-render.js +121 -126
- package/bundled/skills/chat-mentions.d.ts +17 -8
- package/bundled/skills/chat-mentions.js +76 -76
- package/bundled/skills/list-bundled-skills.d.ts +3 -3
- package/bundled/skills/list-bundled-skills.js +33 -35
- package/bundled/skills/skill-mention.d.ts +10 -2
- package/bundled/skills/skill-mention.js +10 -2
- package/bundled/theme/clear-terminal.d.ts +1 -1
- package/bundled/theme/clear-terminal.js +3 -4
- package/bundled/theme/footer-render-hook.d.ts +1 -1
- package/bundled/theme/footer-render-hook.js +3 -3
- package/bundled/theme/kubbisec-brand-fg.d.ts +1 -1
- package/bundled/theme/kubbisec-brand-fg.js +2 -2
- package/bundled/theme/kubbisec-menu-themes.d.ts +7 -7
- package/bundled/theme/kubbisec-menu-themes.js +30 -31
- package/bundled/theme/kubbisec-theme-name.d.ts +1 -1
- package/bundled/theme/kubbisec-theme-name.js +1 -1
- package/bundled/theme/patch-pi-settings-theme.runtime.d.ts +1 -1
- package/bundled/theme/patch-pi-settings-theme.runtime.js +11 -10
- package/bundled/theme/render-compact-header.d.ts +13 -5
- package/bundled/theme/render-compact-header.js +126 -128
- package/bundled/workflow/session-workflow-mode.d.ts +1 -1
- package/bundled/workflow/session-workflow-mode.js +33 -33
- package/package.json +1 -1
|
@@ -1,18 +1,21 @@
|
|
|
1
1
|
type ExtensionApi = {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
2
|
+
registerTool: (def: {
|
|
3
|
+
name: string;
|
|
4
|
+
label: string;
|
|
5
|
+
description: string;
|
|
6
|
+
parameters: unknown;
|
|
7
|
+
execute: (
|
|
8
|
+
toolCallId: string,
|
|
9
|
+
params: Record<string, unknown>,
|
|
10
|
+
signal: AbortSignal,
|
|
11
|
+
) => Promise<{
|
|
12
|
+
content: Array<{
|
|
13
|
+
type: "text";
|
|
14
|
+
text: string;
|
|
15
|
+
}>;
|
|
16
|
+
details?: unknown;
|
|
17
|
+
}>;
|
|
18
|
+
}) => void;
|
|
15
19
|
};
|
|
16
20
|
export default function kubbisecNausLocal(api: ExtensionApi): void;
|
|
17
|
-
|
|
18
|
-
//# sourceMappingURL=kubbisec-naus-local.extension.d.ts.map
|
|
21
|
+
//# sourceMappingURL=kubbisec-naus-local.extension.d.ts.map
|
|
@@ -1,112 +1,132 @@
|
|
|
1
1
|
import { Type } from "@earendil-works/pi-ai";
|
|
2
|
-
import {
|
|
2
|
+
import {
|
|
3
|
+
buildCliEnsureFailureResult,
|
|
4
|
+
buildCliToolResult,
|
|
5
|
+
ensureLocalCliOrInstall,
|
|
6
|
+
execCapture,
|
|
7
|
+
NAUS_LOCAL_RUN_TIMEOUT_MS,
|
|
8
|
+
resolvePathInWorkspace,
|
|
9
|
+
resolveWorkspace,
|
|
10
|
+
} from "./cli-local-shared.js";
|
|
11
|
+
|
|
3
12
|
function appendRepeatableFileFlag(args, flag, paths, cwd) {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
args.push(flag, resolvePathInWorkspace(entry.trim(), cwd));
|
|
9
|
-
}
|
|
13
|
+
if (!Array.isArray(paths)) return;
|
|
14
|
+
for (const entry of paths) {
|
|
15
|
+
if (typeof entry === "string" && entry.trim()) {
|
|
16
|
+
args.push(flag, resolvePathInWorkspace(entry.trim(), cwd));
|
|
10
17
|
}
|
|
18
|
+
}
|
|
11
19
|
}
|
|
12
20
|
export default function kubbisecNausLocal(api) {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
21
|
+
api.registerTool({
|
|
22
|
+
name: "naus_local_status",
|
|
23
|
+
label: "Naus CLI status",
|
|
24
|
+
description: "Checks local `naus` availability and shows a help excerpt.",
|
|
25
|
+
parameters: Type.Object({}),
|
|
26
|
+
async execute() {
|
|
27
|
+
const cwd = resolveWorkspace();
|
|
28
|
+
const parts = [`workspace: ${cwd}`];
|
|
29
|
+
const ensured = ensureLocalCliOrInstall("naus");
|
|
30
|
+
if (!ensured.ok) return buildCliEnsureFailureResult("naus", cwd, ensured.message);
|
|
31
|
+
const help = await execCapture("naus", ["--help"], cwd);
|
|
32
|
+
const helpResult = buildCliToolResult("naus", ["--help"], cwd, help);
|
|
33
|
+
return {
|
|
34
|
+
content: [
|
|
35
|
+
{ type: "text", text: `${parts.join("\n")}\n\n${helpResult.content[0]?.text ?? ""}` },
|
|
36
|
+
],
|
|
37
|
+
details: helpResult.details,
|
|
38
|
+
};
|
|
39
|
+
},
|
|
40
|
+
});
|
|
41
|
+
api.registerTool({
|
|
42
|
+
name: "naus_local_validate",
|
|
43
|
+
label: "Naus validate file",
|
|
44
|
+
description: "Runs `naus validate <path>` in the workspace.",
|
|
45
|
+
parameters: Type.Object({
|
|
46
|
+
path: Type.String({ description: "Pipeline YAML path relative to workspace" }),
|
|
47
|
+
}),
|
|
48
|
+
async execute(_id, params) {
|
|
49
|
+
const cwd = resolveWorkspace();
|
|
50
|
+
const ensured = ensureLocalCliOrInstall("naus");
|
|
51
|
+
if (!ensured.ok) return buildCliEnsureFailureResult("naus", cwd, ensured.message);
|
|
52
|
+
const filePath = resolvePathInWorkspace(String(params.path), cwd);
|
|
53
|
+
const result = await execCapture("naus", ["validate", filePath], cwd);
|
|
54
|
+
return buildCliToolResult("naus", ["validate", filePath], cwd, result);
|
|
55
|
+
},
|
|
56
|
+
});
|
|
57
|
+
api.registerTool({
|
|
58
|
+
name: "naus_local_plan",
|
|
59
|
+
label: "Naus plan pipeline",
|
|
60
|
+
description: "Runs `naus plan <path>` (optional mermaid format) in the workspace.",
|
|
61
|
+
parameters: Type.Object({
|
|
62
|
+
path: Type.String({ description: "Pipeline YAML path relative to workspace" }),
|
|
63
|
+
format: Type.Optional(
|
|
64
|
+
Type.Union([Type.Literal("text"), Type.Literal("mermaid")], {
|
|
65
|
+
description: "Output format (default text)",
|
|
40
66
|
}),
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
const filePath = resolvePathInWorkspace(String(params.path), cwd);
|
|
47
|
-
const result = await execCapture("naus", ["validate", filePath], cwd);
|
|
48
|
-
return buildCliToolResult("naus", ["validate", filePath], cwd, result);
|
|
49
|
-
},
|
|
50
|
-
});
|
|
51
|
-
api.registerTool({
|
|
52
|
-
name: "naus_local_plan",
|
|
53
|
-
label: "Naus plan pipeline",
|
|
54
|
-
description: "Runs `naus plan <path>` (optional mermaid format) in the workspace.",
|
|
55
|
-
parameters: Type.Object({
|
|
56
|
-
path: Type.String({ description: "Pipeline YAML path relative to workspace" }),
|
|
57
|
-
format: Type.Optional(Type.Union([Type.Literal("text"), Type.Literal("mermaid")], {
|
|
58
|
-
description: "Output format (default text)",
|
|
59
|
-
})),
|
|
60
|
-
envFiles: Type.Optional(Type.Array(Type.String(), {
|
|
61
|
-
description: 'Optional .env-style files (repeatable via --env-file). Example: [".env"]. Default: .env in cwd when present.',
|
|
62
|
-
})),
|
|
63
|
-
secretFiles: Type.Optional(Type.Array(Type.String(), {
|
|
64
|
-
description: 'Optional secret files (repeatable via --secret-file). Example: [".secrets"] or [".secret"]. Default: .secrets in cwd when present.',
|
|
65
|
-
})),
|
|
67
|
+
),
|
|
68
|
+
envFiles: Type.Optional(
|
|
69
|
+
Type.Array(Type.String(), {
|
|
70
|
+
description:
|
|
71
|
+
'Optional .env-style files (repeatable via --env-file). Example: [".env"]. Default: .env in cwd when present.',
|
|
66
72
|
}),
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
const filePath = resolvePathInWorkspace(String(params.path), cwd);
|
|
73
|
-
const fmt = params.format === "mermaid" ? "mermaid" : "text";
|
|
74
|
-
const args = ["plan", filePath, "--format", fmt];
|
|
75
|
-
appendRepeatableFileFlag(args, "--env-file", params.envFiles, cwd);
|
|
76
|
-
appendRepeatableFileFlag(args, "--secret-file", params.secretFiles, cwd);
|
|
77
|
-
const result = await execCapture("naus", args, cwd);
|
|
78
|
-
return buildCliToolResult("naus", args, cwd, result);
|
|
79
|
-
},
|
|
80
|
-
});
|
|
81
|
-
api.registerTool({
|
|
82
|
-
name: "naus_local_run",
|
|
83
|
-
label: "Naus run pipeline locally",
|
|
84
|
-
description: "Runs `naus run <path>` on this machine (up to 15 min). Optional --env-file / --secret-file (e.g. .env, .secrets). Prefer cloud `trigger_run` for KubbiSec CI.",
|
|
85
|
-
parameters: Type.Object({
|
|
86
|
-
path: Type.String({ description: "Pipeline YAML path relative to workspace" }),
|
|
87
|
-
envFiles: Type.Optional(Type.Array(Type.String(), {
|
|
88
|
-
description: 'Optional .env-style files (maps to repeated --env-file). Example: [".env"].',
|
|
89
|
-
})),
|
|
90
|
-
secretFiles: Type.Optional(Type.Array(Type.String(), {
|
|
91
|
-
description: 'Optional secret files (maps to repeated --secret-file). Example: [".secrets"] or [".secret"].',
|
|
92
|
-
})),
|
|
73
|
+
),
|
|
74
|
+
secretFiles: Type.Optional(
|
|
75
|
+
Type.Array(Type.String(), {
|
|
76
|
+
description:
|
|
77
|
+
'Optional secret files (repeatable via --secret-file). Example: [".secrets"] or [".secret"]. Default: .secrets in cwd when present.',
|
|
93
78
|
}),
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
79
|
+
),
|
|
80
|
+
}),
|
|
81
|
+
async execute(_id, params) {
|
|
82
|
+
const cwd = resolveWorkspace();
|
|
83
|
+
const ensured = ensureLocalCliOrInstall("naus");
|
|
84
|
+
if (!ensured.ok) return buildCliEnsureFailureResult("naus", cwd, ensured.message);
|
|
85
|
+
const filePath = resolvePathInWorkspace(String(params.path), cwd);
|
|
86
|
+
const fmt = params.format === "mermaid" ? "mermaid" : "text";
|
|
87
|
+
const args = ["plan", filePath, "--format", fmt];
|
|
88
|
+
appendRepeatableFileFlag(args, "--env-file", params.envFiles, cwd);
|
|
89
|
+
appendRepeatableFileFlag(args, "--secret-file", params.secretFiles, cwd);
|
|
90
|
+
const result = await execCapture("naus", args, cwd);
|
|
91
|
+
return buildCliToolResult("naus", args, cwd, result);
|
|
92
|
+
},
|
|
93
|
+
});
|
|
94
|
+
api.registerTool({
|
|
95
|
+
name: "naus_local_run",
|
|
96
|
+
label: "Naus run pipeline locally",
|
|
97
|
+
description:
|
|
98
|
+
"Runs `naus run <path>` on this machine (up to 15 min). Optional --env-file / --secret-file (e.g. .env, .secrets). Prefer cloud `trigger_run` for KubbiSec CI.",
|
|
99
|
+
parameters: Type.Object({
|
|
100
|
+
path: Type.String({ description: "Pipeline YAML path relative to workspace" }),
|
|
101
|
+
envFiles: Type.Optional(
|
|
102
|
+
Type.Array(Type.String(), {
|
|
103
|
+
description:
|
|
104
|
+
'Optional .env-style files (maps to repeated --env-file). Example: [".env"].',
|
|
105
|
+
}),
|
|
106
|
+
),
|
|
107
|
+
secretFiles: Type.Optional(
|
|
108
|
+
Type.Array(Type.String(), {
|
|
109
|
+
description:
|
|
110
|
+
'Optional secret files (maps to repeated --secret-file). Example: [".secrets"] or [".secret"].',
|
|
111
|
+
}),
|
|
112
|
+
),
|
|
113
|
+
}),
|
|
114
|
+
async execute(_id, params, signal) {
|
|
115
|
+
const cwd = resolveWorkspace();
|
|
116
|
+
const ensured = ensureLocalCliOrInstall("naus");
|
|
117
|
+
if (!ensured.ok) return buildCliEnsureFailureResult("naus", cwd, ensured.message);
|
|
118
|
+
const filePath = resolvePathInWorkspace(String(params.path), cwd);
|
|
119
|
+
const args = ["run", filePath];
|
|
120
|
+
appendRepeatableFileFlag(args, "--env-file", params.envFiles, cwd);
|
|
121
|
+
appendRepeatableFileFlag(args, "--secret-file", params.secretFiles, cwd);
|
|
122
|
+
const result = await execCapture("naus", args, cwd, {
|
|
123
|
+
signal,
|
|
124
|
+
timeoutMs: NAUS_LOCAL_RUN_TIMEOUT_MS,
|
|
125
|
+
});
|
|
126
|
+
const note =
|
|
127
|
+
"\n\nNote: for KubbiSec-hosted CI use API tool trigger_run after set_pipeline_yaml.";
|
|
128
|
+
return buildCliToolResult("naus", args, cwd, result, note);
|
|
129
|
+
},
|
|
130
|
+
});
|
|
111
131
|
}
|
|
112
|
-
//# sourceMappingURL=kubbisec-naus-local.extension.js.map
|
|
132
|
+
//# sourceMappingURL=kubbisec-naus-local.extension.js.map
|
|
@@ -2,29 +2,39 @@
|
|
|
2
2
|
* Registers KubbiSec DevSecOps assistant tools from the API catalog (session_start).
|
|
3
3
|
*/
|
|
4
4
|
type ExtensionApi = {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
5
|
+
on: (
|
|
6
|
+
event: string,
|
|
7
|
+
handler: (event: unknown, ctx: ExtensionContext) => void | Promise<void>,
|
|
8
|
+
) => void;
|
|
9
|
+
registerTool: (def: {
|
|
10
|
+
name: string;
|
|
11
|
+
label: string;
|
|
12
|
+
description: string;
|
|
13
|
+
parameters: unknown;
|
|
14
|
+
execute: (
|
|
15
|
+
toolCallId: string,
|
|
16
|
+
params: Record<string, unknown>,
|
|
17
|
+
signal: AbortSignal,
|
|
18
|
+
onUpdate: unknown,
|
|
19
|
+
ctx: ExtensionContext,
|
|
20
|
+
) => Promise<{
|
|
21
|
+
content: Array<{
|
|
22
|
+
type: "text";
|
|
23
|
+
text: string;
|
|
24
|
+
}>;
|
|
25
|
+
details?: unknown;
|
|
26
|
+
}>;
|
|
27
|
+
}) => void;
|
|
19
28
|
};
|
|
20
29
|
type ExtensionContext = {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
30
|
+
ui?: {
|
|
31
|
+
notify: (message: string, level: string) => void;
|
|
32
|
+
setStatus: (key: string, text: string | undefined) => void;
|
|
33
|
+
};
|
|
25
34
|
};
|
|
26
|
-
export declare function extractVulnerabilityIdFromParams(
|
|
35
|
+
export declare function extractVulnerabilityIdFromParams(
|
|
36
|
+
params: Record<string, unknown>,
|
|
37
|
+
): string | undefined;
|
|
27
38
|
export declare function catalogParametersSchema(parameters: Record<string, unknown>): unknown;
|
|
28
39
|
export default function kubbisecPlatformTools(api: ExtensionApi): void;
|
|
29
|
-
|
|
30
|
-
//# sourceMappingURL=kubbisec-platform-tools.extension.d.ts.map
|
|
40
|
+
//# sourceMappingURL=kubbisec-platform-tools.extension.d.ts.map
|