zoho_hub 0.1.28 → 0.1.32

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: eb6b329c2045fd0a7dadd414f9b96a1b4cfd5bbdbddb7667ea0b0f4c4d38e0bf
4
- data.tar.gz: 74ea290c360ddd5b23ad0e507044ccfb8f7e5c197a02b2c46ceed1202b2f76a1
3
+ metadata.gz: f177b456953310702d064ec84809b4855f2015d9c24df0c85e7afd2459c305f7
4
+ data.tar.gz: f4074ff9f3f36e1105e7295a3ef274bf411a5052637ab6e1cf23a69b282e9822
5
5
  SHA512:
6
- metadata.gz: 7cae37297374882f67f286e494ff5f5fa4ebb85ffebd7eebac810847a82eb821aefa358e54137590e97838c0a7e9c4135ad7360277f7bd7b45906e23bbac87b2
7
- data.tar.gz: aef617d8158a29a5a587dbcdf094a45e01de445186e571156fb4e5d72536f5c932a40e3e05fa83d1f5f88ae923bfe1fbcbe9b4241d6b1ffc47f2b8422ee16513
6
+ metadata.gz: 6ab6b594cdefdec6438808899c0622d4ee38d09ee2a883ea56f2e6c991b6d69ced171481f9349d461187bc4e6970c8f4c2d6e058b20c6e10d8e68a36eec41f78
7
+ data.tar.gz: 868263e384dd36db5ef35868a1493e468902abeefd319435f6b2929475af7de5af4b2e75459a79dcab53e6ed836c930f8796eef81316781bfeb8320bba8d5e29
data/.gitignore CHANGED
@@ -9,6 +9,7 @@
9
9
  /tmp/
10
10
  Gemfile.lock
11
11
  /cache/
12
+ .DS_Store
12
13
 
13
14
  # rspec failure tracking
14
15
  .rspec_status
@@ -6,6 +6,8 @@ module ZohoHub
6
6
  class Contact < BaseRecord
7
7
  attributes :id, :email, :salutation, :first_name, :mobile, :role, :last_name, :vendor_id
8
8
  attributes :account_id, :owner_id, :campaign_id, :status, :campaign_detail, :phone
9
+ attributes :mailing_city, :mailing_code, :mailing_country, :mailing_street, :mailing_state
10
+ attributes :date_of_birth, :relationship_to_business
9
11
 
10
12
  attribute_translation(
11
13
  id: :id,
@@ -13,6 +13,8 @@ module ZohoHub
13
13
  attributes :guarantee_types, :home_ownership_status
14
14
  attributes :accountant_id, :vat_registration, :published_all_of_market
15
15
  attributes :credit_risk_band, :live_ccjs, :satisfied_ccjs
16
+ attributes :state, :number_of_connections
17
+ attributes :submitted_to_lender_panel
16
18
 
17
19
  DEFAULTS = {
18
20
  currency: 'GBP',
@@ -31,7 +33,10 @@ module ZohoHub
31
33
  vat_registration: :Pick_List_15,
32
34
  live_ccjs: :Live_CCJs,
33
35
  satisfied_ccjs: :Satisfied_CCJs,
34
- published_all_of_market: :Published_to_All_of_Market
36
+ published_all_of_market: :Published_to_All_of_Market,
37
+ state: :State1,
38
+ submitted_to_lender_panel: :Submitted_to_Lender_Panel,
39
+ number_of_connections: :Number_of_Connections
35
40
  )
36
41
 
37
42
  def initialize(params)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZohoHub
4
- VERSION = '0.1.28'
4
+ VERSION = '0.1.32'
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.28
4
+ version: 0.1.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Otero
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-26 00:00:00.000000000 Z
11
+ date: 2022-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport