radar-api 2.10.1 → 2.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/gen/authentication_pb.rb +20 -0
- data/gen/authentication_services_pb.rb +23 -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: d68fbefc7c20b3a7028432912095ffd5d6c65a1803ac1e5b6c29160bf09e43cf
|
4
|
+
data.tar.gz: 0b26162eba63a9908d4b083f12e917ca4fb5dff28f340dfdfa92eb9bcf8a3c34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9840e81fec4640d27127e828c79285ec1ea9a444d1c1dbb080ba4e3eca7dcc906a1ec2787c50282b9b7bb21703c272b3c2a79d899f974a9d1f9d909417a80bce
|
7
|
+
data.tar.gz: d432d5f7bb8f26eccb1a1a29cb357f2f65c11d48de53b66a5caac5ae57c90f599dfa7f16dc7ca978a0c4b8e7cab8c6c9c753a7a1deaf67347a32e350a1f66df7
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# source: authentication.proto
|
3
|
+
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
6
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
7
|
+
add_file("authentication.proto", :syntax => :proto3) do
|
8
|
+
add_message "Radar.TempCreateFirebaseUserReq" do
|
9
|
+
optional :user_id, :string, 1
|
10
|
+
optional :firebase_password, :string, 2
|
11
|
+
end
|
12
|
+
add_message "Radar.TempCreateFirebaseUserResp" do
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
16
|
+
|
17
|
+
module Radar
|
18
|
+
TempCreateFirebaseUserReq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("Radar.TempCreateFirebaseUserReq").msgclass
|
19
|
+
TempCreateFirebaseUserResp = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("Radar.TempCreateFirebaseUserResp").msgclass
|
20
|
+
end
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# Source: authentication.proto for package 'Radar'
|
3
|
+
|
4
|
+
require 'grpc'
|
5
|
+
require 'authentication_pb'
|
6
|
+
|
7
|
+
module Radar
|
8
|
+
module Authentication
|
9
|
+
class Service
|
10
|
+
|
11
|
+
include GRPC::GenericService
|
12
|
+
|
13
|
+
self.marshal_class_method = :encode
|
14
|
+
self.unmarshal_class_method = :decode
|
15
|
+
self.service_name = 'Radar.Authentication'
|
16
|
+
|
17
|
+
# Isso deve ser substituído por uma criação de usuário do sistema
|
18
|
+
rpc :TempCreateFirebaseUser, TempCreateFirebaseUserReq, TempCreateFirebaseUserResp
|
19
|
+
end
|
20
|
+
|
21
|
+
Stub = Service.rpc_stub_class
|
22
|
+
end
|
23
|
+
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.11.0
|
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-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -79,6 +79,8 @@ files:
|
|
79
79
|
- LICENSE.txt
|
80
80
|
- README.md
|
81
81
|
- Rakefile
|
82
|
+
- gen/authentication_pb.rb
|
83
|
+
- gen/authentication_services_pb.rb
|
82
84
|
- gen/cei_pb.rb
|
83
85
|
- gen/cei_services_pb.rb
|
84
86
|
- gen/exporter_pb.rb
|