mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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',
|
'update',
|
||||||
'upsert',
|
'upsert',
|
||||||
'delete',
|
'delete',
|
||||||
|
'bulkCreate',
|
||||||
'bulkUpdate',
|
'bulkUpdate',
|
||||||
|
'bulkUpsert',
|
||||||
'bulkDelete',
|
'bulkDelete',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue