mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2024-11-23 20:26:21 +00:00
chore: change to identity instead of define it as literary id
This commit is contained in:
parent
26f24dec8a
commit
80c934b5b2
@ -9,11 +9,11 @@ export interface ISkeletonListController {
|
||||
}
|
||||
|
||||
export interface ISkeletonReadController {
|
||||
read(id);
|
||||
read(identity);
|
||||
}
|
||||
|
||||
export interface ISkeletonDeleteController {
|
||||
delete(id);
|
||||
delete(identity);
|
||||
}
|
||||
|
||||
export interface ISkeletonCreateController {
|
||||
@ -21,7 +21,7 @@ export interface ISkeletonCreateController {
|
||||
}
|
||||
|
||||
export interface ISkeletonUpdateController {
|
||||
update(id, body);
|
||||
update(identity, body);
|
||||
}
|
||||
|
||||
export interface ISkeletonCRUDController
|
||||
|
Loading…
Reference in New Issue
Block a user