@claudexor/schema 3.8.0 → 3.8.2
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 +16 -16
- package/dist/config.d.ts +20 -20
- package/dist/control-harness-list.d.ts +18 -18
- package/dist/control-operation-responses.d.ts +28 -13
- package/dist/control-operation-responses.d.ts.map +1 -1
- package/dist/control-run-detail.d.ts +61 -46
- package/dist/control-run-detail.d.ts.map +1 -1
- package/dist/control-run-detail.js +10 -19
- package/dist/control-run-detail.js.map +1 -1
- package/dist/control-run-execution.d.ts +16 -0
- package/dist/control-run-execution.d.ts.map +1 -0
- package/dist/control-run-execution.js +19 -0
- package/dist/control-run-execution.js.map +1 -0
- package/dist/control-run-failure.d.ts +4 -4
- package/dist/control-run-failure.d.ts.map +1 -1
- package/dist/control-run-failure.js +6 -4
- package/dist/control-run-failure.js.map +1 -1
- package/dist/control-run-retry.d.ts +21 -0
- package/dist/control-run-retry.d.ts.map +1 -1
- package/dist/control-run-retry.js +6 -0
- package/dist/control-run-retry.js.map +1 -1
- package/dist/control-trust.d.ts +13 -13
- package/dist/control.d.ts +390 -36
- package/dist/control.d.ts.map +1 -1
- package/dist/control.js +15 -20
- package/dist/control.js.map +1 -1
- package/dist/credential-profile-snapshot.d.ts +78 -36
- package/dist/credential-profile-snapshot.d.ts.map +1 -1
- package/dist/credential-profile.d.ts +44 -0
- package/dist/credential-profile.d.ts.map +1 -1
- package/dist/credential-profile.js +11 -0
- package/dist/credential-profile.js.map +1 -1
- package/dist/harness-confinement.d.ts +37 -30
- package/dist/harness-confinement.d.ts.map +1 -1
- package/dist/harness-confinement.js +18 -26
- package/dist/harness-confinement.js.map +1 -1
- package/dist/harness.d.ts +18 -48
- package/dist/harness.d.ts.map +1 -1
- package/dist/harness.js +1 -6
- package/dist/harness.js.map +1 -1
- package/dist/mcp-run-result.d.ts +10 -10
- package/dist/primitives.d.ts +6 -1
- package/dist/primitives.d.ts.map +1 -1
- package/dist/primitives.js +8 -2
- package/dist/primitives.js.map +1 -1
- package/dist/readiness.d.ts +14 -14
- package/dist/review.d.ts +10 -0
- package/dist/review.d.ts.map +1 -1
- package/dist/review.js +10 -0
- package/dist/review.js.map +1 -1
- package/dist/route.d.ts +10 -0
- package/dist/route.d.ts.map +1 -1
- package/dist/route.js +10 -0
- package/dist/route.js.map +1 -1
- package/dist/run-strategy.d.ts +51 -3
- package/dist/run-strategy.d.ts.map +1 -1
- package/dist/run-strategy.js +58 -2
- package/dist/run-strategy.js.map +1 -1
- package/dist/surface-run-controls.d.ts.map +1 -1
- package/dist/surface-run-controls.js +4 -1
- package/dist/surface-run-controls.js.map +1 -1
- package/dist/task.d.ts +641 -19
- package/dist/task.d.ts.map +1 -1
- package/dist/task.js +40 -5
- package/dist/task.js.map +1 -1
- package/dist/telemetry.d.ts +2 -2
- package/dist/telemetry.js +3 -3
- package/dist/telemetry.js.map +1 -1
- package/dist/thread.d.ts +5 -3
- package/dist/thread.d.ts.map +1 -1
- package/dist/thread.js +7 -5
- package/dist/thread.js.map +1 -1
- package/generated/AgentCapabilityCatalog.schema.json +1 -2
- package/generated/ControlCredentialProfileCreateResponse.schema.json +9 -0
- package/generated/ControlCredentialProfileUpdateResponse.schema.json +9 -0
- package/generated/ControlCredentialProfilesQueryResponse.schema.json +12 -3
- package/generated/ControlCredentialProfilesResponse.schema.json +9 -0
- package/generated/ControlCredentialProfilesSnapshotResponse.schema.json +12 -3
- package/generated/ControlHarnessListResponse.schema.json +3 -3
- package/generated/ControlRunAgainDraft.schema.json +26 -5
- package/generated/ControlRunDetail.schema.json +29 -9
- package/generated/ControlRunListResponse.schema.json +11 -5
- package/generated/ControlRunStartRequest.schema.json +11 -4
- package/generated/ControlRunSummary.schema.json +11 -5
- package/generated/ControlThread.schema.json +3 -3
- package/generated/ControlThreadCreateRequest.schema.json +0 -1
- package/generated/ControlThreadDetail.schema.json +3 -3
- package/generated/ControlThreadListResponse.schema.json +3 -3
- package/generated/ControlThreadTurnRequest.schema.json +6 -3
- package/generated/ControlThreadUpdateRequest.schema.json +1 -2
- package/generated/ControlTrustListResponse.schema.json +0 -1
- package/generated/ControlTrustState.schema.json +0 -1
- package/generated/ControlTrustUpdateRequest.schema.json +0 -1
- package/generated/CredentialProfileStatus.schema.json +9 -0
- package/generated/HarnessManifest.schema.json +3 -3
- package/generated/HarnessStatusDto.schema.json +3 -3
- package/generated/McpRunHandleResult.schema.json +4 -2
- package/generated/McpRunToolResult.schema.json +4 -2
- package/generated/ReviewFinding.schema.json +14 -0
- package/generated/RouteProof.schema.json +14 -0
- package/generated/RunFailure.schema.json +4 -2
- package/generated/RunTelemetry.schema.json +5 -5
- package/generated/TaskContract.schema.json +8 -8
- package/generated/Thread.schema.json +4 -4
- package/generated/TrustConfig.schema.json +0 -2
- package/package.json +2 -2
|
@@ -106,7 +106,7 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
106
106
|
failure: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
107
107
|
phase: z.ZodDefault<z.ZodString>;
|
|
108
108
|
category: z.ZodDefault<z.ZodEnum<["validation", "project", "auth", "harness_unavailable", "harness_error", "config_error", "budget", "policy", "cancelled", "internal", "unknown"]>>;
|
|
109
|
-
code: z.ZodDefault<z.ZodNullable<z.ZodEnum<["finite_zero", "hard_cap", "estimate_headroom", "unknown_paid_in_flight", "budget_overshoot", "cost_unverifiable", "delegation_child_drain_timeout", "subscription_window_exhausted", "credential_pool_exhausted", "delegated_home_unavailable", "delegated_confinement_unavailable", "delegated_evidence_incomplete"]>>>;
|
|
109
|
+
code: z.ZodDefault<z.ZodNullable<z.ZodEnum<["finite_zero", "hard_cap", "estimate_headroom", "unknown_paid_in_flight", "budget_overshoot", "cost_unverifiable", "delegation_child_drain_timeout", "subscription_window_exhausted", "credential_pool_exhausted", "delegated_home_unavailable", "delegated_confinement_unavailable", "delegated_evidence_incomplete", "access_profile_incompatible", "retired_access_profile"]>>>;
|
|
110
110
|
harnessId: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
111
111
|
attemptId: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
112
112
|
safeMessage: z.ZodString;
|
|
@@ -119,7 +119,7 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
119
119
|
}, "strip", z.ZodTypeAny, {
|
|
120
120
|
phase: string;
|
|
121
121
|
category: "auth" | "budget" | "cancelled" | "config_error" | "harness_error" | "harness_unavailable" | "internal" | "policy" | "project" | "unknown" | "validation";
|
|
122
|
-
code: "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null;
|
|
122
|
+
code: "access_profile_incompatible" | "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "retired_access_profile" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null;
|
|
123
123
|
harnessId: string | null;
|
|
124
124
|
attemptId: string | null;
|
|
125
125
|
safeMessage: string;
|
|
@@ -132,7 +132,7 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
132
132
|
}, {
|
|
133
133
|
phase?: string | undefined;
|
|
134
134
|
category?: "auth" | "budget" | "cancelled" | "config_error" | "harness_error" | "harness_unavailable" | "internal" | "policy" | "project" | "unknown" | "validation" | undefined;
|
|
135
|
-
code?: "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null | undefined;
|
|
135
|
+
code?: "access_profile_incompatible" | "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "retired_access_profile" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null | undefined;
|
|
136
136
|
harnessId?: string | null | undefined;
|
|
137
137
|
attemptId?: string | null | undefined;
|
|
138
138
|
safeMessage: string;
|
|
@@ -170,14 +170,17 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
170
170
|
harness: z.ZodString;
|
|
171
171
|
model: z.ZodOptional<z.ZodString>;
|
|
172
172
|
effort: z.ZodOptional<z.ZodString>;
|
|
173
|
+
credentialProfileId: z.ZodOptional<z.ZodString>;
|
|
173
174
|
}, "strict", z.ZodTypeAny, {
|
|
174
175
|
harness: string;
|
|
175
176
|
model?: string | undefined;
|
|
176
177
|
effort?: string | undefined;
|
|
178
|
+
credentialProfileId?: string | undefined;
|
|
177
179
|
}, {
|
|
178
180
|
harness: string;
|
|
179
181
|
model?: string | undefined;
|
|
180
182
|
effort?: string | undefined;
|
|
183
|
+
credentialProfileId?: string | undefined;
|
|
181
184
|
}>, "many">>;
|
|
182
185
|
protectedPathApprovals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
183
186
|
path: z.ZodString;
|
|
@@ -255,9 +258,9 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
255
258
|
observed: string;
|
|
256
259
|
} | null | undefined;
|
|
257
260
|
}>>>;
|
|
258
|
-
access: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "
|
|
259
|
-
requestedAccess: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "
|
|
260
|
-
effectiveAccess: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "
|
|
261
|
+
access: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "inherit_native", "external_sandbox_full"]>>;
|
|
262
|
+
requestedAccess: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "inherit_native", "external_sandbox_full"]>>;
|
|
263
|
+
effectiveAccess: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "inherit_native", "external_sandbox_full"]>>;
|
|
261
264
|
externalContextPolicy: z.ZodOptional<z.ZodEnum<["off", "auto", "cached", "live"]>>;
|
|
262
265
|
webRequired: z.ZodOptional<z.ZodBoolean>;
|
|
263
266
|
webMode: z.ZodOptional<z.ZodEnum<["off", "auto", "cached", "live"]>>;
|
|
@@ -549,7 +552,7 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
549
552
|
failure: {
|
|
550
553
|
phase: string;
|
|
551
554
|
category: "auth" | "budget" | "cancelled" | "config_error" | "harness_error" | "harness_unavailable" | "internal" | "policy" | "project" | "unknown" | "validation";
|
|
552
|
-
code: "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null;
|
|
555
|
+
code: "access_profile_incompatible" | "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "retired_access_profile" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null;
|
|
553
556
|
harnessId: string | null;
|
|
554
557
|
attemptId: string | null;
|
|
555
558
|
safeMessage: string;
|
|
@@ -577,6 +580,7 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
577
580
|
harness: string;
|
|
578
581
|
model?: string | undefined;
|
|
579
582
|
effort?: string | undefined;
|
|
583
|
+
credentialProfileId?: string | undefined;
|
|
580
584
|
}[] | undefined;
|
|
581
585
|
protectedPathApprovals?: {
|
|
582
586
|
path: string;
|
|
@@ -718,7 +722,7 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
718
722
|
failure?: {
|
|
719
723
|
phase?: string | undefined;
|
|
720
724
|
category?: "auth" | "budget" | "cancelled" | "config_error" | "harness_error" | "harness_unavailable" | "internal" | "policy" | "project" | "unknown" | "validation" | undefined;
|
|
721
|
-
code?: "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null | undefined;
|
|
725
|
+
code?: "access_profile_incompatible" | "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "retired_access_profile" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null | undefined;
|
|
722
726
|
harnessId?: string | null | undefined;
|
|
723
727
|
attemptId?: string | null | undefined;
|
|
724
728
|
safeMessage: string;
|
|
@@ -746,6 +750,7 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
746
750
|
harness: string;
|
|
747
751
|
model?: string | undefined;
|
|
748
752
|
effort?: string | undefined;
|
|
753
|
+
credentialProfileId?: string | undefined;
|
|
749
754
|
}[] | undefined;
|
|
750
755
|
protectedPathApprovals?: {
|
|
751
756
|
path: string;
|
|
@@ -897,7 +902,7 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
897
902
|
failure: {
|
|
898
903
|
phase: string;
|
|
899
904
|
category: "auth" | "budget" | "cancelled" | "config_error" | "harness_error" | "harness_unavailable" | "internal" | "policy" | "project" | "unknown" | "validation";
|
|
900
|
-
code: "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null;
|
|
905
|
+
code: "access_profile_incompatible" | "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "retired_access_profile" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null;
|
|
901
906
|
harnessId: string | null;
|
|
902
907
|
attemptId: string | null;
|
|
903
908
|
safeMessage: string;
|
|
@@ -925,6 +930,7 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
925
930
|
harness: string;
|
|
926
931
|
model?: string | undefined;
|
|
927
932
|
effort?: string | undefined;
|
|
933
|
+
credentialProfileId?: string | undefined;
|
|
928
934
|
}[] | undefined;
|
|
929
935
|
protectedPathApprovals?: {
|
|
930
936
|
path: string;
|
|
@@ -1070,7 +1076,7 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
1070
1076
|
failure?: {
|
|
1071
1077
|
phase?: string | undefined;
|
|
1072
1078
|
category?: "auth" | "budget" | "cancelled" | "config_error" | "harness_error" | "harness_unavailable" | "internal" | "policy" | "project" | "unknown" | "validation" | undefined;
|
|
1073
|
-
code?: "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null | undefined;
|
|
1079
|
+
code?: "access_profile_incompatible" | "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "retired_access_profile" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null | undefined;
|
|
1074
1080
|
harnessId?: string | null | undefined;
|
|
1075
1081
|
attemptId?: string | null | undefined;
|
|
1076
1082
|
safeMessage: string;
|
|
@@ -1098,6 +1104,7 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
1098
1104
|
harness: string;
|
|
1099
1105
|
model?: string | undefined;
|
|
1100
1106
|
effort?: string | undefined;
|
|
1107
|
+
credentialProfileId?: string | undefined;
|
|
1101
1108
|
}[] | undefined;
|
|
1102
1109
|
protectedPathApprovals?: {
|
|
1103
1110
|
path: string;
|
|
@@ -1457,12 +1464,15 @@ export declare const ControlThreadTurnRequest: z.ZodObject<Omit<{
|
|
|
1457
1464
|
execution: z.ZodDefault<z.ZodObject<{
|
|
1458
1465
|
isolation: z.ZodDefault<z.ZodEnum<["envelope", "live"]>>;
|
|
1459
1466
|
delegated: z.ZodDefault<z.ZodBoolean>;
|
|
1467
|
+
workspaceRoot: z.ZodOptional<z.ZodString>;
|
|
1460
1468
|
}, "strict", z.ZodTypeAny, {
|
|
1461
1469
|
isolation: "envelope" | "live";
|
|
1462
1470
|
delegated: boolean;
|
|
1471
|
+
workspaceRoot?: string | undefined;
|
|
1463
1472
|
}, {
|
|
1464
1473
|
isolation?: "envelope" | "live" | undefined;
|
|
1465
1474
|
delegated?: boolean | undefined;
|
|
1475
|
+
workspaceRoot?: string | undefined;
|
|
1466
1476
|
}>>;
|
|
1467
1477
|
harnesses: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1468
1478
|
primaryHarness: z.ZodOptional<z.ZodString>;
|
|
@@ -1496,7 +1506,7 @@ export declare const ControlThreadTurnRequest: z.ZodObject<Omit<{
|
|
|
1496
1506
|
kind: "finite";
|
|
1497
1507
|
maxUsd: number;
|
|
1498
1508
|
}>]>>;
|
|
1499
|
-
access: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "
|
|
1509
|
+
access: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "inherit_native"]>>;
|
|
1500
1510
|
web: z.ZodOptional<z.ZodEnum<["off", "auto", "cached", "live"]>>;
|
|
1501
1511
|
externalContextPolicy: z.ZodOptional<z.ZodEnum<["off", "auto", "cached", "live"]>>;
|
|
1502
1512
|
browser: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1549,14 +1559,17 @@ export declare const ControlThreadTurnRequest: z.ZodObject<Omit<{
|
|
|
1549
1559
|
harness: z.ZodString;
|
|
1550
1560
|
model: z.ZodOptional<z.ZodString>;
|
|
1551
1561
|
effort: z.ZodOptional<z.ZodString>;
|
|
1562
|
+
credentialProfileId: z.ZodOptional<z.ZodString>;
|
|
1552
1563
|
}, "strict", z.ZodTypeAny, {
|
|
1553
1564
|
harness: string;
|
|
1554
1565
|
model?: string | undefined;
|
|
1555
1566
|
effort?: string | undefined;
|
|
1567
|
+
credentialProfileId?: string | undefined;
|
|
1556
1568
|
}, {
|
|
1557
1569
|
harness: string;
|
|
1558
1570
|
model?: string | undefined;
|
|
1559
1571
|
effort?: string | undefined;
|
|
1572
|
+
credentialProfileId?: string | undefined;
|
|
1560
1573
|
}>, "many">>;
|
|
1561
1574
|
authPreference: z.ZodOptional<z.ZodEnum<["subscription", "api_key", "auto"]>>;
|
|
1562
1575
|
credentialProfileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1601,7 +1614,7 @@ export declare const ControlThreadTurnRequest: z.ZodObject<Omit<{
|
|
|
1601
1614
|
kind: "finite";
|
|
1602
1615
|
maxUsd: number;
|
|
1603
1616
|
} | undefined;
|
|
1604
|
-
access?: "
|
|
1617
|
+
access?: "full" | "inherit_native" | "readonly" | "workspace_write" | undefined;
|
|
1605
1618
|
web?: "auto" | "cached" | "live" | "off" | undefined;
|
|
1606
1619
|
externalContextPolicy?: "auto" | "cached" | "live" | "off" | undefined;
|
|
1607
1620
|
browser?: boolean | undefined;
|
|
@@ -1620,6 +1633,7 @@ export declare const ControlThreadTurnRequest: z.ZodObject<Omit<{
|
|
|
1620
1633
|
harness: string;
|
|
1621
1634
|
model?: string | undefined;
|
|
1622
1635
|
effort?: string | undefined;
|
|
1636
|
+
credentialProfileId?: string | undefined;
|
|
1623
1637
|
}[] | undefined;
|
|
1624
1638
|
authPreference?: "api_key" | "auto" | "subscription" | undefined;
|
|
1625
1639
|
credentialProfileId?: string | null | undefined;
|
|
@@ -1659,7 +1673,7 @@ export declare const ControlThreadTurnRequest: z.ZodObject<Omit<{
|
|
|
1659
1673
|
kind: "finite";
|
|
1660
1674
|
maxUsd: number;
|
|
1661
1675
|
} | undefined;
|
|
1662
|
-
access?: "
|
|
1676
|
+
access?: "full" | "inherit_native" | "readonly" | "workspace_write" | undefined;
|
|
1663
1677
|
web?: "auto" | "cached" | "live" | "off" | undefined;
|
|
1664
1678
|
externalContextPolicy?: "auto" | "cached" | "live" | "off" | undefined;
|
|
1665
1679
|
browser?: boolean | undefined;
|
|
@@ -1678,6 +1692,7 @@ export declare const ControlThreadTurnRequest: z.ZodObject<Omit<{
|
|
|
1678
1692
|
harness: string;
|
|
1679
1693
|
model?: string | undefined;
|
|
1680
1694
|
effort?: string | undefined;
|
|
1695
|
+
credentialProfileId?: string | undefined;
|
|
1681
1696
|
}[] | undefined;
|
|
1682
1697
|
authPreference?: "api_key" | "auto" | "subscription" | undefined;
|
|
1683
1698
|
credentialProfileId?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control-operation-responses.d.ts","sourceRoot":"","sources":["../src/control-operation-responses.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAW3B,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEqC,CAAC;AAC1E,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE9E,eAAO,MAAM,gCAAgC;;;;;;;;;;;;EAUI,CAAC;AAClD,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAC;AAEhG,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;EAcW,CAAC;AAClD,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAElF,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"control-operation-responses.d.ts","sourceRoot":"","sources":["../src/control-operation-responses.ts"],"names":[],"mappings":"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"}
|