@almadar/core 10.56.0 → 10.57.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,7 +1,7 @@
1
- import { O as OrbitalSchema } from '../schema-Nk1usPv6.js';
2
- export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessTable } from '../entityAccess-Bnz5CJ3S.js';
3
- import { a as EntityPersistence, E as EntityField, F as FieldValue, f as EntityRow } from '../effect-DxD-XTI8.js';
4
- import '../trait-WnYkvPdZ.js';
1
+ import { O as OrbitalSchema } from '../schema-CrUFqWXN.js';
2
+ export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessTable } from '../entityAccess-kTNoti84.js';
3
+ import { a as EntityPersistence, E as EntityField, F as FieldValue, f as EntityRow } from '../effect-D-_fm4No.js';
4
+ import '../trait-A4_OlY_l.js';
5
5
  import '../expression-Fk8bQWef.js';
6
6
  import 'zod';
7
7
 
@@ -397,6 +397,7 @@ var EntityFieldSchema = z.lazy(() => {
397
397
  const baseFieldShape = {
398
398
  name: z.string().min(1, "Field name is required").optional(),
399
399
  required: z.boolean().optional(),
400
+ primaryKey: z.boolean().optional(),
400
401
  default: JsonValueSchema.optional(),
401
402
  min: z.number().optional(),
402
403
  max: z.number().optional(),