Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.54"
".": "0.1.0-alpha.55"
}
8 changes: 4 additions & 4 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 169
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-461a5622f5cf2e4e38fab8b899fa619cfa1bff349e3a485b8e4396c3d5b1282f.yml
openapi_spec_hash: 5314a4458e7ebfc7b374bca71966a6e4
config_hash: 8ac73ccdb428816c89c84802c794a3f8
configured_endpoints: 168
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-c3f6c23018d70fd1b259b21cfd377b5d905872f0d3c5ce2cdb8013f4b6daa338.yml
openapi_spec_hash: b551344da9d29eb4c5374874ed84a9b0
config_hash: 012f050e575d1bbfe8db56a9eeaa5fcd
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 0.1.0-alpha.55 (2025-11-11)

Full Changelog: [v0.1.0-alpha.54...v0.1.0-alpha.55](https://github.com/lithic-com/lithic-ruby/compare/v0.1.0-alpha.54...v0.1.0-alpha.55)

### Features

* **api:** add payment_details ([413b65a](https://github.com/lithic-com/lithic-ruby/commit/413b65a7028d3277f1e4f3419fd643e7c0730966))
* **api:** deprecate auth rule apply endpoint and fix several schemas ([7b9a282](https://github.com/lithic-com/lithic-ruby/commit/7b9a282603b666e314c6445439cfb839c479eada))
* **api:** new fields in Statements APIs ([be8c6ea](https://github.com/lithic-com/lithic-ruby/commit/be8c6ea99b996707b3848cba8e0109c47fc1715e))
* **api:** re-add rules metadata to tokenization events ([da13854](https://github.com/lithic-com/lithic-ruby/commit/da13854e8c9794024b786da4584ffbe492999c6a))
* **api:** remove deprecated fields from Cardholder Authentication object ([da13854](https://github.com/lithic-com/lithic-ruby/commit/da13854e8c9794024b786da4584ffbe492999c6a))


### Bug Fixes

* **api:** adjust Auth Rules spec for better SDK structure ([da13854](https://github.com/lithic-com/lithic-ruby/commit/da13854e8c9794024b786da4584ffbe492999c6a))
* **api:** fix oneOf -> anyOf in account holder update ([413b65a](https://github.com/lithic-com/lithic-ruby/commit/413b65a7028d3277f1e4f3419fd643e7c0730966))
* **api:** fixing spec for Tokenizations and Enhanced data ([be8c6ea](https://github.com/lithic-com/lithic-ruby/commit/be8c6ea99b996707b3848cba8e0109c47fc1715e))

## 0.1.0-alpha.54 (2025-11-04)

Full Changelog: [v0.1.0-alpha.53...v0.1.0-alpha.54](https://github.com/lithic-com/lithic-ruby/compare/v0.1.0-alpha.53...v0.1.0-alpha.54)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
lithic (0.1.0.pre.alpha.54)
lithic (0.1.0.pre.alpha.55)
connection_pool

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
<!-- x-release-please-start-version -->

```ruby
gem "lithic", "~> 0.1.0.pre.alpha.54"
gem "lithic", "~> 0.1.0.pre.alpha.55"
```

<!-- x-release-please-end -->
Expand Down
10 changes: 7 additions & 3 deletions lib/lithic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,14 @@
require_relative "lithic/models/auth_rules/auth_rule_condition"
require_relative "lithic/models/auth_rules/conditional_3ds_action_parameters"
require_relative "lithic/models/auth_rules/conditional_attribute"
require_relative "lithic/models/auth_rules/conditional_authorization_action_parameters"
require_relative "lithic/models/auth_rules/conditional_block_parameters"
require_relative "lithic/models/auth_rules/merchant_lock_parameters"
require_relative "lithic/models/auth_rules/rule_stats"
require_relative "lithic/models/auth_rules/v2/backtest_create_params"
require_relative "lithic/models/auth_rules/v2/backtest_create_response"
require_relative "lithic/models/auth_rules/v2/backtest_results"
require_relative "lithic/models/auth_rules/v2/backtest_retrieve_params"
require_relative "lithic/models/auth_rules/v2_apply_params"
require_relative "lithic/models/auth_rules/v2_apply_response"
require_relative "lithic/models/auth_rules/v2_create_params"
require_relative "lithic/models/auth_rules/v2_create_response"
require_relative "lithic/models/auth_rules/v2_delete_params"
Expand All @@ -118,7 +117,7 @@
require_relative "lithic/models/auth_rules/v2_update_params"
require_relative "lithic/models/auth_rules/v2_update_response"
require_relative "lithic/models/auth_rules/velocity_limit_params"
require_relative "lithic/models/auth_rules/velocity_limit_params_period_window"
require_relative "lithic/models/auth_rules/velocity_limit_period"
require_relative "lithic/models/auth_stream_enrollment_retrieve_secret_params"
require_relative "lithic/models/auth_stream_enrollment_rotate_secret_params"
require_relative "lithic/models/auth_stream_secret"
Expand Down Expand Up @@ -168,15 +167,20 @@
require_relative "lithic/models/digital_card_art_retrieve_params"
require_relative "lithic/models/dispute"
require_relative "lithic/models/dispute_create_params"
require_relative "lithic/models/dispute_create_response"
require_relative "lithic/models/dispute_delete_evidence_params"
require_relative "lithic/models/dispute_delete_params"
require_relative "lithic/models/dispute_delete_response"
require_relative "lithic/models/dispute_evidence"
require_relative "lithic/models/dispute_initiate_evidence_upload_params"
require_relative "lithic/models/dispute_list_evidences_params"
require_relative "lithic/models/dispute_list_params"
require_relative "lithic/models/dispute_list_response"
require_relative "lithic/models/dispute_retrieve_evidence_params"
require_relative "lithic/models/dispute_retrieve_params"
require_relative "lithic/models/dispute_retrieve_response"
require_relative "lithic/models/dispute_update_params"
require_relative "lithic/models/dispute_update_response"
require_relative "lithic/models/document"
require_relative "lithic/models/event"
require_relative "lithic/models/event_list_attempts_params"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class AccountHolderSimulateEnrollmentReviewResponse < Lithic::Internal::Type::Ba
# with the AUTHORIZED_USER in this field.
#
# @return [String, nil]
optional :business_account_token, String
optional :business_account_token, String, nil?: true

# @!attribute business_entity
# Only present when user_type == "BUSINESS". Information about the business for
Expand Down Expand Up @@ -179,7 +179,7 @@ class AccountHolderSimulateEnrollmentReviewResponse < Lithic::Internal::Type::Ba
#
# @param beneficial_owner_individuals [Array<Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::BeneficialOwnerIndividual>] Only present when user_type == "BUSINESS". You must submit a list of all direct
#
# @param business_account_token [String] Only applicable for customers using the KYC-Exempt workflow to enroll authorized
# @param business_account_token [String, nil] Only applicable for customers using the KYC-Exempt workflow to enroll authorized
#
# @param business_entity [Lithic::Models::KYBBusinessEntity] Only present when user_type == "BUSINESS". Information about the business for wh
#
Expand Down
8 changes: 4 additions & 4 deletions lib/lithic/models/account_holder_update_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class KYBKYCPatchResponse < Lithic::Internal::Type::BaseModel
# with the AUTHORIZED_USER in this field.
#
# @return [String, nil]
optional :business_account_token, String
optional :business_account_token, String, nil?: true

# @!attribute business_entity
# Only present when user_type == "BUSINESS". Information about the business for
Expand Down Expand Up @@ -187,7 +187,7 @@ class KYBKYCPatchResponse < Lithic::Internal::Type::BaseModel
#
# @param beneficial_owner_individuals [Array<Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::BeneficialOwnerIndividual>] Only present when user_type == "BUSINESS". You must submit a list of all direct
#
# @param business_account_token [String] Only applicable for customers using the KYC-Exempt workflow to enroll authorized
# @param business_account_token [String, nil] Only applicable for customers using the KYC-Exempt workflow to enroll authorized
#
# @param business_entity [Lithic::Models::KYBBusinessEntity] Only present when user_type == "BUSINESS". Information about the business for wh
#
Expand Down Expand Up @@ -813,7 +813,7 @@ class PatchResponse < Lithic::Internal::Type::BaseModel
# The token for the business account that the account holder is associated with
#
# @return [String, nil]
optional :business_account_token, String
optional :business_account_token, String, nil?: true

# @!attribute email
# The email for the account holder
Expand Down Expand Up @@ -850,7 +850,7 @@ class PatchResponse < Lithic::Internal::Type::BaseModel
#
# @param address [Lithic::Models::AccountHolderUpdateResponse::PatchResponse::Address] The address for the account holder
#
# @param business_account_token [String] The token for the business account that the account holder is associated with
# @param business_account_token [String, nil] The token for the business account that the account holder is associated with
#
# @param email [String] The email for the account holder
#
Expand Down
Loading