Skip to content
Closed
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 .stats.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
configured_endpoints: 238
openapi_spec_hash: 244db0c7a39ae8fff699dccda50b79bd
openapi_spec_hash: cbe308afb380e9906cfe42c1de4c17d1
config_hash: 2ae0d8aaecf01b38cbf9f9e112822c23
8 changes: 8 additions & 0 deletions lib/increase/models/event.rb
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,14 @@ module Category
# Occurs whenever an Inbound Mail Item is updated.
INBOUND_MAIL_ITEM_UPDATED = :"inbound_mail_item.updated"

# Occurs whenever an Inbound Real-Time Payments Request for Payment is created.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_CREATED =
:"inbound_real_time_payments_request_for_payment.created"

# Occurs whenever an Inbound Real-Time Payments Request for Payment is updated.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_UPDATED =
:"inbound_real_time_payments_request_for_payment.updated"

# Occurs whenever an Inbound Real-Time Payments Transfer is created.
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CREATED = :"inbound_real_time_payments_transfer.created"

Expand Down
8 changes: 8 additions & 0 deletions lib/increase/models/event_list_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,14 @@ module In
# Occurs whenever an Inbound Mail Item is updated.
INBOUND_MAIL_ITEM_UPDATED = :"inbound_mail_item.updated"

# Occurs whenever an Inbound Real-Time Payments Request for Payment is created.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_CREATED =
:"inbound_real_time_payments_request_for_payment.created"

# Occurs whenever an Inbound Real-Time Payments Request for Payment is updated.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_UPDATED =
:"inbound_real_time_payments_request_for_payment.updated"

# Occurs whenever an Inbound Real-Time Payments Transfer is created.
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CREATED = :"inbound_real_time_payments_transfer.created"

Expand Down
8 changes: 8 additions & 0 deletions lib/increase/models/event_subscription.rb
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,14 @@ module EventCategory
# Occurs whenever an Inbound Mail Item is updated.
INBOUND_MAIL_ITEM_UPDATED = :"inbound_mail_item.updated"

# Occurs whenever an Inbound Real-Time Payments Request for Payment is created.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_CREATED =
:"inbound_real_time_payments_request_for_payment.created"

# Occurs whenever an Inbound Real-Time Payments Request for Payment is updated.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_UPDATED =
:"inbound_real_time_payments_request_for_payment.updated"

# Occurs whenever an Inbound Real-Time Payments Transfer is created.
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CREATED = :"inbound_real_time_payments_transfer.created"

Expand Down
8 changes: 8 additions & 0 deletions lib/increase/models/event_subscription_create_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,14 @@ module EventCategory
# Occurs whenever an Inbound Mail Item is updated.
INBOUND_MAIL_ITEM_UPDATED = :"inbound_mail_item.updated"

# Occurs whenever an Inbound Real-Time Payments Request for Payment is created.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_CREATED =
:"inbound_real_time_payments_request_for_payment.created"

# Occurs whenever an Inbound Real-Time Payments Request for Payment is updated.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_UPDATED =
:"inbound_real_time_payments_request_for_payment.updated"

# Occurs whenever an Inbound Real-Time Payments Transfer is created.
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CREATED = :"inbound_real_time_payments_transfer.created"

Expand Down
3 changes: 0 additions & 3 deletions lib/increase/models/simulations/program_create_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ module Bank
# Grasshopper Bank
GRASSHOPPER_BANK = :grasshopper_bank

# Twin City Bank
TWIN_CITY_BANK = :twin_city_bank

# @!method self.values
# @return [Array<Symbol>]
end
Expand Down
8 changes: 8 additions & 0 deletions lib/increase/models/unwrap_webhook_event.rb
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,14 @@ module Category
# Occurs whenever an Inbound Mail Item is updated.
INBOUND_MAIL_ITEM_UPDATED = :"inbound_mail_item.updated"

# Occurs whenever an Inbound Real-Time Payments Request for Payment is created.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_CREATED =
:"inbound_real_time_payments_request_for_payment.created"

# Occurs whenever an Inbound Real-Time Payments Request for Payment is updated.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_UPDATED =
:"inbound_real_time_payments_request_for_payment.updated"

# Occurs whenever an Inbound Real-Time Payments Transfer is created.
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CREATED = :"inbound_real_time_payments_transfer.created"

Expand Down
14 changes: 14 additions & 0 deletions rbi/increase/models/event.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,20 @@ module Increase
Increase::Event::Category::TaggedSymbol
)

# Occurs whenever an Inbound Real-Time Payments Request for Payment is created.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_CREATED =
T.let(
:"inbound_real_time_payments_request_for_payment.created",
Increase::Event::Category::TaggedSymbol
)

# Occurs whenever an Inbound Real-Time Payments Request for Payment is updated.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_UPDATED =
T.let(
:"inbound_real_time_payments_request_for_payment.updated",
Increase::Event::Category::TaggedSymbol
)

# Occurs whenever an Inbound Real-Time Payments Transfer is created.
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CREATED =
T.let(
Expand Down
14 changes: 14 additions & 0 deletions rbi/increase/models/event_list_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,20 @@ module Increase
Increase::EventListParams::Category::In::TaggedSymbol
)

# Occurs whenever an Inbound Real-Time Payments Request for Payment is created.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_CREATED =
T.let(
:"inbound_real_time_payments_request_for_payment.created",
Increase::EventListParams::Category::In::TaggedSymbol
)

# Occurs whenever an Inbound Real-Time Payments Request for Payment is updated.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_UPDATED =
T.let(
:"inbound_real_time_payments_request_for_payment.updated",
Increase::EventListParams::Category::In::TaggedSymbol
)

# Occurs whenever an Inbound Real-Time Payments Transfer is created.
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CREATED =
T.let(
Expand Down
14 changes: 14 additions & 0 deletions rbi/increase/models/event_subscription.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,20 @@ module Increase
Increase::EventSubscription::SelectedEventCategory::EventCategory::TaggedSymbol
)

# Occurs whenever an Inbound Real-Time Payments Request for Payment is created.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_CREATED =
T.let(
:"inbound_real_time_payments_request_for_payment.created",
Increase::EventSubscription::SelectedEventCategory::EventCategory::TaggedSymbol
)

# Occurs whenever an Inbound Real-Time Payments Request for Payment is updated.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_UPDATED =
T.let(
:"inbound_real_time_payments_request_for_payment.updated",
Increase::EventSubscription::SelectedEventCategory::EventCategory::TaggedSymbol
)

# Occurs whenever an Inbound Real-Time Payments Transfer is created.
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CREATED =
T.let(
Expand Down
14 changes: 14 additions & 0 deletions rbi/increase/models/event_subscription_create_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,20 @@ module Increase
Increase::EventSubscriptionCreateParams::SelectedEventCategory::EventCategory::TaggedSymbol
)

# Occurs whenever an Inbound Real-Time Payments Request for Payment is created.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_CREATED =
T.let(
:"inbound_real_time_payments_request_for_payment.created",
Increase::EventSubscriptionCreateParams::SelectedEventCategory::EventCategory::TaggedSymbol
)

# Occurs whenever an Inbound Real-Time Payments Request for Payment is updated.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_UPDATED =
T.let(
:"inbound_real_time_payments_request_for_payment.updated",
Increase::EventSubscriptionCreateParams::SelectedEventCategory::EventCategory::TaggedSymbol
)

# Occurs whenever an Inbound Real-Time Payments Transfer is created.
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CREATED =
T.let(
Expand Down
7 changes: 0 additions & 7 deletions rbi/increase/models/simulations/program_create_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,6 @@ module Increase
Increase::Simulations::ProgramCreateParams::Bank::TaggedSymbol
)

# Twin City Bank
TWIN_CITY_BANK =
T.let(
:twin_city_bank,
Increase::Simulations::ProgramCreateParams::Bank::TaggedSymbol
)

sig do
override.returns(
T::Array[
Expand Down
14 changes: 14 additions & 0 deletions rbi/increase/models/unwrap_webhook_event.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,20 @@ module Increase
Increase::UnwrapWebhookEvent::Category::TaggedSymbol
)

# Occurs whenever an Inbound Real-Time Payments Request for Payment is created.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_CREATED =
T.let(
:"inbound_real_time_payments_request_for_payment.created",
Increase::UnwrapWebhookEvent::Category::TaggedSymbol
)

# Occurs whenever an Inbound Real-Time Payments Request for Payment is updated.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_UPDATED =
T.let(
:"inbound_real_time_payments_request_for_payment.updated",
Increase::UnwrapWebhookEvent::Category::TaggedSymbol
)

# Occurs whenever an Inbound Real-Time Payments Transfer is created.
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CREATED =
T.let(
Expand Down
2 changes: 1 addition & 1 deletion scripts/mock

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions sig/increase/models/event.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ module Increase
| :"inbound_fednow_transfer.updated"
| :"inbound_mail_item.created"
| :"inbound_mail_item.updated"
| :"inbound_real_time_payments_request_for_payment.created"
| :"inbound_real_time_payments_request_for_payment.updated"
| :"inbound_real_time_payments_transfer.created"
| :"inbound_real_time_payments_transfer.updated"
| :"inbound_wire_drawdown_request.created"
Expand Down Expand Up @@ -342,6 +344,12 @@ module Increase
# Occurs whenever an Inbound Mail Item is updated.
INBOUND_MAIL_ITEM_UPDATED: :"inbound_mail_item.updated"

# Occurs whenever an Inbound Real-Time Payments Request for Payment is created.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_CREATED: :"inbound_real_time_payments_request_for_payment.created"

# Occurs whenever an Inbound Real-Time Payments Request for Payment is updated.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_UPDATED: :"inbound_real_time_payments_request_for_payment.updated"

# Occurs whenever an Inbound Real-Time Payments Transfer is created.
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CREATED: :"inbound_real_time_payments_transfer.created"

Expand Down
8 changes: 8 additions & 0 deletions sig/increase/models/event_list_params.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ module Increase
| :"inbound_fednow_transfer.updated"
| :"inbound_mail_item.created"
| :"inbound_mail_item.updated"
| :"inbound_real_time_payments_request_for_payment.created"
| :"inbound_real_time_payments_request_for_payment.updated"
| :"inbound_real_time_payments_transfer.created"
| :"inbound_real_time_payments_transfer.updated"
| :"inbound_wire_drawdown_request.created"
Expand Down Expand Up @@ -384,6 +386,12 @@ module Increase
# Occurs whenever an Inbound Mail Item is updated.
INBOUND_MAIL_ITEM_UPDATED: :"inbound_mail_item.updated"

# Occurs whenever an Inbound Real-Time Payments Request for Payment is created.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_CREATED: :"inbound_real_time_payments_request_for_payment.created"

# Occurs whenever an Inbound Real-Time Payments Request for Payment is updated.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_UPDATED: :"inbound_real_time_payments_request_for_payment.updated"

# Occurs whenever an Inbound Real-Time Payments Transfer is created.
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CREATED: :"inbound_real_time_payments_transfer.created"

Expand Down
8 changes: 8 additions & 0 deletions sig/increase/models/event_subscription.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ module Increase
| :"inbound_fednow_transfer.updated"
| :"inbound_mail_item.created"
| :"inbound_mail_item.updated"
| :"inbound_real_time_payments_request_for_payment.created"
| :"inbound_real_time_payments_request_for_payment.updated"
| :"inbound_real_time_payments_transfer.created"
| :"inbound_real_time_payments_transfer.updated"
| :"inbound_wire_drawdown_request.created"
Expand Down Expand Up @@ -368,6 +370,12 @@ module Increase
# Occurs whenever an Inbound Mail Item is updated.
INBOUND_MAIL_ITEM_UPDATED: :"inbound_mail_item.updated"

# Occurs whenever an Inbound Real-Time Payments Request for Payment is created.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_CREATED: :"inbound_real_time_payments_request_for_payment.created"

# Occurs whenever an Inbound Real-Time Payments Request for Payment is updated.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_UPDATED: :"inbound_real_time_payments_request_for_payment.updated"

# Occurs whenever an Inbound Real-Time Payments Transfer is created.
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CREATED: :"inbound_real_time_payments_transfer.created"

Expand Down
8 changes: 8 additions & 0 deletions sig/increase/models/event_subscription_create_params.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ module Increase
| :"inbound_fednow_transfer.updated"
| :"inbound_mail_item.created"
| :"inbound_mail_item.updated"
| :"inbound_real_time_payments_request_for_payment.created"
| :"inbound_real_time_payments_request_for_payment.updated"
| :"inbound_real_time_payments_transfer.created"
| :"inbound_real_time_payments_transfer.updated"
| :"inbound_wire_drawdown_request.created"
Expand Down Expand Up @@ -371,6 +373,12 @@ module Increase
# Occurs whenever an Inbound Mail Item is updated.
INBOUND_MAIL_ITEM_UPDATED: :"inbound_mail_item.updated"

# Occurs whenever an Inbound Real-Time Payments Request for Payment is created.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_CREATED: :"inbound_real_time_payments_request_for_payment.created"

# Occurs whenever an Inbound Real-Time Payments Request for Payment is updated.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_UPDATED: :"inbound_real_time_payments_request_for_payment.updated"

# Occurs whenever an Inbound Real-Time Payments Transfer is created.
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CREATED: :"inbound_real_time_payments_transfer.created"

Expand Down
9 changes: 1 addition & 8 deletions sig/increase/models/simulations/program_create_params.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ module Increase
request_options: Increase::RequestOptions
}

type bank =
:core_bank
| :first_internet_bank
| :grasshopper_bank
| :twin_city_bank
type bank = :core_bank | :first_internet_bank | :grasshopper_bank

module Bank
extend Increase::Internal::Type::Enum
Expand All @@ -64,9 +60,6 @@ module Increase
# Grasshopper Bank
GRASSHOPPER_BANK: :grasshopper_bank

# Twin City Bank
TWIN_CITY_BANK: :twin_city_bank

def self?.values: -> ::Array[Increase::Models::Simulations::ProgramCreateParams::bank]
end
end
Expand Down
8 changes: 8 additions & 0 deletions sig/increase/models/unwrap_webhook_event.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ module Increase
| :"inbound_fednow_transfer.updated"
| :"inbound_mail_item.created"
| :"inbound_mail_item.updated"
| :"inbound_real_time_payments_request_for_payment.created"
| :"inbound_real_time_payments_request_for_payment.updated"
| :"inbound_real_time_payments_transfer.created"
| :"inbound_real_time_payments_transfer.updated"
| :"inbound_wire_drawdown_request.created"
Expand Down Expand Up @@ -342,6 +344,12 @@ module Increase
# Occurs whenever an Inbound Mail Item is updated.
INBOUND_MAIL_ITEM_UPDATED: :"inbound_mail_item.updated"

# Occurs whenever an Inbound Real-Time Payments Request for Payment is created.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_CREATED: :"inbound_real_time_payments_request_for_payment.created"

# Occurs whenever an Inbound Real-Time Payments Request for Payment is updated.
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_UPDATED: :"inbound_real_time_payments_request_for_payment.updated"

# Occurs whenever an Inbound Real-Time Payments Transfer is created.
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CREATED: :"inbound_real_time_payments_transfer.created"

Expand Down