@keystrokehq/cli 0.1.189 → 0.1.191

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.
@@ -26861,6 +26861,8 @@ const workflowHooks = pgTable("workflow_hooks", {
26861
26861
  projectId: text$1("project_id").notNull(),
26862
26862
  token: text$1("token").notNull(),
26863
26863
  correlationId: text$1("correlation_id").notNull(),
26864
+ artifactId: text$1("artifact_id"),
26865
+ artifactStorageKey: text$1("artifact_storage_key"),
26864
26866
  status: text$1("status").$type().notNull(),
26865
26867
  schema: jsonb("schema"),
26866
26868
  payload: jsonb("payload"),
@@ -26879,6 +26881,8 @@ const workflowHooksSqlite = sqliteTable("workflow_hooks", {
26879
26881
  projectId: text("project_id").notNull(),
26880
26882
  token: text("token").notNull(),
26881
26883
  correlationId: text("correlation_id").notNull(),
26884
+ artifactId: text("artifact_id"),
26885
+ artifactStorageKey: text("artifact_storage_key"),
26882
26886
  status: text("status").$type().notNull(),
26883
26887
  schema: text("schema", { mode: "json" }),
26884
26888
  payload: text("payload", { mode: "json" }),
@@ -48108,4 +48112,4 @@ async function emitStoredRouteManifestForProject(projectRoot) {
48108
48112
  //#endregion
48109
48113
  export { withMcpReadClient as $, serializeRouteManifest as A, validatePollGroups as B, isModularManifestEmitCacheHit as C, stopBrowserUseSession as Ct, pollRouteFromSourceSlug as D, event as Dt, pollGroupRouteFromId as E, configureTelemetry as Et, triggerManifestAttachments as F, webhookManifestAttachmentSchemasFromBindings as G, validateTriggerAttachments as H, tryReadProjectManifest as I, workflowKeyForAttachment as J, webhookMatchSchemaForBindings as K, validateAttachmentTargets as L, sha256File as M, splitStoredRouteManifest as N, projectActionsFingerprint as O, flushTelemetry as Ot, toStoredRouteManifest as P, assertPublicHttpUrl as Q, validateImportedTriggerAttachment as R, integrationPackagesFingerprint as S, runAgentBrowser as St, pollGroupId as T, captureException as Tt, validateUniqueAttachmentSlugs as U, validateProjectModules as V, validateUniqueTriggerSourceSlugs as W, attachmentSlugFromRecord as X, workflowRouteFromKey as Y, PublicHttpUrlError as Z, emitStoredRouteManifestForProject as _, defaultBrowserProfilesRoot as _t, buildPollGroups as a, classifyCall as at, importTriggerAttachments as b, resolveBrowserContext as bt, collectAgentAppSlugs as c, locateWorkflow as ct, countAgentCredentials as d, entryIdFromFile as dt, artifactIndexFromModules as et, discoverAgentEntries as f, readKeystrokeIgnoreDirective as ft, discoverWorkflows as g, agentBrowserProfilePath as gt, discoverWorkflowEntries as h, walkTypeScriptFiles as ht, agentRouteFromKey as i, packDirFromDisk as it, sha256Bytes as j, schemaToJson as k, shutdownTelemetry as kt, collectAgentToolSlugs as l, discoverEntries as lt, discoverTriggerAttachments as m, validateUniqueModuleKeys as mt, agentKeyForAttachment as n, moduleBlobRefsFromModules as nt, buildStoredRouteManifestForProject as o, computeCallSiteIds as ot, discoverSkillManifestEntries as p, shouldSkipKeystrokeModuleFile as pt, webhookRouteFromEndpoint as q, agentManifestEntry as r, mapInParallelBatches as rt, buildStoredRouteManifestFromContext as s, diagnoseWorkflowSource as st, actionsCatalogFingerprint as t, collectArtifactModules as tt, contentHashForModule as u, discoverModuleFileEntries as ut, hashDirectoryContents as v, deleteBrowserUseProfile as vt, persistModularRouteManifest as w, alias as wt, importWorkflowDefinition as x, resolveBrowserProvider as xt, importAgentDefinition as y, openCloudBrowserLogin as yt, validateImportedWorkflowDefinition as z };
48110
48114
 
48111
- //# sourceMappingURL=dist-vV8clzp6.mjs.map
48115
+ //# sourceMappingURL=dist-BkqT2zMr.mjs.map