@keystrokehq/cli 0.1.158 → 0.1.160
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/{dist-BJAZiZG-.mjs → dist-BkkbVHOQ.mjs} +3 -3
- package/dist/{dist-BJAZiZG-.mjs.map → dist-BkkbVHOQ.mjs.map} +1 -1
- package/dist/dist-Cy2nsWsI.mjs.map +1 -1
- package/dist/dist-D1KryX0J.mjs +3 -0
- package/dist/{dist-B1ukswfj.mjs → dist-DNiRmRYN.mjs} +1 -1
- package/dist/{dist-D-qnmHDz.mjs → dist-Db97xbIg.mjs} +5 -1
- package/dist/{dist-D-qnmHDz.mjs.map → dist-Db97xbIg.mjs.map} +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{program-CH1W0mPS.mjs → program-DhLMUKTK.mjs} +4 -4
- package/dist/{program-CH1W0mPS.mjs.map → program-DhLMUKTK.mjs.map} +1 -1
- package/package.json +1 -1
- package/dist/dist-Bu6eqCZI.mjs +0 -3
|
@@ -25454,6 +25454,8 @@ const organizationBilling = pgTable("organization_billing", {
|
|
|
25454
25454
|
autoTopupThresholdMicroCredits: bigint("auto_topup_threshold_micro_credits", { mode: "number" }),
|
|
25455
25455
|
autoTopupAmountMicroCredits: bigint("auto_topup_amount_micro_credits", { mode: "number" }),
|
|
25456
25456
|
autoTopupPendingIntentId: text$1("auto_topup_pending_intent_id"),
|
|
25457
|
+
creditWarningSentAt: timestamp("credit_warning_sent_at", { withTimezone: true }),
|
|
25458
|
+
creditExhaustedSentAt: timestamp("credit_exhausted_sent_at", { withTimezone: true }),
|
|
25457
25459
|
createdAt: timestamp("created_at", { withTimezone: true }).notNull(),
|
|
25458
25460
|
updatedAt: timestamp("updated_at", { withTimezone: true }).notNull()
|
|
25459
25461
|
}, (table) => [index$1("organization_billing_stripe_customer_id_idx").on(table.stripeCustomerId)]);
|
|
@@ -25472,6 +25474,8 @@ const organizationBillingSqlite = sqliteTable("organization_billing", {
|
|
|
25472
25474
|
autoTopupThresholdMicroCredits: integer("auto_topup_threshold_micro_credits"),
|
|
25473
25475
|
autoTopupAmountMicroCredits: integer("auto_topup_amount_micro_credits"),
|
|
25474
25476
|
autoTopupPendingIntentId: text("auto_topup_pending_intent_id"),
|
|
25477
|
+
creditWarningSentAt: integer("credit_warning_sent_at", { mode: "timestamp_ms" }),
|
|
25478
|
+
creditExhaustedSentAt: integer("credit_exhausted_sent_at", { mode: "timestamp_ms" }),
|
|
25475
25479
|
createdAt: integer("created_at", { mode: "timestamp_ms" }).notNull(),
|
|
25476
25480
|
updatedAt: integer("updated_at", { mode: "timestamp_ms" }).notNull()
|
|
25477
25481
|
}, (table) => [index("organization_billing_stripe_customer_id_idx").on(table.stripeCustomerId)]);
|
|
@@ -46623,4 +46627,4 @@ async function emitStoredRouteManifestForProject(projectRoot) {
|
|
|
46623
46627
|
//#endregion
|
|
46624
46628
|
export { artifactIndexFromModules as $, serializeRouteManifest as A, validateProjectModules as B, isModularManifestEmitCacheHit as C, pollRouteFromSourceSlug as D, pollGroupRouteFromId as E, tryReadProjectManifest as F, webhookMatchSchemaForBindings as G, validateUniqueAttachmentSlugs as H, validateAttachmentTargets as I, workflowRouteFromKey as J, webhookRouteFromEndpoint as K, validateImportedTriggerAttachment as L, sha256File as M, splitStoredRouteManifest as N, projectActionsFingerprint as O, toStoredRouteManifest as P, withMcpReadClient as Q, validateImportedWorkflowDefinition as R, integrationPackagesFingerprint as S, pollGroupId as T, validateUniqueTriggerSourceSlugs as U, validateTriggerAttachments as V, webhookManifestAttachmentSchemasFromBindings as W, PublicHttpUrlError as X, attachmentSlugFromRecord as Y, assertPublicHttpUrl as Z, emitStoredRouteManifestForProject as _, configureTelemetry as _t, buildPollGroups as a, computeCallSiteIds as at, importTriggerAttachments as b, shutdownTelemetry as bt, collectAgentAppSlugs as c, discoverEntries as ct, countAgentCredentials as d, readKeystrokeIgnoreDirective as dt, collectArtifactModules as et, discoverAgentEntries as f, shouldSkipKeystrokeModuleFile as ft, discoverWorkflows as g, captureException as gt, discoverWorkflowEntries as h, alias as ht, agentRouteFromKey as i, classifyCall as it, sha256Bytes as j, schemaToJson as k, collectAgentToolSlugs as l, discoverModuleFileEntries as lt, discoverTriggerAttachments as m, walkTypeScriptFiles as mt, agentKeyForAttachment as n, moduleBlobRefsFromModules as nt, buildStoredRouteManifestForProject as o, diagnoseWorkflowSource as ot, discoverSkillManifestEntries as p, validateUniqueModuleKeys as pt, workflowKeyForAttachment as q, agentManifestEntry as r, packDirFromDisk as rt, buildStoredRouteManifestFromContext as s, locateWorkflow as st, actionsCatalogFingerprint as t, mapInParallelBatches as tt, contentHashForModule as u, entryIdFromFile as ut, hashDirectoryContents as v, event as vt, persistModularRouteManifest as w, importWorkflowDefinition as x, importAgentDefinition as y, flushTelemetry as yt, validatePollGroups as z };
|
|
46625
46629
|
|
|
46626
|
-
//# sourceMappingURL=dist-
|
|
46630
|
+
//# sourceMappingURL=dist-Db97xbIg.mjs.map
|