@claudexor/schema 2.1.3 → 3.0.0
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/agent-capabilities.d.ts +32 -24
- package/dist/agent-capabilities.d.ts.map +1 -1
- package/dist/agent-capabilities.js +20 -11
- package/dist/agent-capabilities.js.map +1 -1
- package/dist/apply-eligibility.d.ts +166 -0
- package/dist/apply-eligibility.d.ts.map +1 -1
- package/dist/apply-eligibility.js +63 -2
- package/dist/apply-eligibility.js.map +1 -1
- package/dist/attachment.d.ts +5 -5
- package/dist/budget.d.ts +4 -4
- package/dist/config.d.ts +59 -41
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +16 -6
- package/dist/config.js.map +1 -1
- package/dist/context.d.ts +6 -6
- package/dist/control-operation-responses.d.ts +190 -97
- package/dist/control-operation-responses.d.ts.map +1 -1
- package/dist/control-operation-responses.js +14 -1
- package/dist/control-operation-responses.js.map +1 -1
- package/dist/control-run-detail.d.ts +347 -215
- package/dist/control-run-detail.d.ts.map +1 -1
- package/dist/control-run-detail.js +34 -7
- package/dist/control-run-detail.js.map +1 -1
- package/dist/control-thread-apply.d.ts +5 -5
- package/dist/control-trust.d.ts +6 -6
- package/dist/control.d.ts +769 -306
- package/dist/control.d.ts.map +1 -1
- package/dist/control.js +164 -61
- package/dist/control.js.map +1 -1
- package/dist/credential-profile.d.ts +400 -1
- package/dist/credential-profile.d.ts.map +1 -1
- package/dist/credential-profile.js +109 -4
- package/dist/credential-profile.js.map +1 -1
- package/dist/decision.d.ts +78 -14
- package/dist/decision.d.ts.map +1 -1
- package/dist/decision.js +53 -20
- package/dist/decision.js.map +1 -1
- package/dist/delivery.d.ts +3 -3
- package/dist/delivery.js +1 -1
- package/dist/delivery.js.map +1 -1
- package/dist/events.d.ts +32 -6
- package/dist/events.d.ts.map +1 -1
- package/dist/events.js +45 -11
- package/dist/events.js.map +1 -1
- package/dist/gate.d.ts +4 -4
- package/dist/gate.d.ts.map +1 -1
- package/dist/gate.js +2 -2
- package/dist/gate.js.map +1 -1
- package/dist/harness.d.ts +137 -47
- package/dist/harness.d.ts.map +1 -1
- package/dist/harness.js +65 -16
- package/dist/harness.js.map +1 -1
- package/dist/index.d.ts +4 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/dist/operation.d.ts +66 -7
- package/dist/operation.d.ts.map +1 -1
- package/dist/operation.js +29 -2
- package/dist/operation.js.map +1 -1
- package/dist/output-schema.d.ts +40 -0
- package/dist/output-schema.d.ts.map +1 -0
- package/dist/output-schema.js +109 -0
- package/dist/output-schema.js.map +1 -0
- package/dist/plan.d.ts +206 -0
- package/dist/plan.d.ts.map +1 -0
- package/dist/plan.js +107 -0
- package/dist/plan.js.map +1 -0
- package/dist/primitives.d.ts +14 -10
- package/dist/primitives.d.ts.map +1 -1
- package/dist/primitives.js +14 -11
- package/dist/primitives.js.map +1 -1
- package/dist/project.d.ts +75 -0
- package/dist/project.d.ts.map +1 -1
- package/dist/project.js +17 -0
- package/dist/project.js.map +1 -1
- package/dist/quota.d.ts +119 -0
- package/dist/quota.d.ts.map +1 -1
- package/dist/quota.js +22 -0
- package/dist/quota.js.map +1 -1
- package/dist/raw.d.ts +4 -4
- package/dist/readiness.d.ts +14 -7
- package/dist/readiness.d.ts.map +1 -1
- package/dist/run-strategy.d.ts +17 -0
- package/dist/run-strategy.d.ts.map +1 -0
- package/dist/run-strategy.js +47 -0
- package/dist/run-strategy.js.map +1 -0
- package/dist/setup.d.ts +160 -160
- package/dist/status-projection.d.ts +78 -0
- package/dist/status-projection.d.ts.map +1 -0
- package/dist/status-projection.js +171 -0
- package/dist/status-projection.js.map +1 -0
- package/dist/task.d.ts +48 -316
- package/dist/task.d.ts.map +1 -1
- package/dist/task.js +3 -60
- package/dist/task.js.map +1 -1
- package/dist/telemetry.d.ts +89 -89
- package/dist/thread.d.ts +167 -32
- package/dist/thread.d.ts.map +1 -1
- package/dist/thread.js +92 -28
- package/dist/thread.js.map +1 -1
- package/dist/tool-ref.d.ts +1 -1
- package/generated/AgentCapabilityCatalog.schema.json +4 -6
- package/generated/ApplyEligibility.schema.json +1 -1
- package/generated/BudgetLease.schema.json +1 -2
- package/generated/ConformanceReport.schema.json +1 -2
- package/generated/ContinuityDisclosure.schema.json +74 -0
- package/generated/ControlApplyRequest.schema.json +1 -2
- package/generated/ControlCredentialProfileUpdateRequest.schema.json +20 -0
- package/generated/ControlCredentialProfileUpdateResponse.schema.json +142 -0
- package/generated/ControlCredentialProfilesResponse.schema.json +126 -2
- package/generated/ControlDeliveryResponse.schema.json +0 -1
- package/generated/ControlHandshakeResponse.schema.json +31 -3
- package/generated/ControlHarnessListResponse.schema.json +11 -6
- package/generated/ControlHarnessSettingsPatch.schema.json +4 -0
- package/generated/ControlOperationCatalog.schema.json +16 -1
- package/generated/ControlOperationDescriptor.schema.json +15 -0
- package/generated/ControlProject.schema.json +35 -0
- package/generated/ControlProjectListResponse.schema.json +35 -0
- package/generated/ControlProjectOutputsResponse.schema.json +57 -0
- package/generated/ControlQueuedRunInfo.schema.json +2 -11
- package/generated/ControlQuotaResponse.schema.json +42 -0
- package/generated/ControlRunAgainDraft.schema.json +37 -35
- package/generated/ControlRunDecisionRequest.schema.json +0 -1
- package/generated/ControlRunDetail.schema.json +292 -213
- package/generated/ControlRunListResponse.schema.json +88 -27
- package/generated/ControlRunStartRequest.schema.json +37 -35
- package/generated/ControlRunStartResponse.schema.json +2 -11
- package/generated/ControlRunSummary.schema.json +88 -27
- package/generated/ControlSettingsSnapshot.schema.json +6 -11
- package/generated/ControlSettingsUpdateRequest.schema.json +5 -10
- package/generated/ControlThread.schema.json +21 -3
- package/generated/ControlThreadApplyResponse.schema.json +0 -1
- package/generated/ControlThreadCreateRequest.schema.json +12 -3
- package/generated/ControlThreadDetail.schema.json +174 -16
- package/generated/ControlThreadListResponse.schema.json +60 -3
- package/generated/ControlThreadTurnRequest.schema.json +40 -34
- package/generated/ControlThreadUpdateRequest.schema.json +19 -0
- package/generated/DecisionRecord.schema.json +73 -33
- package/generated/GateResult.schema.json +1 -2
- package/generated/GlobalConfig.schema.json +7 -12
- package/generated/HarnessManifest.schema.json +11 -6
- package/generated/HarnessStatusDto.schema.json +11 -6
- package/generated/LaneCheckpoint.schema.json +59 -0
- package/generated/McpRunHandleResult.schema.json +234 -0
- package/generated/McpRunToolResult.schema.json +124 -2
- package/generated/RoutePrimaryDivergedPayload.schema.json +56 -0
- package/generated/RunEvent.schema.json +9 -5
- package/generated/RunTelemetry.schema.json +2 -4
- package/generated/TaskContract.schema.json +3 -135
- package/generated/Thread.schema.json +21 -3
- package/generated/ThreadTurn.schema.json +88 -0
- package/package.json +2 -2
- package/dist/control-spec.d.ts +0 -603
- package/dist/control-spec.d.ts.map +0 -1
- package/dist/control-spec.js +0 -87
- package/dist/control-spec.js.map +0 -1
- package/dist/orchestrate.d.ts +0 -556
- package/dist/orchestrate.d.ts.map +0 -1
- package/dist/orchestrate.js +0 -356
- package/dist/orchestrate.js.map +0 -1
- package/dist/spec.d.ts +0 -678
- package/dist/spec.d.ts.map +0 -1
- package/dist/spec.js +0 -186
- package/dist/spec.js.map +0 -1
- package/generated/ControlSpecAnswersRequest.schema.json +0 -74
- package/generated/ControlSpecQuestionsRequest.schema.json +0 -209
- package/generated/ControlSpecSession.schema.json +0 -261
- package/generated/ControlSpecSessionListResponse.schema.json +0 -273
- package/generated/OrchestrateContract.schema.json +0 -119
- package/generated/OrchestratePlan.schema.json +0 -264
- package/generated/OrchestratePlanProgress.schema.json +0 -164
- package/generated/SessionReboundLineage.schema.json +0 -73
- package/generated/SpecPack.schema.json +0 -483
package/dist/setup.d.ts
CHANGED
|
@@ -404,11 +404,11 @@ export declare const ControlSetupJobOutcome: z.ZodObject<{
|
|
|
404
404
|
exitCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
405
405
|
signal: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
406
406
|
}, "strict", z.ZodTypeAny, {
|
|
407
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "
|
|
407
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
408
408
|
exitCode?: number | null | undefined;
|
|
409
409
|
signal?: string | null | undefined;
|
|
410
410
|
}, {
|
|
411
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "
|
|
411
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
412
412
|
exitCode?: number | null | undefined;
|
|
413
413
|
signal?: string | null | undefined;
|
|
414
414
|
}>;
|
|
@@ -459,11 +459,11 @@ export declare const ControlSetupJob: z.ZodEffects<z.ZodObject<{
|
|
|
459
459
|
exitCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
460
460
|
signal: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
461
461
|
}, "strict", z.ZodTypeAny, {
|
|
462
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "
|
|
462
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
463
463
|
exitCode?: number | null | undefined;
|
|
464
464
|
signal?: string | null | undefined;
|
|
465
465
|
}, {
|
|
466
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "
|
|
466
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
467
467
|
exitCode?: number | null | undefined;
|
|
468
468
|
signal?: string | null | undefined;
|
|
469
469
|
}>>;
|
|
@@ -1612,7 +1612,7 @@ export declare const ControlSetupJob: z.ZodEffects<z.ZodObject<{
|
|
|
1612
1612
|
message: string;
|
|
1613
1613
|
harness: "cursor" | "codex" | "claude";
|
|
1614
1614
|
startedAt: string | null;
|
|
1615
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
1615
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
1616
1616
|
profileId: string | null;
|
|
1617
1617
|
command: string | null;
|
|
1618
1618
|
createdAt: string;
|
|
@@ -1621,11 +1621,6 @@ export declare const ControlSetupJob: z.ZodEffects<z.ZodObject<{
|
|
|
1621
1621
|
finishedAt: string | null;
|
|
1622
1622
|
action: "login";
|
|
1623
1623
|
guideUrl: string | null;
|
|
1624
|
-
outcome?: {
|
|
1625
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
1626
|
-
exitCode?: number | null | undefined;
|
|
1627
|
-
signal?: string | null | undefined;
|
|
1628
|
-
} | undefined;
|
|
1629
1624
|
execution?: {
|
|
1630
1625
|
observedAt: string;
|
|
1631
1626
|
commandDigest: string;
|
|
@@ -1645,6 +1640,11 @@ export declare const ControlSetupJob: z.ZodEffects<z.ZodObject<{
|
|
|
1645
1640
|
};
|
|
1646
1641
|
permitIssuedAt?: string | undefined;
|
|
1647
1642
|
} | undefined;
|
|
1643
|
+
outcome?: {
|
|
1644
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
1645
|
+
exitCode?: number | null | undefined;
|
|
1646
|
+
signal?: string | null | undefined;
|
|
1647
|
+
} | undefined;
|
|
1648
1648
|
deadlineAt?: string | undefined;
|
|
1649
1649
|
authCapability?: {
|
|
1650
1650
|
attemptId: string;
|
|
@@ -1792,7 +1792,7 @@ export declare const ControlSetupJob: z.ZodEffects<z.ZodObject<{
|
|
|
1792
1792
|
message: string;
|
|
1793
1793
|
harness: "cursor" | "codex" | "claude";
|
|
1794
1794
|
startedAt: string | null;
|
|
1795
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
1795
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
1796
1796
|
command: string | null;
|
|
1797
1797
|
createdAt: string;
|
|
1798
1798
|
jobId: string;
|
|
@@ -1801,11 +1801,6 @@ export declare const ControlSetupJob: z.ZodEffects<z.ZodObject<{
|
|
|
1801
1801
|
action: "login";
|
|
1802
1802
|
guideUrl: string | null;
|
|
1803
1803
|
profileId?: string | null | undefined;
|
|
1804
|
-
outcome?: {
|
|
1805
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
1806
|
-
exitCode?: number | null | undefined;
|
|
1807
|
-
signal?: string | null | undefined;
|
|
1808
|
-
} | undefined;
|
|
1809
1804
|
execution?: {
|
|
1810
1805
|
observedAt: string;
|
|
1811
1806
|
commandDigest: string;
|
|
@@ -1825,6 +1820,11 @@ export declare const ControlSetupJob: z.ZodEffects<z.ZodObject<{
|
|
|
1825
1820
|
};
|
|
1826
1821
|
permitIssuedAt?: string | undefined;
|
|
1827
1822
|
} | undefined;
|
|
1823
|
+
outcome?: {
|
|
1824
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
1825
|
+
exitCode?: number | null | undefined;
|
|
1826
|
+
signal?: string | null | undefined;
|
|
1827
|
+
} | undefined;
|
|
1828
1828
|
deadlineAt?: string | undefined;
|
|
1829
1829
|
authCapability?: {
|
|
1830
1830
|
attemptId: string;
|
|
@@ -1972,7 +1972,7 @@ export declare const ControlSetupJob: z.ZodEffects<z.ZodObject<{
|
|
|
1972
1972
|
message: string;
|
|
1973
1973
|
harness: "cursor" | "codex" | "claude";
|
|
1974
1974
|
startedAt: string | null;
|
|
1975
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
1975
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
1976
1976
|
profileId: string | null;
|
|
1977
1977
|
command: string | null;
|
|
1978
1978
|
createdAt: string;
|
|
@@ -1981,11 +1981,6 @@ export declare const ControlSetupJob: z.ZodEffects<z.ZodObject<{
|
|
|
1981
1981
|
finishedAt: string | null;
|
|
1982
1982
|
action: "login";
|
|
1983
1983
|
guideUrl: string | null;
|
|
1984
|
-
outcome?: {
|
|
1985
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
1986
|
-
exitCode?: number | null | undefined;
|
|
1987
|
-
signal?: string | null | undefined;
|
|
1988
|
-
} | undefined;
|
|
1989
1984
|
execution?: {
|
|
1990
1985
|
observedAt: string;
|
|
1991
1986
|
commandDigest: string;
|
|
@@ -2005,6 +2000,11 @@ export declare const ControlSetupJob: z.ZodEffects<z.ZodObject<{
|
|
|
2005
2000
|
};
|
|
2006
2001
|
permitIssuedAt?: string | undefined;
|
|
2007
2002
|
} | undefined;
|
|
2003
|
+
outcome?: {
|
|
2004
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
2005
|
+
exitCode?: number | null | undefined;
|
|
2006
|
+
signal?: string | null | undefined;
|
|
2007
|
+
} | undefined;
|
|
2008
2008
|
deadlineAt?: string | undefined;
|
|
2009
2009
|
authCapability?: {
|
|
2010
2010
|
attemptId: string;
|
|
@@ -2152,7 +2152,7 @@ export declare const ControlSetupJob: z.ZodEffects<z.ZodObject<{
|
|
|
2152
2152
|
message: string;
|
|
2153
2153
|
harness: "cursor" | "codex" | "claude";
|
|
2154
2154
|
startedAt: string | null;
|
|
2155
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
2155
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
2156
2156
|
command: string | null;
|
|
2157
2157
|
createdAt: string;
|
|
2158
2158
|
jobId: string;
|
|
@@ -2161,11 +2161,6 @@ export declare const ControlSetupJob: z.ZodEffects<z.ZodObject<{
|
|
|
2161
2161
|
action: "login";
|
|
2162
2162
|
guideUrl: string | null;
|
|
2163
2163
|
profileId?: string | null | undefined;
|
|
2164
|
-
outcome?: {
|
|
2165
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
2166
|
-
exitCode?: number | null | undefined;
|
|
2167
|
-
signal?: string | null | undefined;
|
|
2168
|
-
} | undefined;
|
|
2169
2164
|
execution?: {
|
|
2170
2165
|
observedAt: string;
|
|
2171
2166
|
commandDigest: string;
|
|
@@ -2185,6 +2180,11 @@ export declare const ControlSetupJob: z.ZodEffects<z.ZodObject<{
|
|
|
2185
2180
|
};
|
|
2186
2181
|
permitIssuedAt?: string | undefined;
|
|
2187
2182
|
} | undefined;
|
|
2183
|
+
outcome?: {
|
|
2184
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
2185
|
+
exitCode?: number | null | undefined;
|
|
2186
|
+
signal?: string | null | undefined;
|
|
2187
|
+
} | undefined;
|
|
2188
2188
|
deadlineAt?: string | undefined;
|
|
2189
2189
|
authCapability?: {
|
|
2190
2190
|
attemptId: string;
|
|
@@ -2370,11 +2370,11 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
2370
2370
|
exitCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2371
2371
|
signal: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2372
2372
|
}, "strict", z.ZodTypeAny, {
|
|
2373
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "
|
|
2373
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
2374
2374
|
exitCode?: number | null | undefined;
|
|
2375
2375
|
signal?: string | null | undefined;
|
|
2376
2376
|
}, {
|
|
2377
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "
|
|
2377
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
2378
2378
|
exitCode?: number | null | undefined;
|
|
2379
2379
|
signal?: string | null | undefined;
|
|
2380
2380
|
}>>;
|
|
@@ -3523,7 +3523,7 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
3523
3523
|
message: string;
|
|
3524
3524
|
harness: "cursor" | "codex" | "claude";
|
|
3525
3525
|
startedAt: string | null;
|
|
3526
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
3526
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
3527
3527
|
profileId: string | null;
|
|
3528
3528
|
command: string | null;
|
|
3529
3529
|
createdAt: string;
|
|
@@ -3532,11 +3532,6 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
3532
3532
|
finishedAt: string | null;
|
|
3533
3533
|
action: "login";
|
|
3534
3534
|
guideUrl: string | null;
|
|
3535
|
-
outcome?: {
|
|
3536
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
3537
|
-
exitCode?: number | null | undefined;
|
|
3538
|
-
signal?: string | null | undefined;
|
|
3539
|
-
} | undefined;
|
|
3540
3535
|
execution?: {
|
|
3541
3536
|
observedAt: string;
|
|
3542
3537
|
commandDigest: string;
|
|
@@ -3556,6 +3551,11 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
3556
3551
|
};
|
|
3557
3552
|
permitIssuedAt?: string | undefined;
|
|
3558
3553
|
} | undefined;
|
|
3554
|
+
outcome?: {
|
|
3555
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
3556
|
+
exitCode?: number | null | undefined;
|
|
3557
|
+
signal?: string | null | undefined;
|
|
3558
|
+
} | undefined;
|
|
3559
3559
|
deadlineAt?: string | undefined;
|
|
3560
3560
|
authCapability?: {
|
|
3561
3561
|
attemptId: string;
|
|
@@ -3703,7 +3703,7 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
3703
3703
|
message: string;
|
|
3704
3704
|
harness: "cursor" | "codex" | "claude";
|
|
3705
3705
|
startedAt: string | null;
|
|
3706
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
3706
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
3707
3707
|
command: string | null;
|
|
3708
3708
|
createdAt: string;
|
|
3709
3709
|
jobId: string;
|
|
@@ -3712,11 +3712,6 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
3712
3712
|
action: "login";
|
|
3713
3713
|
guideUrl: string | null;
|
|
3714
3714
|
profileId?: string | null | undefined;
|
|
3715
|
-
outcome?: {
|
|
3716
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
3717
|
-
exitCode?: number | null | undefined;
|
|
3718
|
-
signal?: string | null | undefined;
|
|
3719
|
-
} | undefined;
|
|
3720
3715
|
execution?: {
|
|
3721
3716
|
observedAt: string;
|
|
3722
3717
|
commandDigest: string;
|
|
@@ -3736,6 +3731,11 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
3736
3731
|
};
|
|
3737
3732
|
permitIssuedAt?: string | undefined;
|
|
3738
3733
|
} | undefined;
|
|
3734
|
+
outcome?: {
|
|
3735
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
3736
|
+
exitCode?: number | null | undefined;
|
|
3737
|
+
signal?: string | null | undefined;
|
|
3738
|
+
} | undefined;
|
|
3739
3739
|
deadlineAt?: string | undefined;
|
|
3740
3740
|
authCapability?: {
|
|
3741
3741
|
attemptId: string;
|
|
@@ -3883,7 +3883,7 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
3883
3883
|
message: string;
|
|
3884
3884
|
harness: "cursor" | "codex" | "claude";
|
|
3885
3885
|
startedAt: string | null;
|
|
3886
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
3886
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
3887
3887
|
profileId: string | null;
|
|
3888
3888
|
command: string | null;
|
|
3889
3889
|
createdAt: string;
|
|
@@ -3892,11 +3892,6 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
3892
3892
|
finishedAt: string | null;
|
|
3893
3893
|
action: "login";
|
|
3894
3894
|
guideUrl: string | null;
|
|
3895
|
-
outcome?: {
|
|
3896
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
3897
|
-
exitCode?: number | null | undefined;
|
|
3898
|
-
signal?: string | null | undefined;
|
|
3899
|
-
} | undefined;
|
|
3900
3895
|
execution?: {
|
|
3901
3896
|
observedAt: string;
|
|
3902
3897
|
commandDigest: string;
|
|
@@ -3916,6 +3911,11 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
3916
3911
|
};
|
|
3917
3912
|
permitIssuedAt?: string | undefined;
|
|
3918
3913
|
} | undefined;
|
|
3914
|
+
outcome?: {
|
|
3915
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
3916
|
+
exitCode?: number | null | undefined;
|
|
3917
|
+
signal?: string | null | undefined;
|
|
3918
|
+
} | undefined;
|
|
3919
3919
|
deadlineAt?: string | undefined;
|
|
3920
3920
|
authCapability?: {
|
|
3921
3921
|
attemptId: string;
|
|
@@ -4063,7 +4063,7 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
4063
4063
|
message: string;
|
|
4064
4064
|
harness: "cursor" | "codex" | "claude";
|
|
4065
4065
|
startedAt: string | null;
|
|
4066
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
4066
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
4067
4067
|
command: string | null;
|
|
4068
4068
|
createdAt: string;
|
|
4069
4069
|
jobId: string;
|
|
@@ -4072,11 +4072,6 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
4072
4072
|
action: "login";
|
|
4073
4073
|
guideUrl: string | null;
|
|
4074
4074
|
profileId?: string | null | undefined;
|
|
4075
|
-
outcome?: {
|
|
4076
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
4077
|
-
exitCode?: number | null | undefined;
|
|
4078
|
-
signal?: string | null | undefined;
|
|
4079
|
-
} | undefined;
|
|
4080
4075
|
execution?: {
|
|
4081
4076
|
observedAt: string;
|
|
4082
4077
|
commandDigest: string;
|
|
@@ -4096,6 +4091,11 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
4096
4091
|
};
|
|
4097
4092
|
permitIssuedAt?: string | undefined;
|
|
4098
4093
|
} | undefined;
|
|
4094
|
+
outcome?: {
|
|
4095
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
4096
|
+
exitCode?: number | null | undefined;
|
|
4097
|
+
signal?: string | null | undefined;
|
|
4098
|
+
} | undefined;
|
|
4099
4099
|
deadlineAt?: string | undefined;
|
|
4100
4100
|
authCapability?: {
|
|
4101
4101
|
attemptId: string;
|
|
@@ -4243,7 +4243,7 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
4243
4243
|
}, "strict", z.ZodTypeAny, {
|
|
4244
4244
|
message: string;
|
|
4245
4245
|
cursor: string;
|
|
4246
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
4246
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
4247
4247
|
kind: "status";
|
|
4248
4248
|
time: string;
|
|
4249
4249
|
jobId: string;
|
|
@@ -4253,7 +4253,7 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
4253
4253
|
message: string;
|
|
4254
4254
|
harness: "cursor" | "codex" | "claude";
|
|
4255
4255
|
startedAt: string | null;
|
|
4256
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
4256
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
4257
4257
|
profileId: string | null;
|
|
4258
4258
|
command: string | null;
|
|
4259
4259
|
createdAt: string;
|
|
@@ -4262,11 +4262,6 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
4262
4262
|
finishedAt: string | null;
|
|
4263
4263
|
action: "login";
|
|
4264
4264
|
guideUrl: string | null;
|
|
4265
|
-
outcome?: {
|
|
4266
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
4267
|
-
exitCode?: number | null | undefined;
|
|
4268
|
-
signal?: string | null | undefined;
|
|
4269
|
-
} | undefined;
|
|
4270
4265
|
execution?: {
|
|
4271
4266
|
observedAt: string;
|
|
4272
4267
|
commandDigest: string;
|
|
@@ -4286,6 +4281,11 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
4286
4281
|
};
|
|
4287
4282
|
permitIssuedAt?: string | undefined;
|
|
4288
4283
|
} | undefined;
|
|
4284
|
+
outcome?: {
|
|
4285
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
4286
|
+
exitCode?: number | null | undefined;
|
|
4287
|
+
signal?: string | null | undefined;
|
|
4288
|
+
} | undefined;
|
|
4289
4289
|
deadlineAt?: string | undefined;
|
|
4290
4290
|
authCapability?: {
|
|
4291
4291
|
attemptId: string;
|
|
@@ -4433,7 +4433,7 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
4433
4433
|
}, {
|
|
4434
4434
|
message: string;
|
|
4435
4435
|
cursor: string;
|
|
4436
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
4436
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
4437
4437
|
kind: "status";
|
|
4438
4438
|
time: string;
|
|
4439
4439
|
jobId: string;
|
|
@@ -4443,7 +4443,7 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
4443
4443
|
message: string;
|
|
4444
4444
|
harness: "cursor" | "codex" | "claude";
|
|
4445
4445
|
startedAt: string | null;
|
|
4446
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
4446
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
4447
4447
|
command: string | null;
|
|
4448
4448
|
createdAt: string;
|
|
4449
4449
|
jobId: string;
|
|
@@ -4452,11 +4452,6 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
4452
4452
|
action: "login";
|
|
4453
4453
|
guideUrl: string | null;
|
|
4454
4454
|
profileId?: string | null | undefined;
|
|
4455
|
-
outcome?: {
|
|
4456
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
4457
|
-
exitCode?: number | null | undefined;
|
|
4458
|
-
signal?: string | null | undefined;
|
|
4459
|
-
} | undefined;
|
|
4460
4455
|
execution?: {
|
|
4461
4456
|
observedAt: string;
|
|
4462
4457
|
commandDigest: string;
|
|
@@ -4476,6 +4471,11 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
4476
4471
|
};
|
|
4477
4472
|
permitIssuedAt?: string | undefined;
|
|
4478
4473
|
} | undefined;
|
|
4474
|
+
outcome?: {
|
|
4475
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
4476
|
+
exitCode?: number | null | undefined;
|
|
4477
|
+
signal?: string | null | undefined;
|
|
4478
|
+
} | undefined;
|
|
4479
4479
|
deadlineAt?: string | undefined;
|
|
4480
4480
|
authCapability?: {
|
|
4481
4481
|
attemptId: string;
|
|
@@ -4623,7 +4623,7 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
4623
4623
|
}>, {
|
|
4624
4624
|
message: string;
|
|
4625
4625
|
cursor: string;
|
|
4626
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
4626
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
4627
4627
|
kind: "status";
|
|
4628
4628
|
time: string;
|
|
4629
4629
|
jobId: string;
|
|
@@ -4633,7 +4633,7 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
4633
4633
|
message: string;
|
|
4634
4634
|
harness: "cursor" | "codex" | "claude";
|
|
4635
4635
|
startedAt: string | null;
|
|
4636
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
4636
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
4637
4637
|
profileId: string | null;
|
|
4638
4638
|
command: string | null;
|
|
4639
4639
|
createdAt: string;
|
|
@@ -4642,11 +4642,6 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
4642
4642
|
finishedAt: string | null;
|
|
4643
4643
|
action: "login";
|
|
4644
4644
|
guideUrl: string | null;
|
|
4645
|
-
outcome?: {
|
|
4646
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
4647
|
-
exitCode?: number | null | undefined;
|
|
4648
|
-
signal?: string | null | undefined;
|
|
4649
|
-
} | undefined;
|
|
4650
4645
|
execution?: {
|
|
4651
4646
|
observedAt: string;
|
|
4652
4647
|
commandDigest: string;
|
|
@@ -4666,6 +4661,11 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
4666
4661
|
};
|
|
4667
4662
|
permitIssuedAt?: string | undefined;
|
|
4668
4663
|
} | undefined;
|
|
4664
|
+
outcome?: {
|
|
4665
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
4666
|
+
exitCode?: number | null | undefined;
|
|
4667
|
+
signal?: string | null | undefined;
|
|
4668
|
+
} | undefined;
|
|
4669
4669
|
deadlineAt?: string | undefined;
|
|
4670
4670
|
authCapability?: {
|
|
4671
4671
|
attemptId: string;
|
|
@@ -4813,7 +4813,7 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
4813
4813
|
}, {
|
|
4814
4814
|
message: string;
|
|
4815
4815
|
cursor: string;
|
|
4816
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
4816
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
4817
4817
|
kind: "status";
|
|
4818
4818
|
time: string;
|
|
4819
4819
|
jobId: string;
|
|
@@ -4823,7 +4823,7 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
4823
4823
|
message: string;
|
|
4824
4824
|
harness: "cursor" | "codex" | "claude";
|
|
4825
4825
|
startedAt: string | null;
|
|
4826
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
4826
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
4827
4827
|
command: string | null;
|
|
4828
4828
|
createdAt: string;
|
|
4829
4829
|
jobId: string;
|
|
@@ -4832,11 +4832,6 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
4832
4832
|
action: "login";
|
|
4833
4833
|
guideUrl: string | null;
|
|
4834
4834
|
profileId?: string | null | undefined;
|
|
4835
|
-
outcome?: {
|
|
4836
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
4837
|
-
exitCode?: number | null | undefined;
|
|
4838
|
-
signal?: string | null | undefined;
|
|
4839
|
-
} | undefined;
|
|
4840
4835
|
execution?: {
|
|
4841
4836
|
observedAt: string;
|
|
4842
4837
|
commandDigest: string;
|
|
@@ -4856,6 +4851,11 @@ export declare const ControlSetupJobEvent: z.ZodEffects<z.ZodObject<{
|
|
|
4856
4851
|
};
|
|
4857
4852
|
permitIssuedAt?: string | undefined;
|
|
4858
4853
|
} | undefined;
|
|
4854
|
+
outcome?: {
|
|
4855
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
4856
|
+
exitCode?: number | null | undefined;
|
|
4857
|
+
signal?: string | null | undefined;
|
|
4858
|
+
} | undefined;
|
|
4859
4859
|
deadlineAt?: string | undefined;
|
|
4860
4860
|
authCapability?: {
|
|
4861
4861
|
attemptId: string;
|
|
@@ -5017,11 +5017,11 @@ export declare const ControlSetupJobSnapshot: z.ZodObject<{
|
|
|
5017
5017
|
exitCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5018
5018
|
signal: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5019
5019
|
}, "strict", z.ZodTypeAny, {
|
|
5020
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "
|
|
5020
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
5021
5021
|
exitCode?: number | null | undefined;
|
|
5022
5022
|
signal?: string | null | undefined;
|
|
5023
5023
|
}, {
|
|
5024
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "
|
|
5024
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
5025
5025
|
exitCode?: number | null | undefined;
|
|
5026
5026
|
signal?: string | null | undefined;
|
|
5027
5027
|
}>>;
|
|
@@ -6170,7 +6170,7 @@ export declare const ControlSetupJobSnapshot: z.ZodObject<{
|
|
|
6170
6170
|
message: string;
|
|
6171
6171
|
harness: "cursor" | "codex" | "claude";
|
|
6172
6172
|
startedAt: string | null;
|
|
6173
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
6173
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
6174
6174
|
profileId: string | null;
|
|
6175
6175
|
command: string | null;
|
|
6176
6176
|
createdAt: string;
|
|
@@ -6179,11 +6179,6 @@ export declare const ControlSetupJobSnapshot: z.ZodObject<{
|
|
|
6179
6179
|
finishedAt: string | null;
|
|
6180
6180
|
action: "login";
|
|
6181
6181
|
guideUrl: string | null;
|
|
6182
|
-
outcome?: {
|
|
6183
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
6184
|
-
exitCode?: number | null | undefined;
|
|
6185
|
-
signal?: string | null | undefined;
|
|
6186
|
-
} | undefined;
|
|
6187
6182
|
execution?: {
|
|
6188
6183
|
observedAt: string;
|
|
6189
6184
|
commandDigest: string;
|
|
@@ -6203,6 +6198,11 @@ export declare const ControlSetupJobSnapshot: z.ZodObject<{
|
|
|
6203
6198
|
};
|
|
6204
6199
|
permitIssuedAt?: string | undefined;
|
|
6205
6200
|
} | undefined;
|
|
6201
|
+
outcome?: {
|
|
6202
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
6203
|
+
exitCode?: number | null | undefined;
|
|
6204
|
+
signal?: string | null | undefined;
|
|
6205
|
+
} | undefined;
|
|
6206
6206
|
deadlineAt?: string | undefined;
|
|
6207
6207
|
authCapability?: {
|
|
6208
6208
|
attemptId: string;
|
|
@@ -6350,7 +6350,7 @@ export declare const ControlSetupJobSnapshot: z.ZodObject<{
|
|
|
6350
6350
|
message: string;
|
|
6351
6351
|
harness: "cursor" | "codex" | "claude";
|
|
6352
6352
|
startedAt: string | null;
|
|
6353
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
6353
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
6354
6354
|
command: string | null;
|
|
6355
6355
|
createdAt: string;
|
|
6356
6356
|
jobId: string;
|
|
@@ -6359,11 +6359,6 @@ export declare const ControlSetupJobSnapshot: z.ZodObject<{
|
|
|
6359
6359
|
action: "login";
|
|
6360
6360
|
guideUrl: string | null;
|
|
6361
6361
|
profileId?: string | null | undefined;
|
|
6362
|
-
outcome?: {
|
|
6363
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
6364
|
-
exitCode?: number | null | undefined;
|
|
6365
|
-
signal?: string | null | undefined;
|
|
6366
|
-
} | undefined;
|
|
6367
6362
|
execution?: {
|
|
6368
6363
|
observedAt: string;
|
|
6369
6364
|
commandDigest: string;
|
|
@@ -6383,6 +6378,11 @@ export declare const ControlSetupJobSnapshot: z.ZodObject<{
|
|
|
6383
6378
|
};
|
|
6384
6379
|
permitIssuedAt?: string | undefined;
|
|
6385
6380
|
} | undefined;
|
|
6381
|
+
outcome?: {
|
|
6382
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
6383
|
+
exitCode?: number | null | undefined;
|
|
6384
|
+
signal?: string | null | undefined;
|
|
6385
|
+
} | undefined;
|
|
6386
6386
|
deadlineAt?: string | undefined;
|
|
6387
6387
|
authCapability?: {
|
|
6388
6388
|
attemptId: string;
|
|
@@ -6530,7 +6530,7 @@ export declare const ControlSetupJobSnapshot: z.ZodObject<{
|
|
|
6530
6530
|
message: string;
|
|
6531
6531
|
harness: "cursor" | "codex" | "claude";
|
|
6532
6532
|
startedAt: string | null;
|
|
6533
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
6533
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
6534
6534
|
profileId: string | null;
|
|
6535
6535
|
command: string | null;
|
|
6536
6536
|
createdAt: string;
|
|
@@ -6539,11 +6539,6 @@ export declare const ControlSetupJobSnapshot: z.ZodObject<{
|
|
|
6539
6539
|
finishedAt: string | null;
|
|
6540
6540
|
action: "login";
|
|
6541
6541
|
guideUrl: string | null;
|
|
6542
|
-
outcome?: {
|
|
6543
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
6544
|
-
exitCode?: number | null | undefined;
|
|
6545
|
-
signal?: string | null | undefined;
|
|
6546
|
-
} | undefined;
|
|
6547
6542
|
execution?: {
|
|
6548
6543
|
observedAt: string;
|
|
6549
6544
|
commandDigest: string;
|
|
@@ -6563,6 +6558,11 @@ export declare const ControlSetupJobSnapshot: z.ZodObject<{
|
|
|
6563
6558
|
};
|
|
6564
6559
|
permitIssuedAt?: string | undefined;
|
|
6565
6560
|
} | undefined;
|
|
6561
|
+
outcome?: {
|
|
6562
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
6563
|
+
exitCode?: number | null | undefined;
|
|
6564
|
+
signal?: string | null | undefined;
|
|
6565
|
+
} | undefined;
|
|
6566
6566
|
deadlineAt?: string | undefined;
|
|
6567
6567
|
authCapability?: {
|
|
6568
6568
|
attemptId: string;
|
|
@@ -6710,7 +6710,7 @@ export declare const ControlSetupJobSnapshot: z.ZodObject<{
|
|
|
6710
6710
|
message: string;
|
|
6711
6711
|
harness: "cursor" | "codex" | "claude";
|
|
6712
6712
|
startedAt: string | null;
|
|
6713
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
6713
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
6714
6714
|
command: string | null;
|
|
6715
6715
|
createdAt: string;
|
|
6716
6716
|
jobId: string;
|
|
@@ -6719,11 +6719,6 @@ export declare const ControlSetupJobSnapshot: z.ZodObject<{
|
|
|
6719
6719
|
action: "login";
|
|
6720
6720
|
guideUrl: string | null;
|
|
6721
6721
|
profileId?: string | null | undefined;
|
|
6722
|
-
outcome?: {
|
|
6723
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
6724
|
-
exitCode?: number | null | undefined;
|
|
6725
|
-
signal?: string | null | undefined;
|
|
6726
|
-
} | undefined;
|
|
6727
6722
|
execution?: {
|
|
6728
6723
|
observedAt: string;
|
|
6729
6724
|
commandDigest: string;
|
|
@@ -6743,6 +6738,11 @@ export declare const ControlSetupJobSnapshot: z.ZodObject<{
|
|
|
6743
6738
|
};
|
|
6744
6739
|
permitIssuedAt?: string | undefined;
|
|
6745
6740
|
} | undefined;
|
|
6741
|
+
outcome?: {
|
|
6742
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
6743
|
+
exitCode?: number | null | undefined;
|
|
6744
|
+
signal?: string | null | undefined;
|
|
6745
|
+
} | undefined;
|
|
6746
6746
|
deadlineAt?: string | undefined;
|
|
6747
6747
|
authCapability?: {
|
|
6748
6748
|
attemptId: string;
|
|
@@ -6896,7 +6896,7 @@ export declare const ControlSetupJobSnapshot: z.ZodObject<{
|
|
|
6896
6896
|
message: string;
|
|
6897
6897
|
harness: "cursor" | "codex" | "claude";
|
|
6898
6898
|
startedAt: string | null;
|
|
6899
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
6899
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
6900
6900
|
profileId: string | null;
|
|
6901
6901
|
command: string | null;
|
|
6902
6902
|
createdAt: string;
|
|
@@ -6905,11 +6905,6 @@ export declare const ControlSetupJobSnapshot: z.ZodObject<{
|
|
|
6905
6905
|
finishedAt: string | null;
|
|
6906
6906
|
action: "login";
|
|
6907
6907
|
guideUrl: string | null;
|
|
6908
|
-
outcome?: {
|
|
6909
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
6910
|
-
exitCode?: number | null | undefined;
|
|
6911
|
-
signal?: string | null | undefined;
|
|
6912
|
-
} | undefined;
|
|
6913
6908
|
execution?: {
|
|
6914
6909
|
observedAt: string;
|
|
6915
6910
|
commandDigest: string;
|
|
@@ -6929,6 +6924,11 @@ export declare const ControlSetupJobSnapshot: z.ZodObject<{
|
|
|
6929
6924
|
};
|
|
6930
6925
|
permitIssuedAt?: string | undefined;
|
|
6931
6926
|
} | undefined;
|
|
6927
|
+
outcome?: {
|
|
6928
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
6929
|
+
exitCode?: number | null | undefined;
|
|
6930
|
+
signal?: string | null | undefined;
|
|
6931
|
+
} | undefined;
|
|
6932
6932
|
deadlineAt?: string | undefined;
|
|
6933
6933
|
authCapability?: {
|
|
6934
6934
|
attemptId: string;
|
|
@@ -7080,7 +7080,7 @@ export declare const ControlSetupJobSnapshot: z.ZodObject<{
|
|
|
7080
7080
|
message: string;
|
|
7081
7081
|
harness: "cursor" | "codex" | "claude";
|
|
7082
7082
|
startedAt: string | null;
|
|
7083
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
7083
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
7084
7084
|
command: string | null;
|
|
7085
7085
|
createdAt: string;
|
|
7086
7086
|
jobId: string;
|
|
@@ -7089,11 +7089,6 @@ export declare const ControlSetupJobSnapshot: z.ZodObject<{
|
|
|
7089
7089
|
action: "login";
|
|
7090
7090
|
guideUrl: string | null;
|
|
7091
7091
|
profileId?: string | null | undefined;
|
|
7092
|
-
outcome?: {
|
|
7093
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
7094
|
-
exitCode?: number | null | undefined;
|
|
7095
|
-
signal?: string | null | undefined;
|
|
7096
|
-
} | undefined;
|
|
7097
7092
|
execution?: {
|
|
7098
7093
|
observedAt: string;
|
|
7099
7094
|
commandDigest: string;
|
|
@@ -7113,6 +7108,11 @@ export declare const ControlSetupJobSnapshot: z.ZodObject<{
|
|
|
7113
7108
|
};
|
|
7114
7109
|
permitIssuedAt?: string | undefined;
|
|
7115
7110
|
} | undefined;
|
|
7111
|
+
outcome?: {
|
|
7112
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
7113
|
+
exitCode?: number | null | undefined;
|
|
7114
|
+
signal?: string | null | undefined;
|
|
7115
|
+
} | undefined;
|
|
7116
7116
|
deadlineAt?: string | undefined;
|
|
7117
7117
|
authCapability?: {
|
|
7118
7118
|
attemptId: string;
|
|
@@ -7274,11 +7274,11 @@ export declare const ControlSetupJobListResponse: z.ZodObject<{
|
|
|
7274
7274
|
exitCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
7275
7275
|
signal: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7276
7276
|
}, "strict", z.ZodTypeAny, {
|
|
7277
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "
|
|
7277
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
7278
7278
|
exitCode?: number | null | undefined;
|
|
7279
7279
|
signal?: string | null | undefined;
|
|
7280
7280
|
}, {
|
|
7281
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "
|
|
7281
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
7282
7282
|
exitCode?: number | null | undefined;
|
|
7283
7283
|
signal?: string | null | undefined;
|
|
7284
7284
|
}>>;
|
|
@@ -8427,7 +8427,7 @@ export declare const ControlSetupJobListResponse: z.ZodObject<{
|
|
|
8427
8427
|
message: string;
|
|
8428
8428
|
harness: "cursor" | "codex" | "claude";
|
|
8429
8429
|
startedAt: string | null;
|
|
8430
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
8430
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
8431
8431
|
profileId: string | null;
|
|
8432
8432
|
command: string | null;
|
|
8433
8433
|
createdAt: string;
|
|
@@ -8436,11 +8436,6 @@ export declare const ControlSetupJobListResponse: z.ZodObject<{
|
|
|
8436
8436
|
finishedAt: string | null;
|
|
8437
8437
|
action: "login";
|
|
8438
8438
|
guideUrl: string | null;
|
|
8439
|
-
outcome?: {
|
|
8440
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
8441
|
-
exitCode?: number | null | undefined;
|
|
8442
|
-
signal?: string | null | undefined;
|
|
8443
|
-
} | undefined;
|
|
8444
8439
|
execution?: {
|
|
8445
8440
|
observedAt: string;
|
|
8446
8441
|
commandDigest: string;
|
|
@@ -8460,6 +8455,11 @@ export declare const ControlSetupJobListResponse: z.ZodObject<{
|
|
|
8460
8455
|
};
|
|
8461
8456
|
permitIssuedAt?: string | undefined;
|
|
8462
8457
|
} | undefined;
|
|
8458
|
+
outcome?: {
|
|
8459
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
8460
|
+
exitCode?: number | null | undefined;
|
|
8461
|
+
signal?: string | null | undefined;
|
|
8462
|
+
} | undefined;
|
|
8463
8463
|
deadlineAt?: string | undefined;
|
|
8464
8464
|
authCapability?: {
|
|
8465
8465
|
attemptId: string;
|
|
@@ -8607,7 +8607,7 @@ export declare const ControlSetupJobListResponse: z.ZodObject<{
|
|
|
8607
8607
|
message: string;
|
|
8608
8608
|
harness: "cursor" | "codex" | "claude";
|
|
8609
8609
|
startedAt: string | null;
|
|
8610
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
8610
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
8611
8611
|
command: string | null;
|
|
8612
8612
|
createdAt: string;
|
|
8613
8613
|
jobId: string;
|
|
@@ -8616,11 +8616,6 @@ export declare const ControlSetupJobListResponse: z.ZodObject<{
|
|
|
8616
8616
|
action: "login";
|
|
8617
8617
|
guideUrl: string | null;
|
|
8618
8618
|
profileId?: string | null | undefined;
|
|
8619
|
-
outcome?: {
|
|
8620
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
8621
|
-
exitCode?: number | null | undefined;
|
|
8622
|
-
signal?: string | null | undefined;
|
|
8623
|
-
} | undefined;
|
|
8624
8619
|
execution?: {
|
|
8625
8620
|
observedAt: string;
|
|
8626
8621
|
commandDigest: string;
|
|
@@ -8640,6 +8635,11 @@ export declare const ControlSetupJobListResponse: z.ZodObject<{
|
|
|
8640
8635
|
};
|
|
8641
8636
|
permitIssuedAt?: string | undefined;
|
|
8642
8637
|
} | undefined;
|
|
8638
|
+
outcome?: {
|
|
8639
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
8640
|
+
exitCode?: number | null | undefined;
|
|
8641
|
+
signal?: string | null | undefined;
|
|
8642
|
+
} | undefined;
|
|
8643
8643
|
deadlineAt?: string | undefined;
|
|
8644
8644
|
authCapability?: {
|
|
8645
8645
|
attemptId: string;
|
|
@@ -8787,7 +8787,7 @@ export declare const ControlSetupJobListResponse: z.ZodObject<{
|
|
|
8787
8787
|
message: string;
|
|
8788
8788
|
harness: "cursor" | "codex" | "claude";
|
|
8789
8789
|
startedAt: string | null;
|
|
8790
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
8790
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
8791
8791
|
profileId: string | null;
|
|
8792
8792
|
command: string | null;
|
|
8793
8793
|
createdAt: string;
|
|
@@ -8796,11 +8796,6 @@ export declare const ControlSetupJobListResponse: z.ZodObject<{
|
|
|
8796
8796
|
finishedAt: string | null;
|
|
8797
8797
|
action: "login";
|
|
8798
8798
|
guideUrl: string | null;
|
|
8799
|
-
outcome?: {
|
|
8800
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
8801
|
-
exitCode?: number | null | undefined;
|
|
8802
|
-
signal?: string | null | undefined;
|
|
8803
|
-
} | undefined;
|
|
8804
8799
|
execution?: {
|
|
8805
8800
|
observedAt: string;
|
|
8806
8801
|
commandDigest: string;
|
|
@@ -8820,6 +8815,11 @@ export declare const ControlSetupJobListResponse: z.ZodObject<{
|
|
|
8820
8815
|
};
|
|
8821
8816
|
permitIssuedAt?: string | undefined;
|
|
8822
8817
|
} | undefined;
|
|
8818
|
+
outcome?: {
|
|
8819
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
8820
|
+
exitCode?: number | null | undefined;
|
|
8821
|
+
signal?: string | null | undefined;
|
|
8822
|
+
} | undefined;
|
|
8823
8823
|
deadlineAt?: string | undefined;
|
|
8824
8824
|
authCapability?: {
|
|
8825
8825
|
attemptId: string;
|
|
@@ -8967,7 +8967,7 @@ export declare const ControlSetupJobListResponse: z.ZodObject<{
|
|
|
8967
8967
|
message: string;
|
|
8968
8968
|
harness: "cursor" | "codex" | "claude";
|
|
8969
8969
|
startedAt: string | null;
|
|
8970
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
8970
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
8971
8971
|
command: string | null;
|
|
8972
8972
|
createdAt: string;
|
|
8973
8973
|
jobId: string;
|
|
@@ -8976,11 +8976,6 @@ export declare const ControlSetupJobListResponse: z.ZodObject<{
|
|
|
8976
8976
|
action: "login";
|
|
8977
8977
|
guideUrl: string | null;
|
|
8978
8978
|
profileId?: string | null | undefined;
|
|
8979
|
-
outcome?: {
|
|
8980
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
8981
|
-
exitCode?: number | null | undefined;
|
|
8982
|
-
signal?: string | null | undefined;
|
|
8983
|
-
} | undefined;
|
|
8984
8979
|
execution?: {
|
|
8985
8980
|
observedAt: string;
|
|
8986
8981
|
commandDigest: string;
|
|
@@ -9000,6 +8995,11 @@ export declare const ControlSetupJobListResponse: z.ZodObject<{
|
|
|
9000
8995
|
};
|
|
9001
8996
|
permitIssuedAt?: string | undefined;
|
|
9002
8997
|
} | undefined;
|
|
8998
|
+
outcome?: {
|
|
8999
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
9000
|
+
exitCode?: number | null | undefined;
|
|
9001
|
+
signal?: string | null | undefined;
|
|
9002
|
+
} | undefined;
|
|
9003
9003
|
deadlineAt?: string | undefined;
|
|
9004
9004
|
authCapability?: {
|
|
9005
9005
|
attemptId: string;
|
|
@@ -9149,7 +9149,7 @@ export declare const ControlSetupJobListResponse: z.ZodObject<{
|
|
|
9149
9149
|
message: string;
|
|
9150
9150
|
harness: "cursor" | "codex" | "claude";
|
|
9151
9151
|
startedAt: string | null;
|
|
9152
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
9152
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
9153
9153
|
profileId: string | null;
|
|
9154
9154
|
command: string | null;
|
|
9155
9155
|
createdAt: string;
|
|
@@ -9158,11 +9158,6 @@ export declare const ControlSetupJobListResponse: z.ZodObject<{
|
|
|
9158
9158
|
finishedAt: string | null;
|
|
9159
9159
|
action: "login";
|
|
9160
9160
|
guideUrl: string | null;
|
|
9161
|
-
outcome?: {
|
|
9162
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
9163
|
-
exitCode?: number | null | undefined;
|
|
9164
|
-
signal?: string | null | undefined;
|
|
9165
|
-
} | undefined;
|
|
9166
9161
|
execution?: {
|
|
9167
9162
|
observedAt: string;
|
|
9168
9163
|
commandDigest: string;
|
|
@@ -9182,6 +9177,11 @@ export declare const ControlSetupJobListResponse: z.ZodObject<{
|
|
|
9182
9177
|
};
|
|
9183
9178
|
permitIssuedAt?: string | undefined;
|
|
9184
9179
|
} | undefined;
|
|
9180
|
+
outcome?: {
|
|
9181
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
9182
|
+
exitCode?: number | null | undefined;
|
|
9183
|
+
signal?: string | null | undefined;
|
|
9184
|
+
} | undefined;
|
|
9185
9185
|
deadlineAt?: string | undefined;
|
|
9186
9186
|
authCapability?: {
|
|
9187
9187
|
attemptId: string;
|
|
@@ -9331,7 +9331,7 @@ export declare const ControlSetupJobListResponse: z.ZodObject<{
|
|
|
9331
9331
|
message: string;
|
|
9332
9332
|
harness: "cursor" | "codex" | "claude";
|
|
9333
9333
|
startedAt: string | null;
|
|
9334
|
-
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "
|
|
9334
|
+
state: "failed" | "cancelled" | "running" | "interrupted_unknown" | "succeeded" | "queued" | "timed_out" | "waiting_for_input" | "not_supported";
|
|
9335
9335
|
command: string | null;
|
|
9336
9336
|
createdAt: string;
|
|
9337
9337
|
jobId: string;
|
|
@@ -9340,11 +9340,6 @@ export declare const ControlSetupJobListResponse: z.ZodObject<{
|
|
|
9340
9340
|
action: "login";
|
|
9341
9341
|
guideUrl: string | null;
|
|
9342
9342
|
profileId?: string | null | undefined;
|
|
9343
|
-
outcome?: {
|
|
9344
|
-
reason: "completed" | "interrupted_unknown" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "interrupted" | "termination_unconfirmed";
|
|
9345
|
-
exitCode?: number | null | undefined;
|
|
9346
|
-
signal?: string | null | undefined;
|
|
9347
|
-
} | undefined;
|
|
9348
9343
|
execution?: {
|
|
9349
9344
|
observedAt: string;
|
|
9350
9345
|
commandDigest: string;
|
|
@@ -9364,6 +9359,11 @@ export declare const ControlSetupJobListResponse: z.ZodObject<{
|
|
|
9364
9359
|
};
|
|
9365
9360
|
permitIssuedAt?: string | undefined;
|
|
9366
9361
|
} | undefined;
|
|
9362
|
+
outcome?: {
|
|
9363
|
+
reason: "completed" | "interrupted_unknown" | "interrupted" | "timed_out" | "not_supported" | "launch_failed" | "command_failed" | "auth_not_ready" | "capability_verification_failed" | "credential_route_mismatch" | "cancelled_by_user" | "cancelled_on_restart" | "termination_unconfirmed";
|
|
9364
|
+
exitCode?: number | null | undefined;
|
|
9365
|
+
signal?: string | null | undefined;
|
|
9366
|
+
} | undefined;
|
|
9367
9367
|
deadlineAt?: string | undefined;
|
|
9368
9368
|
authCapability?: {
|
|
9369
9369
|
attemptId: string;
|
|
@@ -9557,8 +9557,8 @@ export declare const SetupLoginManifest: z.ZodObject<{
|
|
|
9557
9557
|
harness: "cursor" | "codex" | "claude";
|
|
9558
9558
|
binary: string;
|
|
9559
9559
|
version: 2;
|
|
9560
|
-
cwd: string;
|
|
9561
9560
|
args: string[];
|
|
9561
|
+
cwd: string;
|
|
9562
9562
|
commandDigest: string;
|
|
9563
9563
|
jobId: string;
|
|
9564
9564
|
executionId: string;
|
|
@@ -9581,8 +9581,8 @@ export declare const SetupLoginManifest: z.ZodObject<{
|
|
|
9581
9581
|
harness: "cursor" | "codex" | "claude";
|
|
9582
9582
|
binary: string;
|
|
9583
9583
|
version: 2;
|
|
9584
|
-
cwd: string;
|
|
9585
9584
|
args: string[];
|
|
9585
|
+
cwd: string;
|
|
9586
9586
|
commandDigest: string;
|
|
9587
9587
|
jobId: string;
|
|
9588
9588
|
executionId: string;
|