sendly 3.37.0 → 3.37.1

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: 43ce471688134e41cbed23f9d6b8bcc82895c867a4f42340120f670424d5a5f7
4
- data.tar.gz: 628de06e8a2f2a25fc4837c94cb3bb651dc877f6d27ad8967af8b732d97f0a30
3
+ metadata.gz: 5da119e52e96f793ddd86099f4f49ef94a5dc50965d480c84e23a43e5d0fa3c2
4
+ data.tar.gz: f1fd1ae9ba13230e5a939594e3b5049bae6251daa064d5399cfe4a23b4937637
5
5
  SHA512:
6
- metadata.gz: a012fb951c1c7e1f000e83e031d8c35eb3145bcdef3ce7ddc2eacc400263dae269223c4631e12f2db621ea0aa3a887142c18614773fcb5f577eee09bda0a1d92
7
- data.tar.gz: f01118db4ee6fd181b148a2d2c1d7ea551b14c2e748cc0d01cf16cf5e097ba5718e53b943423ded434c071f17f2f27adbb63ed5064312c2d5ddebcdb0b22fa0e
6
+ metadata.gz: 0a2f993fa684453f88a91144800c2808bcaaad51cbccbc88a982908f8b6ec6d6b7905a24374b1c56d6b1b6b8bb9c8b65a7004133e0f0859a33873be8c4dc5933
7
+ data.tar.gz: e8d9bb57bbaee7a50bc13ae7237267eb1ec3a3237814be3f9351ff7d43d8ddc9174b663dea7e23b6b02c1c36b2c36930f432c7eb2ac7b493710a458353ce313a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sendly (3.37.0)
4
+ sendly (3.37.1)
5
5
  faraday (~> 2.0)
6
6
  faraday-retry (~> 2.0)
7
7
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sendly
4
- VERSION = "3.37.0"
4
+ VERSION = "3.37.1"
5
5
  end
@@ -56,6 +56,22 @@ module Sendly
56
56
  EVENT_CONTACT_MARKED_VALID = "contact.marked_valid"
57
57
  EVENT_CONTACTS_LOOKUP_COMPLETED = "contacts.lookup_completed"
58
58
  EVENT_CONTACTS_BULK_MARKED_VALID = "contacts.bulk_marked_valid"
59
+ EVENT_BRAND_VERIFIED = "brand.verified"
60
+ EVENT_BRAND_FAILED = "brand.failed"
61
+ EVENT_CAMPAIGN_APPROVED = "campaign.approved"
62
+ EVENT_CAMPAIGN_REJECTED = "campaign.rejected"
63
+ EVENT_CAMPAIGN_SUSPENDED = "campaign.suspended"
64
+ EVENT_ASSIGNMENT_CONFIRMED = "assignment.confirmed"
65
+ EVENT_ASSIGNMENT_FAILED = "assignment.failed"
66
+ EVENT_PORT_COMPLETED = "port.completed"
67
+ EVENT_PORT_OUT_REQUESTED = "port_out.requested"
68
+ EVENT_PORT_OUT_COMPLETED = "port_out.completed"
69
+ EVENT_PORT_OUT_REJECTED = "port_out.rejected"
70
+ EVENT_PORT_OUT_CANCELLED = "port_out.cancelled"
71
+ EVENT_NUMBER_ACTIVATED = "number.activated"
72
+ EVENT_NUMBER_FAILED = "number.failed"
73
+ EVENT_NUMBER_REQUIREMENTS_REQUIRED = "number.requirements_required"
74
+ EVENT_NUMBER_RELEASED = "number.released"
59
75
 
60
76
  # Source of a list-health event. Frozen enum — new values will be
61
77
  # added in minor SDK versions, never removed.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sendly
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.37.0
4
+ version: 3.37.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sendly
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-07-09 00:00:00.000000000 Z
11
+ date: 2026-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday