move atomic parameter
This commit is contained in:
parent
a0d0a4ac0b
commit
62f40d1447
@ -17,12 +17,11 @@
|
|||||||
*
|
*
|
||||||
* @throws ActionException
|
* @throws ActionException
|
||||||
*/
|
*/
|
||||||
handle_request(payload: Action[], user_id: Id): ActionsResponse
|
handle_request(payload: Action[], user_id: Id, atomic?: boolean): ActionsResponse
|
||||||
|
|
||||||
interface Action {
|
interface Action {
|
||||||
action: string;
|
action: string;
|
||||||
data: object[];
|
data: object[];
|
||||||
atomic?: boolean;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
interace ActionsResponse {
|
interace ActionsResponse {
|
||||||
|
Loading…
Reference in New Issue
Block a user