active_campaign_webhooks 0.3.3 → 0.4.0

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: 06c9de491d4e052ac71ea20aee18512e039cf6b82f05653403eabaf97db85c99
4
- data.tar.gz: 37afd8e4ba9a7a9434ab05d25ab207842178435b929e52ece613cfe5cf3f57e5
3
+ metadata.gz: 4a58801b4b9aa3fef7a1a3ca48c8c9547cac16a77f1a4b58627bc369aa41a2f3
4
+ data.tar.gz: 29f4ff9af904015e1aa63d0f0fdcdb7c80f08d0ce3069cd27d6c9488fefe560f
5
5
  SHA512:
6
- metadata.gz: 29d5bd7e4f0b216176c663e77c97d2d400895bdbbe765a84276449ab59d96e5e9e13d7bc0f383bc7d969f3f321b55d1f1b8303457d63e0bc6030bf88ac5a206e
7
- data.tar.gz: 93c7649201c93d8b7dbe468140f0492699bcde677f6dfa8a856e4506c79077044e2c53c6d28a8f5478a510d92a4bdbb6d25a2294344f0dce2501e0e79a108422
6
+ metadata.gz: 6761c78c84cc97328799c65049b65a76f74586a0c79039ab6a03dbeb34f4d2f49a790f9e557954459319f1e50f135b76fe6d5595833587805e806c8634ded79c
7
+ data.tar.gz: 27f49d6c938d065cdfd44af4f06473dde7cc9aeab7ed0ea7a2d6687e3c9823eb483ae58d9ae9088b67d218447605eed9ea5ddc6ce7f4bac68408cdffd4a9e0be
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_campaign_webhooks (0.3.3)
4
+ active_campaign_webhooks (0.4.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -20,9 +20,7 @@ module ActiveCampaign
20
20
  # @return [String]
21
21
  attribute :phone
22
22
  # @return [String]
23
- attribute :customer_acct_name
24
- # @return [Integer]
25
- attribute :customer_acct_id, :Integer
23
+ attribute :orgname
26
24
  # @return [Hash]
27
25
  attribute :fields
28
26
  end
@@ -14,7 +14,9 @@ module ActiveCampaign
14
14
  # @return [String]
15
15
  attribute :currency
16
16
  # @return [Integer]
17
- attribute :customer_acct_id, :Integer
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,9 +48,9 @@ module ActiveCampaign
48
48
  # @return [String]
49
49
  attribute :contact_avatar
50
50
  # @return [Float]
51
- attribute :age, :Float
52
- # @return [Float]
53
- attribute :value, :Float
51
+ attribute :value_raw, :Float
52
+ # @return [string]
53
+ attribute :value
54
54
  # @return [String]
55
55
  attribute :owner_firstname
56
56
  # @return [String]
@@ -7,6 +7,8 @@ module ActiveCampaign
7
7
  class DealTaskAddRequest < BaseRequest
8
8
  # @return [Deal]
9
9
  attribute :deal, :Deal
10
+ # @return [Contact]
11
+ attribute :contact, :Contact
10
12
  # @return [Task]
11
13
  attribute :task, :Task
12
14
  end
@@ -7,6 +7,8 @@ module ActiveCampaign
7
7
  class DealUpdateRequest < BaseRequest
8
8
  # @return [Deal]
9
9
  attribute :deal, :Deal
10
+ # @return [Contact]
11
+ attribute :contact, :Contact
10
12
  # @return [Hash]
11
13
  attribute :updated_fields
12
14
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ActiveCampaign
4
4
  module Webhooks
5
- VERSION = '0.3.3'
5
+ VERSION = '0.4.0'
6
6
  end
7
7
  end
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.3
4
+ version: 0.4.0
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 00:00:00.000000000 Z
11
+ date: 2020-11-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: