diff --git a/index.d.ts b/index.d.ts index f8325c7..a8f483f 100644 --- a/index.d.ts +++ b/index.d.ts @@ -19,6 +19,7 @@ declare namespace NodeVault { interface functionConf { method: string; path: string; + tokenSource?: boolean; schema?: { req?: Option; query?: Option; diff --git a/package.json b/package.json index 2053c82..7fea73f 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "index.d.ts" ], "dependencies": { + "@types/request": "^2.48.1", "debug": "3.1.0", "mustache": "^2.2.1", "request": "2.88.0", @@ -30,7 +31,6 @@ "tv4": "^1.2.7" }, "devDependencies": { - "@types/request": "^2.48.1", "chai": "3.5.0", "dirty-chai": "^1.2.2", "docco": "0.8.0",