-
Notifications
You must be signed in to change notification settings - Fork 4.4k
fix: add billcom_auth scheme to sdk #1502
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
Conversation
Your trial period has expired. To continue using this feature, please upgrade to a paid plan. You can upgrade your account here - https://entelligence.ai/manage/billing |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -55,6 +55,7 @@ | |||
"GOOGLEADS_AUTH", | |||
"NO_AUTH", | |||
"CALCOM_AUTH", | |||
"BILLCOM_AUTH" |
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.
Consider adding a brief comment explaining what BILLCOM_AUTH is and its use case. This will help future maintainers understand the purpose of this authentication scheme.
@@ -78,6 +80,7 @@ | |||
"GOOGLEADS_AUTH", | |||
"NO_AUTH", | |||
"CALCOM_AUTH", | |||
"BILLCOM_AUTH" |
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.
Consider adding BILLCOM_AUTH to the docstring of AuthSchemeType to maintain consistency with other auth schemes in the type definition.
This comment was generated by github-actions[bot]! JS SDK Coverage Report📊 Coverage report for JS SDK can be found at the following URL: 📁 Test report folder can be found at the following URL: |
Code Review SummaryChanges Overview
Suggestions
Code Quality: ✅ Good
Testing Considerations
Overall, the changes look clean and well-structured. Main suggestion is to improve documentation for future maintainability. |
marking stale |
No description provided.