mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Add missing validator ops
This commit is contained in:
parent
dfeadfd50f
commit
6e6364638d
1 changed files with 2 additions and 0 deletions
|
|
@ -21,7 +21,9 @@ class Operation extends Validator
|
|||
'update',
|
||||
'upsert',
|
||||
'delete',
|
||||
'bulkCreate',
|
||||
'bulkUpdate',
|
||||
'bulkUpsert',
|
||||
'bulkDelete',
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue