mailjet 1.7.10 → 1.7.11

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: a012dee3be1fc91064fb9295b7fe8b5a5b95785ccdd309b316ef36b38015b8ed
4
- data.tar.gz: 0e178063bcafbe5fc50630d0571821b0088dd85c05f8461eb0fecd64f3ab9855
3
+ metadata.gz: 7750315aa012f4278b2ec45974bd121b1046508d8053fee6badd0e5e1ca70b8a
4
+ data.tar.gz: 19c8881562660013847bab88693e4c16da7e4ed4d570a447b8cb8dcf74a3d202
5
5
  SHA512:
6
- metadata.gz: f97b0f87b954c4d44496138a3dc278f662de15bba33b4a3975abc227a3b1ff91e75c1bb7fa56361f1bcc3ff2aa9d22918e8e127bfbec23a26c271268b7046aa5
7
- data.tar.gz: cefc2978569f6082de806bdc60b2d7ae86eb646ab2c9070d1c503a9da24992066bec53bf4eed1f9ba7f980ace1a2b4ff476935a72c11b3c676abacb220d687e0
6
+ metadata.gz: 211eec2f72044b08503ac7e987db39d3414d20f3dd42fd2761f4d05e49928c960bd8ff60ab16a1885fedc265b6cd711b7d6e627a13261ff957d527fc3ea1828c
7
+ data.tar.gz: 9f9f68d47df7a8a4435694a733bd8ef76f6e743987dafaeeddaf476c04283fbc5dd287d8e333a4220099a5d4ee3d9b23a487dd0a84e29a81410b58d8e77400fb
@@ -5,20 +5,15 @@ module Mailjet
5
5
  self.public_operations = [:get, :put, :post]
6
6
  self.filters = [:campaign, :contacts_list, :is_unsubscribed, :last_activity_at, :recipient, :status]
7
7
  self.resourceprop = [
8
- :created_at,
9
8
  :delivered_count,
10
9
  :email,
11
10
  :id,
12
11
  :is_opt_in_pending,
13
12
  :is_spam_complaining,
14
- :last_activity_at,
15
- :last_update_at,
16
13
  :name,
17
- :unsubscribed_at,
18
14
  :unsubscribed_by,
19
15
  :is_excluded_from_campaigns
20
16
  ]
21
17
  self.read_only_attributes = [:created_at, :last_activity_at, :last_update_at, :unsubscribed_at]
22
-
23
18
  end
24
19
  end
@@ -4,7 +4,8 @@ module Mailjet
4
4
  self.resource_path = 'REST/listrecipient'
5
5
  self.public_operations = [:get, :put, :post, :delete]
6
6
  self.filters = [:active, :blocked, :contact, :contact_email, :contacts_list, :last_activity_at, :list_name, :opened, :status, :unsub]
7
- self.resourceprop = [:contact, :id, :is_active, :is_unsubscribed, :list, :unsubscribed_at, :contact_id, :list_id, 'ContactID', 'ListID', 'ContactALT', 'ListALT']
7
+ self.resourceprop = [:contact, :id, :is_active, :is_unsubscribed, :list, :contact_id, :list_id, 'ContactID', 'ListID', 'ContactALT', 'ListALT']
8
8
 
9
+ self.read_only_attributes = [:subscribed_at, :unsubscribed_at]
9
10
  end
10
11
  end
@@ -1,3 +1,3 @@
1
1
  module Mailjet
2
- VERSION = "1.7.10"
2
+ VERSION = "1.7.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mailjet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.10
4
+ version: 1.7.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler Nappy
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2024-04-16 00:00:00.000000000 Z
14
+ date: 2024-05-01 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activesupport