radar-api 2.9.1 → 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 +1 -1
- data/gen/cei_pb.rb +11 -0
- data/gen/cei_services_pb.rb +1 -0
- metadata +2 -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
data/gen/cei_pb.rb
CHANGED
@@ -12,6 +12,15 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
12
12
|
optional :text, :string, 1
|
13
13
|
map :cookies, :string, :string, 2
|
14
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
|
15
24
|
add_message "VerifyAccountReq" do
|
16
25
|
optional :username, :string, 1
|
17
26
|
optional :birthdate, :message, 2, "google.protobuf.Timestamp"
|
@@ -38,6 +47,8 @@ end
|
|
38
47
|
|
39
48
|
SolveReq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("SolveReq").msgclass
|
40
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
|
41
52
|
VerifyAccountReq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("VerifyAccountReq").msgclass
|
42
53
|
VerifyAccountResp = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("VerifyAccountResp").msgclass
|
43
54
|
RecoverPasswordReq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("RecoverPasswordReq").msgclass
|
data/gen/cei_services_pb.rb
CHANGED
@@ -27,6 +27,7 @@ module Account
|
|
27
27
|
self.unmarshal_class_method = :decode
|
28
28
|
self.service_name = 'Account'
|
29
29
|
|
30
|
+
rpc :Authenticate, AuthenticateReq, AuthenticateResp
|
30
31
|
rpc :VerifyAccount, VerifyAccountReq, VerifyAccountResp
|
31
32
|
rpc :RecoverPassword, RecoverPasswordReq, RecoverPasswordResp
|
32
33
|
rpc :DefinePermanentPassword, DefinePermanentPasswordReq, DefinePermanentPasswordResp
|
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.9.
|
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-07-
|
11
|
+
date: 2020-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|