increase 1.90.0 → 1.91.0

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.
@@ -236,6 +236,13 @@ module Increase
236
236
  Increase::TransactionListParams::Category::In::TaggedSymbol
237
237
  )
238
238
 
239
+ # Card Financial: details will be under the `card_financial` object.
240
+ CARD_FINANCIAL =
241
+ T.let(
242
+ :card_financial,
243
+ Increase::TransactionListParams::Category::In::TaggedSymbol
244
+ )
245
+
239
246
  # Card Revenue Payment: details will be under the `card_revenue_payment` object.
240
247
  CARD_REVENUE_PAYMENT =
241
248
  T.let(