zoho_hub 0.1.30 → 0.1.32

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: f177b456953310702d064ec84809b4855f2015d9c24df0c85e7afd2459c305f7
4
+ data.tar.gz: f4074ff9f3f36e1105e7295a3ef274bf411a5052637ab6e1cf23a69b282e9822
5
5
  SHA512:
6
- metadata.gz: 57f11739ff1d96186d745e7e566465e64b1610c84236ab8ca58c1a5ebca16800529d9bd2c8d6aa1d4d2bff611d165e1bdb5a88ad253542efb4fb23c9ccd9fb45
7
- data.tar.gz: 4da706f12351b1648f3ea5f146907ef9e5276f773f273ad21aac6271a32e8a2a0b331d0a2f6a66a84569ed9655204a144a4b981619a0af1b20f11fff6b6fc9eb
6
+ metadata.gz: 6ab6b594cdefdec6438808899c0622d4ee38d09ee2a883ea56f2e6c991b6d69ced171481f9349d461187bc4e6970c8f4c2d6e058b20c6e10d8e68a36eec41f78
7
+ data.tar.gz: 868263e384dd36db5ef35868a1493e468902abeefd319435f6b2929475af7de5af4b2e75459a79dcab53e6ed836c930f8796eef81316781bfeb8320bba8d5e29
@@ -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,
@@ -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.32'
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.32
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-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport