zoho_hub 0.1.32 → 0.1.35

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: f177b456953310702d064ec84809b4855f2015d9c24df0c85e7afd2459c305f7
4
- data.tar.gz: f4074ff9f3f36e1105e7295a3ef274bf411a5052637ab6e1cf23a69b282e9822
3
+ metadata.gz: 34d2516c715e6bb7ac4295229b1e47fb05f6c4eef470be4b48f96e6f43355e1b
4
+ data.tar.gz: 76a0df3fc9148f9aa95fcc0ebdca9b5a372c25279404652106c7df2d3cc8616c
5
5
  SHA512:
6
- metadata.gz: 6ab6b594cdefdec6438808899c0622d4ee38d09ee2a883ea56f2e6c991b6d69ced171481f9349d461187bc4e6970c8f4c2d6e058b20c6e10d8e68a36eec41f78
7
- data.tar.gz: 868263e384dd36db5ef35868a1493e468902abeefd319435f6b2929475af7de5af4b2e75459a79dcab53e6ed836c930f8796eef81316781bfeb8320bba8d5e29
6
+ metadata.gz: 676f67754c8f3e18ce8945f2501fd2a466b607d8cd9ba2a3697974bd7e6c05499bdc1a6537d1586d254db97a374cb54f9778143c7761d4d7cef094f5ac22e444
7
+ data.tar.gz: 255b487546c621604e0f5808713d3f1bdb0bd73a932f08771f799bbb2fa5c6de22071f77941cf68f1f62b52e5e4354d94327c0bdde145d3dfb4ecf166f592abc
@@ -6,14 +6,15 @@ 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
9
+ attributes :mailing_city, :mailing_zip, :mailing_country, :mailing_street :mailing_state,
10
10
  attributes :date_of_birth, :relationship_to_business
11
11
 
12
12
  attribute_translation(
13
13
  id: :id,
14
14
  role: :platform_cont_type,
15
15
  status: :platform_cont_status,
16
- use_proceeds: :use_proceeds
16
+ use_proceeds: :use_proceeds,
17
+ date_of_birth: :Date_of_Birth
17
18
  )
18
19
 
19
20
  DEFAULTS = {
@@ -6,7 +6,7 @@ module ZohoHub
6
6
  class Potential < BaseRecord
7
7
  attributes :id, :code, :deal_name, :amount, :description, :stage
8
8
  attributes :company_age_years, :company_age_months, :term, :use_proceeds, :proceeds_detail
9
- attributes :currency, :territory, :employee_count, :turnover, :industry, :region
9
+ attributes :currency, :territory, :employee_count, :turnover, :industry, :region, :turnover_figure
10
10
  attributes :review_outcome, :first_created, :last_modified, :preferred_term, :project_notes
11
11
  attributes :campaign_id, :account_id, :contact_id, :campaign_detail, :reviewers_comment
12
12
  attributes :accounting_software, :banking_provider
@@ -35,8 +35,9 @@ module ZohoHub
35
35
  satisfied_ccjs: :Satisfied_CCJs,
36
36
  published_all_of_market: :Published_to_All_of_Market,
37
37
  state: :State1,
38
- submitted_to_lender_panel: :Submitted_to_Lender_Panel,
39
- number_of_connections: :Number_of_Connections
38
+ submitted_to_lender_panel: :Submitted_to_Lender_Panel1,
39
+ number_of_connections: :Number_of_Connections,
40
+ turnover_figure: :Turnover_figure
40
41
  )
41
42
 
42
43
  def initialize(params)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZohoHub
4
- VERSION = '0.1.32'
4
+ VERSION = '0.1.35'
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.32
4
+ version: 0.1.35
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-02-24 00:00:00.000000000 Z
11
+ date: 2022-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport