billimatic-client 0.10.0 → 0.10.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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NzEwODhiNmM0NTExMTM4NDRmYWE4YjlmOWU4YmM4ZGJlYmUwOTBhNw==
4
+ OTc3NTUxNjYwZDM1ZTVkMGUxM2I1ZWJkZjY0MDk4YTcyYTlhZTMwZQ==
5
5
  data.tar.gz: !binary |-
6
- YzZkOGU2MzNmYTc3ZDUyOWU0YzI3ZjdlMTJmMDU0OTEyYTEzYTg5NA==
6
+ OGExMzc2ZDcyM2RjNzRjMzYwYjA5MjE4YTU4NjVjNmIwMjA1MzE5OA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZWU0OTk0OTZhYjdhMmRhYTM5NGM0MjE4YzNlZjI2MGY4MGM5OGNhOWViNmM1
10
- YTkzMDk4ZDdmOGUyZjcwZDM4MmI0M2RmODBhMWViYTAzNDJkZjIxMDEzODNj
11
- NjU4ZWRkN2M4MzJjZjFmMWUzYjI4NzFkY2RkMzMxNzYwMzlmNmQ=
9
+ MDkwNGI2ZDEzNzE0MmNmODViYThiNTZlZmNiMTQ0ZTRlODcxMDYzYmFmYzcw
10
+ MGU1ZTA0NjExNTc2ZWQwMDkzNWQzYmVlYTAyNDMwZDVlODM5MWEwOWU5YjU2
11
+ MzYyZDMzNWIxMTA2OGMwYWZjYWVjOTk0YTRkOTUyM2M4YjM3ZjU=
12
12
  data.tar.gz: !binary |-
13
- ZTViNGUzMGY1ODBiMjYyNjk5NmIxYTkwMzQ4OWEyNTYxYTJmY2FmNWNiYzA3
14
- MDgyMGM3ZGEwNDJhZDkzNWNhNjk3ZTE3YjhlYjQ4YjU2NWExY2ZiNDA4OWFj
15
- MDMyZjcyY2E1ZjEwMGU0MmM4ZGVhOWYyZjQwODQ1YmI2NWI1NDU=
13
+ ZTA1MjhkNmZmNjI3MGIwMGZhZjUwMzkyN2U1OTI4ZDRhYzkyMjkyM2Y2Nzk2
14
+ YWQwODczYjRiOTJiNWQwZTIxNGNjNDlhYWQ4MzBlODVlNWJhZWE0YWMyNzkx
15
+ OTMwMzVmMzUzMGJlNzNhYTdhYzkzOWY4YjY3ZTFiZGYzMzQ4MjY=
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- billimatic-client (0.10.0)
4
+ billimatic-client (0.10.1)
5
5
  multi_json (~> 1.11)
6
6
  typhoeus (~> 0.8)
7
7
  virtus (~> 1.0.5)
@@ -119,4 +119,4 @@ DEPENDENCIES
119
119
  vcr (~> 3.0)
120
120
 
121
121
  BUNDLED WITH
122
- 1.12.5
122
+ 1.13.6
@@ -26,6 +26,8 @@ module Billimatic
26
26
  attribute :finance_receive_via, String
27
27
  attribute :cobrato_charge_config_id, Integer
28
28
  attribute :cobrato_charge_config_name, String
29
+ attribute :cobrato_charge_template_id, Integer
30
+ attribute :cobrato_charge_template_name, String
29
31
  attribute :receivables, [Receivable]
30
32
  attribute :services, [Service]
31
33
  attribute :attachments, [Hash]
@@ -5,7 +5,6 @@ module Billimatic
5
5
  attribute :gross_value, Decimal
6
6
  attribute :description, String
7
7
  attribute :nfe_body, String
8
- attribute :charge_type, String
9
8
  attribute :customer_id, Integer
10
9
  attribute :customer_type, String
11
10
  attribute :emites_service_values_id, Integer
@@ -15,6 +14,8 @@ module Billimatic
15
14
  attribute :finance_receive_via, String
16
15
  attribute :cobrato_charge_config_id, Integer
17
16
  attribute :cobrato_charge_config_name, String
17
+ attribute :cobrato_charge_template_id, Integer
18
+ attribute :cobrato_charge_template_name, String
18
19
  attribute :services, Array[Service]
19
20
  attribute :additional_information, Hash
20
21
  attribute :scheduled_update, Hash
@@ -17,6 +17,8 @@ module Billimatic
17
17
  attribute :emites_service_value_name, String
18
18
  attribute :cobrato_billet_charge_config_id, Integer
19
19
  attribute :cobrato_billet_charge_config_name, String
20
+ attribute :cobrato_billet_charge_template_id, Integer
21
+ attribute :cobrato_billet_charge_template_name, String
20
22
  attribute :cobrato_payment_gateway_charge_config_id, Integer
21
23
  attribute :cobrato_payment_gateway_charge_config_name, String
22
24
  attribute :finance_category, String
@@ -1,3 +1,3 @@
1
1
  module Billimatic
2
- VERSION = '0.10.0'
2
+ VERSION = '0.10.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: billimatic-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Tassinari de Oliveira
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2016-11-17 00:00:00.000000000 Z
13
+ date: 2016-12-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: typhoeus