mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
Allow deployment queries on type and size
This commit is contained in:
parent
4dc2b57502
commit
34fc855c8a
1 changed files with 3 additions and 1 deletions
|
|
@ -9,7 +9,9 @@ class Deployments extends Base
|
|||
'buildId',
|
||||
'activate',
|
||||
'entrypoint',
|
||||
'commands'
|
||||
'commands',
|
||||
'type',
|
||||
'size'
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue