@almadar/core 5.8.0 → 6.0.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 { O as OrbitalDefinition, h as OrbitalSchema } from './schema-Dy3r-r80.js';
1
+ import { O as OrbitalDefinition, h as OrbitalSchema } from './schema-DnLtWO4e.js';
2
2
 
3
3
  /**
4
4
  * Event Wiring
@@ -1,4 +1,4 @@
1
- import { S as SExpr, E as Entity, j as Page, h as OrbitalSchema, i as Trait } from '../schema-Dy3r-r80.js';
1
+ import { S as SExpr, E as Entity, j as Page, h as OrbitalSchema, i as Trait } from '../schema-DnLtWO4e.js';
2
2
  import 'zod';
3
3
  import '@almadar/patterns';
4
4
 
@@ -3681,7 +3681,7 @@ var TraitEventContractSchema = z.object({
3681
3681
  "Event name must be UPPER_SNAKE_CASE"
3682
3682
  ),
3683
3683
  description: z.string().optional(),
3684
- payload: z.array(EventPayloadFieldSchema).optional(),
3684
+ payloadSchema: z.array(EventPayloadFieldSchema).optional(),
3685
3685
  scope: EventScopeSchema.optional()
3686
3686
  });
3687
3687
  var ListenSourceSchema = z.union([