@keystrokehq/cli 1.0.20 → 1.0.23

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,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
- import { h as emitStoredRouteManifestForProject } from "./dist-Dxwg1VnB.mjs";
2
+ import { h as emitStoredRouteManifestForProject } from "./dist-D1TiM2IB.mjs";
3
3
  export { emitStoredRouteManifestForProject };
@@ -7214,6 +7214,7 @@ const credentialInstances = pgTable("credential_instances", {
7214
7214
  connectionId: text$1("connection_id"),
7215
7215
  /** MCP entity id that owns connection_id when multiple scopes share one connection. */
7216
7216
  sharedConnectionId: text$1("shared_connection_id"),
7217
+ grantedScopes: jsonb("granted_scopes").$type(),
7217
7218
  createdAt: timestamp("created_at", { withTimezone: true }).notNull(),
7218
7219
  updatedAt: timestamp("updated_at", { withTimezone: true }).notNull()
7219
7220
  }, (table) => [uniqueIndex$1("credential_instances_project_scope_slug_unique").on(table.projectId, table.scopeType, table.scopeId, table.slug), index$1("credential_instances_project_app_slug_scope_idx").on(table.projectId, table.appSlug, table.scopeType, table.scopeId)]);
@@ -7232,6 +7233,7 @@ const credentialInstancesSqlite = sqliteTable("credential_instances", {
7232
7233
  connectionId: text("connection_id"),
7233
7234
  /** MCP entity id that owns connection_id when multiple scopes share one connection. */
7234
7235
  sharedConnectionId: text("shared_connection_id"),
7236
+ grantedScopes: text("granted_scopes", { mode: "json" }).$type(),
7235
7237
  createdAt: integer("created_at", { mode: "timestamp_ms" }).notNull(),
7236
7238
  updatedAt: integer("updated_at", { mode: "timestamp_ms" }).notNull()
7237
7239
  }, (table) => [uniqueIndex("credential_instances_project_scope_slug_unique").on(table.projectId, table.scopeType, table.scopeId, table.slug), index("credential_instances_project_app_slug_scope_idx").on(table.projectId, table.appSlug, table.scopeType, table.scopeId)]);
@@ -15462,4 +15464,4 @@ async function emitStoredRouteManifestForProject(projectRoot) {
15462
15464
  //#endregion
15463
15465
  export { packAssetDirs as A, toStoredRouteManifest as C, webhookMatchSchemaForBindings as D, webhookManifestAttachmentSchemasFromBindings as E, shouldSkipKeystrokeModuleFile as F, walkTypeScriptFiles as I, discoverModuleFileEntries as M, entryIdFromFile as N, webhookRouteFromEndpoint as O, readKeystrokeIgnoreDirective as P, serializeRouteManifest as S, validateImportedWorkflowDefinition as T, importTriggerAttachment as _, buildStoredRouteManifestFromContext as a, pollGroupId as b, collectAgentToolSlugs as c, discoverSkillManifestEntries as d, discoverTriggerAttachments as f, importAgentDefinition as g, emitStoredRouteManifestForProject as h, buildStoredRouteManifestForProject as i, discoverEntries as j, workflowRouteFromKey as k, countAgentCredentials as l, discoverWorkflows as m, agentRouteFromKey as n, buildWebhookBindingsByRoute as o, discoverWorkflowEntries as p, buildPollGroups as r, collectAgentAppSlugs as s, agentManifestEntry as t, discoverAgentEntries as u, importWorkflowDefinition as v, validateImportedTriggerAttachment as w, schemaToJson as x, persistStoredRouteManifest as y };
15464
15466
 
15465
- //# sourceMappingURL=dist-Dxwg1VnB.mjs.map
15467
+ //# sourceMappingURL=dist-D1TiM2IB.mjs.map