informativos-api 1.3.0 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/gen/CorporateActions_pb.rb +10 -10
- data/gen/Prices_pb.rb +2 -2
- data/gen/Securities_pb.rb +5 -3
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 7a765fd989f5dfcca8df6ae6293a26c9057b711e
|
4
|
+
data.tar.gz: 3c403915b74ba0b9c0a31f7abf45e653ab8e3219
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8858beef91b9908230c5cc20bd947f2a87375a46f192f60ada23ba70469506716a6e911d6c991bca9e5f36d13ee12a1a80f026f14254bf7ae309e85880698654
|
7
|
+
data.tar.gz: dba9482657e024bbed16b19ad4e4f50fc87a73161cf4a680c14e8c5f81c902cb608918bf655e55bf1eeaec52b99f597bd99ade8e32ee2c99666ebf7d44f696c3
|
data/gen/CorporateActions_pb.rb
CHANGED
@@ -83,14 +83,14 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
83
83
|
end
|
84
84
|
|
85
85
|
module Informativos
|
86
|
-
GetCorporateActionsReq = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.GetCorporateActionsReq").msgclass
|
87
|
-
GetCorporateActionsReq::Type = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.GetCorporateActionsReq.Type").enummodule
|
88
|
-
Dividend = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Dividend").msgclass
|
89
|
-
InterestOnOwnCapitalIssue = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.InterestOnOwnCapitalIssue").msgclass
|
90
|
-
Split = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Split").msgclass
|
91
|
-
ReverseSplit = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.ReverseSplit").msgclass
|
92
|
-
BonusIssue = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.BonusIssue").msgclass
|
93
|
-
SubscriptionRight = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.SubscriptionRight").msgclass
|
94
|
-
Amortization = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Amortization").msgclass
|
95
|
-
CorporateAction = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.CorporateAction").msgclass
|
86
|
+
GetCorporateActionsReq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.GetCorporateActionsReq").msgclass
|
87
|
+
GetCorporateActionsReq::Type = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.GetCorporateActionsReq.Type").enummodule
|
88
|
+
Dividend = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Dividend").msgclass
|
89
|
+
InterestOnOwnCapitalIssue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.InterestOnOwnCapitalIssue").msgclass
|
90
|
+
Split = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Split").msgclass
|
91
|
+
ReverseSplit = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.ReverseSplit").msgclass
|
92
|
+
BonusIssue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.BonusIssue").msgclass
|
93
|
+
SubscriptionRight = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.SubscriptionRight").msgclass
|
94
|
+
Amortization = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Amortization").msgclass
|
95
|
+
CorporateAction = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.CorporateAction").msgclass
|
96
96
|
end
|
data/gen/Prices_pb.rb
CHANGED
@@ -32,6 +32,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
32
32
|
end
|
33
33
|
|
34
34
|
module Informativos
|
35
|
-
GetPricesReq = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.GetPricesReq").msgclass
|
36
|
-
Price = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Price").msgclass
|
35
|
+
GetPricesReq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.GetPricesReq").msgclass
|
36
|
+
Price = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Price").msgclass
|
37
37
|
end
|
data/gen/Securities_pb.rb
CHANGED
@@ -31,12 +31,14 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
31
31
|
value :OPTION, 7
|
32
32
|
value :STOCK, 8
|
33
33
|
value :TERM, 9
|
34
|
+
value :SUBSCRIPTION_RIGHT, 10
|
35
|
+
value :SUBSCRIPTION_RECEIPT, 11
|
34
36
|
end
|
35
37
|
end
|
36
38
|
end
|
37
39
|
|
38
40
|
module Informativos
|
39
|
-
GetSecuritiesReq = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.GetSecuritiesReq").msgclass
|
40
|
-
Security = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Security").msgclass
|
41
|
-
Security::Type = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Security.Type").enummodule
|
41
|
+
GetSecuritiesReq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.GetSecuritiesReq").msgclass
|
42
|
+
Security = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Security").msgclass
|
43
|
+
Security::Type = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Security.Type").enummodule
|
42
44
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: informativos-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Breno Perricone Fischer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Informativos API
|
14
14
|
email:
|
@@ -49,7 +49,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
49
49
|
- !ruby/object:Gem::Version
|
50
50
|
version: '0'
|
51
51
|
requirements: []
|
52
|
-
|
52
|
+
rubyforge_project:
|
53
|
+
rubygems_version: 2.6.14.4
|
53
54
|
signing_key:
|
54
55
|
specification_version: 4
|
55
56
|
summary: Informativos API
|