@keystrokehq/cli 0.1.154 → 0.1.156
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-B1ukswfj.mjs +4 -0
- package/dist/{dist-CK9_DSoK.mjs → dist-BJAZiZG-.mjs} +4 -4
- package/dist/{dist-CK9_DSoK.mjs.map → dist-BJAZiZG-.mjs.map} +1 -1
- package/dist/dist-Bu6eqCZI.mjs +3 -0
- package/dist/{dist-CzjQQX4X.mjs → dist-Cy2nsWsI.mjs} +13 -5
- package/dist/{dist-CzjQQX4X.mjs.map → dist-Cy2nsWsI.mjs.map} +1 -1
- package/dist/{dist-BvOVZp_0.mjs → dist-D-qnmHDz.mjs} +22 -28
- package/dist/{dist-BvOVZp_0.mjs.map → dist-D-qnmHDz.mjs.map} +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{maybe-auto-update-DSecmpgs.mjs → maybe-auto-update-J-Am1CbS.mjs} +2 -2
- package/dist/{maybe-auto-update-DSecmpgs.mjs.map → maybe-auto-update-J-Am1CbS.mjs.map} +1 -1
- package/dist/{program-BRBV4UYO.mjs → program-CH1W0mPS.mjs} +157 -31
- package/dist/program-CH1W0mPS.mjs.map +1 -0
- package/dist/{run-package-manager-update-CNku7nyL.mjs → run-package-manager-update-CuLe-Jux.mjs} +2 -2
- package/dist/{run-package-manager-update-CNku7nyL.mjs.map → run-package-manager-update-CuLe-Jux.mjs.map} +1 -1
- package/dist/skills-bundle/_AGENTS.md +2 -0
- package/package.json +1 -1
- package/dist/dist-BMzrjzk7.mjs +0 -3
- package/dist/dist-DBo5XUG0.mjs +0 -4
- package/dist/program-BRBV4UYO.mjs.map +0 -1
|
@@ -6230,7 +6230,13 @@ const storedRouteManifestEntryV2Schema = discriminatedUnion("kind", [
|
|
|
6230
6230
|
/** sha256 of the trigger source file, baked at build time for overview change-detection. */
|
|
6231
6231
|
sourceHash: string().optional(),
|
|
6232
6232
|
attachmentSchemas: attachmentSchemasSchema,
|
|
6233
|
-
attachmentMeta: attachmentMetaSchema.optional()
|
|
6233
|
+
attachmentMeta: attachmentMetaSchema.optional(),
|
|
6234
|
+
/**
|
|
6235
|
+
* Legacy: per-attachment module paths when one endpoint entry listed many files.
|
|
6236
|
+
* Prefer one `trigger-webhook` entry per trigger (own `moduleFile`). Still accepted
|
|
6237
|
+
* when reading older packed manifests.
|
|
6238
|
+
*/
|
|
6239
|
+
attachmentModuleFiles: record(string(), string()).optional()
|
|
6234
6240
|
}),
|
|
6235
6241
|
object({
|
|
6236
6242
|
kind: literal("trigger-poll"),
|
|
@@ -6350,7 +6356,8 @@ object({ entries: array(discriminatedUnion("kind", [
|
|
|
6350
6356
|
moduleFile: string(),
|
|
6351
6357
|
sourceHash: string().optional(),
|
|
6352
6358
|
attachmentSchemas: attachmentSchemasSchema,
|
|
6353
|
-
attachmentMeta: attachmentMetaSchema.optional()
|
|
6359
|
+
attachmentMeta: attachmentMetaSchema.optional(),
|
|
6360
|
+
attachmentModuleFiles: record(string(), string()).optional()
|
|
6354
6361
|
}),
|
|
6355
6362
|
object({
|
|
6356
6363
|
kind: literal("trigger-poll"),
|
|
@@ -8424,8 +8431,9 @@ const TriggerInvokeTargetSchema = object({
|
|
|
8424
8431
|
});
|
|
8425
8432
|
/**
|
|
8426
8433
|
* `POST /api/triggers/:triggerId/invoke` — 202 Accepted.
|
|
8427
|
-
* `runId` is the trigger
|
|
8428
|
-
*
|
|
8434
|
+
* `runId` is `trigger_runs.id` (same as the trigger job's runId when set). It may
|
|
8435
|
+
* not exist until the worker records the fire — use `triggers runs get` after
|
|
8436
|
+
* dispatch to resolve `workflowRuns` / `agentSessions`.
|
|
8429
8437
|
*/
|
|
8430
8438
|
const TriggerInvokeResponseSchema = object({
|
|
8431
8439
|
runId: string().min(1),
|
|
@@ -9746,4 +9754,4 @@ const WorkflowRunInputsPutBodySchema = record(string(), unknown());
|
|
|
9746
9754
|
//#endregion
|
|
9747
9755
|
export { DownloadActiveProjectArtifactResponseSchema as $, CreateBillingPortalRequestSchema as $i, SkillSummaryDetailResponseSchema as $n, WorkflowSummaryDetailResponseSchema as $r, OpenApiDiscoverResponseSchema as $t, CreateApiKeyResponseSchema as A, CredentialAssignmentRecordSchema as Ai, ProjectGitStatusResponseSchema as An, UpdateOrganizationRequestSchema as Ar, ListApiKeysResponseSchema as At, CreateProjectArtifactRequestSchema as B, ACTIVE_ORG_HEADER as Bi, PublicFormSubmitResponseSchema as Bn, UserPreferencesPatchSchema as Br, ListOrganizationMembersPageResponseSchema as Bt, CompleteManagedDeployArtifactResponseSchema as C, string as Ca, resolveConnectAppSlug as Ci, PresignProjectSourceRequestSchema as Cn, TriggerRunListResponseSchema as Cr, HistoryRunListResponseSchema as Ct, ConnectManagedServiceCredentialRequestSchema as D, datetime as Da, AssignCredentialBodySchema as Di, ProjectArtifactIndexSchema as Dn, UpdateManagedServiceCredentialRequestSchema as Dr, InviteProjectMembersResponseSchema as Dt, ConnectAuthorizeUrlResponseSchema as E, url as Ea, zodToStoredJsonSchema as Ei, PresignUserAvatarResponseSchema as En, UpdateCredentialRequestSchema as Er, InviteProjectMembersRequestSchema as Et, CreateCustomAppResponseSchema as F, getOpenApiJsonSchema as Fi, ProjectSlugAvailabilityResponseSchema as Fn, UploadProjectSourceManifestRequestSchema as Fr, ListDraftFilesResponseSchema as Ft, CreateSlackAppResponseSchema as G, AutoTopupSummarySchema as Gi, QueuedAgentPromptResponseSchema as Gn, WorkflowFormResponseSchema as Gr, ListProjectMetricsResponseSchema as Gt, CreateProjectRequestSchema as H, PresignChatAttachmentRequestSchema as Hi, PublishManagedDeployCandidateResponseSchema as Hn, WorkflowCanvasCredentialBindingsSchema as Hr, ListProjectDeploymentsResponseSchema as Ht, CreateDraftCommitRequestSchema as I, normalizeCredentialList as Ii, PromptInputSchema as In, UploadProjectSourceResponseSchema as Ir, ListManagedServiceCredentialsResponseSchema as It, CredentialInstanceListResponseSchema as J, BillingRedirectResponseSchema as Ji, RenewManagedDeployUploadRequestSchema as Jn, WorkflowRunHooksResponseSchema as Jr, MANAGED_DEPLOY_REQUEST_TIMEOUT_MS as Jt, CreateSlackChannelBodySchema as K, BillingActivityResponseSchema as Ki, QueuedRunResponseSchema as Kn, WorkflowFormUpsertBodySchema as Kr, ListProjectsResponseSchema as Kt, CreateDraftDiffCommitRequestSchema as L, requiredDisplayTextSchema as Li, PromptResponseSchema as Ln, UpsertGatewayAttachmentBodySchema as Lr, ListMcpAppToolsResponseSchema as Lt, CreateCredentialsRequestSchema as M, CredentialConsumerListResponseSchema as Mi, ProjectReachabilityResponseSchema as Mn, UpdateProjectMemberResponseSchema as Mr, ListChannelPlatformsResponseSchema as Mt, CreateCredentialsResponseSchema as N, ExecuteKeystrokeToolRequestSchema as Ni, ProjectResponseSchema as Nn, UpdateProjectRequestSchema as Nr, ListCredentialsPageQuerySchema as Nt, ConnectProvidersResponseSchema as O, safeParse$1 as Oa, CredentialAssignmentListQuerySchema as Oi, ProjectGitRemoteRequestSchema as On, UpdateOrganizationMemberRequestSchema as Or, ListAgentMemoryFilesResponseSchema as Ot, CreateCustomAppRequestSchema as P, credentialInputSchema as Pi, ProjectSettingsResponseSchema as Pn, UpdateProjectSettingsRequestSchema as Pr, ListCredentialsPageResponseSchema as Pt, DeclineOrganizationInvitationResponseSchema as Q, ConfirmCheckoutResponseSchema as Qi, STORED_JSON_SCHEMA_TARGET as Qn, WorkflowRunResponseSchema as Qr, McpDiscoverResponseSchema as Qt, CreateOrganizationRequestSchema as R, DEFAULT_CLOUD_PLATFORM_ORIGIN as Ri, PublicFormMetadataSchema as Rn, UserAvatarPatchSchema as Rr, ListOrganizationInvitationsResponseSchema as Rt, CompleteManagedDeployArtifactRequestSchema as S, record as Sa, parseStoredRouteManifest as Si, PresignOrgLogoResponseSchema as Sn, TriggerRunDetailResponseSchema as Sr, HistoryRunListQuerySchema as St, CompleteProjectArtifactResponseSchema as T, unknown as Ta, slugifyAppName as Ti, PresignUserAvatarRequestSchema as Tn, UpdateCredentialInstanceBodySchema as Tr, InviteOrganizationMembersResponseSchema as Tt, CreateProjectResponseSchema as U, PresignChatAttachmentResponseSchema as Ui, PublishedFormListResponseSchema as Un, WorkflowCanvasRunSchema as Ur, ListProjectFilesResponseSchema as Ut, CreateProjectArtifactResponseSchema as V, CLIENT_CHANNEL_HEADER as Vi, PublishManagedDeployCandidateRequestSchema as Vn, UserPreferencesSchema as Vr, ListOrganizationsResponseSchema as Vt, CreateSlackAppRequestSchema as W, PublicModelsResponseSchema as Wi, PublishedFormSchema as Wn, WorkflowCanvasSchema as Wr, ListProjectMembersResponseSchema as Wt, DOCS_QUERY_TOOL as X, BillingUsageResponseSchema as Xi, SLACK_KEYSTROKE_APP_SLUG as Xn, WorkflowRunInputsSchema as Xr, ManagedServiceCredentialSchema as Xt, CredentialInstanceRecordSchema as Y, BillingSummaryResponseSchema as Yi, RenewManagedDeployUploadResponseSchema as Yn, WorkflowRunInputsPutBodySchema as Yr, ManagedDeployResourceKeySchema as Yt, DOCS_SEARCH_TOOL as Z, ConfirmCheckoutRequestSchema as Zi, SLACK_PERSONAL_APP_SLUG as Zn, WorkflowRunListResponseSchema as Zr, ManagedServiceKindSchema as Zt, CatalogAppsPageResponseSchema as _, looseObject as _a, originFromPublicUrl as _i, PrepareManagedDeployRequestSchema as _n, TemplateFilesResponseSchema as _r, HealthResponseSchema as _t, AgentSessionListResponseSchema as a, ZodType as aa, WorkspaceTriggerRunListResponseSchema as ai, PROJECT_MANIFEST_REL_PATH as an, SlackAppManifestResponseSchema as ar, DraftUpdateEventSchema as at, ChannelConnectionSchema as b, optional as ba, parseProjectManifest as bi, PresignCustomAppLogoResponseSchema as bn, TriggerInvokeResponseSchema as br, HistoryRunCancelResponseSchema as bt, AgentTriggerSummaryListResponseSchema as c, _null as ca, buildConnectDeeplink as ci, PROJECT_SOURCE_IGNORED_DIRS as cn, StartKeystrokeConnectionInputSchema as cr, FinalizeCustomAppLogoRequestSchema as ct, BindChannelBodySchema as d, boolean as da, gitPorcelainLineTouchesManagedDraftPublishPath as di, PROJECT_SOURCE_MAX_TOTAL_BYTES as dn, StartMcpOAuthConnectionResultSchema as dr, GatewayAttachmentRecordSchema as dt, CreateCreditsCheckoutRequestSchema as ea, WorkflowSummaryListResponseSchema as ei, OrganizationSidebarBrandingPatchSchema as en, SkillSummaryListResponseSchema as er, DownloadActiveProjectSourceResponseSchema as et, CancelManagedDeployRequestSchema as f, custom as fa, isAcceptableInstallExit as fi, PlatformAgentCancelResponseSchema as fn, StartOAuthConnectionInputSchema as fr, GetAppCatalogEntryResponseSchema as ft, CatalogAppDetailResponseSchema as g, literal as ga, normalizeDocsSearchPaths as gi, PlatformAgentSessionListResponseSchema as gn, SubmitTeamRequestRequestSchema as gr, GraphqlDiscoverResponseSchema as gt, CatalogActionsPageResponseSchema as h, lazy as ha, isProbablyBinaryProjectSource as hi, PlatformAgentSessionDetailResponseSchema as hn, SubmitMarketingContactRequestSchema as hr, GetTemplateResponseSchema as ht, AgentSessionDetailResponseSchema as i, ZodIssueCode as ia, WorkspaceTriggerOverviewSchema as ii, PROJECT_DRAFT_DIFF_MAX_BYTES as in, SlackAppManifestRequestSchema as ir, DraftRevisionResponseSchema as it, CreateCredentialInstanceBodySchema as j, CredentialConsumerListQuerySchema as ji, ProjectPullStateSchema as jn, UpdateProjectMemberRequestSchema as jr, ListAppsResponseSchema as jt, CreateApiKeyRequestSchema as k, NEVER as ka, CredentialAssignmentListResponseSchema as ki, ProjectGitRemoteResponseSchema as kn, UpdateOrganizationMemberResponseSchema as kr, ListAgentWorkspaceFilesResponseSchema as kt, AppSlugAvailabilityResponseSchema as l, any as la, deriveCustomAppDisplay as li, PROJECT_SOURCE_MAX_FILES as ln, StartKeystrokeConnectionResultSchema as lr, FinalizeCustomAppLogoResponseSchema as lt, CatalogActionDetailResponseSchema as m, intersection as ma, isIgnoredProjectSourcePath as mi, PlatformAgentPromptResponseSchema as mn, SubmitAgentFeedbackRequestSchema as mr, GetCustomAppResponseSchema as mt, ActiveOrganizationResponseSchema as n, UpdateAutoTopupRequestSchema as na, WorkspaceTriggerFileSchema as ni, PNPM_FROZEN_INSTALL_ARGS as nn, SlackAppInstallStartResponseSchema as nr, DraftConflictResponseSchema as nt, AgentSummaryDetailResponseSchema as o, _enum as oa, WorkspaceWorkflowOverviewSchema as oi, PROJECT_PULL_STATE_RELATIVE_PATH as on, SlackMembershipChannelBodySchema as or, DuplicateCredentialRequestSchema as ot, CancelManagedDeployResponseSchema as p, discriminatedUnion as pa, isIgnoredProjectSourceFileName as pi, PlatformAgentPromptInputSchema as pn, StartOAuthConnectionResultSchema as pr, GetCredentialResponseSchema as pt, CreateSlackChannelResponseSchema as q, BillingInvoiceUrlResponseSchema as qi, RecentResourceListResponseSchema as qn, WorkflowRunDetailResponseSchema as qr, ListTemplatesResponseSchema as qt, ActiveProjectSourceRevisionSchema as r, number as ra, WorkspaceTriggerListResponseSchema as ri, PROJECT_DRAFT_COMMIT_REQUEST_TIMEOUT_MS as rn, SlackAppListResponseSchema as rr, DraftFileContentResponseSchema as rt, AgentSummaryListResponseSchema as s, _function as sa, buildAgentSlackDeeplink as si, PROJECT_REACHABILITY_REQUEST_TIMEOUT_MS as sn, SlugAvailabilityResponseSchema as sr, DuplicateCredentialsResponseSchema as st, AcceptOrganizationInvitationResponseSchema as t, CreateSubscriptionCheckoutRequestSchema as ta, WorkspaceTriggerDetailSchema as ti, OrganizationSidebarBrandingSchema as tn, SlackAgentMembershipsResponseSchema as tr, DraftCommitResponseSchema as tt, BindAgentSlackAppBodySchema as u, array as ua, detectProjectPackageManagerFromSnapshot as ui, PROJECT_SOURCE_MAX_FILE_BYTES as un, StartMcpOAuthConnectionInputSchema as ur, FormFieldConfigSchema as ut, ChannelAccountListResponseSchema as v, number$1 as va, parseAppSlug as vi, PrepareManagedDeployResponseSchema as vn, TriggerDetailResponseSchema as vr, HeartbeatManagedDeployRequestSchema as vt, CompleteProjectArtifactRequestSchema as w, union as wa, resolveDocsMcpUrl as wi, PresignProjectSourceResponseSchema as wn, UpdateChannelBindingBodySchema as wr, InviteOrganizationMembersRequestSchema as wt, ChannelDirectoryListResponseSchema as x, preprocess as xa, parseSlackConnectFlow as xi, PresignOrgLogoRequestSchema as xn, TriggerListResponseSchema as xr, HistoryRunDetailResponseSchema as xt, ChannelConnectionListResponseSchema as y, object as ya, parseErrorResponse as yi, PresignCustomAppLogoRequestSchema as yn, TriggerInvokeInputsSchema as yr, HeartbeatManagedDeployResponseSchema as yt, CreateOrganizationResponseSchema as z, LOCAL_PLATFORM_ORIGIN as zi, PublicFormSubmitBodySchema as zn, UserAvatarSchema as zr, ListOrganizationMembersPageQuerySchema as zt };
|
|
9748
9756
|
|
|
9749
|
-
//# sourceMappingURL=dist-
|
|
9757
|
+
//# sourceMappingURL=dist-Cy2nsWsI.mjs.map
|