zoho_hub 0.1.29 → 0.1.33

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: 8c0b66c76f28dcdef377d2aa2b8747ba5dc5b78864278bf7e2c33067233abb49
4
- data.tar.gz: 6521445a8b48fea2334bbb0e58e722cbed45576ffbd2515a26d2ac3e7bfc7c84
3
+ metadata.gz: a993fd1ad6c2146b8f360a058398ed7bce3dab281f416a1ef6f8751b4eecc598
4
+ data.tar.gz: f6a466aff970f389859b55ede7276bc46673d59fb9ada29234834c359abbb8c2
5
5
  SHA512:
6
- metadata.gz: d9840d0c83c4f18591eababff051b1e42f1dbdfffb5641ac2e075bade45736d7af6d3f43f6153ca3fbf4033ee4a2fdfb180d81a6675e112520250355da881fa0
7
- data.tar.gz: 57ca1b772ed065f8d3f7377ba3be41905616ad4c812b9e6cc5dc6b57ae3a90aad6bfec417e6b24d373ec1b0e6e099258ad9187cb8ce731cb4e065a2cb8d44dc3
6
+ metadata.gz: 68ef2f88b731251987a421784358b78e525dcd2e9ed4bb8287e45180c0d82b7145f0beec1413addaf74ec65edf499aef356d105f29e600320bc60936183dd7c1
7
+ data.tar.gz: d80eeb11bd422f70a94f7de00243e7f936a3fea449859bee2a0806853e641c077e39de00deda02a71069dde6fcee44b3a4026b678dd2d5e6e938b8e66b7cd49e
@@ -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,
@@ -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
@@ -14,6 +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
18
 
18
19
  DEFAULTS = {
19
20
  currency: 'GBP',
@@ -34,7 +35,9 @@ module ZohoHub
34
35
  satisfied_ccjs: :Satisfied_CCJs,
35
36
  published_all_of_market: :Published_to_All_of_Market,
36
37
  state: :State1,
37
- 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
38
41
  )
39
42
 
40
43
  def initialize(params)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZohoHub
4
- VERSION = '0.1.29'
4
+ VERSION = '0.1.33'
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.29
4
+ version: 0.1.33
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-09-01 00:00:00.000000000 Z
11
+ date: 2022-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport