@keystrokehq/cli 0.1.96 → 0.1.99

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.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import { n as __require, t as __commonJSMin } from "./chunk-DiodbrVj.mjs";
3
- import { Gr as object, Hr as literal, Ir as array, Jr as record, Lr as boolean$1, Mr as _enum, Nr as _function, Pr as _null, Rr as custom, Tr as requiredDisplayTextSchema, Vr as lazy, Wr as number, Xr as union, Yr as string, br as normalizeCredentialList, ct as FilePartSchema, ei as toJSONSchema, et as DEFAULT_CLOUD_PLATFORM_ORIGIN, hr as credentialInputSchema, jr as ZodType, ln as PromptResponseSchema, pn as ROUTE_MANIFEST_REL_PATH, qr as preprocess, un as PublicModelsResponseSchema, wr as parseStoredRouteManifest, zr as discriminatedUnion } from "./dist-yxSyWJLs.mjs";
4
- import "./dist-CRQZ6dUM.mjs";
3
+ import { Gr as object, Hr as literal, Ir as array, Jr as record, Lr as boolean$1, Mr as _enum, Nr as _function, Pr as _null, Rr as custom, Tr as requiredDisplayTextSchema, Vr as lazy, Wr as number, Xr as union, Yr as string, br as normalizeCredentialList, ct as FilePartSchema, ei as toJSONSchema, et as DEFAULT_CLOUD_PLATFORM_ORIGIN, hr as credentialInputSchema, jr as ZodType, ln as PromptResponseSchema, pn as ROUTE_MANIFEST_REL_PATH, qr as preprocess, un as PublicModelsResponseSchema, wr as parseStoredRouteManifest, zr as discriminatedUnion } from "./dist-ZZlE2vk6.mjs";
4
+ import "./dist-DBkNXfrt.mjs";
5
5
  import "./chunk-BZUGFHVS-CPWRFwK8.mjs";
6
6
  import "./chunk-DLL7UR66-BUYgzxnR.mjs";
7
7
  import "./chunk-TN7HHBQW-CSB_R-XD.mjs";
@@ -20,10 +20,10 @@ import { createRequire } from "node:module";
20
20
  import "node:os";
21
21
  import { basename, dirname, join, relative, sep } from "node:path";
22
22
  import { existsSync, mkdirSync, readFileSync, readdirSync, statSync, writeFileSync } from "node:fs";
23
- import { readdir, stat } from "node:fs/promises";
23
+ import { AsyncLocalStorage } from "node:async_hooks";
24
24
  import { pathToFileURL } from "node:url";
25
+ import { readdir, stat } from "node:fs/promises";
25
26
  import { createHash } from "node:crypto";
26
- import { AsyncLocalStorage } from "node:async_hooks";
27
27
  import ts from "typescript";
28
28
  import { bigint, boolean, doublePrecision, index, integer, jsonb, pgEnum, pgTable, primaryKey, text, timestamp, uniqueIndex } from "drizzle-orm/pg-core";
29
29
  import { index as index$1, integer as integer$1, primaryKey as primaryKey$1, real, sqliteTable, text as text$1, uniqueIndex as uniqueIndex$1 } from "drizzle-orm/sqlite-core";
@@ -2287,10 +2287,10 @@ var Yt = [];
2287
2287
  var Qt = [];
2288
2288
  (typeof __BROWSER__ > "u" || !__BROWSER__) && (Qt.push({
2289
2289
  name: "js-exec",
2290
- load: async () => (await import("./js-exec-N5KEZBH7-CgtG-I6s.mjs")).jsExecCommand
2290
+ load: async () => (await import("./js-exec-N5KEZBH7-CoRL1IOd.mjs")).jsExecCommand
2291
2291
  }), Qt.push({
2292
2292
  name: "node",
2293
- load: async () => (await import("./js-exec-N5KEZBH7-CgtG-I6s.mjs")).nodeStubCommand
2293
+ load: async () => (await import("./js-exec-N5KEZBH7-CoRL1IOd.mjs")).nodeStubCommand
2294
2294
  }));
2295
2295
  new TextEncoder();
2296
2296
  Object.freeze({
@@ -3256,6 +3256,7 @@ const workflows = pgTable("workflows", {
3256
3256
  registeredAt: timestamp("registered_at", { withTimezone: true }).notNull(),
3257
3257
  updatedAt: timestamp("updated_at", { withTimezone: true }).notNull(),
3258
3258
  deletedAt: timestamp("deleted_at", { withTimezone: true }),
3259
+ requestSchema: jsonb("request_schema").$type().notNull().default({}),
3259
3260
  runInputValues: jsonb("run_input_values").$type(),
3260
3261
  canvasAnnotationsJson: jsonb("canvas_annotations_json").$type(),
3261
3262
  canvasAnnotationsHash: text("canvas_annotations_hash"),
@@ -3280,6 +3281,7 @@ const workflowsSqlite = sqliteTable("workflows", {
3280
3281
  registeredAt: integer$1("registered_at", { mode: "timestamp_ms" }).notNull(),
3281
3282
  updatedAt: integer$1("updated_at", { mode: "timestamp_ms" }).notNull(),
3282
3283
  deletedAt: integer$1("deleted_at", { mode: "timestamp_ms" }),
3284
+ requestSchema: text$1("request_schema", { mode: "json" }).$type().notNull().default({}),
3283
3285
  runInputValues: text$1("run_input_values", { mode: "json" }).$type(),
3284
3286
  canvasAnnotationsJson: text$1("canvas_annotations_json", { mode: "json" }).$type(),
3285
3287
  canvasAnnotationsHash: text$1("canvas_annotations_hash"),
@@ -31037,4 +31039,4 @@ async function emitStoredRouteManifestForProject(projectRoot) {
31037
31039
  //#endregion
31038
31040
  export { validatePollGroups as A, attachmentSlugFromRecord as B, pollRouteFromSourceSlug as C, validateAttachmentTargets as D, toStoredRouteManifest as E, webhookManifestAttachmentSchemasFromBindings as F, packAssetDirs as G, computeCallSiteIds as H, webhookMatchSchemaForBindings as I, entryIdFromFile as J, discoverEntries as K, webhookRouteFromEndpoint as L, validateTriggerAttachments as M, validateUniqueAttachmentSlugs as N, validateImportedTriggerAttachment as O, validateUniqueTriggerSourceSlugs as P, walkTypeScriptFiles as Q, workflowKeyForAttachment as R, pollGroupRouteFromId as S, serializeRouteManifest as T, diagnoseWorkflowSource as U, classifyCall as V, locateWorkflow as W, shouldSkipKeystrokeModuleFile as X, readKeystrokeIgnoreDirective as Y, validateUniqueModuleKeys as Z, importAgentDefinition as _, buildStoredRouteManifestForProject as a, persistStoredRouteManifest as b, collectAgentAppSlugs as c, discoverAgentEntries as d, discoverSkillManifestEntries as f, emitStoredRouteManifestForProject as g, discoverWorkflows as h, buildPollGroups as i, validateProjectModules as j, validateImportedWorkflowDefinition as k, collectAgentToolSlugs as l, discoverWorkflowEntries as m, agentManifestEntry as n, buildStoredRouteManifestFromContext as o, discoverTriggerAttachments as p, discoverModuleFileEntries as q, agentRouteFromKey as r, buildWebhookBindingsByRoute as s, agentKeyForAttachment as t, countAgentCredentials as u, importTriggerAttachments as v, schemaToJson as w, pollGroupId as x, importWorkflowDefinition as y, workflowRouteFromKey as z };
31039
31041
 
31040
- //# sourceMappingURL=dist-BChg8kdu.mjs.map
31042
+ //# sourceMappingURL=dist-DNmfPa2T.mjs.map