-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: redact module #798
feat: redact module #798
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull out audit, and some minor text changes
a94f7b6
to
ccf9ff7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Provisionally approving depending on if we need to fix the versions in the server-sdk package.json
@@ -27,18 +27,18 @@ | |||
"compile": "npx tsc --build --verbose" | |||
}, | |||
"dependencies": { | |||
"@vonage/accounts": "^1.1.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to rebase here? We've ended up dropping back on all these packages.
If this is going to get cleaned up before deploy we can ignore this for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea, once this and the SMS PR gets merged in, I will clean up the packages.
Provides SDK access for the redact API
Description
Motivation and Context
Testing Details
Example Output or Screenshots (if appropriate)
Types of changes
Checklist