mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 14:51:42 +01:00
Changed API Version ID to get backward compatibility in Bootstrap Interface
This commit is contained in:
parent
d34c06c48e
commit
f1bd45141e
@ -24,15 +24,15 @@ struct Version
|
|||||||
|
|
||||||
interface Bootstrap
|
interface Bootstrap
|
||||||
{
|
{
|
||||||
authenticationSystem @0 () -> ( authenticationSystem : AuthenticationSystem );
|
getAPIVersion @0 () -> ( version : Version );
|
||||||
|
|
||||||
machineSystem @1 () -> ( machineSystem : MachineSystem );
|
getServerVersion @1 () -> ( version : Version );
|
||||||
|
|
||||||
|
authenticationSystem @2 () -> ( authenticationSystem : AuthenticationSystem );
|
||||||
|
|
||||||
|
machineSystem @3 () -> ( machineSystem : MachineSystem );
|
||||||
|
|
||||||
userSystem @2 () -> ( userSystem : UserSystem );
|
userSystem @4 () -> ( userSystem : UserSystem );
|
||||||
|
|
||||||
permissionSystem @3 () -> ( permissionSystem : PermissionSystem );
|
permissionSystem @5 () -> ( permissionSystem : PermissionSystem );
|
||||||
|
|
||||||
getAPIVersion @4 () -> ( version : Version );
|
|
||||||
|
|
||||||
getServerVersion @5 () -> ( version : Version );
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user