moov_ruby 25.4.0 → 25.4.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: 7ba7ee5ed1b8109c5866302683fac128fa73006e9785f17d37b0b78efd9e4cc1
4
- data.tar.gz: 5895923414db4e3f3be4d654e8b8c1dd76725823f3cc3a8b52c0112926b8618e
3
+ metadata.gz: 1897f909262667faded383e34c0cfcd3668ab0964f887ce2bb1049fedcd19b84
4
+ data.tar.gz: 0c2e16ea60eee66984e5237f2f8d080188bda7006177677abf3d05ce5be955c6
5
5
  SHA512:
6
- metadata.gz: 07cbf87b8ef379f72b93da535aced3f5637b4822d6d448c9ae074db4154838648f78e6f0ed6bd81d73f1c50ebb1599cfed56e53535ced8acfebd83a12458dd9c
7
- data.tar.gz: 862e3fa4c2128bf025b2caf1cb2971254c46b59a197345532b4c371dc9fbcfe5b6055ed1da62ad8fc7bd607379943ca184edc4499a9ad82e1f2087ba1156f53a
6
+ metadata.gz: 94ab6197575f81bb802b1f4539338c2f481fa53044cabde557ac406910fce4006f2fb17292486b43975ef904db9e23855fa01a4cfcc225136ca94156c97e2e2b
7
+ data.tar.gz: 7a839c24586aba3146c2c7111f3d7eb4dc8dc6d534c6f8f9f5b09e8dbc118c2fa3bac1182898adfa61b077fc85e27ea03bb48d539189136e4db7d4f10cd0eb5b
@@ -20,9 +20,13 @@ module Moov
20
20
  field :quantity, ::Integer, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('quantity'), required: true } }
21
21
  # Optional list of modifiers applied to this item (e.g., toppings, upgrades, customizations).
22
22
  field :options, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::CreatePaymentLinkLineItemOption)), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('options') } }
23
- # Optional list of images associated with this line item.
23
+ # Optional list of images associated with this line item.
24
+ # This field is deprecated and will be ignored. A future release will populate images associated with the given productID.
25
+ #
26
+ # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
24
27
  field :image_i_ds, Crystalline::Nilable.new(Crystalline::Array.new(::String)), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('imageIDs') } }
25
- # Optional unique identifier associating the line item with a product.
28
+ # Optional unique identifier associating the line item with a product.
29
+ # This is for reporting or tracking purposes, and does not populate other details of the line item.
26
30
  field :product_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('productID') } }
27
31
 
28
32
  sig { params(name: ::String, base_price: Models::Components::AmountDecimal, quantity: ::Integer, options: T.nilable(T::Array[Models::Components::CreatePaymentLinkLineItemOption]), image_i_ds: T.nilable(T::Array[::String]), product_id: T.nilable(::String)).void }
@@ -18,7 +18,10 @@ module Moov
18
18
  field :quantity, ::Integer, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('quantity'), required: true } }
19
19
  # Optional price modification applied by this option. Can be positive, negative, or zero.
20
20
  field :price_modifier, Crystalline::Nilable.new(Models::Components::AmountDecimal), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('priceModifier') } }
21
- # Optional list of images associated with this line item option.
21
+ # Optional list of images associated with this line item option.
22
+ # This field is deprecated and will be ignored. A future release will populate images associated with the given productID.
23
+ #
24
+ # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
22
25
  field :image_i_ds, Crystalline::Nilable.new(Crystalline::Array.new(::String)), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('imageIDs') } }
23
26
  # Optional group identifier to categorize related options (e.g., 'toppings').
24
27
  field :group, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('group') } }
@@ -20,7 +20,8 @@ module Moov
20
20
  field :quantity, ::Integer, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('quantity'), required: true } }
21
21
  # Optional list of modifiers applied to this item (e.g., toppings, upgrades, customizations).
22
22
  field :options, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::CreateScheduledTransferLineItemOption)), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('options') } }
23
- # Optional unique identifier associating the line item with a product.
23
+ # Optional unique identifier associating the line item with a product.
24
+ # This is for reporting or tracking purposes, and does not populate other details of the line item.
24
25
  field :product_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('productID') } }
25
26
  # Optional list of images associated with this line item.
26
27
  field :image_i_ds, Crystalline::Nilable.new(Crystalline::Array.new(::String)), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('imageIDs') } }
@@ -22,7 +22,8 @@ module Moov
22
22
  field :options, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::CreateTransferLineItemOption)), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('options') } }
23
23
  # Optional list of images associated with this line item.
24
24
  field :image_i_ds, Crystalline::Nilable.new(Crystalline::Array.new(::String)), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('imageIDs') } }
25
- # Optional unique identifier associating the line item with a product.
25
+ # Optional unique identifier associating the line item with a product.
26
+ # This is for reporting or tracking purposes, and does not populate other details of the line item.
26
27
  field :product_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('productID') } }
27
28
 
28
29
  sig { params(name: ::String, base_price: Models::Components::AmountDecimal, quantity: ::Integer, options: T.nilable(T::Array[Models::Components::CreateTransferLineItemOption]), image_i_ds: T.nilable(T::Array[::String]), product_id: T.nilable(::String)).void }
@@ -95,9 +95,9 @@ module Moov
95
95
  @globals = globals.nil? ? {} : globals
96
96
  @language = 'ruby'
97
97
  @openapi_doc_version = 'v2025.04.00'
98
- @sdk_version = '25.4.0'
99
- @gen_version = '2.803.3'
100
- @user_agent = 'speakeasy-sdk/ruby 25.4.0 2.803.3 v2025.04.00 moov_ruby'
98
+ @sdk_version = '25.4.1'
99
+ @gen_version = '2.811.0'
100
+ @user_agent = 'speakeasy-sdk/ruby 25.4.1 2.811.0 v2025.04.00 moov_ruby'
101
101
  end
102
102
 
103
103
  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.4.0
4
+ version: 25.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Speakeasy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-04 00:00:00.000000000 Z
11
+ date: 2026-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: base64