zoho_hub 0.1.36 → 0.1.39

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: '09a96977118a8223b54ef2d54847b7fd2a6ca3dfa9683332dfd7519bb47ba022'
4
- data.tar.gz: 8f15dfad04e8decb510d252dc6b05146207c500e99e492cb3da7289e12ffe637
3
+ metadata.gz: c3de3d1ebb826cbb40befa6ef064bb566323f3ab8c89d7eea26775ea73305763
4
+ data.tar.gz: 4bb685e74fe85cfb05bd00875680e7f0f6ec8edcfe6f56160544f762fdd1c8c5
5
5
  SHA512:
6
- metadata.gz: 642b8b182b7eec9f2b61684e9e3513b2bc273d99dbf19c349d83002422c9554af236e3ab79dc45d4c75243aee63ad8f518734c5d370e4232791864bc3b9a3881
7
- data.tar.gz: f0d960daa94c0f99f94d21d9caeadc33791edbef66b6d6fc732f822a6bc165750aed20bb0ef7b1e29312a5d217c9d024e76997d033f08790998b060bc0d94262
6
+ metadata.gz: ff9123d53fdebf1f1004af2d3ab9ec6a94f94679d16cd6cbd92779b5ce7e3d792128533d98f5d65de7aa973f5cfe52db81f8e160855818a0bf776b41c93a4182
7
+ data.tar.gz: 0fda895243b8614e7af90307a104a727b49b31bae28cf4892ec3adbcbf6e41d8d87adff632496ade83ed4f78d5521b14bdc7ba4ffd7981a8b934631ce5f98621
@@ -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.36'
4
+ VERSION = '0.1.39'
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.36
4
+ version: 0.1.39
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