moov_ruby 25.2.11 → 25.2.12

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: a495142a36c4e1dbeb353e1e076b72ae2679fed114e1767bcde3492e63d51af7
4
- data.tar.gz: c5ed9ce49d3a7333fbb6727b63e52a1658427d2f0b073455097037d60cbff8cb
3
+ metadata.gz: 9d397bef7211f5d1ac15a7f55cf9d0627b2520e495392258ae2266954577339a
4
+ data.tar.gz: 7c5ea27240fa46f40adcef23c780142bdf6b3f14fcfcee7479839809246644df
5
5
  SHA512:
6
- metadata.gz: 2260aa5b0111e7641681715528ec25fe1e63ce98abfde88932d4c8f79a3747eba598f3beafd1734dafd952e18031b48753cc5819eea3a86713b29e9f7b1a214a
7
- data.tar.gz: 4e8e5eb3f56dc9d677baa82f220d95c2c73f31bbfca4e36a823a1c1a4ab919ec49f7c52d5e7570b33335f4c4d9cddebc973088724838b43591177bbd0e412cd0
6
+ metadata.gz: a720246827f8ce6ed09ee6322496aa82fd8767a504ffed0fbe0ee68fd386786dc6ff451ce629c825898c110a5a94f0273e6a1684332a3b94b9f35bfe18577c40
7
+ data.tar.gz: 2a010b99f3d4a7eb30fb8cd1b3683405abc45d96d9309d000805a278c041f33d0f02aac6b8d7739450aee68cde9c980d172176fd18d03f020c659be1e0788b08
@@ -7,7 +7,7 @@
7
7
  module Moov
8
8
  module Models
9
9
  module Components
10
- # IssuingIntervalLimit - Specifies the time frame for the velocity limit. Currently supports only per-transaction limits.
10
+ # IssuingIntervalLimit - Specifies the time frame for a velocity limit. `per-transaction` applies to each individual authorization and never resets. Time-based intervals (where supported) reset at midnight ET.
11
11
  class IssuingIntervalLimit < T::Enum
12
12
  enums do
13
13
  PER_TRANSACTION = new('per-transaction')
@@ -14,7 +14,7 @@ module Moov
14
14
 
15
15
  # The maximum amount in cents that can be spent in a given interval.
16
16
  field :amount, ::Integer, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('amount'), required: true } }
17
- # Specifies the time frame for the velocity limit. Currently supports only per-transaction limits.
17
+ # Specifies the time frame for a velocity limit. `per-transaction` applies to each individual authorization and never resets. Time-based intervals (where supported) reset at midnight ET.
18
18
  field :interval, Models::Components::IssuingIntervalLimit, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('interval'), required: true, 'decoder': ::Moov::Utils.enum_from_string(Models::Components::IssuingIntervalLimit, false) } }
19
19
 
20
20
  sig { params(amount: ::Integer, interval: Models::Components::IssuingIntervalLimit).void }
@@ -88,9 +88,9 @@ module Moov
88
88
  end
89
89
  @language = 'ruby'
90
90
  @openapi_doc_version = 'v2025.01.00'
91
- @sdk_version = '25.2.11'
92
- @gen_version = '2.917.0'
93
- @user_agent = 'speakeasy-sdk/ruby 25.2.11 2.917.0 v2025.01.00 moov_ruby'
91
+ @sdk_version = '25.2.12'
92
+ @gen_version = '2.924.0'
93
+ @user_agent = 'speakeasy-sdk/ruby 25.2.12 2.924.0 v2025.01.00 moov_ruby'
94
94
  end
95
95
 
96
96
  sig { returns([String, T::Hash[Symbol, String]]) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moov_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 25.2.11
4
+ version: 25.2.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Speakeasy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-13 00:00:00.000000000 Z
11
+ date: 2026-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: base64