|
|
@@ -27,10 +27,10 @@ func (svc *IdentityService) v1(appInstance *application.App) {
|
|
|
entity_crud.BindSimple[identity.Info](v1Binder, &entity_crud.Simple[identity.Info]{
|
|
|
Entity: &identity.Entity{},
|
|
|
Schema: dbSchema,
|
|
|
- CreateJsonBody: &identity.CreateJsonBody{},
|
|
|
- DeleteQueryParams: &identity.DeleteQueryParams{},
|
|
|
- UpdateJsonBody: &identity.UpdateJsonBody{},
|
|
|
- QueryQueryParams: &identity.QueryQueryParams{},
|
|
|
- GetByIDQueryParams: &identity.GetByIDQueryParams{},
|
|
|
+ CreateJsonBody: &identity.CreateIdentityJsonBody{},
|
|
|
+ DeleteQueryParams: &identity.DeleteIdentityQueryParams{},
|
|
|
+ UpdateJsonBody: &identity.UpdateIdentityJsonBody{},
|
|
|
+ QueryQueryParams: &identity.GetIdentitiesQueryParams{},
|
|
|
+ GetByIDQueryParams: &identity.GetIdentityByIDQueryParams{},
|
|
|
})
|
|
|
}
|