telnyx 5.66.0 → 5.66.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: 2fde5336f30bf3885d6dae115c6680b44a9773ffc7cf430a997ac9866e0b9f4b
4
- data.tar.gz: 911beeb12b8b575b114f4d23d0a31f294c3223fb3f8ea1ab7fda6ee4c4a7919d
3
+ metadata.gz: fd82c8cd31aaabd131bb14b35a9e067b9f3f8a4e2f9a43e9c68f343976fbc90c
4
+ data.tar.gz: c5c6c20bc874085965b6833d175af91e56ea847f58d59bb1ea2fdaf879492a89
5
5
  SHA512:
6
- metadata.gz: a3b256e7c48c13ddac1d8c8f46daf818c2c283701fb0a48487d77fc9c362df29f7ad1dde7d22792e72bca9e0a0556608b41dee237ae870eea9190fc8ee52e661
7
- data.tar.gz: 89dfdc1e1c03b0b8ead3c1c200ee13c46d75a724f551da3a08f83a9ea9a72da93ddd2fb3791250584f1b4fe250fe763eecbf963a17e73bfcd67fd5d4f87bf85a
6
+ metadata.gz: 6787a88a9c70d2bc6e28c5cef770b26a578f46af3fe251486ef05b54e51f3c2c9a2ea25c98255afc66d2c3e486ed8d5509b15d555b8345cc5566ae7490a1f231
7
+ data.tar.gz: 8419fed41b3a914da9e880d390da87814e8210784cc7ca7a84d40ec56b4c22d3123b89d07a151d0f3c93d5cb862ed25eb1362064b840a3e593cc629e2bb528bb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.66.1 (2026-03-25)
4
+
5
+ Full Changelog: [v5.66.0...v5.66.1](https://github.com/team-telnyx/telnyx-ruby/compare/v5.66.0...v5.66.1)
6
+
7
+ ### Bug Fixes
8
+
9
+ * rename number-reputation ToS route to use underscores ([b8cee64](https://github.com/team-telnyx/telnyx-ruby/commit/b8cee644a9425b9adf2e63131d9ea1c6f27cfdf4))
10
+
3
11
  ## 5.66.0 (2026-03-25)
4
12
 
5
13
  Full Changelog: [v5.65.0...v5.66.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.65.0...v5.66.0)
data/README.md CHANGED
@@ -24,7 +24,7 @@ To use this gem, install via Bundler by adding the following to your application
24
24
  <!-- x-release-please-start-version -->
25
25
 
26
26
  ```ruby
27
- gem "telnyx", "~> 5.66.0"
27
+ gem "telnyx", "~> 5.66.1"
28
28
  ```
29
29
 
30
30
  <!-- x-release-please-end -->
@@ -21,7 +21,7 @@ module Telnyx
21
21
  def agree(params = {})
22
22
  @client.request(
23
23
  method: :post,
24
- path: "terms-of-service/number-reputation/agree",
24
+ path: "terms_of_service/number_reputation/agree",
25
25
  model: NilClass,
26
26
  options: params[:request_options]
27
27
  )
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Telnyx
4
- VERSION = "5.66.0"
4
+ VERSION = "5.66.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: telnyx
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.66.0
4
+ version: 5.66.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Telnyx