zoho_hub 0.1.37 → 0.1.40

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: 54c1e27170b5ca0679f5e6dafec3668dcaf767f42c954e46e990e7dabdf4dd94
4
- data.tar.gz: f84b2985fcaf9dfe11616386a5de57427dcfb131ddacd20da9e5e2d5e0887412
3
+ metadata.gz: 40e602b2dcf479221ea6083cbebc44c8801e1a5819f763c4dd1870f9b4c04cec
4
+ data.tar.gz: 30c455fe4ff0083ce67d55de00d63ae7a261bde7d3a72be2e7dcc2c010e10130
5
5
  SHA512:
6
- metadata.gz: '09407e25d21ee9839333405936328a24832e928b47b1a251b5c07a55863ba8a75ac8170a75e5a7eaf3f7afd56a51ea52e8782baa2d97aab8954d00ecaa7ad1a8'
7
- data.tar.gz: 06e21895ac7b116ae8c54580cf07837a9baff1ab3611320bb5fd475e7477c87d1b9229bf0b8771a4d99efe179d6d2a54f682565687e8217b0aba04653bd3cc84
6
+ metadata.gz: d7985223774bcf057d1a3c31b511c63fbf349ab1e0efbd3bb6d3f91a4708540f9695cdc3c1c471301e02d3bf1359100b363c0365c0738b4b7da99c4f6666c563
7
+ data.tar.gz: 740d9835b674f0dab8b923c4cc5a55869d602803655282db99bfd2ec908f03a6875ab4e1a348c74ef63672c630316277feed3ab52f59e8de9e8a54ef6dcfe1ab
@@ -14,7 +14,8 @@ module ZohoHub
14
14
  role: :platform_cont_type,
15
15
  status: :platform_cont_status,
16
16
  use_proceeds: :use_proceeds,
17
- date_of_birth: :Date_of_Birth
17
+ date_of_birth: :Date_of_Birth,
18
+ relationship_to_business: :Relationship_to_business
18
19
  )
19
20
 
20
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',
@@ -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.37'
4
+ VERSION = '0.1.40'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zoho_hub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.37
4
+ version: 0.1.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Otero
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-03-17 00:00:00.000000000 Z
11
+ date: 2022-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport