zoho_hub 0.1.38 → 0.1.41

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 93173d8806421c38ac87e1676d20f4f2abd242450d6a1889728e4efe425e8605
4
- data.tar.gz: 5c845c161d4ee0bfc20510c44840cf8fa24d27779aef9ef40aaf4ad524b5f630
3
+ metadata.gz: ef86906dcbd61f1220e51e8ff15cd0aa36d21eaf47c5c5885725eeab2b8991f3
4
+ data.tar.gz: 83e2deac604be09d6be6c666eb2a0cc122d2f793115507418d8c907b26835542
5
5
  SHA512:
6
- metadata.gz: 8c710bcb8504746ace878cd333489235dcb4fa7ea6ca29ca3f1298b85e255c183862ffb74ec0cf2e97ab8deceb838b577325a436d530e66b2f4d6e2b64c606a2
7
- data.tar.gz: ba1ef851614b3735484dc1abbd8e889f687d1eb44b4f59d6cc6264b4406bc0c223e9bd5ab1843ad427c3ca76813b9beeecf9f3c9fb11dff3f378bc53c8e136ef
6
+ metadata.gz: f04f95d818bebd4c1ce69a32955e7dc32c0ad9a9fbacb576f42a78ede8aee2f3fbe16a201983263b8fce35470387a7a0c5327962f2abce5db130dc36ed9720db
7
+ data.tar.gz: '0296f4d51126c4c742faa0d82117981ceede703e27271a0ebfda78bcd910a4b3c9346024fd4a3930ad20f853af1e535f939497577264a0854a4851b48340be67'
@@ -15,7 +15,7 @@ module ZohoHub
15
15
  status: :platform_cont_status,
16
16
  use_proceeds: :use_proceeds,
17
17
  date_of_birth: :Date_of_Birth,
18
- relationship_to_business: :Relationship_to_Business
18
+ relationship_to_business: :Relationship_to_business
19
19
  )
20
20
 
21
21
  DEFAULTS = {
@@ -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',
@@ -37,7 +37,8 @@ module ZohoHub
37
37
  state: :State1,
38
38
  submitted_to_lender_panel: :Submitted_to_Lender_Panel1,
39
39
  number_of_connections: :Number_of_Connections,
40
- turnover_figure: :Turnover_figure
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.38'
4
+ VERSION = '0.1.41'
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.38
4
+ version: 0.1.41
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Otero