moov_ruby 26.4.0.pre.dev.7 → 26.4.0.pre.dev.9

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: 0e419d7bfa47adb15d6fa082ece747c88730e6a1c1b531fc7d2f15df56c1eab7
4
- data.tar.gz: 3723a9c4332e08020ce2831dcc9d05a538146025b682f38e499da16913658aba
3
+ metadata.gz: 16712cf1fb2a6db326a573bafa0f3f15ee18e9773aaf05ed4cd5b52cda3bed27
4
+ data.tar.gz: c56bc72851fe34e29c0944b3167dd0b57c37fdfdb7a0139536bbba9dd3e1d401
5
5
  SHA512:
6
- metadata.gz: 1a24627a9e490392ad14926c737c4f5d9d215ebfd933b326667cc9b1f6837a3a9537bf72329ab3ee3ec4272590a4eb64026297f73ae374ffc008ad6b56b6c95b
7
- data.tar.gz: 1edebf53a26f6320f5511713e4ede90622dfe72cbb10b9bea2c87cde468a9174d59886ef4e1c2d9779d3bd09d99f3f425667251473bc4769bbc714b3f4d2b9ec
6
+ metadata.gz: '08e2c332e67c5534f915f7b0db9bfb584f50924fa0bc2787b7f11c3589923ef4a87fc82f12e42394356465147cc1e7ebfe429add9e2cdba9bf040d7b16d5324a'
7
+ data.tar.gz: 309744fec3f1ecb594cc101a607136ca0f540949a04061e21b5be7a42b4adad14a9a7e8b213d4aaff496d7f8c7c9e15e01966ddb7077c1767e0fa32e314a5c6d
@@ -16,6 +16,8 @@ module Moov
16
16
  field :wallet_fee, Models::Components::AmountDecimal, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('walletFee'), required: true } }
17
17
  # Fees for PCI compliance.
18
18
  field :merchant_pci_fee, Models::Components::AmountDecimal, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('merchantPCIFee'), required: true } }
19
+ # Fees for invoice payments.
20
+ field :invoice_payment_fee, Models::Components::AmountDecimal, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('invoicePaymentFee'), required: true } }
19
21
  # Total platform fees.
20
22
  field :total, Models::Components::AmountDecimal, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('total'), required: true } }
21
23
  # Fees for business verification.
@@ -25,10 +27,11 @@ module Moov
25
27
  # Fees for transaction risk monitoring.
26
28
  field :transaction_monitoring_fee, Crystalline::Nilable.new(Models::Components::AmountDecimal), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('transactionMonitoringFee') } }
27
29
 
28
- sig { params(wallet_fee: Models::Components::AmountDecimal, merchant_pci_fee: Models::Components::AmountDecimal, total: Models::Components::AmountDecimal, kyb_fee: T.nilable(Models::Components::AmountDecimal), kyc_fee: T.nilable(Models::Components::AmountDecimal), transaction_monitoring_fee: T.nilable(Models::Components::AmountDecimal)).void }
29
- def initialize(wallet_fee:, merchant_pci_fee:, total:, kyb_fee: nil, kyc_fee: nil, transaction_monitoring_fee: nil)
30
+ sig { params(wallet_fee: Models::Components::AmountDecimal, merchant_pci_fee: Models::Components::AmountDecimal, invoice_payment_fee: Models::Components::AmountDecimal, total: Models::Components::AmountDecimal, kyb_fee: T.nilable(Models::Components::AmountDecimal), kyc_fee: T.nilable(Models::Components::AmountDecimal), transaction_monitoring_fee: T.nilable(Models::Components::AmountDecimal)).void }
31
+ def initialize(wallet_fee:, merchant_pci_fee:, invoice_payment_fee:, total:, kyb_fee: nil, kyc_fee: nil, transaction_monitoring_fee: nil)
30
32
  @wallet_fee = wallet_fee
31
33
  @merchant_pci_fee = merchant_pci_fee
34
+ @invoice_payment_fee = invoice_payment_fee
32
35
  @total = total
33
36
  @kyb_fee = kyb_fee
34
37
  @kyc_fee = kyc_fee
@@ -40,6 +43,7 @@ module Moov
40
43
  return false unless other.is_a? self.class
41
44
  return false unless @wallet_fee == other.wallet_fee
42
45
  return false unless @merchant_pci_fee == other.merchant_pci_fee
46
+ return false unless @invoice_payment_fee == other.invoice_payment_fee
43
47
  return false unless @total == other.total
44
48
  return false unless @kyb_fee == other.kyb_fee
45
49
  return false unless @kyc_fee == other.kyc_fee
@@ -12,6 +12,8 @@ class Moov::Models::Components::AccountFees
12
12
  def wallet_fee=(str_); end
13
13
  def merchant_pci_fee(); end
14
14
  def merchant_pci_fee=(str_); end
15
+ def invoice_payment_fee(); end
16
+ def invoice_payment_fee=(str_); end
15
17
  def total(); end
16
18
  def total=(str_); end
17
19
  def kyb_fee(); end
@@ -16,7 +16,7 @@ module Moov
16
16
  field :fee_model, Models::Components::FeeModel, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('feeModel'), required: true, 'decoder': ::Moov::Utils.enum_from_string(Models::Components::FeeModel, false) } }
17
17
 
18
18
  field :fee_category, Models::Components::FeeCategory, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('feeCategory'), required: true, 'decoder': ::Moov::Utils.enum_from_string(Models::Components::FeeCategory, false) } }
19
-
19
+ # A unique identifier for a Moov resource. Supports UUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) or typed format with base32-encoded UUID and type suffix (e.g., kuoaydiojf7uszaokc2ggnaaaa_xfer).
20
20
  field :billable_fee_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('billableFeeID') } }
21
21
  # A unique code identifying a charge.
22
22
  field :billable_event, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('billableEvent') } }
@@ -12,7 +12,7 @@ module Moov
12
12
  extend T::Sig
13
13
  include Crystalline::MetadataFields
14
14
 
15
-
15
+ # A unique identifier for a Moov resource. Supports UUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) or typed format with base32-encoded UUID and type suffix (e.g., kuoaydiojf7uszaokc2ggnaaaa_xfer).
16
16
  field :plan_id, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('planID'), required: true } }
17
17
 
18
18
  sig { params(plan_id: ::String).void }
@@ -21,7 +21,7 @@ module Moov
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
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.
24
+ # This field is being deprecated in favor using the images associated with a productID and will soon be unsupported.
25
25
  #
26
26
  # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
27
27
  field :image_i_ds, Crystalline::Nilable.new(Crystalline::Array.new(::String)), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('imageIDs') } }
@@ -19,7 +19,7 @@ module Moov
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
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.
22
+ # This field is being deprecated in favor using the images associated with a productID and will soon be unsupported.
23
23
  #
24
24
  # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
25
25
  field :image_i_ds, Crystalline::Nilable.new(Crystalline::Array.new(::String)), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('imageIDs') } }
@@ -23,7 +23,10 @@ module Moov
23
23
  # Optional unique identifier associating the line item with a product.
24
24
  # This is for reporting or tracking purposes, and does not populate other details of the line item.
25
25
  field :product_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('productID') } }
26
- # Optional list of images associated with this line item.
26
+ # Optional list of images associated with this line item.
27
+ # This field is being deprecated in favor using the images associated with a productID and will soon be unsupported.
28
+ #
29
+ # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
27
30
  field :image_i_ds, Crystalline::Nilable.new(Crystalline::Array.new(::String)), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('imageIDs') } }
28
31
 
29
32
  sig { params(name: ::String, base_price: Models::Components::AmountDecimal, quantity: ::Integer, options: T.nilable(T::Array[Models::Components::CreateScheduledTransferLineItemOption]), product_id: T.nilable(::String), image_i_ds: T.nilable(T::Array[::String])).void }
@@ -20,7 +20,10 @@ module Moov
20
20
  field :price_modifier, Crystalline::Nilable.new(Models::Components::AmountDecimal), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('priceModifier') } }
21
21
  # Optional group identifier to categorize related options (e.g., 'toppings').
22
22
  field :group, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('group') } }
23
- # Optional list of images associated with this line item.
23
+ # Optional list of images associated with this line item option.
24
+ # This field is being deprecated in favor using the images associated with a productID and will soon be unsupported.
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
28
 
26
29
  sig { params(name: ::String, quantity: ::Integer, price_modifier: T.nilable(Models::Components::AmountDecimal), group: T.nilable(::String), image_i_ds: T.nilable(T::Array[::String])).void }
@@ -20,7 +20,10 @@ 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::CreateTransferLineItemOption)), { '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 being deprecated in favor using the images associated with a productID and will soon be unsupported.
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
28
  # Optional unique identifier associating the line item with a product.
26
29
  # This is for reporting or tracking purposes, and does not populate other details of the line item.
@@ -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 being deprecated in favor using the images associated with a productID and will soon be unsupported.
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') } }
@@ -12,7 +12,7 @@ module Moov
12
12
  extend T::Sig
13
13
  include Crystalline::MetadataFields
14
14
 
15
-
15
+ # A unique identifier for a Moov resource. Supports UUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) or typed format with base32-encoded UUID and type suffix (e.g., kuoaydiojf7uszaokc2ggnaaaa_xfer).
16
16
  field :plan_id, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('planID'), required: true } }
17
17
  # The name of the fee plan.
18
18
  field :name, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('name'), required: true } }
@@ -12,9 +12,9 @@ module Moov
12
12
  extend T::Sig
13
13
  include Crystalline::MetadataFields
14
14
 
15
-
15
+ # A unique identifier for a Moov resource. Supports UUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) or typed format with base32-encoded UUID and type suffix (e.g., kuoaydiojf7uszaokc2ggnaaaa_xfer).
16
16
  field :agreement_id, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('agreementID'), required: true } }
17
-
17
+ # A unique identifier for a Moov resource. Supports UUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) or typed format with base32-encoded UUID and type suffix (e.g., kuoaydiojf7uszaokc2ggnaaaa_xfer).
18
18
  field :plan_id, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('planID'), required: true } }
19
19
  # The name of the agreement.
20
20
  field :name, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('name'), required: true } }
@@ -30,7 +30,7 @@ module Moov
30
30
  field :minimum_commitment, Models::Components::MinimumCommitment, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('minimumCommitment'), required: true } }
31
31
  # Fixed recurring amount paid in the billing period regardless of usage.
32
32
  field :monthly_platform_fee, Models::Components::MonthlyPlatformFee, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('monthlyPlatformFee'), required: true } }
33
-
33
+ # A unique identifier for a Moov resource. Supports UUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) or typed format with base32-encoded UUID and type suffix (e.g., kuoaydiojf7uszaokc2ggnaaaa_xfer).
34
34
  field :account_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('accountID') } }
35
35
  # The description of the agreement.
36
36
  field :description, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('description') } }
@@ -12,17 +12,17 @@ module Moov
12
12
  extend T::Sig
13
13
  include Crystalline::MetadataFields
14
14
 
15
-
15
+ # A unique identifier for a Moov resource. Supports UUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) or typed format with base32-encoded UUID and type suffix (e.g., kuoaydiojf7uszaokc2ggnaaaa_xfer).
16
16
  field :transfer_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('transferID') } }
17
-
17
+ # A unique identifier for a Moov resource. Supports UUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) or typed format with base32-encoded UUID and type suffix (e.g., kuoaydiojf7uszaokc2ggnaaaa_xfer).
18
18
  field :card_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('cardID') } }
19
-
19
+ # A unique identifier for a Moov resource. Supports UUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) or typed format with base32-encoded UUID and type suffix (e.g., kuoaydiojf7uszaokc2ggnaaaa_xfer).
20
20
  field :dispute_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('disputeID') } }
21
-
21
+ # A unique identifier for a Moov resource. Supports UUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) or typed format with base32-encoded UUID and type suffix (e.g., kuoaydiojf7uszaokc2ggnaaaa_xfer).
22
22
  field :account_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('accountID') } }
23
-
23
+ # A unique identifier for a Moov resource. Supports UUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) or typed format with base32-encoded UUID and type suffix (e.g., kuoaydiojf7uszaokc2ggnaaaa_xfer).
24
24
  field :bank_account_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('bankAccountID') } }
25
-
25
+ # A unique identifier for a Moov resource. Supports UUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) or typed format with base32-encoded UUID and type suffix (e.g., kuoaydiojf7uszaokc2ggnaaaa_xfer).
26
26
  field :invoice_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('invoiceID') } }
27
27
 
28
28
  sig { params(transfer_id: T.nilable(::String), card_id: T.nilable(::String), dispute_id: T.nilable(::String), account_id: T.nilable(::String), bank_account_id: T.nilable(::String), invoice_id: T.nilable(::String)).void }
@@ -12,7 +12,7 @@ module Moov
12
12
  extend T::Sig
13
13
  include Crystalline::MetadataFields
14
14
 
15
-
15
+ # A unique identifier for a Moov resource. Supports UUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) or typed format with base32-encoded UUID and type suffix (e.g., kuoaydiojf7uszaokc2ggnaaaa_xfer).
16
16
  field :fee_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('feeID') } }
17
17
  # Account ID the fee belongs to.
18
18
  field :account_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('accountID') } }
@@ -12,9 +12,9 @@ module Moov
12
12
  extend T::Sig
13
13
  include Crystalline::MetadataFields
14
14
 
15
-
15
+ # A unique identifier for a Moov resource. Supports UUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) or typed format with base32-encoded UUID and type suffix (e.g., kuoaydiojf7uszaokc2ggnaaaa_xfer).
16
16
  field :agreement_id, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('agreementID'), required: true } }
17
-
17
+ # A unique identifier for a Moov resource. Supports UUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) or typed format with base32-encoded UUID and type suffix (e.g., kuoaydiojf7uszaokc2ggnaaaa_xfer).
18
18
  field :plan_id, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('planID'), required: true } }
19
19
  # The name of the agreement.
20
20
  field :name, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('name'), required: true } }
@@ -34,7 +34,7 @@ module Moov
34
34
  #
35
35
  # For example, 2.25% is '2.25'.
36
36
  field :revenue_share, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('revenueShare'), required: true } }
37
-
37
+ # A unique identifier for a Moov resource. Supports UUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) or typed format with base32-encoded UUID and type suffix (e.g., kuoaydiojf7uszaokc2ggnaaaa_xfer).
38
38
  field :account_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('accountID') } }
39
39
  # The description of the agreement.
40
40
  field :description, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('description') } }
@@ -37,7 +37,6 @@ module Moov
37
37
  ADJUSTMENT = new('adjustment')
38
38
  FEE_REVENUE = new('fee-revenue')
39
39
  RESIDUAL = new('residual')
40
- INSTANT_BANK_FAILURE = new('instant-bank-failure')
41
40
  end
42
41
  end
43
42
  end
@@ -12,7 +12,7 @@ module Moov
12
12
  extend T::Sig
13
13
  include Crystalline::MetadataFields
14
14
 
15
-
15
+ # A unique identifier for a Moov resource. Supports UUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) or typed format with base32-encoded UUID and type suffix (e.g., kuoaydiojf7uszaokc2ggnaaaa_xfer).
16
16
  field :plan_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('planID') } }
17
17
  # Raw HTTP response; suitable for custom response parsing
18
18
  field :raw_response, Crystalline::Nilable.new(::Faraday::Response), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('-') } }
@@ -95,9 +95,9 @@ module Moov
95
95
  @globals = globals.nil? ? {} : globals
96
96
  @language = 'ruby'
97
97
  @openapi_doc_version = 'v2026.04.00'
98
- @sdk_version = '26.4.0-dev.7'
99
- @gen_version = '2.832.9'
100
- @user_agent = 'speakeasy-sdk/ruby 26.4.0-dev.7 2.832.9 v2026.04.00 moov_ruby'
98
+ @sdk_version = '26.4.0-dev.9'
99
+ @gen_version = '2.836.5'
100
+ @user_agent = 'speakeasy-sdk/ruby 26.4.0-dev.9 2.836.5 v2026.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: 26.4.0.pre.dev.7
4
+ version: 26.4.0.pre.dev.9
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-20 00:00:00.000000000 Z
11
+ date: 2026-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: base64