radar-api 2.7.3 → 2.9.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -4
- data/gen/cei_pb.rb +57 -0
- data/gen/cei_services_pb.rb +37 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7629f6135262b6eda0a15474d959a418f03afd2270718f42aebbfaeaad178a57
|
4
|
+
data.tar.gz: ffc037bcdaf2b9755420e75517f081398907198a28452530508987aa7d67a5e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 262ce576c3c88a9407bce4ff27dce82786d79e969bf899c2c833686a046ffdbeddd66e205192d78fcca009c02f2a8e797f29492d56034e8a507ed9b26c4ddcd1
|
7
|
+
data.tar.gz: 007d0fa2cf92e565e7cfa32b04194b633c620ca04e75655d2b7a3d54d52515ff98d9531ea801063bad75aa4de953425b3e22aea605e954e82702e496b8eb15d9
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
radar-api (2.
|
4
|
+
radar-api (2.9.2)
|
5
5
|
grpc
|
6
6
|
|
7
7
|
GEM
|
@@ -15,11 +15,11 @@ GEM
|
|
15
15
|
coderay (1.1.0)
|
16
16
|
ffi (1.11.1)
|
17
17
|
formatador (0.2.4)
|
18
|
-
google-protobuf (3.
|
18
|
+
google-protobuf (3.12.2)
|
19
19
|
googleapis-common-protos-types (1.0.5)
|
20
20
|
google-protobuf (~> 3.11)
|
21
|
-
grpc (1.
|
22
|
-
google-protobuf (~> 3.
|
21
|
+
grpc (1.30.1)
|
22
|
+
google-protobuf (~> 3.12)
|
23
23
|
googleapis-common-protos-types (~> 1.0)
|
24
24
|
grpc-tools (1.27.0)
|
25
25
|
guard (2.6.0)
|
data/gen/cei_pb.rb
ADDED
@@ -0,0 +1,57 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# source: cei.proto
|
3
|
+
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
6
|
+
require 'google/protobuf/timestamp_pb'
|
7
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
8
|
+
add_file("cei.proto", :syntax => :proto3) do
|
9
|
+
add_message "SolveReq" do
|
10
|
+
end
|
11
|
+
add_message "SolveResp" do
|
12
|
+
optional :text, :string, 1
|
13
|
+
map :cookies, :string, :string, 2
|
14
|
+
end
|
15
|
+
add_message "AuthenticateReq" do
|
16
|
+
optional :username, :string, 1
|
17
|
+
optional :password, :string, 2
|
18
|
+
optional :partial_email, :string, 3
|
19
|
+
end
|
20
|
+
add_message "AuthenticateResp" do
|
21
|
+
optional :user_full_name, :string, 1
|
22
|
+
optional :user_full_email, :string, 2
|
23
|
+
end
|
24
|
+
add_message "VerifyAccountReq" do
|
25
|
+
optional :username, :string, 1
|
26
|
+
optional :birthdate, :message, 2, "google.protobuf.Timestamp"
|
27
|
+
end
|
28
|
+
add_message "VerifyAccountResp" do
|
29
|
+
optional :exist, :bool, 1
|
30
|
+
optional :partial_email, :string, 2
|
31
|
+
end
|
32
|
+
add_message "RecoverPasswordReq" do
|
33
|
+
optional :username, :string, 1
|
34
|
+
optional :birthdate, :message, 2, "google.protobuf.Timestamp"
|
35
|
+
end
|
36
|
+
add_message "RecoverPasswordResp" do
|
37
|
+
end
|
38
|
+
add_message "DefinePermanentPasswordReq" do
|
39
|
+
optional :username, :string, 1
|
40
|
+
optional :temporary_password, :string, 2
|
41
|
+
end
|
42
|
+
add_message "DefinePermanentPasswordResp" do
|
43
|
+
optional :permanent_password, :string, 1
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
47
|
+
|
48
|
+
SolveReq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("SolveReq").msgclass
|
49
|
+
SolveResp = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("SolveResp").msgclass
|
50
|
+
AuthenticateReq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("AuthenticateReq").msgclass
|
51
|
+
AuthenticateResp = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("AuthenticateResp").msgclass
|
52
|
+
VerifyAccountReq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("VerifyAccountReq").msgclass
|
53
|
+
VerifyAccountResp = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("VerifyAccountResp").msgclass
|
54
|
+
RecoverPasswordReq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("RecoverPasswordReq").msgclass
|
55
|
+
RecoverPasswordResp = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("RecoverPasswordResp").msgclass
|
56
|
+
DefinePermanentPasswordReq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("DefinePermanentPasswordReq").msgclass
|
57
|
+
DefinePermanentPasswordResp = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("DefinePermanentPasswordResp").msgclass
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# Source: cei.proto for package ''
|
3
|
+
|
4
|
+
require 'grpc'
|
5
|
+
require 'cei_pb'
|
6
|
+
|
7
|
+
module CaptchaCracker
|
8
|
+
class Service
|
9
|
+
|
10
|
+
include GRPC::GenericService
|
11
|
+
|
12
|
+
self.marshal_class_method = :encode
|
13
|
+
self.unmarshal_class_method = :decode
|
14
|
+
self.service_name = 'CaptchaCracker'
|
15
|
+
|
16
|
+
rpc :Solve, SolveReq, SolveResp
|
17
|
+
end
|
18
|
+
|
19
|
+
Stub = Service.rpc_stub_class
|
20
|
+
end
|
21
|
+
module Account
|
22
|
+
class Service
|
23
|
+
|
24
|
+
include GRPC::GenericService
|
25
|
+
|
26
|
+
self.marshal_class_method = :encode
|
27
|
+
self.unmarshal_class_method = :decode
|
28
|
+
self.service_name = 'Account'
|
29
|
+
|
30
|
+
rpc :Authenticate, AuthenticateReq, AuthenticateResp
|
31
|
+
rpc :VerifyAccount, VerifyAccountReq, VerifyAccountResp
|
32
|
+
rpc :RecoverPassword, RecoverPasswordReq, RecoverPasswordResp
|
33
|
+
rpc :DefinePermanentPassword, DefinePermanentPasswordReq, DefinePermanentPasswordResp
|
34
|
+
end
|
35
|
+
|
36
|
+
Stub = Service.rpc_stub_class
|
37
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radar-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.9.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- André Aizim Kelmanson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -80,6 +80,8 @@ files:
|
|
80
80
|
- LICENSE.txt
|
81
81
|
- README.md
|
82
82
|
- Rakefile
|
83
|
+
- gen/cei_pb.rb
|
84
|
+
- gen/cei_services_pb.rb
|
83
85
|
- gen/exporter_pb.rb
|
84
86
|
- gen/exporter_services_pb.rb
|
85
87
|
- gen/portfolios_pb.rb
|