updates types and packages

merge-requests/25/merge
Matthew 2021-06-04 22:53:49 -04:00
parent 0484b132b7
commit 4ba63caf2e
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
3 changed files with 717 additions and 25 deletions

View File

@ -33,8 +33,10 @@
},
"dependencies": {
"@google-cloud/text-to-speech": "^3.1.2",
"@types/auth0": "^2.33.3",
"ari-client": "^2.2.0",
"asterisk-manager": "^0.1.16",
"auth0": "^2.35.0",
"awesome-phonenumber": "^2.45.0",
"axios": "^0.19.2",
"body-parser": "^1.19.0",

2
types/index.d.ts vendored
View File

@ -11,4 +11,6 @@ export declare interface Config {
stripeSubSigningSecret: string;
ariClientKey: string;
amiClientKey: string;
auth0ClientID: string;
auth0ClientSecret: string;
}

738
yarn.lock

File diff suppressed because it is too large Load Diff