radar-api 2.9.1 → 2.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e8e1d25c7234bda739148ffaeff2be6b32e7aa2f3f0bc29bea6a0420ca7daa4
4
- data.tar.gz: 29a74bccb58dc87233c75a8014c9ee8893d1f9e7a0c45379c18973e6e6f3b3f9
3
+ metadata.gz: 7629f6135262b6eda0a15474d959a418f03afd2270718f42aebbfaeaad178a57
4
+ data.tar.gz: ffc037bcdaf2b9755420e75517f081398907198a28452530508987aa7d67a5e1
5
5
  SHA512:
6
- metadata.gz: 7e6334efdca3e603f316744bda12145b67bf1b2995ccf2dd556f57d9e773ee3f842b133ddf377ec7e58e5aed2b63733b6d3f7a22b1f985e1626820ce9e625d0d
7
- data.tar.gz: 715a05065c71e764ecd9c402ebf6c328b6ca8c2b115dd071635e874b4814bc89d7d37561026acf88d7d419d5cd086511b2bb7e1afa4f9b4a948c226817f1ba60
6
+ metadata.gz: 262ce576c3c88a9407bce4ff27dce82786d79e969bf899c2c833686a046ffdbeddd66e205192d78fcca009c02f2a8e797f29492d56034e8a507ed9b26c4ddcd1
7
+ data.tar.gz: 007d0fa2cf92e565e7cfa32b04194b633c620ca04e75655d2b7a3d54d52515ff98d9531ea801063bad75aa4de953425b3e22aea605e954e82702e496b8eb15d9
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- radar-api (2.9.1)
4
+ radar-api (2.9.2)
5
5
  grpc
6
6
 
7
7
  GEM
@@ -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
@@ -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.1
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-08 00:00:00.000000000 Z
11
+ date: 2020-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler