You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Entities are accessed dynamically using the pattern:
392
433
* `base44.entities.EntityName.method()`
393
434
*
435
+
* When {@link EntityTypeRegistry} is augmented (via generated types.d.ts),
436
+
* entity access becomes type-safe with autocomplete and type checking.
437
+
*
394
438
* This module is available to use with a client in all three authentication modes:
395
439
*
396
440
* - **Anonymous or User authentication** (`base44.entities`): Access is scoped to the current user's permissions. Anonymous users can only access public entities, while authenticated users can access entities they have permission to view or modify.
0 commit comments