zoho_hub 0.1.39 → 0.1.40

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: c3de3d1ebb826cbb40befa6ef064bb566323f3ab8c89d7eea26775ea73305763
4
- data.tar.gz: 4bb685e74fe85cfb05bd00875680e7f0f6ec8edcfe6f56160544f762fdd1c8c5
3
+ metadata.gz: 40e602b2dcf479221ea6083cbebc44c8801e1a5819f763c4dd1870f9b4c04cec
4
+ data.tar.gz: 30c455fe4ff0083ce67d55de00d63ae7a261bde7d3a72be2e7dcc2c010e10130
5
5
  SHA512:
6
- metadata.gz: ff9123d53fdebf1f1004af2d3ab9ec6a94f94679d16cd6cbd92779b5ce7e3d792128533d98f5d65de7aa973f5cfe52db81f8e160855818a0bf776b41c93a4182
7
- data.tar.gz: 0fda895243b8614e7af90307a104a727b49b31bae28cf4892ec3adbcbf6e41d8d87adff632496ade83ed4f78d5521b14bdc7ba4ffd7981a8b934631ce5f98621
6
+ metadata.gz: d7985223774bcf057d1a3c31b511c63fbf349ab1e0efbd3bb6d3f91a4708540f9695cdc3c1c471301e02d3bf1359100b363c0365c0738b4b7da99c4f6666c563
7
+ data.tar.gz: 740d9835b674f0dab8b923c4cc5a55869d602803655282db99bfd2ec908f03a6875ab4e1a348c74ef63672c630316277feed3ab52f59e8de9e8a54ef6dcfe1ab
@@ -14,7 +14,7 @@ module ZohoHub
14
14
  attributes :accountant_id, :vat_registration, :published_all_of_market
15
15
  attributes :credit_risk_band, :live_ccjs, :satisfied_ccjs
16
16
  attributes :state, :number_of_connections
17
- attributes :submitted_to_lender_panel
17
+ attributes :submitted_to_lender_panel, :last_attachment_uploaded
18
18
 
19
19
  DEFAULTS = {
20
20
  currency: 'GBP',
@@ -38,6 +38,7 @@ module ZohoHub
38
38
  submitted_to_lender_panel: :Submitted_to_Lender_Panel1,
39
39
  number_of_connections: :Number_of_Connections,
40
40
  turnover_figure: :Turnover_figure
41
+ last_attachment_uploaded: :Last_Attachment_Uploaded
41
42
  )
42
43
 
43
44
  def initialize(params)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZohoHub
4
- VERSION = '0.1.39'
4
+ VERSION = '0.1.40'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zoho_hub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.39
4
+ version: 0.1.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Otero