increase 1.156.0 → 1.158.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.
@@ -634,6 +634,13 @@ module Increase
634
634
  Increase::Event::Category::TaggedSymbol
635
635
  )
636
636
 
637
+ # Occurs whenever a Real-Time Decision is created in response to a card balance inquiry.
638
+ REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED =
639
+ T.let(
640
+ :"real_time_decision.card_balance_inquiry_requested",
641
+ Increase::Event::Category::TaggedSymbol
642
+ )
643
+
637
644
  # Occurs whenever a Real-Time Decision is created in response to a digital wallet provisioning attempt.
638
645
  REAL_TIME_DECISION_DIGITAL_WALLET_TOKEN_REQUESTED =
639
646
  T.let(
@@ -739,6 +739,13 @@ module Increase
739
739
  Increase::EventListParams::Category::In::TaggedSymbol
740
740
  )
741
741
 
742
+ # Occurs whenever a Real-Time Decision is created in response to a card balance inquiry.
743
+ REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED =
744
+ T.let(
745
+ :"real_time_decision.card_balance_inquiry_requested",
746
+ Increase::EventListParams::Category::In::TaggedSymbol
747
+ )
748
+
742
749
  # Occurs whenever a Real-Time Decision is created in response to a digital wallet provisioning attempt.
743
750
  REAL_TIME_DECISION_DIGITAL_WALLET_TOKEN_REQUESTED =
744
751
  T.let(
@@ -723,6 +723,13 @@ module Increase
723
723
  Increase::EventSubscription::SelectedEventCategory::TaggedSymbol
724
724
  )
725
725
 
726
+ # Occurs whenever a Real-Time Decision is created in response to a card balance inquiry.
727
+ REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED =
728
+ T.let(
729
+ :"real_time_decision.card_balance_inquiry_requested",
730
+ Increase::EventSubscription::SelectedEventCategory::TaggedSymbol
731
+ )
732
+
726
733
  # Occurs whenever a Real-Time Decision is created in response to a digital wallet provisioning attempt.
727
734
  REAL_TIME_DECISION_DIGITAL_WALLET_TOKEN_REQUESTED =
728
735
  T.let(
@@ -722,6 +722,13 @@ module Increase
722
722
  Increase::EventSubscriptionCreateParams::SelectedEventCategory::TaggedSymbol
723
723
  )
724
724
 
725
+ # Occurs whenever a Real-Time Decision is created in response to a card balance inquiry.
726
+ REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED =
727
+ T.let(
728
+ :"real_time_decision.card_balance_inquiry_requested",
729
+ Increase::EventSubscriptionCreateParams::SelectedEventCategory::TaggedSymbol
730
+ )
731
+
725
732
  # Occurs whenever a Real-Time Decision is created in response to a digital wallet provisioning attempt.
726
733
  REAL_TIME_DECISION_DIGITAL_WALLET_TOKEN_REQUESTED =
727
734
  T.let(