zoho_hub 0.1.30 → 0.1.34

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: 9dd7f79f0eaf2f34b6fd214ce3f3cc3993a5be015b4815a7da9f478be53ed64d
4
- data.tar.gz: 17f0c5736855c4e9104b09edbc89befe804af4d855f8437d35a9d5e6bcd58104
3
+ metadata.gz: 34db08b89de3ec292a8b65bed1c0cb853864bcad175d7d0ca56945010121a954
4
+ data.tar.gz: 81bdbac089edf74116c05f0b9e4efd03e2688f63af667ba41dcb268e83e37668
5
5
  SHA512:
6
- metadata.gz: 57f11739ff1d96186d745e7e566465e64b1610c84236ab8ca58c1a5ebca16800529d9bd2c8d6aa1d4d2bff611d165e1bdb5a88ad253542efb4fb23c9ccd9fb45
7
- data.tar.gz: 4da706f12351b1648f3ea5f146907ef9e5276f773f273ad21aac6271a32e8a2a0b331d0a2f6a66a84569ed9655204a144a4b981619a0af1b20f11fff6b6fc9eb
6
+ metadata.gz: 6c9fa0e7cbef1a26c32c4f78490d3619e73ca8ab84cda377e1000d50689e45d894f4b2300d1ca0e08f97e98a8d41efa76ea73f80b851272f77388c6c48459f3d
7
+ data.tar.gz: e93772a89c5aeb6e2353c978a64e4074cc9e68e4abfd694a370e6666deb48606f637af2b8647dd49734fa407a9bf957f42aac74d3bf874566790661362d959a4
@@ -6,12 +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
10
+ attributes :date_of_birth, :relationship_to_business
9
11
 
10
12
  attribute_translation(
11
13
  id: :id,
12
14
  role: :platform_cont_type,
13
15
  status: :platform_cont_status,
14
- use_proceeds: :use_proceeds
16
+ use_proceeds: :use_proceeds,
17
+ date_of_birth: :Date_of_Birth
15
18
  )
16
19
 
17
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.30'
4
+ VERSION = '0.1.34'
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.30
4
+ version: 0.1.34
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-07 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