radar-api 2.9.0 → 2.9.1

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: '083918dc51c4fae1fe8643a23636fadf2621926b1952aedf1c4c7def60b616ae'
4
- data.tar.gz: b347e43197c402bbd57540dd99982945c400acf6553e7434811a0604225d7644
3
+ metadata.gz: 3e8e1d25c7234bda739148ffaeff2be6b32e7aa2f3f0bc29bea6a0420ca7daa4
4
+ data.tar.gz: 29a74bccb58dc87233c75a8014c9ee8893d1f9e7a0c45379c18973e6e6f3b3f9
5
5
  SHA512:
6
- metadata.gz: f7c8dd8c59b48ea17fea49c1a30d4a98d0cc8871b2a7561f91d8939583bf9facc095f9b27838c1bb7d1ceb099bfc6d5649a0fec886077d84f8b4d386af163a24
7
- data.tar.gz: 3d9891c5f85dd74b9c0c93cb90d0f20afa62411f2d0672d793b8dc393c1d942bf98e50cc803b45c2278c0600eaf58fcf05eab6a1fb31b7e66aae7cb2cb3a5049
6
+ metadata.gz: 7e6334efdca3e603f316744bda12145b67bf1b2995ccf2dd556f57d9e773ee3f842b133ddf377ec7e58e5aed2b63733b6d3f7a22b1f985e1626820ce9e625d0d
7
+ data.tar.gz: 715a05065c71e764ecd9c402ebf6c328b6ca8c2b115dd071635e874b4814bc89d7d37561026acf88d7d419d5cd086511b2bb7e1afa4f9b4a948c226817f1ba60
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- radar-api (2.9.0)
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-x86_64-linux)
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.0-x86_64-linux)
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)
@@ -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
@@ -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.0
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-07 00:00:00.000000000 Z
11
+ date: 2020-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler