@keystrokehq/cli 0.1.87 → 0.1.89
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-BBhY5irR.mjs → dist--rEosQWM.mjs} +3 -3
- package/dist/{dist-BBhY5irR.mjs.map → dist--rEosQWM.mjs.map} +1 -1
- package/dist/dist-27bn8V75.mjs +3 -0
- package/dist/{dist-CEmkrm9b.mjs → dist-B-bOSK-t.mjs} +9 -9
- package/dist/dist-B-bOSK-t.mjs.map +1 -0
- package/dist/{dist-uPQD-3bl.mjs → dist-CKYkjDwF.mjs} +2 -2
- package/dist/{dist-uPQD-3bl.mjs.map → dist-CKYkjDwF.mjs.map} +1 -1
- package/dist/{dist-CdlTh3Xw.mjs → dist-CtzRBy-4.mjs} +3 -3
- package/dist/{dist-CdlTh3Xw.mjs.map → dist-CtzRBy-4.mjs.map} +1 -1
- package/dist/index.mjs +10 -10
- package/dist/{maybe-auto-update-x2nClrff.mjs → maybe-auto-update-C0AJd45Y.mjs} +2 -2
- package/dist/{maybe-auto-update-x2nClrff.mjs.map → maybe-auto-update-C0AJd45Y.mjs.map} +1 -1
- package/dist/{run-package-manager-update-BycMpenj.mjs → run-package-manager-update-C2PHSwh5.mjs} +2 -2
- package/dist/{run-package-manager-update-BycMpenj.mjs.map → run-package-manager-update-C2PHSwh5.mjs.map} +1 -1
- package/package.json +1 -1
- package/dist/dist-CEmkrm9b.mjs.map +0 -1
- package/dist/dist-D1_ubR_K.mjs +0 -3
|
@@ -5511,6 +5511,14 @@ function resolveExplicitPublicPlatformOrigin(env = process.env) {
|
|
|
5511
5511
|
function resolvePublicPlatformOrigin(env = process.env) {
|
|
5512
5512
|
return resolveExplicitPublicPlatformOrigin(env) ?? "http://localhost:3002";
|
|
5513
5513
|
}
|
|
5514
|
+
function isValidIanaTimezone(value) {
|
|
5515
|
+
try {
|
|
5516
|
+
Intl.DateTimeFormat(void 0, { timeZone: value });
|
|
5517
|
+
return true;
|
|
5518
|
+
} catch {
|
|
5519
|
+
return false;
|
|
5520
|
+
}
|
|
5521
|
+
}
|
|
5514
5522
|
/** On-disk path under the project root (packed in deploy artifacts when present). */
|
|
5515
5523
|
const ROUTE_MANIFEST_REL_PATH = "dist/.keystroke/route-manifest.json";
|
|
5516
5524
|
/** How a credential instance is stored (`credential_instances.auth_kind`). */
|
|
@@ -7876,14 +7884,6 @@ const PresignUserAvatarResponseSchema = object({
|
|
|
7876
7884
|
uploadUrl: url(),
|
|
7877
7885
|
storageKey: string().min(1)
|
|
7878
7886
|
});
|
|
7879
|
-
function isValidIanaTimezone(value) {
|
|
7880
|
-
try {
|
|
7881
|
-
Intl.DateTimeFormat(void 0, { timeZone: value });
|
|
7882
|
-
return true;
|
|
7883
|
-
} catch {
|
|
7884
|
-
return false;
|
|
7885
|
-
}
|
|
7886
|
-
}
|
|
7887
7887
|
const UserInterfaceThemeSchema = _enum([
|
|
7888
7888
|
"system",
|
|
7889
7889
|
"light",
|
|
@@ -8406,4 +8406,4 @@ const WorkflowRunInputsPutBodySchema = record(string(), unknown());
|
|
|
8406
8406
|
//#endregion
|
|
8407
8407
|
export { CredentialInstanceRecordSchema as $, WorkflowRunDetailResponseSchema as $n, toJSONSchema as $r, PresignProjectSourceResponseSchema as $t, ConnectManagedServiceCredentialRequestSchema as A, TriggerRunListResponseSchema as An, ZodType as Ar, ListManagedServiceCredentialsResponseSchema as At, CreateCustomAppResponseSchema as B, UpdateProjectMemberResponseSchema as Bn, lazy as Br, ManagedServiceCredentialSchema as Bt, ChannelConnectionListResponseSchema as C, SubmitMarketingContactRequestSchema as Cn, parseStoredRouteManifest as Cr, ListAgentMemoryFilesResponseSchema as Ct, ConfirmCheckoutRequestSchema as D, TriggerInvokeResponseSchema as Dn, resolvePublicPlatformOrigin as Dr, ListChannelPlatformsResponseSchema as Dt, CompleteProjectArtifactResponseSchema as E, TriggerInvokeInputsSchema as En, resolveDocsMcpUrl as Er, ListAppsResponseSchema as Et, CreateCredentialInstanceBodySchema as F, UpdateManagedServiceCredentialRequestSchema as Fn, array as Fr, ListProjectDeploymentsResponseSchema as Ft, CreateProjectResponseSchema as G, UpsertGatewayAttachmentBodySchema as Gn, optional as Gr, OrganizationSidebarBrandingSchema as Gt, CreateOrganizationResponseSchema as H, UpdateProjectSettingsRequestSchema as Hn, looseObject as Hr, McpDiscoverResponseSchema as Ht, CreateCredentialsRequestSchema as I, UpdateOrganizationMemberRequestSchema as In, boolean as Ir, ListProjectFilesResponseSchema as It, CredentialAssignmentListResponseSchema as J, UserPreferencesPatchSchema as Jn, string as Jr, PresignChatAttachmentRequestSchema as Jt, CreateSubscriptionCheckoutRequestSchema as K, UserAvatarPatchSchema as Kn, preprocess as Kr, PROJECT_PULL_STATE_RELATIVE_PATH as Kt, CreateCredentialsResponseSchema as L, UpdateOrganizationMemberResponseSchema as Ln, custom as Lr, ListProjectMembersResponseSchema as Lt, CreateApiKeyRequestSchema as M, UpdateChannelBindingBodySchema as Mn, _function as Mr, ListOrganizationMembersPageQuerySchema as Mt, CreateApiKeyResponseSchema as N, UpdateCredentialInstanceBodySchema as Nn, _null as Nr, ListOrganizationMembersPageResponseSchema as Nt, ConfirmCheckoutResponseSchema as O, TriggerListResponseSchema as On, slugifyAppName as Or, ListCredentialsPageQuerySchema as Ot, CreateBillingPortalRequestSchema as P, UpdateCredentialRequestSchema as Pn, any as Pr, ListOrganizationsResponseSchema as Pt, CredentialInstanceListResponseSchema as Q, WorkflowCanvasSchema as Qn, datetime as Qr, PresignProjectSourceRequestSchema as Qt, CreateCreditsCheckoutRequestSchema as R, UpdateOrganizationRequestSchema as Rn, discriminatedUnion as Rr, ListProjectMetricsResponseSchema as Rt, ChannelAccountListResponseSchema as S, StartOAuthConnectionResultSchema as Sn, parseErrorResponse as Sr, LOCAL_PLATFORM_ORIGIN as St, ChannelDirectoryListResponseSchema as T, TriggerDetailResponseSchema as Tn, resolveConnectAppSlug as Tr, ListApiKeysResponseSchema as Tt, CreateProjectArtifactResponseSchema as U, UploadProjectSourceManifestRequestSchema as Un, number$1 as Ur, OpenApiDiscoverResponseSchema as Ut, CreateOrganizationRequestSchema as V, UpdateProjectRequestSchema as Vn, literal as Vr, ManagedServiceKindSchema as Vt, CreateProjectRequestSchema as W, UploadProjectSourceResponseSchema as Wn, object as Wr, OrganizationSidebarBrandingPatchSchema as Wt, CredentialConsumerListQuerySchema as X, WorkflowCanvasCredentialBindingsSchema as Xn, unknown as Xr, PresignOrgLogoRequestSchema as Xt, CredentialAssignmentRecordSchema as Y, UserPreferencesSchema as Yn, union as Yr, PresignChatAttachmentResponseSchema as Yt, CredentialConsumerListResponseSchema as Z, WorkflowCanvasRunSchema as Zn, url as Zr, PresignOrgLogoResponseSchema as Zt, BindChannelBodySchema as _, StartKeystrokeConnectionInputSchema as _n, isAcceptableInstallExit as _r, HistoryRunListResponseSchema as _t, AgentSessionListResponseSchema as a, ProjectSettingsResponseSchema as an, WorkflowSummaryDetailResponseSchema as ar, DownloadActiveProjectSourceResponseSchema as at, CatalogAppDetailResponseSchema as b, StartMcpOAuthConnectionResultSchema as bn, originFromPublicUrl as br, InviteProjectMembersRequestSchema as bt, AgentTriggerSummaryListResponseSchema as c, PromptResponseSchema as cn, WorkspaceTriggerFileSchema as cr, GatewayAttachmentRecordSchema as ct, AutoTopupSummarySchema as d, QueuedRunResponseSchema as dn, WorkspaceTriggerRunListResponseSchema as dr, GetCustomAppResponseSchema as dt, safeParse$1 as ei, PresignUserAvatarRequestSchema as en, WorkflowRunHooksResponseSchema as er, DEFAULT_CLOUD_PLATFORM_ORIGIN as et, BillingActivityResponseSchema as f, ROUTE_MANIFEST_REL_PATH as fn, WorkspaceWorkflowOverviewSchema as fr, GraphqlDiscoverResponseSchema as ft, BillingUsageResponseSchema as g, SlugAvailabilityResponseSchema as gn, detectProjectPackageManagerFromSnapshot as gr, HistoryRunListQuerySchema as gt, BillingSummaryResponseSchema as h, SkillSummaryListResponseSchema as hn, deriveCustomAppDisplay as hr, HistoryRunDetailResponseSchema as ht, AgentSessionDetailResponseSchema as i, ProjectResponseSchema as in, WorkflowRunResponseSchema as ir, DownloadActiveProjectArtifactResponseSchema as it, ConnectProvidersResponseSchema as j, UpdateAutoTopupRequestSchema as jn, _enum as jr, ListOrganizationInvitationsResponseSchema as jt, ConnectAuthorizeUrlResponseSchema as k, TriggerRunDetailResponseSchema as kn, number as kr, ListCredentialsPageResponseSchema as kt, AppSlugAvailabilityResponseSchema as l, PublicModelsResponseSchema as ln, WorkspaceTriggerListResponseSchema as lr, GetAppCatalogEntryResponseSchema as lt, BillingRedirectResponseSchema as m, SkillSummaryDetailResponseSchema as mn, credentialInputSchema as mr, HistoryRunCancelResponseSchema as mt, AcceptOrganizationInvitationResponseSchema as n, ProjectPullStateSchema as nn, WorkflowRunInputsSchema as nr, DOCS_SEARCH_TOOL as nt, AgentSummaryDetailResponseSchema as o, ProjectSlugAvailabilityResponseSchema as on, WorkflowSummaryListResponseSchema as or, ErrorResponseSchema as ot, BillingInvoiceUrlResponseSchema as p, RecentResourceListResponseSchema as pn, buildConnectDeeplink as pr, HealthResponseSchema as pt, CredentialAssignmentListQuerySchema as q, UserAvatarSchema as qn, record as qr, PROJECT_REACHABILITY_REQUEST_TIMEOUT_MS as qt, ActiveOrganizationResponseSchema as r, ProjectReachabilityResponseSchema as rn, WorkflowRunListResponseSchema as rr, DeclineOrganizationInvitationResponseSchema as rt, AgentSummaryListResponseSchema as s, PromptInputSchema as sn, WorkspaceTriggerDetailSchema as sr, ExecuteKeystrokeToolRequestSchema as st, ACTIVE_ORG_HEADER as t, NEVER as ti, PresignUserAvatarResponseSchema as tn, WorkflowRunInputsPutBodySchema as tr, DOCS_QUERY_TOOL as tt, AssignCredentialBodySchema as u, QueuedAgentPromptResponseSchema as un, WorkspaceTriggerOverviewSchema as ur, GetCredentialResponseSchema as ut, CatalogActionDetailResponseSchema as v, StartKeystrokeConnectionResultSchema as vn, listenPortFromPublicUrl as vr, InviteOrganizationMembersRequestSchema as vt, ChannelConnectionSchema as w, SubmitTeamRequestRequestSchema as wn, requiredDisplayTextSchema as wr, ListAgentWorkspaceFilesResponseSchema as wt, CatalogAppsPageResponseSchema as x, StartOAuthConnectionInputSchema as xn, parseAppSlug as xr, InviteProjectMembersResponseSchema as xt, CatalogActionsPageResponseSchema as y, StartMcpOAuthConnectionInputSchema as yn, normalizeCredentialList as yr, InviteOrganizationMembersResponseSchema as yt, CreateCustomAppRequestSchema as z, UpdateProjectMemberRequestSchema as zn, intersection as zr, ListProjectsResponseSchema as zt };
|
|
8408
8408
|
|
|
8409
|
-
//# sourceMappingURL=dist-
|
|
8409
|
+
//# sourceMappingURL=dist-B-bOSK-t.mjs.map
|