zavudev 0.0.2 → 0.1.0
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 +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +1 -1
- data/lib/zavudev/resources/messages.rb +3 -3
- data/lib/zavudev/version.rb +1 -1
- data/rbi/zavudev/resources/messages.rbi +3 -3
- 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: 0f09296611bc8f3edb60f94de2a3c03b93d04dd38f8680d4d7e7d3e7bc873d8e
|
|
4
|
+
data.tar.gz: 93501af4052f63520196635581d0fb36cd1dff4bc2747e54df87c7cb9228af87
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3689f3274c6e977c7091943ed28805c89a6f60845e8e81addb92fedc11e9759680af9072954f7355f1459d1c2571ae9d10d62b7364a638b188955946b828e51f
|
|
7
|
+
data.tar.gz: 32d256da4bb48e548dff3000b096ba61e69902d7c47eb3493a2f64981b3724a365d6ec579c168115ef3060ce9485c09606bd8a7f2547108c63b1b83c51a89891
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.0 (2026-03-10)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.0.2...v0.1.0](https://github.com/zavudev/sdk-ruby/compare/v0.0.2...v0.1.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([68ff5e1](https://github.com/zavudev/sdk-ruby/commit/68ff5e17ef2ef80f6b897b42b25dfd53f11a0cde))
|
|
10
|
+
|
|
3
11
|
## 0.0.2 (2026-03-08)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.0.1...v0.0.2](https://github.com/zavudev/sdk-ruby/compare/v0.0.1...v0.0.2)
|
data/README.md
CHANGED
|
@@ -102,10 +102,10 @@ module Zavudev
|
|
|
102
102
|
# - Window opens when the user messages you first
|
|
103
103
|
# - Use template messages to initiate conversations outside the window
|
|
104
104
|
#
|
|
105
|
-
# **
|
|
105
|
+
# **Daily limits:**
|
|
106
106
|
#
|
|
107
|
-
# -
|
|
108
|
-
#
|
|
107
|
+
# - Unverified accounts: 200 messages per channel per day
|
|
108
|
+
# - Complete KYC verification to increase limits to 10,000/day
|
|
109
109
|
#
|
|
110
110
|
# @overload send_(to:, channel: nil, content: nil, fallback_enabled: nil, html_body: nil, idempotency_key: nil, message_type: nil, metadata: nil, reply_to: nil, subject: nil, text: nil, voice_language: nil, zavu_sender: nil, request_options: {})
|
|
111
111
|
#
|
data/lib/zavudev/version.rb
CHANGED
|
@@ -70,10 +70,10 @@ module Zavudev
|
|
|
70
70
|
# - Window opens when the user messages you first
|
|
71
71
|
# - Use template messages to initiate conversations outside the window
|
|
72
72
|
#
|
|
73
|
-
# **
|
|
73
|
+
# **Daily limits:**
|
|
74
74
|
#
|
|
75
|
-
# -
|
|
76
|
-
#
|
|
75
|
+
# - Unverified accounts: 200 messages per channel per day
|
|
76
|
+
# - Complete KYC verification to increase limits to 10,000/day
|
|
77
77
|
sig do
|
|
78
78
|
params(
|
|
79
79
|
to: String,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zavudev
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zavudev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|