zoho_hub 0.1.35 → 0.1.38

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: 34d2516c715e6bb7ac4295229b1e47fb05f6c4eef470be4b48f96e6f43355e1b
4
- data.tar.gz: 76a0df3fc9148f9aa95fcc0ebdca9b5a372c25279404652106c7df2d3cc8616c
3
+ metadata.gz: 93173d8806421c38ac87e1676d20f4f2abd242450d6a1889728e4efe425e8605
4
+ data.tar.gz: 5c845c161d4ee0bfc20510c44840cf8fa24d27779aef9ef40aaf4ad524b5f630
5
5
  SHA512:
6
- metadata.gz: 676f67754c8f3e18ce8945f2501fd2a466b607d8cd9ba2a3697974bd7e6c05499bdc1a6537d1586d254db97a374cb54f9778143c7761d4d7cef094f5ac22e444
7
- data.tar.gz: 255b487546c621604e0f5808713d3f1bdb0bd73a932f08771f799bbb2fa5c6de22071f77941cf68f1f62b52e5e4354d94327c0bdde145d3dfb4ecf166f592abc
6
+ metadata.gz: 8c710bcb8504746ace878cd333489235dcb4fa7ea6ca29ca3f1298b85e255c183862ffb74ec0cf2e97ab8deceb838b577325a436d530e66b2f4d6e2b64c606a2
7
+ data.tar.gz: ba1ef851614b3735484dc1abbd8e889f687d1eb44b4f59d6cc6264b4406bc0c223e9bd5ab1843ad427c3ca76813b9beeecf9f3c9fb11dff3f378bc53c8e136ef
@@ -6,7 +6,7 @@ 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_zip, :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(
@@ -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 = {
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZohoHub
4
- VERSION = '0.1.35'
4
+ VERSION = '0.1.38'
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.35
4
+ version: 0.1.38
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