@keystrokehq/platform 0.1.182 → 0.1.183
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/dist/{config-CSqHpjKf.d.mts → config-B6_FZYew.d.mts} +6 -6
- package/dist/{config-Cp5KZf06.d.cts → config-uVXHrsjm.d.cts} +6 -6
- package/dist/config.d.cts +1 -1
- package/dist/config.d.mts +1 -1
- package/dist/dist-BSCnxiCv.cjs.map +1 -1
- package/dist/dist-CQ7xuizC.mjs.map +1 -1
- package/dist/internal.d.cts +1 -1
- package/dist/internal.d.mts +1 -1
- package/dist/start.d.cts +1 -1
- package/dist/start.d.mts +1 -1
- package/package.json +3 -3
|
@@ -4,7 +4,7 @@ import { Auth } from "@keystrokehq/auth";
|
|
|
4
4
|
import { McpProviderPlugin, McpProviderPlugin as McpProviderPlugin$1 } from "@keystrokehq/http";
|
|
5
5
|
import { Context, Hono, MiddlewareHandler } from "hono";
|
|
6
6
|
|
|
7
|
-
//#region ../../packages/shared/dist/tool-result-content-
|
|
7
|
+
//#region ../../packages/shared/dist/tool-result-content-CyMvit1E.d.mts
|
|
8
8
|
declare const StoredRouteManifestSchema: z.ZodObject<{
|
|
9
9
|
version: z.ZodLiteral<2>;
|
|
10
10
|
entries: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -174,8 +174,8 @@ declare const StoredRouteManifestSchema: z.ZodObject<{
|
|
|
174
174
|
attachmentIds: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
175
175
|
id: z.ZodString;
|
|
176
176
|
targetKind: z.ZodEnum<{
|
|
177
|
-
workflow: "workflow";
|
|
178
177
|
agent: "agent";
|
|
178
|
+
workflow: "workflow";
|
|
179
179
|
}>;
|
|
180
180
|
targetSlug: z.ZodString;
|
|
181
181
|
}, z.core.$strip>]>>;
|
|
@@ -196,8 +196,8 @@ declare const StoredRouteManifestSchema: z.ZodObject<{
|
|
|
196
196
|
attachmentIds: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
197
197
|
id: z.ZodString;
|
|
198
198
|
targetKind: z.ZodEnum<{
|
|
199
|
-
workflow: "workflow";
|
|
200
199
|
agent: "agent";
|
|
200
|
+
workflow: "workflow";
|
|
201
201
|
}>;
|
|
202
202
|
targetSlug: z.ZodString;
|
|
203
203
|
}, z.core.$strip>]>>;
|
|
@@ -213,8 +213,8 @@ declare const StoredRouteManifestSchema: z.ZodObject<{
|
|
|
213
213
|
attachmentIds: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
214
214
|
id: z.ZodString;
|
|
215
215
|
targetKind: z.ZodEnum<{
|
|
216
|
-
workflow: "workflow";
|
|
217
216
|
agent: "agent";
|
|
217
|
+
workflow: "workflow";
|
|
218
218
|
}>;
|
|
219
219
|
targetSlug: z.ZodString;
|
|
220
220
|
}, z.core.$strip>]>>;
|
|
@@ -227,8 +227,8 @@ declare const StoredRouteManifestSchema: z.ZodObject<{
|
|
|
227
227
|
attachmentIds: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
228
228
|
id: z.ZodString;
|
|
229
229
|
targetKind: z.ZodEnum<{
|
|
230
|
-
workflow: "workflow";
|
|
231
230
|
agent: "agent";
|
|
231
|
+
workflow: "workflow";
|
|
232
232
|
}>;
|
|
233
233
|
targetSlug: z.ZodString;
|
|
234
234
|
}, z.core.$strip>]>>;
|
|
@@ -1353,4 +1353,4 @@ type PlatformConfig = PlatformConfigInput & {
|
|
|
1353
1353
|
declare function definePlatformConfig(config?: PlatformConfigInput): PlatformConfig;
|
|
1354
1354
|
//#endregion
|
|
1355
1355
|
export { CreateDraftCommitRequest as A, OrganizationHostingResult as C, CancelManagedDeployResponse as D, CancelManagedDeployRequest as E, ProjectFileSummary as F, PublishManagedDeployCandidateRequest as I, PublishManagedDeployCandidateResponse as L, HeartbeatManagedDeployResponse as M, PrepareManagedDeployRequest as N, CompleteManagedDeployArtifactRequest as O, PrepareManagedDeployResponse as P, RenewManagedDeployUploadRequest as R, OrganizationHostingInput as S, SessionVariables as T, OrganizationStorageInput as _, PlatformConfigInput as a, HostingOptions as b, ProjectDraftNotifier as c, BrainPlatformPlugin as d, LlmProxyHandlerContext as f, ProjectGitRepository as g, ProjectGitProviderPlugin as h, PlatformConfig as i, HeartbeatManagedDeployRequest as j, CompleteManagedDeployArtifactResponse as k, createInProcessProjectDraftNotifier as l, LlmProxyWorkerEnvContext as m, DraftCommandRunnerPlugin as n, PlatformWorkerEnvContext as o, LlmProxyPlugin as p, McpProviderPlugin$1 as r, definePlatformConfig as s, AgentWorkspaceFilesPlugin as t, publishDraftUpdateBestEffort as u, OrganizationStorageResult as v, OrganizationVariables as w, HostingPlugin as x, StoragePlugin as y, RenewManagedDeployUploadResponse as z };
|
|
1356
|
-
//# sourceMappingURL=config-
|
|
1356
|
+
//# sourceMappingURL=config-B6_FZYew.d.mts.map
|
|
@@ -4,7 +4,7 @@ import { OrganizationRow, OrganizationUserRole, ProjectRow } from "@keystrokehq/
|
|
|
4
4
|
import { Context, Hono, MiddlewareHandler } from "hono";
|
|
5
5
|
import { McpProviderPlugin, McpProviderPlugin as McpProviderPlugin$1 } from "@keystrokehq/http";
|
|
6
6
|
|
|
7
|
-
//#region ../../packages/shared/dist/tool-result-content-
|
|
7
|
+
//#region ../../packages/shared/dist/tool-result-content-CyMvit1E.d.mts
|
|
8
8
|
declare const StoredRouteManifestSchema: z.ZodObject<{
|
|
9
9
|
version: z.ZodLiteral<2>;
|
|
10
10
|
entries: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -174,8 +174,8 @@ declare const StoredRouteManifestSchema: z.ZodObject<{
|
|
|
174
174
|
attachmentIds: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
175
175
|
id: z.ZodString;
|
|
176
176
|
targetKind: z.ZodEnum<{
|
|
177
|
-
workflow: "workflow";
|
|
178
177
|
agent: "agent";
|
|
178
|
+
workflow: "workflow";
|
|
179
179
|
}>;
|
|
180
180
|
targetSlug: z.ZodString;
|
|
181
181
|
}, z.core.$strip>]>>;
|
|
@@ -196,8 +196,8 @@ declare const StoredRouteManifestSchema: z.ZodObject<{
|
|
|
196
196
|
attachmentIds: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
197
197
|
id: z.ZodString;
|
|
198
198
|
targetKind: z.ZodEnum<{
|
|
199
|
-
workflow: "workflow";
|
|
200
199
|
agent: "agent";
|
|
200
|
+
workflow: "workflow";
|
|
201
201
|
}>;
|
|
202
202
|
targetSlug: z.ZodString;
|
|
203
203
|
}, z.core.$strip>]>>;
|
|
@@ -213,8 +213,8 @@ declare const StoredRouteManifestSchema: z.ZodObject<{
|
|
|
213
213
|
attachmentIds: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
214
214
|
id: z.ZodString;
|
|
215
215
|
targetKind: z.ZodEnum<{
|
|
216
|
-
workflow: "workflow";
|
|
217
216
|
agent: "agent";
|
|
217
|
+
workflow: "workflow";
|
|
218
218
|
}>;
|
|
219
219
|
targetSlug: z.ZodString;
|
|
220
220
|
}, z.core.$strip>]>>;
|
|
@@ -227,8 +227,8 @@ declare const StoredRouteManifestSchema: z.ZodObject<{
|
|
|
227
227
|
attachmentIds: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
228
228
|
id: z.ZodString;
|
|
229
229
|
targetKind: z.ZodEnum<{
|
|
230
|
-
workflow: "workflow";
|
|
231
230
|
agent: "agent";
|
|
231
|
+
workflow: "workflow";
|
|
232
232
|
}>;
|
|
233
233
|
targetSlug: z.ZodString;
|
|
234
234
|
}, z.core.$strip>]>>;
|
|
@@ -1353,4 +1353,4 @@ type PlatformConfig = PlatformConfigInput & {
|
|
|
1353
1353
|
declare function definePlatformConfig(config?: PlatformConfigInput): PlatformConfig;
|
|
1354
1354
|
//#endregion
|
|
1355
1355
|
export { CreateDraftCommitRequest as A, OrganizationHostingResult as C, CancelManagedDeployResponse as D, CancelManagedDeployRequest as E, ProjectFileSummary as F, PublishManagedDeployCandidateRequest as I, PublishManagedDeployCandidateResponse as L, HeartbeatManagedDeployResponse as M, PrepareManagedDeployRequest as N, CompleteManagedDeployArtifactRequest as O, PrepareManagedDeployResponse as P, RenewManagedDeployUploadRequest as R, OrganizationHostingInput as S, SessionVariables as T, OrganizationStorageInput as _, PlatformConfigInput as a, HostingOptions as b, ProjectDraftNotifier as c, BrainPlatformPlugin as d, LlmProxyHandlerContext as f, ProjectGitRepository as g, ProjectGitProviderPlugin as h, PlatformConfig as i, HeartbeatManagedDeployRequest as j, CompleteManagedDeployArtifactResponse as k, createInProcessProjectDraftNotifier as l, LlmProxyWorkerEnvContext as m, DraftCommandRunnerPlugin as n, PlatformWorkerEnvContext as o, LlmProxyPlugin as p, McpProviderPlugin$1 as r, definePlatformConfig as s, AgentWorkspaceFilesPlugin as t, publishDraftUpdateBestEffort as u, OrganizationStorageResult as v, OrganizationVariables as w, HostingPlugin as x, StoragePlugin as y, RenewManagedDeployUploadResponse as z };
|
|
1356
|
-
//# sourceMappingURL=config-
|
|
1356
|
+
//# sourceMappingURL=config-uVXHrsjm.d.cts.map
|
package/dist/config.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { C as OrganizationHostingResult, S as OrganizationHostingInput, _ as OrganizationStorageInput, a as PlatformConfigInput, b as HostingOptions, c as ProjectDraftNotifier, d as BrainPlatformPlugin, f as LlmProxyHandlerContext, h as ProjectGitProviderPlugin, i as PlatformConfig, l as createInProcessProjectDraftNotifier, m as LlmProxyWorkerEnvContext, n as DraftCommandRunnerPlugin, o as PlatformWorkerEnvContext, p as LlmProxyPlugin, r as McpProviderPlugin, s as definePlatformConfig, t as AgentWorkspaceFilesPlugin, u as publishDraftUpdateBestEffort, v as OrganizationStorageResult, x as HostingPlugin, y as StoragePlugin } from "./config-
|
|
1
|
+
import { C as OrganizationHostingResult, S as OrganizationHostingInput, _ as OrganizationStorageInput, a as PlatformConfigInput, b as HostingOptions, c as ProjectDraftNotifier, d as BrainPlatformPlugin, f as LlmProxyHandlerContext, h as ProjectGitProviderPlugin, i as PlatformConfig, l as createInProcessProjectDraftNotifier, m as LlmProxyWorkerEnvContext, n as DraftCommandRunnerPlugin, o as PlatformWorkerEnvContext, p as LlmProxyPlugin, r as McpProviderPlugin, s as definePlatformConfig, t as AgentWorkspaceFilesPlugin, u as publishDraftUpdateBestEffort, v as OrganizationStorageResult, x as HostingPlugin, y as StoragePlugin } from "./config-uVXHrsjm.cjs";
|
|
2
2
|
export { AgentWorkspaceFilesPlugin, type BrainPlatformPlugin, DraftCommandRunnerPlugin, type HostingOptions, type HostingPlugin, type LlmProxyHandlerContext, type LlmProxyPlugin, type LlmProxyWorkerEnvContext, type McpProviderPlugin, type OrganizationHostingInput, type OrganizationHostingResult, type OrganizationStorageInput, type OrganizationStorageResult, PlatformConfig, PlatformConfigInput, PlatformWorkerEnvContext, type ProjectDraftNotifier, type ProjectGitProviderPlugin, type StoragePlugin, createInProcessProjectDraftNotifier, definePlatformConfig, publishDraftUpdateBestEffort };
|
package/dist/config.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { C as OrganizationHostingResult, S as OrganizationHostingInput, _ as OrganizationStorageInput, a as PlatformConfigInput, b as HostingOptions, c as ProjectDraftNotifier, d as BrainPlatformPlugin, f as LlmProxyHandlerContext, h as ProjectGitProviderPlugin, i as PlatformConfig, l as createInProcessProjectDraftNotifier, m as LlmProxyWorkerEnvContext, n as DraftCommandRunnerPlugin, o as PlatformWorkerEnvContext, p as LlmProxyPlugin, r as McpProviderPlugin, s as definePlatformConfig, t as AgentWorkspaceFilesPlugin, u as publishDraftUpdateBestEffort, v as OrganizationStorageResult, x as HostingPlugin, y as StoragePlugin } from "./config-
|
|
1
|
+
import { C as OrganizationHostingResult, S as OrganizationHostingInput, _ as OrganizationStorageInput, a as PlatformConfigInput, b as HostingOptions, c as ProjectDraftNotifier, d as BrainPlatformPlugin, f as LlmProxyHandlerContext, h as ProjectGitProviderPlugin, i as PlatformConfig, l as createInProcessProjectDraftNotifier, m as LlmProxyWorkerEnvContext, n as DraftCommandRunnerPlugin, o as PlatformWorkerEnvContext, p as LlmProxyPlugin, r as McpProviderPlugin, s as definePlatformConfig, t as AgentWorkspaceFilesPlugin, u as publishDraftUpdateBestEffort, v as OrganizationStorageResult, x as HostingPlugin, y as StoragePlugin } from "./config-B6_FZYew.mjs";
|
|
2
2
|
export { AgentWorkspaceFilesPlugin, type BrainPlatformPlugin, DraftCommandRunnerPlugin, type HostingOptions, type HostingPlugin, type LlmProxyHandlerContext, type LlmProxyPlugin, type LlmProxyWorkerEnvContext, type McpProviderPlugin, type OrganizationHostingInput, type OrganizationHostingResult, type OrganizationStorageInput, type OrganizationStorageResult, PlatformConfig, PlatformConfigInput, PlatformWorkerEnvContext, type ProjectDraftNotifier, type ProjectGitProviderPlugin, type StoragePlugin, createInProcessProjectDraftNotifier, definePlatformConfig, publishDraftUpdateBestEffort };
|