informativos-api 1.1.2 → 1.2.0

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: f839926d96545196fc0d14e4b71e28963f9d247f6474b72d14a6d91ad7612419
4
- data.tar.gz: a8f8c00364a8e5880b4934dca38939a17f835cdcacacc9fdbcc2c9d3c751c976
3
+ metadata.gz: 66c68461c63a539ba7ebfeb9ba7480d840ca06a6b0bd67735e46553cc71f8325
4
+ data.tar.gz: 10448645e36e70892c428140ea08859700945941294815e27fde1f3e6aa98f79
5
5
  SHA512:
6
- metadata.gz: 321200bdc5ffbb52321d3b22443e716a5525e24a8ddaee304916d384c7f0d8aa0a6a8efbd460c3383cc8bf509ffcca680b5178ac1434cbe0b655caca16b936ec
7
- data.tar.gz: a51719108551afa2b67ca4d14ddf9b31b5e67d544a8dc575112ee21463e742baec13c87a26c86afc8cb0f5f4b52f59646e0f6836b90be86703e1b7c941ea0aeb
6
+ metadata.gz: e5000df85d4de4fa7cb03743c351c3f87b1ad17b854d7a0480428aeed459cdc569279f5255799a9f39d656b17227601eaf7cb61f8e3eb14e95d2c46426c8ffdb
7
+ data.tar.gz: e9257addcbd97caa1ff39f32c1ef4e661ec8d1377617115f3af12bf7266f57f247661d2ba315508b60963d6ed1b346f8ac9e2e0ccde60c3822a2a0f795169f2e
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- informativos-api (1.0.0)
4
+ informativos-api (1.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -9,24 +9,24 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
9
9
  optional :updated_since, :uint64, 1
10
10
  end
11
11
  add_message "informativos.Price" do
12
- optional :id, :string, 1
13
- optional :security, :string, 2
14
- optional :settlement_date, :uint64, 3
15
- optional :date, :uint64, 4
16
- optional :close, :double, 5
17
- optional :open, :double, 6
18
- optional :high, :double, 7
19
- optional :low, :double, 8
20
- optional :average, :double, 9
21
- optional :bid, :double, 10
22
- optional :ask, :double, 11
23
- optional :volume, :double, 12
24
- optional :quantity, :double, 13
25
- optional :trades, :double, 14
26
- optional :change, :double, 15
27
- optional :a_change, :float, 16
28
- optional :origin, :string, 17
29
- optional :updated_at, :uint64, 18
12
+ optional :updated_at, :uint64, 1
13
+ optional :id, :string, 2
14
+ optional :security, :string, 3
15
+ optional :settlement_date, :uint64, 4
16
+ optional :date, :uint64, 5
17
+ optional :close, :double, 6
18
+ optional :open, :double, 7
19
+ optional :high, :double, 8
20
+ optional :low, :double, 9
21
+ optional :average, :double, 10
22
+ optional :bid, :double, 11
23
+ optional :ask, :double, 12
24
+ optional :volume, :double, 13
25
+ optional :quantity, :double, 14
26
+ optional :trades, :double, 15
27
+ optional :change, :double, 16
28
+ optional :a_change, :float, 17
29
+ optional :origin, :string, 18
30
30
  end
31
31
  end
32
32
  end
@@ -9,15 +9,28 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
9
9
  optional :updated_since, :uint64, 1
10
10
  end
11
11
  add_message "informativos.Security" do
12
- optional :id, :string, 1
13
- optional :name, :string, 2
14
- optional :isin, :string, 3
15
- optional :symbol, :string, 4
16
- optional :is_ibov, :bool, 5
17
- optional :security_type, :string, 6
18
- optional :spec, :string, 7
19
- optional :settlement_date, :uint64, 8
20
- optional :updated_at, :uint64, 9
12
+ optional :updated_at, :uint64, 1
13
+ optional :id, :string, 2
14
+ optional :name, :string, 3
15
+ optional :isin, :string, 4
16
+ optional :symbol, :string, 5
17
+ optional :is_ibov, :bool, 6
18
+ optional :type, :enum, 7, "informativos.Security.Type"
19
+ optional :spec, :string, 8
20
+ optional :settlement_date, :uint64, 9
21
+ optional :underlying_security, :string, 10
22
+ end
23
+ add_enum "informativos.Security.Type" do
24
+ value :UNDEFINED, 0
25
+ value :NOT_MAPPED, 1
26
+ value :LFT, 2
27
+ value :LTN, 3
28
+ value :NTNB, 4
29
+ value :NTNC, 5
30
+ value :NTNF, 6
31
+ value :OPTION, 7
32
+ value :STOCK, 8
33
+ value :TERM, 9
21
34
  end
22
35
  end
23
36
  end
@@ -25,4 +38,5 @@ end
25
38
  module Informativos
26
39
  GetSecuritiesReq = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.GetSecuritiesReq").msgclass
27
40
  Security = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Security").msgclass
41
+ Security::Type = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Security.Type").enummodule
28
42
  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.1.2
4
+ version: 1.2.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-01-14 00:00:00.000000000 Z
11
+ date: 2020-01-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Informativos API
14
14
  email:
@@ -47,7 +47,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
47
47
  - !ruby/object:Gem::Version
48
48
  version: '0'
49
49
  requirements: []
50
- rubygems_version: 3.0.3
50
+ rubygems_version: 3.0.6
51
51
  signing_key:
52
52
  specification_version: 4
53
53
  summary: Informativos API