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 +4 -4
- data/lib/zoho_hub/records/account.rb +1 -1
- data/lib/zoho_hub/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab690f62789a7d1a1343f0e1db7f795280dd1e92c1228d8aae7bf7e49fa12112
|
|
4
|
+
data.tar.gz: d8e07289509c05529e6f4d1af95c6da53045f2cc7a6c0afb211f807ad00add56
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
data/lib/zoho_hub/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2022-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|