Add missing status codes and rename enum members to PascalCase

Change-Id: Iab2893d75ac7cb797364a7a2e33a7140cc9d97db
diff --git a/common/tsconfig.json b/common/tsconfig.json
index b03c254..b73bb55 100644
--- a/common/tsconfig.json
+++ b/common/tsconfig.json
@@ -5,5 +5,5 @@
     "outDir": "dist",
     "rootDir": "src"
   },
-  "include": ["src"]
+  "include": ["src/**/*"]
 }