@dynamicalsystems/idl 0.10.0 → 0.12.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/index.d.cts CHANGED
@@ -31,14 +31,14 @@ declare const PersonReference: TObject<{
31
31
  * "lease", "refusal"); vectors address a shape as "<literal>#<shape>". */
32
32
  type ProfileEntry = {
33
33
  readonly literal: `dsg.${string}.${string}/${number}`;
34
- readonly shapes: Readonly<Record<string, TSchema>>;
34
+ readonly documents: Readonly<Record<string, TSchema>>;
35
35
  /** Set ONLY when the wire cannot carry the literal as a field of any
36
36
  * shape (a frozen /1); names exactly where the literal lives instead. */
37
37
  readonly literalNote?: string;
38
38
  /** Names the shape non-TS consumers validate a whole document against;
39
39
  * the emitted JSON Schema gains a root $ref to it. Only meaningful for
40
40
  * profiles with a single document root. */
41
- readonly rootShape?: string;
41
+ readonly rootDocument?: string;
42
42
  };
43
43
  //#endregion
44
44
  //#region src/kernel/dispatch-consume.v1.d.ts
@@ -110,6 +110,7 @@ declare const DispatchRefusalSchemaValue: import("@sinclair/typebox").TObject<{
110
110
  }>;
111
111
  declare const DispatchRefusalSchema: typeof DispatchRefusalSchemaValue;
112
112
  type DispatchRefusal = Static<typeof DispatchRefusalSchema>;
113
+ declare const dispatchConsumeV1: ProfileEntry;
113
114
  //#endregion
114
115
  //#region src/run/operation.v1.d.ts
115
116
  declare const OPERATION_PROFILE: "dsg.run.operation/1";
@@ -308,6 +309,7 @@ declare const OperationStatusSchema: import("@sinclair/typebox").TObject<{
308
309
  cost: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"reserved">, import("@sinclair/typebox").TLiteral<"provisional">, import("@sinclair/typebox").TLiteral<"reconciled">]>;
309
310
  }>;
310
311
  type OperationStatus = Readback;
312
+ declare const operationV1: ProfileEntry;
311
313
  //#endregion
312
314
  //#region src/infra/signed-law.v1.d.ts
313
315
  declare const SIGNED_LAW_PROFILE: "dsg.infra.signed-law/1";
@@ -479,6 +481,7 @@ declare const SignedLawBundleSchema: import("@sinclair/typebox").TObject<{
479
481
  }>;
480
482
  }>;
481
483
  type SignedLawBundle = Static<typeof SignedLawBundleSchema>;
484
+ declare const signedLawV1: ProfileEntry;
482
485
  //#endregion
483
486
  //#region src/infra/resource-descriptor.v1.d.ts
484
487
  declare const RESOURCE_DESCRIPTOR_PROFILE: "dsg.infra.resource-descriptor/1";
@@ -509,6 +512,7 @@ declare const ResourceDescriptorSchemaValue: import("@sinclair/typebox").TObject
509
512
  }>;
510
513
  declare const ResourceDescriptorSchema: typeof ResourceDescriptorSchemaValue;
511
514
  type ResourceDescriptor = Static<typeof ResourceDescriptorSchema>;
515
+ declare const resourceDescriptorV1: ProfileEntry;
512
516
  //#endregion
513
517
  //#region src/infra/adoption-fact.v1.d.ts
514
518
  declare const ADOPTION_FACT_PROFILE: "dsg.infra.adoption-fact/1";
@@ -532,6 +536,7 @@ declare const AdoptionFactSchemaValue: import("@sinclair/typebox").TObject<{
532
536
  }>;
533
537
  declare const AdoptionFactSchema: typeof AdoptionFactSchemaValue;
534
538
  type AdoptionFact = Static<typeof AdoptionFactSchema>;
539
+ declare const adoptionFactV1: ProfileEntry;
535
540
  //#endregion
536
541
  //#region src/registry/revocations.v1.d.ts
537
542
  declare const REVOCATIONS_PROFILE: "dsg.registry.revocations/1";
@@ -568,6 +573,7 @@ declare const RevocationPointerSchemaValue: import("@sinclair/typebox").TObject<
568
573
  }>;
569
574
  declare const RevocationPointerSchema: typeof RevocationPointerSchemaValue;
570
575
  type RevocationPointer = Static<typeof RevocationPointerSchema>;
576
+ declare const revocationsV1: ProfileEntry;
571
577
  //#endregion
572
578
  //#region src/kernel/bootstrap.v1.d.ts
573
579
  declare const BOOTSTRAP_PROFILE: "dsg.kernel.bootstrap/1";
@@ -629,6 +635,7 @@ declare const SignedBootstrapIntentSchemaValue: import("@sinclair/typebox").TObj
629
635
  }>;
630
636
  declare const SignedBootstrapIntentSchema: typeof SignedBootstrapIntentSchemaValue;
631
637
  type SignedBootstrapIntent = Static<typeof SignedBootstrapIntentSchema>;
638
+ declare const bootstrapV1: ProfileEntry;
632
639
  //#endregion
633
640
  //#region src/kernel/standing-order-activation.v1.d.ts
634
641
  declare const STANDING_ORDER_ACTIVATION_PROFILE: "dsg.kernel.standing-order-activation/1";
@@ -729,6 +736,7 @@ declare const SignedStandingOrderActivationSchemaValue: import("@sinclair/typebo
729
736
  }>;
730
737
  declare const SignedStandingOrderActivationSchema: typeof SignedStandingOrderActivationSchemaValue;
731
738
  type SignedStandingOrderActivation = Static<typeof SignedStandingOrderActivationSchema>;
739
+ declare const standingOrderActivationV1: ProfileEntry;
732
740
  //#endregion
733
741
  //#region src/kernel/ordinary-authority.v1.d.ts
734
742
  declare const ORDINARY_AUTHORITY_PROFILE: "dsg.kernel.ordinary-authority/1";
@@ -761,6 +769,7 @@ declare const OrdinaryAuthoritySchemaValue: import("@sinclair/typebox").TObject<
761
769
  }>;
762
770
  declare const OrdinaryAuthoritySchema: typeof OrdinaryAuthoritySchemaValue;
763
771
  type OrdinaryAuthority = Static<typeof OrdinaryAuthoritySchema>;
772
+ declare const ordinaryAuthorityV1: ProfileEntry;
764
773
  //#endregion
765
774
  //#region src/run/contract-versions.d.ts
766
775
  declare const EXECUTOR_PROTOCOL_VERSION: "dsg.run.executor/1";
@@ -815,6 +824,7 @@ declare const EventStreamSealSchemaValue: import("@sinclair/typebox").TObject<{
815
824
  }>;
816
825
  declare const EventStreamSealSchema: typeof EventStreamSealSchemaValue;
817
826
  type EventStreamSeal = Static<typeof EventStreamSealSchema>;
827
+ declare const eventV1: ProfileEntry;
818
828
  //#endregion
819
829
  //#region src/run/request.v1.d.ts
820
830
  declare const REQUEST_PROFILE: "dsg.run.request/1";
@@ -859,6 +869,7 @@ declare const RunRequestSchemaValue: import("@sinclair/typebox").TObject<{
859
869
  }>;
860
870
  declare const RunRequestSchema: typeof RunRequestSchemaValue;
861
871
  type RunRequest = Static<typeof RunRequestSchema>;
872
+ declare const requestV1: ProfileEntry;
862
873
  //#endregion
863
874
  //#region src/run/decision.v1.d.ts
864
875
  declare const DECISION_PROFILE: "dsg.run.decision/1";
@@ -874,6 +885,7 @@ declare const RunDecisionSchemaValue: import("@sinclair/typebox").TObject<{
874
885
  }>;
875
886
  declare const RunDecisionSchema: typeof RunDecisionSchemaValue;
876
887
  type RunDecision = Static<typeof RunDecisionSchema>;
888
+ declare const decisionV1: ProfileEntry;
877
889
  //#endregion
878
890
  //#region src/run/run-summary.v1.d.ts
879
891
  declare const RUN_SUMMARY_PROFILE: "dsg.run.run-summary/1";
@@ -914,6 +926,7 @@ declare const RunSummarySchemaValue: import("@sinclair/typebox").TObject<{
914
926
  }>;
915
927
  declare const RunSummarySchema: typeof RunSummarySchemaValue;
916
928
  type RunSummary = Static<typeof RunSummarySchema>;
929
+ declare const runSummaryV1: ProfileEntry;
917
930
  //#endregion
918
931
  //#region src/core/refusal.v1.d.ts
919
932
  declare const REFUSAL_PROFILE: "dsg.core.refusal/1";
@@ -927,6 +940,7 @@ declare const RefusalSchemaValue: import("@sinclair/typebox").TObject<{
927
940
  }>;
928
941
  declare const RefusalSchema: typeof RefusalSchemaValue;
929
942
  type Refusal = Static<typeof RefusalSchema>;
943
+ declare const refusalV1: ProfileEntry;
930
944
  //#endregion
931
945
  //#region src/core/refusal.v2.d.ts
932
946
  declare const REFUSAL_V2_PROFILE: "dsg.core.refusal/2";
@@ -945,10 +959,45 @@ declare const RefusalV2SchemaValue: import("@sinclair/typebox").TObject<{
945
959
  }>;
946
960
  declare const RefusalV2Schema: typeof RefusalV2SchemaValue;
947
961
  type RefusalV2 = Static<typeof RefusalV2Schema>;
962
+ declare const refusalV2: ProfileEntry;
963
+ //#endregion
964
+ //#region src/core/google-identity.v1.d.ts
965
+ declare const GOOGLE_IDENTITY_PROFILE: "dsg.core.google-identity/1";
966
+ declare const GOOGLE_SIGN_IN_ISSUER: "https://accounts.google.com";
967
+ declare const GoogleIdentitySchemaValue: import("@sinclair/typebox").TObject<{
968
+ profile: import("@sinclair/typebox").TLiteral<"dsg.core.google-identity/1">;
969
+ issuer: import("@sinclair/typebox").TLiteral<"https://accounts.google.com">;
970
+ googleSubject: import("@sinclair/typebox").TString;
971
+ audience: import("@sinclair/typebox").TString;
972
+ hostedDomain: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
973
+ email: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
974
+ }>;
975
+ declare const GoogleIdentitySchema: typeof GoogleIdentitySchemaValue;
976
+ type GoogleIdentity = Static<typeof GoogleIdentitySchema>;
977
+ declare const googleIdentityV1: ProfileEntry;
978
+ //#endregion
979
+ //#region src/core/refusal.v3.d.ts
980
+ declare const REFUSAL_V3_PROFILE: "dsg.core.refusal/3";
981
+ declare const RefusalCodeV3SchemaValue: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"organization_absent">, import("@sinclair/typebox").TLiteral<"organization_exists">, import("@sinclair/typebox").TLiteral<"domain_mismatch">, import("@sinclair/typebox").TLiteral<"suspended">, import("@sinclair/typebox").TLiteral<"organization_disabled">, import("@sinclair/typebox").TLiteral<"claims_missing">, import("@sinclair/typebox").TLiteral<"not_qualified">, import("@sinclair/typebox").TLiteral<"subject_conflict">]>;
982
+ declare const RefusalCodeV3Schema: typeof RefusalCodeV3SchemaValue;
983
+ type RefusalCodeV3 = Static<typeof RefusalCodeV3Schema>;
984
+ declare const RefusalStageV3SchemaValue: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"proxy">, import("@sinclair/typebox").TLiteral<"provider">, import("@sinclair/typebox").TLiteral<"identity_read">, import("@sinclair/typebox").TLiteral<"plane">, import("@sinclair/typebox").TLiteral<"console">, import("@sinclair/typebox").TLiteral<"kernel">, import("@sinclair/typebox").TLiteral<"record">, import("@sinclair/typebox").TLiteral<"claim">]>;
985
+ declare const RefusalStageV3Schema: typeof RefusalStageV3SchemaValue;
986
+ type RefusalStageV3 = Static<typeof RefusalStageV3Schema>;
987
+ declare const RefusalV3SchemaValue: import("@sinclair/typebox").TObject<{
988
+ profile: import("@sinclair/typebox").TLiteral<"dsg.core.refusal/3">;
989
+ code: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"organization_absent">, import("@sinclair/typebox").TLiteral<"organization_exists">, import("@sinclair/typebox").TLiteral<"domain_mismatch">, import("@sinclair/typebox").TLiteral<"suspended">, import("@sinclair/typebox").TLiteral<"organization_disabled">, import("@sinclair/typebox").TLiteral<"claims_missing">, import("@sinclair/typebox").TLiteral<"not_qualified">, import("@sinclair/typebox").TLiteral<"subject_conflict">]>;
990
+ sentence: import("@sinclair/typebox").TString;
991
+ stage: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"proxy">, import("@sinclair/typebox").TLiteral<"provider">, import("@sinclair/typebox").TLiteral<"identity_read">, import("@sinclair/typebox").TLiteral<"plane">, import("@sinclair/typebox").TLiteral<"console">, import("@sinclair/typebox").TLiteral<"kernel">, import("@sinclair/typebox").TLiteral<"record">, import("@sinclair/typebox").TLiteral<"claim">]>>;
992
+ correlationId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
993
+ detail: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
994
+ }>;
995
+ declare const RefusalV3Schema: typeof RefusalV3SchemaValue;
996
+ type RefusalV3 = Static<typeof RefusalV3Schema>;
997
+ declare const refusalV3: ProfileEntry;
948
998
  //#endregion
949
999
  //#region src/core/identity-binding.v1.d.ts
950
1000
  declare const IDENTITY_BINDING_PROFILE: "dsg.core.identity-binding/1";
951
- declare const GOOGLE_SIGN_IN_ISSUER: "https://accounts.google.com";
952
1001
  declare const IdentityBindingSchemaValue: import("@sinclair/typebox").TObject<{
953
1002
  profile: import("@sinclair/typebox").TLiteral<"dsg.core.identity-binding/1">;
954
1003
  principal: import("@sinclair/typebox").TString;
@@ -960,13 +1009,208 @@ declare const IdentityBindingSchemaValue: import("@sinclair/typebox").TObject<{
960
1009
  }>;
961
1010
  declare const IdentityBindingSchema: typeof IdentityBindingSchemaValue;
962
1011
  type IdentityBinding = Static<typeof IdentityBindingSchema>;
1012
+ declare const identityBindingV1: ProfileEntry;
1013
+ //#endregion
1014
+ //#region src/organization/source.v2.d.ts
1015
+ declare const ORGANIZATION_SOURCE_PROFILE: "dsg.organization.source/2";
1016
+ declare const OrganizationSpaceSchema: import("@sinclair/typebox").TString;
1017
+ /** A path interpreted relative to the organization source root. Filesystem
1018
+ * containment and symlink checks belong to the consumer that opens it. */
1019
+ declare const OrganizationDocumentPathSchema: import("@sinclair/typebox").TString;
1020
+ declare const OrganizationSourceLocationSchema: import("@sinclair/typebox").TObject<{
1021
+ repository: import("@sinclair/typebox").TString;
1022
+ ref: import("@sinclair/typebox").TString;
1023
+ subdirectory: import("@sinclair/typebox").TString;
1024
+ }>;
1025
+ type OrganizationSourceLocation = Static<typeof OrganizationSourceLocationSchema>;
1026
+ declare const OrganizationSourceLocationV1Schema: import("@sinclair/typebox").TObject<{
1027
+ repository: import("@sinclair/typebox").TString;
1028
+ ref: import("@sinclair/typebox").TString;
1029
+ subdirectory: import("@sinclair/typebox").TString;
1030
+ }>;
1031
+ type OrganizationSourceLocationV1 = Static<typeof OrganizationSourceLocationV1Schema>;
1032
+ declare const ProjectSourceSchema: import("@sinclair/typebox").TObject<{
1033
+ repository: import("@sinclair/typebox").TString;
1034
+ revision: import("@sinclair/typebox").TString;
1035
+ }>;
1036
+ type ProjectSource = Static<typeof ProjectSourceSchema>;
1037
+ /** Frozen compatibility shape. Version one is loaded only through the explicit
1038
+ * compatibility path; it is never silently reinterpreted as version two. */
1039
+ declare const OrganizationRootV1Schema: import("@sinclair/typebox").TObject<{
1040
+ schemaVersion: import("@sinclair/typebox").TLiteral<1>;
1041
+ kind: import("@sinclair/typebox").TLiteral<"organization">;
1042
+ org: import("@sinclair/typebox").TString;
1043
+ space: import("@sinclair/typebox").TString;
1044
+ identity: import("@sinclair/typebox").TObject<{
1045
+ principals: import("@sinclair/typebox").TString;
1046
+ qualifications: import("@sinclair/typebox").TString;
1047
+ designations: import("@sinclair/typebox").TString;
1048
+ }>;
1049
+ policies: import("@sinclair/typebox").TString;
1050
+ vocabulary: import("@sinclair/typebox").TString;
1051
+ admissions: import("@sinclair/typebox").TString;
1052
+ deployment: import("@sinclair/typebox").TString;
1053
+ source: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
1054
+ repository: import("@sinclair/typebox").TString;
1055
+ ref: import("@sinclair/typebox").TString;
1056
+ subdirectory: import("@sinclair/typebox").TString;
1057
+ }>>;
1058
+ }>;
1059
+ type OrganizationRootV1 = Static<typeof OrganizationRootV1Schema>;
1060
+ declare const OrganizationInstructionSchema: import("@sinclair/typebox").TObject<{
1061
+ layer: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"constitution">, import("@sinclair/typebox").TLiteral<"profile">, import("@sinclair/typebox").TLiteral<"project">]>;
1062
+ source: import("@sinclair/typebox").TString;
1063
+ provenance: import("@sinclair/typebox").TString;
1064
+ }>;
1065
+ type OrganizationInstruction = Static<typeof OrganizationInstructionSchema>;
1066
+ /** The generic root requires only stable identity, accountability, purpose and
1067
+ * a selected profile. Optional declaration groups become required only when
1068
+ * that profile says so. */
1069
+ declare const OrganizationRootSchema: import("@sinclair/typebox").TObject<{
1070
+ schemaVersion: import("@sinclair/typebox").TLiteral<2>;
1071
+ kind: import("@sinclair/typebox").TLiteral<"organization">;
1072
+ org: import("@sinclair/typebox").TString;
1073
+ space: import("@sinclair/typebox").TString;
1074
+ owner: import("@sinclair/typebox").TObject<{
1075
+ responsibility: import("@sinclair/typebox").TString;
1076
+ qualification: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
1077
+ designation: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
1078
+ }>;
1079
+ purpose: import("@sinclair/typebox").TString;
1080
+ profile: import("@sinclair/typebox").TObject<{
1081
+ document: import("@sinclair/typebox").TString;
1082
+ facts: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TString>;
1083
+ }>;
1084
+ identity: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
1085
+ principals: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
1086
+ qualifications: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
1087
+ designations: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
1088
+ eligibility: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
1089
+ }>>;
1090
+ policies: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
1091
+ sources: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
1092
+ release: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
1093
+ }>>;
1094
+ vocabulary: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
1095
+ admissions: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
1096
+ projects: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
1097
+ capabilities: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
1098
+ instructions: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
1099
+ layer: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"constitution">, import("@sinclair/typebox").TLiteral<"profile">, import("@sinclair/typebox").TLiteral<"project">]>;
1100
+ source: import("@sinclair/typebox").TString;
1101
+ provenance: import("@sinclair/typebox").TString;
1102
+ }>>>;
1103
+ documents: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
1104
+ archive: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
1105
+ releases: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
1106
+ deployment: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
1107
+ source: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
1108
+ repository: import("@sinclair/typebox").TString;
1109
+ ref: import("@sinclair/typebox").TString;
1110
+ subdirectory: import("@sinclair/typebox").TString;
1111
+ }>>;
1112
+ }>;
1113
+ type OrganizationRoot = Static<typeof OrganizationRootSchema>;
1114
+ declare const WorkspaceProfileSchema: import("@sinclair/typebox").TObject<{
1115
+ schemaVersion: import("@sinclair/typebox").TLiteral<1>;
1116
+ kind: import("@sinclair/typebox").TLiteral<"workspace-profile">;
1117
+ id: import("@sinclair/typebox").TString;
1118
+ profile: import("@sinclair/typebox").TLiteral<"dsg.organization.source/2">;
1119
+ version: import("@sinclair/typebox").TString;
1120
+ requirements: import("@sinclair/typebox").TObject<{
1121
+ facts: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
1122
+ minimumProjects: import("@sinclair/typebox").TInteger;
1123
+ requiredCapabilities: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
1124
+ instructions: import("@sinclair/typebox").TBoolean;
1125
+ }>;
1126
+ allowedCapabilityOrigins: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"workspace">, import("@sinclair/typebox").TLiteral<"official">, import("@sinclair/typebox").TLiteral<"curated">]>>;
1127
+ handling: import("@sinclair/typebox").TObject<{
1128
+ required: import("@sinclair/typebox").TBoolean;
1129
+ }>;
1130
+ readinessChecks: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
1131
+ }>;
1132
+ type WorkspaceProfile = Static<typeof WorkspaceProfileSchema>;
1133
+ declare const ProjectMembershipSchema: import("@sinclair/typebox").TObject<{
1134
+ schemaVersion: import("@sinclair/typebox").TLiteral<1>;
1135
+ kind: import("@sinclair/typebox").TLiteral<"project-membership">;
1136
+ id: import("@sinclair/typebox").TString;
1137
+ mode: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"managed">, import("@sinclair/typebox").TLiteral<"independent">]>;
1138
+ source: import("@sinclair/typebox").TObject<{
1139
+ repository: import("@sinclair/typebox").TString;
1140
+ revision: import("@sinclair/typebox").TString;
1141
+ }>;
1142
+ role: import("@sinclair/typebox").TString;
1143
+ contract: import("@sinclair/typebox").TString;
1144
+ handling: import("@sinclair/typebox").TString;
1145
+ state: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"active">, import("@sinclair/typebox").TLiteral<"suspended">, import("@sinclair/typebox").TLiteral<"removed">]>;
1146
+ }>;
1147
+ type ProjectMembership = Static<typeof ProjectMembershipSchema>;
1148
+ declare const CapabilityOriginSchema: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"workspace">, import("@sinclair/typebox").TLiteral<"official">, import("@sinclair/typebox").TLiteral<"curated">]>;
1149
+ type CapabilityOrigin = Static<typeof CapabilityOriginSchema>;
1150
+ /** `declaration` and component `reference` point to their owning existing
1151
+ * capability/Definition formats; this schema does not duplicate them. */
1152
+ declare const CapabilitySelectionSchema: import("@sinclair/typebox").TObject<{
1153
+ schemaVersion: import("@sinclair/typebox").TLiteral<1>;
1154
+ kind: import("@sinclair/typebox").TLiteral<"capability-selection">;
1155
+ id: import("@sinclair/typebox").TString;
1156
+ declaration: import("@sinclair/typebox").TString;
1157
+ components: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
1158
+ id: import("@sinclair/typebox").TString;
1159
+ reference: import("@sinclair/typebox").TString;
1160
+ }>>;
1161
+ origin: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"workspace">, import("@sinclair/typebox").TLiteral<"official">, import("@sinclair/typebox").TLiteral<"curated">]>;
1162
+ dependencyLock: import("@sinclair/typebox").TString;
1163
+ requiredDispositions: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
1164
+ }>;
1165
+ type CapabilitySelection = Static<typeof CapabilitySelectionSchema>;
1166
+ declare const ReleaseMemberKindSchema: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"policy">, import("@sinclair/typebox").TLiteral<"capability-admission">, import("@sinclair/typebox").TLiteral<"workflow-publication">, import("@sinclair/typebox").TLiteral<"contract-check">, import("@sinclair/typebox").TLiteral<"target-readiness">, import("@sinclair/typebox").TLiteral<"setup-condition">]>;
1167
+ type ReleaseMemberKind = Static<typeof ReleaseMemberKindSchema>;
1168
+ declare const ReleaseDeclarationSchema: import("@sinclair/typebox").TObject<{
1169
+ schemaVersion: import("@sinclair/typebox").TLiteral<1>;
1170
+ kind: import("@sinclair/typebox").TLiteral<"release-declaration">;
1171
+ name: import("@sinclair/typebox").TString;
1172
+ selection: import("@sinclair/typebox").TObject<{
1173
+ projects: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
1174
+ capabilities: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
1175
+ }>;
1176
+ members: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
1177
+ key: import("@sinclair/typebox").TString;
1178
+ artifact: import("@sinclair/typebox").TString;
1179
+ kind: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"policy">, import("@sinclair/typebox").TLiteral<"capability-admission">, import("@sinclair/typebox").TLiteral<"workflow-publication">, import("@sinclair/typebox").TLiteral<"contract-check">, import("@sinclair/typebox").TLiteral<"target-readiness">, import("@sinclair/typebox").TLiteral<"setup-condition">]>;
1180
+ required: import("@sinclair/typebox").TBoolean;
1181
+ acceptableDispositions: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
1182
+ }>>;
1183
+ predecessors: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
1184
+ }>;
1185
+ type ReleaseDeclaration = Static<typeof ReleaseDeclarationSchema>;
1186
+ declare const organizationSourceV2: ProfileEntry;
963
1187
  //#endregion
964
1188
  //#region src/index.d.ts
965
1189
  /** Every profile this version of the package defines, keyed by literal.
966
1190
  * Profile modules are added here as they are extracted; the rules test
967
1191
  * and the schema emitter walk this registry, so a module that is not
968
1192
  * registered does not exist. */
969
- declare const PROFILES: Readonly<Record<string, ProfileEntry>>;
1193
+ declare const PROFILES: {
1194
+ [dispatchConsumeV1.literal]: ProfileEntry;
1195
+ [operationV1.literal]: ProfileEntry;
1196
+ [eventV1.literal]: ProfileEntry;
1197
+ [requestV1.literal]: ProfileEntry;
1198
+ [decisionV1.literal]: ProfileEntry;
1199
+ [runSummaryV1.literal]: ProfileEntry;
1200
+ [refusalV1.literal]: ProfileEntry;
1201
+ [refusalV2.literal]: ProfileEntry;
1202
+ [refusalV3.literal]: ProfileEntry;
1203
+ [googleIdentityV1.literal]: ProfileEntry;
1204
+ [identityBindingV1.literal]: ProfileEntry;
1205
+ [signedLawV1.literal]: ProfileEntry;
1206
+ [resourceDescriptorV1.literal]: ProfileEntry;
1207
+ [adoptionFactV1.literal]: ProfileEntry;
1208
+ [revocationsV1.literal]: ProfileEntry;
1209
+ [bootstrapV1.literal]: ProfileEntry;
1210
+ [ordinaryAuthorityV1.literal]: ProfileEntry;
1211
+ [standingOrderActivationV1.literal]: ProfileEntry;
1212
+ [organizationSourceV2.literal]: ProfileEntry;
1213
+ };
970
1214
  //#endregion
971
- export { ADOPTION_FACT_PROFILE, type Accepted, AcceptedSchema, type AdoptionFact, AdoptionFactSchema, BOOTSTRAP_PROFILE, type BootstrapAction, BootstrapActionSchema, type BootstrapIntent, BootstrapIntentSchema, DECISION_PROFILE, DISPATCH_CONSUME_PROFILE, DISPATCH_MAX_SKEW_SECONDS, type DispatchConsumeRequest, DispatchConsumeRequestSchema, type DispatchLease, DispatchLeaseSchema, type DispatchRefusal, type DispatchRefusalCode, DispatchRefusalCodeSchema, DispatchRefusalSchema, EVENT_LINE_PREFIX, EVENT_PROFILE, EXECUTOR_PROTOCOL_VERSION, type Event, EventSchema, type EventStreamSeal, EventStreamSealSchema, type ExecutionDocument, ExecutionDocumentSchema, type ExecutionLaw, ExecutionLawSchema, type ExecutionResources, ExecutionResourcesSchema, type ExecutorProtocolVersion, type ExperimentRef, ExperimentRefSchema, GOOGLE_SIGN_IN_ISSUER, Hex64, IDENTITY_BINDING_PROFILE, type IdentityBinding, IdentityBindingSchema, LIFECYCLE_KINDS, NonEmptyString, OPERATION_PROFILE, ORDINARY_AUTHORITY_PROFILE, type OperationBefore, OperationBeforeSchema, type OperationCleanup, OperationCleanupSchema, type OperationCost, OperationCostSchema, type OperationEvidence, OperationEvidenceSchema, type OperationExecution, OperationExecutionSchema, type OperationRequest, OperationRequestSchema, type OperationStatus, OperationStatusSchema, type OrdinaryAuthority, OrdinaryAuthoritySchema, Orn, PRICE_PROFILE_REFERENCE, PROFILES, PROVIDER_PROTOCOL_VERSION, PersonReference, type ProfileEntry, type ProviderProtocolVersion, REFUSAL_PROFILE, REFUSAL_V2_PROFILE, REQUEST_PROFILE, RESOURCE_DESCRIPTOR_KIND, RESOURCE_DESCRIPTOR_PROFILE, REVOCATIONS_PROFILE, RUN_SUMMARY_PROFILE, type Readback, ReadbackSchema, Reference, type Refusal, type RefusalCode, RefusalCodeSchema, type RefusalCodeV2, RefusalCodeV2Schema, RefusalSchema, type RefusalStageV2, RefusalStageV2Schema, type RefusalV2, RefusalV2Schema, type RequestCeilings, RequestCeilingsSchema, type ResourceDescriptor, ResourceDescriptorSchema, type RevocationPointer, RevocationPointerSchema, RevocationSchema, type RevocationSnapshot, type RunDecision, RunDecisionSchema, type RunRequest, RunRequestSchema, type RunSummary, type RunSummaryDecision, RunSummaryDecisionSchema, RunSummarySchema, SCOPE_REFERENCE, SIGNED_LAW_DOMAIN, SIGNED_LAW_PROFILE, STANDING_ORDER_ACTIVATION_EVENT_KIND, STANDING_ORDER_ACTIVATION_PROFILE, SafeInt, type SignedBootstrapIntent, SignedBootstrapIntentSchema, type SignedLawBundle, SignedLawBundleSchema, type SignedStandingOrderActivation, SignedStandingOrderActivationSchema, type StandingOrderActivation, type StandingOrderActivationEvent, StandingOrderActivationEventSchema, StandingOrderActivationSchema, type StandingOrderMode, StandingOrderModeSchema, UtcSecond, closed };
1215
+ export { ADOPTION_FACT_PROFILE, type Accepted, AcceptedSchema, type AdoptionFact, AdoptionFactSchema, BOOTSTRAP_PROFILE, type BootstrapAction, BootstrapActionSchema, type BootstrapIntent, BootstrapIntentSchema, type CapabilityOrigin, CapabilityOriginSchema, type CapabilitySelection, CapabilitySelectionSchema, DECISION_PROFILE, DISPATCH_CONSUME_PROFILE, DISPATCH_MAX_SKEW_SECONDS, type DispatchConsumeRequest, DispatchConsumeRequestSchema, type DispatchLease, DispatchLeaseSchema, type DispatchRefusal, type DispatchRefusalCode, DispatchRefusalCodeSchema, DispatchRefusalSchema, EVENT_LINE_PREFIX, EVENT_PROFILE, EXECUTOR_PROTOCOL_VERSION, type Event, EventSchema, type EventStreamSeal, EventStreamSealSchema, type ExecutionDocument, ExecutionDocumentSchema, type ExecutionLaw, ExecutionLawSchema, type ExecutionResources, ExecutionResourcesSchema, type ExecutorProtocolVersion, type ExperimentRef, ExperimentRefSchema, GOOGLE_IDENTITY_PROFILE, GOOGLE_SIGN_IN_ISSUER, type GoogleIdentity, GoogleIdentitySchema, Hex64, IDENTITY_BINDING_PROFILE, type IdentityBinding, IdentityBindingSchema, LIFECYCLE_KINDS, NonEmptyString, OPERATION_PROFILE, ORDINARY_AUTHORITY_PROFILE, ORGANIZATION_SOURCE_PROFILE, type OperationBefore, OperationBeforeSchema, type OperationCleanup, OperationCleanupSchema, type OperationCost, OperationCostSchema, type OperationEvidence, OperationEvidenceSchema, type OperationExecution, OperationExecutionSchema, type OperationRequest, OperationRequestSchema, type OperationStatus, OperationStatusSchema, type OrdinaryAuthority, OrdinaryAuthoritySchema, OrganizationDocumentPathSchema, type OrganizationInstruction, OrganizationInstructionSchema, type OrganizationRoot, OrganizationRootSchema, type OrganizationRootV1, OrganizationRootV1Schema, type OrganizationSourceLocation, OrganizationSourceLocationSchema, type OrganizationSourceLocationV1, OrganizationSpaceSchema, Orn, PRICE_PROFILE_REFERENCE, PROFILES, PROVIDER_PROTOCOL_VERSION, PersonReference, type ProfileEntry, type ProjectMembership, ProjectMembershipSchema, type ProjectSource, ProjectSourceSchema, type ProviderProtocolVersion, REFUSAL_PROFILE, REFUSAL_V2_PROFILE, REFUSAL_V3_PROFILE, REQUEST_PROFILE, RESOURCE_DESCRIPTOR_KIND, RESOURCE_DESCRIPTOR_PROFILE, REVOCATIONS_PROFILE, RUN_SUMMARY_PROFILE, type Readback, ReadbackSchema, Reference, type Refusal, type RefusalCode, RefusalCodeSchema, type RefusalCodeV2, RefusalCodeV2Schema, type RefusalCodeV3, RefusalCodeV3Schema, RefusalSchema, type RefusalStageV2, RefusalStageV2Schema, type RefusalStageV3, RefusalStageV3Schema, type RefusalV2, RefusalV2Schema, type RefusalV3, RefusalV3Schema, type ReleaseDeclaration, ReleaseDeclarationSchema, type ReleaseMemberKind, ReleaseMemberKindSchema, type RequestCeilings, RequestCeilingsSchema, type ResourceDescriptor, ResourceDescriptorSchema, type RevocationPointer, RevocationPointerSchema, RevocationSchema, type RevocationSnapshot, type RunDecision, RunDecisionSchema, type RunRequest, RunRequestSchema, type RunSummary, type RunSummaryDecision, RunSummaryDecisionSchema, RunSummarySchema, SCOPE_REFERENCE, SIGNED_LAW_DOMAIN, SIGNED_LAW_PROFILE, STANDING_ORDER_ACTIVATION_EVENT_KIND, STANDING_ORDER_ACTIVATION_PROFILE, SafeInt, type SignedBootstrapIntent, SignedBootstrapIntentSchema, type SignedLawBundle, SignedLawBundleSchema, type SignedStandingOrderActivation, SignedStandingOrderActivationSchema, type StandingOrderActivation, type StandingOrderActivationEvent, StandingOrderActivationEventSchema, StandingOrderActivationSchema, type StandingOrderMode, StandingOrderModeSchema, UtcSecond, type WorkspaceProfile, WorkspaceProfileSchema, closed };
972
1216
  //# sourceMappingURL=index.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../src/primitives.ts","../src/kernel/dispatch-consume.v1.ts","../src/run/operation.v1.ts","../src/infra/signed-law.v1.ts","../src/infra/resource-descriptor.v1.ts","../src/infra/adoption-fact.v1.ts","../src/registry/revocations.v1.ts","../src/kernel/bootstrap.v1.ts","../src/kernel/standing-order-activation.v1.ts","../src/kernel/ordinary-authority.v1.ts","../src/run/contract-versions.ts","../src/run/event.v1.ts","../src/run/request.v1.ts","../src/run/decision.v1.ts","../src/run/run-summary.v1.ts","../src/core/refusal.v1.ts","../src/core/refusal.v2.ts","../src/core/identity-binding.v1.ts","../src/index.ts"],"mappings":"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"}
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/primitives.ts","../src/kernel/dispatch-consume.v1.ts","../src/run/operation.v1.ts","../src/infra/signed-law.v1.ts","../src/infra/resource-descriptor.v1.ts","../src/infra/adoption-fact.v1.ts","../src/registry/revocations.v1.ts","../src/kernel/bootstrap.v1.ts","../src/kernel/standing-order-activation.v1.ts","../src/kernel/ordinary-authority.v1.ts","../src/run/contract-versions.ts","../src/run/event.v1.ts","../src/run/request.v1.ts","../src/run/decision.v1.ts","../src/run/run-summary.v1.ts","../src/core/refusal.v1.ts","../src/core/refusal.v2.ts","../src/core/google-identity.v1.ts","../src/core/refusal.v3.ts","../src/core/identity-binding.v1.ts","../src/organization/source.v2.ts","../src/index.ts"],"mappings":";;;cAOa,SAAU,UAAU,aAAW,YAAc,MAAI,QAAQ;;cAIzD,mCAAK;;cAGL,uCAAS;cAIT,4CAAc;cAEd,qCAAO;;;;;;cAOP,iCAAG;;cAGH,WAAS;;;;;;cAOT,iBAAe;;;;;;;;KAShB;WACD;WACA,WAAW,SAAS,eAAe;;;WAGnC;;;;WAIA;;;;cC3BE;;cAGA;cAEP,+DAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;cAwB1B,qCAAqC;KAEtC,yBAAyB,cAAc;cAE7C,sDAAwB;;;;;;;;;;;;;;;;;;;;;;;;cAqBjB,4BAA4B;KAC7B,gBAAgB,cAAc;cAEpC,4DAA8B,oCAAA,2DAAA,wDAAA,0DAAA,iDAAA,2DAAA,+EAAA;cASvB,kCAAkC;KAEnC,sBAAsB,cAAc;cAE1C,wDAA0B;;;;;cAKnB,8BAA8B;KAC/B,kBAAkB,cAAc;cAE/B,mBAAmB;;;cC7EnB;cAEP,2DAA6B;;;;;cAKtB,iCAAiC;KAElC,qBAAqB,cAAc;cAEzC,qDAAuB;;;;;;;;;;cAIhB,2BAA2B;KAC5B,eAAe,cAAc;cAEnC,0DAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAYrB,gCAAgC;KAEjC,oBAAoB,cAAc;cAExC,wDAA0B;;;;cAInB,8BAA8B;KAC/B,kBAAkB,cAAc;cAEtC,yDAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAYpB,+BAA+B;KAEhC,mBAAmB,cAAc;cAEvC,iDAAmB;;;;;;;;cAQZ,uBAAuB;KACxB,WAAW,cAAc;cAE/B,2DAA6B,oCAAA,gDAAA,iDAAA,mDAAA,gDAAA,kDAAA;cAQtB,iCAAiC;KAElC,qBAAqB,cAAc;cAEzC,yDAA2B,oCAAA,iDAAA,iDAAA,gDAAA;cAMpB,+BAA+B;KAEhC,mBAAmB,cAAc;cAEvC,0DAA4B,oCAAA,iDAAA;cACrB,gCAAgC;KAEjC,oBAAoB,cAAc;cAExC,sDAAwB,oCAAA,kDAAA,qDAAA;cAKjB,4BAA4B;KAC7B,gBAAgB,cAAc;cAEpC,iDAAmB;;;;;;;;;;;;;cAUZ,uBAAuB;KACxB,WAAW,cAAc;cAIxB,mDAAqB;;;;;;;;;;;;;KACtB,kBAAkB;cAEjB,aAAa;;;cCvIb;;cAEA;;;;;cAMA;;;cAIA;cAiPA,mDAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KACtB,kBAAkB,cAAc;cAE/B,aAAa;;;cC7Pb;;;cAGA;cAIP,2DAA6B;;;;;;;;;;;;;;;;;;;;;;cAsBtB,iCAAiC;KAElC,qBAAqB,cAAc;cAElC,sBAAsB;;;cCnCtB;cAEP,qDAAuB;;;;;;;;;;;;;;;;;;cAqBhB,2BAA2B;KAC5B,eAAe,cAAc;cAE5B,gBAAgB;;;cChChB;cAOP,mDAAqB;;;;;;;;;;;;;;;;;;;;;;;;cAmDd,yBAAyB;KAC1B,qBAAqB,cAAc;cAEzC,0DAA4B;;;;;cAQrB,gCAAgC;KAEjC,oBAAoB,cAAc;cAEjC,eAAe;;;cCpEf;cAEP,wDAA0B,oCAAA,kEAAA,+DAAA,+DAAA;cAMnB,8BAA8B;KAC/B,kBAAkB,cAAc;cAEtC,wDAA0B;;;;;;;;;;;;;;;;;;;;;;;;cA2BnB,8BAA8B;KAC/B,kBAAkB,cAAc;cAEtC,8DAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIzB,oCAAoC;KAErC,wBAAwB,cAAc;cAErC,aAAa;;;cCxDb;cACA;cAEP,0DAA4B,oCAAA,6DAAA;cAIrB,gCAAgC;KAEjC,oBAAoB,cAAc;;cAGxC,gEAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAiB3B,sCAAsC;KAEvC,0BAA0B,cAAc;;cAG9C,qEAAuC;;;;;;;;;;cAOhC,2CAA2C;KAE5C,+BAA+B,cAAc;;cAGnD,sEAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKjC,4CAA4C;KAE7C,gCAAgC,cAAc;cAE7C,2BAA2B;;;cChD3B;cAKP,0DAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;cAwBrB,gCAAgC;KAEjC,oBAAoB,cAAc;cAEjC,qBAAqB;;;cCxCrB;KACD,iCAAiC;cAEhC;KACD,iCAAiC;;;cCiBhC;;;cAIA;;;;cAKA;cAYP,8CAAgB;;;;;;;;;;;;;;;;;cAiBT,oBAAoB;KACrB,QAAQ,cAAc;;;;;;;cAQ5B,wDAA0B;;;;;;;;;;;cAWnB,8BAA8B;KAC/B,kBAAkB,cAAc;cAE/B,SAAS;;;cC5ET;cAEP,sDAAwB;;;;;cAKjB,4BAA4B;KAC7B,gBAAgB,cAAc;cAEpC,wDAA0B;;;;;;cAMnB,8BAA8B;KAC/B,kBAAkB,cAAc;cAEtC,mDAAqB;;;;;;;;;;;;;;;;;;;;;;;;cASd,yBAAyB;KAC1B,aAAa,cAAc;cAE1B,WAAW;;;cCtCX;cAEP,oDAAsB;;;;;;;;;;cAUf,0BAA0B;KAC3B,cAAc,cAAc;cAE3B,YAAY;;;cCTZ;cAEP,2DAA6B;;;;;;;;;;;cAOtB,iCAAiC;KAElC,qBAAqB,cAAc;cAEzC,mDAAqB;;;;;;;;;;;;;;;;;;;;;;cAQd,yBAAyB;KAC1B,aAAa,cAAc;cAE1B,cAAc;;;cC7Bd;cAEP,oDAAsB,oCAAA,2DAAA,2DAAA,iDAAA,wDAAA,8DAAA,yDAAA,0DAAA,yDAAA,6DAAA,yDAAA,yDAAA,gEAAA,0DAAA,yDAAA,0DAAA,uDAAA;cAmBf,0BAA0B;KAC3B,cAAc,cAAc;cAElC,gDAAkB;;;;;cAKX,sBAAsB;KACvB,UAAU,cAAc;cAEvB,WAAW;;;cCxBX;cAEP,sDAAwB,oCAAA,2DAAA,2DAAA,iDAAA,wDAAA,8DAAA,yDAAA,0DAAA,yDAAA,6DAAA,yDAAA,yDAAA,gEAAA,0DAAA,yDAAA,0DAAA,uDAAA,oDAAA,gEAAA;cAqBjB,4BAA4B;KAC7B,gBAAgB,cAAc;cAEpC,uDAAyB,oCAAA,+CAAA,kDAAA,uDAAA;cAMlB,6BAA6B;KAC9B,iBAAiB,cAAc;cAErC,kDAAoB;;;;;;;cAOb,wBAAwB;KACzB,YAAY,cAAc;cAEzB,WAAW;;;cC1CX;cACA;cAMP,uDAAyB;;;;;;;;cAQlB,6BAA6B;KAC9B,iBAAiB,cAAc;cAE9B,kBAAkB;;;cC/BlB;cAEP,sDAAwB,oCAAA,6DAAA,6DAAA,yDAAA,mDAAA,+DAAA,wDAAA,uDAAA;cAUjB,4BAA4B;KAC7B,gBAAgB,cAAc;cAEpC,uDAAyB,oCAAA,+CAAA,kDAAA,uDAAA,+CAAA,iDAAA,gDAAA,gDAAA;cAUlB,6BAA6B;KAC9B,iBAAiB,cAAc;cAErC,kDAAoB;;;;;;;;cAQb,wBAAwB;KACzB,YAAY,cAAc;cAEzB,WAAW;;;cCvCX;cAGP,wDAA0B;;;;;;;;;cASnB,8BAA8B;KAC/B,kBAAkB,cAAc;cAE/B,mBAAmB;;;cCdnB;cAEA,qDAAuB;;;cAMvB,4DAA8B;cAK9B,8DAAgC;;;;;KAKjC,6BAA6B,cAAc;cACjD,gEAAkC;;;;;KAK5B,+BAA+B,cAAc;cAE5C,iDAAmB;;;;KAIpB,gBAAgB,cAAc;;;cAO7B,sDAAwB;;;;;;;;;;;;;;;;;;;;KAgBzB,qBAAqB,cAAc;cAElC,2DAA6B;;;;;KAS9B,0BAA0B,cAAc;;;;cAKvC,oDAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA4CvB,mBAAmB,cAAc;cAEhC,oDAAsB;;;;;;;;;;;;;;;;;;KAmBvB,mBAAmB,cAAc;cAEhC,qDAAuB;;;;;;;;;;;;;;KAWxB,oBAAoB,cAAc;cAEjC,oDAAsB,oCAAA,mDAAA,kDAAA;KAKvB,mBAAmB,cAAc;;;cAIhC,uDAAyB;;;;;;;;;;;;;KAa1B,sBAAsB,cAAc;cAEnC,qDAAuB,oCAAA,gDAAA,8DAAA,8DAAA,wDAAA,0DAAA;KAQxB,oBAAoB,cAAc;cAEjC,sDAAwB;;;;;;;;;;;;;;;;;KAgBzB,qBAAqB,cAAc;cAElC,sBAAsB;;;;;;;cCEtB;GACV,kBAAkB,UAAQ;GAC1B,YAAY,UAAQ;GACpB,QAAQ,UAAQ;GAChB,UAAU,UAAQ;GAClB,WAAW,UAAQ;GACnB,aAAa,UAAQ;GACrB,UAAU,UAAQ;GAClB,UAAU,UAAQ;GAClB,UAAU,UAAQ;GAClB,iBAAiB,UAAQ;GACzB,kBAAkB,UAAQ;GAC1B,YAAY,UAAQ;GACpB,qBAAqB,UAAQ;GAC7B,eAAe,UAAQ;GACvB,cAAc,UAAQ;GACtB,YAAY,UAAQ;GACpB,oBAAoB,UAAQ;GAC5B,0BAA0B,UAAQ;GAClC,qBAAqB,UAAQ"}