From 11d10fadaf87159363f61318935bc5f2f303dcfa Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 17:35:04 +0000 Subject: [PATCH 1/3] feat(api): api update --- .stats.yml | 4 +-- lib/increase/models/check_deposit.rb | 46 +++++++++++++-------------- lib/increase/models/transaction.rb | 46 +++++++++++++-------------- rbi/increase/models/check_deposit.rbi | 46 +++++++++++++-------------- rbi/increase/models/transaction.rbi | 46 +++++++++++++-------------- sig/increase/models/check_deposit.rbs | 46 +++++++++++++-------------- sig/increase/models/transaction.rbs | 46 +++++++++++++-------------- 7 files changed, 140 insertions(+), 140 deletions(-) diff --git a/.stats.yml b/.stats.yml index f23559fcb..114499a2a 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 195 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-242cd2c71436a98908280d032939d4eeb3f68721fbcd414d8dcd9280db02558a.yml -openapi_spec_hash: 2511217927c87d37b9e5eaac8bd80a8b +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-3da8c6b718b8b17a54f7c99f1288484fb822cea0439cb3ebac7740d251bed960.yml +openapi_spec_hash: 3a21d60d1574ae11f5a682dfa3d603b3 config_hash: 1619155422217276e2489ae10ce63a25 diff --git a/lib/increase/models/check_deposit.rb b/lib/increase/models/check_deposit.rb index 88d357bf5..892226130 100644 --- a/lib/increase/models/check_deposit.rb +++ b/lib/increase/models/check_deposit.rb @@ -497,25 +497,25 @@ module ReturnReason # The check doesn't allow ACH conversion. ACH_CONVERSION_NOT_SUPPORTED = :ach_conversion_not_supported - # The account is closed. + # The account is closed. (Check21 return code `D`) CLOSED_ACCOUNT = :closed_account - # The check has already been deposited. + # The check has already been deposited. (Check21 return code `Y`) DUPLICATE_SUBMISSION = :duplicate_submission - # Insufficient funds + # Insufficient funds (Check21 return code `A`) INSUFFICIENT_FUNDS = :insufficient_funds - # No account was found matching the check details. + # No account was found matching the check details. (Check21 return code `E`) NO_ACCOUNT = :no_account - # The check was not authorized. + # The check was not authorized. (Check21 return code `Q`) NOT_AUTHORIZED = :not_authorized - # The check is too old. + # The check is too old. (Check21 return code `G`) STALE_DATED = :stale_dated - # The payment has been stopped by the account holder. + # The payment has been stopped by the account holder. (Check21 return code `C`) STOP_PAYMENT = :stop_payment # The reason for the return is unknown. @@ -524,52 +524,52 @@ module ReturnReason # The image doesn't match the details submitted. UNMATCHED_DETAILS = :unmatched_details - # The image could not be read. + # The image could not be read. (Check21 return code `U`) UNREADABLE_IMAGE = :unreadable_image - # The check endorsement was irregular. + # The check endorsement was irregular. (Check21 return code `J`) ENDORSEMENT_IRREGULAR = :endorsement_irregular - # The check present was either altered or fake. + # The check present was either altered or fake. (Check21 return code `N`) ALTERED_OR_FICTITIOUS_ITEM = :altered_or_fictitious_item - # The account this check is drawn on is frozen. + # The account this check is drawn on is frozen. (Check21 return code `F`) FROZEN_OR_BLOCKED_ACCOUNT = :frozen_or_blocked_account - # The check is post dated. + # The check is post dated. (Check21 return code `H`) POST_DATED = :post_dated - # The endorsement was missing. + # The endorsement was missing. (Check21 return code `I`) ENDORSEMENT_MISSING = :endorsement_missing - # The check signature was missing. + # The check signature was missing. (Check21 return code `K`) SIGNATURE_MISSING = :signature_missing - # The bank suspects a stop payment will be placed. + # The bank suspects a stop payment will be placed. (Check21 return code `T`) STOP_PAYMENT_SUSPECT = :stop_payment_suspect - # The bank cannot read the image. + # The bank cannot read the image. (Check21 return code `U`) UNUSABLE_IMAGE = :unusable_image - # The check image fails the bank's security check. + # The check image fails the bank's security check. (Check21 return code `V`) IMAGE_FAILS_SECURITY_CHECK = :image_fails_security_check - # The bank cannot determine the amount. + # The bank cannot determine the amount. (Check21 return code `W`) CANNOT_DETERMINE_AMOUNT = :cannot_determine_amount - # The signature is inconsistent with prior signatures. + # The signature is inconsistent with prior signatures. (Check21 return code `L`) SIGNATURE_IRREGULAR = :signature_irregular - # The check is a non-cash item and cannot be drawn against the account. + # The check is a non-cash item and cannot be drawn against the account. (Check21 return code `M`) NON_CASH_ITEM = :non_cash_item - # The bank is unable to process this check. + # The bank is unable to process this check. (Check21 return code `O`) UNABLE_TO_PROCESS = :unable_to_process - # The check exceeds the bank or customer's limit. + # The check exceeds the bank or customer's limit. (Check21 return code `P`) ITEM_EXCEEDS_DOLLAR_LIMIT = :item_exceeds_dollar_limit - # The bank sold this account and no longer services this customer. + # The bank sold this account and no longer services this customer. (Check21 return code `R`) BRANCH_OR_ACCOUNT_SOLD = :branch_or_account_sold # @!method self.values diff --git a/lib/increase/models/transaction.rb b/lib/increase/models/transaction.rb index c8e321f66..af78f9fa5 100644 --- a/lib/increase/models/transaction.rb +++ b/lib/increase/models/transaction.rb @@ -4282,25 +4282,25 @@ module ReturnReason # The check doesn't allow ACH conversion. ACH_CONVERSION_NOT_SUPPORTED = :ach_conversion_not_supported - # The account is closed. + # The account is closed. (Check21 return code `D`) CLOSED_ACCOUNT = :closed_account - # The check has already been deposited. + # The check has already been deposited. (Check21 return code `Y`) DUPLICATE_SUBMISSION = :duplicate_submission - # Insufficient funds + # Insufficient funds (Check21 return code `A`) INSUFFICIENT_FUNDS = :insufficient_funds - # No account was found matching the check details. + # No account was found matching the check details. (Check21 return code `E`) NO_ACCOUNT = :no_account - # The check was not authorized. + # The check was not authorized. (Check21 return code `Q`) NOT_AUTHORIZED = :not_authorized - # The check is too old. + # The check is too old. (Check21 return code `G`) STALE_DATED = :stale_dated - # The payment has been stopped by the account holder. + # The payment has been stopped by the account holder. (Check21 return code `C`) STOP_PAYMENT = :stop_payment # The reason for the return is unknown. @@ -4309,52 +4309,52 @@ module ReturnReason # The image doesn't match the details submitted. UNMATCHED_DETAILS = :unmatched_details - # The image could not be read. + # The image could not be read. (Check21 return code `U`) UNREADABLE_IMAGE = :unreadable_image - # The check endorsement was irregular. + # The check endorsement was irregular. (Check21 return code `J`) ENDORSEMENT_IRREGULAR = :endorsement_irregular - # The check present was either altered or fake. + # The check present was either altered or fake. (Check21 return code `N`) ALTERED_OR_FICTITIOUS_ITEM = :altered_or_fictitious_item - # The account this check is drawn on is frozen. + # The account this check is drawn on is frozen. (Check21 return code `F`) FROZEN_OR_BLOCKED_ACCOUNT = :frozen_or_blocked_account - # The check is post dated. + # The check is post dated. (Check21 return code `H`) POST_DATED = :post_dated - # The endorsement was missing. + # The endorsement was missing. (Check21 return code `I`) ENDORSEMENT_MISSING = :endorsement_missing - # The check signature was missing. + # The check signature was missing. (Check21 return code `K`) SIGNATURE_MISSING = :signature_missing - # The bank suspects a stop payment will be placed. + # The bank suspects a stop payment will be placed. (Check21 return code `T`) STOP_PAYMENT_SUSPECT = :stop_payment_suspect - # The bank cannot read the image. + # The bank cannot read the image. (Check21 return code `U`) UNUSABLE_IMAGE = :unusable_image - # The check image fails the bank's security check. + # The check image fails the bank's security check. (Check21 return code `V`) IMAGE_FAILS_SECURITY_CHECK = :image_fails_security_check - # The bank cannot determine the amount. + # The bank cannot determine the amount. (Check21 return code `W`) CANNOT_DETERMINE_AMOUNT = :cannot_determine_amount - # The signature is inconsistent with prior signatures. + # The signature is inconsistent with prior signatures. (Check21 return code `L`) SIGNATURE_IRREGULAR = :signature_irregular - # The check is a non-cash item and cannot be drawn against the account. + # The check is a non-cash item and cannot be drawn against the account. (Check21 return code `M`) NON_CASH_ITEM = :non_cash_item - # The bank is unable to process this check. + # The bank is unable to process this check. (Check21 return code `O`) UNABLE_TO_PROCESS = :unable_to_process - # The check exceeds the bank or customer's limit. + # The check exceeds the bank or customer's limit. (Check21 return code `P`) ITEM_EXCEEDS_DOLLAR_LIMIT = :item_exceeds_dollar_limit - # The bank sold this account and no longer services this customer. + # The bank sold this account and no longer services this customer. (Check21 return code `R`) BRANCH_OR_ACCOUNT_SOLD = :branch_or_account_sold # @!method self.values diff --git a/rbi/increase/models/check_deposit.rbi b/rbi/increase/models/check_deposit.rbi index da08f2a09..e225a0cd2 100644 --- a/rbi/increase/models/check_deposit.rbi +++ b/rbi/increase/models/check_deposit.rbi @@ -817,49 +817,49 @@ module Increase Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # The account is closed. + # The account is closed. (Check21 return code `D`) CLOSED_ACCOUNT = T.let( :closed_account, Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # The check has already been deposited. + # The check has already been deposited. (Check21 return code `Y`) DUPLICATE_SUBMISSION = T.let( :duplicate_submission, Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # Insufficient funds + # Insufficient funds (Check21 return code `A`) INSUFFICIENT_FUNDS = T.let( :insufficient_funds, Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # No account was found matching the check details. + # No account was found matching the check details. (Check21 return code `E`) NO_ACCOUNT = T.let( :no_account, Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # The check was not authorized. + # The check was not authorized. (Check21 return code `Q`) NOT_AUTHORIZED = T.let( :not_authorized, Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # The check is too old. + # The check is too old. (Check21 return code `G`) STALE_DATED = T.let( :stale_dated, Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # The payment has been stopped by the account holder. + # The payment has been stopped by the account holder. (Check21 return code `C`) STOP_PAYMENT = T.let( :stop_payment, @@ -880,112 +880,112 @@ module Increase Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # The image could not be read. + # The image could not be read. (Check21 return code `U`) UNREADABLE_IMAGE = T.let( :unreadable_image, Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # The check endorsement was irregular. + # The check endorsement was irregular. (Check21 return code `J`) ENDORSEMENT_IRREGULAR = T.let( :endorsement_irregular, Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # The check present was either altered or fake. + # The check present was either altered or fake. (Check21 return code `N`) ALTERED_OR_FICTITIOUS_ITEM = T.let( :altered_or_fictitious_item, Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # The account this check is drawn on is frozen. + # The account this check is drawn on is frozen. (Check21 return code `F`) FROZEN_OR_BLOCKED_ACCOUNT = T.let( :frozen_or_blocked_account, Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # The check is post dated. + # The check is post dated. (Check21 return code `H`) POST_DATED = T.let( :post_dated, Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # The endorsement was missing. + # The endorsement was missing. (Check21 return code `I`) ENDORSEMENT_MISSING = T.let( :endorsement_missing, Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # The check signature was missing. + # The check signature was missing. (Check21 return code `K`) SIGNATURE_MISSING = T.let( :signature_missing, Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # The bank suspects a stop payment will be placed. + # The bank suspects a stop payment will be placed. (Check21 return code `T`) STOP_PAYMENT_SUSPECT = T.let( :stop_payment_suspect, Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # The bank cannot read the image. + # The bank cannot read the image. (Check21 return code `U`) UNUSABLE_IMAGE = T.let( :unusable_image, Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # The check image fails the bank's security check. + # The check image fails the bank's security check. (Check21 return code `V`) IMAGE_FAILS_SECURITY_CHECK = T.let( :image_fails_security_check, Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # The bank cannot determine the amount. + # The bank cannot determine the amount. (Check21 return code `W`) CANNOT_DETERMINE_AMOUNT = T.let( :cannot_determine_amount, Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # The signature is inconsistent with prior signatures. + # The signature is inconsistent with prior signatures. (Check21 return code `L`) SIGNATURE_IRREGULAR = T.let( :signature_irregular, Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # The check is a non-cash item and cannot be drawn against the account. + # The check is a non-cash item and cannot be drawn against the account. (Check21 return code `M`) NON_CASH_ITEM = T.let( :non_cash_item, Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # The bank is unable to process this check. + # The bank is unable to process this check. (Check21 return code `O`) UNABLE_TO_PROCESS = T.let( :unable_to_process, Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # The check exceeds the bank or customer's limit. + # The check exceeds the bank or customer's limit. (Check21 return code `P`) ITEM_EXCEEDS_DOLLAR_LIMIT = T.let( :item_exceeds_dollar_limit, Increase::CheckDeposit::DepositReturn::ReturnReason::TaggedSymbol ) - # The bank sold this account and no longer services this customer. + # The bank sold this account and no longer services this customer. (Check21 return code `R`) BRANCH_OR_ACCOUNT_SOLD = T.let( :branch_or_account_sold, diff --git a/rbi/increase/models/transaction.rbi b/rbi/increase/models/transaction.rbi index 293cb47b7..5787f72aa 100644 --- a/rbi/increase/models/transaction.rbi +++ b/rbi/increase/models/transaction.rbi @@ -7737,49 +7737,49 @@ module Increase Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # The account is closed. + # The account is closed. (Check21 return code `D`) CLOSED_ACCOUNT = T.let( :closed_account, Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # The check has already been deposited. + # The check has already been deposited. (Check21 return code `Y`) DUPLICATE_SUBMISSION = T.let( :duplicate_submission, Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # Insufficient funds + # Insufficient funds (Check21 return code `A`) INSUFFICIENT_FUNDS = T.let( :insufficient_funds, Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # No account was found matching the check details. + # No account was found matching the check details. (Check21 return code `E`) NO_ACCOUNT = T.let( :no_account, Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # The check was not authorized. + # The check was not authorized. (Check21 return code `Q`) NOT_AUTHORIZED = T.let( :not_authorized, Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # The check is too old. + # The check is too old. (Check21 return code `G`) STALE_DATED = T.let( :stale_dated, Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # The payment has been stopped by the account holder. + # The payment has been stopped by the account holder. (Check21 return code `C`) STOP_PAYMENT = T.let( :stop_payment, @@ -7800,112 +7800,112 @@ module Increase Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # The image could not be read. + # The image could not be read. (Check21 return code `U`) UNREADABLE_IMAGE = T.let( :unreadable_image, Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # The check endorsement was irregular. + # The check endorsement was irregular. (Check21 return code `J`) ENDORSEMENT_IRREGULAR = T.let( :endorsement_irregular, Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # The check present was either altered or fake. + # The check present was either altered or fake. (Check21 return code `N`) ALTERED_OR_FICTITIOUS_ITEM = T.let( :altered_or_fictitious_item, Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # The account this check is drawn on is frozen. + # The account this check is drawn on is frozen. (Check21 return code `F`) FROZEN_OR_BLOCKED_ACCOUNT = T.let( :frozen_or_blocked_account, Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # The check is post dated. + # The check is post dated. (Check21 return code `H`) POST_DATED = T.let( :post_dated, Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # The endorsement was missing. + # The endorsement was missing. (Check21 return code `I`) ENDORSEMENT_MISSING = T.let( :endorsement_missing, Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # The check signature was missing. + # The check signature was missing. (Check21 return code `K`) SIGNATURE_MISSING = T.let( :signature_missing, Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # The bank suspects a stop payment will be placed. + # The bank suspects a stop payment will be placed. (Check21 return code `T`) STOP_PAYMENT_SUSPECT = T.let( :stop_payment_suspect, Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # The bank cannot read the image. + # The bank cannot read the image. (Check21 return code `U`) UNUSABLE_IMAGE = T.let( :unusable_image, Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # The check image fails the bank's security check. + # The check image fails the bank's security check. (Check21 return code `V`) IMAGE_FAILS_SECURITY_CHECK = T.let( :image_fails_security_check, Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # The bank cannot determine the amount. + # The bank cannot determine the amount. (Check21 return code `W`) CANNOT_DETERMINE_AMOUNT = T.let( :cannot_determine_amount, Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # The signature is inconsistent with prior signatures. + # The signature is inconsistent with prior signatures. (Check21 return code `L`) SIGNATURE_IRREGULAR = T.let( :signature_irregular, Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # The check is a non-cash item and cannot be drawn against the account. + # The check is a non-cash item and cannot be drawn against the account. (Check21 return code `M`) NON_CASH_ITEM = T.let( :non_cash_item, Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # The bank is unable to process this check. + # The bank is unable to process this check. (Check21 return code `O`) UNABLE_TO_PROCESS = T.let( :unable_to_process, Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # The check exceeds the bank or customer's limit. + # The check exceeds the bank or customer's limit. (Check21 return code `P`) ITEM_EXCEEDS_DOLLAR_LIMIT = T.let( :item_exceeds_dollar_limit, Increase::Transaction::Source::CheckDepositReturn::ReturnReason::TaggedSymbol ) - # The bank sold this account and no longer services this customer. + # The bank sold this account and no longer services this customer. (Check21 return code `R`) BRANCH_OR_ACCOUNT_SOLD = T.let( :branch_or_account_sold, diff --git a/sig/increase/models/check_deposit.rbs b/sig/increase/models/check_deposit.rbs index d910c5101..ab66b0fb8 100644 --- a/sig/increase/models/check_deposit.rbs +++ b/sig/increase/models/check_deposit.rbs @@ -346,25 +346,25 @@ module Increase # The check doesn't allow ACH conversion. ACH_CONVERSION_NOT_SUPPORTED: :ach_conversion_not_supported - # The account is closed. + # The account is closed. (Check21 return code `D`) CLOSED_ACCOUNT: :closed_account - # The check has already been deposited. + # The check has already been deposited. (Check21 return code `Y`) DUPLICATE_SUBMISSION: :duplicate_submission - # Insufficient funds + # Insufficient funds (Check21 return code `A`) INSUFFICIENT_FUNDS: :insufficient_funds - # No account was found matching the check details. + # No account was found matching the check details. (Check21 return code `E`) NO_ACCOUNT: :no_account - # The check was not authorized. + # The check was not authorized. (Check21 return code `Q`) NOT_AUTHORIZED: :not_authorized - # The check is too old. + # The check is too old. (Check21 return code `G`) STALE_DATED: :stale_dated - # The payment has been stopped by the account holder. + # The payment has been stopped by the account holder. (Check21 return code `C`) STOP_PAYMENT: :stop_payment # The reason for the return is unknown. @@ -373,52 +373,52 @@ module Increase # The image doesn't match the details submitted. UNMATCHED_DETAILS: :unmatched_details - # The image could not be read. + # The image could not be read. (Check21 return code `U`) UNREADABLE_IMAGE: :unreadable_image - # The check endorsement was irregular. + # The check endorsement was irregular. (Check21 return code `J`) ENDORSEMENT_IRREGULAR: :endorsement_irregular - # The check present was either altered or fake. + # The check present was either altered or fake. (Check21 return code `N`) ALTERED_OR_FICTITIOUS_ITEM: :altered_or_fictitious_item - # The account this check is drawn on is frozen. + # The account this check is drawn on is frozen. (Check21 return code `F`) FROZEN_OR_BLOCKED_ACCOUNT: :frozen_or_blocked_account - # The check is post dated. + # The check is post dated. (Check21 return code `H`) POST_DATED: :post_dated - # The endorsement was missing. + # The endorsement was missing. (Check21 return code `I`) ENDORSEMENT_MISSING: :endorsement_missing - # The check signature was missing. + # The check signature was missing. (Check21 return code `K`) SIGNATURE_MISSING: :signature_missing - # The bank suspects a stop payment will be placed. + # The bank suspects a stop payment will be placed. (Check21 return code `T`) STOP_PAYMENT_SUSPECT: :stop_payment_suspect - # The bank cannot read the image. + # The bank cannot read the image. (Check21 return code `U`) UNUSABLE_IMAGE: :unusable_image - # The check image fails the bank's security check. + # The check image fails the bank's security check. (Check21 return code `V`) IMAGE_FAILS_SECURITY_CHECK: :image_fails_security_check - # The bank cannot determine the amount. + # The bank cannot determine the amount. (Check21 return code `W`) CANNOT_DETERMINE_AMOUNT: :cannot_determine_amount - # The signature is inconsistent with prior signatures. + # The signature is inconsistent with prior signatures. (Check21 return code `L`) SIGNATURE_IRREGULAR: :signature_irregular - # The check is a non-cash item and cannot be drawn against the account. + # The check is a non-cash item and cannot be drawn against the account. (Check21 return code `M`) NON_CASH_ITEM: :non_cash_item - # The bank is unable to process this check. + # The bank is unable to process this check. (Check21 return code `O`) UNABLE_TO_PROCESS: :unable_to_process - # The check exceeds the bank or customer's limit. + # The check exceeds the bank or customer's limit. (Check21 return code `P`) ITEM_EXCEEDS_DOLLAR_LIMIT: :item_exceeds_dollar_limit - # The bank sold this account and no longer services this customer. + # The bank sold this account and no longer services this customer. (Check21 return code `R`) BRANCH_OR_ACCOUNT_SOLD: :branch_or_account_sold def self?.values: -> ::Array[Increase::CheckDeposit::DepositReturn::return_reason] diff --git a/sig/increase/models/transaction.rbs b/sig/increase/models/transaction.rbs index 59fae6c88..832b768a5 100644 --- a/sig/increase/models/transaction.rbs +++ b/sig/increase/models/transaction.rbs @@ -2881,25 +2881,25 @@ module Increase # The check doesn't allow ACH conversion. ACH_CONVERSION_NOT_SUPPORTED: :ach_conversion_not_supported - # The account is closed. + # The account is closed. (Check21 return code `D`) CLOSED_ACCOUNT: :closed_account - # The check has already been deposited. + # The check has already been deposited. (Check21 return code `Y`) DUPLICATE_SUBMISSION: :duplicate_submission - # Insufficient funds + # Insufficient funds (Check21 return code `A`) INSUFFICIENT_FUNDS: :insufficient_funds - # No account was found matching the check details. + # No account was found matching the check details. (Check21 return code `E`) NO_ACCOUNT: :no_account - # The check was not authorized. + # The check was not authorized. (Check21 return code `Q`) NOT_AUTHORIZED: :not_authorized - # The check is too old. + # The check is too old. (Check21 return code `G`) STALE_DATED: :stale_dated - # The payment has been stopped by the account holder. + # The payment has been stopped by the account holder. (Check21 return code `C`) STOP_PAYMENT: :stop_payment # The reason for the return is unknown. @@ -2908,52 +2908,52 @@ module Increase # The image doesn't match the details submitted. UNMATCHED_DETAILS: :unmatched_details - # The image could not be read. + # The image could not be read. (Check21 return code `U`) UNREADABLE_IMAGE: :unreadable_image - # The check endorsement was irregular. + # The check endorsement was irregular. (Check21 return code `J`) ENDORSEMENT_IRREGULAR: :endorsement_irregular - # The check present was either altered or fake. + # The check present was either altered or fake. (Check21 return code `N`) ALTERED_OR_FICTITIOUS_ITEM: :altered_or_fictitious_item - # The account this check is drawn on is frozen. + # The account this check is drawn on is frozen. (Check21 return code `F`) FROZEN_OR_BLOCKED_ACCOUNT: :frozen_or_blocked_account - # The check is post dated. + # The check is post dated. (Check21 return code `H`) POST_DATED: :post_dated - # The endorsement was missing. + # The endorsement was missing. (Check21 return code `I`) ENDORSEMENT_MISSING: :endorsement_missing - # The check signature was missing. + # The check signature was missing. (Check21 return code `K`) SIGNATURE_MISSING: :signature_missing - # The bank suspects a stop payment will be placed. + # The bank suspects a stop payment will be placed. (Check21 return code `T`) STOP_PAYMENT_SUSPECT: :stop_payment_suspect - # The bank cannot read the image. + # The bank cannot read the image. (Check21 return code `U`) UNUSABLE_IMAGE: :unusable_image - # The check image fails the bank's security check. + # The check image fails the bank's security check. (Check21 return code `V`) IMAGE_FAILS_SECURITY_CHECK: :image_fails_security_check - # The bank cannot determine the amount. + # The bank cannot determine the amount. (Check21 return code `W`) CANNOT_DETERMINE_AMOUNT: :cannot_determine_amount - # The signature is inconsistent with prior signatures. + # The signature is inconsistent with prior signatures. (Check21 return code `L`) SIGNATURE_IRREGULAR: :signature_irregular - # The check is a non-cash item and cannot be drawn against the account. + # The check is a non-cash item and cannot be drawn against the account. (Check21 return code `M`) NON_CASH_ITEM: :non_cash_item - # The bank is unable to process this check. + # The bank is unable to process this check. (Check21 return code `O`) UNABLE_TO_PROCESS: :unable_to_process - # The check exceeds the bank or customer's limit. + # The check exceeds the bank or customer's limit. (Check21 return code `P`) ITEM_EXCEEDS_DOLLAR_LIMIT: :item_exceeds_dollar_limit - # The bank sold this account and no longer services this customer. + # The bank sold this account and no longer services this customer. (Check21 return code `R`) BRANCH_OR_ACCOUNT_SOLD: :branch_or_account_sold def self?.values: -> ::Array[Increase::Transaction::Source::CheckDepositReturn::return_reason] From a3963973a51da3cca92b1bf2bfc18402bb2bd78f Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 23:03:11 +0000 Subject: [PATCH 2/3] docs: remove or fix invalid readme examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 159e2ea05..80d60e832 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ When the library is unable to connect to the API, or if the API returns a non-su ```ruby begin - account = increase.accounts.create + account = increase.accounts.create(name: "New Account!") rescue Increase::Errors::APIError => e puts(e.status) # 400 end From f0066eb82209c0933eeefb49138e75ddf56c53d4 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 23:03:33 +0000 Subject: [PATCH 3/3] release: 0.1.0-alpha.20 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ Gemfile.lock | 2 +- README.md | 2 +- lib/increase/version.rb | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b386befd2..fac140743 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.19" + ".": "0.1.0-alpha.20" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f1fcdf0c9..4a1471592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.1.0-alpha.20 (2025-05-08) + +Full Changelog: [v0.1.0-alpha.19...v0.1.0-alpha.20](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.19...v0.1.0-alpha.20) + +### Features + +* **api:** api update ([11d10fa](https://github.com/Increase/increase-ruby/commit/11d10fadaf87159363f61318935bc5f2f303dcfa)) + + +### Documentation + +* remove or fix invalid readme examples ([a396397](https://github.com/Increase/increase-ruby/commit/a3963973a51da3cca92b1bf2bfc18402bb2bd78f)) + ## 0.1.0-alpha.19 (2025-05-07) Full Changelog: [v0.1.0-alpha.18...v0.1.0-alpha.19](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.18...v0.1.0-alpha.19) diff --git a/Gemfile.lock b/Gemfile.lock index 2eb880129..2812b0242 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (0.1.0.pre.alpha.19) + increase (0.1.0.pre.alpha.20) connection_pool GEM diff --git a/README.md b/README.md index 80d60e832..fd6e37591 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "increase", "~> 0.1.0.pre.alpha.19" +gem "increase", "~> 0.1.0.pre.alpha.20" ``` diff --git a/lib/increase/version.rb b/lib/increase/version.rb index bd051fd14..3c726df88 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "0.1.0.pre.alpha.19" + VERSION = "0.1.0.pre.alpha.20" end