Add new operation type for transcations

This commit is contained in:
Tadgh 2021-04-14 14:04:00 -04:00
parent fef9726026
commit 0bc61b72f7
1 changed files with 2 additions and 1 deletions

View File

@ -160,6 +160,7 @@ public abstract class BaseResourceMessage implements IResourceMessage, IModelJso
CREATE,
UPDATE,
DELETE,
MANUALLY_TRIGGERED
MANUALLY_TRIGGERED,
TRANSACTION
}
}