informativos-api 1.4.0 → 1.4.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 +5 -5
- data/gen/CorporateActions_services_pb.rb +2 -2
- data/gen/Prices_services_pb.rb +2 -2
- data/gen/Securities_pb.rb +9 -0
- data/gen/Securities_services_pb.rb +2 -2
- data/informativos-api.gemspec +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 723235948bfe45e5983e1be04eb09fa64162a0e6186fd10a6b382d6c0f4430a8
|
|
4
|
+
data.tar.gz: eb3e1eb44e3c6fab14215d8cae4cba6728447089dcba6b80d74ccb7f6f644d68
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7300d91833dc21183b0f83ca22b73af0af3d54e15a1f3b52644b3820acf147a873082bd124a34c6b05883e0f4e54e341f94e6c77dca41dcf1683a696c8148db9
|
|
7
|
+
data.tar.gz: 374fa6d2d9b17fc162c3ce067df5281be93a199a5013621b66f044b1f137cee38ca01a85e9784180416b520145bb56d6efa65fc234222d2800507b68f98863f7
|
|
@@ -8,13 +8,13 @@ module Informativos
|
|
|
8
8
|
module CorporateActions
|
|
9
9
|
class Service
|
|
10
10
|
|
|
11
|
-
include GRPC::GenericService
|
|
11
|
+
include ::GRPC::GenericService
|
|
12
12
|
|
|
13
13
|
self.marshal_class_method = :encode
|
|
14
14
|
self.unmarshal_class_method = :decode
|
|
15
15
|
self.service_name = 'informativos.CorporateActions'
|
|
16
16
|
|
|
17
|
-
rpc :GetCorporateActions, GetCorporateActionsReq, stream(CorporateAction)
|
|
17
|
+
rpc :GetCorporateActions, ::Informativos::GetCorporateActionsReq, stream(::Informativos::CorporateAction)
|
|
18
18
|
end
|
|
19
19
|
|
|
20
20
|
Stub = Service.rpc_stub_class
|
data/gen/Prices_services_pb.rb
CHANGED
|
@@ -8,13 +8,13 @@ module Informativos
|
|
|
8
8
|
module Prices
|
|
9
9
|
class Service
|
|
10
10
|
|
|
11
|
-
include GRPC::GenericService
|
|
11
|
+
include ::GRPC::GenericService
|
|
12
12
|
|
|
13
13
|
self.marshal_class_method = :encode
|
|
14
14
|
self.unmarshal_class_method = :decode
|
|
15
15
|
self.service_name = 'informativos.Prices'
|
|
16
16
|
|
|
17
|
-
rpc :GetPrices, GetPricesReq, stream(Price)
|
|
17
|
+
rpc :GetPrices, ::Informativos::GetPricesReq, stream(::Informativos::Price)
|
|
18
18
|
end
|
|
19
19
|
|
|
20
20
|
Stub = Service.rpc_stub_class
|
data/gen/Securities_pb.rb
CHANGED
|
@@ -33,6 +33,15 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
33
33
|
value :TERM, 9
|
|
34
34
|
value :SUBSCRIPTION_RIGHT, 10
|
|
35
35
|
value :SUBSCRIPTION_RECEIPT, 11
|
|
36
|
+
value :FUND, 12
|
|
37
|
+
value :FUTURE, 13
|
|
38
|
+
value :BDR, 14
|
|
39
|
+
value :FII, 15
|
|
40
|
+
value :ETF, 16
|
|
41
|
+
value :BONUS, 17
|
|
42
|
+
value :INDEX, 18
|
|
43
|
+
value :EXCHANGE_RATE, 19
|
|
44
|
+
value :GOVERNMENT_BOND, 20
|
|
36
45
|
end
|
|
37
46
|
end
|
|
38
47
|
end
|
|
@@ -8,13 +8,13 @@ module Informativos
|
|
|
8
8
|
module Securities
|
|
9
9
|
class Service
|
|
10
10
|
|
|
11
|
-
include GRPC::GenericService
|
|
11
|
+
include ::GRPC::GenericService
|
|
12
12
|
|
|
13
13
|
self.marshal_class_method = :encode
|
|
14
14
|
self.unmarshal_class_method = :decode
|
|
15
15
|
self.service_name = 'informativos.Securities'
|
|
16
16
|
|
|
17
|
-
rpc :GetSecurities, GetSecuritiesReq, stream(Security)
|
|
17
|
+
rpc :GetSecurities, ::Informativos::GetSecuritiesReq, stream(::Informativos::Security)
|
|
18
18
|
end
|
|
19
19
|
|
|
20
20
|
Stub = Service.rpc_stub_class
|
data/informativos-api.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.email = ["breno@investtools.com.br"]
|
|
10
10
|
spec.summary = %q{Informativos API}
|
|
11
11
|
spec.description = %q{Informativos API}
|
|
12
|
-
spec.homepage = "https://api.
|
|
12
|
+
spec.homepage = "https://api.informativos.io/"
|
|
13
13
|
spec.license = "MIT"
|
|
14
14
|
|
|
15
15
|
spec.files = `git ls-files`.split($/)
|
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.
|
|
4
|
+
version: 1.4.1
|
|
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:
|
|
11
|
+
date: 2021-10-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Informativos API
|
|
14
14
|
email:
|
|
@@ -29,7 +29,7 @@ files:
|
|
|
29
29
|
- gen/Securities_services_pb.rb
|
|
30
30
|
- informativos-api.gemspec
|
|
31
31
|
- lib/informativos-api.rb
|
|
32
|
-
homepage: https://api.
|
|
32
|
+
homepage: https://api.informativos.io/
|
|
33
33
|
licenses:
|
|
34
34
|
- MIT
|
|
35
35
|
metadata: {}
|
|
@@ -49,8 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
49
49
|
- !ruby/object:Gem::Version
|
|
50
50
|
version: '0'
|
|
51
51
|
requirements: []
|
|
52
|
-
|
|
53
|
-
rubygems_version: 2.6.14.4
|
|
52
|
+
rubygems_version: 3.0.3.1
|
|
54
53
|
signing_key:
|
|
55
54
|
specification_version: 4
|
|
56
55
|
summary: Informativos API
|