Skip to content
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

fix: [#4296] MessagingExtensionResultType missing silentAuth Type #4305

Merged
merged 1 commit into from
Aug 9, 2022

Conversation

ceciliaavila
Copy link
Collaborator

Fixes #4296

Description

This PR adds the 'silentAuth' value to the MessagingExtensionResultType's enum.

Note: In .NET the type for MessagingExtensionResult is a string.

Specific Changes

  • Updated MessagingExtensionResultType in botframework-schema/teams/index.ts to include the new value 'silentAuth'.
  • Updated documentation in botframework-schema.api.md.

Testing

These images show the error shown when using 'silentAuth' as the type and the type being correctly assigned after the changes.
image

@ceciliaavila ceciliaavila requested a review from a team as a code owner August 5, 2022 12:31
@coveralls
Copy link

coveralls commented Aug 5, 2022

Pull Request Test Coverage Report for Build 2803591643

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.003%) to 84.528%

Totals Coverage Status
Change from base Build 2782566348: -0.003%
Covered Lines: 19861
Relevant Lines: 22256

💛 - Coveralls

@tracyboehrer tracyboehrer merged commit 02b7b26 into main Aug 9, 2022
@tracyboehrer tracyboehrer deleted the southworks/add/silent-auth-value-teams branch August 9, 2022 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MessagingExtensionResultType missing silentAuth Type
3 participants