active_campaign_webhooks 0.3.4 → 0.3.5

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: 719d0297693cf4121ca411e72fd195613d76917d30a7daef4a617a59f983c232
4
- data.tar.gz: 38e18a44a3a714d7735cbf5fdf3deddae168f24d9380d80ef48ad7654c48d10d
3
+ metadata.gz: 3c47c35aab81851fc5f730d590aa27c5057e6c8eab637611c79ad932541a5c29
4
+ data.tar.gz: ead058e76b7e9a96a3e500b2b1d76dbb0b4c217aeb28e3f5946d25baab923868
5
5
  SHA512:
6
- metadata.gz: 622e15c68f7136fc1670a289640b6ef6f2759bd457296adfb01e88a39ef25d91033622147417715f8642bcc6df3790ada9194134a03db6bf8f7a60e3ed59c294
7
- data.tar.gz: 16069b4c9c5d98db2e5f5fe9d8836f6226f2f8c47c06253ce7e549b2bf9016acfdcb4ba724260739fdfe84546bd5bf43a9216e5bcc4a3c90aed71e4cd4210c6d
6
+ metadata.gz: a3b2ab0573d943e10e8bafe1f88756fda4069f6c939fcd6556a7c0673975968373fca74e09108960257077c45f5f97d6ad1471e7a7bbc9b2f7e05833a07e18cd
7
+ data.tar.gz: 48eb7023976716415f360395264ae56537e119bd94191297da7a325d9f773ecde4b72059354428597c9d17d25fa59df4649fd68861289643ec69e2be9a560aa7
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_campaign_webhooks (0.3.4)
4
+ active_campaign_webhooks (0.3.5)
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
@@ -47,8 +47,6 @@ module ActiveCampaign
47
47
  attribute :contact_email
48
48
  # @return [String]
49
49
  attribute :contact_avatar
50
- # @return [DateTime]
51
- attribute :age, :DateTime
52
50
  # @return [Float]
53
51
  attribute :value, :Float
54
52
  # @return [String]
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ActiveCampaign
4
4
  module Webhooks
5
- VERSION = '0.3.4'
5
+ VERSION = '0.3.5'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_campaign_webhooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Boyne