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

Added new detectors #443

Merged
merged 13 commits into from
Apr 22, 2022
Merged
69 changes: 63 additions & 6 deletions pkg/pb/detectorspb/detectors.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions proto/detectors.proto
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,20 @@ enum DetectorType {
Appointed = 816;
Wit = 817;
RechargePayments = 818;
Diggernaut = 819;
MonkeyLearn = 820;
Duply = 821;
Postbacks = 822;
Collect2 = 823;
ZenRows = 824;
Zipcodebase = 825;
Tefter = 826;
Twist = 827;
BraintreePayments = 828;
CloudConvert = 829;
Grafana = 830;
ConvertApi = 831;
Transferwise = 832;
}

message Result {
Expand Down