@keystrokehq/keystroke 0.0.130 → 0.0.132
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/action.cjs +1 -1
- package/dist/action.mjs +1 -1
- package/dist/agent.cjs +3 -3
- package/dist/agent.mjs +3 -3
- package/dist/credentials.cjs +1 -1
- package/dist/credentials.mjs +1 -1
- package/dist/{dist-BVCSpLJv.mjs → dist-BgrVL_8-.mjs} +39 -2
- package/dist/dist-BgrVL_8-.mjs.map +1 -0
- package/dist/{dist-Eh0TOCWW.cjs → dist-CcNBSoDu.cjs} +10 -3
- package/dist/{dist-Eh0TOCWW.cjs.map → dist-CcNBSoDu.cjs.map} +1 -1
- package/dist/{dist-ByN0u7nX.mjs → dist-D10N9cCP.mjs} +10 -3
- package/dist/{dist-ByN0u7nX.mjs.map → dist-D10N9cCP.mjs.map} +1 -1
- package/dist/{dist-C2Wzn1nT.cjs → dist-Dnf8SOIi.cjs} +3 -3
- package/dist/{dist-C2Wzn1nT.cjs.map → dist-Dnf8SOIi.cjs.map} +1 -1
- package/dist/{dist-r9UuxlgP.cjs → dist-cSfjaqCE.cjs} +39 -2
- package/dist/dist-cSfjaqCE.cjs.map +1 -0
- package/dist/{dist-BCvRZnbi.mjs → dist-u_6JRDeZ.mjs} +3 -3
- package/dist/{dist-BCvRZnbi.mjs.map → dist-u_6JRDeZ.mjs.map} +1 -1
- package/dist/index-CiuCYKLw.d.cts.map +1 -1
- package/dist/index-CiuCYKLw.d.mts.map +1 -1
- package/dist/{mistral-SZHnFm_q.mjs → mistral-Bo3rdXMQ.mjs} +2 -2
- package/dist/{mistral-SZHnFm_q.mjs.map → mistral-Bo3rdXMQ.mjs.map} +1 -1
- package/dist/{mistral-C3YXBS3D.cjs → mistral-DVS5lXM4.cjs} +2 -2
- package/dist/{mistral-C3YXBS3D.cjs.map → mistral-DVS5lXM4.cjs.map} +1 -1
- package/dist/{sse-CxIslY2K.mjs → sse-C8uhZLRE.mjs} +2 -2
- package/dist/{sse-CxIslY2K.mjs.map → sse-C8uhZLRE.mjs.map} +1 -1
- package/dist/{sse-TZNohBdo.cjs → sse-DVK2ivU3.cjs} +2 -2
- package/dist/{sse-TZNohBdo.cjs.map → sse-DVK2ivU3.cjs.map} +1 -1
- package/dist/trigger.cjs +1 -1
- package/dist/trigger.mjs +1 -1
- package/dist/workflow.cjs +1 -1
- package/dist/workflow.mjs +1 -1
- package/package.json +1 -1
- package/dist/dist-BVCSpLJv.mjs.map +0 -1
- package/dist/dist-r9UuxlgP.cjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Bn as __require, Ln as __commonJSMin, Vn as __toESM } from "./dist-f_JGyGWx.mjs";
|
|
2
|
-
import { h as CREDENTIAL_SCOPE_LEVEL_TO_SCOPE_TYPE, x as normalizeCredentialList } from "./dist-
|
|
2
|
+
import { h as CREDENTIAL_SCOPE_LEVEL_TO_SCOPE_TYPE, x as normalizeCredentialList } from "./dist-BgrVL_8-.mjs";
|
|
3
3
|
import { AsyncLocalStorage } from "node:async_hooks";
|
|
4
4
|
import "node:fs";
|
|
5
5
|
import { ZodFirstPartyTypeKind } from "zod/v3";
|
|
@@ -13255,7 +13255,7 @@ async function connectMcpServer(name, options) {
|
|
|
13255
13255
|
}
|
|
13256
13256
|
async function createTransport(url, transport, requestInit, fetchImpl) {
|
|
13257
13257
|
if (transport === "sse") {
|
|
13258
|
-
const { SSEClientTransport } = await import("./sse-
|
|
13258
|
+
const { SSEClientTransport } = await import("./sse-C8uhZLRE.mjs");
|
|
13259
13259
|
return new SSEClientTransport(url, {
|
|
13260
13260
|
requestInit,
|
|
13261
13261
|
fetch: fetchImpl
|
|
@@ -17469,6 +17469,11 @@ const organizations = pgTable("organizations", {
|
|
|
17469
17469
|
storageSecretAccessKeyCiphertext: text$1("storage_secret_access_key_ciphertext"),
|
|
17470
17470
|
storageRegion: text$1("storage_region"),
|
|
17471
17471
|
storageForcePathStyle: boolean("storage_force_path_style"),
|
|
17472
|
+
customLogoEnabled: boolean("custom_logo_enabled").notNull().default(false),
|
|
17473
|
+
customLogoExplicitlyDisabled: boolean("custom_logo_explicitly_disabled").notNull().default(false),
|
|
17474
|
+
logoLightUrl: text$1("logo_light_url"),
|
|
17475
|
+
logoDarkUrl: text$1("logo_dark_url"),
|
|
17476
|
+
logoHeightPx: integer$1("logo_height_px").notNull().default(20),
|
|
17472
17477
|
createdAt: timestamp("created_at", { withTimezone: true }).notNull(),
|
|
17473
17478
|
updatedAt: timestamp("updated_at", { withTimezone: true }).notNull(),
|
|
17474
17479
|
deletedAt: timestamp("deleted_at", { withTimezone: true })
|
|
@@ -17553,6 +17558,8 @@ const projectArtifacts = pgTable("project_artifacts", {
|
|
|
17553
17558
|
storageKey: text$1("storage_key").notNull(),
|
|
17554
17559
|
manifestJson: jsonb("manifest_json"),
|
|
17555
17560
|
sourceManifestJson: jsonb("source_manifest_json"),
|
|
17561
|
+
version: integer$1("version").notNull(),
|
|
17562
|
+
createdByUserId: text$1("created_by_user_id").references(() => users.id, { onDelete: "set null" }),
|
|
17556
17563
|
status: projectArtifactStatusEnum("status").notNull(),
|
|
17557
17564
|
createdAt: timestamp("created_at", { withTimezone: true }).notNull(),
|
|
17558
17565
|
updatedAt: timestamp("updated_at", { withTimezone: true }).notNull()
|
|
@@ -18164,4 +18171,4 @@ async function resolveActionCredentials(requirements, options) {
|
|
|
18164
18171
|
//#endregion
|
|
18165
18172
|
export { zodToJsonSchema as A, isMcp as C, extractWWWAuthenticateParams as D, auth as E, createFetchWithInit as O, defineMcp as S, UnauthorizedError as T, logSystem as _, resolveActionCredentials as a, connectMcpServer as b, appendEvent as c, getSession as d, listMessageEvents as f, getTraceContext as g, captureConsole as h, isCredentialError as i, JSONRPCMessageSchema as j, normalizeHeaders as k, createSession as l, touchSession as m, captureCredentialToolErrors as n, resolveMcpTools as o, resolveRunSourceFromTraceContext as p, createCredentialResolver as r, MESSAGE_EVENT_TYPE as s, buildCredentialRunContext as t, getAgentByRoute as u, withSpan as v, createParser as w, connectMcpStdio as x, connectMcpDefinition as y };
|
|
18166
18173
|
|
|
18167
|
-
//# sourceMappingURL=dist-
|
|
18174
|
+
//# sourceMappingURL=dist-D10N9cCP.mjs.map
|