active_campaign_webhooks 0.3.2 → 0.3.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/active_campaign/webhooks/request/contact.rb +1 -3
- data/lib/active_campaign/webhooks/request/deal.rb +6 -8
- data/lib/active_campaign/webhooks/request/deal_task_add_request.rb +2 -0
- data/lib/active_campaign/webhooks/request/deal_update_request.rb +2 -0
- data/lib/active_campaign/webhooks/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: 0b2b8ae4350387297ee735f775e2f01bb69036cf22c951983ecec466f94496eb
|
4
|
+
data.tar.gz: 94c1970ed27ed114092e877f7a9d3de6a482766d1e827612e79576ef9c6e22d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4904a2d41a5126781bad7623034119501990cd7cbbd4c7092235562ea90f0281be2e11e08329cb62043651c278c4482b09d2b3c4fc4ae1558b7a0efcb1bc7360
|
7
|
+
data.tar.gz: 3c6bca2de70ddd6c0ce61ca29a8077fcd3c6156cbb767e6a19818665b5fe2d32918ade4711d1ace885b92d8dcccaa4cc1abe73bdef153a2ca3284c2171511764
|
data/Gemfile.lock
CHANGED
@@ -5,16 +5,18 @@ module ActiveCampaign
|
|
5
5
|
module Request
|
6
6
|
# AC Request Struct Deal
|
7
7
|
class Deal < BaseRecord
|
8
|
-
STATUS_OPEN =
|
9
|
-
STATUS_WON =
|
10
|
-
STATUS_LOST =
|
8
|
+
STATUS_OPEN = 0
|
9
|
+
STATUS_WON = 1
|
10
|
+
STATUS_LOST = 2
|
11
11
|
|
12
12
|
# @return [String]
|
13
13
|
attribute :currency_symbol
|
14
14
|
# @return [String]
|
15
15
|
attribute :currency
|
16
16
|
# @return [Integer]
|
17
|
-
attribute :
|
17
|
+
attribute :orgid, :Integer
|
18
|
+
# @return [String]
|
19
|
+
attribute :orgname
|
18
20
|
# @return [Integer]
|
19
21
|
attribute :stageid, :Integer
|
20
22
|
# @return [Integer]
|
@@ -30,8 +32,6 @@ module ActiveCampaign
|
|
30
32
|
# @return [DateTime]
|
31
33
|
attribute :create_date, :DateTime
|
32
34
|
# @return [String]
|
33
|
-
attribute :customer_acct_name
|
34
|
-
# @return [String]
|
35
35
|
attribute :stage_title
|
36
36
|
# @return [Integer]
|
37
37
|
attribute :pipelineid, :Integer
|
@@ -48,8 +48,6 @@ module ActiveCampaign
|
|
48
48
|
# @return [String]
|
49
49
|
attribute :contact_avatar
|
50
50
|
# @return [Float]
|
51
|
-
attribute :age, :Float
|
52
|
-
# @return [Float]
|
53
51
|
attribute :value, :Float
|
54
52
|
# @return [String]
|
55
53
|
attribute :owner_firstname
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_campaign_webhooks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sam Boyne
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-10-
|
11
|
+
date: 2020-10-21 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|