-
Notifications
You must be signed in to change notification settings - Fork 1
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/conversation templates #44
Conversation
Is there another PR coming to support Template V1 ? |
I haven't planned V1 support yet |
Reference = "12345", | ||
Source = Source.Intercepted, | ||
Status = VerificationStatus.Fail | ||
Reason = new Reason("some_string_value"), |
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.
Why updating all the fields with values different from the enums defined in the documentation or not meaningful ?
It would be better to update the mocks instead
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.
It's a mock from oas file, and need to update example which can take some time
Implements TemplatesV2
CI blocked by: #43