Create an item.
Type name to create.
Item payload to create.
The created item result.
Create a relationship record.
Relationship payload to create.
Whether the create succeeded.
Delete an item by primary field value.
Type name to delete.
Primary field value to delete.
Whether the delete succeeded.
Delete a relationship record.
Relationship payload to delete.
Results describing deletion outcome.
List items matching the configuration.
Type name to list.
List configuration.
OptionalselectedFields: (keyof TypeInfoDataItem)[]Optional fields to project.
List results.
List related items for a relationship query.
Relationship list configuration.
OptionalselectedFields: (keyof TypeInfoDataItem)[]Optional fields to project.
Related item list results.
List relationships matching the query.
Relationship list configuration.
Relationship list results.
Read an item by primary field value.
Type name to read.
Primary field value to lookup.
OptionalselectedFields: (keyof TypeInfoDataItem)[]Optional fields to project.
Retrieved item data.
Update an item.
Type name to update.
Updated item payload.
OptionalupdateConfig: TypeInfoORMUpdateConfigOptional per-field operator config.
Whether the update succeeded.
Client-safe TypeInfoORM API shape derived from TypeInfoORMAPI.
This type is intentionally explicit and does not include any
context?: TypeInfoORMContextarguments so app-side callers cannot pass server DAC context.