zoho_hub 0.1.46 → 0.1.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7239817994a57872c0d6d875effd7ed3da88cf34a9a05a6eaaca7585a9be8239
4
- data.tar.gz: b80b1e4337ccde1795d70ef3a3476a8cd8b304d926ab55965176d5004d722ded
3
+ metadata.gz: ab690f62789a7d1a1343f0e1db7f795280dd1e92c1228d8aae7bf7e49fa12112
4
+ data.tar.gz: d8e07289509c05529e6f4d1af95c6da53045f2cc7a6c0afb211f807ad00add56
5
5
  SHA512:
6
- metadata.gz: 75898566ab913cbbd019f5656b7dafa5556a4fb8a5658fbb4dd53d832116060838d5997ab06aac96a9d02123dcc70ce4971fbf6cc022ceab0b11ee8e0131a411
7
- data.tar.gz: e4a0453aa39592d9f5a5e3dd1dd568fa7a747690e0dd5a3fabd33edf8b7d057ece8cc99d6c75afb678c0e4ed8f033caa5bef0f2742c42cc82121e5259a6c73e0
6
+ metadata.gz: 0b579915e0b55cc8dc47ec2b13e0951e9fffeb6604c44d2bcedaed43484e6d83251c9e43f9e8929e320806c2ff71c47f794bf5877385e2311e7ccb14c58ba5df
7
+ data.tar.gz: b2f5bb95037eb4d3be3bc71116a521055cbd473f82945259ff397fdb2eecadc9fb675b4ed3322913d58d2909496cde74157c945638a16b041efc70e47bfa6cb6
@@ -6,7 +6,7 @@ module ZohoHub
6
6
  class Account < BaseRecord
7
7
  attributes :id, :name, :territories, :company_number, :employee_count, :company_type, :industry
8
8
  attributes :billing_city, :billing_code, :billing_country, :billing_street, :billing_state
9
- attributes :account_type
9
+ attributes :account_type, :industry_section, :region
10
10
 
11
11
  # This is the ID to be used when the borrower has no organisation (unlikely) or belongs to
12
12
  # multiple organisations.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZohoHub
4
- VERSION = '0.1.46'
4
+ VERSION = '0.1.47'
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.46
4
+ version: 0.1.47
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-08-24 00:00:00.000000000 Z
11
+ date: 2022-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport