updates types and packages
parent
0484b132b7
commit
4ba63caf2e
|
@ -33,8 +33,10 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@google-cloud/text-to-speech": "^3.1.2",
|
"@google-cloud/text-to-speech": "^3.1.2",
|
||||||
|
"@types/auth0": "^2.33.3",
|
||||||
"ari-client": "^2.2.0",
|
"ari-client": "^2.2.0",
|
||||||
"asterisk-manager": "^0.1.16",
|
"asterisk-manager": "^0.1.16",
|
||||||
|
"auth0": "^2.35.0",
|
||||||
"awesome-phonenumber": "^2.45.0",
|
"awesome-phonenumber": "^2.45.0",
|
||||||
"axios": "^0.19.2",
|
"axios": "^0.19.2",
|
||||||
"body-parser": "^1.19.0",
|
"body-parser": "^1.19.0",
|
||||||
|
|
|
@ -11,4 +11,6 @@ export declare interface Config {
|
||||||
stripeSubSigningSecret: string;
|
stripeSubSigningSecret: string;
|
||||||
ariClientKey: string;
|
ariClientKey: string;
|
||||||
amiClientKey: string;
|
amiClientKey: string;
|
||||||
|
auth0ClientID: string;
|
||||||
|
auth0ClientSecret: string;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue