@claudexor/schema 3.8.0 → 3.8.1

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 (92) 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 +16 -13
  5. package/dist/control-operation-responses.d.ts.map +1 -1
  6. package/dist/control-run-detail.d.ts +33 -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 +365 -36
  24. package/dist/control.d.ts.map +1 -1
  25. package/dist/control.js +12 -18
  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/run-strategy.d.ts +51 -3
  48. package/dist/run-strategy.d.ts.map +1 -1
  49. package/dist/run-strategy.js +58 -2
  50. package/dist/run-strategy.js.map +1 -1
  51. package/dist/task.d.ts +641 -19
  52. package/dist/task.d.ts.map +1 -1
  53. package/dist/task.js +40 -5
  54. package/dist/task.js.map +1 -1
  55. package/dist/telemetry.d.ts +2 -2
  56. package/dist/telemetry.js +3 -3
  57. package/dist/telemetry.js.map +1 -1
  58. package/dist/thread.d.ts +1 -1
  59. package/dist/thread.js +2 -2
  60. package/dist/thread.js.map +1 -1
  61. package/generated/AgentCapabilityCatalog.schema.json +1 -2
  62. package/generated/ControlCredentialProfileCreateResponse.schema.json +9 -0
  63. package/generated/ControlCredentialProfileUpdateResponse.schema.json +9 -0
  64. package/generated/ControlCredentialProfilesQueryResponse.schema.json +12 -3
  65. package/generated/ControlCredentialProfilesResponse.schema.json +9 -0
  66. package/generated/ControlCredentialProfilesSnapshotResponse.schema.json +12 -3
  67. package/generated/ControlHarnessListResponse.schema.json +3 -3
  68. package/generated/ControlRunAgainDraft.schema.json +20 -3
  69. package/generated/ControlRunDetail.schema.json +10 -8
  70. package/generated/ControlRunListResponse.schema.json +6 -4
  71. package/generated/ControlRunStartRequest.schema.json +5 -2
  72. package/generated/ControlRunSummary.schema.json +6 -4
  73. package/generated/ControlThread.schema.json +3 -3
  74. package/generated/ControlThreadCreateRequest.schema.json +0 -1
  75. package/generated/ControlThreadDetail.schema.json +3 -3
  76. package/generated/ControlThreadListResponse.schema.json +3 -3
  77. package/generated/ControlThreadTurnRequest.schema.json +0 -1
  78. package/generated/ControlThreadUpdateRequest.schema.json +1 -2
  79. package/generated/ControlTrustListResponse.schema.json +0 -1
  80. package/generated/ControlTrustState.schema.json +0 -1
  81. package/generated/ControlTrustUpdateRequest.schema.json +0 -1
  82. package/generated/CredentialProfileStatus.schema.json +9 -0
  83. package/generated/HarnessManifest.schema.json +3 -3
  84. package/generated/HarnessStatusDto.schema.json +3 -3
  85. package/generated/McpRunHandleResult.schema.json +4 -2
  86. package/generated/McpRunToolResult.schema.json +4 -2
  87. package/generated/RunFailure.schema.json +4 -2
  88. package/generated/RunTelemetry.schema.json +5 -5
  89. package/generated/TaskContract.schema.json +8 -8
  90. package/generated/Thread.schema.json +3 -3
  91. package/generated/TrustConfig.schema.json +0 -2
  92. package/package.json +2 -2
@@ -55,6 +55,8 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
55
55
  availability: z.ZodEnum<["available", "unavailable", "unknown"]>;
56
56
  verification: z.ZodEnum<["passed", "failed", "not_run"]>;
57
57
  verification_source: z.ZodDefault<z.ZodEnum<["local_store", "vendor"]>>;
58
+ stale: z.ZodOptional<z.ZodBoolean>;
59
+ stale_age_ms: z.ZodOptional<z.ZodNumber>;
58
60
  detail: z.ZodOptional<z.ZodString>;
59
61
  last_verified_at: z.ZodDefault<z.ZodNullable<z.ZodString>>;
60
62
  }, "strict", z.ZodTypeAny, {
@@ -63,6 +65,8 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
63
65
  availability: "available" | "unavailable" | "unknown";
64
66
  verification: "failed" | "not_run" | "passed";
65
67
  verification_source: "local_store" | "vendor";
68
+ stale?: boolean | undefined;
69
+ stale_age_ms?: number | undefined;
66
70
  detail?: string | undefined;
67
71
  last_verified_at: string | null;
68
72
  }, {
@@ -71,6 +75,8 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
71
75
  availability: "available" | "unavailable" | "unknown";
72
76
  verification: "failed" | "not_run" | "passed";
73
77
  verification_source?: "local_store" | "vendor" | undefined;
78
+ stale?: boolean | undefined;
79
+ stale_age_ms?: number | undefined;
74
80
  detail?: string | undefined;
75
81
  last_verified_at?: string | null | undefined;
76
82
  }>;
@@ -101,6 +107,8 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
101
107
  availability: "available" | "unavailable" | "unknown";
102
108
  verification: "failed" | "not_run" | "passed";
103
109
  verification_source: "local_store" | "vendor";
110
+ stale?: boolean | undefined;
111
+ stale_age_ms?: number | undefined;
104
112
  detail?: string | undefined;
105
113
  last_verified_at: string | null;
106
114
  };
@@ -125,6 +133,8 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
125
133
  availability: "available" | "unavailable" | "unknown";
126
134
  verification: "failed" | "not_run" | "passed";
127
135
  verification_source?: "local_store" | "vendor" | undefined;
136
+ stale?: boolean | undefined;
137
+ stale_age_ms?: number | undefined;
128
138
  detail?: string | undefined;
129
139
  last_verified_at?: string | null | undefined;
130
140
  };
@@ -404,11 +414,11 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
404
414
  readonly_mechanism?: "fs_sandbox" | "none" | "permission_deny" | "tool_allowlist" | undefined;
405
415
  }>>;
406
416
  isolation: z.ZodDefault<z.ZodObject<{
407
- supported_containment: z.ZodDefault<z.ZodArray<z.ZodEnum<["env_or_file_injection", "scoped_home_keychain_bridge", "host_user_context", "process_sandbox", "container"]>, "many">>;
417
+ supported_containment: z.ZodDefault<z.ZodArray<z.ZodEnum<["env_or_file_injection", "scoped_home_keychain_bridge", "private_per_profile_keychain", "host_user_context", "process_sandbox", "container"]>, "many">>;
408
418
  }, "strip", z.ZodTypeAny, {
409
- supported_containment: ("container" | "env_or_file_injection" | "host_user_context" | "process_sandbox" | "scoped_home_keychain_bridge")[];
419
+ supported_containment: ("container" | "env_or_file_injection" | "host_user_context" | "private_per_profile_keychain" | "process_sandbox" | "scoped_home_keychain_bridge")[];
410
420
  }, {
411
- supported_containment?: ("container" | "env_or_file_injection" | "host_user_context" | "process_sandbox" | "scoped_home_keychain_bridge")[] | undefined;
421
+ supported_containment?: ("container" | "env_or_file_injection" | "host_user_context" | "private_per_profile_keychain" | "process_sandbox" | "scoped_home_keychain_bridge")[] | undefined;
412
422
  }>>;
413
423
  attachment_inputs: z.ZodDefault<z.ZodArray<z.ZodObject<{
414
424
  kind: z.ZodEnum<["image", "file"]>;
@@ -456,7 +466,7 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
456
466
  readonly_mechanism: "fs_sandbox" | "none" | "permission_deny" | "tool_allowlist";
457
467
  };
458
468
  isolation: {
459
- supported_containment: ("container" | "env_or_file_injection" | "host_user_context" | "process_sandbox" | "scoped_home_keychain_bridge")[];
469
+ supported_containment: ("container" | "env_or_file_injection" | "host_user_context" | "private_per_profile_keychain" | "process_sandbox" | "scoped_home_keychain_bridge")[];
460
470
  };
461
471
  attachment_inputs: {
462
472
  kind: "file" | "image";
@@ -492,7 +502,7 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
492
502
  readonly_mechanism?: "fs_sandbox" | "none" | "permission_deny" | "tool_allowlist" | undefined;
493
503
  } | undefined;
494
504
  isolation?: {
495
- supported_containment?: ("container" | "env_or_file_injection" | "host_user_context" | "process_sandbox" | "scoped_home_keychain_bridge")[] | undefined;
505
+ supported_containment?: ("container" | "env_or_file_injection" | "host_user_context" | "private_per_profile_keychain" | "process_sandbox" | "scoped_home_keychain_bridge")[] | undefined;
496
506
  } | undefined;
497
507
  attachment_inputs?: {
498
508
  kind: "file" | "image";
@@ -602,7 +612,7 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
602
612
  known_models_verified_against?: string | null | undefined;
603
613
  }>;
604
614
  auth_modes: z.ZodDefault<z.ZodArray<z.ZodEnum<["local_session", "api_key", "none"]>, "many">>;
605
- access_profiles_supported: z.ZodDefault<z.ZodArray<z.ZodEnum<["readonly", "workspace_write", "full", "external_sandbox_full", "inherit_native"]>, "many">>;
615
+ access_profiles_supported: z.ZodDefault<z.ZodArray<z.ZodEnum<["readonly", "workspace_write", "full", "inherit_native"]>, "many">>;
606
616
  }, "strip", z.ZodTypeAny, {
607
617
  id: string;
608
618
  display_name: string;
@@ -635,7 +645,7 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
635
645
  readonly_mechanism: "fs_sandbox" | "none" | "permission_deny" | "tool_allowlist";
636
646
  };
637
647
  isolation: {
638
- supported_containment: ("container" | "env_or_file_injection" | "host_user_context" | "process_sandbox" | "scoped_home_keychain_bridge")[];
648
+ supported_containment: ("container" | "env_or_file_injection" | "host_user_context" | "private_per_profile_keychain" | "process_sandbox" | "scoped_home_keychain_bridge")[];
639
649
  };
640
650
  attachment_inputs: {
641
651
  kind: "file" | "image";
@@ -677,7 +687,7 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
677
687
  known_models_verified_against: string | null;
678
688
  };
679
689
  auth_modes: ("api_key" | "local_session" | "none")[];
680
- access_profiles_supported: ("external_sandbox_full" | "full" | "inherit_native" | "readonly" | "workspace_write")[];
690
+ access_profiles_supported: ("full" | "inherit_native" | "readonly" | "workspace_write")[];
681
691
  }, {
682
692
  id: string;
683
693
  display_name: string;
@@ -710,7 +720,7 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
710
720
  readonly_mechanism?: "fs_sandbox" | "none" | "permission_deny" | "tool_allowlist" | undefined;
711
721
  } | undefined;
712
722
  isolation?: {
713
- supported_containment?: ("container" | "env_or_file_injection" | "host_user_context" | "process_sandbox" | "scoped_home_keychain_bridge")[] | undefined;
723
+ supported_containment?: ("container" | "env_or_file_injection" | "host_user_context" | "private_per_profile_keychain" | "process_sandbox" | "scoped_home_keychain_bridge")[] | undefined;
714
724
  } | undefined;
715
725
  attachment_inputs?: {
716
726
  kind: "file" | "image";
@@ -752,7 +762,7 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
752
762
  known_models_verified_against?: string | null | undefined;
753
763
  };
754
764
  auth_modes?: ("api_key" | "local_session" | "none")[] | undefined;
755
- access_profiles_supported?: ("external_sandbox_full" | "full" | "inherit_native" | "readonly" | "workspace_write")[] | undefined;
765
+ access_profiles_supported?: ("full" | "inherit_native" | "readonly" | "workspace_write")[] | undefined;
756
766
  }>>>;
757
767
  enabledIntents: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
758
768
  routableIntents: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
@@ -888,7 +898,7 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
888
898
  readonly_mechanism: "fs_sandbox" | "none" | "permission_deny" | "tool_allowlist";
889
899
  };
890
900
  isolation: {
891
- supported_containment: ("container" | "env_or_file_injection" | "host_user_context" | "process_sandbox" | "scoped_home_keychain_bridge")[];
901
+ supported_containment: ("container" | "env_or_file_injection" | "host_user_context" | "private_per_profile_keychain" | "process_sandbox" | "scoped_home_keychain_bridge")[];
892
902
  };
893
903
  attachment_inputs: {
894
904
  kind: "file" | "image";
@@ -930,7 +940,7 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
930
940
  known_models_verified_against: string | null;
931
941
  };
932
942
  auth_modes: ("api_key" | "local_session" | "none")[];
933
- access_profiles_supported: ("external_sandbox_full" | "full" | "inherit_native" | "readonly" | "workspace_write")[];
943
+ access_profiles_supported: ("full" | "inherit_native" | "readonly" | "workspace_write")[];
934
944
  } | null | undefined;
935
945
  enabledIntents: string[];
936
946
  routableIntents: string[];
@@ -1004,7 +1014,7 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
1004
1014
  readonly_mechanism?: "fs_sandbox" | "none" | "permission_deny" | "tool_allowlist" | undefined;
1005
1015
  } | undefined;
1006
1016
  isolation?: {
1007
- supported_containment?: ("container" | "env_or_file_injection" | "host_user_context" | "process_sandbox" | "scoped_home_keychain_bridge")[] | undefined;
1017
+ supported_containment?: ("container" | "env_or_file_injection" | "host_user_context" | "private_per_profile_keychain" | "process_sandbox" | "scoped_home_keychain_bridge")[] | undefined;
1008
1018
  } | undefined;
1009
1019
  attachment_inputs?: {
1010
1020
  kind: "file" | "image";
@@ -1046,7 +1056,7 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
1046
1056
  known_models_verified_against?: string | null | undefined;
1047
1057
  };
1048
1058
  auth_modes?: ("api_key" | "local_session" | "none")[] | undefined;
1049
- access_profiles_supported?: ("external_sandbox_full" | "full" | "inherit_native" | "readonly" | "workspace_write")[] | undefined;
1059
+ access_profiles_supported?: ("full" | "inherit_native" | "readonly" | "workspace_write")[] | undefined;
1050
1060
  } | null | undefined;
1051
1061
  enabledIntents?: string[] | undefined;
1052
1062
  routableIntents?: string[] | undefined;
@@ -1399,6 +1409,8 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
1399
1409
  availability: "available" | "unavailable" | "unknown";
1400
1410
  verification: "failed" | "not_run" | "passed";
1401
1411
  verification_source: "local_store" | "vendor";
1412
+ stale?: boolean | undefined;
1413
+ stale_age_ms?: number | undefined;
1402
1414
  detail?: string | undefined;
1403
1415
  last_verified_at: string | null;
1404
1416
  };
@@ -1473,7 +1485,7 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
1473
1485
  readonly_mechanism: "fs_sandbox" | "none" | "permission_deny" | "tool_allowlist";
1474
1486
  };
1475
1487
  isolation: {
1476
- supported_containment: ("container" | "env_or_file_injection" | "host_user_context" | "process_sandbox" | "scoped_home_keychain_bridge")[];
1488
+ supported_containment: ("container" | "env_or_file_injection" | "host_user_context" | "private_per_profile_keychain" | "process_sandbox" | "scoped_home_keychain_bridge")[];
1477
1489
  };
1478
1490
  attachment_inputs: {
1479
1491
  kind: "file" | "image";
@@ -1515,7 +1527,7 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
1515
1527
  known_models_verified_against: string | null;
1516
1528
  };
1517
1529
  auth_modes: ("api_key" | "local_session" | "none")[];
1518
- access_profiles_supported: ("external_sandbox_full" | "full" | "inherit_native" | "readonly" | "workspace_write")[];
1530
+ access_profiles_supported: ("full" | "inherit_native" | "readonly" | "workspace_write")[];
1519
1531
  } | null | undefined;
1520
1532
  enabledIntents: string[];
1521
1533
  routableIntents: string[];
@@ -1625,6 +1637,8 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
1625
1637
  availability: "available" | "unavailable" | "unknown";
1626
1638
  verification: "failed" | "not_run" | "passed";
1627
1639
  verification_source?: "local_store" | "vendor" | undefined;
1640
+ stale?: boolean | undefined;
1641
+ stale_age_ms?: number | undefined;
1628
1642
  detail?: string | undefined;
1629
1643
  last_verified_at?: string | null | undefined;
1630
1644
  };
@@ -1699,7 +1713,7 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
1699
1713
  readonly_mechanism?: "fs_sandbox" | "none" | "permission_deny" | "tool_allowlist" | undefined;
1700
1714
  } | undefined;
1701
1715
  isolation?: {
1702
- supported_containment?: ("container" | "env_or_file_injection" | "host_user_context" | "process_sandbox" | "scoped_home_keychain_bridge")[] | undefined;
1716
+ supported_containment?: ("container" | "env_or_file_injection" | "host_user_context" | "private_per_profile_keychain" | "process_sandbox" | "scoped_home_keychain_bridge")[] | undefined;
1703
1717
  } | undefined;
1704
1718
  attachment_inputs?: {
1705
1719
  kind: "file" | "image";
@@ -1741,7 +1755,7 @@ export declare const ControlCredentialProfilesSnapshotResponse: z.ZodObject<{
1741
1755
  known_models_verified_against?: string | null | undefined;
1742
1756
  };
1743
1757
  auth_modes?: ("api_key" | "local_session" | "none")[] | undefined;
1744
- access_profiles_supported?: ("external_sandbox_full" | "full" | "inherit_native" | "readonly" | "workspace_write")[] | undefined;
1758
+ access_profiles_supported?: ("full" | "inherit_native" | "readonly" | "workspace_write")[] | undefined;
1745
1759
  } | null | undefined;
1746
1760
  enabledIntents?: string[] | undefined;
1747
1761
  routableIntents?: string[] | undefined;
@@ -1892,6 +1906,8 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
1892
1906
  availability: z.ZodEnum<["available", "unavailable", "unknown"]>;
1893
1907
  verification: z.ZodEnum<["passed", "failed", "not_run"]>;
1894
1908
  verification_source: z.ZodDefault<z.ZodEnum<["local_store", "vendor"]>>;
1909
+ stale: z.ZodOptional<z.ZodBoolean>;
1910
+ stale_age_ms: z.ZodOptional<z.ZodNumber>;
1895
1911
  detail: z.ZodOptional<z.ZodString>;
1896
1912
  last_verified_at: z.ZodDefault<z.ZodNullable<z.ZodString>>;
1897
1913
  }, "strict", z.ZodTypeAny, {
@@ -1900,6 +1916,8 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
1900
1916
  availability: "available" | "unavailable" | "unknown";
1901
1917
  verification: "failed" | "not_run" | "passed";
1902
1918
  verification_source: "local_store" | "vendor";
1919
+ stale?: boolean | undefined;
1920
+ stale_age_ms?: number | undefined;
1903
1921
  detail?: string | undefined;
1904
1922
  last_verified_at: string | null;
1905
1923
  }, {
@@ -1908,6 +1926,8 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
1908
1926
  availability: "available" | "unavailable" | "unknown";
1909
1927
  verification: "failed" | "not_run" | "passed";
1910
1928
  verification_source?: "local_store" | "vendor" | undefined;
1929
+ stale?: boolean | undefined;
1930
+ stale_age_ms?: number | undefined;
1911
1931
  detail?: string | undefined;
1912
1932
  last_verified_at?: string | null | undefined;
1913
1933
  }>;
@@ -1938,6 +1958,8 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
1938
1958
  availability: "available" | "unavailable" | "unknown";
1939
1959
  verification: "failed" | "not_run" | "passed";
1940
1960
  verification_source: "local_store" | "vendor";
1961
+ stale?: boolean | undefined;
1962
+ stale_age_ms?: number | undefined;
1941
1963
  detail?: string | undefined;
1942
1964
  last_verified_at: string | null;
1943
1965
  };
@@ -1962,6 +1984,8 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
1962
1984
  availability: "available" | "unavailable" | "unknown";
1963
1985
  verification: "failed" | "not_run" | "passed";
1964
1986
  verification_source?: "local_store" | "vendor" | undefined;
1987
+ stale?: boolean | undefined;
1988
+ stale_age_ms?: number | undefined;
1965
1989
  detail?: string | undefined;
1966
1990
  last_verified_at?: string | null | undefined;
1967
1991
  };
@@ -2117,6 +2141,8 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
2117
2141
  availability: "available" | "unavailable" | "unknown";
2118
2142
  verification: "failed" | "not_run" | "passed";
2119
2143
  verification_source: "local_store" | "vendor";
2144
+ stale?: boolean | undefined;
2145
+ stale_age_ms?: number | undefined;
2120
2146
  detail?: string | undefined;
2121
2147
  last_verified_at: string | null;
2122
2148
  };
@@ -2174,6 +2200,8 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
2174
2200
  availability: "available" | "unavailable" | "unknown";
2175
2201
  verification: "failed" | "not_run" | "passed";
2176
2202
  verification_source?: "local_store" | "vendor" | undefined;
2203
+ stale?: boolean | undefined;
2204
+ stale_age_ms?: number | undefined;
2177
2205
  detail?: string | undefined;
2178
2206
  last_verified_at?: string | null | undefined;
2179
2207
  };
@@ -2267,6 +2295,8 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
2267
2295
  availability: z.ZodEnum<["available", "unavailable", "unknown"]>;
2268
2296
  verification: z.ZodEnum<["passed", "failed", "not_run"]>;
2269
2297
  verification_source: z.ZodDefault<z.ZodEnum<["local_store", "vendor"]>>;
2298
+ stale: z.ZodOptional<z.ZodBoolean>;
2299
+ stale_age_ms: z.ZodOptional<z.ZodNumber>;
2270
2300
  detail: z.ZodOptional<z.ZodString>;
2271
2301
  last_verified_at: z.ZodDefault<z.ZodNullable<z.ZodString>>;
2272
2302
  }, "strict", z.ZodTypeAny, {
@@ -2275,6 +2305,8 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
2275
2305
  availability: "available" | "unavailable" | "unknown";
2276
2306
  verification: "failed" | "not_run" | "passed";
2277
2307
  verification_source: "local_store" | "vendor";
2308
+ stale?: boolean | undefined;
2309
+ stale_age_ms?: number | undefined;
2278
2310
  detail?: string | undefined;
2279
2311
  last_verified_at: string | null;
2280
2312
  }, {
@@ -2283,6 +2315,8 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
2283
2315
  availability: "available" | "unavailable" | "unknown";
2284
2316
  verification: "failed" | "not_run" | "passed";
2285
2317
  verification_source?: "local_store" | "vendor" | undefined;
2318
+ stale?: boolean | undefined;
2319
+ stale_age_ms?: number | undefined;
2286
2320
  detail?: string | undefined;
2287
2321
  last_verified_at?: string | null | undefined;
2288
2322
  }>;
@@ -2313,6 +2347,8 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
2313
2347
  availability: "available" | "unavailable" | "unknown";
2314
2348
  verification: "failed" | "not_run" | "passed";
2315
2349
  verification_source: "local_store" | "vendor";
2350
+ stale?: boolean | undefined;
2351
+ stale_age_ms?: number | undefined;
2316
2352
  detail?: string | undefined;
2317
2353
  last_verified_at: string | null;
2318
2354
  };
@@ -2337,6 +2373,8 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
2337
2373
  availability: "available" | "unavailable" | "unknown";
2338
2374
  verification: "failed" | "not_run" | "passed";
2339
2375
  verification_source?: "local_store" | "vendor" | undefined;
2376
+ stale?: boolean | undefined;
2377
+ stale_age_ms?: number | undefined;
2340
2378
  detail?: string | undefined;
2341
2379
  last_verified_at?: string | null | undefined;
2342
2380
  };
@@ -2616,11 +2654,11 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
2616
2654
  readonly_mechanism?: "fs_sandbox" | "none" | "permission_deny" | "tool_allowlist" | undefined;
2617
2655
  }>>;
2618
2656
  isolation: z.ZodDefault<z.ZodObject<{
2619
- supported_containment: z.ZodDefault<z.ZodArray<z.ZodEnum<["env_or_file_injection", "scoped_home_keychain_bridge", "host_user_context", "process_sandbox", "container"]>, "many">>;
2657
+ supported_containment: z.ZodDefault<z.ZodArray<z.ZodEnum<["env_or_file_injection", "scoped_home_keychain_bridge", "private_per_profile_keychain", "host_user_context", "process_sandbox", "container"]>, "many">>;
2620
2658
  }, "strip", z.ZodTypeAny, {
2621
- supported_containment: ("container" | "env_or_file_injection" | "host_user_context" | "process_sandbox" | "scoped_home_keychain_bridge")[];
2659
+ supported_containment: ("container" | "env_or_file_injection" | "host_user_context" | "private_per_profile_keychain" | "process_sandbox" | "scoped_home_keychain_bridge")[];
2622
2660
  }, {
2623
- supported_containment?: ("container" | "env_or_file_injection" | "host_user_context" | "process_sandbox" | "scoped_home_keychain_bridge")[] | undefined;
2661
+ supported_containment?: ("container" | "env_or_file_injection" | "host_user_context" | "private_per_profile_keychain" | "process_sandbox" | "scoped_home_keychain_bridge")[] | undefined;
2624
2662
  }>>;
2625
2663
  attachment_inputs: z.ZodDefault<z.ZodArray<z.ZodObject<{
2626
2664
  kind: z.ZodEnum<["image", "file"]>;
@@ -2668,7 +2706,7 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
2668
2706
  readonly_mechanism: "fs_sandbox" | "none" | "permission_deny" | "tool_allowlist";
2669
2707
  };
2670
2708
  isolation: {
2671
- supported_containment: ("container" | "env_or_file_injection" | "host_user_context" | "process_sandbox" | "scoped_home_keychain_bridge")[];
2709
+ supported_containment: ("container" | "env_or_file_injection" | "host_user_context" | "private_per_profile_keychain" | "process_sandbox" | "scoped_home_keychain_bridge")[];
2672
2710
  };
2673
2711
  attachment_inputs: {
2674
2712
  kind: "file" | "image";
@@ -2704,7 +2742,7 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
2704
2742
  readonly_mechanism?: "fs_sandbox" | "none" | "permission_deny" | "tool_allowlist" | undefined;
2705
2743
  } | undefined;
2706
2744
  isolation?: {
2707
- supported_containment?: ("container" | "env_or_file_injection" | "host_user_context" | "process_sandbox" | "scoped_home_keychain_bridge")[] | undefined;
2745
+ supported_containment?: ("container" | "env_or_file_injection" | "host_user_context" | "private_per_profile_keychain" | "process_sandbox" | "scoped_home_keychain_bridge")[] | undefined;
2708
2746
  } | undefined;
2709
2747
  attachment_inputs?: {
2710
2748
  kind: "file" | "image";
@@ -2814,7 +2852,7 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
2814
2852
  known_models_verified_against?: string | null | undefined;
2815
2853
  }>;
2816
2854
  auth_modes: z.ZodDefault<z.ZodArray<z.ZodEnum<["local_session", "api_key", "none"]>, "many">>;
2817
- access_profiles_supported: z.ZodDefault<z.ZodArray<z.ZodEnum<["readonly", "workspace_write", "full", "external_sandbox_full", "inherit_native"]>, "many">>;
2855
+ access_profiles_supported: z.ZodDefault<z.ZodArray<z.ZodEnum<["readonly", "workspace_write", "full", "inherit_native"]>, "many">>;
2818
2856
  }, "strip", z.ZodTypeAny, {
2819
2857
  id: string;
2820
2858
  display_name: string;
@@ -2847,7 +2885,7 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
2847
2885
  readonly_mechanism: "fs_sandbox" | "none" | "permission_deny" | "tool_allowlist";
2848
2886
  };
2849
2887
  isolation: {
2850
- supported_containment: ("container" | "env_or_file_injection" | "host_user_context" | "process_sandbox" | "scoped_home_keychain_bridge")[];
2888
+ supported_containment: ("container" | "env_or_file_injection" | "host_user_context" | "private_per_profile_keychain" | "process_sandbox" | "scoped_home_keychain_bridge")[];
2851
2889
  };
2852
2890
  attachment_inputs: {
2853
2891
  kind: "file" | "image";
@@ -2889,7 +2927,7 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
2889
2927
  known_models_verified_against: string | null;
2890
2928
  };
2891
2929
  auth_modes: ("api_key" | "local_session" | "none")[];
2892
- access_profiles_supported: ("external_sandbox_full" | "full" | "inherit_native" | "readonly" | "workspace_write")[];
2930
+ access_profiles_supported: ("full" | "inherit_native" | "readonly" | "workspace_write")[];
2893
2931
  }, {
2894
2932
  id: string;
2895
2933
  display_name: string;
@@ -2922,7 +2960,7 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
2922
2960
  readonly_mechanism?: "fs_sandbox" | "none" | "permission_deny" | "tool_allowlist" | undefined;
2923
2961
  } | undefined;
2924
2962
  isolation?: {
2925
- supported_containment?: ("container" | "env_or_file_injection" | "host_user_context" | "process_sandbox" | "scoped_home_keychain_bridge")[] | undefined;
2963
+ supported_containment?: ("container" | "env_or_file_injection" | "host_user_context" | "private_per_profile_keychain" | "process_sandbox" | "scoped_home_keychain_bridge")[] | undefined;
2926
2964
  } | undefined;
2927
2965
  attachment_inputs?: {
2928
2966
  kind: "file" | "image";
@@ -2964,7 +3002,7 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
2964
3002
  known_models_verified_against?: string | null | undefined;
2965
3003
  };
2966
3004
  auth_modes?: ("api_key" | "local_session" | "none")[] | undefined;
2967
- access_profiles_supported?: ("external_sandbox_full" | "full" | "inherit_native" | "readonly" | "workspace_write")[] | undefined;
3005
+ access_profiles_supported?: ("full" | "inherit_native" | "readonly" | "workspace_write")[] | undefined;
2968
3006
  }>>>;
2969
3007
  enabledIntents: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
2970
3008
  routableIntents: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
@@ -3100,7 +3138,7 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
3100
3138
  readonly_mechanism: "fs_sandbox" | "none" | "permission_deny" | "tool_allowlist";
3101
3139
  };
3102
3140
  isolation: {
3103
- supported_containment: ("container" | "env_or_file_injection" | "host_user_context" | "process_sandbox" | "scoped_home_keychain_bridge")[];
3141
+ supported_containment: ("container" | "env_or_file_injection" | "host_user_context" | "private_per_profile_keychain" | "process_sandbox" | "scoped_home_keychain_bridge")[];
3104
3142
  };
3105
3143
  attachment_inputs: {
3106
3144
  kind: "file" | "image";
@@ -3142,7 +3180,7 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
3142
3180
  known_models_verified_against: string | null;
3143
3181
  };
3144
3182
  auth_modes: ("api_key" | "local_session" | "none")[];
3145
- access_profiles_supported: ("external_sandbox_full" | "full" | "inherit_native" | "readonly" | "workspace_write")[];
3183
+ access_profiles_supported: ("full" | "inherit_native" | "readonly" | "workspace_write")[];
3146
3184
  } | null | undefined;
3147
3185
  enabledIntents: string[];
3148
3186
  routableIntents: string[];
@@ -3216,7 +3254,7 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
3216
3254
  readonly_mechanism?: "fs_sandbox" | "none" | "permission_deny" | "tool_allowlist" | undefined;
3217
3255
  } | undefined;
3218
3256
  isolation?: {
3219
- supported_containment?: ("container" | "env_or_file_injection" | "host_user_context" | "process_sandbox" | "scoped_home_keychain_bridge")[] | undefined;
3257
+ supported_containment?: ("container" | "env_or_file_injection" | "host_user_context" | "private_per_profile_keychain" | "process_sandbox" | "scoped_home_keychain_bridge")[] | undefined;
3220
3258
  } | undefined;
3221
3259
  attachment_inputs?: {
3222
3260
  kind: "file" | "image";
@@ -3258,7 +3296,7 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
3258
3296
  known_models_verified_against?: string | null | undefined;
3259
3297
  };
3260
3298
  auth_modes?: ("api_key" | "local_session" | "none")[] | undefined;
3261
- access_profiles_supported?: ("external_sandbox_full" | "full" | "inherit_native" | "readonly" | "workspace_write")[] | undefined;
3299
+ access_profiles_supported?: ("full" | "inherit_native" | "readonly" | "workspace_write")[] | undefined;
3262
3300
  } | null | undefined;
3263
3301
  enabledIntents?: string[] | undefined;
3264
3302
  routableIntents?: string[] | undefined;
@@ -3611,6 +3649,8 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
3611
3649
  availability: "available" | "unavailable" | "unknown";
3612
3650
  verification: "failed" | "not_run" | "passed";
3613
3651
  verification_source: "local_store" | "vendor";
3652
+ stale?: boolean | undefined;
3653
+ stale_age_ms?: number | undefined;
3614
3654
  detail?: string | undefined;
3615
3655
  last_verified_at: string | null;
3616
3656
  };
@@ -3685,7 +3725,7 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
3685
3725
  readonly_mechanism: "fs_sandbox" | "none" | "permission_deny" | "tool_allowlist";
3686
3726
  };
3687
3727
  isolation: {
3688
- supported_containment: ("container" | "env_or_file_injection" | "host_user_context" | "process_sandbox" | "scoped_home_keychain_bridge")[];
3728
+ supported_containment: ("container" | "env_or_file_injection" | "host_user_context" | "private_per_profile_keychain" | "process_sandbox" | "scoped_home_keychain_bridge")[];
3689
3729
  };
3690
3730
  attachment_inputs: {
3691
3731
  kind: "file" | "image";
@@ -3727,7 +3767,7 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
3727
3767
  known_models_verified_against: string | null;
3728
3768
  };
3729
3769
  auth_modes: ("api_key" | "local_session" | "none")[];
3730
- access_profiles_supported: ("external_sandbox_full" | "full" | "inherit_native" | "readonly" | "workspace_write")[];
3770
+ access_profiles_supported: ("full" | "inherit_native" | "readonly" | "workspace_write")[];
3731
3771
  } | null | undefined;
3732
3772
  enabledIntents: string[];
3733
3773
  routableIntents: string[];
@@ -3837,6 +3877,8 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
3837
3877
  availability: "available" | "unavailable" | "unknown";
3838
3878
  verification: "failed" | "not_run" | "passed";
3839
3879
  verification_source?: "local_store" | "vendor" | undefined;
3880
+ stale?: boolean | undefined;
3881
+ stale_age_ms?: number | undefined;
3840
3882
  detail?: string | undefined;
3841
3883
  last_verified_at?: string | null | undefined;
3842
3884
  };
@@ -3911,7 +3953,7 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
3911
3953
  readonly_mechanism?: "fs_sandbox" | "none" | "permission_deny" | "tool_allowlist" | undefined;
3912
3954
  } | undefined;
3913
3955
  isolation?: {
3914
- supported_containment?: ("container" | "env_or_file_injection" | "host_user_context" | "process_sandbox" | "scoped_home_keychain_bridge")[] | undefined;
3956
+ supported_containment?: ("container" | "env_or_file_injection" | "host_user_context" | "private_per_profile_keychain" | "process_sandbox" | "scoped_home_keychain_bridge")[] | undefined;
3915
3957
  } | undefined;
3916
3958
  attachment_inputs?: {
3917
3959
  kind: "file" | "image";
@@ -3953,7 +3995,7 @@ export declare const ControlCredentialProfilesQueryResponse: z.ZodUnion<[z.ZodOb
3953
3995
  known_models_verified_against?: string | null | undefined;
3954
3996
  };
3955
3997
  auth_modes?: ("api_key" | "local_session" | "none")[] | undefined;
3956
- access_profiles_supported?: ("external_sandbox_full" | "full" | "inherit_native" | "readonly" | "workspace_write")[] | undefined;
3998
+ access_profiles_supported?: ("full" | "inherit_native" | "readonly" | "workspace_write")[] | undefined;
3957
3999
  } | null | undefined;
3958
4000
  enabledIntents?: string[] | undefined;
3959
4001
  routableIntents?: string[] | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"credential-profile-snapshot.d.ts","sourceRoot":"","sources":["../src/credential-profile-snapshot.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEqC,CAAC;AACzF,MAAM,MAAM,sCAAsC,GAAG,CAAC,CAAC,KAAK,CAC1D,OAAO,sCAAsC,CAC9C,CAAC"}
1
+ {"version":3,"file":"credential-profile-snapshot.d.ts","sourceRoot":"","sources":["../src/credential-profile-snapshot.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEqC,CAAC;AACzF,MAAM,MAAM,sCAAsC,GAAG,CAAC,CAAC,KAAK,CAC1D,OAAO,sCAAsC,CAC9C,CAAC"}