telnyx 5.3.0 → 5.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3e578c01119563d6b8b2af5fe886fdb5d271c8634ae22bc8bd19d4b2dbf2fe1
4
- data.tar.gz: e6653e09b4e93f6be3c04196747ee6282dbfc2fe35c498ff990fb1588ca3366f
3
+ metadata.gz: b89fff7b8992fc4d96a8e64ef93ad50aed61ea620033c6a622b5dfa3fa4b0785
4
+ data.tar.gz: 866f28b227b9416da6ae6b0700d9c4787675dd748f0cf2540c21bdad60f91086
5
5
  SHA512:
6
- metadata.gz: d60f90271e472ba95ec5616eee1da1ade83b5383a28988e86261a0a6585fd65ad547b9572cf185a9519bd8fbf0498d794d316ad10adfed4d1358026ada675f39
7
- data.tar.gz: 53682d17a87d3310ff9f1436f20952a1f9d70201f4ccbbd417959a952ca528a186d35d8baa06265c29b6e10394e3a4e654fb2fecd8355112ee11533e2f51f264
6
+ metadata.gz: d9b51decbd36a87397d60044a55c31846f1a5765352f6f84707420b75cc66d806f0e9274d19ae9432ed11f8bf8ff103a91e7f1dee48c5184d3735ed8115fb398
7
+ data.tar.gz: a2e7e09e0ed6e3db22091f7f5782f988687c51b6a80a97394f177e82afc97ddd8a1fd2486c5f4985a66a09d4cc0cb64a6f8f7379204cce956d4bdf3f93037d08
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.4.0 (2026-01-27)
4
+
5
+ Full Changelog: [v5.3.0...v5.4.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.3.0...v5.4.0)
6
+
7
+ ### Features
8
+
9
+ * Deploy dev/mc vady wip ([3582de3](https://github.com/team-telnyx/telnyx-ruby/commit/3582de3b95261ed164c56d4e7d5b286b2f9da7ab))
10
+
3
11
  ## 5.3.0 (2026-01-27)
4
12
 
5
13
  Full Changelog: [v5.2.0...v5.3.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.2.0...v5.3.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.3.0"
27
+ gem "telnyx", "~> 5.4.0"
28
28
  ```
29
29
 
30
30
  <!-- x-release-please-end -->
@@ -5,8 +5,7 @@ module Telnyx
5
5
  class PrivateWirelessGatewayStatus < Telnyx::Internal::Type::BaseModel
6
6
  response_only do
7
7
  # @!attribute error_code
8
- # This attribute is an
9
- # [error code](https://developers.telnyx.com/development/api-fundamentals/api-errors)
8
+ # This attribute is an [error code](https://developers.telnyx.com/api/errors)
10
9
  # related to the failure reason.
11
10
  #
12
11
  # @return [String, nil]
@@ -38,7 +37,7 @@ module Telnyx
38
37
  #
39
38
  # The current status or failure details of the Private Wireless Gateway.
40
39
  #
41
- # @param error_code [String, nil] This attribute is an [error code](https://developers.telnyx.com/development/api-
40
+ # @param error_code [String, nil] This attribute is an [error code](https://developers.telnyx.com/api/errors) rela
42
41
  #
43
42
  # @param error_description [String, nil] This attribute provides a human-readable explanation of why a failure happened.
44
43
  #
@@ -9,7 +9,7 @@ module Telnyx
9
9
 
10
10
  # @!attribute filter
11
11
  # Consolidated filter parameter for SIM cards (deepObject style). Originally:
12
- # filter[iccid], filter[msisdn], filter[status], filter[tags]
12
+ # filter[tags], filter[iccid], filter[status]
13
13
  #
14
14
  # @return [Telnyx::Models::SimCardListParams::Filter, nil]
15
15
  optional :filter, -> { Telnyx::SimCardListParams::Filter }
@@ -63,12 +63,6 @@ module Telnyx
63
63
  # @return [String, nil]
64
64
  optional :iccid, String
65
65
 
66
- # @!attribute msisdn
67
- # A search string to match for the SIM card's MSISDN.
68
- #
69
- # @return [String, nil]
70
- optional :msisdn, String
71
-
72
66
  # @!attribute status
73
67
  # Filter by a SIM card's status.
74
68
  #
@@ -89,17 +83,15 @@ module Telnyx
89
83
  # @return [Array<String>, nil]
90
84
  optional :tags, Telnyx::Internal::Type::ArrayOf[String]
91
85
 
92
- # @!method initialize(iccid: nil, msisdn: nil, status: nil, tags: nil)
86
+ # @!method initialize(iccid: nil, status: nil, tags: nil)
93
87
  # Some parameter documentations has been truncated, see
94
88
  # {Telnyx::Models::SimCardListParams::Filter} for more details.
95
89
  #
96
90
  # Consolidated filter parameter for SIM cards (deepObject style). Originally:
97
- # filter[iccid], filter[msisdn], filter[status], filter[tags]
91
+ # filter[tags], filter[iccid], filter[status]
98
92
  #
99
93
  # @param iccid [String] A search string to partially match for the SIM card's ICCID.
100
94
  #
101
- # @param msisdn [String] A search string to match for the SIM card's MSISDN.
102
- #
103
95
  # @param status [Array<Symbol, Telnyx::Models::SimCardListParams::Filter::Status>] Filter by a SIM card's status.
104
96
  #
105
97
  # @param tags [Array<String>] A list of SIM card tags to filter on.<br/><br/>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Telnyx
4
- VERSION = "5.3.0"
4
+ VERSION = "5.4.0"
5
5
  end
@@ -8,8 +8,7 @@ module Telnyx
8
8
  T.any(Telnyx::PrivateWirelessGatewayStatus, Telnyx::Internal::AnyHash)
9
9
  end
10
10
 
11
- # This attribute is an
12
- # [error code](https://developers.telnyx.com/development/api-fundamentals/api-errors)
11
+ # This attribute is an [error code](https://developers.telnyx.com/api/errors)
13
12
  # related to the failure reason.
14
13
  sig { returns(T.nilable(String)) }
15
14
  attr_accessor :error_code
@@ -49,8 +48,7 @@ module Telnyx
49
48
  ).returns(T.attached_class)
50
49
  end
51
50
  def self.new(
52
- # This attribute is an
53
- # [error code](https://developers.telnyx.com/development/api-fundamentals/api-errors)
51
+ # This attribute is an [error code](https://developers.telnyx.com/api/errors)
54
52
  # related to the failure reason.
55
53
  error_code: nil,
56
54
  # This attribute provides a human-readable explanation of why a failure happened.
@@ -12,7 +12,7 @@ module Telnyx
12
12
  end
13
13
 
14
14
  # Consolidated filter parameter for SIM cards (deepObject style). Originally:
15
- # filter[iccid], filter[msisdn], filter[status], filter[tags]
15
+ # filter[tags], filter[iccid], filter[status]
16
16
  sig { returns(T.nilable(Telnyx::SimCardListParams::Filter)) }
17
17
  attr_reader :filter
18
18
 
@@ -61,7 +61,7 @@ module Telnyx
61
61
  end
62
62
  def self.new(
63
63
  # Consolidated filter parameter for SIM cards (deepObject style). Originally:
64
- # filter[iccid], filter[msisdn], filter[status], filter[tags]
64
+ # filter[tags], filter[iccid], filter[status]
65
65
  filter: nil,
66
66
  # A valid SIM card group ID.
67
67
  filter_sim_card_group_id: nil,
@@ -105,13 +105,6 @@ module Telnyx
105
105
  sig { params(iccid: String).void }
106
106
  attr_writer :iccid
107
107
 
108
- # A search string to match for the SIM card's MSISDN.
109
- sig { returns(T.nilable(String)) }
110
- attr_reader :msisdn
111
-
112
- sig { params(msisdn: String).void }
113
- attr_writer :msisdn
114
-
115
108
  # Filter by a SIM card's status.
116
109
  sig do
117
110
  returns(
@@ -146,11 +139,10 @@ module Telnyx
146
139
  attr_writer :tags
147
140
 
148
141
  # Consolidated filter parameter for SIM cards (deepObject style). Originally:
149
- # filter[iccid], filter[msisdn], filter[status], filter[tags]
142
+ # filter[tags], filter[iccid], filter[status]
150
143
  sig do
151
144
  params(
152
145
  iccid: String,
153
- msisdn: String,
154
146
  status:
155
147
  T::Array[Telnyx::SimCardListParams::Filter::Status::OrSymbol],
156
148
  tags: T::Array[String]
@@ -159,8 +151,6 @@ module Telnyx
159
151
  def self.new(
160
152
  # A search string to partially match for the SIM card's ICCID.
161
153
  iccid: nil,
162
- # A search string to match for the SIM card's MSISDN.
163
- msisdn: nil,
164
154
  # Filter by a SIM card's status.
165
155
  status: nil,
166
156
  # A list of SIM card tags to filter on.<br/><br/> If the SIM card contains
@@ -180,7 +170,6 @@ module Telnyx
180
170
  override.returns(
181
171
  {
182
172
  iccid: String,
183
- msisdn: String,
184
173
  status:
185
174
  T::Array[Telnyx::SimCardListParams::Filter::Status::OrSymbol],
186
175
  tags: T::Array[String]
@@ -70,7 +70,7 @@ module Telnyx
70
70
  end
71
71
  def list(
72
72
  # Consolidated filter parameter for SIM cards (deepObject style). Originally:
73
- # filter[iccid], filter[msisdn], filter[status], filter[tags]
73
+ # filter[tags], filter[iccid], filter[status]
74
74
  filter: nil,
75
75
  # A valid SIM card group ID.
76
76
  filter_sim_card_group_id: nil,
@@ -61,7 +61,6 @@ module Telnyx
61
61
  type filter =
62
62
  {
63
63
  iccid: String,
64
- msisdn: String,
65
64
  status: ::Array[Telnyx::Models::SimCardListParams::Filter::status],
66
65
  tags: ::Array[String]
67
66
  }
@@ -71,10 +70,6 @@ module Telnyx
71
70
 
72
71
  def iccid=: (String) -> String
73
72
 
74
- attr_reader msisdn: String?
75
-
76
- def msisdn=: (String) -> String
77
-
78
73
  attr_reader status: ::Array[Telnyx::Models::SimCardListParams::Filter::status]?
79
74
 
80
75
  def status=: (
@@ -87,14 +82,12 @@ module Telnyx
87
82
 
88
83
  def initialize: (
89
84
  ?iccid: String,
90
- ?msisdn: String,
91
85
  ?status: ::Array[Telnyx::Models::SimCardListParams::Filter::status],
92
86
  ?tags: ::Array[String]
93
87
  ) -> void
94
88
 
95
89
  def to_hash: -> {
96
90
  iccid: String,
97
- msisdn: String,
98
91
  status: ::Array[Telnyx::Models::SimCardListParams::Filter::status],
99
92
  tags: ::Array[String]
100
93
  }
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.3.0
4
+ version: 5.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Telnyx