@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.
Files changed (106) hide show
  1. package/dist/agent-capabilities.d.ts +16 -16
  2. package/dist/config.d.ts +20 -20
  3. package/dist/control-harness-list.d.ts +18 -18
  4. package/dist/control-operation-responses.d.ts +28 -13
  5. package/dist/control-operation-responses.d.ts.map +1 -1
  6. package/dist/control-run-detail.d.ts +61 -46
  7. package/dist/control-run-detail.d.ts.map +1 -1
  8. package/dist/control-run-detail.js +10 -19
  9. package/dist/control-run-detail.js.map +1 -1
  10. package/dist/control-run-execution.d.ts +16 -0
  11. package/dist/control-run-execution.d.ts.map +1 -0
  12. package/dist/control-run-execution.js +19 -0
  13. package/dist/control-run-execution.js.map +1 -0
  14. package/dist/control-run-failure.d.ts +4 -4
  15. package/dist/control-run-failure.d.ts.map +1 -1
  16. package/dist/control-run-failure.js +6 -4
  17. package/dist/control-run-failure.js.map +1 -1
  18. package/dist/control-run-retry.d.ts +21 -0
  19. package/dist/control-run-retry.d.ts.map +1 -1
  20. package/dist/control-run-retry.js +6 -0
  21. package/dist/control-run-retry.js.map +1 -1
  22. package/dist/control-trust.d.ts +13 -13
  23. package/dist/control.d.ts +390 -36
  24. package/dist/control.d.ts.map +1 -1
  25. package/dist/control.js +15 -20
  26. package/dist/control.js.map +1 -1
  27. package/dist/credential-profile-snapshot.d.ts +78 -36
  28. package/dist/credential-profile-snapshot.d.ts.map +1 -1
  29. package/dist/credential-profile.d.ts +44 -0
  30. package/dist/credential-profile.d.ts.map +1 -1
  31. package/dist/credential-profile.js +11 -0
  32. package/dist/credential-profile.js.map +1 -1
  33. package/dist/harness-confinement.d.ts +37 -30
  34. package/dist/harness-confinement.d.ts.map +1 -1
  35. package/dist/harness-confinement.js +18 -26
  36. package/dist/harness-confinement.js.map +1 -1
  37. package/dist/harness.d.ts +18 -48
  38. package/dist/harness.d.ts.map +1 -1
  39. package/dist/harness.js +1 -6
  40. package/dist/harness.js.map +1 -1
  41. package/dist/mcp-run-result.d.ts +10 -10
  42. package/dist/primitives.d.ts +6 -1
  43. package/dist/primitives.d.ts.map +1 -1
  44. package/dist/primitives.js +8 -2
  45. package/dist/primitives.js.map +1 -1
  46. package/dist/readiness.d.ts +14 -14
  47. package/dist/review.d.ts +10 -0
  48. package/dist/review.d.ts.map +1 -1
  49. package/dist/review.js +10 -0
  50. package/dist/review.js.map +1 -1
  51. package/dist/route.d.ts +10 -0
  52. package/dist/route.d.ts.map +1 -1
  53. package/dist/route.js +10 -0
  54. package/dist/route.js.map +1 -1
  55. package/dist/run-strategy.d.ts +51 -3
  56. package/dist/run-strategy.d.ts.map +1 -1
  57. package/dist/run-strategy.js +58 -2
  58. package/dist/run-strategy.js.map +1 -1
  59. package/dist/surface-run-controls.d.ts.map +1 -1
  60. package/dist/surface-run-controls.js +4 -1
  61. package/dist/surface-run-controls.js.map +1 -1
  62. package/dist/task.d.ts +641 -19
  63. package/dist/task.d.ts.map +1 -1
  64. package/dist/task.js +40 -5
  65. package/dist/task.js.map +1 -1
  66. package/dist/telemetry.d.ts +2 -2
  67. package/dist/telemetry.js +3 -3
  68. package/dist/telemetry.js.map +1 -1
  69. package/dist/thread.d.ts +5 -3
  70. package/dist/thread.d.ts.map +1 -1
  71. package/dist/thread.js +7 -5
  72. package/dist/thread.js.map +1 -1
  73. package/generated/AgentCapabilityCatalog.schema.json +1 -2
  74. package/generated/ControlCredentialProfileCreateResponse.schema.json +9 -0
  75. package/generated/ControlCredentialProfileUpdateResponse.schema.json +9 -0
  76. package/generated/ControlCredentialProfilesQueryResponse.schema.json +12 -3
  77. package/generated/ControlCredentialProfilesResponse.schema.json +9 -0
  78. package/generated/ControlCredentialProfilesSnapshotResponse.schema.json +12 -3
  79. package/generated/ControlHarnessListResponse.schema.json +3 -3
  80. package/generated/ControlRunAgainDraft.schema.json +26 -5
  81. package/generated/ControlRunDetail.schema.json +29 -9
  82. package/generated/ControlRunListResponse.schema.json +11 -5
  83. package/generated/ControlRunStartRequest.schema.json +11 -4
  84. package/generated/ControlRunSummary.schema.json +11 -5
  85. package/generated/ControlThread.schema.json +3 -3
  86. package/generated/ControlThreadCreateRequest.schema.json +0 -1
  87. package/generated/ControlThreadDetail.schema.json +3 -3
  88. package/generated/ControlThreadListResponse.schema.json +3 -3
  89. package/generated/ControlThreadTurnRequest.schema.json +6 -3
  90. package/generated/ControlThreadUpdateRequest.schema.json +1 -2
  91. package/generated/ControlTrustListResponse.schema.json +0 -1
  92. package/generated/ControlTrustState.schema.json +0 -1
  93. package/generated/ControlTrustUpdateRequest.schema.json +0 -1
  94. package/generated/CredentialProfileStatus.schema.json +9 -0
  95. package/generated/HarnessManifest.schema.json +3 -3
  96. package/generated/HarnessStatusDto.schema.json +3 -3
  97. package/generated/McpRunHandleResult.schema.json +4 -2
  98. package/generated/McpRunToolResult.schema.json +4 -2
  99. package/generated/ReviewFinding.schema.json +14 -0
  100. package/generated/RouteProof.schema.json +14 -0
  101. package/generated/RunFailure.schema.json +4 -2
  102. package/generated/RunTelemetry.schema.json +5 -5
  103. package/generated/TaskContract.schema.json +8 -8
  104. package/generated/Thread.schema.json +4 -4
  105. package/generated/TrustConfig.schema.json +0 -2
  106. 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", "external_sandbox_full", "inherit_native"]>>;
259
- requestedAccess: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "external_sandbox_full", "inherit_native"]>>;
260
- effectiveAccess: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "external_sandbox_full", "inherit_native"]>>;
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", "external_sandbox_full", "inherit_native"]>>;
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?: "external_sandbox_full" | "full" | "inherit_native" | "readonly" | "workspace_write" | undefined;
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?: "external_sandbox_full" | "full" | "inherit_native" | "readonly" | "workspace_write" | undefined;
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":"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"}
1
+ {"version":3,"file":"control-operation-responses.d.ts","sourceRoot":"","sources":["../src/control-operation-responses.ts"],"names":[],"mappings":"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"}