@keystrokehq/cli 1.0.36 → 1.0.38

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 { $n as optional, Bn as _enum, Gn as boolean$1, Hn as _null, It as PromptResponseSchema, Jn as intersection, Kn as custom, Qn as object, Rn as number$1, Un as any, Vn as _function, Wn as array, Xn as looseObject, Yn as literal, Zn as number, ar as url, cr as NEVER, er as preprocess, ir as unknown, jn as normalizeCredentialList, kn as credentialInputSchema, nr as string, or as datetime, qn as discriminatedUnion, rr as union, sr as toJSONSchema, tr as record, zn as ZodType, zt as ROUTE_MANIFEST_REL_PATH } from "./dist-I6aJEfaF.mjs";
4
- import "./pack-artifact-DVnIKrsg-DpEANMzL.mjs";
3
+ import { $n as optional, Bn as _enum, Gn as boolean$1, Hn as _null, It as PromptResponseSchema, Jn as intersection, Kn as custom, Qn as object, Rn as number$1, Un as any, Vn as _function, Wn as array, Xn as looseObject, Yn as literal, Zn as number, ar as url, cr as NEVER, er as preprocess, ir as unknown, jn as normalizeCredentialList, kn as credentialInputSchema, nr as string, or as datetime, qn as discriminatedUnion, rr as union, sr as toJSONSchema, tr as record, zn as ZodType, zt as ROUTE_MANIFEST_REL_PATH } from "./dist-H53GUsol.mjs";
4
+ import "./pack-artifact-DVnIKrsg-CETr40a-.mjs";
5
5
  import "./chunk-BZUGFHVS-CPWRFwK8.mjs";
6
6
  import "./chunk-DLL7UR66-BUYgzxnR.mjs";
7
7
  import "./chunk-TN7HHBQW-CSB_R-XD.mjs";
@@ -4070,6 +4070,7 @@ const triggerAttachments = pgTable("trigger_attachments", {
4070
4070
  prompt: text("prompt"),
4071
4071
  registeredAt: timestamp("registered_at", { withTimezone: true }).notNull(),
4072
4072
  updatedAt: timestamp("updated_at", { withTimezone: true }).notNull(),
4073
+ disabledAt: timestamp("disabled_at", { withTimezone: true }),
4073
4074
  deletedAt: timestamp("deleted_at", { withTimezone: true })
4074
4075
  }, (table) => [uniqueIndex("trigger_attachments_project_id_slug_idx").on(table.projectId, table.slug)]);
4075
4076
  const triggerAttachmentsSqlite = sqliteTable("trigger_attachments", {
@@ -4083,6 +4084,7 @@ const triggerAttachmentsSqlite = sqliteTable("trigger_attachments", {
4083
4084
  prompt: text$1("prompt"),
4084
4085
  registeredAt: integer$1("registered_at", { mode: "timestamp_ms" }).notNull(),
4085
4086
  updatedAt: integer$1("updated_at", { mode: "timestamp_ms" }).notNull(),
4087
+ disabledAt: integer$1("disabled_at", { mode: "timestamp_ms" }),
4086
4088
  deletedAt: integer$1("deleted_at", { mode: "timestamp_ms" })
4087
4089
  }, (table) => [uniqueIndex$1("trigger_attachments_project_id_slug_idx").on(table.projectId, table.slug)]);
4088
4090
  const triggerRuns = pgTable("trigger_runs", {
@@ -19263,4 +19265,4 @@ async function emitStoredRouteManifestForProject(projectRoot) {
19263
19265
  //#endregion
19264
19266
  export { discoverEntries as A, validateImportedTriggerAttachment as C, webhookRouteFromEndpoint as D, webhookMatchSchemaForBindings as E, walkTypeScriptFiles as F, entryIdFromFile as M, readKeystrokeIgnoreDirective as N, workflowRouteFromKey as O, shouldSkipKeystrokeModuleFile as P, toStoredRouteManifest as S, webhookManifestAttachmentSchemasFromBindings as T, importWorkflowDefinition as _, buildWebhookBindingsByRoute as a, schemaToJson as b, countAgentCredentials as c, discoverTriggerAttachments as d, discoverWorkflowEntries as f, importTriggerAttachments as g, importAgentDefinition as h, buildStoredRouteManifestFromContext as i, discoverModuleFileEntries as j, packAssetDirs as k, discoverAgentEntries as l, emitStoredRouteManifestForProject as m, agentRouteFromKey as n, collectAgentAppSlugs as o, discoverWorkflows as p, buildStoredRouteManifestForProject as r, collectAgentToolSlugs as s, agentManifestEntry as t, discoverSkillManifestEntries as u, persistStoredRouteManifest as v, validateImportedWorkflowDefinition as w, serializeRouteManifest as x, pollGroupId as y };
19265
19267
 
19266
- //# sourceMappingURL=dist-C0HJUa-L.mjs.map
19268
+ //# sourceMappingURL=dist-CWgqwAeq.mjs.map