Allow deployment queries on type and size

This commit is contained in:
Khushboo Verma 2024-08-12 14:49:16 +05:30
parent 4dc2b57502
commit 34fc855c8a

View file

@ -9,7 +9,9 @@ class Deployments extends Base
'buildId',
'activate',
'entrypoint',
'commands'
'commands',
'type',
'size'
];
/**