@keystrokehq/cli 0.1.130 → 0.1.131
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/README.md +1 -0
- package/dist/dist-BMHYkm7M.mjs +3 -0
- package/dist/{dist-Di9E6tcC.mjs → dist-BamKVXHp.mjs} +2 -2
- package/dist/{dist-Di9E6tcC.mjs.map → dist-BamKVXHp.mjs.map} +1 -1
- package/dist/{dist-BhhQyRN9.mjs → dist-ByG--yKA.mjs} +14 -2
- package/dist/{dist-BhhQyRN9.mjs.map → dist-ByG--yKA.mjs.map} +1 -1
- package/dist/{dist-BJx-Ktvx.mjs → dist-CGVR9s8M.mjs} +3 -3
- package/dist/dist-CGVR9s8M.mjs.map +1 -0
- package/dist/{dist-BHWdrE8w.mjs → dist-DtdD9-4R.mjs} +3 -3
- package/dist/{dist-BHWdrE8w.mjs.map → dist-DtdD9-4R.mjs.map} +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{maybe-auto-update-C81fdNvj.mjs → maybe-auto-update-Ba0qMHjy.mjs} +2 -2
- package/dist/{maybe-auto-update-C81fdNvj.mjs.map → maybe-auto-update-Ba0qMHjy.mjs.map} +1 -1
- package/dist/{program-F1fudP02.mjs → program-BNrX2meB.mjs} +50 -26
- package/dist/program-BNrX2meB.mjs.map +1 -0
- package/dist/{run-package-manager-update-D1GM1hMJ.mjs → run-package-manager-update-D4uLAIXd.mjs} +2 -2
- package/dist/{run-package-manager-update-D1GM1hMJ.mjs.map → run-package-manager-update-D4uLAIXd.mjs.map} +1 -1
- package/package.json +1 -1
- package/dist/dist-BJx-Ktvx.mjs.map +0 -1
- package/dist/dist-DUqcWR6w.mjs +0 -3
- package/dist/program-F1fudP02.mjs.map +0 -1
|
@@ -8563,6 +8563,18 @@ const PublishedFormSchema = object({
|
|
|
8563
8563
|
createdAt: string().min(1),
|
|
8564
8564
|
updatedAt: string().min(1)
|
|
8565
8565
|
});
|
|
8566
|
+
const PublishedFormListResponseSchema = array(object({
|
|
8567
|
+
id: string().min(1),
|
|
8568
|
+
projectId: string().min(1),
|
|
8569
|
+
workflowSlug: string().min(1),
|
|
8570
|
+
enabled: boolean(),
|
|
8571
|
+
title: string().min(1).nullable(),
|
|
8572
|
+
description: string().min(1).nullable(),
|
|
8573
|
+
fieldConfig: FormFieldConfigSchema,
|
|
8574
|
+
publicUrl: string().url(),
|
|
8575
|
+
createdAt: string().min(1),
|
|
8576
|
+
updatedAt: string().min(1)
|
|
8577
|
+
}));
|
|
8566
8578
|
const WorkflowFormResponseSchema = PublishedFormSchema.nullable();
|
|
8567
8579
|
const WorkflowFormUpsertBodySchema = object({
|
|
8568
8580
|
enabled: boolean().optional(),
|
|
@@ -8680,6 +8692,6 @@ const ListAgentWorkspaceFilesResponseSchema = object({ files: array(object({
|
|
|
8680
8692
|
})) });
|
|
8681
8693
|
const WorkflowRunInputsPutBodySchema = record(string(), unknown());
|
|
8682
8694
|
//#endregion
|
|
8683
|
-
export { CredentialInstanceListResponseSchema as $,
|
|
8695
|
+
export { CredentialInstanceListResponseSchema as $, UpdateOrganizationMemberResponseSchema as $n, array as $r, OrganizationSidebarBrandingSchema as $t, ConnectAuthorizeUrlResponseSchema as A, SkillSummaryListResponseSchema as An, WorkspaceWorkflowOverviewSchema as Ar, ListAgentMemoryFilesResponseSchema as At, CreateCustomAppRequestSchema as B, TemplateFilesResponseSchema as Bn, parseErrorResponse as Br, ListOrganizationMembersPageResponseSchema as Bt, ChannelAccountListResponseSchema as C, PublishedFormListResponseSchema as Cn, WorkflowSummaryDetailResponseSchema as Cr, HistoryRunListQuerySchema as Ct, CompleteProjectArtifactResponseSchema as D, ROUTE_MANIFEST_REL_PATH as Dn, WorkspaceTriggerListResponseSchema as Dr, InviteProjectMembersRequestSchema as Dt, ChannelDirectoryListResponseSchema as E, QueuedRunResponseSchema as En, WorkspaceTriggerFileSchema as Er, InviteOrganizationMembersResponseSchema as Et, CreateBillingPortalRequestSchema as F, StartMcpOAuthConnectionResultSchema as Fn, isAcceptableInstallExit as Fr, ListCredentialsPageQuerySchema as Ft, CreateProjectRequestSchema as G, TriggerRunDetailResponseSchema as Gn, resolvePublicPlatformOrigin as Gr, ListProjectMetricsResponseSchema as Gt, CreateOrganizationRequestSchema as H, TriggerInvokeInputsSchema as Hn, requiredDisplayTextSchema as Hr, ListProjectDeploymentsResponseSchema as Ht, CreateCredentialInstanceBodySchema as I, StartOAuthConnectionInputSchema as In, listenPortFromPublicUrl as Ir, ListCredentialsPageResponseSchema as It, CredentialAssignmentListQuerySchema as J, UpdateChannelBindingBodySchema as Jn, ZodType as Jr, ManagedServiceCredentialSchema as Jt, CreateProjectResponseSchema as K, TriggerRunListResponseSchema as Kn, slugifyAppName as Kr, ListProjectsResponseSchema as Kt, CreateCredentialsRequestSchema as L, StartOAuthConnectionResultSchema as Ln, normalizeCredentialList as Lr, ListManagedServiceCredentialsResponseSchema as Lt, ConnectProvidersResponseSchema as M, StartKeystrokeConnectionInputSchema as Mn, credentialInputSchema as Mr, ListApiKeysResponseSchema as Mt, CreateApiKeyRequestSchema as N, StartKeystrokeConnectionResultSchema as Nn, deriveCustomAppDisplay as Nr, ListAppsResponseSchema as Nt, ConfirmCheckoutRequestSchema as O, RecentResourceListResponseSchema as On, WorkspaceTriggerOverviewSchema as Or, InviteProjectMembersResponseSchema as Ot, CreateApiKeyResponseSchema as P, StartMcpOAuthConnectionInputSchema as Pn, detectProjectPackageManagerFromSnapshot as Pr, ListChannelPlatformsResponseSchema as Pt, CredentialConsumerListResponseSchema as Q, UpdateOrganizationMemberRequestSchema as Qn, any as Qr, OrganizationSidebarBrandingPatchSchema as Qt, CreateCredentialsResponseSchema as R, SubmitMarketingContactRequestSchema as Rn, originFromPublicUrl as Rr, ListOrganizationInvitationsResponseSchema as Rt, CatalogAppsPageResponseSchema as S, PublicModelsResponseSchema as Sn, WorkflowRunResponseSchema as Sr, HistoryRunDetailResponseSchema as St, ChannelConnectionSchema as T, QueuedAgentPromptResponseSchema as Tn, WorkspaceTriggerDetailSchema as Tr, InviteOrganizationMembersRequestSchema as Tt, CreateOrganizationResponseSchema as U, TriggerInvokeResponseSchema as Un, resolveConnectAppSlug as Ur, ListProjectFilesResponseSchema as Ut, CreateCustomAppResponseSchema as V, TriggerDetailResponseSchema as Vn, parseStoredRouteManifest as Vr, ListOrganizationsResponseSchema as Vt, CreateProjectArtifactResponseSchema as W, TriggerListResponseSchema as Wn, resolveDocsMcpUrl as Wr, ListProjectMembersResponseSchema as Wt, CredentialAssignmentRecordSchema as X, UpdateCredentialRequestSchema as Xn, _function as Xr, McpDiscoverResponseSchema as Xt, CredentialAssignmentListResponseSchema as Y, UpdateCredentialInstanceBodySchema as Yn, _enum as Yr, ManagedServiceKindSchema as Yt, CredentialConsumerListQuerySchema as Z, UpdateManagedServiceCredentialRequestSchema as Zn, _null as Zr, OpenApiDiscoverResponseSchema as Zt, BindChannelBodySchema as _, toJSONSchema as _i, PromptInputSchema as _n, WorkflowRunDetailResponseSchema as _r, GetCustomAppResponseSchema as _t, AgentSessionListResponseSchema as a, literal as ai, PresignCustomAppLogoResponseSchema as an, UploadProjectSourceManifestRequestSchema as ar, DownloadActiveProjectArtifactResponseSchema as at, CatalogActionsPageResponseSchema as b, PublicFormSubmitBodySchema as bn, WorkflowRunInputsSchema as br, HealthResponseSchema as bt, AgentTriggerSummaryListResponseSchema as c, object as ci, PresignProjectSourceRequestSchema as cn, UserAvatarPatchSchema as cr, DuplicateCredentialsResponseSchema as ct, AutoTopupSummarySchema as d, record as di, PresignUserAvatarResponseSchema as dn, UserPreferencesSchema as dr, FinalizeCustomAppLogoRequestSchema as dt, boolean as ei, PROJECT_PULL_STATE_RELATIVE_PATH as en, UpdateOrganizationRequestSchema as er, CredentialInstanceRecordSchema as et, BillingActivityResponseSchema as f, string as fi, ProjectPullStateSchema as fn, WorkflowCanvasCredentialBindingsSchema as fr, FinalizeCustomAppLogoResponseSchema as ft, BillingUsageResponseSchema as g, datetime as gi, ProjectSlugAvailabilityResponseSchema as gn, WorkflowFormUpsertBodySchema as gr, GetCredentialResponseSchema as gt, BillingSummaryResponseSchema as h, url as hi, ProjectSettingsResponseSchema as hn, WorkflowFormResponseSchema as hr, GetAppCatalogEntryResponseSchema as ht, AgentSessionDetailResponseSchema as i, lazy as ii, PresignCustomAppLogoRequestSchema as in, UpdateProjectSettingsRequestSchema as ir, DeclineOrganizationInvitationResponseSchema as it, ConnectManagedServiceCredentialRequestSchema as j, SlugAvailabilityResponseSchema as jn, buildConnectDeeplink as jr, ListAgentWorkspaceFilesResponseSchema as jt, ConfirmCheckoutResponseSchema as k, SkillSummaryDetailResponseSchema as kn, WorkspaceTriggerRunListResponseSchema as kr, LOCAL_PLATFORM_ORIGIN as kt, AppSlugAvailabilityResponseSchema as l, optional as li, PresignProjectSourceResponseSchema as ln, UserAvatarSchema as lr, ExecuteKeystrokeToolRequestSchema as lt, BillingRedirectResponseSchema as m, unknown as mi, ProjectResponseSchema as mn, WorkflowCanvasSchema as mr, GatewayAttachmentRecordSchema as mt, AcceptOrganizationInvitationResponseSchema as n, discriminatedUnion as ni, PresignChatAttachmentRequestSchema as nn, UpdateProjectMemberResponseSchema as nr, DOCS_QUERY_TOOL as nt, AgentSummaryDetailResponseSchema as o, looseObject as oi, PresignOrgLogoRequestSchema as on, UploadProjectSourceResponseSchema as or, DownloadActiveProjectSourceResponseSchema as ot, BillingInvoiceUrlResponseSchema as p, union as pi, ProjectReachabilityResponseSchema as pn, WorkflowCanvasRunSchema as pr, FormFieldConfigSchema as pt, CreateSubscriptionCheckoutRequestSchema as q, UpdateAutoTopupRequestSchema as qn, number as qr, ListTemplatesResponseSchema as qt, ActiveOrganizationResponseSchema as r, intersection as ri, PresignChatAttachmentResponseSchema as rn, UpdateProjectRequestSchema as rr, DOCS_SEARCH_TOOL as rt, AgentSummaryListResponseSchema as s, number$1 as si, PresignOrgLogoResponseSchema as sn, UpsertGatewayAttachmentBodySchema as sr, DuplicateCredentialRequestSchema as st, ACTIVE_ORG_HEADER as t, custom as ti, PROJECT_REACHABILITY_REQUEST_TIMEOUT_MS as tn, UpdateProjectMemberRequestSchema as tr, DEFAULT_CLOUD_PLATFORM_ORIGIN as tt, AssignCredentialBodySchema as u, preprocess as ui, PresignUserAvatarRequestSchema as un, UserPreferencesPatchSchema as ur, FilePartSchema as ut, CLIENT_CHANNEL_HEADER as v, safeParse$1 as vi, PromptResponseSchema as vn, WorkflowRunHooksResponseSchema as vr, GetTemplateResponseSchema as vt, ChannelConnectionListResponseSchema as w, PublishedFormSchema as wn, WorkflowSummaryListResponseSchema as wr, HistoryRunListResponseSchema as wt, CatalogAppDetailResponseSchema as x, PublicFormSubmitResponseSchema as xn, WorkflowRunListResponseSchema as xr, HistoryRunCancelResponseSchema as xt, CatalogActionDetailResponseSchema as y, NEVER as yi, PublicFormMetadataSchema as yn, WorkflowRunInputsPutBodySchema as yr, GraphqlDiscoverResponseSchema as yt, CreateCreditsCheckoutRequestSchema as z, SubmitTeamRequestRequestSchema as zn, parseAppSlug as zr, ListOrganizationMembersPageQuerySchema as zt };
|
|
8684
8696
|
|
|
8685
|
-
//# sourceMappingURL=dist-
|
|
8697
|
+
//# sourceMappingURL=dist-ByG--yKA.mjs.map
|