We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8ed50 commit 207c69dCopy full SHA for 207c69d
1 file changed
lib/domain/enums/StatusAcronyms.js
@@ -12,6 +12,7 @@
12
*/
13
14
const statusAcronyms = Object.freeze({
15
+ PENDING: 'P',
16
STANDBY: 'S',
17
DEPLOYED: 'D',
18
CONFIGURED: 'C',
0 commit comments