radar-api 2.7.2 → 2.7.3
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 +4 -4
- data/Gemfile.lock +3 -3
- data/gen/portfolios_pb.rb +13 -1
- 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: f63011de3f7dfab4fc594667d4d500c7302ce41efa770cbae029415a3b41fae7
|
|
4
|
+
data.tar.gz: e620713e87f147697aefd931a7b6f1bfe4dcb9a3e3046f4bee1bf1d761f564fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2cb247947b22e389781225b30a7c48c8a8196b4a627bd73ce28dea1bf13fdcb85c57665be0a803e5b56ce352daf80ce62600eb2789ac48235bbbf79b8900a149
|
|
7
|
+
data.tar.gz: a3375fc73d9af9968747d7dfc9210c926f38a1279b305feb1b9e4247386f2bde5d6e8d32eecffb6bea790f9731d50946aced9bca64f8252590edad180cdc9a90
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
radar-api (2.7.
|
|
4
|
+
radar-api (2.7.3)
|
|
5
5
|
grpc
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -16,8 +16,8 @@ GEM
|
|
|
16
16
|
ffi (1.11.1)
|
|
17
17
|
formatador (0.2.4)
|
|
18
18
|
google-protobuf (3.11.4)
|
|
19
|
-
googleapis-common-protos-types (1.0.
|
|
20
|
-
google-protobuf (~> 3.
|
|
19
|
+
googleapis-common-protos-types (1.0.5)
|
|
20
|
+
google-protobuf (~> 3.11)
|
|
21
21
|
grpc (1.28.0)
|
|
22
22
|
google-protobuf (~> 3.11)
|
|
23
23
|
googleapis-common-protos-types (~> 1.0)
|
data/gen/portfolios_pb.rb
CHANGED
|
@@ -24,10 +24,20 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
24
24
|
optional :monthly_stock_exemption_period_profit, :message, 26, "Radar.Event.MonthlyStockExemptionPeriodProfit"
|
|
25
25
|
end
|
|
26
26
|
end
|
|
27
|
+
add_message "Radar.Event.EquitySource" do
|
|
28
|
+
optional :symbol, :string, 1
|
|
29
|
+
optional :type, :enum, 2, "Radar.Event.EquityType"
|
|
30
|
+
end
|
|
31
|
+
add_message "Radar.Event.Source" do
|
|
32
|
+
oneof :type do
|
|
33
|
+
optional :other, :string, 1
|
|
34
|
+
optional :equity, :message, 2, "Radar.Event.EquitySource"
|
|
35
|
+
end
|
|
36
|
+
end
|
|
27
37
|
add_message "Radar.Event.CashFlow" do
|
|
28
38
|
optional :type, :enum, 1, "Radar.Event.CashFlow.Type"
|
|
29
39
|
optional :value, :double, 2
|
|
30
|
-
optional :source, :
|
|
40
|
+
optional :source, :message, 3, "Radar.Event.Source"
|
|
31
41
|
end
|
|
32
42
|
add_enum "Radar.Event.CashFlow.Type" do
|
|
33
43
|
value :OTHER, 0
|
|
@@ -100,6 +110,8 @@ module Radar
|
|
|
100
110
|
EquitySource = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("Radar.EquitySource").msgclass
|
|
101
111
|
InterestOnOwnCapital = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("Radar.InterestOnOwnCapital").msgclass
|
|
102
112
|
Event = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("Radar.Event").msgclass
|
|
113
|
+
Event::EquitySource = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("Radar.Event.EquitySource").msgclass
|
|
114
|
+
Event::Source = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("Radar.Event.Source").msgclass
|
|
103
115
|
Event::CashFlow = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("Radar.Event.CashFlow").msgclass
|
|
104
116
|
Event::CashFlow::Type = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("Radar.Event.CashFlow.Type").enummodule
|
|
105
117
|
Event::Portfolio = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("Radar.Event.Portfolio").msgclass
|
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.7.
|
|
4
|
+
version: 2.7.3
|
|
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-05-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|