zoho_hub 0.1.51 → 0.1.53
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/zoho_hub/records/potential.rb +1 -0
- 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: 20d470281205ed53e4440448254007f9b0e7738ad19b23ac4f044cef19a8a76e
|
4
|
+
data.tar.gz: 5f67d2866450933ed63f5184c60b26dfd19e3e7595bbac23c51e2a7bf4271555
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76cd375d7b09fd0e0edffd4e3fdbda7a51c4ee4e7fa97f4ab10634b8897660be0998a6b4e355579f772cc44e83641f003d6a3ae5310f8952f8eda4eb6bf871d2
|
7
|
+
data.tar.gz: d73b543428dc301615f4a95cc45c5dbc11159ffefaa4cb96bdd9dec0cf98c1392c1d2530bba25c9b3630771c0695f202d7cf5bf9dc6155bdb46978b6f469463f
|
@@ -16,6 +16,7 @@ module ZohoHub
|
|
16
16
|
attributes :state, :number_of_connections
|
17
17
|
attributes :submitted_to_lender_panel, :last_attachment_uploaded, :funds_timeline
|
18
18
|
attributes :cancellation_reason, :stripe_payment_reference
|
19
|
+
attributes :portal_session_id, :portal_session_url, :portal_agent_session_url
|
19
20
|
|
20
21
|
DEFAULTS = {
|
21
22
|
currency: 'GBP',
|
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.53
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ricardo Otero
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03-
|
11
|
+
date: 2023-03-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|