@almadar/core 10.64.0 → 10.66.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.
@@ -1,4 +1,4 @@
1
- import { b as EventId, c as Effect, T as TraitId, O as OrbitalId, d as EntityId, P as PageId, A as AnyPatternConfig, e as Entity, E as EntityField } from './effect-DOqkIe2M.js';
1
+ import { b as EventId, c as Effect, T as TraitId, O as OrbitalId, d as EntityId, P as PageId, A as AnyPatternConfig, e as Entity, E as EntityField } from './effect-BTXY2wl8.js';
2
2
  import { E as Expression, S as SExpr, J as JsonValue } from './expression-Fk8bQWef.js';
3
3
  import { z } from 'zod';
4
4
 
@@ -677,8 +677,8 @@ declare const TraitTickSchema: z.ZodObject<{
677
677
  interval: string | number;
678
678
  description?: string | undefined;
679
679
  pages?: string[] | undefined;
680
- guard?: SExpr | undefined;
681
680
  priority?: number | undefined;
681
+ guard?: SExpr | undefined;
682
682
  appliesTo?: string[] | undefined;
683
683
  pageIds?: PageId[] | undefined;
684
684
  emits?: string[] | undefined;
@@ -689,8 +689,8 @@ declare const TraitTickSchema: z.ZodObject<{
689
689
  interval: string | number;
690
690
  description?: string | undefined;
691
691
  pages?: string[] | undefined;
692
- guard?: SExpr | undefined;
693
692
  priority?: number | undefined;
693
+ guard?: SExpr | undefined;
694
694
  appliesTo?: string[] | undefined;
695
695
  pageIds?: string[] | undefined;
696
696
  emits?: string[] | undefined;
@@ -807,18 +807,18 @@ declare const TraitEventContractSchema: z.ZodObject<{
807
807
  event: string;
808
808
  description?: string | undefined;
809
809
  synonyms?: string | undefined;
810
+ eventId?: EventId | undefined;
810
811
  scope?: "internal" | "external" | undefined;
811
812
  tier?: string | undefined;
812
813
  payloadSchema?: EventPayloadField[] | undefined;
813
- eventId?: EventId | undefined;
814
814
  }, {
815
815
  event: string;
816
816
  description?: string | undefined;
817
817
  synonyms?: string | undefined;
818
+ eventId?: string | undefined;
818
819
  scope?: "internal" | "external" | undefined;
819
820
  tier?: string | undefined;
820
821
  payloadSchema?: EventPayloadField[] | undefined;
821
- eventId?: string | undefined;
822
822
  }>;
823
823
  /**
824
824
  * Event listener for trait communication.
@@ -993,9 +993,9 @@ declare const TraitEventListenerSchema: z.ZodObject<{
993
993
  traitId?: TraitId | undefined;
994
994
  orbitalId?: OrbitalId | undefined;
995
995
  } | undefined;
996
+ eventId?: EventId | undefined;
996
997
  scope?: "internal" | "external" | undefined;
997
998
  tier?: string | undefined;
998
- eventId?: EventId | undefined;
999
999
  guard?: SExpr | undefined;
1000
1000
  triggersId?: EventId | undefined;
1001
1001
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -1017,9 +1017,9 @@ declare const TraitEventListenerSchema: z.ZodObject<{
1017
1017
  traitId?: string | undefined;
1018
1018
  orbitalId?: string | undefined;
1019
1019
  } | undefined;
1020
+ eventId?: string | undefined;
1020
1021
  scope?: "internal" | "external" | undefined;
1021
1022
  tier?: string | undefined;
1022
- eventId?: string | undefined;
1023
1023
  guard?: SExpr | undefined;
1024
1024
  triggersId?: string | undefined;
1025
1025
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -1222,9 +1222,9 @@ declare const TraitReferenceSchema: z.ZodEffects<z.ZodObject<{
1222
1222
  traitId?: TraitId | undefined;
1223
1223
  orbitalId?: OrbitalId | undefined;
1224
1224
  } | undefined;
1225
+ eventId?: EventId | undefined;
1225
1226
  scope?: "internal" | "external" | undefined;
1226
1227
  tier?: string | undefined;
1227
- eventId?: EventId | undefined;
1228
1228
  guard?: SExpr | undefined;
1229
1229
  triggersId?: EventId | undefined;
1230
1230
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -1246,9 +1246,9 @@ declare const TraitReferenceSchema: z.ZodEffects<z.ZodObject<{
1246
1246
  traitId?: string | undefined;
1247
1247
  orbitalId?: string | undefined;
1248
1248
  } | undefined;
1249
+ eventId?: string | undefined;
1249
1250
  scope?: "internal" | "external" | undefined;
1250
1251
  tier?: string | undefined;
1251
- eventId?: string | undefined;
1252
1252
  guard?: SExpr | undefined;
1253
1253
  triggersId?: string | undefined;
1254
1254
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -1287,9 +1287,9 @@ declare const TraitReferenceSchema: z.ZodEffects<z.ZodObject<{
1287
1287
  traitId?: TraitId | undefined;
1288
1288
  orbitalId?: OrbitalId | undefined;
1289
1289
  } | undefined;
1290
+ eventId?: EventId | undefined;
1290
1291
  scope?: "internal" | "external" | undefined;
1291
1292
  tier?: string | undefined;
1292
- eventId?: EventId | undefined;
1293
1293
  guard?: SExpr | undefined;
1294
1294
  triggersId?: EventId | undefined;
1295
1295
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -1327,9 +1327,9 @@ declare const TraitReferenceSchema: z.ZodEffects<z.ZodObject<{
1327
1327
  traitId?: string | undefined;
1328
1328
  orbitalId?: string | undefined;
1329
1329
  } | undefined;
1330
+ eventId?: string | undefined;
1330
1331
  scope?: "internal" | "external" | undefined;
1331
1332
  tier?: string | undefined;
1332
- eventId?: string | undefined;
1333
1333
  guard?: SExpr | undefined;
1334
1334
  triggersId?: string | undefined;
1335
1335
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -1367,9 +1367,9 @@ declare const TraitReferenceSchema: z.ZodEffects<z.ZodObject<{
1367
1367
  traitId?: TraitId | undefined;
1368
1368
  orbitalId?: OrbitalId | undefined;
1369
1369
  } | undefined;
1370
+ eventId?: EventId | undefined;
1370
1371
  scope?: "internal" | "external" | undefined;
1371
1372
  tier?: string | undefined;
1372
- eventId?: EventId | undefined;
1373
1373
  guard?: SExpr | undefined;
1374
1374
  triggersId?: EventId | undefined;
1375
1375
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -1407,9 +1407,9 @@ declare const TraitReferenceSchema: z.ZodEffects<z.ZodObject<{
1407
1407
  traitId?: string | undefined;
1408
1408
  orbitalId?: string | undefined;
1409
1409
  } | undefined;
1410
+ eventId?: string | undefined;
1410
1411
  scope?: "internal" | "external" | undefined;
1411
1412
  tier?: string | undefined;
1412
- eventId?: string | undefined;
1413
1413
  guard?: SExpr | undefined;
1414
1414
  triggersId?: string | undefined;
1415
1415
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -1939,8 +1939,8 @@ declare const TraitSchema: z.ZodObject<{
1939
1939
  interval: string | number;
1940
1940
  description?: string | undefined;
1941
1941
  pages?: string[] | undefined;
1942
- guard?: SExpr | undefined;
1943
1942
  priority?: number | undefined;
1943
+ guard?: SExpr | undefined;
1944
1944
  appliesTo?: string[] | undefined;
1945
1945
  pageIds?: PageId[] | undefined;
1946
1946
  emits?: string[] | undefined;
@@ -1951,8 +1951,8 @@ declare const TraitSchema: z.ZodObject<{
1951
1951
  interval: string | number;
1952
1952
  description?: string | undefined;
1953
1953
  pages?: string[] | undefined;
1954
- guard?: SExpr | undefined;
1955
1954
  priority?: number | undefined;
1955
+ guard?: SExpr | undefined;
1956
1956
  appliesTo?: string[] | undefined;
1957
1957
  pageIds?: string[] | undefined;
1958
1958
  emits?: string[] | undefined;
@@ -1979,18 +1979,18 @@ declare const TraitSchema: z.ZodObject<{
1979
1979
  event: string;
1980
1980
  description?: string | undefined;
1981
1981
  synonyms?: string | undefined;
1982
+ eventId?: EventId | undefined;
1982
1983
  scope?: "internal" | "external" | undefined;
1983
1984
  tier?: string | undefined;
1984
1985
  payloadSchema?: EventPayloadField[] | undefined;
1985
- eventId?: EventId | undefined;
1986
1986
  }, {
1987
1987
  event: string;
1988
1988
  description?: string | undefined;
1989
1989
  synonyms?: string | undefined;
1990
+ eventId?: string | undefined;
1990
1991
  scope?: "internal" | "external" | undefined;
1991
1992
  tier?: string | undefined;
1992
1993
  payloadSchema?: EventPayloadField[] | undefined;
1993
- eventId?: string | undefined;
1994
1994
  }>, "many">>;
1995
1995
  listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
1996
1996
  event: z.ZodString;
@@ -2058,9 +2058,9 @@ declare const TraitSchema: z.ZodObject<{
2058
2058
  traitId?: TraitId | undefined;
2059
2059
  orbitalId?: OrbitalId | undefined;
2060
2060
  } | undefined;
2061
+ eventId?: EventId | undefined;
2061
2062
  scope?: "internal" | "external" | undefined;
2062
2063
  tier?: string | undefined;
2063
- eventId?: EventId | undefined;
2064
2064
  guard?: SExpr | undefined;
2065
2065
  triggersId?: EventId | undefined;
2066
2066
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -2082,9 +2082,9 @@ declare const TraitSchema: z.ZodObject<{
2082
2082
  traitId?: string | undefined;
2083
2083
  orbitalId?: string | undefined;
2084
2084
  } | undefined;
2085
+ eventId?: string | undefined;
2085
2086
  scope?: "internal" | "external" | undefined;
2086
2087
  tier?: string | undefined;
2087
- eventId?: string | undefined;
2088
2088
  guard?: SExpr | undefined;
2089
2089
  triggersId?: string | undefined;
2090
2090
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -2353,10 +2353,10 @@ declare const TraitSchema: z.ZodObject<{
2353
2353
  event: string;
2354
2354
  description?: string | undefined;
2355
2355
  synonyms?: string | undefined;
2356
+ eventId?: EventId | undefined;
2356
2357
  scope?: "internal" | "external" | undefined;
2357
2358
  tier?: string | undefined;
2358
2359
  payloadSchema?: EventPayloadField[] | undefined;
2359
- eventId?: EventId | undefined;
2360
2360
  }[] | undefined;
2361
2361
  linkedEntity?: string | undefined;
2362
2362
  linkedEntityId?: EntityId | undefined;
@@ -2378,9 +2378,9 @@ declare const TraitSchema: z.ZodObject<{
2378
2378
  traitId?: TraitId | undefined;
2379
2379
  orbitalId?: OrbitalId | undefined;
2380
2380
  } | undefined;
2381
+ eventId?: EventId | undefined;
2381
2382
  scope?: "internal" | "external" | undefined;
2382
2383
  tier?: string | undefined;
2383
- eventId?: EventId | undefined;
2384
2384
  guard?: SExpr | undefined;
2385
2385
  triggersId?: EventId | undefined;
2386
2386
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -2407,8 +2407,8 @@ declare const TraitSchema: z.ZodObject<{
2407
2407
  interval: string | number;
2408
2408
  description?: string | undefined;
2409
2409
  pages?: string[] | undefined;
2410
- guard?: SExpr | undefined;
2411
2410
  priority?: number | undefined;
2411
+ guard?: SExpr | undefined;
2412
2412
  appliesTo?: string[] | undefined;
2413
2413
  pageIds?: PageId[] | undefined;
2414
2414
  emits?: string[] | undefined;
@@ -2523,10 +2523,10 @@ declare const TraitSchema: z.ZodObject<{
2523
2523
  event: string;
2524
2524
  description?: string | undefined;
2525
2525
  synonyms?: string | undefined;
2526
+ eventId?: string | undefined;
2526
2527
  scope?: "internal" | "external" | undefined;
2527
2528
  tier?: string | undefined;
2528
2529
  payloadSchema?: EventPayloadField[] | undefined;
2529
- eventId?: string | undefined;
2530
2530
  }[] | undefined;
2531
2531
  linkedEntity?: string | undefined;
2532
2532
  linkedEntityId?: string | undefined;
@@ -2548,9 +2548,9 @@ declare const TraitSchema: z.ZodObject<{
2548
2548
  traitId?: string | undefined;
2549
2549
  orbitalId?: string | undefined;
2550
2550
  } | undefined;
2551
+ eventId?: string | undefined;
2551
2552
  scope?: "internal" | "external" | undefined;
2552
2553
  tier?: string | undefined;
2553
- eventId?: string | undefined;
2554
2554
  guard?: SExpr | undefined;
2555
2555
  triggersId?: string | undefined;
2556
2556
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -2577,8 +2577,8 @@ declare const TraitSchema: z.ZodObject<{
2577
2577
  interval: string | number;
2578
2578
  description?: string | undefined;
2579
2579
  pages?: string[] | undefined;
2580
- guard?: SExpr | undefined;
2581
2580
  priority?: number | undefined;
2581
+ guard?: SExpr | undefined;
2582
2582
  appliesTo?: string[] | undefined;
2583
2583
  pageIds?: string[] | undefined;
2584
2584
  emits?: string[] | undefined;
@@ -2701,9 +2701,9 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodObject<
2701
2701
  traitId?: TraitId | undefined;
2702
2702
  orbitalId?: OrbitalId | undefined;
2703
2703
  } | undefined;
2704
+ eventId?: EventId | undefined;
2704
2705
  scope?: "internal" | "external" | undefined;
2705
2706
  tier?: string | undefined;
2706
- eventId?: EventId | undefined;
2707
2707
  guard?: SExpr | undefined;
2708
2708
  triggersId?: EventId | undefined;
2709
2709
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -2725,9 +2725,9 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodObject<
2725
2725
  traitId?: string | undefined;
2726
2726
  orbitalId?: string | undefined;
2727
2727
  } | undefined;
2728
+ eventId?: string | undefined;
2728
2729
  scope?: "internal" | "external" | undefined;
2729
2730
  tier?: string | undefined;
2730
- eventId?: string | undefined;
2731
2731
  guard?: SExpr | undefined;
2732
2732
  triggersId?: string | undefined;
2733
2733
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -2766,9 +2766,9 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodObject<
2766
2766
  traitId?: TraitId | undefined;
2767
2767
  orbitalId?: OrbitalId | undefined;
2768
2768
  } | undefined;
2769
+ eventId?: EventId | undefined;
2769
2770
  scope?: "internal" | "external" | undefined;
2770
2771
  tier?: string | undefined;
2771
- eventId?: EventId | undefined;
2772
2772
  guard?: SExpr | undefined;
2773
2773
  triggersId?: EventId | undefined;
2774
2774
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -2806,9 +2806,9 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodObject<
2806
2806
  traitId?: string | undefined;
2807
2807
  orbitalId?: string | undefined;
2808
2808
  } | undefined;
2809
+ eventId?: string | undefined;
2809
2810
  scope?: "internal" | "external" | undefined;
2810
2811
  tier?: string | undefined;
2811
- eventId?: string | undefined;
2812
2812
  guard?: SExpr | undefined;
2813
2813
  triggersId?: string | undefined;
2814
2814
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -2846,9 +2846,9 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodObject<
2846
2846
  traitId?: TraitId | undefined;
2847
2847
  orbitalId?: OrbitalId | undefined;
2848
2848
  } | undefined;
2849
+ eventId?: EventId | undefined;
2849
2850
  scope?: "internal" | "external" | undefined;
2850
2851
  tier?: string | undefined;
2851
- eventId?: EventId | undefined;
2852
2852
  guard?: SExpr | undefined;
2853
2853
  triggersId?: EventId | undefined;
2854
2854
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -2886,9 +2886,9 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodObject<
2886
2886
  traitId?: string | undefined;
2887
2887
  orbitalId?: string | undefined;
2888
2888
  } | undefined;
2889
+ eventId?: string | undefined;
2889
2890
  scope?: "internal" | "external" | undefined;
2890
2891
  tier?: string | undefined;
2891
- eventId?: string | undefined;
2892
2892
  guard?: SExpr | undefined;
2893
2893
  triggersId?: string | undefined;
2894
2894
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -3145,8 +3145,8 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodObject<
3145
3145
  interval: string | number;
3146
3146
  description?: string | undefined;
3147
3147
  pages?: string[] | undefined;
3148
- guard?: SExpr | undefined;
3149
3148
  priority?: number | undefined;
3149
+ guard?: SExpr | undefined;
3150
3150
  appliesTo?: string[] | undefined;
3151
3151
  pageIds?: PageId[] | undefined;
3152
3152
  emits?: string[] | undefined;
@@ -3157,8 +3157,8 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodObject<
3157
3157
  interval: string | number;
3158
3158
  description?: string | undefined;
3159
3159
  pages?: string[] | undefined;
3160
- guard?: SExpr | undefined;
3161
3160
  priority?: number | undefined;
3161
+ guard?: SExpr | undefined;
3162
3162
  appliesTo?: string[] | undefined;
3163
3163
  pageIds?: string[] | undefined;
3164
3164
  emits?: string[] | undefined;
@@ -3185,18 +3185,18 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodObject<
3185
3185
  event: string;
3186
3186
  description?: string | undefined;
3187
3187
  synonyms?: string | undefined;
3188
+ eventId?: EventId | undefined;
3188
3189
  scope?: "internal" | "external" | undefined;
3189
3190
  tier?: string | undefined;
3190
3191
  payloadSchema?: EventPayloadField[] | undefined;
3191
- eventId?: EventId | undefined;
3192
3192
  }, {
3193
3193
  event: string;
3194
3194
  description?: string | undefined;
3195
3195
  synonyms?: string | undefined;
3196
+ eventId?: string | undefined;
3196
3197
  scope?: "internal" | "external" | undefined;
3197
3198
  tier?: string | undefined;
3198
3199
  payloadSchema?: EventPayloadField[] | undefined;
3199
- eventId?: string | undefined;
3200
3200
  }>, "many">>;
3201
3201
  listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
3202
3202
  event: z.ZodString;
@@ -3264,9 +3264,9 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodObject<
3264
3264
  traitId?: TraitId | undefined;
3265
3265
  orbitalId?: OrbitalId | undefined;
3266
3266
  } | undefined;
3267
+ eventId?: EventId | undefined;
3267
3268
  scope?: "internal" | "external" | undefined;
3268
3269
  tier?: string | undefined;
3269
- eventId?: EventId | undefined;
3270
3270
  guard?: SExpr | undefined;
3271
3271
  triggersId?: EventId | undefined;
3272
3272
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -3288,9 +3288,9 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodObject<
3288
3288
  traitId?: string | undefined;
3289
3289
  orbitalId?: string | undefined;
3290
3290
  } | undefined;
3291
+ eventId?: string | undefined;
3291
3292
  scope?: "internal" | "external" | undefined;
3292
3293
  tier?: string | undefined;
3293
- eventId?: string | undefined;
3294
3294
  guard?: SExpr | undefined;
3295
3295
  triggersId?: string | undefined;
3296
3296
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -3559,10 +3559,10 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodObject<
3559
3559
  event: string;
3560
3560
  description?: string | undefined;
3561
3561
  synonyms?: string | undefined;
3562
+ eventId?: EventId | undefined;
3562
3563
  scope?: "internal" | "external" | undefined;
3563
3564
  tier?: string | undefined;
3564
3565
  payloadSchema?: EventPayloadField[] | undefined;
3565
- eventId?: EventId | undefined;
3566
3566
  }[] | undefined;
3567
3567
  linkedEntity?: string | undefined;
3568
3568
  linkedEntityId?: EntityId | undefined;
@@ -3584,9 +3584,9 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodObject<
3584
3584
  traitId?: TraitId | undefined;
3585
3585
  orbitalId?: OrbitalId | undefined;
3586
3586
  } | undefined;
3587
+ eventId?: EventId | undefined;
3587
3588
  scope?: "internal" | "external" | undefined;
3588
3589
  tier?: string | undefined;
3589
- eventId?: EventId | undefined;
3590
3590
  guard?: SExpr | undefined;
3591
3591
  triggersId?: EventId | undefined;
3592
3592
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -3613,8 +3613,8 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodObject<
3613
3613
  interval: string | number;
3614
3614
  description?: string | undefined;
3615
3615
  pages?: string[] | undefined;
3616
- guard?: SExpr | undefined;
3617
3616
  priority?: number | undefined;
3617
+ guard?: SExpr | undefined;
3618
3618
  appliesTo?: string[] | undefined;
3619
3619
  pageIds?: PageId[] | undefined;
3620
3620
  emits?: string[] | undefined;
@@ -3729,10 +3729,10 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodObject<
3729
3729
  event: string;
3730
3730
  description?: string | undefined;
3731
3731
  synonyms?: string | undefined;
3732
+ eventId?: string | undefined;
3732
3733
  scope?: "internal" | "external" | undefined;
3733
3734
  tier?: string | undefined;
3734
3735
  payloadSchema?: EventPayloadField[] | undefined;
3735
- eventId?: string | undefined;
3736
3736
  }[] | undefined;
3737
3737
  linkedEntity?: string | undefined;
3738
3738
  linkedEntityId?: string | undefined;
@@ -3754,9 +3754,9 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodObject<
3754
3754
  traitId?: string | undefined;
3755
3755
  orbitalId?: string | undefined;
3756
3756
  } | undefined;
3757
+ eventId?: string | undefined;
3757
3758
  scope?: "internal" | "external" | undefined;
3758
3759
  tier?: string | undefined;
3759
- eventId?: string | undefined;
3760
3760
  guard?: SExpr | undefined;
3761
3761
  triggersId?: string | undefined;
3762
3762
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -3783,8 +3783,8 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodObject<
3783
3783
  interval: string | number;
3784
3784
  description?: string | undefined;
3785
3785
  pages?: string[] | undefined;
3786
- guard?: SExpr | undefined;
3787
3786
  priority?: number | undefined;
3787
+ guard?: SExpr | undefined;
3788
3788
  appliesTo?: string[] | undefined;
3789
3789
  pageIds?: string[] | undefined;
3790
3790
  emits?: string[] | undefined;
@@ -3977,9 +3977,9 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.Zod
3977
3977
  traitId?: TraitId | undefined;
3978
3978
  orbitalId?: OrbitalId | undefined;
3979
3979
  } | undefined;
3980
+ eventId?: EventId | undefined;
3980
3981
  scope?: "internal" | "external" | undefined;
3981
3982
  tier?: string | undefined;
3982
- eventId?: EventId | undefined;
3983
3983
  guard?: SExpr | undefined;
3984
3984
  triggersId?: EventId | undefined;
3985
3985
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -4001,9 +4001,9 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.Zod
4001
4001
  traitId?: string | undefined;
4002
4002
  orbitalId?: string | undefined;
4003
4003
  } | undefined;
4004
+ eventId?: string | undefined;
4004
4005
  scope?: "internal" | "external" | undefined;
4005
4006
  tier?: string | undefined;
4006
- eventId?: string | undefined;
4007
4007
  guard?: SExpr | undefined;
4008
4008
  triggersId?: string | undefined;
4009
4009
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -4042,9 +4042,9 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.Zod
4042
4042
  traitId?: TraitId | undefined;
4043
4043
  orbitalId?: OrbitalId | undefined;
4044
4044
  } | undefined;
4045
+ eventId?: EventId | undefined;
4045
4046
  scope?: "internal" | "external" | undefined;
4046
4047
  tier?: string | undefined;
4047
- eventId?: EventId | undefined;
4048
4048
  guard?: SExpr | undefined;
4049
4049
  triggersId?: EventId | undefined;
4050
4050
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -4082,9 +4082,9 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.Zod
4082
4082
  traitId?: string | undefined;
4083
4083
  orbitalId?: string | undefined;
4084
4084
  } | undefined;
4085
+ eventId?: string | undefined;
4085
4086
  scope?: "internal" | "external" | undefined;
4086
4087
  tier?: string | undefined;
4087
- eventId?: string | undefined;
4088
4088
  guard?: SExpr | undefined;
4089
4089
  triggersId?: string | undefined;
4090
4090
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -4122,9 +4122,9 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.Zod
4122
4122
  traitId?: TraitId | undefined;
4123
4123
  orbitalId?: OrbitalId | undefined;
4124
4124
  } | undefined;
4125
+ eventId?: EventId | undefined;
4125
4126
  scope?: "internal" | "external" | undefined;
4126
4127
  tier?: string | undefined;
4127
- eventId?: EventId | undefined;
4128
4128
  guard?: SExpr | undefined;
4129
4129
  triggersId?: EventId | undefined;
4130
4130
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -4162,9 +4162,9 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.Zod
4162
4162
  traitId?: string | undefined;
4163
4163
  orbitalId?: string | undefined;
4164
4164
  } | undefined;
4165
+ eventId?: string | undefined;
4165
4166
  scope?: "internal" | "external" | undefined;
4166
4167
  tier?: string | undefined;
4167
- eventId?: string | undefined;
4168
4168
  guard?: SExpr | undefined;
4169
4169
  triggersId?: string | undefined;
4170
4170
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -4421,8 +4421,8 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.Zod
4421
4421
  interval: string | number;
4422
4422
  description?: string | undefined;
4423
4423
  pages?: string[] | undefined;
4424
- guard?: SExpr | undefined;
4425
4424
  priority?: number | undefined;
4425
+ guard?: SExpr | undefined;
4426
4426
  appliesTo?: string[] | undefined;
4427
4427
  pageIds?: PageId[] | undefined;
4428
4428
  emits?: string[] | undefined;
@@ -4433,8 +4433,8 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.Zod
4433
4433
  interval: string | number;
4434
4434
  description?: string | undefined;
4435
4435
  pages?: string[] | undefined;
4436
- guard?: SExpr | undefined;
4437
4436
  priority?: number | undefined;
4437
+ guard?: SExpr | undefined;
4438
4438
  appliesTo?: string[] | undefined;
4439
4439
  pageIds?: string[] | undefined;
4440
4440
  emits?: string[] | undefined;
@@ -4461,18 +4461,18 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.Zod
4461
4461
  event: string;
4462
4462
  description?: string | undefined;
4463
4463
  synonyms?: string | undefined;
4464
+ eventId?: EventId | undefined;
4464
4465
  scope?: "internal" | "external" | undefined;
4465
4466
  tier?: string | undefined;
4466
4467
  payloadSchema?: EventPayloadField[] | undefined;
4467
- eventId?: EventId | undefined;
4468
4468
  }, {
4469
4469
  event: string;
4470
4470
  description?: string | undefined;
4471
4471
  synonyms?: string | undefined;
4472
+ eventId?: string | undefined;
4472
4473
  scope?: "internal" | "external" | undefined;
4473
4474
  tier?: string | undefined;
4474
4475
  payloadSchema?: EventPayloadField[] | undefined;
4475
- eventId?: string | undefined;
4476
4476
  }>, "many">>;
4477
4477
  listens: z.ZodOptional<z.ZodArray<z.ZodObject<{
4478
4478
  event: z.ZodString;
@@ -4540,9 +4540,9 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.Zod
4540
4540
  traitId?: TraitId | undefined;
4541
4541
  orbitalId?: OrbitalId | undefined;
4542
4542
  } | undefined;
4543
+ eventId?: EventId | undefined;
4543
4544
  scope?: "internal" | "external" | undefined;
4544
4545
  tier?: string | undefined;
4545
- eventId?: EventId | undefined;
4546
4546
  guard?: SExpr | undefined;
4547
4547
  triggersId?: EventId | undefined;
4548
4548
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -4564,9 +4564,9 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.Zod
4564
4564
  traitId?: string | undefined;
4565
4565
  orbitalId?: string | undefined;
4566
4566
  } | undefined;
4567
+ eventId?: string | undefined;
4567
4568
  scope?: "internal" | "external" | undefined;
4568
4569
  tier?: string | undefined;
4569
- eventId?: string | undefined;
4570
4570
  guard?: SExpr | undefined;
4571
4571
  triggersId?: string | undefined;
4572
4572
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -4835,10 +4835,10 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.Zod
4835
4835
  event: string;
4836
4836
  description?: string | undefined;
4837
4837
  synonyms?: string | undefined;
4838
+ eventId?: EventId | undefined;
4838
4839
  scope?: "internal" | "external" | undefined;
4839
4840
  tier?: string | undefined;
4840
4841
  payloadSchema?: EventPayloadField[] | undefined;
4841
- eventId?: EventId | undefined;
4842
4842
  }[] | undefined;
4843
4843
  linkedEntity?: string | undefined;
4844
4844
  linkedEntityId?: EntityId | undefined;
@@ -4860,9 +4860,9 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.Zod
4860
4860
  traitId?: TraitId | undefined;
4861
4861
  orbitalId?: OrbitalId | undefined;
4862
4862
  } | undefined;
4863
+ eventId?: EventId | undefined;
4863
4864
  scope?: "internal" | "external" | undefined;
4864
4865
  tier?: string | undefined;
4865
- eventId?: EventId | undefined;
4866
4866
  guard?: SExpr | undefined;
4867
4867
  triggersId?: EventId | undefined;
4868
4868
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -4889,8 +4889,8 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.Zod
4889
4889
  interval: string | number;
4890
4890
  description?: string | undefined;
4891
4891
  pages?: string[] | undefined;
4892
- guard?: SExpr | undefined;
4893
4892
  priority?: number | undefined;
4893
+ guard?: SExpr | undefined;
4894
4894
  appliesTo?: string[] | undefined;
4895
4895
  pageIds?: PageId[] | undefined;
4896
4896
  emits?: string[] | undefined;
@@ -5005,10 +5005,10 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.Zod
5005
5005
  event: string;
5006
5006
  description?: string | undefined;
5007
5007
  synonyms?: string | undefined;
5008
+ eventId?: string | undefined;
5008
5009
  scope?: "internal" | "external" | undefined;
5009
5010
  tier?: string | undefined;
5010
5011
  payloadSchema?: EventPayloadField[] | undefined;
5011
- eventId?: string | undefined;
5012
5012
  }[] | undefined;
5013
5013
  linkedEntity?: string | undefined;
5014
5014
  linkedEntityId?: string | undefined;
@@ -5030,9 +5030,9 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.Zod
5030
5030
  traitId?: string | undefined;
5031
5031
  orbitalId?: string | undefined;
5032
5032
  } | undefined;
5033
+ eventId?: string | undefined;
5033
5034
  scope?: "internal" | "external" | undefined;
5034
5035
  tier?: string | undefined;
5035
- eventId?: string | undefined;
5036
5036
  guard?: SExpr | undefined;
5037
5037
  triggersId?: string | undefined;
5038
5038
  payloadMapping?: Record<string, SExpr> | undefined;
@@ -5059,8 +5059,8 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.Zod
5059
5059
  interval: string | number;
5060
5060
  description?: string | undefined;
5061
5061
  pages?: string[] | undefined;
5062
- guard?: SExpr | undefined;
5063
5062
  priority?: number | undefined;
5063
+ guard?: SExpr | undefined;
5064
5064
  appliesTo?: string[] | undefined;
5065
5065
  pageIds?: string[] | undefined;
5066
5066
  emits?: string[] | undefined;