Add new operation type for transcations
This commit is contained in:
parent
fef9726026
commit
0bc61b72f7
|
@ -160,6 +160,7 @@ public abstract class BaseResourceMessage implements IResourceMessage, IModelJso
|
|||
CREATE,
|
||||
UPDATE,
|
||||
DELETE,
|
||||
MANUALLY_TRIGGERED
|
||||
MANUALLY_TRIGGERED,
|
||||
TRANSACTION
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue