Skip to content

Commit

Permalink
Merge pull request #39 from tafarij/OPEX-1416-gd_send_voice-types
Browse files Browse the repository at this point in the history
Add gd_send_voice and gd_send_voice_failure log types
  • Loading branch information
tafarij authored Jul 24, 2020
2 parents 444bc7b + 7714ae6 commit b529b5b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-log-extension-tools",
"version": "1.3.9",
"version": "1.3.10",
"description": "A set of tools for logging",
"main": "src/index.js",
"dependencies": {
Expand Down
12 changes: 12 additions & 0 deletions src/logTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,18 @@ const logTypes = {
severity: sev.success,
level: 1
},
gd_send_voice: {
name: 'Made voice call',
icon: 'icon-budicon-799',
severity: sev.success,
level: 1
},
gd_send_voice_failure: {
name: 'Error making MFA voice call',
icon: 'icon-budicon-799',
severity: sev.error,
level: 3
},
fui: {
name: 'Users import',
icon: 'icon-budicon-299',
Expand Down

0 comments on commit b529b5b

Please sign in to comment.