radar-api 2.9.0 → 2.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- data/gen/cei_pb.rb +9 -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: 3e8e1d25c7234bda739148ffaeff2be6b32e7aa2f3f0bc29bea6a0420ca7daa4
|
4
|
+
data.tar.gz: 29a74bccb58dc87233c75a8014c9ee8893d1f9e7a0c45379c18973e6e6f3b3f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e6334efdca3e603f316744bda12145b67bf1b2995ccf2dd556f57d9e773ee3f842b133ddf377ec7e58e5aed2b63733b6d3f7a22b1f985e1626820ce9e625d0d
|
7
|
+
data.tar.gz: 715a05065c71e764ecd9c402ebf6c328b6ca8c2b115dd071635e874b4814bc89d7d37561026acf88d7d419d5cd086511b2bb7e1afa4f9b4a948c226817f1ba60
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
radar-api (2.9.
|
4
|
+
radar-api (2.9.1)
|
5
5
|
grpc
|
6
6
|
|
7
7
|
GEM
|
@@ -15,10 +15,10 @@ GEM
|
|
15
15
|
coderay (1.1.0)
|
16
16
|
ffi (1.11.1)
|
17
17
|
formatador (0.2.4)
|
18
|
-
google-protobuf (3.12.2
|
18
|
+
google-protobuf (3.12.2)
|
19
19
|
googleapis-common-protos-types (1.0.5)
|
20
20
|
google-protobuf (~> 3.11)
|
21
|
-
grpc (1.30.
|
21
|
+
grpc (1.30.1)
|
22
22
|
google-protobuf (~> 3.12)
|
23
23
|
googleapis-common-protos-types (~> 1.0)
|
24
24
|
grpc-tools (1.27.0)
|
data/gen/cei_pb.rb
CHANGED
@@ -26,6 +26,13 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
26
26
|
end
|
27
27
|
add_message "RecoverPasswordResp" do
|
28
28
|
end
|
29
|
+
add_message "DefinePermanentPasswordReq" do
|
30
|
+
optional :username, :string, 1
|
31
|
+
optional :temporary_password, :string, 2
|
32
|
+
end
|
33
|
+
add_message "DefinePermanentPasswordResp" do
|
34
|
+
optional :permanent_password, :string, 1
|
35
|
+
end
|
29
36
|
end
|
30
37
|
end
|
31
38
|
|
@@ -35,3 +42,5 @@ VerifyAccountReq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("Ver
|
|
35
42
|
VerifyAccountResp = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("VerifyAccountResp").msgclass
|
36
43
|
RecoverPasswordReq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("RecoverPasswordReq").msgclass
|
37
44
|
RecoverPasswordResp = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("RecoverPasswordResp").msgclass
|
45
|
+
DefinePermanentPasswordReq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("DefinePermanentPasswordReq").msgclass
|
46
|
+
DefinePermanentPasswordResp = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("DefinePermanentPasswordResp").msgclass
|
data/gen/cei_services_pb.rb
CHANGED
@@ -29,6 +29,7 @@ module Account
|
|
29
29
|
|
30
30
|
rpc :VerifyAccount, VerifyAccountReq, VerifyAccountResp
|
31
31
|
rpc :RecoverPassword, RecoverPasswordReq, RecoverPasswordResp
|
32
|
+
rpc :DefinePermanentPassword, DefinePermanentPasswordReq, DefinePermanentPasswordResp
|
32
33
|
end
|
33
34
|
|
34
35
|
Stub = Service.rpc_stub_class
|
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.1
|
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-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|